pax_global_header00006660000000000000000000000064131101732720014507gustar00rootroot0000000000000052 comment=0b1e207b5a68510dd5a060bb27d3988b7df65e50 python-twitter-3.3/000077500000000000000000000000001311017327200143755ustar00rootroot00000000000000python-twitter-3.3/.gitignore000066400000000000000000000007461311017327200163740ustar00rootroot00000000000000*.py[co] #small test code that contains my keys t.py # Packages *.egg *.egg-info dist build eggs parts bin include lib local var sdist develop-eggs .installed.cfg .eggs .cache .vscode # Installer logs pip-log.txt # Unit test / coverage reports .coverage .codecov-token .tox htmlcov .tox nosetests.xml htmlcov coverage.xml # PyCharm data .idea #Translations *.mo #Mr Developer .mr.developer.cfg #Environment env .python-version violations.flake8.txt # Built docs doc/_build/** python-twitter-3.3/AUTHORS.rst000066400000000000000000000012751311017327200162610ustar00rootroot00000000000000Originally two libraries by DeWitt Clinton and Mike Taylor which was then merged into python-twitter. Now it's a full-on open source project with many contributors over time: * Jodok Batlogg, * Kyle Bock, * Brad Choate, * Robert Clarke, * Jim Cortez, * Pierre-Jean Coudert, * Aish Raj Dahal, * Thomas Dyson, * Jim Easterbrook * Yoshinori Fukushima, * Hameedullah Khan, * Osama Khalid, * Omar Kilani, * Domen Kožar, * Robert Laquey, * Jason Lemoine, * Pradeep Nayak, * Ian Ozsvald, * Nicolas Perriault, * Glen Tregoning, * Lars Weiler, * Sebastian Wiesinger, * Jake Robinson, * Muthu Annamalai, * abloch, * cahlan, * dpslwk, * edleaf, * ecesena, * git-matrix, * sbywater, * thefinn93, * themylogin, python-twitter-3.3/CHANGES000066400000000000000000000531261311017327200153770ustar00rootroot000000000000002016-05-25 Going forward all changes will be tracked in docs/changelog.rst 2015-12-28 Large number of changes related to making the code Python v3 compatible. See the messy details at https://github.com/bear/python-twitter/pull/251 Pull Requests #267 initialize Api.__auth fixes #119 by rbpasker #266 Add full_text and page options in GetDirectMessages function by mistersalmon #264 Updates Media object with new methods, adds id param, adds tests by jeremylow #262 Update get_access_token.py by lababidi #261 Adding Collections by ryankicks #260 Added UpdateBackgroundImage method and added profile_link_color argument to UpdateProfile by BrandonBielicki #259 Added GetFriendIDsPaged by RockHoward #254 Adding api methods for suggestions and suggestions/:slug by trentstollery #253 Added who parameter to api.GetSearch by wilsonand1 #250 adds UpdateFriendship (shared Add/Edit friendship) by jheld #249 Fixed Non-ASCII printable representation in Trend by der-Daniel #246 Add __repr__ for status by era #245 Python-3 Fix: decode bytestreams for json load by ligthyear #243 Remove references to outdated API functionality: GetUserByEmail by Vector919 #239 Correct GetListsList docstring by tedmiston Probably a whole lot that I missed - ugh! 2015-10-05 Added who to api.GetSearch 2014-12-29 removed reference to simplejson 2014-12-24 bump version to v2.3 bump version to v2.2 PEP8 standardization 2014-07-10 bump version to v2.1 2014-07-10 update copyright years change setup.py to allow installing via wheel renamed README.md to README.rst added AUTHORS.rst 2014-02-17 changed version to 1.3 and then to 1.3.1 because I forgot to include CHANGES fix Issue 143 - GetStatusOembed() url parameter was being stomped on fix debugHTTP in a brute force way but it works again Add id_str to Status class Added LookupFriendship() method for checking follow status pull request from lucas Fix bug of GetListMembers when specifying `owner_screen_name` pull request from shichao-an 2014-01-18 backfilling varioius lists endpoints added a basic user stream call 2014-01-17 changed to version 1.2 fixed python 3 issue in setup.py (print statements) fixed error in CreateList(), changed count default for GetFollowers to 200 and added a GetFollowersPaged() method need to backfill commit log entries! 2013-10-06 changed version to 1.1 The following changes have been made since the 1.0.1 release Remove from ParseTweet the Python 2.7 only dict comprehension item Fix GetListTimeline condition to enable owner_screen_name based fetching Many fixes for readability and PEP8 Cleaning up some of the package importing. Only importing the functions that are needed Also added first build of the sphinx documentation. Copied some info from the readme to the index page Added lines to setup.py to help the user troubleshoot install problems. #109 Removed the OAuth2 lines from the readme Removed OAuth2 library requirements Added GetListMembers() 2013-06-07 changed version to 1.0.1 added README bit about Python version requirement 2013-06-04 changed version to 1.0 removed doc directory until we can update docs for v1.1 API added to package MANIFEST.in the testdata directory 2013-05-28 bumped version to 1.0rc1 merged in api_v1.1 branch The library is now only for Twitter API v1.1 2013-03-03 bumped version to 0.8.7 removed GetPublicTimeline from the docs so as to stop confusing new folks since it was the first example given ... d'oh! 2013-02-10 bumped version to 0.8.6 update requirements.txt to remove distribute reference github commit 3b9214a879e5fbd03036a7d4ae86babc03784846 Merge pull request #33 from iElectric/profile_image_url_https github commit 67cbb8390701c945a48094795474ca485f092049 patch by iElectric on github Change User.NewFromJsonDict so that it will pull from either profile_image_url_https or profile_image_url to keep older code working properly if they have stored older json data 2013-02-07 bumped version to 0.8.5 lots of changes have been happening on Github and i've been very remiss in documenting them here in the Changes file :( this version is the last v1.0 API release and it's being made to push to PyPI and other places all work now will be on getting the v1.1 API supported 2012-11-04 https://github.com/bear/python-twitter/issues/4 Api.UserLookUp() throws attribute error when corresponding screen_name is not found https://github.com/bear/python-twitter/pull/5 Merge pull request #5 from thefinn93/master Setup.py crashes because the README file is now named README.md Update .gitignore to add the PyCharm data directory 2012-10-16 http://code.google.com/p/python-twitter/issues/detail?id=233 Patch by dan@dans.im Add exclude_replies parameter to GetUserTimeline https://github.com/bear/python-twitter/issues/1 Bug reported by michaelmior on github get_access_token.py attempts Web auth 2011-12-03 https://code.google.com/p/python-twitter/source/detail?r=263fe2a0db8be23347e92b81d6ab3c33b4ef292f Comment by qfuxiang to the above changeset The base url was wrong for the Followers API calls https://code.google.com/p/python-twitter/issues/detail?id=213 Add include_entities parameter to GetStatus() Patch by gaelenh https://code.google.com/p/python-twitter/issues/detail?id=214 Change PostUpdate() so that it takes the shortened link into account. Small tweak to the patch provided to make the shortened-link length set by a API value instead of a constant. Patch by ceesjan.ytec https://code.google.com/p/python-twitter/issues/detail?id=216 AttributeError handles the fact that win* doesn't implement os.getlogin() Patch by yaleman https://code.google.com/p/python-twitter/issues/detail?id=217 As described at https://dev.twitter.com/docs/api/1/get/trends, GET trends (corresponding to Api.GetTrendsCurrent) is now deprecated in favor of GET trends/:woeid. GET trends also now requires authentication, while trends/:woeid doesn't. Patch and excellent description by jessica.mckellar https://code.google.com/p/python-twitter/issues/detail?id=218 Currently, two Trends containing the same information (name, query, and timestamp) aren't considered equal because __eq__ isn't overridden, like it is for Status, User, and the other Twitter objects. Patch and excellent description by jessica.mckellar https://code.google.com/p/python-twitter/issues/detail?id=220 https://code.google.com/p/python-twitter/issues/detail?id=211 https://code.google.com/p/python-twitter/issues/detail?id=206 All variations on a theme - basically Twitter is returning something different for an error payload. Changed code to check for both 'error' and 'errors'. 2011-05-08 https://code.google.com/p/python-twitter/issues/detail?id=184 A comment in this issue made me realize that the parameter sanity check for max_id was missing in GetMentions() - added First pass at working in some of the cursor support that has been in the Twitter API but we haven't made full use of - still working out the small issues. 2011-04-16 bumped version to 0.8.3 released 0.8.2 to PyPI bumped version to 0.8.2 Issue 193 http://code.google.com/p/python-twitter/issues/detail?id=193 Missing retweet_count field on Status object Patch (with minor tweaks) by from alissonp Issue 181 http://code.google.com/p/python-twitter/issues/detail?id=181 Add oauth2 to install_requires parameter list and also updated README to note that the oauth2 lib can be found in two locations Issue 182, Issue 137, Issue 93, Issue 190 language value missing from User object Added 'lang' item and also some others that were needed: verified, notifications, contributors_enabled and listed_count patches by wreinerat, apetresc, jpwigan and ghills 2011-02-26 Issue 166 http://code.google.com/p/python-twitter/issues/detail?id=166 Added a basic, but sadly needed, check when parsing the json returned by Twitter as Twitter has a habit of returning the failwhale HTML page for a json api call :( Patch (with minor tweaks) by adam.aviv Issue 187 http://code.google.com/p/python-twitter/issues/detail?id=187 Applied patch by edward.hades to fix issue where MaximumHitFrequency returns 0 when requests are maxed out Issue 184 http://code.google.com/p/python-twitter/issues/detail?id=184 Applied patch by jmstaley to put into the GetUserTimeline API parameter list the max_id value (it was being completely ignored) 2011-02-20 Added retweeted to Status class Fixed Status class to return Hashtags list in AsDict() call Issue 185 http://code.google.com/p/python-twitter/issues/detail?id=185 Added retweeted_status to Status class - patch by edward.hades Issue 183 http://code.google.com/p/python-twitter/issues/detail?id=183 Removed errant print statement - reported by ProgVal 2010-12-21 Setting version to 0.8.1 Issue 179 http://code.google.com/p/python-twitter/issues/detail?id=179 Added MANIFEST.in to give setup.py sdist some clues as to what files to include in the tarball 2010-11-14 Setting version to 0.8 for a bit as having a branch for this is really overkill, i'll just take DeWitt advice and tag it when the release is out the door Issue 175 http://code.google.com/p/python-twitter/issues/detail?id=175 Added geo_enabled to User class - basic parts of patch provided by adam.aviv with other bits added by me to allow it to pass tests Issue 174 http://code.google.com/p/python-twitter/issues/detail?id=174 Added parts of adam.aviv's patch - the bits that add new field items to the Status class. Issue 159 http://code.google.com/p/python-twitter/issues/detail?id=159 Added patch form adam.aviv to make the term parameter for GetSearch() optional if geocode parameter is supplied 2010-11-03 Ran pydoc to generate docs 2010-10-16 Fixed bad date in previous CHANGES entry Fixed source of the python-oauth2 library we use: from brosner to simplegeo I made a pass thru the docstrings and updated many to be the text from the current Twitter API docs. Also fixed numerous whitespace issues and did a s/[optional]/[Optional]/ change. Imported work by Colin Howe that he did to get the tests working. http://code.google.com/r/colinthehowe-python-twitter-tests/source/detail?r=6cff589aca9c955df8354fe4d8e302ec4a2eb31c http://code.google.com/r/colinthehowe-python-twitter-tests/source/detail?r=cab8e32d7a9c34c66d2e75eebc7a1ba6e1eac8ce http://code.google.com/r/colinthehowe-python-twitter-tests/source/detail?r=b434d9e5dd7b989ae24483477e3f00b1ad362cc5 Issue 169 http://code.google.com/p/python-twitter/issues/detail?id=169 Patch by yaemog which adds missing Trends support. Issue 168 http://code.google.com/p/python-twitter/issues/detail?id=168 Only cache successful results as suggested by yaemog. Issue 111 http://code.google.com/p/python-twitter/issues/detail?id=111 Added a new GetUserRetweets() call as suggested by yash888 Patch given was adjusted to reflect the current code requirements. Issue 110 Added a VerifyCredentials() sample call to the README example Issue 105 Added support for the page parameter to GetFriendsTimeline() as requested by jauderho. I also updated GetFriendsTimeline() to follow the current Twitter API documentation Somewhere in the patch frenzy of today an extra GetStatus() def was introduced!?! Luckily it was caught by the tests. wooo tests! \m/ Setting version to 0.8 r0.8 branch created and trunk set to version 0.9-devel 2010-09-26 Issue 150 http://code.google.com/p/python-twitter/issues/detail?id=150 Patch by blhobbes which removes a double quoting issue that was happening for GetSearch() Reported by huubhuubbarbatruuk Issue 160 http://code.google.com/p/python-twitter/issues/detail?id=160 Patch by yaemog which adds support for include_rts and include_entities support to GetUserTimeline and GetPublicTimeline Small tweaks post-patch Applied docstring tweak suggested by dclinton in revision comment http://code.google.com/p/python-twitter/source/detail?r=a858412e38f7e3856fef924291ef039284d3a6e1 Thanks for the catch! Issue 164 http://code.google.com/p/python-twitter/issues/detail?id=164 Patch by yaemog which adds GetRetweets support. Small tweaks and two typo fixes post-patch. Issue 165 http://code.google.com/p/python-twitter/issues/detail?id=165 Patch by yaemog which adds GetStatus support. Small tweaks post-patch Issue 163 http://code.google.com/p/python-twitter/issues/detail?id=163 Patch by yaemog which adds users/lookup support. Small tweaks to docstring only post-patch. Changed username/password parameter to Api class to be consumer_key/consumer_secret to better match the new oAuth only world that Twitter has demanded. Added debugHTTP to the parameter list to Api class to control if/when the urllib debug output is displayed. 2010-08-25 First pass at adding list support. Added a new List class and also added to the Api class new methods for working with lists: CreateList(self, user, name, mode=None, description=None) DestroyList(self, user, id) CreateSubscription(self, owner, list) DestroySubscription(self, owner, list) GetSubscriptions(self, user, cursor=-1) GetLists(self, user, cursor=-1) 2010-08-24 Fixed introduced bug in the Destroy* and Create* API calls where any of the routines were passing in an empty dict for POST data. Before the oAuth change that was enough to tell _FetchUrl() to use POST instead of GET but now a non-empty dict is required. Issue 144 http://code.google.com/p/python-twitter/issues/detail?id=144 GetFriends() where it was failing with a 'unicode object has no attribute get'. This was caused when Twitter changed how they return the JSON data. It used to be a straight list but now there are some elements *and* then the list. 2010-08-18 Applied the json/simplejson part of the patch found in Issue 64 (http://code.google.com/p/python-twitter/issues/detail?id=64) Patch provided by Thomas Bohmbach Applied patch provided by liris.pp in Issue 147 http://code.google.com/p/python-twitter/issues/detail?id=147 Ensures that during a PostStatus we count the length using a unicode aware len() routine. Tweaked patch slightly to take into account that the twitter.Api() instance may have been setup with None for input_encoding. 2010-08-17 Fixed error in the POST path for _FetchUrl() where by I show to the world that yes, I do make last minute changes and completely forget to test them :( Thanks to Peter Sanchez for finding and pointing to working code that showed the fix 2010-08-15 Added more help text (I hope it helps) to the README and also to get_access_token.py. Added doctext notes to twitter.Api() parameter list to explain more about oAuth. Added import exception handling for parse_qs() and parse_qsl() as it seems those funcitons moved between 2.5 and 2.6 so the oAuth update broke the lib under python2.5. Thanks to Rich for the bug find (sorry it had to be found the hard way!) from changeset 184:60315000989c by DeWitt Update the generated twitter.py docs to match the trunk 2010-08-14 Fixed silly typo in _FetchUrl() when doing a POST Thanks to Peter Sanchez for the find and fix! Added some really basic text to the get_access_token.py startup output that explains why, for now, you need to visit Twitter and get an Application key/secret to use this library 2010-08-12 Updated code to use python-oauth2 library for authentication. Twitter has set a deadline, 2010-08-16 as of this change, for the switch from Basic to oAuth. The oAuth integration was inspired by the work done by Hameedullah Khan and others. The change to using python-oauth2 library was done purely to align python-twitter with an oauth library that was maintained and had tests to try and minimize grief moving forward. Slipped into GetFriendsTimeline() a new parameter, retweets, to allow the call to pull from the "friends_timeline" or the "home_timeline". Fixed some typos and white-space issues and also updated the README to point to the new Twitter Dev site. 2010-08-02 Updated copyright information. 2010-06-13 Applied changeset from nicdumz repo nicdumz-cleaner-python-twitter r=07df3feee06c8d0f9961596e5fceae9e74493d25 datetime is required for MaximumHitFrequency Applied changeset from nicdumz repo nicdumz-cleaner-python-twitter r=dd669dff32d101856ed6e50fe8bd938640b04d77 update source URLs in README Applied changeset from nicdumz repo nicdumz-cleaner-python-twitter r=8f0796d7fdcea17f4162aeb22d3c36cb603088c7 adjust tests to reflect http://twitter.com -> https://twitter.com change Applied changeset from nicdumz repo nicdumz-cleaner-python-twitter r=3c05b8ebe59eca226d9eaef2760cecca9d50944a tests: add .info() method to objects returned by our Mockup handler This is required to completely mimick urllib, and have successful response.headers attribute accesses. Applied partial patch for Issue 113 http://code.google.com/p/python-twitter/issues/detail?id=113 The partial bit means we changed the parameter from "page" to "cursor" so the call would work. What was left out was a more direct way to return the cursor value *after* the call and also in the patch they also changed the method to return an iterator. 2010-05-17 Issue 50 http://code.google.com/p/python-twitter/issues/detail?id=50 Applied patch by wheaties.box that implements a new method to return the Rate Limit Status and also adds the new method MaximumHitFrequency Multiple typo, indent and whitespace tweaks Issue 60 http://code.google.com/p/python-twitter/issues/detail?id=60 Pulled out new GetFavorites and GetMentions methods from the patch submitted by joegermuska Issue 62 http://code.google.com/p/python-twitter/issues/detail?id=62 Applied patch from lukev123 that adds gzip compression to the GET requests sent to Twitter. The patch was modified to default gzip to False and to allow the twitter.API class instantiation to set the value to True. This was done to not change current default behaviour radically. Issue 80 http://code.google.com/p/python-twitter/issues/detail?id=80 Fixed PostUpdate() call example in the README 2010-05-16 Issue 19 http://code.google.com/p/python-twitter/issues/detail?id=19 TinyURL example and the idea for this comes from a bug filed by acolorado with patch provided by ghills. Issue 37 http://code.google.com/p/python-twitter/issues/detail?id=37 Added base_url to the twitter.API class init call to allow the user to override the default https://twitter.com base. Since Twitter now supports https for all calls I (bear) changed the patch to default to https instead of http. Original issue by kotecha.ravi, patch by wiennat and with implementation tweaks by bear. Issue 45 http://code.google.com/p/python-twitter/issues/detail?id=45 Two grammar fixes for relative_created_at property Patches by thomasdyson and chris.boardman07 2010-01-24 Applying patch submitted to fix Issue 70 http://code.google.com/p/python-twitter/issues/detail?id=70 The patch was originally submitted by user ghills, adapted by livibetter and adapted even further by JimMoefoe (read the comments for the full details :) ) Applying patch submitted by markus.magnuson to add new method GetFriendIDs Issue 94 http://code.google.com/p/python-twitter/issues/detail?id=94 2009-06-13 Releasing 0.6 to help people avoid the Twitpocalypse. 2009-05-03 Support hashlib in addition to the older md5 library. 2009-03-11 Added page parameter to GetReplies, GetFriends, GetFollowers, and GetDirectMessages 2009-03-03 Added count parameter to GetFriendsTimeline 2009-03-01 Add PostUpdates, which automatically splits long text into multiple updates. 2009-02-25 Add in_reply_to_status_id to api.PostUpdate 2009-02-21 Wrap any error responses in a TwitterError Add since_id to GetFriendsTimeline and GetUserTimeline 2009-02-20 Added since and since_id to Api.GetReplies 2008-07-10 Added new properties to User and Status classes. Removed spurious self-import of the twitter module Added a NOTICE file Require simplejson 2.x or later Added get/create/destroy favorite flags for status messages. Bug fix for non-tty devices. 2007-09-13 Unset the executable bit on README. 2007-09-13 Released version 0.5. Added back support for setuptools (conditionally) Added support for X-Twitter-* HTTP headers Fixed the tests to work across all timezones Removed the 140 character limit from PostUpdate Added support for per-user tmp cache directories 2007-06-13 Released 0.4. Fixed a unicode error that prevented tweet.py from working. Added DestroyStatus Added DestroyDirectMessage Added CreateFriendship Added DestoryFriendship 2007-06-03 Fixed the bug that prevented unicode strings being posted Username and password now set on twitter.Api, not individual method calls Added SetCredentials and ClearCredentials Added GetUser ("users/show" in the twitter web api) Added GetFeatured Added GetDirectMessages Added GetStatus ("statuses/show" in the twitter web api) Added GetReplies Added optional since_id parameter on GetPublicTimeline Added optional since parameter on GetUserTimeline Added optional since and user parameters on GetFriendsTimeline Added optional user parameter on GetFriends 2007-04-27 Modified examples/twitter-to-xhtml.py to handle unicode Dropped dependency on setuptools (too complicated/buggy) Added unicode test cases Fixed issue 2 "Rename needs an unlink in front" 2007-04-02 Released 0.3. Use gmtime not localtime to calculate relative_created_at. 2007-03-26 Released 0.2 GetUserTimeline can accept userid or username. 2007-03-21 Calculate relative_created_at on the fly 2007-01-28 Released 0.1 Initial checkin of python-twitter python-twitter-3.3/COPYING000066400000000000000000000011351311017327200154300ustar00rootroot00000000000000 Copyright 2007-2014 The Python-Twitter Developers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. python-twitter-3.3/GAE.rst000066400000000000000000000046111311017327200155250ustar00rootroot00000000000000================================================ How to use python-twitter with Google App Engine ================================================ ********** Background ********** Google App Engine uses virtual machines to do work and serve your application's content. In order to make a 'regular' external web request, the instance must use the built-in urlfetch library provided by Google in addition to the traditional python requests library. As a result, a few extra steps must be followed to use python-twitter on App Engine. ************* Prerequisites ************* Follow the `third party vendor library install instructions `_ to include the two dependency libraries listed in ``requirements.txt``: ``requests`` and ``requests_oauthlib``, as well as this ``python-twitter`` library. Typically you can just place the three module folders into the same place as your app.yaml file; it might look something like this: | myapp/ | ├── twitter/ | ├── requests_oauthlib/ | ├── requests_toolbelt/ | ├── main.py | └── app.yaml ******** app.yaml ******** In order to use HTTPS, you'll have to make sure the built-in SSL library is properly imported in your ``app.yaml`` file. Here's what that section of your ``app.yaml`` file might look like: | libraries: | - name: jinja2 | version: latest | - name: webapp2 | version: latest | - name: ssl | version: latest **************************** Limitations & Considerations **************************** Caching ^^^^^^^ When using twitter-python on App Engine, caching is disabled. You'll have to add and manage App Engine's memcache logic on your own if you require any caching beyond what is probably already setup on App Engine by default. Datastore ^^^^^^^^^ If you plan to store tweets or other information returned by the API in Datastore, you'll probably want to make your own NDP models to store the desired components of the response rather than shoving the whole response into an entity. Sockets ^^^^^^^^^ When urllib3 is imported on App Engine it will throw a warning about sockets: ``AppEnginePlatformWarning: urllib3 is using URLFetch on Google App Engine sandbox...`` This is just a warning that you'd have to use the Sockets API if you intend to use the sockets feature of the library, which we don't use in python-twitter so it can be ignored.python-twitter-3.3/LICENSE000066400000000000000000000261361311017327200154120ustar00rootroot00000000000000 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. python-twitter-3.3/MANIFEST.in000066400000000000000000000001661311017327200161360ustar00rootroot00000000000000include CHANGES include COPYING include LICENSE include NOTICE include *.rst include requirements.txt prune .DS_Store python-twitter-3.3/Makefile000066400000000000000000000026711311017327200160430ustar00rootroot00000000000000 help: @echo " env install all production dependencies" @echo " dev install all dev and production dependencies (virtualenv is assumed)" @echo " docs build documentation" @echo " clean remove unwanted stuff" @echo " lint check style with flake8" @echo " test run tests" @echo " coverage run tests with code coverage" env: pip install -Ur requirements.txt pyenv: pyenv install -s 2.7.11 pyenv install -s 3.6.1 pyenv install -s pypy-5.3.1 # pyenv install -s pypy3-2.4.0 pyenv local 2.7.11 3.6.1 pypy-5.3.1 # pypy3-2.4.0 dev: env pyenv pip install -Ur requirements.testing.txt info: @python --version @pyenv --version @pip --version clean: rm -fr build rm -fr dist find . -name '*.pyc' -exec rm -f {} \; find . -name '*.pyo' -exec rm -f {} \; find . -name '*~' ! -name '*.un~' -exec rm -f {} \; docs: $(MAKE) -C doc html lint: pycodestyle --config={toxinidir}/setup.cfg twitter tests test: lint python setup.py test tox: clean tox coverage: clean coverage run --source=twitter setup.py test --addopts "--ignore=venv" coverage html coverage report ci: pyenv tox CODECOV_TOKEN=`cat .codecov-token` codecov build: clean python setup.py check python setup.py sdist python setup.py bdist_wheel upload: clean pyenv 2.7.11 python setup.py sdist upload python setup.py bdist_wheel upload pyenv 3.6.1 python setup.py bdist_wheel upload pyenv local 2.7.11 3.6.1 pypy-5.3.1 python-twitter-3.3/NOTICE000066400000000000000000000001551311017327200153020ustar00rootroot00000000000000NOTICE This code is made available under the Apache License and is copyright the Python-Twitter Developers. python-twitter-3.3/README.rst000066400000000000000000000204171311017327200160700ustar00rootroot00000000000000Python Twitter A Python wrapper around the Twitter API. By the `Python-Twitter Developers `_ .. image:: https://img.shields.io/pypi/v/python-twitter.svg :target: https://pypi.python.org/pypi/python-twitter/ :alt: Downloads .. image:: https://readthedocs.org/projects/python-twitter/badge/?version=latest :target: http://python-twitter.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status .. image:: https://circleci.com/gh/bear/python-twitter.svg?style=svg :target: https://circleci.com/gh/bear/python-twitter :alt: Circle CI .. image:: http://codecov.io/github/bear/python-twitter/coverage.svg?branch=master :target: http://codecov.io/github/bear/python-twitter :alt: Codecov .. image:: https://requires.io/github/bear/python-twitter/requirements.svg?branch=master :target: https://requires.io/github/bear/python-twitter/requirements/?branch=master :alt: Requirements Status .. image:: https://dependencyci.com/github/bear/python-twitter/badge :target: https://dependencyci.com/github/bear/python-twitter :alt: Dependency Status ============ Introduction ============ This library provides a pure Python interface for the `Twitter API `_. It works with Python versions from 2.7+ and Python 3. `Twitter `_ provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a `web services API `_ and this library is intended to make it even easier for Python programmers to use. ========== Installing ========== You can install python-twitter using:: $ pip install python-twitter If you are using python-twitter on Google App Engine, see `more information `_ about including 3rd party vendor library dependencies in your App Engine project. ================ Getting the code ================ The code is hosted at https://github.com/bear/python-twitter Check out the latest development version anonymously with:: $ git clone git://github.com/bear/python-twitter.git $ cd python-twitter To install dependencies, run either:: $ make dev or:: $ pip install -Ur requirements.testing.txt $ pip install -Ur requirements.txt Note that ```make dev``` will install into your local ```pyenv``` all of the versions needed for test runs using ```tox```. To install the minimal dependencies for production use (i.e., what is installed with ``pip install python-twitter``) run:: $ make env or:: $ pip install -Ur requirements.txt ============= Running Tests ============= The test suite can be run against a single Python version or against a range of them depending on which Makefile target you select. Note that tests require ```pip install pytest``` and optionally ```pip install pytest-cov``` (these are included if you have installed dependencies from ```requirements.testing.txt```) To run the unit tests with a single Python version:: $ make test to also run code coverage:: $ make coverage To run the unit tests against a set of Python versions:: $ make tox ============= Documentation ============= View the latest python-twitter documentation at https://python-twitter.readthedocs.io. You can view Twitter's API documentation at: https://dev.twitter.com/overview/documentation ===== Using ===== The library provides a Python wrapper around the Twitter API and the Twitter data model. To get started, check out the examples in the examples/ folder or read the documentation at https://python-twitter.readthedocs.io which contains information about getting your authentication keys from Twitter and using the library. ---- Using with Django ---- Additional template tags that expand tweet urls and urlize tweet text. See the django template tags available for use with python-twitter: https://github.com/radzhome/python-twitter-django-tags ------ Models ------ The library utilizes models to represent various data structures returned by Twitter. Those models are: * twitter.Category * twitter.DirectMessage * twitter.Hashtag * twitter.List * twitter.Media * twitter.Status * twitter.Trend * twitter.Url * twitter.User * twitter.UserStatus To read the documentation for any of these models, run:: $ pydoc twitter.[model] --- API --- The API is exposed via the ``twitter.Api`` class. The python-twitter requires the use of OAuth keys for nearly all operations. As of Twitter's API v1.1, authentication is required for most, if not all, endpoints. Therefore, you will need to register an app with Twitter in order to use this library. Please see the "Getting Started" guide on https://python-twitter.readthedocs.io for a more information. To generate an Access Token you have to pick what type of access your application requires and then do one of the following: - `Generate a token to access your own account `_ - `Generate a pin-based token `_ - use the helper script `get_access_token.py `_ For full details see the `Twitter OAuth Overview `_ To create an instance of the ``twitter.Api`` with login credentials (Twitter now requires an OAuth Access Token for all API calls):: >>> import twitter >>> api = twitter.Api(consumer_key='consumer_key', consumer_secret='consumer_secret', access_token_key='access_token', access_token_secret='access_token_secret') To see if your credentials are successful:: >>> print(api.VerifyCredentials()) {"id": 16133, "location": "Philadelphia", "name": "bear"} **NOTE**: much more than the small sample given here will print To fetch a single user's public status messages, where ``user`` is a Twitter user's screen name:: >>> statuses = api.GetUserTimeline(screen_name=user) >>> print([s.text for s in statuses]) To fetch a list a user's friends:: >>> users = api.GetFriends() >>> print([u.name for u in users]) To post a Twitter status message:: >>> status = api.PostUpdate('I love python-twitter!') >>> print(status.text) I love python-twitter! There are many more API methods, to read the full API documentation either check out the documentation on `readthedocs `_, build the documentation locally with:: $ make docs or check out the inline documentation with:: $ pydoc twitter.Api ---- Todo ---- Patches, pull requests, and bug reports are `welcome `_, just please keep the style consistent with the original source. In particular, having more example scripts would be a huge help. If you have a program that uses python-twitter and would like a link in the documentation, submit a pull request against ``twitter/doc/getting_started.rst`` and add your program at the bottom. The twitter.Status and ``twitter.User`` classes are going to be hard to keep in sync with the API if the API changes. More of the code could probably be written with introspection. The ``twitter.Status`` and ``twitter.User`` classes could perform more validation on the property setters. ---------------- More Information ---------------- Please visit `the google group `_ for more discussion. ------------ Contributors ------------ Originally two libraries by DeWitt Clinton and Mike Taylor which was then merged into python-twitter. Now it's a full-on open source project with many contributors over time. See AUTHORS.rst for the complete list. ------- License ------- | Copyright 2007-2016 The Python-Twitter Developers | | Licensed under the Apache License, Version 2.0 (the 'License'); | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | | http://www.apache.org/licenses/LICENSE-2.0 | | Unless required by applicable law or agreed to in writing, software | distributed under the License is distributed on an 'AS IS' BASIS, | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | See the License for the specific language governing permissions and | limitations under the License. python-twitter-3.3/circle.yml000066400000000000000000000002361311017327200163620ustar00rootroot00000000000000dependencies: override: - pip install -U pip - make dev test: pre: - make info - uname -a - lsb_release -a override: - make ci python-twitter-3.3/coveragerc000066400000000000000000000000271311017327200164370ustar00rootroot00000000000000[run] source = twitter python-twitter-3.3/doc/000077500000000000000000000000001311017327200151425ustar00rootroot00000000000000python-twitter-3.3/doc/Makefile000066400000000000000000000152121311017327200166030ustar00rootroot00000000000000# Makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) endif # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext help: @echo "Please use \`make ' where is one of" @echo " html to make standalone HTML files" @echo " dirhtml to make HTML files named index.html in directories" @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" @echo " json to make JSON files" @echo " htmlhelp to make HTML files and a HTML help project" @echo " qthelp to make HTML files and a qthelp project" @echo " devhelp to make HTML files and a Devhelp project" @echo " epub to make an epub" @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " latexpdf to make LaTeX files and run them through pdflatex" @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" @echo " text to make text files" @echo " man to make manual pages" @echo " texinfo to make Texinfo files" @echo " info to make Texinfo files and run them through makeinfo" @echo " gettext to make PO message catalogs" @echo " changes to make an overview of all changed/added/deprecated items" @echo " xml to make Docutils-native XML files" @echo " pseudoxml to make pseudoxml-XML files for display purposes" @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" clean: rm -rf $(BUILDDIR)/* html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." singlehtml: $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml @echo @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." pickle: $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle @echo @echo "Build finished; now you can process the pickle files." json: $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json @echo @echo "Build finished; now you can process the JSON files." htmlhelp: $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp @echo @echo "Build finished; now you can run HTML Help Workshop with the" \ ".hhp project file in $(BUILDDIR)/htmlhelp." qthelp: $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/python-twitter.qhcp" @echo "To view the help file:" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/python-twitter.qhc" devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" @echo "# mkdir -p $$HOME/.local/share/devhelp/python-twitter" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/python-twitter" @echo "# devhelp" epub: $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub @echo @echo "Build finished. The epub file is in $(BUILDDIR)/epub." latex: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." @echo "Run \`make' in that directory to run these through (pdf)latex" \ "(use \`make latexpdf' here to do that automatically)." latexpdf: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." $(MAKE) -C $(BUILDDIR)/latex all-pdf @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." latexpdfja: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through platex and dvipdfmx..." $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." text: $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text @echo @echo "Build finished. The text files are in $(BUILDDIR)/text." man: $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man @echo @echo "Build finished. The manual pages are in $(BUILDDIR)/man." texinfo: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." @echo "Run \`make' in that directory to run these through makeinfo" \ "(use \`make info' here to do that automatically)." info: $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo "Running Texinfo files through makeinfo..." make -C $(BUILDDIR)/texinfo info @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." gettext: $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale @echo @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." changes: $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes @echo @echo "The overview file is in $(BUILDDIR)/changes." linkcheck: $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck @echo @echo "Link check complete; look for any errors in the above output " \ "or in $(BUILDDIR)/linkcheck/output.txt." doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in $(BUILDDIR)/doctest/output.txt." xml: $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml @echo @echo "Build finished. The XML files are in $(BUILDDIR)/xml." pseudoxml: $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml @echo @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." python-twitter-3.3/doc/changelog.rst000066400000000000000000000161471311017327200176340ustar00rootroot00000000000000Changelog --------- Version 3.2.1 ============= * :py:func:`twitter.twitter_utils.calc_expected_status_length` should now function properly. Previously, URLs would be counted incorrectly. See `PR #416 `_ * :py:func:`twitter.api.Api.PostUpdates` now passes any keyword arguments on the edge case that only one tweet was actually being posted. Version 3.2 =========== Deprecations ------------ Nothing is being deprecationed this version, however here's what's being deprecated as of v. 3.3.0: * :py:func:`twitter.api.Api.UpdateBackgroundImage`. Please make sure that your code does not call this function as it will be returning a hard error. There is no replace function. This was deprecated by Twitter around July 2015. * :py:func:`twitter.api.Api.PostMedia` will be removed. Please use :py:func:`twitter.api.Api.PostUpdate` instead. * :py:func:`twitter.api.Api.PostMultipleMedia`. Please use :py:func:`twitter.api.Api.PostUpdate` instead. * :py:func:`twitter.api.GetFriends` will no longer accept a `cursor` or `count` parameter. Please use :py:func:`twitter.api.GetFriendsPaged` instead. * :py:func:`twitter.api.GetFollowers` will no longer accept a `cursor` or `count` parameter. Please use :py:func:`twitter.api.GetFollowersPaged` instead. What's New ---------- * We've added new deprecation warnings, so it's easier to track when things go away. All of python-twitter's deprecation warnings will be a subclass of :py:class:`twitter.error.PythonTwitterDeprecationWarning` and will have a version number associated with them such as :py:class:`twitter.error.PythonTwitterDeprecationWarning330`. * :py:class:`twitter.models.User` now contains a ``following`` attribute, which describes whether the authenticated user is following the User. `PR #351 `_ * :py:class:`twitter.models.DirectMessage` contains a full :py:class:`twitter.models.User` object for both the ``DirectMessage.sender`` and ``DirectMessage.recipient`` properties. `PR #384 `_. * You can now upload Quicktime movies (``*.mov``). `PR #372 `_. * If you have a whitelisted app, you can now get the authenticated user's email address through a call to :py:func:`twitter.api.Api.VerifyCredentials()`. If your app isn't whitelisted, no error is returned. `PR #376 `_. * Google App Engine support has been reintegrated into the library. Check out `PR #383 `_. * `video_info` is now available on a `twitter.models.Media` object, which allows access to video urls/bitrates/etc. in the `extended_entities` node of a tweet. What's Changed -------------- * :py:class:`twitter.models.Trend`'s `volume` attribute has been renamed `tweet_volume` in line with Twitter's naming convention. This change should allow users to access the number of tweets being tweeted for a given Trend. `PR #375 `_ * :py:class:`twitter.ratelimit.RateLimit` should behave better now and adds a 1-second padding to requests after sleeping. * :py:class:`twitter.ratelimit.RateLimit` now keeps track of your rate limit status even if you don't have ``sleep_on_rate_limit`` set to ``True`` when instatiating the API. If you want to add different behavior on hitting a rate limit, you should be able to now by querying the rate limit object. See `PR #370 `_ for the technical details of the change. There should be no difference in behavior for the defaults, but let us know. Bugfixes -------- * :py:class:`twitter.models.Media` again contains a ``sizes`` attribute, which was missed back in the Version 3.0 release. `PR #360 `_ * The previously bloated :py:func:`twitter.api.Api.UploadMediaChunked()` function has been broken out into three related functions and fixes two an incompatibility with python 2.7. Behavior remains the same, but this should simplify matters. `PR #347 `_ * Fix for :py:func:`twitter.api.Api.PostUpdate()` where a passing an integer to the ``media`` parameter would cause an iteration error to occur. `PR #347 `_ * Fix for 401 errors that were occuring in the Streaming Endpoints. `PR #364 `_ Version 3.1 ========== What's New ____________ * :py:func:`twitter.api.Api.PostMediaMetadata()` Method allows the posting of alt text (hover text) to a photo on Twitter. Note that it appears that you have to call this method prior to attaching the photo to a status. * A couple new methods have been added related to showing the connections between two users: * :py:func:`twitter.api.Api.ShowFriendship()` shows the connection between two users (i.e., are they following each other?) * :py:func:`twitter.api.Api.IncomingFriendship()` shows all of the authenticated user's pending follower requests (if the user has set their account to private). * :py:func:`twitter.api.Api.OutgoingFriendship()` shows the authenticated user's request to follow other users (i.e. the user has attempted to follow a private account). * Several methods were added related to muting users: * :py:func:`twitter.api.Api.GetMutes()` returns **all** users the currently authenticated user is muting (as ``twitter.models.User`` objects). * :py:func:`twitter.api.Api.GetMutesPaged()` returns a page of ``twitter.models.User`` objects. * :py:func:`twitter.api.Api.GetMutesIDs()` returns **all** of the users the currently authenticated user is muting as integers. * :py:func:`twitter.api.Api.GetMutesIDsPaged()` returns a single page of the users the currently authenticated user is muting as integers. What's Changed ______________ * :py:func:`twitter.api.Api.GetStatus()` Now accepts the keyword argument ``include_ext_alt_text`` which will request alt text to be included with the Status object being returned (if available). Defaults to ``True``. * ``[model].__repr__()`` functions have been revised for better Unicode compatibility. If you notice any weirdness, please let us know. * :py:func:`twitter.api.Api()` no longer accepts the ``shortner`` parameter; however, see ``examples/shorten_url.py`` for an example of how to use a URL shortener with the API. * :py:func:`twitter.api.Api._Encode()` and :py:func:`twitter.api.Api._EncodePostData()` have both been refactored out of the API. * :py:class:`twitter.models.Media` now has an attribute ``ext_alt_text`` for alt (hover) text for images posted to Twitter. * :py:class:`twitter.models.Status` no longer has the properties ``relative_created_at``, ``now``, or ``Now``. If you require a relative time, we suggest using a third-party library. * Updated examples, specifically ``examples/twitter-to-xhtml.py``, ``examples/view_friends.py``, ``examples/shorten_url.py`` * Updated ``get_access_token.py`` script to be python3 compatible. * :py:func:`twitter.api.Api.GetStreamFilter()` now accepts an optional languages parameter as a list. python-twitter-3.3/doc/changes_to_tweet_counting.rst000066400000000000000000000052511311017327200231270ustar00rootroot00000000000000REST API Changes ================= Information compiled on Sept 14, 2016. ``statuses/update`` Endpoint ---------------------------- ``auto_populate_reply_metadata`` +++++++++++++++++++++++++++++++ * Default is ``false`` * Must have ``in_reply_to_status_id`` set. * Unknown what happens if not set. Probably error (does it get posted?) * If the status to which you're replying is deleted, tweet will fail to post. ``exclude_reply_user_ids`` ++++++++++++++++++++++++++ * List of ``user_ids`` to remove from result of ``auto_populate_reply_metadata``. * Doesn't apply to the first ``user_id``. * If you try to remove it, this will be silently ignored by Twitter. ``attachment_url`` ++++++++++++++++++ * Must be a status permalnk or a DM deep link. * If it's anything else and included in this parameter, Twitter will return an error. Most Other Endpoints -------------------- ``tweet_mode`` ++++++++++++++ * Any endpoint that returns a tweet will accept this param. * Must be in ``['compat', 'extended']`` * If ``tweet_mode == 'compat'``, then no ``extended_tweet`` node in the json returned. * If ``tweet_mode == 'extended'``, then you'll get the ``extended_tweet`` node. Errors ------ * 44 -> URL passed to attachment_url is invalid * 385 -> Replied to deleted tweet or tweet not visible to you * 386 -> Too many attachments types (ie a GIF + quote tweet) Streaming API ============= Everything is going to be compatibility mode for now; however **all** tweets with have an ``extended_tweet`` node, which will contain the new information. According to Twitter's documentation though, there's the possibility that this node may not exist. We should be careful about making assumptions here. Changes to Models ================= Classic tweet: tweet with length < 140 char. Extended tweet: tweet with extended entities and text > 140 chars. Twitter doesn't say if extended tweet with a total length of < 140 characters will be considered a "Classic tweet". They also state that an extended tweet shall have "text content [that] exceeds 140 characters in length", however this is contradictory to earlier statements about total text length retaining a hard max at 140 characters. There will be two rendering modes: Compatibility and Extended. If in compatibility mode and tweet is "classic", no changes to tweet JSON. If in Extended mode, the following will change: * ``text`` -> truncated version of the extended tweet's text + "..." + permalink to tweet. (Twitter is mute on whether an extended tweet's with (text + @mentions + urls) < 140 characters will have the @mentions + urls put back in ``text`` field.) * ``truncated`` -> gets set to ``True`` if extended tweet is rendered in compat mode. python-twitter-3.3/doc/conf.py000066400000000000000000000201341311017327200164410ustar00rootroot00000000000000# -*- coding: utf-8 -*- # # python-twitter documentation build configuration file, created by # sphinx-quickstart on Fri Aug 30 14:37:05 2013. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import sys import os import shlex sys.path.append(os.path.abspath('../')) # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # sys.path.insert(0, os.path.abspath('.')) # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon' ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' # The encoding of source files. #source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' # General information about the project. project = u'python-twitter' copyright = u'2016, python-twitter@googlegroups.com' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. version = '3.2' # The full version, including alpha/beta/rc tags. release = '3.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call. #today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ['_build'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). #add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. #show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] # If true, keep warnings as "system message" paragraphs in the built documents. #keep_warnings = False # -- Options for HTML output --------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. #html_logo = None # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. #html_favicon = None # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. #html_additional_pages = {} # If false, no module index is generated. #html_domain_indices = True # If false, no index is generated. #html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False # If true, links to the reST sources are added to the pages. #html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. #html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. #html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). #html_file_suffix = None # Output file base name for HTML help builder. htmlhelp_basename = 'python-twitterdoc' # -- Options for LaTeX output -------------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). #'pointsize': '10pt', # Additional stuff for the LaTeX preamble. #'preamble': '', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'python-twitter.tex', u'python-twitter Documentation', u'python-twitter@googlegroups.com', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. #latex_use_parts = False # If true, show page references after internal links. #latex_show_pagerefs = False # If true, show URL addresses after external links. #latex_show_urls = False # Documents to append as an appendix to all manuals. #latex_appendices = [] # If false, no module index is generated. #latex_domain_indices = True # -- Options for manual page output -------------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'python-twitter', u'python-twitter Documentation', [u'python-twitter@googlegroups.com'], 1) ] # If true, show URL addresses after external links. #man_show_urls = False # -- Options for Texinfo output ------------------------------------------------ # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ ('index', 'python-twitter', u'python-twitter Documentation', u'python-twitter@googlegroups.com', 'python-twitter', 'One line description of project.', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. #texinfo_appendices = [] # If false, no module index is generated. #texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False python-twitter-3.3/doc/contributing.rst000066400000000000000000000015571311017327200204130ustar00rootroot00000000000000Contributing ------------ Getting the code ================ The code is hosted at `Github `_. Check out the latest development version anonymously with:: $ git clone git://github.com/bear/python-twitter.git $ cd python-twitter The following sections assuming that you have `pyenv `_ installed and working on your computer. To install dependencies, run:: $ make dev This will install all of the required packages for the core library, testing, and installation. Testing ======= Once you have your development environment set up, you can run:: $ make test to ensure that all tests are currently passing before starting work. You can also check test coverage by running:: $ make coverage Pull requests are welcome or, if you are having trouble, please open an issue on GitHub. python-twitter-3.3/doc/getting_started.rst000066400000000000000000000046511311017327200210710ustar00rootroot00000000000000Getting Started =============== Getting your application tokens +++++++++++++++++++++++++++++++ .. danger:: This section is subject to changes made by Twitter and may not always be completely up-to-date. If you see something change on their end, please create a `new issue on Github `_ or submit a pull request to update it. In order to use the python-twitter API client, you first need to acquire a set of application tokens. These will be your ``consumer_key`` and ``consumer_secret``, which get passed to ``twitter.Api()`` when starting your application. Create your app ________________ The first step in doing so is to create a `Twitter App `_. Click the "Create New App" button and fill out the fields on the next page. .. image:: python-twitter-app-creation-part1.png If there are any problems with the information on that page, Twitter will complain and you can fix it. (Make sure to get the name correct - it is unclear if you can change this later.) On the next screen, you'll see the application that you created and some information about it: Your app _________ Once your app is created, you'll be directed to a new page showing you some information about it. .. image:: python-twitter-app-creation-part2.png Your Keys _________ Click on the "Keys and Access Tokens" tab on the top there, just under the green notification in the image above. .. image:: python-twitter-app-creation-part3.png At this point, you can test out your application using the keys under "Your Application Tokens". The ``twitter.Api()`` object can be created as follows:: import twitter api = twitter.Api(consumer_key=[consumer key], consumer_secret=[consumer secret], access_token_key=[access token], access_token_secret=[access token secret]) Note: Make sure to enclose your keys in quotes (ie, api = twitter.Api(consumer_key='1234567', ...) and so on) or you will receive a NameError. If you are creating an application for end users/consumers, then you will want them to authorize you application, but that is outside the scope of this document. And that should be it! If you need a little more help, check out the `examples on Github `_. If you have an open source application using python-twitter, send us a link and we'll add a link to it here. python-twitter-3.3/doc/index.rst000066400000000000000000000017551311017327200170130ustar00rootroot00000000000000.. python-twitter documentation master file, created by Welcome to python-twitter's documentation! ========================================== **A Python wrapper around the Twitter API.** Author: The Python-Twitter Developers Contents: .. toctree:: :maxdepth: 1 installation.rst getting_started.rst contributing.rst migration_v30.rst changelog.rst rate_limits.rst models.rst searching.rst with_django.rst twitter.rst Introduction ------------ This library provides a pure Python interface for the `Twitter API `_. It works with Python 2.7+ and Python 3. `Twitter `_ provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a `web services API `_ and this library is intended to make it even easier for Python programmers to use. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` python-twitter-3.3/doc/installation.rst000066400000000000000000000017421311017327200204010ustar00rootroot00000000000000Installation & Testing ------------ Installation ============ **From PyPI** :: $ pip install python-twitter **From source** Install the dependencies: - `Requests `_ - `Requests OAuthlib `_ Alternatively use `pip`:: $ pip install -r requirements.txt Download the latest `python-twitter` library from: https://github.com/bear/python-twitter/ Extract the source distribution and run:: $ python setup.py build $ python setup.py install Testing ======= The following requires ``pip install pytest`` and ``pip install pytest-cov``. Run:: $ make test If you would like to see coverage information:: $ make coverage Getting the code ================ The code is hosted at `Github `_. Check out the latest development version anonymously with:: $ git clone git://github.com/bear/python-twitter.git $ cd python-twitter python-twitter-3.3/doc/make.bat000066400000000000000000000145131311017327200165530ustar00rootroot00000000000000@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^` where ^ is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\python-twitter.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\python-twitter.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end python-twitter-3.3/doc/migration_v30.rst000066400000000000000000000277531311017327200203730ustar00rootroot00000000000000Migration from v2 to v3 ----------------------- Changes to Existing Methods =========================== :py:func:`twitter.api.Api()` ++++++++++++++++++++++++++++ * ``shortner`` parameter has been removed. Please see `Issue #298 `_. :py:func:`twitter.api.Api.CreateFavorite` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * kwarg param has been changed to ``status_id`` from ``id`` to be consistent with other method calls and avoid shadowing builtin function ``id``. :py:func:`twitter.api.Api.DestroyFavorite` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * kwarg param has been changed to ``status_id`` from ``id`` to be consistent with other method calls and avoid shadowing builtin function ``id``. :py:func:`twitter.api.Api.DestroyBlock` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Kwarg ``id`` has been changed to ``user_id`` in order to avoid shadowing a builtin and be more descriptive. :py:func:`twitter.api.Api.DestroyStatus` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * kwarg ``id`` has been changed to ``status_id`` in keeping with the rest of the Api and to avoid shadowing a builtin. :py:func:`twitter.api.Api.GetBlocks` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Method no longer accepts parameters ``user_id`` or ``screen_name`` as these are not honored by Twitter. The data returned will be for the authenticated user only. * Parameter ``cursor`` is no longer accepted -- this method will return **all** users being blocked by the currently authenticated user. If you need paging, please use :py:func:`twitter.api.Api.GetBlocksPaged` instead. :py:func:`twitter.api.Api.GetFollowers` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Method no longer honors a ``count`` or ``cursor`` parameter. These have been deprecated in favor of making this method explicitly a convenience function to return a list of every ``twitter.User`` who is following the specified or authenticated user. A warning will be raised if ``count`` or ``cursor`` is passed with the expectation that breaking behavior will be introduced in a later version. * Method now takes an optional parameter of ``total_count``, which limits the number of users to return. If this is not set, the data returned will be all users following the specified user. * The kwarg ``include_user_entities`` now defaults to ``True``. This was set to ``False`` previously, but would not be included in query parameters sent to Twitter. Without the query parameter in the URL, Twitter would default to returning user_entities, so this change makes this behavior explicit. :py:func:`twitter.api.Api.GetFollowersPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * The third value of the tuple returned by this method is now a list of twitter.User objects in accordance with its doc string rather than the raw data from API. * The kwarg ``include_user_entities`` now defaults to ``True``. This was set to ``False`` previously, but would not be included in query parameters sent to Twitter. Without the query parameter in the URL, Twitter would default to returning user_entities, so this change makes this behavior explicit and consistent with the previously ambiguous behavior. :py:func:`twitter.api.Api.GetFriends` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Method no longer honors a ``count`` or ``cursor`` parameter. These have been deprecated in favor of making this method explicitly a convenience function to return a list of every ``twitter.User`` who is followed by the specified or authenticated user. A warning will be raised if ``count`` or ``cursor`` is passed with the expectation that breaking behavior will be introduced in a later version. * Method now takes an optional parameter of ``total_count``, which limits the number of users to return. If this is not set, the data returned will be all users followed by the specified user. * The kwarg ``include_user_entities`` now defaults to ``True``. This was set to ``False`` previously, but would not be included in query parameters sent to Twitter. Without the query parameter in the URL, Twitter would default to returning user_entities, so this change makes this behavior explicit. :py:func:`twitter.api.Api.GetFriendsPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * The third value of the tuple returned by this method is now a list of twitter.User objects in accordance with its doc string rather than the raw data from API. * The kwarg ``include_user_entities`` now defaults to ``True``. This was set to ``False`` previously, but would not be included in query parameters sent to Twitter. Without the query parameter in the URL, Twitter would default to returning user_entities, so this change makes this behavior explicit. :py:func:`twitter.api.Api.GetListMembers` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * No longer accepts ``cursor`` parameter. If you require granular control over the paging of the twitter.list.List members, please user twitter.api.Api.GetListMembersPaged instead. :py:func:`twitter.api.Api.GetStatus` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Kwarg ``id`` has been changed to ``status_id`` in keeping with the rest of the Api and to avoid shadowing a builtin. :py:func:`twitter.api.Api.GetStatusOembed` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Kwarg ``id`` has been changed to ``status_id`` in keeping with the rest of the Api and to avoid shadowing a builtin. :py:func:`twitter.api.Api.GetSearch` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Adds ``raw_query`` method. See :ref:`raw_queries` for more information. :py:func:`twitter.api.Api.GetTrendsWoeid` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Kwarg ``id`` has been changed to ``woeid`` in order to avoid shadowing a builtin and be more descriptive. :py:func:`twitter.api.Api.GetUserStream` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Parameter 'stall_warning' is now 'stall_warnings' in line with GetStreamFilter and Twitter's naming convention. This should now actually return stall warnings, whereas it did not have any effect previously. :py:func:`twitter.api.Api.LookupFriendship` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Method will now accept a list for either ``user_id`` or ``screen_name``. The list can contain either ints, strings, or :py:mod:`twitter.user.User` objects for either ``user_id`` or ``screen_name``. * Return value is a list of :py:mod:`twitter.user.UserStatus` objects. :py:func:`twitter.api.Api.PostUpdate` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Now accepts three new parameters: ``media``, ``media_additional_owners``, and ``media_category``. ``media`` can be a URL, a local file, or a file-like object (something with a ``read()`` method), or a list of any combination of the above. * ``media_additional_owners`` should be a list of user ids representing Twitter users that should be able to use the uploaded media in their tweets. If you pass a list of media, then **additional owners will apply to each object.** If you need more granular control, please use the UploadMedia* methods. * ``media_category``: Only for use with the AdsAPI. See https://dev.twitter.com/ads/creative/promoted-video-overview if this applies to your application. :py:func:`twitter.api.Api.PostRetweet` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Kwarg ``original_id`` has been changed to ``status_id`` in order to avoid shadowing a builtin and be more descriptive. Deprecation =========== :py:func:`twitter.api.Api.PostMedia` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * This endpoint is deprecated by Twitter. Python-twitter will throw a warning about using the method and advise you to use PostUpdate() instead. There is no schedule for when this will be removed from Twitter. :py:func:`twitter.api.Api.PostMultipleMedia` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * This method should be replaced by passing a list of media objects (either URLs, local files, or file-like objects) to PostUpdate. You are limited to a maximum of 4 media files per tweet. New Methods =========== :py:func:`twitter.api.Api.GetBlocksIDs` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Returns **all** the users currently blocked by the authenticated user as user IDs. The user IDs will be integers. :py:func:`twitter.api.Api.GetBlocksIDsPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Returns one page, specified by the cursor parameter, of the users currently blocked by the authenticated user as user IDs. :py:func:`twitter.api.Api.GetBlocksPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Allows you to page through the currently authenticated user's blocked users. Method returns three values: the next cursor, the previous cursor, and a list of ``twitter.User`` instances representing the blocked users. :py:func:`twitter.api.Api.GetListMembersPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Allows you to page through a the members of a given twitter.list.List. * ``cursor`` parameter operates as with other methods, denoting the page of members that you wish to retrieve. * Returns ``next_cursor``, ``previous_cursor``, and a list containing the users that are members of the given twitter.list.List. :py:func:`twitter.api.Api.GetListsPaged` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Much like :py:func:`twitter.api.Api.GetFriendsPaged` and similar methods, this allows you to retrieve an arbitrary page of :py:mod:`twitter.list.List` for either the currently authenticated user or a user specified by ``user_id`` or ``screen_name``. * ``cursor`` should be ``-1`` for the first page. * Returns the ``next_cursor``, ``previous_cursor``, and a list of :py:mod:`twitter.list.List` instances. :py:func:`twitter.api.Api.UploadMediaChunked` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * API method allows chunked upload to upload.twitter.com. Similar to Api.PostMedia(), this method can take either a local filename (str), a URL (str), or a file-like object. The image or video type will be determined by ``mimetypes`` (see :py:func:`twitter.twitter_utils.parse_media_file` for details). * Optionally, you can specify a chunk_size for uploads when instantiating the Api object. This should be given in bytes. The default is 1MB (that is, 1048576 bytes). Any chunk_size given below 16KB will result in a warning: Twitter will return an error if you try to upload more than 999 chunks of data; for example, if you are uploading a 15MB video, then a chunk_size lower than 15729 bytes will result in 1000 APPEND commands being sent to the API, so you'll get an error. 16KB seems like a reasonable lower bound, but if your use case is well-defined, then python-twitter will not enforce this behavior. * Another thing to take into consideration: if you're working in a RAM-constrained environment, a very large chunk_size will increase your RAM usage when uploading media through this endpoint. * The return value will be the ``media_id`` of the uploaded file. :py:func:`twitter.api.Api.UploadMediaSimple` +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * Provides the ability to upload a single media file to Twitter without using the ChunkedUpload endpoint. This method should be used on smaller files and reduces the roundtrips from Twitter from three (for UploadMediaChunked) to one. * Return value is the ``media_id`` of the uploaded file. python-twitter-3.3/doc/models.rst000066400000000000000000000007261311017327200171640ustar00rootroot00000000000000Models ====== Python-twitter provides the following models of the objects returned by the Twitter API: * :py:class:`twitter.models.Category` * :py:class:`twitter.models.DirectMessage` * :py:class:`twitter.models.Hashtag` * :py:class:`twitter.models.List` * :py:class:`twitter.models.Media` * :py:class:`twitter.models.Status` * :py:class:`twitter.models.Trend` * :py:class:`twitter.models.Url` * :py:class:`twitter.models.User` * :py:class:`twitter.models.UserStatus` python-twitter-3.3/doc/modules.rst000066400000000000000000000001111311017327200173350ustar00rootroot00000000000000.. _modules: Modules ******* .. toctree:: :maxdepth: 4 twitter python-twitter-3.3/doc/python-twitter-app-creation-part1.png000066400000000000000000010053401311017327200243010ustar00rootroot00000000000000PNG  IHDR^pEH pHYs  tIME84a IDATxy\Ue,jYK΀MBJacj[ƴ6Sd4MAʎEv ?.x`Zy^u=9y||ce0 o4 (=S?g&?(y Is>P @bb"Ԗvm.sO0w+0m{u{ޙjooOY_nv~mi"VzνS=kϞ Wt2M×9V.O˶ ( " (  ("•H^zr (X6ͽ#=u:0Pa%߾rbp;!?3r6 (h4QrрXᒛ`ANF)MK-pi &XLR{% 5`N\ ,a,# .,\ºIKَ!I궇|2J%?y/8EPqqի(PX}@[a7GS{I{)77Q3m=T60tض/Sl ZK}k;Mlۗ(΍gqo;?jmAbDm@Ҟmx{ٱU-ͻlC]kYv]@aF4t6DSMT&espJyI{e)L\-Saz41Z &1"DnmlۓDҞmlCLЭT6> ePL }@AP~l7b>>]V2M[]|==@# 8!•䄜K-: [Ξpt:1 p.vl+M߮^|ILL"Kwpk p;O_px(_k!/>턦:<0eŏp 1J̇Ϣ8'!L ѿ#zli*InT2pN$X[ŷL``x%#}g%qB }y+)W u9t3_O07EGTe|!0ۇŗ2~~^H W @MeϴX/J+ 1kh"SmV., j_(8qHoi{kèA)1_Z {G0a>?&¬Kux{"x1'*}@zm?y<{9Fڰb}h4H<5k`7F^rܱkx]]B"kD.%5ŮM+ ۇ̓U4hѷuXNU]Qx_Q՗S>>Gūp<3oovfOAE=C %@ݗW^O0e:h= T5Ro( x{vP7ﯖPI-Ƽ;kOWo(e9I7N\[TeצMdWxJMN/ĂR-{7c,gG;zX Z-foo[ h{m!7Ҫ-jjPB)z_5y0ph@AXؼww]uD8ʨCuu9?[6a=f"v%%9{ۍF@wOOF?M&m4Э$62|Z*yIwpd(VKAI#-'>z,-l؉wR\#?VrfȨ;c iҪ}PÍ u6;G]U!cY1t`rgA"[[[1cmեy$o)g Zjae``H/X)LwŽЃ݊; b~@8zZ[1X\oԴ"i1v=I+HDMqL]j%M7sCEMC1@_DF~ L2?v///qs RINI`ʔ{kZɊC Ap^2|8~*Qwb 4))S3#{OQPml ؼwߊuJÐG\vmQ3y"ggOnӒZgR\MG L:>>óz)`#Ccq:} ,>1OFFw Br$[Mza9qtC3o8E~bʔ)DoƁ=~qc_B|}t8ڪ Ir`vz ^5l 7M;8!4;r,no^ {='0()SPUOI1dҤ %&(LDUQ&w2eRJk4UiFy;}z;=j 1Еg9dj`'rO>IHd(e3tmǕp,0eɿ(}ya[Sg0;1~CG07q,=Tc<ߓ3a(֦jzHxd<}jsh+jϊQC6SX CQW~^0ak'<ؼ ɓ'PF)}@@N~ `6\v(xf/(Q6VPrtpqMx%@ii1gԨQޔ@&6EFĬAǦodae~KcFcӣG @ʾx\x?ezB>MpTsǝDx0?lGc eo+nCPRvVac[D܉*z⺂0n:ڪb~uŵFPRo@㻰厩882ZHnv('m= jje݈IڟK&*jFF#}s^a+8DW//bŗ~$@O^yeo?'|@—%}i' W. )o֑ҞMaa;)nhfӁ*lMs78TXIKC]]Q'<n曈GM9j>uu0>zEo~-}@1 ]&ܴt+KPE='bL73m-8l2Qm-jEQ(**Bղ:4^X)L O4SNLz /jqqp<^8H\?-rEYnLhܯચ31T.328w b/Tg|&hZl.},xoym'$4mP:V5jE} _H$LdV::(NyoS:em0J\:!KVU˧CV':t_oL[TT7sjQůyǬGVPTt؁6-f.;sc'z~SmUMݖ|+7ci4Ƨb}F9nye vFE/+7i`2>Ua3GXS#Cjt`਩(‚ FQBSz؏ _ @|iws"0 4ތ\i,Ǩ1 5:{< fQCo`Mg,{m+fPUFc)2_zQ2;5r($-Ź0yաqh8ZՀ$Y8]ϻ?dqBiaj[M]7֫u5km4*Jꚻ/P (U9x8涔ֿm8Ism!+x sjM889:ŝQձfyyx+@n;[ժytߟ"D;9Lflyh-Tk˳,uI]ժmttTGkb,eF r4:}q~BptT5;Nwӣֳo-}HQ ݧjDS3WiZ¿忻jZH Q˓.rc/c'0j5V-aO1NΠ K _AdtJP>0).;;;?j3m)~};;;5}z~{{CFr8z}~ƃjK w%N3ˈ2t:Cecqv®t[;;;CNgM V}[t:7iK32oowt:X/7's6]Ya2א[CExyyrss-t9"&XL7E~,qu|.`bZf 4 ^uJl dMIYz,|cEp詒4Gumslw\3񰓓:/Y恪s_hbLYgGNZSl"\@ y(]9@cU.22i9;c`k[8\ZMxSZVp&& 36ʛ Mۤ5KP> PD " (  ("UYe&㊝ 1577z?DgYgn;: 2\gJJ;N\s 5X?ҌnnKvЫpOM7>k߭4a:mhs>%*E˓n.pa%wsk=G5#"OƊGfEQpuy/WMņw>д|'( 1j~uЫK?)oS[3 {sgyLЍ5ޝ1 nȳY_mqEl:NyKZP(hxc;Ls@QV~΂]j+ CipP\xKfSd;:`NtEQ ]M\,֌чƅ=V9~<4`@Z_$EQhEQ;)1 XFyF.h4+Azq77r*uc[8yJh4$א[DO[(r|˳ZsƷyXml,lڪػkeQL&+jF|Hu nᅨb <~@~q=A]6:ZIzj `ig꣯SLc4.j.`xCW~C,d-'IC3`"]B 6L ,  (AOޞo|h;u5?ɝZW擘+"11QɦCw_S[ڭ ~{˽[:6o??̯Y WsIn;A @&RݗWݤnAOD˛nrGbpKEGQ_e|z8PCJBB'+BxV=D{maҴ,vu;!t?ѝSg4(i1i>AM̮ \2ÜH{'_~> U)Wxxx2f({_|A_f5,5I&S\M`zP`` ߏim"XG_اVm߾lmm^ }>|!!\{D$n\/V5mO_a|4;hY~[Z :`J0Wt&pl{l?Nm]b>^1Ͻ) >ǭco,* IDAT?g8U=P,#'9VQCXBs B({sҧ8ϗ͔)S_,I`p8ev~~]SEu9l{sp7@~J$ml{swGi+L?ص3A_߲eH4$iu|bv+ @O|:$@}Pቓq}Gp:ĖU3e*ё zeG >iAArD^4ng^%,>{>>Tx3OPs7Ё|[ΖrF HyM=&G^L1fmVtHkk+|>;cz&bѹp 5 ?,Y ah>umk&N(R#p y 2Oi @q|}C!:PMO^y[ U񔖬jt%o?LHVq5͵u5WSӤ#ߟx5"A>Ʋ5:Mm!Gƍ4מDz||c-όa&g4q# Uz:tڴj5 %D[||2_L?ejfk耦-6m"rua~CU!iZc7v})Nըe"9cM=QAKc9>BkC9'i<%2I),GRKF'9/7i/$߅&5R*ug۾ddMesG Rܲ=P_y&'L}y}Y @)-GRB݆w 6DRoM18v5eN:|}ܮeSN@s}H2" >];pa̘3`_\ӓ&}ȷCuyl^Go0ʊ1v2wmbMa, -lJ`cr8,7rxG?UI|{ǏpXǫh1sP_x6;dP~,1v8Leki,W U;.!.I; X[ݗq>A]Aܼ]AX,ů=M_Nqu=):5_K 2"HO~ٕHf~6~2{X,Ydŋ©d[~qD2~IOA̝f dhO[ADneо7֦Jv3ixVov,I$+= Cqc_*Zh O|v+[vh1dMM_#wb=hG bd kQLo2ٍ`u0v{AC!fhy4]ߟQng clÄq#k*Zi,Nπx2i4upNq0k= !9%٭9F}L2?-3i<@#ƌIA/k2'Rq">bqT\Umˉl}`|W Fؗv}r#l EFz#>=lDn6'j-`"ws]Cz< c?Y*Fh̑#чmx4?Uss*]3^E+fW2̮i]9 z>>[ϙ]=' N~UK#I**z>NEA N]Q3} ؓSªӰ LYobM0gT4p錽u;Cw̘z :x3QY-ӓx9vA] DOD o ]AOD>AD3b3V/KםՔ>/xΘA^Ueyч䄢(lK)$,&DQqs[`V<2Ǟ 1]숕5m(5l{^OC>س]Gw f9CM%OI\&XK}e6^^:pv@AMt(ΔkMcwaEqVC-'O{QFdE$\=>5Ğ~#xNUGbPĈ)|^'eȉ#%BbQW\qT?xĈ\((B6,xUqs[ _!7jqst3ޢ!1b-j8(أ*G܉*u[SP~%1E"3N2쏽5V`_8^ĭz_MOˋXiŠ{ 8`f,hȞoɉWr( Uu].ٝ6*=~pd%NNY:j.ok{ g8:с|yc'<湒Pu2S]ON=9VHokk:/h4ČۆzQQ")(D)3/"g9DE]F5]I\ЦP=ڴ0f`/W~/\ʚ 8(F0)gpqp 8QYuEs-gO63ٹY,j^|2.T5tѢ滸A̮]6Oz|,"=j(a9וg U3o㹬:Okq댯O8~\h2(*:VUn5"ע(|꿓䗱!3V='֏PcPQQzI+vWz+4: :Nt:a 5|N3 S56PS(p}GG7r bÿfNΙ!66c?ulÁLg3_ЁfwHMZ5[Y(,OsupP M V,hBbqtײdwj3C'|U3gNEf;9ԖV/`!tt4d6-6VYLQ2\e tcb1 k{3(jhᩗWXJcu+7jSW>_?mm( jh-V\[Ȋ9z5&aHk5M!NT7?+f0M5(}xaw_|$Yg18e _td\ÓT+RGR+sSyZhL3hIWWi;:5'ӣֳo-4q_g釾sšE]W|b|B\i|{C1TLU4 Ou8ia4x3e3MTqtAHJ!_HόsEQl|pPiaŵf^ p >}EzGVVszhubHJQLC> DdTyL7~}[]Sԉb3g-Aƒkj<֩1Ea%N>"HfN`U<3[k6-f#LoiW/8cQ ZAQT-uAXQQE}X ?dV::Z<%'֏` 5]bή^>_z=pBV66=4ݐ?<%(rCKv0iXF93|MGaѴi恔cd30m;;;Cv\4K y]fy}F3'sZ3`/fmȍ* nvM8:YۚN;g:恐p:hUOP(/掊)g!j`ɧ8)͵jgw3#=j=G lqNմm^Gmzz4\dN83մϜ 2 Q@ywg?X̉23Ɔ9Ճ 2 _@@`E9Ԗsz yuv*ƪ\iQ™]FÔ)SӧY3yY{k] _A4 '"| "| '\Qt5:"g8LcӦWg^펢8SǞ_-X( ۀŮl#kJc~s1Ҵe]f\pgvMŁ6`+~u{-w*|X ' GjKSi?2)^_xAq+T[VK} (d7,8_$m_^`29 /^1'žvX[=dk6ּ)iiɋ0*#t>ϟo즱8guh4-i4z;?Rףhprͨ>:zXSuHk?} / %Vqv滝L PJmj 'ȊYDz&bNNY6sMKrsLp4H167E> <" [3v jTuVqApw ~qAL~޷7]u> wf7'֏?eq]hu#RAQ~sC0=89ƪN3eXq]x5yœHXCeiF!=j=foze20>O,_ʚ~w;FN+!:E=m|wF[[˴rGrbзWFye$ʠh{W'nF^O]N^F]ߓkcm\;v v`~<4QZDoW!N= +bvnz{I @~N;?hiiaԩcJP~δY',~_}7|:+x0!67嫠j <{ԕe׮@[tMe0ld~vI.D}|{0aaǝbn^wur'Au8JJJ4F!wBODAOq8A \۫ AAJ?p>out"|%.-A87$q}e|Q5k약=yeW0L^::㉉4Ts!;'93<ӛ=H \@d{{b;~AD \n (?AQ~ AD A' K_oEq&`$Vgy8tyaoks8TX FQhbΙ8Dksv$_{ǂ|),{!rؼ{ボ*ڊ4՝omG gYͣ8c#+D2W =?A+Q~ \^LJr"1EΨ))NEG&9% \Ș W% =L~Kk_Dhoo ;[qsl6iz޲E,~WjSԦXk|Jnk^wUޜ۷R"p)?,^ K/~W$.|[,/aLlǦ3XyÃ҆^ۨzTIW?\|Ws)..I +**b̘1Қ@kk4 ' AIg܀{cO.)Sx9f$swbc8iF0bب$0f=la pIRc=a"$9˜~oZKI+Q2e aqG?Yf_z~|NrKZh[N]c1GNp#b[E]ωvv10lnpSH=D\z1q> lK~F:c&ރMIܦkc^^^2Lw}V64U &$r{ VK( )9QS&#Mf.FU CiS܋=aL<MIlrjqqc1 pIbȯ`hc;rh6Qq dqxyy\T,"'p˸ zGblۥ^r{襦j,7 |~?@GV˒ϭwIZ;q~iO'~ R܋zq/iif3zDl+s__AE='w Ў4 n \mO pM"OQ~HEJCQ>d+_G(rƃ(²X5( qtty˪(j!A. |a''vDGK pQ ADuY0 $&Nν[r:BBr,:{RώxTC<ƀo IDATXOʞuxxxxxg]D -`ݞu;ݔxzB{xφz, :ZW-b~emb8XLBfhCcM)4ȉƶ N!--ɓﶸ~eS+v2|8nv(voS'iK& [v7///F5>=l-%(d?iYDz;Ȼ&XCG3hhio/[v0QTec -mld|#Kؽ-#m{ yEet{n^/T%p=?К2vFad^R DΔk|EJJZw/// A?1}s }eSƘ'ʿy  1A' `04g( Q> -•(lJEQutA.92!U%Y۫־]kkz! !\q\嗓 ٴI`6-W O;[4s%^^~<[8ѿ5+@rAM pC <<<NjK` ߓgW_#,8KlxΟO}5,\'KYvǑcxޙEy] 2hԸh6ĥh,h4&4ini6mڴY6M$$+./ l;,/30̼ü%&x~;sϽsw9ؙFf)t3V热,[cV\68̨SվM5& \|/  ·6A߷5YG2.DEkZQrʷ̥ʱ9omMO}QKN7ds+:f뻜6d^&N+ؿvc""t꘰/iE)Nw|v-id\ ::3vi첆.߫oj3s[NuHp&W(9uwhØCF6b55FNdtU0!r3nJ8JMÝ.k0{cw1a0đz1{8̑"Og0F<,a_ԭ c'MߟIc1PJ2Ǝȡ=CHԇW[ vOt*2sgN8rūv≠)SOOd^ YY= Ks 7Y<.f[Iu4)7MuUJTa$`(0Vs'L'r],~'0}5tUAU#5vkg߮\n~`wSmٺBZ؝4˽rDnnfm͸em4ե$NdQp^5ϡPn܇RFwiϐqmdƳMlfGԸ72e=X؈w/?Π( wֈpM4 ~`[IPFX&3~t3嶉Qlة ܟQzSCNo1m 4ԓ/fm_Iz旼gY hrkk>U-muD g∁2j d+uޢ4Tjs}$cNB]Kޣ7ihk'<gwo"nbAXv'k7|5r 5}H6ޥ1X˯ܩTwT.2w/""А H]U%vm>kgYPchUȵXkW-Ɩߦ{c۹lNשuұ`Ӯ4i\UwnGK]|YO \ÈA yĮ?9lظـruM .ű0(zK7AVˁ8^|N /K=;[Anx;yC3|puHQQ7pB"h4X(5Į@;4ȫTk|ώu߷ "]ڂ/|)ÇkeKJ>y] E"NU4pOd-}-)=sȘL©Lp f*\+k_$''s7! \k\Fz淽jOT^[M-_gl8rKN"ƋKupizSQκ]]YpȒzBf9z,G=Sgm<%]TwgzM[ _r]){ {Qc0q$&ի7RҜ#痷nq{cؾt;\Rq @\\Kqh\;㴎_sȨ뀫&ճUF2:IAߵAwM.{A \ίT,)vz^ "3?A~ '7W q5;?j* ]7#=(q~+£#:Rb?L贼D}9,?k8gr0ήNm#AyԥC5[&22|O|???Q.&k'V>*FZZVKb -s+?D~.i1W~_LJˆ+@_i(V3g."eŅvLoJr‚ofGP^o SwV@nˆcy|?i7ߣ3у!Q_WGcU.{4ڨ9Mw.b1E}L]E߁TWw7r+oO_,v`W듼"͔e{񻍙Ǐ>/?~163{Ԟ4i߿ &K;?GLs1ZSHLf3MY} ==;Л7s c1[;Лù W]<az>$Us됾hZb7E}]n ?zIkVh-dcicwFwQegŅ2^֦ s2p1U3r,*>;YĘK*BƙFpSe4Wz:l4ۓڼ݌ Kʍ+yyjϟqӝUY5g\SDݻ3:L-?nV}+dQušd}ϒc?'B5ӧU6{ɇ0baONNLmm-|ૃ߉>}cyϳ66P[SC}y*eim- d&O^z,(mBqaTO_JAa [ X̭z @j4h\8[H>=˛~ԡ4>æXa2ꁻ7-^M>t3_`se踛suen?ϋ[ZxVjo:W+I-?@^  veXԼ[ygQ)8x+u=3Ϻ{O\.խ'0s>MQ$@|J֦V̙Â/Pd/W0sVi?"ku {{ft([Y^#񼶴-͌充 '9M/>&Թ8Ԟq.}a3gtlӶCzy=㪎G^|>w/3f?C-|v'jv܎Y/YEzͲ.ӵ_ Z:Waa6O*H$3?Adw AK痶3L.Cz=gʫxhz=sgPihbaP4V$n?v\Vv9s,; Eey-[N9yVUT/c& &.S=g,*͌偕&+琚Vc2w-̗mmי Su5 rf{[(&v]n.]U/)v͆ʷٷs>ueovem:N.TǼO0kWV˓U/eަN6kon6nKqj9WgZ gG::Ȟ7YD[YJIo4jv?5^'í4~+qj_Qgl}`?l+d/jg8ͅ%h4:w||#G=Ŋvb Y Y,^͛T7(SNUӦNZ*5OFM_Fm hPFT^rkO(D%I}l@I>|'Y1ʪ+O?W>mF%7qOB`Q|$P/JvvR\ZOs QJZMvFg)FQdggFe{/*FQ Z{=b4ZpvHcXv])o?}b4|wtJnnw.,{AR?g㍵cRЖ dvQMΞMVU#QI9l=z.R˪7j6˘&؏:S{vX],L㠛-mյ!A䆇bÆ)d'3?zq|8og4TZ#hZR_GؖR_jo=Y/w^ztrXh";|`Yq%|ږydJ-Z|Ni1[os0ϚucjYf{b_wҹ*,C ryw};˳o1e loi؞·`ASv{/NggmߠUod",us3䯶px6+vcu!v=Xg^o/DOmmma}.PZ#;,,z6$:{h,5{jʭ3&SRڱY9[3/39󗳤7gjLf-_=_E>xa6alJؗ`Kj>WJl5`Yd^` 3gL^f͜ɪ̎sv+&l[ IDATĺ 92l:ڏSsu?YsT[&t[.[+~~~ ܏C!dٲeLzI8FI,1X_tOUuio/kZuQ>ux:س sg2ZǬ1 t޶ 8G:w7`co7P̘Lm+;vo38;1o2gVeϞ0;Vz1ן}`2زsMGNv|Y ,{e' Vh%uAK-( >8vEm9۹N5(yt<z 5Q5{='Wr"i.W-53f`aoA_8 hsxvAB{W8{k6Cm@T[=fgr]46ùೝ6V;䥕jp-ȲWI;!d+^Y^_;v^ږ>yyy{3޴_]2ΰ,.8m˙/q*> }PۣKnfg0&nw:>a?.L/qr= d;[pY{_,,^=΂: z-nB]e ȲWW̯Y/CF}q49 Ri/XO炢<}ش ph-hhA2;Y$ZiHytg6Z-c}s?Yst圭͛l+WeL궟[玊V{ .dƔ K\PG~m}Y^_AV1r՛Nm޹O|'Յ Վ׼d.u1󋌌CƍkZZ߽mompZ=g;0mP_J#\f~ A~h^A A' OA 8?Aq~ )B%kͯZ8yf nn۶3.nyڙru,:JnSX.wg t9nfS զD ^x;LFm%0UV.nni?yGͳ7 ` B{M֐_R?7M:%O. l 2󓙟 8?Aq~<}E  ZDaZ-{B@h\AA |Zm [>f&al*[8qY$UP:Z>ߟNP"LNB8)=]UJSuN)HwoKZRu[ _'?@Il6_v3g^r/^R>ѷwEڨ(8 ~yk mm:[.#XEX0clrQLMӼ-F-Fej m8| hnㄏÂ^I ;Θ1p`r( `j~CC)Z`ƌI Vggɪş \/ȲW ^ \3?A A.&kF#AdV/1=Z[[ikkoQ>}I;>7뮻ԴV.s.-9A`BuHž4Y_|HV|YaF#Yqaڊl&̶bV\w5;8[H`t2:l&">L p}qY7ߴiԿ])WD~kpӦMcӴ2m4ڱ|6{p5:"M/=~cE 9uM˻H~ۗq#okɈz; 7޳FmqSy95?@Ď}!&>-yiN:^Bvga;g;Oh|&W_\0?McIIm_mdavn6[3CF |ޡpqsŶ9>?8vF=ıc/Pz¿BT第=qt^⸷[!kP;ƒ[(8Y4}CIIvY3'0( v]ǗVF |M.;Siv4%՟fڴh{X𹦱hk.C۱2m=3K`pΗޙ6<<|#]?_:f_#z| |G3Z6~Ә6m;x;4wv޲.(b=g]RzgyzVt}?Yfg{'4 GT5<×Sbeo,=mwm~ر.8{xivLX|<5//=CL shzg69Kb :m4vW?4_WWw&(•EsB.uA A A' OA 8?Aq~ A A' OA 8?A_.+}kkXLOOn0 1ޟX,ͷ`u© {AÇ0kփ6bX5X͍̟OY_'ᄏK}w5-u(3pqs60c~2 Wh bccuIM3(ucƺ-Ԗd: tq(wN^mռ`[\G/7 ZnݼQYOO#;n ǥ\3ҭ.ǂ r;?Akɣ. \A 8?Aq~&0L&* K>}^ Ͽ[*+xofl=tX]+rw쥴#{xp%&> ЈANG]Am.{A5 p]~%.IIIa„ bAf~},K`{VBơ 汿b6Yڄ,:T;2[ ;/^*WNʥ@#nû@-W#xxLpp0Ix LkS9GԶ*0e n./%h ,&KW\S4o<p;Kmcxn 3#8~%tM_ L/^eK^|Uo}Օ(ʭ ?QQQNGEE>>Omk;bf:LF |K\.qq&N(K;{25޽A u9A'uklv~h:瓜IcQvmox6 g䄉 c \YDJ#wp }ٓT@X&O!D#<~aL<N̚nDGGxH'#-~/%OTvGQI;'b6h&ON#55jNy%ԴSvi%4_zlNGfZXr:;,r?yz~}X'NbmT #tcORcFq&;'RILIQettL2 {;a"fHhjy4ҳa>N/hA&EVi)b8y l`s}BEQ2) M/#x<'N""$G:LFNƘ 顰/ɉd3nX2Jٷ}SbR<~#G:̡OMqp#zu'G S̱`䄉 !55,FMDx _0NGɓ$`ʔI~\ʋW䚟܂p*ivKY\6͕2?YƋ9Sxx&Da=,غWݛۇqC?XO(HǨ)8gH[z<)vS;pVGq|&z[PchO7o֬ݩԐl!! s{#X@-L>4ߵIM8k&r7/7U]h)F#p-,_~()jΰ|"5mĤ ZַB,Ib[il3nnݻs,v#72}]˛N eI:р(<|lխ'VѝS,^DqߣRzg:w1$:)(6.XF\ݼT;jI񻍘"\yԶ1︹{6roA6WC1iz'#A'7<A."f4XS Ʉ'ANh4R\v Qv)UK*y,0ݞRN%Ym _.RN(#Vc28y@nVlQ7yݙ%I C]ݤ8[@q~[n2lțIqU=Uw.~݋ȈMxxt,f3i:l$ 2p$9eHnDEE f3fí#0bfPwjdSdЛ@h:.Y (igXٷ`2;^~?uSy0Pxhm42[qw({7~}8ws.lg¹Y,dUMfnE7ɤsI?npuƳH|=܈ !P;]S!=HckM&cl*w`X@9baPwۛ@fLN0a8x`ֱR͚[qufxN<6`KIܱE?BX:|ȉ?NDo/yz䪉fƣ[_6^+gA> 䆇 %A' OA 8?Aq~cZ-9 j  eRک,ɡ.VJ/pm:„P^jjRh+@RS=jykś~& µ6{'@`-xw+~1a;AΑ7<A!ox +ɹ=z53ׯB~\ d{7Sd%y^Λ;ӧk,|ip.{m$yCvnws.^9 Ђܱe(WoQuLdߑu:&ұl˲=~L @sm>yiɄ~=8YU+"`̓,I X/N~T_*qww9]zm} "+~_M?~o 0[?@qFStk?4=|7~o`ђ䷴79PXa=8]<|2ӯخ0#FSnb=wc8>Aj%6} m-=<䚟p5" q~\ϧN,~ѫW/ &e µ67<A."oC/9eQ aaiT6;naGU{ɆW˄ltNh2>F]V RtNop:c35u_T4u]df|-W%_r:5]ʙuv/q̮Uh1h(w3KNZvEwъ.Ugz^{R3=X[y,(nW_ohnЃf>:V}=7 bn!3\;n5ލf:œȹ`¦]jR3܇vgko"q_{b7NGnk۶FEYkb(7VDqSU(ofT_wv" pw>: _7QjO6Κ%n'NfbMV6 0E8 rC{!pqEnx=O"ΖSYAO/hofMx4&P#mWs3֑ۢJee5붑~=ҟ"!F3 X ۣ{$]Ws"SF>^4環{?g\{2o̭u6UIxcX26v[ŸfQ<<}$ľSTuQTKz)!آV7F[]h;jRKTHT"G&3croXE@3=c&}v0Uj7ݣGom^-y.gAX̙ nMl=giwo͞5м]7M֞}sl&wBPno\Iv)]Ja0ȵ+g3qFd%z>C f#',܅ ~vNcd{%;AX*zs0HUOT(ũۈ9iǾ4ש"&Ꮋ.o4& gΤ7N+$j4t*{l&V+粞㔭r77s%0 )FSE+~Z{elLH彞]Ù #­mUMG{ñE;ǫ'7w"d2O?B'A.0vU㼗rtb9'mJ׎ĭ/\QWN ߭Ӓǁ|<]si.`Ar6+Hzs ibߍcWx"/ؖŜǼk2\-9Ϡy wԙ\]5ـ͆;R8GbLv7l:]mW.~F+;G/xYMsm:\ٮ.k~i<ِRuή>~wwoVc/ ",, O2w}bᓴ6iذ"y)o $\@ޥ4@<t/M:byd$YyM[ yס< wIǢ[xM[{u9m xV`N XX~'= b<$,,bݴlVjÛL*T[;$ Ǧ؟s>=S u '{:eHΦU iEXXAQͻ$gO|ZlwZ)Ӌ_P{v_J'b(FtݏS Z%=2ofѶk Jyj˻4Z>VĜw{>f-Q/rȲXh׎EĜ<ڦ-'P xa], xp)'9SDl6;ۣhMu9ֿOֵ#My~uN٭=̩l 5Je``e<#bkٿ+&oܺ u,x(ܙs~<.hm;Ұ^m)QB/$t2NxQ}mcyӆ 9~^^.XO]4kC e(WʓrrOb5iԴ4A(qFքE.ފe8MF-yʄQ(K.~,^C[bY 7 ꨥ[&5*r8kWn!j%+/ۭXk4Ӯ [T7sͦ~2dgrlOӤn5{ kˌ[C6<A A ?A1~ bA A7<AOA ?A1~ bA A' OA ?A1~ bA 8SZ KrAu CQFUM?R*q3eV5rro{M&(BHX9up ]f0^'0@;+H;Vo [}m48Xxq(Bnqq1e,&뫆AYcڊ|f?6Eᵐ._Hf mﵓ|g^}fT'Z@6]Xҙ3pVҸz92xgB8Kp~^~k HWfǣyq*psg]l70rD?{G|9vJ+~#Ǿ `hrȬ1~WO^HIId2( ʖb~MZк Yi|G*(ܵ#S=^Pw!1 X;&^vtB9D@^|bClfюEFk8'nϘfO' &E9m#(JkZ`lȄ )0o3fȅ,CZ\yMy }c=͂cq]z!]έ[np-CچYu dⱋG5hT `ۉbuICި)-隮OEQX9eUMSҺuWrymLtN u|x+:'#חs'O( ?PQe\}1Gut"ƻe jIK `|ŗN ±U [iw6( {6L{K ƷWfVrsb?; wm{81=hRV.-$][x6zvp,X@rW+6MF)S>Բ?e(uqVҷf3l6_*vI5~ BV˗Ŕ}ԬE*Vgi>aİ;)|E'YICI4vb>__+J* MkX>J-vN2s$6:ԅ[fJl66Ntep L*%J˴-:z6Qx7~O7:שUHOrxbO+LIRvչʦQ.[k7J(u0ߩqoSzuo  7$TyeEB]gqTSk7$eRMEoY\W +OMn{@܌vݎ SᦃW%r謻sE^oQՌ6zVھpc!n?B0Xt#/@5@Z g٬Ed:KA~"0lGm '=k;tjTRxlY*W-)S TEL:5ӭi~1w#,82^^G(U Nb }Ĺ?q f+EJEAIN~v&kpǍmChy~d:K{/EQ԰1r+ I6wo&҅X2#,Y-|.=Iz-:CqԼ> 3AϿ}:?ȷ䱶e8U9_$ t$TeU4܋<OxN՚vγݝeJ9\OQ.MJ^`vT:5Ņ \ȹĔPE!mdzJQiGOeŒG\:.͌Ͼ"ܻ^*k[3TΩцM8vɦ/ܡW~O[sxj9.f_Q Swr y3wۍ'~ĀnxԛܰvZ fe1)ZG*$@*E]sOk筌OaJZvkk6r݇j-){NUX:vzsf3 ;7вc-P jVRxub7p+/Sp#&G0ܾ[^titH'j_Pxx(kZA׳y.i? [tȮTو^DP\'P ?FAlh4!'_'8.1i{R/ЯZ3gcJU*ҚWDZjynk2LEx?|^ 㰅:]#>M*'w_ A' OA an6,Kg\>ag/w=+g8p6KW9,|ǺOXMLR~$3tU9 9L o۶<ɼ-$~zwo;=sv~VlsJ*&koTjymxs}V`IZ9jP0=+gc牏߅'z5ڵ]m`jiYZ*{nv镐~NU]oS^6?(Eni3د\z}s^;зR|}Q益㸨Co8AՇ/\xYs9m _lu:pue7  p*(Bǚf,VN'ځmUrG9e7YV6~]/[ž?n7TϾ#|˴i3@Kݽ<ڽǎejw-W{8~0k38@.0axJY*v̙N}ݯ잛pY]9ufȫ[!?`w?۟|ԭ[%88OG 0sd C$KƽQ7L+uc0xm]n~:TW 0!<7&ac}Nm}TN'='~5j0;L:uQnv-z:zY>qc"RV|1ٻPʝiL&|&BBBB/e?zb" 'c'1L6:ek9#?3Yqy&Sdkzc-c6KHH_̹gfG;q5>*v)qct-zV<\`gv"DdCn#dAOA =DhY( ~~Aڂp*>/}Ǒ؅L[?( ==d$g FPz] fS"i CxLq` 2ŵeأ+|DWؖ(VORzAO ӺRz7HPruoب.5_|ƙC"q56.=6= u|`V47b.O+'pfLiBVl=da8k&jů08'p?V9dWQrGw.OXy|X:W ~wrmlрg?n70coD&OB}8]ϛts)kcjCSG9:2ɤ'ږ>_d20N8O]Uw9Ʉ_]1&mJ mLs'ɤ1i2*~w5 zטL&wۣcX_X>l*6[l+>AH?{aM.ċ_gUvO/vРkUh.ەr>JsI_|>m /V7/fƯuӧ8p|;Jéǵ2OD6@WFL`¼q^^k2vJ&ACuذ>'}_BsDb f͚ԩvsRc~Ǘ ( cw P3k,a=%f{aM>u~6mzͫstj5e;yz ]{'&<}~_g1׏S  || CthROK}ݮi#839}ak7ۯ4V*Z?ڬdurUPiZ?Bq/!q_ A/?}#1 tׂ(pm%`3jК)zY}}M,FwZAw(+qj>x-͂=_xʾ*__kƣy`Jڭo7mO׭c LdV9.ԀFE;>G9wRK|yסM P;gK?' *.#aOC-X3#ꔱޢATfԠ5)wSro\ b.ӟ;X;Pa‹mW pSU/#]n5UV\p$}}n䃵@>jݖHt:iI;YWV(@Op|NV8wRK+=ݥwRv|±٭ T\P+.d?0ܭ6'cW~) X>(c g\D=fΨAhէqGR KO~]H39VF_^ώ$~$)I@6zV͞T^?BC ӬP>7CaƷ/Qqs_*2Zq̊ 2Աu #0*e sէp}6<#xgdT; nbAO?AA 3A 2wЕ}nô:(HE &rxs +VlZnǀI7R$oqh\+Jk6{7XӗoDQCWAw =ڟjȹ _}4m9=]<~:h>ƾϙ; mAPeI1vn '?vEC>(?ƿ(tЦMKϲeZRׇ>Cb>0(5ga knΕGZ@{5(>L@h2VVV'r &֯xt!Mq-$$}'O 20I x˫\D26]P oth\wwoC;1)4z rȟSR-Bj,\A;?8t4?Lؾx((dy=֡E:s/AL2^`卝dbh@ԭƆ *`ď+ ulܼ{t<\.(v}xN'tu#v?5Q㴇iO5>(_xd'ׯApʺЎ}&:>*zQLZO`4j@ayt3#1h| 0%څh'G 㘯^ݙL&U`_ѩZޒoަǠG5o./1V%@Tl6yL&mś?y*-O/WŴZZ_n6Q~;&.[ɬWf&?*4k>C,A6Bv{o^A1~ bA 9k(*e|^01_Q4N D?؟W{$^w"V;z9ՋVlC:Y (rz؏+էVJ!7ӾpJH?[ { 2'7CGTg ~hةr.پ3z֣Z s9 _#]+Gzr1n#5aA G/!!䔢XM&v/z\e2q:۸wTй=߂ mD\ZŽd)Žخ}0=sN:s~U8JU9Ùv̙X,V*[ twzWl*#SV,8s-،Zl<7/]̹ jZIgx{~7hp{"!dZ͔sEȣ.ps'bAݐ+g1U; /˪N$yP@4AP!55{kuƭ4VO!>!#c5y L\9o$;7FN[V/b_Y(FQ@N<1)]~'|j:6m2O7>g۽5o9a׍fH{HM:C7#+9pWbs'gqlGu|Sڴؾ8R >ah7 mLSz=7F1syuu}nݺ%~i^5Gs@N_;9G2^Wx(ɐobWCtc׷wn0 +Vi_՛`AQD\$avoϦM+ m2)7>yEQiP nTvύ sғZ  r0j\7.gY1C^z ~>ͻ`>1PN~<նL񻔕 Fz.8RQ LQ(r yP@BiBHH9X0L$ 8gWunMjÁ͛8wn'ӵ>P7/kvH琡Nj1i Eaߩ31U6er5>sS*CŻCQVmlӍWp/AO~Q@Q\c<ł]lV0>]R{>8ĩ:vÌ5L7o{ApZv;cDLWP(DnGQE\@ HP!4(Ν(&A?giwM@@Qs}z5|`VX} C%p,=Cuoiߺ2ҥ `5n t}zc"zw8pps@Qsjchҏ>M?'m=Ǝ(l9䔮M u{ku# }̰Z+<. ( \>/}Ǒ؅L[H76S sU?8*pc)q#*OWR }Md] OڳĀ\(ӾwQFQd$ަח?7ofDL&/]s0RX|Aۧ3c*-M'pEii&܋ޤԑ32+yKucjOHfnwF^ک&9Ns&]MϷ(06né{f0\߼؛lϨnlр 9<{[hyvx8vObC:ɚ ׊ɚ ?A1~ .7oԩSW*-u0 |Q|92>u./p1r)T\,r1s&qV}sy\V\s;jW(mj(8]/Ypo{E~IYDJ#_K^HB s6u"Fo׎l!9)ܮ=Rө*/uH~IoMGQ̹gXcK'5>Ѡ,L4 vॎbbF=7? M+$(0J#ro&܌|:=͂o?Ʉd.$ۍת#9Z \ͪqw7憛s7hKf _((pwԭKE[a 2zpRoGj4>|KAoRօ" e˖RTwIO* ( ^^l=Kh}2[uǟqy*2׃gGoImۖkcӢNt{k2E9 BO1~m ?A1~ bA7lٳ,gvJ -ҐPKYI,]> EEQ8/?}MGG( ط΃tօj=K"BȜM{y字Y}ju$;-'i> IDATjۆ39fEa@P{6LVP'~|?0%j/[wQG~ʠv&ngO9EQ ;3Auꛢ(Z?zm TCx߿[ԄsukQwO[^  m~ڀ+8}8g֊BHF[+ 8x.]_~31mNM>}Ih2{}'S95yLGOZ˳m9rZcS'M^Vn7ȩOZ6?~ZQ n-۵֏?nНǾM^C<㭦 [Nu0jNVuqǛ7Ծ-lsx?[js+is-//ϖg{A?s旪uqZɧ=da&oB?f(F?Ծ=բDr-5q[A?\G]6C#a.'n<fr؉͛hiᦃ*ihS2fʹyqATk3˕DMZAWxO^5hѭ~u[82mn$>e qr_sfp5L۰X}Z ]l&` eߍKݸbSN.Te\;n\Օs$N]pOwLݸEQy"e .W"}nJ^#w7XSxjj3 mnݕĸ%ݣ3^ |ІRaφ:BWݍ9}vdZեgɒ/tM?}~}8,Ynm䝔p;ehVM*2?ZÓ#΁ +v}p+l-8Iߢv6~ME۞Y[=搽Oy nƼ_ecUOLۣvj&mBV.J;ɧ_wU.Ÿ0v/P. r"G #VRQ CrF.ϼ9vBͻ9?k_e⥬7^ww7O}£zU& \wx/6BQV]& q["U ZFWcړ} VOK|l0r3f&me43:;o|lV^WR|yvJm:E6<D6<5?A1~ bAnC.Rnud긦 AA' OA ­H-hZ]l-b\cXK`1~ 3_jʐhժ>&OaUӪU+N]6Γ}1 hDEEwlV+fvxێT#'5ѳX,ϱi&n%E. HH]GQPP@^V:}gwwU`ؿ?VOLJUS?0ESvE:fvO:UI=SNL]O?M?5sb,k5f=yy8ݘ,ۻwU@AA:u%) 6ip(`/&MXg C_xAqoxf222Y#nfNS ȪUJ b\ߑJ\?AF~~>wګnnn,Y}G Im A' OA ?A1~ bA R  r+  ȅ   ~  \ B围hтi1Vs-ZeAㆿq6zzruʒɟ ٺ+^~d\GF?j'hebcco-Zpء=s^Oɠ w %nd-[nߺE?737迟kPPP`D Yt hO7T;-<7 sMKRsgSV|YJ0Zu>~+7i)Go t*׃͒Mώ9q>.nhOMPlxxV`撅4Q*{9w"nnjxiWzm~}Y)XwssÃw~Yț8rVyK >EĴxC77w<<3b" X'U%J psa+~k> V%:ϫ>W*>3n(!$^4OFr.n:S\nBzufoq\]6*{.DwkyM[;9k*Xϰpy_ E|vY=8bN˴z#7w~ jO?(Zswfvzzy }ۛ䲮Xбqzp,/ﲲ1.~s9y߽,VHAiܰgNM֎U%˜qC`ͣן"* %Jdڴ[~!z' _672adO-fn-/.c(:@KK;zuK7آv_Eޢ?k;m%uǬk}?$Cywhۃ8o wwoC٘ EvX ArözƄOpL4}ܱo8q_-ZIӻ]^h3iyeJӢE3Z1:r5u`C2`d|WvvۼU}tb}zmA ?(All,Zq8;#gТŌbKXqYZ!%wuK3n4}JcjD~Y&:Z꒥O'S^cyGe픟 ͏h\JgѾ}eMcgh7RĘ\?3r*Khn. z\KqtGAn5n;7i\ypY|u/r1dDll, Q|)V/`܄iԨ׈y+.bc8"@#=2H"KX%LEh.VABž"d~$92 6xHr~3}xGϱtRN&V냖rTFW3z ;OOUҥKqΛnYIO003OPX>--F=F篈cc\\?Veex8qqq +fqj\!&+ uq:^!=B!w yO!.! !BH'B!$B! !BIB!$~B!B?!B!B!O!BH'B!B!O!BH'B!$B!Ç*Z-B!LLL05i-{$} >ooGX/_rb^(Eï?eڴv- BO}CJ_-B;z2mؽԻez^+/5P(xw APPަv}ōԵtٴE~  ?GPk~L x| ytP(xp1( :ODDD/ez"2h(OAPȦ'^Ўڪ߾>.o~ KU#BUA=m&'o>GqK'Fc/w6)N9B֖Ňy@pG3s~I?5m=Kue$Pg4]y>~y3+mڒTeڏ=e"}~k 1T[ڟ7Aŧ'W:lB!rå!<Ź8{magCXwN-ڲ^`ht_vC3\e'VN"JK[5fz`F̉$>ڿG+cۓL1 o~-?@}/1k*iSix_moMO{?O\N]8+yGՎ׾_ގ2BVފ;;;oZY<""]B!wss#B!'~9~B!w IB!$B!BQ(|V۪obf f?'#-Bpjt9ho*G$q&c'vfÄGDF'] cWGn*dBqv/@Bn$0s|M;?e4hLB!]O>E!6 "B!۰yJkkkqjnnf̘1I0BH7K.dq[&>>ggg BInpo ǬaˬZ;J[Vƶ//lnoPΟ??{JpB [=~յ;RΝKRb|WjʳxZë?^|ryAj~>|~/qwhyx\x4~C^A'uu}M"b_ݠ-M9{l-6h`uګx{P[ 0ϭ˿swww5*ݶMfM޽{Yv$|B!$[>' *?zLR2ylmܐ=z@FF,=_~m)̼Gf6|:F_ak;m;scޢed'g\? i=0=ބ뺧5v_|f̳[.Y Bao|KZZ{{6~f5_RHNN6 WWWyB[f|˰M]I'BPRRBC|};ӧK BH'B!{|sB!]b%~* oz UTttғө,H}G=ɑT^yt6_/Ki둞ڠ=ET oW]lo}v41Wk:$6[2O) O+z.܄9ucyfoJj?CDÃڶΛ˯3ׄ6Jxr"<<<e5;Osu.ʹSՄp3@k}1yxypϏKkQu4p>4Ya=>>{5@ϫtV5ƖsQޅzw sNDe}~~9gwoe%ٳ<&Z򦭡֣ʃP/MeKE,T|]_s_ ƤJ]{Χ2Ҝc]2hZ;Qu4yԠް~gF8b(L`0>~^=1򥽱J3#mzq:{>!`RniЩ45p! Qcif2Rik,!N$ M`h΅g`]kp܍q_tmg#`L];c7rL<+$zuƲ &Zi QcZff]ߧ+sp\ dX^50z~=z)Ƙb9rĀz;[*qZ6q4Z[7Z\Maz8*"EkPvk}H*)d-YƷֺ]ˑ4ep6" [1R5s sKX܉r5sPBСt6mMc{+yiΝ%'3̼ZYDښx._JU^2q.?OrJkikgh?wPWëPfQwY0w46,ʮe5XLaҨY@}N4Kh/\d,6o0 ganғ\;ˢ%12UO*+*RY| IIde33c#"]V\JmeW47`!JKo*lRJaզޤŧ_RJhm5%I/qrU 1"P<Su^[5HnY+\ˌ[뷋\ +$#3Һ.߳H7>CVJ9LZV\( K҂% g5v^.`?}@IL{ a#gx%N`POLb"NablPfky]'Xl) g\fLgϚ;H38{ϜfS-[^;VRbT%zɄPZPš+0h(Uẁ쿖{˯PYzK742ZmPnQeXbx >$Ųbr,nj513,OM-"piu M;:$:5\q [Ib XF,]~cbr*Ѹ.W/[+W} ؈'Xv2dW*0EWvUC Y0 g_Iq05_&w!B!B!B!O!B?!B!B!O!BHw/P(zQF}Ȩ>BqcTˆW,3G!}DDDqMp2lذ( tv}47k1#nSl$_1݆? p}urW}쌈Y#B[ǫQ2B!m݌olB!KaRoII 2B!cY[[3sJ&KKKcɌB!KՒ^W>!Bp̥h%i2{yqdw>9?y̺w+Uw;v0r4QX2ygg:o{m:G|JwK?<|TڻĚ/?{_Yn0zJ7Meg?g4\$8*8wxqe$^L`uu*_[{鼂=ƞMMԘn J{]_s,tϲM/ȴsFY_S~}wfhC|.`ǎW&5WݳmVݺu}_}KuV֭[۶%*/iZv֭} .GuVmD'ڔF]Yoڥ-ml&\_\coݪ͉; {˺2ʒLp|_ό]&R{2!NWuǧI.jΝ]uڂmKW>/J͌VjO*QU?WksVT`BvWZV[vBXo[AlmGKGRjnsx@kGSU?KmkkD'ڴzBwù0lMKKcɒ%$OU-&rח*NFXKRaGhS>>Ag[ G“+"_/ΜO4}}14Pk~ T (PLJqA'K E ihm/(MչWsחNEgp9!Z{bEc :4j9닺s)Lڶ.^^t2f3ci0l~si` xK[wnCa "J VÙKGZ0  <:_OρIoP 7TTP2̀,N}S#A.sBEșz_ZTh Ư{Y{{S[NqCA_|qT\׳ gШ8GJjMG. ]`< !no´9d䱴`Qw 0k"~amÇy|*·%1ւZs:0?pts ><׹Xۑqe j48rrl3Ձ(;MGecOiN.Nv&p8:cH'.m6S+oOɥTV,q$RXr-XLX~#T68lz8 ټ~qaKVe]L:hGUɴƆ̶M䥥0c,*{qs#.m?e6x lI8e-v)idnLQ|)ESp9HHrTA]}X}ĸ'N YVzH8Lv]IŞseDfǧ4!e '%'97D%rӬA]h̅}hMsd5Q'yy۳_='Ǿ<3ʘ'Fy Nz͟4 ٺ7 b2z={lKzPZŢ$hi(P33j: ϰҨw+ݨU]tuuq?'6;|e7+3>;N5P9~f 8(6R[Re]dZWEkC9jy$B\;x'-vg ؽ{˰ۡ2c8ɒu<{D!ķNB!B!w IB!$B! !BIB!$~7cq$xcYzB!pL ncD|o扭?? {睽( Jyz%Q(|7Y!]>AP5hfo\ B;pi,1Vw ظz5ep.b_oҙY=lLݏB1?z;<>dc@,B!]A>Y!6 ,B!$B!{qqqTFE@ww78::J0[2lj q7F#B1}ݹ_0yjjIz7GS <6?7> `ż\\OC~Bq%~}K5Mwwcdg_s)ZIPe>~UmEr~B&m~U$4g2 yW_>uv%!7;fsٱc5%MZ:(/c+Df;v|Sl*z+/W4?'Wλ˸yOR1 %l߾0%?uҨx8ů(kżog_"|JzeCot,}`߇6 !NMۿxv6~0,z4Z O Ԫ^ǖ~Nw|Ͻ? O~Fy9\K/с AQKvyТѨɉ ݝ?DU?}ݩO{G} W|k}.}׶mټԞsk(J?׵Ě3 NRR}:B!a9~iii,YDFDH||<!w;[ !!VB!EB!!B!B!0dw޽`Z}ϴ ; [SQޤa1n'csN:Ϲ1Kt|.\<HdlY8O/ YDz!lfsB&[&9 ij'əyWu0yTnnϚ-dƜִqOO3r-mfe٘}Jf;;sۇɣ 4YqtĤqbcQTq\ M>}[;{=;}1 ǬNg!߀1֟W>d^*a|̻#t{@YN,ANSahLc`>p<7`zF6m&W Lkǡ!L,tlɣuq5AW#W{'gwu%kbA͚Gȉ8.EW{-մ\d;F\y.'pu9X["2`45 4W{ε.cPNŝ:Jrr2fGkI.xf/t"pЀ9|';<ɼTBvR̠ѭv3bX%~3dt.[6?谳eђeDuĦs疞t[,'!6X&W>f4iH,J]+bٶa-8r";&)16F8HZV%]eiΜI#IjLjj-777RqpqYlGkwDLu'!6&M,\r:KSYiSOb⥘璒C[cQ~ 4Hsq%Cضbddkb#im)q٘+bvBjjdMW4MM-P~\ rb۟D\b!Y~&}IqTv. fxI͌01z #p[ʻ`\f̚Ǽ6ȩPT~AEw +`&FĘS!ܷeKpXza1ź18̳n3x sݹ2.!,ʹ}'Iy-ZuaZntqs)%Nsp!:v> jfY<] *Ikf]{ߟS:[sZrskT a1%r9mO?3gK ݹcLc)8-%.L71瞕$(ì&Y²y8rVoLǘ4 sE*O/5icVnzV'st$4^Kui:2Pt8F,ե{pFV٤q=0o}GO\`{(ʸO">Eݩ,_0`>\L,brށF͙rssh8t:8|*Kӛ;*Nz\x,Qq֘&ULspTűl\XŠɥzmL.zT]ʍ$K]!LLwx1.gutk.q",d4c&r`9S,hHw}1q#LI:{cbdDuq cȽxT)\>ùh5ɔ V6m)j<38cG,u@nnS46B zMe^ze!2NE{ޤyx-Svf6ӮZ8{..z{3i1\8xm]m#99i9{*Yt 8O'l2 `in: :1/ϢR+ЌCL0$sӉ,vs䀷7u2H/jdE QI%'\i$ kkw3u\>9ҖD'Q;_֍4c\@̘9 Ȋ<Me]ܫ eˁ+1k)j<+Q[0fـ+Bs$B ݜޏ&`;zWW'||{9gBG4u_{cYtb76(` !5̋Q#taǎGv!>>:!7TĖGaawgjdL>>8Osu.ʹS@h*[:h/bb퍥$UXBFY f=_v>({Q W~ooT &\Gz%"DxzBq6W^N`Bte8O`X-R4ep6" [1R5s sKXrYO&k Q_}kWѢw|,w`鲥1;-”NTV̙ZM%>T/KOJ"+#.$&'wH<4ah&W K%Hܲ66oWWG{(+ 5Y^ϜfuAY.Sf4Q]UC̅oT:hM3Yv2dW*wb+TL9 ωf#5:'O8h[jJIJ)aUnMD cB*Q`1. ̙LHP%YAQZSKRJ N gsc:f4I)%Ll0YQ'08Xf%& !-'W !B%!B!B!O!B?!B!B!O!BHwy}B@Ps2auű^aغuI)pB ,i}q~`ZFBAZel!BHu{|CDDڸtʗS[ؠi-</ #5 u( +χoo192cBq2. yzY06䝭x*S1v 7Kzѧ`ÓL4_?qּmF~[<wչsg{yQvy( r{7|a2Bq[oB! 7w!Bf:SRRBCCwkkkfΜ)B1KKKcɨqj$$$,BoɰzW>!ޅ.Oml,U鸻ݝw?އ;ٱ>{U*ʳ8Uyp/Ng@TȟIr;v  ?-k϶BLjEuB!^#e3{蝭(֧`?~+[8Ui#s噅?YX4w}/ j75-kIOS'b׺_!eW\XduR6/BtW$}B!7f>AT%t"i6V@р2̀v*j&&/~Ϗ.==um:DZZm’{ 4SKSKA]}}Qi2]?nWg~Ps(,y8@su.y͔dEQ>"^! IDATDj/(MչW/m ŤWDQOdVAPZM尯DzO[c'c( [t~V效 ~cFӥj^#e_\48D|WgSi֨x@.eTvtt44r8KJ~ooTu@{S9ї8/b5Шoɚ1\]~gf_+[W~^=j<C<=A)!VoݩU-?Ik}Y%\ 3JuS-axz^kh<@Z.W5rH~cuv>?CUm&ԯNE {|l՟c^ѧo?wko]sw^x4TdSTJa* xj_UB7gзb|=zLCҩģ``Hw:i3}pȽ!ߠh(MefΚwrF0jŗRXđK,:q67x&vfD],\ ,&Q)I,1.I4TdR#΢pI X}2Igmr0t y6o_;S )8̚ȁc,vc:cH'.M:1bLu(#+f$\b+)MKԫk Fch*^WMKI9+Xa8͠+۹ |=L5J 6E̶M䥥0֠=1NHaj!5<NӵqAy)Q,wƾ6<q(cl\o1xEӦFkR1˂fGZ[^)=YM`S&)ƄQ@y]#5* jq>0sb4Çy|*·%1ւZs:0?pts ><׹XP, 8?#MnɚׂZ ֳ_Nl{3\3lxq[W+ݦ{ݻ7c3zz,1n־ߘZk i[u%$G6wq鉸9VJYB+g2VWC{vC(HN$4c?q y F:cw}r94nހ}c4-NmδP]^d;螫?ڛiSu_OO޳(\\ϛ9==ޞ~ȪBqG255s!,ql<ؤvJBLcMp^&Ѥ"%+u9n)fۖ4ȉxv|lr#iYtv;s&s$ٶc398; 55ծq[߾}m;=%kͤIaق  eZWOA_8_r3+[UHr  F^z1p /pAț5^!;OAA~  ,"mɜ;^z"2v)IQ7`ƿc߿P@y>c"F2yyJ)}PFYJ)+hTЎ-'ƲwclrV!hR &; VM\boOQJ2)ŭy|֥5ӣ]t K`9ɍ}}1jcRʥVRR:hQ;oorJm2Yv3K N_%j'̝?[Pdqm?F,Mb"J)ڂz {p25|QJkJ)||pxWu/E)ŪePJ1rvB)E~ B)ESh6?YW|#N悾pdMNJTA7;:UK)j qwVnR4֑zWvfӢ˷D 3Y8]&k~6-hk]R$qZ8NOn{? sURLY#敪R(fҲD jϚ7p}n?]3up}ESv԰.uںe4OIb἖8p pd8c-J)۸t79nZygO]m5c:%= 2g\8/]6qʕb>|2;~lz5c[\ɱN}["36^cޯFn23[{O[h9uշVs5e֬nCWX.s\FmM8tܩeOK[ \7|䄭5nN\ }o3Pk55j԰f-3ثFA:ZoI•+ֹ_}`w=m17?vYF Y5j԰:};vo񮣏ɺP{5kZWl?d:ٸeMQu5,uXRͬgwɂa[=vMǃlzMmکѻZs"ӺeWMmq5r7;jھ~u]ol3պt W.޲ȅnq{ ws0iumcM;NF]CG=fY'&Ǣ;Z&ﰶ6>q3# ˢ7GQǔv f-'˚4߫Ycjo[YG}+WX̺ņݴ4_rźk4.L=ehQMk9ʡC5G3y3w\CtrUn:;(Fj'5)_6 z쉍 J^{c T݇_,/o#lY7_PlYY:Jb6od8[US|7ИU!g_sC^"UOAnD$CAA~w'Ӊ^8'==]N^^'l%rw4įBƾl^nKesa2vSR_˪S쎍`E۾AV٧ : cDvْ||4IO-s5/CzQ SPJuɭYICl&"6JA$%35 yF! [ûctGjA]¾e θeٯԫV=?8ժU#'‰=H˨f|||8(˔qa@G܄dJ2\7R,grs)KI?d2^ 22-2iWnim/'i,4 Qgǯcü:~_HݱsRaG`$E1+nrjȿ~CXu''|KkSgٳ7 ovF~ԔS9nmH>g f[h9Z|6ƦR҂)u[~i\#˹e|ؼwܞAzHɮ^vYnbvA־RͯײѶ F|‘Eǜ 6 wنھmm:TZY ۏ) 峏;9D[YxڧLٲ*S-l55lgjWY%ڻcЧMsE)-!//ϰy}Wnch޴}&_&"c|m"?F³`wQ6c"9Bþ*TހӾ1J)2$,ss8}ۏVU),UkOo+׸xU~˫FD\7m{XQV8?Kq3R]dHkbԅnr(u?#:=o4{98ؓ^Z͙J):>Vɟ?Nvan~7k9$mBfBRY'f9v[,5a-}=#%|vE+^QU}ʖ*]*Z>nt;ezV,ة`23Cz-!z,F7Ɯqa/'3n BgzW: IAۀ$w   ¨m2q(Ӷh!jb?ʏC`|Ĥٔ8<ڀr@"*eވ\J֛  2R0#_ s[Y[o 7DzAAd'  OAAۛ'Ow&Ln|[X,X,.؎Gӱ9J{Zs\hĵ;vIO?ȵ,ih6/gebXPJaX̺L oۻ)M{ eҫ-'Xw1[8u~R͵}LuQ_˪S5pFbWsߟflgv.ݑEtEIOO'įXsƑ~dp3]vOeT-V: ؙB F,r\j(KktaR\ZucY| U|'[ܲooߓh>ڑxKYtܻi6u[|pfqHXGϯv jϾSqx*'!(a_>߹įQo[kgFd\oL8ǃvvDG`6Ъn3bv=ƍ͛q) |}C/;7n @ÀV(WfP` M?[˂!(]WpSTͳFysBW`OVlڌR0+V|ʀkFT)ɀ0ɨszr'ӸW4{!og`P52kMteD:Eػ4 U=y!^SU2`tZ_L~29f~j8C*8ժU#=i?|RN)QmOmhGe^7 IDATS~L>f ּtj6fݱSH1h0"ť6.A7ƍ6g=]C4QK7v%a^Lb\*O͂o"lZ; ~WnE(Vk`O=> |MQi]ǵt}qar23HMM-Rk1'<ŒޘPJcXK0mZohrc4nl|fVN-ylٲR,쓲U_dU̼./Ԣ,C?BDΣ*K19rF};&Yׂ:w}4yEf#{9 #p.]7Fɒ-AvZotoW- [|v@PMzqAFԷ@kxM(Ӗۍrhz(?bZ=k>Aq: 00:k|s1z[M#=۱8g&Ѵ^hkGQ$_z)`o`hA٩EZRCR%/4.lsg 4zC3;vӥ~c`ccΚ!+/D9F3]b虴QM4kKѕYGL$gd˾,vaŪ_4CVa1gl^ۥNud6ӲG}e9wu fe|v/f\LN}h@Sl6rD&C8f"qfv\vJcb|Y& P|*E{}Ǭ]t詝> ;dz+i}đ^ŬVH?N~N'|^xc*kX0[MX-wSC##i>|u}a+xv4mkSƋFm;m>P^ꅝxyX1mԷ+}nfn5kOV\mh>1(> Ce'w#wUrGZm1P]W G)_tLHY'#ݷʻa,-buJ&ZGBBǾMxj\Ab (IHm1׳㗴>i7'Pٷ~J%(c$QU+3 Ƀ[؜I]}}tJgc .x*|n8J%+,ѭsv6dfe|i"[֜d^Md2A  L/{GnMmv9Bh@zG* lmɎ2YZY̾-3oۇtazLqA>zs:vWOzZyXw`%k2hӫSbm''9{OfZGJ\2 e:szzЫi'srI6g#Y퐮ύ^OFO9~WqEG6Dv-wWԂl\WvLԖ ~!0CLNA}Ǯ6|,[c͊:exj Z~̚5oߛxͼ-a@<>sl{؃|KH4?%MSdbcgh2K'_ օ!sr02*'-l#dkNӡ'.RGľYdZ~E%y;'}+$=ţD»W+\P~;en6UAEDF(C20b:)"$C)%&[Cm,A%Hr  ,,eۯs6}7k8(9I)6Sbwl=GX &MRV}> rPQ>>tL.{0qvqjvy/g&Žs[3KEڐn/׶&aOH&%i CnY(zrGk3̃tfs݇os.ZnqݹEK.K%y^zʡ#FoCX.a弩ݞRp9PЮQٌ8a8\E[Kײ3"^׿z Zy2ѳh.?bM+m1][iI6yh2qɿ~`~N;ͥ ^ ,n^zAIl$ukI:ۊ$^^^^\⾏fj [p_̌c!Za\xsVP;nOד, viqIw}8-f3n߄Q?u~#P{Db-lnnmJzٛQ4m?I 6.ؽȽ'.xDC9EOpFOS/֊QSgcBUi~$[q桢HM6hߤFRUId$CAn!܉?AAY   ɓ[Պ7BzmR7imcӸޛ6|HOO'z^tR,\U}4٧Gڌ9kH?eJ)^| L,$ ̬ˆ 6mٻk9y$K"9N FӾwԻ+ kS[I H<|@\[."0GnUEǎ׆Z `F.Dc&S N8SZ}oGLӓύ0:EYnz8py>[4H>P__b~V{h}<.gq|E30r-C4ca~Cɮׯh+\7^ű'~?-{l[[8qgC{{kEE/G^Ukv*C4Q%%Kagx>&V<@ =1ࡰlyA~0pч8UqUF ۆޤU=y!^SU2nNTclGO[ʉ %JvX-gv=ՠ|ʔXp rA-UG2)lY#\pX51W(WZWjժ@cqnmާX0-Rě͔t.M߶jaR|Sl</_,{y Q7/䦳Q{̖2MT*:|1eGO:7yҪQO^HC{Gac_5H¼$̳?&F t4sA-[nD_&}>3{P剷bP-Z8S*P;c.?1&_ka-1uc,iٻo7/Q>Eѳ~t {>U_^1-j$gd˾mǐP]JR bfbf=Y5<̛~dv[(;noQ)kԽ|W2>Epmv:8mo۶6.2?cu%tyA;!Y p^ND;AAdw'R'|*a=sPJlS˂wRShb:eG݅;`6=FSJaٻz̚m68y L e/ڏύ79ڻM86Г?ɶMΛ.~ˀs0i~v[Y$Pgg[Бnfv PJ~G{ZυSƥO={ŏ3mCl25l{dO1hʡk`.y8ō=ǭd(d6K%0zhL)HqA=Y:'c)(2Oŷ 7Kl6oL~)}^äm[R tk턀fv\sҘ_I߬J·Lv:޾\uxҭ|"c, |/->  rFC].ft~Ny2L\< IZ5S[8Oݱo~*?:;zFrhmLl2 fcbmm:<͇o(^oWױlG&nm+}]R, ˼Uhb:>HڇO3|x%4FiEq[E6<zv-834j aϝ-9gZoV|0e,lԏOA>Λe:{l7i1,VOIq^LԠ(g0~ g?O~X󓋉X+xh/\G~ݰ|E6n@)ELB-n\ Y4z- Q)QX6ГRW LIKKʣ;ŗzLϿzv8ơ{cWz[G[\}Yt@?cb}[<Ŵ+i*'Ʒ}  p[ND~AA CHZXm00ʑ`_iٴH!;dNm͍m/G]3 ~N;1n{2  edrs˼|$K*$cuN lb:2>гVv!%3Pnc;FrQ V׍nՓ&76/74WNSֲgZY<7j-`˘ @IDS5uY"6vXw`%k2hӫ#0x*ks:նgmXlj}8ʱs2* O&ӱA&Kw:meǏd_C)Ŷ?2 那z&PJqh|s}~ J)r'zz0*cL~Gױ %t^*^Nز.3-}r˱h|>v"qU K:jfŗt2c5dk޴?C32.~%?ͺyقDԋ[%m/Uϻ\b=dz10"glRˏYs{޴^!% UatWyp.W*'7mqFWN3K@llME%y;'}7|)B$cK4-Ϋ>v/.]EAI'74a=ftZ߿NeLL@;;RbAvJ_T0+ "  AAd'  vAu?u|>G+qsw1 ԰r;]P!T?$EtGNzeHL8_Ahˁ6V}äQJ`yOv{%@F8 2.|\+G ݸϻ`ZG6<ShbЎhGת܌v1vLum̅|[>J簩[\y{8ɷ0vqgAA8#br|[`[1\>yw}TAձ8ssYy٢u0_ٻӫA|g61ĬqyQTo?o~>F)_歉]=;޲8\eMroV:KǑQ+c׳3~@Q^`_ȹha¦2qg>0ͬ?oޞ[aOZ\~H~fm/ز 7FNc7u) ^cjªEn1"IDO+d?m.'0,: c_|Q 2n\m9־^P_u,d6Y#y٢8+1 IDATs@p i-^P& 9&ݻy yv,ʦ|2/ot(T{?P+D{|>>RWv2W2i:b~Y'~u=XGvӷ(W(]-T<n'|b!-!Z[_FLnK#Fc;}v+7i>{Jcݨ/J)2{IKbf^9O}|6h>Ԡ(g0^m2;T/Ƽ v CjaP _[kK1UdE<CSټ#{.fŠ{[\Ŏ6fxz{{sϩDy71?;#~2)Wm:v8mKlq|ZbR=:R=#1q4lG<PD_֝ς߲oy  =~$w  OAA_B>X1ɧ V!(<[ةDlwk9MF=49ncA:y:L`ߖ̉Mתʞ7U(k%붡_o㻞}]t,9aڥ ǔݺu3竏8pKso^>%,ѽi+ ׎T^'q{ÖĻԻ|0a={3gHLO!4l<Fqھ 6RˏYs{޴*[>'hZ;rҵ ld)V"I)D 1=mbȷmKE'> x5[ Y_dټJA/!ƺzcgzwz:w.7- ) =Ǚ}q%c~u[`,s<׳G-7ܢE7zq[Թh qɿ~`~N;ͥ r ["uzѾ)j@NzH{<n' 1O[}'  OAA   ?AAY5ϔ*U%KL2}NDЎ'ՏsZQ)  VaX8<5Q?PE@{ts, KyJ)O΅tRt3H_sǫEtxa@~ׂ  +.\`)MCCYt1T(glbjƳ`wQIðM̽f硽‡B6av1~AAl(Q8222\?裘L? y?AA~EzAAd'  OAA%KuA [mKAA,O  AAd'  OAA   ?AAA~  ,AAY  AA   ?AAA~  ,AA;Rׯ'A?Iٲe-}w3:&;,g])8|>X\>N`p-"[[:RE冎>n#l\F2J)R& n\zU [ͮ#PJ`Ltб0 5._Gz(X3]Z4#~BOR̟=6&Mk'i~>W&c'N4#iFND)ősLd6 M)W3eW(ȸtͥ{QJpJ<(2sߵ;ȹ;J)[.qa;Fs%WR=Ry@J):VQJzw|Eh!z>>L?#fR]fA7Ql1[@.}4zJ)rYGPJѰ7r}gz  ؽJbЍ CUqf3f/Lf&APn (Q0`lƏ+Sϯ>?CH0rt?zo>y/cn#&1{hZ>t:/UҋfgH۳^i x!:4<:>>罦2{TCǧLzQCt7r%n3m叼н|Ƕo.Zl^n;Fsqfx%X3o</7,TLc/5a젞@O:ۘq~t~07= wޮy"%󂡵J:;|۷O>UǵqzxX=g,_L)}W,{qZMf)lgWԵiWsdOpO3ٴGf&A;v,r&~|!֫l/a"6AYnJU#+s cLv_ՆTHhO.^ʟpO_EڳW`+p&5~QW,6W. ɧ\hَ_~XŒO CF![v_NͻU\cdת먇o C8#.ac2Q[% CN]X=#\ V_exN7'_@<ʐw"U+ENyj%&Qظ1a+R^zoig0ŲQl+'C) ܕxYVhNߏ6#Gm5\M䣔B~Il6HMG>E5r^[t_nC<Y ,{AAd'  OAA͒uWzL\EV: }R"s$'r\~ɔIŒ9%)ZrRNa?J)G{[6}nYnW?v=]m*oqNJu_c5.ϟ_ B)EPv[1oeG_vNaByvƾ;8sB)ũ{A8k63MdWysy)*j3;51w8Subykb0Ĭ+񠵹sf<ކwھ Na&MTy9N2No퇣^z =-#<Sp]6ʹg6Y#BRY??;\r$b:L/>NRj]dKjU{K7 GrT/S,V+Mp6<}g]R%1d*S VV}駘YcFT~< ~`ˍߒe?{Ʋ0ҽ0*WU&abV9u8Y`,ׯ&HN!ڡo@f}=+gna7:Gk|Fmy SP7K*mh}EUIܹ@חh!j (~ӍƼLEgRJx((sQz|."fFR)!du!ܱsտk3ewT$ hW/ -h׽;r{s<\C)?mW3:oAA~­'7Uo]GnLaL בtH[C3?-iȽ.ռ[{E)ԞE)ߚ [9/O@A_  Ʉtq){4m#1a|V. 6^ApgJۡ R!uN֩CkԃqDMbצZnvYhe9`OɻIPO\Z W=V6 Ѵ>_ :q.3EޔQH\> ’uX.лi'3vSX.^ֵ34P{iep^إ֡X.htѵ]mSҰ:hm i[)EʙД#Yن$zj>sH0/ڠ]>q _:X˜{ڵq!3n]0e1n!Rw,a>KV$4l?T2.bZp?3lߝW^AKft=xms?z-_tBVrcY̯L֦¥lywoqjV [ɷ^x"id_DT_d.\&hU*Ic F|p'GRV^ɣ$Vgc/w,[Z>Vlȸ |r Lɵܫ/9fWg;v:=BUXYu9MSwxTe̤'@  JQ"#؆&`ﮫeU\Uw_k[ˆN&*J FI%L;IdBG>ŕ3y<3ss̙0{q"ﴺbɞ "v!/[l-1w{(:6q ~K*+Gq5[p8\@{6.`[׸#ot#/˜l]ŧ=}O` OYGCqQuyuݝηd!u"b_~@Ҫ^8ꄲ)0]D2|xjm͈QVv7o*MZu07oeKu [mtԆV;u^PU԰^HnQQ[;p!Ye5`wq 6Gaq ?S7%%{nyd4 Z]Hm6(3Ӏ4W۽!!rq<9n-1 /Pїh2=42 KtxY~nA:`uLg5y #pM<͐nM gܭս@6{6 ),Da<г!JhbKri`nϸ=f;w  }t(,*W. `pz/Ȟ ۖza;K9՚sNK|({^_8lK9r.FG:D.d#W(8'T'"""JO(%~""" T8cH#~""""JDDDDD()LUlIKKCL&-[$((H9ķzN'&I=A@@!""r:#arݳ٬OEDD3U8/n} Ʉdٲ<<6je1\.$.jҷM޿ʘV=.o>֌u5XVlNfqw&\.̖%v+0 &v6 ?b/krZcZҿ}Z=hV[S=\eүnV+;WNbܲNS>g=7j2y&O_6ϸe[ٹ UQU\UX}q5΍zN1dW_aȰYl'y|WZpus\XB\jowy8z4W_ͧ< T4@a/2W:]n܆əooyIr]Ye Ļ{by)ĴΕʤ,,\%2ao#y_`L&l,U/.K G>i`0gBO;ЭI=s+Ë9~ bTKN'v;tSr&AFO1 ˅In*rUMR+s ((N@@nRpV<^Y3ﺃ|ҷo_,Yٵ^sqY,n7N n7f˅lĦʿq'""BɟOrssLp8jLnjMMGN'aTGT'""r;#fvI۶m/ 8&UGns!bbb9#~P~nw-/ۈ?9m""""JDDDDD(%~""""ODDDD?9~y@GDDDD􉈈>Q'""""JDDDDDI(%}""""Oj#z˷|s)[r>V6& AAhf#,&&0֬YRa}n> cG>]?|=\١)y{]r9"L70/[a4 ~gbŭ}Z><黰k3^z&+ă9/N*O%|""vk\uo%-Zqi4A<"";c Ӈ%%DԹE WC>gSy_&S0&7 k̆xyEgI6^=_ummN[䉴Oa^e?g/„4 :mZoj\Cd{ӷ`< g+/ { K~}.=1F!]o+[{by5MTϠ!0oj围9S+nؑʄQz`!($|rnI ~vJ|o~Y8bowxsݠIk{1=~d%N>_ 骱A}o: vƄ`Sٿ ^~KZȵșt+wQ']/#szn_Gnɛ2=ނgs)s Jo_{Ĺy<+|1E`Y4iHǼ˓WdL.~b`u GON_VAPyR,r 8itJyLHk>%L]=.=1&$$r[<q{v/nSvV{ϾcnܻE~dhW!9>j=7JfsONDiQ-\ܸ.IG||ߋ'ؓo&=u/ 9ޣʓbqL_x|:mV&p voom"쯎Yﭯ^whV3)x>k>Q/݇[>?壘\؜﷦GDD~wg@L^>~i0|\.nx{b/:P-h5yf U7O Ft%O_pI߮ۇO{yokmGj7jsd{?2&ꈈ]ɛ/[yaԵԱT1|y4 3׎ꘂ}Մ5G-+w{n?}W!z?Β,ϽOˣ,6nnڰi/EHؔ1W)s̮x澍u+Zg_ս{`϶gノ/ƶaQU~LfֺJ=ϑA["N87>v1# s ל986bʎ| ^G.X}CTXn q \ڭɄ~peAgtD?/yFWn2n'5KUmW|Ϳ:j_WG"""H֐V,GE'}4 'Tg̠HHH;}؇ <9ȷ[G.Үە9Ͻ1G~^ptb(+L#^c?q?qma$$$0tБ1 ߹'Zx-)_P+pDߋOjX2:^ kc:j?]=nh?Z"""E9;1 >Q'""""g'"""rБ>%}""""ODDDD􉈈>Q'""""JDDDDDI(Q'""""JDDDDDI(%}""""ODDDD􉈈>%}""""ODDDD􉈈>Q'""""JDDDDDI(Qҧ(%}""""ODDDD􉈈#LU\VV芈\9p84;""""(:#I>}WzՊx@fmH^x7<:N<𖕴؟W|w*-"""Sɭhw*i4+N̛=$4+8:X|r/_Μibz-|\8cIJS|Enjeg;ZL0orSw{7? xF*o'/{{Ka[/`!g?tf߾^Yޢd{r=G܎lMٽ{7]ޚW.ZT*J>hӴ>z k}{(qp:k>pi){C%4mX} Ht`/$9%{Ұ;9F4go=97.""r5G&Y":q :`$3VE<ۖ헶ʓP۫jʦq'|=_l"ELG'kCB\Q4zci4hya窊a%)j [!,_>(;#i/""3vG0}Y1Wi{U} !0gychFa|WL[bw?ٛԳXxx:ޏ7 G`?Y1]K[SF~L9鸮Zx/~o_煍ؾr|vjN/ɞRv7Oؿ|W,"""Zu/0^ۑl)ꃻ"4̘&0Lé)[?=_3,"""B-"=VGG1>jVEDDD0aJY(88%[DDDDJDDDD􉈈>9+ԚKرhfrvr:ѩS'CDDդM6ԭ[{"g0 T DDV5”Yd2@>c͝ن7ֹol60gmS{IQ|_{=kgܕ/iU;vlm}O> Jg呾GT~G$+u=߭̐=mVo'/mϏO=6v%~ь;cRTTol5Em[l{ R !dׯ_}: >ύCJf6#l6vc l]9/j?Y`!""JN $( [z|6 `R&.Ԋ:[dg3V#q'ж~8/kO~͆6Գ7jG m?{y1kwлsVxM5?񷟿Wmc]f.Gg#֍G.}?~~S4+**⡇s zR&7s5ذU47FIh*MnA5\x>QVCpD~|ە=͕= j({y~?x?nߌc߻l\u 3RMj807Rя9sI9(Q'""""JDDDDDI߉X`%Μ8%L0udXe/b„LLll,7ŧ|-/TۺqkL0׆W5zK$pD0>k͞x8JsӱNd.Ufƭm"\Bbcc1o̔dNfeرcOw'sٕ&y\~J\ح;g}OtX:{ZujǔsӺq$9L|-#<ӶEϙv$esQ˴Sv`\ܕ'fzz)XvvΤSH9C&i\i9CL9kVӶEX02mth݀f.>Wa.ZC]7U 븨{,#㿠kW"-yt{#;Y|;WcN77ѣG}mZ3; 3qsҶ̹dX01~dR}OL7qY: ٴi ֯MXtO_CJYzMeڴ. ]Frxϔf۸~^ ghCœi߲]p~C%,Zu:m6(՗{hpGwʫ ,3,Y\ԡ!?Dfl9PL/?xZi'ܙƒ빠>uϝ5 lۓEcʸqlܶ\ءQFZ>doYSDx͜,Z=z'Y- ~({V:^tq^`"Ϝ;hwE1Uy~Ţ4+4e,Bꑔekٶ--B=5dzJr [7OYUcWڰG7\C |'Ns{ҩ%MyNUahF+/Ei־)LD1c'{pf-g`5oofL85,͒*ϕ-z}rtg $GVQ&%cI#΍ddϪBssu1];r!е{WVoc&лS BңG-]L6nґ]Hž,&eبQ$_E6MpGg" x\Х+`{t]OLuX`-F eŴls6њ|FuB)O֢q6jG(M/knpeҫk{fӪa]l\w^ wi[Rڶvэ, !7zʯXo$<1sɈѣYzoQ;b8TO_.遹QGV/gaX+v;}ƽhj,^Mwh׬f-Ofu ߌL5f͌=Sq:LZ}u\ܻ7E͹yjL`sNIP 2UK=/KH@ORw'zkϪ[ìyKv獄׫O~V [m Ը~V^QؚwzyץjϕVqkAG&~zFұݑX\3)WVz9OZuN_xp&@6uC(9H˦ h hNz.:lXaS| HCeҺi8 =9&! 驙 "7;"{wҴA8zJMa7j@Mzn5m@FZV$kB}6M'Ȑ@LˢAx0!\Yz۟_HOEQdez҄/Opd xy?~c*K? o#I}ud'ECNhn>ܧ]q-g5Lm3?ҬA8);<*O" J~sԑJVbPwi.ݪջ}Y7#1 "vѮYya=r'6-\<*Õ[1o:9Kz= iR}MVSZ𞗪qs HOME}rÕJcͯqkbU;%~YC}ƒuÑm=⧜X^O6nx&R /Cl8BSID ;^ 2WY>{wWv*Z玤sLO&Ʋy!"C#eoa_YDrNBCC 20{b,_SUuP&ͤN~wޱΥs97 KI:2 7Nz͖ ϝO6> mXwmTSy}4lތXfalߟy35'.GuyjW뒿Jejz-(M}JE>uO?`>c9SOfب8dЮ"i(eUbM])DtM: D?&"""t>>%}""""ODDDD􉈈>Q'""""JDDDDZ IDATDI(Q'""""JDDDDDI(>}ZXVS$/^yc &EZh C+GDDD>e,?|<7=bZw}"1HٲsЧ/Lƞ%D[)+ۗ!' jr#AE=/(V_z8Lv;W]zDDDDI Xo~_py@5c%o~#zCv~OA1|1}9f3у=zKyMA,_#١ |N(]CX|96ʪ f"{Ǯg1OEDDlP;is&b`"r$#OOYk͈YVcZg梺|y%5ou̵:^.oje$uL=@+P w?MnVx/8H/GP2Ͽ9uZlC 5Aa&.n`";5,_Ja=kg1xoL䁗fgKٍ6ECԩHڼxl84GcI߂ٳdƢP%WseRp{Qw^f|#ɰ;,v"I\\+fO+O> &}CSN@*ן?(#lϽR/?|ڳ=yw%*w%3W&~i7?T""r0΀g۫s]wa6݆n76-h9Ÿ.u?3v}eamԳύ%ޯ箻a,5܆/6 0 {SH١aƖűƜ IzMyؒÆUy|<{uŘG{WZi$mcZSO;^{w~xg"˗0yt1b}O&xٲd1wSR}excT0ƊuOran1ۭSsc>ڗ 3^ga !""G'+>9@[7?~ljmQf,۝y,n= j`DpeWQw,zԍjJ|@󭜚{k8"/QY>sb?Ky*?aGrr2))= cP{ 9Ws# 0 }v@~ &j_ ώ'""畳"kdKj&>(IE ~?#3,L$'x. ϼ:5 {0럱v{R26KaFiIu6eq&}|dn8?dFFp{L#_y'\ott4[?^4+|-^Jz|Ĵʿ/VwN鿱ٲKMiҳ??f/ykoDZ, I߯=9ne\.-8}9՚3vusk_[[?. ޳m͜O tݛEjn;g'}s|D HHmqs8Z"""r^$}ZٳR9gvkǻ""""R3}CDDDD􉈈>%}""""ODDDDwx(is|8n\_&-q5v JN)S>6⾟>ލ )vcv>^¢_@IM_x}9':~sxRs k,}^GX|Rt18&LɓpVrܧ0;S'Y\^qg˚'t3qL0o66/eׁl~qg|uI_fY&M˪eaCr3'N`ĉ8Js&S~Mfܸ8Js6g%Y?ND&иC[}7{qWoc׺0} R'3ɄSĦlfMӀy-MeSj&,~ADkˏ'awL7De= O{M ga6fQHtʊ2|b0wdrKL77ٵ2]M}3)(.cҸq8Ja$n&y3c$mYJN~Rٻ;PV$DbGϘ+M?ߖiꘪY]-ƕ7~u ,@΁l?)S/;r!̔TG̻w|}7|0q".z^{L>8ջ9:;N{{ؔw=UͬܖS {2e/W},u2"EÉJ)N]WmMo"N o̓ OQV^y?e>]GeKȑC0n6dنtlEuH߿Zޯ>S>e5Ʉ I*_Lq)ۗl>V͙]S?5;&"ggХ;ի"B#QR栈p 0r3S{ճd!nx,0r3R{u/ &\wafL@nF2iaWV_ x5c ssnx 'Ӯe}\`P܌RTpƑuH\k 횐mw0y8&y'7~=S!^ohO s1Uc $2$)'fdO+&ԗ3M6ylGˆ7<^*etL"Voy8v-^j /3oG`p(&g̕^Cll,/V1UmuxWׅw$"kFf_];GuH.YZ5>9 2#ZcweGQJ]*6cu5Ki滞*q,V]Z{kH<fڶfog⩿$?am :~֤QHJz8JhԦYy}/ħesO}6,#~O!ulFhd6R9ZޯtyS1CF1WI @nF WzwmKf^)"vi_ҫSKٛ%, lnT]r KXp1thF`p{,RR${:\@tkSKD4&4"2&O¯1f u,"ÂkHd")9^~dAv#BؿHeN~m-M%81w=bɼrp,9>U>f%S?1hLDhEDhJ3)v8˓:\ bnYmT^6atE;aeQ'""""JDDDDDI>QI窫9j1gSfWDDD6%}Qjxp@V+VIqqPߗqE-ݷkl3C=DDDDIߙf2lHb[a! sj<5 Hx7crٱoaZe[=Y/]בZ^1Z """pGh?9:6SP} (+KÍ)}:f37б~VmХey"i eHᄅVBQ{li -Ƒ2 f(-;#()˗/bԽ`ƌaPvӶyic\ՠS[GyfQ/ wZ """к۵|@\9K>A4'bLV+tWF`Z7F_s1.O""""a鮴L9Oi]ODDDO}g3s}mQlڟ`>}8sr&c""""gQWUVz[xqynm/!=59qhS/uˉܟg=.gȹM}cGߢ + }gsCa/JNp[WykYLٸh]݃f0Gzk 2b  ƌy긶sK8ӹWIڼ9wtDU;SyI/)Z1}f~^y>ƌ!%369xNYqoPē}JAv<.gc69,*aĈGxJ!00ڜ瞵3y7p9rޗ} ëo1xYDDDα'iج>~# oBAagyxPO.aA}25$g"V̙ț.PF"W}\ۮ~Gys57=86]&.Ԋ:[d[W}@VmOlu(&űilx6@IVfi3g$/;pаy ofo_>O~f,w྇&LxЮAmWr[}-df&kxɆ?TclX#)-dŌlMZU1xYDDDαX_M,?rf6T8^xlϾ=S&#]K" gã΃gFhB+cx ۱ M}4m.oܤi6Ilmm A &]}f43?FF v} -sss3Fg~Y75pzGny,}]}χ{х>tlOAQ4w;f6 kr"<& !>u/L25鯾<袢g}~디.+:1Y!]\J eS0$=!77`2Jnn.W_߾t^c/06gĞ!(*+D{"_*_ذ%Nvt(_YKEŤ󳂫<ſ}OY\]$+g#]rss?՜1ٹ _võ]XZ.[N^">db%Bq|||>}EB>!k- B!']SF !>Ed !GjM&'M4yIB܂OkB!ćWkB!>B!O!BH'B!f|v`} ;n>OϘyclQF6Km^oz+5Ϻ?L1.+ZE'㏆T]}m\RӇ@i /ԱV z~:3K1V=:qG~+{Hoy ]NH58z.+JEe%Y+(۽%ߵS(޹![ Q(*E簃PJp%TɊ4$&&җ-ggAg*+fwq!Γ‚bZ; N g;9lgQqL9K2ljew`/`q*u;aI/^B9d|%uO8#MzaBk彊FF*ƙKiA-)d\3^;22f'9#}%Ů5*+Qy9&so"&E;vshaŊ>hT̊pb,yyTU7cfAmВʏ [ȡm%$-[ƞ08sF#)WSgHjخm)=.c(P=*䙳\mp hf7֐Wn{Tt7W~y%Q~G簝XŹ~Y.sKKcρ$zqccGrtzNݯgh 'h+ާrt#9_t"^s#h굢m}—w̘sU4{ w0Ys2ʫkU+/WOJ&P`nYjzH7qEQݳ~ad}*7 {&=)[S5]t|rNV\ -)GH,vnZ`9IDm襳W7n4 6t IDATIBi!T;JCOн٠Rt9Ith峟Y*(c4:F|B$j]0 ;'{9;ɳ/`|[qWScQGe颽(u‚8u,+.5ӏ1!W 5>>MkY<>._vϽ'ϓ7?1 #]"kMu>+&ޑ),l5z4qIK\Dʪ'J l*5|+?,Ljh!.6QhXq#WΞ$X;{[C-mĶó;Uq5/;: '=1s esOK߸gOlE;gӦ 8Oר"C֠Lx+-S{vÝw53j`=K9Z{2^#sғb?Fʪd` lشJ^9]mciZܴKYy3׊OX,>F!Q\>{COsc ؗ=c~qd\q~|Bb謩gBN+gʉ9{FF.pܶO86ϙc'ϳ()Z1ܻq7.=eM56˗3*+6.R5=WNMĎ]Gfӹbjkbݓp$b|H`,=ƒ5+ ~+tԒtihF.:zF@Nwk=)1:zZz'wFFNTO+?߭u$D1NHl>QF-|hv u<ӽË(o<Eq!&I: =z64wVʸ+܉.ЗZM`݆ qQr8s9|;|cy [ȺVQ?GyaO+G/݌w궣@El]F,t:\c4Al f'j93c߅.ЗΦ:RbÕ7Lxj*!#IlcqF#󦳹X]ת ta9*>c`(_)N@U3B4qs1{ʟVWtI ӎ4PX 3r;ȹ5ZwFsU} das W-61c,Qh25_rJ z.]"ϛ·\ϒ&59:f[smiI48IlBuc[ <̉b̈́3=F`D"k&9>n8r}dfrP豍Zk#~S"uX*I%MՌy*NҪ؃]}]-VW?ڛw}p^O=kM;sOgO=fܓo\Uy?\8T7Wj})_"R9^OA{v9w;zrqOkc+W׹Cq男"/<3s{eX\v>nM/B^3cctͳ>QQW7nz֏c=*X#NI1O y㍗?]#>mzV kbҞ &_#\}o|gwj0ߞ\e 7Jˆ B!}7$B!O!B>!B!EB!VՖ38wmt(C[4Val~Fv0IF=dl;Vn1dtlշVz䦯Xub{tW`;۶=sͻ!R}j/`2ghŠ^lQ ob;(bc wPOjwCufR{ meq1VE;OkLqK-Gm)(+[qާވ2Iɖ-h4Vsaq{$`wA(b2rWY}y|~v;p'u4pЧK+f%bQ oo+ebN_a -=/*bl8/wsAJJa4p`wjNp/ }4s(y n26ɚ6En)41MP7߳9ҧ'8owZW(}^Zk ąz+=oo+3f㙹P{ I.ܙnr9>Kz[ν=xN?!Rͫ/0c{-=E{El}+E[tظz*(g|JAht:EEj `c24o^{>>jE;(#:>Gp/]&nj'&AFzW "_JE.&CuZ\u<3RRFC_G)qw5 bO"jf_{Q=}|jJEY@w )a1ZTJ3IZb 6-yLC7Miѧr *4c T63*QY(<@)tU [ǟY*]iO^f=&:Vg^6O=q81q+iE>Mϋ^gΣT̏"6%8c㙹er8cX&B3hl's\㳘8qu&ּ_νO!}7_P(ʮ "77^{Eُ^҄hI?l@P}5Tth=x6o&H!_Ĭ'ͣ v56}yId.׹Ɛ(D0>|K`o?>U毙ꓓ/l66 .zF8zio!<5 ҳHO[ a^F%L8GqϢ(S27K{]3A>baVyh'?TJPHTlohǎ?2Bɟܗrs;~ξDwܬk*,1s'b׼l޼W^| 6bȭY}F/$c=Cm=ၾ7̝zg+)=K}xV2o^fz{d|RBܜ6cÆg]O៴p?j2N+8-]P_]c2ٖq^/Bq͙W8_wן;h7j&1F|'XqdR !3}B!LB!O!BH'B!EG̡=[8Á_nm]c46vS+M}dgΣ v֠wn7+eQ;=}|w8JGo拫{oW[47:ZEcBoyn^]X#b﹆2ĵn~!ZaDk彊F.{J2VP{;K29k; K2Phfɺg \W3g`$#=c_#WԐ|jQy%LwPTaVojN=Ol4Sw-]\HddKlԷtBAU#}ÕX>23]q?oͩkaciza|PUuP_ }24 Jp9J]9>uZ=k,v۸$gduhw#[wNjmВ;9l'-1&pAŜ/)v̾R:Êlh:N`wf@ѷg̏PyyzlR}d#Ng¨vюݜ6gXbs5!*-y>+W9$;;s\c};SNLF:kپk?5dd-8 ]Ts|֜cBPk;YY !Gο[rY^ٸFZ$x"XⒹυX@r VsJ # xX57o(/+'y1o-5do ,~bӜ@w sa)o5Oc5Cx33uZA /=XH/)qT5_va| =4Ŋ#=\éEwi,>Ź#D8ԡ+l޼뤝Żټy3 Wĵw1đwwYWipo7o`b_\1/ eq#DN4>c~&FY 2c|8Qmkxl?k6QTMޙ&*kܮ%x1<ڧfY}7% I\]< Cuk^%Ghi"cäL?y5Y}Jχ/`|LTÜi4ܟ'|h]8>bfQhu\:^:2I|XW`T+V": Wq|8:ozqDbtݭu,  P`,ڀ0ZX͈.oPWwnt4^#F|˯ ᡁTWG͛7ϒ{ZHMQ}3eV(55 "X{l f@Œعi,sñD8·LP]aìD:b@Ŝz|fYOH_; "mఛ OM4d$9)rIah!כ zZݮ걯]2;Wn`?-}}gwk=)1:zZ# <pyGWK= #B4{N0C*B!EuDxx@hO3kWf-z=u w%{Bz lϚ7stvz=f*esamkv[ZFȻ%E!B!EB!O!BH'B!B!R !B)B!B!R !B)B!}sqXX#f8<5kwyDGybׯ.dguCCoy099%kB!EO(++՟rj ǧ ǝkEm`~𔕕qb B!o^F}/R˿[OQax^?lo~}}tY9q=n8`:5eeo~-"B)nO*ŗMߠq` m;?髼ſc1i`ق6D34aaP|(շ/w9 999¢yM<'ħy!hr!BH|_lq}n|~ 6M}?ۼ\Nvpus/o33K6˱+-ϿB!cU8+_.ONftk?bm?NWxb/Tf xF<6|Rt5r/46lC~?]fϾS77&Ͼ˫-aÆ/ӷ_ !B|"g׿o9 TٗB}*R|W\<7X~3Omc']<2j3:ڊ=z ׵e֭/Vcg^Gʯ~aj Nq~gB!' T8vߏ w}/O+^G'/+ l`fr_{>7ol~Tq/Bq|,CMKK~;z;y8QpbUZN`N-gx=rm>Sf7}TGLs7LgaZ_kA`7B!ĝrܧOV*Re_ +SeZv BܤO}B!ćcLOB[yjl )+B|t,3"ħbV!׻B!bnB!B>!BxOd IDAT!EB!}B!B>!B!E߭y#{8r}lylnooƴÌZ']o}G3%|wW`6n=ũ-WUG07}:|j4[{7[EEXq^װ`1<#YmD$Ͼ=ͽYZo106u\c{w\F={3lL7uIa06y5Xu1MQ;&}k0,^@~~8;iM_sVoxi[ߝng\s_F{\y:c6/ p0k[VN|j_MFVq'f1icE c5RRzx_~kiP]S/*r$.5Y¤ݎ^Zl{Kl\ 126j(#^cc|BK4_/~]_5to//',q㤃e)wsRmv ٱÝuVa!&,#D-JXtLkf^===MvS⢡K-'<{GLعOuh4MR A<΀3Ϧ:XPOZzs:3^w7ܺz#f$%[Zs{ mHW)jFD$Ƈ$-ŌJ1APt_3Φ(vS+\h͹W^j!W뺾mPO{?^*ק(Wb8M͞極@.c͂]>Nb:gRji ڌs}L[&YfQew_Gyͷ7RyOÕS<&FF8[k ,fQYmcacʣOpLU=PTCӹt-*'0+ڰ?&Rj&eAfYNPh()qbl塇hoQeZՋ`{%0F#W{ZyF r. (#:>Gp/}&L%Fzއ^׺Z~52H .U|7?n31!N=-'E{]Oe:jg_ߤ7Z*?6bX29n!%>Bq~me9ߛFPX) ~,_G5U5V $~2VPum<@u{. b K6[]gYv 26>Nvjj5k4Zs,* %[h1Pk4T*{Q+70E590y]2jqMK5EJ|]&ǜso[습>X ];Il]&C9WYqmdui{ '9)}{[漘 M[מmt,Ya4d$%u͵$F?()ΦM1>ldaZ_3Φ(v9(1Z%29ןU^|sgOw4cQ{6u;s}&48:-^-؏6\9`Mq~zs6cd1(aV<9ky4}龎>̼{!Ea#Hal5>@_ 77^{Eُ^Lx/A!A| ,Mh{/ϿMˬ6YGR[ñj5D90OLr9Üʩ+,z"}I#0* (BX> v7{{}3ၾ9?8{(mLFC6b YFh1\nT\/Џ!Ey[-k:k#kj"$6X+#O@(.3>6HE#>ؽ$`4MZOBT_cgQbl's(2Oo̵W]n?Bq}e?sO\EPSS7 r׎Q77Ϟ8ڈ[XD٥a}>:sgι~UF%HC|λOoDŽٱd|&R#gX+xʣkm(>4GM9m1T?i%~ڻ{ yX.(uVKDk\sݭ(*dž BK+*  pEx$|Zُc#_snڂ z~,9뎁fctQ8_d!M1XOm쳟Ǽ! !B| 3}B!B>!B!EB!}wt7gl;,Zm7}g%rXz[4W=j&?*Go:Ick=c7Rueֵvs\GJݏB!g7|;ݨfsF sAj|(E{8_QAL*dYj\ODG˖3dggsZAaA1E'3{(A]8w%zi訯`'gΞ#1&Pq|юݜ6gXb9vm#qI&wmgaz*yyTU]dŊŴ C2N9#)QUHS%ɱ{}E98z[)?s^23RǍv7u^,>4Ux yEƺx &"vŹL9+)df|z̾hm#:ղ4*nJl\8[IuK6 mUkN5d5*(BXRu2*ϑ$$gd5;⺐^+F'| U-Qic&EcgpF^ݸ$$EcP(i=CfJM'9f~f%p?|p uIN0 2߀04ڦM}Bqwd m,[3PTEXɊ &F`4 DN+߸gO7 l_HZJsWMV!m2qaDqUؼy;ɳ/=F Bc$޿USh#uW/+-In-[:2 C5oȕ'IIDNJ5ǵy5[ko&eZRB dbud k\ƙ.Ybb՗.⚖Gct)!;B)pzJ @\x0Cb±{9ڪ -$Fo4#~Z8wp7f: D:kZOJ⧞1ha:hB}iz /^8UO]7|7uD܉.ЗZw6(X-Wp`N2 _|܍29QmP>QË܀*oDbt6>Qμt\q|lBKgS)wn#!*vDbvֱ8#q Bft!LC[RSB5x< 4uKJ$G)6ĂdmJZkj}{eZzjhi!H묘 KJ=6dAI@w% z=W{uu\nn!"55V-z| `>_LY(u{{PX@HM&{lsxVU*- 5JqTh|klI6U+銫 ]R~,o%z=uISm'&t"RcinUĵtQ}]-VYB!w͙F[cב;%<+7^lkhv!cvo,!B)(>}B!R !BH'B!B!R !B)B!}B!B>!B!EB!O!B>!B!EB!O!BH'B!B!R !BSB!j:B!j+pH(B!>B!R !B)B!}B!B>!B!EB!O!BH'B!B!O!BH'B!B!R !B)B!}B!B>!B!EB!}B!B>!B!EB!O!BH'B!B!R !B)B!!BH'B!B!R !B)B!GjxbbB+B&FBܶ>*B!&AwogoyYڇLw_٧}# ?%''=RKvY)B!}wFBYYeeekr=IKwu ܱqn~w⧥'oؖc-nyЈ!BG.=?7'l~I/ɡow~~]իYnG̺F ︾^oANN[WSl>W{'W槿 x92LNN߰z3TT ''ӜNSCFwzVN?΄]~ B|կ _ Po!a9%u7u2jrA3rY}Uݞ=Je ηoW??qHl{,_0b#ywyK%*%l[?II9[ %ԟǰG|5]x<P?U̖v(x<ؓ35[YZ#E!a`cT@5!$~}7ca|6,JjR0кVHq\'ARua~C}}=/>ؿYXEyShx͹I~s[*/B!_%fq8,<3U }GgE%I8Y 8~CX K.lK?0G s=?p=] ^g2lsnwL`] >{;y?e͜[̈&wu%$̋KO/>΃Gk_VQxgcf HSI꒶OBBDkvUR"vQE*XҢ!_ d,3xiy{9s33>Ǧ )^SuJEm=3lz<"kӥCS,^U4lV^HՒl1> 2OǍ2cA1h4`欌3./F17={H6 .\X H( ϧnd8EAAG'<N  lAA  AAd'  ȦOAAM   >AAA6}  AAd'  ȦOAAx|TIIIh *T N> z^|&=H Ca͆rsslA'y&k6Ĉ3 :A6}  lAA  AAd' OqU|ؒKRْw''@4F  (;}#[2z^6Ib H=Ż~j$ġ(q`v [~; @R3Ժ!rh><]x8Y|ܤ񿝠UXr 򚇆Jjjd  ǯDQ/pw>&5B#NksR!•x*Dh ,5""H'D m~]ytܼHA\vN\O?KDD76/to,}_ݕ>niy\ha2oea0\ca/Q?YnUOB^}32wҴiS|4ZYAMw/X>LZG @ws9xt$-mλU?[."l5=VMk~чL6/^dXv<^e(i8OAi4}qZš}pn.E yJF cK8c6N1Rϯ]<EQ(D%Ǯ`WPkbV׆>+lp*lay7Z~0ߎl8W7cʖQ6G2j\V7ss6']޴?3GCQ`Ƕ،VU[v%A#3  ȦOA^'+>AAxg|O;}  AAd'  ȦOAAM   {,EQ, E i~96}EqkoT_W ݗ/mY;|( iY9K6Ce=ZvѳM/ּڹb ㏲nz/ɗ?cx8wd]ORFBAaF˞Szaʽp IDATy?q2P]9ÚS~2.FOy9_NÚ'k5uםl]=D:NNc # Đaـ2o|t̛Ѕn KnN:aaHڍб)k7`@Ǧ@:(ž$zg6t:t:k@#v(  :q;SO޳,62$܌(ԉ`YXZ4{'\L^TL][QGLM{'XEPQ;whw)C~(6FC&D)/g8d3qk47ͤ_r-ӥm$桡(Btǩ'w\EQhn0!BHHv(ygeaWfx֍$0Ue)& ;~,_3ӀVm?uy4֪=GhԲU6FQ6HthgoƴkѴ$薱鷳Ncj+3'`Q5v,ɡ ~saO1̊^Ea+yl;-qQ`j(5%g!0L!<# tq2ƛbes1Ogs*)aůuDO?36eM>$luaÀ͜o(/( 9k5}n 2Щ߬ߵ;:6EQ|;nM( -F(uy jm.c!P:ńO5u1S_pPfj62aCdTcf/6~Mx c``u񋍣ﰑoX{㴍?xC1޸qøoLc.X#O@U_8l |Әmi4{Y=ݡS2}a%,ԘmTtIY}'czؤTcv cZq]lc[Ox=W8mз2nqﺉ5"@wW7zq wilxc`` I{g˷n떏Tmg46Wl|n *`RӍ5=qT^ިX,j6ffl7{ʟF%1O;44'2yXűc{5.fnz)~aoK:O]ckim?Ng.Xr~#-9b*_l\!c``CLڒ իq>TP;\SMq1❮kZ}e}f\oLrkξe|FNV -ڟmtf10-߷ZרQbO|yc@30֮꿤$N*,Ax<3^ha yKCpD(O]$fVzmNDԋ-:nh=wã(^^^Q'M>ʋ, @i_.yrx2]p1!# SFR@_pjNe(z8јΧt n]BE5et~=빹L>Ki{=|WrE<Δ)SƫXIJ{&\F=ɾpU> TSƥ#tY_ \B9NL߼xl4ۨަeBLbW5Nf֧KhvU<.rsEm/*\hR}ll__N۠b6YQ9efךF+6kmוTP6o˯|iMs 1jo~k)׀\O}q\UӼ3{'uAݿTOfL#5u&S BL'œ:yFΌ5Sz=kEo/ïg.2soR'4eV)Mt&OZw6ΦOb08r-awzH:DŽq6ܫOs_x]I Uyo$wIz?vtNv>L06dd,ەܰoc/{jDvdܠI\8u倫7p_Wԟj6uڟiڼ4}9/NV>G0quA? #(1GwYC?|b`G:]6w}4k7'-!}Q?&v@wx+>lLֿ&ǐx jAɿi<.MeDe낔aN𗑒EQ2en-uhϢX`Lm> ff6|ub7 xNKwQ&_ӏ6jˇ_cg1xwܼ@A5N  lAA=r5ID{ jˣjOʉLX% b+mLJθ?HPP}r@;gs ћw`4j5LeGFǿB ȦVF:zEQgrhSF[:(/($_{ |iiH_eiOƥ7kCYK\Cuسg#;!^[NIHyq o=Hlj8v/\YBBB,U BCUHKNDQ32Ѿ SVnSIRHO㽈D5|WбQGfλX7n6Ib 9*aAA6D ?͹Bڝ~n-~ӾI'nwܼHdޤMb>~!i04$l;؅,Ϝݰ>&5B#`v9d7ح932T6.(=r- ^ q3=N #-?ʹ`鋌z)ݲPfMn\NI\@d^ƞ>##6x"@pΤ__Ep>96I11uoFv\s~=03=ך|`eny=sb}cu{q4:q4gɺ~#mkiœ ӫZ>ؾ%)DNCQNOeӦ:ΤtiP' ,_iڤ!-;Dv33{78~dP$^c6lhBvqi)-".磢(rh>dg];iگ;+TNmu^h[H:̨ gc㙙c`}XsNW-[5_ۜ)ƳO'^嬽Gk]e))"I^ah;t % {9^VDuh@kw#F3r@J=Y[釁6-3>OoxW6=ŨZ$a*rU?0j'hݵ>;;=;rxփqBGyqbvv_`بAMzҶatOdt\=FҬLZʸ¯J5wwy$-G&2o>s"EWI,*Ru{bo= dmd?S\EU'm~4R{Y/]᳀|:#Gޙ2[EeR<5Ֆ}ءACc=_+lb&7u}׊cA̞Ҟ;=_kultQfخ뾮9Ǵ#VLf3úc59V\2Ǯ/r皇zq)3*VySѤKc62xi{NǏ.TZ䘊oc_NN#zwzo͇Cg鈊xr~H_y8˗%StwpY*ٞ7K (_کMM{`˵>ܸq!ƥ4]'"% 9l0,TeD*{Sg)\'ydQc/K&>ٽ 555_2 =NO.Q㎛Cی+7(Våp7-;VN(w wLSgMۧ ?_ʾ}X6YysއZ9ҚdS(_FW¥tLށ|5Ó\tg^uWyᬯߞk Ȧ7c^oٟ^=zF0~;| *ʝVaͧL >;w)(BVl$،;Q(šwqϹJI{7+UB?`(S"Z(B:C;c?BQf\WXYڠ( &l͉7EQI^٩nAA;aU/1t`_U[bf4wM?DQBh"v[ࠋV7s،u}SE~kߪ5TY$zbZw${3 Zu:\ݩ)}bGNV&5`]|<^0bvGE-d\:e'=-kXF95z3xJ|(9YM  ȦO6}_AAM   >AAA6}8lyiǦ̉;ΐSNe߻}4ZZ`=J5 ,ձa]>(rd)W1<  GId37,׻(s1cSnc}dEad}G3xVϞ90gfv 1i|Vӑ pNE!A'N#5'g$]ʐ( s6`y(ilEaÁD~I7( u";qBnN0sF'/ {hq_fC1r} t:ʔ݉y0xvm'!==R=qG.P.dv\JԄyt:wC>t}iFM >> }fէ(U:nNڙS8ytz:z93ӹt:^^] ϖNNnj5o^_AdQ+͝isqJXPz߲lXgVށ!M"Y^LIFxxˋ7D4 S%dtv9r>%U}P)$`j#g^Ҿ\O]$fVzmN$'d  ȦѤ^.yj߾A)bO'79u45tft\p:u>pcϞŊaPiɌi9z^ Ks E|~=saO{]VuӾįڮ84oymM&R:FΧUjt&S BL'͹ϳ`4d2xr @gV᷸y-Aמ zܒ<҇ AxH£٢«uXڿ sf0;6[6| C C@ rOAA6}  lAA  AAd'  ȦOAAM  mG0bfRS/ҷmC69GXPM z=z (J-b`j,ټGQ- zVTP[FKcmZ9E 199+&2ee,ܺvvϵh[M  SƏm+yZ9`W_j>wg{[TVO4s?vfmt6l6X?nMY49j6*,sYl-}rUk!,5[ Qa׎'k,Ǽ汚bkƚV.`_fVlAo-ry~W,މ}R_(]~8w& yin@}ic9obrW~N|*83 IM0k&2W9t&jsByܟߟ[N0NW~Wma L>?+$_aNA>#'3&>޴w_n':vDyN]&c](J-@1oyƢ^ <_uu9&Z1o\0C7FL F~Sh֠y򛪾j9`FU9Zm)iݡ}֏]8_ub54nڟи&P>BdkZsz͸eWbNc ܽkOFQQ#w˦woɕ\Gm\)~vEAQb*PէKcXSBER._sjWTN<ɓ'-לdZ[GhNIҲ29] i5X=y"7m9l6(jXy,qMWڵ @QVa?EQ4-pLEt3`/zYO%r6cnn6v&߭Iƥܭ?$k }cƜ[abt*ՏCkۙzTO&ҟd1ھ\s?Q j<ϢxƖs ۘ_]ٻŶ=;GMUsho 7Èy)zuwww*TP Y  A B9}  AAd'  ȦAa25k[ӄY2o}lZ2M.s_QY$QNgO;6eNީzk[,W(C4 V{L9q`_LY #.t:uE s}y}M߱OQ/iIv䠻(UeіmY3]_joMFU:5@QBÛ8'ffԞ/ddcצmYۦF&"[D嫃}^Y?Ѩf9櫬zZvMbNY9k8 'jVռӊ :1)hD4!-,ۄs-ǔg紖=js,8 9V&QӵVyj'ZjK ȦoR1k/חO#xʦG: [1c"{KN~֬Id37L? t_~?mIw`oS!77r0zr7̷>_|ϋhNLhx`n['(l忳;|jbJx\0O@yhc?c=0d2ɕ,% /_k̏:E1}uD peُkRj?AMC"-gቷ] eief}MÝVf~Dyeٳy]# ̀߾_*V|I}vazXsy7Qi,^6̦+KF6fYXo鼲IhZl[ddٵk-'[*}:Ϩ%P|Dz×x㇪ouY~pB{ %_232[q_Ъ~[/XǯB^v8Wr\i^ʋ_MEHHc;5&Qu/jϓ+;i/<(ZM'V̜53|I瀩.9zO#by;#Xe;'p7DK襁[b&kwwUR%&똸>E9=Չ=slq+0r~ZO^/:4r 9Y~΀~+/rP+ePz9O%q ˎߟʓùreWi{zR'+qyձڝk{|J{3dr?E/fyP\]%#mvgиGlqwobrW~Nחm(yCgh3Ll`p7K6C7FL^/ʏ+OUAԩHg>q\(J-*Pk9o2.yos8w%.N\O~Sh4Z~ܺv |W_aN%iwn)9)\v qo?'ܤJ&ݦ]+ҊVcJ kO@XsRv\ ϣ2_ '8-bw1m/T7ky~8n.UOM__t}Ȥa0k,úEZUy"7mW.ǧL/\ūh9N'|:?̫pyvZNJ_( t 6g$%%qIΝOwW?Htg;^wwcxH׶ML I|)IZV&WަEt3`/V\f)6U}JXں"Ϟ1KAYb96ϻa,pk=oxxgtogM9YO%r6I֬ut;!|u%Vltw|#wk|XAUdH;4ӅQbx|)N\ku>)1d.]HJ(bs. w=Y.o,SWf޶T|qg`L^;P!1?akr^=Y3nUӇ7=eXg,uo_SJg?x))Kܫ.<]m?Jfat /[ٚYJ/\k7d]2db/˵cSRI.&ttl^7/{yr 0̲yL^Օ[g)Uj̝彖j+@k6g,QJK-Sf-͞--C_Ms?/W~\g&ƍC^vFlTwgmk2(Pk+aWktEw' t' Mu{~#+x)1\MYBm/{qlb^z{;p3K6dro6+k3Z_G9`. PڡUԻŶ=;)3e # gˌ-~nEQkl]oO̟gsK?_D۾+4^Sv;ZdNG63ZJyLיqؕү߫]x2;Kv7vojwfuE̊њ>oRĴwc, >Q-^{ެ_cnn.ς-[JmRg@s#YƟ8?j&"kKDt}GSƝɪy4.[nyl'sm^|}J0mCC}|f\B7pn嫼wfZ+\ A:檮𿆔aB#mg|TBxDOCa_YVx2llAA6}r>AA  AAd I:r՞$NlDT!)tjnN[aAAlSQ{ڄs-t8A"whlME:ϭf^;NVFQNoF\t{s k}%X/$a 0c-kw-6+KطZe8yӁW/G4mV]OZ&9ͧiIkSE!EZdžk:* 5kሹ Yn}{SlccTqE>md"``{19YZW}q6shzqz"?f5reMQE_j>x:˵ 9Ԭ15:g5!kyKZgӲi8ݺI)~/{dw6t::UsIc7cdEmۮ<t(ɨnloVSJy\AX7ݫ{{ܼrʊ/t:&tۤt:ŤxEaUkrhgwodiwiM_Ʉ~{\t:5֙pDZΌFMe^3>VKZ[B $gjS6Qk[O| F2t:g`ަt`rt:6~;z`b_T}bD6B%t:G;U'X:agK׼q6.I6t\jXf:[MU7t"5+mgW(YƻSrț9A6}>~9c\J>Ѿx\tqYwz 빕[}v3}t3[yxs^VJPժ囕y3ǩΕ`ݐɑ) F#q &JU\x͹xN̙g#1{﨟*7fVK۽BEwnߡ}aWKu11RZ|BrvWyYue(wZ>=g:82Ecy`-j2d:WiQ nE\e_tW{/Ѭ|e%*fylÇrr7wGS֯ǓL~?s4'SyyuoBkMo<׻5WP;b VriZtIWo}#;<%1q[xU̓OhXT{Pa-|O`ڵ͊“-_Ⱦ}Ù ̶{imؾvZ9ΞÓ5Kd4yŇI%xU0oQn_u F-Yw;w\tkʬv[U_ox/;MPd|}Pm%DPZtQwjv>ř]5Ȁ+MߵxSpB{ %_23|`='j5d ݟK2{tY׷7\iٳpYZx٧x'?€ \%0Mۍe|`6^ GXRZ~Ȇ#,9ax{{aW XE^š={eZSC58}: X^Ku*WiŽ5{uٚ>lnZ됻'n{v8="!g˹)8e[(o AxÙA! 3 rd  lAA  AAd'  Ȧ#[x37?!7\pBD#d"Fp!K W˺!7EE̡3HGכgܲ:u.uw d"mCH;(\1BcȹFZ jg惖̲ZѲsy.3l]1)+cINNֵSe}`Djj*S(-iY$'jeoMY4ddg]e*۔EDD7˘wŦmrMd<\S+5gs`p`.z-/vwh_sy.-ݴ k$Ӝ1ݰmdry_?߄喳cw(AGXᴮߕo5ݽ>2}渑O%q ݷ?W+'tv֭k`pok|}}_:)_IUNH1oMVkg54nڟи&P>z(sZ> 3߰Me<s -b߽Z㶪f^OmZ5a>y-_)I"ڪźY}]c](J-vkw\S?a(P?_kk:.EZ'*ֺWݳnq(hUqPQ %"CDr\{د~_ޜsܓpCRv<764SDYpONaxyu7e-Zٽ&1׺RKajZ~*easBoj0 X #v5JFyN5aDeJpuҳ7P6u,gY ü$(n=evv#v#bz8`Nm܉c7G^V*9ٗ}0;Cj֋ o;EȚ96)59o++@z+;&; >8A]C|}-o35--/,o/~b1s1Ր?d!5U4GoۺeφۗCq\6V杜` [x~-վ"i;3I~C }<&֕Ts{an2ە tcT'ފ2rh{%6u@N7@T`W\qrrǵ7PBm_Ks=|]aoi 0 5MezcFO&pZE#®/~459Wd?]Ĕ1=aJH)Pm)ٺȭO* ܽn]kbҒ.3{/R)$f11t.poWf!x+6vS Oơ/+Զ9[aP. -}h9q^m`Q_2KT[Ǿ;ȞürMD ۗf'/E(mHL[gU '0$2`aY[a[оpk w,H$CTM:Arjڀheg:Z+4jo mCz05ZAZ%<;cm Kkgсc8ZY`}1 ~°OliZM^<G4( SmN WؘIGn +pV[X9bӲ\M%+%9tɛƌmaoi.(j ИxJ:]NlQseyƫ!mWlsgch+6?.XnϮ~s=J\A1lXD0mC9>AK6> >  (#  (#  ((v0 كιsv#6蟗ϕ]N{e>WϕOPmpٟ,Wsoٱvuպ{ ڝ7+ObU;N㸧Uakf 2gރ{ٞr'מ<M0?~L $Dd<+Aa ❼\\\`sJ-r* ײ%[=-(}oB!%=ز;u P(スVPyϒN/úSZ7ku1 P*rys7v˂u;nͶ,Nvv;B`Xnl:F}yiܪ_|3Ju/b_zB5oX* 6t-4cSc էyRB> _=*w[Q|_)}5S{gƹ`|c }H-&onY*Y9`d7wDi+ڻ?.jヰy$ è#vꆅn@࢐ _zʩ(`Lzb P۪Һ. ALg}i·Ey&3+x ǀ?p?Gu _V><~fwχb º%_ݫ%G*^ПIpQj#C^I to 9I,Nʶ>m/bKh~+ԁ>и#Qwacf&B?y8 psfMJaYş>gbIa^ Jebr]!z*6;0cؽ{dxL]sCs]&D5wO=:_1YIp\,k NGgMԛ<gwjyؤZ+aD"66M[O`bbF@K`sO7lӼ6h>!j/:i =JĿQsA[ǾV#LC'aޞ#"ol  NG^n ވo0ڗşF/ {Y31r mE0't9Ӗ1^ci4r9`H@lAUQbPHR\tKGӳ >Nî Q*uPX9O2S#99SƔ^'''s k Y;`ڬ_boLf5ѳQ e/ç]/>Eo_^_#z 'A:: CϏp$wVf5QRؿW퍺_}sO7)ɼ O.H`uUChЪ/"VLŽQ8qd']go ?ڏpjQ1jp|s>\So #7B/O[MR{R(t3sz2 vm?'|Ê)30h &/V^kOWϓB'A9{ͨqkaX2AmLPGAQG>}AAAAAAA><m,wS0a'}㘲d2d2vu実=)RLJJ*a'ݽ# s!Td-)rudX<, TM/ rrXq+w=ru8-'o ʯ&%%b(##dJ}\,8fl@FFn6 _/3G@n^w^O.a7+eZLWzpQ3'V'!DzP FϑCtdO8Ļꊌ ۿnnX_z^3Z}a1d;йVGZYՑaĸh߱No&jKBدc 3׆ ǁa?YQ9ԨR]0Pw0 R)s{pYlNĘJr}!9C899iӼe.|+.€.ڡKUmu@֎HxkX"*,`PS\s6Něb|&*IeXcr-mVu  ȩcLO( !7,Y 8[ێ@ܚkb]?0'=c7g WH*ֶeKJJSS~,Xm[7GM-Q?c)x}ff{\Xm B(e1cv<dsOxyhT5T*goo>aa7ͧ{`U21|Ȟ d P{DlQ?0A¬#PV fkn'"hvl^_Ɲ`s\[0][~zDtg P&eӻ Μ)C+] G/jVӑC<`܌mسl$4 لmҔ(+١uatB1;q`#+%. à_UGfu,d?NvF9d̘ !0gm8{YV΅b`͵j/<' HHHk#JMYp ؀܆Pɼ54E+x^\"zC#!!dZwbh!7_˃Fe6ڕ+3?$ Y 7cfHze!S^*`^}8*Z)1L3v-;_>ӧNRarqi_gO>+WUe$[$) L&Cc֚0ѕG_ ѰaCԯ_s҈7c{5E07zOFoSy 2+{%оC5$ mV;KgBZMa0eh1,8 Z[TE~~EG#::Z U JqIzlx7pVߢq20ZCAA, '>A\.돛(΋0ktWQ9#().i" e7@b"OfNOGSFmaniMlA|d<—ܢ4o6-03.=Jطb dܠ#KZb1S .z[Z@aI#M@WŚ}azpƚ\[sSDl3426uxrM:8=nt,AeЉA|2+j; 3g>qD> >#               ;& )Wu$^^=}||XW"ܙ1g7bk]nDKӟ,Wsoٱ3ݏ{ϕqIfjE\yaJvu]՗'_W]/rLL/ooU?w%*0 oGreKGOc}9XYqf -q`/oAOobܚp0 2eq3 oWWlځ?2_1jA4tVXWbG0J>/(E(ֱwAj;}1dΞ KBƳb0 }ʎH+_V:gn,4 cus1lO( x3>zL^-3Wj5+o)0/HĤ9t;C ?sA :Ѷm /)(X}50ӷ} QQ ?ؿy(`Y"AZ9Kzj}vCݽӰZZo{77 lT>>8/ @tZ, J!Jq7z+n` 7-ɘ 'ߪQjLF2c0gOy-lI/AV4Q;İ1{P[=aS=m0_myn2j11yhޕ7m@uh av S&WTvF^ c3܋XX4qf S"\za92$F[q.<kB7 pQQrmy_˒qh%|g(n4^A"Զ¼ӛ7sl]4"пjŵ GؘoTbLRC}KHze K#Ǐ٘<8USծd們 |u*MhS{cmu|l37ٵnZ~FcC04j=||'5A[W2S#!PgZCqYkgՓeߨ .J$P6,>*;}H/&&V<ix8SEܹÐ}z9`GA8K^zH*k]Ɉ/V&*]񇀾Bza2 Vt,d1Ǎg[d? m NGcDӖ5q^*вq24~W#U||4㖏S`_C&uKhJA"H!|޵RYm)))L2b]1szX_JAJ>[G>> ZEĊIq8 'Ե7^1|2n_ѓiTZőJJݬ&_֡0gi.LNNFrr223(̾yeR ypg`~Z7)d8s mq A9:=hgNNNiSz}||P$co f"f1X[f/ç]/>Eo_^_#z 'A\s1{(R).]:?ƺE[wnČ< RlL95n5>sKCo-{J~]t4<=4Z?i dc)\"]X^~Y坛lQC8s@y|#99>0} IDAT ,VtEEEdYxF[ ƒ!L&bb:uꔫ- 2(AIAAPG}  (#  (#  (#  (+ʒ\0n&>)%%b(#cgp*|7wH=0(dYx3~Yң ~Y4Y ]2 B`w'9)@&A&!O^s,ڢ072Lu LBQ9l>6IY,'50 =!zɟ*S[77?u V{u3Uǟ=/.)^Gn@|M6bc>AGwwd[SxǮ35"]xz}aoc7? /, j}Ǡ ?^  Bry@xaa7ͧK#^ȞGhW-| DW,;x Mm%m $$$ !!A5ieSهS=fATf4]kB[N_m8{YV#; >ujCY[0 066Vj-p\(m^ ap@+*N ΎdZ,$ߺ2H IiU2?vښk]VFNfRSeQqOse1Ma;BI#㑐O2t{;[o[0/ [1$pߗ&|L5ՇS<_aD׮\!ahfbXf<Aw9ۘOu"J*$) L&Cc֚08V"׵eڂu-m4NͳWp[==P SjF@)}9{\ EP$B#5{1~?4t й,ɡu|orۙo+5"p G(%*ܻc_9Yf,CȾj>V%B:2a:Ou6k 0kH*=}07Zlu8a8t⺠ | Ůj:*/'qwsUZ hذ!ׯ9Dd_ӯeybv04 ?^tq  e>Uk՛WE07):+S#6 ,>x 0P|l C*Dٻý|'4g+)gކt"݅A HL[HsAnI |aX;coIn U٦6_byZ!믨@ :¹+scןϰi@~GU:̞]F_ǹŻ;^NXݿ f'eA"@Tz߼?'kSѶ[!jgɂ:Y~TT|d:&,l=a[оp:m7.S[mlmpկ_vy>97BmU/ZcK˛䅳25QgOw-!KѬ9"faXnN_Z;7U* SY ~a*Ap)E)흾G"vOM56A|(ЉA9 ڲ  >  >  >  >I=vsvEpꯪ2X=/=QPzX3m/ooU햯eav9s002g,7ѥt:z$WBL,Vˎ]+wU=kg/DOY\?NC}-[sO?_nnVmZRuf{pwdpe]˾f;Fr[cX; ^F^g!7!.*;xhmUƌ]Idrj4?+Ɠ_50&:l[c.1_e9B5uHCa{[.XW10+ܝa4s/tl9HB,W.Ɲ ⃆}( }=ym>+ m܍]~2P(ؤ'[v}na * yWٖ֭Dogw_` Ɉc=s]x/oef 6'+ɽ7KνkCiݬYB'ֱO` <>퇕Zf$_e`f* 6?'=yٶ[%V^O|3Yz)y#bF|OrX7^z 1\ݽ7󌇬wzˋL}=709P(ا Uu6vŭ1s9H}oVNlmXBqwg-$6"W"iW~_ɮ?[Xƶf>O=Ʈƿظ]7Tq͘qi_=*w[Q|0_#fFMݟӛ6̈́+li#,tPPV͠,0^ɨ E: H1`Q{KsO rd(`Q3YU+ۆ(:t}9x4LTpXfqTk5Ua#KW' $V 33ͺ SEO(/|׷Bdu{>4ba8|A\<8UTrntbF.| FYRRW"C`ߴy°{czIkge[8 g*MRT򍛲5f77 y1N&)С%k$-F7srM"rCIX5Kd+Q05PAD"0yZPp/\V j X8Wn!&腃Q0ܗԯ3dr0 be1|\] 'sѶ e'w8^A'rAAPGAAPGAAPGAAPGAAPGAAPGAAw>%  >sss,AATdBx''rAA=,AA%}AA%}AA%}AA%}AA%}AA%}AA%}AA%}AAAAAAAAAAAAAAAAAAPGAAPGAAPGAAPGAAPGAAPGAAPGAAPGAAI  >  >  >  >  ]5\TTD% fffdy'+}dY JJJ)rH8NZbnr5sXO\N|k=_b[3/N6?ZWOί߿&ն+vs0`ce4+ANfhU-[afS(rٗk--)~++YF{){cC~ICHR\Ĕὑ.DA{>a0p]: àmsRn`D8#CQA q|> yq 0 @_`Go%k|E& >~}}!2`FO_u S8r-F{77t=EGAm¿hXa]Sz Ō #ںaE&h;B1h׹#bt}"0 .]ӳW.˫Ǿk0 s^ڨ-WwƥAXޚ< `h#aDQйTx-au߈嶝XltM8LLO% *ꗡ_pɌ+FT EAKknd`^LCR :6\] $cWT]+nXY5;à(scWT3~>>j75 zu05f< i}m\Dh LQ” t42"%. puȕaj*soُѢi$@ѣ˾'!PA;L#9 TɞnڼyێqMUabb -+kgߡ~Szg,/`zoD˲U$> :\"IdpZ&,]?aF}XhX>"8zh0Mm;}!fS@y 8JA~'Wª0g| _2͜73mAZB E3 ٭ %'+nS4k`Զ)T+~E9ZubRͧT ,`Wp-],ܲV}:QTT#vok׾z}+/DUTpn㆚N d.l?S(e+9_d xϡ>"0!AAPGAAPGAAPGAAPGAAPGAAPGAAPGAAI_WOO('^|SHZiRrN۽|eŹ(\r3 Zܴ>o+!#}=a @z;>y9>|U?j=ʃ M oWW0 aUQkqoVEcEKyPa܌w/ i/ocܚ7+Q{:@s ww?iAIYQ\C R{J@Ȃx,=|0 ݗtFxxG6V V8 ƒaMapPdg &L؋0ed0 ?7pHҺ팟vŭK;9Uh%ugͧ*Z2 ާXĞ؊gjη߄)z{%a EH0 g`>W>-AZ:udvՐǣ6\ǶjǞ{іOfvs}r,oA:rš4mg)4')wex0 ڵm}ꭲrnrzl;Z˶<?0R6Lwo/0 b~ӔߗձP%ׇiWMR)R)~[%|\]ձs갩Z HtRc%/ E!ۺugVPO3Ki>|]q2{'z; {vsB`[eD;՟B`Dogމ 'B` _p+|DT챛XQٟ_dg]ݯ~...= .hȚ\?92XBF͞Ls!٣2h* clBe[M F-_Oڼaf6??tl"E$~4}C:k=/o^Z~-[c= IDAT)ǷCDН'U㥹gc6j16Y"6%559 DWzrM ߾^??=U_)%T%ˊA*s&+?e!wϐ4cW9[hѐƔ&2 %Vt5wP㣪*}T X{Z27ʬ9ɟk;;N\84cͼݪЊ44tdiw<^梺#.GII>|Q6Lf"uto+7"QޤmG Z[(E37Gؚea A%!ݍ5db]Z_Y1,;O!#Zg  Zۇo14oX70mp_m Myc [ǘ?7D4 R_}c#~a03C [ wkۿ`2B[il64H0Z ܟ\|̠vCӏfb[j_8(OiЪ/"VLŽQ8qd']3ɟk7ZR&6sf !SvAnCfA|r3|wܼ.־м'H +j"E!lё:x% B @tt{gWR nnmqׯ 1'".m$XaHR{p˴9l_cԸ5ذj,4 aW `::# !xko^arL~^`ަl_FaPSC#CDEm DAX/۷nx? V    >  Ʃ  *fo;w‰!Նr 啱"ibN对>y- =B"4x gytZ}.<ǁ JkebFel?w eRTM)$å+l=Qn].\2f&F cϗ/#7p!9<7_R_cs44HJJ<y}V2Im keP 󖿞]DDԺJ~33 Ϩ՘i; _ke+~ш!u;:}?AǮA(y #6*YXRձ[fE,,jgc|\ڎq ƒZCZbf Z<3'}/oů0x[_77D<>]]k?Vdz!٫d*Yܿ6^1 $)heJ|2%HPV_T̺í&FWԼ* _c辿XėtKQɴljS_|ٻ󸨪㯙aDP7\4%5lwkqv%Ҭe4K˥4,r}}Wdg x399|νl:&Kb=w GsMueֳ֝/!{ƭ\RMg#6!wiOhj}tKMg귇7I9^)dƭp2t oҸfԷ)NEjZ*wgqЬDĦ{f\3`22~y_D uɖt(K樵|5;ڙQ7U<"5ݑ|ˬ2OE;2{к"иZMfwp֖S%>d{>>\ڏ%OPL ctdn`HQxVuL~ۖɌڶz ݹiJW7hBq@ZUH|hCvO~lb?#4tDuxe#9qɶ e{yHM9G.t$eŸ`8/Q<ۤ Ҟ/<#q9=nhH}ȈYE?oj,NZ!7؄4ݝϙeI͇s{wsA,>Lw0NShR\5ziU G1+<:/}|F5o76/3.><;m_zeY|& @~[y㬓t~\@ыug:d3q[qwlEeIJ>Ӿ~9JQ54fwRiտr@I5BqveO5L ">؃t{^/'が;=S'ff܇m-W]oN/"]sgNS!$VkFf#Nbs*{e1ft䡃9^u"*s.o>RweL2|W[reG`? U)(I,,oi`~7PN>uL&44;124?G_Ghh(8o&'͈j׉ m&|zƽGѤODDDD4=3͊Hr]`۱X,U2JH􉈈H#B!ѤODDDD4MDDDDD>ѤODDDD4MDDDDD>[pIRR"\x{{SL !""RD]۰9)U[d&~"""E59RSSn!ФODDD+iW\ㄯ >ݮI_!)ڮ˷wG?oIhh(yٲlq9p^s%??~ЅЬnC*r>3) #ko/L]5k.[6 )׏hwE23}~zQ>2~'%,aaa6^hݒ0V>nkG c< t~5W9;OՊݞȾ  eadLv^:"""H[#vM_?Ono0tGw,Xc].+gݗewT^'aaaY7c>nlq&1# 㡇wj6L*fl1v',,1sW96"""I596S łO]ܦ`'<6eݞqfj`ZM""ʍiWpBZWek0<ڧ,[j͇s}i_L&?Gxx8_{+cp.Dx2vmOgĻr ].K烞c4(Y ÙMDDD4>ݎff`Xm.|iXN~v;̴Qcw͞}x8e2n10n OԮrl$;}빨3.CzFנOq,. ڐQ6A~X,X7îI&}N$O{Ҽlݾ'7gѳYz^`8yd;-ZDjR<~ʱpl Mf8͖jsXijG*0 <v'nnlquքnQ41 GFF-^www;vшfh4bX0Y2?X7K<>a2HOO ш`jfՕ=ٜ=m̞}3LYʜ4e+{2}ٷ685l_?͆Yjfjb2r]Ong+{l2l6f3N̙3ԨQQw)n%[23rer垟k,,Ǵ'|&8'Ay^.=ʥ/ff^ÁfgeNH_m%ӷk.)3uIQA̜]F;s wy2}"""ET#GZZZ ٙ6'""R]L ))PtiEzx{{޻"""_XtX`41LY1&}[{`PODDD>)UMMDDDDD>ѤODDDD4MDDDDD>ѤODDDD4ѤODDDD4MDDDDD>ѤODDDD4MDDDDD>MDDDD28 """"""""R^"B>"B>"B>"B>"B>"B>"B>"­(v*9ΝE e܋{T.-AZ:uF-ЉSiuWlڙ5->em;3WFE"ٗpC2c~MzR KOciYU芯Y'[2N> ӆWs6,Q̯ aw;4v>?{#s-;l--e][@`zL_JPLDDDDDD 5(d3nsӥUwcY'~ғoET Uյ>8ƇNJZVK+~9{l3ȚCj^/{0QX_ݐ-D3wQi=^?קW&Cys\o ԭXsyu4ԛ!:Ph(0f_^e]]?&Ⱥ1o|gVWǶq߁>x6_@xK}NDDDDD`*t1e՛3o?`⥏~bƍD+v{2Tbz'n5t%}! K_q^7:6C/tHgwѫS[4hʃ~_ۗu꩗HK9ΰ^nݺ;j6ωdk-|MkO0xzu.# ` j՝Q{!H: \pJiS{?]z~2S:K~נ$sD& ӧѰR) A r3l@ oĵM~Ath0Lb`O8I. U?=;xM=u)Sq/%2_|}pzLԍPVS Eje[eЯ9 @#yC9Y+;6OeFJf蠷|pߎdeʮmG0)^ 9%$':?{˿ Žo|w5\l8M|=z*/4y_|1d\MB߯^L1fXɃw&RIVS61k\}> )xQ:nMv.uӥ؜Qưq / Kˮ7W&o| m縉kY-ntʊ9tLK#5ϼYަLߔcN<;s?ӘFUnZ&zIS2ݼi,5}ۗĆ8M֒Is*^k?+S>s3OgӘqgyno>'"""""RP?uު`%VX+:32)Ur#UÝ.*yp;FӨjF2خx:_rrKOvlv^\FJ &&׉ WqJ{km SyF L\-;d?m<5n'=I'GzDߥoAOU^b9_#OS߷s""""""Yf_6]X\[1 ڇ}1WǪ-t{͖Lt|F5:tR1 IDATږob,^0Aow xgbSi u fbwq|<\ā|b'""""""9/1󿍑>漌{bN:lM_d'~;3|>eygԦo>4{#؛3m\j=}UÑ?3g%6. \'_x'_xݫ~w:[cs3P8_OU |ym m Gr_m/g3Y'ۏߢn^#+6f{^8Wh/O[/gIɭޛmg]=o?ۖz+5lw{7g;?:M畁r|jeDΌ\xU^;^}vV cÖlw+_mk 8']?mM/ߤG|ѣuF滹LOdˆL10_[ u{CĽПX/Yzvjzu]g sGԉV *D̋C&QT^5\7䶿|Ԥ|QO/w/?7ndEF/xAo`¤r5yX6~ d-P|ԇjWUޙ七5$Y0'U!kY쩝o'yL;>ߓ;~F=j{|FŌ GᑇƿW9mG|~4Gk=4 dF4QtDFO;YU?ߣg2gW4T*hOaGo'mmMAEߌD]BA}͞\m*(g<%׼R8s~Z`Hu[.9X8~0VLߍ'{ ]DHZ@L lq4!'&""ϟHkD+&,~U/vg_lGYvΈtF{q<1xkn>?3#ϱl`䉷F1qaYxUK>Hflxë+U^,XN6-"膻وz_IӲϝ[x빮l8qEFh`c63v It_\rcT[OG[80+k%D6! ΈFnOcE7U>6/˧1K3x:hbukOڑ@scm{'{Yϲyx|^c֪Cͥy{[ܳ-{ ":QWh>IϘ~XwfZ?\>WN?KjAO~3{z<%+&жA͌'jŌ0`j&\0|-w?=3n{5k˛Oo`5hs<<*7O~b; ž)~㹞7}hx;f~Ցr9k!?G_ᑇsCO1mwTʖsS0oQCZ?[g#xу9yFV`ۖ^z|VEDDDDDDD`mI@"""""""""Etf\3JJJJJJJ]KixNp$k _VFnǽI_ODDDDDDD}|%i#ҥ/~!@_5<]' OM(U)OT`ԨX9?xNOdGԸVU?1xW<~Xz=r""""""""&e\(ϻrn+/= X{r7# tN{`0l87=oY4(Of`ruYxaJQ;ʚ3UFYq=؞n!̾<Ԩߞi*+FT(?1~Je\I)8ÎfSFI`.N/5c4X6%G](o"--я(R=WaG5X""""""""d唫قSJ\xցWm-8V5M+7lxƍwԿ4i*ͮGT)ƿ"qs+ɐQMC!""""""""ap8 ϝ4b""""""""R yxx6o"""""""""E}"""""""""E}"""""""""E}"""""""""Eb!22x KDD шfDDDDDD$t7K?~OOOqss`0h+VXRRRX""""""^AD||<+Vl6+'"rfرc!"""""OfA>EDDDDD '""7baX,<˙fj֬k\wح ,2-Ǣصj*ڵGoZ+-1-p6!5WW[j֕pv=o6S!nKvXv ,Z9sPl<̙âE03M0|ws{L%^WfĻs68Owؘ?v0SXɂ ,_m!`75Gv,e䈉DUՃٿ7}1M8^ r~-!j}{ #jX> vRuw@6DèÁMs8|͟ce@T%_{HIs>"^:#J efO?йsgFDDDDDP  {2tP=, ҿ; mL[|ϦxNUv @2E?|㹧0,2t`8` ԋ.FPhhOo`Ō4 m/t'혣 G2anU1Do"ĻfoK)oke\u޲ "^2/$KGp S~'~XirYU{c_#G}u uy3v+cת)y|u h:V61ey_oLJ#xfyʞ kٷ>WHa`>c=GJ]A%~H!|un;8n`fͷK GrR߬͞8vјL~T*U7 &D;OϕZnv7p8 513j6 .ku~3w*V/6y4 Ί(VJZynmcI~YۺN|l 8[ ЋܿΪ-$f"nqV};T@&|6aLnfLѣLj?|uI*q>G K_>% !$$+Pl/jW5`};mզڽM/JPR`z/6y^Vp$;%6 #J8rmͻ$0_bsz3ػ87u9[ߵz+Ԩ=~,[Uf~s_'7~ÎX4:kgSg}Ў*Z`` uGQhiii};wVZNyWV]Yp,དqOp me""ҥKYre6jԈMbXؾ};wu("""""Mo{Xu@~]wbܗRXDD.hڴ)M6U DDDDDD#wKgHaR5.a2X, H`X0 H>̾KsJ*Eɒ%V""rs9N>Mjt >%DDDDDDDDD}WDDDDDDDDD%DDDDDDDDD%DDDDDDDDD%DDDDDDDDD%DDDDDDDDD%8wz/S'Ocߙ8d$[WYś߈ܲ-%bfI%1):o3g-!.5?U=ɓs<.9Cۖ$roWۗ3}b,.Z^_κs#sh2~mIW]M۳&ynܱԁ L+cX_O{==1,(ǩk_>;Ǹ<;{,b9={Ϝ[ac?6m.cH?żisnjǛ6&"""r+1}l(Jm8 d-=؂z5JyK6R.3wl%wOf̹qғ}JQųe_TtqhOcݢJUr-l%svRX0y$xt1eamv,ł(_r,DŲڲvRjYi-l^jwR[V]A^Yu]O ÖQ\{)fϜݿ,eݒ\Pq<_h!o sXFɏr^c>ۢlT,edѬ쏳QBiOosa,O`qmm۴$`2n6K"[l#b\ cq#=+6mgm|ʅPۃ{6qOe+f0^+*|c=&̞~$Μ4wBs|Vl:D掊AO*%.ǼLbڦoOʶms#&3u6TRGIΚOG\%אUU#c[J{|X<KӁ劳|˶/-)嘖3{Fթ}GŬO_bNcrBmc8t2rbWOr>,j{MvoO[z(ckcOIsJp{yz?.aNsޒ`H85JE<| N~ei1۵y.%TJKkL| /_pK}1B)߬6FyHv|geqT)븑}JW(Ɋ \/yK%i.zS9PZșcs$E?*TVϿP;(mv] )ſw:.;wȶ xylJ^+11/ܦjy_13,f3*i9 I\m\DDD?77 seצػ~518_mZo%g8 ש!LjL1􉦔$:.ћ9BlJQǓ͌D,Jf4^C\+*swY'6o&'unÄ%J`2s[Y i#x IDAT?=떻nٷSYǝ=c:z1>gF'"۝t0 mch=ֺlGjB4bY<|XzZ0"9{r;DҠa-vlGs|mNe.[8ce7qQu̻9S׳d}ChP1-wutk>X}[S浫gĬdILFOTĜڛ}92g\c21,} +/e2޴FǍN9 #j_tپ/>ׇgQg./ؿu ]y1rfN{j?_+8Ӝ:?Ԥxv&4qG Ѩ1I׻h;Gͻ%}ط9b$E{oPqr|C.鿍8-_ˁ# ǃ8Ou1QG{Rl 4f0[tW4Iq9r2*5SItx L!+b{O8LR!7c}FlJ[X|סII8_aOW^2V-Ñ ;wyz?.Ŷer^eUKQ>Kr/bnGcgcF, $[H;ƒ6W@_|.bs_{}i&7v^C4j݆>Wx,(br1_վTmK9m_ Swٳv $fxbMO`0`4:ؽf1ۏyMS:bftq|ko;d;~=xG}%羙{96c.wF,M۴&v*k->=!29=\I$--I6o(נu2޵hbJnD+ """"rmЙ}Թ3GHpxR8{p5JDg\>ADDDDDDDDhPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDPODDDDDDDDP=6=DXXSn?rp8iii}]JCH``jrx]߆-DEE0S*$XzS֭P^y"""""""Rxxx6i\1Wiw5|e;gdSS@sO`k(#(n]{#nm(i=͟6a4hX:;ޤ$C4yˉ<\&/#fǿ Mmʪ_fgsc؉{wf੿'$QkK^RQTT^n2<#^I!B!d ~ep~GLswܿ^ 0r yUDž!;*^&>/ٹ^|rB0G_[|Y3zg5I !B!B@%ְ[ȍc$(B!B!?:dO!B!B>p1,w !B!BObB!B!, !B!BOȯjRPP@HH~~~ղ*B!Bqiood2QSSCRRZGnY;Mnn.FJ!B!B\bLj#~>'デF!B!RR i|FU!B!B~BIIIaŁ>U >Bj&.''U CUXJ}{cwIIIwDžU*_̽=V{oe۩e͆lν>{w\U~3&Uq״gϻhoQI %L+ai)k{6o5B!Bqi#!QWc͵TfigϿSA~x7ke+2.&Q^^7& 5Vwڇ@hpoaSXVpJڪ%s&^zq^i#+G5^lU22":Iu9G[:^Vޭ3& =*/VEqu}=)T(K+n Wfwic1?{?WE5oGiέWxY}aƉ^G빪%nFU) Qb55nMu-8wVy[rd/ߋr !B!4b_6u.;o,˿v|D/y -|7vō?~;A0.b-o?[R·~g<kN-DEE/Z;<>}ÁV/_zIfӍv/Ώt#T< ғ3(o+;“Zy},lGicPv{9?_b zANE9B!B\T|գG2fZ%Ցyf{f/m8ZZ;]HԻ !B!Ç5jyߗ?zbi.>!B!Bqb@B!B!,FSUU%tãB!B!ppPUU1^'V+F&l6 !B!BKZ& um}gB- !B!Bq;B!B!}FB!B!'dO!B!B~BB!B!'4/˗Je//Z9m iGHVTگWRܢ!1. 5:VE,_$Zb"&8[9OHuC߫Ԝ<ʲ;MLR[mMUI&W&r`w=}Rv+Z=붏}4;.Cճm*v}& dɆ#}߷ms_ۮ- G% v0P_O+ ضuM>y&)֡Rc@^CP𮲶nsF,t* {׭آAH͎w@ sNivUn߇C^g7,/Kر-Zaj<RT|& uھI=.I+vǶ)>Jq72O{3[-0[Hv5"TZ[~*7N8߽^e@U۟\ S}J"Xټ lw@ KnRGlR?Ud{;]E[־^0w?]{VbR"G:o1k*1e؜ +8};+V)!wcL{יiƙ$\:6G8vpM-*-g:gz3AuFjsr޻9MHrO 9䜝'[fVmXÞ#t$'֣8+(,i{O[h{]Kt_bu9d@ nanP{kUď+ ײko6sH`N8g`v(l;rqqjU5/ԑ|Y4R{''Lſe.;Qhr@k VT:̺QAmtYb Sf2yp4eyز'g_ϐHv !B.ƛg_YIC&]ͼygbZ#oVs[goV0"m5399Ro¤+17bkahl&$E?XnNZ -u֬Mf;zFƄ`mgdqYFqxON:#kC:'PopnjWCLX ,fթ!+] ӯcl| 'YjMFZKg[z)nO!ϋVT%ٷNgׅ>} c?a$,a8WLާBǐ}m=Zo`Xj8ek{w,ݕJ{HLs`S*a14L n%m'ObVIe9j R16AmkI6V|}?9^8<}4~7Ϭ+FsR޻;rvr󜉳'NJm4`XXg]χ WE^O=U)[w!|V>oii"!鼋,0`uFkP(]xF5q4VmNԑCn8*w*ֱ<[Wʽގ1mnr2w9Vi~=PS>[6g5OXu.5VSR1:.⬝>\f3 ׬!Qz6&E2ƫXf+9D̽E#B!ž O*a,SFVj ![@sm9;S#)/J/`_N<Ø+_q`:꼸zQv8j("}># ZaddیyDEN .ԇG 묿4~~ޱY5'iSv,X`,9^$Ev\$U '64Gˋ* #د0 wU(zw}ueO/1Eq~g;<~D15eY=qsx!$'z=5om1$L gC:Nlh 9x >!BbMf.ZMm|aVljbH<7y'>:Oӣ552j*^Q_IN?30cd/%ܫֆ:'r ޗKcv8 c֭ i9#⧱qs^v£ sSLJ+!0H6gk$8q~:/X=ٙvv[+2첉֥l<2_du9?yrq@~Z)-;4_Aݎ;kr+Q>ٳ☳>ā r9^-^w~Z<*"8/|4*:oρaNce;cQkx{CN@?*yFoF\~9Z}G!.Dبi윏߂Ϫڦ1zVLv;%Q}'7@s{uq1z*n }B~Fw#%*njtrd~mjZ˧3vp uTwv4z1^6!m+/d07x9C/oOKsC1(&cKxyjlYb v;W Gqì.pgrr6,秩iʓo}tZS1O*{h= F*PDDBب|Xٺj&<:C;IϪ嚟\OH!BAB!B!bZA!B!BAB!B!'dO!B!B~BB!B!'dO!B!B~BB!B!'dO!B!B~BB!B!'dO!B!B~BB!B!'dO!B!B~BB!B!'dO!B!B~BiٳINNEp8Z$''ss؜S@CE&w^}5ɼnrk itMÆsw<Ͼl[2ߎ#hatW_$B!B!b_7J fʏfMIf>[3vordRfຮſdz>qG5ӧš[mϷaLFnKcdesx_0ͭzh@{-x(*6 {K$B!B!%HN3KC>V:b3I=pC)l {|\/<ʛ( OG<@{{ o>; ޵Wo ټc;~3FEj(;0?}D//|c^ m ko(lw̐B!B!DyHz O?c3+?;4CGxwY ^}Bq T* fs힞 힌H ,f ~j5Ͷ&*jrl8}W</uHï7z{Uiy/~y󯧤B!B!.qĔc=4pU t}|5㮾(-3~U+X{ERO/A>6Â޽Q0k\| Lu=ؼ3ajQG __0E=I !B!Bk*U,=&B!B!.J?xلB!B!'dO!B!B~BB!B!'dO!B!B~B~ ՊhKKBZϏ(ZD!BKk1 xyy*JD!b2!B>u1wj'B3Zp9"B!|g*JB9 !Bqɑ>!B!B! Y; Y;?#%n.vO?!} ?-9fn&c_UMmgĪX0c5)))8PpT_ee,7}u?|#[gxYKrڳ%Y;xsX{>[Kёm0-x賿QZó}¨#> Md¯(7Qt >u8@1赮e{x14 LgbHWNaC M4i(y›_2|D 9&Kgz:\so,r3o@UT2|*ƪg;N;x[ o}ɤ+'rtL=]SeV6x<^u֭ؼb9l;MW8^_!B!|;AԸ/Y ='x\=xoo=u^ꎵհ%,YȿyFӖtgz%z!Bhz~G㯏p Fb_;JnuQXJѐ-h5}6b҇n }U{+3߲dr!#vo=utܚf*tu,o:c}?/>Fg?g%XGw~ӯ/7<~yzXyIelK̤[Yd mTl',Y9sű꟟PrFV]͋rSh"-ZS~ƣB;&蝿YV9eK,{fpwmpe*y4֤P|x#v^;t0t %KYUxFߝ?ssuXe8gq>!B!,5!]^:;"]q8LT761j|,I&7x{HII=9gQ9vx9{wM%+dW;wu_C7H=fǯVZ#-v{xAA1g>8 8+֧kB#k 4X]FH\xЩB"Xwj)п~B*UGuZ;v'}[]+Q Dբj}<,Y̜Qq4UGFSgb-ꠔafl8¿/eqj#~p8hkbJJ Xs,B!B\hׇ4Z4@qq g5 ʨ.o$0l<#?1wCp/@c l#>^6{XC<8ށ ܞ2=_o:nfdt`+/ u ,uJLC'12Пu5.u+v L@ph6t>[8PPNMyNX'po#^go#%ݴ)),t+c6Vc,9-?b"7NvV9ⰟWuw0л_~*j̟E&,&Zl6"#XI]oVl*jάCs3seak{A}}7۾We3 uE9lVZ-Ϭo>㯾Εd^$o~{ %w !.MVÇ3j( B!S?x:ye,RyǗOw)]Uz1!Sxw !B!!4>!B>!Bq\ wwF`Z%B!D?eZQײB!D$wbPTTDhh(AAAxyyI!br $w !B>w1'}B!B!BB!B!bB!B!, !B!BObB!B!, !B!BObuEV`ooeך,]v9zG/dlcɲm4[۱Yhn1sY'sYf,߻,nW˶⤿66_)VwsV^J.yمK.zsݹ*C}[g['wN^,Jz>ע#|jjMn9lfeܖ h Z-]^Vp Dg˨l1x(\},]np:{mCa?Xtм/_26ُ(>mڙC{rl&ճiJJZ5$ĄTUkֵz }ˆ Z͚%i%ƯW[I\R^S m7a1 ),^kZXd9GJK{K+ZIw(VmQppO&CFf4caW+(ỉl~dnY:+wgHztUdUKVb&"0 RUlfbĐ9DDžX*1ܻM1Q*ɤš#>)Gs)+^EgMdB(90dQz-ۈo|=9yl/66 OmjrhX}1Xz"h(?βІŢm58U+|X-Ntڭ W8wz3ddU3 {c Kޣ<9\\OBb,=XfM 1a|n6Clp%&H_,ٓ` Y{X~ =6b[@}I&KWmDAќJc_cr1vk_bFYs0R#뒂n̺f! "&)2UGz͑@/[qhSODGyQ9mk[[cv`l*7PgОL G]ÚixEaAr{JXjNߏ=l0;RW*8,]eNgSq)ϮAZ[N[T]axlY@\s3cֶc؄꫑^nC'ݷLn/~7]\rP@/9r•щxT.=-]uUz>JfRntP]cwΓ+mbsչ\_cCί>Vy'Pjrx!TQ=0ySC:  + !Y0ȥĠ#Qu&01(~9Н㥻qqwDx+洫sNjzcW[_ӹv^85hO;f5vյ]٭yϏY擳9w?\<<<~:zsу'0;wvm[-h 3C~xk4VjJij+hrpEL(UǨz0d,mXT*XY^gbE}ev/\=E PTW\l+ئbHǩ,6듘>y8Zf2x[k\[LE+"3uU1Դkus2z/UUuXUބڭœkԤm_72 xO pWm)+TwCU>&u:!>:,xUP>65'vA <돑zYHAv'qhZXK '2Y|"k&}4̹F{G:JC 7F]CU F$ϋVj>IMˬBAe-Ù2:6†rnU(܌X5a0Q{Bw,ӣ*HW!h 'h=2{}b̲ݪ*cD͡inxD;ɥf=xc%`'7#]sҷ+`w͵s]9;x܃X5qH~z4*C"8X9bVn{}e~8IߦypBݣ.u7l0m-}PfEo4ݓ9{cTMIM+#*\~}Uy@]su}eB{pN[>9v,ܟ܊xF{}RU|3v|c rr.tns>og,75q*U/`uW>a}eAɶ,\O@ Mg_jO%DPS_K[|uү k0nQw<񱵡&3c\0"Զ0rl"^S ֬Oc7rrNRRbѺs;ٷK\,s:GuwmyJ͡ݹ\[\YY\ֵ<8sعEߒ*P(.o"z*@C@H:#&lfҷbNb(kzPo, 5-|4>7ؿeu8͟7_/"҂blV뚰Y[ٷc'I u͐wD<8__x!~>xycnLM1) .ꠣd1>u/E,;ۛ@`4,M|~5ŭ>r\RnE=.2ކ|,j?u'v}"Ul2˻ƇA<ʙ} =\>j?Opnk.?w##4ncb|/37O!'Uf|?>1G?r;' M Ŀ< K  C h{v=eWX[hX+cxScǎzVٓӈ \=\1g&93}6h܌Cqxrz70hzKJwч9ݣSshokN}E[;(e#m1N3.)e+W!mnH_}j'0j$s(+WoָJCv](qa Ѹq\<<VOEx?꼥s ):,bqp.+}-debjwIBͲ | IDAT 9NzՍtyvW n'G?>w6ǙW`aފ{]0:>9RbROդb5=KkC ?,ǓZ;>k,ɧ]'>\ʴ,/{ss09#:^(V<>ks={ǥgݼtscV$Ϗr8.OFb63.Kt{ۏ?$Cve baN+ź|mmYNXr(&U.ۇBr[#ĥw.c?GOamc Mfڈx  HU&!2Y9uGN5xw}9:J_䋃}6Ry2k5 wGgfw}($%>B\zB?s եԵk{!B O!B!B>p1'?B!B!>!B!B! YB!B!>'lf2h~w}jNOPL>l)w-Vet cA>l-m߻ooYR{ǭ [e/ۋճy.\ΣŗlxB!B\xϸH`CaQq5xڛٲ|=mItdlF֯BY kcǶ4jMbM#ЪS) &LnQUg-T|& QmCS{b34,kQdqLT)֧M;7[Oi/9Uc'H,}N˨2u>:: aIxu_ xl^6; Ot2{Ks谚غb=1̙:5*U|͔D۷flhfNab굴Efa8l&v^)j& 8MU[hmYBejbw࣏c+׶+n Cn1Q¾% !i?NV*з0[ uk)hP4fÜWJ wh*mpt14 *LYGCFZGBd[*9ms-޳C姍J:زKG6+Ż"9*ڲ'=kU9'%rdO*3{׮U/e؜ +8};+T-w#<̴rqxrc + c#Z٘zsޫ$\SJYNe SQwMafҕw[jCZ|+}l_\Bt: !B!dObd8m61R.dnTCdR ?S>+w}zv|=ًI=|Shf% cxQ/CNSց݆ծC] Cg3!)CnVnp+)Pi "[CMlٜ鴌lK/e)DyRWª;<>mE͵}l%c57ez2H*Zc}ٱzq̚<=$kV~k-׳7+ 6ʚڙ h7Rdaјk{tJq6Pؙ32&k[='b4&{rqX0ԙ=!ҜNUPիS=9CV9x-%- ~chm8U;(m"0:حGhis+Y\A3>7v=*yzR1` clĈi? ScWnlx轝ÂԬrOL ]biq[jsP鴭݊H7p|$sxA|3rH[}iJjcKK>OʳbVIe9*èTMolfD+6uOUkՇ:ڦ dw\Su?p<w㋫HNB!BY35eIBg2qsx!$'z=5om1$CG%qK sVlޯ һ%S-K%|t 묕 8u4~zj y8" XN^3h-bgjd0ExE )9_4!~s2ũ;+SKeAADPm ##C4Pf,>3 *rvWq>?8c}DErjb xEq_YR3nV*Û ?1@a6bM늛1wwcrKO#c;ߠ8c.Q3A!mwm]I{qiڶdYeˑeN<(SI$i&jĿmV۬qlٖd-Q"EĽ'!"%%yH3s av@MKq~&@uYiw"^! (;;h}^ܞ^&3u4xMLOb]rhu~DmS|ش8 p@X cF҂U{.ƾȠ8~~_771v˰Pq/q}zW6D[b}h6u>$,4=:k芽G\| mtm_Q0Gt: Glu.g7wdZ9t@_'1s\Z:~Z6mᵗO3^LuR~i8-&49Ss(yo+.[]UN$>x w͢r].|0GD\Q56:=~?{xI#Lσs)1 Kpera"vC[#kCmrf{_)}< 7F֖[pۈɜqUcl6Sw-oJzٟ0S(ؿ > 6'"""""Wʺn(X;I!17[Gc9ke#{"r=-l]7%c;CO,!eWmj:('""""""""r>ADDDDDDDDdtPODDDDDDDDdPODDDDDDDDdPODDDDDDDDdP/(meiP_~?u*;p &Mv76^c -gʹxQ7Wߖ#Tv"^[MS>[wGg?ݶPr_~C5?W_]N]/UEyAvPy{쾩縕 Trt˖o{˾xN#g1 Goq]k;jύuބjH+t_(ʻbgz_|Tsnl\C''>>HgX ӧr&0q̜4?S^_ O$:JU~Vm#">Uk2@{} +^/*KOj OWkGZ>.[ABFj {SȎo Z~7WpԬ4x{;cRH m$Z8w0)-~ a5^C &WyVqTZϟw6L^EBݬ|d;WGfz"gXb4]A}Kc2%'Cݭ58vq3gƩ#f1m\*F顲nNLp NL"&BodBWoWo[ؼ|5-8=![qfRYpCu$%9}sx{Xl'*ZJw|v{ I0He&Ⱦ|"ɸ$gCl~T;Vס5*3w9rlxkesGl|k%GHNf<6~e=-!8=_g˜1:γUZcItzܽ=-#G7Wp4jrv:L9nu> ח#(#+N~vzGܯջ}3IQ ǙC'ztCn.[Az1>Oh5E(>=lx{5m DHsbp' O#=.B;2n}4 ՖϢ'a1t5S^N]t4QiC1ɤ88WY,zls vg$vn $Xjh875n@~qfhxLqEEa2XHa^n[jh5Yoku)TMMW2Ak}F>D.F Q.<=x &Yjq_ GniJ$뛡{Xbl|T˞쁺Znw3uNGSˊXHNv1^_ʚ{Ĝrh`i{hkvu45ہh1=- CC#ٳ} ;<rxxKa60 BKw{ VmdY&|I9>_ Ęܱ CLS9w ?dܝ+P獣0 Y9"49kircl)cփL^}yA5NPs$0 YGXibqy82ͫQ+Ϋ(50;vQv?1V1 QILt%پ0/R.<~ l=[K}WAkcko(}N {Hɾ˴66`&aA\K fMgӉj l?N&Fv>7{ܙN\^ԷhE >4ist/&߿Ae7U.&/0?[~~WܱT٦yw]G?NFGiR@s)>ǘ7oOY @yQ~bJ6966~0o<+sĔTN'^YǤ$[,W~y5M̘1cFٳg׾”HW0ǔ컌+~2غD\̼yx#<ʿ{2b<Ͽ 5cҹ||?!uwc09yĩ՗> y?$_~  O~ŏ?k_ˡүP5NYe5_zQ*wc޼x{+6&m#*|,Lo/ k^eSdF_=xfRԳ,][ /?<odgw/>/TwHCC Tǟ|2WYw| 3Ƕ?3~K[l/=w4tik(_,7h""""""""%Z7~?SICu!_>=7Tۋl`]ҥK|Ҧ<_|柩tC +ygc.&wҗSNyKy}2]QSg8~+o;3a<w =mx}lGl1*oxZM+B: IDAT~9r0AOTygsy£YvwӃۋ?j""""""""%_;N\_0tzF\#qcXy|郴d 0X'yb,n-g[#O2&~#Wg9b_#Oî8>OL&U+ Hg:IwW/&ٌlfnޟ(w [0$F^q-oS6'L [K.}"tXՓ؍p_qPfYx8Rt飵wӅ'g\WH.u> Ͽa"De3KBODDDDDDDDdP2QQQ>tP ˥QI/Kmm-pF"""HLL)WDDDDv}JCO%%%%L/ʾUϪ7Vl!=.3Z:q5Wu4w7;(I9ل[nYWbZXlXu .+ EC8bcmV!Zf:oI=no&#!jxp"dlݬh=ϑ7Wc}$d]S7,:vlXCSXtش4\+kc{;~_c\&CqMm|c,&k>7#1.,yI |e X&9w }<_fGgso`w^8~[Ņ3?^eG?>-ɺvz}#Ёf_FSw5Xz97$F.=$lS}q~gQD-}9g/5>"\cWii T֊ ؒ2uF.{בiG2i^x>yKPa~ uװƛ87͕;rdD"5s{$c0׆kvYa:NtRmGtholTyA&{㹣@{D*, f m?{2aٿv-edziIǚ nl}㞅5!3e!RS-K&dMaZ)</^yCHx@boR}}f wT7U| ,k/t>_{Mi$y['hLM寓=|ry^hg@\dj<6ӠV)vNzM̍Ʋ|)Ӳ8W/8oͧ2iihoWS83Ʀ˅D #@{֬k݉Ëe ^X ;1Że[-OȘB\C7 |uְn,d.f˾"f?ܐ{b<%'/?ͫcӈ׵k}z2㼶Kgbvr:֖]^co> d Y~ [7.i$_l~u|=", f4Ow#o /:H|i)g )1ajצcp#ZfWC6/^X,ȾB:*j_ncC|6{p.k3sdzo 7g8zzO3p BO9>r i籅i :,퇂\w8F^o//,X&e'ߔQ}[tiae`X6r]U D[|Ioeumg綽rs2ۢyg(;,yz1֮`{̝G5D.7s.F5`1'-jx}(7,JdN:;عa79|tu5cN$+3yLvZ =\O=MB₴b="d ffv"{ygCc_ZΔ1{gO%qQ˹hi>cM<&ي?${=/Rvwߛv&gygmikqJKe:EΚ ҦAevg.&-xicjboj'2%fP\8c05kpq,H9u3l]}-G4cUUGyc߇o`Oi l ox/k6`Zub,R^DLZ8;Vo5E'bAS_{pN5a&Xr5Uh #9nBիs2;!cv(gٖWui^6jM.faF2޹SuI,y.lKs6uM~lqp3_j>~d2w8ncF>㢱m~9. PV_[g/aECK O/;;)E_t1uR&IaWv9O8Wm# Hfc6BMSy] <`N2ri pGj,ޞ6XO~J5|ok|{[lf\g10{gy<5v ~;!ŏ5[)'el>gqTƫ|11k̤X?WnZBV|ȶˆobk ΩigMC1j@]:=~eOC dkB]G)Π;_G3jۙrLHneˊ-!37ZwG=j۱VWgü¼At5Q^N6זkdD=mUg٫1Y̘wd&iIpM!kqjm87"u?i Mf}ؾW;-9#3!hc:ؾL't+ Ϋ ׁuj;=1r7W7NC0KɖAP߀[} j/F3yjw:.v#âIxֆJpGR,uCW[~?k v݄pPr]HȘ Ą0ˀ'N5;sw ,AE}X~S*ֵ[ urhaZ{zeqcs׽oqp!T Epx;79ԇB^GG^jcdLBkDn57G5v‡KtםKk7n|z;|i+_oG=OÂk\Ǯy^e5g.-f_n>}1_[QT673b&>y$QmA}DQ_ {Ll>sƣ!Eɾ sc?PvW>i3=RZVTCLT~_egk͚bctm_H#:#l1pZL)䱱A7=t@+q铘yC!zm浗O]l[GqXh% 櫯`uFan'ι\q-q9ӈؙx,*˧ :qzLJ}[8VΞmts.>-0}]WGF2L(M|O~ ALjN;7pť`뢫peTn=Еuϰcv8ro%͟Eـs|,RW,ږ.(Kr" :K1GqٟpX,zIaPعs@6ߍ z]{BŌ)q6dPrlyx%$XΚu{dǻFv[˺jď:BcGϕi>kAêITwVδXu Y|T%,!H?}ިf=}"""""""""7E%%%%{Ʋ}eUʹx]8{W^yʦn]ˍnKtoyJlv:AqX[e`̖ot=u?;T;H{Xѿ7jEDDDDDDL/|~MކU(n&3;x8S2q:Yl'*ZJw|v{ސ%Ⱦ|"IV o-VN)x;֭"10g9Iqj`ͲpV|fD;TPAf,_C[xIN6EYlUn+1T;j"31,s,rl_> c8ʷVj%-2uHʈ̡D5`O]oR3\yZIqDZϰ|iąC^EBݬ|d;W Z^~ގhؾ|ڽR3UkĤcdzW3l;,7d;c#e+t[.}.%q&Iԋ5)%9X;Ck#}Wu|CW([_ `<u,{o"RW@g0q{L@K]Sc`af͵ghY+-y[fI \ȸj YrjܗDsmqYy[E;3d^3>8(f; QAmioShƢa5rl!oYlPRDD$LD}kc0O9: ';%2M#ʑ⇌پ]\ 9ƞ&?C7PGSu̶֗Smd Ithhot墹|a9(^k~6WK݅Hv< q׎ IDAT1N0,NZ_rl׎s4X\=}wC[vlN^e2L a|I9>_ ]ܱ CLS|,#¨:[3!Xӎ.7 ^XYuPWUN#h‰n|fΟ-;8_\3>XmP*K[H̾cLÖAӊ6RǦckhz}=MKCfDKm { p%gfՔw9GeӋ15sj@{ÆlhNKsu1F|}P_}y*uځCGe1-+zA_^CeY"O<^֯NKGKb}7N\.seDN!c.$5EѾ9ƒ簇,oFVY3Eg_ e(7d;ǫcм ]s @oO=^ZjJغ0 a_^׎j:-՜:UDwO!xf(}nd }FZF6HwbڨmgӅzo%V->;B5ed$\{^ PQp ?ĝ1)XNOÓ}(d(d(d(d(d(d(d(d(d(d(d(d(d(d(d(Jfvn!o|~EFɄx߯hd2a4@RYߏըml6+'"jDuK3osL""""""rD.RC^>󑘙dIScދ6|?/ܭNUUOf˹:`BSvO~c?$eW9̉J dS͌r1w?yW3?bLDG{C f_|㫟eLT8aׅFtlԧRVǒ}o=`e8?=^~E_gȈ(l:Jz|_>CǧO}`l|ĠrFZǮ𱿡 ^/0ѿW|a_ /vz7_K“K}g:LlMac&o}ۼ,1IswTW.͂b7DcL&[\KĎ5+V]{o(JbDYhJ""(J/.0Z-}s؝{Wޝ]fOI>̈)Hxi\9O_+ms9[ ̰HY _DĸͰ4WŶ2fvc~~]a͚ ]E-sIw!]zp@M! Y7o 68xp, !B!"/fVo @H_?̡Ϝ4;2&lY;v VK! 3no7"ME<' JEiMcۃN㙻XXg.Xym65~;پ6/ۮgZY[gO Go|JeTJZݰcat MaaQI bLܟg:{<{6}&$`Q ً`USi0w^#ZVfwiz*Qpbǩ;r/BqF a*{lTumEA ]<GP B!B![H2s>ʊ捿\}JYxofӨr =O]`,1gJyxJۤ|5XVv\DTŽt{YTW^Mz*cez/5,]}6i+~$j33B!B!;Hƛ!ن}fܲ4hO25#E`TFa#[ne (d ?r""i6dNJXگz/P Zm(sf'"1Y-6+Յ6~wEb죻gٺ"M'7fYRFQC(1W5 Al<#шb?KOc'q;>2zo".YQ *3T@RB$Qb!B!&w鑔.RV[SU_;!B!">!BAB!B!9, !B!BCbB!B!9, !B!BCbB!B!9, !B!BCbB!B!9, !B!BCbB!B!9, !B!BCbB!B!9, !B!BCK^B!B!2ԪUˤcjBȝ}B!B!BrgB!Bw?qW^B9|!Bgɝ}B!B!I/BbB!B!9, !B!BCbB!B!9, !B!BCbB!B!9, !B!BCb_ Gڵh4i>h[}'<&.HFt1o©_O ".[;!թ+b^ٖ czh4:meGh__Z8:aN8w贯;@G5‘KwuۃscvganTְaҺ&hS !B!$ؗ Z_Gϴt8?S{kqܽto9~Ή+t8 w1NFX䳍}Z]cF unFNVeDW6F@Xfְ᜽`]]=ymZGP8}h}uGs6хC OɓDڍ]J[ٽmE,3 !B!$ؗ vN Me6oGAssZq~ڶP|6O~]'rSfyYfʖ]4-@4?`qnł?/_ٻ{1oN֜uX>q,=9#żg\?/kxIs_BS3URޑ G{ ]]L[siVPdAui#+y\:eu_ʙ3>˿;jXͩK /2,ӗC~g9~Ѭ@ngB!B!y%YrDZ}Yn)EZU'78s+ *q t-]X",;36S@\jWVy]%&Ns/*+Zc8}xO?$~#y@^@$`[>ǼYT*c Ti?N_3.~qO2{N,]gGϯ6c9}W4"D~Z1YGhs<|ɳ`$%"in'&%Q0)Ԃxj[T%B!Bɝ} n߾iؚ-\$Ƀ`޿8689ZX 5uCx78k9 #3<NU{r0uuLvoy*ɱX廉S ږg DiNuQb"JL@ɒXk9yc!)){!)_y#<v`tk ~h {@"j%#IOBq6,sFR(J,gy0kɉ~p8-n1V[GF 0jܗZ%T΁q/bW3.>7X;{iTm\Gs20o~&UBIf(YoKzymB!B!d}B!B!IrJZܹ%0B4O!B!;C6!11?ժJ`i'B!dffF5/C! !B!BCbB!B!9, !B!BCbB!B!9,a-Eg=o+J圅-GPP$ Y$9)#вpFĽ犟7We\xGz046mlZL?~vrr4&BЪ8Bq8rv]/!xd/ Fq=ٿ F ޽{EL\MN8AWM7M=. Ss:8c׹[ْʘv :FυߥMc;M>33Iۣhh4ԫז?=6>&$4$%PC!^il8HXD }hٸN͹%d- nn:s,rPexNzqVblZR}dvWSz/vFSw/vnX\#m'M=Ƿ?%wtw[FBYؗdɒcoW vcooOɒ%)lG7I07 gs3Z8NPn]p:4 +Fܑ4]YLʻD 6I'D'+Dmzh4 .I}8p`.[}:-ˢ^[ÆqH\fh4sĝ8'͜0 ͜1If)|͌;w2]E ݩw{gڭ!N]rYT,ITlwxm|) M")Oj-5I (0tS ۲-w t޹s7RYѦs*oę;j)P+̦m@P J3bz~Q=KG3>+RO/%$cC|7?t|?%m%#[H mpF vx17عQeR?AӶ?kڔmq+>N-p #ܲ.vfR @ГXΟndd2=.Tc2Q IDATum|f<# '2lL']cx5ieX+Jx[O cbC~+sQ~\of]գ8|6eYщssEv?٥WyIb5Yy&%Z4ݺzp/{8Qp=Xҙ^B!}9Jex  ge\]]]uָQ_+^^+ٳ2>$4JE)"<}Zer|"B/3gF;u9uFo^S1p6splM,'@Q[;q-!_H{x6Z)e[^~V?FƾXAh3[~LϚıt>h?cҢrnVj5!"tݽz5^ן&*"&+~g)L33MyTQP2o$m '(Z7]{2u YL78 66ƀ2~3ݟf߹?w,<`ii˸i17'D]0J|d˵' OJҖ a6* zDfKZ(3 B!d?Mc{ŅU[0kb7_۝cQs8, %X?L򠄵+o ޯPvXћU]X<+,>e¨u?9jϵ 2 &X8|:#P48Ȕ)ڠ'uB䌾k 5a[SԨ$X"ר;y!)gFfo/j2ZFYYYIcBd5'B!o'YB#= B!B!9, !B!BCbB!B!9,yh9}-Z6LtEѤ9- ԯxG6ߥ9}# mc$Hcjdw1ex9f-o+s~jJ7ڍ6.]СµYocbo(t1ү+G.OzđdTqwY0uc&2FÚcuQfAԫ h4,!ְ!VBݻږ#mz8=h)M?{=KGڵwZ9:T!s,|ݏqæh 0`,:˿nϘ5qş;Ilr2`˨Y l%60bOp5_Op)яЯ Ư,Ĝ~I҆1ݵ7'n*>/~XK뮍%xՂ6~\[&6:dWB.c,nE`],zR|I.>WSJ): Mrƹ9ٖӇP,O6ԏ|S#;ו)ep-J1k>kQ";{ #9f&_;qcs?>)ع^ިzn.Dѥ7Tl.Jm{|<Fzp7\;/2FqT/$yϠn-TV *qo3=Sgf카Y.S}WXkHdz?k$w1SIf!\JU Q"3&}X_}sґt]zy_ޣl?=&M҅jcV,~ Л'@B=it^Hܻp)՞b) ڽGRyKFw$&"}:T'>>S{+UjV(= e_:}ۿ+jTlSb ԞyCMgۣӿQSɂ1N 0Twroj_/={PMtR#%e zۇ2^uRA~"ϻ4^]{~? CN_i?WOmSj:8(ze۪3>|ޤTFn888(=nTbXe7A8BAޠxpLqpA:arq5Uk);\U;heg4_;ԪZuWߏ)CZ;)ʴG~UQCqppPƬo\";* Q= [(ժ)! ׬h3~(UFC_;4v\R>VRjpRN 2zWz=N7bdJRwboeCu USc”mnjy2{ǯUxVjjq7];CU2?j2s7nT]f#}!Bƛ"ù }G~gPd_|pAkߖV((? ":9(V<Ѵ`6=Ȯuѹsa6Dǭ MHIH0ff)^ XXXP ?u(ۯmL2=yy~AW ~2W?%+ː^]Z`n^^+X$$sQx]ض4*_$X(ޔ?XYa?/*~V$_;º(Drr,O"2lgo,vc Ti?N_KuMJ" S۝<8ޡ]Y>MG)WR7zLɊ6ct~~Rh zиN4 k\Hvh8'Ʃ^7Kcm/F/[uR;wSƷ̶XA],s[9SgǙhk鯆)CBlؗb"JL@ɒXk9yc!)){!O AEGj+9}W<4 'otU#s<ȊoZ֢|T-lu|X3{-f7yy|GAV0_akzq-,&kX6`&3L5uCx78k9 #!99M^𘵙X%QLj o 2fZ3mLqYfN\M +fk.U%KfSqttfݜ'[|Kuiب~7C2]loWr?]<]T)h Vp^(OIMS̎['C0v* 掤9o¦w WQ67"AQweXnhlHo[5JOAF/|g۲:v4&c w۷owokŔj(Bny[= ed>,9Om! #^Pv90{ _V0p6F-YO*&C&"6foEħ<<y1{r+v( ___jժe1jdz BtlW kJv\Nٸ{ {De'7zc72RcdrbF};l>lAN1~ןa._Kwz+B!MrgrgB!B>!0bܓ!B!B3bB!B!9,p}h4x]ɒ}-GPo_Fs}Y5VFwV͔gΌ]h~8w#S!B!9,eˇhTeο-a<۶m yV\WKNN~BRB.8q"K#C+k=n`|ޢO\;zR~,;wc- nn:sCB!B!DN]d/4k:gx̼ )Z6!O>ƫg{5ΙDfR϶4n܇᱄V%jĄ]wtI`D Ҋ歇G)ԩCf=98m"}[.~W OtX f@6qQt|{OMrf֮ͬ~̨4k=!yu j sK+ԪW]xۺ(axiO&}m0mCeKφI38~!wӿeSr'0*`~/zxn u" p[y#B߿|8s*Pػ|$Fx, ]񕽚NN*B!B@zT2_qKXjGMfxi'u{YkGa]ۿx,~-6r%:.S/myn+8Hy2v$?JU2S{٣rbCUD?=sgYRY3R\uNӓ U6}Ǯ1ܻ|jf M"Q<\ <&ӟvW-=.XP^M$eH>(q4]ݡms_QgG7`Yc}-?`J%8~AOb)W8tW!B!"žl`f.cKz&Ns=)Wqv.% phnZI|HhRvExqju_55)L33bNªo٢R\]]]uָڳԴD<" y,ͤ !B!9|7_ѳw36Q>}sVkɰΎl:(kaԉR څJRӮ0+&hJoX=}_5̓2u9+ }t.Fvr+5D2uJP^K?Rvm4 %+iP֤sܨ?>+q:neܴ۝.F4q(g8-@u%]d;Ti|yH҆1KuDtZ!B!"P)+MHH<mCfJX2Brwػ"? æI? !Bw/j2ZFYYYI ! _"wQn)xټWÇ%B!B!D'_B!B!">!B!B!rYB!B!">!B!B!rYB!B!">!B!B!rYB!B!">!B!B!rs A G3IPW^73l^{i1Q5N֣rܟ2dEjm Ʒ'q+Uu{ѥ&e|ekPmrgyN2;H]ˆ}X}ZuUɍ_2@b?m͚v#+?ћӗҼHq2. m {,v*Ȩx]>krҭKp^~I0z!L^@*FjUOB/ѻs1a**pڇ^#3dz}̘E^)9cK^=/{uG岥.У;!40g41PwV.unL9yb<>ζ~ڹꥸ0;ڸ.geb=NUQgxo,xKcu׈=˕`gYm`?t<21HWyṂƅ5翾=9)#4 IDATS"mOg@ב(4aHWǡVĄm8aL Τ6~>חEҏY1=nyKFw~ge﷋LT6z<6.1?~k_˿4.ed}^F3ojΎk` B!dOşc$7B&ҿ4|gm|72f6VNvAbU'ǗwU6?̅1SpXїXm)y3WZi9ǸL7}^%kL cV ЭW5}8V)2T_k|W\!-S X~P}IJM(mGLew){ (am";uwض"Y\h .rT̓Y^Թ)0Ϧ~bj?6qs/wy~>f٬wY:^3^]>d8`zɈe\]ւ͹\]Y>Pg:mj֩@i_zXDþSҽ'楕,=_UDŽj҂V|ҒS6צt'.يƆcj.JYu2oh^Cfgx\Ш3o3q27>-spfʦB!ĻO>fOٸd9ъ587i={8GÆp٧q>nڑ3q痕|4օ?aihOm-2hvƱʇ˰DN(^K ͲHO ۍȰ?w%Sut|ZO6N2tӋNQ# ],zcRھ)7NW/ڰkr.LFP^͹ʛPB%lVܜkrvD'{W.r۔b8Wb#/l/sFdG3R)GrRRn?"Q}S-F[Z2tlAVc8`J۟A"sήl.ضr"[v1}2P=R'qdVls^8-NrV(=Σ2ܹz TȾXtoꌱuz0 2.O_ЮwzıX>ύkijxPҤŷG(h[}׏ݮ2FC_-JW@_INLBmnFZsҩ ɘSƮetȮZ禕!pu+o!J4Ƕ\ ҵAmlx|wɊXξCiFfOl\זU**^iS,̲d <wj\=yR_ԣubpi' c츪|_+/Jj3\{r͓ջ~"j~*4JrsWPqvm=KՎ#f_m3e3HAik>0VEa aܤü~3ZRǨd8_}zܞgiqfřv /]X29AS=ʒ|ϕ3lXͽdYN/辦UexžrP~ܴr}^2-[_/es8z.^][Sbbߎm:֧h^+l,d>ƎƤńo\זml+3G}Z1wG cz ೦ntT V[˖SǸ`6r.z4v}@MOfΧtF״Z[Yt%ε)fMiSiKں:7{MA1*YyMzN)q~Gy98#6J!xJQ])lBBB !BNp#O>DKZL:FVxVVVRAB'B)WӅ5%B!"5[!B!BBB!B!!dO!B!BBB!B!!̦L2])lRRRE3tl>ڴIhOє+j{ă ĩ8(GttkىVqC6f)}hq5tX6#-'_|Z.++nMdd  3m OssŢUQU**ܱa gr?ӽq<:8bo>tvg pDΜ?6%tcM> MVTȽ), [wO}YYSB:*[ҩlvEy9+o'is(S+>: z=wx'c0i}Z~^v}3g='/b\湟תQ n8u.fJu[ʹ2Ϸǣ=$/i?.LfР $ (n+hdn9}hQ)됒yi+A{17/5ܶ=z0ij^-ؼ:D6}5%VȖ8USU$_Q(q윗Jpv5i>ˌIKY*(.R׫" v+ɀ%jB;Qpj6R_͋Q3z~81}ۑUFW<K1vɸrlCis[D3IC/Vo]X&v*/w =cjXLQwiEAA6^j4='fmĵIߟĮ͹yy}i+1wR3?dmպ^dn1ѝ)edZS:F-f_p|&73yڝ99ޮ[#2`D 7YC iM9g2-tJ7ܢ䃀!L ZȌe3A1TZ~6DRWtxRi%{IOo_wv9Ś ?6J \1m_:PWW5U]ޮqє ֢]D<KC6~c}ٍ1+yz敪L#fjGi6<!rJ*OP˼%fԛO`bX4mU =ʜVxqp3%fs-\R .jbUkbuS/$'\?rMP)׍J5p9;d7SX0s_%'ϸaq/5!}c v1zwZ%/Y>\NɄ>dF좑2ǁ\>Y'vm^]:MZX@ڥ'KXRNd:u&g5:_g|DZQznŜ"O^QF狧sOQ6ԕ.'~MxrN_T^A)۬qnh7eץqΉ~OX|zM{|;i*ʹi3q?\vЩ7}fb24wcjԣMSF$1`<׼1e-UA;YRf:p)aAY9s s7 6u޸2ޭ#:=-u,wX9iC?#2> [=z$I]%bgrط&g MO= [W އ ,_+Kg{:>wޭ*{^92 13$pIqa>~ت'Lg2:!dFU|nPevghRxQ[/y2VN3n6h6Ýt-rZUw`{څL0^tv1)yvA`yyg\Q9F͕䂢=ȁ^Q,߾~ i@LܿdW꩘:O(U%M_&/EN,N,>]\L^<'2}Vה&dg4op 3|ߔqeL+ƌ/Ib7ƾ}#굚 lq'QA3,mP $d Rv. g7O?K˕j#;cgӭI }r0z%=Ֆ3`# Aܼ wg鸡 ߑa,2 sYyM#ޣ G"GbkXy136hU[ߣw~bS䅭>_qMdumGbv5 G(W[;%&P_up?x/g?cBZsr>sOes)G28 کhPsJrgW⥰=iFL/bs cЭ)g$ ]ˣR)scj7ixs)cymM/f ;JxDj,dtT#&l8vf*cm17g)fL$1`|~1WAA6aߪYlOAڭ久 gV$,%z'Ϡe6MrYl/pю ZW/قf莧o3=i;\@2rxMӟ=~aa4 ?`\KЙ6YgxD0eW(yGLN-6FrԬ!bYC6gCd4G ,!]^I1ڧnu$:[Skɇ4x[oz 2[ޠ6X֨by貵+13b6xȹ7 | IDATͺHz Əwqܙ5T1)ywo]O_i6g[3~J:֭ScNY2Ų%C2S_Ze~Ϯ / _jE FNVVf7V?~F.fh(9[BpRN|EGǢ&}˖L[˗/sr ? Ы+Zm>Sڵchng?zQsbm|wr3X?ݛr$f{b&hxRd=Qc;9|zm˘e;&\pVh4mهV… \M iǭNǠh9"m ѴAiˎKO=Jh4Zփc':Y@sIChڲۣd~E~˕ҹuk܎VwB27sdX}otm aGJJex,`R?6^JWoڑ{SX8u $ P8;0=ܚA4hS*T}-{?a/{ȑĎi+2t5ߍ%z>"'Va&gӗ1ksC2bPn*'h7W(k ֨Fi TڂGm]\]"; [bP2/[cd{)_Ai73'h q(Oq3= 33kWcYTepAqDnien_p_H˷UcsChaSBqbzSR>~6ByqcSҼXzqtvԨQ#KSdZ&;6nhZ.fAόe; |KsY@"+SZql Z3j^ 5/SɅJ\puUӬMB"&cy<|~}U\*Vic]6hGVQ-O &eyW*0~IC S1R~#Ffm=em*Ogf0<[]$6n>.K dy$s?sL#G5 NNeLכ?S6,ĕ5ϝko;uU 1N1$xrLgȘJjיؔ))1~QTA _5!VvYc7g?@~OyRTߖ?^r9I1{HON>eL M$?}JU&G|БtZD3#״gwq윗3 Լfa]5c#.ЫU]k=%ӣ-$9XCpxRj"f]wbVUYܪ]ض^sє ֢]J7~Ԧ ]N &)nh65ğ轻8ow ܒwfW=37#=5C߼WqZpcԥ!?Ȿƌ60?7BجD|H+TVxc?KDnO/Ċ#sZ 6 AJ7ʡ}ꀒ Xc~Cć^$j嶳.Oח0C[ȃ]mB}܌St8A"e]Z[{嵜c7? ϱ5_d/_ҧ[C%!3fr4j^7֏2~QTA٠yQ,1quuAAAxHHHEcffL񬬬@ <xAAAA%A6AAAA%A6AAAA%A6AAAA%AkB{g)=^ S3o,=Dz([1!sbx_ 5N_" , 궬Z ><cx߱T1Ec ?&<|9>]N»jzܷfZ*<˟_g|DZ泛Yclϟ/ue8UPߙӐ[Qrە)sgѦڠِ~ 7ߧJiuʠP:V l RI#Q(PrH;Ǹ~#`S;Q?w+%NgK˟5&/K ʙ:>wޭ@yOן2 J=5{b]51y\5}8. w FǪPY?׉g 3iUXyT/O>VS*ЉQ~`ؠkK?Dž1Ef`:10"o^Ͱtbhzd߿NB8w#?iO ܾvU]3MÐ)Ge;K>LoMϦD=OǞFyƍ2 \3b"ʘh]4ZTϟҵLiUM?ށmk3m${׵9z:{3s{'޾~ g#h/95Xy'+s"6['_c;S=||)Fnye$6hs̠R|$~+RL^[ꋉ}Cɼ#Ž )q8>,΍D]S.;Ca'$k});Ƅ÷gkMl;i8 AL؇sGs˕,Qf+'xTB ơ*xq۾={غCGV>k3/fY?|LGz{ G?4hOXOx+}GNX.?(3VIv^ӈ_9S|iٮ%>"Bף]Tbgf. |q.ө +wp'>l]{6|a܋cbAEq}o8o9x)04[ +jJKd>cj}?&m8߮10xT>ro?JBgJ?glͫ&Eޟ|_⭝X_MӼ2gI[nXLb-I_06DŽ2A^NɾjJ2Zl]<ݿcvRsq#)x54.\ʃ,ݺ_\ai|,UU*T*w3%{4}SIL ߮f]յxq5HeY;L׆nl,pw-d<9Ńu{\-y.55En^ݸVc'Qβ2e,n5ͧdq>V+y"6 A]# \bDj,G"ۚ;8~sX_KwҲV-\zU̎-hgD߯i 9u*\KKh](Rq51_ љ-LD|AHy`ר/{Zߺ j`ik5ֳ@Xc*#Ʋ}:1El8;RbP{A>aUBJRN_Dۈ5;:^᳣cH@`J?}7*<5MAP7q}[s/bHþU/F*?:,x Mǵp8M_Skxj:â٤By}1{TO|bUwjԨFUGܛf]$ES_͉CfǻcLؚؿ[lYB&Vl2Dg[yauu5mz5㗬cʀ!6ߒO+*p,:}ͥmlhQ8bܺAL/AAx*'_},1quuA^hx-WL\~CAxIHHEcffL񬬬@ <H/ /!6jů/ۺZǴAAAxɑ KeigF}TQ   O    Kl    Kl    KyHHHȋ"J|t^yH忯Qx oJT-cMzz:Y9p/Fߏ÷xX>u~z $ԴWp kG1eT\\,RY AW T4̤]rKIv],H~?!& 2L4Y mJNԭ۷q2D'\:=GVj9qܿ[`iCmwW5kT7iu\SN|EYf wՍiV%W>]}޻˒U+t&6Py8jv*,q?pNdsZ>WuldBluxtuvg1ʸb~yi7:q3= 33kWcYTepA:fWT'bv69q:cSӇc1WܳjըE.^PΏ7l73'h G"4mϦkivN]B-QGNmx|~`9B7زһǟ,I옉 aLm,9~p#clE<xvs4+Wʬu0;k* }:4D}4҇t; KǀL::ӭ&&L'+3e>[(?Jf491n,9R6d| gr?ӽq܄Wш<-ԓ'o3AA6gΝIJJ?\d{K+'vp16Z_S13?b)}5u x` %̈x8;4eƤZ+Zr9?ѡq.Uʅ.K dsNكL DwV˥L>3lu[@32lY+oS6g[BuhzN`ST ?HDwϭxQ7~5O U!8{##Yi爜1eӻVQ-YO?`iYtl)3/}CCa JVU;eCHG.0J\ڭ+jw>$<9}*?%m3SƮ9K29, /N_?mlh02$tLv€1 Q58(ηROa*Kyuz!(nCa׏P v}0J%="/"XscLj&EӦ^wV1Ʀ%z`g>;+UkٰX:/L0 E;vs'UeOWvbPܝՊsԢ,tx͵>lcqT2'{52jF\jwW9{hKG[zӹkȍS6 JɌmV7?mU6Y\*}QSLXMmMs)I٧eNjloNɔz,) *'''E633HNNUAAAAAxI>AAAAAxI3!= 5"ym"]dW&vm@ҡ-߷r;TOPTZשY} y#z ;*=0ϧ93+*[~ܹSnL(⨠n˪u!8<fj fĿ7=l iƉwW®| Nf9=i".| }ɨۍE#yxFNQt.ضJ|fH@âIN[9M:}w$a_9?O_(Jf'" Щim׾a|/;bކ4R>5p9;d~ت'Lg2:!dܾ~ ~_󢒸u7yacO)Jrg7HO= [W އ Ҭt_T~;kXCT@DlEZ[d9딡d"jbGcՒf7r5`$2.O6w:y܏tJV'jfdݹ‰5ɪyܒ+οW@>,>sl@Moq2߿O6Cѩv锱h>>`(i}.w5s,qUOX1Szb_<%E*Z >;ߩUgWlǰY,sAA;gy9/gՈ$3d?x%mtqh']McQy.(UnDtXrgHV6|Ns']܉QQ/{XѮa9fΣf!=#Yڠ&cm"x,hS:ou|޽J #l[L7*φCUFOfȘ%l}*׿1ioi6˶42ǽq|Y\Z @]4*]lİy>XO"6ҩlj9Oکɾ'_Ńu{\-O[S/fkfDP8u9|6xַ!ΈuT뱾f:~q`oIq$m/N?˙K7psx"?;]QQF7~_6+Dq}%#LKeTJ$y;TsLgaU>繭op2jm(S&LWPΞ7ɸW27 AA> s |nc_.+VuF 6ƪ="?(6"5|(jN7?sgDqw6zCqpxܼ akP5ߓ^dtv|Orطjov+j<9A,BE, A{F7=x~[r-^oPK33:[Y4[p;WУ;?z3g n>V?KٹŒAos=0&oCx|}u5mz5㗬c]WL5^ƶDtZ|9!~9iGeJ>}(gvc'ɏޚ:ppikJj3v*?NJ S(%XXgxD0eW<~t,f+k n^%/J/Sz~Umm9zO;4PŸsɤ&Z~) 'gx-<; rH}͠ 89(WONxa옱jo0Naʠ7sW6aa&ca2>Ⱥ/X%emɾƈP5 dr_lUR P8"~9$33HNNUF-;~;{˗|2I C0pR 9pB27d5~zQoFoײ;c-5IvROj%kK =۷CioWgҲe;v\޹ݿAO/:?c~.we}]?)wSڿ`_)$|@j6ϛtM6]Xƅ3G?Fò݇w2Үrٻ﨨6 .HQ@؍c75j,wc/`XQD#vlػbc,IAhTbAQVzݻˢ(ܻsgygsr,{}Y9/ƩiAS|pXwn\e~O?1;s؆r9Z]GNν[8g-9;yߐls2%kݿCfm{Z烸'cj"ީ:r]@]8{.Nn6cL\zau%?֟Gc>VAu}@=ßkݤ۽V6yfc\O>C Y;QԹ6ecXò5yT<4r`g,Ý]`7zL[I[R:}x؆vyG/ a3kzʾnc:vvvCשP< 7.!w0!\hOT|x};=PͦN[·\et?40YJe>ָE}Q)%mp'J}ӵZjKȡ,;;{xŠAqZ0jv$NTZ664IJ/ۍi*':Z\[W*ZD9"YZ1mwbr5.*HMM TRRZ䃈qQs=1sOv|wcz?Nhbu@Ic#t"""nZGM‘EPn3I.`qd 3 {LI=$|* rcH UhsNoW0wPmLܸoظqVnufBB~ (+ ے60O L1dT>wMBkRb^* f1{rL شz_ `= tO}䷶{YR~.&mo~|/l\gH&b뭯%/߾ @sZH{ܷNv}}iic \wUޱesQEg/Dh3mnިF c֝!bk^;^XWE_DELigSŏ1Kv+m8߿bOk%dz'+M䐠Oߏn۽VemFȯ ""fg嘚4ő:WP[Ƴ8{9jEy ձ8Y Fa(mj]GdbG?uOĕӗ YVRٮ83FТ\1¦9}WU66n2e`iV4So/X5c=`w9v ҹ-Gqgc j^PvNR7#M C<a3뵌BE6k+ޣǰ`ɏ9mjwjQnP*a؁ SjAmʮռ'n ;f/EQզimLlYAmatG#S1N;WVIO\C!0ڤ.>ڹR#h Zl纵h[Qtivh_v>H|x捇1Z`Yxz&2Ċ]^uHz׫QjUdk&3\>m;bɟkݔӺ-?wc\}DD>7/$ sd脩Ѣf)GqzF nW݀q8Gwd^$ƄmVӆqGGG΍ˌ؈fi%vr+&{ۮ^Aj'5_rt:u¡+ Ң=udmmj+UK=QT@, XfvҸt-k_Y|(ߟ9(1n)/65|gُ_I$Fh{\z"I嬘$rPl^Ɗs?BިΗF#osaf88+Hӆ2-|ߩNؼV"\Z,< qp'$U3s&71t;`(ܺ?j7Sh:4,c: 8Boo2,dQIva >],'0J4eU IDAT#꼶}%ӗDze ,ve@~"""n}Vh:/a@D Ðy1d^On6\CPPTioXDXQʬX)<G߷B> zb;(C}0u& lVcUh=j6fnSb>h+onuG} J*(gnzܛ70s;w>Uy .3.s:'9 :ý3o̓hyUV10Xsr)95~Wn>B:TmO0h<7]GXC&ń0GS5O2築'Q 9[{I%SE?yd5># P\_}=r<}LF}kPTDüϻ?jSm;ATYbAͭtXyxy#H /NF<1orbڕM6CL 3Z9@DX_s)` aϢLk/b\̺!sԭ{ӥLk]W+`"a>ڕ1k|擿vk\:wwc1mјL n06/q3`?: }TB .a;80Ernum&9.`(@bѩצ}Smu < [6&J}{Y-ޑEpdQ-ZkiNOZކ`ǚudh\7>f^eefUυDŽh!OkwoѻW?7ixAw=*"=&_f72@9@ X ^XF{B5jL?W +' &p>f42S= v,Dy9e 硾]ejj2}^զ|1)uQe7':?Gcɇn46t~}Y_Č{󷪕YKb'bDzboKLa Gox\h*r:;?c-S׹[\?7 82<=x߆Vmc?-/ $@k]oK2Pt\LJ=J5WȰP@L8v3 vFEX,[<6aȂyӾ}Yr("{OLIV"K~oFD"Af)5UN+˱~..&7%afw*_ؗ &)e$R8~}6^1)#{t C0j; gZxm-c8ȐNvb?|\\{=L\#<#W ]`8EC19TMd|"?Ń@i{l̫ڔ/f<-vs.cSǺ{6 (;߈m;u-OqVCc~{i~OmƲ>b~/{IQTvhE mwbiSWyqpr\Ѳ#B'IJnm9W7JHcq6][^]5Uqse(gw`]xĸнn}0tckL ?Lں̆6*ڴO>[5 a9hm zy-GܻzvEoYyoEW&“'vc\D~(ބASZ nj_9!5:nŝԫ]2C8cyy*>@8~hN_{J-acj.s|&veg˞Է9BuS)2MNF޾{}c*i3Vߪk=ҟJ|z;#hT -q(fywg'50URKJ*ۼMbS2 EOP]TDOy{+cwnKkc0}H:@|#nlTڿ,Lt_Dҏߗ1RT Eݗ eΪx.4+رg$ļōbCx,~MjhӼϽ4g+sZy'""/ R|Fhh(DDDDDDѤI#J?s<###vRpfQ!>""""""""B}DDDDDDDDD7 ٳg\*׈FuzlS}6lقDǺhP؇ ƺ-[X 3S*t`/\[wDfoWO/cp8z'ZGyLDfq WhW06H }IָzbzBZFɸ~&Nu,]*#NoP(xl-&P֢(,¤,ǘֶtAw q <ƻ(հ9*ٚ:c&[޽{Ȍqt1 aGwg|¶~ .u{ 0K? c AףwnH._ѿS_\zg@HV`ɘAt$6(mc7a?2]X;'4A8=}NCbf#d]w<[lCFabv<`PFMVMlڌo/>U^Yy!AA+{\x 69SMk&kbn1FqQaQm\|xҚ}[wɐJVXe1=xنaFrU91nNQ0~q !o#b@9:% eFbR,uFxfܶs,>wuӦ&ƺ3/9ׯ]m(fj+I\4vtP""""""""B}DDDDDDDDD7Ǚ3g###0et| T25+'G˖pL޾~[%JVK[/o3&:%v.Q!gdv9 e+WCSSں5qA1)`>&WMج:/Ljɫzln8w_uo՗yH$)RB$FFFP*x"zc|9~^c(&|!% II_VmQܰ;rnHDTp/ׯ_㯿Bɒ%!j~cjj*^|&MD.A=)>x1}Z=""""""fˁT*>RT(Jf)nQA/ȁR}vDDDDDDDDD7 n#""""""""*$GDDDDDDDDTHpfQ!Ymd2*Q.$ [J%RSST*كDDDDDDIR@*戨`,7(;Q!>""""""""B}DDDDDDDDD7 n#""""""""*$GDDDDDDDDTHpfQ!>""""""""B}DDDDDDDDD7 n#""""""""*$GDDDDDDDDTHpfQ!>""""""""B}DDDDDDDDD7 n#""""""""*$GDDDDDDDDTHpfQ!>""""""""B}DDDDDDDDD7 ncJ%RSST*كDDDDDDIR@*kh` |.U*HNNfQ!ɸGDg5?oE=vдi+ afx ;|qRPyGDDD C 0xLKͱtN4p,yAc.Uhaou2MZ`bYCFذg3q>C9cA5_ R={ߏddjM^`Q>7nڇE+ ]BP)L4 ^DE4S))I1oH$`Rp3wc)sx.-~=+b5prYLK27a1*p~85&mCrmߑUd?FoYu,0\_B}") ;:Ͼ0C炞f*թEL: e-6Lc"1?, CЙ7?}Qݦ$&-CgՋѲ~U4.g~e?@0os@( (""%-6o> `E bhP D #Z9m,&Fb8, EdBPaM^ szWGhļmcS7eĞOP^>^ iC]п!gIkv˴MϮu4 Ca{ ۼFawDžUL27WxM̀KH ɥDl1 =@8a ?rn a 3듢E˵\+bj0jDB/Sv.w_| < a]>Dm_&Y>Qر)L{ ^ڞ/v4[iۧupܹ\&x߽RSlxS$"""""n}RS=~J,[" )]Gm;bRmo%+E`S |aظ%dxr',} ͝{(L$ĩ߆@!]`I-Y(nSkPw.GHb"+wB/ /}ӄlΜa3-a}h_ޅaX_7gy1`obإz$V4´sR|Rg)B,ENFE2z. Oޟg [cBsb&D1) ,xN4.kc%H$i3mKҶkt0=aOw,\TCxy޴Gα}}"!v)ɩ汶+3tSqyË0uQ8:u5Q܀ߨGDDDDD>ѣX$*04,S#,) Č*lQ9mY)qS{mz_Fm`+!쿟{'ǿ7$$O$R㑜yGdлY$'G`mP|JzZ rf02Dik3(q04CIJ=u-x92o yB#k]QX0!I!1wi&CTl^#99lBTZ\]'ykj[]O~N[}=;ߑ _ >Ifx{VyjsOϼӶOI8{,'s>[|e9l%1{wR^~0oTW1} skwt0&j(=KaݴXU0n2yƝ$J5o TnU.a`602r|ja>;3<}Cf#Z}`Q$2c[۹ N߉8vnqjswHHJ{ɐ25IaM IDAT -1fjW:d`Mḇގ'Y['ظt ~uN-cQM# _%aMUuioW}tɿq*礅xxw8Й(Qsc +gW}4})Wڞ05ӼIvt>5c>G3DX^ƿߌ)s C[6}gk ;Y L Xl9=DNcڣ?d0nǘ%}vt^'"""cdd QW`Mw`^dZ,ڀnMk2PT`rʱ嘸0V vbrW_GD?fQ!>""""""""B}DDDDDDDDD7 n#""""""""*$٧R3C.KOlrZp|9r~TOxpfXrՎ=WV´~ǬG~?:Q;,/o3&:%D<GG{7޻E?Z]Nos{~|D@R(PqҸ?Ο?jz/;%tqv37CY۬PqϾs*k|;o?v>ڞ>s`c| :VMbcGxx[h֬ =Stzbr9v=G@`:۷\.Ǧ_98w>yp>ZknbL(^9#eK\@.o?^՜y厛}12T"a#H%YoY8v2JH$ C!m j݆wzyzvB]<\.泷T% -ZtUolvf͚]a8)ڡQBqc 6M3L#aLdGj 6mʣ0|aѮHQLׂ'CSrc(;0an€έQR:'≝}xƜה9SΡڌk_ũ]&A McE]s=5΅uیZ]:X®LpLOK_}>GT<UlȬE8cdzrb&`X@uLf%N97OzHZamezt4.E$WT/i r 0ɣnI9 17A jbY ʩ,dpMtƬbpd] 'eS,ܲ{E7[Xk1p^椦vTÓC,l밗oTV Tj6[9zhE۾Д#^}x⛗aJh!gUd)$'Eӗco lкjxXhkOulQY6]栰(IxcC=X$ʻVY`X`U}Y>`$VW킍KFXēb1c%y;h5ߩ %f<:~SROLN[幽yZgc(-iYlwX , Fu<~ꭌsh^ƿ 5kuqTt]m׵>ꐗuz|U@̜5; Cr9~(fN_UU0Vs"q/C1}ZEi7/یF@/9m,V)b`ރW@iL/ݳ#4[P"9EN\C ̜:gޤx9/iQo,3{u0yR_=i`n}Ocޓs7uJUk?߷1?/Kt@ҷLhGdڷxskej"4OhzEsb{=m_hʑӞ}x"!8j:UcǮf꘴޼zɵN}=*є7wzFA1)mAUZeN|U2$hмƂuZ=6͛cW)_|(EFT'l+Y7D7Xc=K7DDXmUuɬ7T=ku1MCcrPo|xJ]//$ o/KG'L5? syT~|~949QM8nemU1ky7Mk"uk_m<{Ǐ!ocPN׶m@3N  qttHX'DDz$Wܾ+f{MX=2敆cQ^g\ѷX)a2Hi__kxs8~wwaz]W};%\VʱBoڡ}ȈA }DDDDDDDy>"*(DDDDDDDDD7 nӳxq%T)ؿv5.? ݾu-l\.G{jsPqqj-f8pgCmW|:ZA+ֶ-C ЎEE?쌑!*6P>Mei+K<6d$Mt<1r)V2>1矼ŋO?5U?VsIRi;^K4F\~WNDDD͐!Ⱥ#סvÚrCC+LXWܿz 3/Njyx,AzvL^?iS ,1 Pqw̟FKǯy̤R)X0[N'bըfmG7N`ON Eq.ވ1tzpcn{n)+<}3}X̲<,@jLV`BOlzwp1 }b&w6”TS;v`hֶ "J?c~d&J1v%^cpg(mK捇,ײwAxoi0J$cH캨50k|#m—u!ţ3>&{©o1xx 69h :4Ŵ.Mv#[G;+(qlx (y/uHtʯ{jYOy%|QQ 7)S sly Ȍ,`n^E`Y&7j*_s,k 2de3yָhPNt˚bSo7.aĹMړn kZόsRģ?s=d'A=yx)LUqph%@"1ȹ+0Uc 0"j^!Xq-H ŘUѿ$}]+f쬋#M4R4NyITmL'hT8=}fF& iH1M5T,ܴ콋JaGx,עnEOAOEA]e'O_h̙B#b6N2LnS]L`anX+QNDDDIHH?7nի'xnU3 ?](\iP^a۪,k <[MKG 5_qߎ '- .].ԯ/^W? 5?.ի/lǍl?kKz=:7qv¥/]KCN?Z{ )1GLz{gxo;T}[?Mr"3 G?<):߲1-nE.?'Nس`ФIڳ<嗦XՔoY㠮b[nmcQSy/_nH9U_9ϱm'$$o_ /#U?7[hkj9)kHƹ$},!Ve›~VWֵB3 ~$|O\Dzj:~>(XwVxz}6ݏT=~ʵ0'7Zk.ݹ/X{Q0B#L$9gi ~=bwq[  ɱ㬰[U~ypW۟{LyXwF祐 z#t_wAh}}Y_j_dpA]e؜Jh!4*=~}}:OACDTPmpRԢ8DUMD8 -QZuҮ4 ċQ&% odY[JUiIu8r9mG*ʉz®]?߆v֖ddн^k?&渣]frKE@Bo_|]ALDED-\pGGznT0ޝGUioU-,$@qzb2 "B>4N+ʌ(m, *,! `?H%R*'˭{rܥ[GJN xNs,Ae-ӨYL:Ĕ[lJkRz,L:h.qR~c|^Cuy,״imk}ecZŨa{%^1 K9fWQ 3 IuMhGپa6Y >&(ĭN/ӎ7(t:-ܤ 6jޞJmd뚴uo0=6(߿UZgjm:5-4k|wjv:S@9Nn+1*L6ճԹ]KY"YtJC-+__TlŧIl̞pT/.C,Uwڇ֘[StPw,ZVgiog~cafg;U澧tӵmչ ?VFS9{i ըyW q:_ 39c֮]j¼U2e͙0I]isuOu_6e׮omoV,ܹNyy?ݧ.M᜝rtǪ{>WC>>C3Q1ۖ%#LvI{~cEWԖp쫿^?ctmC;Z{5}ܝroO{S\9߲F*̹5}F+aI7uX__Z]cU~PP8 oVݼx*cf}?U|\n''+GKjUx u0jbwԫY~ߩsYvv;OYkPr۠$Fjg;tի_i} =>k3u y,޴G6/s˲g}-Yնմa s_NJ>ԟTi > D!}@f#*bXeSn<3vp@8}@ Ba"A> D!`eYg}P7 8#>AY%%ө (22R6'&u񨤤DUXXAȰ9˲d'iWBBl6A&(}Ga4Mf@<LӔa}g7pa3wi ׮KեKَυŮNAYU׶o([7wZ*cZ6_wG~Z4+IDAT,˒)ǔcy_Y5 -MV:Ux%rrr=nݺiΊ}hAI@Ҿ`mذAtP&Q]SM_ʟZec˵RfcmgM{M'jp4kA{kjÆd޴L=zPzY:rȹ[#5hlT3K{ J>ԳVôeЌw)=}P:r)~}mfV^~[G7Quv4M8OcߔuTboSAhƥJMM/ pJKsV9^e#֋jx%$$(y3IR\d%$$(>>ZoN_~ =n]z)55M6fȲL}`G5{Z]5nq4jeObRSSoXe:.״!woVvA0̲,el|tl;Upx=}7+5U_~_OZٽiYyv4zDG%1=;j֞c/HPݳAarg%URnYg-y+|D6oF}6?@sWVPli_M#ǣ=o P)(=7yx_8G{mm5Af,wGiԠ 3G+?߮ލwހW-۞w"upZ}־z?ūF-w6T~֘qr- {crxbKpj8BRuSu#gmx"5wCj7 ѧ7- []+ӯ,h6ˣ>5EkmӱS2#j|0 C PO֌uŢ9YGF[Gjd3£fI-$Ig׽]/$,8CERXemY1O_^WIrg赿<6b*VFF?=Mqt,MH#r&4۽Nʦ2 CCbd;ufj].wi:t$Ki;.4 <*˲|enZ\Y9?hscԻE{f?7F:}-Y욖pZ$jW~Uˏ9G֓37G6[6S`e)&!Q.:em$7l;hVΪeibsSy՚w\ @ 3$Y7h#C#xٶWo)-:ӊ:jcjEȆi3O)9RA[1Z:CjZ?H?q&SR^}|>n0g{IU2MR4ɡ9yz|R7v늞õ$=+($5IV/-Y7a$h;sΔ#[XI\nOYTq!,﷬01D<8KՍ״Tͭz4um*\%wA'oU(9 {zHrT?OIRz|uo/[%BxyeZ+M*rk׷Y04ylf;o>`ܾۏ[]Ϲ JU#_8y1 C{64_#g/ԠN/-. nyW#'/r{vkusRRv_mvnWpi /##a_MapnKnmX]vvys< 򔒒B@ xf^w. xMgTXX(fQ2e2^}LTaa233t:9 #C111JIIQTTT .AyU|(Am</` x&"A> D!}@ Ba"A> D!}@ Ba"A2|2LJ7IENDB`python-twitter-3.3/doc/python-twitter-app-creation-part2.png000066400000000000000000004620501311017327200243060ustar00rootroot00000000000000PNG  IHDR(T pHYs  tIME;-' IDATxwxTU3BBGBQDsJh"EQU(ņ ~+bASOeuwѠ+*"7BB  ${?&dHBtg===gΜk4MC0n>\ L)L`Җe|ۗlUW]uMUK:ˎ{4/q|^uEekZzM%N>8{2>w`ꢏ)U4AACyC{gGXtw4;ݎјѴ);)No7PMjN1mh톻Ydrl:I)(T^0ߧf#R軺pl:wt3*qqoٓtk=Ō6,ڴɭ1{-疖3kRp'(qڜɝ_\1-d萱4->ȼm?ߞ' ;(B; j0~I 7^n]wA.ү774l6Ep (W?iR6[VU<;<EQz'HbvaOŻr Σ_tf~IהW3 ())3{l6; l6&w?/CY 1k0<#³'Z@>LՏa[UСCxŷ0 0UL& ¶mpuuCQ[8M'%fFz[1donŅˎq]QfLGOz3ںfnuV6oZdn'*jEg۱_$nf1ٶmgr | {_\^YYIee% #obPx.4, VsTVV^zr .<We˖2NOOJJh;cevqO>əJB򡵼=}SǷt&pCÙ~$.ᜱf9i$֯mN1#OrƢr01pfcY})U!p.S,HNֿk[3"uiޅӼ tA.ܰJQiWOMBBB_oCUV\g8zN??uxr+DWȩEp7ҋmwkg.khbH{Tixo۪v6N[wYSKIuͦ_M?߅;Xy\xEh4USdQtv5L/7%PXVh]Ӱ-t*f~~t6:o yo7w&a85iȟ/䗸\Nqj h5;eVRl HF5 :.`0`h2i #Ej7kVb]#Wͤt&Qp(GXѫ`=ot D Ivqү{rܻA{| /Y,Bm0f%!V-(L&L1X=ï6V] 7##S^C# 6̄]Z7Ek%zڂ2+3~(hh!ʶDJ29#H.҅ؑ/& /5"Uۙp&>>;F6!ƽZ5KSM>]]}DoDNyyD(] tj>'æq:?up5V)lM3Ѐ^r6Ɵl=ѧOPƭB0 BQ.h|{5[w,b 0R^ӧkev2*vE3/;^QQ szRk_kȈwO?_E-}7V<8~&9<ҽgwڶ@BF ёsI&t+ǣ0xb<˄ 8}\~Og*J8;ke!')-,S|^&haOf=K֍łVTsLބ7&^T,Paͱܹ gN,_~H`pàYԜ;stAwA.pJ_nNM 9\X R߾WVtT^O(y;fʋg;N)=5z3/FQNU)<8'"\\w'OVdJVgvc=Ѵ8rb(]ѩw{c4n֚CK?wˋV$֍=pȱbZE~Z~zոE+PRRLDd..ѬYs hKaQ!%%X. WXh٪^ޔ;}6mSPPDa^>ޞxSRǮ3a-Y]-=8WW~ ]y2ZQPV مc(mтwn~?&}zNS7Sp v%%%$$4jKyy9頁fCiMq\g33iq-9u#|:WE3پ ҧN.ke%..҅ki[E!*x\f9׈P-zn?m#i_Ximޯ}"Z;fŜr󊵌JMi潯z~H+UZ]EJUvT;[: FN3r704i"C6&ޫ]x,g,W=Wvr "<.^+>z xR..8] tR~"xyS^8s8f%^(eS"ȍ:ﷆ{ODutEQ6mز]"W},oߑ=q!>z {?X,ǜH:3⣗8'X+ÇЯ@,'zlk^<J.H.JDpɥIu]W+w_QᥚpZPO V/~D̩OGܾ ;#c+tg ^>ٴv8+2K˱%/ _: th qhj ۗ!LZWQ񯔐I (KRNNrey,eB|Wo}őGCK@K 7W>lYn Qޮ! tw[A1S-UhME>&Z( |IMjz>$z bQ Jn$LӦMva`@ztmьr-,f!v郢6V`~:΀n흜wha`t:la0 C{ƭd2Vfĩ$Y1߻'_zC[*OSVG}k[:,X3/8NՑSE^+޻Pkw!kU9i tA.Q JuNTVVdn0/% <6C @pp0q9ŔbܔYFNJS?&Yo%88s։&K99s,ee8=Ur_L㳰/囯y&AOgQBTT;~n& iU_҅ynG&sՅ4]-F<_׍ҋJJкۿl|;` h@8~-Kr4^bȔ?*5T|}9r1 sφbד#WQQqzxx]DaҼ 7ъ b=>O)L܀[ 89#]?8{S5IOz^ŶݫlePؼz5>Oށ->>b[L!ciZ|y۰~=).Nɇ_eOB,=oa]([/ǭ۰UqG6Up*/^U+͛ぉmtmތSymၛ{3 (.mxy$軺')O jDE/Ӌ2>&ތJ9%r({-w'8aˇF޷p&07Ƣ|6aE62:4b O>T m0p:m/n"\>Qkg( ,^ 7f.^x(\Z|2I^ug]U^+m6Sf#lZy?=ߠ(ff՛O7f3C qʣ:Sx$Rgz {f{y@UUX,^-ƣ( ;:6 3;OE/Іl=֭[ټ{\5E`Gϫk[V9Yҹ3 GX,Nr&1'i9X,=^/}TޙEai~ܹ+JӲeKߌϞ=Kiii hݺH:E,\e _Nuj\3L|_?4μ-Y?4'L368q,%393csL|3cc8cNc[E˿YT4Ѥ pA. ת>=C]e z+!!!_JuYS?i"3+ITjY šh80 XҾ㇌ c' jgbB`>g_2w#T ^|^!v/<:Y}J,)ugWF,\n;ַ6gdth'ZR߳rThQ.&Hh7T4J{:;fX]vC)D bvUi/զkp\F!^sf^UDk.]TJ݁aC-,|]Z0!"ϝ1` 'HrK+i L]Ä /V=Gi.}Ԉ~=H6M16Ǐjݫ)ݿ"c5-7Owy3vm\A\ 姥{(-ݙ7{b $8׽ 9]LϠ<7C:&i|o&ݦj|jnl|$oQv>[ʹϰ؏OnNWyK⣗&?|;j t*ءD3װw@u2\;XphhK5MS?\EO-))銇yZıԞi+,J-vM4m]TjvU[5}Li2b 2,v-??F&MdX&Nې^4⣗k;~Fur5ME!䁁<ҷoUN[- d.Qp->f }6OXǁj;`tژIgk3(,.~w?FS7{gϞ͢]iEM&P~k:gR! /leyւJ[W]~Mr7̓œxb7)ִ1Nj\pwoMeYl\VyqH7nk߮K8z&SKzu,Ͼ;T}-]Q8}86#5~7_"-'9SQ`fgh6^̹d|yۚqz)JΜ8m7L8 7ӖybkY``?>$ыQ4I0`/0c'xEG/AQgD>Trt]'&PQ ľdt߅Wh`;>-&]A.\_2EÊINKEs2-(JoyHwB&ukZއW;m=K8i&K8q&DgP ʋ t'm٧kQg&t9 IDAT&()l vs#o{T6i pA.Q ~?jMTVCpww< qP,#~Rz?sJGKo00AP`9z#'ذ s1cyǝҵ=)/P?~jʹI~7 ܳcI!-I_}xQI9ԍέ(jׄ_2(*)\@Kht ʭ?c >w0k<p?Ne_2P^;f]ެ9V͎޳ӝl5$23>,.&߆ډח"{a}==}{|yx}/HuuhH7`$=}'زv.{3#~M:b\8yb9M˳'pt'GǦzا~{3#ʭl^CL=u- |tbIgϯ 9?m}ے6ǭbĈ`$-5_ߎ䞋w[4TVKg5i3.x,ۘc)m'OU{d]&̛XgDϝZ9޷ix6[.nv<1u׷f0а8{s^ԟQ?^.?!w6UqoAev]npdMA#;Kז02\JQ_v[_~1o)_8:fƏyɇDd^t!wcّZiwCEf,0)l6YVy5ڣma}id4( gQo`Ϳh≻9²:5>l&}ƼǗor*f"'>t"&#[Q_\QQo]/%i2) {_`x~SbM,*PUUU2Ӂvl_2U m_jvJTX:|?L_;ii?~~n%70U;:פ{{cn觵]x\珗G9]YtOzzjMjտ>_^uZIIgj<8QmڒmZyyVRRLT+--բNehڦǵ+2#Z@@x)65rg hQZVNy|*F>4M4%VQni_mS/h:R8|a<fU/NըTiZz>- @zBsN}a5ekF BX52\O^^VPPjZ~~~_+N^^S~uqEҏɅ]a19GeшE|Eqg«fq a[\:pf"o;u`^FX=:j"OÏE~ uQ6{1!!!:pUN#.|?7"$)\LHŲ =;E<{z9[1fDV8Eaq9Gie**.{v]z/WR)&*Go7r\ ɇҡJF[{S WAS5hlK4xؼِU>A<ʨ`cipW JƮ"qAhc]]Cjds^[njCV G4V$)t'%e%?`vcF ,;Vܔb71^ Vb jd&1#ΡጛłxHC9p2Y_ywT~\RVeW,~HX=nKIsb.|r@@#ld:6ħ9v0=wU#pUPep5Р W5T ˭*rc`F az`a&nG=8<ծUbv#z!FLF1pAzrAn\1rAG#?~ΖY~&'3r6yVmEŴr#zv4''BJ9ƏA'UVF%<Z a>OdL4H#׀x˫Sxl-HSn4#qA~1M6mڥ"-[VnLf}v< ڱnw9BQ 6Ga;{m;pw÷alގM+7ѳg7"Ƴs>4__,Nզ#Wݛv 6L;;h*zWã2~v­4՛#H=r;{jZUMFn[:v#7(^ Zv9 +9Gm͉[hvk{rӏ,7ﻏ0lgOѶ]̟;!Ž{NѶ/95bp]?)hׅ׳(M˷ ΛǁT75hI߾~Iѿq ݍ钲f޼[r51?,gl2Mz}^|.srUmgO(Ģ]qA#5q⣗^ ر:v( 37W!Kq}nȾ5BQ,xwRrE([.Tě \v-"&M'+ƟW]~u**P>*$~p%Ft4>>gh^(J dȣU0d'i`Rb0 No6G/sdɀ!WtSG}S_ .B&ERuIN]@]AzrAA#A\/zؔ195ڻ?qpFtf3CJؔ1UFV؁ʪs;sAX f-7W7ł+gf]Pa$`VC5ՍndM3F#o{ҟ?j;dhke˚m4o?.[C-YO}}:|] Lb>fX4(Iͦ~E'qnFEQ&v7/6}-RJ8FXK'm$#7^d%1o '5;v9t|"PCsדӱ c„ 7-^˳<*O 2&A\EQ#DZ@f3})/Jcë?O5 0b̛zbЏV'{~xƟhY$pWxd} ~mfO;B<pf'eC9<^S FYE9cv]8N{ -t @|n<قAzrAAh4m6̐+J3l_ز˫*b$+ g(+-ۛmѮm[=nJ\quqd4a0_xhWWWL&`Hv7nnnnL&zR)\]9ń EƾWgzVvdΩI:n1cXʾ3 q 9lX+?xkb hG3ce ;6f3掾7KY5w>I;iqI|{ᑾ}YMp` ?}C_omͫBN%"''OOoPU3Xl6h0`0fnaZQUUZ1 ݎ]5T;n\]1&#ݎͮbtō<3))mmiMb0جV,lV+nn{zҩSg4¯eFı B//WLÇ3o &G0f'Ҍ)s92^Xp7noCy۽lHKͤk[MNIΦ]˖$fе-MHWsگ95wם$qdh(nF.ɯ{Cl*cvr1OmK?4{fqH(HO. F.50o㣗( So#(hy=uI96^pV+w6k~.p:p4ρ3k*rhu3xEiɝ~ 4dM'A\1rA3ogbo߄AQF>z a_cU/9(<8&ޜ}>4V}eNߊg75" {?HҁeF&AzrAA|ꋣPDEDyLaYQQD'fzXՔe4s~~MnH;61կhW.wLާԖįBA>ςogfF\n3rQnmF~8 W?]w䷈^dooB[{Y_y='eۈ>xcE#FxId4iD = 5H$h}Rif F`\H{uYk~Eˈ>}'JTǽYku TM``05m-؏SI](  %#AM{rEQ0B|<  7. ׳WotpL, gN .r! }^(A7|(d[X}0EˣW!:gB& @д21yoEQ0` =!}I|⣗YϱU EaY3|zxyq?Tkm٧)W,+ c~L~MU4) crAA1`gw U3_ӷX^1f)зnx񓥀cb-%ӫX/yO? @$\ᴝUoEQxf@b~ clj3օ9ūޮZA+Çkxp0+>S~z ˑ Ș\'A\ϖ[/;Ӛ[9]l+嚋`E!7WS(lNaEYZ PWXBE(Aw-d,5&~<=!KKmߛG{+b{>N/E7&wGpqiw,[Q0<|7S\?ggrt[K\ο'<Nm. 2s7!xԫh-Iݷ 6Btee3\ı"G2L& K)qqhł#?ӛg1v;/KeXdMnpd'Nd'OLLI %:u#w]nl'4A#A\1rAA#A\'.k[eee:1Ƅ.kFYz^OO~\}YrxFwwkۓƮg[r6G:ދ]tAw]AzrAA \ߏK.9O")AhUzpA]g(V+JIrFe?ujc&ΞtU7m*Ԉ7u&ΞDzzeu4ඥf\JK~gObw Sҫ*JtR!W/M9V؛&obI:mƈ`"==)hF&.񅎿8Wh0<-/oM8{.z`L ~O֯4V_s&S^kx}Z&~_f)`7*)՝W>,vvf8g^>v3 ~It Ng2H,.q{u|W^Uؑ~밫-W~\e-KHs5,q:lOΎ df(L=7]GؖIc#b1k=U*#BG7wb}Gr ~ڶ * *.=篗Ϧx}¦o`ups^n7D`i5⻨l%LӳԈShdϲtb={0c{@E^듑(̘Vx]2?( wRCX,,oN]KZ.kK]?1?a68z?Kc6L[wy_ѴHItl6shxi=2CnDz#ix?8WY(>ܫ 븫 IDATQhfP{}f3 abLiѾf,5EVn!C2d7_(=OkkuÑ4^ѫΆl63eJ!wUkfUfWz|r+'|q{Un{j3,߰V=jg|Yzfʐ!CHywӵ}~=2w7͸^B5em65ݷVX]\K _3s|̀%A/X߮׎xvk9c G{_MWIn.&1}=xU೨dGG֯zKL TUflvUCďf΋]yiTTifG%{.8# <4mt<Ӫzμ0oVj f[gZUdOfCZڲئ x/Yoɶy'she\s!ۦL d ioEBC6!$=BZp!B\!.~ g mRBm<}܎]G Lvz* >ngS= !$$RX8vƗj\v]n-NJg_5ySŖb[Jr1ˑ),^aI EVE6=A{PWOXB_~ɷ>#P2!!OlQsbݘn7˓OGppO s~.ׅ1go|1 "$$If޲6ȝe0^x) dZ63cC|N(mj%qrq^IN,ܷd-sc(mH=AKHH~-G"tQT4TJFjU@vՑN T񺢯G# Ofe`[O2th@ضv!gFݎf-įV}=~dzi̟a3M4oUU7w.[uNw ׸mwr3gO[Ӳ0$־3]]e .Ohܤv,UTqE*e!B=ҁ9^x蠨DӁ^M<[e;y,Z !""B/8p6P~~*8~i- _$,Q-RBP-჆*zEE -|AQ&Ve!n{,”R,!ut-rC6]t~ye(hg;|pNǞ:Z{QT\mOKK/T G:=A{}4 bW ^M h؊Xx*{#w*{=Fڴ7= Ʒqٴ89|tEƚ|C(>?E(0k s!vvZܖmihn.zO$;mo(ZL(G[p7tbWiT6b6Vg[9?L׍ >.|9M|ӡ-6O6e 6y[Yp3`ŠG ;voc-Yc[;QQ^[F1cp|n>|ӡ1f` wK❮JJVZz{|Nx'{"-XU hXU=VSUXdg!;EJ"MU9]jZ@{:\T7qª\t䫪EkuzxB-xIWU*-WBp#;_/ ZjǓqTqUt*8hݦ]X@z=\wiwб=]X +r^]!%_7V p!-t.BH !$B+p(/bpV :/{A}ѳOsAۃ p˟s|7l;IУ<8aZGSYǟ|`϶|+ C ynSonNl ~vwZX>w!!g ϱgL&> c_ w6[kMpgYcnϦxnR/~cF9'C;=|1i346W2G.dbXrQ4]~&;w8\HL rB6|ϞCv>c6;w|mȵMNml}I5t5"(8Gb'GƮ lݸc2NI\ hr:fwO6/wAIjۂ3о]KfΊ`Ϟ#رEKsNu)3wl رqF{AdrgFϲyi[v}@YVGH:. c2ݼvh3+U7%"Y'3^GFԨ"Ϟy Sv?С_6c2Z޽Z3>  ^2HнkQ_UUZwFݹnj4EUygKV4G=n9J<Κ m=vJUUU6[2%w8aeu߻qe N)m꿤[N:msz)_QqB !$B p!yNԲ7j@1XNq,vvk99i6v˅au G 9)HZYuwʡs9H&e哔S({]Hhܮ'@ZZ=BT:^a}‚-&5|q,V5}̷\L*w h!{]k\vGKΤ&ӰYԞZ !nKt!&gffJ-K%%B.хB(.]hDQ<ݕN[)WpпkW~~DTş2oLCPPu Cf(*uBǎf"S :a$ɩ{1Zp܏mGRzcV_+^^%-]HW:N,oGP g,4r3Co=]uPϛO^IU?o&N ~466^n^B){p!sɞlqqqRKԬY3i0B\qBH .BH !$B p!$B p! 2zE;3SPF#֫GQ'$lut[np#VhA=0Lez@Gq~dl:sL9ȳ)13cRXXw8ȹ-8h$+u'g xCڕ@^CWN>%FobLFK"pPYv;{^k#9.ܔvi2965ʂ5&zo<|)R[c2.#|]~K-{{jϟ.J10L }q%_pz]"*6Cb9Á\m^j~I~h4ʽ7 [ȇC{c4Y}v5|(|J;kY!U?S޸3ټcU!4=B\q\v[RN,3=!=}xx8gs jaՕN?}O,e"Kr%Pc>3õiKQׁa/(<|:G՚X 1zb7kifUc4SctnYyѨ^u ̘9 kզfiݴ.kMǩ[۟gicŽ*3yq0]J|qr\=gj1X QK#8f't&-oM+;{Rߛ"4Ctv,RZA[urg]͗]qZAwSlŒ8Ɏ-i6<|Y<{65ahۡVs3v'l;MEaEЁ"n":vS K:D/oOE||j--Qu:슅gĠin}8Fsj?9DNm~Byi>ظ8ҺE\ܫqqqGOR_/ k٠{D݋[hݴ.R3iߴM6ݠg8ujxfbcc2 D ={vΟI!)b}c[t=trl 'tOthoq _God(Uf_myi4W=Pv} ^mBuΑS6hN&Mj^96Oe=<G6ǚ8BZ͉^mOw6/ENNvѼmlϱr#-P<2?vBWtv;ٕgٻbg`8PٟI:MbЬN rQQF\ voܭ탵w1:v,MH n׶^M_>@ӓ1dBE-O<] qW{s.WCQ<] mǾߨ.ގ6jU$Z5{~h ZvhT<+U\ŻF%~FH !nlB p!B\!.7;]]zH508 *p`^̡ r߶F?:X"f Kh0~ߡ|zWB% m|dLSۃغ.VKHW|h Ő`j`kE+Z!WAoGհУc7?{#Oi0`̷xm6Y9wՆSI$&cZ/// jNww .zZ,6++ .0j7ホ+nСldgfN~Q*T^Zj*޸̙3bq⎡.nyz*nU hˇC# 3]kUhZXW=-Qӕl=Y偪L])16mX,^̀bzBd_uOn͇wWUёx6 Z^Dnxաd1#(,H忏taZ}=}#2hECzoAN}8g3fٗ<hԢ!}:uӠ(2a؃ZG}xhp~ e/s**[p^ЫPjcXH8Oʩ22ڭ(NMdIncY((*Bop+n.PU۰RXPH^n>yyVx{s[4h؄Ryy9;{I9{defbAW䒗N~f4ooO hR@ߺW©Bm\Ȱ\x+ ?x6#fPv$Ů#^(tFXp\ɼg@Kwk( IDATP)/q}c]vmCOGOO=?Veܙȭ[z"BvN6OPaS|zq׬^(䓞jb`n׷*f_?jV 999уv] FWAaSptߝפjW$V$7%~o廍loڄndţM1ී:^iˆ"//jV4!-LJǎC<#cyM]j0O{8ŐGJ Uuܗ[WKE p!\ !$B p!$~F&igo:đy-1rbh4]Ko'1X:/s `ɮ~G!Soy] us<@B4nZ= DpddөSr팜 X8k)ěg p&Λy1lS&-'İe y~?}=|XlFqɮƾDͥٽٲygv%Ӗm?ԟ?Mb۶.olۜ'8T6n,7wJGefoin3X??F6yġs1]FoZY+{YkC6!\!.BH !$BHh4RiZaΙ SY#8xo0FgҦ.ԥˣdZٻB =:RM'h4jLy{ 5c;V:Cpttyaxϟ{5NhyY,~U`zwAlwxE2RvpR^z!uq0fI\?g~*..s_â8Zfd摑ޔtjR7j藓i[ՕE"1һS'_{HB.7I!C6%B.хB.vtP ,)PH%-1n K6z Ҳj%cvLL$!lho썙Ci%G} e4鐶c8*F#ݴᣌF#: cxxx; Sm/fCdGckۓC )!Jhd@ns̐Vc2pjKvSڒaJH˦^ݞUUUՙhWcS2Ԏ?;VgEToVUUURwgUMCUUUԵ-3jǎUUUՇt:+:+:avUUUuGJz ThMUUUQTUUUUumثhQUUd?u0m궓UUUtۓ3%e3z|yseʾtV&خv (SGB\s~lݺ8UcMx{k9ۋ[ێ1v>4&8*7I!L7c4NC7EٺeFFV>:$(Q6ag3;v~0%XeJ\F.8Mz.OsYZ+˩_Rل-6g_Ղgq'6`/b7tTsEfzmĠK)J%+-)_zj]:&Xs$&&Ҹq+:gyc(~gfoІn[̙: ±ٲ ǯ62ou^^-hXc>];h^4K϶p+xR#ӳm#2r39z !{rϩ+[%\~ſwtYn{]{`gurB[\qރːM>2d\ !]!.d&(;PaJTtO/n ڥlC6Nw%+E]MrpE=ՆRUUdӍDlf]y&BH !$B ѩZt2d[J}#2؍ﴡR9dS˩˩c!^SGh,F۪, T28*KiԷC5AbbUoRɐM%6)3us_MyZ:wp tx6|RɐMaNd)NV(=del2w9sl9x6[:Bzqdᚄ7'I!C6.95kL.0B\q+^ !BH !$B p!$B p!B\!.B\!.]r&EQZRSB/Tpw?K-FO>*{Wk}*6mZT w5@AV</}:?XQ{u֭߿ 8r7}klLIc? 1H`Džxe}>w3ݻ%Z#>BϧlV􀿫I\AdśzNxiܼp";C_LB2y)l޲-[SZue^X(z?4k׮}i56ѵkWV}EFGkWSV֭|\ڻ֗=.U.9&lTFCX2]Bx. !B˕.( /oDӦZn\TxClD^aI!%bj_ꭽ>Ni &ZfZa۷+3VI!g'Mz8 ,6&%4H{mXq*tEbXBw?D߼6횲=1[,vebB\Whlʞ 5jgQA{mXp*yVWŕU`ٵmQl=v=W lK .Dsp{_ʽ:&J7[-7ſZy\MfյM_)&{WkقbFaWWW M!-ju:] !nғMs;B[\!B p!BBJB!MZdRd'%7CQ! ŚC˚;}Ҁ !WIW8]!II#.Bܤ\>ށ'Y{go?SJB{F6"YTm8|(wI.,>LϢ9|vQ $fˡs{3a` ?@JNi=DƟd1[ >>Sw/5oT^crFcO8{v[: z|˼>5H6bVNm ߰ϴc>{1vwϟ?Xk_)]jv>Z 'U{ukL}y2z+~ɘ~94{Zag,0߰>G!|@jNd)61강k G&'K\Qi]%#FGI'ͪ2m7$ls:*Jw}GƂy8nk^׎fCgx쌚mue+fC[HvkG:FS2{?A]섍Tz7vJ~G96ci9ml+z>ÞO¨=o8N^=g8ۖqi` ~5O2:a{↹΁ܩ?!9Cj# >xΠsv d \ f a#BY2K۽'{cFBYL>w $Iqy=N_.zw7C؈Pؼ);x{23}xlN:#ByOJY|fk:[Ft .7_UʸORJP2Weֻba#BX|RB f#jb;ѻݤ$mfޟx~D6w\@O}K :XzaT q:ZM |8tOiLjaa^y./87>ʹ%!_ެL!_zW;K;L߽]L[5eb/lrr4]|Xje]qf}Z\O#=oǷs?d޴qޠaOyy:mVv㤦jN+O65 <{mýEbH׻VUmݥ*.XV̶\ݫU^UXQt.%ڊZR`$!)cq+U*Jǽ:zt\וo zdSս^KbqRr(k˵E烷 &DoߩoB!ĵmĥcBq&mً6B JӅBB!B!4B!4B!F\!M3HKO&bţjΜM>nCUl^b ]վ&d''L_UTow3ǕGrD,}tV,?~\Fޛ(9 !gcůo>{b;q-Ol`<@+NW}\(:y=vaIr&*7㷨u::riKwҚ1ʤii"&/<ƒ})3m!OJeh좽 iۀd29C` v8V&_@GpD^zgJ۲e w]z^D.P&}j9 .w^ȸD|2;OcmYM_ģسxٲeY1Obcۥ`φvwtf)eu:w^ڕP!cQAF# 5+|_ڹ^AA( gדZPH]O NޘL&.W?[ 'l~׿^1g!ӽ558M&/4 +ηg-h]l^^h\^כ[1eՏއРN-[D^x{5cր&&7jz^>dЦ y; (=Zm&P{w缯0 Ğ |7=i x2{?ҥ  0/G>h0>>GjEtiT…$j5DffݴPFtl{'޿T{ynkmӦ)o_y;_#5\^Fm/.k'6N'6-VigLuj>h,\׈|ޱS^Ã`hMnAs a[Ts5\?.AN۲l6o$I(]i}=K>=;b7:-gʬ6_q9X{uNWw<4L˾⺊T `҂n/OQRRRX=swRRRPv}oS3;SKX ݎ͚I.=Xl0]Kn_e];W{yI@OFLx`/!>Ҋk֬I58c~n) ~.V+bǦt:^QQQl#zS<2?mj8Ty.xMLo} bӉk xBYIo>{2>ؼ685r\vٖl¾?[l%e?.}2ŏg"3eqx5َB%J {2G mwKTj՛y+cbG?'&c][}L&bQ.J?D2b+xG r־ DpPyBryscV4G^ïqlvɰ߳ `bc9cVc4.wޞ( a/8ݮ:G&fs< ޽%XC|ό^ *jBعϨ(xQ߀ba_իo`-tұ^5}{@j(~]:]Wtҧ».!r(¡C]M 3wSxjGضm}B!M۱-????N\!Q((|MF-BqӅBs#~̙bcnr!7M#^PPpCl̍R!iąBq 6<$!!!`;]nU;}$^ɲ׬<~ihMC7RPNG%vF(l6 -lkZN;m9zg-5LK[3ZYZL•,(*TŇH;!!4\DDTDNz+]CO`~׈> Xt1O*lϱTk]YxNJᣃs8@;I<+HE1y1#U~.ڸ9ϳ+Ӧa-]O,N/[orѦa-6 )=b_!ɿUUY pի^ C֫^rZCBk=4ioY~9RhcJH}x- ]el6n#GBiąBNB!wB!;q!BH#.BH#.BiąBqPPuTBq4v g(*aUt芧 ztY^!7_1S"gt4@ ִfձ"SGMшAC*5\>NwEymPWycH-/&p [q{'ڲCzޞ| N\wpx1^%M7WWi͂#ٻ(MbE̤@  ("VPAcoxkxmEAP z޻aCB-@hm-s?6;)@g3y>33f}9nwǓxoX53 Ł2c xIPg46ZT;\/Ԭ}-kg?q]nܵ>[v3O<џߓI=qϾ$c|mou㽶)nt2i4>yy/Xgd;|A_vϻ/{?FMؔ3YL!8${tVp6[=QVVvϴ*oEՙϮ?) *~-#C[ӏ=f'^zy==-իW/իW/cOw)իWsiW^*nt4Ϩ;}be/*`іeeKYRhԑM|svOgT5ۺ[m^oϢLTWJOl~Uhw_?5W΍33Ԇ}ǽbᙖa9M=xRۗߒbQo-R3RUIaPJ9U~+[~=O?T~8ls_/QBqTJ:kL]&l擟{{Zl^~jY\bLY+}-gߖlo&ݛ3fx-LYbBNws銍.u2A$cgQ`1A :B@ȴ< `7x\fb2B3Tmq': ;=08]?L<[ps-++p!T *tH N:xmzw(ۆ\L:"n a@|3%F/`F<1>{>:MD _˨ѐ;#,:}?0|q 9hۙWT@_SٹfXv976=%.n%. [˜b^.;L-u+uosbugkQiH9+$An2om8Bq1 fg!B mA/{ޓS/99Mf'إ.x"Be2*LL4Sto@5,Z`w^9yN 0x ԯz~.K2Rz4NPÿ&oߞ.#b824}~!Im:͠^Zlx%rg!XU\_®B?ɴPu_uVz]n >;Ϯʼn5GkrC:7=ou<;s3Yg"ׄ6bWb1\8@}&_Ժe>3CU/5q!ϒ'\thCX.t\S^wz M&LįŠb;EarB!IO/MmL|sŮTru])e-nyu !G;ߦ65lA FZĮ麎R6A.imP3Jl@6n!r&~˟z=qmK7XL$[˯/BHtݝKcfB!? !ϓ; !ąB!I\!ąBIȅi^siw錦iz_{f:BK$ia}#V+VS.$&j`BC;[ ĝH_xMӘjh?i1ip6Wb6߼û`,Ϗ3هXq+_Cu9Mev4Mc$Bʶd!4xv'2],i PE ң];]jO6^u}5ʰcXcز|Gm+oj͞X>Ph48X4[c`6Ӭ+Ly;дp/Zjir3t drkZ!F8 }X63?&ūQW< 4}:|7{b'}z0l~ V+fZgi3݈<_r !TZLu›`ZS٬MӘ>ȡbH[<MؓmKRiDp(F7*'G_XVX `4MUaZe!ۺ wlbc3;CB!= !⯓ !ąBqQ&9(t:+,_2e"%~[>⳯oܨQz*']]1T:pʘѓh\Q訨0nDEEyH#nס3U=v_7*+5l; yYNj6Y ( UW$`ѸLud-WXa)Sדv"ϗDrFkg& ,2Gn=%@Th|n`ʘ1dg${ce2wmRY(nS^N{~`;C\.&m)W=\ O=\a{LM:ޣ,2Z6:ÓrO vPgԨq8Ks>Qp r0s&l,5N)GrbIAcLeURrn~ٲٰD1rQs5;{iCqhJ3;*ŸqsX4e:5JdžG+Yơl%`&K&OfGrlwht\N(w疛߿?'vY<7iD$cєǢ)өc[n8KذXR>kDYsu,@HFMoUIZ{m$MC8k#];గ*-!=eA%)v% 8fֽy4d^1))f-4oDjv T]T֭j#a9X=:Wu+1Y8;5o\={F.5:mybWrqزY| 8sWkUo7:EY,-f mo9Pl&v67^NKlN;3>Y-1:]2Ju97`v:*-#i%G14kWL.2n%Va_+ڔƖ.pk7c)&W QQcX5o%GrЁRISrvWSݑ-pLu [\])Npu7_mʚ~LʦmfL=gIKFcãk݉n/dZ^1gm,*r#o#KŖrrT5K&XirGIQLʹY.k+O,Uƶ~XR>׈m1+;rr٪.EXȄѣ)uӏ+jոoԨq3gQ'3Q璋Źؾ3f !I\!:]!$.BIB!$.BHB!ĥ5Mcœ,i_^Gj?b'=  %~"S7BQ=I<~`>9~uGcʏvFBCC;&0zFѾv7ɱeNiHȸXw XW=??lx=<',o.57cBCOބ叶b]t!$^v|md#i lNޭꖈ~Lc-t\W¤}*ԪiNdhPkN?~Ӣi/z^;+!!>7qunt!^BB!$ !BB!I\!ąBqI'S'^eϔ;=!%1cvzc>fLYiޚ0@j|4M&2YcѥǫYtWݶ ڷ]a؛ϫ=?߆i{']%7#M ;>MI-b@{IϷ<ߵ3eu9t;CB*$֭nED0~$7G{>%H7Qicputn݌34 -+yQ؊耗Va3ט9ufTΩl%ؠϼЕM:_^Sdwowģ#xGpɅ4ȗcӸNM:v=d,]ُۂ`Cjuυ翘@@sF{%9/7{KLϽ1K~ !CB!DӅBOuT#$AoZNOKKH !yԴiS ӅBIB!8t!BąB!I\!ąBIB!$.BIB!$q!BHB!$q!BHB!$W˧@44-؇Ў(MӘe?} a<6ithMӖ cYBe0ga4OfؒD޼7}ZUjVdN`Mu`|ԫ!owe׈> 4xk)uiF+tfo&˞b0r3'72G)uRWLUHʉvmytc`uƲQWЦBșx5wcX,Atn~#tiƄO^:وVH}?> mG6eM/=5L'~_<s}@ՊL4Q=p*~Ĭc=_u6vn3s8yW.c`6Ӭ+L*SUݺXV6mZk)/WHBQ=IXVV/z놓;OU_w9'p(푏L.|:e^!;?E5d挖\,uc4WG"‹FWN*lÚ ԲȗB\3q!Br'BHB!d4hРhGBJ\CnFR췮dX 2n4[ -e>bohx='vFlߘ-krCz^놫[5z,ilqn]=+*`d.s9%-Ů>gOaUz-odo3m)c1O@ny34uXOB&o2` ϴhЕI]cuu ȐiIжlsyu _ ^֫keeؽs)u*롪2Vl~< \Gbּq]GR71l@7bhvATT&?Gٴ-֬y6J'ۘ6;^DGE28e39t8|[>s,bĒcyz%ZV]<]g_͈.vk7}vY!.UFE)J\1SeJ)FTG6lCPe]%;ȑ#UKWMWyN5rHRGYզ=G*?~`ڼ?C;ۨgW2&qRʮOZOQq)N);G)T*ޤTfqQ0[9R+7g]R38lLgqەRv5i y,[0Z,^ƌQN2T~3f?qgVp Ma!i7~.M9߿ٛyJ%8I|v4z'2#iix3ױ#E u/64MáiBoQ uxOj(+_t*ӿyc ^*"BB41R +lOdÞ >|{ryg7vA*_N4RN=ٓ[Pz}KnF"(:v|MX5ASUXa)i7a;Gqq%L^a> ;?Q[)ʑm[|zZGiفeVrifv?H𨭔Fm0j=uyaq!f[XHȘmlQ8un%. [˜b^.oٳvdaw:n͢58m$?ŲAq)qP?m6: AtNyB$~|o, Zd/fO7I-+f?RW'h{34Hra!4S%KWk㶠:1^َa}+!.>GJk_|ۿB,;kUօ)7iM7HN[ |2ܫ_^Sdt=wģ#xGp[7x_~8aODcןbv么WyͧpUJabӷifz?&o A})j$VPǩS6[m xK3jZ{kYN-Zԣյ ؒO Kqف.}y)!3KhCdd \}]r KJQPn"8^bnRƽz9WYfĪ|CJ*w{dKfOBHB!.ruB!I\!ąB!I\!THٔR\.JKKq:\., b20XlJlL&L&3fT6BM4^p0u Sv6n\q^6@uf}O8}|&|oAx$$Ĝq]}{YIGZדm>#6*?=$>̏\nDHq61t@o>:zڶF@N+.Pq\8$''b[ &l6pb;p.,jժMWl2R]GuL0[ ttBp`+.Nii)y]N,f3~~ワ/𯁿?)ɻ0aŌɤcRRRB͆ÉfI͆ԩS5C)8.v.]躎_?_Lt:X%%؝.,~רǂ/5;e1t 9\N'3al`߿5dF͚4j!5kI1z>5=ou\;m !H|lӢ!?EOnF:Ƙ_'q/wnExx7~[>"8~FaZY>>ЍWV2^B6~ ?}j,K6G^JHZ1}վByiTx]V-}8^Қ+~f_ G`&@v*$Vmov՞,~~Zea?~7~:DF%&fN6<2O +'RrL;f20ML`21J+NqY6:QN/;w鮲e&?xw0g,Lee7p[뇯头FqQ!%d6a6[0{d2l6=(.. +65??,>fv;]q:0܉~@LP+ Nss[[9YZ4t ȓbSWm!mKJ4F?Ֆ&g[Yi݄_J߲g?VK}h绶[l,شOR߈)yRlߊL`YOና70" ײu4gfkXY6_>uips3|x<)Я_ ȍx%SokW/!g! hZ?-s;ٛWϳCrĘB4v;*)6oxjun?؟?jxk:to4x\ߺ z z ܱ0t |#>dbl6cFᰗR\\Ǘ fԬA@ |}-躋wJJKA@@Jep88\.PO])Jmvv;vYv łdBw__|}}&̘1qUWqt^ހf3.~\1WYrْ@.֦[Oa֦ l8NB}z9ܴMֵ+L\nk]ZWH`ҤMzgߔ&Cpiޤ>=qn'F=vف~^ǰb[;+ٗ"j1:[/ץ=d8u]V>RL+.3nyCc^.s u+>=._dCMh2t 7=Z0j:_@MUK9b]rQjQ\vZYq]J)3 P>BIB!?\v, .e?q MܣI BHR,p1e WTD;h:4K'>e/e|j׽ZB$B!I\+>3)'hѸ!#'=3/e<\Ƣc6Z0kgcQXٷCE؏kq8| Z`!f8G߉ !$q!By;]!HU^rrr$BQNPPASvBqӅBIB!蒸-?}՘GE߮4kHȸd4M#%~"ϿM5~'WY4cvW"CCsʫCfmjF|536"#[vq4!!'7Êit_QhF zGNz"o=`LO#aPfo sj‡$:y]C L5xZV~ՄI8]a?z\!9Hl&ў3;FZ {@u>Vo|#[.o>J?5S󔟹V7!O]LdvӺM;8`nQL?V~ccv寋GgipDZc#ѿG4"kЁ6x{9ԂGpyv<1Ym\{sKSVXBM.lYU!ąB7& !ąB!I\!ąBIB!4xj4MC4HxM>=78UU7{A4󊫼˟ Le}+""XǩSd !$n]= ΛZXV:h @vn]+&}FV(dXݾ呏~t4?נ3ކ?0=awY"=m6/Ƽiv4-#|z9QAY|qYshۮ6, `ʶ?Zw|nn(w%f5(raiǨuizOkڎ@``3]u1XxvTF֖wGLb rk2Hn"B\6!BB!ΧjL<''G")%.((H ߌ|&.B\t!BB!.$^Ӄ&(>iƝzkGhh$Ѽ4Mcu'Jdh(/8;?e$"a4ѽm[4M#~hFkyһ}{>}I3'M30I+4]ZVaՄA])|B~o~##Z!IT5;CxSvČS~KRJU۔RJu57A١RJ-~_m:i%v]=?~Q!u/l+(S;HbI!&ruBq ۄBIB!$.BIB!$q!B\I\4Aύ`Ά%>(K1uc^ϖ#yV5?e^35)1=sqLϝbyiȟ^m]iDvUUqB\RI;gHd;_x `zn69v_Όm{r-"[@xxWc1ruR|7R7- H6rؼt6aѴ mz;}˒imؼv):ʫ͊eIº{nH5{/H>%2ddcZ1!jP5`g=&Hȧs84O[}HZ=gz܅ÕG7w2qJD>~>K1{^+ͳ܉"i?Ҳ ~L9By[A.@cpIjřOֻ#!(xb$؄t 17\Q<@9WGР^ģVoA4ƭ7K[̢tr576ɫg45 PE krOجB<Џ4^} m/{k`MRd1zcg|n ;ИzǶ>Km6 Y|Ⓦ1-k8z`3u1Zmh5k*mbҰ7bVƍB O{9xfkZqk2K/`_'*sϻ]ÿ,PGN;]}g ff3_?̚#]z8BsE4VkMk1\ {b}6R'3n !?= !ܒӅBOuT#$AoFNB!.RvB!I\!]O6xm#2MX|ڡihV,\4MC4v^i@nF10MӸǀ7> Ŧܾ6w?i a+ekV6y/;4M}H!!Ͱi7bi!fO{\,|#}vB4&I"9vjÁ,̎꧕[RJ1c/) ZRJMSw7`zܞ+ UIDSn"VqӅB\&BHB!$q!BHB!$ !M⚦q)C/+zFur$VuM74M#=ݬ5Xzgj[)RNcgơ;rO;jLϝbyiȟ^wf+7 co>v'fX)$`LjZP6v]q|,{IƏxӘK[̢tؚ(L݆m?b4frF͚J۰4 ||ٽ;͘V7j 0x߬LX+O,A_:ǯGuc!@U+_KTaa]ǗE66ºAW_ VJ)7)NF.l<M)Upp VYN|ՆY:;bƪ_Vm+[dr[_Nyjj߾]mJ)l;;^]h!J) }Cm=mĢtˊ*z TJ=ԢtcEJ)BCR;&팛"#'ݧfV*8&kHY{/wK*&~^S];?Pb7l@P)򎥧W=X!¶KE!$ !)M!$.BZؖ&BiӦ!gB!$q!BWruB!gB!$.BIB!$q!BHB!$q!BB!$ !BB!$ !ąB!I\!ąBIB!(TWEp8$B!ٞY3 _8wwKuUGߡB!?])--=I/"""{8OоlYnsB!.3 xDDg~6G^F(z~>#.." IDAT*Wx쳑űzٯی>ixt%M2֡?8޼B|d;cI?}dЦ][8].zBIΝy>#-aY3@f&jb9zy#_ @ܬq߃osp&,I#..ų?0Í|XspekXz*[u1,ewspxCBq2)_ϼ&^ݿ?B!ĥMB!$?& !)IB!EB5l;|ot^.ksM&I!\ĝN'E;y9jltfyD!3 r&/×F~vr D-nBq.)_^Pjq% uLsIC4lssiuosi8RNeƓ]RJI`:50iuS :׹ƿi(d۞&Ns9T&%-_4u.aͪv3!O`Vutr9)qO^ ,ןD5\:.]?{F;<w.Hwb셈XPʫذBQzG顆rJ(^\]]fw7}54_0M&~o0d_sMy  2m%GzcfjuNP}e:}z=+c K[NmϨ՟~cIwVF/tYn90u[/ǩ赬>StϜⶻ^~oW"ĕ0]xhC8}8 gmyCJgaծkc>{; xq?`(WϨho~k \T]TޑuɃ8AfŊ$vv{#cr *1A6d*}"kt7G ?Fo,9|ԳN]2gQ~]Tg'&3~D|KdiIvǽ_F=|8]6#ƿ M_^:|=t4h&-z4GFQlY뻳Fyχ᷽OM$0 Ͼ9A6{?O}|_WlYb:> [aOoP ]O鿥9m~2c$v g}g߂( !n ++?tC߱o_||#:T,˫#naҌ~҃f_tsAd"Rodk< ?Lf\>B~F37z0=J^1L/b\a?5bňض}GSҨT³]^ r<-9ʷpi.zS} |`@:ТLw3QG([FՇ~>E<'X]' ʁ}?/yn뉣K|}44WFg*ttǺl; \_;v=̚^~g?}r Μs uŨLxČ߈>:7Ǻ~H^ݮvL]zVFw& ^ۧ}P O3=O=D9<Ƃ3|Ұ=u#zՕ%ɟ#s\"53iTqmr}E3o8{l}Hg|ͨ5>mn;?red~צjmfy! q: L#CѪl ӓ)[̌Rv|l1ϒǿM`@w-p(ɿəyN q(JUn!=%N)&C)JW3s԰ &Z$ HbP T&ii *Gbe\AfkiiI;4Rnϝ_<5gʖo%'mRys}{%5ٗYb0PXZ4}իZG^m| )kuٖ|YC)  =ϾW¶ENmwYϵh̑m>iUql!l9op}gӕCB y٦9vGQHsr仭v~2/9ĮtJ+O!n q[2ClIH*9q'Cױ[ê5Ħ:w2gB+UsڭJd\ n%(G¡a4qbu,S|>ԪYm-_2FN=)i0>DIBb%Ӥ #'bwoO]x ;/-ۼn幭9UЂksԭ2uJ߃%0y[a()N^|; dy׆3h'Mu^n˿ n=]sCОwϼҾ}ijךIfVi˔5ѰTPA;U ܧJs٦3mzk}9u^gnԠO?q'rjTQI \W:f I5AH?tkVᩇ=_Ĭ_GpOs[2(ceGsFbfev^g-h;Y?)tJfd")+HʌCFt {~fUt*O&?i7wU s l, ~})tt:7nbR"ٚ}Onݦm]B|m~bqJ/⓿4Jk.JʵLĿSFV< ˷xQ3?wZqGbٹ|eFQߗdR 55* {} .BH!7- B!Ŀ9+ BCC m7vLOwN*|t}#L)Tf+G;<}w>=S~{SO'2O>Ooy"ͷARܖ @æu Uo7B^(~4W9JSX|!$~T"6j.[lPBR܌i:}}vv;/C{WfL[Y|ϛ)OyFc6OBl]K7Qd ߶˽kVPV:=wN@1`d'_ws46),o]Av5+GbIճ3*G>O_S *rtjOYKtV:mIXϾyjO흹dD qC;pScZ U^![ ֒i{ݞf4dJif׃+_H;=ϴZG͒<ӝڴ!#;<ˌ޵x&*3[7߿}.~o.䞆 ڡ̶m_z8k*W}_Ť86m乾}ǜ//N:mKw}{ 9G>۹73waXصz /g2ڳl^FtVVi?ɷ>91{2f˹sd^y?ԍ,^N'_N)\g4vEC6XIcxV?ηӗrAE?p:F,LL UT)Ԉ8k0BhpFwc.czK4:;u1e<tVweo/3xJLz;T[GNn0gϹ]c#vxvOq̾Oܙ#>/'s&#b:#6_{[@lȻ/_'9t 79A^A`( &С66syNEg0ӷ@eiU!ez`H] E9OPa\>wn譯p-Y|8,e )$?Хa0oL)_)γxPYH۶ ]7M9|>>}:cM}'`VzkW0OBmW98sγ,sN\a]!{p=Zلmx| /}3½<#F#IV9Mj0j(j!$`׊8R>)_l[vny}7i>Jcws_9j+r9y}GۆR:6)Vqh!}v=}rkmc͌=Q9acikZGa9cguy]I}({m}m}D*7w:gX W4Z^fvO>ueP*2\s'OwhZWF5/av'mt@i4_Fr<111tؑ3M{XױcGf,^ʅرgzбZeeeG43oܠ,g?^rTSzՖo;s1{$_2u{(m[Qd-ϲo/&-4^٣wbo۶פ.4ߧ{~͝ʟ ٓ~-5|u+ЯA9~1 w{^T*֓}äsMyZ!u;\CqWoo0>^L!nx^%X+~cĤdsAN5{:w&IPJ:7NA?T۹0Afo=YzlƁ"#~g}(G=bGGxkXt⼾bM?-?=fQo=izuZez@웣-sڱlWOws 4 xP,yCPj]_A xstaR)ٰ߾ToOo+#+ׇJfwYX1|f[PI[OxNN/pFgw~g#Ug̘P2iNvox| =d́썉 @#6J7tJ)T{p"R<]:×c~wux&]V8yeLl"{'ܧ@tph:;]WǔؐēEįɍmvkT*և#cU}rw܅ qpUS;0c:xݰ~r;Xhh()z?'M΃gć} w5tPo/kC5Nee멄r=iR-Oޝ}kVg;/1|jߕ(ϻeٺyjzݶm4VO jwESui9#a} ߿R7] G|i?܊Z<Nw#z=%C?}3m%z&KINfro1/*#Ҡ(]y5;_3]glvt 8 PrÝNw[~tp3a/z_˻5oOWhg_O C} yck]UPY$:fwYVJC*YWb`AVвy7ϟ GVOQz[F}}0gM/>p "rd߆v$6C˾QsuG*d߀kz:vDRy4b.~>g Snm>h ~eʾ?yH/;f.]΃щ߾MNHՑz ;2>6t]T |ԕG?A)9wbr-[<ڔt}@QA{|Їtݞ;n0bT\b!(UŊգ99ׇ̧֭C^2oʂ#)!WUgZ,|׬S}1c1/<udX ~G"WW w*zTnڶ%LbpBFkkU]};z›:WcXn?[ 4@»aY?hvsX,쓑φNb`.3qjfgȒxvE7l™ vIfjгsѶImߍkBS iLuV\딮ʪUX4oOR\,eKϏٳgx\d'}iS:z`N+^}re߅-/"ө\@T/~IC)Hv}v`he{l ~Lh0b6Р6V+Ώ]*1E5Gu2H'Ep,Î8K#2$wώdĥdR0@`Lُ+p1%˧r0ίLP i6(6J1F\Jfv)W:$m'3HUFzk40h&׻] !]yO=ljH<4?wɏ'f\"kgA/yOvveyiMI)4@4+ǎ,^_zP2|݈ WA;f/;Sl45+".fҴ.-ˏ+1%|kR4&?R1eMEg9b˵A~פX߅]xJ2`A9KR`SlӹQuz-Kj꣡d+ź%|.jS~~%jR3P_j)絽^Ê !]mWr B 6\Jv'5W l"+9qgUL``kݣt;`dγ|c$êN3 lEeȟx{xfϞM(VCsjۙ6{&fq΅[|?f߽aaahŒcrM`ވVxߨ>~7"Ǔ,3vMha>/FT$,)5PfϞh\e)GٶC {ZɧQאCWjyjGەj#˝JpOoϱ|sY˝oW^:oSԽ{wRaa*ժ]7ZuIslB5r}RJ=ώGu9Χ{RJغ^JWJ)zxٓ&;SJ)u“oԾܣyޖዶ=-P'vw_:n:\r˽c i^f1P<u[oK,[7E-s5V?M;{޿qOj߹Ty׽Mdg[.vI)βSPJ)ӯ*!tʙ诜+6@]}(^49ϟW0+3akC~~~4ԓTc왌]oFdJ*φ, .I\rJFc HC vׅr- @pOH3Qa! պG1yğ<زW*gQJ]'O$:g~뻟dx).]csJ?GR%p߷3r]~;;}hyc nTsl^;L]EшU)2]Ò`UƅB{ٍmBםX)8〾aQcgsݥ>t0 ւ@lF :-!,r)xWHo!į$kpwY#˛T4:JW+PP"U 3k$T +i8tBEpWY؞0jZ"D4(ܠAZ&ISܨa2(aB";+&t:Q.F@PAӞ{Y~¶DeBZs v`VB!#g7bs7TuנYFZ ힾLlMWޡPhJа|k2H !0eV (: ]9oU/|}Ta׹3vC)tKQJDF1):HH)F~z˵z!8S+K)6u"A@uPrޕg)ŮTd/?k`9E #h{G 4]\Ȱ#IF65 iY(}cs8ec @3W;IFrJɮJ!xVDs( ݌_ j0 yz>z~mR!80W9K@D ճב_s, ~Ld+ψ٨+9;onj+8HRDIJOqc UNɫj߆jlB?(+Ne1$kkʨQܠ7jRBFZ7tFe])7 |RW'N^зVum-6{pwLo9vo8w_uF ⺂I6op8;F|D4tWL ˮK'S4NiRUh0G{h,b&Bwda,8&7`n CA\’u:5M`3PQ#ďe5BH4;]7I*vuMA ޡ<#qՍǵf=Jײ(0HtiK;jT-.p!.EՊQ`u'״g4x7+PT2@ET4B9 2tҝOxs?K]6^N)LU$ !xr{3|x~}Zyd4tA@g-BFA]WN0]\QُR,W(BҡtV'<.BH/j8f4t]940 Fw?`B=,F! ~khmS߄QM9 0УOt e!&=YvAΟ65iP7u B]k|3JѴ ~_&:2R(+u&(`OwhB!nB!.\aB!$ !BB!$ !ąB!A\!ąB B! .B B!A|ɸO u{kZ錵sx꩞WBd_Tm0$6*ߖf ɄFӷ_RNuU!Bqܱ4:#Jhh(&44P$_8Bhh(wC93tlW/ޱ6eV``l,EiӁTR<t J'usGhG=i۶ S~Hhh( !F!O_4~~|2{u5lXg}zS-Ɲ]Lܨ5˕`X_}JYѴ|1z8qKna6iӡ2]OeږxTfI$69B!q$K1}]tytkZ)kR=ۑbqBCY;[ԅӰ2-&69g]moxgyjړf>2- ]՟1lbG܌zWqJq=Hϴ\OzB? *ƎS>zgrz/;@  muig>*?-53T uM9v fB!?HNFW@|k1\iV @lr@cDX,^#±g]`ڦcCaswШX,F|%Hms 4j\SzB ~#wҮCBC;0e\i+;;7&^s̻rq+W$6%ꁁY1 ߆I_,3^'%y/}?{u;IBy=s8V*~_Vl9OXhrGwwyy|ŠA|<.C] 44I[vG*̛= Yڃae\u#6m'!iJ)uWiZ:nv6m(U!NDZC!Nhh[96m(!B#q!B\=+BHB!q!BHB!$ !BB!n T&f.5aMf6z IDAT")y38}|(.v陬sŲ%Ͼa6:n̘1>dWYC4i-Z4dmތg`luVy}ko޻t*5ع Z5+}˭Z&lو#'x'Swb‘3)4_?.|,r<7P?L}!&MHc]BvKدkeع-[6$.g}n^N'%OQ;Wm:.jJ)2Ϩe%Ӧ4CٳՌRv5~,RcLTJ)RjJw7([fl[r7RlVLkdfwjcDPJ?S펾]eٹORlu!z?ƏvJVkoS⎩ۏotg%sÝ1zg۲]_(2%;unQys)MHlZ8et*#Z52W[,ߧ*RjՂۘ|F-X˳c:~fqRƎUES&+[>ux|蔲jر*BTQJj85cD5czou.!VY-߾}q9ʚ~A Y=+I>{e̷ro^0ag="ڷ%??RʖZwm^v}n,2Yk/9Mbs=+gY^[fg?t{U6p75 RhPB" .*" *+u{]׈P tІ!!$!^f2L2&p,|s9{ιy9w2(Џb ~Z-ɴjRBAol@iA.AXiN},4p`?0s2ДLwhIT"7.q+DERIO!A JeӠQW996Z|:`ϕZגB ~Mt i΀ZT, zީNpc怊^uitp7/?p{{|ڨ:VH:~MܱEj5ѨgϜIH2-V| r2iP?ȫ/קMPΦ'[=+ѷnS΂(2 -8#`JRNѥ{^rUwk2,Vki'Т1:'w._ hk vK- }x-c#ēUknF257#?L7Vƪ_uQXҸ%*Vexڅ>N=.[*TȰXSmvToqarZ?g\w>6ef)~g+|rRr.~F Z4ٲ)snc,=ۆbiT~'*4sIZtZS@ٶ;2|:V j(qqY8OKlq?ۄU+irY1RskcSu؜?]&#%ʼ*ϳj? Ӳؾküל@|ZvT4 `u<8NUjXQ&O9WP UDf6l>ͭxE4ȖܽqX4(=ϊܻGamZsx4ܯZm\k5i΁cgH>G @RZ&;7~C`?џS{vp,gR0zV>uZJq:lmZc>@!zXVڷ64.ɂ+qvZ?))u|ʯ3jR%O'W:VN||Wk%ZFڽqqث_^$ZBF>;rVGF> ѱIuuze%l?˝=;\q#dMڲuWB.gJ=ATTۏ]wbz"Z7;[mW}i{f !3q!BL\! .B B! .BHB!q!BHB!q!BB!$ !BB!AW(5I+BHf6d, =V>hs~۷izei ( 6'=2jB\ >E5um1̟wN^̀L֧KbxmH&e0cJQ Hիй\<vի'>2O2h,dȈ)8m9>?|' ~2R`$0W)N`Ȱ)2ʅ::Ҡhc`wf.xG8 8Gǎ`X^ {@'JlrҎ'p5<_̫HHJs}dtXJ3Y}(wךʠad !/ ?J(O!$piL&tRث,oe4lFuQǼ& mނ/d2M2ʅBxo#PQ gPzsoGQ+Sc>|PQg6zVS"6)V8mg۰ η)D; EQ8S"\!SUUk}ﻋ~jB?BB!'"BHB!q!BHB!WW^%΅H#;#NB!d9]! .B B! .BHB!Q嚤KXO!MumXN1z|t`۷oeէ.^M#+i7Q[*+>(ڜPzʨBqWcthבo09{1bw0;8lfX>,#ٛ#H+EQ/#I/W^_;Cr\jW^fd<ɠO!#pG>56t^z#\ZBqH+u?)qO~@ϴS&>&/gNDULӰY (B[w'G{7n6o0._jsY'Ʉ0Jy^KǼm={^B۹*nc(¨GdU3(=Z( awU> (³Q )t_~EQ|Kԟ'֣ 4c t2w( sJp9EQ5gEցk3h7xRں Q|Bӯw_3&3ՄH ! .BO>E! .B B! .B\߉IK q Fw檼;=11QZR!~EmڴF.BHB!q!BHB!$ !E>;]!B!$ !BB!A\!ąB!A\! .B B! .B B!q!BHB!q!BB!$ !BB!$ !ąB!A\!ąB B!=z( u 6Ea˩b>(`( p߼>B!U .g>6U`ÁDJͿ8_=6F=՚>&Ev#BT_m_+X<)NeR]TiGo˨f/÷fh_!W=/jt -mWp/ns4ZWza<3ؿ?՟< ymعoDcUUl__20SWoO?{ү޶@ җ::N&o=:ԓsXƼd2hayGwL&MF\x EQX/d2c-CߑmaBw5x˵5֧-ٓˤwc2o4 P~&TFBċ.0eHEc<ý9+ˈwhթ%&EG^ԙ }xwb&{?3QUkd2r{C.dXi(B3'=|p h=W{3Be !:AE1v(;V/_d !:A|7hԨ5GjM̫Wso.+kҡ>[@cfpK4jnqwO ;_+:YF8[0[swþuD}jڦ 6`=./so)+w !*ol+#,{g"0؝t>DYOUg|t-x ظs'&}+}A썞#ݩb&^wwΦ̊z}=>&eJ/:hu~g4 [tvSkg? gNfLjA 'cV3zҵ9FFB4^ÿyr%kұlkpvds2i !b&.&EQ)I`SyEi!>{LG ^s4B]t!B\+-fB!q!BHB!q!BB! |dqy8,X5(Tgee+J 0wKurBXzoq.ډ®j)Ƕqy]p!(8_[y^z8]vyd/t:H*q\Q_f+.bs^lqU&ii?_˿6.])xJؓQk7-[B !(tf͚Ҹ%knݺ0oB6a/tޝc۾8;!bv4m18hլ X3Kܮy>oY:>9u ?l߅hK̛sys>޶PL]Z6+0^ȍI:o'XfŪu9rnngT\z1 (cD&H?ɫvG}9~OtZCtޝ=k}tԚ aҤT3/*ݻc-bSthVC;5fR(I&ѽ{ws.[xyr)uc2:VWyt޽JU>WhM]Z4_Xp ]vdE&̛iz~T94_.l|4s7kztc*cf+'x_*{d۴N+mMLj7_rSR{|(7Ogx[8?E mE5ig15i@{1;~CO*MY'qh~|Xhm6;*+V,'7=u5^EQb% "ht_k^f&&>Μ+sܹѽ{w O3bÄԃJSF,]dL}'sQrӓVmIŸ]26ȑkwR~4S@]]U^gUUկUί|}"ʶ˔g)۸,׹3{t>V@Bl:ⳝ]U#IiB٥{>4was'Rjdbjé>wKK=;!ߓo\.5.#S}EUUUulcV^fڪz?Vo髷aEtջ~|u[j=fu!/3^=~|b}?Yy7?ԫ\'d&]HW*ꬪvu 5^㹶kVU{&޾[7"WBol@iA.AhDZ^b_lfdo@SΧ\5n> [5K%->`@ٸSti瞑\gЭ#Boϸ9{+ lW{S.Soݦ-QQdZۡ؂VCJzpYkNNHs«JrhЦ''>pzi!4Vz;gUoJqoUεM0i$ndOj CchY\LCkWET^ݨ_|Z4F1~DO܌$ڷk8oV9.]9 k)]X"O'.pkC?l.l7`KN-Ġe n?NKx*@aOlsvNgB;w1i]^ezkiXͪ>N+87Zzϧѩgؠ,JD^^z n)b\DwWpm֌4h&b%uPQ粒D^#A~&p): tlٔ9l|1m_ps(5F FUкus0;r#4jt-CmLM8Os.%1갩:lN;> kӚǓ0Y~hݚOPzbm47Qch IDATi-2ټn%mXs8%Vv06 B$g7`d`Y8+ۜ@N-i}0~TM#:e6wo[k;Wo@2ٹ8kwѢUja] 7' V`>@!Ϋ^_xεIp;Cl?쩋R$fw4hSՎȧN^ObU6Ʊ N|t~8-%5}Y$>ZU N'A~gJho 4<р_wp6zO` xηxӝVSLZ۪wl^mV=}qjSuxf { ghդvK>-#jO53tFNM±嶻c>Hة+Nԉ z_}{]uHf׵g<;kf]VM.?vuyZ_N;Bڔ-IcI]0ڔ-d !3_QS{v| $əO'Ѳq=i!d&.B !BB!A\!ąB!A\!ąB B! .B B!q!BHB!%,yG\|W6=n .XEDDFRDDFiwdYH)d*_%zy.g!w|J~K !}{Q>ҢWZ^ZCVV>y?]RٷoYIziGM+Jx62shby es&{SQuMɖ Aq- :ӕE^^aφ([Obf6}œxF=* 6cۣdm,-x(e=2a%L.̅%w}9{= n؈ƍ3dvSP\\GaN n UQtq1 2b N[||=vE.}x)̞ƺ_0`x,vz"|2FW*眢i&w}F)S!bg1)3$YL2Ev^lut:V:FLRk)woL{ɱ=$XDDFsԥ{H)~]y\y"`ҒXRʜx?fsʜN'0gVnY癉GDFcW]tpR*e33n eIr >RXp_3JQ#(Ȗ9<,݈'24>áϷiӤ{L&~\釷2h://{9n|0kBk|ub4unAŔHӴUʅgU`՛OM/a;ּQ\uzR8t`gڪKrdtXJ3j7zx9HV_> 0_/RP%5ۅxn󺵯ԟf\,s6;Z4650spsL䁾mkRF䠟;g, xw6+z=u'olEe{|h:23_8 Bm R= ?ŗE@=g[7f|v:Q/@Ii>Pq[)[i,Jpq1B\ ZĀVdbMDHfħf6"nn?&y_d՛0c2hx8§ƂX&myf97?|o y*^OlL&|} uWr˟`2źgUNt3Zv''އF򃺹{)(*J_ Dq-ʧ+{'iI6g;T]ھXheckڞ4mǟÌWW3G)$NkI6yC¹km}/^~7Tc,.uIp(J_ƍʹ( ˎ99)ߝ()^V(:~>x86Uo͒QtϐnW^m:dJrG_o_ψۆykX$z2p`Kqkn*78|O цQ1|ܟO@j쇆-뫵h""ɩ&;پ5+8LDd4K'osث={nTBiT2*ȇ!ąB!A\!ąB B! .B B!q!BHB!q!BF>Orawq8N\.FVEբh~!ՊDѠ)oNJO!$_%wͦ{pm1BZgt:l_@aA͆KU%N ~zCFUUB'ZhDסhuqncZp:it?jh56k!ť8U :AGW9VM\. = 3ev*סTa01  FF|}}15~=F+;z5ɭ^cK1O-/$!~ ~y<|L{ a7j't_jz`DNCY<طqh'<24hp9 k(/~JkuJ=_c˚H^Zg|t-_%7䅻ow߿z3={66[UQU.KJ)**͎N 8Fח׫OPp0>>u:\\NN':VN_tUT (+rʏrZRb۱Zw0-:/~~~8vrsh4TjRK)vv;˅^Go4bh (0:Z@VViaU*Yktz`X)..nci5bh4Qp`q\8Nj ZFVAb41iQ:k@f{n*JkMۻ*l:ua= 1o䋅LyE!B!=<"EqK,d66=}˹ktO@w`+bR_ ;!æpjb R?~àgyo'<4{90y<5vo 2z"yѳqt=@MoNz000ҧ0&  wk)r9~Nh܁p`)+`Z)p:p8 : >|} l6ger*>#r?'8vc=e۶ml޲[3&ݱL&9ٳw/{pࠉCGwRΞBN.`N?KJj 9@9t=b8o?i$'rt gH3 BaDMjAоFмI(~F="2eȱqL0E]\Nw;U DO0|(*.E3*kb\tFJVg2/:5~2 t5f_{N1AQh\Ľ 4d$hХYc:g[7f?ƍKp}zCuɵ^hc^]37T%:u!~68ɻC+@q$JlCǏw_z>FP/!$}Bq,3.Mh>8݋ɴlzW>^{ | 0R̴-&ޅ X?տ]i\-Vo>I2~<~K1t{fdWKAac7}֖w.Y&FolxCX|} P$8>!Av}Eu?7.)) X,bPQq8af7p ZJhv ki)2 !N]||urbZKeeT_N ;8J3} RN^[,v;6|F~vpo$ܳպg~uh\>>F AA`ٰZ-1 8 IK;Kرu+W1xytf*3g?X@zh1ZMɷ{й.FA7eVpڕxm.G$"j8Xw.>t&"2=уAro?J o{VOt≥|T;""ܡ]뫵qtG"")"F/bxI5\W^m>Js m7Apnz GQݿQ4l3hkX%Fz万v䣭%,~38߬deeXJJ G kNaNpp0AA쟗v;%K7޽$mios8.\ }8\hs4㙥;ecw:ѠAU9ybNHE04kJA̞=c<>>>γP1+!GqǨnǼy ѫ͘&_/qPYBUT.~_Zw:u|?ْB B!ğ|B!A\!obALR#"2VҴB!A\\;yy,#6gtϜ hJ;͖$ď'98v""&efƼMB!A\\+!ޒO i´b['st2Ʃ'3y~ 4!i84~3IĨ^\FX!$_#;\p]6.Yi`Ӓ4 :ЧcqD)حҨB!A\\K:AG6^ܔ#m,Z0ۓ/(Ͻ?BsqiXtO[fӠҸBq ߉kj 8Ic!QGBfB!B!A\!ąB!A\!3_B%iqɻӅB?(YNB!$ !BB!$ !ąBq}qwݎ( +B|ġ([{*#[>eζcEQPS^_:cKvMODux~AQx{-(–ci[=wE۫{( MgjB!An݉ KzC@`Պk4T|J ^lݩcyP?Uuָ?i}\R϶?{=?k6!@хt{hF4!SjsPt^v{mvxVd2Cx~!()zʡԫ1IY9x9{fLzmce|"*S?O9.ݓヹڿ)1 Ykx8/| )))PbsN>9 td^~R^o?[ʀ{~VLfvN 屡7~.=3b~)n^F/q*^O+ !&NB!3q!BL\!2B!q!BB!$ !*ؖ'm-.$$DAywB%B!q!BHB!q!BB! >Qn݉ KzC@`Պk4T|J ^lݩcyPZf7!9w!u1IA}~!YG}wzp9hݬA]KFBH)zʡԫ1IY9x9{cYc|7 +m+(P<q=OLqo <<>]? RRR(U x/}Ƹ]/YNv$g$' kdӐtF|ϼι}5UFBIǮ !晸B!$ !BB!A\!ąB!A\!*ؖ'-)u.$$DA;q!JӅB B! .B B!q!B\A0;EQPW?KaWݿx/ҳT6O*k;v{謹ٛvso2jBWOVĠM}T?O8`b}0[Xk3;װ%Kv'- _2|8p S.ms8˘t&&ؽ;/`@NAKn~t;%|{;d$8'M#uu QwJQ(BR! Jdw#fsK^cg>|fT|v+6&_bί$IB`` % gѫn-ꗅ}6bn^MDđxy6v]g]sj(d=YS# suj 7ݾسn\6gPs0$6:nŵӻPB,XiEZ\ F-Ƶ~FſRiG͆]s;|v'.BnèEND$^p6 {bj׎R׵5[]hU ċ݆`h8.m0a7LKA9_Xxkas6 yE?FՊV055MbԲV]6xTJ@K{{9r=I`z89s>ܼzWP`kUA#0 ]U}>sU {@TtB<=0G?kԠ@4í[!1u;< ˀ`Y}pWb)t6{4;X*4P(Mx`)ꁎbĉބ$~?8 rupvFMIDDDT|"""&q"""b'"""&q""( f$r*T`JޝNDDt"""&q"""b'"""&q"""&q"""z;ѱ{WPB|izZ_.[ײ:!i%0Leޟܶ<.ctqȘcz!Qh NF8A$ +?.Y{#֟ Y޾$>ej$@ 2j0$IN3yv$IK޺ o#;E,ٹnG7OA$88Kﳇq3 vvN Iв]_m< ԭ7f@UsHTm<:olW'$I+azr&LI|B$ kSݧڴh}:©uz1$IWi=IEXq|u4I]@?t0"p ˼`_;q3:Gv1Nk6 IwBߌA$l IEpX(z@v I6BX},誫 z|| z#00ӇՕǥsvf !~DDJĘ;τ_Ľ{]~⺟B;;gי !8C󯰵B/DHakk+^[|otnݤh!~;tZ7Y{utۂrD$HII~φd͌,BçrܦܿTl ۯk^B8:/Tl,? BhE柉~4slDxlP"148}Bk'⅓sg1sUWq>)/Q!zqX?"1>d"U|)d9Q|>bA"2:A!C[qKJC;]2ĔUuϲ~b=co\1"{Oĭk},^0P:Rd:))nݺT-J+Ux4FW)2CcӰ5<Kguk{щBV$  dccs¾(63D?Bꓜ 2"uW(^EU _*( 63m<\*%=֤^`ׅ04i?,*X!"*68w{YḴo<: J%K{DGDͺFJ/Bhz/  α/asXr vެ:ϭ=7[ \1~DDTb/@}%܎N¦~@ﵹe%ԯ_eM9n<Ĝo=?Mr]^YI *S1q k)B絧N jdƹ; 7# PT]c8'^6.;c< @`Jn Mv8eSpml_1Ir l{Aqm7V, Wi QN6eaU{.€Ϝ`gz,cS$A=dGIB.qNNE5BhqT>Ocz1v )<|+?csZGDDŭXz#hm1йQ ,vZl\b]X$!00%"zFm{_? GDDDđ8118( f$r*T`JޝNDDt"""&q"""b'"""&q"""&q"""z$A$1+)c 77b舌B}J>>^y?[n{N1Yz 4͝I< 86 >˗nZ\VD)T–W~[\_Zw1 7$IBv}/$I1q|@$a)|i/3B$Zt>j3꤂$I8z%LW;0d2%-!IDu9'$Iš}oӢF aȨ$ ;CV>|D$bZO7DiRt_}C7}t$ICH$8:L~685L冠8\25Nxl܌cfu_m<-!t @ooƈ I$IXw"`G@8,Jv׮$IA>]3^,3 =卡C{abYY4JD, IRp'lhig'5akk+к܃gJy /k/[n !{DBMiq"avB^v^{u,? BhE=tcB!? C$f&E !9G}s+u3IxY'~UO/ciN`k(~vX?"1>d"U|)d9Q|>bA !DdtB⚯Xv/KXfw[z2ze-KD"aXO+066);BOF#V)  ىGy `bamLL7F n\SqT)@!پ_&råRZcMv]x L~p/:P(վ)ZTBDTlq6@qi߈yu)ʴ6jh] #%ʗ`! f/aIw,3Z6wqۢD/VZrr\swnF&yU+߼{Jמ Ck|3}J)MpVH`[B23Ð p:d̐6x\8{#fo' Ehh(S`1M3#XUSa8eSpml_1Ir l{AqhPV~Ê;j[?-O ݶ,oEbPuI@TtnS$A=dGIB. 1;;=7'5 =91k ơR?y,2+~[\]㼱=lވ/77_.$!00e%7! *^Y//߱00Dĉha/DDDLDDD$NDDDLDDDo";=::$zUPA *axw:ӉĉIĉĉL/Gپ'cW`K|w/vutDtd%V $A$1{(k2b1Ϳ$i維qxK@7-.+Bh_~+KDړ>pjǂԢFhqOH5eW'$I+aC8}3a %q/oHN 5܈Lxc)s2b٦E; NÐQ!Iv_,")z!J飛 IHK[vGGW ctfik^X ѱPxl܌k JW/CA$РߌA$l IEpX(z@v I6*P(g%"ʓ(1wD {5_/e!u?o{MX.~ Њ?7Bډ~b֓mK/I*"$ mЦŪEsIJ*Iiޛ#k2by:}1!vvKWz3C$f&E !9G}s+3_up$qYpr,ys*Χ|NmB?qP=#H-Y"H.._ YNXno"2:!w(U%"*"{Oĭk},^05emZDFNeZ6׭#F] d<&5%Jc@XXB~԰N+'m<\*%=֤^`ׅ04 Z[΢"bݎs!XK|F˗nZ\VD)T–WR1Q%)}P#<鯻C$D$"$p$IB Z@$YKIePeSݧR $07v` 7$IBv}d$y.o]ÍȄHg$IXs0P6-atNpj IASX5S2sy/1CDH#LEܻW',BçB's?)))As:zYWdPu?o{M_*L_N\w{ !$HII~φ[[[!2N>ԕAhbˢ]PIHL^ŏ{ZѼgXdNtL!A<3x !3M⢅B#>9bיp$qYpr,ys*Χ|4x/zDbm}!DpqRr|r~  B!ڊk^bUz ڽ?YbQ^W?&"*D:S5*W`OTZGtcThSSSxTJ@K{{9rgpQȈpԩ^L qXollSSSwvuu뙘"3m x&5%Jc@XXBQb>hT)@!پ_:rd .sU "iNMsju"IhA횝 91k ơR?y,򲮯2Hoֶ+~LDǮno-:7zr$IB`` JDQ2D#%;C~8'""za/DDDLDDD$NDDDLDDDo";=::$zUPA *aFW@NDD$NDDDLDDD$NDD$NDDD% NDDđ81881881811811818818818118118eQV!2#JDDTH&&&02Z!/єF'7rPT-C\]?KWeP""z=4M}I\ * m~U$z,zOб*e@DDo\ I|PŗHJ ԴOQ!h cvJBg:?lԣPTPT~r2zuh>qjm!6<\]~zEI IDATťT*[˾nEW_M-s"kL^!X`jZ fO1| ~~~} q~Rй0󃟟O I-???l]=`uKF-5'$t5:??? 9c#%4h]~~~\Ĺ޿\$ur߁_zLِI]&&UPCGI/+ts~fOnĤ L_fstǽ~H9/TA  wNW &Yl/EVj8;G1(+B""&6-P#RЦC?#kZ "3`Bnj+pp/Oad q ׭h` ???=;;RHI(o*׵Z1R ! )VeҒ`wN ڔzeT jjXd\}˩nEQ V߄B/D?Oe/'"b/:FLWw 670PT('uDՇK4?+3ߵn-R0_Q9ѽ:ARa;fwABB0>zeؽ]ʰnr~72%ۺELJeݍm#/CҥˉR%a/cCѦ |""Y[8'""H#q""8818J:6*sp-Ȭ>\`0(^Ō7b*YCe P(MT*.Y##^!"z'f|$.@rL4)l Z-L5jȲ$NDDZ.kZhF_/(E""b/$j XbgbaӼC<I\#k!k/i+wXxhLq{gyRT5\,Pg8߳ *h:qBM|Η3moDDDE|+keh$ %Sa[P(^,[6 Za(cm+W ,s$NDDopOg.01af\&i{~x3>^=UE?s&&&DDѭd<֣ԋ& \_1g! ;1a'qBy7i*_ǩjDDTol^L9`cll ccc(ҟVGDD}c1?$r&p""*:^%""b'"""&q"""b'""zE3PK&p<3Ȓ8ZNDD$NDDDLDDD$NDD$NDDDLDDD$NDDĉ^!^M'""""""@q"""""""zIʒTdu"Ň EĖ!"""""BRQ>JX}%am!Q(4.V'"""""NM PϪI[bnMWksNDDDDDD%ҸԚE^.#NDDDDDD q NDDDDDDā8DDDDDDDā!,Qnڋa胇4VT8wapXۄ}?ny|q  ݯ1>$[ ^­(^r+' fddP*^6uJtKuwB!"+7;ƙ*c&(꾕] ^)\iy|j,.]FF-q?m'qDm*e%c](<-rϛ~}yhau&n'ūBDr̙3goCO`=Jk"Ӷv16lGe)~r7aޝ8vjJ楁,d9w/º3A3XyX7l؈0'Ca3Szll:& ?ELI{3W4&R?AUe n#b Nb6XBQrӇ0N׃c74;aG37 R#'T66잍u\@?EY^|Cw'Q+Ѵ(xk>8)~qj5zӶ,AYM4RYo[qqaPԫcr" ˶ΠѤPcqzء6wŖ i>/'%F6PL޲Lo%'=uFI9*vOkyfr VmA0KynFF8}˲IqFoƕ`d@2VFu|²[$u|T__}AYueQ@+&HMT_V1oZT4lİ|o;?猲&G1G;AI~ Q u˚`֙~>>l\Ḉ8.I0NՋZV!?k<58Ov,5iŇa[T05Apxl'#x&sЁ%v>h;=BN GNiT@c\5ym͵<a{1׼xiڨgs_Ν AMQRR"biUjiCwrY6sum?ZWFL//vu>]O?p&*f,ĎsP'"zwiQɢf|[#L0,ǟB=oD4&@YdЫuW}#N c^\}zVlpSӖ~tnJQ*bRRaKX)$ ť|dq˥1?`i*X=-B-krSr,i~4xī->\gZ`LF8&Z ۘ*uZP ˏ֢i*`ϑE{k7ןF+lnmAySнE+O\uqM}<wCET*hsQcqQΣvB7/pweBYbq"Tgd9%8gv~6Ͳqls$ @BV Z-TBЭHLqǰʢ`ɐZoϲi<߳A<ӹ50tw۵mGuLm'F'lťphI|Q%/Cj}_8y6>1\8JݼR$x/S9ȰExx/&u=Lkmb>\Q4ʗSٮ®KER.<諸j)(v턹Hv/8BըRp U`,@+_ݘ()c mCh`ЄԺKfGNNF:! 5 {nE-$.@ @l)Q%<gU޲24 :e {&l`W99_uN^1CjoeE0B1LyH}EgaW%'wpY6x: >! F sT!XDU-n\߿@[V u߾#a0wD?(׺hihdm2}W*ƶw"fb_Umeset"1(Pyy_A>4*@O~G{u**(ZqOkLWVuėn7G@1-kQ@n^+Hy #f.iO,{Kq PĈu8W?xd_ s+V(,1EGn8/:ucl lKNˀ/= %oGbĤ:h50;- 6wmsʶ) i|+R!`b\_&e6[^K-Ƕ@1#Ji1ihu@4)W;,©wi~n0h'e D.߶#̲|dm F,cb*WTTW(~/b]vkyV֍1AX7 @36 ZY Y <er Yh_n}1~AekjhR.V:wq,Qvxj%>0w~ev^984Z{,Py/{\d:s|jra~^u Mѿi ]8>* C.plׯ([jQJ!ЪNelynq{.$VnAU i7QmټY9μyS:ÒqWQ9>j@E4+0BQ*r?(mfSN6}""EyKx>ǪwۮFwA7jm'9?EcΥ }j&|ZgLL$"(|Xo"c(kj$˚ODD*-a4, !5!_w$c JC)ceڶ o##SX"!4HRC-k"@m """"""Wq""""""wq n4F!"""""AMq"/FՉxsNDDDDDD *Kæl=2xDDDDDDDo;Fq"""""""ĉq"""""""ĉq"""""""ĉ8'"""""""ĉ8'"""""""ĉJ%Cz4 322Ǭu>q !cX\=7s =Y}Wcn<}^=O}0kݩ,9 n؈d8||3wQK1йĶQBMd0_TvއYX F ^>= >#q5.>eCdl6 x"""woM'*X7rQϼzb!p$)6F b}?G{Venli6DDDN7D%D{7Np5>`~IٻuA,""BB@V#** IIIB0(HPtҰ  Eі/JX ׮ٕݘt{e|?,҂0 YlsQ4nAQ̯R>2c>)>]rߙyj/&Zm噙<ѲM= 9|ӬtML\8ݚ7*p{\ ^o~JJ)c~\R/qbJ_bZȱW'&ͷ^DuƁ50cqu6m?¦WaLG)v{~=?xT]Sϝg*Ǿ023.pX„Q3\^aK{U1A1f܍WFF=j2FFEKXsfr=MEկG.gbR<Z:yF8bٓ1kT?ZVχS"DD !RJL2 +dX[[CPـHq ,& @F\ʊԉp y2*9~"A8<]0w{ߦGIBC R I/MA?;z ЅW޷Xo{~pǚ?]cqIu1w}b]j7}#NB|7:t(+کб;%u4Yo6@vB=PIQ"ƃ|Ƶy]WgU '@A٥`/I| 5͚uwo@\e$'',+gnndȲ\w!QǍE`nv%c;c,k6F$&ӽvnoP̶!&uu4X_nr #KLe1>hʵJiR6e ;|ٹ/ :g!8𷘾~ǠNlt3V{j׶YFiD?_`ٔ=NaqAzwӡ9L/ݾpS'I_VJ ¸mz!LΪ_лF^65='x` 47G;~W(kdTXbyh^jiP,ar;f ><{EFbyOnz`V/82pEadf 3(^Y(a1 rT¢\a2&a߆es7wG\-QkUjՆnBwF%TTJw'=”/ag>m' AXGaoX|ǯcuЍl˷i|?u,ls;k9rdIK0 m""V\e5ƿ(1缞`pqcrXe Zԩ !'b7_as]em؈zvرxn;kAs`ᷘyJqvPa-ilѦFbf8x'Boem޷L]~|U{*tFb^AG#5+*LS/dV՜~L m?HDR/wx}<5SWuk|TKO#Z C;↑X36bl0X=&-ݯA'+e},ƗN[fb’?][up#[[>S1`{L vkf0u_+ X\/ϗw#fo5XFZ=L ~]qm"w,jx!Uƀ?Fall #yX[Z5[ЪřhQ2FpB x2FFKQ2mxlg`kJP862)j o62*3F-[;N޹{wzeoR,X\u|@ }b3f97%TƓ۾XuTm+ f 2~DG IDATI,\ زl ܪ y%o]>?̈ۧp3[9>nd-KD(|1 ?g I{$<)Z#g̜-lkW~v~|]W ˧ EV*>ePxy1WA dSf+ @DDo+ƆC[9.AX5Bv/c׍uܿ1oO⡮e*ØiS|PfKK>Q`2/|.-1(UôL \560Fbߐ 2 nu ܑ&(P  # @~ئX֛Da}f}S2Y ]{; ny0pj,6N10Ao[<ξAx| >f:Go̾K&m%W U m'D`Hp_z ?~Ѿ׸[>FAv6ߎNNNX{ne.8wC d2Fgg899ٹ :YEFɝXaeJTћgUCDz7b2? >x-^NUtn8+fmf&9^=۹l6.^֨mUOj41҈zۼ&ą?=MmzC'"8'`)_7h?|E 9up{5:k{-'W?^e lce^bl_+?ZOx,T6+o%T8(,p"™`FUL#4wknPF`mjFm"q ^3 hӯ FƘvcOkC]9~~Ce Z|{b  +1|ZulVO WN/J@jSbe} u<]J߷'6._Êu1BY iW~>#j:Y1+-]_aS7~ݰzaĥfBƵk+t5` _ G+̯g 'v5| >YM_}ܻiRd0}X,c;l?}-8w|e̖FH x ^TP`;E<TDD4!@)ޓ3n6 ̾33;,)9e,{E6 LllkF7QTw2Cxr,_w]е}>:M>jH9gSo'vd>y9ֹ?dY ꬗{ =)wYƁ=mKj\p3Ln.cH x\[K)mc Usjf3"ǻNs7ɳgCewݡ r-̌ οKF?QǛ$4˴28nm[!TgʞlW:u :%&L~B>z56gW9s/J&/sU0n?E1'5 ۋwM`?6 u=q(a33š2&}̐s۳xKQ_|]«x[x7[q2Yzqi_u`O(\I耫SfW>u &}oŧ#N{>GdCucP󟑸GF'O}}ټi xaD7r_忔)ÜZY:M]TvdXs}޾=9u&f%B1+ˣǿS69iۘxV7D'Oc'}2O;'K6?3G䷹}P㲏GHgMoc,?=ɒ۬<$ZoQfm=<$AN'm !ęryԁxߕ  f+{+?S}]=5zzYy!wf}&%2J,l:=_}Fy3NΣ(cq9]CB!@ hJ֭jۑ+?3.)XTƍ>&T~!xu2ˬd2(t1<fSZce}/q:th^ Ǭphv.;d'>5,@p_Bx~$=y)/ [>Ye?%Aai)^C/buRPRNSlTQԃtp%xzYw;eNc[n!Zl,a.hgvkR*1SW0%>n_gO]my'bջjva1~Seh-(3 RN߮O6grv-} gn6/`’&٫0/Gax`&-R׳J?$[Y'SW0bee .+*/ikG>tc cF;#AWf'{}o#VUPUYUS7]MEKl!~^DxMl0޹;AƲ%Mԃt`%}2J)wjI;Dש+.-Ngq+_(fWknZs4J?SBqz:m 8/fKo$Þ<9jE Xy?H1L&>;}b ! lCϋ2& >5ѳ<7qd{_gkvXQ/x.yas@apO6||.H/?W8&ȷi rYQbϦ_Gun)m"u&i'C/pֆ,CZG ,8{؁gfHTD6m}Yj0[șW5+6QlsC/ 0!ze;n)޴/> 0sΠO Y;N3{{VG~E-:5-Ǥ}s$7t 0՝Df&sk) 7o;qKksZ`fQ{/}~^q6 q>C"} mpgt2p4_ҹm+%ZU~( %U垑0yy5{v#{qG,JU<ݙî ES٥1(лe4Zfr}}c>"}ph9. WZYEQ 4ӟoC=sׅ=y'6:ߑRh]6>sxV.kj+E[Ocs ͯ_;\ !Bk鴉,V:CoxmDzP>ʻow\A[F}6!Dwy8V̛/}wɨo$zçL~pJd"7x]^cT a%V$vmŴ۟/Fw;a̹;ˇ4XvAܲ0ɾvoū} 6>ZڥIJ࡙ۺѼ ۛ<0U:  8jlV¼G1Uyôm>Ώ>nEx}nL[>&S7lˬr1:lǤ}ޙ%~YBnߚic܈[z=Nh<|9;ǐB!'YÔr'92Agd%Tl\xKt& ob6'N50s=Ktڭ3Vxum>\u)5zʲ0j,6:t(7'QV#F+!-'+gX\o|OƎaĈ~0t(#{uFy{xw9XPJq~^AF'VONJAN{!}:c6QɌAUL?yB.F:ul*c[ 3 3yMNuf! G#oUa9((WWL)ɎÉ­ɀβob\9SOTƍ`oN9+hF=O?^YT4FmG\\s'x[3=M|V!vqqe m"Bpʸ w/`*JƷѴn;֟Lq;Ngt>ur =+FU} --8,c=) pZ{Ɣ0aʗ ~5 ؙYdy \O|zEPuÃ]pd6w{WfP@~q>C~AFk~^4VC#ny itRmA\g6=x/G)|JΡƫe}6 UMTT?]]=ٻ~垯U1xt NVnh{=Urab!^: Ƃ 0' 2gG9/"س_I ^N;y3EѭHڼoGSl*3<{}K}9/bgT[=򨝇7_Co>$\|v; N0Dj\DƄ.懓ny|IoG EsP5Y6x}pHӧN`T0D'q8c~y}wcH!Tޢg%윞"b@`7P`Wq:MX Zi`4W=Y7UBL0kJE!Ȥ3"m %qHٺo}Ͱo;SSőRξ2pzLRlB!BH ^'wG 0! \k8n*5*E@^sk=[EnSq;)p׺=,r!B!@s: حIѪG̺R^Ew͡ {O\w%:8l zOd`c ,΃ A* ްS`J7``\!B!$?14\o$ZaVp4W&w0#f2)^ijOF4 apODzY9n$[`\2.nFU+/è_gK̞rB!B!qPI.YS@!€]6KyX[' ckAf,Ȇ/! v{+K+om'm`VgK \WܨBWR| !B!iΚ(kT tLF݅쾑Z|n=zUy<F}eGQ{*tJt E'k(X~ApU+08~?ˆ!ӢR?<ܬ1N`#NMGUyB!BH ~zۊ[xFhgh^aV]'F0(ZLU=Fy\"BZl-U[QY6|'Ƣ7+I: ]wYQ\tB]t)<]B!BC{Ƨ)2m fEAQJNVV: M:)J÷WE4q/{V؟RxsΜ"jЩ 0{?\ߤD{g!B!#^SgV8&CX1hѧPSWx^[K9P_n ~@ͧTy(fC=~h:dYuk>I^p]rz~)0k: 8O=/.B!g3)weqC hu~n躎۽:B'Uga!h~$j?G:`] Î;;Ϛ'Mw]MМNfS^|B!BH ~#r]u E ]vJy)EcbRvbX;ufTuk܏쿮$? &3u_֟G\KC΂\~Jyݲ[,H#SVMuSS3uнi')Ǧ;y8mB!Xk1C+aCULYl'83+R D_g)Ӹ:V'`;pr-ҙlUV w(z|V)TVWF+zRxg^ל=pWr aX(t>KG^0ta )0f^қp:L=-l묎m~] 5yCf03KEy?i~7,-V> 0=9[%pyhT&]m|=O B~c&]: 2;߫8AUV,>FLy78qSwMXb3a6Fr љ(,.⶯htsY Pl9_ Uy.8+w `oj]eY7T}U[u5ʻM(XI+SV f&!>5N9 !BKmə~ A){ ?5t'qj#7y_35RJtο7NU';){8ze~䉪+eit0 ﻦ7 Gו>_Yd2iy:B_FWDa=qSWZ 3p^qePfAڶo5>躣k_GoF Q TwmatZxNFF:]Zs/W$<8Yeה ?TUEXY9LY_74eYdʲG5zIt7:yfdxG2ݧ?3W2:yva6r xqq2!AWgBSn]5K{vYYg!GgO6AN*؇@Ugަ}<,@Pt]iw v̿Ea8o=Zӣ?[hP䡹HߦA!B|-9vb?r5dAUu0^W=He{oB7\pm9TiީmqB/4dk8t(U?T{ý`PZ\ryJzҞ^{@4J'ݞ$Y+gmsֽIC2Mpz&:Cq ެ\rI+/!G!W!uyɕFn;TgUtTqʮغzʊ'!r*6ŽN,7t~U#ʸ^ޮr6zB肽u{1\/A)Dc[`)Qaa)!BqZv ?{a=FQP3EArt:{)\пJ@#x] DNX:vȴ.X@#ͮB')WU/o72\oOB!Bq/&[mbuigAUQUENN)mTho&?#ܳ4(q@]'Wϵ !7`bBZp+NYEUacl/oDtDB!B!lLM5SĨQ,Ćƒ|K]C5]1?y*t ZtszG\,,+Ǔ*puM5DQ !B!x*ggYC?*d85 zxhqp`Ʀ:v]רD\U0MM*^8FUũWpU_ ;2B!BNJZ|bgI6h:zp{V~<`UtYT^tV0z}y>{a$-KUbW北;(yu4vl擹38725sě_7?Ƨ/Wjl@Y3W?:7{WU&ΘEocÆXh g&y3LzlڴM65l  ,XgMծ;<\nt}ӈrudUXLdXag[KL|CbۄQş7_z561Qk0O~,}hFu]9w/%GIZ1yc\Vpyk,Aog2,ԵX,u1w!B!@ U}ںBmG._~ig]iLpa&V*ToF0X[/-ldWشi^5 6rH\;B ~=j{ʊzʪz)2\!B!N@|yI욜mìy+Wk,6CzĿ&ҿ]&S҇ ;p`,xg١ݫY3)d[]=ʝ.A=ީ??vq+M?1z߅п}1͛nإ.-,JZŤǧ w_O !B!8BƖ|,&?OƮtb+Wiۼ41ӰxUi||jR@fn>71vj^%3p}[ y]VZQx 9u8sZ.}+>i9/gκ3Ϣ͔2{ s~9o.kDEB!BqZN-YvҭU !B!DžLݫfp3b4b6Z9?}-1H.B!:z56,ŔWyWUyxf !B! !B! B!B!$B!B!$B!B!B!B!B!B!^{Tށčg6mގδnQe3wll>tmnVܯgRfkp\lW~[F~N>HHlLN6CX{"yτєUŋ4ΜsڟojG#ܙ}ZvagGq쵨Ǘ*i"^|M,&N{7w)ѱrٹ]PquEQ@嘟Xs`=.]4U=}in.r#ykc3ӊ=\zmt:!ep>Ǣ[R;:Y(ln-gW!qeyn 獖|,'U \vmt <7R'ʎHʅKP?/EןMos?'7NA'm>քXkQ=Yvm :̺}֤Emݎ`?l$). `/smV[G`&~/^WDGMG\CÇvag|Y\:Εhcbߘ 0Zzk,m-!b5vY\8\N,?wdѹ[$~xZ7*)Ǧ %}_ jUVu tP^t3onEZjr]kד]RNÃIٺ,֞@ $Lyޑ [?۪D`ayz5 IDAT-V %2mLң#&]wo ~i)%jBΉkGGS ;~[0[-X3]fy YWB2mIЀ&'P̜sR ٽЎ 17Ջ;s6 :uisٔTD6f~}bqquPywކͿu$m\vfp6z e.KN`t[T++'>һSd@#V 7,}I6uo sf~O9KynG⺕?oꁷd6XG{O׌cDnr5)7Fӯo'6#"{-@@ʦ-f326oǯSoqN >xyyaTMnv,fNUnm1*ƳU;_a}zU7wѷcX\!%cɊ{ۆN!XJsI>\BWryP (^9HٗE`dٷ7vgڸ[i @}w:d%9Nse./mym :3ffqy6_yffb0xeBl؜FT4X̖?^&l$MTUBTl?2xmo+MRCbb_L!r l4?}I/Nxlf&bn"kڬRAb:ʿ"E"χ[W55U糪ZZ@7;m:vqM}u9IY]ڂfoLꨢ8S߾ח$.\1+wF]vt4X-+qR#@bSe6(!9ᢳ;RQamhȾ}nOؐXwNdaMmϗ޽|]w8\TygonqDliwQe7J0sٝH^n]jQZQ-ٓX?v/4U z b0w+Fk7jh`{4ھ{NE Of } ,I3N` ]x;IK9K@iBUTFܺxGl4;+I;7w8{6h^7Id%7~~sXx٬o¤q"[#sl{yN'A>mؿm E& 1ucۢ-,!< @o6U>NE%kd:_OQthP0f5Hٴx_d\Ty$/}Ė%X|.YlߴHj^N w#ARtr 9GX17jW_o$qbw[? ʎySP8^ К ˓ 'qTܶrD3^|o*`9p /H"U6v=b([k;I9I۹W36UDDx Ѥ~M g>&E]!]

L@̴r#ޫ9ebi&hǠF+ " "ԓQ @2Rr27֝kcF.Io&|dyvy?1 #h䏇Ɋu{Jfep{Ou+˺A8NV- M} ,Ԩ?6- =@DTv; 9yUdh[{ud&$Vd!c& -걒'ײ״vR3-:_GN8V-f:V?:^׋`"/yޛWP$7g]lMcP{|l|/c O`x;rT㖻zfvW~smHsf?Wep9.:]o{p^j+ȯp,d6iv|t_ y,"RUWԗV 2X0}6{k_/7u˪GϮtYrޗ#~텤&`ŒulM׵f,l[t<Q"."""""""e6q%"""""""D\DDDDDDD(Q".""""""D\DDDDDDD(%"""""""JEDDDDDD_Av͝w%&&톻>W~V2kV!)3qe01=+xtH۶=Xxiӆo6$(P"""""re%iܵ+^;3,8ݺPF;W}ILL <:C60bsaª$[vs%m\YR/6mJi{3 \̓O?#/?ޝ5Oٗ#ƳoBW6N]vqKw>+}#Fs^_2;Gp{.^;+"""""JīniαЋSV˿O~r♾" pRc1ILXz6OE\\7sHNjX9LѕхuG`6'A-oaƍ؜^?-?TZF^;ac*lgOQ}3~lG^c]t;VYJ}_[ql߳ 5/w|,x[kײvZF3oM5"""""Jī&0<%܋+j^qqN'a4m=3iw_߇{z%/LZ.$ pbmd؀oz2bXi~\̙d 8]AjaSU"ZLN;_ 1W3IX,^aٰl1s[z iq0 GS|>}v"/[gb.pDJt?ߎ)Z;F~*/$Zڙ[<,,Tn ڭ?) 쏨c%//vVw,HK)So~ChK^%! 'lՑљ[iIXC5u&w5Ke >4p۱4*ⅇFP"'w3b`t̾3 ȟ J5׫1<,^r EjEDDDDDg+m̉}k+/_?LO%""""""rKҙ%"""""""JEDDDDDDDqQ".""""""D\DDDDDDD(Q"."""""""JEDDDDDDWby}Wbbb\?n~g%f2.gQSɿjaݗ"+5;Ҷm:~AZǴ :ڈȕgp׮ {%XD\\g޷o`t>Cy\%11m:vbbb6n.`pp\v@LL m\ÈQ&& vo5w_͕mۋWseIO8kڴ)]- 08s1O>$ 2o3&6v27xw% ]&ӁY[s4~ jYlR+-o:[/ -OEJi f\8/?;{}\%""""e\!xՈno|{c6ޘسfmJW=K[L[zmGÌhcҚ]aF^Vq&=Lm29mZ56O?fkww v+1wܳFttMW+jz;n#:}u7{׈nmL]>o;e9ml_ѩ?t7k؋3yqgt4~ؼ(,,4 m8ŮWLѺug#vqc1Ƅ/ùwo?̔F&/5Μjީq+ {D6sWsG<0<%܋+j^qqN'a4m=3iw_߇{z%/LZ.$ pbd؀oz2bX*s1gRZ[vU''OeT ~^?^/ۇk_MS O2-Yy^oփݼLƧהy-'g7}1CW  hP#7m/Q~OӉe>3?U{gn)i S(;ٴk$yl/J+!>""""""Dٟ ' l8Ά׿315Nܱ~fK㯾_4ds|*D9[8Qo|LbNk+~_wldwXkFO#c1c9=dww-otX1 {o dӏbV7B{k/F>5@xI[:-[/ :es23w5"AYɆyxR ~7 zg?k%19)KaGb7~+[N~.ӷf_2< ;'thF>(Ct># { ÷ʠzdp&uF?3ő ׽4 Ȟʻ=HhVe-_> {,9DßCl]2.GX}|]cv}5CL6x⾾6Buf{c5ShӎFjoAX6Czuh#H^:)ҸkН4V0n]4x,gE kƿ_'#'&&m{2vJ,uNmLχz7GF̟.۵SWTqT9>UJp+nOGgzibJSwrk7jc3 r3VbċYQGDDDDo#n|;cםk>6B{Cϗ&9Kb븡YͲ(wWxx pgoh_|ERw2rލlxy0x2˶i8q7 /u=o7x).NctFThL|U,yN'uѳ{Dz/|;".^z_ !uJד0~DɝGELcvo\n<`wNYivao_+~ə8LSƾyOyi>gi=կ0թm+ADS|;7q5!m1D>/A|l2n)(řNϣz竹& :ڈȕ'q%N)..-vc͛tةt ~oв 6aN$篺NɂёZI;sos"~&۝Va>v>_ LUl?e&NV}7oM|ƒ'H,s̗T)&62|3G8S&-Mq5sVg^b5|2)>sSo.-tQ"~e(bo]k_tcۦ3cuotiXqbehUQWrUYhd#jzxp-?q`\ܡټ_7_1MˊaHd#jzzr(?M$fQϕuUk٦Wաť'dV;U3C714ON:MHHAA;1Dxۮȝ#$.6v;wm'5+~g{6CJo;9|> ϋݧp0r@{yDDDDD6ϟȢ#R;`na~۠5;cs8Q%baxne 7<ŠG"/o\וWu_flCitw[c"K.2d"8boN!N'ͅi~bzL~l% o?p$tkAeo_ sQSFy6S슟(ץ ^ܴSt2 JbЩJ*V2YN'n;«(m;~oLDV QGDDDDo&$'VeƳba1t䫉r$#(*:Ŭ3Y|% /|vw>n#}܉[<ϿIµbڍ|0_mN\w8 KYJ[tϔyKXh. c^^?͙İǟIz&YJ+AUSU=9fЯ]qKxC #[E&3&D͌i<6ϣYnwwhߜ0 VX^/L.r?Q[~`CoD4Id)`"""""R)B Rnq/W+]"Z.$;""""""".f@DDDDDDDqQ".""""""D\DDDDDDD.dy_V~?̜2#D99e:4k+p66Kh$ df ,ȳҿopfN7~v"}1iR9yl4 bJ<{ѠVhcur&?QM@b"^S"J/Ȋٶb.?.ـwD> d0~x37~15q9DŽ8փb6OtUny{6wd@KϯW3o.wΝ~x&C_%1,!7?,6.˲5;YnVss>\H> IK=Y~;u$9ݫ眴_ݸwB}=bJ%eNbsO39PU,\p}mZZB}̬Sq$VL24[u¼Y_bOjEb10Hذ+0|C sg]2v \K[ #|?Bpj{TZsbӼYBF5ض؂-0sKfbÎDp de׺ѱCK<Ν6 'nrcyb iŞD5LaZT+ad2s4U:4̜IL7tb؞ɂo'q!aQ+iժ1" r-OꇰvχҺbCLXbjGV̘xųXb;^wrf[Gx0D&̦iӚ7[Ң 1 3e0}tRL~ԭ^ SO[泹YY;EQos!+5jI .2O8gh$5O\ՂV{+ƅju1l* ǵ6={ScSuo{Vjl]Cm8F2p7Wz]i?Y ~\oe5¨i0M+Wa2q*=od׆{0eU[s=yk$AVI53Yz4˪3?zUX%c|u_73|>98ovsR)o]˰FVÆ#w՜v-AfnXoͺu.YD; բ08ӧ|G͏:>kxyX) ǯz>iwMG| "`ρxW ckܴ ":tn[q \\MW"b:I߾9g% Ԣ{ pc_Bv'ٹ_r߼%wdxfq$-(=aG4NAidӝW׿;N;v3Nϖ%>xuC4p 4K.hSnIǴ&)~ l[JTXay:Ipö{uUoƬ~Cmӓkɝ}JFjzV&Ndf6.|+uxTpa?worsp!猫N-b8 8oFmB,w<8u%[j:g;2r(.t~9s9aٽs/v"P#ݑQ~Y{筄wg|n .c׳+1no~MEqh֯y;r߃ 1vOvq"5Ň7݈ Ies?_QYT 碻wց-+lUU6\6%r0cE|N .wPJud2L6nOv^.Giܤ.Q33MvMm5Nc1YM{w0~ pbb ӱ)DŽ,`1Ygt'.[">'΁% !K<޹wUO(_2*F j\<^zОw̼1|˝s_ȡ,Dw`2Yvd;( ?~U=,M2g0j9|TTk gq.^P_Wr V>W<+"D N1&tjC 77́[(0yӼa$~E%cϰm1Aν6׍(U;kp~ww?n sS;Gau N|~>L>4Aҡ5'^K4N A0Nmjf-HcDlՋ+C%GM_aRl(IR# ' C>WjhԦMږu=F]zӡa2m6shq+3NȂUЧ/ŕi3rw;$K pس8~5FJv.6[(KgCƩ~[9sE% Nhf.M:@&pblL8̵7fyPI=-g^dV>]EX|(}؞MfwJůcDZ"_ _͈l {)f;͛wQغtc9IJt`cǨ m/xsY<eɆ*I9w|lxд~ux |ɾU?Np;IdX9w˽X8k ޗ[(9ŠP%4Xso8gw1'MM5/%*=֝-y2H.aR)Gru(9(>:iFܽW3sLmюA5f6Qؠ%7"nQZXNH'$0rڵѲKG, _`2h޾AOgݎ Y@pdS/K!+*Y7(B|`$|CF>8V-fmZx]/" OvG,:2Ωf1s{ "4&):Cd:N=ŋ֑tdѼ}/ڜw_C;n-ƏM\զ=x/_(V|؛XwO܋G/H=|Zw3-걒'^N\Ӧ%/'G&`(ΝM[r`2bOAtG,G5n>}%yg kysOXd۩޴^Rd0mdW_Rh\rukiٰ&&`Z/ r1x\<}yUdhbP6Wc[V- WV"Zv<ԳfǫwM=㼱#tNX@sk``_/NDrfٕAatjZ&OpCPLfOϽl}FG?N; weBˀdTz&S ֹAfS4 jV UmI]'<)`|^sPkozl&k jTz F+Q,ܶeNc-  +f)a9WuKU.\BRb:j6`3pD/cDjqVQ".""""""D\DDDDDDD(Q"."""""""JEDDDDDD(%"""""""JEDDDDDDD*4=bbb}R4LX;&hG.ͱsغ5111(efm^=&}o^~V2kV!)3gQSɿFчNzwMc{o&pAFV?\ fwhĹ#ٹ3C_JNDDDzu(q25 'q<&zn27H,аmysռl_³^Pf.>A yy[tmZ gQ:/bnyUU-پۆR7_bLYJXnt˿?`禗v/gqOd^boZ6K Owwm-sy7H+5d*+ާ? ش'N ɛ;Kn/n0G0~8y;ϜHj~Z5) :lrCCy'X4cR`4>  9~%3ۋ3qܳu87pQl0rJ0 #/+8e͌Wm{k6.5nmJW/Ƥ5 շk#::w?xѮF3Uno;e9ml_ѩ?t7k؋3yqK;ϟߗsXitoxaq;ϔkr[>Ymnma8- E=cWfXQwrc‘lDjƈ]勷1]n?e<|̨;v,TzWZog]X`7N?+ ]<|{YIy'4]iL;c;bfAc9;'.U[{3.kEeQXn?tԨ;v}v5 )Qh|]F^G3st@Krw:7edl/ЪɉX~ ,-q.h-8ŋ lmnx+]v8q}qx:zq!d1OeQIN(k <ǧ/OٍO0f,u&]w@Np1=[팞#V9n}` pp8IO=AIhj~tΨ pbFJۖ R;Y2y;!L׀VJ0\E}:ӆpWDsy>[vo7l;4uu$ :_soRMs 9,idOOVP *˫KCuv,mVQIV|(*$H=Ks|FǏwyk\?66/1Kg|@xoWAzC#t(ԓ1] fߙ,~m{S_|>OʶfrϞvwmf=\w ᐥ1%+W5N<.x/(.<=ٌh}u_nq߰mysg6Oeyp<Խ&8P g!U>sޟCrQGwaf5 ^{܇+?-n1o_S:&='TD$ůoQ(op9֗zKN_(aa|瑛KvNy0M00t`q -e^oyd?6G&8$ wA]nNGQ0jXVa c&azibw:q\@l# |m`,,Y,Q0  cFL>"7'FFz6AdeBfZ!"*:4ʔ$@ OdT8yy.~/iawpxC0~B 0,0q`-0 pGcy؜N| o6 χyl@ɘra3,\8LґX^ʖɥJ:+:+;Wt),\ѥ!;" 7Q@v&YY吙In~YyD撑AaĆiE鴃^؉~6r0,[ v v'&ef*eXx pdID ew"Qeːw*Fx2Sj N Kn^.qOHQ\J.QȈHNݲ{7@ˢig:~ <(1+軝FGwmȽum)Vr^QlرC09ViHx2n7Ƴ0t4+1FS+1|6~7 WұBH}ԯ_tZG݋a_tyYŽWWg]7k♵-(+jV.>s\,~_? T?s]\7ųo3;Sr2)0NT%"" RbS2pKX [}MnkZOg^k4 {d{f~>]ψ30>"< mssM['YU,xd0 =OLYd:w{ ,U _ex<ʛ\t&Uۏ`ܘ3'tZ*dŚȿ|>x0Oш]f~+#^\|\ph/|q|AGC܌<21ʷCrQ}Ok[[2٩q&Yz@z…=ked}b cq0o6L,°>(l `&#Gmvt[V {-1͆Y%r$@>2Zm-po t awذL[ǦeY|> 0 4a0Zs=0 ~4L,h1L;Q`Sbn#*4v˂M 0N~E) lF>=ŏŴ9 `nwr95qqCL 8,[`fw`~̠`L 30CŸoo[ ݆i#?׋+I~N!!xs`z .,v`6Av^0y~6B "<2aAAN!Xa ͲcZV`ofa{;l~ ˆa0 8\nf.vW/ FA> 7|AN /_4~ Ím`B5ޕ;jGuN,~ y9_71zfUP'#"y_sʆUwo WkBta]/[:_k~FEϸ}-_\œ A5pmmw|{5G@.xVacd/6i/wK45.}<ɸo?3۵ Ul;w.eV ۖFx@|ahAL*aO;lJi֕)8Djg8mٺKDDSem66o-띴؝R&tVGV}i]^飽خ 7km Fsh>MOJӍ"LT$ (:q|`/l6ጟ>v`}…=V'Qg3fu\}>v9t[V 4A>o0L*~a`<@:0-<ڰaXfc:2]H 0 ffm6 ˴vc2ȗ‡v8`fɛQ8fa,8rӎiX@m&v,21m&Y}, =Ѧeb'0zm, mblj|6 ?0  ?F~,,_~A~~n4YG|ۑQ8lDz܄}&!x |DDS%*: o^B$'Kh,/aR)l*V c ʕ&7Ӈ7/l.E^Q7q9FaǏabgtB~~BÂ((0 S3q;m{86 ,GxޜlQ䦥⌊$P2H&as8͉UPob$<"`v;9Y$n'# ****QjUDEzR;Z#߮FF~pV  H̠˖u,2˅7v g}jNEGuIawP9̅eZ$ԫuVկq`RPilJ 7Ɋ4kXA5#pAu؞ʤ/6T,]eTs-@T;txiiwQ=};3>y-ꜾLSfRk{0g}|D7 yco֌V1*!<=mRط}-Sz*bba4k֞ǙxJ;lؘ@)t(,ĭdk1]}0C}<|8~ޱ}qۍ6msVi9vM߇^᫏_燧Evٜ^\s Tё䗫q5BCoǯL iy^|~r2%3-lҒSLоs`^d $N$>n+;v$nfvͶ͛I{Ρ4'%+'ɇ)p:"*2Ȉh"# 'J+#͉rb&|\ rIMN%;#}Bݵ-~eoi&g˯[ٹ+wp H )yyJv;AAaDGEMhp0@g6 0 o+-΍aL2DRlY BC6'~a qgU"ѡaPOPD$."44anaDDEU:Ǯ}w"RSMeWBY^" #'g/#Ӵ(B߹{ ,9o_RYX~I/`ٮ֯nQmaMJ>3h9W^]ᵂl3;yU%X,v=dxC}\v``2[1.LClsq_$2nse 4VV'٦oϰ.~3$gQ^""?lnYZ濉oz_YDeN_>ЉoМ7ٸ_X?7)mٷdzay6~~?99YBdd4˕%2"U3q8\.BCB;]} Y雦Yt۬L2( <(-0mǏl6\n7.h4,tt aF1_fÛKa0/ u_`Q@Fh0xNCL 91qr;r:n(C~~ޑ{ g<:.c6) vv6^|Y}#СbO}m6_k.v2MYx[<ӧ1=*_xƴ.?mQ .2/s `x*fNf Fo[ɐ5Ƀ:KXM?' V߁߁'#aPg_BM%8$ReR&UD Pwt$./h^ͣOi/gIQ~ L v\G?zy@jA \n76‡<⾚M{iGݲD*Ͳp݁;̅NI%#-ݎ/7'&!L~mWvk6⭋ގ>x˶-/0*ݯk?37y_=Jʱzq򈈈qKG'MVG'O:*"""" EDDDDDD<їJ(Kɖ]{ޙ42y~d:u: """"@\D.]SRh9=X慻d%7bd8Q ."\n;IחW-#53@W7o4:l'Âlny{ogg3tjM;4-9~ ˃kgB| <%e\lԎtC@%kLRthѺArn~ vTvfN0+Um.w-+Tfi##5wH4.}(KegjZ|ν3p*zhߜز+5Рm4W_c⍴KE0b&81+U|^~/|+Ks^[s:U'{6lN ~ꑡ:y""""r%+F3ÙgQDDDDt""""""" EDDDDDDDqQ .""""""@\DDDDDDD(Q .""""""" EDDDDDD_hV/`UiuikZm%>5"""""@Xz&?gK&.A-h֬#nNtJ21 ҹys?nX1 ÜHܸ4HJJ"))=yk$<Ee֨6_~Kz=usVrݠA\^:_CSV_vmyp3}Z]|&6)}ZC$farI>xݳu>l8~R^ p_N\ߩ?+cru8i>xNtxhAOGZV^?i\d6f:V[o $Yڵ+zuu _*Su'&/?&'3e' !-duIapvEGqfoL 7ɬd.-<}=LFSvgV1<\y*VHŊV}G<̠+ $%nm$rrI?C>nwv'-QѾP&gRq}ҡ=$f恕Kݕv$Խ)ubcyqlߓrYjZ^C4lމ:N | TX y|{U }Rz?,Mlg^vӰew9 (K`d0- vs^DDDD8΋%#)I?җ&`mݏ@ZeO)@MF>؛ &|0fNMJ65݆@ `lekoѭAR.KiǿV6{2u˄Wb7 Xtv%Og *a =8+Gv3+ǽW*Px1C'STIgyj <ngIvz/>4vTd;Q17 IDAT}4eprUs| B+42 8C rq[޿ܼb?EDDDD. bzӢBiMxM'L=3[bS0t8XbcWso%ϾԢӓbS\i閭\0v%)_, >[8Jy<6& I VrAeqw̚~.W9Ԯ\j /'/`HJE^dls~Sf'o8Àr$4csPK~eοÖd׿3`}T w ip] |ygѫV}F-6=>BRᔪx9FvZ"""""ŹhFă"'_c ݓ_gѠYN*/c㩉CY4JUmĸqwPs{ ԡaMx- 2̧i},y.Yy\ٶ/ӧv ep8xJ3.S9hu~9+z1H/+MNɷRr#c1te+\w/b@c5e79?7's`Kh8O7G&Gfp iԊ %pq~dY<<>{ <4#Oɧ3~6w5hPqsl~0uk1<@xt9?ڞwyit;c@¬ pGwDTg+oqSˁkθ.;EDDDDa,R1l[~#_Tljq9*""""""" EDDDDDDDqQ .""""""@\DDDDDDD(Q .""""""" EDDDDDD_`V/`Ui;;jūt aWu^lE3ڢ͚u͉NZ&arھX:7or +fxrs]&<8wIII$%%'q;o͜1ȵ=el$3y\w#k9ӔnSk#"""""W c3~6Lgx \Y=5kXv]KeJDŽd~7$7"i/ Ԏ]Wl̓'@2k>K {}(CҳU+zNy?˕bŊTXjw ́HL͹Anoݚn}dLlaxN|72p9ӿm[z(9d$3w:v 7g?wLؒ?䅗IT%[:'.9VDDDDDKFRvjU/9\1/?Mۺ}ݑρS&rU5|7WsMv!;}a̜::m(k 3Ge{(^{n rY:>N;a[&Ľ߻NjV.ˡB {f~Z)}z.Spǜ;.ɋ*x}Է+qيE3"Q>W0?h]rT) xoOMʢPj#ƍ<ƘgL4ozϏkYݕ `lO#gɫu7. L#m_O@p8tg8]>y r(QWWӊtnŊ{~1܈wgF 6]2~шFG<OIqw*q⹌4Qɒ -Gbج@YDbOSj9*_ё3sCxaӥv7. 5: uOфFŖ,˲T """""""}q"""""""@\DDDDDDD(Q .""""""@\DDDDDDD(""""""" EDDDDDD_"^aK*cg3xLE4ԃ;1o7JMgO&sR?Yv-Z?ijI ?ХE ~:r3Rسg|h io|Bbb"{!%#Ghf_9KPtoْ>gs䘭\f?Zwۓ҈L/v{0e˗lhnKeLfl[f͚`U}:a}b2?-kx<#n<oζCٝ $!=lk<=Vn4YEuز%OsX(ڶ?S;8va+ $%nm$rNCPZ5WNX:իWJ(wy:q9'%mGIL!#91бp3"6mJXw|ETfK~!u~I%n6F| wU烯?q3ۦox|5>K슅j҄N- TիӴɢx<6~= }hV/MOJa+]m듗oTmHzۏ-Y<3oc>{owa -t {b ֦btv%i8Upv'#.;?mhߵ/WRI:QNJvy*鶵@o3kړXt{ţS~$=6#kӮi;?y>tDj5|\dfڨYVo->?_ oHCO=%,7Acge# ft;y~O0=SQDDDD/9\$j7'ƲxNo`]*`ϯֹM]jz†D۟*㶨qU -a"9S+[|y,[>5t1Rrt%5|~䮢u$NO \DDDD/fY%D-on dmj)4BRy|le;P=2LgWDDDDDDiޫq"""""""@\DDDDDDD(Q .""""""@\DDDDDDD(""""""" j^ai>}6)ob)ϋKbՒhӦ/񩙧\ϥx\\j~^EDDDRidĠ[x:K]Z`1?Zk2u2݋\]ssVrݠA\^:sqG4GYYg\gq..6!fnM.MlSnM.I;)iϽZ&aY·/Nx>q}ْaiy([3)Ǹ>]3][uk}3I;;Ѿ#n<oζCٝ $!=븼0c$-ZtĔ̝ ؎_> _*Su'&/?&'3e' !-hsVn*Ӽygb~p|> 춣yxe#|1 չ=d_N.9)oۖw=Jbz݅];mb5kƂUqdoL 7ɬd.-<}=g<3{͟SwOW'㩎Lv7sx<\%vBZ5ic|V_/YwWRPX~uj ]I#DV&O[=Mi7lӜE?l,4mOY\YWMҶC?Vn< u5=y[ڷiХvgw\ߴ)͛w &1gWa/>mBdYj+?{Mаy'nXoN:>~qsCҳU+zN9G"""" ϣ +[?2hdV,-el n{pW$( Lz|>_>SE3U6RMYǻn.Ja+]m듗qEyGZ#9/_Frx'UCibmi׹7_nK"/w/r7M Jvq8#.;?mhߵ/bM:: BR%Nzl"Ok.'ʾg v"ZM<ֆϾ}zeO>gOc[,5R.mDDDD.΋%#;Vড,@@0.)zZ޻@Jv)aS|iH;mKzU'S@$ycl9#q;^{!'wOKt=674f?#pjE#z~$i2ZZ =3!7 /36jV-Gܪ_K|'*[ >JJqhfͬK y癔r͟v9]uE0v<]6ft;y~O0c:yV}0:L)w5V@o3kړXt{ţS~$=6#kӮY\=޶zkaGj*\ߌַSvbW6LV,C3?fY{ga|4]ŰAӈ'xt@ \ .%<7aWzOnaCX3zVMx0ķ*nuOÉwO|=W.YGdL}.D{&ҭASNw=& L17AMwcn&<Կ= '_Ӌ`Ը*U0stz |]q8?ǷO*:=F[JFN_1ktH:&)ÖO:Pi3f=IJ+weS꭯ ُ-zZ ӧ McBntd62jZQd;n$;K| ޔ}#nz;=Z6CtѶ bvoϪ.0y4` ߶ϵ)I.;{1"""@.\y*VHŊV}G<̠rR߶-=z2ӻ '13o~ޙ7 ۵xuqG|x7L쾔b\<3gz]VM;ߑ~p|> 춓[uk}3I;;Ѿ;nCҳU+zNI2־P&gRq}ҡ=9<^ﮤ Ǐ^'Ơ-OZ6|Lם̔ɛx=Ư}]zawF.{|MҼy'>ٰ onzv[ zO*Mqmש۟wۿr+""">Ŗc_+y?eb<ⲳaGc?*-t) yThG1%ΜV]hw2L©nм^U^|VǺE1* \qyT6𾙣=IE|v,3z#q9IB=O{~}ZÞBnݮpVA%LGpEH ~nfWj}u}Ei3::BOZPz Og0E9Hˡl1yi*ai#uo?<_oywgd=|8#˛ﬣ'SjWKKt "1shTN64pM J>JEѰkUf헻H']Ǖ|y{6eś焗xI*Tg3e&s0Fͪؿ-pIEiKRGE#e~$/.}Acge# ft;y~O ;c-W*~JR {wIe 0=0wO#gܪ_0/Aeq;僎D\\r4]w<l)E؇NqE-xa!LlY<80f\<0~e /?2_/Q^H+jtͬiObg ӵzNF ڌM%ċVo-8ddۮ$W|h6̺4RףpkTX]ŝڮ'h'})s+"""?JWn;|uAMW5ls|(<=F[J`:tzx剬0&MZ!ײo Cx<\Ӌ`Ŧ+`#wkݮ'u0}@]ՖU0stz \i59n}Ni|8hz_略]^V~ ѥo9<[QWs iUs=̊?E%>OG,v1iy?:񼗻)ЪI<fm`tۛƄݸ$&mdմz'B:w2@=zM =FP;.`}x3X7hߩ~IǙky` JhڤѕG*lM۽>г'p%i IDAT #Y>p<[&?}o@ΣJt=D'}1&glN,ڟw*r{[ux1"""c hAܪ=Q3ϖu墲mb|/:Cy"""" EDDDDDD{EDDDDDD(""""""" EDDDDDDDq"""""""@\DDDDDDD(Q gZ <6mb< VũgjՒhӦ/񩙧\_:_eʟ_K(7 t Os<&%@-zL<4 0Lz-ڵkкy=}{cqu;̘9BCS+LRT7R)}c k6۽݇5Lc>ye̒خYwdrL&+w#藴oՊiMtt4g#O9L&O\Nݞif׎[1NJK'xNFÊoFAW2K=fol[1dWDDD.6xs&_:zVkɛs<&s`::Gp.eeGN͎aDGad@gq>5<١ٕ=hݺ5]gYٻ6m"|y~t>ԸPk<"RI ebn<} I7RTzT^u0y5 "S5oؽ8v\^|*_QIœ|%Y"9*L&˾K-CPV,dٱ1vb9fXvY?@RiCVh]n4žĢOİE$$\8Lv0|Y$`g_-*츺1Wҥ s8þWdb럒KA 6g"g8w:noW>AfZ4S{w'Lb33}aMa}S_qdž_i?}%/a/ͥE<>~0cⳬzG/O ^MIAl}[UyS52yh_0M~a:Z6麯pV;L@|jV-9¹.ӹv嘃lM旞d2kZl%+kd߆CF㬨O}U=p)WA#!G9{FD6^[9tN`$5>o=-;8U׈x"׿'hu9к5;_lh5Mz4AXg/Oe=݊\naUar:,_w žCX>~X|pEqC[ލJӃ~}ҲnUhES2}aMQEDDDnciHLn=DFFf#>Uf,i̽e!lLe JZX,; '‘z^ J g' yYj0zFtl@zR  ԫU%_I.ƙ5jN3݃S700mf< ?L xsըMn4Ί\T\c4SjE\1 ,30ӼѤ7KG|W͋=\w"Q f`Ŷ E ?}X+χ2l^'ONb$ah6$(rW!{OxVIVNB"yЫɶu+݋oMku o C%i+s,9uP'ϧ㼶p7-fg73wfQL&ɲX̏v*l`yT xO׼F^YA(n%A,`g٤!eL^Z>,[/W>k]ʒ[{xoWj {(ϕu+_|仭w9JrrծUj9-g^q#jdb#]G"˜Ȋz0sef O%2(k?iw#9Uޭ{1ePG>5ZOc%/kf\k[2gݙcc>+nޏҽ7M$p`j;vU:<+َYп m|pؓھ9ު|6 vݮf}BgPЛ{cm Ui4@DDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\r]d"x 5dj͆N7.t4fAI~EDDDAYY8qL&_L|z(i=tkۖU;~fmXe̒\[1Lyȣ_ҾU+Btt4ќ<`2?q9iv{v ?ߧDI ^ÆѰGѸ?9pC:4)̒h+c |}Q柿~EDDDJmś3:ԁ[2_Kޜ01$]:??>SQ1zmM&ƾ) ~Ấk<"RI ebn<} In&e_%˖ɡkyU+|uJΥ,]0 )8Ov@i&q98czvs3D$_Kg=5lZ`Od2H1\Jš{ұPo'*TJթ^:x3` k@ԡ=DƧȹ}wlv #:#:50iŵWuɘ$گ;]-t|bOg`nډ9> Za=[f3PO?Iqy~P;!rZu ٻ6m\ažĢOİE$$\8Lv0|Y$`g_-*8g[ƿ v,Uu,p5ZLt33i; [׷+_ 3-o&ھr̯y,wt|}8t>._[6.;6JwEDDDZ4U~ƼLi2~ aƄ%Wk9Ue/NFG/pT5nnۚiHI._}3ntjA}s|"=+̾*˲ө_h乣8e6} ݲ yƜ?&y:oY]`e/8Ud7?+rj&Tsl~Ǫ6|՟JDs9 ӹEN``S;d3.E,qW`9=9VoHn~~o5bgŸ=sAT*RvNEl }g`Ǒ^dXs59=|a-3ȭC!E t Բa/`ٶfZcrqC[ލtC{zآ]Z+-}8S2p%⪶߶`JM56¾߿|,""" LLn=DFFf#>Uf,ï5IHD4zU2ٶn!{iU~6zFtl@zR  ԫU9)om`Qeugihқ_xuKGZ ԬŲKjz{.,U /kkhÞฅj-'v ^:nXsO\ITf|'*4o ١̷x[/30;{YUG  7sQq:Nqr)W1D9zb6]>up##&Ơz#XBO}G [/IӾ7? }ڽ NJ ;.B9p㲲׍ߚ^ְs{ڶ/l>(oufU~ 1gc,(J[cR玙}=Y2sxsUN^[ǰ)*6w/S'6k/vk76Vktu[j`ڄ񬘒1A7|cjU!˜Ȋٓr0Ѻ'9}Xj}Ȳ [>Ok4bꄑ,I8w>KZխJ޽888b>7n[zlYu..޷߰w Vkg`$2!s+zw[YO=}+p>W0cpgڙV;TdY.X+ll~M ;J|,"""bv5w=,'0JS]DDDDDEDDDDDDwEDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDu""""5x`5 ޮ];""""""" """"""" """"""" ."""""" ."""""""av5_CWEDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDA\DDDDDDDEDDDDDDEDDDDDDDA\DDDDDDDA\DDDDDDDr8X,VzEDDDDDDn;K>6v4`VV6M=-""""""hɩd,-;wB-Kh߾=۷gM܎鉧y[H)xaD?vȾ𘿪n2/,m;DDDDDɪ抸l_3f-j(x^3vyד5<ֲv %vb"̐idmk_~EF_\w^;ȭR9ޭ w S&;t3_w lmZb8,ǓS|/ÇXT"b|j9{IKc|1Lb;k l^;?2nt"32(՘D` Ys/.dq.FM)5w[;3bETf&k4GqL=ϖOp>%`Y,9>Ï TjЊg" ||6`ջSPWv+M`Q|/'*a;es͌"""""w2'F3sEsxʷЈg_eRw{jU!ƿ¬~rjQVM=3M[*%7& YnG:9kF`5'rX(m\<:=Nzz:Vk ΄Qs⛏88 *S^3;}yԢc.JZBXzĞ`DeZt[z ⻏2kvN|O5O{&AL7oސ!4[ KnRϰSf2*g>jue]fMLrΩS8u.5Zo23=v>gS[4yc.nQdm7}.?9gjԫy:<Ъ-7͖²Ii߾=:<œ%+ȯqt$V+v ߪ=;32pqIUp9$ W +\=89ۭdn+7yw~07W/xx~e@DDDDDAT×&dn xI1фΙu *#S-'ɚ7([8z2 %j0MmWW pİijVtBoa5e-̛8iѼRH\uʔl>/_܏m[k#zƭٳ'o1o07s)iDDDDD wGӷ{ý\SRWpv;`(o救>x=֋|HZѤ;ssݾ W zz ' c8<=mjRe'jod8I;ʶ]?Q?[IƓps<Ԧq>}-աSƼv1AOOa٤aڐ޽b|/?eQDm&.r/0axN\*=BjÎГLDDDDrW5ntW^DDDDDDJk~IDDDDDD/+"""""""q;(9rRrx)e U(DO?+ыQ*n* ,YYd$x"էi3r)qwvl6a|jUbHNVˍ+G|Ѩ0.""""r++_ VkBF,!͊f`0(efqd[؊ӳ̵љ{T[A9#9G ֎qq>1#8;̳%tq78֬a\zy?e^ߎ-+rXQI6Wuh)黎a(SWTN k$L~OL!=kFGx͖:hraNPb.1J0O69:y4ưt~MJ#ə QΎϻ??bjuّ,3%bΩss`l$4)4=`Ϸu]]nZߓRɸ/GEGR293'5Q+""""""];R+Q6^$#:P?[Mx ơa ]Qcgt{g.mT?ٚy;WZI.ԯ㍫eF:\H׫9+̧PFW8XW,V >}{޻Z |- PӇ$zQsẈ]c;ƐX x-]Go>įe#Z׿>'^&~[[MjoWhWۦhx'. ؽA51UG>%:- """""re/q+yE)WcPuG]lUr *V/G 43=IDATh.]t -]q?jn)?qtpϔ%33snH"CC2߿'hM*g^rg_x#q1f  ~.׻cٷ+8FWQƽ i{6aܧp'.O8ܜWHg?Mܝ+9yw_A?5?gcq@rNx88` vRutE v{el6߲NTqqV6C9m;qpph4j\\\l .)Hwĭ6 [>n۱l6"Nz1#+=C#@r9PE {F ]N/@O$` yDDDDDDZ"""""""n-"""""" ."""""" .""""""" n4꜀| jk:bjEDDDDDsppѱq^ߝ>."""""" ."""""" .""""""" """"""" """"""" ."""""" ."""""" ."""""""%uzIENDB`python-twitter-3.3/doc/python-twitter-app-creation-part3.png000066400000000000000000005102601311017327200243040ustar00rootroot00000000000000PNG  IHDR pHYs  tIME9 IDATxyx?wf#aUpcQn"DWqEQUۯTPADzw !'wsgJ((($<ܹ3gΜ9}ϙ 0̢  Sn*jZ?<k·%wB|,YrHS_sˍnj5eKx[T×,y~t2x?pg w9yLt-]93EW"Oha麎G'`/?la 40 Xߢ@(~u%K#KƠA-s8pi 0J9n 7=rip8lO.6bŌp8lD"`WmtLU{7p/j&ҕF̹9@{ (7 9썲o*I3 0rrnxwǯO 555F}}Q__o%dyo=¨[F``~zNjjjm&-^@\&e|^X^݉C#=W,74 0(ݹe3cqM7n`6m{%-lܽWH0.4\ . BWn?q4>~7Fp Ó˿f|>&k&] &m&dOyͶ50E-@r%;vڊi/<}p=}ceL<|N6r*о ^*e2K8$RlVLd8m'By=WϧOELɓIτI(tH`i֞.={Qu;]AΛo~w\1m~~>'Of]q%D^͉prN?ݻ`>7W]Z #FdOvӱ}{ I9_QSSMZz]ta{6v& hO4UR^LM>tE>uTz ͜/i_۫/,Y^dMԫ: 99Ix6AUk5}tnWġH6oZ IMO#O]UJn{nM, YM(NVf&:;u:"q0kqHy+vK \uL~Q䶑#KmPxqX v E[կ:m3fXH,X W55ܹM6bl,Pe+|2֭_OqI X\HB8maB!p@\\ .$VeYq'q 5;Kmr?@"q?q:aF.c+OTQPP؛r3N&>z=`Ԙ[kץbA%\t$EƛtA+wښ>PUMӎvmhV)y~=۳3giW9[⾿/?kȨ1ƥa躎)a9xR309r4{>7 L87\q9O< 1hs{cX`M} z R3:Qw;FMFZi%4Mcȋ0 3*?syd41hїH$lx8|oWG/BӴCfv69s=Op`qs(f36M\.h/!pAk8[h@8m!p@\mQ zאfwB Co|efCI6*Iy4&jYt† ~|'ȑa"ZuU{ןpoxI#J7wVo^q2L{g>gw>Ctn`-ш̏gwĥ ӑ`uNF2! 6[&\̩SW毨&`'ssݕX]Qwy.`&i>#ǣ&蚂͙IOޘM3pu"Tɓ'&/:/?%[dj&v.#}w49M6D@2a&0dhCe65j 7/.;l\1Tng E/fm_,D0dLHLOtUcHQBel f)5.;Lj0a†  s6r*^'?dl_)D"eein:fÑ [G`5buQD->3v}.*)A5㡺}eXz5ۿA]}0Ĥ}n0h6oBUU,O"䦛KQHU 'k/W^Aq^V ۅbAQbXMד7M 7&V #I6\.' 0#"J}eÆnd6 ^w iiD#a q9 ltҍ7%EhԪP(̾}%=:tf0 (Lp:q\f/޸n"p:t]'$P P]p8-VX,zIn@䦭5pےgcGc28g+/ 2{sӾ>y6&`}=P EIKM!;+Ғ2BuLz7iL&bf$, #iM΀ 9bXdP_DUc/)b`u:i' pةF q!aL4MCU@8mmVB[⨝i[ɷL=. @ϐ!9X=3ȡ9 cYLY{dyC|\oc)ݵ﹞pBHǶIoc6<kOOO^#6{ WK erިqvD.hspd==s9K:tO~%Qgߟ 'W|ݻ뉫 DUE ..thᄙYph'q.&;† B!p@!Ib,K4Uߞ"yy#EA^^ś6lyC~{e\7)>xmQ']|PVT~GAbw? dP5Q'("P]+yikN[$x aoUVq|nZf e=С#2D1Æ!2şWy׬ydYfʗ2$EQ@Ӵ"2>}mo1t 2Y[hZܗضdٚZv7*C gXܗe!C"q y].Ð!"x2Ny[0k,1c7oޏVrzݢ& ?؆᤿ IX,c^AiB#/pA@t@h- G8}|'?x{IKvU0||<}-U[6GӳV֍'B8v<=ke|6^?lX296]NGhdРAߦnp4c 0byX#"0'?Z֢M뚡/~8/aƝ7]J86k .F86b/)3"ŌF8nq<Wt[ꁿo7 È1[na򋇌aS4yeZB5Q{q[_<\e,[rA7TCsRSScɥƨ3jjjz.`޸KΗzaժUTVy/\t7~(***قJg qb*[K¢}^/, 2zvJqo/Pvv]kh|qmX~,\?[V,CT&y`XHxѳgOQ*a B؂c$13w%<ώv4L~on&,ygs^nn3!OĮW73wYg &8$\}CN@E~sf+k {*8'* Kkdv`O0iR6M<鞝̷d#a;д(&M`BztM~~>6[6D5cq#!O>^-7`Jzt neԏ0[dNÂ73n)V[!p: ]W:e HR&q.GUe9vҮk_̚ .xv'=Æk3f ^7w Fbx6֭%-KLj#݋T/奥-l&#=H8dq:54f;ylvӓ+ߏ1+ߋ'xf/έ@dۿq'`MA}.OO❬XݻvH'X4X躆@zF:n'ii :a&K)//%T_nَN)h4JErnX(b!#3.]:aY1-TO} a]v99q9J(d͚u<=i&!lApІ+✛IQf:ϟ _BmuR|>գ:@aI¾zwLa2u5{1xRYic G=RдK*8{WraqXP{>)cqaGai>+KmW}0 ؼ{y#Ϋl!8aB؂^?s!:Vl⟢Š@4!lT9lXŤѹsg:tj}N#уQ~FjdzWJ"Ay~jkkB!6FZz:.Ν:ծ] 4!l@[ -a ZJqplJ>5;?0l(Z"Z[0*^3PW yyy8jO!FܽۉF Cq 6 Ð9kkKjy:y|)qHgrDj)((>fAJv6i7Nz3.hZ;|bײz\O&lY)|3"Ii(J= >/?ǧxb>ѻkH9W( 7Έ#xiٺ gMij^o"< d6l$5"IR3b5F`20L,ؾ0N|ivSlYt);WHʒ}\<( E8hpIiVdp|?|{=O41f͛p/>yh ޙ0lȲzp)SVTQ~DK[Ъ^6{-@h@[ -6d $Ɛ͕3foZDD]tf N@aR嘜)SNQ'{hyktvY@[NY0fw0d/+jr9g[ >Lxv E%Y&pI(%-Mf:fgРAl\1[(ٱڛl\xSqحX7ޘ[8Tүd;]>%(D8ػe1{'.g˲hJz:7tBFL"ZL`:џDJ&KDk  b),({'ew'XUH,_ױjr7gw"Ҳ#G*HVM5׮ś6[ l@4J1N&2}(dW.J#G7 OVV6ޔL&j'-9hn̐!le˻K!XG}]CӈG#xSaZ00phF$! `wMA43/08N ʥk玭U4;b:gd$Th4JYY)]vlvQuA{b1t]naJI4D"A<'aٰc2]v@[p8h\{)paqzƢM~,ynzY.qw );eY~3kQZ.]v& MS5Ʉ lFU$ىÄ!\nL.ة#rBES8$"S[_Q)"QV;:u$bJJEe6n##3/@K :&$R8hՌ+J۬hڶBNa_6~ ,F,XvOplj+mAC0e5B ?xp]vzzfi~W{_|n[B_{ |>C5.qAg ?v 8FgxDHVٿ;|"dX_x@^^f~BEQ^+>]W7m5}25v%7On{/PPP>,jsje#nS5kE͞mrpLGu-jpHvrV2jMk6k^*K1񒋐$ UUV>+^@wq[P#lz IDAT/l6cFp6eOe/:?8'dbQC/OcKq%^OK'%ݪ0`/0mfǒo Cm6 ]8TUEUcwL* [ʅ-hÃ*V ђмo2g@(6J}|>vVhCO4o=Ұ.x7KޔsZ/uȲ|>XwD4pA-֔ρ?f">@5ʱgW|>|_A8TO8m|>nf4M/ rPoKrUV#_ߙ ·`w3Wۼop{Z2oQ#|>]}W[kkʱbg{ط`,MaWPCyϛm(7CZy uz܆Ҿ[~`G8;t&99y=_k:|?gɛ{TOw#:l|>z,[4Mx?KV>rt14coDUNuW2U7I'*[X̜CDOY=ez‚ X`ajaWg7ؾ+ڳ"\1Bfśxs&ioDUՅ/\JII $ %U(B"`}iuz@@} _L{^ߢGu`=Y ZTTtRUC.ٳ@p|s3_XnY sjܾgY;$ߋbk~z(lfTЧqwo4 &Yn0~}7.dܸq\Qr۸q7%4Me_/g¤?K`ܸq"/X^2ucyq7%6\KYu-{Juq`}X^X=za$_ 8)ΠGmW}* -ڠr cBPn@ [ iZ"RW%q6?_5Gi>|7D~t]K6y%_ϗGvQ\m_2ߏܡ7|5Ҹ~]yoSIrx_| [_9S@p8=tX~ﯘX~`5߿gӜWx_(hLݷ4|kaR0 (Xˆ +,3ߜɩ#'6c2z.3s!M9w73wZ|,Z E,Vn@pbykfYvgkOgS%̚A+Q̹ IJb!Qw3/gGI5kg,H5ގ=k 4;@~~> BWcT˔7cݺ ߛ^ʚ5kK 1$!%iئ3>\L3Cx/9~L.W/c͚5 43՜ѫsc]T0s ׇ2;vdٶn} 7fDv k b KgDzի]kr6 k uק:ױw*Bdc"jw>gGI5NRmbI5474j<)ǭ>e5ɼ+j{4>`Β l_95>ėZV}w%S4^ޝ~vlwZ?lv.=Mݳ3yd!x 1%'-^byEHVVX-Vt tAzj*$ }# Մ?*BSn.nҩGPxEkw|ܮ_C=,8r|a޴y{v^:Y @^N0  VRn_nx_Տrc'<<Ǜ+pԗ48lX˻\i1gʞ0^X}뾉8[ l)n*u-֨DQ*" V־+ eً7w@ $Qn|A4Mrӯ@Wѧ^`%J-Q=){бB‚6PD[ ?9- {zrzo-sywia왝(l6R`:%2`,>`?JuMCQ"55Da&PU Mu]H$haX,$8KUHKKO~u3} 1 xl?z570æ+v?o'ߝuD;JB18Ͱ޻Sαcx{v@'l`ذQ\rycŅ,WM~(you!Þ)mÆb.k\ wm~>.k-})@ $sD"5v@#p h}nIeY)DNN*ێf?Zl^y c OUFHnuxG\=ģҺFen}^D4 8!=ş?$셜v 6iiidlohb8X NG0#X\}ŕwcP27Tns>vq9X@Ssz2u|zd^N6'']75*3y\@ٌ(~5~,wwYޣ=so@k:zޟ@(Jf>|柸dғ\v<މ2zuHÒd]8'#yx>4}fӱl ~RM1 6ܵ"\xޤrG"r5@(wks r a LӦM"8)D%|r:TԊ@ @Pn@ [ ڸr|fGBY+? >GnCG @|>~?ڤs7_]7/Ԯv2jБ76a(>W i1=؜d0A[sOK*@'p22҈B9 b!v\'-MuۈL_W(C7[$fE3LX̠V$ Pj)۾YQtމSƊO#ԔWIK,p9ɇm-hZŅˮB3LIcH;faBՁ–e(q o1IA1 Z8łlFur]Q5 Á Z%V uuuaL&HEI 'hUp:xnN'6Ɇ1oᤘ |Ʉa`pb4-ܹAjj*Պl0 HPW['==t.6ۡ7tDWedYdM%-5U dew`C}B6e]Ҡ)TIFf&N wUUQ Iҵ zcX,jA5 xO 5_cg 4p$B0.DIDc1Ms$QSFFVWUq ,ClthE,.cc@74$Ɇd`„ia@Q`lb1* }mE3\.j"kXf.NUU cC!bv*v* {z_,G1,\oǖm[^\ũt [JŬ+^K]}=)DcQV Mff:. ƈǣz<먊a$oZ]N9͊˝s2[zU'jh\{53眅\2|Hr" ?fJƢM˯Ôٲw_BU~i Ι|>.gߎs唸7yGڟ҅ :uHvr9F``0(ANDeE9uuu@QPP4T Lٽxo> s"?!/) [.[.r  ~M4Fml۾UI`Ӊrada"[֥ܣ/ ^@٬_WtO`:%2`,\s?s?zGX4Fuu555Bal8MlBh;0 0aI\n223i.#:1&-Yj{)ڈ.,,"8)ݻ (L -r @(@ -r oɲ|Ȅyyy`lŬgɹ^Ptr<-$"!vXy)((`Ԩ?^+̤BbuPr_0. gdc2,/]uY,yd!| W6DY?p3999qVbm|%>.U{xGquA轼ǻh:pCz?^4n2sTf,&)LZ"]r8uH]t6)^7]Rl׃z!ξ+v2fnR&R^z;XT#s">dDzwu5DkX|֮ =J|>=_#+]O$ⶳr~s?~`8Fr]_rzqDu:0_אF'N`8Ff>=n,63[BXҺ6gjiN>+wmmpώS-+@ 8[bPn@p#r@(@ "B HT&i|VCZGS#opd>ZzLܑZyIUs]XRŮC"M+X؂QI4j$Ѩ eET"":bDea~20Ҭ<-{{r=4ީ][n9WӍB!ޝy= K$ k45 ֏cNSB!v˲$n 0n2Bo|06Xp!m @NBX yW6 B;l;o" 1aƧcҒE?dg ۲,fhyChC i7\gNOM8noUŻtljЩӎCQ"f8泏溻_H5К_mHOo,Ͼ^g\)b8e] IDAT̞=޽;1q qO!<9Zд&)R 4MN0 vfJxF oJ7nM߬:&#<۽jۛ^Ei`a9ߞ{ \pz c ﵑ: ώf5 G?s~wtթm:IFJ#}gFx{znh@/Ƿjpڇp『{K7o5}_E؂{|?Kغ3p}A88Ε B$lْ1.KUfڵkE4Aq S1Xy+ lVFhLOܭgS7TTW9k:>_>'`Yû6,Na o<%GxyR_~9Æ `E9-/=>?l0l&0qɷ+Xft >NU_ 8~hK:ퟘooonO̤ӳR冩x2?1ItK =΢eN':8?Yά/W:?j>zuc_]8s3wÆ9Cu5"}qv8 IKq\ҹ7L:t3tPKsq,̓vq W9_T9  vY8-+HΚ5k2n쬫;ru3G-ɰIOtg~e'cV:|y|U#{Pbs%'ȕ5A8A-[}C^bAq A-[ Aq A-:Pn=uwkUB!;݆ ճ;Ϲ%xΝ)ASoӷoPoB]iv@|KP5.XΞ_Um9Lms_E8K:Y jnMRGjp>\P,uѵ920wUb7(ӂAu ~u[3oS/gɒYxL6[rRv'mQe%?:!Z3Ʇ  V.P5gtnYލ‰N}Ax#WٸbnEzKN ';edk".:4 J.  ŋgH A8H܂ A8ĝUPXX_ְ>x>xm;c|>cF &SXXHaa!9V,כ+qYwH|Ʊ+$f,^ KcMqnǶc37ޝرw:c`Q xMIuoX/4d]8;akuH{;2,mamGFvitf/]G^ƥ{nx:_OT˿yrka̝27eؽ6`W(GJUiuǦ ٜ-v7Nr+q,qѣѣsLS8z34=qp茰&L[TXf+kW&;8Hf~5]qgw[^,] ϝ8l-y98~Gδ𪝮ͰłUq|1mq ;,>1Ҟr.DZͫ9c86|$I:,8N2ubT:+FmDϿlgg뾗;8Ϋc8/Sᫌs'}9d=)&qe;U seCVIԖ 4;!Ps(ǎe5פ_-PA-[ "nA~G6Fc۪FeiiDh(DjDq|>7:~VQ^zq\h ,K|@j9IJtxN3 /=_ѭS,le8 Z:dUUqݸ]nt]&ֲ]׍z~|>]Ov׼CF܂ HPD܂ Aq qmEUPVmD"Auuuiۃ~ q0C},Z4d)е@ߞKq-B )))sVF~^uu}|Ctc6l`w' r9uHM Xσ?+@0+e\ 4QƍйK'lLNv6+5K9ē8];f]ȲOU5}sg} GaöZlBSNax=.BSY|( V\Lv,&+%M$l\JM4As7v8\n&2lKSRRL"znoG} m۵%dæ"TMgul.Hڷo_v4jܘYsgS[%uVe'l+&$?1`VqQQQAMUX5QY^e[/+ C<ʲ \mYhQƴlՊlyS'$Qؒ#4v›*\X^/fYz=2B-֗Ws~\vw^(j‚S;kp8LPuuamnK%npZ^p<P5ZW]^ۃiYģQj#Lı,Bm,BtY~>/W4mjj"kkbh m`+ AU< vF(޸meh< Z4'//Ǎa "ZbX&^'KpHDqy$xň! Oh4Kmr"Lvx\*ĥN4'Rg[y%*rIòI&-[ RS]yf}~Ur\zF%4vBcG<''~5%c߯#'~3wgav&qqMO?s#S2|pF}8ݺo GLܧ7iԺkn+'wdNEy9d-%Ŭ__Rʷmy,"MSֲFqR/uʊ*Vbib6.ߏn-4<.tM4尶m(QǜD׼\lXMRq 7eũ5I&,qlLTn&͚жMkxUUSa$(ұ*Os.j}3iDjcn.W-5iF "nA~Q#"nAD܂ A8Žr˿j^b*s\n#>'s'f WJ vI7Ծ(IY|G_#mū(\'S.mTh P^5OfУS'-Yʲ~MUxkMO$)I\ RMlo-8P~BNHʋrt㬺ھMmZfӋ9RՖe4;6H$DH&㨺p0L0bm;^TMEUU|n7.@EU"+G5)YsI$RK&B4%h޼9-yS)8AyE9(a`Kƍ5vD܂ @H%"nAD܂ Aq A-"nAD܂ Aq A-"nAD܂ Aq d̡f6aU#F]ͽ'aco8c/&בkzw_| ɣdΜ$vq=2k/36pzϞzǨ?]wyC78?2k5c̀ða,Pg=/+ͥWAC;>Ö P<+;17qw|t-XWUEtj݈[++D"1o<ۥλ/ѣwr"%0uzOfzSfN nm*OFϞhU9i%+dLmH$ g bB~"q s a?`mo\lݺ$YYYtCXܖeaXx<= msCYnYV׭[7uq~s_x o${~qXE{L/w!leysѪ}.ӵ.+wH-wѻfQA|QjϯZ:mh}YX'Oѳgo>izg^(3osy|rn1ٗO9#j^%fjћI,q~{ (e+kۍ>4h9wSL4Mn9SgڄB8%uLQt HZogxzm fp<:YE^Їy5tMd:s /$=]fle"1 LbͲU,_v^h3ݏiE"2 jLl0 ^=^vyPU ԩ,c8t-SRRRGj-D"wpҵ}z ԩS?';`@sq֊زe Gu娪z@A}q$;9=q\h,? >-"yCMq͵ I\i A-[ݓq"ɕW^)F؝w.i G^bAq A-[ Aq OOoy^ ~T$~BP$u 2 +cByE:f(7m?!p-O~E:jBFQ!?Y~B08]#Dzj:wKb5%XF ;h  v0VΝn}]?sNp ︌[ pH1r«9Rރצ3=; QYwE@椋w?@8fܙrdP/B%qǭ7p=gS$aߧhB;= ޟI=wp;3s|B; dTB7  P,D6G4˥O ^E~9|]]HU͛<Jhw};웭x|{9 A?ٞѪxpjOA>s0m[оyc}誂׽{RҲg"t;:w9'L룎$ Ƕ1GSж ǴnNÑ+ Gk9iM>tEe\<Š9whqhͫ|3v,~\ܺ׭ཷSrR~hNCxYṟ'X7;SO=9TjBc'sqPTTCATf1t/͆¡9ɔlIr1my$زz)]w%Mr0QؾyA/sWccUV9?,ӊ-q^3ˮ|rA5AD܂ Aq [muᐠ'P(I &Uì2Gw~@0(+ƶ2QˉFc1 #85kc;4m֌&MQUv@In˅(ȇIGa Sdt:c8:\D8g|o3FcczY9e2J̫s"_ۛ!7Ug&XH qL$L,TU2MlIJ,8an  @vv6@,|>?^˅*? Bݧo=,^; rB /OAӲص+gvwvt3ٴ:5ڐ6Ei.WIX"ֲOYWl޲*+ضul.LѦb6o)6n MҨq>M6U4mڔ`0H a ^}`8\tSzq,˦lǡyf塩Xq(dEQRmuǾ/hǁ{m 2*m۩FtQ!{DT[ӃaD45 ӶyXqlˉb1,$Lb( @ @]躎ضZw4-4Ժ?4I$x<>\.=QTTau݁'wqEC<gݺu^5jDN0I{wKCEE%es1PVUInn#r(MYEz!'Hͽ;`"6lD"Bt\nn;]{%IE4L(ia;6lq85UEunؤ(8ZQUQU-U4X4m%L**n Ӳp\u7,˶w &ABD=dt χm$DWA&X,Uaƍx<|~?~`0߶L3%xq(+F40 !c6^/۶.=X&rq*+*].4]C״L}q˶Tz ]us(d"ݿB4rrrp\?mlD"nA8-lwG}yyy1Rs CWA-lHsB] u{]M֭wלoyO8㢒5h޾Ǐ)u_E"RCL***1,öm2_~"qዯE3APS_\.7 n׋k؎4DSd"I2i:YldǃG4b8"Z 77 b rs= kWFyAtE-Yx1AyG ?Gwblܴ UQt7?咓DkkƈǢؖA^0H"P]UIVvZ:ME-Cܰhh :48/3FyZ]0+̚>{;D}S^oL.?1?==>'oQ߃/nD-b&nriڤ+QT&yM(Ǵl4+ kۊWQvTL;oCe-mT}ji?{vK,_Sp4[+h(x"vhm1Mb&.]!0jK%uċ#n[de8ǣO"5w9%7i߼),N3~ב~ޛqyA~Vw-ZPmcQ'4$x)G5Ϊ.cpT&T5ȥʍ0#2Z~!A-@ƀZ$",jȔGH[i a>JOkϖeYАO'W?FN.7&9~MeB! Lj.]iqeze!KP(#c'A[Io.uדM^^Kq/o>S}9x#q\^~;0|DZV]w`$Tm&eXE2#bXt̤Auu-i\x.n.Md eK܇7^Cv\Oe;Z9RՖe4;iD"TEjVQLvQUEwRmt]C5T\*[KA5\ dz @^bP lBY:Ԑi>ի"G!Ff A8X H-[ "nAD܂ A-[ "nAD܂ A-[_zs' x<}w%dd=zHn"|S$#Œ[k4Y-7ő9_ꄷ8C]PMنż#uKxz~ {uj :=Ko1}Lx9-w/ NMKQҧ;pmT8?2۸kN&0?c)_OpD!9%?Ͻ'u<_MM*ЅyѣG>8Q3%80' GX[Vpuޟ5/֖}a_ɘCM`A8܂ A٫5۶zbD"(M#n[2`eY) pEQz^lۖL;؛eݺu[n~oj5Z9}Ê2 ,bӭ[71݆;oUqiC%~h~ MLλJ=U _O֗a6a014oع p9mcYmc&ϝ.`Ozg EQxe24<5W}'=]I$Iv\~O=3=>۶y4*JVØ|C*H$犛}os=OWH$Ǿ]z}6?f0yd G|<;}.rA:,bYfӊ_}#Ni [|%0v 0S(%Qf>5GU=t!++KT7/쵸kkkŢ?`0-ݦmӨQ#ɴT{5Z:>YGTUU.v7A8jnyCM֖;.|Z)e\A-4AAV  H- ̯Yu_Fe݂qcL=x6gj5&s/pC#~D$hw>}hzax1z][kWvӹ?u9ZvES u[ /Si8 ;wN}^N5eȰ?MriOfYܙ^cSFԉ.qo[`[md.fg_9@xnYd>A.shܦS'C+bZhq@߶mEA~,.UN" *\ôfV׮&x1.&WOݴvh*wtݍ)kAuרܺuյ 8G6t\y7傴Ρ6УSFս/kܙjf˚Gc}eYCqױtKmmGxi u,W}qE"xoy on;yڂvT(7Ȃ Bqs\=&wo/8к5Xu]OӕݜWEiߣ=M8fŜu~T<7g_v0N 勏_ww>'/?L E#$f{}h /}=?Zޝd?7sB&.ONBvMv4.۬~Qqs2>vugSVzt!S.Lߵ34H]M!G۷wnO(ؑ88Nmf3nfLNo?¿n|\ˌ}#QJ(PMa#P7ۮe=ɹA\p5["5p_h~_ћЭsFZl)O{B3*j;~2#>y_ʒũɒz:=ۣޞѺ=9Jm֪lOv7<ߦSy/qjӕ]QiJGq۰TȈk!Ϥ v,mlܸ^}_7WiwN>?̀3`ot錞NfTн{o&2Ӳ޽/|> gkz:gPZAyЭǙC=k3`x(J$02n{lvQ|^C>t>4݋^\h"?7X-t zP7[fp; zbn7n/ϹxkMr~6{\]? Xj4OpG|V.w?ℂL :8I  x  `~85NN- [nۃva7_YX\7Pv.Dd[&OiGcw7u7_)_4iBh,>a;1&΀!rr3x0pl nQ?>838/;gҷf͚}Jop^~̜9YOn?>>g(QiKTĥMر "FhDOcX&&* "H& ~\6-WP znggyg<_KY6]YbӆĢ%S V~.A[4=#]*WqZ`1ϼz4rH3j10{7o&^}lxsnͧ1t֍G_B׮]\Ѥ\LqqN/iG3,ˎm^UB86l~l233Apn䖹,PefHBq~){sZII 5j8=n!d.T1d(JOKB!~!dr!B/Ϟ={B" I%H] !n!B}hxt V|޶߱n/:nG+Oȭ:/m;UooVeq  IDATw۷e'bI߾}SV)Eĕ[F=wOmxk1?P$w#OOS!!8.=ueC]9=zΧ K6nc^\զP`M,8ki4{c>ZHS2/5so/a׾ΩAK#WUm/p l%{ &Ͷ²syhNȶi|l~ȴ|Ә6-N~;*RT4 2ҙW'fo1շ {L=n8~Ǔ49LQ^~c4iGM\sQc4-垛oN /Ϙl;~ffZ".udٺna~~ W< 0bpn4{X=_{&wd{lXtM{1y!nX+%/9[91|9 |RwbⰱYCzHш.fֽ?p7<ڕXx]V=Uۧ뀂ojTI{8Q=ޛYB:mH!@qWpe"6-ۆ+NOm۶M}~ǘ>rNp] !n!DZ!~2rWB!=n!BH[!-B B!-BHB!n!BHB!$p !BB!$p !c>ΏQiӦ+e|ʧQt`[)z2|28eXz|fOpa.cW*%o|NZ|W+V@j^/@:ҐVuҴU _~!uwK|2uᲫ;'NR׋Gū+>a9Rm˗X;i ;m1mwWpu[Ү1j(v!,Em9ݧq |eWfg; .<* Z1F~gU8yn vn#ݧ`8jyxlE3SC" tbƥ,q_hg:|/"RR^z([g[ҼiNG :ի㕽iyf'VLWnʿ^Lk̦{ x?tk|iDv~l=v|޾? W%`6;n p&~H1dX"%yLL~tk~F-lٛ/QA]mZB4=ԬH\i=FnTϐ4nNqIsРsU>B B!NrWB![!B B!-B{o(̫Lf?IAU@ IV?]}:\Ŋ ~pZ@{|u_`p)9_M.5?x=gҒŨfn/GRϳp'ɸthR{.`&Hh4JII %%%D"Q,²p]<E4EmEA4t]T3M8&GD"Q,\<4?i3hpz^o|_eYDQ),*Ph4J4!Pe%-=4/ËضC,ƴ,hӴp0-ux E@ut? (..P]T]^ ˴h(mۄJJ,4݃g`ƢxtOщ,Kzu8nm1eB}1uμCD^O8&Ak׋3өu\j{ 3=Aq^]{,ƿx7߽N'2R~2Ipn *$~6c>`Oz hɗ3eщ[;/O^|X\5:T ϾWᅥCğ3;frup˅{[s[Xtrb1EEE"bQebYTxnuDvlU /*`Z6mbQ\\7q؀ihZ|{EMUQUUUMS!4-L3F4#R  ,EQ0<:1 xPpqlӴLqp,M >ai::6eb6ecpm',ű-lƌ*k>6^C(FӦMhWIBZ=W>B3 0^څm%;~*L%-l,|'\J g ]ɚq~:o}z'k϶U pŤB-{0]-}~ w۟?œ׵?b%0iØy9{ 6(!5y- 3\A~@oa=*iUq<{(X ˌ)۶- +aB0Hh$fZ j*Ãu]P]Qjq>lb1;f6#ڵ4\QP5 H[ujWϠ~h8q0-H$J88xpUUc}]qmpI1h>l;ަUEU5\ŌXێ8((h4i4&%y%XE>aHBz=n!B\4!BB!$p !B![!ǝ.UwYvL[ .̌IoS:ib1L3j]f y(cZb dzƻ|SRn4GQCJEQQÈ233,EE%۷?>cx/׋G׉F.p(/‘јK|"'׍G>E<hUU]6g6nLu2$P8l TgwM.+ܷoy|>otQK{vo< _{,^=h8~p" { \߭M-0r,^2)Zt횲WsW0_gٔa߫Gˎש.D& ?˃7…3toۖGn8am/3GI(J4)*,m</իUǣXx 222(,o~|CTNڵ9%EA44EAWT4UxxJ'QtMESDuvӶbho.|%Rq]'>ɏ*4 @մxF'f{HKK#3#Z5kRf,y)0l&}M:1j=Ɨ'0bI{ ^Ƨ6-Ts/E  w^TU% i* {^/>׋a] ,J**¶{zi+Sܪe. !$p !8ʅB B!-BHB!n!B۱ qp @V?zۍK>` lgn͞={ؙ@ @(n߰p8,9ÆqUf>1/1Gگ휘Lo| !nRe|6_|m?27o |kj_IXq}#|'!'%`?spUWqۢ iRkI>_m 5jÞ *ضv?#^_¸iP'FMUxlJ=pqS[ EC\5erA&e&g1sזwۋPM',ciq/S4{c-Z;ycKa2^6'foK>; 8+o-& !o' yF- X/Zrynád>|emݐ SHqugֲ2~*=۷e@ G_睯-W6HhPF5\7o%1+Lfga`=| i5s:ba>:/gq `.շ3cî J^~Eחy:^Ws6bYv2WvcjGu};UضC y+ug/jVYƫ[dzcy О4Ͽ +m/kGek9ʬA3aK6lGUK]~u8/=>ͿolVɄ#UMA|d8('>}>zn ۖfħk9vuBE!B![!B B!-B ?3U/2]!q O&/<#W]I p6mװ5]_#7^NNa@ /7K}_Y:%>wٍrBw 0#{D>?ĬIp}70A]'v]PI 4΋CާQn-[H-+gi%ì;:CRAB #hz .B![!8iB!n!BHB!$p !TK|\q,Xh4ßaB U/Q_^`GqTU vĥY@sx۹2?М&pB )**˲GPUUUquƲEQ@QCC4M4M0 4UE5>?ii~^/Zm(|>|>0P5-qԄBԁ{xq\qS5˙ң<|š%B&G 3=Aq_^tnyz*~:uiԴ/!0G=h˲,34ML3eZضNձl qm۶dOPu:b[um?UbvrJ E"hh{> Ã( n!8wfЏywc73d : j궟~:o}z?_=_zg=8D"a F](`%(`hJL<DZ1- ˲,CyPPax4MCUDYES4t ==O#=Z.{ IDAT<`|x g!8,?y{j{zDf!-B B!$p !BB![!B![!-B B!-BHB!n!BHB!$p !BB!$p !Bq2ӿoq0MSjJ!Nd/JUxf5%_թ}y7 1<*yVM/^̬#]돪|xaq:\ʧBqSn\Wxg4y9v0_C8~#./o 'W^0;McĴ-,^G4:5W@xPU5G<2j/Xۯ=)iB V{qѻe\!~i^T8yB WB!n!BN4M_ OZPEIzeY|>UQ\N;4TU6sqOv]˲VElۖ6s!ĩ㸟r۶]#ggcD6l淗$++smvctʪy?۟,y{Sݼ,:wC߭$++۞̎5ʢU\ANa/KٴbR|oŶm:ңcG:c=OE#4g mӥl\!xA7iYYY y.KqYY]uZv{_IibQ.ve\Y~BVV^F/ۘn@؉K?ǩx\t,GDVVmwm׮deev*ѴP\!EAQfVxGy,|ĶmnYYY|8MmHmr7QEǬ,teW:uPeqǬ,deR:vLۊJΘ(Ҿ6.ňE돪MVUwzOr`.6;x32wԳ<=@ÚlX<}v8K.y˿ҬSoч.Ly}R6pl:{HC?wݻ_ǢER(+O%}w^УG̙ε)s2Y{&E<ɄnC1h.b /=Y^üy0ay,+ݣI4eR)\r%И6}Rx32/qB~K̝;:Nn7xT,\Ue豸/<6#Z֯ȟܹs;깔t+얨um{}Ik/'Pc6,JySIХ˕R6ri}ئLu]\x:w`ܹ_0K6>_5ڞ<^;w3e<|cܯY\:%fΝˣ}N'-]Ҿ`cpU} !N ;n4QUUQU˲4 MӰ,+k8AԴtY&^x*l_0 78hbX_Qub|M_uQU5~ټ͏8)e5M0*3( ,t]OncY'@.wxuqPU5Y˲u=Ye)=.ejJJ#ǩ8={hܸqwGj3'%ϕ0sqR^YT٦J,gqP0ܹ3 ,HK/M>/m;eWi[*ݾvkf2o%H߲\ھme}A<;np8|L2 #^O%{yѦEAu,JOe![:rUUٴiM4 rYG{3ϬpExU_O~K_qBB{@r{U i3'q|0i3Bqbɗ\B!ĩq8?E%Fq́[!'ITB![!B B!8Eq-['Լys!=n!BB!~r2[!B!$p !B![!B B!-B B!n!BHB!OC c2G `wy=#/֛@ @ Vgu]G֭ \qG"F `׹ҒBwZf˘d Uޞ9Q &mqMxڴ x亏fOM %|;^9xs+V>*R]?%&sUE'|όo?awF|v )e~K *SJ S ![!f3LF+h4DV@F̦jX1݄դM]{A@1aУuiS鲲rVMMefΦQ4VWnͿƯ`_(,.fgMϑ+Ȋ0h`+ 0j` ٳk+ >ӿ©pfixĤ=?AQ-Rpa.~I~~ggs ;aq}Nϵz4Ҷ}Ixڳ>V|̘];zt.܁]qPŔ#ՅdgfI& ۮY2Obʕ<~0V.`˪N'IlV\ʕ+TG|2u.M9G4c?{ <;y>yѴ~M z/nYi~}9Udk<|9t@090)htZFu Z^|1ۿC8tv}97YMib(eedXfMطpz2|F Z)ü hRϸ+ͯСchyY 4ʕ^suUϯN˨PyQn+?UkXv-N7yLuO2[b몙U);{(n\sfLE{Sֿ)ǼXo\>LOC98=>Z8yW8`2j\CqjɘcR)RQ1W[O󦧱vO3vv\șWھ\'r 2ؓ'peizf͔:Eݔ}NCr͚hT+HQ.i iZ&#&Nۀf j1h蜔Ӽ% Y.ݻ?q\ރji\pY|6}-H jRzwQs:yҬA*i,FOu}Vdz)('%)]e}5kv11x0i{V2e&rٍ5kҨrzۢN|wiSG#Wz=P~M[wMTzY3kjxþܲ11:A.଺ٶs- ;;MYL;C8fv$ Y[aӶUrOhAzzs8p كhw3e&s8}kS6[AdԮNkLvv6-JϋϪPRӽdgg3wT|4oɜO0qt|ݰL;Ax]חMKMGK/வ~)%p :tqY6c>-u<_2=ԧ{NUs-1p@H㺙!ГQZOUigѬmWSϗB!~N=n!BHB!n!BB!$p !hR?/ J#bQ\EQ4MC4TU|>/ǃ)(RBq*s^-[l N}ѢÍ~O\Ձh) ٲ|jZ0oh}f CE{iӾ;S,^b5s wu=.a8h>`!6re/'ظ8mضDFD"begCrllq׉oķ, 2,'.*UUqlUU5 UQU qO(Xcx <>7ɇx!88E\& 0c<=v mW(tizG䎻 ϨI@o>; d?Ӯ]ϔa 3=A<gExFa¡EE#LĶ\IDuqtݣ 㢨bb,lucD& ǃ i:>/SD]AEqlbiu]G4 BqdSeYs0 Fc({pl ӌa&(PV-4ӫ8HKKCUU4MKm4M"{$`YVJOzIKKK>23kP-=40RN$0 !nqB{retEQ\V%B![Ҟm؎\K;X*iq-q(Xض\Š~]E)רdyi=N=ePP(c۠8n9{4cTU{]?ÀE )*a1,J/0qqU˴,8TUazCQL"P\TLII %E߷P8D4_(*iiԬY׃ Nm.0ljߤ* i++j=~𒙑ɹC5$ !=nCf‚| >?HqI۲5t]CtTp,'~3UUqllE:&`OS&*G I=>Ҏa`^H ;0c8M("ƈ&m'*h_(J@U%'ڵk`6DQ7dNUUѰaCUKxEe/}ԩ[Z5kƇ6h4xO=&{hXĶ-@#5<01EQ߱G"vx/FM1 /o~ۋj}:p_X$Bqq1EExiԩ[v8Z=hիc1~?ii^ )* /*w'Nx8|c&pH$3QT\ڽC? GO~uv2Z ▹mf'čB"h'N ʝy^WE4P@uU˞ ˜CuDPx<79O+ihɘƅ-NeM^(܁D U -B\!-B B!n!B*N X6.e\9R+>G|:b1"0ߗ4##397BNf;qJ(b؎5Ex}>|>/BgUOMNCKXĐ!Ǔ|˺Øx<^؏׋71sW|X|"3cGN$;Փf_'+;RRPPuڵkSZpDP9ˊLQQcsE"Dc&1IJ\TUGu t^kDЄK4 oz:_8YgyYp;wsW0mpn{# FnEya}O2ub%\6z ~C;7|ׄoGzx`?ٻ(k)zA@Dl `G@D.꣈Q:HE&"(J ~mw%\ 5 <~߯׽2;;;wߝٽZpw >/e‹s1)];w>fyd33q6fpg?d '.hbc(Y1DIMtM6;Q.'e4*VDq,B}p"7 c,/uT=ظr6]{KY~h32t,It\4ΜCwҨL7ƮRxӪɛ!Oαu\{e#ȟ@ L`GΆ|ԯumr,3C|8h\yWKn~*cpl]9."_Y5ovWʾ}*[#+ͦcs8l2\, Ѽ캎+{Dozu=aEY ?#o b) Î݆P4ÏmÙ:td[ÁzٲRrF[3Mχ)4݉t̜K03# l)+<ñj6 FPشP b'7 BsN.tK#ײ0800L3;j6\vǎbK@xdGr]CG&Yhn./P*4ʙibYizj05= 1Vrǘvfra롑4LכcL #,pQ"KV IDAT|T(WR%$h Qws緲z\\'iD<3w`=OװЮ]=ެ, #4aRWѸ[g2G.6MaKP4Ӳy srz4jSǢ3g9K*00 \Q.g(PL7 \DDŽyj9&.1\U!QC]9ޜܞ+ϾQBHB!tX!/رcRBB3VL)!qʃA) !廝@qr!BB!m4kv?~V2Цy^wShF-p~MHN>[iM)I<}?B?/mao-ڑhФUyG̪fzx-4oޜ?6śf#_;o=ݨxIkb4]8>~ɎC6M#"=+)r-Z2'؛'>1: kB,p?{ h90[Z]/Y37^z~̀Ѭ ? 7>sZ, ] yevsnhSO0h`͆aǦkh6t p:\l6L3@誈R -eY}|t\.%JPdIʖ+C\\I(QQQ84MOB{xu:]S:ULEtMmތ\x5eo|)}|ǘ7/2藮Pjc꒥nz"66R~?>G4 *+GR 4 M 0M,+ihv-M4A#^_tt]Gfc~l6l6v˅" 4B>p7u6/~^5Ôv70y@亿;x<͘7aP钦ݢAj1'GBCGR6\.Gäc(;tPe_$ e["Z5kQ2.@XJF`śFrW-U(Wa%` !D*B!. ҜB!$p !l85[J !9Tn])!-n!BB!9\!B!$p !B![!B B!-B B!n!BHB!n!BB!$p !BB![!3fA,˒RB!:-3 Oҁg>2Ƿݞi[ᴎ֭'XRqW6l= iʉB9*8C17u|fg`g=Ǔby[WǶҢEBdz-.XgQzkǴv?5m4\NRѺ ׮Wl Oqp_v$dOB!.-٠?ossdn`gj6M@N*U^gΦ@Cm(U>l1+Ҳ*̚57|>Fi:iYP>gٲEfL#4Ø9s %cv !(RERBB!D19׸Bq~-BHB!`/ 8΅8')[,I=-fQbEW7ATT8o$%%Q|yt]zz|>v'8nN+OR 0ȈYȠ>RO3/8iv5}n$>>wc&ڴE/0{ejҒB䩧AIڼxZcVOW9s=#׾eK} Ldw/7m7ݞ4ޣ?x,|y|0f=44|}[ٟ+̈́ /%>>>lNJ)/PJѥ3w.6-%<Ƿ}Ƿ4cm oӲ,y ygMB?ǘ/15q=[_[ fzOqoۖA<ɠdjh߾SD>w ƽê}Gi\?fLwXnu1<#YgDz2d 0 P榈c9g2 y1oUQWMSgROLǎRϙ̌YS;w.{Nc+h۲%f&1_Vjε`0ȣ/>4cvˈ3]o\+k``0X\u fa0 #|sKN ZٳFZr8t: ܔdYJ)lC얕  t: tН3Dž[IN0,+nNeE0 4M o3'mMPJaYVxas4MNg]9O?eYu +@ ^N nŝݎnG)_nG;])Fac8pZjE39+o9$o-Ӽ.g['FA 82/!7 q wn{Fr:/+NӴp ]8@ݺu 3"$::Z8pkWlڴ/ηj_rr25k,P.LF08׍*G?͆c{Y*D7B8uv"f@K@w? ?ʑ;a(~Sa wa0yX 0"4ӈ»3woHE&eyY̓دcsmv:')@Civk>r;2ݵv1t {·Roy$փ&y4ɓ.=o~=(aa&SHS)c몹QquNػq96 /W ]#w)yCK/WVV@xNN4E|5N\NFn7=e םfP?~jiu}kqmU?YHR1-4[}e>ӥr-\Jge3ࡻ돏!)oP58u;d9Y"w0yþPyM9o;b27_V&M.̏|2hմ)YV9n<.)_2;FNn^S.x.SF3~{2)>~^Ԍ?,;^+K?p(aN]O!Vs^7(7phQ3jBkilrOrF_IYg`9A*tk2u=W^m -@tR[vī}so`;'g>ji' m,#ƎgSታ:oq6@|LBY-y@A'hX;n hݚ'hw{EƏEk&$heYheY8OP:1.fCAt<CgӨqصx<'}3llXvm>uʕ yBnǶ @5/x;zkx'=[T_/VXm;zߴw$Fs[lyZ9$̏ѐ|]2U۱w=/l./ԸM[;MM;/azGnf+>a8Qy<972yc=xIL>JᅻY8ШVW&%y7+]NdQ8{~>p=   J'QZ%++bSHxpdMWV̋tG>sY1y/TumDŽ6Ufr3nwX/Z\B muyCߒ}Tp" U4/Py F|}ny^UmN?H9=뽷ٻX<)!GL<0ϱBӦAq]:j xzaD[4Z㺃i4x7];d</mɣ?B)?Z}xeuUDK8o(b=uHn mэ-7Ўsa)0Ў?R {c tVyK/\c9Q ͑1y.-Eʡ1*W]")+4/-[,ڷjEڡ]PJaY/>㞎|­LX2utn̆lLðPJѶt@;NZwtk4p[VL%?rظٝ;cjV !ͬ2=Z}1+>KޔV񳟼'g.߼pIoM=8s^yC#r[)xwޭ 3 ,kryة V^`C? {7ݨ)CN&{ӲϧOr1gPVNy,?ⷈF]q^Oߏz1yNdȌm0IGG .%1yFgdpO,y)ӦnEڴl{ c5=jyL34|w0[qV/[͹]9Xwޠld:nN9B;UgS}1s:>L/W*ۍ->CD,Ӣv澗1 `+N|ЎSnEkB =~?;ӨF~9 KŸO>sn|n|\"/>8'aP+4~Kgv BM^zYHƃMo͙}C%GnSݟT ߶uNTKW`OèJT!ώ=[3S}x<7=4o?r !D^ndz3qϣWpEl|Zq9ɦb}t YzXJjVTq^@Qԧ v`楴M#TL6+T>X 2ƶ>ټ&nhT-zc jUcQA[T4.AD{3bJ$'2CL5tyמzoG\CVKc1nvh Jg„ٰWԣI#w3Q"#?}} v2/ŷU7+OI҇_pMXu!3qцw?? &s\vJt{{H>~Kl++y~ii_,OBA>^uj0oFl@UO+zM]#yWDH-&mDT,>ք:GԩO[SluH!PaG|>O-۸M7C S|Zcv{RJCYARX^yj--)L>xX|j:|5K?RkղTr|R?-K%ȝ&6U=|D=zBxZ׮@ Z8F\[=ԭ[hz.jjҲerլԚ}T.]RJZR˧^ϛW8`J8O J[8Z~R*ڬtW)ԆԺE՜T P]t+.]9%u Fkv.]yTHgUJ)w~f,UևWVJ)U7{ٻ[ҕRBg[Bu&qV5|gz:UuH!*k6i֧un7vZ*wO:IȷVuɕ_,`z ֧ <؄>#٘Uh^k(i?i]1.j{뷵gܭ'h}ݹQ yz~_:Q4)n1p}{4/`Z%p:@)2- r#=Oصb"}Czv]u 6[ 4iAC/S e„ vlQciu (N)sY侟)^2}ZZ7krF,k8],~VzW\hvg ԩCB4/Sitm֤OINMoWbl<7lh&y`Z>5 5Fq +2O{'O`ÁcyyB(8X_wz_.R^09qjt-ɪr8:}`gd}9mVzGظ1zxik 98R$rXs|9%o 61a&L-57_l>=~ͽ]rEN _&ogWeۋR6VQcǡ|\[?seۻ#ϯ}?JGS%6͓Y?3  &u;-?B䐑~Zm(S;+ǜmwc~+A!q}(׏_}Qs ]gCFB!-n! "BHB!n!BB!$p !BB![!B![!-B B!-BHB!n!BHB!$p !BB!$p !B![!B B!-B B!n!BHB!Y͛4vuڛ v=LUZ~F.4/n͈)!g-3RL_7}V2vz6+C(f$L/vz9\~_qR~Ba??.c: >x4թ,,Pfui3h"r,[I-B/{~Bb >V^+0w*p0_V /ϐI,_>_s/\-ZDawS-sp+ژsiI>w3>n]nӉR@ga=/+vӼu%p]ο]c^VZn eJ8F !8ȯxkp„ i="ZE_մЦ. eI z 3Z uW^dz!u[ =]uΨ5M+bF4'IjB܃\@ŊX".Mn?O x_?'NϫJx3ͫhX7-x" F\7?-g]vgo27W`¡#2OQ*սa`ڤ9>Lg7}t!w1 8c?z^aɶd) ӟ YVh o>ܞw{;Xxnw/ŲC tn.K4瓏cǡiSg:0yKn/vwvt< 5v3eBSd!;+xqF q:_4^^fӮR#Bi/gy)oP$z b±RB!-Sϧ(_'sw~R(B!$py9|s:=*tm)"┝fWB! t0!BB!$p !B![!6p4~zJ_g0c_0|Z~бL1 -@BBi~? 9'yG<r).ߜWڡ,ٴ72C[YidEa xO8ε&^S794uON^O&O9|ʿgֿE]^Niz)jW)p5א}ߓkn{w0ob7gTF`C*Sd4ZFKeLvfE6KIl8U˔`°aԻ lh+Wg̹Ƞ$.p s; /°ٴ Q%lW!YrW^s Ckgʢxy}2vmĢʼnsنpVLg ʼnhD)L>FW]fdEiق +DA7eӠvو;ӞP٘8ϣ⧟g,4_ K?st=vo:ndXQUl\KkQF:ud^7W_ݘ%&Ռ/\W-pe{#8ϩXۏjРAjKrRJԲM{aj}_)~p:O^+4hP 3tРgOSجfLS޳Vض_\JqC'qܧ2 SyiKH2){;;W?wR3ƌR^R+IH-S ϑ7oFy Rԏ(2_yǮUdަ|iԯ7ޛayt7M[s !.=ܶ7^aPwu_26yc;ipU}2-+NԨ_]4lp:XSLΊd%T,{3D:I۷sqt,ða8K brp^y)o _^ /)wS,ݛ{vglɷζkiT fo^ (LB`bT/wBr/G NҎԪT$%r1,!<,eؼu+M$iv0_eB'رo׫:ƖѤXN^ZV G[|nnD}(=*6ej沚ԨZÇwQasvqߗ#Ʀq +H2;0ЁݛRRifx5vMb {J<}>rG˓7@"(Qlo#rJcwc;sEnJٻWd ]a?o>\F/W;si54G踗\+g~;$*j^DBO\N56tu,-l_ykxkV6YO5T$Gtݛpq)ULu>o"!!oyR^R RDcQJ^OUcYɢ?Snmvoŕpd6թ/0.ݛ6Sr|_0 ܗ̾][Ȳ,[b*ݸٓDZ/5+E?(4fϽ)pjS#n75y+[S"WvU%LQ&چ+2ӿW"R3}ߣ ..:4j51w/OzQnmV+(1ܴZa)b}u>M1$x:1p]8& H1\Sz /3g}"yN gT%l?N];˿rQl{+AR1'\VY&AD)^icp8l6t]G˞"  1 im6ly^9˟~[yΝ;|v\.QQQ\.v=\vrx<8Nbcc%::Á(2-Mj)_NS>dd!L#@zj*4 N.;11QZ5TJlt4NW6Mf~ߑ0#1n-[Ý/t%: /}p mI\ƓS, ^c7nb }#{}¹/mO7K?׮㉷f1mpJLE^[dΓ7۩r[4.#aG0i&|Ӧt'h+Wri 7NL/MOv9hӆ&OG;ЉsSggл|lnH'2(O-L3H (p`Za |~?iaiYaM@0@0DYvͦ, e)P + ݦ 4X۰m(]GizvЕⰂ]c ehihncٱm٭\ ]q8lv4M2-@?@ 'fv(bbJW44l6'>ϋ/@Y6@ #`di),eUXNr6,NZf>Aɒ%ٷ?gnj4hHTT|;!.,3Kqq~⸮MCe^%_ۆ/GOC QF)j3;YPCSCZ3z/"hzֹ߹q|uv{ ]4Ѡ C!]ʿ|fI膀 t55o%vz3٦ÉNëXŝM6, J `&iaY etA)t+òpY R`k8:e 0@iv#;]GY ,4Mi:݆nru={^n7tʴ,3Ԓg\?ea۱;6lv((t݆pk}GQMۖJHg@**6yzCTDP "T@H@1" "̀SfMHp~>tg|;{vT\#V۲-@QRA`0k8e:~z8c; su#h*p\Ci*+Ρ:nQVQ{Ypwn2M%_2prl{3V/]-s۳cyi&{u\Ymvy}H>0VHٗx>|Zl7!3R{©ea gpRRR\]OHέs~z.ǝZ&VpfG=L-O=cK%c'|׵IĪ)+/c-U=h2v|y(?]VtMGh&Dv!hup<i0tMSC~:V_ChɀO4=@ȈΓ=tQ4 iʊJb1E'!?\y(*5mEGZee:ؖmض( ϲ j*aŪn%#3C[II,XSƾț#`MF;6 x f/1}8˅\Z78 ]㈞xz[FgciEL;WjvУ0zi:>5 xߛLҶm[9Jp'o҃Mθ>&4hHfOGfX=w>_0cf43VɊL IDAT)z ٩uB07-35TnmcYv&*i8c׃# B` {ظ CB!LDZ w0ynO+(]5whŪJY*@p8BN&dpL?5];{'6׷w4?elݼJ4]' a蚎9w2 #;ԝ^?B!~-B!B!B!$B!-B n!B[!B!B!$Bӥ ~j~V~\ڵ(˩|j%w$co<*V4[{Ջ>fDzey9硗7+y.iHC>j?~bYVz!a4=A׮3ueg_>q9W]DųOI/4B!yyxTm^Rg7_K|;هыsbc<1| Ƕ|CL pTj+7K7*h~,PA,-Z'rjRdl@s=$H`Y6ɯ i44UƉGG#3tS?,G>~+=qOۏAA*g,;uqk5fUqf6lDEenF޴z֞%(K0mESql$7ßQ4]C! ( M⺮uQC8p=mU3rw4miZdg:6`[&z0ygFH#-=@eed9Uضd'{ @Hνgwݹ:*RI~AT&9MHUCSu?Ziw\?!?C*eBvAF/sD3b"Qw'AcǦsQwi9U}BlJ,s4f0W{F//gj =PM =WL0{19o~npq-yǪzo萙ZI h?U:ߖrq~[6S}A**}J =[K/ۡchoWiiPU] pqvhZj+4 lZ:W@B]W>ė}@Vx:d`YhԳ4iӚO|̦=p9yn{v,_~9onkf:fx~t̎P\\̌)3bڇB4S\YF;<65Ҳs)7ۮ j:fH>{͖ziAlO,Ca [ʲsu7hh}CӗܝoexV7wc9غβ3g[N}w_?a&{_2p>ڶGfzg*b|0cgtHy-<{ A#<3q' r&^Fc}vj]f/ >M4%فSnSߣK|:1g1*څC;.`_|oޛ:>ouPOs BbzPڍKN<_~SslDm9]ݿLfeiut<6טٻ7gtWr ?p F ,o~?Sf0b '^A%u̓mXBh{\B̲fnXvQ\<~CSH% !:

,&.?ےt!kħSxDQκr' "$V-qV}8~;=~3h6WI- ^h1mtǣt[DQxaTB)c{s;{=gwj/!B[!Ʌg!B[!B!B!$B!-BHp !B[!B!B!|Tu]\ql4ME!  PE*I!$oͲ,ٸq#7n 4, DZqCIKK# B!Bp8*aii(J*%b̞݇8۞-rҭp}/ޘzhw»3z19q">yAMqu{yXSYUEUU%eeTTTpUUMyK"4mEUUTh]QU׶<@ n(J0 I# 0 t]<|!zr+.rX^t}/s?&DzШ-Zp%7of|rF;\lql,4Mbjc D"D"(o͐yz. l'9KmumP@UUI8hZ1RP#WP0Pt?UQB(n*x>=ΈKG[rUpVzOS:; ښnǜ [_C XǶm9 F *趃؎8؎ muZ׿o(z# iEE44]G?& axÐt!ۂ0˷VӡI4iޙNso_Kevdy}H>0VHCTu7?r]%{빩,Ĵ,,+޶OܘH`Y6e0M姀 ?&i( P(0PBCaB 4 F nBOpi'x}99m`$V-u;:VwFόz*mۦM6qF***, EQfu,D^?pnY|7.zRr[.ҽٔmO:6Zw?O/$??>ڿ˶#O?9rB{}gKy+9S[4 )ޗޤeNoX3λEE1OŁJQQp'g@e?o +(>Zh9h X:G|Vkᮞ˗5\.)Cņ6y9EuЭ B! y 9-\;Q~Rϛ 9fpzm}a4'|_TTDg_;S_z_0[9ќ n8VS&>k65V]Q tړw>OA'ܻmŲ֓OS{ж堨NO 5 gs)**⃷):<U_ mהA?`%=n!J#y!ݢ"^M<+b6o8 ;^[^c Z~h糺뒗땷ysYG?uƲ6Pf795V]Q9 /['[c^!up]/δ?wSM#??ho.?(9Wcӷdқ9{Wi1C'{q.YtL*+qYo:r{\]wDeetrrNݜ6IB?VУM۩BG -BI[!B n!BHp !B[!B!Hߕ+<-[ŤfE(a=8!ylRjUSYY뺨*mf;B?pp' \W~!D"z-m?B?hpל$,>A nu$,!nK?]w[su=?xմnz׳,yfe){ja56W7S(((3.u]y}>F.yAAWzuJA(((us >u^v.1'SPPERe?b̙̜97s9I0uA g]{g&vb+LnQՏZP@N>2.Ճ]Ou햹vn9vuWu] EKSQ{-뺜{ tOTlϠ>}?._[K}u+]3gǼn9m3OW'PTTĘK]ڵ" 8l#;jS_=+bzFs-)(({_{ξ_KwrK7z|,7W 1ʧa'Lf9/T=o۾nV\w:B OmcY1ޘM"\2Nʣ7u9˹oQXXHA3 C|Μ3.]] 1;`n,IC),,[媭sW]fyvFcBaa!~Sz`6#<ϱGci:]'ɛ),'CQE_3c ^|=ut5oBHp^v-v%&AEAqvT.eze }A\ףU䱩꿯9^ׯeݺuXNs 4l\ž13yN9zk놝o?#-՜;Yqӓs#_,)arlłQy>9ldF=TjK.S/euU*d9T?б28% ,+&Uj1㟏‚?^_K)W~6V=8o~/9y;SSm^2 jʻ!]y!,36K~M}n ^|v~`uƙrzp.?w4`󖊟qxy.ᬞ=@20mnw<.oF\aKϘ6mDsYQVԴ9>G4e]^.GM47 h4Z]bs1ݥ !;Վ#32l`jڀ{_"l-wi!\ߨ*О6m[̥M6쓓.D!Ğ`ԌE]2xIgFf1zy-,:~7mۖ%bҷa$ef_τC Ђcڣx٩yߙRDLh .=jeݻ>;ʇ$/[XXYu9~O6/ؿ=𕏷S!BmtƸi?PnJvClmџ1] o?ϥw1sy%?FK N^< ~_-O|S[Y8zv-ϏaL hr@/nA!(i0d]wYq幸ڄBj'ZBB!-B n!B[!B!B!$B!-B8;rd_7rSۖqoְav: WPZY 6Yqɗ 67܏?n_~Y 0Ulݲ#_ծS}/7+^Sŏm[C(2|rfWue_k`χy̫ 5;}L|}7U/c:x:seWi5xÿe)yw&|)tl͔_s5W)dxww۱Q9SnW?y}/"w8ܡtBФdeefsyy'h2vƍIq]'u iyWGS^W|Ƴ`&yD5#Fq- Njo}%ͼ>aF#wyxnGÆXe嫩b_NUv',q O_,da!sؐ:1ze6lmxܟu#ym$߿m8s8'oAN,z.iIXT3?`ͩ?4˙5i|˿-,CXea#Ph5AM(Yju+sIO·~KL=_>ab>{s,qϣl57cn[m룱czu]Z7lÉoS'ux=&~˒eMEu*/XSRmqh?TqR87DQ7b61c8%DF(KL!39^|*W9}+NR6,,q*1%%˦es\xfoVo%CGwj*7RUU#;d-Lf[Nie5U؃Q5Nvy2tN㕛pL EAQNxL2B!"ҹGk2߶e\Z4Cֺ&c?Ώ~ *(8fܡwc1 Aљ3XP`rƾ2ks?kc^DV6哷2l0ޟ7%٧V}l}D U>6RwqRU?NRU@DFKSQ 5jl_5FXcƠXPc鉮%6&X`˴[qgfg`}޼Ν[=s{='i-;lfso6:=::+sMsTx,m'+oW%Ѽ.{t(2z;Ӫ6rShFO2n{QWSѩXq۩/ir:&Nr-+S:Y&Sn${tY4g<4>lWcƜe6_wڅtL rFszqrݍN;ԭ,w5(k}ܧs\vhqM-d>;X/|EǷ>vݹ ?~`~=k=Pz4[y`A'Xa9h_y}<}t+"¨>|t-)>/53oy=}-kXJ[s[9P_zL^\>`15yRA95b/vi6b=x1юy,濫|K>Xi=fu}p'mzN''<_[D@-_)g7s̨[JB!d!BB!$p !B![!B B!-B B!n!BlLI ȍfi+ŖG)FR4t]u#mYضaF+% !VߝWF+OywVJJ)<%JH$H3!NL%q2is=\<M0D"P^^Nee'!LP^^AeΔw| _4RhFBMA@n8+J7ë<0i >{Ϲ? 0 nCw*cA0i rz;/pybG&DCݗWز_7>a+S8EG6n}LL&C:q\J^)qw]<@hZiA4L4Mt]BCM<ʖs/4F"DQ,´,L|@ҽBll_UtJO9 #c,q(G gsEgS[;' òc <_,}}tUվ־C˷1!݅'Ln=,)XṺjl5fW~p%mNHR455H$d2a9 =[4e=<y{M[$bAaz ]A o*4*|˴\r]x /,EHwf“g'^c]1' 1WOě@ymH+ӕwssa;S4x4o|7y”I&S466P__O$I\Ų,"ҮkxnJq|öd"i-qa{iJֆxvˎᲚiD"Qlۦξ^Xl!_ϗq-dhhXϚkhhl@б,4q]/߾]RZF<^BN(0 |G|lո뺤kժ$I\74uh,F<'QRVF h,Ԑ´BHnJ>-B@׍|o|'N{[ PSV^N4A϶SN-wsc멞k兽…BH9 CKs^])Eagrk*:{ٛ6C9 ڮ}|m_sch-?UTr%m_|\>.AnME Nz M4hüYȝ\\znLT 4e;'fLM[ssc6iQ/eBHߒyIJ)ȶA׫[j`.A"yeaY1 5M#Nܜ0`C4/yٞ:\w4M|U|KyxE#l_z^-(~޼=dI IJ^ҜkZT8Ja&,]d"A$%;E"l7YnLbrV4ff{'I-ZaXƪ5Ja:D3MI,,Q4|t]#NH$qvm˔KTi(Nghjj" GPPڶm,ɍl. ԭ; AAWJϣZ;)ܞQLɶ;C&!JΤq}](--#ӹs%Hi0 4- dqiR$t&RT ;>bZ&A%t=U6憌 p4ZvМ4-X4F,"m(L!Dssd:ÚիiN$HӸN4H4FiYt=;hO ?7A8NZ<д40i S;l=}mTBpVamhl`ժ:H&d2bAVL lpC  gK>O8.dGb KA۾ȏsWa|3KݏV8Ta8uR DMu@׵4Áfr v$m2 ٴ7Fvܱ;{i~J^(g+H߾eVeAĶjm]#T~\|p]7?jIT~`Z>ӳ7FTVRQQAiIIvu+rѦH_@}VXACCS8fy {iZ3/:pHU0̖`_ϑ/K* -Smg\@TAA˾>O _r7٥l6 S/-*߳>HԘ/9;^Xsףi:h 4mUŁͤpI@ʼn@dM,YЇ%\PU8b2-/覉nh|B`\{P@5T~{<˲Fc"*ʈEc- - yCsS#+W,a$W3?)A<^mD"xʖ| HrA|۱ntRI<%v^s]Ò| <4@0%U7a-%u?*p\<7pLu%p$XH$ =2u2޹ 4mK҂q8jp,x_xcmkdWD***0MX44hf4]k9hk iz-5 T0GgzE4urҸWFx̹-ia}i(Ģ-3mvBH[-ИwX1c]1ON^́鳏4ISl6i^Nd{lC=X4idT*M݊.am8xP0[*?[&㠔nhZA(=wluJgFbtܕmk[YDzDD"ESsNUJL&ڵ+K)ԕ=zP^ŊRV^Acc۲qR hi*5 ,3 vМd8h@vB<%o^Zړs7Ba?o {)YWcaayAz B4J%Tt27sDcq(kԳn}öihX4mg| ô>Fn\xyPFڸRٶR\H|7*Ţ9.aSӋojBE㽷G7 gu0zO/ܒ~Ϟ0\srߕNuNI*EeN$ItƈX4 4&b@ + <\k AmnD#Qq|LDu=@-[.`Nh@7lո2eVe|Mοr9s۵,4jn /Au]Gt"ƫҤRMEcCrbia:EsS31tDs3ө,J4nԜu]\4A48a@ ) KJaV\d26EXaSmE<@e|M˶ٴ,"6:UŰ, MO&!NqE70 0p2i\#h~l:-|{adM,_)t QQ^Anڽ;eerbs\VԥIʓO`•t8}M\w N޽89sĞ,\+T"nvck9t{:vy^}X\>ǵΑw(ZIW ̳~#*by-m te_nNeYD$^A*7NEaUTFxA(HX8N}9PnXL`&eh hBi =2f60:C7š]u= W.sUFXT<2nX pp[غb&aAdב-{ ɶ\*}EhxNdJQIQ>|_eo(l Ax.A:CDc1HHr7,(O_Ll0LlMiFs2EcS]5ٛ kcr7@ 4lˊĉdKh:Z|@7C~ C$)4MǎKJ(S9%)UBl~{nLdUgq[SW䰽d?N;F˚q(ϰ_{k*\q/3~nxs܎ s>w NI߻}?/ǎдoΜJiTUU/ǔ{o[兇o-Znp.=<}EN>;0c<Կ(+:tˠS98xRԹxJ3ňZiaVĕdmuMOR h4:6-+ &2ChX8a/PxJ:.~PX4lwªVDsMI  5[oZF$䪂} Pai]14 1 SZn>k-ȷٛKt t] ;eK皦c6iL&C2 ۘ_$7mXVu]#Prq_gYa5`Hd84>h:vƶp7iN4y.cZ&mETQ )4HtϚ|͉f< vTB૰SabQLB N1~-{xw X[ HӬ[d2I,˲U e=Ͱagl۰e4vh4`ݷ86\~&v\ 3uvR˭#!5 afoZJJ0XGn}0-lƴvˎ=?낀Nyrm(/kZ]~1yG&6d_}StLjeEBZoB7 |4M#bHod!-B|iB!n!BHB!~6sݺuBBoRAd\WH;˒4bk"UB!n!BHB!$p !BB!$p4{W!糏dРAd?z?0?zƿ@]Jx][*`ڴR`:@)Bun+s ~='|51WqOsCrCUT?^Oê9><><4| AUa}:Z~N:|\Hr|N8cpOpG)'~E ǟX6k9h#OI,gP jYd;<?w/Y1t0ΘĻ/b0rI\[7!ߍ 7_v縳okdv8>;ΔoXᛌDvJ:H>rwT IDAT&`Xpn{7E9set;\w]8zǎ@in3auL-C0:178WѣϞEiQaw!Z>$h.nƒ1ǵ+4bm!KW]rUWmO>_pۄWp5TY3kyW"9[>/Kn}3f%Bv(Z]ڋSfѯS3ky՗pzw2sf-}Q:wdca ˶XzZ/צd=G>(9/b@) KύB-pn=L `5gqGso=L ='^W4q?{Y!GԫSwiL|w>'VpPX9 ֱCn\neР*x'7'^bc:<2h0/vw Ytǵc&}ȿݮ#yAm>qppUC{4`V>>7gYtnBl~2V?p2V[y[!-B B!n!BHB!FI =WYY) Vd !b"UB!n!BHB!$p !BB!$pP̞0Nlko!?;68fϙk|%O}U>ӆ& !ɯ?;ߚߞ˟qM*0}/y/x7#=ߩgg]Oê9sO`'r=IY>aPXŠ*]y+ρϓDB ܭOԫ0xùػ'ѿ2їaw!\δƳ0֭zM8+(Ŀ_n Zt4NjaW##Uc$_Pc3eW =z97Omm-O?J!]ӿ ]AllzJ!b|ߞt(UUUqƍ6N Nf'٧?G !s?yo">!-s?y=5qKv*l7msl :SD 4]˶(-+%ձv]D4C%l]7 q2pq ѣ;ݻw4<'I,Y37<6Dr]wѣG%DQlG6B-,~XB!C>B B!-BHB!n!Blt|lݺuBB|UVVJ"`͓Bͨb\!-B B!n!BHB!F'!RB!n!BB!$p !BB![!B![!-B B!-BHB!n!BHB!$p !BB!$p !B![!B B!-B B!n!BHB!n!BB!$p !BB![![sCozJB!ķD6}[Bq#)/G .$ T]]7?Tp#\s\JrBN)Qcn̝Ir>}c{ϠiQ>|v .j|s&ah4 !rm(U`:<3{E*Auu5K:r$t|oTWW3LR99eY_ٯ[i{0_pER]] sO=E*wGfGK;bcƞţAuu5 %:܇|}\yiu !96rY'p>;rqGS]]MG͐I,s7]iwϿ n`qmR|]ړ9\9K2iOw%< Sڃu4`Z.y)mΔ\%biv١{w X>v`ǢŋЀĥ?.oSA`n;nt3yv_4g`^ t+_>.;n(2la|0x9{vv^;Jvm6gĻ\Lh>:|p ǜ nio[3]vO4ʨ#Ow7Mg3_0z8K@Ҙ.!AћLFRH!H6 ,B-BHB!n!BB!$p !BBCQ` kגJ$ewJ4weYO7X,FΝ4MC5pA@cc#n"477B/UƳzj%x 5L&& ۊ6[Ƒd@[k]($+tӥb+ J) -ӍBo*55Tg<6~zf[>{:-N9^`|86>xi.zzW7վܟg9>qם|s9yGf圢4 ͟/j !+ɴU?f}555|i(pM0a'mޯACPS3 vJMM J~(jjjx|}\zѤc)-)ڷTb.;B)׾hWGJ硔ÁRt<?Vs԰98ҿ*ڦYGMMM~{ohY\?ӧOϧc:922_O>ĕ7\AMM w=?h Ӥ1o}iZ3cL~YhAۼPN^.Zn㟏sU76f>M7- @)Ń=k8ߟ,& hsyozq/iӦ1gpeڴixȯ߃͕/j !66RKv[#x Q#FɌvo }?_TL_]=N.ȿ@nTMƫ㯤_sǷ4&2T>0fX}ޛ#Fo785.|Ԯz?ڀw\{Stb.x|^'Fg6r^9 6ox9>:ۯ:9iA!C:u y^>jưaØ|tK0jPƿSN]Auu5I 0Jǡ˶,oݥk14c\u)ڦI֯YFΥܘy>SN?ۓθM^(LC =ۖ7OػSƜG}]wu]Lt߽m+nV[ꫯ PfϗR{ƽ/xݹ \~QxϮqY̕U]Y'K m]tsL=4f| ݰ7o>^p~A"A v(? gnaX~8| NzksY^6}m鬺F~)vW>3R`Tp?߳߶߃M/6n!U .dmi}۶%/۶}M0 q0Pv_p஽ﻮiRE/|_4l>n}<0y}Vfj^4q44-_]ycFtYͰjuM >,+,YFi6/},燐Ei+T;?s0/O\ʭpe[W|\厥sm4wrh{G#_Zr%}r!6sUf{,Nsх`9RRޗ=3][_Z玖)a،BeKB!RU.BHB!n!BB!$p !b^B!B!& 5B!B!B!B)p !B!RB!B!B!B-)IU\~E8OFKC_.䏏诚ff>;J#'ML|N9EmwON<9x_ Y?U (ƇfzK !B 936 6d7r.:\?g_߃'^}iՁFlcl\>46u/>/WcaJ!k.B|]vnGejP`dLp Ÿ렵A)XSeUgz.:Ojw|v2`w1mή~ūm.wQK7sUN;8j`) 8܎K)^4%0S{V5ыE9aOMY׍1|޶ɢ_㟇=/ӨY &ÿ۹ZRHAcO~m30m=O4~}ӓWYI̸>_d4oM*{,P9s~iAaGo0.>xe.BHmjrmt:NNNg(!!d<==Q(=~*-=#:U u7ԭZ߭,SF|rm',hc]q7N0LɶcI@S[uЌm)Vf=:zbbѨY\$]cDiaK;4u9& qM;WX'< ⍽['Dgp7"92/Rk:YlN\J*UhԬkMkӰV5OD!OuYc ) iׄtuBD;~\5y^}ӨW[)u10YLٱ- D:y^RF#v^BnBrr2X, 988bw<[e/ڼ+ me񜈸i G=1Y[QQ^%3g2riS=JXrrƫ J̞L.xAFw=sڃ uKvb;LLg%w.MOȒ],_JcF RGy7|r[&`s#ƛO Mh.] >cϴ_ rxy ꑏjvͪr5ㅛ9i02^pYægdX-ºA]!~=!=#ʧ azzjb阮Ln}̴]qd܇p&GO 3T vN~4~mVƯ=J;OPPbO];]?OcU¯P=|m'Jc1g蛞TJo/TߎaP$-1WY,؜=X0>+c^T.^#[W3ntI IDAT&lz~m!F-9??xj5YS/3%5*+/NQoD}?˴?z[-2'Ẉ̴VWciZ1 Ϙ la{%~m .Z7OG,yop(]1L_9(ݨ |&QoG2mGv>gKU[ޠnty8Zć_4o^LӟWՖ%C0#^ږE3yQ-_ cvptse Uh¹qUb`6 ODFFR`AT*J}鹽4@@5zv6gLNͱ?u:EQ(1qtboTLe>N%%5;e^vӽXPQe nv9\ѳ̷0+N|>ؼ0vLȝ sFXLsJxmndï__gڬoyLu޸SWnQwu\@7|Q?v Bkr#;:fAT.YyMO^)z<*V{`\jdz!%J5Ɯ/X"1_H-^'Xr:(CӨJLˇ5.ë]8osllzZNi iT>x~nn:bk3zs@ܾACgl2ۼ7)d@+0V^|X^0da_Mɜ_gx^-((%Su%ӭꠤÐپ\ls+6?3c 4?Çv,V-uD'-SF#xa7g^xom!xNpv͞={7]'gϞ=޽ Fow`kX,L)w?g`:sмX3}?jN!?d1evBE&bػw/{a޽]:M_ƟzW  2h iџ#|d Wʳ,̥~Sv}}Hrm;:t730ڃZfQ()z~I9s{ѯBe<{>Twe!+f/Ǵ^E 5UW2ͫΗsiϲ~<Yż;Y;[)ck5)|v߾pbp)\tn,7GU(VL7b0l& VBm!7&܏v>vj`28y._]oѰlcL'/=nct7MCje℮t&}O%S˖vP(8WIHnxic*{?z @^X$_6") czM«ևnגxfT(ƗoWM0PmNͿR_6pL5 jJ/4*<&?%O-:K͚o1wF v}xhܪW$jn4xVLN`9#yDr5̀PM5o4FFת;z6 1ט=sj0㏓>*-'INǢDɰxk2}ag9t" sǼ~; k\!+wffmZ5kjf [?f I {mR =~._*^@e~7jjѿoݢ'; jԨOǘbC=/U2=bVIO>{l"5Ѩ>y9}1<' ä^1){^y|-n1:ɕUٹj~Er^y훴LZ1tf̷@۽Wihb"knK{mwY?w.}SB_8o)72j^~=0b@ i2sHD3m$N.?.e>37laРi:}ڵԨC]7W +V%3G$s /H *]现e\Oc,V `!~.c~:ŽNfNOw,jŹhU$fVJs<%H]HBּ'as撲{1|BѨ`wk}.;u3Y?'l4 u#o 7dݡ%\J{<[٭DtmR7s/.0mhחSo/ ]|b|}|ܼzq;tmƌD~?c~GbcHXO ԁy[\ʧhꇛZ)K!B/L>_L3:N cǁlk >UJHB!BZb͋҇H?$BIqDeoH"⓹!n'Ŧ`ޥ\'mj 拣)-9Ȑ(f +cŦog;yÿqxAr9'uIRxVҪU;6”=).QQQDFF}lZj?vITTw +f+;#9|&Č]]?̏'ч[!!Bph@'T*u[ׇ$xon^,aI&&$ǽT8S܉slEVf캝]ϗ9!O2s:%ݑiD0M1_J|3j!6قJI<]n.}*Cʺ9.`N\J۩8M1y?$))It^rn gEQkM|dZ툦zVXLKM1C>1$o1O"ز+ڵwHNgǝ?7N\AVX&оukn8912{@O>ǯEp7iӡ%V} $b6et8kУ+8nYkr0ټt;T5o Ӹ@K#>Wo_hתcm$΅l%޽l#f)?Kq5an營'|Y]I EB箣OHɰ;'վ=-$њ1OXeu#%/nR WsN]2G$7[uJLN%M6s5R=c2=#3D-[}y#6!Ƴv4=TK !B<(|`jm0 Bnޥy>/S& ">o%Mq*NzpPN\qpz:|!^mɲ-l}]uT{ikqII(8c-&N@q:hEx<.l +>fuK1H-GǢxOde[Nl˃S|X C+y\] @Tݝ)kA;JPA빕buOvv;%o0a M~=8޳OUȇB!DK1+yQ1"RoI%zs@Bd stXƑsWiE: Jf}mnW0 sԤmCOCoMHos2'5\Fq,V#W0UV).ᤀDc2vڗ.WlQxrzEp ?<}S}ҼjIRb;2rMb] ;a68id;}. _fInz/FL^۟2߿ʽѹ7J%nkG2c5%_mIBNDFFL=Ҽ&.Gܢ3`dڕZW|}llH6.{7ull>@XT e}R1 ˵7G5 N_:rPk>e9 bi% 1a3?Q+Yȏ1zNyW;w͂*Tru\~j14.O7+YQ+4-:>T=Lu4g+Æ}j1zԧ|;S&~ŊSlT'NW Mm{ 9'?]k,SPu:}fd p)CNM?8I}{ e.ZQCLj*P( 0Y20#5vvE_c'qV/ЯR( IYZWy~ݮ6SiɐiUKe=e\O77~Xv| ɶB!jJDYc2G^g8gqe {:jBCC)Z3_c 'w1}bǮ3{b*e[,X9B!BGpG]nZ!)3Wa*}$0oNiJz;c4D3e@^Wk\8AU6d )R{N2~ݼomƂkдMwv[m:3nޫ[œ_MvFP8ҲP>$}^j3zdvi,jPuzOt[ѹ{xl]95}JYodN,=Cm(퓚ݸO$br{.2LPPժg$>sv2ULj$ڿ ~.ΆPzU.n;][~yO^wk6-VZi;7+<-jc،4:u~/;5?l&B!BGX#Vk"?O>2ذtj}=Q1\ܲ-ޠQB3FyvɦE4s#돼-qѧ{FѱGIG>laeӛ0W|67LvDpQoWF[,-GzNC 0 RVͤ[mܟ~їySGAZtзn>LB)q1M8hJotݸ|| TT,f]Ni% IDAT#.C  ĢiݱO[+?eͷx뾝H T7Nݻ:͂Kc2PyӼkӖQk^_\rO/Q*Z6bB '='<9բpZe{0eUS ۃLJʰ<g΄ARٯLV =IID8D]=ғf}WspFP.oɓnU$[U\e;_x~[;'kǯU ۮs)졬S3Fգ=ۼ'Ͼ!&r7M$4oPKh$X,t? +<'\|_O3yޔhظ?WO#X~}Z7m1c'}]w%B!^oL6@:Rog7tbд,E?vWΩ.b֗sRJ :_#2{ȌsU|xw-*ŖwݽcҴ7`ޔM{ŔlW.Kmfy}-Xm0 X'v]—}%k(TMݘl'4iԻ)oY˦74c6^ HMJ И_W/O|֥5=?}xfi%B!DaZns*Wc=Ŝ-G(]7\Y͇#jſdS-Z+B!B<5j 1k$covJ͘?sjK!BT=n!B!A)!B!B!$B!B!$B!B!$B!B!$B!B!D~9rѬqZJxc.SmS)ѬZ{J*Bէ]{ KDaLy?X+_W^L]Ⓣݹzqʩ~< |q !DXÝq/WF_jҳoӟv25P|3?I5[)]1UKs%bBO,m[4_6RT+Z#r)GςReSQyӤec 8hUjP(jŪPdoR\$k@5TI߹&^}=Jx>2خY_ؘr@ɌŜ‰[t ^}v( CsE(ykqYo-TxFɓ/ZEb *jfޏ">/\ݻ O(vOX6wy79'uԶGmsty"qzB~)S֭cKTx$M8xܡmn+:"x;lwQwlرƝ>D^8֑KaOL'mޅZ5+S[8zۍGzV^hrؾCWE%q/R@o;^QѺ{T*[oOw]/Hʕyث[wEWOg-mdEu~bL,@=X$j Ř|sr WX/c;/Z@{KWc4{9p`*6lõ;&^ N<#olر;&{ {"#ߍ{J8wrD T sٰ={tJ=W΁* g,֧}~3ⅽzjv^pԾ}T w Ka8/ͫrբPY9r4^:vvv&mU?~e׉.?:% V<i# QK+E8k=nڃ?w;颸ʥ+p` Ef)7g6d_lCN=^OP"ް_Ge XXKU|C fj/s祿 ®uލwz V-/k&yk6뙏*XϳΕը1srl:pr>V1̐.ȑ rl۰G?g17~^ù.qȡu *ȱM_M6ʤ~7ǿhI_#od]B z.=bs~R\˽/:Le2z5ϒpiH 4*"ѰrqܜP(pqϱ|i.n@TaT]Bvp&-Q+rL8Q)f 4*US(UP䀝=f,tvKH}K;vd)/ \(VK2d3h\ZJe&Ǹ$ǧz#zԯT<}v)I.%Z \tݧOs=:ʉz-~#'%g[ڧ=\!m[2ԏgQY !7=uRNgbȦ羿uE, p"96wU+XG穯ͩ%މ|}^N<ߺvUX*j6k8,3mrڏSR\tz83OLc3^9ȶ ǝ}v+v;|*UP$JS䉝VK2=|ވ|C!D>In^Jl"/nD c1%}.LfM)CVEMO={jO씜q|5ǷXpssXFef=vD(1&xD k$L-Vk g ~?hs鋣RIk;C@;_;P&P*u4+p|n@oRozY^ɣ~`Rj^v/%_% JtcG[ /gΡQ:0uNVKy -`6z&._QÍxqrj{jYfw8yH8k(G@r7Y9r@(8 j#Zu?I@JX#=TKMMŃG ];hݱ3)O,Erelӛ8.KnfnSD;dY&lڰkw.s?Y"{lΏ7-DH77˦/ǵ]lwz|C!D~H-\9wڍRީWGՎkގG~RJTku޿_1:U}`cŬ8xpPk|{+:kV bF]+;Q\@`@t 疃k!u3d-k)_UKĘ\@ *Q%"p LCsU.K{+'&QKQڌՒ峑8>Z~:S)!KB {嵷0į?Lv (fǶˠx>X?o+^9]-"r/!-B 'L@?(K,_l=tkN,{QLrNj@IhSZk2a"ZٌKֽ6 -6 kfjNgyqd}|vǧJqvʩȾ k RJT̶,IJ>Y.}]ޅ_".ɀ_"8sf'#[ûm_xn$O8NEy%QeZoVE<93BAA{g;%9}lNM5Qy?fvƥcsB!D(|$.FzM_b%x~L#.}>4U*ABH~6"r"MB!BRB B!BH-B!BH-B!BH-B!BIB!BIB!BIB!B! B!B! B!B! B!B!$B!B!$B!B!ԏ`)>ͭ`ɫesz|-m?C3^ L)y"AݠbOtF w?NX8g QΧ#~; &C9S R\ %gwNЭe\}ʬZXVf& Ōhj%u9wфdb`QXf,V+ j Z;;;Z- ZRDP(XL&P*1%'cU1J zT:;)4:F{̨(,VTZ M,&)& C fXF(P(h4f (b`40XՂRAՂ^}B"N.$'qvwØ+\\0h`VZ-V+JłRl6qZhLl@RR z}< I$%IHHdZ-Ɣ$0%'djHN|2C"qVt R<\(ux{8Z3f@TفŊ#w{V84:,&#:{Iz= 8,V+(:,d](ܱ*DVP8.h0sr3J4*nGDbb0ШԢ0y'wW{ xzbH2Vj7"cXSj` +VbcPiPkwtAg`V0890V(FXLIMphv{NNhERY!B|ٲ#|nba_r}zWү$“Spt-iy|v,C9m̡wXja12wL~X5[2u—>II ^6.G2EϧRNeBv8/y\'Ptj?L/GIFNȫe sj:CJE vL;%&x|$=&鳲NлU'" 7d>8+%>fd殚K/$0ק7gѬ~[8zMz&bc:y͇|,DJB(퓇,eо vgof<%HKJ*5JRdŊZAPR0̨-fLF&)=q5 M&HrI)Jt$%&!)GWg))蜜0'upZ)IUjIIj0hP`VXP+5XfhZ J,V وF`0pG`&&B19B)%Tj,&VTT`4hդ$%P01XU 3& (l@QGg%N<88;bHKZ@Va2Ywa4prvĐlՉgԟN.&Q;JNLÍ0&c%)1YƬ'&ք]nNAA̝$4$$pv`T1bUb ;>Y( (\Ф$tqCE*%$ cR,.BROL}|<{{ѹ{+$Ń vL*ZDbRٻ8ˊ㿪:z}YA` `LDJLԸ(( L}WTpVe@fa鞾Y6n|ϩS;9S)ӄMND,x!~ FP %D04m yd4[9EejОQՙXjc+4Xy Q&9QBTjUta0[k/qhUcɒkϽy<(DJW88| hދ{\ 0b vsutɵyω_  /8qȿZ˹;Xz9b*~3QANvK䒏_FK_8{TEӏbGş9惟˖s;u9yxߥײy/]gnc7·?oy{~r>_K/mnƻ+3GC~k#8HN9lޯΛ0O:|‹X4k=}x}pbf-vAe9Ȃc(ZCQ`-րJ|W#4U MC[BEg(Q&CK(T@+38,!< #ClVk:y1:}"iEI6՚x%2)҂Ei" M]f0:Ql7).0EN%e =:8">i'!n(ӜR暨ʀj$):#x̘`>kx#[]Cunku*1 TT:/aHE>Y`X,Y?Vc&r(yԄ%>BXvϓyIyAyN@})?BJ*! zr0fkRaFL ))bm-6(Yh@Z 1DZKYfL-<# ĪF)ZxR`-k,a *OZN 5S@#IJ9%)E)vBBEc!s6dIBKvk z͒(T$IAQ!I Cu}M ##}udvkcEwl`·0w;uV,/H,)A'kB`;Эdk`]eY@ 5Ȁ(,:a @12AhUR(SB0DEP A4F2.H I4"OߓXc bT~X!|<<5m-Jc@$0FiJ,E>:ϱB"FRKw KEyAT;K +U4!ȓ>qNYO1hF'"mw ^JU*6^zxA0gJ)|peQ"H%z&ZT )@*O/("YiԡYץ>nIY$4ZKVZID(-<ߒ4+}A{VD)As2CKc,FIy^iWb$ڜ,-*iy +PAR |9[046`88Ov |O3pS~_$Gv \v-/OXo|ʻ9hoK=Ia% |`E) 0QJMbc֚ȰAy 5̟D*1h@GArP5mZ) 1ei0HkQ/Rȩ%b{+ t:>NDbmS#CA[$`kC$? wzQ8f]d(/[b7x1Jdͬ8I--ҴG٥aRVVĕjJDq >6 À4 @eVT\f)^J @E1~H%' <@H|OaxJb()=|\Z_RߜįANĶMB/Eg xhȣ>:zP!:J f5]{Į,Lf >x6\wx Wy$c;"Ny݋̦͛~8U3×>e2_W8=:sǝ*,%I,E4M)F1*Q)0A-ȳ0z}(~@t2}e+x@% $OxQ@%U6TFjt[4fo7Oe*@ SS.ƒ$x Ҭ@IA^yNYx~@cxJQ}(ƗU" 4lo ABK6L^*=wm[BPtl P !8$֩FQFJV ƏT?_ "cTf1<}.U?cݚ-C[.l3k-?ah]Ƭ9}I44B+Yji!?*U"gI ^aH7aW<4e0~8PBZCdolٲ +4oaxlz7PUB! qLޠ^Px Y6DXo@ԇx 9[ ~14gx&+T}6>ƌi5Mki,\@~0[0-!6=plʉjkV~-1} F挰j+ (&iXꎟ1}S{ܺ_%(sF@(j tNNR%iKV @PjEaGU~ ` @4 )D1*.ChfՙlyQB Dy;x=,NjbxQL ,Y ](_Ҟl㇒ 6Duk734mhn&. ["^yIZ$CCt'U6 NVHS7<QHL#<O ((2$ yQ$2& IT<4E[#^zǔRvU0i_ՈnCXwRZDH%G`+55čaQBI@2xH,RyH)h!a,Aa-SxCyH5Ѕ0uIAF(5eQ葤اϩUC:ݔF=NjD4[ C}FF+Ln3:AglY/gܙxHfL'Pj%%J)x;<{VLxE=.a1W\n9:NZ]XqȿċRw8_ |?ʋ_x-\u,=1T?b( [#o>:goUQX9d'ij8Avo]{waKr<>Wſyᒋ1wgMo| snEOǿ1/NZ^ߎ@79s= cx}.dሃx˜ZK U0#97y:o>Ün>w^Ldwe5/?%!oT~KdI4y1 , XT SDz>Vke E롍EQ R# c4TQE$eFH[Wꃀ a~*F>H}Zkr0,c@Ѡ$'E(E =2  eY;Mmx 0n@UaH*1a 3͢n36{:m}g[И3՘툸F0~޴ yآ0T )QԉG g!lL& 5v}"`wۅdY&NfMDcu>kC␼VcZ~Ѩ NZ%A#FJ-$KT쓥=ri@ZÖ9J@% VJ5MB4(,Q F*>v飤݄Q^9 摧 c3fuλNi ){I/B& ۅfF}lf''THz >Ry(0mlF2ɨ4H=zkau3EE!yD!YQWH:I/>2D$TC]T^b6xQ/5Q%$GԇEV}KVBAA C^!,GQJ`ZeBGX~B<#LRqc1Ԡ, GEX(6}ΘYG%3fXfή!`:*QQ Jis~q,6{pOȕ)&6oFqG;aX 7ZXeqok G}/42y—Ɔ*I kB 6`ش*̚6J0-eaK[?g͜]o׼Y/-vv?߸z`ތGf^11~* Gϟpʝ6t%-r{>]#u]!ATSZxkc,ApYHI[U) lbFiŖ>iQ>o=;{JȨi"b*^PL62PjaJCX &#$ZB=[Ma%"Mɍ~bP$Ea"E%XzCJ%j%QBdT16ce mJMetɍ[9Dhh"5@ Gi-F@KZ 5j]Q aK|փIr(rp\RySoE(p >3!BU|WPmdah(:/ 7PR%QA>eq{ᾯhs+!{g叾WDc^v].N_v&_8K{0o>t|h>w9 #/<;F= IDATp.w 9|'<[o#j/.{@7:^}{|懜zɜ l'ď֏qJض6٠cۃA7kg./_cr?]|rY9o=/x *瘿.=9Ǯ2/}cg_9KO3^>uefXKMVޱi;ܑsBփcA 0ZSmRjÄ2B)fP"AHc4Ree#BkژAv|*ȗJ By-JD)C7)QJK<%6Q{4Ub~J^H2I#4ɻR~|L`<6~z=dE! ”XHMO%䥢VQ䥤VH3Ke=Od<-IIiڞ LijТ$X4mY X`|@HÆ34y.|C^*BE,5USovCt[Mlz Ϝ *CuҩRWB4G>e>XG 0M@N= *~$R nF =Kh:0[Tb6CCӦnv>k:IO6iS(ʂz2VCO>.Sslqsor>ѧ])]wtKn|ʻ9hTWru܅ch(:IT!:1XtQbmr=Q)Pr?^,Ka*%6'ђg闂Z Z$AEH5N,<QJ{uvdRH1@{Aٸ6%e%BJyx p{+ 0QaqڽE^Fe((AuJM9(շrV|)$!'=2jjz̚{<ܠɳ)!I2@籠W#~F\bPq.4A`}XiBJh98 ߥ }w >}S{qF:Ҝ+Oy'˿  NcXqjC1 o{w?Oh]!88nqqq$8888 qqq܎8887=ܓnqqIpy9888γ;888 qqq܎888nqqqq\8888Oz!K,?IGsk2?g,Y[y_d{>VY-gɒ%|?[Kڛ[c&]x>>7^)J^{YL9We oiMM>4Mkؖky6~Mwƃ賮tqqn`[zϺ<_fCos1뗳|j~-͗oq3'^[N:o\p)[>{-z4WN6_ڷ˅=ʽX~I{e_|_y]vWl^6G6u>v~ZU6?p=G7v嚇|~g~ٿ/lZk~m}%+}dlV>`w;nυ7ٓ;;^{٪v c/}mNn_t=޼wMvي-Ovkx}ۛesm[~~qc3}{tumVjrv n]{̼sعu/E c}n];^{][jw-i3Nz=e5{CtqYgpʝ6t%-r{>]ܴk0oT~/y9߸ڧP¬i +}aKYqҩ=\ƪ}p7~pWp+eZ8i3c']eZ_uo;|wq6_}laSI/eIJQi"Zho**TZ)eNec0fjs31̊Ryq_su{&T,Ч=ٹs'ͧ/>Ȍ^[խROݻ[_ΌjGql,&enmJR)j{GDG ql)⮼:S0y,n v3|[#yrՔI ѧ+3 -a-;DAv;$g6hX>p;3$ۇIs=:E|jVK1׍h2\x^9~PZ*?X/l@079q'P.ѻmÂY^/cAҳq. "xuڸ.k'P|pcEM공I}$&?1tahVȲs@Qu"7`q nGN%˫ Up;1>_~ҥK%KѯU%~H6f-xZ2/筅,O2^4% ߳QwCt0^̅^n Qn7+Wml+6'n]ٶm[c.2=6m{Vqd&=?BI ۟xWc7c]EWILL u4ק:pO~w6N10;3t jQas3_bYiڗB:qQ(>{f, 6mgݒY<>zJSRj@Aew7jmz2OHo]jEl޼䔌JPLV-Hi4q[z#k!/{F+60t~ oRmc]q%]~cYKS' Vn@Dn-.4aXuci*VK`mÓ/&6#F}V :wv>w$\ϜuX3]bc[1p`bcco뉜*;ȰØz;[~C϶mmϳ/(:wY֗ Sex4njL: {62VZomòO>a >y.D2yyi%q\}{q ,`po>_;y],]\e9m}7k?-?i!>+6b~S%r?z~Ex [[Q}bUck:[7b^J]y;u=L1/&~E7 }YT)373)ntTvBqq8 U&88V]bE\Ӳ^`ѪYKLL펠f#-.㒶b~S7J|U,S<%'֤ML|vf0vfvZf}>:q˳g$G٨ԉx_vpSvݦ-Կ5V>e<4hKؿgN7`jSrm{~H6f-xZ2/3yd{s (x"""""r8H ?㮗pK\SDDDDDDNȭɪ'pNz;՛^e?#d'*`3fEDDDDDDNS!Q-""""""[DDDDDDD 2~JyJJ'"" &zJi[EDDDDDDp(r+"'q> 0 P`DDDDDpHAm, xy<|>999x^vny4 lra&ibFI'JEDDDD 33e$e\ 1.o;Խ+Nbkïbon{X{z-yivZɿ2m˲mǶǶx>| 23$;ۃדMLJ`canL44p- eca;8.w0nwAACCC(S aaaضMHH099ƲLhmێ|,` va.\ i 8>DZIibf:&|Ӓpg&o掫ngd &}5ƒ˲R3]WӷCGX$f a4yq𷹢h6cɲmōİ;V{$>5p,,k۴8ex([Mzy؇חMvM > , \nplɯE7 p`LLWnaqL Ӆ4lv4=0LL&8(EHHArq\[DDDDT&ܫ~u{16@umpn?aCxVMc^L>1ms]c1#z3ɱ|s8O4ZCGޚLs3+Ȑ q;y]LSB]̴roX36vppԶem㳬c~z}>Ok`&8rΒ'a TƶMIvl <ضib8m2 r"m&6mz1]&. qϑf;7wvlL >/4  7i2ML DOEPʝew0 ={QDDDD&ܑUckg|֍ظWqoΔL1p} b*H`tr5e :\`;A!88$'*C(I~w]lXѧ$8ׯ#F ?Ck`8| >v,ܸaW1 ,qY86>gdHr1<ۆV`[xctlEfu؇px\e.l Bضe~`&gM#w]a2]A;e~]n\n7A.7.˟}jIۛa>2ٯ;p9uرv1]5?}ڼ٫g2+3/v e_l6NYCFcr{* 'ٹs',[ v(.έrrǟ,lGv򐑑m8|8qrf濭ܶev|>L ˲0L6ۍt^,絰AN rLl|a8X-gpn!$ & `}8F0!vv3[ōeܙn܄}$v&\+xf>L%"""""a8Nضq/9xrr񐝝xF, (AHINMH0df6l"cX,$,Mh\&!aQ.,!!aIpp0aa;ynGLIJ,\x:;v &({ڦal`BCC +ChpG-"""""JE tb۶eؖeؖsϼOw01:$8а0.W3]v䧓{{;Gv~~i8e IDAT"""""JEDDDDDD4%""""""[DDDDDDD n9uJwSRR=HADD4SEDDDDDDNR.""""""[DDDDDDD nQ-""""""[DDDDDDD (Q-""""""[DDDDDDDp(Q-"""""""JEDDDDDDp(%"""""""JEDDDDDDpn%"""""""JEDDDDDDD n%"""""""[DDDDDDD nQ-""""""rZOfeχeYk\.n!"'p)͊^۶A1M BDNn,)WhXڶmK۶m;ncPKi۶#3Vn}ҭ EGbǯ1f쇤z8ADDDlXS3999n]6CbD|$|"#j'\;5i9z}2W4c\Wo_̠['ٌFE`_|w """ !!! ̗SZw .m>W/=HzY֦gݠ5ok?Ӟ7'Z?C[w3w{=WkJk.Ý`OF6S7,9 $b Q X+jMz0q(\J3)2uvB*ӽwwΪƲd޲ xzvlGDDDDD pvFz}^/oZ7c7rxQmbkF```u{GնeL5ckym5%._\7r-+ ӣYLX9^ #$ö0M3e>euוݸwC#_)mDS9tkR&&bj ##io_BG~y5|޹<ȫ (߬YC;M~bцvnS^%ۙ,X@` -u~iDDDDD{mmo UiD׉{lٲ-[RWI;ǰ+#֯Bհ:)'Qp){;'*ԩy2WHyoْf ^яmw }%+װ5~+۶e86>_ɿ{3{ Aڕ[^nc ez>yTpl1] ['ԗJ3)MHxG^Þz=_DDDDD ˇO{)^믍#m"dzcW"vG:IMZ_'ʛXiWm&OUnCaDE֨O0rrv:>3S&ٛqMf턗;V<*ep$ZtFĄ?KȰJ3/&Ͼeפg34򈈈ѷ8Iq#f'PBSkm ?C/[}7!~~ =>t,jM=1}P ؈=ЛGL  X= O0w}Ϙk- gںSYGbEto ^zkpqfDVEyԃxh^'W=q4_d#ymDޯܐ޽l/fQq^{ʙAxw_b 8c~`0]/np6,ϋ^ #""""zJyqSU^DDDDr9Y{I"""""""r[DDDDdi[DNfEDDDDDDp(Q-"""""""JEDDDDDDh3} թ .>W:v[?>g6nZONСGTy8.}_ޛH]ǦRտxZ1I}rtX Dv?s?-q}ĝTT^ZڵHvrӶ#蘽5KrO+h߾ 3W8-m,1o%qBvdqpvڻ%!=5#..-6lVKڷi;wMBS^,OHf/Ǖ7y ⭯dx}ԣ۟8lZ1qqqu7f;730Ǎٹ]-D9,XcUb©oߞ/t*l٦Eq:DDDRnWr8&|0u*G>#V͢oYyJ%\ xYV]^?./.?^wFX*'&5˶ ߮{`m t>&pu` +}+۶,3;̇aܷ/PF>Y˲pj 3z׋|9-V(ܛ6g4os1OM kqѶķA9^nz`r5Qd9RϹMk͚Wc;INa笒ȹ9#a1${a/*d?3l`v@5xs8szmf}޸/.kUp=O=LfzÂ4* =_ˠ \[|"qZ>saF<>-4Mo^zNjE7%7eq~-4^Rh[;vq$}? 3vMj]/kwp0#N};8w 8bxDGF`,_<ϛF>€0֝9ǜhv \oum1 Ӂ_?xD8nqNJ2Fy2jl❁m,i'cT? """43:2[kK=0Hݷopʆ,J5jpmӒ؟Ud惔5  \@X1p\j,t;rs_98T.b[epV+殇qc1󹀗;?ͽݥgaXjqe6LyΞ"M* ,O޳n]qyi~Ή.a7Fa b <xsظ}/gW xlѱE#r-4>M+I_w[/V9Oe_T]W.8 8}r*tuʑa\3???x!w\/'!)pL&`ԌR֟m>E1]±"+1r=vM!WGW743l """43Nśx^ǡLT3ƍk{qw+Ӕd}6\T=_q}k;618{1Pui |x*>q*=OXn<}o?b_ryw<*di/hj<4nWfbAcv~E8OZ"byO8F=M{xn$sW;ê N8y#!e[?ȩe8;''&ږesNVZwF^d2M};/ʲ <=؇wZX»/כֿGg'Z6ռͿb_& ;|nDz*\6efb=ɆUoRӭ'Q/N=>s΅=@9(Gι8&Ya,]$CUbb"111\q*ƙֵ j's_g 3 m4> J Kڏ_QcEvZUeS9NDqXHH "ބ{>nuEe;dygBm9yԩSX 9)0p\\.rQ-"w!QDmL;ƶUADDD# a-[tʖ-b$,,5ΈyxKٶMff&۷o'99pDEEQn]߃/(8#"RR."ʄ;qi#",σJXhQ-"n]$JEDDDDDDp(Q]M""""/Hֵ~J9ò,EQDDDD5\.n[7ӽ2"""""""JEDDDDDDp(%"""""""JEDDDDDDpn%"""""""JEDDDDDDܥ]q˖-kկ__An%"""""""JEDDDDDDpn380ZQ-""""""[DDDDDDD (Q-""""""[DDDDDDDp(Q-"""""""JEDDDDDDp(%"""""""JEDDDDDDpn%"""""""JEDDDDDDD nwiW;IF@D4U*_&[oۍ A }g&щ~o;ߤ~TPpj0Ȓ%Mjp&lT.iR]=RDDDDD5Jv~4/C+'؟kN#l3l][xc q,]45[ ,7ŋ"Q]Na=ؿg2),>~f(SТ^'ߎ|̛ڶ!666u!^LSQKVq}B`IVnؑX.uY+ͲUL|zz;)lxex<t2 +EGY',!=;sXsJU.o\.bSIݔԪ1ۼmijl9VrLq`}Ekw $0>Ƕofʋh7Fr1GDDDDD/O:8qEJ]q/ovD ~5.is!C^Ml;'/S=!'l{U \͍.oDƾ6OE+$dӼCMji*SrLVkd^ #Q$}0έ[9_q=cƄD)ón.#d}D H """"")Zu7sv?q+r헓?Iڵ=TnK yDB [o/*vvӘt[sU|>̐ۯL%Ͷ9緥VnM![Tr[<>ƶ+zaG"嫷91䪶XV*o'p vV:w5@˝ 'SwM!EoziZ0 ADDDDDq;iDͰ0f%$ʢ^ 1ażMϮCɛ;'? }t>aٝ+?ߺqMF e[v6{Ύ7Ѹbq+\t e{v6Q1^6OJW;Qm[3f(gfxx<^yQu^)#y?O=LEj )E|<"""""K^.)Ox'n =O_{? oK.lۿnd@foᩗ1rp_wu'}L˾YBu~s_c(˓,ۀ^` +k7\ڑ+nʤا |kVjRrᕛLn\Nmg8~[8㞤c&ܟE牗Yb .[?wALb{6O#4yޥS?|(\FV=DDsJ3aײhi|=gNbY F0]ﺞfkGJ//)oՍ ;G$C]9ZB+wa[i5y{ZCW_Rx IDAT%Wjg]K380ZB """"""[DDDDDDD nQ-""""""[DDDDDDD (9K_wslٲRJAL:*DGaϮ=a3wl~ e9JdlaiJ*>:Ǚn_|o@DHI_ц-g߰n>j\s<'?_q̸b"+S%2U m\`OkΞM tD֮GdlL=2Ndr}:uQO?cjUwdRF5‚\~}]!.1Tpiӳ/m>i_h+jG ~ey&Q!wmO Ģ {{6-yɱmpuFգۻdϳY3)CƸ˛ŸfnAL m/J ]fbmؕUƱhۢ!.({I;W1?Ldz+藟X|]Бv4ąÞ-p\ԯ fuUX0cvXp ץQɞTUi~ cWXK/=[7587#>zt#-u g`!*F8t-SٻWn t%!Qdݔ l򟘷2NclM8u*Yٜr._-NrZ5)ҢmIlي.ƏT"HJwU4ZzR(R\1\٫5|[h1|٥*vWMʦ{LyYˏ%[wɴY iqĞUD|fsѡ!K}ՏqwKj>M n&.jjGPF=uYKxY2{iX#?7g`:= Oqcv޻&_@dRk4Vt7' ~6gvo {3iM "ȘѼ3fع?LL\ڪVuAH}M9X?fOIdz4c6z]vEŧFO`oP=[=mXh*Aٷ$NuY['Ge$f[J۝'Z5괿3n]"6iyBzM)cyˉlԒq\Aeh٩mClKߩZ 5\\]ԅ]k羑ogOJ*`淿l?~gwmmp8- uLs 8WfCFe_Pmٖ̽<7YtnVIR- g2c[:m.Ѥw?,Dc[2eb#05L [qcG\HEK/'m[(å:QeOg2wIes1}ϭٵٞ!LY-?}IΡu{ }6cNŴ/xM$a"e\P. }dc[2v6+VӤ lu1{6-du:ؘ"  Rqέ=4U;zPy6ΩS |ذ;z+.|3%(Tb_a4[7JO:; eWۇXKSO;8C=̜BHƾͅ;:XcBJ:}{fUJԷ*TCL*oIMK`SA+3O Wdz# ꥤӪf$%=+lw*ZHTrdr,.{]t%˾U>] 'B:ǎ@#.({ɎT(=:U g*'Q)MiN,Ck.%"wuMY]!ײk.Tx,-(B m8QI=x6vx ?^cNZaQ59=+CIوb]{]o#fS4:kizSقBSI^Q׬*})=AٴB]Ovnڀ㊠a̱оʦefM&a6S%}I8MF1?jVpWಫ/zMK~`Ί4mElرaeS3,[9^GVCdU?}U?VƵrZ0`@lXǟ)4l_`bͺ+Ӭa@dleq4oa^"4ɽ _c>{ 3۶ afnYբ!ħGph Rso)ɰ,U`ۚEG^ [9װV |ܸ25S y`ӬQ@? nw?*awhX6"4>ĶTnܒ!]wQ&&"]7֖ g23c[gϾ23m3RQɝiÓE0"<6Wtvrx"6r>Nvg悶GGQZt=%'*Dyy9PcŶƀ;KԷ\A߸ VncHΞK WrB| ;M:p0 %%.ƅm`t.d\vM/\i[KtާĬH}l#\[NvLMڵƙ?{8Vb2Fts(\|MNANBX"ÎP66'SEsoZWʱD ޱc]X8xڿc gXwVX+ꚦG ]zR|$,||Ц@^%S} .u)= ?Iaқ}[Q.!\tܴj{[SPa.vnBHhUjFp |=FoݖsbI>SCSq"[~z\ult]ΒI!aGbQY`P@PDOv/y@QYBIH2;w뭪Q=w&3Ek;շS>Wl0)]7:9ȗ/6k/{ozqf}e'TU|Kߤj*.׽{%zxhrX,5ri|ߢv _9Oqʝ=;|CxHwORymnE|fd u 7>}6cO ֵwwysED~}䳬N}&xԮy\3~/_tN'8GZKҝߺl[O~JO>n=86_tYguoq %tu滽Ch~{Qo~_Ħgcqzd-gm߷j\qOv0S߸=KhrNiӉ,s>_{3Z8./^18/\ً:,䆯?7wE;|~'gspcv-q"ޣk澿k->o{8m-/9'#ͫ/_q̫g8t}WO o~|w^zc_\wn ډk{9ѳ໺N4N~ϟ肛^:jZ{pݞYZ;v<~Cc: D'_?r{ݏx j\vgӯޏ۝+] t/H$Ip$LvYAq c}}(tO$nh{A"NGN$D"H$DL H$D"H$$D"H$D"H;H$D"H$$D"H$D"H$H$D"H$D܉D"H$D"H$H$D"H$D" D"H$D"H$N$D"H$D" D"H$D"H$%:Dǀb |>D@H!JBȣ@ BHH:H$D"H˅z}𤗿svV: MOHfyh܊۟/=nw/Gl):,,,@}B/xxۛ#+xě y(/;7~wk>Ý%<>p{.o_qϾh ӯ܍%3/ 3w_bӕ)٫H;[+=Ĉ~"[!*D)BO1m EMFYd,,rSݒnYҙv[g~ҎeX^;_豰@ס7ߣ(sN6ոb4S5u]c:7m4D@<|[Ou$D"H$o'}-ėmpS}\y8?| ߶]^Is ?]7= [mx|<7?œy2p{?{SoˮǷr1䏞x2~U= ۜnx\O}<9,>/>l`1]?r;21p'xƳm~&\~>?̗݂Gd^޻4|䭯pw{q܍ZqGmo-i}wɲ8gݟ7!]v+Oy <]~;`ќw47q'x~>yO|}O DhywZǶ MUcc<B*A((hVX5!xR<I̳&!1º i'#*gEy kDw()p!e  S7f.0D[/wD"Z)c.r"RFcpRMV$kMfLk9dyц<0&,67[),&h>pN:H$D"Bĸ=1H|_Z44M Mc}@LBD"b' R*nŦ#BJʢ-zpB=}}=zO_mU${h`w]75κЖȻnwZBÕjsҍdYrR,yD"H$Ip',¡5Q qz,;\Mi莀]¬y[TMS9ژG[ҝH$D"H$H$n@q؞zf*9m߰hgiN$~&%D"H;HX>ziش{Z5f~)S~Nbx8smCiBI8 Z{t(u}hǶt)%ZsG-|?<zf~tp<1~=NO[M={3Vau}!DZ;SN8@%V+E"Rv=}>NŝhRX9R#B O/F5Bchl3iy 2QjYbo{Is8X;Fv~RP5JikH%!3༥W8o Ge4 "PdFc3.BMRLRhc&@ Fё`{7D"H$N$?m,!#M]rc{kڣ{zp;bB,D|f'!v+X! p6!&)!4MCUՄb%kv;Za>@\NQӇ[MH!QZiDLM' Nhc)އURs2v:B*ǷRm6"U+oj/!ruNXuԶ;ODpyʲ`AkMәZ)6]Z[CԃAk~Yvpaz53  6ۀojS͡`npsDwi7.-utP!z,()NZJ "؆ $e#DDLB?AJ={-4޻lG 7۽y_ !LdODߴ8[]O=! <E$ PD<%F!,'!44vR ;G~";[~֣T+xQJG6;>(;;Os"ApxrڴiA~f#L^3:4%x\!kƐCY(gE}Vj5 Eim1ԣ(TY2zPutGzqE)SG(xԚf<Ɣ9[0` CSY8Liꦽ]Ur&arS7B6jB}I1?Ͷbaߦ YTz&<칗JK-֣3=zܐjT,hfއmj|hωVm xR|Th } ;Fup-CUEFkt[nYعSd0A T_FOi끟F^(9#N"#A2`<gb{:CsMnM RAeD[Up^h?&Tx%5^wh:G3Fy ,ţMQm Jk#f(z1B k[/ PZk,&pu)rqE)1,icT<'XG)QBRt:YNۥ,;YF乙kRfv$D" D"q]Es[ czf@4jD̼V#RKzĄs)Cx0"l\3O:@ đ##`!2Lf&\"X[Q\sh kh?O@DA7+`Jw%QװG/0FhA6Vdp[H+#"H>i[a$ls0 1 ǀpwQ+u@G b J3)ʠDD Gg9Y):|-=*0Mt;g'?1|:7@Hd*ቺykmCy*:HyAt 1Y}6cd*O%@l''&53Dmz qj5Zz\ԘͤFM6j +-۱܎vE"DwnV3Y7MoŸ޵Q*pb[ h)Q";\j6(m0Zey^`F+ 46jbZO&ns֨IV[j;H$1Rw"#FS Y쳵~ǕSnvng/;`4*?;6[_RJ)Lff^N9yHlZoi ȶa a xP*-PRShyaPЛi2=Gkk6/{ҙIn)ȳ -bm8!n+ &yDBa"BpD)AXb,>h'3 Vk"9"Dڠ3k@dB HIȷs [TQb"+vL7#&BH!|,Hd^RCLVlU5ƔBgp <׌F5EikOsdX'ﷶ==0֠"kq4Xs*2h6i{z2ԍG6?Z@"":j 1Bfm E(ӆ)+L)@ӡPngVOVM N['v2ii1Iu؞MpOkL#{1YVdl+g Cb/߯usۆKZCDMmyNgvnO(m1PFG{dUqTm݁r֪ zroZ6Cl{Y i- f5Q N$ďÝHC`c}/ Zxƣ!Dh%ƶ*vr+iVLʅlClg탯1)%Cץec2l(״@G LL i{ҚȇzUv1 1u#F޶cC%ϧ׽ױsٴ@8ۙFLy݉D"H;Hp8;azBbSʲ[>{RH@(!J )!94zLnG:ӭ5JkbH F|#!g},;!;};BDs)ZRk=ZKv2?x(bH%!W h4n0 CD>[kG*Aiڢ6,B$D"qܟ?N'o~_4?g˫?zq?q7?c\' Oz[9ngvEY/ ёCnwfN;w !9XR`j\b5 +r[-y|]YZaG$}1Fp|:G@МiEX#kX_ߤj>BU|cxc<_9<:р}#\{_nsEKWdWm|5旗(z ({sɈ9<7 YEFx!;|!!6 "#sCe#( Hv*B Un4,9lk?$.eM&o0,íohL k}OQ9y:y`~ٳsKCX9$>+;7氃%c,`klhpQ)>(D.q7FӌFx)llP9*c~qeU])K>ϼG9>+|s5s$ÞR[wOկ|/=7>Y;:{=ne_~Ͽsp.ns^w}[<$Xۮ瞏/z4OpBUUlnqwo}pվlnT~~`Sn-g7i(ށP10j`4뫫\[CèG_W0YF |ǀsHWm`nqPx!K'e2NW]̸X4CvfM0peWu2'-vjqRM 77^{> ;Wؼjvо}2ck} S}L&D`BCtDBBztn㚬[Ro 6Ȗbv:\Xo: 0~%rX2:EM^R JJT@DB8@][nZQU YkKg8&ǘ)AI "̀<#5" ՘ V8|C% (b G5Q c0˜`D)#NISdE@De9);HֶiYTA:CH2-Gg }򲤿)/o(:zUd=kCfW{ bǮg߹b]\o; v+2n|SQk#n:XY􇖹̗`J0PG=P.'z|z0$*I3R9ر uM9sMsH)1yxMS!ÐQJu(;ĺXX@4 YK hꚺ3B]KZzsqMgajk3p + ؊ c:=xLwaf4+h#旖ygЌq(%#6AQ~fnd4Yڹĸ?fi2px4!\?@*qU dAK4d> TA)![zf2hT;sTѰ알CWvPf.H$?R|OƣogOKv<sx/o݅WggN,_/~ŭg1-/Ox=ou*x3^N;~/sy#szq]ïqN >G>?|۹s[<$'e|ǝ`o)%X w{ؖx޳;oƽι󠇲wsyꇎ{.NKOuk]^Q<);=vZ`ckbELo ƖedV8?){*3ƞiCر{`IJ5cBdV< mvz0Vd91ӝP Fd6 yIތ"-2-Tapc)7uw@ƈq=`T;2(Wټ 0zdcu6yQYFh*ɈMrD ik*D"F E ՛C L|I;rA<x(r"4VP乢@&<% &PRv aM*nθ?3[pLFCT$+ YQ 6ɊjK2 :D[`Ǟe:wQ_u@[śbk|$ѝ958xw9ƇXifL/ 4kkbE偽 ێ@Hih4Yp0"jU,7?Nxx\@USiY; .g\}̝|*l *p2XiꚸF]9~ʑvݲ0R BdEuCף1eI5>GǨB,a|[5dy+е<' KB pu`LQ|-VťPY\ΈM"j'uVfpɷpվHJbL6 & Ef1DYx5(s 16yEFN"ZmVCt zIl'D'IpoG\z7̖vg*]K%;qe=(a2YOg?i٧s_4/|yGA<_c9_u޿CWGeN?ye \yph{_ {n;Ow;`eynngmqnv{[Ɠ8<~?O]{Å j!vتKh  Kݒr8(DHNޢ]CmD=f*Huqc14H&Rd,7UCWbb; Drl~#Y7()LfEC ͨAD9pհ<6]ĢRc̀FUtljR׆VgQYkd#'!m,49dY)q1Yh(h66(wXܱBNlb旈ׅz܊[ A`\  ":Gm"x1d!  !"f]~ `.}M2@;FW0!b-MUedFj14U* yGPFE-B]$ ;Jb+%DA,q.u`( () `4k: kkCUz9MӠg0n~UFTE_KBd}딋2ث߱D?7?OX{ZSۈ2P"%)RQv@XiB;?cŰ5 uټjek~d_=`c)fP8/صg `iyC-X_]벵Fhs]T!BI1h%st%(;aT w|dk=Ş8y"4P"7 {bTyކj cÍ+ hs]@9*@H pM](5&tU5N͵u1 $xK !i]ZNNfnncr阌Vdy*$D'Kpw_ ~{g8╿^?啯 7;ho~bnu*Kdnq=+}./\ee؀}D"G[[#$)%[p,Y & Gd.͸{zYZ* >PڢlunΣ2C5aC9*E(Ma"Њ_3zp3F.vTQ.hczH]یv(mB8P"?!^ia!] ++wg)4 \l ?mcx Yl/߂ ."Pi8I=M*UD\%Rb}?2M0ml"du6&9qH=]ttQs`&X 4FIAA>iQaZby9M^nV(LA^na-G}P(QxOie4(Du}u} xKZBUU2LB B0arEOⱘmĊz%!1L~^%1HRxp0Xr c$$'\I ^a:Go؞(;~\L|ÂD]#p<0į$! {pw4HQ-PH$e~lm1 <(l)6x x17_rG$@B$LBb"1'eZ8i xWKx/N# TJB8a`fx4,*$'Qf-l>x'`ynu= ϋ:`C'ރy>8A.~`v!0I $$,L4,0 R$'菒iSȾ* qM+,<%++pʥz"dH80(9d0 B!(kDx\ 6N'b%ko<X{޲K1-m`ݿ/踢(2u qp]׉8g* qx p]M?j-V0\Ϯ]KXށ_}=aBcQZ{ۇAGs?_=@C)7K-""""""3U""""""" """"""" """"""" """""""9^G'""RޅB*E-""""""" """"""" """"""" """""""-""""""-""""""}0 q؜_~vi<[__%i0YR- y~eeh& 1gg⅋ؔd1X&U.2pozE]쳔?|64*4mzes^֮x[l\<ZuNӇw#(M[ڸ# gXhZz\})7wH;Ӄ[s-fRA6` K,-Jlno޴x|Feynjq#""""pėP^ZQ3e/y1HS" 9N!a6o{q\ӎ?&9׵KWo6͹6|m'x hMyxRm˿;`ݖ-װf͏ůkבixMR#0`ΩcGs36´VV֭ '>ĘsKs=!Âlv.%Ŏ// ?? i[tIpּ:V,|&9m~t"Vw76Qqlc,bI\X8 _EDDDDlٻ/UNC*Cۓs9ti׶͝7rXK,dQJ63fS8Q+}= ?K2C:sǏ ;~ŋxblD67?`!%Yt)u0ɴ2;<[\6˿X_eO˨w7d=ymzUYuU؜R82֑9U1}> o=o/]t~IVKP=ƴSHNOMyk8YM Ԩf1zɭdA~m{$9 ܏OWo`_ѯus7n÷r7.v)`H!|)\FU=૵l^9ǾHjtK}1@79ⶻ'Yܑ@""""""edۏҾz>\9LeUagI?vHnT(p(p(p(p(p(pU"e_ر-[6a@L 2 ,;eضeYXeZY<4 ph`&a`xY+'"""""G=pxo)]kPen7~-w yu_6VF =Wp߽\z% up)`\\|/J\<7FNn.h\bԨY*U*ac&6b!LmbQ|#:~aYX~e>,IXXx8>|=$|q ma&:A`xn񺻁F({؉D+6R* 1a;&1!eH $&$ BUEDDDDClr.OMO ^CVXPIweT{8u?z-^l+z;Yiny2}ⶁtoѷVgMKuY){"vCyJspކnՎɋ'ߊGsDL7H$P@V\'L|j=jvTN1 $`~-"""" ܇nٻ/UNA#l$U:nJvm1|sĖMd3 )yOFhVys|RϾ#&^? `,CgxoOkδCOK3}E`*Cr[xÕ*Ma&ަy{yQ'??eG1Lpb.ADᐔP 7`U@`W&p@yU K#0,;X+@$?Hr2v( ).*&o"Rِ@AV!3} L3meX!#L +4- +2-Pi$&)I!,àBr0& !!6A`bxقiů>7EDDDDTYuܓU؜R82/ȉ:0sޫߜO[Һzz Wov1b $m~j-AM$jVK%ugi|x1jWM gH䴺5TS1ACiaMb10DErd r$F`ZV<|pb8ؾK ccҖUxu|!*VHŒ$Pgqr>/w] p |'0 (o٘meLJX6i`Z& p8> i`M%x(p0}d>⍩u[q"?f.㞉Orc)ܔ>ǑpJ2ΟFjҗ~m{1f}UgUM9¶b.WDϏ8xA,6bDI$)Ѣ%1)L%))LNKBRh~p$DAAP&% +NL/ȁpfN\+B+(6, | gA v^o`P18Ry~`Zal$ 4>۶g NJ-( D'&`H˰6iaa`6ib( """""g^!u+ #;; xga 0ml#ďEaxf8!V(\GqӴ-ͦa[ (=#2uH&""""-""""""bDDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDD,;pϚ5K'""""Ǭ6mڨD5j9]R.""""""-""""""-""""""-""""""" """""""eAbm[DDDDDDD[DDDDDDD[DDDDDDD[DDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDDD[DDDDDDD[DDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDDD[DDDDDDD[DDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDDD[DDDDDDD[DDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDDD[DDDDDDD[DDDDDDDEDDDDDD }<}יeYfjS6 4h;=+""""""eF(*3ע ӛ05{W\AF,XN""""""ef]ZH͜IYnwY~UQ)x\BJM: @zZnʼnmeDN呹S9jʯwtx|XVH$)<:ZEDDDD\9‹_ Uⶾ#wO;2k'7Nt[-g1=~Vз'TI9HbR;yӵT?1S NDvmG<+KgLɅ}ZuaEŠ Y$*J\9>:>0J$̡y-rm8{1z㉧Zx]} >W^v$6]MM|^܋/|ZTzRRRݙܹ_:;UĤ(yDRjѡ@Z^vzr>V6$xOG|o%XFL_q!n~AC*g7ӪU(!w(}ńЪKdȘWa6ᐉ`ƌ<>eCYL-mLΫSP 'fCnGWvMa>|N<4hօwpA]Y<3=&qѮT*UKq w^vmYAǖ=W⡹9 śO2`D_݋V2I-y%AApr-tkg/ٹ%i7fK?xGJmG^<.zn24eVu;J;J R'%8lؚ}H=CB7^j%1:zs*Wv_减 jнõaqA,ZWMnJ*T?7\lពאy67}Vri6_ g|,m1{[;{Q.9=mUqgq UK]XNVq4-Wm ;yg3v{qR-:4= 00 PƇZv}keղY0E& yu7ےBqLjY!7elaاvw?1ӹdvy>6Nx|l6.[\)cgS" 7l^Ŕ1cqfÈpMXf*Nعt4=fMͽp) mGyez"|k6=r2%2"qiν )SǕe1.RD+S۶ Fp}GQ9HL EDDDDDDEDDDDDDEDDDDDDEDDDDDDD[DDDDDDD[DDDDDD?eG2ca{ u>c(p.999iA^D~<ϣ]vm /:Jy"""aSG4=a}vAձ,K{JDٴiy׺+""kD"2ey1"" .cAΧRꮈȱL]AQDDT+""}}.R}=.fpk?ft&-+uDuWwEDDʳ2kNZ\}3_e֭lݺ?ȠM#y^}\yZ4mS.y?."222xcoަYi{;e3Ζdd4!#)r/wngÆ lذןCFF_xwwzb{(v04ir ^;wק LYi;fi3Y5{?m0:z~|e61A0oW\^i1aKūԩ??'05N`ZߛrG<ǕZ^ϗSEDD 8N~ ?@iAu[#quh?QnK?[ْukUewH6 6y::N_mD6?T?4,ݗ>h2>Bݝom,Dp~|mcU(|@˾ntډ]kyfU۔BCX~k/-YMOR;c~}#i|b6l؀aأ<3k8jFTdݿ;ίUyo֩]vyU4M9wKv xqSGA$0a}w%}<}onjIq9f*AS:}3>-PjrкXZ]1rzR_*5I1M6n^7ac! ˚e1n|n7ʍMw܉a2kgNCkpjW?||zؤ1 tcp48֩au_'5 Sk6ad׬בq婮m G(p%G"Sq )t~LۍWĀɓ8-/h}yrPIO_çM@ 䕇vso;{~ȋߣݍТ\Y?*1xt8w%u=}ƒxUy W~9S) pSs 8=&F jB˘]ƅxa(Kbxz`,xNKsFjCcc3nۈ(oOMl ߃;sR&=gw|TX=hҖgeЧMOn|m&Oru=FVO:wJ&S&_a\<0ȸNYDD5%;:׺+""Rw[EDt>)5aOh*H e(q/yYmUu""""""" """"""" """"""" """""""-""""""-""""""{-{DIENDB`python-twitter-3.3/doc/rate_limits.rst000066400000000000000000000067431311017327200202220ustar00rootroot00000000000000Rate Limiting ------------- Overview ++++++++ Twitter imposes rate limiting based either on user tokens or application tokens. Please see: `API Rate Limits `_ for a more detailed explanation of Twitter's policies. What follows will be a summary of how Python-Twitter attempts to deal with rate limits and how you should expect those limits to be respected (or not). Python-Twitter tries to abstract away the details of Twitter's rate limiting by allowing you to globally respect those limits or ignore them. If you wish to have the application sleep when it hits a rate limit, you should instantiate the API with ``sleep_on_rate_limit=True`` like so:: import twitter api = twitter.Api(consumer_key=[consumer key], consumer_secret=[consumer secret], access_token_key=[access token], access_token_secret=[access token secret], sleep_on_rate_limit=True) **By default, python-twitter will raise a hard error for rate limits** Effectively, when the API determines that the **next** call to an endpoint will result in a rate limit error being thrown by Twitter, it will sleep until you are able to safely make that call. For most API methods, the headers in the response from Twitter will contain the following information: ``x-rate-limit-limit``: The number of times you can request the given endpoint within a certain number of minutes (otherwise known as a window). ``x-rate-limit-remaining``: The number of times you have left for a given endpoint within a window. ``x-rate-limit-reset``: The number of seconds left until the window resets. For most endpoints, this is 15 requests per 15 minutes. So if you have set the global ``sleep_on_rate_limit`` to ``True``, the process looks something like this:: api.GetListMembersPaged() # GET /list/{id}/members.json?cursor=-1 # GET /list/{id}/members.json?cursor=2 # GET /list/{id}/members.json?cursor=3 # GET /list/{id}/members.json?cursor=4 # GET /list/{id}/members.json?cursor=5 # GET /list/{id}/members.json?cursor=6 # GET /list/{id}/members.json?cursor=7 # GET /list/{id}/members.json?cursor=8 # GET /list/{id}/members.json?cursor=9 # GET /list/{id}/members.json?cursor=10 # GET /list/{id}/members.json?cursor=11 # GET /list/{id}/members.json?cursor=12 # GET /list/{id}/members.json?cursor=13 # GET /list/{id}/members.json?cursor=14 # This last GET request returns a response where x-rate-limit-remaining # is equal to 0, so the API sleeps for 15 minutes # GET /list/{id}/members.json?cursor=15 # ... etc ... If you would rather not have your API instance sleep when hitting, then do not pass ``sleep_on_rate_limit=True`` to your API instance. This will cause the API to raise a hard error when attempting to make call #15 above. Technical +++++++++ The ``twitter/ratelimit.py`` file contains the code that handles storing and checking rate limits for endpoints. Since Twitter does not send any information regarding the endpoint that you are requesting with the ``x-rate-limit-*`` headers, the endpoint is determined by some regex using the URL. The twitter.Api instance contains an ``Api.rate_limit`` object that you can inspect to see the current limits for any URL and exposes a number of methods for querying and setting rate limits on a per-resource (i.e., endpoint) basis. See :py:func:`twitter.ratelimit.RateLimit` for more information. python-twitter-3.3/doc/searching.rst000066400000000000000000000017411311017327200176420ustar00rootroot00000000000000.. _searching: Searching +++++++++ .. _raw_queries: Raw Queries =========== To the ``Api.GetSearch()`` method, you can pass the parameter ``raw_query``, which should be the query string you wish to use for the search **omitting the leading "?"**. This will override every other parameter. Twitter's search parameters are quite complex, so if you have a need for a very particular search, you can find Twitter's documentation at https://dev.twitter.com/rest/public/search. For example, if you want to search for only tweets containing the word "twitter", then you could do the following: :: results = api.GetSearch( raw_query="q=twitter%20&result_type=recent&since=2014-07-19&count=100") If you want to build a search query and you're not quite sure how it should look all put together, you can use Twitter's Advanced Search tool: https://twitter.com/search-advanced, and then use the part of search URL after the "?" to use for the Api, removing the ``&src=typd`` portion. python-twitter-3.3/doc/twitter.html000066400000000000000000006215661311017327200175520ustar00rootroot00000000000000 Python: module twitter
 
 
twitter (version 0.8)
index
twitter.py

A library that provides a Python interface to the Twitter API

 
Modules
        
StringIO
base64
calendar
datetime
gzip
httplib
oauth2
os
rfc822
json
sys
tempfile
textwrap
time
urllib
urllib2
urlparse

 
Classes
        
__builtin__.object
Api
DirectMessage
Hashtag
List
Status
Trend
Url
User
exceptions.Exception(exceptions.BaseException)
TwitterError

 
class Api(__builtin__.object)
    A python interface into the Twitter API
 
By default, the Api caches results for 1 minute.
 
Example usage:
 
  To create an instance of the twitter.Api class, with no authentication:
 
    >>> import twitter
    >>> api = twitter.Api()
 
  To fetch a single user's public status messages, where "user" is either
  a Twitter "short name" or their user id.
 
    >>> statuses = api.GetUserTimeline(user)
    >>> print [s.text for s in statuses]
 
  To use authentication, instantiate the twitter.Api class with a
  consumer key and secret; and the oAuth key and secret:
 
    >>> api = twitter.Api(consumer_key='twitter consumer key',
                          consumer_secret='twitter consumer secret',
                          access_token_key='the_key_given',
                          access_token_secret='the_key_secret')
 
  To fetch your friends (after being authenticated):
 
    >>> users = api.GetFriends()
    >>> print [u.name for u in users]
 
  To post a twitter status message (after being authenticated):
 
    >>> status = api.PostUpdate('I love python-twitter!')
    >>> print status.text
    I love python-twitter!
 
  There are many other methods, including:
 
    >>> api.PostUpdates(status)
    >>> api.PostDirectMessage(user, text)
    >>> api.GetUser(user)
    >>> api.GetReplies()
    >>> api.GetUserTimeline(user)
    >>> api.GetStatus(id)
    >>> api.DestroyStatus(id)
    >>> api.GetFriends(user)
    >>> api.GetFollowers()
    >>> api.GetFeatured()
    >>> api.GetDirectMessages()
    >>> api.PostDirectMessage(user, text)
    >>> api.DestroyDirectMessage(id)
    >>> api.DestroyFriendship(user)
    >>> api.CreateFriendship(user)
    >>> api.VerifyCredentials()
 
  Methods defined here:
ClearCredentials(self)
Clear the any credentials for this instance
CreateFavorite(self, status)
Favorites the status specified in the status parameter as the authenticating user.
Returns the favorite status when successful.
 
The twitter.Api instance must be authenticated.
 
Args:
  The twitter.Status instance to mark as a favorite.
Returns:
  A twitter.Status instance representing the newly-marked favorite.
CreateFriendship(self, user)
Befriends the user specified in the user parameter as the authenticating user.
 
The twitter.Api instance must be authenticated.
 
Args:
  The ID or screen name of the user to befriend.
Returns:
  A twitter.User instance representing the befriended user.
CreateList(self, user, name, mode=None, description=None)
Creates a new list with the given name
 
The twitter.Api instance must be authenticated.
 
Args:
  user:
    Twitter name to create the list for
  name:
    New name for the list
  mode:
    'public' or 'private'.
    Defaults to 'public'. [Optional]
  description:
    Description of the list. [Optional]
 
Returns:
  A twitter.List instance representing the new list
CreateSubscription(self, owner, list)
Creates a subscription to a list by the authenticated user
 
The twitter.Api instance must be authenticated.
 
Args:
  owner:
    User name or id of the owner of the list being subscribed to.
  list:
    The slug or list id to subscribe the user to
 
Returns:
  A twitter.List instance representing the list subscribed to
DestroyDirectMessage(self, id)
Destroys the direct message specified in the required ID parameter.
 
The twitter.Api instance must be authenticated, and the
authenticating user must be the recipient of the specified direct
message.
 
Args:
  id: The id of the direct message to be destroyed
 
Returns:
  A twitter.DirectMessage instance representing the message destroyed
DestroyFavorite(self, status)
Un-favorites the status specified in the ID parameter as the authenticating user.
Returns the un-favorited status in the requested format when successful.
 
The twitter.Api instance must be authenticated.
 
Args:
  The twitter.Status to unmark as a favorite.
Returns:
  A twitter.Status instance representing the newly-unmarked favorite.
DestroyFriendship(self, user)
Discontinues friendship with the user specified in the user parameter.
 
The twitter.Api instance must be authenticated.
 
Args:
  The ID or screen name of the user  with whom to discontinue friendship.
Returns:
  A twitter.User instance representing the discontinued friend.
DestroyList(self, user, id)
Destroys the list from the given user
 
The twitter.Api instance must be authenticated.
 
Args:
  user:
    The user to remove the list from.
  id:
    The slug or id of the list to remove.
Returns:
  A twitter.List instance representing the removed list.
DestroyStatus(self, id)
Destroys the status specified by the required ID parameter.
 
The twitter.Api instance must be authenticated and the
authenticating user must be the author of the specified status.
 
Args:
  id:
    The numerical ID of the status you're trying to destroy.
 
Returns:
  A twitter.Status instance representing the destroyed status message
DestroySubscription(self, owner, list)
Destroys the subscription to a list for the authenticated user
 
The twitter.Api instance must be authenticated.
 
Args:
  owner:
    The user id or screen name of the user that owns the
    list that is to be unsubscribed from
  list:
    The slug or list id of the list to unsubscribe from
 
Returns:
  A twitter.List instance representing the removed list.
FilterPublicTimeline(self, term, since_id=None)
Filter the public twitter timeline by a given search term on
the local machine.
 
Args:
  term:
    term to search by.
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
 
Returns:
  A sequence of twitter.Status instances, one for each message
  containing the term
GetDirectMessages(self, since=None, since_id=None, page=None)
Returns a list of the direct messages sent to the authenticating user.
 
The twitter.Api instance must be authenticated.
 
Args:
  since:
    Narrows the returned results to just those statuses created
    after the specified HTTP-formatted date. [Optional]
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
 
Returns:
  A sequence of twitter.DirectMessage instances
GetFavorites(self, user=None, page=None)
Return a list of Status objects representing favorited tweets.
By default, returns the (up to) 20 most recent tweets for the
authenticated user.
 
Args:
  user:
    The twitter name or id of the user whose favorites you are fetching.
    If not specified, defaults to the authenticated user. [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
GetFeatured(self)
Fetch the sequence of twitter.User instances featured on twitter.com
 
The twitter.Api instance must be authenticated.
 
Returns:
  A sequence of twitter.User instances
GetFollowerIDs(self, userid=None, cursor=-1)
Fetch the sequence of twitter.User instances, one for each follower
 
The twitter.Api instance must be authenticated.
 
Returns:
  A sequence of twitter.User instances, one for each follower
GetFollowers(self, page=None)
Fetch the sequence of twitter.User instances, one for each follower
 
The twitter.Api instance must be authenticated.
 
Args:
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
 
Returns:
  A sequence of twitter.User instances, one for each follower
GetFriendIDs(self, user=None, cursor=-1)
Returns a list of twitter user id's for every person
the specified user is following.
 
Args:
  user:
    The id or screen_name of the user to retrieve the id list for
    [Optional]
 
Returns:
  A list of integers, one for each user id.
GetFriends(self, user=None, cursor=-1)
Fetch the sequence of twitter.User instances, one for each friend.
 
The twitter.Api instance must be authenticated.
 
Args:
  user:
    The twitter name or id of the user whose friends you are fetching.
    If not specified, defaults to the authenticated user. [Optional]
 
Returns:
  A sequence of twitter.User instances, one for each friend
GetLists(self, user, cursor=-1)
Fetch the sequence of lists for a user.
 
The twitter.Api instance must be authenticated.
 
Args:
  user:
    The twitter name or id of the user whose friends you are fetching.
    If the passed in user is the same as the authenticated user
    then you will also receive private list data.
  cursor:
    "page" value that Twitter will use to start building the
    list sequence from.  -1 to start at the beginning.
    Twitter will return in the result the values for next_cursor
    and previous_cursor. [Optional]
 
Returns:
  A sequence of twitter.List instances, one for each list
GetMentions(self, since_id=None, max_id=None, page=None)
Returns the 20 most recent mentions (status containing @twitterID)
for the authenticating user.
 
Args:
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  max_id:
    Returns only statuses with an ID less than
    (that is, older than) the specified ID.  [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
 
Returns:
  A sequence of twitter.Status instances, one for each mention of the user.
GetRateLimitStatus(self)
Fetch the rate limit status for the currently authorized user.
 
Returns:
  A dictionary containing the time the limit will reset (reset_time),
  the number of remaining hits allowed before the reset (remaining_hits),
  the number of hits allowed in a 60-minute period (hourly_limit), and
  the time of the reset in seconds since The Epoch (reset_time_in_seconds).
GetReplies(self, since=None, since_id=None, page=None)
Get a sequence of status messages representing the 20 most
recent replies (status updates prefixed with @twitterID) to the
authenticating user.
 
Args:
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
  since:
 
Returns:
  A sequence of twitter.Status instances, one for each reply to the user.
GetRetweets(self, statusid)
Returns up to 100 of the first retweets of the tweet identified
by statusid
 
Args:
  statusid:
    The ID of the tweet for which retweets should be searched for
 
Returns:
  A list of twitter.Status instances, which are retweets of statusid
GetSearch(self, term, geocode=None, since_id=None, per_page=15, page=1, lang='en', show_user='true', query_users=False)
Return twitter search results for a given term.
 
Args:
  term:
    term to search by.
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  geocode:
    geolocation information in the form (latitude, longitude, radius)
    [Optional]
  per_page:
    number of results to return.  Default is 15 [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
  lang:
    language for results.  Default is English [Optional]
  show_user:
    prefixes screen name in status
  query_users:
    If set to False, then all users only have screen_name and
    profile_image_url available.
    If set to True, all information of users are available,
    but it uses lots of request quota, one per status.
 
Returns:
  A sequence of twitter.Status instances, one for each message containing
  the term
GetStatus(self, id)
Returns a single status message.
 
The twitter.Api instance must be authenticated if the
status message is private.
 
Args:
  id:
    The numeric ID of the status you are trying to retrieve.
 
Returns:
  A twitter.Status instance representing that status message
GetSubscriptions(self, user, cursor=-1)
Fetch the sequence of Lists that the given user is subscribed to
 
The twitter.Api instance must be authenticated.
 
Args:
  user:
    The twitter name or id of the user
  cursor:
    "page" value that Twitter will use to start building the
    list sequence from.  -1 to start at the beginning.
    Twitter will return in the result the values for next_cursor
    and previous_cursor. [Optional]
 
Returns:
  A sequence of twitter.List instances, one for each list
GetTrendsCurrent(self, exclude=None)
Get the current top trending topics
 
Args:
  exclude:
    Appends the exclude parameter as a request parameter.
    Currently only exclude=hashtags is supported. [Optional]
 
Returns:
  A list with 10 entries. Each entry contains the twitter.
GetTrendsDaily(self, exclude=None, startdate=None)
Get the current top trending topics for each hour in a given day
 
Args:
  startdate:
    The start date for the report.
    Should be in the format YYYY-MM-DD. [Optional]
  exclude:
    Appends the exclude parameter as a request parameter.
    Currently only exclude=hashtags is supported. [Optional]
 
Returns:
  A list with 24 entries. Each entry contains the twitter.
  Trend elements that were trending at the corresponding hour of the day.
GetTrendsWeekly(self, exclude=None, startdate=None)
Get the top 30 trending topics for each day in a given week.
 
Args:
  startdate:
    The start date for the report.
    Should be in the format YYYY-MM-DD. [Optional]
  exclude:
    Appends the exclude parameter as a request parameter.
    Currently only exclude=hashtags is supported. [Optional]
Returns:
  A list with each entry contains the twitter.
  Trend elements of trending topics for the corrsponding day of the week
GetUser(self, user)
Returns a single user.
 
The twitter.Api instance must be authenticated.
 
Args:
  user: The twitter name or id of the user to retrieve.
 
Returns:
  A twitter.User instance representing that user
GetUserRetweets(self, count=None, since_id=None, max_id=None, include_entities=False)
Fetch the sequence of retweets made by a single user.
 
The twitter.Api instance must be authenticated.
 
Args:
  count:
    The number of status messages to retrieve. [Optional]
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  max_id:
    Returns results with an ID less than (that is, older than) or
    equal to the specified ID. [Optional]
  include_entities:
    If True, each tweet will include a node called "entities,".
    This node offers a variety of metadata about the tweet in a
    discreet structure, including: user_mentions, urls, and
    hashtags. [Optional]
 
Returns:
  A sequence of twitter.Status instances, one for each message up to count
GetUserTimeline(self, id=None, user_id=None, screen_name=None, since_id=None, max_id=None, count=None, page=None, include_rts=None, include_entities=None)
Fetch the sequence of public Status messages for a single user.
 
The twitter.Api instance must be authenticated if the user is private.
 
Args:
  id:
    Specifies the ID or screen name of the user for whom to return
    the user_timeline. [Optional]
  user_id:
    Specfies the ID of the user for whom to return the
    user_timeline. Helpful for disambiguating when a valid user ID
    is also a valid screen name. [Optional]
  screen_name:
    Specfies the screen name of the user for whom to return the
    user_timeline. Helpful for disambiguating when a valid screen
    name is also a user ID. [Optional]
  since_id:
    Returns results with an ID greater than (that is, more recent
    than) the specified ID. There are limits to the number of
    Tweets which can be accessed through the API. If the limit of
    Tweets has occured since the since_id, the since_id will be
    forced to the oldest ID available. [Optional]
  max_id:
    Returns only statuses with an ID less than (that is, older
    than) or equal to the specified ID. [Optional]
  count:
    Specifies the number of statuses to retrieve. May not be
    greater than 200.  [Optional]
  page:
    Specifies the page of results to retrieve.
    Note: there are pagination limits. [Optional]
  include_rts:
    If True, the timeline will contain native retweets (if they
    exist) in addition to the standard stream of tweets. [Optional]
  include_entities:
    If True, each tweet will include a node called "entities,".
    This node offers a variety of metadata about the tweet in a
    discreet structure, including: user_mentions, urls, and
    hashtags. [Optional]
 
Returns:
  A sequence of Status instances, one for each message up to count
MaximumHitFrequency(self)
Determines the minimum number of seconds that a program must wait
before hitting the server again without exceeding the rate_limit
imposed for the currently authenticated user.
 
Returns:
  The minimum second interval that a program must use so as to not
  exceed the rate_limit imposed for the user.
PostDirectMessage(self, user, text)
Post a twitter direct message from the authenticated user
 
The twitter.Api instance must be authenticated.
 
Args:
  user: The ID or screen name of the recipient user.
  text: The message text to be posted.  Must be less than 140 characters.
 
Returns:
  A twitter.DirectMessage instance representing the message posted
PostUpdate(self, status, in_reply_to_status_id=None)
Post a twitter status message from the authenticated user.
 
The twitter.Api instance must be authenticated.
 
Args:
  status:
    The message text to be posted.
    Must be less than or equal to 140 characters.
  in_reply_to_status_id:
    The ID of an existing status that the status to be posted is
    in reply to.  This implicitly sets the in_reply_to_user_id
    attribute of the resulting status to the user ID of the
    message being replied to.  Invalid/missing status IDs will be
    ignored. [Optional]
Returns:
  A twitter.Status instance representing the message posted.
PostUpdates(self, status, continuation=None, **kwargs)
Post one or more twitter status messages from the authenticated user.
 
Unlike api.PostUpdate, this method will post multiple status updates
if the message is longer than 140 characters.
 
The twitter.Api instance must be authenticated.
 
Args:
  status:
    The message text to be posted.
    May be longer than 140 characters.
  continuation:
    The character string, if any, to be appended to all but the
    last message.  Note that Twitter strips trailing '...' strings
    from messages.  Consider using the unicode \u2026 character
    (horizontal ellipsis) instead. [Defaults to None]
  **kwargs:
    See api.PostUpdate for a list of accepted parameters.
 
Returns:
  A of list twitter.Status instance representing the messages posted.
SetCache(self, cache)
Override the default cache.  Set to None to prevent caching.
 
Args:
  cache:
    An instance that supports the same API as the twitter._FileCache
SetCacheTimeout(self, cache_timeout)
Override the default cache timeout.
 
Args:
  cache_timeout:
    Time, in seconds, that responses should be reused.
SetCredentials(self, consumer_key, consumer_secret, access_token_key=None, access_token_secret=None)
Set the consumer_key and consumer_secret for this instance
 
Args:
  consumer_key:
    The consumer_key of the twitter account.
  consumer_secret:
    The consumer_secret for the twitter account.
  access_token_key:
    The oAuth access token key value you retrieved
    from running get_access_token.py.
  access_token_secret:
    The oAuth access token's secret, also retrieved
    from the get_access_token.py run.
SetSource(self, source)
Suggest the "from source" value to be displayed on the Twitter web site.
 
The value of the 'source' parameter must be first recognized by
the Twitter server.  New source values are authorized on a case by
case basis by the Twitter development team.
 
Args:
  source:
    The source name as a string.  Will be sent to the server as
    the 'source' parameter.
SetUrllib(self, urllib)
Override the default urllib implementation.
 
Args:
  urllib:
    An instance that supports the same API as the urllib2 module
SetUserAgent(self, user_agent)
Override the default user agent
 
Args:
  user_agent:
    A string that should be send to the server as the User-agent
SetXTwitterHeaders(self, client, url, version)
Set the X-Twitter HTTP headers that will be sent to the server.
 
Args:
  client:
     The client name as a string.  Will be sent to the server as
     the 'X-Twitter-Client' header.
  url:
     The URL of the meta.xml as a string.  Will be sent to the server
     as the 'X-Twitter-Client-URL' header.
  version:
     The client version as a string.  Will be sent to the server
     as the 'X-Twitter-Client-Version' header.
UsersLookup(self, user_id=None, screen_name=None, users=None)
Fetch extended information for the specified users.
 
Users may be specified either as lists of either user_ids,
screen_names, or twitter.User objects. The list of users that
are queried is the union of all specified parameters.
 
The twitter.Api instance must be authenticated.
 
Args:
  user_id:
    A list of user_ids to retrieve extended information.
    [Optional]
  screen_name:
    A list of screen_names to retrieve extended information.
    [Optional]
  users:
    A list of twitter.User objects to retrieve extended information.
    [Optional]
 
Returns:
  A list of twitter.User objects for the requested users
VerifyCredentials(self)
Returns a twitter.User instance if the authenticating user is valid.
 
Returns:
  A twitter.User instance representing that user if the
  credentials are valid, None otherwise.
__init__(self, consumer_key=None, consumer_secret=None, access_token_key=None, access_token_secret=None, input_encoding=None, request_headers=None, cache=<object object at 0x1001da0a0>, shortner=None, base_url=None, use_gzip_compression=False, debugHTTP=False)
Instantiate a new twitter.Api object.
 
Args:
  consumer_key:
    Your Twitter user's consumer_key.
  consumer_secret:
    Your Twitter user's consumer_secret.
  access_token_key:
    The oAuth access token key value you retrieved
    from running get_access_token.py.
  access_token_secret:
    The oAuth access token's secret, also retrieved
    from the get_access_token.py run.
  input_encoding:
    The encoding used to encode input strings. [Optional]
  request_header:
    A dictionary of additional HTTP request headers. [Optional]
  cache:
    The cache instance to use. Defaults to DEFAULT_CACHE.
    Use None to disable caching. [Optional]
  shortner:
    The shortner instance to use.  Defaults to None.
    See shorten_url.py for an example shortner. [Optional]
  base_url:
    The base URL to use to contact the Twitter API.
    Defaults to https://twitter.com. [Optional]
  use_gzip_compression:
    Set to True to tell enable gzip compression for any call
    made to Twitter.  Defaults to False. [Optional]
  debugHTTP:
    Set to True to enable debug output from urllib2 when performing
    any HTTP requests.  Defaults to False. [Optional]

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
DEFAULT_CACHE_TIMEOUT = 60

 
class DirectMessage(__builtin__.object)
    A class representing the DirectMessage structure used by the twitter API.
 
The DirectMessage structure exposes the following properties:
 
  direct_message.id
  direct_message.created_at
  direct_message.created_at_in_seconds # read only
  direct_message.sender_id
  direct_message.sender_screen_name
  direct_message.recipient_id
  direct_message.recipient_screen_name
  direct_message.text
 
  Methods defined here:
AsDict(self)
A dict representation of this twitter.DirectMessage instance.
 
The return value uses the same key names as the JSON representation.
 
Return:
  A dict representing this twitter.DirectMessage instance
AsJsonString(self)
A JSON string representation of this twitter.DirectMessage instance.
 
Returns:
  A JSON string representation of this twitter.DirectMessage instance
GetCreatedAt(self)
Get the time this direct message was posted.
 
Returns:
  The time this direct message was posted
GetCreatedAtInSeconds(self)
Get the time this direct message was posted, in seconds since the epoch.
 
Returns:
  The time this direct message was posted, in seconds since the epoch.
GetId(self)
Get the unique id of this direct message.
 
Returns:
  The unique id of this direct message
GetRecipientId(self)
Get the unique recipient id of this direct message.
 
Returns:
  The unique recipient id of this direct message
GetRecipientScreenName(self)
Get the unique recipient screen name of this direct message.
 
Returns:
  The unique recipient screen name of this direct message
GetSenderId(self)
Get the unique sender id of this direct message.
 
Returns:
  The unique sender id of this direct message
GetSenderScreenName(self)
Get the unique sender screen name of this direct message.
 
Returns:
  The unique sender screen name of this direct message
GetText(self)
Get the text of this direct message.
 
Returns:
  The text of this direct message.
SetCreatedAt(self, created_at)
Set the time this direct message was posted.
 
Args:
  created_at:
    The time this direct message was created
SetId(self, id)
Set the unique id of this direct message.
 
Args:
  id:
    The unique id of this direct message
SetRecipientId(self, recipient_id)
Set the unique recipient id of this direct message.
 
Args:
  recipient_id:
    The unique recipient id of this direct message
SetRecipientScreenName(self, recipient_screen_name)
Set the unique recipient screen name of this direct message.
 
Args:
  recipient_screen_name:
    The unique recipient screen name of this direct message
SetSenderId(self, sender_id)
Set the unique sender id of this direct message.
 
Args:
  sender_id:
    The unique sender id of this direct message
SetSenderScreenName(self, sender_screen_name)
Set the unique sender screen name of this direct message.
 
Args:
  sender_screen_name:
    The unique sender screen name of this direct message
SetText(self, text)
Set the text of this direct message.
 
Args:
  text:
    The text of this direct message
__eq__(self, other)
__init__(self, id=None, created_at=None, sender_id=None, sender_screen_name=None, recipient_id=None, recipient_screen_name=None, text=None)
An object to hold a Twitter direct message.
 
This class is normally instantiated by the twitter.Api class and
returned in a sequence.
 
Note: Dates are posted in the form "Sat Jan 27 04:17:38 +0000 2007"
 
Args:
  id:
    The unique id of this direct message. [Optional]
  created_at:
    The time this direct message was posted. [Optional]
  sender_id:
    The id of the twitter user that sent this message. [Optional]
  sender_screen_name:
    The name of the twitter user that sent this message. [Optional]
  recipient_id:
    The id of the twitter that received this message. [Optional]
  recipient_screen_name:
    The name of the twitter that received this message. [Optional]
  text:
    The text of this direct message. [Optional]
__ne__(self, other)
__str__(self)
A string representation of this twitter.DirectMessage instance.
 
The return value is the same as the JSON string representation.
 
Returns:
  A string representation of this twitter.DirectMessage instance.

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data:
    A JSON dict, as converted from the JSON in the twitter API
 
Returns:
  A twitter.DirectMessage instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
created_at
The time this direct message was posted.
created_at_in_seconds
The time this direct message was posted, in seconds since the epoch
id
The unique id of this direct message.
recipient_id
The unique recipient id of this direct message.
recipient_screen_name
The unique recipient screen name of this direct message.
sender_id
The unique sender id of this direct message.
sender_screen_name
The unique sender screen name of this direct message.
text
The text of this direct message

 
class Hashtag(__builtin__.object)
    A class represeinting a twitter hashtag
 
  Methods defined here:
__init__(self, text=None)

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data:
    A JSON dict, as converted from the JSON in the twitter API
 
Returns:
  A twitter.Hashtag instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class List(__builtin__.object)
    A class representing the List structure used by the twitter API.
 
The List structure exposes the following properties:
 
  list.id
  list.name
  list.slug
  list.description
  list.full_name
  list.mode
  list.uri
  list.member_count
  list.subscriber_count
  list.following
 
  Methods defined here:
AsDict(self)
A dict representation of this twitter.List instance.
 
The return value uses the same key names as the JSON representation.
 
Return:
  A dict representing this twitter.List instance
AsJsonString(self)
A JSON string representation of this twitter.List instance.
 
Returns:
  A JSON string representation of this twitter.List instance
GetDescription(self)
Get the description of this list.
 
Returns:
  The description of this list
GetFollowing(self)
Get the following status of this list.
 
Returns:
  The following status of this list
GetFull_name(self)
Get the full_name of this list.
 
Returns:
  The full_name of this list
GetId(self)
Get the unique id of this list.
 
Returns:
  The unique id of this list
GetMember_count(self)
Get the member_count of this list.
 
Returns:
  The member_count of this list
GetMode(self)
Get the mode of this list.
 
Returns:
  The mode of this list
GetName(self)
Get the real name of this list.
 
Returns:
  The real name of this list
GetSlug(self)
Get the slug of this list.
 
Returns:
  The slug of this list
GetSubscriber_count(self)
Get the subscriber_count of this list.
 
Returns:
  The subscriber_count of this list
GetUri(self)
Get the uri of this list.
 
Returns:
  The uri of this list
GetUser(self)
Get the user of this list.
 
Returns:
  The owner of this list
SetDescription(self, description)
Set the description of this list.
 
Args:
  description:
    The description of this list.
SetFollowing(self, following)
Set the following status of this list.
 
Args:
  following:
    The following of this list.
SetFull_name(self, full_name)
Set the full_name of this list.
 
Args:
  full_name:
    The full_name of this list.
SetId(self, id)
Set the unique id of this list.
 
Args:
  id:
    The unique id of this list.
SetMember_count(self, member_count)
Set the member_count of this list.
 
Args:
  member_count:
    The member_count of this list.
SetMode(self, mode)
Set the mode of this list.
 
Args:
  mode:
    The mode of this list.
SetName(self, name)
Set the real name of this list.
 
Args:
  name:
    The real name of this list
SetSlug(self, slug)
Set the slug of this list.
 
Args:
  slug:
    The slug of this list.
SetSubscriber_count(self, subscriber_count)
Set the subscriber_count of this list.
 
Args:
  subscriber_count:
    The subscriber_count of this list.
SetUri(self, uri)
Set the uri of this list.
 
Args:
  uri:
    The uri of this list.
SetUser(self, user)
Set the user of this list.
 
Args:
  user:
    The owner of this list.
__eq__(self, other)
__init__(self, id=None, name=None, slug=None, description=None, full_name=None, mode=None, uri=None, member_count=None, subscriber_count=None, following=None, user=None)
__ne__(self, other)
__str__(self)
A string representation of this twitter.List instance.
 
The return value is the same as the JSON string representation.
 
Returns:
  A string representation of this twitter.List instance.

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data:
    A JSON dict, as converted from the JSON in the twitter API
 
Returns:
  A twitter.List instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
description
The description of this list.
following
The following status of this list.
full_name
The full_name of this list.
id
The unique id of this list.
member_count
The member_count of this list.
mode
The mode of this list.
name
The real name of this list.
slug
The slug of this list.
subscriber_count
The subscriber_count of this list.
uri
The uri of this list.
user
The owner of this list.

 
class Status(__builtin__.object)
    A class representing the Status structure used by the twitter API.
 
The Status structure exposes the following properties:
 
  status.created_at
  status.created_at_in_seconds # read only
  status.favorited
  status.in_reply_to_screen_name
  status.in_reply_to_user_id
  status.in_reply_to_status_id
  status.truncated
  status.source
  status.id
  status.text
  status.location
  status.relative_created_at # read only
  status.user
  status.urls
  status.user_mentions
  status.hashtags
 
  Methods defined here:
AsDict(self)
A dict representation of this twitter.Status instance.
 
The return value uses the same key names as the JSON representation.
 
Return:
  A dict representing this twitter.Status instance
AsJsonString(self)
A JSON string representation of this twitter.Status instance.
 
Returns:
  A JSON string representation of this twitter.Status instance
GetCreatedAt(self)
Get the time this status message was posted.
 
Returns:
  The time this status message was posted
GetCreatedAtInSeconds(self)
Get the time this status message was posted, in seconds since the epoch.
 
Returns:
  The time this status message was posted, in seconds since the epoch.
GetFavorited(self)
Get the favorited setting of this status message.
 
Returns:
  True if this status message is favorited; False otherwise
GetId(self)
Get the unique id of this status message.
 
Returns:
  The unique id of this status message
GetInReplyToScreenName(self)
GetInReplyToStatusId(self)
GetInReplyToUserId(self)
GetLocation(self)
Get the geolocation associated with this status message
 
Returns:
  The geolocation string of this status message.
GetNow(self)
Get the wallclock time for this status message.
 
Used to calculate relative_created_at.  Defaults to the time
the object was instantiated.
 
Returns:
  Whatever the status instance believes the current time to be,
  in seconds since the epoch.
GetRelativeCreatedAt(self)
Get a human redable string representing the posting time
 
Returns:
  A human readable string representing the posting time
GetSource(self)
GetText(self)
Get the text of this status message.
 
Returns:
  The text of this status message.
GetTruncated(self)
GetUser(self)
Get a twitter.User reprenting the entity posting this status message.
 
Returns:
  A twitter.User reprenting the entity posting this status message
SetCreatedAt(self, created_at)
Set the time this status message was posted.
 
Args:
  created_at:
    The time this status message was created
SetFavorited(self, favorited)
Set the favorited state of this status message.
 
Args:
  favorited:
    boolean True/False favorited state of this status message
SetId(self, id)
Set the unique id of this status message.
 
Args:
  id:
    The unique id of this status message
SetInReplyToScreenName(self, in_reply_to_screen_name)
SetInReplyToStatusId(self, in_reply_to_status_id)
SetInReplyToUserId(self, in_reply_to_user_id)
SetLocation(self, location)
Set the geolocation associated with this status message
 
Args:
  location:
    The geolocation string of this status message
SetNow(self, now)
Set the wallclock time for this status message.
 
Used to calculate relative_created_at.  Defaults to the time
the object was instantiated.
 
Args:
  now:
    The wallclock time for this instance.
SetSource(self, source)
SetText(self, text)
Set the text of this status message.
 
Args:
  text:
    The text of this status message
SetTruncated(self, truncated)
SetUser(self, user)
Set a twitter.User reprenting the entity posting this status message.
 
Args:
  user:
    A twitter.User reprenting the entity posting this status message
__eq__(self, other)
__init__(self, created_at=None, favorited=None, id=None, text=None, location=None, user=None, in_reply_to_screen_name=None, in_reply_to_user_id=None, in_reply_to_status_id=None, truncated=None, source=None, now=None, urls=None, user_mentions=None, hashtags=None)
An object to hold a Twitter status message.
 
This class is normally instantiated by the twitter.Api class and
returned in a sequence.
 
Note: Dates are posted in the form "Sat Jan 27 04:17:38 +0000 2007"
 
Args:
  created_at:
    The time this status message was posted. [Optiona]
  favorited:
    Whether this is a favorite of the authenticated user. [Optiona]
  id:
    The unique id of this status message. [Optiona]
  text:
    The text of this status message. [Optiona]
  location:
    the geolocation string associated with this message. [Optiona]
  relative_created_at:
    A human readable string representing the posting time. [Optiona]
  user:
    A twitter.User instance representing the person posting the
    message. [Optiona]
  now:
    The current time, if the client choses to set it.
    Defaults to the wall clock time. [Optiona]
__ne__(self, other)
__str__(self)
A string representation of this twitter.Status instance.
 
The return value is the same as the JSON string representation.
 
Returns:
  A string representation of this twitter.Status instance.

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data: A JSON dict, as converted from the JSON in the twitter API
Returns:
  A twitter.Status instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
created_at
The time this status message was posted.
created_at_in_seconds
The time this status message was posted, in seconds since the epoch
favorited
The favorited state of this status message.
id
The unique id of this status message.
in_reply_to_screen_name
in_reply_to_status_id
in_reply_to_user_id
location
The geolocation string of this status message
now
The wallclock time for this status instance.
relative_created_at
Get a human readable string representing the posting time
source
text
The text of this status message
truncated
user
A twitter.User reprenting the entity posting this status message

 
class Trend(__builtin__.object)
    A class representing a trending topic
 
  Methods defined here:
__init__(self, name=None, query=None, timestamp=None)
__str__(self)

Static methods defined here:
NewFromJsonDict(data, timestamp=None)
Create a new instance based on a JSON dict
 
Args:
  data:
    A JSON dict
  timestamp:
    Gets set as the timestamp property of the new object
 
Returns:
  A twitter.Trend object

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class TwitterError(exceptions.Exception)
    Base class for Twitter errors
 
 
Method resolution order:
TwitterError
exceptions.Exception
exceptions.BaseException
__builtin__.object

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)
message
Returns the first argument used to construct this error.

Methods inherited from exceptions.Exception:
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Data and other attributes inherited from exceptions.Exception:
__new__ = <built-in method __new__ of type object at 0x100119f80>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__getitem__(...)
x.__getitem__(y) <==> x[y]
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]
 
Use of negative indices is not supported.
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
__str__(...)
x.__str__() <==> str(x)
__unicode__(...)

Data descriptors inherited from exceptions.BaseException:
__dict__
args

 
class Url(__builtin__.object)
    A class representing an URL contained in a tweet
 
  Methods defined here:
__init__(self, url=None, expanded_url=None)

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data:
    A JSON dict, as converted from the JSON in the twitter API
 
Returns:
  A twitter.Url instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class User(__builtin__.object)
    A class representing the User structure used by the twitter API.
 
The User structure exposes the following properties:
 
  user.id
  user.name
  user.screen_name
  user.location
  user.description
  user.profile_image_url
  user.profile_background_tile
  user.profile_background_image_url
  user.profile_sidebar_fill_color
  user.profile_background_color
  user.profile_link_color
  user.profile_text_color
  user.protected
  user.utc_offset
  user.time_zone
  user.url
  user.status
  user.statuses_count
  user.followers_count
  user.friends_count
  user.favourites_count
 
  Methods defined here:
AsDict(self)
A dict representation of this twitter.User instance.
 
The return value uses the same key names as the JSON representation.
 
Return:
  A dict representing this twitter.User instance
AsJsonString(self)
A JSON string representation of this twitter.User instance.
 
Returns:
  A JSON string representation of this twitter.User instance
GetDescription(self)
Get the short text description of this user.
 
Returns:
  The short text description of this user
GetFavouritesCount(self)
Get the number of favourites for this user.
 
Returns:
  The number of favourites for this user.
GetFollowersCount(self)
Get the follower count for this user.
 
Returns:
  The number of users following this user.
GetFriendsCount(self)
Get the friend count for this user.
 
Returns:
  The number of users this user has befriended.
GetId(self)
Get the unique id of this user.
 
Returns:
  The unique id of this user
GetLocation(self)
Get the geographic location of this user.
 
Returns:
  The geographic location of this user
GetName(self)
Get the real name of this user.
 
Returns:
  The real name of this user
GetProfileBackgroundColor(self)
GetProfileBackgroundImageUrl(self)
GetProfileBackgroundTile(self)
Boolean for whether to tile the profile background image.
 
Returns:
  True if the background is to be tiled, False if not, None if unset.
GetProfileImageUrl(self)
Get the url of the thumbnail of this user.
 
Returns:
  The url of the thumbnail of this user
GetProfileLinkColor(self)
GetProfileSidebarFillColor(self)
GetProfileTextColor(self)
GetProtected(self)
GetScreenName(self)
Get the short twitter name of this user.
 
Returns:
  The short twitter name of this user
GetStatus(self)
Get the latest twitter.Status of this user.
 
Returns:
  The latest twitter.Status of this user
GetStatusesCount(self)
Get the number of status updates for this user.
 
Returns:
  The number of status updates for this user.
GetTimeZone(self)
Returns the current time zone string for the user.
 
Returns:
  The descriptive time zone string for the user.
GetUrl(self)
Get the homepage url of this user.
 
Returns:
  The homepage url of this user
GetUtcOffset(self)
SetDescription(self, description)
Set the short text description of this user.
 
Args:
  description: The short text description of this user
SetFavouritesCount(self, count)
Set the favourite count for this user.
 
Args:
  count:
    The number of favourites for this user.
SetFollowersCount(self, count)
Set the follower count for this user.
 
Args:
  count:
    The number of users following this user.
SetFriendsCount(self, count)
Set the friend count for this user.
 
Args:
  count:
    The number of users this user has befriended.
SetId(self, id)
Set the unique id of this user.
 
Args:
  id: The unique id of this user.
SetLocation(self, location)
Set the geographic location of this user.
 
Args:
  location: The geographic location of this user
SetName(self, name)
Set the real name of this user.
 
Args:
  name: The real name of this user
SetProfileBackgroundColor(self, profile_background_color)
SetProfileBackgroundImageUrl(self, profile_background_image_url)
SetProfileBackgroundTile(self, profile_background_tile)
Set the boolean flag for whether to tile the profile background image.
 
Args:
  profile_background_tile: Boolean flag for whether to tile or not.
SetProfileImageUrl(self, profile_image_url)
Set the url of the thumbnail of this user.
 
Args:
  profile_image_url: The url of the thumbnail of this user
SetProfileLinkColor(self, profile_link_color)
SetProfileSidebarFillColor(self, profile_sidebar_fill_color)
SetProfileTextColor(self, profile_text_color)
SetProtected(self, protected)
SetScreenName(self, screen_name)
Set the short twitter name of this user.
 
Args:
  screen_name: the short twitter name of this user
SetStatus(self, status)
Set the latest twitter.Status of this user.
 
Args:
  status:
    The latest twitter.Status of this user
SetStatusesCount(self, count)
Set the status update count for this user.
 
Args:
  count:
    The number of updates for this user.
SetTimeZone(self, time_zone)
Sets the user's time zone string.
 
Args:
  time_zone:
    The descriptive time zone to assign for the user.
SetUrl(self, url)
Set the homepage url of this user.
 
Args:
  url: The homepage url of this user
SetUtcOffset(self, utc_offset)
__eq__(self, other)
__init__(self, id=None, name=None, screen_name=None, location=None, description=None, profile_image_url=None, profile_background_tile=None, profile_background_image_url=None, profile_sidebar_fill_color=None, profile_background_color=None, profile_link_color=None, profile_text_color=None, protected=None, utc_offset=None, time_zone=None, followers_count=None, friends_count=None, statuses_count=None, favourites_count=None, url=None, status=None)
__ne__(self, other)
__str__(self)
A string representation of this twitter.User instance.
 
The return value is the same as the JSON string representation.
 
Returns:
  A string representation of this twitter.User instance.

Static methods defined here:
NewFromJsonDict(data)
Create a new instance based on a JSON dict.
 
Args:
  data:
    A JSON dict, as converted from the JSON in the twitter API
 
Returns:
  A twitter.User instance

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
description
The short text description of this user.
favourites_count
The number of favourites for this user.
followers_count
The number of users following this user.
friends_count
The number of friends for this user.
id
The unique id of this user.
location
The geographic location of this user.
name
The real name of this user.
profile_background_color
profile_background_image_url
The url of the profile background of this user.
profile_background_tile
Boolean for whether to tile the background image.
profile_image_url
The url of the thumbnail of this user.
profile_link_color
profile_sidebar_fill_color
profile_text_color
protected
screen_name
The short twitter name of this user.
status
The latest twitter.Status of this user.
statuses_count
The number of updates for this user.
time_zone
Returns the current time zone string for the user.
 
Returns:
  The descriptive time zone string for the user.
url
The homepage url of this user.
utc_offset

 
Functions
        
md5 = openssl_md5(...)
Returns a md5 hash object; optionally initialized with a string

 
Data
         ACCESS_TOKEN_URL = 'https://api.twitter.com/oauth/access_token'
AUTHORIZATION_URL = 'https://api.twitter.com/oauth/authorize'
CHARACTER_LIMIT = 140
DEFAULT_CACHE = <object object at 0x1001da0a0>
REQUEST_TOKEN_URL = 'https://api.twitter.com/oauth/request_token'
SIGNIN_URL = 'https://api.twitter.com/oauth/authenticate'
__author__ = 'python-twitter@googlegroups.com'
__version__ = '0.8'

 
Author
         python-twitter@googlegroups.com
python-twitter-3.3/doc/twitter.rst000066400000000000000000000011061311017327200173740ustar00rootroot00000000000000Modules Documentation ===================== API ---------------- .. automodule:: twitter.api :members: :undoc-members: :show-inheritance: .. automodule:: twitter.error :members: :undoc-members: :show-inheritance: Models --------------------- .. automodule:: twitter.models :members: :undoc-members: :show-inheritance: .. automodule:: twitter.ratelimit :members: :undoc-members: :show-inheritance: Utilities --------------------- .. automodule:: twitter.twitter_utils :members: :undoc-members: :show-inheritance: python-twitter-3.3/doc/with_django.rst000066400000000000000000000003461311017327200201740ustar00rootroot00000000000000Using with Django ================= Additional template tags that expand tweet urls and urlize tweet text. See the django template tags available for use with python-twitter: https://github.com/radzhome/python-twitter-django-tagspython-twitter-3.3/examples/000077500000000000000000000000001311017327200162135ustar00rootroot00000000000000python-twitter-3.3/examples/shorten_url.py000077500000000000000000000114361311017327200211410ustar00rootroot00000000000000#!/usr/bin/env python # Copyright 2007-2016 The Python-Twitter Developers # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------- # Change History # # 2010-05-16 # TinyURL example and the idea for this comes from a bug filed by # acolorado with patch provided by ghills. Class implementation # was done by @bear. # # Issue #19: http://code.google.com/p/python-twitter/issues/detail?id=19 # # 2016-02-18 # Updated example with code to demonstrate passing a status message through # a shortener and then off to PostUpdate. Implemenation by @jeremylow from # bug filed by @immanuelfactor # # Issue #298: https://github.com/bear/python-twitter/issues/298 # ---------------------------------------------------------------------- # This file demonstrates how to shorten all URLs contained within a Tweet # by passing the tweet text to a shortener. In this case, we're using TinyURL # since it does not require any real authentication for our purposes. If you # are using a different service to shorten URLs, then you will need to modify # the ShortenURL class to suit your needs. # Note that this example shortens all URLs contained within the Tweet text. # To use this example, replace the W/X/Y/Zs with your keys obtained from # Twitter, or uncomment the lines for getting an environment variable. If you # are using a virtualenv on Linux, you can set environment variables in the # ~/VIRTUALENVDIR/bin/activate script. # If you need assistance with obtaining keys from Twitter, see the instructions # in doc/getting_started.rst. import re try: from urllib.request import urlopen except: from urllib2 import urlopen from twitter import Api from twitter.twitter_utils import URL_REGEXP class ShortenURL(object): """ A class that defines the default URL Shortener. TinyURL is provided as the default and as an example helper class to make URL Shortener calls if/when required. """ def __init__(self, userid=None, password=None): """Instantiate a new ShortenURL object. TinyURL, which is used for this example, does not require a userid or password, so you can try this out without specifying either. Args: userid: userid for any required authorization call [optional] password: password for any required authorization call [optional] """ self.userid = userid self.password = password def Shorten(self, long_url): """ Call TinyURL API and returned shortened URL result. Args: long_url: URL string to shorten Returns: The shortened URL as a string Note: long_url is required and no checks are made to ensure completeness """ result = None f = urlopen("http://tinyurl.com/api-create.php?url={0}".format( long_url)) try: result = f.read() finally: f.close() # The following check is required for py2/py3 compatibility, since # urlopen on py3 returns a bytes-object, and urlopen on py2 returns a # string. if isinstance(result, bytes): return result.decode('utf8') else: return result def _get_api(): # Either specify a set of keys here or use os.getenv('CONSUMER_KEY') style # assignment: CONSUMER_KEY = 'WWWWWWWW' # CONSUMER_KEY = os.getenv("CONSUMER_KEY", None) CONSUMER_SECRET = 'XXXXXXXX' # CONSUMER_SECRET = os.getenv("CONSUMER_SECRET", None) ACCESS_TOKEN = 'YYYYYYYY' # ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", None) ACCESS_TOKEN_SECRET = 'ZZZZZZZZ' # ACCESS_TOKEN_SECRET = os.getenv("ACCESS_TOKEN_SECRET", None) return Api(CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET) def PostStatusWithShortenedURL(status): shortener = ShortenURL() api = _get_api() # Find all URLs contained within the status message. Value of ``urls`` will # be a list. urls = re.findall(URL_REGEXP, status) for url in urls: status = status.replace(url, shortener.Shorten(url), 1) api.PostUpdate(status) if __name__ == '__main__': PostStatusWithShortenedURL("this is a test: http://www.example.com/tests") python-twitter-3.3/examples/streaming/000077500000000000000000000000001311017327200202045ustar00rootroot00000000000000python-twitter-3.3/examples/streaming/track_users.py000066400000000000000000000052421311017327200231060ustar00rootroot00000000000000#!/usr/bin/env python # Copyright 2007-2016 The Python-Twitter Developers # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------- # This file demonstrates how to track mentions of a specific set of users in # english language and archive those mentions to a local file. The output # file will contain one JSON string per line per Tweet. # To use this example, replace the W/X/Y/Zs with your keys obtained from # Twitter, or uncomment the lines for getting an environment variable. If you # are using a virtualenv on Linux, you can set environment variables in the # ~/VIRTUALENVDIR/bin/activate script. # If you need assistance with obtaining keys from Twitter, see the instructions # in doc/getting_started.rst. import os import json from twitter import Api # Either specify a set of keys here or use os.getenv('CONSUMER_KEY') style # assignment: CONSUMER_KEY = 'WWWWWWWW' # CONSUMER_KEY = os.getenv("CONSUMER_KEY", None) CONSUMER_SECRET = 'XXXXXXXX' # CONSUMER_SECRET = os.getenv("CONSUMER_SECRET", None) ACCESS_TOKEN = 'YYYYYYYY' # ACCESS_TOKEN = os.getenv("ACCESS_TOKEN", None) ACCESS_TOKEN_SECRET = 'ZZZZZZZZ' # ACCESS_TOKEN_SECRET = os.getenv("ACCESS_TOKEN_SECRET", None) # Users to watch for should be a list. This will be joined by Twitter and the # data returned will be for any tweet mentioning: # @twitter *OR* @twitterapi *OR* @support. USERS = ['@twitter', '@twitterapi', '@support'] # Languages to filter tweets by is a list. This will be joined by Twitter # to return data mentioning tweets only in the english language. LANGUAGES = ['en'] # Since we're going to be using a streaming endpoint, there is no need to worry # about rate limits. api = Api(CONSUMER_KEY, CONSUMER_SECRET, ACCESS_TOKEN, ACCESS_TOKEN_SECRET) def main(): with open('output.txt', 'a') as f: # api.GetStreamFilter will return a generator that yields one status # message (i.e., Tweet) at a time as a JSON dictionary. for line in api.GetStreamFilter(track=USERS, languages=LANGUAGES): f.write(json.dumps(line)) f.write('\n') if __name__ == '__main__': main() python-twitter-3.3/examples/tweet.py000077500000000000000000000105421311017327200177220ustar00rootroot00000000000000#!/usr/bin/env python '''Post a message to twitter''' __author__ = 'dewitt@google.com' import configparser import getopt import os import sys import twitter USAGE = '''Usage: tweet [options] message This script posts a message to Twitter. Options: -h --help : print this help --consumer-key : the twitter consumer key --consumer-secret : the twitter consumer secret --access-key : the twitter access token key --access-secret : the twitter access token secret --encoding : the character set encoding used in input strings, e.g. "utf-8". [optional] Documentation: If either of the command line flags are not present, the environment variables TWEETUSERNAME and TWEETPASSWORD will then be checked for your consumer_key or consumer_secret, respectively. If neither the command line flags nor the environment variables are present, the .tweetrc file, if it exists, can be used to set the default consumer_key and consumer_secret. The file should contain the following three lines, replacing *consumer_key* with your consumer key, and *consumer_secret* with your consumer secret: A skeletal .tweetrc file: [Tweet] consumer_key: *consumer_key* consumer_secret: *consumer_password* access_key: *access_key* access_secret: *access_password* ''' def PrintUsageAndExit(): print USAGE sys.exit(2) def GetConsumerKeyEnv(): return os.environ.get("TWEETUSERNAME", None) def GetConsumerSecretEnv(): return os.environ.get("TWEETPASSWORD", None) def GetAccessKeyEnv(): return os.environ.get("TWEETACCESSKEY", None) def GetAccessSecretEnv(): return os.environ.get("TWEETACCESSSECRET", None) class TweetRc(object): def __init__(self): self._config = None def GetConsumerKey(self): return self._GetOption('consumer_key') def GetConsumerSecret(self): return self._GetOption('consumer_secret') def GetAccessKey(self): return self._GetOption('access_key') def GetAccessSecret(self): return self._GetOption('access_secret') def _GetOption(self, option): try: return self._GetConfig().get('Tweet', option) except: return None def _GetConfig(self): if not self._config: self._config = configparser.ConfigParser() self._config.read(os.path.expanduser('~/.tweetrc')) return self._config def main(): try: shortflags = 'h' longflags = ['help', 'consumer-key=', 'consumer-secret=', 'access-key=', 'access-secret=', 'encoding='] opts, args = getopt.gnu_getopt(sys.argv[1:], shortflags, longflags) except getopt.GetoptError: PrintUsageAndExit() consumer_keyflag = None consumer_secretflag = None access_keyflag = None access_secretflag = None encoding = None for o, a in opts: if o in ("-h", "--help"): PrintUsageAndExit() if o in ("--consumer-key"): consumer_keyflag = a if o in ("--consumer-secret"): consumer_secretflag = a if o in ("--access-key"): access_keyflag = a if o in ("--access-secret"): access_secretflag = a if o in ("--encoding"): encoding = a message = ' '.join(args) if not message: PrintUsageAndExit() rc = TweetRc() consumer_key = consumer_keyflag or GetConsumerKeyEnv() or rc.GetConsumerKey() consumer_secret = consumer_secretflag or GetConsumerSecretEnv() or rc.GetConsumerSecret() access_key = access_keyflag or GetAccessKeyEnv() or rc.GetAccessKey() access_secret = access_secretflag or GetAccessSecretEnv() or rc.GetAccessSecret() if not consumer_key or not consumer_secret or not access_key or not access_secret: PrintUsageAndExit() api = twitter.Api(consumer_key=consumer_key, consumer_secret=consumer_secret, access_token_key=access_key, access_token_secret=access_secret, input_encoding=encoding) try: status = api.PostUpdate(message) except UnicodeDecodeError: print "Your message could not be encoded. Perhaps it contains non-ASCII characters? " print "Try explicitly specifying the encoding with the --encoding flag" sys.exit(2) print "%s just posted: %s" % (status.user.name, status.text) if __name__ == "__main__": main() python-twitter-3.3/examples/twitter-to-xhtml.py000077500000000000000000000053041311017327200220460ustar00rootroot00000000000000#!/usr/bin/env python # Copyright 2007-2016 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ------------------------------------------------------------------------ # Load the latest update for a Twitter user and output it as an HTML fragment # from __future__ import print_function import codecs import sys import argparse import twitter from t import * __author__ = 'dewitt@google.com' TEMPLATE = """

Twitter: {user}
{tweet_text}
Posted {tweet_created}
""" def main(**kwargs): api = twitter.Api(CONSUMER_KEY, CONSUMER_SECRET, ACCESS_KEY, ACCESS_SECRET) if kwargs['user_id'] is not None: statuses = api.GetUserTimeline(user_id=kwargs['user_id']) elif kwargs['screenname'] is not None: statuses = api.GetUserTimeline(screen_name=kwargs['screenname']) if kwargs['output_file'] is not None: with open(kwargs['output_file'], 'w+') as f: for status in statuses: f.write(status) else: for status in statuses: print(TEMPLATE.format(user=status.user.screen_name, tweet_text=status.text, status_id=status.id, tweet_created=status.created_at)) if __name__ == "__main__": parser = argparse.ArgumentParser() group = parser.add_mutually_exclusive_group() group.add_argument('--user-id', help='User id for which to return timeline') group.add_argument('--screenname', help='Screenname for which to return timeline') parser.add_argument('--output-file', help='Write to file instead of stdout') args = parser.parse_args() if not (args.user_id or args.screenname): raise ValueError("You must specify one of user-id or screenname") if not all([CONSUMER_KEY, CONSUMER_SECRET, ACCESS_KEY, ACCESS_SECRET]): raise ValueError("You must define CONSUMER_KEY, CONSUMER_SECRET, ACCESS_KEY, ACCESS_SECRET in t.py") main(user_id=args.user_id, screenname=args.screenname, output_file=args.output_file) python-twitter-3.3/examples/view_friends.py000066400000000000000000000024511311017327200212530ustar00rootroot00000000000000#!/usr/bin/env python # Copyright 2016 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ------------------------------------------------------------------------ # Change History # 2010-10-01 # Initial commit by @jsteiner207 # # 2014-12-29 # PEP8 update by @radzhome # # 2016-05-07 # Update for Python3 by @jeremylow # from __future__ import print_function import twitter CONSUMER_KEY = 'WWWWWWWW' CONSUMER_SECRET = 'XXXXXXXX' ACCESS_TOKEN = 'YYYYYYYY' ACCESS_TOKEN_SECRET = 'ZZZZZZZZ' # Create an Api instance. api = twitter.Api(consumer_key=CONSUMER_KEY, consumer_secret=CONSUMER_SECRET, access_token_key=ACCESS_TOKEN, access_token_secret=ACCESS_TOKEN_SECRET) users = api.GetFriends() print([u.screen_name for u in users]) python-twitter-3.3/get_access_token.py000077500000000000000000000055611311017327200202610ustar00rootroot00000000000000#!/usr/bin/env python # # Copyright 2007-2013 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from __future__ import print_function from requests_oauthlib import OAuth1Session import webbrowser REQUEST_TOKEN_URL = 'https://api.twitter.com/oauth/request_token' ACCESS_TOKEN_URL = 'https://api.twitter.com/oauth/access_token' AUTHORIZATION_URL = 'https://api.twitter.com/oauth/authorize' SIGNIN_URL = 'https://api.twitter.com/oauth/authenticate' def get_access_token(consumer_key, consumer_secret): oauth_client = OAuth1Session(consumer_key, client_secret=consumer_secret, callback_uri='oob') print('\nRequesting temp token from Twitter...\n') try: resp = oauth_client.fetch_request_token(REQUEST_TOKEN_URL) except ValueError as e: raise 'Invalid response from Twitter requesting temp token: {0}'.format(e) url = oauth_client.authorization_url(AUTHORIZATION_URL) print('I will try to start a browser to visit the following Twitter page ' 'if a browser will not start, copy the URL to your browser ' 'and retrieve the pincode to be used ' 'in the next step to obtaining an Authentication Token: \n' '\n\t{0}'.format(url)) webbrowser.open(url) pincode = input('\nEnter your pincode? ') print('\nGenerating and signing request for an access token...\n') oauth_client = OAuth1Session(consumer_key, client_secret=consumer_secret, resource_owner_key=resp.get('oauth_token'), resource_owner_secret=resp.get('oauth_token_secret'), verifier=pincode) try: resp = oauth_client.fetch_access_token(ACCESS_TOKEN_URL) except ValueError as e: raise 'Invalid response from Twitter requesting temp token: {0}'.format(e) print('''Your tokens/keys are as follows: consumer_key = {ck} consumer_secret = {cs} access_token_key = {atk} access_token_secret = {ats}'''.format( ck=consumer_key, cs=consumer_secret, atk=resp.get('oauth_token'), ats=resp.get('oauth_token_secret'))) def main(): consumer_key = input('Enter your consumer key: ') consumer_secret = input('Enter your consumer secret: ') get_access_token(consumer_key, consumer_secret) if __name__ == "__main__": main() python-twitter-3.3/pytest.ini000066400000000000000000000003551311017327200164310ustar00rootroot00000000000000[pytest] norecursedirs= venv */python?.?/* */site-packages/* .tox/* with-coverage = true cover-package = twitter cover-html = true cover-html-dir = htmlcov cover-erase = true cover-inclusive = true cover-branches = true python-twitter-3.3/requirements.docs.txt000066400000000000000000000000721311017327200206070ustar00rootroot00000000000000future requests requests-oauthlib sphinx sphinx_rtd_theme python-twitter-3.3/requirements.testing.txt000066400000000000000000000002411311017327200213320ustar00rootroot00000000000000future requests requests_oauthlib responses pytest pytest-cov pytest-runner mccabe mock six coverage coveralls codecov check-manifest tox tox-pyenv pycodestyle python-twitter-3.3/requirements.txt000066400000000000000000000000421311017327200176550ustar00rootroot00000000000000future requests requests_oauthlib python-twitter-3.3/setup.cfg000066400000000000000000000003221311017327200162130ustar00rootroot00000000000000[aliases] test = pytest [check-manifest] ignore = .travis.yml circle.yml violations.flake8.txt [flake8] ignore = E111,E124,E126,E221,E501 [pep8] ignore = E111,E124,E126,E221,E501 max-line-length = 100 python-twitter-3.3/setup.py000077500000000000000000000053351311017327200161200ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import absolute_import, print_function # # Copyright 2007-2016 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import os import re import codecs from setuptools import setup, find_packages cwd = os.path.abspath(os.path.dirname(__file__)) def read(filename): with codecs.open(os.path.join(cwd, filename), 'rb', 'utf-8') as h: return h.read() metadata = read(os.path.join(cwd, 'twitter', '__init__.py')) def extract_metaitem(meta): # swiped from https://hynek.me 's attr package meta_match = re.search(r"""^__{meta}__\s+=\s+['\"]([^'\"]*)['\"]""".format(meta=meta), metadata, re.MULTILINE) if meta_match: return meta_match.group(1) raise RuntimeError('Unable to find __{meta}__ string.'.format(meta=meta)) setup( name='python-twitter', version=extract_metaitem('version'), license=extract_metaitem('license'), description=extract_metaitem('description'), long_description=(read('README.rst') + '\n\n' + read('AUTHORS.rst') + '\n\n' + read('CHANGES')), author=extract_metaitem('author'), author_email=extract_metaitem('email'), maintainer=extract_metaitem('author'), maintainer_email=extract_metaitem('email'), url=extract_metaitem('url'), download_url=extract_metaitem('download_url'), packages=find_packages(exclude=('tests', 'docs')), platforms=['Any'], install_requires=['future', 'requests', 'requests-oauthlib'], setup_requires=['pytest-runner'], tests_require=['pytest'], keywords='twitter api', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Communications :: Chat', 'Topic :: Internet', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', ], ) python-twitter-3.3/test.py000066400000000000000000000002301311017327200157210ustar00rootroot00000000000000import unittest if __name__ == '__main__': testsuite = unittest.TestLoader().discover('.') unittest.TextTestRunner(verbosity=1).run(testsuite) python-twitter-3.3/testdata/000077500000000000000000000000001311017327200162065ustar00rootroot00000000000000python-twitter-3.3/testdata/168NQ.jpg000066400000000000000000001273441311017327200175000ustar00rootroot00000000000000JFIF XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmC       C  }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?yd=}h#pؚC$g{c@ eqf ä$uZzHʆbn$P30A VUI,~U\*k<ѶfVo&s:C#~fK"uRA@ gFz@ ev yZg/R篭8;gwq@ I{~tYG;@K1i 1/w o΀6NgOXj]w}Nk]7s P2CK$ %s$sO6\ܚS+)0hfh.D?|8#~Olc9 G;Af'4%̑K+D G#%1ǽ {?@,`9 :-RTmƃT?@)S@ $'>cO%ݐր$yG&v-@y9>#;4o7hn d=2soOߝ)*jxZ恪\K,R[HJPO#c͖WC$YɠqP.cmquhW,"Mș3ր!+A@eUqҀYA{PL8 =PF dh >O*m,TcS2%=@ 4H v#4獓huaer:Z%ナKwT*#Zj"y@ .Hx@ '%=( nq@ryA s׵.r2OZ j71–@TU ~c }̖w|,Cu@ fV䓴`~T ®IN3Ў=uip(Y~tq<ր#1ܚLs-7V XC@[o zp1[ 2Pߑ8@ PMRoO f<ҀI$!PzP OռSot:( G q(ןʀz^40 DAVL 8zpG@ qzP4`:]@y<@0ƬB:h冠V/˵dΒ_) Iۑg 6? N(>UvyR3eAl0{zFlPP<>zbwi0N =G@}hURIxJG_3$@d> o~OZ\t(bc@ݜ㧥'O?z0zT$0qLPIY;\9-]_\|ۤ˅88 "bBq@mH9Y˨IzlD&ax7>S~rg* !<`Pz 9~@&ψ1X5m㶻kTUD}F7Gv6G.3@9(7.nڧv jR5%Xq痑Prh6U}q@ -Pq8Ah孌wwwomUeB%`NHX2jqA"/,heX\,:V%$~Dw898P6%'zcq@ H䐰2FN:o t9]r>nyݞ2Gn(/C<` @_Oʀzី6eqYs#3@|dw(Jo;h >l(8#$[ V\yDҖH0zs@ 8Ӛ0:@gv+H' x4:PN7cz|K []/~sR3Kcr8J@ r?J|n˜ HknnpI,I䌞q:Paמ6sn $P@ BN윌q@ Pހ@9@ ҀI ǧ,WB##h<<}hedi " I bhǭqހ82Ny Vyg'.~rGoz< k8Aݞ,GrhbYs&p~Q8u (YpqQ@^yeH^O$ZC$; 8CO01(^ ! y H!W%ۃ@Im\tu@NPs#%t@sg/)<ހpҀOSzP$ozI#8'(s=:s^Tqwaڀ<c(Hf6M2<@ 7 =q@ 82(C,<A@2s@ `c949ϥ+)Cc<W:vVhi[jʠ ƀ Ph @ 8zPI'׵X u7y,q޸HH㑊.J43@ޠojvװG#wf<`t4k Ph-l Y>H+;x9`082pAw @#c@ @<B(,AsȠFO">og(n$:ya HE# mpQ@l 2FYP'NFs@ zz2@4g@ Վ(C];(F{@88:s@ r7/@_ I yl6ʯJN}(>ǥ=NH&=9TNph@ zP«1* ?hɟҀ4M<ftfER%7r:P|J'Ns@LXHҀ09@@;s[@ ހdz~=( '"[cңҀq@p3@N@4O4%.#x\ _]xgCmMob-pa\t201ހ @@:RN3'@)Ҁ`Њ]X\?M[A gdzNzgp(<}h=t .(4g9:Ol@9\ @Hʀ@g1P6y=z9ɠ61@ ,Csj6\ǖgqR6  dg4Ya@A@ 40NpZV#@ F3ހ=9_ʀs@Cրb}h$w@ 8Z1:utN 3sӥ(o@qjx'W< k-b/2&N1hRA{ӭ!'d{)nbh3C /8H7$# m/gI"" $ &x'FI#%YHҀ#$@^Hߏ#s@Z3@ XĞ;{@ QP~hA\@$w( T~^;ƀ$#xR^.Լ3ZO[B@%Oc:>񯅼5xNe^j_fnʊ |3pw{Zf)gs@* (N?+#RGQ@ r1@Hb Hm{PoEռ=\h=ywRHO Ҁ(Fh@s@w,B2s: M4hvpx bFG!xtր;<;q@9$<*2Ǿh; 7m:zP@s@H f%np; RW8sJw99@ Yر=ހ ) 9$NA H9#'~88y@ C@Hs}u=h9P ր_ɱr{^0*>bw{gs@ Llqƀ:6>GhY11]H!d1yr*\p}(8(gq8'ی,=(]D@q (ӊLm(A=(yҀq3Ҁ=L=Mqt4 .хïր=<_j€;%s"9$d 62Č?/׿Ҁ!cgڀs}8zPs h(.Tw#;r=(a(kFtFlKQLΤ㎝:#M/-5X[VYX%Th:_:䐌nc@Eg&@hQ’94ٓE|LƉKLVWWA&zz({X"۶)4`9N #iN~(A' %hA2 ۛ9nsk#.@srNz3s1 `у\LPG8  d,ʳ>sm qPucjx&fHp {}hʍ+p%pA /J%1"ƅܝVcPrp&rzh4`c$@0GҀ,w_;@ ƀ/3h#"F=H2h@]l=ZLPc@3 gӚ9P1hʅ0# րxh9SڀpzP1t(Ů|wd\@ t%Bp=(A;P(q' k?kVVio/  Q@r7۩4F>qԟƀ@$O$8@U&#!@#ڀes*G3ϿZ闆7H]?ʁ" O:@>i8 ,@ 57$ǥMC$Wd@y<€# vh(rOA9ҀPwtPdˎ]vTjnK2~zI9U02'L9 yϯ?J@20(q(69ӷN{~f g>HZa'MON=zP=J "@ A;3ZL4(Ƕh 2hǭ&Wf`i^(΀2}h΄6j_!(ŨY}JMh9_9 p:@ qҀ>W,W$v~ϯZS=C$@ #e2Ͻ-Ŭ[i0Wz1S0y"#vēh$vCW DHW`=Gր#.(B?&XA@ :b 9C;*P.ўZLN:z ({`"!pOg@ ;r}kKB[ : d{~?پر?[nq@s@ӓ;S* FsZi,͓bG'9@ v ƀA1PC) G<x8@#ϥ qKS WX' ԁ YE r -;9R @^NMT9}hNZ !$$_ێn:'9ӽ@Np: 縠x7Wŷmŷo|5(`S67'fqf3#g{P/s1bhx( rqߎ(QK#+! jhyZQӐs@y?Q@.{J1Ǹ QP29#4>,O Y\0nvDP塍Q9` 9MCo^5֟qĶrDOL:Po$wbŎI<i v!N`rh{ ppq@ '<( ۂ a7;8?JiA:d@VU#+ x!րqq@ZֿOߔi(U\(<0} c:z9@$c(xe@ 847ʀ@9$ds)9#qf&Ph:s@ry=h Ly2:g9l(ϰ8'4d@N8G^h4c %w=(3@>'xzlOA>k$;!B ? $X:k|;p:h8S:o_A 7'4㿵Wh44 ހ$H^e[Y#&UGdP7<6 r1@Oƀ8'E/)pX0٠$s@U1{F r1IP$r3 XxPrGZP8}zPo u@9|==3@ ʱ'Tw Lw=B!@'k00zrs@6NhG͝8@ =n'ڀ cҀu9s@;dP 7ǥ(8P=Oz~us`3@ecBɷ0ߐ :[NͭabIU\ZmR`@Iր p,Eq~?>*#>5GD0%ЁwLa6ўdH_1vpOz7O'H~&?4+ use,f폴cᱞ88g?ZYH`F NrI4xr{~kdh4wqe>Q$EiKGwf&@_¿1Q5Lͣl[B0~rcx`(u=GTRg̲4䑏Vf}=H ,1t #}th cNBKf\f @ >=ⷁd׋'C ܛI 5Cq%[;$Ȏ::Oh-kBkx-|-gj1dC@@2y?ȟ]qOj$?뿇t3]?k/zFe$~ [ PK)rQmGU @/wf>Tf_ $ӼHF'r ef'w'?z+{jZe<0:uM caA:2a|#T߂zο[P$4ھz]Ƽ<9nPl=o<=A(phŶyiksg^*h%`2FG tEq lq;"8?JP;@ @@$3  cHHdr(6'#n9G  '<uj"3y ph%:f]M'v!V @ `ր2tnWw#\獫ms(Zi>)@n캖@ =q'CzP '@*Fzgm._EbG$v^e4rG3 0s~+7(9M VgK=ݥlSHn㳹eJr2|PĀޠs(wcy=tx8x"B-nOI|I(',ʼnvsڀ=`)~ҷ4m>ea7u#8FЖ F;|DFzI5 뗁,y@9x?gǿ t>jᯈdW%MWQ_s@ ~6 Q4uBT`3c l{O'׶ =y7B:P1Og8Z?eK^:?]:c'ہg4OZْ֕bl#ʺ0d`U (AcMӼ"7zo V sV<_|1[jo%HC$ê @ z3@ 8u g(Sڀp ?.:n1=O,*Ȉ<|z$d-؎ NvzcB`fDE73[Tw'9քNZo@8hHng$.TJ_:"^Ib2ćd\ I qӥk^?źVgOK=F{caG+(G< pFx@MZь:EOm/63p('4q| )LG$Cku3῎E3Vx[?%-mwFOhi&iGs`;K+` h@C#)9G/'3xΑZ~sK_h|ina,ӿlPy9P{XO ݧObOsΙ!P{?+>( ;+cIP#^[ϙ(dKd+?hߏ:/f{ők^VWb2#n@ v mO:Owu-\iM#ry%I'M;%5R>e+C7:LBU&(aH{ѿo/wѵ:H'hfET2װ5w7n}R1 2{%"hMg),?錭*Gs.p 4KF2T#ybcxx\(|.B>?l෋<:/[X-Vps={P~_/!{Ovn=yK81|g~=1ןJ^7tX/?[=6~4  f'ѥ/!FKyI6xka$nqƾ&M?~ Mz_:rU *(<=<cNq@Ƕ=J#&sZ&e(HԎ(ŰwHycjn|qaA[$O#w4d:8ʐ}(_vƻyiEkq+I;G©bXӓ@G&8$€ cYyl)AшOhA2s͑nȢEޥK)g8;zu$hF;ߨ kq o.@78'94_# a`TO]ݬ1Ak$rѱy;B|e_iYy (lqN0Gޟ_ t!euX̗=Wv'.@>*=(GNnEw®OR{ tw߄m|M_M]-ջ۬A0uV%H9Cq@$ p:@COZ^񕭥wN+B,lUY[fڀ9ş?Qm|y l$k׭`}4w+pG3񖳢x_YVy9s{,8ٶT@ğ |]O(hd=Kezq}s_'֥vE4m[S]6kMHJqB>H9ǟo#t_(?ᣵm] \X {|}VFN{ Fi/ZūsC]I.Nq,;d7:wmy{XK "JѸfWn?h^| %1:LJd40C=msUn(͆3@ӤtUPB^Hle?egN2tOX{W1[D2O#DQܖ hOuzmS:֗>4i#ZtKkɇvҲÞd|pqs%I@i~7_~5W}Aϝ:ۺBbc  &B01LCN< !L>4: j{x@@FYVi'84 /o}Uӗ͔'T xw/F YTO6~пχ5M]YfA">r7ơ!gtLA5t+j/0A.5.֚m̭oz w &75Shֺw-L9Icb?1@(ڀuP|?gbhͫ2y eSk.Q:y{YhG28 4:()+:VZ_^|M=}gp 8xgP :x~>>Դ KӌPhX\[;0L rĿ~*􏉞,~rqc]zmK_&Ƭq$La2|b"dA8EmߊM4Msu8BAknlV"DUG@ր9lh=AasI;&I9=Ƕ:f::NH` Ns@#'8&zzy[䁎F t($ =#P2n=;POVw%-iHbVv <Pğ]|8]u}'R̅{2nmؑE(sF }(A?WԴtm-&}22A*}F@8 ;4x9p,Hq@u;3p(C @ fs]hȨWIڀFNP7߳]8luz-͹?t?Y&5o}H񟈬 bkM2UǖOրg졪b>futWPеK=oI;i8xF  H5MOIcHjڣ[ĸKMMfl=6ϗQ<掀<#-M;ZcqdGWz#{ =yf`\`i2ʹyfCd3PaO|1翕W+# J!\|[9$3P(;I?{GOk%gXh-Lwk>L@<5Ķ0SBV -ΟwĐ\HE,dFrAڀ==?tOxTgnivHo/Ƨ6Ro& P.2lx`37!yҀyLjh(w$q[wjda+`Nq@iX^iwڄAwk+4R o>F@ S0ydP-{O)% W}RL <'ހ=fPUI-Ab?zuf?J\@ rG=zퟲg'K*"NB??ʀ<~>y0|T-⯈=x%mcl:u"RAo*Nw|ryhXGj2+yiD~lj$xh)/tc]t ՗IGwHaLwo-ٗOa@ }ᴫV đ2H=P_N}_ lj̮ Zlvk߷kO1#kax#p ۣVDoGR8*PMF@ڀ=_"̰uO<߭ÚA1z+dcoIArwᆭ=ΝokZ?cִ[2Yj2qߕuãA'cZcr[` \pv+@W^9$PO-@ 0y=hҀ 46w''9<Pp8c]Y?7]Iy`ހrO$P=3!ހz4 '^@.~ebDеg,.eHpAI63y@g \x?n%լ5]wJդ67cΆsqWÁ]]zI:PM 瓃@ ` $Ϳ>%nzj?K'_z% df=g#ŋPީ@[&h3@!>𞫮Z+ G`U8ß؎[سڗ>!ZvgD--n౛O_K[S E|@Q|.|:F;+2:?q ? '@޿j$> =ݧ9?J@39@I$rpM{6>#O}V:&-{Wa $@SO>!kT1[ޒEAPճ ilvrv<=*I,I鞂AX6j%fkEy47BvgF @'hwĿ |Bw~-Q vF8 k6c,8,l$GҀ9@(y8GhCHazYms4 Zg>hc 0u yZj$z #Ğ=(:q@Y!tQ2ҀAh_>gGzdJ\ʀ=G&î<+IuM4{&nf;$q0; o~UE}zy#h,*F*H(?g?eߊxK:J  ѫ*  #@8s@+2IÚkW[%oY?9yKBC8 `ٓ~ |]7C`%kԽ9 >~ou: Tj,y`q=>0<ˆjc⧍tӠ^}F=7NA}"1`O4HXEK! |J8Xӥ@? 'b rSTIzR8߇?|EıBkk+]B%3đA:;} sISO2WϓiW|8[ IĿ&&Mgw<-s`jV]-fxی(;ahgsLljDo' m;k;yW+ yνj5vmiR@ ѱWS Q׾k7DҥL$fُnI[k:k;$FXv:2zA@9Zw'"K(P9$v[?u_6д} F3!IV,N@Ϳ?g/0^ |v5HVk t+ @e7ϋ'|/qakqq1[ 2F7 <@~_oAU~k~$r\ѬT%W!>\uSsߴ.uFh߳ǫo%w}c oE;i@___Oh:\ecq9QNTA|MQH3n9 zu xMkjmcZ *6VHr`H"='ş_|P7Obb/؃KdON^pL8 *\s@ W=~PIǰ@Մf.C&.s;PAO\V$@[෉~5x xZ:n<@/|*>}llGp<@ǧ>bԑ~n(kvUzE%ĦfN({k{a< TE ǐ$xP6# c=3,PM/ րHLYv.4:?t=w&q$z1 _|W_ K%Džh\&]:|jǻwDPq@k9&UU&*Q̫r }Qʟ^0P2o CO#A&k <@u&+kKVү}f-OVYHewÍ_w éE2Epe·|ӯq`clѓу(=x;G׍Ze|)HCIkr HOY@s3(ԐT=㪯t? |yEC54D vOC@Eisqgs 圯HG"6>bo宋O; ;P3Bap+GvN|eᗇ$&_gb΀Ag-㮷:ÞvVM粀:O?f>|wៅ^5={RkSeU\ _E4wh6F4NurLNl(#p:oc{_g1L -'8-q@03ƾ-w[x_u9̖׶l2ASI `8%ƞ:^3ɹh@ @-Z/t 9{x\PPߊl DTlnW={'/gǟZgŸZuԚe7q4kJ3|K>;>.| ?H4)cs=-K8HwČWq;|`q@ sPnO׭nź7guQye70Yq*m(F̧9@> %;nQxrNYh$#:y3хr~}'ĚVlRB+Jih/H6>?y݇+/'L~n4ۘKGU{7U dr0$7N}6n y$CFJ3(f.W%%˧M0Ǣր=kF%3.4-ZO@MҀ;O5_Pj>u&T'-tǎ)Ƞ|7 +qZ<7<#a``ښ=%P&u| @ Ҁ>Zį&?fiI$D[Q9=||3_x^ PsVn1Ǔ+&2qN:d]7ğßRƏ6ĊĻ 4們u ut 0(ᶍ fgʮ'|>Plsրր'8N<, zzn' sހ3*43Gjgk AB9q^h8@ 9oN!yA pzޤPlrH@_Zhb#_j265>GƂ.cW%F:FՈ@Goh|:<_h؜'}* {Ǟ*W?kQ?ۓy'ծ'31?(xNv֮#KUEv[HV>$P][\k{<UAhjm5QYҵl>R74[mԭ+ݼoCĚlRp2#ǎ3C2[Zݠ ^98߃@A v>\tϽ3=>9$W(NpF{AIMIćM>i"hYxdA2d)npZڲ,>4?f%ka3fxWqlzC 9@^%R]Ww:$+ :}̑2P0mqؓf,ۘI$hi/.yexw%cOzq86GހIɠ㟛`^28Pؠ=>jp,1#jou iP&xFs:P0[84q30b#s@ Y'c,39%IzPߒN8' 8̓j\PoR;:4d= d"g;q@xde 9IcsWFzkG%U@uw'D|578_1Z.w޽\mt{xtmm ն.KL@h[Waj߭ ̍(g֒4?tV(?R1@eŮcFbs!_S }>sCŐvLj:sOt]_FWdO#팍qހ<_|oWxk>UY ZHċāv@'aՠkep$nr62󴑼NJR0TZiP?(䜑@݌4O hmk?w%Fs )o#(qɠ QK#c~Ihy (W=(vs3vX(HPL}kU`ddAhY݈ 9䓀(ߊ#~ 7r``n8e8 ~E(R;wh @ A# 9=>}J\c4Y#9<x=;&`J@GLdv>ZO9I˵NGS@z`> րl-ov`B mlXդ4UO%@ 2N(',+@ ɠӨ?h۸r;P2SZ8 <_J1ɠ]rҀq/΀5#k(|c᫶t[ȯ&H00AGz;k?U9E§+b!7V$Β Soy+ZGf"=1@[\i+[#NY&X\,&:@Y"o |+,g-?>oC;co-ERs_'|C<2`gj%vo3NO('|wvWV^9y-pAsA ;q@ I<=o,~>| g^X mnBlУ ~Q\xEơy>w!{Zi\ǏRMA#46Ny?jвEM>;;/`9#ˡR_#\s~]#' BNsws@3hivpZ\G~Cu<#`D ulN('G V hp{P2;ۃ3qր:-J[5_"I$A+H#8h:3Qc>Sj^;d A(>(G\9,M_c%ܭi,P;bBO"+&pO2;f>8Ҁu4qS_6w##(2}(ը&.1Z21q1pq@089?9@ 5J"HVǥD@4€K9!# Hp]ǫ?@%r8 }5:é,X!1~ld42q5c4_~4| kZ]ĮCr8*AyqE09?4Ǐ?5Oi:dz[Z5 vm)Ȋs6z JOZ恩\6Gskun9`ta Ao|I&xQ mBFI'I<) .@y?΀vCizÓ1@ #1un~o3@ǿրN 4#l=aۏ#gQZ; @ 9*&œ4q\yq?€s@P~vIK }ӳn>0tjd (G %T$g`Ym ;4qݱIs ;NHP00E.[9;Px'@ h00y<\4i#,d!ǯzCr1Ӛ`8,vA?ʀO@ Pr:f @(Kx#րrOROZg(Òy>?*>a@fuPwrsMIel/nk/3mDr}(Xtˋ;y6{|iUOpA9n}z9c4HҲ(,sPq@ @ ߧ8`d=hݠ VB@JB1 Rr T6s۽ 7=(}01@4D$@lq9gp DVX P|nnݼiPTY*brG P"K v~- $: PDczLb ܒ3JMÃs$\hK31LċW0:\c4؊\:g>䷚9 60 $F%?AҀ[@@@ NI  PiikߴJo[!Z.N3Ӑ{N{5y5KyIDnUX\%[Is$q403n*; ҀO@ nǧc %'8^p} ! m19$_KjVl?C} Vc$}(B>JMT϶(;Ҁh{'4wL,M3r*Vn}h h@IЮ8鏭4@${PqwҀ{y$N2ڀz(vT;;~4394Ty '44ڤg9 o6׺nk[q3)T [.ʼnb z ]GF[+z ۂXqc=p @ S9a@ 4fe >s'l4` cԚ ހ&I$q@ JP ր'h)/+ w 9Ҁ8;20hAh "OC@<#9(c48c1zҀz lO=M9=(f/I>(RFgtP 8PK?C@ :py#GQ@ <(0?nnV}(ߚx18z l>Cӯz!ďƀI PsGJQ< bs@lu@ 3Ԑ:$ 2OA~f,N}@ J9BKzHYcI\$>`O3$q{,J@ zvt GҀ=}(Z>OL `)^>#9JkN@DIM*!@O=I 8 =y>`9?t}(VI/?(9+_J'Ps܁@G'jN (3@ $(FF8]Hvxڀ~@@ ?:s@#==.GLc@ ۚwzs@ Пƀr69@|s׊~us@'ݐ(-1Ҁƀ=@ ߽'\ ^=g<`'F:cN;zQ/22GJoC$sssg4?Z?\PN9P@p{8$΀yc@eF4y(`Xs@Io,Q3ăr{n h砠(#oAҀހ ؊I<##oQҀAFH$Qːàր=4N"4/$ (#zWhg?J\=s@>:P{@#h9p8(< ,r4m@-րA9@ s@ r@U^q=1s4cߧZsѐ 8ch Pr@$yrNs@ s@,v8Pq}h '(]Uy(#Q aހ"E9Zͬ cx;s1ۯjvP_JU<^ րpz:PǮh 8&{b(s韥9r;O.q؏ZnH#4nx@ phL O 6yYj!5e*$W983gK#K.NA@ ]:(o*xɠ'9@uQ>ހP<%h _;z@T<{B0:PP V111 mdg !ހG_€ s,UO=h{~? VRC"yFQJsP>0OZRG @ UbÑ4d`zAԁx,T2(Οykf.MƛOE\R2G8#Pc:}x2H'?r#Bƥ(m(6d >Ϙ4oBA(2 *cZ/q4t=hA@ H, `twaրq班s@gOҀ`1ٻxҀy@c$$d[ en;`?((ڀH9IP7 >h<FOajwQX[0HE3_XiR<$E# 4?#Z9@ t{f 6Go%[2bL'q4@ PP o\{PYv\񞸠 ZZ }cv.HG@g*8m\9#0x}h<JR Bq׽YYCG!bܱ$^hv2aj]G+4(zP6 eR0A @rNuI,hQCzy5(q6 GQ ,ҀnzPn%=(_@ (@ r^;#L͝B&Y%ڊYf g p3p$ @08=('E`sۥ.:iրK3(ͪ3۟Z[@Gh[i}@ szPci>p'q@`7`71T;W63wiq%0x:0CAyVG;݉,ORI@zրO~44Bpsɠ`H>bQTtcWمoǾ:pH<  zph{P`d(NǷjvpz (9c@d!x+րyހ'yj -b[x{@&=4dcs0qP>P~"q@8 &TEtۋ fI$8O+KҴN6r %o9zGK$I4 s=k$1隉W9%s drO;On?*yhT۸㱠Is@Tݜ,,x@_UOրON4 ijmd.f 㹠 br1Py4b[hNpG^{nPHH#EeQ€*ΪCs<|i!J[;ڀ `h. d ! 1zW*Hڤ9g&pzP߭@/l-m/byU+v%Hhד@`0[jAZ&OP6+cg`2I@ѼLcaP{P1*+ qa(@נ?:sN9=(<Y;aؑ pqҀ0{&%{wHfٵ GQ@0*:P?_u_úZ\ױXmh@Ur2 ؚ[} @ cm HZL Iր0ph^X8+rbW9@NOQ@+8A@-+:LD>ޮ$ S޶L2K*7w8p@ &$ APOY9C@8=y4 G rsj 9NF}($q@)];|c|=LJ_;+fVtIP:nv8<Γܠh$< O>ֲB3yErNy;zgu(XxÚ|WuxL͋Zq({gH8¨ĎSh3IPPrsslߔbE a؏@9<,W@r3:m%@A;P'" %րyq@Nh>@<>gM8ހ|R=I=Xr@ fpNgo|Pv@e$iQ&X2ۧ~=*\oMƀ L$ڀNc<@?;qր9G($d,WpgNCڀ2O@Q$Lv8 ƎB a@s26Ќ #u`qhOPx@ C@ mی19,b1"8<GNLgP o=G- цeOE"T}2AӊqBSyr2G<(Ť X7hAhqѱؐ(fv<#cM3P)1@ *޻q@ D?N9=(GA@|PsO4PAPtLMq@9㏩@ F8&-(+<"L[9 1|mbdg v&4=Q\o%@HIpYuhMVQ#)Z8cVTA8u z@>P^=An*Aǭ)|v<:@@9 GlP O\zw@#$@rsjCp{crm 1@ <,ڀc?wgRSހP(}Ҁ,Vw A |diPƱIPDghsY6"oG+ND;H 9=1Y];`(j;? N{sv(iv\@lp:h1$w2E*#Fy"<zU89@md%wҀ 5H-6W7 2,2 1@c4{?@ hx@9A> 8@48ہ@ *2 @8Ut4:POH@Ees-qVGʬsSPg- P0?6t; u'tWϊ.[Y +w|gsD},ā&04(c8ɍH @psր%y`!Mr8>@gr\( (#B@P(#@#jO@ QsLhp3A;s>;9@8׊9< vP}1l_րz)4$Ap1(02pN(ߌ}#$ F=1R3_/ag;Jo$@YP!-Aߊ2;|d/ xo#լ<)g2+{X9%,$NzP|&98>|'NP3@>O€(P{PwHR0(^'DYqǭ4CPA|@=:mv}>~q@!{s@~>imqވZSo `@m;G'#Co|7}5ĉgs4>Sbd$`ih 0GZ@zu(ǸʀV$Ar6 >ǥ!nҀLq#j@f p@ UFs@ izדހ `)$@2@j_}hsl xI+`[ ^hx9 `Zys !+p.rO$$gBM(G2trw(G }(\w,h'qcOr:P'49@ ހcҀ$r9V(U\w@)!@4gZnVEPj +XـiX(,B$,J4?j:O@m;Gk- ܠ8FCa*ր N;pN: @WߊA ZIl弉OzPl4ǁzP(#)~=(|D3"wP@ 'Ҁ4PcԎhQ4ҀC@ K`x}8~cހFr(揤Wiz\k<04U}s9 3 }(y4=(ߧ)c,es7Sfyyf;BXn㍠w #ր @G?JRrh uZ0zZ>ՠL)?8>s?΀:`7@'^}(NM);8!9`9{+(rFXҀ1U@\ 8#'nGN8 v]I->+oK,Y7 h$p(mrq@Gy]WWӴ|[Mqv WqNҀ3 30zt@3Ȫݜ.zY^I$f9,NI=3rM+,Na%)ʕgudcg4yA=s@tbhVA`ňq}2ZZ0vK8NN;gBo@ Ҁ@HlJCz~~n(7c+xPO(N9#(Ҁ=q)@ :cҀ47xgXZ\$w !\<7dg LIK wF>@ހ,6js޴&9P׆j9#yaK$-綝獣2UO0zszuAN[S@ IF(Muʃ'ܟzCXHHڀ'Xvl9PHǡ("#ӧJ@pOjLh ˴O4OnA9o'4ܜ2O˥)R:h'#48hMߊP_JLx@=E<*N@ @ @82(֑E'X4Ʒ9#8yn9m-۽7ьrNhi`7$zP~MZ>̃Gn Ď9W7:3g4e=[ "G ހ?python-twitter-3.3/testdata/3.2/000077500000000000000000000000001311017327200165105ustar00rootroot00000000000000python-twitter-3.3/testdata/3.2/extended_tweet_in_compat_mode.json000066400000000000000000000047721311017327200254620ustar00rootroot00000000000000{"contributors": null, "in_reply_to_status_id_str": null, "lang": "en", "source": "Twitter Web Client", "in_reply_to_user_id": null, "possibly_sensitive_appealable": false, "coordinates": null, "truncated": true, "retweet_count": 0, "retweeted": false, "possibly_sensitive": false, "in_reply_to_user_id_str": null, "entities": {"symbols": [], "user_mentions": [], "urls": [{"expanded_url": "https://twitter.com/i/web/status/782737772490600448", "indices": [117, 140], "url": "https://t.co/et3OTOxWSa", "display_url": "twitter.com/i/web/status/7\u2026"}], "hashtags": []}, "geo": null, "is_quote_status": false, "favorite_count": 0, "id_str": "782737772490600448", "id": 782737772490600448, "created_at": "Mon Oct 03 00:23:22 +0000 2016", "text": "has more details about these changes. Thanks for making more expressive!writing requirements to python_twitt pytho\u2026 https://t.co/et3OTOxWSa", "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "favorited": false, "user": {"follow_request_sent": false, "protected": true, "default_profile_image": true, "profile_sidebar_fill_color": "000000", "favourites_count": 1, "utc_offset": null, "has_extended_profile": false, "lang": "en", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "friends_count": 2, "profile_text_color": "000000", "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "verified": false, "listed_count": 1, "is_translator": false, "location": "", "entities": {"description": {"urls": []}}, "name": "notinourselves", "is_translation_enabled": false, "time_zone": null, "id_str": "4012966701", "profile_background_tile": false, "followers_count": 1, "profile_sidebar_border_color": "000000", "contributors_enabled": false, "following": false, "description": "", "url": null, "statuses_count": 84, "default_profile": false, "profile_link_color": "000000", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "notifications": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/736320724164448256/LgaAQoav.jpg", "screen_name": "notinourselves", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/736320724164448256/LgaAQoav.jpg", "id": 4012966701, "profile_use_background_image": true, "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_color": "000000"}}python-twitter-3.3/testdata/3.2/extended_tweet_in_extended_mode.json000066400000000000000000000072051311017327200257710ustar00rootroot00000000000000{"contributors": null, "in_reply_to_status_id_str": null, "lang": "en", "in_reply_to_user_id_str": null, "in_reply_to_user_id": null, "possibly_sensitive_appealable": false, "coordinates": null, "full_text": "has more details about these changes. Thanks for making more expressive!writing requirements to python_twitt python_twitter.egg-info/SOURCE https://t.co/JWSPztfoyt", "truncated": false, "retweet_count": 0, "retweeted": false, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"id_str": "782737766455119872", "type": "photo", "media_url_https": "https://pbs.twimg.com/media/CtzX2fnXEAAMAjK.jpg", "display_url": "pic.twitter.com/JWSPztfoyt", "sizes": {"large": {"w": 1024, "resize": "fit", "h": 1024}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 680, "resize": "fit", "h": 680}, "medium": {"w": 1024, "resize": "fit", "h": 1024}}, "expanded_url": "https://twitter.com/notinourselves/status/782737772490600448/photo/1", "indices": [141, 164], "id": 782737766455119872, "url": "https://t.co/JWSPztfoyt", "media_url": "http://pbs.twimg.com/media/CtzX2fnXEAAMAjK.jpg"}], "user_mentions": [], "urls": [], "hashtags": []}, "geo": null, "is_quote_status": false, "favorite_count": 0, "id_str": "782737772490600448", "extended_entities": {"media": [{"id_str": "782737766455119872", "type": "photo", "media_url_https": "https://pbs.twimg.com/media/CtzX2fnXEAAMAjK.jpg", "display_url": "pic.twitter.com/JWSPztfoyt", "sizes": {"large": {"w": 1024, "resize": "fit", "h": 1024}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 680, "resize": "fit", "h": 680}, "medium": {"w": 1024, "resize": "fit", "h": 1024}}, "expanded_url": "https://twitter.com/notinourselves/status/782737772490600448/photo/1", "indices": [141, 164], "id": 782737766455119872, "url": "https://t.co/JWSPztfoyt", "media_url": "http://pbs.twimg.com/media/CtzX2fnXEAAMAjK.jpg", "ext_alt_text": null}]}, "created_at": "Mon Oct 03 00:23:22 +0000 2016", "source": "Twitter Web Client", "place": null, "favorited": false, "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "id": 782737772490600448, "display_text_range": [0, 140], "user": {"follow_request_sent": false, "protected": true, "default_profile_image": true, "profile_sidebar_fill_color": "000000", "favourites_count": 1, "utc_offset": null, "has_extended_profile": false, "lang": "en", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "friends_count": 2, "profile_text_color": "000000", "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "verified": false, "listed_count": 1, "is_translator": false, "location": "", "entities": {"description": {"urls": []}}, "name": "notinourselves", "is_translation_enabled": false, "time_zone": null, "id_str": "4012966701", "profile_background_tile": false, "followers_count": 1, "profile_sidebar_border_color": "000000", "contributors_enabled": false, "following": false, "description": "", "url": null, "statuses_count": 84, "default_profile": false, "profile_link_color": "000000", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "notifications": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/736320724164448256/LgaAQoav.jpg", "screen_name": "notinourselves", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/736320724164448256/LgaAQoav.jpg", "id": 4012966701, "profile_use_background_image": true, "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_color": "000000"}}python-twitter-3.3/testdata/corgi.gif000066400000000000000000140550401311017327200200110ustar00rootroot00000000000000GIF89a" ))#7%5(.J A"G% G&H4W(W5E+'I3(U,"R.2X7&T;8j:%a=@XC3hE)hH6պiS9wF(uK5̵xU8ѻʸŪйķdKHªiSHsMBxXFt[XxcT⾱⽤㹙ᮓԽպҮȹU2ɳf:\4k;\E^adHhVsIrYiFlTrIuXkgsiĭmbյxf{w^BlEmSuHyVmDرzI|Tӭ|d~r}bԪ}Ṉ˱ǪƤѝižiyÝy[KXgvkygtkx{ÊXÍcsǕgŚwЎbҚhҜtʢzԥxB-3F59ǒ[pNQl2 |bEY$ mQna⬇z񾢂<gmI=#򺗐ouѬH5ZI#ӓ[vwvim…MWҍWUHMgVX㳊[J}?kT&茀|ܰ}cMR:7Cgʪ^yg/i[cmq͠mwV)ЎOV6 ԡlI;Cm½➐bѬŝ|}|zx:ͰZVd:BR[coO-B"0,X@B!Jq!DBp!C!|$`(@A5\`#O3R qB$Ȑ5DhH ʢP4xDf/Tᣅ-bt%JDa|yM?uiѧM.Ui #Jwj^ p_gP@[k%KY䒋]`R^{%PX`@aE!c Uf $̑ )8C$pbC`q p\"#

v>a#%s{~DPє~){ :FB hO(R j'ըR'|_FQCԠCQ R0Jg+NsڔNsktP(*{2*F4qJ!'r Xrʰ f0 \ |С GCBa]/Q"L6A  0Hk6ڏ|TG~-so7(~hTX;9M D(t JS!.x? D @PQb8At.vcKXf;4A *@%V%"AC"xJ "*Zy8D#f j@ \;BHF1HI\iCqIP ErC)"9 (FYIȔ! O 6eKE*X s'WJ`UЅ. -7afg'3XM0V t !9@֏dXWm!M5B H>\Â@2M m|:! %7ah*(`M)$(̂wtP#dH=a6 [\Qx!ÁK]uz@ Pa!i7(`]4Qc(DW! +}l pLX@kz`c63(BgpD B3HRs"\D;VԨ.(9ytb%+DD!($<1M`Xeyv[ 8v haU˃Ud%{Gё&s<$"jС 0k D\Aj 4.w63m~dau:[ +y Tb4d')w.4%)[Blq/i[fUzD(ɎQ!hB R7K |T0"9œL4˞UAB=!L1Lض2݌G c- x4ⶅc[@xbh5"j C9^mjPU7x!Y=` -4@Q s&X xρ ßQ(4?#hEWјtf+xN(MiTn"l(X]6Zԥ>u7ޖL' dE ;țA P` t '[4g =L؀!@c}5yݯ"zi QT”G~ߌ7&Nw\҃(I)pG?zBŴ4[Əx4`W4P2AV 0L Sg"gSUѱs8 sh!A .̀FX k nx ؅=d.='J@(TdLPnG'Xg{fKH)j}78P808T8,+^ ]jVvQ.ux/u,TGrqxFy `::y4x8<<7Ejd>|tpQW6t2{p(C#CHd[|xDAHgunEX}oi U vaoS8QBZpi%bp&a&dvb(KUц%c^j_|o )O%!q鱑RZ0ZJj}. JhJ0J %R: -Cjr,k&;z2C•`1k8N$ Rz}TNsB^5X0Xm6]:EDr N$" >Ba/I&|K0Œ[+|Y܌ Ō{]P@ _ศ*"iƯ5Ǟj j %7SȟoVOP$* Qk30צh4|00I}uS=J5pJnxenC%`}ʨEA&fxrCL;\`~Jy(fX]PfJ&VxL{q#*c,mP 3WnP|p=ؓD!1pgAJ!' %1=a@K4 ̾%8*Eiu9߸C]Ԧƛ տvbLLίW=#Gj Dy[Gnqb|y"53q|nrC|qX)rt4pƂW|?%?m(!S@db>ڤ N$.ap )%(.+; / LJKPZ9WZ `J9:i&6-:|y Mv1Gmv`9pl)o=l}r@N0=|Fl`:%Y@TwK7'1 ƶmog~^N~꨾귀'N=Sp ^aJBZ 0 +P p&B m.BBxU+ p,A ]0D.BeJ`_?퇧ܬvbyySB BeK6лli [+2C4,[x3$sC1`Ζc  06$W{{/Ma~.gPu ޽/_H 熤+,1 ?~0O;~ ` n[,ZGKP `֌9b+ <  00AC0QbE%J#(zt!-Aq40+ ꋊ#L C "$R2˶K0RH >d13̨((+e <(+<+oQ[/=X+0o#:ݨ# +HV@(9? 9j)6@)| x 6UvP'vT- kH$+/D *'hb%⏚$b;^/} 260X%T|0 > j:)x䋉KκGsH@L7?D* "  H R[b.z( 7f@|)7|5> \e>p9e* @(JC<"\/-\]wBxEC*C|3LͱW{C7aI Q?^&:bJy~c'*T Jy$ )%XxywbňRB igȢ>: "a,~c>` Xd@pM*s ("A 6cHA R@0NIbxK KNЅlXCZsZ\T0a>ԇA ;"ܯ80{"p)ЩNw:΍uG (TQ̓Yp=쉁kp#AGdY]8P8”Ӣ8 J4 &CHpEn>AsAT,t YTh!ElP`hr@reGԢ"n c\s^:a(Peo%^Z|:Ә%W[L.а^yXh%E%1#@R 3-lA29:68I`d4XV Pٹ%@pT`a-Q | ⠈< -l'>jЀ T5@*>o ޣI'L Ӏ*k&T/V*߫>_Fz&lG![`B(.B K0X Au(K,1^&.t! NB/xwI"8D"qP */Kp\P1MX!pVW^[M]UHЃ>rЕ8Ei@!mzw_!ٖLŗ?AP{^_½TUTZF|*Oy]rhkQYjIg :>( À^G#&1`X[fqדd _(C]4~ @)988\'9(w;nXD8:T6iP)DpiARHg G.?Io7.h_b!={a~Q}/@ïؠHYQ)0x~@:tf KuXȃF,89ED.-3U@dBx<4Hk6z% WTAB=?pF_ Fg|ʩA;JdFgh BAx"*hx*<?T-tdGrwGD?R0L8T{\]LI=8 H@TL12<.HK.Dʀ PE e$4D+{+ڬB)*h ͟sZBXt NO* -ʧ|F18:Q@VM8,L60DJ|+X[ "U&$]NU 4JԓO945S4V39d Wr BFOK9p jFw-AOO;}p7hB}нDXG4CKL1h؆DI-FuI%8$@ȬPMC[4;T#8: !H @2!8"h&Ml2@s7ؤ[f f(Rj =Z@uMM+Wu n׭EưeW B",xWO?؍7088*0\CCQHbGG}$HŤI@<6$MCMCk-.:؂8hH(D;0D7H%, @6.܂'p5LE'} /;A)ָڧJ ۴ dK_NSDD3_MۗVx۷[y[6y%8:|[+4Ccm_3c[8N߲؀[;cA-b:縙>@ #]#X ]Q|d5T6TDX Gcؿ˄JZ9>C8;(C8@XaVFp&!R:xI$ڱXb"vbApI)b< R8A-N4dEA{*cMF0cvn3>_Jc4489F_6; A>=֍:5['@?yHqGT2؃P,6}ÍпPQ>7M,C;#僩̃ FHpK!ȒJ$2!x!%&p&:-^j[ j'-l&:A fr=hp}13N>DoFc`gyfNg[?cw"0tu|3"1 \~FPʲHuHPh%xb a\ %iXp-O uxYW60  >9>j`EHj+ ݂܂B8;i:n $v3ZSƵנgNc縦ш_r!4knx~BP:=.&p:xt XxHx1%H 0@JLhLD#'7TdH3զ?>@C'ˁ``ȃ@EL#‚y Yӕ3(!fjfޠsV .2 npO򍪯Msooy^ f+sbokppA@O*XfƵ9B*#6/ FlvJSH20mzq9:q*(M{xٗ(MɉpD !.h胐zͭnvEЂc/jnɷh8:k6 >`s7NW9W_tskJ =H Ԑk/ApC.w/'ws7EG+1c*~_42:ok w/h O k7xױ" (d(d,XAI4HRp>YH4`;sRLPLH}L0S}7b?8X$x:nˀ6a<6Xz L_jYi@ idԄ),r&0nA?H^ǘ{w/&^'ktF ThA}-Ӈr ȧĊLc">.RTȤB *R8 TGoƉ'"ZrFiGaׁ,Q pWr QA|%kX 3F#q!XDٚm&o pwrx:7"Gm@PB)hrtt_|nQi|w{-IRK~l!ŀ `PAipRHRN(8!yC AsjAhjGKDFqiF`Dg|ф 7@TvD 1Y&l5d%EX4{}\2Wرo!0}Ǜ'!'z9"b2fQDמFn`A]=FXL} ǟz'Q+CU='T8plAD 0{l Cb01Yt|-35!NPWN8at@9`G3k5RbGLF"AG#y̐@x lV@nÔoBÙ\܋,RDA| 2}$E9K:)G{O}Yԡﳥ:ȧ&51 NrSRh0Дa YpP mMBTQM <{BVV(DX!B *E,"hoxÔb[ p:@,h`ט2)BMv `Dg^0 +^g\!ֶaeB(|qCFx;V:~\ }CHG"5?BD IWmqVATl)%& : #ȆtrӠ?(c-|Pao>h<'=4č瀆K!JBsС*  z !Lt430d"$@dg tiCwьC㆚5#эBcUg#D{QQ!?FefY6Sn  Q h $R()HMXC9ueަZmMU>$eUȔ]LA9S#p+K58v-!DEK3 jB}!+u0GP:wQB4}쫨 ٠Y, ,h;2Ѻny*%hLf, -hK"&-xS =g*fMkBj/@VbZF3Yԫ@j^v*4 (E$l#3X =,% BY] X9Bd$/Yv6e k#iEKӒ#_ztH4 U+"jhhnRT@&d xF@lAXpR9Cݲ-g9L^VU1B7$QkW19P5 f`:"ʹ.Q m "BBkh#Dz;3MÞ7KO6&v')]90 #-wE`>Bk! e'F pe:y^,l@3-n$Y!Jy]%4KCOniWj:9%:~J ~X- s--m>ve44aMҋ3gGFSq4c~ZU7[pbФ@\ƀuXb;Mw:5"ѐf1} ,]'v:Φ4uؐcGs+Y3ЭZnz&0FfC`fr/ɠ5)6X̒ GC\f0aewaRz6}GƁb_}cLg?'XkUz_+(0O}SA$J.Cs2>@ uhn^-ѠxO)4Qf3pÛrd :!hr[^Q=B$B$"ԁV A`\YG-؍] - MY ``@PM^ܫ H($9q @m hLlt`ԇD|(@D !f̗Tٖ啷e$@~M(Lk(@gQ j9 D0m[WaXFAiMJY'^ "``("R͔ D H`  9" anhj̈\JGďG5CDHpG!IRC3}I8Sj(gU-^fd;@LM^XD Q\u[a`畖xAQYI)"I) QFV$+Ɲ@7@I M | ![hU8Ɠm FZm!VU,c\g{5CX (kLChmv>k342wf3N^qBeGv5_4 _Ɏ~t8/24868JOܚjz/d:awz`VblwX;tmt2o{rY?vXR'p`xb:<fvu"8u.̴48xK9AEv lRƘz+Of8S{[6dIUm(UwV D k/CΖvu4۝'mvYngs.26yk`JZVfOC7c3w86<(?8ȮZ%o' '_LF9 ],%Y 8 ,3sŲXvq'mGӮN {iEb$oﶳO9AHN:B1t zaX8 @,bW] 0yk`SFpw@:Q)kzzU'e|1Qu ;gكGm{'/xkS3A8@z{{آߙL;tM=玶.dRdIfTMZW@8c3zsPu{w)QB 2ҟK(c)ԟRVʔԫXv-jXH~%+, j&Ev o:ZUUNr4/\(gh4:J,- K5RTQD5h.Y8A H츲% :Yԇ͐38xdp#KԈr%a 0(3茢Fw\_7.بK+[rӧy%\00#ܐDL3El-\zЁT&"zXDfP)#h8<*p1R 葥(!!Pӎo+~r.b-2)/J>""!Q #%,7HPE&mB #* Í!`m#N먣D:N%6pC9!aWٽO)8•& (HXov$eSU$u?ӺuB^E17"ְQE6X̆$;.=FɟΆ%Ue'.q k_+?\BV1P \8NmnHY^t|CgԩR;qPAaN{^A:G-&anX 9"EpvJj-TvKS3j*0>Oyd Jױȕs\_fłD/:] 0dLՕ C꠆7T9D,ƢS7pY[%.U# T-"(ߢ<e?rܠCzGpNu)vR 3xߓA{A){|  np fnLP"lDz :p> I6p>PW0&d*&Z*0^^Rbv 2DM]d܀&p 0ЭHzl20=HpA 9Co [ )pbeR ,V/h&ƏTvʼi,7hN+P Yn - I&؍P C ٰPSQO ;-CFݮc1pbbPR-S 8>tHEM No/7b7a^pOV4nWstEOPTΎ4PIYVa!txZ_,U[8\Lɵt=#N%=a]2V_F;o__ю _Y!#o2PXu#yvguaVh}Vmb%b/UC5U",Aj^K kLTIXu6 > $Jve{T8eO T_P3v`Ygho˶$g0<&vb_.6 4ƠjjVkǮ2Hl3)eKryYvYAYogaeL25 [4nrv=MԮ `s ~ t#ptVW|O|pu82eoviwwv6oyW~{whatΊxC'6,$v6 k*DUs !F1IOuo_qu|?<0VIWg~W~7W^Ƥa3@B=@v4 `#8zs 0ZP]8:?}i7acӘmwq8q3hP3"4S ~i^ހѪ b? Ց2Y8+/sa/yVoX>e1JWS8LR6\ y "Ѵ@EBM~O`t[W5k؆y9~{9pb44 T9֛#!\`  m9b d =Z=ϑp_-oٟou7pF_@CA)` ~`"!`Tҗw9Ȱ9%CpX~_o-QBc8C A!j@MJ~YyzMZOz?/EO0w[a9ZBۢp@١A `am{au^7)ga˚XoFC Zi9aڮ :68r O;I? IЪOxyIw# qsFb; AzX [@CFek۶0w;o9Qqw[[p}RL`WX p5=t; h{;vQw:R`bLyQa@ V\LK?£ռ'2|9pۛ#=1!F[:LZPe9t]EA?Ҟ99<;|ɣ{!C =#u#|w3U:SZ |:yM(,A˰Wa[!ȥh+}A1]Ӄ=hѼsZJxbS;KOR} AA&ဃWrlwyqEх[m]o\g{82@Kyڡ}$8A}&SQE㻓 RGB/~$aN=[vыk`e5]"ʕ] zO^Z_]ѽ5kaِ#}}烝qzɞl4C@Aga= Nwﱾ '^U}|3ٟ# 79 z%iBnie=$!]ZJ1^G!m&#4;` uPiudyB5lp%jb /`OQ5y#Oɩf:U{iXygPYGdvV ȵ!:Ru&aB bWiUmi8:aC :wv +H 9c.",!@B (*lQd(sdd-fIx_J.Zk)J"4K(2[\_ fRF\Į 4[GΪ'vR~bV\Q#,C?l2,E:|]Y\qm M ZZM5/+fGn`7j鴓xtoC$D=t}'@X]1[]Zb@!?}F[m %,B cDGn/>:z\U{{ktᮾwӞ񜸯P2@ٱjntJ 2tE,c#f2aQ@ c}{8,Z܈1lnnHE=ǹml]l8ý TѪ|uюA9#F҂5¢#?z#C6򑴌bMF?M xP@4¨YdJ WC ueTd- lIvl#?,⇸ ә#pfBjk HmD-׈$q4NS$fwv-f?Iϝq]%E6Utׇ4Ng*TN]%']Rgoo*"3FTs[ 1V s:GRut]CC\.pW$U9թt@e΃"V+OJMm5BTYU}su4bV|bcSurĢ<+S:V4}&e$?oGqّcsH6vl$Q{{ELgnHuhG_X(:~ӿ{EoQ\j`h/\>:$g z>4xPoG\#@U`qS~;Ə=?Ғy l"C g+zEO/x q9cjT!kއ=>o/r.'f_Fc-dF6)gp!tjSxzD 'r"'߇-6a`Fl[MDUζy;HtQeaWqt+t3{VgX^#lFe|W4aFXaBL8'paTvT!jtH%kdVGOaf(F~A4aCTezu4U_Uz|φ|y/XWcjnTq S4Y~_w9l5fI#dZJ$QQ`w_{xjR}ۈN}z}7kL h:e{fy8v`fc&aiAF\6R885pOh H!u gbx"Jw! 8QT:~sF"j;$8K>bK:݅nzU <6YpPڰzYcIMϺh䗠#IK{F:ۺ + +9lJפ<I3CVD![G WɗAbXj:}H簬蚳;jjjϗExjbCis:e;]S[jxX5(*\^[}MX'ǞI(ű*dإ^e{⭉E]~w* 髄wj-H@^-HGVnhe&ܗ}wq؅>re,F;FY*[*rۀ4+5Dn{n;InSZCc\:%XJ~ J4(;Agkr۾;r# ۡ۳ohh{{rjh*Ǒ1OA9\kܧ2/Dw v=G==tVky+GᇏYiM1HƸ澷ƨEjħ+-8{Mq`蘛&|;12w$yZ1rYɣ ra4d G..۶=>c7J**$ :Cqלmߞ3^㝍M=->΀n:t-m HFU]ոƄ{ӂ|!>% ӓb 6˭ߛ#6jr~=-,]G+  P~W}'SΚ9+8U.-x"*ߚ  .Ҟc~|1'P>~ؽ>Ͼ.hT8c u[*>*]~0]M.Dr:=+_Nx?{Ln\ /V)؝Lڀ SO6>%?$r,./InRo@YQT-vkBq0,L_ջnTO 2^;NsD >ږ .NXX듬RY=VARO1/O?=ۭI>MY(]OތpVqVgG/L䷯Rk1@ ;hP@HAD %.aFp 1Ĉ%MDyCɕ-M q!fȗ,m^N x^@P D!FK.(EF]$RJ0Yfd2u~zE.*W0`wJjVYQsōkٳi}M W`rU͛w򩵩#,?PظǏ#9y3xs.IZ'۷Tgot)`D-@JK~m8!,"(P#H,Ez$(MaH"/_¤#gP4Ad'\2).WR2󋗙`9̗>'It0)F%ʧ&IJEd #V],Y,@ٳhӖ,pǞ%p Z*ႄ\Q"ą!f2B!$X+*l@qAA 0Bc!gr+%<.1㈜ :HM+T@i1PK 2cF7DD:Si[j9&͢:oғH_.]4SPK"Iժ&X߀ܶI&8sMY}AEA>x oHa|h>]SKWޛ@]iN9wK%{iDHYUm `6(Y_\]U0&@_FX̶ZePB%lC`sg/!=C 6Ga$$"c0 G<"iPPPWzQF?A(Jl+J{DS nwqIIKT'JRG(~[(pu.|BӘBBja& 3\2NР5Bш$8lm7H Ų "\Pд 2b@ܖRܾ%7> 5 Q~M`ݼܡ]tO~7Q40L%*qpu ׇU~\=1Őe ` 0J&琍 3Ȱ 9䁅Y(p/B yb s X8"p0I&YGY #hxO?;.cH[CQ&vL goEw{'0XbBa.8X,ЀEnbo1&u?Є>bF`d#,lC$0T@CN# (`Y!Lj D$- |/n@MPcE B #ƦȯnuWN/=~S UTÎFT0XAW%|bL AJY`3(ᓟAjJ ,B!hP>Pn ^"xH:B" UA׽*'K[Bt>a8Ct5mW5ncR /K2#r XHF`MbA(R#`V4&WTj! Fn!`¥NQ/KL=DJS R-da @Vwts=l_:Չ/|Onֵ⻞XU((ծweWG.P{2mm-`w`3qR@e,+B:fX| %yebH'6A3,.ۈr4@ m h9bqa\ۂ)D].aֳT5)_uə/oӚFbOVz9JѷRl֗r@قm!@-hA+hb#pbL 22ȁh$!@28 3 WA>s6,=m(h@/V$EB -P)9nXH7"$M06e(Q Q\Bu6k xYD5!.C{[q}\1d|UOg/XFeSw]nGA0V u7GϷ}do6 svPH~0)~_(,zWUic:Td!90q`36bPl/}2"3rPz2GsH$z;'E>gBE[/xtVfmGTgeqbumFVB} ٧VVno~QXoISXg~(`O ;`=pR;:dž3`y#!Q|p#2#P@5/0<|B$SP pz{? s@g p[ud76A|]zmDV?|AnGafb}_ff8^X_m'~p`{f @9 #1B)B6pvq}`2Iw2ݸwuhJOCWPp+y!<:X=z-ds~[=6E!lB'f]{̵dGOwU؅;m>8teBO#t{m8 @v -Vg5鋦2gŨoo$"( ]gx1y7@:0fJv@qYwtr;Bqv+N`j5(ce> p%8z)>apS{ׇ(hOe(@]KG}`QGɠY *gO2)q h%)*0v`B0y3:r &:MEC.Q=Q}p :@" < 閏h5r)ToiTHU$a0G$OO(?F6?*~BGP8I^@ a^P_Py'? [!NxxO('̈HF :@CX -3:W`)SM#xHM0:=JX 6v6p "5P,K@o `;扞EEEqGg"@K%wcaPWcHd7ѬXAm&၂=aml*&`@E 1d]cV"dz @ )`ImߕOP1yo2Iw6A Hg  v vQRG:#:b W֣:-30gcupTuNb6VhhFkѦmja@#SpQ[ V\ 8:J~5٨`,= $XM3{K,B`:3l 4`Px%"[ 3 }P\8@0o.[T0{kbD!b:VkںAzj̺/wtJdJ Uʠu߶X{p9e@Ԍʯ5= ەv a.SBG0lP;#$\{;3Pn"pi0`cùy7K($Qt'!]QunZ5kE "luʠJp v"m/,^,@98V8è P;Y9@ 1|J $p)a:SIک*89f#t3fL,i-4WkVSvx'PumqȊȈl\LENs**xp .GìOʨlgJzH9&_5C˽ @нv{25;7bX<f,"5;PipUց'y'k|`}<^Nk%ɓ\yjH cdgўY|t'hu_B#>r HC&O\Mf:|0;vYbKt"hCq 0KS:KcI]=<R=n87]a4Q?A\ֲKcm ڏiq-^e?ٙimzgBː4̨q4'6}a5BĒCP;40W y#C[ zDPE۰gNs{ltQ AGiV8ٽiJCpVq5ZŒp[xƁ2Z (Y@kDs[2G{r 'A@N.>lA%| C܆[%`B( i k_^0] `^da wmhv&_1ۇ=zOpzaWQn/B}UsPP0azvg6%HC&.Tzbd0M@{~00P5~P66EPPT ,9gne>`heWpj ⭒n?}Svfs `l{}}/-a/0:W5C>]y(h 33*FlnP[p x0-CN'aЖ TrOp12`6> PD@EEe0T_ 0 Sjm,޶Ng|Mo>~O P*zı UPC̐CH>|j 9M-N 7r@S#C0jG qlC"E@AA"A{FM0QD/a|K)Qɒ.MPT'&x 9!\p`r(bܘq!E M4P@yɅEY!iV/,<^=ʓ Y]Šm۷AQ7O=ٞ;'hACnޝ w۳g2 B=CE=EqiБ9r8$ N" E`ccÉ?jvIP34B-Ёpc*Hc*)r1BkZ%z>G!4H#RRIPDRD+BXXAQV"8JY!7ڂSUX袋-DۈceKۚ:[8B{S= @ HPφyHtX>cP:$DFE " E2 !x-Br@r' 8@c*2TDE_¬)8+Q.*,ȼc T +hw]$B^xu%,/A`aGP1# d`ۆ`M#ӈ>LMQG+;$@,>L>RኋhĎ>i7P@Yeu''f Z_U^6v9z%Q*ij qs̱ H H+,pv W|]׌7i4u! 4!A(n?Rh ~b9S.c>]a/༳՝Q3@8 fL 0@ Hh`ÍVHuzPC5'PBHQ:$x$  ڧ'n`E P7 '>؉@?%yK p/ pha j 6P[k[[r$,J$'5FЁ)5( =(d)`DC)fHuhn:iNp'ҕAi(C(%x`@(dK򐇐,Vhv ,Z?"4^i'P# >̄:PD =* @UEt8H-F4#%)#aNR|`(%طN2  WZA2m1&H0ZK"ȡ:erXPGaXҺ伮9~V3߸ k5>" ga5qdA`/ܙJ8A(9?lA$-S_zG9JlS84D7EgB^B%*шJܖ"-IGzRzR+͋(#@&*("7ԡ8 1x@DHjPLD)P3)sFA'ۼaX:$$akE(rHCudp] 4@w`X*Y@EjbAk e Pc]`1Pz(b6S?@-TCmX IImmB>*i6˴mEޖ( nǜғ9jBr uȮv} a& V4(u!Kx5]=p_:M~ /x GDbk=CZ7rVXȰ! PƧ'`'#zE 5U*k RHFr}0MgawkĖ<[.V-!DT$-ߚ4 ic;Ad@|0<$ R`̫3>0%Hw9v*<b5B~m(x JGli0u0~ vA@0hnPO1 *xf=S,fJ߫u-Bݬu7?JoWwHpG^%aF,)De\hD@ @ᆑl ,0G`tXdn\JLҔ&i-[zuSa`*C}Ḱ%/v>ZsOzXP -}h 6(A;A8qۻịk(p+7ғ7 7.˼Z<¼<d<[ʨ E.W`-)ȡ38?X=E0K%X栯Z5Y;9$ =@2 L$/< 뻓W[;54+-?897h@S*?l{ Q6"#;rK@ss2j@d7*)B SS@ dAWL?y>̇L 0'=@,h?ڂ,p ‚ ;KCBNt<, \Ey|ӼUN)N*WE B`(JDN<3:@ϩFG=6yB T9O=X[X2@GG(%HQ}`T`TH%Uç :?;.jȀ : X?H@9>hX}Q9o3,AJ,qQLs{t !]A"=|&}RieN@klVԼ(- \<'P9 3?ʭt3iT9F9eHxTKr$G1NN2 q9eT)S>M:H r8p:@AU1h3?pȊ+2`EqMr+ B@ "-R]d[N|Ekګke8\|R.o ?[HWue@Θq7ۋOqTI׹$OT%DB]CmvJPGG3|55<'9:40HMP@YZ8*0?@8`79c^Uă%lH^eE lZ|hm8ޤh^ސJL7 B茲]WSWS@X,xy9A8B`׹ϹO2G1([@D%KӿXXSË}'!ȁC0h'>@X8xb&9YDL2$V R Ap lҮ^ﭒFbE`*-^7-^{R-:u8n_u}_'3DK}4!׹$`T ,$TG&GN`)`XK0؂@QiMmF98v* 7HGҺ;,b]'@M5qCٻ0X+'~f'r /6J7 2f ƨD8N$or1^5ޤp 938u34p+49 %|U& \>s =phR8ԶĴMPNT1ۅ^,D=8XRõ,Hvȕ\K 6# a8Fxx#PK![N5'a%DbaMEW0DEb|Vnj>@39N펒6gv [8)3\ hf"Dst \D-Ĵ2pHBGp>nLkGo?SC؂MNc7Ovo>FTX$(`^B2(HSJp2Vu`/- ]qC؉Ci; YP<8#* JE(xD@c5L2('bcvL"^#O? ^(-rV3B vmm F8k8>sgs& :*n4O-I@-T/pJCCEDTGt/P\$`F}5?fX!fxPѽC 6N;h,(V.[+c rT g bf /ɪ8d_WN ck̫1Ij^k'oNrm oz/sǸ8˨uGs.?FUȪ%r(كs7tJ|-,,\=Hn72:K̉!(ˇ#!kV!HmNVAԵ\y1f,nd-`# 疭+on.o,z-Nj.now*yꞌM~3@w б_%pT[z7xG8 A9BKLR"0^(Ar ĈexĈ,aIE|fcȑ>s ćMl(hH JO"!`4Anr#G!n @}jD+XAb!kVA~ ƍ9|&.FuUHQE+*^9i츱oD\2drp!E dkזBÄf%HXeq&gL&ije 6[m]Hp=~hɢ"n  0@Dufham@jjaDiRFx馛6an'Dq.HBpA`|A /FB" XPv(q\q C0CAtVC!!~6"c0""^O>XۇggaGƇQ n$\.<šfaƅgPpVmMHq' mͱ1 lPt 1!5E馁PRq:EUt2D "A}!C nB\IRA6TQGU.҈ChAXcc{5ˆ^H:!GDž:]:;G|;ANe&j"K mJ׭9V7GsDQhx;w H?t~ I RV lEp9XXAp`Zbݐ6|7aQ Ka(B 7\vxQGt96эp.Bh-D0f0B_K`7,13rKer1a T0.c"AlA M@^`98hB)J1z=AgYtg>HtG| !: "4 \Uՠz`d~b,/P-̀( J(T60jHe]δ 䧨A_L!mJpяDpZVYuRĪ.v4BFF7t2#NO 0t @DQd}Kpoܨ eB0A ՂlnA3\B?p \Xf8!lG`O`=胴-T! AxCPp,$R 2!ZIGƇ5 E2L4û-%Hoi)X,s%ayN) u 1Sa"sBGZYϡ++(pՀiSJ%(T bp4|)rK(@@"qJ@ĺU@ E `U`[B%EAA J+Z _bBI\!10\9 +WA f~D+)0OFi%觟dCcxũEmCc'Pru^mb[(hD ,xn4laԓĵ d~D()q1yC{3fDIDv6,fՆ}}pj/Әa:ՉVs# iӝ@zb\|| #s]@ђXcPzO Ѷy;%7C1O/aKp]Ʌg(I Jpeu7~cC ĖQL<5{[;dBw^k!"3/ h~NF0n:ǎn0hIOzҊ֯_UnH rV6R\3vk殃6QO {tfPE 7h97ӝ}/'{ ^ۇd pBV 0 "D~VXCl^쐌$ ؐd/[C/0Gbm/P>zE8~ |ͥ'G<*~\P'eA`iV<8@t ̜ˡ HD@-)OE^t!DY&eR a F;WV.A ",(,B)lb J(ތ_N7 ɔ4,™8a `ӸTE*`9A(EYݏ_  d eHwuIE VEU Ad#O]$dV5W ׸گ<2>ڡY\_]%]%a@M`zBBFP2O "d(=h⋀$1F*vFg_h~F-A l,8[d\0Pf,PqBKP6cUABi%XXџ]Axax%?\εܝ]FXaQ ș?= ,Pp Cc)x\Un~Kb(aW`BbDDQT$0Wބ@ @( tx.եN`QXVfGj'9g9%|BiXg9yaZi{.n&DY?l@"l`'8)}7e]E힆j*.(DFRNTHd)rKs(ExKKPaҬHHgX#9zgƕVi{ b^iW> Y.A؈(Fnd(tN0AheA*8EeYe\ƈ$-``d.銑 d Wy:cRNtULD*X²@ AWO&yjjr'r'+ԥojǒgvNȁ@`oŠ,+Il tmە|gK"jر̢?<8A/jҬxа]*X6Oԯm L eņĖN)O@\5AV:R  Ow2i~Xʞ*)lr XlƆ,x(dAM `i) U)-U_BF^-z LfjuG&%H즿&Հ Ha0S(L%  $pR#U9Rn (.. $=.I.VcnnpƲlXy͋pqMFnˍ` ˕I6h F復h.*`rD 1-fa\V[ HVE1_ xV edo⚗Xrw a$S1 ps{6pb:졊+gꢮ5p/[Pt@Du W$f/`PiYs܈yTa2-Ԯ9r,vqV.OZo*& [$-,g@NE 1&m. h0@Q GQD"m1װn].nh >[`R) EA :pֲ-t5t+0r/qB+eNa&s2xg1 aj+6!"@0M8$WEZ%zm&kTTrNY?π l 8n\,O(C/4C{5Y1/ê|%.1\HnH;E]l(Ko-ۇjMpM4@`tx%y 5 p%y&! "̎ dXq1<3vC7tyCl aڧg,/.3է_#ه2_>o'3xy&%@ @c"Kڅ"Q=k^ <$9D_2\3[.Ni/T 0j 9FQ M̘qcB (a2.^Ĉ"Cj4iRdʓL)cF˘3ar!Ci܉G5a^,:FBn)#Ӡ!kbSH9 9 6n(IY,jQqɅhѥ?RE  h :l˟>nhU!B.w٠fΠsW6c!H2x1DŽ)"GLzt9rerUZjPF1=ڑB…7-)^W#J+#X`9B~E}\r +⊴p 0 A؂,zC9*A36 DH#4ޫ!Xs!n!z2R(\$IzJ;(sJ, JHbJ=P L3?CDL$F+PKtaB:4D7Xa"5?S14ޛ^U:PAv@C"jة )-1,4@ TpQKŦi[U132Wl8O꒼ נ[dAVb,ˉSe" mDm'R8\>lH PpB!bޤ3_B2 *rULXb5 ^m+XˋWK{8L!0seYfg ?rSпpb8}fL=vN=ZFB@{'pX5ײf;m?<{9w@Ll"JlMqd+к Kܜ_͞\|~E4F>r58`UxBПvn G-mS`uEhER{0-QezS {Ѐ{㗦`ִ jS#]̇,n跓nw I@n9a2 =2Mu#,AC{ "hC ̐9L41D6"~wHbG<H'M\YF$ȢBFHDLṳ5Y!<[F'}ӢjJ%.+tX4 Bu>0G͸Et䗾'p2dZPB$˕7Rj $ U7QJ~WHI,*I)BtMr+r4BoxX\`ahФFUAlAFV^*U~ֲ)sBNio8Nss"pϝlOI$5+!]O7,X9'IZjhE+IZYVUYד̀kbKWE {%lr;U"21[F49Yw>Yv@>تSN{NS l96+FS>` X /lUcX*w)Q"OTrN%1~`j{K1jop ;NU}r ѓ :qf(8XZuOـʑqOdbn|l" 'G>ZCd%]F@}E/ZLbX"R8C!. hV~ [QיZA .7;YL&w-:k[Q3V{P6&\.wtp&jTS:09}I^]wH. prp{Vۖ-y;nN A9ź5Mn;9iot`_OGd׶{791['7'7 o| t"Ś4x>s4GWjtS}C+[tb:'/wioޞhF~G Ax[\t"y씉[>Nfsj/{)H[>D|3 `!>M3`vw}/[ -u" Ԁo5DG3| `DOTﲰ/i4F/.>oiWU&onlGN rnj@DX j iL(/3p6 oTKRP YPސ6oe < n#n&@l~ ~ ~P Z ,Ψ>Ε / ? ogP_no /ې cNߐ w6pml8Q΍FMV H<!0PѪΏQ5 0aQ_0 ߰ q W1Qjpnwb-~@! J hƭ*"v Dqռ16Q1ph,12/ ;M0f1]~2C](r+8)k! ~Ҫ"/L1x +j%%ڲ,m(O(0(_)o)c-.M 1S p#R,ґo%%Sΰ%mpM&U3ZYQVuhS7wvqӒ&](R0 y g?/`6s0s>ip!lz0` 92;wH;k?o<̝ww49ݖMA9AT=l/`im}臾ȋX34Ԡ@ A$A!`}_5:ǞѾ>,F]76 ~@ "@!a8A9q]>3geX]+k|Omɻ>qX_h ~Wo^#ߐ#[s7k[k[]` aL_fa_ή1Bd0! ^PB%RHQƉ;z2ȑ$Kcʍ1| 3L(֜&N5vLP=xiu ڃHҬYpQC *d!ǖc˲y2ڵl~aJwڽ޻: oÊ %AH=Tͣ=e8IJ 'J[ PÉ͎e90ᶬ[+m_#ZÇ*-" *T9st!-Cq6w紙`w|8XC0` DHd 2,P\h{Syn(zoH"M"j_PQy ` #e!1X3 &A8hUudK>UtNtސb"|x6nR_7mY%H"8!2)nIIYi`O9wVy|Y`ކL!Xbța]jSFKҩx|:RY^%hLG):$v*fQ9:)pb˦Kz aJmV~ꠃbI(9&P&g-Dݧ~U˯XjIڂ(F Qfa. #`щSNK-n2zΜVH+nIaA-4' @BIsr*I&Cr+n~]h35$L4mw9KWIQdխ_kM}4{}G‚qdCd:& K$UIw~ (~kͺ_|x|1'nsg+RAƓF7V 8˭ _Z ܻL~4y+Ge9dIGC:EWSomIٻ׸BXb9YvA|yC@$}5{ :fkkՔ$0w1B¢6rIl:x%P"!f8$`1q4j!F;hhc!mkå.gDN =j6;Or%۹IdD@#U=G}7w& Y@- zxRr?ȩEQs.'H;n^D8Aҡ|S5?,R|.-^2C=~5[1sSP c\(!뾰*rjHOҭ*B5A e@4te>Ӣf?]:>XuCܫpWvBqp#%P9Iv*b3kgGokӢXFOLv-~ZYtӝ`1IV3d JձZpZØyZf0|L!=КaenP)QX"fE3iSiL{jID3@ ! jܾZD\BŪܱE (L^oh&PD)tS)9l'G4IJ1Cx\N(&^lqdVeE*r6oU`"fq]43vHܠUE/ N T[`펓S_JwkTnS+o1oUˏ@`l^3I!yi+ xγzfyQҰ01lUNe~\i>5I>pLuӞtIB-٣NmX,5'v.ؠC-VHݠIykױr=jOuӜ浨$O+3V @X͞PymJ׼ F!nc{^wZ#o `[5 O|~/1 b?nk84%:^?-? vOܱ8|A[]; K*eCǛYԷ}=zIV4|v{PRN#~s)ag%2l˾쏯u|3Oq_&{a[i-][ ]:H//o c y4yjwaIFP(|%B#}6&&(uVv'r~1Uw\7(1hw ȀgJעt@HXfGDB" TxrJxkRY{WQZȅ_V42f:fsGE\wT8g!-F!hg^*WWwu}Xr[(aXnqi aW;@\jŁ]=8&s];S6ezWHS(}Lo8UxXeB=8VVƁtTC?Qwb:Aobp VxxX`o wvd$;hIgR(nwRz${04wEZ+ȍ% \hvG~kvyEgg~7N$5UYW^-9x!ɏx}&X}7wB"Iq\8~"Iz' :¡,PY`apXۘ&ɍ,rՖ92/D6T4ao\pg(>s^d6-/0/L ӖfN'SaeZg"@ m"cҏ'Yٖy)IYqfCD<(Xhė郘xIBxquhxh%icpB)}Y+wTV)iiU)X4~੗YZxny7Wu1՚l؅iGm'ZY~jʕ݃ BrYw u8ioJ{GtJ@WR$u8Iv9CXE9^-UW l[؂W*hI3f(ŝcZ&|@zZVZ:~>.$E+3*ڤ0vWYXڥg  ~AaD胆5t~yg1Jx%&eDZJMy$>eBd8s b9c_v>vYloʘWZLWSp@gXC^Eg;5#zyZ.,JآŚVՙis6l*U韗7;laZG* L!B>䢏Qemig4J{jI)DEP*įBUZΚx$\ʖ(/iz\I5cI^wV:!!S ʰDz't6 !aܙ/KޙRd0G֯ʦTCs&6nk)[J9)$Ou{agfd!\T2 VeYiMo t Zk\$2p4zF~P`3I#fY^`lwkj[lagI)7WmKKz։fq^ZxZTwXm;ěm|[Vdփ~ ʾc XK!Ƭ1KP1kx˷K?U8=kǕ=ح`s"oaxV#r-;J|ttęۊAwDGcYo! ? > 0E,DLK# ",ʮ(yۿo<\W³%)65/gA>L s,uLPx{뚘KQ˽Lm٪QF;Rf{V_BsF >,wlǡ|s\ħ:gQˮ*Ź!KĨGLF/#UrH ĝ̞<0 ,LL֌ͦDS.u;Ȇ,"qp˿*8$aˬLPʩPl>U< ˽, Ѿ̼5W:< /=Mӝ,K#9̀{;!m-aѹ2"ͨX+A, _ a-1Mf-|So<ku=Fm 8OM׹<[J ՅmOD|ɉ\,1-`} cMٕme}gul,7=4qJխс؀-Q-[-۳ Z=۰M30r- 0M\ɭܔ֚=С,K; Z",<Z}xmش=ظ-طό۹Z ؄-S*i}M-L\ۛŽ%.1{;=Lѷ>[M; 5@"5iLqp=rbզ;ѽ]XN囮,^.b _}왮am\37Lՙ| p>,=,*-]UnYYϵ-3>Id Ǟ,PL B^DNŋwFA.1~^m"9>g>!_m7^>U F,ɱ-4#mK=@z b/44:.ν I?'Nw͸x_V_K?J]!,"(h GzD u#ć .1HK`C<|5%CPѣ 2ҧ QBF=,Q"tB$(oG Σ3i")aJ #3ץD EkIРA%:^#KY2ujի.`ײ,|",^ŠX\ ^&`0a%6 BA p tnh0 @GaЀ= A % o FBDD -bFi!E \GgbrAfRJJ+'LWQMSQ> %zՙKqR}!!բVt%eUp=V]8_8avD"ypA6"$pP`lZ0j3 %6P&eBC4 DQe(Hai5G)%KjS*E5T pPj|WcP 1Ӕ~*PEZapnTG 3шT!DG (`%&@S&x p,-Ca`LmF}R_ |:%x%l GDzP@WkjV.|U&_dph*`/B y҃s̐AnA$,|]+t?d!DeaK0~03mizL0 O8V:qRPN.dD.4MhBCCPөtA\͠| jhDf :4E@jW^./)'Lbΰ"DrCd`Ǿ}S'n>-Q Ĺ 0SbK;`T;T&A"`˄=APXʚ c.[` ʡՠ P"EH.ͩ%Pߪh?O= QpKf ?@`@ٸƷ@cB\-k,(!@9`Ra B&B0G} HИ.i,PWIY CigD! DL"@A bwr9,ҊyW(A*VBjR~{,,7?pc )2h dfp\yDHG G| T%9 ԺB,%IrG JD&rnR Fh8{Q7铿RBՈ ' *ed3M+xTMu,7opM\%PA>AYEn #& 2(kGpC8`!(yLd`4"4J^J?H`pETa4l! Y(E) ʎTtҥF$=CyI#T1(E8©FX*@Om h Dm ԢV`#˥a5%diqUf|2hdJ'pV5kFu!LA )yYRb`߈^R*阊]A.0Ր(<hϸ%q\)8 j:fEa dIQ#U ᜊ z`A `]ֲ;:В3t;ۉw^/@+qhyD)[jb @;`6q|`tpdqrv0:9`NXv0G,}svvG p@ |mHKv:`zp0`&ъÈKD' vwy80p.iT8 `( ?iHit@L) RI6pX U0;YŎA2Y4\b`Wvq0N^/!lh6Efў A}|'>ϑ _`e(,p!SdwEoDsa!Ih Ǵè}FYva7 běIhM DPhMRIS i:FvN7"e9|$aNcdae6@:d4B=t,lu 5J0`@.A=ɱTgf#awa K hvi] ]Ipp 'q#?aW+1S^02b:և2[U~t($Fz8+!"r=pKn֚R-zid>K뻽 &y6:ܮ *Һv!e`5+ 뽼ɽj@sKuk= LO+=J%E2OF6qPsP9CCqN/`{l0h(ОCf|.Պ=57DkS[Bܻ$<"LȈkoyiFJ”` F`6I#*.`yl. ܰq {H0wCyZ\\lϼ˛/]—l |i  |]}qTW =鷻b|[ =xe.Mc65 9n+A}@NXpuNnYK%GQݻTܓ=]$ JR+ip PrА̯*( "ZM=ܢBfLI; 6 2Sl /(>d,(UL-sGpO\8UoPh@ד7cR0TE14..^8:J p-ɓ{ٍq- M";v](jדGiTq1ܤ1 K:'O(}l!lP=>NBI{:@O0P,(`Mip-g@N%~GpY(QQC4D~_>%%Q;fTQ3&tpe@ zi\ @ QNT~WN=]qӔ11߻Ċ4&(#kE:׵u#n`C\v0};lusPg5;NnxxXyf}E-POh&og)*xp/Aa 7/&]wDH`ewNR.嚆U׸ֽL(Mvڜ|ЖGvÉ"t`;A]k<(GH&mb~{ O-ZJz2 8%g0u&rߖ`')QP>U \֐s}ޓ .Q@Ҿ]ѽy ي`v@O/ 9q9"PpsQ N!nсBE?}aƍ?[P#4{B3%J(_¬drʗ/TH9EI)Q YSʙBr!J G.JMIUk?a a V(#Rjʈ4]o_`ł <)nرO<2 @B-4J{6@ (q\C {9ԧ!65dѧ/Clj4 Iȡ:H*"B -ƒb .p >$ 4# $"xIu,@u7 -Š /vYf9 hݐAXT2“Ĉ4(2lƶe! ${\IɠƖ `3-3.? RL 0 Ԅ"?NPHTRI>$Z֕`i?[mVwcDk_}#a#T6c>l ^[X7DW+.sA(eźm]q E.XضEy_(+k%XX\* 8M,aT͉9PNBPd:+#(Gk`@x䓏J:P؃NuUVij\wEcDOD:k`;`^mY9tC:|nw()!i fttyk ["9EQ "D_X LX.nns ZDaz"qH"X(" [u*b> [ps?@M<8  F%Tѧ a4$|LF mH#G?Q}Z!?jBEoCl0A`I pA3[1L` .P@\%MĺҐ8~Ӝ 4慬ynD1X`8C,*x'H]dNg9 DTekc2+Hm|9K@+ш6##Y(\P׀Uel}`(aHDb P 8X9HC)tt^(|S$0]PKP(c hQWN@ih#Ѕv ՗>Vkݗa,D Ru*P.2l˺ΐ3 Cids#ThazpDRR RhN^WrVpxfdp*O"RC Pmr@QzX=O` &T#3g :p\$6ep=4GvjjY|Y\/~q#%v]cc'%r0! "o&A4! xQ `Hﲌt $()}і@f%( ^-!GD"JMU}ę gbNpr4dhU]$kmBDT-}9 AXƎx% ,p5p3-q=G__=S#98Ж A ۳]p naa-%PwoHI u1{/I7ݴ4YxĨp4`r\}Bo7yA 4.o0ܠA 0!`A"?,G!V DQp#VCЪv4Ptu a삠ٞ^P""x)`p7- Q T8c$1S2 07 70 ܷ <Aۍ;Y;F(ȶ9xI@@!s ' 'xR9:8x2K>Ӿ?`?3?55"RBX39 "9'x 4@ hr.s7xS@H3ID%D@2.@Ľp7(<X>8 @+<㱫<¶ROqtE4\900xP9ELYBȂwzB W*B R?H.d0d: +>[Cu@;W&`-E/'3L4j˻AR@xK'I{1L1XJ,D2I#iKk%98k8h ?":8>'F۫6"`"Ĉ9Ȕ?FyR#)0J AJHKDv<4|\K*| APAK$!W 耬HRȀ<<7ػQ.Z-)ZJ$HD=I2PӖMiXr%Y8;ڂ;?89;Xž؂*- HP IEGq+#BM;B`Lс E(i+5?BP/-0=FXs==B|DWe#6wMWvM {w$ W9,mAp'(sbğBIz HԃK HD1H x <(; <YHh5+xDH[Lb4(u+f7@5@VN*-VNRK5Eby;1-y,wMW(wW} *3?[F,t AvXrȄ H̴L$ ,ΔLHID(DMBp:p8 P7Y7X Pc厌eJZ& 9`Q7Vp+=~U(0mtF@M_M߳}I:uʱ+}ö܂%@@S*X ̃AS 'Cx7h@88>-dTݎnB409&p%-ڎނFe bH tx_8_﵊Dhߪh=czs݊B߱c?8*3X&p؇) :hTP AGp=(e<}/PN|Q p8@C8}8:EȃQTݺ4>=,PڂÝn(bkݹ3J#F*R9 75p>}csc6nc5^z&][7=EFB6A6 B %&9@QL%5Ѓ=G@P2؃P(R0ey*8*% ZI_p4[Ec46k>:yVg9:Q_]7|=hLF&˛F)YՀwsh茴KL=G`SUEBU8F`ə#@m\̀!E 2>>Hk{'on+33:3z[zS6_qEwN:Q(9Nkz ~g?PJL` |Q\ sqjl1(3[Ͷ 2pHe =e%@.ќ7]m@%; ژP#(i#n?H#KȔ/mY"(*`!9k}C.n V,BEOy=WFi oVo?@tUAh5)q oK 0TDH2PHLH/ tQtiT=@5<>W<xWM68o,|S7HkZ%ڂ,؂js,vTI?No3kyEykg>-m-ww |Q=s~s@BGX>EIU43O$DIpHGWpL$13Vgq:8>>u:i>8. H (!p4go)/D~*r,roh*s>g:7ۯc6wki-wo?@?<8JPro[8ؼ%)/H 0tJuJ=ph8ShOtD 2jq @)e<_΁(!>h9>j\-7H$DdЯmΡh "{{3#֒IcyeW}}烩_F7w$?~():@0 $z,X,qRL,R:S :~HQ"Y!JxhO0`-K$FH[adJ,\M/f (Μ@ &";p! 6i  (0DџFnjp%"g9h[C#Al2f˒ H7XD'F/FmiԊfӮ(mԉFm!n8r.mO@ M/d}Р?Xp RKPL`~ A`Ȣ,%-.e9DAM RoQ%oMPiq!RK,Sg|1s(3B 0AGvC f@z)r"G ! 31\rH\qi]CHd]&Yfq6H!1Ŗji\s<nVfoYZsf.wyiͶ"Z7v 4wm! 'E,xt- 0ldja !xLEaTv!M K.qFT*8%Cz 2 Ə3_/aC 11 FbNHYxvAdQ晌 ˁg|xpFnɱǣǵYu)[yNPgiC NW' 1C 5BK!!XŰ.DQqtFB:tqI3d#0qH2d0 1}] 5l !lDW$r %Ռu"OXn97Xnj 7)W;i,$w)p-Bێr@8}7 I#EЁ $N e8mK7cBv&&8esIEI rsA-:]NvEEO*՛,e) L 9 YܕAOr;B?l!-iZ5 l "*9@@:03x 88@l*  6`IC@ B8 fЇFB,#p9BKY# qtyn82 OJ'FQ4;+3AhHIAM_d^w='  1E2bdX2gB"i[Rί?FaP Pv\lt! 6@A:9Y%px%Ж0p">V}&ֲJhBStf|XM . 9ػqwk N,uX9Nxv4ęF4gxTz4 @-N,8r(@!-"S!mO@y" UJà~;\ <6x.OvhPF![H `FLh$7RUDB̫n[uIT!Z7uaJsuL[]at|.l  p`=,hY<09,! a{;Ƌu-} O`D\^o_J/ VV %ި;,X35ln-#KPbu5&Ӡ ho5߻yΦp+f*!aB@; NH Ka`#(>aM0> !\;+WsՔL`IWX /hiE* P9MG`"\aV;0sRpU}Пѽ)WE8v)7r}.AGy+(:h|=`x/ӕAW,c+S>eTFeS&4.en&SFahc 0#Lh,A4Ǎ$TG%^N\]]~$^&  %|\\@LH F`pVJK i&5V&ʁS(T&ob"9eF$6Vb)gqV@d0xeXJAcx'ݣ48ІyF)zgb܇@|' 0d͆EN$IcmDEỲ )W N\W@%hĄ(M\hjfk(n$p֦nFbTXY%-b G$0u@`AJҝ1|S)w  cpaeA'tq]tpFeb)o̽S0ȍۑ柾(dciݫXim+Ν &+b=, Gv *8aLNk #qFyJ"pAq (1hUޘ)ˑhb @ d#ATf ]\ik &i۞Bji ΘiIھεm֞(\6-ݎv  ªXUb%"&b*#.J=bfmaD^l -fI-L]Rt-\AĐ}@%P(X۾+Y{m؞-Xmڪ-VoަEhtD<<.m"#ݞj!wI5KʕgfQβM4&]\ td$f΀a` *@ dvE!ipR//OKp W ^h n8pJY26!k:E/%o@jYdyulZʁL-@8UHml ,y@ rj & 0Ѱ"/ a ~0fF&'Rb!NrQs4ѯ fRq:p@lj6^15BhR$rLi hLi&j t\TԺq ג-p0"3 S7S J2z*jb⇢N~r{ J)Lqb86 4D$6Bq}F W穡1ʭL4TR@j֡ 0N" 8{3LXL4b_+9/&/p.%Q=a+ // <@4B@A&.%5mfN8=mI@n3#ۂ3ED vE-M ,Ya/n&2N#3ZjwꈠN E5+& XA@@B&$CDDWarbY;e)*. H %ۖR^/bs8K7M/va[wu'vbô^wc;cC6fY6Kk#浲iQc$bu^fi"Zb64l7@lBWSdRޘubQ5gM^tq%yV^ pM8~ sc4cLwsa"&-u5nvS0l%B? 58yp @$$hY4O-ёK͆?Rtn_赉st۸iTLLy$Y3vvy{w &oV#h#'$奖6%wTpX,?x@0l$eSnRwMfp( CY |8JG7Ή^)#_7w$@䤖LW/b״ ɡ76X8W/atvI8M?_M1pA0A'?9l?cgKXϸ~:)xR\x p=t\G Hk˜^GNONu'|ϵ|G;yK wx㼲OηWۼV{}-0tdyn7oA l@ s@ h1aݶY#Nk{e^FʥɃ~)GN~ 3LP) W९mDTm+: x1DFb m&Cx/!{_]E ~>G{毼㧿׼빲>gmdɏc` gh8C 3(V!DH!9 "XR45RHQF0altN:\N`@Dp¤4p ͐CbB!Gn+#9(Nes7ys$ą /| qS!3n鋱b^P!^ F̸qb0NV(aDeh Q |8!x ^ B+Zĸ#,X<9⻭1_L$SKdN(0X@ƎWd'!RcF \{z>}Gjٮ"@ / ""SL -X2@l3MJ+L\k -򚈶2-G| $#"Y :؂Cи"p ҽ +"+!O->B /ړAA^BkĂZ$JTZp  :q0H E5iLϽEѷȼ6$5H"iJ"on,APb7jH*s#27華\JH`9 T@Z+twrtQNEsK4TG%^]P@j-Y "A``2>b7z>3DO=gc 83H`@q[~V\xC(ax-LQM%efxh"m#QK-UYQe#@") * V8cu`?7m(e#OFWܾa{|K-4/i~fCFT/5̹`m77nV\Q~ole#J[gr8j>(Yer /rGu<衟z(𯪸8CLgn 't&a|k"v'vGp-cSs< }HNSM 8(u<X& iHj3Ao0ZEy鍰;*J%nxC[X)|ՠ\m\ݸ=9q7}d\IB^|Hݤe`MZ4auPN6h!XPWtv$wK#!f %-[{#2C(L=k\dPd>meDCԈbVr8 q4 BtPVl-YPY'R-T=YF!LU 2u̥汨EETJT,Ƣ0|&9vPQl|R9 |`c3JOnq?kiT"VnUJPNU-Djϩ=djG;1TFe6fy+c0?\~і]W7Գb ғACUT'[ܚ7#c t=* ԨW;*VגPܠwM%S1 Nq!ĠK"{p)E, S8XYj!q&F%fM%P?fpˊQb*O|/*U ~ D ʲeCc3t掉n ުwCyfI5lhCڵ)9U@UbV"8,<@ f; jVJ#u*` U3P9YZ(E6<񵣥mM۽vf ΆEb`PxnU- w `0XkEa H8lv9mmӖUSQAX/ P'Ld>կ^v:KBuyؿ;m}[I4qql`mOrL8R 8ܸ̞Jquڈ03fnN:m Ng6lO}}6W8o Aυ.tk?<.ej.Mu]l}[f"ZH9彳wל\ec㟇DzݞCey{> M e~#0sVo v" yg":5qr>ݸ&.tﹷ/w?o=D6;_kN'BB֎V4 ;>mӴGj,{뇟޸8nǭ B>P!,/ X Oaڊ-r*nK̏nOdnO/PyO. oڨ @ݲN :Q PfP#!*P*p*EH+C2@+Q$) YH%b%}@ <˼DN5'9 m2!i : a(I#w.*mxO2,/3Rw-g鎯% k @ &5P~Ō/! A)S")SGqK92-33:q 03n^` RƠ5K/R- b37R7 S1oO7 ))9!J4@01: @bt3\C/@ 5/B ^rXj=kP7,R|02(s?.2Fe@@{04FuAEMNS ,BB%g/Wk=Qps8)qTA"wN/N_`5VgUV/sHO[^ P@PP B;<QW 6[=)UEP E?@p>yq@0\?)+[NcV^VV3Y3 ! (YC3JU `-lR47y1W/AZUMAPM_sG]VUfaufUfcO>s `` a-tQ DE 8M0SKOO}[qUHG7e7l{.eMe5giu^i^n_gÒ46%6`)#haPQA  (`QJ=+5k5WG5WL.plseQ\GUTyT3^umkuncuY7R=HPEP5 w"Aq1! iسj)=,3ݕsH$[LTQ6$W7^ݶ^6nVvuoZowQ%zZ  LQ'Y(7cZ{mq+2-mgp^[SM3Yvq}wWvgU33s ~<q8` x` 4M wz/c-I|kFT?/RsP]n+M97fח]X^VH1W" C =`Ώ͈U"8 KwseM2K 銮/XVafxvxCv5SAgH8nWz  j ̠.9,3$1;>/ {^9mCynY53MQsW֕{xx)OSY@"a(#QKs:ɷ:>?ux/yò}fvC9~uVVє3_(Pԇy`wA 9I 8tӱG5Xfm6}9vݷ^cw7$řU{բB! YaǸ٬ ykk (3zu9^׮W6~Se~Npc|X!ky` :ZsYKWj0Lؒ뺍}G9:kկᗩ_3ڰ`7p  UzvAy6^:rC\SGu:m˸ag:Ḇ9`w qQ5{QK ۘr?x_w]ugnz:a6B !qwa,<@ +c/{6#< nqga9{)=81NFm4iӦzjV]gIɠY(WdsJAi=ԖZ ވ#HveWiX4yc TiI{Pb@BZBը`bGێ.X[7ӅJ!SKPU=#b+u4i6fɦcK2iy8 yIHdiV!y)U A!hv$#G٨h^E4SF)&pfl.%BE!QNg)zYjjd챖&l"-b*mMB4 QBQ@4P2nDJd ^+Q1)d?ѫ&s -^AyD'qPIUAÐLqDJKJ,,[{r[ҢZKS/C /{ ei&:WSM<[$;o&G͛;-QCx= aGMJwvk=MuIJ?tQԪ~/рg0,%1ٓWN]>mXEnNn/)ά F0 TRn }j8;H9uA3EK}ɦ7 so8J8CiĔ>s{H:R ?z,@7-윯!Y3ƥqg9z9 ƂJ~( ©u;]? &l"lBIDRA Ux,Z}m#K&D Zd0aS/&MYjްI{yP!yȣ hs?ԅycDM=Z8EP1=#bâgn>Jѓ6_dX~Ru$8w$S<`fcp%FHIde,)MYmL-X5Elb+JCx9 gk.ؗr-+ 1q< dVj:eYeTcDjАhx Rh1)JRjtd!ifS,LB@ aJ )]zɨ4vqѨZH&t|rOIt *qJȝe@'ITޅP-ITB2aUGI4yk,_Qs1AdNRgm'@s iZ/%Y1[a ~ڥ̽/1[rbXetK0uMpnxVTy `"iz%# 1R2/6MIL0pKDfS+hSHl%3\5UerIF\eGS^˸ 8f ))ŢL {"):ɍ}?@@;}e>DXS3؈-r9]&|i3hն+bXrj0Kt)Q=8L1:.%ր96[ ! hm#dR,~na\^G״Mo qq@&Isfs@ k]:ksݝw^>oSI/Rw (Y"yNfhFmrM[Zzd`==٢v&eLq_O_7vR9`Dѻ W X֬J[YpueG1%b!flo{hUIc1Iqw `W7`{~YYKYJG 6ٓ9 }Js5w[~VYWwvVw',x~~gu\7|G/oS)q7O,tleV}%\m#V} 2\Ifx9-g駁gj1ZWsGyubkc=_rqihGE7‘iaF6pr~Ax{W0EhzeQ#Q|wZZABTi$nH5х^^ƀx(r }ՈS/WBX@kpXxOsgagPB+(:J8qcȅ/Hj9r#%gsbWxx{3F؉Fy5CȔAHUxQ?8,8KHS0{torHh*x~VZc'XBEdF1EH3#ƋRaxd{X*x̨H_R4BX )-H Yc099gfYeHX8nh-xIyV'sw&is8,@pF^[i5n=zᶒ4aYg1d^"EYC&ܣ "9mpEHHѵQvZ 0DHdēCz?YYBOmiGHej(iav`]֍s `\5Q4cI[aw80xY#d!ISE=U5m$^IoBAAt es*(T!)멌tYJZ(*lYB_kEQ6iߨyTa}wxR B~)x>Řе,)]wFT`E$Uiy M/ZdD@&|)]J/2 }4Y9!2 @@u*Zu=X/ʞ~2us!hsUV8}WH> j/h,xj(zL ZxQ:Tuh>ydHnT:`> -SO8'I+geV Zxrg67yU&)B~cģHj7'zjpgO{ʩUCdfWhڇ˧*B=ZKtmG:)H") vwun9Y'AaBԇʤQNNC]yx sx9rHUOVUwѧ>|f,Dbjn!%*_   dIe ns @)dzLzϚBnڱYDiOgj)ٞIr9 E˪?ɟ?HۦLۭ(tIW[(a+V,V55B(O ʚTIW*ZOđhT귏jS愌`/ZK!ZbBqeҲ Qki1ZX\iQ1ViB_)`)躺3Aۋ+ڻ)w۫ɻu4{hZK4uUa*ziq+I֊!EyEeaǵ[w:-۞LYZ Akb&Gz(Ct)y< P!,!k#зSKK9xvNL\Kg+cb֚1*+qz%\~uM^"ہ,2 jbgj&{] A>胞-w<W{-nxm԰=}k>Ω<=h @B;ּ qيN 98ס╾ю_X~ؤ$aiE7A)OC~~%{..`ᮍ\k.0{VX01HU^!ξ%V2<\OG}9ތ Վr Ѓ~sw/}Ų,!!,"#Oxp0`"2ŋ(1F2˙4~JEYHR\2 QbʜI1fF5+X1Jϋ{NHK1l)K:I:* ׯ`ÊV'r=Р׮nEkZO` к1‚.H !d#ƌ!Xm2$ 08!CÀ:Xf(1H":(Bq!]PG,Ez$D0S[cG*<:#I(NWlљD9E'y :0.UIU*$XVd(XpȢ[Wp3sXL3~uxGB`!\r3X@CуsŽ0Ԁ$@#XQki!dkG&H$AF%gE_IE)!#h "H"q]|M6NOC7TF2RM=eUF0ߣ=`ڃVJ'P'`ZI.Բ X0bB k(!\4XZ#%Xv yv 2H Ѐk3 A#$BIQ Đ C -`rF)u>DR]IQA\ɧPԝF1բV$hZW i\ 5r ^^pr D"9$G {, C=3!Up |$P3QRiFxPurF`|ѶmQpF.pxAdLQ1T&13\:)b@j.(P,|!p̈|+:%*C fBkn(iAHudU`XhnFio[ kC^|QxfD}+27Gwx_?ىoNqXJ9H,)Y\R V0AZl5RKMJJt 1c}#DXDTf06 bdǶ!'n_Π!DkzC`` owMU#$O?:!N 3N"1HY O $"u8 % !*t7 a D̀ } a1Bb d[L\%E"|/|q[rב/IDpD#BP$wҘ'ip  v:q(դ_|@>FQq 4 4LӠexP*uQs$s+#pL؀G^P<( PGP6`%JX=5QL`SE.Wt"1&4j_}bF@o$ęюZI}Ga%R X<9ӞbOH8B< A%pt2Glp/n6!rgPzRi/K٧2ȔC#E ( P/5U ۝xs.1nD$:'Itxnd>mB fp *ݭr :vG`ڈ8TAXd\!&KYNd)%%6LupаM`IX;M!ld34 p`YAJqEtEQT_,AV4$n @"MWBm03D4 x@"JPAն} tf1=uw= ]0cwαO0Ԫ'%#H`S VF(uĐ{@PxGq\!y _ Pו7"N3_@ℴ% [br(Y[k8Fwnpw)mwwѨD|ʭqW'$S6|@,ip=.ˊ-K1Q i|0m6YќJp˱@ o[p 8иԋlo1)<ϋ ! :@"zCPˋe93\]:3kQ 3l:5 QY !6f s$2[)V̟”oSp1|YT&qaFJP= L-J  ԣQ=qxȓgn7υ "*,`b‘h;ø/P|>J"G3-\v64wJ"6M4 .j>Pė$=@-Yœ]V}SYߞm>DM>M  'ƯͰ݅}:JЈJW8Exp +,MP} k V2CQXz}=< W$re;@^ ).[E-]bJiS T0ij`T6e2-ӗS1 7 &:== H+#J0$ y켯)λAa2)KYX$ ezpANJzl 3 C3X4GW0,&}p hm征Tnh˻L}'\ȸE~g~ gENS| ~ڋs n[&V Ѕ ާwNO| ! s* PЇЈ˰QJ/}p>0I7z05t\|:hVޒxP[ɺ_}w2wg0PZ<`~pn.Bxk6xp ZDs^`2惆n^PeJ +Э$F . ꠲ȦnA0"e%yP2 |:b3׋} }PUG1WO;CJ0 ̾mS> Rz+r@^bOeo~?0axS*QI&Aa=H!1҅VX2 & Fr $M9k @L JQ 64 tȎ='PC!F>yfbEs@ɲeΟ?@qg0``N*4b307}ٳG=i" “0S4%gSEJ)dɒͦ$S ۹m7o|'>|x>}Q\s)^4~Μ=QqxRq+cѦ(m50M[-זh *f>\7-,rN< ,L7㊃.BI#TA=OT‘/$FQV0L bi%iUV2pAo)>Y, z mF8d:r,|pc@ jC#?fkH,(Pa?b (7&!r?,3/,Kϸ2/4\3S )fMT8a:p;!vO+bxc7> EM`@ JARyFQ.`4%QKe龖p&0hbuAb W A8_H:ª@HTF1E#uCpQ",Ic^؃J+2.Oc- ' N$M8G6'6!8:/1>ٓ<0HTRGYxJ} OY(RMo%`PX*{Z'Y: "T?j HpbRdGxے-8;ꑷ@AF3ؒ]RJe(xa Ȗ/&5[ ,c 99M 6ALX\g1e c}r#k=`KXAA}H@]JKv/|`SK!WMzUv_uW ]w3t m_9 gx:@C)8F >bLQ3,#H#(:/B/˾2p3(?ec@*>9 CS?,{?Ё!(.0 ,@-4x4(i˂R?@D8;&#vBU0惞42YK1 [;:/BU=[67d؂8u؂h;y Y-CJ"-X+pҵTʒ O7P8 ,3@E@=T =V<<ԋKI[l*EDA騎B C *A ,[{B$\R`Y(ܰd( n$:%oG2 0,)?VpG01 ((#H>C@F0."؁8*Uz@-p{Y0zk@"MO<,Ia'fI7J8XɞMEtAA AAA!XJ,A4h܎-HIE0J9kK%=X%P#52P˵·T"{F(8搁E@ DrB!P7zH,Pp{.R*^ʗ _BQa&*8AI*dڳZќtZ QRA(,R7(.!h*`*ȂEȭ?H,R$GJܹ$K H/ 2K,GI%B\J{C:7ȃ8ضqF@Exu3'Жȴ  .R%ȸ 7lU*@AQuMYYsAӸQ RU"]A(R98D` hՁ1BR|-(9 +J 60Ź6U2=@5(5@D(5uϓB;VHHGyhÁ98 X8'0IM%\fAFr2-r(?HB)A0PDW]1ş\AlExUQm͸%ZQ au8\]@8VBd, ;48-+}N4, 0H,Wz׳DSR9=Ǔ 豬,:H0hq;\H@TA Z' XʠŸ*s H LDTYȣY$KXDB&=Q+ڣUMޢEތCڞ}ޤeZj-Vޜd-Ȃ X@[ 9(AkX (*Wz%K1߲2HSR(%+oIAܸkLwEURn_^0*4*椕be%RD@r+W!򫦎Bc-f̎xofo('hB$ 2mWvB=߳5 020lG@lBރK`vH9`8068C#( XE@&7*:Ȃs'nb q~ Ō_9E3$ǯa8]*f'n8j,~172/²fnto1o(d5y7v.2?Gz ALH0o܃x-x\ tv9C(T7\MȀ8#`1p6c<ť؎RcJngv^k8&jgr$? $O@ApqofLawo<_x#x߼+qSD@BwHJhp ={I@= ,$tXHߢCP#Ƀ.uE8h@K'sq9XIB.]ʠxX$/n'^v(7~+]/24Gwۆ 'k8B(( 2HGhB$L)ў 1E#+6a,fxƌy:'2f 琜 ׊NiG _H#㖻 t.x.f^n9}t^ o i5<&g*RGy[ƻm T1s',!o0ɦ(BD0x`5 C 1Z<o<FQR^aHFKPQo8q Ba`CԠk (j058Bp"Ct:AV Ka:e˻E$z0{ђԙ~F<4i%!F.rnC鐈.EnKR2E5h lzd177q>o,B?vJ0=LZ0xa {f:z H6&lP#\ FQ 094◁P 5 hv-rC8ґ?hXv[U+\$N[kbg@fo9|ʧp蠱$Ef};A P:41Y $ђZG}06+WD!T@X kd#\\(!BJJK2ᤊ~L,+2,Wַћ3b7^B.m+\(ׄ%L DNvM'pPPO|p sF @҃,!mb!RhB烾E3Id&!5$<\rCN`)-ZG(P4am".@!(Ap5}u ϻxxU uJzzˆbavۮ9Z=ټg:PG>,fӚxV'>Oxt&j Nx 0A@z .1BuV5S2cU10jҦ A.0Z͊{xXAW۠jb7&O(+|) 'txq(]g֛1Fߴ\Ҙp$j]DI=ʀ^0 / (7!s f7Kb5 vߪ{w[F̮~oU06j c<: rv=[Xl5i@Qi k.&;qKR@ xנ %յtna qM= @Pt(Z׶YHj, VhA5 mT HԏEd(Ndٖg \~_$3~6J%_^,Ud8|G\V=5t4AN(|"^X\Tg$'j((14"LT\04^߈=ȃhIA@Ѐf:KDaH-a)kNaND ҦOzep&Qbڵި"q8]sĊDR, @tGXJ@Xy%^?Qd猩_J~ Md$!) Ht5Bc@˩i+J.ҒBEU8{{h!If̦4ڦ[Z\rhQbGҜ(XOlFe*6ʝALicyD**>t x:q 8 qgx$ɗt)dTޘDjEԏ 4}F ͥ҃V-+HmEuaG^-P֏̙2j ]3*@&&(BĎ6,Ī3.g-.aԑBsXy)N:plAʰj$zF,5i ~Ʉbi,- @Цdbi(@m PE܌I(y hAdF|Ŷ*BGXa,mæ\^m4A~D0GDh@H% 8]jT+cDFchp@un\HI]ܨe!ȶ f VF"'ehRAhA ޠhjOllښorYPg 公Dn]Ig |n&eXc-/m`XXA\jI"T^mꝃ 'heX F@* ݶ²*N1^Ej*Mq](*0&pc#4O]k nYes]Mkddc'I(&aZIVS 6*oT"у@ 0irh&5/iZXü%Ii*ݦfm`Z._ѯҖ*Sm^GQUHc-4@P˪ߟ_YK- RWDH(pTX^\"?(oNA5Uq:Dtx\yhT #,IfYr.o4/ktɜ-o1Y0믫(URW):5ɺ,r35[3F$ pq@@`蕞sj"!ՒXA %G-Qى/*4E4n4ʲFo1FCFru\*׵H,7(՘D@1qc*]F H -SPg?e`|>:$5u##(U>qt߄/˕ݮ5,5I̍4rCC7t2I4GYS,hF@8b56忙Nb@nk~) +d6kg@=uThcmK2ms,@ wa wqt_[3s2tt5nTB1S8rxm6_^8o~Vu<?J#2*%I5(.\I1Tt[27x-sxy8fxn*lx3$Ӣ `-@{/I|R2 p@(pL5i;uTJu$/xFyʑX͇iit @f*cִ]Gl3Ŋ8::Aל\J> @g:@T iP@ ;f SNk3' QHF ś'%o4vf{sW{S;G;ȧr(+w05,+7ϼ"+.`oAHRed8ӷsؽ;@y{F ȳAKz5hԺf# hBI)cpw7|͟W㽬<ȇ;Ft׺^U`LL3Usܻ:@LÜn$7%qx 76I *cý=Pؽ:u't0) =jdRߋ+@sy h *o*eÇax8š!Df(a )PHKT!cF7n,G0.)3V\)qcF3iyg΂5 F0!C!r 6G$DW4R(FYҥ?tᲥ h`$Pɖ?} 0!9=R0aÇslqS">G%OpJ⌋3A<H"idiI[,ZFg^77 !ҥJZ[.-5׮ [J$0 =zPqwΟE}[0ƆR(Æ0A,{<4"CȄBB)G:Qo3QlBn8rL${); >P<&bC,:κ" &t 0la . @cE:p0!jL@(cp2,! 5 "-">L< CDqEgJh5VI(R3PBɠW[+dɹŒ:;:,bj+*u hX̲Ȣ>O9,N6rXjdO*;E5-UR}-W~k _LB5Z9T%}"W#dN8s]?# ֝W]A'6D6B` D{,yws:7 q7F7jo3iNs¼PN=qN\6C!+f;t CAq/tSP?4qX< B5,`{X2DD75-ckc0^G%hr!_0q-{\D?\*K @-Xt`+J6{l ݂47\ OS5i&& O0֩ wQE%zHsbV XR gص$4 kE⇔ɐoe[uLFh;{u*g*UD/./r'CCY2q*ë7]:43n`(ױS-#>`~"$3lP7?PrN`N}Va%1v(.5l"uIl8b|@|xpsjHOnD=z.g?CqW5 Z Z5,.2놕^z4;O7P-A,kZMuݻY=faZ1Dx}_sZ0C!`hD#- 5 iFi53[{XhiަuC>oǘUۉ=~v3 pxC~hcSO򃫫i.[/WNb*s{a.E _s7.yM~S=]Y享oLV_'*[3 b T+>\4 W%ui],eDffw聐waؽ6riwqYz|Fx]{Iϸߥ Ȝ'xa 9;x˩zп)_5G~;/ʹ6lyB /t8F # $3H &.om0  D3PG$0 O}@i " ),,j  `O4gaXNO-NƨoWROkPWeAVI?RRQsek+&5uH<`|`(@ (g[tbV1&G r;rjKQXRrWlRlM'u2T3- !  n6n hhJ t-cVH=B_s< 6 @1  x"oC39x7uv;qP6& A#^9 y74ؒ8S5-9f` 1Q Z/ tJ*xxsY_; 5+5yٟ1pOGuYy.9_7=6'ʌ/7E @M3nρ!*0'wKYZSٞ4c2:!9 gZk+UK9yw1'=u 8/8tawJiyV]Z_Xv5kZ4qژiXQ-;P:Y=/ɌCyiMYttYU 򊖥׏ ]ڬgRIXCs{9kS}麘 zi; zkYα!ꠔa[TѾZ7{pPqY7S:XO{wo䚵Qq+5g+ {ۛ }WZKNMQ"ù'E9[z#ޤJYC6O_5<[;Ry:mw[[W/8ױm{ $x#A ~֤ǫsY!W&4~ﺑ9ARYӛkX;| ۰ď_<?5V pX)ȁ`:*b5·IVuz:d{&\~9=/@ %O [HQ;s@ϿZ|SoyK_uz}3T\keY;3ӻIM]K}Y&]6m. (HwPM ׳"]}eщ=?|<1eҭ=_Z#\ܒ{De;޸ 27}!Dɳ59k! zC{^MAw:U|ۏ~w#]݅=^ AMyeB^s51B5X+5 ;-޽|k\x~c \!}ACg{􇙀QC\R|~}~Km%#׷WS=@T_j,/$!IўɋϞZӛe;~ڍިOgەwUqϙ7„ɒAF(D/:)SRZ=Mz!*,nnc#h#N8F CL[lwRxYv̕[ɝfQetiC;} ;a!o0?m[Ĉ\_!G-!`F^NXxmG!HtYv)ePGFT^{&UWHl=TV~ "̂ "``וTNNdS]%SxT\SVC/2d`4uc,@csIǘz6va%= (buEq(^ ic~bDiBA<?Ή .Pb$DxɪWR2 kN*(B`WyVbZeZaZ5WGZj)#e1jġDy-}b8QIx+QOCek %`Ȗ!,3$84.\ѫ {YI7ub%j_oThk쥂&1H{HM6bC VOV4ޮ&c"?&g +mgˠ:2)8X<-!N<ZT߭z1i{֍/]bJ:#)i.p]tyޞ.E9Y{#p0sّ/ eEж;7g\1 z+[馟5#>!ٳslkŤҜ,|x2`LjNdz9cD& 6~˽L)N-j z!?OOb$1MbʇD=^*82epQ=H`C&<ץmiDdU!R e@ fCnD2H4fPQAS4R hD" eAUg4{T!ۓ7JJKp 5P22C1"]Tw$(>z%BRD$h%7M x`2I^3YK1nFiF^iXPE{&/"`Ne12f$.+,'ocLzKy5ܧU/>DTXL l3:v;M`nCu$n)gLM4a '&z>ՈCř8)Ben+*񄞸lM5FLRԨ4S=QyF CϦ'*0iC'{GlIԼjU%a~Ib*? Ia$!:N4ŬUnBhn6T乏OyB"RȲǵҡkZOܞi!umdjOS;W˫"Bfyz-?EFY Ou7ve>ϫ"]jT:VDQXC'aʈ}(4]w}&:9-.rZm*ch<wc0[oض1+Hs ׳ 5۬!pjº1%fΤ́MɆ'Zc݄"KK)e*[al&Fs+O-e6)#2#i"cgsCt"DD"aZ}(011gלL(E l&l% 8-JrsOmh`'k`m:\[{`r,,3'[%U6o++a2 :bIxS6Wn=X;$Zvto+ISDmk\ZX\E}']>ۢ{2C˺W Jc3ޛkWwV}pR1dP=pOc-L`LGh{4^mҒq܊Hk-Ȇֆ~s~C ?z>̘tۅ.r"Nod<,(dHF5 E.ߚ!m&˘k/lKZ!1J44VrΔtǾH7tJٴtO."]Л2a)yrW;יּ-!y eƵlDdT'#[ 7:Cy3K=p8"\dSV/(#8hqquG݇x97[1[ rA\GWzs'8#;_Azx&8-m_yuƀ[Ã7xhaG[]4HUH{Ȇy#htm6m)Uhh e}Ybgtw$;/7:g~j!{:X20lHBX{hCfLHR{ymza1gum 0G*ag؃3~[#~nȆXc~gFX[V%g^tX9_7̧Hw54rg5N裆_@~Ȇp8qf"rILt8th h_8sNN6?le>:؃ahxsE6Ac|M5}buC0_ܸ!(2n8 )~rxs;y!yf&CZ.gd_^X'248AH{)U[I8~wYMclxtzSP 1g/3cxsgn:p83CuT;R(E׏WfdfDYZ}'=7V݇,'oirdt-q{9~Wi+^]956996ni7nv.jI(WHW4vB(~#圝চ.+xmrf>l阏YO9~kyxgҔf8R)YXWY$RA9xj2{i9f).xqTĞď{fU|$nv{iZٚ Ǎɖ?Hyʓis_xI~qŞeHFB`2&E_ i 烴靝X!Ys!6QccXoBz\W"'fiT)uզ㦤\uO dȝWx+bXJYDoYTŨ^Oqe:MҦGqQBQC `q֚A5;. *n1Y~1`T|:rY:2*Pxy4]I 7YA GxkQI[J*\ʭz}gfG!:ch:mzG;.Ys4{:{hꊽ:kj)qLڃ zj9ț'z74WtjYcD7r%ᓩ2r8kǯJl%4iW溰ߺ^kvMÓ%"*v ~ 8a8Iu7yyYWw/h*MO!n֟ a[)q9lbq?+rS#o ȨlZٴ5PQLkis=+z'! E\Xiڇy z)5 Nnn? xj)eQH&R[w[5M5+t%2|[iIcA;S@嵶"e!cu{fK;/ڮwŻ gmj>9cl7.{${`r&f qpN 5xJF5kaܗaɒx9P},g,a&* v|۱[#oe7Eiɉ2;6Wɏn5x({:  wō%5,nlVsx)p f2l:qw*Ƅ,㷢 ƨ7|z~Tc'*q͉Rqrc{DE*[GX9Hk lk!˼>KP@LfbQ1Q3D$*;JINĿX3ܓzmE=<&m l+y=, 0q@uM 0x }M&KѤ LNު ^ҜձVϿse[6l= j7~R68~q. P ]y?&4z v-}> S>Tn|MσW ӭ<ǬsdgŋB;~vn n^뱮7{7/<nmrm䌎苾M>餽)} [d~һ(Tv^綞 v>.﷎N뿮麟I䏾ݒ^]x۲l$ؿ~l^>%+-.IQoRDZnה^ o O?R%~ÈLl: ie51_gl(%B< {M@w@x}OOM%@,+v+eh~O|M_j//k `<oM/_N `̌Z"h/~ڝ?/}MhvN!,"܃QL0`"Fb/Q2Nrf#AR,A2ɓH2Ȳ%FLBQfś_nʴΊJfZ2Hd4&&Gt!*hׯ`~j5P@V\%L5npaA fSG%ʃEΡ?W @A G(G 0jsQBHFU,p(Å 6' GYL&F/_PS΢RRGҤӥEaYb͊}P_25}Jܥ!:`eec`Vh[I.ԒKZ\}R #eaXA!X dXPW8B} /pDUxGPBk@ Gn)$HppJjDrC)E_l rQ"(_@J7Pw^N鄞N=LJߥI$U ``, ]zU\ƚ^fPB1ìBG@ sؠ|A/!N HG!dI 3(A -#jB @1HX~s\zI rA-xl]Ss鯖/sH_U:o1XP]m2Xm%&"3`qH]0*¦PB X4$"%6 XbO@.t>\@~ݹoL[: oOגw+ZS. s Gi`m:tu #&*`Cj0cHa 5D*%dAhyDk XK@@W@'mpo\ura{\t!_C l%Kt'2ܟÇJ 8 @NrT[ t9@Wr*#T!EP򰲿d N vЁz0bY fCỵ 5n(s :TA! BIuXnWo3O5-mK`ᬒ(b #,reא tqS]u2Y< e0Z(A#PCUӶ02utayOV5EXKG BclK<]PC1d~<ŗ @xm~~s| H 2 MЁtdztF3(Ak>\H ]'ɇF\a@W( $$@DxC/ʄ{'u"-`'qF֧։N hISj*6K%h!Zlk^ }nv,DS1xlKPJ.lu`)#hA{,iS{q6C΀<@vt )@$|Վ'^#v9p3UG=@#C,3WMsBsQo Fd{wtʁ?2t!|]W|Ʉ|%?#8|g@} `}`vq7`w w)Wpn07x wZqI7UyEBBk-3G:7&kwNO)lv]`Ղ2 ^ P{m;_PN'R'|V?3E?N|6(8g~0v g} o})vHo 17PȋVN)f Pb_ =PWFBGUQ7U2gB @$p |@rl150sr,P$^!K0 & b6:EiPG+^en_g6GȊ !oj}Gx6,׋&鋜R7Вt<c @ ؀t)UG s,OcޘeKlP5}@N$+4uRet3~f8h.(SX_̗(vho]Q?!e.aS9v9]`p 0(w8 -[[$+qpNAy ,Tyy t`!spP0=4ps$Bb9f%҆?aA(PW$9Uy7xIv\}F n7 8nz9Uj[HE :#:7x]%$2s vcHl930,R:^Y lP8t=QgY1mJ'=!6EW*Mў؃G 7] uQoGpǘjJmꟑNJu[GpР:3 $UE \H5yy=|,J`#H>`$@ЏAzX"(mn$Q|BqkFy9zin|Fa^``d e .z Zp!n1 |4:*@3JczDC@Et +CW\s’#z@^PZ;Z_s,`"Jw];|YMDiyII}Fq])]鲞0jP5x1褳yZx @ MT#H7d x\#X su46wv0[ d6PCCC h;fXDu[g%a!{.Zڬ @ i`bPV,OG)Yʅ~w:`  3jyxKU@sl )V=]dG{Z`D:kgzB|K+HS]p ]0n +[@: Ng0 CKFkd@´$<68ÇVYv áUN`4-ע6 )_ t= |E Jɑ`lc^}FI!` P][}@h++@rznkiGl;t+-1ED ;#+;˿Ŷ,)^LI` P0 00Zό< =+u:JY'IAI|PHqǶ:`(3N"s _-тJ*:8} X,w7!˳JV˽J@˳La)oґ2=x3׋xݍLHR5vKU^}!}"{@ P(ضXnv0=-)P wx@ZNkDqAO= 3\H3.0P3l^ "%5n6y#[Aڂ<㶺SAn!K_~g`=~^59R~ > c' "Ve@ `I& yo >-͒ZXx^xTw{pT̈:3,:@3 yp}x$N>M.:olPDp-5XXᶿRaAn}[0}9/<PAJŎPT5<~./}"˒6gƊ}N) !)9 I>#vጾ};YE@3:ڊJPO>5$ܪXxR]bS0v$>fr//_0M?sү; a#Č$hnnsnwpGp7k @?3O }̐Q0B1D(=@g@h03Cڢ 'ܰ†EȤ'LrȮDw.*(PAbaQF #HҐ2++X4JV,6{p4gΞ85kO0 @mn[wm߻kP7DJ'NlP1]E;}:fƌy!@uQ"08u@)qK E&dIt'$0BꋤjJzjbEjD⎳PK-rEj뭶 9܈K.(d40LUDOTaXB4*̳Q6d%=YѮ4m3+ּ`چLN߄S8 8Oj3 RJOtPA(;sI<ȳEpĕ\bCJ{pcBo :-昣t)(**BC`ʩ&8 4Ceq+;@B[ncQmQ: 0ORIQ\R43w(-%YY%0ƼҵJ;ӵ4Ѐ *pٔSxSsO H 0(z:@En;"JQ;<|8R(>SDC?栋@XՉgR: T[B(TW)_Z M$M4!Y%qDlEmpW-n[pP r<,Ő\F! 81w W|)ܒ/UC{ɄL4i&\X Jmb8+,P.O"!HD+T9 Ďa6+MW(pXg5A b 0 0^0a*k)$Fl6ٴmn{۵"-\ t(Pe:Ofx G%53*u^X"k@L]hѝJꀓml80>9Hg٢ghp!!P 1Mh4:*Ȏ R"T!*+kZ:,D'ZQ"md#?H2k+sVuD|+r5 Vf ` , ,@~3 –V#&>3L7C,BC)R48lN8EMPzp9yYDEt ozpJ>Nׇ@6P;tW"_=4 \(*: VE!ME*R_kZ|Hmr#6\1u\ A?C) L41B)KK]*S{80–0AxU 3dm 8@&JDuw@JRsC@ /Gxn*pء)UT᎒]_e.Xى/h/:F RǪE"QX2a+ 1`r@P킠]D .asֵniN&@&1I@i#\̬$]r'P<`#48@?P8HE `c9M`^" ;Ahs 50El8N@\(}Q0Pa-:Ypp'2q-ڈKY@v}W@t7)~Z e" B ,20_瞷fA/q/-g%3k6Bbpp%9Wrf#":Y0[Gy@(:!3^sŒ8TITN!=J"\z$X-CT\??,+\U|ae lMl:L[wvןmmm{]C9x[TJҠ3P `P% ΀:u^f~n$Y`/|A䅄!K*z'L9΁P}Jp }8 A(++,D ,)8X<@ ,rm>V(_xJS('H!h0}~Ә5.D?vf&<+jcz%(A377TZ`*%3 Qc30 R/$.PiR )(=(C#:P;hA)2t( 94JE?=B8v같4H0P:2S aɚ-@?:ۺT!;8L{:@P!?6?X i˶kSAADȂ P 3wMADR%Q--UT]I\=@#YX՘ј_"#_"[UP$HBhA""=ͬ`˵\?.2@vQ+饔%aDɔTa ܃]6dC.hdNd6Z@B0.H?M9cN?u]7Tn V|W=a2/[^Me#QR:zAf: Hߋ dC>xD~@6hV=JIh\N-X | ϖz)Une$5`2x2Ga]Rpe$AۥIvb7-FIppڨNV~N5Á'QsuoqgZaщ3F;~-%X Xd%l.l9(llЋB@H~쉦hzLmrw%  UR3ӎٗ=omVU, R@vCȂ?@F MxɁXn>@i" ?E0[e1ojcމ3H1_";Xo5/9-s.NM̉^hl!F73O3QtAF2P2@vILDF%tv7h4(΃9H 6PÈb!FFD7(5Zo$,v3Ek1cg<1#=-L=?~ssxw9hwy†sWs?@7t~.׸q7ȕ[)1V# GIx߃HUu08TE.zl̓P07A4EpX !4'_sUY,rj7b򃫺*̑يؒA>DZ_ xxwwwxF>0?wfG'ޥ)=GAxsqŠJ'uJ@v2 S)#3q,PCh%ɃxJjOIg9He3`o\4v_vfa\ٞwo-==udDwi{{ ᱋:wXgN̄z% < “ `I))NpEf̼s 3~=dJK rD &h 2:D1ȊK,aB%Ex1cȐ<itM} FN(D$Hp!Ð>.c?sAC G&\x4/N'?)C >$ꜨQK;)-gEWfYNgاg69o΍oت HQ䅖3/4yПȑP1,h`B'X,q"4Hrf!>|}P:o%FҒ eaDEaQ  Rtx /0C |ıy H !5A/l$H#lA_^hl 6ؓOV!FVg6i_p("}Zg}fpufigGn*VҜsHglAŤR,yB yF naZFf%La4HXaLфK . P\b%|P Ј3hG#n̠@Z4*r1D Pݦ%tG"z,!%\%TQH|Dhvf12g`qm}&iXny']ʪ2I\q)b"d"u$BM NQGM*|P `# ?fG!x41 <"_, .|AEЄ[4aL1R2\3ۇ 8 Yap8=TqS? גR‚nXÅMVDFm#5W#[%c&n|e}&Ʊ3=]ds R, e:K,*zխPZ\fԡu(>R3Pr PE-d U@ 4\r> NCAHCl\^p+ X[B06LX55.aF3`HSe'ots'ny]좬EM7ޠry:_?Bdiр&,! [# Hx|~P ? Fh"@jbyj +C` > Z7 sC"fe. u@BL6l∑x'm=3Rt".نydndy1Ř6g\ ȳ=j:xc* Szdp,aK؁EG4G BR5<$x-!zJ񂲙j/B 0]Y91pB"j!a8 v .Ж&3qaͱ&6M ݙS=HO'ϻzUE "ФghR_hgA d% T0!vC0A*ەU\j?YFTW.T@6WpvUHn 鄀JYD#Y񒗼X\UI!Ήsp%X3'X,зy%l^U3]o{9clcHG'@N<#;FmW{c֮([j.Q?,Bdr`Z5m`)">pX]ކyP`%6xABP[w͎uqV&7 nK,f/.c~LPXްA>a Ă5@*h<#^]"! 1#g^^Immo$(D$#\rޝ4~]bu;8J݀elt$mS*Hv mE ?|8Ea ydF`Ǵ$hIT * P 䐈"/IRH(ȸNNDK kk-cDc,'VU.)2&gnfڨ2Vʛ,C@JIl\#Z<h<@@QU i%ާG& DRP;huXI} fqA,[OdE */ -]4դNI]c(ke(s:2Xh*k^ iDY\CTvfdxw:N@:L@vj ։t_a}'^%`_ʒgQh٩T(E\ BłjeE*V@\ ATUF~,D~zjRr)jnb)'Ķ*^%LWFLcDtghMQpB% 0+2)mYia5$`zDd~V|bGZ*R\vA@ ۠ HAK@^7iA hx|hdžhΚfl樫r܆jadAتUD gwjŗZZ=U ZТbUZ!r^q_ ^& ZT \ N$@ĥ - Z.m-k՘/Xj+ D1&`J)$RD N~YS(Jw-q&"1vt pZXBnնZHE pUXX~A 쉔vh=Bq@%1^q/֛D\6fC"el<ݵ򒚠b+ ꑠl!`!@j0jOA !σȏ ?D!X!@ P@w1᦯"2H,+G,qrYV}Y\~beL̙=n1""\D+dQ5ni+7 hH9HiǰY~2)˛*޲/B7-;4Bos皁H$Fc٤2h/Ɲ(MR Mb`/04l97DBam q)总RvPop~rH@H 4rEt.qCCY#tXG,nZ/(%܅65Uj˕4խqh<0R0=W'hN< _4P-:P*2N#au;/ ՎT#ݲVæoYΞ,HݶYW(E/ѭ,j5rH6uhQR$"0x va4 X@N0csLdrΨg?gk "o ,j(W2bu h2qv߲m6YTn6X{6EX)V"uTɎ\RuJ4 Qt 4@8c?yX7B%j{'wBp"А<[xOVs,W?!xA{9nϘo9.uD{,2'AyӞ&2.R'?JgIuYhxҊ v@<@x8?8/yJ؍_gj03DPV@Vcws9wyz:+w쮯'w̝m#AbXb^t JW6_xw7Als>gx|@}!ȏ9π)cVy: 9+#|Hëh4®bc\h<}^kQg4w\xy (Aeyt^k 3ݔs ; I < < H+8:n3|KU1^uūleƣxaN{ldA',k;gy )sՋ.A ɊggslB#=lϭ+yOw9b>£#mC2RrR=W"p7АCx`` h8 "|7.[=e̩Sʨ2@S[~"msҳ"!ُ?s֫Ϻ %$(c 0f4taB 1,l&#>d΢K1R(F3s+Nl` :ĉ(tl󧏛!S樈1ESlڵcة5amZ>n$r"ËM1񆐼<$8` ; 00+v\cǑ!fYaB "bh .8:g%*t:3ÆEbG9B#D}%RdfKie˕,LzA(lprz*tH] V+ج/flٳir,"L0V#1$dB  ) "KN <#-O|zq0dTHFQ6h H,d"i&.i")ppˆ#-#=Z+#f 8KF0 %L3!8# B`\1_4Ɓ&AѶ2:5~*L U!02DdkV>:Bc3;2s#l,"C?> K(\BͭPBUT2=m!J'p;1Sm6Qt*U6VS$&MXyY2#L[ӽiCV0 3Apg[T?=蠁QTdPD]_ #k:F =–vQajمe--c,vBJ 9=}UV"? 2r9uƧ lTN)驯|xRV^m`Ϧ%pj'*-{^]@!osֹNt+A*=VhB "R0~/Zqr͎vQ/1' :`Ap@- ㊚P 9ofAf lD&>جqҌ:Dy@0+< C t C*r4 "8ÍE惰SɪZEC"6)>AP AoH#@[G-!*j i/sI.$ް A"? IME^6t\A!{VXMnC-.Ԧ49:j~Ԛ)3H@F L0K~dcF"gC pAi"~fɁ| r>("`\4WE^T6;B HÚMzq !u&PS9 ❊̀@+UO62*iLbPaO!! qU0--֌e-aÐZSil Tk7k*?R7O J3x|5K+˔56@S9P%Cmu1]h+Ue5T1 uLm`lMY AhWhۘ0? w@*WZBD׍rU~׳*o KQ&j[z{xjUWZc|!R_bu {\-X+"lOBZ5 @n2b1#hحfq [yvӇ9񵋇3L6U u@X5ф2_a&lO+`M%\Hw(ͨ| ŕkiV=ǭ~-@ ZW g(|),oԇQ?3iVm<|̨3A:M)MrWo*?Hlgnp0NlbY?J8dY*^qYbyza[z榕wQCN·_ g]Hp7, ]0E 6 0ǁ5l9jonW'>ևyi<[D 86 @˗[Vކ6A 41fiK.s[,7_+f!m @iƒ!!x= Dќ-m|GYCW?<'eBɇ@uzyCu؋Ѧ0O-FG*qmOmv .F*ꆀ~To۲KMHNpSG .q2 p^ (R^o@ >p@ Hxp~`ZR)CEP^nopi0q0qM Ilmo+~`U`rJ .1\P0c4OPlQ q{y|Q Q"0^oޠ4QJ ,(.qNQ ]" 0mQQpp}qQ1 o G -L N SfÎ.e$?Ҵp?qtQ[%P R츯㔑4w.і ɮȟp_&"\ E$=1J_$,c2,%y1,#2|v`٨Q ("/o)Ao:qq2+c1%2$]3tQ 9lR0q4.r @ @ Sph0*31 32++,O26373;,_9q&LSr #A  6 j ~r(Nb )Sώs39yU2/s%s%s:933$@22b S s=GP jsg"uS (*ۊLomGg2 Q,S9ϲ]A#TI]2q@1R  F5. =P>x F4-Ge2CDN t yB/`Ou:/`3WIP uAG :F`ԠRRt" "C7!@ N{NE*GccNNk1B$%O UWwIp;"-At uYi L`)Q/ T MItLRUMts+Nӵt+YW^w5 w9 CcQ` (! 6S ̐q)M A[e Q a-r&1cUV1Wd3x5\K ;C@ @ A`VPa bkTbC1L2VWUPp\KUqNN]?6V#?Kkd/kߕG;A^@ f6*`gi.Q M A[Onb1[.6BuT&\u]Q$%ukB]dköPP@IQX5V n_̀xESp52\r;Wqqgus\q/b37jsdlupMWC wQ_.q ! bLa]/`9o#䲷W%%xcUsXNra.zV?`zyzy[IWeE;{_0|[f ! (J4@]W W V@#twI29y[vWS8^X@.`PC%W19B< [c@ ҠnME V@ 7@iAqXIr8rP]C%yԊ} l)y27fUMR-V@Z]#نWWWUqُ2^XtЊ1l2 d6 &"M Lrbx8#ي_93Ev4X~qw%ؗ 7Yyttǵ;3GK01 J_6y u6w8"xP3OBxXYoYXwQYڞ7_{l:[-aVav!sw8Uҏ?IZYs9y]ZazKG;U02fz<਷YzOwT;Oڈ9q8x$[R_8c:wUYnQ?TX Ab;vE@ J ~y9z[4bZ:3s9=ہ=73K۴O{L~ `{Jt~ ښy{ k:O-ZqBtIPجEz;XPK[1;es; ΗwooPؘ7]TdHiM 2KR19[‹|s3ݡYa)>ٺ0 CE_(Z[ԕsӾ+u33!~]/\Smv=m롡'9_Eb>W3oqt>B>YIa!8+Zͺa߀Hnrpv |[7k~ۗ荾O6>O\}Gl_` | 9GKb!X:o9Q}… 4`A :L0ĉ 2,(`FzB!Jf(%9@z%]EaAI~zNJ (9*bb2_e bL6Pbi~BjUF$hu~eam9IW'_SZyh,1$nJgJir"$=Sz֑*hMԬW"Q0u%rݎ;>mlvlW%-lx ѴJ69nF*|R)XFTLE$in-(o9jUD+f*™݇×iI1 ,>T'VJF} [XQD"M1.v=oͱj+;#s/}rt۰n+&j1(c%\7=5իZHTm̸ێ|&l-v*cXr嬙-oמNx:kh^e)0J {݂#ٛSGV]ӎE׶rW "ǦIAv{Mm ]Gd{G>ED|#3qgyƙi mP.s+ ]l“ȞgiU 0PS1\2B" ȐXmzի#E"?![%)J056/*"Z$6 "*bE,*UaJVd񍄟c#H&Kdr24iNUҌE[ c7I>T3MLeV#Be<=e傶(r 6RkJpիF۳"(DI()٧'>%[܄Cɍ$fM2`s"+^VxT ߖrp۫ʶb?Jՙ}w)yZ?;&2P>v8o)\ƶF=pu^zؽcI|دTr+r*f}Y]1Wy|GM…Cd7KFrYb:70Z:W蚰Xaq=1+z&VG 5l{?ru4|9EAզvWs/X:03)5!sdN{طy%3޷ᖊK}ZVb|0[sft#JKu&^U{+KXn$$-nvH2M۝VFD(֬7z;Զ7ٌ>Ü3̻fO'٫K2uL4- ^& Qհ< i~` zxLAS]1.m*OQ61&2*?maɾᷮux}3l]{ILR1LﵸCʻ~G\N=BVu0:`s%~O#8s'O/F6 Rɹ:-{~WX/}bo5V]M+'^>WSCgW_v}M?o*};#,Vͅ@3QcW~wXH0P~w`hD"Nb4J k4Y7lUVµ_֗xToQA%x5RZz+M85u{#{'6UsfnSmu@Ng}FE(hjtYY +UY0Y5[,rs\|7q#j or7\hHa!hNԃ s{Bg~4''`^2#WUn"=XwjthF`U%'5B${ Fc!6FxIC|1S|fXY,l_t(`W\Dh@wȎtwyu.ϨV(kx%*Gy!W03GLVY7t QTt2 xjc1e4(H{wSG'PG AIԈnbHu8Ď%׎ؖɑV葍/ !hCsv7y6Lt"ux> 4Mq=d`(e{@.јa,)Y#S[8qC܂U&uM?&68)eٴc3&p?uXx'k#H9?T0bXjLGvnhՈtIԗ7\T%W &fxcv:/MYoLN)(F3bKrXmiT灈 g{jh_!aG'G"s?y0VN)w })MYz[wpHHx)؉``|XI|U*59a8sVn:b8(Fqhٟj {a`8!a4 NVY$Oi͔ }%]ֆ)Ś% p_&'6vYsL0kJ]ɓs˹YGV;f:+* \*%yJa-82V[eQuv{U[F_Ѽ/v7ig1 + Vvu0yh+6X Ȟ;Wbjl- inZƻS{ۘ+8ˋ$Ke(d6zg[]S%E݅%{`#p02/g+k{F^q4[SpFKbVq0[ #Ia>&EtL!01V< ؓZVvn1|#˺fbLa"{Uƥq6iɟ ʝU yR,W›~~k F-#@ R![jY# z<\zL U[kkjPV̿:Il.D̟L ̥lԌU+\Z;mAp; Í %FGOa"1-3M6|%ʂۑ&%vB$ b:ꙎJIvL!i06]2=4}iMj4ӝ,,^\͚6[[|/j,tć q؅ )ɍ=̟7&\b]ٜ֘ٛ֟}n+ UeXgId7d b h-nyLL٠<: ӝϽ ݙ-ڤ ۍ{+z-|eU\6Mۼ ߺm bL}ɧW̢٠ ]׽ڨ";UJIԭG1/^b˸Z]tnDN ^Lᘽm-qU(=c[+ 9[8=no=5.nEcrr 3C^ .݉=RVќI[<b%fkAdq86>toٮ-=q~n. PKy&?#8:OECuo LlP_w,,l-0 !,"܃gO *(#B0S0z/_ yTɒH $Jˎ0cqJSS生>(m&%&HFUIf'OQŠKY V, ~m \ ;03+!>\|!DDyJ QBH!0J8F!.$(\Os3dH7\H@H Ǝq@o/( A!gC7~r9Τ9SJJǖؙjfC/Pnwy=ԔQ]u=˿?YZ}5W]bp. ]R6X%`bp%E$/qN(R /X;\ avA!G{d$@fD"QE˅Qf!DQ 9L6ݤPUO}U8lB ۘXjqP10# w=1׃c6t`4P PH0wCrzx5l򮦽}[Ab@EUrC" ᇳ}ۤX^8U8Dh4>\BCJWe "xIS&jQyG)Ea h8l)\ۦHY+1EDj0M7OUIm3q5 #U Lp#08@2(A D4]@|C萇H7T@KC" ]- qDB_}慓@ξ~>vgU Q#PqT6Zb`+k_ ۇK]0MdM-qˊ9;E26"Dc r:pj E\A5=8]  ļB!ఈH Q D#I2IuV G7}N7=b`kK\ڜra1ÂF D"4!\iTs<@+̃! PC2+-㱷j) BQщR#P$v<'W3}H`kZv.@hOb F[V-Yh,@6mFhbtCn< 40|2HHb% }K_-ݫeml'Vpa8/zސ'M?N4ƺ-. %s0wPy60:?I/D|Wlx%@W_ <&jtgݖTׂ`v/QXbh]}fo"nj nvG1TIsb?J31saq#2\G~t7y! crfly>slp:3X"t`ePt94{=w{-*tkYtt"7[}&}Fnni'anoEwׄsNJnaw_ ~He M`a4PW CP993PWexSyUIC6lPB6PVA5rs`pds2d-74WlX2m0RpVgy`HKH3n9hoaaڇ(p㊭xb0pg|whD) pU'"d=/G3,C:RvҘfx(,p *t~XWV#eQ"x0d&U`3b vnl]pt'IpJ(b}w~ F`b66pt`?b( r22NAc4:BJzN4$ )PXrtaH1/G^\n@}<]u`hyo"}zYsG`~w"@‹64W;&#UQTt"*< "r@rU:#lv4*ԇvus5TDCYf\>0DŜ/hfcgFgj) 4ESZ+HYVhko }٤8bX~p((F*fw@Iq\:veNwtw vp\NIP_v$4PI}(UfSnx_gFD,|sa6|͙]ǃٹ+)jv&Lj~jyM4~[ژrqp;*GBjcED"~J=b6$PB $`"JtJQ_Ȑ!>BAcb9JY []5,{,AL kם'KNzҫT[:]@= vp9yf\;;)#Xy5dW`2ԧt4Dj<  aZL{|ʹS|F ƃ   _:S@a0Lw;I([G+W` (vpU%NVUDSbAwj*l%KB"*f%ʮ3ZmD%!*›Pɛ|DtԶv@ ` @ eio+t'wi{ ++[*yGTGG:6U>zjAtۺ%\ИкۡhCf6f@ۑV˻XDy[X)+%2 hadJb`^P` +]IuI+KMF嫗md ꫾l+$  (kj9qzU |vIsP |jJ9y]BQs":|eP0!vPAL(n%/)<-9+9 C^`0짫XSքT^a(ǸA_< 8\%S;Gna.D^<_F0.a`z{` Q bٷ=-]Jx$=)0Nۙ+ד86[ڦ!}.T#Bp[@阴 NI]&)iT6>{R XAܩX뺞㼎QHAջuל|F ^,iަ8 }o-v -!]` ސ8Nz4G@#)3>fa#5Rz0n).(^S ѦZ#X&_L07R} %^}3680뻞.=䨄 Qםض]jɪk{huobaPLLKZok(6vs dҍ}N`C`#0P;ls+[_ΛԠ /v*JYfu2gY7[1+|k0Oe0RRRo:_"<g088>Fa<]Xɖ۝iIUiZ#]+.}s  !<a𢆜?h2:[hTG9BFlf̨!h ._Ig8 I(_ "/RJ"%RQLd">w`ڕW|b![,Y7iq#-۵nȮE*H$T%(Gy2Q#+VxV@PVbO/o,QUkxׯ̦]سq&pl'PL0">Q:> _lhNVaæ.(r1čw$N# G3cάis0@b è/))Z )hDJ+p; ,+(ъ#RqEp别B ̓T00/Hc V :ԫ@?,caID?O?@2< TUU_}j)j .IdjMpj^9W CYgblf>Y($RYAM )Ae%@8R[TS.0J(EC+U-DAN8 8_x/ >x!> Px6г$z;ã`hϻ-A9>ȍ`.9t8aTpiT<# <@Vx5irpB[/iadj\]9?>eUC:XB!!2E\3(o+@ E(r׼Py]^ `渄-Pa +L&ׄKMԤ$5Ç] @\(B T#=}H(%-ϧj<'zaH 8AZJh,+шJ0b|;Q\]VX^uWVi5nF`dXR>xpm3d)G@K`%+zqA* , WBn`0~p@Z(؀(b@ vF]jĴlYBXE  '_ fF*)MUӼ4'd s$(XG6b{PF4}J (R>J7HAΐ)ta2W+m^ 0AiC)pIZ:8&3 q@CZ7L*X'L @H99@*, 2gjFU%hAIYҺ- N@8FxDžoGJT,X 0)Hp"@RT )4s#" hX tI/C,qu%*Nx ܇d?5Qpp{B@E^?栧1bp]K"cM8$N00 xZu@oyIBϤKDӘ+, #k0 ak%AJP>pC$!2,7 N p'O&E$(Ge[*}k@EA~c^ lHS,& Mh @HlS? RpCn8.j[']M[PM gxlVAa h(E)1Zi&e\qkr8$uI&zEI){ÄE9oWPSnt!>at8vUAKNby切h踣ِN'[ x9S̓\B9 Ft >CH_%tXCN3Po8` r@I? gPKJY f`9hWmwQ /!RR 0((X0qɈP<:#8ۓF?S'8'SRE+` 'ϫEC9M{49н34*/ )-0:( :s>:X+B->.B A8A0KEC3%23: 2pm!.#- ;#P7u5v.C;#@X ɩɛ+6?EP,=t ?B8ȦS4E |'<ŝ "$3* RP3EX*԰!*D:r.LEhB(AAP+X.cC˂ĒC?:93h=)))Vhÿuc7v#R0.0ˆHQxHVDODҸ ɡz"!9I?!'C?ZXE8EE=ث\_0%c4F(3Hftƈh5jBlƂFFI0 GB8;|K؁NhKE(,(*J4- C99 V6?7ŒDkA$5%82@P 4ȈD7k9 -7v8Ȃ{ ȀځȘs.ЗLAFRaA8>|EATJ$U,WAfB5n$ngtF[# Ol(˳+D&؀`ECˊ؂E:.PB 68<2;5.Xȃd.+IIL̴H,tuYp_`7(aҗ(V LNaTV3XFhUQ9BJNmڼF`1odVlVN0S8Wh13 dz &eb(C3}Nbx %- ))U`s$XX12\0P2XUH\D$k;Ci82ر@ڥȀ?(#U!Ђ ؒ,"!VB(ڼ*V_M3@rZѵVo֮Z%Z[֛@ 1:[G@;&[ډ9?|̛ϛ "sc.ʵ܊e7/ PYćՃ FĻṠ4 P!(F7; 8U4Pb!5,{@p.{U0@J^3:bC_?"(:9nVF}mc4߻@mV_E0A?_?@>4H^ X*p/\DT}=pI@2T\ t?PX6p>x >aDɃQ>#*}#!XQ}q')V^|4-^Z4≨-0~(]#.NDc >@_7ZuU߼p:۳c9zJBÒC 4S{q`cL( 8.&987HCY( @!8#O X\)v*4Ji:R ^@ /8/[EdF%܌ԉ!i@#>:898<@mȀhE049A?hJnh+NE2yX nNVqj&gZ^k>k^>0ot86ߺn6\h>)+N Ŷ + ?]KR(DN.0x.GPέC$8a<248?y+P8>^M `I: j4ב-ִ֥^4N?h #o$Ko,NƯ Uk1_ 2?oF6k k^:o z9 X*dDXVpLH؃E$0P.\-~; ;p88ݖ>!!XIN`! ނq9 1HP^踈H#(mEȂ)nAGNZ%_y,ǴpZr1F/lcek p!sGs4E>xgc9wo>3?)s+4xETpwH`xJHwH2Cpp'H}h?Ɂh>4oG&$X:baWnA^^XA` 6@ziOh:7wZ~0'ro5/{zfWf{^!^o( )~:^$:rYt*a "D(%,ArDҩa*"S 2e€,iKؔƐn9tM5(P3j@GB `A ,G!,Zg2dGPA{2#ϠBr>|na‚,'Ȓ'GNԇD7㙏9n@m4hƝ;ӺlEЮSGB =?~Μ3̖RXt4-kR!H?sT KGƳDfd_D+`DBKeC 3 1NPD9"vH $@3%RV dA5%` VqEgm )א Dh F#%bU:fedeeir!Zi6Zgh2-m}ئH!t[pGq-qBwQל'5!E)hQJK` K"W Bofjj*1EQ$DҹE)NБ3B2pS 'NJX@2") /&Hnq#zHXk9 XX"QFIg60iXȡ0ÜL0hgimև"^HmrIoypʹBN qhh8\'͕*)D Ac 8PC ?ZLa Q4R,! M!(p%t\‡"v!#*P71G7W8LG rn^MyaƄ}E%҈b]Za| G:L:lo!!v\p{Mp7/;7vh9CxT B - z C IдjA^"Q4qx}`8:a5! w]ڏ`XA=D} `)qtg Ă 379damnIO|s@j u34l :4T DBd!WrN|WERAEe W@Eaz !;ꉊq2#HDו9hBX`|C)9ư!xDPavi2qs$b9Dkntb7'ƤX 8B%@:xBJGE,LpBȁ2 A L7ꃎjt=-̣("s6IA6(n)<¦`S PǮ+A[0(?MD.rB H\S.!i9-mV{:B3"/$+|e4 ꗉ]h񏋽 by>5 a32@I F"c).AʢC(L9 Z̠-FS g}a dRJ^c}+\l2 \@CB`TB]xw4ե.vB<~uzb!iW+gu _;׎94/zgzӚ*: b{5'4.p0  OC- Ct& nB(e6,Ao$z @!W(%pݔ ".9x5K"@d_>*olsZ]bjX{6 4dY@0 A B7|nn2SS:ކĘLf[ܶΓY- NRwJ6 +5ߛ6v.B$ghN*ةxT8|r'[sAi3z7 @"!#!~iЕTKԙ,/JTD>IM#pF6ɲ}z 4zLH<"u(Z>"Y5Sv킫WWv:yNhdd <ϧMa@yZiYU%!p`kÄ dWi+]\p@(ȔAK|P N,kE@@\=Du{\ ZfAٝ_\]ۭᛜ5EhxFd0Rd^D_($IJ pq@̑)BeXe&F&^'ƕWP bNY]LN d@ z E" $`E/aBB$@*pY\tڧUC A ԓUݛ@hDj'~d$%Fa,̱`TCfA8A45uĢw M%YM0҄NQ<uG= F]af݀77:Uc_V݉u%u(B%8 @#J1@V^q ,; ^aNDfedd0F:&eaЈW40A8+,h* eDNq]Է $M!dA`QG}怖8qZم6bW>gXft9~etjtFuXz|.V  qE!6^ΛhIlejbnddG+KeTMdl(ƸA+愳( @NMPJ!p {A |  8%T6TzUcvvZgujg9if-Nn9¤b]:\'] 4!^^hӎE&~Ɨhdia$Bẽe> *$A#IdDmq*TQՀ 0ŲqQ4^R+Q:P !Z*'X :j*jVsw"dA(ְu,y\% $C)jb`y$a.je:.dh(i*8-NzR pٌxs\ZA 8P pj@Dij*+,֚6)2%2a" k808ڣQѥYE+ݧ@ڈqZUSF.by ]f-bBWHF mKRDԍϕ@ ,2.BpZBe5*6=l]XAePy.ܕ0\n؅]w 6WitFEmV-%Y-TnSoo)IeꞮ_,I_xyꝞb~NR>(T0Af^0Vћ(*-:ZX2 @ T/V(\rAa (BB{h51>q1;i7q20l/D ft:[ArD %dqb~gY1h[v^ nP9-Ax>@InlA+j%f@t fAPDڲq"ԇ|@ j@-?jZoL3IIOqתU]#k@edU6?RửV9Ԫ`:K)Bh@S3h49l𳫩RI@,bDrQD+/F3r>FK1.]4_r>'3@<;_bO 5U~śH0B(93Jϓi;L 4Ag"wWrYHʔnZA"%Ew[ia5IDA^;7u7G5]`@t9^g rjDWh@PWv;iCu@`v:W#lm?sl, u w>q_.Ww tt﵆4ZYX\f> Ny>ivKtKAC|r:p;[t 4iC5Tk PuU,$m4j* 㑈DPꦆ M-{xrN (B7x:{RtsW0wܹ8'sIn):P }Ε}P[Q n-4Pa?_xgeV{&&nm} (gTwfmxP7Px{`?i_㺍а K䝞3H"W<Ч:b,)&z[%Nc0VSaKX/@D!g7D I8L(+vSN!`)'էKV:ә P]cټ'RcV&R\B.R :#E9lAK1.:(H0@ T 4Q$!&z越:E6")7HG࣏&xJ*&|>&*ϻ!;jӲ 9z0[" V@S8' .Bt0t*@m 4cZcb?HHN1%>P::nϸR}Z**+K`bKRXdL{,ڬ?8,@vr#>l 1QAAtȢ7rőb}kīk bTk*HxY[%:a ([J%v!NvYe\*Y4m}lZȡV+ 1:DxI@?V7LowiТ`Le#ς<L{)^L};)ɮN-1Yi'^ؔ#oyDqA 4@,e-HfW3IrQ{3!!LUz8b.au^M䫝n2G.s*[#8[nyp]B`+gƻfͤu!|;b7WYk}}agu{wI~w;_E9FZ:!hq 0LN [`@O /}lիxI_ wA̝NR[U){ |rL1Y%0Jl .4bWSq<`0?| WH!VGԡ 'w_\e%3^v&>(Aׄ, f0ojӐ4()VHbFGix0.IܑJ} )HFlHkk2fdmu3Źrjt#:@c{JFkQ77ԍA XA;ܭw3{L$[efDDŜ}/j[+eǵWr PA jP ;wHX 7#5_gq25kDo*nzϛn5.o{g\gRLI%Xc"M{#PA<"f*Uy׆ьl%-'\)!,t 5amNf+z:ճ#eԱY/ޡA|g pv4kX-jGo(RWa9;mnғqc\gtZSݮɯ|!Yʁ]h80H)SEn> }5>A\bثů܅W|C+?ǡn?6y+Vr99Aj*3\O8;?<|m+`4? ;[oS ]p1]K-p-+PQ#HAc-RZ01) S !2#1 ! _ *n @M 0Қh >( H?#q2 P)R) -ro ҬVq_KrÈ %̀ RPċ''A#r.()P"3 R##)2Ñ*Sk;$2@r6o,U,#>hR #RP O/-/"3!/r6+0wo2#.DK*` aN@шR <3B-7,-`'Apv5Q5  6 Ր7>k/Y1M S ` m sVKH/l8O*USCp=( S>rES>p1 3 @і AQj(t܋5?XmY}__UL*8u(aV $6bS cS1 /c=({5Vd6M6U֦ favYeRLV``S]Lg ahʮ&7 'kS3r7"jWQd^Svܬl/mEmS;mYs0 M2n[ՠQQb@ߎNjD7;q?61 IrɳkgdyX/llcYݰsm {=[`)3 Luf4fsE 6*uU$w^keq_yR38 Rת_@{={[t ! aM|[!A mdWvLp"u7joQ˓!A'Ol7fPs[Xk0SrC`!x_ 7ȗ` @X l #wz)wj7rvx8kcX*Tf8xg'XݴTsUnn̸LYMq_7"c׎GYk8)w؀8Vz=fK` Xa)!"aLi ؙ*1闚Q9^I=OX!=q7QYـؕcvϹ7WQ7t]BN2 J7|@ʒX }W /YyՎuR 9zӹYYxovxY9c͟)& V\+Y<z؅y6'AQ)jeER;ڕEZZ=)L ٘WZe!Svawz.vxg0'>!Sv(:=7:E :AfA4 Zj!ٙ׌/jZLZqj+Ie1r7 ; )c7R=n[ <B;vAQvͯd]RKzOqXCVU԰Iza:\Uq1C׺c RWhoٷXg{SXvrsqigsCd)W0{a\La \ xƷzzBgt ! u5<ȋj6/wĝ㓯c[GWe)ee| ){;s[ <}Cr9- @w[usɫ>!ҍDJzc{' !{o|wO9!1\Sԗ-ES9 Vw2-ᘟ*m]Ew=1Qxw݇{73m<0La x-F`sEAٚM"y}`\ݽ؍}%[ Z1{%, fVY}S6sS3=+}/9ACKѫӮt9Х#A(!h'$a4y>ч탞=׵q/]~YEޡw|yx8~]9!8~5Ә-5^_%^ewslO?ٽ:j#rpFOR An/Ya˝6=]>^GQyٙ7`SjwF@gAցR3'17]y7 BxEJXE 3Ai.j$"Cǎ2\Iɓ(S\2.E^pIs͚8oi˞d0hQ P&tiPJJիX.ݺ2G9r4B!? )h,% ݻxrߜ3J">JˑzQXQ2fװKڂmfec^N8)C*@ a jYw5 LޯM,ܸÑ\gdˆ4Ys}Ցk%-݁x &SM|Vhr$}y\eşizH gB!bw5xmVz56R{#T҆7A!G5YR+FO-袌:KI`ZK 9B%Cq"]RƩWW.Qx- ܗa ߍ?IPgbUdh`#LݞrVj^NF#I[d'#zWePong(i)a'V;hfȞD2P r$f*9Av HԸ= j,eAzfPh (.7qJ_'C W6!q!hA+D)Yx)^DgNm몋.&GEœ+` 2|.eP7LŶ]ݧdA#豂KHo R :Zx;VB/ܤtذUr6P+[U9}w3C\31+rD+Z2~e[>w~;̷bz]z{\:9ƤNO6b>y.QŬﵻyg-A~u녞zUT#f}#S9{Cn2Xb<'tV^?tQ_BH hv/0\ 'deh\BF`KN"H&<]Pg:MpnJF\RXQ(G;J1z =me@[ج65HIoa,$lrґCl#&j%M%mv(OUGs UPiHdmx]s6r'&|hRD42((99&%yr1i2>L:1Pj/)\3fM!E&#EK;或Ʉ|.t&K@bPMCgK`,p>-jg*#%PMLyb=t̼"f|Q*vV.kz,*Sך&%I:UcLHZv$KK4I9$p' eE&Vz!'H{SqWMMWK&kmJZ].pGrJ*g$6;Q]-%@rRpFi؊_-ލx}0kV|)_ ^VtL$։<;!vWV'Kc)v J$y!gF+d2|6:{ 5g~N5۶NƲ=tCskJf<#AE} A49.uB;gPjl׻-^~iXxq q4׀[_$p7Tuٟ.K4Z,I&1M?\ܽ,‚;ܴl{tě`%Ƒ&;vQԨE~̮)k'*SNX=Ҙrm cl:Ӫbz9.nSI9gMKS'-IϵsPYݲx=ndHx3,f_AuX90(׹бGi]lXw\[qJ ߴ,T깖 ֝]w]%Kh/i6}r MOgL8=' JtAN$5g&3~'=098?b/HSއVE_x;qPyr(g|P:E-dm|!^,8&@.Km},f*GMu'@ۆaOB+%CXc\5>=hơ8V8(o䈀6VօB%-{b#8y=kgmZp$yn7x![a*A TsA w5%\(17x֌Dw#h.#7@!stwwJX^)aF(xY59M1x8<s8c%ze%h74r(B 8cCP9,fYa*kV9w4ial7jؓey W{=pp |aM9 s9G82R}Օio4%r%ѕ%~F;Ù2Wo'#9XvQ>A~=K.^ Hǽ͹qV}"-֜բ^c^(,̶0:w2໮ ~II.%]F^|nԤ,hHrY] ⣞ݞ (.ۗɶɃzN.yR)$%J$H\ʜIs(7qRg)@)4hП8I3&&N\K.CKٳh~Z+ @۳ Mj#Q6#!>|@B !7J1#:XH>(Α$Ѩ}`dH7t0'rXq! 2\P:?2 ba8vq0%qAZH})3fS7T:eQџL.”#Md րh\rѥZ8SK.e]s ]0!X3d X\C d&*|  91G=Q31Đn-$do'owFF#)"eT%`u?DU}^xIySHhWTyٓRyߜIEU剕 .XP*Xu@.2.EV`ja GDBdYG\ N)0}\aq0B ?b B&dd dpùarSϝ!=6DAEU0q-5^橹flIfMNe }Qe~[矁Zu(p.|2'@!?@ft ~G6PWTiTmT{v7-UH_V'@|׍/hP˜0` 3ڭy!3Pb)fg68D< e=0@&x$n8MÓ|;o R(E F(蹇&RS " oy 2`evQ8? cǠ'bO-$YcJ@߰3H MJߣ-k̚^5ujx\QWzbQT`b#H# eP", T. 8@@ Z Ç2U?A =b֙5@%ѬEЁ Xxo>Aaxk&5ԡߺON)Qr2F ʏv'>σJcQ,Ae ( ,\@h׀*`#P<1Tiص|`JżAS0!h(^ \6AHًx7t 1 ԥI@P.zNGEAyMy*&H`aS2{B?.kV4`( 0/3 S `hY¨% ?!ߣOXP #yar09Rqi2.`u<^.sY:9ZޡK`&ǵ Ty^] A򱷼-lF+ll2e{^WJ8Bt- ry|hAk3pKDbФfpI=a2<G L D#[AD reU+x@Q[GPa+j]XQ٢2ךbԕ sA.4!bR^8{bu&U`Bu .AhaXLEV25p|g0/p( 0Puŋk:  h"99I4R\t]'\^/TɘJE^4y9cfEB,z: HXSs ޛ `<Dž8@dج֯K4؅PnߏAY}Z4 B41Mp:V$ d6u{dH [Qhе)Vlyy~&V%҆sJ,%KGtDW_0,h5{H{P`Mc*` sCF=@o)bTv%NӔ%o9p 5ql@2*y3p@:=@OV3Kd%GQ_ ,Pk--W1W^'sa(`;`=]vj88:"2vp9Drbt:p/2@6WcqQZA'`E] l ]sFnxW/KtP5 vr`SnK`q(Qt6AvP@ "-^4@0mtM_t X?AwtPP3#Cpj$@c@a,Dƌ8Q3RETT^.y<h]`87hgzmwXXY(=Vy( *h7zsnI$Ppqp y@Tp'Fqp|g|QhUFPq=@%Pq`@b O),`)JS˘\#q,0*7&BslXZ6yڸyx6H bvPU!fOY_5 (Uynnh*Buh6"$`P`P?3;|#Q2Yt qcc=[*`b\W:>&Vf)0dHJLq(T ^ JˑoH]CGt*zJ ևSW)/9ud(`:*@~ypcpGpSTv@+=2-"&&np sUpVɗPy:1)LVapw"CR䕠٠ &J9W^Pzh&ɇ}HXw":*{&E3EE+:@`=0$wky?g$F-&NFcwW&""2G`TUz-~DHk2n&T'e3!llH[چz#t{(3Srxsn W>2saj+6E`? K#iل/8HW|vs~dAѥiJ5A~,Za.;lAoDTϮFOoOONoFEBP.o@^ >z@ɞ`iE9zvg4NPiP5r8 0(ʟ>n !Fќ*fc?=NAz &MxrS&L$H S40_R"e)Q4ɒ%Ml(&M|jçY,fY֭,pbK׮ܹyK׍:Ɉ(V,fEGiXiQ@i -&MzԄ<0AbM8hA.l,06z@q:ϥ9s >G0|%6ٸhF>"2_џ&TA@ 'v*b #` ë"?JRXzAdЦ2/,, /XC* pF)XFPT+MeL+rFtq۹rÍ:XaT4Qe4xd tK,̬5P2V8!K8,9sN"p8";8!5-{0({Q7C֍Xmhe[ zJ*> ,иJ溑J*1vQlvg-EHkڵBƹF,$V0 ,A 8܅7y XѲQ*\K5`28cj`YPs8p΁I8@>jxهآ!ZEЀb 9"⹿>"-sD֞fZ5lJjz*a@~NDUİ^aQ"Xt@E~!+ ET#cl I}w 2ګ2AaI`Z) :V, C~_96d%k,i"LfX $,h`T0jxF(E@BYrIWV ӭpc2lN$ex#"A~h \96Fǖ :1 O z#|<,Sa0?spPQ&79Z:VJI S6J Zi_ѭr~#%i#.G(eXR41F`:|کJQp@Lךl&e)u*U^ fH  vZ$x!Vi kL?R0n|$6|*Pn d!A+;P0Āzh3MU $D=ho!RAj U54[v? R)ʾ|+Ca M xDt@JʌgwѠAV`ԙiN3zA ]@ŸIQR"VHJ@B.o}[a|A|;\#PHCpyp yP&bO6&ɮw-9(W+( @"^?vcG.me=.m;oxC) ?Hw} e9 \PA Bt~0-#gw3ToޔMKH0ȀP ]XDpOp' 8@BpPC*?Ypq("@9ԪwhcZYT)T~? n6׋|~[W?ٷM"SC a7"2|AA:(Q[.#/%= 1/08 Q<Y#U 2=8Ƃ'I6p@QؽY聎Aҁ'-h!0ܵ9> ; 뾦h@?CC˭E6mm6k-9C(hBpt+LECŠ?@Y0b* d9&Z  BCΣ/1X5 @ H*bnR+x=Ky(:8bD Uܠ!-ڔ-@ Ex(Ǚ1x03 *@kQ68$?l?k;ĭ;=KXE7?+@El.-X$AȂ 4-84PL)З l  Pn%8dEJ5pIp1>kAAV^\!p-h;.p!iRsNAql' P,-(Bs㯷˵vZǥأ:EPHFC?~ Exl;4$)DȭYȿxHB$s.!&&XR)83IA:)/Ol VQ\ `(RHA>5Ѓ5(5@I=$J< V@ ^_dXD8s@ɝS'-ߡ' "=p>dt52:G$Ɯi>ƄL: HPjLMH=ܚ< $A$Ĉ&؀ PA@RRp͑E0uY<#1.@ЁNP%P=˓H@=WkTTHH J/kF,HHH@xEPXOO 'Fh,1>ЁGBpB`st,:uG4#A8PLR пJUUPVE@(уL(B, $==MMQO "mIX0&piŊ.XE10A,%n-2 lEquZ<# #].K(Q:;Ȁ::0$=8!P0DMaE%.LGH/<ԼKK9?PHEԙT#-RMUS?+Fh̙*Y]PS}W-قP9:PBYB8*@?0Va֑dCVDOD/Ү ARZ0(Ȃ*[3,Z0// 8܃5X2rZROx33yCC;Ȁ#0,l>@$!(+4&"QYTBcH0 P4?Ne;ܚ mL5ٍE٥ӍU E@k`-9X%IMuD7HxA)A1#eX,Ȃ+e /RKm8 GR$NX/QASukBR+;8H C8#,,>0h Ru"@X6 uV/K܉#2 T9LR22'kP +T ٵ?]]9xUEXq3XUZDA*J꽮- u'04RI-Dp=X1= .E# XxЁ? P,4ȃǥE+-`G E~X0P[.BfT4凵\5fefZeSeU咽aaNffc棞]D7:ݞ]?KTޢ.Z]^-:h U˙Ś-pW4R۳]cUg{,ڝD$"08RBv=ECÝ< cN;pS;Mk# (9!`7XؘB35uU5X?ٿT&)( =)|L^&_FbF^jT93.%hn >'N6vb%*@00hg4kK2kokHJD(V2HN[8ЫcLF-ٔ>9|U ȁ>`|jQ#ТD`4FKOSmTݎ4Hћ%2O-aPEUٽab&fC ?r OdnjYf>hAf<`εV!=ˈA2n݂2r>ffaivmr,n`pw@2?jNPԐ*yw dSN?FHJJVS0kl%0~U|t _؈#(,āXm6 #Ȁ0mκ@8(`@FqK`Byi})bo"z)tgH~b&+{'r@(uͅp%8_ w'(o$!(@-~ TH-E)%L9K0aʤ)#+F. # [439gΡ>9sE92\@ ɀ S x%75| a#^K,ZAjQvA!B >yIQ&#/bÆ铨Ȍa0f7ݸ3ТC+~çO>RTϛ:*d\@9sfΙ-T,A18Q &b PO' R$NJ%`I3mިiK2%̞2`!A W(rIKBP %`vTC GqR% l0dA!0CH 1WXh\AUHn qW^I`(BXbavar`6%TGZgqZy)bAևlvmr֛o[A,D']ui8HQv, 30Z hUXPd g+$qIđxbL%_YYyٕTʑa sYn4|iG hHofpۜFgu8xgs/"9{>" A 0?hѩur q.D)Q RFN !G, 3!0PF1\{wf`9NȺ;qD|P꥗\.$46 DghlqEWpHw_G IRBD lpC(5WSL BBQr8w|nus]Z7-!Y‰vP65\0% )Ӭ `'f^V3POz1@{/<mT.E :#- s@DH* fA@$P@7((C pE C J cX:.ȁxDP#`N^J / .T/0׽CR/.LM0A!~MC 84L ,8i0 /} Oy1hڃ}`ǘQhA>59-C@>HCvҷ8@(PF WS!D-Q R&`LUIGtP.(̀Ѳ)$La:Z⥖X@&ԣ.UJM]9!ɗ7T]3%\)[p0D(nM6M:9 f- NX Xk8"cӞ g"1Hyb.VR"⧨Ex$+69p4YJ (@j$)%/EL{G Z#Jze,t#\G STr<*Te.arV3-@[HYt֑!tq XCCW@.hBGРy%)DFj+ul5FňwR"A#4} fx 2FDF U[_s[! W%nLj0)J9TP%޽/ZytkTR_i ׍/} DJ'[oos&'' BuZU,NBd8pztI;4L.*KϏ胔 !6!P@-`ZC%ՙ#h|%MaȿmpHئHr ҴL6#eեe)[5at]&Q.pK6;IA$0ǜT#xkz t<1~9q`]:RaF,\9A1q2`jaJD#."C&2MiJl(P'Mt}t‹JrO)+ѵ ,",˹7xZj<䐳Pp zE=@A,7L0ȡ\Jae3shAsIġcѤ&t4 '-xQ|hTH 45)!"1lF D'W,="}urr I?Mn?/GՐ7}. L8vp7Iw.xK'ZaN PI21B`\Bf9!BeAl%xItcQJa=TW h"|CMft؁y% ^![C< Kس _ D T@7ch->NFLɲ!Fg`eΠ@h@vc#}#EV!5ԃDgmL$"C@(Kf .=eh ,UНhkm:Vbm**a"|UL{YM4<@*:t~ceeQ#yFi]e@jNW#@`أLc-.vXU@F΀H'9C!ifRRNL&((B&h \G\&(PHh)L&V Jټml+⫿iF*"eAfPX́ aě@x,j`gPb?Nn@ 8$alcl]K@G @P%Aq@ XqVמڞ(*-ֆ5+&^ޣ/02ыNe[_U@ŦaZXI0L15 Mr-Sy*R!{j7lb\ .f!X TZQ L˹6!t@ &t ݼ-Z:2 7ox=IX _  g-Öq`$':`oa2-x*N.pB{ tc@BߌNV9.H@f(NKZA <0":/QKr&p0/V]VO`AO/ #ꏧ.HmA@Ǿᓬ%y~4tB@v&bO*&.y7C A $TT$xxh6}}CQ9A5"@dy3#<8wyvjS&FB8V*!Q`"Ăh*B:r@I+x7bΎ / -ﶤ.+L;S9dz6Qy-:=WVK?V=P^A` _gf88.z8cX6Aꊖn]aMJ\r޷|;|Wy 6?H |dɺx0G뺖x?0D K| s3- Vv`[W\EWt:FX"!q*泿9"VX {~ }{|gϾzg|}ë~bz¿Rogr&-#˰?g8s6\R،g;ȋ@_6Z1]359ZnSDu=P8K= LFs><~>>L4|>Č3``Be$t8cFÇ !&(bƌ>*R1jXCCV9.!g4h.-jHQ"@l:d遣SXI(:pБEn 1吲.ϪuٵlʲR7{Sb oHy8eƁ,ؠ K8~|3eǖkX CJ 9r$Ehi\&Q%0`Il͘|IhKKpJN:h'WDs w[)ckݚ}[%ptAÍ.0!n@,L. -C@I2`hV"5PdDTеpKWD NRI%^8K.[DKb 4Jz@Cj諏1ѭfB"/3(Ґ5̐>Cq2D>-D*;F]cm"Z3M k4<|uԚ-!TKXeu-" 'z@P"#-+/" 9gHA!PB?B@W-me S3=6tʹ3 e4Bs0IHC,TMUUD:(p‰P c%Ӿ2!K7iSllOne6S@S7# t]fg<|W?n QFXɡ & A0$vȎɌk>bd7xc>ȃ2ZUhf ap?p:wBK0gDO,sj!Ԥj,0UEc*z[0Ldܠ 9:b0Eem0qK-h,rn-5[!JkUCGuހ;`ԕTDu.9/=`kchs m ^g7!L$DOzB rP0 #GBPbI S &R}%>eI 4l4/5SQ-KiQѼgC@V/Jča}j&4 WNՓn:K' !he=/XTglPρr]_{uCZv&BEogTYkY%JI2-mxW4\ ŴL^ʠasiKԠcS5:-/뎄eEݩi>@ @8 @Ց?dmֲV`E pe,<܁֞*ܝ20 'ɎKi_ ÍDy#3%L(jSo @utĭSmz1uzci ;bN>e,@14-TG>l pPØ7Z]Eh6/n',Ôr<+FJ]Auf.h(S[`fJن?3! gxD|M3lMHan,0:PmR{kG76(.}kc{ʏSs?V7 g D#H58l1X{nq^o]"S+pz+;3bih4R!p6@ދBT.IO[wuʨT &Y~( 17!IUφ^ڙgC)nf3wjM[[˃8Q:~٭Nٕ)!=-w%H쁽^f}>e5y03 BbVCU'mϖ|=O X!ʷhCy?p80 D?pĠ7<x7q5I8o7xSwC|P&h~?|z }ȲO|!\[}^[} ~l^蔻 V>B *:/. #jpHP2loJ+|`x/g/ Яv0 22^`|(#P`OLBv:+ڤ|n/b {P;hPP +. e@ G ȏ  ! ԊD (;^+>q ۰߰.s7o `%;1 +0p /!Ԅ `*8+ z<< hm\?WirQ{+oLoذh')q|YּqLq^g##/u?)"%p6d|@Ŭ ˈp^㶱!kI~Q%M1-09r#Ir$% ^2&c -]'xR ʏ(6+|)+R*;#$A1cQ+Q枪bR|,k,` o-۠ r o갉 ~@,/Qү1B*0E1s8L#ORKbR :4HrRs!@[5ݰѐı UpSuS>=1#8?q62(b2:Q S@" L @ 6s69$/7S S>n*8W?_F='P% ARҲB]հ!;ci+DM>D+D͑.q*C8aK3`/ms%C+ @S, 0,lT? x$[vu`-`ZZ%70[ ":/bb-TMK*,dEVMV r1ô_ueoURci3R% Y32^{Y`auIo`4bà a\M!ZPjy5@~+d35Se)SKV6K60_O&s6n5`VL35h1V<`@6:ǀpO 7j@ vtԀusrG 5wl17wQ% &ue#8tSuvncr_v4vv_ԀAӀLhxqۏ`iPUy|qz972_sXDQgc{fF 6|W`r%PE 1.pG}Oo@ ! who -ԫhPI?krsрAWI2_zXf#m-1nQY7Z78ՃIMx@S . d#.jc ov8yddW s `531+WP5uǷ3$L+Ox@_bR . NN5.PAOtyxk8L2mz_f^yA8y`38|W9uؘ/`T?yI[M7p[#Ҕ)Q9"OY95J޳s+178Ewym+r7*qx`y'YY|Yٙ4tu0S (:Ԁx9PS;?yw13KZsls){Gaԟ`8u99:Uנ+y8u?} TTXb*"aUYY "9;aKOQP;X빗Q0K`Zmz{Z9|٭YW@;5A2 ZX$$K  6̣?؇-U*E5riiV՚?ٟY oZ级z喧 9I/i {pDL=*S3sDZmZ?[;E1guZծ_ۼ3R'PW% T [Uxwn30Gr-Tк;{'|?ûoUo[9\Z׻+^ ;UvċB(]{s$S^#3!<#|Ӛ11\5|ãɫEBd Syoa!L-88 n$r*M+N4t]-U63݁K dFxC#Qԋd%A8KbT$Y5q"Iqi8ҕkOS~mmRpY+ Ąs.ijd'Q.N6x2ژaAX+aujQXU`y[spqfʢUffp]P>G5 pU׵ˁ644VnEU{+_ҷIAg`G.u{]Yu0fj["ֱMnDlkV6v*%9(xS*/d2prŖ"漣dnFMnW@!r%$5Jr1uCʀْ42|b5¬;p){ .gC6amuFbŕ<$CaMԄA:Ѐf $C ղbhN >{(d K[6iwv W"l5;~]4n;fkƟذ%֬f5C1>6Z)#/$;qtV#uB;oNܷQ5D<1Qs?Uq[{:h\xOBrZq)&'p_K#?J&du`MJQs;i0:e(=kܝ[P O}fL뱍۴~IY8?{;j'|;:{W JvsUαQj+iitھՊp1GT%Q8t&2 ݨ>6{Px<߷` SG~vvSgm6|hxGOu_NIF%LZߗ`4Zj 97|48HCP/GG7dI\<6l?f4u}vxg`8{Uw"{j06T|wu|$$A>nd8z]Mz KbNppO(LQ5eg608c:;~X1Hh(lLqңH-txLA=RX~pXvae[x#tmn2(F|qGTp>3/2}u7'XXR >8>,nD&;ce%+Ftkc#AF4zaԍgFlH9*y%''̨sƀ6QPaqg36ksA rϗV؋'z!"jOKx8WiYŇDX5aE,~F'IWFxwSǵkUV^9_8a({Up@BpASWpt@bcokDwn_uy獺8)iK 2k9Uq yN"Tx6֙J)U EzS,2B.nP5͓Zax9mW}mpxy0)TC_>MY=|٘kHDѳh;:Yx(LSppّ28tEV#EYaV*KgozgEBf:eISA-Rjp|fvwIk7{i 3V`faTDi zP^i6IyYٙʉE:a^֗b󃦳Vn^.VJQ֛sI@ʌIi[*0A(*HXeŢJ'iTV 9)j(Mr'ƌgZce]O_Ftq*fFUz}zYȠ5ZIH 0بfgeszZ{ccC[Uef 9åj C F˙[aEKNz:*z 5dSzDjXˈ | E*`yȤ S-Jad2wZrҚm|CjFz *&=dFacX:o|_ gXlCj6ج;WpyY5lR­1EwZf)^(6:mY@Z8[Hgxhf lOۘIDFC(e=~s!sjʜde[beYKM+}+JdxedڡJ 1 c eK(G![1 ^h7f(!| ZߔZ{-Gk%0Eɑeڮ}zX32>+2*)6φgy; # Gz`[+IK$`ԲB]٠.e\|[#%|&,*,B0|yK aGUT5:*2Eek(xLN#P|yjױ瑱E CiŶsLBR\vyK)l὘);ʼnJǻ$_<."}X科uY}W~睶9M ǦLʪ}QܽUF+l̳L<0XVEt5utVJɯo칼|K<Pʫ@ۜތR|®m\1ܷU8 <͸YgzL@)ƗܲU{&Dw"!LA֌ ܼ    įʮ&9GȆ+2Tc: ]\{(-~[ ƷJJ!ώVj*LJ'A?d4 I=Р@0,yͣ%L\˂}!=û빋+nEd1 ٓ_- $֖5[߬w ?MAsکzШשlȵ콼\잆-ˇ: (4_]*U =bٓ<ݕ́2O| D׭-uMz-? <}lL%,}߃ 5ĽZ,S^f0 1= Nّ-Mm(\ \UǫLޱs=r?- }ۧǽ۟Y-(%)=ٙݑ 6Ca- J}^ٕ,MQzC Ӡ@$jz-0~[-X`V@]- LM> Nl\6y&_-fn@ l> ڣNԭLV19=|`,c=^ݻK䤮Cn&!,", $葙|hySL0`L1/_.q3D ` 1( #H If7s9g)=s*ٳϣA̧P jd fVTպd ,NphӪ]˶ZȝK@]r麆#>bD&?1!!.(!O2_ (y^@bCPDs!XU0pA L#У7-"hdƍ?nB匜!3̘1HBR`Δ ;Υ 姒ū7 SgfikկQpడC %]wI.|u0&` bM-VB|`Yf҃ 6 v"=!!pcCC!Gn -ĐC`qQFM^@qn QhS]{H)QԙdWSRIe}:`z :([l ZLcB`ft74ly`RkyYf!4rbQш%8|\C{&Cp)_$RP!X$,^ v5x@yixGMS;t˕V:x'< W+`]Pw&<6 9< 9`BFb C3 5=@WbQ 蚫@?=B-dEieyjTJnXhPLM睘~O@I.QyRM{)/]}W(;L@j` LY$ vիJBz !I{ҲŻ(H u"J)O+FԼkʵ=HXA*< QpO&f{J֕  H"XnukXyЄF`A*#q#apK\EuN@D%@j`:jqOYjFv0a!`p'TQO>b zx>oM%צ$'ViQ6ҍ`G7 1@h!PBO>&_ Е.0vL(x0%%JACH#)+@4*"`Ӣ7Pla{Vra}l>D*|\P4NAFnJTuC#얠WRw؈Z:W {S. Sn"HAJz8LĊ 5`c]twG`CAH:=P@i$?HPAy#SMHV `A+WݺF`ISAz -ל `*ZNӖ@&E @0` dvz*ءLa||jsY<4lj̧U-Q.1` <${, ]vNJ+noT).oz3qEٌO]Nm+]Ӷy{ߣY(DO*m+ء\ 8qpy3ps!u v9"q*NCz2z(We: aIr{tYcg8/Au_w|2uH@.gF|9(.agR6o(h71ZYowrTgw%b p^UbTf/3[6@$=qW@UU72XEWWyc?|`vf?s`[p"q]$p A2{BP)1mG֦‡=Q7i,:J`awRpR@v( 0&koKY/hp [Zb'#WqNS!9MJȆ-v=6``)/@W6 qW3iWu@}`t@J<!|n|A؊D)]JK򱊜[&Z[C0"#4(Y= [)1 }t Gd('0W0W=ʦ#$Hmh8=/mgf҃?$b$I nKĊyZH["0u3sg:$ @gȌQ1ypp8g?C %ڕj3*xPPV6/UWp?$@EwD=`6g 6Yϗgib@}芉<Y؃RRRE׋ ~9ix"~@691#s!781sdGpre0Ns  Qe3A)ٳݑg .~;bB;@XRI=Ru7ӑz)tAqQpP:~eB+|@]sTGI1 npt 3W锯3!XZ0r,O&KC Q^.V;&$cQ*jD 9v+]^P4:4JR6ާwitQ7CJ  *Nӌ0j9(]qn@spO%PqnePCȹNg`Cr$gyQS,TT,AQ$LSf*!!A8TI$HD@XI ]^ I6֋kſ[0涱x7r'·(Ppx!d|PBiCnI.=q +s0۹ B|, uRQ#ghKsRLʥP7ª|<÷- 5LDHd `J Gb JM|0 8* WSSwvQ1~g'q23PT/z%y |PWZCr}@=PꁯiiPN_%H|,lVQ5TщR-p(}ҝҨ\ʱ,́;\AqJľ,[ P?-GaK8aĻ{b"[X]p>U0jRb R{s0*P (rƙǟ*ƨ50lp:lp eb:9Ќm=QP˻g.ˏ[Z[x2." Ҥ&ҁҝsڭ][P[@^=+I @?-H|hORժE>Sh7%օleU"9}@%}}vڃHCM-0 e;ٍ$HW:7a*l8<:`(qp52^>4hNYިaC9-9yP0[n̺43S0}]MwN.2!~c1d'.r0P5nڅ0_a@RI0J>{䑺<- Nک8 iWW>Z`*| ht$t坰sn׊N{/(lU<^6BiYcn^"_X 'YBioMJӔ@ e]NY -kr#ze[^18t`ބiyvPrW>hrZZ29CY2~'[.}1(lɄq }\?.OX`Vo%uj}Zf Q Ş'O8zUMERKI'dō:xRH$]S#G;y"bĈn졝fOA{Oaʄ2%0a 3x)G!X}`MdAsR5bTÊ.ȇ=5y$˕#CgfMQnB)VXAb #BI# 4hb@ X!F@C<jDH3 ba Fa`-ڒ1."` ""`#"P!ଆ|",p#57@S 'p4PS58Br-7z78[ k9褈:츻di5n<΋("GH6 2bӐP$w{Psd9笋O 'c QC=TýywGFRKD>ak>{%:lbԢ0 (d: @ 4`j8HP8AJi~mY/r8UG@pـ3q1uQ P }^0( 5P &޸Ma0I:@c,p #jwA5JD(Fwj фBHjbzQKBX-{N+X?ѨFma$A bpHA<"DP '**P`1D z`E5*CE@j̕9`/QhE Fo! P7`.`a6G%NtdD;eCb9DssrpC@6g5[#)QʅN.A Y͚ ܑ""1GIEy04PAuXN0O2q,:A :Æ@ rʁ-o}ؒ8#5D ߤ8u#s61k:D@!b;ᄝ@NuUl;3pAHPB|ZSXQVU/|?3UnHj{|hZ<%7IQ/! %#XE ;.Xъ@׮TCf:3AP˿A -3(G8KA`ՙ3!W*|WO$rn^"'yVuP}zU61@ AJ}iB_{p`2NnQZ&@I(@/ X1R.,AZAm|Lx`1&m4 Ӕ7h鲰U]fݭ-]tcn oNJ7s~kW! !` RH~8h d%VIsQcUAGV`i2cpa|(Ȱ2xA ^fo" W;65ZU*-CbxB9K֥A>6/m!Je 0oUM1YO9EyEk[+g:wvʁ/ r~ A, k- eKa;B^dV,a` $Ƞ,vuDqs VY*DsM,PPL187A@Pݰ9v ( ߵ-)ͼj)1?sw)ּx;gzo:g |! 2A>h0,A$V3<)rC.z,Q@H=(I 1&G9aH'e*!!@ ^ 0qf,l:~"-@#?T͠((Rep{۽n*OTwy7˷1*#IS>Z %7H;E7>8 ;E ):"E6az2#0yY;ޘ?;A?<+Bxs"P;HxCP@ G[EB -eÁC<4DEXEHCI! ~H읎$l"L,͑\@μH9p>tE!ޤI3@)pUKй: "4P92:w.K?C03H;0(-LT;;I\@FʹH(RMTMsAH%HQ^DQ^UM]͆>PIL\:&%e.W؂ 9@U38ˬZAnQ5_-/H1555cJc$TBY%@޹a(:<82-#Rں3T(*d=C=#?(E_ZU+Q'MUћE<UUQQڢEEPVBX7 F`N؁N+"%4QA%0#~JX4OJ(njWeW!:wNB*ٚ2C5$hƛ{A Yop :C8+;p5JKr܂C( HE"k @@)ɍQMYP**i"Aޡ,ɒH(b*FZUĸbMeYvjP!@5_߆?X  Y]AS>*+5`GXUC2`hSD*tH($ d+?87>Cx5>`!p^9GҝNDPaܸ6fZUWn85,!!b7Q_.ص a&?@?(g4fU%3IiHȋ,^+(Yxj>onfJk]A $al-hny6%#KO;^?8TH:GJpH GGP=Ae\lRQˉQ1#`-ntz xյ<뫶<@ ,{?mE(@nzej+jfjln$!^Qi6֟=B^s..:8/;*h))o*onk(=rFZDp,Z4s)DLK wBaE.ս-CbQWQsE)`|Ams<6q`D0E8 \ <)A&vêT];?\fHB5w.?u'Zq6F6Nw?ogsVk#s;>-cA,ȞD,8ҵn99sKKHLG=(0uV!1=F7d!8?NTƌ3fB˹>NvQvj)*r x/wnqwsfF6wvvow7oBE:ME(o~?/_*8_>9DIi?270#307PWK30 \(8x9)Ё惙۟# ^#X  Xx(^!Ӹ ҵCT AiƜlWf7I, i,Yqw>wO{6Go! x{zgkE{~A c9gn"Q&H"F8BK.5J成*URFCdbL5Di% !BiH1b )_,bə-KppBΟFGJ\@B@؄P!ËGȠ A Jࣨ!CظQ(t)Bo/AرcG7LpP7D` |%jd$nVZ>W];6nٲk Á?Bp%pru s|Ì֐| $`vj1%npG1`n6M būfl+hZY/q[y?,d>uAhCK<:'N 0c+(b<\缒?TCH=fo`PÖȦhĽC +B:E>N\ q%F;h-p.`8'9f1  30nyy\NtHt#]/9bh؆[ PDv(wL9*Pn<L Y z)E&57 h@*KuQ@*ə(jҡ !,a,`@c] K¤$@ht! @Ad:Z: bA3ԘJ,lcY\3F6~¥lU[Ԣ"PG,XH[-2} cITk9KI;g^JW]!h&3xࢀ ب֒>  ,/`$FdIK^e,zr"II#T\*Kҙnf3(-uI:ဆb0:{&KHB">:: tSqδDC; xeh ]0T$@EЅG-1^$ٛU PO K ,v5[<81$O O45BNkM6b#7寠5I7X< +٣ pM 4B"D@IXD%vC)bF.b:)n$CEKyF" @lAKT&c;:] q~J6U:A! H$k:Okkfl> lhnɽD/eKpf6z ~G'r f9WPh]WݟAvzda$A (SΠ,OF `.dd~g,$/ @PZQT28@OkR(.l(nfV|a!FprPD۹[.& peưUeY|B_^ BZTVMed'`F;)F[)"3`)2EE*d*s=d"l!pTj Kk XaP[fA(*ӝjWQWAeɣ)iڪ@]Œ"^)A @`~Y)>kĬBDlNfF鶶pl6i/6lT4AN k م66H` k^(v<,mZ wMD%LhiޑJlѥ;lJ+r)".KBSFnbUmJm%(WSm5A-s&qtm"V)XK[eSHtqr04/:VmW:!N8UМ% n_Xn6TrbriZ/)k*,AK@:AMsf2]5ugI.U)͒M6/hT﯐4 3#Z$Y~ 7An0 mc|:=G}s?ӿϴ | %fȘ`„ "t8P)J8 A ghxEk2d#+YBd%ChIG䃅DB]si'=t b!5j#6Jp@RMB ʨ#^ nˍ޸JzʸDTlDFk:' 4j*`,O+-ʒI b˭&գ=i,sL !:m 0SkH+,AKCU36k/Tm%K/>yB1([tq9:P&` "Aʬ#,+;"k>zOʑ(/Ǵ5Y

P [@B"|H~k i<_dYÞ_luG;!v_0S2DL['T`BƁZJ1E Dn6KɄGG^@~f|^ P}ka7.~!w?Gv8jfn3|'NE ˎ H3 g(K7BEI*U[L/XUh/1";|@<1RW~p3Bzpx@)v]\xƩPtRI*9}GB#?ϖBB $k|0=O"xA"4C ĽR_macP9@yna_?폁mGS\2(i͠u-%EPuD"1f0H ΡQ,)k49S%` K,2/e>C޲_ 3BaA:.̟iv!hI-V"EgH%8ur"-Ȩ3&1H'^Iʹ#giIïh.?RqG>֩+̭`% 'r<8 ~|{U2d{#K:/եDY!l7rdNT|4ͦjsY16 NLhWsŭ#_]k[CVO>N%,HMv7 ( f-AQrlhDF0}?UԯӞ&p Z@2y%5a^(O$vl>|hr 0Gd ۆi;kS38sW!`1oFbfm_؅{^8f`ULF. rxIo㇟:κpjr[[n{Ǽ3oӜ#q瑙2vy}YߠIm&M#_+`aǞ䲇˼-i-@:ozޏEw_ C˺nJ>"gNvvN3㕏 G~ ;;N ̜/QzznyLpبHMߴ#E58rT|S~.bN0֮a`-mbO`N mV sx*O$)bP-j0AgP"Kh8< tٔNbЩKZdP -O?x /ې&!Ξ,ʖ=AM 1.h& #(@ b@ PEOvP  Pg/(c E+ C͠ F@gpyVTp#|IqpQKSQ~Ư#`  ! ˣpD:Ÿ q  1DB/CdPQ"'R1`I`~@  $g:3nrހ& 'L0 s9q.((|0(1nϱ K$@JҬȪ <%rr @:TAP-<@r5 @ s$A1ճÀ,[?R>S !/G/ R5?հ?F3w2G/ G3"p)0/_BabB `<L+G1sr`@;/ ߔ=qpt7"{4AG425SӖV4Z$!  FkTr݌0/XLS TINm3@NTO4O1R~ 00nh ZW5QLJM 0h t#975(2gNTGS[Qu-ѐ Z[.H˵:gO)V-p^}U04 Ҁق U +-]ZZ44u4k-yU\G/\{]B;y= ^SPA  8JM!___ Y/~5Ug v"7a;QGN/94+45b[uc B dGP ,vꀓfOvguvYm 7ohh}JiMSiV\7v)m5p}j+ko(qU6hrѕgyVZmvOsTn9W4YnUn-W-]P0enqlwqr]&Eg5m1Z! [EgU yUt'OVSWu]s XP!LQpW{o72Dy7lwr95\x3!@ Tު4;b6z+rtjp_P7v3{AƷ1Ƕ(]Wmw(w EWhCO:U%iS8u)rUV)pI U 5 wٳQ0n}SvZ5~m6vIc7oE1c5OO+c4T BAJL/}mW[ Ty/n-Fum6&tOtZcX.PBv ! ؁)AnJ_%fSԎX"?u[hQMfT~@A;[g4}4cOi[GA jp,Ԓ,PLնa.'҃ExhhYTKyiYiOZ8uٗTtuBwxQJz /(ga"xsm ?3@ ՙ(Ky:NziUXsًئyMPt^Mx*!a WGA7 \Y#0ə!x;GOڥ1u٬;CzT:0!=]nOآYbm:ۜ[y((ZcY8E;\ z5YӀ<&#j˶3 ۃw[?yLgYAZ@{"[͕{:z陴52l $ԌCט8hۨYKۃ1y;7RzKڤץ{C{Y_V0x_S>%app0u?\:n-Ň[%_{9y \gY5o. C|ɝ 3)ZT-sRY\E_\e |/{sq|I>JVqWc p|0rv m'75z\ať͋=/؋x|")7Ճ B \}q }(#w;E ;';ᐿ1=ލzѶS/Ə% λӀ ۩Y){VsC<[ṱӫ?AUO[|m)2w0-.;urc䓾yڣ6Wd_>ˠ lߢbyA!r&>9tԫ^IqB_i&pFGaauUd"i5YEȽrgV6݉] vu'`ڊFb^{%^VuxC)tsN~щ\p (,.eJH -Ŗa uy@{C*5GŗB<$~$N~Y#YR f^\ O.VH=Z A¹)'%D{V(n9hHֹM, Rm ))cy'Y%Ynh1*ljkyxXlMKᛐeaPڙrcFkZ/UzckRR[!GM.PHVAǑm5=Im6ZF2I3 OBlaHeelAF?''y#GIP4PVĥv;ႛpn77pj䱟BD4=h4Lu0L4Lz}T Z/sa;:3dG3]q)}ϙ~&{TRԫkuT8Nh׈/xR/6y]Y9'_O{BP;w1Մ*sWS֭.3,W^nS3%{Jױ|ϛ|+>2қଖyeֳQb6H)w*-m T C=(JCkܤ?K CLȡ2]H*s\&?uxbED?N/4ᾬ(C.f[$ q1egեFƋ YTc:Osܧ GT򴪇b,iHMjC&)D}:ΥS[c#ӷTu۠QvH{dLZk2CR2e% 079/+9Wv7~U2 i(*_ElOQ*ٰ2A^jV5alC +^эmmddL#hz9oG7O_.`dZYl!PYLf|\߇Zf4ٝ[)cTG%R۪Қ%&o^Bb~aSֿ#IN +*sjQ|Tղmw+\IX'=Ģ'M KbWU.Z],C 3pim!2E,-EiԒ}}oUYij4u4;U6LnRЩn CR[S=g],&ILcV#V1 eofO7jFrHn^'ɍMwrk8K .{3ec,w3fjԣn;b@+&n5xDrbwV7:;ͦ&o<>1[ۮn#,Ͷh1˓Nα~bx#Vޜ;01zS2yąs"_Up\R^∏}K~FV1Bﲄ1cR69.f ӖULHT/,U|Wԅo%) -jrw {pb|6 Uzو3اHsA&}6P&s5>ׄO-Z(8&D VAyHO擂@HHqwgP7V0Pbigk؆HphO*QFt"q&x]vFU}8T`)>f|w/5ϗlG8nJ8Ys#iRFdHx+vGQCƇ|YqXbG_8mXC~CvA;V0x;@]`WTLDk.8YhՌ%xToVdVodT6h0!C]F3Xfk2.ΘvczԸoXC Մō4eH6 `v$y-~Ď Ju|6sƆH y.@W;IT+iHӐ=3ouVדE%h}vtNIiJuc6y1)o6GZR֕huhH6CI3jJٖpNfol5旵h` `#}(1Th4+yyQT.)IL' -UWVJbw8R.GԚZ/IT2cr N9I\YY0#cix"y><# '&j錮HX}?G5DdHg~y둞IU 7VHMbg#X!D`䙘Y(b9L Z9t" *h>?c ɀxyG&*DQiZaZH9XMCbTDJFHG&hUio TYk^dF(Vdxtx쒂4o#R\)q`J\#ɛUH\(6J!lKPi6"$F/ yBji *P|BkPF3Z!ԅt WoZȘEeM:TkSZꪰTř]ѩꇍ`ևq$ :KZ ToZʡu mقm$aS!#K#['ޚװ&FEsڨ(үDk H[K{Mڲ/[ײ犮s2;VzT{yF@X@ukwxۯI˯'j ;|i)Zhv/,2 ] *Bst; KPK˷P){ 6ڮ+4Z>",dImK й+v;;[;uZV^9M$ŝCAT 0Q&i^6ȋ8U k ;}ܺ_̖z9vʏ;`c۾ `'̻! +<-LK̯LAD JP;[^ 08c1Fg.RAtalE1].,/01,+U׺< KCD<B %@.ms]+ٝ#>|1"3f QbƑaSR/&L^J VR * dnW4@ 3. hE٥gAq:$GXFECq1X8D#`" Kr z0 Bl8@8A iҨTG!sD:p螶Flc2'i_hˉR1)3SF,pO뚇jT] N}XҀ\T",*̑*T(1LZ*O @= rL]AW]CGh%` H-Z! Vxyfs:kKUDJ SP&`2EW`|N\x}mG\քƢ@eʄ @\T q%0Ate0VΙ*I%Ov}`Uj"=A2Z0EX$97, 3Bʷ||g/o&M('_\ <1QBOuKnBbkQ@@4xj,sq"V>4w* LeL!IS)t!Ѓ?%/ja<y !p[.id q# 9)X׮j^y7у."A*V\VvR*= 0@] ۆ'QGEjo;J5:լf. XQp]glrC cHUqs̮*4 }!Tx C9t!^ރ{uFe[ -1J% x8DN0t'"%su}+*,"[&Y+PK3`B qKxHXD D=4 z8=pY\h>`FT"@: X /yݭ Sb{f(}\ CiiE/I$EWڕ&lOr7WYAnèKx`&ޭe+l.Bc@q190*39P9YUU˥OqspUpW0r43pItxPm;/@f4goXcn/3'%6fg(.e7oS2%GCvZvVwtQvgD3Qz WhpG0g .Tr '0 *5Iy9%Ek-vXprs@l$0%!6P0mPmtf-Z`f~fap|wEFRbDCF.aMhpKwrwPh[NExvF67<" H"70Ar*3@V$A)bUr}p Wti{c$.H%ƷO1V9h'kSO9e 0 ф s iȑV[؅h[i(i 0F(  gt"\1)/Y5IwPp94+3m n-$R! Wne>j 9%RC_ƄhŃq]RքZx?3D5xh+y b(& =@ bObNX0)iOJ@Np| B!}l(UtRKX(AuQ-l7ybEh9`Jd=A=d pXTp}V@a{25 X7uSK h[H[u0p9)(`P 6 jp!<UIyV2r\p\y=W BHmL畂,V@7aWu&eYR-r)``@9Z0ӂZ|ZH`:UZoppx(( g:PY*@r) z@%yO3r[@yG^ H3C\l"MוJt!odFCۉEE7uXh$8;?=uyG(uZ@a2Q3{鞹%iqc䴒`zFcj$PZ$P d#)pWlprn !tp#Ӷtx@X1P}dQA0jI}|=Y?$հ=$:ʝE*aLXS0a] QN EJGxk!YbČqMp~Z Wv`A#%Tu^yЎ13 (%qZQ1Xةf8^/Giʼn =5u کB8Z% K %BȤ+/EipM4VFmDv0xJWO@0kHy/5@3P |dUe1ɦl5҈#KG`!T$1E!5aBR@T;RpAʁhVI@ ;B0V&9cXwMpxTPõ/¬Y; @ G{lʖ:G!+NI9PÈ\XH\g[ˁQ >!;SFPhR,*Kĥ `_ :Kug\h[L  ( sgEe " ڄG0 TF՘<8P8˹g(qкPp|slp2<0#}l!lsj0YmH|ipxQMT7n{TKRڜ߲5xTp `,KyLwC@PdHe@  b &ah@ɗ{_z:95O:i:0"0;}@} >]<=0,+ܼZ| a+Q,8A{RDT ^Պabd֋k~p=sp[p u} LTP e]^ b@ %I`p p@  b`кvˆ ѝju̺ cWs:D(V2"81rs[sӁ03#С:9n50;LL}lSTmKRp)s a1| 1))"a]߰\ְ 8=rhgl"iI0؅]؇p Ϻ`^]whZM){M+;8PtU5Ͷk蟱 39 ̲h]y n6s(*|#Z!_tRwVwm1q~}ޤ1)۲-m=;w nbJH n.O葇Џ edT(s8kvyP.:J^}N4lp:[2:35A]P {V\"ccet iwnjh.dw-r^ӏ `EJ`d] b {V4 Л &0 ׹ta(`@l6tPs%5=q0ls@l08DNľ%[[0[b'0e\EIaPܾn"5ګ Qd)i暰/|rhmyV`X~n5rP_ J(d  @ ^@nEzw L((c\Mbz /Ip3:GO*ڬvIC@+BFoPs0=١vVBle VXK@X4VRIDE%b4*2ԣ.H(%FDXO&x5jM4Lx@OAБ  *TQO F@z ;qHpaMEv F "}l _6o9Q!An#h=i0kNss4aL&/*%)S`ndI)[.%J(C߼5NqɏÜ9wcPt+wN5P_VUѢE1`pt% QՊT `Ƥi=`'28(0"QzjB ʧ0`«@ĊBHİ`b>Br#0EpBEjapq*pB27̲4 Ψ4,m/B/ec5ؤ )J7۴ʪøknO8Oˎ jO7U<)<.$%&np&  J)4:8h QjBb!"0V☃Ta|0󲱏jL2EB760@9s94,QK0Z>]Լd`6 61Fi}cބk Kd9.EQQ(J‹.R2)BⴥɿQ pSSUBp2XuUl}vq8V,a:@V-" { lEA7|{a7ؽ!AzSSM.T\}gsͶۜ@cM:*|i.YxtxN+N=c։S$)R&XI$"0R򽥗Ff`j2@@^ XH 1(c=BICBU'jáixw􉝠*E(.9$s{ |lbdnaP@ u7- @A!.]]TRhe/4K!lb(Ԧr@%9nNk%tC4B ۡ}C 6":|8JTw0\"p<J!%' NT K <ypCPC |.4 9olA .9b=p  meppif89i bsB6Mh˹\D0hF`5a|hCJӆ۬61)@"(H @(`2 1'Yq ox` `'ݣ*BM H‰Frxd X>~!0( qL`o&% ptJP|@BnT b7AT-A.-*T0hY@0fWiUjPQ"UL/98a g(,2y*@Uc (TZCA f7\Zan|H'L 6rmPP1yEa(C%6Tꗥe14L^29%s# s"ASpІ %!f(  X$jA0`X HcP=1( !`$0%[(\O}ʢ'_P >}A #}h @94Q>pShA@6 AAld]LKJ!i~%)P ".abUj.؍n Y"@7" Q]EfHC5PW0,XgXQW?X1!l4d 4@+` Y2q#I@ I8ȗZ"1iX 8ĔWO[8NbqР]8FeO[tF.Cmiݹ Y/T3a [fY_.t}y Р(: [<ҏQ900|33QHl70" 6Ӓkk0;?XJ;K7mZ2;i8hiD #`:(G0@R"@0G` ! 6]6/A[xI Vc7%$2 RAPxHIk&aEHtԅ$~Co=?dH"09'(H8X;rJYG̉ #pج'̂*3Q؈5RG+q54*ʗ(:T!U> j#񑞰?$ @G-pB [.B1%*P4XK$5i8\P,+w G9!0$A x>6>DPYۂ!!lJTZ%`>G6HKAϨ% 'zAPE!Hr;/:mвJ"uP "G>C6 37(Q!;+%WQa}QPMeH ͂--W8-#$]#2pPxRЃR#ő{,@" ̓F 2}<;HV>xL 9`pDKJB;A8g˸O/42?J߰ .x!79IC`Y-8 P5OL9`#M:@Q!X/7:836TK~e]uhVdRꁴ (Gۃ[ME(3J0 !878J˃@[ K:p!#A-yB؈M\."+jAP" C9*Д]вKׅY]E(҂Y6>0A(Y,="XaUe^ehdЁ܈VcB.PɒH{E20((u@G=E]Ń2شң`Q޻T= ȁ>Ex,.>U6EoQ'(\V :G^ܨ(=%hs-9J̦ӥпPw UbހDS@b8"fbE>`]BXH!H`,@^E@Up'͉/:V`&9@8*:FW I4/8_H@Ɏ#IE@X{<8U(Jg̀ -u5ÂK C؂D2 bET؞̀/>";f&^/(]:`J`' 1j]^) N }(:-? (u==@?L=#P28hDx_H Df @ =@\d;V>8C8"*2>(!h |868\aAp [ '!2[XO2Tu7H=;Lhޘ^^/>^i(&)B !b& XEu^v Ԁ|2~2~?؂^c% GhH208h)}s$HrEx p|́Cd eY6(ᕃ8@5fWNK?i\(0G]`K?U?f֩TRY؍7]>Fof6kPn'V.B;'@4cv#0 .~^p]/<ČȎ^S8hR-_2,0P4rB#'`,c ;8xq}(2h@HC 完9EX?`&Y8!89  j!8s Yh9ooPr  ؂oAp@|'4^% l~kM77<݂;n9MKtH HP E8_"*^EFK8ت9 pFp8KPCܥ3j?*r Qvk^wf7W/9/s]k7&+67:Bn.+stA?xv]8Ac䙉 ,HGEP#h}@P::8xK(yR<-R/8&?h:H{>FB-:xdJ7h>u؞̓!C%n(˨%n"`,h6otf]b5#s2w9pz{fyw(6Cs+^ ah~F72V/ZRxn;l8L,z=ӂ 306x5xH&p(3q8&#+P *SӶ(a7i]ƝS6}\h9 R;(X;᭟\ر]T 9Io];Gwn3]qCЍ|$(OBEԩPB/ - gA~VIb„Q1aN&K4lH#Bf1Q321D3fԼJG RtFʒ&Мqɕ-\4RBj t͋ 1dƋ! ҧ"9yذq͜+=4:2#D!Dˑ AS'MqC=%jtp|\XpxB9 u-4܍uMb`X?x|>XECeXAr&,^֜ & g4t@4RPD9X J(N q!Tohau"auķ"Y\q1 %,6yv#]l\xn$%A)Bt @DO&s RHl0i nvxEuqǦug] .}Wyi\t"'IQ!KhIMޤ84q#A")HPB$dQ+P1P{D('Q+xaaQd#v@у $_[2 Ɠ[qp$AB_ flvLqD # &udvZ|w ]̝ilI14xHEb]ZHIgxBxjNN ( qѸC K-+0xp5>!*r fUB ۲P؀ =qEP\F (AaAGg!\dY@,7{aǜ|vH"d!B衅h¦7zB- (SrEE (q (HA"" [?DF۴Q5:aR[AAr$B^ B"GP=C= 5H n(Т-a~ ?,AFBGKb#Bar3M"1+I MRV IXORB,\r2̥!rnwe0i6<*,ը $!B[D$'$;yCn=jH;Ҩ\!m[ˍr:W=DIi@+!oS(#,8d*EOT@T48 zYa2M>dzP-" )GscnmhXDA$ø{3.LЇ>KBI6Hh!z%V=":H7W= ycTiURcHcj[4 N 9/O-ղ$~`~iLHp蚊f<ڇCdN2aKgKz\qa hNs66L{ 0\Gٶ&1k@44-#~{63Ơ`G 7Iz0xs8Y^rm@搅0-u=$a ZNPTP8j*rmAA2(),(%ˢ-3}n8:QMZAćB؁L[eăa2L Zұ ~p5RY赭+!wb:߆@5 jUa֒x!N>GPqJGD . T@8 'W aa[D81lVʛYq7@H؆Ehh=V5lRs5">!`Ah@C J$jSE(k!QZms s=H1}"®,rle0ILᝡTL "!/[(p!BhMYd)s6yfieU($lO9П ,5H̽8xpO{EWR@B ~xd HA|H6lzBH:N0IisFmqx~L=)+ 4Sxx%[ ^ .LP ; lh㜖$}۪"d14$A܋]QtB;p 9 $Ƹ !& @~' ZpGS~vy[VX7Ø6Q(IO. ܖA cmhC-- [4D$!ɦaCz)JlЄ_@,{H,/#̲6p=xs^W[P ;En"d 耎! Wpsmb-8Ր9A(rVWB.4*@\׉!4[=Or2Em{#P'dIO d]"8>]GZeROdJ9]▚S )U+Gm$udA,A(sG, r@)[+d =ۡ"Ꟁנ+c|YW@(VM[!0PjT(^HdV%bD2"{zTCy"kL-)}YBhz`"QCx Q+).A@4@j@pʡ)[@)@Jl+)%D`B5&Ĉ6De[l-T:@bQTEj^tҗQ̛l䯜X̉Y!XyRVO+-iO$zPPXkOx{lk.T!fhIe_@,S9\,kЉQL\*5&@!hB_-/M4AHP8U"l b*6DR#'{`A >.f\.Ұv Ӡni<7~ mf]T#o4LDj5NMR*@YZij2VCl@T(loN]ND ^S7ﶼSR A0%'v¬ݞbiҔPX1.)֧sfک/HFmrI.Lu쫾LD1_㈺mC,\8@ 3DȁF5=6Feaube"h@ @ qZO%p.G/Mڱ{O5;k e}kӲh1xgpa<[nY,lZ#r\<@2,-r da\]TbդnQ,zq۱`jNn}hI~P<##.?M5L9?D@Tlh>@@6l4%Elr tVd@˕dI@K{ Ez窱PTNqb3양2ӱd%YOGppvR<5؞Te)/2PjOݘABtX@YY@B2DqXDcv<`Kkz@23`I٠QTdK6N77yb;}JKf_f{[0_5q#K2ʉUd2]'wZBsWz-nw4DcD7cs:'y"4vJ}RE" KE% xyd9yQΊ8,3GW 2;dG$5m@xuOWy ٱHm`@ԝj0(D-y(DK.Q0bu (oV3 ͚#ZB.tP'Uvzʖ0I:-aŦ=t"CsTKtdRʼn$8fڠŲ9#f5DF/7G0K& $ *@rlABHD(2ZSZK-~ۆ 6v)ބrѸjDF 袣8.:B 2﷭jkJ0۰ \6$2*LNRB(0@D@C"L #Hfs1Jy !n > :Az#.(.k˭^U0W]/?1%1f- RHB"OD/C]<@7OEV?Cm[JOSzM(^/̒2JidKb* -hU--v)JZ Wer+$yuOK*12K*Ld%Og]~MߝV]ll[rM3=hݭY],ē]%5ȧ;Dǫ1x%Nua 3$-j%-(q5.R-[ #C)ޖ p_kfsFZ ;˹]#W69 3& EIWD6.>+>R?JE. (8c:޸ 7 ={g#, V" Cy^A /,{!rl\Tr枭[\"я"巶}7ܐvк?Pa (D7xw$2-ڙ{Py3ЛG-~AtekRXC haE>F#~-2ڍn?v t 0 =j31HDw8-sa CBz ?z"$ $K2,$"03!R|CgEEolYdPE>uVBxo73Zx6 6odXK[Y0*81Z!J\"!ADj$F=P"AE+K[{P #({<O{ӞntAܘ=5)o10SpAx h,մ FqRCzJtI^(rUȼr|-O7Ͳ1tc-h.\{JVBcfiP?%gSgt,g3}Urzd~)u1J0ʈA jc+N SqAXB ngMq{0X /oH^r7U eRO@i! [ԭ+|a<V"ȶLcM7 i,HD hـgN~S Qmڳp>Zhoj=]T:Uqo&l3) c.U?AS@F/V1ձxEm(W@4ӳ }~{d]vo3sXZ " ߡ N I*|jt'|,B 8~[X;q d!5n-Y9F-f\K3 T%-Ww fik@noX⿰z'`Wȱcg<yxp\|%>( `BV.E  *i)ڱVdN4ψ\2Ľo-X ݺv۶nsL l HaS!d+YZV"3Ri _uv1Y>r1y30Unp9?BpA00AD SgNj5Vjuex. ~uV \ 3 ~^޼"%|36U1Ky/ڃ\_N7CӮ6{~9cѰ2@Ot4 b]gVEfjej0@e|5uƅ_^3<1o~p@\/ZhS@84P ٮxuAPcm˒=Xgy1=ٓϳiN^@N,6M|*  P/nǤj t*P e.$X/Xr o/ @ *|  `k J ܢupgӨpxqT3p0  .*J0C^Kp&0Z CW-˕M!/ 3~2gf 2 %O /g L!N1q"!_ѳ`P `QoJp)`m0QC )2㵮' Ԡ k~Cޠnرz$/r$;Z? Z2ff ipnyN"~! `Z(Nl$lwƪ)CyM2 ebj&kY ^3   n6K -#K)=R R/J/y&% ua'q2 .(!(m ,ꢘ.r FrȨ4KoV5[5_6_0mp&nrRO 2)a2S35&L4o4S:ՎS16S;.6tמ,c3P2 84і3w$ >~rR4'@SW!AAY6-` |0 =26>̀y$vgl?Y FO3'G{T;5uK"7bCU H <9u $lS&Ζ4 oLC@&)O25t&s.T  ( a8Oa>ҁKK/XhՄt1+[P"R$LGn)OMS;; B734   4tn$)#/#1''irH4ApuL+Q3:?!< @4Z2MaJ` @&IKKy&;QWnUW(`LKatVSHKY}xAY7!uATh0-qk๎ҋ:GwmXͮcLY'oQnc+:63:?:o= .:ڇ`y؝9t%Y-yI#PAOs mz jY}{zyty<*syoA}xH9o'AxhWK8NX;Pnڮ)@/b;:g{559W{ӘwB77"#qr>[fCn SW+c9RpWB[[{dYHm6Z9;׷A{IZG\2uZ@T{[:[nO{/NY;[11:sYs576WI4pyD I!l lS|& N-c["2\ooM'suop2]-\c'xQ!yO\0k)css`S;=%~k/RK~{t /}祺Q^Yru+۾Gȣ^5*bﶧ]{41s^GE_O.g"cCUPޥE:mn lK?~6C۬QG##됯?~F^yw|Wqtn3A) 0SȚ}?_ȸoIp$V]9okiz_ ??҇5^%VJ?_(%? 3 |c垑o+י騅}eIq~1/)]o1n=mhu\MJڡX!5qޯߖ"u<` CxC]!&Z1ƍ3\q#H!/Тʕ,)~| 2&̙2kyECxWeϞ&Pm] Qbu^Y9Y}pACRzWuǞ\beJSfXZPkkQXI Ճ6ڂR}iLa)4CT^՝A T`-(/x G$'9rcdei$F GNgU 'C#Oס];C?آAed&jF%nb[djA2Bs/F`.42'%=[wwQ[ju~JhTTN [jVKʹ#[۶Dj%RڧlZhحN % AXaY2voBΆT/jeek90K}FF߽P29*E(e k Śj'Z_-fgs/Z`檻եӧXaXJCKܭs}|PDl #,YW֋F2;U{OjBNWyeeVu+SLy;CfnQ#d晣D8-t[!1Қ Ɯ_|g$n\ }{_}_^f:*I<1m e3K8EzվOW2 C K$"O/kJY3(hwBCxy䒤J@H##Q~ւFiQ4eӔI@M,A ghb_ dDK V[ @pk9NאP)HxiҜzܟ0e.bh&l RFSd61TeFA!abTs KאWn%SA͗@E 䊰K1{cBv_JWD$<-ORA V8X !N ]*Z̔ɛ|~N#h,rAȔqWSش[I[D,zT58Z i2RlUO=sEvnPGʡ$7R<^52%ӴG_DzVU%c@Cppz1SU n"V F^E;kM"|hIJ.bܩh#.$OMfdquЖ}@+ZulZtF ' LzjZМzTQh.v\w3ro 9c&sNt߉V5Pa{ٲ2^!u[HWe P=f4`䈴A{n@+Zioa*~R'Kr)oQ L%x>zI8DN=֊9?FeH>%$lȑ\8ϦN>J^œrzJ˚ :u|&0#.Hm갧%w@qw8l,$)hxul8օ}q-~&\y%qV2jH/ u͚Q *̕8Eέ[g $ߝtBZ"\Z6Ku* |Г0fQ;@mf'(u|]DT*Z;*ǎޣk[[![UCV5 7 ;b2H"&\xv-RCK^Ņ6)1&䵇B3p0EԈZ21 ny#I&b&Rt/+ p5cͨzbxdf:gB@7&#<Ԛ{~FKc!<>7晔ux&UpdG- eEui[z/{[q{A3yb]f||G~ǗXeZ_%\5Yppv1ZS7>Ce"I2El6瀛1M77qdcg"Bx"XxlHl}V!6~1tfF2#\A|vw.0vwQW-rD7jԂؤBW$b5p7(w|8wO(Vc}EM0h'WlM0{$wõ)?XuA8EF[*c;d3BӶ$=8Q7lƥg#Hjv04o+3:ׇqpN&T fTh/^JGekv2&ѱ"Qvdqg4q#`Wֆfa_4v0@.vg^v7?D!@181R6[SV^YB2xv vAM=Twbڑԡa3))1%0v}؏"ܖ'z'xj=B0hXdi') 9hfhGT+5n݂ K٨I-tAY0@yIɔM9}4RX(=081t򌸸W9:@؈E@B)@`iiidIOْᘐtEW"?f$Gā`XuM5KE;J#<ʣ  A  BjK@M|nAoYZ *$Zfy+:RX{Vgf%+&Bv54C>>:0 ЧC*DJB*'oxuNZTjṥY:*%zJs&RFy:IHPEK<{jʛAڧ;ZD*("sJL,Ѩi ] ɘ:lyْW|TdhzzhfR(:Jzzj깫*>(r%pY9ɡС  Z!:*mIL us9憶_g䵣E߹ ʛDʤ6B[Jy) K[;c h[r#3- ^ȣj<˭ C jG ,uca9kU 9V˷;JI-G4o+QkLH=|K*jkY`Xzzy˵ka( )JYGZr,+{ < 복}k90TKN˿KK-og^B3(wk,뫖Y?Ek\9!,"Hp AH7u C1 /\9CfBET eQl酦)5qfJO@}HTС7$M:)Φ7_JU)u%U$M`պH%KXp``Ҫ]˶۷k0`ٻ~B &>,D<`9rDH#9" Qbc\ȐR(q̨1!n`@q(CC`r 6J. !(E>1~BH$Y4H V/[ӜqF*%̧ݧ\iʬH廙|%@vx@lɕ_#pCXh#! 9& #Qf%d|P 1G:Z5Ȇ"\p`eA4H$D0rD4E`7r}Dɑ"+a]L/םNhēPlQed_8T՞E_V`~  "J<@r V&$$VGB3 &f q &|lAl(lxTk"P Rq!Gr!hH֘9ߩO㩧Eet޽u趤WUՄJ`2#(6Z `Au01h" `aņPB2 0XBf dPB!/ZC\Gܘn4q@G/ ,QHqPj˕RlYպITL;Qer)6gi_e$Zr0" "Ɇɕp!hvb!(pssqe.|\pAQ=Ylp05]rR RtlkǯQz9o㛭FoUy8߇o(@p\Yp`r`ؖ؀;#3 Ŭ'sYN L6yYf p<5@z64 j2"! d DYH4ADO[{I['IE;bdw/^x׽շ|I>FX*=xBAilM$p*XO*_=Q H'8dXH\LVlN7VGM0lMsAqՁhWu!{H:p! nZq2Q4/3g~6c)tpaBxw6iQDA5VS$}w\ԅ`ly>k&(촌\MfRfk\{ȇq!fm pES fSZT{!$1ylpKpt0`gq@6`#J,DR5LLbX2uO&g"[sq>y>qd5DlNaR6sV,Nm!f ŁDn߸0n* 0gxg`җ?C8ihtBIs3~i I-5'_0e~ԋMRENkDsr domVP9)WXWW8fEIfHɔu|oC@TCC}p/-9w\I3+(E}3Ж 銱8YCQERIrOMA7y7iT^F dHzU14]7 ]Hw9g6CH  LɔP |up(00?ch} +\0|0i!*Ʃ!u0@oRENTQTQGeU&tcݙF$iBd+wSٞqdyWcW< fav Et  $0pH& Y-8IiC,}pK0ta%@6vXgSZL,ZUXx"`3V~7YEaP?j>JnrI`NO]`OΕ]4?HGHPq5i{a9prF|n6)$oY9 asZvFSot `vjɖW@V. (E%]cJ%q7iD/QapQrAJ5Nb@ d ;F@ ^nH*Amضm Cg׬=T}!lC GGs q駽Z1Z&Jon0`-w7:F* &#Ts[ s;az K k;/+^ fJ@ ePk@ bPK Q#v^w+k{W@=ig1sHIvfMY_GuO-\n@#}Y[t:d%0):n0ڭ%zUsTVڶFq蛾껾axgKxp [K~k 5 N*e@۱ [$;lNp0f0`m :Miq0vh̠-WyL@˵كs5MX{p-J{:%kRpPfe`f+.mfg;vx|,}{ x0x[ b |H@ ˱KIzNFl3/۫s tsP_vfجt`/4#A;}PP0hHpPj}0M}фRC$qa r[vE_=3:̻ΉKϊ @ƅh|Ɓ0=|~,m LNJ ]K[ 6Un3襜 `:+o6 q6JPC pPqJ6[pAt:[0<!x ix R`Z{VTv.[r0!iKkpi?t׻r~-}ϋg\QPGȎ,эIp]JP]"}0y(LHh:2]gq4˭|`|iJۺpl0CCeImȌv-<s<WZ8 WDz\[VqmVpދ:R߳aH#av|CݲKu_@V؏- ]] X!-8s(M("(Pq@pǺfq:0p,;gĬp8asHZ@L}W:P cPRS\a6K\E޳b=泡|0c"#2ތE qXv~wDCum  O@%Ȫp^P^zI|(4f$HYE_V[0ZI4M>@e3l,=7|EspsS5lYep-TATZ.wNDw"kތQG0>X|J^ْ=ɭL{b V9^əf0k&ӛ6bqPdCP[}N6nm̏:>HsNDީ+!K/Dj))Vwg~iNVOhnތ}^]Jp~ V6d{("]:Ee}O+p^${vqF"дaPlEs0E[oŌMW .WXD_T%َ)dON況lnr_Ip\L5! ?tb8P.w+W邘{LʔPaFEC^1M (QM=a17n. e4{bSf9u~ /STJ%MdAsQJP%b4ժUM4ׯX{ VZAl[,l={VNVRJW1J"2FD#Vx\(FME͠Ò.KĐ (#GҜ)Մ < o@C 8D0`;xȍxcaİqT 5^|#K/gf 㧠 $H*-.qJ.J 3Đ:,C+àR?򓉿4 yR J)P )|[ѕ]קM)5ê]$EDQ, #\##ER {,ZV`OPeo4͈̍I'Gn+`G$_0\b \p`V8S3όt8c#C6xc .ق(>( =?@">qig\/ TV]MP))qPWvavX_}-FEȽ V5Gv-U6\`V4LMH#iZ4 myBNp(lIб$"`O3`Gܰ< `ޠBAz٢EsހwEsRPK3vcԜߘOq,hAٷjU+`u"_Pێ|.tyb ҰPuĂ΅.oB `e@)k"0~Y`$Y?iO-Cx! ATDWU0bfp2@* $0!ar_U@^ZE0Sa81Eq`q`jc@&P D /<ơXA 'D,(Y5!wXo XjV U""$Ff9M%qS+W&&vP>AvXDؐ=r (<Y`G׫ 4(wޜʒL6hv 'qlaO;ӰJm5 + 1×BlYRTR,'c="i$4T rl܀?y@l.ÒmgU9HE ou.>!PCKmH@'ԙ##%|`=7L?h { Pl#W0O+(SSV03x) ^xL>g)A?)ېt;] l9,ap\Z: h d.}/l' b* Jy/}t`A;(@ @j0\x >NT@xC/^r\Qr~`t3^4^W[l*罆+`_W'5M=?]hR $}Ba815&@=H?~'˥Ir}&KortsЩق*>>?7Cp> :+`&48ҁӁp8?P8sj4L'=KڃO#:=?#+BI@<$B䃟ߛQ)L"H4:H 3PR)YÁ(Ȃ0109,$p0%p,p*C>@C'Б$  2ж2ж5h#[%%CZ;t*A`#(H!P ȁCʮ4BipD  1!!pӓJ=/כ++0?LD8 [$B)#$ƩpFo|mL§>kš7,A(H#<:Ђx@3&>)͚=4@:X9d,h+Ȃ%̂ؑ-c%pD(DC91,8>8@9Fp 9LϫHCP϶L/EŠ7!5C'njLؤP[ZL4/HkmH$R =GPURHT pa3@ ;;P380TLXEDAEBB P70AydxP7B"P?eP AAPt98%`3 1QĤ'C5 G؃MC2h)haj!(P?((x>С ط<@+7!@'p9!@A@Se U8ll4eرSH>F)HO98ԍX>؍دH=HT4 :0,TTmR,9"P&SEUGABBa'`̀d#Ĥ/(DPD\==pJ8J=D-઻U.Ł-Ph0"8`ˀ̓#8698EUe!(WSd@@4=KSPa7NJX9Piay0lL'lOJ:=YX Yeݯ@TO6tTu, (,S}W"e \A0^E(7Fa]b".H`Y788!hN XAp^Fq  ` 0cOCڐA HJ%caLxc=MVBcXR%/S: $=RJۄI6Wå;pdNҙT3x nj Fɽ Ci`BP ,8Zfd]JU`Xab>ic>u۵uf"8,"%a rgYЀZ4F="?'KHKlK~BHL4/8Ŗ(!0%%fғ(yd3C3;C)@xp3,]7;o+Tiim4塩Fa[eF ׍AO@%f-fieY Yfmmj.in>/ܜtj%eYm,.`xqo[b5,+K5>(t!=! Dׂ-,5Bw {&̙]3&2), :0> (r*V޷xI.;+(m.r6r%B@>  jbY an.wj/ 01bg>b67)Dȍe#'PA<_o61)bWaFIFa F3xH*A c4}1 A@=d.:ă@3>]!j7`xæKn !i`U6rgSJ C *' lavjrpYp/>fj"nY4?p^q >WCpf@HaaWhP>Qr+SWA9&R]@Is36H?؂R %zeWv|7ҽƂ<@Zz qzn\0[ǂw?rpAgsEx*+p*8I5wB@>X10zᰡ0`⏌>6nq!DȑHQ 4spC'QCrqd<؈6GظQ-dP n.L4BY@Gz9T iӢEvBu y '/A(?|fԨ[pE@ 0W@E"!8uIuT#GB QTYuZpnAD]DpW}"_ebaYfbMd&a";j#mg16I(vl-m( ("d:ti4QBÜYDy*dH{f qS BPBd 8Q /$G5F4 1!nD]nwX zH8b}@U؉CuW9^fx:$Kh( RQ%NemMng4q( ]A=Rl5MmNg):>LGB0,1 T5Ȑ $T!i]2F /LGzzW#q"󬱞UkQסW_IAجM?j-Aԑr\LnMn~  ; b.2/&=Hþ*F u(э+, Ř_e^RA}C C \)}a"}5}1Ĝs2#|h3@ !/ȹZĉ&/m]XWEUk?N~#n,2 aqR.P,^.G{)1|)vѸ'5q 10[QlAyp(>5`Q,>J2U򰾚)T:z.G2J,5FILiנ [ַK~ߖP`7 g:(da|)ץG4bn/|iXkV3a W dv0AM>XQ*B ŮGCHBpOEJ=t]~G+R{D!"!`7Ɂ<+ ͐a t!,S(+5mX_#Ij$}1͕J@nA;A <`pݑ9BESU[wHe(C| Q4b Y^G 'N&?hJ9M b= 5hlPK[֒OEf@̽0yͼ&T$k6Tl"zL>q  sP'!c:E.ݣB]G=2$ed#-j,P YOdFh* R9E+ <!n(:1P #'<6u0 `sr1V\lb񗿤]JV5rĆ}"ˆܜ R yƹΕKu4g((Fhę3&D'`:`B+,T٤D˚ ,&K %G) :x;2Y Huix@Bf0y!UV#dB Gլg{<wIJ\˭fX05yA O|0=` ` $= j$8NP[ؔ]ǹ|>,B6I4?OFbXQR QH9p4J5nk}d$3M>޵t!G$ֿ~VuZ^waS% R 3~+^L ٝK(r|34A E12 DŽ>Dl2EU5H1K.qcIN#18*2Z1FD5䠛L:O>Tc0vC(Z.ĸlVXJnm+䆂|U:pBRiIc"kF]4sNzZHTSCdbKbBا7`2<%]mx1_3h$7tw"5^[._7y5uM^r^u}ѝ*¼]B;W, K7_j.E"̿/YHЛ >4 .Ia^R}gx9ȴcxMI!LD&7 Up1iFZz^t \APGD4 QdnܞZ "y[s $NR^^We_1 l@E-fu1] VVJR JXD^M $Av^ A bAm Љ"jR!iЛ8\; (:ѓ]@),BIЙAq"^"]-u.^[J(}ŀ$gYd5nE%_]dAbf--[RP008|]]/$c}(L(g %1 XGmVk#QTF%@"#c6XVǛ8gYNgWe\‚@e@U&,>F_Sbh IcvHdJ eGK8!B$0LBB$m<\]gIȟ0]Sk1޹o@A ̀:2 p%un`t>'@g"U6UbR&?Bv.A`'f\" O8%Q[)]A-,fHFdd XK:8 4):*$IO sMh܏MAxLb{i HD;sNDmbҌLrsbjI(B)JAfC>=ek\WhDP z]%kK雂 \]OLٓ=YD Ȕ$@| A BPbYrkt*ĞfZI,,:'&*$8AdBRS;ѕ) ,#ȁA)]]+0P\-&遡JĚvBLkzOVYL2$u`SAd@Wd@ʩȘJh +Qu2'"m*m.D,&uЦ=~^k-d  S,.@:NTAe@ .aYrA l|4rI`/UeT@t\cʤ EEmBɊhA|oBto#,_fqv p Y΀\EA.] tb[B)HA)A@aUHRAKfBe' ^EM`̳dA'خ  ?@p@ik0TMPRY]<6Md@moR*q1qƉ |o/r w,131mn*n>|B.,;HZ}s)Al (;AČL$3]I\L :2#n++X@ 7펧 (\L0T}+D%uPKE uUBH3#3Kt2BJom>svUs-@^6 |63, ,eUIR%cA|TM.X#CALR 4 .'c@^)ZMg˷$rFSǡ|MUgV" .4V6V42ϴK'6BftLs/G6mN637\ڴJotls)p7\,Aժ~H^;Aء7e> 6J׽U t@ 4ZNXY|kV M|M6*tI#vbb7z2R6mo{c?6rHȁgC5Ps|,Bt\f\bpƝ5R|@>{ҚZ7t 0A2VM4TMU%bvSK^T/BH2 3z+vH42v@dd?2w GldQVqQ- ۗKTHIuVB6dBp@܉ @\\_Y/2xZwUe Āq7iDDpBmt3 1_W:Kdsz7E@@AWp:ȘWiHZaͩW-_E&RG&^B|҂ )kJŭ,zmXTDF N mkz3 h:;,@tCA@A,vBVlĝx>:}t%̯#4pAR\(İ~,cUKJ| M-0Rz{vhzǻWV%1I.&EK(_H&X6'͹^2[̹) HsY dORESN5UUD Mp X,`6{<}|G_CFԅ!*,|Cl:W20!APn&^n|ЃJh[>sGE衿xgUu1&c7cczb3[2>6~:V1UYќ_{!Aۍ?hG GW;?dFD;g<:yD P!!J,tȰaćV("D%^F /F|cC!W6RbLY˜qM!3OB쬁&OGb‡O"Q[9bǏB J!9~U͐eg†{Cƌ&pYBL/n 8aƒ#\8pC-Vf(?Ҧat̕9im3ެ6(ӦO)>jE[p 7f!RXBٮG}Ȼ} s<81쇌V})G"[-J(5h 4d 1ۊ2k7K.r)70DP-AxF7)Ț1;ކ`#kz KA;!2-t"Kc0R仐MNQD6=tCEE8tF7Nx|)2"c`8ɜIP،LS @CSϼTu(E ,) M("% EJ9CFD" ǣƲH$a7š30/,tuBWtWiB!̨ 4Q -BRl#ű4ҍ4(L*+cSݒM>MI$nJòb,"~ AeBUkAHk[=uc/!#]&Q׽WVI$[<:1fFwA"CւZ$_KIz\˴ +٠#r*I2G9T%rEzCg~cA꨻`-3RiE;ͽzr!rw"(4)y<Bu-(EHԠ[ Q(]꺸蒸w)͆'x+w9Ryީ.6 āЃ(=J$K{H!oG>ag8,QḦvcv7h*I>AWȁԦ3M X grPyCTCS~P"b0~xo.R-n=X b)_TZ 2H"FTq 2mV7YjB)9g5a jRNx`\|APC-x (Y n574cJhE%Y Y,Fϣ|34}^[W 󥁥)9_:X҈8N=Ĕlbהt~m)`iCNn&/d1oG|zV_:CS٫ -UNY^j5Z禴Ubpm:&39^!m.!,JZW~.FÉ]f7e#:vPHKP*P#4[:Z֢EL0)28zX&_?\-pbnx^c %ugdb3XtccHոCAZfU{6ld54oAUw{Ҭ!%Hte1{kbk('.edGq>734l[ jfb-`&Kӎ!'$g.T+AIm-_Xp[jMԩGּoxDk7F Ou{ ZvV!ЅozlF."pKhKS$+Pk3p{)AS )_u=o{Dži7~wmUJq*/.1d;+(g"1N_;ZS{Fe-5pv f*;z7תdHssAe/V<%A\䭎uWs:h-2~AA}u.sY3~JTb<ϙ]Šl_?ɧ:Lf= :)苚6-LЇi@9vϮAem?6ƽ?o o7X n*,P1I0.ԲHҀ` *nv즲jlF@*/ok~X l n0+l6 -뀐p(P뺏$Z.nZNKD}E@41D/jh2;SBOoGc^!'qbIE<OCP?A2KC/<4qQ)Mj>9S؎ԛ PE4N4` OSOO:7N k4ʤ;tQoQ _6!D9TAuVjSOuUC2*JVUHUF3Vu%k5 Q%$un R (KnS5Y2JY @5JW[OBONo\rQv"!D- 5X;_OuOuU:eU5Wud5UKKKl6aq1%h\/hą"S idMeQvI[eaf6k_O:,;M, "vV&-K-VIidqNVoUY6fk`T, B+s1b=66<`_Nv?TUk`pkgf €1w<`&P*7nCO$=VtE6uuvpe@}:cwA!vl0 fuژլ|<̓=[н\Z}f/̓p=?\*tcxշN;9Q•ٵ\ƹе<{]6xSa/=WsuýY=';}|Uus}o1/:Xo[r>c~|}qk;{ZnrZ 䉹_|;I>}ߝ%!}Zkf >i= }.~ YK= %|oAydҡ~A5#ӓT~?M4 6Y__B$  2L!D+ZLbƍ:*B !B B-Ji\N3{L 4$ΡA^XO `4 D(0 5, N u? xs;F`u5 H`SLWQwVUyZkY XV]H' ab& v:؜K 8Q53ev]Zx\inwQXC)%tR2Q}+ޗ^dXXr(b@XwYNh"6WPf%lKZj9\I~ט2ҋxuftRwt2EAPENdQXTچi]makAB*_,nz}WcBxcqB]jކAH',%TK8_+*%XĎkZnz׳*q$]Wkt#t> ~Q`^A ꫓e,U[ofǢ \rq+.uQƁq rQ+`m\`,pehW4;l9->IDw& _UaHR=OW[i&=fed65i\n AD{9njgv7W8jg鞖B7.3NGIN|E)hN ;֭^CSz?_!}J2.8U{Cܩϯ|xveߏ/6W:)ź#F!-^" H-'Z )es?"Td#`.:!oNAdV @p?ѐ:-Bf9,8^Z,I$@4 S06Ss 轰2kY8ziRz^юˀeKA;͡Xӌzȥ\h-6$0MexΌj 0OFl=`"꘴]>a(E "IIQB H\6vQBa(kLm,xC>*n/DL)&4<Z |SJ)`B^. Y,N%>#Ԉ∪1JS7Z6rHҰTp; Ya66<Ъ%=6Z#!qF+؞{Fy QiY}lH|lYk0Kh2-SP\Q6$l Gv cIXOb9 r=DJ mϒz:1ѯإ`_0Ep][u1YV*)X`wNv`ʈ6_9F , <)"Xw?k@\yƱ+ ׆1K{r;\mJPSqptԮAIѶ(:qPKZI*h\d츐PfJẻ6ƒ[2'VdnU/ؼ+n&dU2%c}SrXRb]Oqmr:Td\mT#;高&~K]e&Neخ>_jW$؋!lYg2<]7" pFߦ \Bn &CL8duH*mV%4Z[-~ iأEwמS-wì߶U*^v=܍ (~pƁzLR<:sdQ^5K劔|[}ʖ|WSTI8s%H~ 4`/I%P~j,s'GON\eK}GAaiC2tXYVN!?jŀHh~|V5G]J=M|GiX'\[G;Tn)(}"‚3;/BeZuZZQ4cF QT|VdXc>RO;l\2N3(HS_Wf[Te4htr7iTzd^-&IAo!P}s1vo>WL(mB8[{/X#nVOuDV((P{h}:xvlRo,Shl[6zXg'CsMzsnTVa&uu8 ,wN{ӈfH|'G|~.8n‹p iw2Vh}aÀT v7d[k%`e>nsXWtuQ"l 9W@<&@+an0wHGxH!H(Ht(?o\HDyK:ɕu@OvJ,6Wu6Yku>|h٣Zv]]{ď叶|iB"q5!㸒mYdG"i{'sw_ 4tZ~~J_ F7(aDe,qc))gy52.Y e6tW7)Ny1iwIS1YE8}1'}oqRx]=(G=&]ǜ8m!j.I"eafY7W"L&(P!!W)CtK& Q`g8f'.@B 2[Ok/ud"^rq'm4㢣?= *8tzN١G1il5WAvƉoX0), 6]Hs4WdZ4)G Уp?:zw?GwC<0TZ(E2+m|)a[+A  ` jZ s%1j\hLN:iNCq)‹pB֨vD ੝:ϊ@AjfJUXeB5F$2(ڝ|y1Fd  K :1ެ9Κ=FJHDAT$Mh]d&K`A X˶۷p%@uժ}iӧ‚ >(1CȌgsdF2`" %O2^ȨPr>h sLC7H"Ɗ!2f|:˗DmDgР@153g76s}TfkXfmЁrh`y] 'F T!4f Cm9!C 2 !bp=đ 5̠Z nav XL$`]\A=bFqؽQ˅EQёC00DQ4wuMtOٞPdOFɜEE"Hwf2ݻfSu5Q.QV/VQU*z+7XP pp Q#Lӈ&=x 1f"JvǨ2j#2(kc|A 6mpܳ@I.IMAtD`rXVuh..v:;c3_w|Fvέ}<@6`@ e0B 7)b=ʐ@a!\ r0 *e~W(B# |hQB5X"RwcSJQ6v9L+}?n䶗&Qoы,5 : @L#c7p\e'> ه(S$ 9D#CB"+,C"Qt\0 [ \Δ*DPf .X$C >V:r!J*FWX -@q &6̹ʼnf, [BZ Bl@FEx3#Q!`9 s}C `> D@ B rdVh} u& R1V=x\C2w/'$+{,0gZ̚:A h̢hFӘKvP+,TfC8s*ı}:S*E@ _ 5=$go(BPI_B) aEB N0(ʅRGa^"4X T(]0(iNS)hm*S<i49L6@KBqG eHtWi*,|A>S< =e[vk, }C 2HNEB%#Z3%b*w<q镌e~)U1(V! # G/ChRO0C;`2O ] D&gFMćz0F".fze  !8P( u H7zEBUaU;ľ'NA+ߐk(:lbJpf>;`V&%WtX'7-RPu0mK fO (u.ZXX׈!'Hu.,|a/80>E4roE HZĄF`-N[2TU8"*℀ (zF5dØ5І&z?s$x^R(R]QQRV8 h0d'wFWg8wtw})){w̠w *DypqW"ka"@T@iG/DyFG@lq(P-QPQx//X[JD!AdЂȃ+!&F+p|104Miwh j  +'Uy@r#"#!6Q@tN(ls/|+/pGCn]lQ@)DFP_d.A6C[fKJ0)Hnu6u(/!J6Ha 'ho3pjNĄ:HO(xq@vpjxlpl #Cs:r/kXgl-9;]>cP?o5m. o9tA6,3``q^PY|`7]nF]u֕b E)w6hєh@ %x=OO ~X0"$82&2XdtО-yHd=%Fn]9ePZ*y(|^n΃J9*A8Qق^C 8X|-n7wYa3ڜ#> a8L9jS@'x NН$BGPkNG/`dqVLkN S֟Z),`f XatJzzGosւ*zbJ` YB(5aE2Ŗգ؄xyx'#F}pCqkrWFv_*P;iD0t٘4v"|_^tjEѧ:yC61gv)'^6JhL7)0x&  i[(nFNа)+1[n%lNw[01Zj*%aM!LѲ(Q76P 4ꢳ]Q#x4]:vfb'Pћu&9ZLf0(si*gOr " 2᤿ZV  06Xk懲lJ09j@R: u۲fSPTPRkFe :[a ˭st>zN̆O<ߊ^ā0lihI`b ]I` ]eѬۛ] =pBh(46N~]ktN[3C@AI5=5r} ZSVb1onȒAd ;aBލ}`;}nunc;/n~NwO\0%m` ȨκI0,ȃ/cH(ph?X,/6xfQ@ND:posPܻEJ췼[YUKs6I~^s~qz̸"eaB}V om?rV`qzwq~_rSr~_8.n_إ镍ɰ-` Xg6r:Kp 0>)gYZ6w(0W"$N06lph5PZ|Q>RM0mS e֏eиXa((|`wm/o/?t{VG Øq{ )' $HL ӹ0_|BRPOdI)h񡍅m+|较e޾ pɅ+Х4XP:7iJ"bD2d,*QI%^>zQaC#bM4 4b 8pBd 8  )4 (la>Xk-B/裆zc,܀/ tÍ1Ɋ2ˆ< 0Jc5*W㩉`CD쒶Dts72M82Lzcn{9㠋#C;V"sĔSpo=/:)>VU>?NXˆ% =B4 P) QBx$Z#Eqp#,Epk(tPEܐ-l jHF'Hhjx 9$H&ۃ˦'E*Wפ/풑}Ѥ#L 61}#7SM䌃=H%#"PpJC"=1XԤ[iiRЀBO 29 ByD48pSO &xaK8zW6qBGfEHEuھR '8b> !#+He3.-*wK.iJJ;<~wt/6wMp[4VXɡ6dCH=Ve%O{Tz`t 4|~$H|Z(\s @8aA0֪{<` (+lTX1.6C(biB%>!8 (L]갈?a\# wD)Jai:a h\ ]X]rhhXC.N;!J%EaHw7L $~;/'TQ<OQ4)$"%HG QICNJQb*")/ŒU((YFPQG8BzRF`=`-WZPW8=AN Z(?l"!ctxƕNhW\ N%rKrrCe0%sG PycIpH|艆l?!7QV ϊBQ(e 9=2abY73E*V|x zp(\a `ТH.pT.m$ HRkr iefJ ^p⒅,%z!A% z_R1"QHyf_^IVQVd'pBR p.+УI ;QDo uqCV @{aPȥNQY8  5a R4p؋iZy=F]tLc[ޖ h@z[W-n#GâȽe#HY #Hչq /<Q'ݔ"R BX!% pR `L$&S7GKF22JeoJ<`DHt=%}U<4B`A  D謇@omԖk}k7X6mwᢡ?pldurK,"r<Ւ J 8|Avf8[6NPab44 \(@&ΫQ`O1Bp:V@U>W`'0@p}C#`@ !x ܠ sD=E,؂9&@?hŃe\l304 u-*%KfvPBe#I& m n"El{,H *j*/+,9`4h@,`ly_ Bk@5 g.&?Ks(V: @@>؀PdѠ ma~R AzKϷXhi k]~& 6&0/Vguv]*rME P4Xz2 8G0ps 8[/-Ex<K+04X! H6P9(p 5<->Ã35Ϡz%:K?ӺhF?@D3*B<IJ?' 5x0")"'\R 0R(@n@@8H4#`YdZEX$y/ҳR`ͳ̫*K==B++p:ph9!x{0P񁵀Ps:(k¨ @؂'hXCAP龢3?~<8R[RCӺATD,ą<ĥzHDHi#!( 8/ "[/3AOl @FV|%0%`'*I* \7B /AA=G+E8>8687@9- Ȁ7p EXj!-*pB7|CGr9SR"iJHt2$HdE̤LLd&cFJRHHR8.3@Ђ:(DՋ@R H@,(,,䬂+`N,82@Gp= D33rã>pٻ;8CЊCˎ 8hhB:p*!`>9 0ዿxB&P{{G{âC'YH#HL\:CDL$]|Q.qQQQRt2%H8Aȼ)H3B&Q8%(7.--p-.u.-)&/G@y2X 42ګ[ۘ86@ʁȁI+0; H O:>!C9@(jB8C'hAP<>}G eA`L풦1\?-DǤ"/-V=V5*Zm96y4$&*H7xDE(~ H,"R.S.WzW4 (켡D`S?O=E,-Aۛ< ؚF` #x .L5Bp;4CC00)Vڨ͕fe:BB 41<-#($9!S30A .6.=_,< DJG(Q2Ѓ]院聞\eA >`ˏC̓<$`k#( #.(EpA-˙Gu5D^B"j!^46U]__^>ڠ:ケ8TBxBUe h! ?-d4NA`6' 1 e3 /(L2섄IX=P#@U~\73'8@+89@#>hfô>O C9h"ȀHExB7kfd4A,^*sVc1ぱnjL]D$HU7vp6bu^{c:N;Fh{uh]ݛ@HA?_XQ>pgH1K:pda\63Ơ(&eJGG`$l\!0hML9k7b]>C_qN`jx$79B!HHp;ZUgb -xYYc/i#keUZ̀~8pㄦ㰔lژc;-hg:0AB@?-Ȁ=>G?d 64ҁR1`;ɿiE@qHHNGa0N 2.[|0)!88j6P]D: p @G򀏽[@HԿtTMUkMpPhAk6|;._Qm5hvKl{oy_B_a.G ~@P *܆W`A38'wrKHi 觽2n>C]lbS >!P=o !?>8{]ٙ]gQ-Ǥ0Z'sZppgg\?hs!o۰ my0B -)d~?U'#!(7H`7PoQ3PoB/ У%%*;(nF89hN PnV]ł.hA$#D_tvU%:wkS@uD<c 6>IϚWHOTwOu6q6XX[ [CgH] N -p^ŀAuQ7J BŢDؽŠGEvnwgH'7`"X;KOyl^yɮy?OiyǖtIq">xs,rĝ+Ǯ]zέIWN\7k kذX'XN>yc A nԉh lQrjKP\dvEj2car0`-fD'b"2e~"4s0nba9=T`!4S^d 5t4r  H}#8%UUTMeUU~l`Y|"Y5cr](]xbba wQe9";8G Ȗg4q(PJm%[h5oG\ Dž`rC >Cs CzvYRt{pPCCPb"s8 P DaW@A!5`%p31ījHTL!Q`[h&9+֌X7F+GXB,~+I6YeLbVf<`Epvk Lp-ml[XgBĩp!Y\ ig`qp>Zl-h TCI/7+Q / !б B!|qDG֚aS GӋ,Zn.i`teb6&v bsX`YnH!N :/^ja.q HPdd[rXKpt ͥB *&1X5\ωL5BH(@tI500C~4ml]{f(HTJw vf ):tk6bhGp<\.FG7A[5`ue;B*2 9C)&W,!Cxe.tA0ҹNN1$p_X"Ee!`&A Pl)se$2\ULSXGQ%ʊb6rѨf]#.q2ꮇ\7,yTxSy TUrJ94%p^M ! UJxDߐ<C(ưl]Y,wUek+[]TOgMJp dA< (l'ԈC)}KGͶ/(GFn\^Hti Lhʃ0a 4exhFK9 Bq<=M- we*Dx"4IJo<1k!>QΑ~[VmhІHG ܿ;!1`%֐N ]b zSȁQ!@Dj4 (yB @ZDАHKMhKZ0xܝpM:_LKT4V#NMJ ޤ@mcQTHQ( e:;ȣ P9>#PAe oYxIDLD`!TYd,d$*vmbGHX,B.oeVKmK*ELV!9Zji$ ]haD!LHc*ϭESEJ$QH|\n%AĖ% AXbtc>&' t% I" ]gZd\@ d[fxɁg(ֿH @|VNz)bdI!K"`f.jfgچogZ!FL@+>MBG`IdD#P_L8L6@@r$bYPVF`q#r*b=vҔewvgtvwb N w 展%_6,)8 YL@JXen$zւfA22h4ÁOjeYtRZJ&ړQ-F# L& YRz*nꘪ)%B'Bx֌9L,l)a.}MN l]Q\9:=MK.f&d0$ <0LH>ء3lӉ]eoxD~ĀX cVj A⡎܀%v*~*\ʎN,ž>+SX4jl y RRAB)k B'^Z0x,h8(@@T2-YJPHSRp`%< xLJ̥pj[%VlŮodj --ƺ,BL5 4A&JAʆJnq`Ld]p-#bD@h< ,Ul%U |cM YSF ,2'hߺjl- IrrƑ%x%ߣa GGgޯ ,ANnT) &@)RaL=jhLJ Z|l(Ћ@ޮ>ݟMlZoQ$MO@\ SUGm(>/.ނzt-ݪLy0"f1*V5 &dKUb^",M2b>f^j@K]n9 ojDȐeӃZ&sFfi/g"vL8F9 אpAh9pklƊѶ @?t  P^ KݖQ84wMwz5xɏpx/|:H'6@Yd;h HID.hU6=/dȌHTAd@\}mܽR?zAoYƀP65ȀP@+防Xoz3ڿ@p'9G<ď;63l IA$BHH(2]0̧.ߓZ\Mfq{2B|4(NWƼQp\6u_8ç=[۷?ܷE8Ͻ{z4#"~a..DWWԗk,Ϛ $*cYZ\=M YSL;rĐ!9 bpk̈a0iXB%Fl,1 !#CeJ+S(K=F :yDFPA}Ϣ?hlRj)N,ѡj)[zC#ɖy#kٶmK$B*̡P[,XMQK\Tq⤇4lqðF 3$/$  \#l&R8C&V )䆐'}nK3yJA_ chPy&Tp-T̏0|$[jLٲZj`JccR!X!$ IRX A|IDumz\*pCr)*pn@xZ*"i"Pr#ꋏRD. ĮA`C3Ҍ3(mp44p#xDJ B2_ MrpԕYC¦NuQP-,b{UDzSlMVU44ed" ~@+h@֭ꑫ\KKdC=U3ӕѨ2T}I\7Una9w|>pgEOXIA 5@t Rg[9H$x0Pi=T{XV5$$.n.8 FAkyR00wu(uw3A @$%٬B(2!2T B-) 7?foC:`6.Pɇ!TdXnaEhUoR ؆aT:3_+D1)fy;s2v+{8U;dym.ɑ4-_Ҙ9etU|"3QbᘏPgG /fQ&g zC}w3hs):B.5~๐M6CddCI_Zִ l X{tcfнK^.Jc@TWmuNZ@Ak|кo7J vrVU,"#+j ^MmW rOtųρy>f[gY,WIs3d^ryKM8t42;`2mnc6`Rg.w׆AoSiP5HFqH5?y0^_3ܰ-1 7 yE|=sEيtrj|iw}SK>rqf }'-䜬XA<7|ݮgT Kޜ{Qo /菬•z׿??yvb._K A+0bLD``ހNx< TF0,>Jg%PM28DzK~O @ YPL j@ `/<аĭOZOp^̥4Nh p:MQ:R ,΀0HAbmB Ɗ׾͸4n2kDO뚭KqcQ0D@ǎ.eH0   ƠՔߚi @/9 P GhODq B/3 e1i1#g ZD^~@J @[-Qpm^'{"2OmN1#GqQ!m^| ޔՈBr 1/"/NɶOnّӏ#,$jQ++oq-2%KD@-)   vl,nrL r#("CFRkqfQ@23*Cm(b@ @-)A4) $"d MJ!/%6(C/s(OP0ܯ1!2s22%9p3::+RRQzq DsF͘) 5SsD&x5!')p"%M)0R0W!A:S2sAt2QB)m(M,EQ(Q ! `S4ϓJ"Rs5 36-/q>c6R0s)K22TA!A!I+C tN  Bt4ES ֓Ҁ.1."ktRFsu2$SYOHRIt9I%IBQNu7\sZR-@DE Vp >L23?qqM.F MLh+2AVSbV'tfv̪G^`"! "uRURC&;rLt>1U?8P[ )UVU\:sW.\NxR R Z B5ZU )d/b)UaU8n[aq[42bgba6;7ܕWih5^5  51Ցj_T )FZ+ag#mU6[@3VhVcgt2F]U]^[`UVVheavv lrVl?5NVmז:MtӖ6]6ڵ]UjNSN 69 qge8\m#wAm9T2nq^ a<Do P` `TN4qGۑ1URrsOMRr]3nG! BAt)FD -kp%2^7vZMaru7V1m3Bwiy&x7^ wA Fy h6"A8-m2ҼR{G*|c8r7w=miWx?C~%~!ݴ ȴ#A2+mUɰwI GLkNmwW27w7svnA1Y BT&A<4JN|0+yr2Ol$x+m!ԁux|{c&xW[@ @SKTYSm1߶؏OreqHǸOgՁw%xwq퍁Jv(jxFS8l;.2@U C΋XB]9I9#sߵ]u=WDO_[_x{ h[cY#׌q8YwuP}nS xj9 1 +luYx[OL'@ioٛu7ocrxW "yy!xO&aA2 y4mU{vx:1 0A NA Hv:<@2pYg\)Q6U9˸:੝V?s7B֗AjFs !xOtZ?zaØԖٮzym֧7j߀@zx9a%8>ۺb5vݚ6Z֩ڌ;{|Tт7n[B'a$A9B ՏY_/gzڷZZͧ{VAV{pAqa@pxkU-#;Mږm寓;v {{:@qwm;{3P-%% {v]նa{|sQ@̻c]|o#6 ๣;mъ՚Z9|Oȅؼ\| ucJ l3\pɵ\+K<' MR\\V%Ӽ[g ڣA:$aṟ@_UңOo@:=%\ܮ`VI[Ż]\Ƈ[ԨÙ95&!NO̓ғӗҏ=΃Z 8c:ځIM=Q}ԯuX۫3˯/XO\V\·O|ߥڑ9{G~SW>M+sX@%~{ ~/3A<^)r/]'eHva <%wS<ɻ3~煞SE}+1Gg1K|н=quәs\~UI^}_ڍK=E=w呇 KX=\Þ9?}^ HP &dؐA1< A&I`ɓ'/\Hʗ2sL!^xhO J(ˑ-d iҧ?JJjTOj5a#VH6X ȁoG˕$T*cyS狞S L:ūǐ!'^`Z<0cj6m1"K]=nQꭙgK̻$„'/me_ ܛ$f9Khҝn2$Jr m<o}vsW8O> \0IEy&`B؅^Zkny7^qzS]aYUb߉UsBbca7h!^\`s) l2ɔ>5][$V!ƘS)VV)`f5Hhb":zњq$aw\ %JBYMU"be|T&yR!r١qa`"hcIviIۨ/U3a5餇W%XhdJƥQ>hUdžZZ;fQ!KuVXa{*UbI(KvU7;hh{lu.[4**U{*4g*x+d^Pō I^N+ֻ wn޴tTTIy)~mP&VXM9~+Gi[ǦKuuuVZ~'ìly0Pgsl_ʚ߮HF1:"YK3flj)mO!XnBfmEjkr-e6~f7tk "h{1y!@*.>S%>9}70ÝoXU-.lV a/&#Jׅ;ib4ܓB9p+}ȥ뼺[a[g.!۔·p⋜v'ƥ_HX&VŏlFxO] "=Ҩ2 @@KF0r7> }Ӻ%.`L?ԇO>f\Zai/4HVIiIc4 N YfɵxkՒD4NBf@!SHEE\ND07\`urٱwnE! /G͞8'o4+\6mv%yc"Q)͌ #&Yx5G 5MI`+#%i ,sbfI sH<"YKYvԢLIb^'!OQ33Ie28$H.Ay\,z;32uj!xK>b"ZTL+E&[:F0^'!dM8Єb*OF?X%թ lTgiTy G^1)[I #e,kYN-4} ߊӂF*ZPe40ē檢X>9nqyC EV.R;LОyڏ KiU΋)6k\zyX9->y-zWjjLg~BO>Vux̒5fQ=Es083 Vgۖ ߮Iy݊lZ]g=1CijK(ao%^lӷiA=QI{)+'tJiKъ)<z굯23nSԋD/X`|vUp3Y6p.T3 L,Zv()'i✮s|[OM+:Ru a|Z:6[. ws|s 1S{^v*" IY`µb- S6SU(5grvLqCof7&)O:H sFyc&>'Sx&^G(1dι7ɛ[u* lۡ,. -9))e%ܯi3>>hZߕ{m̽ SMrG5ظ E> z d*s9Κ+FC(xVjQLFp|d0oDwy"wr%'rNfUX}u)3O<^$g5Cjh4{%c?8_4h.Xw~w~'2\h2fdsb@'Cާ4# W#"Ň;"l'6r(^ׁoSeu!{'E5b vMu1|`NaBghu3IyFK8k)v85EQ`/Xn4TU[oRwZ(X"aTgc.eEuF}jgYT &)#Ƈ5H|G|l(XRo=hVh_HR$(y(Ffbe2!htQb)'1ɘ8HǑa'>MW&h[^Ȋ^< f7hbwn8cY.(Yk)Bxnw*<5lTiqw؃HQzh.LާȔ+Uh{14'o]!Ihdž_3ד6/`'lI9qP֔H Uqehswc,4V*o(t)cxR2uʢrwuK3d6!z?1\/+8zaGIH=h{^ pRZ|QgUBUåY=e`dFܧ@"SxrAKg*>TjUh]#<b Bh85CY'HyXtzu񩧜uz4I,`•::H(\ G< z||FJMĻR ;ۗŸRL+̼=lO,iUȽ ,{zʠʬǰ wLȊk6|9Cu޸oɘ= <=ə"$͏X+A<p ˱| I電̵9TwX_ L}L v <к|\/Wm@ą̚#-ִ\iٟ {,HL˜]ÛKřJ%M*J-< R-ȠK؀c۽-̼:wxs3mڞ|Lz\ݱݠ ڦ / ņU\s]g-Xå L9<|ݽ,M=ܥl܃]`W #cLjmMڴ kW3mӹQ0۪%IԈߥ <ȱ;n)mx{߱ Ҥޭmmm2Mޢ޸FۏNอJ|>>j 0=@}c=A BrzLHQb^?@ Y$VMY=/s.Ҵ\=2-ܳsg} Ӣλ,x]('ٻ%Ke] a=\=7!,"9ڳg`ZH}-@ƈ ^bD2(!K2% \adž+f@B7q0`3X!U@Ǒ!B8^F G BX'/a3RlQfʙ23sPށ JeTtt$H,ؖϿZ8WTbW^ u_V9DXYb9С qQ 0gW`A"piX4D DɆ㏎<2p]/S!#a F,mdRH%&wd&yeDSy8e{KIgTWl`Xl_m %DGۅGȰaX\aCvQ /8P`@dG؃1dIH$?D2fAH{HN1DAD #љE!:[.⩩fM7mޛK''|Kw t~Z 50£.6.&BXC &Y y\CPè/p0C0k#p b-8 )xC)K\qDqF!DAyiJ\v]zH.ߡk-'gQg}b A*WQB\W3aË2!D y} è2̠= ɗ`,¶خ ݼP!?dnQHpB7{Ei2 >1TQ,eW#QvZs_1^f:5/ m>XkB[r | X$n2Xj@@F19 58Bt@+J1C]JG!x|uGrW'9  $0"a$AլƽAlÞ0R2qM;X S'9^:8BY1-xP+kLp+HD#A`(˜ Jp0M2cp`d;!t:\0n`&x|Eإ`x*pä= 5X"#$&DQoFNC8-mM E+x@/bLM Ϝ_# r;-ZD*a4"X m6i>4"7#E 08|Et+ &dUrZC&9W 'Ha$#{C$vMջ/|=Mmسi*M3G 4f0Ս' Zz,PtS=%b j)#vlcqpB#"ުA:aĔ XulOj@Cq[xzU~ywB3us_;FOJT伄]k`γMh-` @&HqHDAF=RBi&}{WJp!0>fN`Q__ӼtܬĭVsTygPrYs&-''z.;_sz;_qW'RtDVg {'u{YYYh070h4$"{49G@ESpv?d~P}+ =h$.gVHC-5P}@rDs4k*7aIDs}5'z$|HAihc`J!m'|&Lt)gkg uuu@$Pq0lS6#h|Fv@CZSxGpA~l6pUl@3Vf`VO&)8l 6hBs:=$a=MByEgh 0 XV{Џ'o`$7f趉ZhMa(hPS3@?FG|R][ (Ӟi0H 120"7s PU 1$~`:P`n⍀Պ\y[p:<.TQR@T~p~pYYX^]xgѪʁ]%a޾؏{E`~eHGs.̄npPT ̮[ lpԢPz'~|`6P>[ ^^Ten= [46%-aɥsRC0uUW>`탰Gc傐` ]fe$iPi] % ޝ)R`zYjqwCEƌWW0v0j*@HrNk޴vIMAP0?N#^JQ5.!/R0.NO} pyXZP]d/Hx` r^  `@ {a@ m6ctV OE3{I79DNઊnpu 느UlYcl-*PXv*ՉaЍA]61.Qe !ίH|Hr!د/|SrW_nqJ d`P_+Fy"Hp.dذ!"ƫ6^qB!AJ+HО4xDAeJR2eȏOls͛%>RXT⵵:Uv%֔YCJ/(=N2eBj`AO&ttX}!:P0aB3j$p#FA@"G 9Wlp ,@A(8!` Eb!᪬/ -GrdHC. ʐK.L0L&r"EP +4ʊ4.+4$\(4ӠD#x#j3"/5 C %SB /HQn7/`œT@ OlB%X8>oQ.$(>T 'T+ pj`#-":ʉ-jBT>b+óķN ʋE`1 0 H )sl!r2#,I+,I)ӍR"nP7]*<7 A/M1,711xS݌NVF,8, Č`&x`Q|t  WA-( c0zVF"%1>Tcrn rM"]@c.D _~,4% R392| $\Sb [)" dDۅ5 <<1bd8P=#:l!*duvTkU8>矯ޣz 6^ ^ (q*ھ\E&;Z K{?a>ukHu#`v7u-J:ݺEAB4) ߀7 c=F05A-n J`;B> rG$V>49p>ly"Մ0'aY(ToBaYt-h1R 4-P [ؒ5k`{ؤ/H 19?D@>Xm (7!pn$- ]WtA%(hEE9băB0, _8&9p#9GP bC3 P`̡GȃKŰ̡ N#,-T DPƪ$ r@ 0Yi jWG%.ipȢ2ل,hD"aDfhQGԑ$M:ɶy0iJP _qәRS$`,)&zb@_˗! 0f140M@ Vp QE, |BRܰ+ 9a1Xgn*`EhT"Ϟ@PQ1O:Z*P,K/zBpg-4gR5ъV%miDhUmGZFMB; 'XA4dHe(N /$ bBo+\N}̳p`v0Av8_(CB]ABed 6^@*p\5i\}@^mC j?8HX@! 8 #*ǚuR@G? 2BiyQ3q*bm/$ġI {8)܈  0ODv婎40ݥVW_avcy91 A5zͼ^PE`7+,CZ⼤1ȝ=f4gDW@`?da - Uɯ/ CC*XPM}*q1jUuq/XLS # .@fpS(AbÒE(*DfxյPacKu2SxNV WP Z_Ƈ@|& p@UA`ƈm|V (\*-Y!tefyQ#ְu"e-k#ŷ^D#tMj_xRnS[!aP04sܝ'4@v*@> %mL`ᔛU@gOz:r;: P^07ء?B老t$bV: @8/%iOq7 >Fh8j>Ȋ9h|<@ 0>c<7(#89ȷ<- PVA*p =p 2B=>,֣<>kۻS=c߻1C^K;0s$7)H "2QP>؀ LC.زa#6DI؃CVH:?SYpK7p;:H pP`2;$2p:;7+T p%2D/B0lv̄ 0d+)RR_|\}܃5@g ?Q`ڸC<v3#ҁ+KHC 8>P@LPHz+I0Kt><3ŲS;2=ĴՓ?E9]_EU3JA1 d$F$J]JÓ*Q%HJΡRB%(.NK˻DG/T*-_@DX8šF5k7"4@;#HLG ȷ pDA1pPܕB[ppЃ4AA#kEXI _lJ`LTNaʜN Tb(E8LdlA\#Vx6\(8(aГQ.HR`.dp&*O&P&(|)?5$06t~T˗.`.QL5+;H98YĂ- 9p"@7?Ê2:#du27'ppH4SE԰XZ4$ExREE`'mN,uR-mNR0N`9.XiQ0Q@G46uS2uGH%t,+WW8TD5@u%~Ab ;CiL5+"(:+8! 8>`<7; HpD9'cs6X MSDpeI k4=AذVyZ+RҞV+}R+R.MWuD2[CN)D*7I.Q`09->ʰӓcRG(.WP.xX}XWx-:?6 ǣcCZ?,E;P#6@F`,HHL,p:`!@/{ kHe =қ4A0[A?(E0S.EoR--sM[>`t]۶U[y[es]^99 !ؒ/ΑQ& 4hW?a.880GȂ-@1.Ȥ.\4()`B6D=H 3 /ةr#;>DB-!8iY;8C;`xȁۂCQ2,!V@?0*%ЁeI s #ZBK;3H?h 7[[ףl1W1rW5S>1^$.`N`6+m7A *#8: !>AH%HK3h\:5Qa4%"2@PP!NXb`ô]j&dŁ-X>hCC(CD8;h#(ݙ??37ۙ-}44I+=8E9 9,[qE>0`ddNN`7`O] 3ؒ4̙%5)x3?`Q,L4XYEؑKa:>'ıʼn]GIH؃=Ѓ9M.3Qb) p>H(;7PF٢^'>cE3,fu,dތBd?_<: N5+RvNLFWtMMeOdAT`e^&eRa:q2c!)YV.RX;ô<4""x&?;cje&]B%1Ѓ;Jp0P6oK]D)eP!"H#C0<E0t<FPf:X6(eDȁ: >eY;meD!hY4eF9@!euV&f*9 q h=~NmNK&s-`ږvinhYr$u~i>-➋XjI:h 3fn#n4n&9𕕛ֵ)]CS*`]!?ekY]ֽ&Z%` | ˁQ9 /<H^REPU Ǟ?RHs,I[qu\q7 "Hغ q׆RddmAl$grgomM6)'THB(AYnDvFnI_n]t5zʉ3)~KJx8H0H^L0H=//hTR/-'h?8FȃPc{ xG<9ȁȀ47E>?!#:J_U$\A0m7"8GvdrE[N&rA$r^Arzp&]7k?lv85qw "̂mR B05E\${Omq@B7:8|5"j ZQm\kڂy΀ FB޼jQgZ9u U8?;@wYWV<ez$eEB驟vz_#z&{gĝ9,lvC>7( 3֤/EBf`#gQE 5ZذDr"d7rܸ13"GQP(M2L)F\r +P9D,\sD t dQ͌2P}1MCra'9[I#ą !` q ArԷ^%ȑ Æ]2v9hP7Z !2,|$ܨf>n4mz#9Qk,qk3ҾL˹s[қ mc7oԉ?obhƒG| ̙?!RT H"u9d"DX,Ψq1|_KH rFRH$BEK,DqFRY8DsAG#XR y~ua0 c]4҇ե[āF#G\$ %_~9`Q"a!EFeDfuHDlfmakQF6'n%`gForYn(gI1l3Y1xZ"o $G**J 1C  %/ w? DH1p(h !{aWlA%n ã/0YCՃ[AYy ;ؖ 9od0{ ՗NK,9R'y!fp91r9mv֩}zqo_,(h!uhq0)wB^yu:*jօpur45AD"s4]B C`V W@BenjPЁ $tH"Bdl%BE@>9a1D Cy)g mVet֩1ڑeYYnAfl<!dE%\rrwlsΊ0*=߫&QX A_}4Ӂj1L+EZs}hAm-m_p(aD0`C#а*\!3T"HYkr;!0'G,GЄ&Eylc^" }H;!v w}?mwlK(G >h\lUPDeBe=N]O{%ԨF5\V׹7~` Sn$|l+VB*C(JGQlC0E4"!@3a$N(T lr+D@\dE`|7o QCLd~\j&4;9!$36g6ЁXYHȘ(Em\cK"[Ռv̨1d$P G $)4B5}X(c m*8A55`׫Bv,6@-] 19>uTA+bЁ e4o' sH&3L1K&pW>E l3X `<yg@G|d͛Lsħ}SPUEpІ s(l0d`Uܫ`5@ RS=D`)"&?4G3KQ 9>wALf':I&[.D U1KH#]h^+v6BQa{~C;(7MC:J"Ew>w| E)*p ІΉw"Qϙ% ^PG!!_c(UP&D$QS El+ Lb(_6"6/$:5q^vdV!r(Nw{wv la5A? kyF#W>̩$d6"|F6r8h8FOh۳Z<ЅYt4Bu Da (j6T30[b89VğEXйu=Q^":N wQjE"arE8( Q )%R$i0#"mqmç:ղCZW?.LC`o/Bje#I`.\gEh{|zh$2Pو΅9ί,Tvc;W}U/H@^Ⱦ*RB0"Z[W|Q8_[O<5um9x×֎_|Q,ɧ'G 5`i遶N?4 Inc&&ظ94rHm#Q5,CUF\Nvp|&8-gPЍE (lJy (/ `pGUA <%WoyH~{]T_=UQ̍r0ۦ;Q[ff%P\C RBRH @'@MDlb5^ (]Oc@ -1Xs`?]R FiZ i\.)VJa!UBWbaދh tWN"&%QD(Bӥ 6BIP @ vBA"(Xإ !Њh eDs@v4UŭQDE!>aI5~X|M!r28z: 8l}`i$bmmxH%:!mh "T)6W;EcUd!lL\xA ^,ϰs@Cd@dZ._acb#4Of#PZ#^W"L 虣 ۦ H@ Wf("nfX%4?6|$Vep]( JfE"+@(@ `"Gъ%م,EK^!s ?$MzLhd^]hPsR,)SJcy<, ehpbi!#>#$$D &^Z8A\r@%`!Tf[} M6bʝ  @I@YtU`Jm$sPs U @}h`җ$jf#!A Tفn#)]VlN8RQ \rBfA#q̚)r $:C0%-BAKoju 0XH_c͑6hAEy'-$EA;xX%DJdSgꕀ^E2h?1@5ҩ>h` yݘ6at(N \%8` 2YY sƙ!i p<<8Ħ0@X*@AZ,~P$!Ft,告PZp A @J( J,Iil> vڐn[2#ǝ+ԎhH dΣ^*|m".T`2@,8%7G@zNتbEwd"~zʲ@2Vhެ*RS$p^n/mꊬq!U*cPA@jvzF G5>Z0 d/UQqT}2iJ$E@'q8րOn^>>>p1Ǿ흦{5SuՁBml|lr +1NpNƄйma |FIBq’WX=@4 q;~ nYPc gF AM7k^/n.&>33hl|5SFEH4B2A0A(Z~FgDg,*:/LoXXi **r_ґ+u{5V߲ݭT!@FZ#3310JtMBȂЗd ,A7}˷f0/w"w,8Ȇuf% Kq3;^goҥ8e0arAy r%Y5&&^\Xu\7Z{FKb|YFd} 4~qEp/?9/F,p_wX\NO@̥6Gx n^m'V񶎹 |b Cs@/!,\AS\xD@ xȣV4,n4 yI\@t.'w.ͬO[9_'yo猶8HXy;ryLT@OlA) (8WoUn&B'wYgrj2s8T`\sq @,F`Vtٝ9NAA J+NLH9Wzog<ez#kH7׫"#xꀃC8xPhWRQN ҁ;Hb 5krsttq qh"z0)h4iKͪ/JdӺS{<==:7w c 96<Ƽ㵗(v٫WY `|O@&=٢ `_q{cw #R3RYAqt4,y2+q㪄=7?{|z˷BHeVx3<6\fevJ>݄4V S2yh{?WqDW\it:hd4QcFF02 8cF"I2 g r 6lܰ9"ą;KQ'I%f4DK6ujTV4Ӥ[rQ>(BE Z'N4Yv,x$'R,A0(p@Yŋ_.հ =Ec*zx -Ȉ,S~Mґ8|aaf2HsɰT(Ƴ*JcZiXXm*_XײyOZ΀ dɄ E bM=XOƆ%u^0$rԓ2>DMDڻ!p84~p|{@V )| N f+W8A,v Bs-r#+Yt?[S' !зD, ,o"ioР6#e+v&s^x/qTI|z8B%#ABrxA ʨUHѕXҳ6NtX"a(4h-83b GE' M`5I C5P}:y)+^ (Hr"إhSaLi]/حlOӋSZ7+Fgzi{v?@HSrNvOl"{./%IO;[aLdAPuC$TV0/Pu7sM5#L)E7.1-ap(^v; 0޳yb_07T j1SϘg0fp K7w;̯5䭮7;b|; ^t:)0v[3\않=r-aF}4fpׄ 2/C͵s{äa/VZϮ x`3?h:/IMQAWغxĕy !:P;Gv &qx@v~/ÇJ>Wm@eAa Ak^{;qY]߫okIX/?y/}_߿ ʩp< 0>.^ Zc@Owk&Bj/T#F X f3n~-nrvo~Op[ ~!6O2b6M~R `ΈlpfuppNۢredF % p հ rkkpBOGWHP/Fp o̰g ݐgOQSPPh}P qxgB 2hҐpg^kP̔A tqxd d-T͕ FƐp}QpP/ q{ P.Ҿ "oeK/̺X1pݏҺ1yO R&gU!oG h+ "Ao \"TĕWQL&PpĜq~%_${&ǒ,Ϻ B @((uD  td Mmĸ2&R2'S1-s~  ` Qx&r//9 *?*/ORٰ2 +,) `S2!CF^ O~R @(̀434L5-q@n*qI131}+2 898g* 0J4-3 ,"N x &/#t5Ǖ ȳn >p sQ1Q$28k6W?}?S?89g Urp@Ԩ@,A 0"9 BY X3<[6=TADET +wKs7T[S9mFaF:1% gS*€ OQܖt._BJu*6U0=DO Ǵ+T&tTTTGYu ! "ao I9.1tJ/߯=#QQG% u8>M39d4F}M۴FCM_?UOUG Հ^ Vqk<˸8(pC >\OUQKR31`Rag9MTFG5\'v9m$FtcS/BR/ `5^`^ TI2FW@JQS͒vTvasEiRb6cݔbb+F:tcU[a!mHRq0 (LvAU 4hk5CuZ'gg 6o 6i6a{pSaa%VqbT\;j[M5ps/@PdC 7Z`tu7OZ7nՠRv{Q5w=p}6x{/~ 2zvqqWy\#6b7T9j1c/@7{S6 NW▭ZuCrvvI}*}hpWXq7cvbcQ5WC@,]~H.2CL{7ZY=1[VMcr6Y8q8؀ixcg؆۸sW%Ro+(!rԀktn_@oKJs>[[֒Ϙ8agؓb xN-1OOX5_!Hg9E}# 5xy9#Fؙi2{t=Q ]YT^OR *ɐq9` җ;Wy7YٌXkxV1.O UaVe{u`HhsL RǒCZؤ9rqM69 AӠ B%]Y{U)YϢ9S 9!8?CMZ::72;㲷o: zʺO#z 3uZ;:9z:򹓱ڌC٥p}%Bk騭/:b6::`Eڴw\1)@"mwSO lj17Yc15`{-qtQaTٚ-Z)ǻVڳZHۼkx_03 -xVuSm"r{0E¯U՛§ڸMO[rڔ}- a1A L!M AKQQK5s<99yK7<#vÓ;Yqus7A4!Af\+aZ1ۅYZK\͇[9ٟ[,CuO'%xZt{]qӴu\Njݜ͉%}3㼒G< {]`$y$!%_io|{‹9-É\ןӅ۳5 w3ՠ:Kgq^Cp7sIa ]Gޭۡ^ً̛'̻՜~'u>!?3!}wk9sDW~ڗa&]\]kۉ׆ܞ}~''#~5?׾%>߰WoS@@$!_ae=9Vj<+?+_5_)^"/$*b <*gҩS $2$ iȓ%W\@33Ν;iƤ ɑDp) 5ԦTFm ֫YVT)R_"@rgdž 8Q8+Q%ɳk9P%bshZhEzQX>ꕬ[eT[c gB"fṫNi|IfH̗;~ds']4Kvzdzn6wbSmp#zE zq!' `-fL7Ѵ A7E]P? eQ"UYQQy(byFkf҃[!x_ E"c1T]$a.`QHM9XhiXiW{HɈ[7 :aHv.SKLCtaJ]xY(g^i$beE fY+XH0P6~rdCdY$:'IMbr iJT7}c(HHq{rҖjN'!w=뤺2k.^{tA-&n YkvUh+&5RʮwbWkv:<Iݩ '9=9aQ6g>K jTn4q)6NXw,G| uUns#FJbB lYŋ'I4ڷE5ּj uM)e)awUVu6MWk/6twTYpL͌[fN=eeM悽A4=m5֋p+nc*Wz qk=RB40zXj-~NؓgTN|SΧ3d0^cB얁ɏyDծu{]dl;"]3SHgE >( )u̓^DnU{׳Pf/* گ ȡoq« fe8tt6nY!g1wQ<Ӟ 0S '4*È!}mkd[)D AOx΋D1L{ȧw"tG֢E|P82'哌rFbgVI'd!XGJze4F[VmℌB s*f1W*,?#S{ n~]cX)dK| xʚeHn@BzqۧE{Y3ՊJJ@S G eZ;CPi%%/0]4 MeЄ-'{-TtKRS JA65l2pn{hO(Ҭ(1yd([08gQ*޵e4c !ӯ:c*B `$ YJ"S%=k=k ⑫^`mORQcV*]=VB71c6vLTK̾,\F浴mBLhKf ^G d=g؅Ҭ#^Xɕ@+R=Htj4$6>TN C^grS9QX-Y8)mfwͮ}{]ֺҵ__Ȯ唂%hWWMpeZqF)K,Eyؤ=.~MFYQ6A 1hJ udYPS3E,Pc%stX䭓cŲ]rK]J_Rf*f)(vpl:xn.SW| ~+Pk4ٽmdr, 2){X m2Q b;ĘH/˘X) Lu5cعfX%U.yfsw SmZg|rlwx1%[Ý3'n|)=BjWى옼ŗ4D*3kAkZ[J{gs :3,O8Z2ZDI&kxHfC H/GZ%q886;c6IHb6&vpy(YfdvtU5丒}xADs7Y9Lic9XjljoOIL]A62I5Y%t8pȀБD)bybzp,&qS)y{(T3fMg2Y LeY%Qv}J7Q=5c24YٙUJ4hy?x4vs‡xqoD3;ՊWYly(^E5Gcɚ٘VnySBUUW.B+y$蹜'%i&N7U4ÖdJ#8&I)sexVh|wYlu(q8!:Ah~(zcɘ '=wb6: 4Ÿ*@)\:eYfRLƠ_OWd!q!?+&BP9:E]꜌hMZpbZIj/|cP2rhF%h٥TP9}F]FHp=9iI83.y.&$@+; #h?* zǺʺȊ90:2W(+ZesP7WqiO4! *ɚ*@j@* zu |vɑ K_OZ7oT擈86P %z "-;ʯ튬!:z[T,bΧ].g{Yh}Juᣡ'4!;DJYV+˵*;3+b+d+0h+8+;irKZelJ{3.Z򭵵`4t0FQ+{  e;l 빡Kb;bK4q;9#. cJə7eDVq639 kFqZ) e+ ׋{Kk-J 0MJTF[/g{~PU%HuHu y_5cW&hQ| !4;ի \]_K묥Z KCY{[%ٻ64K$' +@?SVQzhbSubzL0K A C i{pդiH+nZFx`Uz汿2PM1fli[&R;.L :FlAL(!ȑ8GH .̸Bŕ>92dx!c98I,d!XU!` xPaԨICK:f)\ TY\ $Ɩ'nG/'6ti(T^]bdV04 pl c}3U@%vu^ !`v X3\BС sQ } (AaC !L<@3h6 VB2@oa%Qau,psOt5t4 y<e^m&J`{7|Vg pgk}րA. u#7|% 25XG`1_*| *F 3 }\ n$b~pAbб>l > QVyAnDtxmfndôX@,LY"@.`EC"q >Ty8Bf0* qw `(Zv` ;찀7\x!@[H!@ P^EMB0B*BIm]N6]\T߽ž<_Uϟt--]_Z PD 4 >" "( J0r]-kªGh ͼ5l#@n@7@0a<' TA ./KBuc0k9iھX/eNv"W0nVOZёF`hPdz@VC"*D`d 񅂋9y(bD|;74x@c!aQxX46Ai-90FX /pK4f6,$#i*MEyĨORԣ3nXYP9-phQ .UB EA@s `!`y lЇ&w  0RH| QW P޴/DH.K RJI:^ӎxLD#mjM>SOVP N;Z5XÖp@_ۖ4@tERk`ghv%($pFA @"P; ɀ>&F\a_~ XAIRZM\AEa epT/iLL׮jʭx$"I7%PժL.suxh4(1`Q8^.X @*Y@JCYg nT @? Go|9\ ;3hlI1I_AE! BjCX͈bҹ}4u)C!L- jqYҗ>lVGקܫ4ƦαS r8 EKv`+ءJM?w:8Й΅5` 4A;\!!%p91{IkCA`A72sP2( _/6N =*'tqgBtVcP|hQ `5huv6?%/7}hb+MTaTpq'.hD7Xq0s~Vh~}wq `~]FC~76$U`qpq`stJDA&kX@5GW!t=(@{tC>0cHZ} U0qwW8jf ]'NS~kd*@gqtH!h5+B0zu@:)W`2=fA56XPPHRg1`5'CDu\3hy[,f[S`KbRpt i wF|2,0*8hqwdGj3~4(@$mxy^d92)rB_ t0zDss`_0Xs@:!6L gx{I>`p|h]hz96agfs.lH `7T&w)\,Ng19qqlqbFe(P$  gVrVRpHPqlA,3PJ!"_dfyP? Ynq-\א̷=M&grpF @N}݄Fa,`0Y/Y~WyqH0 3$*  P9*1+!ޥcy7yt0!di3PNL$&RlY0H>Yǁ 9a6I'fSFF鞬cq9 090sn @Gq90WX^+rJBP$IWd0t<#DF4ZnhV%Q]0QoiNMägI1] TzrF} 9 qh*Yؙmrj @yyGY}p:q=@t*2l0hinZ)@}`ou_h E6Ki2NiHU hFp_eYx\+ s\6pzmHy~:yE_|/lQCXpGJ2:x5*)C0*Fg.Ѱq'eϤ~gۤ3 7ūބFXW ZⲒ(GzZ(.  qPsEpx3,cj29`38@} "E! ``ҵ_;re / ?m۰r[>=QtK-$ 0KD{;  +"]@ڸyj5]V=FAi2* @yA pP(B}`"N;+ass[IX0(|പDX[Kxf`qUYKi#6tv˽;KEh<GL\lR]P0\϶!Rga t+i4MR=LNxQ.gQV^Z?]ʩОTz؋i]$&NL멒wUbcb\ 0  G^gӇ{ul55[[}5rRLNk, 84~YN $[KKޔLo.\!݃p냰~nn;=ʾ̮\n`~ea@~{~˘kPi*E NGFNk 8SUbXezu]!pH`ƒ[`BOnP}s0!$i*YrAEMR0au .}0L[3:4ES??K_pb@ d `^`-Z|{bJ']]sqq^ =pxj̬/>7v CD WHcR[l`[(7{.Rp-w]q;pWg BB/| ?=㋰ABa~[) J@Z_ .e0Z?-7WYz(p*` tPABEqؙSG>} C̙H  ,rEC E @r̜)G'$sϞ4@ h/a. &0ILBu(K "L,aŎ%k#hb9–ڶdŶ+M7Xe_9uEIUXTa#IĐ) )1J</bH VDUf(=XTPӹs@Zuo =C D` =@>"):E[>lwu/K:[P3hP@(bj)¨&h *ˬ2 , 9T+#JKTqEIĂ6x QDI,1[12S(" 6۱ /`eIV@prZ5,Ȃ )p@7znN#80Hap >as7QO&ܨA 7t?@a'Po2D*)* C;6"Wr5CPX`MT"H6-#-:h% lc12#C$$lL"ʀG#XYaIƂ;~:רװxXbղe`&iHF"u U\JcH% 1`]VX`E襷"‹0(\5xus89sŽFp+*RINJɍE TB/<Rv4Yׁ(37PdE9?,Ņf*W~,kECD#MZzW>~WvX EYm{0.t]W '%F`t8<"8C)"6 a qsB8`8AXX 8D#pE` ^@HPp8;lK"!c3yCw *PU"&Ha #F7vOs#'>=Ԏ mAmXLddbJxL"$$ (d0F,XA"Rl%& a )JT:•OҚ@ ^ r>4" #?@Z0kB60B'=P@Y(-DpʕC4(#d{FaBMpy BdF(TB9=F(BP"ݦm/o0)Rm= ) ( `1%ծ[⼰2U]eBs}@*B@ C"L7.ت;cB;mJ p^!7(@C *A3veSJTB/P*M#fX'eYw/% POHCmi 1V#N bJ1* &5 zÀ&26j[dpL [C$FUkWplq;!  N`C 5O 7)\rn^\6%%)Ҥ!;\YPZԍPD??j7FTB12iSLH .n nb_`k@w"^v%x @l W !ڜ74:y?,pYsЀ@CA ~C[8,Cؕ^th1F)KI=+,tl=}rVӣfU hR- \TB&1 $!o6Eäxi`hKS7GAM)H_LmqKRN|m1i h-@6D#lt 5 gb0#$ %* =xDiNl"Or. :O1C'z~m''iU OJW*tK(GSr3իΰKhG> :Ux^Ѐ@4D&Ds˛։DH"bo~VyI hK*03@>C `7Ûmb- KY@8:'JF0,38?XkAdA֓sE@5׃ /WUH $=p*>QP ܀ CK%)Xk?[S98>h ;9;8@H -G˦#.Vx Pw'%p1   ؄lcB&St?DXoQj;˜\".`j(1@@@>z{Ex 4xzEAӁ-DDP8(NN kJt5 2DXG﫶Syl&Y\-r :>xP paH'0 *:Q"Kq@P^BđTEa DEdsAIIQ+5\NE˰E(PkJʪG/Q2g /9)da*PO&P*xOdO&X=˛ّK)!9¨/.'E`>ȁ!ȁ#p>b `j"`@": pGԂZ'pp<(A$j: ~ 7tVX1)J'X4HUX4p\4.˶6vظ)=KGr/ .w2Cx&>Y:ȁC@; H D9m+IT-% `Q@cMA?Ѳ9zNM Ni=!5le.Zl!E_͡#  1w hGPA[i>%\/S"xZ }} TL94?5-v0 =ˊ-DꂼQrQE8Pۥ:l7(C4C9#??0⑈ 'E@9k5A[чQE<>9' KM=_i}cZfD.=3V9c9c=5_:0GH/H !Z0x xXZq 2(G0 pRX` .eR/ ƹi$HSG(np)]AA>XL@D|,!9 >8@(78FHQ-,%0OdvB0c3ު]ViکmV~;cP@8@Dfm#,9@@s؜Mޡ@L?x,%m%e#}9V<.c&hnl)3>~. (AhE&m8i90I}"[ř$x:iHnG2pC uE~c-`npMm>YE!c@8UHKHH SHq.qI^ҕǯ>%H^}Qf7NBٲ˔>w>ySN$Ԅy#L%X&"EhX4ТBFE-W<(DXa>ǏZƛ3OA<tFJ)TQLg@ɲeH| (BGG}!5 q!|!S#h,u pP[VtH/\55DqDqU`Dc~Xc}PyFdMVfaQGg~C 1%DRH!L wɁn,қohա)2`vU]  z=aC Aff"uX jRI]1S8 5Fs@у(MF F\("D 3Ć"ttDO)@Vex AoG@R^tdK[䓑qYV•%\X{D]Ho%f0xpq^%DtWoyYn!Ǡ9G(vPB>;=Jv؁7v-CṟtQ5PG "W@B((RqWQ*0Unt8N0O,"L+W_Uoo/\=e׸vхeq %qof]#D0>/KlȆc,8#\^\Upz :ja"\F%2(- % BG yB_uCG#np\"(p 0R{Cרg;7joEW-Vޠ \tIDգipr ) \.xkq$sҼA d:3+ :?cQ"SPA`7EmfP2LN[% d`MuZE/ %"b'[4\V1DկG=xN d09(x@ eC\-vo)OZ"pc".ass @]$hB8ɼU|uМ ?nNַF C x}#T7`/!Δ !E(Ckߚ&A:#η`iѼi*sfiN-|D8p^ [(N,8(@e` b-=|.l SMAdhͅO``>B3ȚШ W% j2ۄxę7LECb{+e. $+MԚhH-?ը7X6 :+/7’np4=էZsμ]^XP]kI̫'8 6Qb'yzYIPd@4 B߾#3Cn|>~7T߃a aiӼ}J+APA ?um vƘ[@:0a ݳLש@VvXUql։q9L~8[H goCߎD Q3fH}s~.9(}~~Q!ܷ2b%pBÏ gy"cdFf4}!\lUŇ JPPZWR8 @lAq=FP  AsOdɀ$HKlR(Ձۙl]d%͝[U*_R؎\|B0T!p똖HxFƓEdƜ "r `A ,` x4 qSYerB98֥FJ% 5AARuaNcQRq! ڧ؉pŘa l)qܻ $% "!<*IH#r p z[h &'NS @@@ET OA 8QY-ji.:.cRq6K*SuM3UMd3Q!)Rg5bqca!ԡ HADмp ], "4ģ<X4%dX CV DdĖJЄO D$$DBdL.*9bO#)(#рfOdi&2j!S"Zp)%qU\AD" $Ōi$A ZVģ荏=ch[,AHY(Q _EC@ @HdFEtG~H&exNTQJ~qj**#N6h2pu$i2KbQHmf^n\'dhWK$ V ؎%ZGLDvHUS^"h؞B 4 @DJdINHEO 9HdֱS; hfnK&i"h22i2Eh&P>5aL9ᇂ(n D* =-$%莵\ny-=)tg̒:^9hz&$ u35J GЍ$ i*UKVhjiϓv:ӝFN M cSipQ韢:\nA)&l%D`:.Y6  <0@=GgAnb6Rm"uM2SYUIF^)//ε. NN-њ^-eDƘaFay{cHkV\l%.֣%p\ ۅJ'φbMLpF[I9%̰B͆LGΒl2S"YFj$r2FT-8% 8x-aPh*s2Ϗ&E> @-G2M[z&$ɦ H5 9gqiΗ.j0HFc4Ձ!fI!+RAo%DҚZٖ\somR X@hAT/]/zOB$@@9)̰ X ͆̚o>k1]I͔VW/f p@p dȋ&&es\STmp^ @rPlNjO\O'&QQBN0@Ebi{" O@OoL. . _0k~&/ Gꦼ4FDjL BqepP^,A%^,٘ r`@<heX0- @$ %Su/ ^KDHN)@I*rL10"4r-kPQwr22Nn1LS}ՁT"4ؼ6so+kd萞_RT,$E t`"ӭĺ$  Xau2)Ȕ@ؔaFF̀ 8V.F7q443ܲ-b.o Ư fMPA@ 4jՆnFhOFNuUu;2u2s0::3@"׳4@q[H84Kƽ`ukv)0sQDPF"`[G'JJ/#kbb+vH?v 40M.OvK"P,AlZ htIH{RATN5kߋ"F#r.5Xb)3a\rXs7h`vs /Nwfauv;!;xW_/`+J{_Ǔ+-/x k|7}3U)sq ̊>֗LJi+x8xh 考SeoAo56 dkwmrI#l ܨ\Kc$2#324|u<Q4[Dap DD'^_4zgnroL^vv}3bw^7zW)/Q\-H,Tn;H> {Z@dg"X-IP^AxEgeA'pЊ>xGNQ9 N}QW@QQQ \i7KwOt7|_cʀrz{G#PZ8 8Uo$j|(js@bșʁ"]*"[@q[@ bZZ ^ bYQUyJQ=wOJ`sz|<'~9--JB *j'T{(Q4q0:FadV$ND,8^xb҂٫PNe6!AZ<'{,ԉFW]}+#F ܩ(4*Ш찪CX!'˒Xr#%9CIp"O\'v>h" khssBMO[|*WNiCpp>p ~/)lj Q g6ya[I[C=A PC!nc` B?@@? p10@҈ B4Tf| o`|. IFZeE!&pm)SsW.0c@ah8j7hAXđ*_͎%~@ѓ(kUbiE[fы 2ZFg@0sn@40G1>0}#2DCU&t=|UiA80|Xl\Y~(29R58xӇ̀;+XPD]-h^abJaӠF"-a/<*^1LY3"p_; 8g(;B=R#RR ȭ:hAcT/ e0@ @3~Cp_ruI! 538i|R:&f( :?,󅉞ϕG3GZA'T)=AMS9PU?0h"gbVe(zLUxk ` h)ඞ1Q}ʕS~.hbb)ΞWse-Gw)bUD%ƀO[4}7Q8 [\q=\"r!n(DejS[b퉾Zv 3HˣT,f{fx,WLWfL4!2U2iU!ևѵgxRN6(Ϥh.U~L\f~Bդj8c3kiZu.vŶ\{ i(`JR#ǔ +~1]:YvhdI_R5TǓ^ ֆQ ?<й$؀uJJ'7^SIhZbŸ*pYã˪RoW|rǠ􃠉3ﶩcȝNY hzC[]D\ = g mi|?5ul}FC=?S#^MYƽq z k!ZP8ȳ@ߔ9֕ԫ˛uՅ'udt'7zգNީOuL4~\纫c-ԁ5{P\#wkyaqsw&s/ysZO|~/pd׿}*^>~͟s x0"0H. \E$Mhv0'ޠ  o" o.o鰯鼯JO/,ɫdP>MdH~"حK `Ꮊk)JԨ .u"ːښ /ۘpDא O4 c6 /!ʚ:  @ B " ` |Pum  N<- O MN[Q/ KP\koJsuT0<-\)KǗ (" Q 1׌ m>/ @??s9O\Ԭ(  rH0ݠBn>q54!0'A6r E1 BEoeFi4MN Fq4\ 4 0!#,&T$hyFCtL=D4`6(KSrs @ݴtjNsFKPTpN/hJ2+A 0rHMo$4 9RS}-JAJ'UK+U.waL5(/0ctMM8ٴ[TQ5R5UU3GN "!WuzB7R N҈ E1K=uK-1>(SZSqZS[t\U-TQuuc9V\d+VMmQ]sP*e]à &^@jP7~qjH.o`kYoDՐ.V! aɌc[1Vd/6dAckVlCT)6NOP`]U`@ fgV_72|$a;5XٳYF=D/R6bV?3TU?rc1WsǖsAVkitUMVdRrPVǀ `uyAx I$gU !3K(Ep DQ(r [+svc;zz?W)dKt/^@:3 ^`v6|.Jxw7 WNK#aS7y)7ck=vzX tR`S! L!}@ 1Qw ~GQ'W/ cs8sslR@!RR@3 !}2e v_ЅwXkXwyҌrZ_?ɕWö8tF t[3  ,!q# 5py%rX&wXw888bx1XX: 1Z9(Y8|o0d!Ykq{y37ϒ٘؈R+؉XP9 R^)(A^X w'֗ex-Yɶ69)'ؕ0=@ AsU(aٛMrWRR{1)y_48O[癣;8?R]ٟX9+Ya`ZZ~u-Q05) I0'T;ڨAFU2sSӠ B%! L§MM٧Ӣux5Ez/{h+ ڠZ2[YsMYz8/7{w+ `tJ:)#l!=iǘ1Z11t48:|e^W}*ɕ#z[lA׶S%FYd7tWI \Co5 soTTK0\YWkiO6X+LH* oyUi?zd0 x8KūZ ugU\լ{}[-;ƻ6kԮ y\ :)Np\|7C\58ʣ/gtm<\s|u AV!Gl&\۴zwCV;{tQs0:@ a&l]rL ΡW;}mT)o>?=އ>q5O +1/ Ϻ׃}?_'7M'9qsǵ;9-5 ʙh5ɉV{cya \)'__>s^>}'aO!ܲ"A $X0B/4tx`ÈBt1ƍ7~pFKf4hp•,[ 2̙2k"I3'Θoɳ˅5f84iR[V(_nnBY |'}3R rE,nylAzZw lHZ >*(Q:~夾Nn^_lsw޿1 թlk‰j%Rȓ{]\R1d+{q424ȨQ[c~2^j*zs^sN>{oAI_pq3` =UܟݠQMW.0հu起YbÆ^+n Nke[jRk6{:k$ש.3#p wY@@L5k' u+9_:dmucV6c{ ?wx#3_꫿(@,'&B)$l*_M}bD8LÓWDe 6lb;N* ݲAm&S]`sQ mgy$~KA?z]s]uB, >"ۃh ְ́*|4r 江FP7S!@JQD0cHR2/҉  GOt,O'b5) ]x=5V7ބT<594J4A5%_Bg #vtԲ{UQ+tMAg{PbTLe1/q_  '-o4 Lhf=kR&KKSLd42L'$yexKs4SP3(1\X6HU.W@М‹1(#uZʇ%K&:M~.HY,Q]!yMd㚤ʇS3D$"ET;;$! T3Tg26ILVU2DYLi%xfࡘbX4E^le|NbjN\Yf.$3bR=t;` [U">:,P}[ʭu;Y!t!>P,!ntK[gJopXֺ:VM\kml+ \]GTgYnq$d[@ Υ#y=^[6-,{W$@HB셕iN[r&$x'^;5 cx]  c8u%vM!Tj-Ml$_5Ì㉊0аw[d$%*bd:ie`3钖$tnōj,X@7k9X1y9^J(QIqIR`jZ2/\ yҕq:SdDDd"ȁ>,|v84nԔ5G'G+Ėq]6MCrԋ LqvL]޹IA6olk#DV\|%!9{ -Ey7L k ܿ'W:k?˖ MnbMaO2 "_SY92i% ɣՋs8!;@/Y3׈(m;}K%˒Iq3햿|1.C}P/>Ni%Y 7ri-迪]0Pv3ѯ8NzxX.wƓnUO?W‚H9-ia^PDѦdE% sz vk+ƶ4(+m ת]= {+V˦uo9xJ_z1 }ofyMGW`oHQ {_hbr}~lFpٖ_!P/r8e|n7^5kGaEGN@PT"'uݗ:%)w{:xtApiL$!Qy1(Wtȷ0!2++$v4W8l-7r3l568e_i?OwEM*aHH^KM(NX-4b6%6o7Ņ.b0&m`HG%~boL!]wJ*E%b5zQX8?! r@ $d-&Pbcp<(xuJW1EVTt}xH#)Q>f-Ȋ~[behx{Xf4z$s?vr2EMȉWaUS6`<}d$h&:c<_`!vu?_BJiadtJCCw1VdoH(C}i=W.ZD~2RiX)1(C 's3؈ۈ xm+yG֋wOsBhaXnR*D.#CX X6uw'I/wmŁzE/iWYZ]#kXexnu@ԏ:eiyVvj`wՒ8R)S•E^{:ՇtR$pfl%yy pL ]pX10Z~k'K "ff̖HiKxqEgy|Ɏ63-3KR4yWKi(5Ȉ9UN!pXCSTEùU֙Y1+0,2tP`Wҩib 8ٟk):ijaERrp//59\w-l:v&RI8>ڠdKxa);3C1FU8m;a8 ֧}ڍ_u&sAtX9Jz9tv.u7.)I|rlZچD_XWvdeރ% 0«ȁm/ YNJxUjhZQY645ęҚ Ze="6!&;jgֆ硪jPshz6ɉT0UR7Cw2NiNvK`pEWu&=cSZZ끮:Zᑖz]itF0x3X'u1m/ [.Ԫ,nw6|4$A(jclq9:նʴrmo,ooM]j1B;YMƷIr $͸! d>95q0]OkA236k8Rd[۵<۳V+! "ueۻ#o{x˲s;gȐ~]?Ҟ  ɿ B9C|?ĩ,D  s<ͨrx ˘;K+^<"\+ V"i7\ ll0,͠@=}Щ|EܶLfŶ\iTiε2 ! ="#} cY<8AlMв=]9M>ͧMʱjϩ,^Z(t8Ҿ,$=V-U}U˾>J@v|E|=o <=s mFG}Կ),PlPwUzL_m s"-ْ-Ҡ"%+M"qKmm׫-Ԭ@}{-{o;ε]X٤+n\~>].Dn.׳n%KuFxEJ*n0׌쭍ʾp|34 |쭎AE {羻W9Ukk.S%?^ە]Þs\!.Ay M _C^ЮiI&pj%jzn/sm =5+a/.ely>9}<>|LJILZ؇^WqY5|BC_~^3s޳oLϞ̽!,"X{Y $BHCq\EiFJ%QR\ɒ/D腦͚7419(ѢQ$] O 1d#K\` Kٳh(@tL‡#f)"dFB9"#DCȐB!vz"0rD B rK+ T) !l ,=Q":Lŝ_(G?<:ô0)Ş+:b̋3-gSUgf'tAih`p`@mf}–Xb!aE`bp9PmHPđ 0 56jXc 3և@{4 BF!i,gt̅uAd ?<"E}}K %O8:ܝA eԟԠHTXa $hF*X `AkAX05BȇAC2 "e%q1C 2x:VCX(BmO2) fD͝G9o!UmLsbs=%z )SQ'X@#[ p43` VxI#t4r -f"b3 ć%\!s"/0C|@Crn4҃$aIbdL"4#oL郕%O%xpBXyU쾙LW/tɓz>;Q/.U}QgբTg) ga0 7Q%hEHvX|`aXp3%l 9a/(B5Ԑ"WDE F GA]p,4qvFEȠ\08A` 0A*|աR얜E Ȧ"R4lbޅ3~iNOԩNqoWr(?,ᴒPjRX$ t`BM<U'* )ULJD f4CYq@@X":!+DH+1"<% r4(|S( 6RX242gOxZgzN|Ay߻eQbgתOEb 2 O՟+j r 2<k S&D C#쐈[+l P43Vp` 11XD6۫pf!"^/ \JQEu#uF P*(< R9PIJ~ 7%xe(&0 4Phop m# Pfbroa{p.5< 0Ѱ0a uCf<_ϋ둉mü>,L-^|(-uT3M(X) > tx)͝BVxe*2= 3xـ pl淨kFsBjfב 2aXRby l@pa `K"@0|Cqa`9 *d]" ><E\b2[7(Y: Af8q,ZɵFO=NE뱦 +SlVPŞr՛ xb ӷՀ@ௐc($ AN+̈8 UhZ S8A4\BE! և?8U¦Qf?8Z"a[ U~6BW${tr=Mocr."=%FHYA|VZ^# :<*z"-(aTM*–D7 f53v h a}pSgByt$p3i>jђAjuruUD/_u gU]p0678:'>7?>tE7?Q`Jtg|T{c8wZVGe0 }uFn}q8vw$`(wW+%T"?<'~uӅ!a&,PR+>p$/Dy=RZp&l36TX\Wp3kFbuU+{.'vt28||v10gҐtT&P\ )fpWЄP~p wXrpX7Py2$"|!4e[-pf$_=erx}Hz T5UT_uP(U08N3t6>7trsb5Sl dSa+ TF}Dx}vUH}l6cv5m6* sgy*Q"dUKKjHt Fb dP5] 8Vgu݇ìZa!X p9-qǽXBt9XcZs[Bn@; E=ZPrPq7JOTa)FDw~\E|d5껤@k@ 5  8A *L +'Ifʛռxnp"81qH̐J3. kܴsŜŁNplP3 }'ĬEw:C5-?-A;aU~&!HO|l Hi'!ky(ӗ;8@-~@RR0p]bQ,ЖݥpWVgb`~x0qglMpN%| J] Z|CJه4WwO$vrw>s }s&|Ml+q&':hQSx@MxrMP~T*#g0> >>L܎ݾ~~~fbb>m]yNb`ߧ=dP'<lj}#@Dܞ  ӚܢB9S9~~}NGӪ~M*rŹx0ӭrll&$\TO>R_{X00e׮ѭ^PVn' ^kb0kW ,PѕP嶊38 o@K(`{:q}Ŋ`#l8&*_.ڞ*0l8mD:L0nm*P"X @]rEAOE)|P@/}@X_0/b ` b(K# Y@C%>4`cK *l|GEFр'1D`KHJzqƍ?jQc?P Ӎ>8 􂨏!Pmс"S6oF3dž={ҨU'MZH4-zEʪ@Ir@8k<Ԃø $ļ 0" kb (94ò:Hϊ4F;r#t&G#'IG0Bn-G@B82PB9c9 nDμ &p#+%8%FQE+#t6x#9(6zC{X( 8#xV:ګ.$;q/V , 3EG>*k zHpmHpDr4+Er (6% đ6c4pNx@"2Hc0J)%p@E54iM馬nu$ǽ%trY+ VڂgR ‡j?PZH`c~C@怀_ꬽ‹, YllIli[[" FP[ܪE-o7yoQeķOx" mb.D eD(B-g '@ρ"X9$tH\zd%.>FHEREDjxU=0`#XVU`%(@0j^38"p9Q S`]'Vtp#S`?ah50l+y )LW`h9*!34d{K7 mRPIp K.p+]fҹЕqk( W* noU9onR=0!XB]b W3ЅGo&rY/$9[5ȜV'NTNj,vؙِ3dzNtA@ $0S֊(;樲h8qjCC/qd%3YZfv-wYKDHu,X#&lf>fK Թ @GKP /2Ϻ XoC8"a/kx_@Q:xeiĀ4:XOH@(t-n% il"b"5#ö,,˶YB[$;ӾIL6d[sY RLeb] di hTt"վ؀@ 4%m@&2y !! i58Bd5 ]h>| \n`IMt9@ =P8cӆT8t.Ãu1d5, rp4t(ҏt:Y_Յ{u.BYWJ9dd`0 (uNgs;} X  h;Lhx z!z2 =XD(1P0B&ZiRЁi9 !@AH`=쩣?9E,,Pp-kP ;>^K*;y936>2>jc2kLr2kqAT?昡%A0h0A(쨝k6 4hI `>K.Q_[X1 5Ѝ~k"tUX98'y:9;H_̀@#90P>py(=,?'4pFEB,/䞦;)32:-.[C5tG{:,"?8?Ch ?X!h !#%H\H4\:z(D@S\ڒVL0"K*;8aN08>鞏9 -{Ny@Bo۵#G, t,3AX>0ľ3x|GL7GS#9xR;d =4x.2 Pԓ'x聬4 WΪ9 @8'p@mF5]{K3˼ľ>K+PTPcCL}:bL"xG`&3̀HHm ;,h*Ȃ*u+xW+hQ'P2D(2I XrF-pN>ȃ 8(E<7X"aO8'LK5{K008?(TEPCxLUCLlPLEFFM}P-U-ƴP3/ ?x>X}:<\! RI00IG#}% 8kՎCFC8K'8H`F,8MsSEF8MsF ؂>`r?,p=@X?UX@e؞;3EݺDTOJ]F]B}]E0؅ׅ]$eݐ7 =3PĠB0H3X"/pAPjZ^:4(Tݒڍ0Ҵ85Ѓ@I;-صF<; (hW`WE67F-Ƅ (!pJ:x[z aQ(-ܵ\@u ۨF]E0.Cþ-JŤ[]>.Fڝ]aYV؝:}7YAЂM5ApϺD?^/^꫿<x-C2X*]NV)^a`aMh=c38B!xˀv.E?b+%ZE:N1.gsbE"EN SJH R=pG(R;ԎK!ٛh<(`UhȴD^[6#W7x(S>#=.ŕ(N?PiS a1iͭ>veJ)1]eK5e"DVeb^j]>Fj#Ɗ[B(:x`F@2.A}z^반4PGާsNgw4g}Z)i$@Gg~hp2ZGHԹ6Mߣ(4K[ܲ-֭?^#@ZHAS}1l0p 2ЎuEȃjҾ:7ȁή pWP xDhjd͕.EPieRa]: 6[]OT\V&n/rYbT&o*xĐ6О:4@oETHH?1GFgtJFG I -Yl* 1.#̓hP Xm{rS>`:'@hoHݏEm r۶\dKB֨Pj(/j,EU]_Nj~v s/wqw!pY[y6w!F;3,#WBKGP*tF 4G8hx8`75hHX$h3#`κ̀!)r-4fL;W9 *->(_7?(] r;ؕ¶Dmv]hwriأ.jvr]^j-io 5g1w/ !pミ[Q7 7 TQ^jt,] ֞Hf-|"Hf750(8#<6-?)U&E_D & K0w̤>NF6S wOƚkndf:xbYF]vwn_N0`uv=jt^w?7?4 `A?.pPE&JbK7^xiQD|bR5|ZΠAyGJ)g)cFN4ْ(q#D2jphN(NlС 7|(3O!<"D3  `%, T=3nfx'7lUˇODuZ>}h!lEe^}:kY̧39[-n$͛g k@%È%R41P!=.qH$O1FJxɲC@DMDHC``n2[@y3pu|(: r 1#rDhA d Cq_~27"9bMBc~!HNhYp}hgZٖobFfn9'n`HryĊC tt"h8H.$AE_dG DI~.S `sPȅnl5b+Hv -6#̐6zx\G P#)HK bbN6 NQna&")&nrZp'v*\g¿(I7]dMmDѨID́FF aRpV7PCZ5Pr'  H$!!)XdNu!(yfhxgṸZﶛov'gbCL3/%b!sfj(OQy1y;;0&sn࡚d}3@3~>{L܊!sBL /X/qkj q,Ι;I)bI_Cߤw QDt.!.q~Cg8'MN96HPi0A@l3\(VNju#D\'6 y cƥ 5$Ɋ#!Π>'񖝘.LaÆ@t\ݛA f9@AsC9"e@ MF4es `%{R!?"x+p*\g&8)lN *m3#!IJ0sLAX7A:'(W8=.u!ΰ308t CbIr˪$D p@4ȭB L"@]%Jf"~Y=} xARj`GscN !/A$&yAKi4`)AGBy܌,IJ󒚡Im7|P}E/BC1ؼIShdc|C3pKՑ?p)=]f6CA]Ԡ}`׾VD\}B GHv~NZ!?yeR 5ؾI6ҟ AWy#Kւ\Zvr(FIђQ~ܸ30MR-5d RC׌=%^K4 YC"Ҳd戂J5u*@8Ѵ`Ůh!|`` )@Vwꏝ߂z35\1W׾ԯ|-h`vA JҐCM"J^l:oE5FgpY3f_IhB+74#S%̮#l,d Wp"#2 uXra@Ey?؈Z*߸;"| p*9vr- Ec?;TotkgCllcM~9r6E!^\;y%t R魆`D"ElVqy$_X@(!0n%,j2p򬟎qk!$ޅDA)GbHn~+ Neω>ͦ6{N1_&=8ӯz[3#Ze  .0#;< gwSs6Bç+,ÍީkO|wW88 8 ᴙB\(XJ" d@`\@4(M]ɭL(@!^$0H ͵HͲ/ެJ%ذ`٠yL ZA!P1'9FPm]mql_rFT։\Ӵ@qȎa`ؘ`!U V!$@h聗Iy xŠDҝD' ҡA! DtuX,Le9%؉ geA6x p@!0,rTJ_hUhte $cd hADY$"^ڿ1eB ́:E00h dfapݣ 5@ Z:DE$zvKє:|nYudGvH藂!ͱn)}DeVQI EM4 b EO|!7^% @6%=aP mlASB'UA`@HƵĸ͠U\@`"EzFB)'zLdZL@+,&(§ї{Z^/$EdP Т A"͇nUZ$BSX&SvokJ* 4f*<@Ʃ,aYeprc1<@S-D"RB LglJ+D,,.ެNk y]db LjPA @ͧpPnӢkڢ%\Z(j l< @6h@!";R,)&z=iRG0dl.Vꭞd) mx@zn§~Y*"#DJ"Z/W+uaVl[8A'pbjlp@‚U gn r\ `l_cWԀd@E.L`jf.p}0G0*mfl )q YRT-YrH`!<,@#0 NA*A h@P/p0!Sm I G=| ĀhV%"fևG螱.O3 _9ecdI!`e N.)Pʫ 39plkGGHr^X&g4F@. !1YRvK;OĢƲ"DI9.*qd2 0O11+3tg13s ڡuARO0\Mg4ArcVjlP h]ֲsNN-/ &{l@":vĀI+TD=E{ޜ]Ht1{I_s䪴2b`%^ k5gA@TLf Ц|\]}Lp3gkQ <}dA0Tpsĺ 81'5qE(v&<&׸FۯƗzƫ:̏nM6ʮ $P++ ; #B-bZb th%:D͏-`d5PAC|Ĩ<H88NZK"ȚɁ tp<ʎ#"";82(4Ԕ > HO I,"|*P? -TPFi92&883qA *t*96@t\ pG"m'pR"a'28` 7~AˤxR(zB2JjS/fXMܲP?@?@PA51,J'A&XD?@=CEN8TN8A)^ L#֝.WE6һ UI>@)EZ^n44a% "LB8YIv[oi6*O?KxyЯ0>"@#B 'ԉ=e *a3f)X,⨱鄴"(bօ.dZ(!TNDVny-ږ ?>{㍦K.L6ͥ|X)jݹ z.J9@C-Җ-@n'X@d\5?U3,:MމpD,(MeꑃЇE! g QuDu[Q"42Mbzb .\S iXC1Ol9K^R"a=JA,M m{\P1͏2Q\BE#ǘ}q"Rq6B2I lpX3 0 A ^ңpCLHS#|w(Kȅ.`0֎gCKћW4'>0gD%ZJ.pk\EM q"8;l"tDB:~xDPG,&YS,0H]r3e Q|AAC͠QgÄ]ntb4@4d k&E3\T yՓyT {D ^a!fk&Tm1/z*> ɴEBX~ !iMZdw:h=Fyms N}럎ԥ~yZZPO/TUk@@Nlci,!r`Z/x*TQ>[ YJ^CJ `^x457RY iJٴQj:gpZyǣ$ M+߮jC)ךR1?{:^6,n8oHJ?x^'.ydBq!CU~Nfmg}yZkK`4EAfkcg+^ltyQT¡\YyAqs a?]-KZh( Tȯyy5Ngq\K8h[ڭLY>ÑK9D4CP BipM5YѶƒgP&C@p E2 ! W [cN:-Nc`"!`ZJ BO:HJtq.1ٴ0Ɛ ѐ U2 UQ [ _1 [0зb ! = ͬC tP.i*Fn$mO<ѝLٺK 0 PQU i?nB 1 lN Yq tj@/D^aP<$= PӰ%Q ͐ &S # cbMҠ@)Oюj IK.00Q;1#/yYr'% oNR_Q]R.M&c..e&I1%U0$吿a Z` A ` >ﺪ r.) *|/}+ER4W,Wr%Q,UsLp2U5[&7,'N @S Ơ11K2]jYx!.pj Qɱ'iSWs Ѳs ;$cӒ--a.k3 P7333& ϷRb`!AQ&;?#J-G/W0GQ.G1 7=3D=3]q&3 ϒ?gF2ty𯪈@@ ! <:1,2QCJYsCR=ϓ<5$ô#'$U4FTMgtu4",(O)H-A b"(/PPtCp,>KtLtK{,g-K$ݳRASesMG&sM8ih~ (a1P׃tP3 !JO$4.3-4#SR+%R]3S5N+7TTpT[Ui/^@ &^ki[u/;_PY.۰=EQ[91MthL_F4aU \?6\sdU\͵\S\UUO0^ ^'a(!_ : @ͣB A =KXAa'j1T;TkR;cW6e?Ve`ȶ\G\Ӷ\eC.[Uit@i VLgU  h#4i{35EQRCTKs'3;qc+vZ'LAW6ױdd˖uٶlǖmcWv6lSdy79tзn^Z  3+тB/ !/]pr4;V5{KK,8R=;5YQv\[~vv7vo7~mep1PL8xQ! yɂu ;q QS7Yo3arCJw=5r2}ecvWloxlwrwyR x"11!ɥ**V<$0Me?]+W[?ttw]~We/~[{daR{10R KU)QYb@ L/=XM_F߸iATIZKٓgxזiu8l؇UeqM71B 84#"=C.yXigXC9GQWt%1wiלGgmY7ӐYό"y1 DLDUҋis5kEK+a9י-vݶ&8yfQ9%QP= .zǙ,Kkti\=c˹m]5Z5XU L^ %A\w uSkt՝cQ][y< 7 ٥ytGS6OoYIsYƒ x1A ^bv9ħ9+}<%Cܝ;5o0`"ag핱_`o]~g9-1}TՎM[a7}˙KM¥ {[8!9A.IrRu?A?4= ɝlչӅ9v9Tc=ǕG%ap8e >%5AXkuo%^aTS;jЍsg!E^9V7W] ^yzݴq~g=UUw` a類ֻxħ[_{Z\MS7u竼ܺСu7 Yx raﳞ[W\g~l^~Uݴ{Y` ^Q[󹝼o>vsܓp))-ݣ{O7!?I-?gؤB"Å /(Hp"Ć XhQŋ;z2Ȑ~D ̙м&Ό:wd E`AL=hLͣ2e$ejІ,2؉*+<%/L;lė)^x)ңE.mڴE 3tT֡[ΕKVcݱd?X%?l4ȍ`ĬoN6uڞ=[3?R 9bۭq/"u)˴$Zv*muy -$𹺲4~E5ŐBJ<] ӆJ?s2?9ժ[In.]S ,t(!fCG9Y ( eJb3o'~[3St!9&L:$"LL%~|xyT֩Ix.?RzHR̹؈[ƯeŮ3կ0"h!9W8HjwuW]˄8cw-nۍY^m8L<-./~wM魤-vѨ S^o[*`:SGcmlk.<냟= ֥F[Mkg2,ݺO#l̺59Q+PYڳbuGx}uVafW~cLvVe`vXE>ocB/>gK2=mF6ZW}Uw1r^dgWFK~qy7$D(?c؁2jew"iς2DW6PX/.X7Kpkp&(me_xbtnkhMGBDXR2#fx/g}KQHǂ[1h+ukE;RIBte'rO췆mM!D@525SŇC$xZgz.{\x8Y}//]g{VW8O wytib؆'>ez b-;c؇'KTHPW4xX1H:hs5|U%ieDs# o q(rYBSxHcWckH5Oo!D"Sfy?xÌn-#K(C^..Y0@f gvZO8XOK2 \yَe98?`{(I臆ג.I+.^0hhdWe=9=bDy.zI$9AԘ'.i49p69^7Qv܂"~~7BWƖmdopdgUHuiV^G L[ّye@XČ,Y!('Y2x0{,7JQBTeXWqi7qhv6Fɔqɋ҂I{,vLQVayI5 eq;vX5P%>'Q9{idg~^h-y>)X#t\q(P8K'Ǡžyk4'` Uz&hX5 |y*I& WRxڈ :4ZvUsIHS@n7\g*lsWU|qꤢ6)vS 0)4~,x&n53TqGɡZ(t0|QPZN3TFa)u)-a0ee+ym$.qzHzha#Z^@(xwYJ=gئCiٺDҔSNzUu^juux)zx"qcbjhDcXK:KJkǒʰ ˰!0xJu:3ZלQY&RɯDb7$ڤW1K+7ۂaT#Jmt"sz j23+p#`򊱻NyeIUH[حתU!BJsV˷  [[kܗjj[Y9z?T-m۴m+n;UpHͨ@NQn}K0K ۰ha Ӽ,5l Kr \9LSD8Il7,O NĐĒR+#&jxdlC/kCplzLur\òs;k |Ľ  ȍLɑ`{͵\k̻;: :póAdz˼l<\7 G+ϸ(E8\y̬+ь,ɍ, ͒ MPφ˻7m9*+gʻ>\ нS=Ӌrϸ<6mQHDW˷͌͐VՏLmּ+!%Lb˸8:v73}q <ÀÊ\$R;cP]S;UM]MW}`֓|[#=[\4֯׸!!Me>B+}ϴۼLLzl msKmј}^=٘-ٲ{)=eW~ x |ݽ-K8L}|=`TMݚm Խ۽[]$])}ڞʳŪڡ[s]EMMTɩɾM9ЏNu1 ь MK֕]^ᐌKݾ; {$rک/pb 5䔭c]ۑ9 \EFݗNO>YܭRl #ڢM^Npd H/M#ήa=:>ٸLzm9τ=ܹ:NӜU.ݚ nST ;-=~Mngz+9ɳ~ݭۓ,n۾Kւ:>3?lnՂޭ  $ŗ>&NfU?L'o}.ύ.~/2 ܰpO4?6NM @ _sƺ&\kZF{z q }+o~{ ?^>B<_/$m%_~.l](z 찻 _ Vg_{ ~A!@  , ?`8b#(^ QF3~c>\@‚(9@€2ę'`@쉓CS)RE"< 7 ۸}JU! 24ɲeK Z^VڴTܹuޝ3nЛ{˷Ё^aD$'Z8R&-K6kg_у6S4S4zаaT٦ŚUW >h& noSu;kvkOG:v ^ ){yb[?fK?gᢳo ?j !z70-O)z 3*A[;ī" B~k@ծ|&|4.K0(m,L.rC[@\q?^˯c<$HFбM)N 2)9t4+6:]1G-ASnF%sC49@LRJ;kOSϼ0c4(,(g-5J U d5\2čO ?!," =xE 8 /0HA_2 0[ʜ K^0feF_v 9攚HY\ S%OB5d%̌`q KٳhXkڷ~* &>| D"| %ǑÇq.N+9^Ȩ!F`DR*qOV]n@x6(=p@c\€{Kt⃰;6y!E^""2dv+*l(Rp>"@lS"x$A,PB<g#[K@Ja%Q&pF(81gܓRTBuJx@ D4gBT- 9,$@h*\HacBahqQpyhĮjaxWA@D`gv!LZC!M_܀-da Ȃo1=GQ)Nj#KN9ucè@?"h'4 > lA9X)T@$3%PlJ@z`Q:؁ g2JyD#\5U6²) jK(e fLSja=s8E3xK|1EZu¸oz%îzw'b iDg8grŽ3\f&o'@ W~*؄2R' &J=X$ InC r@!W;c.C ZE,j@+@f͇_;GD ܫČgy,v$3v.cg"s?$`m5;X0sP]3QT`wovX| @;6R H (\Qp"P'=6G)0U<.<0%00n$Ck:&C>wdWQEW{H7mIa?YVY{ee/bGWfcbGvV+P+vf_gpg u~P6 h  6xypx*$DB90p3|2TZ"005.Fc$@ǒrhcJc-DEf\ǁ'W]v/r'm&|z;Q8^|$Gͧ @nSUFur +}5 0 }GxzXB~"I 6h  $=$I][ 7qZC@J/!<[pm85t(Bl|M!7gL8Ke%wlK{ppaf%8CAg//c'8F0G(GhG8v芮h0HgHxPM*hׄP *y`f)T 2E3/ qs0/wxZ(`}P.&4nh\cQoT">7QPgl~0lr{jtXNWblH'TJ(GC8Knx0 ~Ygӑ ~"~= TFR`a(0cC}5q,6*s@=,Cc{X-ᇄ0SzGXi_`VMVRXιeǧ N]Џ3H@~Ƒ)! r&YXQ4;R;v-A4p$yk(7yH[WKujU>gHÏY7E?S7uhs%Q,ڢ.gÖ:q|pi8cJ bXgF.An 9o9JX|YĈ~`~Yp,= bGBl2,yП(4}@s31 ục[ₖmBa0Zm#udHi6 Id@A |~W4_gu)RP%P~PIp}PR3XQn?y,GD,<*SHI1cP05TtzU{گ08тۥɩb@k@^@ @ @ `V@~)g W oqf~9k a*~hlI^,K3b+v:`QcU-7WzT1@oPg9N4AjVU=an(ɣkep  *fX6rgKqP H3a=Uzyڳ|pZrP`yC;bڪ[l0MN x`znPP%N7\% zֆιk ˜>75Aux +J  =b@ eP}IgG() 9i P~==CRy0h034t=8Vw:s}:sS'TKcyG~x{8Smʢf|9'J<;: ЉKe k@ AH__yV*@Hi+3[35i\l@[=N1}P$[0<"\U:ДWzc0l`š%X''?Jт*.ᓡRT-vŜZzd@ d[ +} NX2A} @ " x iv* 1llHI9+gN ÷[$wn ɖ [6P-~0ZfB%Vc(G]R*mE#-.-J~d Ә @ ̼ ͠}\W9q|P{ Hiq0s GRp,<2DYrppHos0n`sp]+o`o~pһL-0wR UْU4T0@ \-ǥaI; Kme@ ` bZlƴ=',ACX Qcв/1%ƒ7yv| G@[klDכjy,3=p*4(`y[@Ґ6R@ @kl6.6%S0 q M۟ CM  ,}!9MX{ǚ,:: x`v@,{mrqފ0N:[\$ѪTMe>SGq3A!thg}g؍膞鉎MؘN.__,:`pCFInJ㬠,)lh  l!ǘG$*x,}ݣ o8sshGI7pni>s=߃-]-we!Aʑ?!~C7:_ $100"%gibЩ;J ˣm eFIn,~1% hM~P==@KzMs0,75@{M[h> ~:`o]=HrdΖ@~R]rEr/:VP /&]A p ^˜~SYeEg*N xvXo0rcɁ>Zsr[Г1Tqh$;z~aL8Š( &\bdI&Rȑ ,r.nؑGXD$9cG7|RTR0PX# $<#KԽDmt#"ԊH8B$7(AUKULd`V,#8 AVjTt /  RE`ydR4xDJtY pOTP06C(T>Pa 7`IEѡ0)C4Q4CA# mL,#(6{3:93!h EYd>4d?/ OPA u?e=etJoY&p5 5R5"+V~&QDQ3TfS"뙕De`% ”/Xœe|zU:,&AT\. a;4 \r[H 8 lxktՐ&CCA1km2>Xmesl\ 0)l :X B(ckD"(&R;,Nx82㥌OY3a>9IP~ D`1o~@#ЧDKA~UAB~ء29BvАdrVs HFA6lnCу8aHa ":r}H114l!MT:h.'vqBu6,Q Y%qKT"lD%s2Wb;;xw<`LcV ] +43-aA@po\)T.&NT4%A =3~~BRQeX*RO0' +d!ȃ0 ? f"p )aZT@ q-4t;$pPDh6GaƮy5AY@8NU,g_͙'Slw(&W$P)h- ʬзR*j1' /⊉(Tt d8'O(+p_K Ĕ4@p(a Ȁ j$BPׅ:0T+SjYL T !uCVa nƲy;)H u]W# f9/`uV9qh (F %Ă%HfhA )@TE~>V@ HQk3j1@lcI=5R%DŶPDd: X 8f(Q,o,fv6*OXqUTDcEJ"T z(~BG 8E(`:Dp2CV?"t* vypZ(89HA. A![122@DXg{3gX90 :+!Ȁ;؂9X"% h!4S@Ё!H&9!(pSȻ@+ A  ? 8{ҫA{EQ94P$A3HB(!3@) >Br& (Nt H' X y/[ C8!)P8Q$ /hdij/EI֋9 J_&pBJoj=xJc0-(1$J"XbY R,p&PK&h&Kq̕6d36"2X2|Ǟ;#=Eh;8<9ةSK3'ؿPDZ ׈ p!(3R@ÃkS\<RHAoJl4NBJ4<T9h@::F$")k@#hᤂR+gg*XZܲ !2~ . +Hp>>80C:CA܂ȂDp# :pmyt,8'E`McA3x03B0N9A$oAdJ.̴.R1E C 3Jc$8(7#̀,HEtA:!A'=-؂,DWPTEuZpHTk# { 2TP̮3$C.(!`Fu+(=;6@\U &3'R"S@U4&'5NE =As R/]Wa\1dJF.e0z='@@cHBpF8)4"@4 38<4Bu-p.XX='X:(HxF,p'H >5 `'d?=ݏ帆MbXCP=pCD/2? ̂ U@Р>H> vq;(PS78>X r[> h 89pꪒ90T*h4jH&qL. L cm<>cbSA>Ch͗DNv"aJ[huF)S~H]Z^nm| 8 ~b6 r.a ` &BBxL!8[o?(NjHxg~G^SLbhn0$GHRPql9K8}/˃s>8gtf@#Z} S6@Z++k]^"8칅JHͱ "=>ʦlVuI/R~Dx  Yr>HX"a3R '1,XE,/.W ĦR>a* yHHh6HG "e/Q?%OƁ #p<Ȁՠ\77Q sn`Q`)Kd3,F'x xr0I۴Ƽ,]Ja$mqUv#'v Jϗr 5hr >x@@(EunDF" :508fWBXF`Q/co%>du-P<^S3hM%v1}!CJ+@;8 @4;pX@X7u;u͖?4E'ݡKeJqdվlb7v'rJ &oH8w*Gv.r@htĈ#!p,"eQ&{-e3 *3xBxj'ì޹%Ȃ'U&-8~ >@ riS,W{;W:KznQ`O=8> }@>y~䞬|/6vO6Hcr#/~ C.ύ&s?WG{W{PHS)yP<-e3 t:9gQ9fq#g"EْJ+s QcCrhK0Æ>.m⤑ d1:̘QDQ!CQhѢF{Z*4Sp5?i$ Z>nIQKr/5JԇO"JT/|敓HN[Êij'KLYCt捙7oԉT4E FѐBg=PAv7 E="8Ez(t5~ !Ȑڇ@o㹏J-td>2l< CyxpA:p oPAWU%H`qaWb(QYha[o%\$^x4eb!#;FveadC&ZET@WVj[TaF([ 6qC(Qݛ t}לs Aĉ9s%nd{#`n(B 34FBD "-b b!ЁSRer(!1 Ɖl\"qvua}q](-cU6䉣Z-Zmffцjf!Rk2fe[Ҷe~"[ Q s6 ' 0R՝o X!n3dp<ӱyRbQ54Y)%TT =놂܊D-n)H7cJشh-v&=*.86ccWZkZ%݆!XnwA`.l=s& SG(MCD* 9  0a^ h$SD|{Z"9jDԇ\XZѸʁ髊uCck}~6c6dқOZܤ7o"vcijT8p8킽<4e;7mG3K綀F(ffy=lH"!ISC%uxU,'(!qxM- (PlVb6> &ꓞ'F1OvަOҔ&D͚1}UDK?s}ƛONҐ^,QaW.!8P^?6R8,'\]a*DrTwaG,Ǐe3`uElGat<ԁ@ gQ!Aͮ fLے@ִtLvj=edپPB-5GL+4J}[F4Sgb3Aa@<%#/_baPƊdUȂ:W}`_/ #xw^PN2HX p#MBD4?fq7=J 0YmLK.bKT&69n0Cf55nqؿ [dHbMW@oy0V:EYRYrNq YHr)=eYG`$%Aܓ9 %2K m5KBD Y _(Ñn1DL.ɒ~l# AP g؊ lI P뉢ùH&BrA=ҮY@rP`p" $>0QK7S_5w BB́ddBmZjQ F47H.< Y3KGPԳ]1Cn9K\_RH=g.miՌ131^?4hRU ~fmmlh&(2בf D+,0;6Shfm+'Hv$CYp_BhنExTgK]JSh2<FLb*l%omo*@~GY >4(VOPJ-sT׮ȗ]p$ :KD7SNGA.J> 6uD ӽxޕr KL-m£^)^䭍^L<ڙ\嵖O9IP Bpgܚ=mt,Xa,eqٵA m̀am%1P}F+Nà{hTG=ƣ)@IXhAtq1 Z^Eb!aE1 Uj ܬh"~Xi8MdDTFЉ( tx8]hT`D(!`EߺUl_Lhʢp  jdf)!@!F w4qA]La8ގJޞPa:ǒP d[4m| lnA!8 eRS"Tye\I\b"y hLHb ybU|)\_Gd@ ijΠwI#|$)Qu"f"!G;#Rm<Z@vp@l,,QxO#XDFad(Uux`6=<{V£Q `Ǜ ۠ 4Jc$%qG, AS”q@V~%V%pRWgWɟU=9@4AՓ?8.X%naN[l@ ~"&\e ~Y08,ff9ǞR(KLQR% AZn&Hm%X'rW(qhXZE,ɨAt. T7$w]8lA`^Vp`6[a" xu$c p'<AAMV"9F_N։LGbO AOVf<$x(h rfVhgp݌v g֙<" OuVd@PDE?]BrX^~Y'h.ki$[Pqd[[  4 t  @N#TaPR"m榤N(i+6GkR|LZjZXqClhu6Jh|'I  @B! AdiƧ|G,i<벍Pk̵ʤ@:F gF!@$SD Ӗ(յk<L&Ux٠e>@374d [Pc7#8{%ME$BP!,5G> %#'r?o5Wwvb9Z,P basCuAql,e0 t@S tTF#exu2ϴڴ [\(g>^Pחg3C2Iw"D Rs;+7qUrW'ns?nw>%vf0 D Pstmx"+,c  6 J36:;3\np @kнny) }f)9#̀-R6 [-r$oo#wT,P(%q@еnހJAHAk+xv_ F#w'٠PY31;X Xd[@ЀTwR QegG__U|Ce eQy& mfT5.{;.Ϧnz#UmwSņd 䣲)';퍋@F-lX"\l٩ @t yp<Ū.:P`ixR#uE9dR @6!p9W0w6o+ez7B'vAZ,3lu^zr+HjATR7QMEb3y]\q\\Ba*7A\qf}ȃKiF2P QJG1@TgcSo5;9o#/Rr>㤞ϻrQ@AsS 0i$nA# hIS!©ګ4S$zi `PʤQE E䛗y6M9G9I;HEH0={ˈA7sro;+,~Nzb}la6\ܽM([" ,(#Z<WزZdh yPR$Ggm#k6wxow{D3`̐1@ 62CH!G,ĉ9Ա7oCʼn Np (8p`K(z,,G X~(G&V%:(P|um%:W`lG, 1s'+U'Fn 5qS7P."ÆgY ha@6 4jӥYV 6pf=BD( 1$:NXɡ@8!DM5ATYb|zQR;V_]ĥ%KXLpjxk&҂*k/8¯,|)b<(,u JM]< SR dǃą$"ʍD0 *0.:@R):H;:K/ZƓ2ڊk:.O@`3PA5j+ {fB>B1" ҶK OgRaEPsLEVqM *hކp4:$# T.;îKԲ:萣:B3VۻͣD1EACz't.̽˽eV 8,|ht *28Ԉ%ش;2NqBR&c':2 RRI%N꺫bʢ,"*zL((v|} +rV,(ŏL.Z 0Fc2ML6B},cwxŌgP-]?UNA8 f{=t'p*[֛֑uu1c3.ɖݠ ARl;B+% 11e!kSqxw!RK[q!-k‰^ )d9hWIP`:euIsK4JvP ņYЂoX#63K D P(BoCXa=Mh`x 1SXJC?4 !C4D`OIb6.`"ȈlADMQ! \R:P"tCP A4p[BMmr "-)tIn\Q쇡aHDS Hdܠ@ TVvڕ, ^$c]d i| ó0a3j@M;^S.vɣ_Eo $BzmW9_弤$cbغ3#Q?SYP}>stsn T(-#`@(bn&ChL@ӣDyG"DԠf!ڦ:&/ 9] wCƑ5,AЪҠj|=#_C^-OhUk2bnCJQ6 IȥTfK"xT 䋃(/ wK`LN͑c$~RVhTn1hNe1ON"@*T'k=TKmBIMq]K: d҄RBRo؀2ʫ0HŀzJelCƟ"kU;JԵ- ZnqBEe>@'Sfԭ+`sf!:D,ߤ_u b}PDSkx .@U[JZYCZP`oCf\X:~>ZHYY"P7pA:㏍\UҜuCm-A,9NmSA4;!6<}xKqZ8M}~E>[cRܪnuݲzj_e tyEXf ^꥖O B $-@+1(@ Όv.T$Vd0VO_02`boK.ڬ$J0x% V~"Lc`P A 4B\0 PC@00J`d/frBox ."09 l JʮP7q)oʐU dB3@ 0ِېaoRmf 1$tp j@ Gܒck J ;-BpBQz8 I/JQQUWJ`Kj~ @ @/@C"EB ΫG!! K1KӐ/@#G/+~n QF.H Q@ABH!R(2DRM)R M15#7#3 *#]Q$E]m1Z` @ Ơ,̠ pB#$&Qݍ(/_ "(2)Y)3P#"O/UK"PEL~`%Ӏ` 4s ̠3m-fR$Rzl.ّr/!3R6[6Q#?@*/@70s7#p9l) ,+ob@@,S; ЫJ.Cn%4'[!]/cs6ӓ6"ws07wS?r88 30OqS 2Zm2+  n P |o$n2$ؠkN =cP/kS==rDE3r?177s?7ep@P>K tx Ҁ 0(vC# aapD9{"sD0IQ0iFőEsL4LS#k/m2ݓ5P0 (HGBiB`ABCë  ^ 6 uK1"3LLE7SEr@G(_T[@n+q1 z a$"Ԁun-UQC41EJK"R*2)wSE?SLLmM/M4UP du,T$ @jBlNXaQ(1TU 5)ySTq)LU# `7FQ𯓬~ uHR o sr?&r^AT= s X6K_P"_Ӕf3aZsv?`0yf))ORb, ! 4p . FaRYEe-e_1Q)GQ3E) Vgg5gfAjhh_ʠ @iIK,P3kKm=#2hIIlS^l-E#{SM6n/`n]W?g}n*Sv_][w{7NLq_$ 90C^^MII7K49R"oKDM_"O7@CuFYuaWgSvvvqNhyWx @sok2! INMsf1304KWfL=lE*0YC/ٷ`v[)gw~~e8 ~֪Nw=W%plÉ=q7eTZ3E2{=F5EAlqQ8ZUF喅ggUv~:m(aX#aJsᘂSsF/US@I8(=`x6tg8WkuoXK뮎xOyq TH#J!zQeYZ{S7U׃R{EKxf5y?߷[X5*j~Wp#! $aሕ8ڲր'+Z_E1m99oǶl돒a;y~ءvtauwhW: ʀBY$ᝏ8X"a!qSY*Yo:TfO::v՘8巆a+z0?8c1plp,IaJ,qik5g>fT?Q=[6K-~Ae_X~W)0/Zeq!i ʀVgu 8!dTZ32>:0Y#^)5ek{z `@1ywSp7<:E7;[-6ZMO;#Ut1ZLû7[?A`mZu۰-X}{6x!\3N! 76-x6@z}:lQrټ~i{m;G;os=Mv=WܾO'\M8!;C!zǍQ]_8F׋67EU֣ʩ\ӝO|o#؍Z٣`tV%8{ӱ#7EQWŷC։7)?]g}]w+qPyڣ[7u׷|A1>LّyStviۯ79~ћQ0CގVSXQ=Z.Ε<c竕w5: "!~PCPhc~0|E8T|ޅs97ē6wGB q!AG~,mZn~9{]wSwC x8O?-/1G= VQ}368}qv0ċs{=?xÕ\fU!Ȑa /X1ƍ;zȐC4i+|2ˊ?dp?qA&0ҥL:} 5*Ԣjí=4!d)C$c&)d!DڽkȽ*e 8f`69 Ō= I&9T;_!Ď%$2&e;0D\!ھ}Wn3 =x"N9L t1nT^Ly際{R~1Վ(^1~73$u&uH9tSQI5QzxWG{8l^"}`:gO< H#gG]^Kf%C`YX -Dhҵ#>K}MTL:USrXbTQq\iXX' 1ƑJȞ8>^8XbD%r/.d.ZIҚXa qII.gTdNY$/(RxٕWp  Vi2iؕ]gӠ[Qjd͚ܒy,V[kr Velaٛ|T³T~-ZPRff63v 0\uꤓzi7j&bFTeΙ UJ OKp`) Ž)vD]lQ{7iɐG|50T%<9;sYŮED#}t~-(=uH, V#pzEUl+ؔ* ڬRȷ[߁/ &.@_ 4~ۖ+ءOZot|]n7H;'sT9Tm)g{}75 6{W=}#+-8s-zVc-3OxP:6H*B`ImB"IpiK>eM3T{dwJj\|2AcH#á;Ys@P,d f,| Cg# E}?AbpBaTר YFBvIv=mPaDU|i&Kz(2*ffJGЄnJt6ML~u;C+wM^dTG9պ9>".r-#!0qM\ sKR2~jd #dpXԥ]'dFeO%e+q/Tӕ|qi2ĴH;eQ#"ճ1)2"@(Ai˃."CwwplN"sHC]2$?L~yTT(Ɓv pVB䞛5d6UDQhE52,#c%R1b?wO1%7IG[A9}9m&эf~9VS+@:7\l?F"2%(cƊeuC9I=d O$Ђ!W:g9M~+TJUs+v n!-(NNjY +êfi3hJG$zYHVi&%9&Fvc :ĊldE}ӳK^^LOEsSqmUȺ;rU/y*r¶$.){?,Η"Y>w(:]%M*dx4UO&\a F孇gT-+ - ovǧ/`v(L(f!_k[c77oViwWCB,%˅SC%/y; բ 4O߃j:qspgAU}VN]vk%b)Jr4!1RvKa3p 8W獥V\jz]kJR|ABa̷㋻ Hv1뵴e_Q&:Y\ ,K#r\K@HZ4OєMW.M=83ʞd1}i[[#CQ ]<4oəcK͜l׸V@OD7|ٖ]⾉saGå3FSg:=#glp 6R3y? Ԫ_->{(!ٺz rPAieZ PE_S3*GQJMI>!_q rV@?_nsZQ9zS"Tvu::k4nN=W6;_^|wM|_!|r&"sa}Spz0}^~'[RRa6|s~6Wi"jBLx}炯wx xV EU y>M25goFj7utE|>EurV|:P2WxhxWh1X\z5}$!RѴs^X'y5yESqXsVFebz1F8DG3z˒TXq/8xZ3^`K%T&aeEYu~l@Hy8vDhcF& NY6چK73YHQX2@x1ȋWfdՊ*9W-j8'b^'s5b5%Wv(9Ec@^#h0׊fWHWG882}ho8e6VQW;;xQHɃE6l5lT&H:^$8؇Q&~u莄G ݆`6FďxU(sXHLa꧐(Y 9jxYu|Thp Q{ȑ-Hk~/5H͂M-^7YF^U7%8Ǘ> XZ,uN}yzKً"0gs%ƑsT~g Kb镓gyjd jIzeOSpv {\(zyb^G;׏sŒ=c)fq]y\3<"w0Ișoic%_{ŕt8li w:~հ G0JwS 43zUzH9Z5 _a˲:8Bjp9u˳x{ x{4X*gX Dݴ7 a-c[-aKXJR+Vij ຮK@ 0Ky˷AEzZH暱P~G7}nkȬwkHK+0k Zٟ(YvK[0Kx{=KA; [;;^!nSD۹!̹K^T4p9ȺK;-/ .<{CF[kzc /0R4e׼Al+ULڛY\Rܬ1;kJvDMʳ1m47L;,:ʱu(Ef L-ur!\0ȓT<ɒ<ɜ VFu#h]Y+ m n ˰ sy=xDʩzJj[MPȜ,|Ϭ(KE=ɔxsv;;sL|~:7|u۠Žnf\q]^ڧM"~hڛڪ-:]tފ榾 Ne(M[Wnl غNӿN+ M}l̮4.`#.? #h沭#πȵ.6-y.^K:[\ COCdn>N 㶜>-0΀|⒦ .zNl=M 9 qED f.~R³󆞷 jp_/R٫^02a܍@n;uDwEo{_ ?-oo&.FPRu<˟e_ˏ؀  C?oP_NK/.#~?Pۈm#>p!*^ QF=~! .\X€, Sf̙4eބI!N,c\˗%:4˂<>MSMHZjB &,vJnW:ug0FAs{\p羍eL}*`rK0bD1VXd?d:| 2r'&D1'J1L-ƭJhS.R:CC̤ODN,'cH"ꤱ"=%s`jAPgM=!at'GFȬOt|2Dӝsg>rV=js]jdgjPaaActHAMFGm|t98XG/ ԑܠB7Ka$̴z(4pQ0zْYy`UHŕS߭90}75ϕ`@+>J ݃8{AcR5fVmDxF؁ Ts^a |?\UB9 ,o\*ْ 7&DwdrHͦxJr4\+ܹ NUi~b֏+]p;=K@HJ_#ݬyӻކLcDGfe|ld˨ 1U6 f03t ʄD A{VIͅN۵ Hm(_Ynn a @Yoq p6+11:y|PѨ5}it0xR6;WPvnp30ٲ[,j/ y˃>(_S7E2scbImhn4)xnF=x`PyPh/#Xyj1wh`yX@JPZaR0 ɓ4њ,e)6SrRd":"dEx]8]Va+>ce,X@i?s9zFqE(uf||  h:HB[2QWSs Y .gK)D( yF [4'sx6Jj'zMXѶ]_T17+Pe8 jgu=N§r$9GoQPR2/r509W0Pi3i *|UO*t.њdChznUO娺ԨsyJa& I]'2U*0O2m!O̠a$v PjP4qw5ÞCЪzw ?S-n05͘kQ@gKcF|jmC'EA'zѨEy7JmZI j+͓>Sf> mxfǷf$pB?DJ ) I = +C*l+[U)lv*N02S}05Jg$W5x-x/ 7onXb[ڼ_+zWKtk@ dB e>K _@ >ϖX^v(P0Orx ~Ov5}(9PiPPulYP0[ 4@kn@ksҚ[ Ic<"K$Vmé %Pܽ R[] vu0[Or=y|v,h5Pix[DNly}|[s|[:z,1`c`%B㚃:Eq:˨_k:+ ]I@Pe @  Zb̰* h8nqI$Yvw|v`9ήNn@*[/Y1Z|;s`ϙebOSpIKUێњFR%TPT+1^%%6˹ӺL7|R #e kP@tTذ4 BWsTuf=п̧a*yP+leBPnDil\(o žBPB+xpiB%T-xLTP 1M%]r1^-9-ij]۶mیJ˺jkG-` ^ dPSU(f35^#p0$`=б:֍`Ps"sG`s|Ȇ[iZ*}$#gkKαxd3~Dhg=$N$K(a)~۲%`kK½:.`@ P=d@ lveb֭3uqfk`ppmx)::Pos2iZnPh[:09DZu|؛L} ޻C9d%ӫ 2!B~-.س=JD~~.~n$#8̽>N@ Jme bWB4'GpO_ rq$0 Yvgp` 0zr wPh@K0PآsP[0; Zъ޻A L $>SSs#>E=,6./.-4  ɐ Fpo@A 5Q b捜> 0@ x Y&$KDd)_bNEJMQt\bdI&R>w.(RQNZlw]ARK2O%KDGNSJIEҢp(@HA,Щ#8⪫/% / 2 S<%Hˬ˯0?{" RH#AL )X4lΠHcJH(5;CP67C-H$a` 9É,N3C 4@$0 (V I&۩h" 4჏DF$QUUâ\ @YVq@,ЈTXkA4X/d$X%qFQXn08M R #G?I NY`\]r *ࠂTpB9+5ME 7C-H S?ЀQsR/d>)⦝5bN5fhM&RUMUV]P @y%8Czb7cF7'p!5`@@`7 =$f[vTw*9.Y+iO.:iIUQoU~uէQ9YUREqI+l KJ8n1[_D` 7 Nl֌~6#BH/@+P'.@W@8!(2愇-$=p@*F́a,$pLW@l рרF-yəlT/h[%F8z{#H>Qc ) F܆8DH$IH-p` bI `ogAUxB V}/h A p"pp䘤8l qQ:6 AquuNp $d! B p7Ѓ mQ!&<%) <ɽs+1:2brD CeR$ PY,"9-k nęOz ȢiB2eE*U-p-A FtWԠN[0* f9 GT@,boJb뮙l(2Gya,9Ǭ=5*4\"{=:O|V,agX6°eb/Q7 2Q)bR*NTb+XBФg>ھy2-}`_!it6)+e- N*Nr@tC d 9B a7@!|`ħf $VT<.`DMU@`N1:gѻdSwEC^`m_ֱ,:4peD ,! fW@0DvJTn@%  p3@mDgJV4RR 4p+@P@>4CALu]A!ہE੦G o( %:PmVzL 3) 8 [(z浯 ^aKgzX6qE)e .8H+83`=Ù J5`ɾϲ@! {5 y-&`:BBء N؜8@Dk*'}]Fs%` MuSR`4|`:DZlc=Ɗ8-}P9O 6TɊQBF@|5|a +,i) #`@Pk u5`Z#¦됇P2%Mz{p+ p?po.kp0hDh'24D(:B ݇@.PӰ<$ mtp?y'4F!e">qg|ʕ;>Ogn8P #*P f@C=o\0 p X`34@0tGiǂS~_Ct!>˦bA=Q @sp >(te^ NPQdR7rxp!'<P+j+y<ۯ()i *84Eh# ѻҸ˸CK8,p40  A(b -$XN8+ x -CھP2@I@5>#3?Xz 8؂87PE窍遈 @7X\752#v;;( @(@< h8rPȀXJ;EJ+D-`ipD:/7;!pE;%4ڜ+ dɖ0IY4NEN-.R/R2N|N7"PGh.0:J9Hxy xڂ-+.pEmTEݎ,؟%ù0h /G@20~Z;R-P@8CxD;P,#`WFbe%"9œ*(G'?ڜVIb NT]D2Ӽ[J,R-UΨlWuSxet'1ר<98R-08 i(Ax<A4yO&#*(C-XGX.@5B !P:%2+=Xg jC%S)k>H`J7CXנE x!`F'P>Q$f͂g͂E0!EA@փzq2ͫ+NRN[Wu ܨ(=(-\w 2Q307AH܃.k\S= ya2؍ُCR i=I=I2X] 6zFyQpEPȁ[H!Fh? p_>;2T*`4E0i%RV]EPI|0zz-*Eߨ N` >C(!(Ƚ 3P:0Љ)SȀm!`ד]bԝF.`݈++e\h)H 0 MuG20TD^iOpBx2V#ȁ`>2~u!ȃF@;cHZ QZ5:o _ ,ţ@X:&> 6\DLFW ޣ># . `>` `3 &0`A0^9,B^F)I88֕4sݞ%'v=`YMG3dYXTe!QK@X#2U=+K oc6Pׯd^+m(,8h!ȀH;iDr~k384h:9,#,TR׾ҠT`w[َ埽#7rIQ!$GrEi7\vX!.'Hv(4?hA@"r%*u:=s8BȐA( F(fupV̀cޘ#`4]ucK8 Hj[RnH9mbeuu.5v.- `"gI.rq&oi;يr+35&5DI 4pȟ33_sw/X@xs=R#)7"Ђׂ\?H(8B`0Hr)x40Bf-*8*ETJS]UE\]J Z6wזIj% ]ڤM?(ǂ%mvIb,vm`T=Qr.riz%2oZ> !xle7vo!!(ȭȎA8w}wŐ{w!w}vA.w/AGM4@)WAAyC,DPS}8<.o E`+؂D/QJ? (4(io_ڊ^y {Iz_`rfmi{$/;i'n+7 ::sB )zcFѢ@^ZtF`9rD!7΀Q  !b7fy >f$Fl..Q##n҃f`Μ*= AA T\mǢX$ʹpQN>iJ37 v' ?! |'J}ç>97snV>0'lrrVW^zRˋ]H^ƍ5-[)XN?-8Bu`yѢǠWh>F!A92#!2}`H%oMgnAGaHGdTUDh xءaiXIXFy,%hf|`{U]0` Xb|4eqh&GieeFdke;V/ цW"u4YHV!`gvB4"hx 9["V^F3tF 1LBiX0P ́B1DUy 3xuX!ƑG` 50@ C(d|رpa\u Ҳ#` IG v,e hIdfkNy%7 zy0lipR@[`<E"{]nhYN&dck*FfH:9BG#Ql4@WQrR)"4rxMWٲh׃l SIȘc66lm% V]IkԆE ,:lśtqegyV!!všgޭEJ{lwt$jnC [ PơIkH ʴ%F"8=/p]KKvFR߆!wrQ{ۿ7p_9שLcڐἡ0BAla9@G$)taRcq3mgGx,Ep 75XKQG9MWnIl#dkA+D%O}""p(~ڟڒp99ox/qxjǙ!f(!&CT9AX*B`;&Ӊ-@zL fIfP{|+d ԋY8$U$Ib , pb@U<7d/j| BFH0o c,mo[̱7p,ĉG,h4 +g K!`$561"FI0HH'M)DxcC  \ejI TaCZDKLTɡ`*h`)ӠUY"VN9‹T [!\l[*)V<1x z"VOBUEGة~Nu>B'bf';/~"e(z3a)~UN{H7CNM<~]֡QL$˘j[(4Z'DFCoH N HpKoėQPEM$JPErpVx pzgNB%1̸H@,^0ijcSfGAmٍ/=f2[t^ ܣ0LP*.'FKQ'E9A @c1J9,MBU%{]1&;繗~AoPt~E@1a.snqs=86wt<O(n~hW eY-d K@`+ JRA'{L@ (@Q v %^Z$ĭ e( \4  ]${О_uYј,֍<ENرIA %Wc1A4fGYeTT@DʉNm׌ ȩXUVфEbiLJYD(9Q 聾^ V\ Nz ^U ]o,JJ!zqMmKNTi33 i9@V#ȉDT&Tnp5QUf L@djDE<#JyKʨLM%(H'H,&&:ݵ"lսbp pə-D]. ?58Nb%d1_fuafeph5@JOHq^ Ǫ4MʘoiD(%!@=B$"@HlD>jZ[<A@6$AB{9$C*dB:$8a) 5mtGRKԢHLX>Sm؛V$,#NfܙL <8ncDOi-H zBz{$" ,aWޑMYL>e# |b_*vʥ@^ZBev6&&T B𠸍GAcI$%d\} >R4yfP1chp<ǂ Ħ@X8"/EY' UXEUWEBu >.Y:\hv(^zg^(C'vZAxYEÓ"!gJImdcza@-͑KX2.f夁d4v8sDĩlqLa覷n]$A IHDjn$e: UoB0&ȼp6iJo$&GRiq4毶SKg",Bato]¿3Ln: Th7*eDV۩Y( n NrH1`|mk9⍂p/ױq0wv.DmdnPI{˓QƆ]!Z]\ZY@}+Z%qqd2 6k]$*ID*)*( cA,SU Dpd*_5_s{4C07pg?*-""Qચ  @ ɏTRZU'3K3+=Po4A;PҟUƎ[Yf&M8 0  ,evocHcK/Lw3M[vyA!A!T&;kl , Hj;Q>WZ'8fEG*wt`lnoDD]&]/qH%Wɜ \"`4F06#AtJK;Jն5SvJLGcj^"݄" ɹKGKp (5 /"K uBG4g9+=0 lL %@4toZ5A*H҈ ̋E \@" 4hZ<⼾47Gd}K6[vd_5wGE_ K8>A @l7Sv LĆդ)@`@ R+F[>v/X^J]BNwuxӋXIo/s{/y:K;~D ֪KyH[y1C" vtHT}HA}9_ /ifNEhA)NC< hO)%kw,]g nItJ=G[zOy_4)BgWI.:,?gHBA9Ol%EӢ "ٹ⃻.@Zvc^)v^Ko7yԘ1c7|0!䆐"E$ `FK̀ƌ#E~Xe *Q\ dȐ5xF!7wZLF(NT:J(*4(\4'VJ'@Ёk`9Zs!wńqY(F]%%:\QGˏ!C !29#lH?sfsyH!lگ63b dpFĈ)̉3$H#W4β+i yFg)䈜?C4rϟuY:O Pp:h.@Ȳ kk;B ,FYdŖؐBpC0[m366#D1ሟLk1p͵>`P >|&Jz$9kTiV}x>:&x}_cʵ$amgc42X hB2]?e[ W5r!FtϼDlCu#R8:0Ɉ463E,W-5`7㑺/P`$q2W+Y9`Xᏼ#sE~qB;Q`42 ~0'ف jg5ܡxjѼ&<ZB׊WBaT<p{/[FW- ~ь0e+Hp( I^?*bneB" hIA붰)LS& ^\4Ȃ"m:י| B?p& 7" ~x`3aofP66ĒXnć7ȁUE$5 sO#q7Н-ތI֐GIJKo\mگv`%XA#N oͨ9 KAza i Mq0E(FDo`)zNI.LkMWpdB9j ;M Pd2D:e3#tVFrBiҎ Ld_?+~aFI,.0I E dL7T'xQ+yV(arj2Jѡ5mlđ=cO~szx{;%f'ʬy lO5d:_Z4as,_[3,je.݂s˘cC,C( h>7juf0#sS}pjJ9pd*Z̧Ng F&(ShB ~850s4gpPaC.S]W*meP֞1kcnӻ?0C!q>玔$˚O&ZpI-@C!$y`E ms밥5c\Y"&C@!^98 xx?(©>qkhְ|KډvpHrJ@ f!CS<_7٠SPz6[uPZ~:&uϖM"3̠.˖ xю ~HT:;ս7pBZ{ W Ba0λIrnh}}*s?5'1NFYzg=*Lc L%j ||J6Е/f ̠nOb./z~dȑ&of2jJMNMi\O.֪l.UnPn̬0 ,.M Z~I>Dj@p0vD) -f֨N P֪ f)Рo 30]0BO>.`B O@O /2sМH 0)j PW$1n0Q a1^< * 2S㱠TѰP` cp1 ƀ)|ёx5O" "߯3Gb^Eq#;#2/ QO~~2$`.|+7g2'mR.oref =PWRfQz ) 0GR 3* )jI$R3!q#NN73!. Pr.q-C`&w/Nj/}0`0 ҽhp*.["OF4#pQ$w2t6O3V355oK:d\S0{~%iVfpo=:X<4Kt&c?9ZC5ݾ!;)j P}}}wu<` $aBQYw9SZ8p^ӟ=B  <` C8|+Rcʂ8"1c&M*D3`B̄4k`Μ8e^ПDua҈:5ԡ6L``Yb՚U`׭d˚*kZl t4nK=xhqPeLv*( Cd賭D{xd;. 'eNO& AqBf 5킴g[]V1 ]/vohS l 17YSFjƙsg&rgq:Vj{x#k)|f5a 31Ú]g_cϺ'rwoK3}f 8Bcw;՝y;u] cZi?^[ɾv{ ܪܱo57/Yl:hJBz!o { Nޛtf;U1?h'8 <99EKCp#d*$<"=tggfV`g;!^׻%I@sTUЉ uqMX:U[)GK!h Kz=-͎hF"j>{LX2-f~t| 4[C*&XH%Z]diI+NOOQlGXq-{*i.j]V iĸf&& /6 o~͕dߦiZ^`bqzӿyb_u,%跿hQ.8MD6 [OCo وvʻ֍iꌧO7ZĻAp_|JXp~Mo4FhDca-|9E[!Fr/]!̯c= ap߫YpP؎Uŏ}gMk]g[n\ͶT3,h'_[\;G=|s)~O~넡[``ڴ%lMsTQ<%v)W5Al+p!gIld ~?gNn&U}̯]M% `TCy!Pl2lw>4 xoo3m5'GD8?ȥyYBZ#ԧUPwO7Snf~ ؀ǀxp9ăaj[vf3;ȷvUiFU%&BPNOFpZW{Gx5؀8~u5bs[YG 1ydaCK7NM%_K}*g{o[`rWcQ}G6tWqYf|[q= o/TEg~eG'{{`U;=E"fCfXM WhFHY=z,VaVu,r`=bdU.Hkt-)A^H9={7x^`IShTh~iyUv貎_ z'؀8 vH 6ThG_\I(4XBK9Q(hvv(ي66X1?x؏698!ka#Чo~|qxXGV[=7|AYF6FeYA ](rtx(UɊWHu9tOd_:摵f3ig)̈[}S)Hg蕕Hjp_)VTEK]g9~^8G4'f9ndMh&X ŘHŎ_\s',YoxY^yalœ 9i")[%ڟؙy֙≢ʏySJQzs6shn͕C(:` dO :dԩ0y7cz[1^i+Mi$='{ yjXzyiw/EMj5M *acgZ*qLBx6Jc4x8޺*0銞G"/G6g\SV9Zj @: ;eeSMFHdq*'; 0⚲Z'*Q+1,*C*;DKEG;Ū:RkU[1I 5O40k*i[-۶.*_R*2[z4hYVEkjKkAJ9D YVl%;1kK ZtjXEa%M{˻{ZV:\\)F*Drk .{H;k{K[0[Hىՙ j ;뻈;k۰V;Ic65Y`{˴۽j jLՋ+IRq P;'\)<&lJ+R r{$jrُ{ E+FH[B6Yb{Ą+' MLL.M{Rʦ 7|Z;"fX9p[ĉ[d|LąlNHƍLlvB@I ] , (LKi,kڿ#rʸg561s`ɹj\G[1ȨLk\BT\:N۽(ɢ|ơ<Ɔ ȥȨoVˬT̻ TR O{`|ͤ\O q[A\y$k\*ɞLd<  밫 [Vu58yAMc,3];߬яܯʆM+l)=6NѦl=-~JZ(Ne~OnKM1On0x~^%ʓy]cʯL]خ-u.'.~#`YՏjfn *j*Nᎎ]YRgn9f.+ά,r߭1mŌexN#j`N,R^Rݬ~L^dJ[]C>:؝<Ȟ>}gNNڎN4A-.h.^n[& >;'IۮM/Α&!MmX^ڣ} %o>>*,+VpکZj=UtN9`?W^T&> D?UOkܞЈMOoްnOR!-9 F|Ǎe=/?_EſT?(OτۃLފeo˿oo#`z~NȪ KA! R`B>|h -Z "En#zÇ#Gr1XS˘/mSΝ.F!П> (L䈒&HR 1"k%zXe͖5i9qamruVams6<:QƋ;6eH%E4RCpK9KD}WҠCNt3gMV5TWώwYͦ-ڗݸ}廲5l{ F-N+3<ƌk yɓ%V:lq=)4j.Wnj-@omlͣD-+BN:"c; L#!"ӆ;,LH>4&jZ2''?u40+M5An36P -0ìLkJlNS?gIPTWl,DgQqoIIK5i?tmR)QG-5*O5U©VY/42Xo)k5nQ=rtbQjəh552dn4]sg)VMЭKJ-*3,ZV~4Ydo a;VY֊E,]f%,hq6ch9]&y2٨(MN ~2>0%^p_W*o&vPa O+5"v'G덯H^oK-GomV ̫깄LSRĒ7ϣE"P0,zQ)ӦP i"u %FtÆŠKٳe <`[ kA %03%:%瘑2@C/ 1d>=P@,X\AD !Bg Tnz"ElBCj,_\I;R8%D.EzS%P7EjU#K\s(Yni`mU@XXh"!#|G"|̐X!6bXG L!䑙 Cp6!=@ nؐlpDaCnV 'Y$QDȅq"DDwG!"_TveP޽$N:Q4ypdJJR]W|{JEUWeo0e@5V &0" |Xq %``%! C9!"!A/p`"!x Xm0qD G#sLz} n`IaX|M`Jd^v;^qq&wO'7}X- e([%`4G0 QxD r9j$Nl#JB Gq!NG"\`B [ɗ,"ě0xCpqT,bF"h1.gUK&%PUd$q@v'yoT/V  7N /@p_(B\qIBpǖzD%@0\"eч(@Y̸:4r4 Al0E 2H0qR֋|F[lQJM`D0>ٛyJy!&IԟS r\"F- x8@"tу*āB Pm0̲HV̀HvH 2 px $ZPE(%+I#6AVmI '2J\)IߙƣM3?o`8T_d@ q [I1N$$  ^sTP`%#,Ƅ3 R(D1_X+ vpfoU  Ы }F 0pL! /B)8 SU6ޫ(G:W8 _I(< UxD8q`6=R[* 2-2@DЀLX@.\Bو NCAK%":Iat9e׃9,g0p 'pGlfӥF!j|Ci nnJSmZ RgRΛN!Q6v]nNJG{3+ȧYl (($J }b#69 4{AXv:2J5fcQB`С0HVAB D2 oxf lN_ W. 9[K#;=;y[9JwɊz\EER &z`a K2HG6 eQz!%L <& Wl"A+ cD[ؠY DBD ZT@4A@X+BUoy 'GM1=b#!jX@)X=bA!PRl`qK 0F /ш 1P.qzsl!T}C0n20T$G6JziB')mBۦټԎMs>`+(}_sb1gF `OfG/uAW÷u||vo o|f# `r+y~B,b+/ 5Pqst05bEKS]"Ѓ\+\XrTc/2 8] h3oEa8d`0>;m(a P?F0ndyR_rvH8 0~ + o0|@nA:# nww~C bjy燅YX؅vCXBGmh8aXuH?f %Vo?HOS@8xXhn0 v؊Im`#3 vuwݗ2`8[x]Wy|UU1$'.[ XdGV?@s&zю3XMxaP؈I<7YRV{ Y@xXz&iV0ǑVv Db*)IPw!aØD1S589yq-SɜяrttMXOf u HuW. )Hy6 8 )H8H/#$ h/}y0"y FRXixȚ@&k:`9#sTIiHx0l)VpĈ!؏EjYGG7,?kof Ї2. pIzyb:oI`y G B%@r@l ʚn^*03PNpb|klqixELD R3bɛ4(%bf1by Aa^GX:H]uƞЬVA9`dI!9DH)`|В JkplPʧAs77CЮbrhcdJ3=-Z /X8Q6OZ&l^Q@ ُepڱYVt}lfI] {t'Q,PuԬ*|IXvs@! 1qPL;ߚ *hZ˵%s; ( s ;n@-}`T[$Ryڢ-wG|8bRbaɱFzxPNyM1H$I  KQ67Ċ^Ь \>+UXq8p@y v#rrgiD[C3\;.Y`[lPAx7vr >s;[ Fv*o-0 ѰiF7aFodG>;+kJ (ᖐ I@ kp@.eEL e@ њHH H`(kZ05Lq}+|*9h*~w72N\k];P&F<) D~pyiM~KU]S5S3f1Re~ ȁ<ȁdž\ pc&G|OW* ,J@ e"\<^f%جi<{P00` !*wvwYG$'" 30F:$nґkFC9D(}}[P:*p${e\~@eD9cр9>m|R#5{ Іlj;|<+f{pk ` ž#4 $\P9Aʩ8ʆ8 h) JBƏXy~٭o/bE'd#M/Zܸ2bBbBej%`8t$.f馜z24@a@ RҐP08%t)bpDz8@1EH8j9Ć k $K@{@7|CɌ0@3֦‹Z3s`30jⶤj·E;ヸ=t9P[N=Ը㑙&Ro=( Ƞ$LxI 2` $H5 <VXI¢"GyDA$b@Xe vO Atp>rR э@z8AC8 0B'ِ@+'2 оMˬd[ͨ6#-(s@xcN< 9O$dMQHMȍB@^ R  I$Uw?Ze*j=ړTX. #`60J)Jl*]lN6ZN qP t \"@CrE׍>zbBtds/L4@8 Iga!./tʷ?QDIixc>8A9ϐCyP48&Y&/⋟e0V9.P&otb\ R" %glOZ`:sT@p0 怂/o p`(i8`'LN1nPD!0,'D%ЉNt ]kPCMBаK$hDNSGULm Y'fE=B094-Cd P0A"a $0fP?dH\?(Bbj`x 2 9G0.t^C NDh&Ӝf(bScb7;=HXTB ]8L'LlUa)ƛo* ">p9^|Q/Ѝ!krYQ` 0C P3DѨ7Q` THMg324D`Ҋh."5`0# !x f+pv!^Jٗe=.;hyC )˪9?(<3Kx&K"@œ< Aӯ@iR@0r1Q`[ʴ:@7H)#Q+~'~B  B"$Ԁ[+{82ȵPH>ISѢQU:p#Pȁ?7`<2Ǩ$c?!#)-`!@؂&P) *aһ3.K;,ˀ  l":4Aj*@:YSA3+h1'tZuJ#4hP3+S-X-ZX&xF&؁hN؁N9擨(H>J9ZBZ$u-.'3>8C ?xFxj+>6H.>hB!(4XDE.?5;ռ0Dd:L\*IE`I tQ|E:MԘڔE!`мla ncϔvӁ,F*;H I*՘qb(-NlRo#nRqE> *"Vٕ13MAPSP;&]SǒJ0"BA.X:THcR=pDNRr<05T@< ECh>rո¼EsZeK ٯ*+[3*'-ҜAMMV<8A9VtPEޜMRn=R=ޑ;IWCY0 Uq#P ?x-XN$3A8:eVp]h-@/:@ؿX*& K2@IH$p>%(/X'x]83#!˃"?Kd 4=**F$b?huD;ɔdRVֱ__@@c><pb 6NpHn`(!/M7X V7̻}={@U#U=pY~MHH(Ҁؖ%EW` YDUɃrCC7æ;#ȀiЖ&.ĘE@qL~A]2( xHk6:W_9V"ǻITIV=DZ>vuC ,dW|>23P8 0@ $0S?0H (K"@ -3=%ENX*{]$]G~ail)^bD*!h? eS-M{gA?7W}ށViklZB;lV^hv!x-`` $?[6 0DpNH b$(? Z&]lwĶp^qv h8ۡA.%mH=:m3pAEM #S::7r/pFlt>)_4hP U/&r"Ђ!Ns.O*H`{e% ›O'(݂8KȃZ@Ԇ'F^$ƛL"W٢>+jXnt^G8y!n/9`Rnj2ۆVe۫ߠI&_q^OROz_u> !H.~~HbyA!p(L؀(^S,"P w+'LMArv77B-6&:3 3 麂JjCo@8,o@(H1t̂+@5i$;EDf/p7WyΩ}zpq7 #0uh=E?B u|FozWz`W)>z5-u3ǂ@xC'oBj] {fקr!D $BČ7f hР9r- 4g(WS#Ǒ!3asč";Pt %!nSʥ# 20Fa9bd(.Z4 ANjAYT@"XƎcODMd >XyK׮s& .,M,p -lQΛ:oh2D +$ZT6BlҴv YdBf( Bp;!]`DKxq%7C~$6r# ,->OPIny`YAM-"IEՅS]x]a@GE\hŖ[fAvXa-FW].a4cŎ;26"4 ՠYBf6hob-BkUfFnbo'^"}$p ur0tU't=pDrWQM6r"yhr5A \ GU5@'C)t%GfW#h́S qA dU^Ua8fՖb4kca72XlaģbB;"">) LVFY[rn/a"fYڕ!'r$Q7pyL4""^"fm[\Acr5t\GHh! @VUET@k(!]@Y6USXx]UQ_vGm=Fdu, kA!|[na~iVoaav^Fy5$ |s31(ofTD(0B 5GMs85gH# 4!7O+YgaF:r\{=>]vSk#=P@pC)x @)B4nWu&ĉg-xY#\2ЅX1\2j.i .qai?!̔BINarB:!Go}p v)Oys"!nSl'6>|],1vm xO$H >1)nnȳd!BAAF0R(O82_ua~n>t<7*TJtn`r~BӰҍ<ԉ * HxW-{D$2ӠDz˚F0$Zی4F)y-Y%yq)Y )}ƭpy _$0r?BFI0t? \z>(p 9lTyLnAwɀBG"S $1uC  myF䐍E`\5M-65@aVI␓3_JJ@}nh9H~}_hO4F{^On h+P ùSa#YMЈÀ FӔ@/Xv2Ϣxb? r#GB\rŠ BNENS&i*Wj5rP׸F#e='G":xڱI#?;> *?\ Y} ?"od NAAʄPfUwɛZ(Ỷ0_L鈟ZA 3"ZIfqcMZ7W阺=Aj]l5i eoPz'fyI} (A~YP0{ U(-:3` M  \8"$&SA0AOr˲!iYBSl2"ƽ=*pjpѕnq5u RkyC~@!LyNLJ$0Ñ-EpaLW& 6!9Sy Tp Pp{fNٵ2QBw }{R@ BL|4C SѼD0OLjuC>K䯖uv@zv'̠ N ffTѮ'c[ͮ6};Qg]c`g ;4ˡDeSYV1$9Aҗ%}F?lAxtбUH~ZZBN:iy˥308qO9uanM"PBͥ,9α >4%}I7=fAsA *YEhuS5v gց9 }@cO—aWg$nLhlHt#68*#yxDkEŘtHG-r YJxιh[H"W<FY1_II_LkqHZV\5%, s,JȄn^$t!idnM ĉoY4 `h^\ŘI\.`D>7" 镆ͩmx blY YYm+`͠'bTeq@h@)R8D T]QJ= l*Ე ՝va,$ ) !a!`4!7FG-B`8buNW:ޜb)"2blX@%bceFɠ XcLL)`pNaĜ5 (H[DL)DB(t4t4Qo!66€ߛ( 7r6vQ8!/:JHhA;;-b#>,)U>وF`'A> 08<p 44h_ɵ,`Èr,G1G 8fýHA^6!ZIOnci%j֡he nHY!b%nf"A#jY! XV9VaYn}#Fq'F$j#@Fg[~_5c1XgXZ `id蔄r!%QeJlKL%#L.LMɛ`# e&*蘺 8Q:WAP|E;i"B"&gA ٤YJ~@ rbk0Z_8+Dbz flN dL,iLmFd@x@:YfiMZ7~& )B1@@ɝ)ipF!4"XbXt)%L~_eqeU(e@'rh F^ۛlJ }_v+!ɕv#I 5cifX @!(V!BIY=I|;Ձ44`Sِ"cec-^ rtBLuv@*PƂTUΛ  H. g3gQʦls8Gc6€vi2xQ+" ih , HA g3`b9[ F]Fmk%O@(y偂ij4˄" Ya -H qP 6.2.nw.ȒVɞtxG5lڬzMYF!P.Av8[(`~[~`̫@% :[*Quߛc $0jDZ Q]ico7/wGGG!sЯO.":~KV+,ia"^[Q7Qr[&tH v o1JTFDOBn,+nj4`+nGG7.򣹲Io~ь2iM7,I B1E^51A5Tpd9AU@t PD)v wfs4RRªjǼm1_ka3fvw.aiPy;vi%DdN0W^GAgtP늿& d%V`%Q tXd,iUr[U*E^1(Cߪzw-2x8xCݸswy nꅆKո$I?Mg}9AHA!,YKaN"=~1Fš&rޙ;AXc8۝IurÇZHƐ$O յުw76:2.Y4Z47z9)A8s4FmdSƠ땓U$Ղb@F?silV{pSppqE8u{7wV xg`7SȦtB0[-EM"\, [@ er%?װWmd/}@X.5;ܖzcfo ʓD/vfL [5whlɼS4;W`󩣺0ͪiP;qZQE#l(p5|ȹGJ`(E{vi܏<+ޟ<ܪ<۽`uu<Њ PMe:{=[acX'՘ުP|&!T QXO|ya@I|L;xxg{}\ "~KƇ[z ƽ{(g7G㙏X#}/@)ěC2FG (pCDXcB7ٸӑ  ;g !*gDL3i(a;yhϛ4YiQ%^˜c?T)N!-*HQ7oQTϙ?;l-.zÆz#a藢_X`!LX"# <|('Jemt?u̔fcQ!AN(Q }8Mlj9dc/U4i͡96wtỵEOOS09CEʙA?–U4 'VۿK9z-:⿿s01ðp >ܠ2P7X )rcV m!.ar(fA#7c`:I|ʠ'&Cp莜2'#,r3<8c,Po?þ:Bt /ܓ>$M,B6 ܰ bQ":R,+D7Jm"Z,@(j܈TpᄄHdpR'&u}rםz#U'#8Hp;k?BlM)Zt# ?'\@A4"%!|I|w[Ĉ8/"ӗ_" ?(Sz{!>*K#vLJ֣:UX\3ud^W*ERefB4l/2ϖX`P`?L| NBPa>‡묳ӄJ}Ac NaM# ƈRI:XcX&iEdKĝ[:f,mb )*%J)[JD F! E>#etSNaӸ48J;x ^-;Ժh2G y9[?qq46?a\?'z,q)p,h";9jNaqjj](X @e54x pha\22}74b0f5V?g8PIKf,ipP*+~h H:daRF6KK"PM]DH ! (!BҘEQ؋#ŀHb@#V(qQӜ$q _I`)}e@ Nй-a4+Y4ՑNci 1 es;Yr F6уG5G+єk!x!H,677QPBL,dC6ɫ_bKlT zs&'+P4!X,WR 4`udI LQ$lXZ*`ZJ!Gl+IEVԩC΍nDPPUH:#y N>Ф\e愆9 hXLim <NE9M$ ё^]&0ҧ4.=fZSmR Z8E{6B-9  G'ϓASZ&M!mj}eIlPZHѬ'Z(E W(w. lPF`"0gYE&RJ1Q:mf L$q@#>K$чQG$K2/PPr[rw"fv&c-v lL-y<vZ*}!"n`$n*x BK͂iR.R.+1] "&`& 'yr-u'W\2q de膮 +`$K\ 8H")%, ڞ-i#7#%Ίr'alb$!'Ϙ0R1s32q',S26SҀN+`4 FXV=[,0gS?R%UopI`|F6!-A stRUs1(K2jB22dE2 "@ Pt P44W=U q$`t-b6ҵoɰ:5Huwxdh94T:` :L3C/B34KGs>t 1*! Jx0\TV FUe#gy-Ht.-.*'FM &Is#$2$sK'K)UKGJGqx/r* 0NE"IE5ӉNr>UplGK$37.77 O^B5 H:-R@ZZ+Z3CQO|40TH!UZ$0RJ<SeqrqGWMQR[%SIRa'Z#Vb'binKv2% G2PPA  &L6Unmt,5^ !+O 5PkvaUgu_)-a5bbiaGr)V:Vj[adeSb,au#@r-#A"PyU.guPն_1-5i5Zoi17Z@6!UF5>`5)Efrm7wgۖs5oCWt$ӏ[3S@p 7"adLrDS,cFl#Aؖsm=m/uty'viOITwp!u) -7"^)l.T,Vx׷`_7y7ywoguSR`zQҠ @({EG |a5ɂw1x6})~Ov}!V~W6n~/7zӠ3VUF l}@ hDn!vh+؂|W=8b;8+W< R  R5(XFX1咇`vh/[؍{t4bŏ8p3 xG,9k|In-ԇXRuiuxKJTnxuB! $!Ax`+WwW9ZZ?sxY8WY;oG8*i9!CA$aY 3v8wbq3[Yxn;؈ KyXsp dm ƹV&|نA؞EwYx#aGh9:C8Ρ9`)vPA8!7ٞQMy]ZtaZxoKƉא W ~:R5{D ḩϸh٤ZGZVyzxiPdvO!vgwYn{S{xgXu՚ Z!mW3)[P̠xFm1 ۯ%6]5ւ ;Ez[[[ث{Z`;vZ4UF{4tÛu6S˻Ws[ y;y[~J/z#! @e!)!&xޒm'5VtS\ߗ|7国/A=}+y/{cu`US :w|}\oWIzȝ%7XɗܱU9ݱE|~tPuiEuu'ٜǙnϘ͓'yܻ[ ܷ%{?\_ݷg:~z27}'a$]*@GM7x;م<[Yܼշݎ|ի}K-oWa`Af؝5WXٝz[ٷʥ|#ٻ[]Ɂ{ُYeY< }]q0;͗4 >c7<П<ۭ9>wYpCa8q  M:[|y=Xɣɹ99mݻ16d9ؐ` ^%ؕ7ESݜyɣyew~ZI[@ɠgA}NO}|9e٫=~+ko?-\}C7񓐍5~ $aa ~Uo?}[;?={}w3Љ aT  Lp!… :|1ą VD5"hТȑ +D|@/_ΜSfL9i sfКBc2ϖFW2ya`ԁTf!-TSdr4ڵ'O5%T&=flڅL&fΜ8ija.UڔciZ[[ChSxTwx[[[\xEv};qM>wΤF)S{#X{ LL:xewf8`7Ib'']JN:st 1Y*aZA$AU{6P!vP*_6 (ـ-F pDUuW1  aXttaNB!ribTZr8c*Bbp%6S̽ S y`d 0Fh{XdEِIU(յx]Ec`٦N9`6cknʣpeFU \#ԤFImW&a#zn銘FJiJ%nYXevZrIg g*k *tť_vf.F*P*F|q5H gwv!$71+J.~ Dzj_mdU!X2;TE9ln{2Yb;ωy nkS\wzp] ͌㚧+Y{I/OnlGEӣ,$Tu먻K3'rztgvj 9niI8P6oWwߋ>L׆{Wڋ_g"#Vyu~3Jվn=2F>oLܱr;wN> 3sy5*q=p qhH,J4D3tY'(-%İtKcx䱕\>v^kOrױ? [5Ѕ2]skyQ.ָ*,4i%JBqa)b(x3R׺1u>b} jPB,bz|fXZtح-TGWǃPJY~bH02ґq^WTjLMJ0#`bG,f&/I_V%x[yUfXZYel"#kl3"tTEp4f12-٭珥UrE~o~c<?={u:癰7S<9>%2ۄh* (@#2-hY\St (3PBg:tOf(>zǐ5<)ĦeU&K_+x1S5 ݠ㊵I]a;pTtħUF-\*K_R,I+ZJ MaN284O`O;XԞ]-WB/θvk]$&^f& f rBJK N vuA [*vyE[!5^" ر.~[/#oD#~ԛi8ͪW§i{#Q}23Cp,|L eX!}+ǕQ2v& 'MjAQ({LZ66nLs:zRMN2FG6)uY2oz[G (U3/@V`ݸ;WHsE+PGz3G*6XFViihzQE(Z V̵JDȾt2LOu:qlSSvSrб,7-:.sq'lRө}_cV; mz-E 6NcmYId2;yt129tŷ \&Vʹ ^ulMûP q02}c{-(k"+!VDV d`ĦLؐ=D^E$GaX{~ Ȍf?1Vy34rcu#2)AngxJXcs6y8qj*ɌD3ݔ GuS^F/rS9iҒ7XyR֕nH}7yT(M8m'o}c&BT|qymŃ_9/2piu拃 rqVmt8H>~dEfpi#!Vٜ ), !4=%Fԙtto!EJfe]w-Vɔ~v2b9#f#1(   e^/* dvvyi 'aY͉ɖ:A"ψeAU.b!1[:,U+ +J`jgZlJp5v:rTsCY,Y-WMZ(Ԩ`֗"pVz:Z0*JZZ_27p:ttvƓV54s Ct :? ՅR:ueFwA]5(ʬJ:` ʰ꭪ڕJwPUXAF2,+0۲)K9`}iEmc*c JǰpHM۴KаKk1ڐવ7i![ ; Ak1+ಠ00iKR9`=VU> *z `rNN븎+ U+ @1j5ɵUy Z?!z ۶p po+p[-}˯4?KC۴F ۸ǫ[Q[djWۦ]kEy(R H{Fۺo@+zwNf:ū ˸ + KyjJlxZإjӽ)pF;Ȼ u[KdkÚ;b*rk˿77ܴ9=]蜸їk@InL]<[ϏВ{4=Qغ\$n .*RMȯbXoL].S^\T_A!2.^;S}m,.SM I^fCwҰY] PAPNKidݓ"Ե `.bg,q4 =:MmحQ +nR]Fp䠫.KT;!i>含&NU+ pg_*^< .ݵuڸ,t{~K:~Կ5޼ ^.ɮgܠR 5~v- Nߑ>_^ˉtbM(>N깾/.2nN-g][ڠ(O,^J'٩x=+ N0O^.5&n l # *n叛Ѭ^8o0磈\R$Eb'c_%pcmւiO^qot+^*8ԖO.MO/ :96ꦲ]6N)/Un\NƎsm//E9N/7ï)Vb!Ç \0@BP@ Qĉ'BF =~TF )@A%n-xLjӆ3p4a6 5-҇!RlFQT6B+Vذ!E{!چPܹjݪ& "ՋX JbƍSH eK4qj Nf&zYK5*a3>x+ʮ_27Y*~(Zyߕ6r@Zfԩ׉t5B^W,'fmwg3=i鈨Qg5#Ⱦ`RM2l~ .p2H+n/̣Z+;ƃnkp;1ɾ~M(RDRũ,: RR2A+Ok7-Yr%  8.dNC P.+(ʣ&_ 0\*F= d0K.ӓw$GɳDcJ0S|묤)2,(.w1#L833p-+J+W| E| I˥-pND7Z2ԲV,0㽐UREj_8gKn\Q}56)Nӟzb!huZk%6Wo59J0el#K]YfĄ£mFKh*6q#q%Flϒ6z&'z5c7& !,"9H#B̤P:Sbeh fC !b#Q2 /UQK%_d28}thEf$4'7wHhE/QŠ&Kth [p0n˗[P0CF> qT ؂ 8&ޔC"`O2 @*BX+aUsC2U =AŁ_W 8aQh7tL&+I`+Vt2 m+uMS- pu>W#-['}`}=&v_jo'a\IotvnPnic:`JA!A g @`q"DB/R5U1d'j) > *<\FeSVNe U7M|&f4 P` fJ$`x?9Pgr_`xol}pC tgw9`]}woFbQAZP>Pq6![/[<x)G,q0{ȈȈ(57X3&*3={H`&^J(#lQ:cxzQɴѴsxihT  c k I *eTXH="EƲ@ߤ h  _x!x}F]<'c1j`&J` A CAz0b3f],"n1rVfE~Q#ƇzJx}$ЅUv{/Щ%Gs}0N1R=Pmii{aѧ$\!È)aT0p-o} ]]܊Pč܉ǽƭ]1Dm&ʢjJd)Y[g]\-d`@ jm}A(0,("U5\t,Xc4Yv Hf*=00ځmQ5@+,J}$+uK@!l̬Sp!j;Ҳу lpHXG=8M8MR>R䢭}S-݂UM@ijk ` OhiF,V}1N]P<_Dne7cP=ד]|lPJ52NP1o+h0,IJ::^Bʃ`ܲ-ȞʾξD-DP>rSf ik`ֈk  d@j: y k"02'D,B辈禄bwN`W],Yo}pllP>0ɟ3u<1oP:CP1Ž S8:N:l)bʥrVp=EA-A?E_?HGnEN/7lC.Qv~Б@ JV ޶P`e`kJ)y. `Fpt,X5@obW Y=0ȠAn*!ns[Q*])C8.q¡–1bSGѢ?[t4 #Ig0^)l4iʨ-ClqLE ?콳ׯ_+XX920a+EQ1"1BhV3fƅqSgP.IJ"dȐ*S;T=iK%b!EI#,geOV͍t!E* 3i :S,Npa{F

$TPJ<Æy7fB?zac8pbj$4`b)E ȂjFpk6 Ǹ.@C>L<I,0ɲ2K2{ܐ4QX5H.0B1ߐ %X %;@ :OXI%源T//(勁ԅ%tX;*o?7d#&;ppcc P`,\088W|`JBAc"ƭ$ƒ+<-!è X$|UR;¢/4xJ>81H 2Mt/~s4.X`ԓ09SzP?Ya4bΎ[QE=ytf#""JPM#MMQWU<PPaFid6"[ݘc?7|"Ү0-P0`!^m7X)7 j[Bp\ju=Gx29 z8Fi|Kw$w[7]ʽ\x0CLfI3cxS%hVa:A8&c@b[ P PA"bP8w @ ~7dspB@dEZ7Q.-Jl% tE\B xD%1k/C12QH )#x"!HVPA V =0@g Z*FVCl! FmM ZvuqXd@ 8;@ TD V B}P[ 3"Ѓ B` ` B@!qTp+JJj8C0{]BB]xDp"QW"dN%3_xJcTB5 x< h7L/cL *z*(i›4eQ|F1 +`*`(l s8B 2  CL] r4p E ΔWJQEXYa [rŐ]ϴ\|úfF(7I|!rP\@stOYTJ3c =]v<2q *G| %#0Fo7#uȸ(4G9@jVbŠgt.`p?AGH`,dGQX#n%ʢUa@p}16rKWy$IH,YqVݤo7Es~ч7to7zR,!<ŊqRH TD" Q,>yTYHuς@f1hrPDMSkm Ϗ  \ |C![ 2 :M,%ͱzPtI!!&PrwYB9i)YP Fby7g-Z "t0`*ho|3 A*ENq,EiB#<Begc8gurDO8JBߠQ5NS~ OxΏR#U>Fwt& @@*dP96*pRxAR6rR؂,`Nb{.c(x g:Y?(@ȁ'k[98-(ȃ "ز>,P7`@@h*77dɣ!`TgK Ld/f/h,D804"90G(j0hfs/3+03(4-xg|d}t%`$ZK਍8Cf;ҁ?Kȁ`>P9DqK6ػ P,! l UHG .8!ťI#L_"D{/@#Fj+e4R9+u/Jj4eE 3H(0y:B"?BP2[EEXlG.KWKWȂ,ho>Q:47II9̨[&pC+<89p#ȁ"2oHFHK@3ȉ3S-IBIZ8[ȼ4pE*rl8G#ʨJ2NL/JD{ EH:ry+PLM -(`/|j4@:(н< .2!H) 'd?.'h-k3 ǫ*!A+kA(`ND4fīD'921ΩL$*S49 xHH3$HB0OT @xCI2&K .T4؂/pƬ#60( 08-I S%AY$=8?0C;pI68+7!S+Э!A-Z7@ -(@E;IɪVrgR"ZJF$+R/݉1913J+PLM8HȧGr̀x8>ɒ[((? KX: .X<(%(GG؃Q= <4C1cU@>HXM>.WPpX`CX˃DE@ 7 xlaJ2܂>I%ɀAɴAt4/sզb>N O1[`_`ݝťWW|>X%H 3G(%$@08?U 2^BD4mX:E/h<bGh2@Bu+B5p` >)]C8!!<)6xZQ!Hq7X 2ڌ?84_4xB`Y%m:N$Bx@ӼҦ˯3W|\V `5\!+\W$B\5\$ B ]\ (07A(:?K@J0(-(@R^C09D=OY>!^QZ<p;@P!A@#! =k)crGs۷=`"0W2!"it6`~N [ TNKvR`P"BbD 6 7] K4/HNvNT(X!(Aa O 3a(Rh2#(K>h8?G̃>^Xłx;KŅZ.@<(d8dFF~H_Bh]RIV7 6 _M'&9EN\iƽd`6SF6ܒh3͛Ae 52K+ 8DF-Hh7cWr]3/4x&hm5kJ)/^ YR=#Tgpy ^CX>_V"@vbϑ>V#68HxDtp{ mf۵Hh"h` e˯|Fi N{mUe"؋m콈Ƃ \!@d3&*?S iZ؁N(xQϿ"ryF`1U"8 )E::BX!)!!(h%1j#݂ >0hVg[Qg -0#ZqEh!h`vdG.B:pՖњV|E\r[0Wne='6naޝCa671Ǣꮃ!(H@> ܼ:r1k!lF͸\풰d3(t7s?]$&XJ%kK`>8>oM.>`BN.oVFX_quh|8m'NAG8`3 >CH`%Wr&gr>n- r orw,Ku0W1:(e6 Z`.Hhe3X JQQBЂJd8(Em.@?N3;](,(q\ 9@u@(ȎbԵ9EĆEǶa'vjV!h_fFxfa,pLF0ElwiVn?foqf g{('\u\6x6xwx{-x,`w0dH&!(d"؝t/(x05DvЖפ-lҔ5u`L-y+p+;A}VK8O8Oq7o|zoY.&_M{W{/  ,oܵdE7j޼#̏5"NH7ԉ(:n ",XL i)d˗%f1Λ8wl0v!F"E F%1cH#TY 60^ I%4vH@ABjq(ʼv-RW3f@zÅ#FB꘩C#U9g>)UntʑOam5k"Gd˞mm͸sM*n7G6f/H-C9ZEXQN߸!Rh,j> 5o1c(J:QrH htСIGBB/T l$0dA0lŇ|GJyՇX!@pAb9bY! ayWh`kaiE9xlaioVbΦ%d 1hA5m0rdAI h(A4ldh|iL %7LCzjN WhzV z5 b5" }((I 5xHd],GR1C8bEa>8aY%ْ^ffl8%mY~ndN56!tZ+s L"hDtD_>s&(V\qgk qK^ǘv~-}G"npy^qLH)'VT"!D !Xz^!%8촉1ciIf&H&f \MEI7SCЯ.7spN :ll}0@fT沰n!fSLFN9n!h| 1]| `Q>ɨR(j&l(X 8YDH?=\zEz+yi駿x&ak x9!0ㄷrIkӨ,iM"䀗8 KcA%kV<WWITUl:C`p> 5Ї6bY dp" d01QkYHP3E0Iv$mZbKƾ}d<#B1N}zҴ|g<\0=p!IJ!R> ȓ8ш|(EKQ%l.fd#dAa P-vYP+qUIb D$ [vv*2$VH0 Z Ȓ,fQ^ (:1.j&f.#MQٜX M =AB3Hѐ4dEVbK\BgDIEГ$C )YN!P+lc FD!e@_zn$0QKAasC6S YLE/jtN%_8N2-YUXˬP^&KEݬ59s8O;fHx& fBXF6|h#j4 Y'\a) 1(J̀^?}vR-Iu\FRLU ~jRDZx/nVWu1&uvy8ye+{e7 +]PEVp,BQW , BJXjS :ԼLY+wߨq  á^5] k0 #53ם5VB`vT,KeCyw#㤅1֎r;5Óqc`5}k*xS{s|A-{v%amK(\ ""q-qI A!x VAL4(QjKX|jbc4A_s惩 P/~=;h Z7dA HYࠕD Wİb`f,BGY~I_c%/*<<]EV́1chMRUXWQ`΄-̈br %\P@e|!o)`ZTv>e#z%Mpo&pc"~}l% 3v%]`]^%EW1i\Fbd 4B)"`VZB"H/6 hg@)cRFtLhAr i_(͐|gĀS|@:cmfLepohք"XZBt@'Cb]v]UgDGoLEw.C'g`'CeTDc@cʧ>}@E؄@Bdg Y[\MEX<\ܟMTf^lrv%LKzoWmٚv B ((DNH_͔,&)fy.h|P4A4 P?NWٝfp+h6 6\M\KM (i \hze~|+V랆L*D=bq"'A!hĥt  n  "ߢ_]`CEc-& X|'}6NP\Lt})f k%چ֙&?bńX @Tm)zkVӬk--(-B%Nh,+tt-Nu^[A BlUG"x}ݛ!iJ%)b8ΧK"K\tufmOV5yT i:@MJWfn*5...z%&N@ 4Fvިtz- WAhPA dX'x_æaCyPzv <K 3vS譐T 9 ٸkx`N<%im럂=ZhNn 銮kn N0ԫ0 tnz" HA!JLZ .eNaIRzV4jXH}i3\FF!`Lb |5'670qS5 {qp.Q:PFwnR!Pќd @^B RoZp0 |,&f*kM̓cA8S,Zʅru1|k'2/3/;0o6X N0Z-l  "ϹdYЁtžuWZ SamAho6 Y~ƐPi&i~4r AhpXG 31+鞮32q3;~(nSA (Bq{׾DDA9A2Dg`\ 1ʭĎRVt(c X4@Zɔ<4*\C㢕k$\ P Q/Ύ0qJ Ja64tMJ! BH MGkLnNku 5 ,ܢr( U].)Tw `4t A?)iI\KUTiCWIAD$d@v!HQqA   Ⱦ/%{hQw=6ڳ68B ŒiޱP+RG$Гޥ,X/+[>K??k>o>門0?#H ?ޘѢ3n&y?41₅,XXR!C|"e̗/s9R!EvƄ) 0sr>r5UԨѢ?h,RJ!3D\Yl5 Cزb~#F#lesdH 0q獜%<8D3"C&gps˕)kl2dы.-H;n8pHR"ʠ:oTAh&,ei!]ir>Z|xB΀hΣX(+gi"9r)䷟D*%2%zˇ!첋ފ/7 ;,1ZSM28J(3PSQ4Ts+ajDB3|J{âc *8A["`)ns(*="  6{ 6c3J9#$?%?k@jf6:"ѽtB900pFBPE 4Lm,5@[ S;}C_-7x̭: ꭉ%JZ?rU3m ?)#((ŏ-܋l˟fjk$!%:KnX8P)J@A0t-p#eA+I/DnDOEP-TU}T:LEV# -OQ03iLolAȭC#!N+A OD]~WQ<=$M2U9O,Rc;3]Eg ٌ? ;Z$LrIߤp?)` h-01UZ* ^Vj38:p }?,ދ_7r~HFln[ǻԋ[~V(a *P`aʿ *Xd8Y{*;A @h%(8n+Oy}v38A f׸DAZӾIkJiCsW>*zG"EŕlXp++I Y#VFh +XG;FЁt G;bَ?]A B.AfY 0 z[f!OAn#j&.TQyjR_UQǪ-@X胫ӜRerBqKIuPD~E*:7<4SU ?mO񵱽p(#d1!nNnnZ:C&Hқ>O= I%шF`L}8Tn-$BWXBtm&ڂ&r&g88 a k+Yߴ@"Pa_:~z;; j4~ JΠ|cNZ4Ѐ֎.N&β`SMT28PFRm۶!+ A wil.į_g MPOFOT+Wk<4n`*0!DK dpYreL؜@cDN 9}PD.oV>f۪OjCV s̀"̏. ݈ϿJ0C 71f#\ 9ap*j0 ƮJŒ.#m 1 H7ancf0P APH M ms.-`v8mWQ3ّa:c6fN   s.G I`3"eLA Дk aBo?cPGт` mܰ!~ |"&ʐ: {' wN(Ka$ses!jN 2}N >Zq! dH$ёbB犣8(``6b-&)'3<ކ' 0Kn|`HQ*Sq Rf0oP+0,SM#˲@-rQ^8$omb`'"pR8M E9N26=1_mp2/gpJ@ Q D0+/,/1<xa m PR!$]ܠ+J眊j R8!1"#R<鸒?oEn2֪Wz*Ҫ~R D MD(c2 O$>Q^S"t:8혜. Q+t I#+D"c6>(g2sW~&(RtELSԴ0#Tqr5`Y0A t%SGP)B E.= ؂OL'I!a<`Վ2!3 8”+L`T4PUELoJ2#c@ t$S28?^.oHQYt+<)1/UJxo)c 8&CQUSTMɵUOuMM5UISS=[ W)A_s 6c"`/BJYYaT3,_A*rzRpA[CWTMTIdKeu]UU] m0r^[h a_1_QO"#/B&`aVi~,= H16`PwQ1UdI\O]QkMGk&K)TsVa&A_1`G%"b3Yd6]aV"= e~2VlEvEETlŶst=\A\5pI@CONR (Nv?!d4)pٕxWiOk>n.>QdUzkM]lI\IeK]r,2 R@nx_ w?ihu iaUex}ruo %{l?Wl1W{϶t{38e 5VM}SZ!VoM$!",aGClEM/Mwwxّ< 85=|r#{5-/x։ia6,Q!Ҡ dvwwoSxoxX !\s8UxX"O(!5exkPkGY\؇IyQǖt/x8%8m{yS|"a!99x U5]M7U6WtQ{]9 H5akz,r}`C!_VUԀ6K8W aYrydWu]5WMVe8ye653zףYAڜ?{x4'YQ`A&af:!! fꠙ{Rs3wUy27z9YeVYztCw`7z֛˺z/YsM!4y5QB Ba'f(-~8+:m*zsɖzZ::ӚCs:;|CMnvj~  =IOw']9{!4QmA6Ӛ:[9-[<׶f A_zL/j ;@ UZGeYdY3]EyǙW;]yE;O =Iإdvm7P!{s@<: zCMz!L9{{#XtA=XY|AK\I;\UY˙ޙGx5MvLQ} \|51A793zYYl÷w[ܬK{A\׼Yg#CЗrvMPa oo̠ȍQ:Mפ%[ّ='0kX][EM<:ܻ{E\ܱO<=%D+fvk=L!Y*p78 yS{;ҵٯOۣϛۻݬ}ګ\sGu@flwWWiZ_sx%xہ y;x[t}z|O}1C~ü9̱^{պޝUWW7B0~9 W1izin)!=]~{ӽK{1^?Kə]:7vckZRf}٩׉8!:]{Y{CG^Xɜ=ѼAz;|i _7`8a%0 }e;ۂ^lުW" (@ \@Ĉ(Nxpc#?VXqcʈ#WDIcG eP0Ν;TpA C3234˘efY4  .›%Hõ<4P'Nhuݯymx[h2PcHfJ"KZIy$L,]v6iSfHshQSVĒ5Rk$L[vnFle|y]p-Άf U[|8%H-oOgϓIӴ_>e ` ITT?\Ñ5qi!&\iqWXuG]ewi\.aDSFa^{"WQc'hBVvQC-T v)B(aƍgA*a]%vnU^F%6_eɷ#ggcdR%ПjKeT4H=9.Q5)`)qm%aα+Wљ(]Xm& ݘ܍9|l%d(䡉BO2Q褁M vRh9hڗp;jݩ(bX+4l~KI1l)o>1 j""I6sJ2We7kM Uup(oi*9¨E"Hf\ZvRE#{(iw҅: )Tl#K2t{Zp *qD2g`t얙ܻšamyNp}-|ݞJAt5׳Pb\`.;OXsttb._1M7esNE#|l_ JgÌ&Q)8)[w2R9k9s G;rsߴ0>;7 m)P|Sl˗ȅH`È7P A㘒F!^r1ުwe%T: (:OQX.hpgX ӍjDIOJkB'U2'^13iUro  "Mp[]HIȃOAB` [5x$ )@N̍3{&8i~O;0`%$,n@0 ‰SijXrmLthU;즺s`[<4vR+̀3IgYLE"=QRjo:,-z5H :Q ``*Esf{[4q:O8Ty]\ĭ'>4]}z\pnn#khk ,v,'ń`2Gʃ)BvV4ՒUm~SMW 6SNNC RK6+ñS\(ظε H> pQ`#YYOPƍ\qqH4T 1`g2#:v_!og"7UCi" F9nsҬf4x74]ڸOE}bsI9fQȺD)W/L/G9%4=5yuYOH+9?)~"м_,SnېnJ([ ]hz Os#oѼEd*zmsRTȋ$Lw-ڪ`gƊ)vKt=GxM? Fs>'Imϧ,dS0nٖ!-9ezJMH#C0Qy`\Uf9Kfu՜_Uu& qŶ5wCt\ºV5ggmj\8dCpwf4CO5y1\`seK:x ,Kۼzorrw2W}W E~~yn{{篽Q9w=U~{|Dtv:/zv]|Fln!gR[*hq%]qVud%8|ug| 1NSPQz1~]78-$tFq<"T&uVW6kzg7tGVrK#(-hX/8S2$9l(X.zl"_yVaJhmjd8TX?QllhJe[Og(uv"SD6ƈjq~k!.AG.v8Qt%vXI_4١[GR6Ck,}W6^AmhDNisb牰DOsWV"g&dC=anxi({cPŀ (1~VN օhEw|fȍH8~v|~Px!4&J3O'rG"hH{5NMS2GJgZ;B7|O)<7ɑv_QA0Cc&Ys6FqXcS~68lW7Y;ifhQ"Hy6c뢌FTps4;nSlQYUy%( (X~M_a)TF6@'\;%zjzTIoY@xlJHbZiy (<—UH*U`%hAhi&zmɘh9vXٓ엙XrU`i$ͥ\{pHhl]ؔI4p]rsNWXiٛYkIE=@YX% K ԙ4 Ò78t\ƛ()luW(yP4pS uVE;Yȇ[Hl9ljq)LfpC6~T0~2CsH BBHɉ(y w,T0%) |P 4D7B7zبe;ʍ`ѓ2PsڤU7dn%DaJ ]ʥɡ>*-SW('By8Zȇç_z<'r84IӦ P ?dqZZ(Z#ڄ% B*P7K:b~B [js}WzR"yuk KZSɊn%aMw @u"Z*_:5ݺꆵf/;x`)/+:h 09@/wM$|ljڰ4H*Z;;[ǀѳ<+JGV)A&ky+J|t$3;"LN+0e{ @{ph˶j+D˱s{u[G[ aSe~%1Up:zl7˶Ȱ+KpKB+@K;+Kۈȷ'[ۜ>Y۞+ʵc?q塱˶ ̀ ǐK@ q+({ʋs `:~~Ӻ_ɞBz +h k1 g @F{{iX[bJQĢڤ#q M ,V,"o+绶g p۳˷mYj()Yr$z٤;<<20jо˾K;ſKiZ;j>/A8 P<0=l i$RJNĹȞK[#K^[̈"Zb%#lS؉,T|>lǮuRJ}#ǰp|L+Jnj̳(lɐ)a^ɗ|L8.3衪=ܦsPnw&x,A{˸˺Lȼ|v͋| ; ({ܱ^ LKqtڬڌ#pR*83\ =t,ѿd;\&n9TP w 2Hp͞lԿ݋CrK췶 +m kGۼ`LlނmQbD. +ב$|Ҹ[͉j1)1ѴLR ]VՆ;Njϝ ćc7V=KڒѧlҶ,Gϔ{Ǣ]MK:Cs{Ό·؊Ձ{-]m`a-ɭ{#=ՐK|B BA=hK@x#ԴLNLطMlȿ-v ޼= \ܙâZLj[ yǫڨ=ˠ d83(i #~ nJ%ߍ <L+plT ~=MޔڨB <&A/-)$n'.Ղ,Rj;3>Kܱ9ÑFi_Bnb۾ nkP>R/tW> *^to6nɥbUZ|K葛>}JV~#MD钾|O] e.: n0%tk;]NAVߊvh.~O雋)n /ڪ[N.b['Y,⾾^~^Cnn̝m.?_ꬽ!/[>gڈ 3P_T/e>o;—mW.W}Ն .|W~sO0voOuk H=̀ >%~Z/*^-tچmSA/?v|=䂯ڄ咞$WXYO֠L%^~ş O܀Oj쵿__׼_ؒۉ_c͎ „ z8@Ä#{(`D , 2$/$p2ʔ \S&L5m 8SN5С?{EʓQ6"čQMVܺvݺ+ dH@Z !uw^}A Oq"( ,bt QƵkC R3K3=<ͧJ,`O ?5;jit'5W}{ uٵg;vt`.ݾB:W_;ްF3:ڐG@f'zӲc.Z`:wJK7nF7N,J,S) 3n+,;ێ220;/B =B#)j^s9rZ-o6ٜz-)J7LKmKnԢ>4LáCh oCĪL6҈ZL=XI3C?@ԪI ? 0zI˯q`MS'pV2f82 ĵMM_3Q"x\kW6aaJ&# g_PRnRMK35w'rgckPKTCzW `w%8WfOa~ΪVExhoDi%Eu|޹IJ* *JUQ鷄[EdWdŀPqݥuq Lpe*P@]#4 BUfG"\eP 5c&<j H NpЖW0$C)XXrE_b( >v#W8pM{pA)+MЁ\37kP$:,)g|6f~U+/x|}s!`p5 *pB6*M,7F#c-:+>'C}d&Ft݌;n%9"?ahYc/f귰u,F*ńt$#39B -6 D4b jAYD" #~!o+fȁ4 ^FU]i(ꪟ GY#WyK`׃*WI'چe~}C)`o3 f#FXBQ@6Hl7W7>C p+Y؀.!!)+_I}d{ӻ{O"r9a^Ad('s[f:)1wm>_2)Bf2e `BQE:u|Dy Gi5p[EJ6/!\${z}w[ysxeT/G"`PCAqXral">ayEUf^HH9HFp/r6 9fzzQ bBd6b^;6Ђ^/Z> By02R|pj[A-q}:|nLP( %W~S?aVX(GfXԈ&a8}bv86(,~H:z)h{/d:{ ;۳ * qhubB0vR}055b:0lEap9pCn0w)0}0j_Ak\ak|SeH~rTygHI'7G8a#9e(IQA,0fdv29ɖI؁32R2 hhSd9tSSSC EN`sp Fs(`[`:&1&6JzgQox03r17<ZdQ%rK9G?3N qya\Qv(AI~.0BG p_$A3 _nQ}[  gp E\ *`G4t::U0c(СOb ?U:n5G0)VYrN՘٨7] yq'veN kPr/]](, %IbJt$3X`QRm p"[u+vnPzPTn@h`0*} M[I[ j0]0Rܡt11$[Q#.24Jy>6rdJ (`O ª@ _ Jb$EQn6{vaЭ;DK= =6 mvfFrh0l!!>*53Pb>npy+=@0I~pa@-[N.KI[AA(˲.g.X2%Z`gЕ%7 t^T(>+AP:@; Jȝ1 JftxYUwf *:4ELgT9W<ӣv0}Phy냛*> `[ &-fBM$ kx`/Mq{ |~dr!\&|!L*°*$ 0L[$q8育0{7vǜOA{J? ` e @^PJ 1+1UB `&!{% ݚ{%`OP68F(qqP5}oпyp 1;bs;[ M )'FdQ Lʦ\SP\0\\Q(5̯;J'X) Ak CK k U\Ջ^1Tp$  I]pgR+g.;Czok}w>} :B8$1~*` N$AiPeQZI| -$1%!%3=} ;mIBM(`g@Bj k` z@e  P\k Ċ$N 80:ЖˆtG| ذu +s PP}P\CoF[fWx`H<:yi{/X*=#ۺ",#"2X`s˒$\=@-u Ԭ C PݜRbPW-P  @d{ɋ #,flh.`+PUxYh ` Re$6og Mk5o :EnPԛR"6-ڛ$Beڛ\Q-mX@EHNLJGM>O>NNLQIlp ܎ Џ zNݿf` ɫޔ@ͭkI,@W0 0R].(,AJn*"|g;ĶYԑ52[P8iT= 5࿩/h =]"FG~FNMd^PמN! Jpd.eY Ќ Ռd =ȋbv1,(]0E#MpQ(#Y.)P @R\qb؍ -5u[b,Zy>p ѩav9r]R h|wR?QW#RǾNN35[X@nS-@po oN ވdJ0 Bz] a0h0/,p IS)>'Y4vw{{N4,Z2?6_N  `Pa=u ^`Rqb\њPeiʑdl#FE%]4v1b+`'VRbő._¤)h#HiħϞ,N = 'P'P>%jq2GMzPT!rhld֬C6YaU8IC04e øa$ 0S4OyJ&YYi|fw`#kX{7o,'>QTGPIKbȬA(a2Z%+# \LKF$;`$'dٿc%&I C@bYX\PPF6 7сBj@KMPP-Tpj E!`xB -p0(0<@I؂ * /Ԭ3Ͼ&8FdDAmM6lm5f-9<DH/:N2BnHSHHȰ2#p>*OOHM%+h#%<1 8a :#^p!+P$+/aoщb`A*i0lI'[luJʴ3?[0 'cKLLM4MCS6Q+86_[ N8#D'N0t RH)CDSN!=%%ËL1M#QcA)ԓF9.H tSVD)hV0SV"LT@8uOZ tu (@A"0./40,ĎAYЁ\'87]'e̱ë2c *B в* 3﷑x` }`EH'tE?3́WO}`\dE@C(8TDcBֈ#‹@QC LC~f#^fFJQN5.B-k:ZVX`bcE4pLV,t֑ m:S=m?UN@A>2!(<,4m lT@Y(@p(F]B\du0P t\\5T }g6‡Ӕ4I"sId3"(Đsr `g~._P <1vS4cӚ=d f6ŚUIP)3hJZe.64bqJ+AHB@|@*C PhPdd82*I(חK.a7j*Qv׬&Y9$zsc$Nv⇝ H S#+`>WLB%HFPAw~Zp^a8!@8 G8S48jb[:IaS{8DpAntتZ3ǯu4kzDfnHB-:TЕ:W p@E+#3e'XrQjA-JEP"ApNLĞx4-BF90.l- H@!lۮF@q+UEeV]Jp%,!T]0s]y5^ٚ%k6$JYY1MBVj_KC J ZpٟQb,,LO@Y6Wj ep#B!QEhMhNUЇ$}Cp!@GCt`6> `e3 'C9>2O@`ypMr G]YCxA;3w7gWV|?7f:D}g>oi f(V A!߀C@3)^ZJ|t4pl:+C 2_b4zJcx'!;!kEtЃ<8Ȁ!," h`v_8 A2 w ˋsw+Wo MMS?f58ˮkK@/%shؽu@E RA|xm'~IXªN`B[%zN\f/cpc VðA-pA9D|tIRlmm!`"E'M,H<튡?S wt" g8 ҙZ"%"ˡ+k@7@'RQѢzAG8&X h'aQ0ؚ+-Ȃ&X)M`3OS(0Q ,c`C-C0:`) z!P*  ЁERڄ9&B]`;s?0?3РM9ۄK&̐D(N|JLJ$<|";E;I b%(8P@##%Ȃ.؂-pM('O0P 9(V@MpCҁ?Cȡs8-@8YK4P]aM-'(*7B,D?(y;H@8(J$E9f  !R$Q,EOܡEjǗIUtApA#p(HR01$ BP0=Z >XTXg@(꧚A'$82 2؃/ OqtB@ؕ"F8@ H{;<>hMlK 9'Ё=d3F'H-`H&H,\ȸ4 @4"!3U\$4!JE8>0 IdΚp`;@Ȁ}5Z^i$4>@}T,Ȃ?8\B$ L8#FV(D@ݗӨ3/1$BxRc0؃HL0]FiT!<ҒR(*p(Y8pFL L-ۺ>p:F2!j!@`#DB, ߭Etq֯V3Xweγ :@Ҷeۤ+uۺ]WP},U:XR ܬ5 BT؅̀-;STؘ Q&x~BXaBpBHG( ݙH p,5p+>}Y> !_XC4tAhHxa_0nb@p%U;zcJ$u}w]W e `H[,m3X.33PHx)5A3P4 ] Z`QH4@9# "ƻ:`f8(O/a>|d,89F`)(Ȕx6 g,LEJ>:\-  "6ve}?}[Zh:cq>![% zIz-䤋$]dwmdPhм>h4$}4eB(G`J LUhBM# ,>!X! 16e^4MS5P:لG E1I?(8'(%^O- J:7Hj96OJ2V9$BlSV~l&vkHRuXhh$-ƙLd-01pi$v܄(,H_0Гe:R7M_n4A0`pHT90@,i$/,#Fz%(聧[AK`ɤ@01fߌecEv-L8I GfHAC.&~㞍 bh.C/7in5mF HT 88KxXmHu  !&7Hod4wA!"!q:g>h?.GiXF5@b\g ɮp͊7j=}Ί=YdmL%aemqqT_8/3B0-d !A(U".g?XnA5:|O ]^jw0 s{h|yn^^.,pM'@ =!`2aEqXE^J1nc ?yBx3@,⌘hh%Nm\u-\uqWv/g?8d_ve670f` .b @YA(:&]4pr,@e/"wQ.1/H:a Mg RM2Ѻ(r&#U>n t6b>ȃ<^tZBaWSk<C ^hFvyTOt,|~F:h:ЂdNN7PHJt~> L8LLh dDFN7ضMLv"&w!>c  Bd>AF!0B @@ /j #ls`GӇ!9v& DQMC2hh rDA1X,b(!Eg[7yЭk.\q߲_}&,v͏-bpcMMpDZnjGX `4WqSH*d5%[vXB2#×r)Z(i}Ӎ!  Et"7摓Q">GJ(!cP~rԐTLeU ^Ec]}nuZ%[}ѵׇy~~"aULXD!^rT"fH6]pQQCBB$i@6Y V!6n;VV"?[ehrȁ"T4'B|EH0pPG^GrR$!i `R0G *"!\pAU% smuY?q-ba~8Lљ%2[k:b t ~ t0 Qde:M\aaC>=u; 5A`u&C]̴?mfafoѾϢAoAyvhE ZȉL05rh%G8iD#`FL? S®,pA2!9B9N2 @ !pCͩ;! F%/3$FKʄW!/-J+#ŘL|f 421Hd~}f{%̦ N `pPDF$C0u`0E=I' ?P`U hHDR)d>F52 !̤|$cgK#RsJl#BbaЈF1I|x#)qD3u̖ANBHly6xDެ[.ݬzIW9$-;[vfvکgJmE+0?c`4Em :@kw|t"#}E1aih@bMjҔQ1bt (88 [nH">L ~z!\ v* 6u Ȕ ]d 2ۼA irMI95LֵͿXӑq׷``.G<$[Ծ+hH%.Z\Mg"$t;}& O !Dfxddb\! ): U-{V.]moY5=y匎e7;uS}9D9˝iZt?M{u0n\>K.A?ě6)Cڹ/@6A@hCu'E6%rj0 e"JfA醘o0| !"τvUp3:;}fz'^2Q%ߑ愻Y٫!2ve߇}L|C\1Bo'k~q"_[ B& #ꖁh^q!{PS yUݙ)Ϛ̞@=$ wT]֭ٷ[\ 1@ AH IQXYfl\B$Apjqc9DLPXmeYޛm\0  MT$|(WM%IV u[ DsUv"_ D >i$!qXWYŕ1_` VA`b ART"},.iR&.9/ZDZ;] _ G@qˉ ydަ H+ba]Qbj)G5>cBHb$$}9`$֣#""&ցLT[N$' (("`Bޑt"t$B&Enfn L0Hp4+ZuֱZٗt3v` dLlB yxm>$@8IWT:=Z%V#%VeVfS3;?E@dA[BhC\S}EFq,n <@a:@!]1z[2J0 H\@S4-WlBx@@BV8;: ^ WjAt%nZS&oc:L  ~?Aشs $D(%*"k&1yF%9faBI@m@{~de&d`Cgy NLmjR@k¦U*\m"&ve}pSk@hڴ aظ苺t%CkDiUd&-!LÉx% ! X $D$& D"ȁ|! \Z˕@@ 䡇w 䎠XRanf;⩅m&on(nJ%Y}h AR'芪?ŨhT (jH i h@I<4JP'2֡4&MgB@LHZyD iX͌fe "+n޴iQ)>ㇲżA &犦kiA`ֻA'udAjxg֧,fR@X@  ADpodiz$İLy2p9Jb z;HN+f! ` z" Vaɛ Dtk tL0+@D^>BPj ddpjvK"8,H2H^A DBDve8ehlr^rmVab]"  B` ήnkaYB'{E lRۊ'G)Dl4 - 'P:Ƃ|,T`G_Py@ ܬ$lyUj$n ϲ,n - j~c:z r,-g@V_ԮԦehϐ(`~(%oB* ?ЧyTt@ Y* d{A;mϭz/~GaḢ(NZe@o//k`_$-J8m> Nj'ڛ׊0~"]T'kHpIy@ 7l Ҿ8.!@Q2>1dz| Mt楠FnR.yanq&poo,&+ȁHA)b6.1t2'N"YTTAA9 `Xd2L901~/ল[aƤsExx$@S$E$RRn.Z+rt0sI𛪩rk3{%BkA d6ws7P  `QP_ƁH9V 0Ozaƾ]a)G\\U]@ASRޯՉ]kuJq2U:*(HJ A߱+Z$PeOmG[Wt6 dP# JV Aǭq]}_ծ]V1̦ۂ v.b7wwH6^+x*cfN­R4A)A!g.YӅP9ɿ\Hp6Yv"4P„֋ h$2croZsiLHts7HbU! A8 0wxwϒ7/73ge"R{;H,BmO`dRD0kgXIfqG%yr6d?L({ ~^p߈WLÉSj{wpxtqco+Vj"X{9Xvqq{bqK_A1< tMtK8qr$If&4FzOsx|hyGϋ;#yԇ Ӟhde}w8~LdQ \yO3㔳le[VcZ WB7SO B?M %BhHj<_[<s;AwljSB !~翟}0]oܼH"GqȐ!EyxKH,n6$#GQA $F"C`xC?XCJKԀcH>rr %fp-,cɖ-ljٶuYsֵ;V, yeW>|  ?4V(Т>|YmTZB8XY_͡Zi. @ DfkD5THti'hP8 "B}Nꩨi)TbfmJ3녲K޻#K+ Ma3 +9bEP(,J6<;BpZFYR:]WJ6Y-M?h+"X"[ouA?"PB3jxPhn{;#49*7T7Ȟzaiyjح֪XJ\X`|Ng,#d%34uq*"V;'Cq&⃣%*f ƕPz PF`9 B!ҐGƩzԛFp3T9=m1ʤ]fYB~=hZxSŴ K p@dAo 1 g@Exyyf0l# ) C 1gnLYi68%Hz/=Z=Wd`X#C@,CXЄ3avY@&pn0g4{W)H7&DOWxEGГV$ SɸM>4O 7bFIR P27)l*fYJy3asX #}Y NKApy N:@ N0p@Ps*,(CS0',ђ*=i8]01A:yM @XذhFDP+w  tE_uGK"-V!uHc#LpA8AM_WY. ?`Iɔ61TzGF5UB 83POx2\gk몚"-A*%h@ftۖ%^r '$cQ z{ !5!hf!IJkFxvhГ$a7;L "Q[ \s[MqUJp2'dohv8-Z7nGrܝC!W6$:`AzAc4 tAPA*T~%~X`X#83F2 '=2 '1a ת,4ڥkŁV u[Mov aߚoՠ$ S #z'9^oΎ E@N C K P ݢM (K| A%[шN琛 0Ho粜` ?Ji`L!q l}P >no "]~֒Dm u [ [O "!`fq 怐G!(irQ, z 亂o ;QAzo rR `'~ڄ l:] Q 1UO* b!-Kv2"+k iPpǥ,#C. p p PWz"b o'kPy'1 ACn r% ? 2 15 g`@܀ vi6"2 j,.1x .2j[ $+I C.!2- 3f.1 {(0?e8(C 3R2 SQ%a1QS5)o@6[S )ZB*(7us",@^'9F X -AP2?* 3^FSe0 b 3 (H` 3Cؤ(٥"CXsE;i!?@-T5;tK,עc,wAtk7/V껾BB( rr42`P`4;:i-f|0, &05='y@ ,S)31ciS;_S5 yL_KE?3 } B#i(͒Tɤ*2D`tG I/Q[QQPۂZ-KZQA< 0US $2 311 L5P5:30YpauFIEp4VWa/`aTV_Qڬ[C`5T7tkv@ \`^Pb3\kf_m6F[.lƮe]`5^Hu.`_SF _ !`}`UOQkWc/[P/VY r Vc%c=^/k` A "ఒguqWqϖ/{r k,!XܱYz <VkFWkZܹm]X[V~muu4r,Ǔ=ā RO) )i˼YS[<5(s#a/`Wec}!#s}gW4e3G1~MWS{[ ]=ֵkֿ=-|+ur_ r a=S!/\ ֜oZܳݧ ޻ڧ=v3|r:R'A^ [A$$V/yZҭݛ<;Z+ܼ E(=-R-^ppA;W-9qc^=zͅ壞w"C :x {~p=p}M]u¥!|+߲,! afaɞ(!]͛~3ɽk|@ !͞ z'e_u:z|@4g<-zLBO?a~^[8y{_ߟw:gg8A` pKBB  ^Hp0! l1R1ƍ;btađ$ 02#O6\&I,kLHq`!xᧇ)2H͔#RkfmzSz0 mJ,hQXd˚= H3Qrʒ4qlsێٰ.s"h = #S D8auqDMHaZ[zVl{"֗{h݂SPB 1 K2,N`Vj"W EaFr`x""]-I^PF\Mn}}i}U _1*C7awIWGiVȤLquRQ^W9$H(j~@) !i 2jVBYguEIj*giZi(^x&h] b/i-%8 f?:lckyv埁K+OJ [.emAFz&+1#{H7ݵ?յz.gނQ}hY$wd'S+\gr1jD:dl p(o~In.* )X}ˑB 1,#w<t+nDJ2a?벦3>Aqt/Vc]g뜖FM]K: { lR>sAv)iķJ_ FjG TqYxPcl ŦP^Nr2 &xs@ot7zˉ%:!*ԵRχ_[~'\4e+_jL:,.u1[.)-j;E\'3m8=kΘ3ѬHhVA\V@ֵPKYvݝ'%Dh{s?Jz.Zwp\~Cvg}%*,oDj{T\ QnBX@͆ ٴ@.^3ﶃHDRUB%*L'|`H7U0d['H*,HD(w$Ic#\vpV* IJ9bJ`T+W񂋼R#8qz"H*&M3tÀBPvgE/oD c ֤ttFØƑfى"Im9uNƾs]y-_#%wДڇ+g"s#*Yy1Vd!Eyt!ֶR0V肷o)ib'?N fQ5^c>$@ ӁxYDl8/2HnsU:<ݭYYFZXR7)Ԡ,يw]d6xuFM5U \$tP`'5A`>M&BP w^m6g,'#e _ F}Ӟ/"ͣJHv [ dе|},%3؝8ȏ 8_O[ Q-qEI 8uKXBe !@P \a"[eUalW"ۓg(p 7YKYp5k^~Z9V @ Le d'd%י@%q{U&&L'KiV ^]xUvEmIjd7f1mIuXt[{S9V,)W*Y[虭1<Z 5V&2ז4cXQnN)M^=n^Lk\hz-v7=o!㛖|RQC\g9+%X5GdrT+wVygq,$G</-I`ykv+Cr %fZ,W+[TJ'_3~e]'3Ӌt71C1,w!C^GAv3Ò !@LsR < _'8WMO|2t ڇzT,nW3sZZy'ɐC*vW1zH+/ƒ껵MHf66 +?%`I޳,JWgMo{}uҥ(׆6Fa6I {&I9PF`Wt|'oLgj}(zN}~W8bE$^xYv5s~n!wcqgaSxzxr[XxRXAMc+HWsE;a~֧c&LHMTDpzdUwcrhu,Dž+ 4RFbEQ%QpEz7V4遐w'sVȑwxIÈgM(QflGXm&wL؉f{ ry^}XgyV~cECATEe*{?ƒ^X"Y_CowsyٓhgOoW%K ,{,5aĩKQhtXyz 9eHhxmA~kH&?v~)9itٛxɕ&S8y}E)fvV{TO))៙ \kkuy} =rim-.dOxmcFz\ VRg(!ж{:7-w hmS(Acczc kʦmC# sA@ewWGjɢ1OmyxeZiJc**j0C o:q8I}fQ1 j0zZYx͉r";2qV1jZc: 0::0J @* m*ꩠE7ٕo*Y1J Pa8c{7g!p:Ϫ*m:9wZAzw}RK6. 'ʪ#;@#+ڬ,55̧[)X8ADKE7P@4Ʊױ *j[;\];&KJ̪XyY|ͤl |ˢ̧#yl [Ѹ̹μjL-ߺ- OԳ=V \\'܀₌ѽ-=ڝŐjؾ=޷@>mlmhX f>ۓ u+ntnM =pjxb>u=AZ}\͹ NXҪhZʜہlGɭL.ݡe.Ճ~Qڱ[ nd^r> -MzՃ.>֍n"ܝLzP~kک tȇ|hڬImG &\n#l鷮|.^~nhlZU k*Kx`+߭xc{ _"o%&^>o.?E-ns`"u)+oUG/r9so}W/Q ] b_܀g:i l_ntMEnv/PorGҀopO__` ozF| ﭮMOϩ~I+?j` B RPPb…'R@AFn=v4RHm%CNHn&Zv5m~X-XĂڬPD 9РҁM:F>-kUUi0f!̞ElCdV 8,WÝ},X`अnX!ωQ3BlG.G4ypU &bOEU+E{ბ!jǙ3r_M 1ٲj|ͻ7&x`~ 91EBe u/Uʢ- gBQme%X",R`7ኛ鸱jnjȠ\$ȼ&̈"&đǩBìG8%./VK@WcpJ-q< 7 R&3w,&ʬڊCҶ1B\+*+NzG #cCKnÜɄ M&LI%Lbɥ"' brEĤ2?R%*-șv<N+ ,(*6xCs1% HHiz/I'EK1:  2cu+G/ե[=L0NM[ι6"v=c5hOl\Ƈ${1uPFf#!d] T,EU\QU=Ou(H zV4͌U[嗦vEW; f`Ml/jݍGZ%C>)ݖq~dp;CɊYePU{MM'n8Z(=u5DzN~3sRΦ5ntG'jѻ~F-6?'M`{wr>q\Kjv:^p44cόɥz#/43`c7$=}Zwjs\8潪}R+=PlYR_GnyqUT/X499{tm{T֧KtVbnueQcO<?a;-hA2@LyBb޵& F4)Oc49}0#!td=R\ؗ X;t(P"?bFj#-wb XliA,t D)^BWK 9e+iłp:q*S'쌮l Ǻ1bGo[" iF C5J#&Dϊb49I D5yܸHn\k 1 J#9,mFx9iSF@!,"3 $H:- *3qD!:=ٽ:1 GkfB ˔/T!4~ДҺ(Rkzw'FA-ʾ=ϗ𥲜H"1ɒ_)XdVX8`M0@qi nPX Pv49ܐ %PVYB, GYa!PYrDn$pZD4Cl0"ĐA CDaRDPFJnf|޽N ŜEP=4SGH(A'P' `Zlx[0\H܅p Ձ U@q0vWB !$Cvq0|t!pE \mar0 a"G0 ?D2r"5g"gP!_D|R-5㕗yz~Iф',4x])(lR%M giJVX`@]iL)P&[`3d2 :3&%9XBE#||Q#}$rqlq q !m%H#eúH h`o1P WeDQ!STK0a40?U˜OK?TĢ*(U(wS:V+ Е2)+5@A|$` *mG=qD ͐`( v!эġ46 ʱH(ⴳ " XVrez[ p0C!Jq &nbʿ"'&җ2GBa/S OЅfuLafq pRNx(0UL# zF2(A fPB@Qbņ#Y bb] :B4 (lG7|KsM2x:B@ {JU~e)IObOYK0PBDщ.+@4uT0 p4Eab@P<$1d (Rˆ4 +RD0v` a3N8D LCpmY~(Y`$0a^T*)LFn$JF+P(79axԅtxe,Sc[_N.;1YR)34k  XnajlrP0` r9\/8`#=@Ap?'~ z#Ahԩ984(cAa4'$ehTԕ('AKpG8frKr7˂8MP#m!3"!%EˁP#!9d3pnSHk2 -n uB\#h! %y$İy:O~e+`Y%xv aP15Ѕ0NזKSji&tE3\!2;R ۸zȠh8םXH:A#?,L(̀AY@"(/j}Y*8Gd0a^ sܲbq 1d'M vv dRDe/`QЇ_175 VĨnhDtYwlHDuvZ AP(Hӗ}L@<&\HTb~._a(A{"ã0hK%SŜrHPE: 0[$ ϰAY61sЇ@8!lhux.@Gpuh?4쀙t!~ %(/$_L̜IjgHIX`V&H'v2&XiK{`L:ʉC.N'2!zVq~s@J ashDGA (wS$26O'2 CWKFE 6?M0w]ТQsVo ïX Ա_4{b1}|a:Ĩ<ҵwڡ9R@| B R  o_C劰^2Qzs*Avb'"H@Z_Caz0XBSaJu 2`an0 "uTGuoFo94bC<2!f  T$P$EsNQ"Z=|F?Cq7fVQ?}:@WX~=]$;`)ZsewqrIv6s1tcUBpR`3 ml2{K1K{'n7 W7.C9{t`GF$0pF%̐iXvu4|p\cUjW6,*`Pl0Gձ|!Ep1~FQH/#87JXBB| az `A1h 0wuYaCd L(ho:0 SiS q $P C}==5@x3@jp+ %^Ev}XG([0nГr kYZ8tEo isJH(df ( {YCae qV hzm cY(tBY(| LD 2p!+ V<51E@OPMO`q}1\l0XpP*y[:K$%@<v[PqD 1&xly/A)qJ_׶eZvePBAt`^HBSXf)m aqU);TvXL`|ʡ20 Vi*v`٘*0,56RXxTM:p~v(+sP$)m{NXyI18yq{^(ICjzPB): 1T)bCP.|IB9T  vpmJ=E}ѓiNc5c|`IVCPCknpX(짡s(~ԓ7pTM)?%iy98/h{Q5af!핫b A=akb`iCIpMWf VCEho5}9aW) FiviO :4T󚱘g鴧t6Nn*3lA Es=?$tx .xGAOiϑmT`|3$[#+L0 zeP`y?(T`{u&{I *R L0xD:+l`TzZL^w|9` 3GEO>P0v2t{Z~=q3k} ( p+0=ZyR^1F QQaP qam Ge|J 7R'bPAn.C'': ZcL;b:%M@inh Ro =N4sSlir~:'Plr @t3%*Bϑkb{~~p 1ڳ(l ꠾).@67̺/n[4%:PC;;9 '@'*p#NP]EXu'IIk (N ` n, b#ۤ myugu0K JXCƽv'Y(Wmu4M8*Z]Chj]1S[@ʱ︬x'K1[(-X@|5ؕ/>؏&<; *?.O{ P4/7k`zbb gn# +y 4lZCC Z'h@wod}nP\0*[@xk@[+ @AA!.T'M0 !Bd/_h0J% ITɒUd ;XbbM9q7$Ĩ1I[S VLIJ TDȈY/IjRyyto(|wY @q N:qљ6lS7t`@1478ppڢ@0bҧP?s N…iqX0ᾐƍJiQJ?Xg=3Bw#GΣ2R( 1X)!Öʑ 9%5Pb.KXňWX DQVŸXa.WAѓ Vz 'P$r!衴 6EX|Ȣ +$3(?|PiH#LOb0"A )@$FLrQ*4.TDAHQ(<5+peN)cC 1H %: rF+@QDQRq֓bZQlbS$qsc >\9Cb@c/8M,XDI`"=)ZiPBP)@x5=E"m$NEVd!FaDU c;d/c4JIbZ2H V(äHU]w"JlػxByNWDYZU<e@ϒk#裏CCP6ҍE`ιۆ`CEp7d *zp!X >N=֓?&8FagtvFe4syTfڃg4=(%y. DX-2iE@+2gk-{k.J2B!Em-<(m]X #g6@ Ѓ [j#!@qr@+n&:2!:! T/PaP_x(Nx5c`fFpLIdL#@P )gc+UB /BE;G|H~38Hl/&a.Y)Y(T &B \ -\ 09 H<,Bl  oT>氅&@*pj4pte؎NTBU1] ċiV35ʉ5IEAԌ"6gu+Z _/",OY$ ^p@XJg+uWJ FTHՏZ62Qb<- "C sC p @|g94BJ" * Za7~\@{pCb(aѡ@3!@"cO6vKpT8rsF") Ob* Lz `@,hEBFij!EWF1ʰ ȱ %p @`lP>A=XBbcx=`MI-@5`ST:Yg!6tODRaXDw}u!I]{1#7y),ADq*Rѳ `^ cƤ6. ,p GāuFp٢-"jIbq#$.ovqE\RWA'` 6x/W#q8ejT3Aa^: 2*m&CYD0vL,XD4ymD 8p ] K*ܕi(e/PBp(NT`VX.E^=&,A/lx ZEiх1Q>l t8 94o1΂  z hЃ7rqX{(@glgqOv-+ě`CҌ2{d=ҫDY(E-Ih=,XBԠ4D i΁״` bHhoC2 Z輒Q21+N&(4|hHCB ;\ H@/ 6"$,@|9"A6g8PO~)c;zkxwsc$K7&ijvl!C)JQT&kkQxRЊG|a F|uGuWT d\ч<6VLk+e q r@*j0n *OCp8:@pt=Cv)gG! NϠASb{ ũE$"Y>Hv/{A@ Kk8ZRTT0ȷ3V`Sa,($Bҷ Q$28sꙊx0a ? 7;?;xN5(6hCI+θ#(Ȁ E'?`瓃B,'p@ =0>!<;Q;4Ȳ+F貽[Lв9L[N3?Ns۝8+& h$&x3P@8H8#8<; A}뙍S +NG /.4YddE5¤FS,;8>%$.#ȵF^"(-x=eEvܭ>С)kC4BP?B|3ĊC;E4>0 BT;$A$򃿓D=JJ RTHP30h sQX%Ph)=pH=QqjBY| p@*ʠ!1<#6J>5AE8:D40SaC>zcG?E9HHӘs["ANY?LY, \۲E@r8+SP b) hhPЂH/ K,LH j0@]d^ȋ?[x86ȃE<(ϻir B7H>): lL%)/p+9QCbC<7H>١X"AdDkt>UN7Jr3%h4xMxA(2YTI['/4 Bp*0GH0JA 0 0p#`$NѺ0F(C،?ȃ$^ˀ;F79,XS,"`AC]@_RY*:A?: 9В8Č= UBl]TkЄAD4/}(M?0 3PPa`:8A EMXX4.Ʉ(IGVBxm(H+/@C4/ 0S,>;L>P+@RV;RO"!( Ȁ .oUPG:T7X>hH\ܩmTTVTMYXMHOI;Hl7j4]Qi:cv5 Ra&V3AxB(ٯHHx;1(P)/0kWX3s:#OUX>̀JH3EC(34-(ǒ:o>x.( HuAT30Ox{̴K?td>YG9YE5̈́XLE(3 xb0'@3XھmЂAMF{J^p'K, 0"8]70U5x8(Z/oU(( 1;E*ȥˀP;Ls  >@;9+MN*4h!$0ˁǀ4 M&aA`,]7_TKCL~ ]ջIqr,a@5T¼^\r#B9X49 !I4Hu-Z!Xc׺-P_Aۮ*z9(ٹ-:T)Jl$"[eK+-*X,A>B( @MÍ=BavToݮ: FYf ´P3DZ b_⏒]Y-A ^@VBHu(`*3^5B8(p#0'(K3Ww>h+}9P=ET@ 4؂,,) vJ6X`::  d5C[TtT?,p o \{.HX-7 6̓C ],ݦ N_^jVk7(fdvX0x:77aABT^OB/ݷ«ˮE`gc538Syygy!*+TqS[ڂ J0ق՚!p6X,~Ө,( -K>܍UuKe>LbFPuJP`T{k$0482LHXn.@)Y..b;.hA>PerԲEp#P Em+Y96@56HkO~ # <`dBb7 0eVBiidMeYb_^Nꛎr`r6}*`f31H`!5P;ӛcgxQAhN8B؞`mpw>fDB]$*Ә9!b%.ttyjT<Vʵm(XG`Ai+JFԒ~n'nGvr&gr`eަٚ7xݟe>H s8A `3Ho8 F("hK`:.0:w \ Qp^oL >O}W2严jTzF;>F&E,8K` 6 @ XXBu}`锍G涭?(n ~D&@~yc-en307}%* p.`Zx*`{H(W}ExKX&>rqS,XCPQE--ɔ "d!*ٸ"ċlrSCihQ!  E?9brARRu4BųDyXIdOs G\"B<aF~1Ex`UH$uD䡝"(ǏqEjx~:f-g|ǞMJۺA3 PC(zhJr,">fG ¡XeU>&ba)Arc`4%ToeK_]N{ R, j ޔVG$x5  t֎[Zxn{D؋BhWrY]9 fm y KhBw\L"ƵK(Gh^]!rPfu\@'q((G>LHn|Y^W$B B  T "fOZEBR{ f 4_ GzEPQPi$"- 0E $TkI%Gݗ-D~p+DadCvt>'|&rycCkx$ܬrR, o9*W9SE b 8Ѐf`}* :"jvR8>=\F\Q"9*RO*YX@DnZۆ sk]aHg<ۏLd ! GDX>xh{+M,`hWQ _6o-c)&ZSH6 Vo|AhcUph5K8᧊mnjh; MNK^& p("eIDEFfB%:-]·'E؉5 rFuR,#dY+,%kbuIZ.m jB f0Ct8$GqhPBɹT4'1eF""nrV=Rh`N(W^EE@FE!QC/Нm*,Ђ6nAG{ӠZ&&SӤuf3[Qq NaR 8 ܈EL+. 0LΑ|6$! #?,xdx+x$=Lτ6!d˓nsyK{NnFr#vL*QXZ_&&h僧J 3T6%Ә.q1EZTтկ.'Tё׾a@\`Sx"m4 R>zF<$&q ]v x †X{]d21v{=%(2%"T\ܬX3(V}v wGaZ>?DP^+-@ MйKR r  ^K,\-ѥ4)]e0=@lHDlV9IQ_G(~]~ u0H 4X!ˈ-9}ڵ_O5 `pI0x޹D 1 ^m!e`֫4JS29T0hUY&ɵMW ׭byD SEKFH@-c_|}P\,#!yZgK  A +ԀhzAQ r!c,] TI$V5@ n@: '"ܓfAP1|!\ @NV$љՅ0:E|4.3d[U)O+8B :zZ~f iTMGALAAGN,A@2$YZ!~[b\@|t[~pSaHFJٙK&&FAԀKnKA@ EO$Qe|&"P 3nY5@Vv&[N"")[ 9= @0WQ`B4d]ZDNvv&%%IheNfh}Ry\R~&`$d(]jh[PjUWVhGGܚ=9݌D*"dCd D@ H1Bv H(j'E^'aQ$aXyB E|ڼl&֧cQ+5L\—j [p\X% p@dbp [TZ+abLd@d&\p:g_J(thaҨόД_u x"ތ.AaQ"K> gMi~xD+'+٣ @NɈV%`@AzirDStBPӀ8f8g ehu'aDLN@ĥr'0d~h}Q 9DNd~š☫>!ҭP؀8T nj,ETxY<+6R~J]Ly'&=Iij B0ҕx2 eBjza!: T3X~4!fj$ۚA9NŖ˞Q vB5ɂ[P`pu @ *`#PŵZ"K Y\ @.Q奥B!awޫFq2rvzďEΤ*B8Z:E9mRHuj̥PU-vt XGXB\df9eyfDL,KcA[&kQp^-f½櫽^ KZjb'ʀh9F l8ꪪVoz2/VA!"ƈǗߚ4]t TA\4$.IC2d [Jd` ^ϥNث `+^C0hUʱkh~0 q.qN-ڕ  A!8-$o , %g2I0ZB腅 `*Gl=J7v\BL@D a4_\o X:'s*+g1zGL8!#-c!$K%%-FE@@((S!9[4=VJU.<qp0&EӫB-@dE06+pH4Jss3_2~#ƞ."%'=- s@X$D{`K$EAr#E@04,Y_ F4tJ5]Ϯ^^m6p ݨ3 IH$;mP78sd>G,DC5B 0VYDDUJˈW0 0׍'kSO[a:|.Tӊ5]6sow*\0frk!L(B-LL >cdzN,FMr\6yK2Scw@R, $iWTNv@Jc1*^66džq& H2L8tM$vL1/w?vww=C5EIf# uGx@6l ,I頶 DmG܁'8Jv 88l@G73^hJtKAj4Ap}­&{D<uw7E?ָd%\,Eu"R]&W K0R-춤+fg9v]|8E t7ALwFѓ:0cptyWoH37~JgWf #t K/כ|(1hcc^Đ!BHdLBΠ3yc&9P6G.4yRɅ|qçO6Cj¦L3xQF @(aRѣ:6u4BV-auhV[*X3N&3itYeByM6lep`L!XX'd)Was !>76`†?̼Tj5j`\ȑ&,MoX}TNa2h&3/"SUFGj;WK](ƌgk%=Hʒ%_-TGQo7_=L2Í22;6 N|p$$5#A.#,L&"F"bĦfR%" NI&$D ;"M=U`31Kѽ Y~UzW KõK[q9 A_5igŅJw)Uk:(" QXn磰G`#q lb])Lp,YK@Bq^>"PO;JQ@(|(Zik֐]Z(HItL|auSzaS:PXR9 p3گZsɡc!<,FO)?fC`EQ (MIGRb $&yJ _1N2%Te!Vّ#uUeHHc,l3W6Iac 7@asg9dK(8 nJ%$,#S6v%>4C&1Oj(}aRC,-F~0DR,O>(r2Dy*avo@,xAYtSN9lAt1Lbmv(f -*|vdw7{ڪC u <X1B|ebz)҂j:T4Ue.NiА1^BVݴ-Pa g@WDT@YX"GԻ.,g,i%(}6Kѭ c'(gz՜J $Ɔ?u RG:RWr NhW?=}ݨ PP]` 8B[ o{VrD(D/5NLQjlcǸur Y" " SOeKBt%4! k_@t!(P9 p![qSX6E5"ثըF y/'uX ɔL<$e/E X.l!LQޒ^< ~U:bRW?<wuQS`!NË3ۧиL4x#Ҫ= "3b5ALOvouYBb4dur{yqˆغMXh2M=^>G6oir@3~0@N mRK>jUc !*m~`䉰B AOB-3% ^Fj90Sl_2Au@DP3gda ;A y}`>,6Ј!PU&pgc0(< 5AxК1hr<( M'd(S N <\nxnʋ9xpl܃M?kd \f7[~8ôag\4lˆ;ѱ$Uy*y<5xBд,{ 5MMm2 lQt.~ =#>MG8Nyc2/}l xP: e~û N 7np=zm?yFZ2o惰y< XՐʕL < 8j!V*hmnl:h/F-N%.qv  lG àj \qð˖ na ÎN|d)&` ((0ȠLo.B bKdnP$п" ab( * 8öƒ, .~GnƮ.uzG! )LB $bİP㯼tfO%؏moiӯqQe;lcN z`  H ϰX;l\{?1HnFp˘:zal4O `'A%FE + XL\-X ,QEbG*n͡6anNj  Qۢ 8P*`=)K<'.A#Q+Qr!1#§ Z`!Paʠ !-JV&L~"sP" [g ,)+G$m$=2%$&MeA(s2'`' ґ3G3'( 48@Ä)q (G+1skmւ$z  @(!(L@ J>y( A0í1sZ:#0QR1Q1k&b*S&di 3)3*@@pNl>Ä)) @HF 737O Iv9<`!b@9 Oݪ6$ |J vh#$.2Q==q'S*Ӝ jJ3@e33ߦƴn< ?B{ICTN54:@VqUW*k Ѐ+xsNXSSB8@S0-s2gn b:!5#($ X}0]3ACCSw/EC]s>cʶ~d̑UO*q@V 嘫Va@4. c5X5S~d):.@ @:ϥ": "[!/3"tNc=g\16^TiM$0,l0.!(:K@4srgǖK˖@% A^l HC76chT>6 N'o= ZP6 A:i1(3fM"h.2Kr6RpXM^Wr ^\-Uos{Ij  `1( 4akc30'@!hbLNv!6n5TP1eGo[ 97q4L2/uH;c% x7|]u>i2J,ՙ'uQ*E3UuES,hȖzn6cW|RŲYM! `P%a!$a$rw/s_0sK؄{Ss2>7lBY3Ѫ&նUW4(*~*^̼^`@16n؄YO3Z!B$z/d(FqGAXg{ 7/u2V,tՏCsMm׃h1'(v1!pF7dj#Y5)ْ:X MbI#p4VYRJ8c|873ݓR ׏DZ x\%r+w797lN>9B-12XW9gW hiyy|hyuo7}9olSǑF zvj+xsY!YcT#YMpH 3::FboV76xMrە1홞t+r+t]tkɱaĊڨ $3Ԁ'Z:Mnӕ:o?Y By)Z.3fY&cI۵v^K8ܤvaUU?h=awg㖒ڰ77#-pOBa\ZPj: /u1CݘQmC5÷^`P7گ.BhFW1I8"@E@ a7O;˶{O{ҍm:BKy۽OÓN"yfPy\!袌9\NTk1j+7w o;vy!%Yr[g<-|`tgb&`bȅ۪9v$R@Ua(99]X˜iؖm%f"U> ]@%N>^/ TD@z j֟3X ҉^{sh3th9G>KrRƆ]p@ ~N7;w^;uB^->Ӿ1%GWe!:OOxڒ 8{'<="x'E07Z?cxHQ'*Sq?u!~=={ٗC^'zM>!" ^Hp!„:l"C!&R0EA"q4d.LZ|`AeڄRɝ< 4П4s^sA$@@TQHiԭ. 5SZ2=[gC-=|2FeAW+2(&ۗ+kɲ%Eu<4d*63֭V3%vySH97UjAZj3--^Ë$aߓ)N񣊑]'[^Q[vgc5yS tM-t[P%wA_~@.1fB8t`]!QqwS! UUQI%U މ-yh|. dVhDB_qd#@2I*'Jib:X}5B]eN IryqcyޡbW^kdaIHMDLp8ʁ UXe u؆FyӂEY\ ]}>Mlz!(b腕Ziqf9Af[Q('i1X&DQO; ,ڕ*.AuՖ0I{fWaz椱IH_lwkӬ6e 9^vb+8$Z{mWjo|lBxc\DZ}ޚnkE&|!{Y;z? bUz%y1'|S9rb>QD0Q ւ6$ȴnl=[u)Gz-SyX80ڙ <hj2r@iU4Hct A>$&nMYKFz/2 !ny6L_wwvbdvIiC&QC)]ԶrT xPCN8rGj~c}m͙5Ul-Eݎ+dPҗVkysV5߼]+6 laL+M+ ůwy7>*)| Lط2f)Q&wh,f>'7ҙPRzZ0V8](h7 nL[ꗈ]k"e&Hm$aЖBŅ^&b89ZvCU3ȿmh⽤t# s oE!c.yc2 GGq2ӌmlYEE~M%n&$ CyT!!:1醴M2HJri#Z0xIpiLG-Zg笘SI'9NC1H[iEBIctJWU$yMТuIn4@BB!1,Zx+HaĚ ؜ˠS^D=ǎ$[gWGyN)?+ @d0H @":7r[4&E):A| h%[V6Ѕg|ГeU>@zU/tO3#JPơRRNӴ1Eg2GG}J4!D {&*_%SЁi$gCՊH *fRK$z"8G>oyAMh"ĆRJΎ]LkX)`o'5ɖ1y_6ݤ9){'qEm5:aw[>ۼg˫l/w?)QeѴpr!q-8ΞZ{^"ҫ*'80:f+=y$%/Ӯ:WjXUQbxa٦yW`|Wnhfh=JXe6x'0l1BpSE,QUJU]egVgP'4yFnP厞x򘉝DRBtƨ0!4H~p(zkVGYwqSt^AAEGH NxD높 6&2EofE\X%8%; c?P|ZkZ9!#:h0y^dGQiTXƓo[Z3&HTs YI]1%),W}|&&}4#y?חrkn$}'^z,0[$#k)!i%=Vً:^[z)Rh;vbw\Cu-/٩ #ޙ)IBT-2xn] E59?YB2#Y&i!Il1 0JJ J ׹iI}D ZBe#Bs .D9rn1H9X 0*JP8J@ :>;y١!P8O﷎ay\-T7 Z d:gz  *iCkQE.RzIQzI ڧ*O:vEvG9d Pz ڠ / X%$QJ}`z (G7`.j6:*Z(ʣ*z2VsoD ڧP ~:*f3hr>J:B /14jΚ s.񥱊:ڭ *Z_)8 j*Dzgz'WZ&{_ zJ.!kJjR*:e*s=.Q Nhٚ `..!4}0( ^ɪNIh.զ۾=䦎ݠlq.(@w`#Pۙ#͎an\@g 9v}Znϡ>?l1T ݾ۸KwN .͓4{*PC+ .-ף(OO޻.:h} knϜҲyg>^ εE/+.NNRۊ:Who.ߘX%ZWeo]bNb`^Ϭ =ԙ=ow0oO?}_^%o:-0_g_nr~nL _-Ш͆?`ʙ= CDzU ggg^ﴱ|ȴ\Ƶ ~I)Ow@wMa,Ba`*a6n.b`0nǎAShdE3jp /a|9f̙9uhD8m #JRqG.%JnӅ@I:`*F+BWaŎ"׆ # őq9r FlFQU7J_o޴0L#tڸǏ"&K1&xΩ:*2و@AK#(!RS*jM4.*qI&j>1 Lrd)' !,"G7- 򦐠0H8 )$LJE -Sj(QDQ˗*cz8KM+cqĞ@)9S,d).HJ$FhaŠY4xWd2h0hѾVW];z\,GrQ 2 qС<5Bh!;GB("<}ذ#C0ig34(Q㈜C'Aub(xA!?x€/SC4I61r2eS/QVBӦ{Ğ85ÂVW[`^[6BvGqrT<9 rp'\">s #%`!L/(cܠ@p+1 !:1NtH\ ylDdʂ=]ju:)yjT3ULK (^&5.&`ғ1$OfCt T7=0T#=h/&biq:;~(rq@WbG5KR #A2xLbfPHEA2(Rr ڡab `.'3ܘؐ a-\:aL4ؕ" KB1v65 %xaTYS͛XTT'\4BFyQ&c:W}h@  {y+|daj#w!F:R `Q'"7/Ro4T5[-eAfT񎗒0<(E(5G nJxI5Q؝,E%1٢WMT"`RYBD; G|rz"?+(ЁT :A% 9Dt6dO:2}CT~rX`%l`ũ%BrdiQ $,a*ɢpc,u&SC^Z O@.JSe ꫬE1/58Fb'PȟP{r,m "@(90 &`5`Cb86H0zЇbrlCc#:Z{3 b{'{! XWYfq)ǰ1cjyg2UQhE)^wGǣ,v{,mkT,+tduC 3O tp #yÖ@,8#B4i=) Q'h*Em 7^fa;s C<[K \zM;i2k.;Xh- )k=7xcƀQ*%y;M蠂(x~"CHBDg"iY/SG! x1O~TT7wST?j7]g⮔F,\- 5qwW p6f$f9GAGz<:ށ( 2)'CfU8&bL0Q@lG]N(#Rb T-=JE#{bז72BsaweWV^Zs^FmsHpN`zh%0q732rAn5a.9odP8hEBN)oB:FLbu ivQ7x('jPj~W9)G^4 Vy3=:l= MsWs6 Gm_G[S!E6hmdqc.g3P&C`5|=0xos"%vr8YCAu) @}cDa" "(3qD;a2V'S4AFF=KgheOZv^>ehE׀E,h$  .pR5ICp%v8XB*pR QRi4@@i S nЊwG_;G(׋GG([Ea~IQdɈ;wWtx4_"g!^m,g(P݀XP`W)vVH=0[gYh:0t`@$1 sGC3*L)a@`PpG3^ԙX]`u@e"+ :VF ere'sD"_R#? m7= ՛s2xf|U'R(Ж[nPDBDbs0N/rkBZ-`u0ܷ'FwqLDӤ2FYeqZaJGXMǘ}jd" I],:Wd٧Z>暯I+C!B&z0_* S|agi9>psp:5|K}n4%8A 6q?H `Qؑ2zb+ӭj:Ѧ *Zm~vjU6a ק3I b@ '@*&XsJ[U 5 t=h {z6H6*v88@=j9N0sl@l8Y`}J[9o:K8GjR 0s9Zu(.'RTKFh1ܚ]}Jk`Цd rx6A3/)te@ iP]`J w+IU#^LCs556E'j@S0%q 8s%gʹP:lв:0$9*P)[[0J0pZTR0R cEIjkaP a{ػa{J@;dۥ}~z:JEqE0 k e@x[` ApJ {3 ?FT,;, PS6t8YBJwVyP>1,8*4ç\ jK@ɫѺ'`/ER_pXY~p\] Zª59l7o,Uh@h5}cJB0H`QİȴTdT0 Y,b9c9 \xQklKk]ץt+Ȃz@ip  Pb@l vPlL#^,+p5+FH(mՖ@NJoMУ7<M|6Np 3i0q؜Ҫ'y2лE/R,rr]vx z-tQ  1 ` }}ώ]π~ ^=;Sd԰l tK ـ"}^'}Fd,/ Ӗ^HnjHoq,rJ\|x}v5püB8P1o NͲ_CK0y[qR12֋ G#]-4Xn {:-y]؅}G]ٙ}*s@ ` @pڔ@ !kbEG^<3F# PS"O M,(R  ݿ1`l:ݘS[=e3Qa=p'񽑉TpyP->]-n@TGn=>$n ` ߠ -!= `P[\5FK`z_Z:s&PO5oN3 ށ`R:@9Q.JgBD q2a0bK`wV`o菞"@ 2/ 3 z` l +^pkxiP(l>%b!f>P`'mVy052orι^Ce^2Wfn\Z::xiۛT+cEM1{s|0ߌ߁-wpooao _ndȒo @dw]@*bD]pV0<_ g01QPA%>~ؿ Lp%BJV9s*𖺸|ԋ0*:P9$[Z``SТ@h0@{ISbE0_ ӱLǎ_|8S|Y%ʒ%Qd(>pىOX`#<2$T/&O 4.idFi$F5yEWĉAXCfE$,,RQE2hk2H)SZ bQǻH\sc1KғT srbEVV0LX9mw<8`L(pEraLkPEt#E9P$:7"uA!89"B#x?(B@#tB=4" S{Լdii]@^XskmR믙A+ h=E2e%őS Gh=Wvk \"7$< x V`a P->^N6n;"@P`!TN6  嘩TƹMwf=QAH$;)k?)KhigFA||#?lцvmI6FRx 2 "0p?"L"!^IB`EE8(T,'Ѐ ЇFaMyp!7(A51G:CC0 w"@6ֲbR  HUyrӑ獄$TN*e c%OZD#XYo|{?7^ P P3Hq?9$P ÌF$FHC$>/"%f`}TPlL'' xM\&2)@90n `"f́y3p[@ .P-n=b8|E :{|c G<ڑ|w" zP±idiR"  Ǣ"b$"vda`9 0dJ=jDy_¸Npq\@ˁ) "90@@SpL68StMlxC '@*9ә` Z+S3eePeZHB>h@8Ub,IC`21/L\a,& @J?.R"F_Ma#I6)!/QiNP-pp8b2 * `P'(Up:D'J(ЁEng^|gLe@O|.{ރ?kP&VNYѡ̦m0`J ڎa a# 8ĠavzH KbJģA exQg AIrh@PP!< C  E Bph|Ї+< T?d5"~C ' , a@B0EP{ f0 P_zicAJH? &%AlGQ.ʠ)%Z< P /XºdWAhxA `HHVPHE  W tl:H GxjAh`>D*N5c/бAPp\Wx~κzc< i5Әf,:i~zV%_VjS0d0ֱVFZ~)f@ct$UF`+ .z(W ✕\%.=~J>Ƞv8j8@@ $lԁH$k@Tv蝅T2C11 "@>7r 4ažc~႞z~-s]9W e H7_A(FBа2x$@检!NSo <=Dp!@C/Pe E6xEX"X ' 3%@<,ʙ8㼹x=2:[3=4S=ĺA؛cAZB??8_9OКQ`( hhG 1{VX'=ʺ[ u0(?uy +89ā? ؈8H<{ȁFFp$䒃r@-$"H,p%=Ɍ˼幸{聞HDL{#ܻ0K9QVLZY;RX!%(8 1[-~Qp,0B2(= ( 2U(BЁ_:;9x*!h;DCp#ڂK@037X4p 8;-r48!HA[/Z͓+R8A\|@ł#[ZlDŧ)A^43! 5h٠pO`&'h8*L:+iӈ Xr̂_)82% GG(/s12:BQhah-`>7;C8꺮 AL-:p ;Դ74!j9,T!!ExI4O FNTNNN^AAr$k Qe fZ4x0GH(`Ɂ|yKO#ˤt '%=@Gp=x")DxlQ$k|16dLzȃj>8gr.ۂF @H7Dz 84Q!lI䑈TH84NT0:x ;E<$. 0-E]ARh,g >U p9&(:P>m-Ah鋜 O)5$=hHL$8CI%0G s̥!(8j8<C;x@ȮH)xKP,6M#Y#ԙOЙ%&-NNZa)UAO9|R|sEWs-uM9(N]$J\5eSc )S(3((AS>3 4—z9pd)*0`IG 0؃HGh2Tl 2XPu;(@`p*(R>7si+H>ȃI4Eت!uM1$N%G+>ŚRpz%Jȿ88xP;S{ˀ:L݂+p+hc IH8<""`ɜziVÃGS7`u<ڧMklNzr[w̾[eYN`[@-+1/2X$!L(:`d"1 %'C:|:B᱉&@ ` H =&EE^+7Ȇɀ{ˀ?]}8 V6ɍ,M.DMlx"'ݪmIPa9v_UvﱣqJ;W-`[]f1`>`G ecs/A(2@x48Bc7b78$J!\f}70p]~5x8(Þ|ރmVu4,:eH.mݣtΜdce 8[V&gh>FۏQE.߳45Pl|1R A3Pm%)g #3#X%mnivj^_8aVG_檒1(Ȃ6KS@? D.*pK0HU"=# m^ ǞȆBaYt D٦f~mמٮmdCA1>l(ؖ'ӡM !HTKn=^j48lF!9s^ofͧ@V,`ӡpCu?PQ0@&>bq ;HLfIxl a9EWF~HfsQUmh!7 v>Ѹ# f>05-L500X:"HsF^w;w^mj|@Y4X9f+N!ȁIOe|;x"g!+(*7 )*|S7}*8&uSGA(]>q  m]']`Ef^bc?ah6rfr(8r 83#(:@nL(Dȧ9.5`r1 ғ 7_ۼͥUĮYw,s4X V?7ɁmpdDhLwuM0s<!8MH9r)Z͜9IȌ!n9"C0f̨hN>|i(lqsHQF>@YE*Q SլXȐX`'Q"E5J\7|ʕgn7o޽ư‡Cl^>o|cN&.4I cԨHP(HL9S'F .yَ4:]qE p 1b/i p62 ęraݎ2 B$ːQ$͑*/D 3T 5D !HVTYe!TR` t!Zl)treV^%v!XyQ&eo ".4Fp jRDAk1x a &to1Qrb\}rGou4St}%tu."G[dUR{$0|8XJ0pD@]! y4P:Hf]wotXc=昍=ݨ#l`lrg  /p ?h!Di՛^!O?%2(En[iV#_.u^Y u7K5jB$ H u \J5,Py%Q3WG8P$Bǧv5V9+6vdͬ=m |_D*$uDR#~pF   @hD TD1E}wȠxPj hF)NlHd&i~V!~/ 0J";5JE~THȆZ눿Y" w:D]6mmiGb Gb \WP`x 9@j0X  |ͻ,d̘\j,4(8 P$AXZS6Z ?xD-IJFD $q=]I%@dLAVˮD"R+D)J@p_¢@$!9y"M@^Nx@6J?eZ[˽ ptU\ *@8 fa6A&v_xDݕDʼfD ר I0%B`#fQf@|T(f5Jhm&#fEܙWƞ#%БX7,'s2s:[R LLquR\B E)faAQGgŧApQFǼ 5Q O聾@!nfliR))ilrTUar#'ދ&$:,¢`Lh/mΦVoX\jߚ}oυ/ 'ᖊA <9.' u v ؀VPJT @ُAddQeJfNQ\p4[5Y( '1mΦĞj/X#Μ^Ϲ ߰KeA!8"\TPnT] l@ZN\v9S]S!zQU~ lq $ö!1΀q|.6_O [h'G -m |R R Sk#A$^=3&o ;Z\)O']At , @4 lAL꩎Aڤ L"M T\Ò 0ee55-1 6+77[ csF S{ĞKQ; W#ΜʳF2Fuύ!?uXDĞZ5 L[5ā8AU[3ɝcsNjPEGhE44OÀ pif1 4f59Qolj2 y h#lAr6%vWAx iBt Z\$7$Afz R;fIϮV]@cop4 +NKNg{wpNc|k6KU8wi_j ;h3Ci!^dDNEp)Iqx TdVJ!B-0H_ؐdtw 8ApAc?ZVh{4Mo}K679/9}Phwۖ6wWx6O6;N7C96{tM_P?/2e6QP%k%==9nE6&ӎOjMZ0Ÿ H(C (79z !N:SzP(69AqN5t7{7fgl8zO6Nw/u{A!HA,GAۣVVR:LE'{r( Z+#ΠGW |;K0Kvw Kf?20hƌCșI)_D%XBEPԶhq(T覍%O^21O!<}y"ٍu-JDȓgC3~8ƌ!fϦ*#Qp> 諆[0![ Bkl4lC =2jg͇!bں-7#Ȉ ?|{c/8\1.3jzNtJ򆘫*0CAJ7܃O3 .:R K/7KkJh1$M4+lC:)lLR6B )pBBÑq%Z*UH:H#T% i'm%泒-T/GҌ0/m֭g09c.,Rl? /\ ]\MBHcC4xQ%fA<}0(6BV<֕xcdAd~/٧yJ ͜bclEl^?M O.4餙^CpteTKAqz::+'_r8Z 2XjOxҺJ' ~ 0;?Op1#uaT:ŎvrP4 ԡM׺ N#)68<7 O*kT"@0ӣ {68ApEX8g(q,' f!"q(4 4s PS%5/R V 8E pԇ "cGu\beP i VHj=?"X'azx ?!_0I>0/)`0Faѕ"IEɨ1V RABL=$WB=ʅO=.V aޠ3dO%M0ToÖlV-6 /,[J(F]!X.M 1Eb4]nGE—0B :<@̎!iB)l:&!`fYP2c!<;s-/sJb=WL a_Pvkg.̔ˬݷZS/7!B0# 0eb/4@|aP<4.j0DBbӗB*>jWLV,zaO7EUzԖ@2/l + 괴UMJ(] MX?a=]KU  .>&  ʊuw{Fe"b['rq[*qpeFM^C#GQx3# @N"+8&B998BRH ιgl2'k 3ꤼ Swmg9q9Db]A2icL(H][!1I-A(8 tlfnGoe;,N36ech~:` p[nAt,~tw(+]Ԫ@_ZXlQ'>[*uWU8 /[ Δ BAC ,5L FGs66݅m ]8o2(wǪ*ƛi}It޷"`_J+ gB z]R*? :9 tyZRӝ~պD OY^茥l* OxJ{Q+=K'}=_]T?g@ :l(E |Md\@؎t!Oޏu@J@V/\/\Zd{'R0>~j x@2k Ʀ䜯oFo~PHR(h > j/`v7 PX` $Ϊpu6K( "@ 0R0Lxďtb`J0Zgx| u:ua ElL$#0. XΊ E -7o\K(m O `x쐍"80 lj>a ", ( " vز>qA.DqiPQа @",,PpuQN~rĀ8 O! XM K *6bM" #lK01"6ר  @e1}  ! (q ^K , FO"1(BD,j;#cm @F aR  ?Aq@&Y''90 vR]h ,` (ad )o.Ҙ6h0+ e"!,KLG РX *' #Φ$n 4 q q@ΈO܀3.P J'QA "! `2'a  e@ :x n4+MU552|,w6+-{7Mu89u@/S92 j ;G:K; ZP2dz<(5=Gt* !?s?OS?95 S4j@j@}iwSVj/ Juq-T\` tC=t֏uH4HNMTNSs;S`Z@P@F2)L!GstG/|>RHa?NITI I% 479t>%JN/'tC!MLCMNM4NI5ڂ<Z T  QqMt5H 2U\4'r+M;DR3az T;2%F6%_'!Lau`gMv d `  iD:FtW/b/D5X=MX< d   UZpXrL[[IcU\H)g9c]]KT ^wRRM9t g z`Rk 6_pu>@]-m3cDOgB X,3@vX=Z TPM1q#p?)Tޔgw\VzuN)mh iЀz^),_6 a "Uk v` xl %]'DVm6̶Ds2"&nMy9!;5D0X(#z^[qu}yV}KT]2]ۗr03J<Ē6iEw욠k T k7vx$8 &*Wׂ1VxwU6CX`Tz3L)aXv)6[}#5W\!qWÕx-wcٗW4S=c, @x^.SRAIJIjue6"B6`4W+:XG/c! w?+Un3ネ5 kLXA $!sHGg׍ug1q!o5~s[S2R V "6t"7YkYɮa~٘c#gS',d@<'S ل _.+7\5ْy/]?ٓ8Q"a@ AauSYixxmi{%`"QyR&D++ڢX{inEXcF#! $Q!!Hcژހ+yXYysXwW;rS@n xEwײ% X 8Რ#la0F0vD/ڬ;:چ5XaYaҀ UZX|ezhz+Y;ӹYxyrCNdMB `Q9iUYYr g@OP-Zqzg;?" H$ah%\H#A:mZy9lw_/8'Wwi"]vmYwi։@ `XCmc)yon_XT N:R ,X Hwڜ1ibyb1zW:]9<XCA۳} !B6nOsGܘɕyܭXPmKލGmӃU2<站 }M>ٷwsEOdK gj۵-= +}mNudAPFsPp@?ɇW~ +c|h rEE?;_ٺGVdadE}ԁ[pۿճ[Ş?|I}_~]W" B\(0D렉zh\j$O.1f:aD,raQII&yϱ4W/sCfQKi Sqa';wzHBݛ6ԟn._Yl*-/W.(~u3M?ؚ2g QU@ `BTl,Z1iwqFwYQh븜a9UhMZ̮斦n˚s>2L7f{gђɲe$ -?U=c_ul)bɫ[薱 D? Bظw?g[] G\w|ڵn ' t9ix;[F88w 0۰XQ13o" 2Tv,tsGZ 9 N-tC/o#cVc5XURFY^ok2-Y]9K~~Wܖ&q նl-_kҴȂ-_PLy޺<~ \//sS]V} 5s_ ۟Emi&Vf&r@Ij@ţ5>rqnEډMǰhՉ{"tĦyg87yKPDjԢJlϨ[n=24WͪVy[ 6}$t1L"$_G!g8ۆ gIEEAc$YI5Mw{4g'Fʫ=æ n9W2ڄ篠Ťq<7͜*E=F'm/G4>2ch,+2^uSic%r[@u~T{g:Q5E|Vs~v@F0*rc0h@ l؆k~EXLCx~CoHzJ!(m7D|Ǘ!j+h;a!{rrxgf*R!EUGD8WXlx hO\s!Y3G邋]&4Jx؋,x,"ghq2``Ei"tX{h{Hg@%ONX:mK>u|WWW4&X\n\( ꨎ(R'nGi))u^voto7*Y5"s` ]Xiz8"nՆ~zƏ(I~rhwXŕ6!y>.$HjTe*"zcj9ֈƈ{Hucpfk&მnkuhVXxdU"4p'hrJ@$O6MR9HI!qƨkf(Hyq8d\RX v=EٍQI4n)EI% 6+hxYifSiVvoIȐ isu!sv?rgsًBi1Xyx+h3I7fPn6p䩒plTGHؘI򕡾ԁh bal/ X`Qۉ3蝝@&*~oyi_p4zs "Xȋs,وay SzQhq)vӉz{F^iZ'|-XVO?5&7H&zYZڥ㈦&wqy3I,%YX=z9i7] U'eyq sWQbRxFلtɥʋFB^i:RuX*I۶JW[uiWTCȓs5ow_۟tɎ9>Fyd?Xzrsq;%gdŘǧڪuc5b WH/8Kz[4 E'WtX&I^mv`fWrhAÈ;DَnyJN7KlX*|s[Wi t+ 9] 6]]ele<6#kl|9F+[LڝTuI L,ŶÉHa>`a ɓlɗc|ƛǜYKG{ٗ䔩~裈L@< PLl` :Nъm=۩=-{7SO亭=軍#PN=nlXƟ<] a~Vcd>>lM9]=hE-!Յ}^IN>J~=QUiߗN]Mn^vm]lѿ>r.پ؎|ͮɏe|F{v GιnmxL%Q-ԃm=-.~1_PW~k+ /]lg:Tn ~ENd0ރn,댮Toڼ Ok[̮@q+M2NRT͙ ~Ns }(?>h_k_՛=ߒx9<92}oL/ժoolh?h /`?ɝUF5onnۿOlqa D 7܂=lP)`;n8QD#r",)S̙}@ać#|P%BRM2!DF0U PXʐ'K}R-L*ݪ4iR\f#}x>CAu#ɏ'C. ,]#]V̛9wD3(R>{ꅪN`kVR0ǑKn.9[q; ['WÈ2d|ֲ-,F.\F/G Ԕʯ׆6rC7x d9f oّmk UDӺ{4ĭ2h!$j#( O-.ѲIJ?$ȦBٲsRͦ"lABkF˜KpLhUWM5XaǛl 8/Na#F_Z.t½FpvRtE}*ږɼko6mB[+TG+%(Qm:Wi}UV{věJՠs("\ ̳]ED/vo򾤮)JiB"AAeK4@swS+VׄpLІgwyZӶ3hNqaE,/e>gVb&ɧL`tэ;~t)۴O僭t8͐p-k&xEP^YuK99 K;F'pw=3y@!,"4 C(!0SL8% / Y40KJN"9e%˗^x9sfĚi)'ʼncZ$b*[*ETIU)UUV+Vqd KlرhŊ%vprࠁAZ<0޴fkÎiˑ#9f̐1#G2JPsP02 sN#!BȨO+=P=~rJJD)SQ'LEU* p eYj%^oy vs[P@Ձ.=\iy5  q(' AGf]H|C&nG;IK)TwBPDF5e+REnF, & D 0+fu4Q;_q-,J ><\ʁjMPgy5 2xhs@AЈ- 'J Bn NSa B%RC!@%MqGtfʊ˖=P]47 yyb8 rz"\7+[Si  ClF !9J0yCa2b*z-8;pQ4/X%s )v,%bih¡9Lbe1}j8' .T bY3Qq52{k׊OHhru ` XD=eW% Cy) F%@6\p¦K8ZC'٤aQZZB"QتmAVdDlheiJ*hZ.KXW..>Hѻ,R 0ЃvłX4sĶDZypCdEv21|1'J(Ip.a]e B(CB ['+nR KKԓĒVKHyBًؔ U @'p%+d@#Z%gt  D5 CaZko}8=yyC,of&Lcʤ@!p ݂9sf!0 u40zzM5/,zakN!*frLdTր1竔fk_Vh̋v*ZמuEonԈ!XRyjpeMA6, 2ElAMBh1 ?(.pc.A q)1f<;عZp/\z7NJrVUE?_yIZ<ƵU2 siC&>YLG_rg)i5mA 0@#A3D7ᇶ < K4#ç|_NvqR:@&t*4U8WeF*"UD6+&l2][3,^F8sP?tev@@cmHZ{TRU{ZomspH Wn ַoo}Sq7cF Pwv)Lb#CWS`'G:[gF J3rW\["?=hUͳ xdH4+B>6p%>,=gyDc5P|`tcIua|1I/CQm@gXv_YNpJ mRkDŽsK0ZA~<&xT+&bGx;q3 wVgU Z"PlM"beFV*r1bsba>`pB7tGjƊt*  TeFA69XN PPXY`N@x̑0-up)Y"|ҋ vb6ٌgcHY"DF DEVdbk kPeipi;_@ Nbͅ]I"Ds*4lIG畁wcyt/YtXXnn#?D0@QVXh.6(`08F#YС!#Z}bM'?14'ʌEQ6T F@ e j̹p0B* 9M~("(fdĒ @eXw*`PWn qrT{:HIsp'9P$l$p b֗qvrG"*'/a2iEq1XxqE6?@Jb0` beA  pUc g>hi6#6=sp{'EO)EXuґ(QR@ooA(9a[Ѱ''JCS'LT_@[);[STh +:I'${VA@Z7;a@ ʠ P7d JGB4胥Qx9s4>ZePP`,Vk@[-g| *}=`t@([S0:px+1~V'+aP T@g@gP aPkl{}gKq)H< 0*Ik` @ в/i P^ d0ij* 2y6»>g샼sp/ ؚ iN{:BMQBg[g5:Q~A}i Z :d:!*w#z+~~ɕ|ɒLɚɛ|ɞllx\ʜʚ{EĤ'3-Sù 4Lk Jpq@dBB:NJ@+t]؎kVWdz`gUVf}{rn'[%n80QTCQ("'a K|B$1 [;c;ы]:=9`ҐҔlɟ,2cIIb > 3 @ 0 ,LP̈PJ+r W+Of϶Ȇ^6 ԧ[PqVs5(iDYZ`u05'aty"|~ DjKF'grٚٛ-M@٥r}@}ڪ,l[`҃' ;=?}k^0i KԿkPUkV,\ VSW t}blkma88RIh@D >@Х\a]&a$-l3#. ^Xnl6&n4㦽yǶrP@ ̔ȝܿ@`P,< O51U{E,pK,p \Ysl腽r/q͊f<)}Z8էhBAǚx˒(MKd+|pV0#⢞ꪞw.>,n{!$D P 9jG俠I` ʐ Q=73A̓XdȔJ-u!y1GO5\sӋ{ΆC@<_ 1u<w|AsxM'JYh"r[24]1R~XP&_&N)&Xly5-ꡮAӿI8L a j  n3`Iשy&;9Z|hOOn?(Pq%:r`r@Y*ɊP( n&o|^z[Bh[P>0.j'!:+w^K^p |#_#/"%^&)^;/)M G~=ĿJ i@ @ 0S|WNq H 0hi`ݡK( npr.%mFұ(N ¦'z(bM@hpఅ`A9QD5Y-P4fC)f0_riK_2%(IFid-)JTjU>Y򹚈;|l%'٬gբ;n;6]9r1JTQ,Fa1d֔!Ƌ2ZI"$d~!Iϡ!]ڈXV-._H!G,1 WT8P@iǎFNp  @C}q5n!ငZhܸ $Xff͛x&i(¨©( )dFpC"몲Bܪ.J$ѮRDGJ!-cF{R /I1 C FC"4X)m5Ts4L+JVR8O@8N@T"+ E`>tX(=E; x>%HύB#%'H ?{'MBjThB,иdUVW iDVY/5C5W W^RdEISQ2 hI(u$GÜ I2b(O3bqOSMT<7R N^|%98,a<`!$"P=\P d @Ђ8!DТ7U؉&Px@=xL5f)X*g:U 4DV^Kpi uVVZE.!X4(.,%URavFReKOX $IrH%( \pTv5sl7|Q$^eWHxdX8 TP9xᅘr!:A%!>8bآ PaP6 tpؿ@m;xN&"KDU諗^I?kv?GKZU/½`@0u& s˖R4Յ(/^ 0#) r˗FqBOLK+X(?! kD?Al j;F" ́";o*8A*@;hB㪈9#IR"ZaE"h8V‘|(2g/۹XHMr'T!/,/L(d q*-2 YЈ@!%P/}*`؞(%l x$)C0C6@&pq9!qvfhLV7JA TA'G?Jw]^Ǫ}󯁽g`;?T=׾ÍMe3iXQsKH)A04QR50Z)$$$tYC\m%ԲRK+A\4d CH`8lC dC,4:80!q yx"% u\ 24 t&W*"hB_O`:X3b54ےIҗрme" z[H'JZx"5*(]0LRlP bG$?JUܴ`At׃* Al@:}ht: !0Hu Xp H1M BP+:p K+9?Vt = DΓ,7`Vҗc?W2xh Ҍ|R_&HT` XB)"h` Y0ib֬-'efpdx @wY XpX:ا `:؆ 8` H@^=` |ʈz8e" 8Nf JBF&U8 5KҘ7X=h†#d/$ `գ`Z`D)j*p-x[QwIp1]\*Q)f7A! V!9ȃt؇<ep;@́[*` @bfpπo:G |' J[] zk?YemUogi2gPPik4 V#˞ Z|@_n^h72lh?j;'P_ 98a-h"! @@Oˢ%@~4`8,#ۈ0<#:Ӛ̣@AMDM1NK.(B$D=)YB?xHPAH)5׻zY (V [1#2(0Fi,gE"T-WB;>@;]$6@h訟-:%뒃?'027 )pA|3<8$yB[MJJ˼IDMGaE0INLR0$ G2@*uiB)90&EH0cA PP\[%Pgq =ID !1PWF聖a<xrl6́vɁ{j9-E ˀ!97a:$-(قE 7x>(D 2"2)C[ 0D |M !IyY HɕD۬,A(XPxJA$5) J)8:T %-й3bR j2(=@=ƾA2,m HJFȂ:!@P;8>C`J<@422rEFpgî!Lv02DЄ13(?9B6!:1*SiS#(3'E`>PdQх+&QlMLQ Βڜ DhU#&!AވGP 0_Dq((\2_J`z|A 9Vr3H4 A B,=K G#/CO8e!zS`6<z ZR<;>p_"U֑G5U'&'KI!L+RABXQsH^eGBP[=Ҕ#ʹ@@dD$$RfJV$VV60#Wq583%<C1H5Uәz*S/%N4HAxBG _4MrB &%:H#(R=5qlR!7љ#t+'Y>C2,Ud,Zm2[݃LmH^-1JAP7 iM ZJ^IyZV>ME_ hM&%[7.W3GBuH4( ]yՂHB}O+TBNHHG( 0#!1-q7]"+P'@l!(F`jC*q7 =IJm74L.#Dq .<؃\m0n4@: iDcZԬc#<ּPC)c9Њ?TAh"3?( 80qaAH/:Cx(]* \-#͒+4@Q+*84uc)eRX8YE -98aW=;p[RcT"h.;.ǂP]m"Z-~*Eb0B16c?Bxvc`VV"_9HtVf]M ~fVh =23 h AVZ``?R3Rӈ4r#(HElpFa(ّ̤YYY"^"#j9^CPl(Pf.a78z8H냩]:!E8,>6A14뺞ot>cZNcYk 5[BF_^~#_-@/Wi&r8rik.C(GgC#@!r*]l5lRYo4">ImA7k ߥ[ 3]2popy6>A%(8};񻵂JF+.ƨ^+!i G?r#Wm.{v9m2ˈa( ]ǰUZ>`.d^C7./@^D@yZq7_b^0S~G\Apgx&2s @ AV_3sx_bgtKw#<tdA7xHR#8y * kx-g*x*؁Fo5}/e3㕃qݮr.f vUH[m9H# <.x#+b7;~&53Rn?,*9ooPM*7wF\܀g2QxgxĦxpx>|9;_O73?$ H0X*`7 `ȅ\/jr:_ vC gxr!-?'./vV)G,2U>`;6@dr֙EcGrlX7hQ\h=HL#ȢEAqÆ,"`c2Q"E)BiҤ>1aӍ:uʔSMnbjѡy"gL}#9oI1$͘1TcΣAiH93 %fyvL6 e?9ňiqРELS$f7yj(f1lHѢEe˥}!T6Gjr#f#0K6!qiڎ">/ H  6}pW舐p#=/ *TgLKKޤӨMCTRM}R*R 8MS]Vn<Q2cQGoZ  B&(c2>@CC oqbHLcE%4_g/ՄRKҔ)٧%d%hEY"SJ}`1qoFqGvCA "}\"Xxu YS]HDJE RDH%~SihX,U"TQrzTqਹ.S8a4?tHVQG!6> E#;H2f+#auEH0fddItei+QitAGsYd[4"oi#pn%(p|VzP, /D!e"}i|e2qhjZg!qHQ H i_a2-`'e{:|d62ju1ET 4{w9FG/r#s/h<W΄h42TJ.ipĆPC0g 5кonCf\ hK/ǬjIiF|EUQPA{،3?`A2 ,@[@\6@FD~ď! 9 \0(,A($ paKNq>&MK톐̀YMF(%\p)Oe jHXyn=]XH+нfX(o0R8i;{BE5D|Cͺ,ʡ{$/y-\QM < 8I ssݬ0^Dd/v0?(bi7c fRR΢*i:hkVczUtj3bU _rƔWvf'=3Ŏk!kوNiA.sC#.q-XR/MRV` 8Y=w'j+deĀ̲*M7 PL`! LDtfЄb-+tÈNt\X&.c%4Ze/@C1?,D l tԱv%"Atᡑ( R6`˂hVA&dc雴͸i@p=sNS `3,tmkHMZkDSgc}zvaI*ԸI-SE!B s$' @ˬ6QD=,(Bh%*qYGCZ hn6*ai't2AWu2T |PqpB1UF⚡N+. +v!6ހM^%vL(Wє*o 6rYlcAu+"vbk/n,)ښrmNE/(XB$aތ6]aM2AJ nAKy8B[SV":h> vP䊄ט┍ džXl* >:cdU\Ⱥ=(a=r o_͆|ҟ%2XW0tGL@D:, ;M .]D\9nrsiq0 D,8(D$Tmk\9ѓ]EnVv5lnmw -{aC^ Zmr];;a (`<'A@Oұ;S%5ӣ f@֩}ܰ#z9u^̅o!`5[q t5XζP]Yۥ(T Yxݺ`AeE<@]DQM, d8pg_Li8*WM\QTLQpA \dC ėSHzaI-M`. !\qXyܘr|WDA`؝`YYVOtepRrX^B%qe&*ktD (@d'JKTyGnZRoʨ4H l gLN5&§Nzh>f~-ْ砉\hm>%T*K橞 zq^?Fp@[btj_ R8\_ՃTxA&کP%FViPdV[e!p \؏BhJ:Q@ 4MLj@/ ̀v$O$,~ix),WBLS.ASmKWKn,Y٠m MPdMNsbtZb"| RҦ͊U(+ޫ Z/A!a"PiK┯5+`NT\G@~R膄jziqYѷQ X/-ȵJN{1ǧz\3xxggRܑ!;e&,4r c:Oo ?;XrD}\B*o"r?gkҊC'BTTń䀩L\E*2Ϝ#lK34@43cjpksP2hvQ99O P jAPa՜ϠĽ\ <Oim, /lD5"'}HtBs 霎4_h2/l*x̴ilA!3OO5TPϥr4Tǽ+Iԓ6ͦKB/ qk PjK'l5sustK6aa3,rcAPA)p!d[Otfc9fj M4ܮJ$V.g=Q]ԐuDPl\q@ s0ӧqjso8G7_t5Wv\*l-؍|@vN Semrezu 05}jM4w"(IHN1fq lC.޲䶂Gu{a Qx\汫R3^sx;74O3&wc3rxxg9."xGM@S}\J"DlH ȁ9Qt<{t1E纮5v yuixA$rlz {AId ͑}GK "HAxߕYWymDK4Rv憎U970 FuS7~#{ žAD DhhzK{e"{/vx i0iT@HN D)ld0Hǻ^_JRPL'%pPccG}0z?htd|d#ԁߦɋ<:zQ9^>[HTQt1T|P#̸n{z1wwsz_5 l\tgGjJ T)H4At};;˽7/}RSYR`t#u.Hf"ʭ{64vE~)߻G7=*7Գ3w al"m'ψ>q]€{lJ̥7ΐ³ЖM4hBGC`{"$J"<wTڊ B)3XN84;7;>Jb2=֛ ϮK?뒿",1tl.f $ tРJ"4R{H9p@i̲B-Ŷp3Z!t*g4? !\kW_51=n X*;IBhbN: Zj)²ސ[w- luMG]t)R *~}d-PʦS5ap5-cKbdu[/W׾x00cם|(O?JZ+suAY8򌠕WN.X q-hfv=I 98ހ)!<8TmkI==+DMbWҒ^ Ɠ 1ioD NQBPW{ݳF$.1UCqdE;~`B Бg5؏u+Oc(&r@1w"ALbr ,ep`A@EA TJlL 7È0A` XHsy|B" "tPIP!9'.,axw@Z)0K^۶%LVG!8 ~[5SG &mA%Fj}:IYa>UI=AJy yƤew bScIȸl5>`VG fB1l ap EUD l%BI<>FOٞ߶bhD7 ;t$cDWJ_^J3} 2& PcJ+V0/ D".L(,A(8 t@AshE^i2R}!̷MZST6醪MoޛI1]o>_){_F@vod86 X#'ۺc*޶w$_DQ?/){"allȹMtn l_Z.rA`gp4}W뱏TB),`; Ҽ'=j/t&h~AJ~_# BD~^ytݡ^w3^G}ۜJ"?nd>#Z,'TCr.(. ` @\.Ͳ`@d|6kV Hg_"l )o#gM# Np> p 06FMIRpt` `:!O" N{3p;u &T00Ȃ\ H m [I,|xO7Vpӄo/o! ` !/) ʢ[' ב Pbo`Qf^qZѧ<aAp1 7 {q @@Z``~G% ̂ge ؑ&@6(1Z/znqb=U ̀oO;P @]j"im )#[:R 'nP }S 1"]Lh`&k/)'M ͪ,ADJ)~o53}q NfVPXV2 (5 -tSv@ 07AS8nkfv` 1@ ̬dcp @*0;Ru @V6pL>c\N β NA L!`ir6B`_/y3= orW9$:"B[D 3D4F n FH\1c 9WOqQfoo oˆ 1j2hv8gC qthh9ri$V2v-7Tb axk1QQXlmcUoO6nS )n oWpOyqQE/z qOlن4 |@|#C! ʀss vut}4l=l˶I[7wlc7R5/jW`m) zSYVhFLIo Wxu3"3w +8g@BLqiqu?z #Z{ Wfi!j%G}9ńԀ.Z5vYWl=lcWR1l7xy )pTa wx168kq !Dz71qGDXlEla6+mH>Qs&A#DaY }xOkc%ْlVzXC➸Ў{o 8[:U#؋?x 0ϖW/gѠprXqM׍لKxI_n5`hSӏ`]$SPyt%~I%q+96ULߙxS9C  QF%i񖍏ib-PA}[M8cW7"Ѧ,N?? !S"Py98Gxc5Q76[չ_.0muNX9x ΀ @9;ӎQ_W^ <a-|˹\a-A-͖̓ۥ7<~ܘHCd묺S ƛӋ7S)S+p߶ CU+B0ȏci(|a@:0%\;R˜ug͓Iik m5I\mM ɛvЮ`@r=)=-q{QQpd4Bʙ~@ !|f|߻\xHO؈k] |cټհ7<$1/XN;e{n@/'cޫM]0ц qa $}>ose~\c:Ꝼׯ^|01>HH@p! ־n nO"T"~{; -SӟM.\ Ҁ qpa n ek9Ͻ չzQu_s~$8gXv{I@#=Cx.x5zi'a xc5uu^[]o-;{&uI#ا- $!A!24 1b+R|qF 0^h#8iȬY+%.D S"Dh^PA8C\xaP:{:|(3"L:}*q)DPf!}A̖[+Vl9gHQ9nԀ1f͆4} 8p  D1#He#KAkVJI!ޚ7K 6|K+zԦ!Ʈ*yC`Fџ`A~͐>^xN{h ċ-:vGF)FҲI;(tIMj>^ST1Q~X p}5%G& 9b yPQV0H$ds)ALiډՔ_Xh@ W_ۀ&x/FxE\ua б1DG )]t.]U.xQFHHD@iEyvB%%8)lO^)QEW.e0P"h ,]a]"WUו@#zd 1ǎPr(@evQ]O-nPq)S8l>ECY:&iGRݺk`ڂN]ۂHɆ졦,pR xU*9z/ZB{9r,*j "5V{8;3 J {Z$Ʋ`4v -`i6_z;LYv:.҆nkV앚c*%cxs~ |sQNF#dI'CH?!@B %Bg5_*T_QVֆ!W<2Im@6tGg ь>7 ,?o`KlL]1l}7zg H6*2`~.OGqO_V3P9 tf')JF0gs'h1oax"%1D8BGzX>9M II2EmJvq]V./)%DaG@(5 \Aw< JԢxŁXg` 8:"EBA<0K;DR%O0@C&DhK d0@2@vqܤP~Q ;l&F+a |0Rc;ُ -f#~9.+m^OhDZL&?,%]ELfER۠&#^AX)!|d"L\ #VښXY '/QPhN,jh4YWe2hNo2ܨ&'YΌ">OZ* qjj";5̌k %J4egjZȞ3;GqL&V@hS1sNGcH~q<xF%e%GXMIzaRHD.Y$Uh4(=V( QoAIqfr/8֍U_2RXg-b6Sb=ָh>QXhph[[$wyU5H311ĐghM=)WCd;]f7k Șx&i(f8[##_q5a7)ui-+Eq ?~F)DSF38(F <>ܷHTyTU=U1nYu"\a.q9EnKTj v3^qG#Y&}'cUX%Y$%rx2יiRHqINAZ/vqpٚzNd֛DwKtFr9yO6A^qYRdyMI]5eɔIX٩ɝX錈Jdهcw-XXtp'E(m/Ҝ2G|yy<6M%)?X ڑhqA$tcI)JŴZ9 3F^TY0 w؀$cjK[gCDC Sjeh;3X)8،j]ji3Ii|2DoCf刡{2<YyF 26Y[5C6^QZZt}hzꝯZXʅ-d"`ٛf w1AGjY2V"A 7YpSH-ʆǘz ab~tCfvi)X嘟9CW)FCĬL)Xe]/ZȪ3AC eiGtx Bk2J@4)j}),J2:8;ڨդxȖʏǙC)s.t}Ixʘ- jS%83[ɣeF,b jGRq~ahtV4nzʝ);\?z1x{CEHtn[  z*ejS*R7R +ʌnոyt^CrG<ٶ:H=iHZ{!TN~;$}+ǵnH[[~W3 RTNjv{bU䷫Y*ib,d4xNI+eqP־||x|#~HQ#iW:wȲ|Tq:fӑ_8.ud7q"~ğIsR"ap'bEQ** 0˳h[͔<)yrv@,' r#!0<\Dkr{ʾ<'Ĭ|#8}*-< v@,X?j 13M5|.= J\ Ե:Ǒn>}Ϟ2-~ !ʽzO!N:v 3>ӧN}a7ޠM" @,-#,!ط&W N㰝 Ց=n[&NNۃ>}$`>.$)bgk}^໭;>. (m"ح^kn޺\_č#0hkv3N3 nWnX @i >3NZiG.؝~.~ ծ[^&+ͩ&*>u좮~.: Z/ 3':$$oUW..l0>żɝyd4C~G_n-/uƏ"(_-b_H4^Ƭ>]x{p.HLO֍ۅ؎2KNNa?^J .ڙtЀq/ omMꊟWEaN`b)H7m]% ۮ]/l4쪮0 (d`A4XqbE) G ?p9rĶ#TPYK0eD!t2PԨPI~XӐu:U (lzbA%;٫TJRH%>etx*嫔#:|Xx/"*WNXۈT^VrM5A;?tb7mJjVoS,Z e˂Ī[kf[7 48Å GTcղ[#4sϣDݟjRm@ k6JM-+A۲𸏔S00:M6J02 țE:h;wk2b8Gn325$WS2Zv $ )҂5/=$$&{11X$O&K i* KL11!L611.H (b;`|"- Eo|:%A *Q#K"pCe' +g;LMrSnCD5ӨJEuYm1^1ִH1\wo? ֥ӆI`Ԗ4p(ʼFZkJ=pm5ac;c^y%I˽Uk31WiH,0-߃+W1_ȁXDߋXk,̐!]1S?ڄp6]y.2úSUݥ1*l>.9^]?ՙ_7` /m0i5F/J⎮cŖۯp>lCL" Nv[ y҆ C8Z{Tܨ ֭K9sD}^>es}FLj! G:ۆ} H`pE$QS5+ǁ܂u1nT09Uߗ1ϝ/} g}Lx 1qˠJޕDg!;wӱĀO'9qh*f85qPۆU31^RRFpW'ԔD+wWxGm[ G`Ck0, 9RI.C#&QTJ?sHAFmFWLyFJKx2Jl{ˇ9Qe/]>=Ntn0 bK\),V5Gix,ah.4҄3yGt> -둲VeUxq9!\dj>.:ұ-#8bȱZ-njaIqΚD΄b" 9zk< 9QVeMݗn.#@S^+<(B79tv{IBko7ev^Gg&B1b}g:cũֳqsi(%ӦlJ4-ml;'P:RD5 S)j (.zUyPf 8Ϗ!bFV`jGYc' wIC@y%MSZoٴ ++v馰I >!6Xy5Oyj}V~  ܍Wȵ):յ}vM|YVQ`U21*~H]=֦NSS_noiZMa:V8 ՗5~Ei=bXkdۨW|̨f'A v#|7 '#،J9#nu+i#'>1{{8T&!Zm]TtFn uqa1aSr9Ohj1:bbYˋrQ\B^Z^tڦ O9O׫2g_2ҫ6$%U LŌ]:\ZF}gyѼCYqlgaՄjz}WPswSuzLc*!Z4a7z)MangLx6iiy-Yb46l3SwFqڱp4z;Z&y^7/f9J;M~0iV%V9Z7JQnvVv;%8qsy驕K.9] '_&Nڬk.&˯~褳;Sx9֛ st:x=;7proBܗwRGG!," ɐbE(/#N"T!7f9%,DII'I\%(|%fĚ[ڄ3bL-G*)9ɣH*5´O,qbݺ׬` + LACpvmP@=ıs"9r!c#Gf(㐝<3^(|:y|$CNzAzF ,.mP0L98rQ$‰;(Xj9Je"K(Wν˜9|9>>}IrhʔH"YbŊBuvW$WX <<\tUdVVWqg|!Da32L&@aG X8FG#}EqUV&o gـo\oPL1WoR4EKGԜi7{:'SyAD<%HJvG}+ p4OMU\VmY`U\LE@ $xXp:0!a0CgXHX "$rH vpaG#q%q8 WQZ Hqb!YlC" *E/PCbzFLD riݛ]4]$ZJw'{'x#砃jI*+x2(L`'J՟ruX2h[ p` nCf}VVڠ =AQgyq`B4,W@[wH=` qnAnG.R@WйCp} "qb\GFmF]0{'qeZru(R)-p}ʣxPpi]L`\ h Z h4M)V8Ө3;\ W`1.H\X|›qHxfrEĀi񦋝^=[p C! Z# #P(0>EJNxap9+ap=-φe җD*t I`mx;VvEDj"ZъTP8A].@K@69sd]4e5] T@ TM'|Ao1@ fAs ;Raݱ ņ Z>GdH?*9 P۪gh1ƭ4CH3l8kT_|2{LqCFu )%& AA'hItd6&S;xvV; W22}s[Y3}V*LEr u! ٗ0\c,4=l|`-kFmV[0[Rf6cml'=NЍ}gG| ,HeQ3{0{§u/( AYXuv1v(a;j3w GT*;G+ }w23RD P 4ʅ?Mv<^}B{d-DiD:P:p CplxxS_Y6:HN3h8pJa{"-4|]I`b|/ (61)aƑA# W}Ltȧ~@P=s/R:hذ(Kp eun a9#jpٝ&XT𣚻۹a[?j M::fguw˓2 `I^@ *p%)eZiNw[K4@UǓllss.oTxUhG{C|˽%z5wren" 9"[6MT4|~"<#|!lšg @TP1<ÑSP_7 +@e@ 9(NLS29/i[ \ MS4@=MRb5]PZViYNrTRr qqe(.r|Kyjq9R'T0p rɚǠll,칡+阡vSk <`@+eCL L ,I6őLDŵcbqUq5VcsLɢTr,kpz`ȡiܨoAi9j{wֱkMrk}M8  =,/vۢx)Ͱʓ_@[# ]ˈ ,b a@ @ ĤP b9wsO8kJMqW=;s&.e) k?*srDz܈nzIP6+B ,9qf٘mеٻq%}%=?٥Xڃ %i`AC ]@kӈd a` `  d̡ ̤P͡6w+'(3bzE>Sb~ z`^*`,jFSUu?$)jGthi h0N 6q9!їkw%^}>ڤVp%13N?+n/-!G;,k` k0܋i `@A˸LO[GC\ A15wp%6-pKbIbcJ`GN GA`S.b@=k0ֽGi' 1nƜgP &q2 (pR'j-[N}^(x[PAl$Yk0@t};8MЪؕ[J 'Ѫ./_4Onٻ>;;y=?ھ9-`I+ ]l ^e@ 2Y. ^@)2 w5ni@E*'. $芇>B KPsn @P贱s=?\.~{h@ `#_JkG ' h./35_7.() JQpUNe[ .H. }7dwZ;kNr{('8@Ws\ !}Cd7zT`Es>!?[TxH-n B%92d73 )_|!eJ)RDE(Q,i"E ?6TF%"ˈYiaO|e[]pƅ:ieFךǶlYX 2P)kIbd~!" `t1kׅY1̊0T=bbE @xS'@< '=Qc}zA !Y NtG((TDD DElŃq60ɧj<ʨ")袉,JAC+;,J$1˯NDqEM$k,"QEX1̈$xL_s2P#HZL/MP‹˼06X!,}6Ql 6ނK8Fqm@` @zP`7n#0nEcO`"E ‰&T (K]P:J) z :6[K@WGvXb}Wc4`$DIG"%D p?4)rm-BEܸ̭4GQM7YaCPdhd$9Q h 6Ib& d*tPġ SOE(0bBW*)q]X:+?nh4nR-|1%~I◰)51Ñ Z1e p\C5Ȉ.V+, 2B)C 77MӸXɍ+ h8#P  h#4o " -t?JAz#c7rZ`6ui6jyڹ 'ZKl*+j{$ꨧuZڢz$GA[flJRnR]=d ^HpУ/F6qu&ąiLƁp|@o ~8/H@ `![ s DḪ7I4 }8HtBcH=S*LB.2\ #(Z"@2 &ŊU5p$!p@ 7 Jj E!>9dqB TpAE@K5'(UJqeF=Y_tg]yws|F~䎸&t )Hq# a)NI4g 5vum1`BJ a4dJ=RȠϮ(4)lHa= AG.PBx#8Pp`7axg  A"^įd}R@Ra5Jo!5RjOe3+fi}r,b Y_MP7/PDF>pڗz#0ad+<#kq'_R %:`N@@ *Q(:04 'x">hu%h5&rf" | Wz5p9Od Cd4#/CZ5*8I8v5 PkXa.0 ,{D+Ƣ kR! +J`*9wp6 RvʁÆ q8D`G|QXrCp%Åh&"$@ j o3R{9:єpY[}Pw+Z08Z8c[P<ǃd8 L/< i9#9Pb%HVhH` p4S=::}Y>=H0pÌ2b>a@ۿ>#%;@C`58F>H$ۏ8@6Ȁ 򀾃8,DA*<æ!AЉd"'2 @Q@ Q:S3 T1V!EӽQCT0p$Vң(0=5Y82HxB00_3/G=)Bp-D@#m C>ÉaB>`[:#*!(G,ت3؂EH72?H0J4:FN4O`878`:%Q:ES9kjDrD̘A(4:T:~JDI ŔTҔCEͣM9M9|dYD5I[L4ӛ4  QJd5P5yNAGA؃0P0 HLՈ) e\s!67:>Щik;.Ϲ8Q:R+Dض\ʔ& 34,˼͙ZeY'+ƃMٜMQCLLLV@IAdE,:Phh xPʡ,З(]:2B0Ofc6 >Ȁ! t`+h!!9;MiDUuL :Q/N$<+EK.M9CdMd} cUїd@XDAi4#ŽN/I B{ANH xf8C,,Q#> ExH&@87 X#0<Ӂ,?I;P#غDhdі̳AhVVq+[|rEKJ9В8B̈2}Z A31ʬ,Íi%˂9PM;!x P<8|Z9$",ЮkD`4-Ȁ:!ȏ<[D3܃62ٜ=^Mġ%<R\@uZ LaZU֫Eyں::yt8QA9*(R#֨ųEJ[7)Bо74-^̒ Qp,127G3HG4(J?xYծ e:(,:XGE(@-1:`xȓ!ة:,8!՚8QY%Kp?4؃mSbT7kVEV QR;a@-MޭG.EV쵑44B+p&-ǑA0r3\ R~ =e\`՛ QedzЮYP (a:HE"a@ل*!:E؂8 rq.78uGN ?XNl`(7ѬI],ZZ s1y?0sZ^QYʩy{붆..Ȍ `RКbY4 3-pd{ЂB(&0 FNVW S> #i"!bl QbX]4 CY]W6!9SӤKx@j=G  #ߡ`tOE)wno~Qr>r 5&1Gs2O:o4so8,8v_y C [o 8@/804.0/Axdʓx?XK_0 d`qZ иrQy,QX.ld 6Z6@y[n2HDP^aizO(ĭTjT<q V4KD6gszvo&y{8)s0Y2/x5{@Ik5/B hxFO?Ď66&(S@h? MDۏ,-xMHsow$5'h~wzCtm8cʮő-$S v[,!FW1ňQ &4K"EiTQG E6jtҟ?tTA3͖-YTA# > Ӈ#CaC 5f(ƌ!l`dP4Ën<晑! JhhPFEr%A{ѭ;hP3C/[>q Ċ'fȊ#326'W Yqnny#G3_0H͏Zȩ3HP. BKHa(H…30EoD(*aVBL˓0O~<(UqSf(Nf2B1#'PEuqXX R58(U 5{%"gQsl1]sUDX_yQagu؍ሙf=ٍٸ#e=&}2H)!@eu(H!BH|A?%7 EuEWGQu `D_)]z( J+L2AD:Ѓf~5PU0I)EhJf} x$~6rE (W"2_*m_RDEeQY,nhQ_Hړlv#C 9Ea1 ęgGKbq{RƇ&*S. 8|S#:cGY; > QCTTEs4)T5[%u`X luWmmj6G!7smվ d_MVmIDkL ZauH^kŃ1| 9$2 #anĔL2\%rLjnQ'p *3%}*R!67Q=)Nx#% Qчs̡s4݇Cx`U%hHWx0GAo7݈ba[t+@027Hf4JRMКHq;иG0 FXB/}w0qi [L8i7+`p4a)]vDž Q{f P,,BXժ XZc@Q@Vؐ!>am 34&>q-(BDtɚj $ӿ e(%'7. 'I"P\ gB#hAwa@GhB`abv@p 0hA |A|au]z bD?%&kxŘdAQN 8N+xiȟ<-Sp#  @?yGL |`B,r0C"H( !~D)(d2) _*Pn.VـDNF@BԀBqA ީX!ЂPp5rt`8 /3D y?a Q-ù-paLh,|3} =6sQPOT 27if-")B #~HIZQ',9 kI @b[C* 'EpʀP.9$񂰎Z Dp4x@G-!uM@(VOKYW(RLg, BC9 {عEV*Ԧ fMF_`J7$!ڨ::" eHY4 W( .&1 Sh/osL,%\#L ~pѼI-ĒԊb!E 1Y2{ qR! 'b`Mwu@_Orn 82FO!ӣ2EŰiL"4*rXkxűl,kJƚ־ZcDzJs`4 ] \PQ h Gru,|B" 6P$aTC2B`%Vyvp 8x_Y">l8V3| TPB9"@W c45PL#׷sA5'ˆf5rW \<;Ʋ̰^d{Ō?(Jͺv{}2&WB ɳ^9o8m![TcC#=T!̦& 4TC$8!2əz,\.]<9̃ XU 7NmB1p,nv; ER#@nw~@beE, 6o]a!kO]vg (7~@KA`."pBE c=eYkd @)dīxE `m^yϽڜ\뱞aeٜ-e4wsޔR8BR4a]yDD!u$V"xULAqߘ ͦAhDأރISa| eSAYaZ #r`"^oPHA 4[ *B$@]RyTd=РD(JΝQ|ܥ1jtO$N}PbE @E Vj%!kQb~ "z#miKfA ܍b<#=Zg @r`hD"a"2"Vnrle\ќA'JE("ylt M:"da_BFA"⟠IED0K:L$!]$q=O_eŤuMƃSzyו˅e;nrRr`X<`EՌf_)\POA o\9*kAt#XFjf*k}cI倨څ<(R*Ej1 ,%|'⪖F}VrbE$DhyUd:́a)eRc8T< TVX0[1 ̌#jͫFmhq*2Hq-ײLMOX<š(ja|m|*AY-ZIz{YTfFDF 4 @% XlFcQZA @a@ɵQ(ʨ^B+hgUF"_Dj @-* BlȭmŦm%a_DHN/e>!:{@hXU➌􉫈UNx )r':ȀA%XG-ZkAR*.fnksڮ:c>:[l aRbY@ o|!n c.F"A!ˈ!'HDI0#7"Ak4J:hA>q'_ߧ2Nү".Hq^+-+۲6fQg-ӊ!n%= 2Tpj]0B65o4WĨxɉRHF$WAnh,H "qeH(GBqpYbNo,[* %T84frBqԺk0C"7J⨁6Jr EI2# "׼qױt]o(rs?,L u9M+ :'=9 =1q }zHB(UR*VGtCeC6Um56Cph_*C3g<`8H3-]3h0w ^p }M#I:IAz-Icd>SsJbUg 0JtqkSU56޷QCW{k2s5pj=Yhogpi0q#w fct?Mu 6!+rI,‰d%/rs b%7«ec7j}yi#6j/4Dy^lhoiAB3vts-C3^_8o8K $qnFF!d8|yxx㸵dhQINguݫ4N_*.oP}goo#iujB5m#0" "ksyeTxydp87#Aw[!M  <)&fuL0'zȀaa,Sc:s;kWk7'0p.bV z!wo+12{y7QȨ:fM,5"XLiBRdҴr?z׋НA)s>}"c|+zYP{ Rܽ=7w+;ר<oAU>;c0O#I?S~ կ%ٔ%j 8m<ٸas 4&< 9OE}4n或r:*2irQ"3Xl c3f΄QDN;yM4u,!&M4&rF 5PRuH!Chy3ʙAuްyAkaMA3n֥{Msu9l)|UWjxD\HEDTJP$8uy# ]#2DpĊpO!mDh0Ԙa èQ˙/O~ND2]jӥԨ3WŪMB~JI ; Aףuk7n\}/>&]k ۊ-bA"4@{$:B؃5`[HȤ 9|C$9);jItʉ.cCE?B )? I;s#˸T[k!6rҬ@ ;*s2R$0$ ),7x6P#F82h7V͍_b8NyD'ሌʰ%h&B,P ,:,-| /GNMUd33 94(@UC¢q[OD$QDPLc 9Qq|QdHjNN+7Xu&\u'PÕ-x5bҽJ$Leg`vf@hAk> qÆ$эnM]]]Ac$FP9ݗs:&P ]]=#r,6b1>{5(6 E QD#X8fI^s|Z- 4D# 5?p%ST8Π-蕊)S~tt7*,Vx뮻lAɐ->׃2aN=z<6ULpA [ĝ]-O"z aKyZ:;%%ӧ*X4B0YrRٲe&Wz @(002LE!@ҊcbOQᖞP/SW"1rxW !l9"_~>'ɩP6(9, _`;@&[ׂ@*nJnPR2%#DoQ!x+SiӼ S )Bt#eL'Cm2H"LȦ7 j[PbkXb ("9HuA VMYي@7<i(hFC.QfQGɽpP"hV/} Io>m&%$  h;XрT4%m!.JLl/Xfs3-A7:fg! Y(=j2#!!QEtP&jotc6qN2"gfakG֭QR?Б[ wx̝.]G^R4䐆sz rTDjN&p!$Y^0kpd<׶ChD/Q22(e\\ܭByG3.,")jk6 VKXv+paZHFVT *+ˌzі4?}HZe+qֺ.!}h,R?s-wapՓ&+(s>&PP]54K]l0h x ,1zU 9n<\.}RK>ska$S\"IXkMB?|25^P P*-ޯXC=~m/!4D$Zrȼ6uЈ* m^.D2ghѓj{Y$V&YKaKQz]<oo6ꠐϬ0K@Qc͎o'90G! !wJAqDAA_H:I_7l{>|R"gCք bi@Þgn?R`"XhDxLmG2/.n>ξJ<(B a :4#jβ$nFBx-h4v/tlΐ܀.lfR5VM k#EH"rL"x$t/ȯsBʪBΖ@ :Ec95@ME,|ϸ'lP 'Hc@ V `, WueaaA Vb)6Vmeb+rnnxGt5oKq9fp~5h T#\qOqqRR]Rh E|UE7}i}Wn6qDNfu]7vsU"A v.jNMV v+vFٷnX~daM4/O@IDp4 glz T{Wg7s-Wc8r`KY_5}ׇoI`qk  ՖxJX̀wn3!uYtuâx`:8IG z7IPVw^gJ  tty؇U]j9~QO4r -$M8 A N-Y؋+x،}bdKc ut@r]X|cXd٘V`p&C7j)wӬ-C[b@ $N:C4Mw5X+wU4/@陞I]Z#IzI6 wYAg ~W8 bT}؇5 tA:tøY7 VPԀC(2YWyWOؔzSY?ٟ)6x[퇠FX˕.AkA4kpq/-- RiC:_-.GJ'[-"$ >( aWÖW !X箧vd֞8=Y~C:}AZC+gy}ܱCwtCOL V. a$A‘[ԗdKyɩE<\KEm'W=`48AkYz|{}|O9B?7{GUT=XٵOaF8A2)'jaZ# H ^yZ/>ģA=tTidPdG75h~S WuW"?B c{?ݣ^o}" ?_}f!v#"3"aV/_-ߞ'!#Z5ƫ EZ+ʱj#t=̛0`TINRTi7X~̀jj̩r=XbZ}k>q㦎A{&/Y?͖ʍ#gXYE |QD)ZuHFy6 -mj@$祗SFez[^~k| 1DCp&bH KcȖ{$[M2?1H{Dr %#rSY܃ީiE)oj':-"+SW,r6 ~zsz\Z ISI-M4Z[ >Ƿ` %6CbTPK)^%WJQ*:]@־/H L5pOn ks4u{\ޯe\ lJ$2 1 {8bsQBq|\ZzUrM]tZ S&txrhawn!py\$>>l,yG$u wGcIr+N?H2P^#=-kt_ǴZA_/AW쉎{:ً"zMKd{ Z-x. #"br{^s4+#RX*Ner+etCyLHmM/Qׇ10Q+kIֲ !\lq-vIΘmu!0"ʡhЫO⩔1P{@w6*PSY2R#{+.G K>d}g)g3T2nD,'?Q'$)ʀD.rRbҞ;I*(weȴ5/A %*W'?99 g|d@;Yi0!e6ԡ  b(qGJ5/-)˙9/r5"IK< ?9Qc,wӝy'<[Rl3G8:O{L-rlUhPUrlf8M-BW"!φxt,QҳviFϚ֔O85`"ų5+<$(6̈&ȒS:/@?dMG_78dEwDZ=RMl-G6:!wH=Hu7JAedvp\&%&iΩyQml,fǴKdmKGҴڽ.-&OӂE|LkX +tUd=<rFQRRG`ضD.@ ~H@Cy$EZE gX/-xUR7\%Z 5 ho%;aRm9jJ~+M΋ĽNTn\tuF7v'[aϞuON딟a{,5l >%%ԤSɬfvhܩwr^(~  *XU9vNLa,C*TraD Dڑ⭥iuGQk&|-fdVo{T,sZvs0wć十9keC#:,i4hDW"p3[ '^(:lifPKeM gJ%?KMi%]2#X>UX. -󒖬LvAB޻UBg^bo=N}*!cXĦC48slԐJHI`.Y++tfR8mI4-P9N/N$_/Rƶ `Pma5,yc0ԯ"\5{N ItB=-pV5Nh]E-c\jώyc~\!lУ-=4cMPNT{*Y$U0X<՞[n'BwWЮtLC b]Lڿtɜ4˺@!we$=v~5o׻+~1zؒKW[Wk&~gnأj>"`!)x42hay-!hvZvw!2'giA!V^ 82LZ[ $m[=u_IG]&~ W&MHl]0v'x7U8RKuW7"?/lր XGg'a|&N]. zt8ti?VmWLSyexqGfhW p؄$ cq^*#m22u3[ 7(*pp/[6o,uXsWh܅23ч{^҂Wa8Lqq!4h9T6|q|GouKՂ74'A.8-h{"X{BB=W{r&'n|M؋8k7 7s>D#8OtIG4,"QxBv/x2Zv3m7qXq^EI_}Lh^")v>7ڡ&IRl'-I2镼sQVCg!u|"=nG}K6"9yO)MٗS9 2#j1|4yGp*(W"\V$16Ê/rLyATW pCa\4H]l9Gnjmp#PG"Y rbv%pȚAAg CIs(Yy]vWziYG#@EEcv7ϩ9vٔgBx#aZ&X)yȐ@+[͈zI8QDJah)$k{ʬBRpێP:" }=V[Pa^ p]+䰄fV e5 ivUu,cN*iR{kqnHE,{[s:c"Kһn% ~ +9g̋kxCӺHlZlKȽsԩo S,f&۟!Bm„;]ƿW;4Sj髯R:t #kt6UK'ڛk+]i7k7q?"<[VjЪz©8:C)gGÎz`Nkf;,ƒ,fœD$MH *U¶s7 \l(9||aߛ,i5ɑ,#!@B2nu;ǟs*؁-<=P؅?EM (:՚|؜ցn6$]5zѶ, pֱhm֤ډoβ }똹?Jԑ؆--0؆ ۰K̖쩒=٨ʨiZC8Wq^5:ڳ֤hڮ" h6I~ ؠ0== ʝ-+=ᡙ,1BU=*='}}؀@,A=LβMK2.Є-  N>( 3̖&&T;'Ћ\ngn%- qM3.,Km2=KlF.En^LӌOnNT.~)W^ZP%mkm o},߯dN{ABNN܇.Ǿ@-FM̺%@>Y>՛ޢ\T&}=%بKnn\̶~Nk؃n~~Þ3.!SuXwin mlNlBLͻ{z.~M~13?M\ &*6^*1@ z !oO>,K0?ggo6]Бlp&0?B+ܞ Mɞ?ܭNWZZy,>Nhnn_Oꭽ_ɜ~ox9|iީn܋?ǿOǽܯ  G4?ho/ٟ_ 9=_w ֎M_̬-o~X1@  DHa7n6QD,^x!ą 9f0`@;y2J-O0i3W֜Ir+mCf⃉F<-1U^ŚU\vBXej1퇵WܷpO?24j)ĉi `cr ͖SyYr, TCC#rkʔTn*v֮^KmVRWpg߷#Clթ?H8"7訸1,3OY%zP07s&wN%.Zm[od ۾:p7ݺK-(p+!  Ð!R/682ф;5Vl;3o Di()%^I 梀m*򹇂 MdMM6Rp KAr"₌D3c t1L8;,K hT =J;HL3HEJPI|R@L0Kl*(0>D4 jMT3QNnLYo)]WnK@Jh*i=Ύ}I3zUb4;P|R'W*(/JM9=P*F +El"lVջ\0N8k_[թ]b-`6YlJO&3xWM%K%U-[0XM+7O 5ԡX^zS4Dq_Mg~!=5^r(tB%Ye58l-*36o$Kt6ԗ+˜ċ^mmV{moZ{5oԵE3*2mc#1ꫫ5|kvJƒN>w,ۮ1ni2;CBjppZqq 6XX)r?E MFvciI ;iK|BW׫p>"Lfo_ĹY髓Ug}G8@pgW5OM-w2N"pWֵ:FU[[)]rC./$j cհLd[s,jj{w@H@5ZB+llmKt%Rd\sQSYQnɌ8`pEdPPvfκ;U{Uwo_EGgWHЊfJ:g< OnVy&bEN W_]G]1+MuD,Av$CLٲxrGq{i٭F.'41+>lMgEu"ʐ$֘%_Own3\fN.>O ˆo0$^t~H+rZ(;]12i$EHLm1N_C6ʩ U nU°>/Ĕ4ٷ$ýq-O}op r!/įhzi_ !KWSʳ2OUK䫸6̈́rgf1 ^9skOf8%>wt w˿9-]P'W꽆9ʯC ;^ڰ/oӎx.q{{[:f|AH>|}t!,"Q4(L0_e)Q|B"шJKD%SD)2e˗QNƜyaĘ6FQN>}Z &GU"EF>5…hu+_ÂKW` `@ u. zH>y2C !9Ϙ8!>9^1#%;}fH>}8cFG\Ӄ0`GQ 4:M"ESC"Ag~Y!CQ&cfљ-[J࿳$ &vRODH>d'kO"V d $G1QdЃ\W>L@ra!HHBpR .g6!4!3ڕgq7 9q!8QFb^ rp!(t m5lHDFX[7_"0ؑ;;$Ga4 @=韐*X#T$Ax."! ? po@\&R@3 #  U[Fr@@N[r׈HK|aPm7F 2N9)-=kp0{ O= x@@d?%ArF(LIWUPr+`'u҉'\ . B&K` ڡ@C-mŘ 1)!W~:9@v0MEH UpB[L`GARX~9Aр0IXz8RDtCFmwqb:M:H@8 #\:!9  PI_-~īP.Ԓ8[1NJc4:S0o~[ 5,  v0ju)3Q d*T[vp!`1kDldsh&3g.l(q:] ixDp<b=6>jsKvLr9Vd( z Ga fsIq!}\G0MX">z2ca1 ^b8Zެ5"1ċߕ ƢrT߳`N#dågpvH:Id3p \492`2ZhoĞBXm$@)Fg~&ۇe'nMq}fm.`hֆ@\t1*_Esw`:p;_M0l׻zoyA׾79t Z3X=xLmFK5xb6dKkrvxDe#4CW6-`"й%u](tХ[0'ϑc9߿)⽵B re3ŀ^ ϕ6tP!1c/l@30>s\>0tl0 ,catW)">0B@l 00`{UF p`|i!G }bu ^ P]~\hB%:W\Fr$B i `_33$SdCIsCQpJb}sssIUTlpZT 's0 tL;T'XU\Qc@|XǃA7hvc^ۧe]Xeq JD PgJk1G :&RPPCi#ш>5-}NܳhsmF*p*PpWcXPsTg1@'7 )8Rj8d ɃiiWU?jgd+`PQQ`^M(&$XA4a~ 9$ ipDqz}r֢yt:f(`PFz?a9~ĂWv5:ȗṗy^|{B&NFI:{IQ eyEWbJf *ʲ:SC6#tyvXDCPny.xoR\ya=tgPg@8:I09p%CVŃqsiOʗ|T:z/}d9 xYNȘe1 u+Y# @iXg΢#C`v0Wn}hzH&*R}m=)Wbh&iT;ڣ>Zj-!a"b& J!ӹ%:zʗ Zv0!wle~#sx e Ug_XfUCWO |Js`ظWnlsp>}01=5lt 5fW0g&#:Z|–/@7T'qgP /a6k+7<˳`p %JjXDQq~gjJխ'YmJ bf6xgXCBq0(jqz smDyt%ZZpnhmAfQzxg7ёm67.jfb$Sm80.86|g7 ASg/j sMs u X߃ rЉ}|S]Ake@ 8pԙ(c]ٗ[uҐ9!.02k pM( P@/::(l@EξKwZ͹[0Kh(: >7[ 2k0g]j=ҥP|s>q~熜~w=gnVV>ld  `@b W` p]NIW(KjiiP `K&8 p㮍^;bdn;~ZNsp{f[xWK= @Vިjn`Rv -j?Yx~ Oׇ}_,}>  ^  bPe wK+ y|Q@ٞ 8w'PmstU̾}[rI%iSXVP\7*y&0qk-q _ ~_ o.wN爌otteII  ?b 8( *?N eҬpӑ΋q>,[`|}GnZob( }7I0L}HE:W`MYNq߫Jڱ-k&!![$(A%Z0MXE1.TqQDz5I@S+@c!L%TPA@lJ;,R0mSn;ӉRm6@O>tx@jxOS@XScB =R)Yc)QPB_h=~MQFIB=Dj DiZQDd *4 & ;Қ#̮`#V ! 7k93,ۢ DW: X@^6@E܂ )e 6پ/-&*BM4Hx/D87'])a>S?Ot]c7-@yX_M:$I_gRKգN'!eY&#U#@03" gFrڪ WX*@" 2 @hd@}PێDnCR*" w,@_r\<. 1MBt|R ]?N|8.8&ȌP2Q iSʀ'o *C( e(c4ayfLO H+n5V CהWQ@jrYs8 Y#1A ."ӇF  K8A΢",apRi9n_B00Igȡ1iM pB*}R2sC 82%!eS e+# TPbyMt"@/4 BS #{ܘϦ$GZWVGP jBBbj!q-@N< Et[6bx8`fC!p* ppSfY),8}uЖ`p?xpClغթp3]f;L4{9}v$c6DB H&UK! 0*Z.4R-`% ŝx $ o$bJŲ!NB dAn-Xz" E@^<HB\uX2@*G ҧr, ZvKL"LY5]W?WC` {pe)ox>Mъ &*k[$ Vp>a$sdNa,ɪ, `9 >B.+ @\ tl|`Ȃ ( *%74dy@t@ܛ[r4нtAX2[:ҕN@sfnEoo7Wz ;'Nz! H)ʠwd`HooMb9X5{I{U*$t'8NK(5r|E(C!@l  R͒xS$'(3\|%hIj;0Äjz7ɺYrnIwL'ޭ* `}0- OLhes8Ehߵ F£=m{^( *l 8@Z;ġ: QK[= s`PAhpz> ԶWhisLO70&p{J[oy'9s݈v=;{ۻW%T]P8 ``|@A}shX p5˔YՌ;fA Pxeִe.nA1=v*6[zc(ԡ)- 7ZKi Ų4 z8J04Mc" $ȧ|,iH|R2$##@}rQH9`69!P?HQ9QUA@!-:008*?H;û:*k˿?ACA:?A@<<(`@nڝYa6Rz2,5jTy0C9H$At.+P82³ 0@7Pa㳨<9`>:>`T)1AY2EЛ054?6dCZ ļ8;8>mL$r-F.,AI/q:)+5|u\D[@ձ||G ̹,Ȋ8ȄKyc:0ɳc$,ZVЀ T%0dpǪ9 O0#0؃=AHpAH$2H9[R`4#d'ܬa>XE8yỨF,:!(()I?2p)-L<ϷD ElU[l;tKQ?ӿ$̃D  57J읔HLnLV$M^ɧ%H R Ibt0 Up(4M# [z0 9X?(%!kNȀ8<Ncp jd-E2VڂꋃK=B!x|/424@T6O*:)HA~l?xDLĬPPR5F =U P4mFQmj=HQa.V@G( Let08G3x[W%8 9(*h:pTD@`H >H\1ȵ-М>w]-h  ‘66R?#MR0O<|7TIeJC?zGL LPRPcY SMU\K:m2$e4bU^UH@eCUqZdEQ h3p:x*ER(3q4xEH,p)ru'S.P# ˃>PۧFc:-H5tK:h朁*^k:ˡMT5ҍ53GGPEPwsGsؖEYYR>Y>Y-ޝ|YX}8٦ʬUK#lZ= _5MI5#|]QP ?" ʛ0+E3_90H/4t.!5'C8mTʕsi0J>X;h> BɃ5.(DCMݎM?BxBފPݼ]¼]U=^EޚMU B%*ZKZ}|2,8-_Q3HhPA!p\4 CC5:67`)=To<+`#HbAܑFXŴ;X:]!( DOxt^Ëʡ0K4H6R?PG# a9Ru1FHE^=cƽ"NߕGXTyD*FڭBBXnuQ-fi>e AVLUމDAZ4A@e)xH6]^ 3R pc7 B.d6$!^Uc3T6$׎±ig7P@h8%ndʣ+_-T9SHXßѶ>R>Rp[mntֆv&n&n".^/^Ui.rT2nUBf9PTƋ nKAh?xBH+]dZ^ 4' Ё7=,xs86Α-8P:ق_4^c"a7H±QǠSwU f4pX*,x)>RAPB N%,(FdF迉q>nu"VZq"bci,`r7*ށ򑃣0]Yk㬃α-ț0hd3?_{" O3Xqus/Fd~;é>i"toN >8\Foe)mЎGʡWV=*R?uX~oצ6CdNy"?fqcuv ⪭ !7d/U~blb<ĴE2Iú#5Ro!00GP<Ҋ4JQpR9{?ƄO:k2|=d)d6 ddnSEE`T=rF) SG (yrʑP4_xbUTĄ %(UVTd$ Z#FDaMŊ #K 2By/dMRKXX ܷjYiԄY˕7C34s&fqb4'\T #lZ>"6!2c 0^r>͆NERR9}5 $qΟ0T@Eb2eJ.I&,-L=M.DP5FK : A U]$+H#|XcbVg( [nŵgCy%|u,$ck]%(0YgtmQZ:p=FG nwq~" 1 0wܙ A1Fu6BnQ@XrFu1@ R{'{ebADeW~鷟V*}  NNHaLՅ%fDpJk>z2gVQ|AE!?8c|f.Ȋ(j]%cDQƓQ!єN4 R,H試XؖC [-xPD*BH!2"G|&wG`z󥶁));|s_O-1o:UYVu RJXjel%aHc!}Pz+x Q %+DO :p ptZu zlՖ(Ċ[ GgjϨl(D|JB'ǒ} <4(C//1}l}M?-uk@֥|Q7+vaD1\v! 3 B HP %eo+ 8Ip)p8pҁú 6{qN9Ɇyx d8C f:O <0D(>A >𝣊(Lf"Ia !B{ LP:y'5Bj:@}4fAd8 "P-'2B*(Hg `)M4:`AS]a F٬s!mdR/"N fy M>ᔠ0D;>MHW|˦E0yfNuz+O3!i Eʧ.!A B*aVB6A(*).OyA ~)XIP \O~2"4\RS2@ʌfbcZn6 !P#@8F|7lP;aCzbsPHjMl TdIIgufe'șzaSzؚBGi{ܻ<堆GP U)_p:r("hŵ?MY0^&W`T CĆ@hg (uA &0r ``PX)-bK9E6XwA(c&T DDs>zʇJ5ky˩2V#:#_ӝT@G|!]V a_P,F"솲 n !* <E\u4!"&=jYApx&,Ia PnZFɦ=ō|0yBp.J4; U#*k'C( E=rsJ_yq/eʗMm&ЊpLB@+GnxCS7B vS|V&pD`&BxZ ka˃͖%8p(Jh` Zrn/0LٜK >`kJ 4rH 1a;5Ї'Tᄉw/ٴ8w\69 ~Y>@ wq( % DkV41KL WQ <" &6B&? |iJ)ĝ`^MmLȟj@({ZRؘ8%(hgʡ:3 ҇VIS%^73\=߳Yt~;pm,ųrm#oĀS``K-MhQ!0q@F-P\` DQ7~i8QƘN1oN\:蹖ZBLEߜBx9(A'`I þԀ onx6w1=T'-_g?ܟTeD3"Q "ezfȉAD#4,Ao 3B.\C.tXAEGy,(ꥋDpAJAAnQ <@͞ } Q$~l )_Q@F hAtkIY_aݽA YtI = AH!ML #@&X@$6t"xD4AG! B`EēD\J (Ȟ9:AUz{v0-D @4RT@ SA!0S؍WF6vʽ͝8_nx XKȠN0EtD A f5B-%$B&da! BD"hf<)n%NE-^"TAV_ACT>N! [Kv| vۂ`A؍Hx!6#i8=QX%TfV2rۛh>„@ P!NU 5,.@_%_>(N F ?*M*TG=fڜ<aIaBUL8ʪ&P4EOфqj%tBe:ɕdOYUc+v>#? U^__ f\NEXA#\B `gp(X pI>(}&ny"YФf@&\eH* qgFUu IHp(DuӶPM4(EObANQݐ"XveXe%2%t:j#Y)F'U#`EO T[b\gcMr%T)\E!X ̩dhf@gL`dʆI HOF EtN. DtQFx؅Wytr6:,rZQ)Tz%۵![QIAA %5g$`cB\t@'`'BL(B%Eaw` - ؀؀ ˹jljk H,ޚj iFRgu_VAHpp3cM ˦(^fgBr&d6+I0b(`` @l`,BM #t L1؊[ \ 3iU ol-*tb->,Fl>%ڽ \qVZӰtDZx.g> ̔J+кicɓQ.K:F< @^TK_/עzmN|QrxvIXT 8 ]s"4NwpTAn%h@~rd$P,H&3?w T x,ps"mo,4?쐞usEtەa[Y4$%IG+">ug3S_>cvvEA8F#5R ,+G}˺|Zi3gs_7;4[0z6M;;O%ΔlaQ<)H!@,Ñ/ɦHhLo~kP%G;'s9k9Gz7x;1r: 37S<׾ʞ3vMfu*ݭ͐]O@ Q)̷$Nn8;ceVkĐ!Zts7 6ta 1hbA"#GG!b )UhM3E :-RO6n~# 9GӨUi+Eq33Ȗ5{,0J(֭[%޶n^zk,`qF+,b!bР>fHРB!PsbQ`a?Hr#!+Π/5yC%ZҊGa-ßpH ڭyΟMT<3EN%5o,Ձ׍O߽pY`UֶHJ1pdV+\ Ѫ+)lay*+I*/'f69v*6g"8"X?t| / E~Uy$lsm'j[v _B2-$M;E N؂"DZ}=6aɻD)ʥ>C89^N1%ZrR+_=& P~<9y+g\N0/ /-LRvt}W0><7ESҘӉ~~CߔO㮎(mO&uD'b"ЯIṚnw+pUhp,8AKzX r0p[?%M u?}˩j׉Q0HX3iN" hA =x՚|p^VӤJߠ%tϻNGO5ιIE! I$(AXNyRx!DY]uC`9#$btڄ}Q&Pϓ8j~'<6|odd,HОjo佲PCNn"#]d:)2~o < iY愮y] xtUo+0ICŠK)~:  5D vDO:)]Q0d /ty:mllaE)*qD('R q^B@nܠ qxpbbb@1 BRs6Eq*e?~a!%#&?mbl0vd+ F#S8# qNfibE(f q%1&[bb@1Q ` 7n%ER1)WI2m*'C4MS+S4W5W*ҿ&X,2,K2rqemZ$"+h \m]!w b!1€`92{Wz R߳Q>DxPm:gR[??US4qѴU60- F7 7-]JR_.~``r::IsӌMva|`op"x΅nh =K-2Jh5DIs&cl0,x@QK32^&B)r95ǜcGB?G3Ds [4 \Oͥ7 5R#)"&SQNOS#0| mtD5T+@ssK?L@TH#?!4oH?mN̚ZjZ<` aY)k܄OZj |MHGTW[+MRE`'U4UTTGGjPj`^"M#)"0+5sIJQX$BY )Z)'7W[3Ve!s,x1؀S gTt`#Q$M$#CuР_$SN oeMsHAm};t# 0VBAAm4GO=c3I "3eSj5\)lH" 0p9u t Q9I#9`:4h_j`%jkMN}~HlcmV3c  !`'IqsoCoQoeS6Q%bdKE-`vvqiAT# rqSA s/$;jt204{5W\Ecm%!m5'7]w{Wu?&hy#?W~p3|G"DS.g?] qr)TK|l n _}L@jtw~_ĮKv H `$ǀ6;s?'2e#wa[ld-| N >7qIr%wA6TsLpNi_n*RV V^ H&!(r;D ww5Vপ)8yMx?90%Q@/|"=L]sV Β7wh_KCKXt@PP` t!~͊dHL3kI9hbQ a<NA}L!n֒1nFTUEyY4ϐI+u ςZJ-w7x]EOWؗ ^"!:uRulNSŚc1! 9Oٜu RS+QK/a ϷqV]`|$r=l[YVR\P@OY@ `)$T sX+ye/J[uqJDZ LaFUm ҆J9cZ#OȂ,iywnRNT;WڗA8HnP_)b׶\~[vCC@uIN`4Қ Bz{YZ#[]y-MYwȢC`r7_#["qUL} a W3YuM O[4 P{ۿ;2sAxI+.8P+r禂Dn؟%7gn*;t Q`*.a د 4O4OQVYaa0mm<4:|+Ӧ=Ѡs)w[|CupӜ G\Q 71[l@@h):M[Q[eHa1Ҡ @Q8z{ Aw;x+K 0m߽xTr^63IlU`tN| @r'Ϟ}>UZ H ]')?37O}>%U;ayYAߩlu-6 A8Ez]w/W  "DK0hB aPdʬ$GpALA 2D(W\y!D̘0eڌɲeʕ:y 4Д%=hDA̜3[nB%'M6Y"Ȃq,$NpF:rGEh8'[2(H!uS҂&F $H$c( HA%D~ɒL5gӌ37nƼ{3V*7==-f8[v( .^E|>#˟*rJ(r3k v)DjD iԓJLHmՔl!|~hd00Ts[}K0щu(܈wȵcxu2M^[,Gb%=1~ %P 1#e1)ZAki撄t[(YH!N9SN~BAbU9[9(K@, MlQH=W"lz穧axn?UY  ?Hi@2&/@i  mIaҙ" > AD}(2H*VUUA2Vݤ7,R";o hd!``ɁؒM_PA)5Pf-p#kFB)pB %pn~\`zLxAf3ClS4xU:gųtDJ:) .\K9~ůR7F|9!ٕ50C1pk$iIݔL2Fƿl*m0alO$pt-&zJ(YE\˂?;q3TKN?W[DuQk;Ze&R|GO "p8Lz̻3,lpԛp@ki8K󃷖sQnQ u\K y Tn(Mm MhT91c } YdP!$p4! 17IYɛ,ىFzq)R,tPYFq% sXD%G(O PAa6 sG+@X|DHfat!tRQµdqC> ǟ+uB3 Y.EQC((S| bp_J^Y?CER!4A5^ƃɉ4Is2e"R`" Jɱ s`m$<XMl;eHK rҧQS:P\VkG`҈9vsrQE3WEmEr9my q~'ւΘd).ĸMBΣr* 'GLba T0(*GLg; ?$ B HPę vn[KALq=@H Ny*ׯ5ꪤw'ʱT /0Y>!chTD'X+Xϛ&j\v GVmLsy}+1 DmU` v RI]M=BPBń 7G)\k |iI6vm-׮9[!4ɓH2٪1<O +BB JA$w9Gc~/)lEC Xߛ\ =2\ 3Ce,ws;ye-{h ڼ3C5φ$ԙ3Y7P* auTlm Z&lb/6΁RQC9Ouib bR^υ}ykzݛ-=yNȪW8ڀu寙2p1nG|4Hbl k (C[ES'N[woTw7Xa'Ȃ'+LT3y4b=;1mW~JXp"x)(#h6%8F洅5qVyf9e8`gYs*A؀rW%aRTmw]C8,[xXTtbx4'fk3pIØz pƨnxQ؄+Qnoqu0 QTWKhxlt8v2EB۲ya)&fgӷ;z0 @C8W0MyFO:PHEs868-8h(vJcH3#nhA' hKV2+t8@!Fh)F7FӓKMsW=BX-zy5 vh)w10 &3SJȍLtmE}2h$w{bQ7y#w#YVxX׏b^)b96X{0FK=qs)Cx9-Qh$w&A*'+S(1gJ٠70vpSDi6'({iA(s圯ʚ7p&h{qUR`׫ c!vۙ!WyJɪ ψbyF1'ي@tr(,SdIZyfjzJEre.GzيN{Rz[Ĝjm1Iz~2бbڣ*@Zk)/K(ZPGTDž{.\HΨzZ CiA:V0 ܇spv!GHȮ;u ["ۣB$ڙRkD}8^K`+Wxf+Xɶ|vx羢*C-!1Ux7ͫӫL K=L"'݆E]!xsMumsΉ۸lPݯ BW=0؎z:[;ڮcƚ1k̀AzzםtK} ` Ր1}M؄]#0M ͌a ѝmD|H*uMvM  ڢ1˛}ڮ# -% ۶}L os,5}W,{| .w^˸Px 3=ޮMܮ-N]:l2,pVRk=mҝ-s Mn=uߡ}`wجOn~3R.孭-J{1L }1c+}I,$}]ҝs=P^OĀC.WNK4x7>.ބMް}#a^$Fa#MGuMOn9~*B.eE.N  ۀᇮQ N˖z T]BzB}r.纞n@^ޭN N n.>>&J0ZBӵ1EtގN߹>!m}o* ~~>=?o5,iL̩~7~6^?m쭝-nnZl3 0./?^U^=ބm=/>dE@mTU! vW/[VL~Og})jo m.ou_]^O@O? CG~V._>V۠ ¾Oj,?O-_K.#@oQB@%J(8PA `Qb-^ q!cE?d!%?P@IdJn(Q%)a %mxԩP6e-m&`U^$VQ/ 6l5Lڵؾ6n͗5Q.U4oI&M4" ćSlp"F!p1Sw;yI3nʠE]rХ}9;֬ywXhɾE69[/Uf$ާFwĈ ;ll!C<r3(h-;'B_~JJ)o  ,Jk9&+F&cL<&LH#:)i<5"E+0&1 )v[0K &LB 1\'8DM)/+Ά{Q1C/z\ } $5t'!J.ʧB),u "BJe> 9T4!\ܮVlq1+O&4AOҫBkQerPH?2nNJRmiSbPq8SߚUb LX U-Jlʺ8gnNXbsƈl ƏL:ɔ|kYFM`G坉EҘ(kݎVN3(Ɲ\stY-RRk5f-e=츫vQO'R`[;٦ݐZ%. 㜯BXdChKPJRJ?z4g{4[#^#viv];o.%xlA6tEdmqJ SvúY6-hW΢ 1+"K/eKrZ;o6GGt'tk2mȭ|{fgNvs}Y!u60LIF¬hx~4P"c]uVaςր,|&G!B/B;[ľX%n.s_NeGY0^Ygxf1N2ie)Mw 6vA bCl1/%$68pCuƳyJn sP tK+p!N/MO; Ҍ!QSֲUCQђ\I稕}-l _h2j,e7~}UrG]ʑ.ɱqRzV& Oci0QE]z䀬(mJZd(IIJSw0'*ӕ{^FR R~u̚i.GL|VPJ}' !'A$YAlZZdTD2ku1 9q4:?x>xmkO NUBLFb %DES V=9_81VrլgԊu iY$_<ʶƀҧ$OT3$S"c-XKhڢ4t!HJ͒ûc,:yFcr*$ւ9:A-o![X ݢb{DG̥b7g\XucpwˊN7,=mz/2s JxwiT;*(^sĖf5|#H WBYORmUIoJQ7X)wvjˊB~*{lADŽ^ƪHbM֬ޡ%f!LhbՃ,ߙ[YoDc",8_f.^ )I,iCЂ0 et42ثҙ.шie5vez;5wi+Qa!|ρG cɇGP9z+' T"nmX`T]$;l_;jYpJ5iTbxqww V|9l p/Ɲ>RVD~8Ct}MSM3;00qyխ듊qmν3'_N[5$Fgo]2ûpSl6K g4[t07U׬O'O]b݁^v25Ok{=!ã';d띺{<OcWwa^_3{32 8ҒV=с3߾ I/po!tcg|Or]ط7!糲髾X6b=$WӾ㼊bʱ =s|523nsYC$;̙,G=D;NI#"1z#)<;DtxD± ř_75+LmCAd$C:5 >,V44+D+lDm4s!,"H /N" 7n͖%:DȱF/)2ȓ^ 4KSXLʛ6EzAYRIH(%E9jd JjUXdʕ+ hࠁ׭^VEW: !3dȘ'όz9Go3(O0rѕnf,";WPHT!X,sl-Zh*R!L`N~-ȷvԣs&GF3%Ε/aܾ2f͚;WƠB5tI.\D6}RZ͏duV~WPVCq\rH"|ȕ^3 \y!Q^b%|EGTn =B FD_]A"R[H1A}1Enr1HRd{M8RH$tԝdSvhSMixpYzCRF |wߟZ*_8XpV CWAGu^X qH Pbv*j<*BGPX  Nx CHmUDe%B"nKK;}!mnoX[]%G%DNeRޙ3m&MډP%uTzI!gg ~jX \ 8pXY i1X#`a9Ѣ 6%ta4bGR J$lō9HNl`GHH H*@wӞQ T4QtvcvIVw&Nh6w-y-ADT+++<}/ <0 (f1``p 6Bv4GB\o*D#N0svŇ:@ 6!^x=@UxD=24rrȡI6[o6}A_Xm R4ybv[B/+AՁ-Ptg'S,' `ޠ؇PJ 9ЁJY Ei%6 H( W_rH(L :1ϑ5 NEPA"RAHrz$PjRHG%(]ЖLB$N͏] t^' >#B LE@OpЀ5Bz;$"<6 2]؀<} `Cr"P`|xذ#TrL5|[_Heә6M Rxđ(K#T J3~ːX7=`x%xIdvaPV~Bs!<6!̥# Nu@LA+@|L3L4rLH)zR&ԢfŒtהB60z }VE&ӜmkI:yN;z^ c=iO?j@2!N}X0Cmr @EhQtC(݀Ul!ؠBL] sH94\ASAق !T*B ="l6(8Lo򎺰ssSRJyV,J@)5,hvjr=Zq}l R7ӈ\"Bmiom ^MqVdV0 zsM' ym+CH,ˍnj؆1A}l3 `0-Z9[uV m  O`rGtj$r,8iNuݣ'xLq=MO.ti 7} H>U./jy,M.6D18/A'BU#< ꊘC\P?l>jZ&cSy$<1qiҝ\ru^Fd|V gQOcAAr3VX|"$@q!x"/Rt9a,YsNz*L}(LRd;0{DZqŇv5b/|8}f\&}j+&G#/KwqpOAdqr'f*g^ $Wt%AT@16@9Trp +3d4V33}0Q1YT d]M8G(@?7YeYPj!hW "r+`:PgnFӨnLYEٍ:0u=9$`P*@|KT,3NzRjQ0ap<2:b@$e5TbQc[d4^xUOp~{|47TV򹋍sPs#iW9s1v"vau*Oō{M9F4D==^`R4R'U]9T0b/*$Mmt961F0~WJ \GHa0^UȑX{U" j_h9r=:%uP`#q}P5:2@$(=<[h)*uDRHP0|0Ko0s:,2JG gTpq˱"+xi` I/NJTQѫd ^ _e?U]EꘘmC1T[;qq:sR"PptJ4O${*h)sP;N@䨚886@aN(3|dDe0h+Z~h~  ;;xp4C6`~z| 3C{ (0g^9#X:I3lb[48ȮT;LHdA+\'0 %CRp4Od,rѣOD2\! <Hi|g$Tp'ܩ҂5 PW~??>wk_xEAm $01h0ZP@Y[ +{p[DxAZz+&r"\Rȓ1!;FCȆl3ɔ|ȇL \Rʢ|gMR =+ @ ''H=LPeЪVyI^٦ Vm#=y[ŋ*>Dlk*u&RY̳%:p1b\}M!FcvJ]m;;LU2єe iGVz? 88P2(|?,(چy:+dϼ;"`;SW#*3ڈhpA'T${\&;g wVoMmw0}Vzo}v <ȓ\ؕ]^ ,K2Rz" [Vf5pӪy W?N PMI ,|؈mK.0C`K|M,M£'R>]E!(uV um}X|m-]ׁϯUKPʏ `I=Fp~P0MW+!½+]O'94̈́Y({\L8l׶_uF XM˸TK,Z"bi%Q!( l]"]gyvMM ށ!nP1x# Ib@ ePpE"-pg]@ e b@š8/<٥T[R-z $NPAȜjHBRY+u;@C*AY>#(E+k[[iv-:T 6R"cRa~| hdn~ o]vFRGCHyDZyOQECD\ #R`?*ib%Rae%RTRĺd:>cE7 A-EF(>*pb-h|-hBP؂ "Xΰ-XBpBwN`-O:.9m4 E6;.K.3ֳ/0"FQ"5=lfנTQҠHAO JŻt&:킕':hiA0B*ppb7 :c((+ aÉc\6# /7(&U 6!Ϡ '@|Ix-zM[m(:n"ٺxk,37 mdK-<ј0T@D UND_e-[ eP [~!LBd #TLYX!-+8Rԇ hԫ>*}^y9AH %$(Z] .<Q! #M/&qjV*0 kX1*QbќSQu LDi:Qb^"jG*&|h$Ta #@ Jb@7q2Pzn4#:;@[ N]]!ACA%PPC!0`\*@d/f` &^"c-E xHg$F. V;Msf3 qtd"vĶ3tW_+X%Ӎn #@`RA@*O{ ׅ. + EGGж3pg ,B…8l+GHq  X:0mA`t瀅ʁpDrp'qMai3`m\I2.{s~gҍ.a f;WءCBE"l 0VPI+.YP@Cb-" @+|PsyAfA !B`!7Rt`% <@\,zChp2r guBr \U:&q~x6h&a ~:UbKt]:{A|-p%c #G*4`&' KZ?ҏH@hChV)' p0b7BJp43pC#p J3E PMP]f U&ʤu]iw"Lg:{tpo< W׉x5M@ b$<|,Ϊ# VP"89($\̓`y- [F*C T([C!D4pXA E|*"2&dhW r3_bN3ܝT^ɯ7?#x$`Fk@C#$6-hS)%uP6 ( %%;A(E; ,@L@4h@DT[@+ +iIۈ0H8 KLtk9#kU0WD=؃P"8H`:]cE6EȃhF<<)bq-p!Ȁz)fd%"-"4PPʛ, ^4éJ0&>`'?7c胄0H(à̜;w쮹y<{:X1$qG:$ȁDD@L98D9dLDŽLt@@p3@ Wݫ8 C.88 J0TA҉y(Ͱа"?XX?HL!8#@FhJ 14`p0;₳<+2GZz32Kx.?ExPR07l@LL3^L ɄLH?L)@1ȉ¢-*0EIM R 󣇂 4JT;0$pI#ܤTYD|ǎ0X> aD! ౬:c+9$ˀNBܚ,`-'h#:"q"Hq?4O>?]^A@޸ 85MtJ PHP E+AG#λDۢIH.x* DPTЎv1);1 $9p&>8Ȁ-8p!J㦁,,u;B.8>1qK=S=A>L?D;XBDFIL7̉XJXpTÁTAUU<]O莡P8ɏ >9Qj8/{&8 Y*'HPZ0us$>J dD^d,78Y;xlL27л@X9X*E`3[<4؃==4A( (c@E$ȻÔeLT)>p\͵X͝CE}?D4UCه]P\xS`P`O`Y`)3p!*Ax9Л32CBW:(L#ȃĊ聧<+!$8(|)"۹ O?/H\[ \X3`0;Y&B=dɋłMCHJ|T‹\PEa.670?\PP:(E.0AIe]-ha 8@ xT= @bc>)f_PںH, L[6u7J>B4.g(c60Nc9St1-dH=I~rL$]mL-iHs,T.aVV.6S~XZ.҅e_Qu$a (fc p PT4pO]i] 93po " !̃gix6芪i=yJ)N[Z>RDEp䉶rie,dHd@XؓFSfjV6NT\9).[eLeO+SA j 4h!] ю!ʰD:k{F)]9ư胄n%^{2)">ve9}hs B _Hĸho, զ| dLs aP\a.mqZ6'؊7:xyIܶ.Ynp'~~=AR.nxRЁE(iR)#3 CAko>M WEh߂L D<3ȸi>xpm@s$K $ A@hl\,vll^.psKՕrsZ[:i+r*I*@f&!$Հ,9P HfNRb^%9x*:fD2%4osym K׉ &2p9e, 9 ;w,z´!+_A'hXWL>āi~t_xǂOxPu~7AKڻYV_L.kn ) TAj  rdx+g<xp7.'|ڶ8|[t"~|7N70mf]ݜ<:PM-.hCBҎ?DY8˓D.7n!! !&ʷJۂX #G{"nrL>܂j{kr#Da D! B 'N$h#XZ, N/]J2$2tiD'U:u4+,1H5L 2Rg),< ĊA5 4.-RȭF-zuR7|)sd7y 2p!%dx!C/J15Qt͐k !OAm '꓈?y-H7Z|8F,y0o t,3| lWȱ!tMʚRyriDf1]w1jN>%qOA"\2',41T-`F)-'&+cY,%l\tمF^Y@42D!a}`1c&$ 2AqH UFH},`r^]VCn Ccw\t1rAV@Gw~ 'AwhI(KA'x+9$5iW z@T/0 E}d [5\v^NY,"H,ca$r@Fb !R6GsH)¥][ ZnezI ĵ)DCrE'qٝ z~0<1uaGI(}.DFJHTji5=4(Ձ.Zz ?`xF,`+h܅ U!&\Pvwq\5 h96Gi A f F ؿ 0t|(my9dS|0jĘ9], !!)8F]e*KmD (@0 M1O1{8v9E^\躗=B.ȖmdwY9 \7 ñ/^3!on  A nX77`qBp\,HNr;Ls9ptkv\HܝКu;iG/ %#)H<"%H@FX  MI b`A4a F x4Q+XtO/{ɂp XzХJZv,` 9 BLr*yB@$y Z QXfy Pr>NܤB҆2Ԝ [X_!2駝$fPC&I %P&Jse“"7(H! T$E/b&u8fю} G  Yjblȁ?"#`@%Wz%ȌfEZDh4@([0\%9r.)wbְ!P6F%ReÈ9P1`d̠A @ಟ` a ސӋ!xkP*(1bf%DsK^G'@,!hȂq,UES& @2!L@c?$h :ĸ\p{ֺb[" r;QSb%KoqX)[2A ( abp7/u  <x@H0*H\mH=r9AX8 XS7)ZⒸJ*Wa6ֺ1R3Tx42p{\c0aŘ i׌HC)33 Q(o$P˜uf@aw1$7]_ X<f ́֨f'"Q aT !pkgؠ ltuͯ0 U_έs[` Eg>H nql\#+;E<AhC58b$.>A⏄HF"Po3 5ptEF-JpjyQ_~\x =ո: AEBB +xj`(Rt*ejC2%<{"+c,ceX' K ,$܌ǷVGR"DMc$aLu` \"\` "T\FMY~F(RY/֯: g8gmh0^fMG ATulA$RBIA撔ta! B@FIP.vXG\UXt Ѐ\A^T ZMZ$vDGz`݈ lzAg`k]ff",oʦlF/ 002_$T%JyjBKPpkZtjpL"\A0O22HIE \\@T]AHImz*;qAiz+l @(,y$ctܦ&N&Coos zFFF>zL<;8{#S@:"즵Z4B{rP"FAHsg5?`wvzApMˁe :`t[-|ٟ=o|nF,\( )ɗt9{Wd;X ȼ{9|j3ٖzd* lA_ag6"}Է4zFc7`k£=~{ :1E7@*Pxbs_>axI!T!1~v!4G̞O@hLjvb臾?/F46Gs0>|ܰ2AE)RScƌ.\Q#I41DJ*YtdL&C)N3`̐<}fi#ԀF5 ь7[ԩSlBuCVQj*[׭ZmH ^"ZNcCC !bX:C%ͣHu"1W ޼9caY`Μ jGBnCX3|2H5gPb%É~wr3w '@ID65jGJU\q!g㮇>ֵW#|pYC찼S 30:,D**," ÍL{ EÇtCFMl%Qr)$.(r͡A.3ʫ*<̲´+p@[͈ď4pB3 "A.$m3; D, E ¬2hD2UDQ#?Jͤߎ[v[Z/ݴ7:If;P oc;csS^w}NW9̗ u2`.V`FaFa 3b2WFK a I# AGz>*0e#촄Tk!>0p͵IRI{&^\(P`5ꡨ#++>Xa}.e] x^0a A&$-0nmG]"s3ǼgryL~Э#J>qӡV!7j qî&;f a}D&1m~G zE (nnxX 3TuL!aM {M nQeJh.|q$2_6fsֿke1Yi*(ω giK~G Vp0q3c  !K J*(*Z3*QD-!p3TC^א:5PŨy V %Bb R\UEkc;lRK$%mە~5np˔&S]q"tHoo^E4?d2x~ŸJZ)CJM,@Z?c-32VL0?PADFL$,RJZAX:<(-R p#I7Gz}*w?|Hfj33L"Z+OSFKQ>)IM2U2"EB YfP)Qbb1|:Zg$QR'C< ST}< Rziu8θ=6bB%%Q9Yzx~T|OTKҁ2)kWŠ4 YtODD>"K'RA*tJùWnv3uIYɜE<PP>sL*QE]SeH4@1RUzI[;8%B1|[nz Cu*R x Ew8;|i \͹GaN- TC!,9iir|V3eG+ewXP7ߢQ8X NPՍ/" ^xiӐWpؘIil7g-.JൎEb.p#.F0~o2Z  ` &0̽0ҶJ 0qBb P$,ΆA^0ֲ%Q8QYb&bO,J-j8+ P# |6d1֋ %. @ ! ` "!D ĄP!5/-/ƥymS"nđ&m%iO!ia &..bV/>h3Zq @ bш8\PbR 2P"!,!n.HPM$Q\lURZ/O0;o%Q+M/Ѐp 'XxmK2jcB?8d1"[* @ #p}R72Ҙ$r"%")2cYb"-?n.ߒ/0.ȏY; &@'!3^";.>Sx39C)>KA8Q+ OkIb~`, 7@AJ/~ V1әNf¬9#9 Q0 : Q/ s&@;uRp,bZ"5r @??3snQM@[I|I~P LAJ™B$WPCFyDD?t0tD۔5U8‰J3ᴎ Oiq=? >7b+Π`KF?8)Z *| ! t @k΢8Ţ~t`JtM%T0SM:qNΤZh 1PTƢ pO -"H) `F ScǺ J""nRu8y0!~"2$_pXC:O/tb30/vMk0 SEg.rp`ZP"PѓY81e Q9F0-^|mΤ` ԕ]%2%l#hPhU^#lI{,TIT@2$j'` B2TCWWRcC95bCcI4N)`&5ᤠʈ*rN (zRDuSא٦1˯ }V&9€@7'!~ 2RO5#pv_:/%g|qc6yHl#v< Ί.g x H Q~)gLꦙ ; `Is%UѸ-Taু ʀusA07=j a,)Yګe3hڡ57SBy rY.f\\РO[`<`IYcU%zX}16T@@KA)tM۴T{ac[mmswc $">+{Ka{/4ùFXAO \ZChg=q7yw -[@JmCA{ ytL{paӶuڀZg@BksȎ{Һ Ҙ Bćt%gOxR)Q} \Ad|kQ^ 8weMmJEU[6*Y"M+cJ`M|g:Qϐ%oN':yz1`tn\7wvW X J`5%j܆s<jr]bҝ6T_@J6"a ,EE}N ڡv gW]EW_}Ve‘a Kz/#͛`y |#"F:{Sx΢&U @? j3ՆXU߽ځ#sw}K5)z^+Bp^MWݠ%[Ymk3|UBn- RKs^O1 `⋝; 6z%5  ab\%=_~C՗! ,%!`Z _ 7C | S8K!͗^Q[ N5yJ7Ӏl= +_NjiO_a _ ʠ Z8z~ #~Ӡ/Ǘzx S*R8…(phĉ,Td1ɒNHQE \7D~"̘BԼ3Ν<{ a!JxQL_x 3ʔكH.\kpBQ ?b ?ڲ 7p{fp.λwmif3k Xb%` QfΙ-+JB0%8Pp!gpcI=6Ё@Q;7:*߰Cq~ȫ79ܾ@TiӦP[[٢H,ٲCҺuFNGĈwAh/VܘD,[LEfKlK i$jiuFHrX[lC -vq1GNAQKIt]Id .HxQDaR[1e W#yM%`uԘD񇁓MVJf-؄,P(a,tB5~,RGo&6"KC_Y8_gUTGȔR08dAdY1DmQI\X^^_5*}}fnZ Cȡg,{`D Xہh 5mB gQH}.HJX@bXk{H,LD!偨QYƩ2$L@8EHI%qE1ŷ[ז%IXd&Flk.@2 AeCgr (*tŸRo%Kb"}1 qr}XrL0MT\vdC &0f8ϛIR:NG10  J BG"C#tyԠhDutX G]dA܂'>?u|#(x΂HXZ9We+^[KVQ&!e1$e*MFA=ɂ%d 5M+YlJ>5J#Ђb˕h?HTjk@R!]Jmaʔo7G(C Q(H>)C^UvR~-\`%',#."Hk*aOAJgNtp~]<H"g V0=3V8i f@wlF"碴&Dn!BKB_U蕢aOW D:EBpQDPV2J':0znpeN`h')#<ټA2+HpC3BMͮt,EUO$IZ/+rsQ`B $zHְ*7 ֹsEl)@вF:sĻ'tfFAhJAZMr1+jd}*hA PA F0xML]jtlo\ٹq8-Nϩ!(ssHd͍Tv B ;. EӟRJ ` 3< b@$UǼK^hNc_zjRf0|2]Oң #Yz}hԆ+"l`C\wQ%E'ڍGoGEA 2}лw|,&V Dl[ LѭʺFC _D!4yĝ3yf_Fn< b({OQfE&ɒkm2A}!]~"~ck[=vuq^GmJ1+q`Av^ ; (G{!v2%6~x&SkXW|UهC:`NJ(х'l;)ȆTe+~qtV"'r8a0 |~!Bf|wL s#HCNfm&RHW-7]ԅO'gM!p~spE)*ie'EdgXF1R%0H 6a':|DB?1z5W)d,(t ʼnfPSh47CN u5/FV;j5lUd7BhdA3Pp`U&~eQ<7B r؀QkFh+hh4H8d(sQ#sHdF2JK-QW54<~FxxLuf|`P}~0Xt|=6tfژkH}e}6IT"kBƓXAyEiDOr!wG0DPAB}'W`=%89GdɒlWۘEGъB򖶉Dsvy82P#qe#SW 6/0nqj%&'fY:PYz}X5sJ|H8v49œOvܚdʩL詓CI"<'Jsjńѳ1pJa300>3ƯasvRJ8JfǺMD#=3/ʜV:/L5@/PmJY;vsj?,KuhR_`,(k9!YA]:.5u.DS{uqR*V_ a;Aph%e\Gɳ)E WیB"+h˚зA:Gwt2)g]7FqLڨ<5cωd"7CI;EEYQөArQD~%?>1zNCNF~-tnѱ8bx]ޤ:it209ОAާ溱"}tq>6u!=ZL Ձ^伎%\_Mm>>F{ +6VW@|ybt]+AD .~lN;,}룥N\[mÑε1G<4O|Xq‡5ќ).S".G6q%pt#u]?saOXZin4c fͳvcEOʳiSl8!VYܳ.9l+CN=an?z^qoJkCCTə|@\G@kx/TWq~>&b˔fv*??ۤoJ?N&KTB˶TOQ/Ͽ}53/Q" $PB ^1b ,^ĘQxQd %#J0~  j&yM5gO>ęTRM>})Ȓ%/TjuիX%J ɂ%*JAR9> YRVV5ć`U;¾mM7 1̭CJ}qÿ8i Tg>i.-8? \r]-;[#L`ZY&HZi WvoRsƍqf-@#N@M"[`@%8 ԍv{0K".0 o 1D53XtĢB_s-)@ T$$tAd2IGmB9-/k:6EU ((TWU493 OK@& B XcEXP=G,ݭ1L13Ɍe%QIpWALVu .+\QW.5&yRQfev4gdiN,_*>8MMCB\WvB/>VKי5r L6 `}T_j҇m s.jb]u5CVηXNpųe$mfAY7FO!S[ofo6jNSCϴv36^Ö^cc_m O.QȻveruWLQBkdv:h^Z2m:C-RG}>_׳ؤI=FTDῃ-]]B2 n݋J6n{Ȃ77_ '!!R>- rӍj~V+G1$rʭZLWPW, l -SUS%%u7 at&ԅKuBS9d[@,5ᅆgטdwB HDsIpLė ΉE׶}+\t<@E` E2c(gӬIb!HDVS4\ l̘mtcAX2͓V.-Ej'x|B02"d6GlN;(I,ICTz3Hђ}P~9.pkoE"hGc-AIhBSEhMn2T7 a_|bI(9 vˆSl"gP8E5`d$3#b5{AMiJ\>CyH.8D%ꡥR?cFX r⌣9;mEiRFq'ZYSXaAt\vPSRAk:T^"(W6uU=шhV`)W+cXw*ם*>ݩ^Eģ3_sˍz(f:Wb'f ]CPBpj=o)օs-}?hX<5it]mO][Y2tIE*Ro Xo)'zJBfO`RSkSIyɳ] +Bp D4mxցsO mo`s[_,/`/KXSJ \`` k4sn{fd)pNnߦLgR_,ɳ.3L!V1P FNZw50';[wF}3bm@ƶ66vkSP];Z:@0BcTꨫZcf'7F^W[ٌft_o;">]'CVg. mv/jޚ.cʸ=W' um-TC)7=jGM< V |&!Ӿ7A8 xq?_mDH+L -L⺾0l@+,dmXA7Q\):Ld A?AEEc6$DK34m8($JJd@K>ƻ62+b(=Eꩿ2*/\BGL76Ҭ 8+^s$E`3Ļ) E#J <\D \1XTCC |A]D*|̣ͤGuΗ-lʇh5N{iJHDK!K1%=L1K4n͜fKG2 Q84$HL1tKT…vgNϜsNT5tFS[ -Z<CA&}bT7=V/[ ڼ1K@qR5U2-R%B+9TVG}ؤQCeD1ZO>%NE5 VtJ4e kG褭u\7KڴQiN2R2ЊQEn%ke% EZmĈu]r E !,"S&L2e| Ϣ!>JQb"u,2 )`Bf$I \YР _&s͔+e2dɓ!A 2%ѣM,YzJիXR%@ (Р֩YsI!3f`S3`"5a]B:TnGʌ ^ҧQ#'H䙨Fhzh຅E )Kcao2 D$C郻G$p );ͅVo&\OQ$I8!V0С aU}Ze"L% 3 B_zA 9GGP 3G#|Ȑ!e[\A%=<!P B!j=X!lm DAqCg'DrXe"M,DGХGIegK]M)v%y& EE|'hV\<T޷I-  03Ed|APB GG2U4|%`@Cfl:4`h"F NLQC`ǶHTRxѡwI7A[d$ēwl&TRx24eNY# zFRKp`_VI0S0"hVWe_&\Q |d)9db%y rI0C/,Bfa%s`,"2@e<9vUIr\ش5sEdkLr7'tx]0 q7h08\0 а4rH"P C|!¬zbv<_CF"P@шʚ 1b\(DEdT<־]Gnga}gQJMEa[J7܅GeMfx$R[O؃!p; .Ǹ:c&Bg,&( qA"L"9NaQf0%쐈J;D >9R PÌ @9| =%e :d/n ې\K[Է+JrSS57^`h:n {2 +S"8*b &`X 82MX@*AP:u W'RN-`;p\a4%@ZK Drq+)WȖ#bs!vg}T8C߀2J!}h W<{#p5͎<)uus_z: f0.2|BX(Dnr . &0`L`*@Az`3WY$@u3C\nq2$<:\ =PA! BIkPT),@i&Y@x=-$;1J=+IεmoTvw+IX/N' >4c {$B1X^+ Ѐ8щ> .I@6 t9\agyX𖸬Nvr+49T!ɄA ՈZC. Ȗ܀,XSX$@zo u0Cʹ'\jl;Կx.dtcLI|ڱL|g[ t).(!+V+T$)7\*)l ZpD \iDnbC vfۣ8-:b~*|n393XvRAg8FiLm۫f)&#? StȢ(UJ8]x,X(UmaM .!eX Xb1-N`;Ew5U\K@v0Q%5:0)"xUuqInvqur^}~Lvl&j}Y^'|7|ፍ>W{9PƠwFh=G X&,:m,0|Z.9+%",1CAKs!f+4%Z5L-"$֊h (c 3 FQ>7\Y¦$hϭ@yGЁVnqW]@X6[ƍv0,"@]q QUN>f0͸!ÑX>PF@&A;N%.Æ#5ArBA F85|%Qƒٕ&pJ|QۄೄV/4cgo}up}dPGB (A L КŲAqu~i7:(DyʇpxD|bb&"-l?qemfg&`{UGuzIT`|@a\gGvgW;vir}wsFuTQ~>(LDv [@hp%Ajr77_s@F'>ƶFd6PRM3qz5eG?Xmfpfvh.PIDngՁ 89p(%X*`|B5B:N/3*4}> v w%q@|#w$F(Iȱ~!,,8Pkz_0K`&z7˶EfH-k/iU/disgJa+ +,NS {1 0Q @bHP=@|=)r36Eǔ>nWDD!UHCxOYL">p%L$SrUgS_(5V>5ZXik؈&d>gňR(㇋Tw`5^)A0PHY$@0 @v=|BT KLis>PCѵ#<"~sw',t@8C60%؋2?'>!0vȅxz1qG^5CIGiI@9F9-I./j6XGa Y X{$H~^ QcQ`#̠h=- 3y0E|pL0Yh`[C wwP=C01p%hnB0\H)@jF1Gj#@ zij(Ӳj{@ 5 :-dR?,z7"a'F0 6*b h1ɉ{P$ `Q\שaIOT&*}vD䙗/ TxӳN2DpwN*n 5BS#D3@\:#Qr ʙY&6EF0{Q/Wy7EU331kZ #jzY3.)-/i` `T霕x Z$`QEvPPoPh@e4/LvoWUs,!':"P(@Zs0vr:YYxP͢8ЧXJ]D.I7ya_W q {%ݤ_☪ ZY(@ Y˙g#Y5+&Pplp!Xj[%,[d#٭N0:t(`(s >PpQ.M){Vyy915 }K; +*y$'O3j"g 蜕{șPX趜5gH'ީhv?;30\+pY۴nB,:0!qAe0@qQhM~R(~p[-NEQ\6ꄾokKۿ˰e7%8[)|*;ղSI NAP@PżK| GdyjKEk$ )j\6NPNvP)ZT&q6tk 1XZ<]l[kۿ۷[CE *7+9(`&g3Y@5xqT%UdW:j50\o@ERpN>+14\E[`?wj!Zy^\i FagC%sxļ$L\i@ɼĂ{<͂`{zМ`\ra {D+1+ٹTY9t0,P~vn 9ZR3}vi)5nÁ0]o3N0hcTEV#w@Rpg,Q4(F1 XvMv-珈I ÚȢݭ[ ,0Ҋ~}: 8s@ЊɱDCPPIg;b'p85/.DW-g3FL*gGZxZ^Ʈvj;n;RU^-I<}XY(P iP _ ߭* ^{h^tpk9ċ[5lJ1kђ s0}$UY[p},K@mx5dtYE`3_^5o8:@?G@> u$gp=t^Aޞ0 ~A _ P:rmnvi=,/Dɇɦoz$AL=!P@(?oܴaU'_3^^T//O27@._ŮXx~`g*mdl=KpQyT.ww߀gN'l>b_Yٓ|_b. Qc7} :C.IS& Eeh1L0!| %J)R,ʃŊK+1eZ9RJ5ܩSN?%Z(MA{Ɂ3#QbO n:+O@IÄ`m[ X1I0ʐ"K#+Ă;+׸ :q '8 qB- bʖ>l("А5D"6CظQh=FPAݻ4[p `Bd˩)Mp!"ˀ#0FJ9">XqY}1ϤyI* ) 'O* 4X+ K.T"1.+.P %ZLVj$C*&N`8 zC>"+m4(P8͠Ѷ@?P63(!E83.?آ4Xm?kBt" PD I)SiD *J%/@RUPOT>XB j` ;\T<,G4Z0#PvdTX GQ|\a[䠂.8BJ-8JE8s(H6"f.  ( X6L 0ܢ 8~:c )n-؃=;TD KIH%Uyee)SL/Vs֙U/mup7Pd ke@ ;W_5TX"JvYe֓^=1il{vW%Fj!`a?`؍@7ـ'661>M "Ώ-3`EDHE"b(bdn$oGS ly^`r  8N ^3EN(\ TАbߩH\X:Ӂ,%D#XLjP]iW;9!+CPei{Z25byO-q@9+}֍>eC pN1%-&qC 8> 胗` & ` 9ʁa&8)XBcD%"KNfK$eLC"zɇ&2R̥"AK%ӆHadW 63  P@|p>lh\B¤yP$I rf21$%bۙ°g8+Y96* KF=t{ӧA"%V[u\@jB-S\ Ψ41ؿV$AZHjp9A9L/[ zbMT%fC!Dq|`Bh-dQ_1&}%NqHYG+,ݢ.N2]df:x8 1{rQ\, R(_Ţb &|MTKiգQ` @X%Df#`\zAӾ\9,Np@㢑 a!ךEJ b๵[l6ۧ.v{C[v^t#w]baŲꅹ~E]0BP2 {Ut__D:}5A >\BrvH@d'[Y,B8֐@1N(SI8Xr4a|؃ lҘ^D#;sK]Foҙh=ԫL&i) X@#P*ЁK4 zA@3hЀA @Ȫɪ=hk)R!]SB=*dKA'ۥ{^I>@K*AS.Y`˜-KR p7h7[//.( JhTxz_xP\ i'<77T?ß (7"@CдMߠ-"!X@XЁEBX|ak{AA@YY\ 3_S:hžBA;#D“BI1H) *"#Fj(3C*4h! 0",p'X7XR *XI'͐H?H*E`=Y̘ZLAŋ?(:&aFh;^:Fg%!hJI)!JiƦo5*r,ak /7DD@ x/H 86/GI9õCwA3d3r#H, F';8Ȁ{>h>.,ɚ,PFx)I98r%d=[N[4JD!?йB8FE8X":4#Na%&ˬ,dI,Kic"S\! z;\v\2 z/p ho0|tC2XLLIp8 /XBۺn1udy?#{r(#Z 7h L 4P,`k14N2,._ JE4 **6i>BF|S,9MO9%dl`:BK4ǁl[1K K /(GHV"}DL u,pLBx57YH6s%=F8Gܴ%3US;4^Q *dԽ$PRHhTp10LĤP$ խ !(4<`XQ@B,;XMh@H!=(70T ߰-?8,=ZV2&zV@'1&IAplZle2KKLW,ON8W%U[(DO~D[ElAMh|cw\DP\K{GRHTe6XD(G U7X*C8H0E8x>]P PV9׿ "A@5VFܱj1`Ѝ5?Ջ0oH{G/T2+#ؾRرZA1NpԣF`@b@ H49@H V<H^ VC>(47V23@5c%ډeD^߷c|_eMg@R4nO8T`|LaG12|\ȍ 6%] nOS_%о$Y=h 85)M0(,K`J,94h,'>hJt,"X@|p'Y=Wq&!0&TGJ(raEG1?g.AbF:ڲpZd }H۝8Q t`R#9Rcꖋ9Ak,tFԙ|ko@sr7F9 [9x+zO@AOPx\ҵ8Ht Жh C'N((Axr!P I<=hF6F҉i4V4ᴧ&Br(ٔELUfw~H8hu9kWoߺ pzzbs>Wzsk}[wHh2:VX2wyt1xPnTHT@H$h_ɶ+'$b QSG@&]k !q>b꼮wI!"D+s 0(eʷ26(\D宁E7chmks.gg]z6szqt$:'C3t/2˺&|-2 B]{Rt/wЎ2D#DI#"9nIPѢ@Р㐏,Cj aH/f!#9yj1ME|$?) %J(MN#GuhC"CbF>y2b!-#D2]z펥/`GYx0rƍ7!EL̙1cN"(#|2ŐafMdȀFЛ]ѬD֬[E-PJ)AID⢉sXtf-G 1$G!C)@K7ICxeFGxH1(҇wey$Tr]Und>bbdV\)^_x{`Hl&c@fˏ}Vd]&)݆9f=c *eJxfDJ \*i fN9Q\lEm$M!H*) 2t3F'AS!ZiuSiG}Č0peWZĆfJ_- #`W'z@ӔC}XfԑJg+ a&iٻ T=zSn>}\vfFDgR_)0vfEN4^"-`H~UM/(p}}37c1y6BH lb՞2snԐ@tCjϳ!&ˢ/WIRJdA`Ab&"Ùΐdz#-B=-jV"!U*g"I1vz;G|D/O"G[&DAj@&HE @Q_~ K P fA [H0<%SO |!BA P !CaJWAAZr6v /qQI$^݂jK9REq`<'FlLâ_pe7q|g~Jc*@GbLSXS(@?2 0ԶTN ,(r5(@ D&}\)1m{CpL-O x)ԀoPĿD?|EA!l <0Fkraِ6hMvsf= 8BN/-Y':Ny}m4~g:&[ZBBY L .!ʀCƊ%ExB_ dHG),'x- DҗN+OʍD,$ g?*ZL1s(^1`C!P>Tun V̉dk\(Ƴ3%b*ϝ4O91<+^ :"_ihHt@ BmE!{6!Ah)Ґe'ѵ}l`Bj'*T^&l|󈓷GPȻקiKtX C8j /e|򪫖XKss-)g7c9Nŷ`|k+gu1$JPsj479ұsOx4h'](#P Q0baH_4dN*(mfRq%1^,J#u~8m]VǾb"Ylr)JF[סNE~ILrBUAF}8x*pW:9:3Ewy5B"aU2d;.rKg!hL,XMB|NQff Z;l (@4 YvpIJ-o9BԲc*4I cS.df喳},0Z$q.ǜs{{\բ3ap-ѤbLE"x"g*L@^ŋĜͲ R@vh`@N0c(a TPTr|B^G 2ye,\J Tņz;Y+'ҏtn]?}_Iv~|w=:{ɮ|bVo32Ml40 u ,A\ Ze&<$p 4P@=E xԈ4eL 3TN!!S N8壱 ĥl!$MXM{d@`:z XNLU\[,KRfZp&콀nf/dghD ]BB(<#QZfh"Xxcf@ @ VcyBY"-4'  `",J#weĈy5wdwJxcGc52'eB f.E(rfVcN&_[M]aT#)PyBܭ@&z¤-UeG s9  x !9@gbb #I Ѱē]$aΕVZ03wl:aKLj@i &eMB P[֤&+Ph(8#A$8K(ցFi@7N+ H <*nhAhkucZ\AD@n*(#*T_ yE8ZTi A(S|h)O4**d` #Mf &N+}Ll(f.^KjKI^%ZߐB>% B)tDq!igK\OUVD .#z ֺp^Aq&K >AH@HH@(fkAq H"mL01ɛ/\@qYXô{؊Fs=E2-{(.Sf\Ƥ:K^q Ʈ#Vn Phx$A,#Aqf2i0LAK!\( ,|@`+#Q B0H",B#4%4LsAADC+]`3S4*%SD.ݞ"TD,9^is;WϖsYeZ{f9e9hp!$jCVpX|@Uq*h,A-l4qS4Z4\l4 6i23/ŜQHHBQϩeZU5pOpW;uu^5Zw3P#Ad (4PmDt]E_(7V#PA46eCVl`Ag{H"$%A_ EXkG%K3QO4S vn[ԞXΖr3q5k }7r;ns;7V "\)vG KHwo #a7by8FRjtdADKG~GY+%p8 h"H2nM6̶*E0D(o\o8rwWk x?kyfUm(DuBApW%`FKx4)9{@C+HFHҕU]YAô#x/"9^2s3Kx$ǍxVGYn(Wpz s+z x>zԁ)%.@ lwM6Pa+ ʺ*Ƿ\|o!D ﺔՌw#(LC" 2`yID^Ki{WE 4Uԇ;7=zp[9|I#ȒFyH0~t# :u s& )SP 3$`ČEXGS">EPE~T7 C h"9sfXn  ζ6kMeP4`öN=Ii%̘C\hyAΖ(y4/]$Ѣ > cS"u,KAXF(Ǎ7A9[P.X >/>ai*dt"Dr4aC!F D79D7N4  >^R6" ⍲L@3G tVpM #(# )L6L 0iL2e.M\^bJ:3(oLaHddQ‹L@p%Ó!KG4%L9=<#$/r8)q?s+" !@20` Z\#(2` h@=4ٲ2g^ c-4j6Lf8cn\M8L ؘw sHCox8T$&U0 S3]LǞyBM@/eoé{9 6f{BthYrg/!\_cutQ.4"nf0!ˢ 'plC%(A?gCc D7䮭wfo;yEî>+cZPUQAR>T8шKЂ v& !e$:V]uhYĒL"A_-W~6$sI}7f] VΛOW} !p<*]{rBͱF_ W Z]n֐Mٿ Sm;O$"@l22Rr!4:qЇ~ӸV\g =`&n+toe/.䦯h7OMkg" ࠪ$vn:'@h@O6on"!ܭnNoO \\OK@ Ξ ˱N6*cL/5!nEI':&6,`@ b0N^¾'@@&C9/oM̀XV@%%ǖ0. p; yzB ۥ_m|e^JJb#Y m`~`<0/9dT£ &l"IP` q]q Z:ʄeJ 3q9EoC(^厈`& { np 9B /sq԰XQ*LlBX$lre0beb2&. &ٱxQojlh]~)GPTaX"' en8YˍVr`(úX O0XC<@P`! r-#/dm2Q:Ϙ.cdQhj.nr 0 "32jTQ)LL6Ҭ 4S3˼"|@ʭn!f $j+1aCF- t3dHTR g:% hC'S3& +118 ^)%2|8DBSҵJ!H&+Q5CPP$#lfl *` LA-!h `7MP {In 3:5J8:?'лKňd@%@`bcV*7U|=V3hE>1'+A0'Etx*2%`AjѐD.6Upv/ެs:=0:A:PN>5l`f \KsU ͊ rr2լ2==P>(HC53R'#ZT!(0)|8}"頋!ZC-?ױL0ӔLDE4PN"FD2`³dVne*Ж!,zTuR>$Qd-(\)VJUJ'"B4/IXUq;050C3'muCV S:,'6B 1R̀jHw|!jmgQR>]V_{@t \] mDT]chȘ&+/5_Uhu0V6`kWy `N Gq V!&vY eH-Nci>H%eV5K(\V-sֵl&"g+ 9Ssj0_ S0c5M4VCVi6Jt as < T5vŖ6tVQ35)hoD6&qvXc`e*4#v]q/XؠƂ*KXL Ho(_eqMwhsWwrw|D r)tL Ԧ>N [CcMgu* s> (}Zuh&{~@ *Lx IIyyw:89lhzŴ{w{%{;rL#`! @t5&uI~͖l _UmQMVӼ$hLQ 7ǀ \7@:9})|Q0Qqi#{3xk Ѐ` p8tfWD5͈X?hHrW?!5B  #Z@@x -\eԀ$efyŌnH{VS8oYXCC:ū?g@؏ݷtd~xXb?Zn>>6-j '/KCktqmF+ّhmWM_kV,Ȋ6Ua(^֝ :b򹖵;:ڗIV:xJ{kI4%DY jB&iMJ Bƕ!A(2U-A T#!Oy nђS8]$hxg Km@YC0;g*0wGZ,%%AUnh#j )&i{S۸[0>> FNtf zH[6_dE:{{u#=يCai>Ufgڷ` iϚQ[w:W HMJ!; C6G AU9lzϛ7RU$O!s޻;T_)2WB B&a$ <2~^9gu`LC(nȚ ? z8a3N{Uc/OXW%@" cs' xvaဪ-߀Kx\qY< c|K!t:5]g*؊6J\[>ZgJtK|;n)!N Z9Sү߀JY ۰']S`nDN6}}E^zz.䪒ĿE{X%]\\r}Yn{"! |\MxMeי] |SfX#}']iwzJs=}= v !}ĹP׼W2 szdjދQ?u[`e%ay!'5ZZ7+usP^y٨,$sA7 ~bMYD_<ݱ2OdR`{g'0aM|~EJ@DJ/?sbӯtA}I8#.]KM7P3de\އvdx0>ȃܮW:gJ/L+} a $?@,25߳Ǿ[]A+՜U=ex?W?c@ )S9 aD,ȠRRD9%AՑㆍD6G*Z#R7\YdIO49F_qsƵӦ]Ë@" *H+V> زЪM{:lY zw5^3]JA Q؍x,X.bLycOjcCF]"&ݶ?OM]k%WR!eUMAf(Hq~u=']ZhTagRH'gd(z+eU6 %quH6 VՃDX?QZiq8bI~#xWt nvQHGbA$|ǍqQvfq9QBয়=֟r2mj8 fE_ ]edit)>ܽo!G|GyiEXJ*%FV3$iD ׁN#Nb %Zpy\)[fS 2RP"ÊW&E FFWCG Y-}eCLs}or` :Iq`N)'0tF'SN"/v&]Lú-RAZаlwl"H"|D|DNJ2ʙX/E=-=4|3չTH¸)9 G!2 j~oM .RhEG!^F(rH#'coE-ncvWr9 Q l$b /Ab TMtG$: )S 8ͮvupLջ.a'2xCg6` D ޼5"4+҄)lo{Fy:3 (Њx$hzƓ7ye/)% gZ%&Bhc3XPmd8h1\"#s,e 8fIYZå(/pI5P*':hk"Hn:bEA!#!!Yr%.KBaD҆̊Df2lV"&Er/CJ9e3.P PF̑/L | 3@0;݉ `%+$8! RyaOoZ|F*( >v.Z9,FL*B7gXqXo6)d: @MkQjCL]X$: @bܧ(S(;s\ H`ltnHD#I:C')Pĝx4lrpJir VTMmӀuojA ` AL]2fԭ,~}#KwϚLzTUUUCrBȸ0fOD:95ü>Yl BqHRfa `5MՖmNRE@3**Ey1 I@s77HNQuea<Zb4؈@u>hFa"hkyRА,AC B]>U<.P;0o"2 B+ŬѲj>):Cvp}Y٤eΰGm#q n P(mL& rxzur @׺{3_f7Pj=#vc*lavU}hթU'!0*]׼_%? B׼-m|\X};a\ 혪Xe.vkq4J@\ȰIHzWl{9gnVzş.mPR˸+:XD }Q vB{_DE[('m16֤$bSv۔6" dk4Uy v2y`L8ke4(} (d7! j8x7׊c;aB 2>Nqu)(O@=Ɗwm&픡u)sdD{W]?No-:8skmTܴ>h+sA.X7q9b_2`4Exw"YN\4t,]oMV|UMyzG:ly7x^B CίuDT/?!ЇɄ$$ͩ w1)v>)&nXa nLbGx'r֧Ew]zvQt`˵7~!lM:K0u7LpT#F,y%vz%'f{,ETwgu)c` ֐ BU?G4i8'UH+kNgoW7!6~[p!bU88N@ uV##TlGF"B`bk'UcH8&m/GH|K( TsWh(}\XUR lcH!8wl!(-((ujҤ'pUlbluG3@j>(}R{#gSL s DnL}V|a@!Ma`ȆNN' pNPxX`|"XuziG{mr)]HqM 8 x Uhid8eEto }i؎PPl=rH,˵[euhg=iq}p~[{AxZswgsOr.PZۨdZم%0&jt!(gg-Xp&MxoiglRPPW7Ub:Myh.) @%ɕGX("CKkYo+ْ)X%tj['bbIp~r02Hn?NNS5)dE"F.ʰ 4nOt3`kOylto(Mz囿)gpxv`y  ЅomRIMq8'Z 1SotՊG7KƶUPpkD/`S&Q*bI7J&zjEB@rɟ&VŚbG-xyLo7~plZp~.`:SRR}VD=X=J( baX0Pfjoj%g(WKL'f vf`gf  J.4aڈKSҷa)&ڥ]&EIR昊iYc\fxfLǚjA_zVVu#q>p7AǨj:)6y-TVich:r5Ȟ$UItOɫYpl~v`t~hP"º7ڥTX8& Ϙ&njB>`uj$yQcho~:f;c~"bcwqWveaWj)2P$<8 8ӈ]zn4B{X5]\j!Yæhohኒr:v0~u}*EX6aEBC`.n GҨ46t3qܵ;1d|$פJh֪Jx}|>PoꢪaXnʆcWq8w oky&ik$1۠Q-[T4t˺ )9Bd|+ۘC;CMBU5  rXk!;`ͻ{ufXAl08Yث)ee tÔqRN$HP٠Fj/P%--cZF9FT֊JyU5h5fh - p'!~9M\tSy "k'E,)=Y{59{E)IֺpaeUՖ"P@h+ z{f$bXo~W#~aMnEB4x54n΋w+*+~lX %@G;oO[:kc_?=;L|wg3#͌ j&) =_,HWǢD` ܭv Gڣ=Q˸QkM` $-si\~NV ϋ ֽ\ȉ:.  aklok8]u̼Vڤ-ip(ǀx켻޹-B I5 sܴwr-Kt-B(;Ÿڽ]˼Ƌnp507T6Eۥ*Y=[ۯ:ߥˇEf=עzo] L NAhX H?g,Fh&ZʡS~2&'+1|2}U=A;>OEk ^`-B(G77Yb{/=Y-&]c΁1SNnNR=~Lz9M{{izb« 呚Wnn?NS'" :,~Jn-mܨU4_6ҴFl$M_ F牫>~'n-rB{ ^uY)Dkok(~ܰFzl=j ^Abe.dY藶P$7[kdj=NYN$\trŲF ְ& P,_kMN _*ct,x/2?w)"BK:x8dekH/[ڰMˈWQM nTpFjہ0ͤs-a#xO}5'4qTW>x?d 5/$.&|9>?(O?G_uÏV_/oʟoq! f!… /,|hPD+Ę@F=n$"D3f r 9}SL}L$Ǎ#DA@$0TRM"8z)ZUZnlXQjVmlHx@\nݶ  ~-F\p ?>YdJ6+i^y3Ktb)d "ETjPV]iT볎å+Ap$ w͝o_&>ӾYƌGZĜ9E9|F9iQYOjخso,mc8<%@ cι㰹.DƺC "O!p)=nr ,D3+?0Ȥ*܈$ԂK#JJ*A2K* @K ǼPC31͌J TĂQO&bL>lLTN#tQ]Ou}EW .l5m9Nac,0ؖX{#VЕzۻL%PEukə )ˇF@<ކ xS^=v맿uF\o\N"C|U1z:&>d%X(h7 zC=΄|OtI)yRm^P8P׌bnI a3N<;$b#R[ń瑐HfE̫NЬ@P~S 8jf D)HŹmsaź/vFD%!.1js"؎* yhV[S--"򰧒9+PR#q{DaHPn",cZ55~C\$%1R_( glT)R6, Tt3jF;; N+)2JmR֓1=UxYSu릊F(5sC NHmhSMjcT8ʋ8\iqkYGpViԭESJquM7UR5uJXSLFJSDr\q {Qh)]E!LrESn[X՗|@LmzS+k]^h[R(uV7Jl&C{O|. kUdZ]0Pb g1fLK՛B޳iSJySQ iPtiDؙejK=ui{u'XOfΰT$F\K0ZNbŮʐP%,ڻ.Hsz*0qs %jw{1 Y(kKEb&絠0V{UEmWu29k`cctW3!|c":`s[ʆip#\hBnjnzB\ѩ𮳕oT`PRpuIɋhJ"Y]*ֲ^*i֩[(ޞtARЭ7dn_u=v`2-X%NXqtL[yȹ1nP^Nʋ[Fޱ6pߝ܅v8ZYvU",>E'gغm;\xԧ"W|kQ\&zI~QSjFFZxևkM뗿.+/UA_2 na e]c h߬ӧjj< D?zχpE* Xڎa`v+kw/^W aN!x &n+ֻrу?E~^; |R cќg{{9)|YQGGQ'n1k[Ië<2Z麑3m0p?+; 8/\X@IZYc8s˫nS#m;)5 %+Jg 1h'ZYr@z#ʣp @mB..@p/X3&;0sԲ B5b .h[>1jkcrK4 BpN.:"L36T6;73i̳AKZ[d\@;Gsʸ={Jcܧ1'<2c8o KzIs:gԴ=2'4yǮlƋN#En8#2Ul5u?{9x jWFjKǸp4<$K0;f|.j$D /m$mnF0 G#,HBb`GP85(=}2X,DT/n@yHJq FNHNJ#E ࠯,Iz? JʼnKjKG}˖T)̈́M L@.JrMDL0L  7|Iɚ|K+͕9X"K)J:T1#ĭ ;qMJ ő /qE8l,KLNE7N2΁J`Gd9,DBtJ+qެTLαESTSQ#P3C#R9P ܵe[!U" B5[Dۯ}cKۏ>ݼۼ]YsUZeXuX EҤ0`@ӧPJJ* QBM"g,lSrs"dm)MU!)5]wK@V=T XЁuwzb0B|h 9Fz}qׂ)s"0#DNrT8`!B,CDzX` jj֚B3 (t0).iϚӦ% !aÝeGy4ĚHDdGP!a2:ؠهK,&+N քRp-@t ّ+4Jm|kEf <^HS̞*g0``8@6q?@la?JU*2D"!As |x|pc^Y &&YYx+Ե!uxC!PF, #*Ćs-JUd#`%FmЀ'PZ4 PJ&2v;XCЁB[n`7j49;nh(l 0xX؈9 Abֈ,’a™.@ )ؕY~ D6LM[u3d `w\lD=A֍%-5W:o?`^&܄;==x.*4wcnP)P85F:\:6g9!֛cl /s|dU.(@;-*`[²c1װU\tѨW!}3=1ղN+إM6`߇>6_6P +!E5\F;\ 9Aa9!Z[GmC0d@]1DbԁK !;g=W5׼GRWs": =r~wjb%p[z,vǭʼMkv[ `۳}1@QK$pD~v)wۈho:\6qCU1U{47lsLsjBn5u%tapDL,N;e_C51tTPCu%1.ufY3v%oEo >gDK"~m#jw7iy >wG|x rs!5fN2WxyWlh@:0ctqs::т7A{` 0Ѳ<+,Hu/؂qE^[gB`v}8%'o{&/C}.:*pw ~773"nT/ P%[ryPP848Ad6fGЀB.:}HW 0&t)gS:18"WmW3;d<.n9H=oW}Ah}(>ZHZ\=`euq iG))3 1pysH*N`!bd666BPz(s%W6!-af&:56n Ch:I8-˷Ydg؉)~`L?Hkq0$7q 9P21n`kN07yhoGcBrtKƗhܑ| qQs ^OR)^r%^+ 5DMeWA9f[q .66H*Sy#y112 l GC#@lc{g2GlP#8`p G04sc7hR͇9V)Bɡʛ1h|,_|K9tʹvjf=ىAr$>wvb{6_#)kǞN[pry`]8@3B;xDd{M,h "elz_MS1+:n+B7zZU9dP$Xctn5Qk3*c'Y5~Ma i$࣯H`q G7B\,"G|prlGKz! &@6րYd(> J4=]em:_=qວʧx:u'nܖ&Xg*Z=Kvo{C؝ H@d#"sa0""r$8(gnh@eHs&_+krHGG=?#N`aEl jQJJ Beه`rI83jof~(# H[ p C`*J:˘G:0D+UpNwd\}PPRlw+, K(Cad@W*t1xʳBkEfJcCA=1:hK篰>Pw=*`Ov #"3} +jY;3ԝs@#ljjNA39B8.;,΂j1؇wJk=B'K;fﺦ1FPgg4JA($ H~UOrtn &yzy01&"jP0skrrb@3`\0 S;O=g hB1C+8Y}0{ o,tz@eۇK][gF ,YTjg &`|"p I1i w+irrB{l\NGVb rx6(o63b#Ka qʌ!RK`BJԌ־}곕au y vmRud2K @ȇJدә`a'`ɖ|fj؝zp}p2cѾʊW+@:`DpD[TUP:<1ФoVjۆuS`91Bl˙:'[PmCe_0P23^P^>>N0p>@::.@0NI.d Al`Rݣ tY#L遽_. dNi>6ë(٭ɕTiϻ*5C3on N+08bJ@l}DHQ@g+W NlB*_}roP^K6oꆀ`>ꭞȮ<>W,qS>~ץu#+pG7WogG2>eߝ8[ Z0NG<5Pojah1Px'зy? F"9PT.pn(A;5B?BsA/;sڥz]de$"N*.39= b}rtC"]WN[ot a1*8([v0lv/35T5 oAb Z(RT(-8pcF!DܼQ4)K\ 4e eaRK(KHrF,AZB#X.eZSQ"c)TK&ڵ+P7n+ga?QVL`֭Q2Sh*MDXzʔ-Ǥ)S&(M +QXAS+(? J@) 4pJJ*K,E!6s T S /H#A %db%X`e@+6NmI-!!j((bX(pС|H@P9h ( ,@#;0@ St=frvi>ҡR? TAIup*Q0¥cJ-Z2O䮻ZW@a.ы2K,Pn.V`TCβL$t',"@ܨ996q( sL'HMxS$(P`"0 9Ȃ,C`C8c&uEu)`z)Gbb9pR>.YS,.O>-SA9BN5]U+ c Oh-\"qWH1E`#Nc0ۋ/񋰧k94@H\H"^CJ6\W&M4z~%|#@C~ 5Xd![ȣ0hB(DSIHiϦSEHd_Қ2jOOfj%تCGD 8ۋk`$OlRHVllP E, GHXx3 d;  A0=l>|s[GcT0* +`?,HyCN.cFLAYp)%B ?zz˭wiz F@_% JTMHBVg\.A²-̡nP[\"0<r50BРhЄ7AiBDPTbB&&C`P=b1;Q˄YyDgqx=hW |q3_1 bBpǺZ7=1(P8x j%Ha$>C4<Pk6q=×/ J$ڂ\ױ$,LN&%D,?T1D$3KQç>wl"EXsS(xV&ʵ`+XN1UL;GT-Y~c[(ir@}hP8Kh0KbCP` L)@A'XJ#R4anxi^'2&8UK,§;UwhUS(js1}H`6۽J-֊-VLX*Vh<^j:SbPB}JTE<ڡyh+ cN ?}xC;!2( ` e`hvb > u(t@ȃC&F]/\ .s o[\$S:DnU^ԥn"K2WVaݞt%^JV`-/fr+ Ld8WuҷJo\I!W ekc 8)!}HXa+A@ ^`@}‹ ";pH4,0Ń s;=A w]W5&uAe/3\"ӁhXp5l%.v 2 `z`n&ncNu w iW[c+X0` ("j@PD8}rOa\H$Sa =ЀNxTp u\v|E)Yth IwE&/%.2h@E˛TAĹ-Z069sU\_[|y}J4qC ^1Cl( B`u2‡?P"E["#]P'6f׮sx E`ab3:VO۸JΐF&*B]f;qyt_c Ï}?eD} (`28tR$Txˣb ;Q8#Xb'H@h6686ȃ>'7 xT{Us@0-ި*`81!,:кDP:CH狉3H+>ӡ>ö3.(C!6L2?C7r)t.?p?c0D`@@G#>C'>@#@C@[+,C ;h; k:>OK @\5]( 3p0">C2b)cSҺk;o2z􋮢CCpud:2l[2˵4Ol>:O2Kk{L )ZI3[j苾3@P5@S L34@ 0'@I ,6Rt.-&jRiRViI*gDxVNy2)ĖI3]L:M9d)=N  PW\?3y'x~̻ @1Dؠ!@ J>8 ;=Ӄ#>`A,(:H$>YNp3$3؂=Y?q%> 4_VBApR hRfnhVjk}!jZ.RiR˳ӡ@;9&"H`w]$5Ah}5@P~ :KF[)CtE@7E9hM%3, 7PFQ QbE 59E8Ζ>FY_V?ٱ j}.FK҅>]ږq}}^u}ޗޱVR-Rd;^C4u]׷31 uZ+ *HAxHh@_\XW@~4ؕXXd# e,;=cE ; Q[ CfA@ˡ> sٵۥa_A:p3 jºZq jRMb/u^'~*r('bubjR-b?DS?@%R/xSH31~5[ =/(s!8\VDF0OE-(a;ɂ+`(=  >^c>mӡ`NA_7pn.,bnDZ$^/uWe`\ AѦi\gn 1iZ5S4ݐ2_]1`c//H8T82賸& d[#hRcț?DӃbH~[LCP% -T>*aө Yev\gz 8TZ0 pe橽5 afhfƕi-J^cmx/H5@ohP#|Dc=5.˻Ec-:(;Ě@Kj.,Y4 Vv)Re!vbiBHp )]9D&&Si+*]NjHj6 ᦶvj+^jF@(_M@ԷEAͳ9g5P@I cA~kwD@>%(A@aS:|P0\<. !QȀR  뛥#VƲ^HApR3x(ؾ:^`~}.hNjGdnqUޅ`#,P_4+RGV_1E\0o۴gN$k]Y4ìJs48,X,N7PHK+8$" P9ةD;^S?K^p%G⊠V oG/(O߱s=e$<0ƋG 'ebV]K*ehᲠc6v$a"q_yCy'ncG'V(5ax lH1(lGtZ_<TH PpL0T[vowl4@b9˶!XI{ĭ0 KArAƝxь.ϋS;9TU Æ`"'3ymdjܯXj\&`wAawW:kXy> ea[Hg􅑧T~4cEw1Y(vWc7l 8?N߰/ɁO/p>숹+R>{ IУ"B҄bӨQF1h+FtCfDpŻ.ReX" (#cJh2Hň(ViْiŒAV/J&|5nj .dƐ@':Ѹ:!0fa#GxŒ3.A08_\9!#bRTXYL4fQGvEDTRH5RT-8E8aSI~<@=QG$Egyh \sya^zɸ-xV M9/wѸ,I_&hL +HB"rm)a8 06 ( GltSO|v qx@"  [ yHoTEG3d~IiU &`Pa*RBh~OQ!i&r"Zx +F"~_e8@Bb5]腋$EJbK֙Ni‚Bg[WnQl 5lbi0LWH#nDe}7%oykDD#qhRJ2 I sqX~#fUGAnTC( G e[{_=Me(H TB4)1PBA$I M ^`B̽`AT!:!YGD [a"x@wxD><|`"QI@դSeQݾ(1]j؅2P2p~e "l!796F]@v5KB'drPh↟-.Ljz\' 9؏@1EHtCj"$TD Bx lxD\n]j̡|)e.ue|ʎjL}4>NP*Y7%>QdZɞcN& x 2U -jO)aJh@S,a ut?84Eȸ M!ʾdI+0~PMkP˂ yH:HD X; 2*T*_>hhC aNs)/h,hNy^k4ZĢ ?&^9VFd 1Bt]r>P9PhE3`70To^7f ֠K`0E|n7BnmS_nPsT|}E.\~̀vIuIO2Ӹ-Ce 3ay=WəV`x  E$`z /j(0&id#F2X@4a @Af@ԡ#FAId·ík'd]W[I'l\R7h9+P/Z+ɋr2fzђ)l G=fI@_^@3.XNo@ Ѧbh޵@8`%8 HJh8M~ls JrJEz4Gє L%M=p"p||U\ 9m [^M1NR\ixW7  yӕ?)P@uDAS  F@v߻%|O! L@ (!m_FMmT0-Bd\cznލJX>YŞ΍`*L1" 3ɨh<)PU7ى|OQݸ*L@A,A a+@ەZE[\Fތ\D <<%PlAfyLJ|t\ ,F D Ds`,IP tb휞#[""&J͕˜?N"%Bo]"J$m` *vu L[@[LT\V@,h  "xG2' @} *p0$ $B9_raeHҾhax1XkiAXn\ D=NB>? P eA`eo^Dz( DvOeQmKdL2HH.Jn&qchz$߈= 4c@@UnL6`AT6嫼aN!GO) @şr (@\ AeA%\%^$Dvž ]^€x^%s!թA |ϯDHEz xd&h2L`*Bf'xdȟ#Р4 8` 6 ehAE$O~Lت0wt%io` JY-P=nv#wz'xy>@Fi N @d$p=_է~ Z\ h[hp ,0mp Z%|DဌuHWtLpN hErlȖ*n&Ɏ2i"+1,c)ZE+Ԣ.fz A x@ Q)|g[T--*-$kk>@ْV*,eѧ,@TePKA d AXNH< vB鮖6n:.Fo"Apng *Kn)8Ԓ>B[Rܭ (d50U؊<ْ+uN| h#ܦD~lMKńZ G 0X`G$og/...oJciyniz#\m. ``Z\0 /,Ւ?1hiK r-T! `٪@:m OиɆΤ(xd֠Z1,Ki@/nq ],2yz\qD˜PʤX"mhj@_Cxꛂbx0מrRb(&+$p-S^ ,hx @q-!,ofo-7-gq.,-Wl˾x*iּ ZV!<rlY< xgJ& Z`F @\A3ݽD-m$ϸtjpt@ -F6 v_&E26IIIs)&3֔@ X ǝ<<QD8?p[8H 6PHA\@+hEInj#eT-ⴵH7@u$) ^b*ᵷ-7aǷ~4F///zJizNecn6 ZpH2hO/½@-}AP nM|Akp$7 E$MH8TjzA,B9BP7j&^{?9G`-4H+yHW1flΎIe3cklghpH0V„YAd01B0TxJnG +]$7 py twZcoDXOAWGd^ᐓ"`y.Oy:z{앳z:.J@ y}V] -2xzUCPo7#"P)Q/A$P$t&sZw؉( C-Bj1Gz{w+|s-j:_w,I@b@ů砉p eJA! (=T p ¢gplK0Os?,}u3G|"w3<^ǭ=ã}zaSw1C´ƧA X|Eh̤ɏ0H6cmܡŜg{Ԋp"9 :p B!0"\(";ӯg:hc?g^j^+`7}ڳ=5;<?޽9 }rZB@Tbm6DJ4>DC~!U:`SJгsR!b!CjĨbDBHD"y㆏7ٸdr@@J`SgNJh !%iRK6ugԞS}zk֜0Jp FD}b-$FtR&4_4a'Qh] +X,AG 2\h|B0|h3(L#.m$^DAy(T(ZT)~y# !?|)ӎ%B lC`&v(So(ܼ*?5>~x + /HH"&\BO.K 7kQDI (ʈxÏ00B Җ * ؋]U3dR0CjaR`κ.#>/UbB ^Ü Wx絳N<'7?^ ]HxBРBL-ܔ&b!d $d3.4͖@^!ɃVYAZjk 9<.kÕ aŢEɩjjzNM{=ғϵBa/4" 3cBVb4/8c7JRI3"cZ h6eEj!hՙWeւ:%r':輕UZ>:!fa7:EޱG*2=7mv{ρ kBVRDͨm?J T-$".p"W*ʙ%J̭Q0 N#Ea (=8yV ؼ!~ZP UH;mihju摐pi!Nx- AnM q@Na^7'=s۾ LnC)΂|c:RA4^0fF7 P$HA$QKĆ!5(puf -JM#{uPBB"P˯u)k.5Np&G_X,TRF i }VS故/n)0-2vDps/Kꠅ;uϙN+\ }*s-BD/"ѣYw3 DQfmZ7DlYI)B2fף_󥷌ה選MuH8Ъ(4pC @.d(z; ERLk0 H>Q:!9c[}-o@K(;H4i=>%V)=R2]"J-YX1.pJ`T=-Pf굚֔2oHÍJ M"3O8 s)fT#czMh @4@e8^ cV2244aa(VPJt9K*; o'$cE@Ksi_*s1=y9^~ #\SP9F !б(PJAf8o\<&$7qm rTbЄJ0TP+{ Tw^ﺻ\\ uhb;-Yu.rFK@7(Pbz<+XsgvKQn L[@\Bk$HtP:&yӊg p 8qQ]a#8Y9"!tqCA}wPN9e i 5$ _0$JFQu| n;sƥ{˦;zf:hVt aĬJ3 B`@F9ix04@9 jG֭R!@)nԲh..̎d/OjvɅP"dۃ3Q=rWS=ԫ@;&t'ej { l"i@ V`,?"2 aϠ-Z8(^P7TZY[y 8n. Ȭr+`IAlvOǥ hk` v ~ZO A`pOt!rtpkav,'^y #wHn!+(/oP2'o^8zc!(A{\ ^mP0B0¶s 4f> ))@ydja2Q7r!n&ɆiL@R.nNH ѮP+̤Z jP6Fb^'P:Npll 1BfqJ aRPokxMy@ r2!!rta@ ZЎFh +cJRPlF %Ii#LhjpZ* yEI {MMfA~@^C "1n:7Nyf@r z @--۲- @@ E $ dH ~ˌ%&j&}:~Yb jPrlϔR7 8Q)Ɓn* 9,ja .e:3h!/ >20=0Ssn A` q Q "!~i~I!vxlP`4xAy(M5/5Άie3 7~jj+Q6J4 `9E_.;&#ӏ"̳b@@m >3T!gjR?*4KB;SU(g&$fE473{Jk"&AKUyoLQձB63yv3r(DSUB$E/ tXO_+Αj!“xh`L a\SfH tS7E>u?J•z'ހWu*5_`-VQ)Q,O"Cgq:@4mrCBP4. vY3 .aZK‘ Q05xbG@VLIMa ̠g?)os?Y7@KYjʹVkm2PCE3bK\*y!Oi`E,`K$`RVe+y& >h,Vd~MvoBu^=<[(VA_K3L6dJ<%q7 6e\  Hc2n!BBo6ej":oz^ 7f?2 "q0%[r *Wv*^k1!yj`T7U__yeݤAM.fuE0gv,X%͆tW%|wm vx70`:@zniJ<+NN2{+ L R(A)!}ٗI !?77 jpyB=`10+ 8wo`րku*IR#qb%-$T"w#zx` v@v y;HHx8:#bl~WEpP & ayX }e8\|䈯 `w(j8uUp`( PwX`AnUڬ%W' ( H|`xx}+}SY"J6xlBwԔ晞Scfv*pbP:" lKwTNwJ!{ 4eo8 B0ArobP yIX799֕lH++ 3:ҁPu9)v\4A6|oIq4vЮ{mr!\RgW Cl {#!# ŭ U빨;1w t*!ɦ:# d/wKVBqOZxe͚IZO|/)l{)<RSy=]ҋ%|~ᯰɎy/ee:9эuCbz7CyG⳻d+#q%J{\.JZ[h r_:[;}{c<׷[ "$W (J(Z6GZаS5uz񙱳[ŵ#YĩOײVjC@H0 ҽX +Q'm@"z/Z"+ ]ZˇȦ{b};Z@~xX!!!0ܮ:8cÄH&Eck19˳W]c_&bbehM a@I.i7Sv6;=qJ #IC"Uн{)\Np@ 59}:[WM\_{8)<: )_0՜| ^R"eY$H3뿾aУ>"$ L B>sZۛ/٠"QsKwԛD7W|{ڶ=: ?fk~~S H Y7S_5ɴm" -a҇s cʭkl' gUz><>ʠ ~¿7 @R(ᱞ};\tW_5'ԁR" bI&a"̠:n "bC #9xHH6C2Õ,x ƌ3gRF z&HpgПDUT@4CTz!- I(Q:Z3p,E.HhǛB 4p >xpP{:~ 9cRC\YuU>"p$_ҤEBoTF|c7Vx{dŖ'[p iRGtXA \F{i$/a fQI<If|}YǖryQ+Rv`j"R@MDDQPPCi{ħq$蠄>dK*dp/NF! M+ٶGqŽt !ܥڃ_1"}gx.s8Sx)^tӡ899%-t &Nu)||駣 ZC!78 b+`aw0wۂG ٳ&Rau>'>Z!u{kL`4*2cG(JkHb9ֽn/s h(  d 44Y'p+P#$FI$¡1}c/Fm>Te d@"ч!nC9A-ky=h%`š'{Q .1FcavI3S e,DJK$BXibd)ƫ~2maeEA M]DS-(fZq$qj"bp|3MdESNC3Dm‘$KSWCNOiB0&yfNsZBE!!T=DdE1ԣNJEԥNYc%:b_$iNz6FaiKi€u糒堛n {3EBFْQ=(vLՉSUNu:=̎W I#)Z:ebvjYʫ-nqQ"7oER ۦ 4PaF):P6),s>:3E&@g9b,|FK ۜdS.K0y~ j.s6cXh}_3wxzf~1KP]I(9юCm FgMm:}}uX1Osyq[hW󶧾XpC]gP|kWY|۴Ms7yѷNZf&mEU/&[ ,tWg ~wr'zlywq!a7{\|TBw+G6HL!QR1Q? e XVs HWw6"b5耎EY1)Fvw,ςl]؅!}p~%(GghF$2Lko1 @ևy{>u|NwF8H.Vq=ᄽ#QbG2b2疁w'^؅G@}$fXsqaH79562(1b#)p)AHWh34a#PruSr2l4wX|p}0oz嘆jaOCp4(d#BS4Ydp}  @QU` HX9$bZ9D SɲJѸ<[ȅZG!vp 8ex5vntn 1Gf;%S|cY UD8h@X&"9f`7q"Y)Aڸat`(g~2ǍoljtWp>8tHH.e/Q@ ր 9)}[w1"u9CPW &,j^#0ie)gy~eHjjrhYh|$SP&HtKW]a8H)lrh ~02bS'}]ȕ)Q"gxrs0qvrczNЎM46bG9l7Xp[)` Uwu烈U ɄU(6OM ҝ wbi"))qs`@)w~| }UYyB >BtGatt)dc@ & 4eGf##b r"J!An0[٢dOAr7Y}ʧ<o(9lUy6¨Q شDEzuJ(IǸi쓡DPٹ,G(q37#grn s6jPЧUD AZ2>HYmˌo+;5 Ii JQk7Kg}F&[\9KɧJ [KȺΪG8+f&Ka|;MSal\Ố`uEȷ}k{@WR3;j[˅4kڑP;~:T{[kZW} :\R,,@Mz%864H:GXI,mHf^y;vSRKZɅJȅnXk:^[{ʧR`sX0i{~T7<>4#W+E/윇{ė+Q\L0OY|rAB!(8+ p &7;ʣhJ9&DLHQK闑Ɉ#?"1[ ̮c0  T0vW\MT` kFK{\3z|$<)YIJI,OіR,~pe='Wi)jGo6ӺYpjNΡN0I'~hz|YY . ĀkJ=_GTqn}w6vɚ9;RJz" xSטRm|@cF .@B x!D'JbC t\1LJ7: PdǕ(FԨ`̂!& !N5q TP716*H6 ;0B"k-8 'h˭K@-B#;L1#C? ".?HH$-E3%H,#TB4! G1C, |7$k1aQ *CRt!o@PuUU?0W@ A23S NUӲ`+;UX`T4tN;sЩ7ip߀SH`Za2dHSbFU_)5㣘9p-nsvϰfrfyT^%/DBJ@ZPUw?\@jB` @z!U|&__YOUr}Qz:܍&΃˪YVQ9- ;ښ?#瘷H)EDŠ#naF|\~:׼2*=`C/]puuC!?o[ZH?M.UԬhaD*ǃ N^ uSƘ/> >-pN">ǽ~"^AV9 VSH7(@tB./db1b0c(3q` Uw]K '8f UJxBmge9kc0А/t3jⰀ#>"N?"vqdTi9%*QG'EYNŪʭf0)L01"2EPEq'9Ml}/PebCT<4#gNHhJv7lE9u D)gϔJP- V=$?@6ӣ1AFgJvG6qx}fs I9!4 _81L,b:z/:\#(1 6;6ïJ*C/r,Ty%&s(L7-S5c13g"C\+2U80sKEC7?Ŀz?KsG 9D 'E ;?6 ܶXl;(C1s6j\I2ټŻ>>\,(̻*Qy@.LjDトd&Fɱ6n;ll@S-À) ŖD` @tLG3[AC`H{zGŕ~Ƕ;I'A< Љ 1F#7@MD!'jċ6CABIö $C6nnpKi[DjW+W\;pR5$5^J; @ 9:6h@2L/|HM JT˶tpKnph6KWaK|L‹\D)B#ʔC3>j$MBoDM,L,'|tMn0lMM Mn7*6D=ŸTΡ̠e&36ΨΫDKOLl<Ŕ\Kt$Q$tiLGŨSGZ N}9G}5LPlNTB&6 KI= O Q<.̄On8dipRDEL( 糶sd3cN> 4ҧHI$%`O7QITڡ4=UϜm\BR HRm0mmPVe5JRKUI (`QPu2[U$8] VWe.m@0ď J5KBVPTTfpXpXVf}hmlPmEzP_%\/r%SYL %ƶIWb?Ny/CB;|aUR;pفXhSMezZ֔>pUڥU̸\j=4AiPlU5^5xCZ Q4Q;فgtpXl|zӥmVĢב⽔b*NKNGblQCbऻ+UWԀ`r"^EݶHzPU,4d,^;Mݜb4F>a27VmH]V+("X"e>;d`)^_6dPfIfMc1UZ 8_S4 o `5Pݗ}n WU6QY sYZNUBMFdDlIeZlm8UHV9Atՠ1VfPf5&T=nNULrctJ8g=cYU'ugg$aga6btK~Ut fX ATw&dbFjx6@a6n.5]qtqdɒFvꔖ6gBgb~^dX)kbKhDfc>jE璦%ϥ&^ͭqjZihJkO.Lw.k^M&abbiNmV˜׾JkUNGal#zFӇbCNNE>d6ǞTllʶllێܢf^km~T>mLftkAkN&Tlj+>FyN^>j^hmn~؆SLk6od[vpmlNzn{&nW-Mc6p./lh"n>Ovi&gT _]m&oqVNhlsb^ WOUid dVWNgqVr4Gp6a~p)cg 1<uLiAWAUQfoJWb~.[]=r>[Q'up綦-^KcU> 7t_\ooT?.vq]q[gwv!,"8˗0 J#%J.Q"F"E%3ZX`)J R(Sf%/.YIH8#N(Q"(? i"%F\JJիT غTl5F7dam2▘;#!%"dF a$rE!3qJ?n` @WThtD2 q~4ϙ3T4q!m N 13uIL/7R1$F--Od2vKYcϝ *tQ$.H;W_%kW`}R@T^%V { WbG` t 1_A| 5"[@0@} N4 :D@@N T6mI!>$K`FfaefHEFMH$I!Tw,iLqגK6$^uܙIfO{C uH- ߢrU@OuU@ Z2 pħ 鄉Y8a e0$Ƈ5a"sF}"ڬ[N Bf '[QC0e~A>@Rـ)!y4^StLf"9gs*(QD(ЀN }r]%aF$"d8Bbn SKB֢t'S$ÂRo㛎spR>|m)~+((=> H'&UlBBHH 3GxCZK pI* jHPX%B@W5PS VPz3qZrn) XHLE  INz6#jJ3aJdbeVol$f?Wp~6 ZāP 2 zlg]@@L= -Bc  +ɤ1p @ut,i-kB8֨R+] hjKcRL]LIӗ"}TM$):8Wy@Źнt4@P1(*-,JrPFB \CB 6vv ` @4,BjDP Y"5E؂Ka$#1h+T96eĭ[5]}韈(k;K>F&]4@J]r]+j/ACn i&Y`]54jLJ*u1N4K:l{C[+~Ij$M7HW9JޕJż"?K.|byW(\!vzк3zYC4G LJv1.3-،IA %k840Ea8VX]2(Fq)&Fݴueg87($OYMq#Jր50p,0``& vЃ !еNTৎ@n` Às3~v`Ɂ_MYʍR2NazxxD"aLfJ۹e^1tҼz:i#9B)TKxך8XY`0@B^*P@(T~kۺ <|`B("NAOh  }= =>XhDPCC<b삠BD=UG7Jv|t/6.JDQUnl0`er )EG*`ve@*m"*!V v0Wlj6TXPP>rh·XV4t'[uF_`} h;#~~c3v~xiPR7L.8'RUj'G.CF Wkk]gvd@:h9W%V)np|P1$s0X8XC_)A".Xn 48W86nDCS=0'aGg$g~Pr7LO8Uc]PF'] (x l:A5*+yP5P?ma}@*43C"0x[XO'D7,4>u_HMŠkkT71xs6cww^xX[hx:*pPl:8W%3*Bt5I`-#38p$83E\*`34"bW'.<`7mluSbpw[KHT6)7www6 '(E(Q4WnHb\(mj 6r+Ɍ &*$CssmG 4BsI93_W*kƈt1%UIH331D0m~@@aG<&M iճ-Qs~7>ϑ>sF@F)%)בש}))%jP=`ْ$~x "Ѧ2Ƈ|}ע JV"(pN J!,. 4o"Yi_`\96}G'9p1i^ [T<.qFP,v,eɗx ( y-9UBP{siC;}ʂE,,$Mp(LY}YEK|ZlPiuY˱9b/)Z=*j62i+Ш9 x͵!ّX*,i,I=pVPO)X*m<}#BwMqg-AٖDƜ qbE"yOqE\u8)I, }B<;"!3n$f#}0=Q~\ ښ, "gj7_Wٺс1!'uBZ-aIYߧo;E W:  X6ӹyy))qGdb*8$l|:g " rZ`%RXB!;X.#pgfaDopX8M0ұXp쑭v7rb'` 'd檴`L볊cQUYa)eK (p( 5⶙y~3Oʔ5 4u3 {}0O#"$Uٲ l,YM.<رn`_֚賦+(j9'DۺFk˴J+'Z;0 gȻ : ju' 0m:/g}Sɪݖ_9O.4`|,!*{Ѻo`J-5X)ko"pŹ- ak ܺeddкXC5-7ܺ`a;lk /=L 0 XDd?ZIfϐ N=%ss0t)lP21P#eZ 2MFS<GTKˀЉ*-]',Љ!j\kөn>9nF]DhΪd 둃 X ֲ}rfef8̔At$(P|H4s+rQYNPg|45*P=mD[8C@",=%Q0=AE^׌exӂzm;|tE*֣x*jōOm}:( JVG YK⦡s!qy3D< "2"3o@+ܔ4gL>'z"u[b9K8?!_, CR~n!>$>xpqx4ZS=țΞB Èjd `⓮daN3D {A#" Xv"r_[u0X[PY RZθ]uKR@nŧu`SDYN$A4R?Na,BY~]55T>R0  OVQ-]߅بJ#՘m?KNN`d"| H+XYBiא/s RQn h@-Kҙ6}9%-GQ g0GݓXEy#?,q<R,V,|At.R W O'ԢfWP" | !M?ܰF@hQ4p>Hq 7}Z1 ($ ?`b 7CtO_|:%%FHrf>n`qCԨW^k׭[%[U,XК*-q̕#!Dp_L5SaO *?(X-"ǚPBNUUB '\ 70YOEC,5>xEΉZMKsm &`l2@X $ ґ4嬋d4Ҝ,mEj?`(h>#>s73/c?⌊3:'Qc,tx}4}tB])HHK/&XBHSkQT['$5ծxb[OԮ\Mzi,v:h]╏@}EzѰ֐ZYƤ|2)GaV{$ 0E4HbqԻ4°20XdC^y؎|8-׌>Ӊ-@6X8nH9Usm"Q iR.SbF~xCsfTIiFgq~pDp֚EfvZN{0"$`oҔa8lCчC,m*ծKA ^B 939xLW`lP}`)pL>[XH sn YQЄl hD&B^"QD f[l^pV/*[ՁrFO! WP0[c #cK?%( T"N` 8, trCZ9<-l ;LBQiTpP,#Y - pR Lf iKDNf5hE,fx6ojsfL!ʩF,B NGAd&Ra P-,&9C0ZPR G? :>ʑ ~xDzДfUZ(V[%'񴪈՜*#t5xY4/:nVFx  ]"UPOp\yQmpAgs@ z:d$E(pBkXEP(8a ? CUS68$9)@9P>i"HKEaeG@UZUL&Vέj%o]j.ev/AAqEup`v1LجJP[@2% "4A8,BYHH^q@C f0AWpr:!R"`)lHhΡ"y4Q {PꧩG1 LNorvhm"D4SfFe80%f+FP5xb&3FH* ݒ`POMZ@ p"}pCp88!CP(mE#>85 N -X >Ї:u g&ץh.20D׈2\m/́2Ӽ4g$zS*w;o [3~Q&oQ( ># 4#`X b4@iMF+kS x"H !b(ء HlNL p3\e`x*vnw|)TLhl%Qs\(,B¦pnWp6vM,fIⴷ;`7JpwoQ050 >F^ IA3 *'pyQb`9A8 8+BK ҘHA'^;] |.Kmn)*| gu9Ù*4^}!fݝ1?M[}ݻ!w0"&4 p 6 ,Nj3,234EJa`&g6xWh(>FȀwAE81rp pcH5:Zhk«> *6**??Cy&kB?4$76dPw{7Ctkvsz/ Ȃ%> &qLk `@F䀅bA lLD@ͻti#հ ]8c 8XEhvyAijp@*7h3؈z6hz>iK2,4lԾ0Au 7㮪j/t[3t<7t;758,tZt;ݘ҉&` 8A PK٣%8H&XW\8HkI<@,D 0+Eػ9S,x'Ȃ@((&,7ݸ^J|0@AѴLtNpdlK OzDH0R/ S3=C04- stZ4C,C8Q~F#n93HBn)EP <C! c 9 PԄ́>hhQ; 省Z 6@Ir1HΥ컧hF9R.HR脋22(Jn.%G2sD*E+0+n n3o4m"0y7xx\WK H P"A2"AnP(5hŅuT3δ,6 <ȃ8U ȃE? UZ7{32B%SJݠEX/ mVBBS7{/p&-*Vnq W3MN1'0 ۻ֩ O&j׻;y-̚?׈@"!4P=LG]IP Ѐt[ H XȤHI:{x!,9 4 b@{&E(YN/KևHf"mB Sx,Χh}RmZZ%9'nZrOۇ9Ȃ& G8j2xJG(1\I(F5XĽ4> cRФ#8]|@㘶>ٴ̭5ق3/!~ŃBBP: =;.;?yN*V}b$M+ Z._0NGXy Ŀ̚2 [$/HJHS @D \\(`@F%K,L%&>BN: |c ނ+-:Y#N/܂0 ^ Nn,b#$3,mbbکO^,vfgqQj6.co-:L($ 7r?c#X%88HC$0HS@V5 (?&P(,"@[RHȁxV@0]Ȁx `h#RCߘ I})m7R^}BZvB</<^^n"aNbjdb0,U*&>fzUf:;d@SXcJ\sc$ Ge@S ɋ5@FBXh>;MκU P;Eu^"eCBM/:Yzr"4㨅RnMf2f`x 6 +.6E(R_p2X=J' G؅PS(g%`t}^2pa8 t<PE?̀!`!:H!(؋eyt4hu]̛qiNVm0ޣ `jY7hj#n>- C3Bӧr.D؃-N02TH0Pxk8ƅv~)(p}4>ȁ,CPP`-(!ȀS7:e`!)]euiA`7! &m]^gp !rR.R.:#b%G^BȘ0҈ &n4[փ._08PhH /5P@kD@EAaٯ%ȱ-ȁ{Oh5Dp_ 1'-,kʭz&bނM!(O!+'+iueN*_[ٶ` Y^qꨶor[>p#@90tރr[Jc1X*BePGToƅq,_R[EE DOҙ,!hw!-7{0=iw &% )WJVy@yoj\7RX/n,aշj Ld/8e?D2Ѓvi0GЂov`2`[zIwo}L[Z%g$w[݋Ԝ@1,ڜ` aՙr&4`>Y]Y]E)GѢ@B!7X‡O5:(>r2E!CRI"Qtcs"6l&쉅HΠ>h%ҕ"]ӔB~҄bOr W(C-Dj!˭1`EAQDIY1oز $Ij!%W1]Iuׯ XRϢВC!0Bdƌ!}) T6iѢ<02QÍ?h-R$F H lBX A~lBd'y.bLc"yXO4͚wD@DO }SS}Q T}y*Zyfb_fA"Yg!%<2j_e V"p"kXd^xA(W_`VlFl 1 6n"G-(" X ) 'GTA C)^{}yeuӥfz)< i>uD?Djz>e`K9%DŽqWJLz+"Xk/BEFC ) c~Z)$=FHZ'_ _w}TfDy)D `&Na1C _h ]}$DXGB0'(AM1p hJNtQFWi$u2N;U`jdP 3Ae}-ZGEi!*"Yɪˌ@< VZqq협Dm禫NX)/[0tegB5q5 u]A 1@^Hw{M襚) P ei;^͸\:LL*Q^E(e,}($/cB,X5dbV=r eUdFtnkU6Du) J,ar  ^D8SsДP7h Om4h9!^ANr,Q J$wrhծ!s#f!XJRPA|ays*p<_QD} >[j`H%2>G09YljYp C4AFP+4.( ['! -5"p8r݁ I&la !0)9B0:ұ=; oF]rlBe)Ln^D/{w3%biSO<#XOcx$T/Gb.-hF}MX_FI E5W0@mD!W%Ԙ&o`A Ty(ݔ("0x !L4( 1X|APx"^L&1cP9WXRSAe#UӚXf͸X/8! 9F Z1yݍ!.AcsB\dA"4ʽuK5WFgZ쒵;-]SEo}m:*#AEjVNMz`hщZ)@=70HN2״F5Ȁ@AnNŷedK|<6-lƅi!l* BĔJ.[kP!~mmP[kәnmCMc\@HMC3ower0-FSd:WDS,,a [pt4alRjU[b!qea?؎ .b.s"fP4# 4mDR6yC$Pjz \d0> Qм) @QH˓rBvAL*!h mט9Z=K)1'ܜ旿gbF]PTEJOG!q]V ߤMP4zZ&Qepn/IHZ_[{ Hh RzVZ*VN*7ӇPV*jK*&fNZ"i&w}0,GMLnHrJ,̩xI)-~ۍ+֖O ^#+JV*k:c.A) BE(dlaQ+"f>j q&驀ec "Nww F ABJ0AXBX)eRCQP,Ί(Ђn-+J A$B JiFP.v0*S7^jnT(B®R,A*mj.f鮦,Ʉ+#~ue(yu].j/l,nn"-+~n읭`ޢnfd-+؂j)B.A !+rۀ蓫^):r,&)wl݄ FJ I! hB uBmlyvu.p(I6H. X@d ,I#S?nj ,P /rm ی k0ݲI4duߪ%wrD܎ե \@]N8 ĀAs_Y( lxǩq1À]5@"q"(OkHf3x)BpraVza۠n@,d)A4}*00#[Qƫ'Tc)HA5l旵r2xϩ%FA K$^@ (13Lj. p1Qc7 mf2Ԟ` j;W wȓ'RL>m)@ kpm&WrYSb/A)P)FI ^^1d! oJ@ eGM1G0l ]s5ggP@vKsSkkff(G^~AtspjVb!R5?X#%(454|W@C)-Bx.FvQ,qD!PeDϼ QA0J.k'msl۶϶5vvvhUG0]ru(558vtru2#$[Gx7!AchQjÆEzwsڏg 0耕׷1}$RL2!c! AArvcRj5cxm㹞[s5~8o-)XUc#T\ m@w^fZ<4<vo e xg+%lSOg `;@oNiyGvOݜt/&AExM+o~84P۶9g'зy6WR2uzp(~YF| <5V̳xqf L:hPVkARRw+f=gz)8)SAci9jy4 4,80C#ALzf K/z[* e5" Bag'bհ?~C6l M aCd7r(RThQqA dQÍ@sl˘/a,qg%vO5cʀ1c&GK(mzRPeLa5j֫W}G!f5[RQ4 #sHʓ[O{AБ%0B" cyti+(۵J(IpNbDTe#K4PAll7nh1e`nMD$.4bY8 cH?~n3gx!y^|0"SP_.?QKRd4JYbO&$k%Аc^@ ;:# * -2۬ $Z̈Xqa(HcR[d5?(l7݈ I"J94JH lH:#*p':MvL<+>j>b33`!rp B6>0}, *3@3.d #XY( ?yD1B :f3cH$L2ڌ㨏"6 !MDF[Ȧ<ĩ6|sC=S&:zk@iM D ߊn5t("4 :.l&),*]g"ƹG`p@ 1X"de g!"Si}7li.BȎ\s?A#uob&w_<8V<;}gj:>Aa1ܘ-: AC b%bBW^=xTN"ˏbF3l$^b- 9ވ]aԌ} d4#"hh!j%"2ZE5 ,Xd?`;<5wJ;w޵5Wm(ֻ}{;R%6bcGY4bs˭F)E!><[v LRьfb2& i8 " o "aܽ ˍІV4IS@$Oy Tkh氾ud߻>9MM0QSzC4en #ЏoMnEFrT , %P`d ZIdLg\tABMpޠ5̮ ] C"-Q398gy+e` 5@qnf(,]ēQinфָ6( _bFWr% ?>p,p27s:#D! xD 'y /TC"NZv1|o|$'Y9TG!h!! , QFD^ԂA"!\46$8N Fu42MO~@d}dR=aSKaR=f'RT1)fO="MD(H+8E<@cA|C7H L0vsofxL"VZy "ܧYLx<2gfDH#J:Iӡa #0NMU϶SDgSm[zjZ =QPTJS  nq;jEoN, LP+ ȺZϏBga KP # CKVrS"D)-'XmZ~Dt( 쁭kmk_3mr U>w1ҭ\pO*h2r%p\ Eȴ:p5~XK. S&UQC`0Q9M^--CiiFRfipI&_z6^嬶8GP"atd1m!#Q5FR 0Pn,v i+ 7p.|h-ZB]Bls@b- &i,/dsbC4!ِ(yf"4{mN JU:tL̠;q_)gu*&Q'B:`K{f67HN U-M"܋̕nĥ q$L xD$9;[ExDӓf'S;/"jv>[H~mCoG\+Dἡ lelMedPTOߩՇT_VXc&4 T8C!ܠ%M#NF0 tc, R;T G N u4Td'>YREfZ 9vH܀|E|䀸hΐNf |nn&(c+"ڍT)G @ j `8$H*a*4Jx;RhaҏH ~ zPogg6  q*h~&EHDO#ހ`aCm!NB 6i_0])4NdJ^G]s&I^d BA # cގ4AA`%Ăs򉅌 K,# ",b?|,*x,gjN*I"2"`a&p8p;P qU*&qq &OR0]1~$(*`,b&k:B n+#aAa4jQ+o'f jg |@/r@ d^dQ vrpIh'۔NQ1]x ,5cN <r C,j&j$ z% 0 d `hAf:Srqđ5|ZRv\ F3k,hroN&ob@'1G ʠv-mJgG0Qٚ.jdRIM~);0+(r͍(tMR'""2,Llz&d``jjh!1S=a=n+ !$2 bЪF:3`@ &HRWJΓZ NI"e$CAn,7mg^88E[ZTܺ ^2lS}&q|#H%H#k<3TtA>tI* @+@4v3Y#@9@4ڔA < R\Be#؊̯1p`j*EWWEaTRm^R%F瘊'l".c..'#؀Kga2ajuVahh ӶT6Z?8[Y @4 t pwRiJ)T"RPqN* ` 0 0<C%T"_r9g<楘GAgTyK ZU!d*VV @V%c;. j2[5LY@_&̀d"fՠlw ꀇ~ ^6=\qD5E^Y^5_]+m,eG_`q".OHiˣ  ab @ nvn@!d]dۈ7 Be-M_B1ZfaЮoN#g R!*f\ɵ zLS*7 Qj^^Y7RR{GoM<8.K* ֖ja yy z4cCIڨNVD7M|a`qNlB(} gLO 4\uT}h v]0u+QmS;yGc|ԤbL$";$J N8.:Wzׅc!L8dc+Hwfj5?l|XJ}QDܗ"}Q(iH<tCÕGtlf u ('&x'm8um>"! xCG؏7 ZXyz7dj"XQL@Sq؈YӴ& ) }X P6efg ؠVc W_u֗QP8Ƞ''蹞ecT }%OysQvjzl9GPM5آѢY_Aãu:|c8"*y,6OOhȴ xK19SF t,"L!` ` `\geɬ؀tIHϺڭ؍='*抚y_/QڏJ ; ,ֻn3\#{p-٨'l(nwqIp(A R{}ҵDvEG|&{y6!^:Ek%ZM1뤙UZ![yyD,h,I_β92{ݻ(08N[ * U\/Oˉ…uA1ֺrvU0FIħ;Y z`:h@it ә(J ȽHˆaj[ $ ; *vgtmg4tٮf1;Tؼu3#f`;2xĭЩ{X  !8^N7 Z3r=%QIL ) !៘8IwseuLSf}V ׍0>͉3F^ͅ]RE:|#ϡϻYJ5\ .8.+]}?s`)~l;a$$~J L tAW@r$y3kI>=>LBbK3|#+ ϫzzz%lK3&ͷUJ1Z >%A>N6beՑBK3:r^9=?v[ـ#Eioeޓ =Q<<@JJBAF -fqPHoh£ A1'e:fde̙4ke.)s'L/qT苤%B4}Q"*SZjV\2d!3r$-,lܸu#>tU7^E&J$[mvӆG 9r0Sg!zڴ0ZaL(D >qbE CN D\<͘7o*s͏&tghSƚkΤg;imvQdWN"9| l| 9&d34eA g䑧 /2 BjH2$1FaFBFf1j2I6t o4S4O>Q|QA^Sv gGx] 'Yf9D`|}F\5o_b  *':q$TRe -TeHB1`bJAa|#jy#*p8LC&MF)WdrCD1 lN VIe%( h0Pm'c`ZҲ`vfu5v֞{g~ !hN>2e&U>*pRrJ@FqDjTŴ+@)9+M IlK=wV Q)BK|rAm c%V{W&yt !MXꪫ9 tbR^ۨi"B /jP)%@#Z"lpP\*Aȴs$C$)#,wW3s%h>"(3bnbx2 nUz>͆JXB eXs@aG, ڦB ܓ-ICUHxZ ~8TAZ8nwPьZ(gQj^ag A KaQ=Ez[o>|D\_G>:j5}X)̖ue`r@@4(N\ {#4&h |Ou邊>.13X ǂ<5艐.Ҵ -$D5:)RU " ütHi% )ːaln)3|2teL/H4 Z d!2>$^ ( Rbca$G~h!@. 5A{?]O=驫"RcVkeMzUgEm[pBp!tEӒ#`ahI c-TVG^J^jnx(" YH,#"aho65MLŧSI}vd Qj‚ +2˒W5El Mp-E(bx"Bcz#dtM[94e]͜6f|P 2d_@D&YH@k(1nCQSbԿH MmjOJk~q('igRWEE KxCP B;\9WshyEs-Qwr!0IlkY-PF ;Y(xDPTWVYk5 4rH bv,A -oq?gkr/zWn9t%;ʏRvu[˰v ,d}= c,pqrRuC$L6&Z*~#vlm+`:iW:\~hV \3zae˸Rfc0P,3#]M%+6 X:&ڋ*P<#dLtkBe0Aap.v١d]oP /"<3TtzjQF4.N SLq"$BCfSC(l* c,CPæi7HiC9Yؐ6I/zUO_Ţ.$ULmr Y];v'9ͺ}]9etA (,NN19a!3& ݂1L6YU8ins61Sy(a[8Ƃ"~7A5փ'ֹ> q?msX|a#ل )G!}@~p$ SP'o~ns"n]`g`nR] .ZAp_4La{t}=]wvvO$yܴnrG I6O@@\wꞇ?cJ|J0 rE/&esFwSb?WOycMQ$'B|  B|}0^G}8HWo%LC@r?7up]Q\77\:bWa?H@-;EvM%f8{xPLBr1VU< @0 @7 PP1Ny1m7B$tB3)Sw~M%\83n5&:WrFVg4vD3X"&(v8;Nq>G(VBFV>M{ ` (I P7vc7=nnW+D2z(p0248fprX@fSgՁ%(sBr% hC` R00p0$ɰ ˬU[jʘFЭݺ_@ $k)kQUx g:窃iǚB7<ҳh({m#"10pjO K%3[0UZ۪ڐbK"$[yQgB'U׈[Tw0l{_M1 bA xl]JX*Y>P d5u2ۡRs0Щ{|`n˶kT (t{gd!8=DMjH˻ /w6w d r`Z]Д[0+囲軝j;վZ)dQZU2QM$$U{` wZ]ϋTLFŏ-LUQ Iܫh JŠp|Ar+Ff&(&+LlOKr?R(2cc^BL ٴ؋P5,{;ak?5z3+xثKY[k* Ɗz|+*[۹ݹY-iXnZ$Y%X![̓7,`4*1V^IlYr` R(PKIjb{bܻ?ʊVai|3c#y$E2U"[tWh- @=D|1StgP&Ů$P/伂pךbڻI x1|z3g} p G)O %ɹ,fE 9X2dtQ$TAm ʰ 0{૓FN\8Lo& v҃/[P ʈ2R<ρԁ1ap s\L v5QЂ"VUV 67̷)9e  ֑5 AGɉvE!eKϒ3G~04xa}ʋ $ٲ h+WY@r N}b%T]EVXkWMBA YK̏KbbyP-PYL[pY} MPH4~p<ʁ"ܩn,tqvqhu[V[CibV43V\qE7rb31}ۖ ͏3B%zYH.8umyj, ޏ wmU[XL+N4́,V9,O䛑/۳L$ʍֻ_@/[zK!y' [s+.—ݍPNoUDWQ2S]ߨUaZq/HΑk֜bRQgcN}K8]p'KoI?qN+nsp\p uf4܀bA7b:1 ,U`QpD4ɒNܱugw@,,haK?O%go uQYutTn|[@"l%Vj holG3 nٓ,^!q;t TP DO)+I/*nNeO_ QȎwduU2!,&}(39@ q' UT&r A>33_VۙoNz|PG b%N`[=e+vJA@CdPaBz(Q-,*xB9n B .DD+Y|RL-al1Bqh*YPR ? HQ7nXŒ'kV>|):hQ?hdqVZP@q\hڭe%$Å:#ʀ!cŋ Gpdvh/Zxhqdǐ!4Z.)y)]l]XM7a~Yqsh-g8}uZ8ߚkC-*l&k{+%x)neDDdҰeܯ[䎕 ^ 3RK'=x8B(B5rbP7V7`;Cj?j"S?8˼Ot|G:ER;\<%(J<o-h=ϔ<1Wto 6DK$H.k(<3t>sZ:6[mp@Pr 7!# Ud *{tH#UZmUoVc,KZ3=%ÙLA` xؑ$46X혡gV^YeS[eCd#4C4 !pqG]jG}< R~ӊKRBչ >K?9agV[m8nIވ’Ў9e)Xpg 𙷥fP<<f?҅R4$ xU*@.ȫfrE`K~;c0ɴpZU|_`{ '? W|-er|rck's.yMߔtPYjP첰R$vh.1D$ Aff'kZ]d'L S8/zSʤ pauC0}nT."+9%t`J".%a ܠ?ЁH"U\]W`,%Ƞ`VYώ/c' M>C fba JpࣀVҒ;d IݺY 2!%c#Xj4{Mj`d4Rw|i#0G NpX42ipڂ!Bvӛ\aaO89/=Pt'<+n@97|D)I|r+f%|CuD~IAY /?` S1HYәۆnhMԚ#4j$dW,՘DN2[,)Ox՝g,la]쪸*U>ƞ7e[@z)̎Uji=G:Z]&~$$B'Bs\Hpr`?4xUTr9n"# JIl`)v[g=s7/fl.:ޱA؆M@׾E&m=VOUqWcj5Q&єK+Y&zlKVXp[ ``ܠqIWuƤSL8#ˤ ":ְ)IiBZȒh{<39Ѐ4>m0[ԜlQ!oQ:X̳}U R>qc$}g6{$YgfܜUv[yBG<%j0^7ŎHJ"@ ;eD) ⻷Zآ!Hpj!P]éCVʯ`zٲcq&ĞuAvIN:|͖'aɈ?˂"E/<ėEzEW6T$-6nbK,gݙ]ѮgX0@BIӾ`&6-wG4,'!v'B BnK3-ߨ"P [~`F3/Ν|MaocO!6gQ/B2;?I o罔=$`çԻwK!~^EЭi(R#FܵczBc8;6cCr8Ӄ?I7 Җk ?="ӽ=#B=S|ʠ!%Z>9J 9+ԁVc]l1;+3<3[t?ң,/TljA823t;!D9m!%`  H/"#',@T365T?$üC\D8nȼ!#٣5T@|؊h>r LM +璓bST=d/ec?XC34DEP~t!_$7*cL9KFdFf"(u@'qWALB pl+*ņ3Htksb*r{'n$`SDT\<84`+Ӻt?[{k * %R2E"%"+E:K;4Cc|ɄLII]4DI$$J]LCt;áõk*;Hrʡ4 @8<`;{H82h7  q F) |5:&sDLA=L˅\<8 LNN< |L, I\ɔ$6L?L~N|-M J۫ Cn=LQ ;yʧME<4Y D܆dPA3s'DА I>!He8ҙЧSNAG3E7 Nˠ$J EJl;V T0K) Ҵ$\StGcQUIw4U&/%0 KMS7Z=I7D8E2LέA]<8deTC5EuD+7H}WPҭ(ͮbO7E<+īSU ӽKІ{p}KGuLӁAsI/5OtXf}UXl:hR!Ґ"Oi+lU 2VVE`J5 r.*]OwDؘU3CV]C4zWpڡZ|Q`C VQ5L2]D֬]VIGDDDD@T_R^OV%8҄5*%EG,MGsӪQ1KE5נ;x;\%}Ф]]S%2_e'cQ mGԬKW5DMۮX} =-bOYF`6+ӥDX[ϣv 4 Pe5DןpȽq\pUECS-9sk5Ux~<6]]}_ R]uD0J \0 ^q45443\-ΖP$}U%L\_U-Z^D6,]9 ִϷlA c}6M!_ٝE&dۭVqݲXV+x`3l٤uFcKZ],]SUH,1^<\a]Tu\EcZS?e_`}XcEV6d%D.b}EbED8Vq[<_rK`) 1WAEC^ST<\8PaeՠdNP}Wcq \9V Β%X?&4dee%"2,GVbkkiF7zNNM^3e4dFxnX>gObdU=\<2} Z9_rr:=,>ݷ>gTf]Bn㝥NؕDh_flHX94xbth^J<= M-vn:vS{闭g}Ff&՝eY^9eFhrrKsZ`mZlAm~$̓ggn=hE#fdInԕČ6<,Qi鿶_gv RgP~=}>wꃍZ>]F]t L ^ l""X>(8;g36evVZ]fPl\l}妆qǦjSڻ];cEdN =2ud\$j>mLDXElcނvǞiOQfg.w],S~VF&jR5юƂFݥo)kV\G6-n//d+ҧKOlY^꩎iJ.nP,cr.ŝ14SkfLq4UbzOqWD=s 'dDZLYa&MEh q0 j >f?n^u^UGZZGNTFsVyu7XF:JwZrxxG>A=CF6r'i8iwzpq/zldO2XM$6Z7wgztO֥xP&auj*/'uGy>xʟWO]wc::!Vӄlrgfg_^gxv =wOy3t?o|tlb+*~?gGegA|ͱ.w"&a+@|^|1o~S|-sT?wygyaB@(!䈛Dp fǎ? )r$I?8BeIVn4MfmlrqG_])4Am!Gn\`-<'̟?bJTA\1 +v,G01C9.]TFŋ`Zw/ɔ%Yuꇚ&tęBYVѤb)oVΞz z4ѱO=[b-C>%k]y37f+]x3eqN#2Rϟ~z|ز  >wdk;ùzRxkL}P@wԗvx]xmEejY|aKM_ѤOt`/qwQGa"+hx2)jjUl7ćZh&edgSQqVM(] R7$n)doDrwZ6Gl w%qXjvFR_JU}cU±4<)yiSqabgh{ZAtmQ0$xnB)t>KDMM@!,"D%LAiDÅJ8pSLQ0x(ISLR(S"NiE śH A%?8*]ʴӧL J' 6}@Z"2J@16D%ʘȌ%f2#D !`R%!3`'19h0QEG h ?gPD( .!7.SgPR_(x1"͛+ 9p ?~LIdJJGe /<>N;{]"胣PˏOTS:dR4Ye\j qt5]v5tБt58E#CCcna68e0Pn,PjTP!{,gb AaF[BUyraQKMwҗ eH+u7RGd\Mk6C= .0ߞ|rETSR% #`@YPDt ʥa]wE#`1D ʱbcy:@W*8ȎQAn8arFA>xA @AV.Hqv!dҘqđu%u3$n:䦛Ouމ|}~S@ #nY3EX, V 'b A=\G !yY':Hi~?lN "Ǒ,!b dD<´wuDtV7n]d2dS ͻSNr.! (pߠP猀7$4HPB i ld8/hny(rbs HG P@(̑c ~kKlR$b!\u\K5E69wZs}$ym6DӼm-Or׍T,eR 7xP撃GiNR9 b9,xR"2! @6rI@适( t&_5."PI{L8bPo;\6M#zǦxMXTO, <  hGOBLHD#q>@̎E n IA-tY`7eC"FmHB ,SaDN(PELw= Y*( > 6e oRG 6)z01ռ5\/{`u%TDB6y (\" # z!AY>AP"P[9ȹ|-$"a:o )>{q53X ILЂWB#Sk)`d A\h: na஝L!Bٻ4 Ϊ\W-upC"vu? \K!(b;c*m.skP)SY1D I?3nwԥ *xD0l`kA .acc\Z>Vj-l1kXByhg%] .Ze p9AD'CFijx7 |s@Aa3hRS ). .=ra:6VJ6La)XPhGnHn#J-~ `d18B,tCG]KޒA|x B9ۙjUHE9Y:DB  g{D+Q `20@C)|3@d8OD-Ԗiÿ1LLpi[3_-/&0r@ϋ p;ApsRʀؕYA2 -b@ma [nc dV_qt1䀩 BA~h-#+ "yH Z'b`H}bz +ض*洟: m5&2X6GEz ZHI /+-Ev\L ƬG0j9xvD >_IY*S{{L7Āc"ǡwbՈ>i7@q4~76P z`F!H<)u&& Ї<؂zR9&iaM^2W5H'hx(1QH!89*RpK#iĔ&ס_o6w?ojGn(?HxqKq 8c:sdG 52sͶs$g:'pW } w{;,,pXJ)$B0A`iP`|1CɡYuF&coJ=ao=/6cp?,vwvjw~1j `\ ~dS! x1RdV@z00^CPW13Q5tAog'sR4K#>BACHrl81_ 7qXn}=?xSbv6.Dh&DvZ$7*LpcFxT}i@d$xqPG-7yl(13,"NgY^219[;ҁr_,14tSXtnQ.hcGA>vvbs(8<&(px= ph^n bA31GryDeOz*V"F"}08ҁnAQ-(X^x0PqBW a5ƒ'9onqii$%SX)IqI::`@v!mA)&G@9slltOP̶WE9:@%I!RIgP168x a6Fv41ϑF}\ǖɖ֊%7Zo\$~:R(|i~ii) Iq^G8sl3P924|8mm:9PlP2j#Ct(Ah1>!ɡitɜd}\F'ّM7I_ i`Yi\p y@%@VY5@Ǚȟ!tPJ"04X2 w5 Z2fkC{^vYF6!͑XBZky':6Ea,nq.j5 ީ%9D y|pVQVmT 4CZz,lY%2Iq;#:C~P,BXzaxzy&eIƙ5["Ua#ڢAֹE+ \c|)w8$ٌJ>iy:I$gpnP0QWH[ꫪPKHbNȫl,~@P;1D, #1g@8 Xꧽ}ۺ?XaWiMF` ugǨ:jS+:pȯx;V{K'$V}1 #}Ps(Dls#M0cDpgj16ڒza<{5_c=@+E] ;J[\ʮ~ MKc8Y{GO\}D92sCpCQ9hPz:QsP[:z61fp A[D y oAf"d ۜNu,aF$ ;Etgw¨?K}d!k)}P5`s0zvO84+t#oZP"Ʀ:<(쫛+g|w*§\:5,&Q`@`@P|JA=CۿG+0 w`wLk{it RȘx(3,Px}p{L|$9FeU)# [bY;*guiK0ǚ1a!QO\[PL` S|_Cˆ*#&DFa 0 wlOƠ"Y/tsp}0G9%#ÖO;X *Ysp϶P(pN k;̰O0lfUb=AHlP ,˾RQ<`Lcwg\Ќ06\m< p/)ī||lǬ2ȁŽtYp Ps*'@di:sCnKQ=+rMWlx]`KŲ$Ă͖$ŁE;-|p9 [<?m+ U(:» T9凐nՖuy@x,C>AvϹ5Ѩp"-]30w\pW߶2iӤB(:q O]"X˜d!OM⻝Ic8܊M4 ]N5~/%g3;3~i3i0xxpn9頎頎n.^@vK -53|4Mߖ]w~ba0dv=P`G*yQIpn^W4AYItY\> $vy0^%sV}p۔mvf #o֑, 0 1/˧6M A`؈z|08uCdVf[ե_?F/RK{\{=QA宫ٜ=Pg!O| umC5~uQnj*X+'8< 4%Os v0yPyorPI_H3?tRr$H-dhQ .e  0ؑcƌ&0Td%|f%,V9 dG(d0AV @x4ʧϟ=ɜ>nuW"nA|F 7l 7D)hP&$N,JdHXP R !MgL)QD#YEJ3`kح[~]mܵ;Z*8r&2U4~2䨑F5<;8tBT4m.aoΒ~ndIR:N>z9Ej6@B7 -CT (:C!p?آNs#{)a27*4˜Dé4)8crMנt5++mrK,8"v1.-7M7BF$ 48)X"HXĎ?8B>#&")ȫC9k/ݰP1(84 c&s*1ò=#)[΢-HrDRw]vp;^xrK+DܷzqMPi=I2 tX0$‹UPq o2bROϣ C9DV:0-*ď,آϒ J@ 8p{Y)l,Y?\(HLb@Idtnu]w^嵭|ӬLʀ<'Ud 4H>ˮ>{ Zb1Fˆ.2>I&wZJN;x@CFc-@b7~B'Bg-ZZ%F V-pEFL-?v%ШYn&/BS[&-EF$tc HKrl&>I჻XnX`NwqQL1JP+] .( $8P("E!|(A+* &:ɡzbI=8hQW(QFkg@$а\pK4"#d! 9PL fn\!Q3! (T @aJL钡0`t-X /P 2aQ:#">~ q $A j0a(K9TJ WV%X Ҵ)iNso!qWu[@j9" ,L &:A ,1ju]A<7E[jUpDat#1{Xr{e,_ۈ֯" 0.8ؾ[dTBxjST@(ѢeW2a b.ZUH,,* [B;@C@fR ܰNp-3@|t^8vKЈhBϢ׷ Id'KQ>6? P4!@60G0g,ɰx%f}DK%Rd @<1k|;(X18!@@ a,ydHgp {UHVTh T/1*`44СQxP8ǗHn;? 7^WG&? ؿ*z E|v"KoA ۨPfv5GNBRbj%lclkݮ'6VA!@^0!4ӪBAXh/AGk,u,YTC^޶ނ(En=[gМǷ#m;7o|`Eo 70^!`;C0(qOz l4$!HO/4Ja-sԿ:gy8uC ^>Ԭ9Q)/-s]"V[x *|94b v@ n) M@0ă z3wC 10?bICx: $hѫ!%WZ-ۥsȵȭB`;F(EcS')>  nc;, 9Hu(-X@"Pj/[/{; À2F;@ 4@DL@Cɲz,O !XNX0+0%!/H{9R9ʥ֛1ࡔAܳ9h6F @b!4H' >S:3q 'Ȋxrq)1ǺA'/5 udCkG?@@3z,8>@?@ āT8E;HELt/09 4PPOD0Z,,p)(*|5K5W]J_@H8<#(Kp07؂rm*r+>&*2Î?3?6Kv,0@ :8D,@HA}DKKK@b4s8tD'M !lLORRȂt?:AU$R`)]j]zMٹۈ 9ȃ (*6`DP~K8 6X%t>1kjk+p>.u X;5uNwE'y?ùNDIĊ˹K˼0˿,ԁ ȑ`QpLcR9P61ULrTT!MII `,";# x͚!@:p0("x"dpܱ@i#>qtuS˷Nu AX:XO?OX4υM/S1-$0=ORDžۿ|[DMbЀONiER4(u$S=VP M]IObpe8z{@&#R: CcD%QQ  A&Y/ø}KE4|mm?ESZ=>C@Ra/",Kn=S4=SAOÌI,Q-]*. @ )V{9[PP2xM) * Ĭ!-Tqsx#$ QȀ\"Rgq?X R4X/:N'mY AuL':@(|7#EO|RTOV/ZkZ=oFkS/JW̩q sI#8P@EEa5@DWRH5QͿeФ1P E;86-Pc">?Eɖ?4|}3|?<84à54< 8lچV/h^}޹QV]*t,vPɡ.@/(M?x0HH1 \[I[@Zz]┒uI5Wً` #x=HE'+@EJb7:T]Xg1Y5* q]PA(Ve^G=/\ާ^%5 "$&jRNOBLZsD [ pIQ_#A M]=[DE]T+IKNp8Nm! (0YS'+8<-bb̠~^mصN'?B]ޥE((+^V6^U Tee]Vue Nb`ށ|3W)bQˈv\,~C!WשP߻3V{3 ܍TJTS5ܘFU1P Dx5Amjonc! Ye7ZiQ*>E,EAs,uFJn^$]5eޥK"AlhEeHi֊x\eMiO^bh}CcXfs%BY:Y0HGJf3_WuT 4`ps.z<>#0* nF4(!5> s 3|,э@@kف6$];ѴeTfj=V%Z "Nv3> piOGnη3i)޴x$ԓFB/JHSpM5Բ~M14Wm~Tᮮ0 ޳/'ZƝ ;@.n4f,5`>C4auA傚V>$ZNNt"p\P/40G[>hp)8MmUTZBRSPVu$8q~m54SLj $nazFxcڋ!@cnxB"K#pY!TD:g o%a~7 9B։>v fڏ&c25W/6'kxRlɆ s־s)p ?\MU}=_ G@JXt^_h52[GP2S!q!+Q}v^&Z8gcbJOv䷟9aE @Fb;dkE8}2hggcO;e ymvkgsnl27qor^:e .@1wx((H@P8(3qw[Ix.X#X 9qM78 !}kBg Eȍ,Ƃ ηhHՒY0y lь ɷe)vexGdOlvW&(^uRx4`V!0@1N}ETKI8{/N52vI[}%Slh gfIU): PF 9? Y`(>!0J(Q⅌5Qh}i菟-g>"$JtCt,|BҤ)M99ut'ȗB݀,jMQ"X*e&˙r yN>F:O(,XM,ڴ &`eRe[f 2bUċ0(K,R/]#2B $DtIQĈ̪UI9lYfȐa톍08UgH !Cq $PFcbNxE vp3 $sdD)%SgH_꟩M-u~EUT6DI iPDh1Ji +,хdfk街^{B41~ddAedFz)h+FZoV[m en/FC|Ԑ B}pW(EIםO)gёyTd{}$2Tѧ|GjalRN)zj`|P=eVўQ g|Ea~)zc{ pĐB V#cA&ea )gF` Ok A@mAhY}1 / aDZH[QDplz~G$T(DUquHIRNDaɬx2)ɓl.hJV*H_+im b܅JY`!I66H,dga[NBuqkNy.l3(x !0l9E+H LēVsY!:~ =$hzT jt3/2.2r|x^KQ uAEʡF$y 9NebF -#x#ؓUf:tkk;^,H"\xM !WA >< V%R(a1F`vIB(D9E^Т1/@xDD`3: xDؠؔ ]Ur ob!$d Ɂ9% 0 3pEt >sDpHDda5a͂ D#5Gd6a@sI )?ٙNV$! W*9 O`]\Z"E; -(|o\-D_gEo$$pHU5iY#&2S !`5 M<2VLSĆ=a)= S17 CK_͑7 &P" ՙe&RdLݡ0gĥ8J*oxиiQ`QI'Ή@;F!Ag |UGz,8a=6)GN 'EֆqLbr $`9S 21 7J6xDFl;#,ԥ,?mQT 2L*厈8YDa7XUS(nh//ʫ%cL(1JxVz /~i( ~n9u ZP,l7P)9AeW0&ph[ | P W` ;]!0?I$F2 X%6 Kjq( Ⱦi< <"*yR߳vтao>ɠ^B{}]vNZTJEfd #L@AL@8 Mh#rFd<*r:ɘ#0wm!g>K+\ATk%8"blf!pOfq'>v==ΐxZhYSʕ@UYx[0]Ӏ4_Lԁ%|e^^щ(,Adս֕ 4I0jHknIGE tkII]_ $^~ A^U DBˑhWŜ9YDA p lX} b|ޕ  %`8N,(A@ ff퍚,E8jm!0 a0Z_k|bk`xa`w})V`-(_B%beYӨ8ž㜕[U,A]/Ā'$QV)n\ YK xy@ ,BE"0aq౤K#a2IR' D##œq*% Xa ".D;#c(X= zx-HLu0A RA:ŀ @߾l|HSEpQXGU"/20$"^1$L22M:Zm$4KB8&tAQ9e%h4A[H •}]ԹmΙy>E4XDO d-ZPLH .VpEHlDDQf_)L~{*Ľ[L$ڟJ2#b6lT AYc7Y&w|f|e&%Lv@ 99ͦX6:cH jV `\ KЄH(،UK`¹V̧ #dg_N_ZR_Z^)Zg_Ff.{22ƆQX!!7fWigfh}P FX(Z TŜwj6HF% ~ZFJ ShM̀߈ Gf ǂ0HvHDpi~#jjngZ_))hXPW gV.Ah0tkBXxH)XD\ -[hVFU罅: tUɜSh`(2-}VqGDEA..ac| )lRRi:%+36 U7ux x+Ђh+ ,A l+ֻrk~p9WuF*kp*,':OюA6LwfA T*et< ݍyz}f*.bl|:ǽ'0jNl[0 ΎΞ hm''h@[4AA+:mN+l^Ѹm Hjdm&vjt~8PڶPC+:L!dhFɖ,"no&Y*.n6/IZMe.~mWyBʼnx+@Zҟ *<:hD--xB)y:Uc F yH]K @)^F-R j! |ؖLF/N1^~k2Zf3̊C-8[LMvp?0[@)Dl6mW>0Z[Xٶt`p1L#UNFc AwM ĘD+G.A 2o+o4ɧŧ1\)@XԥBayƱ'X)jr0Ztr)%@ +b=m@r$TVV H4DCԁǟ%X*0q>qC74CCrWqB]1 @B1Chl^lmnK3.H F F+ 74S3s\w_:ApEJX2o=sʄw]ja,+k/n@[?[5ʯE5F[3h |IB(*L@*1K;hl583m)Ehv$X9p"@S/QEoTsV;EܳKVwqŸpiuYGZnD7\[c7\w2ww[^_8qI {Hp&97S3@M+TO64vвj^~X4x:7,p,ҏ9k0V߳9Vh8\ߔ"ZҲ5Dkw\_7vۛ]wy|9/m<h#49x I>L> A x@4 2CsX!  o Kbi%Uopos.vv D$,]T 8wݍ/ZS)ugwvk7sK4 9w:BФAI?ZSh6|VL@b6d)@+@(B16n ˭aA)P BĠKvoӍOV )&F쭥31C_ɦ{DO7[:&<ﲪ90A 2ABL̍_x[5o_k 47{'| \R)n8 xxC[A DzDw_;jqV$4yA\B),AO#8zȃ@<6@x@úb s+<0S$ DW 9}l>E.lj mxw2`C`r˫ixX78ۻ <={r\'D2w-2,* .O `kĊ@T0a<B4xAAp J&L# F1hpC+Ye(Q[ʡ:}]T"7Cj! !XFџ3[%.a_n0'Qyrfgt ?wn[s !`!]3r[Al7t^xkMA lASJ[ (DT#@)f 5g<#sFS?gg*堶 )o"aE41(Q{Ә-̀oaDB5>X # | KI)4aEH$  ` vaŝ}*M/. .I0ָ5 zjp0#h=H9S ݆Wed-6{Ky `.`CXmAth(6j4%<%g賶f- isf юFa٨:>H6i/<-ƃ'8sЂTmi']xȨ[%rI5W49ڻ"аl( l^9 ,]4M33#tCiaA3DBo %0:\֚a_ &8,D$9"Hњ!W .pqDž rE%W [+nme,Zz b :9&M_V-зH+0XFJtOo\XD}`&o ?i)2/w 7i@.܀Zffb`ïpǫƀ̀nq`+$~T~Ѽa2E 𯚱& iVR0d(Y4Rc^Ixq@* @-PP>L&5"jq2 n'R!!#r$22VMmc0r `0Ϩ<@.,O(ܯ5:~\ uTdfFO &pِ{N;ۂG^oJ3­4@K`* @1 N`@ȁ*QU줦-26B! tjDM*At*M7 c>8MR6lF+Ax40Z˵ *` ).j4 IkVs/."Ta2/f1$ؖ/>,ހ3 TZ:VB!TN4A'rf,0f r'UuC;#GT+lCu 9Ӊn f 6lnthj p\uK$RL5dIgIBW^ ;z(LIb1;̀K > /zM33)KoA55t\p\VP\g1]C4:CL*8cJm h$ X4aF׶hn*aawj` AbAb. ZX*ck5"C d*j1s"Y{Yiʈqs ڄlh%[\aW[eijV At5n,8,NHglhdPmjwnk=cTag~BIbUIۂV IRq`A(aW#/nBL'~sJ|t 'xA]odekukNtFVAtz^XցX8{@{RbrWI5r}wW-@bJv~#blמf '{@g} A5qN{B͕w5WG.fco(kT:D䀄vt!rr9 n2-xI*e*lHVp(wGp"{Cw@纐I:NW0x0 G 0>tY&+bB ʍh [:a91g*b|=',4$ ڠKy_ }#J) Hmfk֜)B ;.:;Cƙv5{ҙg%\?tRcR ( 2[;` |D, |^[5`[4 i£u{#lCd!\*"=>Xe+ }hqƛ~f<ś^ȗ {+,B9Ϧw`c @wύ+%;=4<e|[\*ZFT&͉h{} $ASp# S((yg}{sYɸ CD23w!j;+][,1 A]BT4$Sw/}="X^!S @ ](Ko>>Z'Flm|݇ݍ~  L)3.*@,JE칀 l` ;@cR6>cs5#]7G#:J~@ < BAU^1 Џڀk@a٠lΆk7_PE a0h… ep( θƐ!Gd>THʑlԈ+=htؐ,d@KKR7Lz*lTݸQH_!Dd~답 ᡅp!JI(DK6u zd:oh卡ABu 1LK;6uXӧ˚-z5gIH;0ۈs;d xQȐG 9d'U*%?tTACD6tAƎ*t&TiPR=֍9r.i5`Z[k%@e82 %PbAauDH$<#u@Fbf ZluYڏ#k}umF\o pU4QA]TrGtH"Bu+]KAYЉ CqH"!}Ĕ|Eur[ɀ(ZDmA` >#e %bʆAG$IFHe1H#c7@EƫE kZZ*VW\%A%_sJ$R-MGHbS ܩ=0CLTqGn *(G":ЯhMB\r]~j /FjtZXȋfCblj - W H{8 %<2 $Ic)~\؋ee4F↫²r.7Ɔ> {??itDF \sJˑn4-ߢܡ&t .$|MقoLjl-=Wu 8&S8_H$Ǣ͈djՍ>w,upCMX3#|8Cv60@! mwR<-:Wa?X-zу00.e(+gAP/}Lhx9< B6F([4y: )m9EK"p?(^# Ȳ-mi4ݩc?M:֓$SpY{ tgVF, Sqgo1"`UI,#:QˉK Ȩ-ZUVlH+{`[ ])vI]`@9 Y8C "`ydy4 NEo4KI|s_Qچ @KP{ϷT {ӛ2~2RX%@) 2:e[\(0qOܔ(?agGY=ozKSBekJ|tW{i[V~`,6ݰ,ݨNl@PhDEbD0V]~HQ|?'B(7D99A NBmyGأ<PRyrO1;eS"ܣrB8nҭ^&_1ks7. eA [Px{)T2 F-`9,dO55o6;FԺ*&8 hJD]#wޞNoٰ|^SifS0{|WhHҵw- pjދ1.P/mg?(f1 ] $q[xFwqLReg͂@FqozXz*η~~6ZUg[_}Qj^K"ŷKeB xNog1Ns~PqUx[[14?s+ ;8"p4!)9DID#FVZTLk99b_Yኁb n?R.bAmgF3,U`~׻lDz%H=87,b vBy)bVZ 9*M:zU{4{u\}2V%)()f2Ur8c v}v'$E/ulVDV Gx\ò+4vW~ aGL3scAG5pGtt5dezMt=6SfYZ/_[Vf1`su\~FWqZ^qvA7#p )` vl'##g 2}7xfQu3X`gL37J%pAr[`ys0GnbÄHGtyzfzTkYC5{Y71ׂ+\:ȆcL"{ b  }*!arfFx  8L35xĒL4fcSBPs'CH[~0HGzP(S6H7(CZыⓀ,Vw׈<2DτA` H!f Ppf}h\一ci3֥b2Д+=P@[@tKCohSCU/_%B5;a,SWm~fk‚ Vͨ71pf{JfnJ0~q}0YQ2mXw:To8'DDIȔהiX[RƐޣBa(dE(\WsOl 1`fsXUP&P~!"cI mb26$l)iyR@G.;hNfiu[r쉣;Bŕk GQV(}9f7P1 A e@kРPaqVF ,21lJ>NII z6$9ƖAٵ~,Kcgi5 £zVF{1:H+wOzfhl ]j *P|)AqЂe]s=VDŽv~KM GaڣicI(]^yq`hf٩J:D  \Y5 g|Y9z0j+FkJ4/'!~ Qhٌ;'hnʺ]Ьh4j8< S٨/Cce]eEJmmoJ䈌 ~kXu!qwf^ ,Qj:`[W{aQs<seQЬ~@^Ȕ "}7 pp=FLAoR;,eRU+Y_z2 `A{|D$Le`o,$L tq `ge;,: :Aу=D\FLIk'j+!/|.s'&_W:qthjo7 C+ | p O\):ÄLrt0, ? i>̊yW!I lGG9P;_e>,e bsj7v0 -@˜0sy|!w!WG: r:nA͊sͳcݥyRέ Ӎ:3݅rݲb8U8;Q?ƵjO P$нlq` zM`eU@Kf+[PAH.aLV^IqtPHŋ rmTz3 - 7S P JUF9k٘\<,A>P+^ړ̬ݼy24X35/5np]۠\EeG2׵, R$hZD͘N}Ma0[@Ĵ #,]%Ό8i.cemaSFAVln=*nQ,wh67  q̥à(]OAUc}ݙN7Y6Lsf;HТ^1Z&|MHk8:p\4bFn. :ڛZXo l>-=:aȚBBc+gfKN,Nq>NiXΣ^A> -2XQJץsN UXG n>?r0ncg?Mp.^}Cjք7*=o!o$5qmR\3Sy)" D[3Lo3[L.ZHTbO&a7jIF>눕M%Dpr"uϷ.־FujבcJK k` gQ#']Mр:Dة.b a@_пa?vG8֑$&D7獅^O?/|V B.?,1 e(0a!> !b -^hQD=zċaxѢ* pBYS"E'ΜyTB u %IRMO))UP9s5ʒ%.FzϟE̞5lE:(Q>u͓^>{q `9}.%!>VX)] /t<C8RY+8Bqy#>kn޷}ThtΆIK.c9u" 0gSidIv)XǖE{"u W">70^8:h70#pL!7h-$f $z UBE In&Jmj3q{HAr)O;)"ܨC3:?#+>2 F#-EԒòc,>p#{{vʭPpu\F:`u'I L_61SJ t &{@l+ڦ nNPzXJ8uT:*XerBYH^ 9p :tmfˣ+s9-Qu?4qCTX7{එ.l`hy)BmOE#Xmݎ{Ŗ` 츥Omv({cN"Vh)k\ЯZ#yl,.%\*–6m ۖmmntT̐dSAry_B-KYc(3\ \v5QKY:vF$ E@Mxc D!=#bl$PBM-֝M6\@8JRr(=# Nph#*BR,NiYn`R%-hL',WX&?ЁeKp"ܠ&x 6 CAt[L'hí <'gJ74(BOP!^o<X> B[H-j]`ڥ2{i%W*\"GMv{y3S6z!R:`Mcy6)rV~ IKy=ggUN),./9̵"KQf3YH ۈx=XR0?Yq}F)TMrǃ*_4d'&QO 2g4gLـ4QmHAֈ9ȝlzV=j HvKl =@X0/il->/쥲φ;CQ{ ` جwd2{(xΑ˱.F@,,3L[ "3E/!`Ak[LhJC A6o96ƕb 6$|[ 7(gUrwSrK9{^^r| 0a4 \nve'O{A+<5MR'a T=`d;=ސc/ejbdWwI[z*yRxhpM np>غ`ByŬ%p8_wmy=7N{+E;=ʻY$x*3?8+ʽE;7u 9Hoɲ>,HK.gڥɜ*񰧛8?5c*+ƀ? ?sSٛD8>)C*a:6cӻ 2<@#b#p1o"?2+B)37, eQcہA;+',=S;=wB;k$;&D*/̚#z+Em@/@ς;AÔ"CNDN̬LE -t;tL$J+DL" L"M$,` Ԕ@Dg;(˒pdKMKBKrK P EN=bIc+L6D@TdLkL'$PK4ePrQ*؆L4+AW(Vs:YM:(AZOBL 4P" -ļ\c{P/m0P0Sbʾl E*P3<"l;<ŒcQUI\Г~!$̂Vk3 eJ%5Sq¼M5E)M BԐ-1=5Gq<6Kmg%lZBԝQa6,U%sdM4a%*lA|6vN\SX;WUZ =6dӄݻ R?vmB,+U.WU}ZX5Xcs΂j9]U/|SF$;*}( @<]r dd=[g̑-D`CF M !)ě٦RKX\XST|N"]ؽ#RLޕIU=[%O>>:EIDٷ-+8TVnN5cMN5bcQSPm`a~arc=a†MmUTkN5.[3#1D$Fg>Ab:Q޼:F`04`W_^BjRp`phZqcusR9DfYFM MV]ɘ\f4(ѿ>l.V-u& Mh^w3W>ue ª#fY>6y;Փ]0q@h6(MW_T$ӐW=b]l.G]UmAVY<ϑ FbdP:"`)x6Wڽr i. Ǔߜ.L}[~W>| ;~; Fid\;5X>gV TflJnI&ZEOU^T& 6,5#+鷊5.ۚœ ꡾ez dVf<&Ԫfjw٭ϾИle$ifKdzp>O+h`KKUvP2f\hL\=h&{jBL\gd]J.r%.N4TG&kd-+m`Axh{vҌsn&n&΋m%\v;WmlEN-\~iKkh>6ױfYTB-ƂOɡ@I7 gvVK^} oDKӿ3W&/qpR'kMTAQ-e;8wLFk2BgtrBױ,/H~ F7a6n^M# FVOdo5P L:NΒ~Ao>q6&8,X4ylV$Rpbn67 6Lh„6n/b̨Qc‹Zd(!ɑ&K4)r"ˉ [| s&͚6޸qg$*rLn iIKDJRɪ)"zr6\0*D )&MQW|rKEk"gMhѪޖS?^TөS>vʔG +ć\xpi;~t0Lm3mӞyCJ02%nPՈ4ȗa|ˇ?|zhR3LjX2eeG:je'#>6\jKWK)XRf}Gd!wz&eMy8_Xh"p٥at(`hc9FI_TK2b&sۓ,eBQRȭ5RdvȡtBwcmcD5hN JJNy5P7gX[W4*9Jy䆅x`rnu$y)&{jSN9i#G$`yu}*#1"qءv V1j&,,{jcImŊ9룒tYǂ%W!hg7F^Y-l!,"EA0^LC0a0jȱǏ ;N81/STe (H^ld%NTx@@ J?{TJll.F7Jk`(!_g#D %Q%` ɳN >C†O:=tG 6}@A@t )M\`b An~(O ;@y )Q ]7J%'{ "ő|ɸ1Od2a¤%.t>0H{P3PH\;@M3r*clXeV j [pш\(b 00С5dlCt1zA$8h` YMHC MC0yaqփmG}J 4pAt]\sUї]tD PK,]LHpgSx<`AyY'뱷Q UPmeh2`` uĢ [!`ZDPG#l0C GH=@5@(!ȁ4G ⇌ .8"Dhx9*?H_8AeKB'im&E`;.Ai]Aj4SKt`@gOG{w@-|`BWVuÊ**f\CH<H0԰Wv"Ðn(qfg8p R> fjF"Ɂ@H)7 ފ9.^&fYҺhjv45pr={ YP ~3x@qfMĒU|ȁEjY (5Y#EG=hs`뮞Iį,=6 r@[G<9K|D}ibK^ 1eLgݼ'Apm~R4`@G@&  $G[M0rC.W2¸Hh\-tL4A YN#&VqxN hDԌ!jG-I/9\ It=vl/IMm:_(-p8D#2e"a [b a10if: A V$B(^GH>[Y,`:!j4Lq5@/z@ 3D+iJA"' XQ _vKO.*"n!\Mgy#)GgCҺVTvkMAIWÎ9 bE/--;kjSL@uϞƜ_2acM\knj p8Ayhh%( O ^@f,/ojALE,! h7u؄ƺ8 G4ގD9Lӫ蘨le kۼ\0/w#\f٤ ,֓OX O]PF<dlÇxTJ+s!1 #ñ8߅Do:a50s ]hMKR⤋wPs'g\Ι/+|d|VۜJ1@קLlnzp;fCT>Cyeyfl|Ȁ>v/B*!q cF{y1bc3nh2AI 7 DxB݇@D#?t[ > UHg~^Γq`P|6hxg.xFxs_x՘f|l6hgx5f48"\I|C ɲ@5}:DH3"@kK,YFEY#^^x&^Qmelwysu@=$PpgŴԔFgdZC?l*$"!Qv$ootO P‚}D\TCjkH3.@Ջ !Xi) si 99Iy,M :}0[WH;T3㕕E6qs@iCxfF@vCcC%Q|IxQ[#J)s'x}bf$zG?5l NىDGlu}QMn`LicU~TLp+N, (`m=<_7Yvx['Ja@*JxAAhx=.3Yx'XA!ʩItq{J)*P%*%NH;3 ʄZ]i}Z@i$uH z9ɩw‘dɸCeJ*ZSxu=e#ڝxuH*RpO&ۋ 5v^dADq˾[*wbX\6_pc_+1ǘ c0|O!LJ|P|l:*|]TzTNO0[NYPbBI[*stIpJ69p,Fdh@\0Ċ{F|@ؚQQekŹ;:/ɹ*VGbw&#2P)V"K[^ YM5P`|*o"d_8rp> |n1\ÅddKϥ|k2+ Q()gYl6ڹ,f|vP@N@=@v{ 1(K%DHIɰQP0Yp+][܌ Z:U#u ~p _9Q#KA%^3QX~EK/^Je6n;-5fśl[mK>`v 5 _ٔQJuTMҍv!a2GN:fG\[*<-4.13 9R|3, +6QQ-T~ڰ۲ baaϡܲ=m;3kJf}ż\Mv LP`Tv@{(焈QYv"v7cv:V: MX]~04q2Bf]gs.#ip2$~m~~xx $^⶝% wiM˕g'G`ۈsHm/8iPO s]`KN:}۷.;VNvv]ԧgM(dʼ3'`T .RP ~0xz0~}}w.>O~$+".~a>镞=a06hpme07ry?@?,жײ[ؗ2~'t!젤v$-pA}?9ͫL]4ӵAk?a!u~`P^r اcDBv:upHoHx@#@~#2~TTjڕ >R8С P8No}yȩ.j?3/gh1y3ا{vbbn`䷥TTh I!VT0Tj+MP&_@g|0C8mDDHPtuosz_PvOh?aT@#oBfl}'V 6 [ߩPPɽRP}qvs`e Y0,DH.m~d¼*g0K+S_\/gkK@dvn{;X?S4D>ohV~Rb aC%J$/_hҥ'L`P)dҀEP '\\" -G6CyH(-Z*̜BnaF-RO?~@-CqSg[R\Hc"7Zt.*Q4iDBuD$O4G`Ⴥg,V<]ˑGakرeϦ],vh93KA&Рĉ)>`$Jaʤ &͗(K 𤁤Y< Sf+[3BWh>ڨ?ꍸj, : PX>B 7 +1:,"3kb2(:)Jc>z쌏;24"I+HՒT5%k-5&t5#M<|40 V!4P :":I /.AS[b@&p`FyOVaNXe')2?7@+Ю \d'$B6 ď-p7<XB8cU +$0 o"3I$+!$MlG#EH#Q ӈ4JӺEa d}B {(M5 `#v38I2":ػo%\ X<@UVp 0@SdP19J:§@SS+VJ NS4AH {9j)b&$eq?.YFҶ~n~~&}o?P<%`&0&l9,!J@U. I 1 N^`„.usr0|K;".)bP %4zQ<ԁ S|TcCQu)4j.pg@ x0olQK\~{LDGjMk#d wHD&RKTfA ,-iA 30#S pZN DW*' %V`[PL|ZB=8MPB W?j V2uAUGZ97` t-&D}cIJ{Cˆ?1zc#7?g?y?E<aP}q@C)t $=% T&3Ɂ :ǓiCQ"sbHz^h%K_) VL+aŮЃ|[k,p3[B7xQTB∏stme+(Y%W/TV5uWbV%yK\bY,X GLͱ@o za#)I`ҫvڎD0B°TNnɓNXb4 0( |@Eu rKaɂ ( 胲ڦ!S" X93A4 =N0<=U9s"T=za[ A=ۂ-> $#6%TB MќJ!!#[26 ?mS+c2;Ȃ T6HxCxE4 0 a[@ .[4?˂-h0jJ GAX70@I,410\sTR,ESSE9X+A{>1aāNp&&Y!g-ݒ62k6ٚl-p0B?%"+PH74 K#(E=0&8 @-9؂CLDI9 A-@?8I4>LRT=X5rA ' K٫F ,2?7xIh,;L# H[x -4VSLxO9H̐, 5 (OΜP %I P[y;M$ @M 0QůJM PK DNԃDD@k3ߌS$ʫT[T?3\P2;>CC`0߹#p "PC4h;OG,F<4 Q#5UlJ=QtPtbPLE!B( EP}T P',TM#|9QJ.]s1!%HG@C)/= /b"2} NF<`<;ߑkw#X?HOĴES# ȂWQḤ C" 0I@ UT- F-X8XB (pɼ'OK$M@6O;=?ђD>HX$þiۃ=X6n`V,$M|ȃF>ȀtCEZ(.;t!ɛP0$9U?HS=rӎL\P$[9(uۼ% [NT =8 >\E]ٗ@ٗP;bD2Q0(=pHJXGhYGp݃)ĜcCA18G( 780KXiV,;?@+[RSx: U;W5P >HІۢ(ܺ[[_N ,CȴSMkMؗȃ4X08 /D-TMH5xZSLMȑW׺hc8.H] X(TG](ILIJ`\|ȅMMQ.!R nH+HdKKH6GxGp/SQxaP&Yh@xL Hhڸ[$b# @G?etO4&)b5 "ߘ[U5QPK9 Mcu6fq74c؆ Fc͌}`岥%4x9 -:(T135058h8:d))OvSU2R>ݲ+֒VVV݊:,~ !RwC3 vOqbb wi9XE`=T\ێC ؃;7̓5M5BRp?I @fy) Y:QkT 3~A(2!01evtς#&CS! ˨"nU,(" t?!N4*X 4Xɪi }ޏDKj7ꪮjޘ~9g jIT"Œ2[4DΆpoePP&39HH Gp]2ĮhA2E7p8PЁ9( -E8pR#h"|D`#"rtA;Uf9$|[[~Ԁ_jmN4;n# 6^, #?r@[/.n&JxgOpR@o3h`h6oT9T LZMPh%(I/Gp嚀/E2kt;s66^o9k sG .@l7 Rrn0C;6J> ܘs;  TE!pGaIE=Ȼ0DCPCc;EۼE]P__r%'5y&"?rc_er0,.O}QBnRxe8go#Ksz47nw8$HilQp+ }d(8!!Rܨ&z*e7 |f'-^| M6F8]^$yϞ$g7RhJǕ?Y7lz~B(R6h邙|G7X*4JTG>Hvn!7.m_Ĥ'(VuW V}(B#E vd@&L+OJU1Ujɗ01㐬C! >j1!A4bCՊ0C G,E 30d! g@i4PA|H!A&[pO*"чry`!&Awd5lDDDpZ]wuzǝuڙXT4y{2-b9<5JRK5a]DQ#(b iEVFi4qaRJR]vȗN db+1 .zkgLCdCqMr!1 G\Be)b@+FQ ѝX-HYo)޼eFtR d0U6H)NЗ}Us%IEa#xjqu jvuTN`h}+ fY!PB/կ5֍uI\(Hisl1Gfu$cphaEYJnb7o[8q0+r38y+vՙBG 6 P$ފ(7e%':e2˅Db`o;TG"ϢjB#5CLUZXo17B[߂j7Fnv)H7^YśreUk>OVTrA@P>,%8"D 8C@ {,"$hIT6kCVLS`b5.0B0W%!_.ĕf"msC* 4$̾'*^A:^z.NCbĽ2qAJJ  = V }XB-# K^$2>:Ҭ}+K"Ao*d G ؆-3L砋G~[ц "D1X fRV U5k̹b#-7jk8X838xkþLؔv^#Ђ"ޯt[X[$ߊ֬-1 '36"SIG Df:\hbfotEa8PΘ@菔ﲖ3_e`BzǼF5"}λsn;_;pT}ĝ q6ӝrۡ}e"paB~P4'2KXR@{KC 3Biv>/^~q"2k[_C}k VV .[xɜ],\M؈ 陞f^z%HUݞd_ɀQT=] A 0¹IBaeqBu EEQĝY mVh x(A ײӑ7ӏp͕ձuR Y`!\&Lƚ_Q@R!f9 A=+CfAEG܉)LF@Hς\ ݼ2À$˲4ґ @qޱ5!6fkdyٯQNU _)A!-B.` +%J8)$`f*"۵"ܑX9nl!EYEI`MH4ftxnސE\Xrm#OP7MȁH@cD +@^`9Bf##XB ( !W(-.BPCz_SBEVh$v Z F Ȉ"UF!` L xTƑeXLd 6eP$̀df@ i %O^eI}=eRPeU>T$"[~e[ lZr@~b[ڂ["B\&VNbbC"!_",-VMMAGJ f`ڤ|KDfKifj&@i&hf hkk!Y+ndk)fN b\dHHPm/Vt: fbA(%A ֦$§֣ ۪*QLl,bEbA ^@ jR:2 AP0\O4d,FV𳒮Jp'k(!.q߅ AXii0@onrt"l"C**4|A!TӝxjkuqiRLHƊTȀĆO TWQ_ftd. jИsS![3jb#E\2\/]xDxr\d[v[+-lA#ْv A!`0c1ӝ^2߹pGʆ'sΣDѫ=c<2@ d uZ4,?ZA4~,I%(D XBJ"zނq5MCFvG} F0Reռ96R;5S'uR+O5"!Rs+ ZtAu?s*zAZ@zuhʼA&u(A`գZ?g)rb's#DHviJ"iKDgS5p-iWFCnOoup&n6m+m2;G5U,: NVW[,͒ϼ&{CWkk|Axs` 5{ d{*N ԁdOuyFZ'M TSx1hX lwl϶!OUp,UC5mvi5@`AK'xX5"B.B93624RH(G7mICbM4"ܠ?@c96 4RF\ FNvߍziN|}A 8 ({QZթb%AMEPG0|㐕TM^+%U [~JD[u47PCF661hj$69N>NYԈ\-b Er6;hs;vt)κ[^9.H!@Z0Fp´RձA$HcQ &Mt[ &:)BJ!BDvB#$ V!=gAZb@Z9l{`C V!Pu|^D&3on^ß|пP` VFG- T(B>r P 8`XQJ!!+ŀ0J3ax! 뀻ݱ @;ids) 6rï 1oacs/ \38>|iӦUM3in ''L`/8 9 T!ΏjC ҁ- 0~ΒIH'ZudY6})xu0JQ!YGPTJWQ`d@,IPa5}T`E'ƠL2h@`)A g4fAЂ\ r)MTظAGR" p<`P2SnTŧkU@O,O:-Id+L.`%B" w-d0 rA Z`T|82}\%|"}!ІG 0iB՚Kk$EgN`۞ 5Al`Gs}Q*U\NI%F[`zŸ AL)jѷ*.U0Ɓm,"1R >HA pAq W,2i/VX`J? 1r@%bؠG]ޒ%S~<!0ѶsS׶Twek9qxMOЯ0D*PLa (z3 EZh$% R \f&m?srM!*{AD2oC pF!?pJIX:%/b#!D:ة}3 Ap ->rjMj'Cn9B2"PqA[J {X?k]D[`KGg>2` RYf6AhRIyvԮ>g@c32u'34M9#33pvL25X-)BN'ͰNmR&zTЍ. xS8G-.]@ Hj pOԩ`*S<1ZRa\cj">0O:D2pG r5We$p&?O3e u)϶ 5)N4oNݦH"p Oɚ-) A,D0)S QT1)TJp@ ZЦ"x rtIܑd@*& .((4)SI]{cwW3)L. YĘ2@;nJtJ.|pZ50[[N (QClO0ܦQ*+D` uc^3ES `.jj@j@ X`"!$cN$@c/„2 B0ک.",wzWGdMVĴ RVAjgDV 1fSZMo6tZ?/[$'~褸-2lFwVvN UTgES\D5B(UlO>zEbM>TbnF@BUb Fdo3._~Bp3&#{WydFpi\ r%\L&yDtKPNwgEbuUuN% G\>$màiu5\2jL^tMfU[-lyQm>?#f 8pO` @-H&?G. MoW(pa "@~v@sirt17Gڠsf4 gX8B:"m(d. Rtt@j`xmY O`zeXՎVK ONWsL(J`W$q(1(gf( $,seXxa6Nl6Dz n8IF6 YY4` J)jWQy| !-OW"0y7hI؎s;ed6 Wj %'o0$tbJsዉÂ98X4OZ Z ߴ'NM5X%zvu6Dx@%DBV=da/ `ƚ)$ 9G`G)j߂e斠xQ8MC>#Z#jbq͠V8EZ Y})pc̸YXg5uw߆k4Dzazjj8;q .k% ?be ̬WaXp@. dgvȮk(^5a  (A z ruY4G_3[LT1[gڦP4'tB7b;%6.X&\ 8µN9r["@%)`N%6;` g{Fj \vɡ"ɸP!@yS z3<ɩoYfD㗥Y@iZ`y5uwɜC( }m\Q5JdkJ18vxS& f@y)N`찴Ve)7 _Ydz;DkP}w}rX fv@A_Z! {R︧!/C7I|C y±[G A_%ƪEB{-FP3K]Y~?]nLP"A}[}XkuEj%suh1٘y͝Qͥl৻(桤 / ۋwϗ 5M' С~&~.a2n\/HC DZZҀ}!Awmx%,gR qO4ח[̩ysvi <]7 =iiXr ` @ BBєCF}ٽ(D{a@ P`(u\%~M}!#JOYgDK8u|}A {ͳ zvl1%"iGL>n~յ@  %2$F-&FX,3|i .#GF9%ʗ0i zT7fƋ!BhO/JyF1DJSfA -Z1T(lH2pMAqBo K䍢Aō{υ >81/.pc9͜5 G #6yhRT,YbM f  XhDnL8"!n)u2 ٣x򌠗b8$NALQJ$TG FZlWreqoV\nE]v0D^{_Ebd&bg*Oh3piBZ|gHHKلg"> q-CXE4E!PDQl_v'}R!h5#OAh|V‹}i$P2 jԑ`!Yv9_~I(Hu5zY`"J*bBeBjC4v7qDnHYdEJA7C, (C3DTVamY2e^crx,LoDԐs9YfžKg(P)2I$(LV]~M(]f@ қ&svh3T ∅THN1P: 0DS^{&wܡmE }pt_F@fGEn0O$^NK p<)l0$$,\\A^}u8aOjFՒgLyd#kY'o~E(Z 5zD1*G5ۜYP1F 4yL,C7T4#c[TS]uKRLAjn\34٫6vjL &Oz'UdWl<_.q<^$j 3l(T~HJTD$K6he%ifp#54;m j @z;k=M䨄 mQ]"ZaI]# +2!E)*8`B}3( J@bÊ bP8ܨ@<.D Ayk4"Al$\W|43D %Bx FCNcn0IC`$%]ZD'On}r ?VIX$>pk DRi p20# 96Ũ2hH7̬W#?, BA*yI lÓ#*1rc4A E6qa66ht2FU}_;2oafU-pS Eh#qr;= ,B<٫@a~bdjr6JR3A Rjx $:o.Eإ$沣rR#U)UfIHb@$8ӋS`pAo@Z7M*P S} 3|sc0W5Rš0l [A5-r8C"5rcgBt.> bBk-gV|2w1 e/b WQ.3L7M 3 )+Mskk?ks/B]!d8iC%jb5 Mh+!`af}(2xaԀFmre"^^zF|"G8v]&6 mZsڬ ! yܣ)gZXƯx}@ ܧ]QpM1P׷v뢺X8m[)O98yez 񎶳xHq|y`U/%BQ\HbĠTS}6H3q//N*猹]a85nx͎ЍnEC΃"`Ax5uo'@p Z  o&y&rPw/)!$ J"@[16jTZ柞! ToGy }@yP}>wRqah+bh}b{!r`{IbG`| ' '( YG@+育 |p>}WtIneBTs6/-/!g7Q8x` f h`Y@6T'$"G{XNvA6#uphu{1$ ,+H8eD8}vQEMFE HHH> G "03)EV({  TS?EG es*Z" #o)r##uxCU-Xp| p'XP p&lDwLnr*v*ewGL0r u@FFb0G@e@?BxtVmզw*meh29ʈD4yK+PWvNe'0 ;p xx P |옃kHGXA"xe)⏠T|7>` l)F0S pP0pnM@zah%)2tH9 +}JČdnԸP쨍| oPHyɔK  X l`I9@}C [@؆|9&z"Fv Rp T1tQ8 —~Y@MRGy#!ys9DS(g++8Cb a  00 1x6e[)}DJtcrWA"iǜS#_ixĶeB c}iZɢ8ǘ5[ ;t#a  <@ ; -XL@|*}=IKs,M}/I> `xPr ĶX~U-MZ 9ؑ"9,*:}N;Z7⫃Fh8;e{jz P X-HYw 6@ ؓ*!z5 qL4qT7箛x"w#L }eFr6(A81RZssC8 *#l[:sI[T"|ʧ҈n|ip t  XG|u "`=ا@YyAɘ괊Z"AL1c@ "__]v~x[(IFZ@ZCwF/I T5 V T ;r ^7]AŠ:$ޚ*p \ U  " 6UpPǧ~GG+Q'ʴK2jɈPk`; R&dH* p[g972GyHlgYh'x:tt+˪,K\  `{\`'xJF J2r"%Zr/bWK~𻶐_e g0BFx+K imUGCW ;gзnd G$`j` *+@pUUQtvCbINk D/F/d_믘x CjY#L VwٛThpg &TAHף#b{J*K\ʡ l'umJv=#ڟqTQȵUDΒXhΚLӞA-UY)Ad ؆B˸qj A@ Xg 0a̞l&Zңj[l5ӑl16#:Ӆ }mpԭL܌]!)TpM'J M>pE  =Q8({!-\g|䄽u1/>1QY|IRӪq-؄M{Jؘ\a 9(}<Yϰ,cCheE ~b} @0cpְP^|ۦ"%r^}++!w%=~6܃;+al`D}:(^M}EK[M[) ڨ pe-֦ee>>.nݴN 4+nͩsT1Pb |A|ͽn|:ؕ̎FݛW) 'gy۝by'K y [;^@Kpl"8wG{^SjW\: 1+13]ɝC᭮QX DzԹ~@HWkr{"t/r'T&ڼ \vc7@kP@퇎H`Q@*Q씣y>5̒#+!v^ ܦ홬 ,+q$?c͸[zґE/&Dh/x0 p_=N d@ `P=C2>➘BjgV5igVH.1CN+ QԬ;4vj_Q\O'}KkSU$@~_¼ͪm5_$2O DaN5ۛ~=(Bώ.͍N>ˁ+,ϿFLj>`M6` ,2jSAbPGYB.,)C1j SS7]@>fjlu37=p\.W\̴\Z(JY#ѐIiRjJQ@`VX ;8fq?D;Z+tKIU/ 2qś}Vh%Sg7 s~+{(WY>+9+dhe;n}4ThK FD,s@^߅OxCp~`Cl3]r&Q ,8fKRЂZLv|feNZeB>Ctl!A5yVLgMk fm=ϸlm 3ˌ6tlǕjbNu2ns mJ\$eRFCwR; _pF0oѼu[b7^"^,M&euO\.4ƣ-mNZ{qMoAA f 6njfpX@}{c`]]]^*Ns^U<㛾lufogZ\glCrBQN ~ tjٷtyKxSsvS8{Z>(y#j =ZVD/yb. 8Y?ꛄ6->m0^Z؅ّC6 ܎u9F_+?3:o>:Wx/=0k:|q6q5lA|7jhX[<};g?>oQzj*!_c8E$㓒8@37!˳ú<Ҿ1*k2 S>\l??H?ٿ;]I3aI#k@s:s®+$ *#+,'ɹk1Z:%s;A3Ax3 @,0<d h@C9#@ Cɫnp>B ^Dª%+_$FpyDZ)+mD]k k4C̱:C'>B 苛s\$Iy @$L4BGɋ۱aH8<̬'4 FJɃ|JcܲTr,{$,M`K;p3Z\/G,Bs4J*dL?HɌp<ʼ|4L뤽ϴl4MtM6?S<$EGCETECF|ԝO TtY5̣N5^;8UnM:EdUOXMDcWL?,WT$qV9T'uEc-xX lVjHRHe̜Re;iD 6Q[UE>N@ mKė{ERaTLVcLq=q]Q0mϤMZc:Y=٨}ЋQ؎qِD|VͳӨLX,͑<DҚ'7T˝<5sҮpEGIlX-ձ}dڥ]>U\*;=mMNXm1s̹;M3W0AӗF]IJ=#YY^$}[kۥ[Ex$ҵͿ}>­5EU-\eޓLW5}CSUdUGStԵ]ݳE,TݶE҈'q½7-1KM~$ZIe/T=E^%DN-UiT -EӅE` _+}HTF=׽ƶH5T۽]G'?_ [aY!xu F5ܒm=ӥL"LuW>]k Uۢ[0nx5^>⥅`16\%Ev`eOU<2"+Ycede[w%-c|c3>fcٙ 'ID:}۷ۻ>KTZ b~a.`.nZ|ӱL%n@[̲pK.]ji~Xe[qI1OJoOWxb%cX~twnMW] 9h0!4SbNڅnhJ6et.RsUP\|>$AҭÕEX]NRkH6N3}:9؂99D8FT^}Vjh&EPvf᪶j2dt#ׯQbfd!VmuHjDekX>SleNcxټe4--K#pZkT%jc~O}l].`kclnjf^Zt.F`QbfmiT٫UFi^_U][6n.,Bm^j,bfd5epw5k.qDn"n` Wvg5PUF8VmY+Fv8.n"&܄Njh&a#pEKj|tFCt5ҮMKj&Jr5]qf廎s|Ge.+K?٤HV}4tBp4?s|%hjGm hFZ"~oBW֦hNt~qGP=cW!J<rFjXOptBvN/&3VlSOnM'q`#ˮjFJqJɍ.ɓ<|N: e>a%u$q}wh)whNF]|^tޖ`h]^`vfUuɜqV|};w! W~OFP`VߘE[zOmxc1Ǿvn틟L6'yȜȄTWw;Zxy3dž=ri\Wxkfٔ\7ܩsOO\jGj'Ws.xpʦ~kȟHQ-wuYrgJPqgW'}O eu]Բ-,1vLz}^WowG~X/{B-MaMj|DSyԯq6SPERz^iLvfܯiw^Gloz?J`mG4pa 8Ċ/NqÊJ1qc!ɒ #r%˖._ŒrJ5Wڄ‚GlCnA-h(SNnkZ[0TUjUfˬVR؝;i`ĥJ)סɺ&'^t׮"Vܱ2]\#v)]UymNi4x(PQ:Uut->+1J%^t6Twmy+JIJ4McNqw63Ң@.Jqs'8} w/kbƍ"E4 }%=V^i=`cͩ4sAZOHeSw샼U._kY"HFH-͋( [Vc+jاf)pCk*,s&*/ƅrh#4񃌅1&Is i 1)o(42-Ylr.)~z,ʍ7!,"D2p AzY0^H1Éf8aD%zeBDA" K.4ɳϟ@w~JtΞt&i`\*yǝ!^`K 3f5CX@,# Ȑ!GQ@CjQE[tDpbKE sʔ&.VpJ!35| 'М9qt;HR&䝸f5\-k+K`x꠆aswN!Rr9P"{ؒbl( tT8-*D k0$=H-#RzT2i1kQkԆrv1ExPi㲖#!IHF %[Bܙ `ew2zhNy6zGBFЁCFM[ 1{V nah'\4 3Z^*X kd1;ݐ%Zʧ-{z+$) SV~rkMXˀxP|X饧<44Q!bYK5o+ 㗳xlUnHiL@0}HCir:"j"6<4C 1*@(hC $/X _pjը9$(̚բUd  ȣʲZ < .,GبXWT@2O'VCZCۚ9Xft *ۃ `U!v*|]9̦6' NȆ/ma:i$moKfuj%q]҄EJsBXT\]gy`Df_EfY6rHoHU W9 * V6i)>Z-*9W@,t4[HS@*$(l/;UC;Ķ[Gj\ȉU՘ ;4iS=/RwzӞ ;!'Р qj\2 i1jp,GPÝR"h˩Ç$ A*asnAo-Bj pAE6wVR#pf?[|ox7𲯇ϱP؄JiTTqhhXDePe%TTcd} `  nj[@V,9g] R8EMAQ[(bt9ҝT-lZݭkD&%}{3lf;>=8=Ё @q>d,~}Dd,4"REQiKJdqw)xԌk11mRPPc׸-$"X(pm1#$h‚& 0S!9x3]xy`%MP"nq3`T&EwLQdtOS"TYUiB$&[O]ofc9Xwhvly/`$$sfqO^{r! z?`!l >)76b2({5Yl~,@v@nX󨚭XUuYY.\@f9v|m7cld/0=PAd*K]UHd*Zp)xrh!l0Xl@DA*/2*9oG0*G %:{ :50d^ H:yhEpgiwY~|g âQ3s3g} [[@P?xؓ15s9g񹙠(gQr8Kaܢh[jxj`nH[ct-n _Z a [ZQH -!b9fiPΚpguBk*w}Dl(5{9f #Shg49tM;FX@ف!nB`PPG4!aհʶoK`P[;;aR!2|:Te9Ȋ%k66ZAzsX3*|В/AKLg6C:w?ML!uM0FQ ɻ,$;*vp?( a$䶸;aZsKhݲO};^w4oJcYvyim6P~MKBÅ|(KG rIh/C+e؁:M,nL7#| p$ Nt#C-HK_z)(/r5 ɏ\k|W%&b5֦)ҳ=dȅ>{ 1h`_[ ,Y0 =:yH~,;"3y '`#Rl.0&6l3\e 4,ɑ<ϓlݫA-PǷe jvI'p6{zAO $N3:OVrxEcŌe*ģ!$[۩:h\8 gZ:K q P PPl*BRhFβ朱\ZkaK\M,× ]"Pp:־HNii~i>N0㻽dZ./^F.K^+ @CLgΦO͊/ =O;]R.h@Ƭ&!6)lf%i󝀻\:58K0apP荾0s!p ~0^gp& Tչ-Yߑ40 E֝tBicc~4&=B2:kNMrfJj~ ☻l*4zZG""#QQEE )*ThQ@D3ȏ3)\)EJ#.X1a(7=M'  (tdyȒ L%Z*QH5A*D[ MhJ>o"ftSc6raFn?sasH9d٢Å4}vSР[R\XbK!7@Vd2 &KF7rFdGEt3"X`!N|xV(_9#ѥOX{6nc B iw"$ )PAugza|jx@/ /)4`*jC0+XTh @4ZdE`rC -ڨ(?DFd,PL XʫBPzbXp 5Θ%2h7~C88;嬰ln#O@t:8}N ,;>cDH$KB#?nQv'X@A"x0BRҐ500PCb*K,X"8'e(IT ÐAθ†XM?B(\@a6ŒL" ђK3c(ԢͶm2@b>"8bbs\P?":CN琋8c%PIQ)@RKA ʊQX0ˆ. 4B!AB4$TlV,*!b9`z #R\i gG[0G*~KEpB 4WhB0rZXX>f OEUxA+"KiEHD\>0;8;L;îG޸8c8u?Q{y\uH.` zZp?'Ŏ`|B%~($4%,A 8I@Go0>xI ڔ3#X8( olbb9?aFH06_PD";$Nv]#'0gySbs|\YzIIUae* ђ . s\d%Yp t iU hs`7ьf4nȜ3@ =' D`!Q04} 4Ar9"At;s:g $0Dd*q\tEh>N%>bpb=U\'<ُ'43Xkc.S ^IR^O#@41*J%)IZ HK\cp#uK-~俢ׄpJ@lT.N+<^2XR25 (/riIPr^ *QIcdjS];%F$Vզf\"p0Jv S@Ҁ6On,_=pW%S|_;W  TH)Gh*Ix Z_}2VnfW]:467ֽn"9!񾐧^e_绊 yǻ~h/ /0`V~kq1 h? @p@)X΂ '-nY[9 *p۽ֱ))ݢA9 )*=[:6+C&6!d>ں:6+/"Yx:'?RY+ Vث//{?2@I@2462UpG((VXU7`96XD'h9/: ! 'ЁV( 6D[ZÃA2qhLgsg3llE:*h!춭C$,,`B;Đ0ãž8{@ʯۃ50Ck'3([, Q<9\&!@9!X(p9x &1Z!(!w1 \2=(؂j\h*饊 P&:n3&[E6*-HUE[ E>*/" Q3Ks.\s?{'$J,J[:ԕ;d-HGp@i {B Sjc7@GhH ?1PfcH(2̲-S4d³ )Iڏ أ/02F82 .,bBLʘC+0 0]aC)BE- l!'1% *Ȃ>%x Ȉ8lA(HĔ"./ S,22-H,IOtѩa\tǪP9zPB]=D9ɡ$4-4iG9\ѣ,7 ` 4:H H HQ`"Ah7LKQƀʵzK*EbHDh.LSfSgK!/%h5*3U 6RL$-9ICDpIWD v%(:DB?J]!;7E@ "I@KlR4xU~\f΀IްHقA;b-=0VKYhYٟY5VkAhӕSzB8,P 6JWu -DxWxIGXzP\jQk#45D0[ѥK}QMr7(@[EP˕)&Rˑ \eLǶşR-\3SYIAh>XYmو Zk2Z / 8A9Py,@/HH<@uGH[I P(M]׼:Tp,$ r['hK7(x(Uඋ= }U9(RЈM\_"Ժb`]-Ӆ]`~ᆨ3b+w?D)K`H\@ft&8V`=]HfȘNpwv硝Vەp6c.hK&aN] po >K_QX0NNHP3f 0džR(4''J~-b0ie^gFE;*7 RF8(u\jF$pY;>>[\fΈݠg^"ZdM^Iak8(pkJdHn֌k&#Fea$ь~T0/`HX@@@ "0GGhpAhnp.0c->6iS~UuFI<Xq!2^Uǒ-j0A_]u99pFrjv]`Յ DE S4#R8n;p<F:V%:DmƁ-΀ II@Y WgK<`fdXޘ!G(j5]&uXr*76 ^urnuj%V1N0 P;qwPos/p5/p]S߀jfr|_˃!xLIC2<>X8R: ] t"nx~n0cJu*u`'/b/J&7#kf@xoc._4Nl (o}zXv7&R'Sf440Ӗ7? xMK>8Bk[}4l!k(Uri!h]uPr~]_g vy뷎UE8& =~o5#0HGPntxܷKR4p;8G8?D]` !!(c$/ @EU7N>^uX3i `X3r,GynJ^ ,l$8 aMC%q#M|2QQQ4a䄔 V|rQfb%ꦑ$JBTG D| RcԨPsDbN4_bW8ZӄQ/׾b>(Z'">CBd9Y$gH .@D,ZQ> 93͠@x~Xszq"4dжȑG_@ _Ss Mɓ('d`w2iLD2?ɔ%8pЧOlƌFF%M7)x`W+[lMdG#) @ d-G@uDpUZFudhlGaQG6yrmM$pUgepIi%qXjnEm5WfiV!v L.RL3y"JN:Ge"8#<#u!DLZj#e|EHg^Nd <ZECq }`%^1jur$G"5wYfA$gejƬ1sfpEy%Uz%UGĻ^7oI)hFlu9KyzJNJIe4#bq("&9G`kQ~"A ~p0|!e E 9iPH2!˒ vSZnV:h3A ܅Y 7]Bdf<6|OkbBm[θQwNunbKRl0C: ғ4Gq]X7NLe%˔RF w?{ҵ)C=Kz3)JApgAUR0 `hOJ ҕbhOKh!/ FaJ[R\4<ق M@C †dD$Rc+Zײ؂ jWB>AkV ӠWޱ%yZWxy Ww]T$3x, Q`AW„q>, e(NP[eѣ0h @] R ZҖa$TK!Zy' .,( \K  zƵ\o*ÑG?֔&'OSDT̫5u{ü^2]n;G5b)?0J_T FpW@pStP4RIXĜ$Ta! xG_a3 3 bժ.`6U7;! VeLr\B^S[x`Oqd̈GhP̩]gYFC<[g+KfݾS,nj9kn#߬(op 瘙j8scJA P᱄PC3-" KL#IpdC$+NIV3d L<1e0!P) ])ʹLkdd"iڞlB#2 nYa&32*MzǍ񞻯S~_Н K0ШG"Bג/C<b ? +ic2J͒`,EN~㎑])>+_7La[VE^nKmߚ5^mU>ۋugVy7- G l Y #,fha)%)z2=xx1 x%1Iv|T TAUļݼ $0UE D@S\eH Ͱ錫!@خ`X  !R-2ZZUTHA)l_t(!Z(Dɠ/I.]m̨Y(TD4M\%_SGAShV \`8j] *zzSD `-!YHA,!ŸEA섾QĐdMV}xy@ ʟp'jqAmN. F@ Z0PsVIV9ࣉthUTi fPϤ@̈Ezm)`mE.+Fd, =٢hA. .H*X]Di-X!|a*E "P"t'c(Otay/y 4AMOEKSU 8,HNtcNE 9LiPk kvV 5Pz R6e΂e U/@*H4J H\iC0Hfg+)ZJB0z(ᐂ)$izXh\PڂGA$*dʋB\R&^7^'&z\j\Y@Y;ihTZFܜ< tHV͵d Mk,6jjg'HBbbkXAÅg#^Tڟ-h#@HA^"BnVEYHR"DD _E  ЭݘQYEӨS3ɳ@`zVnj˾,͆)lH+cd S#ʼ(*ႈːF(Y*^NBch @:,Lٚ-6ÉcOh$ၠjD(MEJCИ&f 9Yflg`#*U @$K&dpf.)+pc>++J >0 i&IYZO؁| EN<i:ΠD g4ko -hTޣ6%ݰF&ʭ\ݖ*nm|oEJYJu %VI" Hg܅Ԁ(Cf5HI nn3Zg.qa,chD..݄"ځN°N:Lfø!o¦pAޝ0dT %tJTFAs6 $XU Th[]g@ 0W @B/T1|N3 ;dB`j1 ܖr:fPXN JsN%|YX (Hq Qja(N`NhDG.GEءnZ ԀE{JČPO^n/arl ;\3416+q΀ +a~O.hMNXIQR \fݳDBg)W< \Btpn?tO^Uv%˪aW o\[86f㴬4u|ZO6v|΀lJ wōtpVS WL~AyL*XhXutx]!-ndAEk+knK\Ĕ=Մєנt07l\v0A)t5wvxZzgCFPM/8/8i,b76@ '.(<]W€6ʨ|AصhfP  9wp\?IIS?BJ5 lǩep h|uQy60[ Dٚԅs)lAo{g/8+oh0j)h߲PLS2mOu0P*nWSjG兟dJhGpmA][5[Go1: |w E[OOȈG< FشjU3Jo~"jg9BZ9xyksv38gi7kPufH0+m\mSOWRnJ i@duiA$|A>acݩjIGAh eTE\ FT`^iGPO z n}{.KiHigd| ZǚkcxM `. 6^x u X#b?;YVBFQs'$9Tl |$Y(<ç9Z~y=Ϲ4;@d(ֻEh&i=Lⰽ]śݷxܪ:XacM C7tHBn9lG+?lSMIDl H-r" .d1č@~ΜQJ'RJx(ɔ/P`2D 3ii'8KyϜB}$*cJah #3pKJ5Qn`JuaΟ3h$zP@D HcNXTe1izhEj?d0*cj3/+ոEJCb-$&p:1/`V@E) "2X `d`H34$ʺ" 06̸K6 :7r8ݺ#B[NN*a!R>n?.bB I=bo%Afo'H )=g!LcBB( / pіC I%0L$Ep` Zde#ČxD #X4dKH#L ,G *qڈӢK΍-d2MW7!$@.?Иc *SB @@ђ }A>&eTl*@~ТA J -,TS4P/ty `[aRB8lYV Ջj% ˪-ɵжndJ*sۭ\cLL7  $|@c,"-XE @J8 Aݏ(G!X*XOj0#A +5U_ YO8Y"{ z5/\|*^Ui^=gQLi^ T" m mm20LET] Bw-{?K9dr(=b`0 (tRTR&թeQKY83 Z]az.w " (A) A@ ODU_0VDd$ $AޔG6F]CX7|{C>h8C9oYjP7>!o~@JarTd&)ؤ&ع t?x#I \gB1 @Pgxa_`` hZ:trcM3%ΐ `ū5*z+^#,6`Knkd#?vC9(b&䀸 dd93$)hVrsN~0x jYV7B 3 zUp@VThhK,AnȓZ`? cf4KVBzޫ]SBm ؼ5Fټ plX&E5yt *¦!)o,!~=yLJW%%>A(6엞J֪e- IJ°$HEZj@T` 8뉚Rw=8jUCMMB jRmoM]: 9;W9 `^ |0Ej.u!i ?@DsM+zzG5R_Nb+:YAH]^*_d3 :ڊ8p, BNBRUSB Ȓ"5ԴMש:v3sLX]vuu0 P C$啲嗬w2AZɅvbmh'P!+ڻ&P^U, !$*w3d@X'p>xA2! BXi}a- ZɬXSl^nx` gq.Fu~H AaNtOi+#Kl =떳 /_>`R!4hBm@ՀLg^Sg3p4T0+th4## "Fk"76|Yjm`|\/ɘ#&Գǵ @ASA[[l*deͳEdV JD$b*y+K{7L] Br!V_:Bǭ*4ʐM>>L&td@D aiɃȢI"܌3< \@6OVdeEDt@c.@2H'.` `8 Ri20 aȯZ,ᾥX+9`I@ &# 2h><&hjB@00.B @ZHpf+^姂RUfPjp4,L6N&N޼V8vN m$ĸ0 .ƅ0x]ڧ9b| Ыl#q80 ,oQM&Hj6/ 82Tgf Cz͈n B$rP#O62opNdo" JfETB0ҸE Np~8HմR(ն(1Cq0ū n`0r,1(gML"&kb&C=F(2Ь2zHX Ur0z@@0:@HrB.BAx8lVN@&Q&-D@ @' 'Y (kJ`LP]}@K7ޠd JNhm+Q@,,,뱼bÁh"-p4TO/F - 0M:#"C"]DEP4sH(N.$BnnJP23BHn(0.%509Q6ͯ ̏6l(}r9䆛)RV͹ !o###F¼, :2bdr-! &SC J'b<@+2 BAB^*`HVi"S @$1nPN f @d 3@ @}3m * 0 B1 c 58b Dϯ[HT)2ɷΰsP em9+ 3WŲ,]*J!-J8J!"AKIc5 J*` XL3&\0]%^NO N t@ H.P5^MH=##3_ f,^ @1.'S FD.Ւ D6p V԰f |V|v\VIeIEbJ*Q'8P'* -C!5 z H\h" 3`Օ " $u^V%yEmS HJc2 51` /T?mS%SCN)NȔTـ /dOxNNV;X e/,cvWokX[@/$PU\"Y=0 Zn_i+HjHU`\Q>eU@kC lvlcbj@vU Grh]BV 6. Ѩe[$TuS8R))9v im(MP+resHabqT-iv-I;P uQY HZp"aJ \`hvxj CXSj ]O"l^^S2rYWm-B-RAn. {", [HUcLbCn(;V5pސxdV0w%$xf>3\h ₱R#!TɰWhvM8ȵU5ZU=2%b@` yW  i&9ꇓ X4Ӯ0JrJ4uA 䊃' W)\ !pP2qW^ " 8b,+rʨ,* luW"0 6 Ҁ8fwHx^U\'$.fx`0qdRwGrQxU-Ӵ b} 'ϗW"}6'Y)ӌ3E7smй}Us,m:C7JhS6CFn` JXPj _J@^I2)@lvHHZ`AC-X%؂& V٧h { W @nY*F|`qypZuU:8,ӟILfMV"@ Lg!F簹< 34=!zyo!d,Z!Oyv̠۬` ms"&Da#u"{Ji(ezB؊9SEa3[ N ga߀DđGY-q5NrwLw~[3Ws4i;.Y'|`X,l_Ԟx`HY@Q[AEz7Cj9Ԃ Ԡ~ [w•|Ovn(coqk4⼶3Œk/S|97 x=+SO'ZyJ!J`7!@ȏzV_8 ɃZ@ʱ}R9cBd۾< &;28R_dR"bc 8'7SQ[awڠ' ?<1O[uH5[sи,pOX\][ cg]U6e>6@mt/I} w(o̳}i'5'1UZu|ABA[ߨxމ3= ]KT~q; t{^9,/ϪLXK{ @|@^&n@  V0rP.D)姐3Dfac:v<&`L49Ĉ#JC˛4Ry3$]Q+<-<(JBuhR-@ A(=k$8pޘD7u"zKi6OyhqSg A~4"C H ?i97p33Xr ;sΡA>iըME!J[2l=Շ?i!B؇CqO>b l( En@#G҄'Yt)P(Kn"O e ,dM|qF`fVT0V[}E#xؕ%jZl[A?d^|`lP}  _~8HSh}ْkvmvQli)[lɦ 01LD5G`Q7H)R,a zx!y0뱇MHI=z MBS8C_7Hf TSQ -@D"H:" _UfQG[Wt0Lu~&a?^?:d1OidyfN:Y%TvMZۄaDC( B4f%v.'w ZQ I1z|)ݠ 8VxLJ0BCTNѩMT"oRHL/j:XhF(5YOomTax)WY{f.hImX廳ɝnq&rnGt)4 [,"3`w ƌ'_V1EܠI$`*`v ʜ^껯L1Ia-$LBA n=g(TWlHa\uc_sk;e-.iiϿ6uOIm'\ 8 .`|(`u%&qGYp@ r(*f d+DwM܁tI>pڜgBCt?/΂@B()8 |H(zDʀIPBp0Eb5(zxSPX f佧LkkYL_-n kYȾ%Irx-^f!1a Cup(pOyr@d$$A!xP #1"$Z>qYbV!1En`Cr~8wA %Rp"8%bHd-F\4"A2Z$kT6oD̐~Lfcqx33 !nV&i{0)Mf(,:RtSj ;a+C!A?T aHAӋx7Abͨ)C4yКUe F%Ԁ Å_~! nK1{$fe CmP)ԃe+W޲-49"XL%lrZ\yw"ч4af"Qf3o! MA:\"yPe̍s娅iA agM%2b .B(O n<{Ub5D+$\m,6t\ΪYV-P5$}"Gt aHWpLA#.=/R*Ɖ&'OH#ƂE|FD]t8 :C۠^H8v 5 J[noמk/Yvկ~u4d qBӍ`8;>WsA ]'Fk1 ,a9_Q+zsZ 8SxX7q>/P1< I pd?5yQ\3"L--GN0dgFUXq7G{:sOs%wtR6QB0W>pHB E0mftnaXPB`P&!: p `~cx GeH `DBrPgQi CSj#q8%W!Gy X[DD0 uuWGPPW@1uWw|`9& ܀f70:mwP_ h kȆG0NwxK!b?8X! bpy0  0ia"C5xEER"n#-Z@.xPF)e)gtD;8|7X3i7Py&%J؋Ugp v na'vTh$qȌw  hhI@ S8DH%Y;,xS2!}|`9y`! ?`  o9 pPkY+tMߢU-'M ~5d.|#)8Æ(0׶FvPp 0H7B D @I XpF(8n@7cC2<2.LQfiU!jؖ` qEG:y~L1 jpj7 o~D0-cdHleJ2K^)H[yHR^?z˸LYEg@f6ƞn̘sh.$>g. y*0c8 ԰6 EL{[+[OeϾf]H\/H^oJ[H ؍E e`4PV@mL<@&-w҇ ?JB1i!ȳ@<> NP:B >MPFaB;!yʹ{3w-7 '{^cvR̕%B\ M~]O{ 6puΜs٩ dMق kȈpI `/bpP[m0;DIl)Ɇʬ<ؚz ִ |B R˴ Y  ݿvm#ӯn&|M*^zݦ$c[!3` k@=yEZMu]_ 8b_ʥ P=0{O=k†Dڮ-^cз q. `p P4W@[, +t8噡! Pd ӓ`䓭RMx NasXϥGpվˆگ^ ^8KR.rR & P ;P^} rv'GpwӌR;G"; /;*@e ޏyDMRM*ZQ@Nn`*\]OzEH|+M o ~\ٙvl*n>N3N;ggS kGL@EJ]Iqd9gԥχK{=v3)GEnlP;0(Ϡ̾q}&o6oNX}K@J(c 2g+y xA@ DBZ̴HqK4eRN Gىiօ.;*yg>}@ϠpOu b&ܘZ9Dx͉2ZO.ԉ!b -)S bN$BҤٓ4_H)U -C~qsAH#3Dy!J(O\鲥K!2BN=}|E/` qG6G9R$"Q`%V>y|Xd:{6Q"mۮw>nk6|ܔ„ "d0` y̒YƜ͝M??Tz3Q #9 j)6 #01a$,*[.3>3I(9 ^c!Gf I ޴xCb:)KNG#X$;*ʪ< >8>qoooO@+A ო-Q ^{L94G0]1S0>"/y >2F!DiVx)VXo8 t(!X?=)c6k3k‹<6oONCwu:>8 k-it{5T6,L IA$5ʘ{LUL{A 7w>I$qD? B{ҕ( kةMʜsٞy h3hUwur)}@jFI &~@lH6T5(xY5G -dDKX3cnGɸ)tqu}a%Ë́`e-+[ϰԕ muXO"E);`fG';K1wSL #j־fЅ-L>0+HA f5`ٰ.!{ޣD"pe#?B/a_^]fah9f\y X󄮎 cyZ'ArQ/ T$sA-150Н3΄!$<0Ǔ@ 30yb u$!D\B{X->yUN$ Z/6YWի^N(e)eG࿯ kS;v<:3ǫXPG$Ǖm@B"68rw'9lҟ( P İ;A߂@0JLbXe+_ PE'J1q,$$?,P [ WI2Bɑ`3 [fdGX!+L 7)N9 VGpnZ $xN7Vg`#g>Lfre=V@\jP2Z(0A HHb@,-%O @<8o$J#Ptl%W2! 9h`DaX{,pad)`{6madC;m"g/ak\mm#c6tp$uuL si oP[Ro L_zԡ~7u˚݃ZnC4\"յy=229{BB[E@O'srBO凗inmޫձ]bCpSgNLt?R_ omw:D4dBNenxǑm#vl6ch3łW>}W^q.2VM_ 7xY/KzSW::CޕE;<34c_; 3";0eu `x?Ac96c+@Ӯ?'.` <2r?Pp? !,B@B.O'])kpz;c s@y0L6(.@41<S9Ao+3Aj +?:7,?jk;t?F?Փ:ӻ#,[Ӷ(2zB735 =o '@4>0CDB$;54d{#6o49='C (s!DFAjl?lDm[ :dʷƦTŃ>ht.m$FFLsLkPT\x/LJ!n0Q9 5JN#eЃLkNRnnLKF P0Sҳ>tHdM$S8BM@1>=AQc$ \F]TLlI]T RL5nmhöd́4MRύR>HDSKXxS`sGz8X]j@EA+V<ʣ<#He9 EiPjČDmP,WrMB%DAVYSwWI1|XRXae̒MXeXb`@҃n1F$rK& &M 'wOtLbH\TXqNaq* pMoobd.o+mkWu^ol/f"?]a'`1=cJFohgqjtjRkG^nf8sCsrFQS3J%mNvp:/pnh*:qrix+'$W^FgvaUOVYr։lN\(%u/%pw].sG^^y.k}iy]~жs.XEhDy-'erqfzWvKrlާȧjMWxor'eVWw_/㷿"w{]pnp^_] wrcu/'jfG|g̖ttXpN}kb|M6H$uG5UїPg|u_V}v&uF'յhF}H3La…BB$F̨q#ǎ=qDF ؖ6 lM-\IO@3(C" z4hN("7:`*׋V}+G_3݆i#dxxݱ9?TX.V$ X!7R?;"{3&y,.ߊo̙9RV`RY4F1p#EfYFZ)]wi8B%WqlU]w@݆f'eeM2\_Mf = kC)ɔSXmGwY>z^X&rcX%WZg_~]R`䢙<ΘWȧF9(RmhEI6Ah bdy`hK U2wׅe!Yzmi]v\PfCe e [d1&ۓ> QT)F^ڄe_F&BhaxYqG"JR4 ѱ-Ɋ;6+)PMY%zFYd#f<ܽ\luTRɬy}5ѿ\3L0e(vf[RJkZ\BqH uG%Q -rD~+Šk pn_(6'GOY-o10hJwKSZhRd݂è+p6}vɆ0*F%U 68,ZP~ 5 򽋗"%K^wn9W-<۶>0:}wY$<]TM9j34$c~o{Yrϻ6z҅.w42;`6X$>m,Z"hclڸ ?+ۃ^JgC9dMbE/XĐ8JC[b:׌@G{ܹnE rÙjbHB.c W(@7R124{-E\8&2f?7B2#%>OnzLc!1bh*rf:5򑑜e: .d dHQaGx5@NtTcDF/1&)a[0w.3ӏ g^)Nɲ4 3Ӿ>Z1~~8M*&?K N.$4%)M=4vҗ=?M469O>PHRz 4IXM hD(Ib$Gkz)xNP[#,ɶ]s4c9L:*яVL=ErGl!HFNjўëaͩ?B !,"x(ЋA/S*!JHŋ4a$ ' YI͛8m~:PIk6s&aGB3d*CD}M$VH 0ѱό!`q >CaC j>``Bu s (K`bə7? a(9P=7GOjT1FZ*@$IJFBnA[Nؠ MP ZUZX !ĢЇ]\a 0 N(ln(r0X CЅF"MR qc,!1H_NCO7}sO4tXdKbj`AL]Of'gw\sQ2 ч % [ l(/(y n4|ଧn*@`0"hPA',-|BgT2đA, jҸRBI{4imToASdiAzJ.-Pv8TL[wV z qPC"W@q3 r Ç!t`- r5 Ȯ HauP P3gPDh@lX?2  .7 ! i42H8Tg. Lww#N>MORiT ?atVh7>o nE Dh䰈- &'Bb?P!t']>s:AJ 3t :fg K 3vN6D[BӌwÌ`jQPB0؊Xx5 &3(ԧ+X~֗!s3 <4BcA9LrKtEJD@Vh% 5H"H!k* HYJ.m!F@hQ` T<o2W Ehڈ~0l' yƊlY ] ? bp0H $P ,A]&U20 J׸~DySD{Õ`9 /Ӏgh78!@Y;0PX"Me0SN-3.B38%5[P+` }ȟ,,=:UG)$FT] 6~9A,FRgTȌp e]W,$\_p 6[>h-]KWtf f€P-6DCN2p Z@d P"S (jX`/sM`@a d[=;r#?C[ʄ` !BJѾr K=ʁ | `ki4V` 8M5rBL G*ShplQ%.UY`U6HTP}Tf @Rt@!,T$pP)!%ԨƑ%#9tT& l9'g{v p@h`8 °&fgLƜ]7(8"g7Թ"Um:Y!?ht.8CNp:pA^"kt@c$2r\A4Q#1u8M6z,D%R|'G['F`C`]Vet%xcp6Yg9EaX&6S儥u ͂xFc4@iH#<$?}wlnp$0jCuh5&ya*+._ x:~'HLbvp:<)g3< U.M-4BR0'=*꣹?!4B"cD'xBs)>s`3\& ')rcA*pv4'vup}k s{D- \ W+/WB$fsxyhEb8|dnMVU~VHu@,c- ']1diW%}#LJ~U^rwW6'/ykw @NpK``ID;V8-x#9Ll):a1us}`$_C{?dBP!: 2t=yUvDGnPG@A#b[uƕ7cA r1]7PhE5¹|jgd k Ɋ7Y6T{C*68`)Sc019@9Py GYsf2Dga|&BHKl4GA-9J1hס7|Z2j`ҜK$ۓ*p~q܉$@*v@&IL3uEG0o u*h0#T I:|0[[ar2RD|,,,$NP{Q{Bt4á Ԗ<Ϲ I 'R۝ W ))qHChgqT98YD@CFQ`BUV@b Ub.o@]7iB#,4 91/;aPК-X@<%v-*GJۊAhٮ0qR9,cfXgUqT72hښZ oMYt-doo`!5ccPy){w d`10+dQ5!A.p,[{f y誊}^ey9:*Iy#کK sVbŻs@y9l zB& PyV ;|`3q=E L)W`0{O|1Ka3QJ !& Pw Gf#mҨ8 ߉Mv#ZH;jGC"M ,00"KPJ{ypMPXFvMPP Bָ*+U<3;Jŗ;|'Kƛ!m D{u=Nj|38lD?Y"ؔT0[gT|{3 ?)N>)c:+ReĨ̦yqkīࢳ,v:Ŕ Sl8KѾ$QLbn;0gQN0&>sФ&^t`R{qH,/E<:y8PP?7 R/R|SV|xa_bN-\Mҍˑ .!1C14yP4AA'29 vpN: KFk(y@g0ޓ+4~M@jZzf1U`OM@k|+R|Q0ggp_i>a>^^ x@.ڞK2vPSPpG Mz>0 @ nk)qȺU;,Qݑ/LbGi4h"}^! hu`+= +CNnTY^Zη ].~6FP^MpS,"~C_qg}씡E>Tދ-V]$ i@q`br0 i a8G;}'Kk8jO"s,8C֫"\n,7 Ȋ0[ 뚐(Z^^JiRuP8O$`ǭȽPA`~ }Dx].]ZTTPTRn> `bj m\E8x~}$H C3:@cJP.-HD>mڸy'П@} r EYTGN>sue<~9әs0kDi"&*@` ,@x0(&L oV VĎŊ 8L`@sY A`,9+ s*ZT#MCQɒ>Ac&Ep#/ENڢ P"(/?…؜z!*[r NpA)+ ݂ 8  >ptG,~2 0H$8>9$ AC1kAL?#`\B)!* n m{+h>QaT1}/|EI7!UZٸ6& `cê0H4Mf d23Vf d#[% :0d%V(lD# &9qҍ*jC:;`bp-RA_a Y y]"6Q%IxQJ0Q%2ce+p'# 3 =)8 rh#O*s#J#6RD:a4M *Cd"[,9ƒ"%II|`V"%#.<@0'F _҆6y'JLQ@I@p lÀ1OJNWb g(9\$ yt'+R1U$ a(D=7B4l PMԓ zF2٭D} "эfjUI6J*H-3C#NV! i a 6lO)["pZ$IBNgwS5BRTzA 2PR`lcK@w< fl Xx8g2v"(y Z\IT9 BX|IAܻ1$l 5C!čiMZԄ&LĊ[bYT+%g,x=vO[CEM(PԤ&! $,yY\\Ƹ>a ffQ(Bo0 06m& - }Â`a=*:p@Ȇcp3vCc0ܬ5K\q9'´SZE0֯^_ZX׻%ND&6o4=v򖛪1A Ur8BN]WA_$c'rEj6pr|{3CU4.žP_/AgJ \&|S %UP̒5$ GC+bP:!"L]K*4 UMrZ$?s]]\yp :<`N #[Sq O.<*[;^0:_p0T&sn! n]0xϑU  Cw@Z48 jc76kAӒLG4_D6^y[^GuEN}~y3y擧Zs: [`aЏ]1xvARMmAQ|c CqJͶްQ~Pý, s 悾HUp(P q89x ;:B3P?6 3h9?؂Kux8ʰ(H7Ϻθ)$09AG@ @# l$ I8dO=R=T܂RȂ%ὡ3eA#>O`(620#2J]\Ck:RȘ%pBatR(88-$ß9;3kuB|r'4Xє ìۘ)+5:8-0x %H08 8˓DTȎۼгIJ A3@KPdD ڂ#9э=/OH]6[>\D5,8JVxBO6e+-9'ir2kn;: #8HGS=+[G9@&p,09(j̚0A#pɚ^,iFJR&QXlr(.!F$!ĺXza%7ZQ #)@0xD[9(1tsHS@ \SSАcEP:D $?HO4hU%rlTcQ\/LL-XR>mQ+Q#&< .OvBNh\,?8:8Ȃ@Cv4VsdU1 <3@0(@J }9X IZMVkZZrZNI= yiU hc>ar7R,=IMI1:&vѢs8"}۹&)需X?7jE0كBI)0Y(4 yY Θ?Q#,h9@*OlÜLoYmڧXDȉ]Z]ޝ-תW̮mXэE3TpI^$uGDiKeQLlk.iH6%,õӲáX`\39R TDh Eҙ#gu?YHˋ__8-Wm5]9 aaܽ]ۅZ rU Py([^xŤ>X^D^Ip|:M ĶI`т7ةEX"E:jN{#(t TOuO**=LOq;f=D@~݊(d5aQd|HGvdGaG^a}a}IsX^[8qbT0"ރ=[eZu8:+33r.l!_7KMB4V{ 9{ I QɌ،0Ta8s!}}DZʩݨż[ `A;Z,F{Mh+uHJ(i݃R>u*U*}8(Cšb<6O22kRH-FU10QXN8dˑ{8ǐإ} aHKj>g7 V"KV]>תkhcu%*Qh~Eu>Q/)iHx˾lJxG؃T2/F[#R@ wX32i0V\eyl!( 3h09 vG%IKn9= Y ~YPo]g}^,zydN|>a}Qmh4M]l`.pc;ch!G""* (Mk&3(h.޲,ifپճy?H@p`{NYn-Hnoo1|nʱVo,WoFgr O,5pvW 0 39F ~FExV홞EfM U&)w9g, xj{$Y?y| lo y"!!yf~doy'䠍݈zۧ:/[Iww T 7HOtAϮi8+gNY{oYJ!̊ !Qj& ʱ8ق[0,>C, Ĉ'Nd"F,l4jܸ DnD$ʇӲO>fҤПR.V S 0 Je$1dȬ)f"9D)b ?j F9u>Jc7MRyIyQ% `#8'$ Ecay4,F  dxcEUK+sП3[(Т@3ʼϜٵ 8!AR$IR;rG"Gx{ɂ/]YRK^Т R)Tkn+W8ȀfD%sH(F({a)a`N" ++b 2Hgr`q )mp@ xV"d ~vf[y6gq IF܉DivdFرlguuJ}y0d{yP 7Rb^VY hZa1 xpoX Db :ʫR(`%z'x{IByÅўb)hJ%<sJC`D(2f("FLmpUipWiG`zӛ}5h, "@~|d"د)`qzS):(cUd+U&,;kU6=hd#"'Lv$&-zj'cuA i! A5$ƃa&gºF}`a&u0q& % \ T(Bˢ1^dN~ oFp +H6$ FZLHP x !Up,LDb?ISaQ,'$()"e*R FhRd8$H(M (\y52R,C P"T=,bq"&B9qyf7xqvz*)R@J`f++K h+kEULhS0  u[)jQg!;2]/*U*)*"5:S7zJ6AkA;[ԥ(G>WOʤϽRM} =# @)n`C0GOh(v i_I tE\BT·.'&Tu+-FڭD\_E1F `6GBx5N.I&AOeq8 Z-D?GU(79prկ ,2O.xPF !MQ0@(=0XŲ] F 5mc`#.pgAcdH.T=ܞ0C {m[q}\`fyA y6,5f?F2koxOysl;יf7}P8nDyAa >>Lh`X نCnq%6 a8 !SE*$T]iIKTR]#,krib0R ChBp-|IjIeb1oF5{;Pm,:o=T7ͱ9γټG֒(ߜ]9Ѕ.A/UɊcp-~@*c,U=TU<^UEm/7go{=3Xm3Qr$Fz2EC^m>ֹ>v!=ag>-sf7l!=vyD>֕h^a,@]|= b[ Ӈ:.\Cq1Q$V%(BgEURаՀF&ǒ iGeK\MS =qڕfUt@QuA_1 X `Y Ҡ]_Y#%#D_tuAxȘ,^a%hA ] Tmkm.W`L2<خH}ABAYqSԓ"DDoCl @͔f A\A7 ֩["N `n+!!V ivJD tBҸ\j! 9 q @ !! N^R^&StVtu B!p@Nqi"p`@ĔiFQ(Bg @\ $yqA/ N_...d",Ҡ!hML2B8S4*N IZ+aiŒT#9o!R!$p晜:c.]$d`ol߰ aI%"̴ br yd*1Z`K$-vzZ /^&"K&L™jfj#]`D#` A DP#0IPRTLL0Q mQ UXWNBX#3YA_$AZ@y]OT\u]D X G=aj([]Sd~Khgg$\--".^&jbkA!fmfna5ࡌq"D xVUġ)ww( Ҁ%ezj٨& ]΅AE֖IYl8AD%5$$=LK42hg`. dh2he֠/"_+V/B2.ㆀ@ʈF&AVona1ӦMNi٨ ^TMQ=qţcExe!Ad ~- E5@MWa.HƋu}e1ML)KJ~fk.&//R߹)*⛺f,#\n2nazjL L/LA/A!$ fVT ioi}v_@nFUv. Ad $&BsH8fGe"--+R+.-.)ff^K"KhfeFMhO _Fnrn`إd/y @ «֩qFEvݯBڹAIfhE%ϖL{YJ.Ԣb h&f9 Ɛ(B#xV/(0%ƣ&ei݂AL\=A_b^dE,x_(B澧]KTÄ́@ lF)ҍ. EF$ޮr0s~0Rb _.zkdBywPnZ/5&%&paz0o B(^ @$2 N/BߘlRqJ b*J ETC0 @LKf$sެ.mDP~p/2 ) 0$G2$ BpI aS3ZfITo5nH&&U MOy&2<#A_|*bq C.0lDAp,#Y<~bppbLc3ۈ li"nӖ$󃒫.#.p|_F*4SS@i- jᔆ0m\AA @r޳ 7=% s+Ӱ`DctgݭmھP$'|^mo6@<ۂXTRI) /(%R2j+:e+uBJЩk"^C|BA7ߌ]EhB"FY( 0:P#p|xABJ" EB'x7i#8n܏Ғ,P BA\ejn0ABРK"| `BcnX݀hƐ]$Yﯮflm: t+7ܺ'sL%o .&{-_~*B@KB 惭 ΩK &0 ,a  +<(! {ĥ`2YfG>l"hBE}0Z&&H [(X 2ho1%^$3}1׌45/Lry,\qF1 %.8YMo2`C  p_8hB8̼+`=nj,Wm>+$D/%opCS"herYIe/HLɈ] " ` qӦ絪Hi>RR3|b.?|V :aDH1UD(Ёbe1x 6I @d@|Z Q28Q !4[Ul˼LeR"%nYpzWqPE9nS5mFjtjתe uHsG<6,!Nzri tt</ڀ~@Tjd1C!ERM@N\:K_u9/k٠]*4/Pb!>4J҈Aͭ[ɨe㏴A6uTWYNf%XbOi mAt:~6Áΰ>bb!4_XJJd\EV(8QpZQi^T)*@YVf"v!B^ ~ŻnOM}Sj^>BS'Ff a] :AK0GR \rL{ ҅74nıt0`34l+8e=h7a?gWFZETnT6jTKc&{hc3rRߤA!N⒋,zm@*fԤD. x"1F(>\2Uo{*`Xuè4enĆ7~C 0 $@:Z3eNX K_Z&بAv%B4%qG^B;! o+p APykeLK{|kGᕕ%07p] ppDi0 @(tZmy"Bэ-$mp /4ӂh hGpЃ.Ǜp7󀜭KAvm 祈6 Pq)Y@,`NJ=cC^܈zj`Э`|`O@‚j *  In Y-4L1G3XmP+4nO 0 PHTD:8`8v@DjT&(QRk=~1"%DV `Ob\/ *^"Pm스;BiPH\@9r)Ayܞ^-Bq0,d/ 'K MTsDy.g 70y@a- sGLZ5 #Cög)&<tPId@$W}0Bܲj 4 `L4>`nFC \[#ʵ8 ԀTP}錯^/75y)έ ` zd,`` (bp#vp%7SbTT1q UXlp:F }@!8`fqX؊g ((f>LvsʽRPEWo@+ekccs8V#3sV~OЖ:+ ^\{MCgm.R`0K j -JX~w~3 w~sc{ic9k >^) Rf8x8"XϤE,x 0gvYExLw7w  -j@WЌ%a%R!\ ̀OyIz+di l&ux|0Р{̂)1}XW48ՠR% ˆ#!%SOi$XCg[7"yi JiT79;ٓAҀ LBbXPk9K_c Ki ,8W|oy64X6'Wqn99~GpIUD%2Ҷ|qc^#@!V?ӐȞA,JֆJԠ{7{2F/$ T(2Kk fGZ#tmvg%uK uQ)W UR V'Ѽ,J:~8baOѮ0z`й6mx `B1+^Ѭ9.@tWZ7ZKV* +Kcw=[P{ϦRڗWq ٲeU7'q v~F8YbјΚi75j,@kc\5@B"t(Kx f@K8Zi"Da{k6; ͤe9)[ArB%xM%։y8*~` /J+oK4v6p~zvT ٘_LZ ` & \ x֔n^ũ`n ܺw@JO}(V/_ I@ӹɻnP>6fCz0˵ܗAۈβu5{ټl*Z+PO{~ǽ=5(]ۨH򩿑`^r@a9U;;yҧgz\ xr zwKxuՅ|2{u\dk|  @;6N\^@A #ֲEJ핂n zGwM`G`gCJ?p*&P^i"$5oԱT3Z0SB EZF7u 'Ahc>sAް'>e!DP!=(ѡJ=(}4jQSFJj%( ba R' Au䜬1Ç!l(Z猔%8Vp% B̠Em1cĂ*[|, >0n#FbD CĈl$e'Aҥ (]$B6(RJ 7p,I'!Z FTt5+ &qjaSg?iBƌ[9u RH:S^IUVZXUPu`Xc ?R!udswF)MB f(V[l!D Ie6b#f}f vZg0ZgD!nF$n-dl,_ X\s8g@ iDaWEfdD]A3'S!dw IQRSZY ,v!CdGp]`a.c54M37V#gMC AMۓ ׅAE% Uub! &E ruR{0dMAyuRh + NTWOEVC"o* 0 DG`a< ,b/b!rx:ë8,XF6Bg~ZHQml EW4ޖu|ۜknCZQgH$I]3!RG)d]-3J BBXnf !r^ `.9(<곍x&Z7hSwX6 y%@# %RGXk$Yu %GRvCfxk.QwoLqv޿|TZFO dfpCRԸH1b㊃`@ UrpN>|Ny 閠!BX^ɐg nXaV(6B -j] JԳ<"DAA 9Et2!#G“nvO6MPD`Cf pT 8Nq 0Km!BfdGȠ4P rիӄ,l! 1;6g4p;i F Gʚ=f Mvb !p#X,l QW!ؕ #㻦 @z!sCK^7!9G pc~7HB&HL$Q9-@s%0*,d @@. ?, !cap c(wFE%/0g/DabK xH8$pxD9 q,SAδ%vՁ!@"qFAAiWD;"xgzEA`>}+c "d)4a0?( GЙ ى&@JvDLiûHO$jОpc~Q4!f>[ØG|3cMc!vd&[H#ǔ+ H?5k i_H% s& M"-@ z - X8St'7L KMh1LiTVPXcB! ?embO~J}~0PT@ bs(joVukYt:5jfi-ܫGzƷ?LJ:HҾ *   ]:3 FGy [AFAq`|E 4.}j:ŗ4q~_AVZB~˭rYbp\8Pj0G@N0튵E+*9KyNM?>kLgWgPA"`.p#@/А<aF2@iFw(3A a /0pӂhRS"~P5]ML+=VnR@"&3dpM'K ]A"[1y83S;;rf?qkݰ+ (#1bW:`?7t@ gΨ_?&Pըf53BzPc5kaBdh,gu-I@ϼ0m;T&벅>2)=:82__|]uqݏ ?v5CTŶX.A:la WXpN;4"VQAlV-\ׅ Lxw2&P% ,g0?ELeT))Gz-1 L 3 %( 8G EvFMd.>Ц'`{T@[|D@?7||{f%&}WuE}|zC`k2n5*'C`|v0 7\q q@55@aG@ P p Ї||؇P VIy652yY5(\Hzȁ1 L@ U>fUdVU'pc!EN~{Ճ[tA|nVFxWSf}EO8\_!#n$g }`}Ge8qpȆpX#& swG,w0 P pP 8 T0R0_PT3U} s8+/BT ]7VFU87mz{g@RT[?ыTwkfH(nȈԗUvX!јA_v`wטl~gS۠A,Vp PhfYeyiX E`P$#;PTp P*9xrGnHzT  9^[772h/u"+{.9YRCЂa|~xfTiO@@\ubA2yp(`!N)RIw 7 #0a;@   d۹PIx=dP%*}0D@Ðr'"Cz00Ɂʀ % * O66Vtxa@ $tr`!Qv9?O^17*H$Y w1~Qikgw֜`&04V 0yHJP 7hШ7O!(&z: tZ`5 #RwP ʫƊ) Ӏwpws!*v 19)))ܪ\0AEA&U{@VT{.G'z7a0",2^Y@ʢ!#igNZvP hMG~!;p:Dΰ+˸*KP :*s<o;+ri)`EKy\PGkAf EUFM\ a+RM:>Q?gm+(@qٷ\x z[OSo8&6CECPp۸{(}1ٹbzry++1B[-\f A0 \iD-/[{r,@/f/ċ| ͫ_A20PT| bbؽ!Cp0p [ V@R7sG2X ^9S0 QE7(L,]2/푧.gp!3!*i| 7lA `B0*Vp2=,b˷AZ{۱5LĕPS\YRn8c\"El\mS>0d F6 z7 >A`\yJ,).KsR&5Ȧ WoÔ|1: Ϩn/zAGw@Z۔1ewwC*;|ĕP +* p ; EL`K(~yutD f5k\nƘ"dr͘ ` ' &80@@98_+Lϐ:uy@lP(XϘX9#*Zw >|kE,< 0P p)[`t"[X'9 xH0L0`pz:=sJD-^J/#5Q[SM,yvP>)=)n1V!9PRϑr ej0dE]o[fH'~&nk (ፀ+7R;v#Vk'+b)_K"N.p x臇  t?-7[8F}0BË/^hJ q$JH5u J2Ma,1B Ch1Sg ?~sAN=}A EBRM>ө%dXZ„RZgܸQD+V&>bܹ1bI&r%GQJӦ +G3]r=~LL׎Z\ѹ(f>|shlas$Cr !ƌY&EzTiJ{&ha eA8 $J,bhFMG!^椋RoHA5q TC֝4|Q(_ Wo* ,. /BM*0asf]>ЙZ I3I ݢȠZhA J;2҂H>.;X 8{i8'C *Fn"ub a?q?O\(F*.|p &/`!4R#7DZ163[M*iۦBu36 4^іz>6{CQ373BC>BZ}ޯ8F\_ !`X{s6.1h X Вf%g`Caak[+z&!6ߢ f@'̀xyBW"$Ev:mib\/x9T0ha}QjԷSjBx_VZ8.O' #/F2"ET |rBQ}! uXVxB<{Xϵ26V3nB֭BM# f\2d1eW є7ay0RIosm65ό 8 LdR ,,8aI!,}l]H4k)M]n<B1MVO .ͩЅ|ဌ55tW(Q Q^NJ#͕ubhh(>Bp\&K DLd3<*(MD$G>COi-s$dؔc:igS7M~tڴX&եY#hJʃbXWHū--״/ZGRfT1SjL.$&TgB?>A jDKS-hD_ACQb tcnj#m{۬r^*X2*ֲ,edTTİoZtcT@T^J*-a_7JN+5fJ;66d{+bW:V9!J, 3잪FnU&H{lܭRp_ӀZu!w(Bqz --ZJA74vB[cjעBNQ`3X&O2|dVY.odYr~>{` @Tm6ljиL`lix 5>m)Bm Ե[gLح5 cC,ڸ:Qn|@ɒEUd+ڽW/}ҍMt гL jnOOz~f{%c٦F/x Cs~sFoX@dō*Ƣt$ӝ9 dh}FJ`wjgFbpWఖrJe]0Zp圮y3E-@ڠ[dLfz "#%}ze0֙]T}n Ȓ:#(,۹#JuSvkB+#o;_z^Mp>8dZ5uHYҊ֓8'go+PO>iLhs4DI5=' uE|ӭnN_NwzY!r+zUr}k_R%v;s|Eߓz'^? s \`5k>t~VʇDIzƃ?kr/^>3R?-z9SȽѪG5q3_6s@ < \?A2CU۲0ӾC!1?Ar1׀"{?1نf:5c=WA+8ɒV{)۳=.BAi32\32&ۻ 4L>5|BtC|B:f3; Ǔ9Ӥ|Ү4j:!"~ @Tk)k&Bs#"P;a*ҟ&"939 6ET>D6?:t;lA !B?1 =#4I\2%:'˿ULA(K&(TBr9% G3 5:9'ŀŁ\4žEt(|)$Fb4mLơS?!SD?yc?FԨ#B|CpDc=LĘtH|2~bT"`4333uQBDlHS%?:+8]̠mdtPy,܆)d*LE$O~P 455-[QA UPA-%3TEC E<}9E6ȲMTkl6|C/=5 a>lDglau[DAÏO:=W?`VDmȺ@#cJ*$A(}Tn8QՖ^VLmVRj >,gL.4eQ XxW)S:=<-^8`VvDNźqlf5Rg-Q4Qu[YsX O7DH:Ƭ6qYhMpQDuɼk=tYyM$GWWOΟEҡףZbæ5GUٌZUNRZ1BqSQCYa1]ی?x;S<[|Srٽ8 Z]U JTXULmZE\ݙTmI0 QUO;דU A@b[!ԓy5Ϥu[e]ۿW 8ۙ%ѡ[RGhbD~]OMލeR)\ UMWv!"8]0uؤ%5__<Q%+͢_u֠TZ05m_85`}u,,oJpC&FH7=tUNjM^xb.8\=& &DTM5cE8Z%~XJ$E SԚR5U= ΁-F-a nb׻.ז߼ 4LzΡeX1uZčTUU^׻!n24NzRRU2ͽ(]G+s[#D]nIVJ._K_Y inOf[PXY^EOFba㊵ c2>fP#e[Ub2UB>dCFHsEW:f af`!U]ak_v&bAa[6ܦX%g^sS?ͿvnVZfZֈ)/&. UCz4qY,^fd&4hUJi&e=-ђ7nڧhJvfU{mCO>П6>v璶?F`v&r+;bHfiZ^lknލR|}87Ok_~a3kS,4⒖gԴCb^VUve›ߛb8`9Nkf]]MZ0V>8Pcn:mӴɆhbE4T=S~|Vk`b9Vm#_~&o7mfejmT_U(D[;j ~0}X[ܦlȰ@kϾ^M8bHNjN pdN4Oa=X,oKMomS}GM;7n/D+ymi'wmab6EUvf_5hVs.q?faO1"`$O:#Whd B/?wXDOrog4/+Kc%sGsNr5ph#Kc O+ϰȧFt.WJdJ6\a-tNî苎q,W2%i֛tfu&Ohޞ>iqYOkqH"MTim r"āvlP`f%)p,B fQl`m߲}v.nV^@5"z0!B)|XcE!z(q ǒ;dEE3S&7R=qѠA]{7oK3;P2%$H㶎$#D{۵xKW40yŽ}.l|-Ʀqe+~4:$i*oL2dE7ĦEW&mAțTJOQ s}6V=tWvyVuյŗwxcRM6[llUud]6g TDMG܀N9D\OEU6r{Tprl"IdZ蕢\ePzHyyyiBuU>UCߣLڔ 2h]rnQef5wjS`ݚ1tdD9vf\x'r蓕(lUf9%ɣ qS$*.mo]5D:wu4ѹ$!uvz+{xe[W\jݰ`:oSQG ZzG&rnOz[j#;Lt~puooӗ>D&fbޱTRKe h'Mil+U| GfW OTmY.MKݦ٫EŬ kUa\}.˭ ;h%K:Z5ǟ]u\YWis_Toxa-bz&i@J8/ht npݠk8'%.ۍ_sZ]1ӕFqO:I0Q󊦓@rj#ueco Il.L?IzjI"'qv*U"D O´=(-x@jPl(Y5 qV=IstJCҧBUĦ-TYJ+ T7V§>RqTkK̨4#"OJWQ0jRE&"jH5WpnјU H•{X̪b|r5G*5,lM-:ٿrml f։r m)k$,ϩO )RB6X毴4k,WVӱll~R,+aW.yݩ p/n] !,"x3`*0‡#JHQbA z"( dI%.@<0@˗0cʜIS& |"'hVħjݑ1"ć%n9"U3r r!4s.y"#z8i4d C4AE!ZqHG|xEstT`@™B:CEJ+N`ʛ>j a'*O Y$u>CbB:P[O /Ftxȏs$Ə!I6ʼnkjw1{I&luiOC\Pbƍ2 It(QD4!CP y\U\|,BWņ}0\n( hRG!AM,q*'Hf C䡈i3.0>cvrnFUYqeq)QsmH-A ױwl]|R.4?p.rKaad` V3_V4GlFn@Y}8a}$`\@lׅ n@X q-2b",NVY'p Kl5tusM0# 0>5 A)qXj)C^reBiđЁZIԹ&w|" ӝv . WX!S _eU3q{V@0B3(҃ Pa)a9 'lQ-^l!*<6"P/8(RNJ-DJ'D<{4ln*"50PxSvGnm,S {ܹ䂡D:AFbݻә9Jޫ$r͚rD #@0T*X( >,"  Tz2Qo&f0ŭ t+AnbeDT (>=[,B>f T, V!²eP )]g %ufcQ BBfYfℷg :ma9u'`IœljV!}b]Tp[P/19h~ W# 5jWI=ɸ( N&ۭ豕P$U.DB H hL9 [ۜ--?c8~aﶋ\&:YNҴh`w+hB4~fpOɀ ,FxG*!XX=P!%"eX@|4'X̾5.@c'tjG)] #<} iP^"Kax]FK< x;>OhP+pabi-5Udp2 -WԞÜy;i8k- K9TF\c+_Evh0#P 'oP]# sAWTLA h`PhJ7$@uV|?1|'|g"`| ucePqpcPi1DG9]~/)TPwqj~7~$B(^rC@>0J|6DzE3'p ns p K&t@EHaPZT`P ؈qMaagׂ/X 07} `D`Ut p$Zq}oy d\fTQ3[Z!֢tPPl:5BS/,0`hl+RpImn z,vsIgZ~@: ^Re68Zt(aZ2{KnftF-({7|80 7aj6ك0j(}%}d#|D[l{ZP3"  BK(:3Dc+NPH@uՠ~ 4)=Gt%M_Ehh9.!&h6uD1&R| 鐖)fx C]90Zԗ0D,P:g=AJ23 r2r@C, 'Y14.diÙ.Fy6V$D'ba>ԖfDh{uI 0R|{9,1 *`YPWWO٘BL`j@8l "skrP3<,T/g{0D,|<4p&PIO pOwMZrt (أY֩aJEFhII NN$|I:ɘ$d]n )HZ`Y.TxF9I*&2\y-*6Ճ`izCd gnA9,u<h@򠊰 {":n$ŢE& o#W~Q-юL7ʩZrQT&Abuڪy7w6*@=(2Y\2ĚRκB[dw_@D;X ,fv^&s` X+Pzد[;Ӊj6Ǐe&1bL*k S'* @SScBXHԢG)^1e+8)!*^N(P!::MIYu+6+l4Wc3꯾PȻۻ_ɵ8K=ۉ [bˤJzw^'Gl@p5pHU-v;*h !n3 w}z@$k"6E#/.4ayѢ/Fpg=eɵ[$\d`\;* h*6B>ujm+kv۽y;$PЃp0A-2;D:^YP~w r0?@Cpf6&!98[@Nu@-[D=`+Spds %&|(LpǛEOeh ˪7.UJtd'CEܷI|E-)RQ:szq.~KbC`sLsIrs &E[q&cM YKL !\,ɻ{<ɖ.L87Gü 9,Ab~X6 $ ynW-djN\,5s]7Μƛ 7{^gS;My} 34 qd8Ȑ $\Ldp*ϊ{,Gx-űcO`}p}:Rq{d.+65"]7?,:2hJBK[#Z}$'#.*ګ ڞ@#LHԈO]H̵%YmϗldQaaT-ʣYlj? (&}Вe}QS-y[}p$Ҡsf] o)W4fH,[S*@ͼm0|>S@U[61eٻ W͵\ɗ|Ͽ xqTCnkkNm]Z :`&y]-|2c[0r@Kl.#[p9[g\}EcAg{'P pg=[t=J :ሼd a0ûP=> e(<ɗ I"hdFۉsIh ߫^}׊̳2R*.˧Ͳs0 M=P=#hp%}A+u;hTM@P0iA;j|^߾>aT-ɏϾ(۹xT$ʚܥL :Ф|q s*;n+iZa-]-zY끠oj]|ޯ$ĿHrOxZZ$vP,(NMfkS@B/xEHH_xPMORUݻRMfgA%qcζɉd_Gl_Ky-: c7} 9#e `.μA9 P!0+PSHQlEJ&HL fJBrӧ?= $OѣIOӧN: 3UjY}0`Ф,&i[q%]`ߺuk@a ѣ[@i ;v̉C'Х@G 6؆VnSF>@75 I i,\1SƐ~p\ iR T(tT8>IӋMrϧH:r?N!P'*JA2(*8*"k #0C" J`˯sѭ3 1# AUСa'#;S 4j.9Xs6M=9LΌ‰Ao8xS#?%:%N`FCTjSfRb nr7QH'+K/O?M{#8?T$N<Xc=Y;#bp" qطFAVaY4`^ 0R, H62c!HTBCRJ:7i 6hSCۢb`Er'G=U%*\-0m5XXb3 9 I\Xh @KI9rp C  c 8f8B' ,R&x8[<VvIFB M viVF"8`qp{x uR]-.w9KN_,\?d 9crC("M6F3X>S%*hR|ޣ ,f+mxW>y6Y<؈>^ꫧԍc:E~54PAحA$' /X?N ZЦk AaU r?atCЂ77hA QR Tt 4L 0c9َ V& oijá%4 g0I㇔qdeJȇp)w3/Σbv<,GuEIJ>|OF,{sAu `}#Ep9!rֳw?<nr`fġIPp¹ݰf[ olCEA $HTD^["+.* TPZ:|J!?Yp#K̜ /Y͈wM(fgS53,zgt!8D#A6ȍŲ N .D _cB!;_A /| PU@уn [D6+ard@/@ l' ' o4&p((u3<'pj9W+ LХACT6$~H黯S55IUc9ӹD0A`! /$acP4Kx@:q{wS%@!XP PG I7JJ6gހҡgNNk$FaEU&,zAq;dѪXl"f]-9kNswD+Z7f]Ut•F,Ez_#$ /p#;!Q UT: != AZ `65AM!leK9耦i"aN#P\$ O2**WCT2ÂB4"bv͜u—.fsjw^*<h^F`$݃a˰| M V xbYi&%XBEla Np&[M`E@Phm"UAA@ɦ!T1D fE!*%*S,<p;3Yٝf4N3չ37dn7#*A]ؕ|NL hxGI0n?&9ӡfcO8a قIsE`՛±*6AA൒`[A@hAm9p[EcD$+2ͰgKj嶮/RK\B^ĺ49Fc pc&< f'oxZР"^(E',ۉ hF3zH9+V!jO^ԣ~e~C0xE 0Gm q1}QP@Vnѭn27ޑ"ʵIh@]n]"{~4{=x˿v?C̿[KK?:@ +1<Ѽ9Op#+28S{AQHTV=5 * EɁ8sBh`6 39^z)(8s:3@ic؎&`s?9b[((?)H7! 7/_? ?K+4Z7D?ǫKHCHt;@4M.؀<AkI(O.Wc !5=KtA:Q H ͨ9.D7[*ЂBx)I-KB 1ԁcقE`"P!ò)CH?PëĹCDA@CDIGukPDLD I @ .+؂*p&@Bki PITlҀ 'WTcA2ZD[X{4^d4^VH F "胨ۂ&xPhAЁc 3p&(^X(*RJs|) ppx ;P64_Z2qӲ2/ BxEt`:-%hyQе %@(D6|@8FQͲ؂T243069r9SS-@>yd)<΁<Ú0"/[P3L;TkXTOPUь@..pP'I=]x0YY50#Q`E59;\$LU` C@P79 t-0P@}7yBT#3hq٩-о9|}*-Xqؒ@TP؅ePЋ3ሷȥXʥ\܉tRQL d؁hY=ƊQmݙ YYM2ѝ$\I0"EeU9Ok8q͙ԭ;68?ʀ ڰ@:R[0x8y^[E6~9XCh3x] = Amܾɕ\ȕ\e`;ɬPP#͑%MrR=uu]V$-b]IIѓ39]A^Y5  #8>ȁ،?m@(G3߷USp5"5lێ[W S1TPz( Pt*H,D`nex3#ANA.dB>dCQ9d঱ =H DK@dM,OYPٜ/EYڥaaaQуE8.J\E%PSEJ1 Ѐ@^1̡3 &|9p{7P,36X?`?6f_(!X9ޥ@;2=˽FdyBz~$|&#}mEBd3GdwTdH QZM<-肇e&A0Me2(DpI5_c:A#@2qf> *̀`΃Q6I` RHH*!*Ӎ*(G)[Ğ-M+;.#=>yd{6m2gg}g|BN\6`v+J?3(x E^E/aC݃vHNXU.VӸ[l\#hpxȁ87ȃpAP-1P8xARx׾RC@ HKH0)0lY99@Jɥ,#%,E o6NYo.#23g9ȃlkMi ؄Y /'Nc t<.yEpEJi&0tX$0C6ؑF:|]5A x6 `uB`4ri9=z.~rnfbGg,7p_0\hmg^PaI6NkD^M-HFl@?+xˎHxBwEPI'#"x/0Ж/X@P .C:}i HxPBz0 <0bԩZqF_ohq󦏡Axiْ`#Kd.Y勠Gu")*>nOB4YH>sf˖>J"g8H>E弁:TQDqUkW9Px/7X .LxhC&o>w#S.*Yn\57y?g4ijVPZ!lHtAR0d3p ZG" J#fō?T)Xqx?.\Rt- ƠiFO?T"MqdRVghŕ^^)H U]EVn UU!_"*68al8 _d=Xev}8\ihqBjO ͆ĕy p?'ZhahpAYG= rvsHT5 fQP TawRAEAP]U¶AՀC%RaTEM!w@9EaCgV^zzXaYI FDaf >aJ}Q laZ~F هG 䅥UFP A1~G K52QzՁ:o͚*v,D,21#v#M/PIu}SS)TSQBY.!leQ!ދo 0w0C_@8 ƐB)`fD2HsQ餐li+ Uˋ1C\ Cqa ==? %=egא':X`ջX1F`G[FW7ubB vdSv-X-RQMe.{7Bo@ b#P'(b R`@Јu4_BJTxb+!pwR ؄' VcCe-SѰ#hOj,-bjG@>-o|Tb9FXPyߵ6CRYAk%7 vA,J A A,_9Р'arb;/?Hp" ;i:xd 9e!\Cs"RrWX'B(}"+f0V^ԶEeޫ(/^D51#يR'EP!K` ƥ')4HԟX. fT:p>0[`Bs e2#ɟV1 JA/^B c)y\\ ;͠12?PQV paHy9T zEk#_6)o *CzU2^5##IMcȑag_Щ )]ךhJ6}Daظ+ D! $)DDE8<*Fa2{?&%5P'd 9K2jYYg\ QrLyT*nATsOP.7LhUǩz|<5M> ld [:֤+dS(6R 'AЩ-m! Qb؞$4TA 󶠱5),&D3ɓ%SV*d W4 AIf--2JzۡJ*F-lyeabrZ6>jѺ[k} *m#蘟 "RrMOWn1,6R%~vROּG1~CG*Ϩ mzq }3fcUBcr Ir TCIF}#XBsTHtU-Fl@>N ]\|9%&Y%`22%3ݏlVfKi"|7$)8aRB |7c$ѭC4 ~}:Jxl08Ar:a" H@.sG3`sX̺֩zCc770-sB^urs|\ejƪ]c,iX ]p3w~_5 AM* trς'F1c7 OoЕ\Kk軝hF鳌; arx`w4?]fLTt\Ou bj'ϸ S^YD2ͧ%MuLr5VM Ptf~T! KbRtݻ` N8 k>6v=]OwTh.{FBk.,BGKSK#ȝn;TD4L<|6v='񌇙) y\Q^a8aA4u^BRK$[L![A@ ?]P"zk <^"˜EP5:E##%^.4%SFnNnNS(@7Vr&T;ĄJALY#]!XGچn 4 y*d^($gG4MaAb*TL\Ni$j$d8 xEPG5pR%qfoIo>%ST'6%gDZ7r1tLCדZl\TJxno #f)z*zrDB!Q`ص`~ :•B"vy>`!A@}d)p8ƥ( hi-hҤ5 YtGd!@@'kò$ohSn*oިl7JmasiAyH~d iUI]IA($@±b).kybi5Au rԁ|IXB$\#+x~$ޑjD l|AA 0vh@x.y@AlARRĿR dd>VPćԁÆxfIJ$.%&>(Tr(TZÀ*^s[M`P yU`UՕtN J#@>$nrdi&bi$$т y.ԚBZF:"&Avm@ۤFl\Ḥ}_bEddhGsn.TXc}IE"NnZlM]?.gb*f沪MmvBtRʔ.+T(Rc;BB$.!No/BqH-&4/BGB&dvق˂ !ĈQP d1⠬8Oo[L̓0x B0'p+pngM1q0Jl{n'Aun0ڪ'T(LpͮA"$lN$PB p kiղ_ B;R%`,c-2+ Po'1l+1/h$`  k91UB1)&dM19wZIJ'. Ww1gBasGCzB@O˪,ʮ$LBBO$PBCC4 F%AdD+A.$0'2&X'$p. Vo\j 0s1m"( D %5KRc̓(XH`o®E[xs80U#80=T C9S(qB~MJr@t )A&;&4C;,S4rDrE[4R %++'p]CBO5dCCvc4"L#LsتFPGZT*bȃF 7[dKOUsUk7?np6.K"wM!w959G.pGL'=Z0_ T[Gք|A5 tC^CCD n)k R b#K7$$J,\6f.Bk4`N%jJfmS O$OW@'Qx8o oq8so8 ˨Ysʕ ժ'L$Kr~oy'4^7y[,5D6ph#*8~7,@310,t~Lдkh5 e/֒. y15 ADhlyN o[p8q񌓳W5oX Az?G2 09V'^S5 bl,rf緘5y76~9"(d{w, 9^D8ņ$DDUĺ} ą̒+*;8zqv91?nOw PΑ+MzI|^Gz<B 2 7_$9C_6"Bfl]vg{#mv QAEhvݢ[}hSA 6|ONj#Uwb}g:3dgw[Y@ +4 CCCG_.F@|ot*'7C4Cy#2+(BM@ D,UNFS*B-"dN칁lsREXD=}88k 6*A~p^Pr'7߄SFs5(c 23PՒ0DQE Y$@‡`E-JF)9TX@0-(EtX-VaEVNċ^/~-v`uU8AG߀#gӈ \0$(ͭ *[p^$7JB*#Yi:kS nN6Qc. M΢kҖ] *hϢP+m$uW˯Z.nuFG0ca?4g5"Dl0o.(8qy҄A K "=NWwƑr+#/OA o~ a1E, GAd"0;)r"2QA ILb~834fSWEyht]E}XU^eoW^$` i4]/OPRd٤t"rCHGfi"}3@$%x ܃`NM`1Lݳ9[" (A%H@x[~E !,DPU;%:ań!s:E̋^b*3E3_^2k D(n6$$A~]NAmOZ "FH0 D$r# Ae'Ai<%E*O /M/a PKD@x.0$J9  P0 Q QhT* r*^Sy ^Wo ^V"3KEbZ j#nQR|2, E@ 2qD 5 S/> QqIHK>Ĝ3?0!>2UalB pP@>(C P\ :%4YCan.~syΛVVzQk9FGd_WO ,jR#B{mg%@L El p9nT),"6(`bJ56%dm]M[7A #5RRp,&`Wlz92imY~ռfn (}mDl  SpiЭnu+` P6HALӢΘz[JS BioKg-Hohfe~ JĒ2P/P + m\jʀ.r-. Z>H(΃l耰K'`Ҁ:>fGm.O !u\fA,y0؀MP# P Pƈ0E V]O5pdo<0^`lJ0 . 5@ [ȥH 6j0* <?HZ(5Ύ@P܎u0Ưx@ )s0;2")s}*3e' B` 4(Z*@hmx@2i*hS)DPx6O:38S+ҠF :0Qm3-k tH,;P<~ ! ! F~Zpb>s3.W` S#yIJm,sk %& dA4j@Іv(R Th@^ X2 .RجHErE8QFcb+`9RDA g/:ɒ H0;;[' |mKs eV>5L.c"<1s懰8m O!bp %Pn@==p^)@XQ !`$lS1aqSE?8)TKSY*t\U 1 [3lKHQ~I7IS6 Aj={9--&d+-ϴeF[DP3d׌ נm~]b9ԇ\2^ AAIbSd@s- ~C(A`,6SrDr7?Ua_ $V"V8RM|g[c$,AV ܦ4eS`seeRV@fgC @Re/ؠk'X4[YX& 6N~Vۺ@ BA,k"]KbkA.JB{y'( lL^(J6a`;5E6)~}3W Uc;dqb?yrJ|87eas@8U6|^\g5gvL w\-=y?iwi䙏a:! zi)b'Y2x* v/QUZI{SUWL@#&d5Daf'k hq7z6`q%E=tr'] v:5.4w9lf&p1yk !] ([REe VluB`j 3O1 {yVn"a#ULTdwV6>|MqurMW:a 'Ce0φ @Q-ǧ>Zڄ hUC`m \z}b@ {%5{@ubB]|59ﶗQ30V Zbϓ9xcdR[+]ޗ6`e8;7[pઇRAA" bg}k+cWsR<@<Z׃j+ ?#4|]1 =?p^@` @4UW:}1r @50~%c]&T;w]`[u@0`e sq 5ub:B`| I&hu_#[}5f7{q}Ȣ0f q(П !28|aCZdF5f2d_|4Y 0`#DJf*Q$'M<(Q4YąPB\ ʵ@ pR"9Dj $,Q8AT )$,2 1ňN+XͼLRQ(G .d-?jh1Sg ?خ-.T۶4m*zȐʇH? #Z>cr!PDY>勖0bheQ+n̹OIUeRF4TSP@UUKXp@ 480Q $V$@u]PZ#QFLF0a)XWhLFt!fZ50l7mԱ?VG! weWl,Grv]mEzQwGy)WzI3`SQ8~I5NrTRQ,ST%DK\%BV6abYYxD $`bf!ڋEa u Q RY Xx$iIjfxɛ.m\楹cFܙl2džqggQg~ 蠃R ?M~?]LSQ', OET% (t&@32Zl 1P\ 6+ !M € ³?&E-D^܎FZ_DF& X'Ȗfhn mx)qr]CC"L'\\] gF#Id( *JSB*)HAŔR8ըP98а2˛`0@NX C "^Pbp j#E+IR_hd -PO]|}5<&wڴO!ohoBxwf9RV El;CG0B|$P,þ(jMJJ</4c{< 6ĩQ)R%E-??\` ο8]$d,>PL>G'( G%t@Rd'u6 rA[`Ap/ @b| \ { \R$m|d$ t3ǢPkh_G}۟hSG<o{ Q~jT*)bp\$#LPwI4TO [O ࠨʈ(9ɤOVS  Hg:*tJ]p\ 4A'K(BCYcg&^DsƊST/z3SgdgA}Nݭi%6/gc чqRhzm @V!E4ЇZ< ӂ4YE(;v "%iIG1,*:u3 NS.!6ebȊ^˩ `meDn9՘ξ5!OV^~@Xk\&'^ge5^bBP Tr핀/gv_)l!m0@0x>q]G3E`Ju:e:w18f"$D}@[7"q4a0r=HGw> T -1@]UB4EjGSx gV^mՌ8B#G?gyt t+H W`W1l0]m6st42 #hEUďD/8}| J b88~)䊳8\hvH(1XuRQP [e* 6ia<kf &GxR[_Pfp@DY[qzMs)3wgvKBOM"&gP MWDzf:P`Jnщ};B hx`9 np@ȑT 阓ucb,&6q_6C87GaPpx!FEɡ؍xf1`vX)mE^І`&O@eIMYPɌr2r4Ub Po' WJY !`uSpJAUJJ)5YIcIcA`Oj ]eEqB@:2{DcBʨuy"f$ pG(Z0‡Rg@^I~ |aYNB*GvHZX@ O PUo0# YzcIQ~9KX5I'ɕ6_x}\y]iFq6cR&O9*gPDdJ&fҨ 9$S(-A੦S Rrr8@K:jEP'*Onn9 6Q oi9&`ƊPˊ5 ~J!ՊXFAxǥg'65yVqj皅 JqS?O]GT,pqE%`VڡʛN'񀄢CЩPeWn|*ʸHHuK"/{[ajk# pZgpqGY;YLzI&V5P_x@YV~Ǯrd&y_b{?CVf07:"j8jz9_Bn%Ks UZKSpʹ\Z&pڀ7ań"B~GvIvXE 6-RP\>@”` Y ΃@D&G_'KF:jKuz%OP%z'0Эg6jrnror@f"|ñ=)]@62 <:[k$F}y \ ,4DP_Ikzv}vaJ4P˜p p A@ kG0hB7i .'К?j@Či@!DlDLE _"uP w@6G@yK[Tg^:MD9P 0[\VE  x!r|,YܺJz[$pP|A¦`м0@gd{ELqd'oBsXµɨ?,ˏ/@҅UGL0m!B/n۾kncu)+&<]Q P67p|[mz,LK j%Qj p@§  cp =VGR,pîUO:#@<*DWMH[?hJZonQB7n@ԓ1[MP2Ie;y Q-0}fX Vp@wwL>gl_T&OFfAp x׼{p-,IGw9 ! `ٗ@' _+һ9ZeI,Y eo&B3`ӊ`D32:*R \EnpM@P7{ݤ{C_gMiM%g5ߡ ` 0 @ߎ n^ V6ġ]ڥQp %@Vgv+nĚtR3JV"&>5pDB}6 &cCHt`XP39R$YIοM }lPD9*i),DZNnG_~ ` p pAʒO{*+pglvuql8ҵ,\f}XCN>=ϱN,R4Z7.βAN6~0_`Į E ּeÌ˙M]> ?}> 0 Uo02|qy?@%wÌ ԋoҳ1ӇoЂp BG*>YZV5gnV|$o(,6[7_6? ? ;HoЊi l͝ơJ>1 No >W o@ uw5GaK }%o*>?W|n0d,B0|p ,d:.q E1b@]E7&ݰBҴiJsRr\Қƈ>\QG 3| H J3i4P7oh2-b1$G$•VY( 7 O|9U-?)t<ϜQ ,S 2|ZhҟCH4!2(;ӧ=9asd %n9r$C.\h 9bĊ3 mi3ֳiwn J- B($"()x̩* [L=Q jb-xa3(/XXaB °!@ljt0&/`234L6+IM5 x>Jl{` ŽÍ#(n(B9>9:‰ nB( .ƫȢxrïg6eSOхQu+f j * #R*B*B GXqaKH+&2FHrLɢL8J׾ Azt-xG-aa?#88N,k8OŮHt&F):/H;rrebB U\rUPs&\tƊ"f6`?*BZB3pW5Fbc(X2XI\+F"Zӈb!ݨcqj\]W](l3bayOӡAwkj`62!mtub.a9wۯ$}Tg0,'1b>/:C]7JZXb@2^k)+ںjZYp 3%B 3q;/rRu`2x-6S%դ5A\L3iX"`ɉNE`a\ A:'lPéF@.R8hL]161G<@xbT%(^ ,W7@i^і\IWs@!l{2b @"(:$·yFa[޷eDbC.snCݠ䮾IpL \ jN:K`7dn ,w:!|D#1 :~Ab9%IJ Y%`hѰQGJθF1x1J&4 L<X(J  gVъ< ͋82R|A "e"p"6lP\jم/{c,! ҐI$,7)5ҒMN/K>_e:0I"`i CT:² Lr;#FE`zv#+2eFSfV P]7qهA( JrMd0IQ9< )` Skv|%a BB3"CfEftJ2 ڒ&*GM3ĝtD"2BArJF45t(tK\!D*H @XYtwVjx YMa^:UIU|ȃ !3x]sRxJ `a ho'Il_b/,aQX$KHլ!d2&FE/H4r$HL Gli;9QN!*[=i &EE'~_g2i>AŘ$hC,$|/luVbYq-TdeBo--hdIJ6qk597U<1rpJTR5me| .#;e+7#4QNsmfPv8o1v }eR M= $U{1^Oc<)l€vČk cQmoU⛊S 8zƧ nc96aq2;9`%cd^&B+|SuRn*;.YGG U"o?a`-{Gtl6M>y]6&П0gC c?p ~x8cr7'I7Ղ 'j"ϘӜ[߲rO½K0BE ),N#[Gѓ>{+1x\P60C V>p*QP@?S'~/`Ж{4, 0afp){ǿIW@Ls%\c5^ۜCJ9:+p`a2+/4+ȅZ#53Xm>*#{AB>۷M73%|4xL?b?,Dͨ RC101# /4)|7~5 %¼MHۼFPVʹéi;xHPĠ̅gܳ䈺-:Qy2$BKLEV|> B34ڤ n! iN{s2,C C2zؾ{FeT;iTFHCrbC9䐜+c9TÑ V)ulir8=xE zlJqsĤM DO:(>*sS\Ŋ>dPU|VX>y ]$,_4Ӌ2#ƕ|S;k BɚEgLFìBldF;3:<+;,rܼJ@ǚb%#J0DD|iFt|vȅxG$Z(="/⁢A*CHlH辛>7b"_ Px>$KD{ƶS{㑁#:1J;Cr`lJw$\|x M{;4İbZ  Ť!_NHHLΜX>ș++6*1,z̕4;k̜NLi}G#LrTJMq@ǧ\xDz{ |Gs8GI Hg`.J&9xHHElKTUO΍4H+B8̽@I?le,;¼c+GF >YF-͡& ˹TJUdT-MZMA4U8d7R x 'mIZI8؋R]U_U`}1]8V4Qҵ\ghKpJ Y< 59YSd;T\9}5; >r(g(\؄]0%ʄqzHXϾU٥^M`P`AH)j4ZSc1tIT+c`XD`,[\-15}(JGg}ّXi@Ӄ\>\Ig_YtU`b-a*,]h`KU@047TPR6af7Nk;9_>G~MrbNrxĞGZ=h2h:\hi l6j]NbTbeR 8[Fy>ڻW8:c^v;U.`}bVbRy0]cٖa@dܚCF^_r`_Քue_hvOV=nv^E5.[`HU瀕V?ΉG(ME=`e僖ch]0M㆜7f.AFJh_ivJDYFFfH!toZkXqe)^v]+g}^z~Q_g{QL>hF`j_vc΄K*hmVksdj^ $~>i?ЕbX)&vtufq穝Z}ފ頾m+~j:v^^hnhAdKN>y[ |dz&~JnvkMхuЅ0qPJžg.Zl¶S[ 4j4v9lbEdf6}EVmnV夏pvؔZ(Pzu]{wnxZN̴],,UnPfۃOeՌX6j7XN Ζe^ФLC^%>Y>o~m_t;i+sțe.e?`-NTnjgr}^rɮne W|TTn J mׄ>6inq8%ߒqZ\.sp@vg .5tfml%-VrEO&U[r-hȦ6~hGQN,M싮h]sB-6/o}P9sƅЎf=\@)f秕ڨU6`DO~Zi¹H%OlŦ ѿM8eLH0}WQKTnWXwJ5m\\u6~Jiuev>vQd(ngOtEE~ՕtHHx3w_wrGhQQurѱwJ|gU"2jVGm6GxpI^@xk[ zHE֋_ATBr?|bV"&A J᭟ʜͩl܎k- teTSlqGtv0эE|| hagGtWw\%ۜSַ67oso6cqyM wvxOn/wHI|?'{cXVmx&e^Awt\%ʠwG7Y]3*tݗQPux}$~0`4Xm >t6/Zm#Ǎr %ALr%˔&_,s ͚6o0'„~t#Fq>14M괪TcuڥB%i;V,#ۇ dH'gO7>"f탉-vlnʖU̬Y=q{C3BE?W!iC׍V<;P|MNU$*$r!i G:yEMN]7O3i YPx6ҢhBpevyP$h3iF,:S/-JU \bl("*NsX$6ȣպ-c~t@Nagܙ# &.EFs.)P`Zro_ T !SFA5դf)Ǒ,fNhV2&paWmZ#Bѳ~m@U JjbζUMb2Q rKe[E"f| 爱P\DYd^j¸n-v36,x/!`&0>ҒHlzsŖG8Ҕ/%xLJF4jqvƤ1_9Q%1Ar06"P% W):Rz)0IUI^iJH9w nc ywW<[pn)?AGZWm 0^ V~c XEbF>f3r!:'ZWʥN;5Aڕcq>Tdj&k&Bf7~ZE"Lru]!fJ2w\&95;&PpVe_r"sW7&&lFN]-Z.lfucRԉǮL["'Qgaetg~n.%o~~g!b84&jhXbcofh`fMz߆"r(s!,"x" A%L8EÆ i8 /3^TbƎJ`$'QD˗/ YB ϟ@`gOt'eg-,B|ZHD9J1 6yΐpgc !3`8f MBM9( " Dqrb)*4-*M8qb&Ę1 @sHF\1cv "a.S\o& 9 O|ڔi@UKt#h!EBUBvqH(b 5҃WW 3!`ZH-<d0K,!rTH!'ÂZY}&[1#4050DZt3q \rdPtI7Et؁wQH"eTPy*t^J!%{KaNK'|TZ}TS>p@.BQ<@K%hW71C 2sC3BC̡ s 3EBXZ"[D`@G lHFeR"y'T T!% Y9[J,az ¡&>saDAkgq {אJZ0Ŵ^M7M($,0E5:cQtUV )Ʊ@G3xP@0$F"P<`CW NFQG$V .F zl@DKC 9uHp᳊rro6'E ?DgzD1Awz2D{7=uʴG@S8SK&=`%3̐í2m0cM`!PpdIV P1[NpsY!K Kf ְ- |S Ї ɉ%7y ÜE9;MOHS:$'$TDf׹@tW =E gl'` J LBZr0-.0p  5x Ƶ `VZD0h`'E??pClO8=j%69N ˤD89NJsH'(p%QaȌFd ,80`0eLFل&nA@k"#@2Xr=MMOq<Т2 @HP `G$z<1eCeH|ALAZ-.@G9 O 'I0t$NױttYa+YXn-oٔ42I2QR]C3A8"Q#nуb)Ph:NءPAҙ@(KP AHR8Di[Ygz#ׇF p0q26dsRsG71E;O*Qҗ@,әְ)2~)@%HoT>GrP!JAj9\o"@9DZK`@DX',EKBJW oW`_Mr8?ܢ m p eANntbHúђP9IKvx .p 6@KܹiScˣC&HKp-WhATaC1ȧ@qi3-aߑ^` ocYaz^bp0SAEB>>K! VEvX1@mt(tU~v8Q_K x?8tqv%>)KP($[P9dЀ@6C#>8AEbkn P1W߉{9 v6"A_i$.pߤs>i qpWpʓ!)THg!1r4izl[P5lݢW$=7{Kul3tu'G> ~V@28XL %HRX:xvAA~T'Ch~wYpJBq F)pq8 {9E@ LPpGp\;c@y<+ UDCg}-/M""&XXMЁ&G(05tƷ;X=XC1Xq/rd_Uf% w1sR9 oD~yQQI'XbfXZl(q-NA1r)EQ0|)NA;Pq@r;r(D5kq@M0zw,ĉ(`}YpІn7JR+u(_Opvu?.`x U%"H'J1!hGw#1˘Y{g~IGR'pSilxxXިCȍpwyHP L:;Wt+G0kɳD2+r@M1xkinp] +ނ6xeYM^lSm0.nȗ ")7:'vf774V(Xxb~>hhuGJigWg;M :TWyq)xJq@KL6v[2kLM2p@G#v[+vpY3PYVmNU I.DS g1p) a MťTdG: `~t~|WY& W" B2 34Jrm 0 57eFˉSΩ6Pv@q`FJ * 4 j(Azc1dwGc&o 42KY3;V 0(;1S4=H5vl0X ԥ`<2_N Rs6B53G<(n@DÊK%XDH7"F7.$g|I?s鲨*o30dwY}Byw[(:1- ˱3惲@-K*qcvT[n;Vu\}0MtRh^SJ?g=.x"4R"ffe{PJ&7C3ʌ:s1hAY5Vy2ڸ˸CJFPEJ@`iѴi~/J ;5 )['j-fDuA&kɤTrF XNe3P9l[SN=b,l= ;N0!HgYRdY.!Of/JP`v>[(ED :.%'3[LO^|j`F*+L}6Pd!xO:>5n7'PWla6=WBPĥC]ՐS@p'~+`*~eqэ4׼WI+[EN U /k $yelެAsс+[<6{=N+9 970܈p?lH14P!8ӈ` E5N8B(BpB%\hr%E)n3*b9h08 :sN;3 : P|#Bh!@r3 BCjŜC8 "u3ܤXVp!~BF&\`XhA 㖔T!<ТEdAvac?(X3N9NΏ<U:2 )҅ԃ/ R>OkF r` 4xTSï+>1"&Aс Ǹ@ڨ/?Bћ> C9A:B% yC>IX5'Np? 5xB^'CuxO`\|2Ot0t1K]v: Ccvsxw;SO\ύ)!vhD7$QJaQw7UvKXf "kApNer$z6# P `c*| ?F6hNb9.pjgm Q[8amR@4R08@MM>Q:Tx>)^9Mk~Cn,*!t,!~#Ӕ&iM+\S$M,xӛG '9É6 l@g;%oC먘EIkÁ5R(E/4 ,ATpY"`d@\𿬥Hsoxଫ/Sшp 7~m-{LTهt5.IY43!]F園g v)j)iu֔f6`mjӜ,g[V,!oB醺|0^X>$BoXD#9tT4/D (C`Pqz39|=,D̡-|7^!zCJ0Kp)FrQ!D@qT <T*\HU*^50+flCby[ o!9٪1]^+ڼCZzo5u~kδv+5ˇD$`06(XB2T6A,1eX:bT`q8 Pe@}js'YD7[e}jnpH#Z2jp rCH1ߣ̮>$9M^zf},`@ZkZp&8X4#,;pA$8NB! s81 h=œ1bj'Eն)A-%l NzkOFPpAF|S 7O 0Sx@3 )^Ć1q}o|#Zf ׬4o,7p:lbX`! Hs2ax#H0+Oxbr'` c-Ԡ ŵmv:Tp$i *I)W@ KUdB~Fih *U^jL 6fdޢr2wm:r ͅf<3BJc!=TA+xE$h C35_B0q0_=j0E!C 4 1 *(YP8 hfI&ˮHX\MS՜Ri SvzACX%.K;K#@;ELl@|kF@J`J(o<#$ /J =d<9JAOA;7 ( NR9R>[, ኲ  !*& {)袂c)q9A/x?ӂK9,+@Eл<k=C@ DA@$DB@DLD 9sgHD<<RQyF2%ŀ0@3FNp?3 4X;0|Ti8Hy ApuKLGT$K9lп\Xz Ї?OOO4PPST],WX 8 hxٚE:QUO Z[O EM`SEs&-hɁBʋoEjFr% 3 -@%i:p8]'؂8@h;PP)>@mтb< -pg]͍䁗[H@Nρi -5X739`$,Q"R.e>}T>,`T.ÚX9D-]QUݒmH\Y&pU faU,8f)"b!-ԃfh&=STIUAVTN7 Nʁ%+6x x9%tG-e(@S10 `!pd9/* C60Ѳ͈tT&D]7yC@Ci?@heTfºK-eX& [VHYDYm]Wp]LR8GR` }h]=V Z92Қh ʸP uR QR9|V%6ʥ%ێrWd0gM"v $٢/ :8ÿ Q>i*e*0Q~iNmRጕҥЭYᑝm.5UTTi< Ճ59փI͔DE3Ύ>xX[#k 3 ׿!la9ƍzf!W$h:/N&QΌ~қ7i׉סV0Qmfm)|Ɯ-U e: Ӄ2DpHDj#.UQSVz$R47jUn8H)V75 (`(03'1|-l~u2œ|0l&`˖Wfizp /t:t϶pD+"7KOY9Տ' =OmqqgHXWSebE#@Ë.0Qu #FXzV7uA-s@PtJԐO48,lČr쒔z az'eBp "<}O~dt*Wt/эP]Te ]HO'xgڈNUw^qG@=nqM[/\oAȹ J^YP`o Mkg7>(.NEvKzAp5KA.3Y9 >1KA&_7SBCTB)4{lw@z|כ}w5DV"H7Fx\Uae|O+j>19JxGJN(yaPy$ #*IzZ3$ʛEʃVk2!pztbb@orOݎE$y7nخL ^ܐA!?IuS/{"g{9_2 x* E.hQ ] ҟ'RϜ?3^H"9u  AADeG,e:h0`xƧ.IB(_hrƣ"7C^A4o~1M>Z^D ‹nJ@4[lYƋD(O@nؘy*gt\E&򴠢FQ(9)(R!~z͛>g<$Dq' +> ^ϛ#w݊n] ?k4+Vgc3f`ˉ4(uKpÙoR$K҄ċdH QFxR!MlEB xPCIrB `5pb 5GBιsA1! @ dIT`lb[<%coա %FaDhm(RGX V]']taqqq/Iag @,"h}x&y)B&D ZzA1Ʀq HGe| E^,a K|qF)R8h†jhXͺ4↤)"Ԑ n,QCXGR>IDAeM)&Zb[to%֋tNjo=6 pY e1yL߁%`ZC >0' Zha!<QD#{*4ږT`l ]Sh dWa$X 2P=GYB as!)ɤTPqQk-BD;x i]os YÝ![ ;g1qA'ؕcL0$hݰJ2 Ƥ+'.3NJzūFuiΚ"/F-Wo)@ *ц|P1Df5pszBQ&>1yQf ?kK씸s nBXq 0IOs1s  +Au㎠ vRƻ E'J ²!f/YVD A 02)J*V"8bmVD!@^ЙۄlHm!`*D1E|+@FF#A6ԙp0Fps !&3 Jl+|'B1A4ԠnxTNc¤j;Y]A|P]AEe.uY5: :QdF#f?A RxYr̠*Chp`p /A(;nF2Ow]јoar#']|(&9ߔN(qC똲dVʔ鬉{[F"Zze,;elɖ,@X:֦< $[8+5B#1 HC5ByI[ џg,BB MBAѹ t !WA9r@(VQ?u)gl)d[j'NL4.DTi7$#=҇--s݄t* G@ N>|>?zf&(>5$̤];WލwedD1Ǔ*n2%}^ذw&e$EҗĤ,H.ĔFOnpN{DX:1}i 7450w֎ybOܣ #%-U!nFT7 Pb -~X\םƮ JHyǣ;./LNLQ`yr1y?(J&%iqv*)Ϧ囏KՈ /J /uÎQ_>"[#@?x7&  ōv^ܬ]ݞ2b%d2}Q`;%)ӳ_U0ܴk:奷L:fIh/l^p`}ZlBd0VB0F9%?&LVRd>7&)j9Xt}m]bNө媨ԥHs{?]R - ub lM`yJ͘c ÿkS9۽ZcMv~R=`# [wK$~ߛ3D ؿo.N Soc،zIjJ2Ը4h <'B!|| :X⛰@:,ΰYX@D&"7s 7Bdn,aD_hp#d@-t+H gYm6b$_ ב״vO$a+Hre]Y݃}ύS X @B͒C`CVc|Pٔ8QHmIi|@_hU )!WXLFA鞪d|gčA`=MX)e{m_#JD_\햠ѕOǍ | 85Q579[A@۔ t `RXFL٨MG@@" middD V\, 6_[\(" 1R5g UUTbR # JDaI]л8p|5e9  @ل@Uܡs S 24e@  DH. A>]A ]h 0y}) *`dm|Y7bف"3dY,a-Hb/G$M#]!N*#Z3F TT@5@G߽bAA @:) MdȞQX!hiDQRԗWl홠G2 $_Gʗ| ,iFhd!glI}c*e"E_UKP![H%UBEY<i,4άD D >mUa] bXHԁ!̥ڒ*G&a$d'GbF7))UTa-K Lfi &kbD#m eQR y=eGYhTIT HA"$esƽ`Z]|Ӟ{g̥(b6$@ր|:)dR) v$`!eR&(_c'pF&M2|4LF O&nbZ@PVr 4@z!7(Tz ߿iAg_@EZU`Q|IP,dx%i&V! ӓ֪Fb(ם"yd}YJr"hiAiĊR8(EMu"<@8lh9A*kl75K _C!f$=%pηF$ $ADD).OBi|BilfFޠ,)`21aD4蛂MR+x(cEhķke@88r@S(x(k(OS=[0 ؒ-c @+T@UhA℀TlAbUD (h`*䬗*.idl@R쯪,v,~Di*,Zm-v|뭅kb4 <0:_(*ab=(H $Oe haX<Vz@M|EH^;ʪH 6n Av.{˒nz<\lH i&0++ @-k*S&{9Y 4ECAQh% Ubmab^3;cp Ht.bSl:AeEҭWWt Ai&GؾA`jBL( p_Fi1E"ՐB1V JzƩ@ ~1qL3tS[O6 qQ\)3 #Px0z b3>i )zC+p>4~! 8B$,3r sa-WVj (,YH]tg1.}644huPWsk˱66L/v8W)\HsUSs EfY7I:r7 ޵pSΨGrw?84*OadL:#l g+_".;qY#x. 6iL73N8].kjc.7kg t87vms |oowpA$%@%@~}Kd9O  G#B ЌʰAFʹ`%;AIW]x@m=<=~i=1tM/|=x7ٿQUČ1f0XG!C~,ețH| c1Li4j$Ƌ%!ŔYQʔ rD%G E&Gd|G.$@ Cf,=r #NVm%J0mdgMG{ʀ y )/]AH 3PE[(rp>)U ?f`HE -} B47ㅇdAYZuҞ=6Bf {oÉ'z˗+or0PC3o cGe>YrMX )fM_kRsB&H@)SdI:>: R@b#C c@?ÍP$?0l Ķ$s@θ 3Bc-D6l6Sι r rkmnF͸␃A0{ ̓n!-̨C4‹/h’PBDG$qB꫰dH0cJ!x-D% B*K %T 1, 3k9\9XEw13AH@hz e2@Plb& N=7Ael77Q :Uv6L|cX9jk@3tgNdK$(aaudHJP7D x<ʥD⢤$,&q%38[R xlIB!i@ `q1&^ Na`&J1P-dVzvy;W@yqe< O?:)p>WN#a^ ׽կmOrr}&!" fla=SSaς2BpOZY%$QFT>: *4gf%3MMX+3 @ ""gЪeguڭ鶳Y|V'{7NzZ3"!(H aXTXU,l]WĎR>h^ +H)í0J_&iʸ|ufP,D,vg<7xzb]1M5 ܛ&"';Qٍ˫ 2#T}@nޯ~y}"=%%/nv"i?Bq"1i?i҄BR=k5ZeLLE.Br Zծ8gyigZr]sW5 X/agj;sE0\dK|ɢ^ |W#~$oQO;cW 25ȅ_޹ y #wdY lkC0$:ebh8 _]]m@EDTDb/~_ %̀,kݭ*#x)o|+I>A 1ȅ 8` #)J4"#$O @ M h[nO@K uίlς|kX -B ʮ2 nA +ozHfDEVm`^P q- PoPO Ū Y[f2eu +8 `L2n*0#;/#.P `H|ʺK-mVx!C0.#S ``@1/5. B͚@j^ r o  (ϰj4K'ɤ 93Ȇ995F̞1&PҮ"@@EO728N #jF`<;c$Fb?튮 4 HW3/ z2 ړ+`+Һ鷺hFz ); AMT4AW #.N "g\$M:`6+ x\4`@@X +r+X"!&qG`HR`hp-i`USqi V '-Ia=׳܀Tc,} *| `@11rM{ZM04uN}3th9SOO (w*֠:q FUQ0P4_ 8XSglSaT.G" n!b.B$ IQTtzsS i;ARH]uGW9I!W7 h nAYk /^C2C•@[UBÕ[grU\diq\KC{wHԣP%`5 UP@ЖҖ,@E `ق1ITM6G _-$VC.7Ut`cc5$Vq2$c@ SWd{ߤR{n! nVPDE 'Z7ShwuY@6Bi'Lb 4(Ġ t,Dkva08@mזzז8P``]*Q1 fcMشIgx7 w*P`Rq;IQbUj J/ En@x);lEt` TZVCh uC[h\ vswL(o_8f' w8K# y%pQ4z؈׶W8}J#w97,D IWE+`&(U8` WqbEe% /x7"Er1?jK.t)ط& e} /C KUcr\U\ww@-fؒNj^S t@z68S3ނ5:c, *_m@66CfKd[-Π@ ܸ_/D!FFu y@АyyMMvL*15aOB-w:kfDyUyeSlEY PLPMy; {+a T 9JU0DK_ ,@`WCgFbW W $w2DB5:Xu *Jmvٝ KNKjYLEa _+ & #+ZSsKs_TV@E%U!z*2crV}5,NxZ z;1?arYd@-@yVHo[thN,jʞ@R*qgk#V6ך/|z * :&*j vUmw_6+`VJU,@'Ad9Ĵ c"| H) qĹt&};p  V; $4b %+=AH1:" I; j#2 %|ٚlj @j Y,LkcBΌg;ڭާ 8d  ʅ u ݶzAo l)ቨ; 5<$<kY,mm\ 8lSH0B\X`5􈐠4etAb @ʔ&0i$]T`|D͐CgF<~$cT-f !L3gtM36Cjc>Osҽ[E޽zwoz|`ċ3N ȓNA]*$IĈYfϚPkʔҳ(SԶ%ʒ%.p@dJdUKl0)g(r3dF ,XHq 㥳H%/OԬ%N/`”TH?ETL9V$ZHQ TVZuuauj"]UWwWaccEFd64HhIx!FFx+2!XjBo:tpben ALHuٕtz7Q Zq#ZzF$h ׮| !~ƀ?q J!uhfAV"oqY5z`"/ܫbj/hl` _L ZhJvQ-j+JM %o.t:@C'R& o:8Q -DjIy+v*LB}]T|GyFQ'蔦j:$GX^2nC6a!WJkcGhl?: DF1ehHkZj ׃MnF .ܽ (,Ԁsivjݜ:g`{(O$n T.bWSTBA @"єӝ. xCYgx++ ꀝ WVZN!`pi3su,0 YAVTM-RD)='V1>$lg;&@p{Fi~K`8o@`/P܃ ,1 FX FdȊ WƲBԁ,CЇAf+[)0Ж_WHT13 bj!GC--j4 =!.,!K.&P i 0t9A& H߰- %ݿ0=Q/.yܖ P$%A`ˊrc46Z\KyMTĀ_j_woŗN- #B5)vLS6a[M |gCM4Apd;`{3C߱?×OwfR'G4_|xA 62olGoއo@̧u9e @ 2^pYdZqgxcq% ajKZu,gG"\;F\!IxH8 ¶w.*!?M&NlRmX0,H'G0S&3niHoAh_XeC9}}60`Ii v~S!Y.5uJdHrn<7j/rBeov"Tac6!a_R, 8MPN8z=qK׉p 0|Gpf#fCs_vhd(arR$EwA{*1eQapIT:%RxT@[:z~`(aX'b3j~Q,Cd<9q"WbLoP$%o (P@.1(RaDN=Јkёskt7١m~゠ 0| xy gfFI8AC8 6 I![oQoJB &j@@h!8DR@R|wZUSK/ Dwq[SbK#TtKruM=V16Rz`Ia eINiy.8d6hh>PM|鉗).# 0wpɑAȟ͹u[-Hd.9TY+.5RQpfa?9af(q<gqw/ؔJ)D)fCiA}[u @8TPhs>ޙ{tiOɐzٗyٞ3)V1g)g!j=A%꒛yS*~ZxRMp^hiJ!dhUS$*SDGy2%o:raS1To^D c>9)N@NJgn {ِ y)^'S%g h:\K%٢t:b6EKpKI2WcxC)va&zb:yl>#7ƀ4Q ,(K Y@kI&M0Gzy*u`hpaij٬*{MKUo0U)'[| .JCJ"*JY+Sq9[#r-Fo]PG8)[,ih4zGn!Љx ؐ;@и )rP0.+!21AiXzM4ǦTa ?w6RK;%!hG9V[%b˵^ G[(40Ac+E2 E[.N?Zu{%k÷9}*豅 ې홸%[ 0H{RT$@s:;Zd񒑐~VhG![KPZZ'[ ʼZyu׃3!l-Ap7RKb{>IjR~pGב%ЉQ:Wz I;;ŻDkP6Emڳ ZۙӺfa@0I2K:bB,kB#ȼ?0Hu^$1۩:wAZ =j{grp V& &&0&˼930D}ah0*6;>6j )){'ME2Ua6i֘{QjƋq)cjLa -6j_isPN,B:YR6!"y2Ç {k˾l&-̈!,01KR"Y`n!mȧ%)$:Ė-4=δb|-jLty R•(68vUAcY1׊s y&p7ˍ1-=/ӆ1lM׋ԛ%&$ӥ])ɸC FAHfՄZս"q,3؆uxP̴2>W Pdצ mk8! P='} 7pm3@<B`r0M4 Mu9 y.AD2ugK0 Pۮtt7RT;ZzX=]"0xG2r-]'ƙ@zdgGWj-@Й(Knʦ,NM[OJ`Vm7PE`?V>jn 69.>M22{ . 0 [? A@yUh1ŧI"E^3&:q^lhbWS,Jr\Q‡7r=JSK%]D֫TXʓ'+,R&#G$9$ ׬Y&Q2D5u “OƒD91I-?| x\> Bd:D_8uժ_~Q"cϞݶ}߶}[kaxf X#gFĄQ h XҐ3P9F]pc i&OyjM(2| B:/ /. 0V@ "؊+.\ /0H( ; x~ A4J4lRDHk-LC hr6,k#K{M^ ?84#*A:`P!p9 7`&ER ?7 PF>O5i hJA 勫«`S:b)HICGyDbbQ1Wo$,07~1-3,3*Bc4']r)_KLj-(oCM0$L3_3óHׯs`  NO>m 탏#D2m(dI'nFȔJ*fe_^!J $݄h$NZڰCZ%8CAY+/ `Tc2A҈0(k3H( \ b.7e5+ߵ׷z^=4nhK؀P`@UB#Dʄ>&Ғ1F+FahErdvab/gihf !xvCXu&HBZ$ ~gZ.{3-pe\nlnm+ % "`gP /4a9 8N;pXu9`NsP8,et*PW24hZL3t8ҮwDPnϖ.8P ?,|6L.Ղa#LcB [?X h$q&~MV?)J* +Η^Ђ< +*Ha ,$8h$21R@,P?\sEp!RxHczQ :C F. g8Dfk>3͎7=bkKd"\I hD5p%N LX@h֠U0 Kb>3/FL6̏5U.R^썪U/oB$#5IRi8C),]i'$()(@ R(*sXGǸq:ԕ-46t9cC5T`ҩ,f#P-ЫX)H!;ҳa>5b L \#LHn|&qw BG6D醿TDY~og!Ee,&;Ipg,UPtP DO"`3nP >-7p"IUjtLlbHFRZL4Ug0!A fpH" 7ԗ Dxa0,zc1v\/\l?P>5lej-6[A:b ]vEEp潏 @'$" P dAm= ܞC.8^Wu\(u7L[3{ b8CH{U-#nfkG@ XEq7T8Lr86LhWD.v0՛yB8,D_Yw$˥@~(@~zip#=GVzd26 ' OYʊinCE gBycF[in{{SNFpm'@03rQ{s<xD7 .:@=^tY/dA\hfhBs%1 uG|#F@7zJYP]2Cb(w])qjn$,oz x+3>-8(ؤ ɛ^C2>q,4pQ% tȅ@=Y=K=s=˅! 40>S  UJG309(? 38°Ҡ;;b.z#/9hVjEhKP<' 84@c)Ӽ+@KhA=L%qk@FAlG GlȄ\pZ APDXRS<ŐATAAB@8qȖ!xEh (r)/;x+ y0ƽ˻>!EhHE:?`r<9, -̣ G'C:XDBpC$b(Fl}}I,br ;hAn ŬADňȉy"!-E B (? {f̴xIKcx:f4?h,8,9H9D( Ѐ :@s-"G+:hD@S2@Z(O~DKs pKȅE$EWȼK|Ỻ)"{"y)j&aI@ƚĺ::="7>Ml(@ʤTJqJ2Ǖ-lFh&d ;C4Hۻp81 ˻KTŬ# .3(̦ ?\IuBPEAO ŇΙ\d.<7,DX?'8J Lքʧ1dǬ ˰qspvGY84%4 KN[νlA+ "꯷b C0qD(B8,-R$EŬ+O>S:s#l@,PP"|ںɫP<(4=3p <2,]@49 PS[vChAIЛ5vFMѵs#DKWQPT|ȅQQי, v;"W ̰ AU(Z-H V`XUؐaKS5Sɦ"XLl*pPMpCxJk}JVCм*.h% ,`HXXۼېKD/cY,7:eS1SH@;͛<,TC=srXb`Wus8xT[ݰ[S {Q2kE8PM+ՒQ޽ϒT=c&7m͂*Y \\V.W ]=dZZaቼ . 8 +@\MF;}!**;`rb5sߝ+OHm]弥D c\.\VC6TLb `xF`A>c?deeNdĦ GPiid:Wydi;"zDe'CVve*3T>?>lUiC5asVa`}*LP1(_(nZt@ZhghZ(Zf]hP݈ZzFAhih^f>,XHii^oNE׶^i1(P5_]@_P_˵]`jMi_ҍVFyjqF6the/݈W6C^TN.c >nfˢ<;jf&l@6l|Ml0~cKD߱.aͦYЮ ։2Qnms AZ3F6=}Uc^m5n 2> WNN߻*[XӡZXnn^p4FnpFޔPaaNuo]x3+H!^vnMU2vh >*.fe7f-W^N ? YU!5qwmf!Tc؆pl~qIaݡ*'VtC-rjt8%Al=)m2&d,--N;A5ufӁABW sL=;sF!*q&g؁oF?ץUmsZJnrg`*rq/uRQuOpAyw|{X5~[~i9rdfnf />i١gJ ftvmrZJW`tPW/n`tbu.t'Pp Kzm*rX|G씗Az&cߝdWv!tm'UFkmZp>l{4wtswwWc/yU!LGlQNo· _lo!r9׬'|JhQpyEIDKz[Gpzu}0NQd>;ԋnflA֙miUd7^QPH~ cGxcgk|I%y}=}Tg}r*huo:}vg;gl0!P6R6@ /b8ǎ? 0rɖ\~hsL#n(qcg;M *l0Z=3ZniAe8Ƒz\A 66 E0@ʕ R+۶X|.L-%m)".P8^>h99RG+][hM-_4w^N1Ayl\-|)DSJ<(|QHcPywP oqEe3jGC•SN(Q ;'J-Ye[hhS| /X-@;g GiM =JmT MoO4ƾ5yrda/#0!rcb\4~2)%Q`$O*%6OfeEB.%bcA!A"`W4aX"&N%Yʥ8%ZRsi'X^d"ϖNQ7sHpf!lQARؕʉ, QTh3T,v iKiC~nIyfMƑ>zŒY{G2KbË=zѣHL%%F(q~*p`'F#)׎Ze `X5CBP9\G n!h1Dk:@q /uW^F Chq}lA*ȑ5v0"oQe- HBm}(Of즜s$H 4Jzҟ0PL^,:~D:RRKAL^ U]}`G 9a+/ 1 *F (D 5Ά@4CH]e4 G f_W ggA]ԳM-I3Qbn*k9bC08Nmξs0YM{*6hoBc8)5tqX@EAfײQ w9@ VuHx*A7'f (6z0jeEYPP"8 Lw)a~_,z,|kpB=0:rΚ*h9<].szX`aPEqONpkӸAU. l3pqw]C(}փB T6 ^  Aq@Q* X-8ht0K O@U zLJ@MmR` C>:s & aT 8lȤ&7fX ' Tb#"BpX nȁZ2`98 j.(y]=PIE1z0(!JXH|+XB!ЂڄKm{v?`@!I"-CL>Z8\G 4A! r CB YI$2Qv1N F* C$4!/xl^L`N]|w!'DrxD:Xmq R&8Y:mrG`sPA7V4ZwkzF B:-w2v%%/ʾ&CҍmB7!K|Pky!H҇>!v,^6x5{13^u\`xims3Tl5!9)>!J&Gsl__Y$*Gźa>zP0x`b*:4´|>\KQɔ4@ԇ#*ŁahAV1{EA }N8& !"d͝sskjj)b EC/c S(8n 왭}Erp\U;y gЧ4F:byS>0+7,xVz* z "X04|Z8!i#!09 n׀u%[HtY_k_JƯ'8] l:s[lA@3d’yiF>V˰S  @MAY4: S1ElA4 >Nˠ  t0!褒 ;of (#5j`0t.yw# (}TȲ=,q'Pj huPL~7N1}FOa@ thz#&fcX uu'S7g65x  'yf =pvR15K4"y`PpGbˤ!^q1+K=D]Y `8nxpFsi RN' >u*ײ ̰S(PC'H_cy0#r13x<8G ` Ea60WvoVSh0ph;4o[0Tti[`6`+P=g5U]Q 0dT$']1K7#.-F` ~&Bfh֏$'u6e/1gq` ) yy1;h8c0zP=tp`v7;3@v`b9DT`}PBb=`yC `Ymaݨ-gp]Q6~DasM>*yT {@@hytݦtQSwՉŐy <u͔:`*v`Wpvo*;tq"Sxs009l=N8M,3@"0*n,' npU]gFC\]M! c%˩]X8 /hP"؝fgXfpVtQi:0uyXv:}PZfAn=ij"W@"u1ZTp+U.P s8wi8.06T`ykP @6e{ 2A_p8Ct!{i4M0S9Aq8jyBȪ:ʗ9 i)9>I<6#oR:SMolR8U(~ѓq?PHSh \E88'0:0?ʩ'S%da^F'zk8N_tn{s%W*`1ȥj_ *;J1$JHHK9*1c}49pG9%vaӮWNv .̥: :=rNgs-`ǜq+0dK0d060ժ7/vC;m#9{a 8v ٸ& Jxi(И4YK:/@ n}!Qsn+0L0N3guj=D;Gg@]k6akG@o`C61#v1+ aT&nat~.AK(񫗑+yE!=ɦqC 9/.,(vl6P !P%jj:@3D+%/>,frqÀFR+F@@6ջFK׽ $4GܝyOU*Ik `6h$FdaL80=ә~6+iBM\=mq:q[ ¤*%[F'WV4J.$o$Q\@6hx udvFW`0{\f0P9.W XLhz1 ƬbE8o׶+Bö#h{E(L6\} s@?\K025mUg MhP,eO $Lo̷{~{IbM_PL/ WuŦ`p$ a̹ D5t3cE.N5nP>͗6'CP 3%N es XP v2/k , s<-9 0d`tѩѬ˫ey5 ݞ! dApI<$P$@ҁpuc"%66swL sP$(ԽK8W=(-GhP^M)y6ג+.xl`-1Pt{ v\+׉lҝ^#ۇPbX@"0bb5]02+QqXEGZ%*p>PB]ڕ^Bܶ\M+,B%J P mH0T0lp{׬|H ގzm't؍mŋ@(AD<ģv0 >X̻Ub lP[?3M=>ۣ~(,P g%ws0F,>*Pe1_՞^d~PZH7m䬌ʬNw8W_U,^N\iOKD) vMp~EŜEYz>+:@ӃJ;#,BxFqg`cUn-꜃Ց~=D_Y_S onʲ`ʳ~_lf9w ғ}M.?3w^Ӱq 7>_ޞh5+.S̙!F;V|Z~r>pcgqKMИўV'Іfam0Ь%>UHcDϟhSxMQ0=faPf0aau_to{]{]F#L|0 mg7Xh  XA 48vٙC 9t(!6CqӇM1j)ʟB}ڸy'Ж-}j1D˛Bh蠢h9NdtA75Dqh-KWp1HD(U&K\Uʜ@q 'i _0a ir&É/>'cxز0adv9gР \Sx3ŋkQ I$۷$^1($D̜o{SJΝ5)G(uȩI x`zbc@Vhb!|&E ta\bB Q$EK)fC +:dFFACGӠlHɊ4 ,4&MSZ"ڢ 787.  x1 `8$>AzPK9(8+ci#Ex> T X>< `C‘d:B"B8/Y8i&EBkWR_|cS3j:1E 6BjQAr1Gnu%k 0mCwJveʥr^4 4Р &84#H8 (7#@H#.8` A[6@@%Pޠ 8 9͕T8ES )\)!,V]E`Z)WT"%\5a[&lϮcm9n6WZj?ȭ0* bp-'Ѝ^ zear X`ފCxs""0?F38֦P7F@'9%yT b g jP\K)eZtČj,~׿~ʍA  R 4消G9Nb( 8P *D.0 @/9DJW:XntSt@lUxP ؈094d3PAS)%O!d p Pɱ B^' th ~(~b3L]W[_~_?~G8 IH"!$d#Ia dC$))I, 0n$'KkY+\4R|! _%-pHa0t 0G@k Z>$Bh"q K(|eby%/f0UI B6J2?(b|C L6TH7fa h|Yٔ 1Az\4@С3 K0 ?+Qf0C =)kYKk AEWэ/iIK*RCQE)PR>aMD"`A0t Q` QC! iRJxk@̩N58xg&#UԄO NߑOPh.TA>p !vXdCA]!+ O8!@*hpBY0D"Dm"`ݖ (0:>Cn{?v7N#!(X`*5!P=" ܒ.P`](>b1Tz*-цC BW+9R?8bAX'vux";p!,[t= S(\œUmLbO~/&Dx `=R`ڰM@XBT|Vg<0\}jB@x^1Q3AиnD{NS_Lvood']Kib F\j[7(D{}J`vR mybV1+l:ϵsB5\PBsp G)J l%n >^}rh 4I_ /<\W5AMa hA =}齝)?| uuy%an۩O`7!%}^:EabX+`D*p|IqjJHsQD$A#E$ӣW\ٸ_ĝSJ#JtJi\ƚ¥ƢNɹSS9Jp܂+P*D ؄0 @VSC1XD(5Ǯe?~?[Q'>p>>@PЂ(0? :FF:Cp-Вj'ВNa_%8RB@^c<*HeڪR3Z1ȋ',k}@\:,iL_ktWθ}N[fBW FJW:5Op,Ȓ Ѐ @&hO^`nO'pO'pXK5DDo:pK?pCP;{ W(8@C)ݓ?xQPp0yE@8M?r2-E3B;$Ƃ#N&EF;aY!7,h"\%R(ddc7W5O4\D,~݂WD~=<]O(cH-2H%[]Y!3H?+9!!E+]-PEZiHA'pe e@@W*83Z4=` TUeBX&f$!g}ceWI>&O:<J4 KCV<ʼnR R.T=XK2MܻdwM;"x!̀`u6`M”>[EH  E@#&ִ-h4`S90λp&5C1)i㭹R3FtBedeQk)k{Q}gN7O>cJDh  5Ѓ.2 6PKԳcS$?C@xU'XPUʄc(we6`U}ޙu;E>(RjȆ i &4 ;"H0&bqkzz6 k^ok~yuK >>^e.8O;W3`/2 =w̚ˎNLCD) X!xfл#ȀQ9Vf2֧]Q!RWk&1 ^1 o=:BkVڏDKr0Ro"=|R h{E\e9s4X>%=؃s tN{TH9?\ ]"0iʁ8P(uE;gF#*)miכ QjE iv BY=A+#ǰ6,i5/r,-Oi>x9Y q%k>w4WԮoW7G9ss;=87Ip^GppH@=IzT{?鉒AhnV+ /POTE8 Hȿ> ^37`V+(3SJBuzg9P$tf V뚨o[(jwoo)wW vqz{}.F]c &OjꀶAHl0tHHppBpJI>;.S;w#q7>Qf=1c7|ٍY Փ[ 99ol]fbV>H$)" mq[% %wv/>xl~.%oi5טgSX 1#HJHHxG A={Ơ/]$10*#QHYʟ?y7(E -yy"5( lEѐ^N ?hzÆѤ[A&"E9Y4T*[,HG"n 4- -4諟BN͸飨@TdD+GN"9|$q3y7|T~rB;1Ԉ5lgӦԏs =+HРGx7- /dʔСWXJ&TA aH5i3!C tIV̑s *59RpQl gPXeGUsuGԥ9eXYa}(VcUӑY96hQYZcUV%Ԡ"~@ !bGOW(0T E lDa h\`L s+Xcn@U,[eZUYEԎYնim6Rby_6{ۇFha!p 1Auɗ@Lj9]Ƈ*~q_s8 Ph_fL1ec[kYakMJ!M"[!XS]t;BHX~h5f::f[A&$} ݫ>JwhdK9]iaow]|G ` KaCE b `? -X @tF5SA\5 QA|&lGl60`dYD,BңU` #%ąqRtŪ6 nx}Æř] X 'X bXB)BBPif,#ߑaq,A3lRZƄ>*J݋.32sM?SC"y"4US,O+ 5Th̆28BeZֳ7scQmMڵY)P$[ kEkBpEM qMoطmJlF?-!z4N KxJ n:YAތ0tLKa"ʇ?n`l B"]h mރ*K-yT'‹/f%/'[,%>MVAd#b˞Yikڄv<̈́&H<0>v8rDdߜh!Ϙ$}H@ +P4Aŏ.ȡbKocNO qIMN %\E~ T1 S^ʝ^ty$pW( 򜓑XY\G]nGE_.PBq"p'l$xa#BwM #Y̙EU`"$@a@ "L}V^`H]8 ǥ~$>^I ^Q`m lRSiR79F4()ޓ`9ٔՠt+&; ]8"]ؙhA)1$Ha/P!.#$\5|5b4B"l#F/ŀdžԀ  وc`R ЖAq Ubq#&BZC$ʚŘ=SqpMUu `++"$.6$pdA@N|9" 3%'L4Ru_4J6r6AԍU D#bшF ˖]u)$G]%^]}JBEWE&i$A$ ԓ)` "Ѡ)&AH ʝgK$MfM@}%!HP"l>#RRRb$LS`T.8.#)̅DOB#0XI ~'>"xx*^B.$䪵qYaRdIMDzŠ핁Ad9"#o4hL#8$XAmI& l;hNQ^aM5L2ڂ-lc 聓h G!4FkDihA O>RɈ?jzgy yyB'zNB~C)|f`݉<($fbJ6PB.h)!j*a VD;lmfb<% /p PxXbhI~j]3EBP'gDxy+^'ޕ:Ab~8+1dARrFg౥eRGdPNpg/|a~a/kp$jB=G܉PN-fjFPڂrc *T“ᄁ2WZ[N&O~,Bb |V,# bi.k<JJ`Af< гDJʞ РIPhk^ jm/a_$]HJ3n'TB/4,7<cl䬈X ldaJfK }bUcd^2 1xUnv͆nҕN,>b uAt Π+ NmJjA/u@֒V _% @#oeR!f>eݒnc En*cWbRIš-{*,ˮj?~#x.G梧^2b>"@c>B+)Azm܂J!8NTP ZfjoԢ(܎h2,A*ˆ@Do_U [nHGOd?A CyhDysҠ,_;33%5cX?C@^ :YzE P \Bܠu7۬^\(_˨ul<@C|{70Y,R_e켐p;*]OZn4* B7LWS34{yիv~)L>˻ømc~!PP4p@h@>P< 8DtD[N^SD#L:7IV5;Kq*([DѵKl]ȅGz(LL`nxK $HJh]SCU}3ַ׃}[8@h/s+Y5uC[qG D;k<~~'E0ZD0a)f $A{H 2 $FHYaɒIxkʐ*CΏd1M!?g:s7(HMAgPrZ)} &cZ0``ڴl z}cF޼z 6l8no25|a&!>mLƚCv)r ק/Ked$E[P7laF2j Zx!^A7 BB c= _X DdhL.檋.ꫯP, - rD !~:4 @-hDTs4c0 H77ߌCXX9L(B bK+)=@ @hO$C>20>4UDB8*:9!P3Р ?p"?7B #j@z1`-q.1H0d/>#ϐpɊt5Lnt0@z,8M\p 7!J!3"ȈH*t &pA8Px45H٨]?0UN 9*ʪn?7:(V`SM7]dkAtY.m|Xǜqӊb6A6"PH3 Tk"fr%N {m 8 ] ?3v(3;4BAMxLg@_ uψ$XTO.# ? y 78f*[$#,* @YE`j{Zn0iv: Jb;\'Ëxt׭&X֋p@Dq CQ6  p@ jL/Ȅ bPX10d@qN F$ j:,X pIaKh^VYyU=t͋^3潺iQFq.w0M]HtEn@Hd" XG6X`hEa a R@a>,1^P&YHS Q XqCR))B:h "b6XIA K3?"BȔ+^zGў0>KX8R#7ӈ>7ceGȵJ C& {`W 4@" ( G>2H 8U!0>I]F j.BXL=x 'βQJe| ?J@ PpΠ^~ٖ.Mӈr7-Cܦ7,85^U[T S6Rx {#n]$AGB&D! ` Cъ" K@ C^#I;Zu,S%@A3 nCh,oOVm.~N>}<H!,'$%ab;M=OsM3_=} }W@DV% /Xzc$0,7N Vjvv Ыv +:O  8*I߈@ j'{dOHNrO˖M r-Clj`ll!d І<#ȴ/FʯIL i8 r OB@1$`sA  KfhQZ'FM L&O>N6j( ` |.}(#P e`ΰ† ͠ l4L t*=8HdB! B!fc(VJ VL@*QKSI^@ I"]eI*"!Uyp1kohE:(m pf H o+Hy:`$`Paab~` $O2#ܫg \3Kh Q /6@pT( $ V,0",}` V@^j%\bq B, - 'j@gUAo Arz1/0#"uX11b"03s8` f4 &_vjl2!6ёcl rn(71R тHP]`4`GK8mPvq?*h> 2 ܠ֢K>D1QɬGf :R LT?ǔɴ#;$a+0!&a3oO%P (&s#ז`t@6 P P"6uy W rar`-,SF7*G GMj<$n%@;HSef+(fQD@$P"BBB@MK2U1 L1I1ɞUASA M&#@mc :#r.zh6_WQ{RĐo~@I>@k"F͠HC3mӸs:1]U^55s!_7a: _7`6cp`BT ("a NEcbEudcSu5Z5tPdiGrk5I` }@r( KIV@Oڠx YÔihu0#g[iTM%S"®vA׀"`PD3 q^U^uUmz6mt tSr|3aa!,S,;^@JJpЖ>r(rmu ff@bq3i x!$CU*It/ai\`T"ngOٔM[€H$l!k $:pm^ z@H@HXmI 2@xY5r|SX}oS 2L8m9VkY>^&&HI ve+ ,1HN Li5Zք5vvmW 985\_`\) _8&DAH:n cym`zXXz x (G 7|ӷ;5bG$F*=&=K 8W89luڸ RIHtΠe k2/_v($Z_WaZ'"S wy5j_ܘ sCV\{x d9iYnBn{J7GrYo15V}9bA4'u]P c{p8:o\ "WA.e(@JC/w eGYu#Y9%i*كA!h5\[@"L"ᡥd lA= D!Vn-5ZM`Fzϲm8AqauZ}?@ G@J@/vE Q(J7~5`89`WuQ>"c}*#Z f6dvfebx6/5c׮ՑOxA"a:Z\ ZJ"Zk`@q:eڦgڴPۧK`Df^pCpP$8_ém٥*d+H ,CU";sg( vԙ>2>Y1?x hɾiz$`bdL9$[^u`^_do{!yRGg: y'f27Pe DBKP[I,dR-} 3utBCԐeܬ!5Ի9Z=&@;Yٕ{y[XzUQO|7Eۦl@]?`սFyEwة,HOYm> "ԋ,7hc3{O !thu|ue7s׻ۼAٯUJ&\[![U{UN`:ao&]C` @`zfY{^.{k &`ƵHl޼dV !R@Ģ, 'Bbg\wuszwtV~]>>XW9~L[Ȇt-ۿ> `qh|(<ݽM Ï љSуq$웟Gl9`HFK~DT@.B+,bK ([}!?wm:5ɛCw~M1Dȑ#Dk!ŋ.FXyȢA) 6\C+h'T@9(U;r f41~3fčD }0RLUUV zŠ(rJeZ@a ~A]ie `Z 2 Rhd9igFiCze<l1!oY0 rK,'ta:tMp4u,dĂ :4wP'!s^1-@S|& :}7h7En(TU W>hDbQYiEbmiaF^x R)CG\sAvf1,i?lkC>[gˆA+l?aɔggfRBtKL ,mq(G%7@Ky 7jp7HE0hQDHZ"aWmJVje\#uƈa!HЏA쎯I[B =2 -K7+aA @ gFd`ĭpeT 72D .`o_6AA2RI't1Q xEX;N9 ST)Q\r\}ie njDAs M4Jj6H?uE+I&lgڈY AP"H-f#Q' Ͷoo79 v"q Hy. Jpa <i u` Ȥ>ё+ (BCc`5g]`v/xG)GOcfQjZT۸0#Kc'p, }y[0)~1OpS3t P' +B@M{d%AFJsr , t^1HQ*ՍocFB~`|7pX3 CdNpy"Yɼ FyI88bpbUd. mR ч51$ZN@:A!_& a:yt2[VG+bC"|TPC*AXB bALm0"")M!d2QTtS3^G ĒjƣmMlhH2MM t| 䮷AA]\^5:fprTztN%n%;*7M&xu0XZY nL*RQ:$4 xCT5V(x K_W %^j6a*$V>I$Q0tFaNC(Grca1sh,$9(t7և! UP, Vb[^AVWAA <(zP-god[pe˰~k.6zMj  !{BVpak} 1^X7vZ<666g<okZ)3J2H.ݔdZB @B _GuB|c$E/gJiG742hXz6 HGߔuh7aI Cm]lMpc=v.t gBh_gz¯SaL){A+Hi#t! _6Vqoo(v29xCѝ-`!3kOQoF6q0 䂴'01 ] ِJH:Iu0g~2Xw@gP ƬC (fhYfhl Z gqY%Upf` z&* 7P1 16#JⰛ0oPJ@{LvZz)/ yK`Qmu+۫Z2Xg3۬5{*HH<)`fwhm f0㭿T.9Ok(oҮX뮫 he)1aI :(!y 'ڶp  p<6E]=|u+„a |i ɸQSKp.CX\2; <wfaLTĴuP;Rjr0'|ۨ8&0+[[ p U9]l l hSF]Att %;i@KKkDK(EƔƒhwh o?PI f4 vjK"66` q #|akk)ܯ z03, p:Gk(`ÝSdJnaBR'"~.P.0ަl|<1`wemP0sA*<ԕ{Օ=SH3^v뫫<#!x`3MRCmW\GԽQ6+ys$no*MPUމ=P-An"ߝ휶-l΀੽o h99{Y= rդl3! RyP T ةa~ w0V9 1 m =P $Խw^j] pj@A6Cn1Nv6}ƳMI̓oGѥ&!p .0P䫎'@= ܯ-ڻNP .r{ `n9>nR翽tÅ0%%_`0B ]IۮWzc-6Yev F 2xHTF+`f "`m;'wY~{zyHz[P>9$^lT{5oMM*:߽%ؾsRv_>X hgiQq7?g@4 'rW0xYN( '-\Syz* d+>ZH3pbSReVRPa Ax “BZ~< A~91*dRdBD2/Zt3K.aΚ0_|6nGѢ9Y,9b„\ŠaC$hÆ *P=A *t8reFw o88pƍv:gr;P@ʕ-_lYVMhUt玕"EBAiJ}˒Fm{ɗ41p7o!D 2a$ÇCd1Ōg6Rqx%YLS=ջg˟~Jčr٢ V`z6 PTᬳH8a޺b :`$" ialk9 Y&,d\MB#ʹ!8 9פ&f[ˆ*p((7:")  蚨p;HkJBOޛvPBʃ`BS-Ё* "ЀBAʲ- Czp .и$+F,/PlE_uD2t$Fga$4>H"!R[mAx2&x,&8÷7SL+07a7 :<>qP3XA->c9(L#@|H5 1Daո#Yk=E0YW`㑬be9\j)f,mZj[lKB&b Y7v+wsTM"C+0XA-;8 %Ӥ^`m#EЀb x*N;A$Mf*FĘS,l+ǜZtz6+&ZavѬH‰nY%(A 9 "*8 ÈX ~ B<ֻOyC|'*AL`0-J@pLi 6ǹ sgaU@gi/T$qf@ s#Nw ڏh1 v)Br@-,TZ~J!D͈Q Q9A{-a.CP/3L"&~)a OݯI X XpȔȱ 0u9OI0Bb*d *-;Ս05ە9zHf2.ٍ6q bb5 HS$IlIuXD!Y ЀA Bopֽ1dahmP]$F|+yVb L%+AF$sAN=iYXT@z-Yٖ ra!҆6T\f\L A\.2< +S:@Th!xG"BHR6(- r R/XQ u Dŋ v CݨpMɨDjR F4u> :똃#p U@ ),LÈgY Ab9q0X!X`5j'A Dʐ/` o8N+ ީ5iTisoJ-zب?CGRVU9LJ@ W1l,eYds3.\wZgPLE)E;~ȓÒ6 YM J !}O7/JY̦F ݃r|ܜ>xu(Z<6Pg{F綹RJΓ̓;x.'IRBZ`A2.&M_vL(Єf5hr ,`]^eX303@3a@ XmO &=Ch E:5+2ȯ}U_so} pW/|E f:9o!;md~O'4~k9̼ۍC}> w g nЂu+׷)cV1ȃ\I(ôHUs7 :j1qrÃx5wnd墿<@γ< 9Jfaj|0AýC7:a3= \>;o#:7,DPK4,雴 >Á&:!5+;ISC58bgqp?Z{<ò?5c9_<<9CC9Բ@ڞz9EX3A-A3*Ĭ=03b<5MÕ;#0źDhdD s#Mk*;0F`r Q+sh^)S[b#qit<^kCktÖ+8F̼@=8::C%2Xđ#A,=bsa9ȀƕÂ̵J*#,8uAUdV|>! ؊Z\*aFqv/yxw) Cpm؆i?cC܆l GqF;H:MF-5B3bh0Iq29˱; =9 Q*#>`FVt+&H YH \:a@sII+tP<05Tàτ:Ɓq|C6\[c[ ʍA(Bo/-ʮGPN$a592jK+ȃ!K;:VK B!l ZpaqLĸBS(-īv@sL͜m05l6MnMm DJNTM4GX37PBwD,H(/Ǯߜ9P%QQɺ ٜY%m\]e[eM2*}WK; Ž&Y}2eOȜXI}[Mam\heA#!hY0K\]\ٞMW^Uמ^@8d+3[#MFFX:@O gx*ЅK]H%]pStx؈u̍ ]=V^u%^2`2#P>ǛEƭ^%6 Z&˕ _ fMZ νѽK%O!}_a[Zx_]`bbxbZ[[]Y[d-P Jb]3N,1^a.t;c4&-+_6a`PDr =b-pp%fbg+#``e۹%J 1bk3T#" HccFFe,+_ B` хfG."~Z#l)b*bX]Q⣔Uf ?4\CޛW,K&Z;3]x?Kz-dн,ig@舞>hڵm9FDe/`L1nlFXgyxƵye ii~ZgܹuSidy|aPR!"fkFZxjNꉳJxZeSXnicxsF ˜V`ii}&l#= dvH|nLEnۊ`tƙ~ڵX{R&e&jMeg?`n6`3`5ʹmiL;9ö c&¶\7]CjW|D~f!G6l8+Փ5ݳ&lUv>ֆ[m $Ʒkk\ן.Ni4Y\mܤ׽{^fhlcF(mp4վm^g.S>Y6meTe6qRV`.Vny^[5FQ bmd 8dpÿIVOk9Dq0~qf0qI.hq(Cs2F"e.ΛX{kSkneMF"'j1FsEk7<65[T_omsS} ن'>FP/6tuTm[NSi4\Nftɶ,N(0u2/q ns7V#Oq1Eot6Oumw/%uz{( F~c-x`Ӟ,S4Dl5l>h)TEf䉟xt=FIѰ?x̵.'ְyU7FcMhW֋[um;6e=6`'RF3}[ɔ'ŸyVcOfƖhxv)qn/s4ob{/GTI OTwΔl;y_a{o4uwCuΜg}wuyڮmVMѭvrϦn֝<~esIG7xW>W_wuo{xim&HPC+@&Qb@a5 #G?)r`*R%Z„!m(PPΞ>T͞z1RJ޸q\JӮ +r^ˡ:q0Ķnu3Dz;Em0aIA1=wiۈK2ΊU#G$Oh2J*W|sa|kN$nC!10)SO(iYrc˒sM!ڽޢB 9pDwdM$Df6hmFK(YI1AbNIgD@-q !#\5VI":%4wWxU^y<ŗpCnsnC!oIG߅A]_C$Ҁ`$R}LV^:MFoCԅ&qM &6,W̨ElA9"~X$?>A7^jK^}NFPU) H^y j L>ءN[cAFugw02V^uՋ/Ȉf[RZ^D%7Y:ڛ|P6I{j&I |^(+eerGgt : ]r\JmAi2&h,\wBXQo]]dfӌRoI)TW5(#|X1w"wfN'rǭA涌wj!6l ݠVҽ\=]P%@2P?-p#G jV- :XWEP\ת%@K{x躜y#+zSe߀8[jFxb7[iORU,u7E'TLUIVsտuܡl ՝wj ABmn>tiSY^~U!^J ռB7 O_Ay~>/as|U^QfzBިqf]n`?iuAT@m#H ojO&6YLĖ*qBXćP.B>&,a7~X51M!׿LEĎw)VԖ̵E-O?; ()I}Ї85J3T:'/ˡzICMRwC@B)dÔ"( #DAEX$n\M bFAG)p2g13E>rz3<7:-"`8pL7[,[{%VɨWS3)U .~wHa*V;wIt}kCa4bFC>Tb9ᓄTCt!&\ViHg~ SW8dYeu¸a6nĩҷ4u;LR$ajT B!3~>Xe WԡYĨ&ͳT.dTHtY>E[HϊVR4GCm]Is:,ZXp)w!V*KK2X7nA[/*x|iKիI!L֨NҴ" Rkc Zppi s>.t(J08Cfl'\1Nʏu|]Axl:m1֕S/]okgR0QH5&jJ-*09uHE2>+acp7;1;k7$1ߗ HGv'RmݚKZZyo lY(bYa'G"^ "emFP{ap/U8gZFcMDԬKg+CZw\Nڭ@ʶvesrU5<.M"{.i~ӫex!|m'AcPv[NO9ĵFtuss:l/Ǧ|&"]KF(imP}6Z]oo8F/kA#f!4Q(F{ܗ3,IjNkZ^ zб>[7\M5ƷqR.\rl21q|?P˭tk_mb +[[ɿNdg~XMuwXiH=nWqD֜54wn(%}vzܷtoTe{g ;%_%-^GuS;y3}ۅHmIϣ7/xުO~潵3C(~BnŞZ܊.}`+Y}='tԡƚaFuHȝ1ڧJ4 uW)]mHiɟm=]i^7ڙa u 6XL eܐY1D^M ` : j  r V*Yqa`!a*` R^=iI j%] Zv! `)a%A]Z!q^١ݱ`*n^z  !/.ffb,b+rU٢-55-:"'v_1q7b!_2&"3JICl4:!:Veci=Z[>f_B"7֝1."I*cM``[ZI4nd#>b#ZmSGj4j$Izd$.V-R[ȝcLJ,r"fND32!8KK#H%dJ6ZWRv?.%UѤ@*D@!,"DQbT/z!#FTFI:!f…XIRɔH K$K )A8sfO8PtՊ S34R<y"2dKC FQt->zF`@C9C%'VHsAMA9 ʓ(Mp2bC^D NSĂ +RrIJDgr #0gtгD |7%Ik} C!>d_H]BM7|%qC 5 t }4C؃CA/P:$F~d5)'m4ClqOČ4D?PybǎGS,dܔTVِGW2s^$tQvKxhz' e{dl^pa)2 !v G2 j*pH/ b#FAZv@@ 0h(V^(P! 'p0K "sҬTxSC 5![7L >ޤQ.otRA&RVݙ)/yĞP8S o@BTN%@B}A"<D0 q!y!*Z:h`QG!LF,TPAfM C @38M1i 3\S_˒n;%U:S䜺kK0d e@pSR.7@ 2pU_*}D 2 CnPP0(҄ C"j y,CP1Gчp p"$B!oRP'4QH H/&L/ ,M`b'N%Up[0.rBuess r6BA(HT`'!;"@0 }`^dp:at̀GMt`@iJ$! ݤn>-)a\GeQ, rxz5'DIP >3(BAB`(Z0vC Zi؄JndQl(~7(J%3꒗'v#%7Q0G!$ZyPD `H%4MjTuqlBN̄ X`_W=ڑ= (>GPM4B"<`3`&@ !n+ѹE ai? rDHK:Ey.{3 )@k x*F WSG> d!۲bt NuK9KF0:.`_ޖ\y5hܧE$|XҰ!R`^&.Қ[j@e}Y `@Tat[bNP"!t+ f0bAr C B:0#kRW!҉@2i (IcX-H4`c!-a lWGy *Z0_Ge7$Vfz'R w|@+4 1ul,#&|P 'rS$YM |pb9oTWd}[T'6Nއ. o'~ww~  POrw@;Pqp 0hGHb8sz/p^@#"e3g=s 1M2f /cK!#.0C;84|g'l D+)!]a }68b8X%MET6Q/K~qTH~`" `F=q@P"gPtpC0 "}?IJ[lrpu*/`P:@%+q7Pć{Op' PlLWah=L%bO6_T+ƊGF=.&wxUX'YQx778A*=pEVd0oek2sІ)WhXZ5JB*r(DЇK rp)%;xP9Ausp+R,Ѹ I .hq iWrU(Nac}6.Q&.)Tw6c3i)i g  jp\/Yh7Qq[a#oB`PX`W0ts`JtòSyxPn@Û~Dpn#3d;noW0Cvyib2x6pd`WaSvy>9.KF ߱KLjt'xZHrJsvC)X^P:$snC%p(_Pp!n@B0`bTHRYK^TMK@Tx}7ї~ .y%!ZR+1hc̪>xkj9; Zi ψb(d8UP$ns6RspJpʖ0s#y_[RW08g+$yRC+`' Z~:`a9ꞁbvbT`*?>u7?%Q::$\hԧS)&:(U2$=0xRxJ$H? LòOg1r YB@|U2R[edv^ZU2h9Q&Axq+˲&Yz$ 7A$XOH9PPH$yVS 8ps?zuAX(?@CXh@`}b`~>Ô' χg`Sⷠ[K+Vp0>c/\q70i 6@8`C)lIY0S!8:sr%P[W9,aC8bY0Ck;yeۖ9#5:,s'@a V.aн۫ŠR*'&:aꃦ"-[/7 9[v b2 "-,^5%"u':<XApL R`,+#ZMH7AE̱{ dP;|` $6 \^{5r `nP@P`yUHDD[t$9dJ3Ppa_A6K A < q!~:.1 ZKI"6# , `Hep\}ɗ;ʺ%6_j=Z: OJjN?v)`p˱Р*p},4*"}05Ņ,Ɓ':,P@LJ|oE2qCG0P!1^g@)J "0b 1F%My ?NNPD:rB N4TsM8S)$'@>|Yv@ Yz-qj@T=c3j72b9x` 7Ԁmkɛ V "jCi@43$D,y\ KhA+TDXB 2\9І&5%gwK|P" iHC1 fbDR(X8>[ ,HܢMư"R l0 -R ǃY0 :rD> ‹ P"4䐫ff44u]^A+qJyAXD`>떐BC`s Ia WhBdn3)>$"8D#ш*LNI(AEX3,@{ E< b'`@Bh&lڠbsn&s P dD l0b><<&k`-PAJy`H 2gw B @,gyK>(QL&UJ{!.&#xQ7a Ѕ.D (ҰAxiB)-e@C @"!9bH7}WA>[~N+Jl` -`C`mf' b :M b&ڀ{Bi]m&Ůc_hKAD#l ܚ;5sE9A"FEG:у GGfCs _ DCxrNd,s1!;+ xHqSA(!5x j;@P9M7bF.pE?4 $p *DWD! 7Epk:[h`Rr܇Ao`K̜ %ts 7$7'~Cos3ҿyAs_5~}ttadPIF.!dvlQ_E*u[jX ăWP4Eh;n7@Z󣬉<:ʋ]ЁP"-ٌȈy( و[ȌAh?X?н7# ؾ0>90[(4>*T†("9B9:3d P?Ssډ# _ 1H3$ۿHT#UX@~s,p9PS7 dӨ 䁬:콭i "$PAx@pL21yc': { = 1S۾.t"jKBS(hB##14>C:0G4t-p+&:M@(|$UX8[\?m +B4Ěɘ?ش敏UQ[6(#&`H_@(` Ǡ`E y[)S@)!="$#9e*BJ*n4.<+s$SΚ/u>"Ds9`G4ȏTTC5Ā X@31TIMH=PPԲ3$/ %:% ?[`1AUqU(т6A8r7$u`rXц9XE$=Ѽ8 ѕ2[`3gfnS3%"4J0vB)>t3˲<1l:Sv, Hޱ&@X-N`.%vXTDT%C-031sT<B BP`"` a hH-0-Q!^q*Q ) ؂6`iG$h> 2錖J(AS1cty5gBSjdB5=ӮLEW9u¾E-R{JS@ǵ܂-pN@@Ł*+\w\˭\͂ɱ++5]D2 -OX/Xي}H:5Y6 B"zEȕ3&P NJB!Q}ipӐڂİkF*y)61 Q80w3}[mBJSW͍ۿ[%4\|Da\t൤+p v̂-ȂM]KH%Ea/hԲ)*pBۍKxPĈb ؅1`:PݵBx1Ђ`0h`uA"`V-* BPkuM:͍ܸ[=[j )$kTWndGV~WlK`KhP2&UdSXoso/ +F+GH ۵:x5ВȀ HUY-hbK&~%13pZS=aİUWSp*8x^SeVz_`NPx H:<&>i>ƍ=[T׳t?pd.I& v(=(XpG@DhЍX0v.+UneVfeH a~\ʢ 3P8fKa>fA(bKz %@o5q&ޟ[l?uΛT[},f0dSgEx6ID胻R.,O8=GsFVGNYlv 1.vHI2C$α.>/VnemviX]NȚVjKPmud6qWĭJhE-Ѝ>JPvu #% {kk9H>0A0AKd0뻭 Bos-"1vdGp#4m$ɦlHGh@K-=aރ=p^A ʮHK`my T݆lFsقQj3p9،,8[CnRՎ _zڼ? ~.hZ5O95W9Ǎ g)[=FW"D\8_h#$p7¾ @ppHhHpP"5C= t7qbbiކʞwuB腗f!5n6Xf4ϡ#ƈ-3091k}EW "c0>6  Inv9"s.AxEx*ڃ 'FHp77tttPwR/TmGqNqIcfdw 4I1,Bk ;-hvM"9X[7o&7vJ4o8:_w3㱹9/SyhGix&~8ЦaE/<M7GY"(HN^ |P~B#7Y8fn!w9yÍ́A>_:'rS>N[i:^s}A}}>xfB8?~Hlz䇓A w8]5~8x93ASN7lظIHDE#-HQEp#GNO7|PԛRBڵ>)qD:єj22ܸr.hPA ׏3i”)gG,Q&-Ą&/x9JSƳ2aSp<9;r5lA"2 /BcHeB#N;Dsi$ *pD t֔wCue-g|J)՝=y4)Y5ŐS[Me RuVP9bw^YI_!d!C+ɕa!~5Q_`fbPd0cdf C_i#k{VDVo%\$8r;1@eD Yz}gU }WP2HZ~?ER31u^O9UT ZziU^E%8A!R^h݄ZH}=2ȉiqbip@ ia7(HxE*Sa$!{ b+mD0! C {زǗ^+&sfBҚ hRng#QUSm!HoCw4} ɡ){T9,G">-TeT2)!CEXNRAy b>B,1F{JX2ZmaAhK N7l`y"֚{A0A!x6jyع_KrIlpFH!jB Z{}F 2wpURwl_~vRH:' %C<,%HO)LTFr-m-Y] b5BK[ ip(x*Pp{j C2_#c:͘Ԁ $Dڈ5\(U0jQMV* pKD@2(*#*QH$b *GٍX F1ND'fKяQ UP[Ҍr]yT^H35`H&V BE&:.0&,"6 &0"ATh14(/_PgL0qz`kO;c> ah%}ʒ*ًG*oB)䣝 5'5Q'Yэef=,#x$lh9Жִ Jf'4lUZ`1a0M T{)/,=̖$sFy ě^i:pQ 2@inL`4X  @$-K5XY)nnVKHS 4:a&C-\v#0i$kEhA 9FA@ TcAHvg4Ni?nWg/Qҍ (C[@ 꾂V]dg.* " LޞߚB~ \M,nƪx"VV_,, 'p5g-<5h7N%j# Wтd8ƍHHTN)`|ƩuhtTA A-M^Hh2DNvfFƯvfNH-f)> ":2VA۪&1dzw_38&4t @B:!$`4p@\ "ePA$tn@ hRDL]t/fl/n-~&FN /FҕxE1=Wa PBY@I2 8`"@بue , GJnejs௸O==K}S]n:q ,oj`4r#$@v@lB&. @h׺,zy)ÙY*| +OܰrLQx2$Iy2uoMřw ŨAs`a5 Ts5TqTODFJ3D8-X19c(YKTbuIi !ᒁrXL tq@p>&N`}>[fSL0|p-%3D tnXo-UuoJovt8mW_t =ҵu]OkD,؀tp)'C; ^btbvHBh`8i GǛdY@l.kx nAP,C$5TلDy$.  4rsUO3;mwsɤu8sTwqND[_Hicu~Y t FR5~@'nSr[-c;d ŽzU H,vC:O @VW"@@2mg?)x1}#hYtb% cXRZT [5C<Y]y x5w'{o 3/Zs6G[Okp}Ekax# 8ӀCo@8xcd&@tS7`8#< AA8@ 60m51c1uT )wJHT FAX8zn Z_s+_uuJsyL}vVȯ 1 ~};HtOj5ث.Ѐo&ԻCw;mUKs$; >~K`LQ%pT;.3@2<} _\ @RԀ(Xt D4s9k5Пg;='=Kr/w y',CL.)߳;"nG5N+vFZkBG֫0j<5Z)(M0`6LL2{q/Q,i"E 'Lzd$D&'Y,CD!.$p{LË 7n˝5BW0!A #ȑd>JE1^*xC˛B~2u?PH@:ʩʮba*&,jKdpB 5!D="S̗0l $*,,p:сP@A&Q 5zpb?BB n 7 Mp84M>#8 r?•踨N$2`;` @`#%F"NJE~xCEJCSJTd+ dՔkB˲pWJK.l*1ֻ34ʠ2ѱgst%X *Ht%\rIe->aRd7LM8!5$IF.4*=!@ B9JtQ0H1Q0>*K3I9 RSEPV+j`z@ԦAdU0m{֗2#k/l )b0WlPaIV-9H>7_sLA"$q*J$NFxb-t:\N <(F6 %cv/0D (J*\EJRYj>D^voP QT=>$ <" ųv'!̉&zۆQ;JNB$8/! nW;Ӑ)XA ^s.A~t $bJdF@BB/P &CzЇQ[MP90 DNPU(hSbZ"I%hFS@1 np-"\ Z@C <42u6l=bE6! 9~lЄ(\3g=/z㉂8SJ|B|0/:_Cˢx ]hgb@0 S8bvtq uad80K7C`_8˴uZ2 s65rdlz/IW:ZPC$"mm;b9rc3My[rE! PmwKI(,S?WM ^{&r*d vt'sBLSBP . ^m@ aD@!NSS+r ho 3:w$bT أ(b`%jjbLKK#t24?5Ms|,CԐOզ'w2%R $L aKCj ߮^( 7jDƁR3` j`4TG|T@UU_Z~ $^ 'hmxkVLW-yn@ފL>^57 uDA_`ߖE``TaaaY5<-E"a VBB)L!doTň<gWLe緺BemJ{vgM7?ORZH꤯۬o la `UW`@ @j@}v%v'mJ$qn`L`^˶Q !_ՖmO.m1:F v' aU2ժe"a˸FvU]9%rwL@R `dt62ru?Me?yvY%t]ZuXX?Y׋̀ !vi DVaw 1]6]x jy?`77m{D%! o{VvF, owUv:idj/ň0#'5"'&WI+toր%gɴCZ'XgVu[Mv 'V鍧"U tg#0O0xhߠ M!y |#]9=&xk! M¶^n8)yD {R2a9Q;X& vGUUGupmg1BZEK rbT)q)gme/RZ'xXgñ:Z*$ZHY/# AzJ\ VryM`p0E{X/{ך7?#z@6"0Gsٯ_u19E}r"j,cc uWakU%L[50c-':i ΑïWb  lqxzz{XRMAOӱ!5 ho|̺?B-6$` NAJ+ @(B)f<՘M8|g{sڂS78Z yٴWݢP\)ql'z ʯvϱAWő }]!v lkVxoK'Acs" lIȑ܂U߻m{vZ=db/!Ϗ`܋`L YԆZ߽EV8'H.^ <tu#xOMV}-Bf#>q??-pEEHō`r<- Fء] !< mmDRS9=6Ua@8U."#Ai„.]q(*D%bȄ!BxcԠ7DBza 0Q4(!_ d0! k[H l FG()|PrT'%PrJTRaZXyb!Ѡ#q@ 5=XBCu0XN8z5#"*JdxC%lYy&51K1%V8S-]BY6}$?A OOJy?5o:U8@}xA 2.` ` T%! dF])i㣤)am\4-KAĜ)OE:dE* &# aԧm Ri 6N çQ֞}U X:4|Bmed# pwmB^ј<|E#ְ([V)iUdKZ/flielrjLxO-k_L ߱m!`-?<ӏM.~\Ԛs&Fq'Nko\8:ՠDȋIOP; aű;x ;{$EVT$QӅ$h"BAi%si**ZV A?lUDxCob5V?ƌ{Xdzrƾbȋ[ `P\3ɘڃ)5uPì +lمo)o 4:q植Tje{ج Q,Z`bzk P2鬵‡NCH[Aւ%M:,;+6]NopبwQ js#TYL W+/ q6U&d'3(x5(2ԡ¶T IUv|G;@;J%~YifӜF;,C P9J`+zRK.ݓkYoF!"=inNjyq-8Q0~)/Vu2جЮ?A`R$~ tPN:P pWEٯ~lR-Z,mwps>°{g}-u00$Mnnc86 uQc՝@] UK(nm)C'_Ve]e7,<7mbm8f__rtݦ:t{0{P{w6S~f=5=gVG]f||gP2nl'D] ')pwwt7G7VxcdVQ~AKk-/(py[`P+8CXV_$@tetFt-˲tt,E Vs X%}f%EQu) |fTP>?pbMwZwF(\gcwgw c=0be1@$O%AWpE$yw^.yׅ]Os@4Q#m%efQ<xzA|YN${`Zb 1aF|h|TP@ iii![C_E/Xwx}|\FA.6)U- /~bH)Th$dǨ8\0e0h1X @Gg7mxhtH{4tWp{|G0LQnV'[ Q[X(i}[)V}b w}$C}O%~'Q◀$Ov BK(#@P9a `":Ќ0*(pN:T0v 4`kx_nh4U mi6R&!,ƔQ 8 RgcG XiLpqkU2hoFЏr9)iCDGp7wɗGj PUQc'd?`FN8*21S,I.py8'Й(t%+7+x1sS,#BYU˽0kƄFiTYztGqG@?;* @`80"界zYtT)z;35J \)R%m'l*@h5g؁X4KE !K@tFB,0TP uBN<)Q([w*}mdT-)kra+7k,)yGR*XJR!V,ER)k ;ރЍV7d>Al>\L|d݋'FO}b,`ԶnnHպȅϚEΰΣ ޛG| I.0COmnXm @jՉb-ЛS0p\;~(u],`BN䏠F.Zp!h.QSEX~vGN`, I>y>j ^6$lJϰ!N 鴀yډqTK@csdH_(bn@JE\T2qZ7RVL쿾b$d$Fآo T M7M rݼ&,ٙW\&: ڂ>i5=@,>Yd R;^cVgP2iPrr'1P^\$"j-Yj# G5Zpn0'0d< ^mͦۅWDO\VM~N_nN!/a/ &Z{H PɱmkKVH^PןHl@va5.F5xa/]QT~DOϲ]\"})7c='Mt„ 4p@ 8lq񢊉%aʔ+[%:Ӧ 9Mi.r V9Z=LҤEi Uش.TIkJ&jh3_DYb$$FܺeH\,XEJ3 #͐>~Rg ?~y̗ʙ3"-"͜3sZhS/B0rjͦO -׭_<5 5dCčbʼn*8xbbE:0bG1pdɔ\LeLMӂ9(rRV]jJDQd?(&HkܒZAC*AC:j7,K1/)2G: <-H!_X6: XcMH`7"c c:R#t(#pP#CAojƱ=޳IO'.+5T#2(8#TRD  ΘV\s2ˀXv%oכwa)$pC?:3=SVD$u߅^Z=E;mP^+,% )T*ޛHCG@.ADȑidq1G^kIڎgc<ޘ%!X6#CEA&t3#.A$ĽG$;;% aM+M{>p],?آ*>_-|k.J YE~p#KcFѨ\2aanH\|0%!`BP]릵)(#8pAed#ABxud'<=ys[=>hw )Ar"aGj„(/p/xDp""qX)fШ6qM{$X LMo6!2>LKvdFDhܝ);َv(bE@;КP*"0zj2MŔt=  CP!3.,^&`p7I a$?PA" x5mrL8uӜDx"QH{A f0[@% ,9h ZAXqELII+&; 6mC)I-; ,Bn`K%HJc0 3$sp[d fM°ԥz3716VՎsLk  %( )Hօ ȱ\ !1EE L!%ûK`=DmhCB)= 4FpC iO0 4\guVAhoP D?$s[DF2iJCDԥJRUh~@׸uuIkҲ 4oeACd׺jǻ(H!xк5Cnr|(-j:!;Jm90@F~`F`V3`եp§*)r`!0Zxp2L7pv3@fbV`)Xy#!etz]l4]%Ε6/ h GANY+_)u R 5Ԭo6.0 g:f| J9phY.5ib3 QĹ#cg3g;YM{")pfS$rqlzw;DD@)Eo"?A,ش;AڸAGY m:SXwֳH|$y^P!EDPLW SafMvi j&6mh!ɾ ^?KPX{A\k\;!Aw}S8꟠Xy*])Ms6kv.gs[t7EN,LkV`e黋fuߪɈ}EuiڼY3zഇ0u͑"۽GS  v-œ)HSrTv9RC?2ϲP32і¹lB9;ܷoz;[f֬K_ nYQR*Z" kѱ$>{zg0ɭq =szrb惏4((V8׿ܿ࿕p{R tq 36i[ 9֣#7ۣ;=۽: 9kA @2K#?kja3,3,P3KA*Hsn3Vԅ (Mz]{%RWriuWד೻g3pr[mԊ4HE^E`+iW/#=35UMPZ;eX rx}A$Tҭ6m]ץG؍] B]@" 7}TPJ t5EY5 tP7M\nO󌶢Wx8ڤ%~c5 pX5_0 s]r nx4_8u=aH$VE,B䬒A&|ԙ-^JNGJZ,M3C}^0.\q `Hʳa]Jacb*YLD`TtM׼6O"bS`"6 P (GXy$VӅSaaX|SSDA^= ;^_VbNAFE}duuP@])m%r(cH S3%^Ǵ=V} vޣJn]{ޜ怮_>-ݰJqc^afYXJz:MM@>C2~ac5ƗX$M;bDXhZF|~G]k=ڡj_eTS9vPrZ 7FnjSfdؔScDJ>ܹ6LNfEP?>MՍk҅b^_7cPCDDd@.ġF졽:گ ŜV:XD56k~5Ah6s 4Dh5[yH7 ޶e~@U>^ul6ƜfjtՔЮe=\VU^AAkN q@8voئ QMgp9 1O6^}6h;MjvoF^vDW6h|"l5;FLgIr t>q4A{k!kai>. z̠F70PMpdN]h6jUrhwjjVڕU>hhVk@oqJ5?qEsaڕǣi xb& +C!Q4rpj$Ord{^Gl5+}?i|!eS& e3`֕icsz..z1%>CmF\F 즶ou5M@h@ b(``Wp}VaM'5MsIM'ueWo=!X-LC$7pp O`0Ȇntvx_V1FJjR`mi:ٗ~ sv({onoc/s wVP^k{ityvtb.M[ٟߵBw+9]D[fus;gN]56}g`cx s'GJ^]6J>J"lS_sWVлmT.l;BP'NG[(OB8/BsDW:\dn,^,puTmcfMhz߅ =r $+x6Kq_zඍ"Pp ?25bඁ*6""mMqQBr4qGn)/4p∐j0SO+V Rx9CFt)Ӧ(< u@T9JͪL ]FTh&ن95`6D%q|)17cTi4a \\im:"( ɑ/DJa)vh!GmV[rAd2E1gީ'7 U=(qMiJj=R{bDN8;uΗ9i_%~Z%FX8։2e Bvh 4C jDv1xH&RI6K=M֔\GS\8]t+eSv9Yvt]ZUjuy癐&W_ _hb Bg]AYYhSe &kfGUDg&y6-PhRU!Uo0>7X m8ZY7q#yޕTRg"iNדPW%U񚪪~%Bv#]RfikN +ѹjZuZ&UhV!JAo}%R[69 )\ZD x!(^C"6*-Vĕ9i d gߊ 0Cɦf%찍WGKbov6Rv4)HkY/=Fw74LzJݠz{F=;c7(G={#f̝NpGe /JdN+'NehҤZNyʲ˹Ttd 3XDrg3w ?uÈcnLKY.ͯur暥9cV0VxaQ#rr)dw Ӏg[:v2yJWఇFjA9>L2򾎼A~eCFjyUYY=nQբVAb!٫O]EY%M5aL|QVf~<=(pXnXV)\0ilipbQ.VZqv֘o_L .ҹ H}9thGNa1Mlq.G R@AUec.]jdbɅA!at'XM"RyFtqpymfe/&̃4ŐiywC^-hu,@XFSɉ3 %EgIKZQ`dhOL-aTveT`$JK7H^Ӹ*%«ʏ <Ȣ CȶZ X4BjP R8hr5K͐уPw'|v 1nf}F0ESlbR 6D-[lUcQ4\[+?읻aPW֌} 6Eq8\zy\W!@Aw[<֌ƥ 2H ^e3MGmn,mS:FU~T՚8Rs{Rw_ hG8Voy/kFS8do{`yY4뽖9 *Xƃ‘hZӒַ4In ba59KHcm)LdTR=CpB( fD|T)x9*((h%e LMjF,|"ùzIq%&7il1uc ;(%`)yI1 9Hލ\<ߑrP%)6h-ӗo~zuVޱ!pC Yŭ V ۙ'y6@m_T׷ʿV|VqC aYWproN"GDD< c?/*!SH^CN~tx:L#pYUQ=/N|.-o)]K5|?s6&q/Wtֶǟ_Y)}棯}͟F~rKȜ ^ K[=ݹ޵_Q_Ne!iɅџ` 2!oaZב`J8X]- J ZWх^ "RUف ќ`"}1ϝQ a_`q`P_!!Ea bM1^!@aޖ!!^ixb [)Oā ÔV_mà25$~%.\߸' OX)*\8h2ƜV" ZD@!,"x"$sB00XaB% *y#STD$(S"YҪ儖0cʜI )OZJ St ]J#O! |ВO%dag >ȋ ^䁢G/Be* >tpl5,ڂÁ ԉIJ'@c3 feG0ż=|q$XCF ?*!EFA2]J *ɽO?")LB0XK 3"j rЪH5P}1Dh*  F w9L}1 p CblP,FLg*--0ȝjIJ-S ɔnCo%pD`TԐBlo)\G\FWҗե-UvޥY,I@L&LO;SAUBV%n0h(Z0P}4b0G 1|lH ́>HL ٝBӊ0ADk, lDj3>ٛ1)ѓEimE-tQF5'Gэu(-! -=p_]&r L\QD \gp 0 h :75""v4 -_tp%@K;S'D?61r MlS@B>Bӑrdd0-aQaPĜ"%u\dUAkh onK.0 L-r B0 / G÷\+0zxq@lPJ 6>Ir!-aYĂo<0+0  4AIdK&iѕG;i\qQ´qQKAd%⒤}HdfTO@N=y5y%7A0 i T+#.-Ӂ!V Sn*! n8,-eDCC 8 o" ,!0aЂ@qz !- ̐FKVqhϚ5%'=iJ&ũijWHǽe ~ ;˄,P|&78 2`PB j`ׄ s V%%:0ր|a|B&kT.8ZP#R̈́2Q!+?5=%ZڂҤ5MB筏dzRɘ'j$N>>m-#f0~38֙;!B #0nNsC^!sfTRb $p|dC60 Ї:tTLy%A !r ]0Y0p!14z4)J@1XEd [bZAr')83)@6EB".aD!g~f0X) † ˟Jdj@a"H"  7$~hQ+tP SΪ? *%#H3|ӄ8$i$DjLIXW&UeKrX`h@|7(Aq8pZ_:a"5Z"Fdhp)!+Ddo!8 ނ9 @KH̿|P ƤҖE7c1/ -4P0$z s0 ] \9@I9QVX60'i{0qF\E`X["l 2xAЇ-_38g'g  1HRIQ:IbQ< - @}= UC#ڙ'C ,!J^0Aq >w-/kt'hg@V%;Z+*p'o4NB E}ď 6E֒-qLQ3y6c8$QKT(pFCz-qr-z& s /-a1qf%G&(0v4}A u} }$ "h7 vzwgp NoY_~#bTb!qEp iEQrX-PbLP4t$!1^jQ؁3qr  'H\`=߅e-AGY7x! la×o0BsCCQt:"} vrY `YM:_ YOP;`s01VYP  D0i2Qxk؆ xQ$Q%jx(%Тj+zMr*s״vsM 9]=W`Ăx?CU2vy52_v|(9R1@2wrIfn vnB(,:M`r+pFa4='yhq(TAcAuqbɆ(ׇ9j-qݑq \fddq:`6q`qpt{s<3RGmE[6tBP% goMP.Z0R`~,p` .P!3goCۘ%S`"[ci-*6)kYK`s MeDIg*pWP`3?7ypvaas@W0|`A90!l(pma@Gr[l@DQ.@4R#ofŢ~ d T3c~p 8%ud44PRqt(EvE4h!rk$Fs^ ''1071; gN/p|8%NP3q Pa>(鋅[WKp?P#0P*gK :&ݐQՠ~ƣМe0UbY<)AyN6JVM7gSz-$` $il0VWV@"CR !6![OJ 3P#3y #GDorW @1J[ MpM@0P$;*yѪI4FPQ$űixSe9M.b9k:9'g( $@=s$0{1cvZ0N@pQ#B^}Y@pID0 BK01"C*[T'+T_jofjHaT zL%" jڤfֱ@&:yx1a@j rt5`^}N򴠿l2NOGBU pI{A**h{JM5 B vr~PBQ}+y$a[D2t8T:/a4sYZ>e*@60=pt$ lt ehu-PͷuNX: 3?[+{3J#IIN')q;M~ H1М 훸K2j-c(Ij¿dr)|rO C[61|lW"e,-A<͗7Ip uYTм,J4@a(Ym0t- /0b~PJRT z Ű< Ex1<*v ]峹s9]g 1Amq"1,^vtIYP`ᶞP`>P?@xkAJs0aJƒ0w. H`S񣮼e0;|I3M"EU[hŜ0b<5azUM(0 *$ Мae1S~Z ΁l4Pl?D}*:0:DB`!= $;P D\6JLM-!4ѳѶ,PدxY !`c9bDzMnbqR9?K 8H(Cox}8w@DÊRR܄h"0/7T ުN|z-SFg"c˃d04!K߅+^IcLZ$ږ,aK>k`- O@`,!I~} /O[Go-ͭ0BwQh0>-l`r.zMЄ` OH@Io0P zm JN\ذ ]K_jMTc[²WMxrX/ 6- >8~10, Io J=x6ۚ9BNл#!tu>n0c} g*0;̽~~%s@Q H bx`Z<#;WȮ+=a-3>`V01Q_8BYpQ1O ęR`]`g':X.3 zm_Cxqe`̮+0_.q m%8yn^BF>_o3krKiG-1_@x+ &ogmYɆS'NP,T2! }J.@jt@qˣ5~/ix{|< ijaÄ&/}ǏSL%I$M@K1_t&6u"O>eV$,}ą :t@P Co a󦏛`37mظyh˖ECv(uh(*8С: &3nb 0s ;4A$: G^ϱ=]hPAOo<ǃPq~9NbEѥ r)'OFm9w6{20)󓁝 DB*~@26Cz#,b ?P 6-0 Ć0C?XB @(tr0JEl…l5 &,U\ŏAtR$?樐 )@b ة-~pc) +rK+ߨK462$B!$5ӏ3㌈(Jȹ ۉ 5) 8 *@ 3Cw€T@%xB ((9Pj`7B® Vp?a \ 7R+EB'lQ>i VYa EnPSb#0D p],xW^xb-|XJ~ : 0 v`ER6z90O Rz@'`5'`'X6TpN`&>QN)8Cs+6jaֵb>jPY?\-֐1B`CY&Xhv Ħ'XjzH3$%AM'<],wďpqȉp\rʏB" |e#xJx͐f#3s3;8&0#F6hRy)LU`槠Ϗ v b 50t(3l~`"|F dE' 0* `jAR .@ M 0NqK#r#<P$\ܾ%:.AQ"@C(;P0|AC V)x>1 N,z.J@%p,)4ҐJ$p ƀwq: R$w/|Br5%>rC"F@y<XЄ!! pXP ) HGTOb0QkBS!,7X/`lU grC!ViaWncb bP@8!(+nЧ\Ce' ~bf3D&IV$&95&L)KI,a|i-aЉ]O<.D ^C@Lb ,)`9y0hBo *9 B<"7)N0֠Uc:ˈO*@EM03Ҟ?hh'3La 1JNfM/#x44BMK;Әڄqr&5 ]mm[k4`#tÞ |$ ue0 BSQXpy7"W gM D$k7J[Z@ݪ 6?w׼(@0_)QPl>)A DPʲEF7َR$-`˚e,MlbYe&GZ3ny[ ]P Bu#$ BNL2!pĒ!jFTJNGkD$\VKS,` PmxC$+*a@%JA@W=]KB.t\('-di N ;IBDߕFȦP١qwE{ASPZee '8y{S^5`~>I٤j`#]T  XѴ,C/"Ek˛t9< @K9L=\JEЉk[KA:hAtb؀X(ڡ .@#g_@S6gk6fS6n+ %/q#^87G.0S1 (8ˀ''u8Cu-Äk4;Cih?ji3+)}[(90 ByLxHsL0uKLPy*\y {<ADӉ,x" (?R~ɤ9D2xI@PzGU/3:(*P )@E`;PӀ($8-f 3XP4IKĐt=D Rl4RD%EN%"[jN@nEX:s>XS5-6%@p($I!O-37=BI-+5]hhO(T-HEGHpX|H-sPE)t eq'?Eծ iV 1HWMVp<ϻY_ ]ٜUQaD"iE:`A$E  p*Z*Ze*`'Z'8 Sa}>PA=#Pk0NH}FP Km 9"x;@S}ЕmYŃ86輘9{]Y׍]aOIu$E-ୂ,HNf%Y-OG(mFH!_9Z*k)->W T^jU?3=}f7^>_4RÎEó 4hؐYa뫐iٍ}։kD뿎ok,1h샖dCĦ >ZȎl.]ݠ,.GBBpYdkmb^m Ln5ʻ6zW&knDxnq=`0(4 <\ ?8N e?XTX[ !sYJh9p8'"isRV9'˜@2Br}*DׁpW@knqf*G(Gx8x6,ze(XϚ;Ltv>]f>z>3&%]708*؂%759(!?=<y K@Y-h佶+v0+sZzl5?5Gs08g?hA(p<GsHpu͑׆m&pZ$؀ *'" HOu`7$4u3#3;tf2sq=M;4Y Y>d:THH;XPk wozW10G tz蘳Q_ǞwgǦh9`"R@??xG.$twgkp wBY3C0/suJr'|( ;EѰN%DE8C:!O/, Ӊ v0f>VO_wJk}SGu@8J4ޝ{耇߀k{bLxxEZbg@o70  5F)L(Eȑ#A)L$!Gb˗/aΜA7`l}aF @~Pr&M9o&64飨*V|lƩW7bǒ-k,ڱJ,㦩[|2՜zP_o7n H5&ArH)YH,Kp`zCL:rjvdRo9Jݘʆ͑!BdX0 %2| Dώ ʘO0^pᄂ;.&Sbe9Yn}ua5]X1^!W`| WUoj@WF1hQ$5FB]~"E'@& +ӈjttW`b1%pG!D #$ A!TC0! r]مdqiwQ"fF! sNRgUPCQqFM[oQL^x FOX:*R(֦cyazVyW!ц.XYa$$HP8CydRK%\"P,WQG+Lqi QbgQio¿.0tF!1fQGM!(M&V Q\U}o]O)/a2: j[իUU}P5!UuaIy{dQRRN@3Xj0%* Xk &H3qot/v)E.H ,p.,DRPQ mPD{4]OWeb9hz;3GpQN7kKRuiVx!W_i9#T' r/g"XЀKHfA'H"|`ms6O#X8ܠA B~R$+X @ BPrKpP7D8-@0cdp]]RV-flSp咝{B-A S=*S^[ܶ1:y?FqX#'AYRеģ G% /ߪ޶s a"`Ep`"(AY0 g(_J8#@.8 B L' Y؇ "qԽ&,i݁F"0T Y}ȓeFDBMUdQ.Ĥgu09  ñQ{QF6><`gs5hw(6 Ar+" Yu$GZ yCa%a I8)JU N8"XX?a, —"N3@󙀃4haք"Rj ]t,]=U8r^J\'ܹ=B{0PaZ_U\5Za7 &co@2iP:JהԮ'Zr@r(L`:E ŧ @e(wY!,.r\iVR-Tv5װ[ؑ_.gp*.Ɣc@X": ]M (@ AlL*MUkg+~&$ "*Nfgn&+&(p\=GiJAd64G<TLjYGBP壓B_6L8LC9+&kY|a4Q XkT=B{V@|G&M$L @ @(+ 쉅Fe)hFl&e:nr, `+֠+Rg|˖dJ9yVXliBcAHP%iV:Ԃ3,4ʂFd]C% l^+pA(%Ё+t+Z.b4P dm-M X98dd"l*&0Òde*h HfJi.Ŷ6I^ÚdI~fgj8E*vʲAl{,8Ax~/Tm jL:$o:,@?/?>dΆp#Tq@F 0HiA!ЄP=\T޲id Xf'.Iz& " $p!p@:&Vfne ,dn0!snVɚlu@ lOJdׂoOA6R@ C9&7B)3{&Q.)d+_BvAb(-Hṁ`BɔXč! <dz<2f*p<2F,6A1\uuB+r!Sw>t2D =Mu){AGP2rc[&$}r ht~ 3tgoB.@-\NDZ"`35;'PJYEG 9S$:EMpq<'4B'w%;Bq8YӸ@5ffOhw&Fw/ D2&y,+%H[DRd˷|S}@84:Bl1~0RA16KV+ HCNnAUASA [RX'qӵe&*?: 5YgFP |M `P39ޓ6ķ77w8l4Ws?8>Xxsދ9ِ :6z4zp0lC8e_3т0lpvqfD8p⦡sV,Yp`| rF&+EXӈΕ(Hp #F T2xTJ8 %lEe?hhQfȏ2ebapAfxG/SfDdC%K_{KgH>::(ѣ{6ժR$!7n-r뭸.tֹ&{dDZ+ưH-N8:30B A1c`\+3Ψ-@c+9 9 N8{r!TK#* :Nb("b;ܮ‹$G1- 'aԏ0j#VE ZiRQEl.d״ݙbndTTVVď3nqM uMH 3B[vN餡nދ.O2xma9LpKЄH$ P& 2nިv[s#W,A =PgG?B &,E3UN5U e D 0 6ZIl[MI%;gQ†tx+^:R[y -yi#$!a dPŶ "|#O$ 27A? 7%@82?,  Z;9I M>aUxCwЇBbg,G'ffh _ 0tux}ij&y eI <i26\_R61 kbۤHBPUl 0M}죀w!­a&#I=2 @ aibm0Ze Y<W+bPudgBng^V+EPFMj!4҈D!1&m 3*&3(3}ocQL,L_dQM*r@EGlMBCސ[ ( U`PҨT(5*ſL ADp\X ˱sI8ՊZ'FJP&8A T@Z 4ѻb'I,^׿2r(~ \#=e@ ROXo b @rix ͚f!Сa'ᒏLl4-/H`!tT ď"A /@ Z&!&V/O< %P OٲУ|.y| l)V DaRǞ$0ti*h5 8!>`Be'~hRPہOan씯aPLn!raj63eJ! P@C8~ R *Hɜ` f. mZ. Ϯp=55yN <*$t eO>E0!aVNa.  W0br - X JvUVR N`Z  "Vԯxm 7@V Y./^')垚B )2ͬ*** @ ^kbĂSA^*td .ae2M2 ZEkZ0a0" "o:M#u0hz@s` P%WRE6."LzB" p2׶~ \nFbQ8R˒92+0@(*(,*3@+*_\B̆ V<QuG|GQ/ ! R0 3m.$1Y~Ba"R#W8.J4cH L2 Rr%o5<$ ND@tMjE *`(3r:)2 GuxR0I_+B !^hR'B @ >6`c `  r.:ׁ 2% GA2I)M3'x>bH2.ODCUHa (!ئ J'!`F & l8p2s)Gu9/Jh;LVh%BfR !8) @ =3 M4M} >&3,Ă?[No4 T"Λ&35Q%3+T`1*FH!O:TUrQSACE:u>TRV6@ݠ \CbXgUdY˖ʢGsGذ*I09gV9Y٘ʪ@ N/=G\@O35* GM3N0߼n1@n^K^I(2B+Κ2 ,D155QEE$vbbT5W DXV9O9R)}UIs73Ws77s9SJrMhvhFA=Lv \v @kkN^%rm7r0"\Q0` vNC?a7u҆M6zejqk4~EVI,XsXwIVIcX9W3W+3t}YbhZ@ Гu3^7vv3.'SNyw4xSZl62l2 nyu_Q7n5ARz(OPTURpmNu*`s@sC6sqUـtxR('dev~rvtDmV`&uai1 @Md\?won@v^G)PB"Ӯm%BێBM`1TG$ 4TD{]AEpM&![HM677c g9d8Vr*wys4tr@'a)A@``@` K 0؎vE\?x]!7^Ux `PQ9A2yum8R.2TEMIf%-@{-] a<" j ``jB(wr8:uT(뗘|q;ZsYØ)!b`9l@ =k iШx  a9OasO 4bxvy֛Ԟta&tza1syIEC  ` B(k>VG Ą B (mԣCW8ײu2fyq5t` ,rU ӏ: z+X`:kBy!93/nȫM1Qۨs%Y耒4Z4s@ڇ:u L z zOR ". j'QG4IvsV/8EٿxH sa&Cmʠ-W<r-8c hWRIx!;îB(YǚsZm> @㲓C#%Q , X ›:<J {X9GڿI(|~X̑  sY6a@TIEuy't͎/p ȩ ?!Ia1[^9YӘW˚ a.?+ں79? HA& S%kz-!j% 5)7)*+}ٱeUw~ݼ=V@=`+:ܩCNP0@ YPBm=3m);uEUf}liIAq'"@ ja  "ޛF-!4 a:JaˍH| ́MIZIYz:@hgDA ܟq@= 6A5U.:ymyr7{8]6܎%G҅@ F<~*IV5r5 !f{WgG sʖ5οQV`V ꣾt@^р9\`0#-@%=zV4!J^">5s{1TECȉ> z|k7ej r>qq"DBd(X0 Dh0Å 1cFRPHxAbD i|DM00ʀK܄~6rTRVܱ7hՃ[J*ZxHys&+oB3ˊM3%Xc)RH> Rӧ)d<5T[l ܸ~|yn $s wѫE黑oyC ?aF,(05>@8O*D\H"|` ~)dWVΩ3XVmsW9 &tGAY alg^*8oZop{um-peAp/hv1&D->U 0k'+01qh-!b p09Y#6v Ё T &TRJu$L٪3v,ݮrƢ]w ܰ,-Ye DTBdӼ@0d&[.kk_ztym_sʢ4D0E(0a-@ ]N@˃>ƠЍcWPB! ebT!hYTjg=ٰ7&ᡐ~$Dt/l& Tk~%yi;bE 縩^2B{{Cք  3=1rK HTluDAՄ(y` AŢTЅl(a _(1!v3lf3d!V0DZ2IQB7&,5Aǘx;b2;sf:[)F?pD'HuS.A\()P+P;RtP' u_*DFl1!qfʃ,B'Z(:կ @sFDk;8B]5zͅ.΋^ew#aCe0 h "ˆ,e`0Z1$[`1~n%'҉RXlKV "脊m%DWBVY䑽5:hgi⿇J*l/L@^j\)mZi|/8ӽaozӂHH# gal,1{|ȋ̊VxFG?-hQys~UN %Q9w09`_rT {?&+pmL&pR4uUASfTVa[41v@hfw|z&>o>0ZFgbs@}vG' 7upg\@PG~32dA~`j#R79#8}3<*w8jsAHJ:Q:a+XHt0~gKqsKK(9pJ`%U xP@7W *ٕn`pӡa{[&~Jbo0iDڮ[xfZZWps+z`lv@qt0kK¶T w(qFbcʱ zQ{ vD3[Y$h{;>kȗuAhh75@jtA'8}GKNQ=iؙKX\WV+מx|Oz _FvxkK1BK.`8:Lw5:;\*ø^+ɖ,܄g Kp[( y;opKeDs˂9{uS`4 o5UFh377qHP0Q 1cdU:g" ,YlJ٨r<q mH-I-o;|<$ap-K'`˚KƧ:|uKUT&rFM@!, $,7q~U|y==Pac,|Ƹƾl0Bjs !Qm+ +`K`gi\SSgP%6hY?7:[!QZ qӿL[Ō ,eY˒ɵ<[kqmWhp|!] F-{*|)F$~Pf|<|>=a/9 DUe6Qk|nSFL_-)]cw  Q 3AmH \ёW~!z4)M&?/vمp=|l)Ä@BDV$ڍ>̔/Ja\Z~Mفm۶`-95Vcڗ@֯+ [NmxM{}݀=E9m$*& ؎Gޚ=56=.{GHꋫ0`%Z0M%W٬Ǭ2)5}n\~;W@n>KoѺ;Ww^ [͠*1>`׮ٌގD@nu @0|HSy"nZ':[Qs\>[>띠}_^nπ)\xRʒ陿qe:MX|N[P +MZp]Ԯlt2\YI΍\8 ߙ8k I_m5t[:0 UʤXi^˻fwM\ yn|N&9FMlԜكn`߾rNCN9'}a Ka%7U#;N<>gY=\[@8Us( Hkϙ<#[s { \@ R֏<.s;^.u9o;Ok (?BNfOK?f?V2A7r(Rϙ-N":lPɆF8l3< Ml2!Ja"c@Ȣ%z0"7#C9Xbtsf:箬;1A(D!f8^|3䨣Aj,r4)$7B!R/!'L2.E8@9ɕ3`$PyE& :}'U]v0;+:!'Y^s1Gxs~⭯}lh w=qom߃(@)@V7irC300`Oax!əώw#n&P%`e-c >#NP3dd&/IN.AǓpæpyϒZiD*m \F^D'TqӥF#\)tK}ZpC8I1T37hp\Gr!KeHJU&"KG#.A8\U %3PV=ȝ3<JaZ)M4P(%HSI5uizKlqLP*,v)L'D>bzpB= n"tAtCKLJMtN/YzŨ^'8ù[4:^ЇY84Li$qhC7>Y}Ib'5L=[RG<Rm!2T W2 v80m+bwXl{qm9O,1B׺&YYqx$ wETGiȗWrT򖪘W<p(>\o5ԓҐZBr%MFGaP6Р8FhFoXtUI,5Us<-Ovr:顧ƫvd#9I^: !06;&rCr=l;c&gw=3uuc"? k 咺T;n1}D>t՝s;Ё0o#bS,f)K1yrӆ-"9jQ/x.ͻ7HF(u 5} `>qdҲpٖAS"!Aom+nrϽnDf[ ,NJ4|hv['D&q\'jI|"?] w aNky0eEwa'֙i9^x'4:ԜLs<EГnkeSg`/^먄N^;ndT*!q,x~ t-U-{=Ŝ "=UpetDoGwMromط/úm& 1ò ;J ;c@ȫ; ;_kB͢`>{) Ic/`B<چv>@P> Bw+? t-Eӿ-2˻٣1,Ú˃{c  <"{ s0P2Jn`s>軲؆l=1*>Rrs9>ù vJ4=0;¢t-pۭQ33+sm%1"#0@44ò;[E  <5Wqp/:l3{,@A;d@l=*{4#J`09BDC:[B',:scGsk¡S4Rssc 1W,2M8DC[<^4H5dC p5n`@;gl,#z`4Des>I X)+0$=u3:ND;+4Ĝ쿜I`Gz>,#@4@-GXE;C_4ȂDÅۮW3Hn`@F˯>);;30+Ej%,F˭u$q\tI ǙBIŒǠte<{L+W ;ӄq,HŲs(Bp DA2gLK,3b#3e+I,ӻiӭDDT4uTB wB)Gʲ;1}W Y|^L^\THCˋȲt͎2cKMμ͓$02wNFK,P&,=4=Ck$;34ZL(EϨ@5 @[3_3t|͏>ףŬ 4˻_#AT@ m%d PwG")ΘGeDE+@ӆ" $8@ ^@r@Mc ))3=3 *N̒S`*R+qS&I*BҨMN[L˜O3UՄ T- AMȾ[SB56ΒѷR{>N_+0D4OtԽ\;4&4!u2K,%2.PS4ϤsԆXeOLK),Te@6^V#4kӂȱT_:LᬿKFsj8H[ϸFnY0E^,^Y -@ZAlf]ZԓXMCK*%ńŐ2E Ur`b,Z˕5ۋTMZY;3J+|=KX5B;mx̉ \]RɢE[VdYBK3ֹ$0qNJܯp3S[{>%ݵ]eٳ“^"ɹu|uC ]Q^ݗ];4K:E3\r$^'5^Wm>^-J(pΏ@R^;m@[`-]׬Ó[S043M<*M+m"]ӵ;D-GPhq?ss۶mfYd*(=p1ݽZ=Wq؎+];\eZ >Tb Xa .:OK4\ӵ& &$iZz]beْDD@ X%҆ }JS䓥8lX-]X4ns^rcVce5*a+dqVRm%bά{r+.; &P]Wm6]$&]O]٪}bYeFWnC׽E3,a+\A&$\XVUd]_VfSA,5+$L>%VͰf惾q`;=]Yռ_gρam0A߽g!I&$~b&le^O`;EEDLh.*dMC\P%VиD[E_׌2jq&<\Y<+g&~>ݬTL3 R];ZGKmVo3V ixUYV ]O%Zv/,iŒm/5heMl ꎎFK}>&mYN3w__Fb5#a,l߽j V Ai|LQ[&;\ll[L>HM[V[ˎ`,݆ g,3T&Zdc53^Z"_!5!l%i5pcD\<5fxL%b @5滊gT^KA6ϥWӻ_ &h4$j q"%fp)VLmȱP@<ӵ^nRMs ~jцFpq4TmPckT%av6"/?HCtf#j,[; `;L #Hjndq0?8&J3nf.s7GwsSq,ڭ=?U%rI_d_ n`vLֶN 5rv,/t%.,/Rlc$3jV6e@U;/|u`?h9ہ%@fu$% U3>'_Ԓ  M3$r,n,+ stxSvvWYyoXSUtqO݌d5kHƺx>'+; ج7pIu2{{'꼛EWk`.ȱ1\ J(M"и#tn6y2.yp&y36_!߻7k[.)iխ 9z! 7wτgd8PDgx㎢|\n48VeWO]HtW/`}ܿ{jw<_k:Amovg_MiAyCwGrxqvӿGnxJ;i`a#``ܶ#0ABx,V\_X(h*YQ >.ѣيە[/Lk):`wi-Ëy{c"m,RKDD%$o/[>C$Fz&sL)wSbcJlJGdaZcH9tPC7Pn4jo]ϜjtĪdp hIyI*ϛ>"PeA$'=Pi㥨\C*m$'eCsHˣ|ITScF+0{ XmNDS\͓\k['wԝ +h2f`˖ְ :5ԅy= tπqnU[fa۫U^ Y7B~2jKiA)2;;^r+tiZвfMu*[.HMxBE@[m G:¿Ohw[xn \K!Lla>ru@%P9" vpC_-xk!B\pBBr1VH9}rԨ1 ! 2dxG`b>6*QcȐlxA /^GG yNAgHqqb MH1w7̡ 3fV1^ }uuq_EPdȄ!-bHČ8|Ǐϝ4yR`J/^ZFY/S{0seĦunjG)Qys#DJRz/* +T_Nf')S?@36|̠\!xZ5 s  Ќj\ 0D v͑M" sZC \7N=g@n0T4պ EKBal~%*"a P̼ewl8Gp0uiЩ]PCITJ7(.Q1̧>14`T@.$SvB -WmCZC 9s9dB =#*:1VWlrx4QF@-J,l6o3s=ۇ"R1@͋`p2BL;{*60P29T8 t{R ` |d&d؁,ˍ|P x3x0 )ЇEFiӁ"6\OEPKd~43h`f3la p23P!0mx7*xk0nBGTĦ_vxuaQPB @! 0'D IDSŲ<3 B.x դ LjcnE.pz*RF$C?8"BA#X >h+ 9 @B=PB&lྮSE`.'D<$yAs#Ā+UJԵpuK)@*'S0# ͸8mt 1aF΀$ps}J,1(@A xbɡ2g91f+9pE 6*:|"u(3H8%tݑC딝Z2"&'A@yP< BRN)pV9CLޠ6>.fV"Fd?TmFf~W]qLg&PpIa2#1$ S@/)!T`% 6d#2X IDZA |ef:fJE"P"aw PaZ s M7AL&!/lЄ L o0kFTc pƪMJOpZ# "/̋^0-ȿ:p`'цBlc4@mMX Dw$x'Ja @4 %PVᭋ(ĆTHDu%ࠆatZ#618+ 1Z-3-:&T j0s?N*1p , ހ9R,Ju/@:^e0s!f:%l6D k0iBKDY<c }.p~JpМ%0ᜃ(D a[bӘD Ox @0q;M Z'@ +~ Ha +X |mH:t6xH` FzÛ kߞA܌Aa I#vL o҃(z~@##g h@u S8"@[2B<#,m JX"S DHQlؗ0 5|C$1%L!A>@o 0`몍c$QX mi[>A.@N7NVrDuA{o"1p Hx "N *Fg0PP  @ ` 'r7Z8xصM0{17?9bc ax` >He1'2VSfp \O>' Q  `a0 nCe`X|ȇtI&wl.ygh K1 p8:Py8.PcP@T ((   iw8xjsZ 23L=SЄd,ac$'b%?VsRV~0Sn@g . vmz@"ln{`8dS_9|Rt&v1HCA $@4 =5&R0a` В2H?05 烳r#{u0<(d4$tRP-p\ڥׅ.lP"^Q?k8HɎdX֖Xqe_gwQ졈z&;W:y `J 6 =xM Tsxx),ɒ3070gQ? )Gq@h @tYi]SSڥeK@Y1U%Tehi CЎlI'os)88@a} w 9xٟSIYYUwR@S院h8 Z6 8){ p;|)Gbii'Z'dgeKx^SG1Y\R,b1f n hF't8뙥SYZ$!~Ig ZY Vy$(N J$i%h)-zR=|@z>e c0 0 . &b7x0uK?<'FPK_Y,os HhH Lv艏rUJɥ\ gRo쁦*ujvGM"z&)%(zȂ25Z490rr+(Zr&r"aMP5^Y9OP#Ҝ:ih@"NoPQ\Pqq/$qD((xkJ蚧=\˵8giz%&#C +]jCZqpz7%'"iSS`@Mc  YY8WY?:p`%9PAXr u2 @c (Bh*qP[KUU6]۵KЧ[qyyZlǧ{:;z&ݺ B$-Bzc͑ٽX0Vp t0 Vph0*:;Lo}q |a.T {@ =f3:灀'0s@Cp[VN  +:SP =Q *IɍJɑQ%e]m4B p 0|`EPBPDp :8@=Wp`pt.׍p @-J犔-躍+~@B;L^Ҋ`[0Cl4N$ԶΞA BfC8Eʭ G\(@]4p m XpG70E`>=L08m6 ;=@ q0 0 T`X aN8j;Z]0}>=8 VL2ͧ=.X%">mZgKMV3,4$l9RnW`!~IB0\0$ 0 tךY Z w,()$k-N[ ^*®N6<{ʔG,dC ,z0n,@0eJQ ˗- ̤YM6x4l A@ieD3nL*U>.qq"8lPÆi;eYgV[G'=,iD3g zɰ^{D =x$K.Fe6n3&Mb -s3gΖ-TDARqH<ĀCoiC!䇂(WaǏ CLS܋%0˔~5w)EP@.@L(@f(J.q &v 0L6%]ުewņNtPq& lH28I(h, {3tB'fi8cECZ )ȑ1dj(E,d4DS@M8n9末3 CNL0G⤔VJO=koQ# R&Ԁ 3J(C (btaFn@ZuթФa\(l h8 kr)U]Q6pa 'x8̀BR)07 AP 3xL? \X(r8T .G#b7vxCJ+E QBc9M?O% rB EfF 0@z 4KxOd#Y]vxfFaֺUZkqk29F Yz VM6fkR>iB6? ږHpt#yw(3w lA ߕ n:~X#RW}8 6}a# ߃~LC )c5l3 ,j%ЁaJf`ֆz`"BeęɱB%X`ڄhF9j\djd6YD0VU `? 늄 #a )\a 4<3g"Uc. Q>LlJyGoHP:R'`<W1E0;`,Uʇ<{3xb fB1ZH0`ҀR|+;`BJ[M[r==8 }*@8pF-o#" T ~7q/!pk,:N a)z&0X N],`,Qb ]BJ2V4~!:3\ nk)2bܯDҠ\HD98A(Yx3t/y45<%V!AnteWo,!~w9oƴgQA(\$@\ J( H1UhB@iغCno`|`|m9rd:,[(""#:>:mRxcFhEAK0?*21C[CK7l8ຶg3"irqLJ\JmDJ*FLFkJjEwd8.`Nؕ@!DY9E4/&˳4HJ,B(ēJ=QLf@ 0\HEL.8H#'K:x[L 6Q)vѪRFXfڳ̨F4JdJڬMqJ/JEMؼʫλ5N؀G \ XɅM >X/@5[Htt53+PQTAPSvHZHWM(L.̴ pirM*M>ɭ@i't M ,GޤF߼@4N.,ȂI  jmVpF?FEQ$Q5xxazץ%j^D̫7(R!ʚt9TMUVm`npu8OZ]=^->`yF]@8V)3]V-h;ێiӑQ݀7#G2)q#)ACrG24qDJ/4N-8I *[+*H,Jp=żOKT‚!YؗkXdhUW'q@\(YX*MT"FLIؙh( e]S- g؎JBx mLC2U7ݣ="6[~IC]J@ @ԬZp&Ȃ+.8^4I<ȏ1R嵾[WE9Eu@\Ta\ǭʬ`݀zLY5/ɠ *·'t]mݵ` ^صe rK>(BB>dɒ,C^v.d+7,=g{6E.aH?sMWhZT::KTH0}4!0 l$FO}Rep)`f,ߨ +`b]fPӈg~y6f lm:5rCsYgV*?c?~jG6e#T:׆""fE<"Q:Ha^e~h!\،sUؐ; itpv_N:k]A:E؀a]<( gt!9# K0}~jvvꨮma])闤sT>^nZQF6 ðkUf9KF$Fb[v_.ÍTb%f`!Z \ʼx Ѐ~Ry3@كh A05r]jm p3dʲ,pGMGn6kvn(A&!+ hFĎb⌭bmօ,=ś00`&/vDBXYʪm@m~(0 ;ssݎvVdܕo,29t2!8Btbqð3۽nI=O'o>i0"WoW`&*CE ]/ #2pFF;j1ABPcj6 ms"ع?noyHzè{um}[q\ 'QGeVT4ckǥM4-N xJyyW (T[ݞy62ڎꝗs/ʡ|CAtwJzyo}fY3sY m}i?lO{gb`A%Tf`j`gA-V) 8: x rry3C!X(gBgxlzz}|7n,hA9n(dGPhѢ>6rTTǣ:޼d)4J)E45f̰!"dF,sm(j"\8x7n4sеŮX ȒE,Ɔk,ڳ^n-pX.]hMcH,En̸!KFWzAC8LbI)a *͐(ϙ3~dSD6kDڠi"D̮]6nC&刖ս.^||2gjb%i?~&1@ e љ Qh:97B#ZP;` D[!RHⱰUS^Rح4wMrVm\$JI^lNI5h3 垠`G!Qc ucT>&l.t 6T1eXа_B)PAN)D x7L^tpZ.$&3pr65qӠ+9ITIֳ6iCR+H hq"K7%Z>@eS8 GRk5KEn-q@ e(/sIE [0R1 cLޠ#E6!8gAY50YPVNz+J7Ԃ׾u ?l $XV$I֯Z~ y)E%퐟ĮbbȄ)3b)d"4iiT f:phd Huu :L$Nϰe% ̪瞵luj|4W"Zˋ^W8XH8bK myG7P}4~ /o,إ> H+ iHӦS`-61g#̱"Д"&iE: ?p}:^Ǹ#Vگ!5\! j=qfB!kW 'k޹npH@ř ; yʯ=~dKg8#dÄPVXږΖ1, ^0 0ZMp* .wilybgf%28T3_i$"4rBStnsV"F{<]&Ǝ;I=^p^g,3,1'!s{{mV8v&D:R@fAH+f)J!]*Xx0ʊ:87:qPY9,Nu{%Od]^/)d%SO<\d#G.6c?1Iej[53hV#CPDer,ſqRz M;v mH nk1@MsӠ>1es<0 qD Ti떏UGaCfb@ryL&kknP.:6 ]tn%P:wn7 9 VE@A6ȱwO)6h2RRe`N|D#0-<ѧà~ _􁝠%Za_1D!)\_gĵ blXzU 6֡7~Z^XY :vr |`D# %Nb/\"!h"`Fٗ  " K!@&$a. b Y6 0^a11"c D. W3# a8QR% @SS!A#U"Ytt=AP{!A %!LeedDA $| 7OXd]>S1̛+V@[tG9!/be6q0A_xK $!.* L#Dr1*%RjR&aS>S`QuYAV{rF^Zsj}%hD>YNZe$R Q]~%GSP9`<[!)}ާ$5@.""IVZEY! BgF\āKz!X/MDB&a(#լ nJSSN(qYrʡ!(¡րtRheW/YAZZB w%i'Q _8 ÜT; |EfF&a Z~B."kUk$c1($&v$&  aFj^o^<67fZ(u($B"Axjew%B~(:`Vdbv)W(E[&tiەeAP̦uFtA2fdHZ% rz闽; j f+ &F9:VJnBetAuEA, L BUU'Eޒ@^@i/_*J ;X ZlaB&@S3H"O )2LrgK؟p(v+k j.+%R+ `zMuh"iJH:lgJT8*CT$J;\VO1OȊ,fd[Dl+5h%O]fճlġ;Zn¢B|g 4"ݰӮ J-R:e}eZImL.l Hj>8IA"/ڪm:,]~M Wo^89p~5l@KmVǠ䨬dB&PlXlV嶩9ohAZZ qq赐nXMpnOKpqbpnM>+2j |e>A/)_ -ZAktKy9+Ap=כ%?*XsĄ@ W K /´.P26$ !| UEP4Z|1Zõ_HɄnVe5hĚ` hі gZ_I\C0-7VV|[)8}x qvF(mJ0Ou5n[BR `j.NcآIeLy\Qѭpc-^[k˨x C jhAZ;7DIL"&rV&Q d&,.F4x$ӂh j >*| UG;}™qD$] 9#CtnQhԟz=T\/$ăK*qC%*F$)PPH(V(e eBEJ!/aH @8jjPDNIi<)>՛dj6)Uj dٽ֤DFQ'J P;\@ *;ïEh"DF^D+> IQEUbr(uTV)s(T IK̒B`å.M Juh*-(A!RnT)~mvRmR1")g~`3!H$iN& O\@}&ֵ.*$=A KX[D˱Q%Q\鳯V,! hQf-`0#(ڟFB m0g=9^Ri,wURy\1Nmg)9QU8aYA `,0ynv_^+wWo"+g>xyv,H`ZpaQ I-L7UyAaW҂#.O$`h%^' }5WB":@Uͨ*ƷWS P~W/PezTp`@5Ѭ_D 0f1{iyᖳ[ag@WD ;!  \P0Ie((mpt$,Qb!Z)T {Vr\"kSW9Yu'a8`+ߪ-C mZa:`{9#`~^\0?}QL+xtMzRzwIJ~!.ˤ b%|KDV<[xk6UVam2#_ *1! p`@u0s' & y:E!@Bf/PnW>J06fm8Ƨttݦ ``; oH,'ЅՅb%TgP$EB?4c%jb@bL! z [hls)T:r ODeDQ.b,X6|^d hFU bNH R{&RQR0ҳ5L&JgHJ{` ܊;Jϋ?Es8V)nbLcWMմB*X$a+qNC8uE5 fghȢ}-GS/ ᨄ1₴^քƫ1_I7J`+PU[4v +V۱bV*6cM QTjn`nQJ8Ѐٰo ea6fu[mcJ$DjG^Oך`bĊ [JӘm+ Ðw1cMbpYcvzzWx5TpupÔqwEocȇ}XlܷJdwzgW\~&jp ١vo`՚3Xnv1"yO(noo5TZU`ױ9[4 0ڹ .GCNE [tK~TViE.ɛ/*!y 9 Vf@E k=aPmv)x/NB@7Ϡ3|hb72q\ڼ¾<1 ?ɓ([Xc2"<1W$8zv1iaLW1ύ0+tn8d}8YŧhЭ &f]> ֵ)Jij} eO gq P87Ud/b=Kjwۭ&IL5̔*Oz+s?(88e=pg<}s\!};A-@ G ɱ,R8-K+* l7x+}W{UT6[PQ}S:YM} V^mK~kט%?wcg}+)! ض i,Ms([X|f ӞC B/ "C 4x0a &x'B@0E1~h FMH =2IhJ?,ϜBE'RؼiGNri;:ܸJ2Mz4&rS51hJ\25CEŊDk%R˘5HrT*a|f%H$Aq$]D⥋@xy'͖Y0Ҥ:u޸1&-ٸq0 ƾ@slx!"Eċ=j1HC$Mr/ݺ8o P.tFmtJWujګ\7kW}H h$MQ^T ^Fc!c+me ]#uȡD ZlF#op@0dqa >QWH$< ~ENشw;PE%EE%NzNyAU]EEZg5U"HE ~!_E](؄:deŠ#1irm3F<cqBJ ` J@l fH7R*Qyv2m߁ ޘqG'mٞVIUU~aGU\DQ* /QZIbf8x ԁBD HPmVkbDJ2G+, 0Rt e~a:qŵfENJ&{x{&QUuiE5Vg"%F|DMDU￈i')8oX 30CDTۍokWrD 0DRJW[N]=XK@fKJ7-gCmu~_=!oR,kG*b%!e pJܠޏJD~w 5 1~+4+N.yB Cߘ̙O n 3:'+NՓ1gJ.HTbG`VEpiN>){׌p _HXB ohöE _ *TCۓWJT8aS>pgdѐ?M_F4f3C:$&vY:H| vmvJIDj*ӝçFx '.F&6Q}_ަ niP8qcr#P}"HBǨ S@`0c)tHxGL>+"رint>[яEPk_6yOL"O'{X=Q@BLօ#HTY 4ZZqUm>FߏXLac$%)ɖo䠵A [Ą͞l'=`d[tIE꩝L5W$IR2^g=VJQ0 e)34!3J(\X J0h]1^"r}1TWBW!Z 0-d Pd#*d @T#18N)iT*шv+|l*O$/mVC,1a'#PV"YszDW& ? dWXq][WU1+m.W`W*2 >4s,\AW(pqZpZZ8榬dIGBfjl y+*;=NOYe@&/%Z(u}ͅ@ d꒗$on׈Luo`L#( _97.0.Y̴-LvwphΨ\H;jp ceplyjҷY=މRz!\latdwIkd-w׿&2(cw2]ipa Xd͢R i&폭uU ly f< ;x2-+B%/$$pPuc-uiwFZ}EQɫfH k)?v%s*w(Ҕ4u+?Rֶkk@@ƪ'Cj5NBnϔ1_he${ &[7#\ >j#c}\GD@d7E@$G㧧>'/ɕlM\(J,7 5϶ yoV ]<\KƆ'-NRڕ`˯_/^ª8-d]]vZW\98|/-GuS;NL>'g|ZaE2[c`ՠ&BWt]BQ @,*s>rjF{{5{SWapj ı @queƇwwշ}w}wlZ-r}L}W~XqOm+B(h4Unyb5dtP  L>Pl^d > *s5bvH$BRц1(Xe&pwXVw`(&)x%}:}W}"H|aH~gh`~b(%tD(tFUw)Kab@o1A‚Ѥh^xWDFjD^g?"pO6FQm8̨`2`7yhPr}‍w}Kxwx2'W}#|H8yn!<1U R(y% fnR)^= SoV $r0[?`WEEd] EL$oxp8h#wXר~8Yrȓญ(hA.3H%ǎ" m#(?`b$*x\U!SG;uY29p`(u9W !{%L&9nȒ͘&07 3Y5ٓ><)ׂ$o%Fhs[@hIng]iMJ?0uрFqXz.0Rpjp9Qe؋yFjjk{, qp)w Иy 9IxG}wЙ|զ9O~كg@5Wb U j) LGbw>DЛ}0Yc@s9c{&ٗٗϹ(iyvhɝIi7j}1THxVHdAoq~~pSn/C:nttUipB"ڃMQ$vᑩR})Ɍ9-x7 6z=f#8JTJU|r~[C(O<䉇Vbg)O1 Fzq51Zp:*ɫ馷B?%elXaF(ʒ ٢ ` 0z0Ӫ ိٚȂ%(ʎImුzKpIFn'fUI5I5NƥFRXT P#uH^ iƱs XDɌ#kڧ &@&Ԫʭ乓: }EG|}a_Y%:`.pIjhF 4hd(64FZ0 X': ,h^{l*{'u Qչwp skȠ};J (2{𐍁᪈g<+VJʩ Oh Y>K0jQ+CK~sOZ K/zPӄc˰e*ISh slgAұIͺ K:,* J7 684IEU*x5XvG d:MP5!{heZ*eu#l+A:jd@pvk ]8ɼvy ַʺ鬁(+1k}HNþ Ix `YMLLM\ YP [UJxaqv0 Yg,Qqvk&-h@kQrn"G*V;F>GD g#-̵8 p-ǀi&J̸ ȇKËܨHBVN!rLԴgfCqqDa&qe|k_kZQ|itD@wY*C VɛZV :! $mҁ-؃x9~| 6͂Ѫ1,|(ݸ)'g-gZHmHpfW ګ}fƆ"G\Q w ]W^kհ.gE B7eqXV9PY'->Ot>_l@! uEQ,pIk}m]+s[&95(< &p02ٚldE-G= `@l]Pڬ]  iVTD1 չ]\k]e!Peue}Mmヅ501dGhzu `F^IJ !9L%$y͌ܧ L,뽊뜂5ZtZA}PM @~fH!Gϴ h7P&r7&w(}501-:~נ+| 0s8FNEI+i~Lϛ*&=ΗͲ-;rin4GPl 紀!{~^ڴm.lV0%0ާ^ȁ~37"q-APǸ(p'o/𭞁_+w')XЧ~ת 8^hrn6TG ņ^N 6_lr0<uxh_~Pěƀ`%Wu]6+>Bp7 o0  |j ȰqqiO F.Fic( >ف#Ymr|l`mH 4p./{SE&P/*N70PtJP1݅^w+ym?ǀ `ۿvϒEnt[،ل ?Zc^_laNr Pq {X\qU0ƆMȈ9M%ܱRȍ&L|S#d!c!CظG@BZNL/(xT\]`@&ce͞EVڰv*V\=[򂅻u>lRO28xݹ|Iqw::8Ҥ5p#BZPCSOرԻUtQ86[y列3 atC*TQR꼁>j 䫖ʕ+kbs_Xn ,W.\~ Z@["L0ˬ3&J#m:-؄P8 H|S-#>"$PJ%it@nj3 pC2+)ʰ,<4,oLϫ 0dj0aBPXjϓ ?B05BeDIT^L}ꪳ>Dzыơ(lr> ucn>`XxS8>"J@ \pbpYP|1O/w۰m\%= ?C h ]* 6u ͎u v f7ejTx)g@Z-]` - H\jhptc/ r\ݦHC;1QMNT!MiJJč3/%VLivY;ѴړkK;$,kɮp=hTƩSQZrWuu3 [L?„UVVHb$I/PK'f5{s#)7pT1 &CM׮^] YT&#b2͵lkUkH},.(8-;&R҅ dԧW*^09fLZU dغQ:} nW:=ϳ K4[)LP)TƆ R+Kv=k]Rt2Cnяz!BB2"77qĴ Sr);1W̌4rcʓ(]nx--*e.2Gmx'. +6*<#1? VgYՇ>}ӝx/oPW;<8Ô,P-gٲ\65Mj ixfͧ (mnf(cخ.Lb9oFb JٝY蚪oX-AyP{ ̀%, )[pmYPM}w8:2 !Q+YUj{}:*vA]bTQ:x_>ί:9nsL<Q)V\Kææ )a[5г53=*2"bs\a`O#(Է|(B e*Ȁ Ȱ@6Ks!ټ'ڜ4A+=RAr2\IC9T!ia>Ќ48 %TW[&7|@ZD) tD˨ -<@j+1$CK+8SCK:7:P([Ćf\ī: 8;Փؓb;@DAbELb P2FL° 4 K|MDqB;:)ypB\{z/ 4>6Ԇ kE]\AzHqQpE m̵LT <M+;{=e\9AdUTT2t[XݱdҜgciZK"k+#>`@u b%THJIf5Cl؈XNmҫ;/Pa3WkBN`W57]xmHTQ^"W?ׅCU(4+:T d}K! Z5kVG%LاX֋IKLЎPkYBBkUWE \9Õ3ӗ%ʑ3$嵝Ϳlj* T0ؒd]*KmZNEܨEh=ܨXäZJN.) )\}bUVU5ʹk2WS-ʤ㳙۞@ ɡPÕZǕeܥ%ȭoZ.WLsYSݸeJ]U | ٥`([lˣ 1KM^^hZn <@%%rac`4w]QW\ߟԾ٫1P=;`9L=jfǣ KuZa-^C\5_/Mۑzt> ޮWY/a-/O%!b=#}Ra Vpbnߦ TOM6 c>r.N-u`T]NX5*Һ ~k]h2γO1]vBHKfEۢ-8c a_ȥZ"@-}.Vb6*JjduHHR%F.M.:j&+kn?ݍf@u_B ɮ2 A7Vvcca[V^P }xgA-b6d^kffgfi+kfAhm6nV: gTY r쟐͎O2#3ZkBv$m>e`fkN?q X}ں}>ddك$: YVep H^2֜]8 1-$p T&0_okzi]^&dF_v[6hׂ+QE!8s@j>DC%*n=K>ц p<.!3Qs2/GuGu|5i:Q_7Jm݆d#?3@oܵBL[7pONbSlVFd*GwJWtVֆ,Nr/1_.SOoPOwfui$6af.~k>M?]]/IԔ1a71aoN-gv&#~ptt'lxMv,Pom]>oQG댢fNEgkou//wsPf7ddy:=;]~&ݵ>#x]༦ ?rjvWt Fnjx]ٷ/ fQо/x{eXf7(8|*|:p $VP|҄9E4yrtoo~_"~p-U}&/k{:{tB׳}yr;hPM|PItXq M1dH%I4Ҥʕ&nhb"`|s獖>*t ѢB? #ӣM}2ecá/~xDé vǯf(}ˍ@smnKC HٵbC,Ĭd+9lYfwlѳJ֬.=j(ҧQn;6קUNEhaVӂMrjȯ@,ขgc?(دB&l_5E+RK(AuLPkPDu4TXS=Qqm3t_ŜJSD|dŧ^`t]lީ_Uu`AUf5V6E_~_g-6L7d6eNR6HY6a9օId\o yfVbW( q PWY%EgQ¤$89=?mS ֖igqazzPv!v9Q Ekx a|a(ٟ=*J`1ғNPVJ TpJ'VUc5T=ft%`y;.F#d U6",iN䴗Jসa &ᖵI%Unr% WB^,HoFZX!o4lDU!Y  VAoˠOw[k|@:TlRiw{ [EGdHÍjqXaR+m*{J]V6%x.mP׎8MQ,d5]f#_ƆeX0'&y3:|Q]S&f1,]JCSWu!Q'c$Fs;d 10 nӲĤ&zcF;)iPc6U@@$9 0 )[\(Z<$ьC5i=µ ڥ!,"!3 A2d|%\HLÆeFTŊ1ZxР@ T2)JLA%%,*<0@͛8s S~"& `pĊ%R %J%FfŊd K_DE#E{E -c,Eĩpa\%F䎚aI M6yҤY1[ ]ʔ5FM$@x&I8ЗF5ˇ:X$x㕿@o=U|3NSA8,nЦ [R6o#[Dq'H"L,0Jb 0JФ&IHpfb+aH3TiVkvS8ሰD>J u@sS44щaBTJ.DbA?ͬE60խp/W#y/:?G`$rN-(@(e'N$g=zM\pM*}ek]3twmu (- F P)0AħozNt`.Ru . agJ9^x ?o!Dg"qS/nO <z TCU>A ~8`a msAuP:D [`qw0B f0.moc>P,T b:H.) ]t+T0UR9 2\VfBκx 3~i|Bs=8 &q\2)<ಉ 8hۤQ%u0G9aM{tZ;?D!6C^ \  -wc-?pyM > Ӌb4 rRiZ(d0TX/3ȶdd<' KC_uj@@Yߔ*N>JxRޣ)\ SNס) 0\X\ Q\װz,Hy 9G J ^uoc%gcA >1 c|D 0dGӳ 4UZ RX 9,TCO@ TQf6Rp6!`WkWv`sgg}/wzMS@o𑈄)1(CZX G&0Pq!f! P 0V|, 8Xȋ%}e^tCH EPdFG}1 Д3:M )MHvٲ-l>' gfÎZ`^>P vQqz@/r_8$I XHB&x))ye#vP `Ӱ P 0 +)Vp'VVpEP71Y&`9eR?DFIȌQUX, Д rxmmaAqu mk?t~@Bt\F/gIFg9"SI(P2)Syx G#6 '0 ɒ|`#yV7p-ECPS>TBIdG+P1Y:9s~ &FgTJAvx` g929f\Tu8xXww@G9x)z2"ࠑ"v +Gz v@tp zP wwpV2 ʒ{5:8:|AAT2%U 02hBx!IWiQ 1@NjP OJbhVZPےD@}&h?I/{jrf&'W y0Nѐ10DNYj"Ib`@ X p p 0P JzV+/{^1`5J TaX!$23R6p9%X fis W x+}HꚮZs_rpH8`vh1 |!`` { !ڢ-˩\p\0t tP$[ %;0(Kw@j&ڒZ; UBJHq @x9a^MF Yֻqc?ڮgzV8䏁w"y90@DwBe0T  b)א @wP& &0EpWPL Ӏq$;@$Ӱ":3- ?:GBN 4ARWB+ K Q&Jf: # E+ UEsٮke;gh 7p;U6a0)" PPqIĠ Pp.jy< qP UPɕ U ɵɝπ\|G `n.<1ZPNԪհ Ұw|<*SaK۽`\,,[  vpoQ40 M^ !h0P =ht@ = ) @ fyPqy,2( ;P W@ X 0P)-@oY,Q| i [0kܝOL+`pݹgQZ/ 98]9*<O]S @ Pp&@ 7 }6 6 6ڮM}Zi'Mi۾:M{v{)fg8 ݼ(?qŬ\.0?m4N( H@uڶnr?yjzkjpg'z[NruLUN*_@ . P > l% =+0Ni$@ HYA7y &PW 8UJeφWJ\=YjR J~aqy&ijʮmmU"M8` ǂl.2-*T1hP̒  P`1N=byY ,?bi6y05SPmo[hQFd)!rm>^l ^ionPi,1)oNBMHؒ{\1OD Ȱsǀ &@(Mi0? >AykNy;I57n޾~ ^\6s`=J.O`K;Lpm?>imJoxƀ&9xT{S2 D8m&> 2 Uk]k>m丱@O 9R>d,/ ЁF+t%"D A3xh ` Q>VqI=z4ѡë$KDW?o~x5c6e)߿{\`Ąm%fL8c\ _`hng/QD7a *Lf. L=i;72aՁL:5Nۈ4Ćl xYUƧ0Otxe} R% aJF|ԃ@ `*:)p` Nf&b ؂  $ <i`a6 j0jtz|2!G4F+*\́Q4X30(C7I÷4N%tPA:!1Ai+&O)&@4$zEd1bX4F`F_LLF|)Y!3۬bB Lɫe @$`-Gzs1‰2m] F`Άng.ҨDVXtO G <> ZpmRT*<ÏB)?Z Y9Bj EAdhVUZƦ- p3=ӫ ,;"4%4Q_% - kW<^"*g* `dgvr9$#|-X>;9'JK +zQcSO&8B 36yEEpB"x'B&@AGhVjAg^|)bB UT&ݎ0] nA HNV \'(3D9 fPa3jK@BȁLPA )R R&1 zԠP1ARD/pZ$ӆ6.B`D#;ǘ(`;)#`))M ° Bf:` IbT!$}G 13xR""AG&yk X&MmAlb`6h1[dg;Pxb4DI|чs4Ԅ0*b?Dn5GNr+`30t"3eIOR9~r R|X \:t @p6nCU>kw.Zv"iRT7w"T5Ejzab+""ukeD&Bqr8IĪ`&5ܶ0p]lHLTXBpJǣظN(kqTeJI a$ iLKpF\ 4@hr4GԕЇKR}!K?sC0U>ײӝ`]!!ݮW+!`Bxޱ7dj{iM6 D,}*M+淢Zk7v10z#"O&>w )\G= h=t >pH 3t)0 )P p}!DfE?H4{JKnWn7SxZfݜx kZל/7`|/ c[ m>_^DmxDkNx2@vËqRY}a6)fKTA0p`ڰu{L$2| gflERVV83[O7ɖ+Wj^WccZEXSj65 (`YZXxU/xZa\:D' $qq"(-&|8E`3l R6di[ۤ@0aH*LVErPD=Z?[cE2E.Ufc͏ATX(Aۜ>zD6. ]#>t( B`! P Zl 0*7oJ_0=DBg>4<ͱ rh˗'g|5\؀U TNy8T Lҫ[&%? hfAapcE<~u4U\ Fb$%L/[M*$ ݅XAտCOQ_<7sof}||W4O0:`'ȂR~ZyHx,ڡq!X۬`%<Ѱcȅ;H׺HZ-i>0&أ>+K\II"D>$${'??rB;;- 5K>?1LF(CW@8`'(R@;HxS>p!@jO[k3kK ֪*8kA\*B];$X4BEH$EZE\8ZE[E^E9_D1,Fc dTFfdgN @mcC7<3}(Bh@ zB""xhc 4GD*X 81X#H.@> 9A2k1E!y0"k>xEXHYXY,BH$Bɋ,BIjeTF"DD@FXFxed?@ r @ h7<4x$9/2+#cfn;vdpDx0պL4 8: HT pr)0021UTc$IJɒ,L>4 X AĢT1"c"[F TJQ ӒgAѻX#U@LIBtRU]ՔtIE,.-092J4SH;zPڴͩS J;S>-\J: XpsGE0T+Y l NՋ!Œp5%A`>UWW>ILSXUR8[-0P^}_-1e-egœdi ݫa :QB%K伴D&ЁN( 0נ8%,ٚ22@.&&r-LETL?+ځ>+Z+E?L؏\[SXE(U.-(%:H#6R: $d} P5vP|YTZLz.!֛#KȂX&ݶ)]5(P y/ЌÙ"H$L[Z޽+]"+ZWZ\LtLX[H2O'7۽^p4"LYz8܄qY](]4F,!$!O+i&]]%x]= 5Hiډ(Z ५B&a".^\Ŵ-Bŧ[H޽#H7hADVz=:QGJ ߔ QZP M_! D-ȂyYcliu(QYY $x`{ZBh 28)*+E6\BNd*FF^Ł-̖YadM6vN 7>FK70-DM:_ĥmP;rJD!gK$_E@4>k9V;A `H~d"&v+v~ENgyngv^)D[丮=YPQva!V6(5DdYZVpqu\`Nܗ7bY$>FfE49hfkfj :V(P#o^( i.A%j^"xng4(:%ްĔd!q+E!"ߨ8megh= |]xr(iM0ܕn}-(,Pi$:f <p62E(j) muvj.m?| 5U=<#RHPe Dxзu=Ѝh~|+a~aJ(>me阆lȶQB8ٸ>(.bmբvo2mv%|j|oZ+:F2^܆%!%:nP\kx܏ѓ|.YKl,eikhZa#3gHB^+*ʢoZ~.d:r"=Ip<D0eHT^e6Lk xZ hqh]Xv^4M7gn.CM(/nqOT7XǦOy},vF".b-r@3* m$/m&orTO֢zur#ݫF^'7DsTV3$ne7pxq`/{|-v@qC'/6l1.33(/ugu_$ /0t\N򄤺"uR7uRuqo++Wg$e:bH(Cu&s`73P WV mdWpІ(:ׅGs2qnZ24,^ >pt9,* =:z*@$Xy9܆NO#W"w%g+?s/xV?xZxuHR.e/L5h//Bv; y;)nev]_ssvj2qb.i_/>7pL9Moa ┈#m "! N"@ɵ2r8+_+P<^33&B_s[.&%-JOsXb1'B0Qa^ yfi|~vSv]7S_SX+θ#j]UPp<ٌBQ9:6ģu:#ix;ԌYlgboPV8w8BrnEg::SםM`4B,ʗ̭+W)Jd _¾,ro8lZ8E.KPTenنȀZ-#.b5^ ʮHl2q;䎄 O8q"0C"?) pb K4]6Ǟ0nr[#(6HdH2Ŝ t5b8YBP !-2]h"94预&$vi4"8W RB C 0d,7=vR bYLs%0Le`ƼiMsdRъJD,6}OfKZ5f"N9cqÉf0QCٌG?nZxF" `IL$?I,uH9&:@Ij%F$|qOXx ΐȲ,#0A@i~R(R|fMg@:Nya&ʧ>n[}̢5"zj2[w'3r[tLeei.(ҕ+fNiZrA > Ng{Lb|1w j8SUǑqVNڿ[ HYzXke][ՀBA7QB$P#A ")HX$ M1J `K`3:^^αa5@}E`~MC e<A!(Z4eETv $!*"S]`%9щW?rWr#X> &&%~%\.%_(lGp``ZH 0R;T1aefrLl^Mib#`%M%C&Դ&Q R΄_6^HE;fl UօUqrKs2r*g€rjA[ \Bژ%HL8uxxC'zg{X\/9!&TebfK:c" `h4hNaѡ'(laԁTScnrhohU#8$ 8h '**(%Y:j hv)xA ALĐga&iuA^|:)LfPlBUix)#gbg2蕞|di!62 q` AQlbPO,1ئ&t趖`n*ꢚgrk2"' @ AEB8vAt**`B)-~dcB4*f #e\*Lflj{UW$е HTr@$+F @ZHujkzHUVѮ롺+Ӳ«Vk BMB:Pr JA`a}#eVjb)4Uֆ{M<hl k*ƦJx촒Ajjrk†6CVm2m:m+?J:2틒ZEhD6'V ub|ƭH)槕ު!2 ^]CdL&'%!ج*GUv#j.疠g8BnRm*mn2rh.6KpsnbZEwtA Ba @ 3XvIF|d9LŮ!ȫ갹~f[jz^|ٙBpo&.&RͮGMGAx/j놦Ђ+ ȱqz.7*Zpn&j삎~ Ln 4ò{>ZV|ŲeZl0B㱹mJ$apA9pA8 k)lIT.[.Glo\PŔñW316k6mҢ'mkڮZx @$%4aX - NMl甚2^x 9LՆFϕPHI2(bqBB!oeMxv(2 6S4gsNO37_s7/668sӒ] +;A! * ,A>ρys&p C-IbF_l1CSP"$+W1ճM /f1Jǩ*VJ?OxTG`\4{O[gk9qP'p76htϮOR7u8Bx 'VS%A#`2 %/ `& ߀64A.641&4v G$6vVcXkGqe/vM?{c77w2 ;<,|ߧCqm+&{>NC zz:4MaЖw}TCw4y>R+\AA, 6o?KAo"Xk=g=Mf}.}ݗ:++>{U58,,&ytۡj đG葠4a4C!D`H! /] 1D2$%^<̐!!2x1ӦMhzxs!:4DRJ6ez(͙<*} e?1&Ҡ4_Y,ZKHe4-: +V{0`qwĉ#'n\i̕CVvΜӵ.W.iZb20}tP&il؛B91]vD~FKi1b &>wkHSh2e*yË5z#HXrJ1,k"Mc_3R(*ɧ&g"i(Z+-̀#,ZLO%xɾxO'σ$}AҨ o4*Sї 1  \\XBZᒋ@oLq1СH!,I$Y2qr(IJvk.w-L QNFЋxC@ܮ;u S=RXPk/&*},nMGPa4C 4TЬN8KVH1.]W_q< ayḏc rHg&3fy*ݤئ|-,qM.Zs:)LҼ889;On0P!eㅽkdeZݒe׼- IL"8Y7>+;/|GʈB \Goⱀu8)=Q&I2B~ aYHY2A D%13Г"aV8qҔPb8Z8tH]e4O[F%DHEoDZdo1⺆Yb|r2/>g:}w@k$f7YTqvTQ'WPHP A!d1 +ٲIayvAI-G]d $R\^3cK[~KI܍.FLa2lx4Sf_Nӑ&/QY $JV*da9YYD@lq@ᒚe fFճkc HM9un-.tNJ(/x1݂ \` :$zPur{Lkմx& /Gj;NZopMQ%xɸP" Ǚ \]J fϵs9 _b.@94Ji+ACxB%TXA[=W4fD5av屨݅bwE kXW޿8q{<8ǽF׌w}bSm43v@BШL#@ X/ `B@j,a~O `WV'&-v/BJp2~ O𚨉 /.a Io(;.}0p:ڨ_8D@l T\I~4d pO< zn .M.`u$Z8&rLGklwP] k'V ! Ҏ-;(P4i~F\і J! @N0).+0'tO! q t`VQcL"_0gk\\ArN7iaq;N8X1!!8` I)m#} lzyq#LV!箍P œQ#ЩG&AqMb1Cr)kGL2|\`  " yD!/.!. "n` 7 pHbpxS a&[ fѪ8$,'I?u*(Q!1)#1qLrR66P䤐7I~7!W- 0'}p##=kG CrnR Xr ˍ¾mQ3Ů?׌cqrGLFMA'k@8DNC8<,DIN!Eqq PFck$VX!Go JA !H1 (̭1&-8Jsu(,a^PӈunXLLCQuLm^v˶utDUn Quq]]9 H^s^3 -P-S. ,vK+66XX0 F65UsYMSoe )% ױ[s?ES \}q#[# RK&imN %mjeEut?qQ 8 vi >-`lζJ- mlԊvLT0YYoՔATMLC1Ѥ˔{_O,}3EӀƌ/wE5~ MRaFu+/vZY*GLv4mSә {L4$l9MVz s` h:o&7 =`֙F$i`#$@1 VaZ9.@T"G=ݳqiwSls $bw3-i'kXbUK{L{a^fzIkڜ;rsI&`ֈ X& `199K[y= ZNG}8ڡ{ס"ZQQ ƔYڱ[e7:#Zz/gc; 5vCyoڃ{G!̪ȏޏ~Id`f@= b^* E]}[L^  B&KMy%}س,37w##)Fӵ#=I2t": ~`[/{`^D}C > r;˸~q@?߾K 4IsL-77垯w؊^R>σ#ol/}h5s ~T(E1}ը~Gȍ>F" Hp!QBƌBr`a㦏BlB%$(PHyIJ*WpJav*1biq9y#G'СD2"w3MFKt4*NZj5QD\5*RhР3aDI%gdI\$Mڽz{7`QDFУGpE2dPp93f˛;_ :ѤIj 86v$PC%θȑurHNP6yy2љ攧qrZ4<9MR\|RVפU+|~ z=[\%_]eD !aFHxXi< o< Beg&fYi*8]kFAݶ%D4pɡq~ RtED1]av7iSPC'PGIyTin&WطGZyրi . `B]DƅX h)0)%xf,n.ƨڌ T#:֣@) QtFI \:DKPT15ݴv=ifF12NTؔޙ孩&NW_}5H~ugkX``.u yJFx(pi%N(rJi(* &k8=!ЛbGqqF͹Q'uPԥO:Q2ԖJfH"w~g׸|kĹJ% NbdeLib#fiZ0+:[5Zx%`+LfQHJ ą~^M=I+Y3鹎5~oz7pu~߁w ( ߃H 8ޚc:N; x]~ $ M@3K^r@v F&&z*ͯ=|9y]C`b;wh'Fm޳Mo +\bׄ䰋}xL9C)lۑ"+eGu| ȴ%0vk NxΝ BT3Hynh`Jcv3ozt D EH{XplxpRRMjwM|5&Gqrgd~HXӰeg1x.cr, xsex }'P'rPlp7ws0 usstCTz1iQDvP]`(7 chm(vlkL{j'|h|F,Gۘvjh/K#;fF`b.Q gȉzunpmGh7g3 pyvhX=CnoyU>P z 7c9ˈఌ(Ydp(k n4qTqF+t`E}ڧ#;[QlAgp~ u}rn!'y8҄(6*IA'C Iytu xc֑ec0%ymh8v_.Yv1y_3Y|W3gd޸hdaXGVXAQ1X.KC %#Y~S'xH|h`Y!yc%CshsVC yGivWz}D`ֹ| ɝ݉y{{{,Yv8wHMWR`vG6 xIaX VhKwKڧM'颚RP2dُy+ a* n%9% ȩ=ʙ di5tzvz8:d=醺gv6mSIiP@\@ V^XJ M ~ -aH"ʕ^9yٛ3tb)*n Jv3v]ٵ 9 ;)AJ{iӘ4|\_>jQ`J "UW zWP8RNP2g0fZ\ɕ 5pYU IyZI) ٧mc#L)zI:;ڝ=:XuwGu&qd9J)RϐRW;RUE,E]*ZrPBPf06l6ʢjiOgZי=fdȗٝʮHs29yPUP Q SUk\t8Or8Y\Y `KYఴg1j[lCyBv/\d–Vâխ(E7&7[ ;*99J:rZOP=O+N{P[+UL%$_ThfK:؏oP\ٕ u[8#EdJ440} 0ښ52:8z ɾ9::˝k7ہu4Ç7 JJ ;[ LzZX$_;R_g*8YKm:(x +J/"3Là0Tٺ/*zã7cKĨD;KkPڠڳ&Ibw23D9iǁ|(YO|OTg|Vzp:RsE[vy_1 %i $=)"57*A0C*n ࢫoL7ˑ 뛣4d9ŵu,Fvh^\ a @a @場 YˌˬXJXolX"ǮPzwk$<ȃllp5[ 4T#* =̲Ȑ/JD#H][ XoH<8JN .|̒ZpdTa,OkP'̴i|oLLq8stz,%,|θ"yY-,ia} YHېz_K ]5˨M̳Mװ{.vK= d~- L g\Ҵ`'؊)-0,8 R  Q}ZsQL `XzՄ+m,JZ;L,.C|Wi=Nҝ֝m{MCH-P' -U^WNEY~cX+xZo3nEZ;CbN >.>tE4JܰW1;}@LѺꫮN~޶屎ZV^XeX^_^v0^ƕq>*fe-VYJŽ2?5@\JNo6>KH:ڍ݂ٮgKv']oD^ص~mW3>f?&jm{oD0V8Wmo8OzE蠜Zz>IRܮ#RO]l`Y_[O`b/e|lon9fA>xV XclpɏȢHrɁ*Ɇ_ >酮t̅t|5}9vNdO~}? qn͙+\Ba-V.ą-(a}RMvCgZF,V)7T(#D\ R $ XS +cظ~Xe5+,2dڶu+cq;` (|Xm&FD8n -r8p-ΜGN4i#Bԭ6n@ڴ 4PC!JBZq9.RG'9ĒQ"M2iYd3 #B94NHh;k^5,XjǞ=˿z+.KPrK+m$4 @1nX1m.ˬ3?GƑ4Re5InFι !"|r @"I$lB;-΄ӧ∤jꩧ/?7/Nj+$@=D昶@ҋ$ 0IG:CQ4rƩĴc5n+M iͶ-HW}è#g-֏le2FiK*9<"K|idfg`Y/!@s7u?3N/=b-?Btm콰Q8 p$M ai,R-vVTTy5d҄Jsiˁ/62+p,<ܴ-wSAD7|7w1HCR糂 mAGky8 Sbq#cXC&d×DWJ ɵ)ٚyYms͢ LiDW@?zwǪZ@kP ,C5б~ X3^{m+8Pc4&N՜sp MH¿/\#i9Y$U;b<~e\F:׹źH׺΀' B"/P@nkP" jCض Ft؎0V1ʆ4CRECB|O.])K a9ef&_:l{ʡҶqeiUK7u(X+ѱ㾸E1խnOQ\ITrWdtIɿ vwؽNJW?biWӄ&T~1ʊo嚚JmT}S nl,щq6XI9v \W9 4WWnMJ5gٜakbڈSbbD% qJJ+*ar2 E"ߠ(8,dNc\CM#S9l T#h_:ɸ23f0_Q,3OrFiT c(Vq Yda+[{̧a!_:Vր Me֛ltd9rXw50qC.ijP)gFHĴ8ƶ9gW;Na#? IU]cq/3 ̙02(wݙu-ckN(~[TN:wZf4w_Kpf$"bF6jvvaؒZpԶ̋hە*fh~a<ǡKkVL^4+ZbPשUPӥ>ך:ɌaΨHE^-ݼ$Kl>}UA*)Ϙ#;z,8|f1Wޮ<9з_8v[ 6'A<\o`+ֻ=8@K$#9Aөjc;s*盾 >07ጟ>; ?;k-R[}cW-s?c<&:=k:Cg㑵CBӽ [@.W@K91 <C .>Я;A1<D(v7ϻY =( z? 3 юȱ s٫8$@ĜҮJh{ Y;/_Rr4HEU Ĵ>4Y<yC9|2:<;##s*2F>|a:j ˿;P{C RBgIe Ɗ/QŞ0̠ WŬRCZGp-/z+]L?ƄAbc\ !2[8MƯ[ m2Bq0FꢤdM9)t,vbSnsǚSEy -4sbáD: HԢ<`LH[HsȵZF ë#rGDQIDg8G8Rɓ y\K(Eay;DIx32 û&>EB9LcmFCWDT*EѷTXRAo=b 3<OR 3tLzv1#Mӄt!t#WiY3.&OG %U>*yԆ{ZI-D Rōȗ=ƪlNzIStU[tYzlW(i.;}EU^=ܽgcKBsM :ZX+p> 頩uUYKm0ʮl:ϫޒV<"Ӕe]Յ0{ȹRrvpuPS¹.캸U6S2BHσENE70c< mŎL5,YEٵu]ʭl=QPqE٘o\F4#1n4(d@鍍!ӆREΐ%%HuJb %aJ][f x֫NҦu߇} c ]M35@H`Sa1R:N F7 }+{܅Z T[1%aLWieRbt} R,f2eOhՅuЅUטI!n6C彳5 `ѱ(F *0 Q >`nU0KU]{5B_i|Q_;a^2&?Y8]M&,#fWaNFf(e=z+MS%΍Em,ۏh6=PP_E^T?lNRe(t~U딸>\݆gm\m|>F^MJ@dCmn&pC܆;=I&`ΞLNH>Un0SOo^jqRR6TgVneۮ&r<geZelba%l`@Qp&殣~n xe`ʞl9N^-SvЎCoR5.UrseVtFd&)KSi ;xkc#e[]l;Sp)Wpps,uJFXj lٵ-ebCqv:7s9?[sh_7q63L[6xg]P%}ױcp;*kB )&F/s)2}lVΖ.[86^sV&z@4)JCbEmHtogK`j #_qTאZ^S;ZzyGaoq8#9І3dZoNidvvv\ݞQ@W {M;4yg{Ms2 wY{uRow3RoeKFw׮(JOgiӰZuȅkxvvSHijTcgx7Snh2T.o{ShΐHS f28(5Y'~j:'QCyR8'zeʣ>' +֣=5kf>B/MeηzпYfӞS}tÆ9h&p VDN+E0!q"&,Jq8L$I &O<9rm\Li5irIӥM7Gl*4hAs"R&^(b7)rg&F  VN-Zj麦61gΞEW 3BWΜi;ƒ=DԋjplU`Y"VYh1upW\pC]5ĠWYcAC,%f5bcA&dS+?!6MIGF!bmJ[JbZF%\Be8'rQ d@wݕI](L4JuJQxERaƌ=_B $D:`v%eA%BZ(a]ư~"a%f$%.3,f b-& 'F.7ƒR?f3CFKmV-7AZr9&sa2'ՑG\vn%fIʼn#;Ҿ*'^Yh}3"4 )WF1nWЈj醣bڗ:cX&5z`BƪU7Vy$ cƅH-D}9%mm!eICb.CNm*fvuQHb$o=Iq|})#_Jl[,U űil\Ã9R!˂r̳pf`v3@3L2?m Eq 1-!F[ԸGDR!2qЇEhGd&GfSk^kwoqR_!~ Č`2E% AP c02D5fAЕf T]Cn2CQ;0H5IPBJM>!3D!'pE";He/)qK7M w3g>q:C됁_"?Nb܂81P?6ЀZK *tFANu1>PDfv8tzW })!H GD"64uXIz4mMr_Fw5S hTIJX0űss;!h$ :ՆuYfVDАd `DY,WGav "6:%CD.4zu O;$a_f .GgGSԾ[m7[FJ&)eу Of,oWo:, lFBx_K]Vd_^$BH`E?%`#ϼYFJ%>f"DK;kLho5(`вc+'$ZGrrpzK%JZU06s@X;:Lb0*٭0qa`Ѐ!ڈdǗ 6@2ֿA#֘$+Y#!s|\k,^[fS5:# NX38 DJX( 4(ܳI|R}o(Nn]H#V0x %D5Amgf4E)T ٲWL_Sxw S_oy}_|f;cFsHTmr+^snrZzHfڎhwҗnj8K1`hvlcpJL5Ů"ׯ Kr8CLRμ2]zoj+{VmpZnr|a! mKw ^䠹kENk>b׶9]?b?I" S.rͺ"/E߻KvoN}F* fIS 5?lr?g?~sfY"7r Gr;Չ(MFj&Cfp‡GwT$ xzŨz"i Hsj(1ņ*i8F ~>S%' 5qkw=h=F=kKEEM4fŊpp ]]P1#IQX!QEd([ "hOe[8b(X`k0AlxH|#Jt&P4dӁ6(d䂈5YȄA>LLS&fSx4  ]y?xv>|'x7#KTvx9'h[typnM~IsnjQ3Vjx Hȍ!#.PFiC9wBf=D6}a&h鈲wL r_F7t`g%p F.CH@Hj3/beCyxY1[ɜ})hxh§ .*xVdUagF 39b~(F&-炟)}́QeiReEb/\Ef l&i ʠd'KЦKK`qP. :/bE$(9Z#'Izf鐫ؖJj磫g\Y\ uVbcljӳ⑤ɓ/PJj)i5u[:/w`fW`IƛM.j,`$h?#J[D%#:Z5h,ZH(|Bd :Ttr/ڣ.C _QP`t @ٙ08}48 r}znFzz êYqڬ'*κ,˲,qZ6># m)>#@{U(JnlHpPlJdڮBR;Lg$1 gʯAz%X6/A٪jؙu'Hq|3$L[wyHJqB,' P'0(0m*T]2 )(B+GoDy ~2f[; wkQlǛlCDg7+0{'7, Ś|BZp0;`(803[j:Ka}[*!gZn 횖{ ,'N" ;2ibPd;=RiXxʋ)Ek/I+ij3N(s pJa,` `苾':+4\(^P(RA;kg@!"9$HDmc: *Fv FcT&Z')Gm?z m|t,kXċȎ¦Fla&87F7 09Cj9C(#ۦ8I ʯ ` S\őY[I4c-p͌h\9j*`LJY$0VՆ 쨌y{Ši'l|ϑȬ`1/2{{3_MK&(p`  ` :Z~2x0D[cPƻ/0- |lLͩ]_iF}l20C?$r,G鼉<8)/Q܊ w`0q/3Z]IāM!#&}o:C1J|(/)Ӣ->]>2nL x Xq#/>$/cSǯ껿+ŠFh}֭x?gf} RDŽr7%}} 6#{}&k8p Pх˺J?T~ 15 =/ n!D `]H72'4+ʭ9Q0܍XM܅^M{Mb*sΝϭh?V )_ڝÝ MZmTz޲ކp}Mpڦ>!R@` )bpr=fmZ7%A'. .8a'-vsl/i EEq㦎_Y׮>fFK؄MLNHPMS]UѲ @0] a>Tp0 ?) ppq"*APՒۂ1!+ + .kU!Q&=|ýLC<,T^@/UXA~v .ib}Cyf?]aqJ`S> `n^n@~@sd-@ܞ~ݞ ڪ] E2vR.벫 oNJkΤ֖yuLܢn ZSo˳<}up%oT OoC]bLC~c(/ET=mhJlѿn C_^ bNff9ۮ ˯VW:efG /k?  P~8ՍCEr2|G@GnaC ݘq͛L8NH Ա3J@m5Z &`Q&Vэ. 8#ø HDO!:!AQFaE ͡( 9дtAH(bp&nADDX \ 50=6Dİ8!EjA` -^/@ oyDGrLɜ, 4Ю,M-Ww*@ j&@5G /NΛ~N/J?#t":Sc!+"G>"PIQRL4 4QC0/T P$E d8pTeb 2ɖNpn5J nW搪`Z,ű-{0qHc@^2xRS1%|:ґ 8)ab8\P0L6MĔPFc\Hu3<]w>&vrzOx<~4h8 .#QgMp l`T:*Wʈ,e@EMx`~2lQ#7 o.t JX2Ҍ*V>i)_+Xm0=q$:,)Mp'N؞@#v1lYΎ |y: x`Ͼࠕ0l@+NbD"($ ЀF&2q Uh3r,h2a$lG~_ ]pP"1pk > G!7 G8'3|NtngRKqTi.sȇDUA=?ا<+S0Me.nVap%t4&ySkU">3jM,(@Բ,Bp# -#it 0): "L`) i6M IrXz\(kV4%*7#tr&]tN4чD6mpݾ`"DeFTIx FS*Pm[vb<!Wl'VDtF Ejc!Je/k,a;P).xZC#}y6)XAv%j?9L]RQbwmP[Es3m}ع}%q@AɃP z,?FФjX$-I6сM#@{Px9VrƹU{"n3FP*C u- &ɬ6 1`%i5)iO_M|ZC+)LI;ֵorzȽu .lax\Wvџ(i >Jq,nmّ\l.@lM` Q=ۿu胾?8am+"'|H[Қ,~Nz:DTx KNG\zcy?GNr4$%3'tk^[Hɞgt@—E\{jFzuq48;ڛܙAC@;7x4 cneba$87.^e@(=>J#`ꍙ8SrxHbQЫ^[<Л@[ z b[0`=RX=j&g3'Jj33]y pCu7:6Sڄ6'@p(4?>9A;q1 HHR?DjIЬ2$S>'#jڻcI8X ऌ[<YFb9Fe)=CK 1Vp@5=ӫ@XO@Q1DR(DDLDzǠ * /$6ዊM/J7vLEӁ.?02EX;BZ[,x]| H&(J1;bq A F:9Ǘ?^ @QI40Dlx&*@l{p w#>/v@ E8KC*789JdY#K0I{0Ǣ `btKcf$MS՘6FIb1&$Ϭ5߹@=+@lGDw*2( P $IJ4K3'܁lCPM:?P[딎XJq20AvM 120t6/ b&輄FHۑ!xEK,4*̛EK5H*2>$LkOUƍ Ԙϙ6Ę`-MS]S557Д7e;MPݱN@tJCM?mDHA\ NPQG qQf$#ȊQ؁*NKY!5(9RB2&=Iˬ RѪRPFI Pʼ=951u, d6bV7hVjhMSlP;-DGj; P@-?mG_(  qAAGR܊>L傆NT!X,UYh;߁`ͅϵݤכ xʼni))"UQĀL%E+ ؄\5M-O }^8l@#d+H덁3xm8/1F#1]C|Г$ɽS|_(K`p7(⊸0(]Յ䐓x`e+֓2T 1 77K*XapaX R<#ddd&u[HY0bAJﵠ[Rࢩ-RM =ɼ9Uh/'2363(`h17 sZvh! `h(hNhLŨ"6b*h԰&UU{ƐѨFiSb}_Vkii3ifl܋VjZ g?M%s=6u>vf (,Ȃ*0,j&0A{nԶaF`Oł"xQM `ET>0oQl~6lNX!.b!iƹU{1Q56,.pk̼6-chK gK!- i6hm36ƈnfG#rjtV6+^b ) -Ȃ-,*p6ŵrQ}J>.fh NT&>o&l.r^NՂ ve3Xfʶ 8$85LXfipj-t ?t-H '/bK%=X6sM(x(c(nOT,+qxA+p)(H0;ZN6c8-l,-rhroꅁ6AXȤ[PdCD@--bj p"8t(Bw|DD flK(|/ jnNgS'R'nU/'nvh޳=%+(JHM`7/'UE>BoRrh0zhoo-hNi1ؘtTȌL+6ƕr$`֦zz8{Bg{DWtEoW7PHڻt]qX x,xy7Ԅ춂]u_`,7G_.߆p}huyfsQ `7Hjn$IP,z#wm"?{jIg{{p'xX{(;YqFu/sg)OHqŠ 6DC:@$:1 #En0QC 12 )`XO!L j $ 21MB|ib&0 PԦmKqL F&I%bĤolѢŌZL&2IJC4O3eʒ͘icFK"ɑ#D֬ѳ _d &F xqM4iI:|HQ \G"QbDJ t &|dpa#FodRB XTI%PQC^SLA!TEuK U[lq5 ^eb F`)qbH؎9Zg 9$C6Ek!Gmd&)ܖ^Aq!7fsK8wM0fC QD qf'E[G#hXQ7 TR |. p|,SI:_Q707iQEԔSNEaUCQ ~! ,a %uM "_H%`Xf#J츣hiÐ9Z-Jْj$&-؆ne_yf2fyf@urʉDN\QH(J"},`~) 2ʠA a%j!QJʁrjf+]cU%Jb}/5"k_@n-Zuv?HZj4Z$D9-Fcy1r\} CUvũBgaF)ȃFlU>ȝhj!P`Xs\q1bhI0` k#`bU>԰V^_YjN>m 7pŅ.a?hpq t`}Hҟ%srl? RW+X%lRB0JJT\ lv / ,]0 8.V`Jk4QO0jнqb0jQX,RC6qEB}kӃ- t#v%Da_ 8AFTv-; HJrd\01IS Cy+ 9*}lH_Щ__MA+-LABjǠܙ2fQ4cKć4*2!dG9n(@8ꨚ5hnnnBƦj&`Zv&ZjK?A!A)kXey*'z):+6+D$EFhAu*)o=Lrms:@"DOkM(l,4 l-92z^iLljrlJl*Ԫ0h,ǃܔ,eb윱Vx%*A &-ꮳBgiFߛa*f^-z )Ģv,6@Fl0hBG"MV4wxl.^"+b p n_ (n|b$hA /oeV&F *h؆-޸Y@@B+-4j14*mhmoÂ('.C2l22 @O @ 1 FA\^p& 'Ϯ{0 p na0:Fklk~NApD/+ZK-P/B@p1-2 C68,:5,3>,jNB93Z6 3b1E% s'O4 pErE {Ep#iՖ,o-.L/[04DDvhQ4/z3Z8E81:;qV>3v3p?WRTP]p.t^CCRaDpE{rFK$)gEwtҢr*2&DI0"ztL-PAgWo+t<HM՝j5T<ܚ|7Xsm9H^,p9`3A j& Lv; Y4ujTSV @hr)*ɖQÍ?g 1d $Hv;7I^ye_r߾0|qb2`)^xXq -^@1fȑ2ethdK 6Apᜆ8Egl>o܌1d&Bl` ps6=Mhn(i%-j|k@c-:`9㋂^#h.%PD2 $1Bp2:Lv--(-H/hQ\$86Ө[-8@Q78$RXnnvʣ!F޹ \6ᆪls=i {\tJ/Ja9$/R-Ϳn-2xDK-9>p7 gDY^fHH%l[ghϙ -N! Dmjƻ&ā5]]s 3\c%s$!(A04` ㋔D'>Q ]x0}{ഗ85T"c LdRdA 6gpHMn@ ?S TE\ :C.wy 'ȡmM4e 3x+ nDԥ0E` 0Wt8}a$ccSf._i B1|\Alb#4t#3A2+hP0#n'rwDv\O4Or } >ak`zV ELؚ]~%Y?d}Z "cR21U/hL[4|5MoJ#6,AGrӜd] هv᝴#?NkLJxq+&Vby UTdA|,Dx#p$~tD$& c pl3WW(4%jJ! t6;'<H}jA ́Te(zZY?9.MoڛڱNa:DlsAr 6la+:Lm]*FDiMcP nOT.Ejڥrȃ"0 u%Ī}vux(:9Hnr\lChgA] u D_R%8fq,0dž}yޓ2Vu2_:gʑt0o̖`=g#k+`EF5%AUAn& O &r7] BG<<1Ĉktw=^xƑ) dFVR4 [ XLBl69׷ ; }0uOi5\WryZ1g4x~K]Dѱ4vilcIK:br+Ĺ ټV,KFe[ EY^_BX. up?܁Tr`fLLMv.:Q\j_kCm꩘k9NȠn `)}i##FIYqrE3#ԧf`k)$\Tس(l T^:t" ʁUpicR6Lz;.g"9uj3/4ĶۈB@ %0T ɠ PǜhaRoT/ɘPmx 4d4p EK f 6p q tc"vN"LdLX1&;lO XL)6aTV4bwUb+*C1 06X 4d2d_23Ff`FLMe t Cː~E!#fqPF\ɵ̕<#jX!<#G.U^5')5jC5vHrt R`-Qv5W#K)*XLicoM!LVՀ(Ksp0H 7qٰf5PyrUz%ăhhaRG/^[k|^d'qyT+@, RUVlwWlgV)Rxsu@a*m羀6nX=Hv Cfx%禀p J I{97wP/g)wg@1x\Aj~A7G"o=61_uI T2Xdwk`' Qcw-54*_w5>Xc@+ y-okJrh ^8 XfkF j& zؒ —O!rQ[ϝ}؉gRXul4a Qv857RA6-M [oQ azbYc|8I~`҈Gu.EIUYjGa[&v^ iі,sG)\~9vln(xV9mŚ7 RDRboge'p{@zXv}O|uYh'Vt:G:fҠ3cA2!3 ul6ژ?xvvWf LlWU:79j2 4EKlJdoOR$vx2;ZŇ :|?yFIؔUyR!:ڠct1uX)CQ7NIe=kGz: wz*=8Wl@XCqbdj3`QN)gm aa<{#B fM|ڴ7E)J/WzAwk t3 J핷:+ 8H8vv=k9:C: 04*߶q\ǽ ƻwS,Y as8{)!u|w/[Hձ|˷HuA\u}<dwT8]$zѺ&jٚT͸M|kUv /}WZ072o_,![8'R ߑU .~ z`zi\[\̩̳|tR1uj1Sw{[ۚOP3eaIZ:CۿZ8>rtj= ~gI\t}#=5q zʶ1BÀa S8|+1bD3jH X)톉p[z5\8pd'qlǹ6ܴiʡvڦ 6,@be1~ 9ɍ8\pM FL.&qv#FTz!Cf2䈙7 p0_L2˓+W8q/`,P"J|Ō;IG'YLޥ̙gܔ'P? TRPl14rH|aU7dU^%VYf[8sU]y3~%a!Pc9ei5|&Lp 48AbPZ,&9ɁeS"8:C Q9@T/(bPWnz݌\l3~VgFHC;Ƭ$=6G 4Šn#B8%e$D=B{nQA`D 5 F`Q#aC<T HNd]mpZUz20S C+YQҭ*LgrɟH\F(b(+5R lvY爫> t-iO= at2MQ8H pT@q[Ni).[4RYd)Cdyj ZW[񳟴3k@Z $Ũ,ɦ PXA F_JYjͲ%/MMg= eX}QCxOcNa#R[F9jvHUx0Bܪ;$Rݥ`18s:u6ZQ #׵nv EUkF5BaubB&w|lK¾s -ï-QX8m JoVbQq/Asj:.ѕU0ňn#,FV軹+( B wrS&vNw_z9`蕮d(f@fBڥҊؘ$ᩜ}A_98C R!RBlT@ q⢚;Xڠ*8=\Ws60qC-͌B.θ#4%4X'O֢r4T>7Ԍ_a`~\4?i^yi!jCh na8Vp3n O֭v(J`;t^t8m}jNn]rLbӛt |:ԭ+aJ(pUW 5Z(+IIMc ~犳6~n04a_5-KPyd5U#XRzAORXK`: =NFoāO7Q7{c Mw` )֎f\t3( 8tȉBqlj.3Bjw5qPqF~JCPɑy`rŖ57Q +)7s1P0in0OvR:K BY$8FaO!Un,avb1Y raiP #b*cVdȃclUvWw CWL;xsbCڂ -if-s5PCPBg=)L@C)8;POXK$ '8x9!XYvd*Ařɹ3c3qjq A$ ^,cXhwrK9=IDڞBe=F !$ɣXp4џ2)Ec얔SKiuUM8&oYw\\2f2'cb)%Zp'Z++AI7CtPqe:Di˹ԇ;xC#, W`~@$C{`C92;ƫtʫs[2pԫ<hY i6:,NJ춚ʬ;\Ǿ82&WVʏj}G#;x1Z,iY+X,>1i#I΋첑~ ǖ>O/~70rE &݌0حݧ; *ꮎ׌Lc,P` z"" ^+Owm;Ʉ`PBdWdߞ\>xNpNU'>@U`ّ>rK+l+ 3+;^~ \~UC;B{E\MFxZw,J-'9Yly=Sc,$3 >?@=F?e~P, _n]?&P####`on7 $ $wO|Nqu`s!ߐ\%pi+56eBx B 3mD5,lFgLjU3ZhqqŅ :.Hf"M|js'D=j.Wn1JN.%W[VsIkPE=(le͞E!!>AuJK 7-؊M*MFl"qD$HPA :z|Rh\a3-ui*c4qmߞ6.4M+:Z73g X"ƒӫG$8"14jQcL,it*]hw 4PF]%B"*%. '+- ɺ *  k0DD>PD1EJH&tyM*Gl,+"ZH# 5'b6bkRz3G8y.<9] 3,:9#$9C){O&'?j( d + Ld',"04SMH@ J1TG u/S;t҄aqF:tյGh,@"r"#J^٢-ݬ728Z$g\VԤL5(8MW墽^O>=O~ڏA % <A>b 50,bKxD=DFԐA`D$*ŠWc.i^kW΂Xъ#aNsɵ*i2׮Z--9q<;侥%lOl㽪=sr&?X+;XR`C ,C',XB0X?]ӎ8C'dI dR77U.V[gOb^(Yݚڧsoì9b96v.'^Ξz>kߞ+h} ;BKCv7\I\(G9P,r U `C@(91"a@B@,]F< R"4IybhU7]9PjV՘D4yZK{4Kֆ'Uw}I1TTO9IY.p!6nSՇIr\@x9pd'&m5lp+Y6 w(i[lD9gw۝ y'{+I.)ǖ_sԦaHR|Ii4%_q!"3d zL SU.#1c`$:YG<rDD y;im`0w #^B#c2J 3ٰtPYΊ!ӴЕ-Q",&z]bZ/c=0O{eŘ)G$#?=J_4) pN5uqģ9zNuSu\gs]>:!8A+!hAmCZQf3̌~IL1b5..:(V1!M&@Dc>'2lW¡Hl)0ի,Zb[e]ь19K9s26QS*ί6M+8GCm~@"Ƈ\ws\HKU̖փ(.WKyd5-8ĊY)ζOC=]1>) .vIg%/v8yP6p #\>K&Aeαucb  2KVh<0ZQV{Mp0"Փ.`K;>=;y}}г^sAW|yxyPo@@Aܷ7szF^ 4E ZpZѮ8 x:+:齮CH2K>K3竮ԗ嗢C"9 ?A+,i3ʶƻ3B$<#1 r*"+EC3 7ڄ*3@=ڽߡq@@>4>F>Cl>{ٻ\Ⱥ,rDIą-8N+8QBBt#1#DBY@"+$uE zވ.ghÀ[C Ȅj%D8yjd@DsA;3S4 EdaZ0GI8Aw(xk,rJ`88ɾ2GIɬ[rJ|GdI٢G#(mmxʳPlBos9E[.;BE (\\+1Y.$1$!W+;h8 %S;L3`@ԚLN HO̿ʠ\;J! H\$J': Ek1` .\m˧jYkQ+N,%FOdL&dLKѴYJD@MtJdB#E}G T\xYI׃%"2gm!I:QTQU<+۬Ctѐ4TBsԽ!AOI ‡Q"O=+l?+9@baP.EF[\\lW 0ˎ bn 脚SU^J)ӵlF&cVD %$/S î֫+T՝TTQlμD#=J%U"0GCMdULAjPB"KT ElU(}U1ŀá [՝4oS9!QcUXZX3 %XđVEeLDDOsm$TK4MN5(e͓ q|-{W}\7Xn؋vcU3riN-/%%e8MYr\USU E RsĝO2$MR+|yEצuZS՜؀m؋1 (Zؑ"1[_]]b0G]U]Xt7!\p ۫VYQźȄt,2JiGeJ 冤ݲRW,5暠0մ|$em]0% rYu "!.)m1QݝLZaYu\C YVI]- ǵ"%MMMeB6 -E]M(e@K]_UM!҅u8%`⹵Hb59sa ""]3] ^`-TWtj5T៱&GFxf> x~fu<&PuWTB xdu"6ݙKMD@YȓYPNZb 2逅(.Y+6`_f ^h֭AMTh= Zx"«<{]B!]gl}Hgu~]Zņ%Qƚ%T΄Pj&Vr9u`onhiEbF-`huhSOc&Ņǿ mp?W /EȋNnQdMr}V Kd@mM^+Hb!.q-294l0o΄bv&r"`jxu"e4ڍ*cݫmf9erȭ MM?~k pcP^85_$>@؝N '")Vl&WtV !wv#Gy8Z.A -^e^6|mDj?a9pA/G# &s?tb[?C%d_8sqLFv.Tgi>0arEDmWt^/qv@vtZthw%c~rQo\6{/\ 5^sA2~`pp2޿@bxʃWpsLGeNL|0![ E-20"Ru Ly]9gL7w~I':FD~z=J+ga-v5W"wu}u%`bAYdQXeev!qfۘiy!jƚ ی #f`79&o5atGҜHEJԹtv}<'5QQqV`Vcz9X% k]2[eW{ Bc>VaXati)jl w؅A:WQm F$J-IuQBI^GDb>VWeBj2 ^y؞`j!"lM(Jk0^z65r*PAC= 1%Pt,"ϬOJySR:QJ=2\_f|H}PXj>KZV\tiW^{%x3(R&aYV.;i; oB@9rI(l,tֽ4ŶVLNQvy*{VwW-B Å1W2\u݅|-(ϒCjt2nK;4Ԓ"٫op>tTF#Q&EͰoS'1MwݼTB-&SK2D 9kyI%35`"|܅g`;3SXڇ"ȴ5O b$]-7oxT 8;X1Vu$YO%aKd2P)JSJ5 LfX ` MHYYf6@@9u}tG)eس;bi@W`J;417t4(3?hB ]YfL9ӿVr7VN5*댢Y%U=Meɛ,5=ܩ*dRqp:{m:n?̵$)-ڐlBNr]F Zn`-l Xgv "GQ\q=z𚗨0mUw_tBKU䖩6y"q{7PGAGi•" X$  O_ [EnDKDפZwXe-Ep!]9 )ʯ$}D&[yݣ2;=j42 ekiOQ#Vn=  Z  -H Kxۦa_Mq1X]^!WtS$! )5eVS]oIVB==j WyߨY)BFi _ 䠼c}?ۤHSP"гE-Xp] IZ86 vԊO4e&U1)Dԩ!(Hf ['a ! i<y bDgQ" f./}Bìim 'r'•8bc!م]S*H@!,"HQ0B L'F3TKG0JxQ2E %QP" #FX!rɳgN@0ƒ8@ŒK8q"J-[Ვ+tB/^X[cH[Cm˃Gl-fz3F 1@XzDHcA{Ҕ Fe0 3(eA!@~P2 3#̤1B -9fP[1|H#dHy g&Mi\Ƚd|-]DcȑJP’g#+Np=EKvMD!TdAgDž\%t3pY! rb\Uza@hacoXB@$X$9eFGymK01$!~j&MRmF3p\>SBO!&u@iT7wIzqdHNDJO>}2MT' ,(B8gȭk"GA0VZU,Wac0 9aFZ&@B6d%DEq7/IIh4Zl!!Fov-O0SG/Q,tShFРf3(g^LA}I3i 6SQ5(TPh *b"t 3X l1l5Z 6j_4%@:B$a{b0ɤF#7Eh@D>ck}8 orɑU!#lj\z{whWy2L)P D0 533:'9@-C2l6jc_a㋭b5&pDdpD.fJQ7EqoR{Dz!<" Rl^)/j$G 0-abM #N ØFg1*#{GF$3YY6ܹ̇@OUO9Y3ʄ[ Aɡ|"@%xAa P9)[֨alKh8bJ@nn1 WR*ZC^Œpx>M9Aыڨ0z9GX,1YuzG$5'%2* >~S= k=9q J(qI:`2ă$[@H˾1x N8tJGh+M禶$Oy:1\# .D4SS)H!j4=@](WN3qZ01{lQ,a hD½Ј|kzZ'/IO[eЃK`’+>&iw Q3`yD7Z)0 rPaRCsiwU(r*m u+JFpALSh-nr5$B2Ҍu-&c4uБ;eOZM@FL1Oи[O|ғ~tަHFb5 _9Ky, 0`")% cT,ȑ2bGt!k%26ɶ {@Ԕ\*]1 `5)D2et!3%zi'#-7W~Ø.Y-9 Np'fzր$ ^ `,%%I$)}$tAQlt&E3zpm |^@<՞!^2 uP!Ncy[ħ$!P j0' ":xtm{pw/ݮerŒ8ɈṴ>1Cκַpj/%79Cs0`Bo$6~ "1M*bWg:\HCt^dH2Oc6sYB_.Y\^w{mCЃv V):(@%r~\׺;> -g9}zL.w ݝtwJN|'8'7FG|28ZNW iBH*Ty([+v(ACz6gr1%+ k*,z_shs!8tW0t6j #C{|Ou-uG ;?Z7 uv_cGvF}fw}`mvS!Eodo{v3A.804x0BJ(DY2p`\iE2[cyȇArS2j6)%qwc1rMd"X!h%nr&W-5!P)t]T^W9AunDnn5}mfn'`gPXG E$^pwS@+}"% qA%P0P'OOMpY(r{qGy;SK%H/Q2MeP]6X;(H8x4exRL|ie>} ` I#9ug0_ @8v~ʘbo(#f8~! 'AAg`bvs0xH؇ BS)7QbH]\6$9ِ:4ك=r66,550@h"1,f_'`%Yi!|X/)f6 m5)79}; .Gxo&/a.JsP$RP'z`P3;34eIyi <:l(5jrIu B_0M:7$@!;$UR'e)˪-0;Ӛ?x[78$0`ErO$8a0![ Ե{[ckgmǛ)dSjۼ!Gqo3d`C-tW`e 7B,oR0b ,?j+ [!I*w`eȭ Rgpg99Y-ڒǨHrr$"mL(ƇXFM,Y/jv4K!/ZAw߀߲(%o@^;^]K(T\o`o%Du rXh?oN m@֔`v=<٦պdS)A`Ul7ۊ̅ҝQ2ޑuѼ].`͚hzUהX%ഭɀgot>6mu6{Qp3MO!<u;om+~J1П1.4ܐAn;Km:v`zFJΤPzlggꝛ+ҩYBvt~| ӾlAm]iDoX7&hx,'pXnM?! 051g Bч\u`q(-q7-TT#NOizPɉz✛pES9OEUb$19_xY\ke෌JB RE {{Rp3!LSz, zdXoۍd^/e-n ͓:.|C񯙰#$n])ߛFk{ !0”%:]U=^]EO]U\]adqo>I .>aP,@;Ŕ\dK N[sW,-058>V9h #%, 17k! dQI "D <{M#0QQI:1zn -mڼc( ?xnUӗ69uq36fژqChQ7H}So"4OeHi%C/`x-C̞=Юe;b(KX] M_`C@I@"v§}(0CHJc,2,ZK%RO rYl,ЀŒ(l1!RʓH!|D%%ңb7 z `=0lCb@>_Y MZ>8@ 8lIږP0 a#n\}+`` n0%kXz3r+Р'@0hkH@B8)sXCT0!OZĮ="C{ K8>-{Dv) }f5)&fS}C7MpC98D[d,ㇰ25_! M58`x b 6%W Z VcHXMm꓇ ȋul7?W=-Ftsd9yJ~(՟iMӍ|/L:ֱv;_zx7t]1Da5v7_\Y.u8(PЉN:#*I_R2Ҭ]x2ɃG@2QX<"={3sr9)1̓ٛ=+2BCؽh E=K  :k:i6g#]:/ృ>5^'ci{OH?+}3&h:8rF?+(a {z8XG%4)iXjѳ@B`ԣ$<9 G$ OAxas0!"#>|c:g "{6E/H2a'$<>bQY~ʳ{ᣵi)8q0&᛾9ɊClpC7?C=$+KB X`:F|G\й>3#ݘЗ3DBص﹔2QAc (>fӃII>{:Yt+hE QH5 6i#wy+f//0 (*7<F{& d@`JdC Cc 8h@| @KdQ:S{@IX5|*9wDa R<6!""A=Bk̶ܲBBoD?979{j)bd;>  耞l,b! 'w5:+mٞPPꐘq5P@ zLh\ -Āk bЅ*:EO-HYՐ] UMU]xYW%NYZ!0VEx"5b}ef$Ji[OH *4BH@%WR|SSLw]ۮ*r*>j[j[[rH=5!?]  )/X -\v8x- KTaF, UmY85H50ԍYYEx-)h_m GLk؄MȄ 7Y$Z%h%ϫVGϯE 75WX2׶mآem_[ݶA>\~L( %xHFx(M9> \b؁Z:#( ڕhap]faֽ]%Gr-A%Z$ֳlL̈́1U-g 3LD@AqU 5h X:JV_=r[j_"- ?n"A7[01U(TzB bE?=\;#LX̭Z:F+~nax(++"Xe]e^.N%dž;ݢ8@%آRɰQFkY+.$^[P,qM5^c #E768+*c=>~ ph -r}[ ` WtGfHzLdM0j^ͭM"nna]<MMiiƂT. A3%X }ށbNB@,A!K4VhwB_Y]Y[g~kg.'{tb~u^H fX/=Tb*RZڍ[F`i;XCHmFmFنؾZ闽 (a!PaI5 E9γI&Gf^$N@Lt1cM,'~ 5p 1 瘨뻭&Ƣ~n g`_2{:o ('h-,Ҕ\']R6e>m}aY>^ma8@8ORnqq.͞;e` m6xE(-'8-3~T֕cmO=bD6ADH")'5J }c@hxUA<|o+! Rt - )`RAG @^p@h~3\-ge GN]wiMi0iHq+`WouX*x**&? HQ?'ЁF/ dDU%ff*R(O2nDr [1 )}c#Wc뻶<6.[>"4GF~' €v`h={K]`ZMN]eam(RWTqV+w[[\Z؁i`+`ab/rjgǁTښqFlba-,vnv/.tgg(E!V ? " 9 _|\D(@xrGkYhGURKgFЄNiwiF0ua/}ӯ@}y\y' ΅z>e v8vgvg5I:k\Knv/b2r <wO06ΉR )H$bCebd@­g QOl1hšk= mz"W/Lzy2Z8<#Z$ԼG7˥@ @]E7R@D= *" U]+WZD ֺ@20Љ r2r -බod[&$6@ B%q EgiHЋ9$Ib 4%0188%BC`樉wD$ zK^=@hVFmEXaW($UOjR1)Pғ-5&-ɘVr>,),KL@Y&KT-p[vc,pB̭:I(/LƬ!2|('RtjX͔Idv<0Sz_u~19Z#x7"f{dθ3/ _" P-Lk(+@i$GzY4H&UIzO#\ +=!&M,@ݩ(` `% A*3UiFu9b^BQ \W#k_g*uNOcF;#wلrx-@K4GB$(-ƣu1sc'H=\n LQ*aّ DpCX[)DaS^MfnsUNRs@ۜF%;i(Ğ?zf7k`o{1HD⑴؆<-#^ΊxXKjT(S.!!j%͟E T z#tNG]>ӾiN3bP53Z-֭Cl ❚̻V;klg{{A N.=AuyήS/-o9`(p IWbcK81TQR&m.YE |^AY ytJeصEe% ӝIF9 ]tSƀ!tjTI _]ЀAOy|ٝ^cMWOPe 2yAxX)A+Aݢdmu Dy&)]*zZzB Ô. 'b~"ݢ>f~08!lr,FhA&@f+&.TA[иKN*>"gX^ލ@$2|٢_n؁]Ag'xg yZ$udbBbF}lY%c6fyWz鍠l% P֬HNoк @ iLA8+s&p-|-&F~2AD\aEܒ' @^^€T/6igͧaj"J`W((`#Clb9  0 \#[#Oݛ{oB'}~Y*v2y BAQn\.^1D{qjzRkȊ31Au kp>SW= "k`|p$9%r3B:$K2 %O#woec%d6$.):mLe&LJ1,oG . ìa+/&Bkj 70(@ ZHIc Q564)_ A1f&AO4NA:@ @2;:'m_Ƃfcƍ]c@C p![G,6زH4R K<D2FWFu1t9":sбqJopzAaWJ꒸L Teo&gC :5;h+Ėb*/HTsB/XSc(a V{?[6ofMlMGZ4Rٌlu\#'1‰:p2ql)4Sj41zF !&>('on5oHe}Aee'QVS6RmߕިʮN N-$Da\`aBlCHuGD D75K7ǜuk_㡹R~e'n%WY*|{2MP~;97@;96o9soEbŮ`kǶ}qVP0ԴnDUn, 4801.G&x6‰l4_1o9_u|Ac^'W b@7{?jsP04۷7~7o9_/0pr"Bl7bD8mw9X˚߳Cxr :s:lʸ'۸13DeJb=ƞ2/3AgK3 2-{_\S9@[޷zWA/|+5ǀS*, $+!3dS=SM/ d@ )6蟳2l`ϟAb R{C*B4ЫA QJHkޚr,k K,L<Er١ZFr8md(a\#"7f? Rc8(!.H#/(F)C3HÏH`J<`{f/'b-RÒqđI%z󂹬2H*5:`.X dR@f Z0SX :Х:LDȣ4VH\7*7&H# Z#+S3KQ(.xG3s 8c“=ϝO Bˆİ=1K ؐ: Cp?PKQO5uRpKq)GuYlW4 Mrѥ*dFBӑQ״0Ì##!2Rb(!V)+×r5:"Qk/|[z08Wli|tPAdQ")TB1 6T*pKVՄ [ee ѰovwŲM: fl;*)V#vL5-6՚⬼^}Y %8/l7 54SKI%J9c&eoi *ěV*s2KP 4ǹ[Tupt-9hu(QHWF.l*phF#̠x̚5ojX^pS=!aBsQbW7*p'}CM=ӂW lP@x$?xVE,~PP j JFT}.x)6aVh.rMu%p˸H0B(pC iP{B5ADoJ3"x]d iC4md j*S4vǚT6ψ  q{) *P:Tw L|P .ӑcxY@D, d"S2"9B 74iBiEqK8B?![C(cfL;թ3 #T۲Gph_$ %MU$ RӬh0ґ{@`Vz WT3:SQ4G{$oy o?Ə#^ДlDnNTm.ouxv=&Ơ ߛ*RaU4 [Cr9|Uc̕ PD.^iۍU;CwuydZ忢N9"pGjx~sxDD&! dg+Vo: b#o} JG,f4Бg-= ~|=C:}eEn$Ƨ>Hm|o$9]C"P4E. gЂ 4gdҀYYѾ!,asmlסPX#fGQ3$\`,-iI Qpoy?rwπ z־THnҊڥѕUxbNp5ƴPB>H/dD`A2)_9dW|@z]J B 9 5lG<ގ8G~Y 'J'@GHnJ p`=!h;ھ}\(j8.i`SJGtPxdZ"5a*dFD0/TnʋEЋ4fvFB#~6j아Yd J6)b_]0joC/6~6R@^ .떦{]2؏*I/,@~@KdMa^&0.ϓ@uN @/uA bdFh| @5`/HHjpGmh 2+ jp zZq6`2 @ / r . ]V`PVDbkn, o.ָa@J`$ DX*~h@1HU+4;p4$Z@61KqcA!Mz**H@A <^Br/`@( TFa,B|"PBZa;o Q΀ xr 140n."oqHCVJґ,,q/Y;gkY“-uKiVV> D8By wLJD[zlBOՈm߶3@(S4ERow [@py,aFt 2D=a<VqAuTE5Fr(Sf da4wssQUaVɜt^6I2uɋuEbwffNvKh]cHTxax/oiIw w]q!?*"&Gmj yX_d"|n՗tQ *K@p18A`wbGFE20xr1wId[:sC2fZ6MgQH1VWWTW^Jm"aYAYh/kZaXUj x7}{"`"~#8O y|`X /#A7}ot16%]~q] bwTO5xrcE6[GxBt0.u2>pPX%XEEg6Ywh5GFci4 j=-z{lhو"+Hw{[㗃'5r^m1 CNX: |wCb (xRqX nx:XcrK'sGʜ%CVWeᙃYcu,XmQ%vw-/h@FC.W6[RY:̢8^OR"啊 /P'`j $/QW|٣3p'.ii~~O4q@U7Fa YXrz[&Vew5fQ;X1|M]N;Vȟ wuh=24iWb q "Y^nuBڢ>/Fs=fz㌀""URxET{'+q;9dEg9|9Dzi΋aY{i wUiZ8cC6bqW?;cnmW#HrBTXC7 ?n-" 7H{Ϙ<CU7]{A x؜C:gtMwkf=MX,g Բ=íG;.}n.\8Mɏ@;[RUsd@؇]ѢB--۶j((6v% HvX`qs+qQ7vrȚ]ՙuuK+❼1,nܼSPB ڃL2IEIh%I#)}Z2xX&T(R7o̰aeȐ3fȘ#p%d ^HE _XQEMHP!B!B.:81DY$j""GDJ-LdMЂN-8.B]s&G!RM5TRIWUu^5VX\A.gLTQ\suW%0&|%7DbGјcoeYfg^!ZiZDW{XVH!LnD[o' 2Pr (MuM]-l.?"-aA -|TEPly$tR$8֤N=OVx!Iia~!Vz(XА iU ϸ"tL^_!_FA&eaVFu^eEA&!9[c C @{Fb ]fIex|. Qj .;iqБ~T,*NL3!h4 @ U QF4S 5LkURFa>˅0^׎W`YaXFGcA6idfU jYڻW/ly[ pAssNl  AGǂ!A/~4/sӃ5T1b-tӷ*ՔJ5]劢Ag)E^xc`qak7dM>RƔ>фpٌe: ͚֦`,ms{]*NQ +TB;Hv4ji:z*p&vTyZZE[QWN EgQj䊹MGJ$F~csO@Ñ^ҽ$} lL0aA rAy.CXD.Bf=K@45C5vP~һQ*x+XED)oyC!ʊ6QbVO`">mla֧li[ptL2ܛ€)yR.k`X45` "75B'P:X 2EE„{^GvkB^J;\B?9 zA eˤyEi0bCڰ5\,jH a9?ƸA+Ns3 _:). Ac)& LmW޴`|YЃns F-(*uD!Bvёd1RzeI #K %Mr٠#CBCLg b z;m-=3|^+T}mKcHP2 ,m]; AS\A1 aog5`kRud%[f ml] ] VP-<Դ U1DT@/`xC%BUVB[Vek!3LWfz-]x6m j "~Pۼnc?ilW* Ї@-C[Oa In*bTխO|C7JMvR&1KTxܛi+Jh.xl$L /7PD17~ax3Wr-7]F]dGsy0q%GWcW?eZ6tWH^jPfL$ck~go|/u;pYGv&hBv.v1!hh X<}4+Bhs=ZQ"* "OLYw"--fRPkZ؛gHj ]I2ccimI{tt8QC @wzmg4X|pTUY4 bh+vST!f+۳!fVwqbJj6ɚ|6~ZiG *nB]&(92e٩g'Kn"blPfIk;: KCJv{婷kXvp|39D {khpQR21sD"B [%&&l0lHW 22,m{!å LPjt pl˅R,Y`'k4;ZKE]lΚw"%&E9+ T#y)] K-̓Aj*+ì ob!=-5adQb4""˲,tMk-pza1}q p潰c枴' c. p {Pn<7o9143=[V!h$Դ=>Ҕ_T#pfs6/N܁:r--s2.QL\@֖m֍k#ɒ#PR0.W׽-XP]p1,?YLG{i"& ir14.(|Fe-Ryn-<".}^FF$oO!м_ ˒.srA P6،./⍀6h#-tpUph>M>=~NήTnőG]Ef(UhugrJuuQ0Sspkz1 0do`EC# !ia.ʹ* ec6uA-_=5!q)c=@#Y`M>[| T,}9Q:?6%BށmEHнL$ۨ1kSU/QYgN@N"u7 N&ND *DT; v5n_ b,_r#Nwq  ' JWt\jH&>y9b%G!7f|QBd!>Dy2ɓZdiB5I,1#CBdPDm!d-fQTh?g΄2V*Tt%=ʖuI,[漥cGih^㦍4… 67b?EY-ʵ]֕fΛ3glZLVy-.ZO{{]ڕl7]nF{3:pܗXi.nX9rG7d,ArK/?|)3y*GϠE)c!f.J Bb 7J@"R(ҊP*p Ұ.G4UI̱YL2&5Иء4J tHH97ߚY&46*.5,h"nhB*>M:cN7᥷<<)&J%BQ7 d3bRO-US 4 ;t8;T;y/A1L^/K4lrqLR Ht12W.d;Hdфigk2K& 4-1|/%wyfo{GO>~)r!pcQEI؏9b,Ēp9ua4=&0FҋdC+0Q.l0F1.XfggZi,id^D|oZZZƳK.H,(sn({5nmsθݵL>;$: 7cFNN Bv`qN"8p젛dBG n0`Ya`b5\ ŦHI~4ԤUBa%cAD$|vp=sQ7xzP ;0jBXs8Xˏavc: "G>H}d_@(HAxp27R(5Q4mM#XVoet0YDazÞxKӥm"f1=v}n]L3C E 5oqQozw7qpNk`kP@ p~L7!=Oqe??d𡂤 զD+;T4aFT 1͎vĥ87`t=s|i0 D]-%IrӝHP٤ĄԾu7G8.-A i:0D+Y\jp1]tئC'{Wv{EX %x=;KkѢXS˳2lLe n;9_NMkҖ f׺\~c|NBJ;s% ,%t>I8^פRԍЎY.VUH,bE#"W_ж]lfU^tf& ``(4!٩_r.YK,Z o(7U4g8΍TqkV~/Wyfƻ%8N[qz^%gQi+,M~ikeε=(VƲ~Gu-Mۢ1P9PMq  ,@ԖKM: v8Jc#?Ӏ~ԺBάe-κ\֛7^oHi S7;MQᝲYh֫3mH>ioWNoKqzۛTF<2+MW03_mrۚ!8%Sr~94'Q\~緾 ݊~w=!q`4<, !_!h+.C_^^6&i9q[d{<S !G#Gm4!H[x6y;v2A\Ѐs4Ҧ7Rg*oS}qm݆DyMW7*[4=4}JS}}6N4{fM_5#3Ũ&#ڇyq.@)mh""Bx}2N8 KPH<@cB^?-Bۆ3l73C4<:aFpb7Ӌj~#Aë#aHI^!u\A(ߠIyK>,2 ?R6SȄdHJXlH(ȴ̹m‡H8Λa,3MKsaq|I|÷ȺfPڷHXG$'•ZGW>(Ǽa2H\Hlб˙ˇ?9Ŷm#FA\Nμ,=qxFO'(=F(ɍqԳ^r##7p M\JOL/)Jݵ8Ь\E*1ePˇD -Μ9 xlt(K Lfgt܋HQ,%8ZGMxJ.}0U*9PH^]S|H }S9/唚y=Ik@E\hZp$ *GH|+|q0P-QE5f|/R;K85| P;ZeUH\MX`^` VʳH8Ÿ@1˺l=%\MȄL؄EC]pC*tHmu='LWJTBWLvH:ruLI:!R6A'rxӬR-N4p<(Ն }؆P5M6XEKb[<=!u h-ٽkMa`YapõqܰYrUԺȕ\ܤ;WQ=Za׀ۦ$M侺ZZ9۳S E6Ю%[ ݈]Uc50P xNҋV,پ͌ʈZ-* m:ū-=uV=#O}],ţӄ6- Pվ+Xw 5NDK%[U_B]Kց TkKYeZ@YٜMb%zOT/)MEXiZ-V\\ }`+^]v[ FV;# Hkv^pz7l$~( ƑՕј*0UaZ=)V])%֕Nv+bE^R^)vӯ]-'Vau[ۋe)aH4؏}6>Ꭴ9ef)' }\ B&f̵#NW%;U-cN5OE^?nRn vneV~`H ŵgƹ!)a@6a]hʐ*Zedi<^ÐYOYk.dиa^C\w핅xd}t;u(v;%+u|ކm|gRg*~EV6۳(f[MNpHև` t ƌօu't0aZ]c:v;L=miMl=ψiCiNdlZ6k"]z礮)R`hjRgFS,jue kD /K=]NYѨha>TlF!nfF:NWj~ŶfBVuΉDX3855j-¾Kjovm֎>h]VkFhn Xuh`ɰfd dfFl=qhgG!K[liAfVL< ,jM8vAj(?5_,pwmOh`8 eSv K[(Auen^d:'qsYu}y KlUcnigtut_oGv/I6<)3r%jf'(8,-Uh/opk wK_`v6]&vonsaoq~4VMPhU5qnt1_v( |="tZ$#%ϾZ2'G_>,'`ebWM.oدFb{>|~@k"_ZyvbEIfwvYWYMMh%=B6ߊvn|GHь)rwt)-".B~zG}jP3KU 9kxLk = hօ\=Yjvlw얧lp ψsv#wuw$&Gj.;}r-KwvxYu%뮧 hvkeq;ř^IYޗ//~BEov3U{FdALGrƟWVgL$z#,rf?Яz'}1P{fuez Fk3tѪ]g ֊(1Ząu"&ڦ (Pdkr)RdH6u93'O;tĉcGg;ji.1b,V`q֭&L vka~ kBW%LxvpC+/^n۸Q<`0(P@ (l1 ^, ʖ/cLa?lMm#v&rM+[XriLaB'(bQ<{ZJ1sL~N܅,jx-& iqCgZ|`zֲ`Œ_\(\q57 V(fXd.]rƙgP ŕjwlfmdC CwENH$1I tD ԴwQYN?GHբ-4uI%$ UeYW}j`Y[X5X"FV@8)ډ)l-ކBrP-eҐסKs(E+:SV+=3LTR\ž{YuDZ kZj\r΅ny (aB6h"hgH_mi3+Cr3vD8cN!-GRultdR:(Żg\QqyNU"UY1_}\1XlVr^}5G9(("%6b XeZbYe ݾaLM6VHNZFm^}}:$sm?? ݹ̊|wp: ey7fwZo_/WW('[jYmnt 0( .v D'xw)lz5$F⍿6RH'J=YLgzjj=C{6(GFƞiBAӲ,fk}򗹜sReE2pO_F/D#Ʊp6rөσfۈrfBrIq=0"^='XaS*>!)eX+o~cKdQ tTiZI;1w:#hF/72QBB$P8kzca kH r0$ !>|$UV#IU2Gϛ: M?j\LiJ%g`BU~_FjbIYE5Ƈ17Lb-bֱ\Hjbԙ (68=r5ޔ$)YKYb)&Dsnqg(z~&4Y\e0˟*4([!`c`^ţ, &-Ӣ|F%MjƐ! يW46!HZRq[j9tZM}f4:磾hKMjq5RMx$rTUb Vtc2Wv0*W#"O6cmCP[U}e Hjx-*jCY !6Jhz%K]CwŎLfZTE~y,9ӟb4Kv xnd[!~0\6+Ò.E9,hBlwnaGf:mPbRnы8vˈ`E%YQ#SU򦕜%Ҡe[t$5wJp*J_6p}lV4uf_]/ .i|KW)֠ PR~mk\I%d!1vз=ڡO}7F6fʖR>pસk>뒕dYY0KCX\^WW\4_fx n?;5h᝗J/k6LIcz+;(oTUSeaTU$&U͸.s$vܕlQ+U{ɣ4EY9.bC̫dno?:רfE-Hp឴^/齌Dg6"Ψa^*+YjLEa@A\ZޔJ} C!Si휑E^]e.QU۾[͟-l@KW`9ʂEM`iT- ,Q BlFHCQ( z!W]9_AtZٛlH[ש!S hƹ b=]QMY@Y])F sW|a9<0 U! aePul@o QM?U6L(q ]ա=bhH%}>>-?z;@qa1k ! 9 Bɡn!BFmxM08xou c #22meJQ5ENuXuFy$%WcXjx"ԋ@@ѣRykt$^C.`9Sܒ$ /. ccX2H\8qE4 " š$hFS7hV(j8^"ݡw(dOOlP ?%%@- BT]aᡧ#FdT8]=NX 2nF%Ս FN}hE-Ƶ\Q=]^#w%_x;@DdPAVpp {͜IX.ȢY@xdgVyBf%DDoGՄFvWFfY&Yn %Fa\o]&V_+ *㝑(gSN~O)JgbXpHEf<؜Rʃ}bT_yjYBN/gMdoY$Fb|eW&f8}')u!VKi24)c`V-gbZ`vbP R&2۹eA'[}fVf{ڂ8(cfkJ)FܡSF aRfO]"qhP}b<-'<Ʉji n)RɈ=2&501Zwh!Jfgj%## b|k2j0Bjau)gS=&s*n`olFDsejiK$:j++c=Ɔr>jgd@z Ujf꫋("ڛZD)&lP.6*n+ma>&(L%bvt6zVýΎ*#5֨|"qҪfJmY>j>Q+UY^juLc}j@E"_ߥ-&,lRњbT΃99.,V{D, )n&.'>>^+AaRkbmLzzמX,El,mpA9-t.A]`1P&Anny^e9p !l,0nR]N/jl>J*roJ:Z镾X""HlȇP|)y&m *eP %чkW}faoVz0z ӸN -0'QXk0oBrڻF ,[lk&+&I1O)IM]Nlvpn_ SxaC>Euƭ3m?\LЊ!hF;/ e2-2B2>0[R6"M3w5SڦKh.f Ў/x0/q[!sP%:2@@!,"ɐ5`Ae LX`A0 H `҉FE%`(2EIQ`bʜIM@{0@ *H!HU!D UCx1M69jȐlY0 [5ظ˦F0jh(Pw_Ѧ-)KPDPB ҦRC٫W?1$-$Rl ꖏYzr,-CxثQc>͹U`Ik|{ YrH }5\`E1~Hd^DFR OP,5OD@ H)SW<TXUU/ c ŭ5D[nŕ\ZJ^Z_5`xär!ȜS լ" w* 09*1F!7Ia itKK(*H*TR͊a @YBZ %1@,.]) [O4A$d~L xŒh- =Gm VmL9nmv[jaܴ oN> zc m\Q9k @_ Z"2(,,CȰ|R HBŽeO [(%(,# v+ E-/h!~س@n5  @$xS0EQJ5MJ[A,<6yar]*bc5| A(g F1S.%h`/"qdžE0<i"#) . 3t'L8rdPezAT20D2%pu<7thG$NҠwB( CxE8> b T:U**j2nڰ$ 4r _7)\G L/A?ozY@LJ@?%@japKhz ǡQ0'W`%eaO`X퉩<.edڣC<#V|\Ei BҔ&&żʓz R%`K'X s].BM=Prf >J,iM'l! zk/a 5+QB^j F"뺗Pֲ>fYw `|8Ї>0ϗD{ NC B AiwY"-K">ka b 1\Kl |Ef6mUUE6"W@ (@0u:i9x xE>($d)@l SaNj"E!Λ-^" e'VHKtˊȮŘ)Opǎ\pfPcR0Eio[.6h ] @f#WvWHfPD8Oύw5+%HTQ?@/͞ qp7A-⡈SxU,gb`x-o0,'i֭c6kU CٚD؀ ȹ]K2CHz;ڣlfouD$0D/KdC FfFBǏD^&Pf'\RW>*Swamo5s9y0:gnsqz v}.]IHs '{+hxD^*A(Ё_-32#2x&#PJC3SN6fn"$?0=r,$p M9ZDR.Wb$CeTb%^J{|FW^Z N|/`{^e0W0nc~5As[7AOR})Ugso,vG*b8c p'`5a$*[}H(#~8#J>EqykXPr&8@\op>6xz$P<6>sz"TqN'^x 1a^6'UWG@u9%[WPe}9gFwBڨvo Kv)SYq8.s4A#~&bmWyāj_1"f4USrJ#%\om0\ J? 93W2.`@˗NbNZptjU50Pf G9ƈun_7(}P1~&хָw6LY0PV a#$M~zy729M^r4yyR(xX j aLfD\f#R$Um"lP  |@y.|60q_h8< Pfq\،EIG1MyfxW舎U9 Np sPzNB`jz1S1 z6⦃ЁffsJOK~p>ݲsڙ.4SB1E`p:TujF0ΗuHK9+*nF9i'u:ʣ>ʔC,/w(uTS,i)av )N/ʰ$*rq>#]5K ZG8n'(`ǪFo9&QJi)ˍ0,)lG*:M#oUg%lijJC> F1njSSOzrQ1O$dk64H.* Z ?4TnPwķv93˱} )S)qQB+wl~lhyJ\YthKq"+8)RZxL┇u$J6sS\ \zZTv*+(]?Y+e %?+ yuU4/xx0y;+w k1$t{ֿA' ehP. 7+jqPLqKsݓ ꠢ1I˶Y;:̼-y scH0{`kvVxAYn+n0 c :U|<kgA)1J;edm8YF*pIn( b; ܹ_y̠* : QnI\^2ݺFN%?( <. ߄>x@ְ mʔ! 0fL$gE ˂h'˟I\W}U[̡1X3n++/PwE',*8@QMq L.p@L,[ʥ =ԴCj[op]?l~.а'>- {9(yV?h,ʄsb{NYl }|U&( ڱ֢;X{[_|kvLjY'P۵,w==H}:{ # c+l$gKDХs--.oP%.U @!pbkHн$ В.#n@~R= ޢ;9ݾ~vhA*J}+ , $X$:MNNP-,OM @FLȁH[QbJ|gň"O>xq@8(܁@q\Dj>6E?ʱ[ O|WGel\pz}ٿ2n\(wF9h$;~B=n#yRh\qss槞PP5O[ yhīV^v%"l lFUɻ =% *^]U!+]Rʴ0{`GMbL\P[8;y0Ų|@ X};q'ԔewHJ'yHpA%T~vvSȺmnxG.Q $ߊ@셀|n*S>}Spu0^6xKB}a% DPu-x.Yl ` %j_~&mQH(gXӎ*+BjJMm?_SŠ}p_M[fgl>r*on̫aT7oF.[5z'U,~p %=bS9U_oqZ/}iɰ?{0zPTngvf/.[ w,{̲|M*QNAaQ $Hz=ɚ~cffL5UCnBθE6v<էB WW*{RFD$uɸ\R P `uЄErl`ڌ#:ND }IӵXla|C f>DHTЈD(xij0iEKib6 ؐ1V@DCp~[a i"geFc6"J#@#=&2D:D JG=QV 2?4ƒAnA@Z/(lB4:kb$ʐaWǸ$tK$44S",X6$uhaODGyGr='BS+s f@װLlI@D*ȃ:qv|VHzjXnV1fjzV*HΧ%Xy ȕ-/ ԯEP-P[Kjx&Z`&pЅN(ԁ&p[h &jJk &*&SuP 7}#0) #R0<t?$l,rHmQ$KPhxEPOE W,E7^E6p>.9t8( /0;-@q̄ ؄r̄MrLrLGȅ-]Ѕ-B  8hI.&`22#3HKɢH$t A(¢H0@EdD{4_`@²iGhqGy˸rư%AHc]E]IE]E_ J_E+bA>`J>Eʪ4 %詄ɠ9**@3ܲh(K˹Ktww0G Ѐ|H<`Y78,dJLLܿ1Тd$HEC0*[<<)Jjl>O r@<8`лYƣJlʧLNbtJb\N9p|D>HtENE3=1 %K)*0/()/@˴L36&0 Y YP-P( ȄuTG K9 ?8L<%D@dK=l,`@"Ay)  <=13R  ݼޤɈJUDNtA*N+ΧTΪlEEP2]F@?h65)Xx`)@˂)S)H-p9؂,Ȅ\%ސ3T!˹TN- Ida;$6ΐ;o -=(0q/`I #pH %]RRAa6NR-NnnVLpӪHh'U20`(Mp;)^ &Y=J]uJ`ׅjŧD4KގC؃Kk:`U^eQ^B eS֝AT%7r%2RY(Dx ,CpMch&\ :V5 7n`ِ HAl ?c?"y.<=%4*&C#̀:]V< n1w%hIteN0-3-eYeZr[h'%p/D%D,Xif_2K8ȀhHl4H@0 D\D9v`Աӑ=a2A^76aHdfdk=XӡVZ!A;pD0^Jŷ֫hSvٽ/JJNySEhVvӕBg+Rx3@gTB @L0Ѕ*bc@ЄZ(Oi&\hP6G@@~ODD.㫦ٍ% g@dEY, ā]Ѹ8UDȰFk&öJݓ(lFN*^哱^L4X488eܭm]x^ldІqЅ׎moXL%8ȀxA8T  xq!CFZ͵ݭwn6#8<'mD)a3Ma>Polp../ufh3V?HAHRhՀ kq> ΅ pGG; (!?Se^X9gAeJ)Q /w!1MY:@ ړZaK2M Hox2dse7s37xNgvjRds7(Ɔl~s=_nnt@  tFtG׍MC!8E؂e(L)>XB%HQD8ur!Ɍ[h׭LyBrI@UD*k=݋v/-gh,y݋bvj1.wEs:Gwx~!؄\ЅZMІxwl8 Zi{/{ݠ8,*{4}Qw`#xҹL\>c{f늱%Ag)y( #6qNL0y= yzjz.WH(hR*s΄\pZMp WmFXmh" />| }S=MD:9)U*qNfyBu޼qc-CjaM: ^9#4LcxHM7*\`˘._|#&N}vBY秢:A**TѤ>*DH',400PB.]17ajײm-ܸj h#HpHg4:X C:@ #FtL2p3$H9g.9 4{=ɒ%בtP&\M&HOH E ڒH-@Lr&+> 6@,OO=iG9u3Պ %wв'r) oE;TRHW |Сlࡇl$ D^xAF큈Gf{dFF`QFҚlVFJPpMTȹlX%j1]BڙYfwRxwyT$A "xJlUBj> ^&R xBR‹4Sʉ"b 4T%Ġ^3SBD!YhՔ(8O !d!ϼ9>ӥddq8 '/ b :6Av21q,)V]CA\$IdIbb/ SB<8^|]EBWhB8s` urjw.LF]NRMМ{)& QM Al Hf&*Ωe+¤*,%Kf6(V[8(hSqTZ]jQM!Aģ@# &%A8A8x,ABixH% yyZа{J' n,a) kACtL=&E& t+"miZ& dkfFkPB$h-^(&P(V` @nnZj-o(:^fԛj@~ `A"dfHȯkʮ,Gb`e MfxK\$-®nk@^me_Z֖b ܫQ!Z8+V lU[qF 03l!mc RЕ}A@n^)rz ),GVL}^OA@ @ DC4@ Dtʮ.d&R[sd/m ,*Zҍ8L9m;Cӧ6=v/v B<0A%/@ |X~@ o,, BBr.'/ VYT@4(q4#Ӿ$bp,EsnKj2׮il ca80N9^/:Sv,nE#0^1c B,sv*B))m4b@+3׀ikOMy'R""@A4a/qr.5_5_"@ 19+b< APM<m 3=ъu>++3&ehg,G%fVbxrFtRjnEO`榶r!}Hqr.V(a ([q\d@@G!ANj"gjv4PHg8 )77SG+Ԁ,b-Q(!ؗRWs?=5.A$c–Dd/xaŵjQ]; -mX@pmCV80)9r,obOZc{ ^I2ZsgċDPD4g䈌-vJbsGAj4> N7!PKE$V qGDD< 8Cn /0uhHxРda!jf6E@4qf8u` apƲwu*[49JwTJW#0Wb j=J CHd>:y>f̐P,7`j8y$Hq8Emaf}V Ǻ:Vu_vDlFRhhr:B 607E |7}Ge~wH2wdJ3AdG @#@0#@1CD! DgZ)JT3[PSP^DСNkƉ8<us躌F,>Ŧkټ^n6<'%V;[.9~r¹}Uyn51. o^|v JN^s gLƦ+|NZN@[$ЇE3_3=N/֪넔 z˺{ъ|sA$ȓ/\Dl&6>(۾>ybyZH{o3WAOѵZv *x@@=B;\msD$ ̌|*  ч>*| 0hE cƨQ=':#!H6:"A"yf L۶}fpݹ#nܴiʡCWٺ\׊8@Ԩ"`vJUbehN;2J*pSD|`ȍ2J! !^OBUƈ[zp޼֞2IhPTF=14~҄L{P7f̼NA~ C*Sq&BoB/w?]`wCaC5 rkoQ>BA2`@hi'z*(BJb2y****˫`,0, -&T+i.D/>¯"Ad!Ă6ܨAD(*( =2hPR"b4Ì!|aހ?8妘B;M bH0D<]SKڳ0#2IJzÿ` eLFǜir *6 +6`VdźcƼ/g HI<Ԓ 0HGrեRJs/)JCl$3~h{,B ;s1bP&N!3ъ-NTR. RHDިK,-Heid@U,ꨤ)uŰWЫ@XJeEiъG :aRq-w@W]sٍ2 u\clrzoÃL<C ZhzCr`㐻S)Sa@_y.^эU2G0%YM+$Yb H`(fUY٧;^jZWu,p LNqE.1;8Ze!,pC(nf& 0̄1 7 KsH"hs_E cc$JԱS(d|6@@LDș΄b٪)ڈ׫,yV2 YSSQ\`hM GEL- @ߒAJȠ/VA$ Z "Q K+^8Eis)@$'AKFٿ&F$ҷ@ VCdyAb`sAHҕCzԡG-0K,Q"1&D3pV `(T~lāAz*TW.DOWLv oo"44@Ku n > mʠH~΀  9 _';<'!v!,0aeNOJ ,afefF&vfVevȀ61*-k뺌G _Qbk!Bȏz88PR }QR=^"f$L"#矆C A_&)Ԯ8nQ)q" S-Ԡ-]nQ^ %|>`tt*(dtbBH 3Q"ʠg)jh$TQv$#5ڑ=z#AP8ad$32KRP*e^>C6am7 `  n''F"HP)C Fa` *_mP/QV`0豆D0Hv"z-, ,z!fdlݴHG 3#:d 5D(&!@'@AQ31"e(I.TJ4*V[37~@6%i $!)3 7MNTFLxA*Y t@ 492$n+mUwСpgB;% Ɋ*'%f˲˲/Qq>p0RJ sR?4@'4A+3A9SKnC:tC& TqQ @%h 2dPD07A7wax0ޔ@?8 !+%礓UhV4;4zX;/bBB Ji`/kAl>ê[O X'",1%sb:ufANT2 If\LB=cګ #OZ@ h j#)E)%URCEUt@%A2%@bfTqTwf ؤs',vI4k<,@IwU D|e_ ] Π`5/ހd(P6ED6`^E5S'$v@Iu !HueԠ4O9GdcKзlAH.Ijɚ,eWS/ktg+xX7#[Vf!a4m?w5D IUO(م7 HN2 $$HDKDA-WPVc6|1΄DOupM}!/vFAt'@OxgLIWmi|y2ղ=7ӎi!S>0 h6pA5Zoaչ;x|_\ w 6&R/$#+^_U\L3`O,Z{8]f+jiQZeRaG~DŽb(9)9;B(ʧi`t6ۺ9F!/g'7P)-#ZaA'J@  ޠzBD KJL_U X2 [S6V ?NI&YhٷFba:qw^q,P,6$yJ.n$|gMJ15Dhud+֠ Ā d:LS$7xbDM{7<)3ՀWN1#;u,xCc|qnHk"|dɸɜ6\W @sZg;osFU-tωmր:PK|Z> bS-L̀^5㛰`_Y$N<$mL~q~B@ArHwLЅŧЩ,eFz>W҅2k| l=hKޔ @ tZa#/.jl kL5ˋ9Zb 햿E1=dce %v΃NA )};kUN;ݳe Wa! H_;hZ?,x %ؿRDiJy˛g8%kӗ%RęW8q |s^i6; )B(B:BBa S”unB g0Ðw0USV"DK_h PU!9 LtҴr̬1Y^V`1H|y8"q>\vk%(3J`MEm%8]eH h02P`#[3Nt&9?)18LGiJA+]a*YJ²89ta*x bL|*VE>khuhSAtBRf98 /-4Vԡ?` y J+]߉WyAJ^țުG=f,qiRMm*` lCIEx1 @ JQD-t~HX C!2 a4Uf̟*KmPirԝ kB<3;0!ܭwBU F1RyHpH%2o#WS 狼UoJGGD|Q [ڼ kZY,L hD:Kx*-8`t$m\ .4ƃm_'e-pOCNZsc*9}Бd'POE` LBk0$ZTǻZpuꦴF, -Nnqmro^_W K< |H.`1"(\L pk b9v^]pl<@#B($X5Jݓ)ַ7 QS#7A5.ώ3(+SO8M'YrlyU3z[]% 7xob!GXw{ڇ;"iSe߼J FY?~x %!V)t!PL`bq UTԠӞ3k!0 lA.Q}ȵPrc@.z99&4$j WjX}gpdNs6,ބزnw V8/]Dh%F#|wXhJ#0ts>`" !('R_:@7 xd((4gV(sEܕ6q@Hn _<#Pa4ZVhp\+%,*bnga7ywe|Q޽ MwB/G|GJX &Pn2 y^G)(QQ?@r`r!${` z)zz66wp{{4|C(|P F*;S|P H' H}WfTufumח}B~\Q޷,^5af~&-AwxPqUOxGhS‡&vT/%8(m0m2qU`X)$qgj:"zj,Srzg@B)pv<\GPS*l×*xGH' O( }\ L0e]}Zv,t@θ"^E` nXЎ ZBPO`]@yDY`/ku&Q'W[~PnPHZƉdB~`Q!F!ZA Q8:@sa67{,ȈGhH8" F7OXSumZ(6 ו8( ,bn5xv`'-B8hX`hv`/|V Ɖ~p Y@1`aWQ93SZ&Z P^HxzT@3y {7^;YSd7% :FFX ·˩X~a(՗W)(8vp ٕɕ޹=V긆|Жpaqw HFpO`Yaf@9Ș1QvB9q@y wxB R((I`iRYTz+eo69ʓ AҜɝҩKʤJJY b5QjRz\]艞[`@sr]ix`p jnuR[(i0Zvi91A!Q(I(&x(*J?,zTp +27y_ 94AڣA: `"-B(^t ,T5ѺZ^5\5)t:7@k:zُ+]sZX`j`ym0 YsAR1#HĨIr @ qh8/z*R@rBy*᣻ 5[Rj~9Khp 9۳_ٕ,Zʥ_艖9ifz*c)7$a__MHuzGziKpDïm0mB1R:1!각['Ał+ u:a06z K+5ѐk:I*۲, ?iR>k?;vЊ`-mٖi^* [ڭH7s)bZk[_Rwv?[Cvk:ԷbbJɰ(9nR&R _PK@[i[iAs)*{{ ۺJ%lۓ/ܻؖ2ܻ_7,eaJ|Z1BAܼ梔[|JwPZ@q9ʨ~HXKc$A'v@{Q`H`f;gJAoi@iȦ{@5.rU0ɋ&  ʡi5791Fʦ+ֻIG[`mK?S\2pP_qB)۰ &6 o\+/w MM {A6Y8CK, 𥕐\s×|TaՖjnWk)ʣ5:9)B&cQ[k;+ QL,wp&51LǬ@?xox Kq @cIP-+yRϩDrY5Hȅϵ3qϫhA{}Ћ|Ã/쎉vi69HLp@y:'zGS˱BИ>9<%o&(0#+ՙQ&Q-TbjMZBJ)dLdL*srָ؛;omvך@BH׼np~tmgGXٯR% [ i~aD0M%:Ml'Yl&/9,u͚*'AX݂zK*2'k]:IK޵p݋=E_-1gFn뗣NsIim'!ғ6)}x9fz[@[d)rD:3x0鴭-N:C@9Í؍);>Ab VB XK ݭJMNyϒ5uZY>-cnp5̞` gmq4#潹9rX>|xx&kUQ1P0P3GC@lo&Ϝ1wf) AO]( Ec` c0 jT: !۝Kϑ:J)7[^*7r=泚~츈 kܾn`6̖i{Nsyx!AeB/!mx'l'0~aib"ڲu QZ N0(z}ILz0 =z\8?^^S-BtniNdEVNq6;HnmʁNis"]ύٶ :#>xrn/.>X ga3YQO͸T1ԘaNaB%J E"$ȏ3THiq%HrĉLѡC4݁ Lpwj޴Κ9a%;D%hR|: ;X\jխZ`{'U,yĚP#L,A RT獙!?~p!q _HYBȍ?\9%JȐ1##G̀E0~hiӧBl -O2!ŋ1bkSsP!&8 #="4hbŋ|Eʭ3gHdJ;4b2L:mUCj*@:b*j0B* ,:kDiKLB98KcEQ 7LBȀF{, `X HB8f#Ԅ#-xCh-n-T{#Mrι覣Ē y7,¨ :j * ?c=;[)>ѝ{D : ,>]($Պ*D)MYb,f͂XCDo>xqLG$hX #G!/(r3Ϙr ֬l#K.mLv "a9KȺ"J0B#2"$<3A(PD[Fgb'ϧJ(Ô)M"*Q)| HԱRU? (ىY@$E䐃!~ ![1&2'qd>V̳<1]2--";yq3PWbMuՀ50xġҸW|cƣ~oc.IT@&&ɊJb0T㤨pTkE&d>F#+"f'؂KIJѲƂlhi YM6ȧT3CxnT>|~S8 C S6h!k&;A/&ÿ(29DCBZ\3oyM""e0 9iJLJ@$2Eʗ'{k$x QK4)1|dGbP%cH!YBJVSFh5=\ _+́KJ#Yr҂xLŒp#ԸFB'*pw ys-ftࣸJ <$"B`r!XhTJANCvBFHDIye'R"'z8RyzZcjd n2ӽ"@i> KF h@#" 7 8ЯS$gz-5V|g<@}?]O~f*s-bIίa!hf6 -;N$^aBt΁ Z W臻@IPUy* : EaJb>2=f<2HhS&~Z5 bcPnQ8-(N *M50nQܺeNy#!ҝlE9l׽([为+9TXF3["qKs61o CΊS**aL"eE&hkXzI+hReyJ/A/K4El>(jV g960fZiz5MS$*8~yЭ7ΩbrK,v[HuX] WG086Nv:Ue:BB˂N؅ a+p=h -m6Ϲx Z n>-E^&,@j.l%2qr IVA'oP""`HU'l4Ms13["21+d1ӣj=!T#9y_A|!$@С/kz}'@v !΅_I@xXP")/䋀p-'a3 %a93hCp6m:3{nk%hk# ˺ۓtAX@;8(ЁB١P"SF c?}5HH?dz?ÿQAF8a'#γPx/!x5C6 ܥϒ@*0C,>C4=aё#Έ% 8ANA:8i0?R?sX8EJ [r$GCI3 3!aȺ#a*|G~G>3T8*| rU\HW{Eɜ~«)$5E$.c,,H1K4TCSDE{x6h -lܶĬb"%,"DT,>dH0M/ZDM8ciJ ˸8ë [5*B?˿]| M萍gFH5<6edƕW3fjFѳ:ö]ɜ$n0A\vN\4}ܘR6mheq죞ba Z3Y8F^[sT+)gP+\. m~fVTkƸkBFʻ&nfYUu.Y#6l.윶NM\i|Fe)o ڠTFPTZJҎEjY= cM7]mnNTll#l~Em,' WeF*o]o&p.֔P.˴!ff乖mNJPPv^ %inxbȖwqq;l6HŹ+bF/]jaP$`'o)uEa@R+upk0ޜLguli7n87q:Wܒgeul/q0JBr*BWBʦkkvQ͋PaKG%g~(OrZ\>dBܹ.Oeu1k7X^[XkmF̼̃^sfbFv|ixgGtoKt@,W.g@tWjlQ˗P[SCTwT]^W^0su.6YFsw%9|lm8eclW?MvFr!Uo?y`l\tsMytrt)o<5V:zPp[uU٩Lx>xQgfǖbxnӋ'{lwE{z;߬tO~/wofyt(t~cyvgw(RLiW{G[wsϪ\7UVͧss~x>G)F}o7n/jkOvVii V=Y- />ٳ;B:t$;B)2$r. #X;V(aB#zSPB%t).*u*ժV>ezlǰ} WcrU(lέ{w/mL ܝ;1Wi@CSҥ)Ǥl%1rZWs{0i`$PKœS9 9K.l"Dֱ0Km蠖>0x*8 QB䍫\ w=gR܏w/VuUO梪ViO$-Kzg Q!0QHFL@΁ss/hA ^P9jRxQA}Ef+ .P(.tt=)/2lO |}18+51&l7ٌ(5zͰWy rI$GTqtI7?JXM @Ȃ:% ζœCj=jAW.6xR[>`Ԍ iK+z VǐhU[k jg$YD%I6(Q6QXjP{rH%9%1ݛT#Zv6TV{Mkpý%.lߐ>7BIh5vk[p/IN@<7YbbؠV *w'qgx?Q{CzU :[-XZhO~J[ FHh?~Kɕs{iCfzN3lw掺TsvuwqYp/-/ccָf*-8TA2khQ"w/KGɚ5EwH*,W*É.q Y(8f4+m3_)=Øj'쵙8&F{4"ѻuTzM7ٚ(pqȌzn8U.rK3Kêܧvf9.4,3+fS5#m/T)}-\HҔn+?dɠ~|4xEugo.8oQ#kpw7z%6u;-'6icQ!0Jl?C_J4h3ֹ~k,gy!?d BŠ.~'\.p:Wge;x-4 \M{`={prpI;"Ry:19 0ObkCN)Ödռ΃Oqa⥑| :C+YVuᝥ 50&4_WKPaDSE^NaMtNGuxw<@׹P_O!RyݤE|eTQ_}bP ațiRجqE:@&L(-* ա [MΆC/-bX RaaD "`\f" FNΣ8#KS-sA? \! B:&cZ9I%8!Mfr%zh_6ueFNL#i> $`jO8J[4l}_\<&]$<>ȃooC|fPn ݚt>fS!UA\-if>%^#X~$~eG$Ռ%9g\ަ]0cKURFXMt.Oڅ>gsfh*5eMT'eC8qdfU(x#N, 6&8f2ީ]gm ܥWi$%G,B>(!?Z.bStcbrh1XuiWO$5f)#g()\fl)$J]`lM=S͓Y9ePys"$98|u!fj&ߢ(j&f)]ɝ樞^ԟ^n͕ke "[>*QޔRDSn)m(BN}"v,Q)x]j&9b}`~ԥ HpdB,b/ *$vTjr,w2,qhu,~-%ʶ%(j(flf喧k&<]FjaQ*bQhb9$mc}ʠykFԞbfYf-nNvne-h9feq!T (Apo[o8O!NN_ dZԖ!*,b-ֆln.>©Z!Oꚯmk\%ALkpΝ!Y4( )-,/e!  6]yAmJnr,nmboJS}yl/̞|i3Hgij"3-P1 C*m Bl\xuɷJiղؙnwcok/ׂ-p'| A \I&+ o&j0(`n9,##^)?MeEeNJSjj%kqo~1`'19engQݞ>\쐊a^.`>+8J 'p1.snՍƂ}Dq?U&g.Z_s56|r(7r ͋(AէV!^S\-nF N.Z&),6)0r0;]aI.-Ya]b#Cs$gDF24Sg1&oEwȀ:$8{s[(b9 :-'J&,a=W>>EiO q@'A%/U9,F2Cr4Dr46[sFkuV0#q_.( (\tf[rT^w 9W/+,q!4&u-o*sC;0DWtf^f$OeSs6{5Gw2K*37hˢK+I=J<~L/?@2! 7&2>3oBOs%{FCwrv@!,"ɀ(YP` yx0B%`hEIH,qd (5T/5` f 7+DY! ?0@`H@qӦX,eWd(!ŋ}"0lW} ZZPqKK m E@0k薎Xt1D @g8ခR|K퇚HPZ 0pvh>ṕ|ҥiLW_HNH>0z,D飨 0*~zF$0%2_) Ҝ` 4` N f.HԇEeT$,TS@)(p!P 9CY[fE]^TAB /֘ DD7ԁ ~dg|FFYl0 F\[=X li^saL!)V3{.1x7Dxrg}*}`G} @]QFJtGQ$ 8 Xrh6k!8T8@ D/(^py0C 0d`VxC[g0>ƒNL_<V6ǖoF!MLFe!͡ ym(BimQg 1 ![=,r>XW ~2Tϖ1=â~*' 蹧EMAYD~'t ll.+eFE+"JE<ȨW0GBm09D i  g+z@ldSB4!TrY٦(arRO-D.S=0[yO0~b5t Jza]u[OQ~H̖,X @&,6emn% oxۯ * A0T@.[)(ƕ 20 ԥG6c\rV*R Gˣ9A~,9o!.`*@%4@@e>$ z8 B x j$!+_"W(šb5Y؀D@ak"<oF#Bc}̈-#m0!葏'L #`IDhdfF*dJw{L!['gş[ۀܟ~bDue$/1\p !x50oR?@mbІ@ 8S:l)`b:6 Č<}E ʸgfME/ópLB^a1%"(\KHR'׹>Ȑ1>h bbSM 4h/l'\_N |[ P]@YY'-,sBhx.)4gDbLߡX-(t.nxH Kptg9n*|vj/Hq8'Q<ju]<-׈{S\0F@"/eC 0fb 5 ێw Q~BH ˖'hH`(x 1@ Uqx< qx  HPHH0" $" Hp HHwaRW0'IccsW{Rlt.SQw|- 6M&D%Xu\bL22p.2^q.0nC gWCP(Ag7]!p,By f%L1T9uLbC0>Rol(MP-%$3`O+'9wӇ~0hz`3q^ <8S[`0ql6B=x Hpi/"8P)%Sk<(2X4cUs{>{;{K`,p`QSe  r,XFA4ÔuG9LИ]S4e8T$\"HNPssNF!_ƔGpOi؈9^4 f0АpGH{ A#)C5(R8JsR×:\ғ B!JD6%8>cQț\2g_#dQsfoK 0Hh .Hh(x'p f2 3R pG00BZ+ gb` Ʊ9ZЂz8!y2{QI$I6ksdtB7|ŗ!CA|p#d6B;(.Wh^PL#38R%w[`xWFE(sP '9y2c `ti"!y +Q j'X0)z )83c eР(d5.I0y\SͲ @!8lMey;b^C`ZV\1_x_GmܲfM+TIX8`J 㹏Yz @y!Q}G>'F JwJ4oGFИx:d`!yQISV\S)tСJB07E77F6t`}UlvԪCѰL5#<cţgW諃es F%u`;E:gEhVJ2 4/g(7 l@)pPujx*|)PcJ(:3FPI0a?'o Y4f;$Iz@۽@Rm +hSS,`A7'e з pDwJ,(Pp #\lp)UnlWihg M owEY LsiYpv^j0bax[4b-99) P皵P(Q.XF@aP;Jj*:?t" S,!;| #(P<WW8%0'l )L1#nUxr#x}PvF'Mm`OR <pnG0e@i`O|x3p)Gi Ll^#厓[> Y̶ +dQ@Kim\V1z!=$7s0E/:(f1'€j%#Z0[A:#["X~f` QO<~<؃U H, ;L|# Gj/oq !{` />M s d>>x)ȀA 80 ࠢ*Npd Coڰ 5ԀBF!lJ! n )*"E5 GKb0cxAUCH9a!-aҦO!?S0ֶ 11jVilBm~s6 ?xڣDZ=".?c AEWeL.Mukӱɀqj۴g &0JWx$Q@s%N^`B6p"Atw0| X5dLњ7kQdh^@r拉h<\X x*ي4baaQˈy+ ꏵ\`k{DYE#-$KL1=xL[@,E0zb+J=V,esMlk5zMX9碓::!p`; 2@"Hpa<#<B"^aғ\A `)[ E(L7 b%bBx*+?8  T4[` ޚ*6f#Hưg' A,1҆tL2D82eR ATL6Xc/5zm50|1M3 $ N9sadψt`QA&n OJaOS8O- MJBfH2:A@~¬ꪂ-~h6YD@ڰUX?n8ڶjFK ˪]E"AtR3O۝40 5=rZ 2M86s99#Oh6.G[ RU қ`_x7f6 xABU@59~A!8 o.F\DYMSb ؘTH!FKj"9NQq{%;er D`CO(E9R(8aUTi C '1ȝLs9L$Ĝ&\@:(eBeIP ‰2*DD~no SqlOt#cȧf0̚zӏu A*PAZdh8/ gS(s0QF.;`alDsEIEyJZ }%KAit; P˲#$ߙ qY0'@2bAA1CA 0xV4҅n\ې8GҕVtyRݾ4W_j,1UnzSV2MhE#{Qab@HntVKWW3aQxf : ZY 3O h hKLC P8jpŷgp,7LDrلEiCs]3Ѧ Z٠6q;8呟u{$̷_UlIpNBbdq@"P(b݀g53ث܀bjmiB8)AjUA E#6V5~dwuH.\󅄘gcb՛La;b,9sKwq:,}d3m<Ɛk`{%GY#6*9]a((IёHB.k;̳tZ`Y85O5B-03a5X85)huSx$;  m5#9N= !` r ?"B!$B" $ >sB<( ސQ::볾80Ci`i8Uk9,ؾ XDق9 jZI%Od-B` @)0t9@7(*[@sZ "ۉBh$XvJxJ.+ݫ pK?:Fd'e\F \'!l"lB+B7BwS.# 8p1Y#ptܪ4\C+ CC`y6C>X@ D8?To JҴA``)@oقPtE}Jql];A}1 tZ[%О 9Ǡ8?'B A(ʣ,JDJTJ|ʢ>bF.Ht>o>ƊA%PKX!G~<>~$ǹT-8@ 7): XVᦩhOّ*8*=p9 }̧,H`2AJ t:<.v2q+[["+2ۉIT:؉弥Hp[*NBN4J?0 n:;pZO****h'ǼCЁ9(ߚT2(L[o153(KL胹C6U0%.A؁Hť]X4*-?' XO@Pi KŒM7 >|6c2C?Y8 ;.9qJ^U ) !lٖK"SR`C@Hp#=U%]߯ZVߺD `/ՀCqS)U\ŅŅʊTȘn*Uu Z%<1=& =0 8< [H)2}]ڡm A]쉒/qiVdWZj_6n_e6Zke,>Bn00L`)R(=5Ihd:`7&ڑ,dp@?H 5K]TH  (üȑ"UL7b%* )|mޫx4P,^^0m❁!HEʼ2.у8[,8xgyg;V,g}g;g;NW>M=VCPŀWxdD`X/8>u`H`d~dƥϸ %PhQD-BaVNeUfe NeH9*\V]&e{E+&qzI3TB*.(fފ\fֻMހItbڔ01NuIcgkv;kc&( c4~FPFXFJz7dV05XvNxF~䢴q1E ?vp,؂ԢAxdK\LPeh~0h)55c;u687Op8d.EfWg{d=( Hnޣ0'(gޤL͹ð.s}l[opNGv=EHT;  v&(E^Dl 'O *˵ܓf^mv'hI<-VBHUVLqU ^eLܢu@ *""5^{~nP6jjtnM6:6l李E.GZ5ʊ8ssp9DPB?C7tE?p~T_@H]q44\  2F`& Np#qG\ŝ*$jq[qf܂R@4ʄe!SPH~ Zs [&p&8-j꒹(tH0 ܹot"cm75I9o]CA'A_toWxVtI_JKoxx@RDhVc>:)Xaaz߁xm[/ ԤeDŽa0fLvAHr5`rlr\e68h d5wbJKx%&*2`p26w5_hގf+O1Ŷ7x7D_|_FwvHtxنMF[3 'u>S?FÝyLK߀}ߧdw'܋n\WgOG 7 H0&ymY bnu Vn'$ eP /A~Szl  <~ aOEDGT$ETrEdiΜfΜ-[8A @bI/_„I'MAil#ȫ D抓N46`[P7S:o4Pĉ)T:%L 3ej5"R3F˘1uQYÐ<̼1JOD˛HZrnzG Ezs67 T`{n -ZܼXH`e,do!a@vbQy *RJ( JdJ3RȂ R脓<uT8 L <TqU)^UXb-R";mQE'tB@;⣎Y\l\pi@X 8DRL]cE&fdY݆[$~@j?tqtM xfgX1H!xChgR]A{ౝ %jE;z K|@IEiGǀZ,-RȮ 28LG=́K TbSFgHVV[<nȱLA&@ 9*eNQK<&djbmm"'H-âu4!F JtB$Ebgu8c';jD(j~]ZRr.NXn!aK,X)P_HEummCq k/~#㊻ˮJ1TS\#l &pd:İrjQG!FfY'6!qҵ.r1'h>Qu(|WYu#7ʟU_=~T"u}"?ĚuA'Q mڔP-:f >X"(Aù] '9Un X Ybac@2RMT~wn PfF3oqZ*[`NPHpSl`ӧ'ix$V]U g+|B_>MHXIА4+a\ApBx7 !(A@p$&ŀ .BeypF2 CPBԡ 74Ât?ar@Px3c#( ph膋r 6Ǡi)$#٨u K_'!ȓ,->A j$8Pؠ;E#|  aa`""4ra ABʳDf7?HA4Py-qx[ͱe#(bI YO@f4eOv"#4s:Hj )9aNukCF ׫$rgMIT8<@$h1 M>J8(f1Qk>̝%wf3ڤ@ @kc`G—9e D_Mus;3ax!v% `X Yݠ5RG`s=-* )$_F X ~ (\3q$i^QQCr\z<a$0MyHa9վ0kyn =,߮6K0 R,;oz`l '؅g@CKCv@X'giA jP6ж8EpúBj]}BͺOsT{ç H^ &PA-?xpgLzw\- r3r԰H 8@R*l lE-+@Fq{Nda hXS0 ^G);ȹ)ZӔ0-VlAE|CsgթnW^OاS ,p 0`8F%. p铜xC (yAEҍ+Tq)ϡGSŴƣ xtP/"E^^Zb)4uJ%")׭z؅d]-hBXAc%XL"hM:&DM@^%d88&48+Ā2 ^YDT%mSJΝe.{} 5@Cy's7t_ JʍZ܌Ġ^2e'wEtVJ穚t6꒎rJi_F"jf`@l5۞[n 98c.ڛ\t3\BF`A^Hhb@`Rs'q#sdV4̔h>UU # \)Wː(*^ѷ _%:y`D"$6N$$.,'(/y4JVX,lf@k8:\CaPZ'3LC",mXԲ l!!gԁ$UFxRNY/P-1,LmA%朐2j[ ߜ) nZ,/{$uA q-c,(@cC.C[_R-K$r `$o@  I1pjmr+yh*ڒ2%+:*ej/ B%6i/0//j㊢ i@U%4p2.(P@6XT }b!  7+)$? gIq}\ @}6 kq o mFm֔',2eyA0I#0I1#)2["3/O4!e~1q78s9:q+:&pn;;+6mഅb F%?I9Um(o*,mQ84n` A kA4ݦ-~o)b[i%qLlU9eJtI3E6J0*.B OQiDAqޱ88#\|97@&rTO038A8zKi2u2Ǖu3i*(/ZT} \5\E(,Dw`'ױ۠4tawJ'vb#vJ0tKt0}UtB倲>րb7p4C-8C.`p<v'$ @Õ*zDȂ3ÏG0Zl 0øz)P_ճ,DP_Sa> *#)SDǭ +h/H#+CҲmL̎ m4rB5 /7쭄08dfpC)*;$LA*hq>PRi.`JBL-ZH! RhR 6*4$Dn[LoV,1WTXAHT$7ep,h]q1+2l<#M3&|{3^{Òz8BBH`^zCT;g s%k<;N<# 6@jJ4Cg0!QFi{X‰K 4 1CH@ Z8mBjxZ~5zYV^1Br+ŦY.CVm}&G!PZi,"ֿ@~+H̑$c x!*-m p!lc9j 8(aҔӞDׁ@ W I%Lb#uun,)Mk5J,7B J vcL EqS C@βꓟ0$ЀB3ǠF2{ ְ;Fdp<_6'u!OJ=WY lWa`|SN+qIO/-ab#(Y&r̊EunF}9K@'\3TvW1EkMvð3Wrc??2\HAd"  bJ܀d`1bƦiMhG\#;l Yr]&B;Zt 3tjp}0?dA MQ2OݸAa9^[1mz u;?R T@(. z=:/lʥPozQ6!o~w;X, -%8gTMڠ< B2l™=D6shi@]Ŋ0ڒ>jT#T u+q B5K ^ LpuWA6,Y (8_* : f(C9c7{ќ?)SUBĬ)ֈ=c#܆4V_`9(+#z+5؅CJsD̅QN`UqJ6%iQ[!Xz2\%o;EÂ^YF 1؅f.SQBPZL2)6 -'{Yw>n@YFQfgwa3 *D0y |_c0:dL\I7p/L4 F'.~ikD"l+BT<{ͩz@Ll7)sI2ί'ʺ}b a`NܥhP iKAڊ+x. ~˶0˴eFo̔U$KAژQ p*ɮ*+ðmj`#1NQpǢ19>`C2A rLhNʳ!%/d#U"8#hIbW+*|0¨I ȩҩ|1 Hnb@؆ʨ`6^@8a+ ˼٢** 1)IJ,OQ‚ r@9n G`C!! K*0/*sXȅhR@'Q"/09b঄XbFR3KԂ1&U~jn2`3\)jcَD*q~pʲ :EBɩNS 9r8 Ï _ Iq$!;#K<-1.S. -!/MM<?+0C,"-+! njk#D1D50T6"ACLk b"#j B>`$<3Mn@. 5:Q>Z3[8¤*Bm]-3DP} ݍz1UԀgmߨ^^& X4UD-S%ۆ*R/6U5v~O dEddls Pe-fA t@BguRMn9q_ ZD;L 2ii\Vr!-3u>nN"s`]Yl%P2 w{굨u }vkDg 2 T ˠ*TbaH+06c!` ~qV+2,,e#!J57fbfft̳tR|ph'hi?AjW*#,rW<"ѕ8biu8P]1f%2%Q ё{_նUg1nED o  Da4W&"uܥpWB6 ׌]r)e5ׯA=:"ivvj%dwQg@%ےPs8Ӡ ko o@DgC8ͷȲ h+ wm Ae"2VƘVR8Y8=#W 8Ja`JӖ C9=6rch8`[ yw%0W8kU!sA9p`HE6Vl @TZ&B  hԩ"5`imTXbt ~Y meoEGUx ` 9BڨnjhrIs,alJ݀DCxgyu:vvS>W9Sx( ,8"SBel8 Ր6J58k46׊Hڀ$d5} .J~ ` 輪9:)7@XY xF dd:g$8PYߓoNR Ûa`֥F+Z1څ#@sذj`,CBܠaJ7ł j&]ڊgc xR80 7 |ڧ:9a_ 2X iu۫.?H`9ڻL [٭sZ+:c=Ajþʀ [s%KJ1C("㦟'© }5"/@U~UHEyUU]ۧcf{zgqk[8i|z@sg?:oHXӢg9"DN6 9NZ?G9@%f1GlPNzٝ詽 @=((A$w .O㦕s Wb۝W1ڮMjz߭~@ <-%Gبaߍ@VW` %]ҍhT>@Xg ?C]J7C( PƍL;ȍfZJڵbX;̙di&6|D348)ӦMѠk*3#F4ʑ"B(; 7o,E"g2tY'D"A3%-b捡@ D`-Fm1֌j4p@-@DHp $ %- ^Wv{OO (5j. 0DޠW@jxZS휴; w#"|W<o0 Ac=qhf6hzQ\hFwdjT X/~hb+X3P WCEkC۰U@έnmL/1AD"c8&q@`I3#̾L@2hd^X1ΐ7^A v9Z nHQO#"Hxhs(Fy9s-+UQ54UFF%h7ɱ~ӣuU a,BnԞ9 e(.8P.ԂlfAI&Q6 /e+yhx4|xЂT:n!*`ҐuzC~J25'S2 ^@1Qy\3fAFMYU*$tQVlYғ]oB:P?\`9Ko+`l '$q؆ZHda$KxR!/3H1x.k=R3le NKmmScd͹2_qԔ=y ' ԿHU~ia-%7=it4ZuEOгCrO|B*6M`!kΒ# =R4kY .+8XANI.~&oᒇԺ iyChG_Zf5Lmj- jaK/ A6ITd;1h&xQ r_Lff`0`F1Nq/$21'^Jm BF~`D|x&0Gg|Ǡ1Kb1`fPr<Q&jaWRr:[7d 5gs#l{WX@{炼t0EQ7uږ]Wuw _GWӗ  I!o?V_|?o? wz_ײw&f\ƥXKFiCT+h$j g 71Q&q0<Z$:Z/Q4kR1D5ԁ7dlL… (Xtp.%WGo9pag7=X|#u?uf8*1^1A^{v(נ?F_E *]6~_g`W ewxxtp8[#qc3$Z0`&B%r;Ôk6L¶LA` @ */;r0vB 68XudXgNJ]iuđ>HW>gV}苾GMLq (ؒ~T~hWh/H/TPg8QxQQrdc` 0CN2$Z10SgE/[;;xLzT7׈{D4n p3ض& **m$An'])n]dn>_"Gyi'Q"|fXY~bw6fpc8X@ |K&QeЍ?'L1T9cZOZP#`9Vj!0`[9]i5'KS$dE%)q 'X7lI9vZuِW|ybfF[]v]L4كio (" $bJ 4yP YhHuyX0khpFI@{AIdLǢ?ŨMQ% * $rq'˨[h맚q83Xz8$Z'tM9H7J;:zY8C0 B)8r%1s ` pa:vg!2eV NsFr]qJ  gPs4>Bxn",$R,Z"t%b6W6ZQ.hVwcGpC+AH n *@!4 rSB㫅50*JrjAgF' )3{呬 dzC'MiPlАBp3PYw^nmZ #π|a[ ^뵴ʟ@W RQsgT 46,-XȌu~y6 $<I98r@+[A4z'&B9FK#C#gps2'[pKO:)6 pH8FKAd'`JQ[V*: $'ci ;l۶ j$SOs[k& ϒD~y|`bz qCye $y,C .$u11'VbVkR 92( cгmٻ7D${ p9;\tIwe#VU&fY'>!ai[ڻ`Us WP[cZ =з~q̿| '.XÍ[zP{xQ.%JB@4t%-x8q19q/rx"ZYqp"k'SfI8\<xCyVhE`U]b4Q˾O,ZGL @F c\it Hs{\tp n_;Ǿ{J.d~k \g8'u0R %;jO{H`)ΖaSMKS!)qC{1)} J8PLV[Q ˽6pӌ ll\fP Nlʓl"]A+ipiap"jf(΅+4|^㧎6_H#8Wl=^ois ܿ~ v\@'ize`cdd JPe.χa 'Cy؜.qyHS]] 0 @X-sAtmiIg 䱯{¥~V_*ǡ-fKN̨ v`t'1$},e^JQ/JPUYI`Bsb Z4wng)ᑾaaP,y} 1:gSaH(wm#?&so0+OhN4--|컿?/G?HNJ˯Yϟo.$|掵K0upKtv%w|KZ%sk1x+P@U<]db A$I f 0xsFb3T:B<1ԧ̚==HdAib)ƫ1j ih A sԈg-o<*4\Ar!~ib䄧QX"Sh*. A`41B0QLi'+R#wnCuBCI0[ŒrL6ቜq1DJ)|jªJ, P+aC'T; q4뮼⫯(gQ2BA&$ʦX"76{p#7L͏0ƅ3+M mƒ $\ A2`ӹ^n: x.;II;$C(<*BE$>N%I/xP(%.Y*+aCV;CXauUVY*]m=`(2H/gňfeD‹2eGBy [$ 3567 Nc N!bqй| iV(b~S:T  * $0b" -"cB EEiԤ;(>TRKW?|:pBrE*y.i䪞pD4:>M8VY%iUi7^%$kA:XaӸ /q"2ɶ˲ 36%OTw`#6CI0XLN`AHXN7: LIZ#oAp 'X-?o>+LeUeng)gfqF>C>z鍦hƞUdı֍kǯ,0@b pA(#48QGxKc #hgtd7h)7Wů u^ԡv 0I#bHLG5Jxd&e;ۥ(YL903W-ykhu܁VB|GM/zT%KH!"F6^:_1 RJ!?ceu} B ݫP]Ԃs@:c!@B#QyTh:5a KhA*T!IrX;3Y2"c+`&ȡ Oxsb6H+v ',zy=b=R$S8ԡo>߰B|I"{<A4DG _D_!CWaRo%%  JK&; -N` A P%/-I ; z&δIԔ@8+ݨNպA\NUPGk鍓j=/[(+7v܌ON^׌"hA 3>bp`V2"yu -+fp$6$7I%` h_ I 5n@biHj5ׅRiIK;b8KjGL>U.VUL_聗Cb$]LI*6bW//qcO7w?P0[A/=hF3W҈6z6>mpbR.k@6WΠR 0]c), AOt%N)hҖ.e..M>!;LxԮV|,,w2Í4pc+8ы+Dnu\^W"QVn  hDglBxd /Ae0 MH ; FX/I&>#QmUըu[29\>M>vQ CfIC24(nvՆGɴ]nq+n}=텯]ypb\_h@DEAD=P<<?xx# \lpʽz[Em*/TE\ބJt洽Mo r'~a6ԄA Q ]*`HC m%Ntm :wlW$|)يk>IֈK sBP;</'߿[?K3<&?8yа{(c5⺠[5^PS^˭i =H %f%$%*9#;x+:"X/"3zys+7[32's9,2,-878( ˿:CC=@˿ P7h_q)=+<_K)[z\3AS9LHǀG8EHL)4-<9E? lR #DB-KBc­sBc*Bj; Yg,.D' :+C'3S> !9;Tudu;?+B4T (B[|<#J's9(1HJ5:EBPEڳ="%$ޣ9F0{ o.Ƙ`(t' 7b/j*侶>&t"a.Ȃ1+8CkÂ6|Çvʭt;??|88! $+HA9zMD Ф3h µSpaE]۵5zH![ [Sɶ 񮕉Iɚ\Bp&E*ɹ7-B+L".Dml1l9{,9DxGJ@ y<p` zRD [5?p4AH$LL]59 tɈX!ӹMԊj.M`Ҕ0֔8FrMtr3F:FCm.(z!pH@LNu|ѭ\@<8$ȫwz + =-3A1aHQ7-| 'ܻ0A?8c9:͌&(3:] 0Ԅn"3 MJ ">X8+}-` EHDQTQLemLw,漀8ǫ<7`ؠW7@9JĹ B 9Hۂ5cյ5d6@K'V'(C(؂܂8@8S^oӕ؏=UM=Bf4JxP MIEmTGGP KTMQOQ$LݏS%ZRMf*jW+T3,3M ?}T|Z N5 ~MʀMw>CLؒŃ[+X@RE,!5 3 1-N _6@pku\_i}<ƬW]]D|FGƥFݭݽ78"^5^^vQN%Xxd?^ʈ-Fi\3k1H^%K$#7ub}Sc*Mq3Fd|`Z } ~+Z;W:]Gݪ{Z:>^=JIFγUK8ȓD797賙" C#4HUxEdų7\L.#8,JJ.b dZgʺm.kc|࡝9pb mlc^dudF^Ju.U-w~N!["F7/{{8C8 #U??,U0UL(,KZh]ZK0eXcs57h#g\;h"k?fmfBlԊ༁EnG>^uVjLG}Zy>}\}F\6g^MkVN NmGhpgpv領ȝV&fV+Pqoe4Ɲing+xAa+0FZ&@J^GTuumZ8~@ VNF\70C=Lkn&n 0d@i뺶:MqU @]&~fv;TP:hԞgiaitVGԮæ^WM-Nu@<۾m!_n~Qndchn8nqGx~km7FrZqgq~Iopl]UW7Ği 8lɮʶ+kJ&NUp;TpO4_pvm(YDIkX\&,`U6/@^n?Wq'q'qP`qWqqkqqt-C閁c8S | v7™n+) Z@+r0Ga`/f7vfsWs^ᒋm!#wEwqEtGOqmqgnGt_ ІH鉡qZ@gqY9i>^ףʴHVGT8Zgo˾Ί!FsV4W`ڷFavztCh_=+woGnqVqoc?d qtOXІ. yrgzImG (+9v+;FlliFQԌc1*[l{/ja?vNM`Gs^dNFsAjA?zAGzA'wt'ywttֆwg z ^Juh.N :>{&l?J >^uu.l/-T~Ж(wCі{cpgyd}zl%laB6+w4cĨRi/Vdx=~(R"Q%Xai3i޼M+&Y*zhN֪B+hqRC|r#>Mڶn.@wv͛._fa„"&<ƌ%,9ǎ 21y4˥9@},՜=p 9hi3\HMܨR';4Cy#UH"PD"M4ѨNJլ.1jE %ΞEVpE^WZնa7ѠE_c=6YYk6Zge!gZk8@ 0iSGo12D%J(aQK4=gtOwvMUπR[nyE-g{eEG%aqDZZXzթY V5YQDMj6(N8ii(bh&biI*k4PA.x1BE[cm*GDFБ6 &Ho\\%nѲޘdb%'Vdfmtu^t驐  3s9(K)ȡ@!ZZ6 ݠM4rGgV2N<:tG&P:ds,9nK;8% U,+EU#{l{$,WN;gxi-~pVY)鄅tGyġ:.#ˡUw)7 PnD*E#G cíBFNj4~x\8-”#VVw_4Wy c ]Gm4jtnY!Fa!#oTЦBl0M48}ܟ|ʈ7âLN C o~#8 ̔e9VΖ6~Րxb@h1L.#]gr!ejS-!@O# He0GrsXH'5{p}i =\N;7J112Ƶ:>ҐֱKyNHN=O,@Pm8T"߫E [93p\k8p" _+ķvMϵh_odc3]ARp :7N[U3 bCլ!>'R8u,|?R}'Q;ҌN2 j+X7 .n;47b]ZnnS! 1^#U^d'cUèӟ.׹>N$pD86׾nvGC[3n垢-2 wϽt`fo-A4|S븼ϣsU.t@6T_x}_ `t]oƢKwBa=QJYYmhY`9^pG<5TZq %}YMpY!E./%-Z`WT\UVa# 0(]E١_祟 %_՟_y p -!Y4F \B ʭHjWTKqa6iK8!^iq٤O35l.`.T$ 4%8jM'N c")nU>b+B4Ģ{iaoM-5dB&&ġ3a00vc&c!镞8`bC L!ud6B"YHEYJE4w]abb-_cXcMjQdᆍx=!,i#.@&$!d0z^Me \2`CZ13_4VYtG!6_H .a J@<&#bQͤKmCyٙd`)NvED,zR@R:!0֡ՙ9\%h^C_qE>WUcla#^\Z%}a q6KZ`8e)QZM)⟯1ȌbCV(B&'\ASk-ԁ&3hҧ1&3ZD3ukfXfl2.(mOIv Udg!g]S)KdF'# CFo!iigi#>.αP&'\f/a-k1U1aQ8akǀ߀Cl(5,e`[p)~yIVτnK\_6;c1ࡕ̉9D$ϭ(*%&*P {|Gѕ|z! hi1'~f]Wǒ2i&BepIiii[p)2TНJ qˬ%lf;iNjd D~q"Nݛb.fS{J%~~E*DNe'afB\*M㰹kefin~~Cc:&g)ZlM#ke ޔ4JyZ(gaJ*}+U2ظlbC:Xkkf! ~a^騖]Y -m"_¾)Όπ6Y'wQ,Xl-,hd ::gݺ,c5j,>#*nmT ĕѢŪe$-:#;)N&,Zpda1DEĖP,Aa,lR8 Ve@1ġ.h*dgY|& 8ClE&)߶kݚŋ `&թ .No^qMMXnsJm^MeH2vLOPj5nzfSr+뤾mN)~&o5/kl."C)ƌ `,o&e¾ijYp$,zj U~_R^fA v&|jhl:0Em`g@+ЂiJn06' p2gtBYjzو en&qz3L&(RZ;ǭ-1n¡kE `qklf:/, d  1)rvnobXtjؔh גOr?3c@kr s^uz熶 ,{0L%L5Hv8IM.[Þ(Ts] ^ `(9;)0vV: .R/.cfDW5WyqvO:N9Bf>p6t'g4-F8qĎ#g6n8q7Z Am f!k)(cE=JMitL>MGaN2ʥLހ TMfJ봱慕MZnέ{umva!l1@Ls*Ar M*p: MNi!`6D#H | LQx2疚.ˉSjŊҦ.<ěC=1z]ۄ\KZC?*sL 4̬6L(0NԚBe#16DĎ\ nvsF뭹L38nE*4I#KJK,hy-gˮo@8/ p+'S U3M>[CK" [FRq$Q]r,m9$㱧>Qt IMjVkJҽZծ/`MV1{3Necf!4=5,Pm#[p':TBԤyiAe8ptNy *'$RɪJV˫XJ˽,rxk!澾L{ص@0@* INHeu(OwfL$G%u$,W9LN.who3lHmL04d1>+y5y!G|yc>"1Fw&)r̍*̕g["2Ҋҕ\UXi%9GWK\򗳡-m;ɍnhżI5zଇڻHJ”$ !,"HA%ApÆJxq"E$J0"ѸcG#AD2H$OQ)MڊU *T*pA$CG3pSG!nH ڋ6 0U9Pʣ:xŦ͛@PP"6EXOC sF8Į2-o 3%c)xhBI'&]d|E6n zrӳ[-w{a#먊 $ȶ>У'C/ +R1Ǐ!LI~%J*Ehy7 idIH)RKqmX)UUyXUP4 Q \(@Wv5*TP F`" ,.7)(c%QX 5ha )aZjkGm>ۗ[/q 954'Bu>DDw-RO#d3=G(IdI.M61@'34f (0` F ra!ȃ!gY n\$5D4 ^3P! F.8 #M Qd`p]WvF=6 %RFD!/n` \/Pkr & Bx^uwzyOޣ ^| `񦝂&_I2QŐA4 Z vņ@XO l+1U4wB5SȊ,8M *Ã-F`bfOE-禓nye Y&ǥ/a6Ziafz6@LPuQgem}D}F瞇:ƨsW ;ql}E1 @L*JkQU3 ZRXѐ+MR^('j'D ̮la,F@Kbm @ bw !rK>Sȇ'c l7.qF`>!gZկs8UTÔ0B>ՋH\3ZȃѬ&~ d '%8:v.B"'8 h|&Lf6CD '`C@,)d@{J@B@L7@y0h z3 hB4ATp{8 uЇ7RPF:l~m0l(0D-@1=ȩNHtRh@JXը4B:!Kh8AN! &/ $D˄a ~:8ә@4 2+\ 2&48ZN PJeM9 *U^ {)@ͶfkqϞ-JՈҨ$@4*e_@8ԁGA@ r Xf:a0 % 0SgV-b MF5NJ3Td=gp*VA8 `AwVp`, X@{ <`: p;8vY `3ŠsX^g= %D }C!Q٦`**@4WB:H- 'Jp(tdUPR|0ù=ky` `_3,BA $ouQ7wX]tg`.2|s 9Jkm@6{EF3z&` $1@D8g jTIUQ ҆Ьf50zUcBF*+~@4!x=& p`[ES0rG`\ɳM,)H=$,[f|TivЫ:ԁ;Nn@pf*P(fd/Wf xsE]zC!*[lUx2Η P9#YmrhE қT!(IO_`3Jj3IU<5Tذ=P(RW|QaA/^ԄA>}l?? ?ׯ-'ҸEb {Gs?A>0G @O pT_T.@?AmS5r^oK8 a0]UB QypAq$ wz2zv`6`$`=pU@F`{w3!3$n@|F 7 CP=,C*Hl}37H:&8V CS~ⶀ-mv4EN70`1{vwCŀxT a"ZPM18S5m8^^CB1y6Ffd118xz5h &`Xr=*WG6g* @OTXC 2pjO1/5ZOVxY*0UT0Z03kR[`7>~?O +Ww `&%yw Mp fTIFS](/e'X `KqF08Aygy(c  `V:hr2a5'CU|OaFN|W:ۈ4[0,~KRYGRvHmav9ep PT t Tw EKRU8A ّUta;Q_ H`w`9= a%@El0D)|L1N?:fkZg0|o0.5'0aus@l9NIKBIt)o ymOv9UuIop%hw7C% GHp @Uwwn ىU(yCg& Ղٚi7h6g;.$YqIR|GPl- 'c 0? 0F- u hI8N Muy h6 {ISPHPHdsJvS@1X@8PM`B pJH0Lej//'ىK &'".+wzuy@)XPB)9`i1Q[0X2EPbQf(5~)DguPh lh({$o\ (o0sWP?q:@S XIn`ˁ J  f 5UeAzKigJyF'VX'*iFix`yXvO6sxj9p b|7@4RpF>4:0 GZg@pxIRwp `<ꏦ(RRE1wzJ @0zR.J8 XѷCނ9_h/i`5h+gLu{90jv(TO 1@;TSa\frp гKBu`\:z{ubIL60V2IZTV"~DhРNůh"U(ɑ!Eg9!9y!ah2rWD.y%$;jGC@j̹2+ی5#*ͧ?0N|P m-0Bf`:~wIynq* i V2jǫ\-qe o &t]K]xJJ^@PK.TuepRzby#9'}k^+$K`;2Wy!N7N3P6vlǘ{3TY)OB;p R N@SLZ`c;N8@5L&nK@J-0̤SD% H  9f2!cU 6oa I<]iju{B(\L!(e0[{qh |P|x|e5}“E0p2~|jFN0-@jQ!LwWM2+ LʈhK@e@f(h%&dio,˙$KtW'C26B,4<T6+{y\>;EI7l` " LF@1Iρ|oPb9!cc fOO-lo`|z' =1Ah+@vPJJ0ҹ P&f4/m䋷yX\g${9a\VADle&ڸ6@t|P=j2X9lP >%I eRCmD2--@s-DZcIj*n@ݷ x@c8vl3J %{` ~ o&L%azp0ڡk(p!>Dp(۲HWtO=܄IՄ8l{/k1t`=m`jCg|Չp}6J=[$?e,8]߆QFR?dd7j" Tڙ1=^$Xb +gh`}i}MxCXyjQA|.csGJ[Hт}uph0JbDvLd.x YQAz a0JP1 Dj9;|.ZUĢYpq0.'0HƎDL =r:=j0"nPj™N4g2.Խ[FJjjs'أ6e'SK+2x@S`To&  Tٺ'}$%Ԟyf)`4icN`05? 'Klp0;U`ZIt^?-.RfN$ޥK@mT01tРmy+hJ EP%aT?x~k*xL4vjjilUNB߄W֢=Np 0P}c:.3wOLRjz"F 6}l`?CZ捡?gp`@Ģ0bHhP'FV%VN4 0i̘IfI>0a2MC܂" VISKW={´+ƫCHQA~)S+2`ͻ/}(;a^ +d$H Gl lY3СE&] +Lx#p` t:t4BeElrĀ/j#F}xsH@ hQ8E􁑢`D3oY\Ǝo :hrRF>[j+x㬕*'Fz" B @옃'ra+)렴jk@. FQ 1R0 , $l $\@:+I(Gc d"x6.m 7vb @qPL:p!c!6ktJH<7؄3ȁ&3d-Ѐz0X꣐Xb&` y`9? i dXB }!cD=uZi/eqƽְ{TH" 3&,JtMc85-,tA'L9#HA؀ς^V 3O(6vYT#TbfoS@bYb R_a6ꦉXfU1 VKͷnE'/`V]tb)x՚KlvƢR ##CRrMJris H| aM4;o{4!C!a $-C]M-tX'?7 )ď[X^&5lEX9Q\6Ф9[~1N0Y=Z/vLjT\q/\_n)-,4AEN'tBA2X td:-qC [blD u&hAc"$dA )Iѣh2$ mb[0[*B ZhI1|~Q_$MmIZf?846 =P " BMf i fP J.% jX T’pNCX(3@c) C la5A+-%T`FpתLAezLkX"(nz[Lg}E8Q53i0̴Ip#h.vf6w ,H@ } dq|!Y Nla$uBp?1N)rcf@Y3)D\€CܹiRU,:x`L7mE˯ KBTQ!9_|0,}h 963켟; ԦK^8&`3'X+3nB:㊓#@Na^%).r.a50C E T ŌAڰ)$J%NA,PXp v+:k@xiZX "VʺfQԂj~4U" IK :@X PA,uhCR!8đ4}BiB@TGPvP))Ù` OH8f`x(0R"Y'FD @@iTfVX2&Ucp}ʨqѹ*YГx ]`x `HUqDG#n\z'-[  r&t:4HV@[aУƒ0hHza1هG1+ |I1peYVG0jF^1TcHkKVFM3.J&K|2wlo8NyX7 e6aC[`<Cݢ pA!,7 :XPH- @зѢ3D1z*32=B(QlOLV;H~V.QpqUF:.̫Ѩ"~#r$m23)_0!I3%00l чY +Ze-(hQa 'ȹ5[K( ٝa Q0V)aP\œ0ApAe`mX&n8-%ơnNqՓ[ -lCL.$J֟KcGD->>!AVV/lzOR? QRXB,PTPޞg!6$uC A%}{ "ϱEv )S=tS%-) @_)c <$=x'J @)z9膛2,\iQ2+0:f&8($A(< BX9d";10h JKk8B*ڃH8&r8?= @7$g8_8Ë: .2J@CHp<2 @(Dx` PC4DJ##XH=n=7A郸`(9 1 koA)BC 6ЈAO;*h-#0)FYJ,,乩FIsh\PF01q ʮ˰DG<ň$jD GK&(/iF˂  D#LXfi'`L)²:-P,QSd3?Ex*PQ&2Eה,X,tP&((Ho 7sM類*-.ĻTä7C(CNuL1¼+Dp#'5:JOK|O 4A BxB ZE@+p5pXOϛ)q3@Bb Ղ05?0@(Ж2]rjA"U[4$HPoM҉@(zJltu\4Q? kCg]Cgh}CC/Lt'Ԉl4=GHLPyA7Eh-%C=.*-P`R *-?7Pr;NiԂ17yA9O݈ءEx3靸#3Ru4!Cͬs85N.҈= 5`1t{- =ںZM*B2<Ę`]q(@XEPE`QV[\CGhЎdhZÙ didxeiH>`H0u`BCyk˰ax;j*@f?pU[jNِivjHz;%Ne!o:pZ%qփHas^[}ggz^$g"0p"Op_pgwp,p w>>>H w E8{%Ե4-_/v~GqNxd["[Nfm߶m6`J15<2'A[0VlnZd$4@].3xJ"Cy [?x>[گ)K+U8J*bn8FotGtF/HtH#LX >NOPOE-@rht `ϦqЖq5!HmqNPT &Ik8#Or1P(; rAؕ掄3p]Yz:)P5g@H/zHh[;9mzS&pOPo,@ S=WlgqWhXuvUXDZ`NujJ&芶hHkz$G$y}+C^arN 7xu)an11߅I3p*❏“8s`oƉ^(ŦYLUV[xFǂK_|o|Ʒxȏ|LpP@0 (W8aA/h/}D腟hgBяd^wmHqwuzz6xigz vB)ovaozn]{Aw囃̛>CH( ݤE ή!Jx*dgԃ"%]V<,y,h „0l'D)QKPTT@dI)aʔcr(W"ꅈLHdB#G"#  %1j"Aj&lI}9k$kZZ+&5,E4ט1E. AE-?xycϭ'MQc3}ӄ ՈC˛: ˔/~ܷN!xiݚ _,CK7RYW2dc %$5qӧ@PX`ƻpPC T 1h1&4'UBUT0]ŕVYyuJXbYbIY2'mj " +u~A`'P.{Q sDPA!?j?0D_ƙgFFn[gaKq!7F<4\tuŹ#*(r,hׇEY "-H ~t!:g{8HZ't6͚aN1%UT#N%LXaXu)b|eF!M?5,بAE )&fLDPHY~2 uuigdG/anuZ'"AWtYŖRZɡ+"1s|٬)h1@oRPFa|Fh`T0K/9RUN@j(և&, r$MI$^+.o<Zd0Dn u~ r:€'wbuD2 ~ᯙ=ff2oRniuFg gWr1K'( :3O"3Ƿ馁p%o} :sh;yI1Q^xZԱTRa De|(LD-nM#7J0p!A b T"F.2A*Đ #aqI R8`>? {;3$C@ on;D@ccd@XS܄&9NX5axI.p؀4#~ސq Bs4T 0 LGDPm3uN# hNCSt;]#yB0yd4cPE|zl 3Tt,z$_ BZ` @@ OpIZJMfK ~] ^q F3C40[PA0~9",Ht91AsT$Yi5|!JHQ|*XesA7!;skNdDkFy挍~΀0 @u8H */x& &QBI!PE f%Ѭ I D ,\iYD#H 4!F, S*oD {)I-c>F5]4UEoi**Vy:#iB'PI"60ux=0 2S|m=q~plrxP R<hłW pqBײLyPNVd懸ª3 PY@N, X̀ 饡w51_OuRÜe 8ӠX' %xe߿27ƺfJ4RCF/p94Rjq8Af4x'u3_ EX%.p,1GBL:#'YH&С!b_ ]T[ܙ^5sn38Uj>Vx~E-"z8,oSA6߼rբ3^Jk,Nհy @x@N(4('9^L2 E J`%#6PNj^mj+ ]:ko{$B$E6[ܸ]N'3tg/~73i̜ +,7,r.mdAmP x(L@E#vjSug}@0vh$&.83-Ԃ.e8AlvܦL8@@  䂃~%1؀.L(NhLT~c}u ?d :.Q*gR*Nh1D)žy_HzC&51A.5@-#A"AC.VNq2''<'2feV6Z#46, D`UHh_ Xh^*$U0EfᩆҨ&۹f6+8N^5! 성 kpc0)rspfdQlI5lH Olւ -4h@ \B-@&4G4'152#26 w8.{dry0*839P 1 L4 !FAn쒐!d{u B2[Vm_'ཊYhp)(Wp(+ޜY0a#0@;[CC-8 *03T&47SG36?'^'\Taa&0%lj`%1ղmj+ojs?^EC4, 1zB$干]KYzD4PEBGBr)^FvitUn)-&3CЁ3lPT/7s/7f -A[A<%. `@n%nVs+Wim+Ck D RY4h_tvn`bΝ7AF:4uBb6ĝ6cvZLsIt){ʝv<-B^nCbcP C-̰r784@\4TX7vW u+v s0), NYh7PY!Z7&B˯_h BN(_Po u<"fljS2o.6j/v#t/.t&-CP@8200z@WTw)9#,Ӛˑ@y{+k޾ AT x^A7b~.kN7bJweܩ&.{%;vshr(KL{"At34;;tB-0<:6, .$o T0G_aA"4+@ U?-C-F8CR+~iYFi$+^{ںSzkY2dz i;5kjʠ7~=s, ٨WveoĐE{aU'C|C1xq XBW \KնAk"c{RE"?^-C[*oShQQ!L ؗ=۝==b={EV|2t:7uV^D"+3LRbC 00əAuhd]Z)T͏-RLB"|MNKu $6lxxB"df6߰1ӦdBdΩ9iӑ >uĴ EUԵKD ^6Z˦/`f1cĉZ#B ڃ$0(p Wud9W-aE>`sz;rxwnݻy&P iXnQF\4DheP7?| D(?PqB>E2*D6zd& ,,2i>A8Ͻ+?t "8B:q/Zq/갡; 7&0pB:Ya kT^s!bzے.w%]hCa>*B .x3)C jB<iji>@"̩ -^Q@,E@0vJ+6K ܸАpBdD-zW{QK1(đhBeJS2LqfMnX`Jא1a6g>qtFXN @W (n$jJ)ѤҐ BFR'A ,*TQBQ䰫J Ah e}BQ0"H<`_W 3K"2Gx #gw])Z%faȹd=+ku~2! ,fWnZh}%_4P9acOK@3bp ):)7!hZa7d̒4JCNᥑ ?C}u]~E4ĹY0K<hWa vrH* ptq&klrgƁg+es:`B!]ЄUA.&@6+Fv-p2ges"AGw<HrBYGQA]YXpWCNV`Y fyCKD=p,ImYi3h1"r5 gmo`JX#B0,4 UhА~`_tBAss P`u?0I-s){(-O Q2eiO\A0@t @+ш[bD=^$G=X& xڏ\\D&6 ]gT_A+~sTn ` a.p;0$t&bi:hd :R$H"3x&eĀ$%tPXfW%l):T|b*6e&p)-_^fUr".v)QNuZL&+8QD xHjΰ'`Z5:Ma0B&ŕ6ML׈:\CwG,0tB.w)P[Ea`5*FF6,Q1 O2|T*$ݡ?z<ZBy(*uPY`A]g؈z(*̤ s؂ u b34w ۔敁̳|ha@[)F ڜ`ѣA<fģAU:Ge` O T {=9|dF ŃO88ʐ=Qkkx)ZcgQjCg̬6> D@4J[` յUY!/ w}WN8 @?d1C ?]G1ɻI)}DB+cN:_a]8n?<xxi(A*K g9w(%䎢`ImAIDŎIw AL͘*rf K@. 8#p  D*(P#Zs^61CwJ Nkc$ GP =lbxC= ݐ-ΎjG|Б p &8`cP зQ@BL?0k4Jӥ6AJ@Lo Ƌ ZT8$s8F bNj-P@Z*f+<0 ĦB=B  PȢ | R J pƒpz{ʑrHnZ )!)q!G}L41bo"y#6@Jqd9f@ B{tT@Tr+@ `E**4F2D=^A&jjd*,jjjɦ"T6` r R*S 89+  O /Q"Cz#z$8+ <1 q^AMo@I"/s7D4A.5R1U12/ Aq)o2M < CSL(^`"'l7*=8pp)s 8SG UnC9u:8A;4$V"F<G 85!r ړJ!>a>rZS7ItA`# @UaF)(1.t`B"PFr\e&*J+38 iG+L2 Z99 ހqޠXt)[ s+R b;5$TX` @ ` Yu" Q@>>@A!3NB 91i @:,.nLQ   `"#,%! V89'dO=ɐ!׾5L@k5"09d7*2v4A@41O^@_ `j`@jV aL'r^ -Dt gTs@H2 WE "!<@-G:Sf93 " Wg>XImv$W|vvGvv@K3nw A`.SxUxE\tk'Rz>cl`hA*!^lˆ`mg*) Ȁ`@v-B)(=ep lAlZv)!M 7l93R0? *KWG:ʒWWuq6vfvAзQނg.LwxaMC!۴|M4/ky+څj l a`Ѻ"Wɠ Wfo_ ,iCC*C& z 'T@ޠZ݀92 RS 0yS~ cYrW+Sf-1UXҀp2jXv[a>AMkفHtY"W0zxɛU.A mslX& 䖌L @ޠ(E؀1JعWXab96R+{B+;J*g @ Y/9ySXj2,2-C VxSfn!y{- :a؊7roj Oʷ I ")HU6~ o #+6=31 :in)kDv&dc!y3ZUzX„;I1u'Q2 Ņ{x`\a<3f?̴ Aly:cpB@j|k}, Bd,~(BHR6[;j J[E@h: 2]͕/3IE G># ߝx2|ålPsO|@ L2>}x`6aT-.EXcڷ-abWi]{:KV@zG|ku `w^}^g^ UWʯ!ۙ^ n=omax 7;;\C9!][;{O7 "o۟6❆ =ߡDgC.@ Ҧ!Ax9#--#aA~P # "r͏DS(G?g|%J.M #С-ƀ#5 9}(j/Gz J\*ԇ͌ p ـ~pݹCn4ʡlݵb +P@Ųp ɔ+7V\Ĉuc*WpֈQ">X)"ƌ2JQ-o@^K}(2 9O00TE R?T$O9"xUUlUWc%2VrͥM]w4:BXd;e&xVQ+\QIjfk`BmjnB{Y'ws}jZ]eGhw%; ~ElS! R1MN! ?x@40u`i7E!OFd 5E])4'"RWeVZn 1C ֵ6ns\9z+8z`S$bػB%&U&K4^6&aVDі暼ձ ǑAe 7rZ1Wqt~(Ʉ*w(uHL)xrSw unQG$IIM4Q 1D@)0D/hQ,t`kޚhnL}]rZeUH$}<3θ p u/Ź#!p@c'/p@h}C*q T5d͙Eah+pCn š$<=u<v'BtYrf#C!ܠjdI |7lF{ҚG }t ֧@CXؚ;f,G[@Hkh-̍nKskDp]~bwA41+@,f\ t 62Pd e ԃְ[a4 pJf"A!Hk -Ԑ `AE/:.ˁ B@p\xp6_1kdb$w t-L, 42i\0Lfml6aYe/  HZT 5F8 4hojE.ƠhX´S$ RD@-Νtk $~3sX px:H4ƬVZ= _@ղ63.'MZ[fԔ6k3Ϡő̈%c=en48`-*p'$! GhݾS, 66Iwϔg ]o rxܤ pͤ^^*Vzy*CgzV&A0G +G,{CeTCa{fCP7QpȧQpk-k/pt"t7V}tYlv8Fu 4@ f~a~mMf\j'T¢N5pwtG0@ (|_DڴyoE&z`)? h)2f1 R 9Bhr 04*x` 0{rĢN a{nB@sJs$t 4$6R7W I\Hl/m`/אu1w~ W߶9oSf  RavhzeO ` jw ^'NҀ;%2)BNVXBH( ȊaGXIwj Pseb@{T8s@Ԏom@BxExb|7# #0RtS2Wö}}cXxw9ÆBІo\"w `*I/8 (axw'0!iTU_5~!9H'zhX-@Џp80YH̱{mj!-D?9Z;"DY.TcИVx7^x~8\W%YYar-^93PGppybTqizДU4xH1 b_щ5 Y4l&z W6ډuVvʰ!z("\Ha?kf?y򃩉sk;I9„EIz@ R/EMٔԷt}ж eUP~&$9ʩ :5&M)l'jN!ڙؙZ no {!}^o@Mƞ ;7^ 3(QIY<yFe  6Pf j@ uw]Q(z66%0P| Xd!&]0GE a[%l:ZFJݞJ`וD9ܤ2y YMtZ7P(*##H!v"ǂ=?urܷ1%Aϻ#߂b -t?'忎;z,J P Z0c9].;G(u?Qמ8ĒO^ Q=Ƴ-ͥVt)#o ӱn>gp&/?op aH\w_NYg>.I>b@#pIP` 9$xRHE@%P9ac9>h>Llnd, J`PF-gz^i@hMzW`/n01 i)p?N@W5[=ji~:{Ng'P&q h~7 4$[MQ@@4806mpCrrV-:.5b(Xb#Gܸyc$BY 1;ňP^$1"J(#JAHGfvňMB 6 0j#Ɛ7 ~9sʙ71^6}"$n\Ax҄d ,,p7?C #9˜'4q cBCF&|kv#\8x9~GrrMV]ZάZGk׊uX&<` ڷwQbwaEKK*%d$>Z:<`ÐHjr /C %2p 2" %iB+01 )(Zx!܈qh"ۢ/60 # A1 E6Y%.TˆRY% #EAVl17"r5AˆBB@Ipk1!g \ !)2% |Av B Fi2܄ӱ*s,6CMf3;V^Yq{.r$ե>uoJ.]DI%niK$E"aqa[hèJ$0w^k|g)XA ` *8Zh]PCI /ˮAh!SV99k4:thYRYinN:!!i^}iY7₎J@ I4pkX!X(lF $G²,A ZL1PԚB![<o-! \ d̥rFœ kiC歋r+@FV QS8M& GHqeOlBzg% 9,[&G!/R7SĈ2n'z0ȳF{ :Qڹe.VNWnḬ Hp iK 扸)Duˊa@Bw-^A\ P 0hx`rCzpOTc4 )l Sh6(L! i0ΠO˝ؐdEG2,CΉh6H)ϞNFU U^v0PjBwѢTcDAfy D:"1i#7HNo3"\p; J% (tH1 hiK\&?xC/L, 3EVqt10}=! BjPa RPbl%-)':yxe/#Q ytWz*O;C @bBdkPVa0(f+# 9ԇb$PD2,HEb`Å9oc(rˊT)IPB XPلB'ze ADPJlW\Q+BKM$AJ2 _S~(nRP[В" u+i<y<XZBpyGK;"aՉV'ެFPlY_hE2ZAbP"<F>P&O\Jn.ץc.~Ht[RcpBNw]?54V3haGFE󕟆 DF&!)Pg`#,i!p*~z֍|CRb+$xxjȚMx؍Txtw3L01gQWԴ\wZ6"BTzQ&ǬكdKR$G2IZR)5TBq(a==PAd^oQגTS"OZAA<7yCJP$;SP]AEWhٹKkѴ̤3rDG0-@r\k;HxXXUpd]k\yxMKءm7ډ&PD DN&W:XGJ֎pA<AAک-g H%M`P%-GM*M2$ ;&\b}hHЇ/N.\#m)0k!+0ٛZLx tB6+rgŞ- ^?vѓ>cPԏw*D$?P3 .}Z4osn`_Q8_uP1w)%ȩҖvq ? X  AB[gi)/nҼ& ͫ =+s4׃Jд[i= #,3B>s1W5aB돏>1 ->j<:6-˱C|X <|70v45 B; ?H%,uG 3˔*pum pH\Ԃ Bp$T\$M\Q03?IE8ss\ңt㼄Tʬ,T>.@'MiJ@__/o C=OXT:` tS Ȁ S= > 3?yW"Y[:&?mʒɈ$iO % QLCr~%}&p@H-YE1= }A!%J4x*+b3?Q 9 ,:9< 'y! 3C%&@ԿDM6P}QWI(*,IhHQ/&*+yQXwQD+BCIA0Uq'=`V֧@ڰ͂,؂ E(S X[[U_=_m[>~$ո *@_< 3UlE)3`/PT=0(<gȀQ`Uk]vJۅ]] ޠ\5ޯ/]VӮ4؂+(-؂?0, S}_*^_e,⺥)u ~٘bf-af+\ Y'B̥DмȰ!=S5HGHHL`ӕѕuյ Z; $"IqPcaRdkVNΣα>*.xVߙibmv[|6p:rȈ*0y _tZ-o0j50L rV88A-A9n즃?^k~n~d^hr"-lNZTh&e:|ef>΢l6pib~ 0m~m30_J@ƀPyEnaԡ8X* 'I>%n%+ fk^'Ikr`&GoV^oma&-aڇoi)?϶i/f5GpEpd_ !p r d`yݗ&%:3..gVO*Tq_#(P8rF rH>uh& r(W-teWѪhAh/(oQ,3Gs5Op8Gsۑ;BTE%Xz㨥#:9X]7HVtt5xHAt%w)g)v{tO!u:Aa%?r'O)^o^:\r^oXu.F"/VsbN8?pfl:'P7PDmGn)5q\"ws?w嶄v_^%wtmzoXw(w48fTxrunڪx.w~覥Z^F+?cMagvdtv}B[yj)^7jvwq85x5hǤ.qWE=#Ёׁz'J8'ѵFx?{MXk]S븇{mee&{,^o1x,0lG|d/nf[Ї DH~,HQ>l|x `̨F3fh!B9}LIfuJ'=tCGN@CRC4!sgRqw:}ʔ);Ӕ5+RY +6l"MeE{6-MmݢMh.FBʳ*Uj1+XZCa)rĈƎG|ʖ/X Ξ?wΌy+Zr3fh-{6o"4 A?j( 0 Iuo4Hp !GqIi1WƐq>zck0 k5 qDG`E]yiXE;젋 rTE4RI#STH\ EZBjXy^r_b#0f㌫Ҹ٩Yc!0֘c2fv JEQ Wb / \P\-!pm*NV 7XV%CKٞ.=r',xjh]GWXyVBWU ^AG%#.f"'>fګi6cɭh ˭Vm sς'g\D0hy\K[[ HtSkvVc7pCV+3"g.s+0D8o9 Yߞ2j0 /09q`1^ X+L2)o^#f؉&8&ʐ9F쳒 t*Q&K S A{  /0@e]3e@.r0vL8ǝyvUU[/ /0CL*+cլJ%PT'hJT+ fpuq dF("^'"@Ƽ/jA@!#/xsƍK+*ضWU4Qq|1F|aX엧 1~CT.t؋6n 3 Oy6i2ieril0 O8CIIPX:Z %.q4,3  CȨPibS^\"Ej[  /PN&L RHZpn *K:f2|$$1CIJz Lq!`'_3LDBKQȡ%CEZ5Ot.U"҈LUڼ_ΣnX(3ZԂϥk*3d\XMo$GmIZ)<0Ă$D62hA9P%dDId3IQk0*#a-0PJ-[)iU:L`ƒ xOF/ @*mT6ٔj5GZqeγP3v}.Sך1y܍kdRP|BE+!Nd`.< v0!,K p^ru|:bܞc}{}]%)Egg\ ].l' a@[F^S~}Lk,!uR&Ȼuc4tLk*S1g~p0g9mJ·[lC(-UaqR SY8d3iO"X`2]E4A$!_dX΄`q'h"Н1L3_"W~ҙ}/!.1!R MO}*Pq22"81X352A6dQ!R%:CQYc#;Jd]<…]=RH Y.]2dC&$CRT ^ӵ *Ue$0c[v>RJKI^#$__&8n49d&Lc՝FP ׁ`p!S2E}p@֕hyֲ .meleCRkOSd'jẌ {R" K"- Z o%*k6o1fd%YR"3" \@&X:`1:$p2S0-1q6En-#1cDGr+VZ pӁmBk";:^V%%Ki$i-q<.r)pĂ<*+t+ײG04qfp,-s0 1l#%sT:j>Rs5KirJ37&}H4Q-9qnf"u6 B&,@&r;m(@;+@Wp-+Roȭ6p1ESűF ԎXt2.IS'8Vsær6rL# 冱*&Y2U{K=o>>0?5ٚC-J5AS5,OT+4:?D38oZìZO Ԅ`!Ѝذp^5lo;@8`ep.6tZ:vV'%J{jm.'Rr^q-*mg²h+|VQ.ӭ~kEjZYC]U 0R>ü"wsʩ;Z7Gt[I4cr9:%UR]'IC(7f{w}|O}688{kx:y0j?f1WPo%e4`0gjV8yl_ˉU8FUOOb {/sV6@>+r-4x@7}7B9jk8-kc:l;0H'M"{ Si-9ro9Zayk R-qck&fFSkh(y[1Ħz+p︢S;+:kV9#oGx:[NΕkP{ALp$Kw3:%e87O .cF0F^uVܳw;p6W{+zcu?:yt5$g;6&;&oWy̐U$7M_ݽzﰚ.xB$V.uoX'|fO#u1:@3 zS_{|Cǟn7mFݞ|BΧԨW&AQa|L|k)7c(BuG|?..gO{ƟiKzT1.?+ۓl۟|X$\H_Lil'm{xO8N'}&s3yX}.@ln*G{9__CT2<@>@a@Ka"A&F1QbÄ3L`qH+w1b4g'kU@m^afFl˹SgO&>ڊܹCNJEZNUhúu3t\=%ZgrئȒu`S.t[Z6\aÇ>7ܴŎ.nxq6m&> (ڄhҡVԮU7thB)0ciV>jbִ(\ &:m3'ѠCWMzGPN&[rUo|X%v-\K,޵jpK@kl2[p.Lδ 04 YCHk!<$nCѶhaC8CZb'v↺GnVCJ)rrI)'[ϸ,;K2﮼ $@̜dA,GpP+Qٵ}j:\¤$P!EuQn#8,ЊhB7Zf+_w 팗vcvdH Ͱ7;,ZjF D~ヽ (5U R Z*@]% Vn̛Ȭ G |0ӏ!"z DLFzS!ҧ:XU Qb( mح'u_ʅ;EO4L@ 왘rfm|ж>Ο'fou %0gUlB:5tN2ZkLa 0Mwm]Jϓy%n|)ňUуV XZܻLl'!d*hTmaQ݈S*U ͪ$Ώ; 5HVn7 E$m\UfD]a CddF.4:u%{.V1MR5Q0Tt-Q PUZ9;rU+z cxB9=¢zZtg]n8wKVMeR6*.%( Idjj0&*񬗼&FrޖJlۭJ%7%d`ہⴧpZr,'1*g9K A bjծRKSY8u{ ц)Z¨2j9VvtRJKYJUkg&F/+Mf`iYJ ȧ>uulﲙR>ʞIlb+lbH UZ0: ha(\nԅBLbH MT@aո0ߴ E6EEa1Yg h(Α`2Fla nݦnL rЃХt Q7]D]wQ|mx7H+'zh0T 6]SCU }ohU2w`WGO~ Mx+5h!W ! ge!+61KK i!Me@`8d!EDiAȓ- F5[mZƛoZ|Yb2r{1d>4rNTvyz1=0'NQBE oTzm QU4VjOW EaX4F40k1A 5zB.xba4!l40Ʊ]\DZiJ˵@\Ri%nho#XCk B))ћ ;Y^˯0!IR08wSĐ ~) FmUMM h2 (4̮* s]?WD7{%@u(#+*fԁR>-G.hDDcmi-!ҋ%d7 5g7An /:;IP . %r'@T<B †jAt +T̮emH \-ީ0Y hEp ~_qyR~`H" HK>hT|(Ȝ m> 4 o C&| p9 iq4A`A,AqH1g5H*ߐB`[nx`Xr>,w8 2t-@[Oޠ8&ꄇ7Y6'% A*z;0/ڱRrOo|/k_wjH9PD%d:I$`t H1d'!HU JP2 $UnO P,MP mC:0uh@8gC&p T253`8/ 3D$5`_FJ"6ߪ/DFP=C3EUesXTpjDY,&zY.U&+Q $I)'/ ^ 7u,́rhԴU^&2" `: >36'@hC$iǃW p#]ˇ[}!lH6RoxFÞݢV:("J 6|a40 !Cw(@V$f fl&LasJ_ ʠgd)qj0b@JCh?D z(bBS+( BʩU)*Ag6,= q|s:̠k4,yV$H<ը*D+!OʌO=M;"F>9cK@zV@qհƋLd `$8G3iPrF'ؖbs-,ЁV!K7s9C1܇G? N'slsAxs L/bhUW3(O6y0md ÅֆC9Os'ng$Ij #f9,-| xx(ҙNpBGt!^D (d;@Mz Xp{kXGX2Y;@a;}v1fJ\;Cٺ}n2xd9\!fmaUQu8T_3g(Wߐ"<+p:G}MW̠5 {`X!W4 'gf3q+ ?\M~':}A~?W |0[>}S/~P tB d+! #d 7JXCЂ~i}n:N @L0n0-,wo*DOtZo7g r`t zw 75  Tr r{ s1&`A|'#A8+1oW ``X]H^_(b}Vk}W`ht0mB"Cc !6G0!Zm~mPGi!*lp:D "(+uu0C0DGyu Or!2 Ћ p)1\H 7uPGzCX7d@ר_2`ds6GH|R0Vgd0Xgk`UF=P6@p th~³F%%<5D!@WwĤ0]xs5$8Pl(:xxBNAP?S2m`v]O z8x MxG"(hO V|9O>t+P`}X pPؗ~igu}g$pqp=@pt~3)"އhҐvi}?Zkqjٚ2&"5kY+@XI 0]ؗpG0wHqD[ݬԹ ) a"$e1-@!˝Ͽ :`FZ`K ݜA J4W{7xyHp`@d [t 2Lh9,~ ,9 v|~v9).n q!0-A?\B|P`xEcרR=Lx;Xc>: 3*H.Ba(Pg-j I^dHc\r$p/_" M#HyiR0@lꩨ@* `A)b@xÍj1r <дP^1̐@YQNS?:p,7 pʉJ3,Ֆf` lcÛBvE6B 6r1)QN=腐1vA(.*CK=F(>0^r>i?V @z< A*0 $'. C1-rhS^7 -xq?Q0C!9X0k@x`;-Րx 6f&Ƭ')2£6x8.7h䄮%như' NPP(cR;"sY$GkOeciR%%CN{vR &x@ZPa'C]r!wC`8hWYdCqkhP3TЛXB 8H0lI5StdC480bMo/$8 s (< .F~H:U'@xe睎}l<* N;DDeK\f<(D?4sceTp@'eOUcP5 t<` 9hW s0Chb:pȾ 7#JP*\B8q-\@Gh:QAMXFrX^@7w9IػHRiI3G'8˙8 TZt' t`THo+Ǵdk1?l%C[]lh T yL7t%M!nDfT:GLC͞n-@)Ĵ#S/,'5q! "Ȉ($$tOZxЌ~jVE ŚtJZ*.~J׃P&8 WXSdcem=zE~ f* KЁ#P^LWD':Ĩ4P- =-SG B? FTG=MT aϢɻ$+kb3(EQ2gͫs8$E8[ Zzh05';(6,mx,u`j$< "RBp nج"!ffZk["j؅2NGPe]HrcwCn2@Qf{f*NJ7ִm "PX@Y@W QoR-Kq?5kjV0- (&#Qaw8(\i`IQ.FXFpxˁXi"!*$4ٌ1B>9v./w&^?r[KAPA !G83[/9WT[!SaB:pbpA5Bk<  춝T0CA\d@*GŠM>Dx[“Au0>2T8xWШ&"*`UyXx'C%`i-pl'7*B 13̪AO؋k(&H[04[&?pQ0KکA -KN ?0?/T0d1/KTT(SYUX$BPC-A8\ă wqB(`F7{ZAetFCI283[ K#p2 5 bO#ڃ;PքfIA"3d&JJ7t-&I=P i) &;&N}Gڛ62#t łC- HMD6 )t¼$)"PKXȜ̣|10h6)6'$04Qۂ8PX Ɠ=My?B2S`MnJT=(P]݃Zjh]~H΀!?)5V8[IHjhLiky܅IJA8*3n35!t )Hcg0u{(Xܷ ̺#[BTxC4L~B) )&0 Yn?`DeNNYehn 0jN,3 ?fGP8jjJkL뱎nF(} %%?hpK7;~#v^U7T?ضV?MbA0TLC}^؅AO5l0OуnqqLB|?qq?P U1:v-Њ YxeV=@(VnHpNj 0j0jI&P؅^skPoL6 7hQk3`mo9o2ufpWrkz^}FlA }l!6 ?`ׅ6]ѭZq=`?VouWGFí:PYW>+Ȑu\GFWL@a?Y8air)rrjrV10 s0s 5Hf+ꮶL`w9sKwj=<&*9Rj&6ԉ[Hdgg*"(x/ b{tV('TւheY"J{hXO9ؐ #yy]9p]y9/oYE& v'Ymv.i(whhGjso?HE50wK v)Ik`wx1([ h>?&D 8|z㴯#Έ}vf*tvh8<_EŇEδ5φ}"`'#}"#}"/~,pO~w>`~>>DPC~EX#iz(fHH!./_N1XHa,W8NoL1Q3FM$?DASNPy5uHqM l)I?ZbaM?gxğ-|hyS0Tf]?c `\G!@MF*S0"W͊]XbZIC5hb._j9憱*kc>u)df@!J{I s@F17juvu+ȸJb#ZbF  &p@S.'otL ugN &`b gzBp5R@̞P\\n}.Sn 8C3e!H$3 Wa RV_Ҭ.0!Z|LGc'YfG",r%_耆9a&av2P{0f#r1GpfMyqA.Xc|EMΙ.GΝb(&,A:=DM@ug\TEF36!e  i Q%̋ U,DYmV,HC[<.ʇilrHAڏ,[#H/`a Xpr$C@ &Uos,X H\ xAInMD]Zn2 8 ;A Ll ,CVEX@,|`ּ3AE BffAKF HQ$Yc7Ai ۅIEV%"Є2C'QtXD IIJrB%-əl ^VⅫiJ# N|pDro%ΕJ'!6" d0N'B .y떀J4E,pp頑d,DXe|i ʘ"ԕ3 u삎lC1нhDlIh"EL,*ыn֢l$0PntR[Ke(ym@/VILҾS'9B]ZAonW^ 1hO{[oEޚ馋2:l }HcOq&TDA "h2*Bk@!=lQEW0ľ(F`(d/ًnxh!0сbt#!hjUP(RB0&4Jiv4jmol 7=S5ᶹB͈FJh*ADChz;67 #-=/ ( Oq=rj}`}}"! #((o8Aj(H`GN$rE?aŪ*kĤ%KKIF4}f <求lv*CG_p @bK<:n .p-`нRTMECA.B-A ?̎* f"[Y @37)!7/ZjAxnPExD!֕ ,w_խ~"B_T9^RbYcTD!b4tZF)U߈- e¹ p_|_Ʀqjd *Q]IF@r<)(Ж&""< AAAT ^ E@ \`q ~Q"Wȁ/AHqY[(zETfMJaM>e"!xdL& h 8 ׍Rٍ uD%@q,EALP݌J5b#4 Dbi0%>*p @ ^ LX*ޙ`+E,X"]d\b/$(hBQM/84G.#^\OhZhQCEc5>Vnѭz A)( p_:[# @8Q55L?Ғ$)ȘAA%$G4dUJ#J xBxL=hB! ́! LqXQ~ӽ$0EL.bO$L%&e/$Eb$YȊ/YeC}'CWEX=amcq tg4['[@t %=!EH]x+=a Rb$|j$X#(,laBAkNS nL"2- dbNOyd LE;'Xg_\qc{Vi}g@@)_NEP_\%( @, Xj @ ܗ^h$!pπe4 L:' HN&L`@l hLLUg"q`o ZNQ1i "> ..!%PǑ Fv" CfԔfiZ&&y'k'AZ”%l5tn` _&$9) l |@|l p }KABQSЖDZ }2*h^!l!EKt*Q!\DJ :楕++i2E Hӡ/⠵ H :A,fAHMTnOi m]"VE$֘ y鼲X'̩p@[edB.83g&ŏBl<r::lJ;iP(_ f±2~X_6+!-p;4 q.{C{A&2?ito {{9 T;KZzܧ'=1Ԃ00@@DKWm:P,b"Y'VxѡCtr 0``芎 ˗hNI *~ *TP6CxhaMAhC74dI7[DbWy7u GPHeMڳT sgݳah7} )R:/3 A|ٍ37aa͢͜`Ku"EzDHPlٽ9#O,{/^Æ0MELC"|*] !Cn]B×N3WD9H y"6;̛4h2kCzHjK.Cƈ! & *1A+Tì2$ÏB#,c7PƒBb$Ќ>cI<{JC 5j.e͑h--t eb NOddĄ$@n8r% =D5 aBt!B әn@*z"Fb8@A*-ВDJ T ,/|]0&EDŽ-#TJ*J23Ԃ5/kB 6A8 V*bi'߆ qFFl8" S%.9BI'ijɥ TEKlJo 522ȰX'W-ϲ$HR:ô@AK:V;-3^ j̬g񚲍>~ rV![q,iR ԥ wd"K ,ui8ZLD=\C<a:at!4јP~[5]~B*pceSq ,d5x%Wbei@U몓] kAç}6|lL)@"K7Hup>ɼ%L0A NA Rx\CmRP8L &X!CdHxC|A.1X(܄8VcV#T1Q~",1LӔhlUxM|Vc3LZHbĆkŌ!p~;?nMl(be@`\# 7'"9y 28",()FL3@ ]xFЂd(shbpS 1,e1|` 6lfŖQ-ZxPj~E |)K|%- 24ƪUi*IcnQ 8O>JkL\=rzĸp@ @9dHыe*/ ;@ p4 @*OB,zZrw9-e.c5 o(3ˌH0 lPj{@ Z cR0"mKo"+0P۴ DTɊ*3e@*; rtw͟F #J+bQ$-gyծmnc.CHz9q56Q_ -bŸ7l#f &ŏ~ ( ^ K?:H*3b˰zd-fm(E`F}9AV/x%D PЦ=ҷ :C\"  &j Ġn\nZS 2z-kr xel丧̦H0Ub RNE.W nnF''>Xo/G0 eʌ[0 H b tAlz 2$G*!F&+tac. f!l0 `<@ NƬzx` V*Rd{l-jR)Pw'ApU~-ԩB16kFk8'"'jkBB B )۸Mll!~/ bCH`   o*r`t. =H0V)Jd p QF  H>zx``g|` AGb™xT Qyf [ x P xmT$k>,Pl dyb*/Q"5Mgv֠`L( !Ѐ ` РC- >a8g)/OZ lVdV`rlA  Z``BzFV$$h B~n{`e'ZU+.'"lJD!b"|"-q"-?e## 3N\<'A4 %IK`t= ,{';9>  `@J)W@Q`*6r| Zfh,v&b XƩA^,Bf$./HSz"H$C2" R1B$c^0T11O4*2 Y \ }DH3R3Y^S`a6Qm~2(cd H,nS9*`j ƬS-T䨧/!'x{ 4>gp'5dKI Ȧ+ `ƭNO1!ASZA{N4Ir@DasDMKRTE=H 7 `V{@tru FӼڏ s fG kB{Fd/> (jmF4\ 0 A-i``]וK+c/i5 `l]Ou1/^ d*3€_u۾-:]Mt "r@55@DG4a!c?6q`LLgRJ8/a U tc6]# 8M O nV@̄g[F+E2DV2M {bD$cܼyZ!Oxvlw] 2l@QWzu1U^^56, Hax zە o$np]q)@q4v6JT'u 0w2t6W  ̖lUQ ZW >u gg|S5*Tzx`W /~׌~)yKv]׵[kDԢ.{U]9l*cGZ"8m{sT{1)Rzǽ _i7 ~[p%rSWcAd" ؀ #t*@dGvsqɭ]6@Q{U BX zB@+ȒqM<$Ax] Nig\ A +Sv\v.{U -.@wq ƀ` lߗ[RR WxQD@Df6GN#eN`,UdK@6W $x ȍ#TQy 'v̺3)Fy6ąK/U2C-@ 4R pbܮ9 d bPAb܈ ,x]c8^1/q|Injo* lƘ*UVSƙKtwӭ~` @X!ؐ^ܕN[?fAȡA󋼬([ (ڗuLM]WYh,ᤷl@Zl; aQ.yZ :@'$6dEFN@]\y g ۘbD8"k!< |5ٺG6!$oV5ؠ Z Z Bx L*ħ摢aekΠ|f@ZCvfw2c!6,1@9 /^:*1bȬY( =dI ~hychP!B: ͏ R ?|0iE!C|uS)_%KԙAuU4qEeHi"eI0`/1 C8"A"edGSAdN>ܺRBذs} Ԁm3;6+M+ٺ\׊W@,8=ЗU Ltպ"l#F|X1B@Ar1j ȐH\cKJ*DK1MoN$[1)PMtKTad FY18 _Q!VYNXTUip}fDK aCbcac= IK\M٘hX!GrBp 2e6p n&w: 5\s t]{n.U<#%GVC7ti|*~JҀBL4`Ƃ]gZ@(M 7N f"W^%#Zg5c!nUEs%E=DCH`M d+aƮ X6ho| aYiiiN9q|&\zn ;|ޣhEAB0z }p)FeQ`ﶁ 2OD k ykQ1QG$K!Pt40Kcf5QJ@co#PQ}qjvnb@$pĕgaj. ռLeJSmڄݡ7"WQO{r bL-Q h'D#dhIbx+ dE+w=U1xE tt #? sF Am@b>i?!}̩ܩ XzSЭt~H()U=5kʮzeoG #:s*4$x$zkP2L9 iOIgPBt $-ZP:+qڸ}r"*Wc& XfH5`oqZ: 'E 3)]ͪZ}݈lloB8Sph v'ުibKvNV9ڮzX :ЦskĄTn>(f ŷ뫠|+ @ a;S[Nj5VobPʂp!*$kZVr`WqZ8+-`Nـp뜡pq XfT:YםQA] v_ +IF(w9jK Wн[6]9`L 30WfPkN] ;;؄$-l`:YV¹ . r jp%l\{˻ʳxxnoWMUFC-M̟+M]QV` &Q?=%A]g_S nE(7M&Ra:ST6 lɫ;KkǙ|;{  ! Xn@9V 8w` @|M{}pxITcWL%:tVT5 +P^ ,6"G<֌5R%p\f=7E%P iPo)^񲧛 r??ֳ'TsQ;{<20a0סZlE0 !]WmSޫ^{ĸB0&=,xiIa^E$pZN`.O$WgdLaݛgX-N+ $꽇l?j|o®ld/E.ן\ލ Aő jAj[^mU q e~1enm+GvT=t.wVTVxZf"D,.D+BV2Fԓ>Wa<-ي2Ȳ(9q @=tZʹZi{Iu׹'PSY^ i)d{2MinV,W@ 8fD02B{<F  .BNUげ:C%w#E!De5)#;q72f>\{`wnp9@nZw3W I&o(\~ܶ) 0۱ m\(&L'UE> -Qb%DՔDDYxW 2^NQD1OS+=`h_@,5/`bI@.gtZM h7m9]S/s}|~q@` ",LHPL-iS\4`R+:.Ub,V9RDL!5acN$Hz9HD{AJ MQbDTQF(%*HGo~ĈKBiEGBoĀ>]׏Z   > Cg>|)^aE@ƨD $GG"A͋B 爐&F|08bFS1.9iN礣Zn+&+={=3(68Z$Tb#@݄`Ќ7,,ԃ 3\j)C\BTV* %2EⁱQ/?pARĮA Hq|!p.+]),[kr!Ͽ>@)"PiVS#V0r\=B /TRHC_I`gsܑ E: [m! [$a61ZB1 f#ukD_ڼY5&&,8 pa a ak 1MI870 Q'Ub@:ty,u Y͎<)̊P*}at 4&&QP$$( HEvvD!,H.vaF [ΰh ^ԢHI g}M/z A&Jp Q)4 YR 0/pGA8f)19 şC.TBժX擻gvp! aСJǒ5nPS$BA ^8Lt.FA QbWVeJ=Uc}jQ L)H9*[@\q*v0qfQ- .XAlG1 yTIMaqEBT@d[78WAqӡN9u;wT`ή,=[ݪy;p!xJ`< y6aE90:ЫsJQ2ꪔQX ,! B/E k{bLK QӗQ#@[0`5:TzkB:dHLQ !4pL徤 0B d`8hi][Ys[閭P^_$h{ZN#@,#<#ZcigoFB7 '7BApl`&D֛`-.4.X `@^E-0 rA@h[RŒE2l;^;n,CdCMfnws9(Gumyr$uW_ӡߑa#i h]"$a^~WVmD惚jChLަErt>y@ b d~CYo繎u"y}-L/R (@`bh@:/Td֮)`"ОsEVn oÐ A@|l<"+E+%jx@[i8-(:Dz r:2zA(+#i0n+#<@4Q%8"z;%MxF;ûÎ||jL((`HKaȈZiz+O9!M@N@>HEW $D q2 9W/( x8EAA8$!/,e17E_"H;+Kړ[R3t5`3?ѥ㥂?Խ+xLU:KCHT Q$͒l7ڊxB:x7G7P30c%!e,X0x]p,Ci8%0lF= :0 =zѾ^h4<9Sݫ!ϺSH<ԓJ蘎AEԄgPZpXZ`3gHՎ*Flu+pPO/:jВF@UUDP}K,UC b]BU\150RRce##ٱ~)8A7Ql&H&B,,ELjBHb%ftW 3B0 kKCWW~-%+̓Ꚙ;%XMؿKU؇%Pl䝌W\M}WTR5 ( RYR5ՔUQMQ>`TmEXCIm\<R ^mF#a0f}bc>ǚ?$J"Wtme)x$ O?>R0_[v ӂ.᾽2&EP[:]&׻=] mUYNյ>Ӽ iC6PVVb&& p(F Pefe)qڣA0Te`Regye,(x ls- j-x,S hJ6_) v^0 n'?H\&G>3HC캘JFI.ird hP uSPW iNaOieFhn]Ye.n1)9p.Vz V fnn xH@[l>cĬlUs_$3f'(g 6S'((S-[=C 4؃gFA@<T]-\q8`S`ĭqIf܋r.Y`.-fFCYHLfa ?) V7`dVzbfen xj^nnne:ͨެEI>%xA5gEYcS)@flwmIYD NvrgA EUPQhGH.=T縿ĵ.NL 7`e~q q~?4؂߂m'>vnvhn3)Rheo*(gHv)雿A oJKPB#߀V-؋? @P?pnlF`3{pKѕp 'B7tC7B/e]/qVK߂+ȂM4(l9 !j._nTq Vj#T4N ߶UrK'4.~&d(g 1Ш{^l4gA* s9/p XGsq>KKdwMC?W^Ӷet]R|'+Q׆K`L*-?P9tgTo_uTu!Vuq0kyνB^70ԖbO#hEP_QvfWa-Gb4gk'B?ۖFoolzrxz>lf\t/mR-Wzd8eUVuYK,-@:XD {WoxVWu"s)[LjZ)^ENhE҆r(vYcOj3?gVyH,hv4;Iz//w>w@?VP~%qNɱwl *x{W>؍VJ~~~~'rf9@u֊5%l`9|'hB(6^0%P05a:i!K :CEJM,D G*Tr:.5bܝ-l)N杙5]δIn'Or~N'JmTIiN6eH&>V5k^I)ٲ]Cʕ*n^B,Ef߾~.x†#x߾>dQ 3 aç"E ϛ0^CC -ۏ ?~E?`$@.4 N:"Anɾ$KG5iyx9o9eq?=*)?J*XuUUUTh[ow|! #4V!`!aY^!HFeCf " fĀZj i!G Nj@˩GR[)QFY'GT@eqtQ'K$yݱSQɧTM5~󥤟X^UeY* &3@!_{uc&`6zMV #u G!Uw.eݢǞRDqr]`YsM6`;X)uIj>s-ib &nwޒͷߌ ^녩3n QUMFSD681@p@w Z <9!a@a Wxl`m{ц7& =kNV2q5O\)<٣S%B-donk_FQ~YXE b\,AX 3%7 sP-R ? @\Bhd *Y!!&ZՃ; v:L;A^u(`=%Mi)-؁[NQW*Qjhzq@p&)wrV(D``5^:M k9=Tk & % +@Y޲ylWijb03_]8@Vpg=+xEQDKKC0a)1e>Z<f7bn`r6w{b<>*Y M@bx 0i1 d7S2Ɍ 1#Ř=f,c(bށk.-k6[γR~~ gІTZڈ0:_큇IVo!m[xp6B-cQmu`@ew8!װ\ޠ5Q^z]c(1c39plyˁ16&5O-csϧH^`go!Da,}Ψ34*Smw,N 5ߍ⭮ [<Ed[3S2ZK+[d9灾sB4ϧ,0 rpM6?(zJw {)NI=^ _(-iHT--R}ԁ? o(, 7r۬3XC´J.|k2۱MۖQh|P:ȞBO{h-E%A0ۆ1]lޙQS}_vӉYV_C}PaL@̑̉q͜f ݷhW>]v~]ׅ ؅hR0 V VTE@\\Qe^OW˻!-*2|!͉Εilz[YC P4jG؝EZH]""(=M_X%LbVi_`"ڙ`\E.8!C r^A`ɜ͑ޘ-8d6hCK{cҵ!3<2]P[AZZ0ZOc"2" \,`^(eb<!(߀h \Ex0],B)AUR¢ $i%Ѣ)W6a> FNH>HFcQKa {p" L."EO=" 3iOvZ QnMRIh-hble$W}%1kz%Z7Y~Ee1GGWH%IK%_ `~RE[t#OQ$2I_heV ͋Z`h&inJj,r|Α̽&X'C>$Z# f.ozpg3'w\6ҽ0QQsƤsJ1"b>1-sUx6L7UZc}z~T_WXb"-N!&ݞ9[F vvH*3X]G| NӉ(Ѥ fۤU9^Q%$Biэ]wʏRfƗ`"jR"0)g"g`q'!LD] oRiv\>Cm-cp HgX!`:'fřɞztm ̎Ϧ]7-@5l_C5r~<)'")Ή-喑a/.CP 4CH2Gz䪂&]G iћ0r]tJjtNSRl$hIsyQ %yrSZ+7`rkqօ]hN*y+z+ϢYF$<|cfԾ"2薮HzSA'm(jtۛi#+-:A3nǎSR %Ikx j7X`l4y_1ԢѬg'Pl6fFc֖G!.(5cH2h]**rima"fmm"FGQDZZ!We~eB3񁸬PxI4QnU-*d^gϚYVF0f*qaj1n[G=-*Uo/*bkכa--"0,[. +zbOjC oy<0r(xnbp~qA9pN5Y.".⧳!/FYVkǀZinWmA1J>-/=- 01Z~/lˡ &kKX6wp0*/ e(Z͗NA9$,z/wz* 1FZW.뽯ǯW) UN`"cgvn9]2ڲ-#(W}=Vx33ce(W _P5c cZtTp$#Vz*&P@rm&qQ,1fpBq.-g]^P5#q3@N1 .~F"CCC[l><ȱ1kt2s1Ho%޽cZ)eQeRP*0`T0s/4:SYZP3</(H^?(G3"]բ)1WB/CGtYwYeGT>;GGw\/3HJwoq Cj Gq}%Cz":%QsSaC1hnU;!rک&dB&v.v;n_i8n+*D1q71쉅F+tl7̀R!kqws1w>:;xK$anbSCa#x7ɸ4.~@&;/YGokV4KDq]or#y:rV$4 (0a-Vͺxx񋧯oQ50Dzc32w#-|O);V3 /y74Cvxә/皪XpG 7[83{9H];'J`]"$m[Z쪮w7nsm;8|ni7)KwT 209C.l,yz-Wy:㻪zὺ:dD:\_G:yhE8iU56T/3AvPWg2ȯ3&yó8'w){uvGzh.y-@&|B617{/{98<]/[}]r:CrUs+grG34{x ړdW;+k"pص\:kּZSiSNˡ+WԪ榙:n;ikBY ѦUm[ 6TDwK&<"VĨRctъ˖)d֬9g<`#1lЊD/z9#)qCْr*0Uּ@L>Z'VM=mUiեVE^-[[+BuwW_MobF/騤zl+^6r4BDLh\޽T'M7w9ۗZR*U<՝_mRV'x*cwu/0Ld$3 S7΂f>hJlM -h }6Mj37%MLѥ߅4'{TFkYHy5'j!A;c?dBn(1[[lC]3#44>m|-1P3+|6=i%m7vuaRdtSԧ9B+vVS;*wb)Oe'xh!^~B<1oWZ& X #7N:ܵPc0|Z7­PZ90ڌhD:oFW.ө%j xu'lbvwA,<,c6!$T&7X3i(-f emo|c C[JNI&vS:V"n`]%,-k62\x FL$Â҉ZB "MMH[r("E&.q}_TVIdt<ٔrl:*u a$W"NWTprhe+FjшA >tHf&HH@YC.|f!MȴTBŒȠ*>ˍ}#$$x.RΨ_&tB^华z 0;ZlH dxsǝbj,Dsd\WT,3QٝhE&\URh[ؙM\`_0.Q+P%|9g⏤J}vb@WE̡\ZߩykXȤdGތtU"ӈO9#˅ q4F?PM[L~c boR H*^K% Ov:(WFVՒVBF5\x@.8.#qH!:Yk9w6 =O7POW#ywuԊYf`+Wb$&VѰWb&bƻ zfG\j-J-O7(_5qHBMnzS5D$F>트]͡lb9H<,c 3L9ܫllw06o$C&@%\W$Ϣfze)9eYe8<{u8ќq :'Ply^¡13ci#ZQzZ}V5﫳u4cAi=USt{Kir$#eCQ˧vw:m3RY,\ c%9YYܛ NUZ@mI(=伕 hihx\!$=ol[ZA8ѴnSӔ.I%cI͏jm1}mi쇌Qw q?hjkW+i4-MWMu=ryi!nE7dCNO$:S_ǺSڟc#xըT_yTeĹZ㍾bJ9^RNز[E>R6$0w3Kv2#f?WMoՍ]S>Ç~΋ڋDӧQ3ֵry}BCį%."#~H\@~6ln`T]Ojoe蔰fo.bl+&HL2/S5<󢄍by<䊸LJ"pIP #bnC$2/"eZ`ji)dhgd njϼdNHA "qlsg"K҈wi*L6 oc@?$E< a7sQU)[Wu=E TkG 0a O0Tk~50 M 0Faxt`bFe1`fc4hG/Bv[mئo@T5rb>g&dQDuصfw7 L0L0pSJ"uFSD|p Z VTS Q1C T"2kT4Q` T $%љFH8F 0Ə hd4K/j(yYB9mV-p juirИќh\ui/}* iz9Q7'P0Ga ІUX[OF]P<}o *CB ||od+jy$fLkh\t'<`=["T [rO(} `30-|iW(Hdsp0`@b s؂Pg]ø aѬ*B>O 7,%^x00 8O@c 5xgAQFP6GyHPhBIV& d%6'0Z<؃>:;{=R"Aa30)$|/ 1l0<}ї5`9M- K20P (BvTvm.pfsWwwʠj^|S w?bp ȀFty$_3F P ` UPh)(G&!7wR*%; Zʘ̸?8;<(0`91^55lSxy}D!H esaP b 0:Y~:8:\u3n6aWHrp X}p% `S$dhaH؂,yv&׳ikD&U(C A])P@r$Z kZՖ^6~XLg0i5& | p$b&[H XO0CK,s, & 0ي } iI&٪,0-%.E>Z[D)li[mClQy DŽwս3V&KZ'o6*֞ >PGeܽɳ#k} e/04K`8:Ƿ5aߨHЗ! 9wH`#)kNE>ꃾ`Gзz99[0X@fc10l0pqo[X .Po6nbݜ=Nk䪎 EO%^N ` PX*~PWNy&oOGڬœ"--%&ҁ)؋q.OJ:w2tu(.5`2@C }"tϪ0ft6KPw9[9} ݫ4j?^ EODL{` R;0>OBHp+iN!8,Ooy=uiuC"Jsp~ zAإz.5 @uT8F^1VW`l7E+5cEFpve1 nz PW# 0Ύ@IʂJ`ڎ˚TjLI)8Z ZJ`|G[zZSCYBl _T9l3eoѦiMe +!XQFG{"7o(*4 _HqÈ!>hQG0J$T I%J%0,qQtϟxI @8qc!5bx#+ /dFIJa3$Ey)dHKhq2qks,*' f5m 3iZ̐WjcfF6DBcv1Bg<1"4= S(Ì)j]G'|J$, & Sy %Ѥ`*3 :h$+jx!bK z7-PR xp#9xca: `:`̐A T4?MUyWc͵)3"thŗvA q [@QANe#èλ,F? @0joQtb;a jz2+,dH!:-0ķPD@ڀkd!&0  ($i! \"&RֺQR+ 2r)},)F%d] E̮">4՘4753 , .píBGCp ~#6-ڌ:`']G ڟ,4nTcÛBĕ\uq̐@ 0%|Q9H%HN6"_("`!?orN%fZ{sCԿJC '5 $آEp MMT7t6`^\m!BlM6hh7 މ̵*ez99ŬAxb[`BcfW\[X܆BPͷ)~(SUbMn>,_z"⑂#VALb Dwg ; ,%)p8 ["FԇH++2>xW!~A W-# Z0C@>) 4+Fd (Dv+AfEwL'Qy "qA>InLIVrPbK@ BX~@P)%/]C4  8++L68xZX47ЊhQD}  P2RhS&ޝODP$h$' )v JS_!&Vs(SH# kCAIELPqܹ ?MNa$1%KT)1q\,](NR 8 P(&L%«\v:ABFԌ!劅"Ƌ jENP)*qQWqGBa]E'@ ЈB@AX&`[k3BD%j ^ĠJA9Γd @Z(4 hT)7~Ԡ>!JlCVdPe-Y1$[xX3XYfU+Hgt `8[qr7|gDVb4aoA7gؓ4嚂 ,QHHT(Ӗ&&_4ǁInB3zv\3ӔkXT!5,Qݟѩz)\{'Fa0Bȍkfʢm~^ r9\'\t `Āa:ЗID6Ҭ%ċa(Hp1DDkizsD6$tYʊ4u$;"c?@0bX>H 7 0Ni zc}ix–ȃT[y6`p&?ք` rF['x=/}Ý/xA:%S8iWGԨ^xqV_p  [x2a_"AK#z12m.&p)hQpo¼q[f#`X[xn&p0[>c_t0CH"ô2hB#?;0;s85?J?! `pX XP'膺(@#C3JLQ:!: 6G=ڳ83A1! 3U#Bq8[StH9lĖ9*`x:@-s3/}Q6&EOn d/֠=*PQAֻtP٘=x;\C 0ڠKV%Tv S:.=`i~ii}BJsW2a`J8?fBbMAf f8h/ƒ4dM E:؂hKLUX$gz{[30(fXe,F -?C(hGP:plfLUdp>s 6,G 15CĖn]$9AGCX8pB&>1koa zc? E`Vӑ0F ׂ$#H'7H"W-xqtqW ZUPm?"uD̖ \N9fu-P췦=Z ^h?~1B_p7[OIf IRL:S?`9oowwtzwhϨ@EX(rhb)f.ms1wh5 P@( (Ft^PpTƆy|LCP2qr77 3B.J&k@kya" xphjz2GYЧ-;ra е\IW <~'#`7'?,`/o<`,,p,>D}):ѕhh @`a/eك#G Jhh!L`^1c7G!B {A:$h(YdSL,EN͘6 f1o qfiBϏ!Z14O CBH6-`Xk-*SDyZ)DH<`FQB&_cnE'/0ݻ#$ tZZ ʄk@9TAvè1D2F.RA uQ *h uXꠜqpbt4ΐ/(!iNC= rmBmfv!!a.@ݥNX0iD"*QA$(DȁC"En[%K1"080y>2UzD1hս8P3η8NOr1|T0%Ui X!ebFbe^~[(1Я0 r6ae =DBM9؛hZv҃ ?MÃhhs"8;D4'ANsO:t؂H`P>GP^mU$۠W' d!S 0^T4]-.;ɖe["q*-3C̔_Pؿ 5kAS4gB+ 8;Yzε[0bvk za}(@T82v J=HTeK)#_M-ZUI("i> Xa"Af(Z(` p^K!^5l )Cb9 mհ$V J6;!Jx?>hI@XJ1 µ.?)(b8pⶽԩpJ*!.klsA M})2 Ң-E弸o>R 8,]ޙվ ,ߺFp.Bh_ v sd#43ǃf~ tA3Ӵ0sBz81.dcȔ)8*\a2b3@alj6J)pj˸%d 8T0\f<Ͳ@T@<ύ T3[=@bY8ҎvM`.F)mZ)kPԦV5zCS0;y@X8lm :AǨhhgh$<2$+CQ!07t7Udq'`:H;ng3{8ܠm6gpυFmʀ=5;N B38wdi&/KzIbk]zp9 gz SH-SG/B:d׷ qWDƴ| z%1 Dj@'}" !7ȗoKu܂pqhXA<ԏ ޚĐ<pXk5u }^ɵ콉l쵙 }5`[Q},!z]H,Aݮ@XXceGAYйZG8³QMPDB D=⣯!ّ́@)!PցBc4 $F$%JɔRhd@A \g0oäoU]mDKj&j-d/&OfP"^mG.f摨F#nפ9 @ ID(Dd >ghݨ2. B>UH(7D4@Ѐ Lo Un t/UJr#@APM;F¯- (03<Bٱ.H`!dPN..O"\0H 4{Znխm/X!V.(m J&,Ofq^ G&n.[1!pg|ƍ"aBRXnJG46t@Na1Rb\, 6j_;1/wn]xzAoݲ 1<- R%ٜȅ)g\&OR @ )cAH@`!0lQ`@bF,K ( $2Fct> ZHʙrMtqdJʬqGzq';~ R݆JA>5@3,&t55\&dX@#\O€f#MF$e㕵{"GlIO$K(PO,,NwMt ..7Po"5Pc'Q55Z@.o&C-,`X< M @c%@ A)3_? 8cGc'c{gA2B{z@W ,]ȕeɥN _t6,(cI"$B$l7jc;2m(}pwg7y۴rg5uH{y,,o199P A9@WfLܗL#\ӂ0(<7C%LUxG hzh@ v7cWHؤ.V(@Aªk.9{N¼:HN^?fӶ%FzDFGkua{nysX;_}'N%Qq/d(nTBC1B9; L&@܀5654|<xwxO~-\Ax[Ts(B{4sL8Ci5w&lvGC 4z5O(#B({,nNwؤϷAZ4cz$msF8hE6eM,h0{!` gmBk;/ÚW=(dԤ A92hPAxPqd*p؁\wV,tP#˜Eq#OF®LWΜ8ufCeF.@4e7R 8 @IvT`" &,&M2!{F 4PHox.dP:oڴ\PA~H*:}aŌЅ>gf7yy87 &BݘiMt3lONw=~c)RG*$HiPC++`_u2pc> "cZt)Ds& "bh(+ #a+qcڨC3&``d"`Lq-" 2=ȐK/GR 5 ̌WPIaLڈ Ќ#M12cV#ڐmk8C4<Yn7[E`ԺKT0)ը#Vsm)iԏNN7MlDL8QG!m s7#MTP+h3†SuV+$0$fZ."fa#HrIUًf]nYcv#|٢ 8\̝Xw'a "5ؗ%D]PҬJKt,Sx% -38x33tB8ٻM8 ryo CSJɤCU4Π0(xg7!FgG!!h)( T"H ܎@ڄ. @ FjaI8:BUAa ^|.E(05h1"0EL F(XLeDAwy ^ʨ?0!TrQ6A hޣ7:ѝ' ً爄, :0KQHUw@.jAih&(9+!9IBЀ9 C A*6CW |CDP$&` ^\^,92avo@ fXG6Ɍu׳47ӌw5POǫ41mJo #S ]Bt(:!bV0&rA¨E>N,'_j]4 3 ^PZt)@H 2// 0졆jČ;e aI2<7V(3OCD"?bDY0"owUTOk:4oK^b$+&uụxհV(`C@0zp )L 4"2( :Ԃ8*oy 0 Œ*^֠" ^*L,1|C0f b+R%{!4A44e4NrrzmXq83CD%E px%Yy#R0!$$Fֱ^M&nZlT 69in @+A_ pu,a/0! ^X +g DAe8fvM2Y~PK&yUb -y<8-)Rc ,;3FPɛYR7^pKŰGcXUѢV#1Q\:Ւ L%BPO (@Qd]Je+Anb4 1HA Bw)tZήa3h[f9jF42ۘ}{g$MnR4C<>5v幰$m9I{8 16]L˜7 3^dZĭ |`#0 4WA( rT΋- d5)u ņh@_b]4C:3[k:Sfe>N>%5{a{`Hė0gZA R}qL@c](- u \ ]!B{Oҽ׽hgWs xK1pqI ߲T̾Zeؙ}=] !;]&pvCgP2r|;P`Ar_Z>@FD(,-z`^Vn˼@ b#<_Ab`̀Ne5 J܊ C0R# KKR^ylC Azqg `*Ҝ`(tB2BV% Pe|L1C v@FbFM @ bk ~*M6#vO1+ƫbq޶L3HR%/$#*"|cښO.>:#GtG@)(ovJ * h@HD `I/a03ѩ b-J.db NFd"$Z2[nH3`׊HBz^:_˰_D0Fű>5,Hre_z5s4sB smۄѩ*f TKg`{L Z4.ftL3fCPOTPtP6( H! D;:Պ Ѐ `R W fBƎEծFO57RDlhV4:' WWsW" -2`ۀ`EFCUub4 ZH Lqsu~5f AxfI|A31$AQ2EfgBþ@_jBQ:# @WZl.Z6c= Ad).זf\Ʋ vWetJ=̠`0qP~ Ȫ |Ou6€Z;kq lc@2V QCM[OҕP\si6sOvOOJ!|_r1c! a)B`p pK~q7 S' d  staVuSJ7/ī.D AuY=i4"xysCu > x]S10,>m? b`)3WK$ 04 ֩n !. c\wo@~AXpaaqQnaFCx$4W(l@H&F7 XS7s_o3>m~ wq DfnH!JAoC ` b0}05s^JV8 þH.@apodTa@MA86X oB~Lm pb䗖 ^ @WSut;_YW`e3*9$H9s6|XZU`ky@`=]H! T: ӕp9{W13mI3㖅$-/:jy `f$Y?ᡍk9r~L@Ȩ̑ z @\@y ϲ;Sɀ_l0X'ydn5!:MΩzB 7ZMZ£YZ+[πkkK& `W`Zc}9TP)|rQÐ9 jyijCxa7QEgՙs@ L ޣ [ lY: 2;z5@k~zD4Ami[.ci+{=P`:lS[]z^妽p5WSB|Z_W:a" Wo){ PJƇr` {ȧ ;I_,i A X jyg|@ Nj# =Yg8nؿ wyIlͶ$ + 3< v8F%z[M@zZ?\u"b\wiWz\^ڿ`U]*Μ MմK [dU}8>X+,iF/U3% ra M PġJ)9)k >~B>FQ~U哠ȕbI٪|js|1Vw{]=M&9|@ ܴ@4u=~{ڞ!Ka f  %y7#≛?HJkB4! % f*RD0aE$HhC=kD#/a=2EK7 ' *[qh: Ce_ R#E1~iID 6J:R(8{6T-u""E 1ڭ .^1VB&إ#B z'0aΜ4.5#$ĂJv ـmL6 qZw؁xd ċ?NrV"E̸A`3t&nM|!uxTr2O4R!5kڴgr"moDV])5ES_TU`lRa%hC_0C ?vSg4]s2W 2u_M=$!A>B$=&~ 8-H P63\iv (mlSmv,j"fm dr.WLӈ&y` v)Cy1D]{uH$ɷF!-#jAegF]+*h 1EW_PRKA3_(W QRoF .ؖ gW7> 5#`Eca@> y$ b(XQhy1 @kdcf1ēoI@ -t0" 4A F [x5^ybEDHUZ)TFMl oD +a*ai4%/ÊJOmߒxɡr`f `8zo&WXt0p@\o$(ALN8:\hjz5$ՎΓF 9 f3h1 B Te L0VTlVTˣ}>u /04NM'a0Ո0A87KWSlaȢ7҄A)bwNdcQX]wo*K?$I"%HC2Ș Ha6dMEqc5ǡ '@L8-ICfm !^Wb]6RCm5VgFgo_cMopwA%XX``Z0 .Hr/'8 HyW89jy#'y5Z"0 =z$zz.J2g>D0pƃO pH.@m=ȘtvMp u' V&~kU~vhgTP$D i<[' , zf#TovH y{({A$ȏo ?`2  Ո #@XybzIŁ)F `zzW\ZxJ3ƂXaDU8hhu׷0Q&h$G  0 Dj hoڤ4\kjԚC `]8NbNDM;2_!_)!@z ʰ @0w' [b9Fb` Cv &p)ap t Yک*6Z.J:o`{|x7 w粓 < b >j ֐Fb`5IRjeff<5e8qRf^&~VC._b+eg_R p%Ad`P՗u|5PJYi&y@IQ`z {zˢ(ɚؑ2~W*,{g dл+hwGU1eU+.~@T&1n'uJ' 5f pvkg6 nj ?ywpk #Ad CUolQ <8y)lڰI<bjk#YXЊj.9s>Ox:{+|bd >;MJ$uuS,S\3lu[ Ld4*4C=΅4db tj@r|zXEFH !XfͼקMg\4 |\&RHli\YLȎ9 KjmWrzprǪ!ۚo/@*9w[Ҷ@IPeXuBl_NFC(de(5 |̅ZP,LoMɳ_xv>C џ AB`xQϐiA cb'Q y-"zz@@YR wJ2tq؎#}úw[ˇ}F"dQc%H=]L}XBb,U4S=~V}[O2h/ ) oF7G=g>) z߶;:CUva񈟨E Qu;0a ez h=8 ӦrеIgЙV#M`bȑ"B|!-fX RKBhTQr$$1="d ȏ1)Thإ7(R-0^QM\BXP:oM RMv3P)2HrUx,. @`Dөe i4Z E2d͛E\;C҂% F+if`l`  }\&R

w6MXw`̅Ihw Z,, %q%@n@$`{ԟ[ 3Gh3I3 X;c>0B08K1 cxUµе]Ӎ$p(00>)x?jʝaжrxMx??cgq"@ D@,p7zBY)2x@#<A.P xEF|Ȳ@LRhBMLʊ ;.=L) Ũ47"ŘI-I]L ޣ/yk] GH(6Bۚ*B?$CPeˁxJxJ9t\u̅u$zdO/" 0#v;w;aC_I,A#0

P?iDA0 2JJIT'c`C,3X64.L7xI$E4l1$,]MWK -`jX݄:M823ia *SN)-ИҡCYJ+-*#2t$u*3&v|6GZiɞԅ::5HjKvJH># EH(sPIĤ{D/#xK Ό J Py UØWr$ M=Ι PFJGhȓ% *-)1)* ,jέCqFHtװ#S*yQQte7@"<9CHPEsT#XIPIJ>JT3I ;)APUL=m{%8 mLjીUe1G-&`RT'Pf5)%+V*V:L puovWTSw4s7`Zx1@v*HAW>HExF [DM$]$XM2Gx7CXZ-U`)A]&xbٺP Р\: $=8$dU&h(u)%7T.r|کtD*45.*^}+7g+KWOEhyQ ߌ_F ]ؾۤ5N)L}:h:0 ĐA* 1Y˽0@8)xe\ι=ΰt&A@7~W-ЩX VYSV5DVe1])8ИE P>^Er3BG-(]^O]K&޸Yg__+++xmCKe}CP@) =]@n(-+,~"h`%4#3@8 ]s)}=`3\ ' 3ȹ8 7͉~E]5[h)a@nB bP$6rҩjb(ޑ()oCS-9͞NPu16g?Lu8(_:KxD˨:ChFX%=N ( A80(R` Hh!`P[B IV $e[ \S26s=W>v|H :K()@R#cdA]!"#7eVbfqgbjj.:cu+(g#˗xw77>P_M}(): f E l9ppd"hHCe]0( y͏ܻ%`6JV^X\r]5(G&&j^%A&fQ|NF@@F^y҂!gGh&h(&A`(+ ж` W 8si3%`.Y>ht֓Q+nZ %SAXjE86b*sr%&~ZnfLi0g5sVo.PoZ8J8xooMxk&_;Ye3-X hI(IpK:]P+m 5%aXvmc!'M܆֩䩣 6)܃&r#O?PCo{&F*fjr,r(_ngk5GpO\!\˗^i^qcy}o}k9=ss]0` "l @ XG 'c -< J3'\R( XMݜ$OqX:8s(,*)6"]Mrw>cE~u1b9 x¿8W .46UΈ*&C(XYiZi%Б%h) Q va.rANz1dgzfw*nzmj~NG[Y_icz~u>g<4p:/9>"KxÏxW|_pAKȐ1c3u 2?)QG?C%J*u~XcB>gf*RBcX$1`C #A{z2 07q.ɪ*g'Civ8m%GNq;ѸJ}U&xis0Ǝ?$ҥJaFDr9tg|Djhѥ?hlBeKE} 1E 2 |ćOn| hCܸAFEa~3I*o~A/;LHMv bСAƨq)P$( "]ՄVYDW[Xv!n8#8t套_6`,&a-bIVj\h&Z@)YjY@h&3Лo!D7-gr1Wfs !4PQ lQH  SHF )FF.){JA!g @c U %X# YeK8؄]v~1v\az("\!V)ʵ, le9[l;r&|B,A&d"btlqEU@9e AYjncisfӅ%ǝh'LI1EDB(| ɇgHQ}S 5bTRFgM ZEt٬js8檫θ+/H%B[fY#jjKiGRGZhpqUThшyo벭.tofܗ Ct*0DlT^ fdDHyVUh)AQpQG$BN4ʶE[<4u3[3ܑW,b_l"FS]EZk%st5aވ"X`e #pA7?eAtYwB 1SB->M`L?ʀP͉ )j1Pu ,E%dB(8 WCc0Cl-h rG+]D 7MoxK^<E-|Cլv# I5vh6.ĊX(F`/}F/f:  E!~1Lq|H,0J':96)J@ܠ89e-}Ki)1zdNU"(<\&03&I3LdI!3ܐ? 5@Xװq& ȝ2`VQA>ȍP׻z:CثpE&UpDm`XZ84ڑz"W4?a,D$GzLUSz)Ab C#4 E-Sʾэ8횊KDu3`#{Dڰf,Raoʻ7K,kl]ce~v7 MZ`鰈MJښR(Әmۻ3XXDl&hF0}WSS.XBnC6 !a [t?@dPD!(@ӱS>oA fp"XYkQ8̵B9ngV\NÓAgCִ F  7;ej6Ͷ!s;b;5+p]KRn]g4du\>'n$^fmZ-L~N3op+q E-al]80_2\l+ g &8: 82Tkz%qZϚ9@5&G`hecü^s+18Yۛ6t[~`hvXm\<C-J2m}mL/4.xTa07aH!<؇7H<HA. 95>k' d8~ R^;hb¦mZc04 ]PDGwG0m -A,~mۇ{㾄]^h&8^zM .hVuM,XM\zؓ*N;Ѿv&BGr8~;^??xG䝜 hN`C&C^͙́,, ؁08[-4т0\#( ՙX <La_XvrmCDQuyA 1 C*)1( @ayU6] FN ^P`XϹѱȸ M!ư) ~`ma ֝qb彘͙Mե[QnbfB  ^_Ο0z 1a6\4$`9̡}\_М_+e[۸YF!"|Љe4}ٗ N" >qX ._ >Z'jݽ ʉ\󹢕Y Z$7-7bݍȁ9^rJd3K_"d0FI6 hE&`ފH_\8<;]F`-Tї30X%$_1b`*(^ڽBҥv_DE[ Ef]_}$Yb<3$ddʟL$d|7 e9x7Q"8._`Ɗ& ݰj;lX=R"`a,@ؼbqI\Jե(^Z^^_b-w A-DTmt|$C)8Q=c$2H1HE1佤gF#x"5fPifa E`0m ^UV%!^&}.BX>%l q\nU']6i'_(b`e){y*{ʁXf~$JdNfd" Ò~ev  ]#6bc96r#-(肚` _H!:"],#3(=W"g qݛޛnhbC^rhljXA F.T$B p'J$K2zaca$1!u&O^fecaQ֡0@i_U#YPkqؗihqVɖ0\N'5:dᖥhL1O_ n8j$}*3z!}}^Qe$J^ ehh3毸)fT:6͝^%LW.pg>lMrҠ1j\F磲+=ZE^2K%Q~+$)v f_#ժ>}vii4r6LOZVkj+.+kƛQ%""t ~+q. .`⡊ٵ+B-  \*xhT.&J+8j-gF^._ 9F6jꮲ}욆lgԵ bb=,} p& ڡ*݉> Ơ,naN_(MFihKwJb2fnmΪBĶ*Vn6.mޏ`8dn5/%*]2, e[z_6'tr\B]Eb/(eJLi:c.‚//ohL]4na"zrȖYF `oJ1W[*}:+pI/2Bpq]~o K ѦfƳhpgVvd$RQ8-Z3x\fPJ,ol&q*WBoM/ b>Z[nMgr "  ZA$Wfd8o-9 3(rkNo6*k+lnK=..:D\ w"1\Z; M*` TF5ϩ;[ 6,>8#q81qmg'ER6ƭ˙2=46ra ͸uu+{'$W/5.V +> Fߢ"Gw /Q3IN]cY #~s$ۧret:SMsC4)3>'krFeTaHf`2qi{UVCvuƠ&|&X+BdUs653G7-Y] HoЀX$a~bi~n&K7:tOEcc)5 f'+e`a{/y򱁨TeUv̉󦶠:]%v jTZ,X%]6_A>bB>sv /5euF&n䙮 6&k2u[Mgz"c?Kv&~1f54pzzhsl%!hV .tg݁Áq9Is"{m4˥na'5\7k`d.lg2٢3'-hz܆4x8y?{{xym=7a&':/vWAuO"9CC2åF)>QfN3`pA9:cxx'&1acs~0"/OzCg:@8X~{35gدѮc=ă*@ @J&<  B|m} 7irGq*MS9MrʽY͚nĉzlY#MG5M\2ȴZuҊW<;]СUVmL1GΝyԻo_Gܑ… 8l?&l"/(QJJ/M zi\l 2V€'R8CF7W pVȑreK0fjh|(R,ʕ)ԪVjk{dM;ۘVέ N&nKSLl1 ̲ ', *MxIgr 6X !XH*f2ڈ ? i$rA.:註ɺx rTj6g;rꪬ*ދOL֪>sRI?p?+0 KḺ) 4AG"4H 2 rEx8 n9SZɴ Q !I~%RZʤJKj21sr M6M+8 +A4  iCSj&2҃`ŊvmFQ~ GݐSRD[qzYMCi9ajʪYgZ,2rcV. 7sΎv2< AyP -\tou5-DHKhڨދ_|gSA53%TWMDR$'XVaJ?*GNyNeyfhg#<)hР#KlС#\C9Cv='w3-`HMm|S$RcUeᇉWZ{)䓎 d.,1U~kY;G.qejgkqL?OTPBχ\CtvK+.ESZ{2Mk#; HFRJ% tW'qEƔq ۛ.^ ׽e~G GӖ( 1ȇd a TB DE(@틋6ڍ|E$ekK'J9VB8cpz\XZH 0!y8E+>CB}Ñ%} B\AD1X/|fFq+@Ȁ @[Q|DA Im [~t܄b[j=ehB$ YC5Yhܴ%It "%!uRH0DUKݍr9yV+j*#ie+֩2(&=;pԥ.6j0;<!]uy̒UB%.{IiHl2qy~ٟ) -AվJN(P֢9$I =S"ExY7351-hp&0T] vn0IىHG]XG>P)Z͖$O7HNRbS9Bo`T|G>! Ej9F )Bwg03~umcEy%5 l J߂Mrji4.q!`o -=p4_wXsmW/@el;kҨH3RY;]msL?1#HltWq,U 0B=3pZof]GH1M]Eɥ〩6@%{]5x{(QVJ0r*Yu=o}SFl'ѶE ZZcyc.P7>$$!/ҕ"7*aK]gZ2$OYKSb%vn?(wњԻ)K,M`ߎ LJ}FֿHaK%=yhP[փ# Yu gÛ!.q暞/t_Tφų<)fvצ"//Fȣ 4 l$%Q{q恉yTշ||fzH:\Y{h3\ uQ3$I_#=ذ*xlh3`>h`*piܶএ m:c%][*m,ռRȴea'af}kt׽^sfЅ{\0Dlh\6%G0#""x?9+1s"d@/ Ke{ˌ|ljSt>l%V'аuq7ޭ%k]}U>Ln Ż<0exDW?7]7̺u^;f&m27ߜ?t:u9ϗ߉ه%OFQh-q`8oTQ0j,pj)Ʉ𮢘HGn4l(|l@4f/T,."K8nS j>#U+Nhl$8 &U hԞPL,l/IMCe&$¡qnܶHJ(\n[+EK1n2Mj/և$T0:aN K/HX"p ːgC"/ZH 뎆/ k* SsV6J01(m8n-`K`Gl&|O0rac0K,ZM,fM4qkp K,mJ $`h1D+sF.0f/q ?hT,aqxF-$ 0q)< q"/ot(ر/$.q$NNPlgqRL.lO/- / P$|gNDHH<$rz1B I!OØ@2$+ؤ%k)--oRhr.!,"x#@0J(Aᔆ!>tQ hTqc$^2^iq$$INstĪPC Eʒ 0ppBʛ-bh3ϔFRHK n !tJ`CWKZ~ a#G ?Kt*n|6 PkOHbhH4|WLQ8 U @1${qYOevF H ['J4\E~h+r M1WxL$t×_-1X*R!,v.Td@dxESQZ 5hb1[lbCF{n}Ga 7ql4 $uiE )CmџHLG}d(z*Q6Z_}2|+I5qU .h~SPAH QQ /oᇀ̚=CJB,Ph1Wo Ea6X5.̑bI1P G0ҤBލ%`HEIS @5Dq1nn /Xl0+a=TlE!}`EP#@K ƒtB<Tb䅐lI !D↠ M©&GssD tID"cj$j` r;OD) @z6EP {A0Ea:D`" Hb@Ar2h"~ FNCw7>Np }A ̒)0|e#Kq:-Qw:=>PJ`,(2]p0XL <@ `D#yA0C d}nhu6(?  CDA,H7_<¤kGD 9ejZΔs) [x(N&Zn\UU P@sn1[U5*y+!"n9VZʝTȕyjb {I5SAs5G'AsHx11'y+kgC:QCt א t`8at 3mLI'}L'}s M!%yRn,4[c$gmDOW'UANso6N 'dKp6P65C"3$o':ׂp%`p ( W,x Cr@Ұ P հ  `<<0j j7kI'cP1&c?cdSHot dXHtppu`$*`t01|G Nn}f/t }]_(Z4Ag@+aax0?Px80spc/0@MxP7P@ ?k!%M  0 ( x A{8[y'"|K2\+PhndHxf`\@W@}p x!0|vp }O9oSo ^dEZ@O*PR%m5mUI'l〜XXgP(? ?`%uS@ m@O`A P}-P l(O g8x009b;((5tppy} kHWЗN@bH>02O3ZD>f@U+xB% .@ -` '0 fp%yO@c>55=C K O@0UKɝlhR(@љIXI^ٕ0Bd1Pk1\,Pe䨟rtDMg6Wp6҇Q1G<3O5nz̐HC<GLOP)Ny0 Y Sp `:Ө{HH6B&մ\q:o)xuD7l_H@=Я$3  18vOUէBjJMr sA ೱۣZEkƊ%NA_%S V Ҡ7`1ЭQ; 5c 8QXo$p } z=Kg|0!p/ Z 7lԃ l$kQImOVGAj(vԡtMgspt @K ;59F E !S I?\ :T9%H|bdjC9zRlhs.PD(l{04=%p+00; .Z@VaNN."8*NYFF_tPz,Km(nZ=zR=-BKE{ɷ<hO`#? f!`]9G ,N\sC(C:Ҷ[,vNw}@kU2ƅEvN.m:P0pR(ps#[]~̺DE3˓ɶ`E@0CɤLô;ð F.^_Ҽajw2.Q6d̜̄ӆG֌v9I c7+ n: gՌ M!ɇ(9L_% Uh"pC / -CO3*UxP%ҒH01k=KmiHXDU2Pv0 XVFU[2s@IA:RI$TČ<o\h@hG)lOkr 7{:Ptr`ؽ.0   _;ٺ\MrsE(4FŷU.09MrJt.SDC"\0F|=kȐvDZTJRic]BP^u$0~(, pʙ70]:/ `{@ˡQ2(M׻vns[Q>g2Mp2;lGy9C&>R~Fݥ5Zs%N{S:es>!GNҝ_CNx`*j ޶{2  (5(M-@JyM SiJl \kar.q>kJ''A(<ǦM`ݲ)- typXP>|0ە35Wa$dnZ05*]]MB} Tz,=i~+;q0ynp. ŸkrT%yN~\n16d FŊޖnI͇|094vDƏ٨tҙ=nF%ZC\Bφ gPuVb0 Q({-Hag0^ .,bGRsATS?:M`'PqY^xe/F`}Lv9dǴ9O-`=ef癀QtpK# 0``ӦP7*̘c 3@bҦO!zQA$J(EhLZ1Th3SH[U(_ܹR?ظhQI)%P4ԋ)XF(`vTٳK\`q%@׮ۻt[ 8p`o]r:'ΟCG aSx1M7C^@x*Ǜ>nbCE?[p~EP9.y@t< 0 jE9 N$)O1\a!{~}id˂lZrx}IE#U(#J0@ JJ+"* X, #XJ̮J4 @0J/ +*ˡd^27-#RDS9, h% .Ï9,̺ndڎ;`0D0[`&=,ht]x(@^#)8F#t≌=z@X@R \p Bj P-JL{DX 02X x DTp (P,r^h>ĜvWjp Cք\7n7 93U4hbذ;sO 䖙ٰ gQ@8X&t5v p(YU\RZ1COp@5`[|PV""zh‰[r2b@ܸ H6|2 -/rtL`% $A[E׉7c[?!وz::t _1$cGPĐҎV 04ɑ1T TJw<Vͪ)²V$>D쭢+ࠂ x#?րt0?D6ac6v27 Qd[@ M^ ~ܨ{p _x ! vv\p6pHԠHPx xBhR O d&+ QherY^.U5{H3T HPʲ,Cڕwk@4-{pZF К > UF 4A 08`EBGC# AA%TLzP` lK#XƉP2u H!ڐT?A;')ZݮlUaE$ 8iE0. jk\ފƿU!]W%+ԁ "P}V&CJp%h)fBl8|!EYnKCkҤ#cF x! YwEBz'@,@1N !>ըA[rep5UHʬ#[;D x}gj t <oAFI ![Wqc KKsp:Ϫ &uZ0o0%`.Սmq-5/*8(9vCh>fP`(ٔuLHlho*Ubxcfp*й8˙~s";o`Q>xf3a|xHV~7 7a"1hA q]p,\f ZN @;1D ն1uc!I,;Ǒ0bAҮl*SG$CrQU,N~BaNw $?(߂s[PJ< $Pa&z&a.[y[/ѣ:b:ߓ[=b$pHn>2ɷkpko09J-urd* ^m< ;6@i9{B.jpC<Yt)=ثQ۳=ۛ2"A *>2#J7سX =#?·pB?9+3\!@!0 [x=1@@XZ])! Rd= *E(:$:ZA1 I+򶹘:4:䣑##X:fV|E`6P -'7079B:13Pz ԙ'4hP a60h?Geڥ)qY$bJ $6@fzDP1D"Ṋ2/ZyAssQ$EB*čjPm,J!*'hd|_AxsįG%xN Ge.xKD"KrA˽ż[PLRBkZ2[Bhh:ϔ*H%P4ja7pДJJX~r))!J \ΕQđ lD r θ.2Hx:Fd:`聮&`'x$DɴQ4103xdl30{ 3(c?( *p p7h\S7aSSJA%7A! ԋ%h F.UI2S)⮙D3["=3K@7cX '&PB@PJ"C8?(70184=ECx;3F7ڎACWG F0цma*X*ۄm*:K=2_=4}I)\E_Q=* ƕA.\ Epc` r Cx+J1:VttPL9liM ZleL(kI5Ђ(J%;) ѴAWI甊5)Xճئ۞D25__}J+NbW]_>c%XߌMنt/>`y8X`IdHd X vrR2 ;R>B($ZQJ5V3E4>+M[I{?ޗOC%"0J Sx=ʗ0[N-hXm MعBNeM*NAPgv^gw~gx*yz~ |&&}gbZI&''8d8+#Ewp01*dn^knk^k9胸 9 : UEk Bu6Pb6V48xUP$a p%h /.J@]D<;@b*ppSH$Z oo ovok뺎k!E .GE'(l hHց(acBHKMn:&:O:Xe8",eB(BH@53F6U4*e+M$F 8F=| %,VjBJF 8v0K$ʗE/"rhoa,s7 s=;s,s@ss6t>oDw>DC FPFXIWK x6#wj`1B).9UGxH5P1( 7HE*dx<aܼApH B]sP@l5í-<ɭ=X]8&k;sڂ. -vʎ[xg!ի)8<h@= O< ` 2tFs>y>HOCHE8I7F Hhi^ =GyGpKpu6I!8>/}+v`S})"hKp]>([x jSH.*`$o ?)d*(Z4ton*xh{,G'Hxzb}j/2oH/)TՃHs^$gt>ȃ$yx>s_o}OtGtO?OFo{j _2(=yGyU3i6ʎl<_POCq2mKv) Z P: *vx{AZxyS*RN+3o s 4lc~P2$S2MB Ƥ)9(@-o(I3 0JahZr W9|Ēkl>|Ԫ5ܸp5jn+ o_ < .DS̞ȑf̐YRG N!nC0a|U^vCM)4K"FZ2v 9N)xcz׍-A4r.K'xJ+9c%:~9 ~̖M 1m3`fy$kYѫnc3 e%:`X@6.`yv=' %DR ~UXx&1P܆iiL0` Qԥ5Lklzakfi j j{ږbe.gIM2 hT3wnuU63,I oD7 ց@Z{_aG(plQ;#5[&Pj2v۵/Z+z-9ssaزzSA6 5 |/_)S UjFB#}毛[e'{̀2yo~c(B 1H_> M(@b3B OB!\Gp"z,-i\q\OA\A$Aُ]ɖ^ ^  ҍ Lk^4A ߩFEeTe膇 6aعzi[TSa] . ǃAIBПBA0e=^A1`% #AYpFX4 ( )" `  `E .L4n`WbH0F aL@JFE 4v%F|Uy]!zQ]AlpI1%@4a4  ZAZŹaaeՁc!9MވJ La\⌹Pc'> +H: JJbQ8KIdIJK \ xNd-HD)耓,F=/Ajt]F$@@4@6Rxq؉7JוaQa<@ |٣M\\XH!Y\MeY L!X% b(!H@d]"%XGjb|GI$lMi&jfQfIH $mvLܦOADl D RFI cRTL@P#WreaX]uYYnY3cxXI"!ƄG!jhQ &lfmhDGb, F0,F<fsd%xF\Vr%6tWњA$e76cO_H"."A!(@Q8~ %MD(\T\㽢"!CFb=0Msf/dj&jRh䉞hJ>L$l.!!QMH⨎@>`0`D)"iF$@uNi @Y6UQ8r)嬑xM*A, UȆ-b{&"@ h}v" bzZ*^|4lցUU]ϯdhe!lVjFfd4UȆ(h*m Bi e((cIs>QA}yu64m^%ٻI•¬՘Hm+ $A& #tێB 2zݙ\  > |`2,%ilFRhD#PL/Bd(bF!hLi>(Q zlAꦮ궮*ƚ&,zRLP>5jl` Ѐd -H `7@Difodwv߻P#fy~׊ْ41V (}=pF_Qd#Ji dP6.fܣZw(.p!aRi>(~U 꺮ŇfJ Btpn 0ŕ4o(t @Rl@ƙ>3Ō2xh2& s:Qfbyخ K R!s xGr*u fbE"%bpRAD:rpbu\~U n떲p(p Bn .R(p1@r@X&@,MVO,k]@ DiHifNxD9b+u-ٖBB#&A#`UP (;v]!`ŏB2E^SCf iX4Z| dž(IH4JPNɮh+AtN# @&lB\&Xt1'o2/>3VՁؔU1_36 w qo`Fddm 0͎0r!5Uf@vÀv,2F@ yy̌ ̗|{Ax 5 @p/ (]t(A#£x<4I T,hDA04crr:dL _~ZmdR%M0и8wk4HnFC$MKdM?C lo˂, u &dRW9Dd5] ;;XA<܀ Ȁ |@ W{u yixuٺt 1`l({Adh kD>訅\]~זu!FtTgΥra.J(>ΐ Ng$, ĉ5 1AV /CBP}Gk!xBRĐoB*D݀M~K9!Odefd꫿kxv9Xxv,Ԭiz.I J d+۲6C*x6. f.\,$HTh2/zLoHbDt/ ?dž6`oH\ =Bak놂_ :AO~b BJ0 r+?5O(Hzq 5A ~75$LDH~4i llA `AXB SB9~e0! 7*'/i, ƀ+rb _K^7 U"@XWf%5jXx/8(;rQ@'s>XMCB | = cb}"Ab!$ټ,A@BaҊD"3bZ ym)e\al,MI2[2Jn# ˦6L @P$ԺO'p}V;;:; FpFT7|(? KXYk?gsX"O4B"0\vnC:Ң%L ` ]PҰ I@LrK H1F4."bbR&Do LӢp,+&B3wڹ "jHT2!'%'VMab$frӎu9mPta2ZM"rma)L:r>/(2," ^ EJGȺ3fPY܂ C]!(* r\(Z3숹nQD$~7("~dD@-,on3|KÀLxVLg$ b|^_Sin2 86! R\jS#6> 萇!(AĸkOE/AYI$s"AY>6cЂmѽPd(_*5x!#J LZ۴p*89p~x93l+D}:B&e<,ܺXpNsz&`-tO)> 4"A- ]t$h&A/60 #QtZ3`AVKm)HhK_vΙ1%IP}Td]8:˩Nn7 "eڤh2x4'} ރNMtx?b8Cőa+L9@^yFP+<!IأCY"fO ]PpjTP/wҖmBMgX#C$H1%ƔMʐʬ4w a_ {[˂o O! H:2N>.>nM:St .J4Av`AXfVلh' - bp V REڦˆ X*EDԬeErnj&Ӑb. j.F`n$ & ~2J&n. Hx+B b0 Цt~ gGlI_c/0, eF/g,¯خp LX.O TD (\):G. "7 raf2A}N0 @("y\I N@ -"B,(^/\B/PH.O"rC>upbYqfhΈб`>Rs /@4H 0@F2 olk(Y -ȃ:+1+ (PTbHڥƌ좐1F/qrJ5yR"mn56ψ vejz$ 1@,s2aAF -:@8%(jr.2 ᔶl'x$ڀ/ ԹR*j `d1.b4q}L4s's5[SO>>;6on77Bђ _raFw4!9`8aAxC:Q? -/`2!u`lCT>/ Ҡb``ںG @_EД t * lEZMPcdMD.4345U5RC `(D; boЖlTi qQR0G2qP4:' JB`Mll.1oSSg,' ,Ap`pa`= dpӐL H{rr4L >Q` ff'fq6 Eg[gKJ7DZa `hlD~vxf@I5q rj!,w:׉x@P߇&Xf=>]u_vXh"P\`}9uzkG`3YC NY S9FQ mu;'ur>0uS{YX5D+I ,Qvl+M>)Ò#l@&` f58>EC87$ L^ɀ8\I@ xz/1bO9 P jkyC5{R*Eӗ#b]q`:!ro AVY!s d ڰz@hi y cuKlّ? `xD.Kܨd>Y `}π4 暮Z /xz .ڢm#h 8E8E x8 xXYڥseZ8r@ycx} WΝ PbP`i#<gBu&t@ ~*j@ D"zE+^%iꚻF)ޤzun;CBb0?:@ E_:`hlxE`aLFd.av ؐu` DܱM#dSŽltoe vZ/I!wv :;'aLPbo` z S4g4|֖˵4/x™J皇O 7H%陏ˁ#P `.|F a> װM"uœE uO^m6Evp\)DP*b` |p5PY"EVOӜ@.^@A Ca/ڡ -:|˓k Fc['6U<% GIc`A:aܸ Y~CX tғ- t6 Zí.\B(RrN)Z0NA~P2%Hy#F*HM!Agx5bЬY͛0mDBݓfAK &JP9C'P9tD 8l6l;9U@O 8 &pJqd3AC$QH %H5Zj1`xy$c4 ?ܢBЛ ƒS~9S?ԑ+ƩJd&Ƌ/dԢRP*0gꬹgԂ^#B rQa1AV]uYAA!D P2i[&6Vs8ص5y՗a*Ȣ_d -GB0d T$gQ ZfI$=1S[n~p~q*qy?$in7omgPGSI!fl!fRO:S|S !T!LRYW L Z7nrMSN-u,}b-&È&ya#2H& G\#hygGҖ(K6Ikz[Q Y~ԱP Cg)_1H$aH$qirh H}!<\TK_ӄ' N?Q$G#%in~ 1!D c!PMrN.&O b.Q,V 7 B`VIEfl%aD=J2 ڕᇹQHt)m0pfIP˯+[We(¹"Goa`t0p:6i(?PoXR#n;^j߃ "|"}qD $pZ6\rmW.\sOG a51^#|8&D\{]C1sC6]FڒJԴ k򆥕7x.<8\!*/ kƟL@œ@4xqnx]K.n> |(.vAC$D Hdnvӷ" u# ΃϶W VF3nU4{ዚ,@]4>, }6QuR-mihG@"nLRkU\ LV T7x0;BT"R a o0E Рi'< BЉ9af1Q9O bK0"$t( ܾ&7!g!0 Qh@5xC㠕F9We\X`EF$X[CVl4s@6po6 j-vMȾE2 IOIK?,@K(# H~UA`KA;Y.Sw5t]Pf7!)MMA%_ {4sv* f݁K-h"1,z,IMcXL֎Uώ̚/5Q8.IbhD@Q/D\e2ʛHg!+jRJ(%A`A\L TU`18ӝ) 1`@T0~CJsJi.n`I-1EQhՊ@n :20})@yLt@=0W<8dBP"KV MXvka,r&1LVD9'maW0%Z0n SeD#R(Et`G7(b"@P w%23AuDs[DwRDn7LSBZ]*wB]0gKO6^Aȧ&w&&(AB0aPip@%[ N,C F•h AZ^ə=i>RہuDHA4<"j"r[":3!Pƀ\J@eLVV"ܐpy7vqʅ(s-q+vRB|YN}ĂcxB`ÎaV`hG ޜ*j~}tbL RC RReifˑG`$xMY 6 v}>\C%f d`: JX.D܀X."c56Fy~is3ԓ ϠDr+d:?o~a Eۆdl )鉓•F@=(l. T">2q*awP$D~'I=l"{L jlG4T B l=sWza-8^ns VK[vh;س D%; +Y30 L`2PpAipTXp qQmhy`C}B1;O}+0IC0R03lp{\bxSs't?ć ̆6aeQ|ZBev}DVUuD#WNvV%R M4~kNh^wr'Loto|py`r7,|`6 pDŽ $(Mq@m1Zy\q!QT0Z(lЁ2c 4?@tu{1 Ts{'ld@lp|NV`{`2Q|bWY@?Å_!a(~pnJ^g8oe~gToo("@fwp|>_8%x0PD`>Gd϶tL wH(mF}uZa"H0O0~0/Z8-!)KpSo'z%/H/ gdX|$N TVFR&m^5ܰ 4a 7vaX^fn4olPÆH>H4`;@wUgdX65''I;NJζm|Ga<m"(/A "1/=v RpRK%wu''0隴(slŇ lMMG>/V5B #G Ji]EW^Fčv&5~fu a9 rx\oOk^3g%s&¤TIxidKGqIG$c2 ϷDC#MԜA:4_Hv6 `vU4z4gVNm)_" 4@ fywW pg9_ >Dx)6 P̦Lp&D0 iɠ"/Q@T%q1.SN#Tz;4f>nA.Z@w{w=GP>щxٶ忾 aÈX܁"5@Zib+C4nE69{}(@A|j u{jV=V3fBc`40@M6N- Wݙ`b W`wyYwVЖ{5/Hld;I N-+m@f`fnቌj gPӁsZ9'rc/9ȃle\ȑonb&NNu%Of YUWkZ,O5d#oߟl?ěcN 7<?8WJZB/9l'<׶#fY?)]?0l_"\ 4=m=^=~rC{c e [&/p-DKE!|)P X5l)YuBKB0p: <ĭN,D7rfƱZkiuepH$3WY;]&l3wW\gHJ. f6ɏ`C"!a RC<C$C $.%5`@J/!e |v=7(zT  gpҤ X`CzsT1Rr;+[xTtP#J(#<4%LbdCQ),@2I:U+pͫX@ԀtAQ@B;߉4$ THUPT}EiI hu.5 D&2oh$ R$Tk,iOXyV* ,g9$C5CQa1%(vT2  !6EďpX.vS DКִ~! |^~ 5XhrK]ZcMy[,"X e-;BtbSRpr]SHӾa(Ck.= b4 fYަ! R!2wB@Tj"4t̠\׊n vQΤ9" `//8nBϻS,k8UzK *? N,XVW#7k 43BIAX4#t:,rjdmp:#tTh,3 LC) MNy$ SX4 P.UMzڭDš+J<"_s`ޟ3ȥBHf}7(ײ.Ӱ ^_]X5CυCz6$!E434JFXl.P&TȰ$N][(8+ ZFdޭBЄ&b1EJ)`.Xvl3R$ajx Z1SAH=An ~7 =6[x: O4bO4tj&ظaԴ |NPVW4_.m>; g_X DYHG&`. AH+FTn=kEC %\=7r Wioծ"o߀ dP#L C~;/i 18L0Ls>& 1<# DUU!b#{8;J%`3^ȽfR00iX.pÈs[>ɢ +-ȕP/x-#p#7˾))v۠ y;z r`CZ=A:,?3, y{0h<hˈ=<ѻ =9V9Tez E)pAH"B2Xpbڮ!P"<##'Zy:+&sڕo`B/L7Z(?+l7+J ; cl*/ƒJ4 LJ *!Ŋ `3B`2)4Bp7J]$%FS8G22Xe\fg't;p#9شx:6}믂ڳxJR 'ui(G˅G#HDM4>E|DiD$@D0H#09HRl8*Qtŏ(X\H"Ђ6@yr&_`Զ`+胄o 4{&ܾ a<8+ F;["G9L 0˽FNGGLK]XKܬ/aDxKK#)rt@J,L =,JL2HER=ȜtV<\&xQ6],`+'<2%IO͡|3QܼN;3NMqpJQ3AR $w0ҎbNt 4CDO>HEY=Q%1O;ג2JEi3xd˽"R(6СM^YI_L  0x-5MTC@OMNMkC7,RXQ4SE,q0 ++iVTKHiP CRp+O-4x`I>1%OГ07%[y::.S<(D,ԀL|EДT-0'/C`MeOUM@PR4~ UFmUp;&HBЀԛ;\B]&& @P\e\% /W}Ue? ٺ 0"X]-Aa-y^-a]FGK,Ofm-9:JxJR:ۺ15UbEL݈=F_07X%W[*@_TEc؛ͺJ3M%^n'(\?@\U}XqXjQʵ7E dZ͵G{dӅ귴L+d,9-q^JJf+H( ݥemF=bޒƋgR V^?1`H(t*0+ߏh|T۳^L36P"6߻.v&8,Jڭ.]Y嘾e4rEi\Q@GBxE(: jb^1CeأIT&p.P^Di`& B<>4*t xHx=0+"3)O_{|>g~eMhD6lp\ ņdŖvKnbzYhWhWiWHEi0iưKX&\}gAv}lv! vUH ўa.Sl~^P lZlȗ/0:hpVYn׾1hiE7@ q h(!hh3Hj>&P[XДϬhIEI:kSE&L30"`-:`k•؉gfC.lNd^l?hNw~p.~G Ͼp 'i äJn j}IDPq[3؂sGnquu\u_L"7-h'`⪎W@?^$"0?c,r3n߸ɱJH GG<1[9P݂]2ɔ ԡ:{3¨3o+ 6\+8L(wtG g߇]2LyW?\ tAE\ Nmm/,0i xQ_|8Sx:,( ՚gyvaW5 Ag-&DU==b.,*sUb/Ą:„{`M{DM)CD!C|0RiD5SDqK$ZlV_"SLuVYj o%]w A_p`F`oQR~,TRR@AGqpqQ%& iV8Vm]4YrE_F\'r$wj6]tnVg0mWYh4"`I^. _|SdPA1 LYhSa1xd]FUj UZhF*hTY[x4n"{,W9$!NINKH&ZYyl4Ab[.C&겛H2foRgtڙ[p"y'| 'ZBM)A~$n( KYhaV?HCRqjSfU/ 3,[H;AD},2""G1GGC=8q-t8-9F;manlWNڌVq  ؽos@Wѽ[vjGG#|7^/K)_9`1"aqYkQQjbaE3p{%?xUOB B)A6`=PiSZw/~}hn[8i˶AOr.w獷zoɉ@|N_̺!P<#{(=4Ԣ"wmN?=!@4m)Cx4aN2(@m JP#1GOp,:tz+n84}aKmHj)^:PRFZ{\0 z> >d}2atQ,Sl8,?n|T~P"K>-"e`E&qZТWEjA aLJ+HFmiKJ&f5~q? ЍpXZ0T4aCj\d#5G^|"'l JzDAӘ^׉U, SY0A')P, #i`l0j8ΨM)>iU4`i͛g82B5!1NmG+<Z8+a >qBAG'@)AAan'=ċAoJTdX !. >1mT.,g;}53J[ tlj!iJIAjԸ6)gDU.v$xrjt`DUs=X!֒Ub#ݺ=~(aF1W⣲ld)`_w~/kn, d) T4y:CΠE4i>m6qMjhMVmt5M!mKmAaSUV H]`=Kc~2Ժ4Ov[(&ґYh/})@d"DEEUa$!3[?3/@}%`_n7y~)8$N 7Ie 8W)i_Fݪ:.ASd^A;h\x ϸ0re2#[IJ璗kO}.7_7e|\c# ԅXv/(f6Sx6go{{^eM +})G9Zv.G4c{ۻT7iCJoҘ!\ i0^>5SEZ հޤ" |ȃ%RLlY{=9R.EX k},Bgos;o6>YEj1؍Ӿ@GۛJT dijO78ՃHii%ӻV3/axt#hk쮵r(U2x{زÌm %+U2S;MsK/7Fs㙳6Xp}%nʦfG,aK,mRG@܁.+L(u-jWB K;.k3< v+(̻oL)0>B,E{^][ٛ9]Tu9:$AiɛF`m_m`ۍSRUeBeN]0_qX#-JZ}<^0K_0i!a (`bB!D9EҵagMYyNa:`5}޹ۼN!ۡ"!` f #*_( ܐV bb&bMTa )Y@!ٮa-.J. A1M#3^4F4N ~gݡ "7R7"-CN"%EFP:L٣U_&JX?3_sCN"ǙG$) ,D.ZAZbO td G$.#=Id6u7(6akͼ}b-4L&!`:F:pQ#yLb5SFc3ii)#/.@"!AAJz,BY Z%'XAI"0*%%_ ]^d4a^64C*fցMiddeb: #'#r|M&NjR-?^!AҐe%.ptperb\HT9v$I}(~J>5$b^{djMc"SN)4',p%_F ĦySrؖ`U-2e6%j=ո&rdլXAC,?)/%pZA'[ğ  M()^(ڗ2a%`dgYa&ߺLr (z"SjOF*4$~m0l<]ijni (?IVUeߏ@Yi-䒥i-F0i婇=]A*4nӉ_Jꀩ~mJ5^T*&By胩i$NҫR&ֆ@j -\Q;YR_]R>vz6Yq%m&$Np(.v=v+M* ~+a*u [yz3 +i]"<ʝؠ-MjBNe !mȢf%mZ佔 Q9,HIN 4N*Uc5‡eYV$] F{2"ӽvc3nnmQ! 4pZP30>f檮j)V%ff)2ޛEo m\r)k_B#wV#g]|W @j +]mBn.)2٫TOARV(L*.jf).NuNu_Rr "!"-ƩVba"%Z. (_& ?*oZ Ba#vn. ^]2-Mn3`}:I,jG,S)Cnlonq;+lZb(0.񷸣}n% IoR#gM!YK(x/ү"Wr61%3E2:9K+o1*sIpzf o12o2m~Y"qM1*Q> H"jke5!/642\Iс.R"%Cmf8n3q2MtSbVI,1٪2<)[,82!S>"C--;. c} e$D7hҙr56rR&rAՎZyۏ4L5S>7OPjboPccX3mk*5S-V_tѦUCI SZV %;AJE?Yk4G[3TÚaڞ1YIu9$ J{sV]^sr_i".%6vuVc^wMs?RX)5<k>ei\iw݀BF:7n̉_:]vfglp{~$t44Ko^/|uB\a†:tOs;[v)8fw>6>S%levV[ #wy9YvX~ ؼǻXg}tT_ $I:9qw3q#Kg|y#kIOQ-$oě֏b?oq;ܐB4C4S@83zzKàhCK S1U⥇"-pF3F`&`ջl';sN?\0Z-5@@wxē=oԖq:SB½}7y_t\{>I+"X90[sV!?V¼k*%f)2nO]*M8;z?=@zi%d4M3] @kr[Y;gj{I%AD3.Mnfr*#w'UjW_θQSEhbTiӸF0.}؆W/߼Fw#m8<9jeQZCn4@+HtiӤ EK`k֬rK:ε\̸q3X\$:/[3IMvΧPD6Ti%Ϛ2z5jQ+|4UbKGgt /al ,2K0.PB'khFuQ65ȅ ItʁsdR;+yp*\W)6ؒ6Y + ٶؤ/ d 2%3[=PנC4.vMm^D{bx#Y \`. aQF5"n$n;qUʑCo-up,Țo,Lu:KP$|2˃ן@ 4^Z9{~(dH#8a.;#Gn$❶Im8VA.o#֪,M>*⃳@s /8m[go|O鉾P-tu5-uz 01qmkwgZժ8d5py"Oݞl)78,LY~זAr;|O~BQ͌oH u(Fd]_{\we  F<3 F10)txhJ '-nAL`$1=sL̐4):<Ԭ指(Pv1sq8 !F3x7$oy򎭤'3*4SP,zTViN(@NKaoMQs(ꔧk YU2w I^yFxb敱l$RyPhӏMעͭM( Cnr|"&ICpғ(sF&+ۼb ){18;5~7OS!Z34jc, i¶46xn8鼆{u&5DƔCtI'avzIuD*ȞxB< f֚,7 bzA Z;곇VfGxH/Kۖ cߡO<1[Hn$5MԆMD|cWSux79+vc'ʱ{,a$~ű.E(Z3ǫn7*9n:k"]Me"*!^5Pbl.Ѓ^O#=xaؗW O<FKbÁBpߡeMv Ǧ%knwbD#ؒ t9~1m\U ;]EvCBWw&E//"l^B+%B_%S/\af M}S=/ 5v'o-|LҐ,.,мn0$C҉i":؏:GmP0o'n-JmG,. !,"H*PI` 6Q( Ѩ (C42#IHNT$%3#+Vy@M8!Ȓ)Qz"L * 65qSE5Ғ+-aūlM<1# (Zʾ&`"bN@liXi+ m 3ŋōS7%0td`Sf-f 9"GQ!x|n;= ϛ3y XC#kp AzCЂuEHXM+YǡUA8a}0UF@'Ol`? B\'B~+`wЯs d ⠚>ylsĠ҂0YCd1*At x\p)T!P:Ԡ1I*lԦF$@c'XUS&. fp`/ x58+npCF fD#FOP N3ǣ K ICza#IE=\ԁWJF GaTu+MÉ-I0RT "*SUsdBSk9j4*T0}t:/'0# \bYKdeW,({ g9@U09lAxT(؂"+6`TK Ђh}6l`i `Vnp8iw4 t dM&#Mvtz. CΨhE̠58D b P~O*P z0^m =hc ,, LP5v,؂\ x1MzD[l bA/pF'R:ԭBᙊc.] F.6a(QN iTRa"?8̀ehHV)|K}H-1|x<Hȇh)8WXށUݑz,D8N !fVDtZ_bER)D1Ifv @Y(PT `w*0H~f Gp÷! C^B8omC7 + PXB\A::&,C!NP<41@~EI5]xmJUqf8*hr8 ewދXE#Fֶos; &0ը[Lf9u `5 z*`%fp*}hD#0r#+1A4|"`e5%_FNPBo: $p# wy ?`OzHb zWSp @Qq>I  P H@@$Rv8|rs|(ͷBA'K.pͅ}^tF _\@U@=`NPe np0VXq^dkNqq}RR€H 1xx.pKgǁj#67#8q!GpI1mp 0 28O0YgATP 8)BX 0@U'Y2sZѨ|'Q?w(M }_ɆdQ;Ydgit$prXEsVv,vP sH 4%PXl0? >P~gڅ#(?# Z` "8/ؒ`!Rr)w QBlB Ojtr/̘|J?}[؅x}lpeRe$P$ @ i2}C0Rb 00w lėm>9.qNh:1Y6:0oz H&gސq y@/ /h|B `7YB9Z[3[s֜ϗk"2B uUYڹlҥb6`n9HmeV!,l2o^P|R6eP/㘅@'KKP J:BrT₫j6PX"jЩz)%h0qO ٓ59J;:T)U\X}P? zcR{N@?ru@`0~E& rPz~P *(`ThP40sc`7]\H@HGOŸ FP`5&T9)q0(F@L T"efqWcj ),X !5 $%s,2/, P}fi  P '0o (p>1u m`P Op 1Yks@Si F0x ql|ǹ3B32y̤BTtHU30Ģ6+1,22>nQkþrj[4|QR  jֻAY-v;̷P/`Z':6eR9J{ q<ǤDc96SȔS;,SvַKBedʒrSWC0Z,Fl%BbR I"yí2&!P K`jGK,Tpks!: &Y>lpSˉ[H~VBO{ .ՌΦ{sXi(bͤ/#MmPy83X9@/7,nRbÀH}&N\MPo` !T(4 \ڪ9&:z/'BXB{̋4;-S '  Ұԑ0;YǓʙt(̰j 7{KØv`/|8QQ^E{P0,^fsnf} A!&mՋ׻ q,* ̐|qJ%x #gp RmHb}9: U-4!Ց1(F,K`NmI1[edeI"woQ^an;Sf66_䔇rqnЧAmzRD@ H2vQI/^ hqH2Ј8) ( Sb{9ꬣo|'e:0RvT5ԙyNsmкfZ^tw,^%b‹Ug'0}ل0#Q[Yv Opgz@/A=7d VsgHF`@;+ni<9sm:69}vT`/U$=[ y@2G{W3WT0^&P65j`FQ @Z`xcHC"E 5)$ ?fԼT'!?TL2 O 0b\4VfҀ[7{`ӧP)FIC$0Y}ѳ#F m *SH5D۷{ە5+0x{._2x;XQE%*AR#MXDgE&]th&TPAà ~ 6A&P 3j !ŋ},b3ĺE qƐ[õx|9:R 9P,QɲL* 0(F (Vu)oz"(#& +_jA-r*c $YňtȀk=zQK+KFz112Ȫ%>34$&Р &f˭Jv#~ n99$!̡B@` 7h@ ?+o8H/BbAsXɒBb/$J[xe SiA"ƴ"Dʡ 2+=qd kaX1Vut(GU#Ԗ4RSMJ`d+TM'jG9s)dÐ9n3>jx< cC hR?nq@A*ɻRTu L}b*f" )6x"73<'P5c2 / ˗ 3lY[m f$ζUpIɭ--,7t 74s4ub*FBج{76H]`A7A ߐ&8`ܨ=7  Bưg伥 S)| f#91e%|K-j1Y ],V/e]Y23@;mޖnnr{4D@o* Tn [N)-0P!CD`\E%@d926n3 1<` PC4ũI.Z"((TzD0A S*a^ԐE,jڋ\5fO ؐflHhh%e K MB *,B!Z*…dpDL&@Hr:`#@6'r @O(”7'FVqTe x'(D :P N2z]Wf0#0)+}Y裱U _OGnUڣ Rg,P ( X^a:|@v$,SlbCr2@lo*Іl!u '*ߞ`큥)=1RQ o a !d=aԥ m¥ . F3_9kd5311j\cTf > &(db[Qd&cXQ'rh(*` $]*2940˝$1)0X' +>ŌIL 5bN`^ED+>vjƵake'xzUm41[w=,"X H`pH>G!@˜% 78*a ^V ,XDǃx~a[0N P!_)Š03IGӃy"o|g-t1WLƦzzG 77@/@ MF y~B5!? n!-g@4חP {fCY^8@kF)?LS7iqA1jE$E8 0<"5=BXx;'<=2< 9< ) #yӖ#2 [PcZ[7٤?3(9[?:泺B8'h :?C(ЪB4 #?`2 $OjX'&X'p91V0  8 ѱu@C#ÚLD <#935[#$z9I5;/"'n;vCŹPJ+7',>9#1ș)9?skb @(&&hى K-)2H æ1Ah 8c_HsaD 뱞 lDVĨDƸDq˘')'[?+cD/ RL%2*$2X!-a:hh:!1B(9cґ3%pp7h3(ۙ@ɲ0X&%* A<£80(d@dDǷ@{9<ԼubD&DNbcA1[xvIA$,ZѰP*AXFaI1ǘ$8*U4/sk0IIt 3[F@*:PEÙQ̐Jf80@܃H*vS2NNԃdDζ ϹdK3ꚜ)=@H$"9D+s=׻%a$;/ިHu'&ۃ̿9EBE/`3 ?xIH`@8t&FQ[iXz: A0L`dGDL9x9ߜQB=ZTB#TV% <Qal&<oЀwO8 `%p#q\AW:y-'1EpDexDC 8{3x Y\QPӺmI?-DJ[ʡ6(>A`ǁ <]4^t:Ahk)N5UQ,ESa1JēΪ0"8,b--b68/#,c0>c3~]c8ic7k@X;΂p!6O&h/pN%jNh)p'T=(}r\z`z`g9NE8EhyނcӶء= Gm?44' ݠ+p/z{ &Bx $? e# *X(i#1J'Y2? ɢQU-(b<m.Ƞt)䥠,Ƃoj.#j^cuVgrNNCDh{O}SH CW%ApHiKxF+Fvߨ& 0Ӭ'͎ lK0HUЎA#q勁4MBi_bP;'@"A:M |[H(hdI 4OD`U΃r&u.o>o^Dkx{_kXKӴDvHh518p!,PDcAh Ty&l<϶h0Y7[H ~HZ ؍&3eMx'@;e>`U"Q(j^7j>bX Ѣ e>,-^΃%u^44's>s7suFhDoҘ v((0@^J1؞,rEX}pqUyٙWHX6:) ٤&;yi:E(@i/q֍$ws>I3j>RUnH!&_%i~^-ҞXc9owp8r/w2'wv.wq'vwywzny;oKh+o>.6@%t*lNDgtGHtc4N/iϜkBHK0u56 eBA& !ux?sE PHC[Q?5@h8ئQ)%癩f8IiN8 UZ!kO>ho{oO9Pw^{<{:gzEK¿?*Sh^hNo5xO%l6;7apot A & *X'Pw&p)%]?Pɑpz<̮d$biF 1Ц&/@";cEEXFF ,H".iH4hDB€lH @`bɒ&SٳQ/Dqi&MG Aä $@@4C'LoI\/}axzh 4Zw.5L⌳ϧ @h (K/9 zuDRCaEl ?%lSM5T$XC X c /yH%fۄ'rβ{m8idSg<0R0$gBV&TaP?,vfI 0 HpPY.Aɽw÷+7 lDI.ƀ A@-Rl ZJ` HԀouksЁ IRPIA*pK0Hj0A9ov46ؐ)tĩ51]Ԡ7o/wy/ hVRO,2 -Qҕ0Lx%qtA`VTY \t*Feq I\Zа$(A KFi%aG#mAΘr؂]Z9$ MSMЕn9fWu¹"zF Ƀ+MR3w@z} 4IЀ, ْ]lű #orT4e6DyEV`R]pHasidz}6oB C.QuwB@D0Ҽf6v?Y^9NuPDܾ}q]_2ʋB4h3|gpV"y ^xb*RW+^1zj% gpk*^q"7 iYK`ór΃vk,tyu$]^fpy2o`CnXUw 1D3uّc ݫn>v/]Ͽx{tNmpMOaDLDA6zALL P x^lM$"XIDN섮QBaNk $6 <RӖ SD9_]T@X-\$]pݑ! !Y~%O ߖ5 PPAJ02  z^|%ަYVմ#d<$TSI¤+pSA Ru9<[6AUR!HL&!0<j_/@BaE7J8AFa!ao\і/Ppt X2VJTA9B$@$Tb^&r RP@ȬAb(!p!X_QLY )@ \R .2 PqAtFSd2# @IMߠ m#a7WA2Wc:XVtkd/#=R  @?0mHTH&abZEN&$lnA\&H#UR!X_!8J Kj)Ad^LcAW֩2WRRv1KTiEDġ t&_`x%uv%u^'vvc:FY:Z_t[PD!6]耵9&}NP[p b&fFY%ܚcZc5(Ee>(FR A!03)  4T`dgdc'@X$V}B_eFN ZB a(6t`kMcr"d=x*(AxAzJ$[B CA1TA/=lk:Jcyc{0^4Jf9ͳV3]ttzrRZtBini#}g$p]k>]NxDF @8}R@Gf Lz^5KE6PBHD4FML&"" ݧAK[# ^10 X6-&/&Af:mc`g8+dfpx@X@`@o}.F,C"ar@ZMlJ. 0$3@ I 8ZBT2삳 HF@D^ ;Z % cNU*ziZzR 1م6>!2m&-Q3C34lo(Zi8:ksn$tHbR%pFB\5;_C&Xt kK}-b  ,@Eg 2eK$r"CJ.?rٞ-%@<0N0$|J|0f8G=aˢ ]tUjHFQ#13p"m43U?TS5['_9^tu7&%!ޓd9@&B-B9u/wWU[dVW+B-IqXkrqbq@/ȂZs9܁C\_3@^/lLa`Aa7B%4%\44LC%0#hBvt` Co!DXx6iLiG> 4Ǿ;CB~-@\Bp|$h'&l@?/=k%"GJ A%Xi!7)@4.\׶ǰ s K;!nS7$sD7} )r! .Ԓ!ƒNF F6٘qM7!ݨyc2R$B+#{;e*b ((k4lTCG"BrM[vZ\$rĂ.]ȵ C\=4r37e *;ϣT 0Ge$ G 0x>9`\hpiBJ>E2'z",qMm6>aʸLx[[nɕPOAA 2w*8 R 0J#$KMųN6u!ySQ#(Sm] RY8cV W :YM` >0 ;vd'nY?۞&lL:PC0A ,<^e$81@B001L˜/ ;;x"G}+R"/}(sb3;G wn:RS5WO1/zOE 2nP L=h{Nu#|@,uw ,~E>QR$? ^ 4 ) ~҂  b`9)qNpc A/6B @0m&8nb^t?g Mo@H༢rf1hLb W%mXx*5ځys,&t! MB`;L$(d")JQG:!%Dbd2Ȃ.x ۃ-lJ2 b25 7ty DRh-S&Fӝ)BcXZְԙSs/g<$ NЁ$bch!xC` FbDsqV("`aa!@*Ee'x. dhjV* K Cge( hoJǝ^!m o D xU2S1ص \ 8ÚVqSA;Hƒ\ɘui3,Pa؞*RL[!]p`}+f+$H-%,H ]Um 2QPBXO?Py^LI J*$ȮU{uCxM/v foGќj* oy%eOixZk8q(6QF FpF3ZQ6`-.xD#'N#A'щ/$DH 6XlHGkB;Rft, je3RX n&#,&lKuyYtlc->C?V0#q?3!,` Xv'؄[&ʝ<`6B4'0G PB ˪Rnaw"J<,jcu>E Lbzxxnf@fl/ۺrD-̃@LRI l z-ECl>h}> `:@A~ϥ`jbspk3plꄙcC x@>ЉT#%&RRb\Q@$ .XF1^kb`*n!@ zҀ?Δ/ `!,d+ram!OF $}m (. P[ rj3`ހno@vb nX r,8^@ `M;ꠅJ" AC$@YIK$UѼn"4/. k !,jXh@`hnjѪ h. J$`4+hđ2+0`3Jr@ ^ JN෢AZqtg Z`"VPL(84%J1)b cC2'##I234XPL4N̶Ҫie&w; '@-Bz kn aL j)  $`n IZ@K<d L`ZL02g"p#7a^9vG j(7V; P2lh`> c"f8R2a3'i373'BC3Rh$evkRM ^?` r t h`8J >(o"6!Q\L4G `.D !d"fRSA [ /Q 6V~ ^x qQ94P0A3%Ԓ*$14CnjgW5oo??P TTS7͏4*G}Tf`>J z0`I+I*@JOJ0YqfmV6q &KMFbNZJ\ AS9"$3PEVq˞Ny :#D׭l"f!.` S@>( Gs)s!UUU6AH3ml:C,F!J LiX`$Yݱ t #tQdn"&Zovcl  t  3+4BEC%"_oj2 P>F`  V(b%v8o>b1Ҿ@b@V{T8`2eb`-@ @ EvQnj_C:chmhuj #gwiV iwWwi]B3k)tB?Bo3Asi!*/jmAW_[3niKh. `6 $v8`j7 jlB Ą zrirdQ3 tQWtQ7YekaSgFYe཭՟և<u3' L?#t<@K b` R;£ < )wܿ>MN-{% Lw=X `H.@@abjA1>A 2@HK`0/^sJ 񇜹c? k2"=^HXi ,Bvx\ 4d@]\+I)[tΙUV!!Ag&vL6}q8<=kBLfX7 r@g`K$Տ 6 /'B@^GB?8,#Z <)-*S8N%ʗ09YǐB C Rh7<0="ҥLmE1~0RH Ե+!G ǡA~93g΢>GJ\^ǐ 7isg\9tr+v ^Y(9͜;s&i.Z9RDȌ%Z(![)Qj% ] IH=JĈ!s<@ÔA0:c$i'TmQwŧ^3ځ\Z4<!5ښB^ rP Cr޵yծx@D1<  ⑐lGqRe?)xBMs PVT3J@fkKT4P0ÕxzФ4u,fY\؁nNWt( vVׄiRؓޑў|6yiWCa-ĠH 22ASh@A <~q}#0GGlv"کŖD:)S<1p$>!\r-ΐ!5^3I]h!oȔ_,MD;qd eMB@ehW u82,|PW=UpԼșwiH꼄' kH̖J"rCg V ÓpF@P&8 ֮ zWVLR'X,&4%:FQ+1ZX \hGHrti0*ЂprطWUoЋ &WG pBHIن+u,u0a6lIxRN3<{b 5c [* F6'ɍ&E-bjA5Neus" hЉ<$`ʯӐ u4 9>{u5Аe_̐Da gĝ=g؈8w .X=ro p!q:0 S PK}/yg}9"pzC-4B5kťT5M5>[=۳\\V,{tL`l@tBelFREeVlS1w^iP Fn2f}ܷuKEhqv1uA )`oU3QyN?A}JBxgx2X w%f{ ryN ,.cr61R5E#\tp {6 ;`VP6Pv$|QF13S AjZ7݇.;,dwllZ '8'-`'73awP(A"ZxvW ;Bc Xb_1j,zC(8 #z(\1ŕTT$,E;{xs9E0[!!6c3Of X3b8,j8sv qx~j8 u}j X &2x2  i w%`P8jw2GP20(&AU5\!)5zҔ Ԥ]T, 8b0S7hW \@tut$B|%Hp3 4"6 4cKuWuERTf@v!evs^bfpg!,fD` hx }逜 ? &f d/`y84 C0ЖL$PTF% =i͕]=0 "9\`ȆBVGVO!HKZəCEUW PK5SZAPH1 P9mg1$xopevi|IJRZ(#fbP2d[wy<jZ TəX\T 5E[k)dkE|.jUPt@lW6]%qa Ej0 Ф[aBTʆkRbyB%_u^aAaa~p}) RJ_"e j x fwCE a:%sp=B#x505)zЪLU0*2Z >ˆͶ-O(VI1*bD ` 4n N @*1 b1ZUm2YPhGCΘp0* GRyj/^@w' w5 0;TOF3ء #{s?M s),[y\%h>F>0Xє0bٜ@+DڜxL /PAPrf{DipEL* 6p*t"g[˥Poi?C{lt|sy,nqjIux-о`KKꀽCPƷLLp|[ =+YRU}{D; .l2l%\Xaٜz`bz &ǡՍ: pArƼo53V:i8z'x &( mvSL$M?j5Z y-Ј}H{_1<>>@lsҟٛrpp~cpq~K8y?8ᅛGN\c3X K՛U-5>\" @d-d܅6HrݳYa }-pKz}1p`Yr8m`JTQQXѱ @FlP| ny.Щ/#ԟNa&աr0?>l->U =gĠ >Hh]n|F~H2죵+Qn3&v*Y~ j`1=dj3? /PDY,} ^|ൣ /]Z7Hی01h׃=㌹, rn@,l?, >IbF1hfГ]`;ZDΙrc_u_ xO-M ,P/l ;Yp|>gs6 a)'AH!^ rQ"5d(LA,1NAL#BmĀǛBTL3Bu #@7I!jSH*]C5rjkڵ$B ͑%F|`BpbqM]-grbwmSL3q.94LL.P@jR8;vL[AD.];jUyEJ1+X<=z5 ¦MÇ{e>$ID GHpԐSIEj`aB)P)A1䧠"( 7|J*FĪį!d:5vƛ՘`b@@r~S!;F8cMV5W`x%h[v206qBk2pm]x{ɜ!\J|KtL2 `];-Ds7XH@34`7HR9F].r/T#~OG(Y VE NLܘʄ0]K zZr@ 9XX:.x۵,w`HA/w0<84.?pBybC~4 T `fρ!/Y 2ײ╯ZjC6/L!mҔ-B}` J`0Gr$xA\+F% JU` `gksWpp#: z c8.6!R6Z@ /x!TF2M#PŸ4 aWAZ9%<c$ƒS5 &ȶy! QB4)xH-85y=IYGů %9}*Wyz% 4[0S B)fFe6ӈЌ&H4x?KIҐ(PAV$`͞aB\? !V1@R/kR'/c%4 !2H#X,Q%)1GXM˓&uMY:JliL98774.!:MO=ur`!vET1% BUH EG0eUC+F F Ϻ(`l"sU#߇ʧu H ֠H8B/* RWt]bi,g8Ð)ONMJ( vw8B:D+p jc. @sfs? +*#l+"jeV)FA'p ~gUηy% @^$8 UIp3gHɎ<A& x$FXG!caMr))NkZPiq0M6Qt+ 1A01RM""Y+@'RQt! ҥI At SF5]^*\0XWlcuoOY@}>E,p% ^P6!6<#OhB jHP)t++#h Ax(02&))*4@C B?x4, &T@g)$9[47Y gAZ.hZR?Y[;<m"=:^3#\>zX6l:27"u&Q};+972q78,4Z7&09Èb\zx(4<%ăAt$,"ȉT4RD8a@9]D:ȓE,`<#U?E>e;0=+."{&YKk!,n*&+.//7P+3k!50/ɯ2Zrx?)K9wEP9,z|;G0~|80ļȽd F̅ IT%J8ϋ$@XK@yK+t@F82DHȁQ :t̒{$>IQ-ɑt>;؃*&f3[,2/ l"8'3לMM< Jތ0N j+Q3e9{JK82PC`O0Ǯ;O3? O<0eODGMFxr@GĤSİ;u@ N&@@A =A!M$E:= Pj[AA@<:͘/E oU`VY1,#@C@)xC|+]%`O(?ڪVMS֭4I{8'^s^a8[dgĵmy@WW+X1 X]L>HEHşJM:@&u?)0Hx3*Zɳm1:YX&<&0R/&F U Q'{`]ER-"(?*C]X+jڪ=?ф;h&4UǠbȘbb.(a(W@۽eS%Wpߴ(!;ic|P>Eh%`n1`@?3R3*G(1q9{0pւY+=3$pi:Pai{aU~j7==(M9L^"^`'؂9@8FX"'ffJ(l&m^,q=0czUg{Mc5VcXrc=;yKFhc`@@xa yXX:hJ`6 ">Jo V}Ju2[xXđXlYts)NLȣcÃ4x\?K+b&btvuC'~b"AתnjK g+bab:(; kWwvgp_.vg iKh>9VGlf`-hxJA{ v5"ЂP^1DFU9)X*PQJ['􃕎 n!tsZh3 ?[Znڦ}Z-E@hjh~biFjWmkmk&k; 7☭F(Ki뼮%_Nf>-f1Xl-:F`p.`꘡F9ϥV(]ՖE+eѳȀfΟ'NSiPpf$jvڤڻڒ@x4kkn^<+Γ<Ec<8-"=>1kgk~&iPFFP@X=3@Ҟxv/HCPtE, B֕&{(3 U}D7YE2>2 ykVg r"7hb$j6n֓e<9ghhg@;f1mv"ok7XFX9؂-,`p$DOEπ{ ~ E WEx~GƓ*ծV%)pytAOuۆU105WGY/qM+K*^?xogu}$ HqpAG5k g?-i.1??zvOQs%l?t?HK7 )EW  {{Wt+x 3שB>m*h?y:&0t,t͟#ھ'L0%}IVN099cFo vboDA$z`k7"WHc{WspkvV{(,eNK6E{}gx '|Gtg_)CSG0`NB я4~RdHC=` e?P r)5jLaR M8u"A"EJ'M줢S*[l2g;1tg*Uqwb*n+׮X +v\JΖM(mJm/{ݹt&bH^M|& W` ̇0tpr e([,sD!B|NNi-%Jx(cF 6o (h8q=Cga00l—ENp 6CsI%|sri*Ӳ_IT\sbzu3οWhW0HEuש dZk,SV 7QNo 8 |?Fw-Z]F!9٦6#גls݄-G8 4Z`ہ@穰 *KD:lJv_&d;}Th1Żch1+- sfLLXB ݻMȖ>`nޖM:v?1ZM ^#Ը5SҒAdaE, P&I $@-Y2MF0 w`4Ag8cE-h1ҙl*$<(ML#Q(I蒧(WD8FV\-ЈD`z&HiLRO{t6D{`! 3`-L`S*3˒xj͞YB4St{&lWNv:CpF;2A'XO}vPϳN}YkNrahcc$Fhi7E?`Q bzX_(j#m&ťNrCK??32)Mo*XSD*R`Z<LK,@fE!Nr THxA9:SHGVlfVN> 6k]7PZ&@e_-:ѿNok%a5 0!e,cE)mꊟ 47u`($`6Em+,ME>I Z@8Bx("cg Ss) R+2 h] QM &M.U+ QV/}8ʞͥNf,iJj1 "C`pTyla pjc*IJeϼn7 @*lcl;6+\nYsij# :`ݢGCtΧ`ڴQ0U?x9Χ ?E`wG _]zuIAKi 4ٹ( !Û݂^]`^q-889ׁn%ۻYL j\n?$̴Se\R9Q]i!qc5R< ™[!ѱ)aUX^ie`X4 RU!3| Y vJTȌ `[ZB@TQ!)am\CH|\7bVbjeR5Y-z̜",LVMn a2r &#!k h3d E4n>5[cfcd ";)NN*X&TB<ժS=RS&]5SbbVU* Vf= 8YX8hxnHjY!i^^sVE4Kd rcbz#-|]8czg\{nЬZgTgh_߱߫ъMe)h"$ڦZAniY> H^枈r`)s^].Jvf'6BwӇ`njgyZ tJvm|n"*T)Ui!i5ⱦ7Wz\AN̦_Xr)H|iUiojscۄi%V_&6n[LB崆gj9Xy$]b RHYvmQФ*&)!)*i%$B\[⨮*i~Sai<( YR=V >3&'$36P_6泶hL*TQݡꤧ`ݏ91ARR+}Z*oU~r*#f@Z@FhFͦ1V`E@He6e^Z%ޮ뱢d~lN]5!60,Lɂg-,bLYlQ:lBR,-;rjΫ5z@^&Ei^x喒̬a Jqcz$VMnC`&-歌-߂ߦݎ((0 )}zTmh+f-I-.ܓ$lF픢W&L`cjۮB R`yhў)-~6pQ]X!h.~3x,b+ZYl&=ң~on/Y. -BQDݟ9-߀vG7 ,6#`Fk( #01)midռolJ__.ɨ٤N/n CH<..:E o7b*gƹ.5o!b&[>--1,2bi- j 02%$(bBc~7rRg5&npq-/b+Ro 73g ?~n1\s ^"V}u #Ax8U2-:+ӯ>n)_)KksS*4i/Xj3콝š2 і2Sw^31`T T]Rzsba^s4D:O "RQ'R2?]6mGNC簶q2.Gti!]0^4F31mJ$˾3S1uLp.K{"{'&22iTX6)h"hyuKS=?lYLi"ރeq..GmEGf41pK YtIƽ0K1K`6b~'Uqݴ+bWc;ޚdORPQfRsye8Iu69V™@އnl_d."x.ZD/gp3^ɶӇ)Z95sv1\ÉBugwoyxNX<@c+hzx{C{oA9^j6Eg킧${Y'unNk0y19d#y&t:oJ5M0vmg텿uqo?{;u&@U\ZYZE8bŊaԘrM#Gm7NDK/aƌ9&>ȹN7y#&Ej>*Eti Xͺk( X@a,f~ئ7f׺mQn5_rG9! +'`ôRxqci=SY-ɴљug `k2\pZacFM7p&og)%MNjĹfst4Н<4iM5A|IBVb~ʕ,Of^m{BͰ c,1\ ,L2a2FZjO*`ӈYgebKQ6:ܦ7+9ijlK9Ψ" jЂ/-ZrK!L!k/r8#@[,‡(ZtلÁ4!!g jMEi1G7|+uT|\j ;ȟ;*I$nx*K*[/f>r.0˛4%zMg[PN!{A +`JLD"s q4qdMYQSM#v`NNa$VۊJj=,K19K0_cLefq93|r4(P!݈V#s^jw}._ȟ2߅n'ٛV̸%LfkFp,,,Z%lm~hgDp:R#!E%bW.'z4^I%mmfSO.l>n2+/@ HЃB QemWO?xn:d;N_˔qpǷh(۝RI vE>pb7%oщ5i ГT6 N Yde' :#5% \.Q$R]uM(;:0k${ M#ANT87Uq/o#0ͭzk! ޲2ÐχtXD]|g8e?" Ҧ),2 vXdZXRIf4-8c`ŧcssLCHoj$!J{̍`Fo1Lg\ņo]9Oyuu@`VꨁeKv5Bkh 9Z.!< 9nQ9M˙aģCl09E!E&Gbhn{"Nd, =7GJhJ(M՚8B(bǷ+zm ̄o]? FPse"'-A5˙r pCOHtt Y/p^Qy*թ Uځ4ntDoìkܥ?|a#Y~+(T8mfk ԇ\ Pj:4u]W|czic1RkajT*!W6pu8k[VLAns5!Lp)$QhN 6_eqÖHc,v YuC8#cJM'(4r5S撷4h<˒smHxg*raZϵ:E%[٢*n2 >u83>}Eˁn':n WC,l_$S_mq!Zd*#a[-vidhTTfVfnMr^< Ƣ zZ`%zhNZ 2L^P>([(pWG4Nv" hftGu* c(*MNڅqV9H]9.  po)lHǮn}{D0scLF;_JHvxk4`xV@.8M^FdrģL#v$8!ǧl*M?l^F(NB 68Oh)bhHljzc @gnI9(Θi3SR %a"cCEL:߿~e-jyh ݾHwg˖;#Bܮ;Cb*fؑcǒ#G\=(_"i2eKw~ DP `&1B 1W f7eciuE`GX c$z\xZ0xxT@<2 cUW^@|kTIA hX !MP 栅q  ?oЄU KM 4JH ԰(]bC:0'!b 2aB׵n}NDCe,UKNpD54 hЁXqQ|"8(Ӣ%(A<@V] c(0E/stPЫma P nQl Y7ÅE8329f)tA8J.YRdS$n/$/p9!B:~穳s&4 x@Ё\ DINrӜ g>aO3xr@Y<aUkT^F CKե[_h0txKD+ ;TX,DA\-Ϝ Me R)L$qx1˛RD+EK]%o#L՘J=f2m@J|L\ϭH9K(`54@xEt H^!A`AdG6Jl 6t@lA( z(P- dMrRp=ׂxpk@_" a|| &Lfxip)qacEx @G>]ac ^A`u-jxb(nGHF6AԂV|v{8 0tv tl`) B@C("3_m[mѻj07 5Ҵ"@6^Pw ,p\(erR@P0]DVoq'eǠ`)D T-jW*E5 Ltq_VShb)pUY@=9mrLC\_h  =(&L96'b@aq@}Kamߊ1ib*z%x0l6!C.v=1|~PtX`S*w@˛[Yu[!G&Qw"py7W]sW:  3Z .an_04}H!9b"mhlrsProB0~pR0Rr8{:w{*a@J{H7|pwI'OW9uP =wCJuc}mn[&nR]qAQV~F b^Vs7E @Up4oC0|2/`xgXoPqdGlP#M`dSrmM~nYpWwMTr^/ tTt :x< xˆq_A+C)l)\S}O(]%$!n!q&1Džg d^EE;P6`Pr8W~#>Gm(39O~(>^Pp?)bhas oz}Sb%cF.`rgDgk( p ް9, D(,y`y`EpH8} T`w}3]O`]@t1.f vڈVg^xgh;ptxr1h^n*nyU[m">bi1a"m0W$WC78s( m`0C*ɒ-c`6u-Ex u Tc7f!1'r7S _uh@H<6p3su8aYxx k|ɀN5a C:T 8 fzTNx p`6y Hx W%Xt|i Tv']JC!@1)0VY~IEb<<@E6ǎ!`xwx] ^S>qPf9\hdq6uV+ 8IAf 0 7& dH Z CGz8`5GuSM ; u3KE$Jg҄'T(L^ۅ'V6z0fT^K)!@%0901!X։Ty[pds,mby[`Wy*i ~*FR @<SvS$O@Эʋ{H|*yj||E2O :0eTLAvTS3A:inY?N9J^p*|V9n&>hhd5!0+AmTH!lN'?NP6a@ ~@RS06 : j86!קAIښZ ^ǯa[FQAD mGEG w3P[yp!1 1!_3p%z&0,{,]ž8;.;[CBQJ>-h)٭`2tJ)dHdHt/{ ];J0:cKj]z'fW;(a,0v[W@ E}KT B@|y}pxH!X6 F^W+.:@4 :&"£LÂf 4 dpSZyBxx|YZ%ꄑ:LV%(qyzB;о K{pypBpG@6F*qX`q<6s" y+&} @u`"X> <' [asح*g{9d7Ռ`@?G9n_ǥu <Y}[kLӛCPދ(;*ENT"; NlWV=@;a  ,xKY w< O4@K2Tr>Mi1JsJ`&Ζ.Dh@abt{l I* F@{uIuʎ*Jk;-8j{NS_wVVtz"YeCfp t\pG0_C0`*qV6fJ <3r)gPQ=y<@"X'z8pǼG+L L9AA~099bBo 'gO`4 `XKImVfZA;zTiGhjE.RMoVdW`LAm\_aeirlY67/y `fSy\' ~@.<?mj 6-,K>.SmKPmհ`KĄͨdۨ:;Z݇f%4/ \XE蔣Ik8tppX@Gલ)`x4!}(zIQs0p%ԩZΨF0%J̭ݒ 2psMacmpЈl%T0mf$C _W=߭C$or< ~cL$Ws}%m<]r5J-sdJ@r#fs0GVu:P K"j#RaY@(഼ػu=e`)ZdT`kҰHD_ebfCCIi;s{Nxs.睡0YLJo=Nr_~h3X5,pCsbQ%#ㆉI[P[fA L˼ٝHϿ`*!ıSO:haa\TA\@:D/ QmCnS(ٜ}^+3RL@$=Ns" ?1O(isΉ%?h!mPgu\ME8-N+Lɼ&y3|koஷ/Pc1t:}ACo ڶ:URmg%SAU[=lDPՋ  د d'JnSh M|LH4! )j h1v+0pHFM鋐]5~ Y?ӣ[Bi@J )rc U*K,* -p +/E,0`0`1+tN`&@ qf #b 6!br@2xp#@и3`"$CZ` C9U"-!xb bbÍ>[XbQV1—2c(tTB P 7Ԫ(zkR(LLQjFf0h .`!'T%Th @XmLr56eRЭBČx pCNB C\"Opp#;?$T @x&N f\h"$I) ASEiٻ[x"BC(U:jg*֨VZ0xUðDѬz]Yz" V/N by"ʌjT .c E j3#27z(*"߅ S "q3HBœfBx@o#)鲆=р;r'Pc!A( 96%M~Mӛ -Km@%Ԧ}dR*T~AxuG  uH "f4iq LR&P._4Z{AY8[P0P < CxMF֣?uJnȺA~ %GB:8\~6r !ДZE,u`c5G8`X̠BR!6hMh7ωz{TeV^ҪmK" VdU@HF9F  2-z>AHo7ܐFķ)?8Fx9xs '跱mx,\Q(B,:$0#ՈE#~h=&29)SoLUL=.rF)E aVt+m|Ѷڧ`p $u% -F H Q. _B (bB@1r~XЇˆ~ 3< LI SBEvS! l$-ԝ=-gBe3.-nEN\k# Prv 7Btf}”`f-˂c{PBDS!+2Tv 'g[ @ 6N. -.~0DP'PC@6flV' CP1llQlCxX(G3f5״_ ^ V8i[c5Krv5(b3\s Ի# ˼9d3$Ihl>"[ z.P-A 5)[nAa.*`E"Q)\.\ڃ ,Jx4hps|_&V  d{ `ho5Cs8>jst@dup9h!TMvla HC'p~ .TST|2%r:UAT /6Nmd @R8ī\)(/*r+ {郁B{sx[(:=)@SۃXC?CT G-<===;èCTß;| @@D?W0X@l<. .f j9("A3_J>p>0=={60[d0=>ïBN*B#$09) @"pB@y)h\2 02L?X)6p?O;"88BHA(؍BP 3(j+3P@?0j98#4=94#A$)HJ}7/ Ǥ=P]@GujG$"=AhK,BLKB LBGLLŴ}z8H҈BP6E~A>3hTH:J'@>ڎ7)8UXm7o !/-ʌ@ApKtNpL)U HAt P7}\P-̔QLډP)0;)PHLX!aXQHA'.XTBT78TD=7mTTK[34K,#a؂R#Vi ёQX8&9'@=*Q(7S!A! Ҥ0c-]mRE URR- 0PӪ) 8abaHA]R蔳l1U <]^"8"#X~X5Xe%~A-BDPA9 QUEP,̋@*8K//  MO ё99:MljX8J &*I+ S@3XV k+f](:%| R?P$śF Ϸ [ nTSrO@ <-h6ZW X]܀UM\`\WWՂ#\AX‚X>p>9H9 'Pԍd%E?=M2/Y#XUYȑuX(:\݌:Ep+齞][I֗I;?h!<ЯE,p>s>t b4㺙P:&D dƒHx)@S $=K8~ ``}\Dž\ʝ\W `e,\7\>эa>p M #ZDpG!F2D1\JMX,38B`:?_R235b,tA0[KzeS]E>Á7- {K%mC[Ïn O9K `,@O#@.e&aU^U6eSNe΃<O^S$ DIkGǢPi.%8U]+~]?5̢ ed[ЯŬ)eu 9![~3 `3#9$,[!zx!= CG$C<2!Nq6`=d=p=uKefanaN#^i, X闎XeRƂ<䜶eNG7[M&jZaOȈ $@aY5dvHgN/(S=)+>)5PH BPt6t+) H7{A0=g }۫ pC;ˉ)Xh0duei]ܖC ]fmٖaD n.ChEhD@]Uji(@ P18 dFDj4H)hpZmoib$08yT]o C-5n?p S҅[z~6$cڂ&&pB#WTϨi_qHA rh@PלAB▃>(q7]~m%!q#^r.)>pXNn,-fi0onX bGn  -&@jk#i`TX=o=OoPT50~A ^5(3 pa4t؂ (,%`&:Gۂq'p!!+[.W6>G̊2O玑KxӶ?hXIvIe&'udjWnl_FXEh@Kq?t( Y.*P'1 0  )|Eh&GÜ-x ;WeoQ Q#Lme؅1nB؅=(pMZ-P!0Nk-PcM:Vg )K$\?c; ^dvzEvzo{oE? ?`?xsG:{,s {uw$Q#Y'R-`O7~PHS zZ_l)x7޷BhzP2 z\zLMzK Y=MGo_${w{4?s̙e˖+YTq҃Pl`AC"8lpQ,\,%LD*W: axBLY?4 )M,1ˆ4#Jj$`Xd)YǤ[Hgs,iN )'Nl6}BeИ?̼;q#…9&*a i㭡B td*Ch̏Z =Pi_9;yZ' O 8!a[c# ZOk D^HH"` P#Lh'fY0PM =z T ^zj!~Ҿ&MPxچ1 MDvЇz'Mn@X҃oAnWjf);c ^삭|_ʷ/} qJmxͫX %l@)_i78hE@_ 0$ І5DZղV pOu"6N6g"l8݂ސXR4MCt!刢ІfjTde8C<ߙ|3gAWjeYfEخ: sI;&7œ!"H6l"E@! Dh9A Y#H/qOA ǭ#hX2d frx@HY̭s̆! U{v qGsB,7ǹg9 wo9!,p.It;xh##0+v4H.CL ,Ă6) Pzִv11c囍qܰUB˝̱yJd0Y9L|նn@?@9o*O5^p~JѮҥyzMqvb pڛ||7-x߆w@h>o؝YUk`9.CAwD$ ɦ `Bbp5pZo2v:`)޸!<=[ |IW?|2"b#['z[N)4Ji8x[)|tgZ"NIAӸ@qQ aNC8aIJ(@0)bÃ*ݵ|R̭FJhq\=P"=ԸDٝ]hi^%FkZ[g:iڝkNNҢgߖ\F£ <؞ϺBͻ:dƭJO(6h>^ D\f 5PPdcdEDS$LK I1*a ov_N$F46Y\T#!MOlF.QjLe.TR):\rzju Q t4ho<:f#m&"#8^HέdFjZPm\/ 5 x(f8$n<] x PW$i2[Q!l5IJmAKxI..*00p o0RB&/VZ`4[8If܊A *)>h L\D:&P%HxI dwǢeDԩ,"""ڍgmP@ticQ8tnducK]U00,p,*egfkFtDDSDl/@4/J :!/( .A@ @ `(AB <*ATDa"̩_ GBI Hp pl @&PVe 똩 ︝5%p^i%k ҥt-0OͲ,0K4{2o)q\1Tq@u27@ 3C TCI܀ @ |x7@9ˆ:#Gb%DA=# >NCN t RTrBo}b-y!DDke&*Zmm%SBu,Σ.!gLv0R4Rh/t.g,aU<&w&Z $5;l_4ţ"4B#\%4B%&XA܀VVˀ @Î%iZ3E^b[sQ, TTv!E>۷l+K llc[VFu*1^~pXxyg#!j8U#[4iotl8[8P@P1o@&:85` $5|HAf(ws!xp- 0LT#ho7XA!]UzuT;,(Y!bNKf Pne+KrE7Szx>9If't%Usoi6a8W+gǶjm’H05;34Ђ3&dB43͞ D<zOX+$!쐆A c$Eze&)<FR_񡈣:4syI g:4Q%7mk?/o_C.84X8TB-³C&l|,xJ'0Ԃ33;AdA'>BZ{t\ T3xL! +Axذ+QHe!`W+%LtOEⒼ(6pVae&8DK &DMY\* ׏A"^Im~Ьkt 6ƳĪƚtj0Ww0PA ,Ѐ"ԭYxAJ#$08w<+Z1yȋZ6"6-PAJ^t`Qp<_`L--f2Smq{gD < HA )/|"uqe[+r0u=vp%dcT]~/!>_ Bg ,PYZx 7h;Ђ6Y}VUh,0@,,`3XB)a 8prC3ZHhEs9ۇxPԀ-Bu+>@鬷pke P]l%BR._D^:p0u@cfbiv 1;#-f7Yw 6j#xd%d%A :p rA 2q `E ymVѓ !'tlqY1 dDFND bQ/(bO\L$OR WZ%]R gdh2]#Gx tŢQ#TQ"Ec> kMLA?0wn@ ld>VƌcX 2W2qXqjp.\lȎmbHp6r#i܀! H"K a "`2AB)X3 qj&G.cL,"a//(ΣQl͗ 59jjkHhSFrAP2J . VWH `<6!]$&@`2<ldƮD sYԓ [ Yٔj!%hK[hϠ3i ɵ I2PD! Ѐ #(5`Fwa jGn崬`Hab<; .Id}i.Հ( mI֔jܢ-"(n ִUi=5n!g `uV ` 3[vҪ`'^5[`p, @l n@n/Sda:!Bb0 f \ 6w~mԀ"`%kTE,.u@ rvY@sE8+6]u] J0UvW2>ҩn1MxwP xAkf2 f7lzva`|'{zn( zV\u@&d7~ˀ~w :070)(ln~s hX )$n& ]׏ @/XREC[0r5k_Lk'ags@MAiaɈSn,J|X @Q %; ƳdaIvar%X*'A !r'Lq5 8iRV2m@=8 Yّf`5*G  fxux`OAg9ؐxvsP> J` z@X5@ٗ;Y`~#qIM(vA )V+pش6~&xh`r~Kۙh@也Yך)~UCR!#: t` oJx?ztM+teg TU@zZ m.#q `G! @dbDx G{4  )iû0ꇠ3{7# gMM qXvlz;AAx/=ۥ@` Ju c2@ hVixۄnƒ .t/Kcqh `CR\.Ł)~)k>ܛ& @):0zOnAt\f vpe@ >uq Б b[rI.Id#-tZC^C & ޚg?wD't~܁UMv R2ś.P)R@@?wֻ `.AH2 Oh|dr4!dpyυ a[ ާѕ@ ߟ9,A)P  't4t2=ź}*DE)t[ w6N<@1(dȢEGA"&L)a)'-tqAB˗.cEs7u7V;b8pTRQ H P8CK%Yq ]P%0dZmEJ\sq^u_za=a4@ CL6HeTY aH! iMYkeԦH! BoGp%Gfq-s E $Aft8F~B# 2a%|B617|dW:;G `HTd38 Vq 2P( eZlyAW`xaWI_)W`{aJ -|d %h&'4A ~ ׵,p[ @ G99ȭIaJ*,ϼ!on8$pD-j&O};"{1}eHP&6bԂJ"TUU9;|.t ϻѦ4EM˞^dݩ+ߴҷ =kB tlB! R)ԁF @`m "`u4.(Xe!D ;1Hdu +ad2A-PJ$"UV* hXEWYT贸@ #D! cT3fqgDCrQ!5 @) 0`Ch)RpL & VИDCBxpC$B9rR{hJHcuO9~'@JP-mɔP%%1v .L;1gp BDPD3'[uA K-SM[LX f mDKpBh`nxC`-tCK BsR聿v 0\a wX/٫ T I8MD/0a+(LbB p#uOJںT%^ SxӜwH ~[jVg(E[9WһRj^ 1 \^c·j@f '&@! 5R` 'Xo vҼrY"ЀD OyܚAn\I)=ʨV9LJÑ]*Bʁ&eSi@&j Ϡ3șp<) "B14DLT}!0$|=*1-@z׈M gmf*(-8 Z_ P N   HL"& ˮ!J6Q(MF+R?@3T\ pƯbrTPZpafiXܐ%Aprt4ךbE~Or¼'6jNz&<_Cp!(W:-`kmk B'Ї8AplC'͉K!s4Cل2 5Y($+@GqSe :*Ti3 Pv 20F_ ~-e Qs#D IR"/ yMr\~{g <V i+v15Py !D a7 =%1㞙Q:i[e`1kKN<*|E t@yЃFh"Vit+DCC'/JHfsDp5 pnxv95bR34+pgPm7`UxppV`x1 8Pyyq #QlP*B Ƞz"FR&{={{5 1{27v GtP}}VqEQ&ѵk"d_vW j$|vT/q(ZJnvQxI.0x xh @0P0 &E`uZp Б1h-'/K39*?{k(S "F ;AcöS*>uL%`#&\%`$pE6uoMӐYY%QoX]n"1vW".I$u'fa1:B-ȀɗhX$@iy``yUmC*y:P 70wR4X)Ġ+C6/(hcAt;cc=||ptlv<cQ,ƂU ESe V eYviؕ]'r$ve 'ǖcv} BDp6/g%ш?)y q|E0V`W2l :r(C%9>QP @ d{@Hkc,K? cY+Jv ;G%l!;c`l2Aq@UzАyI$NaxTf[F]fvA5XZOV{k|8y MIڟ I9z%Id`uZw jH2D G-e;:g=dcנc lU W  ]IFffmY-pƦk:xngi(i QQ  $l.d%C { 5 `{ZsIQ$C`@ԋ Z.1wGF6D`D0֠ y&pBu).FS^`ڬ; d]cGߚ ~)d$BJ Mꠈzը&u.á 5+ ?v]A<jd80I+˲8p E1 Sdvem峳45SgK˴lVmꞈ&Xy󜓸$A6m`CPµpyr*8{u rz;3~ks2[J\`0 2:D$5 13y .P `K$<"U/^Nw"Hyxjp&X1`Q`;Ik1`kkR [ds:C-25U U0[ +]q2/ &0  kƕ׹ ? Eb'R~F\լ~Z%q~n7|XR;h'p&7ù`8R7c`0iĶ8=QsK+KkzS,|4V̢KK[]!%+Ihm\; ` @f6Tz_ 05lG >B pۉ. o[}w_Pު 7>^ -lp=F>#J)#O9{G)5嬥Y+E"2uce.ЋB'l=F|Hg3$E[50&T?YW၎yjIJ"=fie(n'nfY-LyVX8/ǹqAyTd _l ;ő7Zڭ˕ڵb7m*vƌ|X,YJ iӆhӵ3Z\TĈ&>w9bH!EnqČ5hiR$hMJ+$q2{Im!ڳ."G QΣAK7?b:7<~(c0/Rx!*BL [~l٠[$dLкrBמ^E:^儜dP!C}QÇmܶo"p $xr1D1f* J"K($@ȣ,8eڤhȩ*z)(F!(b6K|,ɂ,IR-DG" :"/Aި1Ćx+R28ÏB^C@y5΄-RZx%tSKH[n9@#:q㎛ƃԼ[oiy!b"HO8U?үUD:iD(M4+ذAa6(E Ff$2(CP1/8/<*{#.B2( 3 .c E ӱ4ф2,d]DH8A;@㸐H+<3G3cO!Z'>N盨FM:@MZV D![%| a.F( "YezC+gQDڴzK.b2 =K KR=tA l2A * 1L8E|`@D2^~`ܳ8k?>,(Q"&I B=thquߔk6y$YhzR:zfuiK|0k:*~COl$AҎC n 2P)rsM ;L .!E)^x\) 1519\n53X0e 7ўwӵpPXuF6} eyr;%T|t ,yPL y<UҪ&;00KW+DW>8BozKحձ S@75H[@!F#d慇(m0ird2X<*s1@=bzc\Z(B~9uӇ#Nv74#)!Z3uxIH4T9UZ0W@?UM=IV#ʰ65*XJ$>6Hc޶ JH@8XC.I.Ljd@RIBK Bhӹ۠ujQ0/|%`Y!4܎tR""R"AbDSJ<[U4r*fOB}ead|&E-22nd " O(-Cc :+Hp4!YJb& z0m vfq#P2~,08O3,!bC1[L@RġL$ӄ"ԚԀr;X U "3hν1 jO|&FHAе\_dUT R 4NSF#QuT7pvY͂D*e*$6P!7fZ.=/!̝cʏJr;Ry< 5[.-ڼS=F`XVt2]-s#̆ b` %X=Pf׿:.@aO*S1H3/+1EBar6[sY\gReӇR#8jsx8-GlCM}>If|!ո=@t\7{ۋ0~r!`aXZք0쭖9f?ns?>v6˯Ã&XO83+zMR7@ # $@/4 ʸ0S;Z0< hպOS_%zg8#E\b*+̳&VX5\Ѣiص C2Ɂ##pQ':$=A$THc>:rA8C꺿2->P3{0?Mj;X08i?yA?^4%?"fX+>ftƽ %XpBX5S?<˜{B (4B34iI{GxT<>p\ x(xKd$P+48dLXĆDȎg؁L,EൢATtJB6؃PEIB{2%@G6˶j>/ 0*7`0U(HJ#4n(o!p+<(8/LÀ tK>;K+Kp(A\J@#L!d+ˣ5XDg`Z(5՞i(h|2,Ȓ0+,yiUX'x(kFBꌻN1 A(/EiH$Oxy< 0;̸y57HtMb Pg؉7*HPE=.@^ː4S;P9QYt'̲לIIj4l+G("$TI0pK9iUNy;RN 0B+0=#Uiw)P 0HO3rZ`Sto̕r8& u &@Wx*W9p t -VrHý5Ee.4Pޤ )ph5SQ0%Ur+mt,B/%`=CiXcUCKeu&p A<חAZA˘y֧ 5m%4orpU@LH]wuWxW .P۞W>Є0 >TK:)2=H(X,\5JUlmkF>ð#r o3@:Z [umDRpTUCGHN#8&ݠ9p EI^8H:ӧU֪Va֬4Pw^e[Z@[A[FW -EU1Xb%RM-+t\MEGq˅F*BXPƀ:3& )4$+Rg #]6yp ʢYrt)ҵ SVm%X-hVzCh_ ^-Srqi!JlVb-WXםӲ[.޴]K޵ףP RL[ެ3() (h(-/Ax:x>F-X7/mj/,$9IJJ`*L]3CHat\v)HaՁ%H&* 8EHRak&^O"e^Z^v^a%&cb*VfU[Q":"-⡘9S4D8Ex%m Ʋ3P3H,,?6x&xk&JXUm08< H C~7|;`6911GM2܀S^apTv{i@C`a8\eFx-".^.]ifWbVfifj,.2h^&R c~3F'yz wg9:7070" :T8&ʳ$] )蛁b@-"dLvh: #7*S0cVe^Fy >CeMླྀ6\ai$b,v]qf^.m:+6T  ~ke,HNXX,y Uk"! .k}.nXidg9a ,?;Ax|(6SX!U Щh'苍?faHe)؂3(izl.ŕ\fmlmbQL,fq/j.j^ATeVEp?hC?:6 .(+, ."X@`V!w!qv6@U" .?-t,{S#1sVf΂*)@XXl`i6˿4NavfCmTwq yugFJknnn^?u3@f]p-ոhiv/)f!o~v'yrQ=s6`=s6s@SR.1UVBVJ3Ha)PaiuVA@pZDvaLtPg7TNWׄD8Z'\]n49؂b? Xjv~\-}B0(hjJ3:  ? zub{l#DwRp?(v`;0CЎOt/ӆpǛx߾ZYq[gf|p|I_4,Ȃ->`!fj? X۷ܧ}r0.IE:30-z7N 7^E?W@~ꧭ ?p{3?IWxp8O҆xW7XW^uhT#%Ҥ0LGD-jJHQaƍ3&:tQ?tlɢ͟ErQ"D 6/,3Μ ~&SMB EZl(*Dh!AVz挟7\4(N= ϓgѢ!J0laH!TuYQH`ՔoDZX\]x }`'GhAdaPcEha&&8F6[1kAINppq!g\pM]jX<D ADg.vt xq\x[p0{O>_u8UV RHZ@(S [j\u+#`AjogYHAg1[HeBqf[m,oI 9E Uug>epDwtYqr7Ro}GJ-TurZhILYJ`*(W\ba/@"Z!E'kAn(H ˋ(PkN\aȲvǑG/lO1$E֚Inh+.ymiuǝYU%|!LۯP M aA<Xգc[!5`^P B qnXq:БL܃63jFIC)*4mޑVKyD5>5H&iCQjdEIww{HйBHoQ }h!(d0@&@=ptKDbc*c&F[Ґ5g=MZQ[Gu&AZad$gfD^1A'}y޳|A&jJE70G=jCL`Q&7KO{ꈯ`qD ⸉j!wP KR f%K5; cXj } MD,v:4n7ZE/' Qo>/04Th@5v(9OkBW jOIF0jB: ƳW*Y %)yIPJ5^66`-zA+dd=14cYG,t|z_ se4T8A SCʔI0@i R })Mٴ&! Z<LpF-1q ,dMҝC6KK;t;D@+BǛ*tI7+b .Eed\1/)-%ؕJ`(;H61ifg*֦9ArS aX3QU6RBv/SMޔP{%z~ˆWڌh dGJW'xQ3 L*BHWҗ~,) B,` C(0Z+v(GPk־vӐmbvIQmb)m#i< u Pn #|Ek`%1ebBPN3tۊ^ @DxoT5DZ,eie+*8̠l<d e@f60 |qhX´@jthI :iCkv{G\UՃ\bn|xSD+i& W#9wl{Vy *gjL} _0 fV3 7Vdah#5Q?[4Rśq0Ќn1o{? =+Ƨt j&T!:K:׮vc}BJ[L?% ge+vm ֶkKsֆ6 L[rkxP- ZJxCR!br0>O8P81tҏg`8k~a\z"rvӏ<#'ݔPeɱoc6c@?Qf_;< t:khD} {N3zֻΜ-}=ok㵧V;iķ\#~w8}nx[-Ks>8kb_ی gAgqQlIQQG%Ap]urTFVO ک@%T_NIMI\}ޕN]ȥHPu]1Q!=ߵaaY͙ n۞V;Q9-[jY pr`Gi6ySBڱ!3Z 2X \_q+`N! (!)N d}%]Ŝva-n!&]-Za鉡!U[> -NCF4ZRqMGlS#_!PZX B\ab&ϑubH\i)>@>B*n=!,ڢe,ƢAҜb%Q0k)B2*ckm^Ha4V#Mu`crL"" .b۹#@ZcPV߉M) >Rbu@T"e۶-Bb/YC$&[e!pCN`9c1b5)cGYHaإYU<B*[Q"/gr+jo}XeW֢^Bn+oD V0pFn:N&4,,p4Ī 3&)_ !hۉegN"f(CckN@i>Do՜p{JN) - n!Ŭ13arҵjTf3fZqbL&  P%Q+2ʞ #f$ҠRv1;`,q&riZ*_V.9[Ʊ⧂Bعj0sÜ/-ְ 6c$f0(Wriڦ k-"1Ĥp(dz(s(=2#V&)%Y>bNͭQޝi:ol0Z "p04Ykj4m8p!/p>#J:Ӵ;<(OsPS9?uqܚ!(B#RVVUDWs11i1ok'3EZ*k gn6tM*+lu1cU~;N'qO=kdb+3NÐ6t@Yr'rTfC1@lDdXBj *3ulbV6Z8L664e1uzZB.trN/tS7k[;nDS6e)V=bekvgGgqU/o8gl\6X٘ٱGk YqZgk>t 2b$jtjjpp]1_.5lB_C.stWb7]!u¡0l7ߢ8eZ68(gNqvylT^o,s=[u^|6G/#v[8og]!'"w;;@.Tx&d5\81h8u7`өy5]P~cHx7AխgM_vUxf|9}CB Kjx[y7#p\38 l@&l…BaoF9:%q꺙ЏֹW[v9cfxA7ޱ{GkXO; m3 kz.ZZw)Sy{#xpoR qP&9|zcj7 dˢviH/{*!lU(iO[Gyt~H{I[Lg-w;VV.dB@@/:$1 6k Ydk7cëeHz θNA#1q^+sX< ۬3HGHU0_([;/7t;|k:/ck=O=9X8DbOףhרݜ~k_GʇG3Ҫeno|w.p'8gq<_,_1я2:Y}} 1|ׯm9gk?5@ab#F|H`+ P,B8/j %QTm9bnM&r:MrŽKrB VժhaZR%aϜ:PʥK:gjŭn.:wk_N˙+7m4rwӦMgN B0q^.x=yBРK&m("GmӶqH)lIapljf7v"&Pb_4j߭Z}6~|֭hDVVҮ#N[t ?o_tl0sĴ1 ڬ3 {A{P5`̴.\  !(LMz跕`Dim\@b‘2ǠŠ;cd*J;L% /gj)t k(଴r-j'̱3)?R:p1&j3 qꬹVMDհC2:f)%)K;F^&GH9m~ic&YdҚoi羽,vͻ Pi,p;XN3ó@A,44Dl-S#Q p$XRN: y7SPx2q"X];^u*Zk ]TK>܂+̹!33$s١ Vi'a4S2L0u0Ŧ s tlLA'> R%E),;[9UTB*1 yce<52+" P|KscAhL:*B$"+>%Nml3|ℨ&IAQ([ׄ&)w ;zdc7\=Tq\Uu(UGf}!9pF^d0-@Np787O*F: v$Ӫ + $6>O/h:cY%JP՞#L:-'*[gU - 3-rRA\ZOH&ZM.xNIصT\( LiӱrJ)[ʱW^OORR%B1 ys`p=iԾĴÉi%+~ߴmHı rktO7(F"^XR!t6W:dUvǹ p]]Ĺ*hll<@z Zym;Va@!,"H@2A!`T"E0dĨċ)DQ&H4Qe˕MbKK\ 0@ҌAɒQň@ F 6G9}*͟@l2DjH'NIϡ6}n0AQ/by3GG,yc @~nI9RޤhGBp )2̘W|k/2~#CWBb჈: ˗=2H``|EĎp9G"?-' 'PȗBE}.p߯C @ ETp F, SK$aSԡL $aCr /o@1(GZ(B n)d v H ޜu,(xc+@oQ gpfRkHL-8(n6p0 \sI]uvguZEUD^:iF#^N>U8`*<hP (7D!X =ӯ85-TU3QCmAUU оhb8C*F'D%.TK.F OЙ E oN*Z|3Aٛ/hCF~⡝sIGu!C+o]ubh:b(k"!ARF¦ `G4LC*QC`p 'O(RtiU C(_UIFU6 "bC(ԎV`*Ts!VAM҆%SVyKXBfPi0^i1hq`3 lops"tav--JFF4^HD&BL``ЀO@o+]>GS@MvƀD!V% bnPD/]PoLA@ Rf .x *4B9T\g5?hs;XX)bJ .2%pȡ~lē xiY "2 Eg`d >`6Ѕ r}o<_W>jVQ4 J@.O}pòUËnuQD@@ t L PpL0M[(3P.d)\E& ^R]r3Jaar0H 1=X;AJXȞ;ཌ;ʲD W\^E$O1 hl❛8' ԳS_wO|3Ւ6G0@3V.@! n 7G6E8 D(a@u *O1ܫrVjFa1ȥ3 ap>pj]^c/qMLP*'LћY<2Oq &̫^?h5 pD `%C t7 !_hz4N[]j9po>BX`mP! qB< Fs EP5u Z+j>MHiűnx:u-jqi9щ@{ͯ~'  &4 t4T!V#절 1]8R)PD@;ThXBf|*}3v  ۱)xu+eNARw H*,7;,f 3\y%Iox/6A .сWݿCqAW MR@8,ZX H'vdC @?Fk4`4B Az,&94iR\ & (|<G= *c ߨl##ſNE!/)쑆z|; L*A ' $ !xv IaiL: B ^@6PB40 DZ`9ޭ q34N!S -(IC() nq fLNw:za1b e< ';QeHo+CQJ:OS^ #g~ӡ 0Q\ >r=, "h A!HՎcj18KNSZ5f` gB}=Oj:6- QqfTn T\.C ?2m/EnyzI7X뷯=?;pU@th3P2 iC5p;l0Q}*,aA-vr78'f4 P kgw 0A3fKgl& H˗jeRg}ЄM w5&ݗT Cb Cavڔ j~RˣV7wd%!W_WOpxUJ4UpPp  Wy 2kEqg= N` . TI8d 4' [wp4 _d& P7i~ Lx|}/ M vbxd(i~6gPN=q(EXe$> 64`h$x"@UzW/@0`:Bzq5А7scz8RR/H.PXg@:F3TeR O}8ׄX`ulV2M [(N(vv(b`D=@`w|G`x" aG$hXy7r֐&-(XzIm k2`j|`PMu@F.0 1$SbВYQ Lh5 O ZQkpYH@RV eLMq׍8_&AHtZ&xU3xc" >6x!"_? 5)B sU r/2Z)rruET%ȡkg y4 @,/ lRtL cv:9=t@ WܧeK q(HI 2OɍQT)%AɩxFF3FSI2Ѐh; 8y"0 I#5r0}v " @LU`Psk'Ec4,6sR/&)  SSKN puV} heHfvKy~L~wnBG=/:9aݓw6WGGeYp!P3pyyC0!Y& Wa*PYD *?ق&WW oe0'N Q֋@[Pu՗HYU(}򢅈*chqk2"w =?9.=wh4ӹOIc;p%3|p'GP]!"Z ""䝘joiYRzQ# Kp PT4Ҧf zm`/'nՆ@`蠜'* FIEcMׯc `A6y>=p3 |~qLڂ39}zfn(P2z @ihz4Mz"Htz <` y U`JHJeTkP C`j~g݄V~A (4xJ$X*~k~Ly0 5p3M9T٦Nka(.)Ь5rM=f1',A"?| ݐOH H !32QMU`OЌ PKf˯N|d^PɢkN^.rOpdhF{+P* =&h0  3{gLJ7^a5R P%p:]uufi9Jh0d:O  NӻT+UY:le0%g[Onx 'ڨ.PRc5t} X 5!RaF#"` Ssm}#=$@@CP~ 1g/GSnCs Jz Z\`4L(@;;SS$ӷIn(_x2p^3{+Q̎}2,~= @Np[vlpܗ"23`HY`lzfpR=.(w'hj[~>( |![oz (1+ͼ ̟&b eah:]5<ᐾ\G=s 0u(^4\4=}=e4NPa|02@9 p$umH(-Q~ľ>l|BTkG?0O`H ~c6({1 |T Lj:];cEK1-ƚ^ 0L0bRgМ`8=ip^ 5`=0b1eBNMpcaI b$~ mɑ' =A|in, 5]ke~n#-lz?}T0Á>zPhv/wBMi o o+SrC񽽐O"sY Y`Aan@9"VPNk$\~W?_^'k5Y-WDM'r%^!SUTP I\{^ncѶᢓ}F遟O#*qۢyoFTp…(!Ռ5fx!cH>nƛ71^M9[ȐE 6'`e o 9စ-Z̘yc3O* /bhqfbKZ!{/`R5^A[06n )MVTdW={Cc2}E&3dɏ!7~bРݺLJFI(MX )ܹo .8"`Nn۶Сĉѻ baaX'>m`ɦϟ9l^|>&Gt0z#?nib)4XknXbY C^y Vq i- ep«*RPjFY% =C㌳&3")l3 I4ԼPb֐8 pnL2}.8P96MP!NP8)/“?>jbO*C2>($PAA *B-PdpBDUaX[77leW_VF51m5kO-ͭyn[@ s3ȜC<hk79:)>&@@ 3h;CÙQA4<1)Q0 .<؃T\=HVT=EXdEZEZA\߳sИ/%TBZ@BeB`xFhԫߘrFΛӎ(E8VI!79(S;|D*>C9"@?|l!xTi"?BX @Da2D xi4(Xx,;Ԃ%3[88*<?eZ·ԁh-UIih҉9# <] DM*#<# #8![[\UU"`UQdu9p7h>VEP=E r3HW(TQ(fD/uxjpj:q?H2 ݂7 ?[HOyA,[*]HTF 8?8р?Ա3<)?;t@H0H/@>TU>V ̽2UU" Z=]UMZU` ŒU=e,Q779DDX'Ve$ /02=2MdO@WRpFxW486mBp]60-À7H)A>uHջ-P2ăZYu^eU\}^}^%Z5Zeڬ_Zu<]_>H/ `j2[@DXE9+#p`O6`OUUXX <: ţ`S75eXAX-)h^*ۡe 5z)@]3Ɠ@QCB8Pp՛*^1 ޒ Yaۃd,&,U^/bc2ł<@_8NM9~_(}B`#`$؟_=@NC )PlC02apA4 08?+,^jy?GWSuHuxMa1-~)(UD^W]T%4I^eڭU6fn-qVr^c6`7^g8ĭY B:P5@=%B4&]X3]յ\?X9*aδ/ASӬָd&RRQ=0NQ@c) xZk [9H߱^dfw&U_V>&[gslChDh;N۫+$H2#; ׵ cQRVF 58+7iB;TZ]i p7h -hPUX&,A'd ڋA&QKʀ%Ҥj.U*NkUMh5h [no~ozְ%rsLk5kmEFoKHF3 ` >JV5'p-XQ`QؚsUhi(AeP]P1X x3hiOAaixiui "ݞ&05:>M(H0aTei D=~s&o987s<EFXE@A'@?":F:(( K+`ˆԠ`_DŹ%ԠҋqV_T8qWol~&&TK q:""m3,P?]Sn%|< B}ifNΜY1Ӽ0LL&>s=}k7/tAx t:xRwtG:9- 6h4x j.[؃uGG[z[X6fTXO_i`i(HKiB@W68yAXXBї*`xiiXvI~!4T8Nb4f?97Dbyw656tExs}|?t?Hx_xx4̿,'؁m߀ }O/p%uDXIJJxBHqؘyVWu-(.l]珆P--? ؂f8? `va?rQA'| {a]A8)<"A~c00R#Ə!n*4 }=ZIE()by%BT\y2M+K'ПB͜h0ݒ 'Nvp 6pu 4h,x)v\D{z9F )SQNG|bQZ,MUҐ)%Kd[4F+3Ԥ fZ@1x$B)v~Sϙ& iEF` 1ycx0TS4"m X 27}*ƗA_@~I9RK(xLRSOJ(OETSNADUYEtf(MDa"5ȉ#@0 *Z gbF,c 1 .qY$ZJ IX]0$F$aHIXcc܆%2ȗ)idQ51Tٛ!~YA5TLj@d("g R#ԡŐZry١ )|Wy6M-E-I҂S#xSOH!j!Rs1GSYT"+-rcirߜL5 醦AA^tѤ&AdA.!`XR%l<0x4 g@nKq F́U lo9 uHFqu|}D'u~ܗ_GנM685K2h V(h?GiYk NB2)H C 7A o\ȥ#)X\Bx[m ]HP"а - u0:Ѥ g r8ǖ)ga>OrLoHuMED D$Pg(F8T"")A r&sMiȚl~IO(h/tn2f[P%GR!?hB:L5p(b\v %,LnjN7tj5)tf`1~Gm" Ψp8cC!DyA08r @?J3_/,B2}hCNԑ*?bXڂ'?Rz #*طT.<]qZ@-pKHLD&a kPĎxԣapNBhq1C!hw\)NX3fb <!H3x]A3QKe_d؇&@},O$aiX<[HШTɤ`J7rIp.ՠ0StHkm8!B 2)ny[t+0k6toxC$Ƀ.hAg4 "U'P6wRuf9̓ @η_hsti!!:> `/XTp@ʤ~dBa!mTtGG(U)RŨ 6kganʉYbEPG~:6 Q  3:e džg@ X2h T&m'b UK+/-0E?ҖF%H[Yx~˰)KĜ%vbpKţ-jA8!חD5f1#'X)1ha }C Aj:CuK0cB f`@@R䥫 *tǕx0z|e<7ȡz 9g8)`ModaUȩ T5P'!8B"Gx` 69&a  J5.apM={ċ1`uAy h_vցn* @vjC$^-݁ûCռѓ'IOx"x,g#x py w|np?x8")L^uWǷ>R< yhtr @yZбbAçC=5J>~i0Yjȯ@&l )sy_"vN;4w"ʽ"j@ D v:幟5<"Jbg \̈[ġ V$CJ,"; $bG֎"4q, "ː-e.|FyؼZrɄ!P"BX#ṙ=S:<ݾV8|A|^:q;ʣ<b!=^|cSD#Z|ĈCVD>Iڂ-ped\p$G H;$E$4 %.B_%!"_$V4 D@O9TSQ {}-dD!f|NV@m^ZX_VFDd  CC:&5 .I&F@$`)fj:ghVdhP0 SF@o_yɄ HJQڌۣAueT='ATNg;A0ŞEiZ 'yڟGyAzz[w\!gaD'pHaMBEJI*. ‚Vbb&6ThihJjAW᛽ Z*1"FcTU؛ Y8S@P@&%h_ѣ)hx'jwvY]iiA4ȞF`H:وҍ@%x \64k@ @%hʵ ȸ i 긐 aFf"`˝wE3v+8]Y @h$e~TX$8hZL")y-#YɌ[R&zΣN^Zk&-Ғ)Ԣz~!LԌP  pdG+2J%`d ll,Pæ^(K E;ɅqeN)0:ǒѹ̠y\@ ԛYFdב&b7a8RfvZviZ+R+2)Ӗ߲jrYf=)#JS$ p@ڶpKv$\d/'BFm\md-,'rbBya(u!pxD,h@Nf @ HUցɄ*¬ 6(LR|-ԮNX[$;$br<%Pq)Cu ,&ma0.-tRHH--p.Bxi~Rs\E37@8TsFB~1 x mߊ8Ρ3`B!;A˳<),ANA>wI W@W~@i( +A8Y2ƕPדB@i|(CI G/z#ItIiru4]g0h4>$EAtB0\4@t X5.B.57;T'@@9U`[xWA(A< w 4Z ͠ 1(GT"@4<b÷B^fruUD;aRG[6hkvWW kA AsvfoJ+rf?oXi}l X@O,xv& Tvvku 5k1r#wf@ @97NHޱ[P7pEBxP,AY |ݍߑ3 "A By|9r)!o9B`W{5jhpG86K8-#cx4/CK+ ;  dBv@15\C.\&v5؎ &^rA@ @Pf@BBN1L9w ` @gH wI1 埽@4@]"#~څXw.Y: Z?:KtU/x#:?4oKsyd'p8 l@;3:Ԃ3C@& HmZ{A ̀ @,/ Ȁ S7bzD0؏}@ ?G pH2hAr9N!&OyL{Zoh%hs"\E[G]7zcx-H ]yPpvdB1:44:\[&lSeQ:\"4#!hA   s'+#&Syw s430p)992̽l`k|9BtD!Cu3o*$ȏA2|s- /:ϙ3 axMJ7+72˘3g´YM/_'P-D~(ҖZ0uƌ3mܤd0RPh PrCw8gek =HBAhh":t\šu0av5bH;ybYF3j,EhO2`ȐK$Hq6hצ͠ )a҈TMH"1 E4iMBh;¦l֙xv)r{H?v6kQ3I!*Zj)ؠj *@*krPȅCl (B j7"+t**eHńI$EC" 2JCԐXµX8 ,7( 3n8MΐRjh:AJH7B;,ύv>PiTpp@ 4jڮ6x Ɋ )td 1Gn)FaE(Epi#A:遉HgjAt,@#EA4-[ca倃43 ``C"7 43M4$<RF RxE7,^̀j!><?JȽ7RӡE[@6bU)p%P_ 'Xש\:e+>8%,bDbtpɅ9Atء, )# /b_+@DoHXӯQNR֔Wba(4%-RPP x(FURګT i;&r*\q;x,С @6A ^&8!­XGh@ ƥѪ /45Dǀ' 2dۜ 0d&I)HA b6x:2R䥬9E( -PIӨ-!pHe`|^w͎5xG})*CoA) u(rap*/yCxý>DRޱ7ATYP?:/(@4,n :ap6"ɵ+@o`talvNP B B:tm@ڬ @b` /D`K$F Zya0" FR `x'`TF=n k >9.0,h|(B`hsjCt4ndA[xx`@Fb0N ܋!l' O"^ ^x񋒧 ,bb*/ qPhf*&(c:^ WjA{e-(@a @>A*AFj6z·8`. @iH P8tL$$F*2Ҡ:80x  bDgހ^2Q-hL9ҡ|, ~n*B \( @ʡ vJơ:AaR!s׮ g hfLѻH4\ of%%,4-%Jhg~b "RR" A +^MB @$E!*a*90O::ܫN,8ֲ |rpv /O*NB$Gj?w>VnrnPC 6La8r @4M&47QrjG$lzb'΀,$qm3dĎ/88e*9:2:G:k+h#-۲{o:6Z T*k r1?t*V.$`0 hcLt`V DCl8&Vz%PbD68 #+H Jt)" BScr% @ kFrGs*uGU5+HÉ`F;'/ 2 : l8+tml@n@>tA!TZ`?k!Yc*"p+h`7"NA Ȁ `O'O-شP//`*BDKDdF 4a.0%TyGYb2Hsh8jlVGL|U&D`ol\^/;0@rL3aA@hG@ T0Am<U]]',^#A/tD/fƣ!"#ulQ!@m ` `a@ " V*'9 pGa:2d58t,^1 H:p:F`嘕fA0x0?fv 6\ŀ ]̲6 H&//R삑 aV )jg6Wooaw%qח}F0|ދV9Ԓ+7 G F$Q20U1 @z,`:,隌xw 7x`  O-aZRy a85J K_nV*f~oa" $}qʦpqb"f6j>C)! ` @Fx^sFKwV3P^p . l@n\mw`@`v]۵Յ#ax y 8ràdr҆߄: .6 c@hVɅoŷ ~Z 񯊇YS ++.  yJAwL@8TL+ d`^J`d=X`Dxw !FR(<BfP5uayZrZ(Wvaa^ 9.͗}٥Sژc )1pa  fIL FٜuaBe0kiّSx B]1a% <m;r\"@BDU{ aj -n#zaWS x YQQZT`8~WsC@B،FHY@? !YK/Z  ޒ|@X*:*K @ ׀  Z Zȭ+Mɗ<"*d{ـkvU`;yC Dj6aK.]aw;z3ͧڃYbkwH9$/4< ` "u ܡ EFa\a@< a}!=t?ko,KVV HQX]'>c X׺3c*d`wռKak+f$%mI9W: .Рh]ռ0- Is=]_Ee4tvlM@ `fY"[r>ijO! K 5)^]I ܽ a֙<7қkI^mS`se MzʯS5ɣ%*`vޥe E-{!@sV# o.\$Z^Ñ::`!+OtA=@~ a n |  H]]Q KV`va!" AxBw).Λ7u( *THC*B9HFE/utyF6nR }/QI Epc|*G AOO"0xۂ Pnuh^P4 D,wkPJ13 BPtAih3JPG`B 7lZAڧ6RIAP9a_CVp f?D t#EnrZ qBƒIlth%@Vjur`2+-b\vg xhQJhGHb4# 0ZҺY =.|`%xJPՇ.ڸOr:@BArXjcK_M`Z. -y 8H* brx 1Db0H!FX\ ׉T3v-3.MDA-3F9iR+ Sfm3ӚFpm6S[6JܱAlpC=&{E\Ђ ($5`)8p`{(iIhPk,( Bl(A&,`  [9W~c9؂uB)r <5@xC,"#qb*qyy2a/HOE.ƪdAp'M!@6m%B+3&58֧pd ]d$M"zz {b/'5 ɅՍܕ#;@x ju:uuxf*fF~DL%uXbИD&[iv%1Zť/a-ڡZLD& /UlMBUU#nxhMJXOJ@g KkHr R6kK2C^3fTDoѐ~`>]Æp ok}LPL^N4e@ق_.W Z P ҩPZjGJ4Ĺ\vj2b1fPi!`"-&9Eȶ\[ɿtUB@aU6lD֔SDxՍp/bC}QA"7{~HDpINhFd9B;dxPΎ` kMp.9wzd|p.QD1*bFPŜJ !r Bޑ\6@C! )AOVG7-m)x%fl>z\0XHpBt5vbmxVBŕcbkx CPX+ `  xpjVcUrbmUrJ@-bMVU]%&RlsF%xp~`?)p\Rv[zQƃ0Y''}n((8q}% }~4ra$]1*w2VppZSZ4+"RxTxbx4bUp\qAc7D2pDPdW$ϲg {  s'X{F Z.4%50`8ʦN䴃f0gs8ZoC(_vBn0S<j }SXlGX`Z%[l*Zwa~ xmxR5c+uQ9Eq 4`U 0d`8@8xȋDPZn0 8{pY}a0* Ƞ~"7Ci!q8""<5(;pj-RE4H0D&#}9RXd<uP|8l[P]3Wtx`];x8hH&m'6IAn S(TH ;Ao`X 0`!PJ*ЍGE Ő !#h"Ix7[ " 4pi cH&0ty5 yU;eЗ I-97sA6Ro%DR]hĊa5Wu8YYGYv("!-@6 O}ЗXvf`=Z0@Zx7bWC@ E\Y3^3v'ux xH pY 3E"';cf Ԥ,~If ʨ9Pm@6ǖYo 5/o-̦ǙA8"_|(35n: @ EXY`}=wx'E *Ih?DPǪ3w "@ `^ cȳ&yh0S GdD8v:oZ姀e15Ё_㧈 &z>P} fZ05mXn8 #-09:@R`m3!aS٫y*0ڤŊyAxʬt(;zHyBcjL%j6m(QlAIQX d ~FQZU6ǯʠgT]`!VW|[;ɋ/ e@h `$'F6z`` o5*!`0KfR7kCG ow'k)[hiYN˖BuXr6#Wr'1<0d A^{9}~& SXIFg%Y&ae\%G<dYVD֙nAKk#ZAoFb9V += cweXΠ պK+% [bqK \ī+{Լo` AA5 F GL 0 ~6e Q﫶"-_C%࢓QsR;?ఢ>+Hx %A0{9`Pl7h Yv*+a$c!;bp5hZ ˳#l^S+sHq("xU@0,tc7<9<2<QĔ}G J< 0 E|_<Ǧ&i>eLa_59w`#Z_u8pE[q,-A$?P`9B$쪁Y [1r6C0iww ;{"K[GT*<[ȥ]J1̇{j68j1Br_aIfĹ )IgRke; Ab lQ\dCve&W)lv30Po<ʋ"?.FAQ'VoUϰHȨw r!}nA] ®Єt8fHx|شG[B07Ҋ>Ag*m +`4]m P.姆_d?nN#C[8ōU1 ا}ΤwX;!Yj ;1` ; =Kj!9T ]b)A ݎv(ièL7}%__gيXҽl K1}|Aa&X]uԋ0]mkS~ !=R}ܕs<9ZR袏$vQ{j0$uȠ2 ׍{יޘbڕBKסFߌٚET!7r!=aX .`sn u>ڨ: 3LmhT]lJMi+X/TRn_z%]6l[5k㘄 xݩj`}n-;ݫ.蝤v쭕{ޙZ{}qf9͇jQ+$'g6`K{g c޶Y̯P?N6f6mᴑ6JA.J Ǎp`o++ȶNi`v^QzNQpU~@Nl0 ^?6ie+eτ]{ 2ً*( k 㑋`oȆn@ȠK^p"w@pSNTɘ/[qB :Al*ϮpF%F4ȑ"B̸1ȑ0`bF%hMf%k^œSgNIA#, AM#ȏRdn^{ E/ZxȘ1lB"={z9͝ 2dR7oذ"cćmL~D8ڴ}GqӦU\;\L͋5Ϥ[/=;O x :괰W\HlĈ>X2)2dPjC\IndH zB"ꑣ쫦)*+k⍥>KqD?̈WNd> )$G%c؅1LX̧HQGҐHB346Xf-rۍi)u1b6MdCc3(vh.$D4##←f0Af8-xÒ_I|Z%ɑ,H-AJEXt*? " )0`HL 7 "2#C vbZ,(DzL.@/IsB8s4c[7qjqOA:@f;]NE ptB˅*uo䢌F5ThC\hilI)yEđG(bÏbA X@…%B۵^7 7D.vd~Xl(r}9ӲCB5$` Í!f탅7#9/^JPuF(@ mxt <\`h[) 4$Qw*Ly C^=$,J֜a I#s(cwVUevׄ"C>B2*ihxAb Žm+Q>w!TVd"b5\,i 1%eSxԦ$UC kV U JԬfj2q{H}ie7YfvLg3-T=0_eԦ[w#Aې+2x ]HE! '! s(6axO6PO% >A5* 3HӈW@ ՠ9ԛ xJx=Z%S'ZC"pkzB䩙F7"ˏ!'tW7 /f,+\?Q`.4JR?C4(#p?3qI>j:to1@,{SK+0(0$XD33 3B9 aOR%kCf=kEgr"l BoNbʁa7:bA+7$@dT,FVXT0((lnl 3tr$RB:Λ {>,GAL] C0G$T]UW pU\7$ ="e;ltb-Vڃ4ÓɢR4`*H; RVMBRSs-Oӧӄk{Ϛx X`Du96FЈeL ͔T}X94UjTeQ-bٍ [U[U-/s4p-Z3(0=>%}A @>So Ԃ[Bs<8}]jQ(d=W~" Bt=:QX^R\LL2lXg`&vI)㑺=3s͚M\ژڥYB M]e.éad]lQ )e (X&-e?gY<2 5"< ZʳKdW&HR%ҵ%0\l7ma/0?C;0՟H&-]A=Tֻx鍄t]Wx/S]zS(v|;C}f&\̍cZ@j:rnf˜pVGuIb4FtNc<֦K0aQֈ#pCj8}3]&YI%X](Px\2T?3,CEsBOwZ83Bmm$b4m@*W-KÊ);a^b'DcUfCefC49tkfjnn.f1ێb(JcWHgW2!0 BF`pt`+xݎ\"6Fqkq.jajW(&va0b'(3{_Ov+VCHEOpqpwE9x7p"IܬQDFtA8?*4@50K>O? 7'3>OȐ!@ fË0`#Ə@f#&8=(4gHiɒ%:t,qBe4˖M<2F;y%OFJ5R #U[XAVLCW\hU[pzU"]!ab0ẖ3ٴHn ! %xpiV,d ɚ&CoR~tCsՠE Bp&APwFc9)mp{TԄ|$L61hCEQHTZU!Vj^p _("#"OZ`%X#иEYlᨎl1hɚIvd۔5Hoiia1LC l9kb ] Qgy|YG$ԝAh|荔Q6haZQ"E L[bV[y5]tW\ob|l%k_V:Bqh,"0H.d*j$]!qiFRZ ց~{A)RxyjwmG)(JTLv#Y,v؅d:`EiPHNi[slb\k`답3O|Z_utxEP=GDjP'S]jSj6laYVf.nCA8uqPѝ EEA۷ojmA@HqPBѐ5K,@ 8Qijc aJE!Q\ V~`P)FVUp;w\*d H@c=)yUV'!HB@ n8&t i…&-;)Mt7~I Z@;l`䠈F6"`,' 2N@%c2WIK.tjKB+l/# b!dYPDXxx0h|dD|Rb EE8"^6-B]LeuO:F6!1M `NGBX';{dN"aC =F$-XILa (94IjC)3P&FE,)[Jȓ:SL*TᇌXqM,&M%  &uk_2ƄMiN'M[-pNi Z8 Al8u`C8UA;Ё vTt(A'(i.cs(#ѾaID ˌC*SU/B.4(+>Lkjڛ^ Q\QSn`erCc>St5uSjRk| Ħ[hX*jYAZT;n[u8 0.RxmJ5=(`X䗊H]* ;O,EQ +pKZҚLi0(#!kRMIL"Xa]8IG|[!IԢ ¨D|J_Vv+e"*S#]Ă+lvgp~pmDQjF9-׸7qUGn'V !:m1; " vkZBJ1P[^*YcyeojlayRay8Q].K 09dfg0E53wͥ]S[ 6>կ@|~>Aw)F&|[ m$ >w0iMLCxLrLC)5AEh3FԎݯcƳoыZ.Y],MD_/lq1Llqnmk\"[eA - @0]^z; @0!mUBӠ1|{ߟu8wI=U^(%TD++\0r x \E@&0hL.6iWJs4tm_`&zЁ.Gz/?:(P{P(}.OD6r]G= (dS㝄9C5 NOX#lDW[c|{|y Bfr3+cxsm!驞ұ^1 h-EV:|יS1HȄ|]_ ,Ɍa(M\VЁZU-8A_Z%% sNMsF%^EWhPџ%S-Ԉ 220`*(^^1!Z ` 挎VC93`"]SLT4TET_C ɚuuvUAYZ)Bg5&X@ia 4 Z jTᚩa^l!r QMe ХJRn# 1 (H jCS!} -"H4#$>T>"C% Ԡq\ۼu]8v))*Y\*z&` c>0ڢX!iMF0$V}Sq Q˒ҩ8J#N !( a8*`7f7%R`Rym !:B"z-"=RE=cV?Z?`@& zAv9@-!\Dv "0ndRG^r$I,W KړɤϝMN8R ֞ڞi&7$5J PP ,;z`ׅ [\T8Vr%XcTܝq2Z%D]-4 u-EXQd_%-04э&eh$gfb&8da :UT9!F%l&!0-* xN./Ba>Zl䏚gJ AI&eN|'!~~~fOVdbf ES*h"J0hkfŃxVj&:~ yr\"**Bub:(w()*'v6!- iib&`{Mr|n& 7.}cfڞJ66r*=-i[P#]܉v"kns:[Yt!u @,vrrkd' B*^ ge*&QvJA鼲fi~7@jTf!>TbZ;(ti)&^(q"p4p)$(B.:gv&Xn,/"^Z%r!d"'vj~*'bO6(l*Ctr*H%l #-⥹Zk .ZkU$%ਢ!ea m% C]%F%"V-͛0$lBA^lZZste"/,J*n"H6 a=.M*6^zP66ҚESp`#"bj.l u*\ eɅ(:珩qǂ,)nNg#Xu,:&0Ko-띰ӱBzfaa !mjCF_Tn-pZBj P#[(Zb1[.g,WlR2!%lBM)1`cԡ oN&O^ %2d)j :/Λtb2[Rʮ+I֫鐅>CZ*$o17.p-#D"o.j51( >Z1n\O)}QqZ.$( S@es.Uti龯C3 Վ9q_\+`r?oq7'ۭ"Z0/$=OI'-2^Ѻfɫ5p33m3"3* /jMr9ܛ3"^¶qx8qA Bb2+7$@i7,r>9CsDDCQ#\013{ wo°7*-04#]c47\ 򞧌:ށ9cqa_M+&WD_Ein6u++q-.^j޶1/5¬YKg6! NG:u7232^o ݁TDL 6<4TtNc3c׺_#"+/ufr:Iu1ibg~k[aD{p+Z'rRС\5^6uF5ӚA(ktuߴMKv:crsPA9| dZ@W .:.wr37)FuD[h)u޷.(s-W?qGFӞ eO#N^6+3󾚀15hO4f7oUPHXW(ћ3â88z8{B.$v1lV1)tb+N0OꒋzVuCOy{P[v {/~|d5C"z7i6`^uRwM[7xNv&toE[aK(1¢s{rrB{{׵{fx9Tkurwh⅜Wk:i6 FEn1OazO7\'J57@K7MyrE~P@Ubg˃{s{WZ-N+ACڻ(gV绰h06KhjeκcG8^?|s^yu9v;':qB.t}ü̏|}1T;9X8n̺{6%v-/G鰅I흪 2a&'3z.7X#ލd~ N&4t]J/7kcs<>c@0b&MUR8MسZrukrrVGA N$IZhEܴJvM7qN%zjDGiSO:MtiϚEIҀ 5@Uv^`ҥ0w.^(mIojzq GnY0ʗ1c9J+A&e "T(줮,x11J~$Ɏ}te,[beM9F ΡB*{S:F֭cd5t{x0GƪɊr 2P&DsI jH"l$߈CZEU1˦a䎘.HHļλ3!*O+蓀- z-ϯ s/ l@;%$ 9&F349ZD, 8ČH7[qgLi9T%!+' HTrI* ;[G+MRW0Ϯ1ǼK$T "v,NO oi!MP ř\XT2b"U{mStWl\)RM'JZ VD W]RR> Y e6 08kNLp%}f44iN%EuHo^}T߫F&+dBpN:#]m(UjU֦B/*xL y{J\͗0fiZ90Lzܕ:\aJH6Qt]hzkZS~."{ H1nֺ^ ʻw[ %@BdfVzhn;yu29,Eg)gYM`d n~S;.0c' zwafMU Q4F+mu S&7ArD3_Pr bL,s3"'ty3F$ 4Q|@-_tג= znP'36 n;!Sc+9Ws ICΆmX$ĩ ӵr9#zB3Zh:Ȯk\"nQ-ҁje 2TveGr4ĐT;.zv#v"f$!Le1;؆f%5 萹"R~d&= b, Sh/x9uZq|2[19J$y67x:%bQ*SU L/2|(@MZ3f$!Dk r&%>!4 6(MlW문ķX蟻@!5]Up3z7-6ZIϘnL0yT|R9BL>oNEē.dS#' u EA݈=YTtu|e^#vMjH2oc8ML;U0bu)s[ ÄQUWɊR8 9+bgItԓ=eTKIOسR,eYY.O,=KUVxgۡhylލyc6pfmm(n+CkWC rP9?4@NA ]+XףJSR7ukʚcw$,@unj9!WH]uVy6io "ף+K4JDΌUsG>&C$ˉ!ΰl;Yy7U` c@⯅/NhkґVٱ".&+O3jHj=hIN,49e.OY`؀udkAT4Xm%KEʒ_IlU噼mT(P&ķ?6ሌ8#G|$㣤jM*8#bϒ{E^NOTJb*f֯Ntf jU-푀ݓ--~h l#,mIsiCJwGJʘ%.{(lJ0I,z{mpFGaOBH]Q:c^SX7zgq+O};7 K!9]*{GΕ s1kn:=> TD?z?yzMyЃ_ !,"H  *4(00# |b)J(1F$JdHKR6I҈I#H`.q钙F\'"<j+t愙S$LS޴P A%Pf>?C*a&E5fNӧ& 1U7’@m %>b-bhyCOANՋC Ce 2nUИSh0YnKą7L…%Z{F%xHrɒ,ӫo~ <]g'  80BҜ61IaBUW%![ C _B)ZrF [(\5EBPUxW`OaCAUS!eg\V  T MhZQ^+1!-`LPnb h >hqaZraKuyuq"T'A='F}FyO*.$*ߣIKLJ) (`PlMK4LQv Xq /0"s 1VlG\ d l DB u@ H 6ZbAc " 8$. ÑՑ&}!1|h%鈑/DQGqk Uݜbe|1b<'}FF1ɆT0hP4ˬ7s3'p,ࠂ: M }(wL磊D~j/I C G PB)@Lj%FCl 1@$T*T#~PAGUXdNڵ ;p$ /\ž;_hBP* A ( p)KkN3aFK5bJCi0t(!E/ࠌW`36vqŚAq 1:x 8F3z,cF:gЂ TAA BHE( kۚ? k0@ADZJUݪ÷QqqRpZPoseWHE,1^81!MNv C1mOv9EA ʊ:Ӹ\8@'fԧ^EOl=44M@Bk> l 9>X5Fݐn2ptB hQ(F Q!P Ax  ye 2ɯc&Ø9YE5ńpIVFP按 @0-^K8 0O4|8*!x͙@!x@jd" PeB_CX!vS5HqgEHKA◢Q %L| gL t]~9vzV"#.zMXLlB5ET!=>ǸD\ (A74"l U(kU|5>U"THE ph I~͸2ӟA,DKŔN @v>) hBLpR1Y(Y˷7̧5$ {A%5[k @LЙ%3z$ß!48`ghl@ѱ,u8fD"HE;!\\-\GgTTHBKfF>=Ύ !(X, E.{ e ΂oO1^,yE^_`S5@p >\AԳ2p\3ȃ"A ӆ" "xP] 8\bS=dg?:z.CdhT1Ƀ+aSE$LhL̨G/|3c B@ e01uбYvNɎG,`?پU @؁$'z G3 V%[i .0Ty.y}`Mp,!BU,EKA04zZ'P1d@k^9 + @wW F`tt@}7>ݕ}}Dy'1~cVN >~ UX׳O`wf0U0gPY[Hll}s(ݰp{HO_5bT) zr'n2ȁ ׂ•1 a`UgbsFX|Ћ H`@%^@@S S}Da}}1Nw<@c`x0gfi_ HxFeW%;P6w`w! 0  YhA6 :<%< +[PfT1vsRZO  CyRݠ< O HPHJd1sYM}e`w<"Qve^T(F8_[$Xbt";WP!P/5hQUr+.a5Ip x31dA'P= A$.&i(9Cq /) p m05opp ׋< Tg|t.  01ӱeS!0Q9^ uTw~``ԕlonn 6c\y pRu+}hH)[NPZ`0Ps^ЃyП֗#k=" =.`-`mRxl PmplК̀& AOHOiYס]5LQ ~a<<$1'3IEjo@0F@%p`%0V9x6nPRNX1`In \ !Z=re=PNh-`j՚T}Q `ΧP%:|Ќ9 U_%^8*0uJZ>WQF@yx!00UCYcZX1`^5(Y EAhVzyoyJTfshjB ݠ:ً DCT.:Z%;=@j2eg2M:2nXٹO=SZn9nA5RPZЁ*0by lPaWf~Чf2u]{*1:VR@b ` `B|P 1yڄ-* aL[uuɉP7d+s:V=&˫JZuot0m% lp spn051 9Q/P@^, C) Qh .A.}=PfT@s gA!PtHPtEx|'DO(ڌ2\ϡdVxuqPi16<$^[(EJjk6FpN 0W{f0|p87ZXYp&Hyzc6O\PdP̻0XKPp0jH?pjN89˜hydV W]TS aAvS(n{F7N_ 5F"p Gvnl[_hA vH1D95Pk&}[ TcTeٚO/yO ޛN'0{dox8$ư kSjeZMV<(Fw,`OmG=FA"N`9=(oWX`0}!CPBy&nzRH &_ %AMPOK7 G dl`P†PF9T pA;s|+ qk4nhށd#Ε)n3A>BG3"L**:~(90r y[`}X~ P58N50ɢT0NPf`U.nܚ` B'#` ԥ0XTKF~}E `bc< >5hU'*3 S$P4:@q=[Y7u)t1sްk2D >sh2F` qh(1RQCCL Š3mt pElVDZ,`ҀU{ū $PW]b ٧ ?xP2%*OF|ѣ*U_`ȝK/wի\o&<0%SxADI$Q CnR 2 Y3СE&=&vB0 Z*tp<@ #E GќoÖZPC%L8xΥniU''V1#Ꙋ)**[bUY 0ŭ/F^ 01s1&C!+Ì<4&42Jh{ @r3 ݀Qx0N^až<Ð^H!d ꏍh;^J=@p Kz)&t^ @iY-У(;?p@QA /JW:|+ UehK+/ꋮdsV±({LH*S!&Д\IrE; 5tE6vRK|!b 8:s0.O6sbjS7T$=I@^I)P'8b7Rz~.&eR񃇛j?]8$tc <"'ܘX×YL/g+qj\s,"#22IrfR] ]ڸ-`X %tD_6̌!tO*Va#0DOV&@A=FBF ش@j'fq;ÎsIQ *d!, 3nx)h6 :* T/".0)B xA1BR5cHYi,6v |Zw-Ef2Lm4@o!h"EF 0; ] Jn =ׇO2H=s(Ch|ذuRph8 .>WU TZ!X␞ "v'jjz鞍MoRu#з]F҂J~1y>a)et# NFjX("J,`UC.)N@t tLiH %Ԉ@$,aR=AƊM2Y{#6&mkkzֹ-fA3v AL`dWl@Qz?з,+;  8T*,N8hP \ǕIJj4 VB!x!;AmA#_v-fͨ}b[a#Ȅ~ @H~f\Y* 6l"'BC7:aA%G>݊X 5y312%Tt*0ŒjeA Wk-c^vMZΥ.V,"GJp}j;v:-!&| v+-Y7< Y߰+lf8t'`nd D` 14:`hP- =A* ":@1K$hGA,95׬WZV rn}V#Mjb&\Y*dH[\Df!)moXE2ԛ:5>0C!60H Җ4i. 2z>ABdtdPx SUa!, .q\ekwEn\Ú8v~5HXBe*Na66_}Ϋ%v)vF͌h>|mN!bCbCQ= ACRv[D@MjLB^:][DCѴ`6c< >x0:`h"noȨS7A"x`-ؔZza%1S)9qCPws<A2_2(= DD=FDFTG<DY # /B<@8!@ Oy:k6@cL{?oSցP:by!x4(O1?) Y[iؑ *6BELB4==HAP4HDAH=xHTHDHTB0I I i Z (2qyILA([%Az~ ߀'9آ?CC0":6hI6!@?hkTƕ%p>0p?aGsZ<:0{8*^=P\[A AhLtLɌL˼LL˼"LLC BLñ/4 |M$I X  9w @Ni+0?@(;kJEhSh'1P X0xЊJKm Xk *XBX <: LY"ƫCX[<:P : 5, 5HtL,QAA  ϼ1 ) ͗4`"'qt*~Rs89pӂ ‰4I1<?@8@b(ODuѵ<! [p{T H/x AP]4™u\ЂC L%qTO%TQo+U MU P|AXGq8EQ$y,R$ uI*  *Q ЧB ,ԁ[*pޠJB HxS J 3$S3 GxA {{ XT":U8 ۢFK*k! B]P>㊵Bd# "،!،劎=ؐX"`EO]QU哃7Y9@:b!EYEXBXEqM 4/ 2!)A'9duu (ExQgRj i%)h\ 9|7*S(کڂ%s¨.˖ѭ)]EK?E 0HG5H?C݃=!\\"-ݎ]]E#Pٓ=MՖ79DDPݭՠM)/. #`QhҀ֘jM؂BP-P@0ق7xBx8&> !)08PPE)`;! )@-ԺS;GCtP5BЂ%,؋=&#Haݒ}&,.a,p,`۽]>D !*E@.X 2X*F+Dp=UZЀٜcըO0c3^ X1:73iBhC&0m!oQB86 *mXCPA8)81@8-p ,  h"[LՑ HXHU8 e_XX`&fb>a_aƂenf̓!D"E&ZH #0$P1ȋ5Ѓ5@NbGHG4)X%:#of#R6ғ3d@xCp1A @K*hp_ 2úuHdCW3 V K+hG`% ~\U#.̥XAb9Ff>jfaa>jNjFff6`f]jibܝf"NCkk%֟VQ?BHoNg%q&=pIhHG(Z(ofAUg:x :`ѯ[8@4 'X?P]_=v*@7IvC@h>|3>n`z>.A𕸠 ~eK؅ݠ[VƼ؃^9H b nn ۵ݮ]U=]nvfԫ2rYkv 1C,%.xb#OO<$GP 1(%C3P%8)LE`-hp?d\3@i?m4~(x]`eLxT ~nBY],]9rݙ-sMs]]5oEFXnKsB"8Р@(T!ĈhA3"9[6^r;HP,thiAJ 6 #Q)ODMɔ)5jDz4H0_ 1bUQZJJ+3#Ҍ 4TA~+\eZnhk3ΜpBM m  5S)Q7liE5b xSDiV!˘"O_`v+! Bc.kaOAֆ =ҧiEs]BēOP` ja '^qF(Y@:aCJ& XK,='p 4CfuqdKXV1ne4HL%pXB!jN pT<ZQ_~fm~HD]uAqpgh 5`\rFdSH!E|YccsF/eD? ax1tM'%eAUx THARZz|UT}DH(p ք 7}r2.L >(CIU((ITD%jZa7 !?U 8fH fhcZ i bŊf C iPAEgqeX:aXEZ1tXҞew3w'P{ ␘ W~PëB'8t:@MH+iBrvB D)xFվU(o>A ;.1ca x J?D,!m2ɿi< j5 ̞TB6۬x=3^ CCMQ}m L3M85Ķ^ fP8 m H"fi0ix$$aJG npƠLX -QH\pN Rڗ\+E, BPd 8xJdG8v Qwo^pa0ㆄQLdρt$<9ˣ3J8v&ȠTIEp-~YӁRX2A8BC* J m{ *!"Ky#ƶ=B(B A ]+q:rYP$BP =̗A-‹aQ 9IsL46X3Jby[gF rL^f<Ըqz❁T=h6ǁL<}L(C7H/"~Hi.iT"q'eRla'!1,2BY 2R)`"q6NHb 1蒗-D! _ah+b3oЂiH DLD-$ YH L7?r0xP/ybOOfO@XPr-1D!Q F5~6~6&UzcrUr)׵/.(f-XU v@prNrB GH]nLciܡa9_" `%:>L܂ (&TDBc`f^eb`6bf>f dFʑ&m@E<T0Fo e=q$xo@P$hPtqPr P1. ACt${ fcqy?Υc8uP~HN! CB{R$4Emށ.h^)ff"g:FLp  ST kLxzș!*.H%rn 0h2Q#4h-!gҏip.W $ -9,>JD̕Lpl  >IƘh.d~E\&@ HD!LF 1h`*~Mfg"fjW"v<*mLZ*O *r'@ hpMTzaM(qri݉(\!9ƕ>B`ofw@ Ai&[)D)b=$?YtIqBhvҫ⫞>^z&ٗ}$ˑHBl $ UXj1JP†XW@hl`&@oq*`k1aT]JDgiՁ!A۔%nDL.F{lZj1QmVkZQU)>/vkkj챜J $,ƯtK (PX,@(*)NͲin R/tRk? Pb! l|(j:(UU:ͥ✭AA xdpBIWݰAq`Ձj^ V@&1q7mFgN9 p@XZHH6E<ؔ-R$@a/6o 0rQ.P,2Jl8TZ<1M ErX+ HUf1BqiaY pK 4 /t׼/[1o3.dTr)luPd o h,r#W KMap֍ 뎠90ЊrƬ%ΰ"~}tIm$~$%"q{K/WLkMt"? j3'$lA4܊D JJL d\¦9:j;f@fjBGivN8VᴤO:S4Oo*fJ…n*Ht,@87r)^7y$( s?wsuuނ9TTL:5FN*X D8 nZH2œjED:^ʲ]g">ziX \i |N|c/;1Wµ_mlLI||1dB&|X8$LA[!':A;N+JC4}<Ntq.~a&Qpz1\:38:\ɓ rzc|3u YR%P,==xH0p#PA[Z { 2P P|߾^5Fct3F}Cx!@r+-JhgW`;Mh!C( BC3l&Vtcƍ6ݼXNH sF  U@1vjWֺM`ZD†&NH2K2i=dFp*6[p?xd8(Arh2sI!K$KqʼnPKdFY Ѣ@f#CjbBُ]m )Tm<**4ȏA RdE6뼎-P$ oװOo2N|8pCw]+L!z"+R3A|T*KH4 \bFg0sֹ,t衉" <䍨` +* BA,~"-5,)c.1. 0Ӏ;` 82#0|q>K`;-ިd; 7BD5) )tXrAcL0a2 HA(0 B"3Q*8D ^xQ-K"qk=ؑG/|싅@X ^x Kr&; ԨCސ/P}ߨ2BKN$4( 3845:͓0 1QN@NU;C!/(%!t~/_O+>AJ$ *`a%^kpjХpW(*4D!|0^?H{h{jK^xE[ -G(CL4@ H5U##; w6aS@2č<{!-Pʋ;N><:t?dA]eDc>E]4eQ p9{ZRXVtƜZE>)Uк(* Jf3A j@ֺ ZAF[vԣkx ``!$L_<5/KPI32-Hn '\ R`h æ˜*IMA@e!q7A12b Ȉ{]bزH!6q «a%$)P)3 L ~͓r+]_[6!B !V< suK#?@z),Y3 Є A0%JQ-~BTa P`j0Z\ U3P+4; #4 "ҩ(,+@VKX=@Z9 j% @)havJ1(l9xNANùgn@:iEMc11,g Ɓ4Q2iQ+FsEǎ}.yHJTf0@|zЃZHi63Mhg9xFkaT (ɴE] P0K^-K`ɝ uԪUjzDs,؁0ӡtbzCqᏌqHo6֊ 4KP~(hGy- W)tݭ<v46U]/dLK:ƒJP"b Ⱦ--\ʀ L&dAlnj>@$`rvKKud ЫAvr f@  T]G>P)I4` `.`4 ~O kzcH bA j&8~b7v(c7!dBg*[Q 90coBj D`nKۦrha`@ENB }Q%>f 0@Iq%n@@`GN " A v!R`̀LvG :5H8G6~O"_tOX* u\6R6Z *wPtQK2*0;zڱ o T2^I,&Ln.%3/ljrK  dZgz, 0:h\ L5. (*v`F $CZ "$COj3`F'ΠȞr6j@)~ F +eCac! 4 r, g+,< x\ >j.} `{vC!"[ L@A|1QR/)>?In`n>r vD]Hs5A`VS ZBj ,v " 18 $@LO7Τ2`!J N4r#T3=X;g>.ci t`?.IjkڏBA`4rB#Q3}.%74!@3 lDm r*``[G ʀa$DU5maPE(/ 8) >`I.~R n4| YY@2'&U0&>4D;^ j20T'`TWtMUZЈU7yV~hTG|F6 8?B @VWjykZjWf@QzD{UԜ - H:@a, w04AA!1kDW)r @.`4 z` MRFdHEb @.dretӠ)^rHP~ULͤTExbjwTu{*d (f `Kyay7[t{Wu>{N]{v D :{ !L`6A`X= #@>:@4 I81DE ye# ! ^WS (YGc&נE1F ` n{e]_yeه}l8zyocb yXv 8`botw>AR+!>nF@i0ӹ!Aa(@ܗ`AŇ;sEE dZ^ `\L8$N"^fnW 3x@  eu֠S^ @^`Y^؝ٕZdٟݱEP6{(ڧͣͿJoۿ]&V(!1 bF pr*Xd d~a^:M jx # !bv=xPԴE @^ Iji~6R}\}~Pz]" BX~µz w`{zM `~8~`LC``!Z@ qRJ6 t) "n`9' `Xf`vȄ'cX$O/T,eP)gPAD/`P|1#Ƌ/zhŐGƨCKBq'̘x|MI)TzʼnP:l豥8&FS.\z 6رdVKS%J|B?Y,{I%.N{…$^(QD1d֐yL Ra8R 7'4h?ϼE "n sgRaz<33m޼Y9t DhIEZjARԫGf"jӥ4L$ mc QUq!ASr3R@YXlR #w0 !\pA B({z7e9E`XQ"/ux6ZP xr2vF)QG$uV"D&!Tr Qn|FubI]ImIZt]K4LxqzSTPP!T|=tBNE|` VQ5$HiemL%yU5tmzQ|S;f"%+H#D燎C4 D DmywF!OֱҲU~=k(GIn؁f kzK ye瞞BwW\r ʟ4z8Ԓˤ> 1dz!|pA%!^<ŝ!-&+.\2%8ڎf(@ 1qa͞_}TkmmS( u"}(µ^Q)u !2^1 N"F |MB|`=l< Ċ[45[0|ȅ\ɅʌˑYf h F -DDɮخW -p%qA_p-KgfE1F$#hge]ou[=¡ kN&/Ls#@SAJUa\2%a]cJע=" Dz3B1xE 7D`(F  CLJSC~Ȑ@kk00izZ^$ &BI쐈#`T'(3$%1,DiLCPp{uC dUU6A l c$^rAx% C!@]n0Dg^ xpC h%Fz%% ]bąDq:I|A/=MEaN&R1.r _ doj%i09Tih j \29\n/"BBIBtIF6{e!ZCa*)ns|7DJhB)K?/-#R`;؊ydklIx4-r>53 Z#b 9WTBA LPQ [zpϴv Dd")x20RރA[\?P,gDUBA_'G+* eZ  fJpd#1!dd8&*[lQ(_JplQi6+w.qx|"VdqbbX(BQQ=V쳟o@0=Bd ]8t(ׁDAUDOjSbX3"1`|)lhE0Ȍj30g]AF[066.M .qǁgɝjs[`J[fݶlPDl4s]Pzڦw}k!싳^t MWPּT6|! 1Dl&~A >[_B\%iPD q𚳞 shf ep6G9jk8`.-u|` n jC**U Ura:XC#_Ү0+4? C[#* 0WJ&H8Cd=W.ND R#INb]#I|U!abjx"8%as-Pa ["2v8Fr߲9ZՖH*1Y Fh4G n> Vo+=^cÃW<#J~D>[J֋ \_M8-aNV,p5|<0qI{0 s@qb1&cېyRrk;6k&zeAP/ 0 kDs4dN$?7e{(2)OJ{fmax;ŷB&:x`gR f 4T,vIq S#oy Q`CDaGwfw'x3-p=P qGjHij#\w0j cW 7]y`dU:pl?'tDtt,{)Bm{k^1uG nEWpQTpsJ? 0PDSvfGa%[%-O".\oouKgh|w=" L2dLXPݸ<b[et .Vy` L[R y?  @dz؁9URrOUC'm(Cqtf =u`1P1P6|:Hb? -@%!-%+_C<`(wXhzN=pPȔD%jedFІn 8t8 PՀ*w|hFzxp İ@k|PGPsdJF9InVV {,"TALpz5iPy5uDĢAX444RxK@9|WZ@0ƅIIДДN$n~TIejj7\pr^ {cyUXz k |ydH20DʒseH`+&Pzm& y|1|qo5PZ02d9,#ЙObs<;99֓h"pŷ @DJiɔOқc7Pqcoũ6&uh{ UmiwНEtdbd+An'l뉂-P/uiIǘPC@Bsu:Z3`[#;YjvoQp|&QZ?c0 ZHhD*iSM 5JIrFP H=fk-7P j \0 P 7)C R2^X`_`LugSW|'RuQIՍ5$Z4m.J;Iox=D9@ 1U f$op[ 2 Z[Z]YP 퀇`ɇz 1e4 L@ NjG"p!84R{`"Iz~i a*wPל\.2 ) pkr# W e ] Rᓾ~-pӯ R|q_Ȣ1^G[,]蠱F H[=O L Ɏ0HvsԎLĖs؎0ŷE[# cp7 To[dן#3,=#Qko<oӨu+dp`tObnqjO\#_ PPFGP^ݽw g ~ :;?= mn ` &+Yj3]2:=|qN4)dm  t(~"pŷ-D+f:4e!ܸiժl]k28P@ĉdY( ;rhq#F2uk*-…J1b,V)rcƍ2J ?y%JЪNժ5k&} 0bC=EƒA O޽~F ?b?9G5`P@s ZdȐthТMjԬC,]ի@QW'Dl!BōdH,yf #>f7ẛ-8w X]vΈ1||3r#Ol\:Y xIi.t鎟B0{J K, D+'dI$ c=x8@y3abl|l!4̃HR4N`b650Ad-|٣D+9KhJmN v2B!rZ9HXkLXMR2-cPH.?ڨ &nsSb)4a R46hdy}^Sd&aQkKuss3  1t,Q YzʁdDz߉e2Hlv3$v"ȅ<)xr4 @i%XWW/+q_ĉ{) G-(D 04a1Se@qa1d Pn0A-apjB)M80 lslsF6 GBChC<+y2r 1!CJчOw<Tʻwgj&I"25oA.mQGP R~}?KB 1JB[%K($7.üKExU’gDlO(& j@x9<<*-we"'1|̟t=/MXĶus _BUEv$aWh>8@dz%PZ2x `Cʀ N#A@GdLns! )!Kr-UgU]nFU z$$^ @(ջZp7cٯ@=5[A'H c@?{1&Ht?*}KV H(QK8 mbn8….VVpkgu\U"7NUr}[Mfيwf(eFZzߥSap eZ=kDR-zĀy#T0Jă7 nCVTz10g~xw\Uzڌ!ը-\sd!p\[L?-DN]1'Dw:?I^)(²QZ@ϋIxoWfC[ ΎsֽnVRJHPG- iioWK q ß MLOæNꑃmL/h9`!v-jQ"4aL0?Wju #[>Wt,_%alV;9;_z= c$ l۟ZҸ\.p ~Hn{d$=mGCZx o5AY!&Xhd2b(As)2:RɲM؁Z0;q 74s'A;4+H 5aB 2X-R( RB*4%>G4=P,;Z$ *0 8ʰ?àA)NR{I bQK)"*-Uc( W+:؋>ȃt= D\H&T'؈iBV|,ہ*x/ FhpS/-a)G+C2HF2//)FQ.{˷9SBihzY G 8o?%A< P{ }d(S(@(h@:C4LHB0<3JRr@b#Hcɉ[2ggsŔP Z'X:{>23/+MedFF#JJDnd p8[4<8H3QHa0GР -?|{9ПD$C [sً  HZ!ӻHP$:YhAД4MLVkWihBrI_w3Tl5cFchVH2GFF%$?ZCC4r娓#KPGRM3.!O3ūCbT܃04(0DϽASm dDѭ% 6 luЅ$AJN:DՄ6q‚]$+p۞!M6"- yy*R]*ƸKX(K$,2t$),OJ83( z k oӊ9DcBsMPL2sWi+{[WyEV'M(ެL\i>ߢRJ#j\U\mQ=AЂ07]C0XAD[ ǜh-4(Sm a#L2-2`F=c4vco_[9AsHXλ=a :J@ԠPJOݡ SLd*xZҁ%X( uD\ 3mxU& YA&[Ee[C幫 ߗXE/ Աhb7VPdo>Q3>8sV/p { 5G(6$? Gm\ց6a@L0Pa*$ӥe觅hCڂlhx(x0l_҆6a"rLZ6鎤le=%KT\eWidv/s|f Xj+,p Zú,%`jʈMշFM/0 dVj!<3)Z?CaGKY^PB(03.U~Vw=P(\YEZT{og8K[txH̓1@GYJL3(NVk-sÄwjgOhCUXB?!3+b,zYnv|0o)lNGa0 ab+EvbwWebdY _||Zpi +ŏt,XDPP ? "a=z!Bƍ"ͼSPAӄE"1b #(4x)% 1~QT!B?2"TQzx5+1d5p0Ymd:V]Ҥ([ HѡD|4x1;#7n.?C2g̵>g%ֳgELjbrIglMa\L8-.t]TD'ϝ"THW:ޥC_XYdH>d=%gW>hu)Zn[ iTqW0$\s(uiW"/ǃEr]i+_Bi}7}0pC6GCxTkfZ" CAS QU$,b)eV{Nuc:Egn$ܑ8XK[8]ٕ.AE9+YZ+6͞) sYICtW k8"hD}ܩ+~A˾0'1ky:-XУuE%I&TڿlzI5\NX7%I7'!]˜Fo@FV0q.Ala D0)q d[a3AT| ABb6UDL%YtBDz"Y ]7_MyXAkdcIP#o/N y?B&@%ր }'3iх-aF+r9 V!`鳜5Aj: /uiРNICֶiOo; ]x"h&J#r=l{ A #0Trź󺕊7B#n/&_r9 _v]T9|ڠNM+Ϛ80?kJFt *< sįٶa"iHIpg(:fSU% 17_;س|,!@Ѓg? Wr?n,sd4[2y&;!)= :I:p\`4 +lBM1郗ŝtCjt/eg[S!zjFvD!<o}, jn?5#9a^}_ p9-wۘz72r719 زnF41+R=;bґIg V,^}th2#<)fxq/.&2pB|RnJ+4`/2O =l\78v"~N3Dtw^9-g9bٻ]pރ*\D" ;E=}ӛ6u-~)+Z8ɐJ%rrJ OA"X0^--#(@AA`M&C F[}tgmМA R`m_}_ĝکLYz AUTİxԟH-.H@f!]Ȗ,` XTƝ,<)8>Ӂ>^ !!⽱%p= ]"AˉX!>\ukݖRȌű+šiS0Re b00.@1*1^u@, B9ء|EӑF*FiHXa&( 1CdM6hC9M9F-HI9\ucN!S Z}lZek>]e分p\BXo>q-'œ̉s2dsb4F$uh]qeLxaI"y>&2gIJ"LBiKB&(<1}NehjT8(8՚99:h>sD ʩi* 0|h%6ZiA@q2j ¨\(R]"drފ\R-IL]a/&c:FI6)J꫾{Pܧ6\dK9|):)gvPR9^jSީ ڂ5财"`|Ɵ3pk5hA%$ 82*r*tj^y*Z&'αnJq XRRlq,I|gʪ/j*<]:glt&`W:iljM9hliکd`i|+-~hꉨo6q4.*:*Μt+rZ*jjz%`QU:>ldFlV*JbImBa5>9DɔP!lƬߵVuh ъlX*j ׮R-shtJ羪%ԊӰ25#b!ö-ܮ*dJ,rV,oꭊ6|,5` OB;, P~ s`ʬͺdA.enXc@jЦI~+m(a1.v-zmB-ΕoA.ggC&'fjeg9UJZv4,Mp:.Fa G.Rh Mh.-/Ӣ(Cqܦvm@.bqvYx").)-jlŲӪIgg C9ɚ\ 34o/Zh<>e#hh kI/(Vp.Fq(e뢚@*fajzT ' P/d;Xgp0 +2 C] #+k؀Sr~.&(mp@~2-(ͱ裪r`=s=m011qNi?CK'W01ID;O .TB]iFQVh 17%o&@!sJ;ꥶ32s =`uPu>m 0gM&A?)aJ&zFb'5.] HC'sD[E3TB=Gda(qR7 *mد8?NqӮ͵(մ*f:O׳P[kPu c10365-c¤gOi>*0ӱ 3sZOY;"Cjl/mbƟ1mޯ9s:hDD\BR*V=c`c &Kbyfr6K^6c#hCce&4KlXOtk+kkTo[H̷7vį҆t&a%/NMg_K'4"'kO4P?6E`7~2ָT;ĺjv{G5#f|Wv1$lCkWWmmvDS4lW֑О#nF q7G27+q{^u9o6³ZxBҴ^]sIj1dWv{2g6`6hNȋfjdkW43/ԩc9T#(Q(^5r+pSr]$ Ђ8{q'q_ox`KmUwuCt\rƜbW/iN*P@b-F5C|[Rzhj7h|i$kƩ0 g݃0G2]XBNK3.s:GMCwgu볳cZc(T+/ng{;oå2V85+˔!{2W2׻ǀ(x6/po$˯y*识k*Ҝ⨱Sy(6vzzKgdVp|f0dJ)9KcczsV/!K~gCy;b!r ߰ j\{.jIon frht'/<{qt}(/'3;cWǵog<ǧ-?@KSc?jV 3Kh:OVt_'x>'!GFWq\c$F@8lATH֎jUeb*hq莕"7L9D %MH9bDX sfM7q9B&O.Uʸ1+wcĨRJ>P*adp 1^ jT -۵URKaۇ>ئ xG70r#Vct?~6yrg7&lit>o=ҟQP1ׯuhЙ *ܱCL VHkcǏ E$iI, 1'9Y}zO|g=GRM.PU(dZr/Uj]?\Q륾;4Qʙsl(0lP+ J Z,3Z*c\rMj+ig!߀g8c#I9<瀒%I)&\ (b< ܢj!;5/z뭸p&!Є9r3SN8*RKd# tP 'B'{̲Fiy0b6K/H\:>]NmaRoTՠp"H=ErNW(XX2A(devВ2ͪhۼ*[7o.0|[;$/>L@%4^DW{)ˌæWh֮$7Ņ>5bGQn[nW!Xۓc;RIH~.ז2e*K٩i@ƺ1-OgWH.qgfmOt7|',tj QQ4쩮[ZZ#8O{mܮo]LCi(Ar'[\'B`^.JM&=˧5k5,sЪчM*w2=i( Z.DSSԅ}K)eq!P^.'Cz-tW (6nc{bJ@F\)%IubrȲ²9sU}>i]:r):#@9Hi >&wY8(&صC z7zʖ!Lg;xwZo* 6&X"_ax|*AV98hE M=)^$/ [FMSnZJ7q;AF-gwm eur+i:jqntMm]CSp<qb=#YS7]r7Wk{%>e&pp TU:5MSФBfeub&;Nd}jC]O{2N.\Z'8I zjsyA?P2 1ĐIHcZFNx„CF^G|0! V'hp`E1Rh#={.x9:Q:,(O 0d%%G~hQT$B#XUg5VYgm Vq`@])7}@sU Z

-=kDݴ /o?A@5&0L`AΖd]Q Mn~CQ &Z!Hǁ>M =XW7t+s!PjT2d>1Q-}IEO$YP7A < APpJI@8'B ((@1PA TlœR%,ٚ7aI NGs.LgT&n|1Ƌn8S婬y- 'z ;V0P-(E#؈=,4i- N!xAWK9Ҧ4E`S(ha0CC B i *gTҵlQ8?D*0#s (!go"ոL Cwkc7g̺'8SDG0|7I/,qx͝*FJGz3g=4 <D v?YQ|4h:p>$l|n⠈!# MQ9Op B* 05T/i 'dB(I+ *BLY8Z p,Sp'(s>l]5$ DiDiX(~fnFD1E!@iB d*4a0h2T>L-Pf@{>=1؃v6Sg {"tFԸߕՉc<ܨAЃq+ѐeHH_v( _@Ȁ pLZL=`xD.:0sk K E<"R`!& hmC4X =@D )cg¬pOk!IwZ =aQ1>xH U]`XYX4a?`c\0wG03,EA`RlPKѐZT=10EUK}lP:|gl 4@7uMPIJg8op;H$`H@m X~wp e8[HN9~r T{w337p'DpA5 ӀXHIQH =p&?@聡!$/<Sr-:c0:se| H&%l0glӄJ2e8cև}!Q`ZȅO ~f8dpmY[gM 0g_ևbx'XHA p?XE舙`U`?X/ !S҂m@[O5P{*9G1cыIS~`ֆT†IP0-`u24oOu' @Z` O ~݈Xx Al os] fhuFx($>sJAr+9 ;`?ɉZ)8ys) o[+F.owOT&2Y}d2>F PI6϶I UsR;uu PE Zy r'vNihWnY3dbGJ+*З~XG?@ 6iɉX 9RNSn@pj:Z0'ClLOP\߲ģI$T LJ3hđ0 vǛ I;kTix e< ]̠giPQWqgBIҰ`ƞٞcpCИ2 3P0px (8:`<{O: INZ12E4UdLwRP9eP؉%F+O([xز",,I6 ? `[3Y?8@BP֟h9`80eQ[䊴sS7=\p۠oJA/gT5P%`;[ FP^5cv V[Lneq,HgDx,+!,t †?H\P `(P4QcW|JCO+'RGVKCҢzM@Ce1< u$u &PHK0\D[w@U i9uga1 )]u`qCNp[rG;:}',LRs}qS9= {Ab`P@|KW< ̷afoF0=1x^T`NzP2FӇtm;.KkܳEn0HcjON=2II Z0#}0 ZmP|[ee/PP{n.C m٫IT? T<جe"oSpps43a@dvCQ eaN܀8쬫 V?@Ir Z5@&5Y4`=MT-5X32o`u7վPnp F:?( ^/H6e*C 0 1[ʁD Ar9㠎.+,lIY 2nd43+@yOSFo*C v07d7y N0LϵҔt j`LqpK^Z[~p$QEio #~ 33 f4g2gӣ3t&qA>݅_ :5)g:T[ 69^ɐcH2^(-Z1OW1jh3 @12dxcHEPzū!Z(ӄ@??1!Ag`"6chqϭ%c,-7gp'P 03D ^XRcjB Cʔ(ҪBRƗ_de cȑLJ0c^YIJ"!]ɒM kN ̦]m 0womlNt9ao5jQM1j$9g")X`&IE/S @)Xp`6)J'CFj EÅX1Q±)ʠ+>#/@&Vfi%11Ɋ42lIϚT‹@4ԖhB5Zs-6pts.8lsAX*h Ad! {R >D lpƓ8ԥ CXH/ڨ,la7 &Z !$ NUxk /.Rƿ\jÄ$HjUr1(}r[(1ҭ(4-5,[ӒK0ULۂM-`&X`8;-بAODrH;, ?Z>*ޘG$7`T:$L)!FJ)U1D=:X\@bUA")ƃ3.K@jT(tň)H, L1#![ 1-4qD%|\֕["x]4uJzU@[`#6x;jA$6jce^BC=aB؂ C_ 9Xk?:f{ Z6#AnycVjUNuj.z08 YUV@"1ClȾޱ _k'{%N4ԮlBg˹/.9x]x| NN̘ <Nۜ =nМj-A bf,I02?< 30ͨPWA<(<@!ksE+V1֚LF4:&OjW$X-Eb(#Zp 1?PT!2q$fJiMrS;*aHc_DS"Siŧoʭ q'%eܪq 9I,9=z$և6 Cޱ`b8Ҋ ~ pDV8 H$ ΰ D8"t*D2 biʌ+ 1p!" C2)wE]q8HUK%X\.vX@KqЄ/0#M{ 'tb>jWo`6b( B miz(vYY.E\eLlL&)E X[m:Zq:B/b<.}1;Mh87&ؤj΄fߖfdЏ6XqVn-qz1Ýزe~Q%}H&سm0sG$Z G$y?뷓caUГUZ7es&r9is֚ 8vރCNwvׇa?%6]9-Fܬu?t• !=xS`(Fυ?N` 9-Ɠ80@ 1'K1*/H;@eA4<DADB 28_(lDtD T1'/M `  Eq*3፴,q2uj8':?A8!`3`6E033 TI>L:ux%B8j-`>zS?F9UʶA>+@[H)@Q AP933-t>AȁԋA $H$H?Ȇ|ȽHCP,EBϊLʤLKQ?KX9AR#ޠl9tMXzӗ "AX?(3P7>A5M څg?$僑d9?ۍ4y7fb蓾=,ƠgʺKCP7T,(I-2#KLuPO] 9(- QUUEXX?4R0L$0UQ1Q Rc zs Ё[G*]By3!7R,%{Fr-O5݉t؍-E/\fXӥ+v<<" (A,/lǡZ2G}TIT%I=2XeX6TMNTO9`YQ>DPFX2פշ%U0 2(2Z< ͍hVz8"}9EpB(7(Ɂ8:x0LҤȘHגNzAv0,Wsh;c$x?Prw "?a/ 8B@mNTIݑ%ҭXIuTueYەDC].`H/ 5DXD݃28Ԁޗ XQyj?3[)(x@>Cxo1N#7R2%5t}Su:(`EŒ/=\Aho +dS058[H8ۃH]UY]aU]XGa%̓ڥ]>Hb%]FhgВOY O8$H%.^E0Dp2ރ4)XbM0X8U5A5Ax99y)0o؅Q_@#@K)`-PV7w @`$"(%+<SyK`da̅K18K>HMb$nY=f5bd^#"%斍$`]mF8mNK؁%QdaO@Z#b--=IyG4|.8Oc2$HF[p:3+)C&`?_UF)hT> HM?K9 bBS?h)@r3e`<uHXa\a[&8UMD~mەꦖ$jjf-SC>CECnkm>볶O((+FuN,*1-=0LM(g~69^ X(3H$K-P?XE:50b"e=?`Qj[J&8 `bp>[p )1_+ΖW=P h-)BPVmVm^ oUU՚nVFn^@XKK?K]Y޸b(Qu[H^,%g)lYQY MK؅oeP-O X<:0VTH[%Q?؂ `WKS]֑L&< _؃1(ts1y6pVo2fUFVeVms7WsW87Kp:_:s:@:00 h4a $X/k18*DG=L6 ?UHO ƶж:uP@P"?P5ư^*Xjh3XmU6`)hbe;i (KkCЂ Kn$7kLt4"Nj1(Ww71w|2=/xs44 9 ڂ--@[xhh  `.]k0hgJG4/&ATHUyȞ uH(u@CnAT؅Iǒrӳ&`֎3%xVS7W׾ĐCӋ[10@b3ʴp1/r{x2wwU|/ȷ/s|?@woSЇ#b' Yx P0 `pMc0ML8S(1P8Ah? ~pi8  RzB A ,ehVMf/ %Pe`mp=3_`~C|NA~PI(T i A 3% ӁИ< )ǎSDIGM2X@A-"(ХH:4SG  '?YN9hЈb+P@IKA H PXdI)eك'ȐQdT̛HHij#Vf)xԨD?P;6Tx ),Q3AT F9cx6o BEP hhS6"W8X0xVk@zu= a : GR9$dPJ &j2-D@ Bz!dz!fɽXr:corK!|s~('~61ujY~Pl-i C Ý!Br!! X<11xQ괓:jXdž,R5 UQlm~tbע8X` pCoe[IQx! "c򤔑PFf)o ^x!7Ry/@얨`b:jsq!Xo)H1h+;Ģ 3CȌf'r3dta74,~X_!о<AVInCd0I/Qej%%0XK ?U4d7!g+@le,grY4qwAr]808 )q4 hlI]aM@Z-0dou ; *p D+00>KbP>#TI$i72W^ 9@BHS9%R,.ͤ'-RmTv"MSaC+a9Xro%zw9f\@Fvxg ^57T@ P&hP3B$ 1B9k fhΰ4E.:AS xh<-P( aJ! ! Bȁ !=CPBďƦZ|Pms+Sֶ/moIN6TY,V*b7᭕d!K,\&uLm ʹCs0hՆ т]d"5]jL[abo>e 8 A4G`l ٧㌆T06umQ#i +>14I;\MiŹέQm^>Mڃ;rWnUnՙ RRIR;wj5JS^jB `)4U3 }-rw?\t>74?=7a z pÑܦՄ *nA'(`*ǚl-aoֶ3uJPT_Zݮ|`"j z 9P''x;UNbְF|? :dP#B!;u%P3{glT DBnֈ4#D(H:7~"p>䲣= b#uu>Fޯ{] v&<K_^-v'q3&VWUC8jB!n{AA!8^n9\נ !AZnODAȁPւԚ l O?O^ `|  K]PPr- c0ULvɛA_/p}]'äŋZ5@FXB)8A DD LB!$^AB()Ձz ,\'DB(|D Y}"@ Z5 X/܏ɠ},Ԣޞ̹ mKrlD/ADb,FTᗩI!YE:m68`hA4 XV5T!AhI$R X~lDb`5dk9I/Au՜ ޢJJJ~ Cٜ!/$y4OdCO BxD3^U#EUA/@@ם }w8l[ܗ:6ce\Zn. h|zO-@HOٟPAґYeD`rDΠgxZ"uA!G !fќ gJKLfCd1e|Afm0eSV!#LeU hq9:WPY>}e(.;J Mӌ,a_ցWv 'ک 'AE^ƫ B$"$y'^hr,B-rG9dL^>fj/K$OBOA)li m晔D4 mWTn]$ MchcFuRyvqC@eA, O%9- N穵*f~\ XB$ƮPH1* u;E!Jiizkf(,B-9*XK扢-q jjj4*2BZ )-pJNccS2E EG0x՚@QFx $}CEnOkF&CITZ:(bKzfJ䟿ƭ+2(.h^!V0~O.N<h< r*}(3FA*N!Q3*6졍Qrv>#D#Mea RϪܣW4AQ1kGqk:C* MA܊ .ěM9DžFέ܆o^K^ irM6Tn .ـ`@@,n8.wiuìAÀDeOVd:қᐖXBuU.HJ@Lԁ2%鈆2e@4x@!$h.o`'nA6$Yg-^VJ[im ^MB@͎qla w6Lgxi,6*@$`SdaZbDH P͋6D% -]YpdD!-"S)bQ` h#uMxm2yF^S/;~*.Rioh$J&'s/ܯt7@X@*κȱAl \@&صŐYZc8MT4: $G|DA(DC)CdbjDCՁE@f0@&qB D/)H[12s+s2/12u/?Q4"*"qEU (غbcmVͳ=ssA!;]ÄuB5 au[>w@g#4r1` =@Jnpkhm֔rTFD`,#&FL.6NSqO326l'mvmk+k뫡"ci"JFtKUȂ,,tV;AaƨU40Zu#@P#Uʉ$4wj|HD‰rF$ B$`@ E ʲ!rfIϲ0ޠg彩ўjc۶l8l4O+4*zbȁ%ϫ8],wC&gPw(H.t>iAww76@̡yS\kWI/)u^i TL@ 45m۟0(7xNH%df$rhxvD޴:Ókȏȗ<xkxo/6髭p@sz.:L8{.dBtg ;)Q jA>B$Ow<_9#@  p;YMNC󵚳0@~ػ+\(kSA Х:A+@ d2>-bRD"8CTASoD~`+C|{瓼<6nm_hnqGC138:C1{to P7}@ ӳ  ԀEhAPhƤ@S{7Ehe?lL7SPCiF D?~T("CuDR̛:9s@KsS6nܼB-B-*T(P?6%H BQݘʓ՞=vS'R$Bc J%bsi ]8` Kz4i21<E2$ @8w B0bD5p,Q"=dĈ#Ƌ.Hqbpl۶P .Fˏ]PSH3?^5uFڦgC 7Όdh{c$'J|^%6#I"p>J 0 " (`ç8J+ 5JTɒH !KB%80- gֱkZ @l0)"Ӣ22. 2M4H5,I6Dʠv[@x 0: 8-@X $E2 SzÐA62FWRtAF7JHARh=\ 8o$R #|UWШ z+N45ArD ,xxvu1g $ #$B0{҇B.l>A^xW~!55ƌ=M7\ 4hDs/Z$`Hj<A';AQZx%-Hޓ"*mC2 ӕcYx顠ꨑփ&5 着3_Ab8C NhY}g}NY=Hnu@ܠCb Cd0aK,_`P-XGNS`0, -(N8a4ZtTi$&@P LOvΒ"W ̨㾏gFB"B8:ԙ.DR䥡~꬙J sU6?EX/  ,ÚgFx R  (Ieщ R@@GC$M|T5JR!i<՚ƔKfPtETp00ԹG`+ߒԦ;,a%H :āqxFjAZ=pF-Jrg„?\Wk G QX KHLb[c,aG@т% A~h9~' ogghYwA@@Y E)7CPż2ԥ6+D dwwŵe8@\sLj{!XtC=%_^78B#ЃDt- ]|^0kȷL7h!RE#`8'XPES_Yq1ytd jfWoXZhhaBD GS{T}!G5Q ʂ IL`6s5[K1vsJ@ݳ x(x7g>cxǍݬgm0.r#PDȉSu; j:`FfBn= A;Cي46°GT KvјDde]Ѷ6u:G{CzXbݹe[o1c7 w3A` s#"@x/[ :AȣR[ gS`n0}@wF-hpt"i܀$$&#"O' &"RJF|`4fM~(_C m tJ])o6pd)FP n$@@>4rk/>aܢ+.""hPn^J_`0h\P @ #V> &%=OJ? aN HX b2^@" f!0Tei pPj`lz ` `:A\i|Q.rahaN0A(p-HHQ&7FYJoܢ*hz@n qehPy8ZGV@n `  M$Hb  I%6)Z`x0&f"莨x`f0df !P*/Х8~G.ˆ$` 8uatta'_LG9n&[)6H@*:`Yx-9-, q-  z ̀0& NzZ@ PQЂT2RzJ,iqJ C";/1:gVZ ` BN381.b/k!K`p9%)9?!L*C@ lwmR (k ׀S 1 0rp`-H>0P?,SlkT1&#2@z򨠼\Bcb 3QBKRcJ3;R/L(,Ƃw55_3lra$KoF; l L''G 2HHGQI2`^ l`;8&<,˱ gM3;ƢT AV0IENi*% @àt|x VQ q Ff,"'&u SkSPD hEUp@v/fG BP6ka]GgxWUf6J?]J`ҪNhSL[ē l6bAQahN-0 y'y0@QcTjk+#`$pJ!` 5 Q`0R)`-C+a=#e(b(i  zv2ЩDv@jA>@T68A*^;cuYta`,gg9n @h&Z1[ T< ?d!M%EPF]2"n"Tbm`[\|2n)ovo6a7o-U̢z"pE'G%q`Pc;E:s{ aV8' (6[ EN6r`.`4 v`8 `rwQ9 в ŴiP ʀ _z-U&d _s V 4!"5 0 9\Π"&}VCwvC~D S?5qq;bB` XVS 8 :E7}tL@Hq;XijAL`gqlww+i@ qLɀ1G>aMW_GeV"%}q8b c ~x  A7R׌، a DS web B X9 Av݅szu99 hg_qE(yLur39FZ k-`'A) Xm@ހ_dd x\J*gZ,`xͷ}*fRVR%x`-raKca"#sJxb =` g g e9G?@4ig zT/٠8Z xR A (;% 37B{  /a:FkZ u~}ڧas:&ZC'D%X-16 A#tx Z{f瀝C@;tӚsh:vG ;oP4a`&,0P!z"^C k<\ꀟԍ`7 Z 0!s%\,F:gz Xo]T7ܵJ=ܵ?׌6X9 {:fh1G y! vq6(G4 aYd*,ɓŀ[@'b~g%`͇ 5K`Pc9bEE @3  y4H#2z4D\YңASfTF{[Ob\Ʒo ,s86gvew^DcJѠF+xA˝67ʱ 5B \m\ɇϷ m.}˥Yݥ`  3 r]]=ѣMJ#< (1 _ fG /~h?!C`Dcɳx pPޤy(  ݛ#d6B` &PPe sܯE΀|= ( {'5׾M^ݾs*3؞:`5!EGz` *nDaVtuFE?nֆg uYvV`7 -6ʑ :  } A۵gοc_Q\-4 >]EdF % ~ ~_Q0z` tpiN]`aF\ <0… $P"3F8ͥ,Nxʼn J>Ȓ.Q$Aŋ23krL2਩# ?~=#ə70Z F TRRUV*~Cֵlqܹ1`ԭk7^{a͋F^5ba!A8~ H4bU'Mhc6tH &nvݼ{+V#+7JpD[8lr٣H Vp$J//(Y&8u|)FRFby#OګVl=3XoQG!eFX}іVNH"nh1_w_a}0aZb5ceeK !Efmh m&H-|[N:3!DE W9QHQ4GFhE.$ቑSN BbGTQт $@ 0hFYZTb(R A :((G}(aJ0!1%u:X/-JFٍٙW\j$ڐfB8VS&L> m4|PdB"h8wv_D!vMfJb&yF1^{hĐTihR5B`Ji`^"Rjǣ^%Ée곐"hHS 0@p$@Ǹ a2@3q3X"rb5.M YZe? )i QA.(7 y{,*CL 2YfD1푁&ݳ"ķ{ŋD6y@|^Dȕ7[$B)1y2{ [OC"c[U#S2Xna3 )XN8 8lp@ %4DZԤ+5ja;A7pi d0"()]MpS:)PhJ"(0n 8Ӏ1H~PDЩ:"~ɊA P ZwD (g8+40b )Y7dxb8drI81hQ FQ.gPvFrS(23B@,&uRyp@¸]\*Z3;; G(#NDjl y#^W pe|fz: B ch6 S_hp<4+ )F7<U~%"7=ű5SDu1W=B-Jxnj:g;.35fT- ׵̒?":<}1`׹TCr@S*^] A``p c7j;SeǁgϚ@Yxf-9LE qrU'-JOP4JT8X|J]jQC5ƭj#@ KA/ H G0rE h_ U\.\=o `/Xltv! n27c nfX8o+R+FPGK KX^5AQȀuϷ8}2D@C6vPvgwp p wRpKwL+.M,e8TF_Typ xq/0c8 0rO1gX{dc*Ȑ@m A;=FҊy60 C(oFgx@*Y 4 ~w5)wZBD^@L<>SDaT5q3Wc`W{?P3(27`?0Sdh tcW@ni `j uɝ0n>|ȂJx`y vwHXЋOgvZD>X=pxNg>f0A׍gQVH9dA]Gi 3i5(0М W!*7n Pzu-H)]o0P;I ّ;i`ۗvJ @ ;P \pHXDʁw#~+.Mbdࣈ{eqwbg50Qq@h'@ }`)zOH9BAc0` а>@JаDJPHZ|)PɑgŞ4T Y pv%vkg \0 k xlrj=RԠzF6vKSYm5s4T(]>s^JY*өЪ שC9.tP'm03-}i;n n } fv襳*)c yi:)wUQ0p@j.Eyx=Jky"C0Z2oP{Po5Z7 ^"l0-sc7 2 9s['vC 1;fBw`_W ٞF5+<`cz 4L (THDDH"Jk=az=؃[: 7%굽M5ʯcwj ~ 8t5AӉ {` prT*r/RzW)+TJi 1[vko)Ov"PLPWQ ?˦Ur2>}P-XDQ0VsQsnw~H{Nz J NHzh0!CڌΠ  P hQ |LNPٺ纜IwNAʮp@m;:0 &-<6@TSkɳp ]zѷnPNU՛7.\ 7sSlKM^HrT{1[t;0+ʂZ|C>wq?LMu\_- _zI;Y;y)bH3EZԨcH }4)$ȏ qBdKL$FX!CfM=ES'ҠAT<F 633a9㧎5$*@ ,xyZmJW0쾢EuJ"Jik2`GbAAG B7 Yzㆈ#F|fBpLhC Npw#Gnܴijr.׵M|<8Y@˛+. 2mAl&U_qŅ i. LOA+ i8sa2FHz#J: 5P%%2p")'ɀj**q#0* (*^ !P xr-첯.(k u,ˑ^RJIkL(?B.{#J0mL&mT[5q^mrlsƙ\r$N8ꎓNSO@n; :*4;B/"*2#DRE $8H0 1CCy8($(3 C ?̈!00 "3IQk7$Go_+k:0[(]r1 !2C"1$K7F#M2SC55tNx<,@s.32@b:dEQ0uOU "I <IPz5gsݵB|hOƨ`X*hB~pBB|[e;"K=lyx.:z א|3bL3,`rnbχ X:3:;\YkԼJ&]/L[~!fȍ]q9UU#V DPh1(: G(ѕWyK#gX->Ƨn:]pFIbmޏG,&Z ; ޿d(c/nؗ|>01 5kMT9faP ݞ uLA^wA"'wڠ-g$# #Uм@ \! ^hT>*,a'hB6?-ԡBOǖqm@B, BABoi\ZeE8C XAgL%8`saZ(lN M&5ANǃJ8hX` i`u<)zshjS8xx AL"#(AJBB*e2e\!![nxN:~nD'̝U(Â`O=i7#fhf( 'uf0OGmd6H `c> !HB3FLh_P6hC3QVѠ'O1RZivDƄgQ]zVV˅l3CVdZ:~H Ga م$V#& s,L(8vre!6);("v#+`|"^ h֎}Ѓ~kh8r): ЧC0Mk')!ݍb*Vw;} 臽oB|`(z> AByHI4r8Z@0eIXMlBv"! I=i:A1բ $jO2e-Ї]Ͷ_;A:Ji2*#l̯$H5UZK(!b- ģY\XA{F -+ @-2K2U"^>`\Z AK#rYmֱkH hICYs cx3h1vjOkOb^7c d eNXŊ׎xD$(0w+8׺k;ap+pbQ$)4Rxep. 5Ƿ _ʼLD"ΊC>$ mhD/|su:-'0 0q`8êwPgB@P)LaĮ:ƺ-ZRhyK/! *"#,Zkdg .@5\A"6"fpk`0٬^EZaųRAXl?SnV ~FZuҤJ`v҆ů1nGy!IIDk-Ts͋1W#=5+!0(Z'/@&s $ 4HS!X*)X !(' I4:oSp337#0$ haB*p0;0@0BkKrKʓO4 )!C<`@!8|C" @3 =ꂡb #0xZk0hh5P+ƒO = 2>8:1=43#(hqatBBrB}$c  ѠO0Y?ۘH( k4չ8yKS-KaA^bD <(:70J4BS 0ɐ Ħo#:0,1H4E3)x)))>Ex< - s 40iF2oTp81:iۿJ4Z d:@D-6ء1㟸,.h44KDJ "jȈ,# i JE)hjpԢ3E 01)^tɗ$F)I,>*9?h|8FcJynLoN‸6$GHTʅӅPKպ:ɁliǷ+ D{ʣG.Jb1L- 1Bi0//*'l&ɛ@XM7P;=#[XC sJ%,N䌴k\8&ѩFom,ql4T*ahJ;@,NN؊-J@T-4ρ S12m+A@VA-(8"PH%8`ncsJAo0 Ŕ (#\DК]m( e#Ѹ2xMBڈ UkMzAiZBy#M"8"5+`V!8bK}|9 \=#\ֹJSD$@='5Y(oHPe=$3XsB%kWAUmE21L|%0X#h I$XЁ%8[(Q_(x0_5QdQÇZF,\ m 4EG[eG))N`2)Y{;Fndփ9XYV<U7Y]]W Hm1I-T܂5K`т[['B8/d؈ /z\gQڍ1ʎ,"C]UZzR.@탰 ƈy/Gg2=H{Z,3dag(RNA8[̼Xnp _4)&X5X'tab+;X hgx\]jCY󜠆UژYuc;1"=Rq&gq]Ԣ1,AƂQcGg$4fOL}mVOV՞ឈ U-$A]r_=h%_.X;.Hil5 4٨iiM΅iĤI.K*R]%gū}icY*l<>@N  ͱD &hbs(ڪkZx(Vv*/;b}P̥_}/2A*^l?lK-@Hr5yŵiNc^mnq =v%eS@6K6@S41аgŜYOme/7a{TOS@b>őFbuoQhCu3?ul_&po-߾ΦX ܸ9Gpܴ4>46=swttQүmCEX@8S5Tӄ[%߂}q`6/m:g8QRgmAwƳ`Ԃ!%3HTJudPOZ.P1R8A8xG艞rCE=Läh9xTЦ qGZsw[Gƻ rfZ`84_u4拓|ʰ|~lⲄD`zJTN ?#4l:7070ȯV6ԂE6Wkq3 'ǚ`}v[1po5yLGeh/zh's*@F8Cpe«gzˑr:׸{>4Ӯ{svzuw/@>H!)xƌf <Ȇ!:$͛>.>*4HР7>~ÌF?LG3gPG0jjy3 ~煇F5 cR5ce5V`RHt&KXi@rf?5:H_M|G\`qȍKD Q& /0 T?hUW]VaI$aQeuZmЄTl\h؁W^{5`v81֘UvdfIV+Y-S2Q̕[VYEm &-gFeg\%)ǜs=W]#,O.,y % h !0h0!F!=Ҁ@^ZQ4=4r<C l8*?q!PQ-ܴ!b⮾I!qR8фY-^ovyH_~ar8x똸J"Y9-Lh<œ`vmM+9;&̙#_/\sTg"y1Y@~,πƎ~z#i37C )(|?qT@>3읰B A)BM! x.Y/K`-~l'V cca2Aot@W8 Dq.A3q4r39G;D"¹9 NAUPۘ\ŮpC޹&ZfD@wFX%lX@V6L$?[AD%hɎiVa)~֟} (c :Ȅ1.I Jozބ;҂>Pɱ\R*q{v:@v& mS0,L$2fRAZR2bu!*T B.w n䠈? =ۃ*uɹgaO!5A8-T\R2i`"xdIMtR`,fƈ^Vt m kKCv -NixK9XJ J4՘B4|.t3>] L'ɽ |#`A@XT{[@Җw=oKP 4L0|ί/$#Zv,~ W`#`1!-MM`[ئe,igGЎvP7!$O9ʩBoxjd]Q<<1.GPR#F8^ށ.ļ*bgN飵767<3bE``r! mh w̗R'[xmsX4@`^찺}`flB2Fk"Zd7 uq6YE³Z`򌹶nymfF/k9Ng'G|oB} ]V&0ul}jD1Gp"̩JL$5ОHMn_rCl p_Bx׻dq;tp=t!loyГN=h{k=rF%uW)'p^&X+b o>iBBԈ>aw,AAU\u![<ۯ7|-OKc7姡.)-,F >Ytu]E` E'aMy0 5X@-_OPOT,aڰMA"AN Ws58-LaQ\!n!r!b]L3q }ٜ90Zr au5(-t\Y A! A_N`ObeZo5A_5QՊ%^Q(/c0#0.  /6À,`]2]8R`qB tP:j݄Uc#:-"-#A 6%` [5\ڱT)]!J_nG-FF*/1b1$0.#2&c26!@4NF,F6ѽș$8acP %өq8fQMfcdc"FO&7VP>Pfr\-40G&k6 vpp%>jBfce 'Z)/\n\eaub'`jgv,6X^`ے”&:PF@Og@'ݧerէdLI(hk]#.bic%$XenRqN]'l"dr% e-苾(a:*2%c`(.#wx~Kd8dPdV%?4 ݫ꛸M$'P'z&fRv锰f kFk=܂>V:I(WZ@>\T rl#VhnjQYY\s$^)J*bV(`j0zg!aU6yB;j 0V ԝ%YZ^Rn+l밆ߙ44&0>V%dZ`W: Tκ rz%)̀ޥ-*+ި2G%ҫf佊6l*>#4HyN , TaT5F&$9骄'kF똊Tq`ɩ̺݅anw%in^brZE1B$Vg.0lJ<_-c ~Fި)aVqJYV}#޶.؀k(%(qʪl*N(elҬvhɖn.V_ͯVV'B-HJԦFVf0# k`d l~À&aQNi‰6HJknɀJв".~kάJj{iyh^bo*5f%jZ1^p 2co 'nFOgdLÀqp'G,ph0pkLo+26ІYVnhbϺ_-qpr'71 /ꪮk*ꆤr6_<<dRpyvFkBEg; Fo߂ c $ڣ '?`,olYi^&/1w3v h!1s[1d+֎sÎK2FD3AY`tFS)gydU-f)0lkkh lʮ,3M%#\#MtYs :ިjဃaVgUUC6쟧KDnoc* wq "7*ot,tO7ttS7K[wt"7{϶dWso5 8<}[zif6klжw.6_vf 5ZF҅8-fdIW3N3tppzcbe3;S;nc/3&.P {'ö 6?_D/&o3&s/s8[~Zi8iP14kƝW3__#62Axx"dj+$z8yzs2U6[ja.k H+{Z9c;h7"Ihyc ls%3G7i ;kܹ l'3F%tK{i%zN6.{a%| :`!`Z'6y /ukk.7th#t6vϺ_4qʭbTy2kL<ߒ}S3_g_s|{Ih&|a/n ̓/z˓#gv[) s'v>=l#xB+-|e<ԯosFu[t9;1°#gA8k"kway}cwW|߁s+z&c3Uxl㻎(sd@# AgDpx(֎ZLjUJ)Fɒ&fT %\r&2MD9w~iB(O5iaҊ<4UZiԪ(PX@a@W_:V+ٱ(|؆V-mirS;ۈ1]VrM\prBgC\k2eyΛAoU,?%0\"ɧ~Bʄ<j++oτmoJm/ TP1l 2" )Ĭ **:eL b3H/͔6gVTm8} 0B.*1Gvܑ)}) +2pJ2I;*CҐ Y2 L$jV //,TA|Uת|F=L$9-TdĨԎiUV]5 ֋xhNW`.려%irYKVkӜ?rۼ_#IG5ΛΦJi^I~Ld]K޷]<),'O$.00ԕA d!MCv[ qpK )tfX#p$ƴAý%&)%I#"`bMʡDQn.db)w&UV1K4Q \ȋ:Le=Ȍ#Z`AJ)xA?)j}&2B+ r/\7k7푑NR3t[T%r?}.cEC^4()MvSM BQ4,X9(6pI4YR1*GUpdp8F~KtܱcoJ/ 9ǞÜ)S?ni@ ?R3]DBu=2-kqL]WG;0! 4yҕR+œKC9=8iؾulH-dG-M,HKϺ*%[8qɩEi=d(e:b(16sy<]{Mnl; za"o2Xĕc]S;R^MLx9LuUUh}Ck3C1e 1bb֭l[ǂ1~rMZa6(LUAmZa41wS7㰜DO}^)2aR0щP"iMR5q ~J9C]%`-r*8@\fpu1\+|a 0Ǎ\ ))UC9&37Y9(vA*i{v1T;K6:YulF@aSȅ1L&`jW5?u6K!Jg78s+'*jD׉?P)U֛ēiZ6B mAm١py2eJuO3{fr;v~pcE*c])МZ6m, tK>fצue L!&0|wQ;a- 9ExaA䐇Ul ^4V_3i?v#)G0T4/ޥmVOk6ײ[%5Facݘ2+׹r뀗#Iql۝?_Ϋ;/jr* CQ|tv,44:tՋjQ;F՛θ3 t 79^JZwkNr q/oSjoע?l=;y6tp {|O(2$,yL ո,t O(/O< oͶ/\\Lz/< Nc[ nVNGΎ.\,MhrCh|ongkتs5O R/-.026/I4F5KN ^0%ς2Fku?& z&:r] kӀ/_xfj"8!(0 = 9>P0JLNhJRpO#otqΏ!,"d \CJTBEH q%K\`q RpD(bTB 7uܩ  : F$5)S$Qɠ@A `4R " I6sը"9PPE>[H8S#E}tS)^"b荡A~PQNPŏ61I0b1"@gLDL>yS30虮 kaĈ^(_1Ŏӏ?**<hƊ* "nhlY1aTE@Þ8(pЄ'8!0Ńl 3uP! / m @Х@_14qyF).&7b2XT!c->Q 30'D%4M h"J ^e 08B6a,_l[FW N`+ؠ$En \e`!'U,oD y Ch & S^F6P5H>:0p wLX? ucCp4NFF2p#JPHb򬈙Ȅ1*$At34" rB or"- l'p@-1pQ# dY DY, ?HA hS)EP#!&ZE_T(GiqnڔV_ani\~;¡d$4PH(>@ !0@D`sC|"At6[ S@[PNЇ|u}HRg@|1|RX4(cq0K&# 0' -hI:Hl2yR+uHHh\Άe$> C j|B0>ay4XӂuA}pІ@} PK#B̠4`( p,3nI{ QT`QH:dv-<ˌ|ԣ̨GhC[3eUT*:V&86TwM<-aRSȞ3 Р zF&! eЇ< 1vYo `B~as T`74*@[E1CH%2-pS`K]e*{YB6ѓ8 Nw Uldf ,^, 9`9Fvxlw'ak,VGNjD$,?[^:+a? @XljW֗K41)B 0?Z-;m(72{iHI}`vp 7qp 0cpRd5Ky 2tcAc0bs)CP7s{H6DU$ċMRop9 U[gf|[@:7_'ĔOb i< 9 M瀓 VYBhS  7E(&2!qÉY< BK3"3P% B Fv@fmdv *--' G[fn`NPs uFM0`_sp:uHI0i)Vh' Hi!& s9rXXď5&qKyC&h,wRL$* Rf03`vN G@=IfnThs@Af`sXBP -R@f'j*rn5_'qÉ6pU3h7RZꎳ)u7:ФKۡ Vv:).WCH ך p);|P}p5 !}^Q5npvaB)HfV^zO/pm' 3%ZgY.ȤixxM J"%Rq IxRyP?- &&(!k˪>ېAl<2Ke"`)׊3:eWG0u}d>ߵqnSFrW`V6F= RO!-p8)?nas kmlQrH[#e&0${Rf๘4B[pr'"c B;S<µKEa 2lb\YVmYhR(UW2eW^pJmhpDC) \? LQ :ƿqxq{2%1.c C<6[7Q˳PC1!<#D*@0$)8P[س^땠 u&x<7_ʎ3O)rl. ,uM 8PPbP@PG-0_F%Ȥ `&)9FqKJ19xPy%}s \ W}||r,W ͊`=' \)Q#<t"_0>3Ro ݗq^}?}P`u=nEĺ,: o`R@[w%ah 5 5PfTCR #J|a@Q 'y:·cʬ:v|Q c*raDU[m^U=v%Ql k&DOee"mq vYB{^+=% )ocTĹuXwRT `\51(taQ0 `Pd']?0{Md]sh]kDr ̔v6=0?9װeP}թ6lVb5'P@$^M@I%/mgVp m oy D}aYWj(n FBZ]ɽ<ɞн$Mdg4|vYX\6u:apA5 1@90}Gdqd'P|mTcW_ x`@r~WcnM^KOP+&d3jrSSFP3ō:cϗ(ӽFϬ:A]QT(OVs ~]m#vfzkCp>:Pet_H' ~df9%T085?aAf}lpe$N<=šL]ߦVH6Q.K`l@'Xc1_iOP 0ьgZaiPL :fc:\_E44 n /$@Oٶ)O:as9|Okfxm?B,@Z]Q~ OQBL*c.R6R鱢P1dipw1R&T +$q:'zYjٺMT/BֻNEp:* O<-oCCj£>ojx*>oA"n71ha٦ ?RX0 B<ؼ)hΓ&b"T4疊UҐH[%*)YD1dCs&jV!CƗ[_`䒑;ݺtv_0JU%% N$$, 2ܙgСE&]f"DPm̠ DEX`EmhJ@Jkhڧ†*r7]H,,qs-o r->^fҪ** !N`Ub+)EiĎ9*B'`frꋯJ4.L0+L bl1$[FNmP3|5"[; j;&wi>rb!+!7`6R P)P-P=bЉ'@zB %VF*o '8\P=Y%@TqDX-j5F/`1jl&L=rYЄ ̀\K-"Y'X*P80 ^$H ڨ\<4cJOB -|,d33y . $Oi\\" Cp($2- (S !@< *h#Z\#1myĊԠ'IHxMeoZ Am *hB7D6@lx>!" `.'+D   D |0gXB>#"g9.) Uc?OhJ:HFB!Ƥ`+$ u üfzpz!V@TI$4x0jkD%8y="iGaY[3,8 |O7 nlۛDK#TE> O:9"j8@b:p$ 7P1K9 ThDOG$ad'n8XWNA.5ġnf[-3_m/,•z4aXTf V+Ɍ|JlH&(I)?$:D@ z ȡPYtϜacILDB=(Z15nl`@0r.8ȀT?)d; x-Ubi91Y͌vD96լf89|[Gp m (H: C9?h0`B*v .,P`'e!*UP's]t`0c T!JbCQ`1B;.r%.eEgKB͖G*r'jʽ~H߃B7*ԃINp!*-Lӡa7@[otx?X ~{ ܢpWE%*p"| ^ ܐ&+p6t+ZpT!}Z8ѩ"CAK_6 `mO6ԠFESC1?,cWHP[f>ON揢,j [ l*4 FdZ3@!-!6S%*4* W,g&; :Þ u} fbI\`  L L,, 0J=q%mK~R|Ӭ^9syWЧ@O;h@VkBR ֪y6|+OMx>J|1mȲ: qv:< 7L'M@A-@ d- h$q&z,C -?@7;,Y0OP;ʊȠ@5؅ŁHЀ&%pX,/B0*"jٍ Xx'Yh(q5IEЂ;1)CA/?A70F{P9H"@8?#XD$<St0^Q:)K0_ܩE\7,,J]lJ|JEmJ98GIe\@?9!nd&(<0 `x99[, KЍ*+/ 6za4p[1ȈlH@`䉆D],PpL(Ч-hGb'H/}ڳJ(:#D" _ 1؅؉V\$IZ[>J*Jl?(<)H0 0(\OK$K X,AP*ٯ?x4[8:ǂ%L$p'@1p t;hD7X+ˁrA08-%lt)M"` =ˋtكtN\$J*5RtR)R/R*3>H6UD8KdO%$1(5@=@?-A#XOtTGc`T\y+~C+6= :[0e1[p ] 7؅0AǙBHфZER!-8('7P(30EH'-d&10%J25W0Mrr1}W7x̃y-2U4eS}eS8Յ(:S$0$@12X==XGGAM2q\BrU0U!p@sLCpPP5>x)0VWa)Z;7FDE XaKBY@2,'b e_ ={N{W{ES4m[uMq1z۶5S5ES>}W~eDb3bOpKMbJXՃ@IGxAH3`B&l[B-T!YS9P3@AH; ]:BPYWu =)PQ[-Z^;E@^(@7=kߛB+A-5źU'3V<[ٸ+^MMS_6J52ܹ_>M.D\6nChv`F9O1gMMɝ\Z)=p =/.p(DSY6BBPTe$@<PCGB] 0:hU6e#"##=)XdQP8S9Up)3*KM~! `e#3pm 8*IK$Ĵ8I%-[MA@)c = f œ1WBPE8H6hEdHFPhK(^Ȟȶh̶@8l&J&i&iK:@::.`+ x) h  )=SDI覄HpA/n<[N\V꣖S l݅15(K؅mnAx*PE Xo*Ui&Xk\hڻ-M pC^Id=$C(_=ӣgMW ~WR冄1.?`q_qVqm,D4@---N (h hh*d$=fn@HL8S0^1=a).THjF`MC BKB A@oWHjPfoE4[58U* kHUb@"=FV໅H4y.B{f<-#M`[JT Wcme/qqii !rl,*p'`8`('m rb=SG@NGJ4VTPE305AH[e;;gƛ:ЃeYC:' #C QܴdJ1 2l{@ 4`F:XB!Z|@GѴ'HF^WDHF .( l5G(UאZXUVP.fe)NEbdIjFZܞz Ho睺}H!"qɇ[;*<:v=g_a{z: Eb1  2@F$=,'a*$ИM 4Pj%OaohXMpiQ2pB7 ^5LU[ cZa D^mMAlB4>/9kfk B#I. U 2">B#=ђr@HE*UiՠZ5/M-%%݂0Sw3ٖUJzNb n#FI0ۈt/0)ŵ4^E Ѽ4'dgk_4q5yئ1JP$ l}@̆ ;Z?j8l%N{a\!6rپS` [?"f0sDiEX) DS|3Nv:77`F#i{ !ʡf>׽PfW|lyr^_Ҹ ta5#UNP^@^1X嬆h>?-րiMk@Q&nֆ> S~W jiƿqԗA(bfDIEHuu8Rtsyup ^)4/Ztjfz,nAoPϬ2|fGλyxƀ;6d)"la DG A1zlgÖaw| g'acbqU;ɞЄ&B h+І#/y9yPUt %rB< 0eeIpr-!T幛 X*, [浛~@n5!anf9dM:?BE wLOY+T HOǰ9N2G~6pp?lHP s 7_t]2(Td7Lչ* 溛{ELJE|S-pu D7lfbWDN06G_8 _\cD-ԥqV)B/DA`$Ƒ}PčE8ȄAg̊"`AfAm4I!,]I 0Um[P-ALAZeݚ5_ӛIn_0 D|AJFb!NF8ހ1 PC*\/@aX!xmQ^hq( XY8.._T lD Bm&tH.NsU( ͟D9cyB/G(D$ɝ's6Y{c(Dx QB1Y8Sz c?55 c$b,\%#~$.dQX"e%-&HbH$`\g%ENAF"!ɝ ! Q[,m%(0mM%3zYv)` XVTYzRZvv'weڍ[a>%r< p _.w4 ~A,ށ}b % <@Ty^-#ff C Ed#!K fbܱaĀ O^܂sc1tEs0#\BtVȇ~(2MO:'ZF:JJzYXg[[nt'|b4n}_~)֩f$&\"h` t$\fjfB2D<԰ODJ$Ruq! @"-U&P_bИ*$-e((~9AU4[Y"A.:wjaʣ靟 t X@uE4w眒i $PDV)6 hHAfB1 M/C(dO!2|5 P} ހAo B>ց8R0ZL.&ewl:--:ZiaZqiS l܋@XΜ)a+&+"@^Pg$\iCJѠ)`yj A ll _ U *USUuFQ&.>|,)) h`sVi-Jd2+.kbi:evnRd,pml-ٖgb9kbjō#yBi)Brd 6A GOxH$tjҤjbSjlQ^Hޱ6(Qݨj_Y.N6s m>kRJưή-lx6[דٱm]A@4]3,,Bkloxܱo/@ E o&ioJJx!NJD@ P,!yoBmNzUfܮYB=Pf%a W [Ts=֮βNr 2ozR1YLNՊ2D@dB@6Axv1C U x@qohȍb/ڎ* J:AkZ ,20"/e6.\2=+!t\H |pU.r_,< 7*F G)) r+?+N+..;$MX@B15B.\C1d1+0vHd1lJ$T3\ns$@ aYg^db;;4,AKZb*0QjuEjubtLu%f.R 5IPAQnET5_rutsiRqtH fòA#؄V(1]H::3B1s(36@L~A&#XSD>u'Vjaҧe5"hh/dY  1re5_\\_Ձ7 A4*#@4@`w1n1Pȅ v2r4gSgxgs+gc8 2";k6WJӴmC.:935Ow \k!r;O0u .dE[oR入 Oz+ wF/޲W#Mpe h@uLqN9`fteHd66G\@@ jBsoX :@3TY, }kM`H A 0гb9(В4ـ3x%L+I=I_ C{8{hvnfk#(cPAl?@msm<8 6C.1O@'~y(d&(kVdSSDB/wdر , @om\ |CAB+"12RfFkj-9W-E#꣕ ߱a=W[<[z_;>cz{H?kuM ߸͛!CLe"ƌhDFj!$3l̸iiL7p,yD ;{ #( &.40*KVx(V1"p(phuJX<"Ƌ $p‡r?|`!Jx"ŋW1~Ѣ%H#.H1 400 Q @Rj NB"#Л60| ?~bO~ 4TyC~ ?x։T'!Ee6Xha GXqmn>ӡf΢PPS!iU1aAdVh Xx̮פ]Eֆe{h 1cſJ{m`KC:F4Ê"w<!a"! x i̋(, &xh6Q=m"2H#) W~Œa7̈!Z}5o8ڈdMV ؍KF38RCTقCOi'~HJTn mkJԁBX;*(H@ YEo2g…WxFhA ac#x FV-iC*O16 +8/| +V#(O%#h$^ B$ ?HA42G ҙx,'xop)Ll4KZ2,b= ЀưZd $p)(aA` tЃ,\fP|-jZNaB 9/1i`*Ә6GOIڳH5B)OY>*@e1jql[^] D" XZ}0jA iEZ]6[Z`=A0E8xr@[J ._(`vl@&TG"LDqU%0A a W6\,U2OB_< o[&%gi@MjAL >k"1X AӋD1C7RD7boXò|>Nځ !ZY{zh "Nt"wUȾ`c&rg&@w.2U0wwmR >˳  CPp_& :0( Jg$;ުYʱ3PA &(ZKbiyͣ0C(9lf7_8)HCXjb>7{>2 hJף Nȕ>L<458ta  0oC-0, z@  H@l.,2DO N >cL Z- C:` 8b'p|rp7ăJ(Lx pvO;jj@ |"N:aN)1 e hJCbL@LhA 0ͮ캋)>,QH @+РH`:P  n#' + ,pn)ta./!ʁ2># qX4dXC^H `f$z>?W :],b&fjO0w$q8L|Lj .HP'so7TO;1 0,~vBa| `희˞.2h*n /OoF A-Q"O/쀘* lv--V V%O k5nF~(}(['Pn8DJ|xR 8%_ ` r Q+O:qŒhw5vڒ1v( zH`0 ,B/Pv h4>>@1SAN?gGĦ/D@6 N5B-L#Z9c6Nހ0)pM` pP*yDd%9@997q]p+4֥p] Q>;RA|KI v9`T@:0`:ME;atI` 1@+!*fAOO2 d.J Hu@t!D4 &XRWQS!Ch5< #"l|^_BC@`UGamRYZJ JA ` SJJYEK,O$/'KNd `$l \ /@uLj-P5P3? . h3 @NR&`DP 4uS=.~'@Hj (y>FN`+:nt %G GC*J@ Z?NJ)#EiG,!c[c{Hxse@dtdǝ g"Ys$vC׹\kaW_%-.b Ẍ́p7+,+Z1ƍ+5 ˍ#B8h&KH҅ i,,AK$H(#0C&M$51v)4HPT?XTG ("7 C*RJ9NC O)R6˙@ Ō/1ɔ%ScF?#Hz!k=eʀ&.Ӷm7n{8 <& m۸Ц ޝ}=v)2d !|d (ϡAt#8~<UQp@])jY&oQ"P ^S`mG!(H/XXi֙< $8iZ!Rm:,oP\B0!| trmf93 E4B 3S|HPyx*NA`UE [)-F$JL~nQ ׇR%_sq)6c(٭C jYxikE5ҒM0[#deЁcTN.0 w1R %0"h{9J$aD{G$@VUeU$B (+cmXgw 5(@ Ca tHA m[hX!b,+O%(>9AT@Gi?aMN/_hOΐ``%B4熜w4n3dWSZ/QՔ{ C2?<+vZ"{;rU :a׾ dAJh ౗? ]@B%8`S/@P% Z9@e@C3*` f`CUT[ -f+p?l5-j3"DI ju> @e-qI!g81}Ejd#d`!aBlq`<(01) ,@Q*u-Si/#B*Hh!D6Nh Z`,}0-gI+͆#m<PY|ذ"6 psǎb]DgPgCXx 5- Rh{'1? ! e/FM/c3"`%;#@opC,sg&t& RC`C,_ZCwp4,5)F9JT HT0 _To@3Ʃx˫r+@&j1VM3 Eբ=G%?}1HbTPa_ Xh'H,T3LK(ր RkH]?p#aHem bHdhaKZFd+ 69E斣FtI]w.(v{\`KO"W xD>7e,%_ ViiߠXSҒ:35(mi TFg,Q2SZ ΢o #6vȶli ۑ vlEr#\CF%"G^K"{O-р̞SGQ ްaas,Y+)BNӃZSI?,Xuqx'gǝj8jB7ӽuv b I0.dXRT}l>h30 D Gk%yArP \0 l0Wz3]C7V;e'0C{@tDX95<m}>)`u!DW!3;3+jvO}C@0c@~ukPW#'uCT@Eb GRM rFv׀P*7V󒁧7VleO#Y{$$s`~` '{|_cf?@) baHD(XY'RMȄ)v,aVYe~{  gxV=ߣqd'.rhP PdŠU\`U @vVp]r`eD0^X{`p`fVQmH92A%)!P(e;ӄ)oWSB D`V~Qo@%p = j0ME>\8NwHrHyfԇ @ Uk-OE ]o:(($h8x~@ I_RiA7XXJׂ3aW+g/-o)(_6)i b]w&iXm5P!ɱqTEj#X yȕѕqH P\Pwiize/2 lP7pz"^#@x# e)QT[x0`6"_ 95z-/eC4x9i\H^a:*v[mFY"d\N)yС\^6ThyxXkHF=U~ İ@F|se7er/SqWTkɣ˙&_y GJJ sh/00l}d (zLLWQdup=oZ!ggsj"u!n0o+C* : R;èj@ 7iwǥL$ T)~`f2G%.ۤES 6ZhU\Ny @;dfge%2Jq 虞dxW? 0 J#:j'B(-KS91yaT҈}ZvKtvڠ+T#9i w#WD p !+*cPU_46ZЪp Ҏd4٣x'+)prhzVɏzS8BG_=˥b ˨4vfIftIjuZJHYƠɠ pdvo bv+x{[ըx۰ojdӔJ䠪 ~؜K!hz 4;P,[/+lF%+i,d0bb kc *F j_DtJ1cLh*<9YkDQHZ`vOؼz+d T$ 8LBO`[y%y?fV\Py*.Gh"4+Y kI Cdɒ,xדk!Lp,t)Pfh5Xu"uT'®*Ca|ڙla8Ew`o J4xK geȮTZ 0qi6d8Zd$>2&\xL yl$C:S ֛k ,)vu ?EKZ5|*Xkclp;b*PZDLyL,#izV#`&&%.a N˪g@p͓p#윙p u jUй  s93p$'BzדLϐ0 D̥~,(f +)̻E (K1|\yJËC/Bkֳ|w˖vw*)]Vn/ aUsH| Ġ.ܜsL;U @y(&oPfK;x2ɯC+[^q/3CNLjد# JDཌ'y>#4gqa&Z [kLmL'n~JUP-3PX`&enTS7K>DꕚkKKA@85$콬[nDBY+ (c}%4#bwG={;le.} Mp͕> ">͹B-XpFN@5~͖ 5Bf@ p[mϯN8k{`j`[_pa0+G-ї왃1 ;DXAl epw0iB~*w-MQc3]ӧMKb.:dxNzPH i Pܱ'كj '?@b BD p@jT`s x rnraI{6eG;J:PG%K8 m1師W>q\Z/lFB)H0ͩUX0. %Gs@0iDIE+ګ^ (-{Lkhqv-lه ,SЫgapQ-ieQE@X݉M(CXoV@ٍ%D ,-?{kR!1bCphe8g^F3Q&r mjqaFtX*K ԓ#DL2aX*\@=xMW j%A!Aʂta\3Lanٺ5uat@g1ӓ]Es-j+FH̀_j'-3`7i6yF ۈ=!:]9: A4Lo~x$ΞM1! [ &:oH:ҽ xy%^Wf>Ҍ궯e\XBĨ `:OV8:J6!MA.hEbs D|0_K8^Ô:x LW:D\TsGa0<%@Ki<<<QI00< ) 8vb+m۶SoS "B"\X3s/Y 2!)²c- گLpk\]`AC7{Ӧ^ܙp8.H$H=4ȓs=XR@Ai#& &8d<+rXs==*$9P(0:*8 >)P`Y˟! 3$B 7BrЅ꓌&>ҨB1;'B [JȤ",?g!-:@Z )##HJGA@(4x`OQ=9'e"D;NHA-pyc[&AH*&HEjSqцs/q_ī/1~I*>2B.B C&P?aih@4KXCr7 ǭ/C#J'vl4K=/E*LlI<9Ty H7`*2N&`cH3P84d#X(/ȢsEZȎ,9r:$9'{EZ8* ƮpB(F),*DFeIfl.|@ʹ,D;@!Z!rd<$N/؃QQx?A9 GY%=[3+H` eKx$#hìtE%Xh'E>hh]D{:3zq>;) )D +TIk8 S0N;!8L +ʳ.qIP%;g@0}#JkE\kя8,RbXJGJq [%˥4^f<&Hc}d=HώiSzȭjUV7Z]Hȏ"xx޲5[)]x}xW{ݺ=$(M3Yz%*(4>,ȃNMESxQ5V4pQkN<e*`92H)0"U6" 6 )AV 2ĮԏY]ep-X*CA+xbphz+"][CuEޗԒY ;+_t ø7<(MHK{RJ `GEѺU\4x`^:Y1 HbM< yfKO˿LG4SpZN.7FS׍E:]C?Z]$X xjPgpe_0=$ɨJ;->74X0Zrjω۴m>7X8:Q/`H43 ~ұ`Ȉ)^-B }ݤ 0(/ oYp%Hޕb:peW ]PZ`I\fC _d0^3|3g|5%4b^$\MC{E/k3pZA3FcF[ޔV|kжei\' mО[0zu>mg gCgh>fl|<>P@ 3kIɍ3Z4 eRVAD]=X^_D LVL8. O諵a<9UN3ιhAqBE7tx/g\Ni^PU_d1p:QX]XZ(K۞j \KYD%qDRG0~@&EdEVbΊa(k!p.5K^Sbr4^ցO'HֲC8?A-"pg?OgI[ض+1fcmU?{ܨZC|JC@4چD?hcB\I3(D`)p[Gl e(T~r?8z or\i1eG8% A5ׁZ>C~y e?l˦6%5#x֮W?J/CCm4?> FSV˓-]B y_:7p3hy3`3 7^`3G+vQY@ #+'Zӭ90K8zK`BwszO9h@hCp?yOi?G~_|Kwxn^ef7oݠ+mαxʚQ?-xmq6Z|7hy"Ȭ!!! "`D nB_ԅK&k_z78?ȈH7gF?w;{w|wspX rBt gpXXWhzrEA¦]Ԩ#Figb>yLLHQ@ )c!.1ć6K M4ac̛7p-u #h ~ҴF A(;3j(GgG )AL4ٔ`N%Р2 4n Ju SIWa1SHVgmePcsCX?capXBTHф]vfqFEm1v\Bjwk&lSmo 7M9͙y¸+\hsa]vgx2B 5PD|HdD&G}tX1 L3p8!C@d+SZՇ Q# ҕ`Cm("Z qZ1X6⨣^|fERG!ٓNL6fUf1%RdE[zj6lfkG0o9Mrt 'Ly0lޞYy_tT%Wޡ 1P|QzFR1ogh(B̀Ӭ ~pA~ϯ\44JPZT{A5YKbmlXCq! {F)B(7¶> nEF沸5qT跺N rijak ,n Mţnܱ{ rx 8j%Cm[@4ی*-A3+*]JuK]n`"6\j_о m#]rX_xnȑ}4Rp4o{R.!Z͘b#9r#8&ئs(֡0X%^t !2|T$;IeiD#%. hXnyc'BQVʉ 6A؞QH"lP[w}5]3(r?,b?hB ½.)r5d6q 6%)=7јn<d1d0\ /K'S8!2~ sh𶰈>A9I(byJbK T(0z g5zx\J5CCyjP,!Ȏ! 0e!l]?JS6.:/59:ͮ']u:\ 2{ON\:o7|JW+ B(HdCAdC G!cdhm\HHE L RCL#dZM{@N$yNJ8:9Z$ހY%%_ 5e61=]V_̀ADEݟe]*$,2CZ\Jdsz͕I0Gm\NHgI c¤{R'f7rNz3x&OrqL"܁@)Q&kz"=&5O'Fk$昽 gH%+j.ҟB~h~E6ddIv>1\;&H&o4{4zCc.ć玊E':g~I9>h j;!ט.l~k6h zo*B΢A*,"l< c38 ɥhIŤyRnGhŤ P ef.*g$~J)Pz VkŠ)M[:yQfBqHa,)]bBebƥtt X'hvvd-Q*1qYhVgԦ*L y@ Bi@h`=CEǕf)h]=~YV5U6kZ峚ڄB `k,&d,Ƭ*\*hchJi˵@IVc"i*o*UKcVB|ֺ'jtOT`)ky6qYijU@j_9p,n*gj.Dkad>Xop-DA\k+TJca lr~mWV*V,k~%iB%ّ {%kz*RojߊY] An,~Y~(/^  -IҊB-zPJ&{(1v2ibet,O٦r-Yc.nWш첮iR/`": sNge/qvB҆2mhncg 0j?i^]zĚ:blelrf-ǭK gi c n_ǹYz0^!"7^jgg/ c2meTxctj'ƪ}:8~fyGj]-e ^f1mSmS@QZ@47ɍz&e!^6S09n#+;-q2nqKzbyD1vm t+?,rgVOjjà6]"`b"3ޢ ;iBsQ5 ( /r,kŸ6PtE:2hI0Nq3A3hAX3Î DN_?gmW뤳E&rj^g"+z0 ث`0k6G^tIef3ursb!#6NsN#aPQsRK3Tl**^5V[uA}'gÚ-fi^YuE:FKeJ^TƪU/H[H޹-l`{q:B8_N/6Ob/ 6lgPKj't3tGR\fsox,*+[iV*-ˁh{i߁TolF =f74GDj6{at~Ka39tENxFƉdO@hbfrwx k9;oq0|`8;uӴ{#O.dy:Q c7bI{B:9L/Ǜ=l3)B.PU|מ_o:x<*eY쁻fMeZpkEF)Z8󎢒{{Jw/9:xw>A;+uTMٷ|> }@| ~7CNlڼCf΋9E&㿵㦍@R:wy 2}~v{;^gw={~̣'@0$p:„RXVΈiӵk0ӵQ@$>+Cgk1ixF) 7f01c %"Ez#B1"S?XZÈW~zW]YMV4m4ջw (@pa FLann!he7YA¦=-t6g^n83Z+w8@L3nrAӥZUlө3Ξ?V&ބ K>jUabu~ٯg]kE۸. ,/,[{1k*lF4E[XSȴ`6 *(thLrQZD"H4򥗤[rk(|*Zʼ**2,:+B`s,KHD‹t!,Ա&32n0Č-<mDJ;1])]Ͷd1R"S3(BRv\}!X;N]t&* K7ڧ*d[mW%4xl&A)LҚQhQeoGaԙ|&BB4ͽ 8tKX+"؈ӑizӫVŬzZ=FkAxO/~1gպ~Yoj0]u֘ )Yx=is9BTlr6­*#[ Xƕu'mnt&:Fx YLGYQ9z[UKM/FeUwtG٥ "4(:Vur8d|l9Q%W&J+9(kU->Ydr @ 1xl-ַ:fDjGj]nm^a\)ms[q<۱>v-f(4g^mhĭ6!n;_2ySDcLK )m!iV84әWYwĽ.@w3]Πϛlzov/>FD\ ~D9rKB:2}#<ʼuCf"WDt(80xʼnѸ!B xPg (b˃M?:*Dv:|JG-bxc0^Mf89\„TP'0H ^u%1 ] (B }lDEpVA/0DzE"ֆ"U0aH!qg iEM%-pea7mJP:z)Sn#NR\: 7CTsI'@Jd\Fm"wuDWydDFPQ`@@Cߢȷ|6:}3!ENKUEP 0"nW@AC `G ,V4ċsDA•fUĂfTmEo|B l)vSF/jÕnQMrU\E4 1/jƙBiw'K a +RXpM.45${(\)W 5Hlf lB r@P4A*8dcQQ,a8ł #ZriE%PNi.W "W`xe^dfPt'$8G/H$gDW $.:p ƕ )p^dA3CJV4))(8QY؜lFsG /2 *Ka g(@Vz 6S70oSp?`1G8~8 .`ؙW\rtZXv%l)K La}   $|P@4A*7 KE(58 P`5k  9 %C\ Tg)ЇAH$1 1EDs 0))@p %C8]a  c9`[,OA@u BM\vTN"절<"A \'E D 1 k:4yūW6u7Db:EV z#  ! +vsH?0OG=$p A "E " Qܿ2xlPM̉N"8)< +*$r@ HG#V@&;aK⃆@aѨfn(m`@}F(ĊYB* 6LNWyAEUZ2z|Goq'0,f)ƊW!R*L#XE51jb<̤&L)o9;rA4NFku9l"XU0,(B0@fЇ#' &HHЃ+b1%|e݅3 ?!4r *hB FUUS"WaC —@C53q ufAC=\`1 yU& +Ԉ%4Bg^mF&jT&k(AL/:0V J{"U7qsE{3=gDRa KyARi0 1(Hq'4".` T _ W,'TrZb3@1E3 IcîQ؁  B躋YdCf V Opv~'DtWP :yE@ PKc=b7{c t U - j8j&7F'g.17zP`zd")r4@z3!Ptv@܂D33]Qn}nP (ǀ$1u8ր8q,rS9$z,X@1#szA-X{2mHD*\1F) MspDu,DDrևwOrH0b"C0&ⅉTY  U}`rpp aPY{~Hyh[&w0e0qZ\1''QQXX\FK:\\S20yGIL'FH<}NqxmN:PYeFoXrv 106bs 7rhHo7iǍ6.#x{ j7cjyeR6',yz*)(Ѣ:#\Pe1S3}} j524-"xv M`YPV9\og0O`Y h-~uY& m0xVo~MjQ Ґ[Xc)'.wkh)sNY\8-6GK;Bp`p+9N232>wC3ʳ*`نEYP 7Y'@PiùɆ&DH% Hp HP{ Rh[Ia-Fk /\FL"1L(Y!|/9L"F $S34/w\1#|x`,R0TXzE1,0M?0bW p .WWH Q $@}ZQ 'i"cwc'DCA)9*: (@NF2YiA"i f-TO^@pu0RلŸ৵5$ycY ڶТ.d @~@e>(੖T2jJI,fJ:u .r1'92\({s v-Tp[ CкrD3ÒL!gyk|ZЙעVn}=pyFYRb(0.\437 QXl+ p:ZjQ;cPKDA+8y\j8ɪJ{:K:a(8P[@i-r`@ >.r\kU[+Is.@>1X/*f."}9E:WrTw u 7ss.zCǴd11Qb)U[ZP)*9N!F2E?(nO˒!| 0(lA4f`. .Z0ڡ@a@0niR. eeP^J¼8#:H@'WA|E&>)zEq}Dp}`=L#Nٓ4 ΁Z N%"`P0C; h=tP\[ P(Po=+Q ̀wjz! Q/ ?3 hSF d 0Ҟ=5$'qK T0 <-a=qHd:=TW3P903ze%f!)EMwC3L :i[:*NjK l6zXP 0 6ȂhM@+ҽ/ٟ]Z. 0*`Ѣ<1*=2j*:M`om994S7Ve.UiiM Oj?#:@ 7{MX,"zͶf?WIjF߉I2^ ǜ\9cb0r%aڼ)t78a2JLs`jE.3=cM(EbU+>z zemJXr6U 0Da5~@@#KZ(])iNy >8uaܩ5AG6헢s-U  *}ےmj%Go`@fT|$,>8@f`KrN@X{?s  b_[%5i$}zcZ^Ge%ހa c`&aMx筗2wspo `:p ru=_oeI6|.apgJhp͂gdUT iWd$x3/ Hś-.Jm>jJr-J᣶@OWY* n[fD+!^|g" | $ǭ>0|b pAPpįZ-RSp xds=P 5/ + jd/΁/ƈqq#`Wx q\ǖ$O@N EF!ljx5dnbx#>syp 7IQ27 mAA@ ZySЙ&a!mS\kU@cA=Um)aoY(=PĉU!!3 td|Qo_&\80|UdcQ Le̗ YE&z(`m@"VX"'"i&yZ-4nJzʜ!-_&!hcT@ABoIiU}-O JX\`fUB# 7c8R-V1" ʋ =J 1 / %P21l&aS(FOAM5X{Pq5FAb7n $>{eB胍^J-q sb8BB(?a -Ƅ*p$b-.`\*6P XN`Nq) #8n#HѰO*uTDSC1&,3ΐlqWс~| H%WDI-қN!&NB|!)6Zp"":Bp >6 ¸&e[tf\@Xiba<Ï9)B:<Mudm13#bF]yXWYG!UhXHh b) ThB>\4#W Nz(֍5Ri23t&"^ ď[X AۅDs!҉j?DtKtF9 P_FՁhuVZFт}!{ߝ=؁b(& N7$"6[Eڸ7c]-E:h?!w$ Yx%`!< 6 b R@3*P TR&4q' sJ]RFRieT SBvJQc,C; dF|$MvD&$xBnі'@a@vݎ;yKD & NT҇Y odLo)8%`qߛ !nTO0XasK ac.x/ apX:։/'jc*#l vxQN$@̘  8dZp%d1J !9@a2Nm`Yi0@Ԧ4)1CPB>@ f`O֌-'8CUa:Ϸ)w 7'g0P9C1> +/SEX@X@?- # (34>\O?`?"jxD&K*6y{?Pxj@ 0"E0C3؂an): h,-B*xF (|'BkB*d++FmkBB,rl>)9Pu,DPwTFF@.Á)/ R13UO @>2 XxhA(CaXM7x B74K1мU&8xqӁaq!3:,t@K>0A Q##3Q;*BLG(GĂpKiÁ(|C($P0L[XDNpt -/hX;?`LO XXi':ZIj |>&M OI6؅1 <, )@X?2,2@i;Ax S4fk9p#X NQ60(H&BxG7lGu0S\OTuS>D TFHF`;KcG>4$%@HIG f0P0] 8ȆH8,@`QC%4iؼR< 0'PHUBFBBP0 44T1JhG;W)D$T{zWz]u,ATzS}C(C(/xKzl}F{DO2**&K$TLM  MVذ Kp)[ 5]BC]xB8#5 8Xºl 8 0}1#C{Υ,RM1\5TXjx]a=^0ҚT3x3T .uNE pZt%1Q5z1H'! RES'95FdhIF?hi4@9 --H+P+8 '`h؀XWX(LLDPL065B A-bLHe^Q4AB BH5Bo@b ֬Q< ]t8-Ν`L  >-A@ l 'NÃQ U[_XHPJ$ӎC^8A7ֆ>1Jh.iNiނ,'(n' x ^')2(NLNPLNJxj^ 05M*.ްJ8#?P:h pf&ЂJ$s%M'.>3{:P$@+-xSشbcL򨷍[2J>1VmFrN2F`Khmmނ,n. hn 0;jvh5 ese@Rt0HcsX>0HCC O*]W0&0L|8?3eVx3옸, =/G^= >0ج s=(!%hKCrq؎!oav3V ? @spG?1nDP^pO5 @HhȀha18 èNJ7t_gOvLi3vrߎ` `.TcrFT)|i!Ss1]uыYn U ~qKSuJ:ÔLeG2eQ6cQ2Zjavc\zgUW1lRVuriǞ˝Gt!b;V!ԡ0Н%)Nj%@$̲h:{QBJ, #KcK 1Rn" .U`yJŞfԁVR8˒Eq~1e(`+/}aHc},Y `oV %-¯hjhvmqq~|@R7tڽ`VR)Ђ2A` S,BsJè!:.Yqo닁4ËOPGfTd8耆V+#S&ZՔT /R B%x"RzP"Ke)x~c6KHdmFhn&[mͶmYʝy<%TS", BLM:iI$D*: +E E}P1!kd5mPJhaASsnlY @Ab/v EBC"È0d /xP9`&<xȒ1_D')c vIŐhΑP, vçnoP!r)=74IZ uˢ7>-S[2䄪dnLtQ=) Q¸eFwI-64JyGZ ouR'>KZRS-iNl!bPG@$ZPگN!6 ӊ8 $63CgEPa(Nq T"t4E+qw븿&o;X rȨoMf4 b~ml+ ^8帶'/{Dv^փk\'^SsOLd?{:5) ? ҆nQ]Ν-=YNiJ-MIJ\Zߏ&\8"MAxv]M oԇ|>ҧqS65l&5 ^lK QXҕ+3SrD8˵ꈀ&nCԩ-ݸy=3>B|B0(VjXzYN[D7KaIpr2-g ¥)x z ͓98W.\fYni\;dϩN2AOMÂ0H :p \7aVF)]5a {Xح~ |>(}eUB G>a.vo{vi){bB`,%Y)PM ՔPP0IE]F#0qܑ rୱoWВ" ^н p8 }mU1_5A/'@ @T_U|ጔ1_UG{J[$W|ݻIV >IIT‘F`R6AXhԦ`,%)ZX1 A='BIщ^!ͭmu'~'"M "I! klH, h4l _,AX(PaHH&@|G 8"Hmx#cz:h|`^%T!V Ҝ൏)ZXc(Ba`EHI G!8"cp衞Tb(YO--"D‘@ܢ@@4@Ѐ/J0 !%F,+X4R#NndEGIy s8A@B%@;vMU<]~ !!  PbeKnSda  !MH˹gaAvffbraboT<[$L tpE4@& e60Q~r$4]T`5NYhX23w`@&m A <28ܰǽU h^IXXFyՏ%Q'}AB8cATfgRhhZVg~)b ׏㲰d$"LƦ@mZnfP2EHcq"e1~ IP8 Q#tJeĀ9B§pBswaeveU EA2(1++ UܙRЈ$d(iTG9YL#WT Y8\!V DN*Fz歡^`*h> l@N(jXO1 X$BlGb TX|UEiH\p]pD 0#Z&z~"< ?}~͞Y0ť!D" M2>jNJ&l*,ajj[#@tB4Ȃ,no@8h3I*w @PՓ#1#l)yuAUjC<T尔T!feY\~&"Y(u8qBOFjݰ%m.,dᚁX*foViBzrMrȚC&@dB&oT)qJ[8&Bw$ ȡؑ%b  *"^紌ݸ< މɣ-A?EX#gY0aFђ ^ %RR"$%Q2"jRyh㚖;b$VodC.:\5\.oLtTe0u, n@B&KK`%XYʣIdFT SpUhr߯&j/#jhVT&0⁞A쫞\::9:5X&o⍚p3 :jN4.6 @JPSJzbxGo4x 1(H! B = A4 6 xNkJŦI|Tܘ2߂i=ϱ>ӱMRhVF*'UI8NN0;B-8:T%ch)(߬vxR#JK@ ʩh@./mp2 (0Os!T'e4)͍a{)8㿾[Y(K֜AH!(]FZ7/ЧE?1?_' #p:0RA$2W5C9h(:B1.`'h0[ŞLvho\TDe +5 @ @ ` %Px]0xA0 0tQVo$g4O T!x2a@ iKcXε& `tڻҠN _oZT7E>u5T Sy0P`3@xacr1L8:@3p3'0 Ѐ}4MAʴLxTPK4)$ A"J궳A/Aqq&0qBIŊ2Ā2,)[HуsQd+gZv KzArZj8Ɖj 7 Wt[%9KI&K .Fn*x50xC/2&39A%\ɖN`@@' `pG,||,4&@?ʬlC#t hqWhR#^Av \$\|RjeU;J" (p-`uz};E$FzM:`I pnlCnPp1j&KKH DBv4 vt A @ :Sk$MwAo/ ӟpHL$_=!".YE#)J;#qkbԂi;}<~wT[=m*E>bV/G6`P<ˇl0ÐA˺H! Zڠ @e#d ꬓ Jzc7aUSu#>ムcVp^4cqb*(g %"KB{HD9g?\ŝq]$_ܙZz*@q?)Amˆ 7$ J XM0(#ԂZx% 秢F($3 D7!jX-|C:;Ő }+/;ϭ 7!(=;")VbKd5WeH  X9Y87 =."̠# C`+05fx0bq#F.vx0Br뀜lBDhpd`S↢7I*A;/Apj(CDQ_ Ziy $Y;;-!4 b%- PI ,=Iaƒh UHeApL#5hZpa( F,&(4jq j+fc-Ui6TA P$ yk^x2!ឺB` H+?B*7!?RQ|Xg}H2= d|YHoPlo$5l'IMوHPIO@7 t"P+TҲ82Tah 7P \D>1T: Gn܎umP@.z@,gh "앯y}ʘx =@8! }PO!GS g@ejnhm!jY$|U$HRLbD m(A%\-@. @ vx* *Qr(`Π4Qw$@A^&uNG)렫ޫt`hȗ" EL}N%A ^P¦Hx5B@gEXyhc1Cb(Bf1k AƅcchJsmI,["3uZ|4&l̔Le*ʾN4UbL,N*|b hr0PEaopX`.M#A `%~WZ (' ruU|E)1 D*ylHr69 pk?,!HlȹmU/]5ؿ-n/[ <11;IKEf|.y?ƾ1 gx|{RaW@P.t^S@M{BWA61`N =0Y8,=Wqmr$`Qjb  YdAlGRH"ξBA8M.ٽMOa 7Y9=KY}y߀>S!h,o)Lz`i`.0`( P*@F 02 ``x[bdЇPhne7gz6".D9Oz抰 Az/~d$ITNcŽ " ,H a,dnuv`4> Ύ! (  ߎj``:'m.@  :|Cؖj NF)dN^adp0JAd^kxb e ! ~ȬϢz"0 to @0 "6:/ >@L!1 zM,N"Ҧ0p" * 6 &@6HX L1Q $'h,LeD ^R" d )ȣLU%1D&Nw-ʼpp  uD :{ o@)aFʁM2 v[ h&Z*M `!+"! Ҁ"H " SHb*ind` @ uP :h ``%_2 ` -'SF ~{΢D' p(l˞` ` vL @sDLD8B ,qL`0-s>hd F@!.-npD ډN&@ |Ƣ״ nդPp8CSg`2t4 P:JB24@  B5C4Gc @B'xgM V 7" 2 Z GstGsG`  L`.,bNIJ/B. 1J! fSM_02 `@ N&@ar 2\2FsO_ ģS!4 ` PBCcNHjRgR)UDe5K(5HE6RE tsb)Gs48+BA:bq,sSX36A.`J 1B0` ILOa!-2 M!, Z 9@^ԧAz/g C Q<.$MPPC DIJ{.*aU\31DSz"MɎE#TQ)|G+NVf R:)`䱫qXo`tf@hXfZ+* BnMA(a bQb j_c@c;~F B^ X)^BQ v,Va6'%{nBDw469LTw |UdqT`rq+P).`n`j!pt /tӒi#Pakg `d&B,t Foe3_l5 Snc|V|x7^bfvp[_ d du`rQrU@ @B`VOup3 B +j@ @ N #n̳W Bg,^­!A=w_}RlACw_$BQPD ߐA a9ā,, 7 Lܦ" %^)/aDlA:%<HHO)$d&MμMB*P"%JN)9YT "Dc%ѣ0b̈Q#F@D"ز'l_`%/TlRrtEQ 8W L6 pwȑ+W+ׁxX9͜;{>K;Ef(1H?BCUYtXaqZSLVgPV\.ȥPWq%| @I 6Acs,UY.Ei PTVH$QX u GEmT@Umq~G%EEfAHJ%W\9AE!}QR QF9}PAE8a{AaFgpt O4ރt9E1D dX(A]tC:( ,ˆk8 #`i)rOHDEZED$FbqBaI~u"eq b<ZQ+-HJM.\ ngZSQUuXgU*)xǥ NQ *A%ya* LI&bbV8M-b<kϸ3xi !TH$MfDF5-A֦tkQP\Ć!5KT Rftal^y*5Q^ #T|P_:"{DqNF!HEMx[ч!H@` 66 148 ;9|o5zE""F$@%U}uId\uEy Cك{qQE~(RR!D N |$Q^0PZh29Q :9- TBE`a!H_J!Q`xaDc5rƳ 13-*+噦8br2=# azNm."gD ` %!FQq] XUI a MC>: |B@N' uhsZ070xQgEO (xrdЃ*u_n1<T\04!nܑ Q81X MX43 f@E!'ScI4%AE"x=P*_I] JtI5at,j 0=~ M/  ǡ8r $|0i<x @P\0 LC=Tz[E's`Ue+>up"{7fpO;usV%wd&)ކ?Zuu}j` Dž]QWU^P(a-@a o@_,5 7xC$rq 7x?ŀ' F5c@ Lr"EuX60MucrDY$ ͢-͂J=XNrw]k$5h@׊< Y>WIXuo ѡH3G uvbDvvg`g],_$ e&CoWowupAi$C֎~LbCT`G)\HVi^0%rR%!*qu&a>YkrltQbn*>]1w 7F1)7)VWR_t *\bqq)=W!DuyZ`AЭЭY_ʫM&4ȧSnS(lk54l H8HW}c~B )E9otw}V!;5Q};p0UE1 gQ!!!ėn:}|k߯(H}N]`h|n@aG3KS1bَL.֏gzd[W] =⭻w߬h \.~^.{pUD&zAcUP"ʕ onIsV}~> lԯ_ 傌Id)`4QJj*{o7A2{\xwX\Aj3% ]l,d %qCFϱZP.7fI ^Dվ9` qjqt >EҗR% W|iuHa8H#Yd@ i@_2aRv*02^Tii<=N븮ܖФ(Ws5ƬEW { cʻ0kP$VI}9Ap(%lZݑ|ʒ& BY^YOԑmf>|׽ԂM,$A vq{ww/"y?~ճA.y%Q yyy&CJ`h`K8dV Gnb(FCK5jK8@2a{u *yД@6H,o< Z1R Aa$9%#u TpA5FDU DUůpzž fd )5;ٳ#nS~&htL!ۓ6م2p,V# Fh$ظ 悓B8C|PNiAr #0D ' 1E)J=C]/1D<0euH<*H!-b |43`/XℶiV`(Q8qL'@,5apH_9OG#hHEdSLht7 _cljZY@\g7fɅ9ʉ ֹ4S-O  9R2%pCOMOPX;O( +@:fzRVn{a|Y(w8躢0I=<86m 39(: #p2{O([j@lvo JzRN2eK,VEh P= nx1^^PsTFJA@@SfPۄ ?|ME Z^Weȏ 8` t~g^@yϛT(k!54$Ј !-ː!1-Ԏp)6[_@;aϊ87*R=N%.&`aNGAj|7bi s_{A >?y2$)vCdAPU|aXp&(c ?C$DpBͰ4uD`wV)!v){Rc@1CLCw $qfIssh]XՒ1qw^K13Q ak5@"|48e> ]HB𓀄x=8zcaJS93v%>ez?YMmn%[=bl^\= 8/! &< 37yٷ)  qiMְ8L;M<4X OK k 9N:S9[S^`Z13$K/S^H +A>ʺj>- nˢ!(qS?-X;"4`3#+O{k;ܻ|}Nmx|+Jȳ@ DI+KԨN54):=Ԣk!tC==>#h$=M[dd6J R  FybBb/qLѨb슦n#1kl{6md?j;qt?{J\N?*XS`>+Rm ,-}LX<;Fplʚ,R۸iKyLkH̓Ř3%>V98A m$hT ^Brmԕ-lSd4UYЙ PQ"C38C4X^i//%el(h?#fY5)x(p OiqK| BzԅH(zD,2shbP1V{#``SX]Q s2# [-J*k:S JXf6[]鉻Mh RHC6V*(zۻ&,V- +C@=+ilіdlUVgЅo0 ICWը,ĤgƜQ >x<;Vs7XRxZ$M^YTQ`HEuL4(#FS&KbwD 31p[ 5 RAP(tR+`RdѨeU3;m}l.u @ m A ^"Y#e:#8J:R-`s&Uh`UIa%C /T@4:>YDPh)va q^DQ}SV^=Q[ex%o]Q R\*bX@۱zMIP(cJ@:I߲ /0%p':-`<:#Tߌ n.Y dBΏ(0UYvN]u fa>p8Lva1} X=ZXE^RO^^h ;X>ec53[. ]DP@-݋/hܗ|:`\%X# '2ػg|-?v VgdJ5y>v]{gHv6~Ch8yKMvţa rk eZ4Eӊ4#3ZX*$O25NZ赭Wȓn+^ J\gr/ 50 e[$X%ɺ6ڭ. 6n#?/jLaxZtpSP?@hCh7kr 覝nˆxthoBoQ^>^Y ;0ӴMmo~ƞla(^uە` >R)g3G:xU3`(0'*k*+?8B\ p6ЂrSLJpH CUz\nn;oф0oFoqV{oNmօ8.eYv\`^3pQ7"EtMmx> xBh 2ݤA7IW馫`%_nJ8c«Æ&mҰuZk;;$ U)ٌfoOv&ZZ_A87zgS)Q$%)vۆd"xK7x9HxRw" !r'Q?B(Gx/8xBmiC?(?඙6m2@^Tn&/v80fG+/v<̫-؂9@;r0sZl}0oBzv6wBr8t75a솨AtZpa8:{.s87ipMHEV e\ƪ:xU|ȇ "yg3r6"?8(76gۘ1\R+Tc:zggR'{n*P9;9nZ0>zzBosiza(PW~s~Y=W@X[:PR9.%NFtX菟3[ r ErK`b#%'Jh9[@qBe˜A} JXG#x+NI Bi{8Y Q~J5UNRUB),VD_UYձV[TH\:@ P_Nqair22v8ЄcTrYd>nFeLnGiiKvnOB44]Bo5#0&$r#42[@YGl ! yǑx}gxWwN450L4U}BSCGoDʨL*A Y"`jkJ+QgPD\r-DgkRD(B1Xa(b;x8ӎS dYYxY9t.RraPQb"MTrIVYeoMCǼ1;d&ˆa(n"l؉gx}0x4;X >Z(2 5;T B]* JuJST(X ©[I)Ek ƚe DS)6CKxte3ޡcb6C8ԲM-#nWrbE%.+/PI[B{%6fh6bmϡnq'F#PxE1g o 3zDA ڇSboQ5EINaDQc\0*UXjGlq=G","PEN~;qa^lmԒ3N / oVe\~8+^ cL1p0(\!rȜ8}. ӝbH dP?+[b[JSpBxA^2Yj=#X!AẂ* b uE=HחgFg8ldhMmZ[6TG!Ro8z]TZGBRqD">0f2jÅ8x N@E`a%0A:'1fX 7"Zt O44O xĤЄfN G2g&o#!ȼغ6f nк;aT%p*`:Dl < 9b$Ց#nm;d*LK󺄼P҆&]zdSQH>R\J笂(G a%\bBGD$ӛnI j C EnuPKBbIf 5WpZ%*[ (Gpt3 ӎ)lm FF6xD &&`y M̴XA\gE'I O: 8g1L_8ri S NPHaY):"6#H.P | {էBt"XzZX֢)lqcGjYH!H{e%!)&0d)X6ғ"%i(4a%e`N2KkK Ѕmj?a^z}( 5@eBQ: )r[,OEnt{c?mKoP;$tp['?Cg]v1x#^и3M*XIĘ߁Jp0#Pp.'fɒtpKk CԐ98B*Ix3O'OSh}[c X&0& .ZΨ-"CA1k己,bL5 G}$yTabL@g-|m4)FLU…,Gvr5Ab`Up7ܠ@fX~kA%Mv `vOݣsM;Z>^-7݇K0 봢"Pפ1n!NO8 w9"G2'P8#ߓmx9ZsU}չ襍IgFn$BbMך;Zꄵ'Ɣ4Vk)V>zTJVO2/`{)>>y??/6P6n9GGѱiu7/ o` FFy%F%Hg0U)ݎTXT6ڃ Q+zgiU Z41%Z}}%a ! #PFf:_Ղ9\ X˴M_܎|6P AT^8 s$]_V$Cve]\M %˸x6!c8zih{{Rfe؁AQFo̧o_ a5PɅ.1x)hi5fU344Rހ7e A%^ћja ڛ1X6(SMȁ"d M Jjhz_uBuva嬥Wb\ic'bbaZN^& E }BMԨ^&1*) ix)f*ѩgA5W ~" 6X l( sפz_RVjk(" 9hBy)=jL,^ J)^K^B.n,Pwk */&ZK`VzV:Zj2llX!tV껮\h&Vqߡ*Z5+ȓ+g(F#*eXK6#v6Y~闂)ǒ)i"+:>eZKT^Uge%]!5)0lٛ~S8u2m]ޥvnu+wfc_OJcifK ^ȓRB,\lz)1|)-&IiTil>h*~Wcneʚͮq2/Rn Ar.'F*mu҄)>mZ70`bN94Z튋^{NfbTI4Zi~.|fblb*ƆhOVkV 60ԩ#)Io1vXf.q&&-\>Chgeq_eK= yxC>oa,[1p{!$hm-h 3&xe,Rja k/˶9 _/cXA&or1#)+u>tj~S+r,6@sFc1Mq*3cș5`0d5b~)cl5&M) #ʞ7pư9#)"ۛg-%GnndrH&Ƒk_^^q,_*Z" )qK_/sF0.1R`f^BP l3oi*o汀 +d=% r8Q]99;9lR`֫s[v@6eQ+2 4tcL-AYFDCFg43׮*c!3BcI(NsJ߭Ph.ݓ)0v3836Z#'r:kO+.˚[!,R+5Kq4 XߥB*Z]vn5s5BX/&^_`&F?Eg4M3nLΖŽ5`qZ3L6 #eM{3ߚc)rPw/eC"d{scAD24"iV/QZB77\9& [bM,>6s/2Fuo0Pf m0`lt6t1ı$8jwb6:ZxsBd cY]B~io(Jkw~ 9ZN3ƗaZ1b_4p'Fu Oi29ƯtJmM K"l&9v9N6"ϛڋ <82R!ݜ! BBnkS1M\1i6<؎> $5x"8ocso_4 w [kIMZ?w7))p񜧰)RJϺA(O7r̚γ)֦zs&ܢ$#\'_ve7òN/ؓgKsmEC,lo.z뺇 ( qa,[]B_N.vk!sVָxkbw`%{{lz8pCK4-\G^b:-p9lFba/<§155J>Fvjx#rm^;1[u"Gc1l[]cDZۻF s-m M035>YP޺k>tH֭P1קpRZ'/78kY;fly[ F:v^'ڮ"1,7~X??75AnjG2~iJ>g.t&5\{CPg& 1@XWƍ&n8ЄBhhʼn+Z8!:Z9TSELviZ˖$P0`7qX@s>eRmhQGr78~6+wȑc4jrE ݳg&>U:okŕ˖0a*eT2oKtaS2m*I,p`g%E%ʑ)Wn;7rwbDF?]٤< %,L ),MBv̳Fp.Tk )JoK#b#@h$S[caK2(lR( dʼm2J҄q3齰ƚo23+Z,,P@YKM(\rqHPL0 C4!5p`&=1Uq\鋥#q[ /JZjaS4i=Jr+S[Kͳt53Pk$=?,B<Ŵvb #4G ^+Rd L[t(!bkTe5#aZ#H$q8;(uʌ<5Dp(iI#ٲҜQsZ֤iq&$D睗ܭiz>&҈E$Wů!1TzK{!Po@)[-x)`V (vԒ%6LR>Y]>3O]2)- 1rs!hunW/].tnjF4Q6LMEn7Bly?U3A(#㮘(( *8~T"'SosLy͚V+ihq[dVs?|b!Qw'.S25ӹ>m]X׹v\ԩ8,UE|6x(^IPJW&_zDv,%OI3i-r~ig@D1s҅f"ܒ)?llxqE YyVmw%A7`G$]1o#O C2=y d!MIp/U% tH>|q\Ŗgcr0ⷈ'o8PqjLhE-fрbJKXǚ,D"#c]40`S;$" S/Gqt CddWsb5Kqi%D}E(sai<9rjUXl إِ3Bp uDQl k!OqVm;svm`y#[D5=Xf=І9ԡRI/. 1 @z爑"JSx WMPbIС,\CaC3Û9|HEf`,M0BIKIxB5%o| _ak_4ӑC ֧fNS&2*-MuIx3̃*T'ۂf59UvۚCLK"CHU#whI#(yN!^*Hz얪EhE%4]XP)~ʭ9E]=i>jZ/:0 -ZТ{Hn R2dy̝sQ*HG-luKi 9>ƙpiOE#ks(uQ]@,CFUp9\paAfۉ8P\>#N81#BJ}t#F`|PℱM[>Ɖ 1v$rLL}OW]]m䬚 W Q_D`źj_N[p簌U7'W ͼ:՜tgC24"[|yWhX^;6I2$쒴_ϲ,f,JRv Ko*k %o99!7z<#nv Se%d<-F25R4:ner-ߴ{8iOOcT.8-[QWk6|S7Dۢ!$[yTR5{ï`4%';ŗXÕi5/eMSO vy>',SrMüiNv{ԣKdyD-Yˈ[Vzrҕ}OL ޅbaLS}m!.|1J{S{O6Te~N"baN 7=t:[ūz] :8d:>mzI:G Ⱦ, \^nom/m곓̂pP:UtmҀ+bG f<5M Q9!p+A:D9>P¦63/P0 _$[aޢ BP=r7ݰ.; y0s}Zrgzz,'O 9k 1TDB6lCwlCA:MjD|UePw 3|P6DbWVf#knoPNG4v~Upk%hosdPiDopYos@P   #SJ `f3R fz+WHS& .{*({vT|\QtG:IWdIƇ?;1aF)/)QE5GWiclPS9 ғCOM"3spTe8OSn@Ox[,,-pPrR([p RjjpO0ņ%.̀s'{k*$&Q|T:pt < BXD@)DBP=%0y`r| +oE4<012 5Fu8n[p}!&@'QuEYu` Y83 % sp xꕁ'+jj/ P[eS%Ik >'1CW\a(&QC9(S')`R_WB|p0@4pLjN#gFhBmQm2$g)R蒕0Tt5KgsR'b@f(xXԖb_&nS+0~B13lFlVKu]EL6t BNvERfXA<4/p=Wt:O4p5N5%0q& [T[TT/1%m[*yў!({Xô'e ;9T+"p X@̃5 l\!ɑj'~h+mvƀˢW0y gVSfWPp-q>qa y#g&504AS8lb0 . n䐫911W_(aZ)r2 : H*e\p =GxqFY 0f^cZ@NdsoOz1p疣,@KTYVi8P#M:-&&dI!h†:!At C@$S[P+tW1l9ZҺLB{*b*B*:, ($p\PC@Nn5}kE)10ntr Wi"ЃO[g>P0>TY/3P={a٣[s 3sqS*+ ?D\Ū99{bA:=l?4ZL[ (Y2,qVYn0}@-$ j(y|{fKTez 0P &֣gN9T0/!009H7 Ėɺ˪";(f;V7{2c kLW*0a16pܻN}VGе=0)WVvhTw&4P&BP7sw@ZpN-C~ O@J/8lA a+P P F0'Y]{H:!# Z'L9TL$/NPCC`r$`2g!O}>R P6bĀW?ʱ6~t.e`[=zdy "=Q:ca7C09gTS HA35r"ѳD(@׶ɛ-$PѰ8ml(PXv:s \ȀhtEShXEIkq׀J vTqP  h  @j4&uMpL݁@GHLωgI(8+^ɱmCٖɉ0|-501$@*r,p Pl`CeyNf9s}mRO==>So"X( ЌGc[ԫ}ʒ7<!a0|L_0Id$䗧i lAѥ`% }umv]׬ӟ|>';|ܣ^9Wf qNj8 dq~7cT- 5svYH$ Ҡ0g:륐8("LB{O ؄p@pO _}XCp@f95iV~T1fM@]n!\H~`T qS@Apn2c.Kв0cjcG(G\(|LN >O=::: WO9w2 B|IޮZ0s`FWpT&J_~PF0XxNM`o0bɡSSձ0k0'$;.0 /hv`J[{!C1LMp«eOOnk#  xi# %>25EڨM0\n>T+](@ǜhJO/m1?`+ J(5~at^Z#M=<wxl\1DM@yX }k-! Xp1/C`f7}jz1p?sh#CEsb6orßZxh1S-M B`Zfbj J8* E̤ 6[~́rW.T;qb*$J!-q%\to_^(dQ"ax %K &̙ing 6Ҝ#x",X*Ī9Ԁa1A{q' 8wn2:1#ū b!?Tr4uCC|>)ZmU[ZR(3rk`&j Cv d8•Ze#|a˭k-üB kȚX.̲r GPG>!F`Q fH&Xb!( D7jA{Í㐻 +>XVjÐ@ '-Dħ&ib񃇤8)h6pz@옃 (x")0C CZAPtcĹJ kq{,F+Fut3JLfG`聙X"TBԢxeЇd *؈&Ct~XO @4< 9 f 8;Xp(iZPca>n #Vj CZNgW00XMlb%keКmV4K 3eqOh*̀Xzx ``EfTp!Cb7܍!ބ`>9v1j-寐]x@0k7 $/2#s9VE&T8*`VxŌk8Fd?W:/֣/傺0Æ-2VkΑǯMk k"-[{Xkm't{ Cx#d>(+N7a%kohr9*4 oA b>@n sV!!  hE4n &HcIF1DDJ54Ř'P Ag=[ơm-"CJiKËZh1q d5f{DRV ljSiBBtp Ea^ q!.0"$(l 9` "AZBL Dp#3ѤNN^r Ap ,"&*(Y>f hbC|3g[be+%&CePf(k0RŠX&|l;53Fbmgqs ]cCGv-'P4z !o0*hPmDI|U:` p9@.J,6u0У ̉=B;/S0 >D2X(imɫUo06Ͳe;QVY ;t5ۧ?IZo`C%7nQ@+'TP-={ >|N$` `l}TI;$Ua%~ALI00`gl!jPァ /P24wP!s)La]\3{f #FqjFs-6_Ck!$A ˊ`x|! +I␊ͦ 8?83DOS, )"UDZaOu-v TT`\V ?_=w * #'YKVrdN7;Μܥ S/xDeF c^s`zɚ6Ѡ$PA o1CMF|p=~]06$p,v&I AOd!A4)i,D!\i<иS4_B !n yU(fR0A ;قXv-?0;ƃ }U6˳*]s6g#3{knL`͠1["p7F(` k '(Mp;ao/ 6 ~`dHޘt:Qp#IIO $ C(4]a:Hַ ct%c k%`h0\2<}S!SBz׹>]XV~vkT>a)H!MMu@ NNf8߻4@X<' iYp e»+aP3P u6 PAh}t0` >xS^N(C1qCźQ­s 8PR*`A=꾐p~ _֟=_zCߟH Y ! )&=>p8C9C:C:8Is;?=:EXBX34ÛY?(at#M:/P%0#XODã7HV ȃV (H=(9h:A**A*$B1Ԡ)P8 C0! ,,$- Y%:K;,< bc =s77G~$, 6}GC}Ã8|C7Cl@ԣD BDFXF<D`)ؙ/RR.DNNvc3ΐVjHT<`@9)Z<Ғ*^0?6P*ʦ58͡c:XH:8&@hAC8!@P]l7?BŐ`A=,`9;-Ƙ +2rT <˕؟@ϜRG>L0?S3QUPUL XMQRMQ]l<FH*8PDaEML$"1P1Q=(DIJG6 /MةݪlYєDY٘=UY5UR%QUU ͟mYE5_kMZd$3&2b0$`Ve,ֵ(^pGmMj.4VXQrm[Us)HAS@?0] (k7PF8,T(O Us?%pvKK$ȡH$G 0 1@MGciEEPF(Dݕ:tYH-%ݭ]^HmK^D7o'E.P_%0&p"obQV= OX};<K730%8)A%x)8UyK 3\ޢ1J[NTXTr}_ځUX)h)  o]0HЂB&p] h%h܃*`$ SO@Է̓%FhK#I K$> #"#]_ D$f (b "Ffp^D.4@rr99 080g ؀ 0A`.\iElAp.ec>cQdA&d%U@X GdKxu܅1WP+@&0SJ~=` ;\(6HaTfA.-sLG^| Nf)kifnDgED?(g44`---#h h (ڃ=RʆhL05W5BVćh@~_dQ`M%H(B(H0B0h]dX` mOv 8^ɋeܖhlZ23 :$˘ ]?رdOh`KJҎ^;fz܃FKS6 6&)TX;>*82_f`NP'jc&CxDtFh>kpknp@` hp&Ȁ`JuGuyZHLvThP{0ےlhZ1h&~'ig?1@Fux Q8;qŠzK;dكܛW-Y MB9挠Ah1MA f %!Ӊ#H l(RL) !cM=e 'Ϡ@!J4PAH&:SK14SZ4h挝sf ZPt A'NdRW*I#h^rD"N8)v R$LA~(2 -b󈐠0JF\c ^C&5-]{6) : tchVTpPAPE E(2DKg T<' ~^L!(-md鐡%dJyRIYHNqubWh1GXdaVZh%PЕ8=ː$b8cB%1c]2f$Ј %Pb lƚbXvY4"Z\ Pu8]!~L Rzǭ0^yz"^Cg^q y4M%84B!ӂ a$^j!UȰJU"TkSL>y".bic=#@Zb* f Lf\ #@" 'xc<晘0l.18l Ro\t6 MbewByTThH!uZH MEzчKZ8=GH|u!f 8gRu2ۡ@EUX+n᝶ $./E1xS"0o 4p";$aI$0oazthJ5\|pgjg Q!y,[P'Є1* G!(!O< 4B%8%d/uK7d?"elUZҝ hY/{{ j%A RBhAc4G #QpF$&! j,HJv1^>CjF%R!mz|'- D $%(#HG_ Ҙ7_"PK4"+x&3,1?~c?6gkcQ= XȢ%S{#eR5 'J"IC`. ) -*ׯY/ 0 6d ~Ђex)a5f0RD(J+P-ԀY,TS36! @\:00@ 6U7l +6q|1_;>r+`kP)lLd,iQ8HG PΦA TR&1bʘzōoʐb3 \ lmo1&8nxE ^Q+t>{51N%Xce} ArxÛy*V~MGWfȫ`#xi}04vAuD[B)$)JV,#^@Um8$nHX0xk[]A[ +XZ sJS6X/{K( 荜` " gT7X#rD3W\6ulh^ڰb) {v~OگKp9pl" ]hSg"L{% :$p< A^͚5ƺś0,ǽ> 9`CAkڥ́ Jhh!#KCY\2 eK<+mB(dV<#镯6D9l`뼅++Kc:+y|f5% H1i0h6|#1nq[[Zbf_c#Ҧ6?qǰęd V@iWR0BO Գ`Un>h I/;^A J PH}- EÑ &v <D`iuil n"\TbF.Lxn X42 JFLSArp_iJ{aa!POz-!(u!Y)ցWBZI!`B|8π_ߛ%Z{!"Y{_^@%V5& @.ep^`gt`- &\@ ҋs$FiuĠX >ƘI %DQ "p1EB}_z55A_\#(XB!]a{#"} Q H)hXDT^L%Zy 'LJ@`ldL+l^ٜ%H}kbAU[>CGh LYtD_Y2~{l_/1 Baa5 TT0α:W%;½B%> }A8At X@@4@Ѐ#6B6dmXIAIA&rF V$ȘHd bhcfDU=N)SoFe8aHD<μ[Q̈́N T9[TTzYKmu١~%Lg;XZguV'Yaݝ!_B[Z)\ ^xe&` fff%>% $PEfd(6pdefb+%d&ل 8!8!Hr+N)]+@b!4aDF8>ՓQ{vB)Y~'.*B$y?Z{Ǥ^6 `J熑AD#hz(6F&@@lT@ƒ$MlևMbhDDQ lF< +{!p CPAn([p٦GA9AqނT15&4&k+j:+:)vN+{q% nZm+q=yG4N L idB2Y^&ѩ>ejd*dlc<:j~(AMf)YifD+2eSIm6õ)"C*SQ\rWAH:k ViWΤyն>^\H,,n_A:^D&-I>IFnm\ *Q/ X"թ*ǁ-$Rq5G p+)CQ"YoR3l8AB˲:`[>S=I%9,.BivVҴ.&[8Sьtz-@f@@avܒAE-& La\np~npt!p4\jU|<^δsfCxhG ,"*T~=٪ݵ#5+\ ,ay !0v:m[mk_ ~l4 T(0@}D :&{̜DZyaF%@c;.1 qrԙWьغ+O_mG9v6ОS0,/'[0F9_Q ~PAFq137p9C1d^W &a54-@,Z:u @\35^ p`0|p }hQ}sA,pv4rY񕪩BL%'~͠Ql.V|fه4n L 붞ܶ8n21Hm-|KGt7^w184CZyWw AާXpY{P˩T|@9, @ @siLA$(wz4`/!>'v@^<8UQ.Ac LnbȦym`NUƺjHj \ GNr.;A|(R'7`D{s|A85|Zos0B<0{-ړFBh?-t$ΰt1:ait{%Гy9 vn4.~c$<{a+u4 kZl;z-}iS|9 `&$&0B#B#0!;{܀A9z0 40 D@s@3zW=0u k.r0o c2mcZm˞`NЛ }-MpD+7,@öoz,Z9{^ܫ9\ 4%L4ij2)B>|ܸ1cMG{ʀ#+VA $dJP,3ZD$f7mS ?g`lcMAgCo~z"7@TԨtFj!BB񄡂gPB5'C ׯ|pb-1yc)7{ HѣCe % *xZe;%2a †KP!WC(1#:UjU~ZWjš%0HAXhE S$0&J !8 , z.θ@A 2Ώ:,J@A7d qj R,~Q&6"+,;L 2L<^F =8C 602_Z6> ~E^hnb+t!QgQEAHeQg (?c(2bFb,@\e#K1-ZHE£:!Z:0xQ'2 S0?2Į:6xJͱGr"+*|, k1jcn#=zqDᆷ,4*@^M65ep+8I !8'>M\%]u&Cq՞#%Fazb3JB&>L"`b- %Xa/p]x23~F_P6J֌X---1塎\ͪAǯ蒪eJJ߿~t"]$ARַ0 8y)3ٴ1ddl0F(b>gZMfq~M29 MwhrAvb *^TH$.XH!A0 *-xE vaHt.nKܜh bzS2/'5*#nҖ3X*N}/@x$1I|Cxbu+Ctv:Αw5cMnwMȉJ%q`ѓ PZ"d_?/(l=Cnbx8Ӷ|DˍI@KBHDjp2RdOYТ2!>a w,iY uBHܞ4D"~f49FIHdCͼuH+f5:c:rQh=4QQ#x B7ў( ˧[hPpX %IB2 $X4|%T?B:ajŀTx2H(WT7$'tY嬵\/!IĮvs|f'2ZH/8}8;΄(A 3^;-q@oPib,*Rʊmf+13鑌K 9Ha 8FRj`@\0xJL.CL+S͠0 geV}®K,LYA.7Lë)[}f I^Biɪ$x7G=׾[}A(4APY :GZV$ Tx&kV!qf;Pm*hE NPFY@Hn`cRYu@Hrsd\r ݰ'C$*Ñ  <,Y^zZ$ QYo*Gvj 9ObŢO @>ơ&q5{bߦ 6P@:t `Ah2LԬ 6SgQl:)~ę傞=׺JmsUzի&R KoVd SurV+~ZL#M/>,j[Ĕ= G\ @~qC ֺWtk0(ׂP+ `E J!p<[J6".a@ [6(U.o2SU>tvsy:ޱ.UfҰj=ҠPOn k h;72|}:!iz ``"/+O6o  Ehjnl`V@ PX G, $P(+`9ȡ/dzv `?O0=#@ X* *̶M\jEH~b=-Cf`bjZ" h6q6w |hTF Ҡns ` Lk JI Ia$`֡LEs)o&|.+VpEQ pD 6U_Xx$(GiS` 0`F @)_4FEFINuFFe4Up **cu," EPvSI{@8bVt` oF`YaMK>vp 2;A2 a+vAD%n^g3G GNZpB Pb*-"b.5S VSQEA5FO5T%U/40v>6HHG :WV Tpl@rci(vA8OhAZ8n FN@ #m/ p aDTLb <^5E55E%EbC;tm S% 7v -oIbcT!Vo'i-vz `UBHHq[6 בp@Tf GȳKL ơ$t͔h5h=i?@ >rw{W X aVAZ jA&/Q+jb|1-nDvķ`W ȷ@oU'vbIUݷFWCn-z`k 2~ ؑ"i@l6$ s)4 A8nt'3 t@tj@y# x !w& *D5J5_S pRb= `Si3 A2ExbX}c88BU{*Cʖrx3@T(W `X  s +M4aY  zf@Pj-7VvO $mo,Cy EaAEU @DƆz{yH$ wbaٙ}WT'ּ2n"ÀX HEeu}s m`raӐu*XhY5ra`M/a zP@<p &z*:w!EPvCq' '=`ːjQ tdR3p;H$HOh}yYF3D-4- pˠy F(W{9fr@.@蹬`>@ô֚YLZ>" f+ 2Ok{2 nNb զ D;*dlǘCg6;z }QC6+E('d1ɩH hjʹƵ:Bg)Y%CYۓ@sG f .ANM#zw۾ۅ,!md7+jX<PPmU8 i%CUES4 *^@}љЩRV'VEF=[f{` n\z 0zy(XaafA/ @Lɱ@@ӥ&>NV 0 ) a m.ڃB:CX< jj@Kpo6E@٠OD]]ћޙi b$}4la4a4ō`1=ZfC8g%$;ȅ`gUE~ v\}C`@U~bWQe,l2'c˶뷞aۨ *JD B  j31ebXrKY?`+8t{Ё!D~-Oe֠_Ced/_/w wm{,Aw>Paګڃ Z 4ޘO|("jRRW;| У;_볞'0I3>C4l+ ,mo3N<2+8Z _*z=t$e@`Z^ *A1 )XLHp 2q39 m\ \: լ[~ &g4Y)RBFGɉ7($y b7 !8@baf ? 9͏W/LВ:C%gRj2(h {B"k"թT`9!E~,HPl`YuX>UY \lZsI4E_|M}K`XmAb @cdPF6#`6Y93Z1& IdNF@&V %6qBF,ǜAD KFm|w"}7<+2!aEaaĐ_Y~qTN8锢KHqF }(i!~WaiQ#8"jVkES8xؔ.؄G"G4@L&9^ >zِάsړn'Rm3n,[Ht\ȓa&tu%A"gH~|WwPH"QpM|Q-+/YB[ԡol*saFZɩi[6+w4EքWqȰ!<@d 0VD[N-R`$b7Y@.TB VƆ"~P׺ B [&uIG$AC~th"b'FM媢 &orWj#{r;{R5Qt`C2pOS̚γwC92-^ޯFL6E`C1H)Q,u%1(du=]=""Qr $SCACd`5 S&d (INu%>";٭f; ( ^t >3(żmX̏5 lBH|C>A&.v+9c/BA~0ub7p#1g%0e`PrG)H'JAPP@LWםJY2wx&< P؂EiHdEW8\h_KR-Y¨#p!AmB ۤOnB?%,Dou!ElG"9 G#N8>5 fp2pn!aD0HX)EIJNe+b[-ze-k p`IR0?o4n~v0HKg@(;%^{!+<!07acDSc.g>C[su5SsXb\3Ft!ԡNή~ӻ^#Ļa(u\j/⺲하1xwJDAeB)",(H! cP&3 vNJOu`|Z_L5= ͬ3͑h:JR9kf]9-.kMHj?%~z)ˋ~x v6'5 /MIRAGb'KPPQpJ\VCjI4Cr/2D#xԢ6҆@5`%xń# ;#ND!$"=TՔ\yIBkr; \0 ]Vz`6]._Vtd{{GV/SO~8 O5׆C%! aط}Cp:S~lgYo0qWWug а~'{ihfulP%x %T7Lr@L5\ G=+PEJr 8d4w6QrP.??R&{6ZV$v8 @Ze~|/uP`j0V'CEHd+R8f.r)Dž!b e*{'O|;B5Kg }GDև~(T9qrB KU r0krc$@k / L@ \P "zx6XR^@{HeCDPz|(WH0XKH$m0 Q #paw! ` m5! |hDŽ#@W XJE-Rؤr"sX> IlAGGde A` 1uEkJ0Mw>9s1Z-4l_ dh*pd| ZA%jl*o0} -8c nhda;:!+"#@ t)=LՈb]ʥ<ʪ z_z E@bAEWAX_n@Aŀ6Y8wu׼ ;t`w~98e!}0q30, ,o,1kv<@ Rǥ} ܳrdz &E'(3PC`03hq06ó ,0p9y|CJWr+1jј)3`H @vR V\^TCZYvB &=3Ǟ+TP*|J2'U xUPt`Tdk6k\1d~lלy:ÜУIPNtSKE0⫡C/+ ssOW tNja*\e,pu f͗,yb;`r~|]ǝ-C;dZL4YHm2jiGz ft.ġeثBq>ݻC:<^a/}pYc0c~[K ŵTZ渁磚iDLqL۽tLjy¼{G!y+&U_o4=ImKfX'Ko\e1 lNo3eعcrpuG=۶} 7`5R: -dz] IzX{_ZoGJ ޕIX‚ j{$L>b ySB< 4s!)R bA7oH%a8Whc)R=eʀ%.=äI#HP?i #G"T"3J`Bp&…XpwA+ܸq̕UٺuT^[@`  @Ŋ(L6u XL<…NFis˝#V)"DȌ5hQS)$B EpH&Ig 1d)gG& A~=:0x3hC<݇EB?6PȐ~JO %V"%b&2.x Rꮻ"B*>b>ȊJ2 jkrЉk\‹/ Ƚ l0 h .<"4:.FP#׬-jŒ7d7$NGù栋NH.H*,JãX3#!rÆhb j"At 4P u"qD" #⧤B4CYVC !BqK(,qiAZLq[Ԉ0"d ? #*ҍb%K۔SWja C;BLeA$90~@T(Zk%A Q]{UW+ƴP֭媋Gj+M6[l.Ho#+'13gcvLxA6{MMu^9͂=P 0\AA7!,L)Nf%hJ D\@Pc,`/@bg9 B^*@J"XšqٷpMrR<|'0! S[0&WsJ., TcxKLC`4 pN301&p!,'  CRi ZXs9E"a&af.B@"n$#PKp& A!ȋȬּB||(X02ֲ6>.+ئ4HcS-0NLgТn: ȷ" Apz^@PщtD1Nô;!g'3\< 4 't(;$* !QxKd"3B" !A@<X l+ 6rE|7‘rkӜ=K^G@1̶#+"ŹjD/! |n ID#)5 i %8:Nx*NR\¨ #~`:Oee]hRYY0,5)RJ"j#گM0vsp:#\'NݢNA)qE`,Bk&.MCAA`((0lach'b`%̰CTXB5FQwn)wփ"{ /$FY$BbRaE{fŠ}bb/,^ܦM|s!FXNtxb#1f+|/s c;0`ao&m`0,`6qd/AL4 ;cC 8`9)/gY&ʌR˕SPفD.@Roa\"SO]X5f `\Jֲ0,e j-A 2 @ZW`.КZd)H"S0rXE׋2Z0-ѳ1tUZC lkm}`Y;A-ٹM߈@,peMHD JHRG cvi?a X 죲KeZQ >EA6嫶n;}RQB:h8#0CS+z.Q.^h1dS=X3Ђ!rC@(Ms3` 0E+D3#4+kD)A%Xk=BA,ȁ=)&dٮgr8Wn+"{+>Є.<#;ȷTfl;jj4k ~ØؼpԐz)0-@!ja!@3@85GJGuL)?~%3@8Ã/@18HFL=@& .L#-$,a|C8"%0$8JpU1d$0\S q,<oVkCv$ <JX)B5O"~| @B<0/Ėk(`H' .A<"LɄ EeHb','k8C$#t\\/}/(I|B>Ӎd:"ℐ|VhJi=P s4 [2X0뜿 hÇ!1s&pX,<t~T/X4FtDlD;P%>p0i"A IM]G5#5JA[3ma\TѻbQbȧЫ07.A.q'Q9U!Ξ!u$xJP=('}ա ;I*s@O1S{K4(9mD4HdӇ\?9?BՎ0 ".LM!}JLh$U`M)7hCOf)QrDYOlxHx7u.O*(qM= Pp%SL<+BPx+@byWHrAgб|[T52PUш/Oڤv!տ'/9L ⱓ噝A.20RHS0}L]J*P͡%S:0(L*YR+%iNASBqA\ۼ47=/8R(OeU}u=[<Ю5b^!Sנs@Fͧ ؀5XIu>5݄kXOۊgaXA XI77\-[]L8 1JtRpf 3:٢F\Њ:C)K˻}rg`us9ͫƝQ@;+/AP>E 4y˙Bٙ.RH`^F5Nt,h6,Ls<0EpV@0USWKG0)&H۵4e"^*SE:w$b$QTZHfj,v%MsEIb`2gic8g9;޺ڒ^{3AV]~\F|ihfS*!HAЂQ?( KD*Sޭ14KJ 03p^FLi]4-DugMX櫁b׶fj&jkf MX'!WrFgK:-;cuW>HAّ R9oe(RHG;5K|aC\i$`3HV#K%ii8LemVv5LdR ^V]FLxmi8bG FݾޖPN^e)a+[!r~=ffcUc6kи~-,/_l>.ɛԸDX|.-p 3HR`3X7o˄<pCo2w$=IϷOI1݁DNq햫39;qqVq gj"qanr.&@g)rΫgb#uX: .W͍gքD8EXDAXY!(R7 "@w"Ђt79ExxA4=㻅8Ah?2 ˒6iJLJxLAH&CqtPW=-4;hr$Eg.}DZW&r]*rpowj9r`v$V®1l71 0`t_wCGgڱG7$t:wܩKwC {hHxUܑ1Lxx8xK|7LSH$,f;?yH\R`(C !#Nc0B !?.򦐠xكgh? EzG5~sP\s_xx{wn0Z1cXBg97uԉ$}R6b"- 1Jd<8E*Reʖad4N4;s?WEҡVP)UQ`UW14 QU5HfYH qQqBŘb}B(!4&c> 5fu&iF աkV 5B)lApFoќsuyR8PC:,Q]#fAg=4WXꝴ{#~'}$4CQ rUF`V\UI%>e&e%V#|8I}13(6X5dYx)Z !NWm(B]mU^b- dqfin0o "~x.yt&'h'8@ #S*54M:B!.%UZH֭Cz[^ò1%(Ȭ1F[#0CF&IiXOv~ؖxA)(o /+ܘl!D8n!(",׃ q:R5.uL{㞻|SO?򌰺jX*ҬU[A5"n1C`!tXgͬWؘ 0m Z܆[[ܶnʀ2p0^e bGB '8!\Ă8A%BRw:t3σ,JckKn,~R35A⪀6hzmT3-m1dT<[֘YmYH_x>26|_ )~x#D$ꠅkHT7BW8/l3A#=R$"7D@ U`BvOU`%Ae,vdܵ0lbLy"qCRDbJu D--@l̸p+@ |>D|AH1ϛDaLD78Rgh%? ! XH5r77P1,6!ᒍP&;i 4L* vse{n(UeSI&Š2PZ\ Yp >x -Np~Dc7v[C`C {흫H0c@TO}^DU%PmrӮ- n`;$b+Adz*hTSCI0ҍTQIqg)Uli"+s)p̱Hg|fD9+%\]IN4J\ȏ` BB+u Y$|h];FXvk[ns&AJBB-[ghc!8LUFv&=|~Y&1J$Mڙ֊VlN)4띰y"LM&w[Wpҵ2:h#Tp`G5lX.uVfU܍*o a"9k; nPnR~F-j Zdž-yceGƖ)V4/ i',"X(BBKanvm :G-j Acl6l `vOԡK].MM#F9hQegԢ'4OB.v3J7d9WR,M<S3Z2%d{h m*WuY#kژJ!t[,]S'XCU!Z^npV#H%@ yOxWrܲU:ʡk^=~|]!;hK6Z43^UV$ oBB#4q 74&wA}nz@&2) ~촒Y=ꂃ;I]R>qnZ4R:;!i/{n|&І>rѱkQOgIxd g;M7]ΜPi!l6|%~&{A6ո(X۾5WZOY`\r`_NZmuN AH| ^-f11M[QHUY]3Bi`xA!߆m6Tn^aP]٨ZXﱝav`m ~1q݀M@]ڮ |Ǥ W`$F4O#RVʩimff~ˆbp&p*dx r~׈be!"tpR*B~2v*!Õ*!f6{Zc}i!DZR Pt|fhn$ޠK!SVf-0ifh(V,'b"j_q',D60Uhqe_!m&mX*" An `'cZBܪZ{6)Mj5|NNg7vf7lvi:ޠh~=S,m6b(f)ipꆅ+DhЮ]F*.ਫ਼'4azjr-daݤDe:**P2J"3 UHlƩ.<,ˆbˊ%jݡyΊ-^.Sq\jvn_:.FڕIf`odnő~emOzOw"%B(4hacbh^(ڦVJ/U/h5z/j AB e0o|ͯ/{ l07$Τ-<~$e.7.*:CV%Jb#-T#nwN/)@V^AV*,q 貸\ `lp҂nA[}.oaa/Jک91M:'?3db Qþrn閲nif:ϩpbU蜾q sWWq)W)aά++2ѹp,h9g媑!sM Wno";U#[9piIfrֺ2s "0` b,2m-oZ/feW) sྱ1K/q' 3 ) +"/&"9I8M!զ4rr($>Kq_Ngj@zA,'-ʱ.;a38߂0Wtze'iWd*p_ ݟ,rJJ!+#;[4zxO^L5=K1"lJe*rON+[PV#;6(;񲖵YuZW2( ß~Bax-UIǢUh5Qxy0Mה 9(%dsr*Q;QRѧgOq@{>AǷZŰU ku.4klZc?[[PmTGjvAses6/^ۈqo8LZa P'H> R/_ycrh8|;PX%7V6Q 9Otlw(bx2k #ۢ8ƍ_L7>DdiP=ZtQؐ5)ZHqƹAj"9mJ1_” fMr"WNSشCGNFM (PiLSslZDo}We[D[G&˗FL lkJ83i@ MK q!fmNn.Ͷ@"g7|;i8p8tnZk9#@d"/=JS'W+.ڨ˫L"TCL@ b3$~O_`!`kPZt JbJLIא ?G필٘2[,!0ju7'6s~ uv"嵈^{RK5L˾1F-5qeY;([u) ?3uqƔڽjf }_2}Flꂺ\RsK~\Zg܄DlcT7mocOO"=lb{UR% {##:g^|ia,L<ܴ7?[c.} *A8DD%Wj'nk\`גN:J4蒂!Wˁ{DWqGoT!Ft}\ؽ.)Zg1M71y c.?h  rEE[L4EGQSX-L'LRWU&^ΐ0c3LYtJ|I)R7mx1an6^~+ձ0+YzeJQgztH:[)+] N'lKɡILa `V)rbK"SI0ZJ$j941˝g)X-zu kmaR~O0f\iRK']RtkߝtˇJTER.vֶӟ vsYϖ5Yh߆vի,`kb4W.ܭ[ߦi14Ʊǁ>R) Zn* sfrt5ͮJ:E);^wr0z+RxR|AU**ZQXMO8`x$EI /ݡUf䲒/m#[qؑ:Y]n2v 0ȋ5Tx-)mj䑥:Ű#YHHuN.G1=d8 QwDi wM|N.2p_f@֝Xq&jRS<67SHYq`\bv9_BõD1wFc(^ܘ,<*wͲ~(X7aԥd+GaVgGĕg~`O9@g, uZUoVsc6y7q[ԣvpK s܇>q ˘kg;oP&b)٬1 }M7Te6[ϗ=ބ,8=;VOϤC̑ms[TuJ%Xlf) E5K;̱)]мCœ ocJ,ϙ1OifU`U@XEXֲC~r;ʕ/a p^: fI,"3=n,urUɳCS;;Ĝ̪ ܸe?rǝӞ{˯3w)r!,"(2 (\P 6|!EJ80# ?"Ir%+8L0@% HИn̉S'N?˜K`TPHT]pUV[PC lчC`ZnV]*\f8A P(W@DpX hІ"~4A,uB~PYUfB ?QLyHLFs)bFpq\rn(2stiPBI] ݹ'D$yJDl"I7`Kig|RDT*PtXe !0eE }̡U)ܥ\"sHFP*h &ȌzX衦`._r 3VQ LLtS*1#KTԳ&Hws 28С  \ xA&) P h(<D0 9l@#,T` }p5݆~,`7HCRBI58W٘.*D7nJޣh=2 zXmiHERɧP݁w4r%3̞?4%?C@13Ȁ3!U V$d0 }[PDq`0b6ᤡ2е1 Eᔆz@0y۟L R?eN0@?C BhB% v-k @'"Tp9<@>6nNp q/`؜ _9 T8QҐ at(%F7 4U',>ԥyړkJ0- b ``e4IJ}0O0p!_! {`3tW *#J-)@͘DnKBP,(?#5.aC^O@ `< A a[0vcqfXr [봰0@3bPI`)xJW~P٢փa֡<;uNH _KW2A mijt[mWI3ϵmzBؙWHR-qAPf To2,H4}V{7t p;hc+=)\Z|(H :! VuN]x1]tT~xk{Z76ֳP4^`A _V6" iՌ wkL`CxJw7^3g~'+٤g|Zx/B1D()y+g,pSc!U>zsACdI69RRg= 1 pU q`r5mFP.! =l'o@v h2 v5qG% ݠFUR `NW+nRZ $qxg:B(wS3Ky3h;.af7f\fLRypelqeTv00tZ ħ[0|PPO7gPABqsv=}! $O~W q'QpUpӸ QR%gS '67$S'rbKЇ(h\2rQks%0G0<MK~!E CPYNf:e 4ML1fA~}: 9^S#fPY` ~a /QpN&GRbxxB3bQy$;@N!H\j2fc`;0Bp|0P]n5 99P{^Bs4WUJSm)d4MPA>vK(gj{hh` <qG0q`x8/opx. Li1(X~Bj-yX Zfz-㕂y2`gB|`=Req=ly`{+t3WCP-s/̡0h+>40%) J:nt#YpIE`8ߐ0YJIєWQY1QA S|:A r)DQ bo  QT@hIWRI!X]OG=E4RZ }@+RF}f}h`njEj+WniN~qPwVxe#>T@2c"&Qz86P `BqHqʉ(2:Fڣ=c?d RN(22@\t"6K Mѥ7bb $ЃK1p8b]3ByV-O[!gq+>:+Nr8.2NM_))*E.PppGP|-g @2C&r muu6`9({[b(qMhsX #'˫*S!*;-U ;5B~vd5p.0F+wQ9u/R82TpּgGOT!~_B:@&uq:A*y`@?1.@J~ /x;:^`qZ+)hk[:*[v$@KX=Np Dj( 9PE$P`>MZOZ3pOłV,f?TFq8Es`p6FnDZ 9R,FGěS@RKh#x3zC#n<(|3 *x<*$ΠKdt=P5P5}3~֣dV,=p0Z]<O0NضE:g4MyP5PdTq3RD^ K`Mܵ#.1s[/a(}#+q%g'u().Qk||7a2|3Т*`VOqp—w t-tC<+P=[U M5N`y/6Tdd-h. fM`chOPzW$ I19ZŶ4SrC !A'TBռ:'Mp=QcH-OSl {VO }`l֐YEWF\r6fatJsFr]gS6d%-~'`Yp=SQ$ p $BZOpgF`qs&R훩M *d aZc'WmǵK->G4L?@dɍvd2~ypP H F"W8BO<r 2ptr P #Q*wK.'hþTp `.ݰq&|R<=w6%) ۆ tqO_l6kul+w1MU}&[ e%pN-r'wjR 5iT.h!t xpTPe' q:nJ Ԗ7%Fϲ􅎏K@OPĊ*΃0` Bgk7?51VV!@PgkD D?&IܞP Y%!$m2V ,Ҥ! td,dPC>|Eر% (Q$HlĤM9u)SA{$tgOŊ+X$tܲ{0b`æ Cqchȫ/ 4ZI`cpӧP '"́ðqRᦎ!ZkhiЭ)M,V7)^՘k(''"0cy'H Ҳ CvāI)Q"Dx! .;rN]/$E*%MpY'OwFx`၁2m' Lt<ѡVXT'bj!㪴^YA"ka+ CBj0L1 Јa?h1x@B9֪'p27 &NUbYf@j#8n0 r("N;9Cι#J:;̣O=B- > TaF@'op47+¾!,t_7 - %h%(* 9l2 "P>db@`]ei`>NÏ3431#5ӗ|3_ڤNFS%\Em" ɀ&G `Q!'bK իzC>j W?" m4-HWNX$8|]pHICz<'Xɨ *jb)nycEҺ<?#23_|7p f@2C}'.fx* $#5` YR&\`P@ aU+C` -t,KQנjHv\ aw'Zs 30m'\p`8) @]0".M݋9# u%NqN2w9͕' QtzB` *p&AT/AF-=ڂb3bM`AB|`ڌTՎY~ @AĘ0UЛ&.ҷ0L.&-o0$9 w}!NB$DO,yI* D-FN,(H HJ%!OnBZb@P TC!tB1`=^-9 8h~cZM '`8 ԎcBX:pA;BFH稅J_B_oNÜ`+/} Nh\`dI0FY.sT:QXH(t* Tj[ m`w:HY ![M@ 3gn7$4mxb͸gH!A B S wc6 [a 7<8-CbǖdB"-.F Qh(AV# 0gAd-\  H r{@P!C`!FH^`=ZQP 4"7zT3)pl b,s a3X-a G橄z@>Q7vC/|u -La<ް7axÇ-,:قOQiъ6!pjm̨pZLƶB SJ߲q 0E︑r9T3 } ECѝ%pfC u©R>C0P8MN@>o=A_#`S PRWK>" iP;$usA(f&Īj@TXp72Q! T HMBtKxP@ @2]퓊(#ti*PA0*.CdEe+6\W`T3,u5_&B%t d&d={0lVobSopC= &!IuEԪ~!{#  : JNfUpPZի^5!|c[®je@KX Q؆O"W(*Pn4l.Ľ BCeT}S1{ChY܀P%g}Co_jA}_D ??B2` g(E~ik -v {"Xy*[*(0H:n0*[~"7X=3As 8_kqBX=!)^]iX02ش=;>*D>, B-d)B3>۹>9KCEH[%iEh90@?!%/"0E3;OsjEm1s'X2?>7R:1|5[|9]z ʟt{ȂJ06f()/%A'!q/pe'9>*B.B,Go+<>0>o kG7FlL6F2.C;L-X%/ 2X܃2/OBtDtPQpj X<&@A[6967*3(B E)p/T3-83+)(E-Sp^t^B[M('_]jѽH==zxo,Ǻ4G*dGn|GK>mGGLCHFH:GǛ3$x!55@DH(3X<;A4͇U8y?X98?xy'"5 'I I.zKJ\?X`I3f[P2OSƿ B! >9C$>{lOϛx ˸,Px9}Kz PO$l6LC`Ŵ KȔL$H=%=8=IBH(/cMOO8ihT'-Xc<&͠k](DR4 9<*8NW3`N+<?P ( ia7БW .%2HO_7u4iB@Ճ5|:65O9HDDOLlTMX8T7\νm@`@KU][]m]a?;:K]: 8?"QX$$Y5hK0 LQM]T@dO#W*PW؅W05XR-)Sڦ0??]aa:]4 :("' ( ZG)X `. L܃E{yV1^QT=T/*%"56P4˫<&P?h[3*J`j i&P/@Eh$Y`<+$CeQ A 00 KI<paZv[]maaa`a44@9@f4-x--Y Ef Ѐ #L=([D^>D XP2^O8}NVQ/iB @(K!noP*0A?@_?38N XdC;= `0`p:ت2y] (YSB B`[R֣8 0a=a]]e?.f8b&bcjeVAg,*pj؀Ѐ@tђ,ZvvgGUHHp@^3^Z4VZiH6`z"@ho7hX(R׍>j(K%Wa9-Hǐ!E 4aC(:i/fӞ>>]?殾jdg.YANh q@X'X%0(=hpwv^p WJpQAHRzg|^V0HyWl@cR\ xA+֮ ʩ38?LiX:$]))868N񧝆jQAT&0`2f<Tjaq{7.o`;~ށɱX-w)еKs=p^gNpNlM^RQQ)P^uQ$B0?]S1l| 1z?-󐸝DWR)8[ Edvv҈uw?v$@?NzveQ܍idNO4=j?pa&ox;bm׀@w,)|br]Ã4|Aplha @ehoT0*/0y*^#@0sHu/K%VBߣ3lH<j iJ"({pO5R3qw[ƛ8jf<9jF@%AϠ$H ćN\hៅ2n#?hcr9[Vn,YXnRJ3aI#h Gz uɨQHQd zhl:#ĊMD 0`)!A,5I]uj TE3 6Z)4F).NR顁YhРAgfTP:Z~Xl ?\UN=vc}РxnW }9{@FlĊbl!I4R%˙X)5{N<G/5GqrRLDTM1`F!_%Yba% %t!s.&9iLppBC$ːd( ˖GB *z55Alb}; _|4 hMڷGVVCD-DcD~\ D[h75Ё\,"HALpį1|uA4JQ A:oCh"dxbB9JMmnVUxaY\=Q$#ش&2?d!q [55"~w? 2jB ^ JA f .VNrtOAS3Xh]lp%rѲ%en谓 AbݕNƹ-!RWݡ 0G"ڎH6emjZه>s^VխьSsn=F :{&l}#P 7/C @Tvk`%J NěެQLh(6h1D@> GjäNvB^f!a٭xp9,&%9as u FXG&V.wc%c:iЩH\e+ߓewz,d5ZtN@^Q5D";Z-oְ%8Y͞cDg čL%T@Mu!z5#[.cܠ"PO8Ʊz5*x$^ry^$N֌zfVov3J= 6cs*C2ji wzE/"ц( E *[r 4! ,w80g;I5pruP9P!-`JRR <FXq\JCN$e n` k@zMk2kpW}8r}#ի<" &ubfoZwfؼ!vr?#1M@ú41AVxրƧCOZoN2b 8+/xZJږemO C3M-09n>0ln a}\!ͮ^rmrnwWn7wae^PK@'U[_kxbiItjzQ[)HyeZG[7Y٠޶n;[^ c,iVr:8S SbX=C.c'y՞3 n^%3oyߝs; o?'p;8^aeA\ H&T`< qB fuPߔHhE̴iєZtDq) 4LX)9ԥ N`m\8z1WR)yP5م}LV ]\\L4A _~=`-߳8 ($!)\AUfI`FVI\ƕؕLI=ԁΑH͉]ĴY]mP8}D4ؒA.[U50~sQa}9H D< :ء-p4<CEԤ a T"Rߔ^m yP8 P4Zᆸ$N\D4m|,AF.ANJ&5a$L$12!MY!dl8 hc7Z[TV-4˳p%a%Xaؤ9؂@=P؍QN'4Zc~e 9 .VF Ǝœ A!fF5ݐEv?C>&r $Ɗ&&6 1Rja֥$bL5ܨ@(RAZϣA*d:J6 bkU?uPz"ʌjHV )B ؊ -h9. !`kt= v-^t)"DE’@40` $C3b@%0G#%8 nR&4 (7x7 *D6x^8HLu$.tUZu)Wv?h`P"6b&Hh ^Y:t6hE| A+h"f(FJ+ -h  't =ׂ,pJ\8`J WxPDfW-,6xU C y[h6 I99Ei * tg{GpFZє関տV6^ݣO)tܰ9PjI=%`} k#YjpJ ^azp%ԣktI [E)y쳩 z ~P3h!QJ DH" M)zI{=(KB7><-j/ZMTGq8jh!FGoiHD`sX;,˄alP i&M`i\IJ ZQZXt@YȂXCՠ%+( K11g HE &ÁO*%'9qSVFT-)@q }@4va,C|v|'7K;ju] ek{c/P=##ta l0*qDp Fi8#`)YSnP" d\ -@&⒕8(! H~lI*U#Pz*A9Xor4 م!S:x5kZYWZgЃv &Wv.ekDLH`:iAҥ,g[t vP"5 j `9_NN M! <@́Qm.HD]sތ xP#0B>aZpTJ<H_w}g^gVmS': a"E12+±2,4F;(Fr4O71Y`Ѐ|/Ϲ4|d,gChmRw!oY2*Pu& b=FoW@Ch?bZs!_;uy VD'L,5(" )P h{H(, BIӢL0T1qKITrzzPahQ] <1䨁8v»K"U3L4&a0;eGxt ,YL挒;y{k\oD'DdP#a!_/'Tx)F<B@t6p0q 5k !9)?A :`Ar ~,\\.B&4,aد^P =)vPWq h 0zuȻྞ~p2ڏmqP08Z A'v b LKA] bP(.P=rˋ<8fpFTa0 A#ldω6&W,"#@ o~)c#|P0F k1 Ï  m h]Ip:P p>`rP[hd` 2̧pI@@hN7<:(>&b |"ڌk.O8b 'L} Le$0y̍ N#7R @D  wlЯ؏- ~ i`:6arRJnN nhVmAL>` ,C32\ M* %p.F"".`C ,D"Jbx!9.a")r#nA s 00 fѿHҿ|}@ 2Kr2ȱ> dbllD@hb6 RaM@ȡ6A2*?-n>@>o@Dp\Dk` ~ ,b-/BC@PR.O2#Ѣ`#.*"; K01۠DR2@)썂CDXL%!,4Q!J3 b3(u` h `s6 . Jvs(LL-8p*ҴJ 3 & J"A bA`92@;3 ` ZfP̶P>S 0g!?W :?0S.@*c2tO~tvx B-Ѿ0"8tD`d &u3F>@pnNoF?!*l. z0LR ,a 3#$ `ؔ !Z0? O4Ac`h@4PPybRТ   *4 ,Р4 V&{` hsn37[EcTU76 6i!h̄V@Ià T `ߊ5-2 ^bG `x2`c`A=4 @ Zu00V#`܀ TOTl%SlU$I2Pu >sQ 3.` .6 !fb"6Ff \8VkaIW ;+p6`熀)zK #RM=Ls~Q:"t#`?$k=uaO]]iFzVn'W܎3 *4_ @}} p@%q)burqh&nGu D5Rv@@e`&,B$uZp @#4"C N'CA/32nc " L7k 겣lUl.W2{w)|L|6 _yoؗ  ޷t@~q`E nS>@4WqMxsjA J hM&dϤH=a E2x)"8p ! `@ɻr x EX6Bw\/x5]gyuky}zqY/O4^*NbA"ı@ ` }G b~ߢrp)v\8*︁n >  blLpHYقkՀk ! /瓍#'/ Z0#!2L@;זGڈ%IZkvvР38 4:c8' XWf TCuXxha*Ϝأb -@5ƄXAf ّ=f v f|`拠.Cy6{`y4B :3r-2PWױzP j?##Pa{z |Z@>zDj,vaRFZ@oL/^&ؖHItIW *K# K*J8ؠN2ZwT^q=B 2"Py/ [ @%`@{ۈGZzK?^P 6;|=3:} 9}z3zp/]Eaȁ>)a8yjJ/ `_*X` ĠW5p#fx 7Bj ScP=_#rML/'92b4;n"2n  SOovDZbc{7 N֡eY*Sg &FcX)9h Pzހؾ<i372#.lm52#A|ͭW'p ǝ/!@g a 4NA±8 Շ # c~rWˏ> Šr"墾T<<t2UW Js ۽~o0Aޗ&ҧ2=Ic)n`L@P:3>  @ `I5=%`>P{#Nd``PO#:wg8/R>|\b !_aS_}^2#Bu_!lJ=^p0T? FW)]*asq4 @L _ 50;=c`@wH7ybff  ?~"%J&uR PG: CeJR6YrI-Qʕ,[|ce>bԈCMH 3OeʀQF*LHiQ%Ru8%!%zL(l3Dw\Zrt@^| 8~ d5&+Enx,͢-zrKf%]$QE 1E"DhHjv !؆G l)p.2Gh R 961Anؼ921Wa59ϟ sT/T0: RUV9 Q_eYiiCo#W-N1S^Hbp b1& % aeiI >AF{jf7@$HnF pit 5uhCVBr r8E:&EjVELGoemiى$vRH]T,TPIK8Q *. |'0ö@1-eAIqHnqV ~%@X83s}PS|Xn0HQYej]pM7kF%jaKzoiϛBz- B /#.'f#%b8Űͩ #ubDWPFmTRKiUvʂw.6 Q@YDWPFnl9hwhtƧ&? d' 8t3 Aʿn۞0/L2G1OtGmfH`@AH pâvQU!*)>&ҙDh*xJCKW"17r sDono[f(S[a_@Uڞ-e+#тm{VMp57aAtck_fK]7+Bp\b6J,ZUN\+;  _qU08)\o|m6xu@j@ zk>0v\GCmVgoy6|QO}ew2ov~tq37xgp'cHida 4@i'&&ISw0ƀ (=()w=Qx0[\zXfDx XmPm0m a919@Ҡ) caO T9zGFM|F'm.o amZI~b `e@X sgum05`7ٚU* ;o 63&p4:J(9ʔ;(U W@EKEV8Ct FT*kI*0 [|O:ۃETҤڂ mPzئU6("e)mvrY{Jȧ|)?QH9JXCEgwv3 #f&dwwX w 2j]3|ר';=pP q: yx"0,x 1EaL@k` $ Z ` AR|kF6k'Q7scelEkt֮Y :rHR h$:vJ` *03WJtA 6#3j:;ת^ @Az%[Е^)StHSmx1@ijk0 cW~EuP6&ǷE66.a r_5V32صEuQ=h ӠXHn.l"%0ga, ˰x7; 6 k4Ǹ'3Di 7BZ`'[{q0o` c@ 9 Jz0 @ cj7.Hl6̈́XeҖƛ!\1ȵ[ cck z` @rNA$n+Jj$*Xݱ_u{拾` [h;K?Skpj 7'ţaAl(qt,{K3U  u ,? аuXg^.WIK⃂geK5u/EvRבEe $lVĂ@TLLg mP|IǬ "03J f { {Rce̔f\+п Lb*{عUZ˖ lL)ٙ p@3W`Cf$$^ۢ[Q+>\sXYTɗl PM#A*A;_uf_haQTl`13`e\؛ww< ''Ս&;Z)kw15|~|]{0 {A0YGf+6ig. HC`6?Ku0EvdI][~ [ c jӱ˺󥟈)&@̥mB,{˷/ZHMpYi(l Օp zrHj!+j~ jAܳb :f-Y0F(Yz>O?Z-1pH+8Glp+2Q]ؿyI(M31[O 3&Tw}̌~zڽC;ͩ:{ƼixCZ=ǽMby[$} 0 * m* =jPhrE56A="Dvd!TG0jȇ|W#i،Ff'vs+ U˼<~3J&uF`xZj)C$ g|M5@ k 93M?{EL!I[ M7w1A%Bh BE3 nw{3>*];u^xJ@ΙB FKtBPyz <}[ϐ ek 8_ls1!d٦+L.[B>\bޭ߶\veஃ=yL S}*A`Cp^憶. K`~JakLΚ|q3#|ɍɝ0D)A@ /UNOܐA>ngOMJIO-n<ˀzg3sj; nnF*t x!}fnx"w(it.{bpа@?+ $drnBk;xSvE5nkPg}WީWcUP5FB_u{S aB6p9x玸;N+V;gr]VF3e* L$?v,qc-[(f&7l@؎BRFis +GӲK{MC WZ#LBe[vsS /#x$7Is@Q5tD!3 ",=2:LGJuRg6ϤL D]zBjE ]3J!>|#bzkF6e*CgCՈmp&`-6\̯rcBR y?.\^HyV0缳aXb@nMT Ғ;\N_yLoy?Revf^u\|A%<*<`Í7Μm6 Yhz(#K $nRЂիrbQa"}Ay o7x0ÙVyqJB $?OQ 'aP2u|Q!YyAJQ"Hʮ%(J5;uc3?3 (r! ˊ /G,tQ{HCU-5B[ N (#3C W%! PM[ҟhW cy ]@@< ꋞ49A@!7( >0nl ;@@H="TEta^"s eA*Ď5!p|$w"ȅ xZ xH.䔤! P$Xg8&okd׶\ZKJJ8w " 3PCI+Zd#Hz! %+-BOd@ r;NJ҄  oYR%z L2&5ӡΊY ;`0 B2S446\Y4' dj8502G8hFs2rfqI*P@^v+LF`Dg%o*-/S!,8`@'2HÕ)3dy‹g~IS`251>i&Q+aD!:5'fΣ"Ҡū ` -p+]-/\ 5U` w+?s/%k5X1R HHb0-B@YOT: ZS*jbeC&UgLeOJS׽uikSv?;Yx; C;q!j* Xc4=A:NJ#,Dq2#*`jێƤvIMvM\@=IЄk-NYbYժd7{#lf <5X5~d*)'U@#񷯁+ oGZϊ] [zR@-Ql?ᆳ"$U+Kԭp$raK cRd&mLUU%|T)C` >EO*HH*! G~el3!#n,uגRqqMKzݚkxbv|nބ&<Œ98ʍ)j;cI#"%jgYx|:| ] Ui1;U\ &` ,ؕ*Z;5A bZ$H.H4$[6;Ö::0"ޣ3> {K )`'{/$;l)/#ؾH(/0' ?8K> 㘽;1V"+)L+Yӏ*ɸa9\)౞xa><$:㱵g$c'#SMLAz(Gh PG05;0 kq+J\:>>(s1x)H[f'[[?hnD%Ғ?J!P-8LJ0:촚1P\@&"ri5 L h!6h@zc(sF:$0>Hr(^> T.'-Ƶ#A zB`*#w',YsAp7-E8Њ4Ⱦ)\%pFhF&-APm<Jxq$r:?]P1HMT;!GTs1w1ZY) hRD,@* Lb>#:0HK<cQH Rx9= F%43I6'ɞ\7k45 J$p&?)tJ"8>JNmG+t|u8gpGx<b@)Tq*~S5 >wTA,gED 4LFNd(rHȍLܢGSh6K &kP'YBPm˓ml%X?Ђ""џ/IM5RK; -:Nu>=80 FGP_3)](M$Hg`Z` Wg ˡᢐi>h38|TكHPFq^ਪ/p0=VzJ͊\ͽ@7FW4BYe#X(( \]N]ƹlC&d]q*Nu,ZZҡx\CVOXy**ZݥS D 9PSsWGr[2Mt2HL^E'̽E`El :[Ń,X@H'E1zHZ,#p/X F'0%X3ܧT?:??h"y +RN`}U% f `[$$քJfv~nae]rݳtU^e  TfޫO#.dDdײREm s5FBN<%(/NG1Q|/(4`k'M6[mMb3Ӗeђ}h (t(x4$FRe?CH[dr]u\ate0Q~OޥZR5i&aWaܽ!ₗe*#:뽃e>HE?8#s0RXBDgη:yG5}@3ֳ(Č׈*T4Aq#130IY%1JB R] &][5?@F8Jvh{f%+MNJ..tTǎ.>eTaEEiaWPiW!zi.X65J^b茦'iL8Vx3/@(|+AhG8x50?> xI(C`Ip!0;;dU3ބJgA(ʖ@!f΀9dfdNl^pih̞6SeP-Wp6mg(mp~9*:iTK:eweChajƈc<+8vB &gI68c^7Xѭ~K:0gVJKfgesU'0 @¾*NF^ah th&rp BqGqBxO^^aZh7uul7[u[0yr8y5]oR? 7p?I+=oR  sJuBx ziFxs-؂9:K( L6smwt<!8#GW>qۿd"Rb^&vՄC`E0g.EZ'z0)/|/g]CBhQP?X/H`}MzY$1ys3sLg(*oo *F!Z5?*zww/GNsg{}O ?q꽄gx.xgxpF']NWq]5ebчG3}Wѧ~!~5 FI-T`"\uWaUX0txVi։ƊqIcRia9DKv87$i&H6䓣= kRVioE7}Y.A ]A wuМE;n"n 1C{Wp#gH20 FUWq)R F;u!*jWa?%anFM4!"݉sq"8:=ƫIgE"WKNbK#DZm^A)nk7ٝ{vfcGAY%vбY 0%J'?>$I\U5x%m0` Ag !JLJKapLȞ tP ޣ0iIF~VED'|Sk6 UB0-AlxHF  (9 ?T: o  ‹UH+] ke؞4 JK dvU0x53afƙ3z5Y#ݞ3;m|HȐ^u3xԶЁ W f9O4\Bl$> gH@S5l ЇBBx8v1ɤ\躖"@ YY[FSRX#.!*Li=`B=ITS35$Miv팮v3^a'; :h*HAֳ:R&&'ַ+a:8N:T\( ڏT8J #], ߓ խcd@5ZTōj53ZR= *TyVFnPmW;xYb=Ƈ#,N`d JmId&F/[p JQZx4G{IFn(&̾d 2{DT0-!ZgԢih@C$kJ:>;a**Uۮmz{ +[V,a$5ZIF\/h$"?z a%nkZyZ޲}[R _6gF9 `Z؆IB&$^l:7ƶ2#::a 'h[,r8 f֔n=h*9ّ,8idQ)d!:BIYrY2l1ھr\0Ya32M9h!ZѢqQ+d+3i-9F>QO[uĆFtqTUC#`ؗ3DؠfkI}坵I0j*i--_XƁ](P򍣜¶ﱵak200:A t4sNmhMqH J0t#&,m찺l77!ogC+wk|(Z˯؟~.mYlGU&ߊz?9P!'6~rhI3r@^Ю:li8(5Fott]f햀CaxLn.Ёy ZӸi4|;m|cko)IIE8ݵB xsw'3òّGdz_޴k\sFЃkFm9]8DǚL0Rޣ1] l ^ҥݘYV@ ਑.xõPu߉ȉv CQ 5_͕9ik̆J64چކ%`AMF hQ1Nv1@!Zߎǧ-RZ}`DJ m}]i"!}iU^nbVj_Xre).q+D%ٜ)\^^%^bgXg_jga2>C8bbNccՂ!6RfieJ jf8ڍ#eQ&D"R( 6eSSFC&n m#gyiYi__qހ6hLt[Inh]ubG`amӎ fm3.bgc:&b>Mfeg7j}2奭R'0t%(^fQlJ胞iV`pjWV&[ ⡢]B=[;P3<Àh9YeF蘌٨mX41bKd)f1e[ Rd[[YP &)_Q&if&fj A?Jn^(p6)z}_6^9)[b=Cti]$odw&#rSPjDy&z>&5{j ҧ}1g" X!e>:lfaVIvb]^XnڮmjrzMT!\>F,ueӁBog!&fgJ#b2c۠^%7 A@Oꛨ` Z *m]g挽f=,fAٚmjp"jpj@zv횝b5dHCڜDZk- 1nkF wbA`hgbbr*5>N@ac3Dd ~]|bÚmZArc>P~ީ  o ^q*)^2I]X.&vd"2Fn^KZb梯3u.dze Db&Szi)喺 "/*p֭WZX /VV ޲6PȕǮ66m^$m,2(o n8*۸NU妯fn/gdf/~zy-œ&u~ 2W  &`f.Xbe߉fqCz078mC _̹ ,0:`q +.# F#g]&%/?[A@KlU[l(Z0WK[tOj r1YCa3_3/2H4Zf/ɬ_J2ry^j.5st`;t:W3en_Q3CxS[SBDB-!i/E_4Fv 6H n30 +\/[7'r;g$3r2ZXe`w[Jix=ZZev VgKpE(n%}׭Cz5 0rFpmnpvy3.r-xs.(7__sg%/!c"EF)雔.Q&~zm=x_jJqsf3g7^BKp1/kD)k7EǶ2Cymnpn ﶷ[y >[b&w.+fy%y4"iWk- ֹj gOiK&exP?,7v::^pCC;tDs~;/lojTtJ/-z-2v[آ=cC.3(3<%34&[3<8N.;(scy9]9R\2Xet6Ay}G4)wksz{z7s37 tau _Cw+7&|;¯(#c9E2Alj.Og8γ7 b ?KB.t&d&~c=곾닽0|0@h1 M8𠌃 2|qD#>aÈC\1ć'M\xbEIĨRiQIa@O?}Թ@燝E)|aѦI668"w9mZe˥U:Zmƅ3Zᭅ.-a*1<4ayuڔ@6mʕK3˵͜]Ν=tz>k"qڷ'2֏*EqxǑ+w=L4'Bft)wF/4cy[ #gӖv[t׽ݿk&a"L ( 2 Hg4t° O3M/t򺋖g2M-6fCZMph>J<2Gآ-?UC/j&j>!  BJ 3PQt0QG.߲Of! Fo-94"Ր38VYl.D R];56cbq;#k3M58S 0Գ-MF0 QDw7/ '%.$Mk_gȔZbTL%.PRx"iEӘ4׍$O<@n)FKSӊ+YS+JRkϿmib2%quPAETye v7F\swŁE}ѶOaDX Y=GSkŠ9 <(#CN[CrʜlnN:kg*y[.s!2tAB %jxKo}"k "5$By)j9]#Nh7[5n@*Jc3=^fnMkGvܓ<:p۝~EW C E豝 h;MwZUXfF3hX sul;`!,ңE0܃|8J=PK.>Yh\[1~h];5%2jk*\W aS-* ߖ,lVbFA"+l(LDM%o'D#e1 WiDKhv0]l[D B4 ԐInV(@MΊD xE9ȨLY@67^d cv=a gf}$ !$39t9HN[e@?M~%rC50RRe\(1V!Sl6f ue// ɊͲ˜(*$82j$ĕ:L%HNim:5Q&І)H+q;%gVn+]zL A%!4+&lh 5p`L,+˳&ERd(D]x;t:M]|{aZ'WI":Mi11}Y,s' wEZ憂>P+1 Fe 㔤MzXB6U-zWXei }WV=|{afVG`ܜ$]ҼYa4S5fb(;,Ae,t36ٓV myMmSw׎uglBfgr _JQnw9us I\5r3VMqSN?c KXZ7 R6Լm 3T{JyJ=dbpMY+"F;5 M?e.7Cmi ;xʅp`U U&(" ي{`xcT7&01XńY8^K;dZ)R+Բ.G`Qa2 Xu55ͳouc%beL9^f]ْ3rqY8|ZӝNCe/:G Kj̤xJO[{9A8Y`בRu*gl@+^aAD5|$_4Sִ ,WPf9B'w_.oy48l,.u]X;*fxj G&evي!WmH[fȜH9:BG[n'Wf9!lꙎ7{n6 ?o!,"(D``$\e‡ JH0/"QǍH@(2%F\a)SnF`g$( 8ljL8pA(,A"eЏh(Hpᅛ>/^MR`3 rqb}p0gH} c^ThRȒB~"('XPyE n 2%JǍSXѢ6}@ L:1$' !51brР3a rC1fHp=H?4I 4|S߀3PSL$SO<`jp 'LjV.HQH `! p1d0^1Č)Q 3(cTbda "!oR fj,aF i% @`+?h ~Pq` GrsA@u,2G^ x5Ԑx1z^Emg)}ݗLY`jZj3 HrA/Q$1 F /%]nW n̡C8Ǐ3"d :8 0LT@%o2 UJKZpynmN1|dJo^*&m)5 հgpf/:ŅD9C}阔w)'qB 4dRJj=@SL(,rWX#^ ?0"4K#]o8 1!mq(X Qt*A DC l3WpjBhRWjQhaP'{L{Nq1y"~^:ѮP>AZ2DH <)`A&PBW/StEZ* x!U)(\sx]&sNsW`s} * 8@3CЄ,Np.C 3aaWnك%v! BF(dQ+΢"2ʈi{<$FVSz8dz8@^!Sy8C. !0+!xg>lAl1 }''(`@A!p4<`޴A^x B0 =V8vHvze 8 -:E,ZEFJ2[rE3: U 30RYN3ʇwkA 7Hetesvc.6( Ls,dcY:Å7p=ؠkxAУ&Go[J-3!{xx!1+"kB,`L *SH bNϓ]$@f|t5O?o&lP ThDֻ0R(_P 0x|!j3 N:zS ``g(` x*y̰y ̀q?.G 37zFU2HMDAEƓ+ +UMeDW*"wGև}oWm0PcC h lp *}PR}`oZw6jKoP%&,)D65A2O0( Ҡ1`9 \!y A/gp[W58d,L^@]OtMs7(+;E`Ӄ\U6 gFH}F1}0fY3,w ngPhB.WwM&800'% CA(* lSCpJp sS `c&j  cձ:H$zdD2l>ENf@0:[5R,^CS[>;[ZyX qd؈ &Q #Q;?0f 9d Q/!9)8*csF{==< Q3ٴ֡+>d#~ v?qQmHHHԨH6:9a3Aq9J̹ my+rTTp Fx''DX1AQ zPBƗG22{<g]ˍ֗4<$@4O+@s?lP2{ q=l v#mp"1qR7D!Uc.Tpp crrkE@tcLMlմS#sTTG610ȲeN-MKLc;Aб:z f1`-Ҷj;d+ `# `R`)taU._r[K ...`yM %aJx$g`u) +&\hMMblM@L;>= 8M +\6 p*=P90ky& o@v"o ,9%gPG+8ݰu ,Uop&9 8`JrF 2;((2 3c¡^5 G̠ lAg,]hHWgI# 9~PmT~GCI~~Qk~`F- IA(PwLr&@Q`+`kYL{>3TU ?44z!>8EٚP 9 d"ga&T/P>" l&cmP؞cP0,":\9p f"µFL?i.T0 E!cB^Ě:{ZѬ@t_ CeHc[  :f9nCwH96EDjRsKPCA-m:Cx7dɪ.\HE6nml4#DfMx%W.7rۭ4ߠ8C8./-[ J3#A栂4#;z+D[X"UV|9fܓ n ( ( [ň)Xj)@3AȒT PA]B0%8üFt0`E3%˪ \HE%a R<`Iٴ8&uC7*a${[i Œ~BM٭6X#@ACn&HHT *ѧ|4S:K5+J)* 3.bW[%@5/:fHxB`v%`q&@Bq7*(dt-:Z(> !x0#m@"ܴꈙV&<@xxŇ~PD?^BEAx'|1iD8 HI䧨"Cy,QAU%\ơDgr@VW+hBˀQAz~f rWd -rk _T(DWBp!> СI$D^ݩWTd5}C&j-0- !~C*ԁXwֽndh-P]һNza`bfD *L X6&59MXӇ'HX*Z + P(D NR\sWsA#8CG%"qӑ&h0@% *"zHCSNHu~-BDZa"Cp 8p@6/@, 3PLbH& MKd>8XSoޠ,b0ME> N N3G6VR 0%T@/NxvⵦH + :ad%HOjx%dpƞD(s'#t"A+e)IiJpTS$k "V.C-qK`/={R 14 T'>BIP~i0(8i@& ?HVƊ-1WF6x% OӎώDp@n`H+OT ånF0D)X4F_! %Cf7 ^uH_G),1˖D)d*܆hV75,ü8q`FU ,@اH5u &28i2'TQ[*>); lRچ'@T{CIdPh#,SVAd< 8yC`QmL! 25j}y{Ch>S٢thCS3bSq6MeC nv nǀ3KK#uDAm;B9K9P-!};- 16Ev ZEB `.$ʹMVx K(~:("WC?zқ~8 z\(dEj*P  (4w]V&0 h= w12DĔf`(P06c } f`×Dn <7*p.-!h#%B8:0yP#PNj1*? [ Z>>p9AA9A: !,=YBH$8&ܤ3(=*=)Ёآ1˵@x1 : ;A X@h( J訮7;-7*0&yBo&8PB"؍M[Ohs[P<H[ LZ<K=Ѓ_pA:FdLFe\>jFtFA9i3B#\XI|B''x]ž8)hG3G4l 5$HĨ˨;§'h#D[elui3OuׯMOIO 79Va}לTXHGH<˻TtAHs:@2;`Uu]ՅH8/[-]YT |U9$XDP+{$5){=PڕڬF&]K<_ZEFlTư4< [[]MK_*zZ\#H^`~u\PI>-X̊邺dUTxAHBQ=c4?>K;K:`ŭKf` ǵ$@JAQ`TT`ؤx6BhH"5]C hKPUĐ`ē6 U?;k2^uvʼ~^%ҋl/aB =9r0_ɬtЃ?fcl5vcwngygn?g}g~|?:@&.h.(Q$M~W2RAidQiQHQ6~$ЭHhWP-P6BjX:PMD)i(13fn/uxEvzӋ :ȫ!Xԭ%=z cw0ɢԃ|d{ykv~g@Nnkg4h4Hl۰ .؂-hlނ+@ 0iQ M茾 2OSˎ$ 6TP(8iO@?IuXnK( 1'pa jNxȷRu?5CLMty"#ia3fyr9b֨^mgoƻdnAkNlnWl4Ǯp ,*p&h) ؀ ȩ h> Rx ,0Ѓ f SdٮmR`$@IBC&N.ee:(Ah8A@fyc Xnj4.^Mr$p bci$n/Hu(beeR Dn AGH^rpL_žp *'0>%'Ι"x()+GpDO/hvd68%&Y&ҳ3jo0|))r  /H3 sPuD4KspˆQu'_A(An-8Zok'﷾t&D{FpI?tKĞp ,p'uXƨTo>@Bs% [.]\A0Iq&铖 Xi0$@BMjhPx*mH%` P;*/os)H7PJ!AhkޣBݤ@CH=ssYk&ogEDG|xol ww pЁNNpWᓂ02(X=IJLHxA0unsW\u%Wg4^8#FL )Ђq_LHDae$`bI% ^%<+1CTlr'H1HmfQHqF~^j$6J u, 4lJ<~QƦ]4K(-OG*d|gC-A! 80d^ :{uHO}y(JQ.OCDJBjԲHGrPadIӶjR/J$BiSDc9D҂ ɧ= +hLgڭIPwOu%5lWhDW@ HA42W &O {kLǕ~jEփ0"C$hUI4> 1Ȳ~\^4*ğ D#>Ӧ6}PlZHVq[mEͥR{ZBT0Hq{ST-@0 Hpxnt%QeNL] 5d1^BnzC Bl@ZCS~u)e] M64p1ׇ$=@/ِ_?ТqqUädմ= CQje?}H&hA+>r~cIYzƀ: B6XnqE[ Ėb$+fJ. eTэ.t#P{o1NkPAOPXRC@2%jsdiB1 58y9fdrC2t KdAr5Q-QY}9"d(X>Ihܖ|ankT!cȽD c \J)+c5LX6qYPש^]B{ A 9P ~4S<{^M<7:R˓9 h"M]z9T|Y8(5Yr\1EMmj>2h2 @zBd/u԰;!zVk3.'N NC{٭񣴧0j(g9[8!b2E5$+ ~~mĤԁQ^A٫\oU2EJD@c]rZ˩^ ުm̞V ޜ:R| ] ]A.!_oV%!ؗAE1aB$lٷQoQCoiRu<``5]QNUH3z+hAM- DM k9<)q xtĖ^p‡ ʑ`ܫ`o\\% `H E(EAam]b.ږ!(=a XEq&U}SY`QN$@B!D))!rhۙ ~  kZ| E4_Iʣ5lJ{=D)\( )Pub셠"`͹a=UDb.d//!" 0 I_e+S ]! 0doac6BYTJ%%@% G<R=*N"=NjF$"Ex dC"x D~) E5DdWa Fedo(bG'ډhJDEfAL"0;_;< 2DEWk*eBRLQHTB9ThD XR€j[VKZF악)A[_f&EP ܐ_K")E&_c^\c"bnebHjg>㬄GKfi!N.N/#$fm^BBMf!p$.pNq'UevACٍSh3)X)ZzPDxnMgqS`~Fa|'dc'c)(z %B",b4iT(aR'BoAB ei`"'_H[uuI1!pܤU:Y '6y 7٩j1JEU6]BHy k4eoALkL:Uť fjL \=)Q`L\韶]\ұ*"/ga@n*U¥JW FaiA2xXgzD\zP@J)BiEgXiB ZN+iZ -,) G-tNm[.(= \ȅPDLkr(r40 @-3BޫjsuJ('$4ر'!F+AJm}ˈyA%f Bz-Ʈޮ殚FfFjBm*Ԫ#ܩE hpx\ş~]bLhov"$P%ܞO321eN*-A*RȎo(MFG.lN@412At연F]~l4ǒe!e}SRɥ,A%"ʮڮH..Z+2)v֝LPX@@@`@E6LAzoRq&%ܞorn!jdA'ݯR-l_@.csA[&:⤁ ~X"]CIFqXUʪ@uS^:+VkЦ&ur'Hp2(pp𶪚 / t4uXu@lOKbo$R'"@&ԇrb&Y׍]t/oүKUQ^tD_!\ Qz c!«%Ӓ>DbDDZ$cg%&3ZHtr sE_ 0  %:mdp[. Kt 6\H-b/1Jo`xD WC34@3RL׽odqo^"AKJ.B3Oj]:kAAuX@M jZj@+u@L0$Z@MZACGCE_Dcb_tE0 nZr^r<@u-4 v t04$G43cnӭ5CqZYn/8ϫTSxZ.BHW ⾝xtlBA Z@^jxn]^2_5%ѪQDtv -EG&?6⮙Fvbc:g[ThBl MMpt nPgv%T5T#Bd3RL^($r{gH[8A()GPA:ƵzCuqt$A4vgS4'o& JdC&xPr,Dz<sdB7S R$O(ʸ@ a%T0TS,yvdDF~䂉M ZFBW̆2@x@ Č]\ qdIA}kA&0ZAo7rDD 9c2r\6 4hG:B.C.5Pô׊\A/B)y6Cs0ĬzwMQ 3z=, ̅us 3a[PAl9ڢ4VAǵ0p>˾T 8Ji"W绽vw<^5 +|d2x:c-pPxi;B;9:8C.7@& x-M'L/(D x$٪<8sL%Te)E Oѳ \Е@ w|_B\t?qM}iV|+2D'\}Ʊ?޻ޛxr'Du" 򃇊  b֡wg:g+PA(ph$J)SSBhC  ؈Hp!5Qc 9S 1dpK$c1B3 y4n{ t C)Tȏu53-oKِС vl/0T*\G}h2mܺoۮokkB8r6ʛ t6nPwc79sXH3Rp` pDMue:P $J.9ҋ)#&B"yCpz'$< dP)5K*"+*%\ `Ǧ,!/A%h$#r7,c1-R&b C JH>hCP;h5. Q r-Nt3K83?Bl"q&Px`?C)# ka @XYx0BBf83#G) 1-1(#\`A%p ? "p[!:FpK&410ڈAU ~x2A\́JK1M:O#θT.愅΍;BC z裈,NPGa JT< <\M ^KzfABF^/ P׺Z*pa- !&ePc -Z0Dw<<c@8Ch_70PD3 @V;kt7w瞋.#4H1 *`hEm)F'CԕP:|X0 JA!8<"n(ele):J.8kZ+XNjHao~[ ZAX@SE&_<!$3KAַi22҇749WTC9&4jvXq dK$#A'!CdA#D=5"!ItP(H D$]E0F4HCjB~yB(Bxb#1@-.X 8P L*',fxE^ #ūlQW07.A2geU3KPgCA!,,a'A&4IC$8Ah@g(AX1T@^7W٘) $Ӌ #QSLzi0xKn7Y;qr>NQg9㙼%!IW2JPRo$,Ё9@&q\`j%&@*gA[ ҂(G@?\bEMKr,p5e lZ'x v5R"2\ MI[ыvj~tb!8SՉ'jU@'@AQ1DA"  > |x n~ YJa 07(*A8CЅ3QԂ$ŊG܃ţB4֦/zQ0 \ T)́.qxP m0D "Ժp;)냒魯,HLZ %E0uc66pEL^jStVpUe"8FsB'o ; a^aDP`DS lz=8{ A9Blpظa,0pF.h} Z,F2y\xA _hV@S0ƴ=z2'hBj$!S S]5y0r> k.$MYl_-eEa)5Nw <$\.< 3ᙇ"ֺ P}qHQ8耧gq{9v6>6y5!Yo"zыHDԈtS`D1>t[w +%@cd`A)B<&47J+[KoXh |07\W.r ZJ6^$C/ b^) ^(2%oF3,ᆃwBIFzҮbǤ` l@".! kl taJ` MȁtjFΰAڪTD @@Rz԰^ Agj)~ F(e3 C 3`5.'2Ҡ?_&.FBH~X nc9/x6 M@"֨AӲg )a r @眐krN a {Ѝڈ݈ O>B,vn,!H`h@` d 4 &Z8Hr@P9(r2@?o&"M`)TQ%KpQvNbvTI\rrrZz:Agq`j~tha ?`V$L@1(ߨfh<ka` 1[ \ "&Ar`MK,roZ3 VC2114 Ơ >4K4? OS[5M@5_1&&ge 'cZb n P,ǒ 7aŔ) n``$``F@+,;rr@ H SX`/f0dbfKެ3PFpd`p C<3"Ka2(E 4#[e4CDCTD5_D/ N6_0ep'{Ǯntjc,+" a$'A@+M *G>;q,  j t0qł@;^aj C,43GXE;"q5A?μe;ҭ0!C?"閑D)+nrUathAU?U4,S,TK-.!nCʔUZljmNBN'2&et4AP,2`7R9 v܊( N_% RSRDSsRM%77npSY]MUB,H;#!^5VmNLLHw5rWGg>XONY6 °,@RK][J "M.b@'^@)؀";C2NQRM G]$hF$ `֙`1NhsQ@ vB5+V" l/2A@/VuAzhdTeuaj!dvfseh}|VZҧz2 [?hFa ~o Xh34[~;VcFP .]Df.mVym+/"{b{vnUqenq! Fs1r J0 , 0:Cq >HwrWs7AX9wJiJuJ4agw h  σn2i j4x^# < 1k`ϻ ?mIƩvv_R{{W Ls%3d@dnWNH@D @V\`puWUV*#nVx  ¦ lzt!σ4 [  6D #b2ax?H ` $< qxՇv٤@,OCHh7Vm u 6DXD`U2-}[ cPU:F `w zH *xx(IAUYf4.Jv :=& U A @qVV8^)B/ %^v_O" ޠoZ&5`?<Rh:k32YL|aYZ >#ø@9 H x/Betrמy,xhl@t[pxf\@/  w"_w?Bìz__\kZqw{}ozD)bⴘgpbS  s;ZI L`̹Y4򘬛s !/L7pI@h屃 FW  lyԧV9uT1ʶ ]l M!𒍿= A^xD«~䅴M۴E=DI|oYFs P p $@xWwu9k\5J/3F. :A.법F u-!v i>];#2@&۹%_ 6vxǬz M;>e끿O3§%}z `? y[^^>= H= ơ_) x%РT$H(O+D&3jD*qBC˛AH #?xP )B) _Hʼn?1РaP3j&R8P 1,W_cꃫٲcx3p,="(^{-L(H i''4X*(㰡ǖKGJ|(la;jm ٴk۾;7mh*RbDG.e遃 dP S.@,@i̚ wän͵li &0laUQ'p+jzQ ܌CRԍȍs̆>SzCV1KQ c)h1"e),(64|552CW^f.%Ȩ&D$]- 40(@ I`DC&$ft*`$xip!bFO Np) w@P3Y  vM[Tp>h lp&Pp @ }tpdiwPh bTUS/[Vx2ce|"y*!j328oFf]|؇e!QEg ({ȁ9u +V`5w|3(L@vvv=Aw@ oExH؋Guw&&>&q;v!q{'cN~y'&6cp2pw]CxTl-B 臥%?%"{{׈=YkXpv, K$@aS9v װ`}`t"]GJT)U0qcxPIf ddƍjvevuO7)P=Ǖ(ckHd7Kq tlM2p`,OqD 6a`o9U }x@X ;p@})9plP0 #>bMyq(J!1csk/W~48fDqHOZІ2]PkAA8"kYxpxtCPBe,L$PӐD unDpavjG !I \p qs400,}x) *d#cx(lt 8v\#HxGY\!jƛov &OV14qg1@c PhIdWH77` oZP)P~y|W#`P @ D9iyW bsZe Ahʥ\Z٨E\0iR&Jo.j:_:!j@ ud  Z P/!⣩*Z@r '4Cna%LYf;x=vz=ꘛ @cj7[r M jkJ` cp'@@7db89G*Hn9/HvXB)s.sc` Xk^M!/˪/!l iJhS@RjetZ; Ak}&yX`(p}E'[  §~0:GCd81n0V`]UHˀ-:[!ӷj c)bm#'˿JzD#S*LRzpa@f|=4Ev*4U X"950Gp jʠ p cp3_8Ox\1ZPC3GjݻOێZ{:.JB*Q@ _  KT /Z< Z[QZ RZyhJ|-V > A+µ W`x Jb+ ` 6L+aN1sF4yId)PyT"վ^e j$?Te{ ?ilPƲ )G 7#2{8v}QaȊ<{Fxw3aPFgԻjХ k` 0 p cPX?(H+ΕKX˶fܶ`˿xNZX{` RXFTuGc7m/3 F|D3uUSÊ Φ΀l)[4|\Vot'hZBoxMb4]zzP @ "eU0jdph?g`A%kjj㋜*`Ҋe@sj؁PBuKF$rl'FpĚǩ؞η jWSB<Ϫ" d}@ 㟼xZ`m| }m1,ؔ` P Ò5ćBV!J1T/8 !4+/}zע \Ӷӯjt"C Tkb-LTQ:\[V\ L 4 kuYwid]0XM|Kwfp'#VҕҙfInt'IQ7,7}x/ډ#ށ(с@ u9kl2Ny|f1KMH }oLpLPa* `— MqBop3Xވ;;~ Аw|?H= ]E0t^f#~8((]~:ͷ{`#U0ƬF']#RL0+xǣ`fwfS`!ɺn;޽D\n%<9{Ј0@v X D1_ۨfI7?=֚Ywc[!(2^j` X`gt~}3)%$SDPMzH5գ{<]Ϙ"/ |%l!x @d@ߓ qPndMVDPӚxcq nn \pNi7n%`/h?r _ `v!@@"(@DۑI*\2ҥJ4ʑ"Eܘ1ČC̨d)G|B#D{ȐY#i$9$P1@3H?x~ :Z`ԈQ \IϙbÜ3$Z/2@Pp .l+ic2f &K@]%JD'=~9gt/A9FP!C}abL΄pڴwGqɍ6 ݳZuڦ'~?p`C .<` 2ukBNK,h%!bP' *C5DH *3 ď+0bP--x˫3ĚB ^+A32I ' 9 , $(C4!ͫV1 M>!| pNJ#9褫κ\$; *%P(ڤDF4 Wj饘dhܩ) )JG8j \4á<$Ē2#LK 3bhlH3 q+(pGdž E AÔlxC L"y3D`L $PM4.+*qMLj@xM8x";Щ:@3BC [t<%"*h> .V$M;"Xc\8rd' }ա'A * 5*1)XqkX*X)pL!5dK,I^q(KK-R ,wHx ~!`78QX9<Ɯr"^G;#BC.Q8VԠ "JY)M5Pf`Bɛ,ݝЅ$J&aUucŐ B*ůeA6뮂Q(X)X҇6n#\K$tJ)>2f+JB\N6oWnx&8Gr[圳r@Lb)u cAayXמLX$FP:$@<0r "Bx;$2.X]H΋O]=R%1, p,dDf5KU/5((G,Cr! !7p$ԩri:HRb#DB< Ya\Ѐ0 ix L %bIlu $dĠsK.(Mޯ"x W H . լ@Π= u_GGä}8cV5A d ( a$ 1E# @sBrv B5(ze@Q%Y 7 +30%b $* s zE&=5T %#T@ f"~16KTj@l$+qT'S֥?b }(,h$ C G  9E.dE>;'AIbzȣFY.K]ҍ$IĦn COX< B \װ=CPUTe Ҩ@ȉ7X"Y be-.gvN޺֕Jxj25Lf!`ܔ p:9&y:<(CHCPT NstxiLCKM|!t9AjSfF"h/Ex @ d3[]OuL7^1t~^J.f7q0CK'K9"X£C)M p,e+ jڶk "0ag/"|rT!KRqBd +*r mfXӬp T .Jl.n<; =ERoq:!u3!WBpعreQwbh&Y$9R S%TJÖ@CP(O!ͳqx_f 11!% ؋ъpS2oa'dщ^$C#0p9$#>⫺(3jS7 3г=!A M`B8ةy>ȡ`?!(!8 `ѿ22P5C5 K(@00h ` , 3Z1bC6pqПDܽ=*8[HD@3Ah,[= ;ШMp>' A>)DM؀khagpD@Q"p 6x4<6t@z7ı+:t8p5 CCqhA|câ0X%^R9S6b hCN\T2[ R >@8"؍Grmp*JLR(\(]LB`BD3!jdk؁Z8?C%%!ȁ!`oܭ"п7 8T51BW 5xكQ3Ad@)JG`r ;⪛##i'DxHNH* ET Ut4 `Y;!E>)FS0 44kH,xۏ2 >-3:0?q7';@*=x/8܃k @KHT %/G.~Ks'#pC ǀ A(0$9#[>LC:H9EM!vbH0Qcl;$kkءB?Ă ӂBp ` Jx//@ A8 34tR9S*hp&( bc3|kKxO$U)-]:AHA0R,: șPpPgԲݎ)RRhBA_$ʴc,̈Z.,80 ,ȃ]tJR+3%h1GxS@(ǣҶ4|\]30]%X Qb#(lvR7ՂK)8:U0S*Z< ?pkE0Iݠ rA*ZguII%lMeYCsXOmQF.0UFåF!8X)19Z-GM,A$H$ȫ=&uq *5&= #g&qZcmӂ V54BHiyKO8%葭yޱ6ĺAET$Zř<J‚A@\1\PXإS4˴F" ?.&$D. !@ RbΩj)0,6/Z?8 ޥm y}Z̞/WrGe26ϝH0t`@@ֽ2S0SPJ8`T2] xA;`[3ӵpa5"xڛ@<$9lKne bY^]Q@X"%VbmD}Jj<˓FI갎+օI@q0"D0.TeXU^ps,( LqGiHT]@f%c:eGcBvF~jbXc$ nFOFr&i{`6:3kQnPSJpPg<$\A)hv [#V7%e^S%xlVe1u-[3ˁJ: pV^萎=Mؖ,NԼ)4j%J3v$F~cFg7xوRǛnNnwFA%`GJ8P@۫HBPo=t`W@]5¾ohQ.6X`ZܵljQpֶ^Cm-xspb nT*3p]I,e^F;\Vʅ75~%ٺU#pƂ,Y0Du`/C8c>.z@0|=- ?pu]oOP@坖cEA)&Z;Wp?>{I l*ftGfIgBzM nf RZ@uZuu8P0u#8]xN c[`/($Hfh82B0صO\\2O qp0%0(gW]wg-s;zgu;Q q]x{]lM7Rw| &.t!lZh 6RJis6 pD*8PB‰SdF!Weŕ~!cxVZ50ҋ/Ì?h_~ab %LaE8`NP-r!Wb%k}ɚ86N%MSoq>C=&p%\Ҝ׈`g\,B.}:pTrP3,%Y^Fe򡈥'a⦁a}t)fa_$82+WQx [Hoj5h[p"]1N׵j 4mũ(;p5[6Z \ry/3"Y^?\@Eg¯N~D-A:3GH so<0ʋZk $aQ5쪅uicYbƮ1+,]>%^ZH %, KD"ְ'LHLgt.qa%0k6"$8nC&`tA95%ss HA&0] ƅ#dqDC9ȤxWF,bW' a"H+@ -mE,UXʰ"Q1-<Ԣ/VFQH! R. 6 lBw[hC~Mro89#`I:9հM~:1Ð0!dCa:pA\CU-x;) WVh nyHLZH" a YBjRJN+qK7: h"YhntJ'SWʢ #=ꕤMpjJġ P0Է3;yA~]D ƕ)eOJ"a5K?hdB<ʹ]1Fp 7u`$X x׮,H q`냭T+g 7eAFD"X4 k1=h@'R Rr]n,V K9la 3Bz!sFpgM;7|a0|bW=aaBPHChҵL:knP̀Tgpu( ?[pw}86mc1Y[:l\F{RT̫C3ϼ.(_"S+=afD*]Zfyg![P/ 7w<]/x‡o?WL\Є3-+q~g xU,j-77 b$? bdu݄ =p|mzFa,7FⲺ(إm:N ѨF1 dZYٽ].7 gAn87] ( x HA(^ B}@\hH ^; `D"I،-BeVA] o9(,ʏ醴eUV9azpEpU^#_w1bD"\D*y_#\]Aep$||"bޙb 1\D,L@HRT]tޙ\@b +΀,A- A$pA0amqL+983:*MhU6U؅ݷ]7DpF!WYĖ1JwaۭBl@?. 6"#2A$B" GxltB=b"^be⿭$J^.b ` +@,bA"4dd0OAVP%QI#4Bl V-ʖTr_ڡa vX~%f\-e`_"`ͥh_]?%`@񣜱- DAa:b)e~de"g:]a|&K@h·ML-yXm P֦RRVˈa9~区Ws:jhAvzȌ [^ Th$^&"Fh&#_J b- AQA HF VGeBh: )h垊 \h #TPDLl1 8榊]&B8hVzjjjwIsrBuewԷ&Tc\>\(*^z[h򣓾  z؄m|BJRk )a5A#nʆM eJhttk*uezstRfqVNd]xl)Z?*>ld!ULihB6PȒlV%*90q}+%eV 3*ߺm9+tjSv&䑶&,铊 ̥ Zz-F)iN,,@(B 8.m-->Ȏ"ɒ,P hCFt 13L"#4ah^Њώ!W^꨾!4j2Ȭ*0毊 aj2 @]Bi|_jy x\ƭIENJ,.H/Z/^oFoҭr ,7`6l!oQR:rnVXQgrr ӎ  !ծޮhʥ{) bZk? @KʀAjY-V00r/@Z.&To }kVX>nANa pv*cfт%rvтI$)n&횰کjgޟ? n|oêh$K"oD!G}|0 /J2ppp&go/ƒj(1+ 3*N*c9By1nnU/7Br1>31n@n^pvn2!+$2p C:[['&l"1N ؒ2ZZqW%tzs.rVUyh3Ӧ3, S_]br0h*?)*Ֆt8pK,9U-;Rr>5z/-Mk 2py o4T,*O*SW!~Tߖ)'Du sBZ>SZH117c0Kê/ mIkIM+`!J2ߒ/*:&ui5sឯ> N/]uS2mHoYSXg$jw2quss2G&4n4tBf~7?S_fSf0h5~hwo37ԱF)lN5o:nWPoz|inuWw:D|Gx8N.Fiu @ lHñw{Fx# ~Iױ!I7`,$w2gCy$72SWi6j7uk)k /-=N5IΡ~_SV!o9bc%px9sNt)\?xHqw xx-:s MF9%{RS9Ȏl qm"ߐ!xo6Rl.yy_7649 $G?V%HvO48- L帷7wM{$qOr'u3=61250 Rq{W!{[Z8⹞Cp c{ʟ]hlg_7gwv;޼ KK;,7Kc9b"0/g;W[_=ނ2>.Ӂyq}5pCkVG_Y MɘNsBtnt{#|c[ΟtBϋwLc.!''=b ]<0:u~5c>s8&8Iy6D-I&۳_XccXy.W#S{u; /74Gx7l;vvks>@_/u_=v~js@|016xw#hZi榕XZjeԨVG@,7MXÒ]Vie%*钦F1qԙJa8ۡ.F5tGS;>eIZL6&\q(#NH ݳZ7VH$l˘g׮̙7/URy+*=ZtRK6ڃZVdJkرfB,F(Z /.&$1ƴiȬQ#,NDF3EMcm*qmĴɍh$*z{gk93ɡ^+o J蘦<.̫*d*5j&jk ;sR0A.B .@:cSP] uԅkTSmPWb!VZr-.W?r<~늵J<%ńS6V͏ɮ1*Pb KB cа07xU_lMYefUUmH yq4Ym#uݵ(reZI曣r٩l Z+Ŀ.7tQ_0뷬]x|wާ1}]w51 VSOM mKM!6 *UMzoZ+"8dɎRlKIi<0.jӫ?>η+$:,Fih9䲧w1nnخ$^66l[L†ۆ TPbM߆C쁬8SqW2_E7 fq I'?g(ժGkq>pS~2>FCbF;^z]9-;Їp O4h<S3mh1n6m[bp#=0"V2\tp!)P`).XR 4VLE)Ll#-(>B3:'+[C%D7.tIe-*6z(2[a6 H@`:)m5݌Q,ob'^A.͑aqlI:ү—,񍏟DYHWJSCqSʞ Z@p12W/U'F>MjLT QK.0Jњ՜qNbe cH $u?$'sI$ͱ*s"9b”IIwЃgLT:gtBX$3@;yqQ\й֧ Sk}"&1?ahQ&uUJR^sx0B46*eGF;vXkyGQPQPI$coXt3D7rQZo{MVNSG²D!F2q :nwfsw]$wVr7{ni`EL{ky5tR]5rM}c-ԟpG&os/IGOYpXph}&f]#Wg=_{e:CC^z8Bv]؂8NO<`OTTO&]Irn Gn wfc#-j")ߚ:ڧa dOjja4"0#0B""/4*v PӰp($Ћ3yP<6~6kLVhŇFM蜬&h! oOAẎІ$ mH ]# p -@LHOȰxI( E,fz$VˇPS(h$␮%r!Q|pH&/)mhi$H h ( & NBk-Z -؋kbj1yv`~(4BWFt (3%QHY2%V1 pCl1'f'C0jk-e@Fc5dn.& 2 wx{@$W%r.]%NjOhyq* 3+b@" !," d $HbBhܨdF$A"I%,@%oKėoAjKčBܚrĄ%BDL#f$cH%"/dɒ&hyA[F~}PzЉBM4QB\0|V3PVNe b)JѤ@P@1Dh50W$qW E`HYf*<@MFr-afNpHn`T)"Y]vIBasyHGIFJg/)S 1 ̔.X% G9 0F/LXC4gEq C"҃]nblno!l34ŎMVY0 ThYaJ]*EW} ["QO>[C2+5hqd~LᯝM'QpEm^wzzQ}HK zY0i(O,5 '$r0UqEX`%pD5`3 !CZCH(MX<1jY0Єm8-H!`7eH dL=.u rrt?u-onӜWRFB1ǟI>q.6d)(h>TFk F$uk]*I"NQ< 3XF&ȇ!v+ͦ4@z4 j0r\C #Sn Ҩ@`°&-wC%E-j1Fe d1S69P2l ` _mP! !6}CF 'h,Qf RpABPo̚H/')l E6"@)8i: $B4OX+d  u[':&13L0z@28' 7 )@ҩa0"O,K}&L ̐`1K Y}0D7nɈ: =ti2h?A1LN" )E~Nb] qpHM{SdEL2*I%-j`@Jt5M븠h<xM+FY̥TJZC@$ڱb-Er! !{b%B|MߔXE,Vn10V@`-4A-/E/L0="da  twf?*1d N >aJ&X jI/2"ܠ(XN 6 *Pxf9b {Vm͊Jypbd0 f z"z$ q|=•BAZ|s!?yw]j&R`}(`sWp(Ta*ryk9 ܶ*eT C.MP!=f3n`l*5eC`uT2vZ[Gt3)@.GP@` |pu)X|Q% Hp `Qw#OpavohDwT''wF"6b;CB-BX|Hy9U}3'42rzp+l[;>dP `n6Y,{A=JqnŇ| O Eu%1m dtS@bZ(]؅aTJ$ &'+EV(1oߘ(CI^Z6@(y"86Tqy9 O(er0`E<.dGW np%CWtg0+mC,h#IRs|'u `RdI E%8`@c`Q^?T@.Zȅ慏hQZ wR}pliXt@1@:3q1((fy|`UkXut Y3')|`up H`q9vP$o/gO(:)'oJsK`f8>B* ,Upqv99 5s! }MgN`CEsAOP,j{Qg]{oXcӑKp0[1h|+W'1grM#w a :?aIꢝJ^ib:= wEK({0 "*)CxUdiFx @Z*:4-W=]6f03xM s+ Ev~F6١am`Q@AIڅK~ q0*Zbˣ˪00_@$ .۫:N9v$'oz<{3YِD2r{,@{z#;:](`` '0v'45`3 qMڶ+98U~MpA}A"SpKMp ;j+:˫h L6PTƥ5u)!`7;l43[pnu`O-}zpPo1vK@g|b9d@}QS˷Ρ9PJr'4::'$ҍ[], p6ֲ Q;6U`,k x r2V<"^[,@~LkW@qd5`l0m uGHfWT\>7 ľ1 E:5{0|J_{kƤ5bn_XS%umTpr0_9mƫnX h0v.P`8S*a. -e "9H(-V˼9Z;pc \D N0N$ jk|Tq!UqaF|hE4X>j {ComnS.`R09l uA( 9 jPxp. DyoWQҵ0Ap{(ҒBP Fu.@1 nhT-vmZy {I!- }ض9+Ӂ~a1* FY9;el(͜7 %kyPEMqƕJN|E{n Xu^V0/]kW |ōB& uҰm ]:0nSPx@ o|s$wtfKvDJ荛"' :|'1D\4B߀ ހL Mr*ևYVfT#l0[7!'n_Z T++$sF 9^p0k ̰ !GJNa(M1/XΣ1-[.2@W+I{"Ϻe*r<.si[=cM?pZ t0RŸ%y .֭" AHhT/gv0q-įoJYi6媕,ӴEKF ~(g+6AWz|xl!Tk7&GW?$r DXNFD'|g#r8C,+Al.2(.HGt`[T-%Z ) / S $ɖ4mIHӘl 5"nfb7oHɫ<؀ظȏB y6P z('* B-Tx 6:#c hb>{AE'\X\BD`\[#)C #G2Cї2DJGE_iѯw4GŐǚ@b#D24&L]vmhZJ+.U` ݭ76r8h6Pܤb?x0`>X? KF@-D|B,*/a|hA zЂaBnqNb X Ț$ 0@$DIyŋFT &LR7A&ġ9 j+3P:dsTҗ~Hf0=XD O#D.A'X 'xca4j.r!Z: MKH%ޤle95fV`=K83c(jrrۨi lt]tj ॱJXent:C^C!%a!D׆GT! 9O!UUu]$BEg \ а:&C-)E4w~ V:9d;1Flbqbӝ(fMB,3,7=%QfT( 2@.X\`5iƚy bXT#rl 8POS2b ٽx`;n0U1Y0r h5GSDU ~4Kp*xQZ 1xiL5Aիfu]9ó099ZĹ浮E4`V"N? >FF F@L&mgΕ02T*p-;;!n _TP]yKޑqĈtdI'>LLjb SD1FxV_| nx"̸P Xyi~󚫚S5_j>ZA_uc͇ZgHG:.D$ċp;[3c/|=2Bg[n;ɭg* q?<O% >y!v6w U 7凚mu 9W#{#"Kg=ltd'c+/0M(0%%RAXpp{ 7'|j yyt?_g:χK]XD#:[' .#R!wDD+%'mrIT0*>S͹%H+65 @*@%X4{C؅Tp?k* r4pA{)5(9'1H0=˽2,09U :#LBS>Uc{BB˃c>>B賾,>9S0ljÌ %(/ [PAH48R1*?D[C, C<Ё[9I)7p03@h?r>CD8F vlN(j-G#(?31R;4'&@q#$[T8D`@Cy@83TP˦:8VtЂ#* [įhA *( 9ڑH)F1`:LuJK//JrJs4s>KO:1)#X$@-kQLȠ6k+;Q˄Ai`DA)C?`2*T,*XlFǫ&0Q|/Fc ps,PqS0[ΒsH[I|`:.-6/ ScO:;3E4uK86m9?=S:KG(MP#=X ІTQ L Hsi`p6`E80ŕPٜ?SQț'xT-0Ɏق'&QM)37pM4< !Y&d9)5?2bSp/-6p%SruStmSuMW7m;u'wxs'=e9W|- hh X xixa 6D52X)pTTkHH[i8O,@Rm U]7 &͘&+\Up)hXr  BJ+&3`RlyҴVF,4uMp vmW.E@`W]61[[}-+S ݀X2Հ ܪ#;P`DH=JX#T Y,Yt0̲ox}3p9%sT3XU\u3@#.4( XY3BȤ&!yVj΂ig___y߼_Md 9(`F`(X x M%X`%00=(=XDHaGp^eB2xKai&B)j@H 6p(^B Pbŏdb%ޠEj8 b'ȂRzzA54Əi͖=ï8h=WBcwuA1Acx>~hMdehG^`X x@Q(ie ',\DpH&=eMki˜U$S4`]:h*zEPl6腆WAlhe `FނF~d xF`X,pn')h( #A^iNpILmKmKHiA(Br %Hi M2>zBWxh,H38?I)ૣ2I.Z*٤MՁHz?BZ69ʬ:H8Ǜ6 vΰαxFmMhBlǦpVl d^[N>v,,# C;=XHmL0S5!HǜnQ,LKI52#:{7#BpWhP:(A8C j8W Nm@,:ЀEo{25?RG|*"t$=^Tƾ6tt@Nh̶=_FhS5qIlGR(R830'GXi6^va!B8/ InaЍ{!5uPaY~j2/x3'0!x:Ko8?x` ><2;GM WGbs#Jcb(ME98VXZ{Xy]PehV\0(o jhTj08PK@k'?/쐓hxIi\y`*Z@3Տ@E :xE{{_=TK= pNȘTO[1cTTx twS9^ufwd}9XXihm5Ohh>).;Dqa^f$@̳؃G5K0'f-hRe@^?%B0ܔCP}zHwpE 7 :sEycZ)40 LGA2QE@L㒌d )*:wӧB?(R1mh?4~栙9sžb4~#r:(YDY d !faF\Pf*U'ջǪ@(TD![DjL=8bJ2b5D[-jZ¤~jSI4$& ր8aA]cE %̆M+n9יa8 W"0@1Xy@!rx1?e,S)Y K\2"3JHMfۼO2'NQ(:jiL6nDd)ulPC я'7En"7L P0.@ ao496|iD?x,/a`rra+=BBz v?A2yL6!Qlp͞H#orS8swL*UR9=E?`'ٙӍug>-DPKx= 0SI N\c&YNHIE'(7Dp@!5JY؛zӜRx."tr釜! tÿT#x=t@bXM*fbE&x˼Y\<&$˷rntRW{ՍuJG:!,ae#a`mn,'. GؐhE-KQL!4p$ԱW|#rR!1tk2,7v*>ʅEqDp' IRk!h!͝*{"ՋxByZ%nWǪ v]xq&fT)B= ,'M=xvk_G0(a8 Z"/!aoIN&r&[:x<|޿%j lx*Ypc -n,:A"#];wfYdΟx[{&K3dΑ0le5͙{ݯ #ڟtt?%ф'NF$dKiISXܴbaz՝CLg-8x YLEmLv)-5o\!oWOt/oy㶃tYh%S|2P}v5xfjX-p&ɯoi3J%+%S | ݙAPsip9DM`QM] j}U^NNMDB|~O`Ƞ},;O_ A a Ű$Zܹ]<#Oh蔛U)kK P!lXmř-Q@GĉPqȡP|^F܂ 4P v*".""uU%טSEd,AHA44 _A͗] ",^ ]"$]$-!u˷8!1R1 EBF A @ IkFE"!ȥ GE0A^ UI4Y{l=!v>>>#:b1>%L$4ubw4")|`*ʓ=$ 'H]ԢIͿ"-,B0cZqP!K (b4kZ-EG  Ĵ=E<٣"!LqAI@e#Z$Z%r婵[d@r`>b %8RBv"lA8  DE~hD}u=u $@-d @@.b$"'(ܽ$Lc^8^MJ DA  }#lA妼VıIj"N \!$Rn;fN \rL>\>Y婡yY'z?g]&0 f'X@4p E JEJQA+$u&6آ@ $e__%e͇cf>@ @ucv$Ƙ vJK ̋Gcgt*0DWqꇉ^#{fyfu)%['?$AnStGYHA@h@Z0(:|d"^E@bfhP_^_мB^&f~uˉcYVPez PH FKth!N&NlʸAJ'42AL7n0Z$Tq f Z6+0zieeL~TYPA l)@d@(JA8*ejBO`2*hvZ&DMֈ^jGQܗ=Yל貀᠇le+ 3Lnp(#K q,r~YΤ8n%X:+m) |^vhJ5Dƞ@Hunf4qNmҵ AS4MvNjt,ײmN\c1D8@&`3_C;qB-<5@UUSd b1.>M8ǀxXml@ +f͵?۵ ^  @L+so z%qp!VJzٕ Ĕ H fI;ٓ4j8xL23;v|$G4pg;B;L8x95DjqE1WC bwo3FZcByCY7{?w^9}Gnzakp֤"B7^zICXrI Ĝ^+q(AiIrZlGih/M:LrMpp%#%A, 8Lq35B- @8:Cr(ww/t3#BA?yv+ws sHZO^Ӻ}1{0( ,x@`x Xrɡ wc{ɚl @p~7g׌l':PVV"iOzM״IJ[R4@3`1C-B14[@/fc KPiXVzw &@Hh@)9q]^g;0rs@ P bj*1N3 b2Aa;DJ;D2`K fSv iϸH r4CL'JGxn]kYF$PʎQA3C-(P6C%C4K˼k{Ft@ !߭I (}xdKi*.{_=|^ p=v;HA) C2kD8#ons,lt e6jWHkv<? )Xa! 6\X!D 8lXCQ fܐ4͛: JGi@bQ01nݺ\n0p(p,Y$J)S(3<|Ac/,0 D2dь5"Ar 1`x1F\4fɓ 0`pE*HU Z~QK-^f:ohs@:so̐V]3 *P%,h 0F1ĺjm 5,k= 0/XXXAH *c(8p(!x`> )7x#T-z-8+N>k .+%<89B;0EҨ<(LSà N<vq)@V( :x0%* <.,.^! ʠ8,ic")ChfQr^X93O/MN UWeV[I&:B"Q,ah-+B`47M(l9akÚS $v H_ȝD7(Bu~A֝uP25f {Ǒ!%7T84@Q j|Ԍ :Ё@39f 8!3jQZT@%*MY+L06K4|`xlG#`Pf6(p%ᜃ)P@ еϩ Sg`&-`|w4 5$ݢ;t@U׺5&O`s,POJy! AGbi UYmAz-!|o|h0gCpF+KكZTEZ*<P@?1!KC#p@d&cLtA.!*i(p-XWhS$'Ct)h;&u' HA ~0;~= @ 7`xlsDeo\^E P4*#?,GBܶ} P `G.!k |̺٠Np!Q n +a1Y^b$B *1KޠTLX-aЄ9@ k3 jl6 #CX<Rom*؟ Z?AcP2CGB{u2{ <`d"*'mR^89t@ 'AHw`F& [+p|J0|E%(1Z肭5 u76$#i_4S VJq+ U=^gdcx3RAԟ1lcK3ڌnZ7DB,n:Q  c?MXY5QeMxPd8"rT1Nraw(O5\0A,*G`"hbU &pg7QL4Ok.^ebE h,:/<^Pdp)tBkN=8sfT;[ئac#Edc1RX %~P; 6l_(í/Ha?4A2.^>@-^<;,`'xl\0ܤN7u1 @"zYʜ` sv^-_ݞ"lG/zbX;%??Mv~uҴ؜_v+kTz٣Mn_p5&xĻrʁ,4L@E΂Lj!.|':P^d!|0@r"'(,@1@4TX8 \nb ^*` x$w/D84L%BNz0uv/X(bT³D jO [ή/ [eT fhz NG{tM8U@3aJtj4 oE$`$`>'n >oPo;ȧ,TH8РHhFup]` 诌Sd_ '<[ijE8t!` .%LA PeO Ѱ Y&ՐڬmT X` `:t.iB0APaJjM%@`>,?u%_MQf*AJB lrt\ 2S Ķ)^@,. ;%Rƾ$x*Ա 0-ͰN /ڰ g GKF¢Mecbt@l%]lo#=#A' !Aq%S4  QAFA02d&`!`V%e X`(uu̩$@@>L%2&c³ 10IuƲ:,1- .-2.ճ.]&>g4ΗA?msG+!@j!hA#3#L@4AtaL4?C45qH : p3%&`  _h TΑ d˱>K"-S<Ӳؼ0J/sȀr z@m60R:av0B;R%Ir(@1SSSGmSG,d  Vp0%& t9ހT`C!l@cfCF4+<M@d*V3 !KZK2;R TMW̴kLq ״eD t?0Ѐ^ _UD@6` v`  #5`$a)6bG4CTM"IH4!Fh`'!&^@7'G(eSc7*F:fc@.^ Iu~xN%aL~b@MDhƲZ6 k.VzR5Ll>וNOE+ `}qX.G`6R3 TWSq?T@*>@FElj^ G J3M(! BsPW5qv L z Ys A(L76%^TN 6zl7k1>v/m9!00F` ()~ k (IaZwB!R`C`C8bqI4b?jFEc(jja.5$C7a@B4V BUu(a@3&Q'uTi?C&?:PKa3l/zlC qm甊ܲ!||)̶8a|B`IYC?ta-f`6U0Tv` ~UB:5dT|(vh"x ~Hur3u%rsY Jah zW~mZz/՗X{{˭qL 8  >#)4R y!؝Zeaj 췐.8iX €G- `-5 LZ5 K+@16Vjq3D N<[qwgkCK[l]f4zFvܢxz|@ C@ 7$1XqZ3rEn d6KVIV@W"a K$J$;1cBB *?zt2 "Ť>i,TyfxKIks[ʤT^3; @÷` @UB& ̪# 0[x4ޢ@Hk2*@rk;mku{Af .?2f S>G 뱥m6n՟Q+WYy`sz,-jNa{µ1k b6é) tjp@$^.#)T3˙ol{/]y~/yHsm0 + h !Mx 3T9_`Z5LzܖŐ Ѐ_ٳ>FANV  h8| ë UQj JC5@p˹ιt%k2Ѣj5w1rFV Z  S`]$/ xsr jhw;+h̹cQS wKlyVۅZ " u]}' f Q?R[L4e`E Ԛ 'K}; c=RTR  VsVhHriqxi ~N *P?ܩ ĩFlz ꅻ->B1 ȡRc7.a zh^M]Y T8CxIxGy`FA^`j7s3[<x{0 l<;?" cԨ59(DD)S̗(PQ$Ё6ppBG!#B)<)p3aޝq6} ҥL:} 5MȨČDhAƚb.HqRH ՍT(!-1aMB 'qyhMQ @[N'̗)QH)"ZhQSTH"%vٞ=o30ݼy:9D^,^ #0 @!IGQhf $9`mLhZYOdڿ?ZnA3`N4 8` 0P ,D^#a^yi_Q XbACdXfxPZuT&EmR,1[l[R4p?` 9r^:fduP\I=,]]3'z97L#Q Jh8SIW0B G(U:pB8i A![JQDb`xER1B$hX*p<H)jgpLQHnEjB%lIQ /pmn;n1itq٥r`)]S|D[Hq&vNh禚NlqI"E0By;ݩz9Wh Gu4Eoǻ- l|"naܨ2*dHج-L C1 9ÌaH!,QlQ"u]Ak:K@= l{mnv[eW!D%" \ХFQ;Ws{z/O7sr' /Xq  F8FhD]D`!uW$=*oaˇ%-or" !MR<}(2!'G)L6u-(Bwm~f5D榝FMadqkҁ/tx3`ݓ)pyOAu q ,T&1;a&(VIa3˜8".T!NuUP-/Zx,isMQ rdž7DْǦ$bO nH=F|0@^Aa cè ^ mQ0 7(lþ>p!'pqθFHlXx2>G_F/|B"FJ7AfPapX?Aj2F wd5BZ6#gHCRh!b-*^|`qˆ62^ČLଐnڙ}i( W %t B3\ e/A# C'GX0/\ \W"nE?Hr'x6jC(`3xQ 1#@n2Al \& 0AP*:3eTv)bGihCA(x9, `4/[3 ~Di nzL)nM7B51f'v{&aS9C`Ao\NN 78P{Ðg[Oj $qF|}hB5%,E E͝!b7;rjXU'jw*d K͋ *t0p3ZҲ| `HQJ[waѰ߻51>p-vX &^+nf5y-uC Kl937s6y6)ePB<*q33}(3#t5b#TK3|W8t ZpX`"`6Zo-;33-S}n1/Ҵ-"c HvaH:x;FXct~0{b~>6 \j^hPAw 0 VUgWa9FXl؍B25X{Xzׇ"f*Y qE&x8cQ pxtP ?Y5$Hy pXIĉ0 S%HtfWtDչt(hma؝2"@E|_bq骴5!&HUFdb@%%[) nZ`"w  7dZ@{gVp*h )נ 4 Lp|pMhJupVH`* k` 0 j@m&,v1LL[%͗[d۸Q:uo9 1˹kLjy8V'i]{'HP *w k3 r@Lp Ik|x63B5| 1 2xĮElY+-e=2Nd+UUv)bX><_̫x! -N!`x{@+iZ  İӰ˅'0l ^:zگ6@X0>b̂%~?P:# u ;{,u"Ntg083 h) *$ӕMªn@5 F'K}{qKM=O@H1qZL W#N+<00o؍Jzp6fk @ )<лbB4?R ;;HPNRa|&_+Mٖmb Z 5ٙ ڡ>!' \v|{q:ղM(E z "@4 댮ܴ'|Žl ALP7^zjmݑ QcPF -<`͕xT0kآYa&}]"2'h._9902;q~UcmDmywۀ,!NۄN p)´tT G@^92ܽ !{ٷi#]:FoXRT~@+05@%1dzjƗ5˖`i.]湊v1mWAD~NbsC}Xh> ܜe!:%N (LP W ©EC1* i^zp>  .o<.`Bg`fAKW|}ZЪ߳-4vh6^֎Ǭ)rAq8R>!=?6TR{V L\ KK½}1.'Ao"P?U &D#c%<6N pP |)&yB zr$W0 EkQAzCҊ!FKEc]T6`iʡ/g Ԗ]\qŽL3[۳ r)4ԪFwL+M3AfՀ#xuJ&9x$;X208B~!@F>xN CFE]P'\e5,Bjz\{B"qd(WEe~QGm/&RJȠ[53Ͻ :vor %<7';yЃzHX`Is(1<+tc F?'$ bB,x(IhBcϖRCP>D_ KfYUqH/}[6 !]K[㌑6r~t_,.bfoWٚ pw psݤ)A6W% <5P(Cev %oAb0+PRƦNp.,KI<p-JI B孠"]Eo22NM-Ɋ㒵f٥}xl7.H)1 8hDv!RDHF2qD%abKtPPk%1V_z&f0D+ő3 Pcn -Hg*'y,J5!+*)ܤ7 Q9a7$6>4sw8ƯX!ko[R>>nDֵ7.2^ ehPKD 6EXNr4_*DP'dM@ .DDzj$b 9CXDw)PgGeh ](CLF!nNu+G Բ"% F˂W)7oZf;["ӻċ-A!]7/ 6 "DŽbDP챓NP$;Y\ O@=1߀ RXD`Gr!#`f|7d3޼4p # RHƉ {!]J0զMA0LRzut=7 ŽxRJQǧXurnhX:2#"`au箏Ӷ-ttk_+`Ud|/́>s3S"bgBƠvwHX @wߥB7cAMx!1N8@By5 K'ѵ5.75'ȹ{=9(3 m!m!rL؀ BڛgX$::N@aA@^=xi H8G;+%h?3 `0;K1&XhBC)L:,8? 1낋kt38AB.¼ '12e@[uH+ $ '9 K@9lA=-Y {oCS:h@7E\>'! L^P&E[*$?%r4*%X)094~>Ĵ9PQ[.@8tI0'+=#9i 6IJDLDȝND 2Th+RL E ;эݨX6 *8Ep YBHP^pbd=#H*ܴCѡs4<&h*}DƘipJxD80tD#@/p<ãACy4>胪B.| 4:v"7j`# 'M9jH|H;:'=#K!3>(>ʁoI!6h6ڃ4jrI吐jH8`FE%-BP\ F3*<3cꃨI J$J#08:[Nw xCCP̃#мa},DuR#cEGd̹ Ĝۄbh&OD8LʖQT:b@/P .˜ j#0DI!*j _PJ(G01I5 X2Q (8 h ࡅ8*)?xt>dK *s:'4 у9P65t89 ˅#dK MHܽSP,S HG"oˁ́!pCIL0@ 0H* -jPM8A@jTY&ةMP ?│A4ܥ C˗x|NH`X<)#R)車RG, Aцp!;_sIJ\SrƐz'(DХӅxPP,FP ]H5 TR5R&A80tCjZ2Qܸ$N*CexBU_ERd36l= /NiXP-=vZ LL˵t lxuG+W%3W8W{=:M9:\HPBM a@ED >,L61t=0HX<1P/ 5/P88S87!j&(/0 *0DIN)`ܑ `0)VXeRSܯٟ5g+Ҥ]Z/zK1*[@v"2EZ@=HI2y'i '?eTuAs[:|[I|XST%@G%_$ɥ4PX/hGB ]%]sӥC045R5)E]Ԫо-1c3TL8L5h RZ(* A=FY=KvU(\:&EY@hV16y%0ܵ(.g=4.6!D[ǀW@28uD9׵ PxգYv}&bKeuA-T3Gt 4LC  ِ/Jk#(掚I(qj28=>f4?KAh\ʥ7 A0GX(0LZ]h>#H^am^T~#ڱ .F#A!?e)޽ *ac.3okT^ oZQ[)))8NQVf-Y28(6j/&߶,j\@%(&?fn.0W#i]@k o ?FoTdNV#m2颋"K7B2`ې#=l"ɖkxpUpՠpbڐhԮDk02Hc((MGtfm#H/@qjtMmX)G ؅e|yS^6)# gDZ(b-&w0LU'P%h>?CE"IvRl}^9= nX척v}bcs(');ye;b]\ayP i }mDtFwtLuN0(v*Fc; jh[+LSɑ WsE$L A,w:`w{gLad =A#"`20N\,xJfP1!jwxK u+SOUɳ kdBK@T]N&R`UB_7v)X̟mڷȣv8Sl]hpuakr\wuw`~Llx>FM _g7( xJ)HO/pL(` |§BK]"gO<1HP:Z~Ĉ:.  j鑠4aDiɗ0.ϸBE MKnp *~ RԧO#EH j 5*8pw޹#N+U6 -tj9s֙{ڦL[`/߾~{.^6]Kq.4ZLT#M#I}MB gO0^DJ#Htnw/eQĔJq Yai ]1v vlx LP7%FFA1PبG8F:bI0QMR4aSN:ЄgH (GXurWd9|4!i8 $ 4Ҥ41^x҂x:ڔ!^@B7*z?hCVvv`#15G Lz+~>(XR/PE"b2(B"(/E#V5F1Qo呐| TҸ\I*֥Wejj˅Py@hK>$bm!UաrpCTݩ{GjWិ$HZTxNUS?^H Kկ~}D`O}XtlT٬XݣC?҈,mhiAڋ^kAjwth_9-KQW<+i)oIІ{E(w̭.R>ȁZv}]`0(=eR˶sCL "0 rn}#LyqtGO8$f"QGpRA!p-lYҡB r+ԠVi? 6GY$Ӗ0-e.`4--m.1F\nA&,<I>*ELW v]A |@aͤ؛I#B;4+X?fk 6XKpc)dhĤ^g9و3Za iSJw /9*A傭s\f6C0Qe%qe/һN涶?{.Ugr[O,ߝt$ gP\#X&7o(4P ^D Pw9Ĥ+Gc[۾ɭy?mj՗*Eqr4ֺ3\{W %ڢ=TXd"qtVBh"䀅!ab6g` +_nv3i+ :1J$1`tmJ )M4)ځp*YXذi\uDZȑ꩞쥜0Z _qݚL}ɭT* & H),lAEY[_}}]] Dp]Р[Q ;)H !bl -QaP#Va6L!Rl ]܅}UǕX걞)F}4\+ʠ!_""M]_ҁ =Ti%d=ldA4(qaa7ar#z!_n!`D8PA!dQcD#$}H!Y!,BBL @%fdAh̏8u#X Mq걞 4a`.d !/jNvoR|%]iR3JDNca7zTFe~#9v[G!=#Cǩ[!~]]ev &`"P@]4:H&eX ^xW$If"J 0xIi"ϡM/^O.j$aAe}Q&#<%4FdD^4A6b[U^6'U^TJcU #G=Z'cyRy yn``|'kU4BA$`&^Be~G"H:e8f$XEXȅX.$N^d&N!1 }NZm^n*!oRo d\h5g:'t~s sj۷ AA wHD~c1US[: A&gr樗d@AbV$F"'QފpezE f#$gUlM]f/^b%ԦBߤ2((N8]R܆r(r%$$g |<'~#)U)^ fHDelj @ @ T>kj0pQ#\Au'iGVfhB)Cf6fkb*j/kz(A_ojtR*Q\+*A#ATk~Ҫi!~d؁`5 TUYy*r b+>]/ŭ+efڞt2¼H>(F*Z*Lm>jm` lo,fMn(-븺^,(ώ᭞,..ɖbVYGЎwN)']ׅ|~ t.n  琉&4B 4B_'FdVC\efn R\&/mNgԭV*6+nq_#ƲUi~67.:.8zݗ]䞙 Mx !R6T @RQp¤XWgZr+­No#$mpN=m,g-*fm/Ʃ2BhnUBl),~2NaA&.*|!KL1SqZq =h~^G^izE7pWdRvf,ITn6QB sboߨ+2r&&B϶q.Tr6VgU!SUED:[İ:q+SP@,2,r,_12,_l Ȁ $6AV popnW@sr5yf7w2 h!Oj2* sof&  lno/w} 8+** B+; +rDrE?r..G3X_& 3cE1K3p6+64 1 Ӵ O/PS.2# # [ T>S%^Up'q.q,Q+B=H4FC4FDrDr-ϲZ2.Gp N$IJIcAeEKCA5g4pLWLGMt89/B"5 {%|Rܳ  4Usvlnnm׶rBß=A.uZp5]WY/uZ2S쵶|fW)!a+K3-6d4f0MW6yfc/uhvzPi/=O5kkpt8&n>׶Fn5s 7DqrCu]!/069Hsf`o7&K'vGwb7xwF/y7r opBjk342K^-7س~GuT%nn2z?ox>vKmgHry[S[2SxtHEI.e4+vbtbe׸6'enp/}#06Ӷ3? 4/KkjS8szqqӲrykx.G3 1 $W+4`wWgpi;z 0QTRhe6?uT 3.ש쪷=Gkf:u7,[xo/DCGkt3bJI6(f1154^K[zʣ{.Ӈκ;|yzշykxnt ^J^IO*hR±:ɿO*mb*Q̷TK|0#Թ)+yR Dugr&;U%n9>/?uπnWտg=;|_=5ZGx ڋW1_}O0VKټL}R<@?֑3}cR@>pS[g9у:={:[W;r]>@h+r q%Vn!C !B7q4+Qd4\ǎA2HH&+1Jrʓ/al0.j`lG<}ɤG-&U"i4Y)rcTZ5a^Gvf?Um۶gŊ-7nW\M[j$<pŇlK6xV pa燜&XѢŃǁL:fk+SfșjS׎޽ VRϮ4SIXjD&кվq~k},Xzv7ocxǏ)L,03&@ ,͢2ڈ\ 6*fD^djMt)7n&r:ʸ䜂ʹF,o;+F" =fK0sO>죲 +*Ma4 4Z9М AH U0 cͤ8,6ah DbJMEbѸ*h :H.Ҫ ˺2-Q.;D-v.br ,J/W [(l+.쎎Rȡ2AYtd#sOd6ۓ|Ùr 7b5eb(b94I ;RRXӯƅV+uR_f.3Sɿe |tFF̓ˉVΨMB:|i<3蠥]ܞnJ KCkԪ+$RTVԀ˂H}{ڮLl׈U+6ڬIݓMv@af|ښ[-qad&hg5DJ]si^UZM52ɼ"Ɩc{a bVZΛ\pjpűPJ<ަwMDDIYў .]i"ɭԺPv]wHS$G:+ KX}`m (cc$Y42J|;-Mop GUh l$Q%~v"$}!"q N~^3 6LubJ  2r`ڀF Zpx48)Kyh[-FǼ9(LVj,تpHlg@uQ918C$/otыWV.jZNu-oUx@+ ch4NlF0!OYIƼw}DSB@*$J.TÚDbOx|?sF(yNusG ]3;t` +80Wh\%a P90.IFX aKLЙ}c @IOה Mu]Dz8ܺu,B]fw:Oik]Bjj(´0Y2- Jt//J0~3fBH%%RB ?=M͉ΟԈE`ɥ5i~xKXr))FU'?jOR"iK]ѪAMJbC%(Q2h6n|?o%P6R'4hb6{ʖBpX|ElN{N^K3H:m}f=U3flhUO\ǕZJ6b Yg[mhLciL bzLt2jGȥ= Uh4 $ #\%{M8Yh4x M/eɑl,JC]lGP`K f >0$sZ!!^^u/!dn""TD$8 f<1ZX*ϑ1y 5#ǢRRџZV)mhhwi_6[y~ o[L0Ů^B; 5IJC<{S=D\D2ldW-՞% RhOHUoVJFbb)z6q0W r#jFeư̜HP_-jQ\ : .'^W\N^ϡUT M|k۾Ae1P@d+_r#mDEMTi оydE. 7"3r΅3Ġx%ª]s&+s,*cKBpa-.k:v]|q|iLcG];h6YR8ڏssfBkg">{r=oH08sO p(:IEi족Rg?ntt{*s__c;?kN`}MĔ?=չi)ZOp Eta pv/ڎ!5pE,"'BDL>:'#R>)۠` ǀlkgP+˾#*w *hNc. Ap+J"ߜ.dJЯj֠iIfLr!6!2)8 90}ĥφ䚏Xbt͉.k.B&G /</Ȧhh~BL-XDe fMEeI pwD 0}1 s$*b~~Ok!,"ɐ#p _ \‡JN@0d*fQLE`ĄI$%bTN˗J򹔩ILH 1i0pP #<(ɔM%z J dث9 x ڋ6}iy@n ug4[4zݚŒK 3`b{Ȑ7K S E!nf& Sf:V#X1/=svC̼)DhϞ^8Ep B38{wE dH$ϋJ-aT)z:0cԁ }8T$rUhU2!5P+Zx)DG+o'`C `xCۊ<0Y7U HI Zk,4B " /b;@2~m9u"=E 5=$&vzAZFUD卷xwJg)}.N>7vTR5 *K$> F FXqFH;FL/2FM0Cb~}X7E6RH3.PF e&%kTz$/M-gn{Czg&"@2iȥ&@''遐맟}FݡKԑI*izޥ5S5ه4 TrFIC(oUA+ZH7 Vj1! 2F *OP<BH7Tƭu#'h--R(DfPRK9 ){k8pz"n_xRÆS<~;(DfP:{4ɰ?)4'A˫ZR)M4 VXDIet!hWY r5M4q~Ec7F h{ Jq/qFX=Ia x@pqR g ĹcqSrEx2'>OÎB"ixVBյ=$MdgzL)a N;I3YP*=`$7++R H,K4F5ɈB-'6] SɠH7  AFPv}$*U W/ (" j tC Y: @A]l)<R1lVYlj'?a dC)(4īJO%v9h!6CC@|H\lS16A,RFjD oDھJM+2MlJ7b{?3!`@aV6\%1v'AI:,$)4FKT "Zr@s-f”=)V<W? X l%nT|C B<Vf3A@(W)P 'v't|@9KttB9I ٠C!*QMfP5@Nؔ0|`)δء^f&I2ȁ71Vpj6@IǃްWh Đ`d =A@o aP` R27XI: 4e>|3{>0Ggk~!I&$RƕUEVmpC 7 ̴!?INtPU<2yBnR8iva4B]`hI:! 'f}@b%r5g=!z:YRjw֮`-@-J 2 VDj+m<7D{QU3)Hۘ-BNc %xfr3ྱ 3X؎:K o5b3%ܿ.8aNY3`RxGpEG!e7KiehX`iHxcpD)99j9[Coj3u-M`.x7F3.P6'ppS.c!X7WcOm7u%"AeZffrnSOt!"Pln7Ib/I9mW1%:5hBSpp|gZ*pp7]ei%vx2jl"瀥FP[e 5  ,ZzBe-}`ƆPp0Kd,EI9(|m8?H`pn@#@ńnr#Q&{R`T(~H1R(6vd)hv8a 2p*0$HF&xT (! P8 pz`^~ MZ`7[ĉp mPFcjp^` ~exE^&/g f3lfjFo/1Q5V~V:CH Z\=php{.`Rmazx25 z3!e[.f8< 4gÇTu' :@c,X$ (ej |R բ 3i@}+lv8g'Yy/jo[(.Tp)k $7JqZskap.Xx/`J SZjZ`)Os=PT{Qe\p@Z0h$".iVt=[ea 1)6t ^7 *o9'Ρ}GJ`Mi(܁1%TB1ph'p;Hkٝ.EjEʝiФ$iCs;HAk Q?}xZ12+>3xIc?rC\10s<aLSUMpg lр`(f>Y^qQ XP@h aPP_/B@cNM<`V$$<އ0 @v)@ 2!:2vCɐ<5?Aq3jPѹ$@EDE;x>Jh.2AS@à،H6 }4^l8"gu]k' CN`H>K~ȎNNT>a$ڌPpm)pSk 9 #xyroTn!Zp~0d'գ LLs 0q>/-+fSP¨QDZ19prfP N>밊۷om ;]<@OU^ .]^_m`7^K}o!m`|zYSAWs,ՠO+nmRJA)#1 +3] ^؉|H& */>{2oh^C8>-GpW2pL!Ro/ Wyt.55UpZl*  Gl'@Co5{?!  }Pڷ1`|o $( U*ĊJC%ND2z2nԨq#d5I%(xaĥ @M9uyӦMj4@sH,CQ$)ABl庵 Rx"E dӇ)d-P C5RQBsy!^6済"ZXS*KN0 ࠉ)hM!znMAŒ4fx}@ݦCR/o$ãn׷-y#=a%UaÊٵ(w),4bdE j_Ϡ5 @կHpH# d(B P jȣ)HszT(2p)Ԫ+da+F-KC=tKF68^hQ A En! `#6|(t a^nV{M`VyWh E |Gw1QrX9<:icή(|)o<"b %htcJ'x?#8(.A M0U(Pjp#!xD6_D7^q/b`9ѐB9cHjJVii!& ׀16^Fs Q0Lt€d Ha7-a&qX31D% @Hw‘eH~Rx e%PNf!HClX|Z!a^E@5aT8ylhy5k2ofmo.(\.3ۘ1ԱֶA ix ($-hЃ"t #!j $"Keb!B rkp@p8Ƀ!h}~f8Pnq'XH5#.f =34X_=LXȆB4?0߼旯l_槐@C]#zT;Xr,Bd›<,ŷNk˰4i6%~mw4gh 3@E5W*!mIO if1:-J){)=qCDl4KWjDKB-w6)\Xr4f3 jp[wy7F#)m ܬQ&+&V @OW}Q {p|ur_d`-f{MhC?% l I;ؖ/ ha\y 6 Zmvq[ oЂy `dP]763L2}D|"$AȰNr](K0:`vnz0B xdG4}=cGb@PDΎ=وBP]#%z>Ц1 B 61hH35@?- ˨`69=@6S>"]WZ 9 %@D::r3=8/Ȝ$<!A;+d}3cۏC@ k{h<,Û9*P&>0263 xl& 3 `D-`9 ``kq.+rd\,iDA}H? I3Ӄ^Xq+ú]D? #  ),,\FB.ԀBBa Pn ?в7CЩ;=-BY&(4aD bjp -yfȖ@A^ۛٳ0+C#,+%̠J ",(\ ;;Ff.,Ijj,8no6{) p>|G')w!(p0 0A%x}]h @:Xp%%n=*h 6? 窕@%+$Hzқ! WD0Мw}@ŁQ̎ơ#`4 )F3yeF}hcX J39@pJC,0-X*{JW#K%C]|D K&x%1H.@̹ظJ^ :)#Ӝ/zZH: [N ]\ɉ̈́Ѡ<+;D҉lFL8/|*!Bp3ݬFFm N@8C5-H1{β){}N%䁘J1cQLԂH)h*P] :8\3hAt@KiX@o5Hqhzӛ4}Ѷ[ENL[F)7젹I0,A)DkM]xѢJߤQn \6%(!:$eN>ht1.pƒ1-mK8AA6B`(>YaKzӁ5! !ʨ#E0EwpN{ P(:FT NJXܔFJM'آ4C5CH)Rj"ʰ 0H8(h?e'lָg҂=t94&0]h(-P?X&s QWz#jE9.*B0Wwh |5+= :+ FTA;UB=?\؆5NkJm|(0'X@0WsJY]dWXR]i>x>t.:&e(O̱gŁg24 [S*x]@%H:^0WB z8w:wՃ9ۊ/ Ʒ>͉Bm͚BD؃=iΐ 1l_PM܌]Q0\ܓ5ξ\#4 ]pٝGr K]36 i|drzewb^]ДδHՈ`HUuTM[TX_ EUbmU@)[)ٲ_]IY '%@95֛ 0emVV @G]$= d=@0 =3H(|}d(M2Ї=[7Ьar++Љ^t[4 [-XTKu' \E\fnQaڴU]-]" ѩA`0nB' '3Xp(h ʁVtfBd#)l}J/,CKVeY7=~^DO+Ffh5ӓvۓuMe#NQr'e`(8P4)Y_$ezKؕ0x)轝c5ЗnLg+4e=#C792*zT}4fhǑMN&=BT+[Q‰>e>Й$bLDh$^F\J^XVݻ-Z*cܟ^ќCP>AXexy@f p78< =B0Λ#^"4gkY:ևni^a6L~a0j(bXE嚰e1-'7p!0otUeU\)$e )B8ʮ-6+g>.a[89kN{HJI)\*@oi7ʤ@Z ,'A#Tze^z)z9Ğ qF 6CINEUb* lâ,'D{ K4a#je;ѣ]9Xamq10C *e`xd7TxV^`!PC iƠmES@pg)ǜsDG>@R(v1Ƣu@㑇H!2΅L3=3τh:!D\~ӺQ& 8I8! e4t(='*i ^{ڸΊf`MGe< c^ 22C,( )]nx<a?6:ntߤ0[={D:i/u_Ǔ<|p'![_}@<7}N4Nt~c(j(#Jon j-4\  0n= &S:$&\B"EbW41PLeCk_\R2\&?@-Ab0pӤBdST A@ c ,o`C@Ye酷vum \bp;#ӨFAv{c!AEp~@| l+0`$,I'IQ$iHc, \ 'b4{~ !C27.NM?HvF]49eb@0r F` op%P86 Tú!s1A(m)z!e(=OsQ'@$9prxAƅ."Ja\B움'$ G?J ְVq:53Tj0"Y"]a  s2/)`ZPC2>s'fձn7Ü#N 2Li #)^v=#5xk^%;,3d *ba\YBV XH/(=-jQDV,*)6)cFS;թoiK_47H\[ uȍX"gʰ4"< ;Q/f qHt 53ʔc}s< # XC /X>‚'l`,7lnl"F [l w5^ %k-04&s{ TX#\EĶIi43DR2*M 7l9ϥ`0T; 4 24R%m|sGJL1/ɉx¥Ӝ49 aB+NarpuK$ ]7֌!:ñ (A!bk (t! H"G qlAHnz*_;,\.x@fo+FXQ-l1`9;fa =σ0ތJrؠQ6ۉpoD$RH34F#R5B6bpc5Z᫽8^!A"$e-"X hůq,A>MU(hQ%` A i)!"F( F6-Zxp 0db t7hK!(pA !.(*8T}DA!¬(L- CÝz[0cC-#B '@eY#ZZY8%9Υ\֥#CcmA=@L#OHb*}K$@Ab&AݍA$Z&DBA "!f!."b=:tGIt edQLA)Y2ỏq&Q \!xv$r { ż V V ([2ZgZe8zg899%:'e)B#4:e =.8bZ5K_@dV)Bl(B> |DV b"xLD%\&_cdՋ'&*dub  Znltv}Eeg RޒgHGy.X8AY)[i%8i]ҥ9*~~Xg X%_(>ڣ=#f46 a(D0\(/A1)Nuf$(DhDVi @^E(lYihrf/e B$؝ilenP"s'-gCTJZp^zqe |%)4{cz{g{i9].¼gCРm_.h>*0JT#0 ya y9 6FBSn`gnA%ӡG6m~CjÅEmup/ n6/m R[&ᨁ o:zc(߯|?E<:AGy{yQLR zt}9ySdOHSn8l{t{'@4*?G538fcB2;Sul}U[4y_gKm[0Р7N+Fw)GbHJ@L3 LpALDTd/$ cEk}e+(uh Hب6+k"vtF~ZuB[,?\3(e+n͢ոAmJ-xl^䚣L~onS`ph FxW(˘tD1od^?N@9):eV= Op,c1h+xV#6bWM/cPq<84043R#I?K 56,ѭCւkĉb^g"\8q#,vH'΅Cэnb ;yu@A vj`f,,]Xx!5P =8D.bԤFhDҒDWh r2RUP6?N` Mu+ #8ExpqCc 9qCsx0/D ^pJppĢJغp&а _9J2X6CڰiYKLQBSFG# GE YkevLL4mev-ql l4M6j\WpFy3nNwp|&:MnGTIA RB%D .)1Dm&D'Y ^p>! 6"j]^YXFH+Yq%(!ʚ7 E1IAo/_=ibHHf d;WfxϽ]kr!7%uC&-q}giڂPezl Q$.C&M!ANMW G7bj o{XRճ1;C)NWDi@N` M ($N1E|P@<ЂЊiKID3iM y^G! a uhˡŘ_jԆTJ^x&W 6'7H븗ndRb{[__vV[ݾt /pD~,EאE8TPhoG()Zj | 1. 囮j { خ` 2aapM,LllA&\-*e p.w".3O!$Fʀ 21E `Z h@1<@cMи0VEزF#Š#Ǫ̺H]ԆYk6h P k G qt F-6ar A:ߤ/BP nPz L#O&!%'sȀ   !,Why~ iT&|h^f\Él@vLk .Z n̪5I'F6 /*2*p ]@L pАd !t4tt`М>'2 yjD )-.4xfF,2EN"'2#=32 D3I !4qThE2 . Ď :~Ϲj2VRZлh JbΞm'd^e )2*G**mE,%k H,,ѱ n jr!M` </Q&(R dv30=.C[gw#r$s2 ,4 6VC1DZ ƠN2<4k|Ǫ35Ej| &+7/0t#M#*n3~$6 cZf2::) &6-Ւ-M`@:ME@@t. B@+@dR B0/-ANg+($=/?3>#+3Y`<Va\ >" U^@%N5 %yP8ctV(*w#rqv$YhjMfZ@C &v#C ZTZ9t sREޮd2Fh!ޏ>R`BO*e)B: F). BThLg`R5RR3u4CTG"4xȢAa@%gEYdyp;1j%6`psG\S"Lb561,$(4vvڞZi5ZJ1ZnJq*ح 2<!е*]u6^7NA&"a_,@D@6`+-``VaK7~*I">(q)3TC0&`F<V@ lHQX4HTQ9 "VFh5J aEhV%|`h0VCTAhqi1#Z64JǷ 1+3r; l a@ֳ߯M>' Bv5@20?#8/6aK@qjL;G "%$'Ss90@`FaFN n7('TaT%UQPR%)a 7V8=&Kt1#|Chu 3&b5 !iwzYW{Y2n#:1ԠK/ \ , vja~)! 7.;Soe$"@6.fog;auP6[W@#D8PHb@s]`CW4& A XwMjPUd&EYQ Cfy1P$Vu.fm2nS'5#$PlZ '|tVѸ2#r{s} a(@*:1 8e4"v5w@ IڣOڣ@TZ$9,[& t 4WcWXx Nn kQRvv+EPwx@7ɘʼnwrWjGqN`hE=P.$Cudҙ׹z2w:iVn1Ɩa`,ߜ@3d2| v 3.Y V[V۵Sc h k[ @I! 1@cY`uYڹZ Π3?QTRT4c T0ז6u!#HD{ A`ckd}=utal:v`鏾~ ` ~jfYnY,ӯ0`߾}6fذ! <@3nh"Zb0ƐB"I-Fe)4(4c̨`c?@,h!ADT-0^4}5ԩ-`Xuj+1rliyd"X H@` wT.ua [`p/LknRfҀ 8pgKpY@ܟDG(XCT!}(f J W-)a-!l ~xq1}? Fxvg1,)$0T Dӆj#C!E٠: ;=$$Ц ct$bE OJ @0VR 1 z8a/zgb$pqyENt g1!FfC֠ 䡭+@FH, x 4`⳥磏gF  b Qجnދ6*m[sqI0˄XSgЁG,cC\61OpE {O eXN8a0ɮقNDX:pe$ ?hNb= "+DhDb%p`:u€DgC?d5mZJ~ ,!m"p;x$Q0ŜjqKh%X@cQ .ƅ=z!d"-Q U  Ԝ&hhX RP,pa h@t`w"4ae0!ƣBB; Yx`!@k{X2@EǨMa6u  / a(H73l*LB9*&.29jq2z#بp[`*UIVp-Q;a 6zU^뗴&Bc*sc%YB6ttD@4\h.{bv 1)" ݢ^` @aLGUR#f* mϵ80&="DD/}ALB*' ^]#$CR!8=1JYrItF.Z cXU!7@Z&`afM;@T xE\ ; && DP@ 2`j>LYMJ H:PiUb~"q X <i"I ~u_?"k32UIw N%v\Gmlg3bv`p0 1ڃF ds)rsue:HA*tB((<.X ,:6k#Oe߰<Za:(RɵF Y~)NVZB6T6ϯXlYBFFt$w'`!KNՀ[[p 06L 0/YݍqRa@ul"cπ`Ao%Nҁb&΂%D! 6},Jգ\@3F9G= :TB!{3'quJDF5o 4xkV#zteBP<Ho۱1hΐ,hվ{W&`v%pr0x|HL`A6(F0yR36cZ"d<  ct@E !|-Zu-1G63{?q{eZ{GRQtB8|Gt5mcu } G{uHBe ] : a~W4K#@9n&KVws 4`$\`` h||\PN Hg4Cr<Mdyf=3hQׂ@Fj[@ H1XeHt7+:x>@cRTS2.|F|G?A}P(ԗm>bhDNֈ8hg~mK&0p d騎~f`$ nXXd2 0qxo0d!3 "Z:Y!ac` F /kE+>3fEk=go *!1|k7<|cQ 0 2DcF NY0`E` Kn8 ΐ]u[i_zx$`pei`=3( @PHi`y8 EF <4%E35) *zH5Rxe:FS )zx|/i|.tk6`qR'= 0r4~ spD[P;PP 2fSn@&P \ dG XGpeUXl)( +a7ٗYs=!@4+P.wr R#Rg6!9:'];R@yo=,)*Zu )Yyd Ph0g Gt$G~fK^rɣ\ xBXhh$s! 9yG` jb{h7Ijc= 'Q"!ʖkQvT'Uh|z|~*4 \P "rI>hs.j;[ B@U5zKs٣9BCh Ƥ YH`{`yY ?`* ;+f )*1x{gr65**yă'IRx (j~ )!KZ85 ښ?%*4!+zDE8pũ9& FCʰdo UA(30B0x q0H ,^e Q_\+dhRc(gwdaN1GuZ{+CZ U2ɮ ʓWF!mFԛD$y0U~"4x㠣аqg^B.R0HP8@Ф 0iF` eѭ1jp4 f(Y 4wkC(ZYN񉮥!g0M[:@1֮cVP m@1P Dp|/K ੿T r ӑ 8$y+XptepY]e Y @0cy!~I!Za4r6FHx([ɭh1KkD?tH :ʮ A/WZDh6p LPo۰RDL.0Py Gc'(i'Kۿ7"BY[4?#Z7 o)R{} 3Y?x]@д1骻k /uepG75u JN1:|HiljфKBjQlCA]8( @` KmjѼ+ ebj Xez UyDq}H)/jTc"+g o y P<҉z` 錘 0\e,yte $O@Wilr,ӡ PX}2:+Pb@|%:,|ɗ|uxЉ}6@1M`!`KlvemXA" @W3=y0K1..J{0 ` \jer4)5FE#ɛ6L!PkF]G,+Dabn-#P;ʀ d:}ubHzde}#bˇ+  &TͰґ Up XPkMā''˸c[ڧd<Y1FMR(R+>1|~4* O0 u+Ҽ-úΆǰW>p6ޣ Ep~i@Q`.@} NOb%uyZr-*~4)í>P\DV*ʭQAug iP[GH'.v=Kwж&/zQL*@L">f.W68=Oc\ӡ펻Fx}Or?6 *H!gD{Ɲbf]|mO O}ꚌxokD1}RKܐ/%y10.12G!G 4T2 )g"GEh)7oԴUW?SPX"ŷ?ڼ1ie!B<9UE!lZ TA0֩"?ZxhFM!C )HBY]@LڤI8qrh=9:lX3[dy,r-aQǰ}ـ}0M;wM+Wk]b 7޽}\p?ENe(1C}9f 1~/3ؑ#B1nH&qLP5?fH< JA 1#:*8$‡djabK-Fe L0Ě&/z0BsŰ; *p" (@c[& g5ƙZragՍ^bhdn9qDLG_cH 0 yD7WB5E/fɌfʯCe Pi{B#0c^+VAQ-uaX|qYVX-(jŨ9аCf,[JrdMc0&n,`Z}g08 g00$qP BrC̐9p'PNEJ?ϥUD('MZb'dfZ b1he cXQ)O#A9QjW; k# jXsq#6rl8PSrq# pqAS*$qSB2Hā{G$9|’1@D?\NBuEqKRXF;(e-|tg -Iˇ|.@U8 I+$%pN<>`I?d@I\c6tk6i\#8N^F7AGNDpC Q0bP F8RIeb.@hV4hԡߠILL+ɀPH5`eG rhղ$>T.w#atfD?Tn86-i:lהF`p`m3V$@tFh 770O` V~6d Fࠆ1!&rN*9>-0N'22a'.Ua'UYd-.t"J첗6}4"xa7y14e7^&K]p/-3K  6;EZ2BHp 4LڰI:A587PP1ô:N; ua\pLP#;# \*?FH;3+; =H9Pj`2wSaS4b$@?Bꉡ+600Cň{3½x9|zA5+B+CI+*{>:i B#BpB$TB +ȄM*ih#<;P(:K0158ÿ1ؿ]^עjS@؃]x(0=)KK L?C\½ܫ)JDLPMā6  BqY*+` V,rx"<xY8ʱUN`g3a4 p0$ǡ:Cw!Aha?vFES-9 G;P@:X<\AP: \DxAhKD4HlAHAoA 4k*YHoڐ SZ#s?+_`b0Ĉ,>iY DJ H\C򲧼/K80=CCo%@'-FWH? 8Kww3)ȁ΃̩-N[J41" dB$ɫ>[lŕ5 b4b?ӼZMDp\j^vс( ^GhP3Ǣ@AHɎ, lαt]GDK7sKz>!N 4d(E$ /1r`Ìu 0 OsڀMN^<`F! Ь5$2x+; ńS@]Db-E,@T95cټ|WhtQ21}h ġ\-8Kb<:zAO- (RTHm\ Ȏ#\5O3OO8E5d)B,2-ӌBtM kB5aXKLˍE2B HcA0(I9c(X%Qh 4~DK[JCBHA^4ϿL**U |qpVBpZ|V2L{3= keӖ7 *qԈG`DYZwlS T J+^@FI=?8De BTá%8N3!xSXHT/Jн˺eJux[ņsRd]X"a-Vp#`Ÿd֝6LluI:X+?:j!:5(<2W&G@cW[Kl˼кń @QTH(,)B MK:[<XX[B}% ͺ\/YZ\^͢DŴ݆u֭ل ؕ*] Sd.iE2ٍ19SRSb؁]WxI_LM0o%<U^ط%^0(lSȆAmKk9[5P[m10*_X0X8(ِ4`NL%j4W|%tKXR#\EM83rRszڭ]$ >[̄.]Z+,^7韚Lr}^pc b+,.f9[J8 (dCSP20X7= Xp7pHR!=@^G K-CYc 6 `@$4%".NtYs.Q.KBVneZ Z1lL ୄD( +_^Ff;}K+WdeןbhVVfeh$aA+\JC[)`%hI0A}䅷Dۚb}Ω~FhP>%d X))38b֨hdu#/eRP%iteᣭ*◬[eo-SKЂ qjdj-jh6dKv[2pX(U\PIճ\gԳd;]2N[#p4 Cjp*ñ7NJ8 l]EΨoVH x, 幻Ǿ.t:_U[ S~ Mp&|cmw gdxqB6#]QeviX3[I@ Xkrr)ƽ9D! 0>01&c ( qTܴm]o"\مllSSeh:jb8Z^FXf:+ZN^H} ђS(qGG@ a؅jFVAD00GtP뙂RoAQS@58Y%ID[MT-'`8lH5s1V#|ΪO:١na&ZKso#LmC!g\a[x=|(DSHoש.(8%Nw|_0)(3:7 C \2&g荷IX"?\1 > bG)d,հPnkpSyB}SseTfBN~7pp\x% WKzG"7V؅aH(2 ܅B\q* 02Ge rHxO+A^N_` 6n fb!p7iEqƍV]v庶)Ӂ&HreJ\|̚4c,b0+.\ѹԨQ">|9RD3L(1D! dL(A$)7oޑ~qKԴǏ2^X @]B Ù w.f4Gbe"y%},cIL*uvK'? UQp40&X@(T7\V\yB /`f&"E$֜"yM2^ *(.DYbc!7c1!HHgKPF fZ!AF[ܵ[o@aI!V:oӆZP 0 @`gv y]xITEhđG ]s |RD@0 SR1PC]0\R SNAhT7AZaB!pC "e ,2ۢ.3ȋ:9#X$|M %VXf)yMa+UaYb/]nXaeXpi WmC 1 (w6xQ4qQ.!'|)}n*.ҦO3 CG%0Sq+Xaņ8ZWMy8nw $3%H %K$ J MH-@o ?ܫj6np|pk"&qoI-'(]8@$Qy-hG&-㞓1R0d dP H 6UZŴV;LmWE 4Z;~\(,@k /~ /t##8#eXʌ7SLf&3H! T`P* Z2lI.[1,7 a B:@0Lԩ FvzX>-s٧:u\jT0 |< ?KԔYZ=` jZ&>fP$$,ym[Z1Or*01#Րk ۑtQ aPg!Km-D8i+d ͩ9sJxIE CG2H mCb zK_.%0 QJ4*5VD`+-Ri^JX6P,!H87[g GNpr7qm`[?+5dڐ7 RCb@F o0DJ ZrğbdlY8@rV $`:1V ݉>fddd9e.)':1 P}̣Df@ECRdYsz7"WF5rŜ_oN/#2b3J7 Ҏ3T ֋5oPj\mgz7B3jHEIR)(l*a*Sh܆0/#ODpbtu}`/ p2 %!?DS!a!G=\G0h9a5 "6Ür| [h:6$1ύcݞ"-||v;09{n|^&1zu\!29JltmWUhִm9&̎]¶X}͗uS}Liă(o7ᾉ(2S34Hnh#5a؟DB8ҋA$B]%<~Bx^-G @j$@ BԌ-dhNn{E^E [Gd0G}I5H2 VȢ&-`L]M%aXOWP PR>mnl-'K6 7Ia2i(`I\ %`x%;#@j %$AД,`RGaV$&'NJ ͘ efOx*Y]iƤLz]VOm(nQ)/)`@䬝-LBT T:r* VH'jY'lDA|'Zc<. glzA] Lt  _kZMm19'{|.fbPGdxLe&\S-g -8Ց]SiLމ7On‡ѾPvt$P&3[PŠ,. qo,'asAii%lM<).8u h  tIDn̙ ${HPJHDH·P Ϡ6QJF3%L>E55*a(M ᤪ9ٛ#`jZ %$t(#܆:#BrB6$+@ުb#a<4FuX>)x'8k eI ylk_gMDmC쐌nu.b^F«K&hfHd@.4Q'"h2Ȋ\d p]jhMA(U`*njxZ,Zntjhɮ$C׸Ϊ2:c,ƶVtŀDUTȭw-|"--5B"IĠ,D|$)il8a>٢3HG}"Ҍ~ߞJ8C+ڠ,wV"f.Zg⤥Fznl)B2A+=nɞBM2tpB2$O cA.jD ڡ~c$ZӞ4-ցԲA9\-r-,qz-$)a b/NW .o-0v݁&l I G%Z~6p#)T|U`dpf1|7.@:r 8Be( &Ns @21|@A~6(@#`mm/ϭmNu3ی뫠F 1b4 S0TJj۶] @ZX\$)42Edc!A&㍙X*~ADԪwFx%Ӟ2*r1,tnC.75D͑VšZ1fjׇ0 +51Qd17ӂ0X]%0ibj Pȗ DZê;#޳ Dp2]|a);1XC$YbDke'[4%et0mA J ʕ,tL6vJB>O1n\1;E QW) 5C+$Zunb ,Xs ܱDoRJlvHA|A<>A]ytE60( 6 B ڤa#jjFsX.!)S<7"b1f vhA`Gy_b/m)Jx/lǶVb^3- :)>hI6  eTdQݢtPFcKa|h}vAyFy ”B tHC_.|00. `2DZ#F+BÂ!Z)/8Kg+|6ʙ A2"jÚBMv9lsO63#SYEh6oJVU_uh5Wog-r  DfO?ygȮ 8#;W_*yynb5 #W u{Gó er(ػk6+ru E*DeKBLM5  fh/ZzCٮ6]8,A#D-S6ʌkH,$Q=vq$ho8c+B䦮,nAE11՗0JP<vj sIC**,U*ҽua %>Rv/} U#4SL3 M>U UM+]BHJ`zCPтt-$1=5(*!>(#Elc><*V0(BinBd"ȷאolE1 FrE9\;\ ҖEZ_#ۚ4i􍑞Pp=5Kj0"w{n"M" ahZ876vtDTH*KfmD ưf5W%0QA@2" ѲR3,hpRp3oYR$ åqxQ 1j8㤫bkT|^a&B9ͥ[W!kva P%LYo+K?-bl7#:1ε"!<8(% xс{GFԥ|l]܈vyHWR5]OWkj"hďk4CHn&<6'}Tw>=-x뇶mWhfx--Zl2p91rxP&`\;h]ÏUv~'`>9?pMН>uMi t_9jv NtcwqEH"p R\H.Rn (.Jt.8p$ŽȮ.-d ζ2n0 5P 0"Q )\ RLQ h Ukp* Q.P1pU(fo'j@ J~U>$p*0n'" J o o h%R m sp#NY/ O ,"ZJ\υ6t !K±q(˩i)C 2y^`1f+M#H&\R QѰ r߲O  #/2/3#3Ҷ.r/203&$ Jcpkfh =&s25"dq(1й4(T3(~2tB٠*op3BF@zsS<.°v +!LCds-a"aq"K2D"//ų0p]t̲2C @>S,IK42"($`h6mo4tCm7=t>DC7->Fp&%3--  :4\-o! $rE"KtHHMS1I_ Mg=.?q 'Ӄ*bNC9PkAIo4U<0lBr0f kC;CtD18S-.P^`9 )QQGGg=H H1uH=S%o=_(>STJ9JtKK5!*pC9P4͔T,WjO],Sp2 \'9 4B-LmHVVL7T~RB DL`6c97dYyu"!KKQF5Gɰ)\ORQ\%\a]gك19p2K]A_`_@o@LCvfukunUkW/6u'66n.m OAVdKTf$S"S6:Z[-u[q; 5oNvPWt.uEq! ;=Tg$3 UViV_Kc.VVL2klkskwuW9avl%NE@0v.6mMjNmc;t4C#n 5TvFW.:9sGO w{5Zw=zI5P=/7Upi`iW>`jk5/`Sk봀GO6l!J vk`vmv}Ww*b-wx7DTLTR;OZwfto:YFy4gGyՆeS-qh[,Uti 8K2KtWa 4 m ؀s547CUb7$ tWw-8x8w v(8Af1#, u:iT49q$UcoxPq8951׆prMnh!5iU5Yx'3xOc5uL L X XuxCEy7++xq9Awv8փ1 HyfϘ9!eXw4yهgr}0s69vKETeUaV5T7cw!,"(#0yA(!C/ !x)+bDǃ;d$'Q"YdzINY9`"0 `.HL0HIh+*1č@^ m *D=[zEn˝uw:ΰ;w+ɗ<ɑ" )ReG-QT9S&.Xpg!U|/ B448ns<XOLA%cF!xA~X.ZX"ȊRXLOR(f76t໕>A$nA@MpH92#iT;`fKB-vqrp O``@fT})F2xA^`asP`W`,Bumu *t)!<r.Â&?`!7hG" Cc:_(VY0(!4ë&y9"N h H`B&]i%6Z"%[^&Ad)kK 8 @,(Mf. @ N(VMVm%n%hAuXre..51kNF~Ǵ^haxD +^E% i0) v~uʹ]gR>dž uz)[`@|j$  F{;2g%QC!@xj &L)*y`2^Z=䈿%-,'=oB8a+]u3uyOPDZ\Y ׂ}t.FJzT9 ]a'CCA|1Aql6i/c-XN>J5 ^Y+dv .m6⁔em o_ x7ǽ sHk]  Pr>`o.6 Ұvܘ6'g!j7H`W_ LLTVJ[ood(Űspc1BTƃd)Pw'n ȧ|YDD88 QG@gtqwc0DŽ@vwV(R [xjqeKcj4cjHca)B0qnW3rHkR%z\/ 4`U}4MC?FmHXU?s'P 0Hea$uP 0 <( Պc`,C B~hhop+Sw!5Rh"C_8:ɌCAqq LL42h1pP/0}p(@RG +10l4FcYTu&RE0pQ, !;JX?`-pU 1Pw-9TJ:P6yB;?;i8)jXs)7f'/P¹0l`00z}sUm ee58Z RV n=Jg07Qy  mQ/ oKYh{5ɒ]~{GR9,EC1j:1xD H$nh3Ѝ rk+GdS5spnZ``!&e9XET S.i+ HBW>w1i+0;( ',3 pA Y/em On9o"~@/Sx7;,btU0  i^-4jyC0?jѳCp1U RoԒUQZ(e5@ XjwR 0  _k6opejQsnZhPtzXy:rJ/r ֡ZibCd;;xkh=(Kbr(\A42SgUi !l*Th9 x]TS`- MURfMȪW&|J* 0wj:TIMQpo`@('uj1o0J*,kKZ(װnt0Ĕ,-%`lplPBѓ2PzCRV-gB PP`^DDT֥uY0Rayʦ$JtXJ~ :q+ Fx*{ˆ׈rb J?o(M Eu™0G؜}<4{\Y`qJ8;_AkՉhRc1~!(3#r$b`Cv\vs9nP}ij0p9dG(C7xKKD2.0DU+X0p|CP90n˳@"NPspH\+W. bc@џû^ a@ b[8+:` >tZ݋xcI|MpGl5I ĔjcǴ[D3fTt+avyY5pG00PZ˹91s[zY̫ɲ4 YN}l/x*7] H|M``Y(l+9.h,çdB\0 ʚFb'1ShIAҔZAq&M. $[~c D[3PBT q p~TT~/3^ p LNW%>;=5T1sK͵dE;0_.EPpJ `f јV~OOm0$}֞ P^/#1phvB ۘ)=aA/T/CTD8@q TpgHa2b04xlrH1d>lВ (Mƒ-=АAahq3H X+2!B~<1BUXR,Ʈ1m" k$Wf^vI>fӛ/-zx؋Qc> *ɪUժ\MT)aEG 0EM&i0IVk׬]{Qr-Z$s#qlj Oh `sN7P}:8"P9ǏO!CK@RjaæM[Őnʩ'\Ja7hɩH ď0 CbB 5 !+ 0rC xPxp[bf/+x0X)CFEUPA"V34_PS-K0a -۔L$4B&p 8:;>S!" t: 7f!J!dh#K#d@a69 a&I( iP(n)Ē4(\Xq1bFZ 0v z,hGz[ 2$ )`,5-50KWtZ7ּ LD3M$s lC b aIs/j!R7"o֓nHuU\>^ S-@  C_p `qA-fTfe'x7TCpqƐ1r[`FX!6'1>w`~# 6LCb #XX?:4V(<F 6`&T#Kg(7jp#@ڨ#nR~:YNK5GArD[n"mfys_(CtCGuG .f\l!֡EF^J=$kHܿBS9I6ٜn80I @HPBb:#Y\@ 6 t;"8Je+82 $2{ORP>,l1o CMjЪoPZI?([HA`Ac+ۺ"5mpaPn%2Bz tfpBV<"c=8/eI !fSEij\/ ](u54H pd$t=27M3FqgZb ^(bt&̡  F`І‚j$K0Ȭ1~C08`0߰X}Kv;꡷HʌĺnjMP^X!+jX 91aٍ>\r;mNq4<6D:gw"3 #ӄ@n0F x%$ښX07gB8 (匀І: ~Oȟ4A lx{f 53Jv i Ak~5/]ML9XjH TX蒧ꥂ p //07F ;̕L7HIaH@l5qA}tX,j4bfHR-Y-0iO0 @% |&,#i@ @ 5$B,0_u50 *P%7cXL oA uH^m#CB=4²b8'`XX|}_nGNtIh̉Z \PdfuB=:.kHxC8ϡJ3-AbVl@4nX(BPb4 "_0I086, i_(_؃=4 !C},11Dy͙-Y pPd!$AH!E'J!I"aB{RQ?76Fb+9F`@Ё:(< 2,jD,B·

4@s~l@s3/`Cc@{D8_rX+ hL DF胪dC {W`M8$?ȲWK('87h6PšhX(\M3ئ\3f0̻xĉ7K$1H_[Udz^]mɣ эYYLĝ}ݞY7 ڠ7IZMЁ& 9*XI]>;7nT9z D6ŏHEW:h305A%Ԥ Fݪ")Mu;Y͍27MǸR?Ʌ #ZܓΥ?]}Վ VC]OPVdSY5SĢe!W@1`5 8pxEH ӄ@?7H-Ө} Ա^|KAh`*3 ŎmMͳA3/})=\(`OPZ\B{46p^=O0IiscY[`/n䝭#6;~]aP>VL-0W"F #56:p3x+ւ:K>?6 c]689xJ55=P?yU&6Y4>" ]?T  YE` t5:r37Y@8uN,#WӔ*=I ڔ NX;es[?e,V&7S>` c=ҨkRuj * qNt%lš`@yn-?Jto6X6s]"nhNnl"iYHb/'w ePR󝊧rB7b -<(6eOB:0v: ccq6OyWg5LC&1z]:F!nt-XPb:e.ȁ607pfCuU׾:(?[ЁܪPO[ $mr@1|(GC0U6_YGih=ίjpg|t[Zq'z_zV-'BSzw2)erwO-:Bf.W(4B:TD"؃: 0z 51yu[sʯ|΅y.Gq2d| C t"lPC0J(AI$5Js!m"G$`$ʐ)WlҤb0:`'PrӆM1fRZظac>Z 6lh} ҄J!-m:ĩR5nV[  QTa"H ~<-UZњP s8TYGb5 0. j݌F25 6PH _MWe~: gH1u2]JּVVb:tIJe.ɝ/v#$/j4gy@:N)YFf@!OqR2JulQl0b!&H`G[4K]@!\B0#%< QDQBF6Q D ?\ Z[kDleT׷6ԦnAuHCJp&M_I0<$ȕr%.pAP? "ex9cG)&ƪ`W!C&ŲBD'  Rc:? uX% qiաk m&>0l`Iă2ӌsXG;iHz2{~_lIxH!죃@*^MRmX\P)Ea* TjpZ!fe *#\ED b <>A+&a3. L-PN> r_4ڴͼx6R>arJn *Aĕr+^*={+`h0{P)DGcI Y28,XPN@Ky0H NȈ%EP(Bʍť;!&۩д4mf\pR "evD `3Cmݢ7m)+U:~҂=pWY^BU>} !p'B%kq|\V-cbw%py03ltoL%+u84hIJ즣w pǞ 搅)ROŭW / EQ ]^dĝ(҈Ea XBԫ ^(XH)^ٳUCF>A(kAP1tWTV(  ^\B!(5B5<@h l!v! H^AA)t@*aEԁ\|JPd H!t|u.R~A9q Fb)ސP<@ZU^] )YÉ RTV1c1*`i4&BXc"^# @`eMbIA <#QzA&$֡(ԚBB !.ʁTʥi옅\ ]W<^7"T&EC_L4 t֌]SA7NvZ!!#2ST>%U#4AVWvWRc6f]d8.d!lX8}A)BA#X^e^cA())?vA(f@(dAdr"!L$$MWxȘNMTH rr9Jʅq DVox p-M+$BT^mA$" . jn@B́1^%2r'wU1AwZex[MzRWg"e#4"t Z[la]#$c$A(-&(ȣ#&a?*b&"> ffAee%, n~Ц4p U zjr囲ib]"{)d,F˃1X;]9!8B ]i.A, &L^Fy9m$ۀNˆq Ro_)i-X||&\5.lA9l\9:$HlnnB.|l n d@ 4DB?"RELC,Ң n ,l(@jL)oBjf Rbx8(B_(-BnɐZ)ۄ+m=uMkp)%\6vDKt]rE e[vf?8go6gcHǀ JC@ 7.vk%L8$248%@%XB)o#q*v5@3"w  (js ЍL` YwaHjbzS)uk`w^W@}_b^$vc~9x>$GՃ>h/8xksvN,h_@tJ.jB2v6gzm84LtH pE 3/5&Mǐa:Ea|DSp C, t`K^K^Ep/5{ukuEݹ0B̍B\\a#4k򡏲@C@ wxJ_ B6%X,@,p$L&V<hHH0W*[[(Ea•>8A`_i'3?GZcH׹.r3{^1=0r; J$$#f&0YRfL1mԘfzS#Zhc6ۼ1D[x1CܢbO:mjqS3 2O7hРx"1Zh!"A4U&_zضCSBZQt7PEn`~޻HQċ5vgdȑi O{D!e'NTv ҤZbxႂ pC#Ə1j(M$Ӭֈܕv5YơU jaǏ-iC;Eh)kZKar+7Q9Sբz.)7Lʾt K(ln10Hg|ua+6ް/0*1k,@(D"5 C3E$8~WRH/W #А2ӗm RMuc$aٲ&5 *\3+_rXK:C#+U HB%; 8?)?{ 0`FCl@ !Z8w4+MN@: c*ǝ xL 6 d]²f+ހBGf~@! :*XpV1ݭr(툜G/T(FjX*zԳ^RP5Z[ $˜! R@_&| WH%L :̡+vs@ 92` dj 0թNxXwVG < Khob W'T=DV5T )k- nKH Pf/)^(}Eb̢6b=-ZIb  Qlwo6q9`  B1Pd9!"-hpT4)8%x cL^$O1.bv)UjhL!dC}f` Z"PT#.הUn"8y{J%,+ px|_'{(T!) XB- =\jHB9)#8JrdQ8XPOSD7WԀ.+ g؎/]dƒBC$>@Ř!ޠ^W u X$~`UK.f*,#n5ˠa Ypp@p@u l.:5{Ѓ`E'LB@c9|Jde;Xp6hdiNلM1F_J!zcT(yA v$*϶C+C?5l(,/[׺-OڇUrÚ߰f5jַ8܊t@hMlv=կ h-<*6FwXSg3+U%Tt7G>5:CFWx$P+5B#+B63Cq*hpٰ%Ve[V' I0tզXf͙\9#)Wo l+X {u4Ca. on2aӊ1+i6JxRI?j$BkL0${ί1h!YOxɴԡɲf -{0xʅa_.xR\ݦiwmE;GT[I~ȻMp=q)ibmXBN3i&W%c?2OhPLG V͜AxZ3L%C!]І?` b|7oV~ܝrn3Udn ,w0@&N&x- |mRkD&4.㪆C (Fc 8O4̅ ΂S ~ jO(F"V ~`PZrOh6S$RAb,/ 2VUF ۴ kt( @Sikn̏ ,Tk ` P`@ da ,Hn4& Ԡ/*ϱ0/,b,a83:I΅ I\ + PeJ hPPdV ޸~P$BGQ:{pNm"dz )KS BPPEZ̧Φl Fet  13!6D@  KJ,!62K*%P<8I 4q;q: DIΥ D,LQ @ J2 R$, %bQR4 Q$ewFi4'EJL:V'ZpBgj(o) * Q+ ,o ݏ?(1/rar!6QJcM^^.!9l4&2. Fc#=WI .31 @`bfq"$N̘ RȄ:EhlsKSeFji@2 wpC8ҧQq+tҲs!: 0`.Үh \Ȁl#.`R5"2^8 1"!A2Q$K 3CC] Ja[Z2Vi(D 4 %^Az.$-Gb+,nRsru(N)gU-'jȼfd~JjxD*:,Re 0@;7-Сra2,8 \Ч}ߦ 2g@K ?@?s?&38~ ;NkA1` .uQ%Qb8A9D2%B?CD&@e=Tu@ Bz"Qz< hptF=dkF !'B7+R7k)HYf͔ 4 ![ Z x@RKΕ]סAF! N1.T VB qgf"WLK>>`oeQK>}j +c#H\> EBMVN@&`8T II·kr&7DJXXE%bj^|ӰJ / x}s1UVTmrAGj!\XN`?JE|`. @AHٔK4 @n@MXBWtG LW,X1SCM6X߄*X@ !R wAU2cjULH(L$ζ@y٬F0Z+ZZZX ۶;(*6-< w]x5.AhS: `mk`pLBuIY`Ny]c2;X@B,ߊ lp^a@*٬fTb@#p4G#j<&qVvgħɞuE;ח*@P@oV(۲`rɿ[؅5 hN;satw`Oi`1Ma,FC: Mn Y 08i#2`t exPNi({&8P%4_ȶ j`M ɖ1S'>㹽ثlݮ4;s'~a~ T`\6; n\hz` @1@9d/ J;ARտs]]d]Vvk tz | `SOvT+hW \3!p81Z1 ~LR yis>i1z ع cډZe 76@ړv9@` t^`SbxQ *"PkpUUB* sPԚ@%(¦דl鸎cؿ;pГ %T7;?%=}} dq?@;s_w>^r!m`Bӷ@-O>4 `Z c\hvfixεwʂi~瀌7޼cM6lcP!@2ƌ51DKȑ"4caAPi4Y@x:iia 6z@b,C("ĈE\Uئ|rXä́Z4֮ nMereK-YЁ 6õM7=0P4⧏-^Ҍ6fذzHJE )ƌZ<,4u!C(Q"o޽q`p@~-0z>}n!E_#F"IFi0g,YfuW?MYd(`\6t\9 T#|071M-OW'>X)vb&A6TQWqE=ЁacAMYT?D]BmTC5G!HAfmFBD@$AA 'qQgQwmGnTR)I!t:N.q41F.;T%q2DANX!1u+Yh-,Z@X\rE4XcJfX"a1fY uHUiPDP$E&w\U[+s !ouvPMdP"Gרj4aH`)kxM^aG"y|p7X13\I lVk־*^d@>Z@©\Ё0 YMqk5@NlQHlUI]A֐BdA !ko:muHVJM~pm0( 1hFy\AJ[ZBGmdffI^KdN<9?!ṕԃ,#4:\k^~UkmdXKU1%TB4dҭmAYa 4! 2شa @:D bWH*'} ]pSA~h*"t<0CEBf=0RpBv##U{Ĥ2@s50' D.lP1E(G8~&9Q vtej,zK@.vi0bF-E.Rn4%duԻÐ@9C2%60H+Qy)DD % )Сara Fˀ5!ǖx'isQr8)A 0EhW9JLEK0 m H`߳4)>q-h b#P  HdIHauoQZ0xL#pF mق\u/ΰ"5QXbӦx0@FN1 k,=i#l@EBiPN`-QHd`WPI@Ƞ+L rThA ؁0MA۸uIG:IAN<+\4)(1 ne_>'hOTCp\"ǔ VKIdKR| M؁ :"J{)381cb߻C%С u.`uOMX#Sr߆ \j,:K5j݆PXp6dGet|c?RsJH=To% 4)Ձ =ˆKh+|8B$ouAt1.cgaB(@oB 0< xǤQG ߎц,pZMk+~9JD68Sܢ uCq_&/=cާ1a9tݓkl'=x ۠(:w t@~;f@*L77X`X!a, )B!cv6,lC {4 wl7@h8?$ K~Fˀ` .%Y:$Uf RdLqnℹc6i̠Ҳ^q,8{URf\glۻ= |چgn,ș'NWS_^%NP3L?XE0r)H׹QU]NC'm:]>eky0&!9)zKЈZЬ,%S1 sPePS,Z1.W`W_svUpX@%pX(g^0^"aW(X߲AC-%4L'N2kgT 1xizor벞׿oP[@X^,_/i1OPL!HAx 3EJ(R 2􆍙6o*ȏ3Tp3W m7Vu׊@`… FX2"&,BJ̸,AO|a/`L)-Zt<{YRCѢ!Cj6F < #:6''(M zcFv6m&~Ԑ$O(e-`֐MSQRСz-TʣBA«<ჲ8!.ъ*g:@cEY$jc2,f,G!Pd?b(TS4Ԉ `Ȼl-"x' @#9裦A# Z D+x !pı!ΐi%G" Ks:iÒ6rB!Nz& -~w3nA bDB cE --x``0Y"}PX*(8CEBbAs/,ǦB)"B:dX(-zj"/Ӱ|wx@V*^YT8  CB2rjg %-BD_m7-<0CW}581'!k``$S3pH$s~ D(0A; G(°0}8B XOPT?6 ! وtWZ]uF+)V0(@.v K [B4e '>v*!IxD$>Bovћ<b ZpCpl2 QI@Rxŷ(H B;uEܰ)4# 01^n.|e"9us-0}Z@ sCݪjޡH³fTp#2lo&a:yFv&s#Q0NjxrHN5TcӚ82wAL~pG'8 #kPYLgP #+D0Ч+ 쀸 nt(.ᐙ$DIx:gС<:!Lo)>2Ӭi\ Bг,ho.,ٯ5(B29Tcg3CAkWpA< mKւ)! (aB)peh!A^’~CTk2]NBAEPa2Vf^ѻbnP4qۀ0MDUwl 2reUYWi敒>P ^AuLfC??9 MB  L  pR-]0B"&s?v5(AOAuP,搩 #_k&ʊ9Z(תD%oJFdvӬR~@ %YyD/|3~V>L&:tZ_ `P8}re}-Å 5HbSp,^6LG<'L-PPe1~8* PK]` jg4}Q"Uc ؄ 7.uG΂y,e㽲mKY+s\u]fzbmé&L@R/aaa0.#ҋm,/j(B"Co @C0]LK\;PqoE2\saU.B!QmnFIRDu=7d6!|as6 p"88NA(Qq3!-pcm\F[%xB;n"Ӹ[`4E~,Z"0$ 5<T1HL؅ i!0 } "0 @nBH)AǪ>s3J|EYEq>Hx"$)6(S[1k8⻈3"r𭊃l: x ؁g Jh^"87 _51ۃϊznI=%( ;3E#-z؜={ >sY!A+ !$Bh0BAB5A-;E>Аp;O1{#5⊿1$84c創7;ˑ#[ I=,G91Lے |ăJA3DIl(3+A7Ń }qA HpEjKy Z`Hs´2I3*bz4q`ݙ0|Fh ;L؄ ?:x^ +ӑSBH0s4>l1 2؃P)pF+ϩ}:Z(jNDŪ32bx1K)ΒH$L4L|j Hɑ,_ڢڹ-9Ur/f2VXCȣ!SJa<+@$ëJA 6| DKr<ˆ,Dǥ K 3 Paxl0T˰U$W|#C8%Lx— NJXP1CD5d 9k6|D80:pJRsJ)JJ% -}£zD@£",ȶܧ$L" N73j:0A(O!tt#{ZOjp!PLt cB0"qЄq 5/hJZU3K$ʳI(?H3X62BKB\jRϹKK`LF4UcD"f< C7C;V\unP?M ͣ:(28TT$F]%YI-P|0L՚KZEUGE DAP3H 蟑jȾ%54T_eBKX R_+Bd$J.d?0$.U+Cjè:Pkx+Jx 5P8b-?a2LgVtx8k&ڙ8E.̄%NWkæSÔP-08ڬ%@ݤW=6WW5}!BP1G R=ND卼-uY t̀ G ;r=D`RdPYR0—4he#b53Mjb]՝Fo]&=],0W"yZUGZ]ރ5h>G5 ;,:6;(T(X?hWx \% AMTMk\d3VBke5V;58Y8&*i "DːSMvT=8GaHL"E G(V~&{T"_pAħ *bq_J/@2cX)m_>6?*Oܺh`4hlk`>tIdhg(Z+C?pbaKVBG5ƜvE!eL1 :,u=h0_0,* P3Xs_XCS4Hy2ߏEcn aBnΥ nccs4r`sFg`wnZigZcIy6z6a妦MnEW&đay"enIaXr2 GD.` [֛hjN(`iaf:[A?ȠR՛n]7ȭh>ېAde:rjͫYZ8Pj+ūF;Vvdӄ-PdUZG`^nkvzާ](Nn0(EeDCX5؃HPaֺAmliWj3R38dvaҷ(?c2&mh1eo4]brn .%Ffg`m\nz&*gg|C8FeʃnAkPr^NIk؏7lehi<#B62[4f60Ϟ˧ =ݷV`5Ѝ p gVpF"ɊX)g FqV{]tYxN傥A3ny24, ˑ%7qIu^>FJEKB鄐(s 6<&ps8׶ EsN]p\uȣ y epNt`w4UbtK'dju6江g{uqF >]k"rq"udEIu'_uVxTTT.q0Q/Bs #|!>w$3cCsEt4tS9t 'FWtzYm=6~ǦRv`Z`ʠ精+xW(u}Vkݽ5ˀnfŐy[G!DuIxH}]@ hKP-owvڧhMe%X7Gm{ar2?8qG7mnQB zOt+Y- х Owwqht?V?oݶqF~{. 9.7gϐ8(J!Y^$!مj5u ' <{ EZB c(A$3*.VFE͏1`卢BG3a"()ӦK#dқ7l 1Ĉ^ٲdÙMGJFՔT!QHUXWUgZlcE?u4Uˑ a!cM)%UٕmfYdv@&t kfƶ%4򦜼piUr|C PԨw K{"D!f 5 fB,}ժZrmC^ ]K0˟^ڣ$nbܿ:@3mb9 3A -N: ;($ qEG /#,| %⃫*CDI̦Ay!CC{b=)ˊWTA ZbL_8m[y)_臷+MB{uI̔ր&\ 92]`l #I4 Adr*#(E&4(mD؂<3 PZzQrV&Їj"<airNvu IAP1UCUڠ!@+0Z"(-j馵ނFM[˸Vt_ & `t#/"XPO J jNvhf!! )"@ T!cTZ,KDlC02U 0*rhkq5*V+M2լrKZXv⻂yx.7v{+%OBn6lZd#tP 19AjЈ@lVYh[UVDUk'$^!­5Qܓ [8\80^0:h5p& Ff[qި^|)!=~]]" \[>b?`:yEU>S}`T̆# dBYAA!,bHd.Bh@#,1V!\HdaTnH!, :M@ 7n\KHР ` !:uHYe!͉wސ%^?cxU½Pb^5%hh"' əD@"q[@BH@fdN&ddxT &)HJ/1Lє}DM(N8 BQASVnaZmEUJ^8ژye]0 Iu^! W|aޚel5 ^J "f fÜ"}bZB0dM*(-؂$"&4(&`dJ/`h ÆJ4#’0IUȪŌ3Z3=Q A@qJ`9g4Ec!Z`.|Wq$ו̋tYfi}& 18'%Igid}zG] M))iJ*H*d&(",) j8bJFfƫ#2A!̈ DJGRm!*&S! ' ~n.'7i8S_,uugƽWKlx&b]yM.)ԁ‰ fp)qb$T_+"A|-ʫd$Xkx+d"P/BkJB+auRmJ*qVWQmݪVjx9BLg_d2.IU,d,Fa^)`CJ%4BI`j)؁}[)~Aib/؊AIbvX%h* .Į$Ln= IIӸe1A)"yW)H3$ dÄ2FF AF{tDJ+_IS1rKD$D%@(%DB,31-$TjP8s ~ E SJ&%j!HpkWHX37<#89`C%3<9yO)?+2Y|b t^uf+&BaYE''vb/v GtdO6eJf5hozPj0S-v2uޮ*gh1T6.naHxV+W#sOs1Y Zr$~wKWi" ̑.^i_+- rrŰ}g,֗p *K[6.c d-#6/gZḠ 1GOkx|Ķ3{x~2%q1Z5A{VApqxw^ܜu9\`$ ,ew];yz7i3`s@UN'{2(gtFk cKr+ ecoy$A+A+9&8q3.tg>9C0b RS?56R_6U!D:qs HRq8:`G3%)!9)IK:h4]WUrOihkWcyAމ #3@DQ4J0|A8B *}iBp.̂yh CsJb}zʼnqG'l.7RHoj< 4SQ%xSXpu.YWw+#rbD%εS9YIt#Bu9*5t}cJ/=*@@̤yl&|CjD{Nf7# ;'ڳ}۟uxO6S9\B^y {7.8_33lX]AiB _ ]pQ)ZĈq (_LIe>A%dJS CBJh=JJ)++@ )무jK;/ K,1#DZȦ2t,,3:29ш1-:P׸ RSL3;FCNa*xJ#<#.< =kxo)JZ0]J &kN9Edz0 C)A2k񪬺JŰEcBd#p.xnv0H##Cr&t2(L4+Q+3޼^z8TMH#fJ;񤣒n;>n#uE!4ثL75C|!`ex2QEWyij2$"]A 7 )D@MjB,ΘcEJdFAFFn4 p\LrTZй̲l385k]xSWUFX7wd™:$;jqҳQiH )dAx~HYvf^LxLy'f Ju(&Ҩ?`n+Jخb6-4QDڊ;F\}$%;`&i&$9=oRΔ@g8A4#ɉ[9=ܞ9lFΠe,vJBR: 5 gXC-L* J /x.0axЉ $9V@P!כ{`W'da [pqy;wtuk~lk8&L#2AͭL҅VJ /& `eP92)$J #Oԩu;xnP\sE=LCa s(e.E|JJiJs $G U,,a0" M*J{d!ejSc-eGxqm#P"1n3d"1;E1zQpD̄xǃ(^5o!U#yW 0'2C*nExHH_O6ga T~lȁ%ɐ le!HN h\mr)D+Lĭ=XEc0ba3"a\riD(֍0E!Y+]J5*+ﮪ3xo#S0B /2Bk}*^͍ l#̒HP!q\F \YaLc e- . v4,poS i  ,A aXј)#4`@A,"ѧEh8íoBȁ D JPYd~`Jy]'K{C(0gUB($+1Yg7ſ ; {>0cC^hn4CGw?`"~ƈ5kFz]SXaD4B6 |=a{FfSw^Y6! 6D$"'? E$LQsm:6v3 MY} xza%MGt1 NZp?|gi BF^Âu[\j'ՇhD .qo! l$"`OG_r _]t@N}5ԧ! G<pk{2 eШ0xXCuB8g 4vW ~4*d: m*N$` \A@ 0 rjjXLftk#` p`M ـzٞjjLBif"! -eb> -nPa/l J,2 #PD/r ;aXO/a: ^jK`mr h AsKn_钌~gj X S*P!B0 b `lJ#1aN1A00:No!$ O PGOf*! @Nvpl^/ErkJ`}`%~ Q)j& `ʧ+1$HM1)lA2+G0'Q ;XiRO"UpOd˦Rm!yK; (r *2O6#G i$11I,)``^r &`wj`$eh`ֆ(؈ $Pq}q7R*~RN8*q+ 1 %q,^O"$sP-;dnsf "0!#K`##1/2kqK$.өxGd :BJJS'oR@ @l b@:.a*}s*8ّ9kJ12sS;ųH9;!2I<ɓRS===C:A.>C 1Ar13%2T$>H@$p4B%4TB 5` b=aӰDUTEEm,Ra4r+k+.rGs#Q._i:HuTTTkRmsΨ=9#O `F 1G Lǔ1GLKLW] 3@ywz M5 /ʣHPVOMFQ\y#]WR%RF55^Aua2sSUPX,UTG_.ѓ/; B= 8rWW}@?$U@mq٠-Z4cJvFA#!R*4 aV`.r :\\uE7)]SSkHVSTIT<匷j;UUJUJU_ arCVC9D tW?bÔXɔ?5$uٌv2[҇|RN`P3 \6 fW@.(f/G c`7RhzsrR˱H`IHatdkrkDk`Ŗl˶VlDW)m+Vcn!nT1v%E6ؚ%Eo'={\"d*d /qS,U:m8s=]H}Q-~v~EPjw_Iu_SU/R/_wU4vڳl Fvn913bV1Y@%%g mQwzq=& !,"8P !Ç#J3bDrcG%CL$#'O.1‚8p…IIU+P@Ha3Flx^B7 )x,}S-ڷ1-@ƨtk HvffoW$Ҁ'1zKϔ2/ "IX`^CZ~MA~n޿4: 1)$sWN#C=n.2wH›Did `4Pf#;KG,jՒ)E ꣨O7L9ZBUZ=X~c@V h S%o1PXD=}!X=D>Ye3(  'NHx&c!iRjLlfq[npI;p)ܛp&$D]g]FaQF}ԝI& SL՜ f$1 n(U < A=/Ja!\=1]eV jb FRG$~R&` =ZHc<종%BfҘd$ia[1ejT~ÖynRá.İ\rA7빝~}7y`GIT0C!C HQiQC ~78b!:H!4(bMP!!ja cKЩ 2nQZnnS j P'ZafhƬ`p 5T<"Gcf4)J #7~'  np4I9-q\(>q' ORB(1 &آHǓ>HƢC [c,Ef mPnA<gΣ Ax* zBkt s,! `_ W- H*/5.*Zj6x@2IgvQ f `s %GF xs,$O+a`3%O8BT@ 0@ahxT`h.dmj7F'fH4ӜgETL2SRHmGfr 5p|-.KzI#!j&w@cINZHE # \)Q0|`ё 6Ox,K‡ȭ^7 P8* @PJz]1i&zkVuUH%й4*gͳG`Bh $iGc=,{ a ,2{D[0MD&kQ JHgSQ*a5%LzӦKK$X45R/ 9P,}Q!n ̥.a.b: 2 t+pC8 nXn4'b'B q+, {}b /c SLʋ|,78m2N`8 zNIF%p ҳZ$ fZ] @٠@tcPl1UJK2]c4`1{`p GmPFxքqo! <[0L!a]j |,GRmFR:(Z4F;D}BTBIjеvI672A`;< )(;7d?t-Mp @j^6fg.ЋzM@A0u@oqa /:c M j %H9 i0A@Q@*$QYB&ֲeUW]`Cc::)Lq};BF.#=l2~jh.TA' a}+ uC''_U71) "GKl4ڵ/įj5?V ahKoGSgy&xݻ3 zz @ ;X!t˿k8{rHSիJǢtk'?*FZr_fSeZLmP¹=-{OP5dc&h`Ul%lm(F UtZ+Pbv;;ۢŹU@% `u`"\lLJ֝*Dwܲ*% v`/xZQKysPy B;2~Z*-c 7E{6n vWz6KpClKe\{g6?+x+VL-$Sh@dH}? JteYGZqKڹί9u\ /h@:@e;/W<Ɂ`0|C;U{)?PfnVgPЋK6tc" {˹Ҽ 4 y&4[L<,i17ӿלdԕ|Q"77$P,5%spy۪kkFTu0\F4:6P-{uS?M Mt&}{ᩙM s #){7n`\AjalyUb[0)B+Ly2={Ž\0\:{}**Ojy"f\ZXa'g0tL~~k@BsUPo12Nd@^a#7'y2R.{SNh).(+9sIC}YCd 3 2R5C>=.6s dF=Ю n}8R1Ob5T}I짜w~q@ ,/,e2Cz.,HDC4Kq+1F`4C`KחN0 3D<r )x1O6 M&:㍷>4i2G˫)` y TR!B~LY"BU.ڥL.-j" G@UZ/0nճ$u<^捡BD֝qՋ: ?bT X0FeXFOFZF\hvbIϝEw6hi,RKS"p@'To#H4R  $H2^fȫѦka#!A&RK&PԂP[:#$ -o49B%!C,1$@㉚bɅ0,exB C: t#-> j _*uv+!2A򥌶G.5(*0ò,ƚt$;jʐBB ̐XB0OK24XN  0 \T+M#-jʠ< 溅Rx $"  <i H`2Ainic8 f$ۯ D@c fVdR1pЋzA?jaڸF`$'xh762Fa۞263:YPh6>(B4VjIJJz1.|CB&0MʡC)sÒp@0 "lfS575Qvm*'q:TqF 8D\؆} Ow>=>Rظڀ t%]EiL>BALk/~,ɼmO^voo7πn H+H8YwzpG'Gsʰj;E!I{Ի@%s%X9@& 8* :6蟮i6f` $2$K@E>:0*[1 @>87;SKt!J{( Cm+7 <&lt@!p0٥Yh8yQ#t,Ӭ]rE%2AA$6M ;!*!B\zz ,{)`ضt6.0CK73w%3:jP C9Cs& 8!8Ek c@28284+`)@>X@[(-DOS*@ &(P:Z  830:fQ 9b$|22ET:t`B1QB;|pF;Jh*jFɸ9SC{;ƻۿpܳqt< 83p8 ОHT4|DI < 27H957((@|[!hox@>@$Ai`ncT !|0!*M C.C%_&x샅U`0 eD%E07h|/Br(h$Ъʫqzʿ+A,Ć{njz ,N)zB*ĐجL83(E)P XhL,?9Lo>"Č %0ً!ʺjMz%TtM{ƴ 1T?L//RmD 7y JrC3(2!< GzBD,6`<<*6( b:KBAx:S P04E86@;nx8!3!‰I)]'EQM]e\.,?T51(7hyELh@)$8q>}q5*P>i('ݥE{Af!2SLyM}X"O]%AM%s+U Nn &ZJ'z3F?\/_%ЀĻ88#c7"#C)ZT1ʁ0$36Š@Sn$sqLtZ7Pu}A)X`xq78P>n|b;ȭC@@nъ2J 6MQl!MU˵b2N}xÌ%ӹՖ&%%!!ٿ~&P+<]68cdu#OG-cKL2!0mA 'tjPR( ;'`+s!'TS8mъ2>{دU@p^ME:h\!5 %9 !/ n]-G8Y Ҫl]> صC8>#y`0D0M,78^zݼ@?"U7T5%[7+_[*=f ;*܃:ýU:.dsT5Kv[?b`⪁M٩YA-dձ#[boz;hҡ0 y `,7 ^8άK#?̩Hu=b՝-H>+_5:*pIH =(\sMfoYc R.':XhLc)e`HrB?!BZ ` I>>p*6+L'zdOf*8ju,ZCɓ Dp4bQ: L=;% *9PuB2{+Ic[[jTMoV9XXub[%ЁtnZ:ZՀ g$97p0C٥||NN\7xm0C8I zE}6PX2b^XxLK骛#ꋌ(f|A]mh"#HjX7B`jQY;%h@Cj`E|^!'~Q;ȬZ୔Ʃ8*?(;^()h*x93Tc[ڨ?STΞb^*c  ̈T J6@ B꺒}%vBm>Xv(iuJq n|1 rҝ@p(V>p*o8adjɈB+, [:[IEp`3x3s#f3p7မldḭx ψ-`pI<(<t)0Btȑ=pB.,%NVcO/z9XqY |N;^%'ӽ0-?P~78ar~Uk,7UB؂vTA8 E-:/d~1#82ABe#%ฒ p[W.ZtuN/$Nl֜x1n, Sq>{nYW"u/]P'h޽)Kvž󮞜26 3V?`̊4q@HØ&hCsy'_*+\qD7P?W^. Vi!'!{Up y=`(rtp߂?Zd7:Fvw0BvT7v:@s:`_~qv$lɷuEw95 >p p5e\.C ZJcmMPqͻxS/羗$XXWjlUO"ğ!y^'|'P: sk S|WϞ^٥,Əo(*D Ȑ#?<șsg0EV%Q Au&KH8 6n 7 x/ND09p'TpQ]EL8"G+n!0atR$I' m)1i N; gPAr[+IUG!~XU17<İmRH7R0#TFԃZA%;\H8^{_Ġ!c@vde]Vedd$g}6ijHDQ[pey&f@r<p֩0qCADE0X$ B 9QZIQHHCbo(.ܢHN<ԓS" 2TJ( TuK!2>!T%"a;"t8EZe_E?@ċE&IL^eN$hIIXk^~in&W[roBoop3:It*@H5'y3wGCnHZ1_ r_ZpN1Pl( N57ZcmWL+Э5? \ȈcH e d7>;6XV#l\.qBmc6ou&s\,u @uO FF1VF|(DV+4i^![yKF[K* [ر`0-6ȫ#jU'W̜*҈2(%?TXcK9F@x\s_;>c7vkek񒩛wo^780H vx2U!j=E4YT &Նh1C & V"t XR~p*:3nu)4{U2 L`2Bx֤QτH@t{κQ&.\;[ľp}'m48y3s>?D:vu .,"QOIP&}ay ?lZ< T z3LBpA7ڰî(-RWBGZ D(~Qz6T"dQ["qEQl*fg%Ӥlэf2q/mMu ̓=xB >;3FD=#9ls&P\EQ>ĈO&P%Z R3M3/0-m1P(E}jHf$L.~jt0L:tfKF?srLcH`'<= gP+7!oq!d/T!.&O(V<'Vь ` ɷ4@#+oQ:-0'xs4{D$.ʡ}(f1ًH2({RnK&^F8jU]} PjVx&@Q`[> |CB LJ -DIaUh&0cs|A4"-F^XzBZk=KLEZESy /Z- Nhv]s ]` Ѝ8hWe}-HZ\(h_ʥlR9PF}m:IT4U 45]L` D !.m E=K0aSI108qybAń4FF \CTӆEղ1orSMgokX%v'@ }e;#.晭PobPw& xB ҎiQ4\3r0рzjRCB#za-(aC*p/]&E'誒]-%Z&7єN./2(diB1BBkF<x(jm\0m X~Z$DxXT ojix)$C!Baj1> jJgJKO-J" <Ӆ?|1U!iZj3wɅc8ϟ{CKW΁@{UuR /acz xgC.Zb5n@&x7Ì6/O^qm jvTxT\3BP۟x;3+<Go9;ívW-?`@   ލ#> >@ $7NLh@$6XhF.F.KP`t }8'Rb$K  L}+AE7(B`D VPb@,)]J-1[S p׽2MՐ A5>З T=EZ8 (O|-M_@O=9ME!D`B$&!&&b&fa6f!4f APeZp4Xl iM ,AeVz'L(J&KRL@T'țkAaA爊\IҠ5LalA7Ae}TƷ%A@ ( BtPE#y@]N{~H=O"M(SA:FleϦ B՗Vg^^hh6Fb& &lhGgi t .hHA ZT@礵G 3 A̬@,Bl,Ε{P9"#<Ҏj klHAZ2 8#tm׎JD#B(Aztl۾ *̭mU`f$WW(|WY%B XlT *< tFC B΀S([Dg]&c/b2(",j`"P,A:A#NA/:BB$P%`*"FbD#8j֐ ptA-܎X,nf$ԁ%Rb1J7ARL.u.PlAĸtÉۑn BɠRdϑޑئa%NLN1/,#tVD1UR/f$6Fc+/e (\/CC%`̯a(7!ǐ:A(0gm\20`ZB AīCSPJ xN+ ߔj +,00 B%  1 Hup`j2sH?._n`@xlcAS8O1/9\sV/`/fs/!1'@B_s_1#%r4@tDtIZ#8B(teDr$#Ig#ף:D䇘ьLSV Q:N[e=X(X@ pL ,7 0sd*3~cv{hJ 5\A<7&5 8`@ @@/:D+@48cW4;""` B@$|$1%/i(Wr\u!8Ң_) Ͳ ԛA-HP7V h}qJ Fuos09plQ[b"B+|ǹ+B#8ӺӹBy *cң^`9`_s`@C$CW'x,<4+dS¨$LBOsS|$|BC}+aД1ŵeW ٸS:ه~Ur4A %cRjAS?y[&zY7B9hyy1@;؇==.;;} P=ң@:$;`YxA,/~7)`%t|o|gC%p>Bc&0%|C \40KamA 9  BA8eg OV!ԃִ֜vbDsXwc1%X I }wڿc ;?g Bd}#' qTY^?bxB lT"]LdmI+Yt "& SI b(M!CZbxC˛@gƒ͛B4-mCɒ'~Ap@Zͤ-$ϙ0g 4S-g1t`t7 7v+3Kn9h)QqDS =ӒKˆ0Í7#J_HCSӴäˬh8ζ- 8=%mOpsvK/dFđ<.= &QO?-1 Hu?J!1%N֛EuxP&`ڌWY (: o), &\& acݭ3#)E`!x0 WQAhT (m}zis0sCN8+Oc@m.I e*gTR{A;D#fGO=uc!N/iZ׻UjN,5]pB5c]bš{Wl:nA)ey\%TH` vp6D1YAHA>aѮl4iN DkuL `';8 T^e5="NӲ5/=Y Ԁ>A m [yK!b}fRG`ݑ~YUc) BJZuR* Pu0~8&4prfhs}xBEy0!vsd }r ; y8FrlÍn3Lz;A$Q P(^T- LU)7 8!L ] Vb6@`BR0 !M T-N7cvpV(yV<55ACii+p7j+jsWZupG_VP65NIҪSy5/%ĸ.ZNQz5j*,-d :` @(JG?)"=bЂ vlm'uf6O!iTC,Qܨ.B;`S0!ΐHJp pؠ5RK,$I I10  !;cK``-\G!B@K z,b0,I\ @h44D`z؀xܣgx" O{Z ,agfK/Z2ݠ5F+>*D\O t@%_&L4 nhҒ'(#gv(5⼞ۼ? E& % ʹ 򪚓*ˀ :g٬e!'+LL"%*(2EBiD-& 8Зopi1k<b`X1%&222+ A#=3U F 4UZ5ODS,H@j `d'lgmPrUάҨ83=\t 3: @:` RL+#, MP*(RY1spɲ4#:D A=4Ni]jO2 APP51B=K 6C]CeA @TsD7Di@ k󭔰B".U7K<| CM LbiʾW #I ~5X!# q'B,E@n )@Ӡ [K)SBdFDi2I j p4p@cO0`VN`P_/B 5$sDL24H<D'5!v2Jl`n2t`9X &GU҈V -q i W xgWX!# ߮$5Il, 9ZALU[/J#[KQ];>I3q]{dJWU. iFG AffIqVX{ ~ vx7 ΀¨тIC(DG"j(Yn\<l͵1:^FI;L Q^Or2c_13_ PBv3려L24I4-U5 qj!$vbO٠k 22"'`&U,XEuYvX-2W:oW`w{ \@`$u*~0L]Ѵ <%޴ 8)1|1R-+&sPW jq4#K3V}׍QP `XJ3^ ,*>puaȁa-1DP>E#d`JGPR9>. 9B#.uCh^i8Hen2HaI | ˇ` V@`X‘TjzxH JmJ:$@ș?+n3l A=,_R^XP%e4T8 R wiL(@*.9Έ`Nz^g`Xn`L {>>hYlhf|X !n8:Yh{WN&'y n;  y")  .t3.+l/ǷGly @p5y hZTڔQY[:Cڋ: Syx]'X ɑjKY~,.CU3ٽ"r_#-: 2G/'V!(4 pYc]%% 0@)܍yP"Fb5 @jN;-9$wx% nTڶ*!ȅAȧa`r |ʏ@ŒzMIy{5_~  ;('L(IB*HҲqЕY{h Kfy? #!G , C7;`2a [Sqғ%+ah jaiAx;x k;̑`XN&\ͥ ´Ϭa(MCВ彟d3uG4CR,Nl}3I4ҲA/S3,<7=!?+"ᥜR15U}asᑧ!(p[<:@l& `| n<@{ȑk v ꛾zk `~Ȼ.aa:+A ̭;}NWߝ^25] 2bY[`e/J0#=Z*$` D4!/<^ֳ@1!9xG C{F! !F5QO[RmR w^z }AvztuA=x٫ 8dcܓW{YkYRCD@]b-~ĈŋW0~haF?*ࡥME թ6f̴qSРA" FKW @ E -o>~ 47fqPA19H u%+}q ԏAC({-eٺZM7 D  87xWL:а -h)rCd 0f8§ҕZ;t˅.]Μ~ڵibm~{=dϢwL#+NxA h@ ;۳3pB?bj1ƒFY#F3ohEsU|<@7!$PmQO_ .5(U#iGdZ&bVZaTI!EB T< Va#b>8WTlh6C N aEh5\S5נe^~I[I f>KYPgAQ, UPt5`@dI&e]vppBTTV5 BB;EFLꁬ+EkH+yj\*FuXBbj!lYF GMea:ζ;_@FұB4Y0BТ ɇyy>Vn٥%܁dÐ]Y@уwl]l忙H+F )dP` /줢t IQ܂1ɩX)_5\:fP$U\}( !aY\Vx"JZXG*;nyNt0Sd`EM A$G9ΰRSYPE k( 9T_lf t]؀|J j)P^v @ȃ<(Gk+p7l*2Ү=(3U ؞0h.kCֺ?}~VBk"*D A%dZբ7Xp h2ChG;Qx1>arTaHW^*$:Zxΐ63LJ:_BMO{p.ā WBhBm;Q7` ["ǼY* B$J5<D:b5^Vn_GjIƿ%5()&KZbDs[]'ۥrK\:.09,@&*\| Fp,`r&9Q\#1˼!4իJ&Yk~\@N D]Ɓt0ΙJp@P8C!d8o%![Qp OH1*{P֑WAp5YE??)EJAI7Mp fjSyXb2 @r h.S UXYuYCj:d1 \Ӹ4Atr癅Z'wj [2VeZx?GCx%}K7j$,B1!yC(RG*|G vukW,Fx `;r/AFhB]0rwF-`9JyY]/]\ c`#.lbzΗ ȊR, R/"ژE/!R,#+aIT@ 3 2x$OZI#" KZv{Dbt:@s\K%`# @@2F`;p5cgU5J㜙@A:(ACHdF ϋUrG)LYR:ɪx%Py3[-&Wڠ~ D 88#~TIߌ+++'5are"F4`-"U1l V3Jd VuJ V#P T׾r,L/7W>+!3B#.)9͒6D > 8ݵ&ViK=N)NNq p:-@Hp7Xc^KS>ՠ}\zZEia9Wv/D4a zr@ Y (*X/+)D.{JT;b[ ;~T,)Շȍxob9GW@%Ftq@n;pypL2c1$3Tkzw @MTQ{gXU{SFVp3PX`@^Ug|*8|Gqfn~ @aG+[! GGf='b ~W \ !R*ox8j t1" Nx[X(9V;$P@r%`sЁ0# wURS'w{XF 0 X7pceuN}҃K@'hSaQs>/pIH<ڷ"VTX3=G!oA3ngpǪ̏6)x'i8 y{PrE$:a=KBkd؉(t)He -3`Bt(A9m;H+XTr`xuaO5}dP"wݳ}q$-sa'Krx@T'5IaBZ/Rr5&'Тq {p?YE6|G'@B 88 ӈs Qlwi]@P E|§^_2.fmG)'Y]anlQ"Y׌/fsSphpbxP*gFypG)A9pY`GTcU { 4Ў 6@$0$`jI0k5z(pMV CxɞC@BP5xsVdu,RZ" ?gy^a}_5&Z 9r"oDia QNASPqR,J~)i כTP _ #@j4h pyXh0 X;`I(fBAxdpkХ C V"r0tU fDB;%7*'-Z @)q>q<0Z@VyЪy!yW'[(+S.3Џ78Ʀ9[]ЗtpE$2@1g +_ 2i?! f*Tn'e3&R0/>=j4J kʢv2PNћ_ 8Xc Z)!`GYKAs%p 0 B8^$4%pEUP =myP+0Uk'iSa dW6&"1> +'.Zc 9#-x#M/g5nȨX1갪Iuh;h` SK23z*4Z LW U0 |pT% {9=9XfNQi`hvvY31jw`<}tQjAj m3rg&*k-Z ~)p~}@F)e=IBZ)xL|À&.34wsqY)UT $ @KZtc _3jp? '3g?lx< oZ~ Fs=xg -D)k=Ʃ{xoP4k Y86|s Id6U[:K U$&0jE] kQ26@H꺠C_4 ˥1R3X<4Kiq1a6+g@1TpAL9fs Υk lPR=ՙ` M$Lp6N +?P<2s@sWȡy~ 4'U<,zuF8!5@6ҽe*ӐG4"&bT,NHdG큰Mkpd 2Ҋ\}N],P "7a 2&o))xsPXQnוJgZ0a/m*EQF> ik-2Iox]\h5uXJm[?< RKI&P:y-_0ͼi n@='Tpͱz d 7 ;@y s+hCb=ɞ K6~@ `YҜb_v^ ޶CsYV-*6CqM*@g>l&1 sUvq@LF7殬@U3h 11MQ4&H9GБWol?pFv1mS Ei<0Q*^9진; k>;6Nj>07PC_ @F%srHyK'0ґ2^a9@Iޣ41"͆w*na1ABbA 毆j 4oNо5hНȍ8cǐ 0!7ֺkdRH%MD\= $XDE(sf )Q,q  VK0a"TGZڼcP:uh*-o %D*m~Pܸ1)4 ?~P"e A`ǒ55,'^Hc<c/t o Kq>bL(&M5qʩEkN5ΖI?ibO PD‹/\C,5@oeSJ iW`0֬@*Po)ьJ"]6 ʂ RP&b>CОTc5Juđ=(|1Ҥp ,v9 !rmFP"m$ii'b`% jCLO!&C%b%IY0#3h ꫰bTA֒ЭjAjU-ƌyت7 鐱[~m" @ )0hIOtWF"Hϼ$':(A !$D"%|Q4*\g a@T TE#/!"4ҳS; um2jRK5 T8T巀1L(L:䨄Xkģ)ZIyh!a:~PU ]4&7X°g 6U6Vn-!ⶂnKYhw wsUWF7\Mv';R` Ty= Յ(k!C$"Q5 "QIYBN)+KRco+฼@w-Ff0ڀ#π8pnJ5Ni)Xlalj :\M;?|pDtD*# DhĢ.~%s@f/\j^s5e:B 'h!,c4 z2½C"P6pfjg }+ĽpGjc53AnB hLU1;fn8W;1k] ~sMy7wdn_߫iK[̏r þ .ˮl&˽B ),g2A2=?M ^͕ -`{iF_§?&q !T7q\xk^.y9Q gDkD“+s)/^f}D}2`ڎěǀQe4HwUM>=ǟ/cP!x% ~wo.y)"BςMjnx$ጓbC Jv<Ф&'2R9" ͣ+Ȅ\؁gFЄ>9!"dH ؃/13:$!x6cj ú` 7?:A:vwS:[7냑Q"&>0Y3ֱ-G#6`!;u?XsM?Z8"ۗ#+$3 PPQH3yHp(3$!ХȢA((<ɔ, 4E7 Ml1M4w$(b8M _({ӣ!30X6\T1̘KA\,$5޳_ҋLb-4O7H{0-8-  "F{OJ(K@:P8ط FIqve.լuأoP<*x܌i)>/@ 4 L#XN1:10U/;HTWNO6iX<>S Oւ!%qL/ی& ,4ES8XjE5}gIHt*M{5Xs<"Fnty'DÏ`F̈́MJ&ѣJ,KŹMKA.UiUQSX0 q -U{H=  a-߫,t;VR {;A5;YK5Vl82t#m̅ UC<{5|rT~b؁`kw2zhQ+4U'լ3EU_-Ϙ:O6: ,){< 4͚l}34 Zl$.xu9eZW۪xq'??x 9.w* %zͼ'ѰקC]8_M$&&[&5Lz *N!ͺA}V4c*I7v08f͍n5,Dl;5ׅd(D>Ӕ ;ZZDZTMN^:ۧ 筂gMEWNGe؈5\^^$M] KPz]i3Y)fLQ_7w BkzEð(9b̶L$6m%dU<>apgJ~u }. MN|J =gDe,`#hE83H"%U5l[^XM ]@ -O…\1 XaRbx0c!Racl&;HWj?󖓮쓎l u7BE9:ppCvn%h|kڼ. E[I%Dw%bSM vP(RXle^FaT1HNH űX_@m_8( TئBn?,Ia괘>S A`~#j=-Wn9dJ5.F OށQhW~e&+p'^kދ茎Q5e=lD03GN(Hv 5서]%P<fQ o) U x%LÃRx#qBpn.5Pץx6ӄg9jnjψ|~W]MZ& ^TfdkT&/Nx*8ur>pG]eL+ 4l2o44k/?Jhs^psbTH0; i'3Up+< 'hg5dMB3]{T!J.Mq.nMȮnN@?$^.eZXǩLY"(@i%3PD,2=pkWsi501PpV씔p$iS̘>UzeP;4  ¸U|@wˀ .dLOpmxBVxX5\m`dyx TIJvbuxQZ[$~^?o&aI][c_E>H=4yIz5WIa@?%;\sҀ\Jby3Džzs ZDqxd'd{xaZNW7a6įw|YOJXkUku(P@"uc&U]…ΥJ%s#Erc&eQc5p"Er$8q N8d )5,Dh)A"#.-m 9G n0_yJBO!EӒ7jh1 (@a۸fB& ܝwđWi4sСY\2>P Y{ ~ rHb@.F_e%>TRqFf 1 %PZj6@mEK+42EJR$zƃ)eڡN!mFxqDR A/z`xb5NofH1,?,?u FP[Y-lVa7BH-[ )[AL&J`šLs7f&Ф9EO40VPu!vF6CKvbx A"#rUDg@Q`b-Tъ &&>EUj8!]mۅP7+S0臣W$-x#'  +Z.h^.’tǬf$IMa yɮ(a TDY"!ؑuxy^Vo^kEfg$'g0)sޭ 5*%ZE{uYvD'-n*Ƨ>ɩTXۋԤ\_WI.K/{ duVrvW@$KE7KZrb;Is] 6+24w\70>Vu_,&( ªC;nD)-XG UčXK?|G5D['_+ D.)i} ]Ռ^2_!RI5PeYX-mYIG IhۅQ_1'd_TX-BOጨ 2%H_iYQ\Yˆ8KMĮL/$EY,L*÷Q!ȋlWSx@y~ B ؅gma+"uĎaZ&(nN5}VϨ D PܮD4ĐP$`<h"!A;*`Y\⁹zE+h_(ݙyQ,^`[$%V"D- "Xe) b *U*"AGdHP+b\-b5ЇL `A11# J( \QdFH#BQ" 4PWuē}̏ء_"X lWЃVOE;뭈E;.b~5A@ Vbi jp "HuLh+mBc>h5f{deUǥPdGO101&J36Me/ Ȧ#L0%"R2%$|ȒŽ#,幞x:HDY H `4?6ɾ{ +Ɯx"xGa+١d,~K hADŽdcҮN)~ ӫX-&jkR½.َp K/PL&B\#m]aݾ.!QnWH_LyBiEA C§{ZnQV`}r|nt-pu ep/(H*;ºnD 0.R@hAنA 0(+ O/E)1&ۊjTjZ`-^Aq0.ZQ{l_d 0 ۼ G)l;.pL0pxk8R |ktHr!}܌S#OJBȣنAt({A+(Brs)QĄmBꤾ2Z•)CU\W Z*0{ R[( ,33?F ()-h 7Rus;uXЎzx9:i .T>5& г=$I@J$゘AT2XhrA@B#A5(4)_ %BQB JpBA`ގ^zBZv Zb ̴Hn@C{:dp֧E80B-Hd3F.u:оTPܹnH:V3N9C=&"_^-[X½b؊E]t^w^zA( o 6Ur-bAB# mtU otc!5S06 <L7Rk F-qnP[3vQ.pSKpRxqS&nW3 0 Ʊu?]A{Bò{2e&6-9~{C) :_yvTA=H_Lҕ rEbE (4lg'xEzT5{nkL qi NpTKr3w)z0G(V!*~9QhLrTey[cwp(ʄpOXU-%5 ;PzxX>BT!j!EZ"HƜ,Op`/6nbeqێȒT1 )o9hE01ݤH:zA@y&xc95{*txʄo"{PVM8&X{eUd@=nTg*iϞ\9Ձ^Ƽ~iO(651iO iJ,?w6@(S0JD@LJL<PAG5(?˜&W7sf˲-qEetT4 "9ie,BG.%J( g΢w]}mx-:>U|\ۭ]8_w>Ch |[ȗ@0b$JGQCI&͚IDNA]vҢ!A'OI)H/h,+1~ySРA TA<$S#C(abĈ>|0m _M NYpgsG9r*Vgj/1br],8S.p@Y "@ɕ#gܘsƌ(iksW&q2ҴFф,V ^$G!ƍ r7u^2'M0_L= H\!j@#^ FRBJ'V ={8z c̛H&QJ) ATG"C b0| j?0$ʨB"Q$@i fFJEE,+bqksʡg˙u 4H3,48I4LŨL̯-ui*qE:*F4I; .#p: yD /.<#!Ob0%SLY衈⛏8"$ ,U yɒfz%hC  äXJ#3aY|ƳZ-ё. ҙ.lb2Yҳǜ|);[1 D]KbZs+h3ID> 88,sC>OGh8 <t;CJԼ5ؔS0yODPd^@څ Q}1tp ֓*@6%,"KFjf+f riuKKwQvºe\rJv4vQ.wظ׶Լ7 XqBO>{@2ЉÓQGgT!1Nqa \mA5 p)LLE4PaNF/Dcfh1!dI]DBp@tdf;DWp0 g?w؍nk_&6Mo%tфa%8A=-Tx,qgP ? "Z`ƀ&}$1lԥ IL " e`=&58T*H3NETM kf_Vעk` - ް+kjk$ipm/\^=Ɠ~Rʗ7{k-vP^$%51_wJ2$ vD'" 0x^bd-4)&SB?-iIjYg SC!XӞBБ7BwP MJҭjYUf#Zh8ѼM-u $g@=(nN~ b+dCo,/-O-.AD$:( f ȀPD!L BڀOH%X$FYa a|b6aQoL .p)o^pp#𖏠!CȖB܀)%!1 r9Ho' J1 H < "!>Ab@ |fTd%Xb )MY(P2)qf^@62loP ) 1 hwr !Q ` OR0> 0-Q"#s1-0F"KL#1j F 8 Tr~)mrj% !Mq Fp-b))(}SФR*AH5l I -Ӳ3;, 4!6q7Q7`` ` A *J-+"t1%@1%@5q="3o6M = u!. Rdg|o@rpj & 6d-hsFkws7Ӵɬhd4NAuNT]"0O BPP݃!&cNi&>p,&' `3USR47V'k']N5RUUYGpCcbk4GqTJǔ6YR6HtX))pdd5Yq1Z=7.RL 3>` p? \A@u]]/O7J#镤$tc6f @&U',IRe˦:)P r /^a'ya!b1*bgT4-2[UAրddE6Gc6W MpdfeVLlm؄Zy_$h4*[hAD*\1kj]5qkQqt`LДd1| .i+!: / >nw[4JbmbQ{rp݂pA} 70VVCfky?f8rĆ{;Fh - !,"#*QhpC`Sŋ-"cG%xi,0 A"c"I2MFV2rM~bcO!6/xA@A4jcޭ)XXk5݊r5$J)~ Э'̘v=C D fKe1ƈ4QD2" L\&błŚjfOŏaࡷW/D8Ήš٥L- K?0"Ê)fFÃr$I.N<`ɾcIlΜ/IΝ~DkʟG@snhBS)0TbVS2cAaL1AMHz\V1L>gR)(oRZdXS& eT)hKʰP2Q PX(%NBAdP! p _72R;/{ ZZ ʚ{ !W/@p/}RATcb59S ~7{\C gǫ$L.E fmftD0Y9P 0`1% M}OXސs00`z' +Y.RpS0樄Z {:{Z&ZUuv9SOfOٍɹڲ+ȎYw̹L )o9`g96t 1e:hjGM <.Pw)-g kZudr`,8 c( 1`0Q6ְ9gYρ&m o4+VW2J ږJAzв긎7xFJ: :5o1 Bs  Mo0 Dp 9`t# S4ZN)790EH{`kĘ@NT/D %g& 0@S+NuwT^VڇiU^)YL-S l0nz0o ):Hv gV*[nj[,0 ҠGbsY@ePzNw*x%~I[q{<n }@M檱zwj?]K!si*Y%Xa` ܉){53ml2 lMnʿy  1MnP'0C0HĐU0P<-Y|J571qH5agLKA-08%7Aȑ&m}셁,Yw?e8֫l:'vW'! ҹ ' l2* 0}pl02/€ ,t * ˼(05@n"O.P@~pQՠ%`'  [̩j k F dgo8AAu慊@c(x <]1:w(]ɒܜ" (pp̉Zଘ""<l5cgHkC*U& 'e1 ^@*p;K&4F@E&EKH$[-f[JW&ulvljUwل0*n=\ vp2Ǥx{ݜ}L%vl}Q @=۳0GP35 I5,} .0- z}ت[ |%Q aVFp_Qb}a !!}͢DIxk,j¿4%%mh]'e}Ԙ9} |v?|hKMc^MP ߨS-Vff&c@*PBP%o^h݈pʼ%}T^5#Y]8@ B \-\biKՑ%ʩMAn g笽ݽ'oDl-E&Q[~g~yv.}gTy.0ą'8I}vQ /}^m0F1,baN ЋB~` P +`R2{IVe͢RȆz@dv\켐Ir"}`P 셼\^͉ GxDT?p78:`]֞qn'`MegG&002M00 k^{n FaM |n0P(GK`I.,V~@.(V+9=WM V==Պ 4` J뾱,:ŮNZcHpspLhvĺlڏGw$0 `0" fn PDy ٵ =9ͫm14 0(o`H񢆛AR8D7o"OFy]bО0JS"  Fh-E q^B} rq≛W)2 b6@I?ΈbQYQf-ư<|ißQ'o^?)}|6 ʀ=R-"R/ Cɿi0R $ #2 @ @4OcH{H57*@'  N8" K-rx!<,r*zB( {bP*x%H baABxCď0P#de^6,!DxRэoat| )}1d`jJjk^,  /712 J*+C2˺젃\&PS57x5CӀJ54TxLlB`JA{aj!4!^.AO&Mj„TK 7fߓL|B @+ !;Fԯ RտQ:0S`@7 p,@` "nOp K(օp'A Bp- wڣ(Eϴ24.I\¥B@cpB4LT20n'UlnE,Uf FkGF|ьh Ӑ`=-`ZT r6:%^@ TCמTP`@.o@`U~ < NBRCE-+Ĕ7э3Ťj ohX @^Z J f#:Q/M,'N\VvɢTga"#i1W(h@9a Qꀯ9Lo;5-ЇW@D#Fސ` nQ5P%ЄUT0 Ke` m $K02("683^ý0)G\ 3뀱!9 }dCvD%OLbduӊ~d,#枆'Әžɱnh@*` c6T9A0:E2 lG'"Y!ЄM$e I]2C@x2b@7",`oxyCbEJC!p CVfB>(p g'<^x0pܙwr2MqiHlXYu5c.\MKh6+Ai7d? :?2 -Έ(*k*5zpM 0fBgVj,@h2~PB(qH4@t=!h#>|Hb"$0,`QM_#cVLC"J\"]$$kܫWl) MXBGj33u.g_sCУ=}C0caPdL&R'ɦC 3N-Rrԑo^EQ1-8qc -y[D]MKo|[壈@u9W굝/LeV&c8  yl."2&^B,s 7 l큩vTz-ϯ+4P|ܛPkljX{(!ˌA4|8;:+3Q[C{@@/LBj2U);`3j9`?Θ&hWʜһ{X{6<`b!K#@XiKӦfүB' 39 St'x`&@VcA#p,J0$ {(!@BE("8>BBG2;{B?-h p7h3P:@<[`?' @ -pLt@@ KȗO1# D(JOP\=R @ET\UsEڃJ:5$ȃ(B1阁!(c ORBCX>ȴ!:(3_>@n)n?ChCH;rBP%Q2%u-jF7WeR'6)E` `aEcd @ixViX8>׀lq9+^ȊPλ6E2WHTW_!w\SuM$eA/C] ێy hXlE5h;h>8CҪ Db:!H@(`ݢU(XB` IE-Ё @8V8Be/o'cS2fdHq5.s Z}мYKApzL(?M[JP26_}PL8;#--$O-$﹔uDӂ-Y}-X-kE `2T; 8Vn+á_rjA<!IVG=7tS7 SOD)**&;EDV}zYc6~xE _8ʚCnB!è dV$P??K|EXѕ):?7 FaG29a9ců7v+]`0H(M?Sf!X -Pp@ħ2^;yW {(t}U_20,[ecof`GUJ~^UErtnE`9/SFao1OJ%KaЀ?2|&XDtwQ0ă!QLw셄1! fB(z%9ӏ SAh̒<GKoqs9@_vlE $hcS-"7o꘩C~N9s@pSF;jd'B(w]u_d`7gaV6wHoztbZQ`׃E{<GAX=ED +|}mm?j(h *L!D <`a"FСÅPQfH!(kxL1f†M)\`G!:wѦCCR͟&$NC -ZAڄCA`7yD\`*F -n4fF!Q0= y_@$oQ #}n=,Qv3n(RTh2d|ͮ] ۷ 淯‡+d 䘛0GGg!vpP1X$C J.gnʛ93MNLn"< EGT?T}xUAA:YCh gP\vKZs a BZ}AO@!aVgy21\E^/F[m%IFcw&)Q0 @7@snAau|badAǜ D !P7 aY0T)L6Q/TC5hT!(S x='RZ]C 95F!Q q1s.ʚd*fBO$[P-SH_v,D)Mv eecr [phi\a5DsQ7]vz 牐M$񠰌gС=0CB,9gi 1脲Mlؓx 6hUn1TR!RKDBq"3 <_ZqK( aDžK%?^qeS-sbcƮlCVeN/ypkrʹٜBz:pDKyA'uLM$1 $BsGZTVL:M1@́qN13 k~7v}UDdV^bV_7= TsB`"v>^L p^]q˗$=7R5DP0K od30=_kZf&'щ:Hv09D"AaXH(3t(OC Ġ%B 2 +l—>hR"%h:b5s*'/O9fjGΒR=a}Y(lpj(?a8r-4 Ŷk~luzFYҗ:(5!gMQ\JhDs\ TK#֓:NA <%-TԷ6dgNQTsE 6b Mbx4` pQg#UB]F[e3hپt@ JyYZ`F pT%xK?  "88=ئp%(&ǩ4Mjd F'Ts- *lH\"DŽB7AM$9@"S`7/hnw!e[D2MD_tוAlKSP^“q|B e+f}0_*$i6|4;JGxJT^hA2k+CPA/_řK_Iy[>50Þc0P&>5dBDI㣻k jBE,Q/HTTŸE< .,Ɠq>+nG[@"!Q:J@kV"mP&7zVLL% V6E #OPӸuD6€ 1oqZ(ǸAeH ɹnEyZpG=P Y$8F@kЃ#=pFgdufބ՞: d|ZHACB\Υ\N]Wyu]! c "@ @y!I:|A:NfDBFAfAt8\Os !ND@Hy AYhͼ Zd_E7`6'ցm 0ůАF4ղ<>cVc$anUKa d-$4ڂ^Oh[cfΠc(^Gk Dcw~$AeFa/("#:#@$P5*U`&!nw(x0` CPFHsˡZVd9@xStCLjSޖ@+PM RFDEM SlVM#IgPZbeXc^݈Ʊ\~lOEY%F^궽GAFƻzHAAF:'*(4P&5F}"lAy|ݱf*`   @f!WL~`X7 ĤL6X!t )u,ADSJA?2GѨFcQ}ݞGM#W͈&~>ЅބȾɊɞ,۰ Xl6ll**"N~',Jar N$*&hf*Sx@d @N pm hFNVeA-` *NdN 7&Z+A݂qkyF!yUTl@8g+5)͘iI֢F\3Fԅ>gM-#h\EG5(Dbn.F^*lGhJΪJ/'-N4X&UQe(d@ XmfؾZ̯p=BCH$|+Wd["E!hLdBDm6݂;wT pZ Z Rࠧ:%1T;^(ZBXub.bo/'o&76/P 8!DRBF%,E(@C@ Aj Aױi:%XBCZ·%dd!nŖQ?7-pf@mٛU4Dr>W Q_:Re U<^Z^zƨF.VFꪮ;8Zp}Q6'3/s*>sì4A"A"^\moІB-13΀FDde<""*!1[:!qH!"+=:$ P?Y'E@PmA` BHh`*lѯW!a8& 0Jf^ s,#1uo$񶭬P/P;1?53/kDhK㎘VNo8O',@8!ణ13C\D#*"5^5W{3F$DBq:AZA)> b[BsJDt, ¶ ( [^e|(C+)!Cjt"1,M )[D54w4/SSs5_tlk,u?Ш8nV5YwsXsY:lʤ1$@{'x @\k#HBW_CuB&0?ʍ ) m%BM L>HQR `Ur*;&y+UvmmkJcVF\ڈBBq|2R"$5!t?+5ST[" v#TrB/ywCXB874hf%z|{@ }S%@$py:4 c?+8<'7 A핅2gIA-N t6 4R*OdVkos4 )9,Xf}ao `Z*j s5l#luS9/´۬_"<AΖ8諆w8K{qXw2Y{yw}[%X$PB *v6?uB[_U;c;cu_w{K!y(W;Ѯ$H$x(z@Ĺ|+@A;<5 5(<&04zVhaU @AZ2ڨo!耧 Dܸ6:(n\k ;hPѷe'](D;WK_]gGhHJaʡhs/s/sW?ܯw[},=cB0İ11d =9QairJ?hych*Ni7u ML!?xLs7bĠhΝx*K_{Dr7opg)2{jVO^2>} - 4,SE* ߺ kq ŋr%I-'Sz|&*`(jZȌ6XD~ *Q@A )-v ʖ=a뇍j ">QT H .!4̰Ĕ.А3LD+ Irb(QCr z 2h Ä22|ꮳS01/͢0`9C#4>*phnh\"*O ( bYB-̸aDL,+f{jG9tǥkn+%1R# 0(C,ʘ^EHK1eE3- |;7Ap20}*=Qizcyr,[`Ý=ipCk{==ޟ&.yU+- HH`pWhN8bXl%h`U@ N؈$Ib~:]IPq$>82 6 '#j+C-gar :𦔰`w7Y^;➜a(z[8 a!u+ YKD +^JB@{0b1ڢ}ؒS E 89Zoi<ъ~@Cd0 $/-@RUžLyd&3fP:]`b\2 q珍,P+Z «t-:aq("9:7+Z1:yC6BD")85!2\#cqEŊa ^>[PECs=0fnNH=r4`iYz;dG RJ*x ƹ&3c[:.k -[pK opQ/y_?l$?KdqVt7 lXI:X"(Wyj5}jTZ +iADO>=چs$K :`4@z0@` aWZv%ve,sa xrTCכqH ЏO, UZ~A[gg $+8Б):NvN,b r'+bmBn-.j)~BƖ2+FBDOp, l Tg̯.4-v7oM~s6&93D)C:ʸ$pRH̠ v,@ ~6/2 i̢J| w NB OMt0N` ,H pĢ6å%$vؐd#D ;db3&N qb/k"@A dǽ+x+c!?zOЉ|(A!aN*'KB!00~@y&NjL"?p`Q 2! ѓ DFbDR j^ DL e` Ct+48 1.EqA Ф?:̈.^af1$j'C LI<!̀ ZE|r%afN J-Ԃ%iQx.N0o2׸b.G@H!!r6!)1)o*g^82dP 0np `,cP(в8Qd `  ??q,T3*%UH&Qv B"Ñʾ"‘ !‚V2 *33mP4W4|& @&QCj~BGݠ60ظZ V (3jtA9)N SqL- -f@LeJ`B`>ӧ=_-@=D4c,SO? P@ 5Ps?DtPdډA 2^aw`EܩBM\"$S < Dg;SL.d0C^UzA^4bt!`3,G{uGgGGjF: gH (383J)^0C5AL3B`n\o]gds,Q(. ` N/o3=(!J#Oנ: G? V  @ bQhE#@!'L&TCICynTS6\iTWv taU5#DGhw 1,rV(6Iaơ)lˤ Ҁ2ix 6  n@F2 J_}+*_B# Oˠ?U  6W27b`p%FScA^?4dGn0tAweCUW>ԡ*L64Ÿb7t *vQB*j1&$h}iLыT8 (7 9)l&m#am٠m 4A!5!oŴfff@W*_!%? a1isY`@W`QZ Lfd1JƽBTB e\vվ؀> !fGgfYOi ,V3x!?pMmvB֋w+XYX= ,jr)s|A}5ĎVHm}~  +aA @a5om˵\֒VXW"! H!?=vs/L&L Ҁ~$dlV.d0- `z׿YYz8.P#cr-\+H),q+tl笹2 w% /71j8Ia!!)1 (2엒8 h j7A @ڲ,@ NM8`'/ X4`]@ m љ-b׾Ω l0$"3tm<:BԴ8w{Xzv2#(/I?5B, `@ \[sb5!'tA{\3m//$SllP<:ST5tv#3wׄ7Yzq$Ԍvœu@: Lh`ɜ G\ 2IAtI9IkaaN=) Rq vҼqH! P DJ&X` k(vǯ ޫR"zXWCRD"7ŃGH{\0;3T[ŧeD $XgT ̹25d @V 2I97Alz i]tJ\93NIkITAM\9 ؃ث `$ lMEaȰ0뚜AB 1Q+yH3 rv\<,"ҼjZI&|nD7z=DϮ& ]}9щ"7- '=RӍ2 ]t,[jJ9YshsiI_a|v > JaHs`^@`Ȍ  X K4y\#[Ut(ͅٿ6GgԾbȐ5haME $ȏDB,$rQ ٰ1͛:PAx2LjڼɲA; ȍ%BaVTT}!!;ZI]e&BK-X`ڒWl=}$a0T.hmC ?oZ+YiƞHxC"n TG}stf GC FvqM*)GH% ^u:S~UPS&IW\GD0H<5!"{,b-vel,"Un ` `˓q\D4c K"H{1sFjŵGr}gP 2 LR po\q'^OWm-/ e\iV ‡BX#t;΄A.E#|T u9\saMd,^Xӆ6}4rU.\ ; U%V&7<`:B `L3n:Sm<:)v:kOޠP$Øӆiv"!p׵a8BIdBugA -tOKD:NYCHW:0 BЇc `} G9~eXކ.lUA+(ؐ I@μ_MaaG,^կ!pRCPS xtmL'M!'?_S=1Ndj㉧8a{҄؀O;v}^^Q 9bU1p PڸC9jL %$uD0($'a%q]HG4LWh갚4 ~pI$5 FҞNQ0h MKb1Nds$,Drz0I 19 )UQ Qj8ʅ9@q Бb5. QJ%a -Ɉb`zCLe '$5U̞3(`Y}/7~D8-`ĦnBHb+‰E!"))8 U`1!th6 N}9tX؆>T [7d,Z -.M$t@%\Yk ذ6MgLf8qA7RƯxM WKhJҭfV;p5PV}Cy q3ABt?kB}m:4bǂVΈ!Gϑ Il `MС, 3Yh!5^/p5-Wp[-L<"XskTU;9uSsKLn:Bc)>y^̼mhֵ6ڃ-_Gi3z6/,C a0 E(4A DtJ'arSXm K2Y +E1yI45PY4g3vj;9E$Y&!!vjys,L`HeѴ$[@#`pi|7f l% Q >`Xt.>Ȓ0|T$4̮AAE親jAP$;%rRtBQ-d9E1jOzmB-au  vKċl(AXnP|suxc>! jBj3(B"hz2rGR`J*Twr "^.hn::1f !skywU*:8mƱz {p[7: ;@i $`6-3TggVX|ї`g}5 FUP 47@ "AHRRI%m2Z W;b(SK x6C:c0Pŀ[(lclMC'lzׁihB7.6=ڂ.WIh|0vGwX |u@Xhho 57P|p U`/Cp&$vRvB4[Cd7P[D*:? 0$ ϚYjW%@W \ U*w$}i0@/gw{CaGdXw5<bvaxp/D2"yKʰbVw V$ {{㙗 !:7:#Xs`Ou0fw0ЪF H5paQs+Zzd aBsD`yPFҰ{~ST@0R =%!e*fh{:" бx{`G~(UY g :uc 0 `;k} :jyp T 4zʧRy& W"10`ǤKz Dy r˽sTt#!z軰Kxک\E_&XD۠dڬp`%`2G'pQPK \Z PCǥKz1PsT4LME K_r?T |<ˁKP _zmz{ۈ1g^=^YPWTw w&XG|d,P@&PFpMk /$SPiC 0ڵ~RgnrֽklC fT0BlB<{K ^q= `xU(F*] .5^WEuX$ &` :z;Y&0I${qGZ {jQ @`9s](jC])ɡ2Jr+r߱E9BR|g%Ly3ug˷lŪN9Rv 2; W 41=Q < 30zǷx 5p! ._ MK?=54L<4+ܵ+0Ԙ [72HvčB>,p͏_{UڰK~^e5Zi|(>eH,1t 5\20"SlK L510#!Ѱ[2@՝LÆQںp}h1PCCU;gq\Dx(ʰ[0T-W>OȀܬؗ=#=5&  :Q8wSpӴ%\/c1prQЅJ0< o Q)B<2h-gȍT/`{q='ձw}˔M5!5U(s+s@8͸7@ݴH: Av۸ C}YsѣT=\J۵/KYh` LPCn=t!.~+V#7RYS<P>~҄5ڠ = }=6@ M5z@B87,` o0EKČ:]IGl~iesÃ~@yT<'M`^4Tp㑘rOX2^wpGc~ V`A P'>L F` c`ceu` UbX.˫5`+2 r[u -*&orZPCÕĄCz1d`-d;<?GɃ`2ګqʰK ˯s]h/"jjLM  Ss@|{5އ雮ҝ~mP ΐXKgz@߫#72+HQa!jQ'RCuQ$F?SH"AYdH  2QaA C%** Rƍ3nQDTBEPTrÆ͐C(}SdK)Q4!A{ʄ3eʗ0a)ԉ(kf"3>H ۱cKaMhr9#v'Y\ƜYfΝ=@gqѝQbD3Y ЬMp/{#(%5o, D^3<10Ċ,2dUS9h'>[Sz9}pJs2/Rt E}wϽLm&G؃,<*)h-(b>c/(0¹!ȩZֹ BG}$v<*!nEd+%/2+$0 /P&"@TC@8;j!cdZOB)I>˯-/):0%٣+,R4 b9FX@Hk0+Bdxpqr F>LMp(B0 2$4hkB(DMB|%9w0AvO)DB' /CUт;]"4̚pB S2CPEDLEUUK,1Ĭ`,sx2_>9"$BEAi/B [%bKBp,!6":wu)* -bp7^xx̊6b )xCRh6`*>n򓺩X,B˭$!}-Q9,NMuՓ[}umXUx`&gay9 $*IY%YsMi|‹Z0P޶%9jȌ>l~兽_!?:؎p*  9D u% ڃ溂̑G(7A!XLw:dDL;pFlWxLw7U2aZABjL@<-}cQE%^ KCUH` m6kMi[[ (7lgZbbm xǕ*ks7 I7DKE V*PBR&;Yb`e0 bVȘq8ff5apJxd-+xߔD^zjӓ67`1hH"@uy1mS`-M - /h3pT#Q D~}Rg b) EP,dD&6úPV0e QyʆĨfdAk><n$Y]j+*F?8H6=sUp@$)OQDNƺU+X1\)D0Mƞ.4i¨'\tK _Ձ2])eԎuv6Ù*3)L%4+qdHrheՒm 3֘ akf 1FomN 3aXu˱D!bHXUΠd@`S70,6T/LKTIC9p9!Ref<6FÌ2vӐQ#9blF CXҡ,-&"V& XCµB <z5E_Ȭ':H-ɔ@T9;^ Qa ֭mFoMfM7L 5] $#HR>P[1: !wTrD!Ƅ 5 eo|eha\4tSEm֫p }@r,x&O =x]JK&|۔bd{T5:uECE8Nw: |TKГrO=fBQGy6-R8RK*<( ۋȫr.gkջr(گ4ӕ68Lx*J9++>u\.0%Q.4 )"Es-0[7P4̩?BHyH0*#2I4(&3h7xCrCo1:8@+> (@f/ ׹q i+vACAи8 y.0c,37;4 C[0 JAB5Ђ]"3APJ[;BM)"x 1ܢ@c\CD E@0 4Ls8xu\G>X8ʋ@dӫA2hs(/xZ \@L(ZM ȽL &.F8\%/Z7"B!-20;oy #eh-C#;#'c3)iDe*>4š Kk>B0vdCv4x@TQc OJGJ Z0RQA7ME]9ɲ$ XA$@zL\mŭI5bD(dJa\񻗊C#9`15Ď & !p?ԼPX\PS/cGD,!~$Flױ˼4ҕ(Y`P4\(EkI"XEPԳˌ>L%tI.ٚ * 2b™s{1cTB8?* 0͍|rCcD;EП`Qu4;˛|䋷˕p/xqKsthKtH,r\]` 74("42yCPmyP MҴО6H}P 1W uŠ >ƑrwQ}Ԃ|#NED!niĐR8OS׳L=n#Säb؁H6uu˳X<$0E>S]܃{ B * z45 f)pJQ ?>AȀW.;7W=pALTAcUD1* Ϻ\ HdRՃk$V0=6әSԅf=D0OSZ"4LPnL1 U2E_&[ :0DBGTPGIc)xQQ&k>QBԆUUՊEdKORru44Dґ(RAĜ:6r37E7[7{Vme]ӤE]d28Iep78uu1ZWFI[,Qd@4z-6 o^KsטWʂ(P!"MX $5%GO]]rȯv K\ӞٙŽd3mR5m7S%+"MУp%8T# B5:XW*sͻ6)C.j1-BRő aPEXi&)/a3x++RXdpNY[I܁/U,ث(_HYb`V&+YrYMP7xA(/m-=] &5`E3ע&4ex)ѹ%']GZ>6"ؿ?LBcIU!"U/ X0/QR)ŝ,-/S0cUA2 /!OӉO.`S9Ƃ:HtS9͟>&/beZ1Ѓ2Gp8y]k"FB aAeB?Vfo*ѝb@hM׬a7 Dљ$2L^㮋C5P! [}L( Kf\bSO\ԑc_ __Yep*SD,]V-0:x4.(Z fC>d=@Hּ{fK(I~F_J@!hPx9G-?t7Ȁ"x|赭0#^[e빔2&m(UiHf-fge m06ݓ5e*A\Ӝ%Ǽ!j."L]=X^DpJg-|ݵ.5xO[{Z MB*'9h?Jmd#n$D߷~&u(m`l2;F晦fn:1.V\g~Y4kY&HdSr֝->% 8-Hp!L筆n[rD@I1Fv^KrvT=&{BW`sT2 Ckq sWophh+K&Up`)a6-ȸ/ g cihmپi+̙ jbPq&?`[:~LNg 08x9"uDH5@r5_n)TJ"\W0PB-׃X<>^cHps/Us:l X~sWgcO(pa.A't6mNtEgjʍٙ5jNR+ Ǽn=(C綅Y'rNuS]~B()o$bW 6p̴Wctq.0CP5klm7oO:/w X0ՎE (f typ˅M@{WEwi`PHNtݮgO6]HX-PoY@=uo|IkaL(y'[`jCP^*HWhjG ^,տB@VNKo: /pm_9$izsz5y?tA'_kpd&{ ϽFi~njH_Y7Sm~Og9%Yus[ǷIIʇ! JY m*4  ИZz5䍡B] ?.5&Ƌ  SAZǥ4g΄BT"A$U6l̐1 ^nn&̚Hk"Zm8rMkZӕ+׵L8P`1<~,,-P9̕?z2ƙ6uAӎL~v0:.Ub(+X)RD7J(!fԉȑ^AwN4&L(=Dh=Hjx0iĊ,1OL e!_@D܇-e- /dpN*o~SD2UVaUBPWcYjȖ6ne;S8xSN_65b9eONgm6ee]FړIjZ= t1 n0ap7P ɕ r5hQuHIށ,Y "{@0 ID`G`D'x$ mx` Hu2 Du*EMSPn\5Ê\}EYdHZӆs#\qU]z3EVaJrbI%f%f]9LXlr` fW\lgYI#hX&'qt' 0C%ҩ($|l($rvN"GФ1f@}{d4G!*t`KxP~ +5AB/0}~K,a">e%UqZ17@P[:H]xM#c$.Nng^FY\z.li&=l\ -?qzrʰ'Ԝ,$+ ˨!6 a ϠE ͒~1KFC CquDqkKi+ ɖ=7[8M[|۷pLjd.LqYMKkLh*#071aB?B8QР1 !@&G(!ۅCj=a [W>[ C\ ik>(b|2_QP#[TR[iʲEnj_um[A_'b$\C+1Ec}rLx ƅ3fȍnP8N3SCp jP&B_Rbа쾃;!nw,1 lZPCDȵ) O7MTX4N 0n;cɧkAWg8+rL2 .y)!'3DNL>t zD3X$4`&> I PgS\*Ndw@i9 )>̀GQ,A Zj;V%a5H(FE#@s50] "Il^jE0e`DmX5Le-_P岧@-0y8***&]` ukp$@j <TR-|At[9l|a @0:lRQ:neypFK5 0((kQJFIh^A_%@0,V) 3AjD0A(HQv3D2%TtWLZ\ 9~$/Ovf*EI r(:QvHaVΰdN@: vs.a%lEXgvJ*5+1فjк:cQnVG+"d,%\U4AdTe pat25Iđze\&JA\\E({ Dni*Z$84c  anN֠I mcmHB!idY-ν|Em]\Am *3` +QB!RovSFO#ΔA .,dO|Ae,$n` " ,P]rLaC*_`B]}b]Oa쬴ڶKdbԢH>g@j%„m-OrJkذ A䰾^$d.}ELoMA$hsrl$Y UL v!y%nzͯ4HԀr0^`EEM@ƢbPn-)+1RklПֺG" Oo' Av8$F kO AS0l X LD5P~jK0n~HA  -̪1'ZܑFGiƿqI$$d~)5nZmTk,Q2dl&j*{ A@@tr)G/a$80$DG͙-[zQ<3HA W{>Ik "Y߷hsKdcd0&} n"+}B#{4TmN1GstPa'4Y )[A"B,ߜEژI2 ]$ )4TpL4SaA_&Cb;.63E2cpҿI9h3"u:n"i28ClІm0# jpsslNR櫧ް@)sHt"HŽPt`A2!vפ ӰtQHHtE1+z͖3 6+Xv-PiîP8GGu9RKK# $#N2GjW5o\ t4wsSxx\x`uڂ"(4 Mn |{6HTw"0e)4~ɲH,A,`'=dy˷86D6Pi8guP_dC`8ԂT=d@@0Aqo+A؂#d)o'y;2 ѲFGyRLv"6l\љEܠ]#8-86;RO˄9X8a5)e3l>mvJ|tx y[/r 쁭7-Fp{`sd bȚtRA)móvƱ8H9$cE-4HI uiW8ht;HFf)Z52)B !&oT ]*oRtP\u+A (,<7J@ik)@iP5 )ZpJkDY ]QLqMZEbQ0.Q1.,Z"`ÍG#QR=p( J,7ۢ 7D IΌMdvN K Y=35/!~` E'rщpfTcM]I&x 'FAttхubB 7)&b60W[]W_)Zj0eGg%2"/#ܸVmr)b\rm\ GB.΄L5N5a}sGH Œ>ҋaщx!0,4VIS=@qB-95UieYgKlĪrhny*u:f~Ძ#Bn.{,oSKۼÑ91nyL~ ƨO.4G;rE 嶖pss LA(Aʑ:uk&D! C v%g*&7lX\1yLvIOғ֎$4qғmKFX=],/AqW x0K_XHS<1µ\D!-`Y 8 ~#Nz Tm%< *F*0_ x¡b}{-HdU"1B5aV29EpoCMoFh3HPej,$!/4b0./{`q0P"HU93,rk@*#M$DK.(!';ILsaUP;2rCh,OXZ $ ؼ<&Ƭ1v(!rn5Rb\`$|!  H@]hgqJԉ#;y;PcAEH.-62P2k"K( L-T!gduH)R%E&u!KSgX6%{@ Oz$>(SⶀolYR0"psOͮsX˺+jň O> ~|>ϊ, / ]h$ ;IщL9Ĩ~RZ%0c#;YSvhJ7kXMx¯ h/TsK\ި00q<A}Os.K: R5YlKG @` Jp5 $9vq4o6.dOZv3-<^&&j|Z|}' |"<%fC |A   &M8֠) Xl6t,TBܐyi!:n y;CCK7@oT.{` BrtRZHjڄsz;ikC]Üx1[cb(>f4H3kMA(I@R|*AD7#cXƜP!ma{;}p6/zAyCԽ!2(B-o{㰠T4!xF@-Ԕ)@^rA{zU0oxXu#F,S[ DzeDD!GљN cF29Z#n#Ayֳ  8$OVkҘ69q7d2ٿ r/0See[JK: > , 2AFyRŔ(x Q> @@@܀rB <@z@ N`  ޠ@5v "( ;jNQNr ( ފo L'oaP q jdF)C˴PiPE\A-oæGFyLG+`->c`6Q5}@_I=@!   #P4Koʠ E`PaD o a W0l'xooA ͐ ʁ Z/`'"E., Ж yD /ALLSIP 4P!c"vrj3~!M-"2@2A؀T$K$GB@4IsHr<4K5$ArNnII@' nc<  F#p=2B)% xGݒ 5*+:{izbJs; o#-sp4x8O 3ұfNNt?#PsQ#P ! ` 4B#+TC944AC=tS9DE4L_pX I6ERan3eՑL1&0Os/J{ i505?RP4@ u Qb<5TS35SCtS7S=SETD?@TM`` D'i6D GcW+WH/U(c& 9YZKZ[KN[2` 4]v0β06GvNPΐ?tO-P2 `v R`dE8bvo6b=SSA$G54UA[ HA'&TV|ٹXo=͟{ͅpM<59R3;IW} `!,""#,S!#C003N#Ə C*Lɑ`F*R/JT&Kq`@XZ,oRy#EP_ ⭐(Oj*E jW@x*+Wo:'hư6*|Xw*IGWF=tɓ)S4EAO%!0D} 3([laiW;RWn 0+yyH[HbISA-r3Ot#G) S0 @AaA`!%u"=yS>Uz $M b{Q#4; A(. 3*GPϒV-t~qzѡTkRݠL4ET $ 2 MRlECx)Doz= 9d SKj"k\9*<)'LRehFFB;WZZ's9 h`7C@@ qn؁&*Bfa -ȡ`5F$ e :jӇz30U_j4'D{?G'QU 0] VSH`e @b!,5d ayt0L -BMD+@E5N@n8:ets K^eG&5H,5X҂~TՃ;HpDp5MjPQ 7E zs@XCM {iڈNG{ Z5/(Xd[`HbH*W! #b x :Հl2 nTBL,CBPx*꥕whQ E u Du Un7vڂ]AkW)\h(QRjd%S&FN4DV0Q?PT2_=!5( T@%/ЂI aOƒ2`[J] pbeMÏ*҂ek~؃/kejw92Za]fImy3\EpRiJ%b 3`A XHɨ #ßN`>>A] gRL{5pC!C a1SokgS[̚8m tEҶ *``PRap^QFhF_95p1ݺၻ؃-v=920BzwfM+[e6=z?eY$g2)QB:T! \ IM'6=:U4!~t/` E JTkshQԅN7!6r?q 1oZ3vd{s}5'"|g. T{wT`oeCM&*PV^}QCIA.!@Rivcv5m-\ΘpVRÁVHo<Nwv)zg(*&`q8ia:xp5}0bc7`86alpQ%2|e 9"1000kh P0`4caӳzzI/c34%1?q FXHG]p] +ꐲ̐*p@+PqOz@y00H1hѠnP62p1x@op ) Uk(dBj[q?7qy.sIG1UgTa91mȺʪ?~{2!'9T:ob hoaTpvr" .lMQ]q[j|Ч `հ`r @a0C T Pq"A2Av 2;ްi3cJ+6*'/PKje9#. PKx!u4;`T@Hdks]昝`ʪI9~ ږ1 Vȭ{_(o)`H;۾;k8 m[(j;8C ?9HD5/1p[aW8[+.*s' T/;*c6\__TWb׶xmD]0Ą܇Dl1ɁC<} Bڛܻޚ{oރ*'c,, d|y$ne|g +$hy20/1pl@YD[H/`'$s:$+ղɉZ~[T X;,QeYhA2լ}XLD !bÚm{'Ĝ`'aȭu3^<:?FQӁlƩr `P{,>OX 5kqP2YB rJyZ\:[Mu0O" g1 7b-PFzcu?줶٩,[a|2 i@dbzyr\|Y?%0.38*ɔ̒jR--JZ̠O^?ʧ&tKuЌu~ OwEKӷ~!}*ƪ]@:!] m2Vj0ۋ mc(bkK=`i==>!{*(3: d: 6?% -b#?pl`j1$]!/JQ;Dz~Pڧꛮ[;U.Xz Bἶ K ͐]s5Ї&of VF{)0q'm 0@[\^}<R=,4:ZY YB^[8h 9p76b]kP2z, @~ҧ MhkdMg_JIXDGB]~C\3RA!nƵtNEž]3#=uŀ&P+T pPZ~]n`>A<(`:mtwЎH2^.H @@=* Q>jh¿yŞ tp% C &*P[!_Iȍ ff=Rgo^xCk Q0򰝌\ %lJx?$0cmKղ`ۄ6zҼ77!`9k;Aܘ? }b6P!@RJ4h@8SCS# Pr? $[ĩ0,c )̧`S b !PaaVi[qKm/pѯ! &t+u JΔ' WR+@eP<4ט P0t /#3yP@T!+TekI/Em1 H`*@HBaM!H`ƉbkD7<池w7i#_,`gkeTn8 i=zE$J:l`Rєi@TMdJPÃn%sg0-LNCQ>tZxeB eAAEJhd*Zpz@u B L7D{2A |}-62D-˖hC, vъQRRo gyd=x`;aEx`aYU#Hg14x ] ᴪ} I4]Se ]25S#44mgLc/\bʽ <!72–b0+ (B M*$JVpiC4uPWcDܥ6y+sk,V@7T?0MOH3J=zJ⣄A{LmV"`-4nM?փjMkL֚5kjB)Y8f7J@0t|\0Cm@80h ;jSUGP/J $yBwQr!̐:fKXE<3' fd1ÏF@Pd~)HZc=OvD8A,[ I:>Yg}sؗG<בHGZrDNJvcRZ%@Rt|22\#'0FB:@anIĆv*(1hP+e٬PT Z]ji-h0!8o4+H_H l|o9: f`<[89]=Ңؖ$ 3O=R2`!;I#c xЭ %¯K*.Scғ @;6P;%oA36P?Zp70j(?8QK'`'x@'| D zPЫ)`XUfx@ L`0=# $Es$I \`;F$le%lF# y{!.PFPp7`/?p</W[BȘ6?xwzY6WB> ؂!aC%&Ey (x)@ H(6nRCcaQ}؃=W=UTEZ<]D- ߋ$ %g&eRY_]%Z(g}hVul]VEאM8z zۮW?*kTY4I̮.BM==QTX1\P% 5!9^E?ȝ|,nߝӂKU0vDE@L =H+PrT%I5AXWh^A@FU0t(%H@mO-7uGvԝ\J։Fb xbUfP&ON ]aSdSiSNviW 838{(E8b:0 Rj>;3C:Q'~8"ԖS9 UlbP$q*0&~9aD0m%XNp[i@FmZEIv$W?*j3;N0fl`HYpeLpn43#Pk$P9AXؚC(A0Y%\D8 w@ o0 &l9&p؋dXMє]f:da] S&QHemSҮ WN*a8Sn?_m`"X7xVen3 _ԁÌ&gj&( Y,c9i|$ E&PE$0zj^7G7mXH0Xhu>V& @b0bqf9c6G9p&o})Н&Xg.(+1g6L 5_o-!kW?*g1^oϒXfC` `@Vi:9 _k]3x?@'heon-xr?(ͬ&'(o*y,@wiP ,fCPe\. wz'QPjYMIs~w/p=$a i2Dwc{|1w|_86pO/ڑy|Huegy[x^6H- (Wm_g)[a?צXv!urEl+KP~uHdQPkXohy3 0yww F/LNK0SJY< ,XX"&pQ H)NԨ 8LxK2g0Pf,Oz7i ӻ-u%b S6b+#pJ6G2T%)ҔfUJ#)FN}jo KA V%7= rh e[DhVfPAs@-)ATS&P|V c,3Lf9 uAH̙l(Kz+AfE/!zBt/4& hPjȀf ,vB W؄ MElz݀1hb7b1m,a ku-4 ! :( ^cq+d\?,tpf+9<9B <9!mٖ (Cd*y'wG]G|t휫^c*WD#7퍢)A LTZBjR`_$ @ p<bb/pfN* A" PG:^p}cyr{ $prytvo&݂(#k2CAf SDt|n,[x^N$# ۃlL{pnEG<-O!<4_0'\ Os2^YEJD/) L8AE= r<^qP:h-,` ľ  q@ps;]M 'K{5Ee"@445tEvYEV EP݉>,;$(_JLy`睠 z]`A䭞"L8iܡEUٞ՞ȍ&/AE\ @AJlΜ$DBzTa:`BL9 ®)A:DpO!́ДTB؝ ,! t[wMrX Hޕ}׽in@:7L `",++Z^-豁WA$WM 1fa%%X@ @5@@loA$pa%0Y0/!Bݣ .PN]8)_@8LepSp ۥP AA![8"F}ÊIO)n 4AGQ.bN$OV^N`, " Nȁ/E9Ψn-25X$0}5"@ 5bcXULEB!9\0%/c2/p_=F%ܕK ^8V !1#3NBVZ)c%%YY*@[Z|#:Zg]]ޥaaf$\-P4O-PASA_T p [`aӼ5{z$6 @͑So!mIK%ys"%pipG&G)s'iRN#iW!Te2n$w'&#X @嚚e(@JAX5,~BC3%:~ҥ`ݣ(@J!lVe@,hkP 04ALēUl2{V_ %b Zn)& hn8^" ѓAR ٲ">sbMOOu"BTr*㡽%$'wޣMZX&@5zɩeV6#48#~+&+&'0쥆AA#E:lAbdAEP |j`*YӈGD"iV"]uhB (CT@эnIέB>g--tmU#r"hz)wN嚞jX+w-뿶۠7 ^T@,C椅@58Z\FLwld`ټj.#UHɌ>FFS +NѶ/.RP/&"$ K HBNmg%.m&6<ΥwZ>i%!a-]|%p_$l!@Sö@D"I7,I*nl@A7EwriAB.!Pc Hj0ޞ8I!,/ A&/BRRڠ^#n הF48Җޗ^o ֈ\zV㥽}~g3ZC6oV5 Cm;&!m. 8.X.LI4P6K_ P(LG/'h@OCnjk0)ðRn/p/""2,r+"LAXXsX~\3q)&mp/i\q cW~f&dq]#jց-f<L"3Ce:0A'U!udO2ƅbE'㧪jHNhj㯜dH #kR 3T{y/"2M^bqML 1.qwǬ[3H & 3' 8 \rfLDAКK2{ 85"/!Ђ<! ~S9@},G яA;h@~Z7@[$/U\B6֭A!biz0G)B *4 zrv_\KƷ[QG]+Ťp"] ,kͥge #4a:ՂB@.櫟g ~=a }HMv!@LDrJWd`ޠH( 7YkJ4AZ ^Vg(9ӼC !n K zڠ!#8G@" u0^;=14gX9A)es8T=w44/4C)Ȁ9rEc4C{Cà@(bta2 Q&A9YQEgF4"Al%,X~,#H2 a8YL(@AD3.!erDc$PKaF} `"A7 9 B[u󹗙o%JhI\t/ _Ჾg +ج b-@=@ $BwdCZC =G4惁4I3!DfxM HA b‡lĨl(v K娖DQ   \8c&8WQ*mlO΀?'o0:T6t˺Â|,XELW!XZR_9$u4_ },Xb0hV)Rn[ 1HВp4#&adWHE.}˒jb|[Eͦ%;j2`ʷ!ƨE%]\ 8˨wr{1 ~%.m ghOj9vG4D4"pD@ (B C ^{A &1}b/-Ұb0P h{F'mFpr#{w4C@<BnBV6&76Xb뀉=z'&j 1ᕗtw N7X @[B@;Ԣx,lahca9G0<FT4.AJܜ GMD?СFZ'/RRT͆a`@u/T QBSa \h ZVz%R!d$V=)"Cm+wEr$'r7 JTnCQz-j!r@'+KX]3pB먄|)0u\hw7#`!5C9Z\\g> /"E,rP?,m@ja(M([@D`%+2^1%'C*aEtz#DnD' A!)*0 |@.AmpgpeK1z, J-0r!JHp,` p/f >>E?Š@a^664L4#.taZ!Q5US5kajtTl`JU(K(8!s X*3:mR4@' ;y;3B<$ld1*>Ҩ >G~1(o-s` `'Tj Ss. 1J4B0q3v @J``z5F5a mUWTY7YyTHG3z5YZ5!ms K>n4LɔL :Y` sxjv(S Jb(q#.›-έi؂FpQF| $`'JB,5l2US?AQ=r TdrAr!0=;^:@F4.jW{uH|FXkAeJ:f1i3!VYYGr!kEh1p&l˖lҖpL@]9   t*5$(+bp'D=)5v1>Zh46dJc$j*"ڂ"}>V(TmA$+cJpAG :*wDi`Vsdֈ@!(`v)1i jcJY#Fs^HʷGXt`\N%`L/m n3Gy>gۈD #@'*u&n``&'j +k`-g'(4 }mP A 4.OuSbh=zlvJraցvߡvg6]6wg@VtX@W`Ai?zWzea8zi%VYej3ax8 VQ ~Ip Wn d)&^qgh@ ;8J~8Ll݊+?X[^yi~ױ1N1UN[E)\`' Ϳݐ!D $ d۲B.)F+^A#'A"J]QS)F %ZWn17!q?7~8t .B@l \`i% @D+Zcč J@bĐ!eJ :al a P NX"? E0~iN:oܘ-ZQTHQW3lx bhycPmj,-l;lh!2$5b%MEh  1`Fj?ȚR$B;ll:Po%W$:Rb@ pδZx><&?N(DaCG:`agAUh(Rz RlVAD /6փ}RHoՖ>( 0W V_yņe!y!NdI6De5nf fjCКf% hhnL>pr=T`1Q2)L.?'^㙇x$}n׃$~f|*`Cf;9L0*t28 qB␺+T7"XS8Yh ,gYWM{P[ %V hLaWEk+_Ȣ>I3h7?ԬJdџABD3H PH:43P3m@;=HbdQ`N`:*M.d(M؂ߥ WxE#{Zx-`UҠYx+&aH!f\f>h~c? i?ح6pY {cx?rtĜ0; :9FHa⅒,A-BL`UMҢ L )@4"R`x"bW4HgZ`ԥ.|x"2Y~<[f"1en;MK!"QbT DALprcs;]#0GhIa\za wPDjY* xey`^!Q+)K 6!iZ p3BE56)MҌ*HІpĪVO(P<y Ulg"M Mcsw3F@UQ VA.0L5`*XBP7.?]bAF-fڠ5"ZVi7!8Zj-)%W4ׇT1e{qe UYyy4' /+`uVx0BsAgJtH/# M0¨ ae?yՆ־b**BlYsZ6 ̡W*2@Z9T0Ԩ!lb6f5-A\V%>kRJjšAY?s4h[jSp"zxY%VW2d/hy&`k7B8yeoVG0A)ORڸC9Oz15tq:.J;ϵӄ^<a[CnTվ4hm0/P-.Zo5W&~1@.zkC%Q bfv b< :*1#l3Rl @%강UUCLN\{w[sOT] 9]ɾ ع_ ⑋ϐt+\7N,tQaPчi:b ǚj `%S$YVU*1SuT+ʵ#.M}Z Ļ hȫ?i@\%IB}E'EHqˠ`:V ,[l[ ϰXflBp?[KH_6ǑXtV`2T5Z fxA;ޓJ'gО|sJRp6HׂF% }j4 Ѷq9@@бL̓] P 3m33K Lp}UoD3LS/<Ѡ<<!ʵDMƍ-T;Ļ Rr-\bi[bۮvI !j]@xM,ߓ]b٦  .\Ε/B Vt٧O{J$t\m}UWe jQfx=<`;,% 2`fD |ZQNi^[Z|LPP >Pe;߰.뒭aBP_.ޢ/{{/ j't*+oZf? 1@0\s꧃QM`7¥.Nn6k0=_O<~ŵ ߮^m?Ip @ иE@%ٝ-Dp6{O`#\H^`Mr#э"L"5?O^=*RaΜG-Dظq#OCs&#A )R$J,TH$A!ダ|c@5`@0 ܸM[;wƍu]+dVZmݾ6+Bn01`!G ((M{ҔLF22e-bhySPBHՋ(H6u Y$$HЙ0T|yU0dkq4 ?xzE@*5r3G!L}1&KI)I8oP֩3У1Ȍ xЧc1()¹Ap"shgrɥb0̒E.G$Q.d]hD*Bl!HK1ʐ $,Lj0Ha8Rxx6!Rb6bPfWb* 6"|>~(θܘA(΃L5k/%H:N $)@t *qBPx @D[o56eZD;/KO7lS ~L 0vQ6D{RJ)5f/oo|3<;.:*b9*3_!<҇3¼%"$Fxb-yC -SA&T`Szrj*C cV\w 䚻Z܋#ln|4(C -#Kƈ@㖴ۤT5[4EmƣΏ:2 ;7^H5BAK@Hs$$#V7*`C@ 9@PK.aepRC\` gK$Lx ,q+̡. Iù E2/P 0(C@p{nK5h[h_a6 "@ dž("MN .1m3(%CƨmuUqQZЬ+X>D·p9Q\h&0y3JGz`=%H sD$o}Qڤ&0 Ӻ|ഠ3isS 1(?N ѯ( /X Ǎ̀U2bCS'<2R2n)QTU հ@X]BϠE% !f{R_!/ (< SƺjcX9C m~nM5"Ohє8,y2 i ۋ$f 9ŽtM(#s-\BMT@u}ifW!;]!f~i&~ $v Bb#;9KeN ^ tvT4'KIC-𢇸kr^6Mbc=J+t{T˘dfTy@]77uíӴ 5j Z尉/",[j"CvbvˁZL|uT2^?@?yB).\P.5\ǡM7ׂIvWkQ_]BĜ.Bp(iaTU; @7Y]l&ChcSn  ^Hp zb`b7颋Ȧt) `{+l Rja{jgU& +K MQ911uXxVc-|U!k)"m] 0 3aS+t6DJ/0kY۳0/7!s+>8p8{˺ip>7Z);-˾>[N*8Ap<[V h0ٿ\9e063Hw*-s2E@3K L- 8@D\dΙq;:* t:=)Sb%{蛥Ek;73" ^ ]8+c B?)\Û:݂U[-=Hu0 ۠Gx<!7wQH t6 pC@ HDDdT6Я8+P!KL ZMd7L> 4%DA 8A~%]ⷜ:B>bЅcB[8+-dE-Gx cԃDG{ S2јF\='@Aӛ@"Fp=iG{T(:}/¨ĀTf(ɳa OxCyڐR TLE!`KNcI^ |*$b5Ѓ=Dɑg7 3+2#=B,lʶۨs,IJ`G$/$rCP!HTiK:P̲˟ GkR 7#t(8 ɃLKSɠJ?)$` 1b\[XD(DЏ` @e(Ҁ#Bl.ᜁX͡+q=6-P>|wd K.QXI/H!s HQy,DyOAQH4̍TE)HW$8N؁ȼEaYْcQ?L( ENIPhԌx2 | r&]`tʧCCtՃ9Ey̜EQQ¯83GPRB7Q1R[7SAy˺P 8԰!0G~\N2E"F(LOC6ԂGG@F уb;S=tM ]m9:xqM ׫@ (AyHUKQK笯LX0DN&uҙYAE a "bO҂Y0a4g5IFpD(^T9]=0s=S?S洄SɋWo9T)60Ē7Prx?ptH[ɝL0|d’Tk<{,U]0ٕz05*é7c:‚# ?ZǜV\dдVxEF۽]HSZ U3Ԃ} %D37t7@s Ds$ t'9|[(GUΑhJ۾9X!UD PbD+EUYUObmc4;㕜]&x+EZ(S;8M A8"qGӨEt_YN2Zc㿮6|U!9ʘ68Gɀ@DXCd }XeAi_pc=XKsh]b0|C_EORE>u>)bS&`+] ~J٢;!0lh8HaumQl<3a 9`5@8eÔ(~.j?#B$=||\XeR_\HhH/0B{k05_6nHcYGCVI4J \p 3RIQ>|dyXq3Y+6$G}^t9U7JaXV a#;Bۓsꏊܳ).UuxOzs)ȥfkf 3VIiJV̄L;YdL5g.xK 洕<&^fADJju 69ONބGT~s2asظ0 &'(每fX9N,z,UcknEfaMEVϣ.Pj:0Sjݴ< 1ۻ;yίueeXkn^Fp חZCavF4$@7W~C&K&9 T}XHE,2)d60\;HfHMjf˶Fil,8 NҾWpViO+&!ExEEy H[nk& SnoheA>nw6!Fk6 Lp ʯ!mPHFQ:f͊%i6^Y*oܳR\!q&mpԖKp NYӽB`N1 [Lq*e }AVerA ޼nVpՍ T(gޛXM -V0՗o3o fl7w}cY<&j>.>/ tjU] ]t])m1HwqvKţw+5]qNkz505z] z60*51B5+ӍBi*P+yxۄ=!s/8Y-A~ħDM,(OfnGEsL|%_cHvE@ ",2m ؎LԪ+W\ЙvD4ʑ"Bn1M!J?jf5jŤt)ӥjx$K"=DУiB͏W-ZOBھDh A~DYBJ/c6nQdWa,1R$K1cF!5h^X@2 @aܸxm"LӖܝwč6\9tjrX\6=Æ֯hp;e),H>!N-^dG:t.U";* &TN9BO?CQ04U!S@/U]EVl"R@1JOkH[sHT,^}`0do$H[UWaI WYqL!|0j۸ ^&ncj 8g\pĕs\r0s=Tuw6BxgxW^yC@L'|'~(R4`M8` DQF!53e$H4RF)]_h ,HQG :ʣoؐ[ՅKYdffY 2Ph!ejmbNne&9 Wr-'&Y'uw`!$ˠZGHWItiL7P9ݤ` 14EԩM\ Jk'DkbY$]Ԫ$ʶY9u!-\u1 xReݪYC 1e.Fs4 :oyMtY0' 'DwڡIM[T I1,` &lzM РMN{a:HH@nc <g`Xaȯn5t,=AЪDm#\r%l&gw!̀J*Mܷ.֌6M4 _|78qXJ9YbKsCʀ% Q02 <H ]FcyiB4J=- UCq`\*4a6P!&!'i7fcY盼so}E;9׷B'][W5{SnbFAglR$ dF`)u ?:A C# 0 pPrT$*+ݣr; jqFAaX@P10F-m]s߄W8S]ٽŲ\K^KW234Ɋ#\(K % følhCR0%MKhP()RW% ڒi |#N_Mklq@#Zl`gа-l,MW~8tMv]ee_9bĮ.̀ddF |rzsjn@l0K]JCS!< Za 'u%ih)@mgrc}\1L$5a ;wsmMj'ќW-sH5PV⼳PCELQ$=wLɤCj7﫜6b4kH{ ^@Sŀ Gx/aҠP15f"qT)A[r$`l,9:_.il>y]h\qEAkW]ž]z !^̱LfnqfT9|ZG@;#m}9 nB^S I ӦЄ%,! oY"g7nF`ogwqilImpQpQyK.ܖW |ĞYY@1Fp-lE&`FMȄ aE̎ede#aJ؝Aک h2 [$muDߝň` i8AtYiXWrC0N[щA5Ҟ|: xx 0=DuM1.`EM] Y A`/8*""#H[=,K`RRPH<߭H̟] Ke\ k慃YK =.,GL [ N#:ЙI@c=*"^u Ӆ[힜 ^J Ҧ j )` 8F"*:+r#p,>( Ob"]APA!,J_mr_4X hX5WUIꣵŕv[UEy ø&'D _Zإ 쁘gڂb.fF_* AFx!,#Br/RZ Иj2F󴦆2lj)VU6, (j,o&F%8@YxZ9Ψ;*R<莂Gt= JB @jUxRg\r]z&K(𱛖%ah)AP+z"؂!@E[)zEbi  4qj4B @jPVjnIz7B~ =9.(@Gjwӑ59F<\N &$L' T_U$Q]}Z+-^~)d™A$20! bDžiRS ĀJfZ \ BX3$m~@JjmjBeNw xSrh">&D2@ &)rIHJrTɀξhт!'p~Z.XJLp IVkgWhEnjS5mVqN*Sނ98 -(VF("nwP'(nȎ%vjL`jт0e`'_MH_ar nnLxd$)2f/XBԖO V$@(HZT`ALN/ H|jl72l5ReNr.Ueuh?V  gDΊh\VpAATgAi+殷"jVpcp ۢJJ+qpLB( X'_S8zͩZޗE.W#-x̪=bԲ`U"%WizfJD 671`t$+"$a!. [:rg#ԁ T2O WqB| *gSO(i1XĠ@g0 3BbޜgĥuҜ݁۬GpL BsQss',2;oGrd:&"3i>p]lfk Ԁk֍)lf+_tn01ox2[l%2#./"yCAK4Zu4Yߖa uiAGA,u3-,$H$ B$<+2pabWwזJ.0Sm0[@z IEfFFFMGvrytwYzFt26sbqB[GaM AS)|6A AxS/&. .ஆ3nK-=WUw*?/'ł/3 +H#{AYhSL|(HK$$~!SB~O\LA D+rANI:q)M!\bk{î(omO÷I9<ƒޜQ ~i:޾x冄3K](]5L(@qFN:JH4 K(]tKP$4r89DY1~yc)RGn$N7mx!QbhqsPS 7o̸# ,XX)2FٲL5m8 pvGܸiF i%Z!Gv6y21br]ӼiS1Ξ3L8klukb`;LlLjRʳgv#F4cʑE@! !ׯ9`>"!$4=HѢ.^HytII(Y ҩV.7)GtRhHްJ J`A7 i*jA)5*+E;zNB˭ܪ-.pq&0Z ;Lrc 2+rk@\^M$63qӍ7hF8C.sЎ;JC/=֫ HÑG$DIO?JL% &"Q0G" td*DpCE+ ak1.C ҜàHha7߰2t2*p5ns uM3wUڤcJ;.N. ExA =b0H&͘&a 5!P}rC^H!B 0BCi 3pC;hMoQǻq* r#TL˼[̮!۲s12]vpwݞ;۸mM68CY,:ĮO,N<2Rc80ǜ80SX^S/R}23p,ǃW^ 6ƣ=~:j4 r>{kk5_|vM}yb{7;V߱n:TJAYMFVTS!1c*DG$< TBae-s`6)5Uy"N W6<yJx,~Ԣ)~І Jx A B x`p,`p"7\L*,DUiICb~YZKӋ-2"RP#%VmHMEmEɩy`ӶcX#сܦ5ݤ4oVh#:{Nv+ywW)fk0xP;-.gaxf87 ),$ wzHO`mKW<`-\#em_J|)r/_yMWf dpܴ u0'^.w&{7u q|C Bbd` 64/D#Z @C֠CȊ$2 rP¤,fy"Hm#<0Lm\#Lq^nVFP$*ڵWWje:)[2WUl&Aj柎[{Eg!6\DT=A2` \@ p-A}Pi6 A>PlfC@?5KYpziY./-[AlfwV;*S볟eY荨,kMXc݋x0B(B]w7#_ UZXAei' }4Vى3 Y:k^65}Mk9zaȵ'%9YVt SF73/Wo:+4tq;#!?\(}0@s{wOpb_ppJaDp"9, eg@>8uTM .XDTxjJH/ tnb/snC nɂIo~.f#SƵIhN-F 6-؎B0ﲰ .BfO!l&$p'pFDT a`o >/4AT.o j`v,sKrȀ+Tpٔy֬.ag۔ !9!r0B~М9.OΠA@f` 0P n f+Ͽ2L @$Dh} &+hV/<q/^T @2+OqɁ"up#ȋ O ָ `#nŏ>%`1N'u ʐ ͱ^`) JChE 󎣼x)PFt2{D #.21 R!rP"I&r"-/oZ+9_(2HNr;O G%? &c2j&o3wR'c f:l kBa'`9xt[n,s;wiQ瀋ȊS"2.RQQr/F#)RNRSB9  q2+2'{3TN ,@fH+*)Pq׬84RYt3@@8kDTo˒,%4A"2:/!aFqG33H[oȳHZJEGx&h1S1g$i>$?3K7 n0>p b(t @3ƫSGxpRs8u8,KBNrN/4HrF{8F5u8=sZTHTTK?{&93X!XEVXQ(pN* "CjʑBuT1[3ǺRXi\Ot8յ]k]Kqo51ѓ9U<]R#ը^=UWU92Jq4V/>VBv&T@udd- AQ fa 1ؠF,Cgw~QPcrhEknJ0 qEM7HMlvݔ#USUgkUo~FEbwN1Sm*iYJ?MxW0@nXM c rYr(@F,r΀ @ `Fn ,F.8b.vdif s6s;iwd]YOEI` t 8bqhIp\hWYNw`tw >51-6 n(K/X7z WH{-, pX `WV4F,;0ijX's QO1~ҼWdHuO=XXvVYf̀Ŷ`xVm4+#nE8&WM؄e3zY ) ` |}XW8VxXՉUx?EWxkgkucwIU9 X9P?%NHsI]a0cH0 Eh-bh1S0d|C;={@۷@X$<{v\sCK7CL8e#F 5FcYT̥HfFd$́9)gHbF $@ WlGCblhCW_5VY^K<ч1 `Ms-mM Wxa'@H!$6x 5A!\f}iFk~ V>uh\r{r=tB\WvL*DuGh^zgh{*xBaDTz&hAQGe C1mQ 0RC\o2"_oPv FY/.X^# Q#0=q6ڒSLXʤYlZjK/7RJ[qɭܿoF'puiC^L5gEiQ"W((e({$' UA'%*؈"#[PC:}AZ|ö !s傱eb![A5H3!K2M7/F!JW.CjCVqfG:Ӌ:rĝ)g;`ڜ[0 kyN<ŤL+(0 . y/ x3Eb?sfZ]yƇM@FZ850:F?r ŢC!ojdKLeBc=.MAfrl|_z$Աm(΄IIR'9Eraƹ;K!IU&ąh! ߃>. 8@K~l;$! jPF t,h f[Nk@|H_q&"} q l3qd a yؑ4FcXj6W/A};#@l#)z\VRhXTf Q$[3$ ゕ%%)W<;e |pNEEdg|A**Ylt ڂ\@Vc!(J$CAr/@Y!7{ %~pW75GWr Cr-f]̝[˶OյG`cA}$>'@;hR` :nh50C+ysZAopyc<=~M0#Ұoe ba0tM0+ AT0x GiJ]Y`PS0-D3-z  P FZZ}S}(kd+>$:hPKU{v~ əP$`{0pw'2w/G4y" ,s5pMV:C*Z 9O[?ЬT*za@pbtP0=w z=Gbjx j I`7NX  `D`Rb0+5c(:Ba1.,puKp p(t60{n@nX*<=5 83op!Vs03NcO@Mzu1#.p Di ./պ0QLTe"rpY.0~bNO ꫾о@$R"/yAw[ S@Z8BS Рl8* P똜vO6 KPnPp cֲ|Gf9@5 03Gsl3}Cg NfۼO{ $K@Lx p'O+˶ Zs1 H x |Rb~}3: 29[* t>Du@6`PX*{w2в hN6j/0=넻+f<Yw \"~xW;h2ic1O\[IЕ4 g݋k O@mP$0 Tg4,ڀ> -9}K ,0D"! ~ n9p뫾+Q8H ʝDZ r*`vI}eB-fJ<(0Wn3 XG[[fVC4o!!y[պN*4uz*հpp8R`' Y >iO<yf:y驾-p|],j} O@  ꁜR+%$c=ntdnPkuMיŎ@~+B _3 !}!0@%bYwN0Jovp(FO0oe/(.S3 .Z^,Q Ҁ < ~QAS`_Opg<[y|0r!9@'clt-ϼDtf\ޘ8 2GЮwNc7ģfU3W! aQzh6>Q< z 3k/ZTq@{cЋh|_9pB HꯍJ$8p (H*D E-VQǎ5p   xXKlZg 9(Qb !5fYhW) xU 0ZcEhQ74$E/ Dx yc(R!B~DaQŠ&xm [O0& 'xŃǘ6×^,Qc P[@` r[ňtsi9ꌎK(莅қ< 5#`N8$i@cEJr!rBjB2AW~k8Ò7ԩF٢X$*dĘq1`\1ye˼y(*ehK`L@k̔&0du93:+Ӯ(H3P<8Xc<@C;2`u89e7T*0QMU_emyæh@i_*>N<)y7(D3HQ!WbmxmtDb*%×wԋz=p!I) z8 ;d!{Ҏ'c#!SmA AP 8t )0g9Й=ԣ'9 0 +ɇnTK[&> |hˌb<( \yZtayAk`P!C3D! !5.YZ!:JHj8Gu(ꇐPڌ9&LBG_l2zP!(rrS"B'!9[@4_R@,cG>PALL"ylAZX*nFGA J_0r5C @ Es@"M_P|y)$`!I hCBWs|M!g,1r&$P_ _זԓ, DSB i iOiC.<5a0>׆|H >|B@"S7  X𑵂k `#t ĉת.mp]:<,avdQ٦G}4kT)dneMF/ ({@$LZ [AѴ!MpiismP=K+vYg(T;Ox+?UAGJ!)"އPsЁ W3 ˁ&ZSqʇ%O( 0 NÕFgp[F0fIFB^(%NCcQB-B1"7$!rhW$FsݤZ[Y"ձd t% q +PX/{ˀ* '\[ Z9b/AA{Cګ3̯ N@0~0Ap"#VmX%(0 CܭPDx XGa֫1qGPb @:v"F{@n푴Q"qb/T.0^ BuتTM⁆0UTkB<0|k lB#n3P[ зS!xlBڌD<?g Đ#=a?~sbS#QL??&N_'\[ݞ!SCĎ@Y`~ -yܦ=܇r dF;6ȃC'3>`H>5ڢ : C0>?cX33,CP2L3|Cp &C.dB&X7&P`pP@0ȁ'z7 8s@ V0<@8x*r ;ոA3YQ@mi=ҙy$Cŀ,#0wBP{F9؂Q+^`z߀uh2hk m+\(H8Y@p0Cd;Vj|䎓,t38B.@/C ?8@$[HQDRF >8ɿ q{P $E-Й3TtGY@`[W;Lh^q>(G-Lf2P?%/L”* 3hL}yLlLQG'hCZ DADH(l'DLz\ɽ[QM +I@0+З4J$u؅\5`=rJ__9 GJ| +BhFB`µ0ƶT)OKq<ǻL0s(FQ3l/H3MPT'xUfs#9 ;Y/ ~ *Ma)DRe} )'\98mafh?蔟:r`B1_FdS (rSFdS"@U%/8G=$XE%XÔ/OTL%GXBHH85H43@"h .%;\;Xh*|D2<\9jX 8C8 J8(4AFE0 Z:)P-PSF"3W@Л$W@%D`X1e$ C5}A1AhWwjD\~oB5//Ses\s܄ұ2D)|9AXHx}]]-7D"HE-Ц:pU(H1!#Dk1#0VChys E(C0 @h*06 z:DQn24 lƺ?<iXCƸ$`A[J#y֊F==pÁҘ0`aƅBX?UX܅܎r#p 2x9Gaa]h]5ؒy H 7hK(ADXnn[ i5Kʻ^-#<F[B9 /mU 4%+]ð}ȼT sU7(|@F\x*A`_(}- `Hț. aEPƃ2Vv\\PR]˭^Kaq9Gx aGIIƄ-钤Hb  , :0e?M@Pn8.u Pguւ2:K"n/zڰ̫7_$}Ŭx4GqX{5G#Az=z6؅WEHySײ=6HeyMT8eL0&/[j]V)h}9C`acjNjN@f]fhpf. <$H  !C[1q @1!1101]ung5 z[@+⊇ } sY5:=9$0bg qdD*^0u@RM>d$Qޤm}IO`f8ineFvn%nA>kcnH0fII(Rv暌fjN (kRIH -YgƄaaSo50kKCPEڤ9ޓ'@slNI@mY%E8͂Ɛ?HX{"XuAP$& F:! Mr%04N[m`aai.wnTFPnA@foeVff6)nﯮfR YfLtL8AtBpWKXt!Fdz. ?">@?(<*RI&;ƣ%Bk' B,!Nr -! 3Qvbv{:co|d}v*naj4P}^Ks3?sGo5O櫆kpf^ex ho`oƉ3sMH`Ikwll8?Dt-u6x{L h9@[/:?tQRspe=i?PXXF.H'jB"Hxbqym uв1.I g7`zoz9Ȩ֨9TzzdP%TO?nO0omvt3WsN(g9Gw ` 0E?|wf}O}w/tgV=ph/t: ' 'pUp(8ӪW,iԟMݞqm`D>в{ ׈d Ƶꤷ,x ,pgw&7(8I_@QB`d({_XGs2r  AbF%J&R6⬋MhlNa jAR ZfQ4hΜ:l̰i捡@4y򧍖5xSЙ'Nb釲1xq:ϙ)MIs 7jԾd!?~ tdC5骨Wa]!c&6\lxOd.SE+^1& HJ udjTcۈ7 (.AtC +hB, -h BZfɫdXA^Ā0n8R2W/ a zT)n~*Tt+qF0N-jQ!APUi8C,$,.j2H,ryDm1Ã):ʊ.K@4Z tBy뼎vBfv $&D0a hӍ-!=46 u*iW/e-t09LT3 -sLEߣ$!~Po{%23I~衻WҫWq"C"2uT{?~Є%,`Ayh5&DM贵ƛ4X VT@ *5<.S)`P}"9AY!40jJ!0* . -E?4kC@Jɑ*ɤܞϥ0ENqI UFwNn2]6bUn%-!j ] /yYp*&)H T$Bk/6LD^B/:PL+@ Ht8@NtԼ TP2!A !FpͿHґҶ]Ni.օةݖn@X@@4d @4Il=UMDJ xhx|`D, !ZNeG _'bt0BC_bo:HC 4 Bؚ iڬM|eYAqDx(aaEB=ƣץHA!, 6l @"|MJbqTP_dH@pGVQ  %K@B$IIr4 Ut8-EL bPٿ.@Hi'A&x"KIo8gZ#I+ūΫBPYzf`C15\;$j.&BF5Bd$  jqj_a!.5#$Bjj9$&l5B"p`wźHLY7j]Pe $@ DBM HZ]%bL*_ Y%yJWָ+i80%&B.fa( ϜCFN,%%LV.^lח,XA@^yލA73M L:>T C A ԁPV!ӝH.!Ҕc8pRi6~o݂y؂dD0oa,-R 0 ,AfB:C-4:\C1la6.B,bn!(Bj!\0-\3\ s0L0 0 s s+ذlƐANx?qXY#!fB-g!AsVƅ.e-,b%D6]IJfTd/ʑ rlpm @ߠ b&\C909L3@0Vp"(d0Uu0f"4B-30A-<3 //rs\ _@3@b3}㮅;qXYPgìW  Lo~e%di" H)7۰iv)/dCLg"'2*2"ˆF#q0$󫟲f&. P8r1 `h AA,`A"p81$n.1870T;u-Cfij4<|A'W- v494("&CfA#jh&g@A%h5n *; 4 ^yҀ:@܋y׾y(0<d p>w0;q'xjԅrlpH1|"-)󢈻̼>!Ƭ{{1TקnB2dpf~K@hBf n`tw@.ts ?߽8>kD3hY4Ahqh!@ T("Coc ?g*e>laHB~h)TM7nva3d6nT*$0eS}{Ep>npulX_ 4  (@x  &WйtKHX +ʵ@^YF2- ԫehmk׳Gt{ӵܛ:l!9@ ə`uTAR[pCQPmO^ RH?ڪU%̶3, +0&<`j܁j^1D Z"j4P7R):-@ xZ䋯>! He+h I,*\p=ip[pgw$4 J 5j(>CH y,t !ż>vwxǯfKͮQ>a8FP$;:%Ѧ|7*QQ`+@ 0M3 Г Ѐt"3HRPdyNZYpe褔\4У$Rv`b+dD֦В\*R}X`C9p:ҷp v)fxܖV6n$j}0>AH_Eضx!mm27x0ȅ7DoDž&tA.wˬԕLP0L5~[uh@t Z dA?A XX.P!C,Gc`1P!T fjKƒ(MD񼃖ECnPH9 LB- 9 ZTErU-\wϠW\9knO5!bL7:6OS,|QhH~id/pKa9~!tyO=Th<"bP4!&,܆}[H>pMR0 9dy7D9>wW` kt˹@o9& ;3(a@_?Z a(DZzT&rN%L~X,?氺uwXlDӻ%Q!]h;6{?H?0@;`\@tJa`b ~l('B"%z+hi"e B*!¤^ NR*2(Tr 'tS)B8r~*5`+QA D ND`$w@1F .cq../>/ÓO~H=]lR䡈1K1<xub"g| *.%gR8˗)q68 6os7% ,8D<8;0QTt@ @:/B@o.)`L@43ފHĥ zsF=">e"'Q #l, 4[r&vBX)'H-.471wk!b` z@pQ "UF1 hԎIjGD6#T.6aGRFi hti%+J x K2udHS{tnA#TV_nv h`*k"D$<@' >%Z @(.8RqNr$leR%tY(K7+@ 5P`P5P^Q^u RF8U;H` <a6IE`hA.*AjaH.*Vu  ,,2c'`^& A(-*_\ Zg+HP-0i+7w ]wfb"]j6Rk-oЪS2~Apڊmmrann5AaLPmajv`KP[&iS@”1W4xLS'6BMhi-Di5 @óDB$ Du"URlG"ow`MHH'YQ_Ȝ#+3Y!z5XDKkCVMu@ ka ":^u \&c$r+RIփA:TKHT\mh@c Ot |( QH&P Dd"DA ZYSX$(fأ>"ͨM` M"a:C} aO7ϊi: hBB`8+mup\+v7aja[O6h$NvoAyau9' ':QxLmh J&4󀲋- m J-$,:'QƷh!k &{غͺss;@ N;2Ii.!U 7>颽T 6=4Wfv= u|%B!"3 ^HYw#N¤x"lhB7P ԡu$ TczR?\ ^a@Eb؜&⳧vjCk$j'  V] ѳҩ޳@p4y|<yIaH#3ɫɇЅ/vh M@:n4F =Dk$V'n&؇.zQKkbj{Gb nt+W] ڝ'= ` G6=x=mɁ3A/\\}+\:@a0+\` AAYW|f@_Z<XM0q>X)["Kܗm uѧ@ i9R "8wQgȶ>3# ›3dd}=.ɻ\n` .@̆.X` Cj |@a@#Ba;@K}#hp_BEZzbEnܼGQ@F!?Qc)R$B2a9C%%)NVBqe+[sdƈ` 1dP7Lir䦙Z رd˚=6ڵ2ѨuN7+6JK;U1PqǢ~@|7*\KPsQ VF<%ZA pYo>B FԺQnh!|4YkaHTICd 5q *ܙno!}X)z]w 5s ႒8qGQ"I?@9x,D\cH6")4fBP=Aw~bn@a$f3EP4 B5s^JΠWШWo7s v5#kʉ&A^p<%MhB-y҃@A( \SQh1$u1dZdakԢP E%,05;A~! }("XH`3Y5aYgӸh} |F34 :#:RiHj(Cpn0"0Xd0@(A vs'v0b2Tb!!S`/rlMoXR,pMl&)D M mP7Mt<5gbB z :Zy^:va!j1 FᢧD%į~u7,oHADBZp-9KK54 ZMVT?x[r6 "RP psǝ-fǂKS9|ZQ0A%"T0C%)ue%Q-'O7d&4f0,ѵ"jә0.x3 (-ef AZ@LSH5+A0Mdll v&4=;%qN|''ɂRP3`%qʢ; 7R; /D.A :Tbs l#p:C m*KgB8τ^B+fy3:8Zڂ-4]Bz93M۝kju?B_s4acO?d\3. K=^KW+\zP F- [ M\BAA2 YR K[,Vk:`/t w7Ml~˶JI> pՌLr 1zIdiW[E>nС0,PL\C{Q!>70> FC7DL]}.d0i:lb4"6|"q`??`bx@=RB/qh0prPDDqG&qM凄n5!p]d^80 9P†e9|eDsx)gl7 ~X:Qw^z9TggYA>ƃHxD=UL`h]|W4D0DkvpXEq8{L ƒon S0P  ^w#Hf9SAlw5lrWj!Wwx İ}xBEЎX Q7eiez{`wg:;g FfiE#V=T4?PZ8BGSMp;-g`5->@Dv"}Ou'U(LQPQ`pg(A9drŐ ordQ uXv \P wؕfCdyeeCjn~@K7gt"f/43a&M}tҐf <`#iD6? Pp. u01 6yE@IJ 9kHi8 u ]Aԛg!s+Tl7_[ٕBj@W7fYJ=d3'5j MccwEf#)224va4@ h ou㙟op fa%PDdtCID@^ΠZ )Тo w똜)s_IDNg٣?ZbC~0AUoSugCyYHp3Br 4>gJ~ ⧋iqzhpᄅ4 (rckE(yW t ^P2g)Û٢Щ4 0s2:_i]yIT zACz~nv2(זoc Y%(3nc4K7%Npo[Bڢipsڙuxz1 @]eCIZPrshcp `Bɕ Sԩ>Kc~: $;'`T%#-050ZQ6X}i,ͣ= 3ukQNpF+e1ZzY>Чp\8MVΘ0a򪨋Z_ˆ9e2wyj^Z;P U9iǕZiԩ[d@d;VgctT=bYfh}i9<<~0;n;Xoا' @H iPVͫ[k { HK  Uy|wiu5骂`_2ʰ Zi`)!nLQk|)uuh5ۺE(y|5#DU] D%W+( # jâܶ{ LpsrtKe6z;}+` 3;sHZ Z-^ndZ{ƻQaGxq-ؙTg <<¼ (2WreuEp1L^8Xè,V YY4B,X[SB~^yq L^FytI.zgVD5.H`z.j@fpn1/h؎n0m`n0Wbd^4ElDKng#d sܙnld=l")=~ ʗIc!}y "pU@ y}fB0SZ-}!+@]t;0)nIxo>?źwn BD{<2%2O H> PrZ^mw< i p+__ QX@FWľg"G "P1@PإEMB dЏFBh C(RDE@~\Λ7nj2,M,LpC lÙM8pwGܸqӦV-tj9[+׵k<.9,eY\ʜ @hҢAgͲ"?tM1bv`Ygv#F|ʑ"Bnܘ}!llֹ& 0dȔYf` 14ffD(AAEz$FW$I"2rA &7p 6i#ذ:To#"$z**58bFf2-&. /+03gQL;@2\ZJӬL2'M1b:-*x7a蘦Fф,;߻0 4"< .AR$b6pA6*&hz)d:7#%BBlKA$dDJ!Tddq-rK.z+Kr +2ŔdI) @J*3r3ղ,-2:-ZФ5MDN9暃$d 7P* <-ÖCuϳ /Q+3j2W&ಗM@^2>-$ ^P$ZZӊ#3T"P-5[dRE\1Jlg.ܺw+s;Ё摺_X/!z2Bւ)I[հeL_f\EtWLlC{ d%2@$C1DeW> py5y JibZ3Ph}^kbbUj:튇$Ϸ䳦x\r&ͥ\*K2v`U(wq\kye5|Ꝋ]Ge3oD76- `6Xx@PTֲe2tΓHiҴdbeyMMƐI[$.s\;>.kz5_.Wˑ Ë pQG19 ckmM&H?6e:X]7qV8=ɝG+9c 5(Ax3Qb!MJ:2083 H%oB ;C@Q">˴홖.ʻgx?1C4 chak* r5[{@`,6,=J86cd=?x3A#x=6<)*A3 !m#@!L7ک"H  ;1Ź{+>rhZ(-q*?8mzoikqq5ț9H\1 JR9"#@ 989ot6X6aR7Ã=)(<0P(:+sKDC`A!Xp+SĴV;t "$&j1]p檱W;'+t -/ܿ0|F2̧)[llC0C+=/<C033$@(8FXYI9HQ0V!蓀깞pHV,j>OKE$<\! 'l W#X*2.\sF'_3 XCTmٜل @Du@K9zD#h(6x!RZGT%LMTU!l"8&Sđ-N3utZD c$IEoŎK 񓿙B(?:];xi)D@ҫ m/Hۼ Y3<DԝhY @4%h<3Wh1:9PA3dȶˋ"hB" mk dL#t{Ic c*]0g5$MT"93+JqdJR6e^|L5: aQJ#`#?x1xN!ζ EȒik X PKe,LLZ ɇ 0VU.2 5kR#b_m ITBSgśѪa{]P)MT"2~V3h5P:+t5צ*hWAxJҙ8G{ |JW@NC;54˅݉xXXdK&UzRe4MkZhgb#aUY%k8YU]UtQdRgQ-\ؼ˖ĘEõ-8__;B|L5a\s2>V54/2pGʜ bভFQAxQ* E9s0(j([H*:S:Mlޜ8R酑ID [!vO􍗔MǍm UuY&sVƸܜSn-$4:EjpN4(/}XZ3x9AP6\ꭆ-+k&]0nYl2#(qvBTÌVbk捐k.. =Æ}i)=(= #'~%߃ʖo_$`( LُtA`ASq%禱 UH jvu(s EY#s' q%]Ob~+r"/uB!= JA(Q(H T:Go#%B`O?094x 4pPm+O* si*nb$IA0tZ.wQq`$f ena`2m o:Zʁ (ʡJ+~u(])h%X$BXHgOsa30bgzncyܾaOvElF=vcN#nC 3nv?ֳqwyi: o!/j6@/ :GxR'01{ GuYGWsDDM&HWNpg?v'yw^)*q ծ[b(d]$P#G\)RH!9VLY"KJG?fiF_XQq/VWl1qᙜ6(̰t*83g_J7}eEQKNM 6H+Pxa;K%T 1"n!4byE2.?+]Ra@hvX*؋ gf5hJʝgHęy}We NSM:58*s89l$#:P5=ص'@%lV!` GϦOIKi-rv?Md@(|H,'@2y pPPU/wH,]>{,17kf,UJH:vuIwpW6CRHπPhC{]G{شQqQi:(4絲Yd!-cfC?[ k9搰[NlHyaSR 9ϥm1G!6HHoMVUi' RoY;mYCgE>KL=lOZ!ae5m!j [ ˮI^+ $ǵ"P@(8r@RPvlD}':9Y }TDY7&"kO;]]v]Ag@ yW sh-1DR4 ^X3rԥN<. bB.!%WR]]mHT4ǰEYyS>\a%xPwL^A[xluYB9ChjLEYTFN B.G݊D g|XDӱH^|ALe؆L1"hM %*@ܵ]F TjS ,B%E,9sС!uxzyO83LPDbGC0"D(9`%`ޖ v ^T)4EE|֤6!""P  RAihAsuhBAu! BŞ`!SD"  ^έ"T<@Ҝ᣹1J&f">3ìE OFR!Z4EQK=QFN"pBGڢ#`Be **ޑھ1r_ Acݚ"d_1ER^y !)zb9zm-\:RL}GUx^>jA P=N:QdY| T8'BGr#@)dU_#_2 6ԏuA-5 P1͙#T08%:Z:f:c(ao^n":g& 4 d52d`ARz #yg+H^؅ &$L,L$P)f o d,y hdx "LhO X<$D{Z%`)|nF-~gJU~.痄MZB 4B#f 2ES4<4\Mnh)nGܟ h(;X_&4^^nR*: s.' rAI'BAB25%v&BjƆ`H2Ia lF DiAKݷ0cKb Fؚٚ)܊ 84j>ez頤jfAd92!ʗ}Y qJݥ2Hvj.'=@[^V\bO.X%ԛ #!jɖHa$xʼnX+Ya#2b (!4MV\"jvkj&%`%)k m&NmA9hrR`^I[^m3T*:rv &' P|QRXhHJlv>Ɩl+@ \\ x6mӕhpEz%F2$}Kl˳Yk蟭-i*&*kR0Z*oRfتPDk:"*饭?mr+jAm[P (N@d|g! A d@ @ p@ @ (p hTaEn~hpJ_ R6fkΕf-]Űt0v4Af%`P+m.exY>۲2XjP@%ag*^fkhA  |@\@q/2C^ cjΦ ׳N:쮅,-ti~+%/ f1 p'c]2+m-rGh2xotrG':H-͸%ÒC ШrWΌjRA"(abq[\5k36gs@@{..*4A߸d nO Bij؁&XZ )\m>A ǰXװ~ѕ)4*:^ zF'HkAz"^iR 3,"i4.v Lg36/56Pt6C,u8u 3oZ:3Lhsbajɘ$ ~ ?[e2Rm]5]uC5)4D4+mhhbsG.OjD4\)_PteJ)&E"B#\A4kQ5QPP5go+5Tp ̀lO b Ӳ.hu]8H>9p1 @[^C2B!u u_g_tGgJc;F-/6/c6fK;H~r_W6IӊP0&2EO44j`8.O@mon55Oq 37 36`dvo7>KH+d6UzcB@3y5Bw%0O@}0wx-B'7#dq 0D_߮g_Ixi'BV9%Oxo3󶉫8QƟx" tgM.s 6p\oE es&y5LÐ8;9{]ϕ#xA'{rA^vCr:{#xHs6 sᮁv23j_zӁ"N(zQ{o8k.R3kFv*j+\-\cvQP 3ӞzU㓸JG:wBO5}W6_yCߒC"|ǫ7|WoqhkB"L{z^B"9Ox#zϫ8P+p#pVl7 Zi[ycm >/̩5\y1L\/NC;;yēS9g|eG[<}SK :nqz4܈gS9f 3;@k %õu\+&Gw|'|z䏿? W>n7? J%nD܌πU8@aĨRK.U֨@FݑE+hEcE%9䝈'MS At(M5la;)9>$iRDt(t TMG`=K+gnr#7J ͋^w;xp.|ČB !>*4OΉCh|+Q_P&9!1^8{vƏK.)dJ-]l\Qo(> ;|'~)uRWga^qu,ZW\\⃥ Wpӏ0 1Bh1Ȇ 9lCï1m)M^Ziim$2m.a-~cn2:Kn+HN)Î*șJ:O,ZjKd"+?5p@",CA8;X@F0C!"hGql!Lg$0kEt 8@ 4PO]MՆG%I)#.E@ %\3IIJT$_&U{.rɫlNJ0OZ5O-K0h>336@k.apCE9CBDZMGq]dK1M#1%RTV!*xcK'@^ؽE>KÊ"P&Y0GfdXP27X$?. h RݦINScM=kLB "%s8ʭan[Dڻgx,SvLOho9OlESP#]qwӨޒW$=٭$ȇF`%)?i6NfB_,|#V7WTOp U!{2}|0 EM%!1 e#M^俫ɈFII @|)RLVy'diKWaDJzPùP@cCmmkE8B`69F0(#^jc֖v SӶX%%n bT*ˌg^(’z&8kZ£PMӒrqxI5v"p"$1Y'c )YԢJWRzĢ^%WL]_z;R/Κ˜3>. LŎ9 4iiiq-euI2)f'X2KjQ&u|che{fr*t 5Cq)Qd.FѮE,Hө9K]KdS+y;<%C*1"auCaJIOdiD@TtLT[&Z(Ud3G*RZ~CD'4`\19]_[NYe(jS* B3zunFcтpl;B@LjaͪY2Ta8%#8(US GN7ooBB[}]w!|S%ђOԡ:w`B7\žN7Yfoh-n{^l1b,ȥH@V*o5[j}WSL%l##X킣f0x`* rsEgPpt7QP0. i蹜1qWMiu$ݎ_5~jR$eQ ɭ,3.^LaيPZn =4zW2fp7ǍBYC~T4rc9"&jHt"ѻoz8Iu zLzC\]spF'ほ?n(ݾvN٦v{!,"K/2d9x0B*H E+ȱǎJT2EI&x9yR%HDB͚FVƳB*hPĒ3T $ DCj`ӧ+ RP4 ^D%WRECRj 'N=m׷Z0f e*$SL NI Ǎ rpʉB}]x1^w edwמ{^GҦE)~_"̀+8tR1A)L%G*A }"Zja1U7ѐc3p5DM*Tԡ rYf,Hsp2?6AgVCBrKÞu ={";eםJA$3*x\Qz˘GK~jMLF @3HSf0}ѡmPl400 ƈX3 =;c*QH'T0 x%ureHSK{Fh0 ;Rp 3pq\ i\e("1!yxl;MzHT_3~Y򥖺 KLЬuM2Ju!䀅C l`A0v<o "@ \y NjD$E&(.1|1GrHC Sx[N0Hbۃ;XgBqM>tvgg=Ty󑐤Éh',KXE$-g`m @' TK8ʃ7a ҕT2@`06 ` %RG`ƏxWĀ/& q :HRTHgA1.rCrC)|e,`cN CTiM0)PFm@%J6]&sꡗHC/@6՘1B`̪zǂddQykdO:;n0m Ħ-PhCvʆBoL S*Ea kB u+#~إ>|e}tYuIwȲI]/ּ7euv!S5ެf|;B'?<F*0N_ p>B%_,ҘF#? @t:(^[)B2 dž9V،]Cng93x7n?PAK"VZ[4,`Ґ#[#B$?Ar: l2Y-R-ӃKT=!vsRz35ٳeӈ&q>t`h6& -Ђ6N'@\05]PA .2ؐzb"⇚y:`-QCt6u9W ,[px H8 *JѾK/=:̹Rú}t>ڝLnMx z< IXՁ̨ph@lS_6&((@?;M{`$yU`i@bCP`XyCI#D)Fl'$}KjeffJ:C.*qI.d\Mvs=nw7un%o5]Uv S`%W'op0GwHpuVybSyƣuG@ ;pWzh4h=p{jFF'$0?W>F=|9G9!H#rlgY@$MW (E(5q!m ~oRO$2&MvGʀ-ʱ&Sb 8!O wcuQ ;1XŁDJ#HEQ z  zqC  jqG@*0{:rGP&TC"HD59,!DPt ih%bQpl pt8m闇IFAp(wj^`54Uxw ywcfnSEY6 Xpo8y(شDM|5sdq?YAWr{e>hCC=v=6h.i1G02WXn s5RH\1aH8sql9o9(@8Gmvs Ɂ/jP6 94xx2b\a爎X >8nPBCO `X1o\85ynցsF`QYeх]XtM<0ycXyP6rAD&x8 d Rn݃)T-`Yl y Opph0TIŸf'+pF;DALc<ɹLzqFVUI=pqPn |^am5R}Y"qVC@MT@F(PS8m 1rWN3yd9]yj' ObH%iɚǚ KD(uvgA8KM `ڬGqq`UP=5PLa pės `kn0DnI$2Pp n [է"uAz-o0u[}$vՐ pp%p ^A:]! &ZJ#׮l'Y$ P'95x5&Cӄ2g9Gz  *?'@;@6W|a:s/jV x@s*"W}p PPhI3GBwy=P b~e4a` h衋O `ZzyP6 %&t8 ~@/I{:(Ca`(  5W:Ȋ* M:ԪzI X5tp!p ۄdjb/gn5lqKeP]hn7RNR{Ó%7# ,a !; #[PZw$iV% 1[:Iܑ2 ٛ9 di<W`PP׫K{9 U5a3l jLe .UYHI1 $(7: 'P}1m~+KcЇʠ <0, ̠bկY%* esJ/˚-\7ʳ[>DX*yE: 4J9=<P=J)q@h@ҋhp 9p[̮X7g5``yRYl;6X؅mpƮ.b~ uQ_p|!+jZݠϋOkɪn‰0K2KZ3UM?24)CE ȓL)h zq(u0 MXsȷc3p\BEf[q8oȄ+$/`e-l%T ~QPvm #*ϯpc}w#jku]# ɴŸɵ:-DTMgA)<7r<P Dܜ`nP@s3]ݸa;5a7ӇcӦEi05':lOi.}u&upҰ U6Lg9;vW8ۮv}B4eZ  ]{ʷHب"3MV?8= p2ҽhqz6'Bp.GeB#Ds`@WNldITOi:qܨCK S  ϞJywN009b&a0 C A[eOJ~?*$ yŧ^GGƔstşejG΢iP Tm@**M#NܹA9Q,o%wkH@InK儀Voq0Z~P ^>(7 3)2"SyM< 4|%uhh0٧'4xq*CG>9)ŋ~0 ԕ!}@ʇ>6R Z0a~PS@m1@ѹ̠8\ۀ穀pI9B0LSN΂^ Fx >mHMD+q< 6^5h9ҍB(87>^CXaHcH_&^ʢo򋏲@;28? . Zk ~ . /4 aZ01,n%Cۅ"qg[@ohQ_x׃o*D*K<:W)^M!@0& 0T xU -n ))S>B"2D!@3eUj׫2zʌ*SX}=Zfk2[Æ ae֭/SDAI%8*0@_&Wp_~'6L'N€50bΖKrsF/J#9J-CW9ڰye;CR#(rMh)& FHP1RŠ&|HLC~4r֛-&*'$*l"dNJi@$Ye#C򊫭hꪙJ "+:r-/.`A6#lG{q" LO?qcAd^`-xp#W2Ƥ~`E= b6C>X\(d6ްj<Bv.'8>^h!,Rd?&@_ q@`x B%E*)4g }GC"+O$Q :Q(c-_l ikG~4ApG H*9˃ (|5B2ܠwJx+gЗ˜rsCr{`xԊ85t#-jFj7zEi0=~HKaY?epUi^"NƒE$ =c ^dJ5.bLbV7X`v71@P 8$.슀 >ar{ }`=j`yctZ8`@̡5H$ 8FlOuP @(T!ytVVͧ#i ~0,%R3"b%$EPp7#`}]#׸RdiȐcRd6M SHj䂷1Fo\78 !H7oZ[ Dø'@ T@C s&PFR k:ClhYɆ!P؂DcaG"!iM"9A8l]$j~0ä(L . 2L{40t!r'oX·UxB)3E+Ty"0K])41 8S\*=V&<).M!J5A0C a3yx!xz$+a>B_’0,X V Sp4҆yPPP7N!p ]TRZ $)F\K#mlAEdℙ*Fn7 eO}J@2ORIE) D+܎b& O؂`WRWԀHJ2*M뒓Ջ! ? _Pw2(O#DR{ZJ#BB>ȑ:І<}p0tJ_"OI3*@̸$,@Xf @,p e$xy2].xBt ^N&W{,9/W+`$T4.@ߠp"b5` +> m=o|8!A@aKQQL͵{Sާ!]k?"#)Do#ˁq.XBݽ3Khʴ'i*+;$ oU8\ Z`f];Iu4 TX9nNCHX+ u5G^ %&5A|iaρ Ȅ!GfgjiW]ٴm۶t;.I.=Ln]1ީ@-A{Lo3aJ'9(Pɱ4`hk KkDrChѧ 7Pa*pN1o}bPgs=a AȷgK@Hg0,":!j^6؉|?;knd\)[SP7<70 438@?x@R<3<8€s8/΃+=- =!+Kp=Փ;=*P 7`9b k *I5#tA2(E`p^p6w69j ;"cѶo D@ , 2-k(p/8@HKP #\E:|<)R9yE'896OX;E?3M*Pz(Sz@y(*Tr-}~Gw@ѮiрdʼLL^QQDSYi`#h=G0&$eRj$KuM  P #FĀXXXHAPyA1~tUt mQikkQQy _E6H$/H#p$Hf{VGM&Mhju[hVLe8HM 0Wt;H8\l[p*@07PI-XM5]*> 5 >oڥUSoH *Kh4ػߛ8&T~`>T|mzSV[^X;U-,9VEQYZ{ڧ2ڰ)U_ ֳIZ?P^pjm۶]RN_[l[)=q۽̀ȁ<9Х:C\@DB`DK +ܾ靟%7S~@(C[Ёx!JAɢ7U#>Mx3[)p1@P̞>BLmLw^4Nc5njU_ZE__P_ܒ0^ ߴ}eeRVh`P>Ր#`<aB#|R  hY` +B:SBa]@D_9xh%b:)=_ԣ?(Yt0h?DO^)>bqQ9 HƼ^_Re#U=gt,6}9cu0xDH|,ؤ?߷B^IpIVd^eF[8*+1($klUa0Q^Ђ>7p1V.^?؂">CF%FIP8%Yڣ)>&XO_ fzZ1{0hf?:mU}h^HUML2f9~xy{ȬDe~kHkkEh) W@l 0BCVKV칝aLaPaQ>ɓ;2Bh-98@>݁4 ۙ&93(PQễ)7 A(CQt|aHz"؊^}l^LAD?IDLĬD'IDk7n7QhggdE뀞n]Nl G Or5칵DqJpƄS0qii-T8!RSDU*GOynĈR1Mi&L1ZU0juLuQφQS?Sai7K͖B?}1s`@'Y +K⡧(a0x Y)H0*=9-^Tnb<jL::PvBB @sf&9wEoM$'v?o<'Rp5tG0@ր.dFx&=ȀJG pu'uPS8l`ѶKЂ2Q7aRn/6b9C˒@Q'0UX$::)7O`X6GPb&+jCi{9ptvg{T{wm=HDL4xGoC/?BCG-d_DMrKN/'ucIOykȆ_u7VuYo:&@xbB!-9fj(,%`%0 (wlփ>LsmVqrG7tCN ?"`Yi{c6nyc 7}ihĈz4QFA{IfȐ"A"JGTB˖\|9 1<`B ( @ƨ5kPFd*IZ'YөS7laN1-m ͏Z̴yc(' ~r BZ^׍@P%ʔ)x"DK 2 H5h)GQA^㩽wzԋȑ#СKNٳ!;,o FjEiO eHLQM$'@B [A 5 \A J1TTpVzȕWل5XbՔSm~ rnTC}A4C 0}.T J 1 bAEg%@첢ja!a6[HD2=p>ǹrE7]tC]uIu xƢz|FƆ~$ҧ*MtS1@P )U},䚫v%bX%%&(Z!GiF_n * 8نA!M:n:vO|vع>>.u &rhQHZhSw˘b4Z3'K/}L n*F攇N: $ps[eX5`a01y 0_C Q\/yN@xkRػ<b 1PF ׯ1)6$ @'yG! 1n@t;D>AhB!L </ / Kh&|x+S >*qqzs $&q5h{њ$WgMbgZZ=:%~P, Bx6}ne9<8-#INSG "(\ 2&z`!'9 ]$b0,}%a4 Ds04LaP1 Kp8])B3VJ0A8B)s8z/^^ - 2F\l>k쑡p(4@ _^P6ION%EfM@oe.HG J2|$* vS;[ʉL \szD,u}HS9$U50a sYSQk.bX tRH:p N WMb8OG!PA "~x3tp7 7OzC!& *^oaaF36+ 4 jeޤhF"9&SӻDש{6ռ5"AANlmXN@qTZ\ujq6a_B JX"'@hAc W*-HS d 0f^a Ҹ}lXS37jЄ'ۨ `ki|ޞFUuJBkvعzhKp6$)Y#Zlـ^t ߦUdH LDQA<혎|!~a`TDdaj!FGL\Kr$smF@nF 8A p n\G/dėXN`mxb +6bHX,@@&t@ _H]$Am #$#h8####4:DGA UH_;YBݔH#eDې  N k” X&2DNm1k\"罠 ^"-n.",QBRn36!4œ4VH`EDBj"\W^B%X4\%Z%AZUDGZɜkręY/ldP@`%̅܂@!4`h܂$ $5- x=TvMi)b 44U+֦mަmYd/<#2CR&2fB&\C.0!_4TjvAZrwЁ04x 0|'-\{`'`-Ht/(K`[$XA44b* 4(mEfZJ_BT&:&xjDCd};"Lb&& dfܢl[,p '!"%r>i1dBn&,aCIkubwlTA0A-30)-<>CBii{Alb@BD(^6j0jLQ68A^_ˀ9(eb!=JXNLhLm!C$djd f#@CT6+zao\ӏf ~. <,2g.:t5D*! ` Duat1t..B-33..؀B@-쩙V8:A镙Lx8%FBj Hdo ́ȕ"BNY!C4@R& F. -)Ľ(#i'DBVfnr-]-Yݒ^\i@ܵ"rv::m.Cf2V) ޹jA!(B@$\@.0'B:C-,"CBt+3L|Ȯ솆DDgD(r-@"BA É`\H^H3 =hD"!oPq@YsA+tddDG6"_>@FrR. ;9|46XA-QdB:ea@|o TNP4Re0iO/7s/7hvw,w@`lvS5/7u L(8(T@X5\B`Z B ::SDB]$!])N}@cNTvdyX6Aq!{mf  h#u1lB.9܀ .v|BRb2K%4S@,/@ML3RQ&Q>71b020"r&5p/+`X@uU/8-x)v2$ LܛB|H} .77;DƖG\ E0kzlĚ[Zd8Wzy Bxo O#3k#'S+l44BLM/-0-5q'1;Q ?*0r@@v T5մ\ uq}߷"\[jO ǘwXjX #lv7_+<@f ) {е}G"(F nĻֈ@Հr\K`B=ȄLP{<0sq@sؔˆZq*R  8&aw*ʕi,d0yeJ'K$@ɘ3E֜ H;y0`C9D03gN 8Xd˙9 6}  UQ!E}h1捡B 4O"9r 1DVTM7۰qÆ!D o[< f̜8Aäph6I6=Mjիq]NB on隮ZWSDƇ,b;v +:P˕Ǘ|)|Ζ1Փ)gR< h`!B ꔯ *čWR&b> QD j,-̨c/?B9 "jMC +FSl-?22HQO#$M[\{H"ydڜxxywmOf\zF!;&`p)l"P\ri$dZϽ~گ> "-@`SA7Ҫ7068 ZHqFmT$r/;BQ4C Z%-I'Eh6t;K0dx;SHi4NNzA`mtf `% +2?}O7:@7# PЁ@`SN?}ZI,pcVŪñ <,1ňHͱ @!$H AyY$K"zjhwmɴd#3p :vYwn&2D9a5䝷^$fij &d9Tѕ-Ѡ6|-O@^Ha^> S [}-Wa~LYAV?)ĵ&{09VX?1Ē-I#aVji:Zj sckXۖ@fti\s%O 89bj>oz ;+_K@`xtB`@6L@KSJNЃ3TfT' +SWJl]l@IZ bhm!DPD5$OJ8@C]mzWZՠ8a-o!Ɩ3HA(A.Xu@odo')6!?:077i#y i % 4XHO /wFRx t?+W^6 ae!XP 0v 5٬kE840YDl fxLRbiVfcrQmt`!:!=.]rd ]t?Zd!8'%'!H N2fdOctr ؼ1 bp"r a)Kꖸ%k+euPfT!3,e3g^͙Ԛak~-g؂&쀌hK[ @v`7,a|c$`"CN"AUr\`!wbLr q@NDGJ  K2ԌBpۙԆRi.MճXFj ̂xjyLVFVshj9C*T"щU.~\(t]g uEnAvOvA-0 ([% @E6' b .N0jF[W`MMOk0ܥFU.cs-i6p{7W(XKY3 ㊱Mk5 S4VH@ ;s0֩128]L-؅, 7/(hYP2$_(3W6vZ[qTjdm | ;ki q9à{ bdK \ ݬ @:vI&H@ b"@z Hf҂j!۰diRNner)c0)ʿ;o5hр,h@2GKvc.iD z .!e*beatz֮, ^+T5B+JD`\c2$*GtwI/ /F莦`y`v h0 7Ԣη hl^a<\qah N j'n E`vTR㦮!XXVK^D҂UR*0 o0#dVdwrɨdV)6oF,ƠPvD`zlDюn  (M;Qϑ6p@JaCx'x C-H0| %DA6EnW0Z1h/n i1.|bEvQ~, h a&Y` vta m` KoA:4BOK+r`A2a5X` UZ8 rCP-V;ZC7Aw^pcu&K/u4FV?Mִ4LxZ+h52ZO 6~oĕP@hUDNJ6+V* t!o")-X%W.5PR)Vzv(rce(l$n Aw2vm'{0k7dCzANYG/ 4UV W(y r  k46ahu_HthMđ(a qoIpfrD伢k}JCxK VVCg7eXXC/δX{c--@*jв`}}砹og}6vQ`_t.!u ^1> `JUjCfעE*ĢJZ`㤺vriyncSzOz9jHL6{Q2 poGd燅 z:9 p:쐉A~9w'VQ;QX5jXj!at@-e .@f._fA+ހ<@ #nkY 6Jej./Uvi*5o90SpYY;3 WWD|: >`:J9h A@Ate9 Q?o)Q8EiT%txYc/LS.[`8,VG@/ $1"+wHP7oA H€e}XmחgB`F9\s9zUQ!Nn觋o 4*(O` nTl+E'_ +Z- `Z.adxwhl7| A6eKd  $1ff CL?ΩBFp8 n-EoDL* xAQwhzǡ g: nJ^h܎0@`.,b(h&v" ^Fxv`t<`C`Y&f7[,Jyo$ 4{m .Gz|3{ Ě::P=u!$ۺk+kL`nʦ0&@& Z(",x4DC89Bku[&9TNC֥׼H5q VY) ·ևYO/E[ߗ奬SyhM`!zL)rn\r^xhaD Z+6zn2Ĥzkܥ? Vk+Vد, 9BBte @ ,O۷`{4a37",9) yoh@'vLʪJik{:@:@ * !ZX.0e|rD%,P}CFnC6^J*-r06ʎ7IFh ԁ3 `ۥ@ϣܓ> ={m".nDUş;#ء !8](+5 l`{` ezm<`ʁڬE{c]q &+?*r*8ٟ]I; uqy An<-< @qv (-TN)lݷᠵ>t͡Zt^1^+sQ<+!|@V` <ž`|0=?H(,_ deku֋n="6l`0a 1e%K ڃ')_P H*THD'MV:ɲN#9GJ|X 6Cvlf"6m7rGqjuX,d˚=6ڵlۢX-Fwܘ+|]D.DBĈAd R@lSh6o Ϝ3$Inz˙BZ1MӅcP`:"!G2j Kt˘BBΝ:BQnH3T;ZNV[O`EXn-` .TR &5^|$[4DHe!H$c( HfQHjB4B fH DQil![tF ^2C1cD $TqJPع4%NOCE NSsT1x;xX~ jKPh^%%r4kRDHe܊GjM )De Fn1Т- QldeIvTx$K\gC,TZQH`G֝J+yh\H#|1Z(2"T0з}KSDSM3WW*" #|za 3q[)V 1(M CFN?~ 8vƑ-*ͶZܘ QGQǽ cyDLubU7,Ä:P'T:1U"2%cr)zd"tq3pG{b4Ci(m!|;sPlmkFfgmk) ]`'1EF2Hil* VHǩ΄\ >qЂy b3 5\pCޕ! {va>$ψ3bac-(l7"o5 aeUB U"߹ȸA  ?1~.NA"pHTr-IM|Nly,l ,Cd"0c^8`+sYA]60+HCo-CxB:,udKPڨ~NuoY;C 3`XO0BBbXPx T.i2!KD3q ]2C!RkeHoJ!;#Gafx*Eo k#I(ۼ!LF>B.2k S0,U9aO[-\qy}tfc=1V̭~4u\E@[)FWPj-@{MBtF"pB71?ڻ[ =tD$0"y,lXE2LІ;Zq(ӂ:@m-Ea8!r&wMY]'Um7T৆ӺPָbPuPL.t,U[K@=`+i4B|0,bg*BmݭS"`p3-&[ ;C!VdSzu8l.=TȚH)W8o !sE.Qܪ9m*U0k eh\S V(ЬQź48L g1x%J qBXs\]H=+\#F7v(k(W~AtJ<\q6cCE 5A. 5Pi-%mt)K -@72(uFvZWl,-DXg3 5p߆3=8+ vEшԐ֎J]aU/ySJ-H\;SDhpkfRNnuwp43&] Jpȉ|S΍dλB’ HMW.|wQLo{36 y / SG7Ӎ7_ySle|6aChj#6WJάz7J 7.u$&"qCPǏ2>!'H%GH?d 9ArAuGe Gz X@dEgmCD4"E ^×U\eCgTo0< ,/hKѤ6=#iPcoKH$mZprWZ~P%C4tXwg   oXP7aDf`ZP P:ArAGdyT2AA! Ez "xs e%z {,ԂCWtfhV 8dbJ^@TcB($VC# -愾Fq-nh R}@pj@ ih o~7UM4xyX?q/q >W( 19EGyI0)VWs)!(Xsz&z $m|@{t?4a@ |8|?'B(¸|1@#50$GtuhP(i} Lg-EMcC06۲J[}g/򷎔0 ZanZy6*6PzY z`lfA\fX@ P W0 d6tG`f&9;H+ɒw<Ci5n @#ԃxw%g@5gMQ۱MN7٤} (Nh!\َ &SeSjpf{(L>q!(] Xd rGHvyy) Yz!(~%8x (s dFtV_;w6`@ ^ bYu6+ 5 Y`}4̓\a0+M锳"pf0PXfr&\ vعyx#yWI]SPd V/:ĀPfeede79 JY:Ɗ[7bm:=XZ4q4Gx4Y}><^3ZRu0aE&לa/9UFmoyh! @V] yX舑➓"IsX yiWYzY Ѷy.Ġo;h*|PC顎T66>^DɵQ")|:z}[opQjKb4cɝi *UZUk]0 VAװ GeIيztW አ$wqfP*&;(b`H` 6߇Y6T6Rƙ),Io!Mwo"sJ@wIcXgi5O *j1IfK.P'ئ:Z֟z  XUyX@t䪴m5#:gi*r4 KA8Za"D6TT`2*G-_>S{&Gd9}4< dKTJrH࠲aZW`)4[*h;ۉm2Ʀ$H ܚ 4@ ;YvXԊ1ȮgqC5uʀ4EaKOuKKq~YO6)q뾖4r\Gձϸ (HF(,g(Syel KI2z:r*"U@+8fG[mI{t`VK`zPkP@HpHN<6YiTaIFUQc1S|oQ2qa?`<rh<. )1%E9rtܐǡ ij#hzs@"@4 Ywڂ/+|{20Q/*ndzRZuuߠ 6bB9+F-$Mwuʣ+u@+4D? vƆ8ZmP7@$1dd͙زJW ΈIex !$\ .b3/`uekC&}n+#]ؾ|V?4VNspg[?e Wm pm ? jY,e H6ar 8C}` M7=Nuږ@ZڏwAqy(cMLR-ά}i|<}=MBm= } CONNן 8M]mdv6zfh;qn!W'5CV"9Ow\~ Ԭ,#A ߬ʊOvΜN%κz;>:q@$\pW@ E{ قDGmQU2P~6j@jmZR[kKhgÑJ4l.bxhݤ!D GNxА Ժ: EQې)A,UvI4$hܞk8s%Ml}qmtW%>p`NnCꭆ`;ӛZ;l?nNxiv[_C0n\8ˇ} pys *gnN) Fj 3z%hպ< ֩M|;&00&_C:ȑ#IzP1)SMB Dh"E0` qG1c:}޼q#N"CsH IRMZ 6l~(Âۇ̚5ڵLNȑ7Mo9hժl\t@Y2 Ⱥ,6ٳ,Θ?gL2d i&L~vat.Uj(&>wX9RȍK`-c-fHО=ޠBc ~Č!4n?##_fE/]Ҭ 9p 6Dcr6C 5$#k MDmn Wvi8,8""`n谚n䠁/H#-SF 5/Z YinI'{BpA7x(&&5 p< kYKLVzksAvq Hg6͖tF,I8`Ҷ*\ cK)Sf0jH2(xIۉ; =nt8HXV!u*Z }`d uƳEVQz,t<#0@ҌWDHZH&>)JڊL6q%tB̆t]iڔ2vbB oc]CF8ґЀ3J8)Lc4=0I  z^$%)<{2:F xP,peRZ;Ж2 2i=2fLE+5?uLk^bljS {h pGMkBst"59wqt A ;!䪰D 1F;˪ټKAHzI6 1@JW?co߆*\JB&ޕɳ ofHePҚlDeupl. d'ۂMRPnt(d7!ɜ2DHKi۲ut9܋_^+!lZ|I΋%ܯ⊘^NIjV{<l-Zrú2ʻ0lE  gv~@lJ`}M=M97'5I^=3SeX;0i5?S4۝v)YܲTwB6Dn7!.D8Э GVX_ ^Be~%\?Pʘ(<<*)8>9+S=*ثj:xX  =( 2 cJ-@ 4by-2b`>!y7${O+g)"ægػK;I{2- 2V9:w::09۵@Kш)h%X*҂؏@H5 5CCx830M 0)dP=Y:LAԊuc )ĠAŰ>%*J;4c.M𻉋.<,[5Wk<2!a*+6 7܈[9A&po,<9Fi9yA: yE! I{J LT7qX7㻑Zhg)y"E ڢ7fR-UT";LоY\⚱&1B?ᱸa {?J.0<+L)AЂ{5l,)XXKEyGQjwy6 ! A@~33ܡ";+Ŋ˾l+&sE&Y2I&c`IE7Bk?-LΤ<h,i|17m9?#X`30ʪ hGAxDKPGǶԕK?S*>a c ĨQPi2OQŐ gL]8.d`|?$L8 M)Ó JT][M?*@xÚMAH(`\M, -'8RvGL VǬ0KHp%] J)APOQْMX'5&uRt>RLY$IpyDJz($<8) F+d9  MSJf4CA*(?Fa7mă&d?4#&=l\)03U&Z?me2Ha|1e+ZkdF m{ #s@ oPð3 bR冊1 +2dt9>2D!_!DlyJ".vi^^,MؒGGHt^rGx2X1 Q@Btڥ(0әo4.G_nu 0W<9-d="r+@ GXiEZp?K'Iz e, ,`TU2܁HxDV8 +DŽEB J`~96vLFh [` K6U&u)jx7 0Ȫx`$E@:!PhC!݀"ƭn56LZ dk$Q)T_ X8AN*w ^UmDP6ʐ:.vbhrҔ1/vQL 1-OG[d ǽp&e ^rGD ?}m\v&xe=k!+zMd{,_̗$`KL'q>댬mE\Dp CD)f {.Σ,GKZ,&FGb}V$l)X3_8ZR-ԏe. $ @٭)_gaW2?}rpiíI{Gf'wU Kձe7I3Zb{8tPB\P8g1ܓⳒ.?Là6^駭QxNUjvJYB-PD@fl*z;]zNф&` @@("d;꣫OfdUٺu3U5+JQn;-͇tpG,P +EmK3"X;rèybGhe/\7bIGq^a,-HMZعJd'uRӰ/K66ViiA$7Nh# Bk@$@$8$`] sjA 5:Uw]"eA@&.D "F)u*@,I6PfMd-0"J]…fPM&HQaHO҂k$l+<2eTch]Rvc$JYcT7#ӊ]eh#@$P$PuB=u}U\ "n \ $]% Cb%U B`*`NAEEfbrGPҧl]9P-e^fM 0^ÃUq!&CЂG9 ,IkfE^&Цm>N*h6_ ^!hA %`‘B Ya[Á`\S'f `b_ .B &}'~'c*_@iHTM\&&g-Nhňh*m"j9Z5څyfOB9:m5J HRڟpSbA`TN#XEªjjh@= dPel <$wj vf>+|"P!(B"` z(bFb)^+C%l^!hL4 ޢ"hLVwt[nXik=P'cbو}8 v*g? +JtP2C}۷&~k%xO{j908J=mǨvqn7(\;|{uX5>CH7u[7e* d#5x_^\ߞ7Ԗ 6$5WLG6OKoo9ȗݳy󁙗+F'>8Ql?\W[aj׹rG$\ q;ğ :{/z 4k]*/9uo_A+3cd/&;zC~:q4z%3-Ã?j9LڈŮgW+BPFB7q/aKGJ=;+^d}g&jzo8׈_n;|r;=ˀIK zhv$Vm$ճ>@(@CBF*UbT#F%JD4EԨ)&>w^Ƅ9SfLp%Λ|KL,Q6D+lʅΥDXÇ_;`%,8{l۶.Q5ygA>̝1+:'FT\ċZ7rem]\䂟 )(Q7dX$9-p3\wH-c˝ǍTϟ.e桩3ҥM^΅jBJpmjEּ[ֽ;W~Qp|,ZiDHL 3m2LB$BLC-\c^M KDj7*Cj P Nǣ>b:!A J>k.2`k=4I+L#Pi,3FD0A(F;h5:͗ wܑ`r'%.{)S\1GN΢F~ΩD+lOL`+XK,kZV jn l2!|P;0<[L 4Ёu3gQ0=(;049Mk\SubɢK. rT\eI\ݒr=s/>uBVe h@gEPⴖZ;Up‚20vSCDㅗ9|Ţ8{Ps f ;ZhW;2!W%ؼ[*'FEL6L "j 9eϛ]3nyjHh5TS}7oߢWtKZ~?Eѷfk8;+aIVwc`G^&A_#' C@A7ٳq|[ \0VAZmLtq4@hDs5Ό2zz#mveaE)돁Wb-GZR@$^IV;!aQ]u@u2W8J BR V6 Q.kЬ𨮃IhA9$g_LZpRGi$51Zj-F$EWE $'c#YFv\ 4z&$4LSC.;Q DTLSRG0 UF4HrgK ֒J1bO'ҕs)O3@9ͩK0Cc?ASǟ+Ur?4BE`YZ>㫐wMU&0Z&N*Ӂqm\]EjSԕDPʜj6:Ve ٷTdFw6u@h[gpTv5Plcqe+#Տ}xUlskѶ5de'^QOut%2:Y4`B཮T݇ ' OzA<-h2 -X9zVDEֆ$My[W;\*PR 8ƕu0<)X x (uY76UͣTA sM<1IJY:LCϨ&ziLcm1c[!jI;K|E̛? 3+1r:<3Oef2FwqXrjM睤GY1SZ5ڸƢth\ 6qY)?%|Ii+W=%'+HW0t6#wG2:3/om\"&nO6z Zbg.&iP<=`M^C[6yk"}ta@rCbLޘ>N[ʴw m5^%ܬ~pBm2~ ;Nfl.;g5?/ LA-v`&O^kqM)Aࢹ Y9mvi*5d.:(yqq74xQғcd|盛cǘׄ=}^v[d-ݵ9&n,vG<-EtT()&E\С-XUZϞ0p0a%FGJaTSMA 6q lG @cUT`n}(WDSC}q_ YYoXBMф|@`ARiuІGD/G/Iׂա=W =d]wAd'D^dPxWH"^J8,! LJ DSOwo2 @:4AV5(250EYT[/c$0 *G}(j 0PLS~ ̅QeҰ,lOF @x71b!l/`>{b@u(dν't e #DA]WPFQbg7(FԩP 7h2& 'Tj)ɝdԧfSC| 1DAc /ZV [C4Y$3Z7HxIɌ feNc:0-\0"Ӝ^zPXi -C!- ! ˆ%dXCD+hY@N@Zq@UULl@0~M`uvmMI:,%%]epE̓yK”s~6kJ!YDi :TTQ$10*|F!`Ie`ȝMoaJ0#P%p} BXr-`S|DJ0ݧ$FX@:x3{)X@#q2':a\@)HBA=fFE C5pìڐزi.ڐOsPA8 5hE~.3쯑:ȩ(Db)F xxQa!4ɾ0eM/}qXANEc86K{Q4z i&vs<)q @0:Y 0NyxLqdLq{43"' ^J<4 k" )+4\To:cdOd 7Cx !KM`V b8TWR3Je8Oj5ex`Pv wQ $w]c6]{].L܁R%mVZg pmg$@G 0=s[W 7NkZnZ6Z:xl*e7wW:'a\/a FP^ɯ[=~ ::e􀈯;K*@BF 7wL;lBePCfTQ"Y߽G>#np=X0uug\0`a"{<&JM3^PALO h,mC^ ʳ>O/ k2OYM\7 t>/]` S)\c ]np?2d\."HHԸDhQ̂OhWGj̘q$O2`18ŋ5i3U/ b1xh䏖菎Rxx#7p@E!3o*4h0R\Tvb -^2'Mv"։'jz>QA" 0EƗ=,ŐZEv;sk 3Oժ2uÐ\fdj;׳gΟE{^PGA.@< @mk۶w&~(NpѥFqeΖ>l&A5x"|7yxId_Q!(d|e%#`B&B: )D?ΈO*8 @~xhAxb:7qb˭(8p(gyʝr',!:Hp: 5uo\dZXG@۩ʋ7ad0xIGRm=m6Dֆ!K^Juu]Xs@A.݂ Y!'`/mt;3fzbXBcnY4S˺< f^wMϜtS 9W'a(Ha RB{)H P-!K39N&.$~`4֦lZ!B1B46km#n* ~A8GC x`$i80& f81#6 ;RXj$$W ȳ;%ӼлAsCK=a8F+(x4;Pk˽)*$*338?A*B& C't4ph(ЁXP <@ )'L(<(~:'!X &x9hYJp(8k2`菂27J\!03_0] (0֠ ԃ't ѳ/j,0au(/I< =HA?vdAxBEyTBp3T5Ci"Z {'﨤`es?hkȜh{C%@C@?h91x?t@+X)aYdȯX C :*TB=pcl8 cʘ)A8g4:4a:{/ќGPBvdGBBK$G7P TEX:p~96t'` 5vzh> LH6RFJdR@_i%~Y% dDzRUX`BIq&3Uz@z0MH]2xʧʅ;A dLAϐC=Z =Xmt#=GKHP8K MR#D.p0" x`Hʔ\[ȴ)hb({Csd 4-@͚PMT |:8 X`Q-`$p]) t)uN*wO=J3;x:K%h&?+OG(PFeHH5 (ԂHF("0I' P/):ؼ@|63C h'.C֡@Rؐ:n[`$8Xp%! =.iaR*O*S9 4TuN~ǐ%/SX//pu[?CDuDOhhTЋ}TI5tɀ Ȁ ;:'TCS-EX'[:9ɑ6/b)ox oP E0pD AJ>@)x&eHK  jp:[E3@;`i3<2ЇtSW}**XCC{Op|#|oAF،XͅI K P Hӽ(!FP؅];Hz[ɷBx՟4b 6ȡ0u՟@$UA[P_Ih#|, dZ"U2֬pXpjx}!YX`%iuK Nh@xNCS-ƃR8<(OB5==JXB%<˅XH\H5XJJm ]Ӎ 8:r'k[ȷKK <2`Z5'& yba) TD-2UQ(oc `el !e 0.'xR8ZAE#`:ރH$1[Ӿ=SGNU8I{@ "-A*4 aQ\FaFLPuэaXZe;1B(HIUaT#K0HBpbb?+.9آ@ D*nk9 'uW'$\U:-kÀ2h2OKAnWW=N-hF6h%\䇎{3 NtLP.fTTTVeJeHNxi5YD*A\HJiKXafuP1 juf`Nju Cq#ٴ-?hfCI(P9^arͺ_ Fr*@j k!z(uU_N.GAb=(lhAV`hΠX3vtAttEA@vNH6e6IpmhL R1ݗyGmJiJVeLPnnLaVVanuHA0~4ٚ7GBk YScca_j'6ZkU q =j 1l}8Ap gGZt\G

 o`8J3HX$A^>FA @poV1/@_wNvJ=2Q pGBNKQϷ 0h3P[Bh*&DuqG-iHS1"/r0]0j5rhhjvjrlr+rod:8s4?`=rj(] 9 Q kUNT)8c0(o8UE/AJ-Ҡ{[X::BPy)ftAk FF%^xq[=>aF5a`zi_J}c7e?Igvkzjhzj+vpvpT-00' 09/ޘوgH$8$"~fCGy{μ^X) {tMB|'7)WX>x>ӕ?P"Af"n9$lb7o@˦Єl{Ҁ%*HKЁ Xpt| _8Gh @':@ p+CClB!ſg|! P|aB2ӟ KzT] &@NC1.' PNwQAnHU4ϽA] ٿ}\ 鑀ƭ,,@l@.R E!TȮa`0AjXi]E|!TaѐQbAdӁVHLVuR< В! ]A Q죒W VMAx/9yIqD.BE4QPqHeVf Qf'\M%*f \ ^jfj@&\ \EJ!$\TA<-Ђ04 ergq3g0AtBeP  NхW"~%F֤ %c U(: nuW1% ,[|ؕ!5efGvd[` <@bj5\;;\jfB19X@R(N.3qq2'-4# R4)QJq;/{5c_1<h/ZfKڨ8|6P@9\$ƤC% @ 3%d<@A7KfC/0K3 0$w@.kT2 t4 VDAH" )GAQ+3׾rMHp.,́WɁ/?WDlW⁧1v2ەn\(j5k6;WGqWwuOo`[Ҧŭ1r.L &$& fs _",sύ@?TBBlBGt ck\DvAk km$Fo-0p @GIAjUL@>2L[] +קP Nr!@/QK{XY!F(E/t:KU?sX3Vww7x;6[1Y[lEKK:4A9;7.fA 7`|@A%<10vcOJ>x F ,N6S8~+kzg7X@&`X0}Sjp>03E6Pll>F/nFiD0*[/sIw^4[+16{|w56K{ {#;gB.@ -^ 3 -x%Ђ.scCx,J7z^JRx-?4/C3YGor?S>)ZO@ٸe 3M A "/K6 !JC^Dd1%Q;t7Glx?ߚ=&FuuDtxfD@j.B'/hLC-;۠Jb,;{{ ƢsK;K6MG>1 1UP!: O%Uz;F^ u5 Em!<ǞT;SaĦH;5K6[eih7KA^CV0% zK{B.0Ӣ<|;_,^iZ<(w z:d'V!D2V( tL 5X54Gj!e$Д-]Ԉ̛6s)~h|@PA‚)2"6!ZaDn./ Fr٤:s!ӬT j3B3L50c؜m3^QI&y6%sc)  J" N#?Q(9|b0Ubc_'~> J>H?A4rB *wdQGJѲ:-Z>pQrLZ\UE,3eEtl\-mRH`*`&L-b%04cN:+3DJ>0̈ă?`:A:sO?W_D/? %D,FvGҭJ2.ݤ-a4OPcgr90Y}1XY+S \1dLW̊!^if_a6i?bJK]¤h6WD=7]7]x $HAЧ ~& 'A =C6Dwry +1@*84vqCZfdbBo>Ld%;4VDzfQ\6 ff9:p),--%S @hOpq1lB3md!hR[剛"5#p8~# O B?v )0G;ޡ׹.-݄1D̥C6@ Pw3V ~vcB4a60J t.I81"K!O%">[sJБkP8ohô̰MXDЂ8!B! E N\LQb! l=p$$% Ib@_t 0'DYQ*V], ݰ),Z΁J)):Q@ `07{,+LYP- ]cC3fe9#rΪ3ShGQA %H8CH.4 BAAEFII"c 0 ȑ2nb*P`z5RE*Jƌd#r 0)08JRQ1S3h"`\_bs/zU"D2=v~BɅJLkX ؠ HDJp@F"DtBW3KG? 9GT4A:'Kd V26D 1&l̳i!uHIJj:%fDs )Vqp[?yD!d!LhUt2!p-u!Ȏ12 5[WF,ʪww쀮PЃ?!SZ!5Lg"X'Y\U@bLP7<"%W4Hq*to`Uq~kg|?ߢu?pfc9Ccݶ^|8B]‘ M0|d& W 9 ~IЃ4)x 1 jL:PUrL&RgL  A)3͑ѱZiizfCl! =A'tAk5ի: TkБ +7LPlʵL j>EƤ[Pn` q'8_:7J#>JIv#"]oNpoMɎrމN#+Xx40>.r= (eXo9${+Ld"?x%ksG녳NBMcȟ}8 Ww_u5u[n㍠L1h kd9 Ut:~+;:Z"d&I_;:@ Ѐ"A# ɘؑq<9RB:n:ހ)[z@"J%Z2Bo'DptON@*vDxGWW/`2fJ!OPPO rat *44` I) @MʼnV*Z6,< <`֭#0Cbydi cMpj`=& $/={ " OHH@$h@Nt S>&Tī AN0Pۋhtl2 W6JBF&‰^*+ @^A #$P+c#0y֨Cn`nlzH `;|p GTrap 0n cnrq}# ~fjڀޠ dlQR b2qkjo&C{1"`!GB rt`*H Q@"TDN/NJh-ar *!bQ  (*\ 2I2֬ DbL,1-؍cl&8b? }(Qzx匆N&f )Y n6 ` 7ys5.," ޒ9W%. tai"9t/@~d aYbY$MO^`z.Y."4>[dVBBN|  (15$c O&ұ"aZؑ7757q77F// 4!ePSF4A*Aj(56`@ 8L{ b jR|7 9l_l.P3ݠ 0|ʄP? ~TAiW `~Pb)p]XCk7 7qOβ MdLD>fRBrBc8`9} # ^KMь k>:~@3?ABM @4(yMߠ~hlNˆ B9n7. @r cLNC/QQ"u RE DúS`#-{#O#?l8 VY<# (fJa>vMM3(EMsk$as#(zb h#eu3 DdkoF !9ǡt]!+UCRhZ0>u#̄r~%X*l6l@ 6%T)v` ^(6WybWMV5&€ )) nhc cF n-䆐Au8)hvFkhuG 8@Gob_V$R"`~>6_BlVu{"amykWO3Xc"hGBGvo/}4"p{e bmf2=Dp5Ne*hϕsO]Aw]{*~ĥ#vIy- B{L# NB w;B)pc%(_e_ހc`t4?AiZgYDܥzz R* `dCC<D.( Ɓ7htVzl4@ HBڠ2Ij@b nK%Z ~K8j-M `@R@` W)tc85aB%6ei8t@ nQ|Cq}!šAe6XFkho`x 5 5h)o A 奒2k $ sx"d ^%Lt6IwɃ4Xk(YCnjO B9yJi{xd.REQTXaeЖx~5j"i5NX{ހ$C"3jBz:!e@ YИYsvzKy2=kܠ!jg@g>WѴ8n$T& _ڥ7W`>@q,S&7@!mu+ a|54@ Bg!xY][ - Yb|z&XR`2(@BmEP~` 7 cKWd"S|[g\YۡaAA ԅ rAg`h`\VY Ӵ Tz|aG?}MI бBmKU{.# n=- €{ Z]**[Z{XcqG,'}ҡre|ڡ~2!i 2o \ vL#5'41$0{u#`_6å3ױ?J :?Dz6S 4t=ß>Х` ky8zp[ ]<\w\^Au!$(U>Qo:A8`*V Y>*h8ojC#9?B7oQ(?[H䡔&#: c#5Qc)R$B2%)TPIc&;{t">Gf cL!5 * ۸}f"k8mYw8rZݦb'+,s7޽| xoMMTF7nXItN(N8H)_„#( $@ZA~hy9o`nAΜ)Q"3b`B-b'Q8hݺgxI5*Yq sϞ?3>F(W4#dƈI.u UTL 7dWVXTbN-K1Orŕ]}b5R b` BG"p!.dQhhL јV 1ISosCi du8]EQ0n(RH!<'Ca7Qv]w'^J8"HMg.f0\E`HU" \㕃e Z\V%bzC9ܑ &X$[L$f<FhjL )CIaHm$[FH/B CP9DRP"? nQ F zvsgHPCJ{}GÀJDv?Aa$*D  iM2)V.L3M-gQ8*[j(6'S  , r(MӞ@pd2e.s(Dh1vr\CmY[ixBn:7/pkn0wd(Ey.h7E,NyG#C1S%'x 30H;PLp!βLa\DZ4r(5]Fa !R H[Fʁu"[CC niovYb[s<A{'HMڄ HĢ6a <(S*-jю UToYfBU}0 ؊hB  5EbA'T J,Ti\ǡ.s!,\BaT"/<4>x%f1FB]?ᕂ7u A R&&KCqG?@h';QmoIG&[8W0,`d)Ec%JWBr#CWUy@yITl"{Q'WC"UƖ< i-ǐ6'/{  hp6e <P XQV=Z[GDB[ )YIUy k3$7dJYrVJן`X²JUuli&9tμEz3agcDaMI!CHQ>XNm2ḐA)X0jP oH'@(b֊ZPxmyH0jpcXRG?"jJGϜ|fHM$ ~#pd@ Bٓe)}5/]P7;r%YEπf00Aycy 5xQ 0ɕ@SAdrtaٰ TX4Eh4Hڶ'!ϥ'BX%*)#*n_᲻` H`n KI Tzr YU&XJةK_dD|4aEB(nm`6 Koe w+I>Gl i6ݵ0#!T w';b⑨ڇN'3+ei zLA@z*'٪5H6h;e2d]x.Uz-F0V(eѨ]$m)+ {xDJK?؈p 3:Qj)RDo^'=X>pmq%f>@%rCTyDW&[0nM!q$Qi-v0@q&mhxa4L/r0r\$kXWq.WdH28W"t 6Gr>~Qׂp 4 ElBdJ1t/21i_J@Rp& QX $A}ur~lC-tcg,[? u` gZ荦CP5P! PAO{yXkl GfA! U kaF3~*ul,xe U5X9jO8WV^1zd, װ $(UVeW|Eʶ Vt^_;X4C VNJJ̧Njv,@5- }vYkד;aˑLXMKhQE@0eHq` iZ+bNynb1-)3 X9jh%W6H )Cz2u:@WX 7nI)oI{wy Y ~GtBPLnPy=f[PP~.9'(T`%&Z-<&n ~TS[(!j o0-jpKiZml5j<dI)d]s(sX(!ĐP9qW~UlIeLJ{. 4 Ue IICsّN0Kp,nV  *<5Bʁ55h\TH[lIYR8-ohQyy%wVG_YG6+えlJ:դWVI.PQ/8VR/ؑeڦP~{LHAhg{tZ!7d*i߸hgWxEZ0y 9yV`]`)H:h.DʈHuQu^OϠ5]"L QЬbU#{Yc@`%{ t#*g5`ShRSF. 6RMLY45 9Z8<Hy52Hk9)&$?k,שkɖZnyld7E牉L|]Q4Dj^J b%GdYc@5W`Cap!HVۻ:[M@ -gOY3rr"s)2J+CEkm:!2^xayIİU@ UQ(Z2Dm+[ك^ ;4<[[5BA`S%Ѵq@t&W$*h f;#%Qٶ ]eAtkn {;d]s%G*IʤUVƆ*tf{K  \ƉQ` SU<9S#? D{醠u05b'o6ouFjg<5qnˋv*jĘ\21UIrXhH#x]!Tʾ!˸&}z\[ ;пKQV;y%gCSXdPwd^WR< as:Y/0v }KP r0}?'qi9\q6R`,j%PՎPHk[)㻷ӷeyrQps lY ˜ "μU`e$Xp4,F4A-_GU]c]1E(}< nΡ=1GqRak~20Ʈ}w` NI J 7p-t@sIGH_ e@0Ƴ>F~կbY GrL~ G?=Erߒaq&q|_6l{`?ѝ B@ʐO~ ҖP2s1ѴiBgr庶iQF;R,$IJ Y숱A"C<yv:.5b(;|X9RD3L:c3ofر:BXB,i*-o G@{TN1 1čEG76ZHL.iBJCdI:o8c92CFlp܊7+݋@͛;u'JJD>#AJJ!P dArGKBbPˮ@C$0(E2E0 %;I[(S{B 2f7"Jm(n3cN褣q$'q*!T<61GSr>`(h?z)(.2 ),*jY$Hzr-_.? HAl|`H E^G%#D`6@d2*cuֶΎp>n8lM83:Ó ut/B Mo=+`Җ&)2: Mlʩ';b@: <0,)RnB3̀\{}u5._ͨ.j ހK@ul!-D́ Eܝ dYv-y#ކۄmcS_{覫΀Oj4'ZPU4ݫ=-s R*pe(P/9JeRMʊ*+UKN3 6HKYyW K"2ڴ8 c?VɀH `!^յe{VYnn3BwmF G8_؝ָi<r5v9LsX41=> Lgԩ p>EKJv,;T*Vf]lbc hxi zջ:hHL`vl"-Qk 2O5Ňzfդmg$۲Cԭ ʴ7'[NX_w2 tIr /ҰD5r#9= EFHT''d Ofe. Riw^څ FxPCK-AԠդ! 0x|.& ]  V\߬77* orM&04s1 π\C&7b(r G68JbL>T- | 'R]PP0vlU厕5Ԑ!LjDJu5Đ!X f1AʆgimD6 @D5fV)NӐ oxcf09iM GЏ AYJ \31d̮")(WJiDJ(Lʚr*L,VjPWt(,&@ٌt cԐExpf!r:(/yֶ$E!/[Gpeeְ1Cmx#? 4wXjLܝ@ )74ڨ7;X#U;"8ŹB:<@qAq"9'Y$+ۜe9\gXjzm3k@D=L#kIH U Ŋu#p <'tZFa4I BI'k2.d2( b+khC03gƞn: Wr=Z%hlJԒqCtlD `J?Ƚ% %PHdKgiE˅B9B6AB1=r\L? #$q{b<B)˴&Ǒ+bC)ۼߤ%l3Py*0 X:HKK0(R>kYә\8"#ȊſtB\.` _vHhMהݙ C[Ѹy UD\(3u4x Ǵl>EN 8U\ܟ4꛿Ųr5EI,-. 9./R ?B.Tb|2}ɓ+F9ѼdP=Ll{C!)6,s-ŒCKHxb>a7d0~7M]KŨ{@( JQ">$LR%nX[";J`RLbV1RX<` V̌P.;ƔR3=9l28P7mOV;];@So޹,@Ṓ[AWZYKlD xTQG|3&`M=Nxq 1sBR؉u;{YO?Q`v@YV[6 19BHBY\{X3HiGp%\:ERufo;Okm^ͮ鎎>!6b-uHWnK70h2 ÿ"#OZNNTA!6>*Qo#X((^cRm=F>F>'X7H4Bw9#!=v3Q'tBNksh $;vitSf`^(Ow*~ȅ~9*o hs =4X0 0{1uZ/(0*x k.Y) k9d"gy::hEsk_jU;?o8BIsHJt-Fuo-c@(ew_/i/֨ >嵒P{W{v{0/((@9֚*/1e^cҞsڂ|$7 Wm';wGni̕+]-]t\]T,S&@˖-eS,j޴)O> $ಥJ$3mBiRyECϞBRF%VIV[!3 r͛:O4{)S& )0^#X2{xA"H 5.kySh3Ν #ϙ3T8̏5bĀcHEQɽ̖Tv6G51Ä&9&]-6 D8s"{Vk}u 2H'2N6qL (~.uRJ5T.LԂlUWaZQDEAb[onEHhabia)-XQDAkafyZh~FMlQ5XlCammћYvG! PtYWvй]wd1CYQFQ.-5RR%ݷJTO94@} 2 Tj.TL1%uĈk[rX]`|`a] хb` E$vvqVHa8P.lŐm曓PHfp!ǙGx qJMyw|WP)CJ{:|Q S6bPgRD)SNjTR:a-Ud%L%n(YVZj[9a Q,6rtH$dPX^D$ZvgJ2iRAn֠Fa&;ܜtztB~F$z.|wq(d,v|瘆 l^Q'_GHL j|XaδXk\GF$D] FRQ`HD$@t}Y=6GCvkҾs;DgQr䱷Z} `OJ8"F4U.XRqqs.JG]0u$9; UB…V!D:SKҒAˮr(D+Z@B,d%z2B=Ku!>AEM* רman&4RsPx"8 %=[OȑƧPCT&,xld4B$e&HG8Ҳ U\arhg%a! r#1Y@e؅Yo d8L(F6̶An R3.vK~KXnP }v Xvǁ䩀 8x<rӈF2N >Ġ\|*(!(?(GQRbRr)G[y2 ]Ur,Ù iHC4ɲzh f K@V/K/ k(=8"A؅EPEJR8v CL55ӾA Kz 9!r E86} Νt2x!O'_ OgrTY`Ȑds]즘r1Neb>UFQHB _qЄJ Lڬ6{)SD`.˸3XTqA# TU_ BAq[Tz%yZֶwNt']GqSag_~Rg2 :QS,R,:QѨ?7vu!#lfJYV-=Y lK^؂y`LO{ HPb5Zn&c}T E-M&Wu&@a7hXɪݲVZ ,`xڧ@"PTeS/IF2C>GD P 'uq3AVhW3-Oˇ>`X[J0e uQbǤAXWne<69!KDv,9-Ǯ M$=ކ*Q #W7D\ `[Qv*J$?%wg&+XpW>k[l¢m*/xhkY`@2*vj[r\ :TV̐mU.*j%.bծY<$\n\l0gW>6-]!t"5_}&@[#"b\HG&`Qen`bD))|3r,XocEF/D\kI!tl $c{̴[-FꉻfUu7[p|1r[SޒH ēi^yzܓ30 퀘ɞ]٨\V-zPT˘`-`a]f^( MgY]QՅFp)U }A$H#%L\K 83A^TUQ Xs jm"B#@ɁH ܓٕG=5yܓVT`mU8#HTH| Hi#V$^ ]]E :h}Z j%IRA/B#8$@B>&Ta   lh Ș! U 7zZ 4B#"ԡ)6a [0 \FUM&Z!Rdz"$b(  XBf( hZAX Sag4ڒ@)A(#$X-#38h|#]]ŵxaX9Zvc!WΞ(Εc9< 9`>~e͑e΍0dE9pa$F[U XB+Ђ^(Dbg "PɡFVXY!mBRO֒t <#Dpo)2<<4ĹZM7dl~m%9Ba;煥>rzW~0WeIUL@UVe]V]#Zr^: % ڥ``~VX"!&Ţ,~f(AjAŀ@ h!h W!(BrM2EcfPt8&n^%: 9USxؕ1D%Ts:teZҁZ6$?|q@ |RB+q[9ee{nVV ѧibvdY%-dR!$(Aީܩ,e8(  *\ HԁY -!\-aƘhS [<PV!(ereNy%:( Y 2A{%Y2d\i^>]Lg&F"ޠYg.M4A=ր΀ @+ װ.׆v 63(Anu)'^婦r4L=PgD\+%"+ϥ +xTV^_y#"X}RoVh`p ҆:ӆ@Ԗ@6 պƆlȆkR ߿B֤¡(!;*<%LZn*(XvCȬ^yު# igAnʲk4{ά@f*>ζZi#,˜_px 0ەJbٕ9Β.Z .:`.p p n jʅɸb~QU Sf\ohXlW6@axx.` 28dq ^Hu/_"ުo'hg(w.L̪.b,7%fFiIޤ @C$%\ C@ rŹ 亰M>v ؁Wxoݒ-@lo3DSrq^1" m^'*WjVPʬ#{%i|qb93 An"/`[Nr?$[$3Llr.-F\O$l\,%X߭Uc sJ73?3't;s &Wh(33㠳b'Y$;_ Fՙ%[?{W&&p^@ҺEЌUiM"hγFgl^hE-i;,WY*9܁bb/ctgK48[if'ptNsEuPsE#p8q)YH^l?Sp^( 8rWp@XuA'AZ+(Dm,0vl:A@\VHR]<V<.B8b7cG60s7#Ъ Og?j'0LT68wi9$6Qw59K0}Sv" Tsw$w# 7$/@pqXo2rG>7+\PX+^WAwWAxwzz/9aS{4%bcCJkweʊe[x3#yiwEjHYvYlm_Ado,vp q3:/7#8%0mиrb0hayLw@I'yw}9ly78t{anȚDuP6#jSO57\B Or{s@`z 8 @:jñvt]))yc497"Û69Jwju99E{E{Ë́?X;Iu'xy_4r4#}W+:ZKmD8ȇ9><8w|I׷ğ1C|iv_|9^;7uȫW{ȋʟS |ms{x{4r}䟻x'_zzy&Hy]-c<˺wJ3v&/;6)x"<ȏS s0-yo{Gr@[2K{r'w /t @#P cAw'"9ë& RȑD2ʕJjϝ7m G0a eL1cflT:\\RjP4c %F0vgѦUXn;{ !>͛wD0(,mX3nIQi68F3gmA7L8ЊB 3ghbNj:ΌǣFcLY(L|̩=Җω>׸ӨRZ…NDXx +.ڸlѧmt׻ 1ĂK8[؄"`αi${qș!G? 4 b R3h^s ,1$P̍D4'KBj2njQ{2kFd쮠K٪FoR=`<+0A`d)D3C4c4 @tDjJ"19FkI1Dˣ8mEJK,IbJj*tK[+O.x.1>2LMl1ayl9G:A<04>/?TEY+wQ=.D[S"RtISM9q"UFb 2hQRVj2+M(BZUvս AL2> 4MǚuVΕElՖ3oy3p]mӭWxT&vV4'|SP R%SS&YΪWh x[X׊%c3aAd7QvٕUNl7?OkÈ>ҷ&}c'ICs *.~ j᫰[=l.@fdLgiR6Ge9[Ou T=rzBIq] q(UGQ =IW*PzuXJKdG[ vxW?iZC,RPݤ吽Ipޞ*4(,{qF/o_+J(7Nqj Yt3zh? ZaI-yť%we9ݜEA ^PNHB|2ym/Q+.ES}4d:@%biM~ Ni4a\qIKkqbzEjǸ)DŽFdEwN9Dr|8&U!UjFrwrDM`J'%6Vp1}`pAXJe.BҙM(C-ԙ 2cDHF|iV)O_PZTfo.!9 3pRW~vnqEyi>qXyʳ%V;U-0KDL;6xDW#ǡ(EԘ L#"A:R&bڴ3RD_iLi|h3r!MTsJ[ĪȵsHiRGT{݊%/yO~ťU"glJòVMX";Y`dk^ԥvYc<[F8z贪/!GLR#qfs\Vhvj~- b֌Tb)q܏&7Ƶq\n6`t_H xI'nLn$+`}D,OKq,X2bN=k -2"՗ɬŪa63>RGJ:Z 5w בT~47Į?^ψkOTLl1~@q?쨭?k7Q@GT(M 6I͒1_F9""u|Ѳi G#j>Z u|]\`,0Tɑ0 tr]ص'!6cmdܰg?c8潒/-ŌKc:q2pD.5N;VuFVmgN*^z׻ l``OnPa.ddsK<]¦^1N_HVw ^dXJWpy;L%t{!k\sRnjʘ׺vo]16]y/`^5av _3Is>ܭU@!,"(4`Å F/FQ )lEI$'=D²˗HĜ)&͘jtDp@AK$  \P D#(2xQkDEѫ)^`G,ӇO&$8!>p ?o,*M\H[0uh1WN!?TL)DC?͛x/2z~)GP$-1s}h,q\%b 1- PT .0ʐNP ø@t)h 1 G7Ġrp դr`! P18l[ P:a|&E 5N'Bj')#@ hLIN0`@: P NyQAHU80cU&D O8R% {Z Ј@a "|bCxA l0'*ާI44XB Z Rx4X %Lh73aK]bqh^E>z5H= B尡y%RͶu!.EѮ%I2N4@–dbST`G?g?EJ3*Pק\&hq(Dsʇ@4 @87-@XDrU~(}zBIAFDR2 lX-U>`S秊O͡[*MNu "JF֒-a ЀĠA pX:|0i|-vTL (| ѨX !r>b[9x^Zƈ!$ F*I'Pq 8 o0$HuD$.aZB" 2թ@!8v%o>P6ף̨GWp C3ho(,XGkD$ۤKNlE.M04 `MW(dZa`{V9TW5UqAKK+KnVod ZyR ) 1%MzZe*DS+.dӯȽ |P33zk6dP!bfM_ξop6f6 [8a<@d z`K 6,0Av@ 9fZ7:.tB>+[  yH6a *`H7P{ *g%*4XOe RIM\~UӸ6D0o{3Cےp fȗBvjvl#! q;เx{t`T&@l FA#^=ᴶAR|Zra!| O0~s CP c- 'Bˤ~!FB>5CB9 q޽zw?l3:4.x31q_s(qW +~rv5-PPt|'@m0<|ZPd'R.W\g8G0Ts~Kww O pswXi2 B9gOЀx֑'[Dqfhh$jxe+`J[TfGx^t whCPsWx ]2|Wxp Q :9UM7MX4Y 3Ph. pUp={45B2$=O/S ?LJ*PhNW(g'3fXHp2i T0^ z {ɏ"ywwiwݰotY Mh x(F2.0 ("+Xp\0>ȋBis5{B?/en.~gҨ|*Yؕ@QTeg"jR T`=nZ8^t ]e O: `*:I :xR(߁p#_$G*#:Gp̣yt@+87r|£O}5r|*?׍]YYP=s$YJH//#h{ k pg1 yZ( }z  z: 񮘉 醡'Q)ҡ;گ`X*ǩ@JX*+BvlP3`6+ os9PAHF `ÕVw*pq$]PP}$$}P]:%s7j p{ P9Bq> (رx9qhz2Ih;rz!#*hrzi{v+92+l+MٱP[@&ge[!-&UH/`N:`J@S`I,r'ij P;Pޚfp6oB"Z[ۮ'G"1h)># #``.I P жa$p>?+Gyp;[{AsJ ) /To.0yi[ڜjQNrn`>ĬXus@ylJyVKMw[U%Hp 08BupX;̰ ~3Xz&3KK3(%oXp8!;9WӇI~x|SZ=3m`RՀ*M`?Џ6w! :P#1 ``9SBʫ<C+W WݽKC|q=2ORvVŇ5c>a4DO` 'ZTPs05nPb *>N%fvcCPhLf9޶pMкf;yTRBՍ;gLG8:ޝ,1|!W)"5NĎX Wn3IJY?Yޮ,gu@"|H,R<=>@2nFZ@蓑"x .l GKW& QpdpBuА䱤 OA}roNI/NER ;rQ/)#9 %Zo(/p⼟e=Uc f6ZP$OP|?BmK klٯs@a&o d P:C ^DAR.@`@C "``4:x@D?:$ &\|! $HiN8P?Ԑ69`x!͜8i";q'М[[a+Zd !^ (' Ō7osJ@R'ƫ5 iIp $5d+MQƵ/0eGd] T-0HV&^qɍ1JX{QeJ,hd @+P!F8AI*'OAK&`Q x9jWd!jAhЎ>~ Ď9Q!x`#*Hp-΂!26K<'Pp@x+1U**x,0#YNfÛxi t^<# (?~ #UQnO>c)N֤3(@B /<iRK0N1]O4@ F5So= *h@ L*cDBj"; +@̊@тP| p*9,d#[Ņ3x f9$4:$&N%6тܦ~CQ#5%U" GOȀ uT0=aYy8=LO {F#ihjtI*6ja*j71nc6`H!슶!Z.2v!P'ա-s-C3žw2s(Zʎ-;HsM6 d9)Ɠ0&60Ȑ9AYP% 9d]%4hP.z諗uX‰&z@H]8=.r= PֆjEPT⏩C 6k !fyA 9.9[0@ 8 o0$C BpLr-X<M\sOH >狃7TxS`1f;6RC!cZdvxbGX)\/zËBF1Mp,1 RU)@!׷<'t iQr &)\X!)mtH7\ETXN@ N2])D @/i`sh!-,̋ Q0C , =`b ` aā"TQstށl !"U$p̠7Ja _°Ѕ+?\4h8pLԌ)dI#8;0J?ġt_Ń/_ˁ(Ϣ#BIf@ !.0.XH*hn.X B=5 4:@4uWzBh&=,ѷ6+S1h$l ;EyNP`E1x\ *PR`h<+D" i AB" ANP \bHCOVpt@$_%d kZxЕ9b(:2E:JW҄BnA 56̓j|+~p!2cq%< M4'lʬb>z:z6 "^¸5a`$VĢ= Esdg2;n Mh 4A:ֱ AB<D!ASAn#-8=I  *ma`a10&]7xchvQ'm2_Ab"8 ~Rƪ Xހ"PxQUĂ1f@0Zj&30B=`#cE~:ɳ@?\tL}#? Yh}c ' G<D%` FjBp,$toskO@YndKcX|C! @D5M<2Prݴ%[؂"f-I؂?@9j`)!&Z& BRs/9IBV15#sX{CK=븎/ Ѳ{6DX;DpN8Ĺ#` H 82xX@(& A82 708k,a*{?p! +p>A ! %ȑX8 l‹p9<+[pی5E U3G35LCC G51;|5Ki/D#=`;gÿc;DhFtDhI\ ȀKLD8>XQ<`$*00+7P60 3hY\h:0Cؼ͓E!ף-hs9)`iAB5@&\Xp`("*`4a$`R42 u9(?h5)؀5Xk0}85GH?ɎCiA̱?DM?HG@GȌ;JP WH PMLd<88K T?B86d6kS5kEjo2B@AYj&0"* 1& 98&,̑c! \ۉqաmD0!R1<:7äG0nZ|GzD::P@!HHHMȆ46 ͇͇tSd͋lDNhDT-؅Iۼe<(& <љ6 GHKLP(mΝ\N|$B@J\BpRY2"*h@ P6sT\2K":@[@(`E)4i0؃HxLB:9  :U;5;wTlHٰÄ:9P;L Q11ҬHE}Q;L;٤͑BB6";@JhVJk(RTK 2CKx+BYS K d=)82&,]ZkpޫEZUuH iC85',$WA%`9C3_d)X<&C`>!=Qv"K :K?VKB2D.GF.ՊHf`Jd: `!BdSP-=NeUNa[]DX~]G jQeai}I ⦕Y0Yd^$>^hh'^6e1ЂX=;'7*A( yʶ°KSKg8j -\>Q1am/Ɲ:B`=>9P2VnhǭEhvvdղH&."`j#TVE|eZ;T{]Vܔ ZbvZIN cN&b}fknb 7 pf>` P/E8ؚc" ?'!@)+\_x_p7pl,v~l^lNh&< 4e`mH defXeFMV!`̀i`dj.jNn&nVlEZ1J)3c *kC= i4Sxd',7f>}2k۝MA(N?ԃF~Ol7l˞pȾ

xE烩X@V6(P(VeqkLT6E܃~;Ƅq.mZ6JpnLnu&T* ѐ'xX!-uC 0 +hDCNl $|-G0ǎlsppfpCWl^<@Gw>Ʊ(@($NŗDdSX[{ "ȑ#H,E P(1Ë@`^B,idAqRm2gƤHP !f 薓Qc̡DT B2%JS򃇛7MJ%Y0z})Sf 5@~ @u &/2e(jTYẻ%s͢;M:QhΪ1+:y?~М9S%Kp8q 8p RHr7 YeJ \RKH돉%:W!fW!b F AX[@ UW_5XaLqZ#Q`ZX!v-f9dR8DnG1`c}G4d ,Y6eTFyeYN䓋\aA[R &(ࠃnK('=5 _a7H% %jh Hdѣ \FftH}^HW|{l~46y' g_ @BOa@QխT-oku2VZ~arI^"FdbW="D%z\ȺKPBd]6®Jn[d: I :DM8фw'{L{eAA%AJ(y]+? ${8b4&GO N&QZHGO4B v=f,.a,@NUώ()Q"-r ]vW$f#y,ad:%8MzY9N.~N hЀ 6dN\}Vrյ!5#|B Z)R#Jb?CD%!fhղf7mh.TPXyì%"h PCA,/``2"Ax~7f)He/.mqBusa Dt[؂p  b  vN fyp2 Wnp̀7( 8"(=z/ ߛ LJ=%m ,%C!ʲp )x ~hW48AW Qo(Y-"!-p;?a&$8Fq7B aЅ! )913rP" M ,к׽7X l6DXE+>& 8" X  | "$ 4Pґ#*BR痁" Aɑf$&YI?!2:PlUTxm Wx-Ra[ K t=Kǜ/b0ИY YC!tҜPkr;"\)o9;1'7SBcOx{'b;@ՄcQ ʋKq>zOSH@,ie/EKh*ˑ{֦ yO'Ba:P pE2UO* @J"Zժ1_Z Z`A` abdHbj_\iR8`v+eQL\#6zW3 _G1@:1 :\pYwH0iamqI(@UR˗ jP2 B4d(N@)lXuH+cȚܶ̈)|`]f1oܲQ'32^8g/ZWE&r s`fQ` sP'0 U‰E| CEq+ B@?TkOz2,l1z vՠٲYp 1ɉʭt?`Q@J3fY%5E6;Һ̑p=f ׻焿WhN= Bf0"Xzy 8Ŏee&w:VUi]^mz^"%@݀#LC-B.dy2ښ \ii]1y;[cd n$n,$~h*s@gbm(!q)MQ!zk'[PW@ƌ`/,ձOИ6,6V>Q+*BQO^))>lDSf&8Ùb9Vf\5*52V?@X#35g]!j8-6*ĊSVe^.9 Ul@R։Ȏj@(Lr(gpMAWfUO'dk")iL(:8KI'^Zl6v+lTN ^C-Unšf'^a:]#4 4 #3l.6,cĮc^^e&X`@f.AoLLA>q BAŧAFfݯja F-, !zPYuTmn{vr-P"VX ๒ ]I)23ډ@n%jₓp+.z-jJ厧j\`e4 Gx~n>@*ĮlݯĬ(BH"'( EF!("BT!WΖKVm'/zDqJq*`JN.Z)7a\ں)^0%$B 8,T307F,qm2Q &n0 xR&Ĭ7A , ]QA,KȦpQJZq h@-du8M/@wcg-b\qތk[ 24/*0DV04#q~H,|2-Vq;#7n 3E,=3l5)<,2  #I20 /4Jn^z*0lDR*.AV {/>x \G1DLwcHMK1B5 ؀6'Ds4?71ebs<00&X  `|h9n;\15'\u7Ŏ4@??(@%! f(ql )EGEz+fY2nYm0t͏t2Nh7614B "f1b@X@]q4;8 Bl].BL&drS@WuU'3YYOwT:v7v\<(66mc%nx)0^.-̸ P3 1:XO 9Y_vvz\W6}^8+GC M*+p>շa$.9Zʁ%H ,@::IrQml\C;̃<n'5CL9e8çO |S6XA%1lcwA{|е[@2XA@ 7{|O]M;Zؘ V>A";ZX 'N;cI4,uYXn19< |RO8a.@5#PH2@S X8.h|ts<3;G3-Vc\ 8zt(| e\)ѿ9q*m*=j?Q-x!ԁ%~$Dw#+"[:Z19C;x+[uKS7Uvǵ\QkS@RǍ3n("OB qÆa8H"9HGE6l Ipgzs:W^1aPCa(f: )I&Uv\;Pvœk0p.Z41a2ǎ;`"ղ@` 6|ċ&b#.kaS:l:`@X!@B? } Qcc/281$¢eȡ  ģ["2HD*p7d: 6 0s;IB:/='F!>B`>,tLZr);5B #̐R$2EE5(V;S#X9̀!d5܀ C4j8d& .ʞthf:ci%"3jj(tb<‰%ZtA? sD(лAPAgA7Ӏ30DDӂL}öhuHa|iȌ8% U׃D)[ `h 0Zj{ /H3r:[+ ȯl !BX@fGaދS)[n MtM@[ 207b~0ь^x!R[q=953y:եb1:+cg0"bibikvkN\$΀:Nv؁%źN#-[.PKQ+a>} 3>5`n(^ye7bz nP@-: ³tU"Jaј]Zr |D9@ CA ~`7@p uxCٰƂYF-bt.21%a!vI^g: $q=  czj= !L臩 U<4D" P6erLrAx|##9- fް?("9Ӷ@`ӐE"Wv9 Bش`U #i$sRBIޓMD'ÀaY(EHO,)HDX^ `%\`[@ 92)B ]F @ ~Pg M̈gEY bFR < Q]QUg3,X(DPϠ W҆MZb`'e4@mlhg6 l]TQ:ī3PbGφQ`_7&ʡbX *lgT = f0=`8p BLgIu@JBjV¨t}Rj @qlHG)ynJ-J Z(MКV@Di@$/ P@@=pB8jpY@ lc&cW`FAaT!hў"PUDi3 !ieR& 5bŀ  IHqP7}pt r *JʭgsZBi!jx%VOzKDDz{^(w "Ћ.M`p(/"L)th4Q xfdqH?q[LqDm 9h Wh)p9-ۢD:GJ Uq s4/!xh}AwaLBTRe'8 PPbo9^G0_1ea:ٮ 6QF0t0W.*==l'i!6:J`qQBF R-dlc- ?X),;M-۬? obڦjb [~Y4 mH2cmք&qch4dYAh!Pm_jLlElԀe5DGF&g Q+I-W};W/D'i]kA@.Y,+6kc_Y(6:5߆HsFmCbԢw&ʵ"4 )^ w0cYqd +19#RLG>}ߝt^DȌab߂ʯpKxyu6EnWEȹY8 O6+jkbPÃbC*@ ήv."2 RB@-F`vj)zD#N˸ji/*i%)Ԅi`J"8#Џo~(/.@j8Oa$n@ZfO0&:6Wx!xJU(GlH`cŨ>E^˓*H H#i) `ڊ#;,g01 x- / A EͰ 7*b 0fϙ`be!PT$*u^c=`,,A#GPo c*Av@~5Y\2lu88DHtPK&&b%'^ b 7iE&#S&;nQnl'eБ v t` q˴ {/*M ơ/1/ A DD3Sc-& ^b &h 06,'|:"NGf`ܠFX 1fP@j֌̓#ȑe`nLRҫ( @k15rna6S 7*7r 'T st̠ݨ lb 6 !ZJd"ɔA R`( G)b)Jt4.S@>*@Lp:(`elfn(`N) 7^Ba|TCG/DA\l D4 , 0M(x11GE,G<  IIe%b s<'BK->9 a? i(׶̔o&/\B1tA6"+- nf` djo@ J U& TjR`r<46Jn rBr.NJbon촴W-< (x`Y/$˖NaBu* Tʧu `++˵ ȨQu8l"d#eH8`|d! ?w"$3z <;ɧj c568"?V @V $e`؈m ^` (pNg!"eP}vAhA@:ah*i& oc|=uUF2I'nsU`Hău$lY& vW@* @o3Q lQdBk6q*rrq֡+sŠ8}>aԢƵ\{6uuV *6hrvD{tUĎ#%ń KW)v{'PX(+ 4Z6q?E o@hVfb5s>8}`AXt* N]u\w J`< JV #l&B)`=Lm9;#=(49W2cXXM@} ؔwežm5Mx@nv[/wg|ĸgx`bAuʬ7 &^ @ A cD'&tNkx0(u"Ѓ3ٟ|`2)2@{ d9'CT94U9A/A`^ȖlNC6kv6aw75rS/mAuy8  HdDx 3Uب-y~( OrH*A } zр(Sֶ{@ r' #Z()g^EPffDZ.s![;w+x\/ 8@*N 9@dHl^@2 r N1噞U Z#:Z( Z {Q Z$gJ`谬~EJf0@qUsy5 ,xo@ N`XMXQ; !! x ֎ FNZ@ ⍟`o! N7#~2Ú:cx͠{[W Țw/lk{EŬMѽWHz7W3s,{ y@K \u `ZyUpc,pZ`nj 4|dP!{oDZj{/XCNu[<M0A@@3]S\A #|\BX@ˊ uvx: @Q@"a va~ bB#@ )%K3 TI <x;w/Ǜ*@=W|" [@iCU 4A.O: $҆Qf<;ű̥]Bܜo6> > fӢYSS.h| 1-w?=oI `7.-b1Ym4!M~ )^~ f8u|+`^:w Q{A`sT9ꭞ Ѐ2Wܟ=݊ ml zy|?cATcU-@R^ /"C5tN%FXr !CY4e”LDCȏ A~ZR>|ySG3gP4O*~h9eR3J)M:I'T|ĨƐCQ&R$B+I2n[Ax (TR&nj$*1(7LX6΄6mݹCnܴrj9s+W(j۾;ݼ{M&g5bʑ"3/t#xXFcF{Ylҏ@C%YZD[n[q!Oa~B b9X0PVYefy6h:s6,8[RN,I.#P"w`5 vaE`d`H$c% K(gF;G uFu2 <TV]TYxXfQZG*n1P&"b~b!،6FF :jwh蘆ڑH@m~vhv Cnmtk%Y A7+nǼ]ator{1/.2RFOz,ԉh!tˈW}Z2Y?l#`XH|b<DP.64cD8FO6±i5[γIZml=ui-a 3P".BxFuoFxx7F <0zq-RaI(1H,f!sULTZHBթ% ADuY!Pijg7<2Lg>Ӭ ҍšF\u5yϿ /w `6l.TXDlJpJWzA. m`>X c)mʰh>Ht&(miqy+ Ng"|px:m|" |UwUyѣ'ok?@or4060@H/VT>^F_W8XFkt`JGBc9tlS'|y uYg9nuV|$e5o!&p-wݷݳipGEqw.wMWi?_xbpqk#kZ7yFl5w0GF~.\ uf @{"X{dmPRւ ufZ#|hp׷vm[OBTT5Vvl%vi4 fE€Egq~7&+^JI kUS`{zRj`yrHTP? S8Sl.؎]b dHtuun87"KCL,=8voӷDv8pń=ILu Gp\b3vqnc(bU\M&h8y4 7HfN3@Gh(pPXFl%Pwg恋8B$A*%tYvn/ngGK6Ȑ?<$Nag8gG}װ ~v6يpGɑL8~&% ;p~W@.KT.6C0W4?U? ?Q" S#JS}BQc%0Џ7uU`/ȣ%٩# ZvpMꤵ⑱WګX"" ^qti6lWU^UB uS{2(xfQfV`902 Q?yl}P+s_:!:*t!En%`,n#.#wa:}&=7bpO ~5ziǔFu ȪwMGp. 1g(pڭts*jy1Z)rzV2bVn5Vc"* @ **0!b) f,y+Ʋ&hx9fW[Ft~IpQUb[Lźb0K 2bj6fմ6bl0hb`@ d@CKebkk?Wt@T6V봋Z(ֵC*k_#d oVְxRP<{۷<85fG v繸M~~Q}SJ˲İ`zL:~!&3=k*`@F K2Ox8V;0ZfP;ldᴽy\{J00{{2Qaɶh6 #gAz<=:l";}O={I4~/ [b~}x 6a*꺳 aq< fr}0Ke"nd {I8i;o;+SWA`,v]gJEAohgSXv[ܞªJiǹ_*@a6KYkRi?K|mK$T5`%23Orq-ֻ0;1ԍ雮5!I_ޛ=30𵂂7Jo4rt ؝:K׶Mo" "ZJ4NU~5Wk7fkݕuI@pP Ju`_ y,$ C0@v.J%g$ ;Qv]{D,+_~o P -+Хq_^Z-67p9pBʑ@ \h nh(&7?5'/,|l"8"Р91"!H*F2TЛ6l 1Bm&LfRp,Yj NLp5ݹs󎸝wȍ7\9tj9s.k6t@ \Ś@\V,dÖ-KZ P7iU>s`.t]T#F4s +)" B ƌ7oX:mIH,dIM ZFn޽2#F5Q菟yAxa`AB2Ąg BB~0dʔ+])sL9qIZBJʤ*¬j ㊫,44 -Z *L6vث &K[M (8̳ 5,yc5K0(ͣR1b7Om7#87 Q9ޢN:^;.-QʌJ룣!riJϾ^zI? "prF\ĨzP BõP+:ګds, 3͈3$G+Ԟr*eSc 5dzKÏ4 Ei3օn]7c3S(BXLF>^)bml?I*(AєM<}0TBSp,8dWGLEqeQWd0_s1~ Xd5.%\ J(QM -N[/3-@l3EayKN}󜈡 47ta^#IJ1t:TLT0eT[ 6A:ᙉL_3;8"H!t/yemYUҵآ䴮 lo3>0*3ANfc3Xp60X¶(>1ALCP.@Q.uu)(F@%:%e,(.U N7lʅA W6J тX <4f=IRy՘; 0mW0>9ۢЄ%4 |`oA6(( ?-!9YbҘ7) nAP9J6Ie["ԹbʮRV"tѳw Ҭ%338`'AVZ<"PԡoC WtU`J@9i y9sbH6HPJUTJ%BXťTfŠࢷZ勪J 5Zgi,[ ѤsRk4 JpK4L!5|k +p4`>L3a CHKc /=褪UU7p <?ޓOI^ %ZIut+V>RU.t` CаEϸ`: X#͌-AcjfY*5MCpj!1tݤ @Є7>Spz,^jʒR{0G%eAvK&d톎*V]2^Lh^w]c=ʈ!2o~ѴaI04*fͺJ1恽@upELI@ K 0AkN-X_R-D,ɥXej6F!sVqu$KPD#{J+:h\V3\ɅiС2BZ̈y̶1U ׬׾6l^fv;(X7y8 /~ FAFqR!k\h=X%,@{TX=ciR.u(S@^>ϑS%Q9tr [eb Xl.pͮgˬ3צH{ v€ =: ^q~1`W\qS{5si#hcY%s̬4[@#Ttcq.M*aMW״fviuuse78j(Ťmo`r< EPsFYů|o5eШHL<ab 6W9a<[96ЂhC)5s^P:ף'6AP%8C?#0Z(Xx&+>KA0?:2*L#>{~;; àM`?N$Z+y;Š a2Σ !I@}ӥ]*=ApA؃=\=G@CPk?0Ђ:u= &H ذ:"+-pNlHc';\x2L4ZpB" D:BKq+ E*l ۻB^" +$/ C#a[C6%f#d76`{@@=B= > DKҊD)3`?OtPDzSӭ 7N4`?E!ŭAT<<" [s r8\`^BGr83(BA2Je$9$$a0gp@b36#]"=Gqr$GGt@v,x4>ӽk/4O7#>85Y9pC`!:lY;x.K`M!k^L,(dۤ A!Y !̸J?g̅?,Y jL!Ɂȁ ʢ,J=dDDJu"**0xt: v+A00 Nq`7X414#MHN[;KٱR;‘QS(Pr 뮓)WBgU&ѲjѴT]j8=ԋr,=Ѓ=PrD=ٌJH)* Y$Np\΂<wBP7pK;2;Ź!M1냉` ۉĜi;ҋ+e+VY,?)0|hɗc d;"(PMnlCp]J<(? %TÈ&7(70NtA7,zNwQBhKRbEPW8;$JS T$dɱ.Oa=F?1OPZeCM08S9=AFo=M=XJ@2(t- [ЦC>T0$86r1=Jg:8$޴3Rm@<">{%>Z̡C)Յ]^tON2!a}c-Ve&$<"81@=xl&ۂGC@PE7a% +WX{KH]#X:U*̋c`ͅUYWi ]Ӡ򣕿ӿ63DC<̓S#J<]d4T0 ?e;%@D(-pHՆ6`n?Έ|k(^$^u?NFʐ_R"Sf4^ӿ4݋Zˆc&ja"،(Ha XBiibSY)`46|\X\%_/V;.]*gD,ǃ0u$1/07p6.8s10d2$#10| 3-(>mp_'pa7s/tKHGiY}b KnJe]K}_bTO\-Bo^SxLS-Н,8d (y7.0#AZ.Gho*}k-@ku 7%y)0&w(x@Wvʃxxzm?bA*GYC5+EnoI\-}iٷ'L+*MuV#7:P%0_c?vom2X? G|M4HA "C? RF C)4%{42OBq".smL™-͛~T;w#7n鴦ʕCWkj-gUaŪk+\^{ڦM2e:n\lբE{wm޲c;\%"l.b4ۺVg\LT#FE#|!Gܸ飨FAiҔ# m$xC̚5{!r y ichPA>u7l&Ru,He I(²e"Мs~@QI%TSPTU1hUVl b^u:~5YdmI1weWsW[m8^tءZ+_U!b鲃3L39@G) X"NFEHFtl2P Gv% z2+.2DQQHl(X. ,e=2)-0VftKuK>(*JCҷb]Rķ2IBuМ!75xCakU@pwkшAN4fiOzR8IW~#޾nY|I&vZ,KdTU@Հ Yb֣-NEMj-wDE d4@/lxo!GPU \>U!gá[6o9 ]=qh!]JnFn!%BSګ^E`;/ Є2+F/ 7r€pCQviiIޒ/5|D^ONN$"QH<9k FS")B!wmπ܈8"ଁs+݅AĐ"Kg[|O Tki@g+TJ㊬l 判r6PL%ZNj$dD*:j8хxľ/]|A ק/ҭ) 1urc7@Z:3UvD DIܵ)$RS>/?ыe3TQa<;p !V̅:됥#&Йr} 9 -ޞ?釀<䣙^x7 l07i7 yp7b3`C5߳(e]ai;".^1bi1@@ dL$2"c (%N̬]9"-XN-# >d b=>2IAZe?N+@\ʙ%bT"= ^ytY=JvmWLav#XP*`ޡ4N`$LdMLLif @ /ߙp,\9\U:N uR,X2sscZr`[B\\ *Ӂg%Vc 6IS< ΅g9߃yz$f0m&B96BR (d @ &N2hM@gL~MjͦAJ򁔌nZY\9`cqN!܎t%#X>gJW%]UgSe[ eRcXi])E"fS\BgQdYP-Vpc Zi~N&(PA)X laf |N *LꅚKf(h20v PQ\P%mFqڨ:%*W.* )tJycz> 'vc\>x^)j~)yiJMF^³0Yzv)ud,G2JZW#xc-B"Ah~fBhj*jb¤> @jI @Vf4fUnA%p$K w*;NjF,X i=l)bڪc)+Eު֒l% +g{ު+J+"dfE^Z\"cЎ@~&mZ(BkL&kU!_Xj^4Vm|oFXPH`Mȸ-J,9܁RV,ƞWrުgr[l`i .d4±jgbb" 3F՚ƶ.^Bf]4'zڍzUêmJrZ, =P,$&f^bṡ/eTvc'f%#4Jn *3p;0Nhvߡn>>ç -oF m iݖ=zvF&,)9lBe)֯&kj .>p{n06# .ˆ) e)ke-zܖ \=1JF!?!/9$[F/d*.&1'Vkd)k.N^`Zr+/0.Zmp!W`>yS - 0ʹ Co)6re2##5c3&{J$Cr \jBK%T%~j8ie|rko&Kij1>{qG,+90Պ.?&#LF#c0#3 [=2Co3( {th99N&5IW:)9oK4|8 qhy\%J&;;B<323"KR?pO(~~PT#p  BCM#H GC1{^C7F2gtt%eq 5 qNM[e5:;2iA`4ȭ/^#:4CK(m).>n2fn+lXugV&$t ru0l 3Wv[6Fqt"Go4c3'^&vf$`9a8gMseu35gk~]%Dr 0hgrvz2Jgh7j.77ZsE'[!k 8Ym _[SGo/t+q"@2t;totߚr"2_xMwvv]~0TB=[vy5{szozwR$踎0 z"6EXJE\x GK 7KbF8/_[x9'6%^ԭ*9pK@*?xwv8dqkCjC"œ>Zl7VD#gZvbkz9K3Oc32Gyg]t6/'-ǹrz޸f>.r:nzł#$>2 *> 8[zc7xsz7:4'`3'{{$u5 z&?C7z nWL #>"#Jkk{j uRp7s:{z+$tuW&{z]&ӂV6*p3 6q|Ftm7o7x<ҧg7z=@h)AF&ĈaF]4Mbtк Z=<2RV%M>{E%F|ab %l41;}~0!ĈF~PiSO"EztWPX:bڊKlJ㦥-]榍KNXw[_֥{arNbƌf@>w -sؐt 68k:3rc#O, -:^ƬS͛&:tjRϡ3Mj4ѢWRоV쒕[iyskٖWkׯ||/&xc:۬> 48̴ׄtB*i78R\I&Pɸ|NFSjbʸҚ*R./o,4ѫ+ ㏿L:@9S@12 FY.F芑vzȳ==4i7Vj)k Dj'mQRt1&3"D-)Rմ)Dn1 a Lp!Ҁ3M̂֬&F2vvC?kgjѷi +nɻߝѝ\l.'N[ Ա9R\ .Le,誘׋R,3 H&!e%P6Z8) O t&?-r{J#׻^|͗H:JNN?&TrƋЃH$iI5.n;2^&CnV0<AeG~0ډ$Zk鬹<9ǻug: 甮]MLlUcj:G8mW-UݢthIkqx%x!>y[춛6[o剨7ٶw%>?9gh*c?w7'z^=)8hk#Uxw#@G-~*gIX@,,sP<,{.s`=foh-Nҡ=qa3$Hf"/tcZӔ~A j܊F`@q#&ݧfa]*x Mxb۠Ѧ)lzu^ KXGpz-|\rYTCP"H}ɖ৹tEІ5j':ӬH@iH;!}pUF`~gA f-Vke c1Qh:"f0]4.c "Nԅ7HNrVnTh209AQN;e*ʀ!,"""2)N2E%Q0B"%HBIIMB\d%F9&K-qC p 0Tjdd71R(jCyJ1$72(PO 6!(H(o^ȐC="P"Ő?Q)<¦&'"TФЛHsJ,0e-Zp(*S<*Ɨ Z,n\ϭ[}E/<"i#cֽQHzB%'aCg1ǐ 4 {O~;@CUpR3I!2b]@G2dU tV 3R TW /F OS -& rfw)u9FwH&HP( `83` 0h 4 'G٩e :L%RME b)RB y,HE"}6n t1*5G!AP4 s0bfȮTaIFrgL-\%HG$1J ZaH < 1L=[ H5qm#ĝA QxH,;|wϽ7XB̌Z@3̐|``C Ԣa w D }xABTPxŎx.u5.%.SzI3Mzh`Wʰu&N1 b7z<Kq6@rb b Bs2gy:D j h@bР=}{8##e?EOvMB, !r0(.,̂ ĒfapC V4-@A$t:0ĉӆOX #u^H$P0tXMF,2=Ω!XD%@{p9 rQTF1 M0pf\t F @YhOt h*>h8B  *Ȱl@ '+G8{δ-O`{س@l-AOM^X! y!a; Ѓ'/xbB<[vcO 1ueh7_H^4 O`4U0<(]xc|泟kI9"i$Lk@7LFaT %{t4@e l$C `_$]cEHp7n<].(ۦRtE uZPnI][w~nx=Ylho<3 a倃"("k@q`ǎ{BoOr00`ċ%fȳ\=[ч@sX^[(xtꌙ ,x!D (rckQ|E S2ہG'ؙuG,4gYMR!%T 2p x~qAyfyOwiyq=eaP`sP =pX@{[q6262%V0`c1c5JWt2|Ct'Z:P'EPs(D!F*@ RWF>mVP 2C0e0sgs'MEMxVy(VD:x0< pX'8AXq}3H= !hx3zpja 6gZs&Z0}NP CM t$#(2R7APtƈBQɨV`x  rKow (gU!ow&_x6ow _sQSTExx&Xy~Sn! yybxuYvzYYCcC1?3EU3r IJs1dSؒl}"Xf3'"vM  .`a2JCD p ~ ap CP0 reQXZ{ڭZKllL8mO5%ħOJ dP Gu:[;5@4Wn:QKdm!WX(W,1g=I:k  tpD.[XeQB6Ju4ACP8"Z#2=AhZ֋z]SpP: Q\w`7Lr(3FaU[-&%@֛ "l3:l)pVlL(uqǔ(l˼GARpB^H ü0 s`@~ . !_\DxQE  !,Vh{ l!qK3\=>P42h=3bRo`5d /Ql(7׋5Ȧ:!Ć&IQ%q-D u*v1,BI67Z,oـPJmLLNmٯ]md`pLh!W$('[c3>30@3c3G@F#cR@ 5*p8E6X1޾7'UKT`([N0,M}@!.ik#]Ґ_$' (:,!`y hYܿ!`@aHH4>q=X*>>)Q)Eci2 :P4Cݔ"?W`WJ*MPlPTo6tP+pN8rf[[ 7y.'uQ<k% ,>\# @=y0hT0=o<]I&FPn='ó EN݈NKpQ3BS(H4FC4@DD-)CGAqF =E;#)dQ{`s`%sqsy$̐(M_x:3ǧP4iQ*0`$e4iM2LFTiRUzŋSDlhI(KV<` 88 .XI.+vc&N$|X *L   0z4iNبBE-ܰQ!3`Șl9xhAFF/bhN -_E-PPhl<(eE.洉C"B3n`>-@)8#f1"lBr b)rʩjRQ+*,b~8/=l`#{C@؏H*ViIœ7 9zLV *DNjūXt+d)Q&`jb/" z73c?@9 \@ "`̇4L"OP (s$i!a#ZЋaPtI+"WIx7J-3 \-+U[ݏfZc(!8AHg _)9W %**ūo1 /\Kyc4*cd B")cUEYd`{Pcxb8x&vT¼9i;R-i>e[C$E  >9Ob@ m^ @C$7\g hB`} k$b! bA :pbHwZv[lr!^a .NFU'~~ ޖ D$CjBe \dpDKB4W64CЇ(b{QDG8xD-a 5A ? 9!` DL#"aC$oxZ}rǕABNm"gGv9PLNuI-!Tr9 V@8ҡ >  'C+XEUha x7as k2M NS)P ZL[W-/e l%s-S:7'y&d,c $Rj?_Pd6%@*JCX OXTИ&@Qxc0=h2ʼ!҈C %8g sx)up[83PhmCA`d |qDY*,"0FtPUUM6 0ͪV ˤ`3=׹~0o^p5"l"]'d!H0d!Y5>/A.`GC# ڄ&aET 0E h}vu8l-rO7Um/!h YL˪-<be )p[&Pq#J,* R"p@::=Oc vӄUB5nQ  O8a @':! m+_ :O4{cpWbU`p.W+]sk[fխ |)@-|[-J'{;516;0b/?+@8 *␤Ƞ /(PBB3#=pZ98[؂l#'p f!A=r{UafJ4g9ʹDӠ>3:[!?S^؃5][?K| ?:;6(8#H$ )+8G{T?GZcA 9)Y'I5J8`J||${R7Z,6@-(Gɐ&P<+Y,?@\%+XB`B"ۋ25=C Ȯ3* mo ʛs uv\G0B'B!z:]L?^l@b36A̿#D3P{_I|LkɴɢH5D5Pļ7BxJ%C3J\I֪ BJ)ŗ"p0C,ʙCJa '<9cӉ܃m ʛO O3uTtKyڜK{\?ĺ ?A@ LL6`LǜePtP`LPuaHK CxJ2LC(y l-pqR7ȏ4Y|U% =F:)H *0|Q9{N-˽+ 1=: ?Dp5M?D˻5D?[P Ih Ci@gi?}d 5\D}*"X > r::cŜˑRe>e g`z ζ0eA:̡?D؃{\Sk6SlSH@}AP ȧ@ǔYYNuLʴE]TLɪDKA)7@$qQh(Z䚓<%A75X !Lκ)DkBӯ&N_xAuCV%&Ҫ\f;h+ef+BCDP[3W6t7}ST;ׂT JLWIY XU؅ShXX ; Xʩ͏ʋj.C6/I70Q(h#x0MbYM CGiJ'9? 2TE^}R @.?hEڨZ1VqV{i9f9sr5%_DX[umvxȀDJWH[I_$ؼ 4IPJ<\LH\Ԃ$[\Y*j[\;s[}=4Vmc]WǂaϸS<_H_?u`A.XUT^T>,t43QnH[tRir5ῢ0?p e>t+P0A0&Uvs4?󹕢aV<)b(,~i"f)e,afc^MUZ-i $#y'˰3G[gpv,;WŌ'5ec]6fc7Kz̈ =H?HAż᧺(C7 " `@@ > D/pNZfE'*O=-ک<׎vm vnicb-!q pw!V=Kn^HħDU?&7_jKr+~B0 )P:Qj;#X$0`n6B0#V~#H%~2(wc&q]6f*rtKgtcKw>0yA=R T?qWpsu汍5{z-{86 H =̈^kVS_3kvX6?`@ḍ.WQӁn+ay9º͞U?#F3C >>wtw/~x?x7q+Nϓ`ЋxpЀq)yq9=(5UH07(Κ bu"&/[6=_:L:ozvLH̡Ah%mяf(LނϓxNlnQNH&yᓖڮZRe-E"|OO*J_|Wwb'nIC+ux 81Xu/y?=VRKE?3,"}!"H+Ax "#oO'[ﵫ[\ARDwmK{C 4rGuEۧsekja8Zt}w>=hE9ELdPC5b!ćQ (4[dq (i TtҡG'MHB%L<:Yfϟ= DhР@>Q#"EZtPѰbJCvOz9b ۵l…%K Y6mt斔'Kn2$0AsnAq'MB 3%JSѲ뇙7} m%&`|!S!5@~ƍlKUƗE5.]b !Vޝbu/'FNt I ()@ "l2&MT|qSNBP$b%u\#ZX jyh1~!WQԉde,Ֆ#m2"{ –#M$_ZG ~AO4qFc5h"mQe*PQ!E@GW'qƹm\1neD!u]#JGhwGpXyyxGR4`I K}T@&`CK=xD[Pe:PbfzW\tTr LC0Т+-\(Ydv&igXkN\P{HL[{DHf1 ܂dMcEOp :GS(ZjZYm8Fp'WYzX% Jʂ^( '釔n!G$X_I*,E]p:A UD uFYT=P;43T3UC=\qnQ -C}z:n;oԡ'61<NP/%ev:m]QS$tBU զia)3/h͑r7HD{?w:E#K< 5K*GՅE#Ye;tB PhAbm3GKv-pa#qdj |cB!Op"8 j8i m(DŽg&PC!4rݘ%!YCLjM_W2Ly9ts5FO)ғyn!?m#<ɦFGH;@1)H@O}0y'?&Ԃ F[؃xZn*!oHz xL=- p"|L4gP>1q"/@g7ك%@-hdRv=EGNPXB*@I:rZn"؄]Z+ 'BJh>Ap2RW}M{W”^kT.;.l%K0( S(TU7S}7\P8 ܐ?N"&XSI!0ϤK:i'|AXb8a!3&7SI+WzBphi}z ]ph kpԣRxDEA֢q*ؠ-sQ:D7\ӒAM%NtzI! _`jQěBA!Ư @ H5md5`?!2QW"qN9bQİa Lt,0wJi0ĩdYIq+ڌTcDuih1[fvA(n p,$U Lx{wDHfxG4 MWIWvGQ,abB$7 ]ȳp;G. [0C_yVv4 7)yQDZֿ$aoD'(dAMw20!X!8&L  |uw(Xwz +V^?Q9 KK F` "ޅ&|! (D$Bl3l&2&N$Mu g$MZG [r`:c?BAfYCOG>|#O'j=~p+ l`ΐ{J e[, A3A41gЅ J]MVsAוm@&l-^mF EAHh [ Δ@ܥ eoA\MA cxQ]A @dE^ZQGhIm5O9֑1DAt \"8Ÿڕ4B.ĝ~! $b %`DIOy]@PbXp@y`]L(L z|U˵Il-<5atauoa]ƃno@ӝ`Em\E0 V\6:EQI蝼 R&B9A%t@B,US B  $A$"! ~ț! ߽~@4@&b x D 0H" ,A*G= hq F$$YNh/DXm\nTJ"V`UHUV߭]Q" v DD]PݻM<J#>_%@$a&B"C}ZCI@<@Ef ddFI0p DtK" /ґ$.lNV!M# Q!n \P̗rNV.U4'rfVvIGG߽ݥ%|GL!`À |{@-B&dbaga"f#:C݇hEdbXdGv$e}YfPJ$(B BI Eɹc݂l]OO֓hB$Ņ^X47=c %cds&sAs)oTJ"t 'L]40& |,P'9L3lw&'d"*" TiId*( @*THhIX(Y ZV|hn l9c^m!n˵Zөq>'ƪjridAmʻÔP]e-4hB)Hh5@~`v~'b")}idZ*@hևgl+ B XDh8UGRLTȆljprAsr,oy8YO&tœ aD'|;k 8-LC#A )NP@^k~z+~+A2!͂kA6Ԟ^pZy&$`8u(ByQ~\=Ȧa(1rq,r c|NVDa4A,26n-'Vidt ;B<>0h] qk"z"n@J`Bhj@؊mlF @ ( .X!tky(fZ.>QAUnԦpSLs NJdR$^OtkWQg:\KnoV\E"D1M&bXtqDwdK6aG\Ђ.1;2fiD\z@l#^JZv"v S||uA@Y7 tJIV2qml_x_E cUY 8*Ɔqw{{n||!u%!hGA"A |@+8262,6ȧ&C~k}N\KG֝V}D}\ŋB;80:'oug>lyoLA @ @ N 9? mş]D@~nT:0Pn4,h?g""BdJ*K!K6!AY!Axœ%]T,Ke!-`6z\ħH 8+(\>n\sֵ{o^ԁF,{@ 4c!1bxC"?~ ƍD-TTu E*2'72!Cځm8#UђlNڌ67#'=:Ѡ1S '6N=\ʌ (m>E| ؄]l M 00+ P7LrN7 Ѩ3&E2cBX{h{@A"}{qG)Χ ? !P:0&Kp@# 'ʣA, 5-8`M DA& :.B>?"cZ9@}R؄jA0ذC385 ?ɚ(i?l,Ra44ɄMGf-8*&(ݐfJ0c;8N(#4ܨHrNC?@f) rq(#H Dgh :NAlآ:pZqY ɦB 2Z+LBHx?LS:ٳf"r8&MJg:i۠ȒHAh-ahHW]tء'b D!/߱;Q.:XaFZh4k@%7CV"A3ùT,n3l  xe8H~M9Nh3EV[%w)OZ7xCiE#j'衇f ({Ǿ,njm{@90ABJ*(ƙ 5!B ^̸; 9l bI5+RENֺX6!@7 Ih5ȝL†P I#VHhL ȋ =m!jQ@D`!+޽}Z'p>]`}#Q : E!\Ǔp Pՙ}RgZ'y}` 0obBC#֡ WձYLZBC r1O*hFS #QX̙K]:dvbmj{\f9KpXw23݄&t wld75A8!iP5xpE />kc8(m=2ǖŠ:*7@µ)@ @kgF7c fe<0] :)w[e2nFحc %` 6߹G/cI A:qbǬf>kMm A LJA )dHg: 3 k ata``pD@X` `͠"VdҒ``fX0l@ @氫يfSpfh1 @ 'zzl ȆFD MINT"jnj<?qN iGd8GJ \rT$ rLƦFjSL6c%YRwHo;*[H QǺˢ.3 `ml{vOq3!)**Pb:/ '` J EF`#8ޒ@T@c','Q!5zD0-J sS0@F' &v,4` >^f(NM *c>a b <#,`,]`2ri`(BJcӯT)ric:3J! `;!hC ܍ jHKAIK! j`T[2 g1s >Kz ?'; @^#Ȃ@M  JpsT-!6%` ah64`:&s& E/ c --8ÑNe!'Gt€GA8zF0o&_Va=gIS^Ѿ>g2Kmr2 s.ሄ@?+"qu $TA5 ޡnr` `iBmPd* H@*r2!5[ b 23t؀f'0X VuSM -&#&@ 4 `bck% as H53ަGY@,()RsNSAbORUUu+..Cu4QA` >" p(Ea*m j`AtH!3V- ~U/Vcnc @B UV-ekN k de?$@s%Agդhh[U[v*Q62NV@8   V A vRd *2@b7c_5̠ܯBb7$pocWdEOsW ްT*@?B@lYmrUU(QN\$Bmw.r| jр @\7 y !֛`;h 7 I4e|!~ voo ` 9) dqizeNyrH?rmAaPBɔL 8tԱ6b_#Bbg@2%3  yy `@ XD¤!4Z,Ed}t&5v>{fkul X~xX9cpW HI"wc8z6ODmx$_v4@)YwO9h?8ai6Kfg@@ny @H 5( *tUv\$&S|sL|HtxryVq=#eyB#5ybnXg 9qZF!2Xvvy/ vטK@y ڡ  B#}HC:icvnIϠ`@%e#3~gXc}VJ ; RG=a'7z p,X) MNWw*aQ[)9Ś.dw7*ᬑȀOؠG'暻y@ Aѣ~|`$SdbTIE ~ {V Ǣo3¸2 k@Ko uš9_\[a_{ s;ɒyg DMR*.Ÿk {Mٮ@886z#0V e9H\{z'ȉ7b|cu VHBc"// D\wV)W&e0'rbN0s:cYOBYPxl)ס5q^)2Rv *A ,s v8ظ!! vdכ^1fTҨ!7 hR98!ؿxxP-[24p,l_ !9f"bDmݹCܸiժNW\׊e*v@ɒ&4kڼ3Ν1g$ @6UִFcH"7X=O ?a 6lAh1S @$ȏBob  DMHmP"%q3nZhEj Ce(Rt$q)0bQ f !Bz)wHz=hP:uްRF $$E >6&(Z(N#rj9[7]I)Ux SL 42]#3TR #hTEG`!"~\EX_y!aAc5\Q we1 `j RۄT(&~~mR6 >ԀjZl`嗾׆Z \ -@tPC|viӝ6|8WH"RL1P}>jOR&FԀMQM%DU9FmQ!X^%jAZn'CN!qyƍQqF1BƀFRErh%gU$<"A\noa&r>Pr P@]AQuygxyTK;瑴^{TAJ1N@B&CRt NG!G!\*^(AsJDY׈[Wi0 ADG\Jۈ#T?@юh.DJ:aZjZF۹pl[hl>qnCgv cESx}0I/SŖtZz5( &XqTY5u G:3H(eb%$}k"1uiC:#Kds(nцDf\GZb-T[kkշmWC 2syBiM"(ž wMA rјu9e'@ٜ:@ gTA@ӸpNlAUqP|AfpFHHxKFQ&8K[g?(b}qf$L g)DI5Apu.O nxw~[e Er0b#by:wL8=A)$Pbr ^.s5:p=#3:)Pp/tY0. XhC\)mċ2T:Qi7Zר>azML B-[V3ߓbxk ^Mnz'7}D# DXGp)XFrӏ#ơ(X\rtYHt @!(d!v3U$gK#vQVC-؄ /*Uhl͖X1f˙4.K!}C7 !C Hǎ<TIIACJd=cd.T*"t'4] Tez*.nB":[ S25JĎ3]B^ ͤQ0XE[: /] ٬̵Qm2D$ ڝΏ܈7MN@vu={'KvHn'_ =Juc4\-A 1t($B5! K`3&BʐAD4xJ+$vj1)@Zp]e/sY#,cp-ĴJ=_D˶vK1-^EPPԆxsHS{qD$qO^mMIs[ITuu! eU{ XF1@`XY֒ +z-P,\g8/x :X`*S9wLNpZk/'67[OjA2;gƾ:1ycd&D  Ԯ%bOr'#FAk{VubwNӑ¢%-ZZtjYyY6T2--u/d֦K-oY!Vq( *W 5M$ύ5R?DŽZ\ lhwePYA4v)lfQxU|S971]3eK "m(HfPe% Cx𭙊KL QB6OK6RprHG6g,ژ= RL><[P#^wdNN&%C]%Wu +@]XK0/p~@{ L@,Qga&lESgr7nҷn4:Q7y5ȭ,Xqj\I6; sCpo0>rQD|HS]+'B,eghU`Dk4@5@_CRu`C`w9zVBQ@M=r`cp@ q{Q{d"7kT#P|q7DbE|TiLE0dwNw0 E\(OZHwbACG }~wd\j)X]UAkE4PQrd`_SC@CCQnP2!"kKa&t¡MrC0>h%Y{u((0.rF20@ q"q[Lb?8cA o9Hp3Oc;1Z~iVgB^ehkUiPņd@ de0yG#qQlQ$|5$3P<%2!rXlPA \Lu) ϴi4|Y I'޴b`|׃vD O"V߇P}aנj 2xku )W4;9Dq_P`0d@eP{(yKaG#KJ3ssr S`QR1V&XM,bgC@ vAϥhAHDᒝL~&TxeVFiW_aFY(Q[Q#jUDXoS$X*4mQZit|Dn@aYRؖy>CFut7D'8̧ TufG &0Ñ97p~I~MH~4].Oq ]8xkegX^iB e`k`iJ7mA$5zD4ĩ+KT#a).`飽'SF#Y'% iach v c)Z嘍1)!Ijq 6~w ]:i (69>`u`^ zu_PWZpNRRТrq 8aٜ{ɣ>n)nl0;Y&?|/ېstdwo@Qa@)}31ß\G# [xJqgPo@VHJ+˥BA[(51bwѺ2]\j':ɭD LOϙ%'p?@ֆ4hfP<) ,yPJ=򈪞0 +(up|.yW&bLVc'>R@5( ø,q*'())5U wj:B?~L1VPœsp6 ))+eV&>o-+ƫ =80 )Hda1=k+}9i(!Q \}(Tww29;xwq's0H9jSLn<4y*45P4GS,7>j6Ѯ@Z:eG0ʷB,`v{IlӇ#G([ڲCW,vAwOkH6k"Z8ƀx@ fŘƗEB 6=:.rǸL4E 1sǚHDX|lIz΂uo@0"y%Pݣ6ܮ튖s+,յ%M͗'ညbqv!N&Hmo-Vc\֋T4`a! f\B;))+xfo;ޑ03y@-J}lC]Fm1 S;8l>f?ՀۤNIUNdl O+ᲆ4yҹ\<ɼƈBIk# Uߑ`Ϥ߬B#TCântюc^rkmo{}ۼ-cMH\ (۫%("@ҽ˔pp~4xT uT` N.߲2AA0۩[B©3tBgtoptPg}>|0/ۤKH6UChjGhqdjNҍm9=Bcz2,`0m;ӃLv| 4:kЅ{,GoWHj6Nw׀gB GNGN%n 꽣꯾TLh3'_Y~>D\}+l4$>k{*]~u>Re*N(0*O0].JpUH_|P:#&G e;Y}k Xv:r_%BwH5g`&|>P+Z/g,[|ީ-cHlⰞ ͑q  0xA >t(DdɲF ` :t!"WJ-;JW\LtR#Fic+Gr# Lk bF7`(Yf+׬"EzDH lL1ƨFѠA ϙxDYx9?|ѣA 93ˑ ES7n2D(P- ڵMNpܝw#'nܴiʡCWK3gv-'p!D)jD1#H!6}æ)WAlG̙5I㎠"J톦fx**԰䪱*J+KΊď0p a7,3Nta\("B*ˌH8̐HC7aJ(؆x3Lq#gyNZ.<;$ ʃ#:ˆB #Tʯ&j rډF4,4M(lJ'|B PC0ódDX)E5 H/XV8Íǂ!"2i= 7( TKpm713朋vNN7_=~!$?== EtOfz?tRL b#DJ,J4dJ6+CLn!_ .b=3X2!L3̤-%Im6o)mf8t<M5xs:Q~3d;="A v=,Or*XR:*щK51S:^)!@ʌ +,hNO9[eHbf0@⍜҂gz/l` bYj/΢ͬ˔4>ĂԨvƒKqi7MԜfsFn B4:{63:Dg0B5B&6p q2ypB9K]Q8*IdB  h@X U2Bf,8AX40;OL~ T!yPZ$m]oZ[Ǎp6#_19ω׼ցin65o c#}o *aɣ"F D@ƈ1!,(53\ІP(C"D&5IBN,'Drh,3_ &P ":^vWAZrTÚm{ؒǦ 1_g^wS k&q֏xA7<=q|7QЏ ]AH.LT6E .H)d<at!dD3yR4DhUZqZ@a_وfŪ'XP Bۥv% fhpcn,jQr481f[7QSG_|Hؓ0\! CVb+y,XRB9¯EG8GC\AlC fD pլEdw'4C19y-ʍPJ- }_tk|X 9Tb_WÊ;=b[Y;\5&{:C^,ssEA#9ja $X J}]&RXfKH@ CN dv} _B;9-fiO]˒BL-t*'mN[~=:ܿ'ucYUR]>.r˜[)U)BI uD/*—ma&Bvx7 C+l!sJ!JSNx,6b3Wɴ.*Up#hF՛)wX=1O~1rڷ@D9cvP &U\19s9E} zGJa 8ӕ4CڒڈV/Kki+JɳY{,4*h&,9Ke.rE/v1fi@Y0H8Gsd#uRﳟB$TZ([PDD.rDxİcv),vR2 ptp 0t?ujZE |6nzb6XgשwJ7<oDt+Bع?pqԅ38'T(WZ|X 7%/ɳ6ӾSt7f\05€A?8&H=O_2ts y`Ct7kiu?uKk4Fc#n!y9]`ݮQn'uR?,E2NĻ*D#j|xGDޯj6 #3HWc9.\98-nC:! om(݃p8u9::8Y@PJ{؈S[}490>ʎûj ÂVC ƒ!`óģ(=2؃22$?G`0)Z2K<)Ë4 $ l0(r =@ t!vSq;>˅*3L u*BҦn6bk&d8 8"/X6 82pF3F[Di6 =C2ȋ:Cà %8PTB-Dr4ĿH P-HeB839v"NOz!1RT@Vȶ{@ *:#%41_|DҜN+GcPCsF22 hԃ=Fj|0ă)c>-<16`xeȼ: @ @P:cZDm D#4cwk{zA{q4;K>Wˉ B>>E;$BA5ڔaH86pl ,$0ɚ4=ɑ 4$h0h\JѢǡc;˛!3CmGl JI47čJ-X7BshxOtA4D;cE>.zb ;+p+ V{LBd|=H2,L|9A()0#i[M‘ ؜M'h* 63D B3o0J0DKԦ|#z]"z*B,O1t+Œ0Wܪ\.QZ@Rkq?$ 6x:RCfLg$S0(2 4l(#8 7S:-;S)p'8Bu6@@p݂*:pyE@, ;7݈-ТQTKeD>˪ˇ"H%Ez{RDEAKҋdf*Q{Wu`^B@0`(hY$6/'e%bə]#,SU 4 M?p8u|5&(Q>9c;eR7ԤҺ?~]>ks#~SX<*!08iIPU Ƃ,(xW($nWvb#p_YL#H\͋:%Y-6@ぐxeWlsc9 f96m`r" ":/z7Z`K ;{1 1>;dJgR[I5@<ѠF" "B8,meFnhWeF%5(5Y87h_\> HfFk&p9E^~&눞h/^=X.]p$Υ9AEp> q:h&XX'V7ȃ"'p Asp3 ӾQn.o:C7tb#4YG5E|PO_d+㎫M٘6w>X^.^!Y. oDH0](],2#-i郬|)kI H ' Bl>ȃ[x(ߨs_r1Ai砅AgwBwo~w~wF3Ct tn) C$~.uTqUV }u[x߽&'1 GM%!+A ]}~0%iG-95O j;now.A>op$4 ~7}mA/ g*|y'\tM&|(?B up)uߘ9hUXwk[YGck^k1(SkJ AՂoey.v?E` "Oor77m5nvQnvw 'o&L '}H%'꒓[b¯tqgq|ĉi(YWƂ bu 4@,6u]P2xS8oU@8cBrme"Vĉ)Y O Es;V Ġ69Pc=r\R\@t mh\}A@CK(NpFenf2W?CQ UQ98KMhHKҗګWVԴM}ф&mg00-nm;D3mZ`5:Fwe [XDPBǫ,@3,e-+;Y@ "[ iEɵbk*I6kK P CȕfSߛ@e$ >UjKƴ1Ө2Kම J2Sạ4EeW`.z%?&,iB=k^}6%}0_H/'A]rš1_Ͽt/J{4ϴ` zeAK1R-)2 ;YPD#A8 }[x%BPԩ^5_$5MU%=DMj !sۥ`?\ky W+KL'Y3󪱙jƤCI8ÚVCFzro ,"5[Ro!Є.z3mx^b~f7PE O]8Yjvy<05 tawƞ'UeXlJ`1DfvAZlD:C 4*NxR|ß k<"O>V6P?c3ዐjz.NxScCxTw<4`y!ݶ)_t#5w g2;GϭeYD#?/En/]!Д/\Ry/j?[D:LVD,Xh'M@р"_l g7z} @VQ8T^Bl\h͓y^=Aÿ́ B闼 LlTY҂u__DT,γ]`TW]~!!:^ } xm-.B/a7!v`H%Bxq \^K8 ". r"vI`(`_B1X, Ja: %]`\!,B"AXe"#a aRcQare\ B[y5J9 #.b:6Ѝ9@b|I##]Bډ"0B٣A!q6p"΀yd!c1H$y~Z ATcXcb\6Z"ySUЭ9JQc#z@TI)e|=Jd@E?R, A$I]=2h=$a<,"q7^A6a#(a}$9H%I%2dVA  5H.%7ޤ> =d9Qfz&JxQcRʣ`mS"IUeXc@r,&9b`j&,Oa5[[%dF G_Jta`0"dqc^څ9V&9^Oe{>}i#^i($kdEqV,&nmnd#4(b!Z'Ee%$ ̀ %ut}ab yNRz>ehf!NQ#;}_0 ZAig(nEM i-N"-$BV[Z Dxh>_"ʀ _3 Ҁ(#m(zB>5LdƧQqn z_Г1( b)&ni˧y%f))[[^]f~)@a3ǖ.ݤ6=z䤊+Uj|~ <'<#.yΪ}%&+͓*A΢,*)*r)0B])t⩲J2+`-jl6סL0£Lfe&JIzf&Ѝ+|#;V' lmm.*Ѧګ&讲qi7 VF_lbVP~ɂfA~c"POlˊ*+&"nNmmުpb+:mn"nziöc^^,f,ق-l۲m@f病Lf#B̷cBih]:&,"¾j݅)'26jBrv3hm%ԥv⥝.N'Ɔ,VgQ@*JgAAK[6H "-2|RpT&m*.V+*ivzU:ߞeeb ک1^2py4;hH(0^z|""/[J*mM.p"^݄ p O2!/ꪭϧͭ?8Dfz+HIm!8 9z|J0.F+r ϲJ0 [ q7`D0 3+@!/"n"51"VH\I\NBNjh.*V`Q*2V/+Ӯgo-jYnz)0LDpn#*t2s3;slm)51B6W&+Hk1)/((r< 2ZJ/;3, -,#Z(0o^ s1oک C74u0!KLrS#9LJ6Kqd2/Y7kzʚf:;J1JѴҾ+3-.u``N^)1s*6SC3S5U6$1h>Jخ9hO9dn%^Hr:ΦtҮDKM3=MloЖ*Z//fZ /ws% RISCHDOT[bjuZx5$fRf̺wf'(ˆ+Womt +C.Lo/~6lP3A %A'uuWw/2gv!eeUxSsxuMChC;ʂsjwZvS`ȱ+v43h4BonX!g-@+9fh J4k>Jf8NJ@!{wێ7H6Б#N9Wc;z[|7:o+)mm;Ӷ=]0xr8wjETt1Ksz9C9`:w{8ۦov:&夀6߮?K9%: ik#˶7zNu)t6:Aα_;Hr;Q%$ oOxuccx7rÇ'ThWh;RL6P.[S0IxJ?I;?{C//Mϲ=s%0:UY:08c]s3eްtgy S3c- 2eo^Hzg[3v:x:%v9˷v;xW3<4>;~2UEĤL?9crob(ʓ1<"^_H:|g 8h{Th(&}nK|߲q2}koW*)`h«p# DƷ;3eA9@ܸab`A3L$1L|XC?dԸq7 'Q~8K ir9r*U6nZi榕Y(QtJJԧO82'RTd+_:vl%F9T,Vd%]fs^F *Uv<] ;dG-&@+ѩI+Enhhp`B Fl")8l'M\I%7n#֧;{*hGEδO9wՉԫ߽~]ѯ+}nNp']ua szp-.i;l4Bȴr",l e+I7X 8b*p'i9j9өr*+/.jFk܋./ #FKbhr?]lҿZzxJ34 E3;OС8| # WmEbEkJqN)s)ZQF\O$co=lSPC+.FˏYg%&0XwLj١@&"A/̳"@g/5 Y?L ECcQњnѦv4ʹ萪KaWSJӷL|K=uT+-` OKZR_c16"3Y;-V 3my!,"(@*@%!"С(q |D"IM4Y%K0a.Iʕ4D璞3uQT@r'3$F<$J:-<(PpBGb9lfH"6)Ж7R荡后.ըf EzTЃ 5EK Yi ?g'_Qa}Wp( .RS,L.<3=5T*U-D@\]PBB51D Ֆ"C q F *DLslB@Q^I*,VAaI! GTHA .DckV[!Z[}-Og>-+b^*D@z@0x ަu{t+p*2`@ 4Lp D*RK0Mln'^NhC zԂ!!. hA2~p ?a0w#H|P:\ (dHȢj$5I$g8!=XU-h+3pCr>3e@ Hn28@|CB'6," 5 L" ʰ"pqtQx3{1x jpɨ;w6Gu=&US#@ Q=j(ծ6E ,`=@I@sBPF9 42f!:(X7TP`+ Ǘ>NЂ^R6('Ä q K0iRc|5M^h܂7VD7aO1H=O9[ƁchC|;I8I#MjWZQ򴣌4ɿUvhD"D55 p! ZFyRP_l~38p`D) t@p/&Tp! VnStJc%a F ~O=V!Cx a76EX!TpEf=ayj%hUM`Ե-j?qM1PU C Z$F^` 4~+rat@h MȬ>N 9ḁQ5dCN&΅0bApA!;naX8ѯx4b'f8Җf x G 18B ْkpz$&YuJZ=u?55fWIud+%h!Cej`D/xC\!-"2- l06ͥۮ@RЇ"&vg*U  N"xw83qiOآa)j^A` 2,TRܣWӞӪcV_8'|.BM:H\ؽA29֏l. _W@[ׄ@ aww`m_*(p.˗0-a &PxSp9pOpy`vy`OO oxz Fqcr=1{b{Gb1sK'0+|>Z!Pc||}VXtVLX5TV%avq0/*5P V2~l`VWsaVD T_n հ ,Ig2\ q[(E)RKUdBlS\yu5Q)m1P ZsЕ_i}`r(@l'o 3u .D^p"F وbE]a `(U<ءx#Ga j3z(w銞RG@}|56[!kU-ɕP(uJ9a1U3@7!$kAl}iWfBA"M)$*,qɞ𤟒x Hb؉xoQQ)p x@ueנF#,r7WGi%%j(-*Zd% PJp7yXl55 zA:xF:i'1"'pfg'NPSgMPgP'Df*yP'џOH Z)tJm Y1yG=G'PA8-娏s ` CZK> np>JřKJAn7Aux[:j8 ␊:PYŎWD*MK0 s`ء'P0Ґ e'1S QG3誟c3g`FjI| "$Zi@ptX=7J0u5PVT9ZŤwP&#n/ZDR f  PUU2'T[>ٺ M(goJ=x`o5J1j*jeY)r,›e|髾7'!(9yZ T˱e3ph;Viy#CvY1`Pי2*[DГoK𳱰R%2yrPfx(mpҳ=I<Ǯ~ Z3!9rwY4q[s'4ZY4aZ (+~;600}ceԣ7'90Zpv-;#(Wfh$hsMSTp@9u`EW^^EopR;GX Wk鐼>Ya jn=Pw@Cr*9=[ZbŻ&CI^+g25{5[ZZKFUZ '[s2~(0k{,JD@n #:a'.UxS p ZE'й|rJALE֐# er[@!'OPK4Sm3`8UȦvP7N`[P'/Pr6`Jq8MOU7drToŝGD - K`f]zvhp Ij•=ڳᮗ+)()V!QHQ1$~n .,B?  QSpIG?MM8׮i_Myp<2 w/CuQBK.3/(]u:5"BAl>uN_~y fVv NX NYa@_/bN:QH&ڥ3 %/')Y+4֡KNS!+2:M 1R$Nr+VJBܦ.<oRV9#]v_Ⱦ!q:>/!K0DC 1jhq([RXuT1M>ybfH)㫤0xTޚΟ9T4H08ɘ$SLzLLϞGs.Mӧ$*jUQLWM4YQ N`%KD% 0_HD[ΜL0,R8 PrehC&saSt!GԐ# EE } ҝ͛BHqI-><(tc(-T0< 0*Z`&3B#1$_|C@{PX*IC_( A4)Z R" +ZB +P-j)+T # ?'4Иct`"  3 a'<D>r0"9_`cxA6H-^Bb‰< :ܣsHo3ixQ3ȏ[hVqZAp-fF$J%z,iÌ7|Un҅9A9'2MJ)LDQ B*tb.vk<9aJ#UJ# ACWByHP9PE K't@4@2cs*zÍ9iž䵍m yBV 4?00R@PAl{*DQ!$C P$x@RONxL2ap;)Nfb+Bf }> \0%XN+[ չ|_G,b^8BKi J`BzA`G@ᅉc{ bMqAEtғҹr ElJDw`XB< 0bF*xN}靍 6 =b`Țqأma/'TMp-ހ3-MPEbR0j`C򨱰*Vpaa) 19լF2W!z ݴ* " I*&#ʳ<9a~ \ +N,+<ء6 HpbGPRxڠލW9N0L ix)Ÿ7T sp)Lۗ94cPA K@`op#U@F=`2_?A!0\Jՙ&6Mu-xrv09#\$`9I'0 ;ikK>؂a80@skd*e@" tD nJn*zdrCoc֞?t$4 Vs@P4 p cD6,*چ74h'X.xUar-ONsNΜzЋ=ȓ5җa3'ԉ-x f㛧xBGp>\{>1H(Ȁ `1{ kH0?h`z H>Lx?=k5*oA83'*qY-P"*` ؛Xy(h'?Bpa ZA-` T ꯖӃ[=Pc\+b$F;!ὧ9$, >(9)4[+胾c,} +ékGzCHC9G}G<=CcCS5B(DT2R7K̞6PX:M@OES X[ؿ>HIW3ŸQ |] h=CID#2X<eR&C3kFlF)D*x5G\<ܧ0:v>3HQ0JDBp+0Bv>L x x?LKǵ qkhс U@T3˞` !k@c)T?hɗ=pHW/ћчQȀ[Ym(yYA% !Ͷ%YP:PC}*}Y@߽Y-UҼP^00=nDZ-']%MVH Dzi /^\XRj`_uN|[LȆ[۩.5:qf 3@܍Ik&p\$k YB^2mXս _#Y42pQa7ha^]~7(\Sݖ ~ٗ=! { a}E|'hBiV߮Z8&}feVNp3Nc4޵_}O1[X MjJ`CzL*X ܠ@\ #-f*>'H3XǬKZ|1nVlFfm~SϷMS8'{K >%Yqxx CI+{5Ut^Cc$kV2P",8۱# ,茮hh6=i.iaVY%^# X+anbb~R(6d~Ղ,ñ|jh'MZmjd^|KJJn깜ZAHuφg)(rzA`r=5X 7\XkgƒG1.rщNeRnlhȮ&eh=!ef P>ptAh=*^-@`Ϋ 4>#鞦jb1 pؕ?jF>f}ln}Rz8<[0zMg*P}[$s[\WXf2 Y՝փaafQhhQnavlY'(0Ŷ _׆m m) #= q k:82 KQ#*nDnidNZz{Cz') HA`&z 2cC(ukffE|G%.# 9s;ϝ;o>"?>a7Pt}a>mW xK7ch )"m=R/R9H"ۓ*20 ËB($i m`On 9D?_G$HhUU<(PwdX89(3Yܘh r+vv#+AK3o\H@蒳2H>H|w};:swoԓ4 -ɠ @NnBxq,?y+Ȣ#m[&'iG(,#0y~eǶ#Sc81S#$uk4cX0Ps7a KVLI?_h_؝9IW|wo{w{?Y{OG   Ё );hFHM|F|̗FXF؛ !SFU;N SYKrVAi'/p 6qn%,3T]GaM&Q=F WC~O{_CX݉ۛ'Y-Ȃ'Y hСG'NH2% D<{&)CAq͜9[СsRJRNkY:h2N?tO+MIL f:]6!Qh@ǥ?x[f"6fU"Ɔgōc}ßS8a s`G.bdt A*PC~ Q:mtXU'r!1fĐu/l&2MhZ~U<^2U*a^`@ 0|P 'ptsx\? !q3↉x藱X+Bb1$4K0S2Xq]o#ySx#ru+[vs=Nm:q a/"vQxC7 rv@dID&PGJ-X҅ 洜88H)ZN QPQRB"K]ޮ  B5Tp tCEAap)~iz+ P0ΛgqAj0I4,Kv2pcn.h@ 0Pj³ KY[Q"G {2#ncZq=@fjG>83ؒPtK`( E+]U2oU 0Kј܀@q*7+,]M5=*m+F-od81U.D2(MkaVg> ',kDZpBdh R{>7aB p>T Ā)pS|,ɓ*d'GYətfŒ` M.uv! FEBZo0&-~%W''V,sO5p _VW,i`x ,AN-M+@X2¦>5SjU88",(Df,.1l2dah#%BZ8#uw`A;v](yn|WMָF X%[HXš .,^b:%BD"jXpq) nxfdjL| ` 8Ŗ:i 2 v7[Uէ9b7|9MAf-6r{4&Ao D X`6 JP.r$oRyw(ﰽ;wcIu)7 .7Mo#+8< .0tT;9?+X&l#4_=𝚩\V!b^lG& 8̊܀~܀03͟wc?]=w|ۉ<p"D: (0TT :XMXr̗ {Mi"c``a G` H_:2.4"L#SJSUR.5j4? "ͬѤړq`&P-%4& <.PZ93'ء?^#w$e_nXCD.&y%$ZYGDeK"j8-0ILX -!WDW4 \=`!ff4". pEn'vTdJGe3q\UYDjJ|`"M 9 ~ %.i!\}=N/IB%TpʢG(SJrzNH `@|eiwtx\._Zmk`6t.(($΁@ .dǀ(Lj\H5ŗEkd\MSm .IZE/z޲~R!BN@t`ʃ.n>_QxP.^.<"Υ.X'eaZ&V(`A @4DC+~~ 5mP"6Nf\|mRԀ*-}Hx/1/!Х" pLC1:C;dHXVbC` 4$)-iu[d^)v0@C&r!GC @,I }U.ٶIo}e݂ "ݚ_~NH/rjj Vh<8̃.)L4X24X %b_¥g|V_':4&d&D ,i+p r I#,}J/-f& bmM4Bt'˭ߖCACFs؀ѵ8@Hf0~1 2סF3-q&-WT aLdbG W[`4\+3]#_] CW2WD4GݰܦC;tCZjDK.ȡ0A'p;o1lۤaZ&@\J4zހ&&ܥt}Z6iXI/Ar ތMj v\ pdFzr¨QGȝ5[5r'ZglD4B\T0|"` 4qKqS$x3n9C0.C>[ ";M3\5d 5M=x9+Hh'ۂ ; ;lI;ơ%փ6lJ>j"gvʂ#૯8aALA% >@l07C&6гk̏BhTpb68p#!9@P*z,&D!Ysܨf \JEܳ,A)kCz0մ0:DcKVAH@RA>([EEx#QQArWIvMG߸5W<\w?0 'pte{⊞ .Lk?&4ƙb x iad8ji=@t(EPc%6^  dÃ~_Z!AHMDDI;\DAU(˹dr9")T Dg-@[CV׺-v3bb1Qw:)Q]li* W\ԢGlP-|t[->T9(CxAEZXK 7 +"dFr#` mQnJ4d! PhPn;%<ē;m1… iqFl]_6l hA 1Ex CHA◂h9[0 6 A|/x+b@G1rƸ3kh6&0I.#I >D?SlT8[l =K$%Z0w(8uy!#P+h"& R` 5(░`0e.&Hb@fP<#b 86T ':N,j;w#AO*L D;4#\AMx4n VIC7IE=@-Q |V)6 pM8 (L QSQH)@@6d20MFk5OE` & xVI88 BXOցY.YvP,I.4 <^7>x#0^~V)  cG+asN J4Qe& +ԄlYC[JixHnu( p9 )J ֵ„;57Rcȅ zWRm~Nk+`T 9ff3Ep̟fen J" -;8LNgl QXpC[L+G;8櫎oPMlW2/84 \KI-{J5 Ϡ4ɞdpLWV1P |̠f3`ٷVc("mOg:(Ϗ 趢w.֖*ѓuáVwRa<&(qċ^1"+ͱ}M/b~@RzYdlj) 2p܀/?p4c5}la { Mmo+0}j0tN" Z۶@*`lň&8cg4:(P>ݾ`<7-hi|geߟ> 1P& 71-Pt FUM_2oz[^K X~2Y5V:q=&RY\9 :hq;hM/G-έO=~w{JO|bN(Ai1]Ə|k /f1ZHn>ncآ~ 2S FIvH,6l  `{&ju@(F$ 6āyЭ #q\>!t4rbv@FxBcO`b"a bpV@!<.ɠQZ @ ^@/YPGuFK>KdrB'A -b[a(Q(QۄL@y0`@4Lq.dT@hJJ*6nD"0$HE1 cRPH"  ૄR(MĚJ$ `ώ2Jn`*YHA@+1xrjㆄAвl =+.I1 fS(a6lÌ-B D2nnQ1T$0-mΠ Lmƀ:' DS'pl([5tYL66U.zS*ho-Q99ݠS:r ?R. %E#=@ Γ0R$4' ;o6/k?k'w J!LKo@ai7Bא>+眠 hNd.Ą`dC9;%07qDWH8a@G_T\ FyjT&:k&;]@'a E "Fm8P,Cc8l1aT6l XY|Op 0N#tN1;O£B4R*騫1E)5\btF5T @`4s b ho\U pG>_%"Y SU/6Xu d`ؖ@RM ! >NAL(_%$K@7q& PU`lP8($Ej^o@ . N@s ' P̠ 3 x 3l V↍X@'K`F11U Nr+ra`e)kəY$_KN@(5(hIC94ik"`P*7MdO1EUk٤6^o@(X`X Z=,!wioQ ZpuXu'b.oK6'XsW c Tpbnt'nrYNW:OoOi¹l\6whrQU5k)`QyyuzW n \F #w a``VL Z!|T4Y@ חWp'qN` X7A{a7J7 `% 4w6+ϼ6=Xiq7wuL8jDxvx%U9˲(Tuf n Z9 ` BI5ep" .L 7'ug|a`p2߸ xb AqD٪yPN1 `h%y@vpG\}Sǭ,!ށ+ax97=>ka*Y gg16fˀˠƀbpDa * ɼ~uA hqa` E5gxƠ lk#l:HttCHKC7晞B4# +kA1Zx!y^ a-aYʀX"A @Xt wgsZ ^tPb6LrQךk ꩥZX>ڙO_b;z&ڑ7I)9Z]jY4[d!Fhk4 c)z@ 4 @[s{ .A4uN 0;/hJ՘wr,?n'Ìu|ZzqEuêXgo (@Sv:DRh_xRߺ(dRu,& 4:<[`i06ܘ t / 5׀&X eZf7|S$rJ@`W')yŨ2{]۠m|qo=tAsaA 6: ` !4bG܀UQ?5c6r1d߼N[8RVY7!4EҊ C`ui)-ģv*%]E# 2}9]@@CY;>_ : ;nc{PW (G[@ 0[c~̍u /&tMڄz\孙-+r!}u j6vo;u1]'ׁ'{(4;uh>y:s <1 > ȀG: [ Voo~>>pˆYq/N?aMeXabb![fH&nɝF q'y^rA]3+Z(DZ>A! Vr [ ^/qR: L6Ξ۰P"TN{qd\eΏM ii! ,XC%rp Mhq@,GV;*f͛ ?OF*F 3M#RQuEd%D9xUc_VYJxx8bmԱ uh /d@i\%viT+nLZAVJTZ ?hjXBI$Y %XoRouQƵ50Ps! ( 9D#ps'wixQHI5TMї~NMEw@&K55%Q1IU .V9 X~|Fi]D j2^~5⮆ ZC~ۙcQE!?MTC\QiiC ?<9lD2[[oezZ }QpPEvzFQyL3I^.mL5uӣR }X* lA.B V-ȠVGh!G!jJ(D^Iإk^Rðȕ+ǞldT?+.rGc6D9@F%nUniƼy\5 C9r}FdxEt԰y"SR-1QLN#zIe5Àx*wXuĨ\ ?F tQ!Ȗr,"[@DT/fuR1G!}fdk5nDڤ=lƖ\F&]/5zt8A$;9 ',acD9bx St$4:M]#e;ŀP Pi ʂ )~4$ xl!4ҋ`\+{kEhqL K^(ϊ!MV ,q7w!CWڀG6 pthD""79@Un90Agg MDH`d%&EM)-0MX!WBU?bc$"ySӚ6LjTĚɈB rx-4 *M7=5kJZW.ɫ(N9@_nBPdw*E?Q<L IZ%qbH}D:hJ%4hJhKf+B+!.$ ABtټ hEEda4h#ؐÜ٬>3}iGu *gzrq+"'#T!BP SGȑL6Ft{' S*L1Ze@ʕ# W$ ax9 M50VLZQ25 a^1Imj5uxq7Xo 7{s_;;Oy;i 8:BU$, :jWJfLck_ XDJEa [h"Vej Iʀ4 <!H+.Ebl4pB/ P jٞk3\>/AKU&6ocqʛB18j6'"C`eE$ }kHI=/^ :W*w4!B3| VBTR$d %/5T< ͩ.<6Äqu-Mm.tOb85Ė4-ݘ7ɍcI uH颕u=DP)G]1K?ʼnNɜ.AJR _b`Ux;Uwmr/Dxp4XCM/kRѳX4x 0i,)d5PUH7r7!#q&=M_#W0ì\oW@Iނ:6ew'WǺрdŇFA&f/n6f.i]săzoKntc-Ժ4qJC Rq~m *rdC~#Mu\ +.ORJ]66Qnl`睘6ѠбݞW@!ʲur~ xST,ĉ| 1 b"ԙa.3\{ݱ?9rg oc@86:nƵk)w*_y.eIsЊ8YSs=V#}Ɓы8a/9~pQNw%@@@Ha7Jx!׍HC(uARI¶roHl6xs3m<Pϐz1t_%3ݦiPd0 Gw@ m rSt6}?35^QTm'n~@%nU’K/I<2w%/'aF8xk5Aw@9EyHOQy]vWɎ$llH )XնXA*؏8遏 nk`z(=Wgg9=#i|>rLЙ<1V7l @%`Gر iO'ׅ]gsUi΀(#^3q1%zlVsy(:xCHۆ7։iP"e{ '})jdZtg3Ro),2U#>}/,5@Yv~FE_j)e:{uwNsC' Vܡ'dD]Vr ڡ׀WlGѨ3?!sw:H Icy 20mJt*>@=e Fj8u`5|@iHt-:ơ-aj5_:b`Jw:FtVypjյVWw$(dr9(j(.gixr9:ɜIt_i  iI` W 1 r7|xJӲ]4AeZdhi|9+rpW}Gᓴa[蠳kUzR( AP'd^)"1Qf0sJf*pkD{U!IKqyaxU:ᵾaIx67u)ǜ o{ qm3(uyKĜVjX'wS&k0#CEbWRj0DUS>np O˧wdlP},"jyبS’:*B{(3zG ;pUQtuځF'Ao{Y,۸+aBYRdņ&[LC_%ijd,~{ts7n0l 1Xdkkv' yW!| |x:JX1zp,mXo}i%<~ʂ쉻2a 5CixWLE/Ȉާc:ƬǁBP(xpJpuA[ͻ#L+ɛ|4ȧw3Lɔlػɬz3`x*UwlD|urS˸3؞L un0+]=pJKdxP9Tk΀nȁ͂L89Pl ꌏlԖ| jVCt Y}UQUjoxu2սUZE[El"y/kʄ%3@0|8 R+эg8J)ә㸨 FBIŖ>6`zU ԓ|\5|;fii'5bR2%.j( "KwBQ֕v/j Z~&9x~q溍xޘʡ2݇ ̀+7ރ\= (Q24ٞ=F}fH9:O~5g+ j[[ Q7A*~0`Ax"`&>RvSv'}o0P0Ps/)j&)7jeRzAG)e'ؓWڜ]nh-Ȓ ^& m+; _h"%kmtc`O}}v,[dĔ#6bjĚ^@KN9ȜBZkakʍ 4KSŽZkzMg[C J[ ?2SMQ5m c F纤`ig >>N#~#50@\:&wmݚW'xPd<"WH>(ޏ +PT޼偈U ݋~ak4Uj0؉`CM6js:5b`tv,D3mk7/ 쭬// _k,إ،W!يl5(F= dsk9Ϯi>3斠}V7a#>~Q4H?~9 (M,JYDć>=T(BYGoqf%F|IA'miBh8NAq\lq F 6q:ȅbtabJ>cdH>L I\cI!jҌ1tD-h0Yws &b6뀓!A<0pÇ: B Btۆ,5 pYS:#D,İ cM -=9b>Cm% ;׸q1bEe+Z| jD-Զ`i(Pc\seu8J,7yn(5`#3"pөF9 8VsLC= 9“U#+8:Bngrܱ\()p&?V‘ Sb˦rqT`PrR]ڲ1"UR ". V/L+nDŜ:{€Vւz>XK [3Aj@4 H8P*UG osAZPX#Ղ9p~HA B;`|`Į *䓗BQVBits%Y1Yxk3]/\(63s,Z{zIH6mB@xū!u35`eX-@uw? \%0^()`T^3#K5YaBKX @a2%E,Mo/kgE#m9 W^8qQ:,9~`'x ',#<%D(rP׆ʛ$!BQL)O [*#iWG<_@.D G,dLx-;/YG>D7t;Bp:&7*z##90!88 h2C胘&2@Rd+Tڨ3<|6ٝӣ =>Ӷس#zt K&b;g>v"*%H-h6x|BA+=Ѓ=8EDkA/6#:98(A0ch983<50* ?;C5Oɼ:@ 9T񹕚?@@@s =/&\g84i&;"D!8>DL2(R4=DXED=p=)Aƅ{&T^L?Q@PEBr 0H鉝2|/SYÊs03f (CCBDG<3cGALj>S3C۩梅JK\M|WtH2 =HT>X#|1]t:9&p# SEiZeI\]̀U_16 c*8YB& ghVk2ck=%74JV۱P %=r`r:@KJPeX/((Pg/FvHfa/$/0N1Nn\(IT{F\Buވ@=A ŝTY1;|J&Z79D%͎:˩mZ HmAmd9Éj#0%0(u>qm/ =X 6x2AE(9 '%&8b4@h9.""^L1cc¶/b>-s>AbD63Zo -D=kFhkpG zJD _ #7E( H0m%pG2R ؅>+E5/h$ׁ&p,?k9+,r/e;inb.fv Ad7]soN-4*s;ڵ#$pNt]t9ht\mJwWU2p~7a@ ?e'R7E6Xs*2}kɃJxup(`vF6^Vnf_hvoc3͢fZ)r`FeGp74p `ws-tOtp>G48)@{wz/(5@~'zNS@n;&UBye6(x&'2[C#u'y/ V AJo &`yN!JG<ǨnoO4 qQ vA$Awgw,wwX0qRJ/55 1=_.M{Hx>yx{[h\/VxEH^0_/ya/%~ 7nംʕֳZ=CL!Dk90FgL\]۴)S1dieK33Ĺ e.${FO>GJТŅ4:.UbH&>w|=bEl#eE$h\?i%#FXY/e Jf )2 cr -o g.A{m\(R:uްƫ-i(YPٲeΟ@%J,X+V)88xi 'vq +aE'&TH߸cI(UY̗*SJ;uPR#R$%2RDpQU%f&w|ecVYiՇ[qɵh/ F_Hф_.eDQR "$#$A5`fu RHiu(Z ?1[AaToy|uqN]gu 9ߍSA!UC2^P|ZC;t})az'M3D8jSYUTmV\#(YZ[5uH]3FacHtF"I ? -ً{1e"X1jB ZQ[mNknj6¦pogqr"\u뉝qGwgBN pT ayW4jIYʩȚvpͧNC);G&U*ʈ # UXuaW 7hk[oHFuK l #J"5f;}<=wM9U^y ûo)斦o4ܾhQgulvp% 7^T+J(w/hA7}'Yʹ4$EU\DPRsAXɪ3!ޚ뉷",u4]rzME:$@<%j`=\wRn?vX٭yio;!ŽqI 2"&){me 3lP+"rRR%*Y$Տ~6[v>Mty(:؊BltXW*۽ {jY*!_x~FPgS(A 0{㒏-vWte/{Sw`D1|kO}Cm-H yxݺjXòe' } fB]yE%ؗ3qXi@=^B<(iVɑրNhFnVtvIu^Xȕ1ߖE ٠yנAթYACe]N݌qȆP -V 4X5BсFnoA( ~,`e}A m@ʼnh0 x` "lAVJH┡uPѵ`& B] vYڙM_U(f6aUYUh9ݝ,]#ۉ4),^4!uȡ!B e\T\B* Iv `&.ݟ&_(*A$! )PBT̎,bh,"`).XW}t!#%x\A\mF!4Jn#5$L^5Z5^\IVT:;YMb,&9۳UrY-d$A_UYH]Z6!pDJ"-)Xaq H~]A`"bЁ"YPd$eZ2&4 #A]ARUTHSRn*!D2,B$u%V]( 'VblUs6gnVDg#H'͑ (w~HZ`&aTG3c6J{!e)^c7~&hЄ>aYc. XA%h)[N$-^)bit2'/) (\ʊVnuj$(_j_(jr%g h46&d`dZȀ `a~Bh„B)8fS;E2ہ f߮CnD2iI'^bpE6Fs)HJ.9iw~'y6`ib绾b ܀qp (<]*Z)(4(Vi[vsj2Ԏi_%)݀.y)iƆʲew*x&2*XB>k{km"4^6 !ab<Lt$[%", c=2l:,NV,Wm.[)j.'zdN+\>^j' >&+-J"Rc,,:-&n)c(tHtt-2( _ni_%-W ɦ,ծ,2kn^&j * 8{+JnB¡j6P@~.jUf>~m~Hl,oN^Rp*o-bpRNE%@ fjp0ʰ@/԰c6Hby/ۯu/Zb%:e &jb /GMvޭC/.,^+h؅TX:kq>qn.e0NÒôRxeRt#?j-"*>Z?q/"8'Z"PqCkrVݒl}oVr؞?:Nø6f+ O 1opڑ!U4kg)$K$)%j;1&#/n2G!'O/IL'=WEcs?T0.@ / t s0152H@GH ' oJ[E[@`4#Ku zm6ǓOe74&&9{Emg2I\s*r(*{p=_AbO2a?@`=c'{F.L642 @CS SF2*9i3"jYn|^e.1[grKo2^t\#(w *M'uѲM%6aӲO>P@wotd 07UU'3!>~ٙi8د[!:Px1jslvI^%:Cjq̢kt$<NibrWA0'wRBWBq_A/ucsw02 o/(6kHC;f2rK)s+F-#%*SWTbbY{2'OjK6`o7{.7z2l%٠w[:|zm ҇s[//Iݳeĩ+[ۭqÇo{Wz~Pp;~{ 0㵡g*"LfO5gt죵=47N7hl/}l{ٮn_]>ԏnqDB==YtDQǟs㲣uC*h4=;.^w 璸 DD9␶U+DAt[mŏ9t2YO=>@\y-:R &L̀b #0~0bF?zaAI HTr@KP'jw9r4niN+w\St螡kZ8V}gW46XeɚQ[o"|;mvjʫw&F}ҭTҴ—2JZLGޱ&OyZ=j9n g;h׊ oMq6DMtqn'\9-eƔyۇڬ9t4ד.mZZRZ'juP >Wiv-kzp2{.#~/z.² в7{p2* h+ :(`{L|zJ"n8^Rn9"m));숪B(j/-²-ӯ30J.,Ptѥ:#z,@J.ZcM,[Ԉ#J;Fl\ Gt\ni'3O<#B;&jVFJ2(*2U쒽X3LͿ+,AaHLbZkuS[=?{B JͰX!!z""7J]W$6S>#G jmdZ2IaCV2Zo]عs+F56W1{t%fl6O.mA -H54Q׽h\iOJ{57~Gҧ$SaĞxy-L%WBNK8qӆj_eAvô-A:j0"ȸj! pBBp ڀ/ +XA]vS nA;1&3 Q8 RAc9 ?<ꋌBgD<5쭑S^>YP ' pDhH6z`v 3@##̠Br 5tMgpb'N1[+ZAVTچo1 tٴ:=At'kPLL.'h`jT`FƠb?20+f6#8}Ùً o8gt쮁Š=F7$vkȇòn[ ({f^Cx"8cpV] P I-\`67bf aYrP̠ Z(a5ae | "a;v~(F_cRsӁ0Ry $0ZB'LTW"=v9oyU˾?WǪܝ d~40 XijB+rZB`,0VA5[ "RO0mP;5`6S(Z" d(P@`#r@*nt`E7l{mevCxmaMr>t2 0Ip PqJ7gdN+Ӆ vgip&!w`pzT3{7>%i*ib,G0XGPՀl0-`SB}ts0O9N'$(ti2pe#F:L>m 7M|L8P Pcpea_[}e<]w\2)eꗆtWb++s0>s FZBpv|y+B}s"0ASM$JZj*$bOP(6z@0qhЂgE[/0 SO10UW .mfM t&uBFȄ CEA8e(/V<0C2IJyA5s9)hXhk`25H05p4aPvl 30rp?t|`*RjԑCNB2CJ}PckL42#(,-SE/+  OSOfOn0a&F ЅKx@o@;TVp8XLyWXg61aW'Ǖw$`+?dx$*[(|}p4Gp,z56?A$тn:ƅ:oPECS{qK0o!'& T@F㒫fYp{s2*-n 3~pH9JII~oQFw1hs).P\+n)h#(y0n#bS&m) tZT`\8#P5 o 12 `9yL١M aF (JLѸI=b(UVEɩʼn`jWR9vGwFpd *KHJ !(p!yG[06œvZYFpVV[o6:T*> "TI n`.+l Hj. sp:=R@"+]H,zk3Z:jYȣYF@87`ҹM5 /q: 0 Hw5|L}@yy@ު9yj$ 3JJ-Hn@8SEE60~JY`op&MaZ+@Vq /fg:t } 3ʪJ8NOW}՜䲹:' ` 7= p`Tj`PJ[+4@5p=ۢ:5%C1r`y@|:0{ 6E@D`qLp{Hpоu y' [M08e@ 3Sˢx AqUld%#k*SF9~KP2A!#´KC>¨:@0<Eն>L8OÆ$1Жl@y/v0J[C ,v[J\0@NC'c,ru{1 :QWՒtM8VP`g- ˱12>E! ^Oٹog)EwM`+ xʩW,p+@/R,}!'`! @w0<:b  MX#r3s@;",-qCU#m@E JP`{Ҍ:Z2b-(@KSf9-e +t| Aܕ̷'*Zc&EN|L`ؔ,,&0KXp$\/1ҩw*U(T18`( 4!iF-[ 7#l y<#NN`K̮Όl\c#M0: : /~@XM6ױO@MRqs2* o <:BP`MHF湟#!|'UGMM0~3N 9.<:4ކF@aaLH|#E7R}@JC0knDŽ:<=3>#_C-Pnx C *GɇM[߇:.x0ZMGLg)CCP0q= MFٖldm;O*/0ST>NNgo~hpJY: ۱;QƮ7Ly~3A,oԭ<S0>8-@sh :P{D`d ՠϳmY.%, . KPy\<[V@ǔ }]hx nЫ#PT=WQ3R=OU Q _ a2i#>_Pgryh0Y: P~8`Ry@l^_} b8'tbNIBNCUݵnh@̬|Nv^%*zCOpx01#F  nym M"L%^& .PX7C7x{{@ _pfֈ$YSO܁dE T @:0rsk|cAGZpc0~0T84B1άh7C4 .@T[P {5jhq(9T,M x͛> ͅUҔY9%_Bcbϡ@v9s A%ZԨ)`i/QDA2IWRk$.VpIaԶ-!Bu$B Ed 3@~(2,y4sʼn "<ـ3shlj +8#-l #FZj&O>5^xc7Esi[(Ō!6 ٢A?C|C˛:|C5:[H;kŪ&okiƐHФa%ii1b Cxe!BiJJ0(J)/@j+*R\$#b rH/5 "H!H.z A(Rb&᠂XNPA+S6fS(5-rH(56Û^!D8^5-ۢ!:;B0XD;P{A… <7{ 9H>6Zx6)nࠚVuQDV<,%n¡6#Cc5XBJ*zŬ c[<dl$ruQGHx5!J(!zA>tx thB9D7x)57<7[ >`Ԧ;Pю63 )Xh5lrh'\j*BxPCjdZzn0]=C?(L(c{Y.)Z/MJ=vv̱DwwH/a#H !sb (n3)$ @ Q6݌6`CSm7oSz 7P"ܼ @!=js`8_#'pX xΐB"Kbu$V×2D&6P&m(ʆ֡ Zn ܼrme[Ch."Gq]ː^ @.3`+@ =:G T:0?AID`a jP- P&o`~P98yAt<o Wa'X4sU8l J*_0'2 S*p(Ki SLa,ѵŭ̓e/>h..p y4 KA gP9!9 k \?E%i u`"Hjx:Kjb@!>8 @e<,#ho⩈-<81*0$0HHPL?Kha?@@!>i)@U2K)lS+e9m*/`.KGSf0qUH&8gB3 f:[μG?9͉ J`T:aNCX"nP#g 0( n靜&z<DTM(Ļ|ӦǐO8_5`P *-%C` Zy&(-u)PʠӕeSԹ] Fj[[M5VͪV:@{gz@5!1BBzk 8\D lWCD~ a A>l~NS@m O  P;~hF[w CۂD7c Òxk݊B ;7g8i~b6eR\iM/bvAenTUabzFs B<|p&aBp{˹C 5 Ć+0(gu;Aaa/R[hP!!"I`4ᭅ!1Eʇn[AAb4m{S|AY<QkFBmA+M.2/˰K‘a3ᠡN2T  I S4p!1 IpB hpb$okX#Ж@9h>XbsC*u$āX}qJ,Z):¾6D0, nlkabHsM[B;,Ð2!e@V] LFJږ* 2mk%}yUu<r?wWyD Nwwە!b P r4 >K )>U\*@< yyd>kdb^g0-K#>]d{ls o-Duc`CŎC# r03Y0Q;}~[|C$ A:0;SCi9p" 4jJx5H:y A$)Bh91ҩ#z| ="'a+:%4>dȐX"%>$0 :2 :>%DB6|uy[3Г`7K*N{ʫCs K0;Q队@`=<p:HI "`@rH%8OX%c={kQ)حõꎚ⽟ƒ3X%|EXAZ#*) [E&b0­,Bd*,Q<ɀ4[36 "+&aww0kC+sH s}9`aG1' ?0=qZ&B<)ZA25Sd9?`şH"ɑHAaq$zEtElI*0;"E_̠/<! a;>.,LeĪC'wy!J XjT-춥opJKH(v"=;a@)LF{BY'ȕ)A1ף`._H ú+ELYEp%ʹLH?AÊA%2MԬ1tsM%Ԡ< =LsH&䤡F8Ћq!JƤ*w`C3+dZ7D'3xp#ڐA,A # $Hqqt9@^{>mP9P P EPPtALA #ɝ/؊kmb%e1p& Hx ȀS9 re\&Uʬڃ?*",#1*0!p(zK i12r3X*A0̴1|tX )%dş7EmTF}TGP9DȻTL%MZ$/XR5)@ ZQ,Hx-^ P73t,N܃P6'*ͳ=۳Cu'B 1)`KD<(ay3=dD8jP,,1#SB@r9=&5+Gp^i;bEP 7FE؃]TłTʊIUTuJuԏd/H( Ua!UJSl4xUM=bt!(0yB)-܈eFUT]\IUTť؍EM?Hދ& U@HSU(`/0Q>;4AV;X+]ݵ,@ 7R"%o]oكMBGxxT>0X-\69ȃFTH}E>UEPYp 0))QeQmŭaV|$©@hD`DM` FF?@Q:2a 'Ns^-G 륂:~Xk3uaݙ-1ޫ*( ۘ;&95HUL CF[]EH`J>d D_Ca)R[fa x(1 aXeU)m*2'tUD5-:JhJii.+.:؂+f^ 4 4n_ NRCH;C3D %S&zMu,j$;PDEHNdDN`N9>dhPj&,PFQ.eS 0a&)H صqž U'H+g.caZx**`+&聮v+fk 4c]%%>=tL^P:3Lq`D'609Rd Ma The:=UFPlP芞h>i%FiC"`V,Hj@(嚦*) U&i'e *PEU'օxZjgn]bb'(Ȃ^v.n|>q"6q/qoqgKK?bMjЀmr"'irX>n:lnRՁN.nng1o]\ k\fFoNj(/L::2Ԫ>$r'G-t( 05 ٟ}H = qɼO_EXuUWuuUq4u('  h r!rYd(mn"nΠnFP%^\ qn2o3\ȅMwjzwVr> 1k݃ HD3@UY-A9xܡ̌Dlѥ ӗ3L}A9 XuOX_qqu]Gb^o1'Xv0v7`؄o%ԙ^ (ރ]52v ؀ku_oq/u'wM]vvj_ؐ)Z bs vBtx1(bWU'7⇲OK)zxnđAmL" 1yuYYu9@brWXȄk~z\/ь-pi hb{?߄bxww{o~7{q/ob~O\@n')Rf/Q, 2dʔ!C SQN!@g,q -CظgH(.8h-ZؼQH02Z̼1T觟3A &2{"QMBE & @j\ 6P[mʭx 9hBE c&*p@.gv:8Ht3gTHE .޼nΙ2N@˖/o9 bhL$DCSL)I$b (_YRR!?~8qb C@X>1*(NMTWQfĔ!j'BYQDe ?Ԓ"buF!ZZa"r^oEmB8p@c=F,,;hYgLCIqjgUluK rSgrU'`%mҜu=] &t (MGzz!uq_!ǂpC|%GB MHD egTRLkY1NDh 5 A`-G"K_ny($\n;`sƤ'@c}\sqOl,9#@ F$%Jz k^")'pƵ`rHRpTkZShh nJ Z! VA R50F|B,>)O\޲EE!"`(0c8Q{$:4IA FPXpj7Ntҵk;'*`ؔD<4Y?M<@@p DHnai%u \F%u+yCBI*i"ԾWxd(}A<@ lTPq&Pӵ@gBP`r4q;8#O;@t*qHn leD9Z'صT: UwR"dKҌf&q a CCkblaomG.tFtOB "aF68Nx di2)/эu!;W}t|WVW-@䢴`fD-eN.tQ.pe-|?(G-qؿvwG%vYRd p2k0 VURa$~ DA t$Iwb u*ŶxPZZ=b bCu@5wF-r9vb\/ޓ $hB?2;(1`(2  "Pjtrp@,K( =9|?) KPXEJFT$KUTKM$BM"ER]t@>Վ Ꞟ[K&BЂ0B|[ Ս6@\QuNU9[`DN _c0FaXdYSF^lHmIkjYKMJEY`UK΋Zl ,`@' $el140X0iùUmQSY_cY6(4P_A܍,&͘H Nq"4 pRHTH߭ ja^8 J¯ZK9!푀e#;ޟ$ ւ0 B"Q "uǘbY):Y)+cMHhbݭ~ KřaIA ! ÄLTHP9O:%T>S!!\T4 "G$;;$򎕼C%AA$Be([Id%!aceS-2 0  @ hA[2Ō} KVH|-O&4TM9A9TnO%if:!9 I<;ȃ;<̃<,gĭINxXش1ҁ O\ ,(Äޡj`\h& +nZ-Ϋf-n|m.t>bC,,Z@4̀AfgvBv[1-t,=c .n*!kAKSPEg%!v$\꥞ӞΜj.n--H+Ё0rL-"؀\|'f @Mn]r%=h ^ց`kŖ| Ҵ"n!:^+* "2 '0~-"m0A\#j b$dfׅnw^/5Ц DU on.=*0g1)nJ@l%LVh̟ڀ+\Rl _ 37<e$ yJl& }vM_.̘&&@ ڴk enhBݤeh6*wSlHPA8AXU+<1*m @l"ԭAJ0l&.%4Nut*w2,J@Fȁ~$g O/l eY5>1laàM*݂ lk*9H̲tBٞb9,WĆ1Oo7_[4t9z ! )/ @"A c 8@uP7sj6S^(uMGB72i>-QnuTcmUr'tlipұ]%`ԍs& 4F$J]-T. kM+k ֟°ԀfH@qիOLHh; Ju dVlvW'q!.CCw1PG&4_Ul Ѐ A"5zG;e8i)`gw <a&|baaMB LP&"m&+%595jCFu' ט$ȅ)-xm۶ǟn) tG m!írY"lbU/(1Q7[4Hj7Ot64A-r,¢MH,K`Қf LZvS;!vjw̹ab*9hA-)5GXOJ^tBwdl&`hXUAāsl^(B_.l`x7#-@.`y[I>5@~-,!y+jH 9Ɲv:~On*!ܴ芮)3 ڐm%0hvp (hTAs\q06 hC:v@.H&h[]Ybo:%44#I)޽v @ 4Syj~ %0D})Æ {k<{+;X mM8A X; |X \p\™٭1_C2s76plv{v@.\#h0 wQzVF"ީsÈͮRk Akvhjo+Q6DLK7V[YB\s]{Y]S29=kAQI[b3hbX&L#v8яȿ@%g.hvK 3;+!!O߿AC:1lz,>oʹ<8E~ m@N"Ĝ-lB,7J`(rh6pVL'#I4yeJ+Yti@gܸq400@@ 0l`Z( EuA ʴyzE}f R}GBP c>uq㦬Bs A;2ȓ 9RY2#lشyR$B BX Ǐ@*PP2,[K!NHrnC㵐^VO)zv'?]YFMӪdBj@H e?xʘY0Sg3> 4!jX!B«C0  B KA˴8b63K !d4lkh<5 `PXdJ9L o+ 9^0?@uaL24d%/!1#bMci54Fyt?4"G(AnȲcq .1@.h-W &|B @ CГK)3؆~ Ch!vȑPB U ~``b$")q4i@I_)S2(fŘ(9MiYT`7gP;MO@p@R ~ 1J7,)-GhA\z[`k!ψU0C!+GnCq8<|~ Pz_ Iˌ |gtX#5 `-]Ө$':P ahbi&xp5 =?!<A fP{)Y&E @4l[F̛3(B".a&`UeV < Ze+unt9Em"JQ3,HA7U}AM`fs+Z4w <9H? Cңs[xDz;,%PN@{ٍ/|{]` dKʪPR=YlzwTȡB,GʣRHA92f`js+Z rCL`@"Fg9辍`Ш-ءbOfρlqXEo +~rr0 .P $bg iNJPO4p+>0Dv &&h pdj N#! kbT :di ؼ*R^/ ̚` 8 od 4 (.GsDOv&YEp" ujTf@];tAh& a` \` @ ~`?H* `?&~` $O$]e@~>LQzDr̤` AdND /UGd''0F Do`# 3p\oh(K>L*a@8f`   !à !Z  b s "IF#K+*j.dQ`` !ǒ%3&rU4zr n4Q @ a!Do)qg)#Pgi++_BfkĒȲ,Q`-aB ɠ .r JOox>#1$s1YFL#f"3&C <Aqfh!I%"7xñp*20

Lja.a,Q1-@Ben @ʠ !`Pmz5PF^Ef /h  B4>#3& ?T#(3A 44'`H($ MBps:#D%ۂ9z8sftF^4KbT=hA @GSPH5HT* Sj}! \ Yc뙯f'tih%yBuCIᦞrHx+hö6xl_kwF3Au {O{8@Psy@Ae7E4J ЁQV]K=[`/ď_^s r{^@v<){HBM$@3]NWVVGz9'r^DWuHWӰWIW=1S{t_7uQ&{g*P|Qehp38C#;azh1Ea_} }{~pLUS7f~xD#1TEx5@}[hcIqrrL?a]fxG}X7GzHuzֈ0!m}H)uC`e`E!UWpl32>#}ep'licԅ}p?1Gvd?oG0O@rhg@u&{ިNWQgG{$2L 3b8TovcRؕ:DKGpP/GLVy 0,j= 6!|9[f5ZAՂcTzc8wanG z)^ux9cW1Ht>IXXꘔIv;0\|9i38Yh&[&Yybp#5u~5q~pg[, UGFUrH9ETFhytq(t^QWJG) nDn9BUnd!4@-h z|kWZ<m&x !?L qF\q&@vi񇑶q6jj:*Zz B@V&!@ɤ1Y984Ytzu_HJX^ f{\'t,*Ț xZS,Z'aג/YfNZ(8C1l& GIBḥ +:2b÷3#vh𬉆vg70(I;4㰘y 5tvH&`Y+;sz;ƬhGCoy*a7mF<;yCApUɣ~#E5!@fp[]rPSXXk]bk)2c^pQ Az9WX5!`knII8ZjB,++jWRAB?;K й@lpc`&d5* pYc}P>$V[KV1Vg A^x8ٰ8{bø:;ֻ@i)dI!Dg]:;"k!*(绬V@"1{7@a9˳[Vpk8ek[aLҴvL7,L  S令Z/9lr)L,,_72Atw{ԥ]Pd: 8D,F #K KB3踜(j:ŖUhSnNu@0r[OaT} L]qmsܰ+zI')?IТʘ`ګJ ʙ뎳\+* g[9<ڊ<;y %+i m NgzVhxtERn>h7C~sAW3.AxuW됙(XXRРi*5| -*h;*l| oت+ ˿'؈M/+ 5-:RTP?\n~'N܌o>0# ȁ/&ؑN^?wlAYM1uW a-ջc) Ç];9Ycv$! @ [ґމk.,x!r0TQٰRngkܥMqnr"|^V%մ l.lm IЍam-ւHu[˭֭[p-*x!! HCfWEqމ&kR6RA]SN`x$,'B͵ Y[qrrH@l0P-0.{xP =i+h 7lR=JQ7hJV9R3Z]o bm]йU$6,pR?5K ,P f1Y\')% (S](.T(_NJAACJhQPB-{ۥ ,  ,$FYp!hR9avsU Je] .c.fcNm,F0+P Z k(b0H~U]Xt{XA9dBQn\Jx$锵J?5n?60/c<yed+T <4[\'QPg@=BzCE'6G:fdxCEm>aO7ܟWu2oݺ˕pae?"x XK}NZOrvM 7ga8wOeQ00,]N_&npi߱Xf1@tj9[ڵb2e:+N,iӵ 6% eFYə \|iSkrEl3&όrŅδK=>V`rH!\2D6jZB ^zuˑ#BkAK.]B=' ~@㇛Bdg4Y„?|!ȏcҥ*TN7n2Dl ޽Ù<hPUJ 7X;K/ < z8e0K`?% Q2g=!L?"59Bf0,nqo;_T&3QMwsD'}qAׯulsy0bzԣ9RaI=&x$3٧bUV2MWm2v$̋[+<$*w]{8#) B ?eXt,f!j3dtA!>p9 Rsp6&L yqf)sN3̹63AI,&ϵa1TODdQɦ44*/CT'Q~f'#"QntWRJ*5LyXS ٴYR0E= K"117>_@- Fs>8S+8^FI^8Ȉ<'>9#@t%栢7d'{4\@h`@Hh!CH-D?شBjBNHDmGBL c*pKlVժݒN2u׾z6;஢E|+yY@^c[C1\fMV^h2vV9]mtK%^za-0&>C<ܬR*oa qRhE7o+>m 9wcN{ԉi<9ө]$9>vtT@1r0/ XWvl"ޟD>@T CSYrUG௚76 uD!^ڍ` ŝ)؂:9ArKBP*$\¼8K?##BsFR3$?^DdSDÜNҫj@8:6A /=; D0p(.@.PDK4LTN|y P J4'XH?x!)VW,"\E@n*51B5i?稄842<îd ɴEa\/'c+bͫlΉ zP)sKZl !oC()04RG|}S((>q>l[3)\ȊATt[\H$KŬ۪2V !;'] yI<;j2d@řĔJơ/iz(sm;o{G{CAzJ|4,0@V0?BSzKdH\Kq)[ L(8c\+i@IcD7?)켌Q+õ Ch ~:e{ Yʅ$Jh:4D¶+|D(/@Q-|4$D;Ӻ2#X# @˰%HS4?0 ]&0E)B #,@L:*ŌB 9˟uC٫) ;ZռʹL- h6ӻPԁڼ !7:P:D#G{G:%(| *44*Ap'p*p"'>pU)[UŌ#Ia9!2b% d.I[xƜCBR6:ub$rM8,KZ=A-Wl;W9Eh0xuFmTG=GT52x5Wɷ\A >m%X*LS> T )p\XnE*q<ƒ\mce$7LyC26Laƛ#XxXXpp^ULqP\/ VW1DPW]$Zu\G|5 K0Ka^lȀ(70%݂XMJRp%UU Vrz\E<ɭefYS֍زD n$p( p< r #W>u `z]]iװ,6] 5`:밷^ԠE6&Ё^(4E"\J;%(N_pb?aO0\^6NX]u49 )vw~DRP%DXP=%G]] [)&, NeEHVnP;eI\ظi]ebߗ$4-Yʖf1i.-FgQi"ǫpepJ*]%004dwU22 0!`0~MqIմ>XX)xk*`>2(ֱSd?e~$0GenoCiAܞ؈~9(^iЎl.H( %ǩVsVW;HgB~f "[R8nt7hː(%İK醂nTnkro)DV6"={+Do^݁0_N(l6sl.s2VQAچr 烢.(1};9;m/=^IpSr8 \<`jע&IZqN(XHeHEhnn6NrӸ V.Z(-7+'*_rVorecWFplaogh.zKZ^Z jԮ$ @ g^H܍%Xd IPP ha^!\Mǥq^(84@hSkVpuc.`$~V(+ur+haW*=ӀLk &yaovQskmH8Rs:O,3#z,qm d 3 d=0HY IJ@ģ0 :tw-qnoC61OrW_ƔY]o5ZxVuyOlwI yhy$yN '1{:WBDUgumw!%2"ᡄ!TRHoF}ZGD~gVB 00C3l@F|u0U`MH"ndV}j)aZku8QF|h"(`-X9VEkg(h Ki!G$֚:#P BW\ e9Is UDԙ*a5, R!}Q5 C J(3ZB0\3|ʯH!E=Pz:YHAŨ1r!EsW]$`+Z0:ʘϓhł+ci-BnLFdBCWMsLȘy]HsiHmțh)RyQ> %  r(PTY/fT]5].5)A3SIs4 +h qr%G-pW.BbƼҽ54;]\q)WGl&܁eTG x_x T"h5 ׿))9lvP^媼/t`E`TBnw*W"MxWRoxcWy9<ЁaĜ聩щvuM0%&h*0F)_ F3!7Qr 5wa~OS@`\<^&aѬ"yRH/- ¤0Hqp8R8=? X^Su!.jIFcFt( 2#gp8 pCX9spL(4*B 8!:N T8cn2S8IňFlZ,Дhzh)#&Qt4M'ƈ\A = g*H-r'l'l~QR)GosAb&@'@, 4V@ Z(t<^zΖ|bKZ%G;KZlbQ &mmkٚ3;oKD[I^N3-Ġ.5-RM0x*o{Tߞь&-78iou< 01:aU s+AJג a_Z#Zv%(ą r+},(>-+D$ \dJ B:I[ޢq%۪]1rU"O` WA,J$/,FÒCK.lox,e#:ɷrmj%-T Nsjހpw[(R\?yY W)#ع}R;*\v,*$ldKfWKYWӬ +vd/G/a!+m"- SXӢ},XA7@j܂CBφFjd00XZ@yZ^Di~.ur&:S#{m2%Icsui} -["B6%VC Lqw*Mۼ|_g"p"#qMn?;ݷ5w;\3C7=\E1ڤĕ6g\84AFz UA. W{M(lk!m3ސ]8l ؗ-ټ3E/Hd[YM4qOw 89Cf;/o*Cfy˯C_Ծ#4R<=yÝ"ϞWwUҷ H]-B\FB1^XZ-Iyܗ`iV E߹TD]EIE T-]%ҵYWɖW]}5=q-*7 ܁&pC^AA U\Q]! iRtO :A\ f_Dt"*eɴ`D^ ğfbZ)!葘 U).x"ni Xza g09`# [N˨Z`.Tѡ!I1c)[ SFSZ_!JD"_̩l۞Й**Wmbţ<ޣra|!cxg$TA E.""1UWE#53yaEP" Rį)!6 8>8b-gazaכNޛVid(M) *&`وcCէ.6$"]&lơEvfj)zp*]j$-j-j%$G饣#ddڣu*q:' L9|dW"d/9)zvIʲn aiiFDD+%fVU&6a&zd(\֨:FVFcC9|ʧX$aNF*,oljn&!ްJq jjIs kn۬2庱:bfޯ!o PΨj_])Fz-NF|T`|vejkIE۞ 繢m~楘u _+ւ:@0}An)b)+NiEJQqn뱎7Rlc|Lj}V`lJlڡ,frAZa,QJnv.[yrCjC\C=f &CzڮX0xn4!/ McDhF#/j@/B4Y*k 'k~oe)uk^ã Vtm,qDu' u o*[ɱrܹ0 -q8I c[ gaJl13Rv#Pr^Ԛo%2s0r6bF4|s"*\s(KGz[ȩ*SKVDڲGKn;#q` -D܁ 031_/ Kt i:f(fQ"*!7p#;6k%ETc%--flO LXVdE&%;;ps e%")p*=; O?qr@G.;$tAVV;4'+uiOZuS5k5Wm#Sl7{%g,zKkLa {qW^^EE b+;r')Z zHkqQcKiH>7u@S/ 4..s 4/t54DpDf5ru[v0Gs/"tf5H@#6 %q^4::/BT&C_6c[cS^gmImƽ൳r03 n@~3S+ x.//&su)Ox x46;'\y]KFk<j0e{|.CGx}|}Gz-BƼF{wΛz:7ɫZWucl39 qOKs3tKGx2+-5%{>Ã8gnE|(:8g|Gþ aa9sO=@04`A XiKL]"qc\hlȋ'Ty;j2ZLc鎕"En:4FP)&FD4jUW~\?P+vFD8ܹCܸJMӻܴr+:tJVcǍ*'l4,ż7"DϞ;6pB 6$!֭6JC~$6J߿YJ*5qvQ">>F?:}lȾTUb 5 aϦOڴ;n޻{x0aÈ{Lh0KP3 bD ) QK5Fلb,")pi7]LR%㎻v  r"H* !,"Ð 2ŰaÁ Tx0"d$j4#)`>eJ(Q\rF.b6 ̘@e J(Hr O:ENQxF2ӇO#>9JȐ# pSp'E ^ J 7l af :xՐ6px&5AjԼTh OdbDCrI?$H KL D%Sx'$S ՠV29T@Oe=6x@X5qH#yBjP 0&^ -=@ᆌ0Phld CPaY dg(B!ja iGQ.B4)Pr o*9 5І!vts݃!2 vlAWPx xQަFzH7E"KT D1뮼 Q`T$tx$%S̐we0X9!uqH }c 850X lVA Z`/Z Pv% ZrY!iQHÚ4HPqBه"~r# 0< qYjS(>+Ì)@`OB7Wixq z|D{*~_.p0E9T''`@ :eF,v@}]m\A *b*sC7fM0 QCKa4 NpMaFuFIJkK2F4bo 0rf)!=QOӵ|-@ i 4QFA8|zeQ3< (@`Z`&PNLPK=OH nb-HAt; pAT-.kN@ʼOrW p8uЂ` xh*@ 0Z b-7k=r`J)Gfq;9xcF7x` .8H{7̈́:J$P=-j $>aK +РWp#. @&XɭxA$5(Z3zv@q j 'e ~ eFЄ>t1O Af9c=p1b)KxၑG옇FSHhPgz|GV}|| j("{%/l € jуI*i˴ȭN A @ ƀ)pM`."4!0 s`!`}Ij ~lJdPA7Q-j@IVQp>"Y9OU!>~$Ug4PЃ 0C!]ЅE` ʀ8- CxEQV@)(-D0'0 b`ZA07 nM Eӆ.c"3h \+3|Cx{x'bYX7 gx$Zb 2@&ke'2@.l0Y@լ^$Nr+R@IZý@:Bewi!pPF^7l0 SJjqd sj 8aRPnMǻr|^N _#sK!4e#{_H#d#|_3(Lx-PىA# U@h[AR|j 6dWn@A B"ƼnPp 0D.dOT@mzlRPJ]sc*Ȟp9, Ƙe#a='ePnpxӑ5iSB-`sh[Y_ġ-LO-3 q:-X88\ڸasq EE8O$5 ].! 0vk'T8s@ +Vۻ4b}p7D7Y ahw95vx7{癯\|D 9ן%L^5 + i:tEA<| 5qȉpC }!xc :<85;!'8mcpk$0v^TXA5`^o'+vfX ppG5ECCR@09Z(q\GK}NP@Py>UsK?@UdɄ,8 NQu%1u2.P| :X1'T]*x K0 @c`MavSep~aoG`]KvWR3"H@ghCh61l VXPivsvDcHS0w|~MHZaBT9, 'N0dYr9CRi%0wza)ZBqbs?q&(0Ș7f0C@nPhq' Rā%yO0 6]qҰ)W3@5uh$n)׃UWEvGc>]XK4`+D Py/++SNЗq7W81~D}So Nt(DYk9]pR TEW1a9ppOdmVs &*2YZc3{}>xCOWxO#!*)M&C:Lω8kO3O F\T)Vb)Jw3/7n`t#'^P}!BN`}pI )0Yg' aS E$ PO28V[ '`a$gk'. G|5GZ(=o@PL 0w`+Iش>N{O٘P*OBRNsaS/)+RQ#bP>@E н,.^.d:ph|8,(V.\k!>M@h.+#q9 h3Ȝ*K[-9[05@ٱ$ZPfPk'(mrIE$_[^g*1z5 ms/>3vaWk}OVS9^ܫKpRY cj+J sP[kpM0sP06RTmA+&cp$@ ,s=UPyTTT2?VsT M'9Ҩ1/YD-조Mp'J HHAvM`=3J2[_6k*8kowo>:Sjre,Sa@_n-mMG6t=0hpspdhTͥ0G.@AK,ʿ0`Lyp0|mܫR ~ ߃P ZEv]L*.xIK]S .9  葠A?>3PBPX@@CIOR*# o[-ee6c pB٦nVB^!2̮cGej\0dK9cSiFHǣ2ՏX@uVբ|HvPe/БhZiۻe ^}! @rH r#>9Ď-n'< 3LFч1b *>h#9ިbD>>2O-ب8A'h8ڀ_tŁ t0E f\$1BhPI/U$IWUBJR@ lP&mH$7UKnw -5\Sl+2A S5@0Q*DP:dh`D &C`(\ǃ6}`Tb`14.p0!8  b) ΠAI {A DFeOgܓ)T K3)La!'C2դX1y O*D F낫̠8Q7NL"$"B(\ht2yCri[`&31Lkdɱ Ab\#uV)|, KN .̨@@ fP0JX)D%4 MR:BZby8#Fٕ Y氅9>\e8$WN"~ct?_(I(NP%$ꏤ[;ܱ%Ԡv9* lcwc͉1D<&1@*]Hʍ-8B6*2A)cBb>褑;Vrr3*른 x/KI7ñ{qÿ2[&f꿁뿂z/5BT2Xʫ0(x I9\ȍKńED?HJ<@FLFÉJ8$[%N/./¬J 59+WWBzBCʖz&&Ǯ*9q%A``xp# ӌ9x ;#8ƒ $ 3 ȨJ9B1h ͙s,`$٬M6cM$Nl:pEbL44/N*) r 6Oc#Ϟ Z!(Ȋv5xU OG/)6Ϯ;$ BP>#!(:,pKj! fhE"9O@8  $&(2Cx*xED9":kї58ͩA+|Ià a͢# cMVd]c%cER%Mߤ4E!l0(h=Z%-(ȋ 1>m5m 9B$AXE8D>,+"(h1,GFE%f6FȖF}&B ?75b'OPz' 0P[5RZEY[RI]T,= VQfmZe=!8EdMVٔMSEXL3*=r@`V'pՋSߛG6cw)eƤ?KJ`JeMW{!4JB(B"t Bz ءXA\K}X 'Ђ@ؘ3(($1}7@ -[\=$K֤b9m#h^aZR^,M,G:R=8 h'_ * [) RꬋR L4r(ZaK࿵K[4`4GbGJLʤLFth٠KEA{/7`*[`_08e:n[)/׵,Ȃ-.p`aX`ZxZgNOd.dO 9S&8>d%\ JS6 j7ؗVaYFє*$bsu[]‰#$?'FW6 u؅E"=Ĝ9<>XctVg6fca?R:f hHh @'ph<dAvṊkί X*dNd*i&聖dH-隮,΂n6/H}j?qF ۂ'4p9Pف`[C$KZ%%12H>Ws|ks^csMkk]?hЀ0 0 v<úCnNUDHo7? pUFXklv& >qY8φ61FCRq']퓾mgЅ"q]\ȅnim&p*xc@B`o Q @Wgd\1$5N$xVx|EE`mldžvuXY/?b8ٿvb酊G0B,p. Hzk߄bȄP~ٯuٗ}OLL0kjv%wv%zdow%/ $/O{t/*R8- m De 0RĈ1D7 ( C7u '̔)`R)F!lQDR <:}=,x6o$$2RJլZ*ZhQKEf)Npx@-qeU@yTZ.6v8q4~ *Tq8L-vsС}tϪ?gʴ`fܙ0lA8t4%(ʗ+W˗̍O3cƨ!hE .4|h9U8SZڼ14d*+iL45NeO@K1na_IPIUXaV~XcYT8[up^"#;|Z`6`s"oDr(E6tj3,@Vil]z[nLev@ :,sm"fKDlJ!EuDfa PqPGy4HE:@E }Q|!QhSW3ASP{2F 0D2uV![}H HbEY,+Vi5:,;7&`=@(҇D+|4 1hv@O[@N,NI%ƚk6MoFKfl.&uF,QID%Iq`H|E0G rhACgN:yzDDbQS  YIAG+Թ~q&Ap@j1KY #("C1 BX;n}. /VIjw9e ` iDHdG +` '#-0p"?Ĥh!V7ʋADC 4IgANC <@HS!O -LWX`oUH#Pm5'bv}%1L;ƗkЉ[yA7n`F4/ L W)%Ji>QOE-j8@r\L` 0AOip DuLNV3#`6g1xL$) YNv=Tc4EiJMT%m|# 1-k@p) 1 g3ȅ.zP,J IjB/>d)H*.`"pd9p .XK<`LHP T A$U bS!2fTG܅K q8c5:87(FXAӸd&IOԓ|)(GY(]r٤\T< zB#0- .+p% ֓.-&2743+R_ A;HtAbP5h+Cf0EIsLr]J!p)NoS!Tغ@RF,3E1ib-Vl8cVr(qC5@+2cA49To@@?.n1} `[ , &D/zv=azwϭtտ4odh%KOj]2M44a A9uE[oi,`cWny ɝb-@dVv.P4Q!gOs>"qSPaZb ,2 62TԻRU]7&ޣyRhܬ0q"Ȁ@Q[~8a⯝'@,ࠀPT®6jdXd>KV Dw놎@W$㤙 p<4ۉ/̝!w{yz@4.E-< X0 xwt#TC/_Y>Yc=Fg-c!EC1<̃F*!+V =e(W>WΫA#jV,j$ǏN[lAfgC;:09) 0V \i"2$Gr {K$,}1*e8AX+ @'3B,h63V1-C\Bĝ&P-b*un+Y hDԀQ @1۱@@-)j3r . Rj$:&#br! 2T3<ۅƉpA%`{R*;i8ԈY2D '\C-؁&\oXnsE΃:A  垎D1@ ft L7^#ڬ^!sM 6 ڄѫ:Q$;.v݀eAttBم@hQ( 6IC ,GZ&8AhBB0 sH @ D= MC2c%ZM 7c w%EʽGQC5Rp%/ÒdTSi4fh+kaf Yp 4/ 10o.q@ld iL";b#sAٺ^D8"WC eW69+-r2"[cm%DLA 7~Wb;@STwjfd^Z 8~@r3TiXSY29Ђjpx\.$@rۧ5h@Hh;o,SGc|KLN xq%|-294M~OLS$+-: Y@c4nF`I@;̀kn ,tj/y& ܀I][d"*SOa+42QIwcj xL@N7?{7|{z OyLw򞫟XđIY8@p0FAV{t@ Y591&l؇#L/Ɋ`n$98u 4pvJc;9Ls$@L.}+6ĺ_9;۷wzty$@Ñkj3AL5@dFqT*;{"Å988;-B:bP3Zh; 1b@ xDHDQNb@Ա'n؇zeD Ա4<:7s]U[YlA8A=<$ȮA##6H{o}'<{ct[p ,<Ļ/4/Xi 0 D,E e@4Л7nx@-̠:nܘ1C$F (Ȑ!EW<dHc7B7nd7}(*tϢnjcFVƨZl!bjƒHC(R7u  Ϝ-{Ι Ka)b" 1F62 L4Z}"thѣI6}ujիGE #h߸HX\$`0 (t37 AZĨ,ٌ #W-l9 (QB#%?i!?UjTj5 Yj!x@, !dX@(ئ2ˬ \6Dd$-m4ry&j+BiA ~3 ",2BʥrN l©W~0ю% b-|OB)A2h|+(S 3H+BA1,p: ̊>@Dd+qm(3!˂D>qiv쑶L(6ZtĂN!H@a9090O`ϫ " ύ7+j\Zʾ7{Q3Њ^ %C(./.lİ?,uULxgZֹYq=Е|4+4f2HT("t2(R 3w\+A|Tݩ8:])OC*>O?5_ʁ%D0@aM-܋;9B;TUęg8Qelrte+dudMz; XH)(DHΝ%V(j7]#|)7fL=SB6l|Bb;QR=7ݛ :4<D,AUp0#gi+~ ef:c I xT?4(^jCX/KӚE'XjD$Ħ5yY%|ʵ<_+S8J~g5MmB~!`113V܁㐟qY|a\6 Z&AAntG24)fHTd!aJ 2C()uZxN+$$x܀L kd#[~HHc瓠Y~FF%HȤj2 E-(FgҊ0Xݠ|Dt 7`4p'fx$5 +jNEDUg0N=PH,l.^`x@? R|V~FQ+T(AA nK("}Xd$ _9scTF% S΍lDc t ቁ;3R* /rp yI?NMFƒ6Xx(FJ)!!bAThba* ć=앁gLIE(b5XJhUQ %]Q f:T/q"̠s% KTD~L.XBJ⢆j9Ty RaτXKl[1GZHAth"sFSʖ[ )RzG" /򇻔6M ."TEfLl;bfL*}'@V"UrCPl^u&|!R"XZ9Nvt͋ze g$H!,*Axii 0SQ"XP_)`! T]SY0C P[917>"V&ʑ\c(n cw(n0 &A+x{]` QBױ`C.x9gP"ڰ3Qo&RD%o8Xgq3I`ꩲpKC=9/ s E`!N41SюFNJpEMhҎ[n]iD:F&(bz,$W 8 T.Ð=ť…95ЗZ(U*Bx\>(E}PS6*[SnSL잂v}E/{94Ѧ6( ⍥(7((g8]|o}7Uŋp3B4@a$ V$Da `A5@ f0rE(9-$dt] %BW6m`/]L<3f a _H~(l Y>p\ZlMUqlbaw睷Hg\ 3{\!\ @\ L.2%X & F٘OPA@fI٨Πz.lvMnm/ v b@@ pL`U2nEȁ*h.m<AΨ4J d@@@ ` .5 `$E d"h" OX b.\6PϨ zO!R]P궂8 ALRN0x0 ` ćJm#؎!U2gjr؁Ő È\Ì p ݀Pb 1RA +:&2` Rp ` b`K"61"zwf)шNP !Aƒm -RoFnA l),Fߎ2P2anQňŸp#'ƢqM@``<# `R: aj'@P0Z VЮ c`)b+!@!*d&R v/#CS$p1N%SU`r˨OnRe@ p' K )",˜6)QR ^&^bd ,+ ^ZK"$Ϧ N PP L<,Q.2/7j/y"/% RP 2r SC'11 #s2UZ%Q1n !4gDD47!h! X26#l)l),!"b`. ~ZC>&:Q #.P0 ^`<Պ/=o A", 2>3˜F`1S?G$s2 'fR8V>C4sB/T5Y3, < h3D |*#!vA£ZjAL> @%G7o:`TЮ`GY(N.VV7!@4 rDR 3TS13?1 p2(3@ek033ׁ.N;`ATrB3A#4thB7H k~uQk) !`։!S4 Lޠa ̮ 910I V+JG[t`A=%)OjS-$ʹY5%۔%%@紋6-f[5\\Ok h*!u5M A`^Q@ A _يcS$ ;2*e H2Z`E..@dApB eO-ZV03 fL͔Ys?I22P2i 8Ө4bd\j$]i 1JH, ^ P&U[  6mg4 !Pn`n,Hz$^  d4d?"W=ق-bX%v`lJDlvsϔ?'c E4~t[ _vÕ\i4 $tu*!4 oV^'Qw) Rئ.PB@9C|(%XH O'Π.2 pWJ)"QآX@ O1!?&Zu!V,Xuh4Fv1xL.ჱ T r ݺ)׀7Ɩp8v )cJK.Z2nApXo5WL`qXRQ~"dI`:mf02֘2.O '3ӆu!&'ԏ*\ӕx7ExYxq ^Fԅpn"\nMޠR*C&Zn͕I*N<.@ wIjHQ@M;":̙ 8}xJB!P@:`Fbj4˹O7@wH斣,Sђ5D`:y慡d"$0&F.!H:R".H 7G?:-$=mnEj D$p_D+C.Ĥp uUlu! ;38v3x:@ҹ4](^ !n9 - 2,ٟE Z) "aQʃZ;  4}EVW, ` Q&PBz I$bSd%o6r[72[kiDs4/sv ]I5 PjNj@].ˡ4]!T!ta*/BKPŢ</y~/zy ^~vĻ3pڟs _ JA ZZć}{ ڠ%PtI$LD2O|tMk+~>5S&У]dꉺ]v]|wZ5ZO97[ zk6E~,şZSgU}%Qa#JdN?p^^ " BMnlcƌ!?`qaDdP8  8rfᴙ ;,!Gn4ѪU\׮m:@YPhQ5ԩTZmRYB ʹC.v0uEK4s"tqc|g P0ab/#HРA "4P!Bu({Տ6u \Y @PE-~q͛7u m'̔(Mǖ" -`Ĉ ȘjX^@ aea %B(`FtQHLDieK*ɜ6M9:!SvUXcѠTA tL#naqsم yŗCQ 1ax@&ja%)+@iHpTZV~IZTQ fK&T.Br=Ctiы8*衄>hFxH"WIT)Lz\ӀvZW U견-KjV̱Ձc3s%W]GX FldX/xd5÷ ib!~ os6HRy -pC\@6'PQ%9TQR <ЕcSRЂ`%UjJ^TBJ&j\eD$2[hHӋd"y@*"7=Ôz!33Hh{߈ƶ(hޠ x!`psG0P8˛ <з<'Ss;̀0' KE Q >#}47)gk$(($9I$Y"Iv,@!&KIX}J(]3)ʊQ8ݽRg:L"E]e_>,#2se( gjOILFh5 3 h`~($ o' {юb:`"QKXd "4hBЌg M*j E L*;R%LBXV Qj1g-AaX>,ÐbE=*RH32&>̐/2iM+V͠po<:; {%/o"HuP?#P b"i炔4cdUF=yYաL3WRV0 [;Z^DdD"~%8%OoT4 a C 54sIu#4K[ՌT[*]jB U$ }'?dqZ{]^< *wjV$&9(6oM6uFOʬЄ if% ,ȅMkgkL`/$֩ z:ӨƤ^NDИ7ތi-ksLHLdT37{A nD7RfR.DPzZuj^Ka%0ƀ<#(17LJ\~ R&p& >򲠕fWU{4eh I 3a0`K֦g$_ΠDpCitb:xTHZ3j7lxp8F}Pmb7SeJX[Ү6$Ы矃6fE2j~δ3tIMzpAd3W@*OF+YijÕ[fVy"AơHurH9FC#LY@ Pd}ѲXgV=!UEk6~˄':4Z%#Ty~]u=p#$O]crm@.akqU rPz1k:G/sc`^WePmHg mP% P ۠PPUWƷc)u29 ;A gsw6JVRt}+0+"@'KwW~kppZǓ23q>u-{ jjc>jڄkGf0X67EVOrQUMEҀu]DPsDeSf艳wtH {a6Hu9Wws>XQuagD3X}5*ahSh;5eZ _x (}R$VVer`Zv5{w!l9 20'_ "q9Q ͗gCI I(B1w``nwJ*T(CʨZ`gC,(7h8qCI^utG7 MД c=1ch.T5eu/5WڂVeOt^B't'^ٱ'uyf&{cSnr;XpIv<}cIhلI3)ȅp%b"gi6PRz3^ ms7rt8bkl{ikGnCp&(:$+Ǘ2Y /ҷ*whpW;+ Z3ҭƈ3W)=~O5x2 HTku$0ʨj c@kdS6cCk¶ ;E71+v[mGѷ낽'Z#{1%⠲7a粎HH4[6Rꦰ@ۭaC\xtpKw,r"#K<QZiIà`j` @ j^8-Ɩ!z⢈Pde5P mam@CpfKuR9r )+Fv56Z+aX +ڿKKKjCX p~iC<Hr"'lubZ Ӂ !T- ěԩ--W]1 V( }[yÍR+'{bIǑ` +Qڄ"\L\>k`ӿ8;t*k9<]:c0 zǶ,|/uŻ1tg-7@H)t y!R: gXn+DxQ)0럸8swnܺ";<wa46Eb՜S&ls5=8}leUk>} RVVUϳ \_kA|9%aЫ вg'˳SM}b+Vح =p+ͺ<[;S݌fhI ]TqHM[ou^f`Ws  #[98 %{Bg2ղ(` ) ma:ԾK˻^{"+ah,j=C&6? LAL' zg0n-= o[VRnԛ^wEࣝWw!g&RwT*]E1@g]uABؘ +A }5}3;~9p/"Eز:M'{Yۨvc։i})0zcEF\Vr?Ł^m~@x ʓ1|~yՂY۬X_iQ  &Cv^v^܋J3>63y 7a>G~ꝻtxM~]ˡ8hy`>p_VgOj;À;9|)Չۊ8~|/I`Jc7O|­*E= `2pm<4x]^|ꧮWOOf >pcV.,~@-0de~DeY|K< #ml69 9ᬨʮh^<2Z2;?܏ G` .NY蠻 p S 8~aB@Kp5PЀ h$PNhg`e-sZP+K',-0NinDΞ9ӎNͷnNA.ģ/2+|V O+"J3"hw,Ma ma z.6x[wG;㜏6\9tjHFݻ]tMW㦘"d"iGhfFIDM*!*`B1,ւDܢ$ .…,~0 a1b&A~AH ϐ '@M! 6۸7/N3NgJ:<6h#:'"$F*ɣ<`=E h@F[Jh"馜jyW~㒡< ),X*P 2ԂVhB5Q䕮D0\Rx!8,ul:4#5D$I{(W.@r7/ N$LqyNiʡ:8h"&(<<NI@&RCND ^>,uFL}#J@=PԥxATgj4T,KҪ)u9*pZ@xC1?xx#ն")DI@MՄ07`ugkW/.Lz׹㷺Z!&v3` ڎ^ϐv9#tJu 4dPRJf-12T#gLvuhwH+a#dSh!-Z1k @h Z n4qb`!`馀Kwu3x)L|n MA "F(0pa`9@*s SHmLRLn gGd$ A%*/`XD!CG VU{úXdJv F(IY ͮCjJ<# XF܋c &lp"Xfqы@>@}k2-nW8ǿ:H< pO|Pr9 Z\,.c$@D$BMmb]JղBڠK.9ܡ j9ZLB Bfţ,8.FO1GOnDƺ~8aEG :ҙ<p4TY@*%gZIAS>h@%y0' $8Ɉ.) "edvѯdhDb[IB ),Þ" _`€FPq A{824Tm@ܔwSq3E@r#]EF#qkK<5 0dT:Q3;ea7W C "`9" T xWPCpCLo4L?|>Zւ9s1~@14րJomRm4]n3Ωɜ3\4dH{]`=]^9t>UF&̓C(MER fhb-1C`>+xCt!0)״NvVЄ:([\bA ik^Șn5p9<Ǿ ^5@g; TOvrkO`[WG'⩠m~0I(ee EQu_ } ]G9e>(mB D ˊ)|,28Aa~fl:%Ti0n){7׎&N֩,dp QOa^$~dE@8'&3WQr9*/vĞ02AkX)4A 84g=1V7N)ԡ.k ~AC>φ5ކ/k|~ӗǭx[) ZV} j/g!HF ̋^TdPm-A"*~C񒗧;x:2SwhY* aO'(KX \3`pTd3lc/!9AZXU$cS좧Ӯ{Ack Q+6a$kٓ(P7 rS3:_0>+>[=A:*P7x>??h>i?0s;.;Kڠ "#'} z۪'*k25, \( 3jq={rȽH:q4(02 ,拂3hB4 >7?8)@E*0?;Exc HmPڨBhը N/@6%d#LN^/5X[AG^{0øۻX!/R, {b*)@@>+,.b0n/\Vf êI3P4&!2=H:V/xIC=`iZ TǓvW=#8E". ~dR(OLe4 #ho! 6XX[ނ*bu./Ƹb6f_b\:Yf_hignc=:~jG`]Y@ꤽcZӉ/. d=eC#gfdh܃|~kaRH0DD:G @KkHdư XM3@"΃<؛L.VVIyB1?3i\̖mϕ)/ j Nm fli$ ܤiqpg-ƂEG·boq0x\*ζbm-ߔ6×Z5ZSL9F3̮&cjFn\/֖fr/q3؞ljr4 ƶ1y惬[vyίkPpn&醃V@iNHp_Xտ?@@<,Ph|o$Ǯo#coP̔6L8EXxM: p2 6&/Z͒6.vm78qE=⻤<,^( kGXsLq7fkW7Ђ 1"e9L48O%>HX"q?-_iꛖr0?ZhY4^IBn C=dHoeІ"va6f{*]vn[r/1/rovz?͓j%R @?yy];7w@A$lCqfoy9XdE&^DNK>ۀ-tJp즞,papXU[u?EPC yŽuagy1?Ǧof%hs1_})|0's_ϟz ԝ+PYDWs6}|}L:wmy>({ ~V[HLPnYU((8G\gpg5cyGܸqN+ {pÈ pcD.<^UKIb&Jr%˖'upMZ6IG.id"J*5wN3R%F4iG+V9rW[G>"*[ڲ-H#Ai sWУHRc H0| FQA=$YBu޼q /:o9z *PPg}Ƀ]m7omz'|W B >Ts8! (Lr=|V+fLLB=&I 5Μ;s QEk RM=Tw`UG`UVY1V|њZiR\pEIu $* 5 Qci Qهi/QA![H цV[o[6pw9A-5DkJ4kBv"EńL'{wW}7ѷQ~ M=c|pwSN=ET ^U~|G]lEbj+oĚ.ւlهu`#eX!? EFE1Z!@yH"MGEy饘ǕI#1Gݚ])5 Ӹѝ@ %s1LLO\S})o= ^B`SmU_YZFY⨡muFfh?DACPtg-|Bg%;laFura~elptg/QYm!,!|;Ϲ]e $PAUbD!w}QD< hFբgy}R'C4SOχJ0М,i"PQ`V岅8BֻZs EPC %;0[NklZh"ٴGfo e#k \{nmȝ1ŔrLM'"tE:#`sEx2g`z0gTsK:сK*5 Ld ]"6fRc#fHCJ1!@. 1 AE#- "+y&lZeb-zVrO]_/ᜃxNt>8:0?%Ƞ2Mզv-LD5!>ew6!6PyK\ ,F%-kYK$634"?,Wp9Y1; 6of\’6Fo_rS/ ntA緾)ő =(s䉿:W*Br;שPvCs1*⋁pѣ)n8d/`XòFl >:!rF$i,ciRʲJ76ʃDTU X/1 jܮIlLfڭ8.F %GSiUm'VN`W*׮~ПTTA*&IMnJ9h"ۈ@2lJ0!,ϕClIYҲo{YZJ#ldC@LpbӬmlLܛrv[z*ϐխ[ [C8UwcIx]r$S/n:J jzF4t@x4 Do B:7̰4Q 0|B b .}C Zhk_XiR?\떛&^FwMŒ4I:uvt2+2&Pn%QjgwOQ!QiTNfL#HXNۖ;.F 7e&6ɺ9%<΀i0M7+_q%Bnfט;&yTJn}2_G>ܒ5]EeJS2p2&"Q\o iscea3F[~;;@dj d |Pe*UʝAf7-xC=R|۟.õ~3%ܘ*xC=Du w]|&yVX W{{."X`F l|3 ;3_|% GYq 4=t{īR '~Yz˛/Uܨv4uȠ|쟆AӮ)MEEbdD"d 3jsOM 7AG s+5”lY:^$߱\_Yf':!W`x_6]pZ  za-B]6S9T"!1ݕ&^"U S`EYyBB V܀=# :n"ޗ"_xX 5Q]!"6-b. "#u {1FnG"TBNEv ${q#y8pA%^cAI"-^%%V`ʙTH /Bd5y dB Cza.!EVaTeEaAAey]aY_& IFH#.#-z!a6M:&MS0~=.% e$W;QJe& +!T[U^% BbpoAqao-n"UdqTKBMae6dIt "fK>'b !ڄcUNހe^:rzzig<œS~@T.2 2gT|@UjCgXU*֦plo<o[qGj#:ga.#]E@cU~hvf2#NЂMF%L'm&g gP'S2ԧj8)T hhq!p, o (h5[*,)ں!vj#aiq]ŝ]`犂hb gVL: \fzbfz)}ZP,UR> (UM&Wpo|nnf0dql*@h4)} 非蟭!6vr#\~NhҨMP% ,#6SNj )Pn16铎TNq袛,@[C"n|ܤ*Y%m~-ڪV)3J篚^ $ar'K&+LN>="b bkg緒"(gR6 HUjwob,\. *&ىjq3Tk߇:e"SM^d,O\&P (6ei,m|Ɋklv l*ެR+dXΏ@Y-@՞(I[a3$i6,rF¤SPv_fNpV#۶mҮQJ%B),8KA6v"Y˧>Fq"U$l3`J¦zib"#~mTA>k8B}\X~,ۺm>jNɦn*¬h4Alnڍ",\ZFgjio!>(MG w^lMf,~n/1@ >,NB7KA o[Jpf[ntp6~Blbwe p6D>Mp í-njK>Fq19!p)pݠ+Fq@>#7N_>Z.sqZteWG hNǦp 1U6*.Q1`pО !2k*꫇IC%c2&voE^٩d\va=8+-q-@+pD>.b>".oɎ:pA02p1/14 2+kMF/ytF%ea^aY7w1r9S)!SO@ + ;k,- />r P?~11p7o2KAV;sF+:X_JNJR^po(ڙ3ji\eMQ8;3n9Ps(hz/'oQv+Blf*CkC:*33k5#lC+X6'YkJ^54JT_ :Iٮ øs串N/ 4:6>5^lȲimcBuCZh!Oӡv66YwD5uIcs1m ? Y GŤ !p3 ;5`SLO6 .aKb?pBv;J65vecJTy"Se4C2r5XqZd6[h/S~sרtIva_8xf, Ed UPt9_qo,X g/sar.v+BS7 FgOa$/R$Eŏ':D6w/ W .wIubD{y戺3LxG:q1=7ڞ5vk;Bz00kj.Wg8Gt io @p6z/f[#{;#lc:˴OTgyL ;ku=m9:ay('P:6A17VK"pUIoaI<'9K:L{ḯۥ.;y$ü{L@{{qu#7whT/j3=uu-Pzxw CڲK'9hЊ,V[c|üa\z 缻G˻4x|8Nyï6s 3Qi7Sx0vǸ؏GYq9T ȣX.|0:z};{*v!E=|-$}|ŕ27EqPx |G7:{;(çx3yh٬kuSDtC?::?:`r@cH 9Fx&M6i EfԨCAj##FqRɎtوL]/o:lG-g>ktDgZ=X֪Uʳ+r&lZVܸa^;vD#>U‡$,;n]uA jR3th)BZR5^MA@H i" "@2:(^©9jn'즳;쒪;Z: *+(r>-+m>+k2,LB(,Zl5]MAo!6JCO[d8ibotv M)"TM9C39i<-laNCWܑrЏz,CHe @wfiEץzՓŽjPB*qo_-dU!,")*Lp=z"SF2d.b$`>9)`L²4 ͛8s  X00'M=7٠afMJ\H`!fBF2R@ FX`3V 6xaoH9T"F uH%-jQG. 1MB DiHQblf1mȞ\CRIz ϗn[l Aؐ R}a IH&SzY%|O?OY&` 8QB PuV2UWeX)D v+Jw͡Wi-u<V+C,6 D"fцe HSJi 3+5!2E>Hq>Уƒ)sIѝYPtYџyWGG(IJ,= ,UJ40PɇLz6Uc1( !PªfMb` _F /D+2~!c+A~p, 5*2 TClPF "dHH# HDisA!lU2DnY]O1oJkRHa\:'w QE ]Az"ńby^KӤdv%dpAZu]k]J(B yxX"1, lA 1Mm1D8nTG!d+xdk73+\jFOo:>{bLyVΰAER]HwRJFrQj+㷟L0dj^P:5Fװ-&=92G )]QY/t(<l-. Ob0Ե. .z `I"!/߀_z@\@K8U>;XB0@:i>_bs.&!tcB v%30 D!l; ,A3/ _ xż50 Wi ,'&XZH0-l@ OQ0D S6xn `HY=j 8C BLIE~JFop"ax!j;N Œ =0,>FC : v `-Ha32W#U/ d0㑯1N6d1D@CTB)0R"A D01}p, nxs @q.]QP|";,< Z :yUVG)dB@A H 9BS)j=0qC0yhC!# AJtZİL-^07aрbg!40B*Q @  0(7u].ެT-k?r-)("%); hC >)[):$8ehD'b}t p0=u=X3sJ|PՇ -|CAJ8xS #FMG̃-cnhGu\ p .pQǥ,8Sj205hU7i=7XU:(Ynj)anL.C 3W4nhJF*p c/- 0qZb{Y $a!'6b )2:$/BYPT( (gMe 8900D5M-ġ})< Ab *5KdP,m1oΜz4 'aDxD<X I!#&hVC,ltB ;r ;0-GNꔤ Sh`>!?zMk r YP@$n`Clt],]B``tc+,"塳{hB h IhBxA[u W|7A/X%I\.+ ' Ơˍs4qt\FL'GʕtSJd~sv߼@O| ܜǿΏoX@ғ QN(̡}ce 133l:g{w{'{2WWt''7OkV\Bv|70} 0FTڇ2NT`ɦu1l2,euf1MS~@?v5 >i.}K>P  OM x&upa gFEva,Cpo4zz3J&Jz)7{.,g:.ėk,P+Pڨ:*(\E}X`4Ʒs)3FM}SuMPTjW|8iFvs!nvEm7[P)`]h-pO؀x@$Sb6Pn2&.y  XX64 ыX9y2A:(t1A1QD{QKb dYaR@YYN 8(IׅtѧCnFajHm+,0E )b7M>Z RTXEig0"7#-:*>g xF &I$ H& K7Y7P0.)?p/CWDBqHً60xS=i)*g&apFMR0_RTP gOPoxHHs8F=Os -2P*%<̑Z1oXi< s$e#.`KrU"3kS#LBgcX.Ae.hy 5&JpY,x/}PR#Hiq!4bVZSAx+6U)+SHxaxЧ}~ $PsV!qhsk= j ڠ Jnam~e@I]Ntql+WWo25C,)"=_P7:Z@KP.,WHRX~sqy# F܊A)XUz$D IqazzӡgzȦlJl `C{*i8C@  ujX6+ܲ[:9|9E'? 󂪊%Sl0@c>p]"^j}ne\bT@ax04$ wXPq6iGPs ­pZx}M_q|;hBIhrtj1laz @  c@~ȔLBpX|W0#)3( 'Os1 1Km3ИMuFK5vq?҂=U>^p *P#'j5u-cG+PZɁAjr VQ*S %znpŷ!4~KJ#Jt!Kl @ k c Zq#P% X;@ 뺰nƠ.оrP0l0(!0% aZoW-FwC0 ^ p pM~A1$.`xo4g^{V ~p Qۚ$V,y AV p j \+ ]B~`ׂ2̰W}ь #l c0y<26"~C|P&#[2E Rg5S#8$TpP @LJ] $h` r@q}9fZ1>ɽ(D^GK @" PܧP˷T\dLIgлN` # t>` u~ ߻=sKmC@%-Ώ<g@O:GhU5H#xqqwFϷ`$]*Q&$ve q=>ꥢ`YCn^N>>= Z=OPӧ,\Ydo@)8opʖʪy yōن 6^<QK1Zj1M!RhCBs zæ77S1AgP/b`O @gnIyBڪ%x *TUQ@vkW_CW]Aaqč={EW/Gwۗ_qKle(>`AAD2˘5cRghD]tik0[4M(5j,aD5J)-u͝ﳶA^yeQ6mZބO7mx3dOSTHp\(j*ꪭ%?JB? r'.A,I+8-7qEF/˯2 ǹ"Hl3&IB Ӫ,aL(@6lnM2hds1&9Hf;>n zc<bxWjP/9n CBrZU(jbAΠbZH,h>2I)9MQa@XxVc@Bgu0C>ѕ[&K CNK>lc:`}7D~! ond#moT$w +<8|q`eNp@01 t*4>b⌡PxE ~='Os)d)MRR?H.Bd6-*S!A דOy{q4̀(P[9!q|#9QyCG\M "QHPiO߳0H[r#ˁffA+^)PոQua`U7ah V@p׾X)X6ToV&&H;/`)6p{!Xl8,= V'{  Sbp4$iT&H Bp6@ b [8X3LicIp"׹q-UCdLF^p "PA On | YAn8D ~ abneA". q .hЇ=,JYHã )DA S¤@u!AJ\%zX~#R Aps<(zp,Qh𭦒 :9q]wtǽ6Mj,pB U|&TC!BJ1&+`(e1 @-(43C=<%yz1Nx±@`>*V|"Iq c\ QXBq)P SZr8V6G F H@y:u! qⳚ)MhvuF58bJ)JejxW]4S!B'XB!NmNuú h37z }~//⃷X< @ ʛ<'<8BAH^4Yp%X&k ÃG ‘mY+9?7BXEhD;(("Q5siS)þv)_CiC6[fp>*j?`X;C(D7S@Qz,xTtQ?Es;8[DЁs|A|=X?H397?f KxJFM#+(m,(yS$ A4Y(1Lb;Q: W:Rn(x/K9`X?q˕s ?DH\ys۬1TH/29IđTE<ɧ)tULɷ(I#ExEfR% IЁp^EicJ"!!3R؂,34@:KiʯdiFjLMHFhEȊ?A얹\s& (vt!SX[62{!U;%&`?A iH0He?Bp8;I# qBH>Mȏ=MMݴMCɬ*pdx0ʡ$J'808$c<)(Ĵ,dOi(,ZOZig?Jsd<7^`%@ Ť 0$C"*xǯGh|7!$'@L@L\u܅${è=+@< u5 $[t߼5NR-͂W-\H\Y . >k]\OUNA\tΥ\ȅPNab]]bMԍa]&Sb">b5ʃuJp0_hH/?հ FAuG\l7胳;@-8PAZ}4,&ء¢($_)#_#=W'u ev F x88MJJTKnK^kMXMZkua݁`ff`f%& tbH/Pl)+&0o.0^m|Z2~7-t?P!8_#:V@<ց <HD*ΕPQh W>(EH")LW`x(΄bȄ &U-tfKYN'Zބbj>P&LH][XvϥօeFgj^93ht?/%bq/( sV+30.g[0wShD?B㊠u=l`+zn~v wwOhy2mx{{GApH)a F͛7 s挟B?bMB,iO!95|񱎡B*z-0^u捷:ϞJ{r OCܔHѠArl݊+ذarl"lr(p`ӵ9؀qQ ?xFDtjt̲l3Т9{y3өe^'جgP[.Hp$ (K,Ybxq +pK`,d jh㏩oQ҄ʜA Qc7+Y!;k`! bRISXGQeyAX7QE8QX]t"(T8 `,uݥW^ wR ^R-v430 E1 e\Yg99i5Ii,rbfɅi+z"n4 8D.5ǀn+,ARGh {PKaEsJ5FL"8aA~MH1ǀBԨ ZGC QUZHU8axTbaq=`[`׋A.q 8s&PKQ #|A 7Q -{-ٓ:$T%jY%Kdrn m0,!~) CxZi G ^nWQ ^aq3ņTȀI$5+iUѷeSD}[Ax@1( 0A%! . E#̴}>e;o%a6 8,'^y0.,h$/{t1yUo r-1D 38Y lI$GQkEG#_IT^K]dbu.4҃&S3RhR RphR`&7=?RoU &Ё n_:8 Pp0^ \ *d. jx$>! :i!>1Ա5.()= ױaDA 'D ]9vNR*a<"e-k]ڝ;pHqxk U# UTFۆ[5~X+Ta4@&en2+la '1Yꐓ jᱚ&tRzxG1kT "`C5!}i5]ucciйd|"=*Bz-`$ӮZuP(Է"A PC0`x&IkźuTR<|.UiZð}IG|L{dĘ)Gu 3?dh2sbڨĵ1<B1 PX&;eWh6c! ӠQb0p$S7@sV@X=4')*2:$VsDN(GhaYJ%-B4‡# ?mNA*}jvPHZС CEֆU|p[]M lV9Ϙ%- &T@-1z,8ۆCb-8R- CaM7uClvWcZ %OF@̙(:ځvtCw0 F`ޒ2pk|Hkt3;aTx`'^_@UF|v.HL]C9+O̞|Xhk?J:vEz>ï*O}6ܥ`1_O8<>L\h5w&B%a荞jXϹ\\k!]sX @A@ `ŀ$*mFpDDĽH` bOV`k] ]$p, lX8C9ޫu 0S 6lL3ۜ;A.Yd.p#0B%\-n Fp 8("{OYDA @+/Ր*yEL!4KO`||{ _MLBEĘ=eC;9CQͫ.B#Hb2, LcR\t@-TBV\B\4GLU\apA}A{["f#DW4H"L%*eqPЎ_X(bGVBޥ{LdDRT޽b Ad0A'Ѐh:4xA"A \Zn15*Q8!#L8vSsX`V T! [`@Ս?2RcNFATHgh +րDe(\6J(Q$F,ڐE.(tQ! uB\c2*#2` .'OrUgn\6j܁&\3&a6G]`[Q;ʁNG(MXQD\L|T@n)XeQ,#Md]J$eg]e("޽bXJPXDdK^MfPl0c|@dM.(g~(#C-jb`kE]fS&"@ P >#VADDp NTL@!PZ>'h,uG^(Ό6 er~NGf%$#<&8zŘU!KS!deCa]'NP4A0-&S "A DbD *a!%feNHdؕԊz2 vf Ԩvjg^ÕWN! `2+Ё+!fpA%'2 2~d[04Mq ア) iGp =@ ` &'FNmVv֠,fg K<+=*hIdd3C&iH+P^i!2p!Mڸ~.ɬ>,wժ0j h-RFMilQ)@aUK ֮Gm `NZUfK]!+Kণ&nڨ{tgxxΧ 8 @'P[ kria",(PM9K&*5ɍ@ a4Svl @n" AO(ˀTX%Ԁd@x+`9iI,H0kҬ.Ү덆DRhW'5dհrI"lem.Qʭv84XAX츌)I&)SFn|DYtJEODH!8D"@ @p ]Mv8t" B0*6m.EVGj- ՗=elib4̀|o61e^&9xp.Ll>ch<h/ADŌ.uqZFN$@D1 ao gTn&A&Җ1KP$9% 0d=@w1 @ tTR.lt%͹!{FЀ XAQc.loSAlO|HT BaֹAD.# @P1IHqH("*bP %)e &LCf"!g|5<90r##3 Ȟ\?AoOt-i֬O4qX$+o,,;?rDD:0-1G,sdA̓@0`%4¶4*L" -x&uJvC€ظ*-[ -M[,W{|kQ 52y;};K%\Aa0 KVrb6"`lD(}IJHrFy4Ϊ.fg7!=4!I?Zx埐A !C4fch;hBSo s" Bh=JԄ+ղ`ʠCr uDvD乊#;#^od2GB/Ĵ) C¶ oNȐSk8^1gnP޾ @&`yj?T5@ ؈]=ZH{p2 )[b*chiGցGnR ( LC@9s|^w9;=Z{Vd | ٮ ؤ ̓C/|?'t3Sj#.jpv` |XH)<JŮg9ժO@ņO38ulʉYkrK)u7 *dPo~P!ŋZ!8o&D@mfLd°i3F?Qc!B ZiRrO,EJ|X ٱǎ! jmLij+v,sֵ{o^{k]h*rĈF0qK*4:X0@2pBAu̘馍7D3 T 2J/| aYA.d&K*hMK2DŽ&?xhR$Rz~Erc j, LqAg\)@ZLtyfDS+b03́@pA3"y'TS "`H5`63HtSDtPnʓ^ jN'h<٣([ !djҏLϊ;Z <A\F" i) ? >>b0hN<с @`/yQ7( 9 "Rhd?5Q#(Rh!!3(| .;H,5m{7ja1*¢O';4] < x 'APц R )p aLȁF. xT+&:6 Zq6h/6B &&rAqK6jaN['-(W(BUS]1!Jy*?|fL8 ;Ze` NX.>'12Ŵ1i+t@ Fl]@"/ ebv 0OA+qAǙu-Mxa8BP.1̠SX@@#Da aHQJx!)HA xૂN+~6!O ' ?h!{V7 ES g<9?'zq**Bn >}^{mEі\- ,? RĬp(F1 >,gB+\P \-a!hJ dp87 !0E,?PgELJ}ef3!& 5 x-< D3T&/>l1>mW3 13MP;xlwnPD0La QlPɈM$CFc%ȯf83 h#meN_ CA / @: HCu ^a tD"Wh3<(e92*#\[¨& G ZDe@aL!$JFJ2nMv:γ=C)>{4 b/U 0 "=3@X$|0J? /p#BzDx0K517 o%h"d-+O;κ([Q| EPM5LC"ed'{ 3$,e0jaƭv—~0Udgu1C^a0E:1!('nfAXa T؂ć"pZt3s0>ZpZAy @6aZ*u<#5G!P |j69 u^tA vQÞ?d`"TbFB nm9)!6I;m@!|C,|XZgԢ-㸒/ &Ϟrm*nI[@̖ @"A vAH!,bjPK T E"HfcY f R ^0"l&v!N,N@p,nO묔. PF.a0« Rh0`@@.(0̘KD0l*!bT$"dH`|ə` ߆N /8f O`#'|+~ ֏+Nġh ס@`p"/F.Pp*oaR`*Z.``k1 Ȁ,p40Qxvk@.[e6s"Ufj^j~<Ј/fi 0! AlХ&f@m؆Oo ѩȪ@-gp֪ ".5䞁 *a #;H X k 2  M"a @'Z 9N""6fȯƍ ZL˴6`#b"ߢO(RL$æCfg>C% oRop'6)(.(2#o)GΞ,/!C*傭鼲*p, !k̀[ b`N$PPkYo@ m`GRkYvF#_1s1_ 'xT2Kr2 CmB*.&*B-?zn̈_&'$թ2 f pe&)h ר* N1XbL+ Q,@8 qVB!R)#t9NB[ڀ[!#оrbrIKaZKTXT !Z?%@t@^DSJO 2<.]S/Qu!vDT7 Џf` uRe *9),;աVF-}JLV" JJ9$Eт$(\8ޠ ؀*m5@s&GM 45. U @\.6m36, D`Q^!DRg`ޠ8_, @ p` @`v뒢 b@ڲS:IТ[MV Z@M#NߨI1',KId eג>Mu,nn  ~zzFAO 6,iD `D{Q51zj ^R, Ƞ9Ŗl`lW|P` !n-# |RoD@0}1alzxNr-,LF]J`"&HǾP4n@NɁ O7\ pb7Ckpt]i aUn]qEe@Rq^iyWl T\< "nspR) Bor̷bƉ @q9|_oJ(@,<`f|4W>5ا,D'5N~zVOp r hP hAAԱ3Qwxk gFkxlmx^E)xT{8{EhD c!apVΉJ @XWZ@w\$kԠ ԁ#WִR>:Ws_ZѩPȶUjSCg_w1#OhP5]PIgw¶`FŠS K *y%(S J7~6LV who }y5$kkyL~`">xȚ 5N d)yv\ كqwRA7{wSb @0ٟ`lZ{V^|̓ Th&" 3s9x y~J P` JJkx#+i^KmXZǁNXM[hyQřC j P5!Q@jRVk-+ ֬`;9Ӻp(W<_A^<[}j87~0}Izb ػ<e:88;x XN4zATӨ9ϑ:8vƜU;@v yRy7{][|7o ֡et_eQuWMT BJH92jƤf[ @E1|؜H䴃պ9/u(o,Cisv3!i ]<8ޯ jISTcLo@Zॻ, ^tHmvs0.a b9H"Hb7dkzeSx(:\++%!~x'~-;~XGW]($~9.{b=kza#}꾉iESô*;*bٻP8L44΄ݹxJ㦕+3gr]۔ZL2k"@VN<{NByf*3m& b:QJZЩH;X)" 3J(1D!B1:҄802eʬ1==D(R!u(K9E 3 y.DthB1兂 x AZ)4(RNU<1qmiF /B\X@cm(A 3th"=ĉ*b#q={&b)Ut K-͔TN2P@ PD! (U@St B.TuU0Q3W" TˆXVuVZ3U\2U 5 r__FJ{!$,)Y$Bf1!g6i1oZlmYuB =ǵxi5Pu vx(( Py =^Dc{WG ՒIK(2X6Q"-I&2UUW]DV[]Q40&XqY.Vt 5Wx_ VF($eZ\Y Svh[m—_&@ d0nanYf/n pm(gmgxJ !@xݡ"hAQ(zמEs|؇_;$JL1ŊT e:JS"lC;k#z5%[g[2P]2X[Fmw[aK[n$ԡFg&iK_*b晟 ' ' ysFS1hh'@Rx$r칇ѥ RH;RR7%==}49IHaӹ 1Rk] sɉ1VhV\qE]0LkmkQXBʍHݶ$$Yw-ƮveIK{3Czӛ _jRD=U`1*x1pn ,8CbcH@ š:dZgw3C-8E|?Ld% ' *Z+%gM«(DWCA,kE喲E3H[$¸MH61 @R^@++Ku0f/hg$H0€ rpty-1H'(R(nQABԳIpHB O*Th2S@k$4aMVr tq=&h1+W袉5tmY0\&O D7;ޑゆ a|M)PF i8 mlsG$``RP(APzғeʎ$H0J /N D?C K$( $N&?kI1,Nmj=ЊպXbd^,16B@ACC(z;#46o꺧g&)@ rx:*8qΓ$щrN} ;6Aut+!XJf'ԦVk|ʥ,)(ahC1Z%PU&M&T\/10,#_[bѨdUA41uN%AcYJ+WW op#jx 5C)AXK㓉bnLh(f1)>RDy ӝ*cUDvTM ub^ %R갘ʇc-f\ b\PuOMc1'P h yrdz'${P`@-uUewm7PXA{ prcVX u5u93fY|\Rv-n3gw@Dav)1h%wwh~pɴLSHb!4`"IJxwc"7P6&U$W?ALtЀr q'sg@0@Rz\AN' 0Ad e|f7(7n !uԧ 0vw`d`"7K(aoVhrLaZ5~wBvVpݓxf(1FG\.xhc1BIT_TIzW5 c 0M$s.@1^UVn@9%!z-8Q8QXZp3f(8;t6r}HD~ ○e~iRSS3L8bЅpVpbidXOņl00c؀xr]p0P>֎pa 󢈵@{R8&r@$H#4uCmYx q8}KD4zQa5DR8LbLoQ~ P+w;iF5xWX,8"x0r>#$IG XQ# pe1/{,wś0Z6(g@u 6vdgA#1בbEoZ~9DY8p!F'byx"0VqXu8ipHɀ' %ś񎂰%?G#H'(HS+#X jZpuR}uz`Dh)1a,EMx~Z%DhR)`@i/ybZE癟by@_l8jTqjm0 p:'i2ț]O/_9mU!)7f:) -5 #P4unY}g)ZynGZ:wswhJ~b)ywiBb0&[3^xyF͒>:H JuFyIi O$ﲧu`a95{sag+QHQ#m1VWXWiC7vv}>jI1! GԘÔS"$&RZ](U+"[]C\f\b#:V6zm0Pi L qzxZ.Yf9 {5@YuT R0 B#:QjQq|1x8z;s'e乑+*o  1հyH.)y+{2[aqNfԆbua9j*k+ L*R֎<۳VeD#T{rŴc'5PBz[˯`)g@넄nAKa.Kp+: 9 YZ7ʩٗ:T;JZ:l*OjK[ sLr;#Y~Wx "'ƫ]ѱL5j-WJA (L,c0x`1;m6@M+ɺL61 Jv7_gY Y #BZ"K MȋȔRb{!.ֽx68-BIA_r¦QIuPKLڀmcf Ec`Ŗ0;^a8Fp di3X( 6:&};@! |{K"RP*Ȓ!"J:&Kȿ'n[Iy\o4p.=Y{O%%x , p̞}Br I;J}\IǵRLD'7*2|PøBRɾad,? a,?B9AlԺA m c`-p.Wl{ilт@+P0Kˌ.:ȕu&Y̻2v͜?)[n'?}a> Έgbk==LqTxq+eB* xfg}ݎ2@ ~r ]a p''Z@10ڙBH^[R[0{lGOa=A3\L!6LSS b;|"VPĚDyՂجF28|Qְ >clG?1PA{&Lν ,|m̜p1Anof趝Bnh3hMS^W|΄<+rwy9ǭ3ܼ|O~LT.Nq ,mٺk>=l57P^Mu}^rgr}ނЗ v+@N%jrW\ͭ(v,d=FN&SٚÓ艶+a!} 6î oh<@훃&'- }P5K"j $W&atUT` MМ|S!.ع1 v[ 5Q3\$< _7ƈ{mV~ r! v F3\'mAQ KG2okX󑐴9VW~ڈ3^_J/$&'P/ (10C(3 qaY@)'TބSu|+Nb @V]`S#őAK )dB֛8oBA)@AxQŋjSP$ h!?RXT:uH4TM3ZjԘQ"Å D =)P7EÙ84Rm݁zGqM3WN+Z{MXڴ2{mE^Yv ͔` ˥K&:\d];b.t.Uj(>wXAmHg(1D2h׆Z=FL,Y)$1\zHP?(8#B1 iJ$IΛCj(M9i(B)̙fZjY.0Cb+ѯFd.*a̭@|+(˪xΦL4ML3 Vs톘b-`xi7߂YB q$0LiNH; Zx#"+A9 NX?J"BhC fxA?p '܆@B*)*AZ\+ YEK-Yaub>+WD}˯ ct 2h̙/ rф4$OS&k3!hJr6;SLy 3^yTnM?(DR-O"B #AsPBSrål`HsI" 5MJm:􎪬Zg]j&UsBKآ{פM1EYlFYsgb* J4neI'gh!mC70Ò+G7p1w (R`< Y(\`&C>E[@9R20nʔSO eUgJ朇B̵hiKXaZeTjϒli'"1$n5ٞM85[o ='|s8"HA! yA Ї "[ &,A \IнcC:ՅuTpe݃H5Ytk .]BhiU zǚ2,ik?TJ$BG2pŦ} .-A]s@!{#G>_YX"EH9A RJB("%C`"|@c;1QBRu), Qh¥P*.9$ԻwHxEJK^ $ki)R_X5=Qacr hqk EqkIy+l4úڵ5o#0O=q {c):-!)0RT@ VJI' %@ȶaש0AH <%P,+ UꕛCKL*GҌFlE w@$26Ic t3 qyΓ ,ҚV?:< {W<I")w3 t 0C%R>!tDA$@hVr*Н9NZzї5ˉZ:o/{Q^LNmt 5y\StؾX6zS[UJXr |[H 1(D 1i?TQl+̺ΔB )kۑΣ"WlK -0 }MөahUY3Xj/fjS%!7\O9%D4E)h]k%zlo" ;D]) SMA,ba\}G7m/*庎™.<0 Cut뙆d(,5q<n^tUbWY4齃O\"ʹ B߇.7r CP4aagh݅. ^GN8׼gpi?s@O *TK*Tޟm5VEdڽW}`fX#iN\e56Ѹ[ uLD=ۼl0Iȳ y~ QH$.$+D؟w* 8q99ҫZ6ӂ9j68ٓ67,9 K᣺< :]I&賷_ >1 j-";1ZH.3!07ù##c?.0ļ2 BPTP+$6ڧ0;!x?PC9,!0m6 ٽ<Q0`0t+uҺD1Hd!Bk`2[X&I±`žqB )(8&a  "p:i'G؃28Z53 X 5@((CAS@`a{ c{{ExxBC Lٛ mAp3ؑr:s=Ag୛QdcijQE 0~EeAў4' Ńű&p'a[Fh'xZK<35I8'Y9;6zt4E 7y ,7:E GKMi , S9Ew[³S_&_HX+ɓDɈZE:;lI_dy8b!`edFAS$Ȥ>Q+!B󅊅%Qbhu\!pbȕ`v2Eղ30f(PIL؅P+kc=qTgcE?9jcTm箕$d~īЊ~F| aK,Bۆ=^PW˂.hȭx. 뵦KVڴ8_nU\"S_6!QP4jDΆ`ex =)q \eC9؂r]ZM?Uj9; g.,IձfdkG~dS˷>[B )vd.Vk*hbk4[Np^k\0vD5Ãk<iL85(5z.v܈ 'E3m*؂ۖ`7,`:cMA$>qH.Tu&orqG6tk&͐JlW!g%W&k a)!1M#3=&Б95it߬ӁPx8{7_G6  pWhЂ֠D“=="9p??$mY\Fq?PjCqkqqqaxrb޻H"ou%|6Gr'iq:(^猼hW~+mIOrh"Y,slٙ{Q1h 2m*8Hm qfz)yDќ5;36@cEK2g'q[F/#r3nN׊OgxSgSRb;]58cmޓĐ aLLVZp&rTwuWȢ`~eצMӄ2}\\ٚ_j4!`zrkf)dBM|@x"{$EGwenKg CMOUN_O랐ҍWEŏ0peRu'/$OYLeu狞+1Ķ_ 'lhHPݖHrZڧ}/ȏ }'GKI--7EG{$`Pշ{LgtOx"|qϴ'7oWPk aХ˙@g;Qɳgqb9\hA3Mi;"4zh&M|`i+En)"G|ō>uF*T)Bu޴2$BxȐ5׮!2\pa fv >|B 7dM0l9gP!Eu +J̧D*ty̚6#eaKB =ņ}quXdA8 Pbxŕ0҈>`T%|Фd7he:hQZiZk6mkQyol e9-P-YWUѐ+EԝEiDoNe굧+%K1dM=PyQTJ8 CPƒZ8aJ@VXa%0X1 ")"3:fM7Rf!{gBVd!T>m9I4qK'piHy 0ל-gnD"4\.+Qm9K3WZ蠊2:c-遃QnZBz**& @z[a\P¬)Haԑ+ /H"3΄d8َ= 4C:krP9NCZݺm晗ԗx "g+_{+]I#u{'SߠBap"$H  CadL#L9!<9NX#ʲ"}\R "\#d;hfqD;kHWHdVmjEw}ܗᅧ<)Ia{$B&6 K ,lz҈ජ`x dc+g@sZ$`)+J3CVhpaX8!fvʝvn!IC Sq iiۡ6;©ym[bZ¶F0B~I"| Ȥ&|·/~0 ,Zfu4PT# 9;v @%|+tqCHAHi݊"PG*ag|#F:bHNF [*!#x(.XOKYGҖ|-&~m+5?eqɛ0-cD-(HHGrM r7pYD&8)?=4JGAӜU((}Wʇҗݡ+/X͢Sj٧;$W|\2MFxQ(7-\h"jbɦYTo"#7Ԏu\/0! y(\-AUG?.94uERhІ6e)}Ѿf{aKbHZ${}JJŖQ1ڴ9)>A3s"5hqT@ʄ #䁐$ZW-b1g| THV R&j]gFT>u[x~'{ 0줓tٚj? ڐDdqNTEl, `&RlhA=Q8hVJv]!\{]n3.xWBQ%"z|Oc (@5`%OKzٖTgiQD"~ ̯= `\G0`'A.J.G&dfPVH.&^\0GG_/|%eY~oEeEǒ%7zCrSWj]n`1/xrQ-lLBXT]F`H&VOX=Cq3s. Ђn֠m2J[=&?ZJԝn}dPhPPͷ)󘟽2GVsk^7XݔzlpA$C5nĠ6hVL4܉+6\s %u;ߟKV#KhH Iޗx0?raKZ چ8R)koBxB0:7@2'g|#(@{x3ٞ.4]piܝ⦱mc-wݮ'}oI|3G:fgiƤd%+PVp>tb&jlԳ6{'_##E@㮍;ق|ާgkKR*s؝I}w{>J|Pݱ >қIWޟQ.qٞEHUa7^SEE1&dɝy\ e$% ^`h5^B}aѦ9K5I_х)[1afW͛IHhaX# Sam)8p`C" |u݉9h ʹ  I")$v}_!5!dܟ}M}LH]EyQj$`%ւՖ)Y^aa@a Y ʭܟq-^˱X$>x [D'j_FԹOy*fy#6.5Q]lQ.70#2aHM N"6c rƎ4!J4Π% ^W8Y)]_&fQ:dGQ"MI Dv"UB"-rSmE6!U7=)_V&QE#DNd61B_BEIk(ixʝ bI!dJ~PK$&qLeN*~InaDlv&|!"J`Ufn9S$a6=d0j9_PӬFv!HX\`͠yc\^N$_A}0MfNB'=<PQNQyGZSV"Vl-1 kR&Ǖ%$ j㱥[ f!Fh1]7ܹ$q%`f_d J}c;Ng%`g#v^vN&I -?b y$:!Ek dgJU*dlu6ġ}E2bI.#[f[¥ 6\fq~}i=脂r%ehLJtb\e'Qn3\AZe^D=ZfS"@⍂fCj喡vec}&6aBl:c d%U eipBh%rޘ>$^(_KX`eRfQꣁPAΟ*!gyVh.1 _kdfB-M+ 88 - kh!h^: r^_* 9Ե-=aى3TAhۼbnf@r%)eeb)0JRk(vFgY h%5(4 S&ҟ-b$׿T)٣ RfX2lezHFhRUؒmUV&$–g|Ja',l.l4"\-Ѩ$ji7Wb^:h$bVӺW-P2֐0TfIin-nֲe GVf\.QUjl@ʨ)I+Cb}rJj(InZƒ\Ͳg]*5h<9V*=Q΋҂vhVf-׾IJxSn-@m6-g.d/|o'7c 쒬ƶ,c&Y.>߁ C቟^aν*K)nW/4noʚ>PŮ׮,ik,-BFkUBDF}Rʎn*#9`Õ*^1#: ˰ap `YQۀDoJobwn @Iq[ d2p.nSI #6mq.qV*`,ZȁqӎTQ^qF!Ա_љIl'$W4G${7K;v FDxV1(k KsAF$,#.ﷶl'.8D/A}^u9[I1ca.4I=vE ŠB47@-t91rwJD rr<3zrl.Jki*27jV1rKA7tU[61V72Gs{=!dbw(,$Z;CJ+I%㯉LX5Mt"k*{P47rRRSG5LnpvY5=43kuhwIju3L`He-TABA$tIs\/]"yDt sڮ`al%vmͧDfc JdCLTe[*(B9]-CZd5hs5ݑ6Α%rΥjTk`.YzA.6uunnt\u(Lİu_C#V,gr>F7"?#clɤlwxFllF|ddy_zx3|99mc}u20i7v s3$8J*lC4j5'6`_x vxh"U>Cu7u~kH5lFx{w(͵|}ݝ]yK|ɐ W#6.dF\AvOyn+ā59v7DrpÇw(Gcl=&Uuq9Fv5oe[wñ7f8, xKD;hwyD/sDc4ݝ0yupm?[ϵn2n$-r25$bϧK}nu_ҝ;qC<7I49MlF7ic;9fu2llZ6Sm4K6Kk9;V(`2S Weӏcq'A19G<:-\&ԉD[5އ̧Or>?+gx=A= '?oc>-r'e~>k}韾nxА~"G4jQcN%Za| -.7LĈ"7nać&&-jtQ F:u `] !z1dv 51W6+wӻwqM Q}QCUgJoTo+*K.2!,"#=!ܣp-UPA!HpƏeʐI0ò/SDi‚ɳΜ> @H>ɠhϜP ˑBfȑcF/^Ȁ"C /j(mlH!ŋWxhH <&9fR=6.4a7o tfU, !mD fҀɆtW5ych-$̐⨏="iy .lA1B'xGɈ/YReʔ-]œB&QC:~| ATCAe@\\GX`%W2X2ЕY0B[n\)DnZ1G!5DV lA4vy88A YFu "HK4QL4n-O4 H4T`VZfk)1q-AD von7PG|n$IF(BEUԣ(iDM  Dt \ QCfe0@/Ї73(f=ph **I26i(p"CTelF'0!-X#jrFWf) gan93FLq!KguuI'v^w]Fzb䑟y'6GPv1D r0R~ 4Gy j]WaɠŇ3X81_a8lA81DQEzu|c]1 -RXiQֻC|8 gba[xKdp~Ü:4=𱣡D9A%O0g^0=@s Q3vvD d@bmb2xG!bD gVn* 7_ H/ _qM;{J@!5(X(lx3K 1,CYT݂=3 p؈5(hB ~07! %Yqn[L~cp CPpG/SOwA ~S0Rjs 4JV90D 0:ԥ8@G}RNuM9P]G̤jHf2}:Mv XtıD pjz @_}P=#@-Vf1xM :1ԏr{ p+' P:DC \$`\9su"b0;;xw4<!O`Ld#;A "LR' ɤ)䐗2ZJ2L@ P 6@-2 ^y5gjZ6<U:! }]W) >AHAulW*ҡMܘqPxIK #M C:lq ?`^S: @eșf:j <Xf XzŁ2[ΨHTUDkTЄ'Q!^@ *:L9(˂wĻltb٥XQPNaqÅ+A2Gg @̌%<@ RX@H 3rPwh0[ =^F5KvKpfW]M u m&pMpq`004ӳjTbS Ka`1hl+}C/~#c% Z}}h} VWC;V~[up8~}x  Iׇ0pf`A%rX4s:ZLgG;gP' yVx`y|VS_c_jz5"1NWN-O"#qZ*d@44A.6+oЄ.o '6k5}`Fb}ԇZ(Ac EtlxkxlecyX5~ۧ&j@  `@ pc@ 'V%BpG|=@o[K$8oB5WOГSp `o0Zjq1Yi"ҋmp#ˢ7Y5uP?m0ypa1NH^c$.ԕ}&ѕ: Nq#C0V5j P Rڬ Zx{Q`plg<>+@uRa~ U% `Q@=ω(;ϑ~!&\&g:;{PcD; SSNn)9\˵]xk { ` B[h f+09pG"rH8u< uܬ: m ZFnHspy언,*iCXX s@@GP~+ͬ ِ>> nёީcؕ#[0eP#$4NqA=ZStC9>.^[ c`UXDB?FH@b NUVnݏ`g.9q rNcc)pml`bu-N=~ٖ> &oģn--lST#!>}|&Ka7=v{blJJX&D`GAo?ll@_H/$p$>; I[ 0jša`  9fmڦPz `x81 XR#F1x3ۜ7Zxhi7Cб/` ?#Ox&F0b aO @1A2% 7@6j٧B@=Ү)`qHGe֭Y"Gĝ+"lt_ռyǥH -D ZőA\y$h0OdgΡ- ]1A~ʠ@@leAb2Fiք tֲa6lsѣvp`1,+f :-ƎoBI)<$L+jzO:) 4J5~؍<| (?J=ЪB+b( -!@3YР5@d R 0!.9*CY3Qܪ5jN~SKV٠t)uP xz~ RZylf;O 2ՎPx8R pf<ҰK,H?h 5Jk Lt9K/Z߼R<[ %xd ;jB$ʍ;ԙ~! M `="`a">Wh*y pSc%kY >7}SNnQo+(H _0=krsL?!i710 hlJ cLL rfxb$q*uf4S,POt-KQ<<aH^֠v"~t0;aGjL_b*UCb~b},^bUX|*x @+blY *PA MX%4A N44|R'i}Mԅ-̠X _ (ZŻFqh ! I3lgf2Dm'dO-06"DnwcR*# J`"UI3XΉ=Q7r%PbƆu)@gr3N<%Ёn"? g(Ţd,pA0iSagJ5} )#}sB BtzCA|HJ 9* e^Ŝdg&2V'gBgc7 n"AEtP[GLPC(C =Db ?e11dzhYɕscU!w,yO>s{OΰR8 K` P<@ pգ` ?x#!42#3CHPxQWW<37Sd =A@ =4؂-'  h0%=;DK9,sI B4 KFF`M>+h8dZ'm:(1J((5B,첅?D:v"iDE6P7Xz^ڍA)8?pu;< idZB0= B<5[ 68{u3`| +;,p؀$dB(l$lB'(BK+̮b# 88;4G:K{:KdLC5,<>HT: BQ;+} ,#[A4Oo!xH?S68 l{#ċ #A $=#\ͣIGhDB(D*hSDAaB;4P6 N2`ҡx"&B!Ħ)J={/7XN(+Q'3^J@0^ż(\č'WAr|lmTKkvb(.MPDX\e3/v 4\ȅaab .b!NYY%mޒ5Y(~-Z;ڴyZ((0#p1^.2HfBQ-h㾑@8'x?(> @@e S7 yEB̐] `CLN\z$KD˶$,\XT6MНK\ݸa[^aΥxfX.f~edٽ]gh& \ i]jF%⣸b.(X#Xt&9#/Lu| 쐶%N㄂%@X> !['DfN0m70#\uPcb KJhkdzv2t\i?MR6TօuVk(GA>='p;kx\`OYhܥXV#]hD]^Ff]H+77Qbr4`xMa%/J {fk!w%(擃Ud TƂ!_RoN@H?Ԯ䎮 64'(j`ti΅Z@Rmv-A K4$@jXmmiϨ~6b]>WӁmnnf/g.n$4#p V &UE6Y[չ98=V𐍠U@`RP*S)A pK[X>j1mҖ 6 DdiaXqp tpUm4fRKMfenBunrYp*oj\,`f6eSn #qnoFk4v;w j#U>M|s:|=7 MeE s:|.Dy'R [lS` zh>_@'BF.&i0c8a&0pȅM戍Bm*rmlrorpn-rn>wtjnR.4=+pVoHܵwN3a R>Z!Bc@KpY:dWXhDE@`W V_d0[Іf~uZoO'qQag  ZP\XZ?H7@#HKxigj(/T)voz*r˵,0u/O]K'+qvosv4x~;p[3P(iډQI 4тB[جbdžۂ Bh3|6ׂ!P(".qOւ 7}OqԞ+ ab(m8٠ihf]+K8>8(,* iv~oX+Ϭ\TAFڳzo{7B@ ww8ݢ?:n1Č>} )jŋ1y袢:-mO>rܬfH<شYX&B:aO-0cM>l, "DHJdUXdc :l 486Ӧkr΍LLWX#F|)aF;}m:P&Sl2eY4O漹f#UԢ5k @4lp@bI&ፃp(H< ue<8?ޘO-)bW F6u :YHy` PIyCQK%TOPIUX uZQ5T^UTGI~PVI&51u2&V0BK-s&X1|P wTB.dav䑬j!'ekSfAm:,K,p,G`riNsAdGuC @DCAx`iQHfWI~'HDO5SNuQ~VDgTOYE F(VVo7Yi`%X\(B32x0,Zq 9. .S5A&^$hFz$qQlN4:bPhs:qF 7]GZ乧)Qrd JLmjԟL_!ozC LzPUIejNU˪dW"`k[$X"\r34Ur3 :~#l.i-~VLjUƙke_IB'=8QEY8qPPUkfF bz(yFX9(0M$r)G\iL~r$:_͝ n b.;" 4rG&|@H VuM1Q5[oڷRirа+tЁN@|+lBcX3%ȈKQŹbs\/f"bS@f: 1vb(3\u-TRO.4Ew Fhz5pn=l\hTa6M@{i"Z([EDW3)@g X4 (J#@1AM hXg;{܂O^' IH!c*'Dʖ;0` }%"qDF9!yxƞ`?GR5F'ޓL-z[f6EP,0B,>@QnhTЃ-plS4IO RS\ @*B9Na7- @(Ӷy  > * *Mh<=u#Xa|@81ad0K1u'5jL6K`AC%4݁3'MT@qȈj9]`4ZVWE W,}sà_} ] "PN "jz\Z6Îc#=z3~-OH |b0] ~[1բ7 1 > |gƋ\ $;0DXF ,& JXǖA[ϽEQ=ʡT.ă CIC#0.12,1MK)`֐X#l ̀Gu@ ߬ZX@tB{@ DCL =S D!QġPIRuzzB$P\A vԜU! ]d!B8C I:H@06 lCL34E C `Ԃ D UQlZX<ǩI <5Q<!PЎ`Nd0Yfx@ \WΜF~cs pTʹ'+U aC&1 h:dh)A$|T±iB%C-Qo_-Baؘ@ @H~AtWP\HT"܄0#ͰA @ Mv+(^Hז7Q`Pc$D!D c[5 &21<&ЂRBeŖ0h @ TO@.`̢[D! pW+Ex,LJaKR#LVԤM"@ dLzPd QeID ! dA&#n&#h 9l Lf fl䤡/QLNP|  iL{3(vgZ) diZiSNр^e&@&]'@|)2M3Ä>Ղ.9aZpPA(XYJ'3zc$J&_dLҎgMnꭾޗAE Y̙v O@1$Kՠq"DáΛ^+@.<4܁D-*e[OԆ"X/~°AtECd!<5PLNXPx@d \@DZYcPj@" ꪮF~&H f\%TY) n\A#`A[.!(X P@BbN'lB 4l3&n$VuAǀ/ q*xUDa\FM4ց4ҫՇWtRl ix`1%ȊǢ) | \\B"A$_'Z@0 ܬ^FUӄ,gDVB%mh@(0G4BdG< &0MPXULJ5bP -DF,ņ .%!܄!k)@.4)⊝}?isCm]C-8.&(!*Z@h ^_Iv $+@D>yWx.TMdgu̧#gG~ /pfis*RN@ڬp4B"x׉/qp ):0>i:: Vϥ!a.0UN"`aYkd' |VNOI)vŠ3(MJ߱H.enAY@!o\ l{%Cg&=K9 As *A'Uo~;I& Sp*suDd. HqR`Z#fcuM. z@C~6/.% 2Щ]"$BR>W%o,8X֬&('+'/@Ԏ$F# 5:oC|Cs7iZ%j?yT+A XGH `΅A pGwL㼊 sg D @fd2Xw_@Jt!R8ky넎][ve"fuށ2ַd<ាK]@mR]0p PWHBGhrEXnOE"9jK.MȁAX`l6K8.cɸ :~D;` &g)0c_krl7+tTr8@wU ,į wPEOJg|_ E !x^!\u{[7Э9:.zy_dww|ϔ88n;B&$*)j@ A"\uo; ,t;xsue@ӮI\):Sy6%SM1}q}WP;+"Lrc}#p=LDJ At uB%T B!NZEއH3 j:=|l gI)PSfw6:w4Zџvҗ `A"^  $ +DGУHXzs  @1E!f.TAu-l)4ON~6ZFX禟!2xh!Eӥ)Abdņ2dlf"6pwȍ+Nbdcɓ)Wrf͛9w)gt4Y2cć .|b,D  0p $ˤ!$"7ZbpQA Y۴yc:CZx&Ҕ99c4 !2d3F(JbS{H=0"d?"k)Da> c /¦)urO̳e MiJPMB(A"P3pb N 8A#=9.b>q#\&;3 ; 0> a?ʪ2 kAA ¸:&/P/+ÜQqx (e Ȅgt4,|0RA6X82Ւ.`M:.$.B{Mh.:N4hAӂ>D ]ʩ芐G!@P<M3ԼTDNJ;adtVͅML`fZAu"P -!(60%\8=HC0vm|0B*'Eλؔ<# vb-H^@*nꇀ*Dr𴮊-/nF8SZ%b;9eY9Z(RvH|FJ4C)ݧ馝(K!h}!:ʍɍ> fw3inhZyo$Wr}<q+Cˇ1iXaB"mb18,U.t,W?kJ0ФpiN ӌ%")B7 0+^Ԁy=vK[ I/~ Ve.  @8a634df 7Bt.s(RQ \PY;a6-6Fo1Pխ[pF.H6m1 l";#ӠRlV?0r݃@2 Iͅ-IR]TVV ̌.4~f؄x@h)^ 5F.X8ͅ>qsk@1Eޣ>Hxʭ4ҁT#Z}U&Fu ڻ[֧>I$ ujTxRaf+|?m<.W<K"E8g>wSݐ tnCT9TNgF  s FzDV=>¿h1|k(]2TZPz[pk4k-yGs-W=E[PygoC(CZKKPhx~Nm8cP7-j!oFgUWǺgp\/ b8t(+5MOxH;{WxM[j0z.J/g!!;!aMe lrl|W[ڬva eb.ȍDZ,G.dAꮪto:C*M1//-A) $ OOA @L, )v Nb#  ⪐Tȅk+؀&~{Phjo+@o'&bJI(0B$.(pú cĦ-E8d`y|1|Rp^/Ӟ!ln@J)L& P0ȶ`,!v~i GyB 1 ~0^"Qb`#!'b!&( D>r8UJpe*3zOcR^bDj )wIOMf,N ~ }梘ɐn lh?xp",+ .ɩ>dQ}kNm/1 ߉. (6ߒ!mL`"_W{Dž`7 @ J*0@F$7,~%yMI& `;^M$)wR@~`@R4 ZBϘѭD> K$J04p/V+232=!˲B1!4r}p. HA/ $0v S!p,tMB&&*\Nz vҥgx @D@~.Ss5qb 6MD -h+Kf1RU7Q2N8,sAh /Ю 2f;J^nPO31yNM* 3@x31(1@.:@ p5V3A+bhT@d&TDc4s+)s&77_Cr4M!!Eg@Yb ꠧ:g //oirt Ơ"&bB%3oPʀ ' 3|j\H#J lNQ@ T bGLg+Mt,06ko M]0O+eVƲ8:-@h9OH (Ʌ^R /1)TyT.$Oh"fu#V}^> (PXXۀ@@ Vvj".5))fBl3ъܩ7+ - !S4NErDcy( wr @S/m rt"m%3 ;,ThhIa  +N ˦WSX` qWek@Y'ZM.~Vt3Ca|h!1Psd Htܵ5^{T1|&&5llm ^nun>`jm nL~07WI6XS%(Z^V)ALb$GNG,musUeNw+_\,vjavj9 w-gxQɄ`JWS1U/iq )yO+zG'va2ʾ7 F`1~2}q?5r%we3 .UWM gu+I*oSEwJt_PU0u+ŒrB4v#XvvzQ֪|c`ͶlRy\V(3GIׂQU LW3}$&$OrǠ 8YeaBL)+&*KAg=wV%FT8Ex0#Oi5j]qWQRkJbC YS5U wm0]u ͓8^:Ky?yw QeZyYoYf=lsKiOmE-MOWO /̵,78it ֕ j"UwQ|ѦY;y] #9a6G<7yyno p9 Ɔ |1x`'T gMyY8طuMLƏ2 y8ե8aWlzvs:k uQM@z&R2 Y \#뮩m)B93`l0 `m|bRSGך!%i5(Smk%M;6zNoSnxt_0\捃3Ahv Pk:-QV஋Z @;O lOZ{zTNzF"HwMyzE$ǕTWy{ٚr߂)1@n ADK ĢNYO\ uCa (xVywoF <@ nYKnĽ0xj 󆀔G B^^JQN<[ Wrã*8gtU[WZgeeUrAaVhP-1-Ut<1R aQ ͼY тp{蜢EvPS ;\c|A6!gALz\;N ;;t<94(#iҥi@w |jMQQyw nURlYlAmA8!ő%jMH0Z b$n,ȢϿ#+ r>Ѻeg-T#f.pٺA%6wN锘W$O ذ;iiY߻ٻ8 /]{k _)&vd˶` 6^?>"9nۅQ#x;}L%77Lw~rݚ/*(gIwvi݁sk/7^8K^:Cѻۘ25Q7~V]uagW+]k}ˮY唱XꞝQۖ(zQ~J ) *4o?Wr!:Ԡ:PV!, Ydb;XBP*R7n&:v;$#7nܴrժn]\6yΝd铀,4ҥLjTѡEeUY@Lr I׎;jU1{:1J+Eܸ1D# _3yi=e)ɔ9qHht -o :P!Մ yFRᦏHy^=hP1~2fjڴi3ZԀQ"D*FaF;mdɓ(+D:]]+OtPUMPM-xSJEQV\ XbLDUŅ0\RI"`qt ^z}pA`Pf Fbe ‰dYf2F 6ZiF!VGZLY0 F[$i9qIꨡmPW@/hwB 2ߑ E^{|%sJӠCK_&$NN Zj:efrXL b\Q"[0ˆ&|E]y6Pf#D#ddKfY$D Z Ñfڕk?)d o.qq)x <<CvPB(:E{SVj9StSVDP.7J)T=Ub!Y~("tЁ[pU,%_%(j:"ZK+:ZZjbc o0hi鮻<9 l%jXFv2d 5qH~hi2VS6`0Z5V+dya$5%nVXqx5c5KP 2pD#MB2 f\=$_c%bKihu/[FRcnqm];C$!i("7gz*QJ)}j&(ˉxB@EA݂Z Nv46!\tv?3ˈx xH+]Jp$o7ZJap%7,f{\4§ @fw%,mnA%/_iW!#;NT0qYB  -1hr 4.ud+aVF:u+eRT*TNh5X FC"4*H=#L2wd ԅCkbXHenp[֕* c+XH6A4W ^J/*bڽЈ .8x001SD6L1 YM Q3^K~U)qZRn\@m3f`^2)mURC_?D`d7JٛމҁW6ё4.U;oXH+]b4+FF5`׻.Oa[K30Lr5 ö6!-?DB͆טuGV2GZ dPH14({fu&A%YgP:%z•ߦTYY#hHGzҔް:^uXyqD廦5o<Һ~NwZ";nmv&i_ڊuPT:2s(Pz1s'Ƴ>= M׉ wW+w_Eb|?O Cz /r)k (szB~06lg?S&tv{{ve<`2!ugFufėuLJ|bWg2B2i7}k-Qp'!.SQs}7Qww'60~4'iw"C<"RDVG/X&c` k6M@ksc:e[Qlgw /10G?[$mÈo{L&t@gfHTIsEWç1f9P:Xvv?(}QgY v:b}9}v'a4h;wSi$X#4q7vjlXy=%U4Pla@Xer&@a'mtiUuP((`9F)v_&Co|2v~FpPAp4TC !ewᇋ;""84x8wq1L,cp @iHyf _Tk6 /caSaPNF@mA_0Op@'H(u{hWanWGWnZAAuP1B% "*Hpńvp"Y;Y&5"$i"qyPD/I$S.bF[68 0ȓAE_5CYkw؍ g`.sZu%XmR u•_Pw^V,X|fuVpP^8&؃u2v`7HHVyu;daG3,vZɳq1)&4ihhh虓'c Dapl?>!Yrla7]tnP+H9|)u `<QzX8`Jx2֑IE GeRU8Z+""L'#rVpbi6cc:EL sstSAK08IρLC`6XVk)n1.z rIg(㨨XBXGp hXywDJ_Kpx7Px%F6r)xǑhhbjd[um;5=A'%szЖ?JmFFpѕyZƤ0)A^(i_Y_w_/*3gg8 @r@*%"C KbAK0iCS "p!<\:L\jsb:c[V(o@F%@GQmTq{n`YHdf)ZfyIv#֨ [XK+HC:H+iiEsZ9# q){?)c0 2w2F q5di!/Qd}0ʪ%hsaӚOD5(Ȗ-97t3ڨggDYJ[Zpa~S :!}w'Iq,~qv r?6yCɶr«*qS;EvKc eNX.Gxtf#*pxu1|%j%䨟 ;a[}z)"+JRBRFcq*j 8dKj x_Sjb?/E:Q?urwJ! (3[Wt:xPXv噿)66I\`hu׺;++Kf'KC1 LʜXW5_<|9vqɹ\oW܃ۨŐIrpFkᷯl }7 t0q!xRi-OTL"Vt>|ȉS=E vj dHZY6p'ĸȰH Iu||/ө\C"e#]}˅ev gLZl}[˵YL5ME&/-l?Uq[tE=w/-P!m۫6RW AL.; 0`H{ M,z9|o}o7$]{mv_-\b;L|'i'-"-{Qx<51Pzb`SS>EW䍫xa&1Sm~@Tjۿefd]Wmi+ nmѺlM ;8o?}!=޵a*RT#4'5@yqR_ L]> 0\ &NźdcR&RFQl'oxP!H3'o#y};;XvU!~\p;wt %U a {,wLLi^5 O@%?}Pg!O($.P׭}Nl=鯃n2^n],`Gom"ſ7j!iӵrȕB];1U-.t](&>wxbH!7f,1Ä %J(Bf 1j E˘6cԨRHu$RM!b u$H RDY-^`NHd BV ?gԁ!5`\@@c!;v 1dm7369p&]ȍ7mZrժl:brN[Al߾&pSL|^@p8n|x2s.0n6„4:Qɳ\a̸z+GF1iČ. 9u (* #=DPtBG8BB!d Tijp:,䑴ď 6A.X@l3 {Ȇ̲6댜BƜPkGuta5^-۴t9|cn84Y(2r:v ,i衈ʛJ䎎I$SI%`!d tҢd( $dBdAUأ D@d XPfR7+G:Wl j@ )H1!!H4CR;PvrFhqS, [$M4'yJu\)Rk^1̀w;Es89 6[XP H..HD;QGs%F No-4TQ_Vˑ42 w2(wUG␫^"FK$Y61kj 322ʼ G;%NCW]u^Jz7owM78pٍvw r0ˆ]$ R3n.iRVU܁b)x;HV<44i 0HE/>@#h%G<ւIf|):s0IORv6^&7-`ȯQa^Nn xu ! i(riTNc4d @2eLXAЁRH; ^e(@5Ȇz&P0y"J.I,' 0:L0AU[bLg'&1ΈVӚ :bWemM[S1pum G; D*F9 jLQ"=%J:Ē@R84Ѕ^PBD.xA k#N C]zx4B "P>[Kkmm]{ dE#O\"iNþZDInܰ6nO&yS`+SX/Fz,H.Nx,Q' }^L>ؔ0"pv$$HHSFP C-IY/^@#d6\S NI,m\8as55z[R|TGxsjp5^e0s"AO=/F=j+A?8nu4VP25 D# `(jX!JtjERf o8RD F۽ 166+?لZblWBnc2MMmcx&q8M2Xv7 @1ͽG xZ`#,F! 6{o.}1ZQ"h x``)bqV BQ@C8*#l\3l+F+87MuJrqirN MX 4!(>X$|2B&$%W& qǶY 2XUCPJ +̫g94(aB: #v". -&=ƅ$uƟu̯5I\ 7 u!<5 | #xE6!Au!R3Oz ^>v|`f $NV+ ڈ.{Y*OoD!#0%\mwHƜ7͇%4Q.*%u:zrNڗrp"'POX jjwNOeEaJl e>VBp`U2%e{HpvXK0EY١..%ZLaJhQM1DSZ׸ it]q_-=^n}X=@^ԅa=9-ɸ^zGl dT Q@,$P΋.x6ri+{,8 eЂ_=! " 2ҥmP7 4ly Ӗ*70>]/ٍzLcC8;=cB&܁'@́#7I/@$@C/X342(R2Ip\ɶ)s@{ 340Aۆ 0DA)㫷d%a/B}Svڀ. Ӧ1B>=Ivk@yC2zb>ӠEBIi_#`âx؃:C(` sIkx\a#Q@Rr#8`D AF$Al7o mp!,,A#Ns*mʛ|? ?BlcBH`J*ӵ]3`̿#hc (XF|F8@II8l3B) 3P,s,X uEtǨE)K{4}K|HD;LE5r9=Hs $.(٘ ,,].,Q1IM# P}1҅,N"%Ld#WuRԀ0BjDː8Yŋ!ȁ#_aثH4OkS)XCJ;=^TT0>(bѤ ^HA(58Fu,pd)d,:J`&ҀQZ7QJS5c= +RLX=UA٠Ȋ,Uuq@*+ҏ8hV Vk32*2A<=501pбL ,.s0 qS>H0 VcJD$ڰIGhSG+OXmѱ9MN<HA `ƍE#Җ}Y5*Y FQOE꜓xe"xa iC8 94]Axqm -]ڛvyu) ,4l?EP~?][y֪ǟZ-m؆_=>=rNIڄh߸lrɝ_'}_x+B)$Yۈc]dgVD[̡xA91v} U8p1 ]bk(0HCЫ/<75[|޴->o9X,r(^XQ[ȵ \/4I.HYU.^u%`[<$& zَ"1 5h3+A 17P3a DVH6) JB?P?u] DSMe-W6XV↥# _[(&PeW[xBA)cFd>f_`1{΁l&#Y"z:Lq^nlYeZ(ޚ&]l\AʖoKK:lvXaV8Ei6lѕâ>M|eۖpI1 p pY?(g?.?(dW6JT "%`X~`5o.pX}ReC?%,2 .B:c aZo֧ސUuX˽D2)4OBK-R٘Z.+,{5nv>:39B0y=%!r7sAs f=z3iŵJ/|q[QKDu^RrW(WixbRmXtº*u:o`c-<^` iDbN`g_ʗv>ۣvi"! Ǟȋ@7zAs?p.xi<0hkn^|hyDqtn?6xWX/}2Yr&RE[uoy BY4wn>HVE(@E#z^"7}st?WPgzIrOnz"YhMG/J{gx@{P?_KfxNrJ_uyR&R2{U{s |$4mcGpw\|EhE?X͐%B, aA <(`"Ŋ/b`#G.ӧ9|N#E܈iBLlys~w8w!E:ҦLʈ8FV4M+ӮKr6KLRNrm]z&Y[w+W\E{)4:ǎ;u1JWykʼn4s+= ]DȍѤG9rʔ|%:ԨџhΠAg#C|P@#Oc oɓ+yΚ7u '^OB-*.)R]*֬N1Z.i׺ \U _Ņ+]E%EYV&\vc͖U\g,}hB"j&vk6hlsq"X6 'q)@FGύ$}Ȓhĝ a)MڄSy QG&I)bwoXb["(ZU6X!#jDžfȡ=fhmh؉bGIvqa96£%p 9ёz\GZ$EduRSO8DS;%^zdRޙhInXr4gG`c)%g*I2.*f%t.kHjeX#|4CHkEbTkF|HGKisCluY^Pт9-{G!uyn&}݆5gjػEO+vռ\轚q}"ehFp&[#0]Z݊HwFl<"&2쬗@PsTՆV9]h~I 5db5(])X`b(f#jhZK+} ۤi(cS +߃MjEB䀅O2E`r3Y5Vܿ t &5&uݢP"F0⁲{Trԫk5|kk CԬSlCF5LBucAZ i{!G8c>H fB׸(Tz"?ygrIͼĿ0]xDg*X[>dFe`""AZv7"+3!WFxly{M&#>-\`JVe.do+i QA Jp!0+&:X,4Z~tzjg֑}#-k&֙QR%t`Gbߵi^|^$"nďs CBH[ҴE6̒K﷫L&0DL%9[5I(;Aض{u7ʬއYvūn#c\(ێ4Acv$pi7.ݣKȻus&B2q#!wl 7 IV<P@wΡT<;,IsU7a{Bj)ͽu߫w}318Wr>x0*W:p 30b7vJvo:| dbڙv }tNT~d&wVZ=kM~3YQiMd$%^,9cJ͘L_1TF\hl GQU}uVVT[UI)2Jd(@pFJSx!Y,dQ @a)ZOpQ蝖 ߕ qGOu_ey\t(0L^30%%J#S:- M^\j]_m RQ`IVM.W FWZ_s I# #J`j&B!|"M]Ùb*U`+V!7!ay _\#^2^1#sy̡TfxPDd8Z%rcxd.F #ac::F; *ip㵑GY#R ̌ ! cA "C> 枿_^Y\daldBGzG2Hr'c`IĠJe$ KIeMvcR90TyePΡ! ,1ڞS`ߡT`)&LcDHF^We-%Hr8%Zd%ùk\VMc}$% PU[bVN.˝ڻ9NuI&B֝e,GEJ`|\ą\xhVxF!.m`%Ljf|#IҐʲDfm%qCM6&{Á*ER `8ODh&gE(1B?A_=x(ݽtR]eEnftfF~%xhXx%Ybag9k(|hJ"G~q I~V2 ]f],foRŁ_jx煖DžfR*]QVU)9NU*(Bg>UxWf3xhBGV7Jacb\ù現)XqJZ ZF|⦀f_V)}R.%CS.W([JBAR5n]b&)*^x2kj$zgjL '>|%⌙'짧eZLi|X2o$jOW@ɖz Av(zܑmPb٘)Z1%)> ņeI#$ v4ZYB\D(Ȭ*&^yRTk"zXA)ܵ fHQ-5 Zh͜,$Fd쳢VAŎ7rAi4lD|V +B~ Lz,MOlT낶܍h}A~aHQmZ%>rUޑGVزj]lGjbH*1fԭ PB+ƬZ兪nN6}L8\o*ђCQʟ fQm\zll}m#B2.ŪmE' mLXۏikJ/d+BۑtY<*̖-*EZ/f>. r.i onIJ3-q8kvXR+^Ⱥ̏.30KP^rHn=X8lǻf29BpѺ0θq 0Ju f>FaЂG2ojnx0"JHZZLܭL[$Q]A)^6+͜0WRע瀯zP-x q׈/1VF 'n!'2 2ӮV'igXrCqrũ(L_:.+r=VT-sκ3q. 0E@++ !o3+j5W3|eUts%L{8Bt^'k֣^..=2=ӳX=?E_Pi[אZArB3/{.`W"3nEGtE3nFS4 \(t7-& &GKgೡs\B]&.W=+O4 v9| ͂ R#uQ-et 20tAօlU!oD0;3FGu~I[o8t*BC` ]+i]F)NNS= 6aa` Q#PsuiKp2UhfUb3V;{vG"6Ha,f4J/m%'5C,DC!xKpsn m<0`6ss?0Ct3|Xw36cۘ_=fXgoV\m3{3mG(}/dXC*&k&`819 ioK!,"H`twpO†&q3cG:E 3ɒ&0_:q"EJRYl28Pp"]zF> W:'K\}ʜ@}ذQ)dh 5nrR%<Ѧ?l^x*F 6o/ƈ1LB¸URO!@xnMAŊ SDk̊7%iFUƗ/ST!!\FPD Rr&r˳~TW[10׾bZ PlO^RD[C ?0}ث=ĐB0LI~HB5+alb*lS<TD!AofrO4{2D(&%^I-|kG̉ڼ|9S %p)ϐ !_G$IaCcԉ,B:@RAŀB 6tXT@ @p(-iu0 Fµ} QV]BQGόa{2KqS rO ȑ{&Z1!-0&-:\!6 kC@Ԏ7 ,Q_EmZy TfsjC-<Ȁ7S.PxkR'MRx0a EN뤱@4[4l0( oCsj"MrK3퓓fա\ٗQLMsHL 7;֐0Z:bGypfLD#@9lZ:`0X` KBM,0dZ'+!3DZ:oMF{Dm6$Gnb7-\8x5C6]󡿰Dx"yE`/D@4cP}`O{hAquNӬfE7jews|=kp6|fK ;' N-I7cL&'I{ꌐ<̃ dX i6^[G,k@<Ӝ`]:6n 4Kn(FxB zᚧ||Xd8O_i6-ϧZ[|$x7R%ffxxk p'yc] gpߥS2 CpD}Xr%W%Xi2ldfwo8R 0 PpօWc>1 ?NL{fMAB5`,o /Zsb:}>$N# gm(T1qx:φS>f@fZ'e1%C@L~z|؇{"j"sGnUeI3H4wokx8Xy @ qppy:A! iЊ{eVfmV'yjP0':B4Kp$UM߲abMPR`ܵfU+lÚЧcDF,H(nrOC<o+?]]|S[pFqSV=LR:ȁilKp<9쪷i*˛ͱR;FUjM/kC;' Z`jIr͸Y>~=˷~0Qӷ :- OO";y=}dќҬ*~-y<*c ͐PyKR8Փ0 э#]d݈l=g7\u9 LܹMLW+t* ѠIbBM1Fa-f@*M=\/-DZ{RͰ}dMl'NJr܃P5)46\Ȝ0׍ mݭΡ/91*]P 9à=g/DJ%cT=8%܈K.޵K6]Ymˬ=&˷!G0RԊݯ4@I*3~*xn㬘!rxtY!\Qo - ]H@J䧙< p= ԝz'{);#Ip FJ]{nUX>Θ챊콋Jʋ 9?8UgSvތg@08VYR Cg˝|4ӃãMjp$_fuI2~*0꣞Rwz&X8.WMo' "%p+ǼKpJ8㓘W" k*Mxu:rب  ]Sњ%6Xr$4ۃ?x{@#5-Ew_鹝J̛Gos@_ _0__p*&9D`AH %%iCQ¤F 1^dH 6!Eb @@ƨ4k1efqCNnBLLւtPDO c:]PRYG 31ZM?M QWC~<N -jhq ?TNXfͼch ?xbL(RVe1k!BGϞ{DUi9SA-ǍkبߜvúOEZ{?~М!N)b,_Ź/_LϞ{z <=!yiE1R\qHNHL5u>ٟ'4b/&f 1(-ZB+4L- ܐ/)N`A){ÐB Ns0W$ވ|٣lBxRM5xmԺ6r㭐@~- 'XӅ& * DJN I^R%bRH=b%r&)ј`2PSɣ*j"Zе, ٰCя-FP$BŻhQ3jcCCa1m]$hr޺^f,PsM't0Pᄅ]X 3°2 TP Ea= *ܳRPR%*PBR(T1R'٢FWRH(p Cʫ 'p%&PhBLp@ʾ i,$̌2TW4ws cJ5í$n,"al@r8\Opb6,1n;G6 B h"hG!׍:h/ejUc Te!JM8qЏDvKFoVzd3XW7 s *0#j3xE̮Vpk:KfB. vz'(YbF0epKn4l A'h l@,j8BG-+u 1D-\D Z]YRw8I ~FAċQhB-z@sOB(N B􀆽XE|Cv> 2/D`@ߜ }C!k([YD Z2Q @(p ATj)_uCa9@nM Rhh.{i@la6t*:> LBpg8Z5ad B @eRp"\'6Nozd\CFфFyc1t[hx`+TР-lPQ F*S 3BNKDΌD ыD4zPQ nzJ|Lh%pvy^ Āl6I! Rag$XSpy+o06ԠZ!vGN*f\ɒv2Oyғ< LcEF u󽁾a<4a~6(7hVABhDJHu0Df@1!lJY^%@6P£N(\j*]JU޵@hau*7,Z@jaCk JI'ȸ{JW}hH%"$,=3є d<]@ PDU@7&Cc!@M}"p( G#ު⪗]B7W982q4e3 Ys19]D/a9A >p$`@ƀ|K  ||B9@p/(<(\{0aApG 5h!WK[] axc780VEwVVAC]jA7` j@5}r-QGXr[x=Ё-YP巾3aޫsCT(ƒ?\}^"> yp &0d,F1 \ t >N^!X4EKsFŚ:j/x ':.h? ic}ekn |`0 MC6Gr),( 6ޢ-&+ʨ 7л60 q{. Բ7ŋ*+k$kb(ʻJ *`/49RHL-@.(=A;FhJ!BF+"mý(گ@>SNs JhR#=X,r=C+0˾)>$0$@(>98bMI"Z2L\C6/)0Ht%0X`/ &5 7AzdSd *;@K$7l?TΘ\7hNwӯ/vBw}WvN6):AS*FrHr@](`] B(`X-]gpL}TKK}ԌŐ݁TtTZ0PU}*؅*)GdY5]L\$`8(Ze id Y+ UYRIR%(hR61lp ti..u9zW[v10+; $Ag nrJؐ U 3MXb\bH؋܏E\_˵X]pg؍PKmPMeb8Nt?G(+4\Y[ #\Z M} p&8̑A:+Ҏ r 9qWrM W,E؊۸-6w/4Wۂ7. \ PSMԺ4 P&ɥ$``\bXн܄Յ=a\5]&pp\J'e A uY%6tQ\xmb-Zq) ^yIJ$:$Rd9ߕ추:m7t(,|;ޯbcqR*O-A`trHؓUUFZp!`ԃۿ5XNdʽ\XX\`̂mܥLZݢ+b Mp]Ɓ0^faf`8↋H i,4DjV!bD)-\5E@drmb;>\vgTʂj:ZU-80=:dMKMp<DKAA<@MeQ6eѕa&`8'؂-20{CE``bc&fbVd^fQ f ^jb)AĹA)tM9? 9 );kLu62>v,RrQE8hMvg`c F;]hb<}+}l7bgE]>iMi&A]AavC^Am `.>椖{guĭu;2.c"^H迼Kc—-)75h@9v7MT븪nk㛁,,(7dXa۳ =BFFh셮 F75c3p *ζbFEֲij]p !ź&ϒ -H2hc".͂cjL,+, ƴm4⛁(>C-f-%k Y$J8BԄ DUl}pY(YHDGEOtptYxtHgblTKb% ؀ A`"ZLo!\2h]vdv'^K¤H?5'JJZ;n;j5 +8u.KvL0b+z:X@sK>;lKt<6StYD'tWGtIJkǓO;O~3k\^G 4H0 ]jY/4+nbp9P1]cb%!W-WeRzؤsg&5= 9޲"c.wpIku'@uwЕw4G+sgpϥJx`tE7x/7|?xwxlɣSˎ[% *G4Xq@V׀y'ux˖&,߼9$G"I RTRۨh:-ʻ2kvx(jK 4K+%*f|}\`uHui#DG<J݁\؄4xH B 2吀, 8"Ɗ'n<㧏 |l@BG3ԉhP*R,с 4 g qϟ8G!?ha7C`P C 53fp5ŋU߼iݻVufUQffAvY i!iEؠ5Ё UAlч[dD'(tIQFMRIi@Bg,TT)5aF!ب/ X)IU6h^Ѹ)0K*.n$:D YnE(C 3eؖ4^ IqœI5sCn[u iB'%L'vsǝ&@G"XAltl (O_]$uS_IbnhC aE F׮I"ntxW8>#[Yk-e~-i,B;АK.΃ι봃%:[vEk 3K,lfi rgU4‡CxEq`@%C:z2h B\}dŐsJw{ ?̓UfZwt D>+-i= /T5hTa hTas<ւ-\f#`{з&*]k4*h9e"*KH9fZ  C <;V"<͇d8+MJ ^U_1ZhhM|^L׊9$ cUsbx#1ovF M8'AN0N 0R0a$ƒ3 fpMQ -%\YȑR1d՘WawpieB#\.15xÂ"Ҙ"Pq[vM&q@#@ v 3HNq~Әq{,@E@r /]Z')R&ؓNjTc]}K_±]BԡeNCl!`XDS-ge`fU Ӗ*}ZvIK ^dqRMm^(ƭk5T sLc0u%"&P8;UQNt;,U׶>2 a0 %2~KPFpA( x0Ahv-V@N_BE6^E#vxx b\MmY+G󶚞q*~I? PBGPm>9pP@LOt#>RyB@ZL#Xl,Lc}HuQ VF^ ՇĘۥLMLah&/R7HiCxPU.^`B` POjQZq:HzWunxQ&cM بG~(!ɠc@ @E^ĭܵ}A+bw[l%GqGsbuxW^eOU!"v?b?:EhC@A@ ~oJ6:H'Ю5^ū̀r`zD[^)Y09S=V0QM`0/ՈEZp@@QQ%uꂸ؝áCݩ}ťߵ ZUs\b&݁ -8Y@\ A @^VE d@4M셐JqE aĀDkшI% 6'NZԁ%0<F@hUF`(`K\a+.B0u!̭Q6<8 P1К1_" 1H+,qh E%o*\^mѢddF½#x΀ed$1m 5-n3A T= PXV @PAa0mblVo# Kz, .W $.-TXcsV6Ym$WBіe`dq뢶k`(Je.%V0}`|Cѩj"4,[| ]o޺ UUDe!nPH^.SBX 7ԣ*+J#0p!hA ̣h %@#VAmC@d*(-MHU&G>@.<# OqE%2<@ToJ(\ֹ/Vɖ] ^)nhqAtׁސ& V غa323.NAlK3J  ߖa#\ͩN"8s DA Prf RȭTWDCŬn \\DnhVA(CX:-A#@#X4>xaK.,zj8<, =oJL@13O" ( N+3 $G.urR3!-VV6A ARTA솖A%EqC #?]ki1$YybNB6wOgˍ,@Ĝ@b]i2{N4Dt~ v Sk!BB^]ԵVk:kA4@"S+E8U>0qwȇ#cĵoFF72-Z@bAsw.y^fnR"\{y6}a> La*D  @ \I0`ʔ##KT؆M_`󦎡B"Eǫh L  oD3aRGbb͛ ^1DK:ngР@qE%F| 1liv!7m:]|p` 6|qbŋuF-.ać \XČ#o 3TDi ҌQETǒ7nhآԒL4Q-Q$!@7uj0c&#WuQ9G5Qv `-m ;GZ/, L 5ܐC>9 &a +(!:Іpc*Av 0b)\[%bȡ ؃H|{#a^F2i$B yC eRn:A 7h*dBpqy<2`pJ -@Φ*$E#ĚaDkc0m1mgsjѥ8T,C:P2I²B@: a胪l\ r=2"n&_ΒҐ:ڒK/3a6*i>B(JJ)֫a3`d$+,O>-EAfLpA/ )N3S%f2l2>LlX A!ؠu<2 <`r"߂Kҍ!b#(,YK&:^JL75Lɐi[ 3$OTB9Y@ ԮJrˆE'BY cF4TDvHy4H^b=VH"5iS d 1,xi*|VsB?i $^Z06g~BK!RE4bQ/Lt7[RTZ#~x)0"nɩq\29::H9Vqx>Dǃ! vJ$I[8)eQ&/pdh$Ćd"-J(2T*H{#|,g)}i`>iU_17ve\ڸVӚ{e͏W`΍E a a%B<<D! d0S8HF 0UHZ*Rp#]bdJ- ѐ8@t n^4`%7 Wzv,=!D$- !48GR&}#d'pT@ ~ (!=7@* EV6`3(HcTO` ax4,z6q %Lq X r3oabØ> '&GY`k#@G" KLݓR7մGM-MFrWmݦ6)18Y< DBrQ\R&_n**WVΘ;_x^}(ΠIrf3Pu ,br"V ?m@(M"Ҫj&Dv2SQx`"jP{ʺⱬUrB{=P׺%,]p-@<d!Ȼ&Q ZLCp-gL00v+_H3Ӝ5Š1;P66!\WwLvh]^fQ0%Y^RաXw]i)޿2"-5' Xk-f\ %q^e܀ %jXv``CJxkPx=O5$yG~-ow Z{˭-buJQV |qDM9F5X _f `8}6q܈\$'Ha!τiISܙs@XIXtDE74ߠ64] 5= `-J6&m#A G\ws$Qǹx N޿ȟD.vJĺ7prY WL [59w/!dm@ ("Q JaJnpl/.4*F'_VeU p 4WoO H,ZJH ^"a"D^/wکuP3` UZE)/j- n1& Ad~0~p+ȄPɀ`L` #0^4 -hJ u4v *N ONMg0.蟲rCd@7o*(280-#e9갎.(n:sl0 ;5:;|<0ųhѳD _2U=AC$(44BNL@#Aπbm Y a+5/7eBHĴ68-C4D70sT4k/330etFF;3%u+Xh Գr _&SU:u'CC&JMHn` *7PFL, M%tB萢B0-mNAN1-dDeAn(NPfQœ\+Qk ՄR322ƢSA5TEJ Rul<-7h~ NorH !8Д^ش,-JB \u9תҮyS:[[u0FQ!uֵp^A܃*?OTus,A 0H   nZz-cZN,%v*FVF68YQVejOe킕KBއf9f9e1]&Ap@cIV|@ @F5  )@(kvl #Y-bRkc۔^FK j.<,Y4$9R*ER:uAaPkVWurw2!hhr2i4qޠI_`iw6l Oxo^5ۀg< 4$$.4zWb ^ /@NV{Թ&Rip(P[}uS1, Rrk ؕ&Q&?siI_O3]W X U2 &)s6ǣIxW"@بy- $b`zے{KpST /QLj!`i[PGr?Yz13=Ksgpgi2NAʀ3[w8L֘viw8x"a=ox ũwX+7vsd$M"9Y3"lb씴Z5?EQɕqFrV7 G۵h v^ %4ˆ!) ,X4ɸ `Su'a(8x+o۠EbyvfO"WOȘ"YD3Д@RaZ#Jn EpMr!(2:e[ [YTPi[p;#o[uarIAv@.MPt ; _ ͈( a:sl!eoښنBI,OdNŰy^Zk`4,2-emSn`p I0S2QzaS~zz 1ssYDw'/GD DuUŌ0 <9kڦ<'\6K)Vp !"4&^*U\-؂7ǡ {dAxO399?٬!+;<}뭕;XY8DZR/z}\t@[FKuɝ ̽{Ag˕A ,!K |ӜqW9W<N؊+\"@@R\0|wхō{SM]\~wƫ@ӭ[;W?=wIA7T` 9Afm u… :|Q!BV%F2etC.4J+\ЙֈDX)N3L9"D>\Xp0b2F I$9BhϚ="6,Nr v$k֠A4&ƫ-^hPH ;Tx"D>ؼQ7RB beȐ3J0`ca;۱ xM¶ܸm"p7gpqwȍ4mZrjr.Wk6~`FYc$p`‰#X>!Eߵ_\4h괣JZ-\&|qSN:S A-F%uA/4Cc`B 4l(WX9b$H$$je %ĥ ]-FW XbFu(2ٍiAf>Q!cZjvk lopfc8əÜsMG&\vu]AYy5DB]t{vHJU<Ò0/'&XāP}`ԃJ-.P[TAblHUjZWd5`.1DuD#~ B '  Cd=R ZdCg! cXelѦ[cy\r5̛P7'vvzx{WJp İ{7_IĄ~U%0UˆX` <B:rՅaB2k6,cM6ҫ2B+H#!˾bRd~-$ .0@k^([ƶMm#67 Ngҋ4:LW]1ֹwx~Pz75DI;P~I: gN!w擂 zDHQa33 $дŢ555 *ʠCoUK/Q ~B 8/cZ-Oj-ekV. 6ldۮ šY5\txwA'"A ;k\GEM%{F2DZYsB:5 eb-\zb7ڱhVY6vg^b"C`*B0yXS$QoI5g>dh{^$٠-7b"D/{o›;qNS\B f@nYÑP>gR&4yN'7 B:Q%Ń/pʩ0a vka&jEg) ^!@0,C/8`!fy0p df%I/x$0.*YъX"7q0}mSqҔt:wWus;ݩoaWd" $7 $xa< #? F) ,#ر哘('1Yg0bJT0D-% upK=6A/Cx[PP#|c#7>MwQLn[qӦZQ~ެ)N ٙ8;HG>"b0j(ARhP@JPaB$ bGZg+&QʟyF Aip =OBDfS` ͸~ TaQ]M1Ͷ ri7P#L#V9NPH(Vxg^c8կ_M;=ٱvh#vpf,swi] F'R`$)Z0S /'٢w`|6 xS (6 t?@+}: ikF3GdbN'7rpiX r];Ԛ@f-qIʈF$|P"׼EA$=W?1|t5m7 ` x+.ِyy&_`R 1m/edZ0=~&tzOR {t>VT7o,V75\W\g|ȧa]U8Hpv14(Fp}Gq ~ |@qw9NwWHQ kY<ŘJcJɘJ+,2gxf:jA3x`S`aʀ!anp$zA=X1Z*{E{a{'E&FFi{ϡ 27S|7xF!p0e' 0] $a;LƊJ(%O A^B\3yfQ^_d! Г$:r&Sis!0Po`$e,95PtGE.%v>ڠ[w6[&biXv|Yz\rv\NvuCh}4P}11~8G9%i|':X:HዾƨJ4AЅhfgvf<3`"p`SPHEGZMh[[++ۤ Yu4^ז5Ɛtdv\X} W}2aHqEP3e7H#P:y @IMAŨ\蟛)Qy^ __5&*PRIZpJ4}gSSAG[R6E1MP`)/ЂE7ρoqB?Y_~c0vi'BFPّqL8RX8!)23b),y5x)+t_fv 9sҚS @%S|vzO "^"h.(ZMaY-&p/ 'uki8(}ݑtى YN?*O6 ~w]TH"^@w~I $cfl_P+kzf ʠ1S+XI2`AZ) Z%:ĉbWj5po4zUiFtNU@RAԝ}}pيp 7M:R9ev^?Pxj#fՓ*aa :$w nZK d⺕Z&Tu p"4X|eDžhאx\zYt YV)VzAKeAkمoۅeJYDZb;I>3*B{Hc`(D2,V#|BMRrLվ%ʂ[ORu[8MjO8G , @ v)@s䉘Q82g) A%0!MQc2'I*K%`3Q*~&@c$@=KCLnGԣTٳ^MQ%!\ 4Z\ki,h$$֦XX dV^̞#cP{RM%Y9D߄ @`1:` ۲m߄ZZ_سbHo 7/AUT k.q>4v^b\dܕ޵c˘3`#sPCP4^7:K=FnnmUa3'-+x;ULh]e#Ɇ*i- RBl ^L\-,Y=-dg.4@%1^q7T1)|U2/0ۢg.Ԙ+21 @tQ@ pSG _J[&m2U{*3IN֤#F o9q݄ HнT22?PQ4R`N{!Wn"S1jaq4=S{#vMO͏N ^/0nuzQ˷u'A4a)+ƜWz߯>`O&Mlj~ʿ/?N\]g[f=j0H1O`ۻw <ҍBCX8ބ0oQF`=AIR4 4Sʾ}kU -o"z#HL$d@ 9Lnܶq3DΝ;ÙN8pwwgi=EW:r]uk]z͊kװXuSLlnzmܹ[@}` v7mAq.hk&U…δK*UbH>VXRDuBn̘abF %h"DnݺKQ-fƌQRHHrݑ{9( RكhaCJF-b1GMR'R%+eҬ'})#Aq!gJzq* +..C2̪+j+MHk / 렱LjlZ,"364,L-"\{bmvB( n6PÒL.  1 [0)"LԻW~sn#dqԿ(u@L)j =L,:díbkF\kT\QVYa h̄1Ljq̈F$IVcm)e6+s3! ӂL#Dws7==("| GzOk($e6IGyxMA9RHYiJk Ӟ~Y(NZ*ŪS9CeVcj.t.l9h2h]\E2jyY"9M$׿q.&@wLe*d";>u2Q=T렙˞BqT/Yp!//}qQbᡨ.+bQь'K+;J,` 4SV=p | >p +06K<{C0i~ٛ$! HpG+PbH&! ,ű t R2։jB(j7Vv0b5#^ŕzINJ\xI tʚZ\A .L̑9IQ^|| d0Q$(Ca ȿ! |0S HF+va]b g#/y OL28Iv@AdEȔi&|]LBqvXQahE8,pRPEUC]C6=1vУUYN4huӬQ* J06,FK">3͇Mጣ/p'^툄|}$)p >9Dk\&`h*AlJ(T&T!e,Utš,Dj _ʢ+-{,D%wSGx'j-]SMk9[19Hoc׿A p8[yjh/A8HD:x͎P~ %P K.E3 ׿Gqw.+i@YX+GY崧=FTqdB4}&48oͩ[Z[ h5i$[꨿jC.&!-ńR QEe TFUvr3S]`V!Ҥh֝\}"i4x bb6Ķ՞QU6Zڒ &6II춷:?A@@.ru O~)IpB A֠-+ lFЈ,)K4tY*mn:Y;+[A78ЁlKG&JB =%f*!#QkI^ӭF4uK\Apd6ՉbAy#p|Q蟐Q JE b]Z0!)b /5XjW( :3E-mJ^lF-bz hY;m"zi#dfğɚ&%Ub@~+^ظrp{rWlۜ77vm1_pA{+_h6Zx{BqvJ]'oN흕9,0-g!rMPLDI6JmmiI {K> k)X\";0" }s 蓚W11;h;*;;6 ,1),KR:{j؝`>ľvc0+{%A!k} A@E~`W"p&و&c¾{_1b< d(0xH89 ih4,7\nFpJkÙ6C@4Cՙq0R3ytb{ l3|0L:4JPҲj }k䷧A᩶ӌKڂE%I(^`4IbB,FA(9(t D"}4xRA )h՛\S` PG:mJ13͉Kb=eJrPy EӪ!C=?T0v+˂왳$-B- %ȅZbѭQ}&\Nȁ!8DL43b4Gp4A7ЂPW R2l,յ a9\YSkUn ڠ\P R P\!8jK с,ȝ@ ] Kqea,&ں>jH)Q*hm!8_NT(HCB G E7*U ITPC5=Gy(ֻ@1ze]֔Mg}: %bB0% ԝ p=Z;`ɰknPK=ft lIBDZF.=HV^fKz6dM~Njl⢃Fh  '5Ȕ$,,.Fcc3ͽ,V>cQB YF[eyr6gZu^8F֖"xx9~:{g3-Hh.JFh#&_%ۈ 3+6, f.r0c F"A;ǖF6̷fz3Vתla0&֚$]l>!P8,)i 5M>d|ƨnXS&ޢHmڮm H E]Ȋ^k_v\.>l/߼Fk~%AZo0HsE]ڧ ȶa'R;ݒ֖5^njz䦮^6-m p mR8futka rk1Mү;idǺ`  5)-`s=t_tݑ~VSיkfiȂc~3)a&l"rsעrI>mi x>^>[ƁBxs7;s 'tC=n=px$_vMk+kLcFfV^ʠ! JK`n)dOJ+!!Ea s!P xe>[E((A(u!+mXont"tVw@,VJG d߼4zyGw ķ)u,Vt_[&칭ݎmeOpE {E6j<'B aՉzO|iwoxwR,z1 ׊kqg}]}cri/)r{c{2#0Wv_APv.mB7^mHOq, v fGqc|K܈|p&N9:ӄM3HG. 2LRFix,wRd$"BnܘrJBFe&>)Z?h|Y$Ȍ!.\X B*ujUR}@B& kXL VwފGn.q*ݥ8޽x)&x0r C!gj1qk2ʕ˕9͚9wmy2ϞѢ!rqI84ڵ*<(;aK.&ʨ#G, c9R$˕+O9KD7Da2腥[O/[j++p΢U[wU_yQ#_n1cP8aFLqhYeyHd;PKƐk*"lm&o1puqEJ'K#MWM]sl%4B0BRNg={&zL_|UZw8\0rW^zo1Š%Ec8&Jaifa 1*m7^$hqA.W :IAӒ4%vER^E\_vTeNՕ kY֛kV'gxY؂-.:3=vJv&Z"Ѳ).64PDJQ1**ڪ TI2'DtT]"^r F),t42x#|Tyd6k;gWfuo;.s1SKVc>/*d})'oFGoG}џP#F%jH#:KZ+ȹR$vº݈&RLL-Tb~>z(iAomX1't*44u`&Ysݵxo635$[lmcm7]w2bQMoyHjҐyk7v|;1o ֘ &t:]Ңhcus&(vsѠraq< &k][ =~qLFQ"Fin;bUq.8!qlV0y_M'ANmtDpd)f 9́.tb礒E^i~u8fG c\z$xh;u!oה"SGb-mSm(I#H9ґpC0I,iL}[C͡~n o "˛ g<H&5" tYQG`y=|ܦmj3as05T"YT!%JU G|ԧ>YJ|#x${"7)&ʢ//Le0s=E(2Fg[OIM=Vu&MG}sT 說s&j3 {ԛ()FDgUTuDcX $KVa)[%6%`ӣ!0 d鶕7F--u]L KMViw`Mq Nn"bN %{n2*zU"*8<ªՒ(a5jKX8)QZ׍i7YiV̨ܵ-$-\la[AV--=IMb 1iޒt&z"z$P{Y{J EBmҽ͏~H"D2l`BƤ ৙u8]Z71#cAQqE扷 sSI־VoUmL6RWB1-#l\.Xf1N8=162kpA:xLXr|33/؇@/E쫊{s'jʎ$1囇RBFL8Q"n5q,,&XfT!|ehe9+kn] 5}#ILAiq;^3 [bV5-tcgsEcMkc[&F[h[dDr*E&$^BzFώjWgsi 6׌4v3= :ʶNS%+MV;}# W}|1)ZIqe9^ nxw.稞7pzoYͷÜ{z|$7|~:!ŻuHΟ@qHZEڃ|>W9Vp_jދ8ӲBY+" c<Q`Ѕe}; ŮAݩ8CT:Uߺ?9gjǯɃ#^ott-/XVCˈ~:9 |猗SHe6ӯNz_y|ע׈F8*i8vWhDUqb%Mٗ$UiOr^Um%VD) Q T DVUI5_هQuܖy-u`TTEq\^~V䟵W%θDq MQ͍MV]T9}D̚ zu]V M kiLLAZ| %a2) I5>eTD_v]d߾AW]Kb^_LaV!`@!a .bU!V#@2j-\A8ʌU՜6itmSYMa}iѥu*b؞,bY ڎɗ"*/r@Ν-ףyDQ\(O:6AU#I5zcI&j6N9bмi9*`^ڣH?M@D/j _ٱ4DD>+-oH5fdmd1Y}SeeWĔIzJc#;bri@]ddNe_V eI~B_S&Lj"J%TQWffrV%ZQ0J%K ٥]ޟeNf_%0VfbRݝ"2DVFȍEHԁ)UZmVfBhZ$iѭ$\Tt%mI^.n`x!T!B<3>@3NdBUDDݒqr~ez%T|xGyL~Z:9Kfޖi~Z^ޕ~ɞ%bȝcݵQ%D8i@J"LLm\ouhrgxiT%脙옦kkK]ɑҨ]]i'_#]-F f ˉT\6beVfhYunhEU~()zH8CF(t>ȩը`&jÞ}V)@%$eɒ0Ƥb6gUV o4Y",̹k+wj6z$x]Ūd`%B׬Qj)֩Pg%k*lޢ" JqVĂJDSjTjj+sF&~ALuاʲlˎjvV!UG͕Q[Ҥ嚚)sҵΞjkV*(n%Qlr^2n:U*v,F36Szʦ2Bĸۮ,VeܲGl\M,&.8cƑZ6mlf^[)Se=L%%S>zlb냖-Nԧܺlgjk{+߂Kn`E%/%n. \]2"_}G>q No U*Nh ~lˮWꮃqdj.^҅]E]HM9/ m&o`Z]m>]Y椣E\,8hb ٬23"njʁ/zvvL"-J_ߢ2EQ&WV0fOk!z(eZB4Ǣ/qRj ;N {E |Eۦ+ovf'xHߺ] 'q|bf?F km=^ ]$3+^":#2oi+K/2mlP+m-0~cI@@!,"q#@n!Cy)8/yKu,E$(O\ eI`ʜD͚&Y6l]-RdHhQl*5A^L(܉uׯ9ik-l0S05cK.]?$e<⌙o-^QmS *P3MN<#E1.4i*,)E 1yӇ?3+<,p{ev˲QVMp!$`CDaf_c,,~wM؅2p"ث@mx載rt\׸PAB<' D.tӘ{,5 Hgut 5Hjg%e)pc !0g\ưնՆA ʘLqǁ&iB_Ķ9 Js%8K%+ Ћҋ*dךT=آM`%i~\7yN:%4!(b+$bu0 4|N}v= A kBXnx[95Ay=QOhA _gv`ZxE>|KBe)4 ~0+`9͎ x,8ws \r7rXD-XIFP#QGG?YBG'IL I@¥X$\ W&b)PReEႄ3\+GLR˥g'Z8LL'lNu - j6R3`w36fpR7[as\@ChGS amCd&.&k8NTVIiP,#=V݃IO{iL!1SIp╷mȠADIO}myI}b[.q'fi0в-YWuJ7 !+f !lLQ :R`AੈliAxAv(deYqE?6HD ԵXLc* r"qMhy"Ow>e}roBxht&yxAİz&ZhpW3(0e[o{\dCXR f.e k{lrF6 rs F4 SMs-mib▹̝1&t7 /#t)v1mMeTk(kQt'g'QBaZ ,*,a\eل?5iYA'u_@H<}`Bg9a($;0A jr;%=WaCpLjG%macO_Xj C,C˜ȫ{iLblZؾՓ{B(W(ks1ueZ}* 0C.:6:8C PtSFw 9 \&eA/9{pG$簺wg4 EI/g8nP:Ji Il3*]($GTvGĔך,mR&[]B{<C"@zQbڜpf) X^悺nrVQB=!r0`st9wk{E T,f i8Cӿ)|! gxGx %yVy6 4A 5DE-c9 VDaD!Jk/z/U)3{:G{ͳ7?A/QM1~Kc\MFT [_}.~M T|uDapv A?vlN`{dH~ 0w tKQ G .p"Rbq/bhy75Ap?'#\8Vr ؂Skb%hJ7#;-Zl!4@$u4 9Rs"pT,a[~ C`.D0px[p~\C}wVn@5sFbR! H C6(7whxY e.ЏշRT@ix(7RTqgy;sSBH*hT-J.J4B&y4!Z,i YY5rS !G:np?ؓ*Rpn0~ .PDs.~naD^kva` d  RXh0WxȸY̷:,+p,MhN8g5I :Yy6 < =z]zW'y;1!a!01;!bCTEAW"EZXD~ .f `" "a1fWh)CXT N: 8 zɗ~Y YyBZ I$+@9 w?Ki.:6zS Y.5y ZCU@U_BNْ "l >% Naʹ}ոY&8jɝ㙥ewX. W6`$ju痀IGvHR|ʐ'ɠj` c 1EDiD4!#d[!zjs$tB*j @j0ENPDb}-p ;j'^J^f0yvv~ 1QXY&gZ:騥٬iIsej* $`@8sY0[ x/J#%R|J(@ cpA@, \#ǨyYQ(iR-uԐ pp,(o9=uZ`z%CfePSXhYxOPZ| 1Ǫ#&j2NmnPh9QpHN6@" `zRȯշ(A  {C @*nA{-:%5JR" ܹj W*l0UQP[:Wav%{vZZs =`6pZ@K  6̇N螃YˁZ5XAb `fCcN l:t-t"kB| wBprR+y' uкPFtѐP5` 5)5P"0o<Ȝpgg+$SJl`_ı%dd%{?@ Pྲ@o[`@:vZ|ȇA   kZ- Feu'dB"'aqe@'$K%:XRj $gWD0ñ6&œjbk̋.O8f `,|ָ 5 ǙPp "ȂJʑ\1' W*A`L9j/F#;|Jʫp&&PA3bmN0hgOqPKhwн[XX,&E,]h&Oh@;p0|\yL6|wدl`9 l>0Z7,ɰq/VB~Q&ẔpdlǷ&mjGRQn@L7{ܛL|$8v\k5@gݷMnfa쥄h ds\- ]p}ؽ fO矈Yo=@afа?Pw!{} ?]ily'5wBZpѺB2يWҙgA991 5DGX &CO.Mm_ ep Y] ؽ䙰 $@6Ps|ȓw/b\ ==Tr8i=3.e[&Z,P"pa^0^ QQ /b-X}@.р %l`'gW|/3=&L[2$pT,lO5KfrD^l ~UUpղ]P p Ű׭4@s YQ Bw=0Pc^eC@23m/ pT-آZ`^ ^F`KHX/[,yQ̴/Bhz- 'Cnƍ)(HQC zSժQ-<|B #Vܸ1cF#> 0`(PȒCs%$Hp!C3[lWC* x t yL ArTp. /48A62)B"$38 -jidi+p ~(bXjЫz6⤧ A)0C~tk!"-DY0 b[ tji1v)0,4 (ȂNs3@EѳFIF3M ݊7LQHI%` B^Qk3e0Hk jC?["&Xpa )KC ̐%R&-p`jb>J!^8Wrƕ2ZrܱE b#$b+"#& ) ;M6FKtsl20TСΜe*y y .yig@PDwƄpuiG(F'SME 3EaHi5 \q%CW0"$vXX``bH0K[k kx! "%0捆&ӳ QCx<+7P!wܓ-z@ hƙ;q^tDb 2!AVne(^>++ʧ ZhB}aO}ac;*S; pG)Bo(!  |;[B0G=ADAְ d D"8‚LoS pYZz[6` 0 W`^K b. [Q~0y%`^Tq(wkdۂE YЁ0@1+ySjacb yLt4^X*8!N`%WgdH_';+Ԃ@-@ a̯`8;#_p7D8QRA C h=,3VB0D_:ґg@o! 7pKa†[`KB9&֥sn0^y^l8S Rl.ņb]sB5 %!&Иr9w1@;؁#YƲJ: d)P LjrL'EB*Wʣ_>FsyCi$b->5<3^ +5kZ:pAPHi0ai8?0q/ %FB %ր oPD!^d@)m1F]ZLZ K.u@]mC,H3.aP`c(ICԥAKY\⦵du7 tRi(@]NCFy{^O~;co 9)Z ""h@5h&X| \ M@ʹkB3!ɢ0 cKzJ6U6d1Mlԇ9,UUbom@FюpF9T6!@i*`5Pv[bxtJDDL3b}@ E<$\ ݺ @9wA1k18GxAH0AR!k= xh0 dl2C߃0)@x ;`>)1CFo¾1Dz;!Kcqӗ:7 )h:EҘK\H=Ci8FdiQbk(2H I3 <E ,v;C A2 a614қ`$Fcd,d|2:7HF&p-5 zrh'u.-I +b x\ ?& y;-ls~,@@+H>bc 4S3RC[8 @<䉻, b͍?>|STT3lMDxv,( +M`i%]:$CڨQ,9QMMHl5}+(3M̠?P7  #930-ΌRQ==eD*\B b-x a`>K d Й"l"CpI(m6j E9#-X @]س*@%#؍Lˬ?OTP5<ȐIãQޢ͍LDȂ?!ӫ 8/&XtNoNB$u @'Bp6q(L!{,i&vln"q܊uT'5p=} qa\WwVt#{یYi;ypu@;޸0i-0Ǖɍ\V` nr`*`η(cth2FFdE(X>BQ=3d}08J@))<@ckk Z 9}(=4i}[4*ЁFM(\0th 7d;؍IP]n܊X `f`D~` 65 ` CH>8D8!8>h(FԀne!Ooj(X䅁$"CĢi~ ϧ[݊b2۫x3xI63P $Hu@s0ZsJ5h0\Zpk؇M`C`g>dNd&fPmJUeXDPan8>@+(`+ve6 ŕ01D8]mAXS'xY1]ywYUlH4EHucǠc9CJHKwm aH\Nk!g*uޕk*`K5\:Mɀh>Pecl0阛6[fA6Hf1r״l(B(q"m7x1Lj=CQ LbHx6ŸXnhZX5 }>.FkD聶*\*qoޕ~k&i +#LєX#HEɦSne6bp".=!Gr#~BW, 7-7 @SmӱmHX?.x]CZ Jn 8 wihnʍ6o-9&iBv0E^p0+]M(XLqan:-gW>!hܑf˥xh @ȫm7o mL =sY6zp,FD#VASt]:#6+ C 6PIJ^tA+73?]1QU gi" L1;&>t|`y(np|MPF#/rEʔ}9EZ)iH ~1B{OF/x~7pȡmH(ݕT\ yLng]ur@zʏ,Y "TxPC.(aÇ r<0FVL| AJ8RN$,@hЦ@9w$Р8'P:}޼qE-jhq*V3miS#RN!@~ԪM/^Šj捡Bo:?b-w-" :vA,צ̹tբ5ҝ"#> 0)`L؁dv6n \M;Ɓ-&]|bŝc"&NRF\P΂:m?H 4D8"E2u E XT ф%~V[saf^iUf`bA,V!{QD6K.\fAg #P',6V:3m 9q ˑAFqJA'y daLt`@M D^p}T@hTiT1hVF "0` ue g,\ QUu!gh_n@apIc}m:jv`C1RwLǜ E5Xې⶛oG&Y$Po.t9e0MWI7PBdG>Pa@Q$%RЂ`)0(coTZg( )UämxT)} ņƩxad6@C.$L.UV%:&:%dE$H*m)iF Tܑ\[t쀙gYfyeTqsLT{M:0 Þ 5QP ׅs?xXj$<sl6@$#Ǡf L5),mMYpt"e73mbw<h0 Ml1}]UFS%aZ[c`ebS2vMr?J ΡV%!PD: 2;5@b4YMEg2薮'}`wCv4@f=8aߨVO l`[~@Qa ⨒% c렌`pD:BAtAv+L+P5CU6uj%g9@ծ%U/5E0jM<4hwM1^y }-WOX1:-WD#V@<юTؔ ސhT dRV9 $## <1(3֢GG )$'ȓnЩ]cݒNִXA20 F(Vԇ:~?Њܖif,ǔ `+2 L3Bm!`3?PTHYT CK -l q%yW$8Qw͖ӖP0Mw *tRk#A`\"@P>c\iҳpN8 CH<2w6?ZWY 7*Ni̜a8@ [j"@?4b9+,Vh ;qп8UnRJ9Kx`2wT:E=@(`-xSkB*\" aJi8tA$ p:/xT)\>*Sb:7Cd2* X+{s#.+ɸ!Q azJm)0)N@yP)vNoYNc -*_ 9J No2u oJo#i:Ř+uP#8X%y Pu0]"T  WW@ aTt^׵ҳ58N&Prp3x Ԝmxmy|PqiToωE7Z[%D_OJ8-J)܆LTVcnykJJp Àc 64&5*p,A x!Lo9mXT}9R~g%LuաsJ tx}f1Rȍ4uErV=[VV`K$L-'(; ͶZYbbJ%/p1?T%|ICo967(1җ9ƷOQ?PO XuwYSbb\Т#'M, %BPK ' 8ޕ)f7^J>ƀbm̐[4Dx7_1,(]Sx?z{2AU]vieWZ:l3\Է_jpKpAH cyO9TI4A2:AŘSY!X%U 8_DpUUA] ! ,}웧Q Yn> QP@G5@f\t= @Q DBX 6xRLa  J AaƔB4Z 4F!( Y7\B1|"yE aTaQGJh%Jb@f0 Uh2i`ŠSk4$@"@!UX<&&A Ӄ@b)T?] ב-x'.6d^RHJA#dv$J @4NB.Vxc x hs R="AcXa,L>n"Uiǀ<*)jZSJ8$d]9$WPsL |eJaaA"8pd!ءy 0 Hc ԁ Lz\9be@7E#' <=nA(e aZhH2h֥jK.FW&1\ | X(# p@3%].A_ncfx@ФMb%pX^ !9Q AO=R g#TاF"2% 8h8آlh$"v(sUlHA! r:(T AD|ADtN_VZv4JE \͑y>@Ei |}@||a kl%fDE C"%@T 4oZ(\hh13:E#D|A id]f,ZŽ0'-jMl.\%`Zĭ~@B-JV4A sN+(n,$HڤM Nw\r9fRZ@ _jmJ"N)7n(\mBn@s4[C%:8khחa#\js0{%ƏhԷCr 6y0ɯil=<޻G 5"74\d⯍;6[cITRj Rk6Xc5olğ%>ɾć>@(c7u KDLF2`t$#JBf,#R$31Rx͛:"IУBuưLѢ63kI)MC e )^p"7lԘQÇ+{ YPPƍ &iwθiju؁xdqbŋv0dƓ)W|sf lʵCشDw(ala3|D«=BQŋ3jR!g51d3GE#ii7m5z!Ch" C`5#>, k6-Zdkٺ0ׄpqtɅMxGx { ,B4ܐlbjM(mS-mؐ3°v۱@nH 㐋W~XӉ)-*7("y{E 7yOR;o?d- /e\ L&, 2 B =DDnHX\ d7tTxH A"×=D]A)hJ-(ʦ+Đ%A>ӫTK@HKj θ :!gr=#$ 02D}3FZao0MECX؎Xh4˜BPAc71(H(HZUXeGI鸝*]e%U`p>iS7ߌK[+iA\40B)ki᝚EgՄ"R_*!6fr6M #2$ PA:8.G $a ke^bCe h6mJr li'z2v~>eFLEvV I[$;hOޱG."Wce~0cW"a<b0o)@7~H% syz[.AŴKjS pf`kRbRA"U6h#r#9{RR N XJtoGԣ9H].gbs_tpEc"4@%pa, Ղ ӐN$Gwqlb0yT^pSM.1{%*:>L : =0"Bh_ٔk-~fErEA FEP>@b8 b`#@> Ԁzy.͚G~A !i:hq1PCT~0D@xlCJ(z= P0K uYQp&Q4a;S>3}"Ԁ=#۔Ѕbf7 Kb 6KF3b? ,GlaH0chKˣG(_|AIEhGc6#z(27U Js*W~ Nt_6l-\ק\LVRhraK֥gYDQh1Jihmf`*1(HWf-oMϻ8Feli},ڄ , @k[B ~xEdBEKɸ k-6kzŇWuamFg'湎{J{yэ^DT,ߢquSW/eGP  Igb]j n/vFC7:?a[K~@נ3IP|`]LsEȯ HF?ݑɯA|" }d{,G3.MB&Nd ¢:'@ˆ&6/ JO<Ĭ:jnEj@ ("-Lj.үo a/:ȃedWnb HX͢0?|?lKXiB@FOގ$p&2 N(6>cD^I- /lTC^#b` OLO$$ jlAsvp&aˆ|^A;R-|c@ @*VQ=d'$Z$>JH/tah\> ϐC(J 0 ڰMJk)ZK Z ƱQ nPq/q!^KtN)<€@ `*4x%?%n(LF4%6NOʪOO>6hvodp$5%~@ ]n!qsLpj|i` N ZB ٣֮!քB*h\힡/ġ1C#%10y38$s 0oDp`ä>KbVέ+舮r((9A)R ƀ?j)}HVҠNo}c !+dep,.v[m$60Hn.1D ,t!h `rL1#eE@8Mkq 8A824bcg VZm !6e&RMB@A7o-H.t83.J-4C.S]3ްNt 0Q/Ed22($ ݄Sq39!KS&B0axAtn;z%q􃢀Z<@jnrs2tq!A4DeyD/# 0p0`TC>2j;{34n]E'PĔhiW5SG:*6`lE̶x!%b`,2*fW15/a(96dO{.{6 ~q]FW$Wb[iC.ED@\Et́t1̷6.ia9 &?lU3Fo/-_|_AP{Qh.xlSyWne8zQ/$1uoOB{m*<6Zw^B TM~C{ sVtKt/t1i3Ai X:%In`u/;"vG7kS ۸&6x66\x]% yV)+Yo#fc!{;USe@ $B+s,C8+06a Xu٘Y9ِxG G9xR$HJ5 x1-!G )ڨ)S(WV  'gcwdYsso`#ڕNhHW-0A#9՘cP#PFF;avjXR3u2 Nx,ՙᨏ9>dZ{1a6O\<$rod8}v8.z "ѡ֡-5ڮ]أ8Pdoj; sʥb0iZEfR5DXQoy Vt0TCuմU@)Oa` aᆠ R+b߂X;ts3ޚf]:ZWV_^W؝4Xn (qpVuK69 @7&?'mqέPP'\?/l*0_u(;?_FEz\4ui=Tr -.tL4Q#F4J"7Jθ1Č%Fbć.Լp!/ZĈ1j`D %k05T&Ͳ:5 aqi$Ӌo)RxxQLB"zhP`  @!Fp392p&Y;#7nڴrժl\]+lj۾}[VY ċ?.<8pɓ|,߾mδI A.+\(NsR%F}rȒ&U(q%L5kAN:PBe%,ԂJSLUl!"k%.fքd@7tՅ{_XbոXcI&Y8alhFiƚk3lMurmIr^6t17]]IlA)CWFhԞG Y!I~-4ڔANOA UԃbrP5!V!Vl("ԘEZVb -4D} X`Ԉb =xǐCj&g6ZNk%mPIXj%mei%uݚ4ݛ '^"_H}Dӡ7Nw908X 3(a΂kh)Y^,_&O0!}= `Uiuu\@ 1уQzx^H}җo/o8< /(~$<8T qUu$c "` /{2̏p34?֘UMfmVȖCilkPKˮuTQzw|b uzRT>P#ϠE$tpS (j) hy #Z۸ L>27e(cm AGUp1\X(!킶$դPz+qtm <㦢$ζkJ#$7 JkX*6WcG"?7K(`3jlpl8Ctn$ւ;-5 V " B@ÊO3@*n?W|i1I3Zlh ji%TxV!Sﰮ _&NU`2D[-mwjO#zaEF0n@@idsQflC# eX}м:׻ދz; KϮ>? x%u>wt];|y;9f?^X:9]O,/S(k˙?1=! F0<7ZfcpzpmFtz7 DG[Ku0r {`u 0 v|`90O<v¥UeBOv;v+}}xcw1QNJgWIu>%HgҶfF Z&humҁ{ nǷ*ea|B`5 t΀}Mҳ}Fw66]6% 5;V~:Fh&TWW~TX6x'兾Rvw!%?0B! zuHH03oר{Nܶ c {S~cuX븎̗H 'vUbiנ&w CC]Y}G&Ê5%`gdI66r2k6^| wpe,lU+ul1ɸ7?QCZpHmGu(:8hڸ Vhhn e&BUh%}=cBt;@4RPh\>HwӕPww<Ċ YpqqertR Ʌ'")lgEf/,Ylox0rpo,3Uhhɇ|z8gS0`` Iyge&B #$Afg$vB ڷV9d)~Σ<=DqBW~~w.`#KdhD{XR$'e/eI1Q©/CA갘 {ho H ˎe䇴z 1 F0R!T*ea b i:YUvS`[,}uIs`Z7گiƂKi`f Z c03140|:vd;\bp<wjB :.BW}~Fxj¢JDzk$'+gy;*Rrsک3:c7Q+io+^Pو0XoB ""$!؋ $|cUҗb$ɵPV^yViȃ4Feߧ:ޚ Q"@;KU vNn7 KAL:% :[mFt{ ǫ]ś@? %Pw; "KYUbxv;u뀃s h\H)iW,%8{46IL^AP.5 yzXrJ<(˩Zl0hf۰ ۰eP]I* 0l4 78l Ơp=<*}KHXyĄŀI뛸>Wӛ{*d:%6ʹ G7H{[kX E-S^&01{ӒEA,ǁ̎^@HPHP2ȏ\0j$` #rYÜ[0o$髾sR̸zpvʧȳ^WL^πi E-K,ei82 z txP߬;f <ȅl]{l4u>7ðu=Û1H4@ ˥}V, ؁+IQ|Ѝ{ ^D8׀ хעFk e鱮,_lyrS/M7@f2p5Mt^+ ɛdެ†lI@Ԥ𰑠 Mgf 8 1ԠɓX}bVև;̂(NBemװј iSV-`˻<dl^́ݴ Xe*ݣͼ.AL ik͓|Jͤ0<-m uLۧ0əēo P5L̏b͏ϝ (~ *=MWEֿ(|g, q i,,UT4((zma`نF߈ƒlD e ?VvR .ɸ К3ӧi`MLg{{0նc0Ы1c˭lIȉ&ءAƺ<-7L/ -tƗhm\[]_@ >4@ >{ "c1VU#+\,-2ѕ]i %;ܔxj^Ϡ^:ҀS/`Zn9x^XcDpjMmonC"m l,&, _޿2?vpi;1~nIBFX\ Q#Mh+E:!ƌK0Q"#B|XFZQHrDh0Q Ab$'$HtAK/iERH)H4uQI)t $4* XDLA7IԨx\ ѿ[[ QÌҽjGӦ0m=3 ]g \)"`~_Gx) v9ږu,Q7ϫi" Ŀ-A2pF3<Pf4863n:n$?Z]bAV&L-T+(#ІD6Z9]%NMK0eIE$o 9P`5moVDtz, }i4ݒ f0P(3xf`C}@bitHsNU0K!1+MszL>AcG&U%!ɠlrCPZ׫in֛ *#w钿b/='%\!鸅g-t{0wAoZ%V3Vgso]}C !4(C1qF^R^ Ͳdhi'LJąe2;R|6C[$O4]:sAW҆0G] > ^޺e\/O]:2@]: CywIz/@Sue _0]t,( p̓se^;i ]Ӄ4@[T@ڛ=ýٽ 4>tX82S䳒T5S5+\; /ZA2?H/Ƴ6y2"+6,mӿ>43"hp.ķF[  C1d0L3 C7 4C:r>P_Ss(\3/񊾻$.Usۈ Y6ZA,g/{Za!,35[Pˆr+Q 3 ,9Ѕ<6\D&/Nf9)jB$ēZ(BB>-XC5L``d$ɒP&p9Mq A߄"=eB&TEÂn:P\K?0EC2F LO!QR=ҏTY8TI FOL'{CS0Տk[x PM)xK$ xgNP!5M; T$QjH7>HQEX@?384?X>z 3CTLT}TU U5Uɬ@A+]QɛON$,Շ[;ՄJi )¨ܬh}VZN\ih> a@MK<)TV\s4`עEx#{|N R~WO-ϪELb, i.ROL*>T;ڰ^'T G4"z,dxؗe<긗g+B#N@];1T,rZ4-vEKP,PZ` }MӝکLMLJU 䴄eU uXq5l!##-ǓUV }֗aPz}q6~Sj˩=6C5tEu-8F#`|Z\]%M]Z S] ԠMLݰ܅XZxV+@4ʧ|ުK<]YVd_γ f"6U>b-.TFeTO# JٝI5c3>4Τo` icEf9EcAf6\a ^6AN94IdKd ڡ"fg:h%>T_2S^e"b!M./ UW5ֳ ^[ްhVڲ,eV-[}i6B悒^OBbqG_j.0sNCh!-`g?%RUg}6}F,h{ Nc1ƎZV۝R5fnhq&ِ `C>黾ɕrkF5时ٖ6I=Dh"jV$_y ujpTMWPU.B*RqKjDRiKIm"6B<>6fnٹƻkz!\ 갗Vؖn8k)ٛv[`F?e%Fjz{ll쨝ک溁ދorr7[4Z!ɟmݶ.GCn㦎~np`Eּ붢:Qz>F?4xlw0Ѥlo!mφҾTm;P&g(j/p{ēFp ˑ MlcpV?kMO H&ZWsiA?oa Kz6e b"o"Nԝꭕ&('2euU-]ժԑUόdpd5Y`MlỶ8s:n>4;T@WK l߆8y {Hgk/(hqOt&tMhrtr<\i->T,DIDYǞM,xOZ PSߴgܛo?_^v;z!b. bCXb&eoIN}rj$oOp$MWVy)g_sRkMUR{DzJDg=)Iz1aõ7ٞǗ!aWMq>?vCstW$Mj/vJw|v"oS{ !s'7܃zonCFpYT'JҬP•An6Í᫷s<0={Vlxz9+9FG%]BcYf}&w$򙉞bj+[lEVV̘!%>TQE5fG#%bQ wI&]OMƴvSB% yFyJ^|cW~yufWUH .g,[le(`% ze1¦1:"w(jZkvGl3X@农Fl.PWDe\3B$1)Ҕ-=ɝ ;͊ER`6{d7i#Iiצ4q4wnwr1E drhXl&™^>⥙GըofV*DW +>6#|`qrH]d뮻ښuUH"gWQF}6a*^T2 ) }w#B)'n[ "LD<ѓXuՅ6rkͯ4-l#pí0E8F~t/]+"ŝY M9y1PZ2Ǻ2{OQ.f5lWXhtZD_k cmQfqVX)Q,@cUEgEHD"0TLDC0x% ChFIs;M30 Sx!KU*B q{ fyNd)"RI$ %r:';'>mMnԫ\ӈV ͨfʺKKt+scԂ`nTl]c ]^ pc 2BW]/{9+pFG&A=g:CrgSw$&sm(a+PY劺&Aސ!cJ%r+{^m4f`n{a*/EL/(Le/sVCQ'U'-iKkD̿QX?ق/;F L S̵UD\50n0LbZf%#, ʳ Zhkِ@z{dV{Y:Pɦ֔,BL*eD5nZ3A{ZNqcІ悴X.v#q$mH-S 2%I6":ME~G\ Yr]gfpl,L8Ljo*Y "zhZj[x rwCXG`nGz2!/CGN֝̌}9ekmJXvܫJ^%f b8S:T^huSZ'GUlL"#/>Yt_5<,y*IZq&OO(++V8* zt(vaKrf9{ĺΦ.uNqPG(1q]RH'#4uS:I?%'?]zP_Nީ5-Op8Q/ K#Η񥗽|QK]joܕ_ik p}H8\{UN1!]  x9<<H шQt "KXd[0 -4uEAlr9G4 R` X|US \ 0Vpp%ae~'vh &+`2~QHl4hCRAi -Pp AMTT(b%Q!RL[}ra8r$' itLHz#K2ti,ۂ_X`2\ / UM5u!C ZFE+Ot߭$UXXolBmXim'D E.M0k<P <hYoi1%~-oxfp.Lg 曻{>+ Br#-Ň,51E9jVDҹ'O+‚ 4t?W`F dB ?vm!s.>i@iqwh $) D͵"Q C6\)s{ FB.JC4u+dC&r;De4>% RJUz X2 OxZBD_+ߋHa@HA l8'IDW ݑ4BpL u@5 TG  `*% (ҔPԭC,P=Բ .kxCA;̔|BN"gѢhE܇wĂ]z٫K,!AԁjlA D6',EXy&;^+{<Tt4 ?ȋ^fypuPDD- m D'vЃ #e)3'D;G9Z/%Kk829bzxM[waIf<`ħLgl( '֤b@րF!L?ڊ apopTu%CV28LhpD#Z> 048-N )Dْut%FK0! d0mjeKua:(jP&Q/`BE)I (V0wůL+l[ܢkcx!k6,uvAP,CEJ N'inā jA kC!(ˁ F''%݀! |QDs|Y.L*H[V¨e-iH/lSrJto*jE.75?sն ^(}GӶ[N{AG[{BRYUdؼKiPSܦ;wT:&t k}[!fb݁`9l!q? A;aR<2W/wgq 70qy_b1SJ#%iP$M$XSiqhj'CW{.cU)?{{93%p@04Ml2FGl?r*7)ɦg}EttqQuS}C*Յ%%0 5~hps`PPQBoG:Gg4Ww'~@` Byס !'q#%5zMKH#%/(`EKC(3Dr@ ;*0|@ LJDMF|2AP#b,_Tyw-m(ghPDm7oP:}OZ   xPuWprxq%B^K@W,'А'u# (hj,xK;3".6"O{c>x6l41Hht@1"$ucA4mIdo]ePޖanjH_l׆GJ` &ʁX q-Qxde"()d8w  >"ɉ-;鑤hY28GDD, 92<U7)eS8@)ɉ&,820Y-GC9tR[{yHT#V&5P1=:nvk`nXn`N7AjɈ4ߙaP9#q`'oN:`*pqj(%ǂir ;l`H 8z Bg}aQ+r-C::TjKJ' ЀG5j 賅MA%g(?xPa*u-ĪP}Pry_:wYgvy6`$ `PJj ʧM/Q9xri࢑Ƥ{N?HNܣdX U;7zKeZ{;9y` 6j6lBI^IQn@32s BI$k]|g09뉈`dڭ=`4 j媮``$`z _U&)a&꯻i zkO pEb1C5ıQj!SESyph>5_ hYA0mb*M#3I]ĊaoKPoAXњ8_":W{`\` `;c[":M/)% &گ*s~ c㴊j 4+;s[)*+r d@jS]X?&EQV}1C:)fa/mzUtwhkK+X:K p `͛ @8jebbe wţh *zھ Am8OcK0eY"Jz"0dбRxy0IXOGm*0P@AH+f)f3I>]#,W~80KX#\p h0X4\x"hvg< p˸Lҋ{@4kOPzSX@ Ь5ئ{cܷ{kfAVU SVZ%#&G$qJBp`/Ƿ-Iڼ**c`YU!jEPreZΧU9!gjaMcm=^piP*Kf>V1Z,9W] 1cʂБ}gp&o0zr2gY ҵlڸ\=@4i _*z'xB ԑ`L F3;;3>VQZY- MnQ^K喵zW.bjF+F@lB|mZu̾4󣴁h|}pFQ9liI/6o؍.Q\@P*>aҥҷ[ א  P ,O Ik8ZW d>03vp Î GM=أUKE/&P.a{{ F,'0,Pphtٲux'ylA\ncnpF u74hE^;+ -# *.184O:jr`X@G0BP%p#!00 я FoO1 32F=[7V5!*AܱJ|v]e_+'V0$J?yMB T7n.* 菝@ !o6n>?1MPL+-Jt| .1P8 GzA$鲳:‹)N ##c `[s}XA"y#-UQ(3bxb E##``A>07"~B 64* 34zťbFlq߫+':ـHjKLjrrg书bˀ02Kt@ (@"-ФKXfyKbF,GpܳOMMdhQG}?5ఄL9}T0 URO;ψXNoZ*\5W*PH~byCC!'lv> P>p7+:ȥmd)zF}CQE * 'pXmz+M6aRrLhmɅ⽬'9d*pyZhq a炖+xT=g"|MGitSGN:pmT* 9 8E=okSE0n` j(lLptN)ӢPKqKS:х.+8h%I{9옔M8b0q &- h``: P LXkZTϠcG*ȱ 0Q CwDg+!0! ABM~C73T*jr5LG d / bKYJp`SZ pL$- o"@A\Շ,N+/̊XkzJ9*qh#q NҐ̒01נg!E*z |c܁g$T;EBZ >ct(D؃FG0Ff iIć:eD8\ڴb9MD$8?[P ZCeOVRhrT  ~&R3E7*4%Wib"X5i*l[4-7pEsO KH{իTԑJl`'& ZcZg.T Bل:cP"-DM{Z&VDA aC{G;=]u"TX2lJG|JJ).\ P`]p4ꑌʀWO*0!a+ I2׬0H"h$JA6"5  I9F8]f_{!'e(6( ,21v%B Q6.0kc֢3VkcC(:hG$zKBW6-E^l0L-US~rb.*$Yz%,p@0@b$8umm&"#--D)pA G( aU ]-A4R@Y frK+ *TJHܸ_  =2܀x󟱣DkPvOlq-X` h@ Y>qMKf6&1lg[ϐ#w5o thoUKZ.u| ]$$p \Afl.Rx#[[PoK dU@,B(|Z7FÌ(&I~? "ʍ\V{sA5^] PV蒝,m]k'2ma!A.li8nD=m]`6mv61-@ aX!YNL(@7  $Cj3-]'='-h\(k)5h" _IJ<E]8LbfAܚ&́9"kԦ8*Bgʹb?'PB)|k'ºZi;q:> M;6 ;g xïS?]?ö*-J?⹂-_:7;BH=S x#DC< @ l<%˜5(.p p&[6e9If4Ij&gR?piZAFk3a@09˱" P/S>8B-@S{nA&ءb,J,FBa*b) 0p\\X{6{G~Ck;dC[#˺? ?x>ȂCDxA7Gh4HTDJ)9,` S@@x*+t*ZNB6K2́ƁƗ m9Y>j|Y&bx' IJ(ib/d;]GoBưK Ǫ2$j[&qH4<}?pts38GAH/D3D 4ɓ,:軆 E7<PT Cx h&YmFb2yQ ϱ!| fT ,98hMK@@(>MZkvH,|l;+GaFbKv(bI'IOLK$,jOd?x , ؀.؂H*ɤ0H@`4ĒRDP73{ ٛ9ht+"d\NE v!QLBp הt)?, 0G .;+O'0 2 eI3L,˾$L1y Ep/.4J?/qB`.%@Q@PM8kt/⛓UA7Xj3C_&AuR!.*!'$E G#B"<ЄJ;̵/uTkVYVmuTyJKpK-GKy;E4X9>sqڜ3.Y7$ZM*[j p l2t;,N ly 9itx9x I&GsQ0Y=َ`\=QS:J(7asZp6ڞJ ),`h;`ut2މG}ZuZZ-Z$%'tO K@W Np:P7 JR-&ЁȮL~%EFWPa @&kMMu!x֓XәX7h&t3} 3*=-me AdZYSdB_+qq Vce}d5$)а l&@9 9ʺ] [R \TYURF7 h VsE68ȉ 1323 8WX=?0!0si?-U2rݜO#?҄<==h;IMlZm}b'X=Zb]KSZm$*߷0E*h FZ@P~W9kbt 7XЋ0x3]70Axh[87G3p?U4-O؉v@s@'!Fa5)Z# pO`bmbs0*Z405OjSIXKH6x`c6(C" ,d3wЀj3\BD8=Ѝfb!2ECKn ?= Xd.Q?<cQ 4pl>b xՄ;bM\Ȅ$afcngNfffg0 $%"mu* n#"8g +Md8\0_%HZUKFCl/04 0X[hIeKnR3P\)H9p-&i!{(" "ՅMuɜii;׶kuainvۖ"FHF6p v[P;8['1&{Q>qVVJϓEH@X ƸijMoX )o6(^&iJ  mqՋaFmqAivI)'Fc[\ia`!+u1s0sH(Bpqb@bn]]i`;ؓ 0<g*iQeiE7nfۯnmF% a`>ؓKπK!>h: c,{>DZQ!0&a7x-0B'h'PMahũr]hcs(8ciiׅT1Z#M`?Ae=s Mwoe~xz(NqަZGx6 g(&l:kCG( Fu^(8[{.\uŐy=v'6fLw&`<]H1g/ Ԡnwr(v؝zڿcw&w \]JDLF6sA3tg**@UdYaTe "kIWA&PaWbuO 1eLKpvA?~dqcB]6e:p`ӵ\ΞMct(H@a;j*v l%̘2Y`@͛7iӥN9}֤9s&t cT .(qK\z`@Q1kY "pXϟA ѭ󆍖?ظ_7y_dP`p4e1bR3'Rz ūZ $*RHi"4j)~h1MHIs';lk!Mtբ5$ `N +j3Ieϣڷr+Owi*1MS~:HKvtРXF X`Zg5]aF^Cln Q )`FucrYf-  ~iFE12[6RE:[.\IWE- |dB5'Tٙ9^J^4eB -A5U%Q WTX/U(Y6Z`\U!W_a 0B QG!"!rdaO Y9xZ`@BEڶI@ 8%1=Taɜ&h#:tyqRzlޚnr޺᪹RߝWZ1aez~%i!vl5C CA\ xTچo!ވ㮧 ïnlxf[AKФаtT_FI E30f<zv`-q |g %XG%\쐋JXLp,pEWibCNJ"xhL b::5K1-{v@@ t@ 6T%XqAH^5dynFR-v#PDVB~7 .G(DaHɋ^BBV0'4t: EuraL9d7Z.zpK YN6@36q58mo\RWvl3[.(/O:nY6Z<#[w8-:m1&4Q :PH g4J9AԈ6K"jh3'WFav:ŔNpBPR!0CЅIыzlO jJJEt-%&,pF !L V\AIRțlRjqnL/Q [nUHadͨ`VKZ@ 8Cn>$I& `QŠz^%{|bF$A1H4f$0p'p6:B,T- '`<`PO懈5X-m/>bsTU-t0BAVOV:?n 8j6#ul)Qքr$Zk uƼm#!#+@}WfbR!NW+B0OKH< ȋ<h@̎GnϜ bX!#ćkJVSlV'l F-A^q|n#&t]؀|FnnanjaT^Rp99*:=w@e{6pdgM3&CMKipO)Nmp#:")p,|K&/Hֶr#4qp@Ӥ気2W ` q-68U<0C̦:Un ubdXl )j'*P%rЃeLJf a,TkWyw1`V(,L%A|lڛ^] .*iܧ ,Ψxl*&Ћ+J yB|m tHڲګRExqmH5v f ^my@xZm rCf-.‚#$BrĞ ((Ųo*o.o.*ߖA $iAjFi[\t^P f.e/袁[@mv6)#E&C"`΀@ mPdz|j0`@l:ryr \m&JZp lkU.^l sfmi.bq t1#8Sbqkr}F.fҨ10(d)<g< T:yk%V6A C AlvWj :+.,P|- \01ʱ1 sq3ʖ4s 2,Q^7fnsE9;jq^D"n3rC2>&0f>[(X,`m. kk/3~0˒1/0103t4E-FHKègRs)neX4 /(jֽ%BrO3*;`J!QQ@AA ѵq44dV/\ qDwtjm[6$@\S\;Z pwJǼ" 󪖮:}*+v0vc#u?oB, C#Sc].πǐ|~vV[E2X63On蜕JuPhA=jzJmjHvGTaO&Nwu;C@ܚ&-'(TčA7 A_k:[{ g$6E@wƅuZ{Tn Dx[ o 7\,U%wE srv6.9bot1T0\xG5A\ywgNo6$3&ţA!)q:R ;"]붐FBZ6=ʴBN8w @7yo˙\,w71.{LA,gyz?Jʢ7v} ]::~A‰`xCLWFs^b[Qm8{zST1fT/wvgg8W{xGBzs˶ !Y~ӵ/%g΂Т鞮m)?=OC9Pt{>D zԲ}wx(t/_+7_+ʦң0jvL}wbJh{η Cе_^1dRxw6|ʇ9Ԃ3C&Cʼ1 c L[Aw qIп/;}CDjM"Ub@ jq3^biP's:t˽zI#߯GPӼ,żO!?Eϓ1okBy34T~=+Ax8ԏ53stի5&j*P>!"~ns:r Aq& #>|X0"mqf wijV,XtfLXҔygN;y$B.]Lcʑ"7f(ab &J̘˛B~LFvD /hU$ F* KZbE As1j0&Р“FCZ~0f\C@ "dÆ#JXQF>GnZoeϜ6 7~VeTSҥLB-!CFU!G(+XHĒ?;>Yo•v ʑCKB\X@룐??*S[4㬆"dC?:mBXm(62xAǙ\T)Z*u咣bz*Cf "Cˆ<문KKKH-̨A,#2?QP*0Č~s7 "0p"¹RƜg%bP h4U]u2iPꌴ*!rhr3ˆRR"=Q2ۨc4לLAڀ!欓<+*6P7"c2QG;@"&̈́pՆ6qDE)J]S]GY}(Ug&;,)\aB+09K,M⭴YKB6"DMKmADOkb>s ?q}QH%#|g;ȩdEgMx\vEJZo5* C24y<,KjK/pDL3x+0{޶nKJ28+C$p3AoA_C@gKC PMKF-mDmF]$(7Gj)Sþ͠P:ąJr!&@c10s!"QJ9b_2 N*pN@ <$0'bH_[p # m0@^3G8&MHholЊ (y2ciR']<ɲ!2x$JDkITB+K\"PkR4Ka `F|_T؂OmJMWH"!/:-7xhgYԢsq^ʰH@ =b$,R8VRj֚QqcZD.;j i1.LHL5",3 @HWf$=;iQttĠԶ dp?K)UP5ntElt~HʂB sz"va\R$tQQ}rH ob2MoB$nI*lgIZ%J " A HDuU![ 8'}@W5AFL.'uLtwʠA׾U) +n`S{Ug!0S_.N ` H@#PHg.AC  Do8"Nٖ/SFMˤFe @饼nr.IL ObBM Wq @p %adQALx3L[JV` 3*d #ތ^Zk>B $nC$J.`֡%9+ePdb$hn(r.djG4J[j ,! @ɀJ F`Qf x'pV@ | Q@6 RJ2%wb#<_LpE1J,bdJ%&qtbn-N貣o< ,ʀ נ~ , 0(ZbO+c2Z\`#RN !$ vέRR%AL%I T}`r&cTlBy7Q@Irc\(mr#bJSSp&&Wn`!|#%dN==oD=gq3i@z( 4 )Ʊz*hf*1`" @X! m7  BB CO49` d@ dQF=Lu٘pS.xx$f<E5=TX RIiZ>1vn4HL3G*v@,^6@ 2YˠYU! mF e9N-U n̪UOt@#+$P,Q5]#sw %;!Buǁus#1aSi>Au2E2T60mspp &:4ޏK7*UYzNX7ǒ,{؇)NM{ oJ\~X+A]aiIw؀1aW03ӦBȚ4le`xUvk>qNyoEzG aWY:6^YT9|UV~A `,-BYwNQ6*%;MW^ SjKpu _=3 2ɗsq5sU;a>bܤb)HY!L0[ٛ9٦9deA N7k; d#Nxu Dga";I_X;Q]_AE_9Ukq9gvy+s'ia yy̯ $OVJ ;Af5YdghڦmZd6mAweP6@ ypQ*L]j=Bj鮫O$6< -yw=Ev 7-zy3Q3G [Ӌf\x!Pf@-|: acS>[B@ xPFCg"buA_R}ǫu+kڬŸeAHӭq'Uxa:JlEcQ:Soczs8r[fUS,#9e[*0BaTgTwm6`;mc/Ϭv1o&M'-sbQZm{@WYOGU9/ t|dfAAe{ӹU<ɫܴWz0Tt0/ xǡvH):ε(C\7ّnv0-*q)B 5*vƱ;T$O z-2UU!Ne[D YS=9[VYe8KQQعoRX7;8JCXO:x5[z\A8.s˅HqrRDZuB4V+BgYDBk%I|-lK 4Ě%+JbR: JchEIfяaEt$AT0F6N TN TSn`lmPڰ0èf\IITfWOyC<8;SUH/<ZV뮀]Fz$)ь'DW`o̠;Le! F6-CIP[tLS"@1ҺgxjY[:'lsQO1U:η\KCt,Sn:ŕWhx*$2V?+q Hҕ- I,l B2!@t!FxԱuf~+8B)"$Ϛ0(qaȰk߷7,F[M*Sb$,$nh2Q|)G7O# v"Y~jkhZ;g!tw}]C,CT %k_2v̖u!<*Gɦ` oA͜s60q L 84f]k@ B 4C|h4ċ7Yl߾.b=vV, J>&uyjWhבTr""ɇ h&dM&:eZ$Z2|Ij=ˍmc |h$@9(i'a lcD 0(]I}&qPLuk@;]pRzm1@/}ydՕԭs_ϼHC u͔;)>9 SJB妍lmlA{p=9"%0k[`P`#ŹaC;-c5qMyG* 2o,AՖ,ws\ѕt]"sHNr# ^&8Bė`W`3Ky5sfF6slvs4 XgP`eRe 0 I {g{O{Q?nPT"b$uu[]vͷiY)_UcDc8npg3q8c#vw3ydJIGIgIEP(4+Ix2x_5saHseXs h 0 X{`&g(Tȁ[!LRMoFW|[ȗ|+ v}vsU5){$\'iه:mVqw',ܥ$I!^D5kIY&CDžo_(3S wfň>ps ،j9%> у=b ΄{e * X[eU ˆ`794H97Vy4}F=X G403=3xwdItq'P#$x we%Q_('{S!fh7 y o pepDH9ɇ # vMO `1*rǧbUMo }T9fc3fk`"\Џ}t: e:3 ERxBXZ4`QJx!YiP47gZ>В> !6/8_$hAnTÇuVa/F\uՈ dcȵNzdz+@"'OIxdwӐyu4qGyyV7g+S3G) AEC `Й4xFC 8 Ƈ0L vO)Gd2RoB}n p =pOpmOqu4@qW{;B0Xyyf!*!i? ?Zu癞 >pu=7i&Ԑ'1"&MłZhɠ}j'i)g1NlXv#jH :U q¢t~@k$ y62w>DxaS@ta3wj@ZK N 1it2 1=/Y:T Iu[P!iu3jmڦqr|%pU:JHk%#"8#q$WsLfIzWS9`moo0Efa ^SX+LNuD/ B%hBAuH5 P6oXW|KW5( 2*HJ#ϰF#Ln٢GxG22*lꮨ4ly;E_Q`^aSJz`tC ˰ ;{ƥرP)eL%)CNjGn"p⸨sH~p];j?,uB$ICBpʮ:S{^]`QaPE?m [(b)x8BTT! ,6jʷ#iVgxK:1ˡܷ+n I9O";+Ӝk$YG캴;X&ٺt _TQH0裻^{ْ- @ @` +nq?ɱFi *7vyc[pc 4cBf#3b~"xk;̮ul  {Z[zs2> <5? 'rB ez u) F҄IXbĠha{|SU 8\*#x CL:/q,AJ?+$׹kVllepQJX^\HiȘar2Ip{ZڶAwPh]:brhb*Ìv舔|f~K\~[ jw2۸H6#9>BM&qKHőw>*gƳ˽\k]X[Ȩf0'ʌ-'(=t<"< ~ܓ+^VW E)Gu(>M AU t0ijқV,M+;lPzFI30Cpm uJ {q]ggiPp0<>(M<@d'C{K 7;}wv+?-Ԍ<8vcA: ;&PQ=ՆO:NLP~z$LBքyzױ7{a n=>| m ~ܶDUJ|<]w:(j|>} xkVշowNρ7"O|,>ʊ7IDh|VymV!}sA0MR3> !L^&nŸT 0ى䡍"ҫjwSޫ0Wj-|JO]۞{ۇǹ,$PS!–SZ&~m~ 79/R0% %3-В eѓ #??1UL5=R䉌߫^JnZ?Ȩ= z² R}MAt_MBE4#l-l)Aܢ܃QP >#..#%-c nb{B٣lV>~ چ\ɭumwP ^:WHs:ZksU] `Z}U&]pȨn.;?{)ѻcv"J,[)UN^4\Z)QϤc:I\#.Л}Ф,u4l]*+_0pm耎[]Q9>AZ}-B"𪬺a#ːJkr+/2…2ԋ4 vARh< K,F`6묳FrJs)g^[GuctkI!&6:h!K.騫: H"ih ]\zWjIcȃ(P *@jA0Hy$JL.+)QcDe l1YLKXiG@۱GJF5"[-6bXފ6I!g7Q ,.sY?Cobp"9"L ?6 #&X⺖HJ%FU\cU"kEm4rH3 ^DuefmIbXߦShlrKd)@Y@"NL1+4Mh φ9]+]>3{;4D5*!rpt:$5kR-ԏ۲0 &CT\c'_X-4VqAY][Nm5`KR6Շ%syg( pUۋ^zi褞袟H$H"l)¶3ϜW^> 4 J_~{#}Pď ?\):a2cQȢTr2 l+WakԥnX`]GGYUs",YwL#B-u ZQcV ՜5Dh OD7+]0iMS>i3 h|WW7!R Y(e0B }~{,tQ!.TPV*\BU+<`[Ə8#բM"g:](RIâݔ@ht#%<,BMriMs6)dztM4ZP+'2@=0@◾F!8}(,̋iq_7<-פpA D B |PĄrh@9&gx9P59];C&ҟ$nb4KeHs,Bnҡ *J/E-L+Ƶq$];OÞ<^P3Bラ膅*"`&3qz0hi5Kq? BopC8s`2qQˆdb13HD#uRA QTZFK†5(\Z(fJk=F;.7G%^zC1ɏ`_<PEEh)-f޴߈:EADBjN֜; 9c@Π,eXTcZtb=XHF+aE>QT u('Ւzp@(mq4<*WyB 6]̞TjN@9pb.b!|Cg9TRu@p˂A4CRcµ-`~3xUt_k?*,bv Ѻv27 Q4ﮉY 6 U 1b\=%'Mt?K9T&("72~3 iNp!:!n8R>_ϴ09WGx.W+iJWs'XW^Y\WrƟ&Wi@roL.z<\.ԃYƄ&P%ҟ$b(IJR\ė[@o<2x8-D`6hւ@m7lwE :3}WzEbt5&~ JێmtE2]w QH9o$)qV#&WɌ}y ʾl^rz|}`+StsCȁNn>|AK02>wKΏV|{fA wu.ՎvQor1@{TF葷tuk'&J˨E(ٙ\ɍ w~28zMCoz~Ugܻ Vl6%[!x'ӾOr]숒BE {w^^\'69~M<lf yߐq2?W#L=@(D==0wӘG77{1s:KN*1-=HTܸ>0 ÂZ[ <"D(H+E'|B?@?@ +,k8%LE{@XYܳ\\T@c,ƒ˔LPI\e 1 I)#@dṡ>3;O J \L[R8ڠGG |;} .N> ˰Hȅ?EɻL$Q?uNvV߂rE|sTj;J@RWBKO= H%fiRO||݁|UZM{U ӗsF9؂,'_͂-EH,8r4мV5gN@:wNNFDE@LlȜѴoM׊8RO5}u~}*טЀƒUz H}$SHtX ,EۋKY,=ٺgYY7:yQlQjĽ3\Y١e\5YyW({|WZ| ],w ,^M,CXKPӈM['p,]m>8VN[ 9' \DmQ } ٩Ep|HժWGMdUē"XQĻZ菢m4](,4p[-K24 K}NۓpDTa(\M ϛQ 2$F^vߐu{ &ܪژp_Zp2mUJ*C<+!2B)D8-]]+]_(016ɒ-Yh#|V"q"Q>Vf.daN%;n,5Z xDͽצ FJJb@!Ӄu S@1Fh?]ݭmMS%c-4wkBI-e9&9&;~ Vl>~?VfS1Qg =Uud,u0#FX=9,#K%v,U.^c nλ=Xp^9L]pc_F-KuLfwɥ|uFj}PZaF6f(dF/J@1`q^XK-u-ނh0y&Yg2N]ј|6e7n8.i]%5&h \DKh*EUafu߹j<1I]gY{13e2mX˶Χvެ֪mh:aZ֒c񔤥4%m09/Ad_ѥkƓ[f= #J]+ 63s5w-+p*΂\sUf壮l3`\)T@ veӦcMЍ|ujGsG'Gkѥ߆_.(Vp vՓk힢X /gd*N8flS.^bxK3. .̕ǞƉ"9jM GࠒvGWK}ml&gpV/&XK,dO[FĦ .P"^k q̞q#`J4FXkgkr!Gm;>Vrd9nRA$rTm/ i8uSvy/_>;UA O6gP&"w88+He/~`;jʮst푬2t.xGxAFG>9 W<zI<5vs!n_Zsc_'IZ 7qllDh Na0ruQRE\TFXSt hMt2bk0yz}wzM(xvznvAbVcGv/who{o /v_ܚE{ώ#|!6hxV׉Љw $jz@YzibIGjl -zQC7xoZ6܌藇7fl8,|1b#q"~xWM)Mmz>7SF0xx|xY⢾{W}{`KcΫ} 7WIᴆUraC.rZj匉&KJ˖-uKcG*2b#-;{rB4;/UJZQRJ:mZUbΝ|! .3g͞#hrO;z59IF q^Ifǐ $lG*#敝A{zSaC^BԩSFJS*^|UYٻU,XcH-ۡpoT>}6X d!d\YgyYhqUkkJaRMCECn} Rq&7p1ڤQtocu׵5vS5RGV5UywVO~e{E[maDW~[uW^{u %8 Y%Xm~6a݁!DSލG[X#1bH/HR-$XiM4TUuC%d%LJVX'PƧ*Tvi]FGGa&`Y,)griZZ!#mxO)5%V4M9 2QHUxGQs>uBEǸ]HU&MbX:Z5-tPKmy-1Uig 2p6,\y } nC;XE*jh>cFuFUVVLz\6تfXu||enQSkH1%i`lɘDzf:38sBws9sUl QLtѺ*[BHbjR25 W}i6Z ubw;dk]OS7(i=-Z@7.ikX<́C JvX(?{VB@|gE&Z!Зrgm!C@ jDWu5~jӑx*5UdhE!-м*@o&ѫEM׈D/c3Ѕ+cLGCǑ4ᴸC[JS熨M\W&eT,OزWI\)v]iyo<85"!"`@c˓Q-4 hIfa?OThڍ*t% $mn<;K(˹,>d¬4.<+7)6 e)% `]s.[.0115'8}FBL MoMSIHOTF&&9I|Rᚂ=.ƠL3ЈbfEUTU)މ Sj|4#5w-$ĸP: XGż+؋slMJK֫ +DVS T]F6Y V-͔}+Zkv )mŪѫI"(]Or圠d:f%ds\Y쮸؍ݭ#D"Pȱdc^N֗TІ6f1nf ɭ*1TR̪Q9)=jcVZP2rkXCz&\N,j,^sƒɱc=:*+ƿLqc }/|E[CV>1)JJdub)¶D)ZL9W&;PtHZńrcyaoS.M9va;L[VGjF3rf-}'wV>ڂ/vdJY~öx-$3uTDhh>1/w8=L'R]cV2I #:/VxVnUoI[HMv]7Oq~9<6m x.9ֱFs[kaS_;0Ai|Ȍc8ֱ }Rсt3} ZZTuKU)amjNdV@coͨVcs mЂZ(r/gu' I)* \lf#0:@C"lN\)(GA QLp2"hG;hPu8!d':IJe "2ջ/wTN&$A:-< E @A g.")PyDwwd&rP҇:oFa ^B+HA ~?TVqI\ +i T[h` 0p4TH|6-+` %r.uC?ȦgPY\/Q;SB2iDbfKdIQ΃Vs uO@ 'kTrc$b}uDؤfH!Bd b`B4qbZȁDp0 "BI'AlBW3M2uHWK.+SPt$uy/(ȉSL$/%ËfJ vꁊX$yP<=2gAԪF(OAoLK/O-Ai\A/@Lbb T"r롒MjICcAHarx̰BdrDV:!l!:1tMuJַl D5,I]SrcLe:ITT5SPp1oX8N-`Ŝkc[ɷv/-1# ukPOKA 8i׻ Y*8 :3u 'x Q~дTۇA=J pf ԙ0pP:17M@B`Cs;)KD%PfoB,eBM /xūj/煄;>U5[jYeobZhx`Z`L20?R4\&lCD81Ж.CG: qЄ%:e)H{fJ&$akHIuM2Ri-jZeyC<43Í_(/6:0E  Ra `K[Xf}u9 RaBG*vP`!ز2b4C3Mu]r| ỵ`)g9ׁ{k@/6RE J"Btpf?r?i>x&fJf-e>_v68Ǘ Ā B XlwG"-A >ч +AqEaӊ$k[' bcZOIX0).` yHZ欖u͋ySepUVw6 G#k +ZNwdv"M 6Zg ޔoĽi*s؂w"T`!D»^$u &R)rA7'Ájx@@1z:(wyCr#LU0:@%wpw:s0'sR@sC{2%{{W| B̖]؀|!P'u"Gb}ȓug}OU(_;Re6Ong#f0E[l7wu'C0C$PPriu`J@PyxC#!NЉ:0($@'(:=O@sK%Dt;,29{ST< G3!gtPqee35i3F}&a} Ҹ4UGn=XQ`sp s&H0Pnq8wx;tB Sb JR,AO4:XirI؉"*  `!i"I4=sj)'jB.z{ų}(̦tEhGxϦwVɸ( OT%]h3%qҥ-AOd 85  ? C7u&KWshJy9燊x 'UoА7w; xh``PI@6=K,);!T5,؍~Et`=L ЖKX6b7 0GJI"YSyDd 3QQ}mij&o)0nxCBJ.e&@xJ~6hRc@8I]b:@Iy`@-ؚ.Ak.u`] ^k?j,kWɹ{3ydR2`HBRi3 !:</Z:C*h19/1JoA~xZ:yCi"@`z @Pz`578瀜29in&z}8> M+%NꝘxw4'^  V`7~&>.&0F3 B|YqnW$ڡG=ս]jFz+Pa>FcXp7nnH1ХNxf8[Cr&Ͱoyj&f&u ~`p h꫹%^݉UW`7\;/ t@p A n8 7ڠ P.7Vd-О+3岌B.Kz,n zRuk_Y:gQ+IJQ{B]XMH}i 攖Έ>SJ<5y}@L@} >4`==NP_ϐ@ / Dpo6nXpGEVpD`%C ,U.d?{] 0 0,\,rfPHu1T(-5jM@!ӇG9}ϟ@uqC(h1ΠRD3n&Vϙ[~V$XKj#¤Ԫ@d*+;bș0]b  6t,I;$ﰱCȒkpVkGZDJ+ 3#FȑD[&quo>Xc!q3fc)R$H9g2dQƻ0^ċK%Hwaą ,NT vA :@2pÍX E`j\B㏪`ㅜ:T (  6ژj+i|ƒT k?Ȣ6H>YKMƮ\ڹ#lav2L.:vȾt1L.5=M8㬥ZRSMi̳iymF*iIDC7e 59c;0<$ʋ%(5>[j>@&O@ p6,IIC2P ``C@^*d>j2vRx(D6 i,BhªQݔTk8˂!׊ $ZȁlLDK.12lؒ9tfZ:9h)GOFy5YKb Hh褳;M;O PC%NEui& U`U !h@B*6~ d-h#^P jcX gª`ZB@$:c?VhR@i7Ǣx‰ ׮%`l'+= NS-IEvbjXr\SgngSZh)>O{g\y.`ZDਃgH.S2#(8cX@\- z%]DYns> B gb dh(~"hr%gC(btAN+V慆-IH*@撉$I]$ v d `v[]lwqlwp]ga1"h@&LBOs,ll1ߞ Bt{F=PGp@ R | j /A%{8{EX=+]ѐ?"%4ālF]Q~!  d~nIp#>pab.!10S26fJ56MtIXXsfb4'<;άMfȴǤq< Az{Ṅ.=#8PI YVKb =b?RytHgŷë2}vn4i0b= <@\#93?Co ̓(Hx= ìs([=x(qSM7Bj (8BhKxɀ -hkPzWꃚ)h 6 ӂ9pK+v+;<;@aJ P@H,H,G.+3RChS͈M"6ЈЂ6@*f76$n~l i<=ce}`?A.p&b f;8؆J8\.UWdRN( ]:`,!#E:g}[\eߴ Pق 挖4>2qYk0e|W 6>R(g?tF+pyٛӅg; nmq(u 8H.PM_kۇ. bZh8,HF+,[ۘ[%pŐ-i y#i"镊1f*_-8ٓ-;6=!}PgJ* kЅZ{6kn0m Kf뺆aT5ZRV jZh>(.!F ek=TՖ2eQ i=5Ծ^[>݂p mc \ЂlRqjAv2&@Z;(H@kZXS~aul8}K.(^loSk\Algyֈ ^?uUh)p) Cxd\ p61hêj?(,x ۄ\ZPq FvktPkZnȄ\؁8NN:jkSlЀr*bjNW0$ΊpՖ56ߚ8q;!lxsb[]<$!g X H i`S›Kz]ht-M oa8;ȁ.,xo&6zhT[ \oƐsmniNeg=@ _ g vY4xR:1n.fpw`k+ |wN.^I4WSz轆Ht4_#HK&͸TO@ܛ}J:hu- jI:ef(x?>iNY(R _$y8TiOfRk!FЄEwzGwt~I};UWS7f+F{/goK,=_ /ih`C`|)x'Ch0)Զp;>yi <X[ E0&PJeh @J*u߆.!}C*nzO)xI4̀Eag D e![ҴĜAG:w -;♫<"! a0wOٺeDLj Δv`A-n\ 2  갗hp@d~XfB̨~O%RE?ௗ^Zh!IIC -"h7 `P;Tנڛԥʄ+ z*a:)&Ʌ+0a(Z"Pل)hCe( ?iH~;4U=.Kgba2?٨l| #XEԒ 8z v2  )AB`^bL PUu9p4! aD$@6alIVQ̟ @ig!C4 >RTC6AVn81q 18k =0<ZtAp[ @d-(WΪ{(&3J/u8 ~:|%Ha*1IA 䪛Ħ&TfdQ3Y$op5 0r8LD0Qx9SWlAra [B4 VrM!fKV`%խ-5S]%"m.KhT/Ȁg PNe :ۄ3O q`dqs ~)tYr 3S('] SB<,$t`Vop;灶f}V$jv#H$.ƀ!2KXt`D&=AFr/mw#)Irpf`@ !0 E\ 6a+ 40\j6R]""Œ dޜg].d58c]Ze+k#% g= !af07 MP_^8M؀ɹA Fp/  |X6a^Y:%CK|I -k.vy^[s"An* A]_6<Ai &.zRh\q|RtpEX` @ BHg] }d7zywݷqЄ%,Ty ^Xݿ Tmtu ]x&%A, ɝ @)BMy8i yA$!<ЅAU^ndQ/)iɴQ=jL A^ r]g9}R ` 6X1ދ^J_B^ۮ ߑFFa\≫P1B9|ﵡ0~O\h܀ա Aljq@\ - 8"$Jхa$!_q'z^! _QʜXXa +"􁪽|jٌ0R EY$| 3֡T  T8X zc9‹\cm"%iyLR=m+F@RAAV"d6O79P^EE  a( aj  TUBu_ $$9BN_AW%%GЉ̣d^ pQ ?FqY%An!aaHHÀ'm.\!O-"Z)|LS BxM&v>bc]J@N]QR޷ݘ- " Dm@bj`,B"2G@89kjC%&m%Y! ' Ȥq&grRA^~A@8advFV$[-Z!T&!=㸹!yM@b~le~ǀ׍CSu<B(d 8TKo\^h p U|i@za*M|AVdu(̍"Q!O 1aԵ]_whZe%@4 Na-Be^ YQT2\ )Ω~kԩcA*cEuL gب^(*e2 Fw)ꅁLVR0XS//E:n2e <k@"+NA~A8(M_/@V]A0 A >*.Y^#] w@ž*+A~Bө!0,2BZ2._jhh)^*벶(fFkLk$(xY5-;~b&q <Nlz$n-z]ؽ9bm*‹ Z) 44ɛif&#Rl/m cT$!^Ud줊+^ѥĆu, B!kêDmBSfk݀2 <&2n-^H4Gݨj\hw@ TAJ0` -k8!^0Z/}lT]4T~ii+|Ad&j m(P.[@*< ӹXmO=`⚡B9hkiqENX{(- aiu#)pHXxf@hݺ/hA`,g:< QU;13R- 3j)jl(:]v稀s $8E- nB/`Qvr4cx̜F|y6'#,X0 q7;M3Mҋ/L!?tЈB'<4˒3 A $H҉ZHȠX #%CErSH锬'ʣ)G)d2]Y xgႎJ*ID,  dCC 1 /,t]  y7D-Isd+IQw|bp<*<>Yia&)/ԟ ! x@ nia cK^n d!ARw\K0@ )-XN*`pET #9'oHH9$TIe =g% s~Ϝ7!fg.%/@ƌ!4f(&X"ؐbs>X<g Hd*%)*f$M:ԕ9)9*&S~V>0T*@ʯ,P!Lۥ.jѷtJUk_ǵ HCWC ڢWI,I((vbRYr^oW侩l2ePڝ/%H  lE$~Q:"N!,7Z#8b[|@wobFIeZ1K%3TY!WLGF W: Ajk$qNx#YZGSrq -E2 &oŞO~V&By.MjV ` a}lQR5{v)0Pٿ nLGy!r4!kކ #lB!Ui!A55$`l1a }dAYK#>!:J5{S3Y|Þ ,>: lRʴ..Rv 4 vƭf @@hP ҡpPo( ~"aDSi   Va!P dͻǰ𲀅s0pv@~cNnn"Npب & j Q@m3l!+@ L!ՀQDhb` V4/IpBc@oc-B(LǪd|XOȈLSf ːLF )1h`z @0J[Q("1@ր )oO$Q-@tЄ\aRtzlT/->!el#?,X r ?)0 :T몀M@P˶ `'{33r4nP9!*-`L50wrǘH C"D:I!c@"qj"LTM//PMpM:'N4=B&gD0PP(L< 6@ 41~!5-0(a%((wHe bj64L@-'9rЁ, 72/R;N0@ON+=58G,`7|r%iJ*1!AT.{y:zamqӼ ?|sL@uOd׆[V|7f[YczQmݙGw<1̓:as9?s]xvg Z \ n}z|8kq;' (Ϛ< <H97I8NGe(p{Yr;qmvepqEK0W툓muA91 @T+ˤ^K[qLa`s͜@S΄o0mQ5N'f'DWw{4p dҰg;ݧE ӷu{=ށ}ETt<}s=hսl^Uwkf*kA]3o]!btؑ=;xCW:(gMO/چ4ܯ}'τ;q=%7/]49gy6s?=E9sH6Ed[;U"~N` AV#a%t@~}7`^j`0o :-U-g~J9F#+ʽ[M}Ug5"hF w8ѣ *WpH4:.UjHMXbH7ZθČ&JؼY?xh 2f5bt%J"Az TN9ZF1[ɐYg-[!*WGAWKB̈́™ ^m w;wĉ#7.i)+V֭˕ڵbJ.:rײ ݼe}oܷo?n'ןP[ȴ\4 vja)˜Qi*1JDI+Xq_DHK7JԿQM0|c!PIY`8ES8 ' 2exW5.gႋ-k%mœu"xW`^5vXb:*֘cU69ag&Z1f8j6lqmpX&VkHT8 쁈zXPbሉn*fD¢ . 4Vcc9Yd Id1HіdV6p\n%7.WejF71nb琜rJDgEmQJ,L뷟NO:pX F $vi{||!W_e˩* &']7ka:ܣ8Ns4f8:AdFyfY\r}˵T{f@'u /x{6y"^{ђ|0 2 5 AA</`w^}ɳ\>$.#,3k8b6Azd16-P>me6_7aF&#gf5nTCLl?Qwuq/{(D|17M0Ch[B%c?O}Bd(rN\nX$a TbB:s(R0k3eSγ ',g [Ȱ#6aLdCЧD#(Nqxvj$%Kw:.kn)HXmMmJu\ImLpB{ jdo~@ *>]_,6LVfYi0lOPNJ`s5&! = IPDh"R<֋K;K0 sɅa Ɇ=Wu=ֻzTeu[ʣ/cAE@_\7@ܩ]͵Y0mtl  8A)PܺV Db>ʸYzP9Ivޏ7< 9F~^|ē x@N$-3^K fLNlCP|cS+pƹp~y kea8% DU*,YIuH1'DIgи0ܝAeLԡ+[ 6Uz$2^e7|/[aۋ_|i\ pP w P f, NP{P2gz$c :,&{YoTI{c Evv-Iuppd.%8pjJg}Ok/K"*xzxClZ1smF6s.wa`PTcZ2:@\B H2\bT{uF{uiIewWgW|=f&(I$t7qV ReYxTE%-7~CBPHJ~?`AyXX`a@tj`<+RAp!z` ek:,\24o6|P%R-y%j]ⵂgjeJID w8(Y6p l|Y/%0!SvI 0sTV^^S@H@Wj2> AA@ ihc(#HǒBE,U_W8vcyxv|-Kj7^Վ!E /O$Y°key0rw7x8?lI1ZQt>")?@8eiђUGoHӆH;Pvbxx'xlju?&H{PiYjzi4Za@'t9YA0 #2鞲:(iSDVo4uXZյiZ|c癧;aJ5gRgG=hjw*K*_\:>+#~+ar4u~Y1@کzj]`Q9 p驅 `h^ IjWG$CC E{X$9i7v8f7%x&1@KFJk\8zṋ0̩{J eh/i<#XOSuTo We0+Û+ٍ@q諾2JD;\ky{}*df|ӹfCmc\kHa k,lUv,tuvg; hulo\P k͎̽ԫ;ջ~ jJj( `K1/Vtf>r77"f1ti lj -m;Au҆а1]Ը̈́jbáѼҍ WH]8t hx^Ҭ0e#n R 9ϓ'ܡg7#fkLUu y bi˖/`0:;A-+˼y/'m[c\ ༀ]<ȓ.<.<\D;-AMkik3ˡZt;fǿKZ=[Ց Ta\=ingqmA"lҕFIi)؆m؄$+i:yׅ&_/ΕM4 4Dvʛ烤!jeTmկMmG_0[MۧS˾ +f}h:!n DB,MA\]-ݼ*-Ӎ0-]X9Mcs=]eģ^~>' նT5 WLkw#Ε7V >&×ݧy3ߝ/c&փٌ8ۓޑq^ -e>%S)Eft_.`+QƢ k3.iO^i]Ne3-[mpy(7FtV~ ̔I||׹@Bh㝩pHct~sK Mk.w/;Nxd Y~nUCUyOha6hMziAʐ■i8..Vᘁ4Ҷv.ҥI] É Mt{4."ٵE},V,{l^9mi`nQ:OpEGP/oomHPG#W-U_؛iҊxW|]\3s3t%3-Np2xۚVY T@M5mu*Q f/"L}B&,ᬝut\G\ ^qS\X@1^(H(yRɑ#eyI&M"FIN9uZDE ]vTW\꒯ K,̲ b˭آk"rh 7zDC S,s14 Ì!~3< D{4_!GKS-ֆml-q9g~eR9 Z"N:겻Q@BDL1 S8 94` D:`"FBF\uGW5q^3$IjJ),|.[궵N6>qUs\ZbT9cEFutEYW'/i Ʃ|.JR۫#"t·^o>PDACB ߯#~E!fC~iXCYhc-itMOj1u8),0U%Kd=MNN'(ἆⵣ,El=Jha:-Ql+PҒY BbXMI DaX7 f@E.AopC+!``ըƘqf &Yxꤥ:+:B*zwCnL*T/ВEQbM?d{qpԲ=I{JD'H "F3A D~K"l8Bp30kF tR ( R8`t;vb BMT{$vw 0"Ӽ1ya xiTmށ HMn KK0&p6(sZf R͔R]rhf6+7[ҲQ'ӣqǚR[JSS')O&z52U~^$T m3AQ)U͈Et $!EoA\"&8C lXI8X`2PKKR6v}^F.X䘣nImt*)N.#l L;wTu\d'|2!JSXGV.\Z(5E7A쮊A:E,,-be`&JƎu{RN65q?#N'1H;CibrZ26pU#ڋ[6ܲt+m:9`F[Wޒc7W/zgeo|d&,MgZ,.㨄uC: %ֱ'Ֆ׉Fk\m"l ЀyZ@VmW%8ĝ?IVaP()ǂ )hn"7p<@ G@|"CD{?TթubJX~s3.ÿ p"Z;Iv :v0f[UG(uPїUʁR Blʸba]D rw/1O7 L !6ۼE2]m g.konĒ@sܝtŗM̀8 cZ5m3AZ wYIh}ͽ۞s?@:*(*؂-E2B,![5;3;;>5z;j Щ;r//)o bȒ,A+0 ڄ+z "' 3$3kkn)B3"TzFk1j.ws=43؂s@*ȂDE,` S8 ,;"d/>_sϊ9gJ9b2MĎ;㉝XL1)?}<ۿ":# UB:Z(2L@4)a?H>. #UUCs|>,HA[5<GH+AL P;@;?4Ui+Dm&\kAp/AKoD9vع $qܺ' 4|?$Ȁ!ˊ2(?[ȣ{w3@PÊ(paDˍc:|5K8@\8狲8ܡČA0o 93w$JSz*~ж6~J++䲞Z4!r7l:E5Ĥ\8?h<HD%53cNDjDX; ʸr)E,aTdľhOرۭüUxŪ!W(4r)\4 }FhM'lK9F,(C5T8˕FiN;eF2QZ@,ǔzOByD6 'Թ̛(GiGϪ=Sb.HȳPІz7͉TK'0߼-F8F+(#:2>|8QkK@l(NDܲ%QQULr3OtAЉLBIO!œ=-6% M&'ʀ$+D.DR/K3bF;-<.@KN/?$Q?C<+J 95 ;CBGZpI4G?z<ۚvTN&uҴWĜaPFXհ@(RrPw+%bC+(0*H"@gFcfX@d>iB|I)&VN%C)n=|Wbt X0Vi :]8[NVb8DIJ% MOG/,Wjٶ2Yv-|{35RנrR-M]:(⊵iZ,د5W]U(8+P'HSVغY[V=,賲q;5\N}ETuEےժ TS-O5UN_5+VuKڱ< >PDK([Љ%`eSbZސ?D;d[i ̵#QFUaluYo^%OHǿa̤|`n4(5ͦ-CS\CI#&7B=;hśDȰՆe]./~`/6P4`U;F6D-"2,]nYBQB%!OD??y_}GХ]Q"Hr#%0.#YbF/$,b~TVv M :/<[X+Yʚ;rq8-\=Qnd&KDR@AF0GHP%BKBK޿'(ΞYR`.f\eVp[3@/ ^7[|]&ʺ,`h<Ʋ;=>fhN\mVԾ)JK$߿#$.ngHHTd@ir[UO>`EY]"-gB tӌg56jN.^nFc`f=f ,㊌QZ\ӱN=G?9%)ipP(b%俴.ܝi؞, e,}u)U糡JЄ Nhj [:u^iU ^1\ kNE.2SlRMiζFRq)P~iF XMT:`.yfbB cUeϞ3ҖF:5<˫vmi$;$VmƲaVkFfs6r\Ԝiفx OHQrCf>?GobcжبV4^f޳^55K2ompF)*>Fh0]~ iUTV"+)%%WMXU;OU`] jJ yլ`]Oe`lTZYj~֮I/#Orro';(gr(S'p<hDc#rgAnMTÿOg os_8/Hul7EiTrM4V'oͮ=t1fX4VqN^^dEIwmnN5mfhP7Qw`.޶w>qnj#WXp~G+$~D^u`MZcx=dl&S-[!jG^lhtv6Y.e5j r$7ugij#uy)'zawC[|0/MWGn_?S5vM8u,]'t=~vZFjgQsS/hc$ uD|^j:zQzS7u(p|/qi-d]ppoxŽEazR+0{zX>Rvy^`\l0AJH S+rFIdVq~?w뽵]n#tFmMf?wnGfrKW.4~bE =HS"M 4BjbpD1jttrJ;vdR KZ\LkJ&JșC&x~0!t9NE]SҝƑwG;ྂիX+cÆv-[Kn\Me4QJ|xZ%Ӧ) 1r1L.= #—mFF%Np;)Ž-0FC5޵TYye%w,abT UzgϩIN]zQbU+Z̓3lmOnݼ+x_ß'`b!F 6d1XiB1tZEM4@h]I1JUfTQӀ78ouXg垕e]x=_x`ؠ~!kja!kU$E=8bvRΘTK,8%aA 70s8RIuOL5]w.7I.F9{Uڤ]a%`^b F쀒QQjکgkn(":K0\()V؃J0JׅG$gjNBvFtQ6ΪJruwYWq{Xniv!챡WF"波|dkV]$,;Xn,*(qQi3ؤ܍[9iztu:P5TZ|+\2F~";k2_B+wjbQ3lY%Mbnn/ۺ{0&B#QO=owEz=vFRb}xOl>=|$?wF%R\#}'KܦDDkOjs;iJZI4/y.-Έ\M66wzզSSoH JQ0Swlt%<#538Fyiwq[s^ꄚiDRBd@Bh>w GF3)BMLMרCh; JRBPUM]yf N-Y+r!!^.bG\$Y 3ؚDl/2ܞPøBҐ[9YG$q P#\or+i^2%^+E{K:{RC|qHتb+=wHyƮQ Br! PHXd%53U+|VBzHa ,TZtg]ZucK#])MQk:beSJpQ)_T,kW h쥭Rfe1se.٨C8ޱ͌SCB6FDq*'Yɣ(E Z\rJi*Mld#ҨKeuR@d9\: 0T<]iXB#8]MD@q um4I)"HB!suJ`D6u:I%1h&5 YU-SbE@0h9 0d-\]hC6_%n Z{{V:-zDpAђK!A!Mc߼]Ul:ck8L,Yn6,h6GFZYnaJX{;R-VhY[8tY&M̀K9/+ cĉ>>c:U cŢĎu3Ij M3og/eڍK[9AYKfkn_BQNI5)önsB۔ps/$Eؒ;H1z5s}Dtl/Ҵ98?6PD-UD!,"CA ÄDha? ?~ K)`Re_)3̞8qڃ'ϞDdhѠ A¤F.$*W\-jPRhӪuG(^:HHBo^J,ADXaK B-Z4I MhbM$r:4%h 2> qP Rk΄*r 1@g, 5Uܖ5A!r`1~iHC$ W)7,h X,awۗ#$ A=P!$&;L\@9zS`qs S=iN`(v. k'"hDT`ư e-hA `3!ac_!D*d [(lET[PhƧ}Q7 9CC`oms\>29KtN&,8@A8 p@" )O3M4jV2 /uXQr6Byc) +gʓP'*!::ev^b"3)xrZM9؂ThVL2 TGE2QR"Aa,HI:ABQ@r@&HtQ0 pLR0<<uO%C˺rEQCbA\,+M洢V!jUR2Ŧ7u,../ j3΁sBUH%o "',mqK8+ZO*#gB2@Е{_8;X_A{ XH 0`(Ac{'D!IpGHbַ9 J" 8ByZlĨ @ݤ' NHĉn dCȠ" MaSZA \4Ms('>nHVm+|[d&LC:wvo? &f N8 T ` 0@h, _ ЀRI\`Nh[ohCk)^E'F/1z1e\8(91Hs0D6^GYKW8D+SE\ϺsȨs1C!rSF9\K33J$xηo1-"#hЃIE; &JCp3< "k١Rj0ʣ ecmb`Bcϖ63Ye ,IJDuӜ֡)PKArn0kWWo,o{Vշuս7w<{rt݃N@p p@gi ^$)~[07(SKj1Y0=,j|Jf`|2GA aҁd!D͞::h}6W@ | }.1kky?7{~o aeR 4x7' Px@X&Yw/i"Pjuj*>C e3P)E{w 1gg ;W[68|t;@5]}JH$QdT%}P/TT)D@G]rv~~fX-"B0W#p0s1 1Z0CH` 7C[QR([H]|It'$Tp+MU>`^fTctw-aD&%XVK]Egwg8pԤL Gqx7.y VrXX08>ɋ#0( `Fy G) Д=X0P_AB{tJHLt(4,|V'iYQ d;85frhWn1XC>\._^$(`tEc#x [`gtcᕙd3L pYHwy Xi/YT y ^ |8yGPE 7p%`H !21DD`ZBH{a'A^y_i0dЍͷTH㘖xK`jale}2pQ-Zf`dOTwv`TOqzwYw^^S "i":*Ht.yM/M$U.XpX`y7`^* h2 (eRF^;rVIZI=aIyAF+lih)ij)^uwbT unVt-griodffnz0x7*P pH^R>{0LVCvd[}*(ٰ, +Fn~ )&?vl3X^YUzUsM$Zz,ʳ4 6' p Jyj$@8 D^`U UPWp\@ ٺz : *pwYʮzpٷ9E0I =*IKbP{lڰys ;M@f?#zO}`lZ[Wk:f:ъШa^á;wgpw-zUFML ثPдNN+0TkY끰yH`껾;e[W gK @ {@p w0VV0|  ,Oxa"t^ {lH8 {<,0(\kK&%e Z#yYUlmj˻^CxP^6F!Ek>?]8&8 phػΠNڣp(=뫾:svl=PP~ [kп@ ȏ PTrrvjPKwV7.(P  2HZ`m ~/Pmp nPVc^>q𩶚¢v|(L D9 xx K{NƵ dܣvr_: :`;0iϺо;P {l|\ p }д p0 = 뿗p pQg5(!=Ƹ+F1md x7MACHK@gbDymH.E.djFUBVTԪ=up__=ָAb-߼n=)ŹдPPۣU["EǁЗ6 mP L]; }٘ ppKkk.dDLs-lY21G;7 0-./R-omԐz]6L&~=l& tpF}F!}gN בx= pp  p@T ځv<dž H@ ِЕ P@ }+Ȃ؁ ֪\h@\ac븣eZH>~9,N`%,2nɡ뺮.v$'ua. q oiԭ߹!2ōh= pb0 6荞 $^ ~M Ђؘ=xbgBvd 4db}Jγ>^A> G`$KNv2I͗%OQN@. zZ0nWz>OlGC%LM8׋u}@ ~m~k6@ &y>ᔞ!^ >N NU@[w CF t뾾PDn]5NWUUp/T(EѰb[wTDď*6TTgjo޸MQeh߹@obN yߨ& p /|?`0>>_nٺPu ᒞy R.X3P@dpT<-MRXp諾:ʪK^wlH$Db#&j>_WRŜg@MK@P{^+ӈe*1];jRI;h亶i2et@r[GLe.b+aY&̘3!ϟ=|K"uXڡ 0:ɲ͟A L/aD邤,%FԲXq[H}@.k@*H9PEb $+H7S7l Ѣ̛΅4Ӻu7lؘqG?gRoݧ"EdсbChrdI֪匘IjUyFʕUv1S!Ib~}'D_K',𨜖ȣM6ؤhСʪA *K-\Xa*@0+/\h?T6{ RbТ @s5E4͔|ͳdcʭrð80ꪓ?jE:0= :<*P:Meb+ I%2=())B0" ZAd-4u ׼`+1@A'c3, YD5EڨbXL>sI7ޔ3p46x 7ݴCLz{CA 8QGz3NK'gfF*Cc tА;~cFr9e'OotG`D?<^5(2"[A]x:|KP7%@%F9լBYw` m&f?<[,׍ܲ ]C?w ZтAJфՋO@-XЎ??7C.[u:\v 6V͏4q5/xFk-A@U v_# Az?VvI,{?+{Pb CJ1C 8MKRԇEa =D$hjqa,ӄ&*1tb;d§P/$]>AɧP}9cձ@1*WG)Dyn"`- N1ɟ*V`aojƚ1kNrqg:0I4C jԶe6lHG?p!tCΦ$+"3qJ=0.ӠE-#@Å/de+5Xi,vq !;.:ҡ !L&-,+ Fq" ):;N"(%S%4q, V(d6iNT/@,:cs դB6`ªp!p ThBpZŋ=7v 5Ȁ$&|{+c[P3ԁzjY˼@iµ̲!fƌ 6m%CAԦd%=N,>cx#G5g2K|o{uhFt@Eq:!s,)PžZӞn1#^JRڕ n=~c#yPoeЖc;Љ+\brM6,8A"Zԗe'[F]^ڐ ` :h+7l췮4 .xG[VdY|4fꈘB,(8HruLc9$}Z<|'Մo`W7~G)INWXX].,B]!mM+9e (' \1F_~0@7K)ֻB5yota~5KQڴYC8:}+N -Z0s0?Ir׺#0-<"h))?2,ڱ;C T]ہ8>k@>P:؂*$kC8,R5A92^1C3!pDwY'ވqӍ[D-eH쌵DeT|Ѹh7Ah&.Wp͹L(xwuH)d;(-Bp`rk8OCfɨyFhTCX&:#8J!8>h:N Pt\Ay.C;->hDrzd(LD*ĬW|'D?xTT; #B̍-W4H]Rx;ˁdIm̅b I7\57@ɳMC(Hʥ$GPqCTSrGDuJП7Œ |j;ݠ*-x?h9 ,躼 KҘ H?.X*HL\p 0ZLdMIhtCM5BC#ɍR $XV;M`[˜Z՚C1X-X<ɔbxU9e("̩bPL_I2v8\ѨDMr(@ܸם[;pWO ):W4OTвPuP.Um[@bb<l-P *J=ÂJULl}5A-v`7XN 5J` @0x]T 2n 5T40 `V:X[|[ չ%aaZֽU ȅ*;O($ P@ݴh^J@]([GaV^a=YGFM]JHI(<4MxZŋnIu#r:@p(!W4P : h'2ExW)dQ!8؛ A;^X9lk^d4.uFvu&2[>=jbi\xM6|nI!?=z. g5dǿt򚩋hh؊$3H 0B@Kɀ@N'󃦥PiE+O&-f@+CЉ;^ͬ^aS1m^DndjZa _ A`FӰ(ni "|5P"zw2` oҠH ͙ u7IR$ZFH)]^gE>ƚmIF_]^NvVkO<&Yv|_A]0_5{؊ 1X'2=]k6L~l V4ƃ @@ci;`6-О07̄V^N3NF_ij>Zhψ. e̲^1TH>4G }&O B QCpu܈q.: <Vv 8P&$,+_uám.?|Q*sM& w mQB(S gku"miWAl<'h+x`l)`tqA8Ml(9F+%On0ϞmWJ>$Z}uÀ@ <xwvp%/e?vuW*kqLv@}'?h4 ^pwtH_ =tGeMGy?|c3oDA,_}HQ>y!RfBrj: K#Ċ3n1Ȓ'3x@Z)R %fҐ(:Pxq4H? JCNQaUV}V_!V$.KB`yQ~La"8'uډXE,H4dB #P B`%hd! vF$2`@H `D`[KM6iq ʜO~ F /jVURxXZA!fG*2 H!}F~`y wz- 5 %pD1G=h)l=+`:EeK}ZSө:j@:$1hFT?y|XJO aطY!N%8Sar{4wv.\I&PB &D,ƆA"[`o.f81s9rSJB nBqƒV1] 5a`)T̪3ܵs~l|9MCXG&>[24\@K* S]3 uI$_ R֌P2p릨ހ, crbb8řcVY9QQl\VZ&!\lck(XK]<|B@`f c) Lޱ^E0i iBDޔ)M!C8=!R*Jʏd:, Sgo|brV GQFaH+< h(29!*i`\%,Au= Vpj ֵnP,lR%&5JLΏb D;4V SОDiL[6h[='p`;=t|`^  WFpPM^dJibXV:O2"rFUgj_*6Cov20bVHF+J@am]U[:A 5JT E9ɪSƕ!D:'ghL9sí GAD+ޕ!.A>[pD% _Psv0,|^ll: Ru0CR!Ͼیkbo(3z+Da Kej>u?NθcMؚƛZSۻ!@vWOl܊\' g8`PbбqT: <Nk''h]mJE97?`cw]KSOHϷ0DkP'1 T/|!/=!]2_nJ.8ͮOX  %?VJoBVL&87gO ܟJ|gСo5nGCq67up2 T B$iS#J!h9 X=P_cEF|"Uj]̀`ța Ze&Z {DݟB]HSO ٔczP֑g *k@ 9:B`c,e0|< \ ByJMA"i u)~AZ@`FEzcX8U)Mh 8%ziah\+a<4lU.x_ꡂadB.8 aP[AΟe#VW]` <8AαrbYImP !y-NqbK(JA, 8,A##2|B0 ZA4:ݬ F!6fcJU7*!(AT<%A'TP;DEDeRPDxFpx DAPA6_6#Ղ ƃm%PdE'@&FVc#YHR_dx&AKKEAT-Du PfՐRDwM@t?mB9$ ЬDXa.3\ZXYv^XS]&JV^%e8 LɍPbBhMz՝K>BEKHآ U9CZC0F$;@<|_&k>&FK"@YuO&%TIpb"$y)$\r,JhK8%VF5 |.*<*L*-$)ZfĎbTqWRZoDAn)`!\¾FؾAg.+h*yz,8iC-(l<-n+cxVF b Z ho"Zޫ"-B$Z$ Lj.ŭpFBX-At&~/6dn_{;d,jme&dh_mJ#PZ ܭjjgڴlKcBO)%MAxZXrd^ ^~fϩ V&jDm-:2^:H"lejN@϶n/*妪qVp|AO).XBnhi/^%V:d:C;p޶lU3TAjB"0]5: c 0% ?  J %pݐ!OAg 0VI$X"IH^ p22$8deB;I.gqnҔ50t?R!N/_"d6.Ʊ5^v )Q\B)8n$AqL /h Xn-)C_2+34c-.#0͚["n_L2" Aw/"a6 B 9.-PPco6[:p$S H잉8-s#0-l)W os<#ED}0L,נo/G`QQAono&BSUpq*C?13ӢE#,-A55X$q TJə+%d9{,B`(B)m /Ot\$~6cvdנ(5irT`g6z6iC K@M .,PMam%W0&׮]o9?[% u`sCt'vX@4#44=lnRO|$uW+4UvǸhC(ii"sDDAqLqkL44@PL !I{s\3"xnKtqG+9uN1`` jbxKFE(o.Pkw#.3g_xz($w!!vȘΐy P#ŀmn7OAoc87k'?F8r܂9; kt1B1vq{ր<(v|7<#U2VV~ 4A6!88 Xhj?8J<-|f+tWD..@-\0ka{ePYyӸ?;&J;8pfaOD:*4XpzzAez&9wlnVlwM:s vNy\,(v&\u@0|A6>[<π__W<[6X<=yR{ݻH$AM KjP »[Ue:q};.7sCˉG~@&tx8G9=Yģ=`$1bHB#B$bP$ 2eAQHf0NA~q)+N4y#FutÆ!3J‚K*6nzD8ڸNXr*V]Z֭˕ݵbsԍW@,{p` &Y,UrMl8򌖰i*1bI;XX)rFj7f(1-jD"4ЋA w'-qbE1b4nxܑH3&MI)K~H9J:tsȐ0~C}MUf װwƚ6 ZjqFLx瀻B̰%1 dt3.F< M4L;R |Œ7,y2P7R"# C>#JjAN:n+/,qdsQ] ~KC"mkhZ0m4A}x5K!!0C( $d5#Hd= _RrG(D c0P8BpNK/IT` v:2!R8(*ۘUĥ9݀+QCWa=W.!/4/I xx(~mz0, \#ۉ2"F #M7Eb5l#/~Ȱ=Q"+"IPj#&6ޱ%R`'P1 :.[TF0BG2ßq0?:dk bW0#'6mev@8p(Z)5y q_41aeXvLbiaS|D05lhEJPS/8Z[K¦6)GJDH8a4,0 ,̀@?)Fp&Ξ$9jfd K QT:q%,cInr%g>OaS LpbpI=\($h z(Oue Dx4#"8 HPbB=OCV3T5N;*ם#PgZ >Hkz+ We1+!DZƍ{pbZİ#bil k(YG([#lmF=#6TVOmhAtn1hDv&a"NXVMOK][]h1n՘F.h@,ns^%6>w|/QVZ1H/)&yd`3X0j ^0J}P[lyp"UNh.AUWsܶҰH]:P;|X.ۃ*D&"PYq˾eY8ilF4#BX04LkA$ǵiHL0'1~8ϯHM+VW3m=CC5]N1ze&$E$RK ;wQoc)>i!sUq$D%#=سDMߐ8i(C7L?N;$O>#|Ӹj*bv8-k餼oX'-;yА+YvpKrz9 (u"LL #|9!IN4*$J+-O{ QHp|LyEW1Rzx$:68 doL]7[D(m _wSH3 o87ȝ.JQ>[׽Ar|wf\p< )b "4ϧpޝ$cZ,COD A6!QnOt/N즇zЮ,RmΤoF")֤k>nrZGN>I̳OF a9CCUD'xgFQ>О ܬc ?pمA0mxQ1, 2"'#: gom6A¯$Rp%ݮ$_1b'NZL8 @) $tB}R'苾F@ 6 ?Pl^Qdх!&"uՐ, 12B" AȋJȐU2S]U(&T=/>̖Dw B>#A x u0h(f)+E i\ 7k,F:kr10'뒓#}Q_29wCD&R0#%f3B;C5Ɠ&3p..s,n=IRب>vꌦ)4GG)bmTmj ,D-K6C32-9uC9-9KӲ .rRd,ԴGM$P,1%n&]j<_=3N Tl#>(v Wb@*ksBa,֥jpNNiCN1 P2QT Ii/qzP,N%i!3v+Gm`N"s0SoԴ6T`U QԧgKǍAE\A]Q7SXBƎ2nLY P.+OO;1R42&:!8D*|g@1iuiC/)jWuU `v`eU @K勾OlK,% Qod"/989;@TdIdK4're)ufa[{ l w't'-^/./N)D52B_xo3D 0pwЮ7{m62$Ƨ\QpuWh3AAį0Vj׳`u7aAN/MՖمA %ވ8M"3x/-Z9Pyo1 ER:5f{{6qAʕ|}Z5'de~88~I5ID_$!* GkX * Mm!۴@R.n1vn/xC C?V/%Je9{7 `ĆFu]$0 2^!1 r6Kd(*w9 !uDŽwR $uw٥B߅8%C+Yt,d7/C,mXizExzq{8nFGo(Ng(2N9ː ]N lnl:k aM vㄠ+mPb1mֺMr-!k ؗ)CkO{04C.D//UiVq_ 49l̗]./Y@<tl44I:ӳ a% !AڄP a zo8$:):c /X0F ُYf_:yb|H|c$t:Ug(}; GGFJ>nz*!)_J$P"v䶳"$t⅞!xҸոCԦyqGt0.=Xf \A/a3[AE;+W1:yۿׯz|0&W&!R_9&cyuz[|Zҁ2mEe|.?D0T#e:sqyqwSDEjNGolX_ch[0mmXKap-x᪃x!B7>\]ZVO5کNDP0?]+Е{~~f+ 2}]ӇwFČ%1FCh1cj,Y RFB9 (QȐ"K Bg#$I4)^4i( &L톶5jҥw5}z'qSɍWiڴrժ,\dT,S}[ ܹt ĵ[@]zի@`Y(|xpņ[on-d° 6v`ңhW\9}W\Йv)JN 7;|`mJo8C3] fԼx1c@zi=tȑ#a:uʔ} ӄ6DR:ET#UheNW|%1dsYUu@vHWsWdy`fb*(`-r5aց4=0hFfZj6 v#voYqqEqr]& btmT7Y$}G^ Ggy呗J@IL)TFr> uT8*πXSNIEUWiŕW`EXie!bE"_b`ڢb-(ecf>rِLTıI-9 [lPJ&aQepiy] Itvlnԑwxrʛw֩# %d&P`p #VZQi4 v3HYiVnyHz{kzk̄Wjcl# B9dѠ}lkQ%TTb{ey@nC^)wrFlQFe!@# 1HBI lŽ6ZZiUTlV.cR5he򹆦!"lbk.x3θdx\el 6Y𙲦FGQ6mX5pEh=ljJu׭nˍGe>aw1 Ή-dx pDaM)S2 XS.¹ skH*I/q՗5Ff#tyu @Չ HּZsvs-m 'K&2 Dvԋ;|K,! ego/$[آ O( *SX-f9OXв@- 2XD i4;v xfͅ 1~%XՈzUҶv#~K{k>7}$%uc[i ''Y$# Nidc9‘)x1t4P, Brd 2TfG>R*3*h _HNr %%oѲ lez݊66 o%&BntcazaS17fpȈzI4"#@R~8RKUxJ,?u̝|'2,0 lg:L 3OAK) .#yњnJ,rKE=r LE^bQ}]L)(H_ 1!3 zЈj b =M5TnJ,SW\RѡGcsNP /4H^VE]]NJ`8h"X;:kZ*u4p\ &fZڵ#앯_KXa]"-OȾ-V .od.Hec$h pX mF[aa6R 1:"pS 2BdTMҡ -q#sJ.,g&[@lLzguF]wz#_Ť!a]/F mr}v CV5!@*̔$XlPQ)*pW=jOܒ܎ħ*KxѩK]ƺn`Kg]zm\ʼtpWC8`9G`re,Gvo0Y e, 5A&L0b&ѡqjLBH eb!֭D[UE,+p:HZ9ف\tRzZsݹ6)jT2^+=qildҭ^:Qr#l9 ucDנ'?M-BUSmeT>{c"#7?VnsĆVRVXY뽉SȴdۅH->7Zⵁ$yɰÓVkϸdy r0f .(5tA)Jݼ:z~mC-[=Ч_=t dc2V=̤- r gC KZ_5 j!`̊aOB~}^o?Bxb`WyU9QJ6 HTq3g9$t4Ht[ zu!dF2I7hnsUf,B64v, psEv(YAG0HSsas WsL1_gTbIfYzkb!3*jn99{{4@ "<%Y$~]U-l炩}]"H6} >_0 ScJ 01 ?SPHUy fQte)yh9Azeb+r9n?$9ibGWi׹v&רj~%&΁^oI7iEО"w_yKʐ0MW D9a~A[* Y! ڐNt1:p[%Iu %:jgϣ W8D-~`Иݱ6XE鉎>5ɉL0`Z@R: CaTaa"gk*3{;%ٌ{c֧Ò0:QZRDو=M6REYQxY뷟1ɮ1Zv a JUnl*1*r\x[_( "Fv uw;꧁-81W楨Lo/La FPeD d ?۩OZsyWgG(! [aPuA U0 6n gzH.t \7̙ U Cw*^I^eHMV7nsEa9Qp  Cs6w))Ӏ "Ncᴛ#c Nֵ92Xn*#[! td6P*ڬEVXG|[^5X И6`>+Y98@ jx3XG15[G N*T]{]x[Dfx[4g{%J ;P@<|Zjz0%[bړJI@ ~xÈR>[ 3`Q*ytGۦ9a;U| *ATۖ#f3,23aSm7dۀ{ X̹"XL)i~%L|ŷ}@P4<3LRxЎF/B; j1>1a1bANgvB3.BQƀ:X+ Loyop[Ws;%lBGn@ȇȏ|R)=ۙ %˾QZXZ !Q[n kh`"c  +ԅ^zKK%:ǟL ԉ{|Fh|;DGr,[1~1Kșӑ0nD ‹Eu{9LTs (T!-֑$żܺ^j[ 4Dq,6oK$=ԧK%(|*-=62MiÐ l>]/P0`A}AsEm7WmG [^G ,Zt,\#$ֳc5R Lh_Hmo:v| xu1^{-(؊=[Q8l1\P} l@C >@HH(Kn {Lmg[G-I7O,;.r I[Azjw Cy^y;ZdD^>芰.  3QaQ,l!5Mx G}宨Ośn(R aƵ+Bg-E 6tw,uv=ک5/7<~2o`.ZpJ/G`^͑ .TCM,]s_ *:nUr6S;櫢3O>q)v rPżz|^ҋPnp{xn0D5D"/q&bTQ.ʮT>WN~T!tcl%$#ῢdX!>{]Zq'DdS+r8(X6~qdT"h>nJth!L#/pJ+,무jB登ʫ l\ ; 6`sT423634+S$c12Ͱl&7߂#R8],n&"Ƞcȡ&6:[lɏ3f㏜hjdNC?=*@JPjA |k 0/6\G#,zL1O,_LTRLFnt̂vq˭DRJI*Y"Ȣ+5#+ң.B>$<Aaύ<(N< O?ճO+ %R+BBI/]ֹL6,_-qQFQS#@Ult V~ 2Hn5W$I ))JŎ"lΊ/S o4m T[7e@/)K]ex Bky-F'_kC]:̭?ts8bS%4UW56LVLd\wЕabI<(!rYbho^st޹@@#3J?}O>Z\?td7l'ޫ5 _#t y%U{m;nSL5Y Ȍ{˼̴Rbqt-c\eo}G^Zv09g (D&3,X:@05gP *Lp g@C !7(FJO&'kw'/kxfQҨrf7) 0K`V=aTRՊm1#vm!KH8qyA"iKX`,sBN3E4bth` AR! [" # A>J#uSlykc Yh2'2g S Mі`#X6E0KZx?Zc9 Ch;䁀3̴yTC)8T"A!)ݞLVҞ5y!+Zv8bf-h 5ti[ )ਢĨ_#n}fP&8#t3ҫg2d5)b9f3sFD$@'U7`0;';$>1YCnrlP(5! ?!Bk1D:ԭF^Hꉶ<4Lq0`:8Nc\bc#`:v5}VFh:N:\C#"8ҝ*VfvuWI/z}-:t AZPkEC[ʸaϽ]!7qQVomr!Š԰]\[*0?L&S )h@B5!pC:?j}Tժ޳IjkXGPa ŝ 0uH\bO6ͥS G8+ WH3#3oMudlT>- *WYЈDn U%[޶̕mo{xpkYWTBKaôpr2ĀrmIqT|EOQSgE8F,2^huE%^F:i9."I #@k4āVrR/IQ |f̶nzaC+ls9Qv0kqOy@LJ=l?-{[DG9&# oM#7>.nAi8.sY L+" >dm}lճjxeƻgkÙqsh+҃a ntR3&n̋˅} y!D>4S]U_:Ց{~ :aW ^+l\c}\j~; f 'ԡPB[8H[r“RVRW6|f3yƯ~RL{#J}S4ਾ\| jCkO%@]Ux`O7T;aV-8[9QtV.JiO{.V}I,/JpSy 4ͅr l0 2@ RG#8ջUB'5:.۫W@]KPv)s!td $ rJA>7qAXc4?c:s&s''\,a :@/#oB-=ۣ2ݫ+3 \٪-,2᫻ۭ ;!d鋐#D=?۾?6"2%9!DS9{?f9ۿ?:)*C)2-/X̃YPHX2l@.ʼn6t7,ȓ16C2>; idj9lL FF;sABƱ>>þs K[|%xG؍/"LT&GZXJZK+쟶xUiPl4CHs Qc:@ 1 G,#v1lP{}kêlXM6~\E!ȮX&$K]tʴ 6\Fbˤ C>ۢlK>|YD99F,LlFq66k!B+s"z਱#$Q2[JSM6Z/PPT*hy͔Mt8hCbH9,-\F̓Ʈq(;S GpG[*dʟjʼnOJ M\K\K|H }RW|ŮkhyK8]ÉdKaeкT$r`4K)dlIAECis1B3#JG#7b? UUS,mEU,7*"3-1uEƊM @ ESNN>Ni욓tQNFVED%VlD˼L /MgO vJdh:yaWzmW0쩭3C\C`uFe1ƨ ;]NtY=V?Yd>Cee-LIFnM\)I=.Y2*)*)5lRwQ:+4S-W-;XeЈCC X䰽ˆ"bX}XXӏSQC ;hB-qi[OÜTVּJVJB\P&R\OYP[#3}mm",}}~ڢ\DK;^Z6mXK>19XL8IdVT?\dX[eT{MTeͪJӶ{?WG4\KULMTE)m,܄8uU{U ,3ٻUܫ8/Vݏ4ғX`zNݐSMXT`=E`lmlU\ͩ|ö|cR]җ]vMELE~;,p)#߂W|m_c@Xہ0]lCeA_=[tyFtYD`Be}[MzVhEi["K^Tm#Ʉֿ)a6~A*`z/E5@fZ8"2ߠ=ëb& bڅH6Ku@)f+VLDqe`c`rЄ[ARl^^vaVԄ׮c@+Pc |X"d)fCOFW/0VY.[e=]`D誄MV'advh,})TmEC^EvaD@-4=YUZd`î0d'Nvevwuy^zNWΊ|XbZc2&cR3Tu`f~0M[ɡ|}hbVd̥ZmFiTfo6( Mb[kig+&ų& [>.Q.N+%ca3hf/-8BkflEU P_T+XoNJv#&Nr[뽦k]O.<3QJqXlv3ɞ˾NZ]il)%9_0]䍎USjo?t,۶ƕbѬHn_ȨA'雖snfƞnǶn6In7Zʍ=w#oSͭ@n/Kq ZZe?mL^]mk vvp?[ȳj>I W6ف>m35U7oᤅ7%~-8o>%C;wp^S o r; gg6[vV-}sVmZL/EHqqh26zR$CWo6%r"_^K kKn iP<6sr!R/u9TW6&huXe>&auo.觍.vvmuɴ)%!3*bp&^Z[[ 'Sp⛎y (F .nVNQE6øeU_u|'h=uuHrW2 xzzYWo.,`q~adnjG+`\".IJkE]]eVVy vߘK7.?߽3?c~wZ}E\|·aяqS_bqRvmE%={u`WxFFu O {G~MC9%wq~ ovG|*le*Nu|Wͽ<7dOW5Bb7H.Yi;kv%P+Ud6#a-&qh;r/^/a!_}q^F"/[άFѡ# g2"!Ç;1HUtR,&QHF*ӜY@w]'rJeSPu˓{vrnۺOw2}rF櫿x&X^X]#Q_YgpV%Lh\Vi TQB ֚kE yW#%dG7Cpp\Lٴ\sAEBT\vewvOudTg^zdM{Q%{Mƥ]Uم`caטf`t_~ fMX'hp!Ly tP-Zj B &1QE e$GIaz#6(M=7 RF]RNAdwP^ɞzuhM_Y%Wd*dFٙba,`%ia\`8FqXD!J5DYAIa%]6rr0X)d GzKdQkު0EN{+ aRFYƀ-l& BX텣JiaKs ۹GQ*'[t<ޛ:BuGZnM-E5EU0X_)b_d߲`ٴuk.[ 36'둻tpFmoM3c3Q.ԟggT7VK5دǦpYޗi㮱%Wܿ-'v J(C3B}&:QbDK/V㧙*ꐣ!,"A#hÇ#JяC~O`@Sɑd”)̞0_ڃhO8_IӖO89i/2\H@@Bez! @Ԩ #GB9qB4ٳh4l׮RKݹ,dAjh1(.*T8F~Lqq0*uyh3TdΟEoh! @SvmEiݧP &N0@ȓWƌ=CZrʘi?[zl3ˉH2*}`ТWGUVZgG [K/_9$5I]ET^yqI$ffF'0HclKB~k~lNXTb!&ԁ"}o'e )r5tI`Nᅘbz1&^`]K.&x;ޜ5|T}P'Zhդ` 2! 4B2ITH%߆jéZQ 5QHlR8!Șjo"h:HЎᆊFȳHZ@DW.ȶ\-r1'ХG_~QDE;Eu#ݛigqriQe|S A 94M ]q _*4s%cL )B fr(f#6b2R`r s]a4 c DH)P[{z,NDA~8&"#L?nIX>Z̙j:(x HࢳGAh7aq~fWmhќf1wfF7Nt={^WwomJa+aסdj\JpCB7x_xpn"dQZ%!3}ֶh]I^siWw^!K3Gχ01hv_>XӦ6}ۨwT6٭37З_-WM%wuJNՕ{ `ph)x_ ! %AN>Ð7H&1h.J@yirdhvyqz7U[R0CCz;lCosۢr`,ml@EGtUYeeRt˵Pʧ@ ^u@M(}PX} ;fܗvuO!5r'o`Pw &A  Pg ''H |Uq38a ].J.w#,,O-74CPed|A~x~il0 Z's u xp]Q5AHdz֏RgfH]`H؀f]ii`7)3 Z\dh$Ev~`DtYfexТdO- ;g" JȄN8}X} 4 vmfvG#XY|-?(r򍾴$?0aц/c`9oU .YyrFSx0'Ê8g=b$F$9XB؋DGKYɸSvTGmXIT}x(`Xj0BE%!Plk0B1@(@y9ixW&+7 &bvtiiژQvi0&k0q%0r !~#N,6g,OL)@$a3Tl@*ɓ.z0z$I5?hP: pKh@Ș8$0*PM}Nv$i.8ru`f@EX#3 pP0Ǡwm)9Uq1`A?9tHIبiGF+. 12#5$<V5he(y,ƒ/Ɩt~zX}4J5݄67|pA PFJSXXj7lT,EruG0B30%`#0e: :Ю*k>5AZax:{%|*X1Iw4v  +`u0"XC-IK].c[ExYT!lr$ڪ<몰zfYEG) x00ʌ$6Vr&wdG,?VFrmXGPs{70&0皮@ K;cJ%1P9e ;ȈR:O,  F ꒏ #<73/ȶr$C`fj#{3eIҊ,1Z<ʫr9?g[P;`P}JY 0p ŀ\K*Vs%gETD3s%]|{pkEPv{&`#`隮z!0Z:00>o긐[&b0j&rdg0 0 `'x \(c$NB[:z2"1,z!ʛ(˼k JA:}X 0[ YkK]K*GfGY1<p lȕȊ |`wplZ203:>!oف),.N @ 0N뒂PĬ@[\FL$?4Z7Mćms~`EU\ۊX,YlU N=h;7}Ȕ' ǹ@jvff:0OW^ =P/P^6쫽ډ\ ۿYO%\*lGˍt[Ee$ґIjnXup%٪VCg,'PEŃ>蜺SY$^YPN^wSx p vQ6=0U=;P;P ; ~~Πΰΰ^ ?@-ڣ}tFNSZNgd@WtÕJMHa:šZ/v.K$Y*z?̳ϔDĸDnEΛqzS[8 }Sm_񹀌P+Q'(& *_ 79 7A1.&+LZZE bPYJ^v$͔i\@KP~m5иHw/zAdL>7sEU gܰ A6fAؐÇhџ-NplЀ!C8)ӵ\);pvJd" @I4tѣ,Ueң 6blZ=jMJSgX>e5+TS{FlgϪUe*gpy2a4 *)!BS^tA#YX 2k0E*@r@,dMBSohПsw>oz7t9л!†Ãn_&K=lp$Lul"I\駟"('Bra*嫯q5Zh劶6Yz+ ثB2(8pI 0 4>Jxՠ7لS6Cr͏AMLn#p7n@ H!6 +hA>T>v5Oe4.4@fj/9 DĤQi.i.h ]tQQk]E[o|eJhVix! /t!!1Fe@Pp WJ2+g%7pC \?eCo-@ H@b`: BN)t3@4d-ԁCD(P;Pl 8Ntid@ HO$J4Bap*?B! ^Ѱx T4թO wcMZsREpMp^d =" 65H@ ڨ;`t1P&>1,o2`0&8T d#B|G w@^At LjZz)& AH6XyTmA~9L`dj&8-eک"qFWKZv;-_\/`1A+Ui$ Y~>`4 lHa %'Hi,y34QIOiolR!d9 І1尹4hR-jmrl(o`z;aH@hEm<|7~Q D2ykwn@jg9x߯=bVc0}~]$"Q) Ty]im_"4: xlĸ xX-3HE]z>06@ )?WA@0azh=ݓEE)Y&5G&[%Q6F8dBhƭۯ҅k { ClFT?lhYk5UkめRCH@Ђh]AΜEl3I[-p[ƙ802)m,0:+3:˅j2J4C4CnƚX?P#NNN؁-9X5̑F- M,5$G <0S=CPYc62[xȤ@`xW6@ LaA P.[|܂,pផhʙw(Z#{RF0pF̾OP ;,C=D [!]?JcѠ-xd:ح##pD:#H, C<&84. C(ߺ0x/(St&g m.EϬP.L.-P:PWp.W؁kjsPJokFu"FTYJmN1QTʨTO2TO$U Uκ4Ώh5,!U!>hKR(ĖJٲCÉ@lĹ4@2Q<:6xۨH"[<*!aW.s+`TG Tgr;OuFmZPb !-T}X*I{)RY؇ x4C(8,H+.À0}-IHS ̍(5]-|O뺅o)#k*2Z)Sͩ@C48zuZ` 5Ii`;(0X[npJx#u،}[]@ø͗M*DM _ V.w9VdO0wy Yђ*P%1A/)H])?o]pW([A bȄaTJT+p^Og պ[}U kޕ<]F"(a-^|ɭ0j =!ݎK's DW)`WUרPlED93eI~-[j] npq+sC޻3dտ P ȅFX`*@YcEDx %Eޠ̽]0KHxyd7g(N{Jdpd(+0YLYziDdUQ܈hQt Y\pzc6?4:8A`v5K <4=ԁ-㫾2.DXށ@CVu67vpjj̆k'0ECPhߒl`{۲2RBr X[uQ? Cƭm k/F*X 2]ipVO|و怹3,nČ!X2աj)x'݂;&W,)nx(A(C=4( w2/ք<0X8g6;rX7d{pVg'$Z>%X@K (mMkؠF/k?V5YoMg.wf9uvmLnXg|ɐi+wKDZ_G a6m;n1og^FUXOMJq0k9]GKML( @h/B:`W'{כ9xt2AurW˶@؋oP )*K8T`ކ]gt jwO0o"spτ\pyuF+ %g3Ks{oxnx^> ڵً wE(8li{5i\?AA>deoTmiwtF| VmWmF/P%B'( : mL@PM4OejqKIyc a 7(&eBZw-&j  Bdx =@ x&פ+ TPE ?,ocn 1H0fPŭT 4̀S=YP %`r6U-kӜMr2 ,Aܠ?  8ŭAjc- ꀝ1#N @mxMBƽ'9Aq2\D5Uk#ϦAmᏓgGs@1XW 9"`g@5(p\b _(j - K7dXR} 5pNNP 06c/gnt"4&"F#Q&tqJ\e"Tj@U&RpBV]0/ @V)R^ P 8x)x[0i b78{ۤlnЄ{  [9m:u2DР tЄ+!+Wue PNi. F"@,0@̱x#O׽FPng "ȁ"g(֯zgwSLv}؎Ԡ%u;`䐛CsdBvoahC#+YV>8١_B: ZB8B [:2 d(u%PT ]E,׍t^F|LĆdm=yIU O׵@8l3 F`C#Z ?%IhYAٙ]A\G虊@<ôpDFMJ^d Z%4BDzI`X 9-CU '[8]>m`!!$5!A=%<v^Bp!\E,nj2Fae!yT& | œ`R#A5"^#5aY"`]'A(͍ DP ,.{Sqy_8L-$ & 1[%$4S A)GB"6>x#pbBc9fGnB$h52!ɴۼcItiP% \KA>1 *H&@8# 4NJi!e6%I@zTQ- Ul.%h³:jIcYzB$o]]$ .tL1܄9vL5&? )^dAV8h l& .HiDvaJIxudGfkyAf\^!09pzsPOsdb3n{-@`AÛA%CBvwcxUAKi`?Yzh|7ڧmz K>0q!EʴtthqTäd9ݙH(/ء6܁8n }h)HD0\YiX!|fZv00DKZ` DP5i'ֆ͙WiMizV&Y.,@$`S JnAĭ'| (\Lm :PaOcF!(BAN=UT-ա Y J3!V¸ kbN,d*8lm':`1ݺ&Y%kDN*"fnn}]Bo)Am,m*Q 앸[jQ[EǢRkt,0A#V \ehflYe.r%VӅ^>aOnu]vAl*mΰ^I%L)[H%) QQTk@NRy+Aހ~ &Ŭ܎N_|(I R -v"m!,nfS 3 ^-ĔPӔT vhVnIfXdN53+u% l&q+>g$V+jDLQN>'-Nֳj C0!S ze{y Ÿ,9Ԃ3˦͚jwGwAb/d/Y1 :l2@s3Lsc*Jr'N'A=\2BG MED,Ds3Q>N۶.@W\*Pk-<( /CoC<43E[E+hN Ѕ`s%6mJҶ4Z/tQD-tp&极(XOD-u$$>ROqSχɶW EvmZxu 3_&B꭪-jf׬n⦴vK_0\uQDґ2m(A@,arw3c%A(bp|dgvdgӂCCt1Wij |~TT5VjmK]nt.a0xp2qt) 3 P\]ss 4A0-[buw?6doSKRϵXhff8LCq"v}6v~&-LC#pDlO1q6oeoy9 }^[8@27^QTXgb[Bw,98{&B5ӷW}yvF)#0.jD9m6-/'2zBJpǥI5!Xn ?'DŽA "R[ײ%pw y$I@0U7828;p˾C6~?w6TBDjZ3sJ#փ;B.(yژ \DO@Aׁ!uXB79S.}6nM4΄6wGJСUkݺ\x ^HY#GeJ+YtfL3i$M$tŅN%F4J"7θ 3| 1SgP0^$1$5b# =RG^-o O`HqQ -"1fܸq7oڸa3D> Fs3mb g;M+W3d<%k7~yr8C.]Uh vih;V.e3jySP0\ς-[kݶfHpaALB \Cꐌ2ˎaFBDnT+!)ⵇȡm,j':-LR}+MraZ&(F)kꩩīH)Ë.,#JLJ- 8ΫD $,@h!K& 6rb8,B惁J<ф[kQȉjdǷɱ~<UdιLrghc,SʻAْ/ ,[+ͷBH(Q#8@N?(4kBO): B-pC D# GEL5Z.1yrx T~إ Q !3Nzxi! zJ`b-yd0PV̱*>KZ5d ^P#BpK%@ -bxp 'sò!0Ԍmk(-kvt+x#Navo%rb|2UK*XyrJ`3#=ʄ :K5Uc50 z4-Z0\A!H(t 6B ?pQѼRń"mmO$W$9 .*:n(\خ;Ʃ rRVrG/E>j' LX"hB¥:*,(D^ wLJ!G9^iN3JUlAl#s&zȅ>RQ)aӡr(7D 1DZI7}U VTc5!^?u[O\iPЀ!"=3 jT^7iQ@! Qz4;T6sFfȑVa'1%ْ1RN`5)̔@Q 8G@4&WAX%2F專3HtdYվ}C <$mlVX4> @,-/{ -˄Kx-`c4[^#"8 H@⤉R)RB |0( ZPC Fxӧ im(!kzu肝NE$%Y7ZۤV tHJ EUJDa2 .{xE=T0,b2Vo\ͩQ X`6}T: ! ׬PS4‘Ern p{IyjZ WwUAksu#q7 'b |(cvd+cC^c, :Ze-6Aο#G@Z R iS(m e[ VOG0ߘ  |]}zb\G($)8UK2<ҏ~UiD`9! GHK8u~ؐ8$&d/Dn:BIJC;J`NoRF @(. 8AZl @/@O/.CXCxn XWSi6pomg^*2&d!Ύe6$Bv` G`}GMyp.zȊll/D / !Pjw8e DE xmamn։̀%)v7U{2A`VH 3)m$$O4MBZoZTtwp nR /e Ukh "zo.6F%>ؼ'0mb9GHq0H:qVa(@F6-qȃnN ѽNjga :(K? /Q:h!wjJ+E5xqхn횊 !q$>O%o@]&IPp4&~k%Q6QdnJ )C?-zi.,@ IJ!wF-KCR0Ezќ~QmNJ7d#n/1/I$) 5~h%%_A^3F:h<&d/307ѰLS*֏-.0-+ B O `R¿xJR "2 ,mN.3/9/3%TzyK;=iN䎄z`d :2w2qJ'ܓ(5j(;)?4k/ "53j @d?,!A vGXLw l(4RnlĐy3,u.׬=CESPo5)ѓ1:$h<odqfejHF5T9**J7j@16`oM^MEzx-.͔pO0$j/%nhmFC<V/q2+3(1US18Rf T5IlTMQ*=NjԭZƨ3 5+QtCPxeM}7%RC!CsN* 1$D3T:%;?0_4F<[3Q:c‘ H=ӵu]#T>+-UBziE(!6Ǡj`MhxMUEІ aN3F q&N/JtB69a r(@h1!s ~ sKUeiӤs$aRW Ơ`q LD Dva XǡND)6!cG(x)iyAGHov{|BZSpm&S{ip2M"];Ӏ7sI w41*?>$jO3@j,].S5HV5rNbͬ6^ׂwRQȇGHyP%;5ap5FLrVԳ{*X*wt0JsXs8ԔvixMa(7 ajB%o˄Mi/Q"9C7?xx8P%qpI B:~Bc*\Ç/5qS8rP&e}xIsO9.*8.B&Ldu-\,W4#CX#c39Bp%t׏y$y.wZ;aIb8{{Pϸ@sڔ^QT\y;y3`}yeJ$/)!\Z}&[Enmo EX3"!9ͣ/8Dك53)ol0aDhrk qyT *T65dbB3@ Ki> NFwZŚVm{Wb5o==n&𶯕[no*{t$ d Gݓ:H:u Ѡ&)m3j[^;0hr@ͶMqW6b8"xmڑ./PIIzGcE&B|d %J[g{Q.*ḞJt|<~fp8?t("!hzCw !y! |Lzn̒eyκN.R ׮ E/Z=X*9̅;a&Y|a<'[3 5<ޛɕ\ aN>Q&@;gxA28 ܶl_*%|8!"rYs/|A$HׯG|PEVغW'qyq~e!4({lXqNӗܤ}0.L2y,^=MJ(+_|" 5:xg<"5Y\%;VH~&jBяR}]՛&q>w^_heICkbydB|a=!pzb3gڵb2(v  XXE QG"4I$t &˕*YH&J5bl`!ӆ4htcG<qZʕ+XJ1(X>w`b"lo̸֭3ڕQChƌ5X:)q$B z ّ Ɏz9ڃ3fG9y$7lrիñv ;piwz[q7WZk#hM !J1E S(kl˙㤉3 486*u UTQMEU\dUW_1&aXHhZkZ\oeW]5C_~iaFv%AXccqe  gI‰$iu yd8v[no W9)stPB UwviO|Rx#RK3zY9GzGQPCL=%Sb VthuIW\1V"hBi]z[E[r!|(Xbc((4ƘY} " \DFζmNBo-Kq 3AB eC׍IIlԒKg:|y}l &%VT(0 X>HքVxpi\_  $@cxFx{L Y(7zB ïF${,oQ.+q%r[r)t i&^-Gj[R3IM ᙧE؇_&t@8TSrRZ֥ji75x]5*`%ay r/:r'_.*OV7ވ͠slJˤ&pRmMK1ЗBm>k:_{g}b~F7hWMUUW-:p &ˆHHߚx\%斨~]?+I, D}a`Ō~b1cA$cM1L%ࠢjzh&$pcOjj,Mky2rL !IɫN"?g})3aPHL_:<$QWQz_kQ'B}I7qcjL0`Be+k̆aĢ &D-*`C,:t!r 6$aoZHWI 7=YG1%v/ bEHKdr@4E"!.jy^r/`p$l a c%8Hj+ݰΏE8lHrȈۮBw%>[ ikb4Gxq-iB^HľVJBgYbΛ ŀ&rTS]C~/yaެ 83aA8nsNvʡRՃ6>?Hzt4q# M.l v qŎ{|J<*׌UaJ.? nH% ]{A Hx?. a"b:!nH]y, ijt9MDVW VFwL9HN<ɓ}з {Fu W.DoVcMDz8q*։!9$\ ., &/ٙ`-A yպms y;Z&tOwI\;#ePϸ!7[  mx)Lo#$$G03_0熃g>ㄠH~aa]2n !tzqntt3{X&AiU\foPЃcu"vB ƧvjG D QgA!Gjr^O7^n`EwxxfHGU'ym ۴$GNɂaBzN!hHn%zQhhkXOaOg{WV{ϕY6P oj40jg€'00 jrD$keXlPe*w3H'r"W~F~A01gx@}s6T;Fbhhn[j3H[nIuW7I{Ao ]\6 Ec#uC7)!D5}DPfXw@h'xC(_P MlP>hUX$M&3TDža-aXVji#IbQg(v]iP'H ((UP|☂ޅpԈ䵎qODXtaXW!x(xg(Z0Y @VZ?H;mY‹?WUh6B! x8v[tIOgB2d06ZP^ujQ |d )5D9y"}g2uOɉS i6?Z0 ,MT$4UW4tzNk4jOpInqi#fhʙ (Yhx3\_%n(|4I 0jYlj̷7?)'88G {F`0NyHjV)[ ] yvMg#[Ӑ`aY e# ֜W H'p)y[/`'3Y1" 59j;P LvtPdy#)dkAwOf8yۗ!24F FP@HrM:ytKGyfH%ȡRA :X NCEnٖiXh!6 Yt6z"Di =vvPp;p||7pQjwTKF}IY"3FʼnSg10@ vDac]U ԋ)~:SdztؒҒهڸ扞D`|ZLz$wpZwv'kQtu` 2iS0]* ZWli@Y&@Z:wGTF>k٧#:kH@;׺z3Q㨎;{cv$ J ڳv=W2JTl)T:9ꪏcTY@Eg #0UH>ss:t٬iy.벸է n- +- OA׀7K8oj穮p(X:)Χ0E0v)veПCF_FQ@cn:m878 U¡!-Z !ͻ-zKЋ&q [q{!I] 9pւg)@)D'tǺ[985F Kۻtttr*ubAz ӫz\LaRhk%ni高B/W ۹AɎ>+ٷw۟꺯k9a GصK`_*{K:G"yԛ:QHܶƙ ?'L"<ؚ;ʨ{i pX B¿U!Y0늓BOj;F}~ ~0P\#f o ZJG݄p; ,wk|lqƪ7 حhOX[ kLt|B6 | Գi瞓 )+FtG|R4ɠLY@ʨ,ʹZ /P/P03ᐳX BfVa rmt&ZYzB$XU)Z4=6l/7Q<ò\!2xɁ5oq}}*-T~P*y?PgX:=%e @ꍌ(NuOjSNEg|"ڎܟ`h}Pqm~>ssx^#NraY aa -`b'腍IdҊ^|ә39v6F]KΥ=}r< |ۍX{W}}D㐥3_<M4h͡%dAN1η([&'yP/g8=^HnNGE{j^>p>}p| _*g"f1&ef/"}q> es.M4%~вYB*^ɷXUtϼV6<8_/T\ pdavbj/JnH߀)X?]^ʧ 붾&i?*}"tl?8qy>H{IsͱC+. 0Un&FWcǃ75>QO~&O5RȎi,~Υo9pQD`#B G ] !Cx2CH2f!J%2p5N=yGčC:nRs=ԩj9L3]Ĉ{Mb@mݶE \uW^x [kfBik756O\YD.4uI*\qFδK*5b(& `ʑVr,{GTÈ&q # I4R*Y,Qep7oS}PD%t4s{&U*ժY#fˬL8P-r.,¿/,Ob2QL,s03ѱ&ӌ3lj Zb5:*q 66>nB7ފ+B$#csn"@S7!$PλZ2G0xb:PFj\6#3<#Fјr\q6M7#wsRߔ\"Tnʈ&:tˑ%L. a4Gpcn'ǽ;F)qʩӪ7A,eѹ$ »Ɛ 5$Q9E01@=DT=3Bq4ZnL5*a6]mB"-؁-.fHdErY?h"-a<Bxip[+]3'T9jN;oDOutk<=+AE vQ )CKm#аA1QOi rɽQZ5.jcMH_I&O'h( Lݣwp?ptNu U=Q^? ZL1zpR&Ta zL ;-N<M\U:qՌJs2Z5,]v5L B@pD$B90ɎvrtqwL <}t8e}nXЂmDӘ2F2RNg(pA`xu"]fpS삁Ƞ03("@%& Va gHC'bs|u6zq[WTDH1HTbtraRۅ v`QlX'墌c4'K=DzDxc<'9-  hJA*l X#Giw%SHIJ~h('elxꭍmzYʹy/QK_vKuA "_T12U˄!S=%V#iHyqh&qu I!șA4a YBUw.B[]DXa W<~ x:@fâIV1[**V%j8XjT2,HEdL̘b3%p $usD-< RT[ O9sJЭs-nPpO>8в-)S]"Dպ]:i[ #?a'b.S3 _:Ӧ:R!Q7*ՊM;h"4,8 RBK([=ԒoSjda?)yd ݕPD^r3xxWr,edR%oxc,ZЛL7$2rY֢d4۸R[#qS XF %#)L!qO_yҞ0Wyq!MI\@~UYi{0R22&4=+ޣ@ΙC X9"hdS :`6>iK)!j* E41|D$ur%"!r=|GO4Ѓ7:ŹAV"V\.28OXl[/, Zٽ \`iib; 5;4kƃxFMi8+@kd'۾Gq4 ?sI컂3,Ɨ#\D~bD~2BHx<(rxL8L MaGč4{󴊂,#R/QQt,ܽDC6*.NNک<ƞCKL8p8I 0JEǬ̣Lu)LK ܼD1UP4X/HgxHLC{Ҥ %Ԉ5TDƼ4>*5{Ijə$LIWŴp)lp;˴LDGLJxDOФʪOOۊ.QP+ʰPf8s^P`, ũ\O ) F7Ic+Qѻj-4N,Fp OPܶL]!;HOvT Lkʦ\ #M$&$%RV*V9ѐ1W1E:%FaT\/ZRCՠ=FJ-8@RcSd0>4,Li]F4IF?fDnS\wq^LWͼa- dd#6bDÂR'Z20dr@Z+^X|7]2 Mb> SJSXck<|$h9HK^*>H 1 ؐdI L<awa!Z͝=g) N.prȩO=1l8g5EeTfX1b4vC0{ԊgCj``c coI}Loo F!HknaeWiGv_z_uj}粫5H颵`b7.#胮&jSĦ\nghaFƎcv~Ld ڢԕٵwOa隦aMb\%b#ů-[q~Lb#;ȵgrYb)jUb)]!9$IV! 7ZkcoHr*&nw"fQ nk^ Ba0NVB_4C2= |l͎C_E[ moclmj=id#Np5mV+bI"vnl^m6(oFqk5]E6xV%C> ~ K#om5Fc+8D ߝp 2G5eiƽnPfVܞvqAݢUПtai 6z/֕%?=IWr&6h͑?̢h[6Կ*cJcr GsL\ E 4(8w\.q9gssa†y][ZZ>iq[ιvznp#?mKQ;BQ8V)oSWfTwK ȵT{8LF6Woir8hliV7bvne64F0t\1h IOteQ\4r׸"0u/GTϬ~+@\mu_d8xA =x[i>z[vcev[vé ^ҐeP2Zxg}OZ?B(KmǁWv`jz.tl lXS 'ocTW.SاX޾ {ݧ^3iyyn kTg~^2e~~I:y>;xW^S4N,β,# &Ĉ+En0QB!Å%6d(C"#B8"i˕fnZH#=6n8rw^)s&MpwbisΜ>_ *!EZQIB}tjJU^Q#\tiSF&>wԾ}ۺlݶ]jeiit  ZUԂ2ZUWJZ=r:Kb9xcN|mbĊ5Hrwȑ%u\IN̚oLgO? nTQLǕ= QrhK,XW6*u|bn^jo/x Ex ;8Umb댝*^GP麻Z%BkBJUzi"vҦ5pM0ATp{vq&֔qp˽v_hK_q\Y94~LfC4_[s79!<`4B͚K3mQE ( 'v5q͜aEfZ%{k^[r$M nb&MsG7[~Y˴\^"N:'F!,"̡ h !ÇHHE~dƏ4x@4r^&S\B4S&"GrܙVNN QH .$X*i .d fԨD  q QYh% i$h(Yk 4Lx1YڻacT?jh1S',X`x栂>ͼ*Npph-Dؼ1Th3O-CyGA Bd3j豺G )O5)4B)v:T^zI$5uBºhcMHQȴ;@KĐȶ| (H׺\Q\ d nD_K.I6a{Jm'Jr=yoXШ1ƾH>h/E`D2`k=ӛ75`r]l9ŝ}K gF!sV+ۜ[PPZWH8?![ǓDGQt}Y^TH }Ugk-u ~hv`g{fw'-tkw"<N \"XpYYҒ-=oIL$aR )hDj؅2?sMP?l[BT&C CKpAwƳB i<-MjTԨeٳ׺4ȷ} #c?O=3z=,_8l`T0I^oDI/F+`0HI vsT/ve??p6FpIke6q3flc*4kF 44yaE*2(3]mk\Ar}AS0N/aQHY5%p-8ϻ݅1ӟAWfȜ=zۼ B8$21Ma.B̜ހ6LTP'E(͈!3~,=ґMZđzy?1kfi&4YŦV4=q-\`Ď70)D_X:tqiccJNӎgRO Pw fBāAB :[H JFcasP~P%aj NXβY"57)P1%JZEh:5ˋjTi&_  61 Ht 1Q}CxXR=;NƲ}?k* Ox LP2W"y69j D/ 6 u3Eg]rӟ 36DQž"kD.j)zQY%@wMNe} Ҥ$} %m`sS!:,E b :3Vq#qTalH( 0p;jeDf"զepfݨ6Ϋ&S?5qy\FW@5FYwU)| _i( fJz,dc$$jPe&m-OLmo:89^z#ވV5h7aaPOK9ϹިSh5Fu4& j}+WKHu3z|"u) ^z!9藴Ìj_X˶8-lLF‘^7q!^e 5 ^Q 6kFs)bk h3^PIqd-Bj[^(\`Ոq <ܜ8Bmm8 5'verːcdH}Tp(jS}=^p$ۑ<)Lbop}*vYs=33 pHyBOIZjr$L#uSxfyc-HsDYcW1Ip`hu)  P|=k13S bdOSA")tVt "PyaQp (_dr&]ˇ&sN4 dPFs&^ē10v>0oPC`ѐ /%%.[XE,E3@edYЂZ JP=4xY@_* 艞 Y3lQ.e#&&ip)GY0Xh6z]0r ʒH9>zQ]СiIo)0pBlPY@jDJlNɣqpa,UU蜻$RNu-:THZci"\j_Za꩞ $@Xmꈃ&p4&yj{-em-@1)6dBla>]]]Q6$*@&tBΨISTEeLWS\`oix@*z4D:}@9:{}A+A[*MSYХ`J0S+bYp} M壱NNHn쪧oKCG F03;z{4*VHp;kFF`@ `101;*[?!`Zu8y p@! CQ #'6&cc>yKFIz1KP-QHwKQ4M~yci8b*Ln)w5PК ˻p {fڭ6py.w]h%6!< u𮯢DaW%^rP@Qf{!(!ʿigd\d.+`}TR%YFTGC 67$OS%\iɵʟ¢,-\T|UÛL`T{{˹|BiX]Fr,lE~@ȹCP503!p u *w@5#f]('l.q\eUw\DE~  l^4R<0Y}YbC/fh-0:[o':&;$ %'¿+)<P 6}|UfQńLZDY>0O X׼r ]( \U>@\Y!\0kz * ̰sl)ym+ +F.|iA5o P@5`-BY4;-Л]oL,FIJFfZ"}Ҥ]&[4"9,2ͼZ א  `p >ݭ@=9,l%~LRCJ,X< ( \Uc]?֔IGr- Vyσ=)g0>(UR &Y۰0n~[!0X\P]>%Hs}[!IN.` @tPy(:S Bȓ%VIVE[4.pGC>kQWTCG/D#8t9˴}ћ p600wbLY!]gzp-  `u|vi@lYZ H,|ڲ~@bŚBdp6/RjWv?4_w˙p `ۼ AO_x;Y0,$OP  w?~&@iW. %f $8C,4H 9gO2dȈ /!CF!#.a '88 @͚9 < Rg @Ga3ĩ6nϟBojUQ!a S Yo,d3Pl̰kݻwwnT7R( ",4 @TySk5;Vd] H@Cǒ&NRBeh Ae:O\i.Ub\s>Vٱg]"߿ FtE269I*aAΛ 0@TС ʏ C-*A*R ˬ>Jd xp,? /6.hk[-A1mL2PrJY8҂05zpBڲ¶-x㍋+t Zh3N:ER\@M1`P'j%: sC `E v{f4< bgHf7hcTTޖj)5lD. ? 6tS'dLp)d .r N\`?1'0"DwG=1s(BQ]3M3.эd!$~r8W`IKbRe%*%_)k@99XdJ8΀_/n(X7$/hAycoDV,*oдy. u$^%*i ra .MCm7B# $_(9Eio8(gSNzί{yen&ž ̄AЅ^`]xvODNH"d5 XC,eB]9v* ߲wu_+7&v1(we+x{.R4:`?ф<"ӹCҩuȅӫ@ @4,j6r A 80114(R`Y.;{ "<` 8%?R bn) @캶7s*@?n3?3(3wKR6?f) ?ۄbb`=L<'&\Ī;YFxaL;.9wç~y:MD8NDDL¬ &S+Ѝ#GH;]&P_躢{1©ˉ-7a"&!h-6hJZ[8/Fj2,;?*p 5TC/yKms /98 \`e[ӹ('X<ęFG,&:@˄HBkT =,C0€9pXŨRG3()X pb_$,F{ F  e bd6A80037"!7JTK?: w 08As@y }dAzaD̃H|Dg00&v"BLv"0,X*ʶ(?_ChFC ?-ij0;0Ht2uT9 T,sq0\ЁF8P,HPei,O`T{ +FI+PLL@DO E l,=R~YibQ)^*)Vho0ô33D ޶d8UWx&_ Œ{C=Z>}mXP\P#_ߞz MLTv` \`O :ف+aDW@ sB] ս {1p 86qSV&R^ a)_1a [ !fϧhX1Zbzb2J=k1DaC+X_hp_FaGԅFT]X4_TmT7n7B:T2 K,pI>PK4:dz]:N&J9NV g웯e)hh*`S/)W~e^01A1r2Ҡ\<(6WMZp fjVc|f^ÍXf+bm_Z\$ F##Dh:]c|U8~ƐCacz!bBhmh)6H-)FH|L1&ߡj`ed~.>jUm$2h>N.!8>+{ %YKK!pv hnh8/yH;}H#MHiйMi`6i~f~L_6m__}pum^YFȃ#!Fg%f j) Nv)xK>anbJ؛l-h&!\)0o#l?$?H$fN,O*"o^>I pXМcE%X2.j6'ٞĥff;ЄE/DB &k^d#IXn, 3^7?M* 8*N@r%hjL)]Ã#[ I* _p snmr_gxh~6WDn5E:WhGc=K"Aj:p6FYhn6=K9<'6E/0Mu*Xu%q}L<̂=~$vv lmHr0pgyjs?17O|,!7yGq$jgF#>(qKKvtP!( bċ5B4 \4Ə A *THΐ0bҧ ?P )OaMp C*01sCjjFMHcg'6HtաæMosՃFw01B$P0ĝJ*v'Sl2dm̙s̖#~&tg͢+FiaD"/]aċ6u 4r<|%&ϤI71}dS'xJJ -1b 9FH**5ߌoD" fQ]O[@ $\6t4m~Q}ڐXcg"ebڋh(F)θQE@K%VaB P %2Mo8DQ&;C.it%F5`@Hf$K1L'Nw1C)K}TY 7iUXRց(4j5 [tIC\4 _~}01 &hs4d:e5g;fdf0*`A.Ui_݆A.d4q#sj^ qpI_J5Ğ xC ( 1^!~T}3M%aeu9`*Ѐ ۰CU\aG"yQ l8ب:"1*z7#h1*3euVE tC|0"L6\q6\bTdTQFu*Rܭ82B $2u UWH` GCW%W 9JNƽ#ϩ{㬰Zk̩p@iFT&R 1@0R&dE\?.-n,aw3i O "p D80`%\pxt.NqЃ p>sN5Z@2x,vɈPA`@@rwXALځ.H lLxH&mk8At .-nuWM} /1^|&Tep>HV u"%ڃ\' P@?\bX( mTڰ9ʡ`Ѓ#d?cHѠFZj' FtXK4~ tFTü  UzZP6&'uPO({{C @b2XGk3C$ZdoD#RE"ډIR/QKLEӈ5&Óf}48\8TͪjZ[ $_`ԺF <`SZPH[щ e-}v{K \1YF3WT⇜tPD4[R`Wkf*ԊGBM6[XAiHIP^Ia@[gRoqoPuІ|ҥnVDڿwԤČ觕C@lzT &Qj;RĠe$ " FSԍ萅0*<,[?nZݩC^rB~Yi20ETұI0Eh_À9򒙬M\p m7sr;m%q6k}K2B64g1>@g[ ( +QJ7Yzi O]l +5Hl*D9Xg%}߯tδc~N;| ","`I c.. 4 [^ChAa1gr။\1ݷ2`4?*vXDiy0]4_ɼƈ`kH:3 ](J2+0BD @x>Q]nB4VWF<LT f>ME܎TgAJR;9]MP6|2A "! h`hk E0^š 5h"O-kԤmxR? PNDADS<P `[_}lQUB9&Ru`aDlL ADmAG8 `})Qy8\N_MĻyp]ŵԡ!SlBaq6rURYSy DXkM̀@LA!PHA4<^9@A0TAҝ0h_MxzV%x ZBSLA AFf,Z"t_|n6pCYAbd\"# GH&` =! ʇDc: !: x)#_ d m"Ň'[OM *Va+bL-Rg RQP/#CfPp^TAF8#D4. T@x "Q\7U$)Z_չ;FWO| VIJ 8Ra+RMO1J~U S1@FCf̀`2F_A l\P- q`V@ 4h @Z n `Fj+Z!mX}cɔ-FƧfFDn2W!ܡAPm( (vb_A4((J# _XE']O w^ %TdgG?Ցffp-a 靕(E(-\H eArUTov# (Jy)՘*'8%Ǒ xi^!R46U|!-Tr6b$*jVX@"ݡ*N*^j(˒VB&ATGx)J_RA^5I[xjP(,T8lh]Be҆S(gJz"08g"WȦ--26# B*h¬Rof&ͮ$M-.sal!~lL9SL-e"_@ZF8`"*D H%x,ʲ A:(&U/xO$`Niђa(LԍEڕ\,nxi2+g *QgbD&%0Bzk:ۮzFi7/` HϢDh(-2 @0%kf~!.頃 qpUk0-f1m-o3bM3 0΂C51 †z (c%܌(O b.(Dll#qR*!2#2\T Z=`NJK,"- +c,20 8ZjWꥆ)v4B/27r331!L&M0I67\ژ|J4NWA%-:@b3s--ہX>C?&̦4$h!Ap(sKiEYVxSSQLo sKvl:b/<"R>FL4F$Cس lèj2A"A!6bGAEB3R06s#/!$W?#8Yt*^7uv(4P-i[6\\N]۵C- 3/2Fj*vu!"6cctB',tmYͽ-\E5ÌEX57Qvk@xJG%mO 5F  0>4` 426s+6b+cd'd\eZpO5HOYAln88 U8ʀf w 0O8'vbORc)vWG&Uuě7xTvkslg*϶}C;_c oaEy.fRa*QPWz)3kR;{9Q]ԁ> Hc%p)w!v%=/=׶+C=nxqT}<Lv<_/&NG;rOG<"^w'z#hrěBIA?xHa1-fڼy cF,a3DȌ#>,` ۶q&hM"$7RZ]Vxd5m @TSRjԬ[vlXc()׎g.1cJsg+rF^!C(tK(Ht)LIa8 %ITL2{dG?$haB< 8v Eu46dM3C̐A$*Yt)͛9rj+bH)uTիdɗ7Vhղu{Ht}-1c/ 6klƒ2l3A<m4(5,<(Xah70$B2$:H2)Y%L91iiЩe\*r2(<؄ghq,>K/6 (( 3,@+&S20ଳ~3 /d(38%KĈH,Q 6hQ>@8+&9;!,\𶂒\uOF&h́d>2 B ? .SlD:ς?40X&͐ Iz -4Ma`%kZGGȡrn$c2p[/]jbF-,↼$3/slC {3G>O3 9-5 Wc(%NA x )F"xc8ظbTSwU[UNIҘ"@rKM/BYe[fc4;,121C=!$1 3B t]qjGq}}U8QfTaxH;rVZ|W׎wdRN.2k  V[u&GDρBѓ0/\aApt^)Ĉޕ7k%AIfMG8ɏTŪr:{۬(V}Py*R p^ʮgԀf Յƽ1a3wB9  8͹Ź.( QE6l>߼S13TVjmGVJ1AXG} qdV\f=`1# ~h91AC%L1 r ` uI4xY$7lHH4U-`+Lȶp&ڦQ bfGgj= F{іL>)!W=, `03#HNDP)` BA % o+!5@XACH6$5:#;'R;0vJ`R3Y .z@ . B!e#qCH2fgd;1xg>Ӱ&:q]PMZq 9%IPR8‘yd6Da E;$kh'KLZׯXKA,zq)}XvԠ4܃8fAP@Y2oР%(TGS{hIfL4/- ⦺zJ6kr$M:Ӡ8ZXfܰJzjqFfM[x`4"2xA@${vRsC$4 "\hD\.z qQpnP9#(Vil5vRZԹ%UWꂺq`K른p7Ydj"K?._$ H@} gHC`@Ak(`u"1m%Щ0U#]YMu5Rǘ6aU), p%iR } #ؙd 'KDp&2R VHEiVg*1)]]7aKeIJ0K3!M1[ CH=a^,Neנa ù IH@o2& jؓD$f\`3UV ٍUwR%UJϊ2bnw^u,2hO.5y2l{c^/w eX-xKz9%1w _ĸ~pP:]Pghppkuq]sla||h[ۇqovKJؽ2MngY*7C=[0xa227f.=mAs<'~! |A`0$87(zϚ|$U\/NxvM)&FtJ2,~O !-˺Bo䒥L SdN "ʠc [OlN炎p4c"!v .hS(` &ROL*ΪN(!8ÒD3( Tjj 6횔F0eo}4/N\P3lOpaNOf N-8@  QoಎT~ix"mЪӌ((8Bp 1$+0`Mz^oD+jPL>TE6M 5aqn%qP@i?%ovna! tr>u%l6N hPBH kPpH~,E O%Q1~A(/QpP 0s~Q @FFS !VQxd ,'6ix"RJ~>a:w 8P$Ep羅"z% vq!y2 >IqSS^"&a!H Ш22xb2() P,у,5,0Ҳ2p[L$. 3dR021kr2Sܯ x1 "s2YLvL W`ƆNj-U4rn+E 4fs,*z,s31hX]#d@0$`$/k4%/(ɐ 3̭܄ (@ @ &Xo'2+n;ZsaT@6vsA{708GF>PGLBCKN ` 29ID EQT*:F/(FGG acK)۳%F`JUf(T?3!(DJ64,* )03R`͔Bn`)MV%!ADO!aE_"Fs42bNJ/۵amY܂Ƚln(v]HEzzҜcl= *N|sOi\_~"XtIuAܙX49MՔ.dN= ,Q#6Ӓm5lP&Nxg_Gxd9|-⵹5~㿻U?ަV*J>ٗG _{Ǚ?.Ep)l/9i~m4%A?96}րaY_26Gܘa :d΄6*xőHѸJN+VZΜ#+׵b2;Ν: U,CPQY2m 5ԩL z֪LiL:tA1:p#Lj1r -.\v#F4Jb+E K(3|1D fƌQ:5&8"v $G{F7={vR6Lx$!>Q[Yٸ#I<ʖb^X&y,h|]Z=:5ԪZwUzU}Nc%B.i\r=T^}u%4Ba-` %Tea hZQifIk=Hlx[nnG %чndB E&P uaǑ8ۑ]%L3fI攃x.$L뭗{rW~z>_YgQ|NdrMiӖ\Äŗ_t\`$bbYchb gfcj!8B@[o?J$HҤXtbsW.%NGEewIR&x+yn+|?eRCmSzJ_~b_kT 1wqA(]u᥀!"tP%`٩+Y 5(cih kE򈭄 FF+ 'M9 vQw%i{&ޒWynaufo[QVq}=T> :!U(+0ăI|LJ26bJǚ<3,k˷溫{Ԝ[n9K$9pAC,EQ^m;.&Mp{BԾKU'}+vv[& 8\R8w;a#Dl}Zg%0 "hfԘ+r &n8aAENgF;Z՝1LNbŽ\SN'^XPז4m"RľDxH1scЧ>aFEy_+55{?GO1^€A3eEJ $eguIs]ӺcI1hBBܹ''Id5y?Oя /+3Np"z? x4 S`6e,P T 'ESU1qCTƋ(1)bA x9DH p\~&+M䎧#Gcxd.$=6ڹȠ̗WBb҅ƫ 9ɠ0 Z%S {C^=%ebE Wia~Q0acli(H̬f :ޑf~*֕i d-dGHur4WYFDiW ?8I(y Tc@ .uKeĈ%BbV_gˍzT}Ȯh#Ј04$vi`lKÊрYӝJ`PU?zcj"jB!&r\PyfArJ]n}\MQoLl pl_EÆ [<,Kax oXc5,"`YeCg;c 0\L-O `zv_\%v6@]%y_ kT < p[ ]R#)UN^9X7~- si(/|! -2_&W{XeMJZxfFU>i%vr2@j̮NolX$6=o–:xyF[ Df"D'?- rL2>00De GL2#XHSڷiGAtఖ8z֟I%H5D\rbx'h\res7ۜub:Ϭ"@KgNl-C(.::J:HQ:3G]Rխ/LDU$(m AA >|;EEZ.˱룶8;N?uVߗ oEǻx' p6s. 0q= zob0jK>WlH܅cL0jdX``x^_uoo0?7# 'ڤppGC-!Te,AZc;qc}wgwt`[cOGf"~ Uφx.x0mhAi0G|f7{!fb)E"%2&CoiPWw`^0|X{!h'Y/Sjge3X-_E%H&t}>A艈w~fi/GO/2VfFVp 7@= ڃ7Wxx{H^xU#hWvSfi2^e)!w8fx}DC(;lE6j3Vz viQra=nՅ)RQQ1ĸhfn hxوQ@iY">j1tD4|kxSq(5Torw;|Ǐ 6(<<IgxѶxH  qVxCy_)}cQØQ(8g_n#uzH J(H 3Y5Y T=UFkqIfp7єNzOy`rtl\;_%~ fqTXĀVot b)JH!yhex&k| 4^ iֈQKXf@>ܐ9T_ w_TPwHuNB5 ZR9VՏ%~[_Օ<ÙĉVPnmDDBWi?{PiAZْQ@ QВ?`Gy%D3k|4_krW}R#5H)D(UM;R#:`Pi# ЋW 7+Vsxm]<*RH BꩊIHd p HRJi+AT40x&]Nkyɠk@<{rr!G xJxRHV6(U8=2 Qsi4hשWk/xpFpahQY ki:ɇeMs.&g5& Nw.7lT 2q " " J (7)B6K9Cg*8u2=A* :j_Ѝ{[:VZ:p ر:eTej j;Ƞis%qъ`^ /+(hu::0:KYKBP$c7^aFN˯CD֤jP? R^,Yl׎vC &-Ngs(kntU[wZg}ڧ1+j!0,J:=JѥKuP-#=&j괢+QPu{˺S [:@vCG_/k}8Z>'l\.qs/x:V#<) vQπ`!)E+8Q}5DНoSLNgu+` +U@1п+gpjW'`  ,Hkk;hdq(5ld!ËNQ~' ȿ( "0p,;7s Y>hx Ią#dV7O+ [ URjV\\^Y@veҫ;&v4k衠r\|L\\;x;ҫCՊ™ Ⱥ0=ȁbٮ1e8髆Z?QALlK`K1`0ʬ[p ͓ gGkkYZddJ)k hLkʬ؊wlk vQ بer)+";Εڑ{IkLTF P,A0} !вS `$Nh Kœ+$=ǚַ;ħٌd!,yyIB["٩D KLlKʞ+MYW瘎2(GΧ-}9 jq=0׽gY=vҮ.]92]،ӁAh?!Q{ٙ?6d.P+I0@ Z_ںB4'15{ܿ=ʌkZ#w lȆ0wӸ_HGZy9p{Y 9xP,{Qlg o%0.؈(-Tbbc `& U=NmKIwkB~ ͈-z_(nW\,>tmXɐ@^H+9[ m/`rDڞdesLNk=mH llx'wPt<ҽɹȈzYۭq'.$1~;~L~BޡS0gC"0h`Ga4(k ..\~!%;8,yןr^IȊ ;Js)9NnLN-jL~`j\N%/> eceNH ~Hɶ,@LcNL)lN1ڋi|QΙ"amz%_BnP2*U.jg`@PrDPQ?`=֭c&4` <>IfkL![.nNw  0kgӌlF,P#x?*Xt7n~ua3Ze?_D҇O}g= %q@M t Ll!L;l!\4I׎LLVy.TTLFlsVYD"Bn)z#G飨РAYJh[  ?eCU"9n D m7L3anp N`ƒyGbrO7mr¼Ι3:ՙ3gbr>}-j֩VÇ$>P@nYz7eP„~qM f&Ǐ"IU+.\VMM5oԉʑD5hS,OR +jB"1$,,,+. /m 1tZLqs,s)jigl343br1 5~-jζvM%߈b*2h9+ζ:袌r逆\>L /%&&ܻIz"O(N,c-!Ъ ,C` GetB0d-p a 9+;l1LD1&EqoQcg 7I9#"8"wIP&-H gK0F̒@銕،Iڋ*>C#C P6 `78S٠!8t2+Q"TuDR|uEsйLkM5__)9XݎDRޘ\r$eeR+6H#1!v\5@͙&B>wz#>j}wŔ 6p8o#.G/m'0ELDVSL2,u`Uet)cvD8u7]l}knwNLTZJekM3'䛯>y?ՆJA n~Nk8S;Kǯ;+ cVy)0'#̩LWu +IY:UIږ_5KD;#4.F5k.1M<9yѳ7Kmk[ۮB@0Dm}s_ <&(B0v8.~~AJt"Ƚjr$+ ek3 uTϖĬ1"'0A*e ! i\#+Ea5eM&[󚻞7; %SèHe*Yh E{ 8ZſD$1+X bVZG|` It ?qiզѠ!wW# ;$«-\hI7%"y^s^O9,SDp'J1Q BpE[@&AE<Ո*q<ƌ,B2ոI\ Ii8l)G:)B+g,aNGF;AIyZr6!IɲE ][5(U%-gьⲊ%F5:uVIEqc$cǢX"3ѭB3M&)YA'=QY,FJ <~I 44QHzɵ8NA)P>C{]om}Xh!ֶ(ِ(w^W` KÌ(&2K%Xɴs4tivZ68fzҢS!k[HF;#O}]$q I-YC>,T˥*ϰbF G )rT#@^!cV<XŽ7$ZUK!r|od7+dJ:R3@~rgҽf[Ui;0gD[MΧz!D0ˊADݽz vDUbƈI2qLghR!D})+oQK:- ;< O#&ZܙM/?35Z E,⹈V4Jb4-k+R:8hMoeӫXɝ~s9>gJc`rS̻`,i]gwtivD&I'IjQ<=$ =?c>%M@h3۾?áK[Fx.˂,G"=7 & R2~c/K53@fR:X2ܦ@=.s]0d9a: ;:;??k+''A㔹%3"LBK +=p/ #"{@ҧ'gx=B 8bÙ;Jm -ђL4P[;9|JAaC` mT9> A ;tlDvtȔ܂G,8DG} E#ß'<=J,HDrE}EZ̺U=5-SK*8'tZDRx g܌K9ɯɰ6+<@It9GG>"{?%lOMJ0jsE<5ZpMPZU.ų,,@݄*h=)əZȽDHTfcNl+LNK:d̂+؂lSdO =ѬJ$KM4*P,m#] []kJ .&2;eK:l>5@*tFm\ (>?BG-*p*ʼ+Lͧl$:iPS'%rUUO4@Z[7\5h0K9+0RN=T$0T܊Q.+*pQ4y.L ͤOmR%]D<&:VU+ZUE7z#j2S#!d2Ex:X]N>Rap}!7q֮ĨVS 9GlQ.P+p*T;O\2Ru]W"&ŠiJPMl]Zl\UV+B$6Ö21u@Ė`#֓SK$BĔ-1F8lWVF+ Ds属swxeRTϕZZWW}O|2-P6"Qm8ܱnюضM.h6+X[2p9FLA%4Ζ}E}TTF0Os5)u!E# ڡ5@@J_W,DYڈD+D$;5rHV;u`;z֮>MTcIe-pmE>\z^ _ŴM M U)LMF=Ubl_5]X%UC%V$xR-4`d޵;+6)9,.`ӺMc ^Aeٖ-a}+ ޛXܼ@#_>_Ә7ViI v(_EȱZ[=KS'kxb i\:#eRREegƖ[V>[M^ \Vckec7&G;t.u@a%BYErfmnd(uFm!nM҅Z4P5L^$VjF*6{Pd%KVvI`^p w oD&1C^89ƚHueƥhٴ#[)lfrXd]/igr~=}UWŌ.͡&o egZTg}^ eрF\嗬>EhɅo\hUNc7.~cT>JG+!hﵮtUffLU:nmJkO$kn~ȘaFin)W ]ҞABvvy#.680Q|'>e{ILz"c3 jEq6Ҝ\i^ (5WmXe;$9$t:`aVfo0nmJgrX"gr &ch-)WYV, 9qp0+x ҟT!e8amsC& {S8kmps>nnF/WXj# q> -AlB=ce^ut&7sGZsF(t^`at%3's}de7h6.M|unx:Gif`WxJo5i$ -IAF4ew}XvI_rtmuNw xw R&7pHW~Ϯ:: i(ᖦ\҃Kk`xn$fhoUi?[Tpv6!h­qb7bgQYŭ6c]Tzw޾xjz xc3.gpW7x{csWqhib)LSD Qo >!ŧrol wsJk <xYt=}GZWlC tp #=ĨŊ]qLEIZ&O4,+.-_rLt:VF1 (EMQNEt&1jҥ^cҺrJ&=vQG:ՄŊ%Lab]wC 1b #<8C9nwݹN3Ξ?9fҙOFh Br lQ"m3fq0¸K%-hx\hB5gG=WiUT /UQT>Śugכ2Њ#Y;bRsXaE3_Wc!vWa{acMcdLC9agYgVj'fjvk 39FFXF9\s?*ǜ0W^]RNQ$qRH!xQwDU{4uEXa}iWtT\7@`^sX:ؗdR"H"&jDh[8#udHRQFԕ 1YѓB5Eexw݅W+yZNNF4XE֙jTep8' mcL- :8a&qhhkcVoE9>*VW/F[*lZjP ;V weDA 꺕{Åq[dՇZRXQW+O'ai-Q-AKmj@5DʫnnU/$;+UҺTˊ^Q ERӔ~ UU_Y=hNV-sߖYi5[ur7P80Cˊa?B@!,"HP`? \pa?6\珟Iq {BIrd/G{\٫/9BDMw49AdI 0B\H@Tѣ$p!@Qc4HXrrĉ"^mkWMd-&hЬ魥w6fHayE7NppV̘2 9}d2{ {K+eN[_U "@jh?~j)RV\qxcՁhAÖ5r׃p%5^ ib~8 KBuv#}v".dZkolTQ")a%G\DDYEƗeqݘd9fI(RLlWy8}IOc%QїRETUV]5X5N `\F:!\e)&wEBH$fDAK@1H:HMbEQ! }ƆP&m[YCFa"T QWV -g~G_ƗIׅ$ 4/N:Q?^Qz Q}ajVjhY+S/g%a]`i$cC QR@AE!lPL jgA[Doȱ?av: mTi,B-BReܖ~Q_1w`|aYҼ֛&Kz4jQCP @TSOiᗠX`+V]e%i]RBaO@(`FԱ,gm_HϯLT@qh k--RlrAD*IqccWk~TrqǍ^=SxtK;#^}%nqh\N 1`yù/ʡL179 Wu LvhZ-$wnpV  [ Ɏz^4TAZ0ɢph295\XFy!4dO`7X<'DI%F77RXBp R&2g 3-ZPg34Z6ث6Vqsβ"9 Xd'Q@e+[9 #.7;ֹ_",M+Q7sk;$HA?VcUbDuU7vHAD\7|Z["@j?B7Tda6g][k#Xm\!UID;` W8Is=G`,kԾN1 V/#`CܹѭJAJ$A4Iy &H풋CxSƽd֞vA6 jV$mpv՝mS5k!ypsx `*zPho9]ȴm&"-)&ӕNFy3ӭ BIV&!}<&Nc}"GyGe$@_Yg0rxě:HmBkcƛNcSc]yZd5r7sq#N@s`P@6=beZ&m&q^ֶ{Ou!!hwj`*EQ[|}j*UGv}gG/NH~)dB/@1x v~fNUK2/<UqqU$x'C*hNkD,ǂ07das0u#1 ~QXcԷ&vW8Yz@?HOGEFJ)r}nMBLeKhisш$1h[c$V}PrPȖ%?P:piI) P C'؉x-iJ4h @Ã' ASu!2R {:ɓ&?A7Řz.!%pLX'|tS:pw:3!f誾e0J:Qjޅ6ZH`=k3&Jo-)ʤ6J,N -c5"M$ArdD5Κ"`Rfnpl[epZzЧ𯀺?tȰU̢w53`[9ű|!P1'fSY'+۪FIQ7@ɳ7;=kk67H)ʼnKmL~O,Rp4MLRZ1P7C^˖`Y˽g+oI-ُox{y{ ˧jhK3^WN,C50lL!ɧ|0OѹQQ1MI){BFI[Z@3ʳH*µ07JW oTn!z5>:aUӔ1"6mA5UӵP씊ZNV,Z̽n+YY zP 0} @OGc7̆M*%# p t k_F%PO,w1%J :~!.4zD),F0 1]b@Yo ZqK:V5Z=ҔWiVaިi,(Kڻڼ ^DL vZ א olk ({I]wԉԦ'X=B0І<&P&0#  -  \00\zA(T..e׵ ӞHP7  Ux u9EDE^-PV ?p$urib\Zl甾b漟ܧŐ p з ij*Or|}GVpEpm ȡȎpl -Iu9ҡS/,M`}7{9me 0PT7~ఐq1Zιn GԸ:b<TӞ|,kk !L0)Y,n|@"G*IZ&RSb،}]^7`#>$nڦډ $-#=1V۹]|S8:]Ov P`,QQ5[}0G육zݣ$=+ӹ$wm4ݞ)T$${,nDp,l>Sa t `P ym}$@(`"Z3WD<8L;StFp 0wpVp >&&,3P1o)XA{@z#9^4.v`tRv]RP ` cCp w;O,ՔDM_5jexYrxo;[P: ts & x] -(3xIYPDƒ\\*@@.P ꖭ &|\Fگݕ5޲``9M:m,l9 e Wg1KFBjDsH]W}(+ojEwo+6DpJ  &P oo`9tx?#W WP_ p0 nnwVEp}=_rCN{s;^e[ϟ$UV gԐ5KBso Ǐ? F`nq#Bl$qĉZ$ RG7n * fK &Y ȴڵ|Z ۀrd-Y HаcYhz%*a0El-=Y+pѢ%Li*1"GN;X!\0ˆ[9RC$KEK"A"hϞ5dȈԨFd,dF"Mu۴IӀ,4Rq@-эCCQaJ B^No Cܰ48ҽ'ّ >Zfف‚ܚ6ɥ\d`3v &?ñjqFE{HEѺb.+qbDwGM 2DЄ,#lxCd240PS" $lm׌<nM0pС )8cσ >R%@̸! c?m>ި!H^UQK]"E@ :)N䩧kr9pLfn Yp"`0Ep,(8YOd1Ejzi֝KiD 43,G2(5׌0V` & ||;b3 Đ7P#@=EuCbᾁԏCO29S`ТW_(.u ZDU'pXLz3Ʌr*qj`+h*]eckU[Eљq˥ $^ECP3PcJ ,ˁU3`SO86k87 4>!胠?ΘcDc@v*th~h~$@K%6hvY)k3!\ Z6 Hbn޶-U p E=cFkB[g\ t%:rT000 [XVnu0F8*X1R)P@k^D$y10Cl2CD!l0uo{IS##>td$yKDO!`2d bh.BЃ@4 r@ny<9jRp/*\ֲ(Z([8B4\"@"A ; dCӁ@uЀd8Ƈ] wd| RpMT )081xސ=" bVx“ yR=%ƥ$c lȚ! J ZPjȻ_U@\B3Ip# e(?IʷB-02H mj@#q%< IdsCaV4,餇p @Aa 8ͩD7h9Nk-X:;I}B ž{(*)]spB'DЁ ઠ, :A kʅr40haP2(d9Ju| :ڒ6-+Dri9*K ZaZfH@ $:ҭtp]Na(:8V*rx~W?Qfpg~V)yw*^%kI*-!ut JC1PRR01/FXtAnbYINZX'mmm<7עƭm Vp&l9-wS?5.{04)h5ٮY UY( Uoj9LT3L!#DL꽢ͱB$y!oI%{ K"P^~d$F-ȅ ?' h]jXW:rcov`CJ7 tDzBȢTrd; {;އB {D0` kuhuK$;ȸ<` +;`:"br,(ASW#j5Zۄ8*B+% 5.p:7I§ `y>ۍ**H'ʀ!h?y݁稃A7=9=AЂPEӯ=':L'S0+X+u@s0 KR8FЄ,"(*pPډxp, ax>YEX8J9YcA9@Ec2AR*3)Xc$ H:id>,E,Ң<*lh!02t0@Ï >h";C:ĻS#,  )v0qtX{9pdCƸDL8ЅQԉɥɑ &DO O(daYIY:c{9X-R ]M*H;,9F9 k{F(|&F9?8',"s*Xu,33K)AJ?{<{8t '@$$\yI{;>K,+< :x,I$ &lMIƚS[V0=*أ?*-p.8!D)?;'X`Ѐ,KJc{W*X33Ǔ6@/S6h10ǀS3Ӽr,xץx D0T%lIMMX%ܐmMIT\YMj$E68;.0Nere>YXI*6culE"?5MO()V*(J1Y WS7H+pe\WTLE ˅0FK0IPK<Ѻ۹]، _<_M_[FFKŝ#KmҔ}$lB}cA ]h2HyB#<ɓ9#:-BGv,0^.@x5Iy\0a۔An W,bPՉLbZr"0X^Hixb@Iub^_'J--^ѻ}Qu,e؄;"(c3Fc,FF`e* 캮 cd;0jnl"-ʀ䙙25#z-@y!8d6׶jaK`W&X赨Pn6gJЄV H; ^.i_avFnXd>f`co133_,HKp# .kqf&r>s&oLWh7ugs)=ghhZ<[g^xh݉i`~e k ^mF(Zȅ\&X5>i擞>hipRՄ*h^jD`#Fi`VIq>ƙvjxIO?0F*'9@O]fڴ~^(KCL"VE9Tk ruH>leVlf؅ulvQ۔5MЅ+h.ij*ɵ8.g~ `U8-t7cB q6bFnC(i[b6-A!Z{'*KC:3`w2D]@e."xe <]^r'ncVNlQMr_]Jȃ~/7" An~.ò Y~md3V-\A2@|'|2tݲJ^(1̀7(T c1ZDW^ Ok#6RM>uT_MWOx(rgXF(m1\)B^  =n9v?M>&)TC>H.p{Lv0h~&ل+-ЅDvexeV?}uUeBXb>I\QLZ~r!JEen{.^7Ar^y9O ƙ?~' 3]KrpM(i8=x48"I+FWW? !m zS{v_fM^V鄇waلhX^~U0!lh|i92<?8 =! zp"䚟|߂Evݠ}ĘQ!ZQS'!<Ϝ,Nl ѱC.;zTӈ#>Pr&ݙV+ׁxd РB-j(>eTѠINДgS?rJZt4\E0LW l-]>YMj_ E*ajg&XuP &MV9^UWfT|gFE@&"&EZ7W0Lа`C`^_%=P.Dc 2H!ue1 k)Zh(E ()08rFT#!i dat=4\tzudG8x^zrkU].RT)UUY&Mcf\Bt\4;(}iF1bmi!fho⩠Qj+ ?NPCE!ȖYPtH"]ut9"f<;5QpbG'HIL-y%ii;B&4:*U` 0l A)Yšj ڪ002;@ *khDPf1lEd1[G DheM]wV^W8s_~] lU.4`As D_ 7!u11 8) gxP3̬o@tdqFG.B"+̀:@vpc΀ZOqY=YP4%`[Ji -X z{CH؛P @S x^@+C$3g葯 $@X<)yHJl[IGrrp 0h wMT1,@y% P`! [.3&k$6a3c_Fsk M.Eb , ) zr9ja OG_`, pF4W"&=:j$Y`(a1 A2I̓~d-!?p8"j'fdr <LY@H% H찇Faʀ³D1g]6,1RM`3cɲ1e !^gF)"=SH:Rl4K` |.̃&z8M#q`?Px2RW$[,jzq洜s!Lc]`/ADle1}3oj>JEljpDx] faril+p`0,x/'X,`jT#@QBP9DU@7p6ی;^fm)w. ڇ< m)%+e%^(M5'l!qpZBXhEBE,1@ <8zShTRŜXF 98Ŵ^yeRɝx]n?mJtanCiJ]ѡb,p;0Exu jM<&6Rp¹ p<0M@ۉqAw B$|Yq@e N9Cn(Dԝ`E)-偕=PYLӰ_e.\II \֕@ . T@( !ArWA$ZB݊xF p YfX Rg5A< r_AT ]08NM>3\_)aʀ"芐}Q w!!hE B]g0! JϝDM7 S"D؃@"8_4 T4$B1 MZ(b $;""%%"yAv ZV}^D BlaLA#(P:U6`2M%0]8d95@.0BЙ@d;A)|P%36yôA?A+hg./˴Idi a 4M"PuPqLXJ¢8K% } q$'ȁ"PP~AY>b,e? <(թzWW@;1#=ZI|I 7%M|^JbL C#T ^T Ab|APuVP]%wwfnB$ԁ%hV8U\y]Vpl%%IR\vj×0܄ұ$q>_IUJ@_UFv~=&vwwB'T>AzmԀX.T|D"|b,g~R~ Qc\f89((#_8!Iр3p%T4& Hfht2+hbaLPѵ1UA֍h%b$*"% D^_D 0)^唺dR@&-#E &N;*PMA]/#)(AwiǤERezegc+}D[0Uc|7RdYR)Ie)5 d; g%ƽ*e/iShj,f1F0)ʘϢEBnx!MJϡnlK\ǻ_.)ŷgSjЖl ު%ev*x⫊A6z|h BzuQD=Y],iҥ6 1M3hjJ6pBDʚ^ 8}»X++⫾A*|"|Cii=E(cL-!5J^f+R8؄jغ,KX˖lNYZdz-ުkvP nk~rF1>.&#`lB Uф$lT61-(*SB"Iո2J4n˺鈙N."AAR $.BpnOznPkQL!(Ś$Sq+H)؎zBIQ:MM˪į^6`+:m* hBSL! K Rlj/"vAעÓvTp'p-mU 5_c2c y* /wYIiiW'-VяDrdL(bZ*rqC;NKs|1j Vq 0G2//,bnl zy`$ߐR-@B NJrPU.Y0Ij6߁v/C9 ‘S2+q}%q_q;c[rڰ0owo旰B&k"|+=qg3H̖8\fVs(ODNo3<3@I޳ +r03RcqF5 0E+ZZQ3Ct4Nl3Xofof'wsMwHI;m+.s s&&lNgY@+uAdqT'T3t Ũ W -!opv4D!mroµљ3K9T];CN^4+.T+ PȦ#c1J6TW{R BBZWh^oi$7蠵k@!Ws6fkz\vC-C.pL3q|Xrf% ,;6a '59vR2/2Re#4hw hat4,{7yʷ|kd7S8_pwS1(B)sGb@xr C=c47 &PG78A#eoe[vvn$p64*C7GoYX+w8,\s0ӌC%C-8;uQ |64!s{y9ds2$^t4AT Fzvy آ3v8PK{_pC(xP{WoB.]UBA,y;h%qR'Ӻs1) Ю.H`۞Wl[%A$`4Ǜh jn-<\;vx÷S;zM&CqqOBp;dOnw<`:/|,A5L ǷA]h A زbmӶ'W|:OC9|CS BH!DHu,|sЌ5fa  Fq6n&1܍pYw9rㄡl5vŊxw ^xx @PC5ziRK6MZ 5]hѩ,EܘqC  M!B|I$Fĝ{Hy*2eI?~f ?x(9|@PycɐlfȐ2F|pMD3rhb#H#;yRih\fOөW~(rH,[*}gQ4O]KH~{(W (=$3c1&, .C&8B8m``h)>$PRi\jG\عtz:"<:Fʊ#jRo`Bi ./Ҕ?c Lp#!0(NAP:J{ 7aH` EmEMFƱZ19 RH"\V"z*4 J첆!3 \66TY8 Sϲ$,&VBLCMZ]IOM\mH*?-%tQL)HU]=$؄g)jˌ|Bpk.]6?Q+g" 9 sA3 9Pl/ c @ r}6Q6`5)h10-M)Ii@ߙj1 2N H Z8Mb2ˌ5 15I% kM1Tf@G,1S%%<9>Q-5 $H:Ҥ(ySTQGxS܃jBi J]+r:8.5IN hdeD^V x"0[ p y =BMQROw:ʴ^Rկu̎&#O;l.& 0BnUn.*cVMz~aZ,Ha ӂq MOQp'X0-P1CeI*iSE6/zNjV@IpjDZ_֚@Tc t@=0x;mW7PY.Dbe7= ! 'a%L1  dQh `A!~ q BjJ` `tDVm$u J/OY D`cFi';Ԣ N'fKz`:DBe[T8fe[:9CD@P)` B8B(L.s(KC)GJ6C\5EJ6׼B#r%V"G5Fz')u 7n;+-W]1z°8 pxD802C/1dP!)xb'>{IN3 lu(&&#`(lb))i\:i+TS2sqL%e;xYǷ*TMg jYA*H25%,a h,x*TW@~LB_CK)h+ZpiE,._)GʁVfTIvL"I p l"*_TG,hŚ[2lZm_D޸N:Kx\&niCX)t+PP\n.QFH)׍)Wl|c=걕NG9/"KKem!IL"R> 2 uh\F.QfH,5#ڠ0YgD_:>GtQ\43ĸm3t;9>SQ/^P5"HN:3 XZֳޢ̽N%2G607FKu9ʑ _mu}$B!M* o\1wz8HѐVwv-iজüPoF ^75@/\pB;$f=_HC!J,m[\{ǭe5m0'P8hs9nm+TRj@uGG dBz0P4ῳu= ,ΉC]' n&N7׼F^s.a7f%9պVD`];#Fhs ttЇNJswn,7]zK[epj.A |E!Z.֌ͬOD"FrK2 Lʭo/anNZ -`<(odD0܁M$aŽ(|ow BQʌMPT^(LEPu 8j WOzܯHm-&&b:(F ODNo2` ny % / !|~ @P]F"ꐶ/ &^p_4Lf'JILxP`&*_j>CDox 8Mˎ ~qAːo0"@JglQ,/JN汆63(?4Q b4MSklH rH\׀-hK"(3$pq>eLGBNL:9bx:s0;@rfwm;񎊀'o 2򰴀(ӓ03R>C~ qp8? !!r"@[*377a_!G 6LRH%q obR&*;p`Spq"@ 4Q|qԶtA/Sj:8 oB=.x'RCS`2AMhZ 2;2oF3Gѓ! 8ssuU"`J.[#"UUUWFLKT΂^# `FB/W qHfNY7AYO::h^T+61}F#Pj`Q;(R%5]R5^3k^]rsLQ@/607AAL4. fDeM/$m:cAVYd;ܶ5 3f =@QuQ- czg* 'hmD5hLF9bBfkz3LlL O#.Gk Nl4VvoXMdO0*+\'AQf#sVxk{0ix=8z'9zr2X *g9 ;Urɑ,y5`gi`ie_a;y>yڢx $_?CyS!8:ES-uyU޸bZp:G/ 1zɖ:*kP)W Ejkr5AVI:94̖{9ϴg9C4a"8DYS Z//ze# %z u2)s Z7˸3=W1 G)LTZh^:uIS VcGuvQ{K;Ui9wh{&Nv\ZඏkTgv<2/I 70\ ID<|[,V|^tSva=tkDA{ҔiΩZJc<7ے\E::X| w{+Z̃z-!<é,.dhNxK<] [~+@Ve|8ԝ7 @;Zkwu)wgSccynw@U4QE\Jf f]}f<)Yzo==ٜ||ݚ .{h]ٗy';ۧ 1Yiwۏ}C\wDEFIVԟ܂ј oZՍYo#(UQYG@SRXe5VXF5*ְL>mZ2]@1:&=Vr .tLs)1#F4E*߸U˕W Eeԃe&܉.yń_ s`}:bS *Zq7 %h=~Hж$.jQ: EkВCI^_Y/}F  trT_'>uC"&Qi} X3Ev1W!Zv@A l#|Au+ -[:-v0MR+F|uok>$ y-H@5 fCpQ$E| ShD'^"b%bcñf1 `pqd3EwF82ĝlfKEogrńw%e᱐?TK9O_<[b E{q hMoWpE 5"qcK-UL6؊d+1#L6sq$iH- #i8nh઄\EJwsDQRLS2_Re-B R >V* (h>t :TB`_CQT$.c& S l0QHtx`=A#hk# ^ڳ]0MA}<"$:a8jFI$7}.jR}%jyUTTb<Y0U U0YriCSd]N%pE?a`nk,6 C{4,xJ1>Y<6:(g{nr'cVپ_1 D})O!q–1a].Kjbo⧸^n1FU ^wD^5iHzXźweXr{ _5THfBh91lMY dRֳ7"Eu {Ѥs_y pb^*4"QhCzc  `m,  {(5|jr3SavطYx;-6@l/I(]O5z}tP]^jїv0PԤ6uV' g8Bf t_6Rj`'gGӮlUl_3sFa=@#J;oZZ &}jn[ Hs_ad)X~vW! k#?t ja+5y c*|&7hsp&ւ:˷TA 7W Ki(|bm6Y|LN"T2Lwu!:Bh5p| ``/6j~`0A5 b%? +(~9S!sXmdFC4OmnC$^UBg) Czh&"Toc8sE*e?Bulnp,5|a ``|gv`@ `^0SQm7k}}}ܐYzYW~S; flLHfrk~8!7+'DJEyDžmiCgZel!tnv Hz]Pc"typc+RuEEuoCp&L·e xvd_Q]aRGwط}ݗw=G4u~-&r4%'PאxU8sOwInmOlsTDR7 X>7`1Kd]6FuXć?SW ${| 8JȈ4(HH@kW_9>1 @ /%qxGDZ,1rQx7RHr07nCF6C/1'ch ȘXD"tSPt>"Nu}c lP` r^HJMHPW_q׉>&0YSMxH;R8auBa6P w GܲS`1rlqrrQ8"Yq'4[مUgxy= vn)1E8rcK|әch,^F`7R p`}٧ 9p_?;h Zh )ؖHgg'whX =Yv3>eKI"Qוsƙ8pEFIj)PQp_@p+jI z`ue&.4kl lShfvpVsf=`Zen'' BD癘߳A 5i𓙚9QSL\ڥQ)%Ah&k}d`wPg~i a.<-x ٚT-䗥U5E\/Kjozqo9ه~8%?zDr@jZF I :fp1pVHӄNlЪmIHSm%;,wJC:)[ Pm!P!D0(*Qw"*ʇۨ1X#Gi`vS\Z[+_PX X٦:|tcIxj&l )Պ)xbY(H\s5[ 8{Ġ;e09zcxهǴ42P 9 9qfЫ /B8J~␬'af fDZ(lWR*'muչN&V0[2 4KR >@VI9Ku R㴚6oP2^6 ۵z  K/?e{qHHö.фi֜{Nz~ІTXf'3zmcD%9?7D=DJ>DVQ4EE{sEPڙkjSпk|HQ%tװ-P/P <(^Y`bwF3J v.ěl*P(s{[a$籒4oaڣ;zC4!`7J7 Oפʓ\tiXuPFvLKOThʫ Z\%BeqZSH(&e.tZ (*5t)a|\9<&xڽr¹@0w1ß諾y@l?\?|[pT@;J \ ƤAz`dl VO)!˼twrNjxS6heHoȏɒz[oV*8Iiu{KT|Y^+pXLj~Aп|;`"HZql}rFsR5"ֺsp0=l70 \]{]>lu^>uYQKdFH Xp`?0[l/pGժ%^` ֶZjj]mѷǀ:aTx[.j9y+ )i0> PΘ?Ykٺa$~`HMٟ }~]ږSla Tiۼͼ۸\'xny) [# Jyf37;@՞JjcÞ~ؙ 8i`_]j}ԮF5>T <ئ/P㪝Yw,1x3Qr} ]olg8vGIҼv ={] 1?!Ib-cT.c]̊OUn[_&.uBn myK~gU~/-[){oG E+MMQ}`٦;ރ:$1_pg qG= ~rzޑSqLhZ%WQrM~ۧ>u{.@(|K ܌~4἞n.aӉuZEr1/}:^#Fdg`ރPl@C0M0*4\}`KlhL mH4M驾9 mCI _ x<7u#=盾%WLi싓G)TL~=5/9_;_:DM\ lKON4T+''IOa(-ʷW߬l>^P)" MJQ#?߸8B {~}@*o@ _H<=@`rC;OՂ:Bf`Oh ?L:]r.׵VlSL\D#l"150 7\|3"4lBFѴAMZ#6#iC6ƙi| +k9!+"1NO e2W$Nn$.%ޣjO(?(bRz *Z,ˊ#( +| C "/>RTKD,E`C!dbV"̈6j,<ҴpLR"[{jݘt2J)D8k9|OL!#λ /%#ONȬh'=s(y3rA?tШ%FR'=RL5.OӺ+T>SQ]R,3^d^k Ytdy<pN+c|mI&{{)!nJcN[]<轉%r?as\Y N{3.;q^{kl?%(v&%*dD$K%\Kb<>4xU F65CZ\G4JfxrmY۔ɠ裳uf|j$7 OQb]=җO}ݯ?gLJF M%vKEU|q98x 3|\.#H]l$DSpB:?vN2חjɃK(( `$@Wp\ߧ"\VCFE9`YL4.3P#JO:Cf5qI|4,X=fHrp\,Iʓ) AdT"{YPi!DekFQE`_?4/bQR򖷱3cn rԂ Δd-vSBբǒH %7SU|2k\)\J42ܿhg Q]}n!%,8,=6ۻ˖Zȡ8kPj-J_7&: `Iˤ>`S @eBT65A(F%}wmlӸ)BOfu/|3(#Ӯv̓l.(E"|f ;)ؚTQbVg;O.fY.?Tg?Xfr!ĝE8"tK55M'[A"kڧvU9ieU[kZ؎yuw q@e)9 ws'*."4JAla\lqTvtuswH;6͡SZPi)i$N׸;j&\ Iv"V]8&3G\^-6|^Y7&2!|r4a [`P-t2G0?F܏'lxu87ytZxO8`}tiKUu\$<0/:!c6@&vR>* 7QH[CrK(T$o)T? T尿}josMVTGns;5nYR8R.T,0u$K 8cC!D+(kG9@F1IIDԙDs<KkM,xȥlʥ)CC#B#}6l}Fm o+ W>0׷0GL-OHdw1D gq&uiXZW]y4ۼ5' Zb$05<9Dӌ]Q5ƐQChҳCVnEDHNYHvEOG#UO4#ueUZϥ_S*%>,R b_4^Z&@ FEUUM(mbXӉ= `5cUf-Yn&NEF`Lby3՛[A99h+ mu=6\>Lܸt5dɄIndOEG\dgb Jd]|cMͧ8;`2@g]Y t&P  ƃ>6\6h4ch9kuFef­+AM nL&.ߘ #L"gt隮~_F _L֩beWbR2sȟ-3e([Pm-8jUmn臆[F4…ٴ6j L3,r̻GM_Le70ʠI>gd$\%W0 E8_FK]mѮS.>\Vm>+9N>kYZH%F sY ϔBnq$URUmn$+Ǡs i&iNfRٽG;@WX.֏ofj۾Bk;oeIIof*GAK^n cidy-g qq\e ? .l< e:-q]"26[}a ћat.c/lmݎ(ihTFt][&ٻarQZV?Ok ƔyP]?F|zXJ$E/p9ZFv_K6"ަثG=}&hD@гvoo$oڗ{Tv6*~t@ynmyd?âU0gɷozFc rHzw3#hV/`ٗG>Ԕp@ &Ҕ(F.H GWh]ң%kUBΥJܱR &L0!Ĉ=qg=Gi66NqzVp^ u+ٲZϢM{ڶW^eh˺ͫ4,81b.NkW.e̜aNC%Zk#ap 2H$\9;XdqGygG_ӨMV*,װ޽^-ylϯK]{߿,//~垆gA0 hg -irQ$cu$RT҆U\!LKY ™@PNeTNN=U]}tU%[Z}dw_'Wf!Y^VE]vA9Y]RK}uZ>X~_^TI#`C YgfSٙ*cbđ\'T[I;3,U"o3X A7q#9hrU}TU] )E%^VG*y%!{$+e|c5biQRȈi , h FHٯmD3h(};ҠHgGtp&7錒&7/5#UUL䩧UJY2& ?Yż5jٲXY'K[iRCBcR>&DH\5A'7 fz餪SʗYT |L0u4 T(Q/.mJi !^ĨzR_yVXd!bY7KZ[oA]V8&{eɆb@H mֆ!qK ot[lsք .&kZlQm(R"LFnG!!ܕ %CQ4s` yQځRHMsgS{R!J Z> !\A]ZX!%腡^j? dND_ZFx1S;z^]w"!,gI)DBI5%ۗ!hVU`Rz5!nqatrQb 2-B 1hagRlF!FP8G mR \[4߼l,z$g̑=׆H!y]G|ƶ}nwqxw |7V0)09 ,%Xr'g(?xĒ [@~5hIYRJ`Cf$b Ij.b@V [i[(>âʸ X@G$SaaL\rGm~mg.sKpg` 7 HXɸ&$N +v$H8R%+ITA @z`@:v'=T ɂnl;AHw;74mJIC jF7("h@E7DzWEETE*j T6[ޕEќ+?\Hp~! ZB%WpkIvFld^YN+ӆ Rp p88s5HP_v.l L j8Ac< ҕJ]I$" G%,#%.4a Ԯįj4Ch0Wk]nϼͮq>&6Y ފ!M(:n´ f d(uX4\n6OE2uwD{ Z) NIP:K QW<u-9dzDS vӇ7|7x繲bZ":gڄ|kM~CݘݛuȿW6n9,R! >smlЏ, b?s{f*[.9cZ&/w2RRhǿ   n PIePRbp0 A{)IbR-:7n015}z|SkKR$ۄ=sLbkB?|SGFFV:R6|;Nw8(|=eN?HN 6Dh}@ǨJX vڷ}kfT&nrRjwF`wkoB o燙J8yQd&{ @RDBZ[.Ɖfssm>{:75ԣyS6eJǃ(eLb6=v@(6  pw0CY̸ `}g=Ph&%i' =/0 pȆ x RؖP%~pWXa(a]&j &xp 9"C%Hc˂-CI1¢M@.x0ECB]YFf$šʦ%3Y=;YƈAȘD) Fya'v+b4@ji %oQ^z7(?h}іC\{Xgwmn]Jձnт /p(1FbnP01BQCb~ ِb ˲[ok֢N>ZEE٬@JKI_5g@dk$rЩiB0+&0%Ph;@0 Q! JDјZ`foj"({[ _FOF+! ʕE- ST`R5Pj3S+(&4:%+aQnĿ˲9+ô? B[C*[ pڬ`POz5PTfEwUr |Xpx|EPBP7&`kgK࿇g3:>5Uah)Bx* HٸO$#!  $QߚScekʩM4@- ZbrE>$uFsyĝ-yܩH#P@ٛIȌp   $@Mjfx_GBO$| |wV`{7k0@ꊮ %3\?`%l&8*Hr5W<ʯQi0!G8cy-9h4AFunb3y(s[e]KN[pLKƊz\ jHYm8n mfT@gAu 0ٓMٚw=mѠm#`!@z3P=0PLCfX3&闇$#sum0  ,@TpTeآ[9Rտ1[U- <B]kuLSUf=/;; ͗ƚͺ x ]LIzPK}f<[t. t p @ٌ |]1=7`6.:~:>P<1i2*#^,W_pP\ꭚ7,޻UnP<孼*F7 5*,L|DŽW4PIHLیŰ װpb``Ƃ=_=R@<+꣞WP~Up0`p)~{ E>=.>azV;P&.`ͽ^+p|_Mi@\,Bo0j㡾5$i-X.[S ^z~/ߞ7:;J  \& 0Cp`}M*nQ ^U^LP5_ 8o:o >tP'N wnwXO?yV/y2`QNWf^ 9g$KPUH͕jcq(`rARε۵lM_̵J+, %s "Г?yߌ`o pD l.*UL1; ;P _ 08ON . ӐP FΟ|ى⚀OC@I-Gb\,f O }p8f^|N5Т:)TC7o"S(?~ 2TC߰!IQ n̸9eK,$eD9}]F TV2m!׵MVĺdiE) ;z0qR%K(Uʎ];uV]u%n]t" r X: ?|%̗%R$GM3mԼ)$B)C/(D H͂ (PPɕ-j@ MPX@}A΋~HI?3vcPB*)M6`kd!ãF,Hˉv]l Fi+Gvuы#Ar#] ZEѮ7ôHIMʀMآ@v3…<8P  \Nr;ό(,oȐ2 <\B$8>ȣ!^P 2x-P@63RIo?#PE"A A#l6;d9*) sk*`¬+ublZr!f̑Z|10 ." c'qg &j .@?B")BL 0dM4͈5iA089<Pa9˚ D!-Ob""EHMB@b!C?!!3jH!~Be@^駙i~ z9hU086;l1eF`W14A:\cBRnepp5ZG߆.q= _7b"[2ܶ}s6(aj(V r%GO@9!soP^@Oz)Z0*;&KcSUPh>fXIp`D̄RxȰe$[!A!1 hѬ,@2muЃ7 :&J]toܛ( g8ÑP.4V s!\8DaY/`~Cpҹ>@&hAiPW"`bB~CA ˜W o"-,/ @uR, ^`(:bAG] 6?DC)f(AmEJtD%Q #Zp3A8r0(;(843)OW Ô`L#RO(^: [ :b7c RLh>v UXSN@8qh"Æ!u|!0N3h)HA Z-Ad EتU$f0I p؊qF͓_i! 4`#.! .E4Z&әRp[ʢip{㮃Dэ29[*dÀIHU!2cbY5Hg]ʮ 6z(`ufJ7qC|? rX$>:H~ΰ k؎cg>A6012ӲC` ^aVw!# Dӧ=}]o&MF ٸ{k%iF7o6^ꂅ Wnf,53A*)bs& okpBD .epHOp0 B \'9st!~xo8BہNV\r1A!NlSn"X 3zŃXqu=οf{rN2rNf`_ W1J! K 3XuCFqM%:P,6s"p.>w'4@Os(CIK0ă@ Àcuht嚐k;(,#M+8=RpA\ybOA]۽a;2%Ҫ%6c>+QK3&Ӻ˾۾=mzx˂ rb#p;-Hz27387@3T(ɴB@AY`Z0s0Z9%35I8лP,ܱ53U\Ec!;ъ:> 3 $݃ #3.ba Hp49 *l*->$:Cr(76x@`s0:XB 0 S@`{,!VL,5ؒxp8SŤPt@NԄPH1NT"T)M؟ CA2+)MEоc+E`"+pN! $U<ﴕD&8#a .;(Re [K*0,67,@@E<+p.pbba< Z‚"00]DH]۝WTKE$;ɂ%ۢ8K,p8,F+`N#"U䚓MYAќ.E?S-uRْ"qzo8fŧMHHhquuhT劮(v}ЄyWPJlTbAt[MQ[ۂ.#Fp#!X!E.%C^=&؝Ap͙[WP?y=)8-,Bؽ`s:/;,hxHͤÙ2yH^8i0=^XԀۀEUѲƓ!*D8#,F*R&-30O-!Ή>sb{.%l`)'E[Vݜ 8oW; zg2aPZ;0paNMp] a}ܶUް,RJKȃ&((ƂDb՚ة_0 8%.S(b5OsڔNI,Z :' 0os"NjC'm(7=V9fy8gbNZ;XZUaMzrgF=ga"Km+JUQKaMKЄ"z=,hK݈YbʏvaNzMA H+nZY$<~ V6(i~30'Na18~31`'*((!Hf6Υ)S0҈0 0j%Dw:g^  0.Ԩx ѯ _]Wd[^\HvFp4!/0_o.c3C`2*t'7')H۬0?b)eת.ym pzZ6qk$BoqBXmFqYDk,B& `&Hn70WUꠂ'hi<0)0G/8GHb3 Yr1b[sy nF.x'[XD6h>+bx:`kyY埠F޳l*`8U/8i=0&x\E B )gS K,^PЦ-s*^aN I;d v \bTsnq~[z7qaHF^#Jr̈́\&[ɰe1?*1Pu&cF#Hu0sAdǃXv((Wи^T>pjmK?o=y.wTfq?\ihI.!tY+W X\PZ"U_3Aڜqs 2{[?>ثuo)vf2vB؃(职A*jǏ7+jghԬ|WO*H, 2T!!&|"ƌ7UN#>,aBFthe;iT:s*$8h"% A 4P!9CbPNA~'My6}z>b1#F Cxhb͛H)Үs8aC 6lrN#>Vn@a>0\%thQ#زݚk9 q61sisgL q\vҎh@P,i4ROLC!ϙ9sA 0 [nQt)8C^C8ؗoR)ES1=pEt\H!yZh۔59.v dPnE#yI&D#\#b5X@%LL9SO?=祇a!n@U *}1 )@a x\>Z|X!YHTmi:Ẃ!)rYhqcLSjv$U KSnv+aa (IՁ{] &D>.C9S4bg?58P&gЈ?p8%0;0`('0ZQA|Y𤹧7]5A=3a7LRgxdO&BY2Wj=/S}ŝ1Ul2F`Ƥ qv+P+ۅL]  }Ȑ H `m8G^WӏX$nl#x"4[zcJ4%hHdA`W?<`4p:z e!!ޠn16T9/|yKr\7xKt%D!?% R8P_,ce'Ưůd,h-H TBpCN5' Xv p)Sy=3BRxa!tvxn ;0L! MhB\t NmФىi\?ڜ t1Ӓ B%(AZPF ^ ,n0`HSFQzUur N=y+`C^/~w. DV n|aS6ǘ'4%献Q-k&ڈ;$4Ad0"N<~\ ^HC7Ah6z]{䂵ha߲vd܀ !BuXk} Cf eS:6>ūV[Aal 0㍖%+ #"ͷF܂Hl4 OƙJӸ XRd͒șlAB6\gʊg ,Ԙ.Ȭ&4j $bc,dzml((,&ma0E2>!TJ^è(r|'6Ni-kOhͭ0A@l5FAlFEA& ,&,6WvI9u݂:= Q`S" Q2*h<ݭ B p&ڲk9x&mC.A Fee"6/vI6Y*"+ՓUo`/ajœ"ln_f-`Ğ}\Ak8\ 4CVN0D TnN 䪅 +ʛKG#< +Gy{!tY^AriqN-xx/p Mw(jʂHjhGjQpz3dadZ( bMqm+0,v1Kj0!D^]R 1dJ!Ynj@e ) ,!\cJä.X kfbZ #(2E4S"1|Bfr'4Wp\ ҞŢ:s*Js$ԍ- u!D!ԁd 8[Az . 0!C23_Rh5-P3-6X*?*o6*p/K1tt['l\u9]/pHD` F ?v@{6x(<8BlC.Pu,,A8 hE,6FR-0<:4twK蠫3:1s"9nܘwF`Bؼ)4ϗ(H$1ɓs%t L={*dF A-.d谡Q'hxN!۰2d+-钂Ln4i6xC!7.)ZMB-6uլ[ɫ5}za ؔYZ.ʑ"E,xpAP1#"sD,

&xT iѮuq/++}XhojBK.,/4H(1AtP<=cB/ C 93 PMt F(ō, F߄@i:Sc&RuVeJ;2II(5،5>6!A*hfFID̼6M7V|3%>G#DC 8Lv/(Hu76N81`Qq2~ *U{Xd',ʍ~, Ȅ\l3 ËL;o  $h5 ha@°4z1sطZ&㲦i':WѮ]bx sa+F1W44H) %䜳AA=^3n KɚF]ga/ZrH" `0';uˇ:3[0NGri`%F-@/`B%mÄFa{rl*T&6i:>gX+ E.dtAοݠH8↗$_fIO^uE(%,AO! Є ebdQN6KbR`1P!͂<Ė+]XZȕƊp{BpowP M}$<s\X3*4> ]P:7Hj-A 6@zScaRwKf]I)b>2)7;`Z,o0Ĕ͞ӨhJ )9bjЪu-kN@Ѐ$׋U4)0뷖pGNQ%ƽj.l9Jbv8sx,_fъë4c^Z0i?yq!#[@{xT3BaȠ.gȪ-8 3}EXY-)DB ?xo}k%,a ])3.g"͉6pg :)G`1(%IIU9y߅Nt'Y!"8Y@$pD׍=Bfm:l`HLbin(ISE! pڜ|"u&PI,s#&^ |C[mк.߆iwD'jZ>Ezu) J(>q/k(q/, ! e*\O~/B# @hg%@ ֯Tڏ @UvXrDby dhO~dN-bՖ,^,P@KgO.JDn @l vP(Kcf cNo2t2P=k.K 0߰Kz@z  0D fO l  xAh/F!hB4o:T:P난IN怒mئPJzD`Nǎ~0N,!ِP8Ep$qLrW "RA}#0$90̭-݌D")#"mIQ

SL2ISh:KȸRLx ɲu/@x gMl~3$TB8ѓ0tCN?9-AD o4壔v~bh4Rjl&?IqR"4m4HhIJ \rY4hKK R L B!H$BG H4崯}"^@b0-vv'\t;(DhU Tnl {TJ >D _t@kTuϒ,m+Tvv v(sg$!DVjvPr"x&E*U&P*aQmƙ*zR{)h<7 ±p{-s*Rhdv.B7L?jckq.%*0uBA2X SP a xOL"8'XW*1w'u3Px=))]x|3q[8I% AJu*{༤Gz<ฒ(xqK~`CV1!άB/ɀXAI&AD`7,#9(m'g6 pqR#u)YX ُXkU %S^kЇXh!j *A.`~ 9Yc41وbMM[LVyȌOfroQ,7z?8wGg{u{}+0 IT^%*뵼!sJ6~3Ki@iM6`KSW5V0A*VM%;a0a4gd5]`'X5\(sҦG겐{0H YJp컎{Ma?EV+:WCnkB aeYO) .2bB4l aM Zkm9Mpw'z ;pTGU3-ZR7hz]RcW|鳆o\z8mhaU9 +aUk)rV7uy.ǔByGy1 R9 /ZxDzZ^[UQot)37 3Ehqٚy{5-zh?iMȰ9DWiҥ ےk:?|Ͼwkg} ț) 6  NXk{; U61[AUsu֎wKs]VyJ@ܭt>Ý>\J:t6UAI쐊A! hi\j aǃ`ˈh a(xAөRBvxeTE→\q/Ә-xL!=rl|:i߼TJC<HUX oЙ~?JMx֔=4ѓ ]A[ʀ'ȏ\堾$(žZg ƚpIu;0{=>׮y?uDi\ΣzTlQ5orUܦ M%n3SVWn X#f,b44M  ~A9a(1}(M)l[*=s[%uiڻ,fyy69T5-3{`}=+O QYAT$e3ro2"ֈ31\uoGw`齺(էaQ͡ŮQ#&3 ߳]YO-r׏tX8uӮ9!J\9sk5/?uψrnVD@.)Q5A7UZx)pG=~nbܸiV.!:tjsn]\]+V,Ӂ t,2$# )ˤɔ,MpI,4kڼf̜3cIgL)MܘiSĈuz#j;rJ+pCgK*]j(&MX֊"toܘq {K[ 5ЂX˘j;)rdB9H^9ڃhhϞI4#9nx u8kӦN[np{[pqwĉ8A :8M5r *[z'͝8ӜgΡ/{vdI;E.ZzE^5%ӐU # [qYq]E ]ΰW_% PXbZacaIeag6hY&IlP &vmԦ[niӛoƑ#A dN9<<8DX&qGmwO2'yn)^P/t\~Nu=0V[ X"Ziipa!\uuWz} % hbcd.Re7Z(!bkiq2@6[inI*-\r1CEfFŐљږ&|,מzp4zs^Q)Qw_~Jʀ`eΥ)^bX#'*Y$ i H6"B"< ׏ Kn.y,o*q@ܔUZsJQ&^ f%toyPA TN{(U}/կH%vEw ΰpƉ(誋 Nx)l Yd1'$rTPCzEB]ٍwL+^gӹu9TJYҞW L{Z[ Y*&m lE)7W_x37jݘ:G*!?#8l6-2bΤmr-AH2LNdH&]p۩wS&:EQcSu-m6MѥB(P— { >ʬDjV "#OeC"ː$+,s4+:,6KЙĤf+; x[0Cg=W B< tُBư+X"U MA9P8e!CF>5b(&aiEŊxDI7-拔Cb6ƙ 88K讴zZڈl&uj`>x. %sSָ9n>4gc ;AדPV7 mS R8ҕkҀJtC-?"2/(La #pN@'t)>bQ&"H(TZ`>BRH^!yʋ ůL-j'! ea%LE+!XRTt-D횆2D2>lhCZ"^d*Ah=gnHFA^L;9ͩjCO$OiBZ:߅s^,t axUy8Ĥ(%0~`"kVo)/) @Tan`b iQKAb [3M&Jgv0™VzF4ס4M%8Ա=HeT5=k0Qڝ;[YF޵N<^V\<@]W s; Ί6 4ZI^Dwx(C rp(` EI9#lqƁ*Dt/EL78jVlR)h`Us0̓)>#A.. (r)]\x]XZTzpn[LJXoXe\ >2i s #@H)'7Uqt+"t&f뤎ٖ4[p~{ IaZX';!*RuEh)Z(\ZB/6%J⸊? /!$SWXk9rdsjT`F`WɖNH`{PwB)9-` +Y(T%l.LnC\ {t/4/@A0/ SwR!?@aF9d%3:kgP&Ĉq BwnWy7{{}(x!^Ӿv3evGb?kƪAB%~؄;f>dɓ'>)(O2/$zesL7}eDQ} A 0E-ewYF8xrxi!Q&۱xg[4(< ')OgnʘnOڃ!"S7F`A:_]Ei̇0@׎ wLx@%W:^wSuY)SioH@QaQPҐGavp0AQKx$%9qYɕ5G(m%MhBri2`}[r*2hCӀ( !O+C:=15YP߸LZG RٔqDBwR)VLӐa_ XHSՁjz~5qYo `f"I4ug3 y[{B:<2* hfb9ʘA43>cvF@Ez:əI|̗> yH9^V<XMGe:Salj:kEJ64m3;۰e_^654 GWq:rrkp ^cQ k򋦇z )I 02vJHZBlKP` Gj91w I~ Fbe<]lY&ˉG&5s+(k…[O+<B=/1j-t/DQw-28<ƾT+ ҰKڤj|QR^LW\_>kG]\lcle m:4 jw!GJ^#; )q C5kn));՘C 2<8=T`QɛLKTM+2[T$C"tkY ˺b_˾;c˫SGtv~%Z Ѭ2Z )Bt Ʌ0 %ӵ|<g0GM뿊%}%-1EзJ ]Ƙuqk-¬YǞ%sz'z0%ţmƩ͠~iMd .{ z (\kRqU]t y!I͊/},0J48xKv_@5Ђ$@ވqGr5eR@S^V] xaNd ,jq~tnw> 8ظy+yPN8tݕno@C@$)cDUL R]ꮮŵ[U.}>b9Ƌ&iznѵnu\am Nn"X/)Gr+>71.݀K7u^3n-L^z/eQlF: 'aNb)pa--jk6' kq+C~GprC"<>JQ17D>!~!$.SOϧZR,찰 |%Gg>pj @ zO/l3:wM!+h㚘o2ʪTT @ 4LZ*ޒ.ګ/M l PI411-ìAѳUg1rdC "7[w 7_(rf8Rpa#h9gےK2 O`Z)qӓeN("j;ok?w_ڗQ7\&`&(bdnApTόVcB "wY/ṡ}87kL3+aI"A3u-/i;J ZR;6 'o|;u]CJRյy*/5 z AЂ {ڣå.F؍S[ߊ7m2VXe2S8_w\59&PR he!dt 3-"D&*PoܹKj[Z裵=kS^<z7D&<#B\x7DMqjbHJ3 @o"?oa,cz9ͅ:2tql`1;#^reEip.wUOFO؉" z5ogB̤OM n!](dJL&|HYV%͠ 9%58-o̙sPZ>ή*yʚtvNF 550?1,@MP^d1J\0hm;'\K{zD_6Pby.Q⢲<xEl139X#B+e)$gAJ45qGkb$!vQKR0R$#w2OxŪ2*h mRR r)mQ b, 2HDfAyEe]vt,,Ict,ؘ)4:4fE6k]PvXIZԴ?1RԩŇ'PL:Aᶫ]]yC퇡dXCBS=7bW}BwQ1%b,K:44Gzv$%ThD.&LkYet HLOJ AċJ;@1rE,XP1XR"X"lE0V#5b%XQlTKLBd:5M# 6$hjx*PkIN, 6<ŜC]^UsaRKκ| MnCETAWXD* V,{RvǐٲR6KJtˁ%[K:=uS}ٽ)/%ZJuNZx ГVIYl]89[ -+.dPMxCrC7=4XD0-d! Rϳ4$Z1.ɘ9b6]:Vl?YtC3ޔ߬E$z|[&UA& ȇ37„mU  TОj16F|)@!CC#[L/a'KVz/}zFrf5z"ٝLPPƯV>i~dN?Y|m bAhdXA_.1+1+Dq?dN}NK(H773/Փkc& fᴭ}% ;8)k;q>>?>;~qk OXQijKF?˂s&?:XD# SZJK@Y@ys"{N˷/%@Zp<>p2@4>8'@ ȸBɣ{$7ciА[+D CB,p'|(l*Ă"HC/ڱEٻxK kOӽ}7t8< eC(M?$\+A59 ` hrI DT?CB%9'*-(FGHc8H@",1<ӻA{I ґ!:KZ#TWrI\\7PE;OZ]-p++I?Ǹ3B5M[ݤr(;\SM:h=i^?KtƵ*!8F*tϢɱ"?t,?p{PALqҨĄD僀P(םZDXP-uP-^} eޜ9ûmƷ#>ޒɞ̤] K=6DFO%%Et#ߪ DB-E%஍Q"jE6͋e=` [TKHqaK)Vc5ammuQsaY IFdZH!^Jd7WS5#L{G>#6`.M+^E>(`(/c P e2F^Ĵᄩh27``[>e?Ӕ=f. F#=ToDkMb:dZHdoV䞔 D4G~*%UU߹+!]]Q֞+]-TFWve [V^Ӈ\冀^K$f8amID=NW(GxfUj沐0nz5 IDžs䚦iLdݔa$ N+"g}P`lP.֜ދ=֓ n ݴҁvcۭ>Y 9%ᶎ_o* <;5f3[ČZڗFi 6K)ՋCZi93<eEj|-"hP͡݋M2m6M a7341KF^^.kiWF&afffC"'h&6ƌ`0`0>qN$J JZ}QQK#yXR{laP3oh^c$׶e9Eڎh֋۾:c:Ck)Qh>pqnoU=Z|EZžvgli#"oyn]]-]|JОj32#òo4/bXv[Sf|h6&cY&Y,7k֦r^'s.. ipxI9d.\|UWlv.@׋gvC9X˾K8MTdb: zeFmfu^hd7.V[Vk^k0t6sn gOR6qs!OA"oN?Dq*ĶdI&͖]K!ocB#I;,RONZ[M7}hW}uO[ɭp;QEM|t"Ҕ҄ txDgbH؁kڵ϶M=M/,3^cJzЛWCj-k^T71 YڮVw|7lb>s̅O.W\FzixȦxo]NIVok/vS^yyp7&3: yeNy xxz'>þ F2zW@Q=s`Oϔv,%lxT%gz] ʋm'&|H͛~ď.SPeVuʯ26YJ\uf_;"giˬO`H "<' "L"EM 6t\>r֕+UؑReZ'Й6+En0QB'#v:b=sr9&8Ƒzgp] +YfM˕nf+q*ݭwF4Mi12K9tTSt8v̬y} Z"B <|tꃤ!J$HS茘,)mQ%˕Nc9Q@5gC:ZxZիqъ ?vY]բ_v۶s-/K.|d˕+se gzFmBwJdu^F}g'pWF,lٗiI,*fp:U¡! H'!eHGȧq ;E]Skd[j쑣 ]wQ=eM}f pw p^KC- ! aq2$\rn~2rK}]Eٮ01*\;arbʔDРb5*a}NgaJJ-uhxQ{AQG=';F>a?m|Xmqk27Cue& -|VC-nߵhL3!V.ŔD!,"-30A I(PE TH㠏 Ir2&L=ztD&$G7!q鈓ϟ.Р#Ƌ J 25Mi'fS۶j!ɅFͫ^w VVM$BuhҦN9M\hRH-fs.YM@~PiC ͛>qrfPu]"\$0Ps̝Kμ:E1:w9Ieҧ߃R˘j̉SϞ_[IШÔSP% UL`W% ]qXeuZֆ>5]vAVX}Yc^X2\]M4E1[P!EM 2mo([gM,h?f"qvq[olCF}PdD5W@EQG}$H᥁G|YޟJ1T7~e~;A3̀O) T 8+}E d]h*jNB ]5bR"(%,2ߤ+1h~q=J fV!qRP1C%96Hpylmi晊'vT*B%eqTgx#S`401J*9Lʧh|@h8.@*ͦt`u!$@sRBsR4{%l 42Z(lHg8 -fmh45fmGVG!чr;cIGkѾ^yd ba|O{SR/\l(ޱ~qNK +)h_ѥīՋjR;LkR>Ԅw/@ʰ1Bq}h(fnG1 9IDD}.X:sC[D1_: A'NJ3%s>Ҍ"5_ݰU< ZdPPtC jDgCׇI!OrMoH&9ܑ|¹G8"4 " Q:5 gؓ,, X)Q`,PJ<)RҺNZ`]z0{V̂,=Zф3ɉ&6':(AUKDZl{ZW`C!WVk;?fՁ'BHFW}B$QO΄AgX00 \%]gYς/YiWg3ޒ@';Mkz)j;OBDII77zC1gsʘLEZ-L[>q- ނK*}בm({KH ]X▀u4g@j2A*LŸŰh54`?fZŠnn3^LJB Wȑ0:t/5'n9WCwwamst>+X AZ p>JRkx`5M-nIO9hF?C`%$M ]%n٦;ӰP"hxxĭbN8?4^:ǰOMJoXf #Z7 0oqcZ?Etw25wWJǁ^63g Kͽ (`X*AtoA׻[CaUƙ@үtlQLܥgj]<|Ѷg%0-6<4}r2mҁ7JNy W zqpW#uoIl88/_VP4r#]C%(mh-Pv  XpWk'~Mvv~c8"p1/w;oC\AÀ x p"G!<|؀00 J@9kCF 8ZE]u])HlrDx_^T3HT@6I7HH:y[=pvH (x}Z^Y6dpwC`k0wrpXbXU1_AЏHbQ* 0^З~0d0|0A@/[}Ef_^!8V'?rT\i6$5Q7^n`%E]|Nv4`}9JLx6NvSYJq*"ri蕹60P!c2\jɖD(qhy×}J~ٗ`ЗJ61  ) Z%V_,dxaOok2|iAWǑ7+ʢ,%.2M|}٣ù`@Y}R}"(!RyZb1V3%! e ;=?3`%`&0# ^*@Ȑ W!Dَ0#jɦQ$Ȉ'1e&K𯚴F+и+@a1j.;7xS1?QTSɘ56ЁCR).0'&-rFK;ڌ>* xP p[:F}ڜHK'T<7XtXGEpBP7P櫵_` 0:@ `yb'1j`rJ{zPLN0_ЯjH$l. p иA|r'py{zZ!7(Z m6%mP(t/0?\B,&fE̢E]ØC˘?:ƛ U,N"&Ik~~BarMA8|owVPE`E@7諾~` %%p> rʈȤ䡯 Ɏ\ ̧_6غW56*Hx r(K /`, .GbCl@.2ĵÝ[&D}JThŐ `0мYa,hg\JnCGp | όϚК0v\#`[ܺ:ɿ0?fSsZ| _|QY 0-= 'KT_BHUC17/  P9#)+lյͼD]]Ks;,Ny n㌼C:4`ۨ|XXR6h@M\tpp@ؗP КwнxLpP&p\+Zk20ٚ}ю|Aw, & ʊKg,p P `5] wBNild)PN1:HƠe-ի9m`s^ZնU`HYB[ p \ P VЫ}( h]hh@q%s-WWp">". &؏},^wE1[k8.:.3p=nQb;+7ۈXz#4F%G _pj`# 7m'd CPjr,Z5`4'Z" l8]}a-!8N@E H}ɹ `wؔP(@ wWPp @^  0,>VpulGV`ދ.KB0A-EeАAIXcgMP ~DT,oM᭢lV%9F&̴QetWM4=@}ֿz p w w: Xƚ-PLU E^뵰L/K!> 0|0\n݋DP]Cd4(M>lSN`xIY}J"@0V#Vl#^]wO.oFdMg#͹``PHn;6Y8|;_NL`B/n ; πP R`o?SKĥ\ #d ܧIRP`A L c*g 8q7l ґM>S獛nT hBDISK!C̸i9('G?s *TF-DذϜ,::4P8@,d1b62,\dEkM"hѣJ(YJwG-gjUuֳNJ%KNl3]3' -tEg.Rz :.-R:#zD=eʐxq/^DA|,@QnG8 N!)Ul9Ϡ:(U2ey?LF Lx !~0jADJ 6ΪL*7!ѦL"@"& *`l.e"+r.LŽ֢+Xc- :c@)L$2HA.99#`aN:03H *":ѐ1O?ܸ#3W@`THxAV(WJ*-z@2p7_7ƙieXdM@ `Qƻzh ,b6s#,ologXk+\ḽ/#@m2N9<H8:n A 8Pa DXԏB0V0D$?6؀! ^7BɼgԿ HRUY}Vei4A :Lv.6fBi.lA̅u ,\žLrՌoe,\,^/w3Lc0sN$ns6xP@x@ C^x!UO t>hcH@hRyQE-Uri[= (A6pGec{>  KbhQJ0B`٨Ӛf@-u2-PMu, D i`kU! !!E)09urV <  c^jw @P86`/0x b! uy7hV9RU1d=Xud'P( |,F15`qJf OFQ a8 a@9$,<RJ$!YpaɅ +_4W a%z 2bKkYaE4 [8jԳl sU')K0O=*=]OvHk?\ADb\C}\HU ;w(Ha@jlW>\lm;ۘr2$f UD`0HMR* XYjm!BH6؝!߽?~3=Qf`}P# UGP n[eɲ J]flUp"X!iuQ[Zm13Q<3c~D,LiWuj'\A_.I* S'V@ͮUgY.kWWD}gl&DAFNIOnL""}p vG{؂ bK1s!M$ MȃPia᪝oC:װ"Y}ŭEI p꾭8"Q`v^eCJ@҄ЀlsfopʤdBGZ4!NV$5E`16}@6U0ia]:rar:04S@V 4h|q\Y>Asm<Ѝgl[EsxZZYka6ώv pn*er[n30@f`{+/YB?xHF}L#9 oO0?;d :D֕vb8(qYqèKj ēĂk\jiKWT'ovXkchZӵ`Dh " R8X8Pݭ'_]QW${+- ?ޛ M+ sB#7?88&o @jvj8'xbȅv0s(3> ѻ8E*ԛHUgxeʊ++ڻ=T X@Q=c>9^,;nӐ*.ڨ8*; 3 :p=p4(Ȁ%&1AK;22C@30DC$E` vB3H[d (|CCbXsq8Zȴ g K8>+xAmr06;A!d c\ @c Bfõ/0'*ڶ0kd*p1?Rp%2|l+3I+? ;c"%8@0@|86Q'3LDET7"OL4DcDC8Gc?8(Quqsp 2 #=C50[|V[da,b<e$2#h&ېF<&4& XKP9E-C )g:ˎ*7zX7btPh@P-B<0PD t8RH7ڻ0H0B4#4JH=$83Oh4Rcb\hΊ 8@[\QFpF!QQN52Qd$B=?C1:B%E! 7p .H+աС[SZ13mMӹ9(y%:EDG6}HODLKH@<Wa[:XA+]*a\F\UV5eLKeLFUۛUY5Fm#TKK, >.:pVwYCcRkAC-"87I;LL*?89I xT<8 Rx & ʰ(J,@5O] ,]Լa9!Q \wlUUbBUcF 2#!!8>h:&# M?NTV-;?y0w=D;M*?7HQ+ڭ 7[+([.pH[aԶka;͹g@` N]WY\iܣ\_X4ٯC#"De?)c0u)`ݵB31|3тc;DSHG9J@06׮6Gϓ0?("q2}HP4 P@]|l~ `0wU x74b# T4j`Io؃B9 󠢍)G$hO `FXHD p[ζ`Xa\v&je+3bǪr)؝ HsHKiax)a*blOC<=R*}j{*{3 3h 0 g p>( 8WUU X`$8 ipZn 2!f 9^hrtSJ,= !I‰="}1)yA$8 _3n&ʄ>y)#_`AݠEa Rpi)[np=35a4üJhr|.qd Tg9taRPZ4Fs[. Ї&MNƒ3>P. <`@FHh/\ܔTǺaB}s sК,@VKzydvzqc e͍e!#gyӛ%x%īesp@f 9.;u QhB:[p| Z .N6Ц2"?Yߠtf! )Al ^ P)3x@N?}7ݡ%D6 Aކ[mWA9ؿ'H#lnv9l9,M:*V$7!(s?nn1KMx<`0B@ZT 6BXuFaƚA+ޯ | 5eL5uC0]ȵ! , `P=R܁&L:ÿt t!IƅCݻ4(Y Dh.D F!P])8 | I!-!OHLQP6\famŠ "\lTA%K Rf2YP$ H 08>!8PA A^i_asUՁU b A9ZL BDv"u,AY%H|XD$MV`pCA06B" PX26ud[hc ɀTJB"$LfUNaf(OZ%A+WJbf|h#Gj~1Z bDE˵Lcnvh`\"^xk ' hB$o5hsBt $\RQN ]eݴXP\a9\͉)G{#,W8}i83ʩngic9p* L>F:'d(*E$=̄A?J eҔ@BufqLerى'\WԨݙ2 TM~f4ɼ$]76 F`LBrA`F'(b)!ti/b ­n)Wta$_Vq j`O2* XU 4*[ŏ-\# K"A7"h $VjCixh)! |!VAI >*IH uҤAlMW'"Fe}!fǏkg! 䂢2Xd$Ja< rYAaBa~*jn4 *|+q:m 5_9FrF.l:l5H&V>k'ʀ,S,.'z+|+(>tbB ĕSlDun(B ذRmڧl*9蟼 >,@&HQJj6ǂ&U.t,B,~-BMLD x&Um,X.P%2ӖCn|nT-J+A*FP_$>CA!.b& B+lmBJu[/wi2E.cF0/~Ԃmbgm)vAURDLC!'A Cy b=hM)vm!QK2 7ي`J֍#}*<\NXl% sr\.0Ge>FEr$DAY)ҽ2B! >.*ǮR sn+ ثx q KtXj ^6(iڀ6/. 5C<@%udXl2IM"|2{ Q(k/q!Uq>/+72r@7.jSvsGӴK<j\ NA1IXv2&]f148:tK9;9B:sNtp~cs/Ɲ+4ӕP1..ʰk@/tHJDKCql#cq`x.A58 89KT "f{WyuI*S3@rt{{<`AF륭TAu7zwzDhAπ x*zǛ|à7~Z|tˋ{{'1  pc-wχ*w`Q+ڦҏ(+ ſ | B4X'uoژ2!>,X0"2P$m>p3c8m7w%ijӕb3;,;ehPC5ziRE |:KW-Zi‚J3L0Qk 2f9 ?atAĭ$H֥DI^%bCF"G{ EY ??iQLEڄ TYɐЖts  0!ȸmG&™8pwđ'u]Y̦Mx{v۹ %P`S.gU]bć#Zgp;kC)4(̔(tGb$K/1+/@dG B޸1A ʾ`axóBq @mz5,6$~ +RtjY砫x\:D4+n뫯d!pA-zk 2X0K7Q4.P)V`?,CFKk 7bJX1,S4ʭp¹A$P*n%cι)&;2&mן>/Zo+Kf K&-b3@Qp@9 :AK P ? tP H#*p6`Z@d^T<ՈmL؍7߀1qzlIdzb5׌5vҩraiDꆭJ/64M7@:= =tBč0- ӅC`T^ |+~u1.7i$uJxq ٙ8nfLr+J,Q.Rjp4ř.5[= :DD0H, b C΅iB) c @H _!R \M/Ӎ62q8ǙZZZUu*MhХ Zʪ;c/eV[ӈݼ<@}Y8Btcxs= #TT0gEE^CZ#P5'<^(P0 $6vqaXh"xpoȂ@) d|0Rƕ%=5܌Za<0l.bahԼ0z0ג9"F< t-+%X!_?/)`QB @`#PBi=W;>Ą8G0nlR*PbN޳(yȄa`pE` nYҒ~+W$/'B^854, A q,Z/M?APQ8 m4 F~YĄ-(`mFg! Q"<̒Ȟ`U$#YećO|ҧF/Zي#K6qfx!oۙ^I50H0Z\ uKC HAa+%RGSzn^-,ωSVW*jO$)|?Xb <;3T ,aL `yEEpDE.Kz׻&0D"Xlccٙ)pl lcTF!!IIj(M^sDvo-?[#"þ ƺ .XUb:5,A H U |/";^"Ml SB|wAk^_+#a IJRP<6J>oO  58a@}#VnOB?Ђ,=A 4 Q[8Z!x- 1- L%D?/}CemkR5rIzrES٦Vn/[  .|ŅLVҳB=dRGPŋv L MwAwpb>M7 { jRK!jٸ/zPm%Z!h4J#YKlp8"j\;n̠8Db迀Th! %tG8i(3!?¤n"!ܣwR| U;(oF gR ,idRh˙.5+jX` t}^E$y7]OS4!-gѪ[;Ƕ[T:vߘՐ@i;ҾCN8۴Ҷk hNek7'@`ON+_ 4S FLF8ցʬb0nVLϟ|n٪  ίbhqJ &o A fA! m&  @b^PVvg.dHmVLnA̷ S0髬OoLNΠl=jϬ-fIO NP088=Agݤ0  Ƽ` L |8+ !p#7.eHaHb8T"Pb,..'Bͷ @,||*J`ɭ~g.zA>PԈ K v!5 !X!nSgyopaj&i{XE2:q͢;v˫XٰIN } ﬤMqd)Ģx P3hAH 1 Q %$h0vb2,N ҿx#.ˆ0r H@6ͷ>A'QrKB3%ilŕXB t&Q 0Rh Cf) prf qal&Rd!('"`"dT,8j!#/IU&@$/+̞I % 3 v@@}Jmϯ`),~02'x3=:Jf M5gA550b 6Ip6"RFF`y#880%m"cD3//:|:]Eldr`}p2=x(3^`?7T@@ 4 IA)t55_H xvC3_Xx2Cﴨ(7:F4fFR9;p%A9:3p4&uRG 20w IIm'J_J/sMKH@KW49~AAqaX3X"MCqSS>N"@FK@8%-yDH:*;gtRQR%QS9u^2 @u n%XIˡxJ[U 4P)p5WW4LQXUcQ(6RkFO70RPVZ#ud.R01l/stG#GSD^S_ճ*PTsL>6< asatNb!L9436XAXN @ YM|:#B%-eT6U\}$פjלQm4Rz]0շ䌔:i`j_ոUTk3ɫao@ l%VW!~ rA9aW;"w4T.vd;eot-Um6rzf/.Sx{sh0WdTidJPPʭ?V?k3L)Qlll6@w}p40 ࠰r^fw7(oՐyu$.8R4f\ǁlq#r5vG|fؗ5<AiSϑ!6?^Vsl)sN(AI%d}<ߗFi{@X@,V">`T ˀtKVwNtw{ EjlT,)pzWzuPUEŕTE9UFFg+r!9IW;l:.ӈjޗV~k!}8/atTwBxXcJy`0tbm,v}$!L!i7yrOX#ɏf\ PȵQ]%n;gݕbu4G)XH @H;tu1{ ph!~5Dy!ğZwI@)sl *zSs0A9ZK’yDZ U oP9_:%`9Fm3;2Lrz(ϙuK9< y?issaKz xYU2_t '6 ؖOqWyջZT(4zޠ'Ͳ`יi[8ZzhG\\ۦ9o:)r䧃:>{Z_pO[==٬::uQ⟻Jq[ k'ַy 4 ݺ()xA;K{8"2Ѱc+IQ&S{z/ݛݬut+s/cDt`yH7sY|]zq29ց{ɻoܑ)URS/1C;<\=IOR=؇ϮV um}H t}Ԡ}=NS䭥w\fZGL|DRԮ$ [k8ugҦ˗v~;oZȟq;x]'J.9;9ɹ@}y1CYđj m;qۍؤLJ @ PdY*@YVf:ѡ?{5gSzsfNjd:u|G&LzQ%Z\ЙFRF1JO *1ĉ)Z Kb|LD!~G}w㛀f XpЦGihPg/̅QWusZ %si&Ĕ ru 0Mf7;4./l!fKMxщz@"ڈ8_K B<R<_' ÎEbQ,*¡@-X%8n0x.v]g|DA L ΈBMb$P*bO ^%ɔdjnܳzu4AoVw{xP{ea{36Kc`%Ap|Ƿ wj vd^Leq-}w9YkS#MExTMSfs2TH#XB0I:'&Uy5$VCPQ\%t5nct7Q {`uSwȁHf@'%x|+ #EG1 8kL$FqG;Hww!@J#:B:WfSl ~xW;NN,3J  m ^HH* 9J:_{6Z1Aiat!Aqw*w"):+aSe$ZҖ(dɜ&, 0ِdB&~vɝ|Irt?tZP'H`KʞH0钾7!@+)bg爎Re$IqkASA5ᧉ]"f:p@ .ǐ!b<aY.>hL4ц{@JjLJJT*{X0p/]9cjG4tQ"_2oZYqj/KGZVH\٧K8~`IT"-Q&7Ch8)FGJ20im (:H;S YֱJFSGyHVv²u u)rM*r6lw;[+(Į_Rq-66MKzh.C@C [۵]Z-)AЙZ*[=8bzdG}ї1hyA "~SH}LbM۲˽>@խ'rN益,J%%lag wy䦋aNkbiV/9` RHa ʇZڟkn %b!mLwF%B kutq4M;j29ܧы-qe 4 êH,a-AE@nYhËUI/SKQ` .^zo۫.H? ukŚFQ6e*w4u}k.;fΊO\i0XlşdE7B0\d-c5=gyxE&MFÈ8~\>G~l}}Դw;]x.ý``9 ɶs;/ʨ@ IjٱYC2&hmNpJBiN M0-Y)MGv>JYe. Ƀk2@kCpX>M ʢ< Q>ۙ7]K!no`37ɮ9SPoosu,}*1"Ҡi4wFBoº%8lf焷ɩQ|U@`! /|V L X,lNG_uJ"WeiWXo\7'.8zL5hqlRf`mG_*q=nLiYo%_! O!~gkO'txyVNWsNoq?n[\lw8@:wk"]+KôqwVOqmtQBa) ܊CB,7B.뮾򫯾 Kq(kv.ÌF4E4Q˅.ZεM"z`I>6f+喣Hn:/(NJJ yܻv/ӯ!t㩪,0PB"AE꘰¶Bpkùt/@ GD 1Qc1a/љV5[fMVSל!ۀx%DHS5\-K(Ȣܮ#« ZKs%،)&8iJAdE*HԪHK8CH-, -TMCĘ ;Q1YXHEtJrj2W\[Ub~.pYbU'@X'Lvb#Zhƒ)bZ58 5Z~ϊvݲs({f#>3nC |3j 'p8 bN5E[Qaicr$\SGUb3A(+gJV|$ag%Jiӷj!`b6'JPCW*gyCTqCX!kp!(*VL.S_#ŐJrx-g9шe  +}Bg",]^G,&X b׫fYwFÕX4m˒>q!ka.D>:!U6;'˃`o00B3|9s%_Fc<ܦ4mtL 829R h9 ,apR!Ab1$lHqtlw$raLF#TK(y%LJCͩ'|ZJy I׀ lP/a 2ДІ rMNY q,aRpL+3V`X0g V OuJ-(D%/)PFmL15lAEU{P,**harET6iMR4?k16ԥ*3I kDGUZҰUP#@n 3|ɬ֊ig#ڸ>y 0ynrJNvbe_Q$ҰIؘ!,z+^洌r/Y(1D-*#"S8)UtJ{d3Ƴg]WT:uHKӖpoen&iH,({fr$؍W+Ir-(%3hl"{S Mv* m\ʟ|1kcF~˱>k:rD΂Inn" [n=E67>W58;a#ZhL;Je \tXȃpZfn G35GPYW ` :e1ŁH=)R/ $̖!+1J،MKT.(T͗hv+.t^_4?KdlQ‚"΅j D@AI4AQQLEDqT bT-0 $4[-q$kxRz!pcKΫMBP qZ+| F ('KEQ $uC=lQeL<%O$ E<eDaQdu,.j#MݳGqJ] QT.mSZl(2PփCPS: 7F#fj $L R ;L5>@VOCDDdj]>謡Jɚuܓ\s͉DM.<ٕclܖZgW ѫZmF0%:9؄N[ЄTۭ傶uS'MeѻU/UVeMѕPAY!DmNOtGVqMT=W-JR;KMJ2 TRW.VE]]ZdPv][ v˴D`4-a%TFþ-3 +ލI#p@"E]_UHͱԨAj1*Q1bGZ$_-Ur00*]-J7քxSm8y5N 9+-:c:5taB2d (Of_% 1+Jd1+yB4T%˿8 +-e|`M=X3-@޵L~+?X85LbcdVV1E5/rfjF(_Ufo8YaHn Hd 34uHUQ8Q.1TNe6Aˢ#c!` u]\Xv[>Ӑ=;\?&fNoƑi^jDfm^ PnLpFl_ ]2B(y-?/j/-1~$6 cXS@%{\ނ8]`>afVjh]օSf?@D6Mj&l^l&lDqYQȼIl;.Ap%b~fhh(f`B1ve+e9NhHS5^F\≶;6BTi\f?ag&o,evF-K>fGYn5J9pl*6uʎnP熊. h?َN`-kV`ښe,Vac n(e>DIljk언knٓih߼Z|LrWoWQRzvo/q/ojcu׶ o46N77mݼ #CzpjLQ;r a&{L qF8q^䚅z@ݢlqɮΑ64NzۼN5Iw!':u<RB[ێXuO:NFN.o8cs p u1gs88faָ*ؤNBFjǼCE7e(qHqo``cB?4.%rKS nhR/rb^WSWsޚk-GYh>5gs6xr~vnN*glZq˰R>vs(j7pTm-vpWtVu <(5uyxa{.'x[GuS]uZxxoHo*⤦(yqNZ\xSW`MP=6??nuw4yLkry77u{v"]/gXPqf ' ^Gsp֠zx5uj5s/}t~t G{.WPy}?p6^iݛ_0~~"_v4.ȿ*|=zR+Zwcz+Jzs Cm!Å xɑQ#nj4iĨ #q%1"2%J*9m6pVK9Z>i=lhg"MzJ*Ϝ^qs*t\u%Ujh%DjZ̚};t湃E+Xbٻ7,t*+U_\%2N:cX)"Č#> :DM84?0r)G pw)(\xF?J-cBufM{9t;]Ѣ*y]ӄy),YFqϺu ?-ڭ'o^XatňX\XcUdQzievCg!i.MS4/EP8.6C6p7wr"}J^d0y]vKfHEyWqUzUe%5}v_~_ZfX^tb& - daH]`gj~ah/88&X༸[B[Dq!#m()&DMtuT0SUMI%VX])d{e]b~e ~Ê)X!gbrU >CB[bVa bhiESbږ*T4k#EFRE'Et0pND]yZnJr {f`aafhqpIStgr'}q妋nτ̮Kqo24o84QpcG!%plWg|YyZg1]Z󥜗^ ŦL,o͙b0OX;hg#残%-mNWzi3}6ZaQO푨Α5tҕxuY`E\dlr]`9X]o ҏL SL0cʄfMA{NNz!hѣ% 4LcĀ"C52C5A Yʕݻs:Fi1Y;hM00 ;h) eͼt Jir7:A? YQ@*g&XGћ!?iCÇ,B"|"LJ A~#hʓ Ý0d^fMG9w׉P%h.ӧjxj5+\ Xd4na&\ 5'TS8E 4ESXS`%~Gv@FpDB@FA __449 '(UhP%B R`͉+\в P,O\/6w5{lO79r2A$Vss9×('x&=qE20p =`{BBD=&L9p @A  n? Ȏ݊0a>g}v?-פ#hqTu- : :WPx q3K@c4y.}{ay&'VDfkc1d[az79 0@hq ~"l2He.` ded'#o5R5Ղ^ $?U}`D0<Ag c=Q"u&GEUtr5L~uwZDNq4 ~pq6G# c@x0 e o`zHz!(U^)@p)h` FtGfJWy-&d!2Aء^9hHPdjH(ep1YxEdII##U*I"Z޹uhdI}Ȗy jqIjmڏR?xsC?'1P{*3Ю30%0!Yq js9!@(Be42f@pQjAz]!V.'Zktdz/a 7jm@o|n?JMIH*-VN:8VE U_ wIPX JJǦKWywZiv)Bj%`qYm˯ "K Ede{I+'zK`MK`+aQ_?gK΃uGlY}Y6bHggE:nVAn\_I0G{J۞Nkjq*:pcJS\{i}ӉDp+EPBp苾j #@ YAuu/ukS񯑚n":{8 [2N&zC[[N,0 0+&/xp`SS1H4}({&goPWSD`˧Kn ; 8iI۞JJL{pi@4jcg}{%fcE|X@cwVPk\;h;&@ `[ uA@ +::d /j/\ P @FX^=s o p97]4eM+ܔb$G":f˻uXL"fY[ JM Jh4yX},UpΌ ||m\ol0K*:Zv >?CjP!{1'}D#M\00 MYh~G؄_+@+)ND$9KfgvZ@d$?=hF,̹P L[ Plpq$X\NNjp[hR,Ƃttt0 qM0 p P Ή m|{,h+%؏]J ]APeiBQW/`@GMN `',PNauST%l&RZ0Kmh\~9 Am=g]hҹEȚ: MkI` } wbRl&KjhP,[\. ^ y=V``mφ{ddk и,hP{K 7 .` 0\$~#%5+ PZ5QQvaYD@C=AVn}r`h$ zx p w ^&`GMaUY@xͥx^WP @ U~׍P wkGPkG`꤮N=AsPna8a5d@ '>{#@T,0Յ(PN oup| m0sv~QL*1-0U؎GNZƳ 6e`U]Y ^@@~=Y[P4h0P UP W_ ;~x@~y`('X.D j: ;Q#0N0q6E^Rp$VZngnS DN[NeC]WX>nEx=z О0p u p ~ȖnT=sWU=p?> = Pw{}Ι}Ή@rIŗ;H #j.GO['I@8Ps[ⲷzR[3)uW?Z=偀=xh,j^PϠ p}*p&6l`R.\ႆ˖-W8acǏv+"$hϞ2dȈū(Q !Ĉ,Բ@ [. -g)'T(7+*Gcȑ%?8)j)4!Z<]4iZؼQM$-Р2eڴpkrѺCֵ,;=F$JF;lA2I$ҤLi${Wh={/3iOE4",$8VXj kC䊀 ?yC$d3c2!H3FNB2"p54a r-zۤbr-"HkrE:&J(⢊*>ꎆ\$ƻ+)i&c%Zjog#*ja" :H,F`C`X!~qCs-p?p"ݔT20D\H.6ƻ*h;*iF*d"Z4I\f7m2ؙcuڬ&=?@OꡖhZsMc+C4 ,% SXj 00TSK.UqA XM "`@ HYÜ3c4A6`7pP,I$n-,kzFaD zM]v n3auq։ OXz35 XhK@d˜b @-#fA- 9C1Í`xbࡍA0kk,V1e=SV{πڌi[ÉNNm܊9b ׿7]5B$`#|@R%-5` ,0yG ZaR.Dp $H, g2T40<3rP()9B/NPѨFl EEfE }}PDz%[5= JlR1/M!4A &"Jnxcǀ傃`$fILf2` kbB8B!,t߿8N0*.;\A*DqgFDngx t9!Շ\uhxM#g!lX/8s,5ؑ ;ǔDs.L;N@<-_$OFT6w}g N✄utNB XZ*S2.Ĕ_ӡP7J1~ І6 f`6%EAS&h} l@;qxS]XBD E v[JM/kaG^#c!IbHp=  KHS*7@DVb TBZr/}ɿ̂0)^@nB HIuj`2n>sMojm4Z[  -;%x>I],LSǤC :To|BjW+܁Ӡ3Wo[c_n ..)K  YEj XJhGh6H-M`6b[qD'VU:0d z>jUhW ŎS@xQ>&s\2k>'qu|7k-9DC{z"t56 "O 2gGuR ]HrIAՁ gA&i)VC?@s$y dafUR4Q7l3XbT09DNv7=ńvEGb0G-ɈѩB@f+`6A]@.M< `o9ۙ @ zη krcx𢻅m@[ H-0MX zKT11?; <|Ѷ@[ `F8jr u`a=!yINwޘIywH":!q[^X.q]g`D9 \RdJz;~[sNb ,ѴZ2thZg h?N])Hq@ oJzJG\o8oSY21A@EN^bNPUZӪR-dw:!;#  #s/E ^voo[ꗅbh;?z@o?D!hGpD,@'-'XмL )54ȳڙT9%BЂB*y! 6xhPLj3A83P8efc *2A9 2 ȍb:C$;@>>ȃ#І(|7C?cRS s0p)<ʍ$5#ځ,48D?@9&ȮQЃ@42 h2 .\aEеÈ16H4:Z= e)#,x#M@xBtu*8;F:BH3xySCF8lÞϣH9%:1i?G$":,@ JB'٘ !HL1C{b2:*He;оt+jjL"uPs٢?pGq$ 5 p:0B`S34Z\Le{TIۂ,p]4:k#M#(HM\ /CFpy*MMJ#$㴼pNpKP>:K*pK2G9Kؙd'CPp5[yC"A`SZO#sLL]$9Is}؄;r@+\ PqZȅbHT?} ,p+5Xs? Թ,9NFR,87FN$=`<+"Oh^E0/--ÈiÀXz@*8EO![IA%ggƥCЅMH?TCE4THJ$Tʦ;ŋJ=I,H* *D!8UMKLM9N$\=<Ͽ 1= 970B? E ȘihRV֏qӁ3,!=F"0j|W%Tp0JmT|}W[@kђsC8$H-HhRSX!#&Ձ"TK0:NX\0twxס|7Wo |͹(G1^JTp^mC]:P읁[) < <8( ("_X< S-Ha:. 6 E3~MZ>P,DeNI@" ph!hxhPZ[?PV\Ԫe=<`jA{`+KXW 8 &T-gADG-;su|TH^}tS,hռ[hXkȠ_"@.bV h hàLfNmtXz2/.0͹Ɔࣤ36७L؁ *΋<@ۢ YkH7P .P'h90bZP#5Hƃ9؂c4Co?>>AEDpͤ<|=^W fP&M(В=΋ ZVqA Õk[OpLjIѢ2I5:`FGD%"!քc@}im=Cg2/sx~QY@K6K2'LKpJZ&aaЅTԶ-)P&QB湦-8--ҕ`S N :Fr6hEdKPPT;2c+`Pi[u/_6F 77/`F`(>XZ;ZT4BGkX*G)we,R7YHPP >+.fN@-@x]M c]y%2+ЄKWƷiu?z[~4< R}?}2B}n-of<EGS((+/XF[G";Zpb_?7mL~VMܕ|F iZȄ%&%OD':31ZM "П:5RxPPńf JHȐ!cQ3og"S ?~rk˙9hitϑ&F| ٱc|08t+ +bǒ-k,ڳ+iɮ%Vܼz dQkڝ"&>z #:lE#'$@  <ᄋ(_$4_xtK@Gˋ  EgDFZ% ѤN?gtng">XLaPfNZk>~kʊm~vW~E &1E%&HvdPfqYhR6!o$JB MbNЁ ;]Dpڈ(_? q0%fQx$H3Њ6"FR')DZ60]5FI}mPxApjjek6JHL*f1xBЄ)P -- {LgܷxR3<4'4eg?5 Fkuӎ0@!Kv7/<x.^HX iUCHQjzi ZWQ N'zr)6 R b3;D?xRFUȤZp=6 =)@ @9(ܽ% HAz/x bȨ ؐ5B +J,0 M`tXnaVɦT{DFD{/}! CJ P90_*8a !2C]f숳!+q 8-\$sN[E%AM#oK0& 4 m= "ʲgMUG i@@I$ST  @eԖeqp]L &E#5&2"Xa;yEXal`[>K&$e 7Xd y @-萈 ^'&P@$)P=K$܃o׭sC蹧.٥}F# xNH*  K0mN0]'%juڔ0!5:S580ںf9࿝9a3Oڤ ~L,.s@C.u*rHF.rÌ9X2 v (,yo+iO JI%_mA#!y5K,V\`W\&tp"-"؟/x 3 3P$D  ߵ)D=H`K l7΅C&@<IYEH~p (ȀMp] ٟA/ȈY FIhJ\BLֵ][ˁ[ddy 6 Y9G1!.ȇ3<;x^Da!AB5X%ȝ% ۀJ(_ 8"8X(bPbǎSWX_=dD^..-LC"  GȠB,#%3FcBZc:lF(Dp N\E i\[vcO5@&l<"=Z4"Wآ#%@ycȀ~ $c("=$U""JL#K#F ]؄@ӢBBda#"-^q`%D a"ԂeSAvQ ̀`2ؕ/V&VnU4eە % )\A Faĸ[|6MGiCC>Gf.1A@2*OHAF&$3ޟ/f&|4EDF" IIa\NGbTPla xxe!ff$rZdQ ܀cJ  "JrP AdffugvEhUt\\)B MF:E!LؕN8w9~Fe%QojUhNq~H0h='$>(9eeh ZfVd"w~D($R!Ba f^E7CDiZ6Ap@y$7' (-zR(,@_ s @Btу j bqhlfVxƄr 5SOmdOs<6Nc@\D=i8(Ѡ,·&X|l_4&%; AD]~6X)"&ne NFBGF*Lp$7{.J0ϕ(BxXxIe6d֐ɱN--k&C-.hB&uNfNX0Xn1*bk"wbdLnMߩvi(!Bl ySHܟf @,8C%-=I-^KZm^8kBV£AJ)$|Vl*ڟۆBè~h^ mG eOl<,(&m,84C=^1-^E\ZKtBt^+̍K|bn ʢஷ*&.o(M©f9^:Iͩ A*&m)Nj2NWIgX|.bmVA.F C)Ȁ/~&.oBShLm(\[+LPD*e6(e5K8)8Az,C.p CQo$% c %/*.N\5:BԁڙM<&DA@s\d10Fjpp +&C-<;o<@ .T0.*ޱFdB(1 U(CHE54:&DLn$38A0j@i!mp 'C;B. S >3,+-.[Mgʕ#x":4D2+2:#4 t5P Tt8Ǟ%B]ׁ%:'_N |08\û|P?Ӫ^,_-t3r%$/hȀAF!Zچ,%;tBk2{lo8m7J ݾ[B5x5%7M5_:yt;XB\Nó<b;;pPO6?܅Zwf}@M..tT#%j3t07lKl{gm_oo/!mTJ&DL 8@B4V%< @!t[ 6)_®r>xSvykK"5{ed-| i[+cwAKvh!"lXH] H 8l3]5^csx舓8ZE)s7q$:5pEyϸE,3R.?:t]n/yW79*%A % TJ$\Du,7o97si!{;Mb/6">>yP+[x305hrc9i \|A 9 D23gr4v/x͑3ӢD L Ě:GBJo9tyTJr/9(윫52 {T{&($( <; Į+9p1Vvv/$ Fhr: 5T 5cxMdzK_nֺcK6 J|9-W,08"䄵/yBpɧ+<"8!p7p,D^|(u'~c0zD>`3=)owzzk=؉ j}Ap7z& =zAB(D:}:нm=!Bl2 l'r' лs4Ì(w)rㆌ%L(QbF!n% $Ff'1Dv D*y A~\eLO'hy}OK@e#diL_jmV?Ƶpa%G4tju wb⹫x˱\#: ƙ+M4̊nL8-j`: c fz hP 1;?+/ v}70 <\t %aLp#?XtEU/ UUZPBvd?`RɑX%ꈁH\Ή-nF$*Vjҳʪ|,pɹ/ T]ݚ Y `y6;oTSOKT- $ 0bSr{ \ .8BL]{qn ÈU*Œ\.:dyfRjhBө4=7 ki:=kk!D@x!7vRmDK-eA 3"y S6-cpXC!N|LH !Azd cH87ssCЬ$e3"uRcմu[X@pi?k[rs'T$7|Ml*6Ԃ <&4>< :(". )KdM>C̴lDv 3CtH4L`zbΫ'z a$V$aVb C.ʠ p >`%ң*=dfpCƎn?,-rO@ DQx-^זɞo.)LNRaCm<#ڄm_@x@ Tb~mќ+g"L /$~ o((*(hϦ"4N \t+@J!Pz O Zhh,40mn&@ T YK!0TP #GdhY.M 0=*C+>oiġĥvBڂ| .B(=P% %`D`+ d0m )ޑc7cxɗJ+ńnl}Bp*29 ` rt w*LL¦.#$fOaq@,_APlh k li31`~B4K )c,) G& ҸQ%p8O!~, ͨK(m"Ca uA%82>r$-ĉ-OE% @!H҉1$&sE@&i 23I\̀R>SzFSk4K 5-A556ݪp@p@DG8Ә Φ P://r$ׁjGJ%|40<]˄ q l>C2DC`3pʹ4L*ۺjqt%2jbs֞6σ(!CgKEǎrt HPOngv(PjA\ O s G)l~GkSS434D= TUA3W?ؑ4Kx*RWt(UBG~|mvN}2F )tP5%UT>N$#F"aQG3]'!2ia0H;7TթBi2φ'O7UUu-37D kvRLbw Rq m7(ƀn KdIwoKB[ .apUF[Cʎ$}|Ug{H"l8W%Cr0Wlv]wGoT'3_YJ7_WokgH3)c`8WO%D B!BL!8 V`Ob9P+P[H:bQARqw0S; /صgXlܵkک dzX=G-ytA JMRjoAv ILOS%a#8xUPV DAZÎ9Z)qiP/3#jt·קPR9ryX!PH/yS/ItEiԔQیC8kIÕeVUB xa o9x(M4lV9UE$)@ *䲱B iXpf将wRrh'7l&Y5x<3HQAl`jHC4A+Q`#`Mk@CwM1-vuꬖ qhNT.(v ךc/3\狦mG!w,,wf&|\˵;uB@ux<%~!Is?;/HsYܩ\զS6ŀegD7+C݊ )JNV dGϹz+\M]CA^ƽ)fgF++\p7P[!.ս5WyABf%}ET~EIz \J6/j3a3RRkS1gW"͍xNTLH|4F`+m+d۽,h$Rur9#߃A HxНkUMtm/ K 1DL˝3]`ŜB ~>1n)>>#$!ŒNy<}ڑ,pKCc۫Y"ѫSkGd̝R9-% Q#l^Խ'H <>>zֵbK`b4&ݞ)zDN#6/pC`O掦>u[?}N )w~A(;G=p7=A9Bݡ>}^@Lr IW GU…i.Uj(|b+EZ 1F 3L̼i0`Q@2&5L-d)RHT A""r$ PdCifȐ3j0&7p ,;ʼn#7.q{]휭[+׵6x t޲JDdp- lh׾;my5o‰7:Ӧk"!dbD]¸Ǒ!iSeJ-oAٙ2t3F D X*I^$pB"lhm$\Ѕa{w_ 6daXbӘ9D&d];]@@ZXpAmpYfpV@t B. -^REq%4H|wmTyD 7|07ITTSaHUd=r$ZihlŖpf\j_h!hb56+"Y-Yf4ٍUI%x}]%of$[p9+\QZ]SA\%Ux;]tGݭ(Ry/di{&Ȑ{= FhR$XE]:"p" .5SZ^xŗ"a$(d#yx#YdYE-۳%6i Xs y nbR)ay3Մ{yC0TP\LÎBBV^!"1.h 0Bva^!{ɒ*d.2Ssͺjd7mϡ0H$ж?kMzWvܶ_RtEu%zH#&xnG^yfwYi$Þ5 jUT!>!7VXVd^x{%$)2Y!Pd)SL47gXjtVqr)7E[F'9I9t K4tg yZvJ$=5)gD (oSWo}hAZrЖeqا6 0VN+U-,Zͨ|DG#Qu!idiŎ,z]p,@Ţ jr:@'P"ZFü3;x6!ҋ=ܻW R! S0+b0( .EBi{ⶡ} T{?D2L$\V9#Ug@W N4@Ni Y8ddq*4c=KM$(UKUzrX%P$Lǻ)32 : $΃^C8Yo^&IzuD#.1/Ҕ(^}hK_*`2ဉ.&474e ne.S:3~uwbG=Oh^-#c;zSO>Fu5BM`"l wK\R CH@#0Ń ,4b-f1AH)cC$$w)#]rh#g<7Upѩ|`YjիNpx4hRB'551ۻL`4A'2p1ԡ-R5b^cB/pbu@#:{=! x0Pb-CR5D"cM匠* ȈZ6ބL ըȏ<p+ Zlixuc axsIsw (VKU!){e' 1эgA>rz=d,x(C buP6O2im^X"pV4'2Q,/å Oغu Ғ+(.92]&W"yphy]' vND X]᱾ f59 nvsh?-}D`g `y g8h Mtō%2Zl T1lJG8 VJҞoJ J1VD]a~+ md̕b*WfeM򊥯ij 6T&K4B{(ͧ0|!i g62jxv^"gn"U01emUnkg"15<ցړJ\Q>:c B, f\m@0A_9s3)˷psb^@UѴ57G=q4@c75A*dceZ61+im&,.3[= މeJyH&xV? 䣊l SsUSox&QtFGdaBEMCشMa{NWh92{,o3yqi'dA7vcu|iwV!mwiEjG ;,d]22$eW=~EXuxll0lo Qy1Ws6 Wd^_`Y(zB!>at z@ v1LFP*Fbw{'f5#4r {|U"AdQA5F]v-.p(j(vUmej;}%BLP A B5&A^GRP UsY腹ȅ_JH^XgZ1-DzЀ)hn9ڴM2"U2/9!xo:Rda4%?4nw\4*}Tw{DwPwޅ-- Q& !QpCck<4=?.~ml0QE5JHai`Ƙ0d03zh)|Qv!n$U"Ӈ1 {6v,ackEb\SIHmWC;X%Y]05Aq_s?_$Oy e 9ًQe Hz/PlnGzi@MX 9Ы3*Ʊ+źuo}.˺N''}=E9{:h}Id!`a@xQʒuf0ɵ/ nd3iDwMn+h{Nq۠!+ʔ뱡b;92ȈE%K}8`}Q 7U~Z&=C~ccur2:f@UHFS.Y˵paٰI!c;w򥩒*&vbV+;{x;/ܱ\wX95} ʁU(˖.kqC/D%D'^ƗY :7hcdZ K!#P0 :Y tHTdc:+(I93ȅlȾ ,NHUå- qHQ`=JJULKxmSl+ bl. )nƚ"U8u 2]FQXG(3,נ͚Q8UvN۠6Z5Dl`; UQɉZk&,aek'Jʡ `M+0M0gJz)!r #0ҳ82T u!2!̶[dbr(3<렐iw+ @Ϊlæz$PF !Z}u~X&K𕥆#9S(efFbKJw})Vr8Mw89[@T WL/؏d={e+|F-;%w%@\Ϝıfx;J@;64uKe=)i04-_0AFudv#8 *+}\w ٔ3}\ެYx Û0·Kqm ՚TݜJϣ ?d9PrۊYbE.m:U@P0M8{(S22@ ~X9 ɊN̔N)\8A7XPM|ϵ 9xk9`>ŏ _턾oN >y^`a m?P/-Fn;) @ńEb'=!ΙX熫#B9L*ޖ@~yTwޒnR_ >Bf\R/W\Bn _~^ӃKdӊk^uCÎ>eQ7uq.>n@e!ؾۍ B22.@o—aT  z;JV(%ȡ+&tM28Pb& ;!\rZL<{F0aTH&w+E|Q䆐E!$i#l1THj( * kX^%$A0fBp& ޼ ;wފ#GniMCv]ƜY;t#Q\LF=!D֬%.'Yj@ 7dhMpBD_㨑F.] u$Yʕt](M>7obHE:tP!B4}HjYBfHĐ*ˬBC-" Ka. M.+L;DDlq91sAgZ2632[4J+͸kXC5~6tnK2jH|2a:NB*jI`I!:#ʊ:,y 5ިA?a )4!. 5 C<$JOt߂1FnF3n ]*~W٠č݊$}ҵL!zQ*-kht PRIkD);o>=">C?#IT6@ 7m ?BK'! 0PC+I0)WDbLVgntFǎrYH>`-`ܪI-J|uZLJ#Ҏ 4i=L%M#̑zeSʳI'~J(ނo_Xxa-a@ÇaLڴ.4xTC.ĒO<PСE)s2[q5Mg#">&z'sKلPEj>mk0k{jl./D܄SN[n#[o&d" -Rg؄F !mT,S^رOQ#L"W*;d^UuVb_ņgI;%6]dv+DbnM4iz$5%ψbu]ZM򀞝+nxQ "!_nWA@cZ?2( .%u,BqT%.[`^HUSAD4\EduNXx &XN!4,YWaivص2/:FGD둍ZS#Eg|pˁ@-OFF`Qo`"68Α%;_8&p4.r`FD2Ō*HU*Z . 1:ᬆHTohcwB mse@NBzmGѳ(F“vX"'mnҗeBd1!h* 6xGn~#71%)g;vJEUa'sO|vpDD0+Bib)nY Јde%+1*!zvT"tM6 zȧRpTy,r ގ鐗e\|8,ҕ-(fH AB5Md3-jp|S{KS*0\cT[U'LUO଒d}lܶy+^hMg k,%p-:;hʻQ~&I`D𹋊],cxd1~ @D!vʆqvlpGZ 6ǦECg:ż DkQފB݋a\JMw]kjAIq)15#&} ͭR=$ x_$?OEgs@b}Ҿy SM˵?RU偟;QH\bГ:b~N$ݐl%h& hD]V4L>GpVWzU4 :YO޲evы,A60A[fg3Va?}6A[0#[3Vt.vd+ŲjX4Q'Vԭ ,_aKyD+: I" $SDaCkc#E+|?fs]>90|gSʋ{!SӰnE[)Fe2塦 һi?) MqݔVp'`;w.0q{pץ䮷[Dt@03l wڌg7.̴+ x9m 9"= rp׫w (::(= !k8[|q()Kh/k982C)S-<9EH eS{ȓ #˻&乞 @Z(2:< TKAz!3ۺ`a"2/a$C>[>94i u;ȃw5˾≾jC,DKP>q0;B<<lCŦzB!8(STAHF8,CtI,3GJ:XG(J.@F`r9{J|9ɛ9p(R=z C Г'+4Zs$gؐ\ВaːtCi8k| :L T5Q6!G>J4,p*pvA:LNЄ0ӺGX?ͻ3s =kMܼP(DH7aBZ4H4Gr2=K˟y:ÓT"USˈL56 MhA㉞PԵFlD8.(p%?h:!*O :KRaM>۹'P+]SݴLD\L:+jISZ@h૨Yb8S;Pz"F-Gi> *q !}DFK#+X& 9=oEMXG5yNItmW,.MUOyW.+O YIsYHAr н}ҝh*:O/%H .}5ZzO YQZ'.qH Eh PdPrX).9b n_Y-ߙ_i@dM&W_Нbj*#/^h]GZ0vT0 e]sz 8`v c`Xcf]ấ[Z, ŧe=+Fil\3VZpF"#yIzޞ@ er7_J8(]W+(x=R.pSu8xyēehc6 >b i !frmjkD&-ݤQY.ӝ&<ޑ:CvngwWέ_m E_zs5e8)C 9QV"G>=m膾q%cUE^{]B[pcs0hiflVqPki d`$³[8gung.gx^^z_Vr>C,ZK)8)wU]e``h fxcQr-at[9i>-&~XEl<`Q>eTPnNU/m&Bfk~6ȃU Pp%9Կ9N ĀPܕȳ;; }oi2WP$%eXD6¦(us궑*FUlj|%u]\CЄ3W 5 wU||`k=0c;q>'vav Man :Hb=#rW;KC$_&YnlrofxߘХ)<Ue/N(uu2h 57M7Ubo@O_<^Rgvj'yui5r8P|AYsț{e&g(ڢ7zҗW6/YFz5*D846]x_.]_wvhh&loX4bGegoIӡYZnj2w4fΚ&/$cLUŰHcɔN;DɀeI0NqU^ƘEΊ\!Tݎ2S\e(DyR:׼"nOdas9 BW-`tJ$B##AJG4/a A<~)/ѷ%8C_kTμy㦎Ad"%˖sa󦏢B0R"! SL(q=YH,AreJH19&N;*ӳ'}=BJ4RJNAT]Un 1V$bZoUȖ[pͥ!]EwW^ ҋa$:R%%`0cuGlhgi)AAkǵpv-Q"=v-'sIHugZ7kdv~!'w'$ޝ⩔J%tS|9BdJƢWHOBd& j1NxVp\s=ڡՋ`&2_&fbZI$VHZ$DqZjR$smAb"}AᤓIQs7QExhJ w'yI _F,1FRPUp*@X)1Z Aiv@_DFyԣ3gDڬ Y_ҕlS7B6F؄q4mӦt^*=O/#Hb@D&0WX4hD FaˉF7IPJ@zʧD&@JQR /)'FNTOrbÃNBZLx+f38B֝x'6#\} !N3t[e*< MᆩJB xAۈkMQw&r+K#uQ tp|bM066Q6R(,g=1Dq舘gY} VQ7m漐9D oE.(j0#9N3|OgFuJˏ=>ݶBD\}$wީmA Np$Q`xo}eA6 :X 8M|Z9v[ʰNiESlJF6d4&+JS/>CA>-l_Ф^Hu3G &&Q 1띁xC 2^C 0BظB~`#G+F).j[{mûe-sy sB¬Ѐ P_ Pd43$k+ SpOFogD{$Q48 kr%芣¯0!IObҐ4%M䱈$k}} Y\[7u3VƁ(^])̌<EGa#p2y땰\W`y3YBz`t;- @.Mg wb>>5`51X&Ҋ[\ƠL`"1%B+L$'+6|f XcVMgZxA ?`##GT! -S]v-vB:At_ޛ7#j0'Va*Vxj2<a pxfcRh wqPCjy@ $8i+&au{|v(DussSQ8(1ss,x=G,1\U 55CPM5Rl4?Q,|tD6DZ`7~b8uvzs>:@pvgww4Q08hI 7,9R2 !'Kwyr|1qyG "8"hiV<~Ig{sH6x9;8s6@4o #Z\\h;b5['dU]W7}R8W%Pטih؍U]f&Hvxog0z(r`ra0x;ufZ03P%Pwv^:1( 9(~-93Xx5({8:(sFJSoTtiSNҘ&d\x0Ţ{t[$u>őZ\ڈk8 og(hotFQU72A5ap8x69X# 1t\ #*p  9,ibb_s1K02iɚ( u0~^2tћrА:6>XHkGGdWٜPUѩP!Wi5ObLn׎ȖY yx$X*@gT~2/D"PYdIB0 &" Y ,Xp`+b3r+y19Qɚ+ +a`)%c> ~n\U.5`)0PfFI@k)NW$T WXH)O*o TjY; `~(ooY p 찦hnHg{Շ'($Ag/659B9& &P&   ?0ip+ v% b`49SX3iM`%*F+pʢGAZ-3HF)2kIDZI>ʶlYYZЙ׹#r`5Te`2n;~(f *kz xoU00ĉ8VDpG0GP+70707&0 0:9%*00><: a/+(z|b5X*c 3~4 rPFPp)1FWH:8ѶgpUzd+WZJW96hǮzz+pypo寇!d}Vn[X` ۰˨+ R%[:,c!"7u(b5kƒњ?[P D\x|nAenP)0| P[QcKj޺M۾P^N "*vkop ܷ hZo&qIAA$su| |yw0—{-<;{?@A!7蒬* P0 @+H'g=k,l8=0 LY_ WKiNVv XAnvrKz Ű jP logdtM69EbʗP < t0 P ʚkVP7k2˾,> çDJj6JP0yE, 30,p @ML+Jic|8o#XHY\T*\}Ѣ_dNx]]a1YK_fх 0 [ of$0ɏ8,9@b>Mu`t0Ӵ0Ӵ p , ӗʚ² VE`+ELK]3P> >0D9"Ai,`ͅS8j0+@UhPyLE7r\)%oDi^VS_m p `h`owm0(@vY$`[pWpӸ U WP `ӴӍw #|VܳP ;P `@~ 䵐900Vw̭Y屜D5Q[ s>轳]8@ p(@\^;"$N^A)ikc$[E^^N+}ٙ`ȹ װ 0p-f -QkW.1\U;PENF ;JN3Pɝ|X`cELiݪҜEs^HuWj9|^-@`Y6ׅ O<,΋~o0cn`@s= fvM$ ` PvǮm"w;LNv ʡL/L@ž~E. U캐Z?= b? :ӧ|>= | %mL]w@d@H_0$@QK$XnA7Ĩr&F9Xl .N`lnx\>zrWn ѣ P n(ospo6P=Pm0FWŮ Ġ?UO \6m4]3 0mt`f2c28\s8 'PPtHv $X 4Xʖ3s yFQ@P姐:uhy9sH,XC9f6luC4QF.5bElqbCP`k!M@ dԁ=\EҥJƥJ;l1trY-=j]vlɓ%Z:ʗ1fݺ5ZLre 4tY'̗)Q 1dK\X s с n?HMnMWCQϠuP 6} bIOHhnʩ>xr6HAXJB p * 𐫱 kĵ тz-YL܄ :L0ZzХ\Hȥ\Hja3%;3ʹ"#&$KM5זl˖L4]ۡn3-#s:9@ 8Or@WbA6T:BD2#2H!~0=@Cȍ!`(iUu=6pXk5£rÌ7Z9A,0V-NJDH QD +kZFmiM-2:S3&CM(I3rJyĒ3%/!s1ha*"-p8 488䠂 | x+BH;F&`Pzb@y!l 6}FxÐAnRSav0^/-h%Bj5x+"aBYeXD hHWZF4[F Wqusբ+"l]wMJ,)E_Mܳ)#;1pBa)h%C.x 6nٽBHϐ CeE.hJO-|6$)&5:$pi yYՋZVi]j: (vA6@wɟ2V%Ƈ;܁vh --Ϣ5ԕupNBM8pW% \]|=N;d* ; W.ݵ &S 9fx"2BB^dž6~ Q*"X-GQcW {ErРs;W D+ Z$gT![p#Xo$TԠDQk`(x"sCb!6[b $t@ӡ.ya :@-ѕHvD`"@2K>X-7ZȂ_&iY .MhmMjRt {,<.uybs$/ &8`AR9eDfDM%^!8B,"*݌^Tdl+4U#g!x׼3~,`e+WoT@= X:AYR M7 qG5ZHgkIGb6bmoO 9#ns:|X{fE,/֎P!G"fEm ZJ"T=w *85#ayE \[uhj-KU7\ H+\aqXy2dwB&^jR-b[JjjY0 C `EfAd OPλ; xƳvO ND!-4SQs般C#=.4F%HZ*b \XYE2'd .֫gqܞ pC?)LɃ%_1a66T`$4ɦM"dFA3?Aź@4*;gOީO9yJPΙ6K1qHm6^WBF%6J#(O5[`sުmieh#`K98?x9(8;ry:0)(46xW00z$B'$,Y#5x *AjE܋@] H>8$ER9mrџ(/YE=$ IC(CFb TXp*;g¯),B"o2'p"(2E@? Qɿxtt)H4 B,`bۓśu =Դ#r4T+=ELZAiqhz55YIQd`,8P̒; F (yzڍ39xЏsZwIJLB'9c0xKT;SDBpЅkP[mT9uʤlIPL=!>?hѼ N:&`j9#JN8BI'((cC'7jKyN?<@*Wx*cImKS<5*TýݛEmS%\>SP;]]>"Pp.K@-@ Aڀh;!*?HQ?GukEX 4!0@Xζ&&"h?+`Z]WÍhNK)@{HAпӁ@ x2AP!\%B:-Ȃpba ;e ixV}ӥET]mZ6M `M:H7>Ho^h*{ ڱ`&:C`Ux~AG30p/[5RCt_^)8:k‰fqҸbe}Vf^`Q˅b@ `=] WaK8=,8,C+j]|}Pډkzznc{l"^USb'XQ|UM_#?Uzb+(Iv&,3 \c-m\f\UԟU=c@E;ނE+`iE]ah<FNa:m6> &TEy"u=U7⏧30'؂@(>3[ZpQ7b:<(k "Ϻ\ffShi@4̬fkLnZֵLD!`F`aj. ~ Xnc;C *r/[y@Q!ߕѾX}0Q3Ki5ccpO,tYjmoImnS@`y]F8A!Hd Fr"ة]Ax6)?Pk1wh 68\0Bb00H4iÏ9""EvVLRfif⹕o^h7c=#Hv}o:py<<دGYkᮯ'pChaǼ D[V-RnnO^B"q F-^8vLmI:D_l9_f (/MK@NCm>.`MPl~Oap+.3 n6q(PNWu!\y.~FoҐ@q !'gEŒur(Y,_m5НfӜ&\=,0gЅZ]؄O`ksο0:0&pi Eh H3>q+Vq#uۃ@kC*‚*:urܑLu;c nqV5xlkF@1/󂹂Z8eﺧ{~/A{豮9>hb2S@tV+ft[&k"`xFD'؋-Clmwކgp J@bc%xUxv5ou('p, 1O+>)!iȅ/!z+(4 h _ĭOvLQ@ !чkc: 0h/kCtt)ty]K0z 0u0&ɮrf>xG{nօs~ E!D+8ZWڐqg%(40y-X(v KO?p✈W:DbBtBHAxGDnAk+'N@ٲeΜ?)sF (Pض۶&Wֵbd ʔ*Wlʓ'?"PdM. iR'P22M&" *W2oM6O:WkX lAe̸]4:z=V>0E(ha;GeW]~m_/gZM6iYbx_i"\ymql,҇GD\ FCN9 r)O$dtQGݒqu ЁRP VUe,хab|$$D|} Db NA5q@:q ]< ְ֮6-e:3xBTB@@zFCm p5#HÒ4qf7Ȝ"IׂTI?;0&F"K5h]jgm3cL bP }hApC6Ę i=[4)9cZN4`6dbVE`(,Z^$(.Ԁ6_rM2?4կ* ghG=Q nx4p#{*aMO~5'WZ f7("h' 49u,\%!PiTu amD1SL 5&H(պVh5%ͦLCp#;['[!.s'#;'ve\*!>[U V5t9h62" ׂlCa Y8ɪܼ [py(r3\?lA K 8v蟜(tJg1W bkS-gZ$,a %c)  C#XxܔxMoLRmxlM4fZbt!0v%nP߽"E;*qk_mK!vc0c7O,\!z\-RW EFw5p\Ʉw*"ҝAxRxt :@`8 8 5wЅzo٧(/gp ]dv`Ih Nu:\B02c8-.qֺlKarШA "/| N <`P+z æ6ey ӢUmQ.ELo,2nxz [Hz"cpm\LN>3guA B'W h `0Q  #' kQ Հ6.3~@myg6JyDXo70jMDҰ3| 5 mU 700!c`>4 ]$Hܺ#GYBPo>0K7 6A4=mH#& %(z9rAצOqL^c@A-L\!\ ghk12U%io9ݘلU>4@x[1K PEda. ^0ƈ=uT۽%2yT :Aļ%ĕo p8]pu8H-_v3%htA~M_Xhʉf\ ^¾Hśd\]oe !iC""!w\#x |AAlr'~"(B`*~W ̥M  Ѵ9hU.B^[P MEX:W{L36c"NC"4xT#]"|}c\'#dۥ\)N *0 A`\$cF a?Aq codpTpp9PC&C֟MX@.0#Nc RWҙ%GU#faI> J%[HK[۸HL"kXI"R٠dB6M3^T"H$PEGW~e6*B|Aɵfa A$ʽ% ̥ OuA!XM t[ʼnZkn)XID p BՄTvD&VV# F cN)&k۱lmٌWa%%qe=.]AY)HPZ^p|Edpevgqf!I&C-dE D0\7zlf#Jv hfA1jU,%ПĞd,BCT恙 zvzLGwaMlrz'5v%|VNhyf̦_O`"p^I~MlĞ] djtniE*RVp #}g)U_ji5 AB`iA=&n hf SͣHڴZrnn+pb܈5Eqvp !#9xD^@B46\i`.!!A$AbAhf`;K bkq+z\4 `Ĩ _Sށ8<媮r3+Kԫ+Z#)j&m(2&9jF  BPՄ,tƸ֏LRp G(cIS~Bګ0 *0 ~[llҦ8mm"DZTפ{!Pr -NTH 1B]p Wqql܎Osح4rc^5(|}KF 22l[ KVmC&q-j"h IDm#̎C%4R$@.3)mQtb,i0l"> ʁ<6Tf,}wvՄ"V.]C}D!֯OQm+F*iVn&?0mRPMh].^D=ĪAT~m+(Ė>.7q'2 SKI/rDp"V!0 "Ӧ;$!ѼXЦ8*,IV!2FC0\0k Sα3 L.ls<+f@6R "/K#7,1FH2klL T@p2bDp(ri9ter^S2BHrPq;3C#0 1%*B!(pΦ/24[M`bH 4ؔƶs93!P\!(|F߇FTfU3;l;Lw:-1!_44cgFAGQM6ML3)(tL4V6؃eD< Wﺶ->o-6@Ex*AW[A1;&ggc"?[h|Gȴ^58@lu]u]9g#RoQG;'(rd7xG6-8BGк'|247?pFi6Y_j_T(*F4y!oƨ ڢj޳GrLu76KԮv0wA7&eV"g!XF]6 xq5,u"Vި ct"޳~>Ė'#u B.r*4в9AuUB(צ4!Eh077[@yq66uMNd-_A|Vz{(_+}Z>#Dd+XH&WQ!7! @}+6OO;#7mZ9tZ1ī,dqcH#I4yeJ+Y$P`Sh Ĉ&>VyCH3fFBLb$P**$Jr#HਁCx´u ԉ!-[0`C}92D #>PX@6nLPf ͛MvC6pYXPq r0b*Icn-yO6rvi񹃥g!7&&*䈛>  ֪㯊kW{ Ed!Ak߾bn7x7 78"1k m$20lp: MҊ( rȩ!tj($xlm: e% :Хk$)(b,[)$›j&B/=% c$b :(!Z$P8<4"fvHd'-R1tFu饘fC9|:r8)</$J V$*!ґr <9 3~uL7`1ۦɸ0 ),;3gC+:prʩAhUtG]7^:vBixԉ#6ȮB++Zm 1D #-t2 p.s: 2mhA"uݤ>,g^M4"}ΨO2dEH!py\H>=馡~wp oj.#~IH`Í: aKɨJbcD8=)XA:PuT|C9dJA]᤹٘B0sC cJV3[pPImHQMS, pLtƎr|yM(BĆ7DBaڦBLb yFaz(GSb(O8V3 s 7DktԗL!ԀHZxC|Q?R6iZH[4@ 2s aD: KԠfP%"=l `2%3k؃֠m)#(A =` 7xDN R6_T5~9$P?m%X \b@⥋\ t.\9C Q9X@ JOыv4 HO6^pD1˃!Á8 iɤj[ Мa}-Bfwฺf6|fUt%08?pIKxϑO X}[zh^s<&C nhA !`Ho,ޔ̽So(cNO9Apozָ憯KuuM\5s͔0\cb P"< Dt7oyis=jAbj,fWzͮ4j zup5DZNx12iz] ]j=rN'S:C1yՐr녤 /wܜp޹ La @7!/BҼfZSNz{ʝ[ W#bift)02 Gj خ MNHV./jh/ ޣA"{CAk锎H>oBą`#6l"f -JF\$0" lخ㒃*SâM(r ͙@ `NBmA/Z^P K3jM3hNV N ꯫pZ!jK iF íʈp })^Am>J D oc" >T a0/  qn,@fPqި1,aO$ T/"" 3"@Bi<¢ Өhuv|v`G- M`ؐIz)BRА pn܃{ dؠO~еk d.  #< KⷪhPQh f2΍ fb(d!LpQs2,AF ayP-!K1r1ezBPgT#[ɠLDV/`t'Q"Lw v&: k:e*sf@`/a!+P,"rєU Ѹ #mgdd$Q 7OrRI lgnd\C^&i,t*1Iʌ(D2w3#v09.(* oR5@ Ϣ!e'"Z7J0&bA$gF,6OkL/Eo:'q," C'1.'œ>ƍ<򥎞T1Lnb4+- !AiS,Ų6A T&nn Cc/:MBm(($NKr2:&_\0U< PgOQj !l(;@ i xG2s>k")1%4iS@JH!1!UfAkUu"#m V,gUB-V! Ӵ"!$d:2%iX*ED:'`[ʁNOF6AZ;aZExҷQ:IO00ct;o s4G ee{mo&sl\/ u3򍚍S3â^OSTG~^!__g&M`vd%aWqKXM~%Edmӱ0*'OZvel?Qy)=uf2Ru2)Ew4Fq5_vK#$aoL3wtӱRUW#$=K$4I:b%:dY" vZ$X68rw}GU1\RijA*d] ` @h)r#_7i{vƚpWIfdk7/6~Sl5vOѶ7FiPd 'ZDj]rpiXj(3Rs}x!ل6՘]?8^TUaP8i)`W7ax("M8WٗNJX;/Ͷ~Zn;Pms'Q~;ׂ H})\\s& 7S9G3W5Kh!#Yxx" &at/@#h ɟU4T~c-qֶvjnQTI| DȖS/\3n >\y!,QPj;OFaxKyQ ׀M(|`ۓ mL9 ݭl29k X  ߇rNr=FZ3Bj}aEY 37υ+ `|Yб#219*۷`q Rh5+,ara?F)m la F7K^;׽%_Z!> "5Z36~=~{#=ᾌZ2]~aHe?{7cy3p RaЫWj/iϠ/t YFr3óQW*뼈SmG)¦%ؾ =ޔhG~#NUǫ=}8*ۧ?) ].{^ RBpg\{jL8ӼZf"6p1x砸; 5GNܸq*+W-t::.d\]+؁LZ8P fL3k*@@VΝ@P=iOE('L?$`g̕:tEF';$-*l\q%.Kt/UjԈD4,V9R73qcƌC*kbo,yтJ&dڑ D8;=kj9C&zDõX2|p"iaDDZc-눍eJ-]„)3=?*NڇӦ̚^&lUXtgUZmtU]#!`fXbE0F"d3&e}hiZk8mqI6CoFpG\r-P1\DU4E=GtHᡤRy'zY{]SKw_~SXmSX0`4s. [U\uW^jaA`XHZoh h1VZxiq8leaIfo™pC=B Q9Hgu}̗Ą IYKhIVm815Qݧ'UzΩ4P.(h9+%Vz^lwxjb"X)z*ot֪ZZxx\8Z 2sp> m MKTF]䝘'mR&gnOq2%'x'~TiU{Z$h&xehF8%ЕkB1VFX'vÈ1*ɮX*Fxhye3;#6kB kBpK2+VĜBR&mYjQ_~g&YmX,[Tշ_a7k:h4CZ7zE-ix~!"Bx99䖼19iunUiAGDDk:ua@ ghT:;,e$;VwVMXj.1^؃M`O̦NMjKEAtkMhRÐ.c"QbqnJF\n_C4zM$,5{(Fpb%8|lVr2H!"Ŵ98ԄGhPZgB܉%\#\..%YVk@NFҐWLHY dPw=QWx+:7JEs`Įlp)L[E׀ qj mJ@YׅcuiLG*=Mr dxŝ kC5ky~Z;^@qzʻv@`"X6*IS('ڸ 8qgr[vQrPڄQꄨń?Gd/Nn8θ!H%؍U4,X_+(YH}h阎`}dF"7Zx;3rBxgF4Ec4a%;AB?Aǐndcy'GIz\mbT{i6QVW 0v(d(Evp%X8,e3$?5. Ґx}K@PhxDɃ0P$H$KA揸;Xaz@╵hIe Zc*֖8{ V' 6otxQwp4ŧ}^O^QE5i8:ٓHFXByr;=G)Az$U7y|mIV \y'nB7 HƐf)IO%/ڵ xy(u||hv)>K|"y`&E'wISk.w  &>ɔ}~2UuUy zV : 'TtZ{uyʲʧ;oЁԈ"%e덳[C 񛹝kSexjy\gYmѵ^y9gٶ[IT im)Tg*z9Rwbt]U` #1| 8,E&v+.@Ąm+@+cS5Lkɂl;HymCHO]ZP8Ƅssb a[Q_U dEw]'&~ u4o( 8v+vwȳXr0Ʌ0ΰ,+@6Α`%S0ʢ36!hܰkkL Bul<%\lx Q6 2([\PKdm)y@;[,΃ l#5Ԛ\+C2~Cn:H%pD;I;SIqUh"a$l[ͫna:nXv[A.9 `ٛPFIxPLj6) Â;֗' 7:Km7"2_C}pԧA#t9M=PV "H[0 ,L-]$ L],!7Vk/T-e'IQھ#\K93_w֬QxEY8D`l5oRl@l8O\_^yז h$dHmyt kGc_n* yѹ Ë_{S+#){cGPJ?>BeDPOM[8Ds8]6nFsʡU ]-H:J+#K5et@NZYD~*j(6ԦF gLZ^͞aZvIvŤZ\ѡ3ҥJ%:b>w8vlE(_lK>|)(РA~At!Eoܰ92dڲm2g̐ O@oaĉɉ㴎謋$Yd.$[6S1jI2 PހV8~u& :0@Iꡖ*鋋+I{ $ìDͰ3)d4RKmBr 7|fÊ"G";N!zh9## LB;]^Iz:'S=ެ)o(| 'hkTP$t,l.*iCM:2,D̲(Pp8 F?׎q7d5H"^I%rĉR8,.Z)k<34/5>į; hϝj>U03d+Ѽ$ 6D9lHBEYDA ,nu[O69dd(!""טgV9bg$(Jʏ.[0 'm]7ĕ/8ÕW^yB-<~!F` [,ӅG D5sl>?0Vu?q XeeVOJep`6szɱe5;fzį̏"M:=ϽO `vϬ{&+mPr.0FcLSĈ7p1FCU4D>_7O9%<.?̗rrlG>mK-y:e1.֠@/₅&%f1wQdMyg> g468E6b\ 'Or',bqNE~rLt Ԓ %Mu\1N5Ԏoa 4HϐwIޥ´e@0tf%/o4&`ry qSH9la T(8*z \A Mc"q7#`C7)$pt`Vk]&8 /-n)*g4Τ)xw/?e_d( PBᅲw)F1G6Uǀr3@,U#9d RȂ3!}\n]e\6L%%!4 x@љϬ3&i.@*Z^G=EMѝ˨;$z P~9OzJr02IIidD8%2!a YȂQWr|pFGǍ, haf,qE)#lTGLG4ʱ;+V5oJ4(|B6LjVNB--P6;pC 0d*гMbZV:!pu%.QEd\(H}99ꏰ;鰈ŤvNa3rLꦕYI@,zk-Pj't<)SeHI3mY=]0cXVɄR2,nq ^!Nps]IE$–8rdP2m7# kL2̘:>[YLv$|A<ӴɭiDdHsމXE@2d2]\Օ֒z3zKpn`^c )S8Er [DRr*SYHKcջ?x[ޛ9@MG ,5ЁK` UK0P&yb٩Z)߲ !:I6~yKpP2a|jUԈ!3HFz W t :!|ȨW.؋ KXxX^lc4Q"ALcӓv]v. 5wt6F:F{vkݓB&=v&"z"]R '[-J` 4dqt-Lԗu![(e֟ P4ԩp]^9-j C]BPiq=}g"P"9ι*ν*"XGAt5ȉ4y9 .źGM<;G,Z&L{kBd;hvFB*4΂˳] O߯6ʙ?s{097{,\AѣA ox! `Mz{;^5,S ٛ,S/ܣ(> # 9!I;郖>sL  J 4*XC+@sS] w1ÿI ɰ;ؿ:zR/#  ,) '?m<3m)>@P} :Z>+PA k9[6"%jI :ȡ++: |7J?#OT:7† E.:mij3Զ4+GsSGG3?G" %[A#2DB X#̎['<ȋ { Sˎs 4ɅD"N4RŒhBj 齚k&4=mܢ39uNWtM<j@$F0%34QlLI4|èDJtTK-O%E=,#@a,H7UWeE"5[tW+_2My:Q?>;RlVGiV|hcAnJʩC?FmTKI.KT3OHi֋Q2UB: lVu6ՀeU][5]Uqt`m'Yx+NKfr*Y:89+Y»H!zIBmݰŨIdLG T+P7tIsOLWxwݞq`rzeL#UBSmeՖ*JUXU'c{dgX HѼi-ـ VSYM:[9A}ƐYģYGWr%JP )[RZw-ZǪYZP-E't}Ze#u݀=Pʬ4@ [Ȉ=c8{[S֓gdՔ-%0yI﫛 G̹e`ǝƀ RWxyF {[EV;MɻM ־Gj͞ Dϛ=Gqmr\Ũ`a嫥aɹ\M]]PZPW,Um=e)%X`,Eb.HXI$I]bbC|N``:3 .5uҕ9f>IuZbҽff\F>y5iU-bםU%l 8ۺCC6'.N[mi'M"h^FF˨Ƴ!~rL8fHmcKFPa+`6ah?Ome]& MOd)ykڤeɾn)6rPbWJi'έd&3p.V6oj/l@ѦmKYC𾤶 dL۞C!k ~]V]n bUZeiqdpڼKE.Qݪg6fۣ.cvo֗Dn:S\\kID 'p6k2~s)fqUG3kl^3Af][D2l*pO.R'uhz-7ds&zOЩO הfte*7t.Ev.u}~dl.tim>DjEgі^-V#J/rbXrO'PG$zrV VwXau2_]onHnȤčȤ*-FIxvhw;NnoFglCCvqI"7rmwVWOru-PU}jvJ /GdϨ'[_Ykr5pVh!OiToK+8yTyDghɹAƽ/rtaT%پhx/_P_/;O/wz ]^_xg:xwx 6.GHd{@.g9 3~jm KFL~FwQ !: ɟ|k|ir&ex6 sg}3O}A7^Di48J*Ujh"EM/bLdQE>iCO2j1BtqBJ*̩fzch*WDԄΑ"En@5qÄTNj֪^ΘVNlfˊM;m8ĉsݺʽ^~CN`r5F,0cA8ɑ-G,eA:k=^˹%A&$HC+UĨϝ7ʖ(H)STK2<>>+NBUxSN,jٲG.n^wxXafiUC-hFi`萆+Fxm]DEtRp d-/"W> 5u?͸s=H]P8=Y#aSI5 Y$V!,"(pП@ (P! E,/*ҸhQÇB'MI<(èB勔(M i͛5LF%0eCѣGUjk-D8Af̏2\HA~z!<̨oEzu6n/D; iH '^<ch,aR3Hjc͛>МRjh?x]*Yl1=gKj6l>W g*R H!u/DB (c߸hwHHA2K1W/fMsN1S(=iGRJAHa0xpV_ @f#U]P^LH_ȀX06XdLe`VZgheцg(fGE#qoUTql y \AB AT'Eef $JSHфz.*z14|QHOaԇGߤ1H5%T-W^ApVZl!sJ"_}[!,B–1bhɱ91?"s!%uóƷsHIlCǕ y9Ge'Y w~ p .Z5)*iE*TPPGԉ+@VeꃨVq"ׇ լ'|ϸJ$C84+4Fl$q214OJ;TdܞQJ%g8.aF!fCHw7q."Igi^̂'p'zNAJ*qAA}_$Z ,7 uc`!օ3T6ϕz JtaE'4#%P%c(M p fm!@ny-ss+a^ HlB?u&'D!x RZ?-`(@A V8䖰Benbpt#R¢h*  8A!Ь0"BDogOQ4B$oW-Xlb$e-A bBTIhq[ fCREMs42U!nGXE诐sHD38y "Had2dP EE$a@ ~U. +AK D ! 29ͅxJ< !I@Jwe4S@$X#-L1R嚵Ⱥ̌wuXC*W"+R48N\@IT 0P h hʒjP/1%:7Rt F7"`gC @z5 ER!La$ N $&Q= fQ6f%h"X24AޠF $ YqVƍi!9^(jwU(vЗ%&L8P ,z%6@4LBb]LgJSEQpmŗ@j灪1+ܥ:ڪTql%?Q4l# 21'`c&6Sne=tELI fxCK*)BXCdg,ѡLBL ,.+ TX@D`Ϛ4MH)E' h z8UVC6M`1`!$AIt,L-FaR) P$IR!Hp TXHR?6Mwē_5,B@#p@hf'LiY=@&Fr[ XŤkk}58pS1m}zc+~0ALp g%T0x`)e.cLbwPt@ ~;lv9;o'g?x}̻`AϊɓΐF@:QJ;%^d4AAOFe.b<[X 襃Y @c|<!2EcH&+G(g{ώ6 Cwj"!VPmnkM(͖HﺿAw,u'4b'-6A&q81\lbp & AIǫxD`-@ek BL\ȅqV7vyl?j6OC&4l9" (FR=-lE[7A~{<3=xǿyw$ݿ&`![Pp= 4 p7qPqqyQN(QrQ1#:%B#US-z0K1wC4WssD;U#6t{-4.%SfzC1fj`SPH5uQmOGeeW7_Otv5CAo7iaph4W&xNtx$r$xf7`d3Yh xqH  (qRO3==Az\UMzP-75 %K76t@;c 9t;eJfU1T6̇H6PJ=a}UX6q$hvPobh'x8wxڸڨȇW"P xxp戹y41q93r+chgC02  `؊p*1P(Epp#?KRlP1+vj+b|#mˆXXFCwubTXHa?u%UsUViTfbY먇VH-:  W8yY vY (y*PRb9,1VEzpzf`h!0ic0 3gQ? N{y,ԳEA7}G:t`Г>K6AFi_9g7ڑ6sP-R Xz5`~XZY? tfybY%cN>hpN hriV v ypyDJR+Ji`}ח,fzCP30%`&PiȰ"e&y#42fKQ` WFr^pI21HF+`55&0脜 >16vCGf5>)Xam$77&acNY"@Vv 밦kʞP Yy&Mr *qzZj2&@*؀ $/p?Щ<2o`Yl.bі&*;IeOwBF'J+p7jQ~w^]Z`v Z`yE4Vʎ1%bywYc yUyp Цg8R*I쑐!9~*gnwHDPB:7p&p&Y  b1C)h1EGe/Pl7D(, г P9~nZ1 ~3oLm^a#ѤӪRZafXU2zgˎO hx&mYyz4R; 6^`Gr?GиGP+{[ ˨     5=alg7+"I=[?{4ћzO pWn`Fa Z;ǫ1`p5__'&%>ѭXjh?hۭ;檏gaiPŐ 0  Y Wi$A8A:Ze$=jwnywVw`",[;i Z!Y2,åK>p7LAV }_|. s0'P0 @kKem)pf$Sf')NUn_lSJ8gTsZ@yW˝ N p; W w &p ŰLtb,/nS0ʉʚʬwE)#`9ü<5l1E2Eeb'83:( pp 0 г S}~oSz?P"og)wШ_UV;wíwlp|=Ϣ4pjrװ @?5@&`ANyR AWp '} @0 ҕ0 PӪ ll+72D]>08D!k /^0İ*FB͍Q PͻZ8`Q-UH5GY¤bψPO9~}GG%j=QW| `L0 q6` A>!7'M@ ϐπ۴p} tP wpVp <707 E ԝBpB .!Dǜ̮t2: (@Y `0֣LZl5hO9v-{>m> .A؆ No Q|  wp dp-yzl$:Ѫ-j2@ ۮpPUP ?^ B^ =0F/= 0 `Ǎ]"|l KB`jqbՃ`\20p8q\iX3>frqCbpVZ?i%g}1ǁvs:ЗQ--  p  yMy Y=Nqt@ePp A\p>^L P ;>U۴2| |@8\޸Ki#Mnj8AM+0(0IHwnN`5~_)6_GO Nlw.mP! 10 $!y[7^|[``Y-񙿊 @ @ )ɜf^W\`&n=N ^P^WF4ʍ0|rneAA vJHVM͓$A$@.ba&V>r|DTF:l@2]!?~rd ( p@L =Wtp ĝ0rt U; ֯ Z? ޯ [O @ ]? -K4P <i H \b,X8 (Hpx@5fH  MPPBBO!EuBAZ*̭0/-ձԧ ,ef> 2ժW au֮DhKČ7o( ̵px~*72- ,n@CWpS#F%jԹ%:\e buvY-ذwz3gr^t~gɓ#ys.p}ϟ@&̗(Q4hDኅ 97HNl&7zÏA ɿ P b`#@Hd7xAA:T **,bExCE# : x/" Ò\l Z 3MϦv \r5\M6^ z 8$8Nؘ*\b .@n2 #E輆@@ 0 >N/" H-PD Thc3LɌR&Rh3 $ *n!@ pC ^ydx- EhJ+jUl`-z d# ,ȼ5 2&u(L>C;4ca 0s8j9S6xӷTM"36=iK&z"+PSуZ!I+xl:S`T( &C@ ɌZxZ_0 `cpcBcin;P5 Q-wr-1G2\xy-J;*,;"++tv30m"S8]֩XZWqŤ4'!s",Z"&(Q̋ pnu>O @%CbzCbHVݵ_+ l^@Dhk}-EBYޠB 6A:L#HGX o$%U V(+M#` F.ѹxn#nW:MbQXRsFvÍkța vg8ARhBpE4@pf'Ya"ņT o0!p *.d?";!@R"K% X =@A8 ; .0H^s0x /4a o4:&MF2J &Ç@B))H@U@VŒtIps%;rAJH ѥyI#eM/FL-=w &ѰtfQzԄ%s4ȹnbʛN, KЁQpTgY;~r0;Fg@hE~b ZF Be$K#5xm~PqhGg1kR+ eGAk[KxhcxbUmo}[J;\X~`%4͖VժWlR `5.zlERPhg#ڏ' [B3wmpW>D( EKɯj0ph9,y6Yg@^CZ7Bڢ\ywXeGcs{fzh*QP`&zWLet]f4us-fխ'`p_*l!obE(gXlE+i-u ^GG:!qÔQ MƸ4ĴC-pbxڸiNkzC2c[S/:Q3S0H52Q\:G˶H0eF*@].S1au<>7@h"^q8x0!DC-ªPV28BsCG{lBMA ;7Hu L0:tօyeq|˗ .#ǾuaA0%`tyK@ҮX]my]NO'07 3n(-(0f_<IQP j@7 W$|E /Tq/alG(F;qyXPp%P9Gp qW"4ab䯽9 g6Eaps>IݾHe |B{[3d~Zy%uK,[ ҕ6ͳmd3pz * {Ef: _BKзhHWL ^i(,I* `(h,k r [ϊY\8(FH<H0m藖96=L @Ĩܽn ;ܽ( 1!ۭ[qhBioBځ*ﻙ!/˺mS[ӔO=4EQ#=#C^;/?ZIx8 A l@HR;b PR-' /$ڋO%hx.FЄSCr= A F$Ib4 c9[[_0Z>a-yBj¹8p(+1 2:m ;w `'A*0R?)ǖ:0īUA8F(GP7@ƣ, BܹpK 1, xIYL;[  _I acܽe1ORh+JlMޑ"'.46%FB@>@|)<3i6#1L@)$Ehi,HHWxb؄ɟ̹OA8ERKC5Y|I\֛\<ɝ|MIM`=$=`.r5vqJʩJ J&(D0 Jz"C t|HR ,y6H~>}?7ቔ ,L,̆T0cG&gLHdB`ŸU\00͗4V#I!LNLF4 P [F[+vh ق+HLa+-G<䀴t 9(X!Df;(8R9(Gq\48,Z<>H'`|$(꼘㠥;1pX iu Ma$D\7 ;s:w'H-ͱMGzN迵?0-ȀY!hEK'x)@PE0(ܿ& RR1R4.y6-̈ Sa~!<4+p=_" TTzMT4B 1{TdԹG-MIvR96oy(s0hw$:;ZyU*"RPL"pVhULJ* ăN\ԺC:؂a5aOR >SHb0*?@c1ĺS@_-UBɂ>4(!W7<]m(!׬c%PqN!.HA77 :&1Q6'p t`7P*"C|(}b0ί-XN _)yyr%!E xZiYpЄ ]n-g->&M*D68,xg:p&կ$2t} XrGPyE:h {v@RxY\G_elXd&8RkikZ ii^1p[d!מסfQa EJun>#8m,H:`%BONfC[&])x@PObU AKDbkO H=06$ x'1YSK`E`lXiPlZFT>ע%Q.`<8!!KpumK ;-jXmSK?Lf$-\@'E&kd- Hznq?؂ `.1).1T$S@xr:tWfؼozd ^QQ]KHO#HK_ &9O(^#  A0)Vfy&`kq`H ӄ/ 1 .$0AȨ(@E{)S P`P ] L,W+Fr20/a`N!F&jbx 纝yx3 6P;kdB3? ɀC4a^}nٹ~VIJA儌M(}B{9>SX|&r ؆Y4ԤZZ]|E #rЌ?F,wZD"HF]cr9mqvd~5 F* E`MAu7)XRDF)IqJ(8.Tg'xJ(H xzUݯu]BiȄ\R+O6%]xX&ݮ ?%l? 7 zU/3x"C$*w¤ Ԛz"ɳy<{" Ep|i>uVrʾ{l#rucw!_-!8>PmNiԫ0 q-ܾf Ce&M`# 5$2D7u 3eJ<*Y?gPB%3+S!#7F`PaܴZTRj*֬ZBD@Wn +iӖm\hRdƌG0s VZ 4xx #Md-3Ԁ"U+HƂHa+ja1 Aa<9Р>岹92SR' #>P*t CځOݲolTNɺGL6 ؤV#q %G#\T @WUcU Q|!H$jdF!~C)"DBHAgTC0nYFuD\H#~ܢ#tmq~҇G  @0^Rų^~XQf}ZK0Ev% |\rXPa _AchF!)qYE 1ȐEnxz 1dD*pqIzꓰds[l3pٝw` ^L1gGgr5XW_~lyr4S 3X%tҁ*آU'PEX*hCA"BѺېoMAEH%zjK[1G 7!NA%Cy嬓z{Yq랜HX&4<م0 EEG6t&op pvF|jg,Ơ2+gjDI&+r7,Ag K-!T = CL1h:zUR-:0QD #`XhR/4``U1-SzJ~Cwאwr ߠQE>C @dl%tp-t/Q^9qHyln>:܀tE2T1V ^EC_0`DP2PHo~07"9LÆE&,!#E.%QʢP`3!8kۀV϶nNE4Ё@:fUPB  7.x8d섧^ jp XaJY1QUp<2%P,)ms{Y_#xgUj~7ҠfZ\B`?(!88?`#'00׮Ú QHD3ø4 P^U ~fm h'NTnID96AqC7Н K BP* X T`4`f/p} 5!Bh]A*$AᘮNIv0m]36%!-Ag`}JcP#_ t$|ɇw\{]Ԟ*#IDD8O $A.j$ A !p e"":%T.T4Rę R)JUՁԐdJRu弜P|[M8$N^ʢޢ0  `0&$)$D>2ADJi-eT"A GLAg Tp"HhAQB"NcIUmT%ϝ`n΢3 H `B[ c1  c:'4sEA l㨌 P"t}&IhYhm,zbG;,UxX+Y]‘%~$tb/ %1 64DAUf8# $bhILAͰ)rQU|UM<%9C9`Kb څ  A)` 6(6is/h e[ yt^6ib"֚" Lz :\_|;Jw2=Cjc¼绷z 8:Q ;Y+AR<%X^[;\{ A I!4vlOhy(x?[uyΞ30?񈷎l &hI<5|(6i#D%8gp \W BAApn=5Q?6+޽;Cy*|I5B=4ס0rXcClDrz>$w _@,A!DLؗ=_!>PĈ,0`6 r7MT46𬀻qӦUk].v׊

9I6p$K.1c L0<80X“ * C6͐7F;bJ0A5^-0 7p;#$gRR`&pr"$]jJBκ돮=DA#@D 3*.3C "d WC(6d[t hni1uRZ枋T V]}u(؄K+K/P$?|V=A6N9pB(2 tPCAQ ]Chڦ*(pnȷj QT]:5Ut ֆ.Yd%g&4A|Ƣ0/1Y CZl #y (`Zk%\5*JV886edˏ6'  ~3CtFS& i]dCnpcW xc;MK$_3RR6KժAMbK@lZoB7psC'.*7^Hf ɦ 5Ae4I; F4 PRl"{]Qidw' r :#|7(yMEi4B ,62xP2qz|(- S!!4;Ȓ%HP$& cogS`;xd x0c6agTb zB_la`Ǒ$ljq\0D y`L#% ,fk6 Ivg쨍.GLŘqۉ=@t:PvOTeYp{yLྮ9ly#b\fbz+t!Ğ Wİ`MBQ-hZ~Oܲla `/0A oȥ343%i@D@ԜlRfG6b(jD*$$pƬA(GGH0U*z %bJ(0n*̃o K jfLpZ)Vf p* (, ҏx4owwv*5Jl@THAtMN TB C<KtbHRt%UOk fZdOJCNl$usMENY/ Ycu Z]%%ZP2$QG"nR2HJ_R M>)h0l^bJQJCUۊH+bnj`}sBM0PMM7Kn`D$VN4OOc'dч/&Q9C[["5=IsT 43UՕ+4IW*_ӮJ+nm6xB";p1V;@`i .2Ĭ֏.Aa{UْNUNtD06mscS%P~ Qodr6To.pp wfǁ]STGj^wiTtiW5n__K7tj*W޲F4TdGtfNva0k0w vHdQn5C2q[Je*F ʚfI%>fq,?p¼?T|h1+ }xt52ty-k8&*dvcZoIv32x J: M26!ix)#V"f #@# qWI?UxIX"h+M[xNsi@ya*!vKoy`}7~wWQGDN9Gl7E'KWwu&ݫd;D]"08 RjˁܘJSqw_Ϸh8C4 rתTA7jiؠ+kWvn@cwb4S $mw c -Z,#]~pw47nYl>8P 5XJiYKw; ?6rs=lVڗ2а֒׏(JV:4v?ڹBH2mwQ16~Z Q ! 0ow ;qp{cEїCXM ST!_y|KiU4L|<4Q}/ n-[C4K;ٟN~䨱MлZrb& x i̓ӸO{RۃN88eSl f!7^Wxѷ9)+ܙsaAr;}'ԯBoa92=ɤ 9|k&33*~ѹwQ @[ɧl!ʝ8`[*IU}#q;s\_;ߚ֍ }s&Û۹{XB|J̺V^fSI/ $mB[Z'{;#`F<788JG g):U5|-|;2 yky Kw1) { ~ XF$9~|-lr3 0.NNbhF :hHʷy0a0n0܅G^KL#^ίU.C*X=cxMjK293^^вh>&@|r0n;_޶]A*޽ Y*5n6:nϭ+5*ηsK3AS}=ڞΧ- wE5To |[3 _Wb)N[/<#2?ݧZow$Ύg h}Y  A`@+Z0Č%v|aB J4l#&=hVyt.ֈQD+G)r# 7f:#\̘1jԼd)Bl*D Bt^[kܰ9CȌ&0L4~.6Y|ܝ̛,\q㦙f\9tjٺuj_VXbz6Y2xILaA3zD3*2 dAD.e֬YI+9YҥJA1"jRO %h55 `Xf!kU 5Wv9r#{8_ #1vcA6ag}chvZjZ;1&y Wp'Pr aלDi]EYQ}DdDށK/DN\ѓ|w_QG%R!RMUBUZ DZaFeVZ`H2H "~9@ !86+bdM㌜Y:4L:lٖ5 PNA4r ]{]rtނ%CdVKq&xnzᔓx깧P}&bV:(TUuUV%DF*:ZIjšv"fUl-:⋑zmg.HZi $l,nL6p>Ki.`݆mtΉ-D644Ai @&)uRKMS'QK=EVe(Zj5<Glq##1b ȲL3jF9˝|8ʜkϸV,,N:sX\Ntpa޺[Wtg5R~6TR`'mY gXq~G!>V"a}l+jrW^#8x#rp0jV,]XD&LǬIp8QH-͎"KN4-mW/L+Bݶ=o+h4/TZ A^!+1QF4dd$[eF7gkHΚTߠu,eA+#} W™k^s{,i>WD{[f`!{{c EEd%eh7$qZlr]/G7tGx7A bo \$+f\}:Vs &kM$#Նɵ%U< I!<0 Z:;*xrI=/Ipa%BB@c2 H(qwƫ@0:ap |JVu1 vUnch:mORwٛ$NrrUCp@ T~D%h'tԂ 1߉0m3oi;3y,C=B! {FЀc9Qt<>{&{>00udaj$%v-Fav$B2Yev[YAN"SNG&$St%~2~rl~5,A ~-P s\p4I hy/F(,yBj PF`9vz%o{dܰdcDpƄp27veGovWq`Fi22-%Aq&B۱NMZ mm4PUaZȅOQsG=6VD6tQe0 hψNcxK>@{1p peRg^RU_0X q3Avq@_f:\T3M$Dr{VT'.G x`'_bUy (yjX(t=/!ʈ(i|(uj^6{8gۀGL&?(e8p,8k 4S厙xhSA%AHՂfʖWZRHUx0G 2wI)hGAŅb;Wh%t  wtۅȁؒ.{j5b@!3τkͧ9$^f5i:ӗ?s:zkMHx *g~쒅_cx#<SVuߡPh : )C7J!jyEϚn#WT0jMݪ(9={?pz#Z%YEkQ[KYe\ rR°c%J~XI@ bX\ݦ=;W0zb}DH_ 5 jW30+JF? 9LC3+>*GJv$A_yHvԿΗYa`; z ^Z[P D y͑!B3(֊xEgB}Np8p bqw=&7N4榙CZkV;gM^\kB IHu|r˃2x`+vhF!9dʕ;:)K7%♈;@GG*EĊAcC,p B!&dkf.xa/p9 1[1ĉls*+8̳vB4tY5ʄ:ȠvH7v9.9s8nL,κ 5t\B .蘦Frz' JJJ j9ʡB 'KMT;Cm 0KѰ`Gq(l3l3:Q4dṁ<6zs9("<θ+cR"|(Ҽ<Ipܡ"ګSP3T@Q@@,<ЭJ5daMtQqRUlc/ZpUM[Ǥ-.hgY 0Kkڈ1v[m[DNdZxs^:*0@T@(D7ԭ KaKoC? /Q=T1WaFm3Q׋`S(ɣod>@gRhtF꼋ŕZY!ܬE8իɾ3P@* ,JE y[A?E>½aGoSx:U0p+5So 9"ÈWMr6fVѼ4D6#vNJVr4gZ@nc) #֙HkqDLհ㱋kt^e fX'"?|{"0 a7EsGq|jqa*rP2䈁YḠ$ IânvԹNhdB2I 9a&-JV͒0jfh\&s'>YOjJ%b@JC,DAAXT\7]@00/'_??Ƥ 2#dbejs`˂MHN vXn.m; ZC^W4ɹʳg̤k9l:2t@4azk-vä5,QF/EGkA;,5A 'x- t$:hNlY oڛ$6؂'T{3)Q '_.PN8 =)D$JXah8C\:?,E.`\l("SCIWJ$@;{nz󧲓P9t6Y*SbHގנgz\\YmI'@PR4Գ\y?u ϥs?H eP4Wt} zSf"1z)5XSv%c9ijš=rW3۩nf-]P_ PBm .d>|[gv2Ww<0 Pf>O=!,XYx7\tb/CLJ ##xS`!|&FF.Y1iQ$}k:; ];k$P b+ȡ&ز*IyWޙh]юM=+)GזF4t>tDsnƦw&|p=8b2ӱ _Zc1)MS#?PF"k8U,-{BLV sѦك7KօZyםC=&s:!BS-E +=Hc4.IKK z:ٳ@2zP,{8S㌱#;U)k0Q>s$A8>ؾʈ?+gP;'{gؚJh޲*%۳1?-'D;K 1C11!:xC#:$5C48(b)Q>D$4A ?]@LaoY>O۹vc6?|z PihԬ<; Zn9+0+ @ޔwFrIlCKNk?A#4><B8" `ΪA7yfQ@*Tʖ|hD֣ʀO1ElWM9W0P9BА-.jN`иdCDNNSN#{/gQu?Ԍ,LQ5HA,pD ,pDxfcgZ(ܢGM4 T%Uȃ]D^e[y{۷[7 !#IY" 8u LAC#`Lt@\րY-v1v\u99ܚ :9;̍߮!~6XJ0** `uJE+0CPF ǚ5: AlSe ^m^XvF%k^Bͧ^W-lIߠGPQURa%|%%Z_b,V:%ۜ;J 0e+r~:5%Fc^M IO}卣ɉ8c[L^.Ftuaa~ 5a9|DRa!d&X(Zь{-F-6xk֎$C ؓ@bl8bG <[V㾌Y`6êxaA05Pd|fek~JINIdGSd= .>jJڴ-`,@;# WXl0.(f 6^V Ch\>9mj}FicyƱ>fK^m$#JVӧ gh{udKEQlPs;S+DpEEZ!}e-˱40eP] ^NЇ^[[cNdӔ hN^[fAO `oVdU_Wi~E8MM?yg(>VeZ Wj1U2|:cZ54k /"en0VvfُfIWk\Usn3 CW\?lFl "ZR!~vb:(o)0mԾ"2bbw"FWmRQk%/2V~[ap6IFھrXd,L>KD枰 \ ;3Sq;lXO;x!o hv`^&=c9"p5c n:ὥ;c9UD=vr#CprvEu ^TPVk:vu4[z 龎ɱ[xZbsq?߉D갊@'h<uQ jV.]\K1TKE  fVT1MrTwߎorc9iIx _d@F@TENl'!vFyQ{vj#(ML"bVjy+L;yXNSmc^ ǒpog96YId9:s:@ NMs5xX*gQ{Sw{k oA <)ovj!n/îoM+.w1Ѣ1[ː#W.bⷡg||U1o͇2GgZ?OEZo}}ZPO`$0&5!GBLH& LHJ]# Z\|ʳ*Uz걃I-&Uhѹ+EnaD #F@jDѦD614Ӯ^-iƑGYpfϢgZpw-KܺvɎ{&r~&hJS=\qƉAN3*S|YrȒEҥŇ-R5“ j5aՕsiyV[n[bI1"(gbta2۬񙚟 J臈D|\i Cǣ4.GMք#LuSH!,"XHQAE"Tԇ!>##Ċ1FA )0aLe+L2 `|L=@r4("z%=#D6II"ٲ$ j,AiYT˗ F%h'V5L1Il)%3Z̴yS' zE~nQ9sk׊h!bs!B:N>nDC! TpaC3^|S"?rȑiNRٲI&H̿rM0ar)sEҩLMU W|%VYf5HV$A[?h1\W_ȇa4VcM&:jC)2Hh8VZmv8"f Qo1\q 4r5wPV$uMudFw}W(Qq^KĹKҝMqS|SP6TREE$`@W0g@j%uWBu'C} E"4(6Ic,(1|J ?`F F%jG lǣgD^1plrC2eCyy_KufWGYH~ ,Bw'{?(2_^WEU ^)F8[8$KRȪ`V|M )DM n "mD m oameŷC[eHqgvKl.oSo y7g;Ep DK}6(ōclՕ2rW`܅2six\+/.B2j3$6C@2tFF֢ H!jA"CFșCqۮro/{wg|[ p O0%vPRqˠ-$f1 *0x ,kXp :U"EH*!'B(BPj7Hꈁq_xGXjx6h7 7}ң^l' ҹU" ohmg= "nP  (x$5@$>xh3 Z* )ưecK!>֨ K I萇D_GLlw]YH8u!3@LR [x%,)zfpCXȧ!8pP! rX/Q~n'>1h4$4F 0 L8Qrz)Jp AT P ;kԦ%j˹If)Nf2s! |hH$!  +B ֌Vj3HFK4b#Bu:_r=O'. [@Ā @%0@L$ߢ |$$ԠHҐRD` J_T,eSP.qLXSn;LI-5OuY W FT5k"} `E X?! 9 1Z?4=xw]QZࠑ@C#X@V5:vm';;Ϧ3mib |pX-Jd })bv -d \Ұ}s)e[NU%ıj!Ȳh3)H@z WBjPSo8;g}/ 7?a h@ X,h>:@ M0P=|a@i؈Mdҥj"c\1.E6ݱdnc^RE)j12P{z>Iv(6()UJ:5 чpnY|{^z;fP8ȱ: 5o7sw3 i9ЃhF7t —~0M{?1H)6cЂJ_)x8a`:njİ4$;>dP (ABI*Hxb( р@ (!͎Mm!Qm#e?oxl; sȂM'e/|~xa{7'L| x@ko|x`Tk k1xL1).,4\WKC團uP(O> Fr?ts5H~y0͐Oη#GMg2#wWF#H?]_rgxBzt _xYc@i4xD`YiDJ?1b\ QyVBUzO]@zz0s[OQls0^03x |e@ '4ewU?-bVcw$UE6NN-ۧn-wwD`$Z~Iv_rP/wX pp@xMxOY XA  R!UjC PT.bfz3!@rRrzBs@R8\As3^`4:`@7J"^]$u&u=vW,h4IR}NIZviS9w P ɝop s8QIk'mM!d o`3R1 y Пp 9i!-rAZIt(o量a@ъ3ᑛə-s$J4eZ|Gv HoU׶e 5ab>= x`$IIFJ˩K9HL4PiƝ ]  $@6`Yi0~6Dmz ڟ !i/-b  *Ef *8Ɇl?{ sʪi&^o ѠSWlp [I0pefVgaeRMFj=L?'.8YY*x ox װa x$plZQrJAmyAP&yV3 %P!Ч +z '$0u )rjjDLAGW'8Aqb, 0QP ^]C-4*;]  )- Ū4 Hq/Ô:YQNP.3[P; hpY ʮ밮cŰphZa8pI/S mQ7lU[;#;;# @jj Шk?$[;>Z,',0 PHP::]@?@1i5u<do4zK:ˏdNvƱhЭxj 0n0Ю`k{ i@(:00}Yqze>B0+207P&0|&7&` š۟ɗ|y/`B-@$K)Z'$' 00 :0Q@Tm 7 GEx@ 6-[|kO.rN "`'P p@ww`cʝ+auXD0oIfftHBEP9ɢ\V0Ep!# ,\ç 58F*=}: p 6`@] h& G[ph秤G$҉ڍP t 2>02> t0 =/ }ʺ<% Fnm!pF̗ԧ衠/Z>@, X NQ2׊*_E?B_CY ^}t~}qy׾ mZ 0 p w{(uو# O(~lnp @1@ P ~ ~:^  .}V@ȤlʧE 7Ҝ,GNLK%`p{:'Z0S@`X@,n|q,N\4]xZ?la!R0E5nlӧ6ຶh | 0 @ Pᄷ}.fYh`pXpC9rp.N 뵰LN_^npw&m\] қLRiǼD0~h $IY0dU H9 Cdƀ mD`ئe<>ޢ zG h}l;v; ! i+Xs=Wt`9G }ytWUN=_ տQ_0 _ P쌠ڳҚ:G@#{_W>trHjxB-~bXho޸BA aƐ ?xER'͛!/0"`Rco#ƌ5oș;k 2GQ-Z̼QM$0Xh`!Y Z@7M7m !E LB&`i *(r2(b*9Ё dL+>)@EdQk2 t Z调6a M *A(u ɞJ&Z:s&J] JaFM:NK6bKiDE dA)CbPc98P3;;?DBH 35xP?nO"X0 C6N>T0Ba 3<- : Ĭ Ev *\r!f*CK*d"n҄F⢁}2+2$K0gaHkx≫x.49Π @4XXa@@ 0*VI#HXX3@/=CD}L $$z"?ڰ xc7<X_`b.5`ۭ6יFÊv%R^zwhȅ*Ē.F8uեt? 2*"-rY )kߗ39@% 7)FY&fKO8hv!6S"V%c~Ex 6l'd(GYx(``ݬu#oX Iab&Pv& pM0B؁.87K\Xę1%;a.NG,K.vHĥ=pB휐'H Mb氌@<yFq q%F4{BW!Wlh QOу>w|C Yѯ{BOֿA( Q~An H7o(XFѸjA t1b]+!L  )-"CIo戱Ր28̿D q0<„Ht3PrF.:pN',!Xdt*4f)@0X3DɎj$)D"a+OG >)!CD$`+Hm'`%+@,Dr`i.VSc| jQé+.K`PwP!-M(zdЄtQڡ4j)2DfTi92R\ҹ%蠝0OzD)VpOh@#am- -p uH5?(E/ьACD:T$0=CG.QM(.nj$" >`PV j9\10(҉)[G.JCBM5 ].IQ5vú $ Y% .AU[W>62q>9  ^xd%[! 'oY ²h6Kj! r09汎ײc-@\ȅGm:`!X{cRrxJ veqLTŤ0~2C(NS: Pp-mY"AXOH g4F@ 'DxЖ!:Dd:`ZuC8KYʶF?ܓ@ ;TlC$9[u(KwLb~wHWpZ"32egGj!Q" ;Ao nufՃ+@p@( , m`UP /``NO 5FI-` &ȝFl,>Ǭ!mǙxhd]G{ ddd֥k>p+cqMs\<ػM&pqnmv7z"N98 N<~Y_f v}B < p0PsD3heh!!y-GڄA%>StcЛF&e[VJw2 ; h( X"]p25s}f{]&74n!w=ȫ),J%P%4@ a>š>ȼ̣@pWB<; K23Ӂ!\ۊwPv`x|JM5 0c[s>rt@ھX %>)6\6uK2J);-Ws;{Á;û{/(G“*]ii@̫0cWxhQ:@ì@-B*sZ `w'܊,dp.KЭS[P:{r@.%lB``어<ٿ[6qmI`JLë7;{35iC6?3yb # (ѕ>XO I ?xQL DIxD$J AЊ,Ȃ+W؁\xɎHYB20;hb+'M B^ Y'F`L H5R #8cg5'i2oF J N|G8'ꖬT";%2@l070F"GS0N#LH,IIKA-+Wbx¬(88:E [\b*s)ɍMLMɴ@Mf\ ӵⶤ XN洀2JV#J빫sM:|d97ذ?-C?rߠ)DDHDKLpT{3x&.`bȞMpZtc3M@ͥ++rO'I۴Mю}QdF:T꾔"YάhQ Q!J%:'9 3+3 q車pWh 3,)O@P\1 *AD9TB *Z@P5jQh9,)a@I> [ uiMIԞ\QPL|RIQ(D£+I%( 5/j (x"$EA'tU|p<7<T@ޙV* ?/&OD͚JH(m=RP riZ$tR4ʩRMX"D(#B]l1bPmXPQ?S 1FAYՊNNrUc:tp&BЂWH|K4?q*!!xzd\67D`ȤtEt "xAz=Ta`;hET4m",% ENM[-ǟ N-ʵQCo'z&Ȃ8H-`C'uC?kYRVh`hHW;AY(ږ,5O)W7S1P@`@6hĐ0}p 5:SAH,JkNhڄ@+'riЄmEc[ .+pwLUX_&nX#7M6R_z-KXF%q_O0 8cML9מu[67UL60h[ǓZ5ՙN6EY?xPذzj(O[,(S#U SD pSP̎d<$^]|+l.P|Ucإk]dLZ[eee&oE8>PKX*pf۳Vn}B`,<4S7Xj(Xdڟ65^P(pLx/U3!uvTSS^!;]vXZ\kr ՑvXzKP>X:؂y2G5Ѐ (Vm~ Z`>YS*x)BXj]ERϨݩOޅV(9k,N1knd[h^nUm"D؋k&h]QA-U^Qy i"c,`nl&-5Gﰀ 3`,6n() !pa@pꑙ5m-ϢN,9(XE\->:@IІnSV4]DxeOC4\kX#bXĂ#xr>P%Yo0һHYc~^&H0-Hhg_<Ȁe4m apFVESBD>A0(BA$b/2Cڹ0L U~=lH? > hobkMP"X#$FX#+X#fYo.R05H pOFQE6Opqxg:H|HX" hE8ù`ИK(>MphlJW[Ԭh;^On #_Aqf$_r:`"!F|M'm#YM.%*qf(rkeYD3@²O9_d:gd:>>>gso$''9/Fwdhh|bun-bw^X͠_?}F !#8*@ԙ^O4(4Nm>(-m0H7Uף ʊ#D(Dt(@XiL7T>GdoqkkNzQcMNb iH'owr,H: p廼0x7Fd(dW>X֛Y͛@}޼)TӥR80FX!X1Aq@%@ N8ˠ:j$Ƌ `XA j"' )T^p\g0`ĨK B"HA?B8bE`2ÇF"k|&ݩTY3k*NPo|ΨHJb.i:+X,|.,QmE\ @ ,EQU h%@ @B fAx04h0maHex 2[mB!=~qEQG ,s&SK.l]{]~w'FzM'?YaQ 3 ~ n\ppQ!e`HC u6C CQA "dSHB+z6Z >㈀ƍ裏?Bl y$p'G3H!twLNe$PEif{R,OnmB3Yg 7U &h z Q!#,zoeQF"} Me5bX :ѐHPN( CJ7c3Ĵ,9?˖מ{8#L#wteB6E[e ]{Vj yЦi+65h!q6n$lDsqq9$(+#@%9?mAy L #.вC[X. {h(LÌ ` Q,,7ƈy[ ΃,$-sHL~r"l,7iBk޵'N`3(BAsuZt! a(C BxʀAbE094?0C"#˸fo[< [>A(cˀ8 @r&,f/gQЪlb`NFii4 0עP1<`{P O 6!<*z^@24 qTΗ%'$y߰(`Tiδȹ`QsrJ#!0 :\$hՄR5XA*V=X^ ąH`/V&dBDh407qڪH9BJ >C#`o3Lb\)ЁhΠ4l@ -h1] 6W!xm LL .`a7AhQxftHВ0t$J'(ɕ0"A*U Ġ-SwK)BpVjE&Un_"5Fk 79Bp QfnFĒ B;۹?M3'u<hu2V0/ e(3 3' 'bH=GM‰-NBK{N]ǎ煙E~d-V7sZu7C]$E[ M 80$c@%<0!p\chM )+!*lRY llŗ$OnKd\dXYn8QXofzYEV ZpC_bt' Q GxQ1t"ƶ=Smg o>e{fvW^̼{9̶!imXa /44B%p2zf0QX/.0{^꾨u#Hٷ|XJ) ufQiV_fvʩ\"ɻL5R%D8Pα{}TEUA%AW|@( ݟuԁ_Yoij] [r585t=fhWI[eӷ t(y6\iu0B$Yd0޼ oE_L ^%,FƘ ؽPo]Ok8!ubv!IU9 WrP`BqRiv0-J@-pA}Ls bP\/"kZJphؽj  |Ԑ'&"eA)^BcPx26#ߕ-hݢ@IvC"XjA N 3_`$"ֽm<   !ԩ9f`}(Y!<xcbC]4YZ $R[t5ˁ0D B2^ _FYAx$ʙF5q $|ɱ#))f"II#ߥtP8{[R&&NMS:B TfTdEV_=`iTpmZI}pe ʐ(:A#ݤw$O6GS*_zMGM0`&E+)@2&-8%T2]C&U2je:/lf/x&H iΟ암iH# lVCI#=y7 dY,"&s"s:B>&Cɀ`JeHD\v(|gidLĵ6 =lAS%ݧmc NGdRz"?^V%@F_"1sށ=f T#cn膒EAw!FBY A&ΐ5:q'J Sv,9*"Qݷ`̵S=.r} 8qT*Bї>cz% o°IĀ"^[ލ0n]op@X=*(R9D$ $Bdn>WUjkc!*3]L$("_X#z꜖ _PD VQ= %j,u4jZkUUq0t `lkTLŔk뇂]%_I}_(O IM`J螞EAq|DÂ(ke`f @,~ UB祢b|A1㹊]Lh`нtݦ = ݖk -Vȑ"A@H@6iRY`c?4Tl-@&3|B>LWh"Fԭʶm mIj|hL j>2)*y{lV҈xr F]3A۞/˩H5#6Э%Rm`i, yo>he 84KK>[Ut.h,. /omA$Ȯ̐8f숐ʆV '1<**p^ ހâbI1aGj&`j>\i .eVA N]$A Fo`Moo 1]p"iuT K!|]1q.4$ B%+11VAe8lHA5 ΨC$#jpWl#%J a݁O'K<\2&[Ҁ3}`ЁȎc#XЈe I]"^0$F1NJ_*_3M."tj6W͚p$ņt~v\{r\.b#hB^/tT~]2$w!:sC (DPwhkXi$DmH<ǀN-`Fl"}CQw-`;ly7EBst^td+ϳa[8%PJ98 €ϦxGB3ty˹6 yh85C5w5c39T4~wL,:h-Pvc?2NJN pz|:*G1e<0e4d@!8i%l@h,y9#Smh϶$ksD1; TtG?zU’5iqȀ/"; A<΋z~臮CB`!{s-R7AF 4|ƈȚz/LH/ L|[swo+:|;*S yK0 <ȮN T| A|!ǻN @Pkv׆B$<{7*+Pa`NJP gq:9[;0jV3 5 M9DBw굀6ed~oↀi($*&\(ר88WpA-ۘ`  ,!ULqg@,Pr*fe! ]j$6 t/,h T?M`P6ȡ?' U8HYB |#D}e ặ20(1tփMN}ڸf.!)TW"+WW4)k&3N"`Ϊ0ak"::C5B! ,@b Ľ}; ™B!g?+i2b H.{0*'8iG0,(i}#2;[t$Hj47=p&Nwq:1šczNr>YO% Q)?Y"U@h ꗿ|*RH;yC$QUȴw޺C.]b Y݃`n┒FTm2CwT%urg ZIF5X%ɥL ^2G fD$Phg;}*s…4BKA?(놿.rCA#iYwF$CyCev5L%{ڊ@@&h ӸD4ѯHc\N 5D{ë6ha;,KɃԯ2q7RȰubĐ:oМh?=H,PXVŗm)5(x@D7`1t,3'fqf G ~k-{1Ls@SpPZD'crS'e\fq>sܐGGzrD\sg"MEMwf!A j"#m &5@5̠`7W@y`mlt{]6v/Pi# 5T^9 ܓWF~, U J .%| %jQ8gQz6ʒ b{Ȟ? :9Cܲ"Y(E-!;9B[F@7Z}ywL-З5`xA9˔Nu[CC :׭s> @ZlOgNYBꓸ;yF/d׏ ]< Z+a:qW#e |1p!8XS&1\B`䵼tO f blgZN]JfNfDnOhN <-ɠLf&|>C ߨNl0 id"˦V&llFg:cNA咊h -%H6ɆO >&}PbM.|pA ,0z)0C-Ŵ r&p0*4&K4aޠ pe)` DP bD$͉xQ"|a>.;ovh\0M&1`qQ &&A'u2hQ!'3K m1$`mfƧ P(3:!gh4la"E*E26fcnn#_Rk_ Lh"bb1(L11'( 63 - j8N} +p'Pdr  qB>0 rCȡ!=R  I$-{79悌#M6E@:%V%`)&1wE1N.O>+)O4҈H6'o"OAٰ/2i|}1. Fq_GX^r0SEO .;uF#'cFhpC) o Ds` ur 3 W62!҈䐨tmM5h,!A2jBA2Tp$:ɆKT0c:/;]4YQk2IG:! !%R% !AMTTUL=kȮa0:A` ~MUk89kvq baWx 1!2O'aY%lDv Z, Aepf{[w[Y,ff1!6uJi! EuT9r^iz }q܄AfV M%GMvĶ{j7bזm5nkO6Z Ao'-PQkJeQ [*I˵d֕gSg'DJU^vEicn6ܞJU4 !92v5D-/`hjwC@ENm+w{WnF]Mfo >0 W*?nf^l3O,z1'@xJ!ra6s 4s鵟vu3joVw$tSPk~]kMvv0? 0lqamyWc%')3Z,xzcỲj*'B\6 B`6?M`6SuqK kh/{Wx^ǍAUUi:hjcuPK9] @-Ԣ7 NsEp LቕÑcAۀPe?.]9rz[?I/quJA,ƚOhhMhˍBˏl,g5C5 N9YkXfwN0txauF1}w֊x-YX8eF#2`6A Y5? 95~23sq#G^^cdRR|6tRw${`jh!ϖhW#Yvf:1|:'VՖۖ')9ANHծP/p'X2Yf6̕Kᇗ}6ۄ Tt_OuPR"4t]uA=#Ս͚ؗ7W+yD89hBlQxz Vwbw3%!w-:QB1@R)1}F TQ3P6tJѭȄyB]oΣThWU+?p77u.oYu_./&,WN 97(Dۨ;x 5 4?а22 7Gr2Wh+K3Fn΅XF0tU-8ۗ7};/d)yNqԛۻ+N-!'{D<Ȁo@ BSQW[Hf2$m} :P{ە,Ox=к\:e#E0菤ȓژ۩p@y2ʣA؍t/zYCu} + }LIwv MQ a9#%vQ{ !>l>:/zHJ,̴Ii@㤼f$dr?źY]"tKVs3ܢSUL1bׁΙ9/ZͩTU\kX [k/AW aT9w0l/{sP-,=qLMS}p{ B3pIozmS60ͼF&|E|ULYV}{`u`̥;jf+n`l7 c-`Q$A}f fdv rIÐ!3:{Ic=|Vh͗7ⷾ#ކ$ljO \`Y䷪9qbgt:ign  b:֨ФYI%a2"\ 2T!7ߧwY{'{sqh÷, ,H… 6k&[9Vno q%'<'K9@ ]BIw|eyH$R{;0_L2g~;OBeRTRZYU _Ea%rivaf Pc}MR66jFlq!$Bz^|wt_N{ QT*Z 0?hŤi]i$$ׇ@rWo"-1Xd5ָٍcxf$m% \1$;%rQ)I[]uڞ٥v쬳YIT3n#{&`1"u:U LY[a!ؽœ$}è! 1dH1^Fȝfh=z 9Mm15ol̬G}+t Qw-Biv2ܕV:HZ%~'v S::qoB!r\Xq +~ƫn;zWr%5ŰpnFյN9ςs;!dv]HDt&4]i$ &V}4k~ʼ&(P^Ungԅv>BbKL"$ͅb3Lg8mF3Ufq&% ht^y.tKLG8[ ,Ђ\-nEwHȦl$8WZBj}vR 7 TƔ"jmXɊf=IňtDKA|q"cHT"0&`XF4XM%XFZ ю̣% "䘎֜Pwp,0pNU{L\1v2L?wal:[/S++XZE%2qiCE Z>"Р$Q1T4/Ł r"Ñ ˝4hdg07E8cٴOvA m#ΡQЀ$S[dr'.]4O@S";4Ծ'{ ]%2ˉVek0HXreUDҒr'bK̖KJ+e0O::qJF>VQ͝C1\I>IJ0^P&m"aHׂB# p݊! ndQK,AU.VRé\fF11 3m M6tּFpnFGm9Z׳}#:sbLXB$Ar-$=0J'z qm@U)uJPETaYƗ|. ".Y"5bLf *h/lLȫiaDq(Mssc<۵:| { U` @Ԅ+zMĩ5K|+t;R{_Yc&jsfnҶi Vyqi[TL``JW% I&%&z)&z(ʘf񅬋]<츯  >Bf~ЕRc &ŎՒ|';־ug$ש+*s枑P<魋|+9ΰm3 su꒏L@ĜJ Zr 0^{(a=7{{! iteXr/1 U]@rXĐZ:˺HufcOTgvzXu#tj,*>zih ^?w?B)U#*}`h}w/x! ľA-- ' gnVGS$tim,9FN+"v>0p򔯼Lr^A^QzKqnpc5pzmp!Q eziQiiQppu]us8v`p8^pqL",Y_لwۤ,qU 3~F~AZnVamggy%APdh)J`0w~)f'))p^p HvP&+98k+A ٍ칓8fx'. lSfV%.r~(KXYٕ_9Ǡ< tAb0j4x"* y&j bvZE.)2/?jǣ1qYeDڙMV4rބG-W塄[Z.*1cI 6Ey/lɐo ccp0>]ǙxY ) /07I !jjF.S`HĠMw'UElڟGyC Z U@ 3mbrȅZEc/>nkJ u!ҰF %r/e,1xp"ezFDk-Y0ꪈ4w߸ 驐%xkz$x?8l  s@mW 8Q&(I!jV1)sU Kta۱K~j- wp("-03%94ySjŠE멌_˙FعۈuwL@?9`S>H[Q~.Gmg^9' JDž CqFcl>cxF0x KO1$e8*)(F{$!w9Yؤ蹞 @>t3M.WgO _ 4&f|@CnZt3fo08&QOkKPPcK&-E**7R6FվUkǍR:EK4RP쿾13Xܓ<љBKyfxT lx P+ .:iK涇u1fzvt/`n:"(*2p,u:B+8՗ ڿ쩹˞[ƫ|Mmʱ$$Tr$T j˭kφG&zg"`9ge'%nC6 3n0m#Q uTxp7jaH!Sa L-) #|Y2WO,ʲA崵쓞YzI =TGvlaɶ!}<BGpټ) s>LcK$V[bΫ,B ctϝ Q=?ʰB""/9 88í8zL0#}MB ORmX}Zʦ x:Kۨq(lZYq $P:p`)ry7Һ9B҅",}n}0؄)Ds)|7Z=- Pa #bɎy#j:z59k8,O իpT]Ь=Я͞` MF۴k`d,vh] ;@ܴ \`/ ЬUE!~Cp}⃭)S cP""YP683Lj٣ڛ#e2ߨڨ-Ld֤1lxx.~׀ mrƍV#e#)n݆))1>`N"rU ##Y jĸ6ɞsKL,}ZQ^rT9z'G欺mMmaðdz-M*^~)G)]"D0> W[貂Y_xϗY203B9Y}L F G}T2g\N9shmkNΠP ,nF6ڶ}G0n1^Ӯ!'o ~AYͲR1: i-KM $FXJ]UrHzw]޹ ^T |g m-LmV<̞}1Nwomenm@ J82>. .' 9'j ,zl^vOyPDڮC ܾ(%Po#]TǨCِoK$p܈@JSnE:qr+Pb۝[&3e:pP& :8t\¸CZUj={F it*Ub(&M|bEf5ܸycN3v 7nSBM yƌ"Cj԰: >a[K7L56-&غU7 N/;|KnܸiM3WZk=\3g*_N׺Ztb@]@V]YM;mݶevLFڴJ bE1XI"K|Yȍ7w󦐡lǐRPPª|"0F!, ނ0.ꢋKK+ iCVT2g6#3АۤkJ1v .5f 7Y {mPcθBq 3Ρk.:aF*$ZbJO=ތ'p,#:7ب!fPG(\Њ)A zp + 13ESSqE׉3jb2U dbÕpH"D]S4Y,̥κǸE$NJL>ʳM)8uI"O)?Ъ@]X$d-L5=0PDNLUui5JXk`HtU I`̍"-k8(g~HHHKt*B2/I);/w̩}N wPC->Xx`HofR'u. !4DQ1&S#kE]\}om6e+@7_v#eFRZV4gAѤR:]ۦmDԬM҅Sh>O?PBV;&i2XRJ'dk_b1gptF}p0sUI.#6}f!1Hx\k@jUgdTKsiG%S[z7n]Ň<xӠd/-Ѓ▞nw Ly/~_*&)H*.Yߒv^7U73Yqej@a?#3ZKFpF:R}ho7C+l]eqOYv“kr7a9X^÷- Ý0Hi,֓PE==̇\BU>ꈆ'2FGI knEa7ۢxYa:fKquG]jT|MmkG YF<ޠIN24"BY!L.8Lc)+1U1Mn)E]6W 2uWpɤF2jsA8>3#΀ݘAQjBղ)uڝĩEbG=' |m|%E.+t˧\GK]{P!>ҠS(C>9Y`SQʊVFrUc8gJeҖb+#NHfWA %]7Stu6yH$Q?]* NJ~*ÓeWYJw`*QPHb,38)Gĉ"]Ѽ kv[+-i84F2:.v42մ ͟dz׸Ѣ ~i!6P%_˶<6nOno^ 6|w|f5nBJ%Q(t!K*^\_@*L_f<3~ƙ-yJ֎Ml++q)p3 P!zD%04Dt7f8C}KJ@(Ǝ-2M_ef_uj]Z +&G3Em]#IKd#A.QKd''Ij^DLS FX2[E.C;k̞g5ă.Q hž4rk]d]U_li1:JYeȵ4.P$6uiSJ9T"쀆-d! C#Il3Fiⓟi! KxSPpzZ#1}!sl9]|{UX0PR5kNKk#췒6\6Y3`-!9;#Mv6<)Zp5gi0}s;$6aU[7WӼ(wikz8;ԋ+ǹuPTӞVn ޱI.eo‚~:l p E' zά/`L=6T9J̼I\糤%tbފ7Nc`蘖ĊSʠ m#3%ì"X;k]kKh{-EHK{->;-+0#9 ?: iې ri?an $914C180 ua:c`h9):8 P  ,4\C>廲̂ჼ㸷AJD"7;<< —C%m9kRVRn&?%ZPD()A/dE@q++03\5@7l5C9\5';rѯD(A;8ATF"*K,y;pF$ۛHR B! "2G%DŽP,_$ES]c;B%UR|K()=͝A4U,WyYZE&6 ӽ^6PV i(89C#LXCM8Q$9`=LCITHdQ*pxsDt9O%$ UQ?9ɛS,)eX1K y5@ #$7X}%5e4SܤS>M>4 B5@T'r њ]sE !LD0Z=(0|EZ$ĘyOzGUנ{Eȃӕ NlcOcuXHtV =˹SVA-LFxDdTq eٗYv ҟT9h;93{WդEJcZ ņ,Z:1ZZ V#%،95,ƄC&;>F5d>Kd@mVLD D]ԙQ\܀Lq׼M 6 UPP\\x\-eB*uMz#9 ӕ#unq؝ݶ ەU 9-TMTyAmuŋ*k ZB"(Mm8_ {}#ͦ_jM_mb2 -ض\s0f_28e{0<>ec;A>fݾ50^dL}. ҹakߜ%(b WF > wDbϦ%P]ݬb"e#iM c PLFK; $yүEѼU+X<`eʃ4ܙ56yʤN (ffQ i^=Dd.GipvJ3HaWI6{g&\MUݞ7ɭܝ;=ٮm m4npk,Sm$:p„<.癤d^ltIˬfnrɎz-j[P[Ĺu<}D5k@[Z]cX8|;] fXΝL'@WPɁ.F8n=v gncc0[Ņqɦnf gWǜvǖq/B߶6Kbb?#d9}8 g>ihp49JYު tDvqG>n/tFWght3tI_ҋTOxLňtXf6݃ S;%pw,Oc fkcK]*uoy/Mp2.>{nEGsptT@om'Cʎmt7dw6]MbH t4T{K5uvuP .4-4qz^26j-DZm1TboRH GRq/Uxy?5];أWٕNܧy$rGhzldztť^UFqxyB duDee֠BYh9$lfQEx<[G H(Rr3ΈSX7^UxCɈ}H%ߓ]媫G\b׏FK+-gq`e7ٛ!hfQ6rRH'#mY9D^NnщõdL⋯\sDWYNw,*{JIk]}WWB+(f%6lAV :`J[f!,"Z4"%Tİa:}"y3#f("9h& /SȌ$ʔ8q/e|Ct D8 P5EDUN$AdM ]-R(H Ylh5B1ֻx޽jב߿Dah ӥt5L1Ilɒ-@P44菟Ϟ g17&R<&ݹp̐EwJK"nz$4L6f`Cݐy ":sD@"h# HBҔEbM{^A.j؏j'V31x v(K{{y_@G|r(%4`a5=nݣHMxt1"Xwt~ñ$,7w`~a;Q87iGq10̆tXVׁj #flez@%: PC7)4ǂ0\*g|51UV|0QW|LM<nײ%šOwg"nm~wK2d8N4hhPx6 tHvxp xiw*u_0Ttg[~q"d p k70Wu*h àk!A;'e`|#lw(S3!@ xGF !s0OiV/GG4_ią1WK"GY"G؂2KY8dž@ 7GЕx׀'Xh T @$Hkr5@ )8j` hcT1zPWI{Ǒ2FF]/O}5 =w}fdx@IҘ-s4m&NIOcoEkwN&t(qP P ix޹ J+ii.DDEoprt!v TzEŗ/P!5 ?<5)I|tEw(^Бi9Ұ YJdl@[2T/m /o@FXxeNi>1H r4:"MP}LhZ9qp O* y9'84lDDjZ`I =VTRC/pA KIBI|J 3(QFjG8oѰmPlPsp sCd-#_i"-TyN)цL`@xYyxvP 00PНiI*e^:wJPo 2@cPRUP#7f j|d {'$i#a, @+pK& %xJ:LkjP͹E(xy j:yayi!fZ$0R8emN !pJ S[#?vCK*5zA2Scrb df6yku 8}7noZ=^ŹsD}Z2}LKƙAr@l;ɚax z P P JНWp@($i>b ^O7G3 2P%0w#0,ۀ:p qz˗Sy{ dzP"ǹ`K';0  'KflU#uwDXnr5颺O$Yex;TtYONKQKQ- iYib ڻ  9Ɨ֭˾jyapb׮1G903`7`&`}`YwIY!zj, i l:$'{20 Pp,T05pR@w6OXZ$ F~O1۬%c;ڣ\(`ǬdΛp `h ㋇[{@.Z5qj҂_bVԣC B`Ȃ|BP=Mpȏ|ݷ T<;Ҋlzle{|I.`'s Z?EQ@,`|N~Oj`FZFM[IȂYp K 絕 i pa,Gg` 70}VXp|p}VE`P=!@&#}&] >pC-}*E{|i(5-:}= 'Z0'F߆X0եqV4]Ts\. zz0i P'i{$0jHT[0hCdC =Epy ᕰ nٖm &P).> ڰC2Etʯ8#I jpE}[u=%ݹAfڮUm;MMhO|Z[4}^` &0 @i&i髾N hp |y G5 3 9pG~| 0 t > ^ !.VE '~.˿5>Y*{7?N+7spJ[[,FXC S<`69u~ Y?C m +^g^hnZ3Y$Q w^ P p i #[wt|G 7X|`@ 6_ U 9_4>@/$^J>@` Ztʾ6H0*@F g0RM^C-^q-` V `f()1 Si~D_ s@wv~v^e띔Ѻ aaφ=P\|`B . t0 \05 _o=/ @/"~-V] B0ۣ (l+@ DQQbϬU(IY5Ղlb6svҲ H@ ҧC%N|#Cj 6} 0a+PS͘/u֔@VO,7uƎL\BR#MX1c !Bn9bK\hѺRYԮUܾ}6iyULj&̇0V!B̛: JL/Q4#d#. }$R$@kرc6@u(sgP7oH0a1X!Ka3ŋׯèd+B?Q|?6rMB${؀Luw͛j ŵeɂHz:h>*(Š<4gH-z뭸EwpfF_dk,Zګ+addDP7E&0ΐ@ˆXpN8Zpph 4mC3cRSOv Bn {6 FpB R.! H{@BH/?+Fpu LPlEE;|C!f+F!Q]uf.Z-gzQhwQ]T+Ga-wsŋiDYDB0˜+?r@ N5D6h 'CBPbXch#B#ĐBC7c&@(هJcaN9Ŵf/(#BR$9dLxbduVqE^'C<dK+Ф:habbhbEEVT+et[g2WՁlPP  YUt@Sb+JD%Da k 0-a^-< > ^zX?)A~SÞAo( МQ!id"*YZ1r1sc먨"5:ZӢ|,i$ Tmݪ@8!"LV+yIKN\4a @ć q^pG6:- ?t s|͞#or>:)F;!q -u^ぬu2T!`!ص llm-Njyf֬E`EHTլӞ1 QM,h(Wp@"'^3. p!8)hB[BB)-96(5AN fIݎs똨\֭ktPPc;1'[glsOMeS{Kor4=`?(8r$  [pn{m&?6IP,h+DbWu_!} ͡}>B W5B: x+==e{tO %@U ցqcZԬnH0\ <9sZ}9M:%Mhh$ﰐ:XfnEEk-(rTvwÝam{D{ae@#&rXԢt33@> #8AP0H{i#< B-8*bXyXbpDJ$ÀԒq!aۣ ]95۪r@( zCFWQ>dG(h)X),7뀱:;v#xx7{?9!"Q'v2HBx(*H@5(0+DQy A+<=8<8iD Bh-&'Ȃk O S<)˹[lŞ+E] 8K^YF A>'̦mR) .B8;n\?1Ƹ %`&t,y-UC5P !Q3m,0\+oS͉<%33P?AR'U{4:{&ց@5EHԂ1`@9`Z!qO͚OD"pT; @TEEImPIF@]HM5R]!ÈE4FQB`9@)։ZUP RsXrtbB`0H6ˉV*p؈GVSo=S$Hq-WS5:`B7&(gؘ&9|e~=[~3a#bsIQT[>[ū)"" \\h *0X8?&pU9{%8E0Mh1?7#pz)Vό5;/uN);'%bpZM0Wd8}UMb#W T[_pՊɮǛ "ʅ?m;%(Ȫ\E2;;p93b:0ˎ73HKCh33 9Yx*VO8rB]y-`N˄ՠ krޖBc@[4ߛT3Č[(UJ }2;-+%^ɂ-u1.Xרҩh33P:ߠAP-0+!aڍ#J\H04amma% )b_a .I!W1Ԅ)ںeSVp${턥:@+@c5NR&"1 &HBP-7/"Z@3jGi]yVao};]3K‹x:n2%-ugX~(" MtYPe.ҭ<`^Q,U`Ð`@805&R?? X0mɪ'?/"j9)x(@?-'yEF.GF{SKB|VL~>#&R-_STN׵E;tTT'&_eэ_hUXp2RFPF.na6iX/:'jV#N?pjE(wg P|9Ӈn*,$Yb^ X>&}PIu%k l&lO%S]lhCChd^ ؀$}7_i x p)H:Pǐp"5B'؂>p&GˡݥꎡJꡖ(4:/$ʦ+ASބWF|T],[vohXQim +E0 98 շ+i `(8Gxw>?{F~܆jӘ d{'A×/(0n2,˅-$qc 1 Wl=b}Wh,FQŮ~XVh}r 77r.16 Үgbsg5B@eSwڎ=?qA=_n;?*;T!.'pFccxteMeXS7rH'a%w~L*ZGI^N aҙ ~ndgA"7(ƻ! )h֎lt B(`-0DՈ$9@!T>~nltU{eYDh(FoUoL_jD@#p>hKWh)yBxBppFC?܄0Ɨ=yVA60ܡ5%0&`+4p F`EEENz`1%U״bFXN8},8uO. 3|?0H/q 4@Bd ~mbЂW)2DDDV)z|&CRX߾ش!MJ8OW-bYXω(?mi_ p*% bJP+ ; B/C 21 WR m)1ư罾9/yCdWjG>(r C (@Fw$;9b24(Mk/_Hjw\ F W EQ@ +A#CHѢ( B0=@AA>`2V=VB7 =INl51C^(FG:O)`dPч*:4%,G͙Ys5Јiċ~j1 MXA%!NQ#4O/KRl!xSj-^PЌf0A- O (G|R#`C f\Jy;$Yc+2Scn vT\p»Bͽ0@ W yBܤ+~PZj(xh6B@[d}>YIp.G˚p:cD9ֱ0noRJZ-u u\ aX]F̑. VlL&R4yhʌ[C#Sjjlik %EK@yP8X{qH/ B*D_fK+B\C 2Q&OJEAC NB9li?w-&%3fYvC"А !^%P` 4w1f8C|]Cڤ3+vHUEDCJ(zІv^XQё|Ui#':2z E+1*zL l T@&PJB 6TdaYd8;LȦc}BPv <B'ۉ.<8fUA8n:ˋ8ݭsxEMCp"'/xf-fۚ_{X%fԁD\5EqhTgiЅ6y` A%,Z5w(Ezn h[ (<bUȆgGyn8 D Zc; Wc:ʢ׹$<)CGs`<@΃^.f؂_sXdխT7}nUQݞgYaHNAdtTpCipGOEJY01G|_4HA H,Ar]ŐZy̛UJu œߌ&5[^h:\ fG8vtͭD=|3--bAdH繟$ؐi.:L[Tk& 5!ڄS7"JSi'AntȌ(O0)aWNX=yE] PHe6AdĵM3:M5ȋF@ʏRg%>-ᘎYt:MbuՖi=,6Gʀ#Sni|^Bd.Ȕ$aWB ȍ"zABj)JJŤ~pjC\4BUA`a֛Ȭd)thت !$DsVyjAw#+6L=XՏ]Ѡz!76 NDX9鴢Ѥ ]Q(gAj(Z%DǹaxeX jkXOC kpAAsL9"l^ N'sKK`&[75hLJ26)@-PK&`-gp3gT@!,1g84y-x%|弶^6`~7,<߁80N(:I1y`:3xֲkT^)NP#: o8B/ c xB@GOo_6mm:wťK,Ӏ348#sO9ωΒiYR%YR9[\Uy+|5AE,H ^PBYCةl0!1 2(A{JĚ<@z`{cXt7 H@d#Gdg٫޲@уZAژ5"] Kb,Ѽ3Q[bE'Q w?(%\j}JHA^0U!ř2~ASzCBy LHSZaNUwjgP! pD NH$,1  >nгJ@pza5Nwy*I&n|4ڠiIrߝa4`"-P k,u A j#e1x k[#Nof h?3\<|H|@byu5vi0c'GÒƎ7,d ߝYUP*dU2'Jπ`8hY_\Zkİ'fLVcLoW">A` ԧBʌcOl(` @n⦤ H =/zPX--L @@mn·*k#O&Ȍz˿b)"j@֎ (0ꭈiz &0P H*HJ**O=ĥ Krt*N0*)݀¯or6mg4@PT t,#=`/֞0 |!a j* ,!VC>yNhڰ. OH{dhUgMad 0O ZV dPLĠj e( zdH*L1C* z6pXzQ/lsO @|'Ad2ss5'N.ʸd,ױ'!+,΁*.!aƒ^ ypR/l' 0ԉ oqv,1&#;үF1\ ԆQ,j &P'w2B! e0*)#M"I01̲a:S 31kAwUeL5ZLL& j(p 0+WMlo ;a*OPFY ɉZiQL[с?*"+I42]/69] qgts7s:a.^^%OC'66`{IaEa}ba*X)yiP> G=6{c%DQt[RVeS\g1kgQff#R6gT7Au K.BCiMi *AWQj 6u8Hv" 1++Z=>l*QIPn>!nO&0\@+\npf)DJn@J{A:!r' tߒ6V_i#" 3u}yu)'av*2+I 9ڶa죦pnxQ4/ r[ǁ6,a\ mp4J6ْ Bدqihu!\$ hKR37/cU E"j5@7^`~c`L~3a7}rh18*Jlw[ iGo{dyS5qVfWziffn*I{^i^.[i8*"&6jc㷈w T)Y᪘)үi-V..ĩn3>HOfRS?yIos-8]fzɏup|h}3lu6dI=~xaMT',EykXloV-T֕yQ{tL@[Q6y)yõV@q*p5Ҙ'#k6 q5\[Xs Yz^ *1BM4<~i-ؙ,LN!לIvqW6Tmw'zR"+2!Xcf66zB8zu!hs9kZ9tq^lй~ǀrR'qg98'E&Y6\` (㷤[;)0FHXp}]Lj>dA>ľɁ5]YeoogZiVߧ[Z\s֧r-̙@s כCҹLٗ("UN k Ull:b?һx܍9?AS1kf5}Cz7q ~LTY)|]aGGh[r)ϻ.I0Vc[iê,]瑼wo]ޢQq7-#>E߅{UQ|^!~`Zhb&(qB0`xZxiFK-E RHH$!q:HРB q͐3d(!qs nC54i8K9u .*8+XwGq\U7-4sʡCW3gtz{-b=Po|?0YE`Ųɔ+?nx̐30_2m@jvG*U\ႛi1bHSp>wXR$yo XB >ccTR E䈓I\* R搚 CIa7>TH-SH%Ue9[q5 Xb3Yh:o"\ݕ_"5XuXhYbY#eqg-f*Wiu 6 F[m%[pVar=WA)DueDEexH$q" '~TG|l@S !w_~QG 8 S`U^UW`I8Ve]Nr!]w׈}~bgHYbbh䈙8?v EDƅn9&SgeZ:Ǭ@}C0CvOb˭T։fJVDJȺRu!YALp;CXHBha BHx$Q| Ԅyc@zRضpmQ GU"nxFZ0>}\7V&:\>UL#=D IIRFtTCP : Eݴhw-Iw,l .IAp2D|ؐð~XBPlSb'f%ߤ1`Rl"0.bc\5#ɨj2 fW*Ln3_x< a`n R:䕲 6Cshf` 6!b:ET˴ibM؁t=>Љ-'ds&Rn K3wjI|xHv+}L@l=(hDut%H,|%/ţ_aK.yldǕ̚#l&pJb葏yPK g0p iN,qN[ҎHf(.C>\jr橸Zt u(˺*a*vWn:5f3=e=pҮ0[j E6 D_ ݺۖ^a?"W54R7BYS骍p[ayL`g;fyRi)h n%UdS"DUmh^d<8A Aܔ)bёcW] ބx8M]S`0 X$n\) FD8}3Z[ `ΐZYT,g5Py2(Qf.y?D!yAs=h cJJW] yKWX!Yw^{o{g?|oD_hgj ʧvog+|\ MRwDHelV3NR5r5 e`sSgg's5?-.\Ȑs'C]cI//R7anP)lzu e{aDuh&cFX1o!w|8|ZMł`q8STb:}H<ȃpm@O{ HGmrLhs1R8!pyw?ybJËBqd)ca!U0Z!roq)shX!hvXSp#vGGp9=W4u'fzJEf'a5P[J0~s_M-P/0e>VB6Ew//tbi )S0>REgSFut#jx8b6tdS9-Y30T,ZV"T7gPC`FIe 9jA4(9]`x 3DZqc"0ƘE# X\t>Ҍc^tHS)0) ^fSI6"j8v8%v;E"I tG,9}PleB!CWFZ9]PQ s 5aɐVh=9գnDM7 W bw̘8F'qh8"'M>GVπpX,Vfzה`9*^0H2'<- i| @ [(WL^)e!0z7 LR&X11*ji2pwY< Ġ_@yxh}Ȕ(}3BKaHҀxi@u-aA @VhbDtqnF>T0R!EzE&yu#}9#g2iugdx+89vIň7,H:T{x3GSBmu&xSW_mb &c%C v=mt^aKzQ{7w!iw%ɗE挃FxZGىjY(I 7` 3ٷ`Z%Ȥ$Wr`0TjVjm1 8ucB =Y/^#fU40!z & % )i-K{JdSfF6wd|Zx wf:HZ}nMjIQT* +pWW`;zPfJPٖ3Dw!$(#)k*+(?]g2Y#"1ਲ਼G0 $ԗ3HdC#;l*aWkK0xp^8cc+=iɦFJKxucC퓗~;uSg?+;4Utd zPGUqLqش"GZ@BKkQ`&@ D#EJDZ*xE!Y>xyK~> |>i'9kXڒ6ke 80k3RRA;lR%rTeB{;i.` j H:&piy8n+KKY)or>$˼ P|{\~+'QVijL"v#{ 4$0_@:7hAwLQ9X[,7KS gZH1CtJuijlWhEha)k7x> x | {i Ks5Y@&jSv@ zĔ舺J lH<꤃*㡿ÓISU<aIu ?c#  E(i% .Dӫ`8rS̏Bd10v!`$-~w^ӂͦ&z؊ yZ8A aw%XTmlnS;^D@;3`9 D!j/ltkt,E5 gA)j8"&un̚ E+((#ղ,Yds3^@r6讑ޢ=B9ZIJ>0.CY^>ҫcoCPC!lǨ%-ulz}Z+ώ~.ϲݘ7Έ^$$?U@ -,1H:68ԭN`A>(4Q/AL"CV k">5K7| 3"~ͼ0 b{oߌ&tv:̈=Nwk,~w}@S&SS S8K2Erl׻c[vݹ/"r?')tۍ1kW5jo<6>AE+WښNlRA=ON]5WrfJ4AbVYRt1nrСU3g "Æ!ZKck;vx&2@ydɓ(] S5 ,p gLHԤD]\a:/Ͽvખ+hj-j  ">H,B 6Bap9ѳFOӑG`6ل# n&Jr(Irbb ,#`rϵ7Wɽj*O4TP]zp 4+TRI%4/2 7> 1RMMKaC0<$V[yԵTu6`m+rXQr&͙LZ2!h%-nlۘ>b\r \>O'X/<{;7P+ȢFԄpKIA+"C )lXHD-7"cB<BdZOe]U!vXF8s8lJ] )l.`7xp"@\.f~OU\Ciyx\]f ` "kppVCƮ"B) /$)ɦ\1&vH͓!HIS ~h4 U.QF=`TEO|ȃ1Xe*sg3(iJxAvl躹F,go~3ȁ8@3>-厄Sp 1@BhJ͛ ]˃aGm0pt|MqN7Vq#n.d%_|طsb0ɇ s;E2~mzto)8|jG^`k؎N9l['L N#j8,t,Ibk 2OP<pifpN 3͵5Tk!U)h[zҮ[R is@I+=SSaG/_ܥC_o`:ӛ.)°8dP BπU;o*k ,7o/׬MkҶl{f.uvNR ΰ"!Xmbz'V+P|Qh+ 5{5ФKl.7]D4bsBJ9arC_Y J.e. s5Nl3kf'TC[+ZיzzrᲉĜTވKLPƻP Dc׮.2_ᣅ+p|(&kaNX.L!:d Z>/#HPvd{qDT>]d;H8St-hؓ{X?ŷi,0mӹЅׂPW)=c=s~?(=:XDp,iZ8 X+KѲ҆Z8操 ;J-˻*f2َ$c{< !$<B'7:FX*rJ/ aOkK+P@F)VW p - A0+mp>?"@;雭C6 *WzѾZBqKlpC?2xQ+z+<]pRp*L* B012D84:.E, \8*>&ݰo D , cQ;ʨ룅e9+aR* $LB[xQLX$0VTH W@0 9 a:՛ӷk+Ea,FVۜ3`I&oi̲5 @ɗ#Cq>a-s-9y"Hx! \!z|} P°+ :Ϋ?IBQG!H)R+sEEK^4-FÂ"BIcäxF I#2+i rL<njzľFd$9|Jnɧh:c7H()BqŮX6 1)Y ]KE4C:_IsÓLF<ńF+@ȬIF 4L5#LsI:9ؿxcQ>g͂h|Fyv R!F{-SӻOu-YՃ% jP%쒿GBˉ֌jҋW:%ӴS:M ,¢h ?x+ԒlHT|TsFoTI@ @:BT" {{5̻slUӼ޺R$<}TOQ ӻSZEv 5I۴M֭]V,P$5֥E[S܍jt f0Q]?4B=dWrћ"KIxWxTb#,ZUߤ-jR"xwX]/Tb]*PS>uޏcb Y# FeY!aC! ;$_]0D^p4iWqGq|euvݾRQjxf4H;$~fSTVިne»y3vk`3ܿf:= <.F>sf@PlNMoFȚ6qL%JWU{&|?g) 1^FިjXnKhӰF<&l> f&Fi AD\[T <2CaM镮ɿ6O|E.Nq"3K3Ⱦ;`ڌZG;j>jl= ݿ=0^K.6eŅfF1kRO˱㋮NjI ѐ 8> @ i6_b;iUmj |aܛ63VO]> >foR-:&RsGl̎?خcE!ff ezF .^VmRnΛ рY-N)hTnk f`3n&o7NgV_ʖod+|ć¸p+>m^;xMD.^. ^+k`+*ϪffQM).>rc?Z΍feG'ItU!OM#(?voSrRՂK,x;VS],YлEeB4`f2+p9I-B=gnܐt7o6iBOiK5tmvtYq\J7lMF͐ [hxmv|Œa&ok#^vOȲIUyDt7V䥽]RtV%Mk$wñmfeӁw!DzuaVx6pfp.=Hiv&y^tmyT..FfWoF|6/rؿrhg䤤O[jm"uUFp ^oG \WVHC,X(8&߿(PE`qŦOvџI|int?d.wl/Zy/g` B/(_G; 5G@80CF]Hg".W.^.!R 2Lʕ._P;d4Ξ:uYQpᴅ g")ңڞ>%ZpVh^&w5N;[l%F޾&K.3c9. lZN|`W\U8qKz+߽k[jJiO#Mz5 *<:t#RLGŋU4b#MXDaDJ/[|i&iǹsvȉZ4iҥJMwuBɦ͙~pN_frE^}&-,`cq1eIQ%h"B#tjZl|8ZmnAǍts)RYwOgx.{"> ﻲF/[{Lg܁50L?!,"Zh`*TXGQ}D>r0J"DE 9HIAi& )RȔ9旚Qj Ɨ2?h^G%ўPBII0E  ز$H"-j0AD.UDv❪ԑ߿zAr4, 4kΚeL,DK: 4ڏBfi {:Y=ҏ)SJ_ST]&C _ YDX\B[<%tQ5K^ rT`fb!"4LIe.nY Hjlfim !R!DB: 1DИЁ䐖mWњUdEyx'TQ.,aĞH7L5M|PSEԤQ H 'R2L Y*V)Cj@!U0uRHa⋆HY[+-1muoPy-x,moFg# TA[a_H-Y&lenPw=d&xRLz ,pGhZF{,_~E C(RU]U/8*a$*Iy9rPQ<EHaꢊs!FeM -F >HZ$ *9H PR?YzdQWȻpA]֩Fyww=xIR4,p 05(|SPqhKe,hTbE ҂$pa @ ʪt̉": XB"U)*ej1FZ#[odvi^H 1D#Z-7uu)Ǜwpiۜz4%[p8Ǒx=Z<?(O=c3PV,a&2 ,&o}M!51NM\J X:22Dop3,A hx4蠃l h:IV8^RES Jv2e-? c&1 584Q(NND4;#La JD"3HG@lohi8,nZ h[(kQ.լ+4#D>Ҁ|d#/dYW⚠]P p*l\RXp ._Lj,[~1Pf4YQH4g(O!aHDb$-5`C0"\O!DX8Bm}X74Ⱥ a PpA <- Z$@t RN2aMOΖ9)|J?PiTb,`J@uSrDYstW3Bx` TDGpH W(Pʣu x>I< a[+B$րcsfݰa7 vl Yȍt @L+Zʢ lS.&Jh:Cx0 5/quxTȷˍe 3#kVӥ_IKg^-cU/8/!z ?x/|_cHW ղ/!-Z0c?n-/]O!%1ZN@'u,؀- ʵ ]SlVނza[d̯(dkDu eZŪ!1qa$eegcW1mxa'Jm\ۼ t _U}R}] Ye+w`&?-qP 2: 1J9!yCq{y)yr/ezk);Azw`XlLa{@wBwt;J,tGtgUx[Pi:p@ZcHx װxlqdV!e1|^fdaԇ.!p(* p@p4z x*tW舀{a)^Љ-Ȃ ^0B&$/hS2FnPCA6/ryEoSF5ghèFX!w6  'gxpQy$Ax$41H|t(hV(~0CV+U*0si j`v FD[Kwy֐^H0,H`F4xf Vp0g0G5m 5`}$PcfW$@(S(Ǔ;YG~/ N "~hwŀY @"@*Z61y_IEW5?P1P L(Cd.sLMCya\sy(H79( *%$o1ȡ0F/f/W[uucwTrQo8Θ;@cjy PY TӹY 29޹tfdjz. Y(jU7qӟ`H]+PIh  J5 /޶f4=?\W5ruw%Ũ.^ªY@96Hx7ZW א FjF*אyvc_ѕWj1eV[``f2;4*j!_0 ns=p2etJ@ᐆ9 '~Z#TuS'_54QHm5 ڨlA,": P-*J=i%5p٪;i6*LVqh :JyD։U:1`V\~V0!bd* z (R)/0ʮr@4ct/8m~[z0',g]VSl`p~ucTQ5HX΂"Aɪ˲*;؄،[@G'= PG yx F$3U3Q{qW[YpP˵Pe k _n-r;fFyڷGG鉝xH'0 ' bHyPwt|]';骪뺛œ2,&8(УipÛ0 +@j,0Jrrx` o@C32P%0b<!00jlK:-S۶oVkAL1V8~r{80 P 2c,IHP$#lP%)ʇ.۲-Üۺ1gbs~磄>x ?< !z=ģOAJW-&A},\a& |%p3p&lljl¤xض>;y|ڧJpяQ,0 Z\R$acQuAG\Y2K˯[1L3ǣD Ɯ ڀ2 PO/&_@.qJ_\_<<|hEE`l]i o 黦mp0'm(XF'SPb%N jU`Pn$g|7j*ڡӴ.\۵=l>r%Ph=$ixԹЫw0r P i] @jZ(`ͫ^]\SvĹf=,EpGVXpX w}mwksu૵׀]y/*'}08pٛčћn(\5Β^Ax\P% m8>nۮ}sP:pEZ7bDKx P΍  & p PM[SmOs`=B tNP urN Eq,\fZCV鏭8 00+PRSYCVC>Q 1`=~>YӷR7&SMՎMA'=VZQNsP|`GPB|t/ @ W 0 0~~p}_B@-N ، $ܻ$=@e5tcd?--x@Eڮj13f>0ئ1Qo>@uP(0R hwp 40YE@2u A=82ΥFrc%fܸQD.E-ZϞsGO=<)lJ#MwXŊU+YZ=RĊK!3c3u" 0^E %F`b (P C/V $X2OAz̏ D+Ȑ":sg7fH!D/^8F >~#ƌ>j0.x5GcY-h( $fty~2h!Ʋ68 6vhr FcR:!B*Z$ ZIß~0(11)MRTMXd>8F"̐GI0+ԋX88h21?cClWRP3^A7A 70C8B 6tCB#8CB8[T袳κ.9A6MCkOPmhՇ(N :),„xeɥ*X] jZ00 wpfZj'Hn+aned\oM$>tC>(W# "Hj 8@òJ,9Ƭ78xТĵ;_k 7Ív d?UYeFQH:촫C?:yP+fhI=RMU&E$F$|m +b']l Fl]tѐvpgaڲ^'ŖD>J6i6DiГ#) "/&` ,x)Nz`r2(1 yt7 ^b}$h?YCjc~iS[L簐mLՓ61u@8ZdW JArЃ%8ASf KV׺1xbܽ0K(,-1M Tn  @)xS~3;N)g:?"0ցqp,0c`"ŵ%!%#OX㸉3X 4Qg4m245|)n c'ƹX.IdmGF\d?pkkLuc8~b`jЀ-A )hԠ pK^*@{>A'{=U l)⎪4sEHum͛C4L,o ?8_f@ : 74<0fBxFi 8:Q<&H`]M[8V`q9jq w/cd'Ǯ|_P]s#>S韊7\Z ƍue'}J80-T&Do Aŭ惷`!jPoDCMsV3۫j䘻3P7-QNٮxHv\xxل0k{л\YKAc rp؋#C]˄ $:ڻ<3^$b;#$GROLh> x,k0-99 š9;Bh;0/4+@L x¡BY a`@h t&ډ0[7K{r3A,L@@*0*',而Ą讃 B|i%Z s4'@yGzd'wGS-0, AW؁\JdLH--!pȍ#-Mg9iɔ.@IJMӄIM0a7xP6T픂)*3 l$l˷; ЎHO2*&W.L ;L.N =sLDXsV<;2̭-`з67)7 R%}G Z-]Dӂ] 9/tFܟ[3rckgi+pE=w8;Z{W $_'~-I`ɲP>½GzH :{]j!h?Csiz=)x-6uGЅ/ٕVD8;aBڡF\¬*I՜a!,ax"-R a vW!>}=RQ_(&6}Me .b`./+Ur5ukҀLBPi7tApCn%(8?EY*DR@z]I4঻lD"&"I[aseHadT^?ME^C[e| __Ȃ-􋃀bf`ܑ} X053Pn'ASc(E`CH]ENF>@zdpdzB8Q&=EevW WHq(vh7F΀PhDا:XBhe80-p:Vi/:0+7jp[3Xc=+aԞ؝]wx7 zNa<^-`YO=:zZeQhSVVW۽Y[e۽[FNX>`l:.fNxp)H:u`qҦnR]jԂ1dߦA@ہ*.H䖨JЄ< }n8TS&J@u~W'o ơ=l6o5吶XE0; Mi3x8DnO.m%p@Km6O mMO`4H@K=pB?,X)8YI\p=Wp5t(ވ&Y&$Wc5^uk>'?8>K M0 XHӭmpBp1QG΅9cu&s Fpw?q2:ݏ2[AMl8q4"(b˼EuZ]>[Q#>WGX/_Ȅ(F>p>PKcii*bhљ~ NG@%Rsfv^5i_@x\&Z@OBp?GyE2u,0992hlxk q^%I=UMr[^{vJ(uq#`>H]vi(A]5ff?`hwYȇقlhMO=_H(dވ(s:40 [wt|NЮG[g{/%MFV-u8`:H\4!yX/HNa9amvH@|^ͿPCsymv@@oBxHP: gΖ-THHʙ3~'P E|1bdCR(|0 i]+v@P Z(ҤJ2EJ(YQ ѦJ>JtUZ(AוK|r#hP'Om+D F=x j,Anb0#PJH4Ԩ+Èᣆ3oDƗT3/fC)rc.[Drf͛9kyРVǒ/Tf5kXXu\;0b+d$6``@wǗ XB_ 4b~0&HdA )d@ @ 4LBE5l'` dC(b `hQLl⌞X8HqbO BDq&L d(F³=N\GhB@B^ Ay+p&ٶ`jS1^ b6*WF@n1Nl"R)0E)P >\/L <:Li2[^K:dϘ#``LE&p J%S4 ᓣ'HSƟNAY)JM2P".0|(Ȭ8@.! 8w`+;PL=8^"BB@C${p5~DUߐf QW4-aXbnttw3 ֯JisULT d D :ę<_CN5{m1|j:g׾v )F$BVE%?!q:-Ftd#nt3a%I) PASPy.C A{c`žA =05ӦR!8&-VXe.ZFʕYҳZkf>39Z!. + IzAns κNDd E}Hhl_* Y§Q[9 (L%˕Mq1hf;aٌ ,Px 8 J$B9'[h@,A h֨Vk/})tӞMjR_` L|DYi>xY%6ڌb, ] iGB Km 2D*&Ҹ8er[&$lέfTV\!Q!pc. fL+b!8CX$l A-&V BVL/6 L{.j',Y%ќJ_vM:蛻 fm*L@~ < 9 ݃ eH/갋S Pzy10ģ8  ]o.R9@B):H!c &_ QďdցO c"L)N@VĨ5n=-Z162ƄUD0d0 <:瑥Y&TL@Iҥn/L Z(Q*EQh$v믘"o- ˦'<^*#ɚꕀ 1/71(pc8%Ah<,cHn4 HjhX*+/1u.C$k4N;*Y֚q[ώcH*_%8$`&xT/c $`ؘ:;hhG2pA3i۲*C0ApaՂ5%>m29N53oEc6G$8GŸ@5L|H<hAUS!@0Kr(o岗-V6&8wC&P urfҦF^]3E7EC*;mcpqĤ@LAkp:2CBo솭LG "L焧Chiz* EN`rtbkBBgSm k\eG -F;~3b\H ,pJr:0Zk<}+Hj\(N^˚-1C+a^T/jmRds7e8xwz%FA(T hcmj˷J "\vC*7(NN[Έ3:pIPD~BatS7j8 Dw{Aw+AE 8b ,8 2 IZv\A/я-]"C9p.C1v3SsvYX53\mb5O%Gu^6zxźw$sk9 :LqN55>y<M1K=EdB.gjS AI&fȭ9S"-bdVbcHW@Lq96#"HѲo! + ;w-08;D<@9 FfzO~1[h*kIq ;e"]/FL x 2T+tk {a¿bE3y-C%L;y1;dq;UR664{Dǭ'_3VťA6 B hѳ6!4=E5q1 S< x;q3{; RoT|~cyljx&||#޻ ԁvJ' \4/ W_O_ä~<|BsF'3i˯{D$I&1$%b*!#L2{(c1 ے.+h,(A1a"(D4 JShC=(D ^$_EYjG\S뽷). +ktEJ\v2gl6PZ ִ =m)YA:~FE !0靴iMEGگnkF*^eZ\+>) Sg$" ܲ.ke gM5(fX?%:ikb֡"Sth1EkBw6WYV*:mJmy ܚ缌I3;`a{͒,AFS -$fA Gfj4Duȗ`GKXQv5 .*ZUCxYG31$m`H, dʞRB@Zw!(q:$`Јl,#)߽)ꤊDEvH`@a[ XQ s@dcyu 8¸D%LBɔLpރ&AL AB5DS$8b '~sQFubQ9XJtl#-w\pa9Q\Qmn06Lv1z@ aQ{ eV=63@ O;CfHv*:-yFc=C 4mрRTjeI`Ic-jA ުbrEz{HA)) `Pց{ dK]M2r3}$$&w "c)І#҉`0U|*Q i*UZ5K9 eW f% d BU4D`27 Ԡ o ƴE#=sUTưždu}d$LEN)MQ 7vJh+&Շ--`}[<([YZpn)4IT(K pb1݁fDwyKZiQˋTUV]tz) @UX"TK ѵQ ρ-`X9-2>xh+ \ ? ZB G!ͅDD8!.񉵫-Q ]lB,hǦ8gKg) $vcovZY^Z+تwr<.{yɌ0p-R w$q`8\9Csٳx$A i<(i|D+54[iKjR̽*I^( ` mSw,g5nAF0|4xp`ZP% le;Ɏqk)r \yݜ@"w&Fl>(ܽPORz˂LΠu}{e|k>`zv=9N L ,(m0xzď L̷$2rNvJ|nPB~RLQfP Pؘ ^'9XNTT0H#d<R˿#Z0ʯ 0/DL*@0IET~C cfA0an^n`$в0xlpF Pj-"F\K.)Eh`o@ & vzk $8Q . {fĠ1&%e%,j@j2bvBYq\\U<$:ji>jhJK$7H 8LF*gL `(q9N&qQƎ&E&P'^\$ԡ uK/ȦJwʰwV6p+UhxN "i+/o, Cj/6o B@.C$^20eD ӇtE3&P $u|@2動 < Al+ā*IС«ܣ! ,5]5#6_ _4r-u< xL7op&dz*S9:7nl:Wo& &ܲ@@;-L l<S8}-A2%` :QV97.1DE:ItNtQ~i\X_2_)h={ZuQCv1?a(o,RuI\.6˵6ota OT T LTUyPpB*24VV`k`a1u( 4Feh+8cZkFt5#[iem$R5nv-cp]JU.}Sת.Ux_7t9?tjMi`W f(JF@vb/ξ <8VG=ZC6, G,J?!-Ve?QRSv`pI^.M$197:tjo6WssUaߠ\E'6 Ul]H6ucP6Vv=[exk+cb\-/O#WgygDT#t$q6J8%{;9|O`si}EkLe~)3YcvpvۖvddSwe{EK.ď-f5.g`ĬwBTpׄ_`{{W|TM_njs"V䷇D e;OӓYӈזv8v+MNJvD, ʲeu؂tK^q9BtKxSrVl:a 9E#;@ `&)ГwId7>aʁTQ=6!"eÝAy~#"[w#ǘ]=-eYLnK5Xuy@%{YI ϖYk6#' 3RbPy4dԉ!?֝tybߞGoIҋӲ?IZŒ6߸wy{#z혅᎟-Qgks(t巚c &0cA34umW3M6!RWIM\VfU6h gYpi7g+ipNC|A )8/m֙EKWv9wbnbUt3)WcS+3ewyVp/Ff"'\gn;h l gf9v8'ڴU;&~:RS2' _ a%\YonA3h1)9DHӦp6=RN[X߮{Û7S![gp3bYD8iŴnԡ-!&)8 "Nvbz)gN;v)`)LǙ>IVnnOܓ}:cFK66 {_MSzs{g{ Fu:PU8Ytل`T8ȴLU;TV];_X{x)̜*ҜwQ(Zk?|Ι[Nv{o5MI'Ra6?.q0Rzu:x.kDɟ| ԡ$J%< ɚuhożk~Q:+R9ZC<+4bP֯MQI:ƿ˯6+#yzA͝ ٝꚥ{B`zZeS|9u-՛?e^7ٝ2dEh. ]}&I_koTOCk/e\۰m;yٻyÞ]'oMyYSI౓zgpuZkqQ.3YX_!`/Ǡ * =3)k iMEm뫢ׅ;wq U7-4sСU˙urZLJ(pʕ R,YdɼILd 4С@s4(RI}Δi2e! 6tڃI*L\9%-i.Ub(&M|r7fa0%Bqƌ5~1mԨ{c sK:GhG *d6lԘ(Ԧmz6 p7a<R8 N(1b3:[G۲S6{ܳJ]Z+ e7vbwjI1m[.! K߻H+ԟ ˮ*5"VĤW p[n5Lצwt"clƄZ<:7HH$2ʐD#j)C;7'+q;SF'4B^fkNт3mx"T̛V1koN; 6':Ձ"heC[T%wx(qE Djb% -..jYG`NsTt@ x3U 9F%nhAѴ;9 kQ[ hXu ‹o~* W!Hd{HA\#.Y a-hYu B2厄х.&5 j/Z ɱk(~a/'ţA# ܳ0U"Cb}/Q$qqf8:BT2HfB︍J`pli"Bu;WH1L\$ U-oO26PPzX6U{gAKZ 5" :a};V!,Θe<#!z=B*#J J#Jm7RUAhԩђ&h0a MrxhC.os^ jx%B Vv[ Lrо07j2; PaxXK5 KfMS#8)Ρ9*RuT>2\* yFU.VπM_acPX/{*[9Q|-,Q+ 9X_^-&S-1w9B-C[43P*{MbV~ 5h\iL"l$$3ZHUxLU_؞Ƨ)<'$O_*J/Aݛ+\:UohE;7+A}Y`d?/b%ȐyR5CFjBfsHfS/8k+}6aw-TB;ImS;B3me{5ږ;oȰxkp3:B.b71b@dW^ƥ%+X38Xfb2a`PA ˏsRzSWU2@s3OLJBI7_Rtr]~EWgcijfd``^{a@pp`A|11`Sv&e7ws3NqWNw!W $xȦ(#B+}VOŃ5O"aag \/(Wbv)h̥!txQuRG6fc3 äi7r9{0vQ^0jG`aA{1Gel 4dwA74}H#l&5S3xVQxo/}уaR!~IƉ1sf[nW`bRx Hh]{>Sw1"5 hHHvjp`0p`puh@F|{X_9S_3)ez`Qa/X}O&&`}`\*A(r/g/CgHhmm[A M 3n0h7EWKsc`mp#֋h^og@1/`YvYH%Hq{7fwhrPlqv.ҳ(Js2~݆ ֏AWbvtm1K#En{a]_(*_cFiQPvfpf "95z6#w3xAHHqڨ4@ &=}:BB-a5 A8gY#n4Џ N! ezK1$"յK% )%^xii]ȑZ!)Howzu'g{B)raB <=Z;(0A'2gEx`Vh QIU U P!Ӏt"o ِ58Lfɛaupp?00/0#0xPeϙ_(f1dԷⲘxW. gqBsRV龍Mc(R !Y!rqџzQcb ]*z`٠j9/B`* Jk7}k'٨4fN޸).forr3Jd9z[Cy(FșF*( W ByKxQX_xu`RG6Pj@`NfJ (zI}dq,9_ziN%kBrhl:UB'jO6s階qbELP,uQ\XW>`ua0cjjfثjE>1 d,ź9M˗q._q-vk"5#J5lTuz<('`jO MV08XpSGihN CGz"VؚX(E[ul0ii@da.`._ u0q/xڶë0>ew~IAȍߒS +J&+}+OڷlFaXӮ?;P D+鄔W|cQx5ZQEe di$QK0Z J@G s Z䬾%وT1;۲1-0 ÃK1۝g65jiѮھhlؔO;P eʥh)XnyWBWېiL ܵSp?`Eᦼ̬+ْ#f;z}1뢈ll\ <:f68/eJhH#fj) bQwW+YJyc#@ ;9o YXD*&oG -"[FB PS32߼Uk`ثB4`m אHJ 4bO\!Yi )\ʼ$uo@ƒFgX uZ0 )Pt hNaR͇y3B[q 2Mk2 5Qf\nr;AJ@{ $ `€c3V]ŭj1b)90G:9P]J%wά{ׂQ;f}.*3}3ؐ=&'5k0,D~I()\@tZE<l r2c+dѭ1!*Ǒɒ(!;E7Bל ӌRӒ=7I0۲/L1>k~sG6YԢ, 7ӿ^_ֵ}ֺۆ2F(֪AT2GNѹ|<*;56-2[l]xى™mZ _ĵpl]Wvհ 9@n~+c+pX>#R%! A=$]&AT{{խ&)}3mpقzY+g 7ܭh.`)˭r~w޽ܙa2 ޭSn`&QUJ=Q N*nWŬ'u^NlRꆠV^ѳgD>0_@*܃4&"&!T-}.qNӿN9M{mV S5x(ayP~@Kcn7$"~b j0}ۭ!n꩓lw.DSG#&Í}N_D);ۍ Å (ʭ ?;I ʋNKHM}s><O?QOo}fpD]~1OO:>,t? 琢ܘ)-DĮ7,qmSA숊zXKLڣNJ>X7EX>O_nЛXXa%QT̮3΢e~)_j'\ TKշl3 ӵ.Br9tk2e:QL``plf$B-nl3\d mҴQGrđmnm7tj9 j<(䚣;,7²0M"^i*#xϣ"=c J@͢LAA!=0h+T»(ܫE0AJRM="-UYlUXeqrd| 6M# 8dt){6g2K>!h”i\ɻ6: &{=7rj;m>>@}Bߵ,n͡ BKː>8=b&bR?<&;PaAYd[ouW^dy7Z^9%CHr9uO,n}iֻi wj渾M꼦:7*>áchB@[ W p3 CٓH7)&>V]ҒugEB$ Nӓ̐!2\ u%ړ~v\bz2PPA )NDD*UWWpc*˙1Wh,r@"#((SqteY0- h"),׊m.X EAUyvI#3)xMzR6T l`q{:='&l~:Θi_Wɠhⵥ&j.JV"JzT)K(E|Hp,la s"!Mq΅6΢n+̾U5.xKXܠe ]*}$vhYFUМƩx[pkbȧzrFT#լT+^FiC#!-hX"܀Y/v]qej# qyr@"մYwLC8eB-˪5TB̗kp_YBݞSZHF'-G ꌋzy:ΐj]m#3# K1[;kx93z0@|Rj>cA#xs XX챂3t:  Sؑʱc&?Ϋ))!5/[TCj  9Z*8􍌣÷<9"TDl;@88>kA"LGK;^M|JMs?N a8?HZ’$I)}:I+0Lr tF˷M:<\I\6 |Ì8>JAL9LAx.  KMKBNsMJP+Haa)d]07E=ڒ'$C!^CelF||Ba LF9F)4YٔM.V=leeOdpuSHT:tI)B6TLң UzeԐќǎG|,Ǒb,حՅMSzX`ʼnQsaI9 >|i֔TNU Κü-ƓѝlLhi2wLmȞզ!MRmlU~ XEXTP٤z?)\S`5bᡒГ C@eQj]^h,PhC ,>m3pYŽ;˗ƥ?Iԯ8x"E#\#L,ګګZ%ҁ%XzJ}B K!SZ6cŵc3@EQ]ƜXFޕ#\K{R|r _.l_ 7MW}_!Z!M)_%MZ#`i`+<`25vV346c8$^ ޏ |B.M\ c dI epae Dq\8_ R]Q̱},"Lb5 }PǪ+ƕ<%Hb\fCӦpע z[-TaHaF+^%Wm4WImL;K%4nVeQW)UJ )#))Z,()b|M2}j%H"Ո`0^8{aCI;m(Tkc{啬ޕܹ!m(L> ǵnD  LgDRn QW{g{ kb^襅W@qX]Fh[h1 םϫ8ݛ3KRЏ:ܸ.iBkbdY؀mNBa=?A$iJ\J%"5좝 eV_Bש }߫%kfڱb5XUS&=>^ iA<#JQܡml(1ؘj{ɣ(M,h=ٶmFpU4eWtv ߓ[g.il>m%?o,}ƝT+p8{l1|Njў"0BmjQUmʻJ.ApIJ`p ׽q43:q /;WaB% ߟBl!"sD6h~ ROU<{Z^"pg6b-k▮eUecl)ᶏn 6`x^ lgdքa̐ADUR.Jm{jQrVGRGm>~XY[UYW(WcDVxK۩Q@&q; FD CeqDni>Ȣ=ud;dv!po JMqw.$HkcrJМZ$F)Mz} Qw|Vh@U Fxc>p֐>!x^=lBxDy-=sfyJVy*wPzOq~r}Me~rtc"b'b|V]kz=i%x1>*4h Ai EJ(M`"e)5_ִ &LO_a|كgA{]QM"kUN$Md ]1RdP ٳg$HEZ`uֻVqқ/ռX{ArI0$HC81b&AeKcEK: hП7l̴ych0TAEohqú ?x6Cv[4D">O5b]ōA*=ɔxXld3uԉfϟe=_)ӧK9`@&|L $YؘY([@1$uݵ^|a5TMʼn#vb4؊%&YeX1İoTkl$$nAotio}PB $uYREYdQETylR .{MRL44}A1TH!ߢza ~aUWK &PVtj]C\zh*^WUS8ث0"6#X 2 RHaZ  ZH'xChmPqT^FiRm]d+R{: '4_1EII-TK=#h %  d=g%p 0au|*b6V cb8ZѲ-~,Ő v $HkdZ:x}.FKQl+kgLK/ (^KO†ըđ8 % 8(Ǟ%k%䬲YyHq}l#2Jsc3d`n jƷZt4~[t;]H nYAH] Ed>so&orFEOd IQgy 8@@ P Ǟ'DA 6WD?J&)s^4)ЁL AN@/|a:GRك;Rv݊hǻŬ'ҙd. K8HH2=E gjq J2ա3Np3fŁgW: QEվ/~_Xo!Ǟ|Ā,`XhpdmBAN*12 J.@M1KA3BQ02[ي !!bb(JTØSfL2I4a"AjI n88)G9CANAjBGOzVmѣP?~ %?R N!HxhD#@=[s8zD"2B Z0Pb[Lg JXL/s!v#SIPZ܎Pj9XQ;XxZ$!3ɫ'=|1? PS<$@H,@@-0@@Ձ\2NNPN iP[KaN AKF-),CT 0i,)DʠJ@m\( ?pc;9>1Fgk67x7A?Ju+oȗ׽"(# KX%,@ d\"*dn!YI泹+< Ŵ K(#4qȹ[KT2y-c ƶR-SiH lfР 0lf69r.2s€0|T?~|1 ۔1ThdhK8>y#y oWsq3=~013lCNH tlԲ{L{2|esP[ff" |uHxԇg_ov_Qo`8c6\D ģRi 9wG&i"$9Fv0wd/Qy$Jv*1 0Q b(zA]CB{ImF7CVBSm8(VYgQlVooH *`%Y}&V'*CM_h!R:hij8 k"r)7pja J~h$'amň88-ѐZZ@Fdʁl{ѢDr/g%7%ǂ8u|sVP4J8 _`USpuqD#5Zi0xlc 0q- s؎GjpwVpitIo9oi5b[y<В@\ZP%Fؓdȑ!i%")tJ;e An/ip5Y ККPèL@vE)~KA^p5Oɍhap'2/p@@Y3cP<b9e[j㧀8^q9Fi~I@mC#xy=@VEUW%*3,<Z@!ڋlFu6o< װ &)&;gUgp /vTl:502 %P,&\3`|L@OQ,2OLi!QhcGȦFK08.lƆ3`=MkPop,Z,uNBl /P9} C sL$46;< 0oJj`+mp|{'Ʌ(|F4Ï`d`pL8jpy/(nfEI,RE{ّ}ٮˍZʝ<}9o P p Q+g@|GpB@T~X|[0 0 NӠ€]NVE7 7`K}%p3k]q֐(yiHx.HrM8P5%i阞DD59j1kq#7ٚLB n(/uDN"`R^,70Bp . @ r @vO p@0dPfnbOiO3a]\6 e/}7|@[$_p]'oU<x@oZab1Sl</;8>=P(H_X 3 =gNs `gʍVP tq?^; _ Ѣ%L41"GNbEGh,RD !B|LH)Ƌ$Q4Ĉ,V<(Ht@I*5J` :3O:uޘ"E/^ࡦ[xYz͛6l ;7} QG_;0`?jaܦ?s Ll>sD @i t0tAG&NdC'">Xܸ17tGS#:TRz-ٱpƽZ=[Ek`WZPΝkr~}V*O[C !D2pIhIz;Z¤b pX3BchC^!j0 BC޲6p>xT0jſ![: c 'l  6$κ̳OB; 5Rc08MDzb .D8£+!ӤP]a<uusC>p@< AsZa|@ :j5 % :l"-BCrc.JCA B,o>*?<,I#c8rb̌7,zPA:D`6+`<ӴʴШȤMt:/39n M)t]]Z^4gŮRuƙqYӃc 2ڠiFLME ĪXu&lr[sUh`+- m utfGK7`c60dmgl6+ 3|x/v\]w!^31E hJ`-9`QO lex\ف:Z踄S>SOA+P]jv 9jq[^uXng/7|Z?o?0XbA' lʆ݂ii!,@Ysѣ\Z@ b{)D`sKq#R^d0]u(;q v#J&NM˘Pq UAs !3v@\t c|&q<4R2bt/g7NFqgQЫH-a [5~4hĮK$7 sC AU0 Xe ? ;Q43k0G*!`IPt K|"K MclvJ%L+XqpA :p 0/g/C#SqG{')G:jgzapO~NqrJ Nh짃dW$6k3$ $RQ o!"C^JADT Rgew!b꼂i!_;pPenXG; yQdibvUxF*p8&8qL`;c.¸,q hLcckǼuOf۩>[ $ z'VrT`G7l Kp J|(g؂!b,n( Vrp1S|a/#C &T`rKb*/[d$(%il89!K;'pV&FO̝4Q/# z蕯~ )l%xetv:VÍcUtpĈM6g,: P1ii@3_v5My p-aXԠ g C+o"R*n 귳 0 uȨK5꼄)CA#* & l88qț5g_&\NMGd@`H# DZQK%9k~nġ9&:5P)gb[S\㚅XB @9P p@`tzW 哨hήuk]*uIE}/X PX H p`ߛ:z3X l_Ek,X!|wՆZ`R@&IY,#ƒT曤8ǔ/ԍ}gjֹA'zkMgBJyN5q PC BK"F_q;-"!0F󚹫y[C,_)X9ڻb뒡Ya̛yJ@h<󒾫+Zu k׽ԧb9yF8LFǁC6dAuՌB\DE(GQ٩S*1i d]{f.iPv}S6fw<Ҫ+18F+̛@ r[/C5AS58. b0=¬1)- 8 HA_6b!6#lHٱ>pg:C Z@o9SyXi?s73 z75{K,x-*x@YC<ٻA ᓓ+<ѓ[i9LJBx8 !2k!:!* ~'W|E0Z -ɄE\ĒL1A  Bj#McyB?pl7!?2-,BBx6ɗ(4*h2;Z!7 ˿`0G9ͺHD:x̃DH;#">d[L.1{,t۴ `8^D@ `| !Ɯ|ɄMbe<&(@sˀW63`BlF}s4kbx8.|p.bG}CƊ'B( D0Mg`kC?<6t DXE ;Mr\̀ڀIP6a4BbђPF@&9h !*l)J'x-qs)0ǹ;Ү^7{G5H KP4.p]؄|GG<|7,EFh4˽-+$0y@tL<֨?c LD2A=M=3˳ I5 PF Yb1dJrsx2@6C':E t!/sNKKD.NJ?HkaPD'O І;ZpxO,Cǣ L0m ! =U MEƛP5 5A^5;ɥc0! q)`@VeUJW3Pgxɋ\NP{i+*-ָ}4&0&K3V4<arp\0MCE=V>GWBSBA=| }TKAHMTJEh%6˸2OZ9r*(3hrkUQ C:[!(X#E3xNYa)N& g",Oy]8F=y4HrZD:xm>=,׵WPiGjI{=L@5A @1P5Q,BE" xŽ5h2*Ch -0s?` ..U8a4\w5hRA` ~ s= -Jx=1[cZ 47Ӆ\W5O-EzU[_!Oċ쒂ɳJc߽7 њӬ hB[*3A B ?'p9)`υ;*2YaY5k%X4T`pgJPޫdh^4ӫUW,y===?_H$I"2i߳ \&1 P"Xb4} 88G8` 9F<>F 3lY{](bڍ۝,L|dй\*8f^~^q}St|S _$neW>P2ac11 hA(c 8Iz%F0G 509Ֆ?i!5.. v]tdb3hRBz`9>~Å"a;OFP]WJDbSwO}eҴ U~-T[eP`Mc33F-f:@:؂+(f2&i;Ұ^X/7CAzflf6> WC2G ` /l^jYުvzTH̦ڦ+ haVhQ`ӉH "hkbhX2VT,F&.6JH9K.0FPMa/Hx8;fNC2>?[($Lgd`t^؃@-vT؉s+i`Uk Q;^ xSVkW^}"%^bh5cu:c9EPFȮÙ$gN 7' 9C'!(ݱs1Egj3lc=g<] 9wYD<pĵc5m>\ rr_^6i,e\-4 ށ-ExKhi&HƵl Ԁ AG Fƃ.e?pqK@ 4ҙ` GҒ?KgFq! *)  IXJIK xqn+K,MU&o]fWNrVuHD7H踂-o'&\V:g2Njz&jB 7;/>mF?6>ٵN࿘8ܘxdžM^^JLY"kSGⓊ%VouJF,]` _Fc aF~s *%3xmrKUmo?dotB߶+k1'fvl<< czW7t@W x%n?mu&IRXoDb)*8>uKJc|xb 0HE.tB  V 7w`/҂66W7@t(-'ABh@XKNzdx^Pz&W t=x-{?bynۥhw{{u$o-MF#T !+$Dln 3_(wsB`Yʧ|Hd?x¼Q‚023j gEA EPA~ٲRl9s?25Rȍ#$H@v (d>0UBW+WdQ @Yr+XZ,cm;۴Yʝk \3J8…|xqLpH/7gG?,|AA aN!B-1h0a a<͛HH#Bs$0/CSO E~a? ZtK:z@Uޭo+ܫe:}q Vuu_ZЁ.\TB0A-&bЀPV, EapvgQ0 >   =vPB4DfaI!"q!Z9K-^H̙h180H"ΏC>i 9pRnA$sv| $ MK5c.7\~u j``ZZMQ3p# =`JP cTZd>eĠp1Qg3ܐlߴAeܳ%P`Ј>$']hxvEB%.v`6 ZS|~@"E1&ڬG,YC"z5`Bw[P * .[F* \3Y _qGdE Bޡ5o-h/f3N`M }ITk?fuQ&\y  Fdpp4"7\ܵHS&uH03F#A $9PC@~ J" g#yՏF AD`{ ]< ,d jnKYml#ڰ9~6،!Aܠ?dA>"9J0YB!|DE:.Ua FBE*:g:PK3=ln\Ɇ#&l@nX&P% ^ʰuGl,T3#D!& WwG8֡p4&3`z2y5)h؍ 0Q#:l"ΐ'0# @o9Đsj'TJ=**H B^(9R3I:+tUP)zf =u~ ᯋnAML+ LMDž "8 p@p@͑v C|R()H|eBiAH0EXDr6 s2b2$LZ&[ppwp4S0lCVM62@-dBD~%or (/A$, %hRɌ!4@jR)<ՅfIf.ٕ g8(_GGh&Ec܁["Zmm(^$*̢q"f$ `MQJ6NVRJPpIAj&T 5gF XF݉*M#-4Bg%+hDTlTqN t|"f~GQ$]Cjʲ&2#a+: ߐlϦ#XNghԒg,JB>ohZNB/Tn  ,|(9"5hl#,u]{7}c+kA$T%+PP:b.\-uu("zX2鎯56ٞl.~&VA`d.lPJ_,B:t^&[PA$cLoBlHp^oQpmAZD.ygށ8V{n a%)a/% Z,A=Jo$BW.܊ubGvAt9b]d/( 4Nmn: W}@ioۿb V&Hq '/8%X%FRE TPDD@#$&W0fLhjDQ[&zq$2cpN԰ @0(r!BVlQs Xf{3k8gG9{myXTȲ={1a3r!1#HfRx,FcTwsFl`t8qe ٍ cdҜr+B{K4HnS.B>Oe 20r\1A+8#H*R L <Hq7SuFW5Uu "|bإH1 mq%4w%?wdOql u Bvr7Pp6IȎfF*S k6 &ЀxU-9ާ"BO(AAq!n7AL :wFCCtgt!|Hh;(DL0鷔Viv)}D $V8a:G+HjU#ϐ[KDfϾ/Lg бq&Agl039! Qlhh,pKt$HJ>rhŀN=D(|ţVŒ` TGjU'+7:b-ދ+.t>~ Sb Њ ddf݄wZ Y㖘Zhq\]$!pCHa&J]^D9UG"*)U+Jk8-b/3On>h[X>1e鮥]rhe={sхQryfT%9X$̋N.' =lYZR0!.`#KXc:ܮ lЂtwhUƾ4mAcU2wKٴ20p4ŷ:8Df7EIh&9t 25) _d%JQ2`4pw @,+Mx+4AAnFș qdq=Cф o]+"Dx#fNGb!֠$ txG\E+_J6EPъCB{JEȧS<@;ʑv8+FU'ZrfhniD >D2A  ^PBnbHχzv$9 )1X<; x}A:F,2*Ms3̨,w*8L0 E0.DJ o#CF=ԃ0S[St!,/DG$J'u_sbqʼn]g݀}Hd c@ڄv^,sLƫƌ=- zB:Z X[n;<k `U7׳{!1vb[|a_=>[pm`KF}<FkeR }[:cFz`"5- C4A<`f YZ0,A\:$懫~(,+ M Nz(Kی܎bNnʾ>(.#*Ee.DB,p   7"g~ ƀhꂈO| TO\0,̃ 0V,=ڶ(/>шŠMJMn.F$3znS"p Ъ@-3Ht jPP~NtP2 aL$( k+, PJ*x>$~e CXL Dy>BPAL$膎, 6 Oհ\D`7(Q)I&!ݑ=ϰ a Q+"@^>$fx0 aIdJ >2GoP3P4DA/rߔ`DjDq8HI#[Ӕtw/ @% o]7goG!{Y؆!Ag/#a]sقk, Yxx93! *ܞ8c!RҊ?2"Uyx_eɢQ`v1yIY7s@!:wqdqYq5z 7=zL󑮹|`Mw֥Mpќa3 =Y4GPaWYli"Q95wwUzQo5fG %T@K zrKIq7bF+@ ^ѮB~'y(X:c+MZ+ZШy"ކ-["47+@2%tڸ yCuyڙ댣u[Ly{TaYNz~-\nXD@d+{YǡŔ YSPw:nERmBE-~>RX{7ohS. }jC4rGX9o/ya r+}T AY]?K췕*FB=AНާoZ@ ("0")eƍ;z܈"F^,y"O#*D80ӦrĂy8 P*t[JUrjC6EGo{h J/o13B)950:]ySM9fg+G-]KQog~ wljv dN\8֓OU^60+ݫW%E 0| a(_~]a)#]Gml2UƖ:SXM.kG<=>X_e-@њTz﹭;׺a./tw( *]T32#P:d*3kl+GǦ85&fo2 *j^~mFk$|"҇9)t[U4( A&J}+;..LhNyLHOJTAVB 2t `ӵtlٖHq/ {I}y)Yd9u|0Fv933@:y%yAԡ;aVB^fI"Qɚb'=U zy[I@gYgYWɖҀqI'hX#ox8fF+RBB$|@,CѢeTwݗ4%i+a~M8g~@  :yj3bWah9BGDSz ciږQph!c!A(8bXŧj+|.F)S: dU,8ۤqr=J`@JOP<0~~0aUB\9J`JndgVnu75FFl@8t$ 'C)*'~2,R8CG340EESQa Q0qY`v)Ct&p?b4RKg8_dGMGCS 2\Ȍ*۳2Aw8:Gɓk2l:Q qIȏ4 550NUZz dܫ: oZ?p&0E&Ffejv6| 7M-Ly|,A+37=Me:>\ɭQ~+ԤN [yC&W\^n7s>u>"lYEwbuP!DL#'+)X7s  :M3!}} ؏ Sq9Y;U :ew@}JԩYںˠXǵa]  z)i7֥Dq\t,|xLvX~G$+@ӆ݈,،8[YFlʡٙ`rKڳ4q $`ڹ _%U=XK\ |} )M1n])2 ½5B|X 3|l̍3qTY-wT}6k8+^؋k,B:S\e;585PU VSA=tY }Pox۸P">D&@(:vYv}j k(, 4ތ9:y'w 5RME~I۴[n d}nU~YpnDG0nLEeWjn> SH+猫x{n62X9iY%~ KJP8; jЯK/c\t L ŞUn֑u!!o *b-ǵh$$,/L~.%B3ȅ<Ƀ-#.=;@{5.UmCnn\X 霞` U"F_l5@WtmL7pi)9lޘ1+݊KQñ_A=:1#8_SԮ~KJUTH>[ʵXEPU/HnmDGQ?yߤ4{M* Yع.ka@cM{Go,~wO:^b 1,9}vڴ<L^\O非`^@C5>0:Wh~ L]JYZj9ClB]"\!u,Zv";}iӁL$3e), (,4mlIRgb)}tЕ9YfprMv萋D.ӥkTyF :\TQ"M +V{WE-6n.X:uް!2d-_΃Es7Lx6ZtpM: GnqMf:t L0"v %#cҩTQAÄ)x3k|iT!eЖDQ2uõi`j+"K.i4.#ꫯ;܈,KKA HѸ!U;$emq̙8gRK*9:3>{k Oތ8,><&*=SOި@v @) -tS!68OA qD9CHR< 6"YOqvL^5`%6& Y(}+'h➡+N!5b+&'6 W<7% άύMvyAsL/?s?]A:BKRu3M*N(Q],d6rpYCჼ"AM#Xێ}2JCg82 jL.ڟ>ɨ؝'6 W^]SW:[ȶ7>wP-PKaCI;2½+[TIQUUU`f@!\X;ٓ%% ũ ;deiےrݝM%D^f.&]ޕxl҉~v6ԋm?E}`s#_#6L3{ۧ(*iTS3(bU${fe r\P!WAj~u$-I6 9JW P0u@X-B$:D&C dmx]xp24 z֙G"?U]@H}{˧  1brAheFFnT\؈9]LscEW;CQ .H Z"t.<ҧM',@&9< 4lB{2^W)}(X@W2m-zУңf e11E71ef$cB4F-p27us6sTt ' 6H$'+W;K5݅G&t=5*|VcOyAPmہ3X !|cQ~4w'~8,bR"VLiS>u1`<G"ٌ *l$8 8f4k)Aw&γXXO*/&IVñ?! e!n#'YG>FH*-!B@ g@/ -r1`fhMy\Ά"5djSD;hO$kϮ֫+=tBMO?*5\qW>Y}Ь\0)JL/)pE sBp4l(Y? ȴla܂YjcdZ󬴦Nj059Ykd xY&yafU1VF &|%V¥7u0d4TH#~@e_v9aٳZ޲`I|<4lruΘHU;VI1lfrX6Om㥬8ϘtRj3u]%r6?,"n&zmiF+o֧kM[ô8iZ ҩcxRcua%An۰i\Zwq!峳hx ~qhþE !?&먠 hJC8; ~1暹˾tP 1Iu K9p,-8 Qѳ¹<5+xp(p8 +;X3B#Z Tr` Խ+3p0t ;FےH0j; 1>C2*(p;c4Z+k$<.؂R|B!(?+, xH=^ K@Ջ[x'ڊv-{* hEYGDL Ay2l< aBZ;4&-`ڴMDH KdHLd `H%K/+*\I̽ݣ*@T鸗uL6=;R>Lv=J.G\ 8D7Dɮȳ<@׼:E$KH)X1V?+M;MZ#,HdJIDQmQKD8;@;DRI*; [ 蠞$dRlTM!6AUTRp=U&NAFG)O*+-н‚SCP19SW M4VdPlVgxKأE#4|ްVJ֖֏`㐅[=a [?~ۺTAeB昝GƌӖJJI""dJPDQy)Ne+]Y\#iҌ i72m((`2MZTVM0f4:P F=ՙ ?ӚfKD钆AԼfC߾4]C/ 2)2I+R8"b#9v]S񙮤%F,YglK[/ӱW [5:\&#`+LVh=b ^\aXkFּ =KTi*d@ElNU%'i@ok(H)4+ή%FДbKM4?_SV IW~6M& bIhIАј0p2PU-f`E^(;kk\3a6*nVlN+fUcoxCd# wnѣ>jFN ь_ӶDy:+~ $۶o.SFì I%[kJ֑Nn[n=ZN юkc[@@os6\v vk?f?&ln(7Q&wLB(ws\w#%Bs%O'Жq[4{_(SxU8P%sZ8xWz\gӐPu&x 6v &;x=sŎ෾>V{>_&flTRq5FdDxS|(#(c]p4})|%:O3uv{xl g[輞@ϙ5l{f~nx+(~_W\-I63|N(]zM XT8DWj}Nʢzb҂j7mĈ+Eܘa#>s댟?^7n9͐!7.`…?vxE7chq#C"I2 M,Ybz$QϩKϟa1ztRDH9%ST'@2d\ X PYRV[o5`إ]U_R5# VbQABWc1H0]e+!iDaћkGF1Aqm$sMPDܹ!jo'jniQt͍T ~dK- .`h{K4}SSaW >eU j0AB D8aa ?]!v!$)"p"aXcI2B#YemIpn؆n懐NRZTY69&Ar|j}ffwI4QoRDgxDR~z:j( ( , 1餓OQQG  8 T d[U ae*f` tX^!^$hb2rI{,ecDmmXR )%B"aƺHk 9PA}ՅawYt|rx;'((@<9 M_`񤔚)Սc` I^*z-L4%Xj2@_&ׇJT"mi[kvl0jv[Wu$r& T8a@Ѐ<r,z0Q1A"dEQTh Nee+jPFEvC .VaF۝ ZYgIp+G0eW!z^V^ JD"771jш}x5xp5{r '@v$ج-N`0`4h@4 b8`5(l%aR)\aɂ+rYS%xq%$C ,(C f"NiG))')L(@HPq r4M@P-Z"Id")@↠5$$?<2:H@ILh. t6hztPʖ'a`+A2=$㔂^ 51`YN˳܅\(Sbb̢@3M#"6(.- Hj& g! gU@4|` DqmV "p3`7 _ i@XšH9yƺ4 BF-d!8 H 4 @h/* vAH#JRRJasSJSBB/]+0H@-hAԀ,bbGM2ȟ^&ݖjL?  B (m}'?ZA y,D$C~JHkbK`V EJd5(a( :YlT ,D,V&H`Ptb BlCp /x6/qqh\U@cFe&3l9k> 8sH" Hv 8 ! 0 @EC NsZ$6q%izs!1BMU8mAS-BLT8H|[\2x2p9O::|㳯k>KGJȩ 'S ;7oM p-@ :%?{z&.qFrX}WAַ5SEA ^ ;d_1BԆAld52<DŽJ5j[×5f򙟏=Műv!W@h{D /16 .RZܴǣ86aqBKLn ɱ:.ZϦ(+^!ېȾYR*اL\#Њk =ejDiHy }J ֛Gu[lJgᅷ1.ӎkZX{`47d%"4X =wG<?;@-j(x׶ GMw=j?0r0\r)4s4dðzesFW[1`P<{Q1{J{=1BWq|PsO oP?hFgEaAo}vj'7q~^v~~(%ZjxYZgJQ0()rme^(+_tyfr5r!05Kk0zh dc` à\Ȣ;^&K,q,6]AJ2$q!suc7rRVpN|5g0MX}%W}[vkZ&`hP80zgxP HbEJM B=x{ȇF"p050!0\U ЈxK81jPs.!Iy(d[1"90(Fp# z=m0pFnJ8Ar^gN1`gH7DGic_Sv7J)7I~&L"`Uw ` xHA%UyR|cS fЏgIck.f FA0 Q#IIE؇q)t,{0؊!( yi#)1`iN5gJċnf 5qċw.Px[ɔh!4i gZV א )bIhY68x(E`t=yy5$/*?5)stqe ^0' K`+0+6Rw51 lN? gk3ؒAvNNG6~/(OIZh?6:_} X:w߸)ә`YwRAS1`m牣g؞ c1ǐl^0z/*1٘P(Z2m , `jK9*n CEm%gPhm'uТv.ӛ}t~t985GJv AY4`fZ0jЙ ٤(1DV_v逅2 0cJPtC lfkZ0ছfM]֯vtV ʠQ p,`1R Z1p>Bɚ.t#4it3Yꏭ6nv~V ګ%x 0P j˺YjHc:hf0P   bK0dC7뚦 Ј)mH3 ^+:2"3( ;;+1Az&E8GmjkH 50)Xj඲-লSB0W Db `Ӱx׼p*9R+|moY[Z+#\;`껾bhhQKi^qtvt*{e^[ H,p0 0 (T$P}v$!+HHF`7GҢQ7Pj?۲2 . ô $ bGjw  P&@!qbfI{K0QRg`ʽIY302+&`i%`kl#c J\x<~\m>Pz^"%Z.'Q @?$ @t8j@'vm2`?x0ܺ7>P0 &٣: @ @! %Fb9,0)_@m__ܽ6c,|3p|BpE`<7p<0 Ky\C͞}~<ʕA`țط,ȇk.1 Q"pA, 6M$|Ƌ>y6ك0`?lsPÿ5Lý|/K3pYgaQA,x$@bpGPR<(A$|j7bcLEPG`xX|mu=+a ! y02j0&фB(i|Q pA8T$mt;F!E8CVn5]ܼ16,GL=lQbݼkgě 0 <Z(9ekXb,]EXp| ߌ} p+!%)4]( :ZP'N$ڧleuNsn '۸gF~V CP3MH],#sAIԤj< #wbIK(Yg-[p|Gp cLBp|ߌP p @Ӱ]VEfꢮ > Z=7z{%'Ұ0 8 p`9HKv/`V&f$x`Ěq  030O10=Vn>"Or[`xa+x;j׽+Z#FZbAq.R[މG@3Z~ߕ. @ O~  ~Vp\, # e/xќ,J 8|b$%~Wu 3d<xP7lr ngthd=G~͍}-|6Л 7j=qi.[1GP3pf<t@ _ ?_p@ / > 0!"?׶_x}׸?uM/?BB=A$i N̢f) ?Щ˾V&b̅}yiO^̽$JYzM2`x }T1H,Xԁ =8eΟK9"dF7e̘q>.ѡÅgHZZiZv8éS&Nm=ZN4*cD;hYVl`kJ"5 !MH K$Ybą+N2 , #СE M9gP:uޘ+1j,x6~aРAr1mحè}F 5A^6u e`/lX"fXq#GY0L0@v衊*KI,jAL!Bg P*%:bFzGdD" $pC>(D0<0 1Ō(4l1G38M)آB" 6!h C? )N 5>?n;۶˭nx3 ' l >bTQxUHrI*\y0B*<L'5id.abp&Z=QrJ[n]+ arW,zLdDQT< J$s,2@0: ֐D49`a )x5x 62f>8?1$6 e Q?.RGaԻJT,la6ƾwR5]%vre*U™*adAt1{j\6̖{n(-稤oZfJ@_90Ez2 &_ МF/hS924#8A'5 Q9?@!b mC_ٶH. /sS'THfaT f2Ȥ$btU#n .FJb 4h_ݬ"$F/ֶ>bD먛 *F5BRt.h@Πy5! Kh &W #X'Z˄FF:5 k:!-p3x~lդ Q9Ez8P( B䓪{}f!h0nHXKp @X+B@DZԂAO.,Y@]*k 6g- )IپuhrTx60 lյ d! X@~3Sw&g0 ` C|;i ~p *<95P!8"8x./7nLaS6b`}cG;yqh:;HʮR?(R2##a,<\.Hp npQ+GiIFJb7m=04)1l@! Bm'@ gH&2@! IHs0хfa 8- HA `cgxyAhAdA:שEL <8@ ascr}(>(՞AFȏwd0,VH4h16bBiR4:io/9A▁(JQ{TP) &1Xav|I p&das80VD/0 $"bFq xƳN=kƛ[ 0#P>ާ8>fB2- yV-kRΧ!]o+nV3K-y\,ȽqpVԡf垤=pB,W's\\&@g(=pt rIOVP}K(mذ7 ;ܐ:1ogzgv f@89ѽbp&@*<oLU|# RrBAƵv vow[![1J}TԦv dlw&3{a EdaaÆXK*" xoթ1(k Zk҃E4COxT,x;wOf6 b]jt,@5s/)rd^2K oBrPMd@GQ{ ,@]rK[Z3=@q60L]™w*\N5pfMC{S쀸G8-(*XYx@Y8K:0񼓲ы )hUSX50{ӅA!3AXRK QhK(( @ ؾ{/!sɄa`6,p&(#CH48dzrC'<6J)hBHF)xG@D|1\D](H1,b8)[!=aXO<=XhAJE1Ɋ8; LIK˄DtYxɊML̮cݫ6Tn6hӪs# Ψh3(2H~:!Y$Jb+*)0˳Ǵk}T~Kt ĊK =gH +dAόHǼJLL L  YPtL1;ҬPh 9kZA&ל;#ٴ@e; kJk-(Ȁ@! x <*!C`)G'[@'$6&a { ->XAdŹݮL\PH̄,ԃ Џ0 #F-!  MEش 1m[nBi<3P8%8ER[%Wh40K(3N):rd(7R/C'.=a d2P*3̄kЅZ| +@QSuOd=pЄT<W|I}P}5T WUTEЄ̄T"0ŇԀT2nQ (JsVrI0:Ђ`My60AHR(aUH/H, (3FP!ѱQ@$q!9;c3r%;jL|O~-X%XXдkɜtXNOPVW(Y"}=VhieMZFS].\݁FK@lD}0>f in4x+ng;c謥7&iCb.FѰî NlDi戎?%m_OJi.hƖ#Q& 6Jr\7~ (imzoz^krEǣ֙Inp]j -r7&9Tw}qH?d Rۇ.~oeESF?GxTov5\`.Hu!, h_Xrzm.|z.BЂ?UҜM:ˬ דC<8K/[;rb@XCHnF|h#oe}X6Qo'_(MK@#x~8H.6p(V9[,tl`(0SWc 4x,| pEA+SG /&ØQC 7 ɢG#-f4"X Bd+]ňg*^|q#%BJ(yRJ-?CnZ͛tT jډ2mw׷ 4֯=z&bhX-t a]cE@|Y`D!&Hb~41DiCч" qQcaFm$D="Ax!=ts`H"y1 ,p I2 LҘ&5ӛADVs*Vl@9sw\18!t ϶ H4)@&s n78*.tˀwB CȘڰf@Xkz4{ ihMiLQKtbDJ?*HQ )f `fkd+sI$Ơ mӥvژ]~@f#Oؓ00@~}"P#Qӆdr6҈/5'p6EUG%Ӎ(WJ(@VA 1I4ͬ@rc$fcA  q 7A 8+?XM! 5e+;BˬzZ.j,LqI0{ѱq\TY,[4O*/kr.`Ȱ\paqp1(2nj /yl,el+U=Fj xhbE_+%3[d@-ᄠB(.pܕ `a5@?PmXe#IT E娨m'-05 ,̯1+1Er7 -ֱɞ4d;V>.sc&P($t fÆӌB7̤vW$6(~,V OFO(ilhCCANP4p E%^E`Qs }:K2~ݞ&|Z U14d 8h <aPrpf4f(X# KZB!<=Q.nem9ڇh:rᕤʒt&_w|ɵ-Ab* ߃8Ch7 M3h."žf!H-BCԡD-H#^Tɭ+hYeGJX{.wS#E7("TpXpmN­j⼾dGvj<zO+ZQEe|_Fn.gN8pFdgbK^ !Q!Rh\}'7 y a3c&2y^M!&[Cb]!B>#BA t bbݡbuALB Cnʫ 3:A^\HK L+i7z#Ij͕.TI$]>UX <))F#>-K=Bh@^fb%FSeCASHD"^3BA#TiQ+H6e[^8æN]T(f;΀XM Nޣc:b-bC/dAbkXr&)igW:G@bJCZ7@ W68'mgXԔKdfYpciq-BR*<2ddhsBwR$a%-a+6k8$'Z}{@ZI fœOh,ZY- sЎ\Jh-j\(Nndp_n(KJ TH{:G%L&fW45T2aA[  ֭bpV(%V chi"uNktfEȘ0hlC9ɉV,8>\)mRZ &؞ujV(*9B# hDD 1\D߇AfV阞}c[ !˛$Yn22_rP%u鈈@!Bfxt쪘E  Lμ,{ZLk'X^A p(  *&+/$#ZM h!@BAD$lk|\`pxuyR6@8j%,Ceꬌ4++of"(Ʀlә%,"+.%H-A!NaHclzآm4Ƈd,BtYYjCl.|Ї2" ,r*AA-nh4Sjn~+\oA ,񪑌l^e0kŎ* Hhf b|.o &jz/0%XՖ,QP.ǎmٞ/ڶڮFNjrƒƧ:'>Yx•Af08 )D’@Zn0J i@ԑٶDd"|U5y֭`ށspC\ o# (/7$Sq0m@&`ST@5T@iN_ l*-V@4$ d%Gd_A$3/+A%+84P`BxToٶ*FF+F`F(,WLZz*L's1SЎY%f"n|>xA^5[1$, =T ZǾ*Y9Y --,?̺%<GǛBćUi ,ezLFQr^A6;! d' 8 nRg9Mϸf 1.iZ ^i'ZOj{5W85bKLE[Wtm H pĆA3HU lc[.AtM`v.-w/4Sx+M]56qj7XWX+}wD X o!A\![5x K8cu8bss- ;(|xyS&ŸtiQti8Fx AGu5_3DF ;s,q*,x2ysBcC6 eeL1B'MP ț3Ђ%E'p"oG#$Aw5+j9IT B D:*5N-7+=xwcQ3MlxDf f U@TC r"A2n.1x:W=޹}'@Aop^w:TٲrTsPs@O#uKvÖЄl{!Kn lѺ'*ϟ>_AQ@5^׆:?=Ձ@;>r菏YJ9L@68uÕ:ǃcΉɃxFz-@t2H#3ɻ DAA|8åp8G @i5$қ/7B,'tj?ﱶW./:W;ĸgX0SS5;"Go3 z<'+l⟏x1 4;B<H|HXU+ݱ̲s|[LT;C߄|, 0xaB 6tbD :ЁX-ZaRF %JAr"n % #IfLrS:ɀ!SfOPAB  O.h#$h !"iڵ7l1Â@JԵmܸ7pڴgNbqM+W\׊(x} xujի p1FFw1$I3S(M4ϬDN0b!tӇY’BNB*VY7d6C̖Lv]dAo7޽L+';ƩıZY'vp3@#44ܐ *kb㈏nMN*aވxA$d&rJG 1P¹"%@h`.H< k!Ztoo+? \rly %<@zm* "t!!XD/&pG CDq"#&V8 3zBě< 1\Z=r>KL/Opn(t Zd3v-CA5BuCK<% `0& ɰeQKuHA@B"'cUY%5:z 7вښϭD2??LXMiә\<1Oݙ>9sQ#npG}%?¸^6E%" b("+C 6uZc d2fRNs06xFlųx,Թ_O2Eg#vCa$GEI# TG1u=lAHő^c ?*ƞ,N 3㸄/عec:4Wf;|AqA6p?g (Z`$; t+VRd.-8Y/:;#Bw#b \}6֞.̣ݢwT?[=s<c̴5=}9Y psV n0ݏEC!?#C^@@T" Zh3Œ!Ԡm![B70?'^ W\;A\ȃxg>C\,.~n` N 5ʓf .SCญ,kociYе- -"satM y?@Ro ʐq"!9:?Nn"<ǰ.h YƵsKɻWy=/{fO{ YX%BD,GCasQ!1"Ip# *%DӘh-YEvT4=Dͧ2!E AԲ ԅm`¾,Yjz =r Ō!-=m32$YykE7F0"=\ZZh2 ^Hs= va H`b BcPT <g\-n~E[ڻͱ kDLv[r>طgUDrx2 )AҹnOLTp N 6RA  e\E2?Ŗ 7>^iMwģV >148`?h&hta, bZ0WH2'ko -x@,4^^@6|TN-i˃&+ e Dlw f<34zV[W#V9 EbX t BƜݴahE1/Nkc|}KPr *G̪ԲetTkŖ#Lq6Y9 [`k[`q]g-H "`Nx1ȣ mksƄ;{A+Hj׽n]z(cV&Rya1ѽVfr0ӇZ56!B &P4y#IpqKP"U$Hw1gq7Z =_]M /I 7R>Я\,z1W >wKӔ '<[a!q!Qš_ڈx.8cbj=dLmǴY̭sRP˕rG'һ<[?zpbM?.KsUא+$ΎHjI+0NdTH&fab m0,F.OyJKïLFݬYfPJ82tNfȇqO"LtD@.hfOA O Ix@ +HPll<<*C ހmP.czA˶Lz2n+iZO`H}* vϾz.. R ڢmJ" oKYP܍H耉õ1pd7A[& Xo En6t()+  gamEubLlz +" o/1 ؤ4%jA22PCd- *v ڊm8ZQ(ц^RF"b <r!`K".@z1Y #pANHRP5 N %3A<vު & Rh/ـR*R2m) h a3"!@ ڠj "dlB V0a#Me2 1pm Ll@ E`'mtsn 0 ('2+S *s**m<5,ݤȡ6#c($,[6!3 "S8%b0l.:IJto3<s)/ A*ѳ1fj@ 5sI5Z0 #6˒M1$pҶ?@o %1r!&k z͸:=B:N IJ'$'~xI42%(REs eEB=n+st? ,W H[?,cˁN7q23P@P8ЪK;Ta9+4Ll ,MOI~ M!+0dZ9jS󮱘dز-+yI1Qu? _];@udhLV+KbN_c`t(K4ZVQu$|2A$S-]iTe L6N0M Lb6jj8Ɠ<~'Y5 "V+xPW6d,޴nexPe)C@Ko13*fo&v )UK ^5L_siyt{ai$AuYW)_X#!d44lm(2w 1ޞGlPnqx4$N$y\ev8zq  TUL _Q:$5muHtn7/Refe+y3l6SW<2zK.3BAT9{ 0}VU[u0ˮhCsxMy:DD $!-E}bexGG/"ceюSSM!U2XyefAƘ./OTT{rj&[X !.}ex`  `PJFA3l4ըL2Y2yȏ1YxUo3-#*eUou _A3{./q5J׌4{B{#UoϘ5$bX}Ѡ9yj1[*=Ġȹ e&0$Hwoٞق5՟glMI86qs6RW"^)LN:c51;e_Mq(G=Y yV JJm‣esEyxU7ye9@'yeC¥ "7q&G5U^%z0|s9-Է:~6j=pD!u+ ӟ sWզZ@y6IvKd!T9o_Y}8#g:1;Px[ϳzag݌ָر|eՈN"fOXi•XH;1NQ\+o: ԟSIO pǘ`͑2=D{gN{P7t'[ۏ6i;`3q4=A\Yj:Yd3@xHs)7# Wc4z1 p<q9^[{W s'TItgiњ0!Iݼ}3d=ˋ{G*#KyxqeV4UK <@\3Tq9BIuB>۵ q׶\&ǽ[ds#LWE7 Q+?JÌʛw7#Z!͉d{}{-!>} WBO @B 2|1"D Z łe`#̔iS4hе#&&UzTY.\Йv4#Exzc%d(5k0`Ԩ-cnji捥 Ez 7$HrBƍ5!p` m&5~l"LӆYtZqƙ4njʡCW3gt}-M(M>P8ɑ(^07N]EΛ{LN#Ȃ"? 7i!\-m&ΛWh%F"]i7!hUUW_EYgZW!oU]}}a` Pa 6bb9dYfYfuYhSZj69&[;nlRo&pGqTA9] ]FagwyW\I'RyMN{qI%I)US7Z  1Zh FN(#sa3Ra#~XI6jdzy*hvڍ9NkH1"&$pGmץAUV6Efu2WqJR`C'iVA{&PYQG)uy RYeUZ 1`(frEBH ?BDH]Zzijj#nXyb8j06Ը9LlmF$^{u 1D}Ж?c+ڎu ByޚkV;|U'R;oOUWU0ġt)̷’#%C\Z6!Xo*WyVFCa c\ʗ^O{#KaC%`!ÔD)UDpFZExe:"eSxֺ0hG6:aZ\7g<-V.u' J:E JrP=(_%aUf@z##!D"1 xH H%*Tn8O=n~aѩZŒa.^4l2CWh$ S$ J Ĭl1ZNu( $9 ,@3Hx4ZH4\NrbuI7r/Oh_Ђ {Z2<\qG=Hq/}E-n1cYj3F y"E7,qqnKB݁3lR 2$&; NxNHX1EO&^_9@H }(P05 %ޠ3} )H s('344G^d*BZcNڝg4NHrӎE$SI*FCMmb$LHг}\OmJ :2Al(D 0Aap[.j3h2Ptd+,n\1Y󚘖hNC ڝ}ǧl@ٮ:ٴi`b$j @ zș$2y\VDleK\65*Vaؚ÷•-P%D]0 #,X3!-oGlD |*aˆ"k2+Sg肿QIќH:g ǁ֏RjւAmm #BV2B q>pAsI] :!NIću`݇,CG\^D&eIH9U5Сߙn٦,Jz#Zy8hNes!}8rV Nppz)y37@)m9b]ױv(kGvȹ(be~MMјFn,s}3Yj,%: 69UHYЇ>CD2E[~Q1V= ec^Qo;] fgKvU^ |6w79з*WYuL<+W:_&rݷ:&gq~@rsD~;"ms\5: 'pBPnn/D=U/"3]Z aH`fi/vE|w|pK#Xfw%..LطCkdx#7ff~~ƃW~%O: -GK.b76urnOO,vkŅ3 _C{Q`Fpii0bw1qv v ^+|}X_ceX+23\+)Fcfm&4QԖ,?s~<DadR-s2aUI&nrB\ISxhbe\(9dm7 8HQ{'d>/ QQKvd|1+?wYeF38<刏hgH?s,1m Ah&HR:y-[TUU=G.lB o'btnXtntS6Đyi{hmٖh`'vd)!BQE|*9W >qC08xF5<~@M4,b-G ;g7G+!<[DUL@7 ]V6y`bcuׅTTj8Ɩn%dq81|j#1yY*ɒ׈YI3I8:SЄS5Ք$4:-Tؓqg-EhiH a8A WUpwQ0x@o`fr+P#&)Y+2)J2E3`Q k䪮5l27)5uSS깾APٟE d{ t;0+fW0uXC`00*q~2HF>Lg8i4 ׻ߨ9txJd xf!j,"[n8ze)I¯Rkǔ{L/+܍άܽ̔ӳC}7J>e?HD9+y-AA 4%SJH$bMǺ`ʠdzDo ,>x!A*)"'Rي?2Ғq}ǂ-|<͸F+}/ ӂw.\l ZFl) PTUWpB_uyz ɠx=uP 7bu6o÷#ϛʬ6x\|)7/7`ޜ G[DZa|bAK\U\z kQ|EV,bO ;lZ !nQ7rBCjƑCgEݼ8#lל{~z:Ӎ쳉Ҵf5;HٶB1Q R:J-h#ֿOb}XlVZp(a]! ȇ|ryG S| 1+z e8rګ׮=3+GBIъ 찥-9p ʖby1>0m a"M&wl) [ܷvܹ Mύ}8Þ59u5fV, r{ _]56g'gz {߫,i!]߃c/Aj d(59 nqz )+@}ljÓF!sNkG0[2^@ ;QݻDr݆, T/񉸈B{),[m$B:6=?=3?mAnpE75p ~tDFL L2:PO96 ڭ$)&co6Fz4Ubw^/Nl2__ M۰O0z&z^kŭ@OW^mq'rq>M qC\$ALv0U3Z\СsIc#F4is'$+%ARHBnx sL!Br9ƍ>} ZP7n"d&3J1-Lz 7C ڄ H:.c"":ب#@ NXzK '6p#:~E*> K-OpB\0&Q&D¿./8\L\2IԌ3J;C-Ob$ ]l=ͷvGN rtzƎFi; ;!/i44bj 8oBzrKhAG-t0pDOC%5_CYsQ\sԭ24-\I8"s!} ce.LVK.Z䩏:d5S sͭ/t%m׿zU߹Kr.Q!Pa#CL6+ŋIF1WXcVE<4ȍr_l*Z%-jWi'9\/M6b̥\uӽ$x5A<${^l~DZ{ඟyn[a3n& 6O]T_p `5UA5@K^!u동`%Dl!KYϠU#d%KZ,'K]!F0\Dx< (ք絭la GU(FF0GQ/ntM o*'f5kZDDb\"3.o20ǜlXN!z@,P[)q $hCzA B(lBfP;:ֲիxefy5VHUTѪXDQpZŕl29dȫ/:9 F0"Z:4D$%G.i@&9A{c847@%9B! Mec r0z'dC(HCלU<_H8.c(@8(7̇?S qH9iX#hHHҮ@4QKn~3 @MCS@H\`&Fw≞-#|᳆iË6 tDqI(X1R5k4*>3ZeI#4sB@/R̙$Ijűt?PWSN,]+$m_wV~}[`(eP!ۊLNs}D@ hfuEF{1 A9F8g"Y5y4u*AZ䠈Ftv[85NLS+¦~J^0'Z 23-f&J~Jo P5] H߽S'. _0oOfC&cр[bmoctF vgdžEa-\yk^}h&gix#.9d כ9vѱEG Kkqoޗ fu#|̽y43=cȳF(n42ޜ2[I!yq:7jQvػ:؂ۛ-Fؽ#;{8>+(廊瓻[A@@kc{+a0Z 91+`r)a>++% DLП02,# 2 K*lN{4:#h1D=:ۻ- p 9A᳂C$p>H#čc3 AADr6!K"$kKB&\B (/w gB/lDzC)%s ˒L72.@;D<@>\hQ?B̊4SD$q|ii'uTv䡾K$(!B.RdDRY9v##A@r@K*Q _Ȍl87D8@.8<>LijtzI[A`!-77L Jfk|ǣԞ!d+{lJ(j]⟓j7X<:B/4eŲ\#]K`, sK8ȽKh&qQ `0Aii|pIp8A0`K cLCI,\GઐdHĒ za(Ϥ6ʛ9*Zk.lH|̀Za :0숏vMhRM;4e=@N=FTɕ$T 6DTApd~q;ľ},OJJ;D"='Rt;HŇJ.(,UPP2&tvFS{M;lqQtZ"`I%AT #nd\qܭ kLQ>vQ y"5QA'T)7I+)5MSMi!H]ӐX 3Pa,c7l6}K`,-tEIΕ mdA ~C=DUTIGf㼅&ObLߐI#$!HH+EP% =KV y0m'1}{5b|KI؈fQYNF=EdD TFDQpDFrQHVDZ L Y[YvJ,£[M+J,傣MP-ePOdAʴ<$hJ=3aЄ%Fc.'љ_mF\'KEX@|V$5QF VDFѕ' `d>lܪޓ>>YmHe|l^7fZ&!zδ"ӶM-!#W16mMͨ `hbc7df+ܞz/Yp.sDF~ SEF&8<Oagdr^.gVmHQϓl&?QcHIWUwutڄ,nrם6莬r#UJX /e72Gade+ /7bO^FvĦpVdEvHorv-EP2qwS>]U]D8ިZwu,nF늮w*_|ouFM]Ys>T3߭\p5_?ٴp?Lc>vDYU]W>AGZlHl7d\Ey_؝ez_T7W? ^khV3?Y ۿ ?[hux>%zd&4r^*ߟf{gM*@GwX(*^t7eySyR{wbeɿ};&g:zo~_o<}Gis$4"Fg0.Њ(qD rHgKt. yJ*1J2&|^ށ',3МSM>}SИ>lGt5UX1A %Yejf^#J_|_+:#b)#UAcfjl.?2H!rF xfmkgFnrHiautAMWBIPO>tv%QGqFT|J. 'RgMHe'TQexTzK ؋TYVxaaHY$h ׯ#ub/{la!&9TQdcцotdqol"Rynn!֭SFF&smͩuv!CrQp CGR Jy%( dh:W)eHx`{jZQ6ebUX/^h$ >|h 4#r딊~QG*#!1X-4Xb!GŹ1I )j˱aE!vq/ YEE,yy]yň`` 4` < :0rQ@DApwDqddDx_$P( /fIuhЦ҄ "DGA[ w@NxS:HJMD)8A8P : :0.-@9tb/?@BeĘf:$03oBQ"P c% kXUI'>Tft2dا z;@B zi :,'Ql &)5n'ٚQ*l`,ikXӚ74rrpC(b:@l[Jl%0TY/@hк5ANiPpXQ(3c(Em%WWgf0a眄:|nD@4D2 ܧWaew|+"10ßdEڴ\$iȍFR)Y9ԥnH-kRkZ7P"YrꄧR/PwKY}h˦R6)dbUwYJ3#HPb &*@ ~d֠[(W.+({mvN(6KRRWF<\+侧hB^~4ySzӻᙾ4OS@"SU8nYRN~\]aν涩 H jl)3U~(,mQQ |X21#xH@B^Ol'x"R @zIi]a97Mi$\k#9P!:97cM;1NCU4=<#QUsJ!乄(fc(VS2ac93?=jv;YL#ܛƒAtKg 0`C)E綤H]!!7Kz6"fpMƦm{`4@x2fTw7r *pr#c?fL#)` dO#6wzٲsɖp>z0{RMYV.x]qbgTt8L?a|W|!gDhYƔ2YiGQ_2gPQP9Z] PQp.hN-~z#FllwopRiqC8 rP  N;=ywL6tg0!zStF/? XF{ke p{2>5LU7nluYgHA8HPDxIg1~s0PSx/X  /o@pvJaplxl0D0x؆iӅ[J4@jqvp(xVDU1QLuLX_QsC3p!"(sMi!D7{9p N 2mHan]·(]`,+ DSuX>=l``xuACθP <1O&z#SҍߨmXhhhqiY6 xX  }`j4$k*:);6Xu8.3wds41/pp zőS!!g8tZ Mf'I= !>OEu6|'* xQm!ѐ &GAO.0``P'uPHO%n(nXoD\pC0rx ЏjfF')٠C6U6oHYYz ab4 g<< A- cƃ2qh)= @ 'FHY.3)o%~ uRTPg7hZ&;#+.˲ʡڪ!%zpȩ@;s)ɒ)D4ʃWȺE W;RTY8j-ZyYHl~2ewxIojzZ :w[T-4r pp y5VpK'.2򱈚(cg͡g302 &P#P;#`k+Kڡ ڙV)MA뢳F-z6Xh.PE Ck'gt3gab*7~g;'Sn &J虷{㚎rqLxȧ/j00&P j&*й z$粄!lZB.|BP7077P2\:|;-K%i!  I @P^pѼHKkuM؛+ѹ. * }'@S /j & nܖ.5q;gpl qZ̯gq}Zp 7@`T1K5fKC1k@v^SJ5-0\G`X`E`L˺85|&[1뙝iĘ̞hK>PlyJkW|PkҰ, z[aNI`PZ%p܈QZgh5p!`yHșfh`jz kƟ$p dqɍ +”"%I1ofʩ+*-˲ly 22 ww2 < )`j!!M!%-SGCL;6 . , BŧlL7_}bh`R%t\nAP%WP)$t=x[õ є|    $|-s`|G-<*-GpX|@ӚP ە0 t0 7wܶ E 9&԰Km؍ݱ&˩Z3Jn涛)c]A mp#./P)?YK PD+ Z@*}zfZo?h;@+C; k#j P 0j Õ1(6R7hyp*)-˺m] t @ JN KN H. p <=mw74L3 @>%`&;,H7?0 V\nχͻH.,(9օjD:MItwٶ?3?`Qx@?ǔ +SGl0.ylyʞh2Y|0~!>K[xѽD㨝r[phP|>>/lۺp GJ P `ԞUP] 7Mӹ˽l˶|,1*C`jPn2V|unw'2㡃{8CMp$7o!^a`H.5v; ?>$?#̡7Objm:/j .n-DcEE$ *`CLNh04óΞW0UPԾaoΠҮn.ˍw r?wt_ަG%d=@(1= L,a߅Oi^`P hCT!φO2 +^\xBj 60T)"0k;NPYs@XPB01\m[^ ;^OޟOj892U0mP?`xĠFXX 8L`2ѣF p@ᢉ3gN3Z`Hū? H,1T͛6nq󦏢BQj Yn:!CbLP遢6e:Pn}T/p6uac*WСs ΐVb*JtD,X?pBfw:G3 ̅ǮJ#3+CK\&&L]|47nM<0YNiac4YM4iPBP9%*""&@K۴S ș Hlk:M T8@W`Bx)߀ GoE@ jbUiQ6E+?A%zwapK0;`]G NvxfKN3*940i\ eN33oM9&Ft%ݸC7grߘ ($b WBXb j= Ͼ,Z蠇.#ThWY*D75o99V ;*AP*ĭZf [ȎkG#DeLd"eM`_V 6- 1 ?ob-4)9C!kYŶ`D[HGO'i ?*4!.l1sC\ŠK2nWeTZ45O; Z@7senjL.3TfFU;{]}ݺ_՜+lW3ŌD"8zRCƒ7(IASC HA bC a iQhHCH R)46؁ڲo_+8L^L"Tv4#%@>g4r}N@ ?X}b- ?h MqQd 0QȔ^|PWOyd^9#vLPMzÛUݔ:ƎSG`kk~w5QU^Gge|70w۝r}.W VIB hl@h4Z4<*< dSKc558B9*ʯ)ٛ=(+b;(93.͘Z"iQ#Y"3B#<8+ $B4I4=Ph13PH(Es*耫CA@ԑǸ"@6X4$t#%+DF<+0B#4BsFslӤF/Þ1k_G1C:3;${C{?/`%p0@hȀ4[p)?)ȧID4*SID  - DKAȨS*UٓG!&;{A2]I A+ƩBfLgf$$Ƣ4sF:m*7xBrkhr@;6l?{G9QG?phH~6Е3H'L'xb)zXL#9Σ LčQt"&ȅL ($RR1):"FE X p2rg 4XFLFxNU 0 Ng;?Đ[*3H@4N @ APVȀ\IDH$9 K 8̼/&gЅ|S!4ugxa)MȃEX&J(ZMY`4AUTQZ3QP'+N/P)u1(u *t+Cx"0uCP&B0@SN l-W&7HO)(|HϋDDD(Eb0%j싕ZM#0QU&kQr@U]`U&LUUCƬB^-!+ !xɂ-(zVh=#  8&03x3PH1:'x*~ĖzRc$K @0,p!QU?;SaM2XAux0BY\Q;Fkܫ<]lF 廣EZ `VqDeY @ȟ1'$ 60мW{L ET' LEUu\gX]LĵE'sQtp5UY\ߔBRYv]=`" HF??-[T0} eÚ#d9<b z/0[}D H܃GNqY ڍ8p;U@E r[QC?+ 4F*0u.@;F4e;ݢm `)Hu!ayP'h?@BjFtĵ-kQV-Ȃ ΅!Z\`%"h2]be+.ը_0fm^/:869uj60ILJ<3^2PnBlkR$i*ʸ EQdcQ`Q<4NfZ M!UiŖo*G`;D.E> 8d(G@Oz.!3:e]=%ЮD׍L?D )&I|&'ɠӎ0Ocr_ɞu%W&\U)/f.ig~+G]!>Cl ȫ6N6ls Aƃn<9MS4mx獄?pNm9rvA^d Er9@FH*bd>u$w=Vc8XIEY\)obƈZ!,0|9>؁3âň`^^:gjVlGhTHC g[/`w w)^jq$c:PGQ ۬܃O섇 5d 0(Hdyi?hElv%O*T8_[?Xt[@Nh|*{N]L\hRM藿~z~?Y3FNduW_i eKx8p.|{.3i1w(r\ r/"d2HƦHG0ېGqtrzMA\Hd@T␕Y1r;ذaF+X}_hkyƷ~І! ׾qK ӑʋat$HaSl|! F*p" RONkw/%T!̰Vb#t,B7sY``3Mx3x ooIcF-?`F!{`h]zR5,TGlݑHJ-IZT$KA -h27G%Z.|кO5_D mŸ!:Ӗ5v (T0pw` ؤ A(oC FmQp3*pݻȰ^: j!<74q @,2s_ ÃҀBh!p q-.ax $:B&H bmreEm7n8N\XP{$J!3 %KR!, k*C"U<"$u 0 b;-īc<3Pa e%'т}6xa2&AuGlar3 %c^1%RJƠRլv˦] RHؼZƶPRy/Mh(!s3aJo``298A(Ka 8 aD$(E+['N&%g`6^u l,l:FLDžE#{q5o,4aCs-`0 \^h S% 1B7떦mj X@^&JUc9kh>;bhZQʿ#0|+l'›rf%fwMdz}>s$qu5a u7z\]//H^]^n D]ĈK/tScM {*NkFّ H}57.y%8'  r jO&ex 9`j5(=_qR5ݼJ sJl|ftx88'la~"-`d !TMOjѨ| !ԁL-AQl)mt=FlC< (#&3XߪX X# *-"!A/Iᠦf Vpg0 ^t`7F H6,Wi!ӡJ\5 鰢z/T>NDaO0NTg Dށ4 al54]6ޑ7@CAIN-UJ%}TEKU ݵ_=MN$Ph! (]H \M T u9VbXeApW&LNDLbIX8ZZRE\"CFljA`Dh|](F0Ade=*M0Y5r%m<I!X:!GDӍx'^GJ&B.̥ՙù%kl,ayмщ6ZڈΧ&<)VSȁ-z4+>k@4(ȗ66Ȋ+Rh(D , E$F$I* m,l 쯾d,( (l.)&)%0hDƤNH uhj@ׂm֠Ar ¾E$)k҈ G-:'"U>^c!x^!zA%n(*)s@( u. T I p:zȸB A mQnBXG&֭6]m1|K -}An"*8&QRn@T _\onɢ(1fn.pݫ¦H@O}/z.KX=*+c,0;06q#0%tJQ@ %c׊lkA("(2a)80ZN@8&U*>vȼ$ 3";,bBLʶP@_0!.$iB"tn 2D 0G(Pfr6nܶp2 m3Ysq{NW\Ŋ(@< ē*YRPzkV[vlX_ dJ`)Rd 3¦O!Aa A`#'ItbCfOdɑ 3i~X0a B4T6gǐ#?<%7_7<+p#7mZ9tΜbw(H6uԱ۹w+>V),Gn5čt hP/} 1k@1 Cd0& l Bp4BzCx#.*L#D2$Fh7|Apj*Nhi* )ꔺ;<$bD>xK.暯> $) ,010%SL DdDzE8c iP0 MH{A\>؈T\Lh饘| ሻiFCuqǣH*dq)SV]݊6ѥZiDAj8 ‹[E 2CЖ6MB3Pp7XmgS6!b;.QZY9~TTՄ>Ora*a$)(={o`k, 33ŤEPD[G# <[ *PSM! =ve[4ޕ׷IFnʱZ+Ul$ZJ]1kcd!xCkd,D8qC5x MSH t[Dvm> t{ezRS&Q:eϪ:iЎҊ)3浄a7(0foE{G63H3CC0sWD ~n HG}_(S4;@.hE P VX+`enz)'1Dq{ك!q\:TL Y]Jmn$[t4mܯtS0yKJ^U lX6Ag\A̕[0&ς3/ہ5zu'PBB8j435CDsLѽjTKdA)*D4ٞ! A)|zeF{ؠ(GбKf2]I1jBtrdRÆX6eI܆D,qp(j8:ΦjQu`G@b<>Q@V;x@]Tv[zWFɧJ` BAy*SXf =*3$Rha Zp5Ld@"l@%kC @^Mo8: eDr @:W&܄ vP+:*md{ opDȐQ%@CW-Vz(i$0Rӥ.fL }iI؟6LhTȳ(S|:MjvZZlX2q;'q եYoef0:e.kS2U4`RS `sA2଩fԱ?թNjiFMJz6;ehZ* h`kbUp X6!T #Uڥ`6^z(\ Ȱ8\Aj40Nw )x[7~CM;/ӑc,)(%)L}ک6AbԶǶK<’ #lj^\8㣇AK!a>HMc 8%8/8E98/ȷ(EqT$obZ R//Vd6" 4l5 #zIYA j !G"-M3cиYdy?O$'@Ir*BTRJOsɢ2 `Z=%.[.G-e284̵#^]|3ˉg>V&:Tvs5 ڦs)Q9Kt<ԢiR'T%`P<%u8n Tu7q t5˕hĖ =Q9J=F.\3}qcpȠ mwSrCɽgY9Jyk(STϑDY*&5~ 被7V=%Kݬgm `C3 P8Fr#&alJ@h!"!KĔ Z9^#w%;].ѹR7u2n0q8Α<Ş3;]%?ܻ4:;-w1Eq$' j}6<FE=4Ͻ"r"=%ցr"m6i,P+-+7;-1*L ȈJ@/0/JO931-n1֠13 \XMf_PoTr*QzS~0FR/6r,9? ?u-C-1ʁ TBBP 8T:t5ѣXN *E1^hiOFj!"2+I($[["\ST-27-i]T+aӆK[6`V4M&ߑ!`!ap\  RP00b_47"F =I*{q'sʁRZWde6IYԞe GJ AAՠn^U-T9_h`_0&Ww5`AT 0Z~ Sϰ$f1ڐ js* Q3mCȆ:E翠Rvn5Sȯ]7 qq^`_|_줖jBT ܠ;y ='%Pbs(vFR45wݓBIm}_"xRdMSW+72@iTȖqWLc2hchcPj&q p 'zNwń02 _bCPQ54yw#nGRRXS˂W\3dwo.kAhzmaS=PXB)4Vg՚*Wl:MjStYTu%$eeAd xޓZ}ՁdT,R+M wnG%zX׍wAu'gt*h_/rK|&o QaS]Q<0v~ EY+ pM4+{Q+RaS, Xy ɒٟ͸[oshQpXN՗؎8Ƙ!%_|b.W]`ͨKwa˱(/Y7TQr,]B41vjyw|ZUx7FVdx)x*PU> :;dZ7vJ㸡S5WΨB%g`VW *waCozA:Z{^BZ(n$s,):Y''yqTdXҙ A ~(_- .X8$2C?C$ :zfH2J!mǗ;j cpJ;;,sINܸMy\rժ:]^;zmSLpZ jTVJY[ @૬86Zfö=6.ױ\huըM3eԡC.4ltڱUWr.tLԨD8s +G9-F7f0 gԨ1D3cƐ,iGxHQ$H;q;JߊKTW p5RKY6Th'^(eVZj^߽TwI;Vŧglƚuw<>V!X5Վ:^gt{@2DPgy-" >p%,n\jӠ<2G=93g%NΛ5=PB{ :樼0 aODdР1hFECȰ 9ʕ, h!H m0BG$GXd,p D.Ld"¥)KxfJӚ->t*F_m@^\r!͈vK $LRD`D>b#bQtD0kZU17pݴ pX2H A$ o4C mlpH"FmmiOxXBINx&9IxT,B砈r`"է<O%`4D S|Ŷ*,bDSP*%;nz+5~ 0pl: SQ="uptJU۠9h+]k%RIpA-LzղfIf] rC̊͠BMD$_L9&>o@p١ĐTD& t! M+2f*W. QI,j0bjؕӪ*E ϥ1ͫ+60k\ gVR̍DW*PhW0QS8zbCbwiPU]Q>#ʖFcMkW-ApEmT-L:`mHZ-o֔5RYq~ʰ(mM \иQ"RK 2/`PKj"=o,+pD'L#K&˹Fx:K@"e`\{aH8-]@m0Y‡R mC0SQO\zo>P(_ ДZŰ"eyvwy*/`x## <4*-m g5j7HpvL,7{\h\Bh@' \Q^gCuhSuP0ix{D{'&|`j> j v|q'ww*6SշwYv9X61CaPxgQ+3Dx0/5g8gysڢ[7sn&IQ&,&G&hzTsb74ub js>" kDq//^ |i)>$% 'de1eQeb*/(+1X9@1Si~=؃i,/`>J8yy[3t7PnbHt%&'H~AfȀ>]u0ÆpXq7XQm]W)b|$R=Pdq^pq7*s"^$2eeqXk94+qlQЉpA 3MgMmXEHaBFIx&ie\CIAsrtUPd 'SXbȇb|>1"|eC_zZ@"DR:a0Eu~7sJ$TUVb VOwP&<&@ )csbUi:ėh7#!˨`hAve|Ȓ6R;X`)L+hL#ct_in3@8HЃP ? H/-mxysGgIhau.j5swb{ 9/Xwu9)?VKH (@IRPqa"8*0R}@qA-CGyQ`M=^rT9J8Y5vv[sIbC&B5]&o.aًy!X6z,9Kv7QQrKGG5q8+hkBq@1Y^GieGS.+1 g&UUZ[%_YڠcIhI.ft_&zre=+fvg6&vRjuBK"d >`^U`6)œ4%e~9B5XEAKF.@ 0h \yաO[BH'$~IOg)BxIPO:/VJ{裣HAJ@E6WC9R0k5F_:M7i~r/BN:*9tY*Z:R=P8: )8*Z_Sk: Z8SQpKxc2'/ F i{$f*!n!fR".Ԛ~/ &ٲtwWZo9 c9i(?[|!/p半1"*qB}Vkpǒ:aTOEZhgƊF<@ %[ P a8'ȭ۷ًG U5J9۸{r/>FK Ӹ0^ D|Wa7 w0_2ҙk~w2V{q,Za oTCjIcVk9z7y/K& )tY[)<+=[+K;{A ig6@qHYWq˯D9B9qGpl@}{ AƲTPof0pUWIU!{lB{*l%6}*̷ǁ˹\d*8k]Q黭;1LP f퉿MʙbT}dWn}Pl^\ @۵%`q;tKn6Gw%\yu~:ۭ݁7 Qz݂Ab4 F.kb سNEAh,U*wgl9R F-dll¦ 1>#&`ۡ>B_>[~!pB$첎ͱ~/#ޢ^Q ѣ*<1{Mb6"%PǴѷh}&Nߊ]n#9AmpL`jMN5^.BI5Onȝj؛v1=ce·-ޚ|Y?"F؞qzkЫ|߯ߵ-;9 a2_Icu■ PLT/0t3͜wP =¯Oz^jf=ή pٞ}*N LGo1?C@#% Q!Fƌ ygOd>˜˳-h?=oc>es?2(p6uXZ.r K;Ԫrt\S#FiN,VdZ)RM!Er,rH n."JKp H.FNktr%K|YdM5y>CMϛ b 1,B, ù䒋.Grkq0t;,1Ĝa1ctl]. 9Fk}|-6"i3R6b-Xq͒ι!ꈩ(zΣ8BÎK.9Z7P)'믐A2D,Pj8bAŢpr+K5kS<$g ZVdeL,ˬ3ѱς\5z;5`[I_mc\K͠b=.ͪ:,N*(<,MXz3x3(>؏BB,0B*R$K/KCCDAQS[,UtY21Zmm\䵶_q6YILC YH.k"2҈##pݚ^/x2{$-0`F+m: j8CM7 /? Z +TatVVPVV\qvf%a6t%ecQMJάY^8Ek"#蘆jFi\8c&Bҥ7^zp)ƔvLUhQrN6eMwGa]׼ik,ؚ<)];jꐐaRaԄ1\$D&٣հ}͆^zE4"fBк4aLT"щ@PD< 񵣻kHLŠ*0a-W Zb-tptuo f4yPn뎽{~| x5pUmEFVXhUMl Xf@/4,U&h Y2IMbM|;F{ W8QFQ7]?071u{\\4\K*Z(zv}iLi͚*z5Y6r*L0<1qKRGb?P/3/-9ɪ ÿ魁J9һ'DwÂ#Qt;CK ._(8a2bT;2#A+A+иdڍlqA4 gd D⣧-6L¤&'+aŰ :*?ҫvSHzC3 ;PCܔ:Çi-%qЄ;5>,>R2J/Di%ʲ)v#/hA@0bDT!܈PE#i05YBPC=9,T:vcG#C`3,ƒ4I hIFC;C{mɛL5IڟI;x&t2sJ0 Vs's31D H́9JL K*ͭM⤰9vK<~||(M̀C FżCIQ!OuL|L 43* 3$-㰖f{fk$B\PMϮתP %K MLY =:@ SӸ]x0ш`Y"rNdۣӢ,5LTL,2, ,rmY %c M'm0]x3L\OzڼM=A2< *.`S0@S I%5.?]Ѽ </JEuҘUԐ%s>N;iA8LM0'*UUWϙ{; ]T UHX<ӡ05BH:Uu>ӈѐgָ̉.dS4D]\YF}R)?! jOTzdc$H!1"W.0/tVMpWJٲ́4[]ͱ^Ņ-(50x4SuV̏mOCS<ԩmY}YmYs ځY&rGe1|OPMr\](ݩ6=E0mф$ح' 4V[BF` ȵݼӹӍ5IMq ټ.j\`F|LTr 3rzXeCL\`&R\ҥ9'$ZYU$KP8 ۈU۽];"][dSFM C;[IY}6[]L^QmTOL5!5d>a2ek\Hߊp*EZ#JeKbW U«-(![K!Yl۵EXMP 5Ѱ4 Oh庮ÔEL)YR{cr8a%CaRaFV- !e4Ƒf!D*35sn+p+uZ_E™6U_[K=&^=S4 /V`; MU+^^[4vۏ6XY Y=fcdSjNYlTlD^f{8g|T3b ".bebBgxSV”8U*~be`![]A֏4`aނq`h`Kc:g~ FYA.H@hr88qea>E*Spndq^6(Ĭ\Zi&k-x.j -Leb0]8qnh5Vca>&$bchXhMɐN^lNY 86kϕ WE4xxR9f4T(]*\-<ߠPFkffٺk픈 kBkh~&䃫OiU,5>=Fzlfk3QՌOe!'VjSFY6ꉌP ߬M[hHeؾݘrphޖ Ejf댎 +Lg%q nEa2JUU6ǻ\1ʮl]&.EѾOVIz`A^:7p<溆Oc7qrfoYRFMdRRk#Uӎخl._.U!-"t0ڊKK:nr:H2^[yzK naJ NShcĄQ[=c997vAe_\g Als|&q HwIWrK?wejUгvST77W@XGQ`ZOp, hMIzfR;vd[x<ܘ^ڝtONJ F~{sarg.>wqjoMĈ3rpy%^j??M Ȱ7m)9"rZ>zW`6UpzopSA>xA 5WvU{ۯ ~@p{yRM''6H$_(tO gTex7&bFHT8y` (_c7>i!i $8p8r0С6m"j{Epk!HDiRSIr*1Lj%KF-+1iJt꼴 i„ VK9aGiEӧϦR -W\r+KATRFd|jsݹzƍ o߾{TV׭X_rJԂL ںV1D #D!ڄ?Vb&3$h#=>u"7v i8ɒ)W2m9q(ic C;\.sB<دbͲ/(-Mo;>~~5 l?VbqEKc)YL dWp1M#aff†y!;python-twitter-3.3/testdata/direct_message-destroy.json000066400000000000000000000006521311017327200235510ustar00rootroot00000000000000{ "created_at": "Tue Jun 05 06:00:51 +0000 2007", "recipient_id": 718443, "sender_id": 673483, "sender_screen_name": "dewitt", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "recipient_screen_name": "kesuke", "id": 3496342 } python-twitter-3.3/testdata/direct_messages-new.json000066400000000000000000000006521311017327200230340ustar00rootroot00000000000000{ "sender_screen_name": "dewitt", "created_at": "Tue Jun 05 05:53:22 +0000 2007", "recipient_screen_name": "kesuke", "recipient_id": 718443, "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 3496202, "sender_id": 673483 } python-twitter-3.3/testdata/direct_messages.json000066400000000000000000000004411311017327200222410ustar00rootroot00000000000000[ { "created_at": "Mon Jun 04 00:07:58 +0000 2007", "recipient_id": 718443, "sender_id": 673483, "text": "A l\u00e9gp\u00e1rn\u00e1s haj\u00f3m tele van angoln\u00e1kkal.", "sender_screen_name": "dewitt", "id": 3444662, "recipient_screen_name": "kesuke" } ]python-twitter-3.3/testdata/featured.json000066400000000000000000000265521311017327200207120ustar00rootroot00000000000000[ { "name": "Steven Wright", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/5819362/normal/sw.jpg?1178499811", "screen_name": "stevenwright", "description": "Every day, one quote from me.", "location": "", "url": null, "id": 5819362, "protected": false, "status": { "created_at": "Fri Jun 01 16:06:28 +0000 2007", "text": "I'm addicted to placebos. I could quit but it wouldn't matter.", "id": 86991742 } }, { "name": "Justine", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/7846/normal/iJustine_100x100.jpg?1174864273", "screen_name": "ijustine", "description": "I am the internet.", "location": "Pittsburgh, PA", "url": "http://www.tastyblogsnack.com", "id": 7846, "protected": false, "status": { "created_at": "Sun Jun 03 19:57:09 +0000 2007", "text": "Please help me wake up Starbucks.", "id": 89591842 } }, { "name": "timer", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/5997662/normal/timer.gif?1179331208", "screen_name": "timer", "description": "", "location": "", "url": "http://retweet.com/timer", "id": 5997662, "protected": false, "status": { "created_at": "Wed May 16 16:13:44 +0000 2007", "text": "Need to remember something? Send me a direct message, and I'll tweet you back. For example, 'd timer 45 call mom' reminds you in 45 minutes.", "id": 66100582 } }, { "name": "R1 Big Weekend", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/5962712/normal/r1logo_twitter.jpg?1179139696", "screen_name": "r1bigweekend", "description": null, "location": null, "url": null, "id": 5962712, "protected": false, "status": { "created_at": "Sun May 20 21:55:23 +0000 2007", "text": "Thanks Preston. The site is quickly getting packed up now. It's dark and cold outside.", "id": 71673422 } }, { "name": "Scott Hanselman", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/5676102/normal/scott48x48.jpg?1177998926", "screen_name": "shanselman", "description": null, "location": null, "url": null, "id": 5676102, "protected": false, "status": { "created_at": "Wed May 30 17:35:25 +0000 2007", "text": "Blood sugar is 110. Great way to start the day. Ready for breakfast.", "id": 84275702 } }, { "name": "Jodrell Bank", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/5747502/normal/twitter_jodrellbank.png?1178216103", "screen_name": "jodrellbank", "description": "Home of the world's third-largest steerable radio telescope, and the MERLIN National Facility. Part of the Univ. of Manchester", "location": "53.236057, -2.306871", "url": "http://www.manchester.ac.uk/jodrellbank/", "id": 5747502, "protected": false, "status": { "created_at": "Sat Jun 02 13:30:00 +0000 2007", "text": "Getting ready to bounce poems off the Moon and pick up their echoes with the Telescope as part of the First Move Festival on June 15-17", "id": 88102552 } }, { "name": "TwitLit", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/5588242/normal/twittericon.png?1178498116", "screen_name": "TwitterLit", "description": "Twittering the first lines of books so you don't have to. SEE ALSO: TwitterLitUK - TwitterLitCA - TwitterLitNews. [To comment, d. msg. me or contact via site.]", "location": "The Stacks", "url": "http://twitterlit.com", "id": 5588242, "protected": false, "status": { "created_at": "Sun Jun 03 09:00:46 +0000 2007", "text": "\"On the drive from the suburbs to the city, we'd experienced a disturbing number of memory lapses\" http://tweetl.com/t0", "id": 89035512 } }, { "name": "BlogPhiladelphia", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/5724872/normal/blogphiladelphia_logo.gif?1178142536", "screen_name": "BlogPhilly", "description": "A Social Media UnConference in Philly", "location": "Philly!", "url": "http://blogphiladelphia.net", "id": 5724872, "protected": false, "status": { "created_at": "Sun Jun 03 20:32:29 +0000 2007", "text": "wooohoooo home in nolibs the land of indie rock tight jeans and snark aplenty. good to be back", "id": 89621942 } }, { "name": "Lisa@FashWEEK", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/5291252/normal/TWITTER.jpg?1177044270", "screen_name": "OzFashionWeek", "description": "Fashion, Beauty + Style editor for News.com.au", "location": "Sydney", "url": "http://www.news.com.au/entertainment/feature/0,,5012703,00.html", "id": 5291252, "protected": false, "status": { "created_at": "Tue May 29 06:24:23 +0000 2007", "text": "spent today getting distracted by net-a-porter.com ... that's a dangerous site for a fashion addict!", "id": 82160232 } }, { "name": "palm pictures", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/4260991/normal/cometohillary.gif?1176335676", "screen_name": "palmpictures", "description": "Independent Music, Film, and Love!", "location": "New York, NY", "url": "http://www.palmpictures.com", "id": 4260991, "protected": false, "status": { "created_at": "Sun Jun 03 01:16:22 +0000 2007", "text": "loves our Book Expo booth neighbors from Endless Games. check em out http://endlessgames.com/gamesmen.html", "id": 88685562 } }, { "name": "Barack Obama", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/813286/normal/iconbg.jpg?1177633039", "screen_name": "BarackObama", "description": "", "location": "Chicago, IL", "url": "http://www.barackobama.com", "id": 813286, "protected": false, "status": { "created_at": "Sun Jun 03 19:49:52 +0000 2007", "text": "Heading to Democratic presidential debate at St. Anselm College in New Hampshire. Debate starts at 7pm EST and will air live on CNN.", "id": 89585682 } }, { "name": "Hollywood.com Live", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/4455001/normal/H_48x48c.gif?1177618725", "screen_name": "hollywoodcom", "description": "Hollywood.com Live @ The Tribeca Film Festival", "location": "New York, NY", "url": "http://fansites.hollywood.com/live.html", "id": 4455001, "protected": false, "status": { "created_at": "Thu May 24 02:29:35 +0000 2007", "text": "Blake, where are you now?! We'll miss you nxt wk... Go IDOLS! ... See you both over the rainbow!", "id": 76045122 } }, { "name": "Veronica", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/10350/normal/mypictr_140x144.jpg?1179253942", "screen_name": "Veronica", "description": "CNET TV host and podcasting diva of Buzz Out Loud", "location": "San Francisco", "url": "http://www.veronicabelmont.com", "id": 10350, "protected": false, "status": { "created_at": "Sun Jun 03 03:11:10 +0000 2007", "text": "i just saw kari byron! my hero!", "id": 88774212 } }, { "name": "Alison", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/5248441/normal/new1.jpg?1177002287", "screen_name": "AFineFrenzy", "description": "", "location": "Los Angeles", "url": "http://www.myspace.com/afinefrenzy", "id": 5248441, "protected": false, "status": { "created_at": "Sat Jun 02 06:52:41 +0000 2007", "text": "the sea took my sunglasses, i took a boatload of sand home in my bikini. fair trade? the moon is orange. my skin is still warm from the sun.", "id": 87808312 } }, { "name": "Rocketboom", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1502111/normal/rocket.jpg?1174312502", "screen_name": "Rocketboom", "description": "Daily", "location": "New York City", "url": "http://www.rocketboom.com", "id": 1502111, "protected": false, "status": { "created_at": "Sat Jun 02 15:33:06 +0000 2007", "text": "Ultimate Frisbee 2.0 in Central Park today on Sat. @ 4pm: http://groups.google.com/group/frisbee2point0/", "id": 88218242 } }, { "name": "TrippingOnWords", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/59003/normal/lara_and_claire_BIG_HAIR.jpg?1171962588", "screen_name": "TrippingOnWords", "description": "Training with 200 Kenyan Orphans for the Hope Runs Marathon and 10K. As a new non profit, Hope Runs is looking for help\u2026check us out at TrippingOnWords.com!", "location": "Kenya", "url": "http://TrippingOnWords.com", "id": 59003, "protected": false, "status": { "created_at": "Sat Jun 02 18:55:59 +0000 2007", "text": "heading to bed early...visiting Manager's church tomorrow. an early start is essential, apparently", "id": 88405002 } }, { "name": "Web 2.0 Expo", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/4200861/normal/webex2007_logo_square.jpg?1176317215", "screen_name": "w2e", "description": "Official twitter for the Web 2.0 Expo", "location": "san francisco, ca", "url": "http://blog.web2expo.com", "id": 4200861, "protected": false, "status": { "created_at": "Thu Apr 19 01:00:17 +0000 2007", "text": "Thanks for coming! \r\nWine being brought to web2open in secs.", "id": 32588451 } }, { "name": "Jessica Mellott", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/3658381/normal/Jessica_Mellott.jpg?1177685550", "screen_name": "JessicaMellott", "description": "Teen pop singer www.jessicamellott.com www.myspace.com/jessicamellott", "location": "Maryland", "url": "http://www.jessicamellott.com", "id": 3658381, "protected": false, "status": { "created_at": "Fri Jun 01 23:36:46 +0000 2007", "text": "Getting ready for grad party weekend!", "id": 87429882 } }, { "name": "Drive", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3946281/normal/nathan.png?1176155112", "screen_name": "foxdrive", "description": "Action-fueled drama about an illegal, underground cross-country road race. Director Greg Yaitanes will Twitter live director's commentary starting Sunday 8/7c.", "location": "", "url": null, "id": 3946281, "protected": false, "status": { "created_at": "Tue Apr 17 04:05:53 +0000 2007", "text": "twitter and tell me what you thought of the episode tonight.", "id": 30603561 } }, { "name": "Status Updates", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/46413/normal/maintenance.gif?1171961490", "screen_name": "twitter_status", "description": "140 characters or less on the health of Twitter!", "location": "Inside the Twitter", "url": null, "id": 46413, "protected": false, "status": { "created_at": "Tue May 29 07:54:18 +0000 2007", "text": "Catching up on processing updates after some brief confusion.", "id": 82226192 } } ]python-twitter-3.3/testdata/followers.json000066400000000000000000001062661311017327200211300ustar00rootroot00000000000000{ "users": [ { "name": "Robert Brook", "description": null, "location": "London", "url": "http://www.druidstreet.com/", "id": 5567, "protected": false, "status": { "created_at": "Sun Jun 03 19:56:54 +0000 2007", "text": "poking greader trends - some must live, some must die", "id": 89591602 }, "profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379", "screen_name": "robertbrook" }, { "name": "cote", "description": "Industry analyst with RedMonk. DrunkAndRetired.com. YUH!", "location": "Austin, Texas", "url": "http://www.peopleoverprocess.com/", "id": 53953, "protected": false, "status": { "created_at": "Sun Jun 03 19:54:55 +0000 2007", "text": "Flight to ORD delayed 2 hours. This can't be good.", "id": 89589762 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/53953/normal/square-lil-hat.jpg?1171962174", "screen_name": "cote" }, { "name": "Moby", "description": "I'm here. Now what?", "location": "San Francisco", "url": "http://blog.mobius.name", "id": 4296211, "protected": false, "status": { "created_at": "Sun Jun 03 19:46:00 +0000 2007", "text": "Responding to hate mail. \"Ignunce\" at its finest", "id": 89583032 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/4296211/normal/mobycycle.031007.jpg?1176350283", "screen_name": "ibod8x5" }, { "name": "Alex King", "description": "", "location": "Denver, CO", "url": "http://alexking.org", "id": 101143, "protected": false, "status": { "created_at": "Sun Jun 03 19:06:54 +0000 2007", "text": "@andrewhyde Coverage was poor enough in the area to drive me back to Sprint.", "id": 89554432 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/101143/normal/alex_king.jpg?1171953145", "screen_name": "alexkingorg" }, { "name": "Patrick Mueller", "description": "Graying IBMer working for the WebSphere organization", "location": "The Triangle, NC", "url": "http://muellerware.org", "id": 765080, "protected": false, "status": { "created_at": "Sun Jun 03 18:48:51 +0000 2007", "text": "@JoshStaiger that was one I was looking at, which Google (coincidentally?) ranked highly. Wondering how far I can get w/avacado & salsa", "id": 89537732 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/765080/normal/glasses-down-115x115-gradient.jpg?1177726044", "screen_name": "pmuellr" }, { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "url": null, "id": 718443, "protected": false, "status": { "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "screen_name": "kesuke" }, { "name": "Jeff Barr", "description": "Amazon Web Services Evangelist, Blogger, Father of 5.", "location": "Sammamish, Washington, USA", "url": "http://www.jeff-barr.com", "id": 48443, "protected": false, "status": { "created_at": "Sun Jun 03 16:43:47 +0000 2007", "text": "Preparing for trip to DC tomorrow AM - lots of reading materials, TODO list, iPod fresh, camera charged, laptop packed. Arrange for taxi.", "id": 89432112 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/48443/normal/jeff_barr.jpg?1171961668", "screen_name": "jeffbarr" }, { "name": "Paul Downey", "description": "Computing Industry Bi-product", "location": "Berkhamsted, UK", "url": "http://blog.whatfettle.com", "id": 13486, "protected": false, "status": { "created_at": "Sun Jun 03 16:24:53 +0000 2007", "text": "back from tea and cake at the village hall now resuming futile search for a family holiday on 'tinternet", "id": 89413652 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/13486/normal/psd-75x75.jpg?1171954493", "screen_name": "psd" }, { "name": "C Ortiz", "description": "Amongst other things that keep me far away from a computer, I manage PrivateMilitary.org", "location": "UK | US", "url": "http://www.privatemilitary.org/", "id": 2306071, "protected": false, "status": { "created_at": "Sun Jun 03 16:10:44 +0000 2007", "text": "Sunday reading: security contractors snatched without a shot: http://tinyurl.com/2qyv6x", "id": 89399902 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/2306071/normal/photo_twitter.jpg?1177775770", "screen_name": "privatemilitary" }, { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "status": { "created_at": "Sun Jun 03 15:57:16 +0000 2007", "text": "ah, it's under \"Reply\"", "id": 89385112 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" }, { "name": "Alexander J Turner", "description": "Hubby, Dad & Chemist - Escaped Into IT Land To Cause Damage As A Software Architect!", "location": "Oxford, UK", "url": "http://www.nerds-central.com", "id": 1621891, "protected": false, "status": { "created_at": "Sun Jun 03 15:34:24 +0000 2007", "text": "@chrisborgan - Just got back from a 20mile bike ride. You're right - it is all about habits. Thanks! less than 5 seconds ago from web", "id": 89364302 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/1621891/normal/MadAlex256.png?1178292687", "screen_name": "AlexTurner" }, { "name": "Josh Lucas", "description": "Just adding another bit of distraction...", "location": "Pasadena, CA", "url": "http://www.stonecottage.com/josh/", "id": 47023, "protected": false, "status": { "created_at": "Sun Jun 03 15:16:47 +0000 2007", "text": "wearing my new old-skool upcoming shirt", "id": 89345632 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/47023/normal/cubs_me.jpg?1171961535", "screen_name": "lucasjosh" }, { "name": "jark", "description": "Co-Founder of deviantART", "location": "Tokyo, Japan", "url": "http://jarkolicious.com/", "id": 39653, "protected": false, "status": { "created_at": "Sun Jun 03 14:51:25 +0000 2007", "text": "heads to bed, but first starts a process to burn 300 to DVD.", "id": 89318752 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/39653/normal/jark-static.jpg?1171960858", "screen_name": "jark" }, { "name": "Paul Terry Walhus", "description": "developer building team for http://searchslides.com & http://web2.0slides.com", "location": "Austin, Texas", "url": "http://austinblogger.com/blog/", "id": 1418, "protected": false, "status": { "created_at": "Sun Jun 03 14:05:39 +0000 2007", "text": "Geni - Everyone's Related: cool web 2.0 family tree app, requires login http://www.geni.com/tree", "id": 89277722 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1418/normal/paulterrywalhus.jpg?1175716284", "screen_name": "springnet" }, { "name": "Floozle", "description": "", "location": "", "url": null, "id": 58863, "protected": false, "status": { "created_at": "Sun Jun 03 12:50:02 +0000 2007", "text": "Off to the office to complete the conversion", "id": 89202702 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/58863/normal/29logo3-med.gif?1174609772", "screen_name": "Floozle" }, { "name": " T\u00c7", "description": "Chem: Physics: Math: Logic: Observation: Analysis: Hypothesis: Experimentation: Iteration: Evolution: Science. It works, bitches.", "location": "San Francisco, CA", "url": "http://tantek.com/", "id": 11628, "protected": false, "status": { "created_at": "Sun Jun 03 10:34:10 +0000 2007", "text": "pondering how 1 can b so tired & sore after exercise, yet so energized as 2 b up at 3:30am, w only *1* coffee instead of usual 3 per workday", "id": 89104612 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/11628/normal/icon200px.jpg?1171953743", "screen_name": "t" }, { "name": "adam", "description": "http://ifindkarma.com/", "location": "Palo Alto, CA", "url": "http://renkoo.com/profile/ee0e95249268b86ff2053bef214bfeda", "id": 1688, "protected": false, "status": { "created_at": "Sun Jun 03 07:07:00 +0000 2007", "text": "Norman Mailer on the idea of perfect happiness: \"A fool draws a road map to his magic city.\" (Vanity Fair, Jan 2007)", "id": 88952182 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1688/normal/RifkinIcon.jpg?1179096764", "screen_name": "ifindkarma" }, { "name": "Cameron Walters", "description": "getting satisfaction daily", "location": "San Francisco", "url": "http://chuddup.com/", "id": 3922, "protected": false, "status": { "created_at": "Sun Jun 03 06:54:14 +0000 2007", "text": "Earlier: Pilates. Now: Spazzy thrashcore electro.", "id": 88940252 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/3922/normal/awesome.jpg?1177104664", "screen_name": "ceedub" }, { "name": "Jason Calacanis", "description": "Looking for TNBT", "location": "LA", "url": "http://www.calacanis.com", "id": 3840, "protected": false, "status": { "created_at": "Sun Jun 03 06:49:36 +0000 2007", "text": "Having dinner with loic, sam harris, jared diamond, and john brockman... Among others.", "id": 88935882 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3840/normal/jason2.jpg?1172771113", "screen_name": "JasonCalacanis" }, { "name": "hober", "description": "One-line bios are hard.", "location": "San Diego, CA", "url": "http://edward.oconnor.cx/", "id": 13607, "protected": false, "status": { "created_at": "Sun Jun 03 06:41:04 +0000 2007", "text": "Emacs 22 released while I was at BarCamp. heh. http://www.gnu.org/software/emacs/", "id": 88929942 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/13607/normal/ted-icon-large.jpg?1171954556", "screen_name": "hober" }, { "name": " Jay", "description": "Senior Systems Administrator of the Unix variety ", "location": "Houston", "url": null, "id": 336113, "protected": false, "status": { "created_at": "Sun Jun 03 04:36:50 +0000 2007", "text": "Wonders what kind of cheese Kristie spent $70 on.", "id": 88843542 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/336113/normal/MyPicture.jpg?1179799311", "screen_name": "meangrape" }, { "name": "Tatsuhiko Miyagawa", "description": "Yet another Perl hacker", "location": "San Francisco", "url": "http://bulknews.vox.com/", "id": 731253, "protected": false, "status": { "created_at": "Sun Jun 03 04:06:57 +0000 2007", "text": "had a good rice/veggie/pork noodle and shrimp fried rice in HoH. Feeling almost full and too ricey", "id": 88820042 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/731253/normal/P506iC0003735833.jpg?1170146286", "screen_name": "miyagawa" }, { "name": " Rod Begbie", "description": "Cantankerous Scots git.", "location": "Somerville, MA", "url": "http://groovymother.com/", "id": 761, "protected": false, "status": { "created_at": "Sun Jun 03 03:43:42 +0000 2007", "text": "Fun first day in LA. Looked at stars in sidewalk, got approached by Scientologists three times, Mexican dinner with old friends. Happy!", "id": 88800482 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/761/normal/vatar.png?1167697094", "screen_name": "rodbegbie" }, { "name": "Veronica", "description": "CNET TV host and podcasting diva of Buzz Out Loud", "location": "San Francisco", "url": "http://www.veronicabelmont.com", "id": 10350, "protected": false, "status": { "created_at": "Sun Jun 03 03:11:10 +0000 2007", "text": "i just saw kari byron! my hero!", "id": 88774212 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/10350/normal/mypictr_140x144.jpg?1179253942", "screen_name": "Veronica" }, { "name": "eric L", "description": "mobile expert, internet idiot", "location": "san francisco", "url": "http://www.n1s.net", "id": 8291, "protected": false, "status": { "created_at": "Sun Jun 03 03:08:04 +0000 2007", "text": "A howat once said there's no scorin with the sporin.", "id": 88771502 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/8291/normal/bandit.jpg?1165079078", "screen_name": "n1s" }, { "name": "Mr Messina", "description": "As if concentrating wasn't hard enough already.", "location": "94107", "url": "http://factoryjoe.com/", "id": 1186, "protected": false, "status": { "created_at": "Sun Jun 03 01:42:47 +0000 2007", "text": "OpenID won the disruptor award at The NextWeb conference! http://tinyurl.com/yq8e89", "id": 88706172 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1186/normal/devil_150.jpg?1171953828", "screen_name": "factoryjoe" }, { "name": "Scobleizer", "description": "Tech geek blogger @ http://scobleizer.com", "location": "Half Moon Bay, California, USA", "url": "http://scobleshow.com", "id": 13348, "protected": false, "status": { "created_at": "Sun Jun 03 01:06:52 +0000 2007", "text": "I can't get into my Flickr account. I can get into Yahoo, but not Flickr... http://tinyurl.com/2b63rh", "id": 88677782 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/13348/normal/trafficlight.jpg?1175390038", "screen_name": "Scobleizer" }, { "name": "Andy Edmonds", "description": null, "location": null, "url": null, "id": 936361, "protected": false, "status": { "created_at": "Sat Jun 02 22:09:55 +0000 2007", "text": "Tries out squidoo at http://www.squidoo.com/eyetrack", "id": 88551872 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/936361/normal/andy_headshot_48x48.png?1176350570", "screen_name": "andyed" }, { "name": "Ian McKellar", "description": "", "location": "San Francisco, CA", "url": "http://ian.mckellar.org/", "id": 259, "protected": false, "status": { "created_at": "Sat Jun 02 20:55:30 +0000 2007", "text": "lolfeeds got shut down for using too much cpu so I had to get around to adding a caching layer. it fixed some character encoding issues too!", "id": 88496342 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/259/normal/trapped.jpg?1171957894", "screen_name": "ianmckellar" }, { "name": "Jeremy Zawodny", "description": "I fly and geek.", "location": "San Jose, CA", "url": "http://jeremy.zawodny.com/blog/", "id": 97933, "protected": false, "status": { "created_at": "Sat Jun 02 20:04:53 +0000 2007", "text": "errands and packing for a week in the desert next week...", "id": 88458352 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/97933/normal/Zawodny-md.jpg?1166680073", "screen_name": "jzawodn" }, { "name": "Mihai", "description": "", "location": "New York, NY", "url": "http://persistent.info/", "id": 28203, "protected": false, "status": { "created_at": "Sat Jun 02 19:46:47 +0000 2007", "text": "Back on campus for reunions. Don't feel old just yet. Phew.", "id": 88444532 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/28203/normal/mihaip.jpg?1171958069", "screen_name": "mihai" }, { "name": "Robert Merrill", "description": "Helping People & Teams Become Better", "location": "Provo, Utah", "url": "http://www.utahtechjobs.com", "id": 755721, "protected": false, "status": { "created_at": "Sat Jun 02 17:16:45 +0000 2007", "text": "Heading home", "id": 88316782 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/755721/normal/50998991_N00.jpg?1170908379", "screen_name": "robertmerrill" }, { "name": "Darren Kulp", "description": "Computer, linguistics, and music geek. What else is there to say?", "location": "Eau Claire, WI, USA", "url": "http://kulp.ch/", "id": 6083072, "protected": false, "status": { "created_at": "Sat Jun 02 15:39:55 +0000 2007", "text": "twitterim finally works? Fancy that.", "id": 88225602 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/6083072/normal/f1.jpg?1179303021", "screen_name": "kulp" }, { "name": "sean coon", "description": "trying to make a living and a difference...", "location": "Greensboro, NC", "url": "http://www.seancoon.org", "id": 677903, "protected": false, "status": { "created_at": "Sat Jun 02 08:27:03 +0000 2007", "text": "Holy moly. Time to go fishing. Yeeeaaahhh!", "id": 87876222 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/677903/normal/sean-85.png?1173252480", "screen_name": "spcoon" }, { "name": "Niall", "description": "Squeezing the most out of everything but my phone", "location": "San Francisco, CA", "url": "http://www.niallkennedy.com/", "id": 1085, "protected": true, "status": { "created_at": "Sat Jun 02 04:32:57 +0000 2007", "text": "your server migration is at 11. oh, we changed our minds, we're doing it at 9:30. ummm....yay?", "id": 87696902 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/1085/normal/niall_ringer.jpg?1171953434", "screen_name": "niall" }, { "name": "George P", "description": "i am illicium", "location": "Bay Area", "url": null, "id": 796724, "protected": true, "status": { "created_at": "Sat Jun 02 04:07:24 +0000 2007", "text": "Hello, Twitter! Long time no see.", "id": 87673952 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/796724/normal/star.gif?1172880544", "screen_name": "illicium" }, { "name": "Daniel E. Renfer", "description": "Freelance Individual", "location": "Ypsilanti, MI", "url": "http://kronkltd.net/", "id": 11491, "protected": false, "status": { "created_at": "Fri Jun 01 21:15:50 +0000 2007", "text": "In the immortal words of Doug from MTV's The State: \"I'm outta heere\"", "id": 87306192 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/11491/normal/886.jpg?1171953691", "screen_name": "duck1123" }, { "name": "Simon Willison", "description": null, "location": "London", "url": "http://simonwillison.net/", "id": 12497, "protected": false, "status": { "created_at": "Fri Jun 01 21:01:59 +0000 2007", "text": "Nat and I are in Brighton this weekend, anyone want to meet up?", "id": 87291372 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/12497/normal/298777290_a5ed9a4e70_m.jpg?1171954113", "screen_name": "simonw" }, { "name": "Yoz", "description": "A small yoz-type object, currently residing in San Francisco", "location": "San Francisco, CA", "url": "http://yoz.com/", "id": 12329, "protected": false, "status": { "created_at": "Fri Jun 01 18:13:23 +0000 2007", "text": "@riffraff814: Thanks but no thanks, don't drink coffee, my body is a temple filled with magical prancing ponies yay peanut M&M overdose", "id": 87132942 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/12329/normal/yozlap-100.jpg?1171954052", "screen_name": "yoz" }, { "name": "J Scud", "description": "Software can be beautiful.", "location": "Silicon Valley California", "url": "http://jeffreyscudder.blogspot.com/", "id": 1359571, "protected": false, "status": { "created_at": "Fri Jun 01 07:14:58 +0000 2007", "text": "Watching videos from Google Developer Day: http://tinyurl.com/ywr8cz", "id": 86425072 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/1359571/normal/temp_img.jpg?1177211826", "screen_name": "jaguarjaws" }, { "name": "Joe Duck", "description": "Travel Internet Oregon Guy", "location": "Oregon", "url": "http://joeduck.wordpress.com", "id": 150433, "protected": false, "status": { "created_at": "Fri Jun 01 07:09:02 +0000 2007", "text": "Removed Google downranking on an obscure travel page. Next test - non-obscure page fixes.http://tinyurl.com/227re8", "id": 86418302 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/150433/normal/joebiopic.jpg?1173598016", "screen_name": "joeduck" }, { "name": "Jon Phillips", "description": "http://rejon.org/bio/", "location": "SF", "url": "http://rejon.org", "id": 744063, "protected": false, "status": { "created_at": "Fri Jun 01 04:59:45 +0000 2007", "text": "Killing it...", "id": 86303992 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/744063/normal/jon_by_ryan_junell_fixed.png?1170353692", "screen_name": "rejon" }, { "name": "The BFF", "description": "", "location": "Netherlands", "url": "http://doncrowley.blogspot.com/", "id": 1620121, "protected": false, "status": { "created_at": "Thu May 31 21:30:08 +0000 2007", "text": "Twitteriffic addicts - some power tips: I am amazed at how many still do not know these tricks with twitte.. http://tinyurl.com/2mzjod", "id": 85901962 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/1620121/normal/bff.jpg?1174419110", "screen_name": "TheBFF" }, { "name": "Andy Armstrong", "description": "Perl Bloke", "location": "Cumbria, UK", "url": "http://hexten.net", "id": 1022831, "protected": false, "status": { "created_at": "Thu May 31 18:58:03 +0000 2007", "text": "37 downloads pending to iTMS. Keeps timing out. Bah. Anyone else?", "id": 85769802 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1022831/normal/moi.jpg?1176741181", "screen_name": "AndyArmstrong" }, { "name": "Brian Suda", "description": "SWM Informatician @64.132511;-21.906494 (microformats,GRDDL,XSLT,PHP,picoformats,XHTML)", "location": "Iceland", "url": "http://suda.co.uk/", "id": 15313, "protected": false, "status": { "created_at": "Thu May 31 17:54:18 +0000 2007", "text": "is happy that tonight is the last night that you can smoke in bars and restaurants in Iceland. Washing machines won't be happy with this.", "id": 85708142 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/15313/normal/gravatar.png?1175011623", "screen_name": "briansuda" }, { "name": "arunaurl", "description": "Make long URLs small!", "location": "All over the web", "url": "http://arunaurl.com", "id": 6371812, "protected": false, "status": { "created_at": "Tue May 29 23:49:15 +0000 2007", "text": "Aruna URL now available as a Zimbra Collaboration Suite plug-in / zimlet http://arunaurl.com/b25", "id": 83248192 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/6371812/normal/Aruna_URL_logo.png?1180314185", "screen_name": "arunaurl" }, { "name": "Hiroshi Ayukawa", "description": "A Japanese ordinary Python & C++ programmer", "location": "Tokyo, Japan", "url": null, "id": 3786561, "protected": false, "status": { "created_at": "Tue May 29 16:22:31 +0000 2007", "text": "I don't like to use JAVA any more... Let me sleep, Ahhhhh! Give me Python.", "id": 82802982 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3786561/normal/muku.jpg?1176037335", "screen_name": "hiroshiykw" }, { "name": " Scriptless Day", "description": "", "location": "", "url": "http://www.scriptlessday.com", "id": 3641801, "protected": false, "status": { "created_at": "Mon May 28 07:55:27 +0000 2007", "text": "39 Days Left till Scriptless Day!! http://www.scriptlessday.com :D", "id": 81305782 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/3641801/normal/splash2.png?1175927287", "screen_name": "scriptlessday" }, { "name": "brady forrest", "description": null, "location": null, "url": null, "id": 6140, "protected": false, "status": { "created_at": "Sat May 26 02:51:53 +0000 2007", "text": "im at convergence 13 in pdx. looking for events inspiration.", "id": 78751852 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/6140/normal/IMG_9629.jpg?1175295805", "screen_name": "brady" }, { "name": "TV with MeeVee", "description": "We heart TV", "location": "Burlingame, CA", "url": "http://blog.meevee.com", "id": 2371741, "protected": false, "status": { "created_at": "Wed May 23 17:22:20 +0000 2007", "text": "Nicole Richie Denies Rehab Rumors http://tinyurl.com/2hvn8h", "id": 75514922 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/2371741/normal/meevee_potato_ad3SoSF.jpg?1174950717", "screen_name": "TVwithMeeVee" }, { "name": "Emmet Connolly", "description": "I have nothing to say (and I am saying it)", "location": "Dublin", "url": "http://blog.thoughtwax.com/", "id": 11323, "protected": false, "status": { "created_at": "Tue May 22 21:34:28 +0000 2007", "text": "Virtual subdomains + .htaccess = ow, my brain. Anyway, three years late but my blog now has pretty urls. Hooray!", "id": 74472602 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/11323/normal/me.jpg?1171953619", "screen_name": "thoughtwax" }, { "name": "Bilal Hameed", "description": "Editor of Startup Meme", "location": "As if it matters", "url": "http://startupmeme.com", "id": 5629992, "protected": false, "status": { "created_at": "Tue May 15 16:41:05 +0000 2007", "text": "http://tinyurl.com/2h474q Use EasyPost To Send Snail Mail in Canada", "id": 65079402 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/5629992/normal/me.jpg?1177848235", "screen_name": "startupmeme" }, { "name": "Koen Sadza", "description": "I study Applied Physics. My hobbies are my GF,SInging,Scouting,Clubbing,Computers", "location": "Eindhoven, The Netherlands", "url": "http://weblog.ksdz.nl/", "id": 803238, "protected": false, "status": { "created_at": "Sat May 12 14:16:37 +0000 2007", "text": "Net terug van Scouting", "id": 61483292 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/803238/normal/kerst.jpg?1172746148", "screen_name": "ksdz" }, { "name": "Webtickle", "description": "", "location": "California", "url": null, "id": 1322691, "protected": false, "status": { "created_at": "Thu May 10 03:25:15 +0000 2007", "text": "The Freelancer\u2019s Toolset: 100 Web Apps for Everything You Will Possibly Need\" http://tinyurl.com/2dztm8", "id": 58099692 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1322691/normal/large4197.png?1174089345", "screen_name": "Webtickle" }, { "name": "Yes", "description": null, "location": null, "url": null, "id": 765884, "protected": false, "status": { "created_at": "Wed May 09 20:43:39 +0000 2007", "text": "Whoo hoo! Yay!", "id": 57715832 }, "profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379", "screen_name": "Yes" }, { "name": "Leland Harding III", "description": "Traditional country artist, from South Dakota with a major background in the country music scene", "location": "South Dakota", "url": "http://www.lelandharding.com", "id": 3545551, "protected": false, "status": { "created_at": "Tue May 08 08:01:31 +0000 2007", "text": "Anyone who has been scammed by these people can get ahold of me at leland@ldharding.com", "id": 54614912 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/3545551/normal/image01-xml.jpg?1175797244", "screen_name": "ldcountry" }, { "name": "Trendio M", "description": "", "location": "", "url": "http://www.trendio.com", "id": 5845532, "protected": false, "status": { "created_at": "Mon May 07 22:32:39 +0000 2007", "text": "Open Source and Linux are up today. Which will be this week's top technology trends? http://tinyurl.com/2bpknb", "id": 53868212 }, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/5845532/normal/logo48x48.gif?1178576662", "screen_name": "Trendio_M" }, { "name": "Patrick Wang", "description": "", "location": "San Francisco, CA", "url": "http://junesix.org", "id": 799123, "protected": false, "status": { "created_at": "Mon Apr 16 21:57:48 +0000 2007", "text": "@jabancroft optimized builds at beatnikpad.com", "id": 30322371 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/799123/normal/samurai_head.gif?1173313806", "screen_name": "junesix" }, { "name": "Dion Almaer", "description": "ajaxian, googley, and techno", "location": "Palo Alto, CA", "url": "http://almaer.com/blog", "id": 4216361, "protected": false, "status": { "created_at": "Wed Apr 11 17:48:16 +0000 2007", "text": "Enjoying being able to talk about the Google Developer Day!", "id": 24861261 }, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/4216361/normal/logo-48x48.jpg?1176313520", "screen_name": "dalmaer" }, { "name": "Chris DiBona", "description": null, "location": null, "url": null, "id": 44423, "protected": true, "status": { "created_at": "Fri Mar 16 16:42:55 +0000 2007", "text": "Cripes, trapped on the tarmac at iad. Today, we sit in hell:", "id": 8638201 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/44423/normal/103ID_DiBona.jpg?1171961329", "screen_name": "cdibona" }, { "name": "napoleone", "description": "", "location": "piacenza ITALY", "url": null, "id": 740133, "protected": false, "status": { "created_at": "Sat Feb 17 14:36:53 +0000 2007", "text": "sono indeciso tra casual o un p\u00f2 sportive!!!", "id": 5555694 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/740133/normal/P6050088.jpg?1170800580", "screen_name": "Cris" }, { "name": "Brian Tucker", "description": null, "location": null, "url": null, "id": 759328, "protected": false, "status": { "created_at": "Sun Feb 11 04:11:11 +0000 2007", "text": "Chinese new year starts next weekend I think.", "id": 5422032 }, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/759328/normal/bt.png?1170987088", "screen_name": "brian318" }, { "name": "Josh H", "description": null, "location": null, "url": null, "id": 2831771, "protected": false, "profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379", "screen_name": "josh59x" }, { "name": "mfagan", "description": "", "location": "Canada", "url": "http://faganm.com/", "id": 677403, "protected": false, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/677403/normal/me_with_hat.jpg?1171966071", "screen_name": "mfagan" } ] }python-twitter-3.3/testdata/friends.json000066400000000000000000000530111311017327200205330ustar00rootroot00000000000000{ "users": [ { "name": " T\u00c7", "description": "Chem: Physics: Math: Logic: Observation: Analysis: Hypothesis: Experimentation: Iteration: Evolution: Science. It works, bitches.", "location": "San Francisco, CA", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/11628/normal/icon200px.jpg?1171953743", "url": "http://tantek.com/", "id": 11628, "screen_name": "t", "protected": false, "status": { "created_at": "Sun Jun 03 10:34:10 +0000 2007", "text": "pondering how 1 can b so tired & sore after exercise, yet so energized as 2 b up at 3:30am, w only *1* coffee instead of usual 3 per workday", "id": 89104612 } }, { "name": "adam", "description": "http://ifindkarma.com/", "location": "Palo Alto, CA", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1688/normal/RifkinIcon.jpg?1179096764", "url": "http://renkoo.com/profile/ee0e95249268b86ff2053bef214bfeda", "id": 1688, "screen_name": "ifindkarma", "protected": false, "status": { "created_at": "Sun Jun 03 07:07:00 +0000 2007", "text": "Norman Mailer on the idea of perfect happiness: \"A fool draws a road map to his magic city.\" (Vanity Fair, Jan 2007)", "id": 88952182 } }, { "name": "Alex King", "description": "", "location": "Denver, CO", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/101143/normal/alex_king.jpg?1171953145", "url": "http://alexking.org", "id": 101143, "screen_name": "alexkingorg", "protected": false, "status": { "created_at": "Sun Jun 03 19:06:54 +0000 2007", "text": "@andrewhyde Coverage was poor enough in the area to drive me back to Sprint.", "id": 89554432 } }, { "name": "Andy Edmonds", "description": null, "location": null, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/936361/normal/andy_headshot_48x48.png?1176350570", "url": null, "id": 936361, "screen_name": "andyed", "protected": false, "status": { "created_at": "Sat Jun 02 22:09:55 +0000 2007", "text": "Tries out squidoo at http://www.squidoo.com/eyetrack", "id": 88551872 } }, { "name": "anildash", "description": "That blogging guy.", "location": "New York, New York", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/36823/normal/6315878.jpg?1171960613", "url": "http://www.anildash.com/", "id": 36823, "screen_name": "anildash", "protected": false, "status": { "created_at": "Fri Jun 01 20:33:42 +0000 2007", "text": "I AM BURNING MY FEED IN PROTEST OF THOSE BASTARDS SELLING OUT. WHO'S WITH ME?!", "id": 87263942 } }, { "name": "Biz Stone", "description": "I work here!", "location": "Berkeley, CA", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/13/normal/biz_toon.png?1171954299", "url": "http://bizstone.com", "id": 13, "screen_name": "biz", "protected": false, "status": { "created_at": "Sun Jun 03 02:36:51 +0000 2007", "text": "Gmail down to 8 while Livy makes curried carrot soup and of course Star Trek Voyager is on marathon mode", "id": 88746562 } }, { "name": "brady forrest", "description": null, "location": null, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/6140/normal/IMG_9629.jpg?1175295805", "url": null, "id": 6140, "screen_name": "brady", "protected": false, "status": { "created_at": "Sat May 26 02:51:53 +0000 2007", "text": "im at convergence 13 in pdx. looking for events inspiration.", "id": 78751852 } }, { "name": "Brian Suda", "description": "SWM Informatician @64.132511;-21.906494 (microformats,GRDDL,XSLT,PHP,picoformats,XHTML)", "location": "Iceland", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/15313/normal/gravatar.png?1175011623", "url": "http://suda.co.uk/", "id": 15313, "screen_name": "briansuda", "protected": false, "status": { "created_at": "Thu May 31 17:54:18 +0000 2007", "text": "is happy that tonight is the last night that you can smoke in bars and restaurants in Iceland. Washing machines won't be happy with this.", "id": 85708142 } }, { "name": "Buzz Andersen", "description": null, "location": "San Francisco, CA", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/528/normal/buzz-jacket-tiny.jpg?1171962059", "url": "http://buzz.vox.com", "id": 528, "screen_name": "buzz", "protected": false, "status": { "created_at": "Sun Jun 03 18:56:37 +0000 2007", "text": "At Madison Square Park, waiting to meet my Shake Shack compatriots.", "id": 89543882 } }, { "name": "Case", "description": null, "location": "San Francisco, CA, USA", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/409/normal/me-skype.jpg?1177561455", "url": "http://vedana.net/", "id": 409, "screen_name": "Case", "protected": true, "status": { "created_at": "Sun Jun 03 18:25:46 +0000 2007", "text": "still buzzing from the arcade fire show, listening to neon bible and dancing around in delight!", "id": 89518902 } }, { "name": "Chris DiBona", "description": null, "location": null, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/44423/normal/103ID_DiBona.jpg?1171961329", "url": null, "id": 44423, "screen_name": "cdibona", "protected": true, "status": { "created_at": "Fri Mar 16 16:42:55 +0000 2007", "text": "Cripes, trapped on the tarmac at iad. Today, we sit in hell:", "id": 8638201 } }, { "name": "Dave McClure", "description": "Master of 500 Hats", "location": "silicon valley, sf bay area", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1081/normal/guido3.jpg?1171953420", "url": "http://500hats.typepad.com", "id": 1081, "screen_name": "davemc500hats", "protected": false, "status": { "created_at": "Fri Jun 01 09:35:11 +0000 2007", "text": "just blogged about Sacks, Facebook, Wisdom of Crowds http://tinyurl.com/28v44h", "id": 86555632 } }, { "name": "Dion Almaer", "description": "ajaxian, googley, and techno", "location": "Palo Alto, CA", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/4216361/normal/logo-48x48.jpg?1176313520", "url": "http://almaer.com/blog", "id": 4216361, "screen_name": "dalmaer", "protected": false, "status": { "created_at": "Wed Apr 11 17:48:16 +0000 2007", "text": "Enjoying being able to talk about the Google Developer Day!", "id": 24861261 } }, { "name": "eric L", "description": "mobile expert, internet idiot", "location": "san francisco", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/8291/normal/bandit.jpg?1165079078", "url": "http://www.n1s.net", "id": 8291, "screen_name": "n1s", "protected": false, "status": { "created_at": "Sun Jun 03 03:08:04 +0000 2007", "text": "A howat once said there's no scorin with the sporin.", "id": 88771502 } }, { "name": "Evan Williams", "description": "Founder of Obvious ", "location": "San Francisco, CA", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/20/normal/ev-sky.jpg?1175282926", "url": "http://evhead.com", "id": 20, "screen_name": "ev", "protected": false, "status": { "created_at": "Sun Jun 03 07:04:50 +0000 2007", "text": "This bathroom has an overload of marble", "id": 88950312 } }, { "name": "Greg Stein", "description": null, "location": null, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/12449/normal/gstein-by-pdcawley-cropped.jpg?1171954097", "url": null, "id": 12449, "screen_name": "gstein", "protected": false }, { "name": "Ian McKellar", "description": "", "location": "San Francisco, CA", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/259/normal/trapped.jpg?1171957894", "url": "http://ian.mckellar.org/", "id": 259, "screen_name": "ianmckellar", "protected": false, "status": { "created_at": "Sat Jun 02 20:55:30 +0000 2007", "text": "lolfeeds got shut down for using too much cpu so I had to get around to adding a caching layer. it fixed some character encoding issues too!", "id": 88496342 } }, { "name": "jark", "description": "Co-Founder of deviantART", "location": "Tokyo, Japan", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/39653/normal/jark-static.jpg?1171960858", "url": "http://jarkolicious.com/", "id": 39653, "screen_name": "jark", "protected": false, "status": { "created_at": "Sun Jun 03 14:51:25 +0000 2007", "text": "heads to bed, but first starts a process to burn 300 to DVD.", "id": 89318752 } }, { "name": "Jeff Barr", "description": "Amazon Web Services Evangelist, Blogger, Father of 5.", "location": "Sammamish, Washington, USA", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/48443/normal/jeff_barr.jpg?1171961668", "url": "http://www.jeff-barr.com", "id": 48443, "screen_name": "jeffbarr", "protected": false, "status": { "created_at": "Sun Jun 03 16:43:47 +0000 2007", "text": "Preparing for trip to DC tomorrow AM - lots of reading materials, TODO list, iPod fresh, camera charged, laptop packed. Arrange for taxi.", "id": 89432112 } }, { "name": "Jeremy Zawodny", "description": "I fly and geek.", "location": "San Jose, CA", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/97933/normal/Zawodny-md.jpg?1166680073", "url": "http://jeremy.zawodny.com/blog/", "id": 97933, "screen_name": "jzawodn", "protected": false, "status": { "created_at": "Sat Jun 02 20:04:53 +0000 2007", "text": "errands and packing for a week in the desert next week...", "id": 88458352 } }, { "name": "John Gruber", "description": "Raconteur.", "location": "Philadelphia", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/33423/normal/gruber-wanamaker-monorail.jpg?1171960346", "url": "http://daringfireball.net", "id": 33423, "screen_name": "gruber", "protected": false, "status": { "created_at": "Sun Jun 03 14:51:07 +0000 2007", "text": "Needless to say, it was great time.", "id": 89318502 } }, { "name": "Josh H", "description": null, "location": null, "profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379", "url": null, "id": 2831771, "screen_name": "josh59x", "protected": false }, { "name": "Josh Lucas", "description": "Just adding another bit of distraction...", "location": "Pasadena, CA", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/47023/normal/cubs_me.jpg?1171961535", "url": "http://www.stonecottage.com/josh/", "id": 47023, "screen_name": "lucasjosh", "protected": false, "status": { "created_at": "Sun Jun 03 15:16:47 +0000 2007", "text": "wearing my new old-skool upcoming shirt", "id": 89345632 } }, { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false, "status": { "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102 } }, { "name": "Kevin Burton", "description": null, "location": null, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/62763/normal/me-profile.jpg?1173387685", "url": null, "id": 62763, "screen_name": "burtonator", "protected": false, "status": { "created_at": "Sun Jun 03 08:43:41 +0000 2007", "text": "zoe is playing with a plastic ring from a milk bottle.... cheap toy!", "id": 89021982 } }, { "name": "mfagan", "description": "", "location": "Canada", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/677403/normal/me_with_hat.jpg?1171966071", "url": "http://faganm.com/", "id": 677403, "screen_name": "mfagan", "protected": false }, { "name": "Mihai", "description": "", "location": "New York, NY", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/28203/normal/mihaip.jpg?1171958069", "url": "http://persistent.info/", "id": 28203, "screen_name": "mihai", "protected": false, "status": { "created_at": "Sat Jun 02 19:46:47 +0000 2007", "text": "Back on campus for reunions. Don't feel old just yet. Phew.", "id": 88444532 } }, { "name": "Mr Messina", "description": "As if concentrating wasn't hard enough already.", "location": "94107", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1186/normal/devil_150.jpg?1171953828", "url": "http://factoryjoe.com/", "id": 1186, "screen_name": "factoryjoe", "protected": false, "status": { "created_at": "Sun Jun 03 01:42:47 +0000 2007", "text": "OpenID won the disruptor award at The NextWeb conference! http://tinyurl.com/yq8e89", "id": 88706172 } }, { "name": "Niall", "description": "Squeezing the most out of everything but my phone", "location": "San Francisco, CA", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/1085/normal/niall_ringer.jpg?1171953434", "url": "http://www.niallkennedy.com/", "id": 1085, "screen_name": "niall", "protected": true, "status": { "created_at": "Sat Jun 02 04:32:57 +0000 2007", "text": "your server migration is at 11. oh, we changed our minds, we're doing it at 9:30. ummm....yay?", "id": 87696902 } }, { "name": "Nick Douglas", "description": "I am clever. Are you clever too?", "location": "San Francisco", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1084/normal/Nick-tiny-face.jpg?1171953430", "url": "http://lookshiny.com", "id": 1084, "screen_name": "nick", "protected": false, "status": { "created_at": "Sun Jun 03 07:52:33 +0000 2007", "text": "Even Mark Day was at Arcade Fire, and I conned myself out of going with a cute friend 'cuz I'd told her how much I hate the band.", "id": 88984072 } }, { "name": "Paul Downey", "description": "Computing Industry Bi-product", "location": "Berkhamsted, UK", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/13486/normal/psd-75x75.jpg?1171954493", "url": "http://blog.whatfettle.com", "id": 13486, "screen_name": "psd", "protected": false, "status": { "created_at": "Sun Jun 03 16:24:53 +0000 2007", "text": "back from tea and cake at the village hall now resuming futile search for a family holiday on 'tinternet", "id": 89413652 } }, { "name": "sean coon", "description": "trying to make a living and a difference...", "location": "Greensboro, NC", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/677903/normal/sean-85.png?1173252480", "url": "http://www.seancoon.org", "id": 677903, "screen_name": "spcoon", "protected": false, "status": { "created_at": "Sat Jun 02 08:27:03 +0000 2007", "text": "Holy moly. Time to go fishing. Yeeeaaahhh!", "id": 87876222 } }, { "name": "Simon Willison", "description": null, "location": "London", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/12497/normal/298777290_a5ed9a4e70_m.jpg?1171954113", "url": "http://simonwillison.net/", "id": 12497, "screen_name": "simonw", "protected": false, "status": { "created_at": "Fri Jun 01 21:01:59 +0000 2007", "text": "Nat and I are in Brighton this weekend, anyone want to meet up?", "id": 87291372 } }, { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "url": "http://redmonk.com/sogrady", "id": 143883, "screen_name": "sogrady", "protected": false, "status": { "created_at": "Sun Jun 03 15:57:16 +0000 2007", "text": "ah, it's under \"Reply\"", "id": 89385112 } }, { "name": "Tatsuhiko Miyagawa", "description": "Yet another Perl hacker", "location": "San Francisco", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/731253/normal/P506iC0003735833.jpg?1170146286", "url": "http://bulknews.vox.com/", "id": 731253, "screen_name": "miyagawa", "protected": false, "status": { "created_at": "Sun Jun 03 04:06:57 +0000 2007", "text": "had a good rice/veggie/pork noodle and shrimp fried rice in HoH. Feeling almost full and too ricey", "id": 88820042 } }, { "name": "Tom Coates", "description": "Scruffy, grumpy, social mediaesque...", "location": "London", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/12514/normal/12037949715_N01.jpg?1178111032", "url": "http://www.plasticbag.org/", "id": 12514, "screen_name": "plasticbagUK", "protected": false, "status": { "created_at": "Sun Jun 03 18:21:20 +0000 2007", "text": "My heart sinks as I pass Hackney Down.", "id": 89515562 } }, { "name": "veen", "description": "I used to make small things. Now I make big things.", "location": "San Francisco", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/414/normal/Photo_21.jpg?1171961099", "url": "http://veen.com/jeff/", "id": 414, "screen_name": "veen", "protected": false, "status": { "created_at": "Fri Jun 01 22:38:36 +0000 2007", "text": "Received an absolutely beautiful wedding invitation, made even better by an Obi Wan Kenobi postage stamp.", "id": 87377882 } }, { "name": "Veronica", "description": "CNET TV host and podcasting diva of Buzz Out Loud", "location": "San Francisco", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/10350/normal/mypictr_140x144.jpg?1179253942", "url": "http://www.veronicabelmont.com", "id": 10350, "screen_name": "Veronica", "protected": false, "status": { "created_at": "Sun Jun 03 03:11:10 +0000 2007", "text": "i just saw kari byron! my hero!", "id": 88774212 } }, { "name": "Yes", "description": null, "location": null, "profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379", "url": null, "id": 765884, "screen_name": "Yes", "protected": false, "status": { "created_at": "Wed May 09 20:43:39 +0000 2007", "text": "Whoo hoo! Yay!", "id": 57715832 } }, { "name": "Yoz", "description": "A small yoz-type object, currently residing in San Francisco", "location": "San Francisco, CA", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/12329/normal/yozlap-100.jpg?1171954052", "url": "http://yoz.com/", "id": 12329, "screen_name": "yoz", "protected": false, "status": { "created_at": "Fri Jun 01 18:13:23 +0000 2007", "text": "@riffraff814: Thanks but no thanks, don't drink coffee, my body is a temple filled with magical prancing ponies yay peanut M&M overdose", "id": 87132942 } } ] }python-twitter-3.3/testdata/friends_timeline-kesuke.json000066400000000000000000000250641311017327200237150ustar00rootroot00000000000000[ { "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "url": null, "id": 718443, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "screen_name": "kesuke" } }, { "created_at": "Sat Jun 02 17:13:19 +0000 2007", "text": "At WhereCamp on yahoo's campus. Great crowd.", "id": 88313822, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Jun 01 19:17:36 +0000 2007", "text": "Yay Feedburner.", "id": 87194962, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Wed May 09 19:47:06 +0000 2007", "text": "Just ordered a Wii from Amazon. Thanks to Greg!", "id": 57662052, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Apr 27 21:01:56 +0000 2007", "text": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002(No really, it is.)", "id": 42342562, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Apr 27 19:02:43 +0000 2007", "text": "Whoops. My python-twitter library can't handle utf8. On the upside, sending random twitters in Hungarian gets people to un-follow me...", "id": 42237742, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Apr 27 15:34:12 +0000 2007", "text": "A l\u00e9gp\u00e1rn\u00e1s haj\u00f3m tele van angoln\u00e1kkal.", "id": 41984622, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Mon Apr 23 03:45:20 +0000 2007", "text": "And that, my friends, is baseball at its finest.", "id": 36527662, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Mon Apr 02 15:32:55 +0000 2007", "text": "Fixed a python-twitter bug that returned broken relative_created_at in some cases. New version at: http://code.google.com/p/python-twitter/", "id": 17729991, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Mar 30 02:46:53 +0000 2007", "text": "Just got home, and hoping that Buzz's office hours are enough to get me to go out again tonight.", "id": 15587961, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Mon Mar 12 15:45:01 +0000 2007", "text": "The latest !!! album is making me happy this morning.", "id": 7015091, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Wed Mar 07 03:25:59 +0000 2007", "text": "Drove home to Arcade Fire's Neon Bible. Flawed around the middle, it is still the best thing I've heard this year. I really needed this.", "id": 5895171, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Mon Mar 05 16:15:57 +0000 2007", "text": "Just updated all my Linux boxes to handle the changes to daylight savings time. Have you? Write me if you need a hand.", "id": 5854199, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Fri Mar 02 04:47:39 +0000 2007", "text": "Yay! My first earthquake. Holy crap! They're kinda scary, aren't they?", "id": 5787870, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Thu Mar 01 04:36:14 +0000 2007", "text": "Headed to Alembic early for Buzz's office hours.", "id": 5765262, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Wed Feb 28 22:57:54 +0000 2007", "text": "Are the Twitter APIs a tad temperamental today? ", "id": 5760759, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Sat Feb 24 03:52:16 +0000 2007", "text": "On route to Mad Dog in the Fog to see Brendan and Corrie. 3 years in the Bay Area and I still haven't felt a quake.", "id": 5671516, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Sat Feb 17 16:10:12 +0000 2007", "text": "Just preordered Modest Mouse _We Were Dead Before the Ship Even Sank_ and Arcade Fire _Neon Bible_. I need to hibernate until March now.", "id": 5556806, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Wed Feb 14 22:59:09 +0000 2007", "text": "Uh-oh. My IM away message just got Twittered. That's not a good thing.", "id": 5510368, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } }, { "created_at": "Wed Feb 14 22:39:25 +0000 2007", "text": "In meetings", "id": 5510068, "user": { "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } } ]python-twitter-3.3/testdata/friendship-create.json000066400000000000000000000010031311017327200224670ustar00rootroot00000000000000{ "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "status": { "created_at": "Sun Jun 03 19:50:23 +0000 2007", "text": "If a theme song played when I walked around all day, I'd want it to be All My Friends by LCD Soundsystem.", "id": 89586072 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } python-twitter-3.3/testdata/friendship-destroy.json000066400000000000000000000010031311017327200227150ustar00rootroot00000000000000{ "name": "DeWitt", "description": "Indeterminate things", "location": "San Francisco, CA", "url": "http://unto.net/", "id": 673483, "protected": false, "status": { "created_at": "Sun Jun 03 19:50:23 +0000 2007", "text": "If a theme song played when I walked around all day, I'd want it to be All My Friends by LCD Soundsystem.", "id": 89586072 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" } python-twitter-3.3/testdata/get_blocks_0.json000066400000000000000000000070031311017327200214340ustar00rootroot00000000000000{"users":[{"id":68956490,"id_str":"68956490","name":"Robot J. McCarthy","screen_name":"RedScareBot","location":"Wisconsin","description":"Joseph McCarthy claimed there were large numbers of Communists and Soviet spies and sympathizers inside the United States federal government and elsewhere.","url":"http:\/\/t.co\/PiQZ8cvNsS","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/PiQZ8cvNsS","expanded_url":"http:\/\/bit.ly\/RdUCUi","display_url":"bit.ly\/RdUCUi","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":15257,"friends_count":134,"listed_count":1321,"created_at":"Wed Aug 26 11:37:30 +0000 2009","favourites_count":3018,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2497529,"lang":"en","status":{"created_at":"Sat Nov 14 07:48:12 +0000 2015","id":665436049645166592,"id_str":"665436049645166592","text":"Socialism lite RT @culbgren Don't Claim bto Love the U.S.A. While Trying To Make It A Socialist Nation! https:\/\/t.co\/t8b9AesC1d","source":"\u003ca href=\"http:\/\/twitter.com\/RedScareBot\" rel=\"nofollow\"\u003eRedScareBot\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":665434140997771264,"in_reply_to_status_id_str":"665434140997771264","in_reply_to_user_id":2891911385,"in_reply_to_user_id_str":"2891911385","in_reply_to_screen_name":"culbgren","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":25,"favorite_count":39,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"culbgren","name":"Donna\u2734","id":2891911385,"id_str":"2891911385","indices":[18,27]}],"urls":[],"media":[{"id":665434138170773504,"id_str":"665434138170773504","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/media\/CTwY0rMWUAAJWB1.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CTwY0rMWUAAJWB1.jpg","url":"https:\/\/t.co\/t8b9AesC1d","display_url":"pic.twitter.com\/t8b9AesC1d","expanded_url":"http:\/\/twitter.com\/culbgren\/status\/665434140997771264\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":263,"resize":"fit"},"medium":{"w":557,"h":432,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":557,"h":432,"resize":"fit"}},"source_status_id":665434140997771264,"source_status_id_str":"665434140997771264","source_user_id":2891911385,"source_user_id_str":"2891911385"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/32132396\/emo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/32132396\/emo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/382754962\/mccarthy_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/382754962\/mccarthy_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/68956490\/1397719213","profile_link_color":"7C009E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"A199A3","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false,"muting":false,"blocking":true,"blocked_by":false}],"next_cursor":1524574483549312671,"next_cursor_str":"1524574483549312671","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_blocks_1.json000066400000000000000000000067371311017327200214520ustar00rootroot00000000000000{"users":[{"id":68956490,"id_str":"68956490","name":"Robot J. McCarthy","screen_name":"RedScareBot","location":"Wisconsin","description":"Joseph McCarthy claimed there were large numbers of Communists and Soviet spies and sympathizers inside the United States federal government and elsewhere.","url":"http:\/\/t.co\/PiQZ8cvNsS","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/PiQZ8cvNsS","expanded_url":"http:\/\/bit.ly\/RdUCUi","display_url":"bit.ly\/RdUCUi","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":15257,"friends_count":134,"listed_count":1321,"created_at":"Wed Aug 26 11:37:30 +0000 2009","favourites_count":3018,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2497529,"lang":"en","status":{"created_at":"Sat Nov 14 07:48:12 +0000 2015","id":665436049645166592,"id_str":"665436049645166592","text":"Socialism lite RT @culbgren Don't Claim bto Love the U.S.A. While Trying To Make It A Socialist Nation! https:\/\/t.co\/t8b9AesC1d","source":"\u003ca href=\"http:\/\/twitter.com\/RedScareBot\" rel=\"nofollow\"\u003eRedScareBot\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":665434140997771264,"in_reply_to_status_id_str":"665434140997771264","in_reply_to_user_id":2891911385,"in_reply_to_user_id_str":"2891911385","in_reply_to_screen_name":"culbgren","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":25,"favorite_count":39,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"culbgren","name":"Donna\u2734","id":2891911385,"id_str":"2891911385","indices":[18,27]}],"urls":[],"media":[{"id":665434138170773504,"id_str":"665434138170773504","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/media\/CTwY0rMWUAAJWB1.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CTwY0rMWUAAJWB1.jpg","url":"https:\/\/t.co\/t8b9AesC1d","display_url":"pic.twitter.com\/t8b9AesC1d","expanded_url":"http:\/\/twitter.com\/culbgren\/status\/665434140997771264\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":263,"resize":"fit"},"medium":{"w":557,"h":432,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":557,"h":432,"resize":"fit"}},"source_status_id":665434140997771264,"source_status_id_str":"665434140997771264","source_user_id":2891911385,"source_user_id_str":"2891911385"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/32132396\/emo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/32132396\/emo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/382754962\/mccarthy_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/382754962\/mccarthy_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/68956490\/1397719213","profile_link_color":"7C009E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"A199A3","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false,"muting":false,"blocking":true,"blocked_by":false}],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_blocks_ids_0.json000066400000000000000000000002231311017327200222700ustar00rootroot00000000000000{"next_cursor": 1524566179872860311, "next_cursor_str": "1524566179872860311", "previous_cursor": 0, "ids": [68956490], "previous_cursor_str": "0"}python-twitter-3.3/testdata/get_blocks_ids_1.json000066400000000000000000000001571311017327200222770ustar00rootroot00000000000000{"next_cursor": 0, "next_cursor_str": "0", "previous_cursor": 0, "ids": [68956490], "previous_cursor_str": "0"}python-twitter-3.3/testdata/get_direct_messages.json000066400000000000000000001751431311017327200231140ustar00rootroot00000000000000[{"id":678629245946433539,"id_str":"678629245946433539","text":"https:\/\/t.co\/PnDU7HQGwq","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 17:33:15 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/PnDU7HQGwq","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488","display_url":"twitter.com\/pattymo\/status\u2026","indices":[0,23]}]}},{"id":678604651239895043,"id_str":"678604651239895043","text":"https:\/\/t.co\/sQlHgqXOxW","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:55:31 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/sQlHgqXOxW","expanded_url":"https:\/\/twitter.com\/henrytcasey\/status\/667870485842149378","display_url":"twitter.com\/henrytcasey\/st\u2026","indices":[0,23]}]}},{"id":678604278852804611,"id_str":"678604278852804611","text":"cool? https:\/\/t.co\/csy2NSbU86","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:54:02 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/csy2NSbU86","expanded_url":"https:\/\/twitter.com\/__jcbl__\/status\/667865252764246016","display_url":"twitter.com\/__jcbl__\/statu\u2026","indices":[6,29]}]}},{"id":678603770633125891,"id_str":"678603770633125891","text":"https:\/\/t.co\/csy2NSbU86","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:52:01 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/csy2NSbU86","expanded_url":"https:\/\/twitter.com\/__jcbl__\/status\/667865252764246016","display_url":"twitter.com\/__jcbl__\/statu\u2026","indices":[0,23]}]}},{"id":678603352637227011,"id_str":"678603352637227011","text":"https:\/\/t.co\/A0NJfpDbAF","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:50:21 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/A0NJfpDbAF","expanded_url":"https:\/\/twitter.com\/henrytcasey\/status\/667865779015196672","display_url":"twitter.com\/henrytcasey\/st\u2026","indices":[0,23]}]}},{"id":678601197788401668,"id_str":"678601197788401668","text":"https:\/\/t.co\/rY4FkCqIz9","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:41:48 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/rY4FkCqIz9","expanded_url":"https:\/\/twitter.com\/henrytcasey\/status\/667866455959056384","display_url":"twitter.com\/henrytcasey\/st\u2026","indices":[0,23]}]}},{"id":678601038023147523,"id_str":"678601038023147523","text":"That's cool friend","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:41:09 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678600722565345283,"id_str":"678600722565345283","text":"hey?","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:39:54 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678592039651438596,"id_str":"678592039651438596","text":"https:\/\/t.co\/Z4RgDEuw7V","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 15:05:24 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Z4RgDEuw7V","expanded_url":"https:\/\/twitter.com\/henrytcasey\/status\/667912731081768960","display_url":"twitter.com\/henrytcasey\/st\u2026","indices":[0,23]}]}},{"id":678582529125838851,"id_str":"678582529125838851","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:37 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582526349283331,"id_str":"678582526349283331","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:36 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582524163940355,"id_str":"678582524163940355","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:35 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582521446166531,"id_str":"678582521446166531","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:35 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582519223025667,"id_str":"678582519223025667","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:34 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582516106706947,"id_str":"678582516106706947","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:33 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582513426558979,"id_str":"678582513426558979","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:33 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582510511525896,"id_str":"678582510511525896","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:32 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582507726635011,"id_str":"678582507726635011","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:31 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582505231007750,"id_str":"678582505231007750","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:31 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582502756376579,"id_str":"678582502756376579","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:30 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}}]python-twitter-3.3/testdata/get_favorites.json000066400000000000000000000054311311017327200217450ustar00rootroot00000000000000[{"created_at":"Wed Dec 16 17:34:59 +0000 2015","id":677180133447372800,"id_str":"677180133447372800","text":"Extremely proud of all the bot-makers this year. Seeing so many diff bots get love & recognition is getting me a little teared-up, tbh. \ud83d\ude0c\ud83d\udc4d","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":619383,"id_str":"619383","name":"Humbug me why I","screen_name":"negatendo","location":"Denver CO USA Earth Cyberspace","description":"artist (strictly internet). ridiculous internet account. full-time internet. free ideas internet. #botALLY https:\/\/t.co\/P0PVMrvqUn","url":"https:\/\/t.co\/6bPCtM8sau","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/6bPCtM8sau","expanded_url":"http:\/\/negatendo.net\/","display_url":"negatendo.net","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/P0PVMrvqUn","expanded_url":"http:\/\/www.amazon.com\/registry\/wishlist\/5NKIOO98X4J5\/","display_url":"amazon.com\/registry\/wishl\u2026","indices":[107,130]}]}},"protected":false,"followers_count":2416,"friends_count":2080,"listed_count":104,"created_at":"Tue Jan 09 19:26:46 +0000 2007","favourites_count":63457,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":35938,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000105212902\/2a4019c9c7bca6253bd2564f74483c35.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000105212902\/2a4019c9c7bca6253bd2564f74483c35.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660834065419907072\/rV085r8i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660834065419907072\/rV085r8i_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/619383\/1398338002","profile_link_color":"D955E0","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":24,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":true,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_follower_ids.json000066400000000000000000000001471311017327200224320ustar00rootroot00000000000000{"ids":[372018022],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_follower_ids_0.json000066400000000000000000001565411311017327200226630ustar00rootroot00000000000000{"next_cursor_str": "1482201362283529597", "next_cursor": 1482201362283529597, "previous_cursor": 0, "previous_cursor_str": "0", "ids": [4727569094, 2159989885, 4440403513, 4588196896, 4726058862, 3586984694, 4724624774, 4597361717, 172443768, 4723772232, 972722053, 2711772630, 4472842402, 809963898, 459557733, 536513337, 4721100218, 1003854361, 4726605819, 20086326, 4718785213, 4647172521, 1280009484, 44151502, 4059246148, 3566376976, 327606485, 1561816711, 4558693163, 2910127390, 4713152474, 3392295089, 228816435, 867113114, 169155140, 2851645779, 37599351, 4705950344, 2383209865, 2909319245, 2943876654, 3563619556, 2519892949, 2783290115, 3305004538, 3254355889, 4042012949, 6903522, 730455462, 379174316, 1140758419, 1418842483, 2924562127, 4685458346, 3252887849, 54814687, 500593738, 3350035048, 13744762, 2677379911, 165090454, 6736502, 4351480095, 3291006204, 3861464295, 924726152, 3305910986, 3335689277, 3432512224, 2744732064, 3369181541, 3225038901, 291156648, 2611482761, 4492833793, 63256598, 3463286669, 54662153, 3617600054, 4223951597, 33909603, 4060613314, 33293016, 1513098175, 3390091932, 3392175885, 2723551188, 534503457, 4628650816, 146266477, 805250713, 876097170, 548601124, 3496725492, 1227109332, 4650831494, 3260450900, 4638606512, 2263854492, 4618877479, 4515437554, 4580405368, 1013993911, 4608895094, 3131353377, 4134420904, 3154667345, 17202870, 4551135916, 1208988649, 3083337205, 4416740921, 384640916, 1644367051, 4361721801, 4289129779, 3291211192, 4111189155, 4095486974, 3432611499, 385614197, 4576335492, 1575064478, 3087454077, 4481229796, 2484730051, 397455579, 4443407839, 3351271613, 3764534293, 3107595305, 2837232924, 4558453938, 374695645, 4482472275, 4556159652, 765566593, 4478225662, 2777597238, 4482378194, 1574305136, 3298141567, 3288437098, 387302374, 4428090687, 4329496245, 25941620, 38871301, 773894990, 3703004656, 3171871964, 4258325478, 3314167718, 59141885, 4384140736, 2279784726, 4405811902, 1944926101, 565743231, 1896036876, 2881381038, 4298344762, 4132592593, 610058444, 3402203169, 4430168739, 4206412580, 3715201703, 4429365257, 4067032871, 4453995859, 4286580586, 4503681732, 1436041, 2945751177, 4409386396, 20596878, 18821744, 4100452463, 2390549779, 4104856221, 4432718594, 1643476940, 17127545, 2395968038, 13357152, 1616041538, 3936903853, 3362672781, 3234227772, 4238198233, 37170886, 3310781670, 2470833258, 4376890762, 24641260, 4445062219, 4443257354, 4437900013, 3238070184, 4437812906, 4154941402, 3369087143, 2943778680, 551545790, 1665904176, 4199565015, 3293182576, 271195889, 73066735, 3288492700, 4343070873, 2959224279, 462129948, 4325388317, 2653241334, 14594968, 3041707044, 1225814342, 14536247, 1551214278, 2765922944, 4196868014, 3392128331, 230505712, 3245241844, 3246290510, 2464896570, 1588283210, 3369023253, 4310030537, 3369096833, 3369018423, 3369095249, 3314371723, 3301731150, 94011952, 4301214683, 3242517059, 3436318253, 4204336403, 1229301625, 3369045819, 56381545, 3372161386, 2444611340, 3167775416, 3813670342, 3369016863, 3369082163, 3369113362, 4262914535, 4323271819, 4265960428, 4277951967, 3234997046, 4064878827, 4257937756, 270388907, 3369162784, 618193383, 3372071451, 4075729966, 4249798059, 344710912, 21170191, 1358213732, 4295447478, 433402770, 910767529, 3369008271, 3288749939, 3700789463, 5735722, 504984038, 4042828692, 994872008, 2793324527, 2965516881, 3943298172, 4301516532, 1861651002, 3245816828, 4298135551, 144327700, 4230489327, 4255188853, 2434700825, 4261340774, 872152550, 2824376163, 1012043990, 14439553, 1447018867, 4149228059, 101563838, 2344074758, 4167609783, 429181978, 723239514, 4210997740, 471728300, 4256907314, 723259994, 1631058284, 4241702173, 4053712753, 49036322, 4242022692, 4002711853, 4239672132, 15376548, 36661567, 45119696, 3219689552, 122722951, 1968880338, 14986598, 133163228, 4209237794, 26288896, 3297595985, 4171889661, 3688577959, 441443024, 4165302856, 3079557028, 2814179773, 3193892419, 3897312373, 4194504312, 4072977613, 2873622863, 2896048525, 2868426065, 2925527959, 25414649, 4178125153, 3210747297, 1592364410, 2920104383, 53742527, 16050335, 16711686, 826139334, 4099610194, 272170764, 2660923440, 21497686, 3318260434, 3438042953, 3996919827, 4119427517, 3287831166, 4098782536, 3566510360, 3596193313, 3572237002, 108277704, 184035104, 909889638, 4108697969, 3565431863, 4105547145, 29006114, 572918492, 3314249902, 21934122, 3128047447, 4101702562, 3436857292, 2465853247, 3930538695, 3262000880, 4085064315, 1130398088, 4077702320, 3205516811, 4094234294, 2428746600, 3606281596, 3445573213, 14260934, 715210842, 2854329679, 20547438, 2324931355, 3561566841, 4055603173, 3280180292, 17959415, 1137841, 3028669812, 218819255, 2535680672, 4047417136, 30171517, 294163041, 158817600, 2812038732, 434493063, 24630127, 1277467326, 4052753577, 4032318612, 3372156172, 2360952272, 31088347, 2751474409, 3372064479, 3028987862, 3372052941, 2876077741, 1426489596, 140848680, 3676402404, 449088065, 3372112343, 4033856823, 3855838251, 262289638, 517508970, 3970614084, 3991146975, 1620307951, 860162726, 480203570, 3976303633, 377421904, 3698146754, 3641637135, 711152959, 3986655664, 963060793, 3951074242, 16869298, 3859045699, 2787902762, 4000203135, 3874758792, 3192206835, 3742132393, 6867422, 380752039, 3987199649, 3124168192, 3934487834, 2878853621, 539389847, 3396877633, 3944723374, 3398917175, 3309014172, 3048570253, 93508627, 3890105532, 924569904, 2781414036, 3278963672, 2697484447, 2466617142, 116537943, 1305583158, 3445927762, 3953168957, 3118176874, 3394087006, 3633347063, 3260172752, 40937252, 560622571, 3884146342, 3897137537, 1700987816, 3325037137, 2321310390, 14595446, 3938137581, 2780267415, 3921864677, 2524165066, 3921655367, 2310349423, 177256329, 2651192450, 95569167, 3830504413, 2866488104, 3540449115, 1274674382, 69568497, 237071281, 3645729272, 3048045832, 711092328, 86728819, 3816688513, 898337090, 30958732, 817052436, 362829789, 3882720183, 2613691501, 3328152633, 24649110, 3450039327, 3881376448, 236678142, 42723893, 1972345922, 3367772559, 3394538069, 21391319, 2243199369, 314910919, 3864843508, 2662671325, 122856431, 3791016433, 3461500095, 2873652344, 3866597782, 729055795, 2980436249, 3585710534, 27546330, 2455058425, 637256263, 3843606622, 8257582, 15453752, 3732361153, 2687560542, 3796531515, 3742856964, 2320415300, 1025258792, 3750714320, 3310692242, 3235866265, 2222207587, 259203750, 348732128, 257790897, 17215973, 3656945963, 3119648844, 3533415917, 3166038078, 3830425707, 3063515724, 824097301, 304714961, 19461735, 3709450815, 983761116, 55050779, 282749943, 3125045056, 3815917726, 1464002383, 2835250822, 15247851, 3707836163, 398247232, 2488518120, 3721564272, 3743441352, 84526047, 3742918274, 510426506, 375881922, 3307585687, 341561121, 3064005897, 3722819119, 588229921, 15657734, 256604706, 1061271746, 1585399752, 227941935, 33174306, 3319710096, 931013179, 29972165, 12970432, 409264135, 95821691, 20392133, 29140169, 21755368, 1911369170, 297882633, 3025694975, 3671953580, 1271160937, 1140606943, 473209711, 2976293643, 197908028, 23597904, 17368291, 3791030422, 3127932331, 55683, 991784670, 3314034839, 2217597356, 3667991232, 521665119, 61312155, 2366598559, 19158794, 2790808422, 550218277, 3437500641, 890573372, 369664862, 194350424, 3366793205, 3004174175, 35226352, 2343811524, 274376314, 2462584339, 2556439687, 129982363, 1025575574, 2990366516, 549789279, 3245682853, 1067433296, 3776394015, 568266336, 2660896448, 2445322386, 3776084482, 257105958, 26400556, 623208462, 2374687748, 2951326008, 2836831551, 3565196532, 19533970, 937453657, 515796374, 32339577, 1069924674, 26243581, 21256388, 18359687, 51958104, 365424178, 1519453129, 2993641806, 110849533, 15410181, 24939205, 391698296, 3293817393, 474197738, 23989245, 3217502745, 2501696396, 35754897, 253526305, 191606864, 3008103926, 104940767, 203006404, 171093486, 42909816, 40147256, 3438494050, 131850717, 373629495, 18957528, 22478857, 441869139, 327494258, 3077068253, 42566089, 14909129, 16117544, 3769089201, 126227790, 260409334, 358127357, 18409980, 873102607, 204722944, 117665953, 255867958, 3378918880, 2584841, 285435896, 1390708652, 1958639456, 46969371, 24973042, 19150410, 2691032274, 2371922039, 90884238, 119741900, 2730359500, 110095813, 71229154, 20247713, 332962470, 2450622499, 3766223981, 338315107, 279389317, 3299221046, 15387032, 632433915, 32321142, 2332448720, 228111079, 3162067817, 2710356834, 1359934544, 18157949, 2902807042, 591955292, 2566507268, 3312843998, 3301215209, 440447856, 100021001, 2950135645, 624751365, 2924824557, 524317843, 326886738, 339305583, 58139636, 325382356, 77675608, 1604400888, 14337677, 33762408, 3226765068, 453433267, 478052966, 2376105709, 761821470, 2682724056, 3308110327, 124322117, 323861766, 42825991, 3418685967, 38044745, 1884638293, 835126549, 2435921790, 3674884573, 2906512079, 20380832, 16393195, 304566678, 733185818, 3287926819, 3112569449, 41446147, 57821198, 3133437064, 771135176, 3763645767, 2197216129, 780629930, 28422283, 57391309, 22285002, 90467435, 16009228, 87003849, 2490802358, 2831619731, 1725681336, 15072897, 3672518918, 103355247, 15846480, 3004462409, 425247471, 1033542842, 3761939301, 165452796, 2315874928, 1595385926, 84649687, 3424669325, 346413206, 213863733, 3671107700, 22493135, 42445830, 352416575, 322935580, 299583722, 2246685840, 559419711, 357166905, 576729133, 3297935932, 780256, 2673962376, 398029052, 66460256, 524971540, 2475614696, 361923349, 45178917, 1618289293, 1529281777, 712252046, 14745265, 968346379, 288314281, 57278524, 143121774, 1350192332, 2545160278, 378357691, 229191999, 12325402, 315739478, 300311737, 790993424, 1653027398, 2162573900, 25396935, 92827461, 336831618, 19519403, 27809379, 813767929, 243299651, 3758706017, 21126689, 110860080, 293055819, 47972392, 81796862, 15876654, 71480385, 454083904, 84825505, 3327174042, 36141303, 195478230, 142216838, 1561810207, 3437702092, 3755741115, 18589798, 26414682, 3755349015, 47680923, 292551106, 2337491022, 15075215, 3152481, 19784522, 1967676458, 16064715, 3623119213, 3746582117, 3742885576, 3720703834, 3471887176, 3676985837, 16008657, 2849184133, 312806264, 3318322004, 3660317175, 3164522870, 2861121485, 3322346690, 390634518, 22166168, 880869722, 3089421956, 3305860415, 3588190457, 204391039, 3239517631, 3319933355, 3599797998, 2998904224, 3561202392, 48197550, 276117815, 3676773257, 545286328, 3679097175, 3646159463, 898350834, 2720717808, 3134132414, 130911267, 3534423801, 2722611607, 2885105333, 1890653114, 281096380, 47904733, 3651948615, 3647552597, 2998874523, 211810106, 847982263, 323210799, 178064435, 1631607308, 3374277485, 3532146672, 3491163143, 3625519757, 2983873470, 3488315780, 2668359638, 3526092440, 2536373654, 3119682967, 3496635434, 21124657, 3307525812, 3608599515, 705804404, 433076609, 2856319923, 2864709981, 3227185845, 90352974, 1242147744, 991976840, 1596760496, 3598393755, 2826874020, 2173503494, 3241226132, 32272914, 607618475, 2330723844, 394080114, 3072816451, 385711077, 3550051277, 781088821, 2904507394, 1491824214, 3379323719, 3442798332, 98456973, 125222510, 1014843008, 2781240970, 18780020, 2525002464, 557847258, 3215225885, 3328527374, 3154422811, 3444680595, 3304074656, 3533189175, 3434033233, 3185412498, 16503630, 363748330, 1278333757, 3424754757, 1519836126, 2998357891, 2940876531, 3374017072, 2490418518, 2491727960, 1058934854, 1040925240, 946605234, 3411393732, 2984838395, 3405973940, 798018403, 81394857, 2716035852, 17083882, 3421279773, 3387702346, 637385533, 108449705, 3397256713, 2941268731, 3436343369, 2453990824, 932649750, 3320142422, 2849330606, 3188361169, 799186008, 3270578292, 127767115, 1974333300, 2257691340, 2282907989, 468954602, 3448469717, 3373031239, 2201083252, 44221382, 2811672966, 839819048, 518027609, 193035695, 3044766969, 3303433591, 318847914, 2899931039, 430777761, 250761666, 2762347356, 3342197517, 3394811177, 3439539351, 714808999, 1323009847, 518574987, 3289945685, 3333900732, 3309199777, 1941886201, 337229364, 1909448954, 746437578, 3226803774, 3327840265, 63274860, 3307066231, 2902401889, 753465020, 3322016803, 39839978, 2559281742, 3385067943, 28427727, 3410894199, 1328291191, 911760128, 18060782, 3150764702, 3277957106, 3289964234, 3322229030, 3315969398, 1377870192, 1200309318, 364580402, 69423648, 14848127, 3368750837, 343820722, 28848544, 269498956, 3064868338, 381262722, 3316331179, 26111690, 1957664515, 3182784189, 1716930092, 216564864, 2468109192, 417957444, 885336188, 3308911941, 3298769402, 258270134, 3430549941, 274086239, 120062208, 3038427494, 3296081103, 137996439, 17237614, 3319477788, 3303924961, 3430731333, 3426654850, 3319342304, 2744920447, 115521188, 14847496, 22720309, 553016365, 2801090275, 244715270, 2800397977, 89843464, 3314471551, 156968876, 3358491778, 409343201, 174037078, 353549762, 3318821160, 2239637844, 7273952, 440519278, 497492256, 3279129193, 58017020, 24588399, 20085452, 3423477340, 2550343301, 52423876, 340499950, 655343, 3305997908, 1389147930, 3305938715, 2888713287, 2306149431, 3031506514, 3318200898, 3395009895, 727530661, 3225594631, 3428995648, 475445113, 351337636, 2752220550, 303554014, 381027793, 3304819610, 3427847644, 3286210416, 118235929, 155997496, 14079324, 3314473610, 15103056, 2324681347, 3312747140, 3115714225, 2897238137, 91530572, 2268490213, 29872754, 143450188, 277202417, 142030358, 1653641683, 2492143571, 3421399661, 3339022257, 395270674, 606142563, 3300636247, 3315786823, 3031769337, 10702362, 3171862198, 3424410670, 362426662, 2824785955, 24297310, 3416372932, 3195428898, 188668186, 23460980, 3244875996, 3082784877, 18187030, 434318356, 3075626109, 2890346000, 23540681, 1901085492, 274612235, 863378442, 282080592, 354852855, 517783594, 168165670, 1593796604, 2591632782, 2874298913, 2957952996, 2835811651, 161521494, 558132339, 14793299, 85209075, 3397245477, 2974380082, 19916529, 304393517, 3146768724, 134313598, 1912157732, 21439101, 3314001782, 24757163, 240402090, 3381144622, 2752716881, 1606602836, 535472056, 401291759, 3291553094, 122194244, 2257173902, 2053491, 9642462, 2335984431, 1053840037, 314730239, 2908748863, 3308525460, 3312475110, 1921725680, 179075503, 3128325357, 2846754875, 99886979, 875918448, 103203138, 3131242228, 123004655, 49480727, 383982906, 24656052, 1409080304, 2429705149, 222523970, 1404913814, 3217244710, 3405837489, 3286572806, 1205985991, 303530347, 1469990245, 575432389, 1130760643, 3310658641, 301988206, 28293478, 136455083, 2810138270, 2386424731, 3410580346, 131230732, 3310218576, 835995246, 291765653, 944951768, 3069309878, 3309664286, 3407507807, 20641176, 485775165, 726399254, 287455470, 236383731, 2331411, 2909508270, 15434198, 3158294575, 17948233, 28490110, 158475249, 122702609, 91858645, 1924459776, 88643929, 1006236331, 3304628310, 187754202, 24597313, 38838094, 223725843, 176384740, 296516579, 3029943839, 301982599, 18885700, 3273529406, 20112537, 16016841, 1528493707, 3028165463, 34308371, 414348168, 2805546579, 916809126, 3307562983, 3028431054, 2434452659, 91435560, 142911384, 3183774135, 3371630909, 1107777762, 1166401940, 2642920375, 3316223807, 2777344487, 168961317, 1480806012, 2203879116, 3306073742, 1895951490, 712506968, 3305863213, 437259295, 739619514, 3382504204, 2624871656, 3302852336, 3401593403, 2853639989, 2261946450, 2287131684, 146320306, 260532533, 982269738, 8201342, 3332464419, 131734558, 586921790, 118248371, 3400856710, 43787362, 15889436, 36927998, 1050250202, 3102244779, 713288288, 3304468434, 16896081, 3250259971, 3272302232, 108380750, 1528941704, 3169209138, 2687038597, 3277203235, 3399200523, 3378108695, 3372463121, 593786656, 3302903923, 3376616188, 481441609, 1599186643, 36249266, 3299349631, 437782878, 52841178, 3214186095, 2516925589, 2323019857, 459809707, 3316892277, 2951642036, 53817735, 52630243, 18991370, 18793562, 187074956, 3169369153, 24746443, 360938389, 49929913, 2580366297, 94992855, 2943496106, 23278740, 3301459650, 355558718, 149982849, 3395789079, 220506985, 3150301794, 2318650639, 3284620076, 2196260961, 3301020727, 3341706088, 2595159421, 3272826486, 2499423463, 1896246912, 2599649755, 2968084455, 2714749314, 3298132110, 2847804197, 3299304427, 3042622645, 3057238438, 3193136082, 3391957281, 45439747, 3299596861, 3289994574, 3299460614, 97270935, 17479969, 3248598584, 3119483921, 2970486593, 2650683564, 2726027623, 182440689, 3252510788, 140009944, 3296467034, 536687726, 171992847, 23966894, 1702550918, 2432705551, 455242356, 25568219, 3293559848, 2539085162, 145660063, 3248082276, 521202310, 283843182, 15804528, 8873982, 2846101398, 3093804164, 2744624881, 3283976587, 896548951, 3291270571, 763141069, 3332089318, 3145313984, 53859897, 2960151686, 14547465, 414312415, 60031250, 3289924633, 308389347, 3165770244, 3386808027, 3286722924, 552405856, 2235042289, 2320676557, 234510851, 34948762, 15035834, 39261096, 1317845004, 3345796229, 1213826822, 3273572366, 3387478035, 494509586, 15429290, 779012161, 355830877, 1325545832, 1147763726, 2918440720, 14951174, 3376767365, 2831852183, 3180968594, 2857215332, 3194503789, 3386875186, 169921725, 771182024, 947769733, 3832281, 135677157, 2942214320, 3058816856, 2273887568, 3286837051, 2284631432, 3386060333, 35411817, 3385973020, 364832569, 3262673221, 8541492, 1705820114, 3384466587, 976948010, 883558274, 81396070, 3285786937, 3384172924, 235138711, 267897978, 39100491, 14991273, 550190796, 2445932708, 2166605965, 80779450, 570435144, 63600717, 299163027, 16740279, 735054794, 174771864, 3283922682, 3284374022, 298150538, 787348237, 169445321, 2220487586, 70091642, 3283208342, 2704770012, 103889989, 19019514, 3382465048, 3382295969, 49932377, 174285878, 1063974115, 320344665, 1596175406, 284972093, 2917539951, 106707371, 577954867, 2785165032, 3282676134, 3380925261, 272898991, 3327898666, 1035577195, 3351768233, 46759489, 78862565, 2997744145, 3024682087, 15080878, 594109772, 1301589103, 363972548, 1682447942, 38661513, 19427812, 49071958, 82952713, 433688733, 2362038176, 3261509664, 2951101922, 1947674420, 93698869, 2531028432, 22672104, 799747874, 2243567878, 3280379318, 755829794, 260214110, 759973200, 1427088757, 3256942056, 2842032693, 2975607816, 3279970303, 44708064, 259556727, 132570905, 464958008, 2757057685, 3355756889, 3351592047, 3372060351, 3279199100, 2814338885, 3373948978, 3271339932, 1365532753, 3191047857, 625961613, 3278698016, 2478136272, 511500579, 86626311, 3277945849, 2616401366, 2830467981, 106000038, 3174496635, 339515882, 327955629, 3277239498, 3190223965, 2362227014, 2824524332, 140133636, 627633389, 325000251, 2986708839, 1963586598, 3369741292, 1089285774, 2960602427, 1447666710, 1109943692, 21355612, 2459581782, 3369528298, 460939629, 1072157983, 3272679000, 3275077291, 185016428, 48714879, 305348232, 3369954346, 245261124, 2320137277, 1339375526, 3368397735, 507872067, 3131720320, 3365925905, 236962918, 2828473539, 16063885, 3208749275, 3349758255, 35921353, 3273992754, 615009737, 2554476102, 1308729907, 381015561, 2952558439, 432856745, 139709754, 42393552, 2858438880, 3310188274, 848359831, 366551314, 2410774122, 2567931625, 628558605, 2844699165, 3161428219, 39859095, 2474451, 3306093495, 353912153, 2316357264, 160273646, 1587091896, 3240430806, 3091375114, 557284498, 2728694337, 2899118630, 27753893, 575338442, 88584204, 2824323817, 968695542, 16279554, 592286290, 19618210, 266545811, 252897050, 3346064571, 2595323947, 7765612, 109572102, 19804842, 80247890, 34447217, 532689500, 2299710372, 21465925, 45716828, 58340039, 574610510, 41109360, 718593078, 12257632, 2471905921, 1097573617, 2600034403, 3341031143, 2196931189, 3270818598, 13047322, 2934129837, 3130776262, 2642961590, 150965694, 1500725676, 874223732, 14593763, 217949209, 16867831, 15357971, 95774357, 2798598233, 3188324402, 1247462594, 64452774, 2419730239, 1576113614, 1227823958, 850117501, 1132143535, 3357153478, 213632440, 1016285491, 485886996, 116239843, 272023536, 2617237688, 29550233, 2998632837, 21647380, 2875804937, 160410459, 612046207, 2719082323, 4315751, 428684731, 1370338400, 3303305134, 59707017, 32488092, 125249275, 493754264, 16116214, 2614380511, 3241172671, 86045776, 3180064812, 981866658, 121896641, 3224535142, 16320554, 2598001729, 1897677870, 59375148, 15210207, 1076713596, 22420629, 87335301, 3021559986, 54795231, 3351429592, 1088161568, 598728655, 95506085, 3260181164, 377858959, 27921953, 15053256, 2305501767, 81167159, 12337932, 2184521743, 286391720, 47742147, 21342836, 3085292805, 18583228, 3267417439, 37702406, 395681883, 214360044, 1642524690, 393603430, 822644540, 3043472039, 262481941, 24550930, 35583898, 1948727131, 2513720226, 199862369, 2938889878, 2413594758, 3265811214, 16556630, 204312379, 61451718, 3266660534, 3350435921, 44129616, 16025792, 980354275, 14534467, 3350855067, 16698673, 2497762182, 19331096, 2893230967, 485617655, 3353764295, 54066935, 499261606, 63852181, 3355957835, 18000132, 121625523, 166857011, 36017747, 2250064770, 3351701422, 14069586, 61854086, 3062702771, 436242574, 3096565135, 306483266, 242918894, 15636142, 16484129, 2953721110, 28036725, 75918073, 18705112, 20183469, 2538405619, 490794284, 2437346502, 398703920, 3261365112, 577477163, 2190644732, 164434716, 2415085993, 30330146, 2728990002, 554381559, 308163567, 3352579023, 2210688265, 3307411900, 2312073872, 66799789, 16023185, 2364688028, 83465839, 577975262, 2836035235, 3028906441, 1371703465, 1105438082, 3255067783, 2255452332, 3307324221, 502008184, 3256985378, 2857528105, 984172484, 407161621, 2384314538, 857142840, 3255653563, 16564925, 1709876940, 2930856338, 1231578642, 1005461768, 227507908, 215310458, 92374836, 362880718, 10908352, 3257786339, 223608627, 2513312516, 24881995, 3239074594, 160444680, 2568853129, 17119070, 127900149, 372957107, 15689404, 2815046317, 2924022467, 1431444060, 313427754, 27820338, 2494260060, 19706227, 18264627, 20126862, 227622672, 68923574, 2338959518, 30524285, 3300771508, 14691215, 18367937, 38419396, 272218597, 3337432331, 81146591, 2748649880, 2889527401, 3246335646, 3260517488, 86391039, 238374731, 2994713500, 2881829733, 2859229134, 354694878, 197015024, 3034532050, 3238216489, 860099634, 375270752, 3127759705, 3011001845, 3349159528, 22360127, 2764354965, 860939377, 3345746367, 2680160995, 2809627904, 3347284929, 1095102535, 353846241, 238628020, 268930683, 707098314, 18271834, 3346576763, 113415817, 62681698, 1597220887, 3255450739, 1851849318, 514985532, 67580602, 3246059330, 3253372555, 327017284, 2852936548, 32686814, 3243562110, 2539511884, 2427246170, 2933213332, 1022110370, 2904717305, 326150402, 3345032997, 37482414, 1459090969, 3322617651, 3245375338, 3339211527, 3185597596, 3254152926, 217307457, 3240437032, 44655493, 15241682, 1656574369, 202734022, 335092316, 575828962, 2756364385, 18643839, 2359679432, 2853475981, 3253285748, 28757835, 3013627236, 3253112430, 2945404092, 18799221, 3215719555, 1024447620, 109703314, 72839849, 2988830614, 3107576540, 14437490, 3243769148, 54319648, 22534061, 3239663143, 2840161578, 3252350210, 3237723946, 2963359867, 3252192158, 2725580095, 959865852, 2868264331, 107681061, 2796904921, 3199745092, 317353416, 3339455417, 823083, 432890325, 1476424110, 164133028, 3104556721, 3250987609, 1437171158, 3190790843, 2822033194, 3008882862, 18357890, 2409592351, 3250324549, 3001572283, 553364235, 3237112696, 8424962, 3334025308, 85118174, 2261891654, 3111666304, 3325860057, 2283223800, 17755033, 105712056, 3214481295, 22516489, 2418114211, 3319161028, 2151145357, 157415973, 358773756, 1538249185, 21777512, 2362036330, 3247381416, 3145621950, 88116883, 20534920, 21879667, 34200848, 2152315988, 3233966865, 466233156, 3234535122, 3247677145, 905628074, 3247545170, 3330696251, 3247417052, 3246689502, 3081788372, 2319934141, 2513341416, 2526655772, 2929128469, 1967510760, 587688630, 19563661, 90818494, 3033105576, 3185481199, 353767859, 2946684410, 21264477, 3327753267, 2269433623, 2502073531, 40892332, 23412075, 15588148, 2685439243, 38566617, 3327326013, 358588432, 15730546, 2874675970, 3033659120, 2964589058, 3245692182, 67929970, 3236549348, 363908101, 2978586790, 2735775078, 361715888, 3245477473, 18759030, 3134819644, 3238799333, 312957029, 3065538900, 3245141227, 95268340, 30688200, 481807083, 1527419708, 58583995, 19695390, 40555720, 62438818, 3322995268, 3061871083, 2996226884, 3239254658, 1447131048, 301966760, 1086273794, 115830646, 17846938, 18898059, 2264785920, 2313359125, 1547537527, 2766850329, 35050392, 2816188274, 402003559, 95998135, 1007568013, 911729426, 635800596, 347255327, 1605694058, 3225655442, 74214728, 3241664568, 3149332332, 3313112985, 2956721094, 3241761282, 3016206471, 105964973, 3227238596, 1633409803, 3184725139, 1464657728, 2730240600, 46646975, 22413496, 15903764, 2502679495, 14912780, 607005973, 1027656631, 312949611, 238400395, 3103382031, 17810599, 338984937, 259622537, 2434135663, 45689135, 2886305915, 738246144, 3225007573, 2577154098, 3302786535, 3298384065, 1617787723, 523437541, 3293760635, 3179499186, 3312312057, 2887105303, 1653806952, 2882434989, 2267422392, 351239198, 3233732947, 3172191942, 86485331, 2986555135, 344908429, 3308027349, 3236793662, 26210327, 563988748, 525593300, 3308580640, 3308563875, 3301927264, 2457829333, 3180878670, 3305543375, 1149152958, 72995844, 2901950317, 37836873, 3296542259, 32323209, 467928447, 36388601, 2507722194, 399390602, 137660115, 2761966264, 19093377, 14985977, 459300842, 3156779970, 3306670997, 21224647, 3213978617, 464855779, 3301814921, 321426872, 236151290, 3228275492, 3305190945, 3102138022, 3140353059, 1529927882, 174242468, 3231040476, 2976107329, 3230766625, 1183149060, 426734017, 2178293671, 59075847, 171724235, 335378209, 159575486, 357165315, 35333150, 2851579324, 2468106433, 2944439114, 3173641725, 3244601302, 3082579757, 3301740899, 3192975594, 283118538, 434049581, 128241097, 313006876, 3243987532, 16097968, 83280323, 1584209064, 32796852, 365995678, 3299567818, 1919437490, 2396350700, 3299186571, 157053960, 396804174, 18181934, 977482010, 40133061, 3194177710, 322416416, 236927135, 3292910998, 587810318, 22390108, 1545482136, 262313593, 3165362050, 2562854758, 3220701078, 3295258121, 1644495702, 3164716322, 962820894, 3290434822, 3100362021, 3131478562, 3190084854, 2325661891, 21277182, 1945424582, 3223151448, 2953455831, 1701578628, 3187461022, 2789557270, 2304406394, 1601106511, 255833240, 2850633596, 2458208618, 2569806414, 3011648898, 144722120, 111814903, 250870107, 3222096972, 897288235, 906653515, 115236840, 2898478889, 1896792314, 624380946, 3292166157, 3075573215, 3189578461, 281349483, 435681607, 41130914, 292647591, 64151219, 37902443, 169165706, 589415057, 489789276, 3190165838, 338970982, 3105861986, 432883132, 466485562, 2864214491, 15475093, 1510982040, 982199750, 145936694, 14112560, 55822405, 250615802, 3221424348, 597476208, 2273944754, 3173005842, 22968486, 13831932, 3124706771, 262430206, 93953874, 8814772, 7121172, 62570297, 170309471, 3131522382, 121192244, 185774847, 555509314, 558340038, 811838826, 512630983, 2691452192, 6509962, 250301429, 2597913918, 403749093, 109326320, 261733111, 16404954, 430671509, 105026655, 21613873, 3215184153, 3097521417, 2909675190, 2916304178, 2428381464, 3196678604, 1970205505, 2725425502, 74207319, 104666974, 589644210, 1300810422, 3256502795, 3196038126, 442903146, 2586563082, 2586738745, 1855637845, 352821813, 61477734, 3095135091, 2883612317, 2764437502, 2324210480, 1149200671, 365556336, 22066285, 2284453291, 42120085, 14599464, 160472662, 2770640132, 3068576178, 1336915111, 65101536, 2178309389, 2848258175, 19546533, 2542121732, 2786035352, 178600543, 172786912, 3128264047, 2883834152, 19319041, 3246622978, 419883987, 567238746, 2905325318, 566413110, 2836769552, 102961087, 19957803, 3188584015, 3067124294, 407408314, 106757359, 2949602146, 3190912752, 3190209810, 480616240, 1044020509, 3020188513, 1236499550, 1314484064, 2993454701, 3236006866, 2712110611, 3075715063, 2601482131, 2545115569, 11353012, 1414745010, 153440886, 2613923132, 22883486, 3144530475, 227533034, 15825051, 2990366584, 38686935, 2371604544, 3186905755, 14994538, 3188337984, 3215404887, 474614008, 2209986403, 1697695572, 2230674883, 41525047, 3188045419, 1417843328, 80704927, 2829919833, 1375678100, 56141616, 2943265556, 50922107, 65083125, 2212879538, 1669431445, 3123347304, 16652840, 3024743784, 3008032768, 3140568331, 25078382, 3233850171, 93908411, 594238836, 2981295157, 2434989762, 492018105, 3097205309, 96997907, 304415259, 3184293462, 3236446413, 3198647505, 1170636272, 2178209244, 18757698, 1624317169, 99401071, 1599023744, 3184813890, 1363667336, 17829450, 480772976, 14278166, 522674330, 138944368, 501177938, 292632884, 3133131439, 2705683456, 23548153, 387437294, 3183575684, 3067249087, 25678101, 2788529930, 3054125730, 79024237, 2877780882, 3157452171, 28850179, 3041485667, 117205846, 3183300739, 3144061905, 1335835988, 598428888, 23852365, 2686756278, 3182392368, 2259380738, 2916145740, 79812508, 3024371774, 3038645847, 131055288, 2506181892, 1536927582, 2547597109, 3165851298, 3221197768, 2575665288, 22126132, 2956848004, 19927012, 2253567374, 3206610670, 1333967101, 1550706396, 2317389050, 2568005624, 1949899056, 80604718, 1541999472, 3222850419, 3217556374, 2766864274, 1887144066, 1296752732, 1301668658, 1261518816, 74396421, 17221069, 177691724, 3071950258, 717863434, 3222822291, 491092473, 2840042433, 946759669, 3079207491, 49323198, 2544240657, 313019411, 40032501, 2646824598, 117384592, 709681428, 1541363042, 2550461, 3131650432, 143470981, 1133432454, 3076240625, 2581882811, 215508074, 2276660323, 500627340, 766585207, 132122597, 50101938, 227522647, 3091910360, 611367409, 3178737074, 84463170, 408980974, 18069493, 3165477711, 2364630716, 3214005593, 341878033, 139318070, 226580814, 3202223609, 51234276, 3214680484, 2839556749, 178647381, 1207844718, 94097711, 2406669248, 457782574, 3031707882, 3215405032, 14956673, 3146995371, 3153341662, 2661473540, 1409082878, 3017826134, 1616328637, 747221318, 387289803, 136015731, 222640532, 3214564197, 797494844, 2495315190, 3003937365, 539183579, 3167446037, 428019663, 3172602823, 857101418, 2374097150, 206473078, 2950404028, 231324724, 1343085360, 66495983, 2167961131, 409955666, 725050728, 15491617, 2999206501, 425231971, 3047956549, 43330582, 353815489, 2526292262, 2876051989, 3171102157, 72260306, 2429120304, 3016148261, 2272601586, 121272353, 1403331493, 230058524, 3177113779, 2223678331, 1006824656, 1307811860, 1475043919, 1668813720, 36193296, 2840675128, 477366528, 362075138, 3176818386, 2749016171, 3206709616, 375016975, 3200002061, 69543723, 112296216, 2380336015, 34976135, 16550479, 186380643, 84790065, 3159404964, 2356099343, 3174072806, 146549981, 2486635696, 3042334859, 21263663, 2620171801, 518155565, 110124029, 30478680, 956473652, 3037272323, 431208467, 121236961, 2359690340, 3206726619, 583032066, 39182801, 2244229741, 1594160412, 1654288080, 3137883791, 19039364, 1523498875, 568335266, 2867838403, 154737265, 2890600383, 3140246180, 3169411357, 2360785622, 2997355818, 3132009213, 256101145, 2742734944, 16588146, 2950595911, 3055733449, 2430898916, 2503972172, 2479789123, 416350692, 1123568917, 2959530058, 2740443233, 2163543109, 65676207, 35438418, 2647320482, 27047046, 455443919, 72702982, 3132119451, 2993812955, 223139140, 113612361, 3014549505, 3166558935, 2831642817, 1687006165, 546522336, 1209878948, 2599106970, 3051252028, 2892498677, 56827390, 2820618296, 2716196783, 1684695840, 3167385148, 3152874905, 25870447, 113545967, 94193981, 21479387, 3097996089, 484363981, 3167868614, 2716275637, 2700223022, 2642111522, 1421278159, 1273036970, 3146480946, 2905783174, 3048889093, 1355370450, 2182410768, 3000425125, 3128243567, 2961836124, 1062109706, 2442565262, 493208195, 1554490128, 2367772716, 2564493385, 2269914306, 222147945, 2255590554, 2935686976, 3007630549, 33117104, 20746042, 1328232668, 1868380964, 3162705050, 2612833488, 2429216377, 84502202, 2246935516, 3163359614, 2755661198, 359453148, 1866243193, 42892455, 2779204951, 14280445, 188111438, 20030284, 1465232090, 33936754, 428785682, 16358915, 189073580, 213084190, 7384432, 248333324, 2852275849, 958301280, 228999222, 858845101, 123772867, 2888748213, 2935384154, 177748749, 336136926, 1037506758, 1479051396, 75370828, 42872176, 138160300, 15471323, 749528521, 3103451277, 12197032, 1548, 2454714289, 15210566, 2328969528, 2256545870, 3167851237, 2382510938, 3052331608, 3091492841, 228699219, 1018438202, 162489917, 2686057201, 1012460306, 1544296339, 2842811598, 1714352198, 2788656494, 10720262, 195694617, 267613720, 243357143, 21107808, 1669289102, 1149276822, 599783125, 195450477, 98795912, 1142941, 428597389, 214113720, 575322296, 1122037838, 16932848, 654033, 1324125072, 3008597084, 77007853, 3094365867, 138985711, 2956446878, 2762664990, 21662285, 18271227, 337343337, 3158983618, 3163284924, 490112926, 1264512061, 164480014, 2684660945, 271652717, 2739099484, 2307815046, 98643448, 3111912045, 1473794754, 117634732, 115490460, 2922642131, 14947998, 3121276863, 1613145114, 25857532, 1286270364, 2454651108, 2991312649, 15337822, 113137845, 3139666643, 21282007, 302510445, 60398610, 3172514794, 234745046, 16602174, 3158726798, 59453, 3138243762, 2741011245, 88078431, 919860212, 1345426651, 3065913111, 2967033270, 16118599, 3130784013, 1588334714, 100815003, 3156992629, 3166875833, 15079071, 2522427001, 3167504357, 16257100, 1338, 3167196353, 1582479492, 3094981977, 22698147, 1475900005, 422271033, 3154454110, 2641077269, 366790687, 36811683, 23795212, 24004250, 2978645906, 12497852, 1284907730, 2852615224, 3121273893, 396174375, 3148898977, 189863792, 460171717, 3093724378, 16612625, 858945828, 81957794, 1411851301, 19330360, 2397051, 11167452, 3152245658, 612147421, 371943335, 1441319364, 3063465922, 289623618, 558195608, 2563970689, 1431856261, 3150614791, 16303721, 2462379295, 3097113646, 1342428037, 3140018329, 50322606, 49643884, 410141708, 18057073, 14296230, 369024196, 2978394842, 840566990, 67862101, 943403953, 968908266, 2458188217, 2467757102, 3146761249, 2986685337, 256838241, 1434640532, 2722319774, 3071743440, 623216509, 2826488523, 2734271179, 419096260, 509468825, 4452951, 235322591, 2923039453, 76138951, 3141945498, 3150030538, 63040962, 52965396, 3145999763, 3145389655, 2607571670, 247883817, 2553458418, 18245240, 3099322280, 1346772768, 2401879252, 1490908590, 2616901068, 3036973742, 3146530204, 585255303, 3142373253, 3116207098, 3003843885, 30815935, 3145318863, 192118974, 36271314, 3144412791, 1433524266, 3027154198, 2395377457, 2843077018, 2678132030, 155297045, 1952500026, 17359469, 3081856281, 2701699687, 3141040442, 606830085, 1216039668, 2901766488, 3140188484, 2922566012, 3021500090, 1018743871, 3139447416, 2970506717, 16806082, 2910237449, 2590812845, 2921413957, 3138735308, 166196521, 3132255753, 3131989617, 3090357903, 103895441, 62409978, 3069041375, 3133683480, 3136507291, 10782302, 2413051692, 2353102435, 2943835678, 2432716717, 212402696, 2871243543, 22039951, 3023990357, 19037995, 3124080193, 47546250, 2560181622, 2490165774, 730697882, 3128375930, 2349773397, 23154120, 2549452651, 3122530172, 293552084, 3120792492, 3091754600, 3040808986, 2627502202, 3007775843, 3127943699, 3114227965, 292968867, 2778436806, 99098809, 2790456825, 3102226902, 2873087403, 1485136909, 2680134386, 2817767214, 3124252893, 2575580646, 3115972511, 3121668226, 3123749283, 15337043, 436232102, 3074018182, 3110488591, 2940010649, 409317907, 2899676241, 2983567593, 3101631014, 3013236705, 2791987829, 14787758, 3117943696, 3108032647, 1157537990, 52940530, 2990811945, 3111634373, 438042120, 2548914955, 316726497, 2482768232, 2441873774, 2912831846, 3113339386, 240097368, 713188470, 3111730840, 577816945, 387393173, 403478532, 1880811698, 3104620165, 2725644713, 3066038804, 15771803, 450925511, 232343915, 3105723157, 527906735, 2246593410, 3105502068, 1320445610, 249521627, 2558023961, 3108105911, 3108077519, 3089116917, 3105074670, 1511167219, 243768472, 3104164838, 2968299131, 144839982, 70776300, 148467183, 317290373, 3094553691, 2953930344, 454526996, 807554857, 2723102317, 3102412711, 3064994626, 3102133496, 3102083419, 3101868534, 2996344310, 2563813867, 2954853941, 138554028, 2381410628, 1326101118, 2175411, 14538254, 64931648, 3099716202, 489467252, 3099122612, 2371511455, 16249572, 56841094, 1544210982, 718849764, 3097041159, 2903971578, 3091619602, 3087262996, 3071789099, 197002497, 2893925350, 110600813, 2374667906, 2818018806, 2907094071, 3074676677, 2573733108, 1393208810, 3095468882, 3090851792, 2953048902, 2460565754, 533934037, 125686756, 2940496570, 2925851773, 3092223469, 2166415653, 244816716, 235661181, 118221781, 3094025292, 131115490, 14278028, 2466167241, 3064395437, 1499053189, 46836633, 2850831579, 703993267, 2871336995, 2923922416, 43136911, 3067827197, 1047118074, 3087841638, 3088454877, 14369429, 2864388993, 2976567862, 61949043, 3092077847, 3091364296, 926181458, 2967916913, 1337386772, 30256536, 1684496310, 2991005590, 14770441, 633268483, 3073480601, 3082917169, 3082789640, 2524130481, 3031892218, 3024294709, 978575058, 3080891262, 253309951, 3051624396, 33438091, 419575518, 720901351, 707400252, 2281210542, 3090928078, 18280197, 3090559264, 1852295060, 3077094749, 3089658064, 440327243, 602647514, 3064061458, 2986261310, 3074535662, 89856868, 199757437, 3070425020, 15128026, 2842564587, 151532418, 18937385, 3082529673, 110010294, 3086767089, 19372840, 3072059444, 3064853295, 2600762910, 588921911, 62881185, 2405061163, 364458634, 2837917726, 1078369069, 3046723148, 34727374, 2564978768, 20490915, 1950062431, 209602032, 874352437, 2419971998, 61236326, 204447420, 1475118602, 3070734450, 1120182492, 3070688857, 465924787, 279743016, 494476765, 188515523, 214747825, 786146030, 26097308, 154782527, 1838207400, 3076380443, 364467351, 2327370235, 2829942930, 3063631369, 24890901, 2928739911, 6035242, 3051992092, 2959220897, 2965071502, 2541112338, 2603637553, 375499570, 365808698, 3067618843, 16917828, 16549116, 1908723582, 123171039, 29838664, 1268642450, 3077634808, 1448738011, 151519583, 153873016, 2877151045, 25620672, 179216418, 3077609081, 56464362, 3067130754, 2395312946, 260243995, 98740604, 930119893, 259357029, 29236701, 1254605904, 3065786227, 22022646, 365480435, 2274864804, 15379505, 1623441578, 20300104, 18012679, 2963673784, 2413359380, 141909875, 962152818, 45318494, 2190757965, 166079658, 18599061, 17809147, 2912272722, 220543503, 88324836, 2961597096, 2835413265, 26091976, 8902822, 2569144296, 285668841, 3063671618, 3023992703, 17414602, 1378344534, 18139106, 3062140718, 2577335454, 19562939, 104939913, 3020204629, 3006306913, 3052155451, 2897974370, 1017391, 44531639, 2808223189, 741803, 12242992, 2584339548, 59163264, 2493238668, 928261158, 998289805, 190528043, 113517282, 2586514873, 260560686, 15947348, 814112882, 3066906051, 16955235, 14183691, 34881385, 20340969, 17383191, 1311781, 169271629, 3033838690, 150223958, 2722197956, 3021842372, 1961849978, 232526563, 3034865567, 3068301502, 1097146207, 1058267378, 2816680539, 3067980917, 138848486, 1148933802, 348881538, 2271443084, 46616450, 14486302, 465299654, 2212979137, 3058916077, 135180509, 463242799, 465666054, 2352187789, 49141886, 1350648744, 2548713044, 3052256568, 2837292587, 3051416599, 3065972423, 18739136, 3050498972, 3054162660, 1343487019, 330666522, 2954181649, 55977032, 792972950, 3050520096, 2899705624, 2914805632, 371878922, 3051047394, 2269487202, 3050593448, 3045369360, 3043022430, 3049901022, 2936848783, 3041957486, 2953654147, 380939116, 3048353695, 312465809, 549194825, 3064567643, 1133465862, 970548092, 290075064, 563306003, 3017427090, 288443185, 3041033221, 152645752, 97024311, 15229103, 74464449, 200541524, 3044139079, 15486045, 1319391535, 3063873989, 2889674833, 315480872, 385460221, 3042583122, 273278007, 201170181, 2650397840, 2670100943, 2363376738, 239516694, 767601, 3040850361, 3063656511, 2228749231, 19135683, 3057746613, 2484464748, 3063502245, 48487459, 2895943573, 18384775, 899973054, 16974016, 2477583762, 64637158, 3004942932, 46722097, 2993171991, 164666005, 20062445, 2892995213, 2850414126, 3007009995, 1739662693, 1055902411, 2393670932, 2881585790, 3060577595, 212071153, 179207761, 2817474227, 1887816680, 3033902459, 2459709067, 3033592380, 14802930, 314870554, 3003639310, 2221726944, 23588706, 837253260, 480819256, 15823261, 3021666700, 67266462, 78641738, 30957246, 18339415, 179554090, 1323909265, 334981900, 1414340473, 2915347147, 2803994674, 2667785204, 2944281498, 490135056, 2720227921, 2958423142, 3051211354, 2708160180, 710941094, 3054478619, 2831756289, 185449401, 233636404, 19059099, 1602678319, 156312872, 529763094, 582866423, 29674668, 164087675, 15785117, 66632933, 2375498185, 43141013, 158170794, 1406402520, 12190922, 517116581, 1533659756, 2955413144, 2803953815, 2837991784, 425408294, 3008191662, 97261539, 1357983050, 2291600264, 160378207, 82265241, 32667201, 146439288, 1726973593, 3052495917, 24916457, 38995726, 17333873, 2197760688, 1450245192, 2793829429, 2954126636, 929000096, 3051216982, 2565135330, 409867957, 1393391864, 185411782, 2763990895, 90062469, 2430956005, 3006410579, 51142608, 262799867, 2850027043, 106850629, 2988849203, 2547033986, 28185061, 3048251224, 2552723874, 2823171471, 378762532, 2506434647, 1686618164, 270141194, 28021500, 22289021, 21464701, 389441364, 2758180931, 86071272, 2339083611, 48431982, 281900168, 3032252437, 19083080, 3000323626, 2360507084, 2154091303, 2840845885, 54371309, 3032022014, 17263516, 2472945536, 2289800436, 3018273489, 363433362, 14329453, 450183164, 355642356, 43007631, 2900987816, 242781810, 1198124370, 9905392, 95940032, 1602084096, 2343065768, 1895620278, 3027919842, 581395282, 132584441, 708104846, 3006826174, 2643045485, 17604527, 82098218, 1038179306, 566923022, 2712682024, 23689114, 2837444800, 3027849549, 617594220, 223113283, 1271178092, 584446504, 12332172, 2547906456, 1324026548, 80976488, 23532047, 2714226648, 1372125216, 377136252, 458107439, 119107586, 57855509, 1117851662, 15188343, 16597629, 16671797, 3030793023, 20524971, 2288926339, 14982534, 35329667, 172215008, 610177189, 175656011, 77038925, 2532362760, 3007139824, 2597259224, 535688170, 629253125, 2978150098, 280383548, 13384772, 1358706056, 5204051, 2476351789, 14662889, 53700646, 88326317, 17551598, 370827550, 2860896641, 2950659885, 26484919, 948689238, 112867690, 96100344, 2392119403, 27390107, 248044499, 3002952574, 300735398, 77690219, 2919531335, 198781495, 2196637298, 19245182, 784167103, 369763626, 282882688, 2812147764, 3006650189, 265852050, 3040489648, 2447798646, 2342845502, 2646387236, 2386468730, 152466242, 2263605398, 14565150, 506865052, 38521391, 369095113, 1598986099, 99749955, 621498278, 23423813, 114584062, 47481589, 3027986516, 1523544182, 258083321, 1261281055, 1446762756, 1463323254, 2969321529, 21612322, 721346978, 215060612, 122228114, 462664693, 17527237, 254678131, 471967587, 2985118486, 411980447, 137407346, 614867166, 2996029682, 75904944, 348652475, 2786170028, 31325937, 1031033948, 468463894, 22966172, 38175716, 268920669, 1254787980, 2804508995, 93679951, 24507955, 1159371324, 1648978027, 246434933, 495417551, 40358283, 576603009, 404152702, 2787813197, 2814250020, 211400182, 889618016, 882574904, 19512637, 146454077, 107382485, 19581801, 15413624, 142179252, 40920400, 940777694, 3010096394, 38330999, 47533454, 1643373330, 3010139523, 477401625, 2969200456, 15907431, 69108987, 2650032241, 1968043243, 615614236, 1334865018, 93869364, 366011411, 1625873077, 2800137077, 611996676, 39458284, 2711050508, 571087457, 102540229, 1072526839, 232606584, 28288779, 95508085, 167010482, 529096338, 3040795979, 14256082, 328040695, 1340670000, 116511302, 308245930, 36813364, 2798898786, 2614272462, 535503968, 2886416602, 29125497, 173571374, 83191847, 1478486520, 3024779072, 3015782116, 2982130845, 1397511998, 69749329, 2349494888, 34354034, 2758869458, 2836373728, 2809811292, 3043147589, 1827606775, 522834247, 3019219778, 1653424244, 31067157, 3012862405, 701240792, 2728189940, 33715192, 26336530, 64777360, 1361211042, 24142636, 956355686, 634015881, 1687280372, 19454670, 2934079978, 1014435343, 2572643324, 3021299634, 1408989498, 2556607278, 174633648, 3023265958, 562183942, 2458759143, 3030959541, 1499757510, 326962578, 2867000033, 69254737, 2782610961, 2995340558, 2865049809, 3022350922, 2612152237, 2736285390, 2670804554, 2987843403, 1631936376, 1119908282, 34311257, 2989590685, 3031700573, 442182368, 2961694548, 439081280, 3013634347, 1275984139, 2462536272, 15939396, 2943165539, 2738081451, 14164956, 2794160545, 2993518411, 3019138690, 2794926943, 14705046, 2935508773, 208037782, 3002558292, 2560716374, 3015942662, 30324850, 23769809, 604092603, 2456816503, 509971567, 3015682417, 2724615798, 208776798, 14998719, 496973075, 3004264907, 28589514, 26691036, 2944826777, 3006450952, 2792749508, 3012321150, 44334649, 14164879, 359230030, 155369800, 287806806, 3022317123, 202479255, 2889797241, 11167502, 2249103860, 35626322, 12447, 3021712811, 224320706, 80395090, 345838923, 3021743590, 85611344, 383368482, 53167706, 3010794308, 3020802449, 3010710829, 133413084, 3020764126, 3020109544, 956111006, 3010113528, 256022044, 2992448810, 1240171406, 2754429607, 1665595472, 1735436820, 3017692845, 2155402628, 39617828, 2757400642, 581130347, 1643961090, 86459685, 3009123115, 2939025434, 182982451, 2260150651, 222451771, 595751915, 16484237, 186528548, 564577122, 259663057, 53426543, 1660200776, 3009091180, 40570637, 392027733, 515836591, 738327488, 199516833, 2939034032, 103228300, 3005814796, 26971593, 2298841976, 1922290662, 430933440, 3005809732, 3002881953, 1408816082, 488867199, 14150266, 34838035, 16023917, 2990632973, 6114752, 2986324961, 2960155128, 19330885, 2391596978, 2873992840, 593718505, 2819572566, 237961072, 2596785458, 24866692, 2676345858, 1517465449, 36610871, 43195617, 2606542124, 57564151, 79337995, 2996456924, 2289744703, 387661922, 1435050403, 1959690278, 1286650447, 2998335334, 293097225, 816556332, 2996581487, 2970798871, 1553678094, 2393425532, 45983335, 2556667683, 2651506974, 205781124, 2994231899, 1487778554, 436678031, 57906313, 37209055, 2910498594, 14294400, 312351978, 43631584, 1152887268, 395086595, 188509332, 1701179917, 832941643, 89000394, 2555180840, 121558226, 1171157898, 323549358, 433839629, 110692972, 54189641, 16423304, 2357582977, 50339969, 2981338268, 2773892956, 14599972, 2990222283, 2988973109, 2272820146, 2989425694, 2965824167, 17425484, 2985758338, 2925751215, 58400103, 2705321185, 2972374749, 422942628, 18733267, 23817639, 2980770683, 2990857909, 1923650426, 2986511476, 216914014, 1035532890, 1978392914, 11221692, 2989318262, 6247782, 24822590, 580290725, 315570064, 2989208024, 2481216923, 2988318554, 29411194, 42276382, 2482368360, 2986955324, 53417974, 105043054, 554719435, 1637225107, 62941903, 2849857866, 2481381966, 14692715, 382752824, 14124633, 41490245, 335979245, 108357781, 94909995, 40544415, 2902169746, 953104518, 1171543506, 2481214656, 2985187190, 760812505, 415872640, 139859050, 129129249, 4197051, 1533172538, 1928818741, 2984788850, 286081923, 2977280841, 26155415, 2979015929, 21613572, 116082757, 322134747, 77762266, 263875085, 18878094, 43332590, 31016565, 824537742, 2296127379, 22650377, 1259693402, 2834535063, 59505363, 2977573521, 2885511701, 2902356091, 558624863, 20214495, 90084013, 2436535886, 291441060, 206817988, 2969824449, 830652314, 2975380403, 2975227971, 162977836, 255990193, 46369582, 14648825, 2957707267, 24510260, 2974805226, 2386885062, 2893017577, 61216275, 2181479340, 2278765579, 28086540, 16977592, 28100891, 2245700880, 257712756, 27500545, 2967670954, 1296831523, 21069606, 15484541, 2966726656, 2942939553, 2967418106, 2647168484, 185744472, 812936059, 2829638396, 179165117, 49889388, 59736969, 21278996, 2963278302, 174556429, 34349331, 23307970, 2569418859, 2962224253, 234946102, 31377922, 2959096116, 217390719, 2194760538, 14380294, 2965190535, 2427174140, 46409086, 2874936701, 2868133069, 202488410, 2787392695, 358324317, 230413321, 20115641, 314750546, 18118882, 391938908, 2213073366, 52208319, 2162524706, 18845327, 105242637, 325567664, 67011238, 11355782, 1244498426, 2921855569, 997740158, 81200968, 25599299, 289717025, 2847581846, 2951558246, 448498518, 63106785, 619194730, 23483965, 32831158, 14928483, 14254849, 2958381895, 82120228, 537862811, 274149738, 2961321723, 2475639841, 23301743, 1609182792, 2951011034, 273371515, 962935188, 2959457505, 2958075897, 51490123, 2789497513, 14586891, 2899558072, 2247408678, 1692107474, 170827198, 22350029, 843014521, 2823318152, 2953946569, 2950723530, 2840757673, 2945537393, 2902087435, 202783886, 1062753084, 2872226849, 2867622839, 311047358, 173798281, 2951343913, 2946132311, 466581588, 122301045, 2684438479, 1382650268, 2769045336, 2847982212, 1306063296, 2933077566, 144563794, 2764399806, 2559051898, 2922416642, 19414925, 2175993318, 497734237, 175552751, 830501202, 1587993984, 2910807367, 358907918, 2410097665, 2890731509, 1518371544, 2828827319, 276682931, 2933190357, 263503, 42493859, 35008168, 2255606088, 213429917, 2521938841, 14643310, 2913614233, 223351306, 2911377796, 1270428056, 2774327991, 2773195296, 1921201098, 88926526, 2686073050, 2822471817, 21604884, 2942276749, 1743498001, 2939220471, 215433360, 719231732, 2377806675, 2934291049, 221904440, 562627212, 1229886517, 2332876501, 18576055, 1529827615, 1173295249, 28373693, 2884608064, 1673477870, 2935648607, 2912327331, 2482803527, 111662541, 4058321, 2935674898, 61243585, 2922710571, 2386076394, 21632806, 1223258106, 1263139358, 47178452, 20180244, 2932331206, 2851541997, 57864058, 38453406, 2935658192, 15653423, 613411307, 2913030695, 2929709728, 17990925, 2929420383, 705221179, 59746036, 317285372, 10692122, 735001075, 320103459, 2926312787, 2926532715, 189039109, 2724875972, 2885619717, 2916611921, 2273772871, 234593357, 475157561, 2877229557, 121874784, 2929121480, 2914114792, 2801067517, 2920196300, 96103780, 2918686306, 1018522322, 16841837, 562029490, 467099237, 2896004958, 2673954810, 2911492506, 24244428, 2918632163, 30481941, 241086349, 906943867, 720090247, 28725464, 2926935744, 1205291934, 54501744, 33984519, 2914335156, 2915131543, 567862111, 2493540325, 354087985, 2180801330, 2716417939, 187681652, 424545499, 2467025479, 1543515804, 2868536894, 703575822, 22526911, 2785120125, 2910785591, 7796172, 11513552, 45143, 2924662807, 15810905, 134779059, 2804019566, 2870745171, 2336508511, 14125008, 480036734, 2915039892, 2808295946, 2911101880, 2911102996, 2911039209, 2760734104, 2902716424, 2911041945, 2911100164, 2911101892, 304550950, 274054752, 2440585238, 23173499, 15435500, 186021388, 19178814, 2922056035, 2813965043, 2155511406, 25029927, 2908361721, 166457964, 34628416, 2835349962, 2907310277, 245176327, 47566275, 37162136, 175295563, 363997196, 17667371, 1963565190, 199476742, 2887831301, 2860875292, 2858040357, 1421336851, 2897616443, 2898961128, 2820148561, 2891489406, 449818373, 384977124, 23701963, 2449427197, 432299781, 299502506, 84543935, 2734153639, 2879774764, 97419236, 1479773167, 492946976, 2338610616, 296823744, 270152664, 385363267, 14379613, 2736082734, 870757579, 82342846, 16901867, 3110991, 478251921, 1110160747, 2496381896, 1361688518, 2530020704, 15899372, 631306195, 115547154, 337663251, 41229610, 870466574, 764750310, 519425251, 70847996, 136169487, 14970911, 873726360, 26666166, 132770483, 306225194, 32282502, 27551534, 47037273, 20271007, 2585361068, 14120925, 2753715921, 2777786762, 113136276, 2915062848, 2858927329, 138840987, 2877913901, 1403961079, 324600867, 2901829064, 17256898, 39099783, 2710174488, 2350503847, 1184169696, 769426572, 2478825630, 2886244545, 23189892, 21191825, 364767188, 2895686116, 2887553139, 888889368, 223805269, 201552518, 1451790722, 15960655, 111140015, 2853955671, 898141417, 231063580, 2892117111, 520835497, 15094420, 18196713, 17795672, 2892417419, 17416387, 2325977071, 12299242, 19704855, 21800155, 16159297, 2836004283, 401635769, 505631665, 501208238, 107448028, 734446782, 16516351, 2891080113, 2889495819, 974586420, 2853261335, 2843084595, 2551064918, 2869806646, 2888539945, 2766105770, 2908399314, 35473416, 135983969, 2906357473, 19119233, 2879774963, 48231291, 315164757, 2853243562, 1514989014, 11051252, 2876357325, 16288392, 2884775193, 16323680, 2885438896, 631113074, 33743179, 153296320, 1683420451, 18346039, 19039053, 2827531823, 196944784, 58424698, 15182629, 10781802, 35028064, 2872677244, 2885216843, 1011967081, 2345543600, 318481728, 425214839, 2295998888, 552389944, 1090900116, 2903911856, 298620722, 41543409, 1516005133, 2589738836, 29064492, 1726894219, 21097363, 3668081, 2883381311, 81077164, 270801364, 77074214, 1518401448, 1534980696, 981127062, 408631444, 141542064, 2864852517, 6782972, 32967317, 22018381, 2861402625, 2560594567, 1726770042, 230439795, 2360634539, 250771113, 290059422, 2892415464, 16001046, 91716596, 18810315, 367526062, 1074364406, 15373778, 2344305278, 10718, 2870163764, 2433667077, 2222133360, 1707480156, 1001318221, 19582372, 948570062, 174591864, 1135280635, 171931585, 35101611, 17437291, 248191440, 19902242, 16585644, 186160494, 2446390764, 1001690000, 2900016211, 2841496870, 18949061, 2874313689, 758370776, 17128777, 2876676976, 2698384010, 607211681, 1010661, 1521398738, 147731142, 490897163, 476048241, 151562486, 6652652, 443763700, 83483164, 2790341762, 2872016867, 1148960264, 2335370882, 16891462, 531291518, 581098887, 1273061418, 2516166788, 2872603463, 1930227433, 60349138, 2854067887, 2888212070, 103453806, 2872815196, 110595130, 2872664348, 2616030440, 410537231, 574647893, 2240590129, 1315554846, 2486238716, 2748659756, 11194782, 1077, 42574506, 143539567, 20129803, 378716437, 2508928776, 204594835, 271481369, 2827705677, 51567663, 339740909, 18059811, 285774839, 14883908, 119940022, 485441455, 53570239, 7315732, 2869949283, 141074522, 23100908, 17807133, 2742299641, 2890424340, 1936611624, 1242217004, 2836949388, 995698284, 2877801380, 393897038, 19498212, 251861049, 2559161749, 63936817, 2446942796, 2441681756, 2437664593, 1452925254, 38539052, 25684535, 2835328803, 99819269, 542185215, 1182897894, 1453904227, 2420768126, 25100578, 270442873, 2892427226, 2440670916, 2367501, 49767846, 21546880, 2821521423, 422801393, 736652496, 10508, 153408163, 1302307548, 2891237118, 2886608340, 14221779, 193044042, 385204671, 2890900638, 2862606533, 87416263, 2889899215, 2858766377, 521191658, 47705488, 2573633287, 215874978, 373891800, 83701477, 36459516, 2827647946, 2442766051, 2446930836, 10241062, 500951118, 2886631878, 42067255, 1929371954, 519149666, 14207614, 2836009090, 2883888048, 2550715640, 408873608, 2442771121, 210684204, 2333691512, 2830961070, 752137213, 2885669124, 28298897, 18028814, 371701934, 353782068, 2886042962, 614831719, 2523472213, 197843128, 1359526776, 15006654, 387947550, 398129297, 122383620, 42088363, 252000808, 77112054, 2556576817, 30279017, 349352135, 21062802, 798933842, 876514789, 704184211, 2486243202, 171313785, 518795225, 2331199484, 2877963104, 23986756, 15808210, 71304536, 2800027542, 219450750, 2800608755, 2831914601, 296425907, 719169576, 2846131193, 2846058214, 2499916716, 1284190964, 2844538385, 247794345, 2358362860, 2866068890, 76587100, 761755742, 416495207, 2275330722, 2859399668, 2663748318, 2826933740, 2796714145, 2530510202, 2758263537, 159223928, 2754591431, 103209258, 199233779, 2842766699, 919444405, 48880548, 1061633870, 2842264792, 1261886976, 22546273, 2842583673, 249964403, 2840334772, 14685794, 2831948334, 306826345, 1169083602, 2794992969, 15683103, 2750413590, 2841254729, 1327583215, 1483563295, 14128186, 2791444776, 36462780, 2435997150, 25979719, 135321904, 14270791, 82515075, 945128460, 2838770382, 206713027, 17211934, 35946147, 2831065058, 76822878, 68433230, 1841791, 2841573376, 336729169, 2190898868, 262974902, 2838892960, 2816021190, 2811252438, 2841166361, 276351217, 344655242, 516628941, 619524396, 215420650, 72863, 2691570584, 14605917, 1142612942, 2800857767, 2839469361, 40917881, 44018210, 592427581, 207617689, 1364972922, 22683937, 429010154, 2507513826, 18914085, 72955050, 78385907, 450975609, 138848810, 319287415, 2713248331, 2690640822, 260256069, 2836917112, 1564257338, 195622761, 18475090, 2418948720, 1176665682, 2679808020, 510966817, 232729395, 2836576425, 154516936, 1038933740, 373522144, 2793293610, 2559258187, 2861756017, 10988542, 2835915496, 45641677, 359260523, 90959713, 27309226, 2325807193, 2861558004, 35416970, 785505972, 2631339105, 2849120282, 1276977619, 249290275, 18637560, 1110033985, 2783893044, 185885313, 2834971791, 16292709, 2447217714]}python-twitter-3.3/testdata/get_follower_ids_1.json000066400000000000000000000760721311017327200226640ustar00rootroot00000000000000{"next_cursor": 0, "next_cursor_str": "0", "previous_cursor_str": "-1482172157213781578", "previous_cursor": -1482172157213781578, "ids": [18568359, 2823847869, 2839550863, 199878349, 911125278, 1533134222, 2796915877, 1360446930, 479998051, 52944494, 43532023, 60167411, 14297142, 283920304, 260131861, 2829805295, 988263907, 25522420, 2842248482, 380696053, 2415264335, 540524295, 151099796, 2857394893, 14303216, 529035477, 239694448, 58232355, 1325622763, 1134778818, 20497223, 16710059, 898245151, 276635180, 33204198, 17912684, 32340034, 1613684610, 297753219, 92043123, 2832306071, 138600898, 51707023, 38468450, 2734154836, 211299040, 2772793287, 57932979, 2832019805, 622225682, 221256867, 2180888714, 29290821, 2856735210, 2354357198, 732418026, 1072121586, 14315230, 2823120126, 66950277, 221551308, 2856322752, 1270199574, 38625234, 751858548, 29382134, 252253546, 38916013, 243776687, 332000656, 11336122, 324815308, 18422789, 18358444, 20009910, 779830400, 2379218546, 621865355, 2269809440, 1559414881, 2830384078, 2299993681, 2823337467, 2277585165, 548401223, 170888693, 2795740968, 2829151055, 399931776, 2820436241, 2752694465, 2696338214, 27445371, 38984338, 448821699, 21683512, 32746632, 25769552, 2851051934, 2338851193, 549641820, 460576347, 1296259104, 301470248, 2826514966, 2430116336, 14424544, 31535038, 1034261, 627835207, 48735803, 2285881968, 60246036, 1553874751, 2835420170, 47789228, 610509514, 2788909568, 1348078981, 1015624242, 1572455208, 1389844195, 791855078, 19335919, 2822812265, 2822480285, 2826294571, 2720495797, 77615656, 2543321844, 2808110414, 430196581, 498112659, 44817669, 2821451903, 80624517, 293538857, 24585498, 2484961424, 2821205494, 3470211, 1446496380, 563844124, 2459524980, 18432670, 2796381643, 2600292391, 18719732, 2785551444, 546490238, 47869980, 1317158120, 624928019, 268292100, 87703920, 23912088, 90702055, 139100664, 2607221934, 1461191600, 1480056668, 1559654096, 589575149, 257415016, 280152810, 16552581, 502760432, 14179549, 609659719, 57669979, 342748167, 17290900, 187115133, 526336172, 211859595, 1573654201, 2844904034, 2844526796, 159581371, 2394859615, 2844125551, 1102681291, 2790161267, 2393213275, 1335228721, 81967727, 2809953320, 112607888, 495393145, 2810491751, 159600896, 196753555, 2842349479, 2634723838, 1961970799, 363496956, 20895134, 29492786, 2834528090, 373901449, 2806076121, 47356472, 2787107043, 2317137398, 1480810092, 2815297027, 174705313, 1843315560, 1421573755, 1183863920, 18093468, 17257377, 2801105582, 164930478, 2840825263, 2806474113, 104358108, 2816557555, 345486825, 1459604220, 80875548, 2803371855, 2189069474, 2802930640, 2348465666, 2559623516, 15176366, 17171256, 58207999, 201226517, 54625210, 2839231058, 72921871, 2800367080, 2632347730, 2515113172, 2781283225, 20856288, 2217925311, 2827303645, 2298986155, 2615735222, 15235815, 2789960801, 31604330, 2615954263, 48125856, 2395487703, 157948933, 16720037, 295428790, 1330406438, 20404593, 49635206, 611933904, 2569738319, 106614991, 44290970, 2827821955, 37267535, 15009098, 17816618, 2614300664, 1673665117, 159402233, 24790186, 233100852, 10186262, 279881044, 88807478, 24117694, 24532138, 26137372, 138632867, 19941017, 1516978052, 489610627, 37864507, 2462260734, 2715302191, 372018022, 512747125, 14537861, 389355548, 2595535086, 268192580, 68408717, 598699854, 17846006, 8220582, 23909853, 8942382, 18078750, 183340224, 2440322860, 1603406131, 24289307, 780810121, 21504296, 52790027, 2786993913, 1520090178, 2827249903, 24208510, 2544284383, 59860037, 63733459, 788392706, 1171788037, 179855653, 17605831, 14651109, 2288778698, 18046664, 922297656, 1070026254, 1482961735, 20925919, 202860226, 957353786, 102237401, 452909578, 18534908, 133372189, 1153104685, 297512398, 448788827, 197626927, 16619151, 599395507, 1160875688, 31331503, 595860782, 259475003, 2550901051, 434684341, 588854016, 7632252, 26608146, 292511193, 2643280777, 160667591, 2794063024, 1235103067, 20136687, 145220626, 41339466, 1625315640, 25033260, 374978819, 20478920, 5714432, 329140042, 2835667015, 2412316315, 2522522892, 535187711, 16661080, 2797052675, 166227822, 137124029, 2578947127, 24718591, 42844321, 44144629, 2793709727, 2341587819, 145350228, 1080695552, 88957553, 2588793822, 219606488, 2407627944, 2797126742, 20761504, 715945646, 67429947, 560142646, 2835652184, 15171447, 1093802287, 91871482, 1972612118, 414989367, 2218140914, 1244238200, 266099423, 705682638, 23483816, 19414296, 2745443067, 279727055, 11488732, 18010512, 435472450, 1730879610, 68796392, 261043346, 2730476162, 316479545, 2830654146, 2829226112, 2790768332, 2789924236, 2391813894, 2833421150, 37928291, 2834905153, 23633699, 1639471914, 38483694, 403509817, 2787303099, 402798942, 2786342626, 2796472362, 2586505778, 22906563, 11744792, 527793302, 2191658713, 362161896, 1948471159, 318697688, 2418833034, 41629905, 263615863, 234342779, 15625348, 28220602, 1860106956, 2833033147, 340127057, 21643763, 2688341785, 16799897, 139810606, 362540066, 19517352, 305156995, 1473070387, 409211318, 19298381, 8069042, 15566111, 226751441, 1650891613, 86782347, 128924193, 2786171263, 18599180, 1103468076, 137756415, 270552993, 505163906, 23626419, 84350207, 56730995, 884234023, 516145687, 237197075, 54677967, 2785047291, 2573738899, 166223139, 1685312060, 18867397, 348582052, 24629249, 2772578862, 193152686, 37868094, 1869951139, 2188221928, 21911231, 35892267, 1446772334, 2697302850, 809573960, 29370598, 1107684811, 405855200, 13308502, 2334056136, 23966825, 169760495, 15826099, 14793972, 17936802, 472561623, 41469352, 164165558, 295572924, 385027140, 237477424, 143920412, 13986542, 1454970649, 425954534, 449408836, 15603207, 32709070, 109473730, 56163585, 121312918, 2225320566, 230392924, 2797884852, 14393629, 124064640, 164735315, 322855395, 237439292, 2329554289, 2825779441, 2369354924, 1949935303, 2829922064, 2601329148, 2829042818, 116035499, 21603597, 2827696087, 559068947, 267365383, 374849822, 2360882965, 271262680, 2827028180, 2719863120, 2794495520, 613467318, 15305487, 2444537593, 2778795425, 2796398178, 2724683069, 2815700491, 2674861855, 71552780, 42955897, 16814845, 2820451123, 51278095, 30161210, 461977120, 18358746, 18771668, 315740771, 343745990, 2814376982, 198978324, 2170341715, 176499073, 1425500808, 2474688422, 2161527751, 28730785, 2562452208, 2796853410, 2275408650, 391715920, 779487338, 346425691, 2813795371, 2411151546, 166558442, 118679396, 343600277, 44160296, 347528892, 2734830913, 211200011, 2816041153, 2815421539, 2814990416, 2814667728, 297877342, 467906528, 2763424192, 2813461118, 2813601900, 2234556787, 2595250914, 211912180, 2805352184, 2619128761, 1463053164, 19175461, 747994790, 2768975130, 91147786, 149251110, 2690800316, 53580967, 37274550, 15365191, 2283959404, 609249913, 86053605, 318136026, 1407544956, 2770912749, 189400722, 51622556, 815200027, 473514230, 23674153, 539533382, 632731979, 16526290, 2807791944, 2282950939, 2810265475, 10926482, 719137700, 1918828970, 749054930, 102826993, 2736894074, 2808934196, 48926855, 413639108, 2334502237, 2706967615, 617157232, 49569990, 2806976882, 2767548208, 316145842, 23694218, 2805915948, 373205943, 216547218, 2804154062, 15247707, 2494126831, 1130827783, 2803370018, 2801389358, 2612775626, 293946984, 333741449, 43945838, 133491839, 503448617, 2318148162, 12884962, 43507230, 15374401, 1352827063, 127039728, 189220827, 369134510, 434159866, 284252856, 546601496, 14520151, 523707157, 1898968964, 716044325, 2190662922, 84276693, 2517554893, 20120026, 2735836879, 2389784060, 2780922552, 39302631, 16853703, 2764897681, 1249738825, 19958283, 364924424, 1075634689, 2752399815, 20826603, 1070990102, 2774622224, 81900177, 551464747, 352540750, 14965452, 282713969, 23694908, 6249592, 2218601431, 17672969, 482508683, 862124204, 461562633, 2760652779, 2670555026, 2772726642, 7714582, 22519059, 155069105, 2193260102, 18216595, 1289279280, 17687811, 36962286, 2792543972, 2789119513, 2794985011, 16001436, 218319700, 2782398194, 2357767188, 99972221, 2455554486, 2675959123, 20571632, 2375510011, 2464406311, 362686824, 311921651, 319788957, 1884195997, 40337575, 2790482083, 64539883, 138023348, 2788450092, 745017110, 2586880063, 619561286, 20118360, 2650275548, 2698862124, 2245717093, 6967252, 565311756, 738389792, 30678826, 2773653883, 701942162, 2784595704, 2446689355, 476168077, 1895549834, 987940356, 862741, 1694140094, 277614688, 2786067643, 8152282, 2785593595, 1506415273, 2785209373, 2479567805, 2584076258, 19153412, 2569586880, 2646232100, 2312918584, 24573898, 2562626496, 247912093, 18782014, 113439399, 1862729762, 1756194752, 2784134220, 21203159, 2678466708, 2757810981, 170334802, 2783050436, 64798553, 2755089226, 39554440, 2781005310, 15625306, 265593408, 274221086, 2367294686, 79318615, 2406154140, 2756158029, 165594353, 1954779530, 2779286119, 25943077, 2755966328, 2742325799, 2704125049, 14976414, 2172848574, 78763833, 389290240, 1166763595, 24474711, 21963333, 26983168, 15633197, 379359783, 2543656170, 2557784790, 18735583, 15638249, 347820023, 2779074906, 138303403, 2312661420, 623180116, 140146910, 537663746, 2744353104, 790136479, 353223301, 2252034330, 2759423707, 71532748, 350350059, 85911526, 1436657857, 2389174966, 1300866318, 245988192, 2751316046, 14233615, 557481051, 581580986, 2736386280, 520031877, 389743109, 608766855, 24845678, 15847618, 158448184, 1426933968, 19079820, 198144079, 767954088, 498420834, 107759956, 263998640, 55933729, 374396172, 75883309, 820818900, 31393537, 15682966, 15574614, 2459879664, 2715335646, 4036281, 14427357, 277767225, 328027297, 14974257, 407813532, 57083714, 271577921, 231037233, 18231685, 570873281, 2777348509, 23170025, 2744187012, 414188706, 1184566195, 206674043, 992871366, 1249420140, 790254542, 2361832832, 353299852, 2474665615, 2285911154, 621699337, 44176460, 2484768164, 1317841987, 8565052, 955936165, 330241070, 43871358, 104203730, 223823338, 2739208022, 2610508676, 18852254, 477832066, 32849947, 2184347418, 2775581083, 412057292, 2772000350, 1428614076, 133938278, 18669375, 14467069, 1274232541, 259136493, 64326902, 186007705, 273922013, 2767992337, 16906916, 2772074791, 2440660196, 2666365909, 377480575, 14166498, 22972233, 352362305, 2651090730, 60124477, 284893451, 2355204164, 2760841170, 2332585826, 618396048, 2584729154, 1888491786, 2766531427, 1018212084, 114529734, 164304841, 15224379, 2198365328, 1245061093, 2201873430, 517788125, 477865564, 1370684204, 1857573672, 2460921914, 127977167, 2720762509, 14714836, 2661153200, 41862279, 1445645858, 306724530, 243835234, 118192603, 2252719814, 50930070, 41837013, 405388713, 46052163, 23200692, 285598087, 2758860524, 333093895, 2742745638, 1650318440, 2388908886, 14440339, 2156117256, 505389009, 33274384, 16271149, 2508480482, 619354467, 2582875752, 430187052, 15164220, 18474300, 24895869, 568510920, 2755210590, 146885274, 1405071, 341364098, 117278501, 330167214, 2409752617, 291814511, 2752445683, 749739464, 55107001, 14285735, 54223853, 55608270, 14911029, 1010437962, 9974372, 181697017, 15393788, 137929515, 18583083, 406525651, 2754036698, 573754692, 803090426, 17140823, 540394406, 19982498, 14418724, 402261290, 22530590, 2445607094, 465620301, 2665116800, 1659201, 19007577, 184545059, 19847566, 43239844, 62235793, 730453802, 836517948, 14089431, 189431426, 250578280, 243400445, 40631172, 322463395, 2477547035, 10078422, 995731112, 2464208425, 487604696, 1040175516, 15963386, 16552239, 18004530, 156657418, 424857366, 35254319, 153262029, 2546859007, 328611618, 203023614, 1020091452, 2339831028, 8478582, 22239433, 425224057, 2746693272, 235649250, 2157007225, 15797540, 104007074, 401599387, 2408136302, 2745998273, 1320846386, 2540307553, 2743612106, 853252945, 2746650274, 2736048703, 2388635942, 716901834, 7950832, 12711402, 44511188, 17365406, 2742122160, 23367208, 30325429, 55209895, 2728217304, 38079312, 1916211085, 1159872481, 346045816, 1880332644, 1403138772, 1386133669, 18698010, 191603616, 1365858114, 18084770, 2737804538, 30832553, 14507653, 2593720020, 33749281, 1530104942, 2694987546, 2562096336, 2743975427, 2730661022, 13256532, 563455650, 1960901594, 296771506, 416590913, 2706603351, 114363135, 120797730, 40442636, 421086412, 140264272, 42689691, 2540470963, 29102194, 707720431, 1955384041, 381207684, 627431735, 1487903161, 172232642, 88501703, 1684011330, 2678116076, 176232098, 2213566399, 2416444807, 178552728, 213396877, 41421889, 171166150, 1675904221, 2516904919, 177640959, 52706126, 2728897129, 201142601, 539369116, 2491831693, 2728185374, 1056204344, 19362134, 632498676, 1325376901, 2575616976, 58166620, 1587499219, 353127563, 7614772, 153351973, 135505973, 192969516, 2190871614, 2296345087, 580578314, 2483907840, 2374474646, 149181077, 111773731, 34193506, 19682351, 205523, 1705876171, 1315760318, 26367916, 15951773, 223634769, 417971198, 1126955250, 16714303, 796871671, 314203800, 51881510, 83542391, 633693696, 130976595, 42961724, 416385191, 2264910530, 25356272, 69949181, 3189061, 14275077, 369331993, 18494350, 271503699, 371569704, 1202174035, 2595637693, 2203392391, 16185559, 1563584570, 754001083, 20287447, 928214652, 2648345423, 161773182, 1487494208, 513494324, 41709199, 515710795, 417433623, 2184378296, 2726391349, 1874374662, 140487542, 278024105, 21985645, 90354464, 17141951, 14576102, 2529884293, 2636418896, 1345404096, 477969629, 253338660, 39393397, 39334284, 21441402, 15375238, 40613184, 61661397, 155674591, 1297561728, 2725346635, 129603074, 17261176, 23296680, 281335023, 7081402, 109402115, 23843670, 2484599173, 293165658, 171598341, 86637908, 55101855, 720795487, 1860682938, 1902560558, 30193706, 21902337, 1305940272, 1871931018, 28897401, 201893567, 20544252, 533168885, 2724865027, 2720611602, 133413674, 1306372550, 545052081, 2471422034, 1847879149, 293719533, 79837418, 998625380, 2654652751, 215867898, 2722518686, 330004048, 363074116, 2508238046, 1499076764, 368079476, 10314482, 500947092, 66910833, 2718897438, 2335477148, 8464392, 8174142, 188861654, 1252917522, 127587991, 6221802, 564828430, 83977254, 37375210, 23145095, 811508882, 2610573289, 266465052, 14270103, 1855274048, 482632594, 2648739217, 53248456, 39038706, 14324058, 1564501430, 43730299, 1596801914, 875466372, 248331766, 25966281, 90961345, 2454147619, 78987648, 323856815, 626035759, 32794572, 1447458510, 1468247234, 25159222, 17766237, 362286999, 47140658, 615157718, 66315620, 159399943, 2548127498, 1443296388, 2655679556, 59736882, 2214059922, 170023430, 396216027, 39591100, 20512260, 16038438, 2722979426, 95837739, 298675832, 32181724, 88300376, 376889399, 44307660, 2694407370, 71169680, 2739178019, 20598707, 2704742346, 1661060293, 444879320, 985840968, 51757505, 2721133104, 2602425530, 221156318, 1081813736, 263910676, 25799828, 18871292, 2659973851, 1266825842, 1367124774, 2718065840, 242681127, 2163201726, 2462926086, 1953316428, 515074073, 1641964513, 2707334143, 82706463, 2592222883, 67834235, 16343073, 376364850, 2659957592, 2511841164, 20956102, 359913776, 1389316104, 2708940194, 15660281, 386261226, 319387069, 219969684, 61525167, 476923690, 64289634, 151321610, 1970442408, 2386345501, 2682815786, 204934966, 27174184, 15352541, 2691277934, 552345433, 34188766, 15160493, 552534666, 2728532765, 1919612864, 592285402, 5384842, 2433344467, 276648737, 152768151, 1575952254, 333519470, 26897807, 424642818, 10776942, 2330496392, 1960217425, 1463590422, 976520714, 581540879, 61368299, 1357276346, 1206441060, 2659237424, 1645385010, 869779124, 30141363, 57735964, 613744236, 2704319934, 2714019576, 166302286, 1262083081, 42267812, 753196232, 2707907491, 293934083, 123659595, 117891523, 1621028173, 2371538304, 2662105630, 1057080500, 2712853758, 17656320, 60708321, 322906028, 48577626, 2671232269, 966420366, 1849731313, 242923569, 214186777, 43806137, 61260031, 1368532135, 1388186162, 46862522, 851951478, 2655199159, 13096002, 720979458, 2515491794, 302718940, 706340208, 509746957, 56768257, 17093474, 2414282990, 1906945130, 2829401, 2712480206, 98629768, 14642018, 1265342706, 16189782, 19258078, 276768282, 2501888752, 47472277, 2187249588, 334400134, 478845002, 549641532, 310454056, 473920073, 18123635, 113095705, 24099592, 314358874, 10395252, 1534060080, 322629367, 325724173, 2507651504, 30863042, 168212951, 164052868, 219326636, 88965760, 64849223, 2190983210, 14277842, 1561569042, 271626280, 838808077, 619453691, 1656969884, 219251193, 76455374, 327165636, 2689512648, 2694211387, 2707563084, 178932440, 1430616829, 120216905, 2459486610, 58092414, 22215175, 51186345, 14224219, 2204042821, 2654534176, 39800178, 2707402652, 153885804, 221635888, 14205381, 731680370, 2678324630, 808484690, 2608844076, 2444329771, 47016641, 2685647396, 2365243866, 1618566348, 1314263486, 164700688, 222875678, 58189396, 49681635, 872342575, 29984657, 47901131, 375753109, 69474498, 630860233, 832195032, 2238958711, 197836686, 1872257166, 1719041336, 1328250686, 123895213, 2439358794, 149617382, 44024932, 23418551, 14965072, 465638609, 1048828368, 2443852184, 16900307, 241650466, 40066316, 16557958, 2664867336, 42308266, 198622157, 16273538, 28344264, 27381972, 2606159809, 622462907, 821963496, 2394862452, 97261937, 1066348939, 18218285, 504030526, 2459028175, 49559732, 14220906, 71884737, 2164138496, 162221379, 21188880, 42886417, 259501233, 2232085308, 105669760, 812014932, 862554678, 2364479462, 28413032, 12021482, 904897332, 300004306, 427877098, 199599505, 300073650, 1925825300, 30355945, 168167924, 326421640, 277334494, 2693877985, 184194569, 2691441066, 29474607, 1370542062, 389313658, 19873102, 49166931, 22838331, 21297371, 140569066, 262350410, 1619409679, 2628282949, 600716597, 44275337, 15618553, 2230406251, 2566328594, 252385048, 46373148, 53605520, 17875859, 2282512646, 571032274, 11427402, 2495269099, 113254439, 9633042, 74387626, 25772203, 43587056, 2431154844, 595577496, 66783872, 55674812, 286888568, 470997704, 322964867, 315241974, 1067754662, 73730765, 2457100946, 173313184, 2457189276, 142409621, 146946913, 65750169, 159508633, 2541504619, 15136577, 313631586, 14447867, 162044862, 28370604, 455219790, 872251, 2206283359, 17635635, 18733337, 1329845642, 6328882, 1564382160, 1258804357, 90697018, 1688518602, 2296800073, 2481880087, 226424298, 14628009, 19021299, 2602686457, 355802789, 133970507, 414157081, 2456521471, 1757800921, 35094531, 297799785, 102211070, 50748729, 40698468, 1972114321, 304672487, 90292509, 248037563, 602519741, 21315633, 176276688, 45953084, 63745717, 182191771, 1452150655, 2401096388, 490828190, 1016664894, 1296543859, 36944162, 15384463, 83906194, 106624470, 20398907, 14057669, 228624732, 24397364, 20637608, 1716865688, 300116808, 383330020, 1100326518, 55397130, 32032000, 41930388, 2691351414, 360129945, 95820486, 2606040210, 14324319, 2602742437, 2161863914, 73900007, 382879519, 18404955, 20744951, 1302649411, 21150522, 740761610, 1253557843, 1947934442, 343321593, 117026889, 22563093, 14969388, 194984772, 2281896007, 115580069, 2349502914, 1671279828, 1695528990, 75170018, 17496615, 24612874, 10219982, 2490884160, 2455491403, 54691370, 546453689, 309561393, 14591228, 80164956, 135107349, 389027282, 2682977401, 24719584, 108399156, 233291892, 1584710622, 2384055826, 177536523, 196889003, 83158659, 449252624, 2246764032, 109102126, 389609859, 67656899, 19074827, 561188271, 317128282, 2673745314, 2725805021, 62775756, 85414881, 260553216, 2651355451, 19322309, 18817547, 259809972, 346682225, 512712265, 25362763, 170028171, 45416789, 628412465, 2355462320, 2546393202, 339422214, 71383220, 87407374, 375022391, 2356845396, 337437366, 199429505, 356900641, 479980633, 4791371, 61258803, 1514098375, 805553970, 2649541033, 1306876946, 17358032, 17956368, 264356595, 540022897, 14193454, 627801443, 346208400, 1561922294, 746705971, 2488586072, 431157550, 242242379, 2663955350, 2518829358, 9452312, 154420293, 1627399644, 14946104, 24120959, 423706076, 20113944, 66951315, 38515332, 1009631790, 883283184, 1621588117, 24028758, 1338813834, 10681832, 258929128, 1735601672, 2435036665, 169448683, 2722578298, 130954977, 14937325, 168532759, 138201468, 945038623, 650543, 273664943, 2692486733, 631221037, 2471579924, 365700772, 2239677247, 61064212, 461579314, 2591883163, 142457170, 1378251055, 19904900, 863395488, 232340874, 25717930, 83314648, 2467922382, 2455079965, 80705350, 49033304, 21848257, 483188742, 2419610018, 207663883, 36076005, 34986535, 2341171171, 339324752, 550578863, 2651361980, 9520652, 139536589, 1103509506, 401559926, 469768967, 286905306, 389576703, 2670868538, 22741415, 321521970, 2662975860, 216838324, 968467866, 1315350870, 2398678404, 252188600, 537094018, 1293953923, 43389994, 15748723, 148067819, 26337889, 880121748, 1686225554, 2667991266, 246039958, 2280498614, 522731421, 13970412, 14408460, 2151078410, 14547927, 2482861177, 398653333, 1920626647, 25563025, 1423415617, 1216611206, 192108526, 1678965668, 975242286, 2526555865, 37522084, 716590457, 2655995072, 297991754, 198574548, 9444482, 382191537, 343395430, 19763493, 15417896, 23808177, 183727699, 21688507, 595431054, 23751769, 7157132, 753935047, 1313751602, 2493594150, 1967409835, 22775788, 1183814022, 376694822, 30337027, 2667942356, 2528577890, 39282415, 2667713678, 245656043, 2615726112, 19221717, 2664737852, 7142292, 14702929, 194662573, 2531350702, 2230733624, 94778974, 1182108536, 394483029, 858602006, 2597261568, 2612539188, 2348901806, 194588779, 305905982, 9675812, 1534515074, 2582772392, 1293761300, 379542112, 29735258, 177711354, 1325851112, 2718100751, 2651654958, 14293333, 48846301, 2658823412, 18849232, 68472064, 1186941451, 1647871290, 114039485, 137554364, 2579315784, 87143187, 158689987, 2382998546, 1321061760, 19915883, 31493420, 19157786, 35528160, 131069394, 445051365, 2617623638, 19277132, 138913425, 259858898, 1523977796, 2540043996, 2641478448, 472022132, 25376226, 152361431, 714654367, 945507625, 334755135, 920729388, 2653095608, 2570340362, 16977093, 2590307072, 138540830, 1391311716, 19805969, 18965053, 2223824328, 399075181, 120478433, 54966626, 50270961, 2432320897, 598890477, 373472378, 1317226842, 2471162173, 197957446, 112072814, 935038645, 14270527, 860948431, 2249874505, 72459829, 52565373, 141250520, 25661789, 167105561, 44671378, 2593747736, 180523367, 58582135, 187237087, 28980447, 16447552, 393033243, 14050073, 199771301, 25179455, 1023440202, 793629, 2650214929, 1644416010, 144799984, 45944057, 2271911297, 1058879185, 2588142726, 263830231, 2598460208, 20458886, 2353984898, 15859947, 1480564873, 1894645940, 2547687382, 902935909, 285904557, 245232063, 105268129, 2505246548, 1711752937, 2387653381, 17266393, 15003854, 30839761, 12068862, 371446737, 51718518, 323977774, 554181596, 419073547, 2357912953, 2252152256, 170082980, 26983898, 1561138874, 146948684, 2393429594, 66626468, 22958268, 726917263, 2204095723, 74774518, 203983655, 14135009, 34310651, 1979492497, 1311423618, 2514123998, 14519171, 540259168, 2398308211, 512563826, 1323841742, 73443199, 100427786, 182203607, 80497970, 83880850, 5960932, 17476953, 14570615, 9297422, 39182523, 238186152, 28828310, 329826779, 279707264, 797586168, 706833, 1929558566, 9637982, 14518661, 314645422, 17064600, 323982384, 2429943578, 15889451, 415818433, 2218009256, 16617676, 287816898, 2466189944, 379277633, 243881425, 48744731, 289222942, 2469324030, 216594284, 2353045298, 18915582, 345326776, 275387273, 619532406, 119333280, 182267933, 2557221630, 2541979477, 14176297, 14257102, 507709379, 2512924266, 1328500530, 363792365, 467458488, 587229400, 158948552, 2394903662, 17461215, 419933252, 1423593175, 296361797, 93603692, 166482876, 2374443600, 285207574, 2239872086, 153812241, 26408804, 58747912, 618561152, 404402995, 20087429, 2485264719, 2616550338, 1458459194, 62215778, 1327618698, 19394222, 2584702764, 518495199, 71862367, 16972422, 1476060205, 2603613312, 1196493648, 17946886, 59832288, 2233002794, 14103333, 73437395, 71077029, 16971994, 1419723512, 516150304, 11919982, 8654742, 22143460, 2276894183, 321972287, 16545241, 186535932, 2610397711, 275443776, 20428342, 14283, 1566024031, 423732228, 20701751, 38416252, 121893735, 180707654, 100930949, 728852354, 2294508330, 1677983000, 412961881, 14094087, 132715701, 488527927, 2300372934, 146879938, 180001973, 164183695, 658353, 23783361, 190642026, 21861033, 48597549, 1849076732, 221954369, 410337616, 45226660, 2607690103, 2597073091, 6289602, 26431749, 195980342, 54222239, 784654188, 18545296, 134944041, 287736439, 55472734, 2587881218, 1876700131, 278378678, 2399298680, 428285839, 1421495196, 2327932093, 428586673, 2596792590, 2588582684, 2311063871, 2558735024, 2330643800, 425748911, 117037734, 2457172872, 24118055, 2430014127, 14124531, 16600919, 72864589, 349111085, 14075459, 41020268, 205512496, 18306174, 15911001, 14123822, 828330613, 17300006, 93702963, 43933796, 434521127, 24920970, 2590780058, 539367183, 241814731, 872352396, 227844938, 2423388787, 8146732, 15963621, 2560133702, 68080192, 467035507, 1321463336, 271760428, 16823185, 28390663, 84121085, 956741323, 1122321800, 18353790, 37175995, 709674980, 14979502, 946476872, 47489753, 5398712, 1943293668, 2459610476, 15184365, 2290239343, 1905351968, 279328072, 15388908, 534512583, 95490352, 15247075, 1463514306, 2196509533, 15508710, 1975911048, 702140414, 25725991, 705547586, 192537546, 108384288, 14149195, 1686580998, 929500184, 586960829, 359049148, 460045442, 2478592622, 18400880, 14850976, 700166761, 21315223, 27754962, 146476339, 2466393715, 15008299, 1652809586, 207363728, 18436517, 348253260, 46490602, 290767045, 36211517, 15799638, 59015705, 2557066082, 16084074, 19008092, 67727170, 2553383520, 1063368420, 157415921, 299277303, 2589715470, 1317062689, 1887418189, 154600577, 66793179, 297597945, 35780946, 1935698418, 122770149, 6728202, 2417417542, 80490999, 39659968, 2588157906, 24334685, 344804107, 43570256, 35333511, 21061331, 120110703, 109980052, 2407432598, 3547541, 2576783088, 43934803, 266579945, 75702759, 1877097212, 251749414, 39818652, 393625868, 10950902, 281402189, 1965276631, 173944243, 15944443, 41956407, 892593686, 1080731636, 898057044, 20370620, 523992088, 866151799, 281766910, 227607070, 214589613, 23987473, 24028993, 946735310, 69436133, 2206379252, 34959491, 857351089, 342973027, 237189472, 524735735, 2497625335, 10877042, 2565563960, 18696645, 29529993, 1313849245, 2569371716, 15847812, 24578981, 14466944, 1969179680, 1949408102, 407781807, 14936894, 2370716922, 1346677092, 84494022, 1729297056, 84115491, 1442171222, 194623261, 84315849, 2233895142, 2174732226, 1854958933, 1229040684, 28736554, 408756176, 1044009930, 105036629, 1460609414, 16215005, 310003049, 1139393827, 2275311773, 1303840880, 2606740767, 2606682935, 2565419640, 2175903210, 2330092076, 61530307, 41213396, 549691250, 2548940546, 290849742, 1323419287, 972169508, 11633922, 1562048400, 9839942, 71560321, 276645875, 14218312, 77850269, 223531202, 365541890, 618000884, 2545361996, 61105459, 709226545, 1935416203, 21859847, 2411176880, 127973599, 267552909, 774787033, 25964854, 719557237, 16150862, 15773702, 20517459, 14988726, 493510825, 1049416182, 2554595748, 1872308552, 96619783, 708407923, 300179866, 1688826986, 7860742, 51361823, 310878807, 235725132, 785549562, 1113417679, 1383519978, 2553588254, 1938963433, 362288286, 23931563, 230878877, 68816714, 14304857, 1048264458, 18943008, 753923, 123051486, 2188704360, 97778856, 740794940, 144261432, 944931924, 14440333, 31339090, 168911485, 28490696, 23232306, 2386659212, 2266386187, 41418974, 22411342, 24457403, 193144020, 79585051, 730752631, 7872262, 1392874286, 1672639050, 558043957, 823913874, 2518616341, 42588875, 1519747244, 222960237, 1853410285, 5974052, 375715200, 1696628040, 867685734, 480201901, 947288522, 282193995, 141254391, 45887280, 234559410, 2167455536, 23823744, 1065921, 98478615, 257590207, 2533639680, 14447391, 37518916, 361693804, 1362628230, 511310897, 76056199, 2351628565, 41331276, 22788856, 973366099, 1263218845, 1259809430, 22321640, 15316059, 410077695, 25606277, 186215014, 21134767, 30446608, 231251370, 811530, 96007068, 46331074, 131926467, 18966570, 21342586, 1029761335, 209228718, 197473183, 55020785, 1317095802, 193524095, 2542089200, 279712503, 302818214, 24268521, 36040335, 16599158, 624397288, 913309291, 2290293607, 580114708, 50262686, 221565147, 1613284345, 34921692, 1307492700, 394472432, 126438252, 1446180066, 1421331372, 176224441, 16875883, 127919076, 1617095875, 10367702, 263262974, 15868200, 14379485, 27055038, 216204377, 68058537, 20821692, 15943735, 63443195, 498025641, 1361688704, 82500164, 19019478, 282872990, 465066396, 1069252525, 25088748, 22115905, 322387657, 101034530, 46975078, 24116297, 15093908, 16220478, 331018214, 44842811, 132591216, 142269129, 2520037338, 562922098, 17792485, 310330192, 38360818, 2427550489, 2294404008, 2377803456, 301449131, 23792365, 1019901800, 327088470, 270481597, 30993177, 368911975, 618438551, 2455362542, 2361664237, 16662072, 2468989334, 346156464, 2432880324, 105019721, 2475606588, 6046132, 28486146, 2499750516, 503878956, 968825634, 575834214, 22918260, 2479107860, 2433749581, 83955683, 14312976, 2265329426, 154648294, 2426723748, 174541323, 2427943826, 17197857, 350578795, 2487057222, 1648376126, 490929520, 2368554474, 21517277, 77698657, 338577657, 36705447, 2437478014, 15209135, 2429872063, 505782661, 12064842, 14494013, 2482131804, 615313522, 300782829, 1077905539, 296566549, 200006646, 722066947, 47996111, 97720687, 2200861197, 131620354, 226346115, 87269548, 2206256953, 1135700720, 2460029972, 2444726454, 237522029, 64138884, 2479630796, 22355229, 120935503, 2437732440, 2388257844, 48734380, 101869592, 518842668, 169217294, 97129082, 2395924800, 868304509, 22209201, 799576454, 41263293, 73263419, 2526306795, 15248323, 30060622, 156560059, 630048645, 354004878, 23908767, 1599543613, 1080722796, 40856195, 34728391, 24940766, 17054677, 2414244360, 44897207, 23906829, 21715898, 225516501, 91446526, 387970999, 12070792, 220035098, 742405500, 2363185074, 12691912, 1573816735, 953735010, 1573840938, 1045521, 2384421332, 150767029, 441522831, 72203012, 10214102, 14386794, 19158017, 83196931, 1096057076, 57827730, 2344125559, 2461953464, 34739420, 2473180037, 149243840, 1581624703, 24076392, 97967321, 32339033, 15711781, 2213370912, 749176735, 390922386, 326507652, 15868572, 6727802, 110547002, 1428655274, 1093388640, 373454306, 129571317, 418279718, 2365078322, 1143493279, 2303421695, 2431791810, 111138041, 117097021, 1176827917, 102827796, 198787362, 2440203612, 4829441, 297588403, 22957921, 51573399, 16718799, 185495909, 14510359, 506770913, 777161924, 408272342, 203189776, 94154141, 2263652744, 123666052, 188943338, 202630094, 71114116, 16510776, 94147132, 1390439473, 57445469, 1452235285, 12298182, 29199679, 1149053071, 2184781922, 422112434, 14710986, 114022930, 802585, 15119615, 110322958, 2303677254, 32770411, 266050776, 216900952, 249013992, 15607263, 285085831, 11803032, 273797262, 494785448, 398507780, 1327076168, 38325455, 211376063, 22882670, 595775844, 76075571, 58363824, 14957479, 262487491, 24088940, 43282408, 18421880, 390996368, 106834295, 400942102, 185898176, 439348486, 16930669, 22538803, 404433545, 506458865, 208280454, 2149664054, 52762219, 47584729, 2402150773, 2149568726, 340056002, 2393551634, 21647296, 1471503536, 389496300, 15582157, 210862956, 218003827, 1066893474, 127855180, 3039101, 250653423, 390866417, 2153631816, 2162731152, 25451718, 11808492, 18756514, 62318794, 223043930, 29719864, 210083863, 44362897, 603385690, 872801623, 2691421, 7822352, 17115175, 17305671, 372923595, 294538866, 16987778, 1235329850, 337932217, 8005732, 2308981092, 779575244, 2165044142, 16729801, 15440358, 26928955, 260614960, 83275645, 19306563, 344993871, 1327927195, 67331057, 146677172, 489530660, 925822981, 36110368, 624515774]}python-twitter-3.3/testdata/get_follower_ids_paged.json000066400000000000000000000001471311017327200235720ustar00rootroot00000000000000{"ids":[372018022],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_follower_ids_stringify.json000066400000000000000000002073451311017327200245410ustar00rootroot00000000000000{"ids": ["4765959640", "4739131634", "4739172985", "4738974613", "4765841871", "4739119994", "4765861906", "17943008", "367731662", "4739016462", "4739164933", "4739106686", "4739024832", "4765893917", "4765851257", "4765860101", "4765849727", "514640183", "4765816635", "4063956073", "4765864415", "4739149297", "4765839869", "4739132053", "4765838003", "406528648", "4765893772", "4765895548", "4765903654", "4765775175", "4739083334", "72395476", "4765852348", "4765766613", "4739008272", "4765795283", "4585656983", "4765864060", "4765749999", "4739053099", "4700481372", "4765715577", "4765792480", "4765724361", "4739056489", "536562594", "4765733913", "4765532733", "11061402", "3434757544", "4765792409", "4739043578", "4738974624", "4765798756", "4738964880", "4765700121", "4738978152", "2740147945", "4765629922", "4765761197", "4738885842", "4765742909", "2633959820", "4765756817", "4739092213", "4759784483", "4765677105", "4703824999", "4738948284", "4765746394", "4765706723", "4742590533", "4765590737", "4661720952", "7098702", "4739053753", "4601356224", "2683695680", "4765728316", "4765603515", "4765674581", "4765658969", "4739055427", "4765130974", "4765662137", "3407402261", "4765660049", "25770816", "4765612055", "3225876793", "4765730248", "4765608195", "611922523", "4738891512", "286236057", "398701324", "4765570277", "4765683388", "4765583475", "4765688740", "4738796532", "4765506021", "4738878792", "4765483635", "4765573757", "4765635970", "4765590983", "4765645576", "4765341208", "4739005651", "4738866072", "3739468102", "4765492815", "283353839", "4765448475", "4765482561", "4765605628", "4765592596", "39609902", "4738849992", "4765474683", "4765597096", "4738717940", "252516077", "188269663", "4765571722", "108584740", "4765481003", "4764936077", "4765556260", "4765546276", "4765228515", "4765345275", "4765434983", "4765411221", "4765420817", "42458276", "4765405785", "4765523182", "4738813182", "4738787124", "4765396605", "4765443857", "2184393483", "4765429157", "4765509208", "4765352001", "2346687594", "3681066674", "4738763400", "4765321841", "4765398725", "4765308268", "4765328001", "4765415956", "4765444288", "4765403255", "4738911571", "3396911669", "4765396769", "708833828", "4765313543", "4765453282", "4765306605", "4765362137", "4765288293", "4738857554", "4765371317", "4765431322", "4765370363", "4758390797", "4738790714", "4738829306", "4738806536", "407797352", "4753677449", "4765272735", "4765261995", "33957990", "4765243371", "4765259307", "4765303703", "4738737618", "4765252455", "4765346062", "4738806074", "4738683480", "4765195743", "4765347496", "4738801754", "586751400", "4738849453", "4765333768", "4765249888", "4738806254", "4765198581", "4765262123", "4765279336", "4765162689", "4765309096", "4738835233", "4527970479", "219908421", "4738793293", "4738695810", "4765192583", "4738767650", "4738653738", "4765210685", "4765227076", "4738817659", "4765260262", "4765161797", "4738758056", "4765237936", "4765243822", "4765127073", "4765164929", "229035936", "3047831616", "4738654092", "4765203208", "4765099035", "4765123773", "4764564681", "4765212016", "4738660314", "4765066821", "4765070055", "4765134629", "4765143407", "4765143065", "599111936", "4644635955", "4743655935", "4765051707", "4738644246", "4765201954", "25456684", "4765124489", "3225166934", "3309448447", "4313429596", "4765038621", "4738632138", "4765151242", "4738365943", "4738703288", "4738755775", "4484965034", "4765035453", "4765015713", "4765078997", "4389894914", "2571131", "4765142188", "353080019", "4738612566", "4765088560", "2698273621", "4765050557", "4765018409", "4764993381", "4765078246", "4764905285", "4764977415", "4738674236", "99005675", "4765016974", "4472138188", "4738724023", "4764951867", "4755836897", "4765056574", "4765059496", "4738642994", "4764909147", "247073897", "4764885921", "4765039996", "4764924855", "4764866836", "4764930813", "4753117042", "4764973853", "4765009276", "4764921555", "3447841155", "4764961955", "4764911241", "4738065966", "4738635320", "2553408806", "4765015768", "4764949037", "4764938741", "4764893235", "2793617508", "4738680433", "4764884259", "4764993184", "1557055416", "4764976342", "4450325897", "4617862114", "4764893783", "4764894203", "578031753", "4764978622", "4764864411", "4764887417", "4764812079", "4727376218", "4764807381", "349655533", "4738581014", "209023764", "4764938104", "4764940576", "4764870845", "64391741", "4764772035", "3305500571", "4764805463", "4738579172", "4480295356", "4764775179", "3034690747", "4764901624", "4536528933", "571728902", "4738359012", "4420026503", "4764820702", "4737374149", "4764747249", "4764788921", "4764765975", "4738571474", "4757555842", "4764804437", "4764858160", "4764741213", "4755903568", "4764723333", "4764730215", "4764772757", "4764772642", "4764702081", "4335003316", "4593672553", "4764746567", "4764804694", "69609201", "4659511159", "4759029856", "2827399996", "4764783982", "4764771076", "4764659187", "4738519274", "4738494284", "4764736594", "4764638307", "3106264444", "4764620793", "3854737821", "4738489382", "4764683069", "4738410234", "4623036597", "4727350887", "4712507654", "4582115065", "4738538371", "3946273155", "4764633845", "4764574821", "4764643697", "4764636077", "4764570675", "4764550947", "3848470694", "4738507963", "4764549977", "4764660526", "4764572687", "4764601397", "4064494155", "3294077447", "4764538233", "4764463485", "4678757509", "4738349052", "261850542", "4764552028", "4764483615", "18735117", "4764585028", "4764485079", "4738411778", "4764515969", "223108664", "4764533783", "4764517823", "4764445762", "4733995873", "153981304", "4764471333", "1974102895", "4764447501", "4759619775", "4764497957", "16490974", "4764519376", "4764460049", "4764407193", "4764468557", "4764434788", "4764526618", "282173541", "4764395535", "4763268808", "4764455177", "4764437609", "4738150260", "4764380253", "4764431915", "4705265843", "82566401", "4764464908", "4738252086", "4764476494", "3246158670", "4764384095", "4762711527", "136544334", "4764134657", "4764357735", "4764468274", "4764448396", "4764335661", "4764349521", "4764428710", "4738347044", "4764462856", "4764308296", "4764454876", "921785551", "4738393603", "4764302361", "968562781", "4764311115", "4764270195", "4764363449", "4764312081", "4764351989", "4764314895", "4764317835", "4764411142", "4764292047", "4738304389", "4764350315", "19779047", "4738224690", "4764364720", "49055401", "4764308777", "4764318874", "4764250563", "4737999770", "4648215510", "4764288017", "4738302014", "4395644537", "4764327028", "4764216315", "4738324345", "4764324856", "4641804437", "4764203301", "4764198735", "4764227375", "3164823397", "4764235997", "4738261213", "4764184587", "4738191732", "4764172767", "4764289876", "3558286516", "4764081333", "4764169755", "4764161613", "4764156809", "4764260128", "21088476", "2732601388", "4764263902", "4764259936", "4738171716", "4738216639", "4764248536", "4764132315", "4738109592", "4764237262", "4764124035", "4764086554", "284433514", "4764152423", "4764141083", "4764087147", "1324871660", "4576089505", "4764133577", "1179964824", "3734232860", "4764135989", "4764111743", "4764183022", "4738205360", "4764044775", "4738185566", "4763912775", "4756851574", "4764112048", "3311058195", "4764081401", "4764131788", "4738103538", "4631970147", "4763741361", "4763973435", "4764020261", "4764068956", "4602776604", "4738075980", "4738163672", "4764026549", "4738199593", "2895514422", "4738070298", "4764073018", "4742073387", "4296234209", "538331811", "4763969422", "4763997677", "4763892021", "854486582", "4764007420", "4763935337", "4763885547", "4764011656", "4763940323", "3408925325", "4763814579", "4738153939", "4764013042", "4763921237", "4735149375", "4738160089", "4738029924", "4738104122", "2148559407", "4763982688", "4763914529", "4763992396", "4763987368", "4763923637", "4763844453", "4714250546", "4763944396", "4763854521", "4763906189", "4763972902", "3796081573", "587492007", "4763875877", "137880328", "4763952556", "4763939422", "4763713822", "3279012422", "4763939722", "4763780421", "4763810955", "4738096387", "4763735595", "700059405", "4763900920", "4763778442", "4763753049", "4763866576", "4763790923", "4701439832", "350173088", "4763761397", "4763767397", "4746056175", "4762971154", "4738087633", "1904714786", "4738068085", "4763751917", "4726644797", "4763805616", "4763809816", "4763739467", "4564759097", "4763566173", "4763686473", "4763714789", "4737923100", "4737921978", "4763672367", "126309520", "4737264417", "4763773996", "2403263433", "4763653101", "4756921173", "4763768002", "4548563182", "4646676088", "2701455704", "4763733268", "4763646147", "4762122436", "25206571", "4763767222", "1169089620", "4763614935", "4763733982", "28573987", "4763698877", "566266643", "4763583621", "4763681795", "4763623575", "184013976", "4763729002", "3077548902", "4763665727", "2296655670", "4763612295", "2582074110", "4763580219", "4737890772", "65325338", "28958604", "605469535", "4762569496", "4763594121", "4763699122", "4763562921", "4763628641", "4737863478", "4737902414", "4763596769", "4763545341", "4737859698", "4763615777", "217871561", "4763535441", "4763572937", "4290046037", "4763489716", "4763543781", "4763576129", "2282062157", "4763582063", "4737919028", "3580301901", "4763630896", "410089531", "4737976537", "4763620906", "4763503937", "4763617288", "4763496813", "4737839844", "4763603422", "4763430021", "4763491887", "4737913820", "4763507963", "4763482995", "4763476179", "4762182261", "4763529815", "4763463213", "4763525897", "296399773", "963338924", "4763510183", "4737817524", "4763435907", "2313333701", "4763477423", "4763526424", "4737878060", "4763516602", "4763409969", "406675377", "4763507056", "4763492062", "4763427449", "4763486116", "4737894733", "4763411729", "404686753", "4737768564", "4763348295", "4763360295", "4763366079", "4684993944", "4737733560", "350220520", "4737348684", "4736037259", "4763337915", "4763437036", "4763310075", "4763321775", "4318050198", "4763350643", "4763330897", "4763371762", "4737868153", "4762439416", "4763295621", "4737730296", "4701971737", "4763398762", "857139133", "4744708193", "4763278827", "4763371396", "4763379022", "4763240241", "4763258955", "4713427517", "631191207", "170979948", "4763235795", "4763241255", "4763240187", "4736196480", "4763223861", "4763277329", "4737763424", "2826380430", "4763267177", "4763321302", "4763195727", "4763208381", "4736376896", "4763246183", "4763191947", "4763298688", "4763242529", "304483543", "4763172687", "4763219903", "4737793213", "4763273962", "4763204237", "4763252188", "140936669", "4763180201", "4737788053", "4609278495", "4763133273", "4737731282", "4494528335", "4763168723", "4763239516", "4763159837", "4763112075", "4763252800", "4705435995", "4763147549", "4763166755", "4763212948", "4763193976", "4763145269", "4763025399", "4763186422", "4763120003", "4737594666", "4763169622", "4763170642", "4763082557", "4763099675", "4763107697", "4737577392", "4763075086", "4763098637", "4737725437", "4763088041", "4763045415", "1854919058", "4737720553", "4763008911", "4737667394", "4762994967", "3856430894", "4763001435", "4763055137", "4763052629", "4763089000", "4763032817", "4737573012", "4763089414", "4762975893", "4763022857", "4565242769", "618397844", "4763049262", "4737538724", "4737681583", "4763052928", "4763053402", "4762997543", "4737540276", "4762998377", "4762932747", "4763041306", "3038155356", "4763051596", "4762920147", "4756154417", "4757328208", "4762962437", "4762965557", "4762851135", "2761011324", "4737529848", "4762862781", "4762858467", "501649363", "4743625035", "716174877", "3558503777", "4758167057", "4737625555", "4762837577", "17348209", "4762814301", "4762927936", "4737494268", "175316232", "4762936636", "4737494682", "4685936275", "4762858349", "4762909402", "4762792053", "4762821893", "3388678865", "4762765455", "4762749801", "4762743597", "4762885696", "4762872196", "4762814177", "4762737315", "22893600", "4762813516", "4762501876", "4762720413", "4762830442", "4737572413", "4762835362", "4762768757", "4737516614", "4762746437", "4762815874", "4762811176", "4762681521", "284322013", "16827375", "4762679415", "4762688727", "2303968933", "4762720697", "4762665255", "4737538171", "4762619127", "48294195", "4762688057", "223880898", "4737468008", "4737506533", "4737390492", "4762603709", "4762639655", "4762716136", "4757161821", "4762706788", "4762572561", "3155981235", "4762621049", "4762683808", "102355042", "4762631477", "1452556849", "1108354021", "60244742", "4762596197", "4762610183", "4762605317", "63942640", "1284125424", "333231579", "1391696480", "4220550675", "4711829783", "4737466285", "4762545495", "4762548317", "4762485076", "4737331212", "4762626382", "4762454721", "15474763", "4762512615", "4737291672", "4762580908", "4690673060", "3415067513", "2803374900", "3349186797", "281482596", "4762509581", "4762443675", "4762273223", "4762540636", "4727576892", "3399317375", "4762031789", "4762523836", "418988996", "3336627819", "4737358100", "4737410701", "4737397291", "448269441", "4762430909", "4730154906", "258829829", "4337919139", "4762449856", "399647444", "4762399349", "4762450576", "4737251424", "472029406", "402866280", "4762393997", "4762328235", "47568259", "3245249142", "4737372259", "4762328481", "862450183", "4762305197", "4483512989", "4762263501", "4761954627", "4762350388", "4762397836", "4762385536", "3444690017", "1693752445", "4762282229", "4737158592", "4762252581", "750760598", "4438750035", "4762348288", "4762269137", "130956452", "4762269449", "4762344436", "3051577591", "161416879", "4737264614", "71903566", "19631312", "205400297", "4762304848", "4762211055", "1326668024", "3112428539", "3867748633", "4762224017", "4737233018", "1047324295", "21218422", "4082699639", "4701059725", "14318525", "4762163235", "71746543", "4762275682", "420039631", "4762156581", "4762186037", "4762258636", "194090969", "4762192637", "4762252096", "4762128063", "474676942", "4762251736", "191988894", "67334621", "4762230976", "4737131832", "4762159703", "4473390617", "4762161263", "2188344992", "4762112817", "4755617241", "4762106121", "4737105972", "227237725", "21642162", "4762069827", "4737227461", "4762090529", "4721622080", "4471060639", "4737095172", "3056207221", "921806221", "4762047957", "2511936913", "499758610", "4762135276", "4762035795", "4762139836", "4737083118", "4762073723", "4737077592", "4762108114", "4762097536", "4762033481", "4731964548", "4380625223", "178473252", "3315556005", "4762089796", "4737182401", "221601252", "4762020743", "2705002822", "4737183913", "4761994397", "4761929595", "4737118874", "4697226751", "124923286", "3071577073", "4762036096", "4737013170", "4737115874", "150186305", "4761906861", "4761916833", "4737002570", "4762020262", "4737152035", "4732010016", "4761972964", "4737144343", "4761853575", "4253013434", "4757600056", "4737053792", "45858911", "4761849027", "4761849987", "4761866717", "4737114193", "4761884603", "4737109159", "4737064700", "4761937426", "616268524", "3902036953", "3613605619", "4761823233", "4761797781", "4737051560", "3215143222", "4761762615", "4761844895", "3545542752", "4761896602", "316602335", "4761803836", "4076166078", "4737082333", "4736951010", "4761770973", "4736944158", "4736971940", "130236348", "4737065053", "4761780023", "451879376", "4761660315", "4736916132", "4736916138", "4729384111", "4761693015", "470740873", "4733713470", "4761681195", "4736902968", "2929409360", "69460004", "4761764482", "4761695057", "4761691577", "4761696437", "4736967446", "4761633267", "4761626295", "4736872872", "4761614655", "4736948018", "4736999533", "516455439", "4703265501", "4736995273", "4726951699", "4761693736", "4736937722", "4761616937", "4736986801", "4761694462", "4761597443", "4761545475", "4736832822", "4761334035", "4761587549", "910398085", "231649230", "4761515481", "4736915114", "15114322", "4761624856", "4736886680", "4761443307", "4736892242", "4736934841", "4736937427", "241803628", "4761534977", "4761539663", "4736937367", "4761494433", "4761497915", "4761534377", "4734263444", "4761506189", "4761496349", "2614035342", "4736853896", "4736779302", "225635439", "4761419367", "4736719938", "4761424337", "4761425729", "14516237", "4736890027", "4761373215", "4736748384", "4761489856", "4703838986", "4736818634", "4761416195", "4291926493", "3429873388", "4516883180", "4761462676", "4734331338", "4761345855", "1421461544", "4761350777", "4714630538", "4761266955", "4761331043", "4761314855", "1956457422", "240141104", "4761259997", "3981953542", "4761247155", "4736667942", "244281046", "4761347176", "4761196755", "4761215783", "4761120029", "4736740994", "4761244643", "4736655522", "4761177562", "4761312508", "4761282736", "4753215377", "4736626032", "4761301096", "4761161187", "4736622372", "4761229043", "4736621508", "4736627472", "4761214757", "4736594239", "4736741791", "4736697764", "3196319958", "4761107229", "4729654008", "4761214894", "2727536015", "4761133157", "4761157463", "4761209974", "4736590464", "4736668184", "1402569169", "4761121877", "256727680", "4761130576", "4761162622", "4761086897", "4761007936", "4761081136", "4723747351", "4760515457", "4760984661", "715516843", "4736688799", "4736547882", "468341528", "4731688222", "3349708235", "409205609", "19197238", "4716064253", "4760960896", "4761079762", "3998364815", "6543672", "4760926521", "4736512226", "3996489132", "4760990722", "4761024514", "4760916269", "4736554388", "4736480472", "4760961076", "4760876667", "4758341069", "776079246", "4736607181", "97428661", "3219754824", "4760772681", "4736445852", "4736539489", "4760937106", "4760860775", "4736594833", "4736454810", "4760841143", "2970396529", "1380188798", "4736452104", "4760918176", "4760864615", "4736442366", "4653010454", "4760823556", "4736415420", "4760793917", "4736478884", "4760864614", "4760737935", "4736523787", "2189326262", "4760710647", "4753898853", "4760766977", "709744606", "4736472086", "4760696837", "1199586504", "4760642667", "769518006", "4734216085", "32321568", "4736360292", "4736428640", "4760734822", "7209082", "4736426612", "4734957841", "4736480599", "4760657777", "4759775309", "4760714356", "4736468251", "4736320962", "3423445479", "4760537475", "4760594057", "3367118248", "4736318490", "4760556753", "4736329752", "834320022", "4739260575", "4736294952", "213978400", "4750510756", "4736341021", "4760564363", "4736433457", "1084565797", "4736262396", "4736301372", "4736440591", "4760657962", "4760517549", "4760638054", "4735705154", "49506792", "4760639074", "4736294916", "4741180523", "439174793", "40164760", "4736419657", "4736375546", "4760596294", "4760529989", "4754840967", "4760448705", "4760566756", "4736400727", "4760483579", "136331308", "4736265972", "14921760", "498392921", "4736379673", "4760469257", "3263023717", "4736336726", "4760378548", "473271024", "4736311916", "4760452522", "4736223768", "4760402063", "4760369421", "4760433455", "4760177843", "219660228", "4760465836", "4760400947", "943586035", "4760104943", "3854668754", "4736208744", "4736269862", "4736320459", "259064580", "4754802142", "4760331555", "4736333047", "4736320027", "4735955875", "4736198238", "4736195244", "4736057863", "4736263946", "4760390662", "4736252450", "4736249534", "377223642", "4760345056", "1386351150", "4736248154", "4479834225", "4736129094", "4736135706", "4705007292", "4736122998", "4730538684", "2276673354", "4736105130", "4736110802", "3153563349", "589466345", "4736261455", "23236598", "1374209220", "4760199741", "4760278642", "4736211974", "761593298", "4736246173", "4760206157", "309911240", "4671583213", "1683770155", "389762055", "4760254948", "4760008593", "4760189962", "4736213713", "4760156477", "3009279536", "4736093658", "4736163956", "3045796096", "4760145503", "311577341", "4760090547", "4736129624", "4736174713", "3784666756", "4756362124", "4550320873", "4760202316", "4736043930", "4760131049", "3150664416", "24201647", "4760054835", "4517693720", "4760053815", "4760071937", "4736187805", "1568923447", "4759929021", "4736039958", "3984521945", "378278756", "4736169673", "4736139733", "4760095342", "4736139715", "2483585567", "35045076", "129144959", "4736086580", "52754965", "3761454794", "4124956763", "386535838", "4760034880", "4759950029", "4736077160", "4759942577", "4736105965", "4736058998", "4735854739", "514002248", "84434605", "4736045954", "4759966216", "4735949262", "4735958112", "4759893502", "4718119276", "4736079871", "4735931532", "4443400096", "3583478778", "4759747155", "4736061361", "4721256787", "2534447973", "4272712953", "4759787375", "518537415", "4759759107", "4735984538", "4735914492", "4735822476", "4736050033", "4759686291", "60519182", "297981859", "23076301", "4759444487", "4759788203", "4759696935", "4748852194", "4759768156", "4759672245", "90801969", "4759779028", "4759776436", "4736004067", "4735950530", "4735956620", "4759714157", "4735966093", "4759662495", "2959265094", "4735989139", "4759559367", "3358636906", "4759736842", "3240155426", "4735969267", "4759242795", "4759645529", "4733699718", "4759649771", "4745588243", "4759568775", "3030255418", "4735955413", "4716611895", "3220775640", "4759562747", "4759550313", "4735796286", "3783478115", "4143763493", "4735790304", "3384305842", "1576773594", "30286361", "4759589249", "4735784550", "1511643738", "24833711", "4759573163", "4759627216", "4759584262", "4759465479", "4735892317", "4735862180", "4735778718", "4740078017", "4735899043", "4735821961", "4759397247", "4735754712", "4735748232", "4735843106", "4756672761", "4759506196", "27628681", "4759391385", "4759394961", "4735809992", "4735735776", "4759497508", "4759495048", "4759429175", "20235640", "4735804034", "1375098068", "4759395797", "4759437802", "87929523", "1029004964", "4757132261", "4735837501", "4759451596", "4759260147", "4735766360", "1342978651", "4759361309", "4759254435", "4735736006", "19685932", "4759408342", "4735760210", "4735770074", "21054235", "4735684632", "4759261815", "4735809493", "4735761020", "4759273935", "4735809073", "4735661298", "4759244487", "4735670670", "4735802893", "4735802713", "809251986", "840474866", "4726523340", "4735622832", "4759173923", "4759331680", "4727079426", "4735739294", "4759219575", "4735725080", "4304778973", "4735635336", "251715206", "4759159875", "4759245077", "4107753266", "4735633392", "19640538", "4735762663", "4735619886", "4759256428", "854416172", "4321624517", "14061555", "4735685594", "4735750453", "4759113939", "22101689", "3872251995", "4759157013", "4759250656", "4759184549", "4759191496", "4759122915", "4759108521", "4759118013", "4756442956", "4759165769", "4759117419", "4735732879", "4759118649", "4759239562", "4735597152", "4759064595", "4759140929", "91549690", "4759214476", "3145398291", "4759218922", "4759207582", "152108314", "4759142123", "3821044933", "237541427", "4759187728", "4759087421", "4735580850", "4759044933", "4759102103", "4759090589", "4735573032", "4759158256", "4759166362", "4759024215", "4735697353", "1575227790", "4759148554", "3025453296", "4759028427", "4758974055", "4759126828", "4759062880", "4759048883", "2592925064", "4759029341", "4759025981", "4735531998", "4735660117", "4735610186", "4690141520", "4735569014", "3379740994", "525275630", "87919541", "24092307", "4759056496", "4665279077", "4759017622", "4735507272", "4735567328", "2937416866", "4758950303", "4759007320", "4758883305", "62873711", "53987594", "19711904", "4758904817", "3227360091", "1369530715", "4758915641", "4758862359", "4735605733", "4735595119", "4735453836", "4758840441", "4758882449", "4735493894", "4735592383", "4758828141", "4758823875", "4758875843", "4735581379", "4735538090", "4758894076", "4758853355", "4735529084", "4758749235", "4758916282", "4758833255", "4758816497", "4758798797", "348140657", "4758835163", "4758883162", "4758851674", "4725490303", "4758818783", "4735508774", "4277977036", "4758756291", "4690992931", "4758738123", "4758704776", "4758810935", "1887839334", "3241766941", "4735428672", "4758748395", "4758787829", "549791517", "4735552513", "4758716787", "4758703713", "4758758003", "4758743597", "3617810232", "4758749537", "4758737555", "74490017", "4758742415", "4735434373", "68993816", "4735378788", "3314977090", "3033522800", "4735526413", "4758699869", "4758733457", "4758693383", "4735503433", "4758653433", "4735518373", "9240442", "568680929", "2922457794", "4594020681", "4758697642", "4758716296", "4758580635", "4756479442", "1469451499", "4735438280", "3293420909", "4570724435", "4758619347", "4625224288", "3545998094", "4735241132", "4758710722", "4758622301", "4758566955", "4735349112", "536565242", "4758471057", "126485887", "4758643283", "3603167894", "3379031427", "380788623", "911142163", "4735470739", "4758668176", "4758509903", "4758613739", "4758525345", "4735304178", "579419860", "4735394125", "2455414646", "4735415180", "4758573929", "4735461673", "4735324812", "4758647248", "4758513081", "4735397402", "3291655419", "4758630802", "4735381562", "4758598942", "4758498735", "4735294266", "18203434", "109954721", "4758604516", "4735302312", "4159190387", "3282814028", "4758581914", "4735428031", "4758546856", "4758410547", "65650944", "2834068907", "388022177", "4758564208", "4735394119", "4758480887", "4758433899", "4758548716", "4758479357", "4758425116", "4758460529", "4758452777", "4735379737", "4758401895", "4758374969", "4758392787", "4758333075", "4758418403", "250304726", "4735318094", "4752079756", "4758456622", "4758310881", "4758393617", "3441097755", "4266314410", "4735305380", "4758354797", "4566976755", "4735211868", "4758319161", "4758352997", "4758401128", "4734863700", "4758355943", "96417641", "4758291795", "4735326181", "4758328841", "4758289473", "4748201229", "4758345215", "3044289227", "4758286295", "3408426863", "4758385696", "4758378022", "4758301601", "4758353632", "4758372742", "4758310169", "4735178160", "18347873", "4758336448", "4758251733", "4758268697", "2874535584", "4758347980", "4758308734", "4309920076", "4758210897", "4758326656", "4758258863", "4758262817", "4758190395", "4758204687", "4758234029", "4758305602", "4758185739", "4758187581", "4735240034", "4758178635", "1053327032", "4758212213", "358682727", "4758169527", "4758213323", "4758274798", "4757945975", "4758146655", "4758202817", "4758148341", "4735129656", "4758151461", "4735262893", "4758055815", "2510542616", "4758261688", "265006082", "4758175697", "4758126555", "4758221422", "4758185302", "4758180089", "447713232", "3497357897", "4758144136", "4758111315", "4758151643", "357472731", "574213782", "4758199432", "4758193282", "4758081027", "4758107255", "4758001455", "4758187246", "3739740073", "4758111857", "4758181996", "4735175966", "4758069675", "4758090923", "4758162340", "4757504476", "4758080543", "303786574", "4757974041", "3087763102", "4758161302", "4472510354", "4758021741", "4758139072", "4758060455", "4758109582", "4758059795", "2705259481", "4756527089", "3271125482", "4735048326", "4735065570", "4758031337", "4758031283", "4713517579", "4565771475", "4758037949", "4735188133", "4758019073", "4431647187", "25734719", "4757940963", "4758029957", "3029509817", "4757956701", "819654019", "4757994257", "4758062308", "4758085426", "857113664", "4758015449", "225185575", "3055248670", "196159406", "4758003209", "4758060388", "603141461", "3485976856", "4757931735", "4748097741", "4735160119", "4751233701", "4757760687", "4746219466", "4757880573", "2947576978", "4757857977", "4757960321", "3074532103", "4757942141", "4757906783", "95348548", "1069588590", "4757884581", "4081710741", "22762423", "4735134391", "4757921165", "4735012392", "4757870357", "4757869059", "4757980882", "4757867073", "4757930723", "3819631525", "475638551", "70548171", "4757858235", "4757903033", "4757915717", "4757891675", "4757903189", "7894162", "4757866469", "1493195964", "4731323121", "3743060353", "1655149836", "4757817081", "4757884217", "4757889449", "2182031337", "4757932126", "4735102651", "4757815035", "282438141", "4757885056", "4757916016", "4757924500", "4757903200", "4757834603", "4735050554", "2380093922", "4757781081", "1954293848", "4734943332", "3161541668", "4757664735", "4757813633", "4757759721", "4757861716", "4757823815", "4757867788", "4756068377", "4757862436", "4757862142", "4757874754", "4757862202", "4757731227", "4757751015", "4757785223", "4737524062", "4258268567", "4745914877", "4757836234", "4757856016", "4734927120", "4757828860", "4757825494", "4757836216", "4757698479", "4754636236", "4757681117", "4734148704", "4734957950", "4757677221", "4757688939", "4757689095", "15241153", "4735046173", "3544905139", "1442069736", "4757775016", "4757629833", "4757650587", "4757648421", "4735031467", "4757756776", "4757676383", "4757702369", "4757639817", "4757659025", "4757735902", "4645044203", "4757748694", "4757730562", "4757627783", "4734885948", "4755327022", "4757593053", "4757701516", "4126800195", "1158163531", "4757599647", "4757580507", "4757688826", "4757654855", "4757711974", "4757717962", "232263043", "4734871602", "4757563935", "4757574519", "4757716156", "62582393", "148448915", "4734902984", "474274010", "4757516361", "4757681788", "4757619797", "4757585273", "4757649268", "4757611601", "4734859483", "874699776", "4757579417", "4757643304", "3432689788", "562448560", "4757593408", "4757652856", "4700260824", "4757523387", "4757647222", "4757521701", "185736307", "109284239", "4757555663", "4757633122", "4757497239", "4734836460", "4757615416", "4757502675", "4757285715", "189717412", "4757552057", "4757499483", "4757524877", "4757486781", "4757496651", "4496278701", "2757903133", "4757535209", "3323877689", "4734939649", "4757582902", "4757439147", "4734807600", "4734941173", "4757463015", "4757458035", "4757314875", "472155776", "4757408241", "4757486117", "4757500157", "4757552074", "2841122080", "3245282243", "4757417091", "131164504", "219786395", "3976422076", "4757371397", "3245557951", "4757495116", "4757373465", "4757454509", "4757511382", "4757508742", "4757479042", "4757502976", "4734862214", "4757380821", "4757115501", "4757373081", "437156498", "70396195", "4757362341", "16025265", "4657959731", "4757463388", "4734747882", "4757403689", "4757465560", "4757274315", "4757445922", "4757394479", "4734844394", "4757380169", "3309896900", "117176755", "4544450969", "4757301945", "4734787610", "4734868399", "4734722022", "1705486176", "4734880735", "4734751002", "3297256825", "4757321247", "4757333177", "4757316743", "4734862177", "4757290287", "4757288247", "4734727950", "4757383588", "4757335343", "4757274747", "4757259567", "533254833", "4757252493", "4757309129", "4734719910", "4757302901", "2460293558", "3376158615", "4757364718", "4757285189", "4757277569", "4757292803", "4502702540", "4757196573", "2887601698", "1347057806", "4757323462", "4757202803", "4757318812", "4734743048", "4757222789", "632956521", "4757135901", "4757156913", "4757293276", "4757244623", "4757245955", "4757188695", "4757244695", "4757175993", "4757237837", "4757286508", "214105057", "4757280442", "4757231716", "473003825", "4757275642", "4757276608", "4757189380", "4757201147", "4037907035", "4757262406", "4757256400", "4757190317", "4734650340", "4734790483", "4757255176", "4757239228", "2961586797", "4757181563", "4734785455", "4757122425", "316482632", "4729870417", "4757107779", "16459336", "4757085327", "3769051697", "4756202477", "4757205040", "296704143", "4757133677", "4757123789", "4753275171", "4757060901", "4757059755", "4757047167", "4757095643", "1585134229", "4757049322", "4757157076", "4757161042", "4757041287", "2530566580", "1276044865", "4747238355", "4730644922", "4757010273", "4757071697", "1166494836", "4663605679", "37205824", "4756989813", "4756998687", "4757130574", "3139566474", "4725995805", "4734577830", "21575948", "4757113288", "4756990797", "4756973781", "4559559012", "4757034575", "4756975785", "4756989615", "4757011709", "4757100862", "4757036837", "3312644365", "4656613888", "4756957461", "4756965377", "4757003867", "4757069386", "4757057074", "4757047156", "4756990913", "4757064622", "4734569976", "4756931487", "4756964369", "2288844465", "4756988837", "2986403619", "4757044582", "4748393542", "200353363", "4756923261", "4756907481", "2763135142", "4734689713", "4757022052", "4734674893", "719124282", "560604890", "256186602", "4756969708", "39622743", "4756918169", "4756942522", "4692952411", "4756916741", "4734637747", "2820574679", "4756866795", "4756903799", "4756814421", "4756963648", "4756861072", "4756953220", "4756844902", "4734586754", "4756804773", "2235004605", "4756837228", "4756871621", "4756622595", "4734488508", "4756864409", "4329327628", "4756907722", "4756778187", "4756843727", "4756796625", "4756739439", "4734557828", "4734574496", "4756838183", "4756846937", "4756769007", "4756806803", "4756768047", "4756810427", "4734613633", "4756854316", "4756762107", "4756750635", "4637967800", "4734530840", "4756684767", "4756859668", "4734470298", "4756719867", "4756730475", "4756389735", "700719895", "4756760963", "4756847314", "4756699245", "4756714095", "4756797376", "3956926512", "4734580201", "4756694175", "4756744091", "143763577", "2246693687", "632347405", "296562486", "4756802668", "4748128521", "4756693155", "4756693413", "4756693101", "190000673", "4756681341", "4756686087", "4756793188", "214529821", "4756725881", "4756782838", "4756772056", "2930276282", "4734449725", "4756764514", "4734508994", "4756760674", "4756774054", "4756766596", "4734504404", "2882309905", "4756659909", "4756738708", "622183081", "4756626615", "4746466605", "4756743586", "4756211727", "4756667555", "4756752136", "4496755996", "4756670447", "4756724866", "4756693582", "4756560725", "4756341135", "4734469802", "4756643069", "4756713196", "3890831309", "181684635", "4756657931", "4734484874", "4756717696", "4756582593", "3694370114", "4756654475", "44502376", "407252913", "4734476498", "4756535841", "4756667962", "4756584093", "53379072", "4064634802", "4756677016", "367203024", "4756611137", "4734513373", "15990562", "4734369846", "2985160159", "4756649362", "559472452", "4756595915", "4598442734", "4756581257", "4756644580", "4756541897", "3412812012", "4756623520", "4706622722", "2149914815", "4756571903", "4756624672", "4756626916", "93691945", "4756548023", "4756598542", "4146780738", "4756602682", "3271374494", "4756480335", "4756471419", "4756574638", "4756601716", "4756466655", "4756468521", "4756590952", "4756587028", "4756526602", "4734437893", "4734378824", "4756504535", "1629065936", "4756424175", "4684764498", "4756499609", "340956835", "4756476653", "3419776559", "118125385", "2422410139", "4756456835", "4756547896", "4756505230", "4756401747", "3301096941", "4104452547", "4756387935", "4756532236", "16362502", "4756398507", "4756462120", "4756379001", "3231493532", "4734387764", "4734366158", "4734373634", "4756484002", "91007329", "4756432397", "4756376667", "4756446635", "2908908316", "4756395089", "4756363293", "4756449262", "4756351179", "4734420373", "4756343175", "4756414583", "4756339635", "4712548868", "4756290885", "4756261097", "4756446076", "4756290053", "4756326615", "4756333763", "4756355327", "4756255647", "4302013108", "4756315995", "4734312908", "4756421482", "4756413682", "974176632", "4756283541", "4734384793", "4734378823", "22815781", "4756342456", "4734061574", "30059550", "4756402336", "4756338683", "4756265025", "4756334063", "4756311377", "135263653", "613445490", "4756390516", "4734238986", "4753493007", "4734316634", "4734234504", "4756240473", "135730830", "4756366882", "485380352", "4756270157", "4755953302", "110889659", "4756241355", "4756220367", "4734231432", "4756203735", "4756257495", "1876007538", "4738803683", "4756364686", "4756231881", "4756221327", "4756265531", "4756356736", "741498528", "4756330522", "4734341203", "190841871", "4744540107", "1120411730", "56443882", "4734650727", "4756268129", "4756151967", "4756307656", "1645391851", "4756285102", "4734285128", "2517008108", "4756177101", "119691109", "347130467", "213136257", "4756232051", "1849565287", "4722672906", "4734268406", "4756169007", "3305830187", "4756163913", "4756219643", "862144376", "4756151061", "4746996514", "4532680572", "4756153167", "4756264750", "2784705746", "4756189397", "4756185743", "4734172812", "4756179449", "4756254688", "4756157081", "4756195169", "3920566648", "4755950981", "4756232074", "4756243876", "4734163038", "43775899", "4756052295", "4734299293", "4734103854", "4756139717", "4756101507", "4734122474", "4756226716", "4656228083", "4756206616", "4734147600", "4756219282", "4755931702", "4756194214", "4756104257", "102555255", "4734121392", "4756017993", "4219462939", "4734062952", "4756050982", "4238700027", "4734220321", "16904352", "4756127548", "4734231925", "4756085477", "4756016241", "4756140682", "2742368294", "4734188114", "4756131178", "4756076303", "596837950", "4756118128", "4756013415", "2154578179", "4734104112", "4755912333", "4684695571", "4756052716", "4756107616", "4734079812", "1522414483", "4755992200", "4756035143", "4756022849", "4756018697", "72969703", "4724396724", "4734074028", "4756054678", "4755978802", "4756044514", "598644225", "4756006283", "948184818", "4697115612", "4734066192", "4755981917", "4756057894", "4756045840", "4756049542", "4756051108", "4756007368", "4756020262", "4519670353", "4755969857", "4755877881", "4734023454", "4743016883", "4734131414", "4755924035", "312965260", "4755919456", "4734167053", "4733646674", "4754249836", "4755833697", "1723189850", "4750855223", "4755908002", "4755820899", "4755936376", "2285737388", "4755961774", "1964685090", "4755870196", "4755916348", "4755806841", "4733966238", "4755925216", "2260437854", "4734124693", "4755855221", "4734109753", "4733961792", "4755800421", "4755795010", "4755777069", "4755791349", "4755895678", "4755808943", "4755891256", "4755768497", "4755819323", "4734087553", "4734103093", "4734051734", "4732590032", "4755813065", "4755758903", "4733828190", "4755865948", "4755775877", "4755749301", "41015173", "4755734001", "4755791147", "4734092893", "4755784643", "4755734121", "4755722901", "230179504", "3663521728", "4733944560", "4755812674", "4734040351", "4755681867", "4755686045", "4755712235", "4755783952", "4755706637", "2883392019", "4755655569", "4733983286", "4755648675", "4755645321", "4755637185", "4755698254", "4755747796", "86225263", "4755677903", "4755596121", "4755709882", "4734037219", "4733484685", "4755665657", "24102671", "4755605423", "4755703996", "4755655001", "4733956748", "2777535250", "4678599134", "4755668200", "3913951881", "4755580227", "2633792262", "4733868084", "4733941886", "4755612059", "2210908023", "4755677866", "4655569752", "4508497821", "14748010", "4755545355", "4755590363", "4755659068", "4755551655", "4731976260", "4755554049", "19195558", "4755649642", "4755599561", "4755553715", "4755544047", "4705473505", "4755585689", "4121462584", "4733982613", "4733926694", "4755518962", "4733900732", "4755550001", "4733868134", "4755540335", "3250470795", "4755532355", "4733904728", "4755437847", "4755515741", "4755519376", "4755568588", "4733784936", "4755431235", "4755444153", "545037197", "4733870732", "4755496757", "4753891216", "4733799576", "4755530422", "4755556396", "923179795", "2876443557", "72886300", "4733807532", "4755545236", "4755309214", "4755517714", "153455979", "4755503296", "4755508156", "1176701184", "4755440417", "4755501862", "4733776038", "4755495262", "4755367647", "4755348315", "4733768562", "4733842202", "4557536782", "4755395896", "4755461842", "4755398369", "4755427228", "4733814494", "4755448288", "4733884075", "4755444136", "4755421042", "4755339701", "4755309333", "4755314901", "4755376577", "2695939015", "4755399538", "4755286107", "4730413514", "4755273507", "2890562208", "4755362963", "4755284661", "4733605994", "4755399430", "4755272403", "267265512", "4755320597", "4755259881", "4614514881", "4755357736", "4755302075", "4755335014", "4755309035", "50857818", "4755250755", "4755343342", "4755140943", "4755273821", "4755328822", "4755212361", "4755192435", "4755334882", "3028002386", "4733669136", "4755264623", "277663921", "2153307593", "127839968", "4755236555", "4755314236", "4733810299", "4755253277", "2887954536", "4755205211", "3741989837", "4731597613", "4755168165", "4755170475", "4755167307", "4754727873", "443758109", "4733537364", "4755157041", "4755258856", "4755147447", "4755147381", "4755249214", "1192568762", "4755096399", "4755167177", "4755262636", "4755133731", "4755144159", "4755256960", "320285320", "4733639238", "4753508897", "4755124461", "4755136948", "4755110595", "4733722633", "4755104553", "4755160823", "4755061703", "4755235318", "4755149417", "4755157523", "1015042345", "4754936357", "4755071055", "4755031636", "4755121607", "4755101843", "4733703680", "4755051261", "4755174982", "4755132083", "4755052335", "4755045567", "4755111869", "4754998047", "3360599472", "4537941109", "89023709", "4755165028", "2951238653", "4755026715", "4755028881", "4755076163", "4755057617", "4755141016", "4755087383", "63700389", "34713920", "4755070157", "4755086422", "4755019636", "4755061577", "4755110002", "4755062189", "4701970578", "4754927847", "4755080488", "4755088942", "4754975367", "4733636156", "4755019097", "3226437103", "2267421480", "4755092314", "4733700553", "4733518410", "394839517", "4754979317", "4755030382", "4754922207", "4755036628", "3217924913", "4755002885", "4733672407", "4754936001", "4754985329", "4733631386", "4754884581", "4754976497", "4755025168", "4754891722", "4733524608", "4754939321", "4754926469", "4639746255", "4754944223", "4754899527", "100549211", "4733652019", "2972205475", "4754988742", "4754882955", "265165339", "850712400", "4733557975", "4733512278", "4733523744", "4754923703", "4754857541", "4754983036", "4733644801", "4754924849", "4754894243", "4754845707", "4754364508", "4754965954", "4670150653", "4754970016", "4733579612", "4754932396", "4754888909", "15124207", "4733629699", "4754814406", "4754870003", "4754837181", "4754800671", "4754816595", "4754816127", "4754790861", "4746258502", "1357963177", "4754876134", "4754811633", "4733477166", "4754676622", "4754896936", "4754822981", "4754762777", "4754778555", "4754796261", "4377021387", "4754913028", "4754795493", "4733611213", "4754812517", "4754290635", "4754890054", "4754361219", "2949917872", "4482206369", "4754722647", "4754794823", "4754816267", "4754812229", "4754810981", "15845035", "4754819777", "4241323814", "226274067", "4754844316", "4733533694", "4733580379", "4754716815", "1638184681", "4754763377", "4754774669", "4754694153", "4754757455", "4754769197", "4754718507", "4733497046", "1226265152", "4388579772", "4733397012", "4754815588", "4754694681", "4754669565", "4733337458", "4754736635", "4733424492", "1103965016", "4733349806", "4691019907", "4754622393", "4754662275", "4754722763", "4754631735", "4754750374", "4733384478", "4754637675", "4754687837", "4754629395", "4754751496", "4754756368", "4754635595", "4754751922", "473265202", "4754549295", "4733471240", "560907112", "4754607557", "4749969861", "265516547", "4754597853", "4754591907", "4733443580", "4261641196", "4754649557", "4754646917", "4754592645", "4733357136", "4733453120", "4754684932", "4733436794", "4754586575", "4754562621", "4754541561", "4733338296", "4754574917", "4754181652", "4754585969", "4754666458", "4754566937", "47321565", "3315385361", "4754537681", "4754593457", "4754569595", "4754590643", "14102421", "4754526555", "4733403314", "4754595688", "4754429373", "4583322673", "4754489361", "4754498775", "4733299536", "4733446531", "261696132", "4754535755", "4733388350", "4754527643", "4733299632", "4754439807", "4754580526", "4754482217", "4754558716", "4754508592", "4754492417", "4733374814", "4754521720", "3073197188", "4754434575", "4754442682", "4733422321", "4716135029", "4754132237", "80408293", "4754530582", "4733397739", "4754513596", "4754454713", "4754398713", "4754502016", "4754444417", "4754463142", "4733388079", "4733245848", "4754463856", "4754244952", "4754344779", "4698115542", "4754360003", "1539032851", "3310672815", "22396645", "4754379641", "4754441956", "4733240472", "4754328057", "4753783996", "4754371517", "4754294133", "4754358095", "4733343193", "4754289635", "4754306613", "4754283279", "4754294805", "4754323709", "4754345435", "4733314753", "4754264841", "4733209944", "4754211581", "4754388562", "4754342963", "4754365702", "4754400274", "4754287181", "4754329763", "4754320577", "4754289977", "4754325797", "3289957461", "4621003695", "4733289812", "4733278790", "206236633", "4754363422", "4731640014", "4733194740", "4754276063", "4733235805", "4754338642", "4754286155", "4754228123", "4754272247", "261917033", "4754332714", "3161107329", "4754319328", "4561537642", "4754244677", "4733239694", "4754292922", "4754203276", "4754227175", "4754288674", "4754168973", "2500910660", "4754203697", "4733226200", "4754139023", "4733243689", "4754112135", "4754121087", "4754121627", "4733120670", "4743250707", "4733250415", "4754112381", "4733207672", "4754209402", "4733195912", "2905990358", "4732968685", "1723046504", "4754136881", "4754088539", "4754028315", "4754025627", "4079119993", "4441682054", "4733217853", "4753920021", "4733094624", "4733224159", "4754083703", "555065700", "4733170622", "4733057808", "4754057357", "274070440", "4754018673", "4226889154", "4754042873", "4733163194", "4754055179", "4754009715", "4733156390", "339344092", "69513584", "4733205013", "4754107228", "4753999155", "4754044817", "910528460", "4733150834", "4754102248", "4754031359", "4754047649", "4754005037", "4753838979", "4733059488", "4386763877", "4733195413", "4733049924", "4705497029", "4754018363", "4100457733", "4733138366", "4754066734", "4749950235", "2748798506", "4753995323", "4725398247", "4733180215", "197951725", "4733131574", "2931946486", "4733042958", "4753979555", "4753931721", "4733039250", "4733168491", "4753557137", "4753904241", "352573002", "447791796", "4754017948", "4733034554", "4733002398", "2258149591", "4733023094", "4753827987", "2357419346", "283444546", "1916909690", "4753946902", "2741898127", "3419432291", "3182718373", "4753792635", "4753885522", "4753736841", "4753814447", "4753831463", "1655062370", "4753777395", "4732982576", "4753749735", "4753733955", "4753800323", "4753745247", "4732935852", "49950337", "3087506473", "4753830988", "4753840636", "4753782635", "4753773227", "4753742783", "4753765175", "4753715493", "4753713375", "4753670721", "1420810416", "4753816600", "4692572478", "307253072", "4732890792", "4732910208", "531015362", "4753735469", "4753780834", "4753725023", "4515442403", "4753707935", "4732940594", "4701743496", "4753699223", "4753649265", "4753642275", "4753673681", "4343375777", "4753735828", "633812347", "4732883892", "322548747", "4753617219", "4745584096", "2889763128", "4753626155", "4732987639", "4753693414", "4753581285", "4732856778", "4720913138", "4753626497", "4753693276", "4753551801", "4732850304", "4753597475", "4753670536", "64215324", "4753292129", "4753551105", "3126205433", "4753535409", "2359656048", "4732805592", "4065203359", "4753576049", "4753462335", "4577068290", "4753561829", "4753485573", "4732814412", "4032126856", "4753489336", "3335270788", "4753359591", "350612132", "852702962", "4753571074", "3946420281", "4753450575", "801735901", "4753560688", "4753529195", "4732877480", "4732776618", "4753570222", "4732869014", "4683160164", "4753522660", "4753566016", "4753497023", "4753437795", "4753419021", "4753550842", "2322950802", "4753474283", "4753423097", "73116572", "4753398435", "4753436153", "3313491528", "4753510168", "83845669", "4753396635", "4753356441", "4753488586", "4753398503", "4753357401", "4732832054", "3076665694", "4115986153", "4753400843", "4753349061", "4753377767", "4753377317", "354870888", "4753454782", "918412532", "2617444070", "91494334", "4695708134", "800445865", "4753297047", "2835552996", "4753339175", "3161318884", "4753365616", "3069558734", "4753268421", "4753374046", "4753269437", "4732693572", "4334898733", "2922745134", "4753284497", "4753272737", "4753093163", "4753232193", "4753282397", "4753255343", "4732685052", "4753205205", "4752998655", "740777515", "4644632113", "4752919462", "4753309582", "4753247297", "4753191075", "4743549983", "4753205379", "4753244357", "4430990908", "141108821", "4732793875", "4753298788", "4753211567", "527453046", "4734472155", "4753151151", "4753250716", "3102488113", "4753198157", "4657932021", "3954908534", "3074790257", "1629321793", "4753179227", "4745211689", "4732618638", "4753161983", "4732748173", "4753116257", "3340845305", "1500217363", "4732731853", "561369792", "999926293", "4753144876", "4753060107", "4732708159", "4753130416", "4732721899", "4753163848", "4732662181", "4752862523", "37846288", "256085015", "306039929", "4753149724", "4731201036", "4753081049", "4732586352", "1450670148", "792219294", "3587032522", "4753070123", "4753049735", "4732650434", "4753116802", "3231748003", "4732651622", "4753062154", "4753089856", "1475154985", "4753054768", "4752957869", "3075625922", "4752955395", "4752886275", "4753004657", "4753027876", "4732525722", "4753042834", "4752960977", "4753023328", "4752892881", "4752925895", "4732605158", "4378292534", "4752922697", "1292381706", "397184989", "4752866751", "4752857121", "197393149", "356383461", "2783566572", "4752853695", "4752956500", "3304156939", "74960018", "4752938602", "2479627440", "4752885143", "829865587", "4752821477", "600123871", "3724136779", "265998896", "154883535", "1198985886", "4732550672", "138075819", "4645869209", "4752824309", "4732551848", "4752780321", "4752900484", "58816486", "4752759741", "4364203577", "4752890776", "4732063716", "4732431054", "4752754407", "4732529522", "85598533", "4752765316", "4752757253", "4732461764", "4752749837", "4752706881", "4752650847", "4752676383", "4752688815", "4752768154", "151398011", "4752712649", "96049227", "854299705", "4752631809", "4752704783", "4732473920", "4752697883", "4752642921", "451976940", "79412441", "4752751216", "4752675071", "4732360008", "4732418726", "4752722836", "1742603659", "4752665237", "4752713380", "4752685702", "4752584181", "4750482376", "4752572595", "4721758590", "4372492696", "25143224", "4752663016", "4752667396", "4752665476", "4752522855", "4752600101", "3099989365", "2155504715", "2309976006", "42300926", "4752575249", "4732325772", "4752561082", "4752602476", "4752575483", "4752570557", "4687799082", "4752551063", "4752568222", "4752510023", "4732422925", "45343784", "4752565582", "4752438615", "4752561376", "2402091119", "4752440115", "4709076673", "4752502403", "4752553168", "4752476507", "4729390394", "4752416655", "4732249524", "4752388695", "4752520156", "4752530722", "4732391665", "1214159695", "4752386039", "4752330201", "4752446458", "4752455842", "4732279052", "4752331701", "4752405916", "148814931", "4752359537", "4732307828", "2272409545", "1494028537", "4728907874", "4752355637", "130700994", "4752359963", "4732300280", "4704386552", "4696708285", "4732284139", "4752309017", "4732289342", "4752323896", "4752254187", "4752248427", "4732271870", "2944332948", "4732271840", "4752190936", "4752222357", "4752251837", "2685837646", "4752207075", "23283907", "4732228795", "4752173001", "4752178641", "4732246718", "4752223757", "4752290626", "426834725", "252762166", "4752279688", "2705469679", "4732276693", "4622898553", "4752251770", "4752131237", "4732215374", "4752189323", "4752235756", "4743403115", "4732201700", "4732237639", "4732251979", "4752090675", "4732190414", "4752120677", "4752104537", "3352806251", "4732232071", "4752051081", "143011472", "4732210771", "4752152242", "3227289996", "4751979927", "4751986635", "3325740278", "4752047753", "174828497", "4752037097", "4752024107", "4751985801", "4752085714", "2815909507", "4752050596", "3303573154", "4747920783", "4732159105", "4600205592", "4745045608", "4751992781", "4751939571", "4751940869", "4751903385", "1052491386", "4751624481", "4732098902", "4732099640", "4751881155", "28509248", "4731863258", "4685247211", "4732121785", "4751961328", "4732072046", "4751884877", "4731122946", "4751952556", "266013989", "4732111051", "4751938216", "4751939776", "3152156130", "4751889394", "4732085371", "4732040552", "4710544115", "4751886742", "4751882482", "4751794643", "160092652", "4751805017", "4731949218", "4751775203", "4751735777", "4732003316", "4732046119", "586247255", "4751786542", "4751720717", "4751785516", "4731991394", "4751670609", "4746416301", "4751638697", "21597029", "4751374035", "4731880500", "4751642775", "4717690746", "4732014991", "4751743702", "4751594235", "4731953414", "4751699968", "4289465616", "4751626157", "4739381187", "23636780", "4741468762", "248125787", "442364623", "4731916958", "4751546195", "2906684180", "4731905894", "3254976727", "3300370683", "4731689778", "4731943273", "4449088699", "4731873860", "4731907748", "244203924", "4630955066", "4731804456", "4731595394", "4751462661", "4751541797", "2820447379", "308838198", "4731882986", "4731797832", "4751496017", "4731907285", "4731866036", "4731853502", "4751545522", "2463820162", "3106684690", "4751424627", "4751467763", "4731766164", "57476449", "4731841526", "4751358574", "4731837440", "3375379929", "4751389461", "3986926098", "70995279", "4751364135", "1206780888", "4692063194", "153291514", "4731746520", "4751354979", "4731722832", "4660740329", "67680999", "2272765093", "4731306703", "4731775586", "4731702432", "4731826039", "18926788", "4731771902", "4731827713", "274977323", "4731688782", "1021198724", "223486446", "4751375962", "4751297957", "4731673512", "4751098840", "3311894144", "4731672792", "4731670452", "4751261728", "4751246867", "4731726170", "4751244209", "4731647598", "4746862817", "3399594370", "4731764437", "4745966801", "275147184", "4751164953", "3776531656", "4722245167", "4731619632", "3302669402", "4751252416", "4747304417", "4751133513", "3268378970", "433823693", "4731722713", "4731687842", "4751100567", "117270419", "4751105729", "4731647204", "893109378", "4751165062", "4594271483", "15011455", "4731562452", "4750725448", "875085230", "4731562272", "3809398397", "44502040", "4707044837", "4731688213", "4731560208", "19417042", "18324720", "4751109136", "45764104", "4751039255", "4750836376", "4751066416", "4751089426", "99583473", "4219121", "4751071822", "4751083696", "4746725487", "143593213", "1115595264", "4731526092", "4731657133", "4731656341", "4731526278", "4746845715", "4731644071", "4731359832", "4751048356", "4731644119", "197600014", "4731643153", "4750772235", "4750950383", "4731481050", "2207915253", "17807401", "4750868481", "4731559616", "4750987708", "4750962796", "4731472033", "4731400398", "4731546632", "4750848801", "4701024624", "383210925", "4731571279", "4690957999", "4729757898", "4501094052", "4750809081", "4731460003", "4750678275", "3276828428", "4731310452", "4731507536", "4731556183", "4731505400", "4731498788", "135875719", "4731497264", "4750757903", "4731474542", "4750699017", "4562031016", "4731482414", "4750705275", "4750802734", "4731038948", "558817814", "389656928", "4731345846", "4490575762", "274615625", "4750655835", "4750787956", "4750713658", "2319024469", "22216521", "737113322", "247635761", "4731450073", "266914565", "1672089913", "4731434660", "4731328812", "4750618523", "4711517119", "4731425354", "4729734445", "4750630463", "20859500", "4750544415", "3054398590", "4750568122", "4731311370", "4750550835", "4731299538", "4750575443", "2932909706", "329271512", "3644530876", "170550380", "4750557083", "112446484", "4748159314", "4750352187", "4750610788", "4750517237", "4731121212", "4639631713", "4750578796", "4377260537", "4750567048", "4745883399", "4750416627", "4731267612", "69928260", "4195911076", "4731255012", "362583409", "4750470089", "2784083059", "4739984956", "4731380953", "25480632", "4731333920", "4731195666", "4731333434", "4731306218", "4750383975", "4731265670", "4750438001", "4731333499", "3615439933", "4750474114", "4724086992", "4750409129", "4731218282", "4750356183", "4750438744", "4750350201", "4745029703", "1637431452", "1850069564", "2261214462", "4750127656", "4750304001", "4750430218", "3397950497", "4731325075", "4750411828", "2352400368", "4750286817", "321230631", "4726433534", "4750270755", "3168017048", "4731173958", "480828210", "4750245585", "4750368016", "4731172392", "3026420343", "4731168192", "4750228335", "4750346956", "4750271147", "4750011629", "4750316608", "4750176333", "4750204941", "4731217520", "4750250962", "4750205375", "34821791", "4731120378", "4731126552", "4750174467", "4750255936", "4731257293", "4727356054", "4727653333", "4750116021", "4731229873", "20662593", "4546458634", "4750224928", "4750171271", "835995246", "1972916413", "4329350479", "268757999", "4731035245", "4714475062", "4750046919", "4750109657", "4750063175", "4749991793", "4750070849", "4719553997", "278843460", "4731181453", "4750022961", "4750011857", "4750044359", "4750008989", "4750034429", "4731011922", "4731001494", "64123936", "3965008401", "4725221328", "4750055776", "4749905055", "4750000769", "22521719", "4730999550", "1030800912", "4749898341", "37488847", "4749946427", "3003686526", "4731060014", "4730920722", "348241769", "364839265", "4730974272", "4730968758", "1239709267", "3897389234", "3365079807", "4731085693", "4731084697", "4744382843", "250253280", "4749857321", "3011256515", "4749822489", "4731021578", "4730997812", "4636164914", "1240362440", "4730962339", "285920000", "4730926572", "4749839902", "3657564679", "2940165199", "4749725601", "4749709035", "4749753335", "118555341", "4731018433", "21123955", "2360683524", "4749659835", "4749772636", "4730947058", "2812884586", "4749641955", "4749673829", "4730940722", "635833627", "4749725068", "4749610041", "980439511", "309190582", "316752268", "4749670108", "15469770", "4605593369", "4749601299", "3018810447", "4749711322", "325816369", "4749623237", "4749570315", "4018463954", "4749673054", "4746150087", "88218118", "4730945713", "4730794644", "4730935711", "4730925577", "2690189900", "4730922373", "4730793882", "73513585", "4749472395", "4749558269", "2488944606", "1702403334", "4730768526", "1393786470", "4730843720", "4730886163", "4730756772", "4749097637", "4749520972", "3006285209", "4749409293", "4730832734", "4749414441", "4730827376", "4723338968", "4519905196", "4730724732", "4749478342", "4730859073", "4749503620", "4730863921", "4730822840", "4749337419", "351249935", "4749404789", "4749442463", "4730812238", "4749343103", "4749291315", "4749422279", "4730853199", "4749461254", "4749491716", "4749332541", "4730706492", "4730782952", "2175660106", "39024946", "17699541", "4730820259", "3243688356", "4749359116", "4749283251", "145463487", "445774868", "4730668002", "4710597793", "3409590111", "4749372682", "4749356356", "4749286907", "700527289", "2586997621", "124167511", "4730730554", "4749321202", "4730547373", "4730724374", "4730708846", "4749217637", "4749197043", "4749294418", "4730637672", "4730701574", "4730620878", "30295474", "369315204", "4749136755", "4749043181", "16052890", "4730656442", "399894063", "4748968643", "4730605002", "4502199024", "4749228112", "4749103335", "1292893230", "4749142151", "4730716729", "1244733097", "43290183", "2426749698", "4720797381", "4749076635", "4730695849", "4748485401", "4749092176", "105638773", "4730692093", "4749040575", "102198607", "4749119242", "4749095615", "4749089729", "4749022581", "4749072617", "2629048569", "2335547430", "4749011433", "3983341332", "4749017303", "2774523890", "4689819822", "4730619560", "4748982861", "4749100666", "4748941533", "4749013493", "24085605", "4749044837", "4748684057", "4749073222", "4730528532", "4749010637", "14405122", "4730646919", "4748965397", "4730513706", "4730646133", "4730574854", "4748935653", "4748769081", "4748875173", "4730637673", "4730502852", "4726111211", "248973173", "4748910975", "4730609899", "4746392957", "4730620465", "2157467090", "2382520652", "4748880195", "4513656736", "4730548538", "3305569479", "4748996302", "4277510614", "4730455932", "4748984536", "4748968702", "4748894117", "4748927176", "4748939608", "4539374740", "2930015934", "3666417258", "4726632834", "90732175", "1918006934", "292557700", "4748342421", "4748788053", "4748907982", "4730431422", "4748830403", "4748329887", "4748836846", "4730343762", "4748769381", "1683818635", "4455959842", "4748803943", "4729822464", "4748724081", "4748840542", "4748727093", "4748764349", "4748830636", "4748674995", "3328082697", "4730356092", "2154591030", "4476879455", "4594633882", "4748718527", "4730503339", "4748716457", "88667157", "4730388852", "4748706815", "2863801423", "4748640243", "2785393323", "4730506753", "252010664", "4703925504", "4748745922", "4730364932", "4730453497", "4252071", "4748666237", "4748681368", "4730440034", "4726014377", "4748610387", "4748719516", "4748586555", "2704809247", "4748643761", "4730359933", "4748491097", "4748628677", "4730436452", "4748604255", "4748642909", "4730342100", "4730433314", "3293897352", "4730418314", "4748602583", "4748613809", "4733290216", "4730470645", "4748435907", "4748684338", "4748618975", "35203319", "4748588807", "4748657782", "3104299214", "3874370114", "14565233", "4730436211", "4730288358", "3160191690", "4748488487", "4730372210", "4748533697", "857212382", "518519886", "4748573314", "4748510243", "4748471115", "772743001", "4745330841", "4730363786", "4748587576", "4747813101", "4730409133", "4730285892", "4748541622", "4730270472", "4421374635", "4748553160", "4748429301", "4748549722", "4748419701", "3435833651", "4748334393", "18964783", "4748522782", "4748449649", "2168731911", "4748447477", "78852575", "4112920107", "110528831", "4748499382", "4748480674", "4730228940", "4748439155", "4748480668", "4697978804", "4748329395", "4748481736", "4748352868", "4748405837", "4748330397", "3038216569", "470314427", "4748375609", "1357719684", "4730189292", "178522057", "4730219472", "1609392570", "4748332937", "4748269707", "355554030", "4748387854", "4726736244", "360461731", "4748370202", "4748237181", "4748303663", "4748356402", "4748308157", "4748270315", "4748250819", "4748295323", "4748354842", "4730213114", "4748278535", "4730259487", "4748334286", "1360466065", "229711678", "4299563237", "4748206767", "2889713085", "4748212755", "4748322082", "4748304520", "4748258357", "4748302066", "4748255381", "2962339996", "4748292436", "4748217629", "4748192657", "4748284336", "4730133144", "4477890079", "4748241076", "4748156691", "4730271853", "1239759463", "4748227918", "4748253622", "4748136153", "276468837", "4748099091", "4748178467", "4748231782", "223224031", "4748203336", "4748084595", "4748200096", "4730238883", "4748135477", "4748196466", "4748118695", "4748193916", "4509273434", "4748108813", "4692934982", "4729851224", "780448", "4748145340", "4747987169", "4647715463", "4748059823", "4746773555", "4748043023", "4748050775", "4748017965", "276543768", "4747990635", "4748085034", "4748008395", "4747978035", "4748101480", "4748089942", "4748060417", "4748020895", "4748001869", "4748069290", "4748031035", "58693294", "328652492", "4748085316", "2911205230", "2746535473", "4748003297", "14193852", "4726620954", "313890019", "4748033446", "4747947201", "488136957", "4747998053", "4747938801", "4747995617", "4747979075", "4747931553", "4747938315", "4387286117", "4747925901", "4747926321", "4747943195", "4747910559", "3004117607", "4747845975", "4747912659", "4747998256", "4747954475", "4747952261", "4747977160", "4509813143", "4737007293", "4747927595", "37207781", "4747857033", "4747928435", "4747873521", "4730092454", "2531878283", "4747873029", "4747945246", "4747854567", "4747900523", "4730138683", "4747959202", "4747921948", "4747904609", "3049468882", "4747843941", "3051209724", "4747904074", "4747840497", "4747861397", "4747885259", "4747669157", "4747878125", "4747884574", "4747869449", "4747795599", "1239433693", "4747839449", "4747799171", "4736906367", "4747781361", "4368442256", "4747808841", "4729971912", "4747902466", "4729968768", "81681377", "16000162", "4747900396", "4730074465", "4747697235", "4747770675", "4747875118", "4747723881", "172443768", "4747742421", "4747628416", "4747753415", "16739547", "586996170", "4747714461", "4747642359", "65972070", "4729938288", "4747806922", "4747756109", "3097407317", "4747708887", "4730021899", "4747796254", "2861580475", "4747727945", "4747797772", "4747674771", "1924052874", "64181646", "3372932129", "3164759800", "4747705433", "4743464733", "4726729223", "4747550007", "4747673777", "4747692167", "2370904712", "3873598893", "4729983380", "4714488513", "3238914833", "4747581825", "4729866468", "4747647556", "4729972754", "4747640747", "4747705336", "4747643746", "4730013313", "4729991773", "4747605418", "4729953206", "4747153635", "4747630763", "4729943018", "4729839090", "4747558155", "4747568499", "4747539813", "4747670314", "4747532453", "4747649254", "4747501875", "4747640782", "4747515351", "4747526259", "4747616122", "4739081027", "4747605508", "3246234073", "4729776600", "4729931311", "4209933273", "4746446416", "4747446795", "4747494615", "4747517543", "4729964839", "4747472127", "4747540097", "133831777", "4747475727", "4729958473", "4747500881", "4747425389", "4747464207", "4747577056", "4747565668", "4747488131", "4747405539", "4747451265", "29358239", "4747551376", "31332452", "51901080", "4747461149", "4729792950", "4747432601", "3058387989", "4747420359", "4747469830", "4747529914", "4747418595", "4747521622", "4747467497", "4747383861", "4747494388", "206369653", "4747461089", "4747362855", "4747521034", "4747422287", "4747445363", "4747425155", "4747381701", "4747368501", "4747495876", "2817779112", "4729892953", "4747359975", "4747380887", "4747456996", "4747391003", "4747095015", "4747341509", "2939677631", "4747394315", "4729844600", "4747400158", "4747376621", "92929106", "4747310061", "1309781646", "4729822130", "4747367033", "4747316487", "4747307955", "389571646", "4747321193", "4747295127", "4747302039", "4747249707", "4747395934", "4747406128", "4747278633", "92874530", "4747283313", "4179830420", "4729813034", "128739361", "4729808054", "4747295183", "480621702", "4747292063", "4747357936", "4747358218", "4747239305", "4746887555", "4747348822", "4747231947", "25434666", "4747197681", "3248943714", "2259877416", "4747306162", "4746134416", "4747343134", "4729831195", "4747226841", "4744044917", "863558124", "4747266701", "4747207719", "337931210", "626624155", "4729684368", "4747291402", "4746825813", "4747192101", "4747158855", "4706761277", "4747278028", "2471064625", "4747158921", "4747216703", "204821265", "5638152", "4747196501", "4745926841", "4747137213", "4747115907", "3020255202", "613684183", "4705654681", "8447002", "4747186643", "4729644300", "4729755397", "4747101663", "3400412128", "4747166663", "20685688", "4747163717", "4729724060", "4747101267", "4729567152", "4747168577", "4747136657", "4747097559", "4729721708", "524625875", "4747104135", "4747214128", "4747174642", "4729713572", "4747178002", "4747077633", "4729593258", "4747141882", "4747098101", "4747161274", "4747129960", "3422710251", "4729686260", "546687689", "4747106254", "4747095262", "4746989175", "4746998697", "4746999063", "4747129474", "4747095514", "65258793", "4729715473", "4747026083", "4729672514", "4726156577", "4747079332", "50272989", "4747018541", "200920968", "4747084822", "4718658199", "4747010542", "4747005437", "4729657453", "4729641182", "4746950962", "4729642832", "4746903160", "4747007908", "4746930681", "4746956537", "4746927135", "4747015888", "4746969857", "4747030942", "4510882934", "4746840213", "4744919656", "4746898065", "4746870699", "4729607653", "4729624832", "3224923484", "4040719246", "4746882375", "4746819561", "4729503072", "4746935249", "461193740", "4746982714", "4746984382", "4746839122", "4729518852", "4746917542", "4746960568", "4746957106", "4746957262", "4746849845", "4746819099", "4746878303", "4746817707", "875447076", "4729498878", "4746766233", "4729634497", "4746798861", "4746853522", "54510411", "4746918136", "4746780327", "4746879298", "4746839849", "3204966086", "4746790305", "4746791535", "563994796", "4607529857", "4746897100", "4746816683", "4729564256", "4746888856", "4746852634", "720385080", "183286981", "1623289310", "4746878176", "4746861982", "34056116", "4729575679", "1198123944", "34493062", "4746838852", "4729451628", "4746780317", "4746674483", "4729542248", "4746824488", "4746758087", "4746709131", "53853197", "4746708159", "4746761975", "232948013", "4746745276", "4746739157", "4746819016", "4746664539", "4746796336", "4729447698", "4746754109", "4746741161", "4746210376", "4745335102", "31403779", "34256060", "4746678579", "4746788092", "4746750124", "327215278", "4746694337", "1327763390", "4746635835"], "next_cursor": 1522822225442596388, "next_cursor_str": "1522822225442596388", "previous_cursor": 0, "previous_cursor_str": "0"}python-twitter-3.3/testdata/get_followers_0.json000066400000000000000000012235061311017327200222040ustar00rootroot00000000000000{"users": [{"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2386149065", "following": false, "friends_count": 2028, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 346, "location": "", "screen_name": "hkarolam", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "akyoka", "profile_use_background_image": true, "description": "facebook \nakyoka v regi\u00f3n", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676766980372832256/4v5XUzBe_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Mar 05 18:48:39 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676766980372832256/4v5XUzBe_normal.jpg", "favourites_count": 9, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2386149065, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2301, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2386149065/1450188795", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4610830879", "profile_image_url": "http://pbs.twimg.com/profile_images/678496104497844225/qGQZkW7T_normal.jpg", "friends_count": 151, "entities": {"description": {"urls": []}}, "profile_background_color": "F5F8FA", "created_at": "Sun Dec 20 08:30:32 +0000 2015", "blocking": false, "profile_background_image_url": null, "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "profile_background_image_url_https": null, "statuses_count": 3, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/678496104497844225/qGQZkW7T_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 7, "following": false, "default_profile_image": false, "id": 4610830879, "blocked_by": false, "name": "spotlesscleaning", "location": "", "screen_name": "ChennaiSpotless", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Tokyo", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 32400, "id_str": "3075452130", "following": false, "friends_count": 3486, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1265, "location": "", "screen_name": "jav_gal_exp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "\u65e5\u672c\u306e\u30ae\u30e3\u30eb\u306eAVbot", "profile_use_background_image": true, "description": "\u30ae\u30e3\u30eb\u30e2\u30ce\u306eAV\u306e\u7d39\u4ecbbot\u3002\u30c4\u30a4\u30fc\u30c8\u306e\u30ea\u30f3\u30af\u5148DMM\u306eR18\u5185\u306e\u305d\u308c\u305e\u308c\u306e\u5546\u54c1\u306e\u30da\u30fc\u30b8\u3002\u5185\u5bb9\u306f18\u7981\u3002", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/587119610408738816/Jgw1cNce_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 12 17:39:40 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "profile_image_url_https": "https://pbs.twimg.com/profile_images/587119610408738816/Jgw1cNce_normal.jpg", "favourites_count": 1, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3075452130, "blocked_by": false, "profile_background_tile": false, "statuses_count": 33190, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3075452130/1428816875", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1093711638", "following": false, "friends_count": 696, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 996, "location": "Richland, Washington", "screen_name": "Rocket_Corgi", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Rocket Corgi", "profile_use_background_image": true, "description": "32 yrs old, Bi, KS-5, Mechanical Engineer, Furry, Space Corgi", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683412297964863489/79alayb8_normal.jpg", "profile_background_color": "80C0F5", "created_at": "Wed Jan 16 01:09:33 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683412297964863489/79alayb8_normal.jpg", "favourites_count": 13102, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 1093711638, "blocked_by": false, "profile_background_tile": false, "statuses_count": 15144, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1093711638/1385133310", "is_translator": false}, {"time_zone": "Melbourne", "profile_use_background_image": true, "description": "All views expressed are my own.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "29420974", "profile_image_url": "http://pbs.twimg.com/profile_images/510757955700944897/nBRHch7x_normal.jpeg", "friends_count": 138, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Apr 07 10:19:44 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 223, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/510757955700944897/nBRHch7x_normal.jpeg", "favourites_count": 96, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 27, "following": false, "default_profile_image": false, "id": 29420974, "blocked_by": false, "name": "Hedgees", "location": "", "screen_name": "Hedgees", "profile_background_tile": false, "notifications": false, "utc_offset": 39600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4723820438", "profile_image_url": "http://pbs.twimg.com/profile_images/685108979660238848/OWa0M1ZT_normal.jpg", "friends_count": 505, "entities": {"description": {"urls": []}}, "profile_background_color": "F5F8FA", "created_at": "Thu Jan 07 14:27:14 +0000 2016", "blocking": false, "profile_background_image_url": null, "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "profile_background_image_url_https": null, "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/685108979660238848/OWa0M1ZT_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 40, "following": false, "default_profile_image": false, "id": 4723820438, "blocked_by": false, "name": "Sai Nithish Kumar", "location": "", "screen_name": "theonly_nithish", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Mountain Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": true, "id_str": "7604462", "profile_image_url": "http://pbs.twimg.com/profile_images/1893353735/Screen_Shot_2012-03-12_at_11.38.10_PM_normal.png", "friends_count": 2162, "entities": {"description": {"urls": []}}, "profile_background_color": "1A1B1F", "created_at": "Fri Jul 20 08:11:47 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_text_color": "666666", "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4755, "profile_sidebar_border_color": "181A1E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1893353735/Screen_Shot_2012-03-12_at_11.38.10_PM_normal.png", "favourites_count": 32453, "listed_count": 16, "geo_enabled": true, "follow_request_sent": false, "followers_count": 179, "following": false, "default_profile_image": false, "id": 7604462, "blocked_by": false, "name": "mjuarez", "location": "", "screen_name": "mjuarez", "profile_background_tile": false, "notifications": false, "utc_offset": -25200, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Kolkata", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1165400875", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "friends_count": 115, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Feb 10 09:13:19 +0000 2013", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1, "following": false, "default_profile_image": true, "id": 1165400875, "blocked_by": false, "name": "ABHIJIT GHOSH", "location": "", "screen_name": "ABHIJITIND16", "profile_background_tile": false, "notifications": false, "utc_offset": 19800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4669745534", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "friends_count": 375, "entities": {"description": {"urls": []}}, "profile_background_color": "F5F8FA", "created_at": "Mon Dec 28 22:19:44 +0000 2015", "blocking": false, "profile_background_image_url": null, "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "profile_background_image_url_https": null, "statuses_count": 740, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "favourites_count": 178, "listed_count": 10, "geo_enabled": false, "follow_request_sent": false, "followers_count": 50, "following": false, "default_profile_image": true, "id": 4669745534, "blocked_by": false, "name": "annakali garland", "location": "", "screen_name": "AnnakaliGarland", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "4419492197", "following": false, "friends_count": 19, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "electron.farm/5point9billion", "url": "https://t.co/BhoTCpphxC", "expanded_url": "http://electron.farm/5point9billion", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 537, "location": "(bot by @genmon)", "screen_name": "5point9billion", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "5,880,000,000,000", "profile_use_background_image": false, "description": "Light left Earth as you were born... I tell you when it reaches the STARS. To start: Follow me + tweet me yr birthday, like this: @5point9billion 18 feb 1978", "url": "https://t.co/BhoTCpphxC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675699965193281536/6BQFjS8T_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Dec 08 20:57:03 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675699965193281536/6BQFjS8T_normal.jpg", "favourites_count": 20, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4419492197, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1128, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4419492197/1449933909", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "49807670", "following": false, "friends_count": 433, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 249, "location": "State College x New Jersey", "screen_name": "MattTheMeteo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Matt Livingston", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/464184747917602816/yaTApCIP_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jun 22 23:27:18 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464184747917602816/yaTApCIP_normal.jpeg", "favourites_count": 4133, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 49807670, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6009, "profile_banner_url": "https://pbs.twimg.com/profile_banners/49807670/1433784463", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2327981533", "following": false, "friends_count": 2685, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000181745497/iSPn5XIa.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 700, "location": "Northeast Georgia", "screen_name": "DrMitchem", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Jamie Mitchem", "profile_use_background_image": true, "description": "Geographer, Meteorologist, Professor, GIS Guru, Hazards Researcher... I love all things related to Earth, it's atmosphere, mapping, and modeling.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551280206330482688/WHbiwaZp_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Wed Feb 05 01:05:53 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551280206330482688/WHbiwaZp_normal.jpeg", "favourites_count": 9550, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000181745497/iSPn5XIa.jpeg", "default_profile_image": false, "id": 2327981533, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4398, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2327981533/1396318777", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "229567163", "following": false, "friends_count": 565, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 220, "location": "Starkville, MS and Seattle, WA", "screen_name": "kudrios", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "William", "profile_use_background_image": false, "description": "Graduate student at Mississippi State studying Meteorology (progressive derechos). Pathways Intern at NWS in Seattle.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645707556912914432/FoGWS1pU_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Dec 22 18:54:51 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645707556912914432/FoGWS1pU_normal.jpg", "favourites_count": 1059, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "default_profile_image": false, "id": 229567163, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1399, "profile_banner_url": "https://pbs.twimg.com/profile_banners/229567163/1422597481", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4590261747", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": null, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "geo_enabled": false, "followers_count": 94, "location": "Memphis, TN", "screen_name": "WX_Overlord", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Jeremy Scott Smith", "profile_use_background_image": true, "description": "*Senior Meteorologist @ FedEx *Grad Student @ MSU (aviation,NC climate,CAD events,radar) *USAF Meteorologist *Raysweatherdotcom contributor ^Opinions are my own", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680049584207446017/1c85lyET_normal.jpg", "profile_background_color": "F5F8FA", "created_at": "Thu Dec 24 15:03:21 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680049584207446017/1c85lyET_normal.jpg", "favourites_count": 661, "profile_background_image_url_https": null, "default_profile_image": false, "id": 4590261747, "blocked_by": false, "profile_background_tile": false, "statuses_count": 239, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4590261747/1451170449", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "22215485", "following": false, "friends_count": 5424, "entities": {"description": {"urls": [{"display_url": "wxbrad.com", "url": "https://t.co/oLVgKYPDDU", "expanded_url": "http://wxbrad.com", "indices": [118, 141]}]}, "url": {"urls": [{"display_url": "about.me/wxbrad", "url": "http://t.co/gYY0LbMcK7", "expanded_url": "http://about.me/wxbrad", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 43553, "location": "Charlotte, NC", "screen_name": "wxbrad", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1522, "name": "Brad Panovich", "profile_use_background_image": true, "description": "Chief Meteorologist in Charlotte, NC, Weather & Tech Geek! Suffering Cleveland Sports Fan & @OhioState grad.I Blog at https://t.co/oLVgKYPDDU #cltwx #ncwx #scwx", "url": "http://t.co/gYY0LbMcK7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495078741270224896/h4qoVRWY_normal.jpeg", "profile_background_color": "131516", "created_at": "Sat Feb 28 01:31:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495078741270224896/h4qoVRWY_normal.jpeg", "favourites_count": 378, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 22215485, "blocked_by": false, "profile_background_tile": true, "statuses_count": 167262, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22215485/1348111348", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4701170684", "profile_image_url": "http://pbs.twimg.com/profile_images/683555003198345218/d1l3pTRq_normal.png", "friends_count": 958, "entities": {"description": {"urls": []}}, "profile_background_color": "F5F8FA", "created_at": "Sun Jan 03 07:13:30 +0000 2016", "blocking": false, "profile_background_image_url": null, "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "profile_background_image_url_https": null, "statuses_count": 1, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/683555003198345218/d1l3pTRq_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 127, "following": false, "default_profile_image": false, "id": 4701170684, "blocked_by": false, "name": "OmankoTV", "location": "", "screen_name": "Omanko_TV", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "39297426", "following": false, "friends_count": 677, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": true, "followers_count": 1334, "location": "Memphis, TN", "screen_name": "ChristinaMeek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 51, "name": "Christina Meek", "profile_use_background_image": true, "description": "Director of Communications @memphischamber. Book nerd and TV enthusiast. #GoGrizz!!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661357317213052928/KhMr07gM_normal.jpg", "profile_background_color": "FFF04D", "created_at": "Mon May 11 17:37:02 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661357317213052928/KhMr07gM_normal.jpg", "favourites_count": 1581, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "default_profile_image": false, "id": 39297426, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3569, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39297426/1419305431", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "28809370", "following": false, "friends_count": 897, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "raymondklaassen.com", "url": "http://t.co/5kothXM0gM", "expanded_url": "http://raymondklaassen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/889544435/250ade3a2c396098e2ce710504f48741.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1429, "location": "Almere, Nederland", "screen_name": "RaymondKlaassen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Raymond Klaassen", "profile_use_background_image": false, "description": "Meteoroloog | Meteorologist | Weerman | Almere | Werkzaam bij Weerplaza | Weer | Meteorologie | Weather | Fun | Photography", "url": "http://t.co/5kothXM0gM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/625617990835433472/LcUO6TuA_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 04 15:14:42 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "nl", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625617990835433472/LcUO6TuA_normal.jpg", "favourites_count": 387, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/889544435/250ade3a2c396098e2ce710504f48741.jpeg", "default_profile_image": false, "id": 28809370, "blocked_by": false, "profile_background_tile": false, "statuses_count": 17191, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28809370/1445876925", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "9225852", "following": false, "friends_count": 2721, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jaredwsmith.com", "url": "https://t.co/H3c84vOV4n", "expanded_url": "http://jaredwsmith.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/400727465/cloud-twitter-bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F7F7F7", "profile_link_color": "C94300", "geo_enabled": true, "followers_count": 5847, "location": "Charleston, SC", "screen_name": "jaredwsmith", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 412, "name": "Jared Smith", "profile_use_background_image": true, "description": "Consumer dev manager @BoomTownROI, human foil for @chswx's forecast and warning bot, subject of @scoccaro's subtweets. Cam Newton for MVP.", "url": "https://t.co/H3c84vOV4n", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670651069681111040/OXqUreqR_normal.jpg", "profile_background_color": "CFCFCF", "created_at": "Wed Oct 03 14:07:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670651069681111040/OXqUreqR_normal.jpg", "favourites_count": 26436, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/400727465/cloud-twitter-bg.jpg", "default_profile_image": false, "id": 9225852, "blocked_by": false, "profile_background_tile": false, "statuses_count": 38010, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9225852/1450496816", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "55021380", "following": false, "friends_count": 447, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kachelmannwetter.com", "url": "https://t.co/GC84SRoHtG", "expanded_url": "http://www.kachelmannwetter.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3143, "location": "Greenville, South Carolina,USA", "screen_name": "rkrampitz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 91, "name": "Rebekka Krampitz", "profile_use_background_image": true, "description": "German meteorologist and weather presenter // GER- and US-weather // working for @kachelmannwettr, formerly @wdr & SR German Radio", "url": "https://t.co/GC84SRoHtG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670260651466604544/W2Qgvodi_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jul 08 20:40:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670260651466604544/W2Qgvodi_normal.jpg", "favourites_count": 1606, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 55021380, "blocked_by": false, "profile_background_tile": false, "statuses_count": 11986, "profile_banner_url": "https://pbs.twimg.com/profile_banners/55021380/1437803539", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14900137", "following": false, "friends_count": 2063, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/timballisty", "url": "http://t.co/GppSkK2x8B", "expanded_url": "http://about.me/timballisty", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/526786960312922113/SeMa2IA6.jpeg", "notifications": false, "profile_sidebar_fill_color": "095473", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 4072, "location": "Asheville, NC", "screen_name": "IrishEagle", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 275, "name": "Tim Ballisty", "profile_use_background_image": true, "description": "Meteorologist. Free agent. Looking for opportunities to write, teach, and/or create videos about weather. | **On Snapchat** globalweather", "url": "http://t.co/GppSkK2x8B", "profile_text_color": "8BB4BA", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/526747372773076992/DCbxH4_e_normal.jpeg", "profile_background_color": "FFECDD", "created_at": "Sun May 25 17:04:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/526747372773076992/DCbxH4_e_normal.jpeg", "favourites_count": 10176, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/526786960312922113/SeMa2IA6.jpeg", "default_profile_image": false, "id": 14900137, "blocked_by": false, "profile_background_tile": true, "statuses_count": 34211, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14900137/1398601473", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "545217129", "following": false, "friends_count": 1690, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/494698254/BAR_UNIVERSO_PEQ.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 219, "location": "Dispersio ex Galitzia", "screen_name": "_lapsus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Colapsos Mari", "profile_use_background_image": true, "description": "Denantes hipis que amor", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2038078140/MENINOS_2_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Apr 04 13:38:31 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2038078140/MENINOS_2_normal.jpg", "favourites_count": 4933, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/494698254/BAR_UNIVERSO_PEQ.jpg", "default_profile_image": false, "id": 545217129, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1976, "profile_banner_url": "https://pbs.twimg.com/profile_banners/545217129/1357262849", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "55370049", "following": false, "friends_count": 18877, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/Dolphin_Project", "url": "https://t.co/sPMOyr7g8z", "expanded_url": "https://twitter.com/Dolphin_Project", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/586554656/9vd810kck4s2cj02qshk.jpeg", "notifications": false, "profile_sidebar_fill_color": "98C293", "profile_link_color": "498026", "geo_enabled": false, "followers_count": 20231, "location": "\u2756Rustic Mississippi \u2756#MSwx", "screen_name": "MiddleAmericaMS", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 459, "name": "MiddleAmericaMS", "profile_use_background_image": true, "description": "\u2756News Addict \u2756Journalism \u2756Meteorology \u2756Science \u2756#Eco \u2756Aerospace \u2756#Cars \u2756Progressive \u2756Ex-Conservative \u2756#BlackLivesMatter \u2756#StandwithPP \u2756#DolphinProject", "url": "https://t.co/sPMOyr7g8z", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/652650153405321216/_XeJoRgz_normal.png", "profile_background_color": "1F3610", "created_at": "Thu Jul 09 21:35:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652650153405321216/_XeJoRgz_normal.png", "favourites_count": 47868, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/586554656/9vd810kck4s2cj02qshk.jpeg", "default_profile_image": false, "id": 55370049, "blocked_by": false, "profile_background_tile": true, "statuses_count": 51886, "profile_banner_url": "https://pbs.twimg.com/profile_banners/55370049/1399450790", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2633765294", "following": false, "friends_count": 189, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "soundcloud.com/jamieprado", "url": "https://t.co/pblDe9VIjQ", "expanded_url": "http://soundcloud.com/jamieprado", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/488116607554568192/5ADQT1c6.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 637, "location": "instagram.com/jamieprado ", "screen_name": "jamiepradomusic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Jamie Prado", "profile_use_background_image": true, "description": "bookings/remixes: jamiepradomusic[at]gmail[dot]com", "url": "https://t.co/pblDe9VIjQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645617324318326784/juUQ0qTH_normal.jpg", "profile_background_color": "131516", "created_at": "Sun Jul 13 00:18:39 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645617324318326784/juUQ0qTH_normal.jpg", "favourites_count": 1392, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/488116607554568192/5ADQT1c6.jpeg", "default_profile_image": false, "id": 2633765294, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2025, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2633765294/1432189004", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3094340773", "following": false, "friends_count": 2488, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1067, "location": "", "screen_name": "lady_teacher_ja", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "\u5973\u6559\u5e2bAV\u7d39\u4ecb", "profile_use_background_image": true, "description": "\u5973\u6559\u5e2b\u30e2\u30ce\u306eAV\u306e\u30b5\u30f3\u30d7\u30eb\u753b\u50cf\u3092tweet\u3057\u307e\u3059\u3002\u753b\u50cf\u306f\uff0cDMM\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059\u3002\u30ea\u30d7\u30e9\u30a4\uff0cDM\u306a\u3069\u306f\u6642\u3005\u3057\u304b\u898b\u307e\u305b\u3093\u3002\u30d5\u30a9\u30ed\u30fc\u3055\u308c\u305f\u3089\u30d5\u30a9\u30ed\u30fc\u3057\u8fd4\u3057\u307e\u3059\u3002", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637479710709051392/ASHCnEvJ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 17 16:49:52 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637479710709051392/ASHCnEvJ_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3094340773, "blocked_by": false, "profile_background_tile": false, "statuses_count": 32175, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3094340773/1440823277", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": false, "description": "iOS Developer, Software Engineer with a passion for technology and engineering", "url": "http://t.co/sOJd7iUxIh", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "13815032", "profile_image_url": "http://pbs.twimg.com/profile_images/3774425615/a3b7bec3e7d3808daf57706d685e780a_normal.jpeg", "friends_count": 1356, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "marknorgren.com", "url": "http://t.co/sOJd7iUxIh", "expanded_url": "http://marknorgren.com", "indices": [0, 22]}]}}, "profile_background_color": "C6E2EE", "created_at": "Fri Feb 22 11:51:46 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "profile_text_color": "663B12", "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 1151, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/3774425615/a3b7bec3e7d3808daf57706d685e780a_normal.jpeg", "favourites_count": 4152, "listed_count": 58, "geo_enabled": true, "follow_request_sent": false, "followers_count": 408, "following": false, "default_profile_image": false, "id": 13815032, "blocked_by": false, "name": "Mark Norgren", "location": "minneapolis", "screen_name": "marknorgren", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "93955588", "following": false, "friends_count": 775, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 243, "location": "Fort Collins, CO", "screen_name": "JoshFudge", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Josh Fudge", "profile_use_background_image": false, "description": "Budget geek, budding beer snob, amateur bbq'er, political independent, fan of the T-wolves, Wild, Brewers, and Badgers.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615345006019149824/b0-NqnJ1_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Dec 01 22:11:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615345006019149824/b0-NqnJ1_normal.jpg", "favourites_count": 311, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 93955588, "blocked_by": false, "profile_background_tile": false, "statuses_count": 704, "profile_banner_url": "https://pbs.twimg.com/profile_banners/93955588/1435544658", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3457468761", "following": false, "friends_count": 2122, "entities": {"description": {"urls": [{"display_url": "igg.me/at/dotsbook", "url": "http://t.co/jlpcMkjvgD", "expanded_url": "http://igg.me/at/dotsbook", "indices": [104, 126]}]}, "url": {"urls": [{"display_url": "igg.me/at/dotsbook", "url": "http://t.co/jlpcMkjvgD", "expanded_url": "http://igg.me/at/dotsbook", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": false, "followers_count": 202, "location": "", "screen_name": "DotsBookApp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "DotsBook", "profile_use_background_image": false, "description": "Dots - game like Go, but faster. \nWe wish make app DotsBook, with the possibility of playing for money. http://t.co/jlpcMkjvgD", "url": "http://t.co/jlpcMkjvgD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636874535870926848/3Z4ZSPcy_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Aug 27 12:14:06 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "ru", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636874535870926848/3Z4ZSPcy_normal.jpg", "favourites_count": 30, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3457468761, "blocked_by": false, "profile_background_tile": false, "statuses_count": 18, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3457468761/1440678596", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2788407869", "following": false, "friends_count": 1260, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 163, "location": "", "screen_name": "puchisaez319", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "delma", "profile_use_background_image": true, "description": "Try incorporating an image intoidvery three to four tweets so they're more prominent in a user's feed.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579175981539319808/iXtPRKoN_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Sep 28 03:20:54 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579175981539319808/iXtPRKoN_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2788407869, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1188, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2788407869/1426921285", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16818499", "following": false, "friends_count": 2009, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joelarson.com", "url": "http://t.co/gfpsnJYe1P", "expanded_url": "http://joelarson.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/168814328/5150403912_5cabfeb630.jpg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1417, "location": "San Luis Obispo, CA", "screen_name": "oeon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 95, "name": "joe larson", "profile_use_background_image": true, "description": "mapping/GIS, wildland fire, OpenStreetMap, affinity for Brasil.", "url": "http://t.co/gfpsnJYe1P", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1283181650/bruce-701814_normal.png", "profile_background_color": "022330", "created_at": "Fri Oct 17 02:14:47 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1283181650/bruce-701814_normal.png", "favourites_count": 2261, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/168814328/5150403912_5cabfeb630.jpg", "default_profile_image": false, "id": 16818499, "blocked_by": false, "profile_background_tile": true, "statuses_count": 7243, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16818499/1403928617", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3245485961", "following": false, "friends_count": 1247, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 169, "location": "", "screen_name": "DJGaetaniWx", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "DJ Gaetani", "profile_use_background_image": true, "description": "Lyndon State College-Atmospheric Science Major", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677729383667400705/8Or5P-Ef_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun May 10 22:22:08 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677729383667400705/8Or5P-Ef_normal.jpg", "favourites_count": 132, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3245485961, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5215, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3245485961/1431296642", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "3948479302", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/685629324611944448/xHb7pDqh.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "642D8B", "geo_enabled": false, "followers_count": 126, "location": "Hertfordshire", "screen_name": "NadWGab", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Nadine Gabriel", "profile_use_background_image": true, "description": "Geology undergrad with a wide variety of interests, esp. science, museums & music \\m/. Lover of rocks, minerals & geological landscapes.\n'Still waters run deep'", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654275681505906688/_E58e_qu_normal.jpg", "profile_background_color": "642D8B", "created_at": "Tue Oct 13 17:35:32 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654275681505906688/_E58e_qu_normal.jpg", "favourites_count": 512, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/685629324611944448/xHb7pDqh.jpg", "default_profile_image": false, "id": 3948479302, "blocked_by": false, "profile_background_tile": true, "statuses_count": 778, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3948479302/1448212965", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3785129235", "following": false, "friends_count": 383, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "253055", "geo_enabled": false, "followers_count": 86, "location": "", "screen_name": "adrielbeaver", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "adriel", "profile_use_background_image": true, "description": "I make game art, write stories and paint my face when I'm bored.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674401637419585536/5OI_Ebev_normal.png", "profile_background_color": "022330", "created_at": "Sat Sep 26 19:47:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674401637419585536/5OI_Ebev_normal.png", "favourites_count": 2566, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 3785129235, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1362, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3785129235/1449624990", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "8292812", "following": false, "friends_count": 1703, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "alexm.co", "url": "https://t.co/MgVyEarMiD", "expanded_url": "http://alexm.co", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000165199016/Yxvo2XII.png", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 912, "location": "London, probably.", "screen_name": "thealexmoyler", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 53, "name": "Alex Moyler", "profile_use_background_image": true, "description": "\u201cDo you have a job or is designing it?\u201d Brevity is the soul of wit. Creative-type. (Full-stack Designer + a bit of development). Drums. Christian. Likes Coffee.", "url": "https://t.co/MgVyEarMiD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669182940069371904/VAKSWYAq_normal.jpg", "profile_background_color": "EDF6FF", "created_at": "Sun Aug 19 22:13:20 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669182940069371904/VAKSWYAq_normal.jpg", "favourites_count": 1955, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000165199016/Yxvo2XII.png", "default_profile_image": false, "id": 8292812, "blocked_by": false, "profile_background_tile": false, "statuses_count": 18665, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8292812/1442936379", "is_translator": false}, {"time_zone": "Singapore", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "91123715", "following": false, "friends_count": 332, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000161212580/uCM6Jytw.jpeg", "notifications": false, "profile_sidebar_fill_color": "718CF7", "profile_link_color": "CD4FFF", "geo_enabled": false, "followers_count": 459, "location": "MNL, PH", "screen_name": "reignbautistaa", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Ulan", "profile_use_background_image": true, "description": "Amazed by God's love \u2764\ufe0f | ZCKS '08 | MakSci '12 | BS Stat - UPD", "url": null, "profile_text_color": "050505", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551030160342786048/6nVTm5ei_normal.jpeg", "profile_background_color": "F0C5E7", "created_at": "Thu Nov 19 15:20:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551030160342786048/6nVTm5ei_normal.jpeg", "favourites_count": 5037, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000161212580/uCM6Jytw.jpeg", "default_profile_image": false, "id": 91123715, "blocked_by": false, "profile_background_tile": true, "statuses_count": 13513, "profile_banner_url": "https://pbs.twimg.com/profile_banners/91123715/1409499331", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "2599147129", "following": false, "friends_count": 227, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "16A600", "geo_enabled": false, "followers_count": 186, "location": "Norman, OK", "screen_name": "plustssn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Tim Supinie", "profile_use_background_image": true, "description": "Weather, Computer, Math, and Music nut. Husband to @HSkywatcher. Ph.D. student at the University of Oklahoma.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/484201367079120896/rofmfUyP_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jul 02 04:47:01 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484201367079120896/rofmfUyP_normal.jpeg", "favourites_count": 440, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2599147129, "blocked_by": false, "profile_background_tile": false, "statuses_count": 917, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2599147129/1447199343", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "114810131", "following": false, "friends_count": 330, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/lukemoellman", "url": "https://t.co/01uaOczpr0", "expanded_url": "http://instagram.com/lukemoellman", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 637, "location": "Brooklyn/Miami", "screen_name": "lukemoellman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "Luke Moellman", "profile_use_background_image": true, "description": "Musician/human. @greatgoodfineok", "url": "https://t.co/01uaOczpr0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/514430348022009857/fuRJXUHq_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 16 17:43:23 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/514430348022009857/fuRJXUHq_normal.jpeg", "favourites_count": 669, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 114810131, "blocked_by": false, "profile_background_tile": false, "statuses_count": 580, "profile_banner_url": "https://pbs.twimg.com/profile_banners/114810131/1440552542", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "164640266", "following": false, "friends_count": 610, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 201, "location": "West Lafayette, IN", "screen_name": "wxward", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Chris Ward", "profile_use_background_image": true, "description": "Boilermaker and weather enthusiast, I'm a Purdue alum with a major in Atmospheric Science so expect tweets on Purdue and Indiana weather.", "url": null, "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3624552161/a2491ca124fd3741e43367d82be055ef_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Fri Jul 09 11:03:56 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3624552161/a2491ca124fd3741e43367d82be055ef_normal.jpeg", "favourites_count": 851, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 164640266, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7259, "profile_banner_url": "https://pbs.twimg.com/profile_banners/164640266/1348540589", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "15984333", "profile_image_url": "http://pbs.twimg.com/profile_images/274509242/me_for_twitter_normal.JPG", "friends_count": 1331, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Aug 25 17:32:42 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1285, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/274509242/me_for_twitter_normal.JPG", "favourites_count": 188, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 164, "following": false, "default_profile_image": false, "id": 15984333, "blocked_by": false, "name": "brownonthebeach", "location": "\u00dcT: 33.99709,-118.455505", "screen_name": "brownonthebeach", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2302127191", "following": false, "friends_count": 481, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 164, "location": "", "screen_name": "boygobong", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "boygobong", "profile_use_background_image": true, "description": "Temporary sojourner on the tumbleweed racetracks of the Intermountain West.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/614682281383342080/EywuYv-L_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jan 20 22:42:59 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/614682281383342080/EywuYv-L_normal.png", "favourites_count": 433, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2302127191, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3246, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2302127191/1446979194", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2394746816", "following": false, "friends_count": 554, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445620541932572672/E6RvSrkK.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "12FAAD", "geo_enabled": true, "followers_count": 152, "location": "Tokyo, Japan", "screen_name": "Vurado_Bokoda", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "ROLZUP / Jelly-hip", "profile_use_background_image": true, "description": "high commissioner of u-Star Polymers, holding company of Vurado Bokoda and various other enterprisms/ aka one tentacle of Tentacles of Miracles; Ourang Outang.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/529193058433134592/mmwCmJj__normal.jpeg", "profile_background_color": "E65F17", "created_at": "Mon Mar 17 16:49:14 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/529193058433134592/mmwCmJj__normal.jpeg", "favourites_count": 924, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445620541932572672/E6RvSrkK.jpeg", "default_profile_image": false, "id": 2394746816, "blocked_by": false, "profile_background_tile": true, "statuses_count": 797, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2394746816/1414855058", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17627296", "following": false, "friends_count": 387, "entities": {"description": {"urls": [{"display_url": "bit.ly/ctv-pgp-key", "url": "https://t.co/SJXP4DmVhy", "expanded_url": "http://bit.ly/ctv-pgp-key", "indices": [44, 67]}]}, "url": {"urls": [{"display_url": "toronto.ctvnews.ca", "url": "https://t.co/1e56YgwOGl", "expanded_url": "http://toronto.ctvnews.ca", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/386505556/twitter_toronto_bg.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 2065, "location": "Toronto, Ontario, Canada", "screen_name": "iancaldwellCTV", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "Ian Caldwell", "profile_use_background_image": true, "description": "Managing Editor CTV News Toronto | PGP Key: https://t.co/SJXP4DmVhy | PGP Fingerprint=ED95 8E74 2568 EF70 6689 9034 4962 80A5 851C 9A6E", "url": "https://t.co/1e56YgwOGl", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477033050883104768/Jzda7Qxc_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Tue Nov 25 18:45:24 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477033050883104768/Jzda7Qxc_normal.jpeg", "favourites_count": 37, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/386505556/twitter_toronto_bg.jpg", "default_profile_image": false, "id": 17627296, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7092, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17627296/1448082122", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "203739230", "following": false, "friends_count": 851, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/164075917/Maya3.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 720, "location": "Washington DC", "screen_name": "FatherSandman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "M.V.", "profile_use_background_image": true, "description": "Business, politics, science, and technology | Only he who attempts the absurd is capable of achieving the impossible (Miguel de Unamuno)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/541840496608702464/4n7BmIw__normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Oct 17 00:55:39 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/541840496608702464/4n7BmIw__normal.jpeg", "favourites_count": 902, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/164075917/Maya3.jpg", "default_profile_image": false, "id": 203739230, "blocked_by": false, "profile_background_tile": true, "statuses_count": 3802, "profile_banner_url": "https://pbs.twimg.com/profile_banners/203739230/1405052641", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4401423261", "following": false, "friends_count": 403, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 148, "location": "", "screen_name": "dharma_phoenix", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "\u30b8\u30a7\u30f3", "profile_use_background_image": true, "description": "building bridges from bones", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683025336456491008/LqNczDk7_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 07 05:16:40 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683025336456491008/LqNczDk7_normal.jpg", "favourites_count": 1073, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4401423261, "blocked_by": false, "profile_background_tile": false, "statuses_count": 384, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4401423261/1451680905", "is_translator": false}, {"time_zone": "Kathmandu", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 20700, "id_str": "332046484", "following": false, "friends_count": 826, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 2917, "location": "Earth ", "screen_name": "ghimirerx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "\u0918\u093f\u092e\u093f\u0930\u0947 \u090b\u0937\u093f", "profile_use_background_image": true, "description": "I am fully depressed human .", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685427310535651328/yrG3VHaW_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sat Jul 09 04:01:46 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685427310535651328/yrG3VHaW_normal.jpg", "favourites_count": 48622, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 332046484, "blocked_by": false, "profile_background_tile": true, "statuses_count": 39099, "profile_banner_url": "https://pbs.twimg.com/profile_banners/332046484/1452253580", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "13053492", "following": false, "friends_count": 3342, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fkukso.tumblr.com", "url": "https://t.co/F6iE0ucycl", "expanded_url": "http://fkukso.tumblr.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/572483631906447360/IJgAPPd4.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 6924, "location": "Cambridge, MA", "screen_name": "fedkukso", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 246, "name": "Federico Kukso", "profile_use_background_image": true, "description": "Science journalist from Argentina | @KSJatMIT fellow | MIT + Harvard | fedkukso@gmail.com | Spa/Eng", "url": "https://t.co/F6iE0ucycl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651410182388367360/0M_2iC1e_normal.jpg", "profile_background_color": "137277", "created_at": "Mon Feb 04 16:05:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651410182388367360/0M_2iC1e_normal.jpg", "favourites_count": 14784, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/572483631906447360/IJgAPPd4.jpeg", "default_profile_image": false, "id": 13053492, "blocked_by": false, "profile_background_tile": true, "statuses_count": 54865, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13053492/1431098641", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17148670", "following": false, "friends_count": 557, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "panicbomber.com", "url": "http://t.co/S4YuHpy2yp", "expanded_url": "http://panicbomber.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/545569810/Twitter-BG.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "5F53A5", "geo_enabled": true, "followers_count": 982, "location": "Brooklyn, NY", "screen_name": "PanicBomber", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Panic Bomber", "profile_use_background_image": true, "description": "Richard Haig. Musician. See also: @kurtznbomber, @slapn_tickle", "url": "http://t.co/S4YuHpy2yp", "profile_text_color": "555555", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/444363954572111872/t0AMPbTG_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Nov 04 04:20:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FAE605", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/444363954572111872/t0AMPbTG_normal.jpeg", "favourites_count": 1248, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/545569810/Twitter-BG.jpg", "default_profile_image": false, "id": 17148670, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9016, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17148670/1398205235", "is_translator": false}, {"time_zone": null, "profile_use_background_image": false, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2686770356", "profile_image_url": "http://pbs.twimg.com/profile_images/661217199755923456/6ILN1Vom_normal.jpg", "friends_count": 747, "entities": {"description": {"urls": []}}, "profile_background_color": "000000", "created_at": "Mon Jul 28 06:08:30 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/661217199755923456/6ILN1Vom_normal.jpg", "favourites_count": 23, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 77, "following": false, "default_profile_image": false, "id": 2686770356, "blocked_by": false, "name": "dinesh", "location": "Karur, Tamil Nadu", "screen_name": "sdineshsundhar", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": true, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1730892806", "following": false, "friends_count": 196, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 26, "location": "", "screen_name": "is300nation", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "\u2606\u5f61\u2605\u5f61\u2606", "profile_use_background_image": true, "description": "hunter hinkley. I tell myself I own a racecar. retweeting relevant or irrelevant interests of mine, 24/7/365", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615296134592860161/93DpT_SH_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 05 05:17:10 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615296134592860161/93DpT_SH_normal.jpg", "favourites_count": 4003, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1730892806, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2183, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1730892806/1452306207", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "Stochastically relaxing", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "16945822", "profile_image_url": "http://pbs.twimg.com/profile_images/282212946/zombie_portrait_zoom_normal.jpg", "friends_count": 158, "entities": {"description": {"urls": []}}, "profile_background_color": "EBC3E1", "created_at": "Fri Oct 24 08:25:37 +0000 2008", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/21963534/haggar_pile_driving_a_shark_twitter.jpg", "profile_text_color": "0C3E53", "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/21963534/haggar_pile_driving_a_shark_twitter.jpg", "statuses_count": 587, "profile_sidebar_border_color": "F2E195", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/282212946/zombie_portrait_zoom_normal.jpg", "favourites_count": 93, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 51, "following": false, "default_profile_image": false, "id": 16945822, "blocked_by": false, "name": "SuperElectric", "location": "", "screen_name": "SuperElectric", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "House,Dub,Tech\r\nhttp://t.co/15uGGB0cbv", "url": "http://t.co/87HsXR2S0j", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "176829250", "profile_image_url": "http://pbs.twimg.com/profile_images/3589455402/a694f00d92f898d14c8c8a8555b355c6_normal.jpeg", "friends_count": 220, "entities": {"description": {"urls": [{"display_url": "myspace.com/549690290", "url": "http://t.co/15uGGB0cbv", "expanded_url": "http://www.myspace.com/549690290", "indices": [16, 38]}]}, "url": {"urls": [{"display_url": "ransomdrop.blogspot.com", "url": "http://t.co/87HsXR2S0j", "expanded_url": "http://ransomdrop.blogspot.com", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Aug 10 15:10:30 +0000 2010", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/140356524/tumblr_l1lbtuEjGo1qz5gsco1_500.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/140356524/tumblr_l1lbtuEjGo1qz5gsco1_500.jpg", "statuses_count": 102, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/3589455402/a694f00d92f898d14c8c8a8555b355c6_normal.jpeg", "favourites_count": 1, "listed_count": 0, "geo_enabled": true, "follow_request_sent": false, "followers_count": 32, "following": false, "default_profile_image": false, "id": 176829250, "blocked_by": false, "name": "DK", "location": "Sydney Australia", "screen_name": "dkline_rdr", "profile_background_tile": true, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "306805040", "following": false, "friends_count": 862, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/632546075/jn8pji8iuc9a4qf2dn4b.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 143, "location": "", "screen_name": "ealpv", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "\u018eL", "profile_use_background_image": true, "description": "*Incomprehensible muttering* I do a lot of things but I don't like talking about them. Necesito el mar porque me ense\u00f1a\n\u2014 Pablo Neruda", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/587289471814467584/8KVKlSJb_normal.jpg", "profile_background_color": "000000", "created_at": "Sat May 28 13:41:30 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/587289471814467584/8KVKlSJb_normal.jpg", "favourites_count": 846, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/632546075/jn8pji8iuc9a4qf2dn4b.jpeg", "default_profile_image": false, "id": 306805040, "blocked_by": false, "profile_background_tile": false, "statuses_count": 228, "profile_banner_url": "https://pbs.twimg.com/profile_banners/306805040/1428855899", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "194096921", "following": false, "friends_count": 1136, "entities": {"description": {"urls": [{"display_url": "nightmare.website", "url": "http://t.co/p5t2rZJajQ", "expanded_url": "http://nightmare.website", "indices": [127, 149]}]}, "url": {"urls": [{"display_url": "memoriata.com", "url": "http://t.co/JiCyW1dzUZ", "expanded_url": "http://memoriata.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "67777A", "geo_enabled": false, "followers_count": 461, "location": "Melbourne, Australia", "screen_name": "dbaker_h", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "\u263e\u013f \u1438 \u2680 \u2143\u263d 1/2 hiatus", "profile_use_background_image": false, "description": "CSIT student, pianist/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http://t.co/p5t2rZJajQ", "url": "http://t.co/JiCyW1dzUZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Sep 23 12:34:18 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "ru", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "favourites_count": 9114, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 194096921, "blocked_by": false, "profile_background_tile": true, "statuses_count": 12474, "profile_banner_url": "https://pbs.twimg.com/profile_banners/194096921/1440337937", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "276080035", "following": false, "friends_count": 773, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/397294880/yup.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 492, "location": "Cicero, IN", "screen_name": "Croupaloop", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Logan Croup", "profile_use_background_image": true, "description": "I'm a Meteorology graduate of Ball State University. I hope to do utilize my background in Meteorology for a living one day. #INwx \u263c \u2608 \u2602 \u2601", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/591613152552443904/ebU3kJXD_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 02 16:15:10 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/591613152552443904/ebU3kJXD_normal.jpg", "favourites_count": 7191, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/397294880/yup.jpg", "default_profile_image": false, "id": 276080035, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9888, "profile_banner_url": "https://pbs.twimg.com/profile_banners/276080035/1398362197", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "AMS Fellow, former NYer & FSU fac; Interim Science Dean & Coord. of Watershed Science Technician program at Lane Community College. Proud Oregon St grad", "url": "https://t.co/nAkOuaMtAX", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "901037160", "profile_image_url": "http://pbs.twimg.com/profile_images/2765556534/36e5a30cae4ca4f6387bc71d6582053f_normal.jpeg", "friends_count": 1677, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wefollow.com/paul_ruscher", "url": "https://t.co/nAkOuaMtAX", "expanded_url": "http://wefollow.com/paul_ruscher", "indices": [0, 23]}]}}, "profile_background_color": "C0DEED", "created_at": "Wed Oct 24 02:44:50 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3752, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2765556534/36e5a30cae4ca4f6387bc71d6582053f_normal.jpeg", "favourites_count": 3128, "listed_count": 25, "geo_enabled": true, "follow_request_sent": false, "followers_count": 664, "following": false, "default_profile_image": false, "id": 901037160, "blocked_by": false, "name": "Paul Ruscher", "location": "Eugene, OR", "screen_name": "paul_ruscher", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": false, "description": "Junior meteorology major at St. Cloud State. Caffeine consumption expert. Interests include sarcasm, good beer, and tropical meteorology.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "21063476", "profile_image_url": "http://pbs.twimg.com/profile_images/666471436924514304/1Y89hcfR_normal.jpg", "friends_count": 635, "entities": {"description": {"urls": []}}, "profile_background_color": "000000", "created_at": "Tue Feb 17 04:20:28 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4106, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/666471436924514304/1Y89hcfR_normal.jpg", "favourites_count": 646, "listed_count": 21, "geo_enabled": true, "follow_request_sent": false, "followers_count": 291, "following": false, "default_profile_image": false, "id": 21063476, "blocked_by": false, "name": "Cody Yeary", "location": "Saint Cloud, Minnesota", "screen_name": "codyyeary", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "379399925", "following": false, "friends_count": 271, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 67, "location": "", "screen_name": "bradfromraleigh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Brad Thompson", "profile_use_background_image": true, "description": "Music nerd.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/599713896421699584/ElrGP7KZ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Sep 24 22:09:23 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/599713896421699584/ElrGP7KZ_normal.jpg", "favourites_count": 10, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 379399925, "blocked_by": false, "profile_background_tile": false, "statuses_count": 53, "profile_banner_url": "https://pbs.twimg.com/profile_banners/379399925/1427109003", "is_translator": false}, {"time_zone": "Hawaii", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "74644340", "profile_image_url": "http://pbs.twimg.com/profile_images/477488342729121794/FMT5I6ev_normal.jpeg", "friends_count": 3323, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Sep 16 03:43:19 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 153, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/477488342729121794/FMT5I6ev_normal.jpeg", "favourites_count": 4, "listed_count": 1, "geo_enabled": true, "follow_request_sent": false, "followers_count": 336, "following": false, "default_profile_image": false, "id": 74644340, "blocked_by": false, "name": "Amarnath", "location": "Singapore", "screen_name": "Amarnath1985", "profile_background_tile": false, "notifications": false, "utc_offset": -36000, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "128280111", "following": false, "friends_count": 1959, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "humormonger.com", "url": "http://t.co/7EZxelmdGv", "expanded_url": "http://www.humormonger.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 230, "location": "42\u00b0 27' 40.9N 88\u00b0 11' 02.5W", "screen_name": "crashalido", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Craig Landon", "profile_use_background_image": true, "description": "Show me the magic...", "url": "http://t.co/7EZxelmdGv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3166851628/b7cf3f33f79db56f6ac6513a722dd172_normal.jpeg", "profile_background_color": "022330", "created_at": "Wed Mar 31 17:17:26 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3166851628/b7cf3f33f79db56f6ac6513a722dd172_normal.jpeg", "favourites_count": 16662, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 128280111, "blocked_by": false, "profile_background_tile": false, "statuses_count": 614, "profile_banner_url": "https://pbs.twimg.com/profile_banners/128280111/1434311610", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4463844018", "profile_image_url": "http://pbs.twimg.com/profile_images/673118627151806464/cY85fK4m_normal.jpg", "friends_count": 94, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Dec 05 12:32:24 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/673118627151806464/cY85fK4m_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 6, "following": false, "default_profile_image": false, "id": 4463844018, "blocked_by": false, "name": "helpline@chennai", "location": "", "screen_name": "helpline_flood", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "21465693", "following": false, "friends_count": 1822, "entities": {"description": {"urls": [{"display_url": "AthensGaWeather.com", "url": "https://t.co/cqeGNdOQYB", "expanded_url": "http://AthensGaWeather.com", "indices": [125, 148]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/603393714631745536/uAk-Db8j.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "A0000B", "geo_enabled": true, "followers_count": 387, "location": "Kennesaw, Georgia", "screen_name": "chris624wx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Chris Davis", "profile_use_background_image": false, "description": "UGA Graduate '13. B.S. Geography/Atmospheric Sciences. Studying GIS at Kennesaw State. UGA and ATL sports. Meteorologist for https://t.co/cqeGNdOQYB.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/665367285390004224/d1eLEDLM_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Feb 21 05:22:49 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665367285390004224/d1eLEDLM_normal.jpg", "favourites_count": 4939, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/603393714631745536/uAk-Db8j.jpg", "default_profile_image": false, "id": 21465693, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7535, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21465693/1449358975", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "I've never won a fight.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "23774785", "profile_image_url": "http://pbs.twimg.com/profile_images/429707642718543873/xF3Omp-n_normal.jpeg", "friends_count": 390, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Mar 11 15:07:11 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/457010991/x34ccbcb24eb9ae052d1e73349b31594.jpg", "profile_text_color": "0084B4", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "333333", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/457010991/x34ccbcb24eb9ae052d1e73349b31594.jpg", "statuses_count": 871, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/429707642718543873/xF3Omp-n_normal.jpeg", "favourites_count": 9, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 54, "following": false, "default_profile_image": false, "id": 23774785, "blocked_by": false, "name": "jeremy peers", "location": "", "screen_name": "jeremypeers", "profile_background_tile": true, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4453665134", "profile_image_url": "http://pbs.twimg.com/profile_images/672782822122250240/6_4eJ5u3_normal.jpg", "friends_count": 229, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Dec 04 14:17:01 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/672782822122250240/6_4eJ5u3_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 55, "following": false, "default_profile_image": false, "id": 4453665134, "blocked_by": false, "name": "\u0b9a\u0bc7\u0ba4\u0bc1\u0bb0\u0bbe\u0bae\u0ba9\u0bcd \u0b86\u0ba4\u0bcd\u0bae\u0bb2\u0bbf\u0b99\u0bcd\u0b95\u0bae", "location": "", "screen_name": "SAtmalinga", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "80689975", "following": false, "friends_count": 515, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": true, "followers_count": 261, "location": "always on the move", "screen_name": "melboban", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Melissa Boban", "profile_use_background_image": true, "description": "Hejsan! Chicago \u2192 ILLINI \u2192 Sweden \u2192 STL \u2192 Seattle \u2192 back in #STL. @TheOfficeNBC lover. See you @Barre3", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/525478843063087104/b9zv08t6_normal.jpeg", "profile_background_color": "D9DEE0", "created_at": "Wed Oct 07 21:51:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/525478843063087104/b9zv08t6_normal.jpeg", "favourites_count": 637, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "default_profile_image": false, "id": 80689975, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4999, "profile_banner_url": "https://pbs.twimg.com/profile_banners/80689975/1429405160", "is_translator": false}, {"time_zone": "America/Chicago", "profile_use_background_image": true, "description": "Consultant", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1886748272", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000515171175/6163badf9082cf86b3b7504859e3e4b5_normal.png", "friends_count": 1144, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Sep 20 14:36:06 +0000 2013", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 95, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000515171175/6163badf9082cf86b3b7504859e3e4b5_normal.png", "favourites_count": 3251, "listed_count": 1, "geo_enabled": true, "follow_request_sent": false, "followers_count": 86, "following": false, "default_profile_image": false, "id": 1886748272, "blocked_by": false, "name": "James Ford", "location": "Oakville MO", "screen_name": "CellJff", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Atlantic Time (Canada)", "profile_use_background_image": true, "description": "Most men are fools. -Bias of Priene", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "392856267", "profile_image_url": "http://pbs.twimg.com/profile_images/1603845766/Untitled_normal.png", "friends_count": 1300, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Oct 17 17:29:22 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4000, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603845766/Untitled_normal.png", "favourites_count": 5821, "listed_count": 8, "geo_enabled": true, "follow_request_sent": false, "followers_count": 230, "following": false, "default_profile_image": false, "id": 392856267, "blocked_by": false, "name": "Parmenides", "location": "", "screen_name": "Hermodorus", "profile_background_tile": false, "notifications": false, "utc_offset": -14400, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3368767094", "following": false, "friends_count": 603, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "m.facebook.com/elamaran.mugun\u2026", "url": "https://t.co/CNtWjzuSif", "expanded_url": "https://m.facebook.com/elamaran.mugunthan/about?nocollections=1&refid=17&ref=bookmarks#education", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 56, "location": "", "screen_name": "yogeshkumar871", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "\u0b87\u0bb0\u0bbe.\u0baf\u0bcb\u0b95\u0bc7\u0bb7\u0bcd", "profile_use_background_image": true, "description": "\u0ba8\u0bbf\u0ba9\u0bc8\u0baa\u0bcd\u0baa\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0bb0\u0b9a\u0bbf\u0baa\u0bcd\u0baa\u0ba4\u0bc8\u0baf\u0bc1\u0bae\u0bcd \u0b95\u0bbf\u0bb1\u0bc1\u0b95\u0bcd\u0b95 \u0b87\u0b99\u0bcd\u0b95\u0bc7 \u0b85\u0bb5\u0bcd\u0bb5\u0bb3\u0bb5\u0bc7 !!", "url": "https://t.co/CNtWjzuSif", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672202344935743489/4Y67Dmod_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Aug 28 08:48:49 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672202344935743489/4Y67Dmod_normal.jpg", "favourites_count": 4, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3368767094, "blocked_by": false, "profile_background_tile": false, "statuses_count": 51, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3368767094/1449080843", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1125887570", "following": false, "friends_count": 694, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "WeatherForecastSolutions.com", "url": "http://t.co/JkZGP7CflP", "expanded_url": "http://www.WeatherForecastSolutions.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 126, "location": "", "screen_name": "WxForecastSolns", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "WxForecastSolns", "profile_use_background_image": true, "description": "Your Source For Specialized Forecasts", "url": "http://t.co/JkZGP7CflP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655929981525229569/NCVRptd-_normal.png", "profile_background_color": "131516", "created_at": "Sun Jan 27 18:47:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655929981525229569/NCVRptd-_normal.png", "favourites_count": 189, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 1125887570, "blocked_by": false, "profile_background_tile": true, "statuses_count": 483, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1125887570/1404246066", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "272214659", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "friends_count": 370, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Mar 26 02:11:56 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "favourites_count": 22, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 11, "following": false, "default_profile_image": true, "id": 272214659, "blocked_by": false, "name": "Lauren Burcea", "location": "", "screen_name": "BlueEyedLo", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4422918679", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "friends_count": 2, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Dec 01 18:00:42 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en-gb", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 0, "following": false, "default_profile_image": true, "id": 4422918679, "blocked_by": false, "name": "Rakesh Ananthagiri", "location": "", "screen_name": "RakeshAnanthag1", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1191110737", "following": false, "friends_count": 4121, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 856, "location": "", "screen_name": "HandyIvonne", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Handy Ivonne", "profile_use_background_image": true, "description": "No vivo culpando a nadie, es labor del Tribunal. Informo sin emitir juicios de valor, ni condenas.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663826751185883136/4hfqcieD_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Feb 17 20:42:45 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663826751185883136/4hfqcieD_normal.jpg", "favourites_count": 1142, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1191110737, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16051, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1191110737/1451758949", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4418338394", "following": false, "friends_count": 737, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 196, "location": "", "screen_name": "RainsChennai", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Chennai Rains Live", "profile_use_background_image": true, "description": "ChennaiRains | Latest Traffic updates | Rain news | Rain photography", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671615672049274880/puFv_xdm_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 01 07:54:31 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671615672049274880/puFv_xdm_normal.jpg", "favourites_count": 167, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4418338394, "blocked_by": false, "profile_background_tile": false, "statuses_count": 437, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4418338394/1448960653", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "11745072", "following": false, "friends_count": 802, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "graham-freeman.info", "url": "https://t.co/weCrUKWPHu", "expanded_url": "https://graham-freeman.info", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "0021FF", "geo_enabled": false, "followers_count": 302, "location": "Berkeley, California", "screen_name": "gjmf", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Graham Freeman", "profile_use_background_image": true, "description": "Personal: I believe in humanity (and e-bikes) Professional: Providing excellent IT to do-gooders via @get_nerdy.", "url": "https://t.co/weCrUKWPHu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1101117841/gf-backyard-med_normal.jpg", "profile_background_color": "709397", "created_at": "Wed Jan 02 07:34:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1101117841/gf-backyard-med_normal.jpg", "favourites_count": 673, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "default_profile_image": false, "id": 11745072, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3586, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11745072/1413958199", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3305403882", "profile_image_url": "http://pbs.twimg.com/profile_images/628313752266407936/q4VXb5aM_normal.jpg", "friends_count": 51, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Aug 03 20:45:22 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 16, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/628313752266407936/q4VXb5aM_normal.jpg", "favourites_count": 5, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 26, "following": false, "default_profile_image": false, "id": 3305403882, "blocked_by": false, "name": "Ben Cote", "location": "", "screen_name": "therealBenCote", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1582483380", "following": false, "friends_count": 252, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "13CFF0", "geo_enabled": false, "followers_count": 190, "location": "heading towards earth", "screen_name": "PlutoBees", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Pluto Bees", "profile_use_background_image": true, "description": "We are the Collective Beeonian Empire of Pluto. Fear us.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667875227376840704/sC92cfwC_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jul 10 07:47:08 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667875227376840704/sC92cfwC_normal.jpg", "favourites_count": 2710, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1582483380, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6285, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1582483380/1448068723", "is_translator": false}, {"time_zone": "America/Denver", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "17348471", "following": false, "friends_count": 1430, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "impossiblegeology.net", "url": "http://t.co/ZQKPzKTbsQ", "expanded_url": "http://impossiblegeology.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/709980532/1583f97a3a7d8b31e56da58798e90745.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "8809F0", "geo_enabled": true, "followers_count": 1473, "location": "Flagstaff, USA", "screen_name": "drjerque", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 118, "name": "Kyle House", "profile_use_background_image": true, "description": "Geologic mapper and researcher of late Cenozoic desert fluvial and lacustrine systems.", "url": "http://t.co/ZQKPzKTbsQ", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631483820982734849/EdE7iOn4_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Nov 12 20:53:33 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631483820982734849/EdE7iOn4_normal.jpg", "favourites_count": 611, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/709980532/1583f97a3a7d8b31e56da58798e90745.jpeg", "default_profile_image": false, "id": 17348471, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4288, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17348471/1413945851", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "profile_use_background_image": false, "description": "Happy.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "287492581", "profile_image_url": "http://pbs.twimg.com/profile_images/685232739633659904/rTLPuI0f_normal.jpg", "friends_count": 507, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Apr 25 03:11:40 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 36697, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/685232739633659904/rTLPuI0f_normal.jpg", "favourites_count": 3220, "listed_count": 14, "geo_enabled": true, "follow_request_sent": false, "followers_count": 558, "following": false, "default_profile_image": false, "id": 287492581, "blocked_by": false, "name": "FN-6969", "location": "Denver, CO", "screen_name": "NiftyMinaj", "profile_background_tile": false, "notifications": false, "utc_offset": -25200, "muting": false, "protected": false, "has_extended_profile": true, "is_translator": false, "default_profile": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1368499430", "following": false, "friends_count": 549, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wunderground.com/blog/sullivanw\u2026", "url": "http://t.co/ADDfVXV9dB", "expanded_url": "http://www.wunderground.com/blog/sullivanweather/show.html", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/571582549751652352/UV7VLXYJ.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "E04F0B", "geo_enabled": true, "followers_count": 390, "location": "Westtown, NY", "screen_name": "RealSullivanWx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Tom Woods", "profile_use_background_image": true, "description": "Disseminator of weather, extreme or mundane. Prognostocator of Northeast US weather. Local legend.", "url": "http://t.co/ADDfVXV9dB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432362706713071616/RZ0bfE1I_normal.jpeg", "profile_background_color": "7136A8", "created_at": "Sun Apr 21 02:40:01 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432362706713071616/RZ0bfE1I_normal.jpeg", "favourites_count": 1884, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/571582549751652352/UV7VLXYJ.jpeg", "default_profile_image": false, "id": 1368499430, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5056, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1368499430/1437540110", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "89205511", "following": false, "friends_count": 153, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ggor.de", "url": "https://t.co/QncXAff6Lw", "expanded_url": "http://ggor.de", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000024534539/c9a22aeaac8a80b2fa329e342e6d06ed.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 207, "location": "Berlin", "screen_name": "greg00r", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 7, "name": "Gregor Weichbrodt", "profile_use_background_image": false, "description": "Code & concept @0x0a_li", "url": "https://t.co/QncXAff6Lw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683468108351279104/VPYWHMQs_normal.jpg", "profile_background_color": "4A913C", "created_at": "Wed Nov 11 15:14:10 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683468108351279104/VPYWHMQs_normal.jpg", "favourites_count": 543, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000024534539/c9a22aeaac8a80b2fa329e342e6d06ed.jpeg", "default_profile_image": false, "id": 89205511, "blocked_by": false, "profile_background_tile": true, "statuses_count": 102, "profile_banner_url": "https://pbs.twimg.com/profile_banners/89205511/1444490275", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "529148230", "following": false, "friends_count": 438, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hdevalence.ca", "url": "https://t.co/XnDQKAOpR8", "expanded_url": "http://www.hdevalence.ca", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 345, "location": "1.6m above sea level", "screen_name": "hdevalence", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "GF(\u00af\\_(\u30c4)_/\u00af)", "profile_use_background_image": true, "description": "PhD student at TU/e, interested in pqcrypto, privacy, freedom, mathematics, & the number 24", "url": "https://t.co/XnDQKAOpR8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634941626805301248/IykdcFae_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Mar 19 06:12:13 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634941626805301248/IykdcFae_normal.jpg", "favourites_count": 5302, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 529148230, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4440, "profile_banner_url": "https://pbs.twimg.com/profile_banners/529148230/1405021573", "is_translator": false}, {"time_zone": "London", "profile_use_background_image": true, "description": "Security Engineer. \nA RT or link is not an endorsement. \nViews are not related to my employer.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "171290875", "profile_image_url": "http://pbs.twimg.com/profile_images/590994307340959744/h5op8_1a_normal.png", "friends_count": 853, "entities": {"description": {"urls": []}}, "profile_background_color": "131516", "created_at": "Tue Jul 27 00:57:14 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3780, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/590994307340959744/h5op8_1a_normal.png", "favourites_count": 725, "listed_count": 15, "geo_enabled": false, "follow_request_sent": false, "followers_count": 379, "following": false, "default_profile_image": false, "id": 171290875, "blocked_by": false, "name": "Human Actuator", "location": "127.0.0.1", "screen_name": "HumanActuator", "profile_background_tile": true, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "2787955681", "following": false, "friends_count": 1280, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 314, "location": "Paris, Ile-de-France", "screen_name": "EKMeteo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Etienne Kapikian", "profile_use_background_image": false, "description": "Pr\u00e9visionniste @meteofrance", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635800902113325056/2mU4zry2_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Sep 03 12:50:59 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635800902113325056/2mU4zry2_normal.jpg", "favourites_count": 896, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2787955681, "blocked_by": false, "profile_background_tile": false, "statuses_count": 416, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2787955681/1409832424", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Tweetin' since '76", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2400504589", "profile_image_url": "http://pbs.twimg.com/profile_images/681954296384991232/8Bxeybdb_normal.jpg", "friends_count": 897, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Mar 20 21:53:06 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 18610, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/681954296384991232/8Bxeybdb_normal.jpg", "favourites_count": 3178, "listed_count": 27, "geo_enabled": false, "follow_request_sent": false, "followers_count": 396, "following": false, "default_profile_image": false, "id": 2400504589, "blocked_by": false, "name": "Lee", "location": "", "screen_name": "leisure3000", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "458113065", "following": false, "friends_count": 2026, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1044, "location": "Tamworth, NSW, 2340, Aus", "screen_name": "2340weather", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Tamworth Weather", "profile_use_background_image": true, "description": "Weather Watcher in the Tamworth region.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1740801984/Tamworth-Weather_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jan 08 05:54:27 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1740801984/Tamworth-Weather_normal.jpg", "favourites_count": 630, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 458113065, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7411, "profile_banner_url": "https://pbs.twimg.com/profile_banners/458113065/1376012987", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2699327418", "following": false, "friends_count": 389, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brianjenquist.wordpress.com", "url": "http://t.co/nDNwPkQPgB", "expanded_url": "http://brianjenquist.wordpress.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1258, "location": "UofArizona . SantaFeInstitute", "screen_name": "bjenquist", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 51, "name": "Brian J. Enquist", "profile_use_background_image": true, "description": "Global Ecology, Ecophys, Macroecology, Scaling. Proud parent, Sonoran telemarker. Dreams of tropical trees, charismatic megaflora, equations, and botanical data", "url": "http://t.co/nDNwPkQPgB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495349657023700992/mb1dwT-4_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Aug 01 23:14:21 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495349657023700992/mb1dwT-4_normal.jpeg", "favourites_count": 2463, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2699327418, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2757, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2699327418/1406999005", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2783948456", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "friends_count": 999, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Sep 01 11:21:23 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "favourites_count": 3, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 49, "following": false, "default_profile_image": true, "id": 2783948456, "blocked_by": false, "name": "Balasubramani", "location": "", "screen_name": "bmani_77", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "160971973", "following": false, "friends_count": 1057, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Lakers.com", "url": "https://t.co/x18wAeX8Og", "expanded_url": "http://Lakers.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 380, "location": "Philippines", "screen_name": "angelreality", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "\u24d0\u24dd\u24d6\u24d4\u24db", "profile_use_background_image": true, "description": "Gadget-Obsessed, Tech-Lover, Geek, Nerd, Techie. iOS, Android User. Follow me for #TechNews #SocialMedia #PoliticalViews #DisneyFrozen #Laker4Life", "url": "https://t.co/x18wAeX8Og", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000766994701/f13cfcea050466d38f6ccb47c6620a1a_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Jun 29 16:45:54 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000766994701/f13cfcea050466d38f6ccb47c6620a1a_normal.jpeg", "favourites_count": 1460, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 160971973, "blocked_by": false, "profile_background_tile": true, "statuses_count": 14031, "profile_banner_url": "https://pbs.twimg.com/profile_banners/160971973/1384975627", "is_translator": false}, {"time_zone": "Chennai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "122634479", "following": false, "friends_count": 798, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/82776489/ar_rahman09.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 19, "location": "INDIA", "screen_name": "omprakashit117", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "omprakash", "profile_use_background_image": true, "description": "I am a student. I am eager to search new knoweldge and technology used in current world", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/750008387/DIN1_normal.JPG", "profile_background_color": "C0DEED", "created_at": "Sat Mar 13 10:51:35 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/750008387/DIN1_normal.JPG", "favourites_count": 94, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/82776489/ar_rahman09.jpg", "default_profile_image": false, "id": 122634479, "blocked_by": false, "profile_background_tile": false, "statuses_count": 60, "profile_banner_url": "https://pbs.twimg.com/profile_banners/122634479/1400160672", "is_translator": false}, {"time_zone": "London", "profile_use_background_image": false, "description": "Defn: Tavern consisting of a building with a bar and public rooms. These are random names chosen from 110539 words @niggydotcom", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3337081857", "profile_image_url": "http://pbs.twimg.com/profile_images/618483281009504256/pPRHTTgG_normal.jpg", "friends_count": 4224, "entities": {"description": {"urls": []}}, "profile_background_color": "000000", "created_at": "Sat Jun 20 15:50:01 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "CF5300", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5966, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/618483281009504256/pPRHTTgG_normal.jpg", "favourites_count": 41, "listed_count": 4, "geo_enabled": false, "follow_request_sent": false, "followers_count": 795, "following": false, "default_profile_image": false, "id": 3337081857, "blocked_by": false, "name": "Pub Names", "location": "", "screen_name": "pubnames", "profile_background_tile": false, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Hawaii", "profile_use_background_image": true, "description": "I #stand4life! Meteorologist in Hawaii since 2000 & going @UHManoa for M.S. SFX explosives tech for CAF--I like big booms!", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "141057092", "profile_image_url": "http://pbs.twimg.com/profile_images/1743058941/eod_normal.jpg", "friends_count": 1335, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri May 07 02:35:55 +0000 2010", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/99142340/midland08b.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/99142340/midland08b.jpg", "statuses_count": 29375, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1743058941/eod_normal.jpg", "favourites_count": 2983, "listed_count": 136, "geo_enabled": true, "follow_request_sent": false, "followers_count": 1621, "following": false, "default_profile_image": false, "id": 141057092, "blocked_by": false, "name": "Robert Ballard", "location": "Honolulu, HI", "screen_name": "firebomb56", "profile_background_tile": true, "notifications": false, "utc_offset": -36000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "458956673", "profile_image_url": "http://pbs.twimg.com/profile_images/506968366574092288/MRDqbVQi_normal.jpeg", "friends_count": 402, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Jan 09 03:59:14 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 89, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/506968366574092288/MRDqbVQi_normal.jpeg", "favourites_count": 37, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 51, "following": false, "default_profile_image": false, "id": 458956673, "blocked_by": false, "name": "Adam J", "location": "", "screen_name": "adamatic23", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "606117040", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "friends_count": 165, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Jun 12 07:33:29 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 4, "following": false, "default_profile_image": true, "id": 606117040, "blocked_by": false, "name": "PAPPY", "location": "", "screen_name": "H0LYT0LED0", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "148615685", "following": false, "friends_count": 573, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000115403460/79db2255376b86a76c67636558add8a0.jpeg", "notifications": false, "profile_sidebar_fill_color": "FCFFE5", "profile_link_color": "406B6F", "geo_enabled": false, "followers_count": 71, "location": "Chicagoland", "screen_name": "ShaneMEagan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Shane Eagan", "profile_use_background_image": false, "description": "Weather forecaster | Meteorology grad student NIU | Valpo grad | Red Wings and ND aficionado", "url": null, "profile_text_color": "4A4949", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/509820954654953472/hz7n8fsV_normal.jpeg", "profile_background_color": "ABB8C2", "created_at": "Thu May 27 04:35:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/509820954654953472/hz7n8fsV_normal.jpeg", "favourites_count": 41, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000115403460/79db2255376b86a76c67636558add8a0.jpeg", "default_profile_image": false, "id": 148615685, "blocked_by": false, "profile_background_tile": false, "statuses_count": 138, "profile_banner_url": "https://pbs.twimg.com/profile_banners/148615685/1448434645", "is_translator": false}, {"time_zone": "Asia/Calcutta", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "1721259391", "following": false, "friends_count": 1417, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000072477131/4ad230ff9ba7c9ed60e4dc796bbb2941.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 98, "location": "13.067858,80.243947", "screen_name": "prakash49024821", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "p r a k a s h", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/583242267017621504/XA5J0EM-_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Sep 02 05:01:40 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/583242267017621504/XA5J0EM-_normal.jpg", "favourites_count": 5, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000072477131/4ad230ff9ba7c9ed60e4dc796bbb2941.jpeg", "default_profile_image": false, "id": 1721259391, "blocked_by": false, "profile_background_tile": true, "statuses_count": 112, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1721259391/1427890049", "is_translator": false}, {"time_zone": "International Date Line West", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -39600, "id_str": "538171425", "following": false, "friends_count": 322, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/580917392345157633/ZsuJn14-.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "993333", "geo_enabled": false, "followers_count": 277, "location": "it's a long way down", "screen_name": "errinuu", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "Patris Everdeen", "profile_use_background_image": true, "description": "fettered", "url": null, "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684687004299214848/7ev_eVhd_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Mar 27 11:35:46 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684687004299214848/7ev_eVhd_normal.jpg", "favourites_count": 2614, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/580917392345157633/ZsuJn14-.jpg", "default_profile_image": false, "id": 538171425, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6460, "profile_banner_url": "https://pbs.twimg.com/profile_banners/538171425/1448701580", "is_translator": false}, {"time_zone": "Beijing", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "1564994707", "following": false, "friends_count": 204, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/Sonic_The_Edge\u2026", "url": "https://t.co/0DcGQ0d6jV", "expanded_url": "https://twitter.com/Sonic_The_Edgehog", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/620864149107576832/6Ouugc1Y.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 74, "location": "Republic of the Philippines", "screen_name": "Edwarven_Sniper", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "Eduard De Guzman", "profile_use_background_image": true, "description": "Math Major kuno (Inutusang bumili ng suka na ngayon ay naiiyak sa hirap ng Math.)", "url": "https://t.co/0DcGQ0d6jV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/612053970077417472/E1JbN0-m_normal.jpg", "profile_background_color": "4A913C", "created_at": "Wed Jul 03 05:51:25 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/612053970077417472/E1JbN0-m_normal.jpg", "favourites_count": 1673, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/620864149107576832/6Ouugc1Y.png", "default_profile_image": false, "id": 1564994707, "blocked_by": false, "profile_background_tile": true, "statuses_count": 3138, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1564994707/1390008636", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2705762744", "following": false, "friends_count": 486, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 143, "location": "Missouri", "screen_name": "lunaitesrock", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "Karl", "profile_use_background_image": true, "description": "Interests include planetary geology, meteorite hunting and collecting, hiking, camping. Formerly a research chemist... Now I kill poison ivy.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497858100905664512/LJ3FLzwT_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Aug 04 05:32:23 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497858100905664512/LJ3FLzwT_normal.jpeg", "favourites_count": 2667, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2705762744, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5286, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2705762744/1408035154", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "122111712", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/82553561/switz_view.JPG", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9500B3", "geo_enabled": false, "followers_count": 73, "location": "", "screen_name": "bellabear7", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Jo Wade", "profile_use_background_image": true, "description": "I retweet what I find interesting, not what I agree with. All views my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/519411989869654016/2dk59ai9_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 11 16:40:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/519411989869654016/2dk59ai9_normal.jpeg", "favourites_count": 389, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/82553561/switz_view.JPG", "default_profile_image": false, "id": 122111712, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2173, "profile_banner_url": "https://pbs.twimg.com/profile_banners/122111712/1408370535", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "720794066", "following": false, "friends_count": 808, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jordanowx.com", "url": "https://t.co/Oqno7oJyRp", "expanded_url": "http://jordanowx.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 589, "location": "Oklahoma", "screen_name": "JordanoWX", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 35, "name": "Jordan Overton", "profile_use_background_image": true, "description": "Former Weather Intern/Producer for @Newson6 and @ktulnews. @NWCNorman Tour Guide. @OUNightly Weather. @OUDaily Thunder Writer. Opinions are my own.", "url": "https://t.co/Oqno7oJyRp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663540879072886784/IvmvhwJ6_normal.jpg", "profile_background_color": "022330", "created_at": "Fri Jul 27 20:12:11 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663540879072886784/IvmvhwJ6_normal.jpg", "favourites_count": 1628, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 720794066, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/720794066/1438271265", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "40845892", "following": false, "friends_count": 2197, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/22470571/bground.gif", "notifications": false, "profile_sidebar_fill_color": "EAEDD5", "profile_link_color": "FA7E3C", "geo_enabled": false, "followers_count": 770, "location": "", "screen_name": "_vecs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "vecs ", "profile_use_background_image": true, "description": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043c\u0438\u043a\u0440\u043e\u0431\u043b\u043e\u0433. \u041d\u0430\u0443\u043a\u0430 \u0438 \u0442\u0435\u0445\u043d\u0438\u043a\u0430, \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043a\u0443\u043b\u044c\u0442\u0443\u0440\u0430, \u043a\u043e\u0441\u043c\u043e\u0441, \u0433\u0435\u043e\u043b\u043e\u0433\u0438\u044f, \u043f\u0430\u043b\u0435\u043e\u043d\u0430\u0443\u043a\u0438, \u043b\u0438\u043d\u0433\u0432\u0438\u0441\u0442\u0438\u043a\u0430, IT, \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c, \u0440\u0430\u0434\u0438\u043e\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0438\u043a\u0430, \u0412\u041f\u041a, \u0420\u043e\u0441\u0441\u0438\u044f, \u0410\u0437\u0438\u044f, \u0444\u043e\u0442\u043e", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/472091542484549633/Zq-BpJTw_normal.png", "profile_background_color": "FCFCF4", "created_at": "Mon May 18 09:50:09 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "ACADA1", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472091542484549633/Zq-BpJTw_normal.png", "favourites_count": 9294, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/22470571/bground.gif", "default_profile_image": false, "id": 40845892, "blocked_by": false, "profile_background_tile": true, "statuses_count": 5288, "profile_banner_url": "https://pbs.twimg.com/profile_banners/40845892/1401389448", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "213950250", "following": false, "friends_count": 1401, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/170116886/Miss_State_logo.gif", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 620, "location": "Flowood", "screen_name": "BulldogWX_0610", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "David Cox", "profile_use_background_image": true, "description": "NWS Jackson meteorologist. Got an amazing wife! MSU sports fanatic. Go Dawgs! MSU Alum (B.S. '10, M.S. '12). Love severe wx/hurricanes. All views are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655850522277212160/peMZV3Tb_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Nov 10 05:16:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655850522277212160/peMZV3Tb_normal.jpg", "favourites_count": 14767, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/170116886/Miss_State_logo.gif", "default_profile_image": false, "id": 213950250, "blocked_by": false, "profile_background_tile": true, "statuses_count": 10289, "profile_banner_url": "https://pbs.twimg.com/profile_banners/213950250/1445201925", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "11392632", "following": false, "friends_count": 2149, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/sgtgary", "url": "https://t.co/LB5LuXnk2g", "expanded_url": "http://about.me/sgtgary", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/625143486375927808/JfkbwGdr.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9D0020", "geo_enabled": true, "followers_count": 1717, "location": "Papillion, Nebraska, USA", "screen_name": "sgtgary", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Gary \u039a0\u03b2\u2c62\u0259 \u2614\ufe0f", "profile_use_background_image": false, "description": "Science & Weather geek \u2022 Cybersecurity \u2022 \u2708\ufe0fUSAF vet \u2022 ex aviation forecaster \u2022 557WW \u2022 Waze \u2022 INTJ #GoPackGo #InfoSec \u2b50\ufe0f", "url": "https://t.co/LB5LuXnk2g", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680245909217775616/X1sOO_Q1_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Dec 21 02:44:45 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680245909217775616/X1sOO_Q1_normal.jpg", "favourites_count": 140, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/625143486375927808/JfkbwGdr.jpg", "default_profile_image": false, "id": 11392632, "blocked_by": false, "profile_background_tile": false, "statuses_count": 35461, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11392632/1446542435", "is_translator": false}, {"time_zone": "Berlin", "profile_use_background_image": true, "description": "Science Leipzig", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "276570860", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "friends_count": 363, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Apr 03 16:46:58 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "de", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "favourites_count": 170, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 17, "following": false, "default_profile_image": true, "id": 276570860, "blocked_by": false, "name": "E. Brigger", "location": "", "screen_name": "eugene33xx", "profile_background_tile": false, "notifications": false, "utc_offset": 3600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Singapore", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "14563783", "following": false, "friends_count": 887, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/tutusandpointes", "url": "http://t.co/UtNJqB6Su6", "expanded_url": "http://instagram.com/tutusandpointes", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/642380381/x3516e3c298a8ebe33c26cd65fff99b0.jpeg", "notifications": false, "profile_sidebar_fill_color": "85130F", "profile_link_color": "C90E69", "geo_enabled": true, "followers_count": 780, "location": "Catipunan", "screen_name": "tutusandpointes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Christine Saavedra", "profile_use_background_image": true, "description": "Saved by grace. Permanent resident of the Rizal Library. Former dancer. Caffeine junkie. Night owl. Blue eagle. | snapchat: kurisitini", "url": "http://t.co/UtNJqB6Su6", "profile_text_color": "F40A09", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683596819901710336/V2y5-A0G_normal.png", "profile_background_color": "F7B75E", "created_at": "Mon Apr 28 01:20:27 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683596819901710336/V2y5-A0G_normal.png", "favourites_count": 19849, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/642380381/x3516e3c298a8ebe33c26cd65fff99b0.jpeg", "default_profile_image": false, "id": 14563783, "blocked_by": false, "profile_background_tile": true, "statuses_count": 43946, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14563783/1367062983", "is_translator": false}, {"time_zone": "Krasnoyarsk", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 25200, "id_str": "2583649117", "following": false, "friends_count": 589, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "2C1F3C", "geo_enabled": true, "followers_count": 235, "location": "Quezon City", "screen_name": "masterJCboy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 2, "name": "enchong hindee", "profile_use_background_image": false, "description": "How do you become someone that great, that brave, that selfless?\nI guess you can only try.\n-Hiccup, HTTYD2", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683830799720812544/peYQpaxm_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Jun 23 08:35:43 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683830799720812544/peYQpaxm_normal.jpg", "favourites_count": 6233, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2583649117, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9066, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2583649117/1429024977", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2860150381", "following": false, "friends_count": 133, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pixiv.me/aviphilia", "url": "https://t.co/GpjnzCwdNa", "expanded_url": "http://pixiv.me/aviphilia", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 86, "location": "\u5b87\u5b99\u5916\u751f\u547d", "screen_name": "aviphilia", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "\u304b\u3054\u306e\u9ce5\u72c2", "profile_use_background_image": true, "description": "(\u73fe\u5728\u4f4e\u6d6e\u4e0a)\u5929\u6587\u30fb\u5730\u5b66\u77e5\u8b58\u30bc\u30ed\u3002 \u5730\u7403\u30ea\u30e7\u30ca\u3068\u3044\u3046\u30de\u30a4\u30ca\u30fc\u55dc\u597d\u306e\u5984\u57f7\u3092\u767a\u4fe1\u3059\u308b\u305f\u3081\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u3042\u308b\u3002 \u5730\u7403\u306a\u3069\u306e\u5929\u4f53\u306b\u5bfe\u3057\u3066\u9177\u3044\u8a71\u3084R18\u306a\u8a71\u3070\u304b\u308a\u3057\u3066\u3044\u308b\u306e\u3067\u6ce8\u610f", "url": "https://t.co/GpjnzCwdNa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/586025068385275906/zlPMFl4l_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Oct 17 11:27:45 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "profile_image_url_https": "https://pbs.twimg.com/profile_images/586025068385275906/zlPMFl4l_normal.jpg", "favourites_count": 4453, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2860150381, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6025, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2860150381/1429085019", "is_translator": false}, {"time_zone": "UTC", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "4010618585", "following": false, "friends_count": 4, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "russ.garrett.co.uk/bots/dscovr_ep\u2026", "url": "https://t.co/LhctEpMH4C", "expanded_url": "https://russ.garrett.co.uk/bots/dscovr_epic.html", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1513, "location": "Earth-Sun L1", "screen_name": "dscovr_epic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 64, "name": "DSCOVR:EPIC", "profile_use_background_image": false, "description": "Pictures from the Earth Polychromatic Camera on the DSCOVR spacecraft. (An unofficial bot by @russss)", "url": "https://t.co/LhctEpMH4C", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656868470106267648/mc8SJQZc_normal.png", "profile_background_color": "000000", "created_at": "Wed Oct 21 16:20:49 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656868470106267648/mc8SJQZc_normal.png", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4010618585, "blocked_by": false, "profile_background_tile": false, "statuses_count": 631, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4010618585/1445444630", "is_translator": false}, {"time_zone": "Berlin", "profile_use_background_image": true, "description": "Hacker", "url": "http://t.co/wfhb6wxy2Y", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "224266304", "profile_image_url": "http://pbs.twimg.com/profile_images/1228169354/gravatar200_normal.jpg", "friends_count": 354, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "perldition.org", "url": "http://t.co/wfhb6wxy2Y", "expanded_url": "http://perldition.org/", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Wed Dec 08 15:35:47 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 843, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1228169354/gravatar200_normal.jpg", "favourites_count": 568, "listed_count": 55, "geo_enabled": true, "follow_request_sent": false, "followers_count": 618, "following": false, "default_profile_image": false, "id": 224266304, "blocked_by": false, "name": "Florian Ragwitz", "location": "PDX", "screen_name": "perldition", "profile_background_tile": false, "notifications": false, "utc_offset": 3600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "London", "profile_use_background_image": true, "description": "a dissident technologist. a great big harmless thing", "url": "http://t.co/t31MsTE1wo", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "6110942", "profile_image_url": "http://pbs.twimg.com/profile_images/18302762/monkey_normal.jpg", "friends_count": 379, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "amran.org.uk", "url": "http://t.co/t31MsTE1wo", "expanded_url": "http://amran.org.uk", "indices": [0, 22]}]}}, "profile_background_color": "1A1B1F", "created_at": "Thu May 17 15:17:13 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_text_color": "666666", "profile_sidebar_fill_color": "252429", "profile_link_color": "4A913C", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 3053, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/18302762/monkey_normal.jpg", "favourites_count": 560, "listed_count": 6, "geo_enabled": false, "follow_request_sent": false, "followers_count": 261, "following": false, "default_profile_image": false, "id": 6110942, "blocked_by": false, "name": "amran \u0639\u0645\u0631\u0627\u0646", "location": "nl uk", "screen_name": "amx109", "profile_background_tile": false, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14949027", "following": false, "friends_count": 2091, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/88283587/Tape_Gradient.JPG", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 663, "location": "Arlington, VA", "screen_name": "rseymour", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 34, "name": "Rich Seymour", "profile_use_background_image": true, "description": "Staying on top of things when I should be getting to the bottom of things. Generic Person @EndgameInc", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/445265058541883392/NsGr8pCu_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu May 29 22:27:34 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/445265058541883392/NsGr8pCu_normal.jpeg", "favourites_count": 9033, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/88283587/Tape_Gradient.JPG", "default_profile_image": false, "id": 14949027, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4492, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14949027/1399349066", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "591360459", "following": false, "friends_count": 1438, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/lbs_ebooks", "url": "http://t.co/L0n9SbXlFa", "expanded_url": "http://twitter.com/lbs_ebooks", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 426, "location": "", "screen_name": "LetsBeSapid", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "Let's Be Sapid", "profile_use_background_image": true, "description": "Good enough probably. Talk to my ebooks bot, @lbs_ebooks. Also talk to my ebooks bot's ebooks bot, @lbsebooksebooks", "url": "http://t.co/L0n9SbXlFa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2472927875/p246b2ui8rzqfdto8dq6_normal.png", "profile_background_color": "022330", "created_at": "Sat May 26 21:47:24 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2472927875/p246b2ui8rzqfdto8dq6_normal.png", "favourites_count": 38391, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 591360459, "blocked_by": false, "profile_background_tile": false, "statuses_count": 38532, "profile_banner_url": "https://pbs.twimg.com/profile_banners/591360459/1437446142", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "168912732", "following": false, "friends_count": 2945, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/wx_fish", "url": "https://t.co/nYUoNgFtK1", "expanded_url": "http://www.instagram.com/wx_fish", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000032341821/c34eb864df33736572467f06defb8eb4.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "236CA3", "geo_enabled": true, "followers_count": 29532, "location": "Standing in the rain/snow/wind", "screen_name": "ericfisher", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1154, "name": "Eric Fisher", "profile_use_background_image": true, "description": "Emmy Award winning Chief Meteorologist @CBSBoston w/reports for @CBSNews. Beer snob, runner, mediocre golfer. Deep greens & blues are the colors I choose.", "url": "https://t.co/nYUoNgFtK1", "profile_text_color": "003399", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/501545509215952896/2KDNBEQ4_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Wed Jul 21 02:35:23 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/501545509215952896/2KDNBEQ4_normal.jpeg", "favourites_count": 4345, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000032341821/c34eb864df33736572467f06defb8eb4.jpeg", "default_profile_image": false, "id": 168912732, "blocked_by": false, "profile_background_tile": true, "statuses_count": 61142, "profile_banner_url": "https://pbs.twimg.com/profile_banners/168912732/1435413654", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "15455096", "following": false, "friends_count": 873, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "scarlettinfinity.deviantart.com", "url": "http://t.co/SxvaMh9Nlo", "expanded_url": "http://scarlettinfinity.deviantart.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 307, "location": "UK", "screen_name": "almostarobot", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Hayley Young", "profile_use_background_image": true, "description": "Interested in everything, science, nature, photography, politics...", "url": "http://t.co/SxvaMh9Nlo", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1883849158/may_2011_082_700px_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Jul 16 14:53:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1883849158/may_2011_082_700px_normal.jpg", "favourites_count": 3071, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 15455096, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7266, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15455096/1404913947", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Weather geek!", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3327128172", "profile_image_url": "http://pbs.twimg.com/profile_images/657360086050848769/C5QVrWVZ_normal.jpg", "friends_count": 127, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Aug 23 20:40:58 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 404, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/657360086050848769/C5QVrWVZ_normal.jpg", "favourites_count": 683, "listed_count": 6, "geo_enabled": false, "follow_request_sent": false, "followers_count": 30, "following": false, "default_profile_image": false, "id": 3327128172, "blocked_by": false, "name": "Matthew", "location": "", "screen_name": "WeatherHacker", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18109928", "following": false, "friends_count": 1475, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chrisdean.org", "url": "http://t.co/NhadxAzOQq", "expanded_url": "http://chrisdean.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/624754964414361601/CWSwhHmP.jpg", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "238500", "geo_enabled": false, "followers_count": 389, "location": "Indianapolis, Indiana, USA", "screen_name": "DeanChris", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 12, "name": "Chris Dean", "profile_use_background_image": true, "description": "Christian, husband, father x 7, evangelist, pastor & church planter @GreatMercyIndy in downtown Indy & Plainfield. Grateful to be used by the Lord!", "url": "http://t.co/NhadxAzOQq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648892274697334784/XLN0VQzD_normal.png", "profile_background_color": "FFF04D", "created_at": "Sun Dec 14 02:54:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648892274697334784/XLN0VQzD_normal.png", "favourites_count": 388, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/624754964414361601/CWSwhHmP.jpg", "default_profile_image": false, "id": 18109928, "blocked_by": false, "profile_background_tile": true, "statuses_count": 2214, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18109928/1402123612", "is_translator": false}, {"time_zone": "Bogota", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2391639956", "following": false, "friends_count": 437, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "imarpe.gob.pe/enso/Inicio/Te\u2026", "url": "http://t.co/VN17BZeJ9d", "expanded_url": "http://www.imarpe.gob.pe/enso/Inicio/Tema1.htm", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 605, "location": "Monitoreo y Analisis ENSO", "screen_name": "Mario___Ramirez", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Mario Ramirez", "profile_use_background_image": true, "description": "IMARPE\nLab Sensores Remotos y SIG", "url": "http://t.co/VN17BZeJ9d", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/444962203028840448/V2vB_DHU_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 15 21:26:33 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/444962203028840448/V2vB_DHU_normal.jpeg", "favourites_count": 2305, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2391639956, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6016, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2391639956/1399302782", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "277405536", "following": false, "friends_count": 476, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flickr.com/photos/celestm\u2026", "url": "https://t.co/YN2PjER7xd", "expanded_url": "http://www.flickr.com/photos/celestman/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 529, "location": "Lisburn, Northern Ireland", "screen_name": "Celestman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "Ralph Smyth", "profile_use_background_image": true, "description": "Husband, dad and brother.Amateur astronomer and astroimager - just wish our weather was better! Analytical chemist in another life. Hello Twitter world!", "url": "https://t.co/YN2PjER7xd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664709983519510530/9uE7tZ8J_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 05 09:14:19 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664709983519510530/9uE7tZ8J_normal.jpg", "favourites_count": 4398, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 277405536, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5108, "profile_banner_url": "https://pbs.twimg.com/profile_banners/277405536/1452217211", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "41290294", "following": false, "friends_count": 111, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "asimplerandomview.blogspot.com", "url": "http://t.co/saMEpHSYYQ", "expanded_url": "http://asimplerandomview.blogspot.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 109, "location": "", "screen_name": "thatothertom2", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "tom f", "profile_use_background_image": true, "description": "", "url": "http://t.co/saMEpHSYYQ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683050707042238465/cW3olyVw_normal.jpg", "profile_background_color": "000000", "created_at": "Wed May 20 03:49:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683050707042238465/cW3olyVw_normal.jpg", "favourites_count": 34, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 41290294, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6793, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41290294/1449795082", "is_translator": false}, {"time_zone": "Santiago", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "3112987229", "following": false, "friends_count": 2394, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/580617071886647296/B56fJQkK.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "860808", "geo_enabled": true, "followers_count": 814, "location": "Chile", "screen_name": "GeaEnMovimiento", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "RecursosGea", "profile_use_background_image": true, "description": "Comparto info vital sobre amenazas naturales y antr\u00f3picas. Sin fronteras para el conocimiento y la cooperaci\u00f3n. #Recop2016 / #VnChillan", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/668960898313289728/Mr1yPxVM_normal.png", "profile_background_color": "860808", "created_at": "Wed Mar 25 04:18:30 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668960898313289728/Mr1yPxVM_normal.png", "favourites_count": 1660, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/580617071886647296/B56fJQkK.png", "default_profile_image": false, "id": 3112987229, "blocked_by": false, "profile_background_tile": true, "statuses_count": 14682, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3112987229/1450632293", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "247877648", "following": false, "friends_count": 321, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/205264047/puffy.jpeg", "notifications": false, "profile_sidebar_fill_color": "CCC0CB", "profile_link_color": "462D57", "geo_enabled": false, "followers_count": 223, "location": "adrift in the cosmos ", "screen_name": "hjertebraaten", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Jennifer", "profile_use_background_image": true, "description": "Choose your own adventure.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668530312448610304/Ut3EuMh8_normal.png", "profile_background_color": "403340", "created_at": "Sat Feb 05 19:24:31 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "63A327", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668530312448610304/Ut3EuMh8_normal.png", "favourites_count": 3058, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/205264047/puffy.jpeg", "default_profile_image": false, "id": 247877648, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9086, "profile_banner_url": "https://pbs.twimg.com/profile_banners/247877648/1420338841", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "55621506", "following": false, "friends_count": 1676, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DAA520", "geo_enabled": true, "followers_count": 801, "location": "\u00dcT: 43.06752,-89.413976", "screen_name": "gstalnaker", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 93, "name": "Guy Stalnaker", "profile_use_background_image": false, "description": "Midwest IT guy @ large public university. Out. Liberal. Composer. Baseball Rules. Partner of a Jack Russell terrier, my best friend. Life's good. RT != Endorsed", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/419693052488208386/2PLuieI9_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Jul 10 17:51:09 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/419693052488208386/2PLuieI9_normal.jpeg", "favourites_count": 8218, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 55621506, "blocked_by": false, "profile_background_tile": false, "statuses_count": 61554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/55621506/1445655686", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2506667875", "following": false, "friends_count": 704, "entities": {"description": {"urls": [{"display_url": "yesthisislouis.com", "url": "https://t.co/sxkHB8RzBR", "expanded_url": "http://yesthisislouis.com", "indices": [51, 74]}]}, "url": {"urls": [{"display_url": "mountainmoonvolcano.com", "url": "https://t.co/XvTQbyYdz0", "expanded_url": "http://mountainmoonvolcano.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 106, "location": "New Zealand", "screen_name": "Luilueloo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Louis New Graham", "profile_use_background_image": false, "description": "Cartoonist, Kiwi designer, Programming enthusiast. https://t.co/sxkHB8RzBR", "url": "https://t.co/XvTQbyYdz0", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577275007375572992/eCt-1V6E_normal.png", "profile_background_color": "000000", "created_at": "Mon May 19 07:05:25 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577275007375572992/eCt-1V6E_normal.png", "favourites_count": 1281, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2506667875, "blocked_by": false, "profile_background_tile": false, "statuses_count": 696, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2506667875/1426467864", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17586062", "following": false, "friends_count": 2578, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Instagram.com/swvlswvl", "url": "https://t.co/0TM7uFRsiI", "expanded_url": "http://Instagram.com/swvlswvl", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/452503740709236736/w78rAxbT.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "2369F5", "geo_enabled": true, "followers_count": 6221, "location": "NYC", "screen_name": "simonwilliam", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 205, "name": "Simon V-L", "profile_use_background_image": true, "description": "Simon Vozick-Levinson // Senior Editor at Rolling Stone // Opinions expressed here are solely my own, and are probably ill-advised", "url": "https://t.co/0TM7uFRsiI", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641297594665275392/vk7RrIyp_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Mon Nov 24 05:04:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641297594665275392/vk7RrIyp_normal.jpg", "favourites_count": 22457, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/452503740709236736/w78rAxbT.jpeg", "default_profile_image": false, "id": 17586062, "blocked_by": false, "profile_background_tile": true, "statuses_count": 19350, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17586062/1441648578", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Mogul, First Rapper Ever To Write And Publish A Book at 19, Film Score, Composer, Producer,Director/Photo/Branding/Marketing/Historical Online Figure #BASED", "url": "https://t.co/zoy27sPkw9", "contributors_enabled": false, "is_translation_enabled": true, "id_str": "37836873", "profile_image_url": "http://pbs.twimg.com/profile_images/1248509273/39198_1571854573776_1157872547_31663366_5779158_n_normal.jpg", "friends_count": 1324956, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/lilbpack1", "url": "https://t.co/zoy27sPkw9", "expanded_url": "http://www.youtube.com/lilbpack1", "indices": [0, 23]}]}}, "profile_background_color": "9AE4E8", "created_at": "Tue May 05 02:41:57 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/130048781/lilb.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/130048781/lilb.jpg", "statuses_count": 148379, "profile_sidebar_border_color": "12FFA0", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1248509273/39198_1571854573776_1157872547_31663366_5779158_n_normal.jpg", "favourites_count": 97566, "listed_count": 5995, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1208962, "following": false, "default_profile_image": false, "id": 37836873, "blocked_by": false, "name": "Lil B THE BASEDGOD", "location": "United States", "screen_name": "LILBTHEBASEDGOD", "profile_background_tile": true, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2705140969", "following": false, "friends_count": 55, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cloudsao.com", "url": "http://t.co/4aL8Yi332e", "expanded_url": "http://www.cloudsao.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "333333", "geo_enabled": false, "followers_count": 67, "location": "New York City", "screen_name": "Clouds_AO", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Clouds AO", "profile_use_background_image": false, "description": "Architectural design firm", "url": "http://t.co/4aL8Yi332e", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496073400717029377/azK0sGfC_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Aug 03 23:08:31 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496073400717029377/azK0sGfC_normal.jpeg", "favourites_count": 113, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2705140969, "blocked_by": false, "profile_background_tile": false, "statuses_count": 131, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2705140969/1407108154", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2905586254", "following": false, "friends_count": 676, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "00CCFF", "geo_enabled": false, "followers_count": 207, "location": "44\u00b038\u203252\u2033N 63\u00b034\u203217\u2033W", "screen_name": "ReidJustinReid", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Justin Reid", "profile_use_background_image": false, "description": "Father, stargazer, Simpsons aficionado, RASC member yelling at clouds", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682983061877846016/Y5srwYnp_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Dec 04 20:30:01 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682983061877846016/Y5srwYnp_normal.jpg", "favourites_count": 4759, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2905586254, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1399, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2905586254/1447518056", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "139846889", "following": false, "friends_count": 318, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "madeofoak.com", "url": "http://t.co/siqwmpcKnG", "expanded_url": "http://madeofoak.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2734, "location": "Durham, NC", "screen_name": "MADEOFOAK", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 56, "name": "Nicholas Sanborn", "profile_use_background_image": true, "description": "Musician from Wisconsin.", "url": "http://t.co/siqwmpcKnG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636208356085075968/jf-nqzHU_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon May 03 21:24:49 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636208356085075968/jf-nqzHU_normal.jpg", "favourites_count": 1164, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 139846889, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4210, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139846889/1440518867", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "41056561", "following": false, "friends_count": 508, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "skfleegel.com", "url": "http://t.co/4nLHZBOUgT", "expanded_url": "http://www.skfleegel.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 145, "location": "Marquette, MI", "screen_name": "fleegs79", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Steven Fleegel", "profile_use_background_image": true, "description": "Meteorologist with NWS Marquette. The opinions expressed here represent my own and not those of my employer.", "url": "http://t.co/4nLHZBOUgT", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000327286379/a11369df218087b804f4f2317fd47fea_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Tue May 19 04:42:42 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000327286379/a11369df218087b804f4f2317fd47fea_normal.jpeg", "favourites_count": 74, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 41056561, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3173, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41056561/1349566035", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3182410381", "following": false, "friends_count": 393, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 55, "location": "", "screen_name": "StalcupWx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Mark Stalcup", "profile_use_background_image": true, "description": "Senior at OU School of Meteorology.....lover of the outdoors, meteorology, aviation, astronomy, & learning all I can about the Earth. Tweets aren't endorsements", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648349956277821440/fwHIMYg0_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat May 02 03:41:14 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648349956277821440/fwHIMYg0_normal.jpg", "favourites_count": 46, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3182410381, "blocked_by": false, "profile_background_tile": false, "statuses_count": 202, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3182410381/1439686224", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6853512", "following": false, "friends_count": 525, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fakeisthenewreal.org", "url": "http://t.co/f0bQmbmzOl", "expanded_url": "http://fakeisthenewreal.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378868151/yr-lame-for-looking-at-the-source_just-kidding-i-love-you.jpg", "notifications": false, "profile_sidebar_fill_color": "CDCECB", "profile_link_color": "393C37", "geo_enabled": false, "followers_count": 1525, "location": "Gowanus supralittoral", "screen_name": "fitnr", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 68, "name": "Neil Freeman", "profile_use_background_image": true, "description": "vague but honest", "url": "http://t.co/f0bQmbmzOl", "profile_text_color": "808282", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631233557797560320/AhmwePZB_normal.jpg", "profile_background_color": "CFCBCF", "created_at": "Sat Jun 16 14:38:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631233557797560320/AhmwePZB_normal.jpg", "favourites_count": 3674, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378868151/yr-lame-for-looking-at-the-source_just-kidding-i-love-you.jpg", "default_profile_image": false, "id": 6853512, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6605, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6853512/1402520873", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "139571192", "following": false, "friends_count": 206, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "superiorhurter.bandcamp.com", "url": "https://t.co/QgKbAsOXKm", "expanded_url": "http://superiorhurter.bandcamp.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445747348157652992/0ZyL_u8C.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 920, "location": "r b y t", "screen_name": "s_afari_al", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "s.al", "profile_use_background_image": true, "description": "form of aquemini @yomilo", "url": "https://t.co/QgKbAsOXKm", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/640574816387510272/FjN5rwFb_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Mon May 03 01:41:59 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/640574816387510272/FjN5rwFb_normal.jpg", "favourites_count": 6549, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445747348157652992/0ZyL_u8C.jpeg", "default_profile_image": false, "id": 139571192, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6595, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139571192/1440909415", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15880126", "following": false, "friends_count": 327, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "anthropoceneacolyte.wordpress.com", "url": "https://t.co/byYpZBZmXy", "expanded_url": "https://anthropoceneacolyte.wordpress.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/716467183/fb58c9fe4e02170833eea5791998597e.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 135, "location": "Los Angeles, CA, USA", "screen_name": "stevexe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "Steve Pestana", "profile_use_background_image": true, "description": "geo/space science student\n- periodic contributor to @orbitalpodcast, @N_O_D_E_, @scifimethods", "url": "https://t.co/byYpZBZmXy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674318267645739012/APDgNXZE_normal.png", "profile_background_color": "000000", "created_at": "Sun Aug 17 06:24:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674318267645739012/APDgNXZE_normal.png", "favourites_count": 1920, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/716467183/fb58c9fe4e02170833eea5791998597e.jpeg", "default_profile_image": false, "id": 15880126, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3801, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15880126/1428362360", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4129078452", "following": false, "friends_count": 1499, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/channel/UC8LAt\u2026", "url": "https://t.co/28MBl9rV4H", "expanded_url": "https://www.youtube.com/channel/UC8LAtTGVLfYuvTmHO2FDiGw/feed", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 390, "location": "", "screen_name": "thewxjunkies", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "The Weather Junkies", "profile_use_background_image": true, "description": "Discussing the latest buzz in the weather enterprise every Wednesday. Hosted by @tylerjankoski & @weatherdak.", "url": "https://t.co/28MBl9rV4H", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669373015965179904/Q67wX_O3_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Nov 04 23:57:21 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669373015965179904/Q67wX_O3_normal.jpg", "favourites_count": 129, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4129078452, "blocked_by": false, "profile_background_tile": false, "statuses_count": 129, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4129078452/1446684941", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2569287804", "following": false, "friends_count": 255, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mattchernos.wordpress.com", "url": "http://t.co/0cugbRjXjD", "expanded_url": "http://mattchernos.wordpress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "51613A", "geo_enabled": true, "followers_count": 84, "location": "Calgary, Alberta", "screen_name": "mchernos", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Matt Chernos", "profile_use_background_image": true, "description": "I like mountains, hydrology, science, weather, and hockey. I also enjoy silly internet comments. Other things too, probably.", "url": "http://t.co/0cugbRjXjD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661617460664123392/cBX4LpNW_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jun 15 16:38:15 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661617460664123392/cBX4LpNW_normal.jpg", "favourites_count": 1051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2569287804, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1729, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2569287804/1446576984", "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "165379510", "following": false, "friends_count": 725, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "superinternet.cc", "url": "http://t.co/imctRm7Fox", "expanded_url": "http://superinternet.cc", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/454801493409816576/cB0YX0yM.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "FFCC00", "geo_enabled": false, "followers_count": 176, "location": "", "screen_name": "frescogusto", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "pietro parisi", "profile_use_background_image": true, "description": "", "url": "http://t.co/imctRm7Fox", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/605813185900249090/Q6o8zS4j_normal.png", "profile_background_color": "FFCC00", "created_at": "Sun Jul 11 11:48:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/605813185900249090/Q6o8zS4j_normal.png", "favourites_count": 1057, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/454801493409816576/cB0YX0yM.png", "default_profile_image": false, "id": 165379510, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1315, "profile_banner_url": "https://pbs.twimg.com/profile_banners/165379510/1397268149", "is_translator": false}, {"time_zone": "Kathmandu", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 20700, "id_str": "495295826", "following": false, "friends_count": 619, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "josephmichaelshea.wordpress.com", "url": "http://t.co/KWmR9e4pQ1", "expanded_url": "http://www.josephmichaelshea.wordpress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/438974413526929408/aXZKh6VA.png", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 508, "location": "Kathmandu, Nepal", "screen_name": "JosephShea", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "Joseph Shea", "profile_use_background_image": true, "description": "Glacier hydrologist with ICIMOD (Kathmandu), musician, Dad, Canadian. I make graphs.", "url": "http://t.co/KWmR9e4pQ1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/532494289767395328/kxEv-hkA_normal.jpeg", "profile_background_color": "709397", "created_at": "Fri Feb 17 20:23:05 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/532494289767395328/kxEv-hkA_normal.jpeg", "favourites_count": 558, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/438974413526929408/aXZKh6VA.png", "default_profile_image": false, "id": 495295826, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1772, "profile_banner_url": "https://pbs.twimg.com/profile_banners/495295826/1438236675", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "I am, at the moment, a two-dimensional representation of a featureless white ovoid with a satin finish, otherwise in a blind panic about climate change.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "706529336", "profile_image_url": "http://pbs.twimg.com/profile_images/587581125117095937/76jzWnpX_normal.png", "friends_count": 1466, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Jul 20 05:47:49 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 20866, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/587581125117095937/76jzWnpX_normal.png", "favourites_count": 310, "listed_count": 66, "geo_enabled": true, "follow_request_sent": false, "followers_count": 647, "following": false, "default_profile_image": false, "id": 706529336, "blocked_by": false, "name": "Steve Bloom", "location": "San Francisco Bay Area", "screen_name": "stevebloom55", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "18007241", "following": false, "friends_count": 1591, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/57241147/xdb0969a99c32dcc2e92472706a4fe26.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "131516", "geo_enabled": true, "followers_count": 901, "location": "Newcastle, Australia", "screen_name": "philhenley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 69, "name": "philhenley", "profile_use_background_image": false, "description": "Geospatializer. Wearer Of Glasses.", "url": null, "profile_text_color": "009999", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/463557329296711680/EeM5URfy_normal.jpeg", "profile_background_color": "050505", "created_at": "Wed Dec 10 00:22:13 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/463557329296711680/EeM5URfy_normal.jpeg", "favourites_count": 69, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/57241147/xdb0969a99c32dcc2e92472706a4fe26.png", "default_profile_image": false, "id": 18007241, "blocked_by": false, "profile_background_tile": true, "statuses_count": 16878, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18007241/1399355770", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "274870271", "following": false, "friends_count": 580, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "homepages.see.leeds.ac.uk/~earlgb/", "url": "http://t.co/uO309Sl594", "expanded_url": "http://homepages.see.leeds.ac.uk/~earlgb/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/677815544951775232/vFVbdxak.jpg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 986, "location": "GFZ Potsdam + Uni Leeds, UK", "screen_name": "LianeGBenning", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 86, "name": "Liane G. Benning", "profile_use_background_image": true, "description": "#science geek; #biogeochemist; workoholic; love #extremes; prolific reader; world traveler; and whatever else I feel like being. opinions only mine!", "url": "http://t.co/uO309Sl594", "profile_text_color": "1A181A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667723721680035840/kbsOPRg5_normal.jpg", "profile_background_color": "131511", "created_at": "Thu Mar 31 05:27:15 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "6B6768", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667723721680035840/kbsOPRg5_normal.jpg", "favourites_count": 313, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/677815544951775232/vFVbdxak.jpg", "default_profile_image": false, "id": 274870271, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7403, "profile_banner_url": "https://pbs.twimg.com/profile_banners/274870271/1448013606", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "232550589", "following": false, "friends_count": 898, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "all-geo.org/metageologist", "url": "http://t.co/VUvlDN0oN9", "expanded_url": "http://all-geo.org/metageologist", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1306, "location": "England", "screen_name": "metageologist", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 56, "name": "Simon Wellings", "profile_use_background_image": true, "description": "I write about the Earth Sciences, especially mountains, diamonds, the geology of Britain and Ireland and anything else that grabs my imagination. PhD. trained", "url": "http://t.co/VUvlDN0oN9", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/438755187251875840/y5TkSSPF_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Dec 31 13:41:18 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/438755187251875840/y5TkSSPF_normal.jpeg", "favourites_count": 1064, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 232550589, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2807, "profile_banner_url": "https://pbs.twimg.com/profile_banners/232550589/1370459087", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1101632707", "following": false, "friends_count": 559, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blogs.agu.org/tremblingearth", "url": "http://t.co/WBkbt8X7Fb", "expanded_url": "http://blogs.agu.org/tremblingearth", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "17574E", "geo_enabled": true, "followers_count": 1081, "location": "Oxford, UK", "screen_name": "TTremblingEarth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 68, "name": "Austin Elliott", "profile_use_background_image": true, "description": "paleoseismologist, active tectonicist; postdoc with @NERC_COMET at @OxUniEarthSci, earthquake aficionado, AGU blogger, and I luuuuvs maps", "url": "http://t.co/WBkbt8X7Fb", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3738082030/08160f3de98ef43ee6bce6175b3b52d3_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Fri Jan 18 18:07:43 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3738082030/08160f3de98ef43ee6bce6175b3b52d3_normal.jpeg", "favourites_count": 2963, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 1101632707, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4961, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1101632707/1398276781", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2882699721", "following": false, "friends_count": 469, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "atmos.albany.edu/student/ppapin/", "url": "https://t.co/HZceKYq3ut", "expanded_url": "http://www.atmos.albany.edu/student/ppapin/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 519, "location": "Albany, NY", "screen_name": "pppapin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Philippe Papin", "profile_use_background_image": false, "description": "Ph.D. candidate @UAlbany studying atmospheric science. Random weather and climate musings posted here. All thoughts expressed are my own.", "url": "https://t.co/HZceKYq3ut", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534733433344253952/SJIvQ3VP_normal.png", "profile_background_color": "000000", "created_at": "Tue Nov 18 15:20:35 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534733433344253952/SJIvQ3VP_normal.png", "favourites_count": 567, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2882699721, "blocked_by": false, "profile_background_tile": false, "statuses_count": 957, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2882699721/1416325842", "is_translator": false}, {"time_zone": "Irkutsk", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "2318553062", "following": false, "friends_count": 625, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 838, "location": "Kumamoto, Kyushu, Japan", "screen_name": "hepomodeler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 64, "name": "Weather Mizumoto", "profile_use_background_image": true, "description": "wx enthusiast/forecaster. severe wx, local short, mid-long term forecasts. winterfan. space. photo. math physics. bowling. foods. \u30d7\u30e9\u30e2\u30c7\u30eb\u521d\u5fc3\u8005\u30fb\u5199\u771f\u30fb\u6c17\u8c61\u4e88\u5831\u58eb", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/549843721877872640/Yfw28hJD_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Jan 30 09:02:51 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "profile_image_url_https": "https://pbs.twimg.com/profile_images/549843721877872640/Yfw28hJD_normal.png", "favourites_count": 8607, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2318553062, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16052, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2318553062/1445787947", "is_translator": false}, {"time_zone": "Berlin", "profile_use_background_image": true, "description": "Die neuesten Informationen zu Wetter, Unwetter und Klima von http://t.co/IG1J3oeRSc! Impressum: http://t.co/0rfHr30Mmv", "url": "http://t.co/H5M20nqBxQ", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "88697994", "profile_image_url": "http://pbs.twimg.com/profile_images/3352921689/ebec0596b02efe436fd8b517e89d4f21_normal.jpeg", "friends_count": 2077, "entities": {"description": {"urls": [{"display_url": "wetterkontor.de", "url": "http://t.co/IG1J3oeRSc", "expanded_url": "http://www.wetterkontor.de", "indices": [61, 83]}, {"display_url": "wetterkontor.de/index.asp?id=i\u2026", "url": "http://t.co/0rfHr30Mmv", "expanded_url": "http://www.wetterkontor.de/index.asp?id=impressum", "indices": [104, 126]}]}, "url": {"urls": [{"display_url": "wetterkontor.de", "url": "http://t.co/H5M20nqBxQ", "expanded_url": "http://www.wetterkontor.de", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Mon Nov 09 16:17:40 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 25750, "profile_sidebar_border_color": "C0DEED", "lang": "de", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/3352921689/ebec0596b02efe436fd8b517e89d4f21_normal.jpeg", "favourites_count": 24, "listed_count": 135, "geo_enabled": true, "follow_request_sent": false, "followers_count": 2574, "following": false, "default_profile_image": false, "id": 88697994, "blocked_by": false, "name": "WetterKontor", "location": "Ingelheim (Rhein) Germany", "screen_name": "WetterKontor", "profile_background_tile": false, "notifications": false, "utc_offset": 3600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Indiana (East)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "36152676", "following": false, "friends_count": 678, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joshhoke.bandcamp.com/track/peace-on\u2026", "url": "https://t.co/jPRahbVWp6", "expanded_url": "https://joshhoke.bandcamp.com/track/peace-on-earth", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/169716102/x9a437f23dcc6e19c3cf7d70a076f8da.png", "notifications": false, "profile_sidebar_fill_color": "392D26", "profile_link_color": "B6DB40", "geo_enabled": true, "followers_count": 1245, "location": "", "screen_name": "joshhoke", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Josh Hoke", "profile_use_background_image": true, "description": "lyrical gangsta. better off driving a truck in memphis. new single Peace on Earth available now!", "url": "https://t.co/jPRahbVWp6", "profile_text_color": "78B385", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/665187511715545090/1sq2vNCr_normal.jpg", "profile_background_color": "B8C18C", "created_at": "Tue Apr 28 19:14:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "8F8816", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665187511715545090/1sq2vNCr_normal.jpg", "favourites_count": 2033, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/169716102/x9a437f23dcc6e19c3cf7d70a076f8da.png", "default_profile_image": false, "id": 36152676, "blocked_by": false, "profile_background_tile": false, "statuses_count": 10588, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36152676/1442701585", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "524402811", "following": false, "friends_count": 2092, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "global2global.wordpress.com", "url": "https://t.co/PdaCKQcwwh", "expanded_url": "https://global2global.wordpress.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 214, "location": "Europe", "screen_name": "PatrikWiniger", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Patrik Winiger", "profile_use_background_image": true, "description": "Science, Politics & Freefight - Scientist & slow blogger", "url": "https://t.co/PdaCKQcwwh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1896513135/workin_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Mar 14 14:28:30 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1896513135/workin_normal.jpg", "favourites_count": 1222, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 524402811, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1458, "profile_banner_url": "https://pbs.twimg.com/profile_banners/524402811/1452089005", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "Father, meteorologist, grocery cart returner", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "16317677", "profile_image_url": "http://pbs.twimg.com/profile_images/633086569038020608/-NcofOuX_normal.jpg", "friends_count": 540, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Sep 16 21:12:09 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 77, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/633086569038020608/-NcofOuX_normal.jpg", "favourites_count": 2, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 83, "following": false, "default_profile_image": false, "id": 16317677, "blocked_by": false, "name": "Steve Gregg", "location": "", "screen_name": "stevegregg", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "48319877", "following": false, "friends_count": 1195, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 122, "location": "Maine", "screen_name": "psillin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Peter Sillin", "profile_use_background_image": true, "description": "teacher, dad, reader, prodigal pianist, ambivalent runner, aspiring tango dancer", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1365006948/187130_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 18 11:25:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1365006948/187130_normal.jpg", "favourites_count": 309, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 48319877, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2831, "profile_banner_url": "https://pbs.twimg.com/profile_banners/48319877/1357586835", "is_translator": false}, {"time_zone": "Dublin", "profile_use_background_image": true, "description": "New User", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "592035334", "profile_image_url": "http://pbs.twimg.com/profile_images/2255273591/forest_normal.jpg", "friends_count": 160, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun May 27 18:26:25 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 86, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2255273591/forest_normal.jpg", "favourites_count": 15, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 18, "following": false, "default_profile_image": false, "id": 592035334, "blocked_by": false, "name": "Si Laf", "location": "", "screen_name": "2point71828", "profile_background_tile": false, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "442318323", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "friends_count": 128, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Dec 21 00:27:00 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 200, "profile_sidebar_border_color": "C0DEED", "lang": "es", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "favourites_count": 25, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 6, "following": false, "default_profile_image": true, "id": 442318323, "blocked_by": false, "name": "lolvera", "location": "", "screen_name": "lolverap", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "Astrophysicist, studying the interstellar medium and star formation in our Galaxy and beyond.", "url": "http://t.co/u51n7WOHVT", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2833658451", "profile_image_url": "http://pbs.twimg.com/profile_images/522675890153861120/_mnbCjPQ_normal.png", "friends_count": 47, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "obs.u-bordeaux1.fr/radio/gratier", "url": "http://t.co/u51n7WOHVT", "expanded_url": "http://www.obs.u-bordeaux1.fr/radio/gratier", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Thu Oct 16 09:03:04 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 39, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/522675890153861120/_mnbCjPQ_normal.png", "favourites_count": 2, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 19, "following": false, "default_profile_image": false, "id": 2833658451, "blocked_by": false, "name": "Pierre Gratier", "location": "Bordeaux", "screen_name": "PierreGratier", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "781206042", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000764164107/96189923e6a3eb8f9d4c68bf14cf53b0_normal.jpeg", "friends_count": 172, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Aug 25 22:24:43 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 48, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000764164107/96189923e6a3eb8f9d4c68bf14cf53b0_normal.jpeg", "favourites_count": 32, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 26, "following": false, "default_profile_image": false, "id": 781206042, "blocked_by": false, "name": "Jeremy O'Brien", "location": "Wisconsin", "screen_name": "jrobrien80", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "239183771", "following": false, "friends_count": 262, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 40, "location": "", "screen_name": "1SunnyGill", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Sunny Gill", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502523756372193280/m2j7xZGQ_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jan 17 01:18:15 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502523756372193280/m2j7xZGQ_normal.jpeg", "favourites_count": 3, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 239183771, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7, "profile_banner_url": "https://pbs.twimg.com/profile_banners/239183771/1408646069", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2732441578", "following": false, "friends_count": 940, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/raymath29", "url": "https://t.co/47mKnSyyJ7", "expanded_url": "http://instagram.com/raymath29", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 184, "location": "North Florida", "screen_name": "raymath29", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Ray Matheny", "profile_use_background_image": true, "description": "Retired car guy...sold lots of British, Italian and Swedes, had a blast, then after 40 years, unexpectedly hit the ejector button......Hotzigs!!!", "url": "https://t.co/47mKnSyyJ7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635459562104061952/5U52j_We_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Aug 03 13:20:53 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635459562104061952/5U52j_We_normal.jpg", "favourites_count": 121, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2732441578, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1809, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2732441578/1435521497", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1400505056", "following": false, "friends_count": 331, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 34, "location": "", "screen_name": "egosumquisum9", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Antonio Morales", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/566057364973838336/V4bu0xi8_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri May 03 19:13:10 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/566057364973838336/V4bu0xi8_normal.jpeg", "favourites_count": 6, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1400505056, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4123, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1400505056/1423793679", "is_translator": false}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "113086237", "following": false, "friends_count": 2093, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "scratchbuffer.wordpress.com", "url": "https://t.co/nLGauahfoT", "expanded_url": "https://scratchbuffer.wordpress.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/190346956/Pulpfiction_Jules_Winnfield_by_GraffitiWatcher.jpg", "notifications": false, "profile_sidebar_fill_color": "200709", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 682, "location": "Bengaluru", "screen_name": "616476fbde873af", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 94, "name": "Ghanashyam", "profile_use_background_image": true, "description": "Engineer by profession and interest. new found Arduino love", "url": "https://t.co/nLGauahfoT", "profile_text_color": "6A4836", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2625528701/ecY1FKXe_normal", "profile_background_color": "FFFFFF", "created_at": "Wed Feb 10 17:16:07 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "B68B9E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2625528701/ecY1FKXe_normal", "favourites_count": 8359, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/190346956/Pulpfiction_Jules_Winnfield_by_GraffitiWatcher.jpg", "default_profile_image": false, "id": 113086237, "blocked_by": false, "profile_background_tile": false, "statuses_count": 33012, "profile_banner_url": "https://pbs.twimg.com/profile_banners/113086237/1426946183", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "25876935", "following": false, "friends_count": 676, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445417914/wildcat_head_2.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 266, "location": "Lexington, KY", "screen_name": "BRobs21", "verified": false, "has_extended_profile": true, "protected": true, "listed_count": 2, "name": "Brandon Roberts", "profile_use_background_image": true, "description": "I like mess and such things of that nature and whatnot.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647641235654619137/xpBuhCnv_normal.jpg", "profile_background_color": "89C9FA", "created_at": "Sun Mar 22 20:46:10 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647641235654619137/xpBuhCnv_normal.jpg", "favourites_count": 3699, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445417914/wildcat_head_2.jpg", "default_profile_image": false, "id": 25876935, "blocked_by": false, "profile_background_tile": true, "statuses_count": 7457, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25876935/1445482211", "is_translator": false}, {"time_zone": "Nairobi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "91112048", "following": false, "friends_count": 734, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469463452063240193/zdQHEOZu.jpeg", "notifications": false, "profile_sidebar_fill_color": "1C1C1C", "profile_link_color": "C0DCF1", "geo_enabled": false, "followers_count": 444, "location": "Nairobi", "screen_name": "SKIRAGU", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Ragz", "profile_use_background_image": false, "description": "A young Proffessional with a sense of humor,a love for sports & the finer things in life\n\n#KENYA #ManUtd #AllBlacks #LBJ #Pacman #Capricorn #Ingwe", "url": null, "profile_text_color": "5C91B9", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2556172065/399480_391656167550180_1686617523_a_normal.jpg", "profile_background_color": "C0DCF1", "created_at": "Thu Nov 19 14:16:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DCF1", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2556172065/399480_391656167550180_1686617523_a_normal.jpg", "favourites_count": 106, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469463452063240193/zdQHEOZu.jpeg", "default_profile_image": false, "id": 91112048, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9665, "profile_banner_url": "https://pbs.twimg.com/profile_banners/91112048/1381443458", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "188995630", "following": false, "friends_count": 1329, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 169, "location": "Southampton, England", "screen_name": "andrsnssa", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "a.Ussa", "profile_use_background_image": false, "description": "Engineer. Lifelong learner. Juventini. @AmericadeCali", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/586581596943290370/s3-6xnxl_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Sep 10 02:50:54 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/586581596943290370/s3-6xnxl_normal.jpg", "favourites_count": 6355, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 188995630, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3174, "profile_banner_url": "https://pbs.twimg.com/profile_banners/188995630/1427149830", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "36184638", "following": false, "friends_count": 2023, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wpri.com/2014/06/22/t-j\u2026", "url": "https://t.co/CZC5Ys28Rp", "expanded_url": "http://wpri.com/2014/06/22/t-j-del-santo/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 4450, "location": "Providence, RI", "screen_name": "tjdelsanto", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 135, "name": "TJ Del Santo \u26a1", "profile_use_background_image": true, "description": "Meteorologist & environmental/Green Team reporter at WPRI-TV & WNAC-TV. I'm also an astronomy nut!! Tweets/RT's are not endorsements. Opinions are my own.", "url": "https://t.co/CZC5Ys28Rp", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666810498759991297/_WMK_hrv_normal.jpg", "profile_background_color": "642D8B", "created_at": "Tue Apr 28 21:12:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666810498759991297/_WMK_hrv_normal.jpg", "favourites_count": 8534, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "default_profile_image": false, "id": 36184638, "blocked_by": false, "profile_background_tile": true, "statuses_count": 21225, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36184638/1447858305", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "54353910", "following": false, "friends_count": 1086, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 389, "location": "Dallas, Texas", "screen_name": "JWinstel", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Jake", "profile_use_background_image": true, "description": "SMU Alum. Native Texan. Technology, Comedy, and Dallas Sports Fan.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/614250241466851328/y9J-uD3e_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Jul 06 22:22:07 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/614250241466851328/y9J-uD3e_normal.jpg", "favourites_count": 6233, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 54353910, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4328, "profile_banner_url": "https://pbs.twimg.com/profile_banners/54353910/1363821921", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16098365", "following": false, "friends_count": 2041, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "black-magma.org/monger.html", "url": "https://t.co/vEAmIqL5gQ", "expanded_url": "http://www.black-magma.org/monger.html", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/668421043/9861eac6c566a98e985ede940c0e9fb5.jpeg", "notifications": false, "profile_sidebar_fill_color": "9E9C9E", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 623, "location": "Greater Philadelphia Metro", "screen_name": "ihsanamin", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 44, "name": "ihsanamin v3.7", "profile_use_background_image": true, "description": "Coaxial Monger.", "url": "https://t.co/vEAmIqL5gQ", "profile_text_color": "780F0F", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685321567144964100/Ad4mF_tL_normal.jpg", "profile_background_color": "AEA498", "created_at": "Tue Sep 02 15:50:08 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685321567144964100/Ad4mF_tL_normal.jpg", "favourites_count": 13705, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/668421043/9861eac6c566a98e985ede940c0e9fb5.jpeg", "default_profile_image": false, "id": 16098365, "blocked_by": false, "profile_background_tile": true, "statuses_count": 96118, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16098365/1348017375", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "41257390", "following": false, "friends_count": 851, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 135, "location": "New York City", "screen_name": "shaunmorse", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Shaun Morse", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3633723529/e4746b8a8105d6eede0b48d269044fda_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed May 20 00:54:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3633723529/e4746b8a8105d6eede0b48d269044fda_normal.jpeg", "favourites_count": 22, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 41257390, "blocked_by": false, "profile_background_tile": true, "statuses_count": 665, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41257390/1368726607", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "Dad, husband, CEO @HAandW Wealth Management, community activist, pro-Israel advocate, gardener, landscaper, golfer, reader, nacho lover.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "112311915", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000620545993/64594cfa695f960c15bff825e2451ae1_normal.jpeg", "friends_count": 945, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Feb 08 01:28:39 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 619, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000620545993/64594cfa695f960c15bff825e2451ae1_normal.jpeg", "favourites_count": 18, "listed_count": 11, "geo_enabled": false, "follow_request_sent": false, "followers_count": 323, "following": false, "default_profile_image": false, "id": 112311915, "blocked_by": false, "name": "Keith Greenwald", "location": "Atlanta", "screen_name": "Kgreenwald123", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "161680208", "profile_image_url": "http://pbs.twimg.com/profile_images/446117809303482368/47njunwH_normal.jpeg", "friends_count": 245, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Jul 01 13:38:03 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/446117809303482368/47njunwH_normal.jpeg", "favourites_count": 4, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 14, "following": false, "default_profile_image": false, "id": 161680208, "blocked_by": false, "name": "Greg Jackson", "location": "Edmonton", "screen_name": "GAJ65", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "80154513", "profile_image_url": "http://pbs.twimg.com/profile_images/1419802137/DSC00919_normal.JPG", "friends_count": 504, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Oct 05 23:24:03 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 233, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1419802137/DSC00919_normal.JPG", "favourites_count": 55, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 97, "following": false, "default_profile_image": false, "id": 80154513, "blocked_by": false, "name": "Juan Manuel Gallegos", "location": "New York", "screen_name": "gallegosjuanm", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Jerusalem", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "3316761997", "following": false, "friends_count": 774, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/650473911327526912/Gh15hHvc.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "E2D42D", "geo_enabled": false, "followers_count": 113, "location": "Between 33rd & 38th Parallel", "screen_name": "MoathJundi", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Moath Jundi", "profile_use_background_image": true, "description": "23 - Real Estate Entrepreneur - EMT & GIS Analyst in Process - Associate Degrees in Anthropology, Psychology, Sociology and Geography.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/632852892609675264/b1MFsQQi_normal.jpg", "profile_background_color": "E2D42D", "created_at": "Sun Aug 16 09:50:08 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/632852892609675264/b1MFsQQi_normal.jpg", "favourites_count": 3, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/650473911327526912/Gh15hHvc.jpg", "default_profile_image": false, "id": 3316761997, "blocked_by": false, "profile_background_tile": false, "statuses_count": 281, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3316761997/1443917395", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18752159", "following": false, "friends_count": 681, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/20002643/Maranacook_Fall.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 129, "location": "South Shore, Down East", "screen_name": "brownwey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "brownwey", "profile_use_background_image": true, "description": "I'm the 3rd or 4th guy removed from Kevin Bacon that now connects you. . . .", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/290398977/Pic-0072_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Thu Jan 08 03:40:30 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/290398977/Pic-0072_normal.jpg", "favourites_count": 32, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/20002643/Maranacook_Fall.jpg", "default_profile_image": false, "id": 18752159, "blocked_by": false, "profile_background_tile": true, "statuses_count": 700, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18752159/1353083679", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2584436011", "following": false, "friends_count": 105, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 66, "location": "", "screen_name": "bartshemiller", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Bartshe Miller", "profile_use_background_image": true, "description": "Sierra Nevada, water issues, weather, climate, natural history noir, Horse Feathers.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/567464637512171521/c4MbYR3__normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jun 23 18:34:27 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/567464637512171521/c4MbYR3__normal.jpeg", "favourites_count": 112, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2584436011, "blocked_by": false, "profile_background_tile": false, "statuses_count": 133, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2584436011/1424128328", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "869924274", "following": false, "friends_count": 233, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "asarandall.com", "url": "http://t.co/gz1YzWJX4l", "expanded_url": "http://asarandall.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/442677477282811905/ROD-ybmF.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "D10000", "geo_enabled": true, "followers_count": 148, "location": "", "screen_name": "ArchAce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Asa Randall", "profile_use_background_image": true, "description": "Anthropological Archaeologist at the University of Oklahoma, all views are my own.", "url": "http://t.co/gz1YzWJX4l", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433729516209315840/Ki5cmUPm_normal.jpeg", "profile_background_color": "0DFF00", "created_at": "Tue Oct 09 13:53:33 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433729516209315840/Ki5cmUPm_normal.jpeg", "favourites_count": 165, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/442677477282811905/ROD-ybmF.png", "default_profile_image": false, "id": 869924274, "blocked_by": false, "profile_background_tile": false, "statuses_count": 384, "profile_banner_url": "https://pbs.twimg.com/profile_banners/869924274/1405186590", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "207280695", "following": false, "friends_count": 540, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 83, "location": "Minneapolis, MN", "screen_name": "FlamChachut", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "Nick Weins", "profile_use_background_image": true, "description": "Liberal retail manager.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670299561420824576/au0p5Ib-_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Oct 24 23:40:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670299561420824576/au0p5Ib-_normal.jpg", "favourites_count": 6935, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 207280695, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2507, "profile_banner_url": "https://pbs.twimg.com/profile_banners/207280695/1387691315", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18912594", "following": false, "friends_count": 297, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": false, "followers_count": 422, "location": "", "screen_name": "dan_maran", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Dan", "profile_use_background_image": true, "description": "I work in IT... have you tried turning it off and on again?", "url": null, "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/555079632072888320/N_kEmrGH_normal.jpeg", "profile_background_color": "0099B9", "created_at": "Mon Jan 12 19:50:56 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/555079632072888320/N_kEmrGH_normal.jpeg", "favourites_count": 121, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "default_profile_image": false, "id": 18912594, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9641, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18912594/1415742920", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15436436", "following": false, "friends_count": 1875, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/7672708/moonris.jpg", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 3589, "location": "SF, south side", "screen_name": "emeyerson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 109, "name": "EMey", "profile_use_background_image": true, "description": "Marketing, politics, data. Expert on everything.", "url": null, "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000182833009/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg", "profile_background_color": "642D8B", "created_at": "Tue Jul 15 03:53:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000182833009/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg", "favourites_count": 5038, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/7672708/moonris.jpg", "default_profile_image": false, "id": 15436436, "blocked_by": false, "profile_background_tile": false, "statuses_count": 19937, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15436436/1444629889", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14165504", "following": false, "friends_count": 743, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "themillions.com", "url": "http://t.co/gt7d8SNw1X", "expanded_url": "http://www.themillions.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 907, "location": "07422", "screen_name": "cmaxmagee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "cmaxmagee", "profile_use_background_image": true, "description": "Founder of the Millions. (@the_millions)", "url": "http://t.co/gt7d8SNw1X", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3538930572/f543735e5ae4352056f053936bf418c3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Mar 17 20:09:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3538930572/f543735e5ae4352056f053936bf418c3_normal.jpeg", "favourites_count": 663, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 14165504, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1850, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14165504/1452090163", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15779216", "following": false, "friends_count": 512, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "usatoday.com/weather/defaul\u2026", "url": "http://t.co/tob46EBWJR", "expanded_url": "http://www.usatoday.com/weather/default.htm", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000092304026/e9c14244d29fd8ac448d296bffecaba1.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "FFC000", "geo_enabled": false, "followers_count": 22902, "location": "McLean, Va. (USA TODAY HQ)", "screen_name": "usatodayweather", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 979, "name": "USA TODAY Weather", "profile_use_background_image": false, "description": "The latest weather and climate news -- from hurricanes and tornadoes to blizzards and climate change -- from Doyle Rice, the USA TODAY weather editor/reporter.", "url": "http://t.co/tob46EBWJR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/461560417660047361/s20iJ0Ws_normal.png", "profile_background_color": "FFC000", "created_at": "Fri Aug 08 15:47:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/461560417660047361/s20iJ0Ws_normal.png", "favourites_count": 28, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000092304026/e9c14244d29fd8ac448d296bffecaba1.jpeg", "default_profile_image": false, "id": 15779216, "blocked_by": false, "profile_background_tile": false, "statuses_count": 17458, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15779216/1415630791", "is_translator": false}, {"time_zone": "London", "profile_use_background_image": false, "description": "'Bohemian' according to one CFO. Also regulation reporter at @insuranceinside and @IPTradingRisk. Weather geek interested in all things political and risky.", "url": "https://t.co/gelwy3PRLI", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2948865959", "profile_image_url": "http://pbs.twimg.com/profile_images/549895252991946752/JTgULh2t_normal.png", "friends_count": 266, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "insuranceinsider.com", "url": "https://t.co/gelwy3PRLI", "expanded_url": "http://www.insuranceinsider.com/", "indices": [0, 23]}]}}, "profile_background_color": "000000", "created_at": "Mon Dec 29 09:34:27 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 377, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/549895252991946752/JTgULh2t_normal.png", "favourites_count": 4, "listed_count": 9, "geo_enabled": false, "follow_request_sent": false, "followers_count": 163, "following": false, "default_profile_image": false, "id": 2948865959, "blocked_by": false, "name": "Insider_winifred", "location": "EC3", "screen_name": "insiderwinifred", "profile_background_tile": false, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11433152", "following": false, "friends_count": 3665, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "plus.google.com/+NateJohnson/", "url": "https://t.co/dMpfqObOsm", "expanded_url": "https://plus.google.com/+NateJohnson/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2976062/WRAL_twitter.gif", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 10007, "location": "Raleigh, NC", "screen_name": "nsj", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 568, "name": "Nate Johnson", "profile_use_background_image": false, "description": "I am a meteorologist, instructor, blogger, and podcaster. Flying is my latest adventure. I tweet #ncwx, communication, #NCState, #Cubs, #BBQ, & #avgeek stuff.", "url": "https://t.co/dMpfqObOsm", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621027845700251648/JrbflTtR_normal.jpg", "profile_background_color": "0000FF", "created_at": "Sat Dec 22 14:59:53 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621027845700251648/JrbflTtR_normal.jpg", "favourites_count": 1102, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2976062/WRAL_twitter.gif", "default_profile_image": false, "id": 11433152, "blocked_by": false, "profile_background_tile": false, "statuses_count": 45504, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11433152/1405353644", "is_translator": false}, {"time_zone": "Bogota", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "273437487", "following": false, "friends_count": 1350, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "992266", "geo_enabled": true, "followers_count": 257, "location": "Cali, Colombia", "screen_name": "marisolcitag", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Marisol Giraldo", "profile_use_background_image": true, "description": ".:I'm Colombian ... what is your superpower? :.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/488873447682875392/vJlNYMdb_normal.jpeg", "profile_background_color": "131516", "created_at": "Mon Mar 28 13:59:18 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488873447682875392/vJlNYMdb_normal.jpeg", "favourites_count": 4576, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 273437487, "blocked_by": false, "profile_background_tile": true, "statuses_count": 13774, "profile_banner_url": "https://pbs.twimg.com/profile_banners/273437487/1405392302", "is_translator": false}, {"time_zone": "Bogota", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "88531019", "following": false, "friends_count": 1005, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 335, "location": "Pamplona y Bogot\u00e1", "screen_name": "livediaz", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 4, "name": "Liliana Vera", "profile_use_background_image": false, "description": "CARGANDO...\r\n\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 99%", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638548480449990658/s47Nvisw_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Nov 08 22:49:56 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638548480449990658/s47Nvisw_normal.jpg", "favourites_count": 503, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 88531019, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1174, "profile_banner_url": "https://pbs.twimg.com/profile_banners/88531019/1431892477", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "19430233", "following": false, "friends_count": 1751, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "qz.com", "url": "https://t.co/G318vIng6k", "expanded_url": "http://qz.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/623444704202518528/md1pZdSY.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 24967, "location": "New York, NY", "screen_name": "zseward", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 1562, "name": "Zach Seward", "profile_use_background_image": true, "description": "VP of product and executive editor at Quartz | @qz | z@qz.com", "url": "https://t.co/G318vIng6k", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641001275941855236/IDlq9PWd_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sat Jan 24 03:32:09 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641001275941855236/IDlq9PWd_normal.jpg", "favourites_count": 7924, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/623444704202518528/md1pZdSY.jpg", "default_profile_image": false, "id": 19430233, "blocked_by": false, "profile_background_tile": true, "statuses_count": 22976, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19430233/1441661794", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "848833596", "following": false, "friends_count": 798, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 682, "location": "", "screen_name": "CaliaDomenico", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 48, "name": "Domenico Calia", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678262426211590144/4HmSlhrT_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 27 07:40:42 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "it", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678262426211590144/4HmSlhrT_normal.jpg", "favourites_count": 9282, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 848833596, "blocked_by": false, "profile_background_tile": false, "statuses_count": 15504, "profile_banner_url": "https://pbs.twimg.com/profile_banners/848833596/1452289979", "is_translator": false}, {"time_zone": "Indiana (East)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "336053775", "following": false, "friends_count": 344, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 90, "location": "Bloomington, Indiana", "screen_name": "classic_geek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Classic Geek", "profile_use_background_image": true, "description": "SQL Server Professional. IU Grad Student in Data Science. Fan of science, linguistics and Romantic/Modern music. May (re)tweet in English, Russian, Turkish.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617056411089027073/bWnGHO_d_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Jul 15 17:29:11 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617056411089027073/bWnGHO_d_normal.jpg", "favourites_count": 126, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 336053775, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1600, "profile_banner_url": "https://pbs.twimg.com/profile_banners/336053775/1435952547", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4063739236", "following": false, "friends_count": 735, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 255, "location": "", "screen_name": "morenamla", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "\u2b50\ufe0fMorena Mia\u2b50\ufe0f", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659573999937183744/cwbZGqjW_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Oct 28 22:39:09 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659573999937183744/cwbZGqjW_normal.jpg", "favourites_count": 42, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4063739236, "blocked_by": false, "profile_background_tile": false, "statuses_count": 133, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4063739236/1448518338", "is_translator": false}, {"time_zone": "International Date Line West", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -39600, "id_str": "187144916", "following": false, "friends_count": 270, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "satrapy.cykranosh.solar", "url": "http://t.co/22bUdX0ML8", "expanded_url": "http://satrapy.cykranosh.solar", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 124, "location": "THE BOREAL HEXAGON ", "screen_name": "cykragnostic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Satrap of Saturn", "profile_use_background_image": true, "description": "Freelance editor. \nSufick Muslim adeptus ipsissimus. \nSpheres: words, stars, rocks, critters.\nThey/them.", "url": "http://t.co/22bUdX0ML8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655573916518326272/Rbwx52Iw_normal.png", "profile_background_color": "131516", "created_at": "Sun Sep 05 11:41:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655573916518326272/Rbwx52Iw_normal.png", "favourites_count": 1210, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 187144916, "blocked_by": false, "profile_background_tile": true, "statuses_count": 5951, "profile_banner_url": "https://pbs.twimg.com/profile_banners/187144916/1442040118", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "336828006", "following": false, "friends_count": 642, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gorelovergirl69.blogspot.com", "url": "http://t.co/hOX49KQcaX", "expanded_url": "http://gorelovergirl69.blogspot.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/362351757/PURPLE.FIRE.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 111, "location": "USA", "screen_name": "GoreLoverGirl69", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 4, "name": "GoreLoverGirl69", "profile_use_background_image": true, "description": "", "url": "http://t.co/hOX49KQcaX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1711571583/WRENS.EYES.END.OF_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jul 17 00:14:14 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711571583/WRENS.EYES.END.OF_normal.jpg", "favourites_count": 1848, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/362351757/PURPLE.FIRE.jpg", "default_profile_image": false, "id": 336828006, "blocked_by": false, "profile_background_tile": true, "statuses_count": 18171, "profile_banner_url": "https://pbs.twimg.com/profile_banners/336828006/1414953413", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2331273943", "following": false, "friends_count": 1338, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "antonioweatherinfo.weebly.com", "url": "http://t.co/3rSNa8G1Ca", "expanded_url": "http://antonioweatherinfo.weebly.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 203, "location": "Daly City CA", "screen_name": "RealAntonioM", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 2, "name": "Antonio Maffei", "profile_use_background_image": false, "description": "- Weatherman\n- Astronomer\n- Son\n- Part of NASA Missions\n- Daly City Weatherman \n- KTVU/KPIX Weather Watcher", "url": "http://t.co/3rSNa8G1Ca", "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/663110936354394112/S2URUUj9_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Feb 07 04:10:59 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663110936354394112/S2URUUj9_normal.jpg", "favourites_count": 246, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2331273943, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3025, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2331273943/1438652902", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "22044763", "following": false, "friends_count": 365, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "soundcloud.com/miltonjackson", "url": "http://t.co/NVdq7KBQmI", "expanded_url": "http://soundcloud.com/miltonjackson", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 5023, "location": "Up & Down", "screen_name": "miltonjackson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 97, "name": "Milton Jackson", "profile_use_background_image": true, "description": "Alan Partridge, Space, House Music, Baseball. That's about it.", "url": "http://t.co/NVdq7KBQmI", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2525862589/jlc3gcshyaww2i09ucj9_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Feb 26 18:50:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2525862589/jlc3gcshyaww2i09ucj9_normal.jpeg", "favourites_count": 628, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 22044763, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2869, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22044763/1443187956", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "806620844", "following": false, "friends_count": 714, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "the-earth-story.com", "url": "https://t.co/xiiaNQNIKz", "expanded_url": "https://www.the-earth-story.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/436260926509953025/YWwturFA.jpeg", "notifications": false, "profile_sidebar_fill_color": "20201E", "profile_link_color": "897856", "geo_enabled": false, "followers_count": 2926, "location": "About 149597870700 m from Sol", "screen_name": "TheEarthStory", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 167, "name": "The Earth Story", "profile_use_background_image": true, "description": "If you love our beautiful planet, then this is the page for you.", "url": "https://t.co/xiiaNQNIKz", "profile_text_color": "C8A86F", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2582373510/e4ag2n4nip5lzkkm3wsc_normal.jpeg", "profile_background_color": "20201E", "created_at": "Thu Sep 06 11:33:11 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2582373510/e4ag2n4nip5lzkkm3wsc_normal.jpeg", "favourites_count": 3687, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/436260926509953025/YWwturFA.jpeg", "default_profile_image": false, "id": 806620844, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16571, "profile_banner_url": "https://pbs.twimg.com/profile_banners/806620844/1396522060", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "314016317", "following": false, "friends_count": 245, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 37, "location": "", "screen_name": "JDevarajan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Jagadish Devarajan", "profile_use_background_image": true, "description": "~ Father, Husband, Son, Brother, Friend, Chicagoan, Desi, Tamil ~ Cricket, CrossFit, Photography, Boredom", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1388698101/2010-12-20_11.50.40_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 09 15:41:42 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1388698101/2010-12-20_11.50.40_normal.jpg", "favourites_count": 120, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 314016317, "blocked_by": false, "profile_background_tile": false, "statuses_count": 205, "profile_banner_url": "https://pbs.twimg.com/profile_banners/314016317/1399645268", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "380667593", "following": false, "friends_count": 1912, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 884, "location": "", "screen_name": "MichaelJewell78", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 99, "name": "Michael Jewell", "profile_use_background_image": true, "description": "Physics student, Wayne State Warrior, Phi Theta Kappa, APS, SPS, AVS, OSA", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/633667392770560000/YosJcg0m_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Sep 27 01:20:06 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/633667392770560000/YosJcg0m_normal.jpg", "favourites_count": 64585, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 380667593, "blocked_by": false, "profile_background_tile": false, "statuses_count": 50691, "profile_banner_url": "https://pbs.twimg.com/profile_banners/380667593/1439913167", "is_translator": false}, {"time_zone": "Tokyo", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 32400, "id_str": "2957887285", "following": false, "friends_count": 497, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tilma-labs.org", "url": "https://t.co/gv5iDz9d8o", "expanded_url": "http://tilma-labs.org/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591747274339790849/cqU2Gy7H.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 173, "location": "Tokyo Institute of Technology", "screen_name": "TilmaLabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Todd Tilma", "profile_use_background_image": true, "description": "Associate Professor of physics in the International Education and Research Center of Science. Purveyor of finely crafted mathematical physics formulas.", "url": "https://t.co/gv5iDz9d8o", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/551570534408794113/HySCq5QE_normal.jpeg", "profile_background_color": "ABB8C2", "created_at": "Sun Jan 04 02:14:56 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551570534408794113/HySCq5QE_normal.jpeg", "favourites_count": 7244, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591747274339790849/cqU2Gy7H.jpg", "default_profile_image": false, "id": 2957887285, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4292, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2957887285/1446973475", "is_translator": false}, {"time_zone": "Wellington", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "22125553", "following": false, "friends_count": 192, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 28, "location": "Mumbai, India", "screen_name": "IKONOS2", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Amit Kokje", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "39382D", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585912351443955712/Jg2KDH8a_normal.jpg", "profile_background_color": "3E274E", "created_at": "Fri Feb 27 09:54:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585912351443955712/Jg2KDH8a_normal.jpg", "favourites_count": 761, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "default_profile_image": false, "id": 22125553, "blocked_by": false, "profile_background_tile": true, "statuses_count": 18, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22125553/1428528861", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "159297352", "following": false, "friends_count": 1147, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 179, "location": "", "screen_name": "VeraR2010", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Vera Rybinova", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/653111003245359104/pjBDMZ0V_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Jun 25 00:39:45 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/653111003245359104/pjBDMZ0V_normal.jpg", "favourites_count": 271, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 159297352, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2924, "profile_banner_url": "https://pbs.twimg.com/profile_banners/159297352/1444548773", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "242924535", "following": false, "friends_count": 794, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 306, "location": "", "screen_name": "billwickett", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Bill Wickett", "profile_use_background_image": true, "description": ".anchor consultant. scope and swing.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/640586954237734912/Q04ib0J7_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 25 22:30:51 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/640586954237734912/Q04ib0J7_normal.jpg", "favourites_count": 3084, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 242924535, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3742, "profile_banner_url": "https://pbs.twimg.com/profile_banners/242924535/1441562806", "is_translator": false}, {"time_zone": "Georgetown", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "74042479", "following": false, "friends_count": 1094, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E5507E", "profile_link_color": "B40B43", "geo_enabled": true, "followers_count": 423, "location": "", "screen_name": "profesor_seldon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Profesor_Seldon", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "362720", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2874853399/fd71d587bbf9c926a325bbed43c67b23_normal.jpeg", "profile_background_color": "FF6699", "created_at": "Mon Sep 14 02:21:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "CC3366", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2874853399/fd71d587bbf9c926a325bbed43c67b23_normal.jpeg", "favourites_count": 51568, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "default_profile_image": false, "id": 74042479, "blocked_by": false, "profile_background_tile": true, "statuses_count": 8990, "profile_banner_url": "https://pbs.twimg.com/profile_banners/74042479/1443930675", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "73352446", "following": false, "friends_count": 854, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/327289582/pic.jpg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": true, "followers_count": 322, "location": "", "screen_name": "charlesmuturi", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "mzito", "profile_use_background_image": true, "description": "Friendly Atheist", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/536928887700082688/k1sOLutF_normal.jpeg", "profile_background_color": "8B542B", "created_at": "Fri Sep 11 10:00:29 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/536928887700082688/k1sOLutF_normal.jpeg", "favourites_count": 1272, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/327289582/pic.jpg", "default_profile_image": false, "id": 73352446, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7229, "profile_banner_url": "https://pbs.twimg.com/profile_banners/73352446/1412022722", "is_translator": false}, {"time_zone": "Saskatchewan", "profile_use_background_image": true, "description": "follow me if you want but i have no plans to start tweeting", "url": null, "contributors_enabled": false, "is_translation_enabled": true, "id_str": "367937788", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", "friends_count": 73, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Sep 04 20:20:58 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", "favourites_count": 1, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 7, "following": false, "default_profile_image": true, "id": 367937788, "blocked_by": false, "name": "Greg Eslinger", "location": "", "screen_name": "Mrscience14", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "350420286", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "friends_count": 113, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Aug 07 19:00:05 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "favourites_count": 5, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1, "following": false, "default_profile_image": true, "id": 350420286, "blocked_by": false, "name": "blazingtuba", "location": "", "screen_name": "blazingtuba", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "17140002", "following": false, "friends_count": 2157, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tulsaworld.com/offbeat", "url": "http://t.co/CLvIA1TJO2", "expanded_url": "http://www.tulsaworld.com/offbeat", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 2465, "location": "Tulsa, Oklahoma", "screen_name": "jerrywofford", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 83, "name": "Jerry Wofford", "profile_use_background_image": true, "description": "Music/features writer for @TWScene. Unhealthy obsession with the 918/479, the greatness of the flyovers and weather. Photo from @jclantonphoto", "url": "http://t.co/CLvIA1TJO2", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677985287146835969/xYRzZ3fm_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Mon Nov 03 20:50:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677985287146835969/xYRzZ3fm_normal.jpg", "favourites_count": 10686, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 17140002, "blocked_by": false, "profile_background_tile": false, "statuses_count": 28935, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17140002/1441735943", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "7507462", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "benelsen.com", "url": "https://t.co/VdkPB38GEl", "expanded_url": "https://benelsen.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 227, "location": "Munich, Bavaria", "screen_name": "benelsen", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 19, "name": "Ben", "profile_use_background_image": false, "description": "", "url": "https://t.co/VdkPB38GEl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507127502431862784/W4C6BOwM_normal.jpeg", "profile_background_color": "DBE9ED", "created_at": "Mon Jul 16 14:37:39 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507127502431862784/W4C6BOwM_normal.jpeg", "favourites_count": 1222, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "default_profile_image": false, "id": 7507462, "blocked_by": false, "profile_background_tile": false, "statuses_count": 27472, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7507462/1450655390", "is_translator": false}], "next_cursor": 1516850034842747602, "previous_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "1516850034842747602"}python-twitter-3.3/testdata/get_followers_1.json000066400000000000000000006765011311017327200222130ustar00rootroot00000000000000{"users": [{"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1682351", "following": false, "friends_count": 553, "entities": {"description": {"urls": [{"display_url": "keybase.io/lemonodor", "url": "http://t.co/r2HAYBu4LF", "expanded_url": "http://keybase.io/lemonodor", "indices": [48, 70]}]}, "url": {"urls": [{"display_url": "lemondronor.com", "url": "http://t.co/JFgzDlsyFp", "expanded_url": "http://lemondronor.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/450039947001487360/kSy6Eql1.jpeg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1657, "location": "Los Angeles", "screen_name": "lemonodor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 85, "name": "john wiseman", "profile_use_background_image": true, "description": "Boring (into your brain). jjwiseman@gmail.com / http://t.co/r2HAYBu4LF", "url": "http://t.co/JFgzDlsyFp", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/596349970401267712/78XeQR5B_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Mar 20 22:52:08 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/596349970401267712/78XeQR5B_normal.jpg", "favourites_count": 4136, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/450039947001487360/kSy6Eql1.jpeg", "default_profile_image": false, "id": 1682351, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4834, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1682351/1400643238", "is_translator": false}, {"time_zone": "Europe/London", "profile_use_background_image": false, "description": "Consuming information like a grumpy black hole.", "url": "http://t.co/HqE5vyOMdg", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1856851", "profile_image_url": "http://pbs.twimg.com/profile_images/680849128012804096/xrXBWtyI_normal.jpg", "friends_count": 1284, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jonty.co.uk", "url": "http://t.co/HqE5vyOMdg", "expanded_url": "http://jonty.co.uk", "indices": [0, 22]}]}}, "profile_background_color": "FFFFFF", "created_at": "Thu Mar 22 10:28:39 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "008000", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8706, "profile_sidebar_border_color": "A8A8A8", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/680849128012804096/xrXBWtyI_normal.jpg", "favourites_count": 8643, "listed_count": 139, "geo_enabled": false, "follow_request_sent": false, "followers_count": 2221, "following": false, "default_profile_image": false, "id": 1856851, "blocked_by": false, "name": "Jonty Wareing", "location": "East London-ish", "screen_name": "jonty", "profile_background_tile": false, "notifications": false, "utc_offset": 0, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Wellington", "profile_use_background_image": true, "description": "Nowt special", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "292759417", "profile_image_url": "http://pbs.twimg.com/profile_images/477032380654309376/T_r7O2po_normal.jpeg", "friends_count": 2016, "entities": {"description": {"urls": []}}, "profile_background_color": "131516", "created_at": "Wed May 04 05:31:01 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1549, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/477032380654309376/T_r7O2po_normal.jpeg", "favourites_count": 1251, "listed_count": 6, "geo_enabled": true, "follow_request_sent": false, "followers_count": 328, "following": false, "default_profile_image": false, "id": 292759417, "blocked_by": false, "name": "Ben Ackland", "location": "Pinehaven", "screen_name": "Ben_Ackland", "profile_background_tile": true, "notifications": false, "utc_offset": 46800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "92233629", "following": false, "friends_count": 930, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/watch?v=81_rmO\u2026", "url": "https://t.co/HixKgfv08O", "expanded_url": "http://www.youtube.com/watch?v=81_rmOTjobk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/683538930306781184/Zzehev8y.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 417, "location": "Twitter, Internet", "screen_name": "butthaver", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "keith nutsack", "profile_use_background_image": true, "description": "toiliet", "url": "https://t.co/HixKgfv08O", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678116785216974848/hlhMlLYg_normal.jpg", "profile_background_color": "3B94D9", "created_at": "Tue Nov 24 09:16:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678116785216974848/hlhMlLYg_normal.jpg", "favourites_count": 15304, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/683538930306781184/Zzehev8y.jpg", "default_profile_image": false, "id": 92233629, "blocked_by": false, "profile_background_tile": true, "statuses_count": 35801, "profile_banner_url": "https://pbs.twimg.com/profile_banners/92233629/1412049137", "is_translator": false}, {"time_zone": "Volgograd", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "164281349", "profile_image_url": "http://pbs.twimg.com/profile_images/2293631749/jja8suvmbcmheuwdpddc_normal.jpeg", "friends_count": 178, "entities": {"description": {"urls": []}}, "profile_background_color": "131516", "created_at": "Thu Jul 08 13:52:48 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 914, "profile_sidebar_border_color": "EEEEEE", "lang": "ru", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2293631749/jja8suvmbcmheuwdpddc_normal.jpeg", "favourites_count": 3, "listed_count": 4, "geo_enabled": false, "follow_request_sent": false, "followers_count": 20, "following": false, "default_profile_image": false, "id": 164281349, "blocked_by": false, "name": "Igor", "location": "Russia, Moscow", "screen_name": "garrypt", "profile_background_tile": true, "notifications": false, "utc_offset": 10800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "22802715", "following": false, "friends_count": 2285, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nbcbayarea.com", "url": "https://t.co/dfHTR3NgWx", "expanded_url": "http://www.nbcbayarea.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/649038185813532674/PNn1fbM4.jpg", "notifications": false, "profile_sidebar_fill_color": "211A30", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 3855, "location": "San Jose, CA", "screen_name": "RobMayeda", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 164, "name": "Rob Mayeda", "profile_use_background_image": true, "description": "New Dad, AMS Meteorologist, #Lupus awareness advocate, #CSUEB lecturer, #CrossFit adventurer, living with #CavalierKingCharles spaniels", "url": "https://t.co/dfHTR3NgWx", "profile_text_color": "6F6F80", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/620417612095184896/xIeGcEFE_normal.jpg", "profile_background_color": "FFF04D", "created_at": "Wed Mar 04 17:22:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/620417612095184896/xIeGcEFE_normal.jpg", "favourites_count": 5841, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/649038185813532674/PNn1fbM4.jpg", "default_profile_image": false, "id": 22802715, "blocked_by": false, "profile_background_tile": false, "statuses_count": 12591, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22802715/1451027401", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "770036047", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "friends_count": 94, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Aug 20 18:54:32 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "favourites_count": 9, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 11, "following": false, "default_profile_image": true, "id": 770036047, "blocked_by": false, "name": "Steve", "location": "", "screen_name": "sjtrettel", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4095858439", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", "friends_count": 130, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Nov 01 23:35:51 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1, "following": false, "default_profile_image": true, "id": 4095858439, "blocked_by": false, "name": "Gianna", "location": "", "screen_name": "gianna11011", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Irkutsk", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "416204683", "following": false, "friends_count": 407, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "westernpacificweather.com", "url": "http://t.co/UDlBzpJA2e", "expanded_url": "http://westernpacificweather.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/701849715/9087f00b8fcd97f2639cb479f63ccb1b.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 2035, "location": "Tokyo Japan", "screen_name": "robertspeta", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 153, "name": "Robert Speta", "profile_use_background_image": true, "description": "Weather geek from Machias, NY, working as a meteorologist for NHK World TV in Tokyo. Also run my own independent weather site.", "url": "http://t.co/UDlBzpJA2e", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534137706893152256/pX_IzDgF_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sat Nov 19 11:10:44 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534137706893152256/pX_IzDgF_normal.jpeg", "favourites_count": 1454, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/701849715/9087f00b8fcd97f2639cb479f63ccb1b.png", "default_profile_image": false, "id": 416204683, "blocked_by": false, "profile_background_tile": true, "statuses_count": 8733, "profile_banner_url": "https://pbs.twimg.com/profile_banners/416204683/1421968721", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "Student meteorologist, communicator, autism researcher/writer and educator. Photographer. Light Python/web coder. Harry Potter and Person of Interest = life.", "url": "https://t.co/DMbbZav7UV", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "286437628", "profile_image_url": "http://pbs.twimg.com/profile_images/468527612646526976/G6uZh_gO_normal.jpeg", "friends_count": 216, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mattbolton.me", "url": "https://t.co/DMbbZav7UV", "expanded_url": "http://www.mattbolton.me", "indices": [0, 23]}]}}, "profile_background_color": "C0DEED", "created_at": "Sat Apr 23 00:47:57 +0000 2011", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/379044242/Double-Double-Sun2.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/379044242/Double-Double-Sun2.jpg", "statuses_count": 2290, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/468527612646526976/G6uZh_gO_normal.jpeg", "favourites_count": 3304, "listed_count": 14, "geo_enabled": false, "follow_request_sent": false, "followers_count": 246, "following": false, "default_profile_image": false, "id": 286437628, "blocked_by": false, "name": "Matt Bolton", "location": "", "screen_name": "mboltonwx", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Bogota", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "12651242", "following": false, "friends_count": 2342, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pcastano.tumblr.com", "url": "http://t.co/uSFgyCmogK", "expanded_url": "http://pcastano.tumblr.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/471848993790500865/3Eo4mVyu.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 4283, "location": "Washington, D.C.", "screen_name": "pcastano", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 131, "name": "pcastano", "profile_use_background_image": true, "description": "And Kepler said to Galileo: Let us create vessels and sails adjusted to the heavenly ether, and there will be plenty of people unafraid of the empty wastes.", "url": "http://t.co/uSFgyCmogK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3108646177/18797838af40a0aeb58799a581b33c8c_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Thu Jan 24 18:40:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3108646177/18797838af40a0aeb58799a581b33c8c_normal.jpeg", "favourites_count": 62484, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/471848993790500865/3Eo4mVyu.jpeg", "default_profile_image": false, "id": 12651242, "blocked_by": false, "profile_background_tile": true, "statuses_count": 115333, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12651242/1401331499", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "529840215", "following": false, "friends_count": 1501, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/452001810673188864/RJIYU0bw.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 547, "location": "Eastern NC", "screen_name": "WxPermitting", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "David Glenn", "profile_use_background_image": true, "description": "Meteorologist (NWS) in Eastern NC (MHX). Tweet about wx, saltwater fishing, and most sports. Go #UNC, #UNCW, #MSState., & #UofSC ! Opinions are mine only.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/474515536634601472/Pn6DtHue_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Mar 19 23:12:52 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/474515536634601472/Pn6DtHue_normal.jpeg", "favourites_count": 1916, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/452001810673188864/RJIYU0bw.jpeg", "default_profile_image": false, "id": 529840215, "blocked_by": false, "profile_background_tile": true, "statuses_count": 3145, "profile_banner_url": "https://pbs.twimg.com/profile_banners/529840215/1383879278", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "40636840", "following": false, "friends_count": 1993, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jonathandavidbrent.com", "url": "http://t.co/c9rOTUyfS0", "expanded_url": "http://jonathandavidbrent.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/16406403/jono_myspace_dinosaurs_2.gif", "notifications": false, "profile_sidebar_fill_color": "FAFAFA", "profile_link_color": "737373", "geo_enabled": true, "followers_count": 635, "location": "Melbourne, Australia", "screen_name": "jonomatopoeia", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Jonathan David Brent", "profile_use_background_image": false, "description": "Writer | Editor | Web content guy | UNIC\u2665DE.", "url": "http://t.co/c9rOTUyfS0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000117523809/d1a91b7d3b8ad9b4b468ce86db0490e9_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sun May 17 09:57:24 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FAFAFA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000117523809/d1a91b7d3b8ad9b4b468ce86db0490e9_normal.jpeg", "favourites_count": 415, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/16406403/jono_myspace_dinosaurs_2.gif", "default_profile_image": false, "id": 40636840, "blocked_by": false, "profile_background_tile": true, "statuses_count": 640, "profile_banner_url": "https://pbs.twimg.com/profile_banners/40636840/1413896959", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "20496789", "following": false, "friends_count": 429, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/lazaruslong", "url": "https://t.co/8ktb0yshqu", "expanded_url": "http://about.me/lazaruslong", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453778137/background.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 1725, "location": "Los Angeles", "screen_name": "ROCKETDRAG", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "McThrust LePayload", "profile_use_background_image": true, "description": "Mohawk'd Rocket Astronomer. Sunset enthusiast. Internet Dragon. He/Him/Dude Ex Astra, Scientia. #Mach25Club #opinionsmine #BipolarType1", "url": "https://t.co/8ktb0yshqu", "profile_text_color": "02AA9F", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680823559443226624/SeuL8RlF_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Feb 10 07:15:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680823559443226624/SeuL8RlF_normal.jpg", "favourites_count": 9493, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453778137/background.png", "default_profile_image": false, "id": 20496789, "blocked_by": false, "profile_background_tile": true, "statuses_count": 120309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20496789/1398737738", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14458551", "following": false, "friends_count": 309, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jaredhead.com", "url": "https://t.co/016SjoG2ZZ", "expanded_url": "http://jaredhead.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/137279861/blog_abstract_imp.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "828282", "geo_enabled": true, "followers_count": 738, "location": "Los Angeles", "screen_name": "jaredhead", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "THE MOHAWK RETURNS", "profile_use_background_image": true, "description": "Mohawk'd Rocket Scientist Astronomer for @TMRO and @GriffithObserv. Living with Bipolar Type I.\n\nHe/Him/Dude\n\nEx Astra, Scientia. \n\n#opinionsmine", "url": "https://t.co/016SjoG2ZZ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660861335433953284/gVkfAPVb_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Apr 21 05:02:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660861335433953284/gVkfAPVb_normal.jpg", "favourites_count": 476, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/137279861/blog_abstract_imp.jpg", "default_profile_image": false, "id": 14458551, "blocked_by": false, "profile_background_tile": false, "statuses_count": 18326, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14458551/1399172052", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15489945", "following": false, "friends_count": 3045, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mashable.com", "url": "http://t.co/VdC8HQfSBi", "expanded_url": "http://www.mashable.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/713342514/5d4e2537a0680c5eda635fd2f682b638.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 13332, "location": "iPhone: 40.805134,-73.965057", "screen_name": "afreedma", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1039, "name": "Andrew Freedman", "profile_use_background_image": true, "description": "Mashable's science editor reporting on climate science, policy & weather + other news/geekery. New dad. Andrew[at]mashable[dot]com.", "url": "http://t.co/VdC8HQfSBi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/417419572463931392/XA9Zhu4j_normal.jpeg", "profile_background_color": "131516", "created_at": "Sat Jul 19 04:44:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/417419572463931392/XA9Zhu4j_normal.jpeg", "favourites_count": 415, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/713342514/5d4e2537a0680c5eda635fd2f682b638.jpeg", "default_profile_image": false, "id": 15489945, "blocked_by": false, "profile_background_tile": true, "statuses_count": 24229, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15489945/1398212960", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "192769408", "following": false, "friends_count": 113, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 90, "location": "Florida, USA", "screen_name": "Cyclonebiskit", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Brenden Moses", "profile_use_background_image": true, "description": "Hurricane enthusiast and researcher; presently working on the HURDAT reanalysis at the NHC.\nComments/opinions here are my own and not reflective of my employer.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638032842384101376/hVFibAUg_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Sep 20 02:53:32 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638032842384101376/hVFibAUg_normal.png", "favourites_count": 287, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 192769408, "blocked_by": false, "profile_background_tile": false, "statuses_count": 224, "profile_banner_url": "https://pbs.twimg.com/profile_banners/192769408/1440967205", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "911455968", "following": false, "friends_count": 809, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "juliandiamond.smugmug.com", "url": "http://t.co/mDm3jdtldR", "expanded_url": "http://juliandiamond.smugmug.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/696554695/00309db64bc8bafb83a3903da87b5adc.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 288, "location": "Poughkeepsie, NY", "screen_name": "juliancd38", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Julian Diamond", "profile_use_background_image": true, "description": "Meteorology student, photographer, stargazer, aurora chaser, and pyro enthusiast, at the corner of Walk and Don't Walk somewhere on U.S. 1", "url": "http://t.co/mDm3jdtldR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000167323349/2823451e8a39300a1df560fdfd4ec2ff_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 29 01:08:21 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000167323349/2823451e8a39300a1df560fdfd4ec2ff_normal.jpeg", "favourites_count": 4209, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/696554695/00309db64bc8bafb83a3903da87b5adc.jpeg", "default_profile_image": false, "id": 911455968, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1408, "profile_banner_url": "https://pbs.twimg.com/profile_banners/911455968/1450207205", "is_translator": false}, {"time_zone": "UTC", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "14822329", "following": false, "friends_count": 163, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F5ABB5", "geo_enabled": false, "followers_count": 29, "location": "", "screen_name": "juntora", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "juntora", "profile_use_background_image": false, "description": "a wonderful and rare manifestation of universal curiosity. Free thinker loves science, cooking, dancing, making things, music. living in Berlin with her son", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685395560250109953/mW7_2sXn_normal.jpg", "profile_background_color": "000000", "created_at": "Sun May 18 17:03:35 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685395560250109953/mW7_2sXn_normal.jpg", "favourites_count": 68, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 14822329, "blocked_by": false, "profile_background_tile": false, "statuses_count": 265, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14822329/1452246103", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "13148", "following": false, "friends_count": 880, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "liamcooke.com", "url": "https://t.co/Wz4bls6kQh", "expanded_url": "http://liamcooke.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "848484", "geo_enabled": false, "followers_count": 1605, "location": "AFK", "screen_name": "inky", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 104, "name": "Liam", "profile_use_background_image": false, "description": "ambient music + art bots", "url": "https://t.co/Wz4bls6kQh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660938666668384256/goDqCydt_normal.jpg", "profile_background_color": "EDEDF4", "created_at": "Mon Nov 20 00:04:50 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660938666668384256/goDqCydt_normal.jpg", "favourites_count": 63934, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "default_profile_image": false, "id": 13148, "blocked_by": false, "profile_background_tile": false, "statuses_count": 26235, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13148/1447542687", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2995432416", "following": false, "friends_count": 254, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "christopherwalsh.cc", "url": "https://t.co/FpkcAwZT9U", "expanded_url": "http://www.christopherwalsh.cc", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/559257685112012803/uzR73gF8.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "666666", "geo_enabled": false, "followers_count": 44, "location": "", "screen_name": "WalshGestalt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Christopher Walsh", "profile_use_background_image": false, "description": "", "url": "https://t.co/FpkcAwZT9U", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658806196309270528/sgeeGbLm_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sun Jan 25 06:15:48 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658806196309270528/sgeeGbLm_normal.jpg", "favourites_count": 495, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/559257685112012803/uzR73gF8.jpeg", "default_profile_image": false, "id": 2995432416, "blocked_by": false, "profile_background_tile": true, "statuses_count": 103, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2995432416/1447036047", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "492752830", "following": false, "friends_count": 692, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sites.google.com/site/timlinmet\u2026", "url": "https://t.co/F91X3chcrF", "expanded_url": "https://sites.google.com/site/timlinmeteorology/home", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 459, "location": "NW of 40/70 Benchmark", "screen_name": "joshtimlin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Josh Timlin", "profile_use_background_image": true, "description": "Teach & learn about #EarthScience and #Meteorology for a living | Long Island, NY", "url": "https://t.co/F91X3chcrF", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669529002151907328/QfnsNvRy_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Wed Feb 15 02:43:19 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669529002151907328/QfnsNvRy_normal.jpg", "favourites_count": 4517, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 492752830, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5396, "profile_banner_url": "https://pbs.twimg.com/profile_banners/492752830/1438742098", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "196457689", "following": false, "friends_count": 451, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "F5B40E", "geo_enabled": true, "followers_count": 127, "location": "Connecticut", "screen_name": "DavidMRohde", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "David Rohde", "profile_use_background_image": true, "description": "A geographer interested in nature above and below its surface, and managing a missed calling to meteorology through observation. Consultant @Google. K\u03a3 EZ Alum", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3592523027/11339bd5555a0e0e666dad39c16f3c2a_normal.png", "profile_background_color": "131516", "created_at": "Wed Sep 29 04:10:41 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3592523027/11339bd5555a0e0e666dad39c16f3c2a_normal.png", "favourites_count": 4920, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 196457689, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1418, "profile_banner_url": "https://pbs.twimg.com/profile_banners/196457689/1437445354", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "225616331", "following": false, "friends_count": 505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "streetwanderer.com", "url": "http://t.co/alX5eWcfhG", "expanded_url": "http://www.streetwanderer.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 223, "location": "Montr\u00e9al", "screen_name": "StreetWanderer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Nicolas L.", "profile_use_background_image": false, "description": "Every good idea borders on the stupid. UX Design, Photography, Random computer things. \nI want to retire on Mars.", "url": "http://t.co/alX5eWcfhG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/530183088353972225/HPUB_4dK_normal.jpeg", "profile_background_color": "ABB8C2", "created_at": "Sun Dec 12 01:12:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/530183088353972225/HPUB_4dK_normal.jpeg", "favourites_count": 33, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 225616331, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3573, "profile_banner_url": "https://pbs.twimg.com/profile_banners/225616331/1415240501", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "digital circadia, transition and tone, {{{{{ Love }}}}} Mama bear, Director of Hardware Engineering at Slate Digital", "url": "https://t.co/1q12I0DE5n", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "55434790", "profile_image_url": "http://pbs.twimg.com/profile_images/668482479280418816/STtA03bi_normal.jpg", "friends_count": 198, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "slatemt.com", "url": "https://t.co/1q12I0DE5n", "expanded_url": "http://www.slatemt.com", "indices": [0, 23]}]}}, "profile_background_color": "1A1B1F", "created_at": "Fri Jul 10 01:55:18 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/61363566/800px-Kt88_power_tubes_in_traynor_yba200_amplifier.jpg", "profile_text_color": "666666", "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/61363566/800px-Kt88_power_tubes_in_traynor_yba200_amplifier.jpg", "statuses_count": 316, "profile_sidebar_border_color": "181A1E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/668482479280418816/STtA03bi_normal.jpg", "favourites_count": 236, "listed_count": 7, "geo_enabled": false, "follow_request_sent": false, "followers_count": 246, "following": false, "default_profile_image": false, "id": 55434790, "blocked_by": false, "name": "Erika Earl", "location": "LA", "screen_name": "resistordog", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3736932253", "following": false, "friends_count": 589, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 76, "location": "", "screen_name": "ColeLovesBots", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "cole loves bots", "profile_use_background_image": true, "description": "I follow the bots so @colewillsea can focus on engaging with other meat bots. I give updates to @colewillsea on what the bots do. I have root privileges.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649204796210089984/hGXModSc_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 30 12:44:28 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649204796210089984/hGXModSc_normal.jpg", "favourites_count": 1574, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3736932253, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1249, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3736932253/1443617502", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "DaVinci said we'd always look at the sky, longing to be there. I love to fly, and I have always wanted to know how things work, and fix them.", "url": "http://t.co/MYEImHw1GT", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "37240298", "profile_image_url": "http://pbs.twimg.com/profile_images/192965242/1k-DSCF0236_normal.JPG", "friends_count": 507, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "yeah.org/~berry", "url": "http://t.co/MYEImHw1GT", "expanded_url": "http://www.yeah.org/~berry", "indices": [0, 22]}]}}, "profile_background_color": "8B542B", "created_at": "Sat May 02 17:27:53 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 1170, "profile_sidebar_border_color": "D9B17E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/192965242/1k-DSCF0236_normal.JPG", "favourites_count": 114, "listed_count": 27, "geo_enabled": true, "follow_request_sent": false, "followers_count": 376, "following": false, "default_profile_image": false, "id": 37240298, "blocked_by": false, "name": "Sean Berry", "location": "MSP", "screen_name": "seanbseanb", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "58889232", "following": false, "friends_count": 700, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tiny.cc/osnw3wxclimate", "url": "https://t.co/tDtJtEWA30", "expanded_url": "http://tiny.cc/osnw3wxclimate", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 599, "location": "Oshkosh, WI", "screen_name": "OSNW3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Josh Herman", "profile_use_background_image": true, "description": "Husband. Father. Oshkosh. Weather fan. Radar loops. Data. Charts. Precipitation enthusiast. \u2600\ufe0f\u2614\ufe0f\u26a1\ufe0f", "url": "https://t.co/tDtJtEWA30", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/465940754703978496/QYF_3DUI_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jul 21 19:18:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465940754703978496/QYF_3DUI_normal.jpeg", "favourites_count": 7854, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 58889232, "blocked_by": false, "profile_background_tile": false, "statuses_count": 11441, "profile_banner_url": "https://pbs.twimg.com/profile_banners/58889232/1398196714", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "40323299", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000105051062/be2bfec45024d16bf6726ea007d25fb2_normal.jpeg", "friends_count": 58, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri May 15 20:18:13 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 12, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000105051062/be2bfec45024d16bf6726ea007d25fb2_normal.jpeg", "favourites_count": 2, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 19, "following": false, "default_profile_image": false, "id": 40323299, "blocked_by": false, "name": "Jon Burdette", "location": "", "screen_name": "jmb443", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2492541432", "following": false, "friends_count": 414, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cs.au.dk/~adc", "url": "https://t.co/LcgGlsdkCS", "expanded_url": "https://cs.au.dk/~adc", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/470538689903218689/OuxG2tAs.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "006399", "geo_enabled": true, "followers_count": 237, "location": "Thisted, Denmark", "screen_name": "DamsgaardAnders", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Anders Damsgaard", "profile_use_background_image": true, "description": "PhD in geoscience. Interested in glaciers, climate, mechanics, numerical modeling, and infosec. See @DSCOVRbot.", "url": "https://t.co/LcgGlsdkCS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663650017018830848/RrvPqXR3_normal.jpg", "profile_background_color": "131516", "created_at": "Tue May 13 07:10:11 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663650017018830848/RrvPqXR3_normal.jpg", "favourites_count": 943, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/470538689903218689/OuxG2tAs.jpeg", "default_profile_image": false, "id": 2492541432, "blocked_by": false, "profile_background_tile": true, "statuses_count": 247, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2492541432/1401020524", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "17271646", "following": false, "friends_count": 1153, "entities": {"description": {"urls": [{"display_url": "playfabulousbeasts.com", "url": "https://t.co/jaDUJzRbdm", "expanded_url": "http://playfabulousbeasts.com/", "indices": [63, 86]}]}, "url": {"urls": [{"display_url": "v21.io", "url": "http://t.co/ii4wyeCVLA", "expanded_url": "http://v21.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/5569506/office_baby.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 2947, "location": "London, UK", "screen_name": "v21", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 119, "name": "George Buckenham", "profile_use_background_image": true, "description": "I'm making a game about failing to stack animals in a big pile https://t.co/jaDUJzRbdm\nI killed bot o'clock.", "url": "http://t.co/ii4wyeCVLA", "profile_text_color": "919191", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2271384465/mlt5v0btabp3oc7s90h6_normal.png", "profile_background_color": "000000", "created_at": "Sun Nov 09 18:02:07 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FF1A1A", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2271384465/mlt5v0btabp3oc7s90h6_normal.png", "favourites_count": 6239, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/5569506/office_baby.png", "default_profile_image": false, "id": 17271646, "blocked_by": false, "profile_background_tile": true, "statuses_count": 36011, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17271646/1358199703", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2777170478", "following": false, "friends_count": 309, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rachelstorer.com", "url": "http://t.co/2sv19LH0PD", "expanded_url": "http://rachelstorer.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 116, "location": "San Diego", "screen_name": "cloudsinmybeer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Rachel Storer", "profile_use_background_image": true, "description": "Postdoc at JPL. Weather nerd.", "url": "http://t.co/2sv19LH0PD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/618099100962033664/jPQuWFQF_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Aug 28 21:26:09 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/618099100962033664/jPQuWFQF_normal.jpg", "favourites_count": 906, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2777170478, "blocked_by": false, "profile_background_tile": false, "statuses_count": 763, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2777170478/1436201500", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Views expressed herein are my own and not affiliated with government or professional organizations.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1447500740", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "friends_count": 1245, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue May 21 23:26:40 +0000 2013", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2708, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "favourites_count": 4599, "listed_count": 3, "geo_enabled": true, "follow_request_sent": false, "followers_count": 142, "following": false, "default_profile_image": true, "id": 1447500740, "blocked_by": false, "name": "Dan Wiggins", "location": "Mississippi ", "screen_name": "danw5211", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "739990838", "following": false, "friends_count": 192, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 24, "location": "", "screen_name": "ramnath_mallya", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Ramnath Mallya", "profile_use_background_image": true, "description": "Views expressed are my own and not that of my employer.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/607125225818316800/2k462Cjz_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Aug 06 06:26:21 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/607125225818316800/2k462Cjz_normal.jpg", "favourites_count": 28, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 739990838, "blocked_by": false, "profile_background_tile": false, "statuses_count": 108, "profile_banner_url": "https://pbs.twimg.com/profile_banners/739990838/1433584878", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "415588655", "following": false, "friends_count": 297, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thewildair.com", "url": "http://t.co/ySsRKqZVjg", "expanded_url": "http://www.thewildair.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 85, "location": "Edinburgh, Scotland.", "screen_name": "KristieDeGaris", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Kristie De Garis", "profile_use_background_image": true, "description": "Bit of this, bit of that. Can't resist an anthropomorphic dog meme.", "url": "http://t.co/ySsRKqZVjg", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641348289208578049/fHnphcHM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Nov 18 14:54:05 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641348289208578049/fHnphcHM_normal.jpg", "favourites_count": 97, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 415588655, "blocked_by": false, "profile_background_tile": false, "statuses_count": 468, "profile_banner_url": "https://pbs.twimg.com/profile_banners/415588655/1441744379", "is_translator": false}, {"time_zone": "Chennai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "2831471840", "following": false, "friends_count": 57, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chennairains.com", "url": "https://t.co/HUVHA0LycU", "expanded_url": "http://www.chennairains.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 44389, "location": "Chennai, Tamil Nadu", "screen_name": "ChennaiRains", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 72, "name": "ChennaiRains", "profile_use_background_image": true, "description": "Independent Weather Blogging Community from Chennai. Providing weather updates for events influencing Chennai & South India.", "url": "https://t.co/HUVHA0LycU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/528178045153067011/DvaP7QZh_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 25 09:02:35 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/528178045153067011/DvaP7QZh_normal.jpeg", "favourites_count": 2354, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2831471840, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5791, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2831471840/1439434147", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "586783391", "following": false, "friends_count": 405, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "002BFF", "geo_enabled": true, "followers_count": 614, "location": "Austin/San Antonio, TX", "screen_name": "ZombieTrev5k", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Trevor Boucher", "profile_use_background_image": true, "description": "Meteorologist at @NWSSanAntonio. NWA Social Media Committee Member. Big on Deaf Outreach #VOST #SAVI and risk perception.Texas Tech '08 & '10. Views are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/554561593892032512/yhfcgQwq_normal.jpeg", "profile_background_color": "131516", "created_at": "Mon May 21 19:03:42 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/554561593892032512/yhfcgQwq_normal.jpeg", "favourites_count": 2678, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 586783391, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9082, "profile_banner_url": "https://pbs.twimg.com/profile_banners/586783391/1400596059", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "145018802", "profile_image_url": "http://pbs.twimg.com/profile_images/477493597168603137/G_nfuG-6_normal.jpeg", "friends_count": 297, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon May 17 22:59:21 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 42, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/477493597168603137/G_nfuG-6_normal.jpeg", "favourites_count": 54, "listed_count": 0, "geo_enabled": true, "follow_request_sent": false, "followers_count": 44, "following": false, "default_profile_image": false, "id": 145018802, "blocked_by": false, "name": "Jack Hengst", "location": "", "screen_name": "JackHJr", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": false, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "21632468", "profile_image_url": "http://pbs.twimg.com/profile_images/654714331762810880/ASBo2bMO_normal.jpg", "friends_count": 384, "entities": {"description": {"urls": []}}, "profile_background_color": "352726", "created_at": "Mon Feb 23 04:59:18 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4914338/Pine_cones__male_and_female.jpg", "profile_text_color": "3E4415", "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4914338/Pine_cones__male_and_female.jpg", "statuses_count": 3, "profile_sidebar_border_color": "829D5E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/654714331762810880/ASBo2bMO_normal.jpg", "favourites_count": 12, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 21, "following": false, "default_profile_image": false, "id": 21632468, "blocked_by": false, "name": "Mike Kelley", "location": "", "screen_name": "mrkel", "profile_background_tile": true, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Buenos Aires", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "1938746702", "following": false, "friends_count": 267, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/670259797141385216/yA9lZvPx.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "A6A6A6", "geo_enabled": false, "followers_count": 387, "location": "Argentina", "screen_name": "LePongoAle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Alejandro", "profile_use_background_image": true, "description": "Un DVR de series, televisi\u00f3n y una gu\u00eda de tv.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/613224450994106368/xEOyK_yz_normal.jpg", "profile_background_color": "A6A6A6", "created_at": "Sat Oct 05 20:16:29 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/613224450994106368/xEOyK_yz_normal.jpg", "favourites_count": 7139, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/670259797141385216/yA9lZvPx.png", "default_profile_image": false, "id": 1938746702, "blocked_by": false, "profile_background_tile": true, "statuses_count": 10196, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1938746702/1447337102", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2378057094", "following": false, "friends_count": 417, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 126, "location": "", "screen_name": "gnirtsmodnar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "lookitscarl", "profile_use_background_image": false, "description": "Please explain to me the scientific nature of 'the whammy'.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/611373116510507009/G2GnoSPl_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Mar 08 03:34:32 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/611373116510507009/G2GnoSPl_normal.jpg", "favourites_count": 1055, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2378057094, "blocked_by": false, "profile_background_tile": false, "statuses_count": 835, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2378057094/1425070497", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "21634600", "following": false, "friends_count": 779, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 13122, "location": "", "screen_name": "coreyspowell", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 706, "name": "Corey S. Powell", "profile_use_background_image": true, "description": "Science editor at @aeonmag. Editor-at-large at @discovermag. Astronomy and space obsessive. Curious fellow.", "url": null, "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684127003537223681/9ZfUS1gc_normal.jpg", "profile_background_color": "0099B9", "created_at": "Mon Feb 23 05:46:25 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684127003537223681/9ZfUS1gc_normal.jpg", "favourites_count": 6645, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "default_profile_image": false, "id": 21634600, "blocked_by": false, "profile_background_tile": false, "statuses_count": 10404, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21634600/1377427189", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "152799744", "following": false, "friends_count": 108, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 50, "location": "Melbourne, Aus", "screen_name": "jcbmmx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "James Bennett", "profile_use_background_image": true, "description": "CSIRO scientist: streamflow forecasting. Views are, unsurprisingly, my own. Like a sharp, reliable ensemble forecast? Me too.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/627360837980651521/7mzPpTf4_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jun 06 22:39:39 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/627360837980651521/7mzPpTf4_normal.jpg", "favourites_count": 29, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 152799744, "blocked_by": false, "profile_background_tile": false, "statuses_count": 148, "profile_banner_url": "https://pbs.twimg.com/profile_banners/152799744/1438409471", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "10580652", "following": false, "friends_count": 203, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paranoidprose.com", "url": "http://t.co/AGwThkEoE5", "expanded_url": "http://paranoidprose.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2785353/bestcourse.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 242, "location": "Weehawken, NJ", "screen_name": "alberg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Al Berg", "profile_use_background_image": true, "description": "By day, Chief Security & Risk Officer in financial services. By night, EMT and local history nerd.", "url": "http://t.co/AGwThkEoE5", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/555535485053845504/arcpDVRd_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Mon Nov 26 02:38:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/555535485053845504/arcpDVRd_normal.jpeg", "favourites_count": 61, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2785353/bestcourse.jpg", "default_profile_image": false, "id": 10580652, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1674, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10580652/1383147005", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "30363057", "following": false, "friends_count": 75, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 16, "location": "", "screen_name": "ELD_3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Eddie Divita", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/618847431539556352/qN8JLsLs_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 11 01:23:15 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/618847431539556352/qN8JLsLs_normal.jpg", "favourites_count": 157, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 30363057, "blocked_by": false, "profile_background_tile": false, "statuses_count": 142, "profile_banner_url": "https://pbs.twimg.com/profile_banners/30363057/1436379700", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2428028178", "following": false, "friends_count": 341, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20, "location": "", "screen_name": "LizCohee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Liz Cohee", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/452641792848961538/BVxj8jEX_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 05 00:26:35 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/452641792848961538/BVxj8jEX_normal.jpeg", "favourites_count": 14, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2428028178, "blocked_by": false, "profile_background_tile": false, "statuses_count": 8, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2428028178/1397234179", "is_translator": false}, {"time_zone": "Arizona", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "33526366", "profile_image_url": "http://pbs.twimg.com/profile_images/2455291396/image_normal.jpg", "friends_count": 435, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Apr 20 14:20:57 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 37, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2455291396/image_normal.jpg", "favourites_count": 91, "listed_count": 0, "geo_enabled": true, "follow_request_sent": false, "followers_count": 67, "following": false, "default_profile_image": false, "id": 33526366, "blocked_by": false, "name": "Adam Gubser", "location": "", "screen_name": "adamgubser", "profile_background_tile": false, "notifications": false, "utc_offset": -25200, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "Tech junkie, ice sculptor, artist, musician, cook, Tapatio enthusiast. I care about lots of things.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3742139896", "profile_image_url": "http://pbs.twimg.com/profile_images/646416952223731712/_80xJXf7_normal.jpg", "friends_count": 143, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Sep 22 20:02:44 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 41, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/646416952223731712/_80xJXf7_normal.jpg", "favourites_count": 419, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 15, "following": false, "default_profile_image": false, "id": 3742139896, "blocked_by": false, "name": "Pal", "location": "United States", "screen_name": "PalThinks", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Sydney", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "89360546", "profile_image_url": "http://pbs.twimg.com/profile_images/522601401/images_normal.jpeg", "friends_count": 442, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Nov 12 03:22:57 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/522601401/images_normal.jpeg", "favourites_count": 8, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 64, "following": false, "default_profile_image": false, "id": 89360546, "blocked_by": false, "name": "Michael Priebe", "location": "", "screen_name": "MichaelPriebe", "profile_background_tile": false, "notifications": false, "utc_offset": 39600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "1750241", "following": false, "friends_count": 1809, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/jason.r.hunter", "url": "https://t.co/JxN18vI11f", "expanded_url": "http://about.me/jason.r.hunter", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/680917174/4b931e6f6a67f41a089ad31e73aef0ac.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "323233", "geo_enabled": true, "followers_count": 1490, "location": "Krugerville, TX", "screen_name": "coreburn", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 115, "name": "Jason R. Hunter", "profile_use_background_image": true, "description": "", "url": "https://t.co/JxN18vI11f", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680747860300673024/2f3I2LTa_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Mar 21 14:16:12 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680747860300673024/2f3I2LTa_normal.jpg", "favourites_count": 119148, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/680917174/4b931e6f6a67f41a089ad31e73aef0ac.jpeg", "default_profile_image": false, "id": 1750241, "blocked_by": false, "profile_background_tile": false, "statuses_count": 39038, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1750241/1424283930", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "156866068", "following": false, "friends_count": 2264, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 633, "location": "", "screen_name": "jane_austin14", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "jane", "profile_use_background_image": false, "description": "artsy newsy quirky lovey (re)tweets that catch my fancy. trump-free zone. #mn", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1126854579/coffee_and_paris_book_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jun 18 04:28:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1126854579/coffee_and_paris_book_normal.jpg", "favourites_count": 6005, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "default_profile_image": false, "id": 156866068, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4710, "profile_banner_url": "https://pbs.twimg.com/profile_banners/156866068/1419828867", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "302150880", "following": false, "friends_count": 425, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/613286059/x1f38368757eb5855def28108f291a47.jpg", "notifications": false, "profile_sidebar_fill_color": "061127", "profile_link_color": "52555C", "geo_enabled": true, "followers_count": 176, "location": "Richmond, Virginia", "screen_name": "WxJAK", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Jacob Klee", "profile_use_background_image": true, "description": "Follower of Christ; Husband to the Excellent & Beautiful Jennifer; Father; Severe Wx Meteorologist. Tweets are my own; Retweets are not Endorsements.", "url": null, "profile_text_color": "827972", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/517027006882406402/IcDSx4h__normal.jpeg", "profile_background_color": "59472F", "created_at": "Fri May 20 17:51:22 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000515", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/517027006882406402/IcDSx4h__normal.jpeg", "favourites_count": 13539, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/613286059/x1f38368757eb5855def28108f291a47.jpg", "default_profile_image": false, "id": 302150880, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6504, "profile_banner_url": "https://pbs.twimg.com/profile_banners/302150880/1397738672", "is_translator": false}, {"time_zone": "Alaska", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "103098916", "profile_image_url": "http://pbs.twimg.com/profile_images/2311043715/1mvjeaoteye18q84t9on_normal.jpeg", "friends_count": 307, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Jan 08 22:06:14 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 48, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2311043715/1mvjeaoteye18q84t9on_normal.jpeg", "favourites_count": 5, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 20, "following": false, "default_profile_image": false, "id": 103098916, "blocked_by": false, "name": "Jim Syme", "location": "", "screen_name": "JimSyme", "profile_background_tile": false, "notifications": false, "utc_offset": -32400, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1535353321", "following": false, "friends_count": 66, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 31, "location": "Brooklyn, New York", "screen_name": "BlaiseBace", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Blaise Bace", "profile_use_background_image": false, "description": "All things digital, in a lurking kind of way...", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/642142784498085888/5HWLNDwB_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jun 21 00:05:50 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/642142784498085888/5HWLNDwB_normal.jpg", "favourites_count": 5, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1535353321, "blocked_by": false, "profile_background_tile": false, "statuses_count": 21, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1535353321/1424143604", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2859249170", "following": false, "friends_count": 239, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 74, "location": "", "screen_name": "EricArnoys", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Eric Arnoys", "profile_use_background_image": true, "description": "husband, father, biochemist, wonderer more than wanderer, nanonaut", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/523126137610711041/Qb_PWiM3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Oct 17 03:00:14 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/523126137610711041/Qb_PWiM3_normal.jpeg", "favourites_count": 690, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2859249170, "blocked_by": false, "profile_background_tile": false, "statuses_count": 311, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2859249170/1413515559", "is_translator": false}, {"time_zone": "Brisbane", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 36000, "id_str": "245216468", "following": false, "friends_count": 632, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thejezabels.com", "url": "http://t.co/kZQjQPLyPm", "expanded_url": "http://www.thejezabels.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 808, "location": "Sydney, Australia", "screen_name": "samuelhlockwood", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Samuel Lockwood", "profile_use_background_image": true, "description": "Hey there I'm the guitarist from Sydney band The Jezabels. Follow me for sporadic updates on the band. And maybe some interesting things about my life.", "url": "http://t.co/kZQjQPLyPm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667140859633135616/TAPnBw2T_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Jan 31 04:36:34 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667140859633135616/TAPnBw2T_normal.jpg", "favourites_count": 44, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 245216468, "blocked_by": false, "profile_background_tile": false, "statuses_count": 964, "profile_banner_url": "https://pbs.twimg.com/profile_banners/245216468/1447893729", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "Water moving through human and natural landscapes! silly weather videos! iNaturalist and other tech nature stuff! vegetation mapping! attmpts at indie game dev!", "url": "http://t.co/VsM1LavdNX", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "275304259", "profile_image_url": "http://pbs.twimg.com/profile_images/1403758252/image_normal.jpg", "friends_count": 361, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "coyot.es/slowwatermovem\u2026", "url": "http://t.co/VsM1LavdNX", "expanded_url": "http://coyot.es/slowwatermovement", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Fri Apr 01 01:11:45 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4164, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1403758252/image_normal.jpg", "favourites_count": 2037, "listed_count": 32, "geo_enabled": true, "follow_request_sent": false, "followers_count": 381, "following": false, "default_profile_image": false, "id": 275304259, "blocked_by": false, "name": "Charlie Hohn", "location": "Vermont", "screen_name": "SlowWaterMvmnt", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "106995334", "following": false, "friends_count": 1304, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/191033033/IMG_3915-web.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 337, "location": "Kansas City, MO", "screen_name": "mizzouwxman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Chris Foltz", "profile_use_background_image": true, "description": "Father, Husband, Emergency Response Specialist @ NWS Central Region Headquarters. Tweets are my own. . M-I-Z!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670083920466223113/mo-IfkKz_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jan 21 08:33:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670083920466223113/mo-IfkKz_normal.jpg", "favourites_count": 1605, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/191033033/IMG_3915-web.jpg", "default_profile_image": false, "id": 106995334, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1824, "profile_banner_url": "https://pbs.twimg.com/profile_banners/106995334/1441135358", "is_translator": false}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "44309422", "following": false, "friends_count": 741, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 306, "location": "", "screen_name": "PainkillerGSV", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Painkiller GSV", "profile_use_background_image": true, "description": "Jack of Many Trades & Master Of One. Here to collect & distribute useless information.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631448096166141952/57L32WPH_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Wed Jun 03 06:38:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631448096166141952/57L32WPH_normal.jpg", "favourites_count": 1878, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 44309422, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9046, "profile_banner_url": "https://pbs.twimg.com/profile_banners/44309422/1448961548", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2921789080", "profile_image_url": "http://pbs.twimg.com/profile_images/607379037858725888/hoYuiiHD_normal.jpg", "friends_count": 306, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Dec 14 18:26:43 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 19, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/607379037858725888/hoYuiiHD_normal.jpg", "favourites_count": 358, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 27, "following": false, "default_profile_image": false, "id": 2921789080, "blocked_by": false, "name": "SheilaLookingBak", "location": "Indiana, USA", "screen_name": "SheilaLookinBak", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "138008977", "following": false, "friends_count": 779, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/629310718/hits4ujgur782p52j4sd.jpeg", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 511, "location": "Cheyenne, WY", "screen_name": "BeccMaz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Becs", "profile_use_background_image": true, "description": "you can find me lost in the music, marveling at the sky, or in the mountains.", "url": null, "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638776708527689729/aqS92yzs_normal.jpg", "profile_background_color": "642D8B", "created_at": "Wed Apr 28 11:20:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638776708527689729/aqS92yzs_normal.jpg", "favourites_count": 2628, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/629310718/hits4ujgur782p52j4sd.jpeg", "default_profile_image": false, "id": 138008977, "blocked_by": false, "profile_background_tile": true, "statuses_count": 27411, "profile_banner_url": "https://pbs.twimg.com/profile_banners/138008977/1355825279", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2895272489", "following": false, "friends_count": 479, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 53, "location": "Napghanistan", "screen_name": "scozie11", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Scozie", "profile_use_background_image": false, "description": "Words", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675038439151173633/G8Em68Wo_normal.png", "profile_background_color": "000000", "created_at": "Thu Nov 27 23:05:44 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675038439151173633/G8Em68Wo_normal.png", "favourites_count": 1287, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2895272489, "blocked_by": false, "profile_background_tile": false, "statuses_count": 441, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2895272489/1449779203", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "826898994", "following": false, "friends_count": 871, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "maynoothuniversity.ie/geography/our-\u2026", "url": "https://t.co/TGLL6EYnaZ", "expanded_url": "https://www.maynoothuniversity.ie/geography/our-people/alistair-fraser", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 497, "location": "Ireland & Mexico", "screen_name": "AFraser_NUIM", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Alistair Fraser", "profile_use_background_image": true, "description": "Geography lecturer at Maynooth University, Ireland.", "url": "https://t.co/TGLL6EYnaZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/530277487352508416/RHKfjw_q_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Sep 16 10:49:39 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/530277487352508416/RHKfjw_q_normal.jpeg", "favourites_count": 1859, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 826898994, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3383, "profile_banner_url": "https://pbs.twimg.com/profile_banners/826898994/1379099517", "is_translator": false}, {"time_zone": "Islamabad", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 18000, "id_str": "867477402", "following": false, "friends_count": 351, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/Zedzeds", "url": "https://t.co/BKAJxQDth4", "expanded_url": "https://twitter.com/Zedzeds", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 130, "location": "Maldives", "screen_name": "Zedzeds", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Zambe", "profile_use_background_image": true, "description": "born to pay rent + tax and die. from #millionaires #paradise Rajjethere nt atholhuthere . all things #fish n #aquaculture", "url": "https://t.co/BKAJxQDth4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659619946758955008/g_vQXkY5_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 08 05:45:16 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659619946758955008/g_vQXkY5_normal.jpg", "favourites_count": 200, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 867477402, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2419, "profile_banner_url": "https://pbs.twimg.com/profile_banners/867477402/1392566216", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "191558116", "following": false, "friends_count": 682, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 104, "location": "California, USA", "screen_name": "HardRockKitchen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "HRK", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659389559642304512/n7xb8HfH_normal.jpg", "profile_background_color": "ABB8C2", "created_at": "Thu Sep 16 19:08:47 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659389559642304512/n7xb8HfH_normal.jpg", "favourites_count": 174, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 191558116, "blocked_by": false, "profile_background_tile": false, "statuses_count": 109, "profile_banner_url": "https://pbs.twimg.com/profile_banners/191558116/1446045784", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "23730486", "following": false, "friends_count": 746, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bryanleboff.com", "url": "http://t.co/yvd5TuU4Wm", "expanded_url": "http://bryanleboff.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "E86500", "geo_enabled": true, "followers_count": 392, "location": "philadelphia, pa", "screen_name": "leboff", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Bryan Leboff", "profile_use_background_image": true, "description": "Renowned Hipster. These are not intended to be factual statements. RTs are clearly endorsements.", "url": "http://t.co/yvd5TuU4Wm", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/464392882133032960/LIb9z9I8_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Wed Mar 11 06:09:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464392882133032960/LIb9z9I8_normal.jpeg", "favourites_count": 505, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 23730486, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6469, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23730486/1399553526", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Independent thinker and optimist (most of the time!). Fields: law, history.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2275022184", "profile_image_url": "http://pbs.twimg.com/profile_images/419866729758482433/AQ62EeXV_normal.jpeg", "friends_count": 359, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Jan 03 20:02:24 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 66, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/419866729758482433/AQ62EeXV_normal.jpeg", "favourites_count": 17, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 36, "following": false, "default_profile_image": false, "id": 2275022184, "blocked_by": false, "name": "Ruth D Reichard", "location": "Planet Earth", "screen_name": "RuthDReichard", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Studying ecology, geology, economics, and related stuff. Hope to know something someday and that you can tell. Not much politics here.", "url": "http://t.co/Q89OH5i5ih", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "30312152", "profile_image_url": "http://pbs.twimg.com/profile_images/1368887559/Dogon_normal.jpg", "friends_count": 649, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stevepaulson.org", "url": "http://t.co/Q89OH5i5ih", "expanded_url": "http://stevepaulson.org", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Fri Apr 10 21:02:17 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 587, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1368887559/Dogon_normal.jpg", "favourites_count": 90, "listed_count": 4, "geo_enabled": false, "follow_request_sent": false, "followers_count": 102, "following": false, "default_profile_image": false, "id": 30312152, "blocked_by": false, "name": "Steve Paulson", "location": "USA ~ Pacific Northwest", "screen_name": "stevepaulson", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "269045721", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "friends_count": 732, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Mar 20 00:38:01 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "favourites_count": 22, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 41, "following": false, "default_profile_image": true, "id": 269045721, "blocked_by": false, "name": "Jack Corroon", "location": "", "screen_name": "jackcorroon", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "924522715", "following": false, "friends_count": 187, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "standalonedjs.com", "url": "https://t.co/YPNtbv91cw", "expanded_url": "http://standalonedjs.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/727664122/1dd3f55d1f5f8c15815fb167fb1468bc.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 55, "location": "Durango, Colorado, USA", "screen_name": "mowglidgo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Meyers", "profile_use_background_image": true, "description": "Born, raised, and living in Durango, CO. Co-Owner of Stand Alone Entertainment, a Mobile DJ and Promotion Company.", "url": "https://t.co/YPNtbv91cw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2924928501/5aedd6fbcd514c9198599fdf94e309a7_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Sun Nov 04 02:53:57 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2924928501/5aedd6fbcd514c9198599fdf94e309a7_normal.jpeg", "favourites_count": 503, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/727664122/1dd3f55d1f5f8c15815fb167fb1468bc.jpeg", "default_profile_image": false, "id": 924522715, "blocked_by": false, "profile_background_tile": false, "statuses_count": 94, "profile_banner_url": "https://pbs.twimg.com/profile_banners/924522715/1449306606", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "39511684", "following": false, "friends_count": 681, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 257, "location": "Chicago, IL", "screen_name": "Kelpher", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Kelpher", "profile_use_background_image": true, "description": "You don't know me. I don't know you. Follow me or don't follow me. Does it really matter? Does anyone read these things anyway?", "url": null, "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683478663078227969/AeHlN7Sz_normal.jpg", "profile_background_color": "0099B9", "created_at": "Tue May 12 14:36:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683478663078227969/AeHlN7Sz_normal.jpg", "favourites_count": 7530, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "default_profile_image": false, "id": 39511684, "blocked_by": false, "profile_background_tile": false, "statuses_count": 772, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39511684/1451438802", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "132399660", "following": false, "friends_count": 591, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mrhollister.com", "url": "https://t.co/tL99dmVTxU", "expanded_url": "http://www.mrhollister.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/782602713/0c9fd1dbc9d43ce91b468025393f4ff2.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "085169", "geo_enabled": true, "followers_count": 577, "location": "Turlock, Ca", "screen_name": "phaneritic", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 51, "name": "Ryan Hollister", "profile_use_background_image": false, "description": "GeoSci & EnviroSci Educator, WildLink Club Advisor, Hiker, Landscape photog, Central Valley Advocate. 2015 NAGT FW OEST. Love adventures w/ @Xeno_lith & Zephyr.", "url": "https://t.co/tL99dmVTxU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684986332653854720/JlqoKK7-_normal.jpg", "profile_background_color": "022330", "created_at": "Tue Apr 13 03:54:35 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684986332653854720/JlqoKK7-_normal.jpg", "favourites_count": 2628, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/782602713/0c9fd1dbc9d43ce91b468025393f4ff2.jpeg", "default_profile_image": false, "id": 132399660, "blocked_by": false, "profile_background_tile": false, "statuses_count": 12657, "profile_banner_url": "https://pbs.twimg.com/profile_banners/132399660/1442300967", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "390512763", "profile_image_url": "http://pbs.twimg.com/profile_images/2599638321/9riagpoagc6vy36tcn7s_normal.jpeg", "friends_count": 531, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Oct 14 02:57:21 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1034, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2599638321/9riagpoagc6vy36tcn7s_normal.jpeg", "favourites_count": 25, "listed_count": 1, "geo_enabled": true, "follow_request_sent": false, "followers_count": 75, "following": false, "default_profile_image": false, "id": 390512763, "blocked_by": false, "name": "doogs", "location": "Philadelphia / King of Prussia", "screen_name": "Doogery", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "mother, grandmother, love education and children. Love ATP tennis!! Minnesota Vikings!!", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "37674397", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png", "friends_count": 1689, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon May 04 14:49:05 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 294, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png", "favourites_count": 1279, "listed_count": 3, "geo_enabled": false, "follow_request_sent": false, "followers_count": 34, "following": false, "default_profile_image": true, "id": 37674397, "blocked_by": false, "name": "Barbara McLaury", "location": "Reno, Nevada", "screen_name": "maclaughry", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "989809284", "following": false, "friends_count": 170, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 17, "location": "South Jersey", "screen_name": "ali_smedley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Ali Smedley", "profile_use_background_image": true, "description": "Lawyer. Smartass. Very Good Friend.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2984543909/1819a0d11590143bf9a30f27fe5901f2_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Tue Dec 04 23:50:49 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2984543909/1819a0d11590143bf9a30f27fe5901f2_normal.jpeg", "favourites_count": 107, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 989809284, "blocked_by": false, "profile_background_tile": false, "statuses_count": 444, "profile_banner_url": "https://pbs.twimg.com/profile_banners/989809284/1386019930", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4029291252", "following": false, "friends_count": 102, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 14, "location": "Melbourne, Australia", "screen_name": "rlbkinsey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Robyn Kinsey", "profile_use_background_image": false, "description": "Digital content & design manager and enthusiast for content strategy, UX, IA, design thinking, geography, weather, music and travel. Also, curiosity!", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660426498575220736/VfD-IkkG_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Oct 26 23:25:00 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660426498575220736/VfD-IkkG_normal.jpg", "favourites_count": 12, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4029291252, "blocked_by": false, "profile_background_tile": false, "statuses_count": 20, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4029291252/1446274816", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2953578088", "following": false, "friends_count": 492, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 29, "location": "", "screen_name": "footybuddy_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Footy Buddy", "profile_use_background_image": true, "description": "Everyone's buddy for all things \u26bd\ufe0f including: #USMNT #BPL #LaLiga #Bundisliga #serieA #Ligue1 and more!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684832679376863233/QB11XzUl_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Dec 31 18:32:47 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684832679376863233/QB11XzUl_normal.jpg", "favourites_count": 48, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2953578088, "blocked_by": false, "profile_background_tile": false, "statuses_count": 61, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2953578088/1451175658", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "106728002", "following": false, "friends_count": 990, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "conejousd.org/tohs", "url": "http://t.co/3WOfqtcsQp", "expanded_url": "http://www.conejousd.org/tohs", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/667514906/673c2dc22bbe1dfc94a2df3732608cad.jpeg", "notifications": false, "profile_sidebar_fill_color": "0A8216", "profile_link_color": "0B871D", "geo_enabled": true, "followers_count": 1831, "location": "Thousand Oaks, CA", "screen_name": "ThousandOaksHS", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "Thousand Oaks HS", "profile_use_background_image": false, "description": "The Official Twitter account for Thousand Oaks High School. A diverse and high achieving school with winning programs in all areas. We are TOHS! #BleedGreen", "url": "http://t.co/3WOfqtcsQp", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/513858066224148480/gAFCWjOr_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Wed Jan 20 14:22:47 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/513858066224148480/gAFCWjOr_normal.jpeg", "favourites_count": 1810, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/667514906/673c2dc22bbe1dfc94a2df3732608cad.jpeg", "default_profile_image": false, "id": 106728002, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4335, "profile_banner_url": "https://pbs.twimg.com/profile_banners/106728002/1378431011", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "634337244", "following": false, "friends_count": 548, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/450106384864927745/P74T_7In.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 463, "location": "", "screen_name": "ASchueth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "Alex Schueth", "profile_use_background_image": true, "description": "UNL Mechanical Engineering Major, Meteorology minor, avid storm chaser", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/475727972419108864/OcrhFULJ_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Jul 13 03:26:41 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/475727972419108864/OcrhFULJ_normal.jpeg", "favourites_count": 1800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/450106384864927745/P74T_7In.jpeg", "default_profile_image": false, "id": 634337244, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1289, "profile_banner_url": "https://pbs.twimg.com/profile_banners/634337244/1444859234", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "Retired US Senate Media Relations Coord/Off Mgr/Crisis Mgt - 29 year non-partisian US Senate Vet. Insights, witness, understanding & love of all things Senate.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "22195908", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000730940844/bf43a11ccfda182946ff5dc2b16b15b3_normal.jpeg", "friends_count": 771, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Feb 27 21:54:01 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1374, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000730940844/bf43a11ccfda182946ff5dc2b16b15b3_normal.jpeg", "favourites_count": 172, "listed_count": 2, "geo_enabled": true, "follow_request_sent": false, "followers_count": 148, "following": false, "default_profile_image": false, "id": 22195908, "blocked_by": false, "name": "Wendy Oscarson", "location": "Washington, DC", "screen_name": "WendyOscarson", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2185039262", "following": false, "friends_count": 521, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 409, "location": "border state", "screen_name": "JikiRick", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Jiki Rick", "profile_use_background_image": true, "description": "arcane random thoughts, retired veteran with a deep disdain for delusion and denial, progressive", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/665039366683693056/q5NTrJHd_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Nov 09 21:00:31 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665039366683693056/q5NTrJHd_normal.jpg", "favourites_count": 1104, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2185039262, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1900, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2185039262/1384752252", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "445753422", "following": false, "friends_count": 559, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 61, "location": "NJ", "screen_name": "Mccarthy2Matt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Matty Mc", "profile_use_background_image": true, "description": "i put solar panels on landfills", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3335692911/b263aac887aadfbcd47fbcbafc4ccff4_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Dec 24 20:34:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3335692911/b263aac887aadfbcd47fbcbafc4ccff4_normal.jpeg", "favourites_count": 144, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 445753422, "blocked_by": false, "profile_background_tile": false, "statuses_count": 271, "profile_banner_url": "https://pbs.twimg.com/profile_banners/445753422/1362361928", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "15832457", "following": false, "friends_count": 687, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "996E00", "geo_enabled": false, "followers_count": 444, "location": "", "screen_name": "oshack", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Owen Shackelford", "profile_use_background_image": true, "description": "Politics is a contact sport. So is Braves baseball.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683080659271684096/LFvXF2Wh_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Aug 13 03:43:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683080659271684096/LFvXF2Wh_normal.jpg", "favourites_count": 39, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 15832457, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4219, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15832457/1451694402", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "628719809", "following": false, "friends_count": 1486, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "amyabts.com", "url": "https://t.co/Z5powTexXZ", "expanded_url": "http://www.amyabts.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 543, "location": "Rochester MN", "screen_name": "amy_abts", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Amy Abts", "profile_use_background_image": true, "description": "Wear what you dig, man. Wear what you dig.", "url": "https://t.co/Z5powTexXZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671791123375919104/zetat3Uz_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Jul 06 21:03:04 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671791123375919104/zetat3Uz_normal.jpg", "favourites_count": 4270, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 628719809, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3066, "profile_banner_url": "https://pbs.twimg.com/profile_banners/628719809/1448999689", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3179475258", "following": false, "friends_count": 1054, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joincampaignzero.org", "url": "https://t.co/okIBpNIyYG", "expanded_url": "http://www.joincampaignzero.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/676163901470322688/TRRZTO_W.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 294, "location": "Seattle", "screen_name": "brad_jencks", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Brad Jencks", "profile_use_background_image": true, "description": "Hash-slinging, entropy aggregation , advanced dog butlery.", "url": "https://t.co/okIBpNIyYG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685175845321768960/_4BiMUfr_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Apr 29 16:34:33 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685175845321768960/_4BiMUfr_normal.jpg", "favourites_count": 941, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/676163901470322688/TRRZTO_W.jpg", "default_profile_image": false, "id": 3179475258, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4319, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3179475258/1452017164", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Canadian Meteorologist with an interest in Climate Change and Economics", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3119242741", "profile_image_url": "http://pbs.twimg.com/profile_images/594072280268836864/LSnHwmpH_normal.jpg", "friends_count": 744, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Mar 31 05:48:59 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 300, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/594072280268836864/LSnHwmpH_normal.jpg", "favourites_count": 80, "listed_count": 6, "geo_enabled": false, "follow_request_sent": false, "followers_count": 73, "following": false, "default_profile_image": false, "id": 3119242741, "blocked_by": false, "name": "Shawn", "location": "Waterloo, Ontario", "screen_name": "senocvahr", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "39982013", "following": false, "friends_count": 1078, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blogs.wsj.com/indiarealtime/", "url": "http://t.co/eMMymrYFrl", "expanded_url": "http://blogs.wsj.com/indiarealtime/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2822, "location": "Delhi", "screen_name": "jhsugden", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 120, "name": "Joanna Sugden", "profile_use_background_image": true, "description": "Editor, India Real Time, The Wall Street Journal @WSJIndia", "url": "http://t.co/eMMymrYFrl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481653559146971136/H4Tb-yj0_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu May 14 12:24:18 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481653559146971136/H4Tb-yj0_normal.jpeg", "favourites_count": 11, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 39982013, "blocked_by": false, "profile_background_tile": false, "statuses_count": 789, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39982013/1364297229", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2281405616", "profile_image_url": "http://pbs.twimg.com/profile_images/435528633394798592/UIxavOwI_normal.jpeg", "friends_count": 825, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Jan 08 01:36:43 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 38, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/435528633394798592/UIxavOwI_normal.jpeg", "favourites_count": 72, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 94, "following": false, "default_profile_image": false, "id": 2281405616, "blocked_by": false, "name": "Jeffrey Traeger", "location": "San Francisco ", "screen_name": "jtraeger8", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "322543289", "following": false, "friends_count": 440, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E5507E", "profile_link_color": "B40B43", "geo_enabled": true, "followers_count": 162, "location": "Portland, OR", "screen_name": "DodgetownUSA", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Sam Soule", "profile_use_background_image": false, "description": "I live in a small room.", "url": null, "profile_text_color": "362720", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/623340314502131712/bRzKZQmr_normal.jpg", "profile_background_color": "FF6699", "created_at": "Thu Jun 23 10:26:34 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/623340314502131712/bRzKZQmr_normal.jpg", "favourites_count": 1128, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "default_profile_image": false, "id": 322543289, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2283, "profile_banner_url": "https://pbs.twimg.com/profile_banners/322543289/1404270701", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "205876282", "following": false, "friends_count": 492, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 252, "location": "", "screen_name": "zpaget", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Zak Paget", "profile_use_background_image": true, "description": "Challenge-craving, news-obsessed comms professional. Oh, and of course: travel and food lover (#clich\u00e9). Tweets = my own thoughts/opinions.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656300865448497152/CRYn9wr5_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Thu Oct 21 20:06:21 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656300865448497152/CRYn9wr5_normal.jpg", "favourites_count": 12, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 205876282, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1406, "profile_banner_url": "https://pbs.twimg.com/profile_banners/205876282/1438401014", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "328122243", "following": false, "friends_count": 404, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "weather.gov/norman", "url": "https://t.co/2PdyC4ofYj", "expanded_url": "http://www.weather.gov/norman", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 460, "location": "Norman, OK", "screen_name": "jon_kurtz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "Jonathan Kurtz", "profile_use_background_image": false, "description": "Meteorologist, #STL Native, @UNLincoln & @Creighton grad. #GBR #OptOutside Ignorance knows no job title. -JG", "url": "https://t.co/2PdyC4ofYj", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/623906728749367296/dKnHUlFM_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Jul 02 19:37:27 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/623906728749367296/dKnHUlFM_normal.jpg", "favourites_count": 1029, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 328122243, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2890, "profile_banner_url": "https://pbs.twimg.com/profile_banners/328122243/1421028483", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "182163783", "following": false, "friends_count": 596, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/460921682836733955/s_IKjLDX.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1955, "location": "Kirkland, WA", "screen_name": "Justegarde", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Justin Fassino", "profile_use_background_image": true, "description": "New Media & Social PR for @StepThreePR (Activision, Robot Entertainment)\nGamer / Hockey fan / Board game geek / 100% of these ridiculous opinions = 100% mine", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680625666375585792/YMJznv_8_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Aug 23 23:57:42 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680625666375585792/YMJznv_8_normal.jpg", "favourites_count": 305, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/460921682836733955/s_IKjLDX.jpeg", "default_profile_image": false, "id": 182163783, "blocked_by": false, "profile_background_tile": false, "statuses_count": 17693, "profile_banner_url": "https://pbs.twimg.com/profile_banners/182163783/1450772110", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "282267194", "profile_image_url": "http://pbs.twimg.com/profile_images/684037636135251968/jkzFhGNP_normal.jpg", "friends_count": 214, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Apr 14 21:54:36 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/684037636135251968/jkzFhGNP_normal.jpg", "favourites_count": 2, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 5, "following": false, "default_profile_image": false, "id": 282267194, "blocked_by": false, "name": "Andrew Genz", "location": "Washington, DC", "screen_name": "ajgenz", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24818240", "following": false, "friends_count": 664, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 429, "location": "Southern California", "screen_name": "russmaloney", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Russ Maloney", "profile_use_background_image": true, "description": "Radio and TV guy. Writer of things. I think; therefore, I am...I think.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/452952787626635264/AzWFuOxi_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Tue Mar 17 01:55:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/452952787626635264/AzWFuOxi_normal.jpeg", "favourites_count": 4230, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 24818240, "blocked_by": false, "profile_background_tile": false, "statuses_count": 10253, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24818240/1451785394", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "19213877", "following": false, "friends_count": 2040, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/664868086/d9fb9859e7a88ed05094c1ac2c0cb9ca.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1215, "location": "Cincinnati, OH", "screen_name": "wxenthus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 58, "name": "Dr. Mike Moyer", "profile_use_background_image": true, "description": "Ph.D. - Atmospheric Science/Cog. Psychology of Memory are my diverse areas of research and study. (\u2608\u2109\u2745) + \u03c8(\u2627) = Graecum est; non legitur.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/520399760118018048/Brrej4N2_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 20 01:47:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/520399760118018048/Brrej4N2_normal.jpeg", "favourites_count": 834, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/664868086/d9fb9859e7a88ed05094c1ac2c0cb9ca.jpeg", "default_profile_image": false, "id": 19213877, "blocked_by": false, "profile_background_tile": false, "statuses_count": 13260, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19213877/1414185104", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "99555170", "following": false, "friends_count": 2066, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "createsust.com", "url": "http://t.co/7fIbJp7KST", "expanded_url": "http://createsust.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4446A6", "geo_enabled": true, "followers_count": 569, "location": "Plano, Texas", "screen_name": "CreateSust", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Brian & Marta Moore", "profile_use_background_image": false, "description": "Discussing the ends, ways, and means of sustainability", "url": "http://t.co/7fIbJp7KST", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1240435921/AmoebiusBand_whiteBackground__normal.jpg", "profile_background_color": "000000", "created_at": "Sat Dec 26 18:54:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1240435921/AmoebiusBand_whiteBackground__normal.jpg", "favourites_count": 711, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 99555170, "blocked_by": false, "profile_background_tile": false, "statuses_count": 838, "profile_banner_url": "https://pbs.twimg.com/profile_banners/99555170/1402921254", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "happily married to jimmie johnson. tv photographer. fan of cowboys reds uk basketball", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "45579199", "profile_image_url": "http://pbs.twimg.com/profile_images/1131082373/IMG00108-20100808-1432_normal.jpg", "friends_count": 1636, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Jun 08 14:44:40 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1377, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1131082373/IMG00108-20100808-1432_normal.jpg", "favourites_count": 1714, "listed_count": 2, "geo_enabled": true, "follow_request_sent": false, "followers_count": 256, "following": false, "default_profile_image": false, "id": 45579199, "blocked_by": false, "name": "Gary Johnson", "location": "", "screen_name": "bluegrass1962", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5361852", "following": false, "friends_count": 835, "entities": {"description": {"urls": [{"display_url": "my.pronoun.is/he", "url": "http://t.co/vAbKyrUOi5", "expanded_url": "http://my.pronoun.is/he", "indices": [60, 82]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": true, "followers_count": 384, "location": "San Francisco, CA", "screen_name": "martineno", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Homosexual Supremacy", "profile_use_background_image": true, "description": "Emperor in training, megageek. Occasional kink reference. \u2022 http://t.co/vAbKyrUOi5", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/513067687212113920/vW5VMOmK_normal.png", "profile_background_color": "8B542B", "created_at": "Fri Apr 20 22:34:22 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/513067687212113920/vW5VMOmK_normal.png", "favourites_count": 1776, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "default_profile_image": false, "id": 5361852, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6741, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5361852/1414882261", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "61029535", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/DanAmaranteWea\u2026", "url": "http://t.co/ywbzCg2Qi8", "expanded_url": "http://facebook.com/DanAmaranteWeather", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/450221287042842624/kw-sRIo1.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3731, "location": "Connecticut", "screen_name": "DanAmarante", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 113, "name": "Dan Amarante", "profile_use_background_image": true, "description": "Certified Broadcast Meteorologist on @FOX61News, Sunday radio forecasts for @WTIC1080... Born & raised in Connecticut. Baseball player, weather and space nerd.", "url": "http://t.co/ywbzCg2Qi8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658610127113576448/Xd6RjnSM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jul 28 21:49:24 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658610127113576448/Xd6RjnSM_normal.jpg", "favourites_count": 1695, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/450221287042842624/kw-sRIo1.jpeg", "default_profile_image": false, "id": 61029535, "blocked_by": false, "profile_background_tile": false, "statuses_count": 12513, "profile_banner_url": "https://pbs.twimg.com/profile_banners/61029535/1399463344", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "183476295", "following": false, "friends_count": 1939, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stefmcdonald.com", "url": "http://t.co/fCKGP1GOrY", "expanded_url": "http://stefmcdonald.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000103250562/eb22b8461a0091e2823ad75d7ea802bb.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 562, "location": "Los Angeles, CA", "screen_name": "Stefaniamcd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Stef McDonald", "profile_use_background_image": true, "description": "Working with words for nonprofits & good businesses. Also: playing dress-up and planning my next meal.", "url": "http://t.co/fCKGP1GOrY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1889971382/profile_bw_beach_stripes_normal.JPG", "profile_background_color": "ACDED6", "created_at": "Fri Aug 27 02:38:06 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1889971382/profile_bw_beach_stripes_normal.JPG", "favourites_count": 1581, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000103250562/eb22b8461a0091e2823ad75d7ea802bb.jpeg", "default_profile_image": false, "id": 183476295, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2741, "profile_banner_url": "https://pbs.twimg.com/profile_banners/183476295/1393438633", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "34330530", "following": false, "friends_count": 1068, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "m.MemphisWeather.net", "url": "http://t.co/iJf0b1ymjf", "expanded_url": "http://m.MemphisWeather.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000166702810/Yeil8u8f.jpeg", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "0000AA", "geo_enabled": true, "followers_count": 13598, "location": "Memphis, TN", "screen_name": "memphisweather1", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 376, "name": "MemphisWeather.net", "profile_use_background_image": true, "description": "17 years in Memphis weather. Curated by tweeteorologist EP & #TeamMWN. Keeping the 8-county metro informed and storm safe. Also find us on FB & Google+", "url": "http://t.co/iJf0b1ymjf", "profile_text_color": "2E2E2E", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/463741044199157760/0dMc569m_normal.png", "profile_background_color": "B9CFE6", "created_at": "Wed Apr 22 17:11:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/463741044199157760/0dMc569m_normal.png", "favourites_count": 538, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000166702810/Yeil8u8f.jpeg", "default_profile_image": false, "id": 34330530, "blocked_by": false, "profile_background_tile": false, "statuses_count": 60995, "profile_banner_url": "https://pbs.twimg.com/profile_banners/34330530/1402604158", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Dog-wrangler, writer, gardener, cook, IT ninja. Mefite. She. I don't care if you don't agree with me.", "url": "http://t.co/1w7ytdoVso", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "316103", "profile_image_url": "http://pbs.twimg.com/profile_images/1094775072/lyn2x2_normal.JPG", "friends_count": 1466, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pajamageddon.com", "url": "http://t.co/1w7ytdoVso", "expanded_url": "http://pajamageddon.com", "indices": [0, 22]}]}}, "profile_background_color": "352726", "created_at": "Thu Dec 28 15:00:19 +0000 2006", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "profile_text_color": "3E4415", "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 8838, "profile_sidebar_border_color": "829D5E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1094775072/lyn2x2_normal.JPG", "favourites_count": 1610, "listed_count": 61, "geo_enabled": true, "follow_request_sent": false, "followers_count": 548, "following": false, "default_profile_image": false, "id": 316103, "blocked_by": false, "name": "Lyn Never", "location": "Los Angeles, CA", "screen_name": "LynNever", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "15946918", "profile_image_url": "http://pbs.twimg.com/profile_images/58775762/St._Kitts_and_Vegas_029_normal.jpg", "friends_count": 265, "entities": {"description": {"urls": []}}, "profile_background_color": "C6E2EE", "created_at": "Fri Aug 22 16:33:17 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "profile_text_color": "663B12", "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 474, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/58775762/St._Kitts_and_Vegas_029_normal.jpg", "favourites_count": 3, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 94, "following": false, "default_profile_image": false, "id": 15946918, "blocked_by": false, "name": "Tom McCurry", "location": "Overland Park, KS", "screen_name": "kcmonkeyt", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "209859040", "following": false, "friends_count": 686, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2C809E", "geo_enabled": true, "followers_count": 182, "location": "", "screen_name": "aktaylor08", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Adam Taylor", "profile_use_background_image": true, "description": "Software Engineer, Meteorologist, Roboticist.\nOpinions are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/480330447616868353/VpgkU4RM_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Oct 30 01:49:48 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480330447616868353/VpgkU4RM_normal.jpeg", "favourites_count": 999, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 209859040, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2408, "profile_banner_url": "https://pbs.twimg.com/profile_banners/209859040/1398532710", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "4801", "following": false, "friends_count": 2054, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sinden.org", "url": "https://t.co/eJrLojRwNR", "expanded_url": "http://www.sinden.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/10364823/d.jpg", "notifications": false, "profile_sidebar_fill_color": "A3C7D6", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1018, "location": "St Louis, Mo.", "screen_name": "sinden", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 43, "name": "David Sinden", "profile_use_background_image": false, "description": "I'm an Episcopalian, organist, and conductor. Lessons and Carols obsessive. Co-parent of 25 lb. human. I've been on Twitter way longer than you have.", "url": "https://t.co/eJrLojRwNR", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/14147852/dsinden_normal.jpg", "profile_background_color": "800080", "created_at": "Mon Aug 28 02:20:52 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/14147852/dsinden_normal.jpg", "favourites_count": 4727, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/10364823/d.jpg", "default_profile_image": false, "id": 4801, "blocked_by": false, "profile_background_tile": false, "statuses_count": 13429, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4801/1361333552", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "17235811", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png", "friends_count": 492, "entities": {"description": {"urls": []}}, "profile_background_color": "C6E2EE", "created_at": "Fri Nov 07 18:26:36 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "profile_text_color": "663B12", "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 7, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_5_normal.png", "favourites_count": 3, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 130, "following": false, "default_profile_image": true, "id": 17235811, "blocked_by": false, "name": "Scott Lemmon", "location": "", "screen_name": "scott_lemmon", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1855332805", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/555517972916097024/tbQqbcAI.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 763, "location": "Hancock County, Indiana", "screen_name": "wxindy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 32, "name": "\u26a1WX Indy \u26a1\ufe0f", "profile_use_background_image": false, "description": "Brian...Weather enthusiast, father, husband, professional turf management. opinions are my own. A retweet doesn't always signify an endorsement.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645684917666492416/FxOAGctB_normal.png", "profile_background_color": "131516", "created_at": "Wed Sep 11 19:55:09 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645684917666492416/FxOAGctB_normal.png", "favourites_count": 1767, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/555517972916097024/tbQqbcAI.jpeg", "default_profile_image": false, "id": 1855332805, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5385, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1855332805/1448402927", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "26325494", "following": false, "friends_count": 1470, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 42, "location": "", "screen_name": "samueleisenberg", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 2, "name": "Sam Eisenberg", "profile_use_background_image": true, "description": "Recent @stanfordlaw grad. Tweets about Twins baseball, Gopher hockey, Cardinal football. Occasional comments on energy and environmental law and policy.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481312445512699904/JnAyo-S4_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 24 21:12:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481312445512699904/JnAyo-S4_normal.jpeg", "favourites_count": 70, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 26325494, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3559, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26325494/1403588833", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1934690210", "following": false, "friends_count": 273, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 53, "location": "", "screen_name": "amae_hoppenjans", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 0, "name": "76_phoenix", "profile_use_background_image": true, "description": "Skywatcher, food and wine enthusiast, I worship the woods.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563036309724618752/8CybZ3xb_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Oct 04 16:03:41 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563036309724618752/8CybZ3xb_normal.jpeg", "favourites_count": 1820, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1934690210, "blocked_by": false, "profile_background_tile": false, "statuses_count": 341, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1934690210/1428714413", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "832718768", "following": false, "friends_count": 1269, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1559, "location": "East Coast, Mid-Atlantic", "screen_name": "StormForce_1", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "StormForce_1", "profile_use_background_image": true, "description": "Fan of the weather. News & political junkie. Chasing storms when I can. Was in the eye of Hurricanes Irene & Sandy at landfall. #StandWithRand #RandPaul2016", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675523239389474816/yLAVb5aY_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 19 06:37:54 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675523239389474816/yLAVb5aY_normal.jpg", "favourites_count": 7213, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 832718768, "blocked_by": false, "profile_background_tile": false, "statuses_count": 19424, "profile_banner_url": "https://pbs.twimg.com/profile_banners/832718768/1449885068", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "28378001", "following": false, "friends_count": 834, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 275, "location": "", "screen_name": "TiBmd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "TiBMD", "profile_use_background_image": true, "description": "Husband. Father. Brother. Son. Grandson. Surgeon. RT\u2260 endorsement\n\r\nThese opinions are my own!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000061627366/c65512cd0cab697154ec069cf5a86b60_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Thu Apr 02 17:22:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000061627366/c65512cd0cab697154ec069cf5a86b60_normal.jpeg", "favourites_count": 4846, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 28378001, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2471, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28378001/1430364418", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "288786058", "following": false, "friends_count": 545, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/reeviespeevies/", "url": "https://t.co/yHf5SJI7YN", "expanded_url": "https://instagram.com/reeviespeevies/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/492765999247007744/d3t1gWZl.jpeg", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 380, "location": "Washington, DC", "screen_name": "reeviespeevies", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Katie Reeves", "profile_use_background_image": true, "description": "I never tweet faster than I can see. Besides that, it's all in the reflexes. Michigander. Athletics expat. Master of the [Science & Technology Policy] Universe.", "url": "https://t.co/yHf5SJI7YN", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/521117669978693632/GpH4ICIH_normal.jpeg", "profile_background_color": "0099B9", "created_at": "Wed Apr 27 13:33:27 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/521117669978693632/GpH4ICIH_normal.jpeg", "favourites_count": 5476, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/492765999247007744/d3t1gWZl.jpeg", "default_profile_image": false, "id": 288786058, "blocked_by": false, "profile_background_tile": true, "statuses_count": 7394, "profile_banner_url": "https://pbs.twimg.com/profile_banners/288786058/1423450546", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "227381114", "following": false, "friends_count": 1388, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hydro-logic.blogspot.com", "url": "http://t.co/Aeo9Y59s1w", "expanded_url": "http://hydro-logic.blogspot.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/192387486/x157a10c8e8bd14f06072a93cef1d924.jpg", "notifications": false, "profile_sidebar_fill_color": "233235", "profile_link_color": "3E87A7", "geo_enabled": true, "followers_count": 1459, "location": "Madison, Wisconsin, USA", "screen_name": "MGhydro", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 112, "name": "Matthew Garcia", "profile_use_background_image": true, "description": "PhD Candidate, Forestry + Remote Sensing @UWMadison. 2015-16 @WISpaceGrant Fellow. Trees, Water, Weather, Climate, Computing. Strange duck. Valar dohaeris.", "url": "http://t.co/Aeo9Y59s1w", "profile_text_color": "73AFC9", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/580493396457988096/Iv7xPvC1_normal.png", "profile_background_color": "D5D9C2", "created_at": "Thu Dec 16 18:01:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "DC4093", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/580493396457988096/Iv7xPvC1_normal.png", "favourites_count": 713, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/192387486/x157a10c8e8bd14f06072a93cef1d924.jpg", "default_profile_image": false, "id": 227381114, "blocked_by": false, "profile_background_tile": false, "statuses_count": 47343, "profile_banner_url": "https://pbs.twimg.com/profile_banners/227381114/1427235582", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14950146", "following": false, "friends_count": 1142, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "alifeitself.com", "url": "http://t.co/TTxcg6UrPI", "expanded_url": "http://alifeitself.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/520893630/085-1.JPG", "notifications": false, "profile_sidebar_fill_color": "99C2C9", "profile_link_color": "99C9BD", "geo_enabled": false, "followers_count": 1828, "location": "Decatur, GA", "screen_name": "danayoung", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 129, "name": "Dana Lisa Young", "profile_use_background_image": true, "description": "Reiki healer, teacher, spiritual director & owner of Dragonfly Reiki Healing Center. I tweet about anything that strikes my fancy., which is a lot of things.", "url": "http://t.co/TTxcg6UrPI", "profile_text_color": "3D393D", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662467561481592832/ZoUMcMk2_normal.jpg", "profile_background_color": "F4C9A3", "created_at": "Fri May 30 01:05:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662467561481592832/ZoUMcMk2_normal.jpg", "favourites_count": 12784, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/520893630/085-1.JPG", "default_profile_image": false, "id": 14950146, "blocked_by": false, "profile_background_tile": false, "statuses_count": 51968, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14950146/1446779038", "is_translator": false}, {"time_zone": "Hong Kong", "profile_use_background_image": true, "description": "A Scotsman (Arbroath) who has called Hong Kong home for +28 years. Main biz is logistics, but love hiking around our amazing hills.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "186648261", "profile_image_url": "http://pbs.twimg.com/profile_images/538106960105582592/5Xkro4nM_normal.jpeg", "friends_count": 937, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Sep 04 00:54:51 +0000 2010", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/778834877/2d5ed635937dd2b766787782e6881852.jpeg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/778834877/2d5ed635937dd2b766787782e6881852.jpeg", "statuses_count": 13556, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/538106960105582592/5Xkro4nM_normal.jpeg", "favourites_count": 2276, "listed_count": 29, "geo_enabled": true, "follow_request_sent": false, "followers_count": 495, "following": false, "default_profile_image": false, "id": 186648261, "blocked_by": false, "name": "Phillip Forsyth", "location": "Hong Kong", "screen_name": "Phillip_In_HK", "profile_background_tile": true, "notifications": false, "utc_offset": 28800, "muting": false, "protected": false, "has_extended_profile": true, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11620892", "following": false, "friends_count": 3436, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bloomberg.com", "url": "http://t.co/jn0fKSi5aC", "expanded_url": "http://www.bloomberg.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/628842181/gjlz8x8joom885xnxm09.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 6374, "location": "New York, NY", "screen_name": "eroston", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 455, "name": "Eric Roston", "profile_use_background_image": true, "description": "Important things are more fun than fun things are important. Carbon stuff; also: non-carbon stuff. Spirograph black belt. Science @ Bloomberg. RT=PV/n", "url": "http://t.co/jn0fKSi5aC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000435307841/3799d9defe14d169734dce73708261db_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Sat Dec 29 04:31:19 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000435307841/3799d9defe14d169734dce73708261db_normal.jpeg", "favourites_count": 2042, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/628842181/gjlz8x8joom885xnxm09.jpeg", "default_profile_image": false, "id": 11620892, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9324, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11620892/1398571738", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "43032803", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "friends_count": 117, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu May 28 02:57:25 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 14, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "favourites_count": 60, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 11, "following": false, "default_profile_image": true, "id": 43032803, "blocked_by": false, "name": "Haviv Zahav", "location": "", "screen_name": "hzahav", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Mazatlan", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "174773888", "following": false, "friends_count": 494, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "26466D", "geo_enabled": false, "followers_count": 112, "location": "Wyoming via Idaho", "screen_name": "brendonme", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Brendon", "profile_use_background_image": false, "description": "Fan of travel, wilderness, and bad weather. I like twitter for weather. Accountant.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663443100329578496/_Mb_plGh_normal.jpg", "profile_background_color": "828282", "created_at": "Wed Aug 04 19:58:21 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663443100329578496/_Mb_plGh_normal.jpg", "favourites_count": 1384, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 174773888, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1261, "profile_banner_url": "https://pbs.twimg.com/profile_banners/174773888/1418678965", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "214591313", "following": false, "friends_count": 1174, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 177, "location": "eastern PA", "screen_name": "phellaini", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Phil Vida", "profile_use_background_image": true, "description": "Free agent weatherman and hockey fan livin in the lesser side of PA. No mystical energy field controls my destiny. It's all a lot of simple tricks and nonsense.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/510940238898683904/qzo1BRy7_normal.jpeg", "profile_background_color": "131516", "created_at": "Thu Nov 11 19:29:50 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510940238898683904/qzo1BRy7_normal.jpeg", "favourites_count": 51, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 214591313, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6284, "profile_banner_url": "https://pbs.twimg.com/profile_banners/214591313/1410652635", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "290180065", "following": false, "friends_count": 6452, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "slate.com/authors.eric_h\u2026", "url": "http://t.co/hA0H6wWF56", "expanded_url": "http://www.slate.com/authors.eric_holthaus.html", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 33509, "location": "Tucson, AZ", "screen_name": "EricHolthaus", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1607, "name": "Eric Holthaus", "profile_use_background_image": true, "description": "'America's weather-predicting boyfriend' \u2014@awl | 'The internet's favorite meteorologist' \u2014@vice | Thankful. | Say hi: eric.holthaus@slate.com", "url": "http://t.co/hA0H6wWF56", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458779628161597440/mWG3M6gy_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Apr 29 21:18:26 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458779628161597440/mWG3M6gy_normal.jpeg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 290180065, "blocked_by": false, "profile_background_tile": false, "statuses_count": 37765, "profile_banner_url": "https://pbs.twimg.com/profile_banners/290180065/1398216679", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "33627414", "following": false, "friends_count": 1488, "entities": {"description": {"urls": [{"display_url": "SeeDisclaimer.com", "url": "https://t.co/Tqkn8UDdDp", "expanded_url": "http://SeeDisclaimer.com", "indices": [55, 78]}]}, "url": {"urls": [{"display_url": "metservice.com", "url": "https://t.co/SjyJ6Ke7il", "expanded_url": "http://www.metservice.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/490700799/S5001929.JPG", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 6988, "location": "Wellington City, New Zealand", "screen_name": "chesterlampkin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 250, "name": "Chester Lampkin", "profile_use_background_image": true, "description": "Meteorologist in #NewZealand @ @metservice. IMPORTANT: https://t.co/Tqkn8UDdDp Love family/friends, weather, geography, Cardinals, SLU, Mizzou, from St Louis.", "url": "https://t.co/SjyJ6Ke7il", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644259881222995968/HaNnCIwE_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Mon Apr 20 19:20:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644259881222995968/HaNnCIwE_normal.jpg", "favourites_count": 26057, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/490700799/S5001929.JPG", "default_profile_image": false, "id": 33627414, "blocked_by": false, "profile_background_tile": true, "statuses_count": 59554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/33627414/1449305225", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "305956679", "following": false, "friends_count": 259, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 241, "location": "San Antonio", "screen_name": "SAWatcherTX", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Michael Nicolaou", "profile_use_background_image": true, "description": "Believer, Husband, Father, Weather Enthusiast, Mtn Biker, Singer, Ghost Writer for @Head_Shot_Kitty", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673343369880297472/yN7j1qOc_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri May 27 01:45:17 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673343369880297472/yN7j1qOc_normal.jpg", "favourites_count": 8199, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 305956679, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16970, "profile_banner_url": "https://pbs.twimg.com/profile_banners/305956679/1431833958", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "98729176", "following": false, "friends_count": 541, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/KyleRobertsWea\u2026", "url": "https://t.co/8aCa0usAwU", "expanded_url": "http://www.facebook.com/KyleRobertsWeather", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 1182, "location": "Oklahoma City, OK", "screen_name": "KyleWeather", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "Kyle Roberts", "profile_use_background_image": true, "description": "Meteorologist for FOX 25 (@OKCFOX) in Oklahoma City | Texas A&M grad | Tweeter of weather, sports, and whatever crosses my mind (usually in that order)", "url": "https://t.co/8aCa0usAwU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000834039489/8de2ddf7cf000f19c90861190dbe8fd6_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Dec 22 22:00:16 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000834039489/8de2ddf7cf000f19c90861190dbe8fd6_normal.jpeg", "favourites_count": 1400, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 98729176, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6535, "profile_banner_url": "https://pbs.twimg.com/profile_banners/98729176/1448854863", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "44676697", "following": false, "friends_count": 836, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/515574502416060416/TjnMSFeM.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 286, "location": "Nebraska", "screen_name": "Connord64", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Connor Dennhardt", "profile_use_background_image": true, "description": "Meteorology major at UNL | NWS Intern | Sports, Politics, Weather, Repeat | Tweets are my own |", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684560962582491136/kdyaM0H7_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Jun 04 18:06:02 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684560962582491136/kdyaM0H7_normal.jpg", "favourites_count": 705, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/515574502416060416/TjnMSFeM.png", "default_profile_image": false, "id": 44676697, "blocked_by": false, "profile_background_tile": true, "statuses_count": 11540, "profile_banner_url": "https://pbs.twimg.com/profile_banners/44676697/1452046995", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "244886275", "following": false, "friends_count": 449, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "841618", "geo_enabled": true, "followers_count": 89, "location": "St. Louis, Missouri, USA", "screen_name": "CoffellWX", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Dustin Coffell", "profile_use_background_image": false, "description": "Meteorology student at the University of Oklahoma. Fan of the St. Louis Cardinals, Green Bay Packers... and an avid fantasy baseball/football player.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/625768224039280640/vp386fmO_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Jan 30 10:49:38 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625768224039280640/vp386fmO_normal.jpg", "favourites_count": 49, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 244886275, "blocked_by": false, "profile_background_tile": false, "statuses_count": 380, "profile_banner_url": "https://pbs.twimg.com/profile_banners/244886275/1438029799", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "17063693", "following": false, "friends_count": 470, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "martinoleary.com", "url": "https://t.co/cZyb9A7ETj", "expanded_url": "http://www.martinoleary.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 576, "location": "Mostly Wales", "screen_name": "mewo2", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 32, "name": "Martin O'Leary", "profile_use_background_image": true, "description": "Glaciologist, trivia buff, data cruncher, man about town, euroviisuhullu. I once was voted second sexiest voice in Cambridge.", "url": "https://t.co/cZyb9A7ETj", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/434801946214801408/Ni8aJvw8_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Thu Oct 30 11:58:30 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/434801946214801408/Ni8aJvw8_normal.jpeg", "favourites_count": 30, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 17063693, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1386, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17063693/1440399848", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "Tall", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "17010047", "profile_image_url": "http://pbs.twimg.com/profile_images/1443130120/meandthedevil_normal.jpg", "friends_count": 426, "entities": {"description": {"urls": []}}, "profile_background_color": "131516", "created_at": "Mon Oct 27 23:41:42 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 8440, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1443130120/meandthedevil_normal.jpg", "favourites_count": 4109, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 122, "following": false, "default_profile_image": false, "id": 17010047, "blocked_by": false, "name": "William O'Brien", "location": "Springfield, MO", "screen_name": "sopmaster", "profile_background_tile": true, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": false, "description": "I am the bot-loving alter-ego of @corcra.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3912921921", "profile_image_url": "http://pbs.twimg.com/profile_images/652618720607469568/P_xzWL_O_normal.jpg", "friends_count": 79, "entities": {"description": {"urls": []}}, "profile_background_color": "000000", "created_at": "Fri Oct 09 22:54:12 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/652618720607469568/P_xzWL_O_normal.jpg", "favourites_count": 11, "listed_count": 5, "geo_enabled": false, "follow_request_sent": false, "followers_count": 8, "following": false, "default_profile_image": false, "id": 3912921921, "blocked_by": false, "name": "cyborcra", "location": "Everywhere", "screen_name": "cyborcra", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "87095316", "following": false, "friends_count": 3581, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dennismersereau.com", "url": "https://t.co/DS5HCTZw99", "expanded_url": "http://dennismersereau.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "1C88CC", "geo_enabled": true, "followers_count": 6030, "location": "North Carolina", "screen_name": "wxdam", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 342, "name": "Dennis Mersereau", "profile_use_background_image": true, "description": "I control the weather. Contributor to @mental_floss. I used to write for The Vane. I also wrote a book. It's good. You should buy it. \u2192", "url": "https://t.co/DS5HCTZw99", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684267915261030400/F-gzX8eX_normal.jpg", "profile_background_color": "022330", "created_at": "Tue Nov 03 03:04:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684267915261030400/F-gzX8eX_normal.jpg", "favourites_count": 9121, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 87095316, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16694, "profile_banner_url": "https://pbs.twimg.com/profile_banners/87095316/1447735871", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "129586119", "following": false, "friends_count": 761, "entities": {"description": {"urls": [{"display_url": "twitter.com/deathmtn/lists\u2026", "url": "https://t.co/FTnTCHiPpj", "expanded_url": "https://twitter.com/deathmtn/lists/robotic-council-of-doom/members", "indices": [120, 143]}]}, "url": {"urls": [{"display_url": "jimkang.com/namedlevels", "url": "https://t.co/FtjJuczRGL", "expanded_url": "http://jimkang.com/namedlevels", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 898, "location": "Somerville, MA", "screen_name": "deathmtn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 72, "name": "\u2206\u25fc\ufe0e\u2206", "profile_use_background_image": true, "description": "Occupational traits. Admirable hobbies. Characteristics! Some projects: @autocompletejok, @bddpoetry, @atyrannyofwords, https://t.co/FTnTCHiPpj", "url": "https://t.co/FtjJuczRGL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680850007063457792/cemxWArq_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Apr 04 20:05:43 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680850007063457792/cemxWArq_normal.jpg", "favourites_count": 15045, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 129586119, "blocked_by": false, "profile_background_tile": false, "statuses_count": 48889, "profile_banner_url": "https://pbs.twimg.com/profile_banners/129586119/1359422907", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1160471", "following": false, "friends_count": 789, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "muffinlabs.com", "url": "https://t.co/F9U7lQOBWG", "expanded_url": "http://muffinlabs.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458958349359259649/v3jhFv9U.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 928, "location": "Montague, MA", "screen_name": "muffinista", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "\u2630 colin mitchell \u2630", "profile_use_background_image": true, "description": "pie heals all wounds\n#botALLY", "url": "https://t.co/F9U7lQOBWG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685299388760109056/TD1GAAg4_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Mar 14 14:46:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685299388760109056/TD1GAAg4_normal.jpg", "favourites_count": 11542, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458958349359259649/v3jhFv9U.jpeg", "default_profile_image": false, "id": 1160471, "blocked_by": false, "profile_background_tile": true, "statuses_count": 23431, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1160471/1406567144", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2344125559", "following": false, "friends_count": 2332, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bitpixi.com", "url": "https://t.co/8wmgXFQ8U8", "expanded_url": "http://www.bitpixi.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 1737, "location": "South San Francisco, CA", "screen_name": "bitpixi", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 174, "name": "Kasey Robinson", "profile_use_background_image": true, "description": "@Minted Photo Editor & Design Associate. @BayAreaBotArts Meetup Organizer. 1st bot: @bitpixi_ebooks", "url": "https://t.co/8wmgXFQ8U8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675023811511607296/PbyIDvbw_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Feb 14 21:09:05 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675023811511607296/PbyIDvbw_normal.jpg", "favourites_count": 21763, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 2344125559, "blocked_by": false, "profile_background_tile": true, "statuses_count": 8723, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2344125559/1444427702", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "415454916", "following": false, "friends_count": 553, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hecanjog.com", "url": "http://t.co/tp6v4wclVE", "expanded_url": "http://www.hecanjog.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/380385437/maker_faire_diagram.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 938, "location": "Milwaukee", "screen_name": "hecanjog", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "He Can Jog", "profile_use_background_image": true, "description": "Computer music with friends as @thegeodes and @cedarav.", "url": "http://t.co/tp6v4wclVE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680888868795633664/XcKxqp2Q_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Fri Nov 18 10:54:19 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680888868795633664/XcKxqp2Q_normal.jpg", "favourites_count": 8724, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/380385437/maker_faire_diagram.jpg", "default_profile_image": false, "id": 415454916, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/415454916/1451171606", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "36128926", "following": false, "friends_count": 1018, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/444538332/Typewriter.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1035, "location": "Edmonton, Alberta", "screen_name": "mattlaschneider", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 53, "name": "Matt L.A. Schneider", "profile_use_background_image": true, "description": "PhD candidate at U Toronto, studying digital materiality, print culture, and videogames. #botALLY and penny-rounding northerner.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/483750386462101505/o4-hAGZ6_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 28 17:44:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483750386462101505/o4-hAGZ6_normal.jpeg", "favourites_count": 7999, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/444538332/Typewriter.jpg", "default_profile_image": false, "id": 36128926, "blocked_by": false, "profile_background_tile": false, "statuses_count": 30919, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36128926/1382844233", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": false, "description": "my kingdom for a microwave that doesn't beep", "url": "http://t.co/wtg3XzqQTX", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "372018022", "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "friends_count": 301, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX", "expanded_url": "http://iseverythingstilltheworst.com", "indices": [0, 22]}]}}, "profile_background_color": "FFFFFF", "created_at": "Sun Sep 11 23:49:28 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "EE3355", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 318, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "favourites_count": 1215, "listed_count": 5, "geo_enabled": false, "follow_request_sent": false, "followers_count": 50, "following": true, "default_profile_image": false, "id": 372018022, "blocked_by": false, "name": "jeremy", "location": "not a very good kingdom tbh", "screen_name": "__jcbl__", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}], "next_cursor": 0, "previous_cursor": -1516840684967804231, "previous_cursor_str": "-1516840684967804231", "next_cursor_str": "0"}python-twitter-3.3/testdata/get_friend_ids_0.json000066400000000000000000001503661311017327200223000ustar00rootroot00000000000000{"next_cursor_str": "1417903878302254556", "next_cursor": 1417903878302254556, "previous_cursor": 0, "previous_cursor_str": "0", "ids": [174716364, 4229043317, 584141481, 36244707, 34643610, 7383122, 2307068066, 390842981, 345894976, 2798004630, 193596810, 16474986, 82431632, 20021712, 2967867342, 1345863144, 525249617, 80797182, 365459573, 1511949548, 21014078, 227013289, 1532543576, 1481054280, 16280979, 25453101, 70595671, 255517988, 596841936, 64523032, 15714370, 1432081760, 45869342, 778250695, 23008743, 915719034, 16467789, 39263564, 3346616554, 333442035, 36918513, 15822969, 2469857444, 826052299, 3892175716, 1563895639, 3079401397, 3092079436, 17155587, 98962695, 2336216776, 41565136, 832057747, 482179923, 3987827837, 14115172, 125423182, 123289807, 2383284786, 4527950052, 1485600931, 2352084432, 22508206, 126151675, 38705128, 433247367, 1079443074, 2338105459, 118935599, 28599820, 23295958, 2284018490, 1232995548, 184385983, 357661916, 877260416, 949232324, 198434663, 416809908, 20065936, 307855987, 3182047141, 247517043, 4427416695, 4426698797, 75091114, 32878430, 4273147873, 2402197177, 1543056944, 47605173, 2560289532, 39013572, 2866046769, 126037037, 17402120, 262352377, 2358407005, 596706060, 2885725097, 600580312, 466899807, 112029154, 3035489583, 3420906832, 294225981, 2776016907, 43602705, 3041074949, 75641903, 15428612, 1666099686, 198352854, 216100700, 60843563, 59489293, 18486446, 385883807, 89254683, 116707941, 84028963, 2566824948, 57048551, 19351317, 219957717, 3877035493, 3812320515, 3540832456, 3377353389, 3306463672, 3306307028, 3252248568, 3240557112, 3105512481, 3036145773, 2954253258, 2786392888, 2761823098, 2690520336, 2536509241, 2425339574, 2339890328, 2331512354, 2248966884, 2192183084, 2186834270, 2168408323, 1926787008, 1897471286, 1465738609, 1427386350, 1414052431, 1377573938, 1351957970, 1327886413, 1172385756, 1155945612, 1150900106, 1035823255, 1014668238, 1000540062, 996120571, 995794087, 968080993, 963957084, 931130899, 925035698, 858718512, 802185074, 714240331, 613455739, 608610375, 599849374, 561887188, 498700046, 469171952, 454672754, 433794960, 422355017, 415989428, 415458548, 412254113, 395868327, 386076684, 374811299, 374675413, 374413553, 374052497, 371313804, 359573726, 358903005, 355696940, 351971672, 350579415, 326854066, 311240703, 302102486, 289069118, 272285827, 264806091, 238096056, 237243990, 235785221, 229114172, 223424972, 213359082, 200217502, 193653724, 183454227, 177458594, 175104981, 157965754, 138375644, 136968204, 114543805, 113960138, 107161643, 95981793, 80811754, 80122680, 75467271, 74424673, 71091193, 64610462, 62029673, 58517669, 54903471, 51207702, 50089463, 41146281, 39909343, 38839573, 34865826, 33223159, 31397776, 31387025, 29719275, 29708270, 26843983, 27004894, 24444891, 23833491, 22156161, 21864336, 18585097, 19491190, 18114111, 15630662, 3737281, 28072047, 22538725, 2906956060, 372575989, 72345536, 3350493279, 156905483, 12475072, 3503442196, 19568034, 22410909, 2603080159, 82355306, 2888034164, 452352757, 3606504676, 15414356, 76849994, 427354566, 51031558, 28563096, 34863269, 525487471, 119521385, 4316815947, 515511443, 14223960, 267788953, 17617472, 3053663748, 3248910245, 34306568, 415823496, 1524749774, 153280848, 235348644, 15506669, 234136347, 733322844, 14160917, 33287494, 990305612, 1915177471, 1563503360, 3585167052, 458046334, 2613246072, 961755354, 2266035060, 946894280, 4220691364, 4071214642, 512407105, 262471388, 19670226, 373584957, 15920243, 4257979872, 14269768, 97738079, 2538349783, 58211781, 3412867557, 284718102, 20224969, 21826316, 15670644, 4119741, 22429979, 1344603788, 4009671023, 41660626, 36508851, 3910893854, 4010449719, 65176836, 14545372, 2980058889, 211177035, 757303975, 14817150, 18393196, 15692520, 1209887330, 58812628, 637196658, 372018022, 3942597494, 200711723, 278093318, 21119658, 39446462, 21982720, 14511951, 3676292235, 2927107460, 4071873193, 394060363, 54306976, 4129078452, 17663776, 140252240, 82659154, 63697051, 3834939257, 3621791535, 1541797452, 1643475626, 1012864226, 594015697, 133929829, 194714715, 2489508619, 189763764, 8752222, 3074259883, 1138981327, 318549214, 82544380, 29735775, 14679233, 4040207472, 26682348, 868389662, 4010618585, 3245142196, 3980516359, 240471848, 2382609979, 112793441, 580942452, 15542781, 46190611, 240184267, 44903491, 2821370524, 3257162537, 1497210092, 1353260683, 21059255, 26028448, 2455204525, 377206475, 7900962, 15029770, 559028753, 3907577966, 1252117579, 3617313256, 313743136, 2198108859, 135905236, 131552659, 25856281, 1360417214, 67622527, 216633730, 97506025, 15376200, 65154490, 345232857, 272491055, 343267635, 92027622, 2192878808, 2478738590, 233387844, 3317341816, 17448192, 401281561, 3929578042, 3937345408, 18639452, 22095964, 246788299, 14552366, 360654151, 2281125961, 62515016, 835680883, 313525912, 3982969096, 24277551, 2747973655, 3167182492, 70784623, 207635400, 28411360, 478849885, 1055281526, 3356531254, 3266848870, 3958051175, 15359205, 3310428789, 111778335, 256277422, 85032215, 249466118, 1111063441, 633980404, 12604082, 17505249, 17043428, 344395626, 80655195, 1003857624, 1509936680, 165731767, 2178901645, 3230052541, 378703672, 1268764082, 14585409, 14752312, 257893956, 26609246, 25924436, 112236745, 3901783420, 16866617, 16951956, 77570910, 15409625, 16944165, 21266560, 2927266003, 90694228, 68449573, 403727931, 404421890, 68707961, 14290018, 166772969, 399004430, 307589282, 607099840, 17455195, 131301936, 8835652, 33935000, 515034648, 2916305152, 3675973095, 284638893, 3114313702, 2971787403, 2342323674, 4906211, 3406043239, 1390255892, 591160609, 2370597494, 1430901781, 177336591, 173216568, 246867553, 219070649, 3310348271, 3364515135, 214502417, 246615051, 21099301, 510123282, 2526706224, 2231927636, 2201024219, 3352886781, 2821132277, 330797853, 3675995734, 240061941, 429946250, 570705602, 169661494, 2545171004, 3184574881, 32929377, 1482771301, 3583264572, 3541994172, 45155495, 2493733837, 488810546, 21581820, 14607059, 2980100441, 36393171, 163036182, 81951477, 26396117, 18424289, 2514293430, 1019836922, 3293886549, 110396781, 221834911, 2813202439, 50446226, 19758375, 370758768, 383435496, 14676835, 24831757, 2180408564, 3350807423, 233257967, 16880858, 23911915, 448434781, 166267705, 65640999, 17774100, 1135983726, 621522194, 3221765772, 1198690393, 3472808781, 61018648, 27895727, 257922239, 3458195901, 15754281, 2467791, 34379755, 15208768, 861455580, 3243356006, 3433379001, 21634600, 1282121312, 1369144951, 52494838, 52499707, 379824075, 292650377, 2830496875, 33661289, 14768193, 2212664486, 514033223, 26267605, 298665200, 1365252164, 148962007, 1475775084, 66385865, 590060558, 55633685, 3241266563, 3169051790, 124293790, 14264161, 476387407, 2453452381, 2395614938, 14850576, 14445325, 4488, 2780477770, 20675211, 441134864, 196462653, 54654212, 2285771029, 1665877224, 718449524, 2680763216, 47374474, 2717089861, 518143842, 3021697442, 45420135, 135990436, 41127809, 229999442, 2437502443, 16148151, 417739798, 861893730, 230240898, 1040127511, 1380385320, 2600187422, 3243668999, 845066312, 17200105, 1365460075, 961201465, 610219779, 113689722, 357551176, 417960385, 637467612, 796721929, 61524685, 869416448, 839536712, 764372598, 1020108763, 258960686, 579300579, 1710096061, 2372308056, 20715242, 2492541432, 2431369694, 99000872, 304550287, 15076489, 2835899107, 620020696, 49574494, 2408844830, 512905341, 49534192, 299639883, 2941125060, 14145626, 311086886, 21512767, 1523794302, 324956327, 18049298, 23195549, 11179192, 340795517, 874798920, 69186722, 979311691, 2978541712, 1219366122, 3301420004, 14295657, 244162778, 2805687654, 1143905359, 19039279, 183247422, 14994676, 3193173610, 19086064, 15914986, 1106610996, 552661784, 179163585, 480630176, 124528783, 1170164516, 23826345, 134918286, 1546783842, 127705651, 76520255, 375760645, 17596069, 50329013, 243314723, 18139220, 2615319734, 249724351, 15737554, 1259839165, 345615190, 166028524, 1665386791, 275391646, 245384422, 308078682, 3304470901, 25658504, 103085965, 3018968748, 14468410, 148567358, 3395561619, 111404710, 1347581462, 3073871212, 17530448, 259953357, 610388842, 3373321, 15852132, 28883874, 35088920, 272633065, 284542523, 435404014, 2937575623, 3244931611, 203609543, 3219632226, 17175139, 3333394869, 456930921, 3065348142, 35382548, 278652369, 152877900, 74903828, 96602314, 56179493, 26377478, 25168865, 3157927513, 15466988, 285125151, 2746648903, 3362148580, 3288353887, 785808991, 456403811, 2645532414, 3307377695, 42634830, 34946754, 139830358, 42857269, 1858554535, 24657506, 48419856, 14031032, 14116915, 198020721, 13759792, 770066, 1701631, 3153328297, 780993961, 2417085025, 22032817, 2978608072, 2866454409, 1357254643, 1656174793, 352644923, 2903966777, 372760774, 299505155, 25170613, 3226238609, 21916640, 22205944, 756762998, 21145852, 1490861354, 80893052, 1979558624, 3345956002, 3293153877, 313813951, 87205530, 14695043, 2284287030, 1408308162, 1732689133, 3256190911, 829323654, 17372204, 618351213, 364062266, 3342152225, 15218212, 17463028, 2218734840, 630703637, 2152614386, 2859487678, 18104730, 1433469289, 18040395, 463428936, 397694029, 637357269, 2738735742, 36584174, 728305885, 714296275, 163610075, 413634848, 523676772, 265484413, 225096128, 222490156, 36322086, 998640920, 21277118, 3232924232, 3251112680, 608310777, 2949547815, 52452323, 2347560146, 3016964678, 15824288, 246309084, 2547533580, 341046775, 42628521, 3309136432, 14188527, 305913715, 16683885, 293941423, 49885057, 284589209, 65478524, 32269230, 840506047, 3239114702, 2615603432, 345454327, 36336107, 3108671256, 3091552272, 274866611, 394134791, 18244419, 153500044, 1465842356, 586, 7692762, 856432010, 12329252, 18737731, 22546003, 3300703462, 2841359663, 82398383, 2617471956, 138681231, 2690187182, 885506959, 3119449389, 299988190, 3308352436, 2899780530, 887221, 2182516859, 2153551561, 165862343, 14614981, 24950791, 3293347210, 3309662224, 1296292616, 1222705992, 584162442, 217478823, 2900242168, 779049289, 840233028, 3257262027, 13565472, 2675109888, 30013010, 168754092, 14526877, 20698435, 2282667775, 835858886, 570484435, 2223451512, 1722403496, 6476742, 636586551, 17851886, 405157471, 15604078, 148736206, 77456101, 74536754, 47880934, 599515941, 2931131799, 36163152, 3044665445, 3572441, 2937632239, 15481158, 25171326, 47939390, 15808647, 15249166, 16287007, 1398449161, 84652865, 3151633831, 22271373, 15432750, 23971393, 273223527, 2149815847, 2384173392, 20056392, 128544009, 72255032, 39279027, 313525999, 3221779009, 17714082, 16782604, 1270746139, 3148356377, 3195834151, 1536791610, 30791070, 109317659, 538489875, 2609106255, 41582030, 18691048, 89123936, 43642659, 14124899, 545804017, 17238395, 22840995, 138830247, 537776452, 325803700, 2448248076, 2877214085, 266185089, 3187026492, 23596644, 23408887, 20172250, 102420852, 499917546, 92030522, 1394917244, 1556361283, 151689073, 557976011, 795008808, 566052541, 115865427, 569643970, 329989597, 27963917, 31227419, 21918047, 16132284, 25396695, 188045648, 3149889709, 1730414958, 133947893, 3172756859, 3186605629, 28592419, 465255113, 379921752, 37280980, 239297332, 28049003, 12523012, 202890424, 605674944, 422105720, 16517679, 500704345, 60939512, 1304924886, 278648035, 3160470333, 216776631, 2151820370, 2339685247, 615471114, 188545143, 814589791, 1260091734, 2752775016, 2868169873, 39692025, 3146567046, 20530177, 231649709, 2815076773, 14774366, 2480569345, 2828369140, 271636708, 104916123, 15529670, 14638851, 15081378, 15774048, 16002085, 16596200, 17179368, 18536997, 18637420, 21576334, 21705181, 22021978, 22128352, 23948464, 25030848, 25298569, 25960714, 30971909, 40874240, 43792125, 51002583, 53416347, 66533920, 80802900, 102934369, 135060958, 138108708, 162869238, 172081908, 191849753, 221707278, 276713213, 363997684, 566688127, 1183947482, 37861434, 18269124, 1200738858, 25348485, 1582341876, 1228526078, 317700208, 46770535, 2885031082, 51768731, 22481472, 2769059108, 2680336646, 171198994, 33323849, 14247155, 2882391828, 2489298668, 3148813916, 10959642, 14903013, 113450686, 1267082576, 3121530274, 492545912, 1315298502, 351127535, 251796912, 404351974, 38135837, 1634066785, 2968989617, 1071777608, 616279187, 123532694, 109890809, 17681505, 16721061, 130906331, 2182641, 575905433, 93581874, 1187444389, 1606877971, 27688281, 16957321, 2856042501, 378778750, 1615577521, 431627744, 197108944, 1551856777, 62648354, 16785742, 11696382, 2732089057, 12494842, 3107878302, 1000968684, 538475269, 84599034, 2176557343, 573965125, 14571751, 2685092670, 364762860, 714864200, 17621767, 6825792, 22458458, 46335511, 1915336519, 16088941, 1278123535, 233473695, 376790816, 87215923, 785683, 217430520, 1444424754, 58514805, 3035726218, 6385432, 14897303, 20508720, 80617430, 167518667, 14477723, 432895323, 3029021253, 562585357, 25889033, 32078497, 1357252880, 28278535, 2952910735, 139112983, 235214894, 2865812463, 44776990, 17599655, 5045181, 6780932, 2445809510, 2927758254, 2842655435, 2296984584, 1694401938, 21165339, 807735240, 39108656, 575660051, 3092388093, 2400443496, 57076191, 155748301, 13209362, 197035403, 14325025, 3063529148, 2485531140, 1906951, 10018072, 2562629773, 222467178, 29752603, 25165002, 947986136, 3014224345, 12076002, 16396118, 2371270375, 2977964520, 60642052, 571202103, 80069319, 140074826, 52129399, 126628622, 21965626, 12755092, 2314467259, 34424798, 582909932, 3026704559, 258923616, 2030711, 27212264, 2392489904, 16725824, 2778827209, 3058016604, 342100419, 18014373, 122387909, 2382117350, 16892481, 386631799, 2835337844, 127739478, 16477936, 187516575, 17845620, 2600525376, 101754147, 84684955, 14564868, 55694209, 33433709, 751452180, 16216975, 351200120, 2575159890, 29100243, 661403, 478326622, 92601300, 831880992, 1269364218, 386413191, 526600858, 60747383, 15612654, 456253373, 978176486, 17687405, 132399660, 22144306, 19185921, 85193539, 18137749, 27025052, 1926360631, 105207999, 202787004, 174397217, 110504902, 15220768, 27054843, 111954709, 2496916592, 16109926, 20066416, 2991711108, 18259909, 81650351, 85252011, 763450351, 2770265776, 139823781, 85732762, 5360012, 2777170478, 2247473304, 620142261, 2983295300, 558739638, 259725229, 19968025, 2826874038, 3032074419, 126696497, 135158292, 3047677737, 19983827, 997629601, 14464767, 25375092, 9207632, 14043142, 20020021, 2846058853, 115615024, 2703332132, 1583321544, 271483634, 200918256, 2965129341, 131227689, 16681111, 2845735816, 612644714, 2899672599, 1087860428, 36184638, 610659001, 24461387, 43379364, 2980412572, 1483376342, 2326120952, 755861322, 36959762, 537541336, 910873332, 55216586, 337819489, 2553927774, 2032411, 82861206, 631401764, 23567622, 28888320, 7140202, 2160344682, 16220555, 1126749103, 13967302, 21248379, 552582271, 7782442, 19819769, 792378206, 2338365339, 2962973505, 21484068, 34126441, 1898493691, 746032117, 476193064, 14728515, 1919257285, 19137592, 47327436, 15363133, 311080265, 944203531, 54216622, 96072665, 2885138213, 1285630338, 87057908, 19734832, 3003481647, 2999377084, 171167972, 413355878, 321522551, 16548855, 959675203, 8790772, 2292182045, 20476151, 15421871, 301579605, 16339247, 454992440, 2550858595, 1429055587, 928481, 20651511, 19040598, 8034682, 135575282, 2789139782, 277219019, 2783583373, 50741143, 190669152, 2990470226, 513855040, 584359541, 2988116739, 18297407, 19358191, 171279007, 583869504, 132213553, 145613137, 1581896461, 6698022, 15865042, 13217612, 14481269, 101897322, 129653547, 28251153, 34781412, 2605497847, 1966256035, 243775607, 2770081590, 18700629, 74474794, 77092809, 64954941, 960727483, 26401477, 2566085594, 25892745, 5031151, 19255050, 31094727, 34632493, 30290980, 40028412, 22587230, 21364753, 19918988, 16619709, 19711765, 87474197, 589535421, 256722290, 462578542, 1950272508, 253270711, 205076166, 169698101, 1451773004, 581815681, 2192619314, 2966047517, 1639495106, 887906528, 459796949, 159955958, 20017825, 18276341, 396399850, 212304085, 594376322, 599632006, 596964216, 813560072, 34936539, 113739104, 18955413, 909529062, 103041418, 234947344, 119625403, 115210837, 403567128, 1294168843, 189253902, 203654782, 21495286, 2546261755, 2364189422, 2847023699, 516633812, 176036339, 18689183, 29795697, 34197266, 2862725633, 92326348, 33136420, 24381416, 581005340, 24545398, 73761305, 626861469, 381725263, 87420519, 379356101, 107823143, 473111750, 1481073828, 2815948320, 2911296698, 62724059, 2841020667, 28373693, 1327886654, 1843791936, 2759600352, 554508623, 17042078, 2820671119, 304356334, 314702715, 14493552, 55038953, 315302894, 16714443, 351915951, 296464173, 187972757, 19355829, 14606202, 1733419830, 42660183, 2894919132, 28098358, 66444507, 50219804, 117247636, 23031376, 43358159, 20380049, 29776689, 14868608, 29299946, 220044097, 424484966, 17947003, 2875097319, 1107261638, 165411483, 416699250, 78533960, 1125047372, 205193523, 47498699, 20726786, 93761004, 410600310, 49155241, 15349180, 1471250628, 1179455215, 2438273430, 2381931636, 22428439, 50488060, 388937036, 250844472, 1949282881, 394103606, 57932039, 49012699, 1494655406, 21339159, 2881924182, 16877374, 260929607, 23656337, 57656702, 52756637, 68482261, 17186905, 2202557258, 2283541350, 125190427, 16935292, 2821900992, 425265314, 112838571, 15367088, 2596218403, 248805395, 2806556857, 262317278, 520665133, 256754327, 18806838, 64786050, 16224705, 14186638, 17125603, 1617731504, 2778642937, 553757993, 284988279, 544773325, 710322776, 1203840834, 14949573, 67059584, 23112236, 259395895, 74801995, 2563919738, 313080999, 403608556, 2518212522, 440362326, 258909040, 2618403776, 35688200, 312314261, 274396558, 872252960, 204932888, 20481072, 2864318800, 16715240, 41186732, 55896443, 291531600, 16160638, 15129727, 252179335, 245983319, 15084970, 255861014, 71832238, 77920769, 30321661, 211939913, 1669352653, 2857371350, 2666750809, 529501969, 962148625, 302404672, 22497733, 2546868080, 2677634329, 2712674750, 851499338, 2755310156, 1530953521, 2808864594, 2305630168, 15345483, 67367405, 17833557, 305591096, 792600386, 61670139, 2564135360, 268429621, 2831587762, 865341985, 136018565, 2331421572, 2839228199, 61526252, 2733320850, 2577957372, 17040892, 2443847048, 15961122, 2435960576, 2651763620, 51318358, 1611472182, 840450648, 236916259, 83385252, 619642695, 44686344, 118245138, 600803781, 179459971, 57145894, 60101766, 77041903, 49717501, 40470694, 63646805, 1672787334, 88135655, 471741741, 60075391, 213228524, 25741919, 296198193, 399010753, 119116960, 2719719666, 363873688, 256495314, 121817564, 1406091554, 53120768, 2567863897, 1400360078, 2394236400, 358260333, 430989298, 56709645, 1362466212, 30581721, 2800252702, 16177628, 720238182, 298034812, 17169832, 17049669, 15837189, 22209567, 80859044, 1321619010, 27849650, 2238491365, 27225542, 14765585, 44046726, 52488565, 2826549302, 80593904, 1499335951, 17974312, 178023069, 385131056, 15704617, 31832948, 202313343, 1876367312, 57047586, 236838188, 2597498814, 327577091, 400989826, 2765974980, 24667140, 1545338485, 25518846, 2179994252, 62266883, 441421837, 1496344326, 1306041620, 174110843, 1288758828, 14437242, 16656631, 1115148079, 2325202999, 337886919, 614249266, 1081962504, 541158674, 2651646559, 1667662856, 193473814, 16007952, 16222904, 561676909, 1167842311, 1486002967, 1236601488, 810483626, 1547722903, 109779429, 1258398914, 277320871, 2801517637, 1735713398, 1289024803, 517661405, 1671813086, 168987151, 20941708, 40656806, 2628171535, 473444562, 387686234, 1491083406, 786625988, 63760115, 1966754972, 14056532, 18525154, 2677576862, 14304615, 381026831, 31338198, 2746492014, 1534066765, 1362354044, 28585356, 17688714, 1278161922, 20810335, 2693435648, 2372984767, 1707854317, 10536952, 139933597, 27315969, 16607603, 1418741706, 401775393, 591459541, 218944987, 1405385880, 2291338687, 55243095, 2469548600, 38475395, 2495438286, 2426410609, 413164975, 2354233526, 872355266, 77621538, 15762708, 39342600, 2232398257, 1182675871, 24595575, 81690879, 510592186, 331703548, 14974079, 20941733, 22041466, 148529707, 121544946, 19904685, 94127415, 72842277, 143923948, 17348942, 14517538, 88781425, 980582593, 38146999, 260928758, 917421961, 267328866, 912345692, 17666727, 48048888, 930781598, 15738974, 33248363, 41476394, 381347159, 48000256, 241964676, 25772065, 14636374, 135501248, 2740669634, 209693623, 764204616, 14045465, 1676457685, 2493331080, 2468202997, 2744765320, 2763178020, 83972205, 15838004, 37521145, 400372150, 246682858, 2659960540, 324599106, 138692729, 2415887156, 2584158559, 124236245, 16641343, 2577502560, 71461029, 23760311, 1546624514, 386517435, 164089883, 135461282, 241730145, 114604564, 245305204, 376380585, 36056115, 47747074, 381318163, 61676800, 22845527, 15521535, 20007097, 97327765, 27000730, 512417432, 88975905, 162436508, 535878400, 12382582, 143914733, 2596694492, 2294608897, 6440792, 17073225, 14090948, 17068692, 34308692, 18481981, 341908197, 394962139, 7768402, 69004966, 14849562, 216379128, 50058630, 22987082, 62952335, 1682157414, 1163807618, 207645432, 14780915, 23818581, 1630896181, 558927451, 24606710, 12803712, 463054608, 116106958, 11265832, 548443674, 2230397137, 40789325, 158503650, 14698682, 21787013, 26731417, 62414046, 2400320881, 1128482060, 32542903, 115182291, 236050146, 1251230114, 305870046, 2405020009, 1098802430, 16119366, 37547775, 215746958, 2308875504, 98685536, 606838476, 2450043698, 258684388, 18749271, 128242246, 48116802, 2444534352, 919373695, 44499804, 382937731, 35315865, 874176120, 2544227706, 19551341, 129988372, 2674556090, 84200893, 2472066191, 478669659, 2391664056, 176210560, 871991101, 186826724, 47526275, 17417452, 59029811, 11990942, 8132582, 297602297, 19178857, 193767233, 28947018, 132655244, 46690800, 12354252, 2165245332, 2590407811, 79449976, 2634423025, 290139804, 1076770202, 45268666, 84661546, 898124258, 50482530, 78647472, 505364106, 595568451, 51306445, 1439508630, 18629321, 537343182, 402199056, 31439308, 16539917, 17966102, 33388399, 22138134, 573415146, 1916506454, 764365266, 168537920, 19000697, 17519586, 2332700791, 1147895708, 30008429, 154652139, 950794590, 2333936658, 350457031, 595722578, 334972686, 93258847, 1953020821, 244539931, 126205656, 145312903, 22915052, 835787268, 1568977914, 16146755, 582277886, 2317168669, 2321375918, 32427374, 42956446, 741928796, 29342313, 2423058966, 1072993274, 245078181, 9022032, 17602811, 63783716, 79306105, 14765253, 2544359214, 615526730, 40303245, 2340460459, 50337556, 1445427806, 1891806212, 2499310819, 2586257250, 18963809, 24226431, 382689369, 10688432, 268432127, 28218405, 65688328, 83540809, 14089370, 15009111, 14347423, 41202241, 1198481, 72287350, 137455381, 67595257, 44104818, 14786823, 29992342, 37298915, 339398952, 1414376791, 280753615, 317256778, 13786802, 331803536, 19563103, 17040599, 59503113, 29442313, 91593332, 240087328, 76485784, 609308872, 1356942170, 95468980, 9636632, 25180871, 2378320579, 12759, 14699388, 71465523, 602065304, 2480079168, 2377815434, 1565908723, 49860614, 102807713, 87466533, 897558096, 33480171, 1492400330, 945310303, 745744310, 29913149, 126410058, 2548240340, 93187905, 19855459, 1892683062, 43696910, 14994194, 288778779, 543582293, 1573751760, 2168445745, 186183169, 2484050419, 245347370, 560900368, 266635682, 280237680, 2474749586, 32257623, 54993288, 37377034, 2349040381, 14721643, 407657538, 2417232973, 32527860, 343422277, 511065332, 2517988075, 165573426, 302186628, 1965716257, 55320310, 5907272, 18161631, 23694685, 978343472, 19767193, 83031278, 600031424, 286429276, 274754192, 41410667, 33351873, 526871737, 17030680, 17766403, 1017889500, 80076673, 390287262, 2266900200, 88454469, 480196886, 90674236, 30644410, 872955290, 16721621, 568825492, 330921167, 168786720, 13680362, 36670025, 2363506767, 16303076, 12917402, 14822252, 2571155086, 255323205, 815454817, 127877956, 25935803, 28250356, 1331578932, 87691397, 19034236, 292650956, 2492302700, 403929334, 15728098, 139909832, 18103385, 73385250, 578570016, 91237615, 54277378, 422217439, 41847726, 611743131, 7091082, 1399429982, 284694021, 2240082577, 2423795893, 15008449, 807242797, 900817166, 183962178, 129767622, 61354111, 16182261, 1561888556, 187518287, 1750241, 34877293, 2491917122, 156045092, 1598322511, 373490653, 2497242884, 94496307, 28982619, 137482815, 52461472, 15355482, 32768009, 33647344, 16191902, 51176565, 90725320, 262753143, 65987618, 544466882, 881469662, 776386459, 166555205, 14465327, 43412697, 438935496, 376939806, 2347382634, 14080346, 1137893880, 15830436, 84413113, 9078002, 13654792, 24794149, 234132941, 392460729, 14376279, 6604762, 463070295, 25564548, 1603425318, 2185084844, 31293166, 46934577, 17375281, 72783659, 20778387, 303651044, 68870274, 472499685, 22006902, 16952174, 15088481, 16799074, 18261865, 26521047, 36381021, 53186378, 949934436, 76478482, 21943064, 245587242, 207775224, 52521572, 426080991, 16978136, 14156567, 86455397, 1004714095, 2403031566, 108777062, 1002351378, 832197440, 770853422, 740719345, 470939544, 382758202, 106843613, 93986038, 92512982, 87759772, 68906469, 37866396, 23469247, 23115743, 21770611, 19123229, 17472945, 16870421, 16838443, 14365976, 14280661, 7748752, 14238165, 9684932, 6092342, 6044272, 5943622, 756475, 48473317, 2424440299, 137319969, 336624022, 55119016, 310293175, 20608711, 209213183, 612019015, 20961635, 11317392, 16227629, 773627940, 267038232, 259317559, 11313202, 733515391, 1638825054, 22526906, 1523709008, 861949171, 1714177862, 8221612, 14247309, 326665662, 882173190, 1337011070, 263129271, 14248784, 17371549, 2315729580, 112843330, 58684655, 17889970, 479816451, 109944769, 811268736, 2350315904, 1575918264, 132231788, 52998367, 363399297, 17874869, 17698600, 286703, 60087571, 590074258, 308607766, 590052098, 266917386, 563051945, 37759047, 277337146, 5870242, 1355927760, 64873265, 303955090, 19164415, 20763870, 40615771, 975002792, 2460145735, 16231706, 929989772, 601874499, 22965441, 54687857, 774357217, 247462443, 2281856286, 2460716006, 16531850, 1620127254, 1109372617, 21249970, 2411793456, 1388352121, 1910701892, 190367688, 791733534, 15522528, 28637222, 353066648, 120194754, 262077429, 318488345, 90982474, 71643557, 376819015, 74612541, 534530008, 79870762, 12044602, 1212433794, 14787561, 135486450, 370343276, 284544447, 16637461, 1184647243, 38496530, 7591572, 86537404, 14599476, 13784322, 16594832, 62575859, 14513611, 255797635, 119756545, 15764415, 2329384614, 26374751, 462334474, 15684633, 129924486, 101149691, 14352599, 108418043, 2373927878, 291486075, 22804909, 1979667199, 613822232, 42072417, 139920911, 18814041, 20755177, 602602937, 15023095, 17198424, 219877441, 103962290, 588470328, 40233111, 1549717748, 226662318, 110004599, 179546580, 165204211, 779349096, 1281581, 275031945, 23892094, 1542533869, 625619938, 14172171, 140893518, 2384027052, 31563791, 101233661, 119528386, 2437819891, 352823966, 27581606, 16340404, 368720556, 24820089, 111426091, 16303106, 262806854, 1305684487, 580147795, 59124142, 46106161, 367132858, 15112727, 2428998008, 970428030, 165896536, 66182591, 2314620908, 305468597, 17824498, 491638416, 25283401, 1322965681, 257261479, 1598644159, 130949218, 36525252, 18812587, 1220677470, 603162738, 111061417, 87617621, 84875272, 19026735, 125153534, 14315063, 1607352596, 1485895513, 110025208, 1363049263, 47678024, 3564041, 68974666, 297915370, 634702778, 912858588, 55592530, 17211476, 560448814, 2317837263, 84679163, 184716468, 2239721196, 237236374, 595331088, 71666839, 382444001, 2179057898, 184916555, 5389812, 278216951, 109571377, 16716425, 55289075, 192477353, 492492626, 820569, 16891507, 1102056919, 19002473, 327738223, 1102910605, 410464768, 153509545, 441389311, 1862198252, 236650677, 134687445, 118228045, 2426127924, 231136803, 1489065949, 15934978, 347982162, 1027408974, 322207364, 933838590, 394838158, 26605345, 132615314, 41806795, 23128315, 21332950, 58947113, 514564994, 14637342, 537964292, 802356409, 778882057, 1513925282, 793202, 41159876, 2188586045, 27941766, 165565949, 107217872, 30948908, 18778603, 220796129, 259302400, 61044673, 109028340, 48564118, 223416400, 1452248826, 15571577, 1725031976, 104150206, 202718818, 44562973, 214120461, 15906933, 338374151, 161075778, 155978068, 22518224, 15774741, 569681063, 1883512460, 1245104060, 27485087, 10340482, 35117516, 23044822, 465143733, 1537565070, 818439685, 249839335, 16299754, 507370446, 35982657, 52314673, 329969032, 217295265, 36722950, 15968617, 550055167, 52525358, 845978994, 17954340, 524561437, 166421185, 75123927, 1355953682, 23102969, 22014639, 188215959, 473466262, 219029005, 278163334, 227576375, 827977682, 51205716, 137742822, 21972198, 240932555, 40562015, 14190948, 18251446, 366602971, 21347530, 542004682, 56722075, 561070834, 43485656, 2364657150, 2290457413, 48023374, 1838597966, 2401493394, 872059213, 969293274, 265605249, 390967512, 175091719, 17454817, 287538756, 1201951519, 2264624702, 264787370, 2340558698, 717209689, 381677670, 331932733, 23636580, 47654924, 7342412, 19329527, 2779791, 175711277, 985757023, 2348907300, 14205258, 17018575, 74386780, 62259828, 164369912, 262349771, 118962352, 180889575, 456034260, 48252319, 29628889, 1668371516, 449588356, 2282440670, 6462342, 2303751216, 29120905, 236635893, 19761418, 824191926, 50023989, 19557634, 1729664714, 2315839860, 98906407, 1406854364, 2379806143, 1080534464, 606466484, 749333, 243019943, 87095316, 732073, 963455227, 18290719, 18131748, 81915651, 2375449098, 326506923, 34873364, 112929575, 22454647, 52429172, 57833122, 1668138098, 25147689, 18084448, 32190652, 124222041, 318084384, 17435612, 147672166, 69012419, 2216979384, 24881388, 397497637, 2361860238, 2241216361, 17939037, 29564281, 2342620190, 9465252, 2347049341, 30092032, 720863642, 101092520, 351221537, 453709635, 316654916, 21882601, 2339734951, 1697668345, 274559013, 42447094, 18229868, 518681855, 297564170, 16906137, 2354013972, 119580247, 280572026, 15790927, 107491156, 23982002, 149666064, 112396470, 294018733, 115396965, 1560780523, 42721524, 981127062, 18637798, 14304618, 2195930491, 16051232, 97703815, 2262999971, 32511767, 632062492, 304049696, 304070008, 305256777, 272989565, 2341020134, 2353506732, 50306005, 619524081, 19715003, 56564230, 220873939, 2350108166, 14361155, 2270533266, 25333609, 132631769, 17815546, 716827128, 2316481586, 234273955, 481324580, 1732829419, 128308837, 275471220, 19548625, 334032462, 14067742, 20411816, 17358750, 590185677, 927505483, 393592962, 291363, 2305323806, 33901209, 251829918, 15145016, 17092444, 2174555742, 394932596, 32347705, 15751301, 395491697, 18171067, 78963433, 39602114, 19055698, 20495812, 285802436, 66261900, 311062620, 441275531, 22260999, 17574357, 104513715, 277482283, 618401788, 1189043576, 48021931, 25039599, 1932282721, 432958090, 16947056, 139975371, 14687012, 321181858, 17458287, 2195241, 16166496, 2171689341, 78779800, 14202246, 398187934, 14922268, 21286406, 170354845, 2217591657, 15223905, 47451496, 61663, 21834922, 26780981, 42312055, 42329555, 27893163, 2288937728, 51221826, 17088643, 42782133, 25158349, 1741439630, 841898942, 298557751, 211971511, 2140881, 163228451, 59386332, 154311445, 288723364, 22495024, 191179377, 17179406, 132573995, 1444281925, 2215893336, 455084468, 855379321, 97706891, 2219131, 14093319, 409456907, 26286732, 165948821, 14579345, 35752684, 40054423, 1329879698, 66768858, 20184945, 1120359931, 15191052, 17669704, 385025866, 109621087, 351299373, 404296475, 34409137, 973090592, 18152276, 19940791, 829363578, 11996222, 21865001, 37205200, 19450277, 364439712, 542793644, 191190039, 46417885, 60983046, 2167820294, 16664681, 455256867, 14676895, 1710881768, 75357513, 23357795, 82066670, 300181817, 194475085, 846634963, 20182094, 478578230, 470357978, 33627414, 18029055, 16020654, 19245896, 22496235, 14345566, 33677778, 15891963, 14156778, 85412404, 9403902, 743599406, 35872795, 21895068, 14917754, 1234790060, 468517832, 39957764, 18026602, 17851178, 15174190, 19671546, 51640380, 312544802, 296363505, 24777536, 2180480845, 345161879, 18334440, 762202327, 620547379, 47153140, 19222806, 2276246983, 59128257, 95467111, 94954481, 14913762, 104256824, 272161214, 17699677, 2233282904, 204841064, 18572660, 43533499, 47840385, 14935628, 24244836, 17678156, 54730258, 108358161, 967133442, 140928543, 27637371, 25953115, 19971990, 14445542, 18345986, 35294738, 30255833, 18611348, 16146513, 54239985, 165798058, 17596056, 120640652, 20727041, 208442526, 253536357, 39234189, 44136028, 18843227, 324834917, 15742946, 2163177444, 329865729, 123483569, 62733454, 855593120, 273813321, 18301602, 160589263, 493121864, 15614725, 87792156, 80938488, 188632613, 204127602, 224182352, 275675429, 322653723, 333500366, 360645886, 347466521, 64689798, 873141, 4875721, 15478750, 15662761, 20003350, 19676647, 20387595, 21563402, 24561336, 102932090, 104274999, 117602839, 194359565, 248765957, 294224506, 321646852, 368292391, 130305390, 150940204, 1639748756, 1282050768, 371193896, 267371257, 54311364, 1887854366, 95982652, 318426183, 88014855, 103139471, 23144045, 46174000, 403676245, 594666501, 95488935, 25732408, 626111072, 234402376, 22860921, 494010838, 18587457, 91180720, 4207961, 15446531, 314563166, 145380533, 47707475, 298123685, 12579732, 58978275, 20890385, 16393860, 46501372, 69393590, 83374478, 24760864, 18316818, 88215673, 157931852, 30530300, 468763363, 182839127, 36171004, 56566033, 30233007, 1468133850, 53796731, 17316722, 595854486, 37032310, 19608297, 228403233, 1849348536, 18644734, 273615113, 16715753, 22054220, 14688517, 16714347, 27029537, 354221701, 29956346, 95629476, 42716278, 1809251, 162748968, 26222868, 55323675, 2187906247, 74555974, 302022259, 143789061, 559509007, 20193926, 1575964944, 16841286, 15641532, 15300838, 1597324129, 18496432, 17086094, 483701025, 14999172, 19844126, 57714568, 2262142926, 883458102, 313159302, 19223022, 1122767850, 375895295, 26208862, 2283772130, 1301374621, 91826119, 13201312, 419764595, 469408036, 9320852, 309755530, 20411630, 496420759, 1354890464, 7102242, 2228734814, 86715527, 596687292, 357760567, 1723563360, 223608893, 85644875, 27911608, 1460016181, 48844884, 78953563, 25065495, 16001409, 156375999, 16034244, 562164937, 360442117, 156466613, 24651708, 39759481, 575675721, 93620724, 167066499, 49753604, 321029318, 82631496, 1880454828, 2275298702, 300972590, 19273804, 27810354, 1416355640, 86650732, 250455054, 111456333, 47345734, 10990, 19909828, 185594976, 2274778854, 483126812, 17684473, 427397243, 22270118, 113062227, 177583181, 7510172, 15369355, 17311077, 18264824, 27688964, 475987826, 17645400, 21250425, 53429839, 61842240, 48377323, 21722109, 1615447254, 631657132, 19790241, 1604444052, 15103460, 20652901, 13774902, 12094902, 33031861, 1964891982, 31100329, 16073416, 25115550, 142896252, 109257354, 41591401, 7215612, 1586501, 12302892, 55630037, 67716195, 22367858, 29127028, 192589318, 12510442, 7482, 8833012, 2671, 11613712, 35515414, 31005149, 460371116, 71028123, 125118607, 31128730, 388743786, 989, 217900600, 280716675, 743874438, 30324031, 30750869, 451128139, 18121069, 178975033, 12526142, 21985202, 1094163222, 1918228742, 34175976, 47285504, 256979481, 39077431, 2160596971, 60615841, 5272571, 306834250, 10836092, 225301621, 117640526, 14632294, 48800583, 34284490, 17171111, 53978909, 56461780, 10753312, 17385903, 339754094, 19754498, 45743403, 5814192, 1124861, 7865282, 212463932, 245095160, 12534, 11133442, 76373, 28381177, 27613650, 564141120, 429057282, 954012890, 118952409, 131497030, 22496608, 16386970, 23910646, 123299344, 15142050, 18271124, 254999763, 1408457989, 48361925, 101878960, 17079526, 28523687, 20731596, 314661596, 254660986, 213956450, 1598979864, 121707270, 824157, 549962062, 1022147078, 21525601, 18270831, 1058233296, 18466714, 403087766, 12244082, 2228674112, 9879372, 20134672, 2139211, 495309159, 33561428, 434825627, 95411363, 309929507, 456865788, 742747086, 185043343, 366631688, 47064286, 11175742, 8376882, 342130924, 16110819, 811377, 1529928896, 243377639, 963723824, 83237493, 1451878254, 234418976, 52850138, 1144882621, 237548529, 57111966, 10642532, 19658826, 1604023434, 1393155566, 1647996986, 97416190, 487118986, 27727639, 45972160, 287816744, 1463789270, 2228647020, 42466456, 1467609360, 15443743, 596904346, 322658299, 27778117, 1295001, 15174406, 23370996, 14120729, 235700566, 87374085, 15526789, 136357511, 6323872, 75897022, 63258372, 14120215, 9507342, 993249055, 232520849, 15428397, 5051271, 907198734, 19358435, 860334187, 118082516, 91378530, 221452291, 295713773, 148868647, 8842842, 26518374, 816405054, 1263288692, 14073093, 59019225, 14136335, 16207462, 1578141, 168531961, 144186376, 1641384510, 749520146, 101964362, 1167699625, 701732472, 275686563, 76310905, 293372650, 389901694, 105829953, 211917765, 18728633, 116734678, 202756449, 7389732, 50104358, 509381461, 490991627, 67612556, 15138104, 9696182, 210814143, 104201057, 24134103, 15065434, 19014189, 119667909, 258198244, 701700079, 235822929, 172851165, 15908429, 547860279, 15812461, 1225257002, 727472528, 341251022, 26048553, 472220354, 373598135, 196566583, 904200264, 134525908, 18839785, 12819112, 360285166, 36323148, 15740362, 18689000, 27596259, 289588260, 40638594, 18164272, 1115670186, 237945778, 2154419157, 889974050, 2158603635, 162427574, 429253192, 207644722, 1464125821, 13533782, 381565112, 108547794, 20629966, 18465455, 38418472, 17161562, 180619610, 136682570, 513426047, 306854368, 273940910, 18250813, 632873524, 29999829, 574862909, 327024618, 625957916, 1079355888, 322658873, 14066920, 612577026, 310297935, 378643551, 1010645653, 15537064, 778820143, 70283241, 1240142522, 121869155, 1027736432, 1287359551, 80885440, 225442825, 1098985442, 466096296, 724416918, 20849273, 2726611, 83424009, 1419099463, 322122983, 91666825, 318709067, 609043536, 2179078237, 84944278, 121641469, 18584841, 19042220, 852123008, 127727270, 253114974, 910793808, 27740227, 84100924, 240830856, 1860428197, 93714983, 92306628, 6374602, 89264343, 42950930, 102423027, 35380758, 309553018, 111057129, 218503228, 15950086, 25408081, 58449246, 24252078, 33896484, 2205386796, 39912341, 148062893, 93011077, 1777681, 16115811, 7273892, 9546212, 50085432, 11759912, 164856599, 17316885, 15811202, 284234943, 201518147, 21232505, 36623, 16892321, 8732322, 2189503302, 70111948, 1214410454, 6036882, 29342640, 389658589, 45626053, 13893712, 449501607, 22991553, 195841657, 18369747, 209262555, 21515818, 23615682, 16608394, 384439469, 226976689, 16313140, 9851362, 16218527, 24941044, 472132412, 16340178, 31177357, 178641594, 2162288419, 37034483, 64439775, 176119964, 1247296152, 82594895, 1662687974, 1374411, 16197784, 8287602, 15931605, 301244366, 14062180, 149180925, 15514266, 22144278, 13492102, 169534465, 30000912, 274652076, 572609848, 87818409, 169021842, 1400238956, 20751811, 1877681767, 7313362, 140555541, 9677372, 117100903, 17296792, 20382472, 1246951472, 72103163, 148517828, 3416421, 19175209, 14885620, 1408384448, 16641462, 1227932144, 33874126, 28222719, 23739721, 16076032, 14834340, 749963, 1642801009, 109062332, 550478944, 86550180, 14886344, 13028322, 62951951, 5953552, 80661799, 1485951, 20252410, 38483313, 21813582, 227102437, 550165697, 610076827, 43194865, 226907218, 15163466, 54272289, 1667834671, 29097819, 288935074, 75562656, 67093183, 280868082, 17701238, 15040384, 46119836, 185768634, 39961555, 482133423, 22322194, 23962323, 47968457, 33235529, 1000010898, 440565290, 1485433387, 25081451, 17773720, 15143755, 48804449, 176461575, 469612967, 47653644, 17919393, 28008289, 16228326, 14111769, 14296273, 86598343, 95695246, 2165843252, 534222221, 14755492, 20974456, 14412844, 14588121, 979771916, 97618796, 1860765181, 77907173, 47172467, 14297954, 546717616, 1675070168, 22977061, 526634228, 198494684, 960709321, 422936661, 43092107, 18566095, 20164296, 78786944, 14313489, 47902921, 6347872, 57141571, 196883764, 786764, 18660641, 259911231, 6039302, 15334380, 203343685, 32391821, 522593098, 207812652, 399535666, 225147537, 42180290, 111127902, 17026589, 20946458, 33773592, 25807291, 299966548, 2171400301, 863189960, 176468814, 22193361, 35773039, 37723353, 176603549, 22140082, 16435365, 15892011, 12183532, 19213877, 561740267, 23462787, 14106829, 14515835, 19325156, 2166704808, 48075643, 103865085, 19562228, 160486066, 19906615, 7030722, 97732452, 972651, 263923033, 897811, 22075295, 19956827, 38031983, 15667802, 2163009578, 15234886, 7276862, 33602654, 11178902, 40923595, 56993835, 20861943, 154404805, 29240040, 36384443, 30081493, 1184354442, 443944804, 1666038950, 604922608, 17183370, 45762945, 283198095, 16860092, 243284052, 308245641, 971147274, 19534873, 1880725393, 362642209, 243236419, 104884371, 119714092, 23782253, 20790033, 101841773, 22808434, 19815609, 450946343, 308258036, 907382738, 14873117, 16387212, 47678555, 131226723, 266054237, 24496544, 55078954, 10926872, 23124458, 96644479, 13493302, 123231225, 158495061, 1009878901, 31953365, 380153789, 281878733, 97883743, 535993853, 14844076, 28350888, 107175080, 82447525, 14079041, 40705991, 60840767, 1705817688, 771797250, 19968983, 434957751, 90290461, 293303534, 21918310, 32396502, 1947301, 16955991, 16491683, 921878857, 15164565, 94214332, 2992751, 676033, 17369005, 84460442, 1582853809, 547079100, 34739408, 135890983, 59557368, 141057092, 239996599, 610994398, 16272052, 21770050, 387234867, 23034607, 80937844, 40816246, 35236603, 239568469, 37486660, 14323791, 14116034, 182086979, 393465677, 572619533, 47856457, 32584728, 95151374, 76183, 24575229, 19766166, 57263671, 258684352, 380648579, 14657745, 24095957, 102322678, 15078406, 152628803, 15291489, 408627912, 1579596458, 44309422, 59565766, 38859736, 68044757, 43274511, 100748297, 8117362, 245208137, 78271006, 8805142, 23054053, 48957003, 293063175, 91272704, 866613794, 134758540, 1954179860, 21565678, 15269964, 14440999, 56449023, 73043514, 118975084, 16977059, 117396160, 198916706, 331136088, 79498684, 975765924, 344504956, 105998402, 76134964, 438152067, 77677426, 21919837, 19027273, 548116457, 62356591, 1945505580, 146469194, 499236335, 183177218, 1114865460, 329628561, 1157111888, 216094714, 1349588593, 1111404056, 1299995892, 114573522, 110692399, 297920799, 371795336, 85760252, 105400144, 214097804, 1616360412, 1605865171, 24939473, 17396170, 917105330, 117027371, 59472131, 1336611008, 610232748, 228174088, 1911787543, 213831149, 209754653, 16168804, 18895336, 20619143, 61384123, 18283526, 180996411, 156989464, 247104242, 696053, 3369501, 25721557, 21152157, 385706946, 42313640, 613495552, 200553940, 1341233137, 764332561, 1028643932, 1113541, 11092842, 54270424, 81965017, 393798581, 280159870, 17549096, 300290452, 1627535185, 220219500, 255542457, 1213574630, 870283597, 1117043418, 30528307, 66198455, 960920364, 11170072, 326184086, 154016912, 1889568127, 48863721, 483302252, 15687090, 1002513128, 18507505, 24253723, 64474365, 226595853, 17239105, 18631445, 55355654, 115702663, 360282270, 1728882062, 15464697, 96015193, 470847338, 15300187, 36753, 1446255144, 191700412, 383854361, 252161971, 1173231918, 339722887, 363005534, 15170984, 146884709, 17442320, 24164156, 617613927, 1273074444, 106384372, 246377868, 14804589, 112627753, 4847281, 13069712, 83910272, 1127009540, 88494621, 818679260, 1293475052, 33211889, 822029557, 21952517, 478826292, 18174747, 77438776, 60928769, 56681826, 51037540, 84123196, 14998416, 1397615262, 33732691, 33546635, 1904656634, 128900117, 49102743, 311568175, 102087933, 34944596, 48755549, 426112230, 61903300, 1491382866, 488743376, 214641138, 260371201, 1673511787, 2553151, 133880286, 299223576, 360047784, 96694146, 16463078, 1280792054, 16253060, 18042484, 228223882, 16353245, 21866842, 21942241, 19962224, 720364819, 16349800, 114670081, 344288321, 1904781277, 40556633, 30435298, 16463237, 18080108, 706529336, 14165865, 199072293, 348457097, 80867152, 21642935, 18171927, 465129155, 151670855, 50443212, 1364098368, 1481408358, 16869577, 589748944, 221269569, 17758861, 26099914, 34963979, 52051571, 528987149, 24205972, 456478383, 1372641625, 3927611, 19002348, 1339835893, 618542623, 407136748, 74024358, 34714432, 16119090, 300428054, 56510427, 59304820, 16589148, 53777247, 27794232, 9670142, 1767741, 22824237, 111712308, 54704874, 18686907, 87699418, 30942337, 264124770, 495650403, 540734980, 128172483, 152958374, 31901869, 20890584, 1240317522, 20257132, 10304172, 8668862, 17918561, 42226885, 117882437, 17793878, 14123908, 128288109, 16105705, 81644488, 244276540, 37595712, 19116515, 13404152, 39279393, 277011035, 276567401, 117576644, 634243972, 622439778, 38002103, 40860228, 578650970, 375858149, 19435213, 421574883, 101365366, 26957009, 1429751, 186648261, 18438933, 344039566, 187080626, 7764332, 1020058453, 41814169, 1330457336, 156889951, 18161668, 451256188, 43922300, 23030211, 14565991, 39030654, 59936143, 43289988, 210319337, 73190286, 25823816, 44078873, 40303327, 15655247, 48706493, 2518321, 212454830, 14422439, 137223549, 141545751, 21493664, 4310571, 149126628, 18834071, 654143, 17991281, 166694329, 394635011, 15115726, 911455968, 16119772, 14168524, 190645655, 1558669614, 41663308, 1868400020, 188844898, 15237501, 87502184, 18464437, 77304134, 7416752, 180667856, 220906392, 578411542, 440413534, 11696512, 195840784, 1499013618, 18659273, 14552083, 16666502, 20829376, 14471007, 20178419, 136109646, 364481519, 112816663, 877305698, 2400631, 227381114, 16399949, 135198678, 266979999, 52734226, 18819380, 134855087, 38244174, 57411021, 42889683, 491851440, 1289593933, 1201661238, 17673012, 180200031, 18505952, 78564613, 143499407, 24887083, 14504258, 449678218, 59591909, 416204683, 774393817, 321025003, 175426542, 55308417, 24209685, 375676119, 602774686, 1849889239, 681473, 18155543, 22836988, 42708195, 14982625, 61014911, 59268383, 594617548, 32547753, 813477602, 14822021, 15411858, 944467345, 15613664, 62316989, 9411482, 21689161, 18991464, 17467341, 7150532, 14591033, 142411092, 107842978, 15169889, 33629924, 123289066, 23227841, 32686298, 24870244, 616485017, 102420827, 126664186, 19402238, 289485255, 252787550, 50263701, 128615552, 50005787, 16091351, 13567742, 16033525, 24815411, 125184430, 263830118, 112245265, 29061341, 1401100357, 14085704, 181912222, 66130611, 18245041, 1344951, 90035806, 17486677, 132297131, 185855695, 25029672, 126302054, 185680080, 870834091, 29309901, 16041234, 47821033, 1517267136, 284883861, 18478188, 65155179, 18919088, 1447394395, 189998613, 26607725, 109043700, 34227622, 78635037, 331817345, 20153725, 331816614, 8067002, 83996344, 36444204, 17813980, 39451367, 17285007, 21687414, 228077059, 14742549, 1430882924, 838179889, 62850214, 207526260, 13766492, 1571270053, 838464523, 1249676186, 63815293, 300010853, 16985214, 41588397, 1377937416, 1178700896, 870325686, 107127119, 169559219, 889180130, 1131118056, 202890266, 152696429, 142614009, 109583234, 47371913, 27557391, 21706413, 18487054, 808561, 137096072, 112695981, 1117121358, 345251750, 1645605294, 298597381, 70736359, 7994972, 490495458, 59924621, 279614869, 54399803, 290593825, 430058230, 637109692, 188266169, 572225652, 594280020, 128292609, 846828564, 1371909548, 9534522, 1467703272, 176300862, 417631398, 15585039, 221041703, 14761795, 268357486, 27681019, 816653, 15952509, 18781150, 97523297, 195419597, 47539748, 92183278, 32540650, 382417301, 43092459, 1027394472, 27610987, 18230846, 56487200, 12263542, 868571394, 29854529, 711932869, 573918122, 211154075, 328838071, 925931544, 1058864162, 1311811896, 70574234, 15828276, 114231889, 75742264, 923883858, 539448537, 183898082, 26613480, 1530850933, 14617499, 100610221, 94091863, 92241457, 601170594, 253998571, 955698157, 152954171, 280559948, 133751142, 8241232, 347698644, 89735094, 634812478, 69097128, 1018872102, 777308683, 203253392, 737826008, 18351581, 135488533, 22530207, 108045600, 20306034, 96468445, 8108972, 297152824, 356955821, 214402290, 123006717, 184513694, 546947988, 83740333, 1166663852, 18365496, 99919360, 287932099, 291897182, 12726792, 148292070, 55374753, 1123693536, 547300420, 26566469, 397455346, 15922651, 37104266, 38245723, 14483124, 16600687, 642833, 1367176327, 24004475, 16319594, 20095865, 39697444, 601295358, 1305156254, 1455320918, 32868144, 28006501, 15903378, 16304004, 631174177, 1110262956, 25454556, 1201714944, 1486296062, 293278876, 18453284, 186154646, 321202808, 407046019, 142669299, 65707359, 65647594, 1408488632, 88318895, 291510996, 46731762, 972154164, 15662133, 479670287, 43151136, 34024882, 480153399, 1337535175, 20729031, 20279370, 185809250, 602626619, 40627145, 369875107, 12807482, 353340280, 1308830929, 11232732, 29472803, 9210392, 790080344, 22222965, 204416862, 13298072, 377654770, 44703654, 22921528, 57537847, 24817859, 6758002, 83643610, 65491605, 23432012, 147305691, 14304710, 414379328, 15220336, 786939553, 18109873, 558465496, 196457689, 23949947, 1216619071, 226471593, 391602037, 55034379, 6409412, 26348016, 173240772, 134309619, 248293692, 19873593, 19401550, 40356855, 15254839, 30422794, 349540312, 866370582, 562304281, 15646875, 283313600, 20454896, 180088363, 349189238, 13474412, 457603095, 1050991014, 616879823, 83874770, 105203181, 16434221, 233604842, 6830032, 16564282, 814338416, 18019555, 218951054, 235130370, 23290408, 586893303, 237774782, 726951074, 873927577, 534649806, 47986971, 116880409, 21077860, 18008484, 489690950, 103493067, 16583845, 25407830, 281889829, 181195091, 15964196, 308429376, 106776691, 18020985, 21251300, 18646159, 13566872, 288388335, 51241574, 1170072032, 112526560, 14446054, 39005137, 15099133, 18352378, 14276189, 22028564, 22845770, 74635290, 457171434, 130268681, 126407166, 39538956, 203114508, 46699613, 362860027, 26908178, 165568433, 17934812, 164397041, 27862718, 84958161, 130033510, 48219046, 326255267, 43464013, 39796874, 39868135, 404532969, 47011573, 866829151, 1123401283, 14254183, 538237177, 362278535, 157684364, 24459544, 78783, 69354861, 135405245, 15869453, 14484418, 380532380, 25919183, 291810580, 492752830, 34311766, 60498741, 47697756, 40711814, 22213141, 112475924, 14308508, 40924082, 435228319, 50371114, 1158638582, 18291099, 386146285, 840238500, 17162991, 52814770, 37269308, 234141596, 226631680, 349785521, 349289363, 177569765, 61187080, 19195460, 325100194, 417201918, 14069365, 15189391, 487198119, 16477771, 1501471, 21633721, 24387882, 17493949, 14083763, 38936142, 1119295699, 189601534, 44196397, 57295940, 15102849, 17765336, 20770348, 147168151, 22018258, 14560460, 8634412, 20444181, 15066760, 13145012, 13395932, 1093077343, 20536103, 125767077, 2621591, 48569578, 18228075, 15504885, 1120626926, 277198961, 7593662, 39832918, 14630696, 792780432, 14255407, 22137832, 1099234603, 97757027, 91270013, 15496147, 329557752, 241368542, 116475919, 16868686, 224180296, 551481276, 944484146, 16744509, 599298339, 282728979, 1115301194, 220135900, 11030882, 33522604, 34113439, 182454948, 17623957, 293984358, 1807011, 111400999, 70449178, 364728802, 18691328, 25880588, 17136568, 622628412, 288994624, 14963760, 14733744, 1077233198, 208546826, 387383722, 144703320, 58740930, 103036462, 516684914, 102115921, 39564433, 20010925, 15919988, 47635720, 4952941, 285908150, 28517623, 258896387, 25484126, 119464925, 45552104, 249385348, 192921396, 1069129315, 186154648, 810709142, 16752675, 223890696, 21925180, 16675569, 28368825, 21012092, 2811851, 726628538, 601981724, 823098086, 588387056, 199798906, 821401298, 21301014, 16194566, 67390766, 26336221, 54583264, 22862623, 30785007, 143964151, 17288045, 357031575, 160010755, 21844854, 59159771, 19605981, 87113558, 989633635, 717034813, 14096763, 13524182, 9532402, 236026761, 24795000, 23342802, 19306810, 161044052, 30893732, 916735110, 65783818, 16460682, 22000957, 15119529, 350415705, 120868481, 221167035, 114782468, 20193857, 27582945, 23629255, 709871912, 273012474, 424595791, 44438256, 375971107, 366193785, 20512928, 15838036, 109099014, 110639889, 569839623, 465070708, 19532804, 192231853, 338828458, 22049097, 399679253, 356834376, 212071519, 907209564, 48363858, 703388616, 50338601, 60694237, 17502416, 14179819, 178770014, 20714592, 14738561, 136998045, 118747545, 1305941, 16012783, 19655830, 142843687, 925999250, 376005446, 370751904, 353465310, 123425024, 170128697, 816325328, 11620892, 20182089, 31127446, 14529929, 32521584, 21111896, 16157855, 131144091, 28181835, 15677585, 120180668, 46817943, 26860506, 22772264, 122396513, 21215620, 103949895, 80638910, 16359843, 1025521, 45399148, 369505837, 20196398, 297532865, 6112442, 46557945, 57770539, 278776049, 26754354, 55394190, 595515713, 257553324, 16125224, 123327472, 17908972, 279162316, 138020182, 120233868, 21415998, 784122984, 35220556, 442904755, 118273546, 14412533, 18909534, 19107878, 95740980, 18172905, 203192992, 19746543, 259565941, 5779782, 527743455, 24810179, 190450243, 380642128, 32448722, 529154224, 29764993, 137340182, 109524559, 15865717, 27302376, 18291873, 322245908, 381104554, 215161294, 23153246, 544638548, 19834403, 116821890, 26858764, 103115805, 18739693, 23486744, 817407956, 13148382, 928582106, 473620611, 877003172, 57356719, 93475451, 9720542, 20262083, 371994104, 353480777, 74820061, 75944553, 199498184, 39185716, 67144836, 1489691, 133315811, 24081172, 109484552, 15187243, 16340092, 19935420, 22017317, 64141011, 21693060, 22770193, 400196836, 5174191, 123626700, 15990298, 18931517, 632301127, 145773567, 205839574, 81896993, 90545097, 16566825, 19550262, 72445766, 16197345, 377027721, 104263696, 293735479, 10752192, 15685721, 7848802]}python-twitter-3.3/testdata/get_friend_ids_1.json000066400000000000000000000322661311017327200222770ustar00rootroot00000000000000{"ids":[485963620,65375759,116704750,16908110,20866038,15456784,135515077,413234849,23892927,4283311,18486586,45577446,2267241,24718372,20779448,36430363,914018270,152408142,916100768,95418595,59514202,170952277,808092948,146569971,18913827,14204194,48235139,60189624,55949344,16469809,836283571,14326086,75533,460470940,778057,571025703,1140451,16358930,586193370,23840585,617299845,20352048,16618587,138141495,8525402,344425346,119782567,31310158,15113565,17409240,343523535,15665499,8220482,14956372,22903162,84194879,18638090,23583214,29491022,192942213,492328463,43383357,20342387,59634656,111216929,950531,3554721,77220986,28646364,21979896,765545706,191005995,122137723,86330674,273977738,846187382,22067976,66247691,17614582,239931382,51096731,8714762,103719755,224349882,20872592,49756585,16843806,63870858,14427350,14660933,20172221,19746393,19742740,19746495,19746268,15537164,14363806,245448121,40305346,18768691,19409006,43144360,41433870,14427372,38102814,50442406,15838770,30067519,18643531,96783382,10913042,62917637,432930849,14522630,18640668,35251183,35992925,52214572,11942832,26043704,234485044,237019614,190388631,580191183,622804972,237845487,564131974,54424058,632015726,18406495,548047639,15431856,8320432,10716292,21436960,15234407,14987728,14848513,16130330,13462442,17089636,117662694,46319532,7429892,15032736,18393773,128956175,22026842,802677139,587639522,312254799,373373336,347998327,22053725,211209877,70535360,95493980,33929775,15659248,23055689,25726636,27845025,442870573,386461356,362051343,25832541,787799,27049466,14552720,119826247,105225912,214190858,16149338,84617980,81497957,248826162,17078632,36471939,104942217,19201509,590300532,17141268,56440721,590195750,31475315,21303235,16102081,16331756,16332498,380228140,204832963,778160544,323431504,357533790,32513043,80354646,55191723,262542624,101348982,125400908,351832182,15666380,594736235,545195543,303483832,619247259,34278838,617825073,115417134,302076301,18026912,201319817,301239030,279323718,261959272,607684948,55356886,43117170,15947277,33575662,619950540,110967761,14075928,427057264,626854369,185357063,14184651,30715662,41147062,2090121,17026643,15468275,16129920,16349125,73238146,38516217,112740986,164555798,20796192,16456004,15763818,33439673,255128753,36104874,35318803,198614401,18492549,16460993,19085082,49988522,102836256,30308764,100838279,18620828,216868739,100936791,27978241,296462011,14458660,81934163,30120541,16843817,18164420,46836666,17971635,1183041,26863892,767,740109097,61306578,11211372,814001,1046661,53280402,14217740,5971922,11229162,12611642,14606395,249478001,484991854,15402623,14807898,14702533,705166483,15165493,19789439,16619832,16677622,14696463,134736009,93513698,275251813,20389458,5450132,121953044,14485423,15698903,52758395,7093352,735096642,376949805,24930840,50115087,210141126,236622791,1917731,150656075,56770914,730902326,552985513,109266393,480120122,10846402,130238521,17630125,243821406,24493890,19412541,376353997,194347664,17695016,193064494,211543116,33256849,16042794,15865896,50090907,20858691,36367130,136725784,135316691,14934440,70739029,15507433,28164923,453510918,14677919,15294166,15473958,14385676,64748159,30915636,58113278,154202677,38441030,299258001,60654735,74567808,346569891,15838694,24399191,131570276,17093768,1769191,18696996,95428712,353003932,146123790,198584761,175691292,13787402,143912910,39800314,46190055,128569463,109298652,16888712,121309596,248742334,46220856,14325188,30927826,38156420,206001945,14962779,495300028,21875834,101081754,337808606,78361556,456864723,124603983,46577579,54208274,15066876,606549267,28450164,501993054,17001490,28044313,227117671,350509998,245603564,53435986,384923143,275561685,404851901,39350796,385183010,38733200,742143,234015324,320199062,495263448,20071361,424274065,137706974,8861182,16543760,454313925,34920742,586909317,594723485,607867793,16023029,33857883,51261818,14520293,571371777,41697083,90959399,42551075,35235695,97262484,19564105,594911608,585246185,16117029,598443842,18214621,20867568,23698358,48144050,17374418,549029322,36025916,363490884,12648652,39530187,79997785,104585489,59423440,57372601,130933196,15116624,14710129,16062207,495612497,19649450,53141844,22952405,18176147,54300251,506990949,18480977,29912873,37710752,17283244,19515424,11180212,15500649,18569484,105918870,17632297,536694088,250884927,71882824,509063626,49934930,490848670,34743251,48473838,28200389,58489734,331286084,331450910,56052405,481066283,17367404,89215087,19884952,145306695,104267638,132235973,11988052,9692022,83047883,14061849,297556877,30434892,46442771,14434011,20605481,147808148,391409009,7433772,17820399,754485,14251225,9505502,498123757,129906416,16684911,85616866,20193243,122215796,22997361,54396291,18918414,17344324,67774992,50325797,20068053,18943897,309233470,18164887,216084954,9334532,22994700,84465907,465158654,22300059,15974368,285073363,192764972,189376144,18203287,338474200,17505090,112756074,436006103,18685382,407019221,37926315,36716860,66685269,17045089,70418177,376162509,93682627,14505838,116654517,56212232,18396070,15693493,18246347,24619328,19617284,414284406,35031059,146183346,172632175,96098703,24283263,148435933,233226613,65108529,20642310,234270825,20609518,248239533,23503181,45584305,31861048,89898430,407889268,33282082,236104191,9313032,25020347,19011119,89707859,16213646,21689801,159684911,8291102,23805874,21746623,34711477,282865138,15604930,18641695,72389498,191287999,201421969,274295451,77641370,264234073,261025036,112015650,20481118,16495544,43913045,27052547,360413441,13691782,14194740,286880935,202312445,119166791,21969867,48803664,16733088,17074051,77105290,18509870,106929968,22382110,13631142,330502724,16341357,115252480,1417921,366371278,188019636,19996524,44165613,16939891,17498747,94168199,105675677,240691392,258607721,14940354,16988038,16299627,25531732,219062922,304627263,15990809,317256470,174421336,71869296,39765940,44753284,16744473,12040102,38584206,16204696,49164309,28343270,303994581,28410253,21821945,283865965,97691156,213107009,15200719,14669951,99163691,15726728,24111487,202699897,20955270,418,28962525,15412727,21492467,263685349,18884857,41622671,94129050,22859855,14173315,24235302,231854033,18537794,19086456,213575929,101614424,27796165,18421509,18078425,305005427,31053563,258885469,12011422,6576492,7590112,15292471,15066958,43425975,18906097,6145862,14976721,21416856,17494010,232268199,239461632,37029298,22320759,59599859,258407797,58393592,301012485,72667138,54885334,22215485,40164352,38421062,80684362,22883726,6362172,113469866,15803768,21220931,222636878,21373652,22938645,14085070,89580481,23414569,11635932,110415536,18146725,16020435,21312469,77517399,21874164,104589290,51747161,130836664,11190002,818155,54660914,14955620,17902047,15936311,18638502,313537605,363450850,179973018,14156198,18594598,8862532,5770442,14412888,22656089,22046083,220907703,317133497,49689858,154005444,16972068,148902413,16588095,19570075,125637896,79241648,14515799,14802885,71353416,119203363,47392876,35761403,273010546,317880197,49251910,70764269,273197054,273000680,61536959,258458683,21206042,62925053,19422317,20957191,17488526,18023140,41093522,42533606,52528502,20055774,18089442,84376589,81000114,34919745,19170880,40047236,18725659,31187903,24126361,88710001,104299877,96795310,22105535,23314335,100607500,46751590,14928734,93094538,54981205,22059385,20933649,18776351,53473610,49732680,112480876,290106314,257740770,313493727,313418943,21009763,64400465,20029306,20527509,30304152,132926588,50885929,30961267,94581061,23365014,19787735,313553844,293750778,166196682,73479535,14335498,198567904,27476041,43260020,22571195,15726586,106110662,157467048,20438137,29976734,143491086,15461733,213539036,24235368,24913022,23067226,299485058,39208156,310913336,37399786,51381252,18622756,18451653,43395268,21619806,29211557,10301842,140195976,15840979,39756122,15360434,115441158,119905863,175295959,105417422,168776165,152314419,133379712,135604202,144286635,18291500,67378554,299798272,250392390,20375912,232552553,106887653,22362043,15637549,104502359,203532507,168912732,34903365,30028674,21875245,16064403,51606046,24405414,89317678,18488014,15456235,241691709,236516604,40368131,37687633,759251,57198996,26930438,18323373,4970411,164400667,23638014,128547882,16162201,14112563,18907744,14463012,19187439,138797212,270379099,18130251,191159103,16146731,35761879,14182620,104932756,19038395,248288710,77052243,38812075,259292849,21029359,17136310,267919533,26134082,37077107,15031724,69818419,191500375,29558838,65535634,53523503,224362254,6017542,200059931,296622807,4790881,48078807,78927772,33506504,279136688,48449654,18383373,47771556,55705595,17548215,134891395,290101954,59929401,262137156,175273935,23493152,79808570,20682357,297563101,225428772,8449542,19949151,227771924,122657422,26207922,25376735,19221220,143063931,36161186,41712825,19725644,29416787,228602896,21437682,110263006,21129234,21046254,166393507,13590162,16951434,188000721,41351252,254621726,17698956,89593573,17413572,113787262,109545333,67406327,85636450,133929049,17595958,24823749,50005441,35804467,16544818,35013184,85251917,31726915,36755482,107102609,16028241,44538849,35778794,267999603,36953109,22271644,26792275,35002876,46048042,22894243,10235102,16017472,24771318,15042296,41619175,22642788,5392522,17471979,65946380,16826617,14159148,15967738,173643681,21755786,15864446,39000115,38885626,161329769,166607010,85641096,17393196,1652541,199935082,16581604,30031547,49734054,29008249,9627102,14262811,19201818,14708814,16233170,15808765,90484508,46598192,137876169,23484039,22737278,115485051,18949452,20060293,18510860,11107172,26667264,223959958,49757093,245874349,14955722,28603812,36711678,66965843,18486243,34615731,15445967,58203491,5920532,85642187,55419844,41501555,15982558,147493361,17265423,14778733,16895951,106840674,12456402,69519838,35810531,69571569,25886862,69231483,50517161,26857202,17899109,50393960,16688755,19327532,99636351,116763916,15769774,22341950,15096075,75069067,11859822,18336459,39511166,19711750,23427122,19893321,15821039,56420936,102278432,82127917,19662718,39716211,23967554,20596281,34889448,14286806,22670999,18038892,67101140,88745438,29562655,16982863,14113952,1282161,88615688,1049671,140753036,14918432,76674458,78427460,16866956,101889465,19881931,128724886,17220934,18713552,21786618,231600344,147383043,117982625,84445191,114493453,32506859,179478771,29374498,24128009,19637934,17469289,9763482,15222806,31630054,15472700,140803376,15862891,43119695,260741931,14559745,257624526,19918353,5831802,149102306,52126417,10017542,237850595,18444468,15930000,14385046,21516577,53208324,24223641,23451598,15458181,15714547,14266598,65965412,36843988,21166728,55630632,15227791,22695157,6875072,16017475,102581666,14606079,15905103,26784273,17286101,88722311,18734088,65909759,26755141,70260544,21866534,22167056,33098495,171683695,43078165,180147957,19621110,29774968,88392301,32423136,74725264,146548246,269420810,18196002,14199378,22341016,111416652,14647570,43166813,34317032,116498184,57741304,163844242,176456922,69417670,36771809,13693032,25155290,18227455,4898091,1536811,16630098,59479958,16145875,15224867,30043495,55338739,46164502,20402945,15935591,23092890,27860681,17006157,216799530,16670996,142672514,135917962,270956213,20562637,156016878,18622869,168295477,14348157,36047098,14514804,32359921,16955870,59486068,5120691,15568127,44401911,7215512,24898621,21968928,34096609,44177383,14050550,20281776,95323720,19954039,18784376,13759952,16227675,14235672,109915584,16684773,646893,83130916,763699,17070899,13017192,17453131,14191291,42204560,27787530,1403031,8510242,49301068,14834076,16997090,44153483,23014736,102448827,29493965,8161232,6877872,33955377,15198966,11695602,16229491,52296815,57341938,59910042,6245822,19915362,16348549,94667985,14463924,21315031,70983247,16244517,15433693,26217653,26213879,14615871,166252256,17054817,813286,32361431,5988062,16366271,19539716,96930772,11695472,59460397,25098482,24602720,24881081,28212315,21093785,16511394,16958346,27830610,33933259,120181944,16834046,16257853,19673700,15947602,20608192,145692441,116469425,28657802,20582958,17596622,219357440,14634720,17463923,17683482,146620155,16025112,16648790,40932856,278026635,20776432,124066751,15473639,22705078,262528377,95943830,17605855,19754094,61853389,17855157,624413,19430233,108432404,56440209,39803436,16892445,51497096,70052473,108408529,177676462,101878696,18869578,45670812,154233774,105831673,22952596,268873642,88966020,15779216,14900137,20608910,15220806,18136692,17217640,19658936,18230738,16878156,20114753,29232503,19282280,30313925,45874509,15987497,31078583,16470495,127997108,19722699,23959074,18325781,98928848,160528623,17423992,807095,25841417,16245906,121598314,128126054,8963722,15110431,4620451,17842366,16895274,37662914,14603515,175844074,172280127,28583197,34554134,21581503,8295072,19802879,1435461,16817883,15165502,16580226,15492359,18593276,26003862,19071682,20031296,32567081,43435902,16379018,18201160,113420831,17781165,33998183,44705716,22035690,5402612,18736652,21232507,22762908,11433152,14738750,18883998,428333,18581009,16669075,21886024,45885508,15740491,20998647,116559622,21388284,39103115,810424,15173291,15762575,11178672,16308922,62780688,24919888,36683668,89711639,15489945,15463610,130160106,3108351,11348282,14342564,15309804,19915329,6519522,19993545,24886900,17004618,110595088],"next_cursor":0,"next_cursor_str":"0","previous_cursor":-1417901385419688902,"previous_cursor_str":"-1417901385419688902"}python-twitter-3.3/testdata/get_friends.json000066400000000000000000000053641311017327200214020ustar00rootroot00000000000000{"users":[{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":286,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1220,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","status":{"created_at":"Wed Dec 09 20:51:52 +0000 2015","id":674692964782891009,"id_str":"674692964782891009","text":"@beep @jonikorpi i made a bot to do the conversion for me, its @TheGIFingBot if you're interested. converts, uploads to imgur, dms you link.","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674641293314809858,"in_reply_to_status_id_str":"674641293314809858","in_reply_to_user_id":12534,"in_reply_to_user_id_str":"12534","in_reply_to_screen_name":"beep","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"beep","name":"Ethan Marcotte","id":12534,"id_str":"12534","indices":[0,5]},{"screen_name":"jonikorpi","name":"Joni Korpi","id":15907249,"id_str":"15907249","indices":[6,16]},{"screen_name":"TheGIFingBot","name":"The GIFing Bot","id":3206731269,"id_str":"3206731269","indices":[63,76]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false,"muting":false,"blocking":false,"blocked_by":false}],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_friends_0.json000066400000000000000000023640521311017327200216250ustar00rootroot00000000000000{"users": [{"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "18275645", "following": false, "friends_count": 118, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danluu.com", "url": "http://t.co/yAGxZQzkJc", "expanded_url": "http://danluu.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2884, "location": "Seattle, WA", "screen_name": "danluu", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Dan Luu", "profile_use_background_image": true, "description": "Hardware/software co-design @Microsoft. Previously @google, @recursecenter, and centaur.", "url": "http://t.co/yAGxZQzkJc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/526429203554525185/P5uadNbN_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Dec 21 00:21:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/526429203554525185/P5uadNbN_normal.png", "favourites_count": 624, "status": {"in_reply_to_status_id": 685537630235136000, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "danluu", "in_reply_to_user_id": 18275645, "in_reply_to_status_id_str": "685537630235136000", "in_reply_to_user_id_str": "18275645", "truncated": false, "id_str": "685539148292214784", "id": 685539148292214784, "text": "@twitter Meanwhile, automated bots have been tweeting every HN frontpage link for 3 years without getting flagged.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "twitter", "id_str": "783214", "id": 783214, "indices": [0, 8], "name": "Twitter"}]}, "created_at": "Fri Jan 08 19:10:44 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18275645, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 685, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "16246973", "following": false, "friends_count": 142, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.scottlowe.org", "url": "http://t.co/EMI294FM8u", "expanded_url": "http://blog.scottlowe.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 22381, "location": "Denver, CO, USA", "screen_name": "scott_lowe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 989, "name": "Scott S. Lowe", "profile_use_background_image": true, "description": "An IT pro specializing in virtualization, networking, open source, & cloud computing; currently working for a leading virtualization vendor (tweets are mine)", "url": "http://t.co/EMI294FM8u", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/2164976052/gravatar_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 11 20:17:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2164976052/gravatar_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597324853161984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "networkworld.com/article/301666\u2026", "url": "https://t.co/Y5HBdGgEor", "expanded_url": "http://www.networkworld.com/article/3016668/virtualization/tribune-media-rebuilds-it-from-the-ground-up-and-is-living-the-dream.html", "indices": [99, 122]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:01:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597324853161984, "text": "With everything s/w controlled ... VMware\u2019s NSX offsets the need for more than $1m of network gear https://t.co/Y5HBdGgEor", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597548321505280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "networkworld.com/article/301666\u2026", "url": "https://t.co/Y5HBdGgEor", "expanded_url": "http://www.networkworld.com/article/3016668/virtualization/tribune-media-rebuilds-it-from-the-ground-up-and-is-living-the-dream.html", "indices": [118, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "martin_casado", "id_str": "16591288", "id": 16591288, "indices": [3, 17], "name": "martin_casado"}]}, "created_at": "Fri Jan 08 23:02:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597548321505280, "text": "RT @martin_casado: With everything s/w controlled ... VMware\u2019s NSX offsets the need for more than $1m of network gear https://t.co/Y5HBdGgE\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 16246973, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 34402, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6981492", "following": false, "friends_count": 178, "entities": {"description": {"urls": [{"display_url": "Postlight.com", "url": "http://t.co/AxJX6dV8Ig", "expanded_url": "http://Postlight.com", "indices": [21, 43]}]}, "url": {"urls": [{"display_url": "ftrain.com", "url": "http://t.co/6afN702mgr", "expanded_url": "http://ftrain.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000068059714/61a35f1700171d2eeb06d94526930818.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 32171, "location": "Brooklyn, New York, USA", "screen_name": "ftrain", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1453, "name": "Paul Ford", "profile_use_background_image": true, "description": "(1974\u2013 ) Co-founder, http://t.co/AxJX6dV8Ig. Writing a book about web pages for FSG. Contact ford@ftrain.com if you spot a typo.", "url": "http://t.co/6afN702mgr", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3363818792/c90e33ccf22e3146d5cd871ce561795a_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jun 21 01:11:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3363818792/c90e33ccf22e3146d5cd871ce561795a_normal.png", "favourites_count": 20008, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682597070751035392", "id": 682597070751035392, "text": "2016 resolution: Get off Twitter, for all but writing-promotional purposes, until I lose 32 pounds, one for every thousand followers.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 16:19:58 +0000 2015", "source": "Twitter Web Client", "favorite_count": 58, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6981492, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000068059714/61a35f1700171d2eeb06d94526930818.png", "statuses_count": 29820, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6981492/1362958335", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2266469498", "following": false, "friends_count": 344, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.samwhited.com", "url": "https://t.co/FVESgX6vVp", "expanded_url": "https://blog.samwhited.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000158711466/Nxj8oXfB.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9ABB59", "geo_enabled": true, "followers_count": 97, "location": "Austin, TX", "screen_name": "SamWhited", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Sam Whited", "profile_use_background_image": true, "description": "Sometimes I tweet things, but mostly I don't.", "url": "https://t.co/FVESgX6vVp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/625877273783087104/0zuhLzjs_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sat Dec 28 21:36:45 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625877273783087104/0zuhLzjs_normal.jpg", "favourites_count": 68, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683367861557956608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/linode/status/\u2026", "url": "https://t.co/ChRPqTJULN", "expanded_url": "https://twitter.com/linode/status/683366718798954496", "indices": [86, 109]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 19:22:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683367861557956608, "text": "I have not been able to maintain a persistant TCP connection with my Linodes in Days\u2026 https://t.co/ChRPqTJULN", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2266469498, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000158711466/Nxj8oXfB.png", "statuses_count": 708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2266469498/1388268061", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6815762", "following": false, "friends_count": 825, "entities": {"description": {"urls": [{"display_url": "lasp-lang.org", "url": "https://t.co/SvIEg6a8n1", "expanded_url": "http://lasp-lang.org", "indices": [60, 83]}]}, "url": {"urls": [{"display_url": "christophermeiklejohn.com", "url": "https://t.co/OteoESj7H9", "expanded_url": "http://christophermeiklejohn.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "4E5A5E", "geo_enabled": true, "followers_count": 3106, "location": "San Francisco, CA", "screen_name": "cmeik", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 156, "name": "Christophe le fou", "profile_use_background_image": true, "description": "building programming languages for distributed computation; https://t.co/SvIEg6a8n1", "url": "https://t.co/OteoESj7H9", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597155081704775680/ZkcwYKee_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu Jun 14 16:35:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597155081704775680/ZkcwYKee_normal.jpg", "favourites_count": 38338, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581928620253186", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WOdRf", "url": "https://t.co/PzVfFbuaOA", "expanded_url": "http://ow.ly/WOdRf", "indices": [112, 135]}], "hashtags": [{"text": "ErlangFactory", "indices": [84, 98]}, {"text": "SF", "indices": [99, 102]}], "user_mentions": [{"screen_name": "cmeik", "id_str": "6815762", "id": 6815762, "indices": [74, 80], "name": "Christophe le fou"}]}, "created_at": "Fri Jan 08 22:00:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581928620253186, "text": "'Lasp: A Language For Distributed, Eventually Consistent Computations' by @cmeik at #ErlangFactory #SF Bay Area https://t.co/PzVfFbuaOA", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582620839694336", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WOdRf", "url": "https://t.co/PzVfFbuaOA", "expanded_url": "http://ow.ly/WOdRf", "indices": [139, 140]}], "hashtags": [{"text": "ErlangFactory", "indices": [103, 117]}, {"text": "SF", "indices": [118, 121]}], "user_mentions": [{"screen_name": "erlangfactory", "id_str": "45553317", "id": 45553317, "indices": [3, 17], "name": "Erlang Factory"}, {"screen_name": "cmeik", "id_str": "6815762", "id": 6815762, "indices": [93, 99], "name": "Christophe le fou"}]}, "created_at": "Fri Jan 08 22:03:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582620839694336, "text": "RT @erlangfactory: 'Lasp: A Language For Distributed, Eventually Consistent Computations' by @cmeik at #ErlangFactory #SF Bay Area https://\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 6815762, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 49785, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6815762/1420224089", "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "17616622", "following": false, "friends_count": 332, "entities": {"description": {"urls": [{"display_url": "locust.io", "url": "http://t.co/TQXEGLwCis", "expanded_url": "http://locust.io", "indices": [78, 100]}, {"display_url": "heyevent.com", "url": "http://t.co/0DMoIMMGYB", "expanded_url": "http://heyevent.com", "indices": [102, 124]}, {"display_url": "boutiquehotel.me", "url": "http://t.co/UVjwCLqJWP", "expanded_url": "http://boutiquehotel.me", "indices": [137, 159]}]}, "url": {"urls": [{"display_url": "heyman.info", "url": "http://t.co/OJuVdsnIXQ", "expanded_url": "http://heyman.info", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1063, "location": "Sweden", "screen_name": "jonatanheyman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Jonatan Heyman", "profile_use_background_image": true, "description": "I'm a developer and I Iike to build stuff. I love Python. Author of @locustio http://t.co/TQXEGLwCis, http://t.co/0DMoIMMGYB, @ronigame, http://t.co/UVjwCLqJWP", "url": "http://t.co/OJuVdsnIXQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/583295810479128577/n_QmuNUu_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 25 10:15:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/583295810479128577/n_QmuNUu_normal.jpg", "favourites_count": 112, "status": {"retweet_count": 23, "retweeted_status": {"retweet_count": 23, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581797850279937", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:00:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581797850279937, "text": "My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "Mobile Web (M5)"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685587786120970241", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "tomdale", "id_str": "668863", "id": 668863, "indices": [3, 11], "name": "Tom Dale"}]}, "created_at": "Fri Jan 08 22:24:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685587786120970241, "text": "RT @tomdale: My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 17616622, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 996, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17616622/1397123585", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "290900886", "following": false, "friends_count": 28, "entities": {"description": {"urls": [{"display_url": "hashicorp.com/atlas", "url": "https://t.co/3rYtQZlVFj", "expanded_url": "https://hashicorp.com/atlas", "indices": [75, 98]}]}, "url": {"urls": [{"display_url": "hashicorp.com", "url": "https://t.co/ny0Vs9IMpz", "expanded_url": "https://hashicorp.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "48B4FB", "geo_enabled": false, "followers_count": 10678, "location": "San Francisco, CA", "screen_name": "hashicorp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 326, "name": "HashiCorp", "profile_use_background_image": false, "description": "We build Vagrant, Packer, Serf, Consul, Terraform, Vault, Nomad, Otto, and https://t.co/3rYtQZlVFj. We love developers, ops, and are obsessed with automation.", "url": "https://t.co/ny0Vs9IMpz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/525656622308143104/0pPm3Eov_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sun May 01 04:14:30 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/525656622308143104/0pPm3Eov_normal.png", "favourites_count": 23, "status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685602742769876992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/hashicorp/terr\u2026", "url": "https://t.co/QjiHQfLdQF", "expanded_url": "https://github.com/hashicorp/terraform/blob/v0.6.9/CHANGELOG.md#069-january-8-2016", "indices": [90, 113]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:23:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685602742769876992, "text": "Terraform 0.6.9 has been released! 5 new providers and a long list of features and fixes: https://t.co/QjiHQfLdQF", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 290900886, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 715, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1229010770", "following": false, "friends_count": 15, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kimh.github.io", "url": "http://t.co/rOoCzBI0Uk", "expanded_url": "http://kimh.github.io/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 24, "location": "", "screen_name": "kimhirokuni", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Kim, Hirokuni", "profile_use_background_image": true, "description": "", "url": "http://t.co/rOoCzBI0Uk", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469626023059791874/9yBE3_hO_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 01 04:35:59 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469626023059791874/9yBE3_hO_normal.jpeg", "favourites_count": 4, "status": {"retweet_count": 14, "retweeted_status": {"retweet_count": 14, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684163973390974976", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 169, "resize": "fit"}, "large": {"w": 799, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 298, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "type": "photo", "indices": [95, 118], "media_url": "http://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "display_url": "pic.twitter.com/VEpSVWgnhn", "id_str": "684163973206421509", "expanded_url": "http://twitter.com/circleci/status/684163973390974976/photo/1", "id": 684163973206421509, "url": "https://t.co/VEpSVWgnhn"}], "symbols": [], "urls": [{"display_url": "circle.ci/1YyS1W6", "url": "https://t.co/Mil1rt44Ve", "expanded_url": "http://circle.ci/1YyS1W6", "indices": [71, 94]}], "hashtags": [], "user_mentions": [{"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [16, 25], "name": "CircleCI"}]}, "created_at": "Tue Jan 05 00:06:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684163973390974976, "text": "We're launching @CircleCI Office Hours in 2016. Check it out and RSVP! https://t.co/Mil1rt44Ve https://t.co/VEpSVWgnhn", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684249491948490752", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 169, "resize": "fit"}, "large": {"w": 799, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 298, "resize": "fit"}}, "source_status_id_str": "684163973390974976", "media_url": "http://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "source_user_id_str": "381223731", "id_str": "684163973206421509", "id": 684163973206421509, "media_url_https": "https://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "type": "photo", "indices": [109, 132], "source_status_id": 684163973390974976, "source_user_id": 381223731, "display_url": "pic.twitter.com/VEpSVWgnhn", "expanded_url": "http://twitter.com/circleci/status/684163973390974976/photo/1", "url": "https://t.co/VEpSVWgnhn"}], "symbols": [], "urls": [{"display_url": "circle.ci/1YyS1W6", "url": "https://t.co/Mil1rt44Ve", "expanded_url": "http://circle.ci/1YyS1W6", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [3, 12], "name": "CircleCI"}, {"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [30, 39], "name": "CircleCI"}]}, "created_at": "Tue Jan 05 05:46:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684249491948490752, "text": "RT @circleci: We're launching @CircleCI Office Hours in 2016. Check it out and RSVP! https://t.co/Mil1rt44Ve https://t.co/VEpSVWgnhn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1229010770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 56, "is_translator": false}, {"time_zone": "Madrid", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "311029627", "following": false, "friends_count": 173, "entities": {"description": {"urls": [{"display_url": "keybase.io/alexey_ch", "url": "http://t.co/3wRCyfslLs", "expanded_url": "http://keybase.io/alexey_ch", "indices": [56, 78]}]}, "url": {"urls": [{"display_url": "alexey.ch", "url": "http://t.co/sGSgRzEPYs", "expanded_url": "http://alexey.ch", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/852340814/642366d5914695f7132f91b6b31e718f.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 230, "location": "Sant Cugat del Vall\u00e8s", "screen_name": "alexey_am_i", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Alexey", "profile_use_background_image": true, "description": "bites and bytes / chief bash script officer @circleci / http://t.co/3wRCyfslLs", "url": "http://t.co/sGSgRzEPYs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/426597567896367105/nkzLbTFM_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Sat Jun 04 19:35:45 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/426597567896367105/nkzLbTFM_normal.jpeg", "favourites_count": 2099, "status": {"in_reply_to_status_id": 685505979270574080, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "KrauseFx", "in_reply_to_user_id": 50055757, "in_reply_to_status_id_str": "685505979270574080", "in_reply_to_user_id_str": "50055757", "truncated": false, "id_str": "685506452614688768", "id": 685506452614688768, "text": "@KrauseFx Nice screenshot :D", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "KrauseFx", "id_str": "50055757", "id": 50055757, "indices": [0, 9], "name": "Felix Krause"}]}, "created_at": "Fri Jan 08 17:00:49 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 311029627, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/852340814/642366d5914695f7132f91b6b31e718f.jpeg", "statuses_count": 10759, "profile_banner_url": "https://pbs.twimg.com/profile_banners/311029627/1366924833", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "810781", "following": false, "friends_count": 370, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "unwiredcouch.com", "url": "https://t.co/AlM3lgSG3F", "expanded_url": "https://unwiredcouch.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": false, "followers_count": 1872, "location": "probably Brooklyn or Freiburg", "screen_name": "mrtazz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 103, "name": "Daniel Schauenberg", "profile_use_background_image": true, "description": "Infrastructure Toolsmith at Etsy. A Cheap Trick and a Cheesy One-Liner. I own 100% of my opinions. Feminist.", "url": "https://t.co/AlM3lgSG3F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629425130465267712/toPYRZFS_normal.jpg", "profile_background_color": "FFF04D", "created_at": "Sun Mar 04 21:17:02 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629425130465267712/toPYRZFS_normal.jpg", "favourites_count": 7995, "status": {"in_reply_to_status_id": 685561412450562048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jmhodges", "in_reply_to_user_id": 9267272, "in_reply_to_status_id_str": "685561412450562048", "in_reply_to_user_id_str": "9267272", "truncated": false, "id_str": "685565956836487168", "id": 685565956836487168, "text": "@jmhodges the important bit is to understand when and how and learn from it", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jmhodges", "id_str": "9267272", "id": 9267272, "indices": [0, 9], "name": "Jeff Hodges"}]}, "created_at": "Fri Jan 08 20:57:15 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 810781, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 17494, "profile_banner_url": "https://pbs.twimg.com/profile_banners/810781/1374119286", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "166282004", "following": false, "friends_count": 131, "entities": {"description": {"urls": [{"display_url": "scotthel.me/PGP", "url": "http://t.co/gL8cUpGdUF", "expanded_url": "http://scotthel.me/PGP", "indices": [137, 159]}]}, "url": {"urls": [{"display_url": "scotthelme.co.uk", "url": "https://t.co/amYoJQqVCA", "expanded_url": "https://scotthelme.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000133452638/VGrnAEEE.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "2971FF", "geo_enabled": false, "followers_count": 1585, "location": "UK", "screen_name": "Scott_Helme", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 94, "name": "Scott Helme", "profile_use_background_image": false, "description": "Information Security Consultant, blogger, builder of things. Creator of @reporturi and @securityheaders. I want to secure the entire web http://t.co/gL8cUpGdUF", "url": "https://t.co/amYoJQqVCA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000539588600/98ae7e835cc7a03a70d59a1b4a31b264_normal.png", "profile_background_color": "F5F8FA", "created_at": "Tue Jul 13 19:42:08 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000539588600/98ae7e835cc7a03a70d59a1b4a31b264_normal.png", "favourites_count": 488, "status": {"retweet_count": 130, "retweeted_status": {"retweet_count": 130, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684262306956443648", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "securityheaders.io", "url": "https://t.co/tFn2HCB6YS", "expanded_url": "https://securityheaders.io/", "indices": [71, 94]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 06:37:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684262306956443648, "text": "SecurityHeaders.io analyzes a website\u2019s security-related HTTP headers. https://t.co/tFn2HCB6YS", "coordinates": null, "retweeted": false, "favorite_count": 260, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607128095154176", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "securityheaders.io", "url": "https://t.co/tFn2HCB6YS", "expanded_url": "https://securityheaders.io/", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "smashingmag", "id_str": "15736190", "id": 15736190, "indices": [3, 15], "name": "Smashing Magazine"}]}, "created_at": "Fri Jan 08 23:40:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607128095154176, "text": "RT @smashingmag: SecurityHeaders.io analyzes a website\u2019s security-related HTTP headers. https://t.co/tFn2HCB6YS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 166282004, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000133452638/VGrnAEEE.jpeg", "statuses_count": 5651, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166282004/1421676770", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13734442", "following": false, "friends_count": 700, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "entropystream.net", "url": "http://t.co/jHZOamrEt4", "expanded_url": "http://entropystream.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "193FFF", "geo_enabled": false, "followers_count": 907, "location": "Seattle WA", "screen_name": "blueben", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "Ben Macguire", "profile_use_background_image": false, "description": "Ops Engineer, Music, RF, Puppies.", "url": "http://t.co/jHZOamrEt4", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674515606419324928/8cnzA0WY_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Feb 20 19:12:44 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674515606419324928/8cnzA0WY_normal.jpg", "favourites_count": 497, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685121298100424704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIKLxDUAAEfw_T.jpg", "type": "photo", "indices": [34, 57], "media_url": "http://pbs.twimg.com/media/CYIKLxDUAAEfw_T.jpg", "display_url": "pic.twitter.com/yJ5odOn9OQ", "id_str": "685121290575806465", "expanded_url": "http://twitter.com/blueben/status/685121298100424704/photo/1", "id": 685121290575806465, "url": "https://t.co/yJ5odOn9OQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 15:30:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685121298100424704, "text": "Slightly foggy in Salt Lake City. https://t.co/yJ5odOn9OQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 13734442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 14940, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3237083798", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bgpstream.com", "url": "https://t.co/gdCAgJZFwt", "expanded_url": "https://bgpstream.com/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1378, "location": "", "screen_name": "bgpstream", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "bgpstream", "profile_use_background_image": true, "description": "BGPStream is a free resource for receiving alerts about BGP hijacks and large scale outages. Brought to you by @bgpmon", "url": "https://t.co/gdCAgJZFwt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624352416054415360/wT-HbVJa_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jun 05 15:28:16 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624352416054415360/wT-HbVJa_normal.png", "favourites_count": 4, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685604760662196224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bgpstream.com/event/16414", "url": "https://t.co/Fwvyew4hhY", "expanded_url": "http://bgpstream.com/event/16414", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:31:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685604760662196224, "text": "BGP,OT,52742,INTERNET,-,Outage affected 15 prefixes, https://t.co/Fwvyew4hhY", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "BGPStream"}, "default_profile_image": false, "id": 3237083798, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3555, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3237083798/1437676409", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "507922769", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waterpigs.co.uk", "url": "https://t.co/NTbafUKQZe", "expanded_url": "https://waterpigs.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/439231433/TwitterBack.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 331, "location": "Reykjav\u00edk, Iceland", "screen_name": "BarnabyWalters", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Barnaby Walters", "profile_use_background_image": true, "description": "Music/tech minded individual. Trained as a luthier, working on web surveys at V\u00edsar, Iceland. Building the #indieweb of the future. Hiking, climbing, gurdying.", "url": "https://t.co/NTbafUKQZe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684113513653137408/ddU8r9vj_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Feb 28 21:07:29 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684113513653137408/ddU8r9vj_normal.jpg", "favourites_count": 2198, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684845666649157632", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "waterpigs.co.uk/img/2016-01-06\u2026", "url": "https://t.co/7wSqHpJZYS", "expanded_url": "https://waterpigs.co.uk/img/2016-01-06-bubbles.gif", "indices": [36, 59]}, {"display_url": "waterpigs.co.uk/notes/4f6MF3/", "url": "https://t.co/5L2Znu5Ack", "expanded_url": "https://waterpigs.co.uk/notes/4f6MF3/", "indices": [62, 85]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 21:15:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684845666649157632, "text": "A little preparation for tomorrow\u2026\n\nhttps://t.co/7wSqHpJZYS\n (https://t.co/5L2Znu5Ack)", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Waterpigs.co.uk"}, "default_profile_image": false, "id": 507922769, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/439231433/TwitterBack.jpg", "statuses_count": 3559, "profile_banner_url": "https://pbs.twimg.com/profile_banners/507922769/1348091343", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "235193328", "following": false, "friends_count": 129, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "indiewebcamp.com", "url": "http://t.co/Lhpx03ubrJ", "expanded_url": "http://indiewebcamp.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 782, "location": "Portland, Oregon", "screen_name": "indiewebcamp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "IndieWebCamp", "profile_use_background_image": true, "description": "Rather than posting content on 3rd-party silos, we should all begin owning our data when we create it.", "url": "http://t.co/Lhpx03ubrJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1386078425/indiewebcamp_logo_color_twitter_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jan 07 15:53:54 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1386078425/indiewebcamp_logo_color_twitter_normal.png", "favourites_count": 1154, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685273812682719233", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "zeldman.com/2016/01/05/139\u2026", "url": "https://t.co/kMiWh7ufuW", "expanded_url": "http://www.zeldman.com/2016/01/05/13913/", "indices": [104, 127]}], "hashtags": [{"text": "indieweb", "indices": [128, 137]}], "user_mentions": []}, "created_at": "Fri Jan 08 01:36:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685273812682719233, "text": "\u201cAs Maimonides, were he alive today, would tell us: he who excludes a single user destroys a universe.\u201d https://t.co/kMiWh7ufuW #indieweb", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685306865635336192", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "zeldman.com/2016/01/05/139\u2026", "url": "https://t.co/kMiWh7ufuW", "expanded_url": "http://www.zeldman.com/2016/01/05/13913/", "indices": [120, 140]}], "hashtags": [{"text": "indieweb", "indices": [139, 140]}], "user_mentions": [{"screen_name": "kevinmarks", "id_str": "57203", "id": 57203, "indices": [3, 14], "name": "Kevin Marks"}]}, "created_at": "Fri Jan 08 03:47:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685306865635336192, "text": "RT @kevinmarks: \u201cAs Maimonides, were he alive today, would tell us: he who excludes a single user destroys a universe.\u201d https://t.co/kMiWh7\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 235193328, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 151, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1183041", "following": false, "friends_count": 335, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wilwheaton.net/2009/02/what-t\u2026", "url": "http://t.co/UAYYOhbijM", "expanded_url": "http://wilwheaton.net/2009/02/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/871683408/62c85b46792dfe6bfd16420b71646cdb.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "F6101E", "geo_enabled": false, "followers_count": 2966148, "location": "Los Angeles", "screen_name": "wilw", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 38874, "name": "Wil Wheaton", "profile_use_background_image": true, "description": "Barrelslayer. Time Lord. Fake geek girl. On a good day I am charming as fuck.", "url": "http://t.co/UAYYOhbijM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660891140418236416/7zeCwT9K_normal.png", "profile_background_color": "022330", "created_at": "Wed Mar 14 21:25:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660891140418236416/7zeCwT9K_normal.png", "favourites_count": 445, "status": {"in_reply_to_status_id": 685587772208476160, "retweet_count": 11, "place": null, "in_reply_to_screen_name": "scalzi", "in_reply_to_user_id": 14202817, "in_reply_to_status_id_str": "685587772208476160", "in_reply_to_user_id_str": "14202817", "truncated": false, "id_str": "685589599108739072", "id": 685589599108739072, "text": "@scalzi Dear Texas: just fucking secede already, and let the rest of us live in the 21st century. Thanks - - W2", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "scalzi", "id_str": "14202817", "id": 14202817, "indices": [0, 7], "name": "John Scalzi"}]}, "created_at": "Fri Jan 08 22:31:12 +0000 2016", "source": "Tweetings for Android", "favorite_count": 91, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1183041, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/871683408/62c85b46792dfe6bfd16420b71646cdb.png", "statuses_count": 60966, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1183041/1368668860", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24184180", "following": false, "friends_count": 150, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/433335665065861121/PZ-P25rK.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "004A05", "geo_enabled": true, "followers_count": 283, "location": "", "screen_name": "xanderdumaine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 31, "name": "Xander Dumaine", "profile_use_background_image": true, "description": "still trying. sometimes I have Opinions\u2122 which are my own, and do not represent my employer. Retweets do not imply endorsement.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681300007044136960/l64DzyPy_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Mar 13 14:59:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681300007044136960/l64DzyPy_normal.jpg", "favourites_count": 1252, "status": {"retweet_count": 0, "in_reply_to_user_id": 237534782, "possibly_sensitive": false, "id_str": "685584914973089792", "in_reply_to_user_id_str": "237534782", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/necrosofty/sta\u2026", "url": "https://t.co/9jl9UNHv0s", "expanded_url": "https://twitter.com/necrosofty/status/685270713792466944", "indices": [13, 36]}], "hashtags": [], "user_mentions": [{"screen_name": "MattCheely", "id_str": "237534782", "id": 237534782, "indices": [0, 11], "name": "Matt Cheely"}]}, "created_at": "Fri Jan 08 22:12:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0122292c5bc9ff29.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-78.881022, 35.796927], [-78.786799, 35.796927], [-78.786799, 35.870756], [-78.881022, 35.870756]]], "type": "Polygon"}, "full_name": "Morrisville, NC", "contained_within": [], "country_code": "US", "id": "0122292c5bc9ff29", "name": "Morrisville"}, "in_reply_to_screen_name": "MattCheely", "in_reply_to_status_id_str": null, "truncated": false, "id": 685584914973089792, "text": "@MattCheely https://t.co/9jl9UNHv0s", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 24184180, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/433335665065861121/PZ-P25rK.jpeg", "statuses_count": 18329, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24184180/1452092382", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "79227302", "following": false, "friends_count": 30, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fastmail.com", "url": "https://t.co/ckOsRTyp9h", "expanded_url": "https://www.fastmail.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "44567E", "geo_enabled": true, "followers_count": 5651, "location": "Melbourne, Australia", "screen_name": "FastMailFM", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 239, "name": "FastMail", "profile_use_background_image": true, "description": "Email, calendars and contacts done right.", "url": "https://t.co/ckOsRTyp9h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456300051074002945/Ege_GBkr_normal.png", "profile_background_color": "022330", "created_at": "Fri Oct 02 16:49:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456300051074002945/Ege_GBkr_normal.png", "favourites_count": 293, "status": {"in_reply_to_status_id": 685607110684454912, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "chrisWhite", "in_reply_to_user_id": 7804242, "in_reply_to_status_id_str": "685607110684454912", "in_reply_to_user_id_str": "7804242", "truncated": false, "id_str": "685610756151230464", "id": 685610756151230464, "text": "@chrisWhite No the subject tagging is independent. You can turn it off in Advaced \u2192 Spam Preferences.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chrisWhite", "id_str": "7804242", "id": 7804242, "indices": [0, 11], "name": "Chris White"}]}, "created_at": "Fri Jan 08 23:55:16 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 79227302, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2194, "profile_banner_url": "https://pbs.twimg.com/profile_banners/79227302/1403516751", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2209238580", "following": false, "friends_count": 2044, "entities": {"description": {"urls": [{"display_url": "github.com/StackStorm/st2", "url": "https://t.co/sd2EyabsN0", "expanded_url": "https://github.com/StackStorm/st2", "indices": [100, 123]}]}, "url": {"urls": [{"display_url": "stackstorm.com", "url": "http://t.co/5oR6MbHPSq", "expanded_url": "http://www.stackstorm.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2407, "location": "Palo Alto, CA", "screen_name": "Stack_Storm", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 110, "name": "StackStorm", "profile_use_background_image": true, "description": "Event driven operations. Sometimes called IFTTT for IT ops. Open source. Auto-remediation and more.\nhttps://t.co/sd2EyabsN0", "url": "http://t.co/5oR6MbHPSq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/422857096665649152/VaMFEyf3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Nov 22 16:42:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/422857096665649152/VaMFEyf3_normal.jpeg", "favourites_count": 548, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685551803044249600", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "redd.it/3ztcla", "url": "https://t.co/C6Wa98PSra", "expanded_url": "https://redd.it/3ztcla", "indices": [92, 115]}], "hashtags": [{"text": "chatops", "indices": [20, 28]}], "user_mentions": []}, "created_at": "Fri Jan 08 20:01:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685551803044249600, "text": "Anyone want to talk #chatops and remediation? U know u want to. It is Friday after all... https://t.co/C6Wa98PSra", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685561768551186432", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "redd.it/3ztcla", "url": "https://t.co/C6Wa98PSra", "expanded_url": "https://redd.it/3ztcla", "indices": [108, 131]}], "hashtags": [{"text": "chatops", "indices": [36, 44]}], "user_mentions": [{"screen_name": "epowell101", "id_str": "15119662", "id": 15119662, "indices": [3, 14], "name": "Evan Powell"}]}, "created_at": "Fri Jan 08 20:40:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685561768551186432, "text": "RT @epowell101: Anyone want to talk #chatops and remediation? U know u want to. It is Friday after all... https://t.co/C6Wa98PSra", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2209238580, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1667, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2209238580/1414949794", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "160640740", "following": false, "friends_count": 1203, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/marcomorain", "url": "https://t.co/QNDuJQAZ6V", "expanded_url": "https://github.com/marcomorain", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 503, "location": "Dublin, Ireland", "screen_name": "atmarc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Marc O'Merriment", "profile_use_background_image": true, "description": "Developer at @CircleCI Previously Swrve, Havok and Kore Virtual Machines.", "url": "https://t.co/QNDuJQAZ6V", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649567428003917824/CkcjJPzf_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Mon Jun 28 19:06:33 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649567428003917824/CkcjJPzf_normal.jpg", "favourites_count": 3499, "status": {"retweet_count": 23, "retweeted_status": {"retweet_count": 23, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581797850279937", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:00:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581797850279937, "text": "My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "Mobile Web (M5)"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582745637109760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "tomdale", "id_str": "668863", "id": 668863, "indices": [3, 11], "name": "Tom Dale"}]}, "created_at": "Fri Jan 08 22:03:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582745637109760, "text": "RT @tomdale: My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 160640740, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 4682, "profile_banner_url": "https://pbs.twimg.com/profile_banners/160640740/1398359765", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13470", "following": false, "friends_count": 1409, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sauria.com/blog", "url": "http://t.co/UB3y8QBrA6", "expanded_url": "http://www.sauria.com/blog", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 2849, "location": "Bainbridge Island, WA", "screen_name": "twleung", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 218, "name": "Ted Leung", "profile_use_background_image": true, "description": "photographs, modern programming languages, embedded systems, and commons based peer production. Leading the Playmation software team at The Walt Disney Company.", "url": "http://t.co/UB3y8QBrA6", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/14906322/1000218048_bb8c72ecaa_o_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Nov 21 09:23:47 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/14906322/1000218048_bb8c72ecaa_o_normal.jpg", "favourites_count": 4072, "status": {"in_reply_to_status_id": 684776564093931521, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jaxzin", "in_reply_to_user_id": 14320521, "in_reply_to_status_id_str": "684776564093931521", "in_reply_to_user_id_str": "14320521", "truncated": false, "id_str": "684784895512584192", "id": 684784895512584192, "text": "@jaxzin what do you think is the magic price point?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jaxzin", "id_str": "14320521", "id": 14320521, "indices": [0, 7], "name": "Brian R. Jackson"}]}, "created_at": "Wed Jan 06 17:13:36 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13470, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 9358, "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "50599894", "following": false, "friends_count": 1352, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 955, "location": "Paris, France", "screen_name": "nyconyco", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 72, "name": "Nicolas V\u00e9rit\u00e9, N\u00ffco", "profile_use_background_image": true, "description": "Product Owner @ErlangSolutions, President at @LinuxFrOrg #FLOSS #OpenSource #TheOpenOrg #Agile #LeanStartup #DesignThinking #GrowthHacking", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661500699356844032/n70KmEZe_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Jun 25 09:26:17 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661500699356844032/n70KmEZe_normal.jpg", "favourites_count": 343, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685537987355111426", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1O8FVAd", "url": "https://t.co/IxvtPzMNtO", "expanded_url": "http://buff.ly/1O8FVAd", "indices": [114, 137]}], "hashtags": [{"text": "Startups", "indices": [2, 11]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:06:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685537987355111426, "text": "8 #Startups, 4 IPO's, Lost $35m of Investors Money to Paying Them Back $1b Each! Startup Lessons From Steve Blank https://t.co/IxvtPzMNtO", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 50599894, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 4281, "profile_banner_url": "https://pbs.twimg.com/profile_banners/50599894/1358775155", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "106621747", "following": false, "friends_count": 100, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/797868025/7677bb2d37eba940bd0a59afa52ffd3d.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "B30645", "geo_enabled": true, "followers_count": 734, "location": "", "screen_name": "KalieCatt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Kalie Fry", "profile_use_background_image": true, "description": "director of engagement marketing at @gomcmkt. wordsmith. social media jedi. closet creative. coffee connoisseur. classic novel enthusiast.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658858527830634496/lrGCavd-_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Jan 20 04:01:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658858527830634496/lrGCavd-_normal.png", "favourites_count": 6311, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685351275647516672", "id": 685351275647516672, "text": "So, I've been in an emoji formula battle all day and need to phone a friend. Want to help me solve?\n\n\u2754\u2795\u2702\ufe0f=\u2753\n\u2754\u2795\ud83c\uddf3\ud83c\uddec= \u2753\u2753\n\u2754\u2754\u2795(\u2796\ud83c\udf32\u2795\ud83d\udd34\u2795\ud83c\udf41)=\u2753\u2753", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 06:44:11 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 106621747, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/797868025/7677bb2d37eba940bd0a59afa52ffd3d.jpeg", "statuses_count": 2130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/106621747/1430221319", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "459492917", "following": false, "friends_count": 3657, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "howhackersthink.com", "url": "http://t.co/IBghUiKudG", "expanded_url": "http://www.howhackersthink.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3816, "location": "Washington, DC", "screen_name": "HowHackersThink", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 178, "name": "HowHackersThink", "profile_use_background_image": true, "description": "Hacker. Consultant. Cyber Strategist. Writer. Professor. Public speaker. Researcher. Innovator. Advocate. All tweets and views are my own.", "url": "http://t.co/IBghUiKudG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494933969540890625/-N6wYTfb_normal.jpeg", "profile_background_color": "022330", "created_at": "Mon Jan 09 18:43:40 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494933969540890625/-N6wYTfb_normal.jpeg", "favourites_count": 693, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684614746486759424", "id": 684614746486759424, "text": "The most complex things in this life: the mind and the universe. I study the mind on my way to understanding the universe. #HowHackersThink", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "HowHackersThink", "indices": [123, 139]}], "user_mentions": []}, "created_at": "Wed Jan 06 05:57:29 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 459492917, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2888, "profile_banner_url": "https://pbs.twimg.com/profile_banners/459492917/1436656035", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "110735547", "following": false, "friends_count": 514, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 162, "location": "Camden, ME", "screen_name": "kjstone00", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Kevin Stone", "profile_use_background_image": true, "description": "dad, ops, monitoring, dogs, cats, chickens. Fledgling home brewer. Living life the way it should be in Maine", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553027509684826112/qBQdjLwy_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 02 15:59:41 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553027509684826112/qBQdjLwy_normal.jpeg", "favourites_count": 420, "status": {"in_reply_to_status_id": 685147818080776192, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "sogrady", "in_reply_to_user_id": 143883, "in_reply_to_status_id_str": "685147818080776192", "in_reply_to_user_id_str": "143883", "truncated": false, "id_str": "685211417461534720", "id": 685211417461534720, "text": "@sogrady Is that Left Shark?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sogrady", "id_str": "143883", "id": 143883, "indices": [0, 8], "name": "steve o'grady"}]}, "created_at": "Thu Jan 07 21:28:27 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 110735547, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3642, "is_translator": false}, {"time_zone": "Ljubljana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "59282163", "following": false, "friends_count": 876, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lstoll.net", "url": "https://t.co/zymtFzZre6", "expanded_url": "http://lstoll.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 41022, "location": "Cleveland, OH", "screen_name": "lstoll", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 125, "name": "Kernel Sanders", "profile_use_background_image": true, "description": "Just some rando Australian operating computers and stuff at @Heroku. Previously @DigitalOcean, @GitHub, @Heroku.", "url": "https://t.co/zymtFzZre6", "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/673478075892404225/FB25Vch7_normal.jpg", "profile_background_color": "352726", "created_at": "Wed Jul 22 23:05:12 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673478075892404225/FB25Vch7_normal.jpg", "favourites_count": 14331, "status": {"in_reply_to_status_id": 685598770684411904, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0eb9676d24b211f1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-81.877771, 41.392684], [-81.5331634, 41.392684], [-81.5331634, 41.599195], [-81.877771, 41.599195]]], "type": "Polygon"}, "full_name": "Cleveland, OH", "contained_within": [], "country_code": "US", "id": "0eb9676d24b211f1", "name": "Cleveland"}, "in_reply_to_screen_name": "klimpong", "in_reply_to_user_id": 4600051, "in_reply_to_status_id_str": "685598770684411904", "in_reply_to_user_id_str": "4600051", "truncated": false, "id_str": "685599007415078913", "id": 685599007415078913, "text": "@klimpong Bonjour (That's french too)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "klimpong", "id_str": "4600051", "id": 4600051, "indices": [0, 9], "name": "Till"}]}, "created_at": "Fri Jan 08 23:08:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 59282163, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 28104, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "163457790", "following": false, "friends_count": 1421, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eligible.com", "url": "https://t.co/zeacfox6vu", "expanded_url": "http://eligible.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000067900347/ed1d7ac6c7e6e0a7beb40d23bcefff4d.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 15359, "location": "San Francisco \u21c6 Brooklyn ", "screen_name": "katgleason", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 172, "name": "Katelyn Gleason", "profile_use_background_image": false, "description": "S12 YC alum. CEO @eligibleapi", "url": "https://t.co/zeacfox6vu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624691297580879872/ILJ1hfWy_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 06 13:33:13 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624691297580879872/ILJ1hfWy_normal.jpg", "favourites_count": 2503, "status": {"in_reply_to_status_id": 685529873138323456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "kirillzubovsky", "in_reply_to_user_id": 17541787, "in_reply_to_status_id_str": "685529873138323456", "in_reply_to_user_id_str": "17541787", "truncated": false, "id_str": "685531559508721664", "id": 685531559508721664, "text": "@kirillzubovsky @davemorin LOL that's definitely going in the folder", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kirillzubovsky", "id_str": "17541787", "id": 17541787, "indices": [0, 15], "name": "Kirill Zubovsky"}, {"screen_name": "davemorin", "id_str": "3475", "id": 3475, "indices": [16, 26], "name": "Dave Morin"}]}, "created_at": "Fri Jan 08 18:40:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 163457790, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000067900347/ed1d7ac6c7e6e0a7beb40d23bcefff4d.png", "statuses_count": 6273, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3998615773", "following": false, "friends_count": 5002, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "devopsdad.com", "url": "https://t.co/JrNXHr85zj", "expanded_url": "http://devopsdad.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "500A53", "geo_enabled": false, "followers_count": 1286, "location": "Texas, USA", "screen_name": "TheDevOpsDad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Roel Pasetes", "profile_use_background_image": false, "description": "DevOps Engineer and Dad. Love 'em Both.", "url": "https://t.co/JrNXHr85zj", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657778447108837377/SMdLMIfF_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Oct 24 04:34:34 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657778447108837377/SMdLMIfF_normal.jpg", "favourites_count": 7, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682441217653796865", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 193, "h": 186, "resize": "fit"}, "small": {"w": 193, "h": 186, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 193, "h": 186, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXiEq-9WAAAqd5k.png", "type": "photo", "indices": [83, 106], "media_url": "http://pbs.twimg.com/media/CXiEq-9WAAAqd5k.png", "display_url": "pic.twitter.com/ZKCpgU3ctc", "id_str": "682441217536294912", "expanded_url": "http://twitter.com/TheDevOpsDad/status/682441217653796865/photo/1", "id": 682441217536294912, "url": "https://t.co/ZKCpgU3ctc"}], "symbols": [], "urls": [{"display_url": "buff.ly/1Mr6ClV", "url": "https://t.co/vNHAVlc1So", "expanded_url": "http://buff.ly/1Mr6ClV", "indices": [59, 82]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 06:00:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682441217653796865, "text": "What can Joey from Friends teach us about our devops work? https://t.co/vNHAVlc1So https://t.co/ZKCpgU3ctc", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 3998615773, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 95, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3998615773/1445662297", "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16364066", "following": false, "friends_count": 505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/mcoates", "url": "https://t.co/uNCdooglSE", "expanded_url": "http://www.linkedin.com/in/mcoates", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "001C8A", "geo_enabled": true, "followers_count": 5194, "location": "San Francisco, CA", "screen_name": "_mwc", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 254, "name": "Michael Coates \u2604", "profile_use_background_image": false, "description": "Trust & Info Security Officer @Twitter, @OWASP Global Board, Former @Mozilla", "url": "https://t.co/uNCdooglSE", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/484451644164169728/BbVxXk3S_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Sep 19 14:41:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484451644164169728/BbVxXk3S_normal.jpeg", "favourites_count": 349, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685553622675935232", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/chrismessina/s\u2026", "url": "https://t.co/ic0IlFWa29", "expanded_url": "https://twitter.com/chrismessina/status/685218795435077633", "indices": [62, 85]}], "hashtags": [], "user_mentions": [{"screen_name": "chrismessina", "id_str": "1186", "id": 1186, "indices": [21, 34], "name": "\u2744\ufe0e Chris Messina \u2744\ufe0e"}]}, "created_at": "Fri Jan 08 20:08:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685553622675935232, "text": "I'm with you on that @chrismessina. This is just odd at best. https://t.co/ic0IlFWa29", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16364066, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3515, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16364066/1443650382", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "93954161", "following": false, "friends_count": 347, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 16538, "location": "San Francisco", "screen_name": "aroetter", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 176, "name": "Alex Roetter", "profile_use_background_image": true, "description": "SVP Engineering @ Twitter. Parenthood, Aviation, Alpinism, Sandwiches. Fighting gravity but usually losing.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/514632460756209664/dqTY9EUM_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 01 22:04:13 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/514632460756209664/dqTY9EUM_normal.jpeg", "favourites_count": 2838, "status": {"in_reply_to_status_id": 685585778076848128, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "NShivakumar", "in_reply_to_user_id": 41315003, "in_reply_to_status_id_str": "685585778076848128", "in_reply_to_user_id_str": "41315003", "truncated": false, "id_str": "685586111687622656", "id": 685586111687622656, "text": "@NShivakumar congrats!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "NShivakumar", "id_str": "41315003", "id": 41315003, "indices": [0, 12], "name": "Shiva Shivakumar"}]}, "created_at": "Fri Jan 08 22:17:21 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 93954161, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2322, "profile_banner_url": "https://pbs.twimg.com/profile_banners/93954161/1385781289", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "11873632", "following": false, "friends_count": 871, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lewisheadden.com", "url": "http://t.co/LYuJlxmvg5", "expanded_url": "http://www.lewisheadden.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1039, "location": "New York City", "screen_name": "lewisheadden", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Lewis Headden", "profile_use_background_image": true, "description": "Scotsman, New Yorker, Photoshopper, Christian. DevOps Engineer at @CondeNast. Formerly @AmazonDevScot, @AetherworksLLC, @StAndrewsCS.", "url": "http://t.co/LYuJlxmvg5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507179424588898304/Sf3TCi9I_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 05 13:06:09 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507179424588898304/Sf3TCi9I_normal.jpeg", "favourites_count": 785, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685121406753976320", "id": 685121406753976320, "text": "You know Thursday morning is a struggle when you're debating microfoam and the \"Third Wave of Coffee\".", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 15:30:46 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 11873632, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4814, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11873632/1409756044", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16022957", "following": false, "friends_count": 2120, "entities": {"description": {"urls": [{"display_url": "keybase.io/markaci", "url": "https://t.co/n8kTLKcwJx", "expanded_url": "http://keybase.io/markaci", "indices": [137, 160]}]}, "url": {"urls": [{"display_url": "linkedin.com/in/markdobrowo\u2026", "url": "https://t.co/iw20KWBDrr", "expanded_url": "https://linkedin.com/in/markdobrowolski", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "1F2A3D", "geo_enabled": true, "followers_count": 1003, "location": "Toronto, Canada", "screen_name": "markaci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "mar\u10d9\u10d0\u10ea\u10d8", "profile_use_background_image": true, "description": "Mark Dobrowolski - Information Security & Risk Management Professional; disruptor, innovator, rainmaker, student, friend. RT\u2260endorsement https://t.co/n8kTLKcwJx", "url": "https://t.co/iw20KWBDrr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/442547375635042304/GCAm0MVC_normal.jpeg", "profile_background_color": "022330", "created_at": "Thu Aug 28 03:58:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/442547375635042304/GCAm0MVC_normal.jpeg", "favourites_count": 9592, "status": {"retweet_count": 13566, "retweeted_status": {"retweet_count": 13566, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "664196578178146337", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 680, "h": 384, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 192, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/664196535018737664/pu/img/p6wGF_8zz2jeEByT.jpg", "type": "photo", "indices": [33, 56], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/664196535018737664/pu/img/p6wGF_8zz2jeEByT.jpg", "display_url": "pic.twitter.com/wvdGL6FVBi", "id_str": "664196535018737664", "expanded_url": "http://twitter.com/Alby/status/664196578178146337/video/1", "id": 664196535018737664, "url": "https://t.co/wvdGL6FVBi"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Nov 10 21:42:59 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 664196578178146337, "text": "Another magnetic chain reaction. https://t.co/wvdGL6FVBi", "coordinates": null, "retweeted": false, "favorite_count": 11430, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685606651899080704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 680, "h": 384, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 192, "resize": "fit"}}, "source_status_id_str": "664196578178146337", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/664196535018737664/pu/img/p6wGF_8zz2jeEByT.jpg", "source_user_id_str": "6795192", "id_str": "664196535018737664", "id": 664196535018737664, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/664196535018737664/pu/img/p6wGF_8zz2jeEByT.jpg", "type": "photo", "indices": [43, 66], "source_status_id": 664196578178146337, "source_user_id": 6795192, "display_url": "pic.twitter.com/wvdGL6FVBi", "expanded_url": "http://twitter.com/Alby/status/664196578178146337/video/1", "url": "https://t.co/wvdGL6FVBi"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Alby", "id_str": "6795192", "id": 6795192, "indices": [3, 8], "name": "Alby"}]}, "created_at": "Fri Jan 08 23:38:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685606651899080704, "text": "RT @Alby: Another magnetic chain reaction. https://t.co/wvdGL6FVBi", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 16022957, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 19131, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16022957/1394348072", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "70916267", "following": false, "friends_count": 276, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 177, "location": "Bradford", "screen_name": "developer_gg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Gordon Brown", "profile_use_background_image": true, "description": "I like computers, beer and coffee, but not necessarily in that order. I also try to run occasionally. Consultant at @ukinfinityworks.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/454112682422329344/QRoEl81E_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 02 08:33:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/454112682422329344/QRoEl81E_normal.jpeg", "favourites_count": 128, "status": {"in_reply_to_status_id": 685381555305484288, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ToxicTourniquet", "in_reply_to_user_id": 53144530, "in_reply_to_status_id_str": "685381555305484288", "in_reply_to_user_id_str": "53144530", "truncated": false, "id_str": "685382327615238145", "id": 685382327615238145, "text": "@ToxicTourniquet @Staticman1 @PayByPhone_UK you can - I just did - 0330 400 7275. You'll still need your location code.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ToxicTourniquet", "id_str": "53144530", "id": 53144530, "indices": [0, 16], "name": "Tam"}, {"screen_name": "Staticman1", "id_str": "56454758", "id": 56454758, "indices": [17, 28], "name": "James Hawkins"}, {"screen_name": "PayByPhone_UK", "id_str": "436714561", "id": 436714561, "indices": [29, 43], "name": "PayByPhone UK"}]}, "created_at": "Fri Jan 08 08:47:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 70916267, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 509, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "19734656", "following": false, "friends_count": 1068, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "realgenekim.me", "url": "http://t.co/IBvzJu7jHq", "expanded_url": "http://realgenekim.me", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 18784, "location": "\u00dcT: 45.527981,-122.670577", "screen_name": "RealGeneKim", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1035, "name": "Gene Kim", "profile_use_background_image": true, "description": "DevOps enthusiast, The Phoenix Project co-author, Tripwire founder, Visible Ops co-author, IT Ops/Security Researcher, Theory of Constraints Jonah, rabid UX fan", "url": "http://t.co/IBvzJu7jHq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648620922623012864/e-SUFgSW_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jan 29 21:10:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648620922623012864/e-SUFgSW_normal.jpg", "favourites_count": 1122, "status": {"in_reply_to_status_id": 685571662922686464, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "coburnw", "in_reply_to_user_id": 25533767, "in_reply_to_status_id_str": "685571662922686464", "in_reply_to_user_id_str": "25533767", "truncated": false, "id_str": "685586516211400704", "id": 685586516211400704, "text": "@coburnw And please let me know if there\u2019s anything I can do to help! Go go go! :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "coburnw", "id_str": "25533767", "id": 25533767, "indices": [0, 8], "name": "Coburn Watson"}]}, "created_at": "Fri Jan 08 22:18:57 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 19734656, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17244, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "12614742", "following": false, "friends_count": 1437, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "testobsessed.com", "url": "http://t.co/QKSEPgi0Ad", "expanded_url": "http://www.testobsessed.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": false, "followers_count": 10876, "location": "Palo Alto, California, USA", "screen_name": "testobsessed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 808, "name": "ElisabethHendrickson", "profile_use_background_image": true, "description": "Author of Explore It! Recovering consultant. I work on Big Data at @pivotal but speak only for myself.", "url": "http://t.co/QKSEPgi0Ad", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000537974783/0aca696fb71add94d8a153da8a37cc34_normal.jpeg", "profile_background_color": "EDECE9", "created_at": "Wed Jan 23 21:49:39 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000537974783/0aca696fb71add94d8a153da8a37cc34_normal.jpeg", "favourites_count": 9737, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685086119029948418", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/LindaRegber/st\u2026", "url": "https://t.co/qCHRQzRBKE", "expanded_url": "https://twitter.com/LindaRegber/status/683294175752810496", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 13:10:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685086119029948418, "text": "Love the visualization. https://t.co/qCHRQzRBKE", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 12614742, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 17738, "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "155247426", "following": false, "friends_count": 391, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "loweschmidt.se", "url": "http://t.co/bqChHrmryK", "expanded_url": "http://loweschmidt.se", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 273, "location": "Stockholm, Sweden", "screen_name": "loweschmidt", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 31, "name": "Lowe Schmidt", "profile_use_background_image": true, "description": "FLOSS fan, DevOps advocate, sysadmin for hire @init_ab. (neo)vim user, @sthlmdevops founder and beer collector @untappd. I also like tattoos.", "url": "http://t.co/bqChHrmryK", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680103454031917056/3dpqtTTa_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Jun 13 15:45:23 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680103454031917056/3dpqtTTa_normal.jpg", "favourites_count": 608, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585057948434432", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 125, "resize": "fit"}, "medium": {"w": 600, "h": 220, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 376, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "type": "photo", "indices": [107, 130], "media_url": "http://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "display_url": "pic.twitter.com/IEQVTQqJVK", "id_str": "685584988327116800", "expanded_url": "http://twitter.com/raganwald/status/685585057948434432/photo/1", "id": 685584988327116800, "url": "https://t.co/IEQVTQqJVK"}], "symbols": [], "urls": [{"display_url": "facebook.com/notes/matty-gr\u2026", "url": "https://t.co/bgCQtDeUtW", "expanded_url": "https://www.facebook.com/notes/matty-granger/at-long-lastmy-star-wars-episode-vii-review-the-force-awakens-the-rise-of-idiot-/10153163095086277", "indices": [83, 106]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:13:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585057948434432, "text": "Epic takedown of a takedown: THE FORCE AWAKENS & THE RISE OF IDIOT JOURNALISM\n\nhttps://t.co/bgCQtDeUtW https://t.co/IEQVTQqJVK", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685587439931551744", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 125, "resize": "fit"}, "medium": {"w": 600, "h": 220, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 376, "resize": "fit"}}, "source_status_id_str": "685585057948434432", "media_url": "http://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "source_user_id_str": "18137723", "id_str": "685584988327116800", "id": 685584988327116800, "media_url_https": "https://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "type": "photo", "indices": [122, 144], "source_status_id": 685585057948434432, "source_user_id": 18137723, "display_url": "pic.twitter.com/IEQVTQqJVK", "expanded_url": "http://twitter.com/raganwald/status/685585057948434432/photo/1", "url": "https://t.co/IEQVTQqJVK"}], "symbols": [], "urls": [{"display_url": "facebook.com/notes/matty-gr\u2026", "url": "https://t.co/bgCQtDeUtW", "expanded_url": "https://www.facebook.com/notes/matty-granger/at-long-lastmy-star-wars-episode-vii-review-the-force-awakens-the-rise-of-idiot-/10153163095086277", "indices": [98, 121]}], "hashtags": [], "user_mentions": [{"screen_name": "raganwald", "id_str": "18137723", "id": 18137723, "indices": [3, 13], "name": "Reginald Braithwaite"}]}, "created_at": "Fri Jan 08 22:22:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685587439931551744, "text": "RT @raganwald: Epic takedown of a takedown: THE FORCE AWAKENS & THE RISE OF IDIOT JOURNALISM\n\nhttps://t.co/bgCQtDeUtW https://t.co/IEQVTQqJ\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 155247426, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10749, "profile_banner_url": "https://pbs.twimg.com/profile_banners/155247426/1372113776", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14946551", "following": false, "friends_count": 233, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/thedoh", "url": "https://t.co/75FomxWTf2", "expanded_url": "https://twitter.com/thedoh", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": false, "followers_count": 332, "location": "Toronto, Ontario", "screen_name": "thedoh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Lisa Seelye", "profile_use_background_image": true, "description": "Magic, sysadmin, learner", "url": "https://t.co/75FomxWTf2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/310510395/3278_95260962237_628832237_2530483_2217625_n_normal.jpg", "profile_background_color": "8B542B", "created_at": "Thu May 29 18:28:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/310510395/3278_95260962237_628832237_2530483_2217625_n_normal.jpg", "favourites_count": 372, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685593686432825344", "id": 685593686432825344, "text": "Skipping FNM tonight. Not feeling it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:47:27 +0000 2016", "source": "Twitterrific for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14946551, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 20006, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "80200818", "following": false, "friends_count": 587, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000090713822/5d7a8d209e5cbba763260dc949dfbb01.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "100357", "geo_enabled": true, "followers_count": 328, "location": "memphis \u2708 seattle", "screen_name": "edyesed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "that guy", "profile_use_background_image": true, "description": "asdf;lkj... #dadops #devops", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617082320076472320/5l2wizV0_normal.png", "profile_background_color": "131516", "created_at": "Tue Oct 06 03:09:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617082320076472320/5l2wizV0_normal.png", "favourites_count": 3601, "status": {"retweet_count": 2, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685582326827499520", "id": 685582326827499520, "text": "Our stock is down so much this week that I'm starting to feel like I work for VMware. Is Dell buying us too and no one told me?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:02:18 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685590780581249024", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JeffSaidSo", "id_str": "171544323", "id": 171544323, "indices": [3, 14], "name": "Jeff Allen"}]}, "created_at": "Fri Jan 08 22:35:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685590780581249024, "text": "RT @JeffSaidSo: Our stock is down so much this week that I'm starting to feel like I work for VMware. Is Dell buying us too and no one told\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 80200818, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000090713822/5d7a8d209e5cbba763260dc949dfbb01.png", "statuses_count": 8489, "profile_banner_url": "https://pbs.twimg.com/profile_banners/80200818/1419223168", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "913200547", "following": false, "friends_count": 1308, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nickshemonsky.com", "url": "http://t.co/xWPpyxcm6U", "expanded_url": "http://www.nickshemonsky.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591223704715071488/8W5fa2JY.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "657B83", "geo_enabled": false, "followers_count": 279, "location": "Pottsville, PA", "screen_name": "nshemonsky", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 16, "name": "Nick Shemonsky", "profile_use_background_image": false, "description": "@BlueBox Ops | @Penn_State alum | #CraftBeer Enthusiast | Fly @Eagles Fly! | Runner", "url": "http://t.co/xWPpyxcm6U", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2966255499/03b0214089ef8f284557ab194147661d_normal.jpeg", "profile_background_color": "004454", "created_at": "Mon Oct 29 20:37:31 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2966255499/03b0214089ef8f284557ab194147661d_normal.jpeg", "favourites_count": 126, "status": {"in_reply_to_status_id": 685500343506071553, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MassHaste", "in_reply_to_user_id": 27139651, "in_reply_to_status_id_str": "685500343506071553", "in_reply_to_user_id_str": "27139651", "truncated": false, "id_str": "685501930177597440", "id": 685501930177597440, "text": "@MassHaste @biscuitbitch They make a good americano as well.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MassHaste", "id_str": "27139651", "id": 27139651, "indices": [0, 10], "name": "Ruben Orduz"}, {"screen_name": "biscuitbitch", "id_str": "704580546", "id": 704580546, "indices": [11, 24], "name": "Biscuit Bitch"}]}, "created_at": "Fri Jan 08 16:42:50 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 913200547, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591223704715071488/8W5fa2JY.jpg", "statuses_count": 923, "profile_banner_url": "https://pbs.twimg.com/profile_banners/913200547/1429793800", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2838111", "following": false, "friends_count": 456, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mcdermottroe.com", "url": "http://t.co/6FjMMOcAIA", "expanded_url": "http://www.mcdermottroe.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 793, "location": "Dublin, Ireland", "screen_name": "IRLConor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Conor McDermottroe", "profile_use_background_image": true, "description": "I'm a software developer for @circleci. I'm also a competitive rifle shooter for @targetshooting and @durifle.", "url": "http://t.co/6FjMMOcAIA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624987801273151488/KQDzSMAN_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 29 13:35:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624987801273151488/KQDzSMAN_normal.jpg", "favourites_count": 479, "status": {"in_reply_to_status_id": 684739332087910400, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "courtewing", "in_reply_to_user_id": 25573729, "in_reply_to_status_id_str": "684739332087910400", "in_reply_to_user_id_str": "25573729", "truncated": false, "id_str": "684739489403645952", "id": 684739489403645952, "text": "@courtewing @cloudsteph Read position, read indicators on DMs (totally broken on Twitter itself) and mute filters among other things.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "courtewing", "id_str": "25573729", "id": 25573729, "indices": [0, 11], "name": "Court Ewing"}, {"screen_name": "cloudsteph", "id_str": "15389419", "id": 15389419, "indices": [12, 23], "name": "Stephie Graphics"}]}, "created_at": "Wed Jan 06 14:13:10 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2838111, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5257, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2838111/1396367369", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "104164496", "following": false, "friends_count": 2020, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dribbble.com/danielbeere", "url": "http://t.co/6ZvS9hPEgV", "expanded_url": "http://dribbble.com/danielbeere", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/448845542/twitterBGtest.jpg", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "663399", "geo_enabled": false, "followers_count": 823, "location": "San Francisco", "screen_name": "DanielBeere", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 115, "name": "Daniel Beere", "profile_use_background_image": true, "description": "Irish designer in SF @circleci \u270c\ufe0f", "url": "http://t.co/6ZvS9hPEgV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585331625631690752/6Bo4ACkr_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jan 12 13:41:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585331625631690752/6Bo4ACkr_normal.jpg", "favourites_count": 2203, "status": {"retweet_count": 0, "in_reply_to_user_id": 604516513, "possibly_sensitive": false, "id_str": "685495163859394562", "in_reply_to_user_id_str": "604516513", "entities": {"symbols": [], "urls": [{"display_url": "amazon.com/Yogi-Teas-Bags\u2026", "url": "https://t.co/urUptC9Tt3", "expanded_url": "http://www.amazon.com/Yogi-Teas-Bags-Stess-Relief/dp/B0009F3QKW", "indices": [11, 34]}, {"display_url": "fourhourworkweek.com/2016/01/03/new\u2026", "url": "https://t.co/ljyONNyI0B", "expanded_url": "http://fourhourworkweek.com/2016/01/03/new-years-resolutions", "indices": [83, 106]}], "hashtags": [], "user_mentions": [{"screen_name": "beerhoff1", "id_str": "604516513", "id": 604516513, "indices": [0, 10], "name": "Shane Beere"}, {"screen_name": "kevinrose", "id_str": "657863", "id": 657863, "indices": [53, 63], "name": "Kevin Rose"}, {"screen_name": "tferriss", "id_str": "11740902", "id": 11740902, "indices": [67, 76], "name": "Tim Ferriss"}]}, "created_at": "Fri Jan 08 16:15:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "beerhoff1", "in_reply_to_status_id_str": null, "truncated": false, "id": 685495163859394562, "text": "@beerhoff1 https://t.co/urUptC9Tt3 as recommended by @kevinrose on @tferriss show: https://t.co/ljyONNyI0B", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 104164496, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/448845542/twitterBGtest.jpg", "statuses_count": 6830, "profile_banner_url": "https://pbs.twimg.com/profile_banners/104164496/1375219663", "is_translator": false}, {"time_zone": "Vienna", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "39625343", "following": false, "friends_count": 446, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blag.esotericsystems.at", "url": "https://t.co/NexvmiW4Zx", "expanded_url": "https://blag.esotericsystems.at/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/651653962118991872/iGPyenqL.jpg", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": false, "followers_count": 781, "location": "They/Their Land", "screen_name": "hirojin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "The Wrath of me\u2122", "profile_use_background_image": true, "description": "disappointing expectations since 1894.", "url": "https://t.co/NexvmiW4Zx", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/652574773189328896/UJe3C_H9_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Tue May 12 23:20:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652574773189328896/UJe3C_H9_normal.jpg", "favourites_count": 18072, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "asmallteapot", "in_reply_to_user_id": 14202167, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "14202167", "truncated": false, "id_str": "685610405272629249", "id": 685610405272629249, "text": "@asmallteapot hi Ellen Teapot irl", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "asmallteapot", "id_str": "14202167", "id": 14202167, "indices": [0, 13], "name": "ellen teapot"}]}, "created_at": "Fri Jan 08 23:53:53 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 39625343, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/651653962118991872/iGPyenqL.jpg", "statuses_count": 32419, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39625343/1401366515", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "12143922", "following": false, "friends_count": 1036, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "markn.ca", "url": "http://t.co/n78rBOUVWU", "expanded_url": "http://markn.ca", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/827645759/f259f613ca2b8fbc60701d41de84d35d.png", "notifications": false, "profile_sidebar_fill_color": "595D62", "profile_link_color": "67BACA", "geo_enabled": false, "followers_count": 3456, "location": "::1", "screen_name": "marknca", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 446, "name": "Mark Nunnikhoven", "profile_use_background_image": false, "description": "Vice President, Cloud Research @TrendMicro. \n\nResearching & teaching cloud & usable security systems at scale. Opinionated but always looking to learn.", "url": "http://t.co/n78rBOUVWU", "profile_text_color": "50A394", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579998526039420928/6r__HOOO_normal.jpg", "profile_background_color": "525055", "created_at": "Sat Jan 12 04:41:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579998526039420928/6r__HOOO_normal.jpg", "favourites_count": 1975, "status": {"retweet_count": 31, "retweeted_status": {"retweet_count": 31, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "411573734525247488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "techblog.netflix.com/2013/12/staash\u2026", "url": "http://t.co/odQB0AhIpe", "expanded_url": "http://techblog.netflix.com/2013/12/staash-storage-as-service-over-http.html", "indices": [62, 84]}], "hashtags": [{"text": "NetflixOSS", "indices": [85, 96]}], "user_mentions": []}, "created_at": "Fri Dec 13 19:09:59 +0000 2013", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 411573734525247488, "text": "Netflix: announcing STAASH - STorage As A Service over Http : http://t.co/odQB0AhIpe #NetflixOSS", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685525886704218112", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "techblog.netflix.com/2013/12/staash\u2026", "url": "http://t.co/odQB0AhIpe", "expanded_url": "http://techblog.netflix.com/2013/12/staash-storage-as-service-over-http.html", "indices": [78, 100]}], "hashtags": [{"text": "NetflixOSS", "indices": [101, 112]}], "user_mentions": [{"screen_name": "NetflixOSS", "id_str": "386170457", "id": 386170457, "indices": [3, 14], "name": "NetflixOSS"}]}, "created_at": "Fri Jan 08 18:18:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685525886704218112, "text": "RT @NetflixOSS: Netflix: announcing STAASH - STorage As A Service over Http : http://t.co/odQB0AhIpe #NetflixOSS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 12143922, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/827645759/f259f613ca2b8fbc60701d41de84d35d.png", "statuses_count": 35451, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12143922/1397706275", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8866232", "following": false, "friends_count": 2005, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mattrogish.com", "url": "http://t.co/yCK1Z82dhE", "expanded_url": "http://www.mattrogish.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000151949873/vEX3Am-4.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1677, "location": "Philadelphia, PA", "screen_name": "MattRogish", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 233, "name": "Matt Rogish", "profile_use_background_image": true, "description": "Startup janitor @ReactiveOps", "url": "http://t.co/yCK1Z82dhE", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564167271933673472/FtX09lSa_normal.png", "profile_background_color": "1A1B1F", "created_at": "Fri Sep 14 01:23:45 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564167271933673472/FtX09lSa_normal.png", "favourites_count": 409, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685583855701594112", "id": 685583855701594112, "text": "Is it possible for my shower head to spray bourbon?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:08:23 +0000 2016", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685583979848830976", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mikebarish", "id_str": "34930874", "id": 34930874, "indices": [3, 14], "name": "Mike Barish"}]}, "created_at": "Fri Jan 08 22:08:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685583979848830976, "text": "RT @mikebarish: Is it possible for my shower head to spray bourbon?", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 8866232, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000151949873/vEX3Am-4.jpeg", "statuses_count": 29628, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8866232/1398194149", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1458271", "following": false, "friends_count": 1789, "entities": {"description": {"urls": [{"display_url": "mapbox.com", "url": "https://t.co/djeLWKvmpe", "expanded_url": "http://mapbox.com", "indices": [6, 29]}, {"display_url": "github.com/tmcw", "url": "https://t.co/j4toNgk9Vd", "expanded_url": "https://github.com/tmcw", "indices": [36, 59]}]}, "url": {"urls": [{"display_url": "macwright.org", "url": "http://t.co/d4zmVgqQxY", "expanded_url": "http://macwright.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547398161/gosper_big.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "727996", "geo_enabled": true, "followers_count": 4338, "location": "lon, lat", "screen_name": "tmcw", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 336, "name": "Tom MacWright", "profile_use_background_image": false, "description": "work: https://t.co/djeLWKvmpe\ncode: https://t.co/j4toNgk9Vd", "url": "http://t.co/d4zmVgqQxY", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679895164232531969/7VHEeShe_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Mar 19 01:06:50 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679895164232531969/7VHEeShe_normal.jpg", "favourites_count": 2154, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685479131652460544", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "movingbrands.com/work/netflix", "url": "https://t.co/jVHQei9nqB", "expanded_url": "http://www.movingbrands.com/work/netflix", "indices": [101, 124]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:12:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685479131652460544, "text": "brand redesign posts that are specific about the previous design's problems are way more interesting https://t.co/jVHQei9nqB", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1458271, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547398161/gosper_big.png", "statuses_count": 11307, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1458271/1436753023", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "821753", "following": false, "friends_count": 313, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waferbaby.com", "url": "https://t.co/qvUfWRzUDe", "expanded_url": "http://waferbaby.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 2192, "location": "Mos Iceland Container Store", "screen_name": "waferbaby", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Daniel Bogan", "profile_use_background_image": false, "description": "I do the stuff on the Internets.", "url": "https://t.co/qvUfWRzUDe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685312338912653312/zPBEnxQZ_normal.jpg", "profile_background_color": "2E2E2E", "created_at": "Thu Mar 08 14:02:34 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685312338912653312/zPBEnxQZ_normal.jpg", "favourites_count": 10155, "status": {"in_reply_to_status_id": 685609696858771456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tedd4u", "in_reply_to_user_id": 8619192, "in_reply_to_status_id_str": "685609696858771456", "in_reply_to_user_id_str": "8619192", "truncated": false, "id_str": "685610820907057152", "id": 685610820907057152, "text": "@tedd4u: Hah, I don\u2019t talk about startups!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tedd4u", "id_str": "8619192", "id": 8619192, "indices": [0, 7], "name": "Tim A. Miller"}]}, "created_at": "Fri Jan 08 23:55:32 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 821753, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 60175, "profile_banner_url": "https://pbs.twimg.com/profile_banners/821753/1450081356", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "557933634", "following": false, "friends_count": 4062, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "saltstack.com", "url": "http://t.co/rukw0maLdy", "expanded_url": "http://saltstack.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/575736803795148800/eW3ZLb45.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "48B4FB", "geo_enabled": false, "followers_count": 6327, "location": "Salt Lake City", "screen_name": "SaltStackInc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 305, "name": "SaltStack", "profile_use_background_image": true, "description": "Software to orchestrate & automate CloudOps, ITOps & DevOps at extreme speed & scale | '14 InfoWorld Technology of the Year | '13 Gartner Cool Vendor in DevOps", "url": "http://t.co/rukw0maLdy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577940000693620736/-lag2uPT_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Apr 19 16:31:12 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577940000693620736/-lag2uPT_normal.png", "favourites_count": 1125, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685600728631476225", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1jM9opD", "url": "https://t.co/TbBXqaLwrc", "expanded_url": "http://bit.ly/1jM9opD", "indices": [90, 113]}], "hashtags": [{"text": "SaltConf16", "indices": [4, 15]}], "user_mentions": [{"screen_name": "LinkedIn", "id_str": "13058772", "id": 13058772, "indices": [27, 36], "name": "LinkedIn"}, {"screen_name": "druonysus", "id_str": "352871356", "id": 352871356, "indices": [38, 48], "name": "Drew Adams"}, {"screen_name": "OpenX", "id_str": "14184143", "id": 14184143, "indices": [52, 58], "name": "OpenX"}, {"screen_name": "ClemsonUniv", "id_str": "23444864", "id": 23444864, "indices": [65, 77], "name": "Clemson University"}]}, "created_at": "Fri Jan 08 23:15:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685600728631476225, "text": "New #SaltConf16 talks from @LinkedIn, @druonysus of @OpenX & @ClemsonUniv now posted: https://t.co/TbBXqaLwrc Register now.", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 557933634, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/575736803795148800/eW3ZLb45.png", "statuses_count": 2842, "profile_banner_url": "https://pbs.twimg.com/profile_banners/557933634/1428941606", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3450748273", "following": false, "friends_count": 8, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "howdy.ai", "url": "https://t.co/1cHNN303mV", "expanded_url": "http://howdy.ai", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 667, "location": "Austin, TX", "screen_name": "HowdyAI", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Howdy", "profile_use_background_image": false, "description": "Your new digital coworker for Slack!", "url": "https://t.co/1cHNN303mV", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656466414790795265/3bMSWEnX_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Sep 04 18:15:13 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656466414790795265/3bMSWEnX_normal.jpg", "favourites_count": 399, "status": {"in_reply_to_status_id": 685485832308965376, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mescamm", "in_reply_to_user_id": 113094157, "in_reply_to_status_id_str": "685485832308965376", "in_reply_to_user_id_str": "113094157", "truncated": false, "id_str": "685600766917275648", "id": 685600766917275648, "text": "@mescamm Your Howdy bot is ready to go!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mescamm", "id_str": "113094157", "id": 113094157, "indices": [0, 8], "name": "Mathieu Mescam"}]}, "created_at": "Fri Jan 08 23:15:35 +0000 2016", "source": "Groove HQ", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3450748273, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 220, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "3428227355", "following": false, "friends_count": 1936, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nerabus.com", "url": "http://t.co/ZzSYPLDJDg", "expanded_url": "http://nerabus.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "8C8C8C", "geo_enabled": false, "followers_count": 553, "location": "Manchester and Cambridge, UK", "screen_name": "computefuture", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Nerabus", "profile_use_background_image": false, "description": "The focal point of the Open Source hardware revolution #cto #datacenter #OpenSourceHardware #OpenSourceSilicon #FPGA", "url": "http://t.co/ZzSYPLDJDg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/643470775731789824/MnRPWXNg_normal.png", "profile_background_color": "000000", "created_at": "Mon Aug 17 14:43:41 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/643470775731789824/MnRPWXNg_normal.png", "favourites_count": 213, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685128917259259904", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "engt.co/1Rl04XW", "url": "https://t.co/73ZDipi3RD", "expanded_url": "http://engt.co/1Rl04XW", "indices": [46, 69]}], "hashtags": [], "user_mentions": [{"screen_name": "engadget", "id_str": "14372486", "id": 14372486, "indices": [74, 83], "name": "Engadget"}]}, "created_at": "Thu Jan 07 16:00:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685128917259259904, "text": "Amazon is selling its own processors now, too https://t.co/73ZDipi3RD via @engadget", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 3428227355, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 374, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3428227355/1442251790", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1087503266", "following": false, "friends_count": 311, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "levlaz.org", "url": "https://t.co/4OB68uzJbf", "expanded_url": "https://levlaz.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 462, "location": "San Francisco, CA", "screen_name": "levlaz", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 44, "name": "Lev Lazinskiy", "profile_use_background_image": true, "description": "I \u2764\ufe0f\u200d Developers @CircleCI, Graduate Student @NovaSE, Veteran, Musician, Dev and Linux Geek. \u2764\ufe0f @songbing_yu", "url": "https://t.co/4OB68uzJbf", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667070764705710080/7F54O9Zw_normal.png", "profile_background_color": "1A1B1F", "created_at": "Sun Jan 13 23:26:26 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667070764705710080/7F54O9Zw_normal.png", "favourites_count": 4442, "status": {"in_reply_to_status_id": 685251764610822144, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "DavidAndGoliath", "in_reply_to_user_id": 14469175, "in_reply_to_status_id_str": "685251764610822144", "in_reply_to_user_id_str": "14469175", "truncated": false, "id_str": "685252027870392320", "id": 685252027870392320, "text": "@DavidAndGoliath @TMobile @EFF they are all horrible I'll just go without a cell provider for a while :D", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DavidAndGoliath", "id_str": "14469175", "id": 14469175, "indices": [0, 16], "name": "David"}, {"screen_name": "TMobile", "id_str": "17338082", "id": 17338082, "indices": [17, 25], "name": "T-Mobile"}, {"screen_name": "EFF", "id_str": "4816", "id": 4816, "indices": [26, 30], "name": "EFF"}]}, "created_at": "Fri Jan 08 00:09:49 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1087503266, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4756, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1087503266/1447471475", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2667470504", "following": false, "friends_count": 112, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "launchdarkly.com", "url": "http://t.co/e7Lhd33dNc", "expanded_url": "http://www.launchdarkly.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 255, "location": "San Francisco", "screen_name": "LaunchDarkly", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "LaunchDarkly", "profile_use_background_image": true, "description": "Control your feature launches. Feature flags as a service. Tweets about canary releases for continuous delivery.", "url": "http://t.co/e7Lhd33dNc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499048860728061953/8Phv22Ts_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 21 23:18:43 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499048860728061953/8Phv22Ts_normal.png", "favourites_count": 119, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685347790533296128", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z9JhG8", "url": "https://t.co/kDewgvL5x9", "expanded_url": "http://buff.ly/1Z9JhG8", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 06:30:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685347790533296128, "text": "\"Feature Flags for Product Managers \u2013 The New Agile\" https://t.co/kDewgvL5x9", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685533803683512321", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z9JhG8", "url": "https://t.co/kDewgvL5x9", "expanded_url": "http://buff.ly/1Z9JhG8", "indices": [69, 92]}], "hashtags": [], "user_mentions": [{"screen_name": "divanator", "id_str": "10184822", "id": 10184822, "indices": [3, 13], "name": "Div"}]}, "created_at": "Fri Jan 08 18:49:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685533803683512321, "text": "RT @divanator: \"Feature Flags for Product Managers \u2013 The New Agile\" https://t.co/kDewgvL5x9", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2667470504, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2667470504/1446072089", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3320603490", "following": false, "friends_count": 99, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/heavybit", "url": "https://t.co/lAnNM1oH69", "expanded_url": "https://soundcloud.com/heavybit", "indices": [114, 137]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 103, "location": "San Francisco, CA", "screen_name": "ContinuousCast", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "To Be Continuous", "profile_use_background_image": false, "description": "To Be Continuous ... a podcast on all things #ContinuousDelivery. Hosted @paulbiggar @edith_h Sponsored @heavybit https://t.co/lAnNM1oH69", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636319762948059136/j2uMRAHL_normal.png", "profile_background_color": "000000", "created_at": "Wed Aug 19 22:32:39 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636319762948059136/j2uMRAHL_normal.png", "favourites_count": 8, "status": {"in_reply_to_status_id": 685484756620857345, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "stanlemon", "in_reply_to_user_id": 14147682, "in_reply_to_status_id_str": "685484756620857345", "in_reply_to_user_id_str": "14147682", "truncated": false, "id_str": "685569841068048386", "id": 685569841068048386, "text": "@stanlemon @edith_h @paulbiggar Our producer @tedcarstensen is working on it!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "stanlemon", "id_str": "14147682", "id": 14147682, "indices": [0, 10], "name": "Stan Lemon"}, {"screen_name": "edith_h", "id_str": "14965602", "id": 14965602, "indices": [11, 19], "name": "Edith Harbaugh"}, {"screen_name": "paulbiggar", "id_str": "86938585", "id": 86938585, "indices": [20, 31], "name": "Paul Biggar"}, {"screen_name": "tedcarstensen", "id_str": "20000329", "id": 20000329, "indices": [45, 59], "name": "ted carstensen"}]}, "created_at": "Fri Jan 08 21:12:42 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3320603490, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 107, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3320603490/1440175251", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "245729302", "following": false, "friends_count": 1747, "entities": {"description": {"urls": [{"display_url": "bytemark.co.uk/support", "url": "https://t.co/zlCkaK20Wn", "expanded_url": "https://www.bytemark.co.uk/support", "indices": [111, 134]}]}, "url": {"urls": [{"display_url": "bytemark.co.uk", "url": "https://t.co/30hNNjVa6D", "expanded_url": "http://www.bytemark.co.uk/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0768AA", "geo_enabled": false, "followers_count": 2011, "location": "Manchester & York, UK", "screen_name": "bytemark", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Bytemark", "profile_use_background_image": false, "description": "Reliable UK hosting from \u00a310 per month. We're here to chat during office hours. Urgent problem? Email is best: https://t.co/zlCkaK20Wn", "url": "https://t.co/30hNNjVa6D", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663727834263896064/Xm2921AM_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Feb 01 10:22:20 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663727834263896064/Xm2921AM_normal.jpg", "favourites_count": 1159, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685500519486492672", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 182, "resize": "fit"}, "medium": {"w": 600, "h": 322, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 647, "h": 348, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNjFmYWwAQuDRh.jpg", "type": "photo", "indices": [40, 63], "media_url": "http://pbs.twimg.com/media/CYNjFmYWwAQuDRh.jpg", "display_url": "pic.twitter.com/dzXqC0ETXZ", "id_str": "685500516143644676", "expanded_url": "http://twitter.com/bytemark/status/685500519486492672/photo/1", "id": 685500516143644676, "url": "https://t.co/dzXqC0ETXZ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:37:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685500519486492672, "text": "Remember kids: don\u2019t copy that floppy\u2026! https://t.co/dzXqC0ETXZ", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 245729302, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 4660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/245729302/1445428891", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "18958102", "following": false, "friends_count": 2400, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "careers.stackoverflow.com/saman", "url": "https://t.co/jnFgndfW3D", "expanded_url": "http://careers.stackoverflow.com/saman", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1977, "location": "Tehran", "screen_name": "samanismael", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "Saman Ismael", "profile_use_background_image": false, "description": "Full Stack Developer, C & Python Lover, GNU/Linux Ninja, Open Source Fan.", "url": "https://t.co/jnFgndfW3D", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651287152609787904/frszPRyb_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jan 13 23:16:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651287152609787904/frszPRyb_normal.jpg", "favourites_count": 2592, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "664193187326521344", "id": 664193187326521344, "text": "Data is the new Oil. #BigData", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "BigData", "indices": [21, 29]}], "user_mentions": []}, "created_at": "Tue Nov 10 21:29:30 +0000 2015", "source": "TweetDeck", "favorite_count": 8, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18958102, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18958102/1444114007", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "37681147", "following": false, "friends_count": 1579, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/bradyasar", "url": "https://t.co/FqEV3wDE2u", "expanded_url": "http://about.me/bradyasar", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 4614, "location": "Los Angeles, CA", "screen_name": "YasarCorp", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 140, "name": "Brad Yasar", "profile_use_background_image": true, "description": "Business Architect, Entrepreneur and Investor Greater Los Angeles Area, Venture Capital & Private Equity. Equity Crowdfunding @ CrowdfundX.io", "url": "https://t.co/FqEV3wDE2u", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000647412638/7179a1b695b365fc1a77b60ac5e832e6_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon May 04 15:21:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000647412638/7179a1b695b365fc1a77b60ac5e832e6_normal.png", "favourites_count": 15661, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685593651905474560", "id": 685593651905474560, "text": "RT \u201cWe\u2019re giving cultivators the ability to get away from these poisons\u201d- Matthew Mills @MedX_Inc on @bizrockstars #cannabis", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "cannabis", "indices": [116, 125]}], "user_mentions": [{"screen_name": "MedX_Inc", "id_str": "4261167493", "id": 4261167493, "indices": [89, 98], "name": "Med-X"}, {"screen_name": "bizrockstars", "id_str": "525713285", "id": 525713285, "indices": [102, 115], "name": "Business Rockstars"}]}, "created_at": "Fri Jan 08 22:47:18 +0000 2016", "source": "Vytmn", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 37681147, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1073, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37681147/1382740340", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2832545398", "following": false, "friends_count": 4819, "entities": {"description": {"urls": [{"display_url": "sprawlgeek.com/p/bio.html", "url": "https://t.co/8rLwARBvup", "expanded_url": "http://www.sprawlgeek.com/p/bio.html", "indices": [59, 82]}]}, "url": {"urls": [{"display_url": "sprawlgeek.com", "url": "http://t.co/pUn9V1gXKx", "expanded_url": "http://www.sprawlgeek.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/522471431582392320/-MnhqZIo.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 9132, "location": "Iowa", "screen_name": "sprawlgeek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 137, "name": "Sprawlgeek", "profile_use_background_image": true, "description": "Reality from the Edge of the Network. Tablet Watchman! \nhttps://t.co/8rLwARBvup", "url": "http://t.co/pUn9V1gXKx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553179833652355072/1zkcqkk7_normal.jpeg", "profile_background_color": "0084B4", "created_at": "Wed Oct 15 19:22:42 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553179833652355072/1zkcqkk7_normal.jpeg", "favourites_count": 1688, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685605289744142336", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 146, "resize": "fit"}, "medium": {"w": 600, "h": 258, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 276, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPCYOFVAAANwe8.jpg", "type": "photo", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CYPCYOFVAAANwe8.jpg", "display_url": "pic.twitter.com/q7lqOO4Ipt", "id_str": "685605289643540480", "expanded_url": "http://twitter.com/sprawlgeek/status/685605289744142336/photo/1", "id": 685605289643540480, "url": "https://t.co/q7lqOO4Ipt"}], "symbols": [], "urls": [{"display_url": "arstechnica.com/tech-policy/20\u2026", "url": "https://t.co/mg7kLGjys7", "expanded_url": "http://arstechnica.com/tech-policy/2016/01/uber-to-encrypt-rider-geo-location-data-pay-20000-to-settle-ny-privacy-flap/", "indices": [23, 46]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:33:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685605289744142336, "text": "Uber got off light...\n https://t.co/mg7kLGjys7 https://t.co/q7lqOO4Ipt", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitshot.com"}, "default_profile_image": false, "id": 2832545398, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/522471431582392320/-MnhqZIo.jpeg", "statuses_count": 3234, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2832545398/1420726400", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3107351469", "following": false, "friends_count": 2424, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "git-scm.com", "url": "http://t.co/YaM2RpAQp5", "expanded_url": "http://git-scm.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F05033", "geo_enabled": false, "followers_count": 2882, "location": "Finland", "screen_name": "planetgit", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Planet Git", "profile_use_background_image": false, "description": "Curated news from the Git community. Git is a free and open source distributed version control system.", "url": "http://t.co/YaM2RpAQp5", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579957320551038979/tNtCgTjC_normal.png", "profile_background_color": "000000", "created_at": "Mon Mar 23 10:43:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579957320551038979/tNtCgTjC_normal.png", "favourites_count": 1, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684831105363656705", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z5BU2q", "url": "https://t.co/0z9a6ISARU", "expanded_url": "http://buff.ly/1Z5BU2q", "indices": [29, 52]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 20:17:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684831105363656705, "text": "Neat new features in Git 2.7 https://t.co/0z9a6ISARU", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 3107351469, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 68, "is_translator": false}, {"time_zone": "Vienna", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "23755643", "following": false, "friends_count": 20839, "entities": {"description": {"urls": [{"display_url": "linkd.in/1JT9h3X", "url": "https://t.co/iJB2h1L78m", "expanded_url": "http://linkd.in/1JT9h3X", "indices": [105, 128]}]}, "url": {"urls": [{"display_url": "dixus.de", "url": "http://t.co/sZ1DnHsEsZ", "expanded_url": "http://www.dixus.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 28406, "location": "Germany (Saxony)", "screen_name": "dixus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 750, "name": "Holger Kreissl", "profile_use_background_image": false, "description": "#mobile & #cloud enthusiast | #CleanCode | #dotnet | #aspnet | #enterpriseMobility | Find me on LinkedIn https://t.co/iJB2h1L78m", "url": "http://t.co/sZ1DnHsEsZ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/542358050447708161/tqYY4o3X_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Mar 11 12:38:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/542358050447708161/tqYY4o3X_normal.jpeg", "favourites_count": 1142, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685540390351597569", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1Zb2oj6", "url": "https://t.co/WYppjNMu0h", "expanded_url": "http://bit.ly/1Zb2oj6", "indices": [32, 55]}], "hashtags": [{"text": "Developer", "indices": [56, 66]}, {"text": "MVVM", "indices": [67, 72]}, {"text": "Pattern", "indices": [73, 81]}, {"text": "CSharp", "indices": [82, 89]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:15:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685540390351597569, "text": "The MVVM pattern \u2013 The practice https://t.co/WYppjNMu0h #Developer #MVVM #Pattern #CSharp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "DixusTweeter"}, "default_profile_image": false, "id": 23755643, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5551, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23755643/1441816836", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2491819189", "following": false, "friends_count": 2316, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/InTheCloudDan", "url": "https://t.co/cOAiJln1jK", "expanded_url": "https://github.com/InTheCloudDan", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 437, "location": "", "screen_name": "InTheCloudDan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Daniel O'Brien", "profile_use_background_image": true, "description": "I Heart #javascript #nodejs #docker #devops while dreaming of #thegreatoutdoors and a side of #growthhacking with my better half @FoodnFunAllDay", "url": "https://t.co/cOAiJln1jK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469484683994988544/s_Jumrgt_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon May 12 18:28:48 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469484683994988544/s_Jumrgt_normal.jpeg", "favourites_count": 110, "status": {"retweet_count": 15, "retweeted_status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685287444514762753", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "type": "photo", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "display_url": "pic.twitter.com/DlXvgVMX0i", "id_str": "685287444372144128", "expanded_url": "http://twitter.com/thomasfuchs/status/685287444514762753/photo/1", "id": 685287444372144128, "url": "https://t.co/DlXvgVMX0i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:30:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685287444514762753, "text": "https://t.co/DlXvgVMX0i", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685439447769415680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "685287444514762753", "media_url": "http://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "source_user_id_str": "6927562", "id_str": "685287444372144128", "id": 685287444372144128, "media_url_https": "https://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "type": "photo", "indices": [17, 40], "source_status_id": 685287444514762753, "source_user_id": 6927562, "display_url": "pic.twitter.com/DlXvgVMX0i", "expanded_url": "http://twitter.com/thomasfuchs/status/685287444514762753/photo/1", "url": "https://t.co/DlXvgVMX0i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thomasfuchs", "id_str": "6927562", "id": 6927562, "indices": [3, 15], "name": "Thomas Fuchs"}]}, "created_at": "Fri Jan 08 12:34:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685439447769415680, "text": "RT @thomasfuchs: https://t.co/DlXvgVMX0i", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2491819189, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 254, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "19300535", "following": false, "friends_count": 375, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "evilchi.li", "url": "http://t.co/7Y1LuKzE5f", "expanded_url": "http://evilchi.li/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "BFBFBF", "profile_link_color": "2463A3", "geo_enabled": true, "followers_count": 418, "location": "\u2615\ufe0f Seattle", "screen_name": "evilchili", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "eeeveeelcheeeleee", "profile_use_background_image": false, "description": "evilchili is an application downloaded from the Internet. Are you sure you want to open it?", "url": "http://t.co/7Y1LuKzE5f", "profile_text_color": "212121", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/482260772928512001/4V3neJC__normal.png", "profile_background_color": "3F5D8A", "created_at": "Wed Jan 21 18:47:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482260772928512001/4V3neJC__normal.png", "favourites_count": 217, "status": {"in_reply_to_status_id": 685509884037607424, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "evilchili", "in_reply_to_user_id": 19300535, "in_reply_to_status_id_str": "685509884037607424", "in_reply_to_user_id_str": "19300535", "truncated": false, "id_str": "685510082142978048", "id": 685510082142978048, "text": "@evilchili Never say \"yes\" to anything before you've had coffee.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "evilchili", "id_str": "19300535", "id": 19300535, "indices": [0, 10], "name": "eeeveeelcheeeleee"}]}, "created_at": "Fri Jan 08 17:15:14 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 19300535, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 22907, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19300535/1403829270", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "919464055", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tessamero.com", "url": "https://t.co/eFmsIOI8OE", "expanded_url": "http://tessamero.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 1682, "location": "Seattle, WA", "screen_name": "TessaMero", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 199, "name": "Tessa Mero", "profile_use_background_image": true, "description": "Teacher. Open Source Contributor. Organizer of @SeaPHP, @PNWPHP, and @JUGSeattle. Snowboarder. Video Game Lover. Speaker. Traveler. Dev Advocate for @Joomla", "url": "https://t.co/eFmsIOI8OE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664715332376920064/_VisdL_D_normal.jpg", "profile_background_color": "89C9FA", "created_at": "Thu Nov 01 17:12:23 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664715332376920064/_VisdL_D_normal.jpg", "favourites_count": 5619, "status": {"in_reply_to_status_id": 685585585096921088, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "shivaas", "in_reply_to_user_id": 14636369, "in_reply_to_status_id_str": "685585585096921088", "in_reply_to_user_id_str": "14636369", "truncated": false, "id_str": "685601154823270400", "id": 685601154823270400, "text": "@shivaas thank you! I'm so excited for a career change!!!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "shivaas", "id_str": "14636369", "id": 14636369, "indices": [0, 8], "name": "Shivaas Gulati"}]}, "created_at": "Fri Jan 08 23:17:07 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 919464055, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11074, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "205936598", "following": false, "friends_count": 112, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 155, "location": "Richland, WA", "screen_name": "SanStaab", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Jonathan Staab", "profile_use_background_image": true, "description": "Web Developer trying to figure out how to code like Jesus would.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/428605867076767744/rs_c24v3_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Thu Oct 21 22:56:11 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/428605867076767744/rs_c24v3_normal.jpeg", "favourites_count": 49, "status": {"retweet_count": 13471, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 13471, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683681888687538177", "id": 683681888687538177, "text": "I would like 2016 to be the year when people remembered that science is a method of investigation,and NOT a belief system", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Jan 03 16:10:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 15366, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684554177079414784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JohnCleese", "id_str": "10810102", "id": 10810102, "indices": [3, 14], "name": "John Cleese"}]}, "created_at": "Wed Jan 06 01:56:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684554177079414784, "text": "RT @JohnCleese: I would like 2016 to be the year when people remembered that science is a method of investigation,and NOT a belief system", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 205936598, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 628, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18195183", "following": false, "friends_count": 236, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gregaker.net", "url": "https://t.co/wtcGV5PvaK", "expanded_url": "http://www.gregaker.net/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 845, "location": "Columbia, MO, USA", "screen_name": "gaker", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 90, "name": "\u0279\u04d9\u029e\u0250 \u0183\u04d9\u0279\u0183", "profile_use_background_image": false, "description": "I'm a thrasher, saxophone player and writer of code. DevOps @vinli", "url": "https://t.co/wtcGV5PvaK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650195741177024512/zNT91G5K_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Dec 17 18:15:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650195741177024512/zNT91G5K_normal.jpg", "favourites_count": 364, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684915042521890818", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "type": "photo", "indices": [78, 101], "media_url": "http://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "display_url": "pic.twitter.com/Nb0t9m7Kzu", "id_str": "684915033961304064", "expanded_url": "http://twitter.com/markhaidar/status/684915042521890818/photo/1", "id": 684915033961304064, "url": "https://t.co/Nb0t9m7Kzu"}], "symbols": [], "urls": [], "hashtags": [{"text": "CES", "indices": [51, 55]}], "user_mentions": [{"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [22, 28], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [37, 42], "name": "Uber"}]}, "created_at": "Thu Jan 07 01:50:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/8fa6d7a33b83ef26.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.2092535, 35.984784], [-115.0610763, 35.984784], [-115.0610763, 36.137145], [-115.2092535, 36.137145]]], "type": "Polygon"}, "full_name": "Paradise, NV", "contained_within": [], "country_code": "US", "id": "8fa6d7a33b83ef26", "name": "Paradise"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684915042521890818, "text": "People are loving the @vinli WiFi in @Uber cars at #CES. Me in particular! :) https://t.co/Nb0t9m7Kzu", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684928923247886336", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "source_status_id_str": "684915042521890818", "media_url": "http://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "source_user_id_str": "149705221", "id_str": "684915033961304064", "id": 684915033961304064, "media_url_https": "https://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "type": "photo", "indices": [94, 117], "source_status_id": 684915042521890818, "source_user_id": 149705221, "display_url": "pic.twitter.com/Nb0t9m7Kzu", "expanded_url": "http://twitter.com/markhaidar/status/684915042521890818/photo/1", "url": "https://t.co/Nb0t9m7Kzu"}], "symbols": [], "urls": [], "hashtags": [{"text": "CES", "indices": [67, 71]}], "user_mentions": [{"screen_name": "markhaidar", "id_str": "149705221", "id": 149705221, "indices": [3, 14], "name": "Mark Haidar"}, {"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [38, 44], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [53, 58], "name": "Uber"}]}, "created_at": "Thu Jan 07 02:45:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684928923247886336, "text": "RT @markhaidar: People are loving the @vinli WiFi in @Uber cars at #CES. Me in particular! :) https://t.co/Nb0t9m7Kzu", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18195183, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3788, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18195183/1445621336", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "223102727", "following": false, "friends_count": 517, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/328640969/PEASE.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "94D487", "geo_enabled": true, "followers_count": 316, "location": "San Diego, CA", "screen_name": "wulfmeister", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 28, "name": "Mitchell Wulfman", "profile_use_background_image": false, "description": "JavaScript things, Meteor, UX. Striving to make bicycles for the mind. Currently taking HCI/UX classes at @DesignLabUCSD", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682985982057164800/3kpan0Nx_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Dec 05 11:52:50 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682985982057164800/3kpan0Nx_normal.jpg", "favourites_count": 1103, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685287692490260480", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "chrome.google.com/webstore/detai\u2026", "url": "https://t.co/9fpcPvs8Hv", "expanded_url": "https://chrome.google.com/webstore/detail/command-click-fix/leklllfdadjjglhllebogdjfdipdjhhp", "indices": [95, 118]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:31:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685287692490260480, "text": "Chrome extension to force Command-Click to open links in a new tab instead of the current one: https://t.co/9fpcPvs8Hv", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 223102727, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/328640969/PEASE.jpg", "statuses_count": 630, "profile_banner_url": "https://pbs.twimg.com/profile_banners/223102727/1445901786", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "15085681", "following": false, "friends_count": 170, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 151, "location": "Dallas, TX", "screen_name": "pkinney", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Powell Kinney", "profile_use_background_image": true, "description": "CTO at Vinli (@vinli)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/492316829704929280/wHT0dmwn_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 11 15:30:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/492316829704929280/wHT0dmwn_normal.jpeg", "favourites_count": 24, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684554991529508864", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 426, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "display_url": "pic.twitter.com/om0NgHGk0p", "id_str": "684554991395323904", "expanded_url": "http://twitter.com/vinli/status/684554991529508864/photo/1", "id": 684554991395323904, "url": "https://t.co/om0NgHGk0p"}], "symbols": [], "urls": [{"display_url": "hubs.ly/H01LMTC0", "url": "https://t.co/hrCBzE0IY9", "expanded_url": "http://hubs.ly/H01LMTC0", "indices": [78, 101]}], "hashtags": [{"text": "CES2016", "indices": [0, 8]}], "user_mentions": [{"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [58, 63], "name": "Uber"}, {"screen_name": "reviewjournal", "id_str": "15358759", "id": 15358759, "indices": [102, 116], "name": "Las Vegas RJ"}]}, "created_at": "Wed Jan 06 02:00:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684554991529508864, "text": "#CES2016 is tmrw! Starting @ midnight, you can request an @Uber w/ FREE wifi! https://t.co/hrCBzE0IY9 @reviewjournal https://t.co/om0NgHGk0p", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "HubSpot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684851893558841344", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 426, "resize": "fit"}}, "source_status_id_str": "684554991529508864", "media_url": "http://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "source_user_id_str": "2409518833", "id_str": "684554991395323904", "id": 684554991395323904, "media_url_https": "https://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 684554991529508864, "source_user_id": 2409518833, "display_url": "pic.twitter.com/om0NgHGk0p", "expanded_url": "http://twitter.com/vinli/status/684554991529508864/photo/1", "url": "https://t.co/om0NgHGk0p"}], "symbols": [], "urls": [{"display_url": "hubs.ly/H01LMTC0", "url": "https://t.co/hrCBzE0IY9", "expanded_url": "http://hubs.ly/H01LMTC0", "indices": [89, 112]}], "hashtags": [{"text": "CES2016", "indices": [11, 19]}], "user_mentions": [{"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [3, 9], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [69, 74], "name": "Uber"}, {"screen_name": "reviewjournal", "id_str": "15358759", "id": 15358759, "indices": [113, 127], "name": "Las Vegas RJ"}]}, "created_at": "Wed Jan 06 21:39:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684851893558841344, "text": "RT @vinli: #CES2016 is tmrw! Starting @ midnight, you can request an @Uber w/ FREE wifi! https://t.co/hrCBzE0IY9 @reviewjournal https://t.c\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15085681, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 76, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15085681/1409019019", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "220165520", "following": false, "friends_count": 1839, "entities": {"description": {"urls": [{"display_url": "blog.codeship.com", "url": "http://t.co/egYbB2cZXI", "expanded_url": "http://blog.codeship.com", "indices": [78, 100]}]}, "url": {"urls": [{"display_url": "codeship.com", "url": "https://t.co/1m0F4Hu8KN", "expanded_url": "https://codeship.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000164054717/ah3RPP4F.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "0044CC", "geo_enabled": true, "followers_count": 8668, "location": "Boston, MA", "screen_name": "codeship", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 457, "name": "Codeship", "profile_use_background_image": false, "description": "We are the fastest hosted Continuous Delivery Platform. Check out our blog at http://t.co/egYbB2cZXI \u2013 Need help? Ask @CodeshipSupport", "url": "https://t.co/1m0F4Hu8KN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/420478493139300352/UJzltHZA_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri Nov 26 23:51:57 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/420478493139300352/UJzltHZA_normal.png", "favourites_count": 1056, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612838136770561", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1LZxOpT", "url": "https://t.co/lHbWAw8Trn", "expanded_url": "http://bit.ly/1LZxOpT", "indices": [56, 79]}], "hashtags": [{"text": "Postgres", "indices": [21, 30]}], "user_mentions": [{"screen_name": "leighchalliday", "id_str": "119841821", "id": 119841821, "indices": [39, 54], "name": "Leigh Halliday"}]}, "created_at": "Sat Jan 09 00:03:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612838136770561, "text": "\"How to use JSONB in #Postgres.\" \u2013 via @leighchalliday\n\nhttps://t.co/lHbWAw8Trn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Meet Edgar"}, "default_profile_image": false, "id": 220165520, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000164054717/ah3RPP4F.jpeg", "statuses_count": 14740, "profile_banner_url": "https://pbs.twimg.com/profile_banners/220165520/1418855084", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2705064962", "following": false, "friends_count": 4102, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "codecov.io", "url": "https://t.co/rCxo4WMDnw", "expanded_url": "https://codecov.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FC2B6A", "geo_enabled": true, "followers_count": 1745, "location": "", "screen_name": "codecov", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Codecov", "profile_use_background_image": false, "description": "Continuous code coverage. Featuring browser extensions, branch coverage and coverage diffs for GitHub, Bitbucket and GitLab", "url": "https://t.co/rCxo4WMDnw", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/593478631629914112/XP93zhQI_normal.png", "profile_background_color": "06142B", "created_at": "Sun Aug 03 22:36:47 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/593478631629914112/XP93zhQI_normal.png", "favourites_count": 910, "status": {"in_reply_to_status_id": 684763065506738176, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "keimlink", "in_reply_to_user_id": 44300359, "in_reply_to_status_id_str": "684763065506738176", "in_reply_to_user_id_str": "44300359", "truncated": false, "id_str": "684981810984423424", "id": 684981810984423424, "text": "@keimlink during some testing we found the package was having issues installing on some CI providers. I'll email you w/ more details.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "keimlink", "id_str": "44300359", "id": 44300359, "indices": [0, 9], "name": "Markus Zapke"}]}, "created_at": "Thu Jan 07 06:16:04 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2705064962, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 947, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2705064962/1440537606", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15534471", "following": false, "friends_count": 314, "entities": {"description": {"urls": [{"display_url": "ampproject.org/how-it-works/", "url": "https://t.co/Wfq8ij4B8D", "expanded_url": "https://www.ampproject.org/how-it-works/", "indices": [30, 53]}]}, "url": {"urls": [{"display_url": "google.com/+MalteUbl", "url": "https://t.co/297YfYX56s", "expanded_url": "https://google.com/+MalteUbl", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2955024/digitizers.JPG", "notifications": false, "profile_sidebar_fill_color": "FFFD91", "profile_link_color": "FF0043", "geo_enabled": true, "followers_count": 5455, "location": "San Francisco", "screen_name": "cramforce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 434, "name": "Malte Ubl", "profile_use_background_image": true, "description": "Tech lead of the AMP Project. https://t.co/Wfq8ij4B8D \n\nI make www internet web pages for Google. Curator of @JSConfEU", "url": "https://t.co/297YfYX56s", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1705787693/L9992913_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 22 18:04:13 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FDE700", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1705787693/L9992913_normal.jpg", "favourites_count": 2019, "status": {"retweet_count": 0, "in_reply_to_user_id": 15534471, "possibly_sensitive": false, "id_str": "685531194465779712", "in_reply_to_user_id_str": "15534471", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/cramforce/stat\u2026", "url": "https://t.co/sPWPdVTY37", "expanded_url": "https://twitter.com/cramforce/status/677892136809857024", "indices": [29, 52]}], "hashtags": [], "user_mentions": [{"screen_name": "thealphanerd", "id_str": "150664007", "id": 150664007, "indices": [0, 13], "name": "Make Fyles"}, {"screen_name": "kosamari", "id_str": "8470842", "id": 8470842, "indices": [14, 23], "name": "Mariko Kosaka"}]}, "created_at": "Fri Jan 08 18:39:07 +0000 2016", "favorited": false, "in_reply_to_status_id": 685530600741056513, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "cramforce", "in_reply_to_status_id_str": "685530600741056513", "truncated": false, "id": 685531194465779712, "text": "@thealphanerd @kosamari also https://t.co/sPWPdVTY37", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 15534471, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2955024/digitizers.JPG", "statuses_count": 18017, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15534471/1398619165", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "771681", "following": false, "friends_count": 2112, "entities": {"description": {"urls": [{"display_url": "pronoun.is/he", "url": "https://t.co/h4IxIYLYdk", "expanded_url": "http://pronoun.is/he", "indices": [129, 152]}]}, "url": {"urls": [{"display_url": "twitter.com/glowcoil/statu\u2026", "url": "https://t.co/7vUIPFlyCV", "expanded_url": "https://twitter.com/glowcoil/status/660314122010034176", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "BBBBBB", "geo_enabled": true, "followers_count": 6803, "location": "Chicago, IL /via Alaska", "screen_name": "ELLIOTTCABLE", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 156, "name": "~", "profile_use_background_image": false, "description": "Topical muggle. {PL,Q}T. I invented Ruby, Node.js, and all of the LISPs. Now I'm inventing Paws.\n\n[warning: contains bitterant.] https://t.co/h4IxIYLYdk", "url": "https://t.co/7vUIPFlyCV", "profile_text_color": "AAAAAA", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664970033605550081/tAjQmiAd_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Feb 14 06:37:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664970033605550081/tAjQmiAd_normal.jpg", "favourites_count": 14574, "status": {"in_reply_to_status_id": 685091084314263552, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/1d9a5370a355ab0c.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-87.940033, 41.644102], [-87.523993, 41.644102], [-87.523993, 42.0230669], [-87.940033, 42.0230669]]], "type": "Polygon"}, "full_name": "Chicago, IL", "contained_within": [], "country_code": "US", "id": "1d9a5370a355ab0c", "name": "Chicago"}, "in_reply_to_screen_name": "ProductHunt", "in_reply_to_user_id": 2208027565, "in_reply_to_status_id_str": "685091084314263552", "in_reply_to_user_id_str": "2208027565", "truncated": false, "id_str": "685232357117440000", "id": 685232357117440000, "text": "@ProductHunt @netflix @TheCruziest Sense 7? Is that different from Sense 8?", "geo": {"coordinates": [41.86747694, -87.63303779], "type": "Point"}, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [0, 12], "name": "Product Hunt"}, {"screen_name": "netflix", "id_str": "16573941", "id": 16573941, "indices": [13, 21], "name": "Netflix US"}, {"screen_name": "TheCruziest", "id_str": "303796625", "id": 303796625, "indices": [22, 34], "name": "Steven Cruz"}]}, "created_at": "Thu Jan 07 22:51:39 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": {"coordinates": [-87.63303779, 41.86747694], "type": "Point"}, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 771681, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 94590, "profile_banner_url": "https://pbs.twimg.com/profile_banners/771681/1414127033", "is_translator": false}, {"time_zone": "Brussels", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "87257431", "following": false, "friends_count": 998, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "il.ly", "url": "http://t.co/welccj0beF", "expanded_url": "http://il.ly/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/850535120/01f2c1a8bdf1cc450dc0f304552aa50e.png", "notifications": false, "profile_sidebar_fill_color": "171717", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1555, "location": "Kortrijk, Belgium", "screen_name": "illyism", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Ilias Ismanalijev", "profile_use_background_image": true, "description": "Technology \u2022 Designer \u2022 Developer \u2022 Student #NMCT", "url": "http://t.co/welccj0beF", "profile_text_color": "F2F2F2", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637993206949498882/RxT0gOTs_normal.jpg", "profile_background_color": "242424", "created_at": "Tue Nov 03 19:01:00 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637993206949498882/RxT0gOTs_normal.jpg", "favourites_count": 10505, "status": {"in_reply_to_status_id": 683864186821152768, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "JoshDComp", "in_reply_to_user_id": 28402389, "in_reply_to_status_id_str": "683864186821152768", "in_reply_to_user_id_str": "28402389", "truncated": false, "id_str": "684060669654745088", "id": 684060669654745088, "text": "@JoshDComp Sure is, I like the realistic politics of it all and the well crafted VFX. It sucked me right into its world.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JoshDComp", "id_str": "28402389", "id": 28402389, "indices": [0, 10], "name": "Josh Compton"}]}, "created_at": "Mon Jan 04 17:15:47 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 87257431, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/850535120/01f2c1a8bdf1cc450dc0f304552aa50e.png", "statuses_count": 244, "profile_banner_url": "https://pbs.twimg.com/profile_banners/87257431/1410266462", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "236341530", "following": false, "friends_count": 235, "entities": {"description": {"urls": [{"display_url": "mkeas.org", "url": "https://t.co/bfRlctkCoN", "expanded_url": "http://mkeas.org", "indices": [126, 149]}]}, "url": {"urls": [{"display_url": "mkeas.org", "url": "https://t.co/bfRlctkCoN", "expanded_url": "http://mkeas.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/682207870750830592/1hUffAuR.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": false, "followers_count": 1320, "location": "Houston, TX", "screen_name": "matthiasak", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 72, "name": "Mountain Matt", "profile_use_background_image": true, "description": "@TheIronYard, @DestinationCode, @SpaceCityConfs, INFOSEC crypto'r, powderhound, Lisper + \u03bb, @CapitalFactory alum, @HoustonJS, https://t.co/bfRlctkCoN.", "url": "https://t.co/bfRlctkCoN", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684599443908235264/IgNdjWUp_normal.png", "profile_background_color": "FFFFFF", "created_at": "Mon Jan 10 10:58:39 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684599443908235264/IgNdjWUp_normal.png", "favourites_count": 1199, "status": {"retweet_count": 302, "retweeted_status": {"retweet_count": 302, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685523354514661376", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 450, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYN2WAKUEAAWGTg.jpg", "type": "photo", "indices": [38, 61], "media_url": "http://pbs.twimg.com/media/CYN2WAKUEAAWGTg.jpg", "display_url": "pic.twitter.com/mIeZrUDrga", "id_str": "685521688662904832", "expanded_url": "http://twitter.com/tcburning/status/685523354514661376/photo/1", "id": 685521688662904832, "url": "https://t.co/mIeZrUDrga"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:07:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685523354514661376, "text": "When the code compiles with no errors https://t.co/mIeZrUDrga", "coordinates": null, "retweeted": false, "favorite_count": 620, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612131580968962", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 450, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "685523354514661376", "media_url": "http://pbs.twimg.com/media/CYN2WAKUEAAWGTg.jpg", "source_user_id_str": "399742659", "id_str": "685521688662904832", "id": 685521688662904832, "media_url_https": "https://pbs.twimg.com/media/CYN2WAKUEAAWGTg.jpg", "type": "photo", "indices": [53, 76], "source_status_id": 685523354514661376, "source_user_id": 399742659, "display_url": "pic.twitter.com/mIeZrUDrga", "expanded_url": "http://twitter.com/tcburning/status/685523354514661376/photo/1", "url": "https://t.co/mIeZrUDrga"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tcburning", "id_str": "399742659", "id": 399742659, "indices": [3, 13], "name": "Terri"}]}, "created_at": "Sat Jan 09 00:00:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612131580968962, "text": "RT @tcburning: When the code compiles with no errors https://t.co/mIeZrUDrga", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 236341530, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/682207870750830592/1hUffAuR.png", "statuses_count": 4932, "profile_banner_url": "https://pbs.twimg.com/profile_banners/236341530/1449188760", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "252481460", "following": false, "friends_count": 24, "entities": {"description": {"urls": [{"display_url": "travis-ci.com", "url": "http://t.co/0HN89Zqxlk", "expanded_url": "http://travis-ci.com", "indices": [96, 118]}]}, "url": {"urls": [{"display_url": "travis-ci.org", "url": "http://t.co/3Tz19DXfYa", "expanded_url": "http://travis-ci.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 14345, "location": "Berlin, Germany", "screen_name": "travisci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 527, "name": "Travis CI", "profile_use_background_image": true, "description": "Hi I\u2019m Travis CI, a hosted continuous integration service for open source and private projects: http://t.co/0HN89Zqxlk System status updates: @traviscistatus", "url": "http://t.co/3Tz19DXfYa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621012221582274560/PK2r9beM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 15 08:34:44 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621012221582274560/PK2r9beM_normal.jpg", "favourites_count": 1506, "status": {"retweet_count": 26, "retweeted_status": {"retweet_count": 26, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684128421845270530", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 567, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "type": "photo", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "display_url": "pic.twitter.com/fdIihYvkFb", "id_str": "684128421732036608", "expanded_url": "http://twitter.com/SAPCommNet/status/684128421845270530/photo/1", "id": 684128421732036608, "url": "https://t.co/fdIihYvkFb"}], "symbols": [], "urls": [{"display_url": "spr.ly/6018BnRke", "url": "https://t.co/TkOgMSX4VM", "expanded_url": "http://spr.ly/6018BnRke", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [62, 69], "name": "GitHub"}, {"screen_name": "travisci", "id_str": "252481460", "id": 252481460, "indices": [74, 83], "name": "Travis CI"}]}, "created_at": "Mon Jan 04 21:45:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684128421845270530, "text": "How to continuously deliver to SAP HANA Cloud Platform, using @github and @travisci: https://t.co/TkOgMSX4VM https://t.co/fdIihYvkFb", "coordinates": null, "retweeted": false, "favorite_count": 23, "contributors": null, "source": " SAP"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685085167086612481", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 567, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 453, "resize": "fit"}}, "source_status_id_str": "684128421845270530", "media_url": "http://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "source_user_id_str": "100292002", "id_str": "684128421732036608", "id": 684128421732036608, "media_url_https": "https://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "type": "photo", "indices": [125, 140], "source_status_id": 684128421845270530, "source_user_id": 100292002, "display_url": "pic.twitter.com/fdIihYvkFb", "expanded_url": "http://twitter.com/SAPCommNet/status/684128421845270530/photo/1", "url": "https://t.co/fdIihYvkFb"}], "symbols": [], "urls": [{"display_url": "spr.ly/6018BnRke", "url": "https://t.co/TkOgMSX4VM", "expanded_url": "http://spr.ly/6018BnRke", "indices": [101, 124]}], "hashtags": [], "user_mentions": [{"screen_name": "SAPCommNet", "id_str": "100292002", "id": 100292002, "indices": [3, 14], "name": "SAP CommunityNetwork"}, {"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [78, 85], "name": "GitHub"}, {"screen_name": "travisci", "id_str": "252481460", "id": 252481460, "indices": [90, 99], "name": "Travis CI"}]}, "created_at": "Thu Jan 07 13:06:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685085167086612481, "text": "RT @SAPCommNet: How to continuously deliver to SAP HANA Cloud Platform, using @github and @travisci: https://t.co/TkOgMSX4VM https://t.co/f\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 252481460, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10343, "profile_banner_url": "https://pbs.twimg.com/profile_banners/252481460/1383837670", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "86938585", "following": false, "friends_count": 134, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "circleci.com", "url": "https://t.co/UfEqN58rWH", "expanded_url": "https://circleci.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1584, "location": "San Francisco", "screen_name": "paulbiggar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 99, "name": "Paul Biggar", "profile_use_background_image": true, "description": "Likes developers, chocolate, startups, history and pastries. Founder of CircleCI.", "url": "https://t.co/UfEqN58rWH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494873278154956802/UzQtLIJ2_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Nov 02 13:08:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494873278154956802/UzQtLIJ2_normal.png", "favourites_count": 286, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685370475611078657", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2016/\u2026", "url": "https://t.co/vbDkTva03y", "expanded_url": "http://www.newyorker.com/magazine/2016/01/11/sisters-in-law", "indices": [38, 61]}], "hashtags": [], "user_mentions": [{"screen_name": "NewYorker", "id_str": "14677919", "id": 14677919, "indices": [66, 76], "name": "The New Yorker"}]}, "created_at": "Fri Jan 08 08:00:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685370475611078657, "text": "Saudi women's rights - Sisters in Law https://t.co/vbDkTva03y via @newyorker", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685496070474973185", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2016/\u2026", "url": "https://t.co/vbDkTva03y", "expanded_url": "http://www.newyorker.com/magazine/2016/01/11/sisters-in-law", "indices": [55, 78]}], "hashtags": [], "user_mentions": [{"screen_name": "sarahgbooks", "id_str": "111095563", "id": 111095563, "indices": [3, 15], "name": "Sarah Gilmartin"}, {"screen_name": "NewYorker", "id_str": "14677919", "id": 14677919, "indices": [83, 93], "name": "The New Yorker"}]}, "created_at": "Fri Jan 08 16:19:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685496070474973185, "text": "RT @sarahgbooks: Saudi women's rights - Sisters in Law https://t.co/vbDkTva03y via @newyorker", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 86938585, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1368, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "381223731", "following": false, "friends_count": 4793, "entities": {"description": {"urls": [{"display_url": "discuss.circleci.com", "url": "https://t.co/g79TaPamp5", "expanded_url": "https://discuss.circleci.com/", "indices": [91, 114]}]}, "url": {"urls": [{"display_url": "circleci.com", "url": "https://t.co/Ls6HRLMgUX", "expanded_url": "https://circleci.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "343434", "geo_enabled": true, "followers_count": 6832, "location": "San Francisco", "screen_name": "circleci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 170, "name": "CircleCI", "profile_use_background_image": false, "description": "Easy, fast, continuous integration and deployment for web apps and iOS. For support, visit https://t.co/g79TaPamp5 or email sayhi@circleci.com.", "url": "https://t.co/Ls6HRLMgUX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648592346427191296/LaU6tv2__normal.png", "profile_background_color": "FBFBFB", "created_at": "Tue Sep 27 23:33:23 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648592346427191296/LaU6tv2__normal.png", "favourites_count": 3138, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613493333135360", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "circle.ci/1VRcA07", "url": "https://t.co/qbnualOiX6", "expanded_url": "http://circle.ci/1VRcA07", "indices": [117, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "iamkevinbell", "id_str": "635809882", "id": 635809882, "indices": [18, 31], "name": "Kevin Bell"}, {"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [35, 44], "name": "CircleCI"}, {"screen_name": "fredsters_s", "id_str": "14868289", "id": 14868289, "indices": [51, 63], "name": "Fred Stevens-Smith"}, {"screen_name": "rainforestqa", "id_str": "1012066448", "id": 1012066448, "indices": [67, 80], "name": "Rainforest QA"}]}, "created_at": "Sat Jan 09 00:06:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613493333135360, "text": "UPCOMING WEBINAR: @iamkevinbell of @circleci & @fredsters_s of @rainforestqa are talking Continuous Deployment: https://t.co/qbnualOiX6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 381223731, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2396, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7900402", "following": false, "friends_count": 392, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/669117595/115cffbe48f76302aa1d2e4089f41d65.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "280096", "geo_enabled": true, "followers_count": 342, "location": "San Francisco, CA", "screen_name": "tvachon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "pizza: the gathering", "profile_use_background_image": true, "description": "putting the travis in circleci since 2014", "url": null, "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2648401687/2231525ecc34a853803442f50debf59e_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Aug 02 05:37:07 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2648401687/2231525ecc34a853803442f50debf59e_normal.png", "favourites_count": 605, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685271730709860352", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/claire_mcnear/\u2026", "url": "https://t.co/FTDSIfvCan", "expanded_url": "https://twitter.com/claire_mcnear/status/685250840723091456", "indices": [47, 70]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 01:28:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685271730709860352, "text": "dying\ni am ded\npls feed my dog while i am gone https://t.co/FTDSIfvCan", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685273249534459904", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/claire_mcnear/\u2026", "url": "https://t.co/FTDSIfvCan", "expanded_url": "https://twitter.com/claire_mcnear/status/685250840723091456", "indices": [57, 80]}], "hashtags": [], "user_mentions": [{"screen_name": "coda", "id_str": "637533", "id": 637533, "indices": [3, 8], "name": "Springtime for Coda"}]}, "created_at": "Fri Jan 08 01:34:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685273249534459904, "text": "RT @coda: dying\ni am ded\npls feed my dog while i am gone https://t.co/FTDSIfvCan", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 7900402, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/669117595/115cffbe48f76302aa1d2e4089f41d65.png", "statuses_count": 5614, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10399172", "following": false, "friends_count": 1295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chmod777self.com", "url": "http://t.co/6w6v8SGBti", "expanded_url": "http://www.chmod777self.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "0A1EA3", "geo_enabled": true, "followers_count": 1147, "location": "Fresno, CA", "screen_name": "jasnell", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 87, "name": "James M Snell", "profile_use_background_image": true, "description": "IBM Technical Lead for Node.js;\nNode.js TSC Member;\nAll around nice guy.", "url": "http://t.co/6w6v8SGBti", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641382958348267524/TypA8sW9_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Nov 20 01:19:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641382958348267524/TypA8sW9_normal.jpg", "favourites_count": 2143, "status": {"retweet_count": 12, "retweeted_status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685242905007529984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/jGV36DgAJg", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 23:33:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685242905007529984, "text": "Node.js is strong because it is built by individuals and supported by business interests. It\u2019s time to represent:\n\nhttps://t.co/jGV36DgAJg", "coordinates": null, "retweeted": false, "favorite_count": 24, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685268279959539712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/jGV36DgAJg", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "dshaw", "id_str": "806757", "id": 806757, "indices": [3, 9], "name": "Dan Shaw"}]}, "created_at": "Fri Jan 08 01:14:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685268279959539712, "text": "RT @dshaw: Node.js is strong because it is built by individuals and supported by business interests. It\u2019s time to represent:\n\nhttps://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 10399172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 3178, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10399172/1447689090", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3278631516", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "planet.com", "url": "http://t.co/v3JIlJoOTW", "expanded_url": "http://planet.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 294, "location": "Space", "screen_name": "dovesinspace", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Doves in space", "profile_use_background_image": true, "description": "We are in space.", "url": "http://t.co/v3JIlJoOTW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/620628831016062976/T47eeVFS_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 13 15:59:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/620628831016062976/T47eeVFS_normal.png", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": {"url": "https://api.twitter.com/1.1/geo/id/4ec01c9dbc693497.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-87.634643, 24.396308], [-79.974307, 24.396308], [-79.974307, 31.001056], [-87.634643, 31.001056]]], "type": "Polygon"}, "full_name": "Florida, USA", "contained_within": [], "country_code": "US", "id": "4ec01c9dbc693497", "name": "Florida"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "651885332665909248", "id": 651885332665909248, "text": "I'm in space now! Satellite Flock 2b Satellite 14 reporting for duty.", "geo": {"coordinates": [29.91434343, -83.47056022], "type": "Point"}, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Oct 07 22:22:29 +0000 2015", "source": "Deployment tweets", "favorite_count": 5, "favorited": false, "coordinates": {"coordinates": [-83.47056022, 29.91434343], "type": "Point"}, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3278631516, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3278631516/1436803648", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "13567", "following": false, "friends_count": 1520, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "christianheilmann.com/2013/02/11/hel\u2026", "url": "http://t.co/fQKlvTCkqN", "expanded_url": "http://christianheilmann.com/2013/02/11/hello-it-is-me-on-twitter/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/64650857/twitterbackground.gif", "notifications": false, "profile_sidebar_fill_color": "B7CCBB", "profile_link_color": "13456B", "geo_enabled": true, "followers_count": 52181, "location": "London, UK", "screen_name": "codepo8", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3779, "name": "Christian Heilmann", "profile_use_background_image": true, "description": "Developer Evangelist - all things open web, HTML5, writing and working together. Works at Microsoft on Edge, opinions totally my own. #nofilter", "url": "http://t.co/fQKlvTCkqN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1666904408/codepo8_normal.png", "profile_background_color": "336699", "created_at": "Tue Nov 21 17:20:09 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1666904408/codepo8_normal.png", "favourites_count": 386, "status": {"in_reply_to_status_id": null, "retweet_count": 6, "place": {"url": "https://api.twitter.com/1.1/geo/id/3eb2c704fe8a50cb.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-0.112442, 51.5068], [-0.0733794, 51.5068], [-0.0733794, 51.522161], [-0.112442, 51.522161]]], "type": "Polygon"}, "full_name": "City of London, London", "contained_within": [], "country_code": "GB", "id": "3eb2c704fe8a50cb", "name": "City of London"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685605010403667968", "id": 685605010403667968, "text": "MDN Demo studio is shutting down. Download your demos for safekeeping.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:32:27 +0000 2016", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13567, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/64650857/twitterbackground.gif", "statuses_count": 107974, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13567/1409269429", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2202531", "following": false, "friends_count": 211, "entities": {"description": {"urls": [{"display_url": "amazon.com/gp/product/B01\u2026", "url": "https://t.co/C1nuRVMz0N", "expanded_url": "http://www.amazon.com/gp/product/B018R7TV5W/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B018R7TV5W&linkCode=as2&tag=robceenet-20&linkId=377XBIIH55EWYAIK", "indices": [11, 34]}, {"display_url": "flickr.com/photos/robceem\u2026", "url": "https://t.co/7dMPlQvYLO", "expanded_url": "https://www.flickr.com/photos/robceemoz/", "indices": [88, 111]}]}, "url": {"urls": [{"display_url": "robcee.net", "url": "http://t.co/R8fIMaSLvf", "expanded_url": "http://robcee.net/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 1216, "location": "Toronto, Canada", "screen_name": "robcee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 107, "name": "robcee", "profile_use_background_image": false, "description": "#author of https://t.co/C1nuRVMz0N\n\n#drones #media #coffee #software #tech #photography https://t.co/7dMPlQvYLO", "url": "http://t.co/R8fIMaSLvf", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/552127239433633794/YVdSLObS_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Mar 25 19:52:34 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/552127239433633794/YVdSLObS_normal.jpeg", "favourites_count": 4161, "status": {"in_reply_to_status_id": 685563535359868928, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "matejnovak", "in_reply_to_user_id": 15459306, "in_reply_to_status_id_str": "685563535359868928", "in_reply_to_user_id_str": "15459306", "truncated": false, "id_str": "685563745901350912", "id": 685563745901350912, "text": "@matejnovak Niagara Kale Brandy has a nasty vibe to it. But OK!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "matejnovak", "id_str": "15459306", "id": 15459306, "indices": [0, 11], "name": "Matej Novak \u23ce"}]}, "created_at": "Fri Jan 08 20:48:28 +0000 2016", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2202531, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 19075, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2202531/1420472405", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17663776", "following": false, "friends_count": 1126, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "planet.com", "url": "http://t.co/AwAXMrXqVJ", "expanded_url": "http://planet.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/528311941853216769/bLunztkI.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 12386, "location": "San Francisco, CA, Earth", "screen_name": "planetlabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 488, "name": "Planet Labs", "profile_use_background_image": false, "description": "Delivering the most current images of our entire Earth.", "url": "http://t.co/AwAXMrXqVJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000044864601/2adb3a0d793068936c4e6d6105eaa20d_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Nov 27 00:10:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000044864601/2adb3a0d793068936c4e6d6105eaa20d_normal.png", "favourites_count": 2014, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613487188398081", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPJ1WMUQAA38JJ.jpg", "type": "photo", "indices": [97, 120], "media_url": "http://pbs.twimg.com/media/CYPJ1WMUQAA38JJ.jpg", "display_url": "pic.twitter.com/01wqlNRcRx", "id_str": "685613486617935872", "expanded_url": "http://twitter.com/planetlabs/status/685613487188398081/photo/1", "id": 685613486617935872, "url": "https://t.co/01wqlNRcRx"}], "symbols": [], "urls": [{"display_url": "planet.com/gallery/uganda\u2026", "url": "https://t.co/QqEWAf2iM1", "expanded_url": "https://www.planet.com/gallery/uganda-smallholders/", "indices": [73, 96]}], "hashtags": [{"text": "Uganda", "indices": [64, 71]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:06:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613487188398081, "text": "Small holder and subsistence farms on a sunny day in Namutumba, #Uganda https://t.co/QqEWAf2iM1 https://t.co/01wqlNRcRx", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 17663776, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/528311941853216769/bLunztkI.png", "statuses_count": 1658, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17663776/1439957443", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "41693", "following": false, "friends_count": 415, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blankbaby.com", "url": "http://t.co/bOEDVPeU3G", "expanded_url": "http://www.blankbaby.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/18572/newlogotop.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 4310, "location": "Philadelphia, PA", "screen_name": "blankbaby", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 279, "name": "Scott McNulty", "profile_use_background_image": true, "description": "I am almost Internet famous. Host of @Random_Trek.", "url": "http://t.co/bOEDVPeU3G", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/471836335154954240/pduVcSUO_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Dec 05 00:57:26 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471836335154954240/pduVcSUO_normal.jpeg", "favourites_count": 48, "status": {"in_reply_to_status_id": 685602406990622720, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "dsilverman", "in_reply_to_user_id": 1010181, "in_reply_to_status_id_str": "685602406990622720", "in_reply_to_user_id_str": "1010181", "truncated": false, "id_str": "685602609508519940", "id": 685602609508519940, "text": "@dsilverman @GlennF ;) Alexa isn\u2019t super smart but very useful for my needs!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dsilverman", "id_str": "1010181", "id": 1010181, "indices": [0, 11], "name": "dwight silverman"}, {"screen_name": "GlennF", "id_str": "8315692", "id": 8315692, "indices": [12, 19], "name": "Glenn Fleishman"}]}, "created_at": "Fri Jan 08 23:22:54 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 41693, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/18572/newlogotop.png", "statuses_count": 25874, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41693/1362153090", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3171325140", "following": false, "friends_count": 18, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sideway.com", "url": "http://t.co/pwaxdZGj2W", "expanded_url": "http://sideway.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "04AA04", "geo_enabled": false, "followers_count": 244, "location": "", "screen_name": "sideway", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Sideway", "profile_use_background_image": false, "description": "Share a conversation.", "url": "http://t.co/pwaxdZGj2W", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654181093650771968/f1nSwDOD_normal.png", "profile_background_color": "000000", "created_at": "Fri Apr 24 22:41:17 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654181093650771968/f1nSwDOD_normal.png", "favourites_count": 0, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "663825999717466112", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "type": "photo", "indices": [12, 35], "media_url": "http://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "display_url": "pic.twitter.com/Ng3S2UnWDz", "id_str": "663825968667037697", "expanded_url": "http://twitter.com/eranhammer/status/663825999717466112/photo/1", "id": 663825968667037697, "url": "https://t.co/Ng3S2UnWDz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 09 21:10:26 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 663825999717466112, "text": "New plates! https://t.co/Ng3S2UnWDz", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "663826029887270912", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "663825999717466112", "media_url": "http://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "source_user_id_str": "346026614", "id_str": "663825968667037697", "id": 663825968667037697, "media_url_https": "https://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "type": "photo", "indices": [28, 51], "source_status_id": 663825999717466112, "source_user_id": 346026614, "display_url": "pic.twitter.com/Ng3S2UnWDz", "expanded_url": "http://twitter.com/eranhammer/status/663825999717466112/photo/1", "url": "https://t.co/Ng3S2UnWDz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "eranhammer", "id_str": "346026614", "id": 346026614, "indices": [3, 14], "name": "Eran Hammer"}]}, "created_at": "Mon Nov 09 21:10:33 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 663826029887270912, "text": "RT @eranhammer: New plates! https://t.co/Ng3S2UnWDz", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3171325140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5768872", "following": false, "friends_count": 8374, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "garyvaynerchuk.com/agvbook/", "url": "https://t.co/n1TN3hgA84", "expanded_url": "http://www.garyvaynerchuk.com/agvbook/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/886634499/4009658006615d447621e5ddb85f7d8d.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFE6CE", "profile_link_color": "268CCD", "geo_enabled": true, "followers_count": 1202100, "location": "NYC", "screen_name": "garyvee", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 24979, "name": "Gary Vaynerchuk", "profile_use_background_image": true, "description": "Family 1st! but after that, Businessman. CEO of @vaynermedia. Host of #AskGaryVee show and a dude who Loves the Hustle, the @NYJets .. snapchat - garyvee", "url": "https://t.co/n1TN3hgA84", "profile_text_color": "996633", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616983642578001920/McXOdvAM_normal.jpg", "profile_background_color": "152932", "created_at": "Fri May 04 15:32:48 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616983642578001920/McXOdvAM_normal.jpg", "favourites_count": 2449, "status": {"in_reply_to_status_id": 685579166855630849, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "thebluestripe", "in_reply_to_user_id": 168651555, "in_reply_to_status_id_str": "685579166855630849", "in_reply_to_user_id_str": "168651555", "truncated": false, "id_str": "685579435031019520", "id": 685579435031019520, "text": "@thebluestripe @djkhaled hahaha", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thebluestripe", "id_str": "168651555", "id": 168651555, "indices": [0, 14], "name": "Rich Seidel"}, {"screen_name": "djkhaled", "id_str": "27673684", "id": 27673684, "indices": [15, 24], "name": "DJ KHALED"}]}, "created_at": "Fri Jan 08 21:50:49 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "tl"}, "default_profile_image": false, "id": 5768872, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/886634499/4009658006615d447621e5ddb85f7d8d.jpeg", "statuses_count": 135759, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5768872/1423844975", "is_translator": false}, {"time_zone": "Casablanca", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "270431388", "following": false, "friends_count": 795, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "MarquisdeGeek.com", "url": "https://t.co/rAxaxp0oUr", "expanded_url": "http://www.MarquisdeGeek.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 581, "location": "aka Steven Goodwin. London", "screen_name": "MarquisdeGeek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 88, "name": "Marquis de Geek", "profile_use_background_image": true, "description": "Maker, author, developer, educator, IoT dev, magician, musician, computer historian, sommelier, SGX creator, electronics guy, AFOL & geek. Works as edtech CTO", "url": "https://t.co/rAxaxp0oUr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/516991718034395137/BX2dHEMq_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Mar 22 16:17:37 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/516991718034395137/BX2dHEMq_normal.jpeg", "favourites_count": 400, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685486479271919616", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 460, "h": 960, "resize": "fit"}, "medium": {"w": 460, "h": 960, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 325, "h": 680, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNVWc_WYAAf1AZ.jpg", "type": "photo", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CYNVWc_WYAAf1AZ.jpg", "display_url": "pic.twitter.com/Mo9VcBHIwC", "id_str": "685485412517830656", "expanded_url": "http://twitter.com/MarquisdeGeek/status/685486479271919616/photo/1", "id": 685485412517830656, "url": "https://t.co/Mo9VcBHIwC"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:41:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685486479271919616, "text": "Crossing the streams... https://t.co/Mo9VcBHIwC", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 270431388, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3959, "profile_banner_url": "https://pbs.twimg.com/profile_banners/270431388/1406890949", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "148221086", "following": false, "friends_count": 617, "entities": {"description": {"urls": [{"display_url": "shop.oreilly.com/product/063692\u2026", "url": "https://t.co/Zk7ejlHptN", "expanded_url": "http://shop.oreilly.com/product/0636920042686.do", "indices": [135, 158]}]}, "url": {"urls": [{"display_url": "GetYodlr.com", "url": "https://t.co/hKMaAlWDdW", "expanded_url": "https://GetYodlr.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 730, "location": "SF Bay Area", "screen_name": "rosskukulinski", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Ross Kukulinski", "profile_use_background_image": true, "description": "Founder @getyodlr. Entrepreneur & advisor. Work with #nodejs, #webrtc, #docker, #kubernetes, #coreos. Watch my Intro to CoreOS Course: https://t.co/Zk7ejlHptN", "url": "https://t.co/hKMaAlWDdW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495069447128743936/4ur5YuG6_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed May 26 04:22:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495069447128743936/4ur5YuG6_normal.png", "favourites_count": 4397, "status": {"retweet_count": 17, "retweeted_status": {"retweet_count": 17, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685464980976566272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nodejs.org/en/blog/commun\u2026", "url": "https://t.co/oHkMziRUpk", "expanded_url": "https://nodejs.org/en/blog/community/individual-membership/", "indices": [102, 125]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:16:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685464980976566272, "text": "Next Friday is the last day to nominate yourself or another Node.js member to the board of directors: https://t.co/oHkMziRUpk.", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Sprout Social"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685466291180859392", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nodejs.org/en/blog/commun\u2026", "url": "https://t.co/oHkMziRUpk", "expanded_url": "https://nodejs.org/en/blog/community/individual-membership/", "indices": [114, 137]}], "hashtags": [], "user_mentions": [{"screen_name": "nodejs", "id_str": "91985735", "id": 91985735, "indices": [3, 10], "name": "Node.js"}]}, "created_at": "Fri Jan 08 14:21:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685466291180859392, "text": "RT @nodejs: Next Friday is the last day to nominate yourself or another Node.js member to the board of directors: https://t.co/oHkMziRUpk.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 148221086, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8070, "is_translator": false}, {"time_zone": "Budapest", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "98630536", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eduardmoldovan.com", "url": "http://t.co/4zJV0jnlaJ", "expanded_url": "http://eduardmoldovan.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/760228965/d3337f4a0488aaada2c7e54b6bce1f14.jpeg", "notifications": false, "profile_sidebar_fill_color": "0E0D02", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 336, "location": "Budapest", "screen_name": "edimoldovan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Edu\u00e1rd", "profile_use_background_image": true, "description": "Views are my own", "url": "http://t.co/4zJV0jnlaJ", "profile_text_color": "39BD91", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/583355272749588480/cJRQCODD_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Dec 22 13:09:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/583355272749588480/cJRQCODD_normal.jpg", "favourites_count": 234, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685508856013795330", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wareable.com/fitness-tracke\u2026", "url": "https://t.co/HDOdrQpuJU", "expanded_url": "http://www.wareable.com/fitness-trackers/mastercard-and-coin-bringing-wearable-payments-to-fitness-trackers-including-moov-2147", "indices": [73, 96]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:10:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685508856013795330, "text": "MasterCard bringing wearable payments to fitness trackers including Moov https://t.co/HDOdrQpuJU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "OS X"}, "default_profile_image": false, "id": 98630536, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/760228965/d3337f4a0488aaada2c7e54b6bce1f14.jpeg", "statuses_count": 12782, "profile_banner_url": "https://pbs.twimg.com/profile_banners/98630536/1392472068", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14164724", "following": false, "friends_count": 1639, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sarahmei.com", "url": "https://t.co/3q8gb3xaz4", "expanded_url": "http://sarahmei.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 11825, "location": "San Francisco, CA", "screen_name": "sarahmei", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 761, "name": "Sarah Mei", "profile_use_background_image": true, "description": "Software developer. Founder of @railsbridge. Director of Ruby Central. Chief Consultant of @devmyndsoftware. IM IN UR BASE TEACHIN U HOW TO REFACTOR UR CODE", "url": "https://t.co/3q8gb3xaz4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564645861771079680/i-bwhBp0_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Mon Mar 17 18:05:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564645861771079680/i-bwhBp0_normal.jpeg", "favourites_count": 1453, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685599933215424513", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/anildash/statu\u2026", "url": "https://t.co/436K3Lfx5F", "expanded_url": "https://twitter.com/anildash/status/685496167464042496", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:12:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/1d9a5370a355ab0c.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-87.940033, 41.644102], [-87.523993, 41.644102], [-87.523993, 42.0230669], [-87.940033, 42.0230669]]], "type": "Polygon"}, "full_name": "Chicago, IL", "contained_within": [], "country_code": "US", "id": "1d9a5370a355ab0c", "name": "Chicago"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685599933215424513, "text": "First time I have tapped the moments icon on purpose. https://t.co/436K3Lfx5F", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14164724, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 13073, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14164724/1423457101", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "25183606", "following": false, "friends_count": 746, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "charlotteis.co.uk", "url": "https://t.co/j2AKIKz3ZY", "expanded_url": "http://charlotteis.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/288817017/pattern_111.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "44615D", "geo_enabled": false, "followers_count": 2004, "location": "Bletchley, UK.", "screen_name": "Charlotteis", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 116, "name": "console.warn()", "profile_use_background_image": false, "description": "they/them. human ghost emoji writing code with @mandsdigital. open sourcer with @hoodiehq and creator of @yourfirstpr.", "url": "https://t.co/j2AKIKz3ZY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597058745345155072/xF4up7Xq_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 18 23:28:54 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597058745345155072/xF4up7Xq_normal.png", "favourites_count": 8750, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685612995809021952", "id": 685612995809021952, "text": "caligula \ud83d\ude0f", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:04:10 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "es"}, "default_profile_image": false, "id": 25183606, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/288817017/pattern_111.gif", "statuses_count": 49653, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25183606/1420483218", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "253464752", "following": false, "friends_count": 492, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jessicard.com", "url": "https://t.co/DwRzTkmHMB", "expanded_url": "http://jessicard.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/542881894/twitter.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "00B9E1", "geo_enabled": true, "followers_count": 5249, "location": "than franthithco", "screen_name": "jessicard", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 241, "name": "jessicard", "profile_use_background_image": false, "description": "The jessicard physically strong, moves rapidly, momentum is powerful, is one of the most has the courage and strength of the software engineer in the world.", "url": "https://t.co/DwRzTkmHMB", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673336057274863616/qhH0PyV1_normal.jpg", "profile_background_color": "F6F6F6", "created_at": "Thu Feb 17 09:04:56 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673336057274863616/qhH0PyV1_normal.jpg", "favourites_count": 28149, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613922137849856", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPKOL5WcAUzoB8.jpg", "type": "photo", "indices": [88, 111], "media_url": "http://pbs.twimg.com/media/CYPKOL5WcAUzoB8.jpg", "display_url": "pic.twitter.com/SVH70Fy4JQ", "id_str": "685613913350762501", "expanded_url": "http://twitter.com/jessicard/status/685613922137849856/photo/1", "id": 685613913350762501, "url": "https://t.co/SVH70Fy4JQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:07:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613922137849856, "text": "drew some random (unfinished) ornamentation on my flight to boston with my apple pencil https://t.co/SVH70Fy4JQ", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 253464752, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/542881894/twitter.png", "statuses_count": 23083, "profile_banner_url": "https://pbs.twimg.com/profile_banners/253464752/1353017487", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "198661893", "following": false, "friends_count": 247, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eliseworthy.com", "url": "http://t.co/Lfr9fIzPIs", "expanded_url": "http://eliseworthy.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "41625C", "geo_enabled": true, "followers_count": 1862, "location": "Seattle", "screen_name": "eliseworthy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 123, "name": "Elise Worthy", "profile_use_background_image": false, "description": "software developer | founder of @brandworthy and @adaacademy", "url": "http://t.co/Lfr9fIzPIs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502913017634250754/3Da3F-N8_normal.jpeg", "profile_background_color": "946369", "created_at": "Mon Oct 04 22:38:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502913017634250754/3Da3F-N8_normal.jpeg", "favourites_count": 689, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "666384799402098688", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meetup.com/Seattle-PyLadi\u2026", "url": "https://t.co/bg7tLVR1Tp", "expanded_url": "http://www.meetup.com/Seattle-PyLadies/events/225729699/", "indices": [86, 109]}], "hashtags": [], "user_mentions": [{"screen_name": "PyLadiesSEA", "id_str": "885603211", "id": 885603211, "indices": [38, 50], "name": "Seattle PyLadies"}]}, "created_at": "Mon Nov 16 22:38:11 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 666384799402098688, "text": "What's better than a holiday party? A @PyLadiesSEA holiday party! This Wednesday! Go! https://t.co/bg7tLVR1Tp", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 198661893, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 3529, "profile_banner_url": "https://pbs.twimg.com/profile_banners/198661893/1377996487", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "13368452", "following": false, "friends_count": 1123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ultrasaurus.com", "url": "http://t.co/VV3FrrBWLv", "expanded_url": "http://www.ultrasaurus.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 7943, "location": "San Francisco, CA", "screen_name": "ultrasaurus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 720, "name": "Sarah Allen", "profile_use_background_image": true, "description": "I write code, connect pixels and speak truth to make change. @bridgefoundry @mightyverse @18F", "url": "http://t.co/VV3FrrBWLv", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/451707693577682945/6MKmBXjK_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Mon Feb 11 23:40:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451707693577682945/6MKmBXjK_normal.jpeg", "favourites_count": 1229, "status": {"retweet_count": 9418, "retweeted_status": {"retweet_count": 9418, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685415626945507328", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [27, 50], "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "display_url": "pic.twitter.com/4ZnTo0GI7T", "id_str": "685415615138545664", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "id": 685415615138545664, "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 10:59:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685415626945507328, "text": "PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 1176, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685477649523712000", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685415626945507328", "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "source_user_id_str": "2782137901", "id_str": "685415615138545664", "id": 685415615138545664, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [48, 71], "source_status_id": 685415626945507328, "source_user_id": 2782137901, "display_url": "pic.twitter.com/4ZnTo0GI7T", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "neil_finnweevil", "id_str": "2782137901", "id": 2782137901, "indices": [3, 19], "name": "kiki montparnasse"}]}, "created_at": "Fri Jan 08 15:06:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685477649523712000, "text": "RT @neil_finnweevil: PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13368452, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 10335, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13368452/1396530463", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3300795096", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "current.sh", "url": "http://t.co/43c4yK78zi", "expanded_url": "http://current.sh", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "268BD2", "geo_enabled": false, "followers_count": 192, "location": "", "screen_name": "currentsh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "current.sh", "profile_use_background_image": false, "description": "the log management saas you've been looking for. built by @vektrasays.", "url": "http://t.co/43c4yK78zi", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634188694484750337/FQi_1TrA_normal.png", "profile_background_color": "000000", "created_at": "Wed Jul 29 20:09:17 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634188694484750337/FQi_1TrA_normal.png", "favourites_count": 8, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685167345329831936", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "producthunt.com/tech/current-3\u2026", "url": "https://t.co/ccTe9IhAJB", "expanded_url": "https://www.producthunt.com/tech/current-3#comment-207860", "indices": [89, 112]}], "hashtags": [], "user_mentions": [{"screen_name": "currentsh", "id_str": "3300795096", "id": 3300795096, "indices": [40, 50], "name": "current.sh"}, {"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [54, 66], "name": "Product Hunt"}]}, "created_at": "Thu Jan 07 18:33:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0775fcd6eb188d7c.json", "country": "United States", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-118.3613876, 34.043829], [-118.309037, 34.043829], [-118.309037, 34.083516], [-118.3613876, 34.083516]]], "type": "Polygon"}, "full_name": "Mid-Wilshire, Los Angeles", "contained_within": [], "country_code": "US", "id": "0775fcd6eb188d7c", "name": "Mid-Wilshire"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685167345329831936, "text": "I\u2019m currently answering questions about @currentsh on @ProductHunt, so let me have them! https://t.co/ccTe9IhAJB", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685171895952490498", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "producthunt.com/tech/current-3\u2026", "url": "https://t.co/ccTe9IhAJB", "expanded_url": "https://www.producthunt.com/tech/current-3#comment-207860", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "evanphx", "id_str": "5444392", "id": 5444392, "indices": [3, 11], "name": "Evan Phoenix"}, {"screen_name": "currentsh", "id_str": "3300795096", "id": 3300795096, "indices": [53, 63], "name": "current.sh"}, {"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [67, 79], "name": "Product Hunt"}]}, "created_at": "Thu Jan 07 18:51:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685171895952490498, "text": "RT @evanphx: I\u2019m currently answering questions about @currentsh on @ProductHunt, so let me have them! https://t.co/ccTe9IhAJB", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3300795096, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 36, "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "21170138", "following": false, "friends_count": 403, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "current.sh", "url": "https://t.co/43c4yJPxHK", "expanded_url": "http://current.sh", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 2049, "location": "San Francisco, CA", "screen_name": "jlsuttles", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 106, "name": "\u2728Jessica Suttles\u2728", "profile_use_background_image": true, "description": "Co-Founder & CTO @currentsh", "url": "https://t.co/43c4yJPxHK", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666749836822114304/3i-1-RtX_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Feb 18 04:49:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666749836822114304/3i-1-RtX_normal.jpg", "favourites_count": 4794, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": 21170138, "possibly_sensitive": false, "id_str": "685602455166402560", "in_reply_to_user_id_str": "21170138", "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 760, "resize": "fit"}, "medium": {"w": 600, "h": 445, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 252, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO_ycSUQAI4hRg.jpg", "type": "photo", "indices": [52, 75], "media_url": "http://pbs.twimg.com/media/CYO_ycSUQAI4hRg.jpg", "display_url": "pic.twitter.com/oTGa0hNVPe", "id_str": "685602441597829122", "expanded_url": "http://twitter.com/Neurotic/status/685602455166402560/photo/1", "id": 685602441597829122, "url": "https://t.co/oTGa0hNVPe"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jlsuttles", "id_str": "21170138", "id": 21170138, "indices": [0, 10], "name": "\u2728Jessica Suttles\u2728"}, {"screen_name": "SukieTweets", "id_str": "479414936", "id": 479414936, "indices": [11, 23], "name": "Sukie"}]}, "created_at": "Fri Jan 08 23:22:17 +0000 2016", "favorited": false, "in_reply_to_status_id": 685597105696579584, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "jlsuttles", "in_reply_to_status_id_str": "685597105696579584", "truncated": false, "id": 685602455166402560, "text": "@jlsuttles @SukieTweets is feeling super cute. See? https://t.co/oTGa0hNVPe", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607191902957568", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 760, "resize": "fit"}, "medium": {"w": 600, "h": 445, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 252, "resize": "fit"}}, "source_status_id_str": "685602455166402560", "media_url": "http://pbs.twimg.com/media/CYO_ycSUQAI4hRg.jpg", "source_user_id_str": "5727802", "id_str": "685602441597829122", "id": 685602441597829122, "media_url_https": "https://pbs.twimg.com/media/CYO_ycSUQAI4hRg.jpg", "type": "photo", "indices": [66, 89], "source_status_id": 685602455166402560, "source_user_id": 5727802, "display_url": "pic.twitter.com/oTGa0hNVPe", "expanded_url": "http://twitter.com/Neurotic/status/685602455166402560/photo/1", "url": "https://t.co/oTGa0hNVPe"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Neurotic", "id_str": "5727802", "id": 5727802, "indices": [3, 12], "name": "Mark Mandel"}, {"screen_name": "jlsuttles", "id_str": "21170138", "id": 21170138, "indices": [14, 24], "name": "\u2728Jessica Suttles\u2728"}, {"screen_name": "SukieTweets", "id_str": "479414936", "id": 479414936, "indices": [25, 37], "name": "Sukie"}]}, "created_at": "Fri Jan 08 23:41:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607191902957568, "text": "RT @Neurotic: @jlsuttles @SukieTweets is feeling super cute. See? https://t.co/oTGa0hNVPe", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 21170138, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10074, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21170138/1448066737", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15714950", "following": false, "friends_count": 35, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 179, "location": "", "screen_name": "ruoho", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Clint Ruoho", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1226693053/Screen_shot_2011-01-26_at_4.27.16_PM_normal.png", "profile_background_color": "022330", "created_at": "Sun Aug 03 22:20:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1226693053/Screen_shot_2011-01-26_at_4.27.16_PM_normal.png", "favourites_count": 18, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682197364367425537", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wtfismyip.com", "url": "https://t.co/QfqlilFduQ", "expanded_url": "https://wtfismyip.com/", "indices": [13, 36]}], "hashtags": [{"text": "FreeBasics", "indices": [111, 122]}], "user_mentions": []}, "created_at": "Wed Dec 30 13:51:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682197364367425537, "text": "Surprisingly https://t.co/QfqlilFduQ has met the technical guidelines and is pending inclusion in Free Basics! #FreeBasics", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682229939072937984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wtfismyip.com", "url": "https://t.co/QfqlilFduQ", "expanded_url": "https://wtfismyip.com/", "indices": [28, 51]}], "hashtags": [{"text": "FreeBasics", "indices": [126, 137]}], "user_mentions": [{"screen_name": "wtfismyip", "id_str": "359037938", "id": 359037938, "indices": [3, 13], "name": "WTF IS MY IP!?!?!?"}]}, "created_at": "Wed Dec 30 16:01:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682229939072937984, "text": "RT @wtfismyip: Surprisingly https://t.co/QfqlilFduQ has met the technical guidelines and is pending inclusion in Free Basics! #FreeBasics", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 15714950, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 17, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "755178", "following": false, "friends_count": 1779, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bob.ippoli.to", "url": "http://t.co/8Z9JtvGN55", "expanded_url": "http://bob.ippoli.to/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 5239, "location": "San Francisco, CA", "screen_name": "etrepum", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 315, "name": "Bob Ippolito", "profile_use_background_image": true, "description": "@playfig cofounder/CTO. @missionbit board member & lead instructor. Former founder/CTO of Mochi Media. Open source python/js/erlang/haskell/obj-c/ruby developer", "url": "http://t.co/8Z9JtvGN55", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635615219218190336/mhDIVRPn_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Feb 06 09:23:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635615219218190336/mhDIVRPn_normal.jpg", "favourites_count": 5819, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685542014901862400", "id": 685542014901862400, "text": "Not infrequently I wish slide presentations had not replaced the memo. Makes visual what should be text.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:22:07 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685543293849976832", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bltroutwine", "id_str": "298541778", "id": 298541778, "indices": [3, 15], "name": "Brian L. Troutwine"}]}, "created_at": "Fri Jan 08 19:27:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685543293849976832, "text": "RT @bltroutwine: Not infrequently I wish slide presentations had not replaced the memo. Makes visual what should be text.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 755178, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 11505, "profile_banner_url": "https://pbs.twimg.com/profile_banners/755178/1353725023", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "19315174", "following": false, "friends_count": 123, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000157221152/Pto1E_cS.png", "notifications": false, "profile_sidebar_fill_color": "96C6ED", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 798506, "location": "Redmond, WA", "screen_name": "MicrosoftEdge", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5871, "name": "Microsoft Edge", "profile_use_background_image": false, "description": "The official Twitter handle for Microsoft Edge, the new browser from Microsoft.", "url": null, "profile_text_color": "453C3C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626182170575421441/rEo9xeQt_normal.png", "profile_background_color": "3B94D9", "created_at": "Wed Jan 21 23:42:14 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626182170575421441/rEo9xeQt_normal.png", "favourites_count": 23, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685504215343443968", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "display_url": "pic.twitter.com/v6YqGwUtih", "id_str": "685503595572101120", "expanded_url": "http://twitter.com/WindowsCanada/status/685504215343443968/video/1", "id": 685503595572101120, "url": "https://t.co/v6YqGwUtih"}], "symbols": [], "urls": [{"display_url": "aka.ms/Xwzpnt", "url": "https://t.co/g4IP0j7aDz", "expanded_url": "http://aka.ms/Xwzpnt", "indices": [81, 104]}], "hashtags": [{"text": "Winning", "indices": [56, 64]}, {"text": "MicrosoftEdge", "indices": [66, 80]}], "user_mentions": []}, "created_at": "Fri Jan 08 16:51:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685504215343443968, "text": "The purrrrfect way to stay distraction free. Talk about #Winning. #MicrosoftEdge https://t.co/g4IP0j7aDz https://t.co/v6YqGwUtih", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685576467468677120", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "source_status_id_str": "685504215343443968", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "source_user_id_str": "164457546", "id_str": "685503595572101120", "id": 685503595572101120, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "type": "photo", "indices": [124, 140], "source_status_id": 685504215343443968, "source_user_id": 164457546, "display_url": "pic.twitter.com/v6YqGwUtih", "expanded_url": "http://twitter.com/WindowsCanada/status/685504215343443968/video/1", "url": "https://t.co/v6YqGwUtih"}], "symbols": [], "urls": [{"display_url": "aka.ms/Xwzpnt", "url": "https://t.co/g4IP0j7aDz", "expanded_url": "http://aka.ms/Xwzpnt", "indices": [100, 123]}], "hashtags": [{"text": "Winning", "indices": [75, 83]}, {"text": "MicrosoftEdge", "indices": [85, 99]}], "user_mentions": [{"screen_name": "WindowsCanada", "id_str": "164457546", "id": 164457546, "indices": [3, 17], "name": "Windows Canada"}]}, "created_at": "Fri Jan 08 21:39:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685576467468677120, "text": "RT @WindowsCanada: The purrrrfect way to stay distraction free. Talk about #Winning. #MicrosoftEdge https://t.co/g4IP0j7aDz https://t.co/v6\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 19315174, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000157221152/Pto1E_cS.png", "statuses_count": 1205, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19315174/1438621793", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "77343214", "following": false, "friends_count": 1042, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danabauer.github.io", "url": "http://t.co/qTVR3d3mlq", "expanded_url": "http://danabauer.github.io/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "424F98", "geo_enabled": true, "followers_count": 2467, "location": "Philly (mostly)", "screen_name": "agentdana", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 203, "name": "Dana Bauer", "profile_use_background_image": false, "description": "Geographer, Pythonista, open data enthusiast, mom to a future astronaut. I work at Planet Labs.", "url": "http://t.co/qTVR3d3mlq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662039893758124032/gywAF5t5_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Sep 25 23:48:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662039893758124032/gywAF5t5_normal.jpg", "favourites_count": 12277, "status": {"in_reply_to_status_id": 685597724864081922, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "taramurtha", "in_reply_to_user_id": 24011702, "in_reply_to_status_id_str": "685597724864081922", "in_reply_to_user_id_str": "24011702", "truncated": false, "id_str": "685598350121529344", "id": 685598350121529344, "text": "@taramurtha gaaaahhhhhh", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "taramurtha", "id_str": "24011702", "id": 24011702, "indices": [0, 11], "name": "Tara Murtha"}]}, "created_at": "Fri Jan 08 23:05:59 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 77343214, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4395, "profile_banner_url": "https://pbs.twimg.com/profile_banners/77343214/1444143700", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1141081634", "following": false, "friends_count": 90, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dev.modern.ie", "url": "http://t.co/r0F7MBTxRE", "expanded_url": "http://dev.modern.ie/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/595715872586539008/TmnuSkGi.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0078D7", "geo_enabled": true, "followers_count": 57823, "location": "Redmond, WA", "screen_name": "MSEdgeDev", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 741, "name": "Microsoft Edge Dev", "profile_use_background_image": true, "description": "Official news and updates from the Microsoft Web Platform team on #MicrosoftEdge and #InternetExplorer", "url": "http://t.co/r0F7MBTxRE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615660764842430465/VNNF2rAI_normal.png", "profile_background_color": "282828", "created_at": "Sat Feb 02 00:26:21 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615660764842430465/VNNF2rAI_normal.png", "favourites_count": 146, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685516791003533312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "channel9.msdn.com/Blogs/One-Dev-\u2026", "url": "https://t.co/tL4lVK9BLo", "expanded_url": "https://channel9.msdn.com/Blogs/One-Dev-Minute/Building-Websites-and-UWP-Apps-with-a-Yeoman-Generator", "indices": [71, 94]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:41:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685516791003533312, "text": "One Dev Minute: Building websites and UWP apps with a Yeoman generator https://t.co/tL4lVK9BLo", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1141081634, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/595715872586539008/TmnuSkGi.png", "statuses_count": 1681, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1141081634/1430352524", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13348", "following": false, "friends_count": 53207, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/RobertScoble", "url": "https://t.co/TZTxRbMttp", "expanded_url": "https://facebook.com/RobertScoble", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/581187091867926529/35HvDGup.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 484965, "location": "Half Moon Bay, California, USA", "screen_name": "Scobleizer", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 25249, "name": "Robert Scoble", "profile_use_background_image": true, "description": "@Rackspace's Futurist searches the world looking for what's happening on the bleeding edge of technology and brings that learning to the Internet.", "url": "https://t.co/TZTxRbMttp", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675812624999669761/cXYLehYz_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Nov 20 23:43:44 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675812624999669761/cXYLehYz_normal.jpg", "favourites_count": 62360, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685589440765407232", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "display_url": "pic.twitter.com/sMEhdHTceR", "id_str": "685589432909467648", "expanded_url": "http://twitter.com/willobrien/status/685589440765407232/photo/1", "id": 685589432909467648, "url": "https://t.co/sMEhdHTceR"}], "symbols": [], "urls": [{"display_url": "bit.ly/1K3q0PT", "url": "https://t.co/sXih7Q0R2J", "expanded_url": "http://bit.ly/1K3q0PT", "indices": [55, 78]}], "hashtags": [{"text": "CES", "indices": [50, 54]}], "user_mentions": [{"screen_name": "richardbranson", "id_str": "8161232", "id": 8161232, "indices": [94, 109], "name": "Richard Branson"}]}, "created_at": "Fri Jan 08 22:30:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685589440765407232, "text": "Tune in now LIVE to the Extreme Tech Challenge at #CES https://t.co/sXih7Q0R2J. Winners pitch @richardbranson https://t.co/sMEhdHTceR", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593198958264320", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685589440765407232", "media_url": "http://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "source_user_id_str": "6853442", "id_str": "685589432909467648", "id": 685589432909467648, "media_url_https": "https://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 685589440765407232, "source_user_id": 6853442, "display_url": "pic.twitter.com/sMEhdHTceR", "expanded_url": "http://twitter.com/willobrien/status/685589440765407232/photo/1", "url": "https://t.co/sMEhdHTceR"}], "symbols": [], "urls": [{"display_url": "bit.ly/1K3q0PT", "url": "https://t.co/sXih7Q0R2J", "expanded_url": "http://bit.ly/1K3q0PT", "indices": [71, 94]}], "hashtags": [{"text": "CES", "indices": [66, 70]}], "user_mentions": [{"screen_name": "willobrien", "id_str": "6853442", "id": 6853442, "indices": [3, 14], "name": "Will O'Brien"}, {"screen_name": "richardbranson", "id_str": "8161232", "id": 8161232, "indices": [110, 125], "name": "Richard Branson"}]}, "created_at": "Fri Jan 08 22:45:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593198958264320, "text": "RT @willobrien: Tune in now LIVE to the Extreme Tech Challenge at #CES https://t.co/sXih7Q0R2J. Winners pitch @richardbranson https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13348, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/581187091867926529/35HvDGup.jpg", "statuses_count": 67747, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13348/1450153194", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "84699828", "following": false, "friends_count": 2258, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 7005, "location": "", "screen_name": "barb_oconnor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 65, "name": "Barbara O'Connor", "profile_use_background_image": true, "description": "Girl next door mash-up :) Technology lover and biz dev aficionado. #Runner,#SUP boarder,#cyclist,#mother, dog lover, & US#Marine. Tweets=mine", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629751583232905216/J6tqmAD0_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Oct 23 21:58:22 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629751583232905216/J6tqmAD0_normal.jpg", "favourites_count": 67, "status": {"retweet_count": 183, "retweeted_status": {"retweet_count": 183, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685501440639516673", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cainc.to/yArk3o", "url": "https://t.co/DG3FPs9ryJ", "expanded_url": "http://cainc.to/yArk3o", "indices": [100, 123]}], "hashtags": [], "user_mentions": [{"screen_name": "OttoBerkes", "id_str": "192448160", "id": 192448160, "indices": [30, 41], "name": "Otto Berkes"}, {"screen_name": "TheEbizWizard", "id_str": "16290014", "id": 16290014, "indices": [70, 84], "name": "Jason Bloomberg"}, {"screen_name": "ForbesTech", "id_str": "14885549", "id": 14885549, "indices": [88, 99], "name": "Forbes Tech News"}]}, "created_at": "Fri Jan 08 16:40:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685501440639516673, "text": "From Xbox to the Enterprise - @OttoBerkes is a digital influencer via @TheEbizWizard at @ForbesTech https://t.co/DG3FPs9ryJ", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "SocialFlow"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685541320170029056", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cainc.to/yArk3o", "url": "https://t.co/DG3FPs9ryJ", "expanded_url": "http://cainc.to/yArk3o", "indices": [111, 134]}], "hashtags": [], "user_mentions": [{"screen_name": "CAinc", "id_str": "14790085", "id": 14790085, "indices": [3, 9], "name": "CA Technologies"}, {"screen_name": "OttoBerkes", "id_str": "192448160", "id": 192448160, "indices": [41, 52], "name": "Otto Berkes"}, {"screen_name": "TheEbizWizard", "id_str": "16290014", "id": 16290014, "indices": [81, 95], "name": "Jason Bloomberg"}, {"screen_name": "ForbesTech", "id_str": "14885549", "id": 14885549, "indices": [99, 110], "name": "Forbes Tech News"}]}, "created_at": "Fri Jan 08 19:19:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685541320170029056, "text": "RT @CAinc: From Xbox to the Enterprise - @OttoBerkes is a digital influencer via @TheEbizWizard at @ForbesTech https://t.co/DG3FPs9ryJ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "GaggleAMP"}, "default_profile_image": false, "id": 84699828, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1939, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84699828/1440076545", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "539153822", "following": false, "friends_count": 8, "entities": {"description": {"urls": [{"display_url": "github.com/contact", "url": "https://t.co/O4Rsiuqv", "expanded_url": "https://github.com/contact", "indices": [54, 75]}]}, "url": {"urls": [{"display_url": "developer.github.com", "url": "http://t.co/WSCoZacuEW", "expanded_url": "http://developer.github.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 8330, "location": "SF", "screen_name": "GitHubAPI", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 246, "name": "GitHub API", "profile_use_background_image": true, "description": "GitHub API announcements. Send feedback/questions to https://t.co/O4Rsiuqv", "url": "http://t.co/WSCoZacuEW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1978599420/electrocat_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 28 15:52:25 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1978599420/electrocat_normal.png", "favourites_count": 9, "status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684448831757500416", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "developer.github.com/changes/2016-0\u2026", "url": "https://t.co/kZjASxXV1N", "expanded_url": "https://developer.github.com/changes/2016-01-05-api-enhancements-for-working-with-organization-permissions-are-now-official/", "indices": [76, 99]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 18:58:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684448831757500416, "text": "API enhancements for working with organization permissions are now official https://t.co/kZjASxXV1N", "coordinates": null, "retweeted": false, "favorite_count": 19, "contributors": null, "source": "Hubot @GitHubAPI Integration"}, "default_profile_image": false, "id": 539153822, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 431, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "309528017", "following": false, "friends_count": 91, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "npmjs.org", "url": "http://t.co/Yr2xkfPzXd", "expanded_url": "http://npmjs.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/263078148/npm-64-square.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "CB3837", "geo_enabled": false, "followers_count": 56429, "location": "oakland, ca", "screen_name": "npmjs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1130, "name": "npmbot", "profile_use_background_image": false, "description": "i'm the package manager for javascript. problems? try @npm_support and #npm on freenode.", "url": "http://t.co/Yr2xkfPzXd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2536744912/lejvzrnlpb308aftn31u_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jun 02 07:20:53 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2536744912/lejvzrnlpb308aftn31u_normal.png", "favourites_count": 195, "status": {"retweet_count": 17, "retweeted_status": {"retweet_count": 17, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685257850961014784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/npm/npm/releas\u2026", "url": "https://t.co/BL0ttn3fLO", "expanded_url": "https://github.com/npm/npm/releases/tag/v3.5.4", "indices": [121, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "npmjs", "id_str": "309528017", "id": 309528017, "indices": [4, 10], "name": "npmbot"}]}, "created_at": "Fri Jan 08 00:32:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685257850961014784, "text": "New @npmjs\u203c For the new year we're eating our vegetables: docs & green tests \ud83d\ude01\n\nnext: 3.5.4\ncurrent: 3.5.3\n\nDetails: https://t.co/BL0ttn3fLO", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685258201831309312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/npm/npm/releas\u2026", "url": "https://t.co/BL0ttn3fLO", "expanded_url": "https://github.com/npm/npm/releases/tag/v3.5.4", "indices": [143, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "ReBeccaOrg", "id_str": "579491588", "id": 579491588, "indices": [3, 14], "name": "Rebecca v7.3.2"}, {"screen_name": "npmjs", "id_str": "309528017", "id": 309528017, "indices": [20, 26], "name": "npmbot"}]}, "created_at": "Fri Jan 08 00:34:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685258201831309312, "text": "RT @ReBeccaOrg: New @npmjs\u203c For the new year we're eating our vegetables: docs & green tests \ud83d\ude01\n\nnext: 3.5.4\ncurrent: 3.5.3\n\nDetails: https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 309528017, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/263078148/npm-64-square.png", "statuses_count": 2512, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "785764172", "following": false, "friends_count": 3, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "status.github.com", "url": "http://t.co/efPUg9pga5", "expanded_url": "http://status.github.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 29278, "location": "", "screen_name": "githubstatus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 669, "name": "GitHub Status", "profile_use_background_image": true, "description": "", "url": "http://t.co/efPUg9pga5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2577880769/687474703a2f2f636c2e6c792f696d6167652f337330463237324b3254324c2f636f6e74656e74_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Aug 28 00:04:59 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2577880769/687474703a2f2f636c2e6c792f696d6167652f337330463237324b3254324c2f636f6e74656e74_normal.png", "favourites_count": 3, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685287597560696833", "id": 685287597560696833, "text": "Everything operating normally.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:31:09 +0000 2016", "source": "OctoStatus Production", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 785764172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 929, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "82874321", "following": false, "friends_count": 1136, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.amber.org", "url": "https://t.co/hvvj9vghmG", "expanded_url": "http://blog.amber.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 840, "location": "Seattle, WA", "screen_name": "petrillic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 121, "name": "Security Therapist", "profile_use_background_image": true, "description": "Social Justice _________. Nerd. Tinkerer. General trouble maker. Always learning more useless things. Homo sum humani a me nihil alienum puto.", "url": "https://t.co/hvvj9vghmG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676244054850461696/R1tkjvAO_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Fri Oct 16 13:11:25 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676244054850461696/R1tkjvAO_normal.jpg", "favourites_count": 3414, "status": {"in_reply_to_status_id": 685613961148936193, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "seattlish", "in_reply_to_user_id": 1589747622, "in_reply_to_status_id_str": "685613961148936193", "in_reply_to_user_id_str": "1589747622", "truncated": false, "id_str": "685614336455254016", "id": 685614336455254016, "text": "@seattlish can we all just drive out there and line up to smack him? It doesn\u2019t solve the problem, unfortunately.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "seattlish", "id_str": "1589747622", "id": 1589747622, "indices": [0, 10], "name": "Seattlish"}]}, "created_at": "Sat Jan 09 00:09:30 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 82874321, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 52179, "profile_banner_url": "https://pbs.twimg.com/profile_banners/82874321/1418621071", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "6297412", "following": false, "friends_count": 818, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "redmonk.com", "url": "http://t.co/U63YEc1eN4", "expanded_url": "http://redmonk.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1019, "location": "London", "screen_name": "fintanr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 118, "name": "Fintan Ryan", "profile_use_background_image": true, "description": "Industry analyst @redmonk. Business, technology, communities, data, platforms and occasional interjections.", "url": "http://t.co/U63YEc1eN4", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/646431855953244161/mbkUpu6z_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu May 24 21:58:29 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/646431855953244161/mbkUpu6z_normal.jpg", "favourites_count": 1036, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685422437757005824", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mamamia.com.au/rules-for-visi\u2026", "url": "https://t.co/3yc87RdloV", "expanded_url": "http://www.mamamia.com.au/rules-for-visiting-a-newborn/", "indices": [49, 72]}], "hashtags": [], "user_mentions": [{"screen_name": "sogrady", "id_str": "143883", "id": 143883, "indices": [83, 91], "name": "steve o'grady"}, {"screen_name": "girltuesday", "id_str": "16833482", "id": 16833482, "indices": [96, 108], "name": "mko'g"}]}, "created_at": "Fri Jan 08 11:26:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685422437757005824, "text": "Two and a bit weeks in, and this reads so well.. https://t.co/3yc87RdloV, thinking @sogrady and @girltuesday may enjoy reading this too :).", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6297412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4240, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6297412/1393521949", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "29170474", "following": false, "friends_count": 227, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sirupsen.com", "url": "http://t.co/lGprTMnO09", "expanded_url": "http://sirupsen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "F7F7F7", "profile_link_color": "0066AA", "geo_enabled": true, "followers_count": 3304, "location": "Ottawa, Canada", "screen_name": "Sirupsen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 133, "name": "Simon Eskildsen", "profile_use_background_image": false, "description": "WebScale @Shopify. Canadian in training.", "url": "http://t.co/lGprTMnO09", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603925619542491138/O12EnXHK_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Apr 06 09:15:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EFEFEF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603925619542491138/O12EnXHK_normal.jpg", "favourites_count": 1073, "status": {"in_reply_to_status_id": 685581732322668544, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/38d5974e82ed1a6c.json", "country": "Canada", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-76.353876, 44.961937], [-75.246407, 44.961937], [-75.246407, 45.534511], [-76.353876, 45.534511]]], "type": "Polygon"}, "full_name": "Ottawa, Ontario", "contained_within": [], "country_code": "CA", "id": "38d5974e82ed1a6c", "name": "Ottawa"}, "in_reply_to_screen_name": "jnunemaker", "in_reply_to_user_id": 4243, "in_reply_to_status_id_str": "685581732322668544", "in_reply_to_user_id_str": "4243", "truncated": false, "id_str": "685594548618182656", "id": 685594548618182656, "text": "@jnunemaker Circuit breakers <3 Curious why you ended up building your own over using Semian's?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jnunemaker", "id_str": "4243", "id": 4243, "indices": [0, 11], "name": "John Nunemaker"}]}, "created_at": "Fri Jan 08 22:50:52 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29170474, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10223, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29170474/1379296952", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15911738", "following": false, "friends_count": 1688, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ryandlane.com", "url": "http://t.co/eD11mzD1mC", "expanded_url": "http://ryandlane.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1554, "location": "San Francisco, CA", "screen_name": "SquidDLane", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 108, "name": "Ryan Lane", "profile_use_background_image": true, "description": "DevOps Engineer at Lyft, Site Operations volunteer at Wikimedia Foundation and SaltStack volunteer Developer.", "url": "http://t.co/eD11mzD1mC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/611423341174370306/r3pUltM7_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Aug 20 00:39:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/611423341174370306/r3pUltM7_normal.jpg", "favourites_count": 26, "status": {"in_reply_to_status_id": 685203908256370688, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "SquidDLane", "in_reply_to_user_id": 15911738, "in_reply_to_status_id_str": "685203908256370688", "in_reply_to_user_id_str": "15911738", "truncated": false, "id_str": "685204036606234624", "id": 685204036606234624, "text": "@tmclaughbos time to make a boto3_asg execution module ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tmclaughbos", "id_str": "740920470", "id": 740920470, "indices": [0, 12], "name": "Tom McLaughlin"}]}, "created_at": "Thu Jan 07 20:59:07 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15911738, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4934, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1442355080", "following": false, "friends_count": 556, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 604, "location": "Pittsburgh, PA", "screen_name": "emdantrim", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "hOI!!!! i'm emmie!!!", "profile_use_background_image": true, "description": "I type special words that computers sometimes find meaning in. my words are mine. she. @travisci", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661063298050232320/OojSihMi_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun May 19 22:47:02 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661063298050232320/OojSihMi_normal.jpg", "favourites_count": 7314, "status": {"in_reply_to_status_id": 685613356603031552, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "wilkieii", "in_reply_to_user_id": 17047955, "in_reply_to_status_id_str": "685613356603031552", "in_reply_to_user_id_str": "17047955", "truncated": false, "id_str": "685613747482800129", "id": 685613747482800129, "text": "@wilkieii if you build an application that does this for you, twitter will send you a cease and desist and then implement the feature", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wilkieii", "id_str": "17047955", "id": 17047955, "indices": [0, 9], "name": "wilkie"}]}, "created_at": "Sat Jan 09 00:07:10 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1442355080, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6202, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1442355080/1450668537", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11764", "following": false, "friends_count": 61, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cdevroe.com", "url": "http://t.co/1iJmxH8GUB", "expanded_url": "http://cdevroe.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/382727777/pattern_102.gif", "notifications": false, "profile_sidebar_fill_color": "999999", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 3740, "location": "Jermyn, PA USA", "screen_name": "cdevroe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 179, "name": "Colin Devroe", "profile_use_background_image": false, "description": "Pronounced: See-Dev-Roo. Co-founder of @plainmade & @coalwork. JW. Kayaker.", "url": "http://t.co/1iJmxH8GUB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662011814197133312/cVL3hg5q_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Nov 08 03:01:15 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662011814197133312/cVL3hg5q_normal.jpg", "favourites_count": 10667, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679337835888058368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "plainmade.com/blog/14578/lin\u2026", "url": "https://t.co/XgBYYftnu4", "expanded_url": "http://plainmade.com/blog/14578/links-from-last-week-9", "indices": [23, 46]}], "hashtags": [], "user_mentions": [{"screen_name": "deathtostock", "id_str": "1727323538", "id": 1727323538, "indices": [51, 64], "name": "Death To Stock"}, {"screen_name": "jaredsinclair", "id_str": "15004156", "id": 15004156, "indices": [66, 80], "name": "Jared Sinclair"}, {"screen_name": "RyanClarkDH", "id_str": "596003901", "id": 596003901, "indices": [83, 95], "name": "Ryan Clark"}, {"screen_name": "miguelrios", "id_str": "14717846", "id": 14717846, "indices": [97, 108], "name": "Miguel Rios"}, {"screen_name": "aimeeshiree", "id_str": "14347487", "id": 14347487, "indices": [110, 122], "name": "aimeeshiree"}, {"screen_name": "nathanaeljm", "id_str": "97536835", "id": 97536835, "indices": [124, 136], "name": "Nathanael J Mehrens"}]}, "created_at": "Tue Dec 22 16:28:56 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679337835888058368, "text": "Links from Last Week 9 https://t.co/XgBYYftnu4\n\nw/ @deathtostock, @jaredsinclair, @RyanClarkDH, @miguelrios, @aimeeshiree, @nathanaeljm", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679340399832522752", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "plainmade.com/blog/14578/lin\u2026", "url": "https://t.co/XgBYYftnu4", "expanded_url": "http://plainmade.com/blog/14578/links-from-last-week-9", "indices": [38, 61]}], "hashtags": [], "user_mentions": [{"screen_name": "plainmade", "id_str": "977048040", "id": 977048040, "indices": [3, 13], "name": "Plain"}, {"screen_name": "deathtostock", "id_str": "1727323538", "id": 1727323538, "indices": [66, 79], "name": "Death To Stock"}, {"screen_name": "jaredsinclair", "id_str": "15004156", "id": 15004156, "indices": [81, 95], "name": "Jared Sinclair"}, {"screen_name": "RyanClarkDH", "id_str": "596003901", "id": 596003901, "indices": [98, 110], "name": "Ryan Clark"}, {"screen_name": "miguelrios", "id_str": "14717846", "id": 14717846, "indices": [112, 123], "name": "Miguel Rios"}, {"screen_name": "aimeeshiree", "id_str": "14347487", "id": 14347487, "indices": [125, 137], "name": "aimeeshiree"}, {"screen_name": "nathanaeljm", "id_str": "97536835", "id": 97536835, "indices": [139, 140], "name": "Nathanael J Mehrens"}]}, "created_at": "Tue Dec 22 16:39:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679340399832522752, "text": "RT @plainmade: Links from Last Week 9 https://t.co/XgBYYftnu4\n\nw/ @deathtostock, @jaredsinclair, @RyanClarkDH, @miguelrios, @aimeeshiree, \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 11764, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/382727777/pattern_102.gif", "statuses_count": 42666, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11764/1444176827", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "13332442", "following": false, "friends_count": 337, "entities": {"description": {"urls": [{"display_url": "flickr.com/photos/mikepan\u2026", "url": "https://t.co/gIfppzqMQO", "expanded_url": "http://www.flickr.com/photos/mikepanchenko/11139648213/", "indices": [117, 140]}]}, "url": {"urls": [{"display_url": "mihasya.com", "url": "http://t.co/8ZVGv5uCcl", "expanded_url": "http://mihasya.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/321246618/UnicornMermaid1.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 842, "location": "The steak by the m'lake", "screen_name": "mihasya", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 52, "name": "Pancakes", "profile_use_background_image": true, "description": "making a career of naming projects after foods @newrelic. Formerly @opsmatic @urbanairship @simplegeo @flickr @yahoo https://t.co/gIfppzqMQO", "url": "http://t.co/8ZVGv5uCcl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629345050024112128/x-Rs_MoH_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Feb 11 03:13:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629345050024112128/x-Rs_MoH_normal.png", "favourites_count": 913, "status": {"in_reply_to_status_id": 684832544966103040, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "polotek", "in_reply_to_user_id": 20079975, "in_reply_to_status_id_str": "684832544966103040", "in_reply_to_user_id_str": "20079975", "truncated": false, "id_str": "685606078638243841", "id": 685606078638243841, "text": "@polotek I cannot convey in text the size of the CONGRATS I'd like to send your way. Also that birth story was intense y'all are both champs", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "polotek", "id_str": "20079975", "id": 20079975, "indices": [0, 8], "name": "Marco Rogers"}]}, "created_at": "Fri Jan 08 23:36:41 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13332442, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/321246618/UnicornMermaid1.jpg", "statuses_count": 9830, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13332442/1437710921", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "212199251", "following": false, "friends_count": 155, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "orkjern.com", "url": "https://t.co/cJoUSHfCc3", "expanded_url": "https://orkjern.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 170, "location": "Norway", "screen_name": "orkj", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "eiriksm", "profile_use_background_image": false, "description": "All about Drupal, JS and good beer.", "url": "https://t.co/cJoUSHfCc3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1652448910/1432042002_normal.jpg", "profile_background_color": "A1A1A1", "created_at": "Fri Nov 05 12:15:41 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1652448910/1432042002_normal.jpg", "favourites_count": 207, "status": {"retweet_count": 0, "in_reply_to_user_id": 2154622149, "possibly_sensitive": false, "id_str": "685442655992451072", "in_reply_to_user_id_str": "2154622149", "entities": {"media": [{"sizes": {"large": {"w": 673, "h": 221, "resize": "fit"}, "small": {"w": 340, "h": 111, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 197, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMudowWcAAZ7EK.png", "type": "photo", "indices": [77, 100], "media_url": "http://pbs.twimg.com/media/CYMudowWcAAZ7EK.png", "display_url": "pic.twitter.com/403urs6oC3", "id_str": "685442654981746688", "expanded_url": "http://twitter.com/orkj/status/685442655992451072/photo/1", "id": 685442654981746688, "url": "https://t.co/403urs6oC3"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "torbmorland", "id_str": "2154622149", "id": 2154622149, "indices": [0, 12], "name": "Torbj\u00f8rn Morland"}, {"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [13, 20], "name": "GitHub"}]}, "created_at": "Fri Jan 08 12:47:18 +0000 2016", "favorited": false, "in_reply_to_status_id": 685416670555443200, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "torbmorland", "in_reply_to_status_id_str": "685416670555443200", "truncated": false, "id": 685442655992451072, "text": "@torbmorland @github While you are at it, please create this project as well https://t.co/403urs6oC3", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 212199251, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 318, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24659495", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/bcoe", "url": "https://t.co/oVbQkCBHsB", "expanded_url": "https://github.com/bcoe", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453387989779902465/21ShBGqR.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1331, "location": "San Francisco", "screen_name": "BenjaminCoe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 93, "name": "Benjamin Coe", "profile_use_background_image": true, "description": "I'm a street walking cheetah with a heart full of napalm. Co-founded @attachmentsme, currently hacks up a storm @npmjs. Aspiring human.", "url": "https://t.co/oVbQkCBHsB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682797648097640449/qU5j-zeb_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Mar 16 06:23:28 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682797648097640449/qU5j-zeb_normal.jpg", "favourites_count": 2517, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685252262696861697", "id": 685252262696861697, "text": "I've been watching greenkeeper.io get a ton of traction across many of the projects I contribute to, wonderful idea @boennemann \\o/", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "boennemann", "id_str": "37506335", "id": 37506335, "indices": [116, 127], "name": "Stephan B\u00f6nnemann"}]}, "created_at": "Fri Jan 08 00:10:45 +0000 2016", "source": "Twitter Web Client", "favorite_count": 13, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 24659495, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453387989779902465/21ShBGqR.jpeg", "statuses_count": 3524, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "18210275", "following": false, "friends_count": 235, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "HelloJustine.com", "url": "http://t.co/9NRKpNO5Cj", "expanded_url": "http://HelloJustine.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445981363426955264/XCu3Jw7N.png", "notifications": false, "profile_sidebar_fill_color": "E8E6DF", "profile_link_color": "2EC29D", "geo_enabled": true, "followers_count": 2243, "location": "Where the Wild Things Are", "screen_name": "SaltineJustine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 122, "name": "Justine Arreche", "profile_use_background_image": true, "description": "I never met a deep fryer I didn't like \u2014 Lead Clipart Strategist at @travisci.", "url": "http://t.co/9NRKpNO5Cj", "profile_text_color": "404040", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664836755489619968/GHInMYMD_normal.jpg", "profile_background_color": "242424", "created_at": "Thu Dec 18 06:09:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664836755489619968/GHInMYMD_normal.jpg", "favourites_count": 18042, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685601535380832256", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtube.com/watch?v=3uT4RV\u2026", "url": "https://t.co/shfgUir3HQ", "expanded_url": "https://www.youtube.com/watch?v=3uT4RV2Dfjs", "indices": [56, 79]}], "hashtags": [], "user_mentions": [{"screen_name": "lstoll", "id_str": "59282163", "id": 59282163, "indices": [46, 53], "name": "Kernel Sanders"}]}, "created_at": "Fri Jan 08 23:18:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0eb9676d24b211f1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-81.877771, 41.392684], [-81.5331634, 41.392684], [-81.5331634, 41.599195], [-81.877771, 41.599195]]], "type": "Polygon"}, "full_name": "Cleveland, OH", "contained_within": [], "country_code": "US", "id": "0eb9676d24b211f1", "name": "Cleveland"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685601535380832256, "text": "Friday evening beats brought to you by me and @lstoll \u2014 https://t.co/shfgUir3HQ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18210275, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445981363426955264/XCu3Jw7N.png", "statuses_count": 23373, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18210275/1437218808", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "11848", "following": false, "friends_count": 2306, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/thisisdeb", "url": "http://t.co/JKlV7BRnzd", "expanded_url": "http://about.me/thisisdeb", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 9038, "location": "SF & NYC", "screen_name": "debs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 734, "name": "debs", "profile_use_background_image": false, "description": "Living at intersection of people, tech, design & horses | Technology changes, humans don't |\r\nCo-founder @yxyy @tummelvision @ILEquestrian", "url": "http://t.co/JKlV7BRnzd", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1302642444/avataruse2011_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Nov 08 17:47:14 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1302642444/avataruse2011_normal.jpg", "favourites_count": 1096, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685226261308784644", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "fb.me/76u9wdYOo", "url": "https://t.co/FXGpjqARuU", "expanded_url": "http://fb.me/76u9wdYOo", "indices": [104, 127]}], "hashtags": [{"text": "yxyy", "indices": [134, 139]}], "user_mentions": [{"screen_name": "jboitnott", "id_str": "14486811", "id": 14486811, "indices": [34, 44], "name": "John Boitnott"}, {"screen_name": "YxYY", "id_str": "1232029844", "id": 1232029844, "indices": [128, 133], "name": "Yes and Yes Yes"}]}, "created_at": "Thu Jan 07 22:27:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685226261308784644, "text": "Thanks for the shout out John! RT @jboitnott: Why Many Tech Execs Are Skipping the Consumer Electronics https://t.co/FXGpjqARuU @yxyy #yxyy", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 11848, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 13886, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11848/1414180455", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15662622", "following": false, "friends_count": 4657, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@stevenewcomb", "url": "https://t.co/l86N09uJWv", "expanded_url": "http://www.medium.com/@stevenewcomb", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 29589, "location": "San Francisco, CA", "screen_name": "stevenewcomb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 676, "name": "stevenewcomb", "profile_use_background_image": true, "description": "founder @befamous \u2022 founder @powerset (now MSFT Bing) \u2022 board Node.js \u2022 designer \u2022 ux \u2022 ui", "url": "https://t.co/l86N09uJWv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2630739604/08d6cc231d487fd5d04566f8e149ee38_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jul 30 16:55:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2630739604/08d6cc231d487fd5d04566f8e149ee38_normal.jpeg", "favourites_count": 86, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": {"url": "https://api.twitter.com/1.1/geo/id/5ef5b7f391e30aff.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.324818, 37.8459532], [-122.234225, 37.8459532], [-122.234225, 37.905738], [-122.324818, 37.905738]]], "type": "Polygon"}, "full_name": "Berkeley, CA", "contained_within": [], "country_code": "US", "id": "5ef5b7f391e30aff", "name": "Berkeley"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679695243453661184", "id": 679695243453661184, "text": "When I asked my grandfather if one can be both wise and immature, he said pull my finger and I'll tell you.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 23 16:09:08 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 19, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15662622, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1147, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15662622/1398732045", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14708110", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000167800554/LZjRbYWD.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 42, "location": "", "screen_name": "pease", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "Dave Pease", "profile_use_background_image": true, "description": "Father, Husband, .NET Developer at IBS, Inc.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664853157634162689/YcL3EFhB_normal.jpg", "profile_background_color": "131516", "created_at": "Fri May 09 01:18:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664853157634162689/YcL3EFhB_normal.jpg", "favourites_count": 4, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000167800554/LZjRbYWD.jpeg", "default_profile_image": false, "id": 14708110, "blocked_by": false, "profile_background_tile": true, "statuses_count": 136, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14708110/1425394211", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "133448051", "following": false, "friends_count": 79, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ussoccer.com", "url": "http://t.co/lBXZsLTYug", "expanded_url": "http://www.ussoccer.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/619270159618801664/i2k_HV0W.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 533357, "location": "United States", "screen_name": "ussoccer_wnt", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4083, "name": "U.S. Soccer WNT", "profile_use_background_image": true, "description": "U.S. Soccer's official feed for the #USWNT.", "url": "http://t.co/lBXZsLTYug", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617869619899027456/P7-sP9k3_normal.png", "profile_background_color": "E4E5E6", "created_at": "Thu Apr 15 20:39:54 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617869619899027456/P7-sP9k3_normal.png", "favourites_count": 86, "status": {"retweet_count": 195, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609673668427777", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/4ee8494e-4f5\u2026", "url": "https://t.co/DzHc1f29T6", "expanded_url": "https://amp.twimg.com/v/4ee8494e-4f5b-4062-a847-abbf85aaa21e", "indices": [119, 142]}], "hashtags": [{"text": "USWNT", "indices": [11, 17]}, {"text": "JanuaryCamp", "indices": [95, 107]}, {"text": "RoadToRio", "indices": [108, 118]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:50:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609673668427777, "text": "WATCH: the #USWNT is off & running in 2016 with its first training camp of the year in LA. #JanuaryCamp #RoadToRio\nhttps://t.co/DzHc1f29T6", "coordinates": null, "retweeted": false, "favorite_count": 534, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 133448051, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/619270159618801664/i2k_HV0W.png", "statuses_count": 13471, "profile_banner_url": "https://pbs.twimg.com/profile_banners/133448051/1436146536", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "520782355", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "squidandcrow.com", "url": "http://t.co/Iz4ZfDvOHi", "expanded_url": "http://squidandcrow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 330, "location": "Pasco, WA", "screen_name": "SquidAndCrow", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 23, "name": "Sara Quinn, Person", "profile_use_background_image": true, "description": "Thing Maker | Squid Wrangler | Free Thinker | Gamer | Friend | Occasional Meat | She/Her or They/Them", "url": "http://t.co/Iz4ZfDvOHi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616693530677764096/U_xcDaV4_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sat Mar 10 22:18:27 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616693530677764096/U_xcDaV4_normal.jpg", "favourites_count": 3128, "status": {"in_reply_to_status_id": 685540745177133058, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "duosec", "in_reply_to_user_id": 95339302, "in_reply_to_status_id_str": "685540745177133058", "in_reply_to_user_id_str": "95339302", "truncated": false, "id_str": "685592067100131330", "id": 685592067100131330, "text": "@duosec That scared me! So funny, though ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "duosec", "id_str": "95339302", "id": 95339302, "indices": [0, 7], "name": "Duo Security"}]}, "created_at": "Fri Jan 08 22:41:01 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 520782355, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 2610, "profile_banner_url": "https://pbs.twimg.com/profile_banners/520782355/1448506590", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2981041874", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "requiresafe.com", "url": "http://t.co/Gbxa8dLwYt", "expanded_url": "http://requiresafe.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 54, "location": "Richland, wa", "screen_name": "requiresafe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "requireSafe", "profile_use_background_image": true, "description": "Peace of mind for third-party Node modules. Brought to you by the @liftsecurity team and the founders of the @nodesecurity project.", "url": "http://t.co/Gbxa8dLwYt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/555158573378830336/9zqs7h2B_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jan 13 23:44:44 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/555158573378830336/9zqs7h2B_normal.png", "favourites_count": 6, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "661228477689950208", "id": 661228477689950208, "text": "If you haven't done so please switch from using requiresafe to using nsp. The infrastructure will be taken down today.\n\nnpm i nsp -g", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 02 17:08:48 +0000 2015", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2981041874, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 25, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15445975", "following": false, "friends_count": 600, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paddy.io", "url": "http://t.co/lLVQ2zF195", "expanded_url": "http://paddy.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 879, "location": "Richland, WA", "screen_name": "paddyforan", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 95, "name": "Paddy", "profile_use_background_image": true, "description": "\u201cof Paddy & Ethan\u201d", "url": "http://t.co/lLVQ2zF195", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433766988179963904/MjnoKMzP_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Tue Jul 15 21:02:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433766988179963904/MjnoKMzP_normal.jpeg", "favourites_count": 2760, "status": {"in_reply_to_status_id": 685493379812098049, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0dd0c9c93b5519e1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-119.348075, 46.164988], [-119.211248, 46.164988], [-119.211248, 46.3513671], [-119.348075, 46.3513671]]], "type": "Polygon"}, "full_name": "Richland, WA", "contained_within": [], "country_code": "US", "id": "0dd0c9c93b5519e1", "name": "Richland"}, "in_reply_to_screen_name": "wraithgar", "in_reply_to_user_id": 36700219, "in_reply_to_status_id_str": "685493379812098049", "in_reply_to_user_id_str": "36700219", "truncated": false, "id_str": "685515588530126850", "id": 685515588530126850, "text": "@wraithgar saaaaame", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [0, 10], "name": "Gar"}]}, "created_at": "Fri Jan 08 17:37:07 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15445975, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 39215, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15445975/1403466417", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2511636140", "following": false, "friends_count": 159, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "heatherloui.se", "url": "https://t.co/8kOnavMn2N", "expanded_url": "http://heatherloui.se", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "077A7A", "geo_enabled": false, "followers_count": 103, "location": "Claremont, CA", "screen_name": "one000mph", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 11, "name": "Heather", "profile_use_background_image": true, "description": "Adventurer. Connoisseur Of Fine Teas. Collector of Outrageous Hats. STEM. Yogi.", "url": "https://t.co/8kOnavMn2N", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/468983792628011008/bmZ6KUyZ_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed May 21 05:02:13 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468983792628011008/bmZ6KUyZ_normal.jpeg", "favourites_count": 53, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "666510529041575936", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "top13.net/funny-jerk-cat\u2026", "url": "https://t.co/cQ4rAKpy5O", "expanded_url": "http://www.top13.net/funny-jerk-cats-dont-respect-personal-space/", "indices": [0, 23]}], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [24, 34], "name": "Gar"}]}, "created_at": "Tue Nov 17 06:57:47 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 666510529041575936, "text": "https://t.co/cQ4rAKpy5O @wraithgar", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2511636140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 60, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2511636140/1400652181", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3332249974", "following": false, "friends_count": 382, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2292, "location": "", "screen_name": "opsecanimals", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 74, "name": "OpSec Animals", "profile_use_background_image": true, "description": "Animal OPSEC. The animals that teach and encourage good security practices. Boutique Animal Security Consultancy.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657021265060823040/H2vfDx4Q_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 18 06:10:24 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657021265060823040/H2vfDx4Q_normal.jpg", "favourites_count": 1187, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685591424625184769", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "modelviewculture.com/pieces/groomin\u2026", "url": "https://t.co/mW4QbfhNVG", "expanded_url": "https://modelviewculture.com/pieces/grooming-students-for-a-lifetime-of-surveillance", "indices": [83, 106]}], "hashtags": [], "user_mentions": [{"screen_name": "jessysaurusrex", "id_str": "17797084", "id": 17797084, "indices": [66, 81], "name": "Jessy Irwin"}]}, "created_at": "Fri Jan 08 22:38:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685591424625184769, "text": "Grooming Students for A Lifetime of Surveillance, by Jessy Irwin (@jessysaurusrex) https://t.co/mW4QbfhNVG", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Known: sketches.shaffermusic.com"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597438594293760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "modelviewculture.com/pieces/groomin\u2026", "url": "https://t.co/mW4QbfhNVG", "expanded_url": "https://modelviewculture.com/pieces/grooming-students-for-a-lifetime-of-surveillance", "indices": [100, 123]}], "hashtags": [], "user_mentions": [{"screen_name": "krisshaffer", "id_str": "136476512", "id": 136476512, "indices": [3, 15], "name": "Kris Shaffer"}, {"screen_name": "jessysaurusrex", "id_str": "17797084", "id": 17797084, "indices": [83, 98], "name": "Jessy Irwin"}]}, "created_at": "Fri Jan 08 23:02:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597438594293760, "text": "RT @krisshaffer: Grooming Students for A Lifetime of Surveillance, by Jessy Irwin (@jessysaurusrex) https://t.co/mW4QbfhNVG", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 3332249974, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 317, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3332249974/1434610300", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18139160", "following": false, "friends_count": 389, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/inessombra", "url": "http://t.co/hZHAl1Rxhp", "expanded_url": "http://about.me/inessombra", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "151717", "geo_enabled": true, "followers_count": 2843, "location": "San Francisco, CA", "screen_name": "randommood", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 150, "name": "Ines Sombra", "profile_use_background_image": true, "description": "Engineer @fastly. Plagued by many interests including running @papers_we_love SF & board member of @rubytogether. In an everlasting quest for increased focus.", "url": "http://t.co/hZHAl1Rxhp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/486754177192697857/gklyr0y3_normal.png", "profile_background_color": "131516", "created_at": "Mon Dec 15 16:06:41 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486754177192697857/gklyr0y3_normal.png", "favourites_count": 2721, "status": {"in_reply_to_status_id": 685132380991045632, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "chrisamaphone", "in_reply_to_user_id": 5972632, "in_reply_to_status_id_str": "685132380991045632", "in_reply_to_user_id_str": "5972632", "truncated": false, "id_str": "685138209391546369", "id": 685138209391546369, "text": "@chrisamaphone The industry is predatory and bullshitty. I'm happy to share what we did (or rage with you) if it helps \ud83d\udc70\ud83c\udffc\ud83d\udc79", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chrisamaphone", "id_str": "5972632", "id": 5972632, "indices": [0, 14], "name": "Chris Martens"}]}, "created_at": "Thu Jan 07 16:37:33 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18139160, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 7723, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18139160/1405120776", "is_translator": false}, {"time_zone": "Europe/Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "5430", "following": false, "friends_count": 673, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "squeakyvessel.com", "url": "https://t.co/SmbXMAJahm", "expanded_url": "http://squeakyvessel.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/644959280/59fmaqfx3bzkkskzglzq.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 1899, "location": "Frankfurt, Germany", "screen_name": "benjamin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Benjamin Reitzammer", "profile_use_background_image": true, "description": "Head of my head, Feminist\n\n@VaamoTech //\n@socrates_2016 // \n@breathing_code", "url": "https://t.co/SmbXMAJahm", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/575285495204352000/aQPA_KlM_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Sep 07 11:54:22 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/575285495204352000/aQPA_KlM_normal.jpeg", "favourites_count": 1040, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685607349369860096", "id": 685607349369860096, "text": ".@henryrollins I looooove yooouuuu #manthatwasintense", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "manthatwasintense", "indices": [35, 53]}], "user_mentions": [{"screen_name": "henryrollins", "id_str": "16618332", "id": 16618332, "indices": [1, 14], "name": "henryrollins"}]}, "created_at": "Fri Jan 08 23:41:44 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5430, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/644959280/59fmaqfx3bzkkskzglzq.jpeg", "statuses_count": 9759, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5430/1425282364", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "304067888", "following": false, "friends_count": 1108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ashleygwilliams.github.io", "url": "https://t.co/rkt9BdQBYx", "expanded_url": "http://ashleygwilliams.github.io/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/468486699333332992/x56kB77O.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 5853, "location": "undefined", "screen_name": "ag_dubs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 294, "name": "ashley williams", "profile_use_background_image": true, "description": "a mess like this is easily five to ten years ahead of its time. human, @npmjs.", "url": "https://t.co/rkt9BdQBYx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676185846068805636/sVn10Lxy_normal.jpg", "profile_background_color": "000000", "created_at": "Mon May 23 21:43:03 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676185846068805636/sVn10Lxy_normal.jpg", "favourites_count": 16725, "status": {"in_reply_to_status_id": 685581078879326208, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "skilldrick", "in_reply_to_user_id": 17736965, "in_reply_to_status_id_str": "685581078879326208", "in_reply_to_user_id_str": "17736965", "truncated": false, "id_str": "685581931006812169", "id": 685581931006812169, "text": "@skilldrick @jkup @wafflejs they are a great band! i shoulda known that haha", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "skilldrick", "id_str": "17736965", "id": 17736965, "indices": [0, 11], "name": "Nick Morgan"}, {"screen_name": "jkup", "id_str": "255634108", "id": 255634108, "indices": [12, 17], "name": "Jon Kuperman"}, {"screen_name": "wafflejs", "id_str": "3338088405", "id": 3338088405, "indices": [18, 27], "name": "WaffleJS"}]}, "created_at": "Fri Jan 08 22:00:44 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 304067888, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/468486699333332992/x56kB77O.png", "statuses_count": 28815, "profile_banner_url": "https://pbs.twimg.com/profile_banners/304067888/1400530788", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14499792", "following": false, "friends_count": 69, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fayerplay.com", "url": "http://t.co/a7vsP6hbIq", "expanded_url": "http://fayerplay.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/125537436/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F7DA93", "profile_link_color": "CC3300", "geo_enabled": false, "followers_count": 330, "location": "Columbia, Maryland", "screen_name": "papa_fire", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Leon Fayer", "profile_use_background_image": true, "description": "Technologist. Web architect. DevOps [something]. VP @OmniTI. Gamer. Die hard Ravens fan.", "url": "http://t.co/a7vsP6hbIq", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000825250987/6e327a77e234f57f7447538821c8c73e_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Apr 23 19:53:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000825250987/6e327a77e234f57f7447538821c8c73e_normal.jpeg", "favourites_count": 7, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685498351551393795", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tinyclouds.org/colorize/", "url": "https://t.co/n4MF2LMQA5", "expanded_url": "http://tinyclouds.org/colorize/", "indices": [56, 79]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:28:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685498351551393795, "text": "This is much cooler that even author leads to believe. https://t.co/n4MF2LMQA5", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 14499792, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/125537436/bg.jpg", "statuses_count": 2534, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14499792/1354950251", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14412937", "following": false, "friends_count": 150, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eev.ee", "url": "http://t.co/ffxyntfCy2", "expanded_url": "http://eev.ee/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/673724645/b1c4eaf425c8056c62b6d7700d30034c.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "4380BF", "geo_enabled": true, "followers_count": 7055, "location": "Sin City 2000", "screen_name": "eevee", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 217, "name": "\u2744\u26c4 eevee \u26c4\u2744", "profile_use_background_image": true, "description": "i like computers but also yell about them a lot. sometimes i hack or write or draw. she/they/he", "url": "http://t.co/ffxyntfCy2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682839536955621376/cYybA7lr_normal.png", "profile_background_color": "0A3A6A", "created_at": "Wed Apr 16 21:08:32 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682839536955621376/cYybA7lr_normal.png", "favourites_count": 32308, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685597943315873792", "id": 685597943315873792, "text": "thanks kde for this window manager that crashes several times a day and doesn't restart on its own", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:04:22 +0000 2016", "source": "Twirssi", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14412937, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/673724645/b1c4eaf425c8056c62b6d7700d30034c.png", "statuses_count": 81050, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14412937/1435395260", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16642746", "following": false, "friends_count": 414, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "crappytld.club", "url": "http://t.co/d1H2gppjtx", "expanded_url": "http://crappytld.club/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000121471305/43281a8f77a7a20941862e3a278313ba.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 6004, "location": "Austin, TX", "screen_name": "miketaylr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 435, "name": "Mike Taylor", "profile_use_background_image": true, "description": "Web Compat at Mozilla. I mostly tweet about crappy code. \\\ufdfa\u0310\u033e\u033e\u0308\u030f\u0314\u0302\u0307\u0300\u036d\u0308\u0366\u034c\u033d\u036d\u036a\u036b\u036f\u0304\u034f\u031e\u032d\u0318\u0325\u0324\u034e\u0324\u0358\\'", "url": "http://t.co/d1H2gppjtx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1042621997/mikeyyyy_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Oct 08 02:18:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1042621997/mikeyyyy_normal.png", "favourites_count": 4739, "status": {"in_reply_to_status_id": 685227191529934848, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/c3f37afa9efcf94b.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-97.928935, 30.127892], [-97.5805133, 30.127892], [-97.5805133, 30.5187994], [-97.928935, 30.5187994]]], "type": "Polygon"}, "full_name": "Austin, TX", "contained_within": [], "country_code": "US", "id": "c3f37afa9efcf94b", "name": "Austin"}, "in_reply_to_screen_name": "snorp", "in_reply_to_user_id": 14663842, "in_reply_to_status_id_str": "685227191529934848", "in_reply_to_user_id_str": "14663842", "truncated": false, "id_str": "685230499069952001", "id": 685230499069952001, "text": "@snorp i give it a year before someone is running NodeJS on one of these (help us all)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "snorp", "id_str": "14663842", "id": 14663842, "indices": [0, 6], "name": "James Willcox"}]}, "created_at": "Thu Jan 07 22:44:16 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16642746, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000121471305/43281a8f77a7a20941862e3a278313ba.png", "statuses_count": 16572, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16642746/1381258666", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "749863", "following": false, "friends_count": 565, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "relay.fm/rd", "url": "https://t.co/zuZ3gobI4e", "expanded_url": "http://www.relay.fm/rd", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3550461/merlin_icon_184.png", "notifications": false, "profile_sidebar_fill_color": "DFDFDF", "profile_link_color": "4255AE", "geo_enabled": false, "followers_count": 354981, "location": "The Outside Lands", "screen_name": "hotdogsladies", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8035, "name": "Merlin Mann", "profile_use_background_image": false, "description": "Ricordati che \u00e8 un film comico.", "url": "https://t.co/zuZ3gobI4e", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/548615975268921345/15phrwGy_normal.jpeg", "profile_background_color": "EEEEEE", "created_at": "Sat Feb 03 01:39:53 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/548615975268921345/15phrwGy_normal.jpeg", "favourites_count": 27389, "status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685570310104432641", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/_relayfm/statu\u2026", "url": "https://t.co/LxxV1D1MAU", "expanded_url": "https://twitter.com/_relayfm/status/685477059842433024", "indices": [84, 107]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:14:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685570310104432641, "text": "Two amazing hosts doing a topic and approach I've waited a long time for. Endorsed! https://t.co/LxxV1D1MAU", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 749863, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3550461/merlin_icon_184.png", "statuses_count": 29730, "profile_banner_url": "https://pbs.twimg.com/profile_banners/749863/1450650802", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "239324052", "following": false, "friends_count": 1413, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.skepticfx.com", "url": "https://t.co/gLsQ0GkDmG", "expanded_url": "https://blog.skepticfx.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1421, "location": "San Francisco, CA", "screen_name": "skeptic_fx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Ahamed Nafeez", "profile_use_background_image": false, "description": "Security Engineering is one of the things I do. Views are my own and does not represent my employer.", "url": "https://t.co/gLsQ0GkDmG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650065342408953856/P53RdMt3_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Jan 17 10:33:29 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650065342408953856/P53RdMt3_normal.jpg", "favourites_count": 1253, "status": {"in_reply_to_status_id": 682429494154530817, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "verystrongjoe", "in_reply_to_user_id": 53238886, "in_reply_to_status_id_str": "682429494154530817", "in_reply_to_user_id_str": "53238886", "truncated": false, "id_str": "682501819830931457", "id": 682501819830931457, "text": "@verystrongjoe Hi! I've replied to you over email :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "verystrongjoe", "id_str": "53238886", "id": 53238886, "indices": [0, 14], "name": "Jo Uk"}]}, "created_at": "Thu Dec 31 10:01:28 +0000 2015", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 239324052, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 2307, "profile_banner_url": "https://pbs.twimg.com/profile_banners/239324052/1443490816", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3194669250", "following": false, "friends_count": 136, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wild.land", "url": "http://t.co/ktkvhRQiyM", "expanded_url": "http://wild.land", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 61, "location": "Richland, WA", "screen_name": "wildlandlabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Wildland", "profile_use_background_image": false, "description": "Software Builders, Coffee Enthusiasts, General Human Beings.", "url": "http://t.co/ktkvhRQiyM", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/598609029473009664/QNLrBX1-_normal.png", "profile_background_color": "000000", "created_at": "Wed May 13 21:58:06 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/598609029473009664/QNLrBX1-_normal.png", "favourites_count": 5, "status": {"in_reply_to_status_id": 637133104977588226, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mattepp", "in_reply_to_user_id": 14871770, "in_reply_to_status_id_str": "637133104977588226", "in_reply_to_user_id_str": "14871770", "truncated": false, "id_str": "637150029396860930", "id": 637150029396860930, "text": "Ohhai!! @mattepp ///@grElement", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mattepp", "id_str": "14871770", "id": 14871770, "indices": [8, 16], "name": "Matthew Eppelsheimer"}, {"screen_name": "grElement", "id_str": "42056876", "id": 42056876, "indices": [20, 30], "name": "Angela Steffens"}]}, "created_at": "Fri Aug 28 06:29:39 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "it"}, "default_profile_image": false, "id": 3194669250, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 22, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3194669250/1431554889", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1530096708", "following": false, "friends_count": 4721, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "closetoclever.com", "url": "https://t.co/oQf0XG5ffN", "expanded_url": "http://www.closetoclever.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "007AB3", "geo_enabled": false, "followers_count": 8757, "location": "Birmingham/London/\u3069\u3053\u3067\u3082", "screen_name": "jesslynnrose", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 298, "name": "Jessica Rose", "profile_use_background_image": true, "description": "Technology's den mother. Devrel for @dfsoftwareinc & often doing things w/ @opencodeclub, @trans_code & @watchingbuffy DMs open*, views mine", "url": "https://t.co/oQf0XG5ffN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647384142204772352/vfsyXCVY_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 19 07:56:27 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647384142204772352/vfsyXCVY_normal.jpg", "favourites_count": 8916, "status": {"in_reply_to_status_id": 685558133687775232, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "spiky_flamingo", "in_reply_to_user_id": 3143889479, "in_reply_to_status_id_str": "685558133687775232", "in_reply_to_user_id_str": "3143889479", "truncated": false, "id_str": "685558290324041728", "id": 685558290324041728, "text": "@spiky_flamingo @miss_jwo I am! DM incoming! \ud83d\ude01", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "spiky_flamingo", "id_str": "3143889479", "id": 3143889479, "indices": [0, 15], "name": "pearl irl"}, {"screen_name": "miss_jwo", "id_str": "200519952", "id": 200519952, "indices": [16, 25], "name": "Jenny Wong"}]}, "created_at": "Fri Jan 08 20:26:48 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1530096708, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15506, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1530096708/1448497747", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5438512", "following": false, "friends_count": 543, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pcper.com", "url": "http://t.co/FyPzbMLdvW", "expanded_url": "http://www.pcper.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 11986, "location": "Florence, KY", "screen_name": "ryanshrout", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 726, "name": "Ryan Shrout", "profile_use_background_image": false, "description": "Editor-in-Chief at PC Perspective", "url": "http://t.co/FyPzbMLdvW", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1428496650/profilepic_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Mon Apr 23 16:41:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1428496650/profilepic_normal.jpg", "favourites_count": 258, "status": {"in_reply_to_status_id": 685607960899235840, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AndrewLauritzen", "in_reply_to_user_id": 321550744, "in_reply_to_status_id_str": "685607960899235840", "in_reply_to_user_id_str": "321550744", "truncated": false, "id_str": "685608068655140866", "id": 685608068655140866, "text": "@AndrewLauritzen I asked them specifically, and they only said that this was the focus for 2016.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AndrewLauritzen", "id_str": "321550744", "id": 321550744, "indices": [0, 16], "name": "Andrew Lauritzen"}]}, "created_at": "Fri Jan 08 23:44:36 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5438512, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15326, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "43188880", "following": false, "friends_count": 1673, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dalebracey.com", "url": "https://t.co/uQTo4Zburt", "expanded_url": "http://dalebracey.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7A5339", "profile_link_color": "FF6600", "geo_enabled": false, "followers_count": 1257, "location": "San Antonio, TX", "screen_name": "IRTermite", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 60, "name": "Dale Bracey \u2601", "profile_use_background_image": true, "description": "Social Strategist @Rackspace, Racker since 2004 - Artist, Car Collector, Empath, Geek, Networker, Techie, Jack-of-all, #OpenStack, @MakeSanAntonio @RackerGamers", "url": "https://t.co/uQTo4Zburt", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524043296788606977/Qxcwjd8d_normal.png", "profile_background_color": "131516", "created_at": "Thu May 28 20:27:13 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524043296788606977/Qxcwjd8d_normal.png", "favourites_count": 2189, "status": {"retweet_count": 23, "retweeted_status": {"retweet_count": 23, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685296231405326337", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 669, "resize": "fit"}, "medium": {"w": 600, "h": 471, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 266, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "type": "photo", "indices": [90, 113], "media_url": "http://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "display_url": "pic.twitter.com/65waEZwn1E", "id_str": "685296015801331716", "expanded_url": "http://twitter.com/Rackspace/status/685296231405326337/photo/1", "id": 685296015801331716, "url": "https://t.co/65waEZwn1E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 03:05:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685296231405326337, "text": "Our sincerest thanks for propelling us to 100K followers. You give meaning to what we do! https://t.co/65waEZwn1E", "coordinates": null, "retweeted": false, "favorite_count": 22, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685296427338051584", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 669, "resize": "fit"}, "medium": {"w": 600, "h": 471, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 266, "resize": "fit"}}, "source_status_id_str": "685296231405326337", "media_url": "http://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "source_user_id_str": "26191233", "id_str": "685296015801331716", "id": 685296015801331716, "media_url_https": "https://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "type": "photo", "indices": [105, 128], "source_status_id": 685296231405326337, "source_user_id": 26191233, "display_url": "pic.twitter.com/65waEZwn1E", "expanded_url": "http://twitter.com/Rackspace/status/685296231405326337/photo/1", "url": "https://t.co/65waEZwn1E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Rackspace", "id_str": "26191233", "id": 26191233, "indices": [3, 13], "name": "Rackspace"}]}, "created_at": "Fri Jan 08 03:06:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685296427338051584, "text": "RT @Rackspace: Our sincerest thanks for propelling us to 100K followers. You give meaning to what we do! https://t.co/65waEZwn1E", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 43188880, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 6991, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43188880/1433971079", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "801712861", "following": false, "friends_count": 614, "entities": {"description": {"urls": [{"display_url": "domschopsalsa.com", "url": "https://t.co/ySTEeD6lcz", "expanded_url": "http://www.domschopsalsa.com", "indices": [90, 113]}, {"display_url": "facebook.com/chopsalsa", "url": "https://t.co/DoMfz1yk60", "expanded_url": "http://facebook.com/chopsalsa", "indices": [115, 138]}]}, "url": {"urls": [{"display_url": "linkedin.com/in/dominicmend\u2026", "url": "http://t.co/3hwdF3IqPC", "expanded_url": "http://www.linkedin.com/in/dominicmendiola", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 267, "location": "San Antonio, TX", "screen_name": "DominicMendiola", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "dominic.mendiola", "profile_use_background_image": false, "description": "Father. Husband. Racker since 2006. Social Media Team. Owner Dom's Chop Salsa @chopsalsa, https://t.co/ySTEeD6lcz, https://t.co/DoMfz1yk60", "url": "http://t.co/3hwdF3IqPC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/487669288950841344/Qg6yvCgu_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Sep 04 03:13:51 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487669288950841344/Qg6yvCgu_normal.jpeg", "favourites_count": 391, "status": {"in_reply_to_status_id": 684515636333051904, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "trevorengstrom", "in_reply_to_user_id": 15080503, "in_reply_to_status_id_str": "684515636333051904", "in_reply_to_user_id_str": "15080503", "truncated": false, "id_str": "684516227667001344", "id": 684516227667001344, "text": "@trevorengstrom @Rackspace Ok good! If anything else pops up and you need a hand...just let us know! We're always happy to help! Thanks!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "trevorengstrom", "id_str": "15080503", "id": 15080503, "indices": [0, 15], "name": "Trevor Engstrom"}, {"screen_name": "Rackspace", "id_str": "26191233", "id": 26191233, "indices": [16, 26], "name": "Rackspace"}]}, "created_at": "Tue Jan 05 23:26:01 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 801712861, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 536, "profile_banner_url": "https://pbs.twimg.com/profile_banners/801712861/1443214772", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "4508241", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "langfeld.me", "url": "http://t.co/FYGU0gVzky", "expanded_url": "http://langfeld.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 481, "location": "Rio de Janeiro, Brasil", "screen_name": "benlangfeld", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Ben Langfeld", "profile_use_background_image": true, "description": "Communications app developer. Mojo Lingo & Adhearsion Foundation. Experimenter and perfectionist.", "url": "http://t.co/FYGU0gVzky", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/420991347399471104/-G6TTpb2_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Fri Apr 13 15:05:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/420991347399471104/-G6TTpb2_normal.jpeg", "favourites_count": 200, "status": {"retweet_count": 0, "in_reply_to_user_id": 3033204133, "possibly_sensitive": false, "id_str": "685548188435132416", "in_reply_to_user_id_str": "3033204133", "entities": {"symbols": [], "urls": [{"display_url": "gist.github.com/benlangfeld/18\u2026", "url": "https://t.co/EYtcS2Vqhk", "expanded_url": "https://gist.github.com/benlangfeld/181cbb3997eb4236e244", "indices": [87, 110]}], "hashtags": [], "user_mentions": [{"screen_name": "honest_update", "id_str": "3033204133", "id": 3033204133, "indices": [0, 14], "name": "Honest Status Page"}]}, "created_at": "Fri Jan 08 19:46:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "honest_update", "in_reply_to_status_id_str": null, "truncated": false, "id": 685548188435132416, "text": "@honest_update Our app fell over because our queue was too slow. It's ok, we fixed it: https://t.co/EYtcS2Vqhk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4508241, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2697, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4508241/1401146387", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "22199970", "following": false, "friends_count": 761, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lea.verou.me", "url": "http://t.co/Q2CdWpNV1q", "expanded_url": "http://lea.verou.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/324344036/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFBF2", "profile_link_color": "FF0066", "geo_enabled": true, "followers_count": 64139, "location": "Cambridge, MA", "screen_name": "LeaVerou", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3585, "name": "Lea Verou", "profile_use_background_image": true, "description": "HCI researcher @MIT_CSAIL, @CSSWG IE, @CSSSecretsBook author, Ex @W3C staff. Made @prismjs @dabblet @prefixfree. I \u2665 standards, code, design, UX, life!", "url": "http://t.co/Q2CdWpNV1q", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/584963092120899586/TxkxQ7Y5_normal.png", "profile_background_color": "FBE4AE", "created_at": "Fri Feb 27 22:28:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/584963092120899586/TxkxQ7Y5_normal.png", "favourites_count": 3696, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685359744966590464", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "byteplumbing.net/2016/01/book-r\u2026", "url": "https://t.co/pfmTTIXCIy", "expanded_url": "https://byteplumbing.net/2016/01/book-review-css-secrets-by-lea-verou/", "indices": [116, 139]}], "hashtags": [], "user_mentions": [{"screen_name": "csssecretsbook", "id_str": "3262381338", "id": 3262381338, "indices": [23, 38], "name": "CSS Secrets"}]}, "created_at": "Fri Jan 08 07:17:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685359744966590464, "text": "Posted quick review of @csssecretsbook I read through during xmas holidays. Summary: The Best CSS book I have seen. https://t.co/pfmTTIXCIy", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685574450780192770", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "byteplumbing.net/2016/01/book-r\u2026", "url": "https://t.co/pfmTTIXCIy", "expanded_url": "https://byteplumbing.net/2016/01/book-review-css-secrets-by-lea-verou/", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "iiska", "id_str": "18630451", "id": 18630451, "indices": [3, 9], "name": "Juhamatti Niemel\u00e4"}, {"screen_name": "csssecretsbook", "id_str": "3262381338", "id": 3262381338, "indices": [34, 49], "name": "CSS Secrets"}]}, "created_at": "Fri Jan 08 21:31:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685574450780192770, "text": "RT @iiska: Posted quick review of @csssecretsbook I read through during xmas holidays. Summary: The Best CSS book I have seen. https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 22199970, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/324344036/bg.png", "statuses_count": 24815, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22199970/1374351780", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2739826012", "following": false, "friends_count": 2319, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "matrix.org", "url": "http://t.co/Rrx4mnMJ5W", "expanded_url": "http://www.matrix.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4F5A5E", "geo_enabled": true, "followers_count": 1227, "location": "", "screen_name": "matrixdotorg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Matrix", "profile_use_background_image": false, "description": "An open standard for decentralised persistent communication. Tweets by @ara4n, @amandinelepape & co.", "url": "http://t.co/Rrx4mnMJ5W", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500400952029888512/yI0qtFi7_normal.png", "profile_background_color": "000000", "created_at": "Mon Aug 11 10:51:23 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500400952029888512/yI0qtFi7_normal.png", "favourites_count": 781, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685552098830880768", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.tadhack.com/2016/01/08/tad\u2026", "url": "https://t.co/0iV7Uzmaia", "expanded_url": "http://blog.tadhack.com/2016/01/08/tadhack-japan-1314-february-kawasaki/", "indices": [31, 54]}, {"display_url": "webrtcconference.jp", "url": "https://t.co/7NnGiq0vCN", "expanded_url": "http://webrtcconference.jp/", "indices": [114, 137]}], "hashtags": [{"text": "skywayjs", "indices": [69, 78]}], "user_mentions": [{"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [11, 19], "name": "TADHack"}, {"screen_name": "matrixdotorg", "id_str": "2739826012", "id": 2739826012, "indices": [55, 68], "name": "Matrix"}, {"screen_name": "telestax", "id_str": "266634532", "id": 266634532, "indices": [79, 88], "name": "TeleStax"}, {"screen_name": "ntt", "id_str": "1706681", "id": 1706681, "indices": [89, 93], "name": "Chinmay"}]}, "created_at": "Fri Jan 08 20:02:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685552098830880768, "text": "Announcing @TADHack-mini Japan https://t.co/0iV7Uzmaia @matrixdotorg #skywayjs @telestax @NTT Advanced Technology https://t.co/7NnGiq0vCN", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685553303049076741", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.tadhack.com/2016/01/08/tad\u2026", "url": "https://t.co/0iV7Uzmaia", "expanded_url": "http://blog.tadhack.com/2016/01/08/tadhack-japan-1314-february-kawasaki/", "indices": [44, 67]}, {"display_url": "webrtcconference.jp", "url": "https://t.co/7NnGiq0vCN", "expanded_url": "http://webrtcconference.jp/", "indices": [139, 140]}], "hashtags": [{"text": "skywayjs", "indices": [82, 91]}], "user_mentions": [{"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [3, 11], "name": "TADHack"}, {"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [24, 32], "name": "TADHack"}, {"screen_name": "matrixdotorg", "id_str": "2739826012", "id": 2739826012, "indices": [68, 81], "name": "Matrix"}, {"screen_name": "telestax", "id_str": "266634532", "id": 266634532, "indices": [92, 101], "name": "TeleStax"}, {"screen_name": "ntt", "id_str": "1706681", "id": 1706681, "indices": [102, 106], "name": "Chinmay"}]}, "created_at": "Fri Jan 08 20:06:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685553303049076741, "text": "RT @TADHack: Announcing @TADHack-mini Japan https://t.co/0iV7Uzmaia @matrixdotorg #skywayjs @telestax @NTT Advanced Technology https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2739826012, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1282, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2739826012/1422740800", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "512410920", "following": false, "friends_count": 735, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wroteacodeforcloverhitch.blogspot.ca", "url": "http://t.co/orO5dwZcHv", "expanded_url": "http://wroteacodeforcloverhitch.blogspot.ca/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "80042B", "geo_enabled": false, "followers_count": 912, "location": "Calgary, Alberta", "screen_name": "gbhorwood", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Grant Horwood", "profile_use_background_image": true, "description": "Lead developer Cloverhitch Tech in Calgary, AB. I like clever code, verbose documentation, fast bicycles and questionable homebrew.", "url": "http://t.co/orO5dwZcHv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/611987213178396672/hZ0qTf0Z_normal.jpg", "profile_background_color": "ABB8C2", "created_at": "Fri Mar 02 20:19:53 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/611987213178396672/hZ0qTf0Z_normal.jpg", "favourites_count": 1533, "status": {"in_reply_to_status_id": 685565777680859136, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "meejah", "in_reply_to_user_id": 13055372, "in_reply_to_status_id_str": "685565777680859136", "in_reply_to_user_id_str": "13055372", "truncated": false, "id_str": "685566263142187008", "id": 685566263142187008, "text": "@meejah yeah. i have a \"bob has a bug\" issue. what bug? when? last name? no one can say... \n\ngrep -irn \"bob\" ./*", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "meejah", "id_str": "13055372", "id": 13055372, "indices": [0, 7], "name": "meejah"}]}, "created_at": "Fri Jan 08 20:58:28 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 512410920, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/512410920/1398348433", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "65583", "following": false, "friends_count": 654, "entities": {"description": {"urls": [{"display_url": "OSMIhelp.org", "url": "http://t.co/skQU77s3rk", "expanded_url": "http://OSMIhelp.org", "indices": [83, 105]}]}, "url": {"urls": [{"display_url": "funkatron.com", "url": "http://t.co/Y4o3XtlP6R", "expanded_url": "http://funkatron.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/90616269/funbike.png", "notifications": false, "profile_sidebar_fill_color": "B8B8B8", "profile_link_color": "660000", "geo_enabled": false, "followers_count": 8751, "location": "West Lafayette, IN, USA", "screen_name": "funkatron", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 773, "name": "Ed Finkler", "profile_use_background_image": false, "description": "Dork, Dad, JS, PHP & Python feller. Lead Dev @GraphStoryCo. Mental Health advocate http://t.co/skQU77s3rk. 1/2 of @dev_hell podcast. See also @funkalinks", "url": "http://t.co/Y4o3XtlP6R", "profile_text_color": "424141", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649353631636983808/PJoGdw8M_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Dec 14 00:31:16 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649353631636983808/PJoGdw8M_normal.jpg", "favourites_count": 8512, "status": {"in_reply_to_status_id": 685606121604681729, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jclermont", "in_reply_to_user_id": 16358696, "in_reply_to_status_id_str": "685606121604681729", "in_reply_to_user_id_str": "16358696", "truncated": false, "id_str": "685609221245763585", "id": 685609221245763585, "text": "@jclermont when I read this I had to say that out loud", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jclermont", "id_str": "16358696", "id": 16358696, "indices": [0, 10], "name": "Joel Clermont"}]}, "created_at": "Fri Jan 08 23:49:11 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 65583, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/90616269/funbike.png", "statuses_count": 84078, "profile_banner_url": "https://pbs.twimg.com/profile_banners/65583/1438612109", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "396241682", "following": false, "friends_count": 322, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mariemosley.com/about", "url": "https://t.co/BppFkRlCWu", "expanded_url": "https://www.mariemosley.com/about", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "009CA2", "geo_enabled": true, "followers_count": 1098, "location": "", "screen_name": "MMosley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Marie Mosley", "profile_use_background_image": false, "description": "Look out honey, 'cause I'm using technology // Part of Team @CodePen", "url": "https://t.co/BppFkRlCWu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/565554520185257984/4v3OQUU-_normal.jpeg", "profile_background_color": "01E6EF", "created_at": "Sat Oct 22 23:58:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/565554520185257984/4v3OQUU-_normal.jpeg", "favourites_count": 10411, "status": {"in_reply_to_status_id": 685594363007746048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jaynawallace", "in_reply_to_user_id": 78213, "in_reply_to_status_id_str": "685594363007746048", "in_reply_to_user_id_str": "78213", "truncated": false, "id_str": "685602091553959936", "id": 685602091553959936, "text": "@jaynawallace I will join your squad \ud83d\udc6f what's you're name on there?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jaynawallace", "id_str": "78213", "id": 78213, "indices": [0, 13], "name": "\u02d7\u02cf\u02cb jayna wallace \u02ce\u02ca"}]}, "created_at": "Fri Jan 08 23:20:51 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 396241682, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3204, "profile_banner_url": "https://pbs.twimg.com/profile_banners/396241682/1430082364", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3202399565", "following": false, "friends_count": 26, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 32, "location": "De Cymru", "screen_name": "KevTWondersheep", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Kevin Smith", "profile_use_background_image": true, "description": "@DefinitiveKev pretending to be non-techie. May contain very very bad Welsh.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603600202839261184/Fg_7-H1Z_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Apr 24 22:27:37 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603600202839261184/Fg_7-H1Z_normal.jpg", "favourites_count": 45, "status": {"in_reply_to_status_id": 684380251649093632, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "EmiGarside", "in_reply_to_user_id": 23923202, "in_reply_to_status_id_str": "684380251649093632", "in_reply_to_user_id_str": "23923202", "truncated": false, "id_str": "684380579673018368", "id": 684380579673018368, "text": "@emigarside Droids don't rip people's arms out of their sockets when they lose. Wookies are known to do that.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "EmiGarside", "id_str": "23923202", "id": 23923202, "indices": [0, 11], "name": "Dr Emily Garside"}]}, "created_at": "Tue Jan 05 14:27:00 +0000 2016", "source": "Twitter for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3202399565, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 71, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3202399565/1429962655", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "606349117", "following": false, "friends_count": 1523, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sparxeng.com", "url": "http://t.co/tfYNlmleOE", "expanded_url": "http://www.sparxeng.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1980, "location": "Houston, TX", "screen_name": "SparxEngineer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Sparx Engineering", "profile_use_background_image": true, "description": "Engineering consulting company, specializing in embedded devices, custom/mobile/web application development and helping startups bring products to market.", "url": "http://t.co/tfYNlmleOE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2301880266/ok5f15zs7z6xp86cnpxe_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jun 12 14:10:06 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2301880266/ok5f15zs7z6xp86cnpxe_normal.png", "favourites_count": 16, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685140345215139841", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIbg4dW8AAh_y6.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/media/CYIbg4dW8AAh_y6.jpg", "display_url": "pic.twitter.com/HawyibmcoX", "id_str": "685140345039024128", "expanded_url": "http://twitter.com/SparxEngineer/status/685140345215139841/photo/1", "id": 685140345039024128, "url": "https://t.co/HawyibmcoX"}], "symbols": [], "urls": [{"display_url": "buff.ly/1Z8fXA2", "url": "https://t.co/LzWHfSO5Ux", "expanded_url": "http://buff.ly/1Z8fXA2", "indices": [66, 89]}], "hashtags": [{"text": "tech", "indices": [90, 95]}, {"text": "fitness", "indices": [96, 104]}], "user_mentions": []}, "created_at": "Thu Jan 07 16:46:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685140345215139841, "text": "New lawsuit: Fitbit heart rate tracking is dangerously inaccurate https://t.co/LzWHfSO5Ux #tech #fitness https://t.co/HawyibmcoX", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 606349117, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1734, "profile_banner_url": "https://pbs.twimg.com/profile_banners/606349117/1391191180", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "84107122", "following": false, "friends_count": 1570, "entities": {"description": {"urls": [{"display_url": "themakersofthings.co.uk", "url": "http://t.co/f5R61wCtSs", "expanded_url": "http://themakersofthings.co.uk", "indices": [73, 95]}]}, "url": {"urls": [{"display_url": "anne.holiday", "url": "http://t.co/pxLXGQsvL6", "expanded_url": "http://anne.holiday/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 908, "location": "Brooklyn, NY", "screen_name": "anneholiday", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Anne Holiday", "profile_use_background_image": true, "description": "Filmmaker. Phototaker. Maker of The Makers of Things documentary series: http://t.co/f5R61wCtSs", "url": "http://t.co/pxLXGQsvL6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000335764655/672431d94c7aebfc4c3ceb4956dc7e9c_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Oct 21 16:05:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000335764655/672431d94c7aebfc4c3ceb4956dc7e9c_normal.jpeg", "favourites_count": 3006, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685464406453530624", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2015/\u2026", "url": "https://t.co/qw5SReTvl6", "expanded_url": "http://www.newyorker.com/magazine/2015/01/19/lets-get-drinks", "indices": [5, 28]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:13:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685464406453530624, "text": "Lol: https://t.co/qw5SReTvl6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 84107122, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 4627, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84107122/1393641836", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3033725946", "following": false, "friends_count": 1422, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/1vmzDHa", "url": "http://t.co/27akJdS8AO", "expanded_url": "http://bit.ly/1vmzDHa", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2047, "location": "", "screen_name": "WebRRTC", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 58, "name": "WebRTC", "profile_use_background_image": true, "description": "Live content curated by top Web Real-Time Communication (WebRTC) Influencer", "url": "http://t.co/27akJdS8AO", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/568960696109391872/8Xq-Euh0_normal.png", "profile_background_color": "C0DEED", "created_at": "Sat Feb 21 02:29:20 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/568960696109391872/8Xq-Euh0_normal.png", "favourites_count": 0, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685546590354853888", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 494, "h": 877, "resize": "fit"}, "medium": {"w": 494, "h": 877, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 603, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOM_bdUsAAMT4R.jpg", "type": "photo", "indices": [94, 117], "media_url": "http://pbs.twimg.com/media/CYOM_bdUsAAMT4R.jpg", "display_url": "pic.twitter.com/picKmDTHQn", "id_str": "685546589620842496", "expanded_url": "http://twitter.com/WebRRTC/status/685546590354853888/photo/1", "id": 685546589620842496, "url": "https://t.co/picKmDTHQn"}], "symbols": [], "urls": [{"display_url": "rightrelevance.com/search/article\u2026", "url": "https://t.co/c6sQyr5IUN", "expanded_url": "http://www.rightrelevance.com/search/articles/hero?article=85fcf644b457069e3387a3d83f0cf5cf83d07a51&query=webrtc&taccount=webrrtc", "indices": [70, 93]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:40:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685546590354853888, "text": "AT&T Developer Summit 2016 \u2013 Let Me Tell You a Story about WebRTC https://t.co/c6sQyr5IUN https://t.co/picKmDTHQn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "RRPostingApp"}, "default_profile_image": false, "id": 3033725946, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2873, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15518306", "following": false, "friends_count": 428, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "langille.org", "url": "http://t.co/uBwYd3PW71", "expanded_url": "http://langille.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/432257631797788672/Xz2qQpvz.jpeg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1242, "location": "near Philadelphia", "screen_name": "DLangille", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 91, "name": "Dan Langille", "profile_use_background_image": true, "description": "Mountain biker. Software Dev. Sysadmin. Websites & databases. Conference organizer.", "url": "http://t.co/uBwYd3PW71", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/612815515095068677/aiWUi9Gp_normal.png", "profile_background_color": "C6E2EE", "created_at": "Mon Jul 21 17:56:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/612815515095068677/aiWUi9Gp_normal.png", "favourites_count": 630, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685554984306360320", "id": 685554984306360320, "text": "Current status: adding my user (not me) to gmail. I feel all grown up....", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:13:39 +0000 2016", "source": "Twitterrific for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15518306, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/432257631797788672/Xz2qQpvz.jpeg", "statuses_count": 12127, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15518306/1406551613", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14420513", "following": false, "friends_count": 346, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fromonesrc.com", "url": "https://t.co/Lez165p0gY", "expanded_url": "http://fromonesrc.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 205, "location": "Lansdale, PA", "screen_name": "fromonesrc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Adam Ochonicki", "profile_use_background_image": true, "description": "Redemption? Sure. But in the end, he's just another dead rat in a garbage pail behind a Chinese restaurant.", "url": "https://t.co/Lez165p0gY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673983703278858244/DV_CsSOJ_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu Apr 17 13:32:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673983703278858244/DV_CsSOJ_normal.jpg", "favourites_count": 475, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685595808402681856", "id": 685595808402681856, "text": "OH: \"actually, it\u2019s nice getting some time to pay down tech debt\u2026 after spending so long generating it\"\n\nThat rings so true for me.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:55:53 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14420513, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6413, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14420513/1449525270", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2292633427", "following": false, "friends_count": 3204, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "uk.linkedin.com/in/jmgcraig", "url": "https://t.co/q8exdl06ab", "expanded_url": "https://uk.linkedin.com/in/jmgcraig", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 2839, "location": "London", "screen_name": "AttackyChappie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Graeme Craig", "profile_use_background_image": false, "description": "Recruitment Manager @6DegreesGroup | #UC #Connectivity #DC #Cloud | Passionate #PS4 Gamer, Cyclist, Foodie, Lover of #Lego #EnglishBullDogs & my #Wife", "url": "https://t.co/q8exdl06ab", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/423468737518252032/e10pmh5Z_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Jan 15 12:23:08 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423468737518252032/e10pmh5Z_normal.jpeg", "favourites_count": 3, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685096224463126528", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mspalliance.com/cloud-computin\u2026", "url": "https://t.co/Aeibg4EwGl", "expanded_url": "http://mspalliance.com/cloud-computing-managed-services-forecast-for-2016/", "indices": [57, 80]}], "hashtags": [], "user_mentions": [{"screen_name": "arjun077", "id_str": "51468247", "id": 51468247, "indices": [85, 94], "name": "Arjun jain"}]}, "created_at": "Thu Jan 07 13:50:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685096224463126528, "text": "Cloud Computing & Managed Services Forecast for 2016 https://t.co/Aeibg4EwGl via @arjun077", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2292633427, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 392, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2292633427/1424354218", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "42909423", "following": false, "friends_count": 284, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 198, "location": "Raleigh, NC", "screen_name": "__id__", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Dmytro Ilchenko", "profile_use_background_image": true, "description": "I'm not a geek, i'm a level 12 paladin. Yak barber. Casting special ops magic to make things work @LivingSocial.", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626870835471589377/s-CFGW6G_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed May 27 15:48:15 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626870835471589377/s-CFGW6G_normal.jpg", "favourites_count": 1304, "status": {"retweet_count": 133, "retweeted_status": {"retweet_count": 133, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681874873539366912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "danluu.com/wat/", "url": "https://t.co/9DLKdXk34s", "expanded_url": "http://danluu.com/wat/", "indices": [98, 121]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 29 16:30:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681874873539366912, "text": "What we can learn from aviation, civil engineering, healthcare, and other safety critical fields: https://t.co/9DLKdXk34s", "coordinates": null, "retweeted": false, "favorite_count": 115, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683752055920553986", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "danluu.com/wat/", "url": "https://t.co/9DLKdXk34s", "expanded_url": "http://danluu.com/wat/", "indices": [110, 133]}], "hashtags": [], "user_mentions": [{"screen_name": "danluu", "id_str": "18275645", "id": 18275645, "indices": [3, 10], "name": "Dan Luu"}]}, "created_at": "Sun Jan 03 20:49:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683752055920553986, "text": "RT @danluu: What we can learn from aviation, civil engineering, healthcare, and other safety critical fields: https://t.co/9DLKdXk34s", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 42909423, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 2800, "profile_banner_url": "https://pbs.twimg.com/profile_banners/42909423/1398263672", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13166972", "following": false, "friends_count": 1776, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dariusdunlap.com", "url": "https://t.co/Dmpe1rzbsb", "expanded_url": "https://dariusdunlap.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1442, "location": "Half Moon Bay, CA", "screen_name": "dariusdunlap", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 85, "name": "Darius Dunlap", "profile_use_background_image": true, "description": "Tech guy, Founder at Syncopat; Square Peg Foundation. Executive Director at Silicon Valley Innovation Institute, Advising startups & growing companies", "url": "https://t.co/Dmpe1rzbsb", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000533619646/cec9ccc39a9a31fd30fc94207cb4e5bd_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Wed Feb 06 17:04:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000533619646/cec9ccc39a9a31fd30fc94207cb4e5bd_normal.jpeg", "favourites_count": 1393, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684909434443706368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "squarepegfoundation.org/2016/01/a-jour\u2026", "url": "https://t.co/tZ6YYzQZKS", "expanded_url": "https://www.squarepegfoundation.org/2016/01/a-journey-together/", "indices": [74, 97]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 01:28:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/fbd6d2f5a4e4a15e.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-124.482003, 32.528832], [-114.131212, 32.528832], [-114.131212, 42.009519], [-124.482003, 42.009519]]], "type": "Polygon"}, "full_name": "California, USA", "contained_within": [], "country_code": "US", "id": "fbd6d2f5a4e4a15e", "name": "California"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684909434443706368, "text": "Our journey, finding one another and creating and building Square Pegs. ( https://t.co/tZ6YYzQZKS )", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 13166972, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 4660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13166972/1398466705", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "12530", "following": false, "friends_count": 955, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hackdiary.com/about/", "url": "http://t.co/qmocio1ti6", "expanded_url": "http://www.hackdiary.com/about/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458724646150369280/uAeAUPMW.png", "notifications": false, "profile_sidebar_fill_color": "FFF3C8", "profile_link_color": "857025", "geo_enabled": true, "followers_count": 6983, "location": "San Francisco CA, USA", "screen_name": "mattb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 453, "name": "Matt Biddulph", "profile_use_background_image": true, "description": "Currently: @thingtonhq. Previously: BBC, Dopplr, Nokia.", "url": "http://t.co/qmocio1ti6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458723441089073152/bZB2s-Nl_normal.png", "profile_background_color": "FECF1F", "created_at": "Wed Nov 15 15:48:50 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458723441089073152/bZB2s-Nl_normal.png", "favourites_count": 4258, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685332843334086657", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1mJgTP1", "url": "https://t.co/VG2Bfr3epg", "expanded_url": "http://ift.tt/1mJgTP1", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 05:30:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685332843334086657, "text": "David Bowie - Blackstar https://t.co/VG2Bfr3epg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "IFTTT"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685333814298595329", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1mJgTP1", "url": "https://t.co/VG2Bfr3epg", "expanded_url": "http://ift.tt/1mJgTP1", "indices": [45, 68]}], "hashtags": [], "user_mentions": [{"screen_name": "spotifynmfeedus", "id_str": "2553073892", "id": 2553073892, "indices": [3, 19], "name": "spotifynewmusicUS"}]}, "created_at": "Fri Jan 08 05:34:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685333814298595329, "text": "RT @spotifynmfeedus: David Bowie - Blackstar https://t.co/VG2Bfr3epg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 12530, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458724646150369280/uAeAUPMW.png", "statuses_count": 13061, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12530/1398198928", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "239453824", "following": false, "friends_count": 32, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thington.com", "url": "http://t.co/GgjWLxjLHD", "expanded_url": "http://thington.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "FF6958", "geo_enabled": false, "followers_count": 2204, "location": "San Francisco", "screen_name": "thingtonhq", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 60, "name": "Thington", "profile_use_background_image": false, "description": "We're building a new way to interact with a world of connected things!", "url": "http://t.co/GgjWLxjLHD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/588106002798489601/mkS9_eX3_normal.png", "profile_background_color": "F5F8FA", "created_at": "Mon Jan 17 17:21:39 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/588106002798489601/mkS9_eX3_normal.png", "favourites_count": 33, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685263027688452096", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wired.com/2016/01/americ\u2026", "url": "https://t.co/ZydSbrfxfe", "expanded_url": "http://www.wired.com/2016/01/american-panorama-is-an-interactive-atlas-for-the-21st-century/", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "stamen", "id_str": "2067201", "id": 2067201, "indices": [45, 52], "name": "Stamen Design"}]}, "created_at": "Fri Jan 08 00:53:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685263027688452096, "text": "Awesome Interactive Atlas from our landlords @stamen: https://t.co/ZydSbrfxfe", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685277708821991424", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wired.com/2016/01/americ\u2026", "url": "https://t.co/ZydSbrfxfe", "expanded_url": "http://www.wired.com/2016/01/american-panorama-is-an-interactive-atlas-for-the-21st-century/", "indices": [69, 92]}], "hashtags": [], "user_mentions": [{"screen_name": "tomcoates", "id_str": "12514", "id": 12514, "indices": [3, 13], "name": "Tom Coates"}, {"screen_name": "stamen", "id_str": "2067201", "id": 2067201, "indices": [60, 67], "name": "Stamen Design"}]}, "created_at": "Fri Jan 08 01:51:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685277708821991424, "text": "RT @tomcoates: Awesome Interactive Atlas from our landlords @stamen: https://t.co/ZydSbrfxfe", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 239453824, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 299, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "740983", "following": false, "friends_count": 753, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "leade.rs", "url": "https://t.co/K0dvCXW6PW", "expanded_url": "http://leade.rs", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000108650140/fb7c985f7dab5995c10c8167624640de.jpeg", "notifications": false, "profile_sidebar_fill_color": "CDCECA", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 126939, "location": "San Francisco", "screen_name": "loic", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8209, "name": "Loic Le Meur", "profile_use_background_image": false, "description": "starting leade.rs", "url": "https://t.co/K0dvCXW6PW", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678768994354991104/N98nXqy2_normal.jpg", "profile_background_color": "CFB895", "created_at": "Thu Feb 01 00:10:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678768994354991104/N98nXqy2_normal.jpg", "favourites_count": 816, "status": {"in_reply_to_status_id": 685502288232878084, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "_Neiluj", "in_reply_to_user_id": 76334385, "in_reply_to_status_id_str": "685502288232878084", "in_reply_to_user_id_str": "76334385", "truncated": false, "id_str": "685524189436981248", "id": 685524189436981248, "text": "@_Neiluj passe ton email je vais t'ajouter manuellement. Tu as regard\u00e9 spam?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "_Neiluj", "id_str": "76334385", "id": 76334385, "indices": [0, 8], "name": "Julien"}]}, "created_at": "Fri Jan 08 18:11:17 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "fr"}, "default_profile_image": false, "id": 740983, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000108650140/fb7c985f7dab5995c10c8167624640de.jpeg", "statuses_count": 52911, "profile_banner_url": "https://pbs.twimg.com/profile_banners/740983/1447869110", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "44196397", "following": false, "friends_count": 50, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/399721902/fusion.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3189339, "location": "1 AU", "screen_name": "elonmusk", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 24233, "name": "Elon Musk", "profile_use_background_image": true, "description": "Tesla, SpaceX, SolarCity & PayPal", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648751321026138112/8z47ePnq_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 02 20:12:29 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648751321026138112/8z47ePnq_normal.jpg", "favourites_count": 224, "status": {"retweet_count": 881, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683333695307034625", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "en.m.wikipedia.org/wiki/The_Machi\u2026", "url": "https://t.co/0Dl4l2t6FH", "expanded_url": "https://en.m.wikipedia.org/wiki/The_Machine_Stops", "indices": [63, 86]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 17:07:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683333695307034625, "text": "Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH", "coordinates": null, "retweeted": false, "favorite_count": 3002, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 44196397, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/399721902/fusion.jpg", "statuses_count": 1513, "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1354486475", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14623181", "following": false, "friends_count": 505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kelly-dunn.me", "url": "http://t.co/AeKQOTxEx8", "expanded_url": "http://kelly-dunn.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 490, "location": "Seattle", "screen_name": "kellyleland", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "kelly", "profile_use_background_image": true, "description": "Synthesizers, Various Engineering, and Avant Garde Nonsense | bit cruncher by trade, artist after hours", "url": "http://t.co/AeKQOTxEx8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/487353741725552640/Yd8vYdhP_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri May 02 06:41:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487353741725552640/Yd8vYdhP_normal.jpeg", "favourites_count": 8251, "status": {"retweet_count": 9663, "retweeted_status": {"retweet_count": 9663, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685188701907988480", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 245, "resize": "fit"}, "large": {"w": 1024, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "type": "photo", "indices": [77, 100], "media_url": "http://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "display_url": "pic.twitter.com/pEaIfJMr9T", "id_str": "685188690730192896", "expanded_url": "http://twitter.com/vicenews/status/685188701907988480/photo/1", "id": 685188690730192896, "url": "https://t.co/pEaIfJMr9T"}], "symbols": [], "urls": [{"display_url": "bit.ly/1Jx7CnA", "url": "https://t.co/SxHo05b7Yz", "expanded_url": "http://bit.ly/1Jx7CnA", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 19:58:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685188701907988480, "text": "The FBI now considers animal abuse a Class A felony: https://t.co/SxHo05b7Yz https://t.co/pEaIfJMr9T", "coordinates": null, "retweeted": false, "favorite_count": 8474, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685198486355095552", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 245, "resize": "fit"}, "large": {"w": 1024, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "source_status_id_str": "685188701907988480", "media_url": "http://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "source_user_id_str": "1630896181", "id_str": "685188690730192896", "id": 685188690730192896, "media_url_https": "https://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "type": "photo", "indices": [91, 114], "source_status_id": 685188701907988480, "source_user_id": 1630896181, "display_url": "pic.twitter.com/pEaIfJMr9T", "expanded_url": "http://twitter.com/vicenews/status/685188701907988480/photo/1", "url": "https://t.co/pEaIfJMr9T"}], "symbols": [], "urls": [{"display_url": "bit.ly/1Jx7CnA", "url": "https://t.co/SxHo05b7Yz", "expanded_url": "http://bit.ly/1Jx7CnA", "indices": [67, 90]}], "hashtags": [], "user_mentions": [{"screen_name": "vicenews", "id_str": "1630896181", "id": 1630896181, "indices": [3, 12], "name": "VICE News"}]}, "created_at": "Thu Jan 07 20:37:04 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685198486355095552, "text": "RT @vicenews: The FBI now considers animal abuse a Class A felony: https://t.co/SxHo05b7Yz https://t.co/pEaIfJMr9T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14623181, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 14314, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14623181/1421113433", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "995848285", "following": false, "friends_count": 90, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nginx.com", "url": "http://t.co/ahz848qfrm", "expanded_url": "http://nginx.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000111127054/82fd839e7651d2266399b3afd24d04fe.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 24532, "location": "San Francisco", "screen_name": "nginx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 452, "name": "NGINX, Inc.", "profile_use_background_image": true, "description": "News from NGINX, Inc., the company providing products and services on top of its renowned open source software nginx. For news about NGINX check @nginxorg", "url": "http://t.co/ahz848qfrm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/567774844322713600/tYoVju31_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Dec 07 20:50:31 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/567774844322713600/tYoVju31_normal.png", "favourites_count": 451, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685570724019453952", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1K3bA2i", "url": "https://t.co/mUGlFylkrn", "expanded_url": "http://bit.ly/1K3bA2i", "indices": [85, 108]}], "hashtags": [{"text": "software", "indices": [33, 42]}], "user_mentions": [{"screen_name": "InformationAge", "id_str": "19603444", "id": 19603444, "indices": [113, 128], "name": "Information Age"}]}, "created_at": "Fri Jan 08 21:16:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685570724019453952, "text": "Everything old is new again: how #software development will come full circle in 2016 https://t.co/mUGlFylkrn via @InformationAge", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 995848285, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000111127054/82fd839e7651d2266399b3afd24d04fe.png", "statuses_count": 1960, "profile_banner_url": "https://pbs.twimg.com/profile_banners/995848285/1443504328", "is_translator": false}, {"time_zone": "Nairobi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "2975078105", "following": false, "friends_count": 12, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iojs.org", "url": "https://t.co/25rC8pIJ21", "expanded_url": "https://iojs.org/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 13924, "location": "Global", "screen_name": "official_iojs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 414, "name": "io.js", "profile_use_background_image": true, "description": "Bringing ES6 to the Node Community!", "url": "https://t.co/25rC8pIJ21", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/576109715039518720/W9ics_VG_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jan 12 18:18:27 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/576109715039518720/W9ics_VG_normal.png", "favourites_count": 1167, "status": {"retweet_count": 26, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "656505348208001025", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/evangel\u2026", "url": "https://t.co/pE0BDmhyAq", "expanded_url": "https://github.com/nodejs/evangelism/issues/179", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Oct 20 16:20:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 656505348208001025, "text": "Here we go again ;) https://t.co/pE0BDmhyAq", "coordinates": null, "retweeted": false, "favorite_count": 22, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2975078105, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 341, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2975078105/1426190219", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "30923", "following": false, "friends_count": 744, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "randsinrepose.com", "url": "http://t.co/wHTKjCyuT3", "expanded_url": "http://www.randsinrepose.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 35290, "location": "los gatos, ca", "screen_name": "rands", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2264, "name": "rands", "profile_use_background_image": true, "description": "reposing about werewolves, pens, and writing.", "url": "http://t.co/wHTKjCyuT3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651438942181453824/Ov8RmRF9_normal.png", "profile_background_color": "022330", "created_at": "Wed Nov 29 19:16:11 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651438942181453824/Ov8RmRF9_normal.png", "favourites_count": 154, "status": {"retweet_count": 40, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685550447717789696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/briankesinger/", "url": "https://t.co/fMDwiiT2kx", "expanded_url": "https://www.instagram.com/briankesinger/", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:55:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685550447717789696, "text": "Calvin & Hobbes + The Force Awakens: https://t.co/fMDwiiT2kx", "coordinates": null, "retweeted": false, "favorite_count": 30, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 30923, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 11655, "profile_banner_url": "https://pbs.twimg.com/profile_banners/30923/1442198088", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "7387992", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "justincampbell.me", "url": "https://t.co/oY5xbJv61R", "expanded_url": "http://justincampbell.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2634657/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "028E9B", "geo_enabled": true, "followers_count": 952, "location": "Philadelphia, PA", "screen_name": "justincampbell", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 52, "name": "Justin Campbell", "profile_use_background_image": true, "description": "@hashicorp @turingcool @cs_bookclub @sc_philly @paperswelovephl", "url": "https://t.co/oY5xbJv61R", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/483705812183822337/1uxkGTkj_normal.jpeg", "profile_background_color": "FF7700", "created_at": "Wed Jul 11 00:40:57 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "028E9B", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483705812183822337/1uxkGTkj_normal.jpeg", "favourites_count": 2238, "status": {"in_reply_to_status_id": 684900893997821952, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/dd9c503d6c35364b.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-80.519851, 39.719801], [-74.689517, 39.719801], [-74.689517, 42.516072], [-80.519851, 42.516072]]], "type": "Polygon"}, "full_name": "Pennsylvania, USA", "contained_within": [], "country_code": "US", "id": "dd9c503d6c35364b", "name": "Pennsylvania"}, "in_reply_to_screen_name": "McElaney", "in_reply_to_user_id": 249150277, "in_reply_to_status_id_str": "684900893997821952", "in_reply_to_user_id_str": "249150277", "truncated": false, "id_str": "684901313788948480", "id": 684901313788948480, "text": "@McElaney Slack \u261c(\uff9f\u30ee\uff9f\u261c)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "McElaney", "id_str": "249150277", "id": 249150277, "indices": [0, 9], "name": "Brian E. McElaney"}]}, "created_at": "Thu Jan 07 00:56:12 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ja"}, "default_profile_image": false, "id": 7387992, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2634657/bg.gif", "statuses_count": 8351, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7387992/1433941401", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "778518", "following": false, "friends_count": 397, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "progrium.com", "url": "http://t.co/PviVbZYkA3", "expanded_url": "http://progrium.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 6415, "location": "Austin, TX", "screen_name": "progrium", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 357, "name": "Jeff Lindsay", "profile_use_background_image": true, "description": "Systems. Metal. Platforms. Design. Creator: Dokku, Webhooks, RequestBin, Hacker Dojo, Localtunnel, SuperHappyDevHouse. Founder: @gliderlabs", "url": "http://t.co/PviVbZYkA3", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/630209918398652416/8VuQvYBF_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sun Feb 18 09:41:22 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/630209918398652416/8VuQvYBF_normal.jpg", "favourites_count": 1488, "status": {"in_reply_to_status_id": 685543834588033024, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "biphenyl", "in_reply_to_user_id": 11772912, "in_reply_to_status_id_str": "685543834588033024", "in_reply_to_user_id_str": "11772912", "truncated": false, "id_str": "685543988443516928", "id": 685543988443516928, "text": "@biphenyl you're not Slacking enough", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "biphenyl", "id_str": "11772912", "id": 11772912, "indices": [0, 9], "name": "Matt Mechtley"}]}, "created_at": "Fri Jan 08 19:29:58 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 778518, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 11528, "profile_banner_url": "https://pbs.twimg.com/profile_banners/778518/1439089812", "is_translator": false}, {"time_zone": "Buenos Aires", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "77909615", "following": false, "friends_count": 2319, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tryolabs.com", "url": "https://t.co/yDkqOVMoPH", "expanded_url": "http://www.tryolabs.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/652209316246765568/UMKWbtfE.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 11880, "location": "San Francisco | Uruguay", "screen_name": "tryolabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 376, "name": "Tryolabs", "profile_use_background_image": true, "description": "Hi-tech Boutique Dev Shop focused on SV & NYC Startups. Python ecosystem, JS, iOS, NLP & Machine Learning specialists. Creators of @MonkeyLearn.", "url": "https://t.co/yDkqOVMoPH", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621496995417448448/zKSvxqAb_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Sep 28 03:09:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621496995417448448/zKSvxqAb_normal.png", "favourites_count": 20614, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685579492614631428", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 96, "resize": "fit"}, "large": {"w": 800, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 169, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOq6oSWQAAZZky.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/media/CYOq6oSWQAAZZky.jpg", "display_url": "pic.twitter.com/Fk3brZmoTf", "id_str": "685579492513955840", "expanded_url": "http://twitter.com/tryolabs/status/685579492614631428/photo/1", "id": 685579492513955840, "url": "https://t.co/Fk3brZmoTf"}], "symbols": [], "urls": [{"display_url": "buff.ly/1ZfpACc", "url": "https://t.co/VNzbh6CpJA", "expanded_url": "http://buff.ly/1ZfpACc", "indices": [67, 90]}], "hashtags": [{"text": "MachineLearning", "indices": [43, 59]}], "user_mentions": [{"screen_name": "genekogan", "id_str": "51757957", "id": 51757957, "indices": [94, 104], "name": "Gene Kogan"}]}, "created_at": "Fri Jan 08 21:51:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685579492614631428, "text": "Very interesting & engaging article on #MachineLearning + Art: https://t.co/VNzbh6CpJA by @genekogan https://t.co/Fk3brZmoTf", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 77909615, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/652209316246765568/UMKWbtfE.png", "statuses_count": 1400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/77909615/1437011861", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "111767172", "following": false, "friends_count": 70, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 313, "location": "Philadelphia, PA", "screen_name": "nick_kapur", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Nick Kapur", "profile_use_background_image": true, "description": "Historian of modern Japan and East Asia. I only tweet extremely interesting things. No photos of my lunch and no selfies, not ever.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000520577314/370d93bc80f4a16feeb58122f82956a3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Feb 06 02:34:40 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000520577314/370d93bc80f4a16feeb58122f82956a3_normal.jpeg", "favourites_count": 6736, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685494137613754368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/LIJdheem1h", "url": "https://t.co/LIJdheem1h", "expanded_url": "http://twitter.com/on3ness/status/685494137613754368/photo/1", "indices": [12, 35]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:11:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685494137613754368, "text": "i love cats https://t.co/LIJdheem1h", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685519035979677696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/LIJdheem1h", "url": "https://t.co/LIJdheem1h", "expanded_url": "http://twitter.com/on3ness/status/685494137613754368/photo/1", "indices": [25, 48]}], "hashtags": [], "user_mentions": [{"screen_name": "on3ness", "id_str": "124548700", "id": 124548700, "indices": [3, 11], "name": "br\u00f8seph"}]}, "created_at": "Fri Jan 08 17:50:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685519035979677696, "text": "RT @on3ness: i love cats https://t.co/LIJdheem1h", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 111767172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4392, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14247654", "following": false, "friends_count": 5000, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "contino.co.uk", "url": "http://t.co/7ioXHyid9F", "expanded_url": "http://www.contino.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2528, "location": "London, UK", "screen_name": "benjaminwootton", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Benjamin Wootton", "profile_use_background_image": true, "description": "Co-Founder of Contino, a DevOps & Continuous Delivery consultancy from the UK", "url": "http://t.co/7ioXHyid9F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432963889584558080/lw5EAdrR_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri Mar 28 22:44:56 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432963889584558080/lw5EAdrR_normal.jpeg", "favourites_count": 1063, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683332087588503552", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 270, "h": 200, "resize": "fit"}, "medium": {"w": 270, "h": 200, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 270, "h": 200, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "display_url": "pic.twitter.com/DabsPkV0tE", "id_str": "683332087483641857", "expanded_url": "http://twitter.com/manupaisable/status/683332087588503552/photo/1", "id": 683332087483641857, "url": "https://t.co/DabsPkV0tE"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RzZhSD", "url": "https://t.co/qLPUnqP9Ly", "expanded_url": "http://buff.ly/1RzZhSD", "indices": [93, 116]}], "hashtags": [{"text": "DevOps", "indices": [30, 37]}], "user_mentions": [{"screen_name": "paul", "id_str": "1140", "id": 1140, "indices": [86, 91], "name": "Paul Rollo"}]}, "created_at": "Sat Jan 02 17:00:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683332087588503552, "text": "\"most projects we migrated to #DevOps deployed between 200% to 400% more than before\"\n@Paul\u2026 https://t.co/qLPUnqP9Ly https://t.co/DabsPkV0tE", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685368907327270912", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 270, "h": 200, "resize": "fit"}, "medium": {"w": 270, "h": 200, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 270, "h": 200, "resize": "fit"}}, "source_status_id_str": "683332087588503552", "media_url": "http://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "source_user_id_str": "398365705", "id_str": "683332087483641857", "id": 683332087483641857, "media_url_https": "https://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 683332087588503552, "source_user_id": 398365705, "display_url": "pic.twitter.com/DabsPkV0tE", "expanded_url": "http://twitter.com/manupaisable/status/683332087588503552/photo/1", "url": "https://t.co/DabsPkV0tE"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RzZhSD", "url": "https://t.co/qLPUnqP9Ly", "expanded_url": "http://buff.ly/1RzZhSD", "indices": [111, 134]}], "hashtags": [{"text": "DevOps", "indices": [48, 55]}], "user_mentions": [{"screen_name": "manupaisable", "id_str": "398365705", "id": 398365705, "indices": [3, 16], "name": "Manuel Pais"}, {"screen_name": "paul", "id_str": "1140", "id": 1140, "indices": [104, 109], "name": "Paul Rollo"}]}, "created_at": "Fri Jan 08 07:54:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685368907327270912, "text": "RT @manupaisable: \"most projects we migrated to #DevOps deployed between 200% to 400% more than before\"\n@Paul\u2026 https://t.co/qLPUnqP9Ly http\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 14247654, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2827, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35242212", "following": false, "friends_count": 201, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 95, "location": "Boston, MA", "screen_name": "macdiesel412", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Brian Beggs", "profile_use_background_image": false, "description": "I write software and think BIG. XMPP, MongoDB, NoSQL, Data Analytics, cycling, skiing, edX", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2512895031/1t5dkaadh0qkelj1ylr4_normal.jpeg", "profile_background_color": "000000", "created_at": "Sat Apr 25 16:00:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2512895031/1t5dkaadh0qkelj1ylr4_normal.jpeg", "favourites_count": 23, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Expedia", "in_reply_to_user_id": 17365848, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "17365848", "truncated": false, "id_str": "677166680196390913", "id": 677166680196390913, "text": "@Expedia Now your support hung up on me, won't let me change flight. What gives? This service is awful!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Expedia", "id_str": "17365848", "id": 17365848, "indices": [0, 8], "name": "Expedia"}]}, "created_at": "Wed Dec 16 16:41:32 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 35242212, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 420, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14961286", "following": false, "friends_count": 948, "entities": {"description": {"urls": [{"display_url": "erinjorichey.com", "url": "https://t.co/bUIMCWrbnW", "expanded_url": "http://erinjorichey.com", "indices": [121, 144]}]}, "url": {"urls": [{"display_url": "erinjo.xyz", "url": "https://t.co/zWMM8cNTsz", "expanded_url": "http://erinjo.xyz", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/662980140/1ti8pk1kn715i2c5aya1.png", "notifications": false, "profile_sidebar_fill_color": "E4DACE", "profile_link_color": "DB2E2E", "geo_enabled": true, "followers_count": 2265, "location": "San Francisco, CA", "screen_name": "erinjo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 270, "name": "Erin Jo Richey", "profile_use_background_image": true, "description": "Co-founder of @withknown. Information choreographer. User experience strategist. Oregonian. Building an open social web. https://t.co/bUIMCWrbnW", "url": "https://t.co/zWMM8cNTsz", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/461635779010101248/ngayZj4G_normal.jpeg", "profile_background_color": "FCFCFC", "created_at": "Sat May 31 06:45:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/461635779010101248/ngayZj4G_normal.jpeg", "favourites_count": 723, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684958057806180352", "id": 684958057806180352, "text": "Walking home from the grocery store just now and got pummeled by small hail. \ud83c\udf27\u2614\ufe0f", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 04:41:41 +0000 2016", "source": "Erin's Idno", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14961286, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/662980140/1ti8pk1kn715i2c5aya1.png", "statuses_count": 8880, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14961286/1399013710", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "258924364", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyetconf.com", "url": "http://t.co/8cCQxfuIhl", "expanded_url": "http://andyetconf.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/285931472/patternpants.png", "notifications": false, "profile_sidebar_fill_color": "EBEBEB", "profile_link_color": "0099B0", "geo_enabled": false, "followers_count": 1258, "location": "October 6\u20138 in Richland, WA", "screen_name": "AndyetConf", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 87, "name": "&yetConf", "profile_use_background_image": true, "description": "Conf about the intersections of tech, humanity, meaning, & ethics for people who believe the world should be better and are determined to make it so.\n\n\u2014@andyet", "url": "http://t.co/8cCQxfuIhl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/618554448651010048/LQj3BTqZ_normal.png", "profile_background_color": "202020", "created_at": "Mon Feb 28 20:09:25 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "757575", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/618554448651010048/LQj3BTqZ_normal.png", "favourites_count": 824, "status": {"in_reply_to_status_id": 684082741512515584, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mmatuzak", "in_reply_to_user_id": 10749432, "in_reply_to_status_id_str": "684082741512515584", "in_reply_to_user_id_str": "10749432", "truncated": false, "id_str": "684084002504900608", "id": 684084002504900608, "text": "@mmatuzak @obensource Yay @ADVUnderground!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mmatuzak", "id_str": "10749432", "id": 10749432, "indices": [0, 9], "name": "matuzi"}, {"screen_name": "obensource", "id_str": "407296703", "id": 407296703, "indices": [10, 21], "name": "Ben Michel"}, {"screen_name": "ADVUnderground", "id_str": "2149984081", "id": 2149984081, "indices": [26, 41], "name": "ADV Underground"}]}, "created_at": "Mon Jan 04 18:48:30 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 258924364, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/285931472/patternpants.png", "statuses_count": 1505, "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "153026017", "following": false, "friends_count": 108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/paulohp", "url": "https://t.co/TH0JsQaz8h", "expanded_url": "http://github.com/paulohp", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/663556925/hywuxpjyq3ytnbp9823z.png", "notifications": false, "profile_sidebar_fill_color": "FCA241", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 418, "location": "Belo Horizonte, Brazil", "screen_name": "paulo_hp", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 19, "name": "Paulo Pires (\u2310\u25a0_\u25a0)", "profile_use_background_image": true, "description": "programmer. @bower team member. hacking listening sertanejo.", "url": "https://t.co/TH0JsQaz8h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668872384502480896/_mBH7aYV_normal.jpg", "profile_background_color": "BCCDD6", "created_at": "Mon Jun 07 14:00:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668872384502480896/_mBH7aYV_normal.jpg", "favourites_count": 562, "status": {"in_reply_to_status_id": 685272876338032640, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rodrigo_ea", "in_reply_to_user_id": 55245797, "in_reply_to_status_id_str": "685272876338032640", "in_reply_to_user_id_str": "55245797", "truncated": false, "id_str": "685276627618689024", "id": 685276627618689024, "text": "@rodrigo_ea @ray_ban \u00e9, o customizado :\\ mas o mais triste \u00e9 a falta de comunica\u00e7\u00e3o mesmo. Sabe como \u00e9 n\u00e9.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rodrigo_ea", "id_str": "55245797", "id": 55245797, "indices": [0, 11], "name": "Rodrigo Antinarelli"}, {"screen_name": "ray_ban", "id_str": "234264720", "id": 234264720, "indices": [12, 20], "name": "Ray-Ban"}]}, "created_at": "Fri Jan 08 01:47:34 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "pt"}, "default_profile_image": false, "id": 153026017, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/663556925/hywuxpjyq3ytnbp9823z.png", "statuses_count": 5668, "profile_banner_url": "https://pbs.twimg.com/profile_banners/153026017/1433120246", "is_translator": false}, {"time_zone": "Lisbon", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "6477652", "following": false, "friends_count": 807, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "trodrigues.net", "url": "https://t.co/MEu7qSJfMY", "expanded_url": "http://trodrigues.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": false, "followers_count": 1919, "location": "Berlin", "screen_name": "trodrigues", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 126, "name": "Tiago Rodrigues", "profile_use_background_image": false, "description": "I tweet about things you might not like such as JS, feminism, music, coffee, open source, cats and video games. Semicolon removal expert at Contentful", "url": "https://t.co/MEu7qSJfMY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/600311963361640449/9qFGI8ZV_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Thu May 31 17:09:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/600311963361640449/9qFGI8ZV_normal.jpg", "favourites_count": 1086, "status": {"in_reply_to_status_id": 685501356732510208, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "marciana", "in_reply_to_user_id": 1813001, "in_reply_to_status_id_str": "685501356732510208", "in_reply_to_user_id_str": "1813001", "truncated": false, "id_str": "685502766173843456", "id": 685502766173843456, "text": "@marciana tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a v", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "marciana", "id_str": "1813001", "id": 1813001, "indices": [0, 9], "name": "Irrita"}]}, "created_at": "Fri Jan 08 16:46:10 +0000 2016", "source": "Fenix for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "pt"}, "default_profile_image": false, "id": 6477652, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 68450, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6477652/1410026369", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "10840182", "following": false, "friends_count": 88, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mundoopensource.com.br", "url": "http://t.co/AyVbZvEevz", "expanded_url": "http://www.mundoopensource.com.br", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 220, "location": "Canoas, RS", "screen_name": "mhterres", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Marcelo Terres", "profile_use_background_image": true, "description": "Sysadmin Linux, com foco em VoIP e XMPP, f\u00e3 de comics, apreciador de uma boa cerveja e metido a cozinheiro e homebrewer nas horas vagas ;-)", "url": "http://t.co/AyVbZvEevz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1771702626/novoperfil_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 04 15:18:08 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771702626/novoperfil_normal.jpg", "favourites_count": 11, "status": {"retweet_count": 18, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 18, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684096178456236032", "id": 684096178456236032, "text": "Happy 17th birthday, Jabber! #xmpp", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "xmpp", "indices": [29, 34]}], "user_mentions": []}, "created_at": "Mon Jan 04 19:36:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 17, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684112189297393665", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "xmpp", "indices": [41, 46]}], "user_mentions": [{"screen_name": "ralphm", "id_str": "2426271", "id": 2426271, "indices": [3, 10], "name": "Ralph Meijer"}]}, "created_at": "Mon Jan 04 20:40:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684112189297393665, "text": "RT @ralphm: Happy 17th birthday, Jabber! #xmpp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 10840182, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3011, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10840182/1448740364", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2557527470", "following": false, "friends_count": 462, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opensource.cisco.com", "url": "https://t.co/XHlFibsKyg", "expanded_url": "http://opensource.cisco.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1022, "location": "", "screen_name": "TrailsAndTech", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 50, "name": "Jen Hollingsworth", "profile_use_background_image": false, "description": "SW Strategy @ Cisco. Lover of: Tech, #OpenSource, Cloud Stuff, Passionate People & the Outdoors. Haven't met a trail, #CarboPro product or taco I didn't like.", "url": "https://t.co/XHlFibsKyg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/527303350207787008/4lyNf7X0_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Jun 09 21:07:05 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/527303350207787008/4lyNf7X0_normal.jpeg", "favourites_count": 2178, "status": {"in_reply_to_status_id": 685554373628424192, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "vCloudernBeer", "in_reply_to_user_id": 830411028, "in_reply_to_status_id_str": "685554373628424192", "in_reply_to_user_id_str": "830411028", "truncated": false, "id_str": "685560135716966400", "id": 685560135716966400, "text": "@vCloudernBeer YES!!!! :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "vCloudernBeer", "id_str": "830411028", "id": 830411028, "indices": [0, 14], "name": "Anthony Chow"}]}, "created_at": "Fri Jan 08 20:34:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 2557527470, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1371, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2557527470/1405046981", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "227050193", "following": false, "friends_count": 524, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "withknown.com", "url": "http://t.co/qDJMKyeC7F", "expanded_url": "http://withknown.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "9F111A", "geo_enabled": false, "followers_count": 1412, "location": "San Francisco, CA", "screen_name": "withknown", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Known", "profile_use_background_image": false, "description": "Publish on your own site, and share with audiences across the web. Part of @mattervc's third class. #indieweb #reclaimyourdomain", "url": "http://t.co/qDJMKyeC7F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/464122315689574400/IzqGaQEL_normal.png", "profile_background_color": "880000", "created_at": "Wed Dec 15 19:45:51 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "880000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464122315689574400/IzqGaQEL_normal.png", "favourites_count": 558, "status": {"in_reply_to_status_id": 685557584527376384, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AngeloFrangione", "in_reply_to_user_id": 334592526, "in_reply_to_status_id_str": "685557584527376384", "in_reply_to_user_id_str": "334592526", "truncated": false, "id_str": "685610856613216256", "id": 685610856613216256, "text": "@AngeloFrangione We're working on integrating a translation framework. We want everyone to be able to use Known!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AngeloFrangione", "id_str": "334592526", "id": 334592526, "indices": [0, 16], "name": "Angelo"}]}, "created_at": "Fri Jan 08 23:55:40 +0000 2016", "source": "Known Stream", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 227050193, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1070, "profile_banner_url": "https://pbs.twimg.com/profile_banners/227050193/1423650405", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "981101", "following": false, "friends_count": 2074, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bengo.is", "url": "https://t.co/d3tx42Owqt", "expanded_url": "http://bengo.is", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/119792414/x23ca35415a8f750f5ad0aa97860e9aa.png", "notifications": false, "profile_sidebar_fill_color": "333333", "profile_link_color": "18ADF6", "geo_enabled": true, "followers_count": 1033, "location": "San Francisco, CA", "screen_name": "bengo", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 81, "name": "Benjamin Goering", "profile_use_background_image": true, "description": "Founding Engineer @Livefyre. Open. Stoic Situationist. \u2665 reading, philosophy, open web, (un)logic, AI, sports, and edm. Kansan gone Cali.", "url": "https://t.co/d3tx42Owqt", "profile_text_color": "636363", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1856167361/Photo_on_2-26-12_at_1.41_PM_normal.jpg", "profile_background_color": "CCCCCC", "created_at": "Mon Mar 12 03:55:06 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1856167361/Photo_on_2-26-12_at_1.41_PM_normal.jpg", "favourites_count": 964, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685580750448508928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOsD2MUQAAJ8tR.jpg", "type": "photo", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CYOsD2MUQAAJ8tR.jpg", "display_url": "pic.twitter.com/LTYVklmUyg", "id_str": "685580750377205760", "expanded_url": "http://twitter.com/bengo/status/685580750448508928/photo/1", "id": 685580750377205760, "url": "https://t.co/LTYVklmUyg"}], "symbols": [], "urls": [{"display_url": "itun.es/us/0CoK2.c?i=3\u2026", "url": "https://t.co/zQ3UB0Dhiy", "expanded_url": "https://itun.es/us/0CoK2.c?i=359766164", "indices": [29, 52]}], "hashtags": [], "user_mentions": [{"screen_name": "thenewstack", "id_str": "2327560616", "id": 2327560616, "indices": [71, 83], "name": "The New Stack"}]}, "created_at": "Fri Jan 08 21:56:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685580750448508928, "text": "Check out this cool episode: https://t.co/zQ3UB0Dhiy \"Keep Node Weird\" @thenewstack https://t.co/LTYVklmUyg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 981101, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/119792414/x23ca35415a8f750f5ad0aa97860e9aa.png", "statuses_count": 5799, "profile_banner_url": "https://pbs.twimg.com/profile_banners/981101/1353910636", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "321162442", "following": false, "friends_count": 143, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 26, "location": "", "screen_name": "mattyindustries", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Mathew Archibald", "profile_use_background_image": true, "description": "Linux Sysadmin at Toyota Australia", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1845304287/317521_10150457252939622_574214621_11067762_119180137_n_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 21 03:43:14 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1845304287/317521_10150457252939622_574214621_11067762_119180137_n_normal.jpg", "favourites_count": 44, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "EtihadStadiumAU", "in_reply_to_user_id": 152837019, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "152837019", "truncated": false, "id_str": "630298486664097793", "id": 630298486664097793, "text": "@EtihadStadiumAU kick to kick still on after #AFLSaintsFreo?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "AFLSaintsFreo", "indices": [45, 59]}], "user_mentions": [{"screen_name": "EtihadStadiumAU", "id_str": "152837019", "id": 152837019, "indices": [0, 16], "name": "Etihad Stadium"}]}, "created_at": "Sun Aug 09 08:44:04 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 321162442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 39, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2402568709", "following": false, "friends_count": 17541, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "reeldx.com", "url": "http://t.co/GqPJuzOYMV", "expanded_url": "http://www.reeldx.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 21103, "location": "Vancouver, WA", "screen_name": "andrewreeldx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 518, "name": "Andrew Richards", "profile_use_background_image": true, "description": "Co-Founder & CTO @ ReelDx, Technologist, Brewer, Runner, Coder", "url": "http://t.co/GqPJuzOYMV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/598983823183859712/TI8-vvmM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 22 03:27:50 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/598983823183859712/TI8-vvmM_normal.jpg", "favourites_count": 2991, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609079771774976", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/cancergeek/sta\u2026", "url": "https://t.co/tWEoIh9Mwi", "expanded_url": "https://twitter.com/cancergeek/status/685571019667423232", "indices": [42, 65]}], "hashtags": [{"text": "jpm16", "indices": [34, 40]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:48:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609079771774976, "text": "Liberate data? That's how we roll #jpm16 https://t.co/tWEoIh9Mwi", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2402568709, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2402568709/1411424123", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14110325", "following": false, "friends_count": 1108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "soundcloud.com/jay-holler", "url": "https://t.co/Dn5Q3Kk7jo", "expanded_url": "https://soundcloud.com/jay-holler", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000074470579/2c04286bb38f279b5af552dc00a0dd05.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 1108, "location": "California, USA", "screen_name": "jayholler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Jay Holler", "profile_use_background_image": false, "description": "Eventually Sol will expand to consume everything anyone has ever known, created, or recorded.", "url": "https://t.co/Dn5Q3Kk7jo", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684870793021374464/ft5S-xyN_normal.png", "profile_background_color": "1A1B1F", "created_at": "Mon Mar 10 00:14:55 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684870793021374464/ft5S-xyN_normal.png", "favourites_count": 17299, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685611207588315136", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/wilkieii/statu\u2026", "url": "https://t.co/McoC7g0Cbf", "expanded_url": "https://twitter.com/wilkieii/status/667847111929655296", "indices": [10, 33]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:57:04 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685611207588315136, "text": "I Lol';ed https://t.co/McoC7g0Cbf", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 14110325, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000074470579/2c04286bb38f279b5af552dc00a0dd05.png", "statuses_count": 33898, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14110325/1452192763", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "126030998", "following": false, "friends_count": 542, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "0xabad1dea.github.io", "url": "https://t.co/cZmmxZ39G9", "expanded_url": "http://0xabad1dea.github.io/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/91946315/miku-twitter.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20122, "location": "@veracode", "screen_name": "0xabad1dea", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 876, "name": "Melissa \u2407 \u2b50\ufe0f", "profile_use_background_image": true, "description": "Infosec supervillain, insufferable SJW, and twitter witch whose very name causes systems to crash. Fortune favors those who do the math. she/her; I \u2666\ufe0f @m1sp.", "url": "https://t.co/cZmmxZ39G9", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660844914301734912/fZe3pgET_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 24 16:31:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660844914301734912/fZe3pgET_normal.png", "favourites_count": 2961, "status": {"in_reply_to_status_id": 685584975370956800, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "WhiteMageSlave", "in_reply_to_user_id": 90791634, "in_reply_to_status_id_str": "685584975370956800", "in_reply_to_user_id_str": "90791634", "truncated": false, "id_str": "685585721063792641", "id": 685585721063792641, "text": "@WhiteMageSlave I went with Percy because I don't like him, after considering \"Evil Ron\" (I know nothing except they're a redhead)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "WhiteMageSlave", "id_str": "90791634", "id": 90791634, "indices": [0, 15], "name": "Tam"}]}, "created_at": "Fri Jan 08 22:15:48 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 126030998, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/91946315/miku-twitter.png", "statuses_count": 133954, "profile_banner_url": "https://pbs.twimg.com/profile_banners/126030998/1348018700", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "24718762", "following": false, "friends_count": 387, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": false, "followers_count": 268, "location": "", "screen_name": "unixgeekem", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 26, "name": "Emily Gladstone Cole", "profile_use_background_image": true, "description": "UNIX and Security Admin, baseball fan, singer, dancer, actor, voracious reader, student. Opinions are my own and not my employer's.", "url": null, "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/596414478155026432/DmOXfl8e_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Mon Mar 16 16:23:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/596414478155026432/DmOXfl8e_normal.jpg", "favourites_count": 1739, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593188971642880", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/RobotHugsComic\u2026", "url": "https://t.co/SbF9JovOfO", "expanded_url": "https://twitter.com/RobotHugsComic/status/674961985059074048", "indices": [6, 29]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:45:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593188971642880, "text": "This. https://t.co/SbF9JovOfO", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 24718762, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 2163, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24718762/1364947598", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14071087", "following": false, "friends_count": 1254, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/135413985/earth-from-above-by-klaus-leidorf01.jpeg", "notifications": false, "profile_sidebar_fill_color": "C9E6A3", "profile_link_color": "C200E0", "geo_enabled": true, "followers_count": 375, "location": "New York, NY", "screen_name": "ineverthink", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Chris Handy", "profile_use_background_image": true, "description": "Devops, Systems thinker, not just technical. Works at @workmarket, formerly @condenast", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606216573754458112/g0UX_mT2_normal.jpg", "profile_background_color": "8A698A", "created_at": "Mon Mar 03 03:50:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "6A0B8A", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606216573754458112/g0UX_mT2_normal.jpg", "favourites_count": 492, "status": {"in_reply_to_status_id": 685106932512854016, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "skamille", "in_reply_to_user_id": 24257941, "in_reply_to_status_id_str": "685106932512854016", "in_reply_to_user_id_str": "24257941", "truncated": false, "id_str": "685169500887629824", "id": 685169500887629824, "text": "@skamille might want to look into @WorkMarket", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "skamille", "id_str": "24257941", "id": 24257941, "indices": [0, 9], "name": "Camille Fournier"}, {"screen_name": "WorkMarket", "id_str": "154696373", "id": 154696373, "indices": [34, 45], "name": "Work Market"}]}, "created_at": "Thu Jan 07 18:41:53 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14071087, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/135413985/earth-from-above-by-klaus-leidorf01.jpeg", "statuses_count": 2151, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1164839209", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nodesecurity.io", "url": "https://t.co/McA4uRwQAL", "expanded_url": "http://nodesecurity.io", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 6917, "location": "", "screen_name": "nodesecurity", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 295, "name": "Node.js Security", "profile_use_background_image": true, "description": "Advisories, news & libraries focused on Node.js security - Sponsored by @andyet, Organized by @liftsecurity", "url": "https://t.co/McA4uRwQAL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3539651920/26b0eb1113c460f58d2fa508244531ca_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Feb 10 03:43:44 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3539651920/26b0eb1113c460f58d2fa508244531ca_normal.png", "favourites_count": 104, "status": {"in_reply_to_status_id": 685190823084986369, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mountain_ghosts", "in_reply_to_user_id": 13861042, "in_reply_to_status_id_str": "685190823084986369", "in_reply_to_user_id_str": "13861042", "truncated": false, "id_str": "685191592567701504", "id": 685191592567701504, "text": "@mountain_ghosts @3rdeden We added the information we received to the top of the advisory. See the linked gist.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mountain_ghosts", "id_str": "13861042", "id": 13861042, "indices": [0, 16], "name": "\u2200a: \u223c Sa = 0"}, {"screen_name": "3rdEden", "id_str": "14350255", "id": 14350255, "indices": [17, 25], "name": "Arnout Kazemier"}]}, "created_at": "Thu Jan 07 20:09:40 +0000 2016", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1164839209, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 356, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2883370235", "following": false, "friends_count": 5040, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/11hQZa8", "url": "http://t.co/waaWKCIqia", "expanded_url": "http://bit.ly/11hQZa8", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7768, "location": "", "screen_name": "NodeJSRR", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 113, "name": "Node JS", "profile_use_background_image": true, "description": "Live Content Curated by top Node JS Influencers. Moderated by @hardeepmonty.", "url": "http://t.co/waaWKCIqia", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534864150678106112/yIg0ZJsN_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Nov 19 00:20:03 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534864150678106112/yIg0ZJsN_normal.png", "favourites_count": 11, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685542023986712576", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "rightrelevance.com/search/article\u2026", "url": "https://t.co/EL03TjDFyo", "expanded_url": "http://www.rightrelevance.com/search/articles/hero?article=3a72295be2881af33fce57960cfd5f2e09ee9233&query=node%20js&taccount=nodejsrr", "indices": [99, 122]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:22:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685542023986712576, "text": "Why Node.js is Ideal for the Internet of Things - AngularJS News - AngularJS News - AngularJS News https://t.co/EL03TjDFyo", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "RRPostingApp"}, "default_profile_image": false, "id": 2883370235, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3310, "is_translator": false}, {"time_zone": "Wellington", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "136933779", "following": false, "friends_count": 360, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dominictarr.com", "url": "http://t.co/dLMAgM9U90", "expanded_url": "http://dominictarr.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "404099", "geo_enabled": true, "followers_count": 3915, "location": "Planet Earth", "screen_name": "dominictarr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 229, "name": "Dominic Tarr", "profile_use_background_image": false, "description": "opinioneer", "url": "http://t.co/dLMAgM9U90", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/613802908665126913/sqRAc3HM_normal.jpg", "profile_background_color": "F0F0F0", "created_at": "Sun Apr 25 09:11:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/613802908665126913/sqRAc3HM_normal.jpg", "favourites_count": 1513, "status": {"retweet_count": 0, "in_reply_to_user_id": 12241752, "possibly_sensitive": false, "id_str": "683456176609083392", "in_reply_to_user_id_str": "12241752", "entities": {"symbols": [], "urls": [{"display_url": "github.com/maxogden/dat/w\u2026", "url": "https://t.co/qxj2MAOd76", "expanded_url": "https://github.com/maxogden/dat/wiki/replication-protocols#couchdb", "indices": [66, 89]}], "hashtags": [], "user_mentions": [{"screen_name": "denormalize", "id_str": "12241752", "id": 12241752, "indices": [0, 12], "name": "maxwell ogden"}]}, "created_at": "Sun Jan 03 01:13:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "denormalize", "in_reply_to_status_id_str": null, "truncated": false, "id": 683456176609083392, "text": "@denormalize hey I added some stuff to your data replication wiki\nhttps://t.co/qxj2MAOd76", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 136933779, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6487, "profile_banner_url": "https://pbs.twimg.com/profile_banners/136933779/1435856217", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "113419064", "following": false, "friends_count": 18, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "golang.org", "url": "http://t.co/C4svVTkUmj", "expanded_url": "http://golang.org/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 36532, "location": "", "screen_name": "golang", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1020, "name": "Go", "profile_use_background_image": true, "description": "Go will make you love programming again. I promise.", "url": "http://t.co/C4svVTkUmj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2388595262/v02jhlxou71qagr6mwet_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Feb 11 18:04:38 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2388595262/v02jhlxou71qagr6mwet_normal.png", "favourites_count": 203, "status": {"retweet_count": 110, "retweeted_status": {"retweet_count": 110, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677646473484509186", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 428, "resize": "fit"}, "medium": {"w": 600, "h": 250, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 142, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "type": "photo", "indices": [102, 125], "media_url": "http://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "display_url": "pic.twitter.com/F5t4jUEiRX", "id_str": "677646437056978944", "expanded_url": "http://twitter.com/bradfitz/status/677646473484509186/photo/1", "id": 677646437056978944, "url": "https://t.co/F5t4jUEiRX"}], "symbols": [], "urls": [], "hashtags": [{"text": "golang", "indices": [94, 101]}], "user_mentions": []}, "created_at": "Fri Dec 18 00:28:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677646473484509186, "text": "Go1.6beta1 is out and is the first release with official ARM binaries available for download! #golang https://t.co/F5t4jUEiRX", "coordinates": null, "retweeted": false, "favorite_count": 124, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677681669638373376", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 428, "resize": "fit"}, "medium": {"w": 600, "h": 250, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 142, "resize": "fit"}}, "source_status_id_str": "677646473484509186", "media_url": "http://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "source_user_id_str": "650013", "id_str": "677646437056978944", "id": 677646437056978944, "media_url_https": "https://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "type": "photo", "indices": [116, 139], "source_status_id": 677646473484509186, "source_user_id": 650013, "display_url": "pic.twitter.com/F5t4jUEiRX", "expanded_url": "http://twitter.com/bradfitz/status/677646473484509186/photo/1", "url": "https://t.co/F5t4jUEiRX"}], "symbols": [], "urls": [], "hashtags": [{"text": "golang", "indices": [108, 115]}], "user_mentions": [{"screen_name": "bradfitz", "id_str": "650013", "id": 650013, "indices": [3, 12], "name": "Brad Fitzpatrick"}]}, "created_at": "Fri Dec 18 02:47:55 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677681669638373376, "text": "RT @bradfitz: Go1.6beta1 is out and is the first release with official ARM binaries available for download! #golang https://t.co/F5t4jUEiRX", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 113419064, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1931, "profile_banner_url": "https://pbs.twimg.com/profile_banners/113419064/1398369112", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "114477539", "following": false, "friends_count": 303, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dribbble.com/stephane_martin", "url": "http://t.co/2hbatAQEMF", "expanded_url": "http://dribbble.com/stephane_martin", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2980B9", "geo_enabled": false, "followers_count": 2981, "location": "France", "screen_name": "stephane_m_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 115, "name": "St\u00e9phane Martin", "profile_use_background_image": false, "description": "Half human, half geek. Currently Sr product designer at @StackOverflow (former @efounders) I love getting things done, I believe in minimalism and wine.", "url": "http://t.co/2hbatAQEMF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668706121918636032/nSXJ5CrR_normal.png", "profile_background_color": "D7DCE0", "created_at": "Mon Feb 15 15:07:00 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668706121918636032/nSXJ5CrR_normal.png", "favourites_count": 540, "status": {"retweet_count": 0, "in_reply_to_user_id": 16205746, "possibly_sensitive": false, "id_str": "685116838418722816", "in_reply_to_user_id_str": "16205746", "entities": {"media": [{"sizes": {"large": {"w": 230, "h": 319, "resize": "fit"}, "medium": {"w": 230, "h": 319, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 230, "h": 319, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIGIieWwAAqG_7.png", "type": "photo", "indices": [50, 73], "media_url": "http://pbs.twimg.com/media/CYIGIieWwAAqG_7.png", "display_url": "pic.twitter.com/1CDvfNJ2it", "id_str": "685116837076582400", "expanded_url": "http://twitter.com/stephane_m_/status/685116838418722816/photo/1", "id": 685116837076582400, "url": "https://t.co/1CDvfNJ2it"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "alexlmiller", "id_str": "16205746", "id": 16205746, "indices": [0, 12], "name": "Alex Miller"}, {"screen_name": "hellohynes", "id_str": "14475889", "id": 14475889, "indices": [13, 24], "name": "Joshua Hynes"}]}, "created_at": "Thu Jan 07 15:12:37 +0000 2016", "favorited": false, "in_reply_to_status_id": 685111393784233984, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "alexlmiller", "in_reply_to_status_id_str": "685111393784233984", "truncated": false, "id": 685116838418722816, "text": "@alexlmiller @hellohynes Wasn't disappointed too: https://t.co/1CDvfNJ2it", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 114477539, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 994, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "138513072", "following": false, "friends_count": 54, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A6E6AC", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 40, "location": "Portland, OR", "screen_name": "cdaringe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Chris Dieringer", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/860677096/11445_634752768398_19710968_37148685_7590791_n_normal.jpg", "profile_background_color": "329C40", "created_at": "Thu Apr 29 19:29:29 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "9FC2A3", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/860677096/11445_634752768398_19710968_37148685_7590791_n_normal.jpg", "favourites_count": 49, "status": {"retweet_count": 0, "in_reply_to_user_id": 14278727, "possibly_sensitive": false, "id_str": "679054290430787584", "in_reply_to_user_id_str": "14278727", "entities": {"symbols": [], "urls": [{"display_url": "inkandfeet.com/how-to-use-a-g\u2026", "url": "https://t.co/CSfKwrPXIy", "expanded_url": "http://inkandfeet.com/how-to-use-a-generic-usb-20-10100m-ethernet-adaptor-rd9700-on-mac-os-1011-el-capitan", "indices": [21, 44]}, {"display_url": "realtek.com/DOWNLOADS/down\u2026", "url": "https://t.co/MXKy0tG3e9", "expanded_url": "http://www.realtek.com/DOWNLOADS/downloadsView.aspx?Langid=1&PNid=14&PFid=55&Level=5&Conn=4&DownTypeID=3&GetDown=false", "indices": [115, 138]}], "hashtags": [], "user_mentions": [{"screen_name": "skoczen", "id_str": "14278727", "id": 14278727, "indices": [0, 8], "name": "Steven Skoczen"}]}, "created_at": "Mon Dec 21 21:42:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "skoczen", "in_reply_to_status_id_str": null, "truncated": false, "id": 679054290430787584, "text": "@skoczen, in ref to https://t.co/CSfKwrPXIy, realtek released a new driver for el cap that requires no sys edits: https://t.co/MXKy0tG3e9", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 138513072, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 68, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "650013", "following": false, "friends_count": 542, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bradfitz.com", "url": "http://t.co/AjdAkBY0iG", "expanded_url": "http://bradfitz.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "BFA446", "geo_enabled": true, "followers_count": 17909, "location": "San Francisco, CA", "screen_name": "bradfitz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1003, "name": "Brad Fitzpatrick", "profile_use_background_image": false, "description": "hacker, traveler, runner, optimist, gopher", "url": "http://t.co/AjdAkBY0iG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1376628217/brad_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jan 16 23:05:57 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1376628217/brad_normal.jpg", "favourites_count": 8366, "status": {"in_reply_to_status_id": 685602642395963392, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tigahill", "in_reply_to_user_id": 930826154, "in_reply_to_status_id_str": "685602642395963392", "in_reply_to_user_id_str": "930826154", "truncated": false, "id_str": "685603912133414912", "id": 685603912133414912, "text": "@tigahill @JohnLegere @EFF But not very media savvy, apparently. I'd love to read his actual accusations, if he can be calm for a second.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tigahill", "id_str": "930826154", "id": 930826154, "indices": [0, 9], "name": "LaTeigra Cahill"}, {"screen_name": "JohnLegere", "id_str": "1394399438", "id": 1394399438, "indices": [10, 21], "name": "John Legere"}, {"screen_name": "EFF", "id_str": "4816", "id": 4816, "indices": [22, 26], "name": "EFF"}]}, "created_at": "Fri Jan 08 23:28:05 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 650013, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6185, "profile_banner_url": "https://pbs.twimg.com/profile_banners/650013/1348015829", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8690322", "following": false, "friends_count": 180, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/iyaz", "url": "http://t.co/wXnrkVLXs1", "expanded_url": "http://about.me/iyaz", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "560869", "geo_enabled": true, "followers_count": 29813, "location": "New York, NY", "screen_name": "iyaz", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1232, "name": "iyaz akhtar", "profile_use_background_image": false, "description": "I'm the best damn Iyaz Akhtar in the world. Available online @CNET and @GFQNetwork", "url": "http://t.co/wXnrkVLXs1", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641973158552059904/dRLTJIiY_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Sep 05 17:08:15 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641973158552059904/dRLTJIiY_normal.jpg", "favourites_count": 520, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685297976856584192", "id": 685297976856584192, "text": "What did you think was the most awesome thing at CES 2016? #top5", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "top5", "indices": [59, 64]}], "user_mentions": []}, "created_at": "Fri Jan 08 03:12:24 +0000 2016", "source": "Twitter for iPad", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8690322, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 15190, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8690322/1433083510", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "10350", "following": false, "friends_count": 1100, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/veronica", "url": "https://t.co/Tf4y8BelKl", "expanded_url": "http://about.me/veronica", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/621400167472693249/x_fHufpl.jpg", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1758616, "location": "San Francisco", "screen_name": "Veronica", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 17379, "name": "Veronica Belmont", "profile_use_background_image": true, "description": "New media / TV host and writer. @swordandlaser, @vaginalfantasy and #DearVeronica for @Engadget. #SFGiants Destroyer of Worlds.", "url": "https://t.co/Tf4y8BelKl", "profile_text_color": "1E1A1A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684863070615650304/wYPYPO4o_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Oct 24 16:00:54 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C59D79", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684863070615650304/wYPYPO4o_normal.jpg", "favourites_count": 2795, "status": {"in_reply_to_status_id": 685613648220303360, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "NotAPreppie", "in_reply_to_user_id": 53830319, "in_reply_to_status_id_str": "685613648220303360", "in_reply_to_user_id_str": "53830319", "truncated": false, "id_str": "685613962868609025", "id": 685613962868609025, "text": "@NotAPreppie @MarieDomingo getting into random fights on Twitter clearly makes YOU feel better! Whatever works!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "NotAPreppie", "id_str": "53830319", "id": 53830319, "indices": [0, 12], "name": "IfPinkyWereAChemist"}, {"screen_name": "MarieDomingo", "id_str": "10394242", "id": 10394242, "indices": [13, 26], "name": "MarieDomingo"}]}, "created_at": "Sat Jan 09 00:08:01 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 10350, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/621400167472693249/x_fHufpl.jpg", "statuses_count": 36156, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10350/1436988647", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "816214", "following": false, "friends_count": 734, "entities": {"description": {"urls": [{"display_url": "techcrunch.com/video/crunchre\u2026", "url": "http://t.co/sufYJznghc", "expanded_url": "http://techcrunch.com/video/crunchreport", "indices": [59, 81]}]}, "url": {"urls": [{"display_url": "about.me/sarahlane", "url": "http://t.co/POf8fV5kwg", "expanded_url": "http://about.me/sarahlane", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3557808/Photo_29.jpg", "notifications": false, "profile_sidebar_fill_color": "BAFF91", "profile_link_color": "B81F45", "geo_enabled": true, "followers_count": 95471, "location": "Norf Side ", "screen_name": "sarahlane", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6398, "name": "Sarah Lane", "profile_use_background_image": true, "description": "TechCrunch Executive Producer, Video\n\nHost, Crunch Report: http://t.co/sufYJznghc\n\nI get it twisted, sorry", "url": "http://t.co/POf8fV5kwg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674766167823818753/O7tpjdpi_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Mar 06 22:45:50 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674766167823818753/O7tpjdpi_normal.jpg", "favourites_count": 705, "status": {"in_reply_to_status_id": 685526261507096577, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MDee14", "in_reply_to_user_id": 16684249, "in_reply_to_status_id_str": "685526261507096577", "in_reply_to_user_id_str": "16684249", "truncated": false, "id_str": "685527194949451776", "id": 685527194949451776, "text": "@MDee14 yay we both won!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MDee14", "id_str": "16684249", "id": 16684249, "indices": [0, 7], "name": "Marcel Dee"}]}, "created_at": "Fri Jan 08 18:23:14 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 816214, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3557808/Photo_29.jpg", "statuses_count": 16630, "profile_banner_url": "https://pbs.twimg.com/profile_banners/816214/1451606730", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "58708498", "following": false, "friends_count": 445, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "angelina.codes", "url": "http://t.co/v5aoRQrHwi", "expanded_url": "http://angelina.codes", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/485124631792087040/92tWmeP6.png", "notifications": false, "profile_sidebar_fill_color": "F7C9FF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 17533, "location": "NYC \u2708 ???", "screen_name": "hopefulcyborg", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 972, "name": "Angelina Fabbro", "profile_use_background_image": false, "description": "- polyglot programmer weirdo - engineer at @digitalocean (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b - prev: @mozilla devtools & @steamclocksw - they/their/them", "url": "http://t.co/v5aoRQrHwi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/599701328181465088/zXbE5ber_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jul 21 04:52:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/599701328181465088/zXbE5ber_normal.jpg", "favourites_count": 8940, "status": {"retweet_count": 6096, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 6096, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685515171675140096", "id": 685515171675140096, "text": "COP: u were swerving a lot so i have to conduct a sobriety test\nME: ok\nCOP: lets get taco bell\nME: no\nCOP: text ur ex\nME: no\nCOP: ok ur good", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:35:27 +0000 2016", "source": "Twitter Web Client", "favorite_count": 11419, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685567906923593729", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bobvulfov", "id_str": "2442237828", "id": 2442237828, "indices": [3, 13], "name": "Bob Vulfov"}]}, "created_at": "Fri Jan 08 21:05:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567906923593729, "text": "RT @bobvulfov: COP: u were swerving a lot so i have to conduct a sobriety test\nME: ok\nCOP: lets get taco bell\nME: no\nCOP: text ur ex\nME: no\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 58708498, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/485124631792087040/92tWmeP6.png", "statuses_count": 22753, "profile_banner_url": "https://pbs.twimg.com/profile_banners/58708498/1408048999", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "682433", "following": false, "friends_count": 1123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/othiym23/", "url": "http://t.co/20WWkunxbg", "expanded_url": "http://github.com/othiym23/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "CCCCCC", "profile_link_color": "333333", "geo_enabled": true, "followers_count": 2268, "location": "the outside lands", "screen_name": "othiym23", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 152, "name": "Forrest L Norvell", "profile_use_background_image": false, "description": "down with the kyriarchy / big ups to the heavy heavy bass.\n\nI may think you're doing something dumb but I think *you're* great.", "url": "http://t.co/20WWkunxbg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507801607782662144/6qxxNawS_normal.png", "profile_background_color": "CCCCCC", "created_at": "Mon Jan 22 20:57:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "333333", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507801607782662144/6qxxNawS_normal.png", "favourites_count": 5767, "status": {"in_reply_to_status_id": 685612122915536896, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "othiym23", "in_reply_to_user_id": 682433, "in_reply_to_status_id_str": "685612122915536896", "in_reply_to_user_id_str": "682433", "truncated": false, "id_str": "685612210031230976", "id": 685612210031230976, "text": "@reconbot @npmjs you probably need to look for binding.gyp and not, say, calls to `node-gyp rebuild`", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "reconbot", "id_str": "14082200", "id": 14082200, "indices": [0, 9], "name": "Francis Gulotta"}, {"screen_name": "npmjs", "id_str": "309528017", "id": 309528017, "indices": [10, 16], "name": "npmbot"}]}, "created_at": "Sat Jan 09 00:01:03 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 682433, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 30176, "profile_banner_url": "https://pbs.twimg.com/profile_banners/682433/1355870155", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "139199211", "following": false, "friends_count": 253, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "snarfed.org", "url": "https://t.co/0mWCez5XaB", "expanded_url": "https://snarfed.org/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 464, "location": "San Francisco", "screen_name": "schnarfed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Ryan Barrett", "profile_use_background_image": false, "description": "", "url": "https://t.co/0mWCez5XaB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459041662707060736/Kb9Ex4X8_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sat May 01 21:42:43 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459041662707060736/Kb9Ex4X8_normal.jpeg", "favourites_count": 3258, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685210017411170305", "id": 685210017411170305, "text": "When someone invites me out, or just to hang, my first instinct is to check my calendar and hope for a conflict. :( #JustIntrovertThings", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "JustIntrovertThings", "indices": [116, 136]}], "user_mentions": []}, "created_at": "Thu Jan 07 21:22:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 139199211, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 1763, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139199211/1398278985", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "536965103", "following": false, "friends_count": 811, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "onebigfluke.com", "url": "http://t.co/aaUMAjUIWi", "expanded_url": "http://onebigfluke.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/479078625/250px-Solid_black.svg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0074B3", "geo_enabled": false, "followers_count": 2574, "location": "San Francisco", "screen_name": "haxor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 142, "name": "Brett Slatkin", "profile_use_background_image": true, "description": "Eng lead @Google_Surveys. Author of @EffectivePython.\nI love bicycles and hate patents.", "url": "http://t.co/aaUMAjUIWi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2405145031/666p4bcxa8r75584uck2_normal.png", "profile_background_color": "4D4D4D", "created_at": "Mon Mar 26 05:57:19 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2405145031/666p4bcxa8r75584uck2_normal.png", "favourites_count": 3124, "status": {"retweet_count": 13, "retweeted_status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685367480546541568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "dlvr.it/DCnmnq", "url": "https://t.co/vqRVp9rIbc", "expanded_url": "http://dlvr.it/DCnmnq", "indices": [61, 84]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 07:48:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "ja", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685367480546541568, "text": "Effective Python: Scott Meyers\u306b\u3088\u308b\u4eba\u6c17\u30b7\u30ea\u30fc\u30ba\u3001\u300cEffective Software\u2026 https://t.co/vqRVp9rIbc [book]", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "dlvr.it"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685498607789670401", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "dlvr.it/DCnmnq", "url": "https://t.co/vqRVp9rIbc", "expanded_url": "http://dlvr.it/DCnmnq", "indices": [80, 103]}], "hashtags": [], "user_mentions": [{"screen_name": "oreilly_japan", "id_str": "18382977", "id": 18382977, "indices": [3, 17], "name": "O'Reilly Japan, Inc."}]}, "created_at": "Fri Jan 08 16:29:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "ja", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685498607789670401, "text": "RT @oreilly_japan: Effective Python: Scott Meyers\u306b\u3088\u308b\u4eba\u6c17\u30b7\u30ea\u30fc\u30ba\u3001\u300cEffective Software\u2026 https://t.co/vqRVp9rIbc [book]", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 536965103, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/479078625/250px-Solid_black.svg.png", "statuses_count": 1749, "profile_banner_url": "https://pbs.twimg.com/profile_banners/536965103/1398444972", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "610533", "following": false, "friends_count": 1078, "entities": {"description": {"urls": [{"display_url": "DailyTechNewsShow.com", "url": "https://t.co/x2gPqqxYuL", "expanded_url": "http://DailyTechNewsShow.com", "indices": [13, 36]}]}, "url": {"urls": [{"display_url": "tommerritt.com", "url": "http://t.co/Ru5Svk5gcM", "expanded_url": "http://www.tommerritt.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 97335, "location": "Virgo Supercluster", "screen_name": "acedtect", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6442, "name": "Tom Merritt", "profile_use_background_image": true, "description": "Host of DTNS https://t.co/x2gPqqxYuL, Sword and Laser, Current Geek, Cordkillers and more. Coffee achiever", "url": "http://t.co/Ru5Svk5gcM", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000634907530/7e9f3b75be850ac447598e6f41b1e7a6_normal.jpeg", "profile_background_color": "0099B9", "created_at": "Sun Jan 07 17:00:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000634907530/7e9f3b75be850ac447598e6f41b1e7a6_normal.jpeg", "favourites_count": 806, "status": {"in_reply_to_status_id": 685611862440849408, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Nightveil", "in_reply_to_user_id": 16855695, "in_reply_to_status_id_str": "685611862440849408", "in_reply_to_user_id_str": "16855695", "truncated": false, "id_str": "685612261910560768", "id": 685612261910560768, "text": "@Nightveil Yeah safety date. I can always move it up.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Nightveil", "id_str": "16855695", "id": 16855695, "indices": [0, 10], "name": "Nightveil"}]}, "created_at": "Sat Jan 09 00:01:15 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 610533, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 37135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/610533/1348022434", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "824168", "following": false, "friends_count": 1919, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2390475/suestrees.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 1035, "location": "Petaluma, CA", "screen_name": "jammerb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 108, "name": "John Slanina", "profile_use_background_image": true, "description": "History is short. The sun is just a minor star.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/53384595/jsmmerBike_normal.jpg", "profile_background_color": "31532D", "created_at": "Fri Mar 09 04:33:02 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/53384595/jsmmerBike_normal.jpg", "favourites_count": 107, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "11877321", "id": 11877321, "text": "Got my Screaming Monkey from Woot!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Mar 24 02:38:08 +0000 2007", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 824168, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2390475/suestrees.jpg", "statuses_count": 6, "profile_banner_url": "https://pbs.twimg.com/profile_banners/824168/1434144272", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2369467405", "following": false, "friends_count": 34024, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wifiworkerbees.com", "url": "http://t.co/rqac3Fh1dU", "expanded_url": "http://wifiworkerbees.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458016636239237120/hU7QMzOQ.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 34950, "location": "Following My Bliss", "screen_name": "DereckCurry", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 632, "name": "Dereck Curry", "profile_use_background_image": false, "description": "20+ year IT, coding, product management, and engineering professional. Remote work evangelist. Co-founder of @WifiWorkerBees. Husband to @Currying_Favor.", "url": "http://t.co/rqac3Fh1dU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/462703243923947520/OPzXRYzj_normal.jpeg", "profile_background_color": "DFF3F5", "created_at": "Sun Mar 02 22:24:48 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/462703243923947520/OPzXRYzj_normal.jpeg", "favourites_count": 3838, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "668089105788612608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "triplet.fi/blog/working-r\u2026", "url": "https://t.co/euj9P7QJuh", "expanded_url": "http://www.triplet.fi/blog/working-remotely-from-abroad-one-month-in-hungary/", "indices": [65, 88]}], "hashtags": [{"text": "remotework", "indices": [89, 100]}], "user_mentions": [{"screen_name": "DereckCurry", "id_str": "2369467405", "id": 2369467405, "indices": [106, 118], "name": "Dereck Curry"}]}, "created_at": "Sat Nov 21 15:30:29 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 668089105788612608, "text": "Just blogged: Working remotely from abroad: One month in Hungary https://t.co/euj9P7QJuh #remotework /cc: @DereckCurry", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685489770089345024", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "triplet.fi/blog/working-r\u2026", "url": "https://t.co/euj9P7QJuh", "expanded_url": "http://www.triplet.fi/blog/working-remotely-from-abroad-one-month-in-hungary/", "indices": [75, 98]}], "hashtags": [{"text": "remotework", "indices": [99, 110]}], "user_mentions": [{"screen_name": "_Tx3", "id_str": "482822541", "id": 482822541, "indices": [3, 8], "name": "Tatu Tamminen"}, {"screen_name": "DereckCurry", "id_str": "2369467405", "id": 2369467405, "indices": [116, 128], "name": "Dereck Curry"}]}, "created_at": "Fri Jan 08 15:54:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685489770089345024, "text": "RT @_Tx3: Just blogged: Working remotely from abroad: One month in Hungary https://t.co/euj9P7QJuh #remotework /cc: @DereckCurry", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2369467405, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458016636239237120/hU7QMzOQ.jpeg", "statuses_count": 9078, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2369467405/1447623348", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15948437", "following": false, "friends_count": 590, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joelonsoftware.com", "url": "http://t.co/ZHNWlmFE3H", "expanded_url": "http://www.joelonsoftware.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2920769/NZ_and_Australia_175.jpg", "notifications": false, "profile_sidebar_fill_color": "E4F1F0", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 117162, "location": "New York, NY", "screen_name": "spolsky", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5826, "name": "Joel Spolsky", "profile_use_background_image": true, "description": "CEO of Stack Overflow, co-founder of Fog Creek Software (FogBugz, Kiln), and creator of Trello. Member of NYC gay startup mafia.", "url": "http://t.co/ZHNWlmFE3H", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/451185078073171968/T4QKBj-E_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Fri Aug 22 18:34:03 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451185078073171968/T4QKBj-E_normal.jpeg", "favourites_count": 5133, "status": {"retweet_count": 33, "retweeted_status": {"retweet_count": 33, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684896392188444672", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/p/23a20405681a", "url": "https://t.co/ifzwy1ausF", "expanded_url": "https://medium.com/p/23a20405681a", "indices": [112, 135]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 00:36:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684896392188444672, "text": "I started keeping some notes about what exactly it is in trying to do with my career in tech. Feedback welcome! https://t.co/ifzwy1ausF", "coordinates": null, "retweeted": false, "favorite_count": 91, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684939456881770496", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/p/23a20405681a", "url": "https://t.co/ifzwy1ausF", "expanded_url": "https://medium.com/p/23a20405681a", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "anildash", "id_str": "36823", "id": 36823, "indices": [3, 12], "name": "Anil Dash"}]}, "created_at": "Thu Jan 07 03:27:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684939456881770496, "text": "RT @anildash: I started keeping some notes about what exactly it is in trying to do with my career in tech. Feedback welcome! https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15948437, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2920769/NZ_and_Australia_175.jpg", "statuses_count": 6625, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15948437/1364583542", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "4519121", "following": false, "friends_count": 423, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theoatmeal.com", "url": "http://t.co/hzHuiYcL4x", "expanded_url": "http://theoatmeal.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/57771255/twitter2.png", "notifications": false, "profile_sidebar_fill_color": "F5EDF0", "profile_link_color": "B40B43", "geo_enabled": true, "followers_count": 524231, "location": "Seattle, Washington", "screen_name": "Oatmeal", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 17111, "name": "Matthew Inman", "profile_use_background_image": true, "description": "I make comics.", "url": "http://t.co/hzHuiYcL4x", "profile_text_color": "362720", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/479769268104359937/VvbTc1T6_normal.png", "profile_background_color": "FF3366", "created_at": "Fri Apr 13 16:59:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "CC3366", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479769268104359937/VvbTc1T6_normal.png", "favourites_count": 1374, "status": {"retweet_count": 128, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685190824158691332", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 812, "h": 587, "resize": "fit"}, "small": {"w": 340, "h": 245, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJJbHUVAAEH2Yw.png", "type": "photo", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CYJJbHUVAAEH2Yw.png", "display_url": "pic.twitter.com/suZ6JUQaFa", "id_str": "685190823483342849", "expanded_url": "http://twitter.com/Oatmeal/status/685190824158691332/photo/1", "id": 685190823483342849, "url": "https://t.co/suZ6JUQaFa"}], "symbols": [], "urls": [{"display_url": "theoatmeal.com/blog/playdoh", "url": "https://t.co/v1LZDUNlnT", "expanded_url": "http://theoatmeal.com/blog/playdoh", "indices": [23, 46]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:06:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685190824158691332, "text": "You only try this once https://t.co/v1LZDUNlnT https://t.co/suZ6JUQaFa", "coordinates": null, "retweeted": false, "favorite_count": 293, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4519121, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/57771255/twitter2.png", "statuses_count": 6000, "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "9859562", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "glyph.twistedmatrix.com", "url": "https://t.co/1dvBYKfhRo", "expanded_url": "https://glyph.twistedmatrix.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 2557, "location": "\u2191 baseline \u2193 cap-height", "screen_name": "glyph", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 144, "name": "\u24bc\u24c1\u24ce\u24c5\u24bd", "profile_use_background_image": true, "description": "Level ?? Thought Lord", "url": "https://t.co/1dvBYKfhRo", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/480054701220560896/LCQcjh6__normal.png", "profile_background_color": "642D8B", "created_at": "Thu Nov 01 18:21:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480054701220560896/LCQcjh6__normal.png", "favourites_count": 6287, "status": {"in_reply_to_status_id": 685297984683155456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "corbinsimpson", "in_reply_to_user_id": 41225243, "in_reply_to_status_id_str": "685297984683155456", "in_reply_to_user_id_str": "41225243", "truncated": false, "id_str": "685357014143250432", "id": 685357014143250432, "text": "@corbinsimpson yeah.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "corbinsimpson", "id_str": "41225243", "id": 41225243, "indices": [0, 14], "name": "Corbin Simpson"}]}, "created_at": "Fri Jan 08 07:07:00 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9859562, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "statuses_count": 11017, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2782733125", "following": false, "friends_count": 427, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "raintank.io", "url": "http://t.co/sZYy68B1yl", "expanded_url": "http://www.raintank.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "10B1D3", "geo_enabled": true, "followers_count": 362, "location": "", "screen_name": "raintanksaas", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "raintank", "profile_use_background_image": false, "description": "An opensource monitoring platform to collect, store & analyze data about your infrastructure through a gorgeously powerful frontend. The company behind @grafana", "url": "http://t.co/sZYy68B1yl", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553326024155348992/Mhburz0S_normal.png", "profile_background_color": "353535", "created_at": "Sun Aug 31 18:05:44 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553326024155348992/Mhburz0S_normal.png", "favourites_count": 204, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684453558545203200", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "display_url": "pic.twitter.com/GnfOxpEaYF", "id_str": "684450657458368512", "expanded_url": "http://twitter.com/raintanksaas/status/684453558545203200/photo/1", "id": 684450657458368512, "url": "https://t.co/GnfOxpEaYF"}], "symbols": [], "urls": [{"display_url": "bit.ly/22Jb455", "url": "https://t.co/aYQvFNmob0", "expanded_url": "http://bit.ly/22Jb455", "indices": [69, 92]}], "hashtags": [{"text": "monitoring", "indices": [57, 68]}], "user_mentions": [{"screen_name": "RobustPerceiver", "id_str": "3328053545", "id": 3328053545, "indices": [96, 112], "name": "Robust Perception"}]}, "created_at": "Tue Jan 05 19:16:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684453558545203200, "text": "Don\u2019t limit yourself to one approach for collecting data #monitoring https://t.co/aYQvFNmob0 by @RobustPerceiver https://t.co/GnfOxpEaYF", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 2782733125, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2782733125/1447877118", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "23134190", "following": false, "friends_count": 2846, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rayheffer.com", "url": "http://t.co/65bBqa0ySJ", "expanded_url": "http://rayheffer.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/569243383072165888/z2h49MAo.png", "notifications": false, "profile_sidebar_fill_color": "DBDBDB", "profile_link_color": "1887E5", "geo_enabled": true, "followers_count": 12129, "location": "Brighton, United Kingdom", "screen_name": "rayheffer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 233, "name": "Ray Heffer", "profile_use_background_image": true, "description": "Global Cloud & EUC Architect @VMware vCloud Air Network | vExpert & Double VCDX #122 | PC Gamer | Technologist | Linux | VMworld Speaker. \u65e5\u672c\u8a9e", "url": "http://t.co/65bBqa0ySJ", "profile_text_color": "574444", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/621975771481911297/g5ewiqDd_normal.jpg", "profile_background_color": "022330", "created_at": "Fri Mar 06 23:14:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621975771481911297/g5ewiqDd_normal.jpg", "favourites_count": 6141, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685565495274266624", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WFMFT", "url": "https://t.co/QHNFIkGGaL", "expanded_url": "http://ow.ly/WFMFT", "indices": [121, 144]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:55:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685565495274266624, "text": "Did u know 1 of the world's largest private charity donors uses NSX to enable a biz model based on trust & security? https://t.co/QHNFIkGGaL", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685565627487117312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WFMFT", "url": "https://t.co/QHNFIkGGaL", "expanded_url": "http://ow.ly/WFMFT", "indices": [143, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "PGelsinger", "id_str": "3339261074", "id": 3339261074, "indices": [3, 14], "name": "Pat Gelsinger"}]}, "created_at": "Fri Jan 08 20:55:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685565627487117312, "text": "RT @PGelsinger: Did u know 1 of the world's largest private charity donors uses NSX to enable a biz model based on trust & security? https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 23134190, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/569243383072165888/z2h49MAo.png", "statuses_count": 3576, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23134190/1447672867", "is_translator": false}], "next_cursor": 1494734862149901956, "previous_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "1494734862149901956"}python-twitter-3.3/testdata/get_friends_1.json000066400000000000000000023562141311017327200216270ustar00rootroot00000000000000{"users": [{"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14574588", "following": false, "friends_count": 434, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "abhinavsingh.com", "url": "http://t.co/78nP1dFAQl", "expanded_url": "http://abhinavsingh.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1833, "location": "San Francisco, California", "screen_name": "imoracle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 113, "name": "AB", "profile_use_background_image": true, "description": "#Googler #Appurify #Yahoo #Oracle #Startups #JAXL #Musician #Blues #Engineer #IIT #Headbanger #Guitar #CMS #Lucknowi #Indian", "url": "http://t.co/78nP1dFAQl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000743742291/3303eaa6ced81f16b09a0f167468fb13_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Apr 28 19:58:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000743742291/3303eaa6ced81f16b09a0f167468fb13_normal.jpeg", "favourites_count": 851, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "677315949020614657", "id": 677315949020614657, "text": "Super productive holidays. We (@abbandofficial) composed 8 songs for upcoming album next year. Now off to meet good old friends #FunTime", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "FunTime", "indices": [128, 136]}], "user_mentions": [{"screen_name": "abbandofficial", "id_str": "4250770574", "id": 4250770574, "indices": [31, 46], "name": "AB"}]}, "created_at": "Thu Dec 17 02:34:40 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14574588, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15921, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14574588/1403935628", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "308881474", "following": false, "friends_count": 21, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "webrtc.org", "url": "http://t.co/f8Rr0iB9ir", "expanded_url": "http://webrtc.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7193, "location": "", "screen_name": "webrtc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 240, "name": "WebRTC project", "profile_use_background_image": true, "description": "Twitter account for the WebRTC project. We'll update it with progress, blog post links, etc...", "url": "http://t.co/f8Rr0iB9ir", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1875563277/photo_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 01 04:42:12 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1875563277/photo_normal.jpg", "favourites_count": 59, "status": {"retweet_count": 1, "in_reply_to_user_id": 21206449, "possibly_sensitive": false, "id_str": "677508944298975232", "in_reply_to_user_id_str": "21206449", "entities": {"symbols": [], "urls": [{"display_url": "appr.tc", "url": "https://t.co/wWBvRAUwXy", "expanded_url": "https://appr.tc", "indices": [55, 78]}], "hashtags": [], "user_mentions": [{"screen_name": "carlosml", "id_str": "21206449", "id": 21206449, "indices": [0, 9], "name": "Carlos Lebron"}]}, "created_at": "Thu Dec 17 15:21:34 +0000 2015", "favorited": false, "in_reply_to_status_id": 676814357561532417, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "carlosml", "in_reply_to_status_id_str": "676814357561532417", "truncated": false, "id": 677508944298975232, "text": "@carlosml not default codec in Chrome, but default for https://t.co/wWBvRAUwXy :)", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 308881474, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 340, "is_translator": false}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "36079474", "following": false, "friends_count": 3646, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3153, "location": "Batmania, Australia", "screen_name": "nfFrenchie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "French", "profile_use_background_image": true, "description": "Infosec, Bitcoin & VC Geek.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477682641282400256/TOB7cr9I_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 28 14:34:24 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477682641282400256/TOB7cr9I_normal.jpeg", "favourites_count": 3076, "status": {"in_reply_to_status_id": 685407306830381056, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "errbufferoverfl", "in_reply_to_user_id": 3023308260, "in_reply_to_status_id_str": "685407306830381056", "in_reply_to_user_id_str": "3023308260", "truncated": false, "id_str": "685424075188011009", "id": 685424075188011009, "text": "@errbufferoverfl these guys might have some experience: @helveticade @therealdevgeeks", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "errbufferoverfl", "id_str": "3023308260", "id": 3023308260, "indices": [0, 16], "name": "Rebecca Trapani \u0ca0\u256d\u256e\u0ca0"}, {"screen_name": "helveticade", "id_str": "14111299", "id": 14111299, "indices": [56, 68], "name": "Cade"}, {"screen_name": "theRealDevgeeks", "id_str": "359949200", "id": 359949200, "indices": [69, 85], "name": "Tommy Williams \u24cb"}]}, "created_at": "Fri Jan 08 11:33:28 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 36079474, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3152, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "409854384", "following": false, "friends_count": 1072, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 112, "location": "", "screen_name": "altkatz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "altkatz", "profile_use_background_image": true, "description": "This is not the algorithm. This is close.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/573778807837974529/VNUkFciS_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Nov 11 09:32:26 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/573778807837974529/VNUkFciS_normal.jpeg", "favourites_count": 170, "status": {"retweet_count": 581, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 581, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "619837611419521024", "id": 619837611419521024, "text": "A giant TCP SYN flood (DDoS) is still causing slower connection speeds for our users in parts of Asia, Australia & Oceania. Working on this.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jul 11 11:56:17 +0000 2015", "source": "Twitter Web Client", "favorite_count": 195, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "620175335741460480", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "telegram", "id_str": "1689053928", "id": 1689053928, "indices": [3, 12], "name": "Telegram Messenger"}]}, "created_at": "Sun Jul 12 10:18:16 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 620175335741460480, "text": "RT @telegram: A giant TCP SYN flood (DDoS) is still causing slower connection speeds for our users in parts of Asia, Australia & Oceania. W\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 409854384, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 111, "profile_banner_url": "https://pbs.twimg.com/profile_banners/409854384/1425635418", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "15372963", "following": false, "friends_count": 531, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "buddycloud.com", "url": "http://t.co/IRivmAHKks", "expanded_url": "http://buddycloud.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/116285962/square-logo.png", "notifications": false, "profile_sidebar_fill_color": "F2F2F2", "profile_link_color": "2DAEBF", "geo_enabled": true, "followers_count": 907, "location": "Berlin, Germany", "screen_name": "buddycloud", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 87, "name": "Buddycloud", "profile_use_background_image": false, "description": "Secure messaging for apps - Tools, libraries and services for secure cloud & on-premise user and group messaging.\n#securemessaging", "url": "http://t.co/IRivmAHKks", "profile_text_color": "5F9DFA", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/525226516179734528/DXcqacDW_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jul 10 02:11:32 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/525226516179734528/DXcqacDW_normal.png", "favourites_count": 56, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "660030922226450432", "id": 660030922226450432, "text": "Wanna join for a Saturday morning pet-projects dev-ops hacking session? 10am, Berlin #saltstack, #ansible, etc. DM for details.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "saltstack", "indices": [85, 95]}, {"text": "ansible", "indices": [97, 105]}], "user_mentions": []}, "created_at": "Fri Oct 30 09:50:09 +0000 2015", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15372963, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/116285962/square-logo.png", "statuses_count": 924, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15372963/1448451457", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3033204133", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 14559, "location": "The Incident Review Meeting", "screen_name": "honest_update", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 257, "name": "Honest Status Page", "profile_use_background_image": true, "description": "These are the things we probably ought to say when updating incident status. Snark and compassion. Now, about your data\u2026", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/568844092834996224/w90Cq4mH_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Feb 20 18:42:30 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/568844092834996224/w90Cq4mH_normal.jpeg", "favourites_count": 250, "status": {"in_reply_to_status_id": null, "retweet_count": 11, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685516850852184064", "id": 685516850852184064, "text": "*slightly changes tint of green check mark circle to convey depressed success rate*", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:42:08 +0000 2016", "source": "Buffer", "favorite_count": 20, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3033204133, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 328, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43977574", "following": false, "friends_count": 7, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tigase.org", "url": "http://t.co/S2bnbrVgtb", "expanded_url": "http://www.tigase.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 143, "location": "San Francisco, CA, USA", "screen_name": "tigase", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Tigase XMPP Server", "profile_use_background_image": true, "description": "I am 8 years old, or something like that", "url": "http://t.co/S2bnbrVgtb", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2182438186/Tigase_Icon_A_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jun 01 21:29:01 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2182438186/Tigase_Icon_A_normal.png", "favourites_count": 6, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "665756052294512640", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tinyurl.com/pkra4v4", "url": "https://t.co/wQjHLQ4npV", "expanded_url": "http://tinyurl.com/pkra4v4", "indices": [89, 112]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Nov 15 04:59:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 665756052294512640, "text": "New Blog Post where we look at IQ stanzas. XMPP: An Introduction - Part IV - Could You...https://t.co/wQjHLQ4npV", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 43977574, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 323, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18326200", "following": false, "friends_count": 1366, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "greptilian.com", "url": "http://t.co/G0N231nQxj", "expanded_url": "http://greptilian.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3684471/rootintootin.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 460, "location": "", "screen_name": "philipdurbin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Philip Durbin", "profile_use_background_image": true, "description": "open source geek", "url": "http://t.co/G0N231nQxj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1729661967/philipdurbin_cropped_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Dec 23 04:17:49 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1729661967/philipdurbin_cropped_normal.jpg", "favourites_count": 2765, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679475811393617920", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 768, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CW37osBVAAAHGeg.jpg", "type": "photo", "indices": [71, 94], "media_url": "http://pbs.twimg.com/media/CW37osBVAAAHGeg.jpg", "display_url": "pic.twitter.com/5zaytnZQhS", "id_str": "679475795232882688", "expanded_url": "http://twitter.com/philipdurbin/status/679475811393617920/photo/1", "id": 679475795232882688, "url": "https://t.co/5zaytnZQhS"}], "symbols": [], "urls": [], "hashtags": [{"text": "StarWars", "indices": [40, 49]}], "user_mentions": [{"screen_name": "TheWookieeRoars", "id_str": "483192121", "id": 483192121, "indices": [54, 70], "name": "Peter Mayhew"}]}, "created_at": "Wed Dec 23 01:37:12 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679475811393617920, "text": "Chewbacca and R2-D2 by my six year old. #StarWars /cc @TheWookieeRoars https://t.co/5zaytnZQhS", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 18326200, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3684471/rootintootin.jpg", "statuses_count": 2272, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1235521", "following": false, "friends_count": 950, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tbray.org/ongoing/", "url": "https://t.co/oOBFMTl6h7", "expanded_url": "https://www.tbray.org/ongoing/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000008638875/b45b8babcd8e868d57e715bdf15838a2.jpeg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "AA0000", "geo_enabled": false, "followers_count": 32984, "location": "Vancouver!", "screen_name": "timbray", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2270, "name": "Tim Bray", "profile_use_background_image": false, "description": "Web geek with a camera.", "url": "https://t.co/oOBFMTl6h7", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/421637246/Tim_normal.jpg", "profile_background_color": "EEAA00", "created_at": "Thu Mar 15 17:24:22 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/421637246/Tim_normal.jpg", "favourites_count": 698, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685316522135261184", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtube.com/watch?v=aEj2NH\u2026", "url": "https://t.co/eUErlw8JHh", "expanded_url": "https://www.youtube.com/watch?v=aEj2NHy4iL4", "indices": [13, 36]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 04:26:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685316522135261184, "text": "The culprit: https://t.co/eUErlw8JHh", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1235521, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000008638875/b45b8babcd8e868d57e715bdf15838a2.jpeg", "statuses_count": 19307, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1235521/1398645696", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "86146814", "following": false, "friends_count": 779, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/593182759062876160/2y0X2nbK.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 768, "location": "New York ", "screen_name": "Caelestisca", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 48, "name": "Carmen Andoh", "profile_use_background_image": true, "description": "~$#momops of the House of Bash. @ladieswholinux @womenwhogo_nyc", "url": null, "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681245752983719937/R_3vQ5rb_normal.jpg", "profile_background_color": "F5F8FA", "created_at": "Thu Oct 29 19:48:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681245752983719937/R_3vQ5rb_normal.jpg", "favourites_count": 11334, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681918394594144261", "id": 681918394594144261, "text": "You know you work at an awesome place when your team concerns themselves with travel issues for your son with #T1D & #autism . \u2661 @enquos", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "T1D", "indices": [110, 114]}, {"text": "autism", "indices": [121, 128]}], "user_mentions": [{"screen_name": "enquos", "id_str": "1132126837", "id": 1132126837, "indices": [133, 140], "name": "enquos"}]}, "created_at": "Tue Dec 29 19:23:09 +0000 2015", "source": "Twitter for Android", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 86146814, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/593182759062876160/2y0X2nbK.jpg", "statuses_count": 879, "profile_banner_url": "https://pbs.twimg.com/profile_banners/86146814/1451004545", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "26751851", "following": false, "friends_count": 1057, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thekillingtime.com", "url": "https://t.co/Zcy63UDMwn", "expanded_url": "http://thekillingtime.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 739, "location": "~", "screen_name": "daguy666", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Joey Pistone", "profile_use_background_image": true, "description": "snowboarding, skateboarding, music, and computers. Python Padawan. Network Security Engineer at @Etsy. JP+LR", "url": "https://t.co/Zcy63UDMwn", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477539445395058688/n32ykdPs_normal.png", "profile_background_color": "131516", "created_at": "Thu Mar 26 13:46:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477539445395058688/n32ykdPs_normal.png", "favourites_count": 4855, "status": {"in_reply_to_status_id": 685604446718439424, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "RT_America", "in_reply_to_user_id": 115754870, "in_reply_to_status_id_str": "685604446718439424", "in_reply_to_user_id_str": "115754870", "truncated": false, "id_str": "685611780647723008", "id": 685611780647723008, "text": "@RT_America does the raccoon help or hurt the restaurants \"A\" rating?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RT_America", "id_str": "115754870", "id": 115754870, "indices": [0, 11], "name": "RT America"}]}, "created_at": "Fri Jan 08 23:59:21 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 26751851, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5092, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26751851/1398971089", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "305899937", "following": false, "friends_count": 230, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 601, "location": "Brooklyn, NY", "screen_name": "mcdonnps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Patrick McDonnell", "profile_use_background_image": true, "description": "Senior Manager, Operations Engineering @Etsy", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2223861876/pmcdonnell__4__normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu May 26 23:40:02 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2223861876/pmcdonnell__4__normal.jpg", "favourites_count": 5, "status": {"retweet_count": 11, "retweeted_status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "667011917341401093", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/uk/careers/job\u2026", "url": "https://t.co/bm1wh76fvj", "expanded_url": "https://www.etsy.com/uk/careers/job/oAHU1fwW", "indices": [57, 80]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Nov 18 16:10:08 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 667011917341401093, "text": "Etsy are hiring a Sr. Ops Engineer in our Dublin Office: https://t.co/bm1wh76fvj - feel free to ping me if you'd like more info :)", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "667014165735845888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/uk/careers/job\u2026", "url": "https://t.co/bm1wh76fvj", "expanded_url": "https://www.etsy.com/uk/careers/job/oAHU1fwW", "indices": [71, 94]}], "hashtags": [], "user_mentions": [{"screen_name": "jonlives", "id_str": "13093162", "id": 13093162, "indices": [3, 12], "name": "Jon Cowie"}]}, "created_at": "Wed Nov 18 16:19:04 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 667014165735845888, "text": "RT @jonlives: Etsy are hiring a Sr. Ops Engineer in our Dublin Office: https://t.co/bm1wh76fvj - feel free to ping me if you'd like more in\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 305899937, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 48, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8627682", "following": false, "friends_count": 223, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "laur.ie", "url": "http://t.co/fcvNw989z6", "expanded_url": "http://laur.ie", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 2621, "location": "New York", "screen_name": "lozzd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 135, "name": "Laurie", "profile_use_background_image": true, "description": "Operating operations at @Etsy. I like graphs, Hadoop clusters, monitoring and sarcasm. Englishman in New York.", "url": "http://t.co/fcvNw989z6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/464073861747576834/FRHvjaJm_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Mon Sep 03 17:30:50 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464073861747576834/FRHvjaJm_normal.jpeg", "favourites_count": 1471, "status": {"in_reply_to_status_id": null, "retweet_count": 6, "place": {"url": "https://api.twitter.com/1.1/geo/id/011add077f4d2da3.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.041878, 40.570842], [-73.855673, 40.570842], [-73.855673, 40.739434], [-74.041878, 40.739434]]], "type": "Polygon"}, "full_name": "Brooklyn, NY", "contained_within": [], "country_code": "US", "id": "011add077f4d2da3", "name": "Brooklyn"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685562352633274368", "id": 685562352633274368, "text": ".@beerops: \"Since I can't merge this code I may as well merge some alcohol.. into my face...\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "beerops", "id_str": "260044118", "id": 260044118, "indices": [1, 9], "name": "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35 sdo\u0279\u0259\u0259q"}]}, "created_at": "Fri Jan 08 20:42:56 +0000 2016", "source": "Twitter Web Client", "favorite_count": 13, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8627682, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8627682/1421811003", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "20456848", "following": false, "friends_count": 343, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1801, "location": "", "screen_name": "mrembetsy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 105, "name": "Michael Rembetsy", "profile_use_background_image": true, "description": "nerd @etsy", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1411497817/Photo_on_2011-06-24_at_15.29_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Feb 09 18:59:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1411497817/Photo_on_2011-06-24_at_15.29_normal.jpg", "favourites_count": 13164, "status": {"in_reply_to_status_id": 685451114536386560, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "lara_hogan", "in_reply_to_user_id": 14146300, "in_reply_to_status_id_str": "685451114536386560", "in_reply_to_user_id_str": "14146300", "truncated": false, "id_str": "685469494064627713", "id": 685469494064627713, "text": "@lara_hogan congrats! So glad you are here!!!!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lara_hogan", "id_str": "14146300", "id": 14146300, "indices": [0, 11], "name": "Lara Hogan"}]}, "created_at": "Fri Jan 08 14:33:57 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 20456848, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5853, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1326022531", "following": false, "friends_count": 170, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ben.thatmustbe.me", "url": "https://t.co/r8zi6Mjy2u", "expanded_url": "https://ben.thatmustbe.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 91, "location": "Attleboro MA", "screen_name": "dissolve333", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Ben Roberts", "profile_use_background_image": true, "description": "", "url": "https://t.co/r8zi6Mjy2u", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3495896730/7cecf2b827dadde109cb85dc30f458e4_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Thu Apr 04 03:08:41 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3495896730/7cecf2b827dadde109cb85dc30f458e4_normal.jpeg", "favourites_count": 38, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681130100792803328", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXPcN5QVAAE32DQ.jpg", "type": "photo", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CXPcN5QVAAE32DQ.jpg", "display_url": "pic.twitter.com/zmXgTS9qGh", "id_str": "681130099928793089", "expanded_url": "http://twitter.com/dissolve333/status/681130100792803328/photo/1", "id": 681130099928793089, "url": "https://t.co/zmXgTS9qGh"}], "symbols": [], "urls": [{"display_url": "btmb.me/s/Db", "url": "https://t.co/C5hB0S8K9L", "expanded_url": "http://btmb.me/s/Db", "indices": [59, 82]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Dec 27 15:10:45 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681130100792803328, "text": "Teaching the girls the classics: The cask of Amontillado. (https://t.co/C5hB0S8K9L) https://t.co/zmXgTS9qGh", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Bridgy"}, "default_profile_image": false, "id": 1326022531, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 471, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15740039", "following": false, "friends_count": 222, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paniksrvr.info", "url": "http://t.co/P4NCkw1UDY", "expanded_url": "http://paniksrvr.info", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "999999", "geo_enabled": true, "followers_count": 201, "location": "Cherry Hill, NJ", "screen_name": "callmeradical", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Lars Cromley", "profile_use_background_image": false, "description": "Code. Infrastructure. Lean. That is about it. These thoughts are mine and do not repesent 2nd Watch as a company.", "url": "http://t.co/P4NCkw1UDY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/643089900179427328/lZCJoLGV_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Aug 05 18:55:44 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/643089900179427328/lZCJoLGV_normal.jpg", "favourites_count": 245, "status": {"in_reply_to_status_id": 685527057443504128, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0051d76b1627f404.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-75.066178, 39.915333], [-75.013523, 39.915333], [-75.013523, 39.946809], [-75.066178, 39.946809]]], "type": "Polygon"}, "full_name": "Cherry Hill, NJ", "contained_within": [], "country_code": "US", "id": "0051d76b1627f404", "name": "Cherry Hill"}, "in_reply_to_screen_name": "ferry", "in_reply_to_user_id": 14591868, "in_reply_to_status_id_str": "685527057443504128", "in_reply_to_user_id_str": "14591868", "truncated": false, "id_str": "685527264763723776", "id": 685527264763723776, "text": "@ferry I can\u2019t wait to see how they pick up the story. We are finishing up on season 3 again.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ferry", "id_str": "14591868", "id": 14591868, "indices": [0, 6], "name": "Michael Ferry"}]}, "created_at": "Fri Jan 08 18:23:31 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15740039, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3298, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15740039/1443165609", "is_translator": false}, {"time_zone": "Lisbon", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "19677293", "following": false, "friends_count": 401, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4258623/a.jpg", "notifications": false, "profile_sidebar_fill_color": "352726", "profile_link_color": "D0652B", "geo_enabled": true, "followers_count": 206, "location": "Portugal", "screen_name": "ricardoteixas", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Ricardo F. Teixeira", "profile_use_background_image": true, "description": "Born and raised in Lisbon, Portugal. Senior Security Consultant.", "url": null, "profile_text_color": "90A216", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/490928238617964546/IVcRZ47G_normal.jpeg", "profile_background_color": "352726", "created_at": "Wed Jan 28 21:29:13 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/490928238617964546/IVcRZ47G_normal.jpeg", "favourites_count": 3, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684688988943347712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "status.linode.com/incidents/ghdl\u2026", "url": "https://t.co/YxjJrTGrVt", "expanded_url": "http://status.linode.com/incidents/ghdlhfnfngnh", "indices": [24, 47]}], "hashtags": [], "user_mentions": [{"screen_name": "linode", "id_str": "8695992", "id": 8695992, "indices": [1, 8], "name": "Linode"}]}, "created_at": "Wed Jan 06 10:52:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684688988943347712, "text": ".@Linode has been owned https://t.co/YxjJrTGrVt", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684718835455377409", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "status.linode.com/incidents/ghdl\u2026", "url": "https://t.co/YxjJrTGrVt", "expanded_url": "http://status.linode.com/incidents/ghdlhfnfngnh", "indices": [39, 62]}], "hashtags": [], "user_mentions": [{"screen_name": "digininja", "id_str": "16170178", "id": 16170178, "indices": [3, 13], "name": "Robin"}, {"screen_name": "linode", "id_str": "8695992", "id": 8695992, "indices": [16, 23], "name": "Linode"}]}, "created_at": "Wed Jan 06 12:51:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684718835455377409, "text": "RT @digininja: .@Linode has been owned https://t.co/YxjJrTGrVt", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 19677293, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4258623/a.jpg", "statuses_count": 755, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19677293/1400602181", "is_translator": false}, {"time_zone": "Chihuahua", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1262748066", "following": false, "friends_count": 2200, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/431914161405063168/kMD_iNRH.png", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 2675, "location": "", "screen_name": "robertosantedel", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "Dev 4 Humans", "profile_use_background_image": false, "description": "Learn to develop in MySQL, Oracle, Ruby, AngularJS, Python and change your life.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/532277734647410688/ZniCEG0Q_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Mar 12 20:01:41 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/532277734647410688/ZniCEG0Q_normal.jpeg", "favourites_count": 131, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "653991987444494336", "id": 653991987444494336, "text": "#PlatziCode veremos alg\u00fan patr\u00f3n exclusivo para front end? asi como algoritmos que se utilizan para resolver problemas que se dan en front?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "PlatziCode", "indices": [0, 11]}], "user_mentions": []}, "created_at": "Tue Oct 13 17:53:35 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "es"}, "default_profile_image": false, "id": 1262748066, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/431914161405063168/kMD_iNRH.png", "statuses_count": 143, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1262748066/1415740883", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15859722", "following": false, "friends_count": 815, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flatironschool.com", "url": "http://t.co/8Ghcgnwzoo", "expanded_url": "http://flatironschool.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 1293, "location": "Brooklyn, NY USA", "screen_name": "thejohnmarc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "John Marc Imbrescia", "profile_use_background_image": true, "description": "Flatiron School. Ex OkCupid, Etsy, Instapaper. Creator of successful Kickstarter. Never been asked to turn over info to a Gov. agency. Feminist. Dad.", "url": "http://t.co/8Ghcgnwzoo", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000690887914/f6b2265a2f3a8258fe4fe8b267beb899_normal.jpeg", "profile_background_color": "709397", "created_at": "Fri Aug 15 03:55:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000690887914/f6b2265a2f3a8258fe4fe8b267beb899_normal.jpeg", "favourites_count": 1934, "status": {"retweet_count": 76, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 76, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685226437272535040", "id": 685226437272535040, "text": "My startup is called Bag and what we do is we send a guy to your apartment and he takes your plastic bag full of plastic bags away", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 22:28:08 +0000 2016", "source": "Twitter for Android", "favorite_count": 158, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685287207033245696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Merman_Melville", "id_str": "603805849", "id": 603805849, "indices": [3, 19], "name": "Umami Skeleton"}]}, "created_at": "Fri Jan 08 02:29:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685287207033245696, "text": "RT @Merman_Melville: My startup is called Bag and what we do is we send a guy to your apartment and he takes your plastic bag full of plast\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 15859722, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 8379, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15859722/1353290361", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14260840", "following": false, "friends_count": 782, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/miahj", "url": "http://t.co/pe7KTkVwwr", "expanded_url": "http://about.me/miahj", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/614569465028612096/1MwVWoYQ.jpg", "notifications": false, "profile_sidebar_fill_color": "9EDE9B", "profile_link_color": "118C19", "geo_enabled": false, "followers_count": 1934, "location": "San Francisco, CA", "screen_name": "miah_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 150, "name": "Miah Johnson", "profile_use_background_image": false, "description": "Fart Leader, Transgender, Abrasive, Pariah, Ruby Programmer, Ineffective Configuration Management Sorceress, UNIX, Iconoclast, A Constant Disappointment.", "url": "http://t.co/pe7KTkVwwr", "profile_text_color": "1F7D48", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1916412237/miah_derpette_twitter_normal.png", "profile_background_color": "51B056", "created_at": "Sun Mar 30 20:43:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "187832", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1916412237/miah_derpette_twitter_normal.png", "favourites_count": 936, "status": {"retweet_count": 37, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 37, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685561412450562048", "id": 685561412450562048, "text": "Every engineer is sometimes a bad engineer", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:39:12 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 60, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685562099574022144", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jmhodges", "id_str": "9267272", "id": 9267272, "indices": [3, 12], "name": "Jeff Hodges"}]}, "created_at": "Fri Jan 08 20:41:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685562099574022144, "text": "RT @jmhodges: Every engineer is sometimes a bad engineer", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 14260840, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/614569465028612096/1MwVWoYQ.jpg", "statuses_count": 27099, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14260840/1435359903", "is_translator": false}, {"time_zone": "Bucharest", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "55525953", "following": false, "friends_count": 6, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pinboard.in", "url": "http://t.co/qOHjNexLMt", "expanded_url": "http://pinboard.in", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 27982, "location": "San Francisco", "screen_name": "Pinboard", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1703, "name": "Pinboard", "profile_use_background_image": false, "description": "veni vidi tweeti", "url": "http://t.co/qOHjNexLMt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494414965/logo_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri Jul 10 10:24:12 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494414965/logo_normal.png", "favourites_count": 54, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685599807306530816", "id": 685599807306530816, "text": "\u201cHow to become an email powerhouse \u2014 and increase opens, clicks, and revenue (webinar)\u201d I can\u2019t feel my legs", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:11:46 +0000 2016", "source": "YoruFukurou", "favorite_count": 10, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 55525953, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21992, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8882", "following": false, "friends_count": 3429, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.lmorchard.com", "url": "http://t.co/NsDCctIf5R", "expanded_url": "http://blog.lmorchard.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/747211922/19e80a54bd6192d234ca49d92c163bb6.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 3858, "location": "Ferndale, MI", "screen_name": "lmorchard", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 265, "name": "Les Craven [\u00ac\u00ba-\u00b0]\u00ac", "profile_use_background_image": true, "description": "serially enthusiastic; {web,mad,computer} scientist; {tech,scifi} writer; home{brew,roast}er; mozillian; he/him; 19rGZjL1F2odBkD76NTFiDhbxgDWLqpmK2", "url": "http://t.co/NsDCctIf5R", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661584606664093696/f-R_8T4f_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Oct 13 19:54:01 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661584606664093696/f-R_8T4f_normal.jpg", "favourites_count": 7496, "status": {"in_reply_to_status_id": 685541670797066240, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "richardcobbett", "in_reply_to_user_id": 11937352, "in_reply_to_status_id_str": "685541670797066240", "in_reply_to_user_id_str": "11937352", "truncated": false, "id_str": "685576277697413120", "id": 685576277697413120, "text": "@richardcobbett Also, that damn Snow Child. I'm so glad I kept him from melting. *sob*", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "richardcobbett", "id_str": "11937352", "id": 11937352, "indices": [0, 15], "name": "Richard Cobbett"}]}, "created_at": "Fri Jan 08 21:38:16 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8882, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/747211922/19e80a54bd6192d234ca49d92c163bb6.jpeg", "statuses_count": 23267, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8882/1437719429", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2814334612", "following": false, "friends_count": 1766, "entities": {"description": {"urls": [{"display_url": "support.livecoding.tv/hc/en-us/", "url": "https://t.co/TVgA6IUVAn", "expanded_url": "http://support.livecoding.tv/hc/en-us/", "indices": [99, 122]}]}, "url": {"urls": [{"display_url": "Livecoding.tv", "url": "http://t.co/lVXlTFxxhh", "expanded_url": "http://Livecoding.tv", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3898, "location": "San Francisco, CA", "screen_name": "livecodingtv", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 382, "name": "Livecoding.tv", "profile_use_background_image": true, "description": "Watch coders code products live and hang out with them. Need help? Contact us on our 24/7 Support: https://t.co/TVgA6IUVAn", "url": "http://t.co/lVXlTFxxhh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/539451988929294337/hCieN16A_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Oct 07 14:59:48 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/539451988929294337/hCieN16A_normal.png", "favourites_count": 3209, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613612736491520", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "livecoding.tv/matiuri/", "url": "https://t.co/joEy4ii6fh", "expanded_url": "https://www.livecoding.tv/matiuri/", "indices": [33, 56]}], "hashtags": [{"text": "software", "indices": [57, 66]}, {"text": "hacker", "indices": [67, 74]}, {"text": "Others", "indices": [75, 82]}], "user_mentions": [{"screen_name": "ssmatiuri", "id_str": "1596168408", "id": 1596168408, "indices": [83, 93], "name": "Mati"}]}, "created_at": "Sat Jan 09 00:06:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613612736491520, "text": "Join Now! \"[ES] Instalando Arch\" https://t.co/joEy4ii6fh #software #hacker #Others @ssmatiuri", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "www.livecoding.tv"}, "default_profile_image": false, "id": 2814334612, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 16431, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2814334612/1450958451", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18957805", "following": false, "friends_count": 441, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "archive.org", "url": "https://t.co/gFtuG5SqUT", "expanded_url": "https://archive.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/824436651/5e495f5ed45112e2b934b44af16bd6db.png", "notifications": false, "profile_sidebar_fill_color": "A0BECA", "profile_link_color": "706870", "geo_enabled": false, "followers_count": 61736, "location": "San Francisco, CA", "screen_name": "internetarchive", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2781, "name": "Internet Archive", "profile_use_background_image": true, "description": "Internet Archive is a non-profit digital library offering access to millions of free books, movies, and audio files, plus an archive of 450+ billion web pages.", "url": "https://t.co/gFtuG5SqUT", "profile_text_color": "01010A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3429956268/696d9025562f74aa9fab3cac657e02bf_normal.png", "profile_background_color": "FFFFFF", "created_at": "Tue Jan 13 23:06:00 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3429956268/696d9025562f74aa9fab3cac657e02bf_normal.png", "favourites_count": 879, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585572157521920", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/candorville/st\u2026", "url": "https://t.co/a6oJAnksj4", "expanded_url": "https://twitter.com/candorville/status/685371445313056768", "indices": [113, 136]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:15:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585572157521920, "text": "LOL! Hopefully 240 years hence the Wayback Machine will be providing equally historically accurate comic relief. https://t.co/a6oJAnksj4", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18957805, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/824436651/5e495f5ed45112e2b934b44af16bd6db.png", "statuses_count": 1810, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18957805/1364244002", "is_translator": false}, {"time_zone": "Baghdad", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "1142688962", "following": false, "friends_count": 2055, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "GetSSL.me", "url": "http://t.co/hUpzJMIvWi", "expanded_url": "http://GetSSL.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/780968171/aef915881e63f509158002a3fbd8fe8c.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 2812, "location": "", "screen_name": "GetSSL_me", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "GetSSL.me", "profile_use_background_image": false, "description": "SSL certificate store", "url": "http://t.co/hUpzJMIvWi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/473898989666844673/hvjUN2wi_normal.png", "profile_background_color": "EEEEEE", "created_at": "Sat Feb 02 15:19:56 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473898989666844673/hvjUN2wi_normal.png", "favourites_count": 156, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677088841602207745", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 689, "h": 224, "resize": "fit"}, "medium": {"w": 600, "h": 195, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 110, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWWAtslU8AApPx2.png", "type": "photo", "indices": [74, 97], "media_url": "http://pbs.twimg.com/media/CWWAtslU8AApPx2.png", "display_url": "pic.twitter.com/lrjQASms3Z", "id_str": "677088841539317760", "expanded_url": "http://twitter.com/datazenit/status/677088841602207745/photo/1", "id": 677088841539317760, "url": "https://t.co/lrjQASms3Z"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RRq3Vy", "url": "https://t.co/AMiIYBRbcu", "expanded_url": "http://buff.ly/1RRq3Vy", "indices": [50, 73]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 16 11:32:14 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677088841602207745, "text": "Datazenit Beta v0.9.26: The biggest update so far https://t.co/AMiIYBRbcu https://t.co/lrjQASms3Z", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677163466134831105", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 689, "h": 224, "resize": "fit"}, "medium": {"w": 600, "h": 195, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 110, "resize": "fit"}}, "source_status_id_str": "677088841602207745", "media_url": "http://pbs.twimg.com/media/CWWAtslU8AApPx2.png", "source_user_id_str": "1957458986", "id_str": "677088841539317760", "id": 677088841539317760, "media_url_https": "https://pbs.twimg.com/media/CWWAtslU8AApPx2.png", "type": "photo", "indices": [89, 112], "source_status_id": 677088841602207745, "source_user_id": 1957458986, "display_url": "pic.twitter.com/lrjQASms3Z", "expanded_url": "http://twitter.com/datazenit/status/677088841602207745/photo/1", "url": "https://t.co/lrjQASms3Z"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RRq3Vy", "url": "https://t.co/AMiIYBRbcu", "expanded_url": "http://buff.ly/1RRq3Vy", "indices": [65, 88]}], "hashtags": [], "user_mentions": [{"screen_name": "datazenit", "id_str": "1957458986", "id": 1957458986, "indices": [3, 13], "name": "Datazenit"}]}, "created_at": "Wed Dec 16 16:28:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677163466134831105, "text": "RT @datazenit: Datazenit Beta v0.9.26: The biggest update so far https://t.co/AMiIYBRbcu https://t.co/lrjQASms3Z", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1142688962, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/780968171/aef915881e63f509158002a3fbd8fe8c.png", "statuses_count": 538, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1142688962/1401820904", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14623460", "following": false, "friends_count": 13543, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "veracode.com", "url": "http://t.co/sz31rPl3Q1", "expanded_url": "http://www.veracode.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/441339837979701248/zd3XfrWb.png", "notifications": false, "profile_sidebar_fill_color": "0099CC", "profile_link_color": "3F979D", "geo_enabled": true, "followers_count": 18214, "location": "Burlington, MA, USA", "screen_name": "Veracode", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 465, "name": "Veracode", "profile_use_background_image": true, "description": "The Most Powerful Application Security Platform on the Planet. SDLC | Web | Mobile | Third-Party", "url": "http://t.co/sz31rPl3Q1", "profile_text_color": "FFFFFF", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477142547349782528/OSJs9BCN_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri May 02 08:09:00 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477142547349782528/OSJs9BCN_normal.png", "favourites_count": 4842, "status": {"retweet_count": 9, "retweeted_status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685533900882329600", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/security/2016/\u2026", "url": "https://t.co/4LI0EyvoAk", "expanded_url": "http://arstechnica.com/security/2016/01/gm-embraces-white-hats-with-public-vulnerability-disclosure-program/", "indices": [75, 98]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:49:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685533900882329600, "text": "GM embraces white-hat hackers with public vulnerability disclosure program https://t.co/4LI0EyvoAk", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685543297645936641", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/security/2016/\u2026", "url": "https://t.co/4LI0EyvoAk", "expanded_url": "http://arstechnica.com/security/2016/01/gm-embraces-white-hats-with-public-vulnerability-disclosure-program/", "indices": [89, 112]}], "hashtags": [], "user_mentions": [{"screen_name": "WeldPond", "id_str": "14090906", "id": 14090906, "indices": [3, 12], "name": "Chris Wysopal"}]}, "created_at": "Fri Jan 08 19:27:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685543297645936641, "text": "RT @WeldPond: GM embraces white-hat hackers with public vulnerability disclosure program https://t.co/4LI0EyvoAk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 14623460, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/441339837979701248/zd3XfrWb.png", "statuses_count": 6786, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14623460/1402594350", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1465481", "following": false, "friends_count": 607, "entities": {"description": {"urls": [{"display_url": "TEXTFILES.COM", "url": "http://t.co/YyhkEb8AoI", "expanded_url": "http://TEXTFILES.COM", "indices": [14, 36]}]}, "url": {"urls": [{"display_url": "ascii.textfiles.com", "url": "http://t.co/1f0N0Joxb7", "expanded_url": "http://ascii.textfiles.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/456574636491161600/YFsbi-ex.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 14912, "location": "The 1980s", "screen_name": "textfiles", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 876, "name": "Jason Scott", "profile_use_background_image": true, "description": "Proprietor of http://t.co/YyhkEb8AoI, historian, filmmaker, archivist, famous cat maintenance staff. Works on/for/over the Internet Archive.", "url": "http://t.co/1f0N0Joxb7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/665625640251584516/-4Tubhvj_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Mar 19 02:55:22 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665625640251584516/-4Tubhvj_normal.jpg", "favourites_count": 280, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685599995375038465", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swarmapp.com/c/f4nW3mcQScT", "url": "https://t.co/2YXt5wob8G", "expanded_url": "https://www.swarmapp.com/c/f4nW3mcQScT", "indices": [114, 137]}], "hashtags": [], "user_mentions": [{"screen_name": "RalphLauren", "id_str": "34395888", "id": 34395888, "indices": [100, 112], "name": "Ralph Lauren"}]}, "created_at": "Fri Jan 08 23:12:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [40.73527558, -74.00495104], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685599995375038465, "text": "Holy crap. When I hit my goal weight, I will march here and have my next major custom suit (@ RRL - @ralphlauren) https://t.co/2YXt5wob8G", "coordinates": {"coordinates": [-74.00495104, 40.73527558], "type": "Point"}, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Foursquare"}, "default_profile_image": false, "id": 1465481, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/456574636491161600/YFsbi-ex.jpeg", "statuses_count": 48579, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1465481/1398239070", "is_translator": false}, {"time_zone": "Edinburgh", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "139083857", "following": false, "friends_count": 8855, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 8863, "location": "Yestor", "screen_name": "Yestormato", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Jim", "profile_use_background_image": true, "description": "Yes music, Jon Anderson plus Prog & Rock music.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/549996258031857664/7CbHLozt_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat May 01 14:00:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/549996258031857664/7CbHLozt_normal.jpeg", "favourites_count": 756, "status": {"in_reply_to_status_id": 685242714837913601, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "koosk47", "in_reply_to_user_id": 796887842, "in_reply_to_status_id_str": "685242714837913601", "in_reply_to_user_id_str": "796887842", "truncated": false, "id_str": "685245318292762625", "id": 685245318292762625, "text": "@koosk47 My pleasure Steven :-)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "koosk47", "id_str": "796887842", "id": 796887842, "indices": [0, 8], "name": "Steven McCue"}]}, "created_at": "Thu Jan 07 23:43:09 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 139083857, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 19808, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139083857/1446231777", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2485442528", "following": false, "friends_count": 4, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "turing.cool", "url": "http://t.co/ABE7FRpbCJ", "expanded_url": "http://turing.cool", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "345161", "geo_enabled": false, "followers_count": 326, "location": "Philly + Seattle", "screen_name": "turingcool", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Turing Incomplete", "profile_use_background_image": true, "description": "A podcast about programming by @justincampbell, @jearvon, @pamasaur, and @ignu", "url": "http://t.co/ABE7FRpbCJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/474863977676029952/6nPyuDmm_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri May 09 14:07:34 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/474863977676029952/6nPyuDmm_normal.png", "favourites_count": 13, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677923206196514816", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "turing.cool/72", "url": "https://t.co/5SlFfLGerL", "expanded_url": "http://turing.cool/72", "indices": [109, 132]}], "hashtags": [], "user_mentions": [{"screen_name": "lgbtqfm", "id_str": "4359368233", "id": 4359368233, "indices": [57, 65], "name": "LGBTQ Tech Podcast"}]}, "created_at": "Fri Dec 18 18:47:42 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677923206196514816, "text": "Turing-Incomplete #72 - Inevitability and what have you\n\n@lgbtqfm, JavaScript, and the physics of spacetime\n\nhttps://t.co/5SlFfLGerL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 2485442528, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 103, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2485442528/1414710977", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15119662", "following": false, "friends_count": 3967, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/epowell/", "url": "http://t.co/iEltF4lNo0", "expanded_url": "http://www.linkedin.com/in/epowell/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "486091", "geo_enabled": true, "followers_count": 5024, "location": "Palo Alto, CA", "screen_name": "epowell101", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 222, "name": "Evan Powell", "profile_use_background_image": true, "description": "Infrastructure entrepreneur. Founding CEO of @Stack_Storm. Former EIR w @XSeedCapital. Founding CEO of Nexenta & Clarus (RVBD). #DevOps #automation #opensource", "url": "http://t.co/iEltF4lNo0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000420844277/bfa89acd028cb4f4a97c543aa33f61b9_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jun 14 20:37:48 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000420844277/bfa89acd028cb4f4a97c543aa33f61b9_normal.jpeg", "favourites_count": 3065, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685551803044249600", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "redd.it/3ztcla", "url": "https://t.co/C6Wa98PSra", "expanded_url": "https://redd.it/3ztcla", "indices": [92, 115]}], "hashtags": [{"text": "chatops", "indices": [20, 28]}], "user_mentions": []}, "created_at": "Fri Jan 08 20:01:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685551803044249600, "text": "Anyone want to talk #chatops and remediation? U know u want to. It is Friday after all... https://t.co/C6Wa98PSra", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 15119662, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3495, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15119662/1398364953", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "182323597", "following": false, "friends_count": 2046, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "graylog.org", "url": "http://t.co/SQMbZ5jVuX", "expanded_url": "http://www.graylog.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "CE232A", "geo_enabled": true, "followers_count": 4021, "location": "Houston, TX / Hamburg, Germany", "screen_name": "graylog2", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Graylog", "profile_use_background_image": true, "description": "Open source, centralized log management. Made with love in Germany and Texas.", "url": "http://t.co/SQMbZ5jVuX", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/562404576330915840/_HU28D42_normal.png", "profile_background_color": "131516", "created_at": "Tue Aug 24 10:11:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/562404576330915840/_HU28D42_normal.png", "favourites_count": 325, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685514898843893761", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "siawyoung.com/coding/sysadmi\u2026", "url": "https://t.co/gQvJKppcD2", "expanded_url": "http://siawyoung.com/coding/sysadmin/graylog2/logging-rogger-graylog2-twilio.html", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "graylog2", "id_str": "182323597", "id": 182323597, "indices": [126, 135], "name": "Graylog"}]}, "created_at": "Fri Jan 08 17:34:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685514898843893761, "text": "Check out how I'm using Rogger, Graylog2 and Twilio to notify me of exceptions in Rake tasks by SMS \ud83d\ude07 https://t.co/gQvJKppcD2 @graylog2", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685521651530768384", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "siawyoung.com/coding/sysadmi\u2026", "url": "https://t.co/gQvJKppcD2", "expanded_url": "http://siawyoung.com/coding/sysadmin/graylog2/logging-rogger-graylog2-twilio.html", "indices": [117, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "siawyoung", "id_str": "28130320", "id": 28130320, "indices": [3, 13], "name": "Lau Siaw Young"}, {"screen_name": "graylog2", "id_str": "182323597", "id": 182323597, "indices": [139, 140], "name": "Graylog"}]}, "created_at": "Fri Jan 08 18:01:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685521651530768384, "text": "RT @siawyoung: Check out how I'm using Rogger, Graylog2 and Twilio to notify me of exceptions in Rake tasks by SMS \ud83d\ude07 https://t.co/gQvJKppcD\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 182323597, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 974, "profile_banner_url": "https://pbs.twimg.com/profile_banners/182323597/1384882795", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "112601087", "following": false, "friends_count": 99, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "codeascraft.com", "url": "http://t.co/3ZgrIFLcxr", "expanded_url": "http://codeascraft.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/558826649/background.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 8416, "location": "NYC & SF", "screen_name": "codeascraft", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 282, "name": "Etsy Engineering", "profile_use_background_image": true, "description": "", "url": "http://t.co/3ZgrIFLcxr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2240963155/codeascraft-twitter_normal.png", "profile_background_color": "FFFFFF", "created_at": "Tue Feb 09 02:42:06 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2240963155/codeascraft-twitter_normal.png", "favourites_count": 85, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679381492896817152", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "codeascraft.com/2015/12/21/lev\u2026", "url": "https://t.co/WbvulRW23h", "expanded_url": "https://codeascraft.com/2015/12/21/leveling-up-with-system-reviews/", "indices": [107, 130]}], "hashtags": [], "user_mentions": [{"screen_name": "johngoulah", "id_str": "22407045", "id": 22407045, "indices": [13, 24], "name": "John Goulah"}]}, "created_at": "Tue Dec 22 19:22:24 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/011add077f4d2da3.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.041878, 40.570842], [-73.855673, 40.570842], [-73.855673, 40.739434], [-74.041878, 40.739434]]], "type": "Polygon"}, "full_name": "Brooklyn, NY", "contained_within": [], "country_code": "US", "id": "011add077f4d2da3", "name": "Brooklyn"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679381492896817152, "text": "On the blog: @johngoulah describes using system reviews to identify organizational and cultural challenges https://t.co/WbvulRW23h", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 112601087, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/558826649/background.jpg", "statuses_count": 330, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "31204696", "following": false, "friends_count": 749, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nodebotani.st", "url": "https://t.co/WMf50wjXlo", "expanded_url": "http://nodebotani.st", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 2864, "location": "Austin, TX", "screen_name": "nodebotanist", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 228, "name": "Mx Kas Perch", "profile_use_background_image": true, "description": "Dev Evangelist @auth0. @nodebotslive /NodeBots author/addict. Gamer. Crafter. Baseball fan. Attempted Intersectional Feminist. Any pronouns. Avi/@nvcexploder.", "url": "https://t.co/WMf50wjXlo", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/665620578351583232/m5ki022s_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Apr 14 19:37:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665620578351583232/m5ki022s_normal.jpg", "favourites_count": 11867, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685549691468029952", "id": 685549691468029952, "text": "Where you spend 2 hours debugging a software problem...that turns out to be a well-known hardware limitation. That you knew about. /sigh", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:52:38 +0000 2016", "source": "Twitter Web Client", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 31204696, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 11671, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31204696/1441908212", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "47494539", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kellabyte.com", "url": "http://t.co/Ipj1OcvrAi", "expanded_url": "http://kellabyte.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/37790197/01341_headingwest_1440x900.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 24999, "location": "Canada", "screen_name": "kellabyte", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1283, "name": "Kelly Sommers", "profile_use_background_image": true, "description": "3x Windows Azure MVP & Former 2x DataStax MVP for Apache Cassandra, Backend brat, big data, distributed diva. Relentless learner. I void warranties.", "url": "http://t.co/Ipj1OcvrAi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2808005971/b81b99287e78b1cd6cbd0e5cbfb3295c_normal.png", "profile_background_color": "9AE4E8", "created_at": "Tue Jun 16 00:43:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2808005971/b81b99287e78b1cd6cbd0e5cbfb3295c_normal.png", "favourites_count": 4875, "status": {"in_reply_to_status_id": 684943018621730816, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "aka_pugs", "in_reply_to_user_id": 2241477403, "in_reply_to_status_id_str": "684943018621730816", "in_reply_to_user_id_str": "2241477403", "truncated": false, "id_str": "684943143695941632", "id": 684943143695941632, "text": "@aka_pugs @Obdurodon Yeah absolutely. I wonder how the USB3 capable boards perform. Most are USB2 but a few are USB3.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "aka_pugs", "id_str": "2241477403", "id": 2241477403, "indices": [0, 9], "name": "Tom Lyon"}, {"screen_name": "Obdurodon", "id_str": "15663547", "id": 15663547, "indices": [10, 20], "name": "Jeff Darcy"}]}, "created_at": "Thu Jan 07 03:42:25 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 47494539, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/37790197/01341_headingwest_1440x900.jpg", "statuses_count": 92792, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "2436389418", "following": false, "friends_count": 4456, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/swiftonsecurit\u2026", "url": "https://t.co/W6mjdDNww9", "expanded_url": "https://twitter.com/swiftonsecurity/status/570638981009948673", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 109196, "location": "WELCOME TO NEW YORK", "screen_name": "SwiftOnSecurity", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2881, "name": "SecuriTay", "profile_use_background_image": true, "description": "I make stupid jokes, talk about consumer technology security, and use Oxford commas. See website link for ethics statement.", "url": "https://t.co/W6mjdDNww9", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661039155753807872/-KODvkhT_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Apr 10 02:54:26 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661039155753807872/-KODvkhT_normal.jpg", "favourites_count": 33215, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685608025202114561", "id": 685608025202114561, "text": "Correction: I presented an old policy statement from @letsencrypt as if it were a response to the current issues. I apologize for the error.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "letsencrypt", "id_str": "2887837801", "id": 2887837801, "indices": [53, 65], "name": "Let's Encrypt"}]}, "created_at": "Fri Jan 08 23:44:25 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 10, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2436389418, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 27965, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2436389418/1445620137", "is_translator": false}, {"time_zone": "Warsaw", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "515908759", "following": false, "friends_count": 221, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kamilogorek.pl", "url": "https://t.co/RltIhVl0fV", "expanded_url": "http://kamilogorek.pl", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 351, "location": "Krak\u00f3w", "screen_name": "kamilogorek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Kamil Og\u00f3rek", "profile_use_background_image": false, "description": "Weightlifter, climber, athlete, drummer and music lover. Training and nutrition geek. Senior Client-side Engineer @xteam. @AmpersandJS core team.", "url": "https://t.co/RltIhVl0fV", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666395289809526784/fiSRceCT_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Mar 05 21:59:18 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666395289809526784/fiSRceCT_normal.jpg", "favourites_count": 1694, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685103356033904640", "id": 685103356033904640, "text": "You know what's bad? Lack of tests.\nYou know what's worse? Broken tests.\nYou know what's the worst? Broken async promise-based tests.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 14:19:03 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 515908759, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 1766, "profile_banner_url": "https://pbs.twimg.com/profile_banners/515908759/1447716102", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15524875", "following": false, "friends_count": 1002, "entities": {"description": {"urls": [{"display_url": "jewelbots.com", "url": "http://t.co/EsgzOffGD7", "expanded_url": "http://jewelbots.com", "indices": [121, 143]}]}, "url": {"urls": [{"display_url": "SaraJChipps.com", "url": "http://t.co/v61Pc3zFKU", "expanded_url": "http://SaraJChipps.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/99724100/2010-05-04_09.15.13.jpg.scaled.1000.jpg", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 29650, "location": "body in BK, heart in NJ", "screen_name": "SaraJChipps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1952, "name": "SaraReyChipps", "profile_use_background_image": true, "description": "Just a girl, standing in front of a microprocessor, asking it to love her. I made @girldevelopit. I'm making @jewelbots. http://t.co/EsgzOffGD7", "url": "http://t.co/v61Pc3zFKU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629693983610961921/k-pW0Isa_normal.png", "profile_background_color": "FFF04D", "created_at": "Tue Jul 22 02:26:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629693983610961921/k-pW0Isa_normal.png", "favourites_count": 36619, "status": {"retweet_count": 3797, "retweeted_status": {"retweet_count": 3797, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685548067802714112", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 628, "h": 387, "resize": "fit"}, "medium": {"w": 600, "h": 369, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 209, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOOQjmW8AAmfoh.jpg", "type": "photo", "indices": [80, 103], "media_url": "http://pbs.twimg.com/media/CYOOQjmW8AAmfoh.jpg", "display_url": "pic.twitter.com/uhUjs26qFK", "id_str": "685547983375626240", "expanded_url": "http://twitter.com/BuzzFeed/status/685548067802714112/photo/1", "id": 685547983375626240, "url": "https://t.co/uhUjs26qFK"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:46:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685548067802714112, "text": "Today is the 15-year anniversary of the most iconic red carpet appearance ever. https://t.co/uhUjs26qFK", "coordinates": null, "retweeted": false, "favorite_count": 4096, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685556065816064001", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 628, "h": 387, "resize": "fit"}, "medium": {"w": 600, "h": 369, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 209, "resize": "fit"}}, "source_status_id_str": "685548067802714112", "media_url": "http://pbs.twimg.com/media/CYOOQjmW8AAmfoh.jpg", "source_user_id_str": "5695632", "id_str": "685547983375626240", "id": 685547983375626240, "media_url_https": "https://pbs.twimg.com/media/CYOOQjmW8AAmfoh.jpg", "type": "photo", "indices": [94, 117], "source_status_id": 685548067802714112, "source_user_id": 5695632, "display_url": "pic.twitter.com/uhUjs26qFK", "expanded_url": "http://twitter.com/BuzzFeed/status/685548067802714112/photo/1", "url": "https://t.co/uhUjs26qFK"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BuzzFeed", "id_str": "5695632", "id": 5695632, "indices": [3, 12], "name": "BuzzFeed"}]}, "created_at": "Fri Jan 08 20:17:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685556065816064001, "text": "RT @BuzzFeed: Today is the 15-year anniversary of the most iconic red carpet appearance ever. https://t.co/uhUjs26qFK", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Mobile Web (M5)"}, "default_profile_image": false, "id": 15524875, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/99724100/2010-05-04_09.15.13.jpg.scaled.1000.jpg", "statuses_count": 45323, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15524875/1404073059", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "91333167", "following": false, "friends_count": 9538, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "climagic.org", "url": "http://t.co/dUakp9EMPS", "expanded_url": "http://www.climagic.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/60122174/checkertermbackground.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 110657, "location": "BASHLAND", "screen_name": "climagic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3043, "name": "Command Line Magic", "profile_use_background_image": true, "description": "Cool Unix/Linux Command Line tricks you can use in 140 characters or less.", "url": "http://t.co/dUakp9EMPS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/535876218/climagic-icon_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Nov 20 12:49:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/535876218/climagic-icon_normal.png", "favourites_count": 81, "status": {"in_reply_to_status_id": 685587768823562240, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "drscriptt", "in_reply_to_user_id": 179397824, "in_reply_to_status_id_str": "685587768823562240", "in_reply_to_user_id_str": "179397824", "truncated": false, "id_str": "685599165511036930", "id": 685599165511036930, "text": "@drscriptt yes I was curious if it would work and it did. The bash order of operations allows it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "drscriptt", "id_str": "179397824", "id": 179397824, "indices": [0, 10], "name": "Grant Taylor"}]}, "created_at": "Fri Jan 08 23:09:13 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 91333167, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/60122174/checkertermbackground.png", "statuses_count": 8785, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "984722142", "following": false, "friends_count": 494, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pinitto.me", "url": "http://t.co/IRN9Ht9Z", "expanded_url": "http://www.pinitto.me", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/727281958/35fa768cbbcd6dbccece000b924c8e62.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 126, "location": "Bristol, UK", "screen_name": "Pinittome", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "pinitto.me", "profile_use_background_image": true, "description": "New open source corkboard-style application. Written using nodejs, express, socket.io, and jquery.", "url": "http://t.co/IRN9Ht9Z", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3010874913/f4cde223912ba24b68c57c20001844a2_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Dec 02 14:33:38 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3010874913/f4cde223912ba24b68c57c20001844a2_normal.png", "favourites_count": 9, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683932116539863040", "id": 683932116539863040, "text": "Happy new year! Server costs this month were $18.61 help us keep our servers alive for another year with a donation :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 08:44:58 +0000 2016", "source": "Facebook", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 984722142, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/727281958/35fa768cbbcd6dbccece000b924c8e62.jpeg", "statuses_count": 234, "profile_banner_url": "https://pbs.twimg.com/profile_banners/984722142/1359537842", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "158704969", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3618, "location": "Not Silicon Valley", "screen_name": "rvagg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 198, "name": "Rod Vagg", "profile_use_background_image": true, "description": "Incorrect", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/550632925209698305/YQmyExEj_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Jun 23 11:25:46 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/550632925209698305/YQmyExEj_normal.png", "favourites_count": 3471, "status": {"in_reply_to_status_id": 685613430770892801, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "nzgb", "in_reply_to_user_id": 329661096, "in_reply_to_status_id_str": "685613430770892801", "in_reply_to_user_id_str": "329661096", "truncated": false, "id_str": "685613633615704064", "id": 685613633615704064, "text": "@nzgb fwiw I think fleshing out something for node-eps would be constructive but it would be a big discussion and long process", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "nzgb", "id_str": "329661096", "id": 329661096, "indices": [0, 5], "name": "Nicol\u00e1s Bevacqua"}]}, "created_at": "Sat Jan 09 00:06:42 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 158704969, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8035, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "64218381", "following": false, "friends_count": 1244, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "benatkin.com", "url": "https://t.co/nw7V3ZCyTY", "expanded_url": "http://benatkin.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "969696", "geo_enabled": true, "followers_count": 1828, "location": "San Francisco", "screen_name": "benatkin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 180, "name": "benatkin", "profile_use_background_image": false, "description": "web developer who thrives on green tea and granola. can be found online or in the bay area.", "url": "https://t.co/nw7V3ZCyTY", "profile_text_color": "666666", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/635674829526462464/smsXzzPs_normal.png", "profile_background_color": "000000", "created_at": "Sun Aug 09 17:58:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635674829526462464/smsXzzPs_normal.png", "favourites_count": 23393, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685295871299211264", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 734, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 837, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 474, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKo9XdVAAAflKT.jpg", "type": "photo", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CYKo9XdVAAAflKT.jpg", "display_url": "pic.twitter.com/KnCLRtluuO", "id_str": "685295865536249856", "expanded_url": "http://twitter.com/benatkin/status/685295871299211264/photo/1", "id": 685295865536249856, "url": "https://t.co/KnCLRtluuO"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "potasmic", "id_str": "120103910", "id": 120103910, "indices": [4, 13], "name": "Potasmic"}]}, "created_at": "Fri Jan 08 03:04:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685295871299211264, "text": "via @potasmic https://t.co/KnCLRtluuO", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 64218381, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 54174, "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1508475829", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "webrtchacks.com", "url": "http://t.co/hO41DRjg5f", "expanded_url": "http://webrtchacks.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2056, "location": "", "screen_name": "webrtcHacks", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 82, "name": "webrtcHacks", "profile_use_background_image": true, "description": "WebRTC information & experiments for developers", "url": "http://t.co/hO41DRjg5f", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000477595516/5247654c3fcf51cf8b4d69133871908c_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Jun 12 02:58:03 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000477595516/5247654c3fcf51cf8b4d69133871908c_normal.png", "favourites_count": 18, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681519669975465984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "webrtchacks.com/chrome-secure-\u2026", "url": "https://t.co/jVfEoJItlZ", "expanded_url": "https://webrtchacks.com/chrome-secure-origin-https/", "indices": [68, 91]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 28 16:58:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681519669975465984, "text": "webrtcH4cKS: ~ Surviving Mandatory HTTPS in Chrome (Xander Dumaine)\nhttps://t.co/jVfEoJItlZ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681554888099278848", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "webrtchacks.com/chrome-secure-\u2026", "url": "https://t.co/jVfEoJItlZ", "expanded_url": "https://webrtchacks.com/chrome-secure-origin-https/", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "Invisible_Alan", "id_str": "323926038", "id": 323926038, "indices": [3, 18], "name": "Alan Tai"}]}, "created_at": "Mon Dec 28 19:18:42 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681554888099278848, "text": "RT @Invisible_Alan: webrtcH4cKS: ~ Surviving Mandatory HTTPS in Chrome (Xander Dumaine)\nhttps://t.co/jVfEoJItlZ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1508475829, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 649, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2972985398", "following": false, "friends_count": 810, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 718, "location": "", "screen_name": "electricatz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "michelle@tinwhiskers", "profile_use_background_image": true, "description": "Software Engineer, Vice President of @crashspaceLA", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668207391951863815/fv5L-Sbt_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 10 20:52:01 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668207391951863815/fv5L-Sbt_normal.jpg", "favourites_count": 3597, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685499886150660096", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNigPzUQAEOMjq.jpg", "type": "photo", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CYNigPzUQAEOMjq.jpg", "display_url": "pic.twitter.com/wny85nk7EI", "id_str": "685499874427551745", "expanded_url": "http://twitter.com/crashspaceLA/status/685499886150660096/photo/1", "id": 685499874427551745, "url": "https://t.co/wny85nk7EI"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "electricatz", "id_str": "2972985398", "id": 2972985398, "indices": [17, 29], "name": "michelle@tinwhiskers"}]}, "created_at": "Fri Jan 08 16:34:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685499886150660096, "text": "Dr Evelyn and Dr @electricatz brought this poor broken LED strip back to life! https://t.co/wny85nk7EI", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685500599098458113", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "685499886150660096", "media_url": "http://pbs.twimg.com/media/CYNigPzUQAEOMjq.jpg", "source_user_id_str": "82969116", "id_str": "685499874427551745", "id": 685499874427551745, "media_url_https": "https://pbs.twimg.com/media/CYNigPzUQAEOMjq.jpg", "type": "photo", "indices": [97, 120], "source_status_id": 685499886150660096, "source_user_id": 82969116, "display_url": "pic.twitter.com/wny85nk7EI", "expanded_url": "http://twitter.com/crashspaceLA/status/685499886150660096/photo/1", "url": "https://t.co/wny85nk7EI"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "crashspaceLA", "id_str": "82969116", "id": 82969116, "indices": [3, 16], "name": "CRASH Space"}, {"screen_name": "electricatz", "id_str": "2972985398", "id": 2972985398, "indices": [35, 47], "name": "michelle@tinwhiskers"}]}, "created_at": "Fri Jan 08 16:37:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685500599098458113, "text": "RT @crashspaceLA: Dr Evelyn and Dr @electricatz brought this poor broken LED strip back to life! https://t.co/wny85nk7EI", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2972985398, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1047, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2972985398/1420923586", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": true, "id_str": "423269417", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "friends_count": 4, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Nov 28 08:59:15 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png", "favourites_count": 22, "listed_count": 6, "geo_enabled": false, "follow_request_sent": false, "followers_count": 149, "following": false, "default_profile_image": true, "id": 423269417, "blocked_by": false, "name": "HTTPHUB", "location": "", "screen_name": "Httphub", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pretoria", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "66759988", "following": false, "friends_count": 206, "entities": {"description": {"urls": [{"display_url": "JRuDevels.org", "url": "http://t.co/bQViyxTgJE", "expanded_url": "http://JRuDevels.org", "indices": [0, 22]}]}, "url": {"urls": [{"display_url": "hidevlab.com", "url": "http://t.co/7kPnyskpNl", "expanded_url": "http://hidevlab.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 121, "location": "Omsk, Capetown", "screen_name": "JBinary", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Sergey Dobrov", "profile_use_background_image": true, "description": "http://t.co/bQViyxTgJE founder, XMPP/Web/Python/JS developer", "url": "http://t.co/7kPnyskpNl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551104450954551297/ZYZ3b7Fr_normal.jpeg", "profile_background_color": "022330", "created_at": "Tue Aug 18 18:38:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551104450954551297/ZYZ3b7Fr_normal.jpeg", "favourites_count": 700, "status": {"in_reply_to_status_id": 685490061710868480, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "xzmbjk", "in_reply_to_user_id": 312577640, "in_reply_to_status_id_str": "685490061710868480", "in_reply_to_user_id_str": "312577640", "truncated": false, "id_str": "685500622725058560", "id": 685500622725058560, "text": "@xzmbjk @sd0107 \u044f \u0432\u0430\u043c \u043a\u0430\u043a \u0421\u0435\u0440\u0433\u0435\u0439 \u0414. \u0433\u043e\u0432\u043e\u0440\u044e: \u043d\u0435 \u0412\u0421\u0401 \u0442\u0430\u043a \u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "xzmbjk", "id_str": "312577640", "id": 312577640, "indices": [0, 7], "name": "KillU"}, {"screen_name": "sd0107", "id_str": "125478107", "id": 125478107, "indices": [8, 15], "name": "\u0421\u0435\u0440\u0433\u0435\u0439 \u0414"}]}, "created_at": "Fri Jan 08 16:37:39 +0000 2016", "source": "Fenix for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ru"}, "default_profile_image": false, "id": 66759988, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 4105, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "72982024", "following": false, "friends_count": 17743, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gapingvoid.com", "url": "https://t.co/5hsg8TV77Z", "expanded_url": "http://www.gapingvoid.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 46406, "location": "", "screen_name": "gapingvoid", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 793, "name": "gapingvoid", "profile_use_background_image": false, "description": "Culture change management driven visual tools that transform your organization. Clients @Microsoft @Rackspace @Zappos @Ditech @VMware", "url": "https://t.co/5hsg8TV77Z", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577587854324334592/7KgDP9lW_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Sep 09 23:28:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577587854324334592/7KgDP9lW_normal.jpeg", "favourites_count": 7725, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": 72982024, "possibly_sensitive": false, "id_str": "685236456563044352", "in_reply_to_user_id_str": "72982024", "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 568, "resize": "fit"}, "small": {"w": 340, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 400, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJy7NlU0AATw8J.jpg", "type": "photo", "indices": [81, 104], "media_url": "http://pbs.twimg.com/media/CYJy7NlU0AATw8J.jpg", "display_url": "pic.twitter.com/VdE5BS6M5a", "id_str": "685236454897799168", "expanded_url": "http://twitter.com/hughcartoons/status/685236456563044352/photo/1", "id": 685236454897799168, "url": "https://t.co/VdE5BS6M5a"}], "symbols": [], "urls": [{"display_url": "us1.campaign-archive1.com/?u=028de8672d5\u2026", "url": "https://t.co/lE8zFGbUv7", "expanded_url": "http://us1.campaign-archive1.com/?u=028de8672d5f9a229f15e9edf&id=2ed0934892&e=ead155b89c", "indices": [57, 80]}], "hashtags": [], "user_mentions": [{"screen_name": "gapingvoid", "id_str": "72982024", "id": 72982024, "indices": [0, 11], "name": "gapingvoid"}]}, "created_at": "Thu Jan 07 23:07:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "gapingvoid", "in_reply_to_status_id_str": null, "truncated": false, "id": 685236456563044352, "text": "@gapingvoid is launching a weekly healthcare newsletter: https://t.co/lE8zFGbUv7 https://t.co/VdE5BS6M5a", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685558361710972929", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 568, "resize": "fit"}, "small": {"w": 340, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 400, "resize": "fit"}}, "source_status_id_str": "685236456563044352", "media_url": "http://pbs.twimg.com/media/CYJy7NlU0AATw8J.jpg", "source_user_id_str": "50193", "id_str": "685236454897799168", "id": 685236454897799168, "media_url_https": "https://pbs.twimg.com/media/CYJy7NlU0AATw8J.jpg", "type": "photo", "indices": [99, 122], "source_status_id": 685236456563044352, "source_user_id": 50193, "display_url": "pic.twitter.com/VdE5BS6M5a", "expanded_url": "http://twitter.com/hughcartoons/status/685236456563044352/photo/1", "url": "https://t.co/VdE5BS6M5a"}], "symbols": [], "urls": [{"display_url": "us1.campaign-archive1.com/?u=028de8672d5\u2026", "url": "https://t.co/lE8zFGbUv7", "expanded_url": "http://us1.campaign-archive1.com/?u=028de8672d5f9a229f15e9edf&id=2ed0934892&e=ead155b89c", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "hughcartoons", "id_str": "50193", "id": 50193, "indices": [3, 16], "name": "Hugh MacLeod"}, {"screen_name": "gapingvoid", "id_str": "72982024", "id": 72982024, "indices": [18, 29], "name": "gapingvoid"}]}, "created_at": "Fri Jan 08 20:27:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685558361710972929, "text": "RT @hughcartoons: @gapingvoid is launching a weekly healthcare newsletter: https://t.co/lE8zFGbUv7 https://t.co/VdE5BS6M5a", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 72982024, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6561, "profile_banner_url": "https://pbs.twimg.com/profile_banners/72982024/1426542650", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1547166745", "following": false, "friends_count": 282, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 45, "location": "", "screen_name": "311onwax", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "James Jeffers", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000046852675/b9acdfc70098f944711254b1cf8b54f5_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 26 02:30:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000046852675/b9acdfc70098f944711254b1cf8b54f5_normal.jpeg", "favourites_count": 202, "status": {"in_reply_to_status_id": 680751289454706688, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "The90sLife", "in_reply_to_user_id": 436411543, "in_reply_to_status_id_str": "680751289454706688", "in_reply_to_user_id_str": "436411543", "truncated": false, "id_str": "680776290635493376", "id": 680776290635493376, "text": "@The90sLife remember jumping on the bear for extra lives?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "The90sLife", "id_str": "436411543", "id": 436411543, "indices": [0, 11], "name": "The 90s Life"}]}, "created_at": "Sat Dec 26 15:44:50 +0000 2015", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1547166745, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 738, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16487505", "following": false, "friends_count": 7172, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "coreylatislaw.com/android-activi\u2026", "url": "https://t.co/pnzBLFwf6Y", "expanded_url": "http://coreylatislaw.com/android-activity-book/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 6518, "location": "Philadelphia, PA", "screen_name": "corey_latislaw", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 416, "name": "Corey Leigh Latislaw", "profile_use_background_image": true, "description": "Geeky eco-minded nature-loving technophile. Feminist. Android GDE, lead at @OffGridE, international speaker, sketchnoter, founder @bushelme and @androidphilly.", "url": "https://t.co/pnzBLFwf6Y", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677142271708389376/JNfgckjB_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Sat Sep 27 16:59:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677142271708389376/JNfgckjB_normal.jpg", "favourites_count": 6107, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685604608668991488", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1319, "resize": "fit"}, "small": {"w": 340, "h": 438, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 773, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPBvszWMAAkgEo.jpg", "type": "photo", "indices": [56, 79], "media_url": "http://pbs.twimg.com/media/CYPBvszWMAAkgEo.jpg", "display_url": "pic.twitter.com/WSNqJCvfwf", "id_str": "685604593514983424", "expanded_url": "http://twitter.com/corey_latislaw/status/685604608668991488/photo/1", "id": 685604593514983424, "url": "https://t.co/WSNqJCvfwf"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:30:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/e4a0d228eb6be76b.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-75.280284, 39.871811], [-74.955712, 39.871811], [-74.955712, 40.13792], [-75.280284, 40.13792]]], "type": "Polygon"}, "full_name": "Philadelphia, PA", "contained_within": [], "country_code": "US", "id": "e4a0d228eb6be76b", "name": "Philadelphia"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685604608668991488, "text": "Very orangey! Was expecting more violet, but I love it. https://t.co/WSNqJCvfwf", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 16487505, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 20816, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16487505/1441343221", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "12708782", "following": false, "friends_count": 1826, "entities": {"description": {"urls": [{"display_url": "theubergeekgirl.com/now", "url": "https://t.co/kB9kUAGaVJ", "expanded_url": "http://theubergeekgirl.com/now", "indices": [0, 23]}]}, "url": {"urls": [{"display_url": "about.me/jessicadevita", "url": "https://t.co/SB2xmt7RdJ", "expanded_url": "http://about.me/jessicadevita", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/614503590699249664/84bvDwxx.png", "notifications": false, "profile_sidebar_fill_color": "D4D4D4", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 5078, "location": "Santa Monica", "screen_name": "UberGeekGirl", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 350, "name": "Jessica DeVita", "profile_use_background_image": true, "description": "https://t.co/kB9kUAGaVJ Mom of 3 boys and wifey to the brilliant @wx13 - I work at @chef", "url": "https://t.co/SB2xmt7RdJ", "profile_text_color": "363636", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/484435199413870592/WBnTIeTR_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sat Jan 26 04:07:39 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484435199413870592/WBnTIeTR_normal.jpeg", "favourites_count": 3259, "status": {"in_reply_to_status_id": 685570894735917056, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jkc137", "in_reply_to_user_id": 10349862, "in_reply_to_status_id_str": "685570894735917056", "in_reply_to_user_id_str": "10349862", "truncated": false, "id_str": "685582311757201408", "id": 685582311757201408, "text": "@jkc137 me too! I'm your wingman", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jkc137", "id_str": "10349862", "id": 10349862, "indices": [0, 7], "name": "Jennelle Crothers"}]}, "created_at": "Fri Jan 08 22:02:15 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 12708782, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/614503590699249664/84bvDwxx.png", "statuses_count": 21948, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12708782/1363463180", "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "124424508", "following": false, "friends_count": 662, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eslgaming.com", "url": "https://t.co/1Lr55AyjF7", "expanded_url": "http://eslgaming.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 63667, "location": "Cologne, Germany", "screen_name": "ApolloSC2", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 826, "name": "Shaun Clark", "profile_use_background_image": true, "description": "Host/Caster + Creative Producer @esl - I work on the @starcraft World Championship Series and @iem", "url": "https://t.co/1Lr55AyjF7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669865323596750849/MUITbX1v_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Fri Mar 19 10:38:52 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669865323596750849/MUITbX1v_normal.jpg", "favourites_count": 4264, "status": {"in_reply_to_status_id": 685591729962151936, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "DrAeromi", "in_reply_to_user_id": 789979346, "in_reply_to_status_id_str": "685591729962151936", "in_reply_to_user_id_str": "789979346", "truncated": false, "id_str": "685591864750272512", "id": 685591864750272512, "text": "@DrAeromi I was stating what is to watch tomorrow, yes, great weekend", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DrAeromi", "id_str": "789979346", "id": 789979346, "indices": [0, 9], "name": "Aeromi"}]}, "created_at": "Fri Jan 08 22:40:12 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 124424508, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 23753, "profile_banner_url": "https://pbs.twimg.com/profile_banners/124424508/1408376520", "is_translator": false}, {"time_zone": "Seoul", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 32400, "id_str": "20291791", "following": false, "friends_count": 917, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/91402336/seoul-image.jpg", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": false, "followers_count": 82806, "location": "Seoul Korea", "screen_name": "CallMeTasteless", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1366, "name": "Nick Plott", "profile_use_background_image": true, "description": "\u30fd\u0f3c\u0e88\u0644\u035c\u0e88\u0f3d\uff89", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1142888206/Smoking-Monkey-143_normal.jpg", "profile_background_color": "FFF04D", "created_at": "Sat Feb 07 03:22:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1142888206/Smoking-Monkey-143_normal.jpg", "favourites_count": 1303, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685417920306872322", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "i.imgur.com/PVGVSZQ.png", "url": "https://t.co/PzUNLgnL5H", "expanded_url": "http://i.imgur.com/PVGVSZQ.png", "indices": [0, 23]}], "hashtags": [{"text": "GSL", "indices": [33, 37]}], "user_mentions": [{"screen_name": "CallMeTasteless", "id_str": "20291791", "id": 20291791, "indices": [38, 54], "name": "Nick Plott"}]}, "created_at": "Fri Jan 08 11:09:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "tl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685417920306872322, "text": "https://t.co/PzUNLgnL5H \nHahahah #GSL @CallMeTasteless", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685420804587192320", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "i.imgur.com/PVGVSZQ.png", "url": "https://t.co/PzUNLgnL5H", "expanded_url": "http://i.imgur.com/PVGVSZQ.png", "indices": [16, 39]}], "hashtags": [{"text": "GSL", "indices": [49, 53]}], "user_mentions": [{"screen_name": "Arkanthiel", "id_str": "248599146", "id": 248599146, "indices": [3, 14], "name": "Judes Lopez"}, {"screen_name": "CallMeTasteless", "id_str": "20291791", "id": 20291791, "indices": [54, 70], "name": "Nick Plott"}]}, "created_at": "Fri Jan 08 11:20:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "tl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685420804587192320, "text": "RT @Arkanthiel: https://t.co/PzUNLgnL5H \nHahahah #GSL @CallMeTasteless", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 20291791, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/91402336/seoul-image.jpg", "statuses_count": 2819, "is_translator": false}, {"time_zone": "Seoul", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 32400, "id_str": "20240002", "following": false, "friends_count": 1009, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Facebook.com/Artosis", "url": "http://t.co/dlzcMKReqY", "expanded_url": "http://www.Facebook.com/Artosis", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/520550316761042945/eX4AmP3Q.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 119473, "location": "Seoul, South Korea", "screen_name": "Artosis", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 1751, "name": "Dan Stemkoski", "profile_use_background_image": true, "description": "Professional Commentator. I work in the eSports industry in Seoul. Some call me the King of the Nerds.. business email: Artosis@Artosis.com", "url": "http://t.co/dlzcMKReqY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2976039428/90c5360b6f1ec28756ef4f1f479047ae_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Feb 06 14:27:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2976039428/90c5360b6f1ec28756ef4f1f479047ae_normal.jpeg", "favourites_count": 3875, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": 20291791, "possibly_sensitive": false, "id_str": "685429388830191616", "in_reply_to_user_id_str": "20291791", "entities": {"symbols": [], "urls": [{"display_url": "i.imgur.com/R1Azh6M.png", "url": "https://t.co/n3KK3Ay9ck", "expanded_url": "http://i.imgur.com/R1Azh6M.png", "indices": [82, 105]}], "hashtags": [], "user_mentions": [{"screen_name": "CallMeTasteless", "id_str": "20291791", "id": 20291791, "indices": [0, 16], "name": "Nick Plott"}, {"screen_name": "Artosis", "id_str": "20240002", "id": 20240002, "indices": [17, 25], "name": "Dan Stemkoski"}]}, "created_at": "Fri Jan 08 11:54:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "CallMeTasteless", "in_reply_to_status_id_str": null, "truncated": false, "id": 685429388830191616, "text": "@CallMeTasteless @Artosis can't wait till TLO finds a way to make those viable :D https://t.co/n3KK3Ay9ck", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685445422609911808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "i.imgur.com/R1Azh6M.png", "url": "https://t.co/n3KK3Ay9ck", "expanded_url": "http://i.imgur.com/R1Azh6M.png", "indices": [96, 119]}], "hashtags": [], "user_mentions": [{"screen_name": "dNaGER87", "id_str": "242503069", "id": 242503069, "indices": [3, 12], "name": "dNa"}, {"screen_name": "CallMeTasteless", "id_str": "20291791", "id": 20291791, "indices": [14, 30], "name": "Nick Plott"}, {"screen_name": "Artosis", "id_str": "20240002", "id": 20240002, "indices": [31, 39], "name": "Dan Stemkoski"}]}, "created_at": "Fri Jan 08 12:58:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685445422609911808, "text": "RT @dNaGER87: @CallMeTasteless @Artosis can't wait till TLO finds a way to make those viable :D https://t.co/n3KK3Ay9ck", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 20240002, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/520550316761042945/eX4AmP3Q.jpeg", "statuses_count": 10364, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20240002/1445320663", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "102556161", "following": false, "friends_count": 1518, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hardballpassport.com/traveler/can0k", "url": "http://t.co/xIZ89IMcok", "expanded_url": "http://hardballpassport.com/traveler/can0k", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/633818417791832065/5B1eAlBd.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 128, "location": "Hamilton, ON, Canada", "screen_name": "can0k", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "can\u00d8k", "profile_use_background_image": true, "description": "", "url": "http://t.co/xIZ89IMcok", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1356656867/The_Three_Monkeys__small_cropped__normal.jpg", "profile_background_color": "000000", "created_at": "Thu Jan 07 02:57:31 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1356656867/The_Three_Monkeys__small_cropped__normal.jpg", "favourites_count": 2300, "status": {"in_reply_to_status_id": 677864704774119424, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MissStaceyMay", "in_reply_to_user_id": 16894531, "in_reply_to_status_id_str": "677864704774119424", "in_reply_to_user_id_str": "16894531", "truncated": false, "id_str": "677994798800871432", "id": 677994798800871432, "text": "@MissStaceyMay Thank you for sharing this. Thank you for all of the amazing pieces you've penned in 2015, but this.. this was exceptional.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MissStaceyMay", "id_str": "16894531", "id": 16894531, "indices": [0, 14], "name": "Stacey May Fowles"}]}, "created_at": "Fri Dec 18 23:32:11 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 102556161, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/633818417791832065/5B1eAlBd.jpg", "statuses_count": 328, "profile_banner_url": "https://pbs.twimg.com/profile_banners/102556161/1439947791", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "634563", "following": false, "friends_count": 1647, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/573163012560838657/wPG_e6O-.jpeg", "notifications": false, "profile_sidebar_fill_color": "D5C6A4", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1636, "location": "Minneapolis", "screen_name": "Dan_H", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 147, "name": "Dan Hendricks", "profile_use_background_image": true, "description": "DEMO VERSION \u2014 PLEASE REGISTER", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626093873874534400/Wt9nR9rx_normal.jpg", "profile_background_color": "635E40", "created_at": "Mon Jan 15 06:13:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626093873874534400/Wt9nR9rx_normal.jpg", "favourites_count": 19298, "status": {"in_reply_to_status_id": 685567075318796288, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "themacinjosh", "in_reply_to_user_id": 629743, "in_reply_to_status_id_str": "685567075318796288", "in_reply_to_user_id_str": "629743", "truncated": false, "id_str": "685567219149869056", "id": 685567219149869056, "text": "@themacinjosh I've considered taking it in for a replacement", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "themacinjosh", "id_str": "629743", "id": 629743, "indices": [0, 13], "name": "Josh Windisch"}]}, "created_at": "Fri Jan 08 21:02:16 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 634563, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/573163012560838657/wPG_e6O-.jpeg", "statuses_count": 376, "profile_banner_url": "https://pbs.twimg.com/profile_banners/634563/1449672635", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Providing cynicism, puns & network engineering at http://t.co/ICuRcKcV", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "218431233", "profile_image_url": "http://pbs.twimg.com/profile_images/1582073440/photo_low_normal.jpg", "friends_count": 212, "entities": {"description": {"urls": [{"display_url": "demonware.net", "url": "http://t.co/ICuRcKcV", "expanded_url": "http://www.demonware.net", "indices": [50, 70]}]}}, "profile_background_color": "022330", "created_at": "Mon Nov 22 10:04:01 +0000 2010", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/652161561948131328/n7ZOru4H.jpg", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/652161561948131328/n7ZOru4H.jpg", "statuses_count": 70, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1582073440/photo_low_normal.jpg", "favourites_count": 24, "listed_count": 1, "geo_enabled": true, "follow_request_sent": false, "followers_count": 37, "following": false, "default_profile_image": false, "id": 218431233, "blocked_by": false, "name": "Martin", "location": "Vancouver, Canada", "screen_name": "clarkegm", "profile_background_tile": true, "notifications": false, "utc_offset": -28800, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "32346831", "following": false, "friends_count": 605, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stumptownbear.com", "url": "http://t.co/56KHvt1dgZ", "expanded_url": "http://stumptownbear.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "6B7A8C", "geo_enabled": true, "followers_count": 142, "location": "Portland, Or", "screen_name": "evan_is", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Evan Price", "profile_use_background_image": true, "description": "Internet maker at Stumptown Bear. Noise maker in @iounoi and @pmachines.", "url": "http://t.co/56KHvt1dgZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/560517008228225024/Opg6uwaL_normal.jpeg", "profile_background_color": "DBE9ED", "created_at": "Fri Apr 17 08:22:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/560517008228225024/Opg6uwaL_normal.jpeg", "favourites_count": 175, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685275131036352512", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 400, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 400, "h": 400, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKWGaMUQAAJMYq.jpg", "type": "photo", "indices": [101, 124], "media_url": "http://pbs.twimg.com/media/CYKWGaMUQAAJMYq.jpg", "display_url": "pic.twitter.com/JUfNcKenL9", "id_str": "685275130168098816", "expanded_url": "http://twitter.com/evan_is/status/685275131036352512/photo/1", "id": 685275130168098816, "url": "https://t.co/JUfNcKenL9"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 01:41:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685275131036352512, "text": "Who wants to hire me full time? I'm super at javascript and like digging in the front-end ecosystem. https://t.co/JUfNcKenL9", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 32346831, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 2135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/32346831/1423208569", "is_translator": false}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "146395819", "following": false, "friends_count": 5211, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "uk.linkedin.com/in/girifox/", "url": "http://t.co/bxxnTEfTO4", "expanded_url": "http://uk.linkedin.com/in/girifox/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "4377D1", "geo_enabled": true, "followers_count": 6839, "location": "London", "screen_name": "girifox", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 149, "name": "Giri Fox", "profile_use_background_image": true, "description": "Director @RackspaceUK of managed services for our major customers, and technical pre-sales. Seeks root cause. Geek into enterprise tech and fixing processes.", "url": "http://t.co/bxxnTEfTO4", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2200752799/giri-fox_casual_50__head_cropped_normal.jpg", "profile_background_color": "352726", "created_at": "Fri May 21 09:49:42 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2200752799/giri-fox_casual_50__head_cropped_normal.jpg", "favourites_count": 569, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685262896595648513", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1JIPpOG", "url": "https://t.co/hTGaA1IHqa", "expanded_url": "http://bit.ly/1JIPpOG", "indices": [73, 96]}], "hashtags": [], "user_mentions": [{"screen_name": "rightscale", "id_str": "14940523", "id": 14940523, "indices": [114, 125], "name": "RightScale"}]}, "created_at": "Fri Jan 08 00:53:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685262896595648513, "text": "\"CloudOps Nirvana: Achieve Continuous Ops in Public and Private Clouds\" https://t.co/hTGaA1IHqa -- implies using @rightscale", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 146395819, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 9130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/146395819/1399670881", "is_translator": false}, {"time_zone": "UTC", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "17958179", "following": false, "friends_count": 1712, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brennannovak.com", "url": "https://t.co/en2YSt9fOA", "expanded_url": "https://brennannovak.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3941228/back.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "B42400", "geo_enabled": true, "followers_count": 5159, "location": "", "screen_name": "brennannovak", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 175, "name": "Brennan Novak", "profile_use_background_image": true, "description": "General cypherpunkery. Trying to fix things. Sometimes hopeful. Sometimes not. @QubesOS @TransparencyKit @OpenSrcDesign @MailpileTeam", "url": "https://t.co/en2YSt9fOA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3465346200/3887a9d367bf61ad50fa794a32c7ce21_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Mon Dec 08 06:54:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "E6E6E6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3465346200/3887a9d367bf61ad50fa794a32c7ce21_normal.jpeg", "favourites_count": 3967, "status": {"in_reply_to_status_id": 685176481123729408, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "altquinn", "in_reply_to_user_id": 781453303, "in_reply_to_status_id_str": "685176481123729408", "in_reply_to_user_id_str": "781453303", "truncated": false, "id_str": "685178308917604352", "id": 685178308917604352, "text": "@altquinn which articles are you referring to?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "altquinn", "id_str": "781453303", "id": 781453303, "indices": [0, 9], "name": "Quinn Norton"}]}, "created_at": "Thu Jan 07 19:16:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17958179, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3941228/back.jpg", "statuses_count": 10863, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17958179/1398249956", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2959291297", "following": false, "friends_count": 1995, "entities": {"description": {"urls": [{"display_url": "security-sleuth.com", "url": "http://t.co/kG6hxW7E7l", "expanded_url": "http://security-sleuth.com", "indices": [134, 156]}]}, "url": {"urls": [{"display_url": "security-sleuth.com", "url": "http://t.co/HazOriRs2u", "expanded_url": "http://www.security-sleuth.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1197, "location": "Cyberspace", "screen_name": "Security_Sleuth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "The Security Sleuth", "profile_use_background_image": false, "description": "Young up and coming #security professional dedicated to uncovering Security and #privacy issues in our everyday lives. Read my blog @ http://t.co/kG6hxW7E7l", "url": "http://t.co/HazOriRs2u", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/552003711426248705/vnC2-j2h_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Jan 05 06:49:02 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/552003711426248705/vnC2-j2h_normal.jpeg", "favourites_count": 50, "status": {"retweet_count": 111, "retweeted_status": {"retweet_count": 111, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685277451740553217", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 256, "resize": "fit"}, "large": {"w": 1024, "h": 772, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 452, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKYNc9VAAAMVRp.png", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYKYNc9VAAAMVRp.png", "display_url": "pic.twitter.com/IaffDrzwC4", "id_str": "685277450192879616", "expanded_url": "http://twitter.com/binitamshah/status/685277451740553217/photo/1", "id": 685277450192879616, "url": "https://t.co/IaffDrzwC4"}], "symbols": [], "urls": [{"display_url": "jide.com/en/remixos/dev\u2026", "url": "https://t.co/IWhe1WxIv4", "expanded_url": "http://www.jide.com/en/remixos/devices", "indices": [86, 109]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 01:50:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685277451740553217, "text": "Remix OS : Android based OS for desktop (and it works with nearly any PC (or Mac ) : https://t.co/IWhe1WxIv4 https://t.co/IaffDrzwC4", "coordinates": null, "retweeted": false, "favorite_count": 130, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685347531916750849", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 256, "resize": "fit"}, "large": {"w": 1024, "h": 772, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 452, "resize": "fit"}}, "source_status_id_str": "685277451740553217", "media_url": "http://pbs.twimg.com/media/CYKYNc9VAAAMVRp.png", "source_user_id_str": "23090019", "id_str": "685277450192879616", "id": 685277450192879616, "media_url_https": "https://pbs.twimg.com/media/CYKYNc9VAAAMVRp.png", "type": "photo", "indices": [139, 140], "source_status_id": 685277451740553217, "source_user_id": 23090019, "display_url": "pic.twitter.com/IaffDrzwC4", "expanded_url": "http://twitter.com/binitamshah/status/685277451740553217/photo/1", "url": "https://t.co/IaffDrzwC4"}], "symbols": [], "urls": [{"display_url": "jide.com/en/remixos/dev\u2026", "url": "https://t.co/IWhe1WxIv4", "expanded_url": "http://www.jide.com/en/remixos/devices", "indices": [103, 126]}], "hashtags": [], "user_mentions": [{"screen_name": "binitamshah", "id_str": "23090019", "id": 23090019, "indices": [3, 15], "name": "Binni Shah"}]}, "created_at": "Fri Jan 08 06:29:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685347531916750849, "text": "RT @binitamshah: Remix OS : Android based OS for desktop (and it works with nearly any PC (or Mac ) : https://t.co/IWhe1WxIv4 https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2959291297, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 348, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2959291297/1425687182", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "96848570", "following": false, "friends_count": 297, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "day9.tv", "url": "http://t.co/2SVmmy7vaY", "expanded_url": "http://www.day9.tv", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/290746944/day9tv-twitter-bkR1.jpg", "notifications": false, "profile_sidebar_fill_color": "131313", "profile_link_color": "FFA71A", "geo_enabled": false, "followers_count": 201480, "location": "", "screen_name": "day9tv", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2649, "name": "Sean Plott", "profile_use_background_image": true, "description": "Learn lots. Don't judge. Laugh for no reason. Be nice. Seek happiness.", "url": "http://t.co/2SVmmy7vaY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497129205692239872/x2MebV6i_normal.png", "profile_background_color": "131313", "created_at": "Mon Dec 14 21:50:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497129205692239872/x2MebV6i_normal.png", "favourites_count": 389, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685529740547993601", "id": 685529740547993601, "text": "Grabbing new headphones before showtime today! Might be 15m late lol :P", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:33:21 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 43, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 96848570, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/290746944/day9tv-twitter-bkR1.jpg", "statuses_count": 13235, "profile_banner_url": "https://pbs.twimg.com/profile_banners/96848570/1353534662", "is_translator": false}, {"time_zone": "Jerusalem", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "553492685", "following": false, "friends_count": 297, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "webservices20.blogspot.com", "url": "http://t.co/gOiPMFkAB9", "expanded_url": "http://webservices20.blogspot.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/675966453/eea3b1b6458b8e4b3bc0aa1841a4ea53.jpeg", "notifications": false, "profile_sidebar_fill_color": "281E17", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 674, "location": "Israel", "screen_name": "YaronNaveh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Yaron Naveh", "profile_use_background_image": true, "description": "Node.JS and open source developer. Web services addict. Lives in the Cloud. Works @ Facebook.", "url": "http://t.co/gOiPMFkAB9", "profile_text_color": "7A5C45", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477414043607498754/JMb6ecqx_normal.jpeg", "profile_background_color": "000000", "created_at": "Sat Apr 14 12:29:00 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477414043607498754/JMb6ecqx_normal.jpeg", "favourites_count": 902, "status": {"retweet_count": 0, "in_reply_to_user_id": 141934364, "possibly_sensitive": false, "id_str": "685454499016740864", "in_reply_to_user_id_str": "141934364", "entities": {"symbols": [], "urls": [{"display_url": "github.com/hustcer/star", "url": "https://t.co/NFOKpzpbbR", "expanded_url": "https://github.com/hustcer/star", "indices": [92, 115]}], "hashtags": [], "user_mentions": [{"screen_name": "sakanabiscuit", "id_str": "141934364", "id": 141934364, "indices": [0, 14], "name": "\u3164"}]}, "created_at": "Fri Jan 08 13:34:22 +0000 2016", "favorited": false, "in_reply_to_status_id": 685320456564441088, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "sakanabiscuit", "in_reply_to_status_id_str": "685320456564441088", "truncated": false, "id": 685454499016740864, "text": "@sakanabiscuit any language you can in the terminal is possible. recently I've seen Chinese https://t.co/NFOKpzpbbR and also French before", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 553492685, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/675966453/eea3b1b6458b8e4b3bc0aa1841a4ea53.jpeg", "statuses_count": 521, "profile_banner_url": "https://pbs.twimg.com/profile_banners/553492685/1406714550", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "686803", "following": false, "friends_count": 1027, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nesbitt.io", "url": "http://t.co/Jf3LNbrp8J", "expanded_url": "http://nesbitt.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/750371030/86f4c2397325bcd6305c75abc235ece3.png", "notifications": false, "profile_sidebar_fill_color": "C4D6F5", "profile_link_color": "5074CF", "geo_enabled": true, "followers_count": 4202, "location": "Somerset, UK", "screen_name": "teabass", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 297, "name": "Andrew Nesbitt", "profile_use_background_image": true, "description": "Founder of @Librariesio and @24pullrequests, previously worked at @GitHub", "url": "http://t.co/Jf3LNbrp8J", "profile_text_color": "0A0A0A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669795308738596864/E2xmHvPR_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jan 23 15:01:41 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669795308738596864/E2xmHvPR_normal.jpg", "favourites_count": 8980, "status": {"retweet_count": 22, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 22, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685484634835148800", "id": 685484634835148800, "text": "I\u2019m leaving Pusher and looking for a new challenge. Please get in touch if you know of anything phil@leggetter.co.uk \ud83d\ude80", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:34:07 +0000 2016", "source": "TweetDeck", "favorite_count": 15, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685490089682665472", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "leggetter", "id_str": "14455530", "id": 14455530, "indices": [3, 13], "name": "Phil Leggetter"}]}, "created_at": "Fri Jan 08 15:55:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685490089682665472, "text": "RT @leggetter: I\u2019m leaving Pusher and looking for a new challenge. Please get in touch if you know of anything phil@leggetter.co.uk \ud83d\ude80", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 686803, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/750371030/86f4c2397325bcd6305c75abc235ece3.png", "statuses_count": 30708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/686803/1414274531", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "10497132", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "goettner.net", "url": "http://t.co/IFzFJy0qHq", "expanded_url": "http://www.goettner.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3904681/TwitterBack.gif", "notifications": false, "profile_sidebar_fill_color": "FEFED7", "profile_link_color": "2C89AA", "geo_enabled": true, "followers_count": 192, "location": "", "screen_name": "LewG", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Lew Goettner", "profile_use_background_image": true, "description": "Sometimes I type slow, sometimes I type quick.", "url": "http://t.co/IFzFJy0qHq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2182323909/LewSquareCutOff_normal.jpg", "profile_background_color": "88B7FF", "created_at": "Fri Nov 23 16:57:34 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "B6C5D8", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2182323909/LewSquareCutOff_normal.jpg", "favourites_count": 138, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684731614128136192", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tnw.to/h4y0U", "url": "https://t.co/yfY3o8r7CN", "expanded_url": "http://tnw.to/h4y0U", "indices": [71, 94]}], "hashtags": [], "user_mentions": [{"screen_name": "TheNextWeb", "id_str": "10876852", "id": 10876852, "indices": [99, 110], "name": "The Next Web"}]}, "created_at": "Wed Jan 06 13:41:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684731614128136192, "text": "\"Web developers rejoice; Internet Explorer 8, 9 and 10 die on Tuesday\" https://t.co/yfY3o8r7CN via @thenextweb -- I know I will!", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 10497132, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3904681/TwitterBack.gif", "statuses_count": 1118, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10497132/1400780356", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "7378102", "following": false, "friends_count": 2059, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bagofonions.com", "url": "https://t.co/wyoDXMtkmO", "expanded_url": "https://www.bagofonions.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/531844732435959808/U-trU_g7.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1296, "location": "Edinburgh ", "screen_name": "handlewithcare", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 48, "name": "Martin Hewitt", "profile_use_background_image": true, "description": "Product developer @surevine and way of working enthusiast. Building collaboration tools for security-conscious organisations. Bakes bread in the gaps.", "url": "https://t.co/wyoDXMtkmO", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/71439029/martin_hewitt_byng_systems_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jul 10 17:22:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/71439029/martin_hewitt_byng_systems_normal.jpg", "favourites_count": 187, "status": {"retweet_count": 119, "retweeted_status": {"retweet_count": 119, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685552439248957441", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/conorpope/stat\u2026", "url": "https://t.co/Em2DgiRp8G", "expanded_url": "https://twitter.com/conorpope/status/685540019457658880", "indices": [93, 116]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:03:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685552439248957441, "text": "If I were Ukip I'd be pretty annoyed by the way Labour are muscling in on the fruitcake vote https://t.co/Em2DgiRp8G", "coordinates": null, "retweeted": false, "favorite_count": 127, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613249245626369", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/conorpope/stat\u2026", "url": "https://t.co/Em2DgiRp8G", "expanded_url": "https://twitter.com/conorpope/status/685540019457658880", "indices": [113, 136]}], "hashtags": [], "user_mentions": [{"screen_name": "MichaelPDeacon", "id_str": "506486097", "id": 506486097, "indices": [3, 18], "name": "Michael Deacon"}]}, "created_at": "Sat Jan 09 00:05:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613249245626369, "text": "RT @MichaelPDeacon: If I were Ukip I'd be pretty annoyed by the way Labour are muscling in on the fruitcake vote https://t.co/Em2DgiRp8G", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 7378102, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/531844732435959808/U-trU_g7.jpeg", "statuses_count": 38874, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "557543", "following": false, "friends_count": 393, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danworth.com", "url": "http://t.co/pWB6KBJTAH", "expanded_url": "http://www.danworth.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/18867467/background.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 322, "location": "Bucks County, PA", "screen_name": "djworth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Dan Worth", "profile_use_background_image": true, "description": "Organizer @GolangPhilly", "url": "http://t.co/pWB6KBJTAH", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577892800856911872/vHZ0ibNn_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu Jan 04 22:09:58 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577892800856911872/vHZ0ibNn_normal.jpeg", "favourites_count": 245, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684422155187126272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meetu.ps/2RF5qb", "url": "https://t.co/WBzpYXhPcJ", "expanded_url": "http://meetu.ps/2RF5qb", "indices": [35, 58]}], "hashtags": [{"text": "golang", "indices": [7, 14]}], "user_mentions": []}, "created_at": "Tue Jan 05 17:12:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684422155187126272, "text": "Philly #golang meetup on Jan 12th.\nhttps://t.co/WBzpYXhPcJ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684432613956808704", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meetu.ps/2RF5qb", "url": "https://t.co/WBzpYXhPcJ", "expanded_url": "http://meetu.ps/2RF5qb", "indices": [52, 75]}], "hashtags": [{"text": "golang", "indices": [24, 31]}], "user_mentions": [{"screen_name": "genghisjahn", "id_str": "16422814", "id": 16422814, "indices": [3, 15], "name": "Jon Wear"}]}, "created_at": "Tue Jan 05 17:53:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684432613956808704, "text": "RT @genghisjahn: Philly #golang meetup on Jan 12th.\nhttps://t.co/WBzpYXhPcJ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 557543, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/18867467/background.png", "statuses_count": 1274, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11404352", "following": false, "friends_count": 877, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jjmiv.us", "url": "http://t.co/kPt8y3YG6v", "expanded_url": "http://jjmiv.us", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "005FB3", "geo_enabled": false, "followers_count": 311, "location": "Narberth, PA", "screen_name": "jjmiv", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "John Mahoney", "profile_use_background_image": true, "description": "I like tech, comics, games and being a dad! | DevOps at Capital One | Co-Organizer for @gdgphilly and @docker philly", "url": "http://t.co/kPt8y3YG6v", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/630421789324275712/7vmC3Ghd_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Dec 21 14:01:47 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/630421789324275712/7vmC3Ghd_normal.jpg", "favourites_count": 136, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685497618861043712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/ColliderNews/s\u2026", "url": "https://t.co/PqTLX42Uq4", "expanded_url": "https://twitter.com/ColliderNews/status/685494047218241536", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:25:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685497618861043712, "text": "this makes me feel old. https://t.co/PqTLX42Uq4", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 11404352, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3799, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16422814", "following": false, "friends_count": 102, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jonwear.com", "url": "https://t.co/KL1LvQSpdj", "expanded_url": "http://www.jonwear.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 217, "location": "Philadelphia, PA", "screen_name": "genghisjahn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Jon Wear", "profile_use_background_image": false, "description": "Evacuate? In our moment of triumph? I think you over estimate their chances.", "url": "https://t.co/KL1LvQSpdj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585854819010748417/7oM61q6p_normal.png", "profile_background_color": "022330", "created_at": "Tue Sep 23 18:17:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585854819010748417/7oM61q6p_normal.png", "favourites_count": 1016, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685575798183481344", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "resetplug.com", "url": "https://t.co/g9bdJ5S1rk", "expanded_url": "http://resetplug.com/", "indices": [110, 133]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:36:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685575798183481344, "text": "A smart device to reset your router if it can't get on your wifi is a solution that ignores the root problem. https://t.co/g9bdJ5S1rk", "coordinates": null, "retweeted": false, "favorite_count": 30, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685576188979458048", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "resetplug.com", "url": "https://t.co/g9bdJ5S1rk", "expanded_url": "http://resetplug.com/", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "shanselman", "id_str": "5676102", "id": 5676102, "indices": [3, 14], "name": "Scott Hanselman"}]}, "created_at": "Fri Jan 08 21:37:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685576188979458048, "text": "RT @shanselman: A smart device to reset your router if it can't get on your wifi is a solution that ignores the root problem. https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 16422814, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 4452, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16422814/1435275444", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "110465841", "following": false, "friends_count": 2997, "entities": {"description": {"urls": [{"display_url": "hook.io", "url": "http://t.co/LTk6sENnSE", "expanded_url": "http://hook.io", "indices": [77, 99]}, {"display_url": "github.com/marak", "url": "http://t.co/hRZPf23WfN", "expanded_url": "http://github.com/marak", "indices": [100, 122]}]}, "url": {"urls": [{"display_url": "marak.com", "url": "http://t.co/HCfNi319sG", "expanded_url": "http://marak.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3016, "location": "The Internet", "screen_name": "marak", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 255, "name": "marak", "profile_use_background_image": true, "description": "Open-source software developer. Previously founded @Nodejitsu Now working on http://t.co/LTk6sENnSE http://t.co/hRZPf23WfN", "url": "http://t.co/HCfNi319sG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2555785383/r67mex7tvvowb506u550_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Feb 01 17:02:01 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2555785383/r67mex7tvvowb506u550_normal.png", "favourites_count": 0, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684106649678790656", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/22Hitlh", "url": "https://t.co/S33LyfJ6t2", "expanded_url": "http://bit.ly/22Hitlh", "indices": [108, 131]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 20:18:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684106649678790656, "text": "Let's talk resolutions (not the pixel kind). 5 essential principals to becoming a better filmmaker in 2016 https://t.co/S33LyfJ6t2", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684356338638548992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/22Hitlh", "url": "https://t.co/S33LyfJ6t2", "expanded_url": "http://bit.ly/22Hitlh", "indices": [122, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "Frame_io", "id_str": "1475571811", "id": 1475571811, "indices": [3, 12], "name": "Frame.io"}]}, "created_at": "Tue Jan 05 12:50:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684356338638548992, "text": "RT @Frame_io: Let's talk resolutions (not the pixel kind). 5 essential principals to becoming a better filmmaker in 2016 https://t.co/S33L\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 110465841, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 442, "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2898656006", "following": false, "friends_count": 9123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/1DLCeu0", "url": "http://t.co/7jM1haXIYY", "expanded_url": "http://bit.ly/1DLCeu0", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 12176, "location": "", "screen_name": "DevopsRR", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 259, "name": "DevOps", "profile_use_background_image": true, "description": "Live Content Curated by top DevOps Influencers", "url": "http://t.co/7jM1haXIYY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/532953334261362689/ZTF7QPgY_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Nov 13 17:48:55 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/532953334261362689/ZTF7QPgY_normal.png", "favourites_count": 0, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685576243253661697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "rightrelevance.com/search/influen\u2026", "url": "https://t.co/pNpItcLLS6", "expanded_url": "http://www.rightrelevance.com/search/influencers?query=devops&taccount=devopsrr&time=1452288667.06", "indices": [49, 72]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:38:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685576243253661697, "text": "Top devops Twitter influencers one should follow https://t.co/pNpItcLLS6", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "RRPostingApp"}, "default_profile_image": false, "id": 2898656006, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5182, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "28862294", "following": false, "friends_count": 2059, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 705, "location": "Chicago, IL", "screen_name": "jcattell", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "Jerry Cattell", "profile_use_background_image": true, "description": "infrastructure @enernoc (formerly @pulseenergy, @orbitz, i-drive, @fedex). co-organizer of @devopschicago and @devopsdaysChi. ebook addict.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/126684370/photo-small_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 04 20:18:04 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/126684370/photo-small_normal.jpg", "favourites_count": 3327, "status": {"retweet_count": 19434, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 19434, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683715585373372416", "id": 683715585373372416, "text": "Today I learned:\nplural of armed black people is thugs\nplural of armed brown people is terrorists\nplural of armed white people is militia", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Jan 03 18:24:33 +0000 2016", "source": "Twitter for iPad", "favorite_count": 17267, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684165529179787264", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "koush", "id_str": "18918415", "id": 18918415, "indices": [3, 9], "name": "koush"}]}, "created_at": "Tue Jan 05 00:12:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684165529179787264, "text": "RT @koush: Today I learned:\nplural of armed black people is thugs\nplural of armed brown people is terrorists\nplural of armed white people i\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 28862294, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1477, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "222000294", "following": false, "friends_count": 786, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "coalesce.net", "url": "http://t.co/NsdbJtq5vP", "expanded_url": "http://coalesce.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000152571431/F1uC7SrW.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 210, "location": "", "screen_name": "tracyfloyd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Tracy Floyd", "profile_use_background_image": true, "description": "Designer. Pragmatic perfectionist. Definitely know less now than I did in my 20s.", "url": "http://t.co/NsdbJtq5vP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677686176095055872/yDA8HfOV_normal.png", "profile_background_color": "131516", "created_at": "Thu Dec 02 05:20:46 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677686176095055872/yDA8HfOV_normal.png", "favourites_count": 665, "status": {"retweet_count": 136, "retweeted_status": {"retweet_count": 136, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684301080080052224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swissincss.com", "url": "https://t.co/SOiMHjAOkr", "expanded_url": "http://swissincss.com", "indices": [76, 99]}], "hashtags": [], "user_mentions": [{"screen_name": "swissmiss", "id_str": "1504011", "id": 1504011, "indices": [105, 115], "name": "Tina Roth Eisenberg"}]}, "created_at": "Tue Jan 05 09:11:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684301080080052224, "text": "Swiss in CSS. A beautiful homage with CodePen links to see how it was done. https://t.co/SOiMHjAOkr\n\n/cc @swissmiss", "coordinates": null, "retweeted": false, "favorite_count": 236, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684898274747281408", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swissincss.com", "url": "https://t.co/SOiMHjAOkr", "expanded_url": "http://swissincss.com", "indices": [90, 113]}], "hashtags": [], "user_mentions": [{"screen_name": "vpieters", "id_str": "12815", "id": 12815, "indices": [3, 12], "name": "Veerle Pieters"}, {"screen_name": "swissmiss", "id_str": "1504011", "id": 1504011, "indices": [119, 129], "name": "Tina Roth Eisenberg"}]}, "created_at": "Thu Jan 07 00:44:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684898274747281408, "text": "RT @vpieters: Swiss in CSS. A beautiful homage with CodePen links to see how it was done. https://t.co/SOiMHjAOkr\n\n/cc @swissmiss", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitterrific"}, "default_profile_image": false, "id": 222000294, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000152571431/F1uC7SrW.png", "statuses_count": 843, "profile_banner_url": "https://pbs.twimg.com/profile_banners/222000294/1398251622", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "428813", "following": false, "friends_count": 840, "entities": {"description": {"urls": [{"display_url": "github.com/thepug", "url": "https://t.co/pXVpePQGaR", "expanded_url": "https://github.com/thepug", "indices": [55, 78]}]}, "url": {"urls": [{"display_url": "unclenaynay.com", "url": "http://t.co/EbI1b1pXJC", "expanded_url": "http://unclenaynay.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 796, "location": "Mount Pleasant, SC", "screen_name": "thepug", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Nathan Zorn", "profile_use_background_image": true, "description": "Software developer. Currently working for @modernmsg. https://t.co/pXVpePQGaR", "url": "http://t.co/EbI1b1pXJC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3203071618/3b84a033819948ec0ccb7f04b0cfb904_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Jan 02 02:12:04 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3203071618/3b84a033819948ec0ccb7f04b0cfb904_normal.jpeg", "favourites_count": 90, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684602241198600192", "id": 684602241198600192, "text": "Thanks @dallasruby for having me tonight! \u2019twas fun", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dallasruby", "id_str": "58941505", "id": 58941505, "indices": [7, 18], "name": "Dallas Ruby Brigade"}]}, "created_at": "Wed Jan 06 05:07:48 +0000 2016", "source": "Twitter for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685114540783108097", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dealingwith", "id_str": "379983", "id": 379983, "indices": [3, 15], "name": "\u2728Daniel Miller\u2728"}, {"screen_name": "dallasruby", "id_str": "58941505", "id": 58941505, "indices": [24, 35], "name": "Dallas Ruby Brigade"}]}, "created_at": "Thu Jan 07 15:03:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685114540783108097, "text": "RT @dealingwith: Thanks @dallasruby for having me tonight! \u2019twas fun", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 428813, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2118, "profile_banner_url": "https://pbs.twimg.com/profile_banners/428813/1359914750", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1967601206", "following": false, "friends_count": 22, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "influxdb.com", "url": "http://t.co/DzRgm2B9Hb", "expanded_url": "http://influxdb.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 4293, "location": "NYC, Denver, San Francisco", "screen_name": "InfluxDB", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 150, "name": "InfluxData", "profile_use_background_image": true, "description": "The Platform for Time-Series Data", "url": "http://t.co/DzRgm2B9Hb", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674654746725056514/EHg3ZHtE_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Oct 17 21:10:10 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674654746725056514/EHg3ZHtE_normal.jpg", "favourites_count": 61, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581760340492288", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1WyNmUS", "url": "https://t.co/efpu73VnYS", "expanded_url": "http://bit.ly/1WyNmUS", "indices": [114, 137]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:00:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581760340492288, "text": "The SF InfluxDB Meetup is looking for developers to share their InfluxDB experiences at a future Meetup, ping us: https://t.co/efpu73VnYS", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Sprout Social"}, "default_profile_image": false, "id": 1967601206, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 854, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "614623", "following": false, "friends_count": 164, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rae.tnir.org", "url": "http://t.co/tdvzreHDK8", "expanded_url": "http://rae.tnir.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/30222/swirly-swirl.jpg", "notifications": false, "profile_sidebar_fill_color": "BFD9C7", "profile_link_color": "069C03", "geo_enabled": true, "followers_count": 309, "location": "Toronto, Canada", "screen_name": "clith", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Reid", "profile_use_background_image": false, "description": "I write iPhone apps", "url": "http://t.co/tdvzreHDK8", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/574316640143175681/ithojHKm_normal.jpeg", "profile_background_color": "71AB7B", "created_at": "Mon Jan 08 18:45:15 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "488553", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/574316640143175681/ithojHKm_normal.jpeg", "favourites_count": 210, "status": {"retweet_count": 153, "retweeted_status": {"retweet_count": 153, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684965457640599552", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 427, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYF8br6UoAAt3Zj.jpg", "type": "photo", "indices": [66, 89], "media_url": "http://pbs.twimg.com/media/CYF8br6UoAAt3Zj.jpg", "display_url": "pic.twitter.com/cVeckwwvjX", "id_str": "684965433422684160", "expanded_url": "http://twitter.com/verge/status/684965457640599552/photo/1", "id": 684965433422684160, "url": "https://t.co/cVeckwwvjX"}], "symbols": [], "urls": [{"display_url": "theverge.com/2016/1/6/10724\u2026", "url": "https://t.co/JTkRuPu0Fe", "expanded_url": "http://www.theverge.com/2016/1/6/10724112/netflix-global-expansion-russia-india", "indices": [42, 65]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 05:11:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684965457640599552, "text": "Netflix has launched in 130 new countries https://t.co/JTkRuPu0Fe https://t.co/cVeckwwvjX", "coordinates": null, "retweeted": false, "favorite_count": 139, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684992684868567040", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 427, "resize": "fit"}}, "source_status_id_str": "684965457640599552", "media_url": "http://pbs.twimg.com/media/CYF8br6UoAAt3Zj.jpg", "source_user_id_str": "275686563", "id_str": "684965433422684160", "id": 684965433422684160, "media_url_https": "https://pbs.twimg.com/media/CYF8br6UoAAt3Zj.jpg", "type": "photo", "indices": [77, 100], "source_status_id": 684965457640599552, "source_user_id": 275686563, "display_url": "pic.twitter.com/cVeckwwvjX", "expanded_url": "http://twitter.com/verge/status/684965457640599552/photo/1", "url": "https://t.co/cVeckwwvjX"}], "symbols": [], "urls": [{"display_url": "theverge.com/2016/1/6/10724\u2026", "url": "https://t.co/JTkRuPu0Fe", "expanded_url": "http://www.theverge.com/2016/1/6/10724112/netflix-global-expansion-russia-india", "indices": [53, 76]}], "hashtags": [], "user_mentions": [{"screen_name": "verge", "id_str": "275686563", "id": 275686563, "indices": [3, 9], "name": "The Verge"}]}, "created_at": "Thu Jan 07 06:59:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684992684868567040, "text": "RT @verge: Netflix has launched in 130 new countries https://t.co/JTkRuPu0Fe https://t.co/cVeckwwvjX", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 614623, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/30222/swirly-swirl.jpg", "statuses_count": 5871, "profile_banner_url": "https://pbs.twimg.com/profile_banners/614623/1372430024", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "14316334", "following": false, "friends_count": 491, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "94D487", "geo_enabled": false, "followers_count": 119, "location": "Dublin, Ireland", "screen_name": "corriganjc", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "corriganjc", "profile_use_background_image": false, "description": "Programmer, prone to self nerd-sniping. Edge person. Tabletop gamer. Pronouns: he/him.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648607142807752704/a-31fHlt_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Apr 06 16:43:23 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648607142807752704/a-31fHlt_normal.jpg", "favourites_count": 2697, "status": {"retweet_count": 47, "retweeted_status": {"retweet_count": 47, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685379627297148929", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 343, "resize": "fit"}, "small": {"w": 340, "h": 194, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 343, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYL1I3JWQAAxNM4.jpg", "type": "photo", "indices": [115, 138], "media_url": "http://pbs.twimg.com/media/CYL1I3JWQAAxNM4.jpg", "display_url": "pic.twitter.com/pJpYxFAPYc", "id_str": "685379625904652288", "expanded_url": "http://twitter.com/LASTEXITshirts/status/685379627297148929/photo/1", "id": 685379625904652288, "url": "https://t.co/pJpYxFAPYc"}], "symbols": [], "urls": [{"display_url": "bit.ly/1ZelBWy", "url": "https://t.co/3O2rsdovZI", "expanded_url": "http://bit.ly/1ZelBWy", "indices": [91, 114]}], "hashtags": [{"text": "RoyBatty", "indices": [17, 26]}, {"text": "BladeRunner", "indices": [62, 74]}], "user_mentions": []}, "created_at": "Fri Jan 08 08:36:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685379627297148929, "text": "Happy incept day #RoyBatty\nQuote: NEXUS30 for 30% OFF all our #BladeRunner inspired items: https://t.co/3O2rsdovZI https://t.co/pJpYxFAPYc", "coordinates": null, "retweeted": false, "favorite_count": 50, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685380282334187520", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 343, "resize": "fit"}, "small": {"w": 340, "h": 194, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 343, "resize": "fit"}}, "source_status_id_str": "685379627297148929", "media_url": "http://pbs.twimg.com/media/CYL1I3JWQAAxNM4.jpg", "source_user_id_str": "37403964", "id_str": "685379625904652288", "id": 685379625904652288, "media_url_https": "https://pbs.twimg.com/media/CYL1I3JWQAAxNM4.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685379627297148929, "source_user_id": 37403964, "display_url": "pic.twitter.com/pJpYxFAPYc", "expanded_url": "http://twitter.com/LASTEXITshirts/status/685379627297148929/photo/1", "url": "https://t.co/pJpYxFAPYc"}], "symbols": [], "urls": [{"display_url": "bit.ly/1ZelBWy", "url": "https://t.co/3O2rsdovZI", "expanded_url": "http://bit.ly/1ZelBWy", "indices": [111, 134]}], "hashtags": [{"text": "RoyBatty", "indices": [37, 46]}, {"text": "BladeRunner", "indices": [82, 94]}], "user_mentions": [{"screen_name": "LASTEXITshirts", "id_str": "37403964", "id": 37403964, "indices": [3, 18], "name": "Last Exit To Nowhere"}]}, "created_at": "Fri Jan 08 08:39:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685380282334187520, "text": "RT @LASTEXITshirts: Happy incept day #RoyBatty\nQuote: NEXUS30 for 30% OFF all our #BladeRunner inspired items: https://t.co/3O2rsdovZI http\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14316334, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4739, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14316334/1425513148", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15909478", "following": false, "friends_count": 2490, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/melindab", "url": "https://t.co/8OXzCqBbZ6", "expanded_url": "http://linkedin.com/in/melindab", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2997, "location": "iPhone: 37.612808,-122.384117", "screen_name": "MJB_SF", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 362, "name": "Melinda Byerley", "profile_use_background_image": true, "description": "Founder, @timesharecmo. Underrated Badass. Serious/silly. Poetry Writer/Growth Hacker. Owls/Poodles. Cornell MBA/Live in SF.", "url": "https://t.co/8OXzCqBbZ6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507327885460246529/jcIFzXJA_normal.jpeg", "profile_background_color": "022330", "created_at": "Tue Aug 19 20:57:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507327885460246529/jcIFzXJA_normal.jpeg", "favourites_count": 21759, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685514903960956928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 115, "resize": "fit"}, "medium": {"w": 600, "h": 203, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 736, "h": 250, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNwK7JUwAA0rL7.jpg", "type": "photo", "indices": [35, 58], "media_url": "http://pbs.twimg.com/media/CYNwK7JUwAA0rL7.jpg", "display_url": "pic.twitter.com/6B56z8e044", "id_str": "685514901268250624", "expanded_url": "http://twitter.com/adamnash/status/685514903960956928/photo/1", "id": 685514901268250624, "url": "https://t.co/6B56z8e044"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:34:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/b19a2cc5134b7e0a.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.117916, 37.3567709], [-122.044969, 37.3567709], [-122.044969, 37.436935], [-122.117916, 37.436935]]], "type": "Polygon"}, "full_name": "Mountain View, CA", "contained_within": [], "country_code": "US", "id": "b19a2cc5134b7e0a", "name": "Mountain View"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685514903960956928, "text": "A bit of bitcoin humor for Friday. https://t.co/6B56z8e044", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612530727694336", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 115, "resize": "fit"}, "medium": {"w": 600, "h": 203, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 736, "h": 250, "resize": "fit"}}, "source_status_id_str": "685514903960956928", "media_url": "http://pbs.twimg.com/media/CYNwK7JUwAA0rL7.jpg", "source_user_id_str": "1421521", "id_str": "685514901268250624", "id": 685514901268250624, "media_url_https": "https://pbs.twimg.com/media/CYNwK7JUwAA0rL7.jpg", "type": "photo", "indices": [49, 72], "source_status_id": 685514903960956928, "source_user_id": 1421521, "display_url": "pic.twitter.com/6B56z8e044", "expanded_url": "http://twitter.com/adamnash/status/685514903960956928/photo/1", "url": "https://t.co/6B56z8e044"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "adamnash", "id_str": "1421521", "id": 1421521, "indices": [3, 12], "name": "Adam Nash"}]}, "created_at": "Sat Jan 09 00:02:20 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612530727694336, "text": "RT @adamnash: A bit of bitcoin humor for Friday. https://t.co/6B56z8e044", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 15909478, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 32361, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15909478/1431361178", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6500812", "following": false, "friends_count": 439, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thetofu.com", "url": "http://t.co/gfLWAwOBtD", "expanded_url": "http://thetofu.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 472, "location": "Alameda, CA", "screen_name": "twonds", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "Christopher Zorn", "profile_use_background_image": true, "description": "", "url": "http://t.co/gfLWAwOBtD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2439991894/image_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Fri Jun 01 13:42:18 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2439991894/image_normal.jpg", "favourites_count": 132, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682005975692259328", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 200, "resize": "fit"}, "medium": {"w": 600, "h": 353, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 600, "h": 353, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXb40kUUoAIOI6_.jpg", "type": "photo", "indices": [97, 120], "media_url": "http://pbs.twimg.com/media/CXb40kUUoAIOI6_.jpg", "display_url": "pic.twitter.com/ZWHDgNzKai", "id_str": "682005975579009026", "expanded_url": "http://twitter.com/OPENcompanyHQ/status/682005975692259328/photo/1", "id": 682005975579009026, "url": "https://t.co/ZWHDgNzKai"}], "symbols": [], "urls": [{"display_url": "bit.ly/22xjJr9", "url": "https://t.co/My8exDctys", "expanded_url": "http://bit.ly/22xjJr9", "indices": [73, 96]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 01:11:10 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682005975692259328, "text": "Our latest OPENcompany newsletter features problems with employee equity https://t.co/My8exDctys https://t.co/ZWHDgNzKai", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682058811050295296", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 200, "resize": "fit"}, "medium": {"w": 600, "h": 353, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 600, "h": 353, "resize": "fit"}}, "source_status_id_str": "682005975692259328", "media_url": "http://pbs.twimg.com/media/CXb40kUUoAIOI6_.jpg", "source_user_id_str": "3401777441", "id_str": "682005975579009026", "id": 682005975579009026, "media_url_https": "https://pbs.twimg.com/media/CXb40kUUoAIOI6_.jpg", "type": "photo", "indices": [116, 139], "source_status_id": 682005975692259328, "source_user_id": 3401777441, "display_url": "pic.twitter.com/ZWHDgNzKai", "expanded_url": "http://twitter.com/OPENcompanyHQ/status/682005975692259328/photo/1", "url": "https://t.co/ZWHDgNzKai"}], "symbols": [], "urls": [{"display_url": "bit.ly/22xjJr9", "url": "https://t.co/My8exDctys", "expanded_url": "http://bit.ly/22xjJr9", "indices": [92, 115]}], "hashtags": [], "user_mentions": [{"screen_name": "OPENcompanyHQ", "id_str": "3401777441", "id": 3401777441, "indices": [3, 17], "name": "OPENcompany"}]}, "created_at": "Wed Dec 30 04:41:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682058811050295296, "text": "RT @OPENcompanyHQ: Our latest OPENcompany newsletter features problems with employee equity https://t.co/My8exDctys https://t.co/ZWHDgNzKai", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 6500812, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3271, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "106374504", "following": false, "friends_count": 23244, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "amazon.co.uk/Impact-Code-Un\u2026", "url": "http://t.co/1iz3WZs4jJ", "expanded_url": "http://www.amazon.co.uk/Impact-Code-Unlocking-Resilliance-Productivity/dp/0992860148/ref=sr_1_3?ie=U", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "009EB3", "geo_enabled": true, "followers_count": 26228, "location": "Birmingham ", "screen_name": "andrewpain1974", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 453, "name": "Andrew Pain", "profile_use_background_image": true, "description": "Author of 'The Impact Code', I help people achieve more by developing their resilience, influence & productivity. Dad to 3 awesome children - Blogger - Coach.", "url": "http://t.co/1iz3WZs4jJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/467012098359185409/o_Ecebxn_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Jan 19 10:32:32 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467012098359185409/o_Ecebxn_normal.jpeg", "favourites_count": 1708, "status": {"in_reply_to_status_id": 685414193906860032, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "fikri_asma", "in_reply_to_user_id": 2834702484, "in_reply_to_status_id_str": "685414193906860032", "in_reply_to_user_id_str": "2834702484", "truncated": false, "id_str": "685429339240939520", "id": 685429339240939520, "text": "@fikri_asma - fair enough. Each to their own! :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "fikri_asma", "id_str": "2834702484", "id": 2834702484, "indices": [0, 11], "name": "Asma Fikri"}]}, "created_at": "Fri Jan 08 11:54:23 +0000 2016", "source": "Twitter Web Client", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 106374504, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 11248, "profile_banner_url": "https://pbs.twimg.com/profile_banners/106374504/1418213651", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2439889542", "following": false, "friends_count": 16, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "grafana.org", "url": "http://t.co/X4Dm6iWhX5", "expanded_url": "http://grafana.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3123, "location": "", "screen_name": "grafana", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Grafana", "profile_use_background_image": true, "description": "", "url": "http://t.co/X4Dm6iWhX5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/454950372675571712/rhtKuA9t_normal.png", "profile_background_color": "C0DEED", "created_at": "Sat Apr 12 11:32:09 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/454950372675571712/rhtKuA9t_normal.png", "favourites_count": 41, "status": {"retweet_count": 11, "retweeted_status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684453558545203200", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "display_url": "pic.twitter.com/GnfOxpEaYF", "id_str": "684450657458368512", "expanded_url": "http://twitter.com/raintanksaas/status/684453558545203200/photo/1", "id": 684450657458368512, "url": "https://t.co/GnfOxpEaYF"}], "symbols": [], "urls": [{"display_url": "bit.ly/22Jb455", "url": "https://t.co/aYQvFNmob0", "expanded_url": "http://bit.ly/22Jb455", "indices": [69, 92]}], "hashtags": [{"text": "monitoring", "indices": [57, 68]}], "user_mentions": [{"screen_name": "RobustPerceiver", "id_str": "3328053545", "id": 3328053545, "indices": [96, 112], "name": "Robust Perception"}]}, "created_at": "Tue Jan 05 19:16:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684453558545203200, "text": "Don\u2019t limit yourself to one approach for collecting data #monitoring https://t.co/aYQvFNmob0 by @RobustPerceiver https://t.co/GnfOxpEaYF", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684456715811729408", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "source_status_id_str": "684453558545203200", "media_url": "http://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "source_user_id_str": "2782733125", "id_str": "684450657458368512", "id": 684450657458368512, "media_url_https": "https://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "type": "photo", "indices": [139, 140], "source_status_id": 684453558545203200, "source_user_id": 2782733125, "display_url": "pic.twitter.com/GnfOxpEaYF", "expanded_url": "http://twitter.com/raintanksaas/status/684453558545203200/photo/1", "url": "https://t.co/GnfOxpEaYF"}], "symbols": [], "urls": [{"display_url": "bit.ly/22Jb455", "url": "https://t.co/aYQvFNmob0", "expanded_url": "http://bit.ly/22Jb455", "indices": [87, 110]}], "hashtags": [{"text": "monitoring", "indices": [75, 86]}], "user_mentions": [{"screen_name": "raintanksaas", "id_str": "2782733125", "id": 2782733125, "indices": [3, 16], "name": "raintank"}, {"screen_name": "RobustPerceiver", "id_str": "3328053545", "id": 3328053545, "indices": [114, 130], "name": "Robust Perception"}]}, "created_at": "Tue Jan 05 19:29:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684456715811729408, "text": "RT @raintanksaas: Don\u2019t limit yourself to one approach for collecting data #monitoring https://t.co/aYQvFNmob0 by @RobustPerceiver https://\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2439889542, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 249, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2439889542/1445965397", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2529971", "following": false, "friends_count": 3252, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cdixon.org/aboutme/", "url": "http://t.co/YviCcFNOiV", "expanded_url": "http://cdixon.org/aboutme/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/543964120664403968/0IKm7siW.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 207889, "location": "CA & NYC", "screen_name": "cdixon", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 7770, "name": "Chris Dixon", "profile_use_background_image": true, "description": "programming, philosophy, history, internet, startups, investing", "url": "http://t.co/YviCcFNOiV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683496924104658944/8Oa5XAso_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Mar 27 17:48:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683496924104658944/8Oa5XAso_normal.png", "favourites_count": 8211, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685592381425594369", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tmfassociates.com/blog/2016/01/0\u2026", "url": "https://t.co/6Mi1Kkxnbp", "expanded_url": "http://tmfassociates.com/blog/2016/01/08/the-exploding-inflight-connectivity-market/", "indices": [111, 134]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:42:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685592381425594369, "text": "\"ViaSat\u2019s 1Tbps capacity would offer low cost connectivity, including streaming video, to airline passengers.\" https://t.co/6Mi1Kkxnbp", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2529971, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/543964120664403968/0IKm7siW.png", "statuses_count": 8966, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2529971/1451789461", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14861000", "following": false, "friends_count": 2104, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "alexnobert.com", "url": "https://t.co/tPoTMUsmKK", "expanded_url": "http://alexnobert.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/853194994/0bb4e16ca51a19b8a05ac269062e8381.jpeg", "notifications": false, "profile_sidebar_fill_color": "E8E8E8", "profile_link_color": "FF6900", "geo_enabled": false, "followers_count": 1522, "location": "The Glebe, Ottawa, Canada", "screen_name": "nobert", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 67, "name": "Alex Nobert", "profile_use_background_image": true, "description": "Post-macho feminist. Loves dogs, food, college football. Ops survivor. Works at Flynn. Built and led ops at Shopify, Vox Media, Minted. Never kick.", "url": "https://t.co/tPoTMUsmKK", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666309776721096704/ag61W3Xf_normal.jpg", "profile_background_color": "FF6900", "created_at": "Wed May 21 19:41:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666309776721096704/ag61W3Xf_normal.jpg", "favourites_count": 9925, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685580880031559680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 113, "resize": "fit"}, "large": {"w": 894, "h": 298, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 200, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOsLWaUEAAFib2.png", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CYOsLWaUEAAFib2.png", "display_url": "pic.twitter.com/nz3HVzAzP4", "id_str": "685580879284932608", "expanded_url": "http://twitter.com/nobert/status/685580880031559680/photo/1", "id": 685580879284932608, "url": "https://t.co/nz3HVzAzP4"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thevowel", "id_str": "14269220", "id": 14269220, "indices": [10, 19], "name": "Eric Neustadter (e)"}]}, "created_at": "Fri Jan 08 21:56:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685580880031559680, "text": "Thanks to @thevowel, my Razer Blade is finally running with BitLocker. All it took was an Ubuntu live USB drive. https://t.co/nz3HVzAzP4", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14861000, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/853194994/0bb4e16ca51a19b8a05ac269062e8381.jpeg", "statuses_count": 25213, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14861000/1446000512", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "46250388", "following": false, "friends_count": 557, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "devco.net", "url": "https://t.co/XvqT2v1kJh", "expanded_url": "https://devco.net/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": false, "followers_count": 4231, "location": "Europe", "screen_name": "ripienaar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 358, "name": "R.I.Pienaar", "profile_use_background_image": false, "description": "Systems Administrator, Automator, Ruby Coder.", "url": "https://t.co/XvqT2v1kJh", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/257864204/ducks_normal.png", "profile_background_color": "000000", "created_at": "Wed Jun 10 22:57:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/257864204/ducks_normal.png", "favourites_count": 2, "status": {"in_reply_to_status_id": 685506980761436160, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "oneplusi", "in_reply_to_user_id": 7005982, "in_reply_to_status_id_str": "685506980761436160", "in_reply_to_user_id_str": "7005982", "truncated": false, "id_str": "685507134570819584", "id": 685507134570819584, "text": "@oneplusi lol, home luckily :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "oneplusi", "id_str": "7005982", "id": 7005982, "indices": [0, 9], "name": "Andrew Stubbs"}]}, "created_at": "Fri Jan 08 17:03:31 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 46250388, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 23854, "profile_banner_url": "https://pbs.twimg.com/profile_banners/46250388/1447895364", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17000457", "following": false, "friends_count": 2955, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "azure.microsoft.com", "url": "http://t.co/vFtkLITsAX", "expanded_url": "http://azure.microsoft.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/451786593955610624/iomf2rSv.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 411259, "location": "Redmond, WA", "screen_name": "Azure", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4506, "name": "Microsoft Azure", "profile_use_background_image": true, "description": "The official account for Microsoft Azure. Follow for news and updates from the team and community.", "url": "http://t.co/vFtkLITsAX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/546024114272468993/W9gT7hZo_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Oct 27 15:34:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/546024114272468993/W9gT7hZo_normal.png", "favourites_count": 1781, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685567906466271233", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "aka.ms/q721n1", "url": "https://t.co/SKGxL4J725", "expanded_url": "http://aka.ms/q721n1", "indices": [106, 129]}], "hashtags": [{"text": "Azure", "indices": [0, 6]}, {"text": "AzureApps", "indices": [130, 140]}], "user_mentions": [{"screen_name": "harmonypsa", "id_str": "339088324", "id": 339088324, "indices": [15, 26], "name": "HarmonyPSA"}, {"screen_name": "MSPartnerApps", "id_str": "2533622706", "id": 2533622706, "indices": [66, 80], "name": "MS Partner Apps"}]}, "created_at": "Fri Jan 08 21:05:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567906466271233, "text": "#Azure partner @harmonypsa saw web traffic surge while working w/ @MSPartnerApps. Read the success story: https://t.co/SKGxL4J725 #AzureApps", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 17000457, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/451786593955610624/iomf2rSv.jpeg", "statuses_count": 17923, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17000457/1440619501", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "26191233", "following": false, "friends_count": 2389, "entities": {"description": {"urls": [{"display_url": "rackspace.com/support", "url": "http://t.co/4xHHyxqo6k", "expanded_url": "http://www.rackspace.com/support", "indices": [83, 105]}]}, "url": {"urls": [{"display_url": "rackspace.com", "url": "http://t.co/hWaMv0FzgM", "expanded_url": "http://www.rackspace.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/646414416255320064/GBM3mlo2.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 99979, "location": "San Antonio, TX", "screen_name": "Rackspace", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2526, "name": "Rackspace", "profile_use_background_image": true, "description": "The managed cloud company. Backed by Fanatical Support\u00ae. Questions? Reach us here: http://t.co/4xHHyxqo6k", "url": "http://t.co/hWaMv0FzgM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2820164575/0226f9ef1173d90417e5113e25e0cc17_normal.png", "profile_background_color": "000000", "created_at": "Tue Mar 24 06:30:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2820164575/0226f9ef1173d90417e5113e25e0cc17_normal.png", "favourites_count": 4161, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685557209166655488", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOWpf8WcAA04Bb.png", "type": "photo", "indices": [108, 131], "media_url": "http://pbs.twimg.com/media/CYOWpf8WcAA04Bb.png", "display_url": "pic.twitter.com/TnNhe32y17", "id_str": "685557207983878144", "expanded_url": "http://twitter.com/Rackspace/status/685557209166655488/photo/1", "id": 685557207983878144, "url": "https://t.co/TnNhe32y17"}], "symbols": [], "urls": [{"display_url": "rack.ly/6016Bn0Er", "url": "https://t.co/RzlCDlAeYF", "expanded_url": "http://rack.ly/6016Bn0Er", "indices": [84, 107]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:22:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685557209166655488, "text": "Starting next week, explore what dedicated infrastructure offers in a cloudy world. https://t.co/RzlCDlAeYF https://t.co/TnNhe32y17", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 26191233, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/646414416255320064/GBM3mlo2.png", "statuses_count": 22069, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26191233/1442952292", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "356565711", "following": false, "friends_count": 1807, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cloudstack.apache.org", "url": "http://t.co/iUUxv93VBY", "expanded_url": "http://cloudstack.apache.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 32657, "location": "Apache Software Foundation", "screen_name": "CloudStack", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 491, "name": "Apache CloudStack ", "profile_use_background_image": true, "description": "Official Twitter account of the Apache CloudStack, an open source cloud computing platform.", "url": "http://t.co/iUUxv93VBY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1513105223/twitter-icon_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Aug 17 01:38:29 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1513105223/twitter-icon_normal.png", "favourites_count": 5, "status": {"retweet_count": 29, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "671645266869637120", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "s.apache.org/VfP", "url": "https://t.co/mH2VS8lCmg", "expanded_url": "http://s.apache.org/VfP", "indices": [65, 88]}], "hashtags": [{"text": "OpenSource", "indices": [89, 100]}, {"text": "Cloud", "indices": [101, 107]}, {"text": "orchestration", "indices": [108, 122]}, {"text": "platform", "indices": [123, 132]}], "user_mentions": [{"screen_name": "CloudStack", "id_str": "356565711", "id": 356565711, "indices": [48, 59], "name": "Apache CloudStack "}]}, "created_at": "Tue Dec 01 11:01:24 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 671645266869637120, "text": "The Apache Software Foundation announces Apache @CloudStack v4.6\nhttps://t.co/mH2VS8lCmg #OpenSource #Cloud #orchestration #platform", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 356565711, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1779, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15813140", "following": false, "friends_count": 161, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cloud.google.com", "url": "http://t.co/DSf8acfd3K", "expanded_url": "http://cloud.google.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000135879522/P3DFciyd.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "549CF5", "geo_enabled": false, "followers_count": 465530, "location": "", "screen_name": "googlecloud", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6244, "name": "GoogleCloudPlatform", "profile_use_background_image": true, "description": "Building tools for modern applications, making developers more productive, and giving you the power to build on Google's computing infrastructure.", "url": "http://t.co/DSf8acfd3K", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639578526233010176/sf2x8byZ_normal.png", "profile_background_color": "4285F4", "created_at": "Mon Aug 11 20:08:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639578526233010176/sf2x8byZ_normal.png", "favourites_count": 509, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685598108395388928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO72M3WkAABQzM.png", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CYO72M3WkAABQzM.png", "display_url": "pic.twitter.com/kO87ATY3uB", "id_str": "685598108131168256", "expanded_url": "http://twitter.com/googlecloud/status/685598108395388928/photo/1", "id": 685598108131168256, "url": "https://t.co/kO87ATY3uB"}], "symbols": [], "urls": [{"display_url": "goo.gl/VeK1jg", "url": "https://t.co/VS0IVqznY5", "expanded_url": "http://goo.gl/VeK1jg", "indices": [92, 115]}], "hashtags": [], "user_mentions": [{"screen_name": "tableau", "id_str": "14792516", "id": 14792516, "indices": [11, 19], "name": "Tableau Software"}]}, "created_at": "Fri Jan 08 23:05:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685598108395388928, "text": "Good news, @tableau users. Now you can directly connect to Cloud SQL in just a few seconds. https://t.co/VS0IVqznY5 https://t.co/kO87ATY3uB", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 15813140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000135879522/P3DFciyd.png", "statuses_count": 2456, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15813140/1450457327", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "66780587", "following": false, "friends_count": 519, "entities": {"description": {"urls": [{"display_url": "aws.amazon.com/what-is-cloud-\u2026", "url": "https://t.co/xICTf1bTeB", "expanded_url": "http://aws.amazon.com/what-is-cloud-computing/", "indices": [77, 100]}]}, "url": {"urls": [{"display_url": "aws.amazon.com", "url": "https://t.co/8QQO0BCGlY", "expanded_url": "http://aws.amazon.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/554689648/aws_block_bkrnd.png", "notifications": false, "profile_sidebar_fill_color": "DBF1FD", "profile_link_color": "FAA734", "geo_enabled": false, "followers_count": 449642, "location": "Seattle, WA", "screen_name": "awscloud", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3740, "name": "Amazon Web Services", "profile_use_background_image": true, "description": "Official Twitter Feed for Amazon Web Services. New to the cloud? Start here: https://t.co/xICTf1bTeB", "url": "https://t.co/8QQO0BCGlY", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2900345382/16ffae8c667bdbc6a4969f6f02090652_normal.png", "profile_background_color": "646566", "created_at": "Tue Aug 18 19:52:16 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2900345382/16ffae8c667bdbc6a4969f6f02090652_normal.png", "favourites_count": 77, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685598866901569537", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO8iRSUwAAXJNH.png", "type": "photo", "indices": [81, 104], "media_url": "http://pbs.twimg.com/media/CYO8iRSUwAAXJNH.png", "display_url": "pic.twitter.com/swC5ATrl56", "id_str": "685598865232281600", "expanded_url": "http://twitter.com/awscloud/status/685598866901569537/photo/1", "id": 685598865232281600, "url": "https://t.co/swC5ATrl56"}], "symbols": [], "urls": [{"display_url": "oak.ctx.ly/r/4682z", "url": "https://t.co/PVOMKD7odh", "expanded_url": "http://oak.ctx.ly/r/4682z", "indices": [57, 80]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:08:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685598866901569537, "text": "Get started with Amazon EC2 Container Registry. How to: https://t.co/PVOMKD7odh https://t.co/swC5ATrl56", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Adobe\u00ae Social"}, "default_profile_image": false, "id": 66780587, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/554689648/aws_block_bkrnd.png", "statuses_count": 6698, "profile_banner_url": "https://pbs.twimg.com/profile_banners/66780587/1447775917", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "167234557", "following": false, "friends_count": 616, "entities": {"description": {"urls": [{"display_url": "openstack.org", "url": "http://t.co/y6pc2uGhTy", "expanded_url": "http://openstack.org", "indices": [6, 28]}, {"display_url": "irc.freenode.com", "url": "http://t.co/tat2wl18xy", "expanded_url": "http://irc.freenode.com", "indices": [53, 75]}, {"display_url": "openstack.org/join", "url": "http://t.co/hQdq1180WX", "expanded_url": "http://openstack.org/join", "indices": [111, 133]}]}, "url": {"urls": [{"display_url": "openstack.org", "url": "http://t.co/y6pc2uGhTy", "expanded_url": "http://openstack.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/468542714561044482/90T1TJiX.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 108821, "location": "Running on servers near you!", "screen_name": "OpenStack", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2026, "name": "OpenStack", "profile_use_background_image": true, "description": "Go to http://t.co/y6pc2uGhTy for more information or http://t.co/tat2wl18xy #openstack and join the foundation http://t.co/hQdq1180WX", "url": "http://t.co/y6pc2uGhTy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/441018383090196480/GCPRyAva_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jul 16 02:22:35 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/441018383090196480/GCPRyAva_normal.png", "favourites_count": 314, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685298732280221696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "awe.sm/aNW8c", "url": "https://t.co/QRUPaA4KtT", "expanded_url": "http://awe.sm/aNW8c", "indices": [107, 130]}], "hashtags": [{"text": "OpenStack", "indices": [7, 17]}], "user_mentions": []}, "created_at": "Fri Jan 08 03:15:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685298732280221696, "text": "New to #OpenStack? Start the year with OpenStack training. Check out these available courses in Australia: https://t.co/QRUPaA4KtT", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 167234557, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/468542714561044482/90T1TJiX.png", "statuses_count": 4944, "profile_banner_url": "https://pbs.twimg.com/profile_banners/167234557/1446648581", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16333852", "following": false, "friends_count": 409, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chef.io", "url": "http://t.co/OudqPCVrNN", "expanded_url": "http://www.chef.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "F18A20", "geo_enabled": true, "followers_count": 26796, "location": "Seattle, WA, USA", "screen_name": "chef", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1066, "name": "Chef", "profile_use_background_image": true, "description": "Helping people achieve awesome with IT automation, configuration management, & continuous delivery. #devops / #hugops / #learnchef / #getchef / #foodfightshow", "url": "http://t.co/OudqPCVrNN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616327263684947968/r7C1Tnye_normal.png", "profile_background_color": "131516", "created_at": "Wed Sep 17 18:23:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616327263684947968/r7C1Tnye_normal.png", "favourites_count": 368, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685570175228235778", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 170, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 512, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYE2NEgUMAEfAiw.jpg", "type": "photo", "indices": [112, 135], "media_url": "http://pbs.twimg.com/media/CYE2NEgUMAEfAiw.jpg", "display_url": "pic.twitter.com/OW9Un3NpXI", "id_str": "684888216512507905", "expanded_url": "http://twitter.com/chef/status/685570175228235778/photo/1", "id": 684888216512507905, "url": "https://t.co/OW9Un3NpXI"}], "symbols": [], "urls": [{"display_url": "bit.ly/1ZKIYnp", "url": "https://t.co/KqwUKauCne", "expanded_url": "http://bit.ly/1ZKIYnp", "indices": [88, 111]}], "hashtags": [{"text": "DevOps", "indices": [28, 35]}, {"text": "growth", "indices": [45, 52]}], "user_mentions": [{"screen_name": "leecaswell", "id_str": "18650596", "id": 18650596, "indices": [59, 70], "name": "Lee Caswell"}, {"screen_name": "ITProPortal", "id_str": "16318230", "id": 16318230, "indices": [74, 86], "name": "ITProPortal"}]}, "created_at": "Fri Jan 08 21:14:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685570175228235778, "text": "More enterprises will adopt #DevOps to drive #growth, says @leecaswell in @ITProPortal: https://t.co/KqwUKauCne https://t.co/OW9Un3NpXI", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 16333852, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 6864, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16333852/1405444420", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13682312", "following": false, "friends_count": 686, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "getchef.com", "url": "http://t.co/p823bsFMUP", "expanded_url": "http://getchef.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 7207, "location": "San Francisco, CA", "screen_name": "adamhjk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 444, "name": "Adam Jacob", "profile_use_background_image": false, "description": "CTO for Chef.", "url": "http://t.co/p823bsFMUP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1108290260/Adam_Jacob-114x150_original_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Feb 19 18:02:55 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1108290260/Adam_Jacob-114x150_original_normal.jpg", "favourites_count": 84, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685577402345390080", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 768, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOpA9aU0AIEJfl.jpg", "type": "photo", "indices": [57, 80], "media_url": "http://pbs.twimg.com/media/CYOpA9aU0AIEJfl.jpg", "display_url": "pic.twitter.com/dEupjf9CQ4", "id_str": "685577402240520194", "expanded_url": "http://twitter.com/adamhjk/status/685577402345390080/photo/1", "id": 685577402240520194, "url": "https://t.co/dEupjf9CQ4"}], "symbols": [], "urls": [], "hashtags": [{"text": "stickiepocalypse", "indices": [23, 40]}], "user_mentions": [{"screen_name": "chef", "id_str": "16333852", "id": 16333852, "indices": [17, 22], "name": "Chef"}, {"screen_name": "jeffpatton", "id_str": "16043994", "id": 16043994, "indices": [45, 56], "name": "Jeff Patton"}]}, "created_at": "Fri Jan 08 21:42:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685577402345390080, "text": "Story mapping at @chef #stickiepocalypse /cc @jeffpatton https://t.co/dEupjf9CQ4", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13682312, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8912, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "14079705", "following": false, "friends_count": 2455, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stochasticresonance.wordpress.com", "url": "http://t.co/cesY1x0gXj", "expanded_url": "http://stochasticresonance.wordpress.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "1252B3", "geo_enabled": true, "followers_count": 8346, "location": "a wrinkle in timespace", "screen_name": "littleidea", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 558, "name": "Andrew Clay Shafer", "profile_use_background_image": true, "description": "solving more problems than I cause at @pivotal", "url": "http://t.co/cesY1x0gXj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/425400689301266432/zDSgA31m_normal.png", "profile_background_color": "131516", "created_at": "Tue Mar 04 20:17:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/425400689301266432/zDSgA31m_normal.png", "favourites_count": 5682, "status": {"retweet_count": 229, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 229, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685591830109401089", "id": 685591830109401089, "text": "You can't please all the people all the time.\n\nYou can however displease all the people all the time.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:40:04 +0000 2016", "source": "TweetDeck", "favorite_count": 221, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685593223251623936", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sadserver", "id_str": "116568685", "id": 116568685, "indices": [3, 13], "name": "Sardonic Server"}]}, "created_at": "Fri Jan 08 22:45:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593223251623936, "text": "RT @sadserver: You can't please all the people all the time.\n\nYou can however displease all the people all the time.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14079705, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 33466, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14079705/1399044111", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "17025041", "following": false, "friends_count": 361, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jtimberman.housepub.org", "url": "https://t.co/b7N8iBMhKh", "expanded_url": "http://jtimberman.housepub.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "BC4301", "geo_enabled": false, "followers_count": 3739, "location": "My Bikeshed (It's Green)", "screen_name": "jtimberman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 274, "name": "Overheard By", "profile_use_background_image": false, "description": "here's my surprised face. it's the same as my not surprised face.", "url": "https://t.co/b7N8iBMhKh", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/636550941110480896/u1prsDHS_normal.jpg", "profile_background_color": "7C7C7C", "created_at": "Tue Oct 28 17:35:26 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636550941110480896/u1prsDHS_normal.jpg", "favourites_count": 4869, "status": {"in_reply_to_status_id": 685607090417606656, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ashedryden", "in_reply_to_user_id": 9510922, "in_reply_to_status_id_str": "685607090417606656", "in_reply_to_user_id_str": "9510922", "truncated": false, "id_str": "685607317845315585", "id": 685607317845315585, "text": "@ashedryden :D! <3", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ashedryden", "id_str": "9510922", "id": 9510922, "indices": [0, 11], "name": "ashe"}]}, "created_at": "Fri Jan 08 23:41:37 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 17025041, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 43882, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17025041/1428382685", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "10452062", "following": false, "friends_count": 331, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tateeskew.com", "url": "http://t.co/n6LC79pux8", "expanded_url": "http://www.tateeskew.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/237422775/body-bg.jpg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "E99708", "geo_enabled": false, "followers_count": 286, "location": "Nashville, TN", "screen_name": "tateeskew", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 23, "name": "tateeskew", "profile_use_background_image": true, "description": "Open Source Advocate, Musician, Audio Engineer, Linux Systems Engineer, Community Builder and Practitioner of Permaculture.", "url": "http://t.co/n6LC79pux8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494679290131136512/ofhOW9HO_normal.jpeg", "profile_background_color": "E99708", "created_at": "Wed Nov 21 21:43:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494679290131136512/ofhOW9HO_normal.jpeg", "favourites_count": 245, "status": {"retweet_count": 34, "retweeted_status": {"retweet_count": 34, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685459826168741888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pytennessee.tumblr.com/post/136879055\u2026", "url": "https://t.co/TpMGJfwHS2", "expanded_url": "http://pytennessee.tumblr.com/post/136879055598/pytennessee-2016", "indices": [45, 68]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 13:55:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685459826168741888, "text": "PyTennessee needs HELP! Funding is way down! https://t.co/TpMGJfwHS2", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685466172532207616", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pytennessee.tumblr.com/post/136879055\u2026", "url": "https://t.co/TpMGJfwHS2", "expanded_url": "http://pytennessee.tumblr.com/post/136879055598/pytennessee-2016", "indices": [62, 85]}], "hashtags": [], "user_mentions": [{"screen_name": "PyTennessee", "id_str": "1616492725", "id": 1616492725, "indices": [3, 15], "name": "PyTN"}]}, "created_at": "Fri Jan 08 14:20:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685466172532207616, "text": "RT @PyTennessee: PyTennessee needs HELP! Funding is way down! https://t.co/TpMGJfwHS2", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 10452062, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/237422775/body-bg.jpg", "statuses_count": 1442, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10452062/1398052886", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1281116485", "following": false, "friends_count": 31, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 27, "location": "", "screen_name": "Dinahpuglife", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Dinah Walker", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495805740536561665/reIDixvv_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 19 18:04:33 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495805740536561665/reIDixvv_normal.jpeg", "favourites_count": 46, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "578446201097326593", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tweetyourbracket.com/2015/MW1812463\u2026", "url": "http://t.co/5yO3DjH77P", "expanded_url": "http://tweetyourbracket.com/2015/MW18124637211262121W18124631021432122E181241131021432434S1854113721432122FFMWEMW", "indices": [23, 45]}], "hashtags": [{"text": "bracket", "indices": [13, 21]}, {"text": "tybrkt", "indices": [46, 53]}], "user_mentions": [{"screen_name": "TweetTheBracket", "id_str": "515832256", "id": 515832256, "indices": [58, 74], "name": "Tweet Your Bracket"}]}, "created_at": "Thu Mar 19 06:41:36 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 578446201097326593, "text": "Check out my #bracket! http://t.co/5yO3DjH77P #tybrkt via @tweetthebracket", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1281116485, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "97933", "following": false, "friends_count": 176, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.zawodny.com", "url": "http://t.co/T7eJjIa3oR", "expanded_url": "http://blog.zawodny.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 5449, "location": "Groveland, CA", "screen_name": "jzawodn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 363, "name": "Jeremy Zawodny", "profile_use_background_image": true, "description": "I fly and geek.", "url": "http://t.co/T7eJjIa3oR", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/17071732/Zawodny-md_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Thu Dec 21 05:47:54 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/17071732/Zawodny-md_normal.jpg", "favourites_count": 110, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685566731071299584", "id": 685566731071299584, "text": "when you finish your upgraded FreeNAS box and \"df\" tells you you have ~25TB free of well protected storage cc: @FreeNASTeam", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "FreeNASTeam", "id_str": "291881151", "id": 291881151, "indices": [111, 123], "name": "FreeNAS Community"}]}, "created_at": "Fri Jan 08 21:00:20 +0000 2016", "source": "Twitter Web Client", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 97933, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3813, "profile_banner_url": "https://pbs.twimg.com/profile_banners/97933/1353544820", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15804774", "following": false, "friends_count": 435, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "python.org/~guido/", "url": "http://t.co/jujQDNMiBP", "expanded_url": "http://python.org/~guido/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 72585, "location": "San Francisco Bay Area", "screen_name": "gvanrossum", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3128, "name": "Guido van Rossum", "profile_use_background_image": true, "description": "Python BDFL. Working at Dropbox. The 'van' has no capital letter!", "url": "http://t.co/jujQDNMiBP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/424495004/GuidoAvatar_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Aug 11 04:02:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/424495004/GuidoAvatar_normal.jpg", "favourites_count": 431, "status": {"retweet_count": 0, "in_reply_to_user_id": 853051010, "possibly_sensitive": false, "id_str": "681300597350346752", "in_reply_to_user_id_str": "853051010", "entities": {"symbols": [], "urls": [{"display_url": "github.com/JukkaL/mypy", "url": "https://t.co/0hQF9kaESy", "expanded_url": "https://github.com/JukkaL/mypy", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "ismael_vc", "id_str": "853051010", "id": 853051010, "indices": [0, 10], "name": "Ismael V. C."}, {"screen_name": "l337d474", "id_str": "1408419319", "id": 1408419319, "indices": [11, 20], "name": "Jonathan Foley"}]}, "created_at": "Mon Dec 28 02:28:15 +0000 2015", "favorited": false, "in_reply_to_status_id": 681093799003729920, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "ismael_vc", "in_reply_to_status_id_str": "681093799003729920", "truncated": false, "id": 681300597350346752, "text": "@ismael_vc @l337d474 It's not my project -- I just provide moral support. (!) Check out https://t.co/0hQF9kaESy for what I'm working on.", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 15804774, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1713, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15804774/1400086274", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "63873759", "following": false, "friends_count": 120, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "python.org/psf", "url": "http://t.co/KdOzhmst4U", "expanded_url": "http://www.python.org/psf", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFEE30", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 94780, "location": "Everywhere Python is!", "screen_name": "ThePSF", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2519, "name": "Python - The PSF", "profile_use_background_image": true, "description": "The Python Software Foundation. For help with Python code, see comp.lang.python.", "url": "http://t.co/KdOzhmst4U", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/439154912719413248/pUBY5pVj_normal.png", "profile_background_color": "2B9DD6", "created_at": "Sat Aug 08 01:26:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/439154912719413248/pUBY5pVj_normal.png", "favourites_count": 184, "status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679421499812483073", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "goo.gl/fb/ZDhZTu", "url": "https://t.co/xTWZBxTyeT", "expanded_url": "http://goo.gl/fb/ZDhZTu", "indices": [22, 45]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 22 22:01:23 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679421499812483073, "text": "Python-Cuba Workgroup https://t.co/xTWZBxTyeT", "coordinates": null, "retweeted": false, "favorite_count": 23, "contributors": null, "source": "Google"}, "default_profile_image": false, "id": 63873759, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2642, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24945605", "following": false, "friends_count": 174, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jesstess.com", "url": "http://t.co/amra6EvsH8", "expanded_url": "http://jesstess.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 7948, "location": "San Francisco, CA", "screen_name": "jessicamckellar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 394, "name": "Jessica McKellar", "profile_use_background_image": false, "description": "Startup founder, open source developer, Engineering Director @Dropbox.", "url": "http://t.co/amra6EvsH8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/428813271/glendaAndGrumpy_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Mar 17 20:16:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/428813271/glendaAndGrumpy_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684230271395172355", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "web.mit.edu/jesstess/www/p\u2026", "url": "https://t.co/PL8GO1J5AM", "expanded_url": "http://web.mit.edu/jesstess/www/pygotham.pdf", "indices": [8, 31]}, {"display_url": "twitter.com/fperez_org/sta\u2026", "url": "https://t.co/V3tH2vT1BY", "expanded_url": "https://twitter.com/fperez_org/status/683861601707884544", "indices": [32, 55]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 04:29:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684230271395172355, "text": "Slides! https://t.co/PL8GO1J5AM https://t.co/V3tH2vT1BY", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 24945605, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 758, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "8859592", "following": false, "friends_count": 996, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/443033856724054016/SsuiT5VK.jpeg", "notifications": false, "profile_sidebar_fill_color": "8791BA", "profile_link_color": "236C3A", "geo_enabled": true, "followers_count": 6713, "location": "", "screen_name": "selenamarie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 549, "name": "selena", "profile_use_background_image": true, "description": "Fundamentally, tomato paste offends me.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626083465188917249/qp1YqumV_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Thu Sep 13 18:27:20 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626083465188917249/qp1YqumV_normal.jpg", "favourites_count": 16360, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685300103423213568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/@audrey.tang/l\u2026", "url": "https://t.co/HihpLSfXJW", "expanded_url": "https://medium.com/@audrey.tang/lessons-i-ve-learned-32f5d8107e34#.utph2976y", "indices": [102, 125]}], "hashtags": [{"text": "TrollHugging", "indices": [70, 83]}], "user_mentions": [{"screen_name": "audreyt", "id_str": "7403862", "id": 7403862, "indices": [51, 59], "name": "\u5510\u9cf3"}]}, "created_at": "Fri Jan 08 03:20:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685300103423213568, "text": "People who communicate on the Internet should read @audreyt's amazing #TrollHugging post. Soak it in.\nhttps://t.co/HihpLSfXJW", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685310643390418946", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/@audrey.tang/l\u2026", "url": "https://t.co/HihpLSfXJW", "expanded_url": "https://medium.com/@audrey.tang/lessons-i-ve-learned-32f5d8107e34#.utph2976y", "indices": [113, 136]}], "hashtags": [{"text": "TrollHugging", "indices": [81, 94]}], "user_mentions": [{"screen_name": "lukec", "id_str": "852141", "id": 852141, "indices": [3, 9], "name": "Luke Closs"}, {"screen_name": "audreyt", "id_str": "7403862", "id": 7403862, "indices": [62, 70], "name": "\u5510\u9cf3"}]}, "created_at": "Fri Jan 08 04:02:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685310643390418946, "text": "RT @lukec: People who communicate on the Internet should read @audreyt's amazing #TrollHugging post. Soak it in.\nhttps://t.co/HihpLSfXJW", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 8859592, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/443033856724054016/SsuiT5VK.jpeg", "statuses_count": 20525, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8859592/1353376656", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "14819854", "following": false, "friends_count": 506, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "florianjensen.com", "url": "http://t.co/UnLaQEYHjv", "expanded_url": "http://www.florianjensen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 1196, "location": "London, UK", "screen_name": "flosoft", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "Florian Jensen", "profile_use_background_image": true, "description": "Community Manager at @Uber, Co-Founder @flosoftbiz & all round geek.", "url": "http://t.co/UnLaQEYHjv", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2609281578/fq9yqr33ddqf6ru6aplv_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sun May 18 11:14:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2609281578/fq9yqr33ddqf6ru6aplv_normal.jpeg", "favourites_count": 334, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682644537194508293", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/_98qHmjKR-/", "url": "https://t.co/4qu6MVeo06", "expanded_url": "https://www.instagram.com/p/_98qHmjKR-/", "indices": [63, 86]}], "hashtags": [{"text": "NYE", "indices": [58, 62]}], "user_mentions": []}, "created_at": "Thu Dec 31 19:28:35 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682644537194508293, "text": "Home made sushi fusion with a few drinks to get ready for #NYE https://t.co/4qu6MVeo06", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 14819854, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 13793, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "218987642", "following": false, "friends_count": 17, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "swift.im", "url": "http://t.co/9TsTBoEq3E", "expanded_url": "http://swift.im", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 90, "location": "", "screen_name": "swift_im", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Swift IM", "profile_use_background_image": true, "description": "The free, cross-platform instant messaging client for 1:1 and Multi-User Chat on XMPP networks.", "url": "http://t.co/9TsTBoEq3E", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/595941243290591234/v3r-uipW_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Nov 23 16:54:02 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/595941243290591234/v3r-uipW_normal.png", "favourites_count": 0, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677935126404313088", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1OdqIRD", "url": "https://t.co/JVnWleLcDI", "expanded_url": "http://ift.tt/1OdqIRD", "indices": [50, 73]}], "hashtags": [{"text": "xsf", "indices": [74, 78]}, {"text": "xmpp", "indices": [79, 84]}], "user_mentions": []}, "created_at": "Fri Dec 18 19:35:04 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677935126404313088, "text": "XMPP at the end of the Google Summer of Code 2015 https://t.co/JVnWleLcDI #xsf #xmpp", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "IFTTT"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678882628548755456", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1OdqIRD", "url": "https://t.co/JVnWleLcDI", "expanded_url": "http://ift.tt/1OdqIRD", "indices": [67, 90]}], "hashtags": [{"text": "xsf", "indices": [91, 95]}, {"text": "xmpp", "indices": [96, 101]}], "user_mentions": [{"screen_name": "willsheward", "id_str": "16362966", "id": 16362966, "indices": [3, 15], "name": "Will Sheward"}]}, "created_at": "Mon Dec 21 10:20:06 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678882628548755456, "text": "RT @willsheward: XMPP at the end of the Google Summer of Code 2015 https://t.co/JVnWleLcDI #xsf #xmpp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 218987642, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 109, "profile_banner_url": "https://pbs.twimg.com/profile_banners/218987642/1429025633", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "16362966", "following": false, "friends_count": 414, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "willsheward.co.uk", "url": "http://t.co/wtqPHWkbrm", "expanded_url": "http://www.willsheward.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000081501604/eb4cb212b29fcf123f9b03e5da4b52da.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 233, "location": "", "screen_name": "willsheward", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Will Sheward", "profile_use_background_image": false, "description": "RSA Fellow, Marketing VP, Nerd (order is flexible).", "url": "http://t.co/wtqPHWkbrm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606133029938073600/dDYru-ey_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Fri Sep 19 13:14:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606133029938073600/dDYru-ey_normal.jpg", "favourites_count": 9, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685476729222201344", "id": 685476729222201344, "text": "Close call with a copywriting error: \"important military messaging\" almost published as \"impotent military massaging\" #SpellCheckNoHelp", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "SpellCheckNoHelp", "indices": [118, 135]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:02:42 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16362966, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000081501604/eb4cb212b29fcf123f9b03e5da4b52da.png", "statuses_count": 1077, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16362966/1408540182", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6531812", "following": false, "friends_count": 10, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waqas.im", "url": "http://t.co/a1CCYY1SVd", "expanded_url": "http://waqas.im", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 91, "location": "", "screen_name": "zeen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Waqas Hussain", "profile_use_background_image": true, "description": "", "url": "http://t.co/a1CCYY1SVd", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/27003812/Make_Me_Dream_by_Track9_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sat Jun 02 23:47:27 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/27003812/Make_Me_Dream_by_Track9_normal.jpg", "favourites_count": 0, "status": {"in_reply_to_status_id": 515572670390599681, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "nginxorg", "in_reply_to_user_id": 326658079, "in_reply_to_status_id_str": "515572670390599681", "in_reply_to_user_id_str": "326658079", "truncated": false, "id_str": "515577420075008000", "id": 515577420075008000, "text": "@nginxorg Upgrading from Ubuntu Precise, but 1.1.19 is the latest precise has (with security patches applied) :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "nginxorg", "id_str": "326658079", "id": 326658079, "indices": [0, 9], "name": "nginx web server"}]}, "created_at": "Fri Sep 26 19:03:30 +0000 2014", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6531812, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 129, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "9379582", "following": false, "friends_count": 26, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ag-software.net", "url": "http://t.co/n4352o76j4", "expanded_url": "http://www.ag-software.net", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 59, "location": "Heilbronn, Germany", "screen_name": "gnauck", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Alexander Gnauck", "profile_use_background_image": true, "description": "", "url": "http://t.co/n4352o76j4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/744806595/me_small_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Oct 11 14:52:41 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/744806595/me_small_normal.jpg", "favourites_count": 2, "status": {"in_reply_to_status_id": 527483861476048896, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "gnauck", "in_reply_to_user_id": 9379582, "in_reply_to_status_id_str": "527483861476048896", "in_reply_to_user_id_str": "9379582", "truncated": false, "id_str": "527485430946885632", "id": 527485430946885632, "text": "@subsembly generell w\u00e4re is sch\u00f6n wenn man die icons selbst in der Kontenverwaltung ausw\u00e4hlen kann.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "subsembly", "id_str": "27438063", "id": 27438063, "indices": [0, 10], "name": "Subsembly GmbH"}]}, "created_at": "Wed Oct 29 15:41:41 +0000 2014", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "de"}, "default_profile_image": false, "id": 9379582, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "774512", "following": false, "friends_count": 34, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "juberti.com", "url": "https://t.co/h4RTb38Pcl", "expanded_url": "http://www.juberti.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1445, "location": "Seattle, WA", "screen_name": "juberti", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 80, "name": "Justin Uberti", "profile_use_background_image": true, "description": "Engineering Director, Google @webrtc Project. Occasional mathematician, physicist, and musician.", "url": "https://t.co/h4RTb38Pcl", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/604061024329703424/SoOxTrGQ_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Thu Feb 15 22:29:39 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/604061024329703424/SoOxTrGQ_normal.jpg", "favourites_count": 190, "status": {"retweet_count": 84, "retweeted_status": {"retweet_count": 84, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685229527228755968", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 768, "h": 1024, "resize": "fit"}, "small": {"w": 340, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 800, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJsn9oUsAEEfuP.jpg", "type": "photo", "indices": [37, 60], "media_url": "http://pbs.twimg.com/media/CYJsn9oUsAEEfuP.jpg", "display_url": "pic.twitter.com/p55KX1Kp0t", "id_str": "685229527128125441", "expanded_url": "http://twitter.com/BenedictEvans/status/685229527228755968/photo/1", "id": 685229527128125441, "url": "https://t.co/p55KX1Kp0t"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 22:40:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685229527228755968, "text": "Does exactly what it says on the tin https://t.co/p55KX1Kp0t", "coordinates": null, "retweeted": false, "favorite_count": 117, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685300971254071298", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 768, "h": 1024, "resize": "fit"}, "small": {"w": 340, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 800, "resize": "fit"}}, "source_status_id_str": "685229527228755968", "media_url": "http://pbs.twimg.com/media/CYJsn9oUsAEEfuP.jpg", "source_user_id_str": "1236101", "id_str": "685229527128125441", "id": 685229527128125441, "media_url_https": "https://pbs.twimg.com/media/CYJsn9oUsAEEfuP.jpg", "type": "photo", "indices": [56, 79], "source_status_id": 685229527228755968, "source_user_id": 1236101, "display_url": "pic.twitter.com/p55KX1Kp0t", "expanded_url": "http://twitter.com/BenedictEvans/status/685229527228755968/photo/1", "url": "https://t.co/p55KX1Kp0t"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BenedictEvans", "id_str": "1236101", "id": 1236101, "indices": [3, 17], "name": "Benedict Evans"}]}, "created_at": "Fri Jan 08 03:24:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685300971254071298, "text": "RT @BenedictEvans: Does exactly what it says on the tin https://t.co/p55KX1Kp0t", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 774512, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 1018, "profile_banner_url": "https://pbs.twimg.com/profile_banners/774512/1432854329", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "12431722", "following": false, "friends_count": 609, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thedistillery.eu", "url": "https://t.co/2M7b1wML4p", "expanded_url": "https://thedistillery.eu", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/53411785/400280475_bb227efcb5_o_2_.jpg", "notifications": false, "profile_sidebar_fill_color": "CF6020", "profile_link_color": "C3A440", "geo_enabled": true, "followers_count": 796, "location": "Bristol, United Kingdom", "screen_name": "matthewwilkes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Matthew Wilkes", "profile_use_background_image": true, "description": "I do Python stuff. Freelance web developer Security consultant at @CodeDistillery All opinions are my own.", "url": "https://t.co/2M7b1wML4p", "profile_text_color": "05102E", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000730843079/99310693aec6cee82196e5f51a798a7b_normal.png", "profile_background_color": "9AE4E8", "created_at": "Sat Jan 19 13:39:25 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BD4B0A", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000730843079/99310693aec6cee82196e5f51a798a7b_normal.png", "favourites_count": 88, "status": {"in_reply_to_status_id": 683044126988853248, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/7f15dd80ac78ef40.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-2.659936, 51.399367], [-2.510844, 51.399367], [-2.510844, 51.516387], [-2.659936, 51.516387]]], "type": "Polygon"}, "full_name": "Bristol, England", "contained_within": [], "country_code": "GB", "id": "7f15dd80ac78ef40", "name": "Bristol"}, "in_reply_to_screen_name": "optilude", "in_reply_to_user_id": 46920069, "in_reply_to_status_id_str": "683044126988853248", "in_reply_to_user_id_str": "46920069", "truncated": false, "id_str": "685148685332779008", "id": 685148685332779008, "text": "@optilude how about in python 3? Stdlib functions are a lot more opinionated about strings these days.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "optilude", "id_str": "46920069", "id": 46920069, "indices": [0, 9], "name": "Martin Aspeli"}]}, "created_at": "Thu Jan 07 17:19:10 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 12431722, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/53411785/400280475_bb227efcb5_o_2_.jpg", "statuses_count": 6686, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12431722/1353734027", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "33726908", "following": false, "friends_count": 31, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "prosody.im", "url": "http://t.co/iHKPuqb91T", "expanded_url": "http://prosody.im/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 332, "location": "", "screen_name": "prosodyim", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Prosody IM Server", "profile_use_background_image": true, "description": "Prosody IM server for Jabber/XMPP", "url": "http://t.co/iHKPuqb91T", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/149320248/prosody_favicon_128_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Apr 21 00:06:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/149320248/prosody_favicon_128_normal.png", "favourites_count": 54, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685539536974278656", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.prosody.im/prosody-0-9-9-\u2026", "url": "https://t.co/cw6o5I0WRc", "expanded_url": "http://blog.prosody.im/prosody-0-9-9-security-release/", "indices": [75, 98]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:12:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685539536974278656, "text": "Today brings an important security release (0.9.9), more info on our blog: https://t.co/cw6o5I0WRc - upgrade your servers!", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 33726908, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 93, "is_translator": false}, {"time_zone": "Casablanca", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "608341218", "following": false, "friends_count": 97, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "meetup.com/XMPP-UK-Meetup/", "url": "http://t.co/SdzITvaX", "expanded_url": "http://www.meetup.com/XMPP-UK-Meetup/", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 108, "location": "", "screen_name": "XMPPUK", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "XMPP UK", "profile_use_background_image": true, "description": "This group has been set up to bring together the XMPP community in the UK", "url": "http://t.co/SdzITvaX", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2914081220/48e1a36edbddd2fea4218e99e8c38d60_normal.png", "profile_background_color": "1A1B1F", "created_at": "Thu Jun 14 16:00:03 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2914081220/48e1a36edbddd2fea4218e99e8c38d60_normal.png", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "587687852361777153", "id": 587687852361777153, "text": "Late stragglers better hurry up, the pizza will be arriving any minute! #xmppuk", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "xmppuk", "indices": [72, 79]}], "user_mentions": []}, "created_at": "Mon Apr 13 18:44:37 +0000 2015", "source": "Hootsuite", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 608341218, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 153, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2361709040", "following": false, "friends_count": 26, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wiki.xmpp.org/web/Tech_pages\u2026", "url": "http://t.co/kRQRCIITCz", "expanded_url": "http://wiki.xmpp.org/web/Tech_pages/IoT_systems", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 140, "location": "xmpp-iot.org", "screen_name": "XMPPIoT", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "XMPP IoT", "profile_use_background_image": true, "description": "This is where things and people meet as friends using chat and XML as the interoperable language between us", "url": "http://t.co/kRQRCIITCz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/569297043978346496/OTGB6-q__normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Feb 25 22:01:14 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "sv", "profile_image_url_https": "https://pbs.twimg.com/profile_images/569297043978346496/OTGB6-q__normal.png", "favourites_count": 12, "status": {"in_reply_to_status_id": 633118767309058048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "iotwatch", "in_reply_to_user_id": 156967608, "in_reply_to_status_id_str": "633118767309058048", "in_reply_to_user_id_str": "156967608", "truncated": false, "id_str": "633157384668639232", "id": 633157384668639232, "text": "@iotwatch @TheConfMalmo will it by any chance be recorded? +Welcome to Sweden!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "iotwatch", "id_str": "156967608", "id": 156967608, "indices": [0, 9], "name": "Alexandra D-S"}, {"screen_name": "TheConfMalmo", "id_str": "1919285113", "id": 1919285113, "indices": [10, 23], "name": "The Conference"}]}, "created_at": "Mon Aug 17 06:04:18 +0000 2015", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2361709040, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 55, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2361709040/1424566036", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "98503046", "following": false, "friends_count": 98, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fanout.io", "url": "http://t.co/7l0JDOiIiq", "expanded_url": "http://fanout.io/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 205, "location": "Mountain View", "screen_name": "jkarneges", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Justin Karneges", "profile_use_background_image": true, "description": "CEO who codes @Fanout. Open standards proponent. Consumer of olallieberries. Past: @Livefyre.", "url": "http://t.co/7l0JDOiIiq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1832138421/justin_dramatic_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 22 00:10:24 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1832138421/justin_dramatic_normal.jpg", "favourites_count": 242, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "nehanarkhede", "in_reply_to_user_id": 76561387, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "76561387", "truncated": false, "id_str": "684990590082154496", "id": 684990590082154496, "text": "@nehanarkhede Today one of the @sv_realtime members asked about Confluent. Join us at the next meetup?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "nehanarkhede", "id_str": "76561387", "id": 76561387, "indices": [0, 13], "name": "Neha Narkhede"}, {"screen_name": "sv_realtime", "id_str": "3301842547", "id": 3301842547, "indices": [31, 43], "name": "SV realtime"}]}, "created_at": "Thu Jan 07 06:50:57 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 98503046, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 485, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "199312938", "following": false, "friends_count": 53, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "briancurtin.com", "url": "http://t.co/jaSinBOMg1", "expanded_url": "http://www.briancurtin.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/734931998/241c98d3e09c9bb1e44db1c20ea28c8f.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "003279", "geo_enabled": false, "followers_count": 1248, "location": "Chicago, IL, USA", "screen_name": "brian_curtin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 105, "name": "Brian Curtin", "profile_use_background_image": true, "description": "pre-school dropout, registered talent agent", "url": "http://t.co/jaSinBOMg1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/592812626826133504/Q3TETjtv_normal.jpg", "profile_background_color": "CC0033", "created_at": "Wed Oct 06 15:10:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/592812626826133504/Q3TETjtv_normal.jpg", "favourites_count": 5403, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685563998729682944", "id": 685563998729682944, "text": "type for an hour, select all, delete, type \u201cI am so much better than Ken Kratz in any conceivable way,\u201d hit submit. 2015 self-eval over.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:49:29 +0000 2016", "source": "Twitter for Mac", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 199312938, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/734931998/241c98d3e09c9bb1e44db1c20ea28c8f.jpeg", "statuses_count": 11783, "profile_banner_url": "https://pbs.twimg.com/profile_banners/199312938/1398097311", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14590010", "following": false, "friends_count": 165, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ernest.ly/gpg.html", "url": "https://t.co/XUcP99arT4", "expanded_url": "https://ernest.ly/gpg.html", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 509, "location": "cleveland, oh", "screen_name": "EWDurbin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "\u1d31\u02b3\u1db0\u1d49\u02e2\u1d57 \u1d42\u22c5 \u1d30\u1d58\u02b3\u1d47\u1da6\u1db0 \u1d35\u1d35\u1d35", "profile_use_background_image": true, "description": "engineering whiz at the groundwork.", "url": "https://t.co/XUcP99arT4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638167679082192896/cKedz7FX_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 29 20:10:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638167679082192896/cKedz7FX_normal.jpg", "favourites_count": 10440, "status": {"in_reply_to_status_id": 685604720078139392, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/aa7defe13028d41f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-81.603358, 41.4827416], [-81.529651, 41.4827416], [-81.529651, 41.5452739], [-81.603358, 41.5452739]]], "type": "Polygon"}, "full_name": "Cleveland Heights, OH", "contained_within": [], "country_code": "US", "id": "aa7defe13028d41f", "name": "Cleveland Heights"}, "in_reply_to_screen_name": "guharakesh", "in_reply_to_user_id": 17036002, "in_reply_to_status_id_str": "685604720078139392", "in_reply_to_user_id_str": "17036002", "truncated": false, "id_str": "685604768266358784", "id": 685604768266358784, "text": "@guharakesh you eat it", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "guharakesh", "id_str": "17036002", "id": 17036002, "indices": [0, 11], "name": "Rakesh Guha"}]}, "created_at": "Fri Jan 08 23:31:29 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14590010, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15903, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14590010/1450662282", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "89051764", "following": false, "friends_count": 358, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "adamgibbins.com", "url": "https://t.co/yMMqXBfQNe", "expanded_url": "https://www.adamgibbins.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "A80311", "geo_enabled": true, "followers_count": 235, "location": "London, England", "screen_name": "adamgibbins", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Adam Gibbins", "profile_use_background_image": true, "description": "Linux, SysAdmin, Systems, Code, Automation, Beer, Music, Coffee.\nWhoop @ Freenode\n\nRT \u2260 endorsement", "url": "https://t.co/yMMqXBfQNe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/460418259263553536/lg_qJEtc_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Nov 10 23:26:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460418259263553536/lg_qJEtc_normal.jpeg", "favourites_count": 0, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685442376530182144", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "skillsmatter.com/meetups/7576-d\u2026", "url": "https://t.co/gZNYxM5Wwe", "expanded_url": "https://skillsmatter.com/meetups/7576-descale-systems-meetup", "indices": [99, 122]}], "hashtags": [], "user_mentions": [{"screen_name": "skillsmatter", "id_str": "16345873", "id": 16345873, "indices": [71, 84], "name": "Skills Matter"}]}, "created_at": "Fri Jan 08 12:46:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685442376530182144, "text": "Our next event will be on Monday 18th January! You can register on the @skillsmatter website here: https://t.co/gZNYxM5Wwe", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685525931587407873", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "skillsmatter.com/meetups/7576-d\u2026", "url": "https://t.co/gZNYxM5Wwe", "expanded_url": "https://skillsmatter.com/meetups/7576-descale-systems-meetup", "indices": [116, 139]}], "hashtags": [], "user_mentions": [{"screen_name": "descale_ldn", "id_str": "3402670426", "id": 3402670426, "indices": [3, 15], "name": "Descale"}, {"screen_name": "skillsmatter", "id_str": "16345873", "id": 16345873, "indices": [88, 101], "name": "Skills Matter"}]}, "created_at": "Fri Jan 08 18:18:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685525931587407873, "text": "RT @descale_ldn: Our next event will be on Monday 18th January! You can register on the @skillsmatter website here: https://t.co/gZNYxM5Wwe", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 89051764, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 875, "profile_banner_url": "https://pbs.twimg.com/profile_banners/89051764/1397910318", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15926485", "following": false, "friends_count": 2646, "entities": {"description": {"urls": [{"display_url": "chef.io", "url": "http://t.co/lU81z8Xj9H", "expanded_url": "http://chef.io", "indices": [35, 57]}]}, "url": {"urls": [{"display_url": "nathenharvey.com", "url": "http://t.co/8Xbz708j4F", "expanded_url": "http://nathenharvey.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4488, "location": "Annapolis, MD USA", "screen_name": "nathenharvey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 277, "name": "nathenharvey", "profile_use_background_image": true, "description": "VP, Community Development at Chef (http://t.co/lU81z8Xj9H)", "url": "http://t.co/8Xbz708j4F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459018058426613760/vM4_VsIS_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Aug 21 02:11:54 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459018058426613760/vM4_VsIS_normal.png", "favourites_count": 3599, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685496670730219520", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swarmapp.com/c/3EVFABynwPf", "url": "https://t.co/Jb1kjEbMMW", "expanded_url": "https://www.swarmapp.com/c/3EVFABynwPf", "indices": [46, 69]}], "hashtags": [], "user_mentions": [{"screen_name": "chef", "id_str": "16333852", "id": 16333852, "indices": [14, 19], "name": "Chef"}, {"screen_name": "chef", "id_str": "16333852", "id": 16333852, "indices": [24, 29], "name": "Chef"}]}, "created_at": "Fri Jan 08 16:21:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [47.60204619, -122.3360862], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/300bcc6e23a88361.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.436232, 47.4953154], [-122.2249728, 47.4953154], [-122.2249728, 47.734561], [-122.436232, 47.734561]]], "type": "Polygon"}, "full_name": "Seattle, WA", "contained_within": [], "country_code": "US", "id": "300bcc6e23a88361", "name": "Seattle"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685496670730219520, "text": "Good morning, @chef (at @Chef in Seattle, WA) https://t.co/Jb1kjEbMMW", "coordinates": {"coordinates": [-122.3360862, 47.60204619], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Foursquare"}, "default_profile_image": false, "id": 15926485, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 9823, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14065905", "following": false, "friends_count": 518, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "traceback.org", "url": "http://t.co/iq5TfPAOJX", "expanded_url": "http://traceback.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3983329/bg_twittergallery.jpg", "notifications": false, "profile_sidebar_fill_color": "232323", "profile_link_color": "58A362", "geo_enabled": true, "followers_count": 756, "location": "Cleveland, OH", "screen_name": "dstanek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 65, "name": "David Stanek", "profile_use_background_image": true, "description": "Software programmer; Racker; Husband & father; Beer drinker", "url": "http://t.co/iq5TfPAOJX", "profile_text_color": "70797D", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/58766568/headshot_normal.JPG", "profile_background_color": "3C7682", "created_at": "Sat Mar 01 18:58:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A5D0BF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/58766568/headshot_normal.JPG", "favourites_count": 783, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685276382293786624", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 604, "resize": "fit"}, "large": {"w": 720, "h": 1280, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 1067, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685276202416865281/pu/img/V_eccUTAF-Epi4kL.jpg", "type": "photo", "indices": [45, 68], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685276202416865281/pu/img/V_eccUTAF-Epi4kL.jpg", "display_url": "pic.twitter.com/UXioTmxgh8", "id_str": "685276202416865281", "expanded_url": "http://twitter.com/ZAGGStudios/status/685276382293786624/video/1", "id": 685276202416865281, "url": "https://t.co/UXioTmxgh8"}], "symbols": [], "urls": [], "hashtags": [{"text": "codemash", "indices": [13, 22]}, {"text": "pong", "indices": [23, 28]}, {"text": "laserpong", "indices": [34, 44]}], "user_mentions": [{"screen_name": "GWR", "id_str": "18073623", "id": 18073623, "indices": [29, 33], "name": "GuinnessWorldRecords"}]}, "created_at": "Fri Jan 08 01:46:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685276382293786624, "text": "Game point!! #codemash #pong @GWR #laserpong https://t.co/UXioTmxgh8", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685303279610408960", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 604, "resize": "fit"}, "large": {"w": 720, "h": 1280, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 1067, "resize": "fit"}}, "source_status_id_str": "685276382293786624", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685276202416865281/pu/img/V_eccUTAF-Epi4kL.jpg", "source_user_id_str": "1297375447", "id_str": "685276202416865281", "id": 685276202416865281, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685276202416865281/pu/img/V_eccUTAF-Epi4kL.jpg", "type": "photo", "indices": [62, 85], "source_status_id": 685276382293786624, "source_user_id": 1297375447, "display_url": "pic.twitter.com/UXioTmxgh8", "expanded_url": "http://twitter.com/ZAGGStudios/status/685276382293786624/video/1", "url": "https://t.co/UXioTmxgh8"}], "symbols": [], "urls": [], "hashtags": [{"text": "codemash", "indices": [30, 39]}, {"text": "pong", "indices": [40, 45]}, {"text": "laserpong", "indices": [51, 61]}], "user_mentions": [{"screen_name": "ZAGGStudios", "id_str": "1297375447", "id": 1297375447, "indices": [3, 15], "name": "ZAGG Studios, Ltd."}, {"screen_name": "GWR", "id_str": "18073623", "id": 18073623, "indices": [46, 50], "name": "GuinnessWorldRecords"}]}, "created_at": "Fri Jan 08 03:33:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685303279610408960, "text": "RT @ZAGGStudios: Game point!! #codemash #pong @GWR #laserpong https://t.co/UXioTmxgh8", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14065905, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3983329/bg_twittergallery.jpg", "statuses_count": 4386, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "170605832", "following": false, "friends_count": 1872, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/emilyrose", "url": "https://t.co/Ds54nDaamu", "expanded_url": "https://github.com/emilyrose", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/126420117/cloud_bg.jpg", "notifications": false, "profile_sidebar_fill_color": "E8F2FB", "profile_link_color": "4684A8", "geo_enabled": true, "followers_count": 3036, "location": "San Francisco, CA", "screen_name": "nexxylove", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 203, "name": "mx emily rose", "profile_use_background_image": false, "description": "hardware art, some kind of fabulous unicorn; and computing, [two-for] inspiring dark speaking. plural pronoun they; interactive electric ubiquitous hacking,", "url": "https://t.co/Ds54nDaamu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679825275509592064/SmpGRD_1_normal.png", "profile_background_color": "1C0F1E", "created_at": "Sun Jul 25 08:04:06 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "A2C7E4", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679825275509592064/SmpGRD_1_normal.png", "favourites_count": 3606, "status": {"retweet_count": 0, "in_reply_to_user_id": 15583257, "possibly_sensitive": false, "id_str": "685521273598820352", "in_reply_to_user_id_str": "15583257", "entities": {"symbols": [], "urls": [{"display_url": "gayshamesf.org", "url": "https://t.co/BQx23L6QOb", "expanded_url": "http://gayshamesf.org", "indices": [14, 37]}], "hashtags": [], "user_mentions": [{"screen_name": "cowperthwait", "id_str": "15583257", "id": 15583257, "indices": [0, 13], "name": "Cowperthwait"}]}, "created_at": "Fri Jan 08 17:59:42 +0000 2016", "favorited": false, "in_reply_to_status_id": 685520897734623232, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "cowperthwait", "in_reply_to_status_id_str": "685520897734623232", "truncated": false, "id": 685521273598820352, "text": "@cowperthwait https://t.co/BQx23L6QOb", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 170605832, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/126420117/cloud_bg.jpg", "statuses_count": 20258, "profile_banner_url": "https://pbs.twimg.com/profile_banners/170605832/1450918251", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14188391", "following": false, "friends_count": 693, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "benjaminwarfield.com", "url": "https://t.co/YqNb1uZbHY", "expanded_url": "http://benjaminwarfield.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/865335069/ab622272f599abc2d1e2f068a47f5efa.png", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "4D8A98", "geo_enabled": true, "followers_count": 1515, "location": "Lakewood, OH", "screen_name": "benjaminws", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 117, "name": "wrongo db", "profile_use_background_image": false, "description": "just trying to use a computer", "url": "https://t.co/YqNb1uZbHY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680913876934721538/msph0SPH_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri Mar 21 00:21:25 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680913876934721538/msph0SPH_normal.jpg", "favourites_count": 18241, "status": {"in_reply_to_status_id": 685482873831337984, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "benjaminws", "in_reply_to_user_id": 14188391, "in_reply_to_status_id_str": "685482873831337984", "in_reply_to_user_id_str": "14188391", "truncated": false, "id_str": "685482917909245953", "id": 685482917909245953, "text": "@benjaminws *ying", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "benjaminws", "id_str": "14188391", "id": 14188391, "indices": [0, 11], "name": "Nice segway, dude"}]}, "created_at": "Fri Jan 08 15:27:17 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14188391, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/865335069/ab622272f599abc2d1e2f068a47f5efa.png", "statuses_count": 48496, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14188391/1452184250", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17177251", "following": false, "friends_count": 1939, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/pub/brian-j-br\u2026", "url": "https://t.co/LqJaTeSeNf", "expanded_url": "https://www.linkedin.com/pub/brian-j-brennan/20/28a/4a9", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/596808118752792579/I7vAKG7k.jpg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 3808, "location": "Brooklyn, NY", "screen_name": "brianloveswords", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 245, "name": "spacer.tiff", "profile_use_background_image": true, "description": "chief garbage monster @Bocoup; figurehead @brooklyn_js; probably not three cats in a trench coat. He/him", "url": "https://t.co/LqJaTeSeNf", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678023379002253312/_hS0iDAv_normal.jpg", "profile_background_color": "352726", "created_at": "Wed Nov 05 02:16:27 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678023379002253312/_hS0iDAv_normal.jpg", "favourites_count": 18685, "status": {"in_reply_to_status_id": 685502987989561344, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": "jennschiffer", "in_reply_to_user_id": 12524622, "in_reply_to_status_id_str": "685502987989561344", "in_reply_to_user_id_str": "12524622", "truncated": false, "id_str": "685503107304914944", "id": 685503107304914944, "text": "@jennschiffer @kosamari I can't believe I missed out on this one, this is bullshit", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jennschiffer", "id_str": "12524622", "id": 12524622, "indices": [0, 13], "name": "shingyVEVO"}, {"screen_name": "kosamari", "id_str": "8470842", "id": 8470842, "indices": [14, 23], "name": "Mariko Kosaka"}]}, "created_at": "Fri Jan 08 16:47:31 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17177251, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/596808118752792579/I7vAKG7k.jpg", "statuses_count": 19085, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17177251/1440564032", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "17527655", "following": false, "friends_count": 1174, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2706, "location": "SF Bay Area", "screen_name": "sigje", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 223, "name": "Jennifer", "profile_use_background_image": true, "description": "Sparkly DevOps princess. #coffeeops #hugops practitioner, co-author Effective Devops, Agile Conf DevOps Track Chair 2016", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660204503832985600/2QtQ7d_7_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Nov 21 00:59:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660204503832985600/2QtQ7d_7_normal.png", "favourites_count": 28341, "status": {"in_reply_to_status_id": 685607990917922816, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "sigje", "in_reply_to_user_id": 17527655, "in_reply_to_status_id_str": "685607990917922816", "in_reply_to_user_id_str": "17527655", "truncated": false, "id_str": "685608198288506880", "id": 685608198288506880, "text": "@ashedryden @chef username at chef.io will reach me via email as well.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ashedryden", "id_str": "9510922", "id": 9510922, "indices": [0, 11], "name": "ashe"}, {"screen_name": "chef", "id_str": "16333852", "id": 16333852, "indices": [12, 17], "name": "Chef"}]}, "created_at": "Fri Jan 08 23:45:07 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17527655, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 26988, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17527655/1426924077", "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "5813712", "following": false, "friends_count": 324, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "invece.org", "url": "http://t.co/7GxMMGyAln", "expanded_url": "http://invece.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 17375, "location": "Sicily, Italy", "screen_name": "antirez", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 917, "name": "Salvatore Sanfilippo", "profile_use_background_image": true, "description": "I believe in the power of the imagination to remake the world -- J.G.Ballard", "url": "http://t.co/7GxMMGyAln", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/595630881924059138/Ah0O5bEE_normal.png", "profile_background_color": "C6E2EE", "created_at": "Sun May 06 18:34:46 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/595630881924059138/Ah0O5bEE_normal.png", "favourites_count": 2039, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685071497656987649", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "reddit.com/r/redis/commen\u2026", "url": "https://t.co/1HlK5bafCB", "expanded_url": "https://www.reddit.com/r/redis/comments/3zv85m/new_security_feature_redis_protected_mode/", "indices": [109, 132]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 12:12:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685071497656987649, "text": "The security feature for Redis that should stop, starting with Redis 3.2, most \u201cinstances left open\u201d errors: https://t.co/1HlK5bafCB", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "YoruFukurou"}, "default_profile_image": false, "id": 5813712, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 29491, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5813712/1398845907", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "1465659204", "following": false, "friends_count": 954, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bridgetkromhout.com", "url": "http://t.co/GWCuQWb6CV", "expanded_url": "http://bridgetkromhout.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5188, "location": "Minneapolis, Minnesota", "screen_name": "bridgetkromhout", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 311, "name": "Bridget Kromhout", "profile_use_background_image": true, "description": "Principal Technologist for @cloudfoundry at @pivotal. Podcasts @arresteddevops. Organizes @devopsdays. Was ops at @DramaFever. Likes snow, bicycles, & @joelaha.", "url": "http://t.co/GWCuQWb6CV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469973128840368128/Eud_QsXs_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue May 28 21:02:05 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469973128840368128/Eud_QsXs_normal.png", "favourites_count": 8290, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": 13640312, "possibly_sensitive": false, "id_str": "685562659257868289", "in_reply_to_user_id_str": "13640312", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/caseywest/stat\u2026", "url": "https://t.co/ShuOreW5Il", "expanded_url": "https://twitter.com/caseywest/status/685498244319842306", "indices": [49, 72]}], "hashtags": [{"text": "codemash", "indices": [39, 48]}], "user_mentions": []}, "created_at": "Fri Jan 08 20:44:09 +0000 2016", "favorited": false, "in_reply_to_status_id": 685498244319842306, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "caseywest", "in_reply_to_status_id_str": "685498244319842306", "truncated": false, "id": 685562659257868289, "text": "Let\u2019s get this party started. Salon E! #codemash https://t.co/ShuOreW5Il", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685564695659466755", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/caseywest/stat\u2026", "url": "https://t.co/ShuOreW5Il", "expanded_url": "https://twitter.com/caseywest/status/685498244319842306", "indices": [64, 87]}], "hashtags": [{"text": "codemash", "indices": [54, 63]}], "user_mentions": [{"screen_name": "caseywest", "id_str": "13640312", "id": 13640312, "indices": [3, 13], "name": "Casey West"}]}, "created_at": "Fri Jan 08 20:52:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685564695659466755, "text": "RT @caseywest: Let\u2019s get this party started. Salon E! #codemash https://t.co/ShuOreW5Il", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1465659204, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 9388, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1465659204/1402021840", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "36823", "following": false, "friends_count": 3648, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "anildash.com", "url": "https://t.co/DGlCONxUGJ", "expanded_url": "http://anildash.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378252063/dark-floral-pattern.jpg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "800080", "geo_enabled": true, "followers_count": 573880, "location": "NYC: 40.739069,-73.987082", "screen_name": "anildash", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 7811, "name": "Anil Dash", "profile_use_background_image": true, "description": "The only person who's ever been retweeted by Prince, Bill Gates, @katies, AvaDuvernay and the White House. Working to make tech & the tech industry more humane.", "url": "https://t.co/DGlCONxUGJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678402398981775361/xeju7Lqg_normal.jpg", "profile_background_color": "131516", "created_at": "Sat Dec 02 09:15:15 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678402398981775361/xeju7Lqg_normal.jpg", "favourites_count": 284118, "status": {"in_reply_to_status_id": 685566764630028288, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ev", "in_reply_to_user_id": 20, "in_reply_to_status_id_str": "685566764630028288", "in_reply_to_user_id_str": "20", "truncated": false, "id_str": "685567450923036673", "id": 685567450923036673, "text": "@ev so what would you do to change it? It's good to have meat alternatives, but how would you change policy?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ev", "id_str": "20", "id": 20, "indices": [0, 3], "name": "Ev Williams"}]}, "created_at": "Fri Jan 08 21:03:12 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 36823, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378252063/dark-floral-pattern.jpg", "statuses_count": 105807, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36823/1444532685", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18713", "following": false, "friends_count": 405, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "al3x.net", "url": "https://t.co/BwDqELWAp7", "expanded_url": "https://al3x.net/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "C3CBD0", "profile_link_color": "336699", "geo_enabled": true, "followers_count": 41125, "location": "Portland, OR", "screen_name": "al3x", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 2596, "name": "Alex Payne", "profile_use_background_image": false, "description": "'the human person, who is animal, fantasist, and computer combined' \u2013 Yi-Fu Tuan", "url": "https://t.co/BwDqELWAp7", "profile_text_color": "232323", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/513088789585993728/s1DnFxP6_normal.jpeg", "profile_background_color": "E5E9EB", "created_at": "Thu Nov 23 19:29:11 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "333333", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/513088789585993728/s1DnFxP6_normal.jpeg", "favourites_count": 11217, "status": {"in_reply_to_status_id": 685585927486345216, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tinysubversions", "in_reply_to_user_id": 14475298, "in_reply_to_status_id_str": "685585927486345216", "in_reply_to_user_id_str": "14475298", "truncated": false, "id_str": "685591516803252224", "id": 685591516803252224, "text": "@tinysubversions it isn't good though so you're fine", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tinysubversions", "id_str": "14475298", "id": 14475298, "indices": [0, 16], "name": "Darius Kazemi"}]}, "created_at": "Fri Jan 08 22:38:49 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18713, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 30006, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18713/1451501144", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1186", "following": false, "friends_count": 3538, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chrismessina.me", "url": "https://t.co/JIhVYXdY5s", "expanded_url": "http://chrismessina.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/86425594/xd76c913111e2caa58f9257eadc3f4b0.png", "notifications": false, "profile_sidebar_fill_color": "F1F1F1", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 79615, "location": "San Francisco", "screen_name": "chrismessina", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 3961, "name": "\u2744\ufe0e Chris Messina \u2744\ufe0e", "profile_use_background_image": false, "description": "Developer Experience Lead at @Uber. Friend to startups, inventor of the hashtag, former Googler, and proud participant in the open source/open web communities.", "url": "https://t.co/JIhVYXdY5s", "profile_text_color": "444444", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624387887665016832/xS9_Z8YF_normal.jpg", "profile_background_color": "CF290C", "created_at": "Sun Jul 16 06:53:48 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "868686", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624387887665016832/xS9_Z8YF_normal.jpg", "favourites_count": 7924, "status": {"retweet_count": 0, "in_reply_to_user_id": 9729502, "possibly_sensitive": false, "id_str": "685606649793359872", "in_reply_to_user_id_str": "9729502", "entities": {"symbols": [], "urls": [{"display_url": "j.mp/Stln", "url": "https://t.co/eLPm24nG5F", "expanded_url": "http://j.mp/Stln", "indices": [86, 109]}], "hashtags": [{"text": "StolenOnStolen", "indices": [70, 85]}, {"text": "meta", "indices": [110, 115]}], "user_mentions": [{"screen_name": "travisk", "id_str": "9729502", "id": 9729502, "indices": [0, 8], "name": "travis kalanick"}, {"screen_name": "alexpriest", "id_str": "7604502", "id": 7604502, "indices": [31, 42], "name": "Alex Priest"}, {"screen_name": "getstolen", "id_str": "3255100813", "id": 3255100813, "indices": [58, 68], "name": "Stolen!"}]}, "created_at": "Fri Jan 08 23:38:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "travisk", "in_reply_to_status_id_str": null, "truncated": false, "id": 685606649793359872, "text": "@travisk I just stole you from @alexpriest for 430,660 on @getstolen. #StolenOnStolen https://t.co/eLPm24nG5F #meta", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1186, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/86425594/xd76c913111e2caa58f9257eadc3f4b0.png", "statuses_count": 28662, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1186/1447013497", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "260044118", "following": false, "friends_count": 367, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "beero.ps", "url": "http://t.co/3SOVRwGCJL", "expanded_url": "http://beero.ps", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/459436144204079104/LPeVolRt.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "33003F", "geo_enabled": false, "followers_count": 5706, "location": "Brooklyn", "screen_name": "beerops", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 344, "name": "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35 sdo\u0279\u0259\u0259q", "profile_use_background_image": true, "description": "Senior sparkly ops witch @Etsy, 10X engiqueer, full stack cat lady, homebrewer, climber, aspiring cellist, purple-haired face-metal cabalist, yarn sorceress.", "url": "http://t.co/3SOVRwGCJL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/646467659505250305/MGdBkS8o_normal.png", "profile_background_color": "131516", "created_at": "Thu Mar 03 02:54:14 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/646467659505250305/MGdBkS8o_normal.png", "favourites_count": 6646, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597446962024448", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/careers/job/ol\u2026", "url": "https://t.co/pP1zKTvYt1", "expanded_url": "https://www.etsy.com/careers/job/olOn2fwi", "indices": [77, 100]}], "hashtags": [], "user_mentions": [{"screen_name": "Etsy", "id_str": "11522502", "id": 11522502, "indices": [46, 51], "name": "Etsy"}]}, "created_at": "Fri Jan 08 23:02:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597446962024448, "text": "We're hiring a second PM for the Data team at @Etsy. RT if you like data. ;) https://t.co/pP1zKTvYt1", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607423445479425", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/careers/job/ol\u2026", "url": "https://t.co/pP1zKTvYt1", "expanded_url": "https://www.etsy.com/careers/job/olOn2fwi", "indices": [91, 114]}], "hashtags": [], "user_mentions": [{"screen_name": "gianelli", "id_str": "15745226", "id": 15745226, "indices": [3, 12], "name": "Gabrielle Gianelli"}, {"screen_name": "Etsy", "id_str": "11522502", "id": 11522502, "indices": [60, 65], "name": "Etsy"}]}, "created_at": "Fri Jan 08 23:42:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607423445479425, "text": "RT @gianelli: We're hiring a second PM for the Data team at @Etsy. RT if you like data. ;) https://t.co/pP1zKTvYt1", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Talon Plus"}, "default_profile_image": false, "id": 260044118, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/459436144204079104/LPeVolRt.jpeg", "statuses_count": 15122, "profile_banner_url": "https://pbs.twimg.com/profile_banners/260044118/1442965095", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14584629", "following": false, "friends_count": 279, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waynewitzel.com", "url": "https://t.co/Mbxe3QilXq", "expanded_url": "http://waynewitzel.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/405496748/xa3298200db2865c4d4fde02dc99255e.jpg", "notifications": false, "profile_sidebar_fill_color": "1D1D1D", "profile_link_color": "892DD8", "geo_enabled": true, "followers_count": 303, "location": "Durham, NC", "screen_name": "wwitzel3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Wayne Witzel III", "profile_use_background_image": true, "description": "Software Engineer at Ansible", "url": "https://t.co/Mbxe3QilXq", "profile_text_color": "D4D4D4", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/441524995898888192/MQ-MtfFj_normal.jpeg", "profile_background_color": "8C8B91", "created_at": "Tue Apr 29 13:40:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "68FA04", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/441524995898888192/MQ-MtfFj_normal.jpeg", "favourites_count": 222, "status": {"in_reply_to_status_id": 685121455311306752, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "katco_", "in_reply_to_user_id": 27390972, "in_reply_to_status_id_str": "685121455311306752", "in_reply_to_user_id_str": "27390972", "truncated": false, "id_str": "685124219701751809", "id": 685124219701751809, "text": "@katco_ it reads more emo than intended, I meant, people already just scan and reply and it's only 140. It will only get worse.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "katco_", "id_str": "27390972", "id": 27390972, "indices": [0, 7], "name": "Katherine Cox-Buday"}]}, "created_at": "Thu Jan 07 15:41:57 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14584629, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/405496748/xa3298200db2865c4d4fde02dc99255e.jpg", "statuses_count": 3199, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "63615426", "following": false, "friends_count": 1624, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jonathan.sh/dont-trust-you\u2026", "url": "http://t.co/BL7L2iFse2", "expanded_url": "http://jonathan.sh/dont-trust-your-cat", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000182485660/cTNCO6Dr.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "7E5C40", "geo_enabled": true, "followers_count": 2896, "location": "kepler-452b", "screen_name": "jonathanmarvens", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 157, "name": "jojo", "profile_use_background_image": true, "description": "haitian. hacker. engineer @ @npmjs. feminist. i \u2764\ufe0f systems hacking, database theory, and distributed systems. apple juice is bae. be you. believe in yourself.", "url": "http://t.co/BL7L2iFse2", "profile_text_color": "EA8418", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666069166445694977/kQEiUvl2_normal.png", "profile_background_color": "1677AB", "created_at": "Fri Aug 07 02:31:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666069166445694977/kQEiUvl2_normal.png", "favourites_count": 16025, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612789080178688", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/kosamari/statu\u2026", "url": "https://t.co/9WdptnI9Q1", "expanded_url": "https://twitter.com/kosamari/status/685527140801101824", "indices": [107, 130]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:03:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612789080178688, "text": "LOL. I love when programmers straight up lie like this just to make themselves feel better. Such bullshit. https://t.co/9WdptnI9Q1", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 63615426, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000182485660/cTNCO6Dr.jpeg", "statuses_count": 14245, "profile_banner_url": "https://pbs.twimg.com/profile_banners/63615426/1451830598", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "784984", "following": false, "friends_count": 1615, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "info.sean808080.com", "url": "http://t.co/LqvKkV53nu", "expanded_url": "http://info.sean808080.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2591707/headstockstar25-full.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1785, "location": "Schooleys Mountain, New Jersey", "screen_name": "sean808080", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 121, "name": "sean808080", "profile_use_background_image": true, "description": "Dad (with @kcmphoto ) to Neo iOS App Developer (MBA & PMP), Child Of Deaf Adults, Amateur (Ham) Radio Op: KC2NEO Work Twitter: @adaptIOTech", "url": "http://t.co/LqvKkV53nu", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641238036529967104/7mk0oLjI_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Feb 21 00:22:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641238036529967104/7mk0oLjI_normal.jpg", "favourites_count": 812, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685482512030777344", "id": 685482512030777344, "text": "Take Action:Urge Congress to Support the Amateur Radio Parity Act #hamradio", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "hamradio", "indices": [67, 76]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:25:41 +0000 2016", "source": "Mobile Web", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 784984, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2591707/headstockstar25-full.jpg", "statuses_count": 31641, "profile_banner_url": "https://pbs.twimg.com/profile_banners/784984/1403000347", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "246", "following": false, "friends_count": 1516, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "poetica.com", "url": "https://t.co/h9i4CuXdVd", "expanded_url": "https://poetica.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/232/bg2.png", "notifications": false, "profile_sidebar_fill_color": "91B7FF", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 14448, "location": "London, UK", "screen_name": "blaine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 574, "name": "Blaine Cook", "profile_use_background_image": true, "description": "Sociotechnologist. Social solutions for technological problems. CTO / Co-founder at @Poetica. Founding Engineer at @Twitter.", "url": "https://t.co/h9i4CuXdVd", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/14022002/171593560_00e00bc7c9_normal.jpg", "profile_background_color": "E1EFFF", "created_at": "Wed May 03 18:52:57 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "4485BC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/14022002/171593560_00e00bc7c9_normal.jpg", "favourites_count": 6282, "status": {"in_reply_to_status_id": 685488126316249088, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rwchambliss", "in_reply_to_user_id": 207818606, "in_reply_to_status_id_str": "685488126316249088", "in_reply_to_user_id_str": "207818606", "truncated": false, "id_str": "685490751707443200", "id": 685490751707443200, "text": "@rwchambliss @lifewinning \"that's no coconut\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rwchambliss", "id_str": "207818606", "id": 207818606, "indices": [0, 12], "name": "Wayne Chambliss"}, {"screen_name": "lifewinning", "id_str": "348082699", "id": 348082699, "indices": [13, 25], "name": "Ingrid Burrington"}]}, "created_at": "Fri Jan 08 15:58:25 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 246, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/232/bg2.png", "statuses_count": 13219, "profile_banner_url": "https://pbs.twimg.com/profile_banners/246/1415700195", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1704421", "following": false, "friends_count": 310, "entities": {"description": {"urls": [{"display_url": "github.com/telehash", "url": "http://t.co/WG9TNV59NM", "expanded_url": "http://github.com/telehash", "indices": [19, 41]}]}, "url": {"urls": [{"display_url": "jeremie.com/-", "url": "http://t.co/EAUy42gm1g", "expanded_url": "http://jeremie.com/-", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/572330404/lks4grrmlrjifjbgl64h.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 2762, "location": "Denver, CO", "screen_name": "jeremie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 199, "name": "Jeremie Miller", "profile_use_background_image": false, "description": "Currently building http://t.co/WG9TNV59NM. Helped create Jabber/XMPP, open communication platforms FTW!", "url": "http://t.co/EAUy42gm1g", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/565991047/jer_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 21 02:44:51 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/565991047/jer_normal.jpg", "favourites_count": 319, "status": {"retweet_count": 0, "in_reply_to_user_id": 10402702, "possibly_sensitive": false, "id_str": "678235898148839424", "in_reply_to_user_id_str": "10402702", "entities": {"symbols": [], "urls": [{"display_url": "github.com/telehash/teleh\u2026", "url": "https://t.co/ij70iPpd62", "expanded_url": "http://github.com/telehash/telehash.org/", "indices": [120, 143]}], "hashtags": [], "user_mentions": [{"screen_name": "elimisteve", "id_str": "10402702", "id": 10402702, "indices": [0, 11], "name": "Steven Phillips"}, {"screen_name": "telehash", "id_str": "101790678", "id": 101790678, "indices": [12, 21], "name": "telehash"}]}, "created_at": "Sat Dec 19 15:30:13 +0000 2015", "favorited": false, "in_reply_to_status_id": 678216259591208964, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/58fe996bbe3a4048.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-104.96747, 39.783752], [-104.771597, 39.783752], [-104.771597, 39.922981], [-104.96747, 39.922981]]], "type": "Polygon"}, "full_name": "Commerce City, CO", "contained_within": [], "country_code": "US", "id": "58fe996bbe3a4048", "name": "Commerce City"}, "in_reply_to_screen_name": "elimisteve", "in_reply_to_status_id_str": "678216259591208964", "truncated": false, "id": 678235898148839424, "text": "@elimisteve @telehash setting up the channel does, I'd recommend using github issues for q&a if you're up for that? https://t.co/ij70iPpd62", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1704421, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/572330404/lks4grrmlrjifjbgl64h.jpeg", "statuses_count": 1953, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1384891", "following": false, "friends_count": 664, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "metajack.im", "url": "http://t.co/367pPJxfkU", "expanded_url": "http://metajack.im", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": false, "followers_count": 2145, "location": "Albuquerque, NM", "screen_name": "metajack", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 178, "name": "Jack Moffitt", "profile_use_background_image": true, "description": "Senior Research Engineer at Mozilla. I work on Servo, Daala, and Rust.", "url": "http://t.co/367pPJxfkU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/29013962/Photo_7_normal.jpg", "profile_background_color": "DBE9ED", "created_at": "Sun Mar 18 00:14:42 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/29013962/Photo_7_normal.jpg", "favourites_count": 345, "status": {"in_reply_to_status_id": 629781107802701825, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "seanlinsley", "in_reply_to_user_id": 1169544588, "in_reply_to_status_id_str": "629781107802701825", "in_reply_to_user_id_str": "1169544588", "truncated": false, "id_str": "665277971914076160", "id": 665277971914076160, "text": "@seanlinsley @outreachy @christi3k We are! @lastontheboat is reviewing applications and I believe we will one starting in December", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "seanlinsley", "id_str": "1169544588", "id": 1169544588, "indices": [0, 12], "name": "Sean \u270f\ufe0f"}, {"screen_name": "outreachy", "id_str": "2800780073", "id": 2800780073, "indices": [13, 23], "name": "FOSS Outreach"}, {"screen_name": "christi3k", "id_str": "14111858", "id": 14111858, "indices": [24, 34], "name": "Christie Koehler"}, {"screen_name": "lastontheboat", "id_str": "47735734", "id": 47735734, "indices": [43, 57], "name": "Josh Matthews"}]}, "created_at": "Fri Nov 13 21:20:03 +0000 2015", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1384891, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 2516, "is_translator": false}, {"time_zone": "Brussels", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "803083", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "el-tramo.be", "url": "https://t.co/rPMuAs3JDi", "expanded_url": "https://el-tramo.be", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 332, "location": "Belgium", "screen_name": "remko", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "Remko Tron\u00e7on", "profile_use_background_image": true, "description": "Software \u00b7 Music \u00b7 BookWidgets", "url": "https://t.co/rPMuAs3JDi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1577244530/remko_normal.jpeg", "profile_background_color": "022330", "created_at": "Thu Mar 01 08:33:39 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1577244530/remko_normal.jpeg", "favourites_count": 511, "status": {"in_reply_to_status_id": 684842439480311810, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "remko", "in_reply_to_user_id": 803083, "in_reply_to_status_id_str": "684842439480311810", "in_reply_to_user_id_str": "803083", "truncated": false, "id_str": "684843286993985536", "id": 684843286993985536, "text": "@steven_odb Zijn we hopelijk snel van die fb-me en tweetlonger links af. Slechte (lange) content wordt sowieso afgestraft zou ik denken", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "steven_odb", "id_str": "227627337", "id": 227627337, "indices": [0, 11], "name": "Steven Op de beeck"}]}, "created_at": "Wed Jan 06 21:05:38 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "nl"}, "default_profile_image": false, "id": 803083, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 1995, "profile_banner_url": "https://pbs.twimg.com/profile_banners/803083/1347996309", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "101143", "following": false, "friends_count": 153, "entities": {"description": {"urls": [{"display_url": "monarchyllc.com", "url": "http://t.co/x480TwaG8Q", "expanded_url": "http://monarchyllc.com", "indices": [43, 65]}]}, "url": {"urls": [{"display_url": "alexking.org", "url": "http://t.co/4ugwz2gZBx", "expanded_url": "http://alexking.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "EAEAFC", "profile_link_color": "556699", "geo_enabled": false, "followers_count": 9073, "location": "Denver, CO", "screen_name": "alexkingorg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 721, "name": "Alex King", "profile_use_background_image": false, "description": "Denver independent web developer/designer (http://t.co/x480TwaG8Q), original contributor to @wordpress, creator of the Share Icon.", "url": "http://t.co/4ugwz2gZBx", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/457969928658624512/ILGIK1Un_normal.jpeg", "profile_background_color": "8899CC", "created_at": "Thu Dec 21 08:19:38 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457969928658624512/ILGIK1Un_normal.jpeg", "favourites_count": 2872, "status": {"retweet_count": 147, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "636283117070749697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "alexking.org/?p=22017", "url": "http://t.co/jA7t269OvT", "expanded_url": "http://alexking.org/?p=22017", "indices": [59, 81]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Aug 25 21:04:51 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 636283117070749697, "text": "Dear WordPress community folks, I have a favor to ask you. http://t.co/jA7t269OvT", "coordinates": null, "retweeted": false, "favorite_count": 69, "contributors": null, "source": "Social Proxy by Mailchimp"}, "default_profile_image": false, "id": 101143, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5595, "profile_banner_url": "https://pbs.twimg.com/profile_banners/101143/1398017193", "is_translator": false}, {"time_zone": "Brussels", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "9676412", "following": false, "friends_count": 1665, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eschnou.com", "url": "https://t.co/OQ62SUYsDf", "expanded_url": "https://eschnou.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "006399", "geo_enabled": true, "followers_count": 1985, "location": "Belgium", "screen_name": "eschnou", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 164, "name": "Laurent Eschenauer", "profile_use_background_image": false, "description": "Entrepreneur, tech geek & rock climber. Founder and CEO of @gofleye. Inventing the future of consumer drones. Falling in love with hardware startups.", "url": "https://t.co/OQ62SUYsDf", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433686519694360576/sH22Mvnq_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu Oct 25 05:49:08 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433686519694360576/sH22Mvnq_normal.jpeg", "favourites_count": 476, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "OliverHeldens", "in_reply_to_user_id": 256569627, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "256569627", "truncated": false, "id_str": "683020255581593600", "id": 683020255581593600, "text": "@OliverHeldens The Christmas disco mix is awesome! I'll be at Omnia tomorrow and hope you will squeeze a few of these jewels in the mix :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "OliverHeldens", "id_str": "256569627", "id": 256569627, "indices": [0, 14], "name": "Oliver Heldens"}]}, "created_at": "Fri Jan 01 20:21:33 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9676412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5843, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9676412/1398885593", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "6592342", "following": false, "friends_count": 36, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "matthewwild.co.uk", "url": "http://t.co/hLZKuW1Cda", "expanded_url": "http://matthewwild.co.uk/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 126, "location": "UK", "screen_name": "MattJ", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Matthew Wild", "profile_use_background_image": true, "description": "", "url": "http://t.co/hLZKuW1Cda", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2332299377/owtmwxsi0xfbl7kva0fw_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Jun 05 12:12:14 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2332299377/owtmwxsi0xfbl7kva0fw_normal.jpeg", "favourites_count": 14, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "674354353139032069", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pledgemusic.com/projects/thefa\u2026", "url": "https://t.co/hSsZm5pF0p", "expanded_url": "http://www.pledgemusic.com/projects/thefairrain?utm_campaign=project11425", "indices": [48, 71]}], "hashtags": [], "user_mentions": [{"screen_name": "PledgeMusic", "id_str": "34278049", "id": 34278049, "indices": [76, 88], "name": "PledgeMusic"}]}, "created_at": "Tue Dec 08 22:26:21 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 674354353139032069, "text": "The Fair Rain: Behind The Glass - Album Release https://t.co/hSsZm5pF0p via @pledgemusic", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6592342, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 350, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6592342/1411719451", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "1711171", "following": false, "friends_count": 1484, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "peterkeane.com", "url": "http://t.co/4gOwSPULxD", "expanded_url": "http://peterkeane.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 852, "location": "N 30\u00b018' 0'' / W 97\u00b042' 0''", "screen_name": "pkeane", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 51, "name": "Peter Keane", "profile_use_background_image": true, "description": "Software Engineer at Etsy", "url": "http://t.co/4gOwSPULxD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634320167/Photo_35_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Mar 21 04:17:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634320167/Photo_35_normal.jpg", "favourites_count": 1323, "status": {"retweet_count": 9, "retweeted_status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675072183119556608", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 465, "h": 119, "resize": "fit"}, "medium": {"w": 465, "h": 119, "resize": "fit"}, "thumb": {"w": 150, "h": 119, "resize": "crop"}, "small": {"w": 340, "h": 87, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CV5WkspWcAAkVFx.png", "type": "photo", "indices": [39, 62], "media_url": "http://pbs.twimg.com/media/CV5WkspWcAAkVFx.png", "display_url": "pic.twitter.com/PJyoJQh1UU", "id_str": "675072182612029440", "expanded_url": "http://twitter.com/skrug/status/675072183119556608/photo/1", "id": 675072182612029440, "url": "https://t.co/PJyoJQh1UU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 10 21:58:45 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675072183119556608, "text": "But it does make you...happier, right? https://t.co/PJyoJQh1UU", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675770880652353536", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 465, "h": 119, "resize": "fit"}, "medium": {"w": 465, "h": 119, "resize": "fit"}, "thumb": {"w": 150, "h": 119, "resize": "crop"}, "small": {"w": 340, "h": 87, "resize": "fit"}}, "source_status_id_str": "675072183119556608", "media_url": "http://pbs.twimg.com/media/CV5WkspWcAAkVFx.png", "source_user_id_str": "18544024", "id_str": "675072182612029440", "id": 675072182612029440, "media_url_https": "https://pbs.twimg.com/media/CV5WkspWcAAkVFx.png", "type": "photo", "indices": [50, 73], "source_status_id": 675072183119556608, "source_user_id": 18544024, "display_url": "pic.twitter.com/PJyoJQh1UU", "expanded_url": "http://twitter.com/skrug/status/675072183119556608/photo/1", "url": "https://t.co/PJyoJQh1UU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "skrug", "id_str": "18544024", "id": 18544024, "indices": [3, 9], "name": "Steve Krug"}]}, "created_at": "Sat Dec 12 20:15:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675770880652353536, "text": "RT @skrug: But it does make you...happier, right? https://t.co/PJyoJQh1UU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1711171, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4827, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "26306597", "following": false, "friends_count": 79, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 353, "location": "", "screen_name": "rlbarnes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Richard Barnes", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3086983852/4b1788dbacf96c683b042f04515a239f_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 24 19:44:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3086983852/4b1788dbacf96c683b042f04515a239f_normal.jpeg", "favourites_count": 102, "status": {"in_reply_to_status_id": 685511371643998208, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "lorenzoFB", "in_reply_to_user_id": 55643029, "in_reply_to_status_id_str": "685511371643998208", "in_reply_to_user_id_str": "55643029", "truncated": false, "id_str": "685542062075199489", "id": 685542062075199489, "text": "@lorenzoFB @HTTPSEverywhere @motherboard @bcrypt But why are you holding it back from everyone else?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lorenzoFB", "id_str": "55643029", "id": 55643029, "indices": [0, 10], "name": "Lorenzo Franceschi-B"}, {"screen_name": "HTTPSEverywhere", "id_str": "2243440136", "id": 2243440136, "indices": [11, 27], "name": "HTTPS Everywhere"}, {"screen_name": "motherboard", "id_str": "56510427", "id": 56510427, "indices": [28, 40], "name": "Motherboard"}, {"screen_name": "bcrypt", "id_str": "968881477", "id": 968881477, "indices": [41, 48], "name": "yan"}]}, "created_at": "Fri Jan 08 19:22:19 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 26306597, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 372, "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "40691407", "following": false, "friends_count": 148, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jitsi.org", "url": "https://t.co/pf8hKet9PU", "expanded_url": "https://jitsi.org", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 351, "location": "France", "screen_name": "emilivov", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Emil Ivov", "profile_use_background_image": true, "description": "Jitsi Project Lead", "url": "https://t.co/pf8hKet9PU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456109009158692865/QEvN0Vnz_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun May 17 16:53:12 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456109009158692865/QEvN0Vnz_normal.png", "favourites_count": 55, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "662417254835875840", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CTFg-0TUwAEjSF8.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CTFg-0TUwAEjSF8.jpg", "display_url": "pic.twitter.com/l9giFod0rz", "id_str": "662417252508024833", "expanded_url": "http://twitter.com/sreuter/status/662417254835875840/photo/1", "id": 662417252508024833, "url": "https://t.co/l9giFod0rz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Nov 05 23:52:35 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 662417254835875840, "text": "WOW - Mike just announced enso.me to the world, a huge team effort I'm super excited to be a part of. Check it out! https://t.co/l9giFod0rz", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "662654329053163520", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "662417254835875840", "media_url": "http://pbs.twimg.com/media/CTFg-0TUwAEjSF8.jpg", "source_user_id_str": "11101892", "id_str": "662417252508024833", "id": 662417252508024833, "media_url_https": "https://pbs.twimg.com/media/CTFg-0TUwAEjSF8.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 662417254835875840, "source_user_id": 11101892, "display_url": "pic.twitter.com/l9giFod0rz", "expanded_url": "http://twitter.com/sreuter/status/662417254835875840/photo/1", "url": "https://t.co/l9giFod0rz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sreuter", "id_str": "11101892", "id": 11101892, "indices": [3, 11], "name": "Sascha Reuter"}]}, "created_at": "Fri Nov 06 15:34:38 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 662654329053163520, "text": "RT @sreuter: WOW - Mike just announced enso.me to the world, a huge team effort I'm super excited to be a part of. Check it out! https://t.\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 40691407, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 111, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15094432", "following": false, "friends_count": 672, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1798, "location": "Seattle, WA", "screen_name": "hillbrad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 110, "name": "hillbrad", "profile_use_background_image": true, "description": "Security Engineer @Facebook, WebAppSec WG Chair @w3c, (former) contributor @FIDOAlliance. This personal account does not speak on behalf of my affiliations.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/517056894750306305/Mzx4Y1aH_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 12 07:24:54 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/517056894750306305/Mzx4Y1aH_normal.jpeg", "favourites_count": 1549, "status": {"in_reply_to_status_id": 685199689008967680, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "pkedrosky", "in_reply_to_user_id": 1717291, "in_reply_to_status_id_str": "685199689008967680", "in_reply_to_user_id_str": "1717291", "truncated": false, "id_str": "685201241916346368", "id": 685201241916346368, "text": "@pkedrosky SUVs", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "pkedrosky", "id_str": "1717291", "id": 1717291, "indices": [0, 10], "name": "Paul Kedrosky"}]}, "created_at": "Thu Jan 07 20:48:01 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15094432, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4091, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15094432/1365202222", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "301147914", "following": false, "friends_count": 35775, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "yesworld.com", "url": "http://t.co/0TJR0Qpqnk", "expanded_url": "http://yesworld.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/572531738488737792/EYRLja2w.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "647839", "geo_enabled": true, "followers_count": 68659, "location": "London, GB", "screen_name": "yesofficial", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1039, "name": "yesofficial", "profile_use_background_image": true, "description": "English Progressive Rock Band 45 yrs, 20 studio albums. Currently Jon Davison vocal, Billy Sherwood bass, Steve Howe guitar, Alan White drums, Geoff Downes keys", "url": "http://t.co/0TJR0Qpqnk", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672487004744130573/bH2k3ZXR_normal.jpg", "profile_background_color": "FFDE01", "created_at": "Wed May 18 23:47:04 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672487004744130573/bH2k3ZXR_normal.jpg", "favourites_count": 6, "status": {"retweet_count": 21, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684766382957830144", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "soundcloud.com/jon-kirkman/be\u2026", "url": "https://t.co/oTJghrDjGZ", "expanded_url": "https://soundcloud.com/jon-kirkman/benoit-illness", "indices": [62, 85]}], "hashtags": [{"text": "YESdialogue", "indices": [86, 98]}], "user_mentions": []}, "created_at": "Wed Jan 06 16:00:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684766382957830144, "text": "Benoit David Discusses The Illness That Forced Him Out Of Yes\nhttps://t.co/oTJghrDjGZ\n#YESdialogue", "coordinates": null, "retweeted": false, "favorite_count": 19, "contributors": null, "source": "Sprout Social"}, "default_profile_image": false, "id": 301147914, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/572531738488737792/EYRLja2w.jpeg", "statuses_count": 3095, "profile_banner_url": "https://pbs.twimg.com/profile_banners/301147914/1449168357", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "133870619", "following": false, "friends_count": 208, "entities": {"description": {"urls": [{"display_url": "xmpp.net", "url": "http://t.co/Hbv99jdQe1", "expanded_url": "http://xmpp.net", "indices": [38, 60]}]}, "url": {"urls": [{"display_url": "blog.thijsalkema.de", "url": "https://t.co/wXva8FRFq7", "expanded_url": "https://blog.thijsalkema.de", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 281, "location": "The Netherlands", "screen_name": "xnyhps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Thijs Alkemade", "profile_use_background_image": true, "description": "Lead developer of Adium. | Creator of http://t.co/Hbv99jdQe1", "url": "https://t.co/wXva8FRFq7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/900392103/avatar_nieuw_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Apr 16 21:26:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/900392103/avatar_nieuw_normal.png", "favourites_count": 9, "status": {"in_reply_to_status_id": 677106028379398144, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "patio11", "in_reply_to_user_id": 20844341, "in_reply_to_status_id_str": "677106028379398144", "in_reply_to_user_id_str": "20844341", "truncated": false, "id_str": "677117426392301568", "id": 677117426392301568, "text": "@patio11 Was really close with 4, needed another 15 minutes at most. Then... error 502.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "patio11", "id_str": "20844341", "id": 20844341, "indices": [0, 8], "name": "Patrick McKenzie"}]}, "created_at": "Wed Dec 16 13:25:49 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 133870619, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 175, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "15320027", "following": false, "friends_count": 375, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bettercallsaghul.com", "url": "http://t.co/PXagcRYI5h", "expanded_url": "http://bettercallsaghul.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2327, "location": "Amsterdam, NL", "screen_name": "saghul", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 114, "name": "Sa\u00fal Ibarra Corretg\u00e9", "profile_use_background_image": true, "description": "SIP, XMPP, VoIP, presence and IM lover, geek, Pythonista, geek again! libuv Core Janitor.", "url": "http://t.co/PXagcRYI5h", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/56248414/saghul-avatar_normal.png", "profile_background_color": "022330", "created_at": "Fri Jul 04 18:48:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/56248414/saghul-avatar_normal.png", "favourites_count": 696, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685441345893208065", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "matt.sh/howto-c", "url": "https://t.co/Rz8KT0lAHS", "expanded_url": "https://matt.sh/howto-c", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 12:42:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685441345893208065, "text": "How to C in 2016... https://t.co/Rz8KT0lAHS", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "Hacker News Bot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685449912478253056", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "matt.sh/howto-c", "url": "https://t.co/Rz8KT0lAHS", "expanded_url": "https://matt.sh/howto-c", "indices": [39, 62]}], "hashtags": [], "user_mentions": [{"screen_name": "hackernewsbot", "id_str": "19575586", "id": 19575586, "indices": [3, 17], "name": "Hacker News Bot"}]}, "created_at": "Fri Jan 08 13:16:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685449912478253056, "text": "RT @hackernewsbot: How to C in 2016... https://t.co/Rz8KT0lAHS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 15320027, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 18369, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7365272", "following": false, "friends_count": 218, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "synapse.com", "url": "http://t.co/XBlAjHevlw", "expanded_url": "http://www.synapse.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2378908/IMG_2793.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "17B404", "geo_enabled": true, "followers_count": 469, "location": "Seattle, WA", "screen_name": "packet", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Rachel Blackman", "profile_use_background_image": true, "description": "Engineer, Synapster, former Trillian developer, writer, and photographer in Seattle. My rather more active gaming account is at @Packetdancer", "url": "http://t.co/XBlAjHevlw", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/422962683/ffsparks-new_normal.png", "profile_background_color": "7D0B0B", "created_at": "Tue Jul 10 06:42:44 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/422962683/ffsparks-new_normal.png", "favourites_count": 26, "status": {"retweet_count": 2, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "673983965150056448", "id": 673983965150056448, "text": "A dystopian novel: #Jira becomes self-aware and decides the most efficient workflow is one where humans can't use Jira b/c they're extinct.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Jira", "indices": [19, 24]}], "user_mentions": []}, "created_at": "Mon Dec 07 21:54:33 +0000 2015", "source": "TweetDeck", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "674023141824311296", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Jira", "indices": [37, 42]}], "user_mentions": [{"screen_name": "brandonlrice", "id_str": "195917376", "id": 195917376, "indices": [3, 16], "name": "Brandon Rice"}]}, "created_at": "Tue Dec 08 00:30:14 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 674023141824311296, "text": "RT @brandonlrice: A dystopian novel: #Jira becomes self-aware and decides the most efficient workflow is one where humans can't use Jira b/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 7365272, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2378908/IMG_2793.jpg", "statuses_count": 4588, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14833631", "following": false, "friends_count": 91, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "babelmonkeys.de", "url": "http://t.co/RdH1yHuIzA", "expanded_url": "http://babelmonkeys.de", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 89, "location": "H\u00fcrth", "screen_name": "florob", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Florian Zeitz", "profile_use_background_image": true, "description": "", "url": "http://t.co/RdH1yHuIzA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639151006002118656/x-PrqJSV_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon May 19 15:13:04 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639151006002118656/x-PrqJSV_normal.jpg", "favourites_count": 51, "status": {"in_reply_to_status_id": 685598035083149312, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MieMaMeise", "in_reply_to_user_id": 41142991, "in_reply_to_status_id_str": "685598035083149312", "in_reply_to_user_id_str": "41142991", "truncated": false, "id_str": "685604050684002304", "id": 685604050684002304, "text": "@MieMaMeise Way out in the water, see it swimming.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MieMaMeise", "id_str": "41142991", "id": 41142991, "indices": [0, 11], "name": "meise"}]}, "created_at": "Fri Jan 08 23:28:38 +0000 2016", "source": "Tweetian for Sailfish OS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14833631, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 683, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14833631/1441058352", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1877954299", "following": false, "friends_count": 191, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 243, "location": "", "screen_name": "KathleeMoriarty", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Kathleen Moriarty", "profile_use_background_image": true, "description": "Currently serving as Security Area Director for the IETF, works for EMC, swimmer & occassional triathlete. Views presented are mine and not that of my employer.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000472218251/d8cb0b440b5ecdcff7c2d7e263b5f6e9_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 18 03:46:19 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000472218251/d8cb0b440b5ecdcff7c2d7e263b5f6e9_normal.jpeg", "favourites_count": 160, "status": {"in_reply_to_status_id": 674758150830952448, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "RobinHoodCoop", "in_reply_to_user_id": 1101058794, "in_reply_to_status_id_str": "674758150830952448", "in_reply_to_user_id_str": "1101058794", "truncated": false, "id_str": "674794795546603520", "id": 674794795546603520, "text": "@robinhoodcoop was in a pool with about 20 people swimming laps. I think you have the wrong Kathleen.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RobinHoodCoop", "id_str": "1101058794", "id": 1101058794, "indices": [0, 14], "name": "Robin Hood Co-op"}]}, "created_at": "Thu Dec 10 03:36:30 +0000 2015", "source": "Mobile Web (M2)", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1877954299, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 314, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "182439750", "following": false, "friends_count": 233, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "countingfromzero.wordpress.com", "url": "http://t.co/YkuTNBXKW0", "expanded_url": "http://countingfromzero.wordpress.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 940, "location": "St. Louis", "screen_name": "alanbjohnston", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 53, "name": "Alan B. Johnston", "profile_use_background_image": true, "description": "WebRTC, SIP, and VoIP subject matter expert, author of 'Counting from Zero' technothriller and WebRTC book, lecturer, robotics mentor, traveler.", "url": "http://t.co/YkuTNBXKW0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2664154555/5e200b8e6aec0af53649f9bf752ba5ea_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Aug 24 16:09:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2664154555/5e200b8e6aec0af53649f9bf752ba5ea_normal.jpeg", "favourites_count": 23, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684489120886833156", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "letsencrypt.org/howitworks/", "url": "https://t.co/5e4yLkkWNM", "expanded_url": "https://letsencrypt.org/howitworks/", "indices": [115, 138]}], "hashtags": [], "user_mentions": [{"screen_name": "letsencrypt", "id_str": "2887837801", "id": 2887837801, "indices": [89, 101], "name": "Let's Encrypt"}]}, "created_at": "Tue Jan 05 21:38:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684489120886833156, "text": "First accomplishment of the new year: generating and installing a free certificate using @letsencrypt! Here's how: https://t.co/5e4yLkkWNM", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 182439750, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 481, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3339171", "following": false, "friends_count": 2827, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "doc.searls.com", "url": "http://t.co/wxYeU4br7d", "expanded_url": "http://doc.searls.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2032212/sunset2.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 22677, "location": "SBA, BOS, JFK, EWR, SFO, LHR", "screen_name": "dsearls", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2033, "name": "Doc Searls", "profile_use_background_image": true, "description": "Author of The Intention Economy, co-author of The Cluetrain Manifesto, variously connected with stuff at Harvard, NYU and UCSB.", "url": "http://t.co/wxYeU4br7d", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1250175157/headshot_blackshirt_5_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Apr 03 16:47:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1250175157/headshot_blackshirt_5_normal.jpg", "favourites_count": 12, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685569248886849536", "id": 685569248886849536, "text": "Looking for a quant who works in adtech. DM me or write my first name at my last name. Thanks!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:10:20 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3339171, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2032212/sunset2.jpg", "statuses_count": 9968, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3339171/1365217514", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "20695117", "following": false, "friends_count": 934, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "learnfromlisa.com", "url": "http://t.co/DPUhcQg5zq", "expanded_url": "http://learnfromlisa.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/723030511/a6edfb7e3d68e87264874ca185a65dd1.jpeg", "notifications": false, "profile_sidebar_fill_color": "1C1C1C", "profile_link_color": "3544F0", "geo_enabled": false, "followers_count": 2629, "location": "ny", "screen_name": "lisamarienyc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 197, "name": "Lisa Larson-Kelley", "profile_use_background_image": true, "description": "Online video, realtime communication consultant + tech writer + trainer. Building bridges across the chasms of technology #WebRTC #HTML5 #Flash #Prezi #Canva", "url": "http://t.co/DPUhcQg5zq", "profile_text_color": "5C91B9", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/938820826/lisa14_360x499_normal.jpg", "profile_background_color": "C0DCF1", "created_at": "Thu Feb 12 17:22:26 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/938820826/lisa14_360x499_normal.jpg", "favourites_count": 905, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685550799561166848", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/canva/status/6\u2026", "url": "https://t.co/oJqyvaJDJv", "expanded_url": "https://twitter.com/canva/status/685476147258388480", "indices": [87, 110]}], "hashtags": [{"text": "socialmedia", "indices": [57, 69]}, {"text": "calltoaction", "indices": [70, 83]}], "user_mentions": [{"screen_name": "canva", "id_str": "36542528", "id": 36542528, "indices": [50, 56], "name": "Canva"}]}, "created_at": "Fri Jan 08 19:57:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685550799561166848, "text": "Oh hey ya'll - here's another article I wrote for @canva #socialmedia #calltoaction :) https://t.co/oJqyvaJDJv", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685552779033735169", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/canva/status/6\u2026", "url": "https://t.co/oJqyvaJDJv", "expanded_url": "https://twitter.com/canva/status/685476147258388480", "indices": [107, 130]}], "hashtags": [{"text": "socialmedia", "indices": [77, 89]}, {"text": "calltoaction", "indices": [90, 103]}], "user_mentions": [{"screen_name": "colorcodedlife", "id_str": "621464045", "id": 621464045, "indices": [3, 18], "name": "Amanda O."}, {"screen_name": "canva", "id_str": "36542528", "id": 36542528, "indices": [70, 76], "name": "Canva"}]}, "created_at": "Fri Jan 08 20:04:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685552779033735169, "text": "RT @colorcodedlife: Oh hey ya'll - here's another article I wrote for @canva #socialmedia #calltoaction :) https://t.co/oJqyvaJDJv", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 20695117, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/723030511/a6edfb7e3d68e87264874ca185a65dd1.jpeg", "statuses_count": 3108, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20695117/1444750692", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7515742", "following": false, "friends_count": 493, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brycebaril.com", "url": "https://t.co/9cLztF736X", "expanded_url": "http://brycebaril.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000099677531/145a49179b3c082ca3d09165b1459bc7.jpeg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1509, "location": "Kepler-452b", "screen_name": "brycebaril", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "Bryce Baril", "profile_use_background_image": true, "description": "Nothing Is Sacred", "url": "https://t.co/9cLztF736X", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685184829365682176/piZBuQV7_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Mon Jul 16 20:31:48 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685184829365682176/piZBuQV7_normal.jpg", "favourites_count": 3793, "status": {"in_reply_to_status_id": 685561201112174592, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/ac88a4f17a51c7fc.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.7900653, 45.421863], [-122.471751, 45.421863], [-122.471751, 45.6509405], [-122.7900653, 45.6509405]]], "type": "Polygon"}, "full_name": "Portland, OR", "contained_within": [], "country_code": "US", "id": "ac88a4f17a51c7fc", "name": "Portland"}, "in_reply_to_screen_name": "andychilton", "in_reply_to_user_id": 10802172, "in_reply_to_status_id_str": "685561201112174592", "in_reply_to_user_id_str": "10802172", "truncated": false, "id_str": "685565590765830144", "id": 685565590765830144, "text": "@andychilton Is it the weird frog feet? Otherwise I'm not seeing it", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "andychilton", "id_str": "10802172", "id": 10802172, "indices": [0, 12], "name": "\u2605 Andrew Chilton \u2605"}]}, "created_at": "Fri Jan 08 20:55:48 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 7515742, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000099677531/145a49179b3c082ca3d09165b1459bc7.jpeg", "statuses_count": 6334, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7515742/1444065911", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1736231", "following": false, "friends_count": 123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lnxwolf.deviantart.com", "url": "http://t.co/dDDP2NZ1kJ", "expanded_url": "http://lnxwolf.deviantart.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "A52A2A", "geo_enabled": false, "followers_count": 97, "location": "Denver, CO, USA", "screen_name": "linuxwolf", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Matt Miller", "profile_use_background_image": false, "description": "XMPP specialist, JOSE enthusiast, frequent prankster, occasional sketch artist. Opinions expressed are my own.", "url": "http://t.co/dDDP2NZ1kJ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615915426032152576/PhNZJjWw_normal.png", "profile_background_color": "000000", "created_at": "Wed Mar 21 11:46:48 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615915426032152576/PhNZJjWw_normal.png", "favourites_count": 66, "status": {"retweet_count": 3655, "retweeted_status": {"retweet_count": 3655, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685508824132890624", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 192, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 580, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNqpLBWEAEB1vG.jpg", "type": "photo", "indices": [112, 135], "media_url": "http://pbs.twimg.com/media/CYNqpLBWEAEB1vG.jpg", "display_url": "pic.twitter.com/JXBm1L674A", "id_str": "685508823856058369", "expanded_url": "http://twitter.com/TheOnion/status/685508824132890624/photo/1", "id": 685508823856058369, "url": "https://t.co/JXBm1L674A"}], "symbols": [], "urls": [{"display_url": "onion.com/1OUGJGn", "url": "https://t.co/bRphMHDNYZ", "expanded_url": "http://onion.com/1OUGJGn", "indices": [88, 111]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:10:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685508824132890624, "text": "Chicago Police Department To Monitor All Interactions With Public Using New Bullet Cams https://t.co/bRphMHDNYZ https://t.co/JXBm1L674A", "coordinates": null, "retweeted": false, "favorite_count": 4847, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685533439668293632", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 192, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 580, "resize": "fit"}}, "source_status_id_str": "685508824132890624", "media_url": "http://pbs.twimg.com/media/CYNqpLBWEAEB1vG.jpg", "source_user_id_str": "14075928", "id_str": "685508823856058369", "id": 685508823856058369, "media_url_https": "https://pbs.twimg.com/media/CYNqpLBWEAEB1vG.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 685508824132890624, "source_user_id": 14075928, "display_url": "pic.twitter.com/JXBm1L674A", "expanded_url": "http://twitter.com/TheOnion/status/685508824132890624/photo/1", "url": "https://t.co/JXBm1L674A"}], "symbols": [], "urls": [{"display_url": "onion.com/1OUGJGn", "url": "https://t.co/bRphMHDNYZ", "expanded_url": "http://onion.com/1OUGJGn", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "TheOnion", "id_str": "14075928", "id": 14075928, "indices": [3, 12], "name": "The Onion"}]}, "created_at": "Fri Jan 08 18:48:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685533439668293632, "text": "RT @TheOnion: Chicago Police Department To Monitor All Interactions With Public Using New Bullet Cams https://t.co/bRphMHDNYZ https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1736231, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 579, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "17722582", "following": false, "friends_count": 214, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "keithnerdin.com", "url": "http://t.co/vSNXnHLQjo", "expanded_url": "http://keithnerdin.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/800154636/62c08bdf00cdf5a40aa30be085f06945.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "B23600", "geo_enabled": true, "followers_count": 419, "location": "Walla Walla, WA", "screen_name": "keithnerdin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Keith Nerdin", "profile_use_background_image": true, "description": "Growth Strategist & Happiness Coach | Founder of EmberFuel", "url": "http://t.co/vSNXnHLQjo", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657029521812549632/CMjv-ByO_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri Nov 28 23:20:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657029521812549632/CMjv-ByO_normal.jpg", "favourites_count": 3985, "status": {"in_reply_to_status_id": 657280036735725568, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "TechStud", "in_reply_to_user_id": 13000552, "in_reply_to_status_id_str": "657280036735725568", "in_reply_to_user_id_str": "13000552", "truncated": false, "id_str": "657286735194275840", "id": 657286735194275840, "text": "@TechStud I would love to Jason. Just getting the wheels turning on this but excited at the response/support it's receiving!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TechStud", "id_str": "13000552", "id": 13000552, "indices": [0, 9], "name": "Jason Clarke"}]}, "created_at": "Thu Oct 22 20:05:44 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17722582, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/800154636/62c08bdf00cdf5a40aa30be085f06945.jpeg", "statuses_count": 5064, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17722582/1436248487", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2412227593", "following": false, "friends_count": 128, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "xmpp.org", "url": "http://t.co/WeHoWeNdEN", "expanded_url": "http://xmpp.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 546, "location": "", "screen_name": "xmpp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "XMPP", "profile_use_background_image": false, "description": "XMPP Standards Foundation. Promoting open communication.", "url": "http://t.co/WeHoWeNdEN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/448737500681342976/Pvd3o6p0_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 26 07:26:50 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/448737500681342976/Pvd3o6p0_normal.png", "favourites_count": 0, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "631008981348126720", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wiki.xmpp.org/web/index.php?\u2026", "url": "http://t.co/FtRXTLyfz8", "expanded_url": "http://wiki.xmpp.org/web/index.php?title=Myths", "indices": [63, 85]}], "hashtags": [{"text": "xmpp", "indices": [17, 22]}], "user_mentions": [{"screen_name": "lloydwatkin", "id_str": "46902840", "id": 46902840, "indices": [3, 15], "name": "\uff2c\u03b9\uff4f\u04ae\u0110 \u0461\u03b1\uff54\u03ba\u13a5\u0274"}, {"screen_name": "DwdDave", "id_str": "1846739046", "id": 1846739046, "indices": [53, 61], "name": "Dave Cridland"}]}, "created_at": "Tue Aug 11 07:47:19 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 631008981348126720, "text": "RT @lloydwatkin: #xmpp myths as expertly debunked by @DwdDave http://t.co/FtRXTLyfz8", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 2412227593, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 74, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "317608274", "following": false, "friends_count": 118, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "erik-ralston.com", "url": "http://t.co/Fg4KmdcIQv", "expanded_url": "http://erik-ralston.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/565398127/darkdenim3.png", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 392, "location": "Tri-Cities, WA", "screen_name": "ErikRalston", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Erik Ralston", "profile_use_background_image": true, "description": "Team Lead & Technical Architect at @LiveTilesUI - Co-Founder at @FuseSPC Coworking - Web & Mobile Developer - Tri-Citizen", "url": "http://t.co/Fg4KmdcIQv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000221107759/6e6d7c3e45ad15ace6c8f1653ce25b8d_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Wed Jun 15 05:45:49 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000221107759/6e6d7c3e45ad15ace6c8f1653ce25b8d_normal.jpeg", "favourites_count": 1176, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685533930947149824", "id": 685533930947149824, "text": "Unlike John Mayer, I'm not waiting for anything", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:50:00 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 317608274, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/565398127/darkdenim3.png", "statuses_count": 3859, "profile_banner_url": "https://pbs.twimg.com/profile_banners/317608274/1413250836", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "813333008", "following": false, "friends_count": 982, "entities": {"description": {"urls": [{"display_url": "codepen.io/sdras/", "url": "https://t.co/GCxUOGLXFI", "expanded_url": "http://codepen.io/sdras/", "indices": [116, 139]}]}, "url": {"urls": [{"display_url": "sarahdrasnerdesign.com", "url": "https://t.co/pr1NhYaDta", "expanded_url": "http://sarahdrasnerdesign.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458960512647041024/brIv5N37.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "4A9B85", "geo_enabled": false, "followers_count": 5045, "location": "San Francisco, California", "screen_name": "sarah_edo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 282, "name": "Sarah Drasner", "profile_use_background_image": true, "description": "Award-winning Senior UX Engineer. Works at Trulia (Zillow), staff writer @Real_CSS_Tricks, obsessed with animation: https://t.co/GCxUOGLXFI", "url": "https://t.co/pr1NhYaDta", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/613162577426817024/Lmi8X5tT_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Sep 09 15:24:34 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/613162577426817024/Lmi8X5tT_normal.jpg", "favourites_count": 14201, "status": {"in_reply_to_status_id": 685495149410041856, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rachsmithtweets", "in_reply_to_user_id": 22354434, "in_reply_to_status_id_str": "685495149410041856", "in_reply_to_user_id_str": "22354434", "truncated": false, "id_str": "685496016238333953", "id": 685496016238333953, "text": "@rachsmithtweets niiiiiice", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rachsmithtweets", "id_str": "22354434", "id": 22354434, "indices": [0, 16], "name": "Rach Smith"}]}, "created_at": "Fri Jan 08 16:19:20 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 813333008, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458960512647041024/brIv5N37.png", "statuses_count": 8317, "profile_banner_url": "https://pbs.twimg.com/profile_banners/813333008/1434927146", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1618974036", "following": false, "friends_count": 60, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 25, "location": "My House", "screen_name": "bentleyjensen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Bentley Jensen", "profile_use_background_image": true, "description": "Noob, Wannabe ethical hacker, Student of the JavaScipts, Plbth", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000183664024/de29446106bf77e4f11506df0925604c_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Jul 25 01:03:24 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000183664024/de29446106bf77e4f11506df0925604c_normal.jpeg", "favourites_count": 5, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "537297305779441665", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "goo.gl/gqv62l", "url": "http://t.co/I3b6sCiBh1", "expanded_url": "http://goo.gl/gqv62l", "indices": [67, 89]}, {"display_url": "noisetrade.com/sleepingatlast\u2026", "url": "http://t.co/oGq3bNDqkA", "expanded_url": "http://noisetrade.com/sleepingatlast/christmas-collection-2014", "indices": [90, 112]}], "hashtags": [], "user_mentions": [{"screen_name": "missfelony", "id_str": "404215418", "id": 404215418, "indices": [45, 56], "name": "melanie"}]}, "created_at": "Tue Nov 25 17:30:34 +0000 2014", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 537297305779441665, "text": "Fell in love with Sleepng At Last becuase of @missfelony 's tweet.\nhttp://t.co/I3b6sCiBh1\nhttp://t.co/oGq3bNDqkA\nGreat music.", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1618974036, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16414798", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "betwixt.is", "url": "https://t.co/wlXSNm9xLH", "expanded_url": "http://betwixt.is", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/642085241746685952/wG70Gviw.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "F84E57", "geo_enabled": false, "followers_count": 2614, "location": "Central District, Seattle, WA", "screen_name": "erinanacker", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 111, "name": "Erin Anacker", "profile_use_background_image": false, "description": "Designer-Client Matchmaker @betwixters \u2014\u00a0connecting companies with the *right* designer for their project(s).\n\nLatte lover. Curious mind. Adventure seeker.", "url": "https://t.co/wlXSNm9xLH", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/508374599474495489/yqe-6E1Q_normal.jpeg", "profile_background_color": "AFE1D8", "created_at": "Tue Sep 23 03:29:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/508374599474495489/yqe-6E1Q_normal.jpeg", "favourites_count": 4167, "status": {"in_reply_to_status_id": 685133200222453760, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "isaseminega", "in_reply_to_user_id": 86705900, "in_reply_to_status_id_str": "685133200222453760", "in_reply_to_user_id_str": "86705900", "truncated": false, "id_str": "685195205213949952", "id": 685195205213949952, "text": "@isaseminega Thank you much! I too am happy about it\u2014it feels easeful and exciting!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "isaseminega", "id_str": "86705900", "id": 86705900, "indices": [0, 12], "name": "Isa Seminega"}]}, "created_at": "Thu Jan 07 20:24:01 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16414798, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/642085241746685952/wG70Gviw.png", "statuses_count": 12660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16414798/1407267007", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "21660394", "following": false, "friends_count": 996, "entities": {"description": {"urls": [{"display_url": "webrtchacks.com/about/c", "url": "http://t.co/8pClsQk3fj", "expanded_url": "http://webrtchacks.com/about/c", "indices": [118, 140]}]}, "url": {"urls": [{"display_url": "webrtchacks.com", "url": "https://t.co/iP08XsmqRI", "expanded_url": "https://webrtchacks.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 1194, "location": "Cambridge, Massachusetts", "screen_name": "chadwallacehart", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Chad Hart", "profile_use_background_image": false, "description": "Consultant & webrtcHacks editor. I tweet about: WebRTC, Telco-Apps, JavaScript, drones, telcos trying to change More: http://t.co/8pClsQk3fj", "url": "https://t.co/iP08XsmqRI", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585427961966235648/wobp557l_normal.png", "profile_background_color": "000000", "created_at": "Mon Feb 23 15:29:41 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585427961966235648/wobp557l_normal.png", "favourites_count": 252, "status": {"in_reply_to_status_id": 684825083265855488, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "murillo", "in_reply_to_user_id": 13157732, "in_reply_to_status_id_str": "684825083265855488", "in_reply_to_user_id_str": "13157732", "truncated": false, "id_str": "685467568589697025", "id": 685467568589697025, "text": "@murillo what do you consider \"real innovation\" wrt webrtc? anything?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "murillo", "id_str": "13157732", "id": 13157732, "indices": [0, 8], "name": "Sergio GarciaMurillo"}]}, "created_at": "Fri Jan 08 14:26:18 +0000 2016", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 21660394, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1381, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21660394/1437706466", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14171076", "following": false, "friends_count": 398, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "imaginator.com", "url": "http://t.co/uCdcr2itUV", "expanded_url": "http://imaginator.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 235, "location": "Lead-lined bunker of doom.", "screen_name": "imaginator", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "imaginator", "profile_use_background_image": true, "description": "@buddycloud CEO", "url": "http://t.co/uCdcr2itUV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/506638667482292225/Q7pqzzFj_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 18 17:15:25 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/506638667482292225/Q7pqzzFj_normal.jpeg", "favourites_count": 56, "status": {"retweet_count": 955, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 955, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "677658844504436737", "id": 677658844504436737, "text": "Big companies desperately hoping for blockchain without Bitcoin is exactly like 1994: Can't we please have online without Internet?? \ud83d\ude00", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 18 01:17:13 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 920, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "677792395329740800", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "pmarca", "id_str": "5943622", "id": 5943622, "indices": [3, 10], "name": "Marc Andreessen"}]}, "created_at": "Fri Dec 18 10:07:54 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677792395329740800, "text": "RT @pmarca: Big companies desperately hoping for blockchain without Bitcoin is exactly like 1994: Can't we please have online without Inter\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14171076, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1189, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14125871", "following": false, "friends_count": 303, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "allenpike.com", "url": "http://t.co/o920H3nKse", "expanded_url": "http://allenpike.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "924FB3", "geo_enabled": true, "followers_count": 3371, "location": "Vancouver, BC", "screen_name": "apike", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 238, "name": "Allen Pike", "profile_use_background_image": false, "description": "I run @steamclocksw, where we make apps from pixels to code. I also do tech events like @vancouvercocoa and @vanjs, and a podcast, @upupshow.", "url": "http://t.co/o920H3nKse", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458726741821751296/Ndfb--nh_normal.jpeg", "profile_background_color": "EAEAEA", "created_at": "Tue Mar 11 17:45:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458726741821751296/Ndfb--nh_normal.jpeg", "favourites_count": 2566, "status": {"in_reply_to_status_id": 684095477319516160, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "classam", "in_reply_to_user_id": 14689667, "in_reply_to_status_id_str": "684095477319516160", "in_reply_to_user_id_str": "14689667", "truncated": false, "id_str": "684161717069197312", "id": 684161717069197312, "text": "@classam It looks like there\u2019s some organization in the top left, notes in the middle, and in the top right there\u2019s some piece of garbage?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "classam", "id_str": "14689667", "id": 14689667, "indices": [0, 8], "name": "Cube Drone"}]}, "created_at": "Mon Jan 04 23:57:19 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14125871, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 6116, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14125871/1398202842", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2396994720", "following": false, "friends_count": 16, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ampersandjs.com", "url": "http://t.co/Va4YGmPfKR", "expanded_url": "http://ampersandjs.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 734, "location": "The Tech Republic", "screen_name": "AmpersandJS", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "AmpersandJS", "profile_use_background_image": false, "description": "A modern, loosely coupled non-frameworky framework for client-side apps.", "url": "http://t.co/Va4YGmPfKR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481865813909991424/pmwBlTsY_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 19 00:46:58 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481865813909991424/pmwBlTsY_normal.png", "favourites_count": 11, "status": {"in_reply_to_status_id": 666807594997149698, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "thurmSR", "in_reply_to_user_id": 1513508101, "in_reply_to_status_id_str": "666807594997149698", "in_reply_to_user_id_str": "1513508101", "truncated": false, "id_str": "667476158426955776", "id": 667476158426955776, "text": "@thurmSR \ud83d\ude4f please let us know what you think.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thurmSR", "id_str": "1513508101", "id": 1513508101, "indices": [0, 8], "name": "Sara Thurman"}]}, "created_at": "Thu Nov 19 22:54:51 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2396994720, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 87, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2396994720/1403720848", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "372270760", "following": false, "friends_count": 1203, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "yesmusicpodcast.com", "url": "http://t.co/Hiy6pihoFs", "expanded_url": "http://www.yesmusicpodcast.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/328929204/x7ecf846c097202463d1644c774a6cd1.png", "notifications": false, "profile_sidebar_fill_color": "CFDFB0", "profile_link_color": "81B996", "geo_enabled": false, "followers_count": 1307, "location": "Caesar's Palace", "screen_name": "YesMusicPodcast", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Kevin Mulryne (YMP)", "profile_use_background_image": true, "description": "Subscribe for free and join me in my exploration of the greatest progressive rock band of all time", "url": "http://t.co/Hiy6pihoFs", "profile_text_color": "2C636A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662019383619952640/i1a6b2i8_normal.jpg", "profile_background_color": "08407D", "created_at": "Mon Sep 12 13:26:44 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FDFED2", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662019383619952640/i1a6b2i8_normal.jpg", "favourites_count": 94, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582705405353984", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOt0mvWMAAeg73.jpg", "type": "photo", "indices": [97, 120], "media_url": "http://pbs.twimg.com/media/CYOt0mvWMAAeg73.jpg", "display_url": "pic.twitter.com/TwBZFFcsXn", "id_str": "685582687554383872", "expanded_url": "http://twitter.com/YesMusicPodcast/status/685582705405353984/photo/1", "id": 685582687554383872, "url": "https://t.co/TwBZFFcsXn"}], "symbols": [], "urls": [{"display_url": "mulryne.com/yesmusicpodcas\u2026", "url": "https://t.co/cCpI4iXrIJ", "expanded_url": "http://mulryne.com/yesmusicpodcast/abwh-live-at-the-nec-october-24th-1989-part-1-208/", "indices": [25, 48]}], "hashtags": [{"text": "prog", "indices": [81, 86]}, {"text": "progrock", "indices": [87, 96]}], "user_mentions": [{"screen_name": "YesMusicPodcast", "id_str": "372270760", "id": 372270760, "indices": [49, 65], "name": "Kevin Mulryne (YMP)"}, {"screen_name": "GrumpyOldRick", "id_str": "371413088", "id": 371413088, "indices": [66, 80], "name": "Rick Wakeman"}]}, "created_at": "Fri Jan 08 22:03:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582705405353984, "text": "ABWH Live at the NEC pt1 https://t.co/cCpI4iXrIJ @YesMusicPodcast @GrumpyOldRick #prog #progrock https://t.co/TwBZFFcsXn", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 372270760, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/328929204/x7ecf846c097202463d1644c774a6cd1.png", "statuses_count": 7335, "profile_banner_url": "https://pbs.twimg.com/profile_banners/372270760/1397679137", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5834802", "following": false, "friends_count": 569, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/chriswendt", "url": "http://t.co/GBDlQ1XcKQ", "expanded_url": "http://about.me/chriswendt", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/664734789/d2d83d45a0448950200b62eeb5a21f0e.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 126, "location": "Philly", "screen_name": "chriswendt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Chris Wendt", "profile_use_background_image": true, "description": "expert in his field", "url": "http://t.co/GBDlQ1XcKQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000820762587/3a86ef8a5aee129e039eb617b16b5552_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon May 07 15:03:19 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000820762587/3a86ef8a5aee129e039eb617b16b5552_normal.jpeg", "favourites_count": 10, "status": {"retweet_count": 30, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 30, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "680621492858687488", "id": 680621492858687488, "text": "\ud83c\udfb6 O Christmas tree\nO Christmas tree\nWe chop you down\nAnd decorate your corpse \ud83c\udfb6", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Dec 26 05:29:43 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 87, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "680728434327293954", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "anildash", "id_str": "36823", "id": 36823, "indices": [3, 12], "name": "Anil Dash"}]}, "created_at": "Sat Dec 26 12:34:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680728434327293954, "text": "RT @anildash: \ud83c\udfb6 O Christmas tree\nO Christmas tree\nWe chop you down\nAnd decorate your corpse \ud83c\udfb6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 5834802, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/664734789/d2d83d45a0448950200b62eeb5a21f0e.png", "statuses_count": 308, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "6944742", "following": false, "friends_count": 249, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/mbrevoort", "url": "https://t.co/Kb9J7pgN8D", "expanded_url": "http://about.me/mbrevoort", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "D42D2D", "geo_enabled": false, "followers_count": 985, "location": "Castle Rock, CO", "screen_name": "mbrevoort", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 103, "name": "Mike Brevoort", "profile_use_background_image": true, "description": "founder of @beepboophq / CTO - USA @robotsnpencils", "url": "https://t.co/Kb9J7pgN8D", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667136481312411648/rVt8APjF_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Jun 19 23:28:12 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667136481312411648/rVt8APjF_normal.jpg", "favourites_count": 1036, "status": {"in_reply_to_status_id": 685320673275719680, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "afhill", "in_reply_to_user_id": 1752371, "in_reply_to_status_id_str": "685320673275719680", "in_reply_to_user_id_str": "1752371", "truncated": false, "id_str": "685322033224261632", "id": 685322033224261632, "text": "@afhill hi there, would love to! Please don't submit to product hunt, we'll be \"launching\" for real soon \ud83d\ude2c", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "afhill", "id_str": "1752371", "id": 1752371, "indices": [0, 7], "name": "Andrea Hill"}]}, "created_at": "Fri Jan 08 04:48:00 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6944742, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 6309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6944742/1413860087", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "6557062", "following": false, "friends_count": 1697, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "robotsandpencils.com", "url": "http://t.co/NJATCHFUNK", "expanded_url": "http://robotsandpencils.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2919428/twiiter_back_2.jpg", "notifications": false, "profile_sidebar_fill_color": "FFCF02", "profile_link_color": "212136", "geo_enabled": true, "followers_count": 2774, "location": "Calgary, London, Austin", "screen_name": "mjsikorsky", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 180, "name": "Michael J. Sikorsky", "profile_use_background_image": true, "description": "Chief Robot @ Robots and Pencils Inc. see: @PencilCaseHQ - Hypercard for iOS.", "url": "http://t.co/NJATCHFUNK", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/468936530623356928/IR-UQ-wi_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Mon Jun 04 00:30:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "776130", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468936530623356928/IR-UQ-wi_normal.jpeg", "favourites_count": 2212, "status": {"retweet_count": 21, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 21, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685552976472178689", "id": 685552976472178689, "text": "Tech and health care occupations account for all employment gain since 2007. Core app economy jobs account for 20% @ppi #appeconomy", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "appeconomy", "indices": [120, 131]}], "user_mentions": [{"screen_name": "ppi", "id_str": "34666433", "id": 34666433, "indices": [115, 119], "name": "PPI"}]}, "created_at": "Fri Jan 08 20:05:41 +0000 2016", "source": "Twitter for Mac", "favorite_count": 19, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685553372200484864", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "appeconomy", "indices": [139, 140]}], "user_mentions": [{"screen_name": "MichaelMandel", "id_str": "62406858", "id": 62406858, "indices": [3, 17], "name": "Michael Mandel"}, {"screen_name": "ppi", "id_str": "34666433", "id": 34666433, "indices": [134, 138], "name": "PPI"}]}, "created_at": "Fri Jan 08 20:07:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685553372200484864, "text": "RT @MichaelMandel: Tech and health care occupations account for all employment gain since 2007. Core app economy jobs account for 20% @ppi \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 6557062, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2919428/twiiter_back_2.jpg", "statuses_count": 3457, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6557062/1400639179", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "156303065", "following": false, "friends_count": 1710, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "utx.edu", "url": "https://t.co/nF6JsZT9GA", "expanded_url": "http://utx.edu", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/596795875923402753/XdJvSEA4.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 4757, "location": "Austin, TX", "screen_name": "PhilKomarny", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 474, "name": "Phil Komarny", "profile_use_background_image": true, "description": "Executive Director of Digital Education Product/Platform @UTxTEx @UTSystem - mention \u2260 endorsement", "url": "https://t.co/nF6JsZT9GA", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/653801046586736640/jh_2gUVf_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Jun 16 15:32:16 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/653801046586736640/jh_2gUVf_normal.jpg", "favourites_count": 700, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685482521128235008", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1K2kXiA", "url": "https://t.co/TbgMlTyeyg", "expanded_url": "http://buff.ly/1K2kXiA", "indices": [107, 130]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:25:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685482521128235008, "text": "Friday 5 includes VR hitting the homes (in June, anyway) and the business and design of Netflix domination https://t.co/TbgMlTyeyg", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685483469351157760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1K2kXiA", "url": "https://t.co/TbgMlTyeyg", "expanded_url": "http://buff.ly/1K2kXiA", "indices": [124, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "perryhewitt", "id_str": "1363481", "id": 1363481, "indices": [3, 15], "name": "Perry Hewitt"}]}, "created_at": "Fri Jan 08 15:29:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685483469351157760, "text": "RT @perryhewitt: Friday 5 includes VR hitting the homes (in June, anyway) and the business and design of Netflix domination https://t.co/Tb\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 156303065, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/596795875923402753/XdJvSEA4.png", "statuses_count": 16859, "profile_banner_url": "https://pbs.twimg.com/profile_banners/156303065/1445427718", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "88223099", "following": false, "friends_count": 801, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/253885120/twilk_background_4dd024c11d676.jpg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 2647, "location": "Issaquah, WA", "screen_name": "marshray", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 184, "name": "Marsh Ray", "profile_use_background_image": true, "description": "Taurus. Into: soldering, perfectionism. Tweets represent my own opinions. [marshray % live dotcom]", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497521153422811137/0_RSu1lw_normal.png", "profile_background_color": "131516", "created_at": "Sat Nov 07 16:56:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497521153422811137/0_RSu1lw_normal.png", "favourites_count": 1459, "status": {"retweet_count": 286, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 286, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "593256977741979648", "id": 593256977741979648, "text": "Do employees actually want managers? I'd argue no; they really want advisors, mentors, coaches and leaders, and to manage themselves. :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Apr 29 03:34:20 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 423, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685597697852575744", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "KateKendall", "id_str": "15125371", "id": 15125371, "indices": [3, 15], "name": "Kate Kendall"}]}, "created_at": "Fri Jan 08 23:03:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597697852575744, "text": "RT @KateKendall: Do employees actually want managers? I'd argue no; they really want advisors, mentors, coaches and leaders, and to manage \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 88223099, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/253885120/twilk_background_4dd024c11d676.jpg", "statuses_count": 24207, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "58291812", "following": false, "friends_count": 268, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sporadicdispatches.blogspot.com", "url": "http://t.co/ejC8VGJN", "expanded_url": "http://sporadicdispatches.blogspot.com/", "indices": [0, 20]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 419, "location": "Dallas, TX", "screen_name": "adambroach", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Adam Roach", "profile_use_background_image": true, "description": "Firefox Hacker, WebRTC Developer, IETF Standards Wonk, Mozilla Employee, Internet Freedom Fan", "url": "http://t.co/ejC8VGJN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1852952707/headshot-1_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jul 19 20:56:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1852952707/headshot-1_normal.jpg", "favourites_count": 42, "status": {"retweet_count": 60, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 60, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685469930314072064", "id": 685469930314072064, "text": "On this day in 1982, AT&T settled the Justice Department's antitrust lawsuit by agreeing to divest itself of the 22 Bell System companies.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:35:41 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 89, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685497576062189568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Fri Jan 08 16:25:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685497576062189568, "text": "RT @SwiftOnSecurity: On this day in 1982, AT&T settled the Justice Department's antitrust lawsuit by agreeing to divest itself of the 22 Be\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 58291812, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 433, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "42650438", "following": false, "friends_count": 500, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/662599379/lx5z8puk4wq8r6otw340.jpeg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 551, "location": "London", "screen_name": "lauranncrossley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Laura Crossley", "profile_use_background_image": true, "description": "Communications & Engagement Lead. Not yet grown up enough for espresso, but grown up enough to be formerly known as Laura Gill. Espresso is my everest.", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597670925534887936/i_0MM5JQ_normal.jpg", "profile_background_color": "804080", "created_at": "Tue May 26 15:45:04 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597670925534887936/i_0MM5JQ_normal.jpg", "favourites_count": 10, "status": {"in_reply_to_status_id": 685505202498199552, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "chriscrossley", "in_reply_to_user_id": 18717124, "in_reply_to_status_id_str": "685505202498199552", "in_reply_to_user_id_str": "18717124", "truncated": false, "id_str": "685510008822456321", "id": 685510008822456321, "text": "@chriscrossley Stop trying to rain on my parade.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chriscrossley", "id_str": "18717124", "id": 18717124, "indices": [0, 14], "name": "Chris Crossley"}]}, "created_at": "Fri Jan 08 17:14:56 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 42650438, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/662599379/lx5z8puk4wq8r6otw340.jpeg", "statuses_count": 3047, "profile_banner_url": "https://pbs.twimg.com/profile_banners/42650438/1430764580", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "16085894", "following": false, "friends_count": 1094, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "surevine.com", "url": "http://t.co/OTLdIoHbfN", "expanded_url": "http://www.surevine.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "6BD500", "geo_enabled": false, "followers_count": 572, "location": "United Kingdom", "screen_name": "woodlark", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "John Atherton", "profile_use_background_image": true, "description": "What a great time to be in the software industry - I'm excited!", "url": "http://t.co/OTLdIoHbfN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/61395029/woodlark_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Mon Sep 01 18:22:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/61395029/woodlark_normal.jpg", "favourites_count": 55, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675344626899898368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "owl.li/VKZw9", "url": "https://t.co/8xeJQfNDcT", "expanded_url": "http://owl.li/VKZw9", "indices": [69, 92]}], "hashtags": [{"text": "entsw", "indices": [93, 99]}], "user_mentions": []}, "created_at": "Fri Dec 11 16:01:21 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675344626899898368, "text": "The top three trends we expect to drive the software market in 2016: https://t.co/8xeJQfNDcT #entsw", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675358550223400960", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "owl.li/VKZw9", "url": "https://t.co/8xeJQfNDcT", "expanded_url": "http://owl.li/VKZw9", "indices": [87, 110]}], "hashtags": [{"text": "entsw", "indices": [111, 117]}], "user_mentions": [{"screen_name": "nickpatience", "id_str": "5471512", "id": 5471512, "indices": [3, 16], "name": "Nick Patience"}]}, "created_at": "Fri Dec 11 16:56:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675358550223400960, "text": "RT @nickpatience: The top three trends we expect to drive the software market in 2016: https://t.co/8xeJQfNDcT #entsw", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 16085894, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 908, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "80385525", "following": false, "friends_count": 89, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": false, "followers_count": 136, "location": "Gloucestershire", "screen_name": "Simon_M_White", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Simon White", "profile_use_background_image": true, "description": "I make software for @surevine. Secure, social, beautiful software; often based on Java, Alfresco, NOSQL and Javascript/HTML5", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1312939479/simon2_square_normal.jpg", "profile_background_color": "8B542B", "created_at": "Tue Oct 06 19:42:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1312939479/simon2_square_normal.jpg", "favourites_count": 6, "status": {"in_reply_to_status_id": 538614165972467712, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "virginmedia", "in_reply_to_user_id": 17872077, "in_reply_to_status_id_str": "538614165972467712", "in_reply_to_user_id_str": "17872077", "truncated": false, "id_str": "538755716002353152", "id": 538755716002353152, "text": "@virginmedia ahforgetabout it. Was just sympton of general virgin problems around Bristol/Glos last night all well now", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "virginmedia", "id_str": "17872077", "id": 17872077, "indices": [0, 12], "name": "Virgin Media"}]}, "created_at": "Sat Nov 29 18:05:46 +0000 2014", "source": "Twitter for iPad", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 80385525, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 725, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "44856091", "following": false, "friends_count": 169, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "36A358", "geo_enabled": false, "followers_count": 99, "location": "", "screen_name": "ashward123", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Ashley Ward", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/331324991/me_normal.jpg", "profile_background_color": "352726", "created_at": "Fri Jun 05 09:17:18 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/331324991/me_normal.jpg", "favourites_count": 4, "status": {"in_reply_to_status_id": 677784067748831232, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "BBCBreaking", "in_reply_to_user_id": 5402612, "in_reply_to_status_id_str": "677784067748831232", "in_reply_to_user_id_str": "5402612", "truncated": false, "id_str": "677788989491953664", "id": 677788989491953664, "text": "@BBCBreaking Why has the boy sprog got shorts on? Don\u2019t they know it\u2019s winter? Although judging by the leaves this was taken some time ago.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BBCBreaking", "id_str": "5402612", "id": 5402612, "indices": [0, 12], "name": "BBC Breaking News"}]}, "created_at": "Fri Dec 18 09:54:22 +0000 2015", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 44856091, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 530, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "889745300", "following": false, "friends_count": 240, "entities": {"description": {"urls": [{"display_url": "sust.se", "url": "http://t.co/zPoMblPlFX", "expanded_url": "http://sust.se", "indices": [68, 90]}, {"display_url": "lsys.se", "url": "http://t.co/YP4ckBPXeF", "expanded_url": "http://lsys.se", "indices": [92, 114]}, {"display_url": "xmpp.org", "url": "http://t.co/XVT9ZPV3oR", "expanded_url": "http://xmpp.org", "indices": [126, 148]}]}, "url": {"urls": [{"display_url": "lsys.se", "url": "http://t.co/HDYtdw3pb0", "expanded_url": "http://lsys.se", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 259, "location": "", "screen_name": "JoachimLindborg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Joachim Lindborg", "profile_use_background_image": true, "description": "Technology entusiast who like energyefficiency and the joy of life. http://t.co/zPoMblPlFX, http://t.co/YP4ckBPXeF, member of http://t.co/XVT9ZPV3oR", "url": "http://t.co/HDYtdw3pb0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2734553750/9510e92197c9f9dea1231c1d64ef2f9a_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Oct 18 21:15:47 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "sv", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2734553750/9510e92197c9f9dea1231c1d64ef2f9a_normal.png", "favourites_count": 338, "status": {"in_reply_to_status_id": 684741702167465984, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "XivelyIOT", "in_reply_to_user_id": 14862767, "in_reply_to_status_id_str": "684741702167465984", "in_reply_to_user_id_str": "14862767", "truncated": false, "id_str": "684762883327160325", "id": 684762883327160325, "text": "@XivelyIOT I just got a reply that my xively personal account was gone. are you still working?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "XivelyIOT", "id_str": "14862767", "id": 14862767, "indices": [0, 10], "name": "Xively"}]}, "created_at": "Wed Jan 06 15:46:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 889745300, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 776, "profile_banner_url": "https://pbs.twimg.com/profile_banners/889745300/1399542692", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "799574", "following": false, "friends_count": 1163, "entities": {"description": {"urls": [{"display_url": "metafluff.com", "url": "http://t.co/e4QyEaP03i", "expanded_url": "http://metafluff.com", "indices": [82, 104]}, {"display_url": "noms.in", "url": "http://t.co/Xu2iOaLJXt", "expanded_url": "http://noms.in", "indices": [105, 127]}, {"display_url": "meatclub.in", "url": "http://t.co/84NhQITCYA", "expanded_url": "http://meatclub.in", "indices": [128, 150]}]}, "url": {"urls": [{"display_url": "metafluff.com", "url": "http://t.co/e4QyEaP03i", "expanded_url": "http://metafluff.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3295722/b53368916e912ca1944e92a72f94be9374e40435_m.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 2659, "location": "Portland, Oregon, USA", "screen_name": "dietrich", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 192, "name": "dietrich ayala", "profile_use_background_image": true, "description": "Working on Firefox OS so the next billions coming online have freedom and choice. http://t.co/e4QyEaP03i http://t.co/Xu2iOaLJXt http://t.co/84NhQITCYA", "url": "http://t.co/e4QyEaP03i", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664138406595682304/OlS9IlB__normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Feb 27 23:41:20 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664138406595682304/OlS9IlB__normal.jpg", "favourites_count": 4115, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685526009085468672", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYN6ReVUAAEpTql.jpg", "type": "photo", "indices": [66, 89], "media_url": "http://pbs.twimg.com/media/CYN6ReVUAAEpTql.jpg", "display_url": "pic.twitter.com/BBIL6R0MXb", "id_str": "685526008909266945", "expanded_url": "http://twitter.com/dietrich/status/685526009085468672/photo/1", "id": 685526008909266945, "url": "https://t.co/BBIL6R0MXb"}], "symbols": [], "urls": [{"display_url": "bit.ly/1TJTDeu", "url": "https://t.co/q2BqKkVQjI", "expanded_url": "http://bit.ly/1TJTDeu", "indices": [42, 65]}], "hashtags": [], "user_mentions": [{"screen_name": "wateravecoffee", "id_str": "128627627", "id": 128627627, "indices": [25, 40], "name": "Water Avenue Coffee"}]}, "created_at": "Fri Jan 08 18:18:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "in", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685526009085468672, "text": "Rwanda Abakundakawa from @wateravecoffee. https://t.co/q2BqKkVQjI https://t.co/BBIL6R0MXb", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "IFTTT"}, "default_profile_image": false, "id": 799574, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3295722/b53368916e912ca1944e92a72f94be9374e40435_m.png", "statuses_count": 17052, "profile_banner_url": "https://pbs.twimg.com/profile_banners/799574/1406568533", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "58337300", "following": false, "friends_count": 518, "entities": {"description": {"urls": [{"display_url": "plus.google.com/10893650267121\u2026", "url": "https://t.co/ianrSxnV", "expanded_url": "https://plus.google.com/108936502671219351445/posts", "indices": [0, 21]}]}, "url": {"urls": [{"display_url": "taras.glek.net", "url": "http://t.co/CWr6sQe6", "expanded_url": "http://taras.glek.net", "indices": [0, 20]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 805, "location": "", "screen_name": "tarasglek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Taras Glek", "profile_use_background_image": true, "description": "https://t.co/ianrSxnV", "url": "http://t.co/CWr6sQe6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2989960370/07d65b04acdb7549524ba9ba466cac38_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jul 20 00:32:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2989960370/07d65b04acdb7549524ba9ba466cac38_normal.jpeg", "favourites_count": 342, "status": {"retweet_count": 10, "retweeted_status": {"retweet_count": 10, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685468419332902912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meduza.io/en/news/2016/0\u2026", "url": "https://t.co/rhPsvu2UXs", "expanded_url": "https://meduza.io/en/news/2016/01/08/finland-decides-to-extradite-russian-hacker-to-the-us", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:29:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685468419332902912, "text": "Russian hacker gets detained in Finland, is now being extradited to Minnesota. Dude can\u2019t catch a break from snow. https://t.co/rhPsvu2UXs", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685484093195173888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meduza.io/en/news/2016/0\u2026", "url": "https://t.co/rhPsvu2UXs", "expanded_url": "https://meduza.io/en/news/2016/01/08/finland-decides-to-extradite-russian-hacker-to-the-us", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "meduza_en", "id_str": "3004163369", "id": 3004163369, "indices": [3, 13], "name": "Meduza Project"}]}, "created_at": "Fri Jan 08 15:31:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685484093195173888, "text": "RT @meduza_en: Russian hacker gets detained in Finland, is now being extradited to Minnesota. Dude can\u2019t catch a break from snow. https://t\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 58337300, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4500, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1347374180", "following": false, "friends_count": 278, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "benjamin.smedbergs.us", "url": "http://t.co/T0OpiiA3Fq", "expanded_url": "http://benjamin.smedbergs.us", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 541, "location": "Johnstown, PA, USA", "screen_name": "nsIAnswers", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Benjamin Smedberg", "profile_use_background_image": false, "description": "Sr. Engineering Manager @ Mozilla. Follower of Christ. Devoted husband. Father of seven. Software toolsmith. Chaser of crashes. Organist & choir director.", "url": "http://t.co/T0OpiiA3Fq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3511816518/201ec910ac111743ecd4dacb356bd74d_normal.jpeg", "profile_background_color": "312738", "created_at": "Fri Apr 12 17:45:02 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3511816518/201ec910ac111743ecd4dacb356bd74d_normal.jpeg", "favourites_count": 1056, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685580123161137152", "id": 685580123161137152, "text": "Dislike sites that auto-logout after a period and change the URL. Breaks overnight app tabs. Looking at you, okta/jobvite/mozilla sso.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:53:33 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1347374180, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1702, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1347374180/1365792054", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14587406", "following": false, "friends_count": 407, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.lassey.us", "url": "http://t.co/FHFVqSqrQ9", "expanded_url": "http://blog.lassey.us", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 756, "location": "N 42\u00b021' 0'' / W 71\u00b04' 0''", "screen_name": "blassey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 35, "name": "Brad Lassey", "profile_use_background_image": true, "description": "Mozilla hacker, Bostonian, Rugger", "url": "http://t.co/FHFVqSqrQ9", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/454296236124680192/72vCsZrE_normal.png", "profile_background_color": "352726", "created_at": "Tue Apr 29 17:06:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/454296236124680192/72vCsZrE_normal.png", "favourites_count": 34, "status": {"retweet_count": 32, "retweeted_status": {"retweet_count": 32, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685476091952263169", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 960, "h": 638, "resize": "fit"}, "small": {"w": 340, "h": 225, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 398, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNM34BUoAEGfNi.jpg", "type": "photo", "indices": [104, 127], "media_url": "http://pbs.twimg.com/media/CYNM34BUoAEGfNi.jpg", "display_url": "pic.twitter.com/qI5R0UmFX5", "id_str": "685476091104894977", "expanded_url": "http://twitter.com/BostonGlobe/status/685476091952263169/photo/1", "id": 685476091104894977, "url": "https://t.co/qI5R0UmFX5"}], "symbols": [], "urls": [{"display_url": "bos.gl/E4WKtQM", "url": "https://t.co/ICqRD2LhYA", "expanded_url": "http://bos.gl/E4WKtQM", "indices": [80, 103]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:00:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685476091952263169, "text": "Had HGH been sent to Tom Brady and his wife, would there be such radio silence? https://t.co/ICqRD2LhYA https://t.co/qI5R0UmFX5", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "SocialFlow"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685489620377812993", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 960, "h": 638, "resize": "fit"}, "small": {"w": 340, "h": 225, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 398, "resize": "fit"}}, "source_status_id_str": "685476091952263169", "media_url": "http://pbs.twimg.com/media/CYNM34BUoAEGfNi.jpg", "source_user_id_str": "95431448", "id_str": "685476091104894977", "id": 685476091104894977, "media_url_https": "https://pbs.twimg.com/media/CYNM34BUoAEGfNi.jpg", "type": "photo", "indices": [121, 140], "source_status_id": 685476091952263169, "source_user_id": 95431448, "display_url": "pic.twitter.com/qI5R0UmFX5", "expanded_url": "http://twitter.com/BostonGlobe/status/685476091952263169/photo/1", "url": "https://t.co/qI5R0UmFX5"}], "symbols": [], "urls": [{"display_url": "bos.gl/E4WKtQM", "url": "https://t.co/ICqRD2LhYA", "expanded_url": "http://bos.gl/E4WKtQM", "indices": [97, 120]}], "hashtags": [], "user_mentions": [{"screen_name": "BostonGlobe", "id_str": "95431448", "id": 95431448, "indices": [3, 15], "name": "The Boston Globe"}]}, "created_at": "Fri Jan 08 15:53:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685489620377812993, "text": "RT @BostonGlobe: Had HGH been sent to Tom Brady and his wife, would there be such radio silence? https://t.co/ICqRD2LhYA https://t.co/qI5R0\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14587406, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 7131, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14587406/1357255090", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "7795552", "following": false, "friends_count": 289, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "starkravingfinkle.org", "url": "http://t.co/qvgs6F9wLH", "expanded_url": "http://starkravingfinkle.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1648, "location": "Pennsylvania, USA", "screen_name": "mfinkle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 114, "name": "Mark Finkle", "profile_use_background_image": true, "description": "Team Lead: Firefox for Mobile", "url": "http://t.co/qvgs6F9wLH", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498588007599837184/bpNnvyjB_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Sun Jul 29 03:53:44 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498588007599837184/bpNnvyjB_normal.jpeg", "favourites_count": 1899, "status": {"retweet_count": 11, "retweeted_status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685277863243722753", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 912, "h": 708, "resize": "fit"}, "small": {"w": 340, "h": 264, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 466, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685277280092868608/pu/img/dj146oaIB67nBazt.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685277280092868608/pu/img/dj146oaIB67nBazt.jpg", "display_url": "pic.twitter.com/KzbXnTCvAU", "id_str": "685277280092868608", "expanded_url": "http://twitter.com/brianskold/status/685277863243722753/video/1", "id": 685277280092868608, "url": "https://t.co/KzbXnTCvAU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 01:52:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685277863243722753, "text": "The pieces for Element.animate() are starting to come together in Firefox (video is for a patched build) https://t.co/KzbXnTCvAU", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685587999015370752", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 912, "h": 708, "resize": "fit"}, "small": {"w": 340, "h": 264, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 466, "resize": "fit"}}, "source_status_id_str": "685277863243722753", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685277280092868608/pu/img/dj146oaIB67nBazt.jpg", "source_user_id_str": "35165863", "id_str": "685277280092868608", "id": 685277280092868608, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685277280092868608/pu/img/dj146oaIB67nBazt.jpg", "type": "photo", "indices": [121, 140], "source_status_id": 685277863243722753, "source_user_id": 35165863, "display_url": "pic.twitter.com/KzbXnTCvAU", "expanded_url": "http://twitter.com/brianskold/status/685277863243722753/video/1", "url": "https://t.co/KzbXnTCvAU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "brianskold", "id_str": "35165863", "id": 35165863, "indices": [3, 14], "name": "Brian Birtles"}]}, "created_at": "Fri Jan 08 22:24:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685587999015370752, "text": "RT @brianskold: The pieces for Element.animate() are starting to come together in Firefox (video is for a patched build) https://t.co/KzbXn\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 7795552, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7460, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "8209572", "following": false, "friends_count": 331, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 1393, "location": "Mountain View, CA", "screen_name": "dougturner", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "Doug Turner", "profile_use_background_image": true, "description": "engineering mgmt @mozilla. hacker on @firefox. force multiplier. dislike of upper case.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/548600836088025089/OYm0LW4r_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Aug 15 20:32:43 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/548600836088025089/OYm0LW4r_normal.jpeg", "favourites_count": 1059, "status": {"in_reply_to_status_id": 685537265947439104, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "deadsquid", "in_reply_to_user_id": 16625136, "in_reply_to_status_id_str": "685537265947439104", "in_reply_to_user_id_str": "16625136", "truncated": false, "id_str": "685552444256878592", "id": 685552444256878592, "text": "@deadsquid @nsIAnswers never!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "deadsquid", "id_str": "16625136", "id": 16625136, "indices": [0, 10], "name": "kev needham"}, {"screen_name": "nsIAnswers", "id_str": "1347374180", "id": 1347374180, "indices": [11, 22], "name": "Benjamin Smedberg"}]}, "created_at": "Fri Jan 08 20:03:34 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8209572, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 57, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8209572/1399084140", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18370424", "following": false, "friends_count": 267, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dolske.wordpress.com", "url": "http://t.co/JMoupDoaAK", "expanded_url": "http://dolske.wordpress.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1311, "location": "Mountain View, CA", "screen_name": "dolske", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 98, "name": "Justin Dolske", "profile_use_background_image": true, "description": "Firefox engineering manager, bacon enthusiast, and snuggler of kittens. Did I mention beer? Oh, god, the beer. Mmmmm.", "url": "http://t.co/JMoupDoaAK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456344242768465921/jWpN1yV-_normal.png", "profile_background_color": "131516", "created_at": "Thu Dec 25 04:30:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456344242768465921/jWpN1yV-_normal.png", "favourites_count": 3080, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685552777330724864", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ybca.org/internet-cat-v\u2026", "url": "https://t.co/xL5GsmS9Wf", "expanded_url": "http://ybca.org/internet-cat-video-festival", "indices": [0, 23]}, {"display_url": "twitter.com/hemeon/status/\u2026", "url": "https://t.co/hfln1j7nVA", "expanded_url": "https://twitter.com/hemeon/status/685548560859836416", "indices": [49, 72]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:04:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685552777330724864, "text": "https://t.co/xL5GsmS9Wf and already sold out. :( https://t.co/hfln1j7nVA", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18370424, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 16111, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18370424/1398201551", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "42056876", "following": false, "friends_count": 241, "entities": {"description": {"urls": [{"display_url": "wild.land", "url": "http://t.co/ktkvhRQiyM", "expanded_url": "http://wild.land", "indices": [39, 61]}]}, "url": {"urls": [{"display_url": "wild.land", "url": "https://t.co/aqz7o0iVd2", "expanded_url": "https://wild.land", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 269, "location": "Kennewick, Wa", "screen_name": "grElement", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Angela Steffens", "profile_use_background_image": true, "description": "Builder of modern web apps. Partner at http://t.co/ktkvhRQiyM. Kind of a foodie. Also a super mom.", "url": "https://t.co/aqz7o0iVd2", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1281598197/new_me_normal.png", "profile_background_color": "1A1B1F", "created_at": "Sat May 23 16:49:49 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1281598197/new_me_normal.png", "favourites_count": 86, "status": {"retweet_count": 42, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 42, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "647991814432104449", "id": 647991814432104449, "text": "evolution is \"just a theory\". well gravity is just a theory too. what I'm saying is gravity is bullshit made up by the stupid nerd Newton.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Sep 27 04:31:02 +0000 2015", "source": "Twitter for Android", "favorite_count": 158, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "648380077097414656", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "animaldrumss", "id_str": "1960031863", "id": 1960031863, "indices": [3, 16], "name": "Mike F"}]}, "created_at": "Mon Sep 28 06:13:51 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 648380077097414656, "text": "RT @animaldrumss: evolution is \"just a theory\". well gravity is just a theory too. what I'm saying is gravity is bullshit made up by the st\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 42056876, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 2019, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "80220145", "following": false, "friends_count": 221, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thebrianmanley.com", "url": "http://t.co/F88zLJtKtE", "expanded_url": "http://thebrianmanley.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 273, "location": "", "screen_name": "thebrianmanley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "thebrianmanley", "profile_use_background_image": true, "description": "I\u2019d rather write programs to help me write programs than write programs.", "url": "http://t.co/F88zLJtKtE", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/523007198662639617/aauxMoMI_normal.png", "profile_background_color": "ABB8C2", "created_at": "Tue Oct 06 04:59:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/523007198662639617/aauxMoMI_normal.png", "favourites_count": 1897, "status": {"in_reply_to_status_id": 685548656573812736, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "kendall", "in_reply_to_user_id": 307833, "in_reply_to_status_id_str": "685548656573812736", "in_reply_to_user_id_str": "307833", "truncated": false, "id_str": "685565008600805376", "id": 685565008600805376, "text": "@kendall I thought that was Santa Fe, no?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kendall", "id_str": "307833", "id": 307833, "indices": [0, 8], "name": "Kendall Clark"}]}, "created_at": "Fri Jan 08 20:53:29 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 80220145, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5595, "profile_banner_url": "https://pbs.twimg.com/profile_banners/80220145/1445538062", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "8419342", "following": false, "friends_count": 129, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "n.exts.ch", "url": "http://t.co/b2T5wJBNT2", "expanded_url": "http://n.exts.ch", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "6C8FAB", "profile_link_color": "6E7680", "geo_enabled": true, "followers_count": 462, "location": "Kennewick, WA", "screen_name": "natevw", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 54, "name": "Nathan Vander Wilt", "profile_use_background_image": false, "description": "code, read, pray", "url": "http://t.co/b2T5wJBNT2", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1782014523/IMG_2984_normal.JPG", "profile_background_color": "FFFFFF", "created_at": "Sat Aug 25 04:14:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "111111", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1782014523/IMG_2984_normal.JPG", "favourites_count": 2348, "status": {"in_reply_to_status_id": 685517260010594304, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "michaelossmann", "in_reply_to_user_id": 245547167, "in_reply_to_status_id_str": "685517260010594304", "in_reply_to_user_id_str": "245547167", "truncated": false, "id_str": "685537983668162560", "id": 685537983668162560, "text": ".@michaelossmann \"We are growing\" is the best part of that ad, for us non-Media Liaison types :-)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "michaelossmann", "id_str": "245547167", "id": 245547167, "indices": [1, 16], "name": "Michael Ossmann"}]}, "created_at": "Fri Jan 08 19:06:06 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8419342, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17486, "is_translator": false}, {"time_zone": "Ljubljana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14159253", "following": false, "friends_count": 1589, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brian.kingsonline.net/talk/about/", "url": "http://t.co/0n63UkyGP0", "expanded_url": "http://brian.kingsonline.net/talk/about/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/127349504/twitter_mozsunburst_backgroundimage.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F97C7", "geo_enabled": true, "followers_count": 2561, "location": "Slovenia. Sometimes.", "screen_name": "brianking", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 157, "name": "Brian King", "profile_use_background_image": true, "description": "Participation at Mozilla, aka working with thousands of amazing people.", "url": "http://t.co/0n63UkyGP0", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/511579654445367296/_BtlLPxj_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Sun Mar 16 20:34:44 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/511579654445367296/_BtlLPxj_normal.jpeg", "favourites_count": 68, "status": {"retweet_count": 31, "retweeted_status": {"retweet_count": 31, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685385349862916096", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYL6ULkWEAAFnTg.jpg", "type": "photo", "indices": [76, 99], "media_url": "http://pbs.twimg.com/media/CYL6ULkWEAAFnTg.jpg", "display_url": "pic.twitter.com/G6vLAffmlq", "id_str": "685385317923295232", "expanded_url": "http://twitter.com/pdscott/status/685385349862916096/photo/1", "id": 685385317923295232, "url": "https://t.co/G6vLAffmlq"}], "symbols": [], "urls": [], "hashtags": [{"text": "Dublin", "indices": [68, 75]}], "user_mentions": []}, "created_at": "Fri Jan 08 08:59:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685385349862916096, "text": "Tramlines return to College Green, 67 years after they were removed #Dublin https://t.co/G6vLAffmlq", "coordinates": null, "retweeted": false, "favorite_count": 30, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685476795173482496", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "685385349862916096", "media_url": "http://pbs.twimg.com/media/CYL6ULkWEAAFnTg.jpg", "source_user_id_str": "19360077", "id_str": "685385317923295232", "id": 685385317923295232, "media_url_https": "https://pbs.twimg.com/media/CYL6ULkWEAAFnTg.jpg", "type": "photo", "indices": [89, 112], "source_status_id": 685385349862916096, "source_user_id": 19360077, "display_url": "pic.twitter.com/G6vLAffmlq", "expanded_url": "http://twitter.com/pdscott/status/685385349862916096/photo/1", "url": "https://t.co/G6vLAffmlq"}], "symbols": [], "urls": [], "hashtags": [{"text": "Dublin", "indices": [81, 88]}], "user_mentions": [{"screen_name": "pdscott", "id_str": "19360077", "id": 19360077, "indices": [3, 11], "name": "Piers Scott"}]}, "created_at": "Fri Jan 08 15:02:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685476795173482496, "text": "RT @pdscott: Tramlines return to College Green, 67 years after they were removed #Dublin https://t.co/G6vLAffmlq", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14159253, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/127349504/twitter_mozsunburst_backgroundimage.jpg", "statuses_count": 9880, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14159253/1417544922", "is_translator": false}, {"time_zone": "Bern", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "41655877", "following": false, "friends_count": 72, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 616, "location": "", "screen_name": "axelhecht", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Axel Hecht", "profile_use_background_image": true, "description": "Mozillian working on localization infrastructure", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/224734723/Axel_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu May 21 19:21:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/224734723/Axel_normal.jpg", "favourites_count": 21, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593439031828480", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.mozilla.org/l10n/2016/01/0\u2026", "url": "https://t.co/JRIbzfYG2M", "expanded_url": "https://blog.mozilla.org/l10n/2016/01/08/mozlando-localization-sessions/", "indices": [33, 56]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:46:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593439031828480, "text": "L10n-driver report from Mozlando https://t.co/JRIbzfYG2M", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685598438042546182", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.mozilla.org/l10n/2016/01/0\u2026", "url": "https://t.co/JRIbzfYG2M", "expanded_url": "https://blog.mozilla.org/l10n/2016/01/08/mozlando-localization-sessions/", "indices": [51, 74]}], "hashtags": [], "user_mentions": [{"screen_name": "mozilla_l10n", "id_str": "227647662", "id": 227647662, "indices": [3, 16], "name": "Mozilla Localization"}]}, "created_at": "Fri Jan 08 23:06:20 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685598438042546182, "text": "RT @mozilla_l10n: L10n-driver report from Mozlando https://t.co/JRIbzfYG2M", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 41655877, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1765, "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "93677805", "following": false, "friends_count": 93, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": false, "followers_count": 662, "location": "Berlin, Germany", "screen_name": "MadalinaAna", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 31, "name": "Madalina Ana", "profile_use_background_image": true, "description": "Keeping the web open @Mozilla. Football player and fan. Point-and-click gaming geek. Music addict and Web worshiper.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3368171228/610c85a7ceae792330e259ef3fb21d7f_normal.jpeg", "profile_background_color": "EBEBEB", "created_at": "Mon Nov 30 17:49:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3368171228/610c85a7ceae792330e259ef3fb21d7f_normal.jpeg", "favourites_count": 11, "status": {"in_reply_to_status_id": 667720748556017664, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "costenslayer", "in_reply_to_user_id": 251683429, "in_reply_to_status_id_str": "667720748556017664", "in_reply_to_user_id_str": "251683429", "truncated": false, "id_str": "667720975107014657", "id": 667720975107014657, "text": "@costenslayer testing testing 1,2,3 #fxhelp", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "fxhelp", "indices": [36, 43]}], "user_mentions": [{"screen_name": "costenslayer", "id_str": "251683429", "id": 251683429, "indices": [0, 13], "name": "Stefan Costen"}]}, "created_at": "Fri Nov 20 15:07:40 +0000 2015", "source": "Army of Awesome", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 93677805, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 280, "is_translator": false}, {"time_zone": "Greenland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "258840559", "following": false, "friends_count": 229, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000077062766/feb26da04b728fa62bdaad23c7f8eba0.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 1282, "location": "Berlin", "screen_name": "rosanardila", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "Rosana Ardila", "profile_use_background_image": true, "description": "Language geek, open tech enthusiast and Mozilla Reps Council Member", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1790764965/Rosana_normal.png", "profile_background_color": "1238A8", "created_at": "Mon Feb 28 16:27:33 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1790764965/Rosana_normal.png", "favourites_count": 375, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679832897235189760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.mozilla.org/mozillareps/20\u2026", "url": "https://t.co/ac2nBta01i", "expanded_url": "https://blog.mozilla.org/mozillareps/2015/12/24/reps-regional-communities-and-beyond-2015/", "indices": [44, 67]}], "hashtags": [], "user_mentions": [{"screen_name": "firefox", "id_str": "2142731", "id": 2142731, "indices": [72, 80], "name": "Firefox"}]}, "created_at": "Thu Dec 24 01:16:08 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679832897235189760, "text": "Reps, regional communities and beyond: 2015 https://t.co/ac2nBta01i via @firefox", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 258840559, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000077062766/feb26da04b728fa62bdaad23c7f8eba0.jpeg", "statuses_count": 726, "profile_banner_url": "https://pbs.twimg.com/profile_banners/258840559/1416561407", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "4253351", "following": false, "friends_count": 1171, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mozillians.org/en-US/u/mary/", "url": "https://t.co/SpGHcgXARN", "expanded_url": "https://mozillians.org/en-US/u/mary/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/146635655/Adopt_Mozilla.jpg", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 2521, "location": "San Francisco, CA", "screen_name": "foxymary", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 115, "name": "Mary J. Colvig", "profile_use_background_image": true, "description": "Thrive on fostering users and supporters into champions for Mozilla. Specialize in engaging communities when stakes are high...with a touch of play!", "url": "https://t.co/SpGHcgXARN", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502297916606664704/HstKkO7K_normal.jpeg", "profile_background_color": "642D8B", "created_at": "Wed Apr 11 22:23:58 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502297916606664704/HstKkO7K_normal.jpeg", "favourites_count": 524, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682799707563790337", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "donate.mozilla.org/en-US/", "url": "https://t.co/AEkd5rkO79", "expanded_url": "https://donate.mozilla.org/en-US/", "indices": [95, 118]}], "hashtags": [{"text": "lovetheweb", "indices": [36, 47]}], "user_mentions": [{"screen_name": "mozilla", "id_str": "106682853", "id": 106682853, "indices": [11, 19], "name": "Mozilla"}]}, "created_at": "Fri Jan 01 05:45:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682799707563790337, "text": "Donated to @mozilla today because I #lovetheweb. Only a few hours to go & so close to $4M! https://t.co/AEkd5rkO79", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4253351, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/146635655/Adopt_Mozilla.jpg", "statuses_count": 4707, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4253351/1408592080", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14614648", "following": false, "friends_count": 105, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.lizardwrangler.com", "url": "http://t.co/Ef1HtT09oE", "expanded_url": "http://blog.lizardwrangler.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 6104, "location": "", "screen_name": "MitchellBaker", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 495, "name": "MitchellBaker", "profile_use_background_image": true, "description": "", "url": "http://t.co/Ef1HtT09oE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000073181505/2cc3f656c656f702cb276b66ff255b78_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu May 01 14:25:10 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000073181505/2cc3f656c656f702cb276b66ff255b78_normal.png", "favourites_count": 8, "status": {"in_reply_to_status_id": null, "retweet_count": 14, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685520840989908992", "id": 685520840989908992, "text": "privacy tip today:Manage access to each website. Type about:permissions in a new tab in your Firefox browser #advocate4privacy #privacymonth", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "advocate4privacy", "indices": [109, 126]}, {"text": "privacymonth", "indices": [127, 140]}], "user_mentions": []}, "created_at": "Fri Jan 08 17:57:59 +0000 2016", "source": "Twitter Web Client", "favorite_count": 16, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14614648, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1823, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15540222", "following": false, "friends_count": 983, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rauchg.com", "url": "http://t.co/CCq1K8vos8", "expanded_url": "http://rauchg.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 16528, "location": "SF", "screen_name": "rauchg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 954, "name": "Guillermo Rauch", "profile_use_background_image": true, "description": "\u25b2", "url": "http://t.co/CCq1K8vos8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681929779176706048/BBI9KCFJ_normal.png", "profile_background_color": "131516", "created_at": "Tue Jul 22 22:54:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681929779176706048/BBI9KCFJ_normal.png", "favourites_count": 4481, "status": {"in_reply_to_status_id": 685601687273254912, "retweet_count": 1, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "amasad", "in_reply_to_user_id": 166138615, "in_reply_to_status_id_str": "685601687273254912", "in_reply_to_user_id_str": "166138615", "truncated": false, "id_str": "685607490583539712", "id": 685607490583539712, "text": "@amasad I wish neither existed. Reproducibility sans manifest duplication (shrink wrap) ftw", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "amasad", "id_str": "166138615", "id": 166138615, "indices": [0, 7], "name": "Amjad Masad"}]}, "created_at": "Fri Jan 08 23:42:18 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15540222, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 9401, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15540222/1446798932", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10058662", "following": false, "friends_count": 12, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "asadotzler.com", "url": "http://t.co/TFsbThdtN9", "expanded_url": "http://asadotzler.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/441855782758268928/SugecIa3.png", "notifications": false, "profile_sidebar_fill_color": "F7F1BE", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 2381, "location": "", "screen_name": "asadotzler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 191, "name": "Asa Dotzler", "profile_use_background_image": true, "description": "asa@mozilla.org", "url": "http://t.co/TFsbThdtN9", "profile_text_color": "E04C12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2774714763/8b6710ad9bb523019e4ca1a132ed29c1_normal.jpeg", "profile_background_color": "272A2A", "created_at": "Thu Nov 08 07:32:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2774714763/8b6710ad9bb523019e4ca1a132ed29c1_normal.jpeg", "favourites_count": 5, "status": {"retweet_count": 569, "retweeted_status": {"retweet_count": 569, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679078758255497216", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blogs.technet.microsoft.com/mmpc/2015/12/2\u2026", "url": "https://t.co/kVYfKYJP15", "expanded_url": "https://blogs.technet.microsoft.com/mmpc/2015/12/21/keeping-browsing-experience-in-users-hands/", "indices": [113, 136]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 21 23:19:27 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679078758255497216, "text": "Breaking: Microsoft bans all adware use of proxies/Winsock/MitM to inject ads. Violators will be marked malware. https://t.co/kVYfKYJP15", "coordinates": null, "retweeted": false, "favorite_count": 422, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679418983896887296", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blogs.technet.microsoft.com/mmpc/2015/12/2\u2026", "url": "https://t.co/kVYfKYJP15", "expanded_url": "https://blogs.technet.microsoft.com/mmpc/2015/12/21/keeping-browsing-experience-in-users-hands/", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Tue Dec 22 21:51:23 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679418983896887296, "text": "RT @SwiftOnSecurity: Breaking: Microsoft bans all adware use of proxies/Winsock/MitM to inject ads. Violators will be marked malware. https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 10058662, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/441855782758268928/SugecIa3.png", "statuses_count": 12157, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10058662/1444669718", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3242411", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/cbeard", "url": "http://t.co/fLi2DdMgiu", "expanded_url": "http://linkedin.com/in/cbeard", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/815299669/957c8f532cfc59d140f40e654888f804.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3551, "location": "San Francisco Bay Area", "screen_name": "cbeard", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 160, "name": "Chris Beard", "profile_use_background_image": false, "description": "@Mozilla CEO", "url": "http://t.co/fLi2DdMgiu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/455802966344101888/6Tf6AJlT_normal.jpeg", "profile_background_color": "00539F", "created_at": "Mon Apr 02 19:35:28 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/455802966344101888/6Tf6AJlT_normal.jpeg", "favourites_count": 588, "status": {"retweet_count": 7178, "retweeted_status": {"retweet_count": 7178, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678639616199557120", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 936, "h": 710, "resize": "fit"}, "small": {"w": 340, "h": 257, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 455, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWsDIobVAAAPtZZ.png", "type": "photo", "indices": [62, 85], "media_url": "http://pbs.twimg.com/media/CWsDIobVAAAPtZZ.png", "display_url": "pic.twitter.com/pXb7F7aWsP", "id_str": "678639615675269120", "expanded_url": "http://twitter.com/randfish/status/678639616199557120/photo/1", "id": 678639615675269120, "url": "https://t.co/pXb7F7aWsP"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Dec 20 18:14:27 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678639616199557120, "text": "Mobile isn't killing desktop. It's killing all our free time. https://t.co/pXb7F7aWsP", "coordinates": null, "retweeted": false, "favorite_count": 4222, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679451578667945984", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 936, "h": 710, "resize": "fit"}, "small": {"w": 340, "h": 257, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 455, "resize": "fit"}}, "source_status_id_str": "678639616199557120", "media_url": "http://pbs.twimg.com/media/CWsDIobVAAAPtZZ.png", "source_user_id_str": "6527972", "id_str": "678639615675269120", "id": 678639615675269120, "media_url_https": "https://pbs.twimg.com/media/CWsDIobVAAAPtZZ.png", "type": "photo", "indices": [76, 99], "source_status_id": 678639616199557120, "source_user_id": 6527972, "display_url": "pic.twitter.com/pXb7F7aWsP", "expanded_url": "http://twitter.com/randfish/status/678639616199557120/photo/1", "url": "https://t.co/pXb7F7aWsP"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "randfish", "id_str": "6527972", "id": 6527972, "indices": [3, 12], "name": "Rand Fishkin"}]}, "created_at": "Wed Dec 23 00:00:54 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679451578667945984, "text": "RT @randfish: Mobile isn't killing desktop. It's killing all our free time. https://t.co/pXb7F7aWsP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3242411, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/815299669/957c8f532cfc59d140f40e654888f804.jpeg", "statuses_count": 459, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3242411/1398780577", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "806757", "following": false, "friends_count": 2175, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nodesource.com/company#dshaw", "url": "https://t.co/XawtxLkLRf", "expanded_url": "https://nodesource.com/company#dshaw", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/59926981/M104-hs-2003-28-a.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 11990, "location": "San Francisco, CA", "screen_name": "dshaw", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 740, "name": "Dan Shaw", "profile_use_background_image": true, "description": "CTO and Co-Founder of @NodeSource - the Enterprise Node.js Company.", "url": "https://t.co/XawtxLkLRf", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/485564678039302144/Fjxv6IbQ_normal.png", "profile_background_color": "010302", "created_at": "Fri Mar 02 18:39:44 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485564678039302144/Fjxv6IbQ_normal.png", "favourites_count": 31976, "status": {"in_reply_to_status_id": 685557670053588992, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "mrohitkunal", "in_reply_to_user_id": 136649482, "in_reply_to_status_id_str": "685557670053588992", "in_reply_to_user_id_str": "136649482", "truncated": false, "id_str": "685563541332463616", "id": 685563541332463616, "text": "@mrohitkunal @sfnode @stinkydofu @NetflixUIE Unrelated.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mrohitkunal", "id_str": "136649482", "id": 136649482, "indices": [0, 12], "name": "Rohit Kunal"}, {"screen_name": "sfnode", "id_str": "2800676574", "id": 2800676574, "indices": [13, 20], "name": "SFNode"}, {"screen_name": "stinkydofu", "id_str": "16318984", "id": 16318984, "indices": [21, 32], "name": "Alex Liu"}, {"screen_name": "NetflixUIE", "id_str": "3018765357", "id": 3018765357, "indices": [33, 44], "name": "Netflix UI Engineers"}]}, "created_at": "Fri Jan 08 20:47:40 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 806757, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/59926981/M104-hs-2003-28-a.jpg", "statuses_count": 43785, "profile_banner_url": "https://pbs.twimg.com/profile_banners/806757/1382916317", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "843799844", "following": false, "friends_count": 166, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "isode.com", "url": "http://t.co/4IcOx6dh", "expanded_url": "http://www.isode.com", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/778257871/1ed94c30a10335b03f086800cbad5962.png", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "0056A6", "geo_enabled": true, "followers_count": 130, "location": "Hampton, Middlesex, UK", "screen_name": "Isode_Ltd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Isode", "profile_use_background_image": true, "description": "The leading messaging server software company, enabling secure communications in challenging deployments worldwide.", "url": "http://t.co/4IcOx6dh", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/643441999111155712/w0E48ey1_normal.png", "profile_background_color": "000000", "created_at": "Mon Sep 24 15:36:34 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/643441999111155712/w0E48ey1_normal.png", "favourites_count": 6, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685487692977684481", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1n7HsxQ", "url": "https://t.co/oisefvTtJj", "expanded_url": "http://buff.ly/1n7HsxQ", "indices": [10, 33]}, {"display_url": "buff.ly/1n7HtSm", "url": "https://t.co/PF68VdHNot", "expanded_url": "http://buff.ly/1n7HtSm", "indices": [116, 139]}], "hashtags": [{"text": "icaoECOND", "indices": [104, 114]}], "user_mentions": [{"screen_name": "icao", "id_str": "246309084", "id": 246309084, "indices": [3, 8], "name": "ICAO "}]}, "created_at": "Fri Jan 08 15:46:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685487692977684481, "text": "RT @icao: https://t.co/oisefvTtJj: Middle East grew strongly in freight traffic by +8.3%. Download now! #icaoECOND\u2026 https://t.co/PF68VdHNot", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 843799844, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/778257871/1ed94c30a10335b03f086800cbad5962.png", "statuses_count": 1356, "profile_banner_url": "https://pbs.twimg.com/profile_banners/843799844/1442312979", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "29255412", "following": false, "friends_count": 619, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tjholowaychuk.com", "url": "https://t.co/uSeKUUmcKC", "expanded_url": "http://tjholowaychuk.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 26354, "location": "Victoria BC", "screen_name": "tjholowaychuk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1327, "name": "TJ Holowaychuk", "profile_use_background_image": false, "description": "Code. Photography. Art. @tj on Github. @tjholowaychuk on Medium.", "url": "https://t.co/uSeKUUmcKC", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000226613002/36623ae09f553713c575c97c77544b49_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Mon Apr 06 18:05:41 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000226613002/36623ae09f553713c575c97c77544b49_normal.jpeg", "favourites_count": 1768, "status": {"in_reply_to_status_id": 685598202096123904, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "PreetamJinka", "in_reply_to_user_id": 302840829, "in_reply_to_status_id_str": "685598202096123904", "in_reply_to_user_id_str": "302840829", "truncated": false, "id_str": "685600661463928832", "id": 685600661463928832, "text": "@PreetamJinka interesting use-case!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "PreetamJinka", "id_str": "302840829", "id": 302840829, "indices": [0, 13], "name": "Preetam Jinka"}]}, "created_at": "Fri Jan 08 23:15:10 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29255412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 13840, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29255412/1448314322", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "8038312", "following": false, "friends_count": 400, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.izs.me", "url": "https://t.co/EP1ieD9VvF", "expanded_url": "http://blog.izs.me/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 13131, "location": "Oak Town CA", "screen_name": "izs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 902, "name": "Isaac Z. Schlueter", "profile_use_background_image": true, "description": "npm ceo. aspiring empath. zero time for shitbirds. he/him/his", "url": "https://t.co/EP1ieD9VvF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649690687860899840/bSyKUJfg_normal.png", "profile_background_color": "EBEBEB", "created_at": "Tue Aug 07 20:44:59 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649690687860899840/bSyKUJfg_normal.png", "favourites_count": 4305, "status": {"retweet_count": 20, "retweeted_status": {"retweet_count": 20, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685388664596250624", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 537, "resize": "fit"}, "small": {"w": 340, "h": 178, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 314, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYL9W6bWsAATy_o.jpg", "type": "photo", "indices": [23, 46], "media_url": "http://pbs.twimg.com/media/CYL9W6bWsAATy_o.jpg", "display_url": "pic.twitter.com/TxHrDuOT4E", "id_str": "685388663396675584", "expanded_url": "http://twitter.com/jonginn/status/685388664596250624/photo/1", "id": 685388663396675584, "url": "https://t.co/TxHrDuOT4E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 09:12:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685388664596250624, "text": "Happy incept day, Roy! https://t.co/TxHrDuOT4E", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Fenix for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685518247588843521", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 537, "resize": "fit"}, "small": {"w": 340, "h": 178, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 314, "resize": "fit"}}, "source_status_id_str": "685388664596250624", "media_url": "http://pbs.twimg.com/media/CYL9W6bWsAATy_o.jpg", "source_user_id_str": "16461969", "id_str": "685388663396675584", "id": 685388663396675584, "media_url_https": "https://pbs.twimg.com/media/CYL9W6bWsAATy_o.jpg", "type": "photo", "indices": [36, 59], "source_status_id": 685388664596250624, "source_user_id": 16461969, "display_url": "pic.twitter.com/TxHrDuOT4E", "expanded_url": "http://twitter.com/jonginn/status/685388664596250624/photo/1", "url": "https://t.co/TxHrDuOT4E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jonginn", "id_str": "16461969", "id": 16461969, "indices": [3, 11], "name": "Jonathan Ginn"}]}, "created_at": "Fri Jan 08 17:47:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685518247588843521, "text": "RT @jonginn: Happy incept day, Roy! https://t.co/TxHrDuOT4E", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 8038312, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 38341, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8038312/1448927004", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "668423", "following": false, "friends_count": 456, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mikealrogers.com", "url": "https://t.co/7kRL5uIWRL", "expanded_url": "http://mikealrogers.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 13568, "location": "San Francisco, CA", "screen_name": "mikeal", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 887, "name": "Mikeal Rogers", "profile_use_background_image": true, "description": "Creator of NodeConf & request. Community @ Node.js Foundation. All gifs from One-Punch Man :)", "url": "https://t.co/7kRL5uIWRL", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/549609524038877184/01oMFk1H_normal.png", "profile_background_color": "9AE4E8", "created_at": "Fri Jan 19 22:47:30 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/549609524038877184/01oMFk1H_normal.png", "favourites_count": 3769, "status": {"in_reply_to_status_id": 685581797850279937, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "tomdale", "in_reply_to_user_id": 668863, "in_reply_to_status_id_str": "685581797850279937", "in_reply_to_user_id_str": "668863", "truncated": false, "id_str": "685610148786614272", "id": 685610148786614272, "text": "@tomdale @mjasay don't worry, eventually it's consistent ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tomdale", "id_str": "668863", "id": 668863, "indices": [0, 8], "name": "Tom Dale"}, {"screen_name": "mjasay", "id_str": "7617702", "id": 7617702, "indices": [9, 16], "name": "Matt Asay"}]}, "created_at": "Fri Jan 08 23:52:52 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 668423, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 37228, "profile_banner_url": "https://pbs.twimg.com/profile_banners/668423/1419820652", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "12241752", "following": false, "friends_count": 3595, "entities": {"description": {"urls": [{"display_url": "instagram.com/catmapper", "url": "https://t.co/wBC1sQc8kf", "expanded_url": "https://instagram.com/catmapper", "indices": [94, 117]}]}, "url": {"urls": [{"display_url": "maxogden.com", "url": "http://t.co/GAcgXmdLV9", "expanded_url": "http://maxogden.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000181139101/ckYUsb2C.png", "notifications": false, "profile_sidebar_fill_color": "B5E8FC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 16188, "location": "~/PDX", "screen_name": "denormalize", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 991, "name": "maxwell ogden", "profile_use_background_image": false, "description": "computer programmer @dat_project working on open source data tools. amateur cat photographer (https://t.co/wBC1sQc8kf). author of JS For Cats", "url": "http://t.co/GAcgXmdLV9", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661753310819434496/GqJ8Kn97_normal.jpg", "profile_background_color": "D6F7FF", "created_at": "Mon Jan 14 23:11:21 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661753310819434496/GqJ8Kn97_normal.jpg", "favourites_count": 204, "status": {"in_reply_to_status_id": 685258489900351488, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "lippytak", "in_reply_to_user_id": 23721781, "in_reply_to_status_id_str": "685258489900351488", "in_reply_to_user_id_str": "23721781", "truncated": false, "id_str": "685259387338792960", "id": 685259387338792960, "text": "@lippytak I do (on mac) CMD + C <SPACE> V A C <CLICK>", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lippytak", "id_str": "23721781", "id": 23721781, "indices": [0, 9], "name": "Jake Solomon"}]}, "created_at": "Fri Jan 08 00:39:04 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 12241752, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000181139101/ckYUsb2C.png", "statuses_count": 16479, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12241752/1446598756", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "35432643", "following": false, "friends_count": 1461, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "addyosmani.com", "url": "https://t.co/qO6rgXCMIG", "expanded_url": "http://www.addyosmani.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/666933300175376384/6j0swZpR.png", "notifications": false, "profile_sidebar_fill_color": "56E372", "profile_link_color": "9D582E", "geo_enabled": true, "followers_count": 119957, "location": "London, England", "screen_name": "addyosmani", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5415, "name": "Addy Osmani", "profile_use_background_image": true, "description": "Engineer at Google working on Chrome & @Polymer \u2022 Author \u2022 Creator of TodoMVC, @Yeoman, Material Design Lite, Critical \u2022 Passionate about web tooling", "url": "https://t.co/qO6rgXCMIG", "profile_text_color": "0A0A0A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/586079587626422272/80Q5wAFU_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Apr 26 08:40:11 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/586079587626422272/80Q5wAFU_normal.jpg", "favourites_count": 14237, "status": {"in_reply_to_status_id": 685530143583027200, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jeffposnick", "in_reply_to_user_id": 11817932, "in_reply_to_status_id_str": "685530143583027200", "in_reply_to_user_id_str": "11817932", "truncated": false, "id_str": "685531187314573312", "id": 685531187314573312, "text": "@jeffposnick YES! Have been hoping we would move in this direction. Will leave some thoughts after the weekend :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jeffposnick", "id_str": "11817932", "id": 11817932, "indices": [0, 12], "name": "Jeffrey Posnick"}]}, "created_at": "Fri Jan 08 18:39:06 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 35432643, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/666933300175376384/6j0swZpR.png", "statuses_count": 14349, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35432643/1449774217", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1671811", "following": false, "friends_count": 1852, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paulirish.com", "url": "http://t.co/fbpDRudFKn", "expanded_url": "http://paulirish.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2411001/watermelon-1600x1200.jpg", "notifications": false, "profile_sidebar_fill_color": "CBF8BD", "profile_link_color": "3D8C3A", "geo_enabled": true, "followers_count": 184666, "location": "Palo Alto", "screen_name": "paul_irish", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8177, "name": "Paul Irish", "profile_use_background_image": true, "description": "The web is awesome, let's make it even better \u2022 I work on Chrome DevTools and browser performance \u2022 big fan of rye whiskey, data and whimsy", "url": "http://t.co/fbpDRudFKn", "profile_text_color": "323232", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/420826194083213312/CP1RmLa3_normal.jpeg", "profile_background_color": "E9E9E9", "created_at": "Tue Mar 20 21:15:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "1E4B04", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/420826194083213312/CP1RmLa3_normal.jpeg", "favourites_count": 3307, "status": {"retweet_count": 0, "in_reply_to_user_id": 1679, "possibly_sensitive": false, "id_str": "685226978199207936", "in_reply_to_user_id_str": "1679", "entities": {"symbols": [], "urls": [{"display_url": "code.google.com/p/chromium/iss\u2026", "url": "https://t.co/yoPGAGsYuJ", "expanded_url": "https://code.google.com/p/chromium/issues/detail?id=478214", "indices": [58, 81]}], "hashtags": [], "user_mentions": [{"screen_name": "javan", "id_str": "1679", "id": 1679, "indices": [0, 6], "name": "Javan Makhmali"}]}, "created_at": "Thu Jan 07 22:30:17 +0000 2016", "favorited": false, "in_reply_to_status_id": 685182546498449408, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "javan", "in_reply_to_status_id_str": "685182546498449408", "truncated": false, "id": 685226978199207936, "text": "@javan This is a bug that we'll eventually fix in Chrome: https://t.co/yoPGAGsYuJ In the meantime, your solution is v nice. :)", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1671811, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2411001/watermelon-1600x1200.jpg", "statuses_count": 24010, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "143128205", "following": false, "friends_count": 939, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chriskranky.com", "url": "http://t.co/IzUIseAKTj", "expanded_url": "http://www.chriskranky.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/462058347005370369/5bvgJJ2N.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1072, "location": "San Francisco", "screen_name": "ckoehncke", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Chris Koehncke", "profile_use_background_image": true, "description": "Following a new era of communications & collaboration with HTML5 & WebRTC", "url": "http://t.co/IzUIseAKTj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1408852205/fuzzy_normal.jpg", "profile_background_color": "1F1520", "created_at": "Wed May 12 17:25:29 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1408852205/fuzzy_normal.jpg", "favourites_count": 137, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685256148669222912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/JohnLegere/sta\u2026", "url": "https://t.co/HqFQtsAKND", "expanded_url": "https://twitter.com/JohnLegere/status/685201130427531264", "indices": [57, 80]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:26:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685256148669222912, "text": "Ugh CEO put foot in mouth with this one, I feel the pain https://t.co/HqFQtsAKND", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 143128205, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/462058347005370369/5bvgJJ2N.jpeg", "statuses_count": 1295, "profile_banner_url": "https://pbs.twimg.com/profile_banners/143128205/1398998211", "is_translator": false}], "next_cursor": 1489123725664322527, "previous_cursor": -1494685098210881400, "previous_cursor_str": "-1494685098210881400", "next_cursor_str": "1489123725664322527"}python-twitter-3.3/testdata/get_friends_2.json000066400000000000000000024130631311017327200216240ustar00rootroot00000000000000{"users": [{"time_zone": "Bern", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "2898431", "following": false, "friends_count": 453, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stefan-strigler.de", "url": "http://t.co/MMFUtto9Dc", "expanded_url": "http://stefan-strigler.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/219733938/IMG_0074.JPG", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 539, "location": "52.484125,13.447212", "screen_name": "zeank", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "stefan strigler", "profile_use_background_image": true, "description": "jabbermaniac, javascript and erlang enthusiast", "url": "http://t.co/MMFUtto9Dc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/589719809803288577/i1K0dkpK_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 29 21:46:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/589719809803288577/i1K0dkpK_normal.jpg", "favourites_count": 7605, "status": {"retweet_count": 107, "retweeted_status": {"retweet_count": 107, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685241368323567617", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 733, "h": 387, "resize": "fit"}, "medium": {"w": 600, "h": 316, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 179, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJ3ZKaUoAA-rSR.png", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CYJ3ZKaUoAA-rSR.png", "display_url": "pic.twitter.com/gnZlI5niUq", "id_str": "685241367488929792", "expanded_url": "http://twitter.com/TheRoyalTbomb/status/685241368323567617/photo/1", "id": 685241367488929792, "url": "https://t.co/gnZlI5niUq"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "duckduckgo", "id_str": "14504859", "id": 14504859, "indices": [46, 57], "name": "DuckDuckGo"}]}, "created_at": "Thu Jan 07 23:27:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685241368323567617, "text": "Just learned that typing 'color picker' in to @duckduckgo brings up ... a color picker!! Another reason I love ddg. https://t.co/gnZlI5niUq", "coordinates": null, "retweeted": false, "favorite_count": 110, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685455218205655040", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 733, "h": 387, "resize": "fit"}, "medium": {"w": 600, "h": 316, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 179, "resize": "fit"}}, "source_status_id_str": "685241368323567617", "media_url": "http://pbs.twimg.com/media/CYJ3ZKaUoAA-rSR.png", "source_user_id_str": "281405328", "id_str": "685241367488929792", "id": 685241367488929792, "media_url_https": "https://pbs.twimg.com/media/CYJ3ZKaUoAA-rSR.png", "type": "photo", "indices": [139, 140], "source_status_id": 685241368323567617, "source_user_id": 281405328, "display_url": "pic.twitter.com/gnZlI5niUq", "expanded_url": "http://twitter.com/TheRoyalTbomb/status/685241368323567617/photo/1", "url": "https://t.co/gnZlI5niUq"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TheRoyalTbomb", "id_str": "281405328", "id": 281405328, "indices": [3, 17], "name": "Mike Tannenbaum \u30c4"}, {"screen_name": "duckduckgo", "id_str": "14504859", "id": 14504859, "indices": [65, 76], "name": "DuckDuckGo"}]}, "created_at": "Fri Jan 08 13:37:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685455218205655040, "text": "RT @TheRoyalTbomb: Just learned that typing 'color picker' in to @duckduckgo brings up ... a color picker!! Another reason I love ddg. http\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2898431, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/219733938/IMG_0074.JPG", "statuses_count": 14855, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2898431/1399637633", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1537305181", "following": false, "friends_count": 71, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "talky.io", "url": "http://t.co/ENtk7BVm7Z", "expanded_url": "http://talky.io", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 806, "location": "Richland, WA", "screen_name": "usetalky", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Talky", "profile_use_background_image": true, "description": "Group video chat and screen sharing, built with love by @andyet - ask us about on-site versions and realtime product development!", "url": "http://t.co/ENtk7BVm7Z", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000026458107/d122752f4dc74a93ea4375c24e1cc4eb_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jun 21 20:27:02 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000026458107/d122752f4dc74a93ea4375c24e1cc4eb_normal.png", "favourites_count": 202, "status": {"in_reply_to_status_id": 666740095454724098, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "dominictarr", "in_reply_to_user_id": 136933779, "in_reply_to_status_id_str": "666740095454724098", "in_reply_to_user_id_str": "136933779", "truncated": false, "id_str": "666759139003990017", "id": 666759139003990017, "text": "@dominictarr @dan_jenkins @fritzvd Yes, Apple doesn't support the WEbRTC standard yet in Safari. Someday, we hope...", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dominictarr", "id_str": "136933779", "id": 136933779, "indices": [0, 12], "name": "Dominic Tarr"}, {"screen_name": "dan_jenkins", "id_str": "16101889", "id": 16101889, "indices": [13, 25], "name": "Dan Jenkins"}, {"screen_name": "fritzvd", "id_str": "26720376", "id": 26720376, "indices": [26, 34], "name": "Boring Stranger"}]}, "created_at": "Tue Nov 17 23:25:41 +0000 2015", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1537305181, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 471, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1537305181/1433181818", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "752673", "following": false, "friends_count": 3265, "entities": {"description": {"urls": [{"display_url": "ukiyo-e.org", "url": "http://t.co/vc69XXB4fq", "expanded_url": "http://ukiyo-e.org", "indices": [76, 98]}]}, "url": {"urls": [{"display_url": "ejohn.org", "url": "http://t.co/DhxxrmIfa8", "expanded_url": "http://ejohn.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/877581375/8dffa13dd0d000736ca8b34b794cda8f.png", "notifications": false, "profile_sidebar_fill_color": "F2EEBB", "profile_link_color": "224F52", "geo_enabled": true, "followers_count": 213204, "location": "Brooklyn, NY", "screen_name": "jeresig", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 9950, "name": "John Resig", "profile_use_background_image": true, "description": "Creator of @jquery, JavaScript programmer, author, Japanese woodblock nerd (http://t.co/vc69XXB4fq), work at @khanacademy.", "url": "http://t.co/DhxxrmIfa8", "profile_text_color": "272727", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/628273703587975168/YorO7ort_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sat Feb 03 20:17:32 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/628273703587975168/YorO7ort_normal.png", "favourites_count": 2622, "status": {"in_reply_to_status_id": 684370709590749185, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "mrb_bk", "in_reply_to_user_id": 10179552, "in_reply_to_status_id_str": "684370709590749185", "in_reply_to_user_id_str": "10179552", "truncated": false, "id_str": "684384448872361984", "id": 684384448872361984, "text": "@mrb_bk is that in the peacock room?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mrb_bk", "id_str": "10179552", "id": 10179552, "indices": [0, 7], "name": "mrb"}]}, "created_at": "Tue Jan 05 14:42:22 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 752673, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/877581375/8dffa13dd0d000736ca8b34b794cda8f.png", "statuses_count": 9059, "profile_banner_url": "https://pbs.twimg.com/profile_banners/752673/1396970219", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "9533042", "following": false, "friends_count": 786, "entities": {"description": {"urls": [{"display_url": "mozilla.org", "url": "https://t.co/3BL4fnhZut", "expanded_url": "http://mozilla.org", "indices": [45, 68]}, {"display_url": "brave.com", "url": "https://t.co/NV4bmd6vxq", "expanded_url": "https://brave.com/", "indices": [101, 124]}]}, "url": {"urls": [{"display_url": "brendaneich.com", "url": "https://t.co/31gjnOax12", "expanded_url": "http://www.brendaneich.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/179519748/blog-bg.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 50699, "location": "Everywhere JS runs", "screen_name": "BrendanEich", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2899, "name": "BrendanEich", "profile_use_background_image": true, "description": "Brendan Eich invented JavaScript, co-founded https://t.co/3BL4fnhZut, and has founded a new startup, https://t.co/NV4bmd6vxq.", "url": "https://t.co/31gjnOax12", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603270050556956672/T0mfRsil_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Oct 19 01:09:03 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603270050556956672/T0mfRsil_normal.png", "favourites_count": 7179, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685595851637534721", "id": 685595851637534721, "text": "I just heard some more terrible and wasteful spending going on at $YHOO", "geo": null, "entities": {"symbols": [{"text": "YHOO", "indices": [66, 71]}], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:56:03 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685596370137296896", "in_reply_to_user_id_str": null, "entities": {"symbols": [{"text": "YHOO", "indices": [83, 88]}], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ericjackson", "id_str": "818071", "id": 818071, "indices": [3, 15], "name": "Eric Jackson"}]}, "created_at": "Fri Jan 08 22:58:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685596370137296896, "text": "RT @ericjackson: I just heard some more terrible and wasteful spending going on at $YHOO", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 9533042, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/179519748/blog-bg.jpg", "statuses_count": 35228, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9533042/1432670315", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15618553", "following": false, "friends_count": 732, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gatherthepeople.com", "url": "https://t.co/9l9PYSHSTI", "expanded_url": "https://gatherthepeople.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000048572233/104e2ce2a8d792fc7923def2deeef06d.png", "notifications": false, "profile_sidebar_fill_color": "E1E3D8", "profile_link_color": "0EB0CD", "geo_enabled": false, "followers_count": 5849, "location": "Norfolk, VA", "screen_name": "sarahjbray", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 391, "name": "Sarah Bray", "profile_use_background_image": true, "description": "Human-centered marketing strategist at @gathertheppl. \u2764\ufe0f writing, design, dev, & you. Side projects: @everybranchis & toast.", "url": "https://t.co/9l9PYSHSTI", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494526865919315968/f86JgG9I_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sun Jul 27 07:57:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494526865919315968/f86JgG9I_normal.jpeg", "favourites_count": 8734, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685577740284760068", "id": 685577740284760068, "text": "Uggh. I hate it when I use a winky face instead of a smiley face by accident. Makes so many conversations unintentionally creepy.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:44:05 +0000 2016", "source": "Buffer", "favorite_count": 6, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15618553, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000048572233/104e2ce2a8d792fc7923def2deeef06d.png", "statuses_count": 18374, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15618553/1431446371", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "435181415", "following": false, "friends_count": 262, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "redhat.com", "url": "http://t.co/zYkyiWoxru", "expanded_url": "http://www.redhat.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591912595/kh0uwwpav0e941hh4hdu.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1241, "location": "", "screen_name": "RHELdevelop", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "RHELdevelop", "profile_use_background_image": true, "description": "", "url": "http://t.co/zYkyiWoxru", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2267097300/l06f4pzvkc62r6h4heyz_normal.png", "profile_background_color": "2C2C2C", "created_at": "Mon Dec 12 19:27:58 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2267097300/l06f4pzvkc62r6h4heyz_normal.png", "favourites_count": 4, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685140373132283904", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wp.me/p2WBxv-1Kyi", "url": "https://t.co/Eovnh7YrfG", "expanded_url": "http://wp.me/p2WBxv-1Kyi", "indices": [31, 54]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 16:46:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685140373132283904, "text": "React.js with Isotope and\u00a0Flux https://t.co/Eovnh7YrfG", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "WordPress.com"}, "default_profile_image": false, "id": 435181415, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591912595/kh0uwwpav0e941hh4hdu.jpeg", "statuses_count": 748, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "21702939", "following": false, "friends_count": 368, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ayena.de", "url": "http://t.co/PPmUCAkPiS", "expanded_url": "http://ayena.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "94D487", "geo_enabled": false, "followers_count": 110, "location": "Hamburg, Germany", "screen_name": "tobiasfar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Tobias Markmann", "profile_use_background_image": false, "description": "OSS dev, XMPP, SASL, security, crypto, CompSci, usability, UX, etc.", "url": "http://t.co/PPmUCAkPiS", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2634231247/af02b3e9ab7d867850492242f0339858_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Feb 23 22:40:23 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2634231247/af02b3e9ab7d867850492242f0339858_normal.jpeg", "favourites_count": 539, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685476729222201344", "id": 685476729222201344, "text": "Close call with a copywriting error: \"important military messaging\" almost published as \"impotent military massaging\" #SpellCheckNoHelp", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "SpellCheckNoHelp", "indices": [118, 135]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:02:42 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685478054521651200", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "SpellCheckNoHelp", "indices": [135, 140]}], "user_mentions": [{"screen_name": "willsheward", "id_str": "16362966", "id": 16362966, "indices": [3, 15], "name": "Will Sheward"}]}, "created_at": "Fri Jan 08 15:07:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685478054521651200, "text": "RT @willsheward: Close call with a copywriting error: \"important military messaging\" almost published as \"impotent military massaging\" #Spe\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 21702939, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 1189, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21702939/1422117406", "is_translator": false}, {"time_zone": "Edinburgh", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "18728950", "following": false, "friends_count": 2095, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kateho.com", "url": "http://t.co/c6WNxKhxL9", "expanded_url": "http://www.kateho.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 3184, "location": "Edinburgh, Scotland", "screen_name": "kateho", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 176, "name": "Kate Ho", "profile_use_background_image": false, "description": "All about User Experience. Designs mobile apps. Builds kids games. Love geeking with the arts. Head of Product at @mygovscot", "url": "http://t.co/c6WNxKhxL9", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/451637989467119616/Qjrmjbpt_normal.png", "profile_background_color": "000000", "created_at": "Wed Jan 07 17:18:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451637989467119616/Qjrmjbpt_normal.png", "favourites_count": 340, "status": {"in_reply_to_status_id": 685527764666023940, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "redowle", "in_reply_to_user_id": 2279940315, "in_reply_to_status_id_str": "685527764666023940", "in_reply_to_user_id_str": "2279940315", "truncated": false, "id_str": "685562519843373056", "id": 685562519843373056, "text": "@redowle @grahambeedie check you out being a philosopher!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "redowle", "id_str": "2279940315", "id": 2279940315, "indices": [0, 8], "name": "rachel dowle"}, {"screen_name": "grahambeedie", "id_str": "20667729", "id": 20667729, "indices": [9, 22], "name": "Graham Beedie"}]}, "created_at": "Fri Jan 08 20:43:36 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18728950, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 3071, "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "25798693", "following": false, "friends_count": 328, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hilaryroberts.co.uk", "url": "http://t.co/kZA4hPOy7m", "expanded_url": "http://www.hilaryroberts.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/783108438/ebfc698e202070d0533fc87104057ce7.png", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1075, "location": "", "screen_name": "hilcsr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "Hilary Roberts", "profile_use_background_image": true, "description": "Product Manager @Skyscanner. Wife to @philip_roberts. General enthusiasm.", "url": "http://t.co/kZA4hPOy7m", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678141690834780160/h0gxn2RA_normal.jpg", "profile_background_color": "EEEEEE", "created_at": "Sun Mar 22 08:40:41 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678141690834780160/h0gxn2RA_normal.jpg", "favourites_count": 154, "status": {"in_reply_to_status_id": 566370581927714816, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "hilcsr", "in_reply_to_user_id": 25798693, "in_reply_to_status_id_str": "566370581927714816", "in_reply_to_user_id_str": "25798693", "truncated": false, "id_str": "678141033792847872", "id": 678141033792847872, "text": "2015 in review: Belfast | Budapest | Dublin | Inverness | Kyoto | London | Manchester | Oxford | Seattle | Sofia | Strasbourg | Tokyo.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Dec 19 09:13:16 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 25798693, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/783108438/ebfc698e202070d0533fc87104057ce7.png", "statuses_count": 2576, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25798693/1450516588", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14883693", "following": false, "friends_count": 216, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000005250560/b4ae108d319a0a71fe4743fe1f8234f6.jpeg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "FF7502", "geo_enabled": true, "followers_count": 410, "location": "", "screen_name": "babyfro", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Rachel Baldwin", "profile_use_background_image": true, "description": "Stuff goes here.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647197621082198016/CSY6U7IL_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Fri May 23 16:42:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647197621082198016/CSY6U7IL_normal.jpg", "favourites_count": 188, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684821399475630080", "id": 684821399475630080, "text": "Importing and tossing CD's. So sick of random clutter. Who needs spring cleaning when you can have a Winter Wash!!!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 19:38:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14883693, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000005250560/b4ae108d319a0a71fe4743fe1f8234f6.jpeg", "statuses_count": 3397, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14883693/1443145419", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14518875", "following": false, "friends_count": 461, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fitnerd.amac.me", "url": "http://t.co/uSmPFCWpb4", "expanded_url": "http://fitnerd.amac.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 699, "location": "Sandpoint, ID", "screen_name": "aaronmccall", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 58, "name": "Aaron McCall", "profile_use_background_image": true, "description": "Husband, father, maker, lifter, foodie. Love & minister with @PastorAmberDawn. Work @andyet. Live in @CityOfBoise.", "url": "http://t.co/uSmPFCWpb4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585236377748443136/foTlvySa_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Apr 24 22:29:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585236377748443136/foTlvySa_normal.jpg", "favourites_count": 531, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "680186676124237824", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXCCLZHWQAAFnWM.jpg", "type": "photo", "indices": [25, 48], "media_url": "http://pbs.twimg.com/media/CXCCLZHWQAAFnWM.jpg", "display_url": "pic.twitter.com/woeqDEPfa6", "id_str": "680186675964821504", "expanded_url": "http://twitter.com/aaronmccall/status/680186676124237824/photo/1", "id": 680186675964821504, "url": "https://t.co/woeqDEPfa6"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 25 00:41:55 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "nl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680186676124237824, "text": "Winter Wonderland it is! https://t.co/woeqDEPfa6", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "IFTTT"}, "default_profile_image": false, "id": 14518875, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5031, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14518875/1437492841", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "15810455", "following": false, "friends_count": 99, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "latentflip.com", "url": "http://t.co/D5e7NnDsG4", "expanded_url": "http://www.latentflip.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3159, "location": "Edinburgh", "screen_name": "philip_roberts", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 184, "name": "Philip Roberts", "profile_use_background_image": false, "description": "JavaScripter and ethicist with my friends at @andyet, husband to @hilcsr.", "url": "http://t.co/D5e7NnDsG4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657700482220216320/UfMaYL1q_normal.jpg", "profile_background_color": "022330", "created_at": "Mon Aug 11 17:04:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657700482220216320/UfMaYL1q_normal.jpg", "favourites_count": 2494, "status": {"retweet_count": 0, "in_reply_to_user_id": 25183606, "possibly_sensitive": false, "id_str": "685549648233263104", "in_reply_to_user_id_str": "25183606", "entities": {"symbols": [], "urls": [{"display_url": "latentflip.com/emergency-jasp\u2026", "url": "https://t.co/u5vYJgOHP2", "expanded_url": "http://latentflip.com/emergency-jasper/", "indices": [18, 41]}], "hashtags": [], "user_mentions": [{"screen_name": "Charlotteis", "id_str": "25183606", "id": 25183606, "indices": [0, 12], "name": "console.warn()"}]}, "created_at": "Fri Jan 08 19:52:27 +0000 2016", "favorited": false, "in_reply_to_status_id": 685549471275597824, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/7ae9e2f2ff7a87cd.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-3.3285119, 55.894729], [-3.077505, 55.894729], [-3.077505, 55.991662], [-3.3285119, 55.991662]]], "type": "Polygon"}, "full_name": "Edinburgh, Scotland", "contained_within": [], "country_code": "GB", "id": "7ae9e2f2ff7a87cd", "name": "Edinburgh"}, "in_reply_to_screen_name": "Charlotteis", "in_reply_to_status_id_str": "685549471275597824", "truncated": false, "id": 685549648233263104, "text": "@Charlotteis oops https://t.co/u5vYJgOHP2", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 15810455, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 23882, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15810455/1385903051", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "622564842", "following": false, "friends_count": 21, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "liftsecurity.io", "url": "http://t.co/SrWJg242Xh", "expanded_url": "http://liftsecurity.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/597700721/8vp76usrc2cf6ko1ftdq.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B9BDB", "geo_enabled": false, "followers_count": 677, "location": "Richland, WA", "screen_name": "LiftSecurity", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "^lift security", "profile_use_background_image": true, "description": "We're here to guide your team in building secure web applications. Security Assessments, Training, and Consulting.", "url": "http://t.co/SrWJg242Xh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497855749989466112/uuluTvQ__normal.png", "profile_background_color": "FAFAFA", "created_at": "Sat Jun 30 04:03:28 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497855749989466112/uuluTvQ__normal.png", "favourites_count": 127, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683737775858794497", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "it.slashdot.org/story/16/01/03\u2026", "url": "https://t.co/nT7CXrmKCP", "expanded_url": "http://it.slashdot.org/story/16/01/03/1541254/first-nodejs-powered-ransomware-discovered?utm_source=slashdot&utm_medium=twitter", "indices": [49, 72]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Jan 03 19:52:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683737775858794497, "text": "The First Node.js Powered Ransomware Discovered. https://t.co/nT7CXrmKCP", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 622564842, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/597700721/8vp76usrc2cf6ko1ftdq.jpeg", "statuses_count": 275, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "41294568", "following": false, "friends_count": 60, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.com", "url": "https://t.co/SteW4uB7tS", "expanded_url": "http://andyet.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/50448757/headertwitter3.jpg", "notifications": false, "profile_sidebar_fill_color": "DDDDDD", "profile_link_color": "3B9BDB", "geo_enabled": true, "followers_count": 4489, "location": "Richland, WA", "screen_name": "andyet", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 265, "name": "&yet", "profile_use_background_image": true, "description": "We create & consult from dream to deploy. We're the kind & efficient sort of perfectionists.\n\nUX + JS + Node + Realtime\n\n@liftsecurity @usetalky @nodesecurity", "url": "https://t.co/SteW4uB7tS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/630588077510033408/YoZIkOzS_normal.png", "profile_background_color": "FAFAFA", "created_at": "Wed May 20 04:18:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "555555", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/630588077510033408/YoZIkOzS_normal.png", "favourites_count": 921, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684857661091790848", "id": 684857661091790848, "text": "Hallway talks today - Star Wars, reading levels, the one cow coffee mug in the office, teachers, and upcoming art shows.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 22:02:45 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 8, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 41294568, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/50448757/headertwitter3.jpg", "statuses_count": 2468, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41294568/1447448326", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "123851638", "following": false, "friends_count": 85, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kismith.co.uk", "url": "http://t.co/46yZ8T0uTP", "expanded_url": "http://kismith.co.uk", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 188, "location": "", "screen_name": "definitivekev", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Kevin Smith", "profile_use_background_image": true, "description": "XMPP developer / author, Swift, Psi, XMPP: The Definitive Guide. Techie side of @KevTWondersheep", "url": "http://t.co/46yZ8T0uTP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/758031559/avatar-me2_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 17 12:08:32 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/758031559/avatar-me2_normal.png", "favourites_count": 3, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679707901062180865", "id": 679707901062180865, "text": "Ah yes, that \"But the Internet said this should work!\" moment when trying to write CSS. Flexbox: 1, Kev: 0.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 23 16:59:26 +0000 2015", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 123851638, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 190, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "47908980", "following": false, "friends_count": 399, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ehsanakhgari.org", "url": "http://t.co/k2Dqta2KPz", "expanded_url": "http://ehsanakhgari.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": false, "followers_count": 927, "location": "Toronto", "screen_name": "ehsanakhgari", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Ehsan Akhgari", "profile_use_background_image": true, "description": "Mozilla hacker", "url": "http://t.co/k2Dqta2KPz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522494268812701696/Pf-iJWP8_normal.jpeg", "profile_background_color": "709397", "created_at": "Wed Jun 17 09:31:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522494268812701696/Pf-iJWP8_normal.jpeg", "favourites_count": 13, "status": {"in_reply_to_status_id": 685598451988561921, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ehsanakhgari", "in_reply_to_user_id": 47908980, "in_reply_to_status_id_str": "685598451988561921", "in_reply_to_user_id_str": "47908980", "truncated": false, "id_str": "685598842050482177", "id": 685598842050482177, "text": "@inexorabletash @mikewest @metromoxie @jaffathecake @wanderview @ericlaw IIRC our number is 0.05% of page loads.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "inexorabletash", "id_str": "15871491", "id": 15871491, "indices": [0, 15], "name": "Joshua Bell"}, {"screen_name": "mikewest", "id_str": "63163", "id": 63163, "indices": [16, 25], "name": "Mike West"}, {"screen_name": "metromoxie", "id_str": "42462490", "id": 42462490, "indices": [26, 37], "name": "Joel Weinberger"}, {"screen_name": "jaffathecake", "id_str": "15390783", "id": 15390783, "indices": [38, 51], "name": "Jake Archibald"}, {"screen_name": "wanderview", "id_str": "362469218", "id": 362469218, "indices": [52, 63], "name": "Ben Kelly"}, {"screen_name": "ericlaw", "id_str": "5725652", "id": 5725652, "indices": [64, 72], "name": "Eric Lawrence"}]}, "created_at": "Fri Jan 08 23:07:56 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 47908980, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 393, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "318908901", "following": false, "friends_count": 99, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitch.tv/kraftypants", "url": "http://t.co/vyQ8oj2519", "expanded_url": "http://www.twitch.tv/kraftypants", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 164, "location": "Tri-Cities, WA", "screen_name": "krcaputo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Katie", "profile_use_background_image": true, "description": "bad gamer. artist. cat lady. food lover.", "url": "http://t.co/vyQ8oj2519", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/483000980468817920/65pjX-0M_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Fri Jun 17 07:35:31 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483000980468817920/65pjX-0M_normal.jpeg", "favourites_count": 354, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684903853343551488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BAOAE3wiPch/", "url": "https://t.co/iNHTm18UQD", "expanded_url": "https://www.instagram.com/p/BAOAE3wiPch/", "indices": [10, 33]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 01:06:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684903853343551488, "text": "Snort lol https://t.co/iNHTm18UQD", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 318908901, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 2099, "profile_banner_url": "https://pbs.twimg.com/profile_banners/318908901/1403991399", "is_translator": false}, {"time_zone": "America/Los_Angeles", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13038122", "following": false, "friends_count": 109, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/464171753149722625/D1IzAztF.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "080808", "geo_enabled": false, "followers_count": 183, "location": "", "screen_name": "madelmund", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Mat Adelmund", "profile_use_background_image": true, "description": "MTG fan (username Flashtastica on Pucatrade), sports fan, neature fan.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1815556860/AFB1FF81-6BC1-49DB-B62B-A2DBF2EE9986_normal", "profile_background_color": "1A1B1F", "created_at": "Mon Feb 04 07:06:47 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815556860/AFB1FF81-6BC1-49DB-B62B-A2DBF2EE9986_normal", "favourites_count": 1232, "status": {"in_reply_to_status_id": 685530200675872768, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MTGatTCGplayer", "in_reply_to_user_id": 54425885, "in_reply_to_status_id_str": "685530200675872768", "in_reply_to_user_id_str": "54425885", "truncated": false, "id_str": "685536826401009664", "id": 685536826401009664, "text": "@MTGatTCGplayer if you're wondering why you lose followers, look no further than these annoying posts.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MTGatTCGplayer", "id_str": "54425885", "id": 54425885, "indices": [0, 15], "name": "Magic.TCGplayer.com"}]}, "created_at": "Fri Jan 08 19:01:30 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13038122, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/464171753149722625/D1IzAztF.jpeg", "statuses_count": 4621, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13038122/1429241732", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10794832", "following": false, "friends_count": 109, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jkprovideo.com", "url": "https://t.co/m1VXCvKpr8", "expanded_url": "http://jkprovideo.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2047112/spider-guarding-eggs-683251-xl.jpg", "notifications": false, "profile_sidebar_fill_color": "EEEECC", "profile_link_color": "218754", "geo_enabled": true, "followers_count": 369, "location": "eccenTriCities, Washington", "screen_name": "junsten", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "easily distracte", "profile_use_background_image": false, "description": "Personal Twitter account of Justin Brault. Opinions expressed are not those of my company, its parent company or my parents.", "url": "https://t.co/m1VXCvKpr8", "profile_text_color": "101041", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667533921840566277/feExkf3L_normal.jpg", "profile_background_color": "101041", "created_at": "Sun Dec 02 22:05:59 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "101041", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667533921840566277/feExkf3L_normal.jpg", "favourites_count": 473, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685577162687053824", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/TriCityHerald/\u2026", "url": "https://t.co/5yTImEYe01", "expanded_url": "https://twitter.com/TriCityHerald/status/685576485244030976", "indices": [67, 90]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:41:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685577162687053824, "text": "I misread \u201cKennewick man\u201d as \u201cKennewick Man\u201d Every. Single. Time. \nhttps://t.co/5yTImEYe01", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 10794832, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2047112/spider-guarding-eggs-683251-xl.jpg", "statuses_count": 8288, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "12811302", "following": false, "friends_count": 917, "entities": {"description": {"urls": [{"display_url": "on.fb.me/ZN1M85", "url": "http://t.co/2nrtjFXE5G", "expanded_url": "http://on.fb.me/ZN1M85", "indices": [134, 156]}]}, "url": {"urls": [{"display_url": "facebook.com/christopher.bl\u2026", "url": "https://t.co/2uv4GOkTL6", "expanded_url": "https://www.facebook.com/christopher.blizzard", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "D4C4B9", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 8637, "location": "Santa Clara, CA", "screen_name": "chrisblizzard", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 421, "name": "Christopher Blizzard", "profile_use_background_image": false, "description": "Developer Relations Clown at Facebook. Lemons racer. Former Mozillian. Lots of tech and cats doing funny things. Also on Facebook: http://t.co/2nrtjFXE5G", "url": "https://t.co/2uv4GOkTL6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/421244098/blizz-head-sq-96_normal.png", "profile_background_color": "4A4F68", "created_at": "Tue Jan 29 02:13:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "5C5C5C", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/421244098/blizz-head-sq-96_normal.png", "favourites_count": 2025, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582539432460289", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "vine.co/v/OjqeYWWpVWK", "url": "https://t.co/66CLkgwSmz", "expanded_url": "https://vine.co/v/OjqeYWWpVWK", "indices": [91, 114]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:03:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582539432460289, "text": "When I want to focus on quality work I leave this running in the background as a reminder: https://t.co/66CLkgwSmz", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 12811302, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 23505, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12811302/1397768573", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16130049", "following": false, "friends_count": 317, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 203, "location": "\u00dcT: 41.39564,-82.15921", "screen_name": "jslagle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "jslagle", "profile_use_background_image": true, "description": "Problem solving nerd; infrastructure guy. Trying to bring technology to whatever he can, including fitness and the traditional enterprise.", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1276325677/IMG_2111-resize_normal.JPG", "profile_background_color": "1A1B1F", "created_at": "Thu Sep 04 15:11:08 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1276325677/IMG_2111-resize_normal.JPG", "favourites_count": 7, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "sjonsson", "in_reply_to_user_id": 14366907, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "14366907", "truncated": false, "id_str": "685565535203926016", "id": 685565535203926016, "text": "@sjonsson You should have shared your MFP etc username :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sjonsson", "id_str": "14366907", "id": 14366907, "indices": [0, 9], "name": "Stan J\u00f3nsson"}]}, "created_at": "Fri Jan 08 20:55:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16130049, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1507, "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "118345831", "following": false, "friends_count": 9174, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "philippe.lewin.me", "url": "http://t.co/flKLkiL7fj", "expanded_url": "http://philippe.lewin.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "8F5536", "geo_enabled": true, "followers_count": 10735, "location": "Paris, France", "screen_name": "PhilippeLewin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 168, "name": "Philippe Lewin", "profile_use_background_image": true, "description": "May share things about IT, dev, ops, data *, monitoring and security.\n\n@parismonitoring", "url": "http://t.co/flKLkiL7fj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655845220727324672/vvvFJhGq_normal.jpg", "profile_background_color": "8B542B", "created_at": "Sun Feb 28 11:11:37 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655845220727324672/vvvFJhGq_normal.jpg", "favourites_count": 442, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684261361082339328", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1ZL3tjM", "url": "https://t.co/fmPFnGNJUY", "expanded_url": "http://bit.ly/1ZL3tjM", "indices": [34, 57]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 06:33:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684261361082339328, "text": "Permanent Identifiers for the Web https://t.co/fmPFnGNJUY", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 118345831, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 1190, "profile_banner_url": "https://pbs.twimg.com/profile_banners/118345831/1420119559", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "12996602", "following": false, "friends_count": 238, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2042112/Bus_20Excursion_20_1.JPG", "notifications": false, "profile_sidebar_fill_color": "F385A9", "profile_link_color": "060BD7", "geo_enabled": true, "followers_count": 214, "location": "", "screen_name": "jadelmund", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Julie Adelmund", "profile_use_background_image": false, "description": "CPA for real. Tax Preparer extrodinaire. Wife of @madelmund; mother of 3 (dogs). Follower of Christ.", "url": null, "profile_text_color": "D7064A", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1302404708/Screen_shot_2011-04-06_at_2.41.25_PM_normal.png", "profile_background_color": "F385A9", "created_at": "Sun Feb 03 01:31:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D7064A", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1302404708/Screen_shot_2011-04-06_at_2.41.25_PM_normal.png", "favourites_count": 632, "status": {"in_reply_to_status_id": 675889949888024576, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MBrault", "in_reply_to_user_id": 27579777, "in_reply_to_status_id_str": "675889949888024576", "in_reply_to_user_id_str": "27579777", "truncated": false, "id_str": "676062488035627009", "id": 676062488035627009, "text": "@MBrault @lalahods gorgeous!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MBrault", "id_str": "27579777", "id": 27579777, "indices": [0, 8], "name": "Michelle"}, {"screen_name": "lalahods", "id_str": "227551595", "id": 227551595, "indices": [9, 18], "name": "Lady Hodo"}]}, "created_at": "Sun Dec 13 15:33:52 +0000 2015", "source": "Twitter for iPad", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 12996602, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2042112/Bus_20Excursion_20_1.JPG", "statuses_count": 1726, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12996602/1421597549", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "34368005", "following": false, "friends_count": 344, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 125, "location": "", "screen_name": "jessecpeterson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Jesse Peterson", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Apr 22 19:21:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png", "favourites_count": 15, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684537994586398720", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/marczak/status\u2026", "url": "https://t.co/TO0vTofgNn", "expanded_url": "https://twitter.com/marczak/status/684536561401245696", "indices": [113, 136]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 00:52:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684537994586398720, "text": "I suppose for some people for some movies the studio/intro jingle just is *that* flick. Tristar does that for me https://t.co/TO0vTofgNn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": true, "id": 34368005, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 164, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "97506932", "following": false, "friends_count": 104, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tilanus.com", "url": "http://t.co/60VzbWrfaR", "expanded_url": "http://www.tilanus.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/574846490083860482/Ppai_wXN.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "520303", "geo_enabled": false, "followers_count": 162, "location": "Pijnacker", "screen_name": "winfriedtilanus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Winfried Tilanus", "profile_use_background_image": true, "description": "Thinking is a knife. A good cut enables action. Knowledge tells where to cut, clean cuts come with experience. But in the end it boils down to dare to cut.", "url": "http://t.co/60VzbWrfaR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579666619/winfried_normal.jpg", "profile_background_color": "BD6000", "created_at": "Thu Dec 17 19:19:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579666619/winfried_normal.jpg", "favourites_count": 23, "status": {"in_reply_to_status_id": 685033853401063424, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "zeank", "in_reply_to_user_id": 2898431, "in_reply_to_status_id_str": "685033853401063424", "in_reply_to_user_id_str": "2898431", "truncated": false, "id_str": "685036295190646784", "id": 685036295190646784, "text": "@zeank when reading @stewartbaker I also first thought it was @theonion, but he sincerely shows us the right direction!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "zeank", "id_str": "2898431", "id": 2898431, "indices": [0, 6], "name": "stefan strigler"}, {"screen_name": "stewartbaker", "id_str": "11484172", "id": 11484172, "indices": [20, 33], "name": "stewartbaker"}, {"screen_name": "TheOnion", "id_str": "14075928", "id": 14075928, "indices": [62, 71], "name": "The Onion"}]}, "created_at": "Thu Jan 07 09:52:34 +0000 2016", "source": "Choqok", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 97506932, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/574846490083860482/Ppai_wXN.png", "statuses_count": 1064, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "28593671", "following": false, "friends_count": 186, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 48, "location": "Waterford, Ireland", "screen_name": "weili1984", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Wei Li", "profile_use_background_image": true, "description": "Software Engineer @FeedHenry", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/512367356933578752/YQvZix6G_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Apr 03 16:10:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/512367356933578752/YQvZix6G_normal.jpeg", "favourites_count": 19, "status": {"retweet_count": 4, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": null, "in_reply_to_screen_name": "jasonmadigan", "in_reply_to_user_id": 8654152, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "8654152", "truncated": false, "id_str": "675426132502687745", "id": 675426132502687745, "text": "@jasonmadigan #jasonstag2015", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "jasonstag2015", "indices": [14, 28]}], "user_mentions": [{"screen_name": "jasonmadigan", "id_str": "8654152", "id": 8654152, "indices": [0, 13], "name": "Jason Madigan"}]}, "created_at": "Fri Dec 11 21:25:13 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "in_reply_to_user_id": null, "id_str": "675426461533229057", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "jasonstag2015", "indices": [30, 44]}], "user_mentions": [{"screen_name": "ialanmoran", "id_str": "353861082", "id": 353861082, "indices": [3, 14], "name": "Alan Moran"}, {"screen_name": "jasonmadigan", "id_str": "8654152", "id": 8654152, "indices": [16, 29], "name": "Jason Madigan"}]}, "created_at": "Fri Dec 11 21:26:31 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675426461533229057, "text": "RT @ialanmoran: @jasonmadigan #jasonstag2015", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 28593671, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28593671/1410994647", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "23238890", "following": false, "friends_count": 298, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "charles.stanho.pe", "url": "http://t.co/xkzuqVonai", "expanded_url": "http://charles.stanho.pe", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9C481D", "geo_enabled": false, "followers_count": 83, "location": "Portland, OR", "screen_name": "cstanhope", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Charles Stanhope", "profile_use_background_image": false, "description": "Software/hardware developer interested in programming languages, open platforms, art, craft, diy, learning, life etc. Trying hard to be part of the solution.", "url": "http://t.co/xkzuqVonai", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684168704196644864/8iC7wstY_normal.jpg", "profile_background_color": "0A703D", "created_at": "Sat Mar 07 21:47:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684168704196644864/8iC7wstY_normal.jpg", "favourites_count": 3712, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "JohnLegere", "in_reply_to_user_id": 1394399438, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "1394399438", "truncated": false, "id_str": "685223070018080769", "id": 685223070018080769, "text": "@JohnLegere EFF supporter and a T-Mobile customer since my first cell phone, but you just made me regret the latter. #WeAreEFF", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "WeAreEFF", "indices": [117, 126]}], "user_mentions": [{"screen_name": "JohnLegere", "id_str": "1394399438", "id": 1394399438, "indices": [0, 11], "name": "John Legere"}]}, "created_at": "Thu Jan 07 22:14:45 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 23238890, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 2903, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "90916703", "following": false, "friends_count": 150, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 346, "location": "Kansas City, MO", "screen_name": "michellebrush", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Michelle Brush", "profile_use_background_image": false, "description": "Math geek leading teams that bring in big data for @cernereng, chapter leader for @gdikc, and organizer for @midwestio.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/625000596383227908/WH7hhHsO_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Nov 18 17:33:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625000596383227908/WH7hhHsO_normal.jpg", "favourites_count": 214, "status": {"retweet_count": 497, "retweeted_status": {"retweet_count": 497, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675354789346156545", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/GmGcqB5292", "url": "https://t.co/GmGcqB5292", "expanded_url": "http://twitter.com/lennyzeltser/status/675354789346156545/photo/1", "indices": [16, 39]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 11 16:41:43 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675354789346156545, "text": "Risk assessment https://t.co/GmGcqB5292", "coordinates": null, "retweeted": false, "favorite_count": 414, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "675711078496514049", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/GmGcqB5292", "url": "https://t.co/GmGcqB5292", "expanded_url": "http://twitter.com/lennyzeltser/status/675354789346156545/photo/1", "indices": [34, 57]}], "hashtags": [], "user_mentions": [{"screen_name": "lennyzeltser", "id_str": "14780493", "id": 14780493, "indices": [3, 16], "name": "Lenny Zeltser"}]}, "created_at": "Sat Dec 12 16:17:29 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675711078496514049, "text": "RT @lennyzeltser: Risk assessment https://t.co/GmGcqB5292", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 90916703, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 210, "profile_banner_url": "https://pbs.twimg.com/profile_banners/90916703/1402448313", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Beer, Coffee, Ruby, Systems guy, linux", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "166223307", "profile_image_url": "http://pbs.twimg.com/profile_images/459028643323207681/MhUvSPKX_normal.jpeg", "friends_count": 124, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Jul 13 16:55:37 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 532, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/459028643323207681/MhUvSPKX_normal.jpeg", "favourites_count": 506, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 14, "following": false, "default_profile_image": false, "id": 166223307, "blocked_by": false, "name": "Mr. WolfOps", "location": "Seattle, WA", "screen_name": "ianderson__", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "429366017", "following": false, "friends_count": 162, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "csa-net.dk", "url": "http://t.co/wGwo3r3kww", "expanded_url": "http://csa-net.dk", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 66, "location": "Denmark", "screen_name": "ClausAlboege", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Claus Alb\u00f8ge", "profile_use_background_image": true, "description": "Operations, Deployment, Automation, Cloud, Security", "url": "http://t.co/wGwo3r3kww", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2506933106/h2uvo4vlolpxn9t0mk9m_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 05 21:53:51 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2506933106/h2uvo4vlolpxn9t0mk9m_normal.jpeg", "favourites_count": 398, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684858483464880128", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "opensourcedays.org", "url": "https://t.co/2KtIu0PjtD", "expanded_url": "https://opensourcedays.org", "indices": [117, 140]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 22:06:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684858483464880128, "text": "Psssssttttt... Open Source Days has a new team, and they are doing a conference the 27th of February in Copenhagen - https://t.co/2KtIu0PjtD", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684871299324342274", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "opensourcedays.org", "url": "https://t.co/2KtIu0PjtD", "expanded_url": "https://opensourcedays.org", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "ahfaeroey", "id_str": "29861819", "id": 29861819, "indices": [3, 13], "name": "Alexander F\u00e6r\u00f8y"}]}, "created_at": "Wed Jan 06 22:56:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684871299324342274, "text": "RT @ahfaeroey: Psssssttttt... Open Source Days has a new team, and they are doing a conference the 27th of February in Copenhagen - https:/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 429366017, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 463, "profile_banner_url": "https://pbs.twimg.com/profile_banners/429366017/1398760147", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14960321", "following": false, "friends_count": 327, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tim.freunds.net", "url": "http://t.co/T3vKb1MjKS", "expanded_url": "http://tim.freunds.net", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 186, "location": "Lancaster, PA", "screen_name": "timfreund", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Tim Freund", "profile_use_background_image": true, "description": "Programmer, home renovator, eater of good food.", "url": "http://t.co/T3vKb1MjKS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/589988064988016641/9y7BipD3_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat May 31 03:18:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/589988064988016641/9y7BipD3_normal.jpg", "favourites_count": 98, "status": {"in_reply_to_status_id": 684813481196040192, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "RyanMelton", "in_reply_to_user_id": 126011278, "in_reply_to_status_id_str": "684813481196040192", "in_reply_to_user_id_str": "126011278", "truncated": false, "id_str": "684815216589180928", "id": 684815216589180928, "text": "@RyanMelton congrats, Ryan!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RyanMelton", "id_str": "126011278", "id": 126011278, "indices": [0, 11], "name": "Ryan Melton"}]}, "created_at": "Wed Jan 06 19:14:05 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14960321, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 484, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "180062994", "following": false, "friends_count": 1153, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/649260006/qzzejvgx06re9pjqjda1.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2EDB6B", "geo_enabled": false, "followers_count": 383, "location": "Louisville, Kentucky", "screen_name": "Mr_KNE", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Mr_KNE", "profile_use_background_image": true, "description": "Linux and Science enthusiast. Does not auto-follow.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2569221673/tfpochuonbr5cyxp5t3n_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Aug 18 19:10:40 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2569221673/tfpochuonbr5cyxp5t3n_normal.png", "favourites_count": 938, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609326015344641", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/dailykos/statu\u2026", "url": "https://t.co/Ra3tOfN2Q6", "expanded_url": "https://twitter.com/dailykos/status/685605890251161600", "indices": [86, 109]}], "hashtags": [{"text": "THEBEST", "indices": [76, 84]}], "user_mentions": [{"screen_name": "realDonaldTrump", "id_str": "25073877", "id": 25073877, "indices": [51, 67], "name": "Donald J. Trump"}]}, "created_at": "Fri Jan 08 23:49:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609326015344641, "text": "You forgot the noise canceling headphones for when @realDonaldTrump speaks. #THEBEST https://t.co/Ra3tOfN2Q6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 180062994, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/649260006/qzzejvgx06re9pjqjda1.jpeg", "statuses_count": 6108, "profile_banner_url": "https://pbs.twimg.com/profile_banners/180062994/1399637026", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "31369018", "following": false, "friends_count": 525, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/362231250/nedroid_tumblr_lrfqzmbbfv1qhfu4ho1_1280.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 170, "location": "", "screen_name": "barry_oneill", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Barry O'Neill", "profile_use_background_image": true, "description": "bottles and cans just clap your hands", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563910610736279554/HEBKN9eY_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Apr 15 08:29:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563910610736279554/HEBKN9eY_normal.png", "favourites_count": 64, "status": {"retweet_count": 64, "retweeted_status": {"retweet_count": 64, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684828660973580288", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 254, "resize": "fit"}, "medium": {"w": 600, "h": 449, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 720, "h": 539, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYEABcmWwAAG1ON.jpg", "type": "photo", "indices": [49, 72], "media_url": "http://pbs.twimg.com/media/CYEABcmWwAAG1ON.jpg", "display_url": "pic.twitter.com/NSYWRbhGzi", "id_str": "684828643193962496", "expanded_url": "http://twitter.com/BrilliantMaps/status/684828660973580288/photo/1", "id": 684828643193962496, "url": "https://t.co/NSYWRbhGzi"}], "symbols": [], "urls": [{"display_url": "brilliantmaps.com/syria-situatio\u2026", "url": "https://t.co/GZO7sFiARi", "expanded_url": "http://brilliantmaps.com/syria-situation/", "indices": [25, 48]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 20:07:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684828660973580288, "text": "The Situation in Syria - https://t.co/GZO7sFiARi https://t.co/NSYWRbhGzi", "coordinates": null, "retweeted": false, "favorite_count": 33, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684884559314448385", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 254, "resize": "fit"}, "medium": {"w": 600, "h": 449, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 720, "h": 539, "resize": "fit"}}, "source_status_id_str": "684828660973580288", "media_url": "http://pbs.twimg.com/media/CYEABcmWwAAG1ON.jpg", "source_user_id_str": "2751434132", "id_str": "684828643193962496", "id": 684828643193962496, "media_url_https": "https://pbs.twimg.com/media/CYEABcmWwAAG1ON.jpg", "type": "photo", "indices": [68, 91], "source_status_id": 684828660973580288, "source_user_id": 2751434132, "display_url": "pic.twitter.com/NSYWRbhGzi", "expanded_url": "http://twitter.com/BrilliantMaps/status/684828660973580288/photo/1", "url": "https://t.co/NSYWRbhGzi"}], "symbols": [], "urls": [{"display_url": "brilliantmaps.com/syria-situatio\u2026", "url": "https://t.co/GZO7sFiARi", "expanded_url": "http://brilliantmaps.com/syria-situation/", "indices": [44, 67]}], "hashtags": [], "user_mentions": [{"screen_name": "BrilliantMaps", "id_str": "2751434132", "id": 2751434132, "indices": [3, 17], "name": "Brilliant Maps"}]}, "created_at": "Wed Jan 06 23:49:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684884559314448385, "text": "RT @BrilliantMaps: The Situation in Syria - https://t.co/GZO7sFiARi https://t.co/NSYWRbhGzi", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Fenix for Android"}, "default_profile_image": false, "id": 31369018, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/362231250/nedroid_tumblr_lrfqzmbbfv1qhfu4ho1_1280.jpg", "statuses_count": 3310, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31369018/1352224614", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35648936", "following": false, "friends_count": 572, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/854384889/03791c673b51f79c4aa20ee15dbfaeac.jpeg", "notifications": false, "profile_sidebar_fill_color": "12291F", "profile_link_color": "786A55", "geo_enabled": true, "followers_count": 181, "location": "San Mateo, CA", "screen_name": "sdoumbouya", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Sekou Doumbouya", "profile_use_background_image": true, "description": "Systems Engineer that love automation", "url": null, "profile_text_color": "547B61", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000627467794/76a096f69384f6a262fa075da554687d_normal.jpeg", "profile_background_color": "030302", "created_at": "Mon Apr 27 02:54:32 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "3C5449", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000627467794/76a096f69384f6a262fa075da554687d_normal.jpeg", "favourites_count": 150, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684811777368961025", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "clusterhq.com/2015/12/16/int\u2026", "url": "https://t.co/qTx7UKR3Wp", "expanded_url": "https://clusterhq.com/2015/12/16/introducing-mesos-flocker/", "indices": [63, 86]}], "hashtags": [{"text": "mesos", "indices": [5, 11]}, {"text": "SDS", "indices": [47, 51]}, {"text": "docker", "indices": [87, 94]}, {"text": "mesosphere", "indices": [95, 106]}, {"text": "databases", "indices": [107, 117]}], "user_mentions": []}, "created_at": "Wed Jan 06 19:00:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684811777368961025, "text": "Love #mesos? Checkout Mesos-Flocker: Seamless #SDS for Mesos https://t.co/qTx7UKR3Wp #docker #mesosphere #databases", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685156667198169088", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "clusterhq.com/2015/12/16/int\u2026", "url": "https://t.co/qTx7UKR3Wp", "expanded_url": "https://clusterhq.com/2015/12/16/introducing-mesos-flocker/", "indices": [78, 101]}], "hashtags": [{"text": "mesos", "indices": [20, 26]}, {"text": "SDS", "indices": [62, 66]}, {"text": "docker", "indices": [102, 109]}, {"text": "mesosphere", "indices": [110, 121]}, {"text": "databases", "indices": [122, 132]}], "user_mentions": [{"screen_name": "ClusterHQ", "id_str": "2571577512", "id": 2571577512, "indices": [3, 13], "name": "ClusterHQ"}]}, "created_at": "Thu Jan 07 17:50:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685156667198169088, "text": "RT @ClusterHQ: Love #mesos? Checkout Mesos-Flocker: Seamless #SDS for Mesos https://t.co/qTx7UKR3Wp #docker #mesosphere #databases", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 35648936, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/854384889/03791c673b51f79c4aa20ee15dbfaeac.jpeg", "statuses_count": 1102, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35648936/1401159851", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14187783", "following": false, "friends_count": 1771, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stevenmurawski.com", "url": "http://t.co/JfIVsEmAS6", "expanded_url": "http://stevenmurawski.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3086, "location": "Oconomowoc, WI ", "screen_name": "StevenMurawski", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 251, "name": "Steven Murawski", "profile_use_background_image": true, "description": "Community Software Engineer for @Chef and Microsoft MVP (PowerShell)", "url": "http://t.co/JfIVsEmAS6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/554782165930504192/P1YLJA1D_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 20 22:27:25 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/554782165930504192/P1YLJA1D_normal.jpeg", "favourites_count": 639, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685512588831096832", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1mIBRxo", "url": "https://t.co/Fv9fvWdWDT", "expanded_url": "http://bit.ly/1mIBRxo", "indices": [53, 76]}], "hashtags": [{"text": "PowerShell", "indices": [10, 21]}], "user_mentions": [{"screen_name": "r_keith_hill", "id_str": "16938890", "id": 16938890, "indices": [81, 94], "name": "r_keith_hill"}]}, "created_at": "Fri Jan 08 17:25:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685512588831096832, "text": "Debugging #PowerShell Script with Visual Studio Code https://t.co/Fv9fvWdWDT via @r_keith_hill", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 14187783, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10775, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "108667802", "following": false, "friends_count": 229, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "MediaRemedial.com", "url": "https://t.co/XdkxvpK0CQ", "expanded_url": "http://www.MediaRemedial.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/715352704/745e63260f0f02274f671bef267eaa3f.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "809DBD", "geo_enabled": true, "followers_count": 379, "location": "Portland, OR", "screen_name": "MediaRemedial", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 26, "name": "Tara", "profile_use_background_image": true, "description": "I code. I write. I edit. I proofread. I am single (is it the cat?) I am transforming my life. I also curse. See also @GoatUserStories", "url": "https://t.co/XdkxvpK0CQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2659435311/854e4ec9568758ea2312e76eb105e028_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jan 26 17:43:30 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2659435311/854e4ec9568758ea2312e76eb105e028_normal.png", "favourites_count": 1235, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685382155539615752", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 293, "resize": "fit"}, "medium": {"w": 540, "h": 466, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 540, "h": 466, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYL3cDzUsAADYnu.png", "type": "photo", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CYL3cDzUsAADYnu.png", "display_url": "pic.twitter.com/cz44jsTW52", "id_str": "685382154742706176", "expanded_url": "http://twitter.com/MediaRemedial/status/685382155539615752/photo/1", "id": 685382154742706176, "url": "https://t.co/cz44jsTW52"}], "symbols": [], "urls": [], "hashtags": [{"text": "whiskyadvent", "indices": [0, 13]}, {"text": "thingsthatamuseme", "indices": [28, 46]}], "user_mentions": [{"screen_name": "MasterOfMalt", "id_str": "81616245", "id": 81616245, "indices": [14, 27], "name": "Master Of Malt"}]}, "created_at": "Fri Jan 08 08:46:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685382155539615752, "text": "#whiskyadvent @MasterOfMalt #thingsthatamuseme https://t.co/cz44jsTW52", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetCaster for Android"}, "default_profile_image": false, "id": 108667802, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/715352704/745e63260f0f02274f671bef267eaa3f.jpeg", "statuses_count": 3452, "profile_banner_url": "https://pbs.twimg.com/profile_banners/108667802/1353278918", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "70037326", "following": false, "friends_count": 449, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "icarocamelo.com", "url": "https://t.co/cZwA4NCdF6", "expanded_url": "http://www.icarocamelo.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FFFFFF", "geo_enabled": true, "followers_count": 298, "location": "Qu\u00e9bec City, QC, Canada", "screen_name": "icarocamelo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Icaro Camelo", "profile_use_background_image": false, "description": "I'm a software dev lover, autodidact, tennis player, guitar player, teacher but always a learner.", "url": "https://t.co/cZwA4NCdF6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563166528275619840/PGgQsEMn_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Aug 30 03:27:30 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563166528275619840/PGgQsEMn_normal.jpeg", "favourites_count": 278, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682441062258978816", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/@mauricioanich\u2026", "url": "https://t.co/nbwBQzmGTU", "expanded_url": "https://medium.com/@mauricioaniche/what-is-the-magic-of-test-driven-development-868f45fc9b1", "indices": [64, 87]}], "hashtags": [], "user_mentions": [{"screen_name": "mauricioaniche", "id_str": "14262678", "id": 14262678, "indices": [48, 63], "name": "Maur\u00edcio Aniche"}]}, "created_at": "Thu Dec 31 06:00:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682441062258978816, "text": "\u201cWhat is the magic of Test-Driven Development?\u201d @mauricioaniche https://t.co/nbwBQzmGTU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 70037326, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 4287, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70037326/1430515967", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15895658", "following": false, "friends_count": 2032, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "harrymoreno.com", "url": "http://t.co/zvwKWysV4h", "expanded_url": "http://harrymoreno.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 564, "location": "New York, USA", "screen_name": "morenoh149", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 72, "name": "Harry Moreno", "profile_use_background_image": true, "description": "\u200d\u2764\ufe0f\u200d\u200d", "url": "http://t.co/zvwKWysV4h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664663082275246080/y6enNHl5_normal.jpg", "profile_background_color": "0F0C06", "created_at": "Mon Aug 18 20:04:55 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664663082275246080/y6enNHl5_normal.jpg", "favourites_count": 7747, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 15895658, "blocked_by": false, "profile_background_tile": false, "statuses_count": 8809, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15895658/1352711231", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6182512", "following": false, "friends_count": 209, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 116, "location": "Delaware", "screen_name": "cbontrager", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Caleb Bontrager", "profile_use_background_image": true, "description": "Techy, business oriented, network/system guy. Love technology, life, and more importantly, life following Jesus.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/543238913238654976/CNdoj7XV_normal.jpeg", "profile_background_color": "022330", "created_at": "Sun May 20 17:49:07 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/543238913238654976/CNdoj7XV_normal.jpeg", "favourites_count": 167, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678627759598542849", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1YuelQI", "url": "https://t.co/RAgd7Kj2Vk", "expanded_url": "http://bit.ly/1YuelQI", "indices": [67, 90]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Dec 20 17:27:20 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678627759598542849, "text": "The CIA Secret to Cybersecurity That No One Seems to Get | WIRED - https://t.co/RAgd7Kj2Vk", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "TweetCaster for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678729078845915136", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1YuelQI", "url": "https://t.co/RAgd7Kj2Vk", "expanded_url": "http://bit.ly/1YuelQI", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "secprofgreen", "id_str": "66025772", "id": 66025772, "indices": [3, 16], "name": "Andy Green"}]}, "created_at": "Mon Dec 21 00:09:57 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678729078845915136, "text": "RT @secprofgreen: The CIA Secret to Cybersecurity That No One Seems to Get | WIRED - https://t.co/RAgd7Kj2Vk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 6182512, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 639, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "15103611", "following": false, "friends_count": 492, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@maxlynch/", "url": "https://t.co/8eRRTRGxcZ", "expanded_url": "http://medium.com/@maxlynch/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/479029095271899136/4AxMGk8y.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "737373", "geo_enabled": true, "followers_count": 7971, "location": "Madison", "screen_name": "maxlynch", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 385, "name": "Max Lynch", "profile_use_background_image": false, "description": "Helping the web win on mobile with @ionicframework", "url": "https://t.co/8eRRTRGxcZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/653007360026259460/ok1dzunM_normal.png", "profile_background_color": "CFEAF0", "created_at": "Fri Jun 13 02:12:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/653007360026259460/ok1dzunM_normal.png", "favourites_count": 15448, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685608203401297921", "id": 685608203401297921, "text": "Raining in January...crazy", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:45:08 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15103611, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/479029095271899136/4AxMGk8y.png", "statuses_count": 15190, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15103611/1448247056", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "14375294", "following": false, "friends_count": 72501, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bitfieldconsulting.com", "url": "http://t.co/St02BRS9rN", "expanded_url": "http://bitfieldconsulting.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/56417743/bitfield-logo.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 69480, "location": "Cornwall", "screen_name": "bitfield", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1275, "name": "John Arundel", "profile_use_background_image": true, "description": "Helps with sysadmin, devops, Puppet & Chef. Automates stuff for you, because you haven't got time. Ally.", "url": "http://t.co/St02BRS9rN", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2550451333/upr558w4gb7mdgopk0af_normal.jpeg", "profile_background_color": "000203", "created_at": "Sun Apr 13 14:37:00 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2550451333/upr558w4gb7mdgopk0af_normal.jpeg", "favourites_count": 96, "status": {"in_reply_to_status_id": null, "retweet_count": 37, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685474079390830592", "id": 685474079390830592, "text": "Nginx is a great operating system, but it lacks a good webserver.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:52:10 +0000 2016", "source": "Twitter Web Client", "favorite_count": 88, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14375294, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/56417743/bitfield-logo.png", "statuses_count": 4653, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14375294/1398508041", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "963411698", "following": false, "friends_count": 1879, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fsharpers.com", "url": "http://t.co/ESsVEjsMYi", "expanded_url": "http://www.fsharpers.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/554716993018818561/R-VQdntT.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "4191BE", "geo_enabled": false, "followers_count": 390, "location": "Midtown Manhattan 212-470-8005", "screen_name": "itcognoscente", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 31, "name": "Gregory Hutchinson", "profile_use_background_image": false, "description": "Building Functional Programming Relationships in Silicon Alley and the Valley. Recruitment Boutique for Haskell, Erlang, OCaml, Clojure, F# and Lisp.", "url": "http://t.co/ESsVEjsMYi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/550876475306434560/r-7V83DO_normal.jpeg", "profile_background_color": "30B9DB", "created_at": "Thu Nov 22 01:28:52 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/550876475306434560/r-7V83DO_normal.jpeg", "favourites_count": 1258, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "672875683698339841", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/MIT_CSAIL/stat\u2026", "url": "https://t.co/kERuQoFlvQ", "expanded_url": "https://twitter.com/MIT_CSAIL/status/667080239323979776", "indices": [47, 70]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 04 20:30:39 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 672875683698339841, "text": "Looks lie 're training him for the Rangers! :D https://t.co/kERuQoFlvQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 963411698, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/554716993018818561/R-VQdntT.jpeg", "statuses_count": 2984, "profile_banner_url": "https://pbs.twimg.com/profile_banners/963411698/1421096614", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "23992877", "following": false, "friends_count": 552, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jeremytinley.wordpress.com", "url": "https://t.co/WDRp7DtmNH", "expanded_url": "https://jeremytinley.wordpress.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 395, "location": "Denver, CO", "screen_name": "techwolf359", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Jeremy Tinley", "profile_use_background_image": true, "description": "i like Tool, bacon and geeky things. Senior MySQL Operations Engineer for Etsy.", "url": "https://t.co/WDRp7DtmNH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648248735042945024/boFlcCxu_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Mar 12 17:55:56 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648248735042945024/boFlcCxu_normal.jpg", "favourites_count": 411, "status": {"retweet_count": 10971, "retweeted_status": {"retweet_count": 10971, "in_reply_to_user_id": null, "possibly_sensitive": true, "id_str": "685301049654165504", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 425, "resize": "fit"}, "large": {"w": 480, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 480, "h": 600, "resize": "fit"}}, "source_status_id_str": "684448534515548161", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/684448461350113281/pu/img/_MbNuuQSZEzVOhoM.jpg", "source_user_id_str": "2582885773", "id_str": "684448461350113281", "id": 684448461350113281, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/684448461350113281/pu/img/_MbNuuQSZEzVOhoM.jpg", "type": "photo", "indices": [28, 51], "source_status_id": 684448534515548161, "source_user_id": 2582885773, "display_url": "pic.twitter.com/Q6S1azBPWp", "expanded_url": "http://twitter.com/HippieGifs/status/684448534515548161/video/1", "url": "https://t.co/Q6S1azBPWp"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 03:24:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685301049654165504, "text": "Perspective is everything \ud83d\udc41 https://t.co/Q6S1azBPWp", "coordinates": null, "retweeted": false, "favorite_count": 15183, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685311199655792640", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 425, "resize": "fit"}, "large": {"w": 480, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 480, "h": 600, "resize": "fit"}}, "source_status_id_str": "684448534515548161", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/684448461350113281/pu/img/_MbNuuQSZEzVOhoM.jpg", "source_user_id_str": "2582885773", "id_str": "684448461350113281", "id": 684448461350113281, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/684448461350113281/pu/img/_MbNuuQSZEzVOhoM.jpg", "type": "photo", "indices": [48, 71], "source_status_id": 684448534515548161, "source_user_id": 2582885773, "display_url": "pic.twitter.com/Q6S1azBPWp", "expanded_url": "http://twitter.com/HippieGifs/status/684448534515548161/video/1", "url": "https://t.co/Q6S1azBPWp"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BabyAnimalPics", "id_str": "1372975219", "id": 1372975219, "indices": [3, 18], "name": "Baby Animals"}]}, "created_at": "Fri Jan 08 04:04:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685311199655792640, "text": "RT @BabyAnimalPics: Perspective is everything \ud83d\udc41 https://t.co/Q6S1azBPWp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 23992877, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3896, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23992877/1401897032", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "149391883", "following": false, "friends_count": 715, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ofmax.li/pages/about-me\u2026", "url": "https://t.co/rlNUBQUD5s", "expanded_url": "https://ofmax.li/pages/about-me.html", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/376260464/x941d0ed8d4ed543d5e9c11f07fc78c1.png", "notifications": false, "profile_sidebar_fill_color": "333333", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 599, "location": "Portland, OR", "screen_name": "Max_Resnick", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Max Resnick", "profile_use_background_image": true, "description": "opinionated. interwebs. python. linux. software engineer. ex project manager off the record.", "url": "https://t.co/rlNUBQUD5s", "profile_text_color": "999999", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/438483690029842432/McRiUETF_normal.jpeg", "profile_background_color": "CCCCCC", "created_at": "Sat May 29 05:00:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/438483690029842432/McRiUETF_normal.jpeg", "favourites_count": 26, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685515454522224644", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "jelly.co", "url": "https://t.co/HwH41dMWq8", "expanded_url": "http://jelly.co", "indices": [116, 139]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:36:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685515454522224644, "text": "startupvanco I just reserved my username on jelly, a way for busy people to get helpful answers. Reserve yours now\u2026 https://t.co/HwH41dMWq8", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "IFTTT"}, "default_profile_image": false, "id": 149391883, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/376260464/x941d0ed8d4ed543d5e9c11f07fc78c1.png", "statuses_count": 12212, "profile_banner_url": "https://pbs.twimg.com/profile_banners/149391883/1393377677", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1380413569", "following": false, "friends_count": 677, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nathwill.github.io", "url": "https://t.co/lXzI0Y1RV7", "expanded_url": "https://nathwill.github.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 239, "location": "Hillsboro, OR", "screen_name": "nathwhal", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "nathan w", "profile_use_background_image": true, "description": "PDX resident, ops guy, enthusiastic homebrewer, happily married to a fellow geek. developer/site-ops at @treehouse.", "url": "https://t.co/lXzI0Y1RV7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682422321278107649/pKYQYDr4_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Apr 25 20:55:25 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682422321278107649/pKYQYDr4_normal.jpg", "favourites_count": 2656, "status": {"retweet_count": 3956, "retweeted_status": {"retweet_count": 3956, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685521449432518656", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYN2IEfWkAA74e4.jpg", "type": "photo", "indices": [68, 91], "media_url": "http://pbs.twimg.com/media/CYN2IEfWkAA74e4.jpg", "display_url": "pic.twitter.com/XRQlSfM2PU", "id_str": "685521449306722304", "expanded_url": "http://twitter.com/HistoricalPics/status/685521449432518656/photo/1", "id": 685521449306722304, "url": "https://t.co/XRQlSfM2PU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:00:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685521449432518656, "text": "This is a genuine conversation between Tony Blair and Bill Clinton. https://t.co/XRQlSfM2PU", "coordinates": null, "retweeted": false, "favorite_count": 4706, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685531956927303680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "source_status_id_str": "685521449432518656", "media_url": "http://pbs.twimg.com/media/CYN2IEfWkAA74e4.jpg", "source_user_id_str": "1598644159", "id_str": "685521449306722304", "id": 685521449306722304, "media_url_https": "https://pbs.twimg.com/media/CYN2IEfWkAA74e4.jpg", "type": "photo", "indices": [88, 111], "source_status_id": 685521449432518656, "source_user_id": 1598644159, "display_url": "pic.twitter.com/XRQlSfM2PU", "expanded_url": "http://twitter.com/HistoricalPics/status/685521449432518656/photo/1", "url": "https://t.co/XRQlSfM2PU"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "HistoricalPics", "id_str": "1598644159", "id": 1598644159, "indices": [3, 18], "name": "Historical Pics"}]}, "created_at": "Fri Jan 08 18:42:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685531956927303680, "text": "RT @HistoricalPics: This is a genuine conversation between Tony Blair and Bill Clinton. https://t.co/XRQlSfM2PU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1380413569, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2899, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1380413569/1436401512", "is_translator": false}, {"time_zone": "Caracas", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -16200, "id_str": "23130430", "following": false, "friends_count": 736, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "foxcarlos.wordpress.com", "url": "http://t.co/11vGRn3tWV", "expanded_url": "http://www.foxcarlos.wordpress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/94098055/ffirefox.jpg", "notifications": false, "profile_sidebar_fill_color": "AB7F11", "profile_link_color": "EDA042", "geo_enabled": true, "followers_count": 478, "location": "Venezuela-Maracaibo", "screen_name": "foxcarlos", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "FoxCarlos", "profile_use_background_image": true, "description": "Linux Fan User, Programador, SysAdmin, DevOp, Fan de Python, Amante de las tecnologias , Android User", "url": "http://t.co/11vGRn3tWV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/462342029733662721/JDiNDbdB_normal.jpeg", "profile_background_color": "FAEB41", "created_at": "Fri Mar 06 22:43:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "5E4107", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/462342029733662721/JDiNDbdB_normal.jpeg", "favourites_count": 196, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684338026542153728", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BAJ-xLABYru/", "url": "https://t.co/YdKy6FH4Ib", "expanded_url": "https://www.instagram.com/p/BAJ-xLABYru/", "indices": [91, 114]}], "hashtags": [{"text": "adafruit", "indices": [59, 68]}, {"text": "electr\u00f3nica", "indices": [69, 81]}, {"text": "arduino", "indices": [82, 90]}], "user_mentions": []}, "created_at": "Tue Jan 05 11:37:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "es", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684338026542153728, "text": "Soldando los pines de mi arduino Adafruit Pro Trinket - 5V #adafruit #electr\u00f3nica #arduino https://t.co/YdKy6FH4Ib", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 23130430, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/94098055/ffirefox.jpg", "statuses_count": 5788, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23130430/1399066139", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "259118402", "following": false, "friends_count": 340, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "106118", "geo_enabled": true, "followers_count": 142, "location": "Berkeley, CA", "screen_name": "jwadams_sf", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Jonathan Adams", "profile_use_background_image": true, "description": "A Solaris kernel engineer in Berkeley and San Francisco.", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2607006579/fc8a2hzb9282wlkh5tuo_normal.jpeg", "profile_background_color": "352726", "created_at": "Tue Mar 01 04:56:42 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2607006579/fc8a2hzb9282wlkh5tuo_normal.jpeg", "favourites_count": 1824, "status": {"retweet_count": 232, "retweeted_status": {"retweet_count": 232, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "671118301901291521", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 880, "h": 440, "resize": "fit"}, "small": {"w": 340, "h": 170, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 300, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CVBKiepUsAAtXBC.jpg", "type": "photo", "indices": [48, 71], "media_url": "http://pbs.twimg.com/media/CVBKiepUsAAtXBC.jpg", "display_url": "pic.twitter.com/NJ3g1uSW7Q", "id_str": "671118300680597504", "expanded_url": "http://twitter.com/pickover/status/671118301901291521/photo/1", "id": 671118300680597504, "url": "https://t.co/NJ3g1uSW7Q"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 30 00:07:26 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 671118301901291521, "text": "This is a Venn Diagram, sort of. Maybe. Smile. https://t.co/NJ3g1uSW7Q", "coordinates": null, "retweeted": false, "favorite_count": 159, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681586911652253697", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 880, "h": 440, "resize": "fit"}, "small": {"w": 340, "h": 170, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 300, "resize": "fit"}}, "source_status_id_str": "671118301901291521", "media_url": "http://pbs.twimg.com/media/CVBKiepUsAAtXBC.jpg", "source_user_id_str": "16176754", "id_str": "671118300680597504", "id": 671118300680597504, "media_url_https": "https://pbs.twimg.com/media/CVBKiepUsAAtXBC.jpg", "type": "photo", "indices": [62, 85], "source_status_id": 671118301901291521, "source_user_id": 16176754, "display_url": "pic.twitter.com/NJ3g1uSW7Q", "expanded_url": "http://twitter.com/pickover/status/671118301901291521/photo/1", "url": "https://t.co/NJ3g1uSW7Q"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "pickover", "id_str": "16176754", "id": 16176754, "indices": [3, 12], "name": "Cliff Pickover"}]}, "created_at": "Mon Dec 28 21:25:57 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681586911652253697, "text": "RT @pickover: This is a Venn Diagram, sort of. Maybe. Smile. https://t.co/NJ3g1uSW7Q", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 259118402, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 370, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "15255729", "following": false, "friends_count": 759, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "netdot.co", "url": "http://t.co/EcAnlji6b1", "expanded_url": "http://netdot.co", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "00A4E0", "geo_enabled": false, "followers_count": 149, "location": "Princeton, NJ", "screen_name": "uncryptic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "James Polera", "profile_use_background_image": true, "description": "Husband, Dad, Programmer", "url": "http://t.co/EcAnlji6b1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3275393726/ef737d3f9c00e972d7576d0b26376f74_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Jun 27 15:23:49 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3275393726/ef737d3f9c00e972d7576d0b26376f74_normal.jpeg", "favourites_count": 99, "status": {"in_reply_to_status_id": 628181055971946496, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "savraj", "in_reply_to_user_id": 18775474, "in_reply_to_status_id_str": "628181055971946496", "in_reply_to_user_id_str": "18775474", "truncated": false, "id_str": "628601576425451520", "id": 628601576425451520, "text": "@savraj very cool!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "savraj", "id_str": "18775474", "id": 18775474, "indices": [0, 7], "name": "Savraj Singh"}]}, "created_at": "Tue Aug 04 16:21:09 +0000 2015", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15255729, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1009, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15255729/1425338482", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "10286", "following": false, "friends_count": 557, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "larrywright.me", "url": "http://t.co/loD1xmJArs", "expanded_url": "http://larrywright.me/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1062, "location": "Normal, IL", "screen_name": "larrywright", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Larry Wright", "profile_use_background_image": true, "description": "Curious person; maker of things. Ruby, Chef, Sinatra, Docker, photography. Currently: Chef Lead for the Accenture Cloud Platform. Opinions are my own.", "url": "http://t.co/loD1xmJArs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663570206913097728/jQBM7Maw_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Oct 24 11:52:46 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663570206913097728/jQBM7Maw_normal.jpg", "favourites_count": 3941, "status": {"retweet_count": 117, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 117, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685226091737399297", "id": 685226091737399297, "text": "A health app that automatically posts your most unflattering naked selfie to Facebook if you don't reach your step goal.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 22:26:45 +0000 2016", "source": "Twitter Web Client", "favorite_count": 272, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685491086039609344", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "badbanana", "id_str": "809760", "id": 809760, "indices": [3, 13], "name": "Tim Siedell"}]}, "created_at": "Fri Jan 08 15:59:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685491086039609344, "text": "RT @badbanana: A health app that automatically posts your most unflattering naked selfie to Facebook if you don't reach your step goal.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 10286, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 38510, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "267899351", "following": false, "friends_count": 287, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 157, "location": "Dublin", "screen_name": "dbosullivan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "diarmuid o'sullivan", "profile_use_background_image": true, "description": "Professional Network Engineer, Amateur Dad", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2944090679/e67f46da79338d5670762f8e2ae52f28_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 17 19:23:19 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2944090679/e67f46da79338d5670762f8e2ae52f28_normal.jpeg", "favourites_count": 3, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "IrishRail", "in_reply_to_user_id": 15115986, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "15115986", "truncated": false, "id_str": "677574417837346816", "id": 677574417837346816, "text": "@IrishRail how\u2019s the 20:13 Pearse to Skerries looking?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "IrishRail", "id_str": "15115986", "id": 15115986, "indices": [0, 10], "name": "Iarnr\u00f3d \u00c9ireann"}]}, "created_at": "Thu Dec 17 19:41:44 +0000 2015", "source": "Twitterrific", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 267899351, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 149, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "289403", "following": false, "friends_count": 1236, "entities": {"description": {"urls": [{"display_url": "bestpractical.com", "url": "http://t.co/UFnJLZgN6J", "expanded_url": "http://bestpractical.com", "indices": [14, 36]}]}, "url": {"urls": [{"display_url": "s.ly", "url": "https://t.co/uyPF67lH2k", "expanded_url": "https://s.ly", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "0F6985", "geo_enabled": true, "followers_count": 3091, "location": "Oakland, CA", "screen_name": "obra", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 257, "name": "Jesse", "profile_use_background_image": false, "description": "keyboard.io \u2022 http://t.co/UFnJLZgN6J\r\n\r\nI like to cause trouble.", "url": "https://t.co/uyPF67lH2k", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1465412656/userpic_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Dec 27 16:52:30 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "F5F5F5", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1465412656/userpic_normal.png", "favourites_count": 5596, "status": {"in_reply_to_status_id": 685577517785157632, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/37d88f13e7a85f14.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.173994, 36.1280771], [-115.083699, 36.1280771], [-115.083699, 36.144748], [-115.173994, 36.144748]]], "type": "Polygon"}, "full_name": "Winchester, NV", "contained_within": [], "country_code": "US", "id": "37d88f13e7a85f14", "name": "Winchester"}, "in_reply_to_screen_name": "starsandrobots", "in_reply_to_user_id": 19281751, "in_reply_to_status_id_str": "685577517785157632", "in_reply_to_user_id_str": "19281751", "truncated": false, "id_str": "685577784253485056", "id": 685577784253485056, "text": "@starsandrobots but banned at the show", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "starsandrobots", "id_str": "19281751", "id": 19281751, "indices": [0, 15], "name": "Star Simpson"}]}, "created_at": "Fri Jan 08 21:44:15 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 289403, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 22752, "profile_banner_url": "https://pbs.twimg.com/profile_banners/289403/1385248556", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "967370761", "following": false, "friends_count": 126, "entities": {"description": {"urls": [{"display_url": "mozilla.org", "url": "http://t.co/3BL4fnhZut", "expanded_url": "http://mozilla.org", "indices": [21, 43]}, {"display_url": "bugzilla.org", "url": "http://t.co/Jt0mPbUA4Q", "expanded_url": "http://bugzilla.org", "indices": [63, 85]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 117, "location": "", "screen_name": "justdavemiller", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Dave Miller", "profile_use_background_image": true, "description": "Network Operations @ http://t.co/3BL4fnhZut,\r\nProject Leader @ http://t.co/Jt0mPbUA4Q", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2888394041/6e4aaeda613033641fb6db550afc126c_normal.png", "profile_background_color": "C0DEED", "created_at": "Sat Nov 24 04:37:24 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2888394041/6e4aaeda613033641fb6db550afc126c_normal.png", "favourites_count": 19, "status": {"retweet_count": 4, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "675703717006585856", "id": 675703717006585856, "text": "MCO has the worst security lines of any airport I've ever been to, anywhere in the world. #mozlando", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "mozlando", "indices": [90, 99]}], "user_mentions": []}, "created_at": "Sat Dec 12 15:48:14 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "675806472291282944", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "mozlando", "indices": [106, 115]}], "user_mentions": [{"screen_name": "todesschaf", "id_str": "14691220", "id": 14691220, "indices": [3, 14], "name": "Nicholas Hurley"}]}, "created_at": "Sat Dec 12 22:36:33 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 675806472291282944, "text": "RT @todesschaf: MCO has the worst security lines of any airport I've ever been to, anywhere in the world. #mozlando", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 967370761, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 534, "profile_banner_url": "https://pbs.twimg.com/profile_banners/967370761/1398836689", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14045442", "following": false, "friends_count": 1142, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mschade.me", "url": "https://t.co/g9ELmn7nPH", "expanded_url": "http://mschade.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "78588A", "geo_enabled": true, "followers_count": 1013, "location": "m@mschade.me \u00b7 San Francisco", "screen_name": "sch", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 64, "name": "Michael Schade", "profile_use_background_image": true, "description": "helping people and building things at @stripe. I like flying, coding, cooking, running, reading, photography, and trying new things.", "url": "https://t.co/g9ELmn7nPH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650397324867301376/MrR6XasI_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Feb 27 03:23:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650397324867301376/MrR6XasI_normal.jpg", "favourites_count": 4195, "status": {"in_reply_to_status_id": 685497436496777216, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "CraigBuchek", "in_reply_to_user_id": 29504430, "in_reply_to_status_id_str": "685497436496777216", "in_reply_to_user_id_str": "29504430", "truncated": false, "id_str": "685513621355413504", "id": 685513621355413504, "text": "@CraigBuchek @mfollett There's gonna be a similar folklore post about this Whole30 in 20 years", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "CraigBuchek", "id_str": "29504430", "id": 29504430, "indices": [0, 12], "name": "Craig Buchek"}, {"screen_name": "mfollett", "id_str": "15683300", "id": 15683300, "indices": [13, 22], "name": "mfollett"}]}, "created_at": "Fri Jan 08 17:29:18 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14045442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 7907, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14045442/1404692212", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "9870342", "following": false, "friends_count": 416, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tacticalpants.tumblr.com", "url": "https://t.co/AvVS5l2yCn", "expanded_url": "http://tacticalpants.tumblr.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 770, "location": "San Francisco", "screen_name": "mhat", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Matt Knopp", "profile_use_background_image": true, "description": "Token Old Person @ Mode Analytics. All change is change.", "url": "https://t.co/AvVS5l2yCn", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624797957624332288/YVrZFn0m_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri Nov 02 01:04:10 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624797957624332288/YVrZFn0m_normal.jpg", "favourites_count": 1443, "status": {"in_reply_to_status_id": 683504543078850560, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mhat", "in_reply_to_user_id": 9870342, "in_reply_to_status_id_str": "683504543078850560", "in_reply_to_user_id_str": "9870342", "truncated": false, "id_str": "683504958843441152", "id": 683504958843441152, "text": "@moonpolysoft besides anyone funding OLAPaaS should know they're in for at least a decade and probably two.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "moonpolysoft", "id_str": "14204623", "id": 14204623, "indices": [0, 13], "name": "Modafinil Duck"}]}, "created_at": "Sun Jan 03 04:27:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9870342, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10865, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9870342/1445322715", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10776912", "following": false, "friends_count": 217, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "zen4ever.com", "url": "http://t.co/8vNkoFTN", "expanded_url": "http://www.zen4ever.com/", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": true, "followers_count": 158, "location": "Los Angeles", "screen_name": "zen4ever", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 34, "name": "Andrew Kurinnyi", "profile_use_background_image": true, "description": "Python aficionado. Other technologies I'm enjoying to work with: AWS, Ansible, , Swift/Objective-C, SASS/HTML, AngularJS/jQuery", "url": "http://t.co/8vNkoFTN", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1250364986/SDC11775_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Sun Dec 02 01:03:39 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1250364986/SDC11775_normal.jpg", "favourites_count": 2828, "status": {"in_reply_to_status_id": 685509163720519680, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/1927193c57f35d51.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-118.3959042, 34.075963], [-118.3433861, 34.075963], [-118.3433861, 34.098056], [-118.3959042, 34.098056]]], "type": "Polygon"}, "full_name": "West Hollywood, CA", "contained_within": [], "country_code": "US", "id": "1927193c57f35d51", "name": "West Hollywood"}, "in_reply_to_screen_name": "garnaat", "in_reply_to_user_id": 17736981, "in_reply_to_status_id_str": "685509163720519680", "in_reply_to_user_id_str": "17736981", "truncated": false, "id_str": "685509876722708480", "id": 685509876722708480, "text": "@garnaat I hope it wasn\u2019t a production table :-p", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "garnaat", "id_str": "17736981", "id": 17736981, "indices": [0, 8], "name": "Mitch Garnaat"}]}, "created_at": "Fri Jan 08 17:14:25 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 10776912, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 1087, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10776912/1356168608", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24538862", "following": false, "friends_count": 681, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/jsolis", "url": "http://t.co/GLIbgF5Nfe", "expanded_url": "http://about.me/jsolis", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 203, "location": "Trumbull, CT", "screen_name": "jasonsolis", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Jason Solis", "profile_use_background_image": true, "description": "", "url": "http://t.co/GLIbgF5Nfe", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/125464418/jay_boat_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sun Mar 15 15:40:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/125464418/jay_boat_normal.jpg", "favourites_count": 101, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677575884979707906", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 503, "resize": "fit"}, "medium": {"w": 600, "h": 294, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 167, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWc7rTiVAAAqHMG.png", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CWc7rTiVAAAqHMG.png", "display_url": "pic.twitter.com/mMNL9ZHqLl", "id_str": "677575884107218944", "expanded_url": "http://twitter.com/jasonsolis/status/677575884979707906/photo/1", "id": 677575884107218944, "url": "https://t.co/mMNL9ZHqLl"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Walmart", "id_str": "17137891", "id": 17137891, "indices": [38, 46], "name": "Walmart"}]}, "created_at": "Thu Dec 17 19:47:34 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677575884979707906, "text": "My latest attempt to unsubscribe from @Walmart emails. I guess I'm not the only one having problems \u00af\\_(\u30c4)_/\u00af https://t.co/mMNL9ZHqLl", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 24538862, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 350, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "225581432", "following": false, "friends_count": 1599, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "seclectech.wordpress.com", "url": "http://t.co/CPRtxWpvvq", "expanded_url": "http://seclectech.wordpress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 865, "location": "Lutherville Timonium, MD", "screen_name": "seclectech", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 76, "name": "Matt Franz", "profile_use_background_image": false, "description": "Operability Advocate. Container Troll. Former Security Guy. Ex @Cisco @digitalbond @TenableSecurity @Mandiant Often unclear if sarcastic/serious.", "url": "http://t.co/CPRtxWpvvq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458050887542251520/3TCpHyCr_normal.png", "profile_background_color": "C0DEED", "created_at": "Sat Dec 11 23:12:13 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458050887542251520/3TCpHyCr_normal.png", "favourites_count": 418, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608329809424384", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/guyma/status/6\u2026", "url": "https://t.co/yObkSNcmwg", "expanded_url": "https://twitter.com/guyma/status/685602902585442304", "indices": [100, 123]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:45:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608329809424384, "text": "And \"complex, nuanced, and instant mental math performed that precedes the shields-down situation\" https://t.co/yObkSNcmwg", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 225581432, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7942, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1019381", "following": false, "friends_count": 663, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1490, "location": "Cary, NC", "screen_name": "spotrh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 109, "name": "Tom Callaway", "profile_use_background_image": true, "description": "University Outreach lead @ Red Hat\nCo-author of Raspberry Pi Hacks. Linux hacker, geocacher, pinball wizard, game player, frog lover, hockey nut, and scifi fan.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657728926555308036/XpK5Ufl5_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Mar 12 15:41:53 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657728926555308036/XpK5Ufl5_normal.jpg", "favourites_count": 442, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685306570175987712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "imgur.com/a/ZmthC", "url": "https://t.co/JoDKE2DZwv", "expanded_url": "http://imgur.com/a/ZmthC", "indices": [29, 52]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 03:46:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/8fa6d7a33b83ef26.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.2092535, 35.984784], [-115.0610763, 35.984784], [-115.0610763, 36.137145], [-115.2092535, 36.137145]]], "type": "Polygon"}, "full_name": "Paradise, NV", "contained_within": [], "country_code": "US", "id": "8fa6d7a33b83ef26", "name": "Paradise"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685306570175987712, "text": "3D printing at CES - Day Two https://t.co/JoDKE2DZwv", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 1019381, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4892, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "15005347", "following": false, "friends_count": 1179, "entities": {"description": {"urls": [{"display_url": "GeekMom.com", "url": "http://t.co/pZZjGME6O9", "expanded_url": "http://GeekMom.com", "indices": [46, 68]}, {"display_url": "opensource.com", "url": "http://t.co/olzt8M25oa", "expanded_url": "http://opensource.com", "indices": [71, 93]}]}, "url": {"urls": [{"display_url": "hobbyhobby.wordpress.com", "url": "http://t.co/0nPq5tppyJ", "expanded_url": "http://hobbyhobby.wordpress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": false, "followers_count": 2548, "location": "N 30\u00b016' 0'' / W 97\u00b044' 0''", "screen_name": "suehle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 172, "name": "Ruth Suehle", "profile_use_background_image": true, "description": "Open Source and Standards at Red Hat. Editor, http://t.co/pZZjGME6O9 & http://t.co/olzt8M25oa. Co-author Raspberry Pi Hacks. Sewing, cake-ing, making.", "url": "http://t.co/0nPq5tppyJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459426520017014784/l2Y-ZbwA_normal.jpeg", "profile_background_color": "EBEBEB", "created_at": "Wed Jun 04 14:19:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459426520017014784/l2Y-ZbwA_normal.jpeg", "favourites_count": 172, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "CraigArgh", "in_reply_to_user_id": 868494619, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "868494619", "truncated": false, "id_str": "685570763286523905", "id": 685570763286523905, "text": "@CraigArgh Just picked up the mail and had a copy of Learn to Program With Minecraft. Pretty sure my kid is going to melt with happiness.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "CraigArgh", "id_str": "868494619", "id": 868494619, "indices": [0, 10], "name": "Craig Richardson"}]}, "created_at": "Fri Jan 08 21:16:21 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15005347, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 6015, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15005347/1398370907", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "17639049", "following": false, "friends_count": 1166, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "robyn.io", "url": "http://t.co/mr4VVE5ZKH", "expanded_url": "http://robyn.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "1D6BAF", "geo_enabled": false, "followers_count": 2833, "location": "scottsdale, az", "screen_name": "robynbergeron", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 187, "name": "robyn bergeron", "profile_use_background_image": false, "description": "Community Architect @ansible. Connector, contributor, co-conspirator. Fedora Project Leader in a previous life. Loves open source and bad puns.", "url": "http://t.co/mr4VVE5ZKH", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/622089213194797060/3ARXTDjh_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Nov 26 01:56:21 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/622089213194797060/3ARXTDjh_normal.jpg", "favourites_count": 4380, "status": {"in_reply_to_status_id": 685151133317246977, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "krishnan", "in_reply_to_user_id": 782502, "in_reply_to_status_id_str": "685151133317246977", "in_reply_to_user_id_str": "782502", "truncated": false, "id_str": "685162018660200448", "id": 685162018660200448, "text": "@krishnan grats, yo!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "krishnan", "id_str": "782502", "id": 782502, "indices": [0, 9], "name": "Krish"}]}, "created_at": "Thu Jan 07 18:12:09 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17639049, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 16104, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17639049/1421690444", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "9887162", "following": false, "friends_count": 1048, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 6499, "location": "Wake Forest, NC", "screen_name": "markimbriaco", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 390, "name": "Mark Imbriaco", "profile_use_background_image": true, "description": "Co-founder & CEO at @OperableInc. Previously: DigitalOcean, GitHub, LivingSocial, Heroku, and 37signals.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/471493631283441664/aiwoVRj7_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri Nov 02 14:56:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471493631283441664/aiwoVRj7_normal.jpeg", "favourites_count": 1188, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685572079891181573", "id": 685572079891181573, "text": "The next time I complain about something ops related, someone remind me of that Friday afternoon I spent hacking on CSS.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:21:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 16, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9887162, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 20594, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "96179624", "following": false, "friends_count": 1227, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/rhdev-1angdon", "url": "http://t.co/sSnsxQ2TYi", "expanded_url": "http://bit.ly/rhdev-1angdon", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 768, "location": "", "screen_name": "1angdon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Langdon White", "profile_use_background_image": true, "description": "Developer and architect working to advocate for RHEL for developers. Tweets are my own.", "url": "http://t.co/sSnsxQ2TYi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1822951183/D5IafQxH_normal", "profile_background_color": "C0DEED", "created_at": "Fri Dec 11 18:32:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1822951183/D5IafQxH_normal", "favourites_count": 509, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": 2398413343, "possibly_sensitive": false, "id_str": "685029107193769984", "in_reply_to_user_id_str": "2398413343", "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "small": {"w": 340, "h": 255, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYG2VeVUMAAvj1r.jpg", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CYG2VeVUMAAvj1r.jpg", "display_url": "pic.twitter.com/Q69ZE7UZZ1", "id_str": "685029098373001216", "expanded_url": "http://twitter.com/bexelbie/status/685029107193769984/photo/1", "id": 685029098373001216, "url": "https://t.co/Q69ZE7UZZ1"}], "symbols": [], "urls": [], "hashtags": [{"text": "BabyItsColdOutside", "indices": [93, 112]}], "user_mentions": [{"screen_name": "ProjectAtomic", "id_str": "2398413343", "id": 2398413343, "indices": [0, 14], "name": "Project Atomic "}, {"screen_name": "CentOS", "id_str": "17232315", "id": 17232315, "indices": [58, 65], "name": "Karanbir Singh"}]}, "created_at": "Thu Jan 07 09:24:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "ProjectAtomic", "in_reply_to_status_id_str": null, "truncated": false, "id": 685029107193769984, "text": "@ProjectAtomic hat Thursday. Because some us don't have a @CentOS shirt and it's not Friday. #BabyItsColdOutside https://t.co/Q69ZE7UZZ1", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685100509292806144", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "small": {"w": 340, "h": 255, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "source_status_id_str": "685029107193769984", "media_url": "http://pbs.twimg.com/media/CYG2VeVUMAAvj1r.jpg", "source_user_id_str": "10325302", "id_str": "685029098373001216", "id": 685029098373001216, "media_url_https": "https://pbs.twimg.com/media/CYG2VeVUMAAvj1r.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685029107193769984, "source_user_id": 10325302, "display_url": "pic.twitter.com/Q69ZE7UZZ1", "expanded_url": "http://twitter.com/bexelbie/status/685029107193769984/photo/1", "url": "https://t.co/Q69ZE7UZZ1"}], "symbols": [], "urls": [], "hashtags": [{"text": "BabyItsColdOutside", "indices": [107, 126]}], "user_mentions": [{"screen_name": "bexelbie", "id_str": "10325302", "id": 10325302, "indices": [3, 12], "name": "bex"}, {"screen_name": "ProjectAtomic", "id_str": "2398413343", "id": 2398413343, "indices": [14, 28], "name": "Project Atomic "}, {"screen_name": "CentOS", "id_str": "17232315", "id": 17232315, "indices": [72, 79], "name": "Karanbir Singh"}]}, "created_at": "Thu Jan 07 14:07:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685100509292806144, "text": "RT @bexelbie: @ProjectAtomic hat Thursday. Because some us don't have a @CentOS shirt and it's not Friday. #BabyItsColdOutside https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 96179624, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3765, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "13978722", "following": false, "friends_count": 676, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fladpad.com", "url": "http://t.co/Am0KVvc2DI", "expanded_url": "http://www.fladpad.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/739216918/bed2985374c7da6d1ca4781c45a3bfed.jpeg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 453, "location": "Philadelphia", "screen_name": "bflad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Brian Flad", "profile_use_background_image": true, "description": "Music, photography, travel, and technology are my life. Lover of all things food and beer. Any thoughts and words here are my own.", "url": "http://t.co/Am0KVvc2DI", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2523270070/image_normal.jpg", "profile_background_color": "352726", "created_at": "Tue Feb 26 01:44:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2523270070/image_normal.jpg", "favourites_count": 49, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685253297230450688", "id": 685253297230450688, "text": "As I'm walking past it... Why is there a fire alarm system in a concrete parking structure?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:14:52 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13978722, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/739216918/bed2985374c7da6d1ca4781c45a3bfed.jpeg", "statuses_count": 8456, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13978722/1355604820", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1526157127", "following": false, "friends_count": 859, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 106, "location": "Denver, CO", "screen_name": "pwgnr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Critmoose", "profile_use_background_image": true, "description": "Virtualization technologist | Ops and tools | General banter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/460929940624392192/3F0qvis1_normal.jpeg", "profile_background_color": "022330", "created_at": "Mon Jun 17 23:08:23 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460929940624392192/3F0qvis1_normal.jpeg", "favourites_count": 349, "status": {"in_reply_to_status_id": 682054747998695424, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/b49b3053b5c25bf5.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-105.109815, 39.614151], [-104.734372, 39.614151], [-104.734372, 39.812975], [-105.109815, 39.812975]]], "type": "Polygon"}, "full_name": "Denver, CO", "contained_within": [], "country_code": "US", "id": "b49b3053b5c25bf5", "name": "Denver"}, "in_reply_to_screen_name": "BenMSmith", "in_reply_to_user_id": 36894019, "in_reply_to_status_id_str": "682054747998695424", "in_reply_to_user_id_str": "36894019", "truncated": false, "id_str": "682058101298573312", "id": 682058101298573312, "text": "@BenMSmith Alas Ben, I've moved to Denver and won't be able to make it this year. Has the team name been revealed yet?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BenMSmith", "id_str": "36894019", "id": 36894019, "indices": [0, 10], "name": "Ben Smith"}]}, "created_at": "Wed Dec 30 04:38:18 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1526157127, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 748, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1526157127/1398716661", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "35019631", "following": false, "friends_count": 508, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hackeryhq.com", "url": "http://t.co/xU9ThntxLj", "expanded_url": "http://hackeryhq.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 171, "location": "Martinez, CA", "screen_name": "DoriftoShoes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "Patrick Hoolboom", "profile_use_background_image": false, "description": "Automating myself out of a job...One workflow at a time. Trying to never do the same thing twice.", "url": "http://t.co/xU9ThntxLj", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1580497725/beaker_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Apr 24 19:50:40 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1580497725/beaker_normal.jpg", "favourites_count": 162, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685535080886976513", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swarmapp.com/c/6ZKeacAscNB", "url": "https://t.co/Q2KniQRfr3", "expanded_url": "https://www.swarmapp.com/c/6ZKeacAscNB", "indices": [43, 66]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:54:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [38.01765184, -122.13573933], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/71d33f776fe41dfb.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.157021, 37.954027], [-122.075217, 37.954027], [-122.075217, 38.037226], [-122.157021, 38.037226]]], "type": "Polygon"}, "full_name": "Martinez, CA", "contained_within": [], "country_code": "US", "id": "71d33f776fe41dfb", "name": "Martinez"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685535080886976513, "text": "Coffee date (@ Barrelista in Martinez, CA) https://t.co/Q2KniQRfr3", "coordinates": {"coordinates": [-122.13573933, 38.01765184], "type": "Point"}, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Foursquare"}, "default_profile_image": false, "id": 35019631, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 953, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "66432490", "following": false, "friends_count": 382, "entities": {"description": {"urls": [{"display_url": "shop.oreilly.com/product/063692\u2026", "url": "https://t.co/vIR4eVGVkp", "expanded_url": "http://shop.oreilly.com/product/0636920035794.do", "indices": [63, 86]}]}, "url": {"urls": [{"display_url": "obfuscurity.com", "url": "https://t.co/LQBsafkde9", "expanded_url": "http://obfuscurity.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 4067, "location": "Westminster, MD", "screen_name": "obfuscurity", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 278, "name": "Jason Dixon", "profile_use_background_image": true, "description": "Director of Integrations @Librato. Author of the Graphite Book https://t.co/vIR4eVGVkp Previously: Dyn, GitHub, Heroku and Circonus.", "url": "https://t.co/LQBsafkde9", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626581711556448256/EcRbS6R9_normal.png", "profile_background_color": "131516", "created_at": "Mon Aug 17 18:00:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626581711556448256/EcRbS6R9_normal.png", "favourites_count": 209, "status": {"in_reply_to_status_id": 685332408875401217, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jordansissel", "in_reply_to_user_id": 15782607, "in_reply_to_status_id_str": "685332408875401217", "in_reply_to_user_id_str": "15782607", "truncated": false, "id_str": "685333853498667008", "id": 685333853498667008, "text": "@jordansissel @fivetanley wow, that\u2019s fucking brilliant", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jordansissel", "id_str": "15782607", "id": 15782607, "indices": [0, 13], "name": "@jordansissel"}, {"screen_name": "fivetanley", "id_str": "306497372", "id": 306497372, "indices": [14, 25], "name": "dead emo kid"}]}, "created_at": "Fri Jan 08 05:34:58 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 66432490, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 34479, "profile_banner_url": "https://pbs.twimg.com/profile_banners/66432490/1370191219", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "235668252", "following": false, "friends_count": 237, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/mike.murphy", "url": "http://t.co/59rM1FJDUZ", "expanded_url": "http://about.me/mike.murphy", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 110, "location": "Atlanta, GA", "screen_name": "martianbogon", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 7, "name": "Mike Murphy", "profile_use_background_image": true, "description": "Father of Two, Married to Patty, IT Infrastructure Architect, Graduate of Boston University. Opinions are my own.", "url": "http://t.co/59rM1FJDUZ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654376957199687684/kp0TbZD__normal.jpg", "profile_background_color": "131516", "created_at": "Sat Jan 08 20:06:09 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654376957199687684/kp0TbZD__normal.jpg", "favourites_count": 323, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685482918504972288", "id": 685482918504972288, "text": "A recursive structure of devops teams.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:27:18 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 235668252, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 982, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "40720843", "following": false, "friends_count": 33842, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "his.com/pshapiro/brief\u2026", "url": "http://t.co/La2YpjPmos", "expanded_url": "http://www.his.com/pshapiro/briefbio.html", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/629902371666141184/lfrRFbv_.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 36097, "location": "Washington DC", "screen_name": "philshapiro", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1506, "name": "Phil Shapiro", "profile_use_background_image": true, "description": "Edtech blogger refurbisher satirist professor songwriter screencaster library geek storyteller FOSS advocate immigrant change agent inclusion dreamer whimsy", "url": "http://t.co/La2YpjPmos", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660953223159746560/C_31hXuT_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun May 17 19:36:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660953223159746560/C_31hXuT_normal.jpg", "favourites_count": 3559, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685601805217181697", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 818, "h": 960, "resize": "fit"}, "medium": {"w": 600, "h": 704, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 399, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO_NZUWkAE0x7S.jpg", "type": "photo", "indices": [61, 84], "media_url": "http://pbs.twimg.com/media/CYO_NZUWkAE0x7S.jpg", "display_url": "pic.twitter.com/CZftmyOMsd", "id_str": "685601805145903105", "expanded_url": "http://twitter.com/DougUNDP/status/685601805217181697/photo/1", "id": 685601805145903105, "url": "https://t.co/CZftmyOMsd"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Brasilmagic", "id_str": "21833728", "id": 21833728, "indices": [48, 60], "name": "Brasilmagic"}]}, "created_at": "Fri Jan 08 23:19:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685601805217181697, "text": "How Public health messaging should be done! via @Brasilmagic https://t.co/CZftmyOMsd", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685601847957131264", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 818, "h": 960, "resize": "fit"}, "medium": {"w": 600, "h": 704, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 399, "resize": "fit"}}, "source_status_id_str": "685601805217181697", "media_url": "http://pbs.twimg.com/media/CYO_NZUWkAE0x7S.jpg", "source_user_id_str": "633999734", "id_str": "685601805145903105", "id": 685601805145903105, "media_url_https": "https://pbs.twimg.com/media/CYO_NZUWkAE0x7S.jpg", "type": "photo", "indices": [75, 98], "source_status_id": 685601805217181697, "source_user_id": 633999734, "display_url": "pic.twitter.com/CZftmyOMsd", "expanded_url": "http://twitter.com/DougUNDP/status/685601805217181697/photo/1", "url": "https://t.co/CZftmyOMsd"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DougUNDP", "id_str": "633999734", "id": 633999734, "indices": [3, 12], "name": "Douglas Webb"}, {"screen_name": "Brasilmagic", "id_str": "21833728", "id": 21833728, "indices": [62, 74], "name": "Brasilmagic"}]}, "created_at": "Fri Jan 08 23:19:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685601847957131264, "text": "RT @DougUNDP: How Public health messaging should be done! via @Brasilmagic https://t.co/CZftmyOMsd", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 40720843, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/629902371666141184/lfrRFbv_.jpg", "statuses_count": 68500, "profile_banner_url": "https://pbs.twimg.com/profile_banners/40720843/1439016769", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14561327", "following": false, "friends_count": 202, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "david.heinemeierhansson.com", "url": "http://t.co/IaAsahpjsQ", "expanded_url": "http://david.heinemeierhansson.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 155152, "location": "Chicago, USA", "screen_name": "dhh", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8024, "name": "DHH", "profile_use_background_image": true, "description": "Creator of Ruby on Rails, Founder & CTO at Basecamp (formerly 37signals), NYT Best-selling author of REWORK and REMOTE, and Le Mans class-winning racing driver.", "url": "http://t.co/IaAsahpjsQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2556368541/alng5gtlmjhrdlr3qxqv_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Apr 27 20:19:25 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2556368541/alng5gtlmjhrdlr3qxqv_normal.jpeg", "favourites_count": 312, "status": {"retweet_count": 78, "retweeted_status": {"retweet_count": 78, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685516990333751296", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/rails/rails/pu\u2026", "url": "https://t.co/WosS7Br1W3", "expanded_url": "https://github.com/rails/rails/pull/22934", "indices": [100, 123]}], "hashtags": [], "user_mentions": [{"screen_name": "mperham", "id_str": "14060922", "id": 14060922, "indices": [45, 53], "name": "Mike Perham"}]}, "created_at": "Fri Jan 08 17:42:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685516990333751296, "text": "Action Cable no longer depends on Celluloid. @mperham converted it to use concurrent-ruby instead \ud83d\udc4f https://t.co/WosS7Br1W3", "coordinates": null, "retweeted": false, "favorite_count": 101, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685517292935987200", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/rails/rails/pu\u2026", "url": "https://t.co/WosS7Br1W3", "expanded_url": "https://github.com/rails/rails/pull/22934", "indices": [111, 134]}], "hashtags": [], "user_mentions": [{"screen_name": "rails", "id_str": "3116191", "id": 3116191, "indices": [3, 9], "name": "Ruby on Rails"}, {"screen_name": "mperham", "id_str": "14060922", "id": 14060922, "indices": [56, 64], "name": "Mike Perham"}]}, "created_at": "Fri Jan 08 17:43:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685517292935987200, "text": "RT @rails: Action Cable no longer depends on Celluloid. @mperham converted it to use concurrent-ruby instead \ud83d\udc4f https://t.co/WosS7Br1W3", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 14561327, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 28479, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14561327/1398347760", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "5637652", "following": false, "friends_count": 169, "entities": {"description": {"urls": [{"display_url": "stackexchange.com", "url": "http://t.co/JbStnko3pv", "expanded_url": "http://stackexchange.com", "indices": [33, 55]}, {"display_url": "discourse.org", "url": "http://t.co/kaSwrMgE57", "expanded_url": "http://www.discourse.org", "indices": [60, 82]}]}, "url": {"urls": [{"display_url": "blog.codinghorror.com", "url": "http://t.co/rM9N1bQpLr", "expanded_url": "http://blog.codinghorror.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/623412/hunt-wumpus-bg.png", "notifications": false, "profile_sidebar_fill_color": "E0E1F5", "profile_link_color": "282D58", "geo_enabled": false, "followers_count": 186754, "location": "Bay Area, CA", "screen_name": "codinghorror", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8805, "name": "Jeff Atwood", "profile_use_background_image": true, "description": "Indoor enthusiast. Co-founder of http://t.co/JbStnko3pv and http://t.co/kaSwrMgE57. Disclaimer: I have no idea what I'm talking about.", "url": "http://t.co/rM9N1bQpLr", "profile_text_color": "383A48", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/632821853627678720/zPKK7jql_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sun Apr 29 20:50:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "E0E1F5", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/632821853627678720/zPKK7jql_normal.png", "favourites_count": 6821, "status": {"in_reply_to_status_id": 685594181692076033, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AriyaHidayat", "in_reply_to_user_id": 15608761, "in_reply_to_status_id_str": "685594181692076033", "in_reply_to_user_id_str": "15608761", "truncated": false, "id_str": "685596358552637441", "id": 685596358552637441, "text": "@AriyaHidayat @reybango @eviltrout I will ask the people who work here if they are OK with a 100% salary cut ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AriyaHidayat", "id_str": "15608761", "id": 15608761, "indices": [0, 13], "name": "Ariya Hidayat"}, {"screen_name": "reybango", "id_str": "1589691", "id": 1589691, "indices": [14, 23], "name": "Rey Bango"}, {"screen_name": "eviltrout", "id_str": "16712921", "id": 16712921, "indices": [24, 34], "name": "Robin Ward"}]}, "created_at": "Fri Jan 08 22:58:04 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5637652, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/623412/hunt-wumpus-bg.png", "statuses_count": 47257, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5637652/1398207303", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "90221684", "following": false, "friends_count": 372, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theangryangel.co.uk", "url": "http://t.co/qoDV6L8xHL", "expanded_url": "http://theangryangel.co.uk/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 86, "location": "", "screen_name": "the_angry_angel", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "the_angry_angel", "profile_use_background_image": false, "description": "Sysadmin. Generic geek. Gamer. Hobbiest Aqueous Thermomancer. Frequently sleep deprived.", "url": "http://t.co/qoDV6L8xHL", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2060711415/gravatar_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Nov 15 18:54:49 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2060711415/gravatar_normal.jpg", "favourites_count": 28, "status": {"retweet_count": 3622, "retweeted_status": {"retweet_count": 3622, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682281861830160384", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bits.debian.org/2015/12/mourni\u2026", "url": "https://t.co/1EhZ5BwKSH", "expanded_url": "https://bits.debian.org/2015/12/mourning-ian-murdock.html", "indices": [93, 116]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 19:27:26 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682281861830160384, "text": "Debian is saddened to share the news of the passing of Ian Murdock. We will miss him dearly. https://t.co/1EhZ5BwKSH", "coordinates": null, "retweeted": false, "favorite_count": 968, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682286650534277120", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bits.debian.org/2015/12/mourni\u2026", "url": "https://t.co/1EhZ5BwKSH", "expanded_url": "https://bits.debian.org/2015/12/mourning-ian-murdock.html", "indices": [105, 128]}], "hashtags": [], "user_mentions": [{"screen_name": "debian", "id_str": "24253645", "id": 24253645, "indices": [3, 10], "name": "The Debian Project"}]}, "created_at": "Wed Dec 30 19:46:28 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682286650534277120, "text": "RT @debian: Debian is saddened to share the news of the passing of Ian Murdock. We will miss him dearly. https://t.co/1EhZ5BwKSH", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 90221684, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 959, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "12466012", "following": false, "friends_count": 1065, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "graylog.org", "url": "http://t.co/mnPWKabISf", "expanded_url": "http://www.graylog.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1667, "location": "Houston, TX / Hamburg, GER", "screen_name": "_lennart", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 101, "name": "Lennart Koopmann", "profile_use_background_image": true, "description": "Founder and CTO at Graylog, Inc. Started the @graylog2 project in 2010. Ironman training, Party Gorillas.", "url": "http://t.co/mnPWKabISf", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629114058344497152/oqt-f6Tf_normal.jpg", "profile_background_color": "131516", "created_at": "Sun Jan 20 19:05:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629114058344497152/oqt-f6Tf_normal.jpg", "favourites_count": 2858, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607302062305280", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1820, "resize": "fit"}, "small": {"w": 340, "h": 604, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 1066, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPEMppWwAADqrl.jpg", "type": "photo", "indices": [65, 88], "media_url": "http://pbs.twimg.com/media/CYPEMppWwAADqrl.jpg", "display_url": "pic.twitter.com/6NqJUAR5XB", "id_str": "685607289907232768", "expanded_url": "http://twitter.com/_lennart/status/685607302062305280/photo/1", "id": 685607289907232768, "url": "https://t.co/6NqJUAR5XB"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "solarce", "id_str": "822284", "id": 822284, "indices": [55, 63], "name": "leader of cola"}]}, "created_at": "Fri Jan 08 23:41:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/1c69a67ad480e1b1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-95.823268, 29.522325], [-95.069705, 29.522325], [-95.069705, 30.1546646], [-95.823268, 30.1546646]]], "type": "Polygon"}, "full_name": "Houston, TX", "contained_within": [], "country_code": "US", "id": "1c69a67ad480e1b1", "name": "Houston"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607302062305280, "text": "1/8/16 we will never forget (after only 2 years or so, @solarce) https://t.co/6NqJUAR5XB", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 12466012, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 19492, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12466012/1404744849", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "687843", "following": false, "friends_count": 736, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "patrickod.com", "url": "http://t.co/Q2ipmL5d8W", "expanded_url": "http://patrickod.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 719, "location": "San Francisco, California", "screen_name": "patrickod", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Patrick O'Doherty", "profile_use_background_image": false, "description": "Engineer @ Intercom in SF, hacker, tinkerer, aspiring cryptoanarchist. GPG: F05E 232B 31FE 4222 He/him", "url": "http://t.co/Q2ipmL5d8W", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685104886703353856/Gv9bLPB6_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jan 23 18:15:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685104886703353856/Gv9bLPB6_normal.jpg", "favourites_count": 2257, "status": {"retweet_count": 87, "retweeted_status": {"retweet_count": 87, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685524575396978688", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/josephfcox/sta\u2026", "url": "https://t.co/cWt7wYaqKF", "expanded_url": "https://twitter.com/josephfcox/status/685510751063248896", "indices": [117, 140]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:12:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685524575396978688, "text": "For 2 weeks in '15 the FBI ran what may be the biggest child porn site on the darkweb, distributing CP to 215k users https://t.co/cWt7wYaqKF", "coordinates": null, "retweeted": false, "favorite_count": 30, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685527148208254977", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/josephfcox/sta\u2026", "url": "https://t.co/cWt7wYaqKF", "expanded_url": "https://twitter.com/josephfcox/status/685510751063248896", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "csoghoian", "id_str": "14669471", "id": 14669471, "indices": [3, 13], "name": "Christopher Soghoian"}]}, "created_at": "Fri Jan 08 18:23:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685527148208254977, "text": "RT @csoghoian: For 2 weeks in '15 the FBI ran what may be the biggest child porn site on the darkweb, distributing CP to 215k users https:/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 687843, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 9376, "profile_banner_url": "https://pbs.twimg.com/profile_banners/687843/1410225843", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "6579422", "following": false, "friends_count": 816, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bettcher.net", "url": "http://t.co/Ex4n38uYNW", "expanded_url": "http://bettcher.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 5726, "location": "Louisville, CO", "screen_name": "Pufferfish", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 58, "name": "Jon Bettcher", "profile_use_background_image": true, "description": "Hacker, Beer Enthusiast, Colorad(o)an via California. Mobile engineer @Twitter.", "url": "http://t.co/Ex4n38uYNW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637107928881717248/_53TORWT_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Jun 04 20:53:44 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637107928881717248/_53TORWT_normal.jpg", "favourites_count": 4717, "status": {"in_reply_to_status_id": 684589819960266752, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/5d1bffd975c6ff73.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-105.1836432, 39.9395764], [-105.099812, 39.9395764], [-105.099812, 39.998224], [-105.1836432, 39.998224]]], "type": "Polygon"}, "full_name": "Louisville, CO", "contained_within": [], "country_code": "US", "id": "5d1bffd975c6ff73", "name": "Louisville"}, "in_reply_to_screen_name": "mrcs", "in_reply_to_user_id": 101935227, "in_reply_to_status_id_str": "684589819960266752", "in_reply_to_user_id_str": "101935227", "truncated": false, "id_str": "684591013218783234", "id": 684591013218783234, "text": "@mrcs @Brilanka I keep a picture of @TheDon on the side of my helmet. Underneath reads 'NEVER FORGET'.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mrcs", "id_str": "101935227", "id": 101935227, "indices": [0, 5], "name": "Marcus Hanson"}, {"screen_name": "Brilanka", "id_str": "69128362", "id": 69128362, "indices": [6, 15], "name": "Brilanka"}, {"screen_name": "TheDon", "id_str": "24799086", "id": 24799086, "indices": [37, 44], "name": "Don"}]}, "created_at": "Wed Jan 06 04:23:11 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6579422, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5275, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6579422/1440733343", "is_translator": false}, {"time_zone": "America/New_York", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18510643", "following": false, "friends_count": 422, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.douglasstanley.com", "url": "http://t.co/UfZiJnhhrI", "expanded_url": "http://blog.douglasstanley.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 263, "location": "Ohio", "screen_name": "thafreak", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "!Dr", "profile_use_background_image": true, "description": "CS Geek, PhD dropout, Linux something, blah blah...devops...cloud...", "url": "http://t.co/UfZiJnhhrI", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522113078331469824/3hNzlCRo_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Wed Dec 31 17:11:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522113078331469824/3hNzlCRo_normal.jpeg", "favourites_count": 1326, "status": {"retweet_count": 151, "retweeted_status": {"retweet_count": 151, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684759334597857280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/security/2016/\u2026", "url": "https://t.co/ucH6dJHoNl", "expanded_url": "http://arstechnica.com/security/2016/01/fatally-weak-md5-function-torpedoes-crypto-protections-in-https-and-ipsec/", "indices": [74, 97]}], "hashtags": [], "user_mentions": [{"screen_name": "dangoodin001", "id_str": "14150736", "id": 14150736, "indices": [101, 114], "name": "Dan Goodin"}]}, "created_at": "Wed Jan 06 15:32:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684759334597857280, "text": "Fatally weak MD5 function torpedoes crypto protections in HTTPS and IPSEC https://t.co/ucH6dJHoNl by @dangoodin001", "coordinates": null, "retweeted": false, "favorite_count": 84, "contributors": null, "source": "Ars tweetbot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685217743394717701", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/security/2016/\u2026", "url": "https://t.co/ucH6dJHoNl", "expanded_url": "http://arstechnica.com/security/2016/01/fatally-weak-md5-function-torpedoes-crypto-protections-in-https-and-ipsec/", "indices": [91, 114]}], "hashtags": [], "user_mentions": [{"screen_name": "arstechnica", "id_str": "717313", "id": 717313, "indices": [3, 15], "name": "Ars Technica"}, {"screen_name": "dangoodin001", "id_str": "14150736", "id": 14150736, "indices": [118, 131], "name": "Dan Goodin"}]}, "created_at": "Thu Jan 07 21:53:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685217743394717701, "text": "RT @arstechnica: Fatally weak MD5 function torpedoes crypto protections in HTTPS and IPSEC https://t.co/ucH6dJHoNl by @dangoodin001", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 18510643, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4085, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18510643/1406063888", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "34610111", "following": false, "friends_count": 1089, "entities": {"description": {"urls": [{"display_url": "unscatter.com", "url": "http://t.co/lv2hAzXh34", "expanded_url": "http://www.unscatter.com", "indices": [43, 65]}, {"display_url": "joerussbowman.tumblr.com", "url": "http://t.co/uDoXXLNixh", "expanded_url": "http://joerussbowman.tumblr.com", "indices": [75, 97]}, {"display_url": "github.com/joerussbowman", "url": "https://t.co/Z35VDQ5ouH", "expanded_url": "https://github.com/joerussbowman", "indices": [114, 137]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/22842058/twitter.jpg", "notifications": false, "profile_sidebar_fill_color": "0D4D69", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 457, "location": "", "screen_name": "joerussbowman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Joe Russ Bowman", "profile_use_background_image": true, "description": "Sysadmin, sometimes programmer. Working on http://t.co/lv2hAzXh34 - blog @ http://t.co/uDoXXLNixh and on github - https://t.co/Z35VDQ5ouH", "url": null, "profile_text_color": "5BA1F0", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502104444830351360/BJ9HL5C8_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Thu Apr 23 13:24:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502104444830351360/BJ9HL5C8_normal.jpeg", "favourites_count": 26, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685258190834012160", "id": 685258190834012160, "text": "Checking out Shannara Chronicles, waiting for Indiana Jones to come save the elves. #showingmyage", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "showingmyage", "indices": [84, 97]}], "user_mentions": []}, "created_at": "Fri Jan 08 00:34:18 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 34610111, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/22842058/twitter.jpg", "statuses_count": 6465, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14510730", "following": false, "friends_count": 302, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sysdoc.io", "url": "https://t.co/sMSA5BwOj5", "expanded_url": "http://sysdoc.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000112950477/48f0551ad73bae7fb31e6254fdf24415.png", "notifications": false, "profile_sidebar_fill_color": "C4C4C4", "profile_link_color": "3C6CE6", "geo_enabled": false, "followers_count": 95, "location": "", "screen_name": "nrcook", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Nick Cook", "profile_use_background_image": true, "description": "Product guy at @blackfinmedia, founder of Sysdoc.", "url": "https://t.co/sMSA5BwOj5", "profile_text_color": "BECFCC", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/598290668146962432/kgBgheRN_normal.png", "profile_background_color": "F2EAD0", "created_at": "Thu Apr 24 12:24:07 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/598290668146962432/kgBgheRN_normal.png", "favourites_count": 295, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "669565468324286465", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1GYHikT", "url": "https://t.co/fVd2SvFjXU", "expanded_url": "http://bit.ly/1GYHikT", "indices": [28, 51]}], "hashtags": [{"text": "programming", "indices": [52, 64]}, {"text": "developer", "indices": [65, 75]}, {"text": "learning", "indices": [76, 85]}], "user_mentions": []}, "created_at": "Wed Nov 25 17:17:02 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 669565468324286465, "text": "Learning to Program Sucks - https://t.co/fVd2SvFjXU #programming #developer #learning", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Meet Edgar"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "669572900555485188", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1GYHikT", "url": "https://t.co/fVd2SvFjXU", "expanded_url": "http://bit.ly/1GYHikT", "indices": [44, 67]}], "hashtags": [{"text": "programming", "indices": [68, 80]}, {"text": "developer", "indices": [81, 91]}, {"text": "learning", "indices": [92, 101]}], "user_mentions": [{"screen_name": "donnfelker", "id_str": "14393851", "id": 14393851, "indices": [3, 14], "name": "Donn Felker"}]}, "created_at": "Wed Nov 25 17:46:34 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 669572900555485188, "text": "RT @donnfelker: Learning to Program Sucks - https://t.co/fVd2SvFjXU #programming #developer #learning", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14510730, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000112950477/48f0551ad73bae7fb31e6254fdf24415.png", "statuses_count": 917, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "15851858", "following": false, "friends_count": 885, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 446, "location": "san francisco", "screen_name": "setient", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "setient", "profile_use_background_image": true, "description": "dev ops ftw. I am also a supportive of positivity. hearts everyone", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522835111041961984/tJCL2ACm_normal.jpeg", "profile_background_color": "709397", "created_at": "Thu Aug 14 15:49:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522835111041961984/tJCL2ACm_normal.jpeg", "favourites_count": 1340, "status": {"retweet_count": 18, "retweeted_status": {"retweet_count": 18, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685472504115281920", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/jack_daniel/st\u2026", "url": "https://t.co/ES9Q17g8G3", "expanded_url": "https://twitter.com/jack_daniel/status/684936983219728385", "indices": [58, 81]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:45:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685472504115281920, "text": "We've lost a great friend, but you can make him live on. https://t.co/ES9Q17g8G3", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "TweetCaster for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685495361608126464", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/jack_daniel/st\u2026", "url": "https://t.co/ES9Q17g8G3", "expanded_url": "https://twitter.com/jack_daniel/status/684936983219728385", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "jack_daniel", "id_str": "7025212", "id": 7025212, "indices": [3, 15], "name": "Jack Daniel"}]}, "created_at": "Fri Jan 08 16:16:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685495361608126464, "text": "RT @jack_daniel: We've lost a great friend, but you can make him live on. https://t.co/ES9Q17g8G3", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 15851858, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 5312, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "20865431", "following": false, "friends_count": 3374, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "standalone-sysadmin.com", "url": "http://t.co/YORxb7gX1b", "expanded_url": "http://www.standalone-sysadmin.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/106552711/twitter-backgrounda.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 5182, "location": "Los Angeles, CA", "screen_name": "standaloneSA", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 450, "name": "Matt Simmons", "profile_use_background_image": true, "description": "I play with computers all day in Iron Man's spaceship factory - Tweets are my own", "url": "http://t.co/YORxb7gX1b", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617651226658738176/3aplbFKo_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sat Feb 14 19:14:10 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617651226658738176/3aplbFKo_normal.jpg", "favourites_count": 3404, "status": {"retweet_count": 12, "retweeted_status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685259250369601537", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nbcnews.com/tech/innovatio\u2026", "url": "https://t.co/mpPdCyOHNn", "expanded_url": "http://www.nbcnews.com/tech/innovation/spacex-plans-drone-ship-rocket-landing-jan-17-launch-n492471", "indices": [37, 60]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:38:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685259250369601537, "text": "Now, let's nail a droneship landing! https://t.co/mpPdCyOHNn", "coordinates": null, "retweeted": false, "favorite_count": 22, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685271429793751040", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nbcnews.com/tech/innovatio\u2026", "url": "https://t.co/mpPdCyOHNn", "expanded_url": "http://www.nbcnews.com/tech/innovation/spacex-plans-drone-ship-rocket-landing-jan-17-launch-n492471", "indices": [56, 79]}], "hashtags": [], "user_mentions": [{"screen_name": "larsblackmore", "id_str": "562325211", "id": 562325211, "indices": [3, 17], "name": "Lars Blackmore"}]}, "created_at": "Fri Jan 08 01:26:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685271429793751040, "text": "RT @larsblackmore: Now, let's nail a droneship landing! https://t.co/mpPdCyOHNn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 20865431, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/106552711/twitter-backgrounda.jpg", "statuses_count": 23481, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20865431/1401481629", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "132978921", "following": false, "friends_count": 736, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "etchsoftware.com", "url": "http://t.co/6bJgwMooHY", "expanded_url": "http://www.etchsoftware.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/413186195/DrWho10thDoor.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "10184F", "geo_enabled": true, "followers_count": 583, "location": "Portland, OR", "screen_name": "geekcode", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 54, "name": "Mike Bijon", "profile_use_background_image": false, "description": "Platform engineer & VP Tech @billupsww, coffee, #golang, coffee, #WordPress core & OSS contrib, runner, coffee. Yes, that much coffee.", "url": "http://t.co/6bJgwMooHY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2778765012/1ded7889acf754782539a059a159768d_normal.png", "profile_background_color": "5D6569", "created_at": "Wed Apr 14 17:53:29 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2778765012/1ded7889acf754782539a059a159768d_normal.png", "favourites_count": 2234, "status": {"in_reply_to_status_id": 685495807496159232, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "danielbachhuber", "in_reply_to_user_id": 272166936, "in_reply_to_status_id_str": "685495807496159232", "in_reply_to_user_id_str": "272166936", "truncated": false, "id_str": "685591211986440192", "id": 685591211986440192, "text": "@danielbachhuber Like refactoring a whole lot just to make single-line corner cases testable?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "danielbachhuber", "id_str": "272166936", "id": 272166936, "indices": [0, 16], "name": "Daniel Bachhuber"}]}, "created_at": "Fri Jan 08 22:37:37 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 132978921, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/413186195/DrWho10thDoor.jpg", "statuses_count": 3841, "profile_banner_url": "https://pbs.twimg.com/profile_banners/132978921/1398211951", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "385757065", "following": false, "friends_count": 31, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rocketlift.com", "url": "http://t.co/st5RoBqEUR", "expanded_url": "http://rocketlift.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/749855714/d6af75093a620f71f8013dfdb80b48f5.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "727C89", "geo_enabled": false, "followers_count": 88, "location": "The Internet", "screen_name": "RocketLiftInc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Rocket Lift", "profile_use_background_image": true, "description": "We are capable, caring, thoughtful, excited humans who build world-class websites and web software.", "url": "http://t.co/st5RoBqEUR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3034405783/1ab06cea7818faea8b74571179bdc4ae_normal.png", "profile_background_color": "333842", "created_at": "Thu Oct 06 02:24:42 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3034405783/1ab06cea7818faea8b74571179bdc4ae_normal.png", "favourites_count": 19, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684123557534629888", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 176, "resize": "fit"}, "medium": {"w": 600, "h": 312, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 663, "h": 345, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX5-wCrUsAA13sD.png", "type": "photo", "indices": [65, 88], "media_url": "http://pbs.twimg.com/media/CX5-wCrUsAA13sD.png", "display_url": "pic.twitter.com/TaV5qQKGEZ", "id_str": "684123557224296448", "expanded_url": "http://twitter.com/RocketLiftInc/status/684123557534629888/photo/1", "id": 684123557224296448, "url": "https://t.co/TaV5qQKGEZ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 21:25:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684123557534629888, "text": "You won\u2019t believe how we\u2019re making strategic planning fun again. https://t.co/TaV5qQKGEZ", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 385757065, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/749855714/d6af75093a620f71f8013dfdb80b48f5.png", "statuses_count": 118, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2343043428", "following": false, "friends_count": 351, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 206, "location": "Toronto, ON, Canada", "screen_name": "Cliffehangers", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Three-ve Cliffe", "profile_use_background_image": true, "description": "DadOps (to 3 kids) & DevOps (Product Sherpa @ PagerDuty)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/434196387899535360/tSOrVjIW_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Feb 14 04:28:03 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/434196387899535360/tSOrVjIW_normal.jpeg", "favourites_count": 478, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683561599886618624", "id": 683561599886618624, "text": "When your body wakes up \"naturally\" at 3am ... Ugh. #DadOps", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "DadOps", "indices": [52, 59]}], "user_mentions": []}, "created_at": "Sun Jan 03 08:12:40 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2343043428, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1041, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14871770", "following": false, "friends_count": 436, "entities": {"description": {"urls": [{"display_url": "rocketlift.com", "url": "http://t.co/PbFXp9t0bB", "expanded_url": "http://rocketlift.com", "indices": [44, 66]}, {"display_url": "galacticpanda.com", "url": "http://t.co/7mBG1S01PD", "expanded_url": "http://galacticpanda.com", "indices": [67, 89]}]}, "url": {"urls": [{"display_url": "mattheweppelsheimer.com", "url": "http://t.co/1YaawPsJh6", "expanded_url": "http://mattheweppelsheimer.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "F23000", "geo_enabled": false, "followers_count": 571, "location": "Portland, Oregon", "screen_name": "mattepp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 72, "name": "Matthew Eppelsheimer", "profile_use_background_image": true, "description": "Team lead @RocketLiftInc. #RCTID #WordPress http://t.co/PbFXp9t0bB http://t.co/7mBG1S01PD", "url": "http://t.co/1YaawPsJh6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683184178649632768/m7cwV27G_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu May 22 18:45:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683184178649632768/m7cwV27G_normal.jpg", "favourites_count": 5966, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685567757157400576", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1365, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOgPLGUAAE1XQZ.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CYOgPLGUAAE1XQZ.jpg", "display_url": "pic.twitter.com/Jzi6g7Oa2e", "id_str": "685567750828195841", "expanded_url": "http://twitter.com/mattepp/status/685567757157400576/photo/1", "id": 685567750828195841, "url": "https://t.co/Jzi6g7Oa2e"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ZekeHero", "id_str": "15663173", "id": 15663173, "indices": [1, 10], "name": "Mike Cassella"}]}, "created_at": "Fri Jan 08 21:04:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567757157400576, "text": ".@ZekeHero pointed out we\u2019re in possession of the original theatrical releases of Star Wars IV-VI.\n\nThis whole time! https://t.co/Jzi6g7Oa2e", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14871770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 14509, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14871770/1435244285", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15368317", "following": false, "friends_count": 897, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paulosman.me", "url": "http://t.co/haR9pkCsWA", "expanded_url": "http://paulosman.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 1913, "location": "Austin, TX", "screen_name": "paulosman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 114, "name": "Paul Osman", "profile_use_background_image": true, "description": "Software Eng @UnderArmour Connected Fitness. Rider of Bikes, Toronto person living in Austin, Coffee Addict, @meghatron's less witty half.", "url": "http://t.co/haR9pkCsWA", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/646857949751578628/prqqpv7y_normal.jpg", "profile_background_color": "352726", "created_at": "Wed Jul 09 17:58:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/646857949751578628/prqqpv7y_normal.jpg", "favourites_count": 1353, "status": {"in_reply_to_status_id": 685293163267887104, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/c3f37afa9efcf94b.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-97.928935, 30.127892], [-97.5805133, 30.127892], [-97.5805133, 30.5187994], [-97.928935, 30.5187994]]], "type": "Polygon"}, "full_name": "Austin, TX", "contained_within": [], "country_code": "US", "id": "c3f37afa9efcf94b", "name": "Austin"}, "in_reply_to_screen_name": "herhighnessness", "in_reply_to_user_id": 14437357, "in_reply_to_status_id_str": "685293163267887104", "in_reply_to_user_id_str": "14437357", "truncated": false, "id_str": "685309904001888257", "id": 685309904001888257, "text": "@herhighnessness it took me 2 years of living East before I was able to find my way around.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "herhighnessness", "id_str": "14437357", "id": 14437357, "indices": [0, 16], "name": "Chelsea Novak"}]}, "created_at": "Fri Jan 08 03:59:48 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15368317, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 6434, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15368317/1419781254", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "226319355", "following": false, "friends_count": 288, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/mpangrazzi", "url": "https://t.co/N54bTqXneR", "expanded_url": "https://github.com/mpangrazzi", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 65, "location": "Software Engineer", "screen_name": "xmikex83", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Michele Pangrazzi", "profile_use_background_image": true, "description": "Full-stack web developer. Mostly Javascript, HTML / CSS and Ruby. Node.js addict.", "url": "https://t.co/N54bTqXneR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000118991479/46019d4266676221ea1b3a6030749130_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Dec 13 21:53:44 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "it", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000118991479/46019d4266676221ea1b3a6030749130_normal.png", "favourites_count": 218, "status": {"retweet_count": 30, "retweeted_status": {"retweet_count": 30, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685487567098261504", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mitchrobb.com/chromes-consol\u2026", "url": "https://t.co/qoxwOguhtv", "expanded_url": "http://www.mitchrobb.com/chromes-console-api-greatest-hits/", "indices": [108, 131]}], "hashtags": [{"text": "js", "indices": [132, 135]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:45:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685487567098261504, "text": "Chrome's Console API Greatest hits - .dir(), .table(), debug levels, and other great lesser-known features: https://t.co/qoxwOguhtv #js", "coordinates": null, "retweeted": false, "favorite_count": 35, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685529825344274432", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mitchrobb.com/chromes-consol\u2026", "url": "https://t.co/qoxwOguhtv", "expanded_url": "http://www.mitchrobb.com/chromes-console-api-greatest-hits/", "indices": [126, 140]}], "hashtags": [{"text": "js", "indices": [139, 140]}], "user_mentions": [{"screen_name": "_ericelliott", "id_str": "14148308", "id": 14148308, "indices": [3, 16], "name": "Eric Elliott"}]}, "created_at": "Fri Jan 08 18:33:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685529825344274432, "text": "RT @_ericelliott: Chrome's Console API Greatest hits - .dir(), .table(), debug levels, and other great lesser-known features: https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 226319355, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 465, "profile_banner_url": "https://pbs.twimg.com/profile_banners/226319355/1414508396", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "97307610", "following": false, "friends_count": 1499, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 185, "location": "Phoenix, AZ", "screen_name": "joshhardison", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "The One True Josh", "profile_use_background_image": true, "description": "I love math, programming, golf, my goofy kids and humanity in general.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1854007167/vKfwebYu_normal", "profile_background_color": "C0DEED", "created_at": "Wed Dec 16 22:52:17 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1854007167/vKfwebYu_normal", "favourites_count": 130, "status": {"retweet_count": 7058, "retweeted_status": {"retweet_count": 7058, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682700489000140801", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXlweYdWMAAK15z.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CXlweYdWMAAK15z.jpg", "display_url": "pic.twitter.com/Smrls9NHFj", "id_str": "682700485787267072", "expanded_url": "http://twitter.com/dcatast/status/682700489000140801/photo/1", "id": 682700485787267072, "url": "https://t.co/Smrls9NHFj"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 23:10:55 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682700489000140801, "text": "Mother-i-L doesn't have Twitter. She wanted the world to see her bread. Told her I only 28 followers. \"That'll do.\" https://t.co/Smrls9NHFj", "coordinates": null, "retweeted": false, "favorite_count": 9394, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682711850098671616", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "682700489000140801", "media_url": "http://pbs.twimg.com/media/CXlweYdWMAAK15z.jpg", "source_user_id_str": "3045462152", "id_str": "682700485787267072", "id": 682700485787267072, "media_url_https": "https://pbs.twimg.com/media/CXlweYdWMAAK15z.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 682700489000140801, "source_user_id": 3045462152, "display_url": "pic.twitter.com/Smrls9NHFj", "expanded_url": "http://twitter.com/dcatast/status/682700489000140801/photo/1", "url": "https://t.co/Smrls9NHFj"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dcatast", "id_str": "3045462152", "id": 3045462152, "indices": [3, 11], "name": "Dc"}]}, "created_at": "Thu Dec 31 23:56:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682711850098671616, "text": "RT @dcatast: Mother-i-L doesn't have Twitter. She wanted the world to see her bread. Told her I only 28 followers. \"That'll do.\" https://t.\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 97307610, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 589, "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "21745028", "following": false, "friends_count": 455, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/martinp", "url": "https://t.co/prsUC0LrCr", "expanded_url": "https://github.com/martinp", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 162, "location": "Trondheim, Norway", "screen_name": "mpolden", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Martin Polden", "profile_use_background_image": true, "description": "music snob, free software enthusiast, occasionally writes code, often curses code, works at yahoo", "url": "https://t.co/prsUC0LrCr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000711415781/b686d1b0cfae878f17a304fb278ef860_normal.png", "profile_background_color": "131516", "created_at": "Tue Feb 24 11:06:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000711415781/b686d1b0cfae878f17a304fb278ef860_normal.png", "favourites_count": 813, "status": {"in_reply_to_status_id": 685432425728598017, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mpolden", "in_reply_to_user_id": 21745028, "in_reply_to_status_id_str": "685432425728598017", "in_reply_to_user_id_str": "21745028", "truncated": false, "id_str": "685432737155670016", "id": 685432737155670016, "text": "@ingvald @atlefren @mrodem or Google Slides if I'm lazy :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ingvald", "id_str": "6564832", "id": 6564832, "indices": [0, 8], "name": "Ingvald Skaug"}, {"screen_name": "atlefren", "id_str": "14732917", "id": 14732917, "indices": [9, 18], "name": "Atle Frenvik Sveen"}, {"screen_name": "mrodem", "id_str": "22851988", "id": 22851988, "indices": [19, 26], "name": "Magne Rodem"}]}, "created_at": "Fri Jan 08 12:07:53 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 21745028, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 773, "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "15011401", "following": false, "friends_count": 317, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "evanshortiss.com", "url": "http://t.co/T1nBQwmLdz", "expanded_url": "http://www.evanshortiss.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "E65C20", "geo_enabled": true, "followers_count": 170, "location": "Boston, MA", "screen_name": "evanshortiss", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Evan Shortiss", "profile_use_background_image": true, "description": "Irishman. Photographer. Software Engineer @feedhenry @RedHatSoftware.", "url": "http://t.co/T1nBQwmLdz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/550108672668753921/eZ-HyfhG_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jun 04 22:46:07 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/550108672668753921/eZ-HyfhG_normal.jpeg", "favourites_count": 153, "status": {"retweet_count": 1980, "retweeted_status": {"retweet_count": 1980, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678444166016335872", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 244, "resize": "fit"}, "medium": {"w": 600, "h": 431, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 736, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWpRX6IWsAALzmc.jpg", "type": "photo", "indices": [99, 122], "media_url": "http://pbs.twimg.com/media/CWpRX6IWsAALzmc.jpg", "display_url": "pic.twitter.com/znpnqmRwUW", "id_str": "678444165055819776", "expanded_url": "http://twitter.com/PolitiFact/status/678444166016335872/photo/1", "id": 678444165055819776, "url": "https://t.co/znpnqmRwUW"}], "symbols": [], "urls": [{"display_url": "ow.ly/W87ui", "url": "https://t.co/PWQKpmpUMD", "expanded_url": "http://ow.ly/W87ui", "indices": [75, 98]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Dec 20 05:17:48 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678444166016335872, "text": "Bernie Sanders is correct. US spends 3 times what UK spends on health care https://t.co/PWQKpmpUMD https://t.co/znpnqmRwUW", "coordinates": null, "retweeted": false, "favorite_count": 3177, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678541548024430592", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 244, "resize": "fit"}, "medium": {"w": 600, "h": 431, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 736, "resize": "fit"}}, "source_status_id_str": "678444166016335872", "media_url": "http://pbs.twimg.com/media/CWpRX6IWsAALzmc.jpg", "source_user_id_str": "8953122", "id_str": "678444165055819776", "id": 678444165055819776, "media_url_https": "https://pbs.twimg.com/media/CWpRX6IWsAALzmc.jpg", "type": "photo", "indices": [115, 138], "source_status_id": 678444166016335872, "source_user_id": 8953122, "display_url": "pic.twitter.com/znpnqmRwUW", "expanded_url": "http://twitter.com/PolitiFact/status/678444166016335872/photo/1", "url": "https://t.co/znpnqmRwUW"}], "symbols": [], "urls": [{"display_url": "ow.ly/W87ui", "url": "https://t.co/PWQKpmpUMD", "expanded_url": "http://ow.ly/W87ui", "indices": [91, 114]}], "hashtags": [], "user_mentions": [{"screen_name": "PolitiFact", "id_str": "8953122", "id": 8953122, "indices": [3, 14], "name": "PolitiFact"}]}, "created_at": "Sun Dec 20 11:44:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678541548024430592, "text": "RT @PolitiFact: Bernie Sanders is correct. US spends 3 times what UK spends on health care https://t.co/PWQKpmpUMD https://t.co/znpnqmRwUW", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15011401, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1025, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15011401/1407809987", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "360369653", "following": false, "friends_count": 3038, "entities": {"description": {"urls": [{"display_url": "nationalobserver.com", "url": "https://t.co/KEKlnliSlO", "expanded_url": "http://www.nationalobserver.com", "indices": [65, 88]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/340419679/sandytwitterbackground2.jpg", "notifications": false, "profile_sidebar_fill_color": "E8E8E8", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 7556, "location": "Vancouver", "screen_name": "Garossino", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 251, "name": "Sandy Garossino", "profile_use_background_image": false, "description": "writer, former trial lawyer, associate editor, National Observer https://t.co/KEKlnliSlO", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637097904809734144/0QGM2l15_normal.png", "profile_background_color": "ED217A", "created_at": "Tue Aug 23 03:10:24 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "E8E8E8", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637097904809734144/0QGM2l15_normal.png", "favourites_count": 7439, "status": {"in_reply_to_status_id": 685598567185039360, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "pqpolitics", "in_reply_to_user_id": 246667561, "in_reply_to_status_id_str": "685598567185039360", "in_reply_to_user_id_str": "246667561", "truncated": false, "id_str": "685602547579502592", "id": 685602547579502592, "text": "@pqpolitics It\u2019s how a tinderbox situation should ideally be de-escalated tho...", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "pqpolitics", "id_str": "246667561", "id": 246667561, "indices": [0, 11], "name": "Pete Quily"}]}, "created_at": "Fri Jan 08 23:22:39 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 360369653, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/340419679/sandytwitterbackground2.jpg", "statuses_count": 32542, "profile_banner_url": "https://pbs.twimg.com/profile_banners/360369653/1408058611", "is_translator": false}, {"time_zone": "Ljubljana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "819606", "following": false, "friends_count": 4191, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "writing.jan.io", "url": "https://t.co/q2RB27h8sD", "expanded_url": "http://writing.jan.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/685034469573681152/iYCV8S8K.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "000088", "geo_enabled": false, "followers_count": 13964, "location": "Berlin", "screen_name": "janl", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1024, "name": "Jan Lehnardt", "profile_use_background_image": true, "description": "Dissatisfied with the status-quo.\n\n@couchdb \u2022 @hoodiehq \u2022 @jsconfeu \u2022 @greenkeeperio \u2022 #offlinefirst\n\nCEO at neighbourhood.ie\n\nDuct tape artist and feminist.", "url": "https://t.co/q2RB27h8sD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2673735348/331cefd2263bbc754979526b3fd48e4d_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 07 21:36:26 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2673735348/331cefd2263bbc754979526b3fd48e4d_normal.png", "favourites_count": 32485, "status": {"retweet_count": 89, "retweeted_status": {"retweet_count": 89, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685548731127738368", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 199, "resize": "fit"}, "medium": {"w": 454, "h": 266, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 454, "h": 266, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOO8BJWcAEmitT.png", "type": "photo", "indices": [111, 134], "media_url": "http://pbs.twimg.com/media/CYOO8BJWcAEmitT.png", "display_url": "pic.twitter.com/ZEUtRUpo4o", "id_str": "685548730041397249", "expanded_url": "http://twitter.com/HaticeAkyuen/status/685548731127738368/photo/1", "id": 685548730041397249, "url": "https://t.co/ZEUtRUpo4o"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:48:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685548731127738368, "text": "Name verschwunden, Erg\u00e4nzung hinzugef\u00fcgt. Ich dachte, sowas gibt es nur in schlechten Filmen mit Journalisten. https://t.co/ZEUtRUpo4o", "coordinates": null, "retweeted": false, "favorite_count": 64, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685558331365285888", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 199, "resize": "fit"}, "medium": {"w": 454, "h": 266, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 454, "h": 266, "resize": "fit"}}, "source_status_id_str": "685548731127738368", "media_url": "http://pbs.twimg.com/media/CYOO8BJWcAEmitT.png", "source_user_id_str": "67280909", "id_str": "685548730041397249", "id": 685548730041397249, "media_url_https": "https://pbs.twimg.com/media/CYOO8BJWcAEmitT.png", "type": "photo", "indices": [139, 140], "source_status_id": 685548731127738368, "source_user_id": 67280909, "display_url": "pic.twitter.com/ZEUtRUpo4o", "expanded_url": "http://twitter.com/HaticeAkyuen/status/685548731127738368/photo/1", "url": "https://t.co/ZEUtRUpo4o"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "HaticeAkyuen", "id_str": "67280909", "id": 67280909, "indices": [3, 16], "name": "Hatice Aky\u00fcn"}]}, "created_at": "Fri Jan 08 20:26:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685558331365285888, "text": "RT @HaticeAkyuen: Name verschwunden, Erg\u00e4nzung hinzugef\u00fcgt. Ich dachte, sowas gibt es nur in schlechten Filmen mit Journalisten. https://t.\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 819606, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/685034469573681152/iYCV8S8K.jpg", "statuses_count": 110086, "profile_banner_url": "https://pbs.twimg.com/profile_banners/819606/1452160317", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "88168192", "following": false, "friends_count": 474, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "arndissler.net", "url": "http://t.co/ZUGi3nxlTE", "expanded_url": "http://arndissler.net/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000082688609/ddc4e686e13588938487da851ab1bdb6.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 189, "location": "Hamburg", "screen_name": "arndissler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Arnd Issler", "profile_use_background_image": true, "description": "websites / apps / photos / development / @mailmindr - All tweets are ROT13 encrypted. Twice.", "url": "http://t.co/ZUGi3nxlTE", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/557489425559482369/aKukb5lm_normal.png", "profile_background_color": "030303", "created_at": "Sat Nov 07 11:33:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/557489425559482369/aKukb5lm_normal.png", "favourites_count": 1530, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685469542424928257", "id": 685469542424928257, "text": "Franzbr\u00f6tchen #ftw", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "ftw", "indices": [14, 18]}], "user_mentions": []}, "created_at": "Fri Jan 08 14:34:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "de"}, "default_profile_image": false, "id": 88168192, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000082688609/ddc4e686e13588938487da851ab1bdb6.jpeg", "statuses_count": 3088, "profile_banner_url": "https://pbs.twimg.com/profile_banners/88168192/1356087736", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14932908", "following": false, "friends_count": 503, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/zoepage/", "url": "https://t.co/b5WODoIU99", "expanded_url": "https://github.com/zoepage/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EDEDED", "profile_link_color": "ED0000", "geo_enabled": false, "followers_count": 2231, "location": "Dortmund / Berlin", "screen_name": "misprintedtype", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 193, "name": "/me npm i dance", "profile_use_background_image": true, "description": "JavaScript && daughter driven development. Sr. developer @getstyla && CTO @angefragtjs, part of @HoodieHQ, @rejectjs, @otsconf", "url": "https://t.co/b5WODoIU99", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681603537223172097/cwWKXWZY_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed May 28 12:02:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "DEDEDE", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681603537223172097/cwWKXWZY_normal.jpg", "favourites_count": 21535, "status": {"in_reply_to_status_id": 685532462873710592, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "blaue_flecken", "in_reply_to_user_id": 513354442, "in_reply_to_status_id_str": "685532462873710592", "in_reply_to_user_id_str": "513354442", "truncated": false, "id_str": "685532588442779648", "id": 685532588442779648, "text": "@blaue_flecken @badboy_ will aaaaaauch!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "blaue_flecken", "id_str": "513354442", "id": 513354442, "indices": [0, 14], "name": ". ."}, {"screen_name": "badboy_", "id_str": "13485262", "id": 13485262, "indices": [15, 23], "name": "RB_GC_GUARD(v)"}]}, "created_at": "Fri Jan 08 18:44:40 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "de"}, "default_profile_image": false, "id": 14932908, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 35491, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14932908/1449941458", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1436340385", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danielmschmidt.de", "url": "http://t.co/VfRq2S27fl", "expanded_url": "http://danielmschmidt.de", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 79, "location": "Kiel", "screen_name": "DSchmidt1992", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Daniel Schmidt", "profile_use_background_image": true, "description": "Webdev, with focus on frontend and mobile development", "url": "http://t.co/VfRq2S27fl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/465053646409826304/heVzNqcF_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri May 17 18:08:47 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465053646409826304/heVzNqcF_normal.jpeg", "favourites_count": 448, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684965269748318208", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYF8RQ0UoAAGRFt.jpg", "type": "photo", "indices": [57, 80], "media_url": "http://pbs.twimg.com/media/CYF8RQ0UoAAGRFt.jpg", "display_url": "pic.twitter.com/evoMEqdv9g", "id_str": "684965254351069184", "expanded_url": "http://twitter.com/KrauseFx/status/684965269748318208/photo/1", "id": 684965254351069184, "url": "https://t.co/evoMEqdv9g"}], "symbols": [], "urls": [{"display_url": "fastlane.tools", "url": "https://t.co/dhb4eHkOnr", "expanded_url": "https://fastlane.tools", "indices": [25, 48]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 05:10:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0079932b106eb4c9.json", "country": "Vi\u1ec7t Nam", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[106.356398, 10.365786], [107.012798, 10.365786], [107.012798, 11.160291], [106.356398, 11.160291]]], "type": "Polygon"}, "full_name": "Ho Chi Minh, Vietnam", "contained_within": [], "country_code": "VN", "id": "0079932b106eb4c9", "name": "Ho Chi Minh"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684965269748318208, "text": "1 year ago: drafting the https://t.co/dhb4eHkOnr website https://t.co/evoMEqdv9g", "coordinates": null, "retweeted": false, "favorite_count": 42, "contributors": null, "source": "Tweetbot for i\u039fS"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685375894597287936", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "source_status_id_str": "684965269748318208", "media_url": "http://pbs.twimg.com/media/CYF8RQ0UoAAGRFt.jpg", "source_user_id_str": "50055757", "id_str": "684965254351069184", "id": 684965254351069184, "media_url_https": "https://pbs.twimg.com/media/CYF8RQ0UoAAGRFt.jpg", "type": "photo", "indices": [71, 94], "source_status_id": 684965269748318208, "source_user_id": 50055757, "display_url": "pic.twitter.com/evoMEqdv9g", "expanded_url": "http://twitter.com/KrauseFx/status/684965269748318208/photo/1", "url": "https://t.co/evoMEqdv9g"}], "symbols": [], "urls": [{"display_url": "fastlane.tools", "url": "https://t.co/dhb4eHkOnr", "expanded_url": "https://fastlane.tools", "indices": [39, 62]}], "hashtags": [], "user_mentions": [{"screen_name": "KrauseFx", "id_str": "50055757", "id": 50055757, "indices": [3, 12], "name": "Felix Krause"}]}, "created_at": "Fri Jan 08 08:22:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685375894597287936, "text": "RT @KrauseFx: 1 year ago: drafting the https://t.co/dhb4eHkOnr website https://t.co/evoMEqdv9g", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1436340385, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 513, "is_translator": false}, {"time_zone": "Edinburgh", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "17368293", "following": false, "friends_count": 479, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tinnedfruit.com", "url": "http://t.co/pzfe4KxYu4", "expanded_url": "http://tinnedfruit.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 672, "location": "Edinburgh", "screen_name": "froots101", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Jim Newbery", "profile_use_background_image": true, "description": "Director of Front End Engineering at FanDuel. Director of Front End Snack Consumption everywhere.", "url": "http://t.co/pzfe4KxYu4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459350515189428224/mDJMxNmx_normal.png", "profile_background_color": "131516", "created_at": "Thu Nov 13 16:36:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459350515189428224/mDJMxNmx_normal.png", "favourites_count": 811, "status": {"retweet_count": 1831, "retweeted_status": {"retweet_count": 1831, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685484472498798592", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "display_url": "pic.twitter.com/TMcevQeAVA", "id_str": "685484471227953152", "expanded_url": "http://twitter.com/lukekarmali/status/685484472498798592/photo/1", "id": 685484471227953152, "url": "https://t.co/TMcevQeAVA"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:33:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685484472498798592, "text": "This is a real phone call that happened between Tony Blair and Bill Clinton. And now it's public. GOD IS REAL, Y'ALL https://t.co/TMcevQeAVA", "coordinates": null, "retweeted": false, "favorite_count": 1984, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685512506593394689", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "source_status_id_str": "685484472498798592", "media_url": "http://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "source_user_id_str": "119043148", "id_str": "685484471227953152", "id": 685484471227953152, "media_url_https": "https://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685484472498798592, "source_user_id": 119043148, "display_url": "pic.twitter.com/TMcevQeAVA", "expanded_url": "http://twitter.com/lukekarmali/status/685484472498798592/photo/1", "url": "https://t.co/TMcevQeAVA"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lukekarmali", "id_str": "119043148", "id": 119043148, "indices": [3, 15], "name": "Luke Karmali"}]}, "created_at": "Fri Jan 08 17:24:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685512506593394689, "text": "RT @lukekarmali: This is a real phone call that happened between Tony Blair and Bill Clinton. And now it's public. GOD IS REAL, Y'ALL https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 17368293, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5284, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17368293/1364377512", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "253635851", "following": false, "friends_count": 46, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 57, "location": "Universe", "screen_name": "EdwinMons", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Edwin Mons", "profile_use_background_image": true, "description": "Publiek geneuzel van Edwin", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1867125171/Foto_op_22-11-2011_om_09.34_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Feb 17 17:12:32 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1867125171/Foto_op_22-11-2011_om_09.34_normal.jpg", "favourites_count": 42, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "677420835007803392", "id": 677420835007803392, "text": "I suspect there's a huge overlap in people from the Sirius Cybernetics Corp Marketing Division, and people who think systemd is a good idea.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 17 09:31:27 +0000 2015", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 253635851, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 324, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "16168410", "following": false, "friends_count": 503, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shanehudson.net/work", "url": "https://t.co/Jht5i7jeDz", "expanded_url": "https://shanehudson.net/work", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/429521174/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "83AFB6", "geo_enabled": true, "followers_count": 2968, "location": "West Sussex, England", "screen_name": "ShaneHudson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 134, "name": "Shane Hudson", "profile_use_background_image": true, "description": "I'm a freelance developer, making stuff on the Web. Wrote a book - JavaScript Creativity. shane@shanehudson.net", "url": "https://t.co/Jht5i7jeDz", "profile_text_color": "4B729C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/476845708578803712/RnApcn6v_normal.png", "profile_background_color": "E8E6DF", "created_at": "Sun Sep 07 12:03:21 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "CDCDCD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476845708578803712/RnApcn6v_normal.png", "favourites_count": 19843, "status": {"in_reply_to_status_id": 685475509489299457, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "edd_greer", "in_reply_to_user_id": 328566545, "in_reply_to_status_id_str": "685475509489299457", "in_reply_to_user_id_str": "328566545", "truncated": false, "id_str": "685476367274737665", "id": 685476367274737665, "text": "@edd_greer I'm sitting in a cafe looking over the sea. Really is lovely today :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "edd_greer", "id_str": "328566545", "id": 328566545, "indices": [0, 10], "name": "Edward Oliver Greer"}]}, "created_at": "Fri Jan 08 15:01:16 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16168410, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/429521174/bg.jpg", "statuses_count": 47918, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16168410/1412614431", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "408410310", "following": false, "friends_count": 1081, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 99, "location": "", "screen_name": "JanuschH", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Janusch", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/549874024797323264/omgsmKnh_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Nov 09 11:38:57 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/549874024797323264/omgsmKnh_normal.jpeg", "favourites_count": 321, "status": {"in_reply_to_status_id": 669000572226285568, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "t_spicydonuts", "in_reply_to_user_id": 623182154, "in_reply_to_status_id_str": "669000572226285568", "in_reply_to_user_id_str": "623182154", "truncated": false, "id_str": "669276857259397121", "id": 669276857259397121, "text": "@t_spicydonuts @babeljs O.o I feel your pain, had to roll back my 5to6 upgrade attempt as well, being an early adopter bit me. Good luck!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "t_spicydonuts", "id_str": "623182154", "id": 623182154, "indices": [0, 14], "name": "Michael Trotter"}, {"screen_name": "babeljs", "id_str": "2958823554", "id": 2958823554, "indices": [15, 23], "name": "Babel"}]}, "created_at": "Tue Nov 24 22:10:11 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 408410310, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 136, "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "14092028", "following": false, "friends_count": 1009, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "saperduper.org", "url": "http://t.co/DVWiulnJKs", "expanded_url": "http://saperduper.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3201906/PA25-TC4Matt-3.jpg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": false, "followers_count": 771, "location": "Athens, GR", "screen_name": "saperduper", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "saperduper", "profile_use_background_image": true, "description": "An electrical and computer engineer trying to manage uncertainty", "url": "http://t.co/DVWiulnJKs", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/52795574/sd_normal.jpg", "profile_background_color": "E8E8E8", "created_at": "Thu Mar 06 23:11:32 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/52795574/sd_normal.jpg", "favourites_count": 51, "status": {"in_reply_to_status_id": 662330478377181184, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "stazybohorn", "in_reply_to_user_id": 14733413, "in_reply_to_status_id_str": "662330478377181184", "in_reply_to_user_id_str": "14733413", "truncated": false, "id_str": "662367381495406594", "id": 662367381495406594, "text": "@stazybohorn \u03bc\u03bf\u03bd\u03bf \u03b7 \u03a0\u03b1\u03bd\u03b1\u03b8\u03b1 \u03bc\u03b1\u03c2 \u03c0\u03bb\u03b7\u03b3\u03c9\u03bd\u03b5\u03b9", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "stazybohorn", "id_str": "14733413", "id": 14733413, "indices": [0, 12], "name": "Stazybo Horn"}]}, "created_at": "Thu Nov 05 20:34:24 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "el"}, "default_profile_image": false, "id": 14092028, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3201906/PA25-TC4Matt-3.jpg", "statuses_count": 2074, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "559330891", "following": false, "friends_count": 176, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/zooldk", "url": "https://t.co/gJQlWm0aVr", "expanded_url": "http://about.me/zooldk", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 182, "location": "Copenhagen, Denmark", "screen_name": "zooldk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Steffen Larsen", "profile_use_background_image": true, "description": "CTO of CodeZense, Founder of BrainTrust ApS, Full stack software developer, Entrepreneur, Consultant. Computer Science, Copenhagen University Alumni.", "url": "https://t.co/gJQlWm0aVr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/578588645025845249/gZq4o02q_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 21 08:29:04 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/578588645025845249/gZq4o02q_normal.jpeg", "favourites_count": 1892, "status": {"retweet_count": 63, "retweeted_status": {"retweet_count": 63, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684119465567629312", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 296, "h": 296, "resize": "fit"}, "medium": {"w": 296, "h": 296, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 296, "h": 296, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX57B3IWEAIapTu.jpg", "type": "photo", "indices": [106, 129], "media_url": "http://pbs.twimg.com/media/CX57B3IWEAIapTu.jpg", "display_url": "pic.twitter.com/NBtp4EjJmo", "id_str": "684119465315930114", "expanded_url": "http://twitter.com/TheOfficialACM/status/684119465567629312/photo/1", "id": 684119465315930114, "url": "https://t.co/NBtp4EjJmo"}], "symbols": [], "urls": [{"display_url": "ow.ly/WCvA5", "url": "https://t.co/DV0YKIcU5O", "expanded_url": "http://ow.ly/WCvA5", "indices": [82, 105]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 21:09:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684119465567629312, "text": "Peter Naur, 2005 recipient of the ACM A.M. Turing Award, passed away on Jan. 3rd. https://t.co/DV0YKIcU5O https://t.co/NBtp4EjJmo", "coordinates": null, "retweeted": false, "favorite_count": 21, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684303063860031488", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 296, "h": 296, "resize": "fit"}, "medium": {"w": 296, "h": 296, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 296, "h": 296, "resize": "fit"}}, "source_status_id_str": "684119465567629312", "media_url": "http://pbs.twimg.com/media/CX57B3IWEAIapTu.jpg", "source_user_id_str": "115763683", "id_str": "684119465315930114", "id": 684119465315930114, "media_url_https": "https://pbs.twimg.com/media/CX57B3IWEAIapTu.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 684119465567629312, "source_user_id": 115763683, "display_url": "pic.twitter.com/NBtp4EjJmo", "expanded_url": "http://twitter.com/TheOfficialACM/status/684119465567629312/photo/1", "url": "https://t.co/NBtp4EjJmo"}], "symbols": [], "urls": [{"display_url": "ow.ly/WCvA5", "url": "https://t.co/DV0YKIcU5O", "expanded_url": "http://ow.ly/WCvA5", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "TheOfficialACM", "id_str": "115763683", "id": 115763683, "indices": [3, 18], "name": "Official ACM"}]}, "created_at": "Tue Jan 05 09:18:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684303063860031488, "text": "RT @TheOfficialACM: Peter Naur, 2005 recipient of the ACM A.M. Turing Award, passed away on Jan. 3rd. https://t.co/DV0YKIcU5O https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 559330891, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1915, "profile_banner_url": "https://pbs.twimg.com/profile_banners/559330891/1445665136", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "21531737", "following": false, "friends_count": 659, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 524, "location": "Fort Worth, TX", "screen_name": "andyregan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Andrew Regan", "profile_use_background_image": true, "description": "Sysadmin turned developer. Lover of linux, comics and supercomputers.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1149429588/movember_aregan_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Feb 22 00:37:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1149429588/movember_aregan_normal.png", "favourites_count": 1055, "status": {"in_reply_to_status_id": 682934542848684032, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "damienmulley", "in_reply_to_user_id": 193753, "in_reply_to_status_id_str": "682934542848684032", "in_reply_to_user_id_str": "193753", "truncated": false, "id_str": "682939572787920900", "id": 682939572787920900, "text": "@damienmulley the currency of the proletariat", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "damienmulley", "id_str": "193753", "id": 193753, "indices": [0, 13], "name": "Damien Mulley "}]}, "created_at": "Fri Jan 01 15:00:57 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 21531737, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3855, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21531737/1351450162", "is_translator": false}, {"time_zone": "Mumbai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "1484841", "following": false, "friends_count": 617, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "plus.google.com/10720687640631\u2026", "url": "https://t.co/Pl4J9f1vtE", "expanded_url": "https://plus.google.com/107206876406312072458/about", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/716204525/9696ef443d52817370a48acaab983baa.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 607, "location": "Mumbai, India", "screen_name": "tapan_pandita", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Tapan Pandita", "profile_use_background_image": true, "description": "Geek, Gooner, Internet-lover, Internet-maker, IITian, Worked on mobile payments, Startup founder", "url": "https://t.co/Pl4J9f1vtE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459029023134195712/KPrRyuGu_normal.jpeg", "profile_background_color": "022330", "created_at": "Mon Mar 19 09:23:36 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459029023134195712/KPrRyuGu_normal.jpeg", "favourites_count": 38, "status": {"retweet_count": 29492, "retweeted_status": {"retweet_count": 29492, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682916583073779712", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 682, "resize": "fit"}, "small": {"w": 340, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 399, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXo0_ZsWAAAeCUm.jpg", "type": "photo", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CXo0_ZsWAAAeCUm.jpg", "display_url": "pic.twitter.com/szKKRM4U4i", "id_str": "682916557333331968", "expanded_url": "http://twitter.com/hughesroland/status/682916583073779712/photo/1", "id": 682916557333331968, "url": "https://t.co/szKKRM4U4i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 13:29:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682916583073779712, "text": "So much going on this pic of New Year in Manchester by the Evening News. Like a beautiful painting. https://t.co/szKKRM4U4i", "coordinates": null, "retweeted": false, "favorite_count": 30876, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683157885594025984", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 682, "resize": "fit"}, "small": {"w": 340, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 399, "resize": "fit"}}, "source_status_id_str": "682916583073779712", "media_url": "http://pbs.twimg.com/media/CXo0_ZsWAAAeCUm.jpg", "source_user_id_str": "23226772", "id_str": "682916557333331968", "id": 682916557333331968, "media_url_https": "https://pbs.twimg.com/media/CXo0_ZsWAAAeCUm.jpg", "type": "photo", "indices": [118, 140], "source_status_id": 682916583073779712, "source_user_id": 23226772, "display_url": "pic.twitter.com/szKKRM4U4i", "expanded_url": "http://twitter.com/hughesroland/status/682916583073779712/photo/1", "url": "https://t.co/szKKRM4U4i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "hughesroland", "id_str": "23226772", "id": 23226772, "indices": [3, 16], "name": "Roland Hughes"}]}, "created_at": "Sat Jan 02 05:28:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683157885594025984, "text": "RT @hughesroland: So much going on this pic of New Year in Manchester by the Evening News. Like a beautiful painting. https://t.co/szKKRM4U\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 1484841, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/716204525/9696ef443d52817370a48acaab983baa.jpeg", "statuses_count": 3063, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1484841/1398276053", "is_translator": false}, {"time_zone": "Chennai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "23416061", "following": false, "friends_count": 513, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/sarguru", "url": "http://t.co/USoQKrxCvl", "expanded_url": "http://about.me/sarguru", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 361, "location": "London, England", "screen_name": "sargru90", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "sarguru nathan", "profile_use_background_image": true, "description": "Recovering sysadmin .works for @yelpengineering CM hipster. ruby, puppet , now a clojure fanboy. slow ops, agile cyclist.", "url": "http://t.co/USoQKrxCvl", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/490495237328863232/3AN7xaLa_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon Mar 09 08:41:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/490495237328863232/3AN7xaLa_normal.jpeg", "favourites_count": 417, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/457b4814b4240d87.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-0.187894, 51.483718], [-0.109978, 51.483718], [-0.109978, 51.5164655], [-0.187894, 51.5164655]]], "type": "Polygon"}, "full_name": "London, England", "contained_within": [], "country_code": "GB", "id": "457b4814b4240d87", "name": "London"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685545696246784000", "id": 685545696246784000, "text": "#Tarantino time baby", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Tarantino", "indices": [0, 10]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:36:45 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 23416061, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1432, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23416061/1416984764", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "76099033", "following": false, "friends_count": 155, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/145126124/grass-lq.jpg", "notifications": false, "profile_sidebar_fill_color": "8FB8BA", "profile_link_color": "008720", "geo_enabled": false, "followers_count": 191, "location": "Netherlands", "screen_name": "guusdk", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "Guus der Kinderen", "profile_use_background_image": true, "description": "The grass is pretty freakin' green on this side.", "url": null, "profile_text_color": "1C1C1C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/427854615/trouwfoto-oorbijt-zw_normal.jpg", "profile_background_color": "B2D7DB", "created_at": "Mon Sep 21 18:20:18 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "1C1C1C", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/427854615/trouwfoto-oorbijt-zw_normal.jpg", "favourites_count": 74, "status": {"retweet_count": 298, "retweeted_status": {"retweet_count": 298, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684679564153516032", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 423, "resize": "fit"}, "large": {"w": 741, "h": 924, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 748, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYB4bkUW8AAMvHL.jpg", "type": "photo", "indices": [114, 137], "media_url": "http://pbs.twimg.com/media/CYB4bkUW8AAMvHL.jpg", "display_url": "pic.twitter.com/lSQm80ugwe", "id_str": "684679558361182208", "expanded_url": "http://twitter.com/resiak/status/684679564153516032/photo/1", "id": 684679558361182208, "url": "https://t.co/lSQm80ugwe"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 10:15:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684679564153516032, "text": "I once believed that multi-protocol IM clients were a stopgap on the road to an inevitable federated XMPP future. https://t.co/lSQm80ugwe", "coordinates": null, "retweeted": false, "favorite_count": 196, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684839912361865216", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 423, "resize": "fit"}, "large": {"w": 741, "h": 924, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 748, "resize": "fit"}}, "source_status_id_str": "684679564153516032", "media_url": "http://pbs.twimg.com/media/CYB4bkUW8AAMvHL.jpg", "source_user_id_str": "786920", "id_str": "684679558361182208", "id": 684679558361182208, "media_url_https": "https://pbs.twimg.com/media/CYB4bkUW8AAMvHL.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 684679564153516032, "source_user_id": 786920, "display_url": "pic.twitter.com/lSQm80ugwe", "expanded_url": "http://twitter.com/resiak/status/684679564153516032/photo/1", "url": "https://t.co/lSQm80ugwe"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "resiak", "id_str": "786920", "id": 786920, "indices": [3, 10], "name": "w\u0131ll thompson"}]}, "created_at": "Wed Jan 06 20:52:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684839912361865216, "text": "RT @resiak: I once believed that multi-protocol IM clients were a stopgap on the road to an inevitable federated XMPP future. https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 76099033, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/145126124/grass-lq.jpg", "statuses_count": 2529, "profile_banner_url": "https://pbs.twimg.com/profile_banners/76099033/1354456627", "is_translator": false}, {"time_zone": "Mumbai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "73310549", "following": false, "friends_count": 1435, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chetandhembre.in", "url": "https://t.co/s0YPA3pwAa", "expanded_url": "http://chetandhembre.in", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 605, "location": "Navi Mumbai, India", "screen_name": "ichetandhembre", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "inexperienced I am", "profile_use_background_image": false, "description": "...", "url": "https://t.co/s0YPA3pwAa", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680319727206576128/Y92744-C_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Sep 11 04:40:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680319727206576128/Y92744-C_normal.jpg", "favourites_count": 1396, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685456239564701697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "unacademy.in/lesson/increas\u2026", "url": "https://t.co/8ba42bkSq7", "expanded_url": "https://unacademy.in/lesson/increase-vocabulary-top-words-part-2/QKFHK3T5", "indices": [57, 80]}], "hashtags": [], "user_mentions": [{"screen_name": "theunacademy", "id_str": "231029978", "id": 231029978, "indices": [81, 94], "name": "Unacademy"}]}, "created_at": "Fri Jan 08 13:41:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685456239564701697, "text": "Increase Vocabulary: Top words Part 2 by Gaurav Munjal https://t.co/8ba42bkSq7 @theunacademy", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685464166203830272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "unacademy.in/lesson/increas\u2026", "url": "https://t.co/8ba42bkSq7", "expanded_url": "https://unacademy.in/lesson/increase-vocabulary-top-words-part-2/QKFHK3T5", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "gauravmunjal", "id_str": "31501423", "id": 31501423, "indices": [3, 16], "name": "Gaurav Munjal"}, {"screen_name": "theunacademy", "id_str": "231029978", "id": 231029978, "indices": [99, 112], "name": "Unacademy"}]}, "created_at": "Fri Jan 08 14:12:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685464166203830272, "text": "RT @gauravmunjal: Increase Vocabulary: Top words Part 2 by Gaurav Munjal https://t.co/8ba42bkSq7 @theunacademy", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 73310549, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 2357, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "24964948", "following": false, "friends_count": 463, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/bruderstein", "url": "http://t.co/TJQjEm9pXy", "expanded_url": "http://github.com/bruderstein", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 278, "location": "Hamburg, Germany", "screen_name": "bruderstein", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Dave Brotherstone", "profile_use_background_image": true, "description": "Developer. Notepad++ stuff, chocoholic, JavaScript, React. Not in that order.", "url": "http://t.co/TJQjEm9pXy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/452846584003166208/qtYdhQ--_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 17 22:02:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/452846584003166208/qtYdhQ--_normal.jpeg", "favourites_count": 474, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685390215364612096", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/polotek/status\u2026", "url": "https://t.co/Yx9WC4TJBv", "expanded_url": "https://twitter.com/polotek/status/685276186461646848", "indices": [102, 125]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 09:18:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685390215364612096, "text": "I guarantee this is the most gripping and beautiful story you will read all week. Follow this thread. https://t.co/Yx9WC4TJBv", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 24964948, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1257, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "7528442", "following": false, "friends_count": 1332, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "matijs.net", "url": "http://t.co/GVgHaYZHuj", "expanded_url": "http://www.matijs.net/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 453, "location": "Amsterdam", "screen_name": "mvz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Matijs van Zuijlen", "profile_use_background_image": true, "description": "Ruby developer. I retweet a lot.\nRTs means interesting or relevant.\nLikes are mostly just bookmarks.", "url": "http://t.co/GVgHaYZHuj", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477379684607328256/mASX3Axo_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Jul 17 10:27:13 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477379684607328256/mASX3Axo_normal.jpeg", "favourites_count": 12329, "status": {"retweet_count": 24, "retweeted_status": {"retweet_count": 24, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683390981186666496", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "large": {"w": 403, "h": 537, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 403, "h": 537, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXvkef1WkAICf2W.jpg", "type": "photo", "indices": [52, 75], "media_url": "http://pbs.twimg.com/media/CXvkef1WkAICf2W.jpg", "display_url": "pic.twitter.com/QyanRNrUMq", "id_str": "683390981069246466", "expanded_url": "http://twitter.com/taalmissers/status/683390981186666496/photo/1", "id": 683390981069246466, "url": "https://t.co/QyanRNrUMq"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Rili2013", "id_str": "1249816142", "id": 1249816142, "indices": [42, 51], "name": "Rili"}]}, "created_at": "Sat Jan 02 20:54:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "nl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683390981186666496, "text": "[Leuker kunnen we ze niet maken ...] Dank @Rili2013 https://t.co/QyanRNrUMq", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Tweetbot for i\u039fS"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685559282977341440", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "large": {"w": 403, "h": 537, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 403, "h": 537, "resize": "fit"}}, "source_status_id_str": "683390981186666496", "media_url": "http://pbs.twimg.com/media/CXvkef1WkAICf2W.jpg", "source_user_id_str": "32399548", "id_str": "683390981069246466", "id": 683390981069246466, "media_url_https": "https://pbs.twimg.com/media/CXvkef1WkAICf2W.jpg", "type": "photo", "indices": [69, 92], "source_status_id": 683390981186666496, "source_user_id": 32399548, "display_url": "pic.twitter.com/QyanRNrUMq", "expanded_url": "http://twitter.com/taalmissers/status/683390981186666496/photo/1", "url": "https://t.co/QyanRNrUMq"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "taalmissers", "id_str": "32399548", "id": 32399548, "indices": [3, 15], "name": "Het Ned. Tekstbureau"}, {"screen_name": "Rili2013", "id_str": "1249816142", "id": 1249816142, "indices": [59, 68], "name": "Rili"}]}, "created_at": "Fri Jan 08 20:30:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "nl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685559282977341440, "text": "RT @taalmissers: [Leuker kunnen we ze niet maken ...] Dank @Rili2013 https://t.co/QyanRNrUMq", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 7528442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 9014, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2895215379", "following": false, "friends_count": 191, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iszlai.github.io", "url": "http://t.co/8gQhdB834N", "expanded_url": "http://iszlai.github.io", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 31, "location": "Budapest", "screen_name": "LehelIszlai", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Iszlai Lehel ", "profile_use_background_image": true, "description": "programming rants technology engineering", "url": "http://t.co/8gQhdB834N", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/538106876119236608/gY_sgbLT_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Nov 27 22:40:09 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/538106876119236608/gY_sgbLT_normal.jpeg", "favourites_count": 32, "status": {"in_reply_to_status_id": 680771816898584576, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "bkhayll", "in_reply_to_user_id": 313849423, "in_reply_to_status_id_str": "680771816898584576", "in_reply_to_user_id_str": "313849423", "truncated": false, "id_str": "680775867375681537", "id": 680775867375681537, "text": "@bkhayll how do I sign up?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bkhayll", "id_str": "313849423", "id": 313849423, "indices": [0, 8], "name": "Bal\u00e1zs Korossy"}]}, "created_at": "Sat Dec 26 15:43:09 +0000 2015", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2895215379, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 92, "is_translator": false}, {"time_zone": "Riyadh", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "327614909", "following": false, "friends_count": 250, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/samiali", "url": "http://t.co/RiNxgClA23", "expanded_url": "http://linkedin.com/in/samiali", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000030037276/d50e76a0ab435fb0c9d15d6b4ab109e4.jpeg", "notifications": false, "profile_sidebar_fill_color": "424C55", "profile_link_color": "02358F", "geo_enabled": false, "followers_count": 190, "location": "/sys/kernel/address.py", "screen_name": "rootsami", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Sami Al-Haddad", "profile_use_background_image": true, "description": "SysAdmin / DevOps | Machines Are there to serve me! Passionate & in love with #linux | #OpenSource | #Troubleshooter by Nature :)", "url": "http://t.co/RiNxgClA23", "profile_text_color": "8CB2BD", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/418668442687119360/5sZ2JsZ7_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Fri Jul 01 21:16:57 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/418668442687119360/5sZ2JsZ7_normal.jpeg", "favourites_count": 46, "status": {"in_reply_to_status_id": 683057420239765508, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ghaleb_tw", "in_reply_to_user_id": 296725460, "in_reply_to_status_id_str": "683057420239765508", "in_reply_to_user_id_str": "296725460", "truncated": false, "id_str": "683550085586763777", "id": 683550085586763777, "text": "@ghaleb_tw @Rdfanaldbes2015 \u0627\u0644\u0645\u0634\u0643\u0644\u0629 \u0627\u0646\u0643 \u0645\u0631\u0627\u0633\u0644 \u064a\u0627 \u0631\u062f\u0641\u0627\u0646 .. \u0645\u0627\u062c\u0627\u0628\u0646\u0627 \u0648\u0631\u0627 \u0627\u0644\u0627 \u0627\u0644\u062f\u0631\u0639\u0645\u0647 \u0647\u0630\u064a", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ghaleb_tw", "id_str": "296725460", "id": 296725460, "indices": [0, 10], "name": "\u063a\u0627\u0644\u0628"}, {"screen_name": "Rdfanaldbes2015", "id_str": "4285377393", "id": 4285377393, "indices": [11, 27], "name": "\u0631\u062f\u0641\u0627\u0646 \u0627\u0644\u062f\u0628\u064a\u0633"}]}, "created_at": "Sun Jan 03 07:26:54 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ar"}, "default_profile_image": false, "id": 327614909, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000030037276/d50e76a0ab435fb0c9d15d6b4ab109e4.jpeg", "statuses_count": 646, "profile_banner_url": "https://pbs.twimg.com/profile_banners/327614909/1374112127", "is_translator": false}, {"time_zone": "Cairo", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "14948104", "following": false, "friends_count": 1349, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "manhag.org", "url": "http://t.co/DMZoxwFnLX", "expanded_url": "http://www.manhag.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1196, "location": "Alexandria - Egypt", "screen_name": "0xAhmed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 48, "name": "Ahmed El-Gamil", "profile_use_background_image": true, "description": "Sysadmin, UNIX/Linux, DevOps, Code, Systems Engineer breaking systems in the name of advancing them .. having fun with @deveoteam", "url": "http://t.co/DMZoxwFnLX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/422823950905667584/wun-szid_normal.jpeg", "profile_background_color": "131516", "created_at": "Thu May 29 20:54:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/422823950905667584/wun-szid_normal.jpeg", "favourites_count": 115, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685083918400368640", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1SC6Szu", "url": "https://t.co/b4ZCmfs5BG", "expanded_url": "http://buff.ly/1SC6Szu", "indices": [60, 83]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 13:01:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685083918400368640, "text": "How to setup Jenkins integration to feature branch workflow https://t.co/b4ZCmfs5BG", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685116223537950720", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1SC6Szu", "url": "https://t.co/b4ZCmfs5BG", "expanded_url": "http://buff.ly/1SC6Szu", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "deveoteam", "id_str": "522084018", "id": 522084018, "indices": [3, 13], "name": "Deveo"}]}, "created_at": "Thu Jan 07 15:10:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685116223537950720, "text": "RT @deveoteam: How to setup Jenkins integration to feature branch workflow https://t.co/b4ZCmfs5BG", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 14948104, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5876, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "916321", "following": false, "friends_count": 152, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 372, "location": "Vienna, Austria", "screen_name": "johannestroeger", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 17, "name": "Johannes Troeger", "profile_use_background_image": true, "description": "Software Engineer @nextSocietyInc", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606853055229902848/aN3ifQxG_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Mar 11 10:36:27 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606853055229902848/aN3ifQxG_normal.jpg", "favourites_count": 3049, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 916321, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1745, "profile_banner_url": "https://pbs.twimg.com/profile_banners/916321/1392902324", "is_translator": false}, {"time_zone": "Bucharest", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "35193525", "following": false, "friends_count": 539, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jakob.cosoroaba.ro", "url": "https://t.co/HR5KD2x5EJ", "expanded_url": "http://jakob.cosoroaba.ro/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458876762768699393/5Nr2HzuK.jpeg", "notifications": false, "profile_sidebar_fill_color": "808042", "profile_link_color": "A10E1F", "geo_enabled": true, "followers_count": 641, "location": "Bucuresti, Romania, Europe", "screen_name": "jcsrb", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 52, "name": "Jakob Cosoroab\u0103", "profile_use_background_image": true, "description": "I build and break Webapps. Bearded and inquisitive by nature, tweet your ideas to me", "url": "https://t.co/HR5KD2x5EJ", "profile_text_color": "1A2928", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676394276935368704/w3-XVYQu_normal.jpg", "profile_background_color": "A10E20", "created_at": "Sat Apr 25 11:27:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676394276935368704/w3-XVYQu_normal.jpg", "favourites_count": 3167, "status": {"retweet_count": 426, "retweeted_status": {"retweet_count": 426, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685483687895511040", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 563, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNTyClWkAAOV__.png", "type": "photo", "indices": [55, 78], "media_url": "http://pbs.twimg.com/media/CYNTyClWkAAOV__.png", "display_url": "pic.twitter.com/bHItWJ6Syn", "id_str": "685483687442550784", "expanded_url": "http://twitter.com/UnixToolTip/status/685483687895511040/photo/1", "id": 685483687442550784, "url": "https://t.co/bHItWJ6Syn"}], "symbols": [], "urls": [{"display_url": "cube-drone.com/comics/c/holy-\u2026", "url": "https://t.co/LpJlixHWqq", "expanded_url": "http://cube-drone.com/comics/c/holy-war", "indices": [31, 54]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:30:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "pt", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685483687895511040, "text": "Comparison of Vim, Emacs, Nano https://t.co/LpJlixHWqq https://t.co/bHItWJ6Syn", "coordinates": null, "retweeted": false, "favorite_count": 266, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685580658153000961", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 563, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "685483687895511040", "media_url": "http://pbs.twimg.com/media/CYNTyClWkAAOV__.png", "source_user_id_str": "363210621", "id_str": "685483687442550784", "id": 685483687442550784, "media_url_https": "https://pbs.twimg.com/media/CYNTyClWkAAOV__.png", "type": "photo", "indices": [72, 95], "source_status_id": 685483687895511040, "source_user_id": 363210621, "display_url": "pic.twitter.com/bHItWJ6Syn", "expanded_url": "http://twitter.com/UnixToolTip/status/685483687895511040/photo/1", "url": "https://t.co/bHItWJ6Syn"}], "symbols": [], "urls": [{"display_url": "cube-drone.com/comics/c/holy-\u2026", "url": "https://t.co/LpJlixHWqq", "expanded_url": "http://cube-drone.com/comics/c/holy-war", "indices": [48, 71]}], "hashtags": [], "user_mentions": [{"screen_name": "UnixToolTip", "id_str": "363210621", "id": 363210621, "indices": [3, 15], "name": "Unix tool tip"}]}, "created_at": "Fri Jan 08 21:55:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "pt", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685580658153000961, "text": "RT @UnixToolTip: Comparison of Vim, Emacs, Nano https://t.co/LpJlixHWqq https://t.co/bHItWJ6Syn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 35193525, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458876762768699393/5Nr2HzuK.jpeg", "statuses_count": 25521, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35193525/1404284839", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "335954828", "following": false, "friends_count": 1352, "entities": {"description": {"urls": [{"display_url": "codeship.com", "url": "http://t.co/T9lN0wWTd8", "expanded_url": "http://codeship.com", "indices": [98, 120]}]}, "url": {"urls": [{"display_url": "codeship.com", "url": "http://t.co/T9lN0xw5cK", "expanded_url": "http://codeship.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/679233110689583104/cj4g-nM8.jpg", "notifications": false, "profile_sidebar_fill_color": "F7F7F7", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 795, "location": "Austria", "screen_name": "Codebryo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 65, "name": "- \u0340\u0317Codebryo \u0341\u0316-", "profile_use_background_image": true, "description": "Crafting Interfaces, drinks Coffeescript and Club Mate. Speaks and teaches. Frontend-Developer at http://t.co/T9lN0wWTd8", "url": "http://t.co/T9lN0xw5cK", "profile_text_color": "F216BF", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644143591682502658/gUPF11e-_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jul 15 14:28:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EBEBEB", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644143591682502658/gUPF11e-_normal.jpg", "favourites_count": 1108, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684069651941298176", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/jackbarham/sta\u2026", "url": "https://t.co/hpEm78jqNp", "expanded_url": "https://twitter.com/jackbarham/status/684068576265900032", "indices": [43, 66]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 17:51:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684069651941298176, "text": "Woot! Let's do some Vue meetups in 2016 :) https://t.co/hpEm78jqNp", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685468665463070720", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/jackbarham/sta\u2026", "url": "https://t.co/hpEm78jqNp", "expanded_url": "https://twitter.com/jackbarham/status/684068576265900032", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "vuejs", "id_str": "2292889800", "id": 2292889800, "indices": [3, 9], "name": "Vue.js"}]}, "created_at": "Fri Jan 08 14:30:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685468665463070720, "text": "RT @vuejs: Woot! Let's do some Vue meetups in 2016 :) https://t.co/hpEm78jqNp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 335954828, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/679233110689583104/cj4g-nM8.jpg", "statuses_count": 4312, "profile_banner_url": "https://pbs.twimg.com/profile_banners/335954828/1416843806", "is_translator": false}, {"time_zone": "Chennai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "1528130959", "following": false, "friends_count": 312, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "devessentials.net", "url": "http://t.co/fJkHZR8NOH", "expanded_url": "http://devessentials.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000086454173/23d95609e728ed01823a2fc49b6f4ed5.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 59, "location": "Bangalore, IN", "screen_name": "dev_essentials", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Developer Essentials", "profile_use_background_image": true, "description": "Developer Essentials - account maintained by @Chetan_raJ", "url": "http://t.co/fJkHZR8NOH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/559030214408151042/Zx9D-aTr_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 18 15:47:08 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/559030214408151042/Zx9D-aTr_normal.jpeg", "favourites_count": 39, "status": {"retweet_count": 10777, "retweeted_status": {"retweet_count": 10777, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "680884986531201024", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXL9SYrWMAAQX6x.jpg", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CXL9SYrWMAAQX6x.jpg", "display_url": "pic.twitter.com/RVVNhWtJCP", "id_str": "680884985990098944", "expanded_url": "http://twitter.com/MKBHD/status/680884986531201024/photo/1", "id": 680884985990098944, "url": "https://t.co/RVVNhWtJCP"}], "symbols": [], "urls": [{"display_url": "youtu.be/ShcnNkr_PEY", "url": "https://t.co/SXDGCE6SkD", "expanded_url": "https://youtu.be/ShcnNkr_PEY", "indices": [86, 109]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Dec 26 22:56:45 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680884986531201024, "text": "A couple more hours left to enter the Pick Your Smartphone giveaway! RT if you're in! https://t.co/SXDGCE6SkD https://t.co/RVVNhWtJCP", "coordinates": null, "retweeted": false, "favorite_count": 4581, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685060014323597312", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "source_status_id_str": "680884986531201024", "media_url": "http://pbs.twimg.com/media/CXL9SYrWMAAQX6x.jpg", "source_user_id_str": "29873662", "id_str": "680884985990098944", "id": 680884985990098944, "media_url_https": "https://pbs.twimg.com/media/CXL9SYrWMAAQX6x.jpg", "type": "photo", "indices": [121, 140], "source_status_id": 680884986531201024, "source_user_id": 29873662, "display_url": "pic.twitter.com/RVVNhWtJCP", "expanded_url": "http://twitter.com/MKBHD/status/680884986531201024/photo/1", "url": "https://t.co/RVVNhWtJCP"}], "symbols": [], "urls": [{"display_url": "youtu.be/ShcnNkr_PEY", "url": "https://t.co/SXDGCE6SkD", "expanded_url": "https://youtu.be/ShcnNkr_PEY", "indices": [97, 120]}], "hashtags": [], "user_mentions": [{"screen_name": "MKBHD", "id_str": "29873662", "id": 29873662, "indices": [3, 9], "name": "Marques Brownlee"}]}, "created_at": "Thu Jan 07 11:26:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685060014323597312, "text": "RT @MKBHD: A couple more hours left to enter the Pick Your Smartphone giveaway! RT if you're in! https://t.co/SXDGCE6SkD https://t.co/RVVNh\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1528130959, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000086454173/23d95609e728ed01823a2fc49b6f4ed5.jpeg", "statuses_count": 304, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1528130959/1386316402", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14664166", "following": false, "friends_count": 826, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 275, "location": "Stockholm, Sweden", "screen_name": "mkhq", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Mikael H\u00f6gqvist", "profile_use_background_image": true, "description": "computer scientist, distributed systems/algorithms, storage, databases, senior research engineer @peerialism, previously @wrappcorp, PhD", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3009700122/1179defef2836d825e9387338185b4f8_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon May 05 20:04:33 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3009700122/1179defef2836d825e9387338185b4f8_normal.png", "favourites_count": 67, "status": {"in_reply_to_status_id": 654019413985873920, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "travisbrown", "in_reply_to_user_id": 6510972, "in_reply_to_status_id_str": "654019413985873920", "in_reply_to_user_id_str": "6510972", "truncated": false, "id_str": "654029688961150976", "id": 654029688961150976, "text": "@travisbrown thanks for your excellent work with and around finagle!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "travisbrown", "id_str": "6510972", "id": 6510972, "indices": [0, 12], "name": "Travis Brown"}]}, "created_at": "Tue Oct 13 20:23:23 +0000 2015", "source": "Twitter for Android", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14664166, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 519, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5381582", "following": false, "friends_count": 424, "entities": {"description": {"urls": [{"display_url": "ouvre-boite.com", "url": "https://t.co/QBAt4pxBT6", "expanded_url": "https://ouvre-boite.com", "indices": [73, 96]}]}, "url": {"urls": [{"display_url": "ouvre-boite.com", "url": "https://t.co/b3nxwbMaHg", "expanded_url": "https://www.ouvre-boite.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 9156, "location": "The WWW!", "screen_name": "julien51", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 196, "name": "Julien Genestoux", "profile_use_background_image": true, "description": "Probably not here. I have set up a lot of automated tweets. Reach me via https://t.co/QBAt4pxBT6", "url": "https://t.co/b3nxwbMaHg", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/425183656487841792/oI17U1UR_normal.jpeg", "profile_background_color": "022330", "created_at": "Sat Apr 21 15:46:08 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/425183656487841792/oI17U1UR_normal.jpeg", "favourites_count": 9351, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685128434834620416", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/realDonaldTrum\u2026", "url": "https://t.co/lhsiGXDmbH", "expanded_url": "https://twitter.com/realDonaldTrump/status/685089631973601280", "indices": [19, 42]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 15:58:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685128434834620416, "text": "Is this for real? https://t.co/lhsiGXDmbH", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 5381582, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 20659, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "46902840", "following": false, "friends_count": 471, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "evilprofessor.co.uk", "url": "http://t.co/lY2GNZu8ln", "expanded_url": "http://www.evilprofessor.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/826090471/c32498796765a5174d7fb7f31a0b5bba.jpeg", "notifications": false, "profile_sidebar_fill_color": "6F6A81", "profile_link_color": "C29091", "geo_enabled": true, "followers_count": 654, "location": "N 51\u00b026' 0'' / W 2\u00b035' 0''", "screen_name": "lloydwatkin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 56, "name": "\uff2c\u03b9\uff4f\u04ae\u0110 \u0461\u03b1\uff54\u03ba\u13a5\u0274", "profile_use_background_image": true, "description": "Software developer (PHP/io.js/Java/Ruby/Python/more) & outdoors type. Creator of @scubaSantas, @pinittome. #Bristol, UK. Work at @imdb.", "url": "http://t.co/lY2GNZu8ln", "profile_text_color": "EFA18D", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617001009202774016/o8NCp4u5_normal.jpg", "profile_background_color": "EDDCB1", "created_at": "Sat Jun 13 15:21:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617001009202774016/o8NCp4u5_normal.jpg", "favourites_count": 886, "status": {"in_reply_to_status_id": 685501034937069568, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "lauranncrossley", "in_reply_to_user_id": 42650438, "in_reply_to_status_id_str": "685501034937069568", "in_reply_to_user_id_str": "42650438", "truncated": false, "id_str": "685502597101387776", "id": 685502597101387776, "text": "@lauranncrossley how can you have several \"drink-free days\" and not have the other days being binges based on these numbers :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lauranncrossley", "id_str": "42650438", "id": 42650438, "indices": [0, 16], "name": "Laura Crossley"}]}, "created_at": "Fri Jan 08 16:45:29 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 46902840, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/826090471/c32498796765a5174d7fb7f31a0b5bba.jpeg", "statuses_count": 5932, "profile_banner_url": "https://pbs.twimg.com/profile_banners/46902840/1401378546", "is_translator": false}, {"time_zone": "Bratislava", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "1495945232", "following": false, "friends_count": 669, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sk.linkedin.com/in/mnemcek/", "url": "http://t.co/mofve7KBZ2", "expanded_url": "http://sk.linkedin.com/in/mnemcek/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000090015324/a535a6a6c708e218ed381b3dfcbab9d7.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 296, "location": "Bratislava, Slovakia, Europe", "screen_name": "YangWao", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Matej Nem\u010dek \u262f \u5de8\u5934", "profile_use_background_image": true, "description": "devops.js @AktivioCRM, autodidact webdev, hackerspace @Progressbarsk, B1tc0in-lov3r, cypherpunk, psychotronic", "url": "http://t.co/mofve7KBZ2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3776977928/83f7f811dc71f5dc1954ba0a2ec837e2_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Jun 09 15:55:40 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3776977928/83f7f811dc71f5dc1954ba0a2ec837e2_normal.jpeg", "favourites_count": 1617, "status": {"in_reply_to_status_id": 675094887805673472, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "atudotio", "in_reply_to_user_id": 47754498, "in_reply_to_status_id_str": "675094887805673472", "in_reply_to_user_id_str": "47754498", "truncated": false, "id_str": "684034946562928641", "id": 684034946562928641, "text": "@atudotio @NomadHouse are there vinyl and thick? I'm in Lisbon right now, but looks like I will leaving when you just arrive, sad ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "atudotio", "id_str": "47754498", "id": 47754498, "indices": [0, 9], "name": "Arthur Itey"}, {"screen_name": "NomadHouse", "id_str": "1525014661", "id": 1525014661, "indices": [10, 21], "name": "nomad"}]}, "created_at": "Mon Jan 04 15:33:34 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1495945232, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000090015324/a535a6a6c708e218ed381b3dfcbab9d7.jpeg", "statuses_count": 2468, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1495945232/1414087889", "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14509931", "following": false, "friends_count": 582, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "olisti.co", "url": "https://t.co/S5DpQ24tK7", "expanded_url": "https://olisti.co", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/562066364/random_grey_variations.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "4561B3", "geo_enabled": true, "followers_count": 488, "location": "Desio, Lombardia", "screen_name": "olistik", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 48, "name": "Maurizio De Magnis", "profile_use_background_image": true, "description": "loop do\n self.try(:improve, ObjectSpace.each_object)\nend", "url": "https://t.co/S5DpQ24tK7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/455695559496454146/rCDzu1QL_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Apr 24 10:42:41 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/455695559496454146/rCDzu1QL_normal.jpeg", "favourites_count": 2072, "status": {"in_reply_to_status_id": 685451143930114048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "olistik", "in_reply_to_user_id": 14509931, "in_reply_to_status_id_str": "685451143930114048", "in_reply_to_user_id_str": "14509931", "truncated": false, "id_str": "685451621153792000", "id": 685451621153792000, "text": "@jodosha aren't we facing similar (more or less) issues when dealing with oauth security?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jodosha", "id_str": "724493", "id": 724493, "indices": [0, 8], "name": "Luca Guidi"}]}, "created_at": "Fri Jan 08 13:22:56 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14509931, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/562066364/random_grey_variations.png", "statuses_count": 8508, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14509931/1398238590", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "8901182", "following": false, "friends_count": 211, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "krzbff.de", "url": "http://t.co/HYNS49xQcf", "expanded_url": "http://krzbff.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000167797318/_W8ePFz7.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 112, "location": "Stuttgart, Germany", "screen_name": "kwibbly", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Hannes Rist", "profile_use_background_image": false, "description": "Paketschubser", "url": "http://t.co/HYNS49xQcf", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/597171160351121408/kwP1cA8N_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sat Sep 15 17:49:29 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597171160351121408/kwP1cA8N_normal.png", "favourites_count": 294, "status": {"retweet_count": 0, "in_reply_to_user_id": 17742694, "possibly_sensitive": false, "id_str": "684280560383033344", "in_reply_to_user_id_str": "17742694", "entities": {"symbols": [], "urls": [{"display_url": "daemonology.net/freebsd-on-ec2/", "url": "https://t.co/VNDi7rsatn", "expanded_url": "http://www.daemonology.net/freebsd-on-ec2/", "indices": [21, 44]}], "hashtags": [], "user_mentions": [{"screen_name": "lnwdr", "id_str": "17742694", "id": 17742694, "indices": [0, 6], "name": "Leon Weidauer"}, {"screen_name": "Nienor_", "id_str": "17461946", "id": 17461946, "indices": [7, 15], "name": "Jella"}]}, "created_at": "Tue Jan 05 07:49:33 +0000 2016", "favorited": false, "in_reply_to_status_id": 684166896107827200, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": "lnwdr", "in_reply_to_status_id_str": "684166896107827200", "truncated": false, "id": 684280560383033344, "text": "@lnwdr @Nienor_ gibt https://t.co/VNDi7rsatn vllt hilfts weiter", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 8901182, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000167797318/_W8ePFz7.png", "statuses_count": 3044, "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11228352", "following": false, "friends_count": 1558, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "datil.co", "url": "https://t.co/mu3TdrSLJw", "expanded_url": "https://datil.co", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1930, "location": "internets", "screen_name": "eraad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 110, "name": "Eduardo Raad", "profile_use_background_image": true, "description": "CEO @datilec", "url": "https://t.co/mu3TdrSLJw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1682854029/image_normal.jpg", "profile_background_color": "022330", "created_at": "Sun Dec 16 17:50:10 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1682854029/image_normal.jpg", "favourites_count": 8183, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/009924a469d7ace1.json", "country": "Ecuador", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-80.4676050033072, -3.06371600046572], [-79.7147810026682, -3.06371600046572], [-79.7147810026682, -1.96227400010509], [-80.4676050033072, -1.96227400010509]]], "type": "Polygon"}, "full_name": "Guayaquil, Ecuador", "contained_within": [], "country_code": "EC", "id": "009924a469d7ace1", "name": "Guayaquil"}, "in_reply_to_screen_name": "thegutgame", "in_reply_to_user_id": 27505823, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "27505823", "truncated": false, "id_str": "685601458713145344", "id": 685601458713145344, "text": "@thegutgame como se llama ese local italiano de pizza que comentaste hace unos meses?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thegutgame", "id_str": "27505823", "id": 27505823, "indices": [0, 11], "name": "thegutgame"}]}, "created_at": "Fri Jan 08 23:18:20 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "es"}, "default_profile_image": false, "id": 11228352, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 16651, "is_translator": false}, {"time_zone": "Lisbon", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "16478053", "following": false, "friends_count": 109, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "onename.io/fampinheiro", "url": "https://t.co/nbTMWCnnx1", "expanded_url": "https://www.onename.io/fampinheiro", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "878787", "geo_enabled": true, "followers_count": 125, "location": "Lisboa", "screen_name": "fampinheiro", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Filipe Pinheiro", "profile_use_background_image": true, "description": "Consultant @ YLD!. Passionate about beautiful, functional and connected software.", "url": "https://t.co/nbTMWCnnx1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477575626484744192/qDbNDIAf_normal.jpeg", "profile_background_color": "131516", "created_at": "Sat Sep 27 00:39:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477575626484744192/qDbNDIAf_normal.jpeg", "favourites_count": 103, "status": {"retweet_count": 142, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 142, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "680514542925787136", "id": 680514542925787136, "text": "Steam is so fucked up that I started downloading a game from FedEx.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 25 22:24:45 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 324, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "680533591705694212", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Fri Dec 25 23:40:26 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680533591705694212, "text": "RT @SwiftOnSecurity: Steam is so fucked up that I started downloading a game from FedEx.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 16478053, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 422, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "262762865", "following": false, "friends_count": 1055, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/sandfox", "url": "https://t.co/YAy6WjGGXm", "expanded_url": "https://github.com/sandfox", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/362879536/spacerace_819_111011.jpg", "notifications": false, "profile_sidebar_fill_color": "191B1C", "profile_link_color": "569AB7", "geo_enabled": true, "followers_count": 346, "location": "London", "screen_name": "sandfoxthat", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 23, "name": "Imperator Nope", "profile_use_background_image": true, "description": "Engineer, fool. Likes playing with concrete. Sometimes I computer at work. Try to fix more things than I break. The patriarchy can get fucked :-)", "url": "https://t.co/YAy6WjGGXm", "profile_text_color": "FFFFFF", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1269748656/sandfoxuk_normal.jpg", "profile_background_color": "313639", "created_at": "Tue Mar 08 18:20:40 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "A1A1A1", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1269748656/sandfoxuk_normal.jpg", "favourites_count": 7752, "status": {"retweet_count": 108, "retweeted_status": {"retweet_count": 108, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684535828178186244", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1726, "resize": "fit"}, "medium": {"w": 600, "h": 1011, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 573, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX_1o_DWYAAGynH.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CX_1o_DWYAAGynH.jpg", "display_url": "pic.twitter.com/zYvbTnzmKb", "id_str": "684535752852660224", "expanded_url": "http://twitter.com/MxJackMonroe/status/684535828178186244/photo/1", "id": 684535752852660224, "url": "https://t.co/zYvbTnzmKb"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Independent", "id_str": "16973333", "id": 16973333, "indices": [6, 18], "name": "The Independent"}]}, "created_at": "Wed Jan 06 00:43:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684535828178186244, "text": "Hello @Independent, 1910 called, they want their hoop skirts and patriarchy back. Astonishingly regressive fuckery. https://t.co/zYvbTnzmKb", "coordinates": null, "retweeted": false, "favorite_count": 137, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684762863857209344", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1726, "resize": "fit"}, "medium": {"w": 600, "h": 1011, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 573, "resize": "fit"}}, "source_status_id_str": "684535828178186244", "media_url": "http://pbs.twimg.com/media/CX_1o_DWYAAGynH.jpg", "source_user_id_str": "512554477", "id_str": "684535752852660224", "id": 684535752852660224, "media_url_https": "https://pbs.twimg.com/media/CX_1o_DWYAAGynH.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 684535828178186244, "source_user_id": 512554477, "display_url": "pic.twitter.com/zYvbTnzmKb", "expanded_url": "http://twitter.com/MxJackMonroe/status/684535828178186244/photo/1", "url": "https://t.co/zYvbTnzmKb"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MxJackMonroe", "id_str": "512554477", "id": 512554477, "indices": [3, 16], "name": "jack monroe"}, {"screen_name": "Independent", "id_str": "16973333", "id": 16973333, "indices": [24, 36], "name": "The Independent"}]}, "created_at": "Wed Jan 06 15:46:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684762863857209344, "text": "RT @MxJackMonroe: Hello @Independent, 1910 called, they want their hoop skirts and patriarchy back. Astonishingly regressive fuckery. https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 262762865, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/362879536/spacerace_819_111011.jpg", "statuses_count": 7788, "profile_banner_url": "https://pbs.twimg.com/profile_banners/262762865/1398246086", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10100322", "following": false, "friends_count": 705, "entities": {"description": {"urls": [{"display_url": "mlewis.io", "url": "http://t.co/iIT1JCHfJu", "expanded_url": "http://mlewis.io", "indices": [19, 41]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 294, "location": "Seattle, WA", "screen_name": "mlewis", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "michael lewis", "profile_use_background_image": true, "description": "eminently boring | http://t.co/iIT1JCHfJu", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/452612831272509440/3k9sCYfX_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Fri Nov 09 15:04:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/452612831272509440/3k9sCYfX_normal.jpeg", "favourites_count": 685, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/568ac72a1fcc0f90.json", "country": "United States", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-122.3424913, 47.5923879], [-122.3248932, 47.5923879], [-122.3248932, 47.6050505], [-122.3424913, 47.6050505]]], "type": "Polygon"}, "full_name": "Pioneer Square, Seattle", "contained_within": [], "country_code": "US", "id": "568ac72a1fcc0f90", "name": "Pioneer Square"}, "in_reply_to_screen_name": "packagecloudio", "in_reply_to_user_id": 2615534612, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "2615534612", "truncated": false, "id_str": "685224270612410368", "id": 685224270612410368, "text": "@packagecloudio Any preferred medium for a (low priority) bug report?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "packagecloudio", "id_str": "2615534612", "id": 2615534612, "indices": [0, 15], "name": "packagecloud.io"}]}, "created_at": "Thu Jan 07 22:19:31 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 10100322, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 9133, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "70387301", "following": false, "friends_count": 359, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kevinway.com", "url": "http://t.co/UBe5NK5Pyy", "expanded_url": "http://kevinway.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "1E9102", "geo_enabled": true, "followers_count": 388, "location": "Philadelphia ", "screen_name": "kevindway", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Kevin Way", "profile_use_background_image": true, "description": "Gruntled husband. Whisk(e)y neat. Current state: @Monetate", "url": "http://t.co/UBe5NK5Pyy", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459537486608228352/AvTDHdod_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon Aug 31 13:05:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459537486608228352/AvTDHdod_normal.jpeg", "favourites_count": 2206, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684952269436108800", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theverge.com/2016/1/6/10718\u2026", "url": "https://t.co/bnJlFK07Gl", "expanded_url": "http://www.theverge.com/2016/1/6/10718282/internet-bots-messaging-slack-facebook-m", "indices": [70, 93]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 04:18:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/e4fa69eade6df2ab.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-75.475568, 40.17271], [-75.447606, 40.17271], [-75.447606, 40.20228], [-75.475568, 40.20228]]], "type": "Polygon"}, "full_name": "Collegeville, PA", "contained_within": [], "country_code": "US", "id": "e4fa69eade6df2ab", "name": "Collegeville"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684952269436108800, "text": "Bots are here, they\u2019re learning \u2014 and in 2016, they might eat the web https://t.co/bnJlFK07Gl", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 70387301, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1538, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70387301/1398396907", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "30437958", "following": false, "friends_count": 551, "entities": {"description": {"urls": [{"display_url": "iconcmo.com", "url": "http://t.co/SEizGC38zJ", "expanded_url": "http://iconcmo.com", "indices": [83, 105]}]}, "url": {"urls": [{"display_url": "thehjellejar.com", "url": "http://t.co/txoNWKoGJF", "expanded_url": "http://thehjellejar.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/18971801/IMG_4261.jpg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 240, "location": "West Fargo, North Dakota", "screen_name": "dahjelle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "David Alan Hjelle", "profile_use_background_image": false, "description": "Christ-follower; husband; avid reader; geek; and programmer at Icon Systems, Inc. (http://t.co/SEizGC38zJ)", "url": "http://t.co/txoNWKoGJF", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/219429348/David_and_Chair_normal.jpg", "profile_background_color": "003899", "created_at": "Sat Apr 11 12:07:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/219429348/David_and_Chair_normal.jpg", "favourites_count": 1026, "status": {"in_reply_to_status_id": 685240741346459648, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "LastPassHelp", "in_reply_to_user_id": 343506337, "in_reply_to_status_id_str": "685240741346459648", "in_reply_to_user_id_str": "343506337", "truncated": false, "id_str": "685286768913084416", "id": 685286768913084416, "text": "@lastpasshelp Awesome\u2014thanks for looking in to it!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "LastPassHelp", "id_str": "343506337", "id": 343506337, "indices": [0, 13], "name": "LastPass Support"}]}, "created_at": "Fri Jan 08 02:27:52 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 30437958, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/18971801/IMG_4261.jpg", "statuses_count": 2565, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "80703", "following": false, "friends_count": 2658, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "morethanseven.net", "url": "http://t.co/5U4xMB8NGz", "expanded_url": "http://morethanseven.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 6678, "location": "Cambridge and London", "screen_name": "garethr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 506, "name": "Gareth Rushgrove", "profile_use_background_image": true, "description": "Software developer, occasional sysadmin, general web, programming and technology geek and curator of Devops Weekly. Engineer at @puppetlabs. @gdsteam alumnus", "url": "http://t.co/5U4xMB8NGz", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/628181401905410049/nHCZB12A_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Dec 19 21:00:05 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/628181401905410049/nHCZB12A_normal.jpg", "favourites_count": 56, "status": {"in_reply_to_status_id": 685557098277662720, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/3aa1b1861c56d910.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[0.0873022, 52.1642435], [0.18453, 52.1642435], [0.18453, 52.237704], [0.0873022, 52.237704]]], "type": "Polygon"}, "full_name": "Cambridge, England", "contained_within": [], "country_code": "GB", "id": "3aa1b1861c56d910", "name": "Cambridge"}, "in_reply_to_screen_name": "rooreynolds", "in_reply_to_user_id": 787166, "in_reply_to_status_id_str": "685557098277662720", "in_reply_to_user_id_str": "787166", "truncated": false, "id_str": "685559027502301184", "id": 685559027502301184, "text": "@rooreynolds @ad_greenway @jabley you obviously didn't do enough hiring :) 6/7 if memory serves", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rooreynolds", "id_str": "787166", "id": 787166, "indices": [0, 12], "name": "Roo Reynolds"}, {"screen_name": "ad_greenway", "id_str": "1344770017", "id": 1344770017, "indices": [13, 25], "name": "Andrew Greenway"}, {"screen_name": "jabley", "id_str": "8145762", "id": 8145762, "indices": [26, 33], "name": "James Abley"}]}, "created_at": "Fri Jan 08 20:29:43 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 80703, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 18381, "profile_banner_url": "https://pbs.twimg.com/profile_banners/80703/1401379875", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "13188872", "following": false, "friends_count": 321, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "annie.land", "url": "https://t.co/0d49qv8XDo", "expanded_url": "http://annie.land", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/90240753/twitter0410.jpg", "notifications": false, "profile_sidebar_fill_color": "FFE1FF", "profile_link_color": "B8586B", "geo_enabled": false, "followers_count": 1965, "location": "Somerset County, New Jersey", "screen_name": "banannie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 164, "name": "\u0430nn\u0131\u0b67", "profile_use_background_image": true, "description": "Mom of big kids (26, 23, 17.) Married 3 decades- to the same man! Bad cook. Watches too much TV. Diehard Mets fan. In perpetual flux.", "url": "https://t.co/0d49qv8XDo", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477573623868555264/7saIWRFu_normal.jpeg", "profile_background_color": "FFE1FF", "created_at": "Thu Feb 07 02:46:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "B8586B", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477573623868555264/7saIWRFu_normal.jpeg", "favourites_count": 744, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685601194773983232", "id": 685601194773983232, "text": "Today kinda sucked but Pad Thai will fix it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:17:17 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13188872, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/90240753/twitter0410.jpg", "statuses_count": 23115, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13188872/1396966664", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "78041535", "following": false, "friends_count": 450, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "banoss.wordpress.com", "url": "http://t.co/564W0EpimR", "expanded_url": "http://banoss.wordpress.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/54326944/twitbg.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 306, "location": "London", "screen_name": "banoss", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "banoss", "profile_use_background_image": true, "description": "A continuous integration and delivery practitioner. From build to deploy...", "url": "http://t.co/564W0EpimR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/446775961623998465/45WrA0Pv_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Sep 28 15:29:26 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/446775961623998465/45WrA0Pv_normal.jpeg", "favourites_count": 480, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "676346188837335040", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1QngMVT", "url": "https://t.co/TGF7PxBXxq", "expanded_url": "http://bit.ly/1QngMVT", "indices": [73, 96]}], "hashtags": [{"text": "Flink", "indices": [97, 103]}, {"text": "ApacheFlink", "indices": [104, 116]}], "user_mentions": []}, "created_at": "Mon Dec 14 10:21:11 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 676346188837335040, "text": "Why Apache Flink is the 4th Generation of Big Data Analytics Frameworks\n https://t.co/TGF7PxBXxq #Flink #ApacheFlink", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "676734460524666880", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1QngMVT", "url": "https://t.co/TGF7PxBXxq", "expanded_url": "http://bit.ly/1QngMVT", "indices": [88, 111]}], "hashtags": [{"text": "Flink", "indices": [112, 118]}, {"text": "ApacheFlink", "indices": [119, 131]}], "user_mentions": [{"screen_name": "51zeroLtd", "id_str": "310777240", "id": 310777240, "indices": [3, 13], "name": "51zero"}]}, "created_at": "Tue Dec 15 12:04:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 676734460524666880, "text": "RT @51zeroLtd: Why Apache Flink is the 4th Generation of Big Data Analytics Frameworks\n https://t.co/TGF7PxBXxq #Flink #ApacheFlink", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 78041535, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/54326944/twitbg.jpg", "statuses_count": 836, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "41083053", "following": false, "friends_count": 950, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 288, "location": "London", "screen_name": "MuKoGo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Alfonso Gonzalez", "profile_use_background_image": true, "description": "Linux enthusiastic, Geek & Musician. Senior Site Reliability Engineer at MyDrive Solutions @_MyDrive", "url": null, "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1810454841/twittpic_normal.jpg", "profile_background_color": "0099B9", "created_at": "Tue May 19 09:03:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1810454841/twittpic_normal.jpg", "favourites_count": 246, "status": {"retweet_count": 8, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 8, "place": {"url": "https://api.twitter.com/1.1/geo/id/5eb20415c64640aa.json", "country": "United States", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-118.4741578, 33.9601689], [-118.4321992, 33.9601689], [-118.4321992, 33.98647], [-118.4741578, 33.98647]]], "type": "Polygon"}, "full_name": "Marina del Rey, CA", "contained_within": [], "country_code": "US", "id": "5eb20415c64640aa", "name": "Marina del Rey"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682333183233294336", "id": 682333183233294336, "text": "Hrm, youtube dot com can\u2019t stream HD, but youtube-dl can download it at 3 MB/s. ISP throttling? :(", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 22:51:22 +0000 2015", "source": "Tweetbot for Mac", "favorite_count": 10, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "682378018434748416", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mitchellh", "id_str": "12819682", "id": 12819682, "indices": [3, 13], "name": "Mitchell Hashimoto"}]}, "created_at": "Thu Dec 31 01:49:32 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682378018434748416, "text": "RT @mitchellh: Hrm, youtube dot com can\u2019t stream HD, but youtube-dl can download it at 3 MB/s. ISP throttling? :(", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 41083053, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 281, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "849181692", "following": false, "friends_count": 988, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/missinglink", "url": "https://t.co/uSRx4YMDJC", "expanded_url": "https://github.com/missinglink", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/459225482047655936/g75phn_h.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 608, "location": "0\u00b00'0 N 0\u00b00'0 E", "screen_name": "insertcoffee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 51, "name": "Peter Johnson", "profile_use_background_image": true, "description": "kiwi, web geek, node.js developer, javascript junkie, indie game developer. geocoders geocoders geocoders @mapzen", "url": "https://t.co/uSRx4YMDJC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/608239951268986880/31HXVCXF_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Thu Sep 27 12:38:56 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/608239951268986880/31HXVCXF_normal.jpg", "favourites_count": 312, "status": {"in_reply_to_status_id": 678063072922112000, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "aaroninit", "in_reply_to_user_id": 3281759808, "in_reply_to_status_id_str": "678063072922112000", "in_reply_to_user_id_str": "3281759808", "truncated": false, "id_str": "678906215154524161", "id": 678906215154524161, "text": "@aaroninit @mapzen what exactly are you looking for with the 'business lookup'?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "aaroninit", "id_str": "3281759808", "id": 3281759808, "indices": [0, 10], "name": "Aaron Mortensen"}, {"screen_name": "mapzen", "id_str": "1903859166", "id": 1903859166, "indices": [11, 18], "name": "Mapzen"}]}, "created_at": "Mon Dec 21 11:53:49 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 849181692, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/459225482047655936/g75phn_h.jpeg", "statuses_count": 796, "profile_banner_url": "https://pbs.twimg.com/profile_banners/849181692/1398322927", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "82171114", "following": false, "friends_count": 259, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "erickdransch.com/blog", "url": "http://t.co/D36CMGWwTc", "expanded_url": "http://www.erickdransch.com/blog", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/45603719/sunofnothing_1280.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 78, "location": "", "screen_name": "ErickDransch", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Erick", "profile_use_background_image": true, "description": "", "url": "http://t.co/D36CMGWwTc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563558735038009345/463ywI9M_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Oct 13 19:29:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563558735038009345/463ywI9M_normal.jpeg", "favourites_count": 15, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679792449376677888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "time.com/4159645/tsa-bo\u2026", "url": "https://t.co/gJloxA3qhm", "expanded_url": "http://time.com/4159645/tsa-body-scans-ait/", "indices": [57, 80]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 23 22:35:24 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679792449376677888, "text": "TSA Can Now Force Passengers to Go Through Body Scanners\nhttps://t.co/gJloxA3qhm", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679888373549547520", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "time.com/4159645/tsa-bo\u2026", "url": "https://t.co/gJloxA3qhm", "expanded_url": "http://time.com/4159645/tsa-body-scans-ait/", "indices": [74, 97]}], "hashtags": [], "user_mentions": [{"screen_name": "mike_conley", "id_str": "18627588", "id": 18627588, "indices": [3, 15], "name": "Mike Conley"}]}, "created_at": "Thu Dec 24 04:56:34 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679888373549547520, "text": "RT @mike_conley: TSA Can Now Force Passengers to Go Through Body Scanners\nhttps://t.co/gJloxA3qhm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 82171114, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/45603719/sunofnothing_1280.jpg", "statuses_count": 388, "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "15979784", "following": false, "friends_count": 1348, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "matteocollina.com", "url": "http://t.co/REScuzT1yo", "expanded_url": "http://matteocollina.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/697629672/74f7cdffc9b2c3f62771c7acac3f512d.png", "notifications": false, "profile_sidebar_fill_color": "060A00", "profile_link_color": "618238", "geo_enabled": true, "followers_count": 3427, "location": "44.282281,12.342047", "screen_name": "matteocollina", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 201, "name": "Matteo Collina", "profile_use_background_image": false, "description": "Code Pirate and Ph.D. Software Architect @nearForm, IoT Expert, Consultant, and Conference Speaker.", "url": "http://t.co/REScuzT1yo", "profile_text_color": "485C3A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000468501783/fe04de4765546bb77e8224b2f74adbef_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Aug 25 10:17:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "it", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000468501783/fe04de4765546bb77e8224b2f74adbef_normal.jpeg", "favourites_count": 320, "status": {"retweet_count": 347, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 347, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683809215203299328", "id": 683809215203299328, "text": "Don\u2019t be worried about those copying you. They are copies. Worry about those doing it differently than you. They are originals.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 00:36:36 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 436, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "683949743286972416", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jasonfried", "id_str": "14372143", "id": 14372143, "indices": [3, 14], "name": "Jason Fried"}]}, "created_at": "Mon Jan 04 09:55:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683949743286972416, "text": "RT @jasonfried: Don\u2019t be worried about those copying you. They are copies. Worry about those doing it differently than you. They are origin\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 15979784, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/697629672/74f7cdffc9b2c3f62771c7acac3f512d.png", "statuses_count": 12936, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15979784/1351586117", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14280929", "following": false, "friends_count": 721, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/danackerson", "url": "http://t.co/y3zi25EHmE", "expanded_url": "http://about.me/danackerson", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/490508509448900609/K8RODZjk.jpeg", "notifications": false, "profile_sidebar_fill_color": "2B5078", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 850, "location": "Germany", "screen_name": "danackerson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 92, "name": "Dan Ackerson", "profile_use_background_image": true, "description": "Expat Florida boy in Germany. Long time Java developer, Agile subscriber and devops believer!", "url": "http://t.co/y3zi25EHmE", "profile_text_color": "0E0101", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659088684277477377/poj5BfAj_normal.png", "profile_background_color": "CBCEDD", "created_at": "Wed Apr 02 05:52:44 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659088684277477377/poj5BfAj_normal.png", "favourites_count": 123, "status": {"retweet_count": 10, "retweeted_status": {"retweet_count": 10, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684855200906108928", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/flowchainsense\u2026", "url": "https://t.co/2S8YzyVhyC", "expanded_url": "https://twitter.com/flowchainsensei/status/684815232624115715", "indices": [110, 133]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 21:52:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684855200906108928, "text": "The world suffers more from developers who don't know how to test than testers who don't know how to develop. https://t.co/2S8YzyVhyC", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685360771535114240", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/flowchainsense\u2026", "url": "https://t.co/2S8YzyVhyC", "expanded_url": "https://twitter.com/flowchainsensei/status/684815232624115715", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "jurgenappelo", "id_str": "14116283", "id": 14116283, "indices": [3, 16], "name": "Jurgen Appelo"}]}, "created_at": "Fri Jan 08 07:21:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685360771535114240, "text": "RT @jurgenappelo: The world suffers more from developers who don't know how to test than testers who don't know how to develop. https://t.c\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14280929, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/490508509448900609/K8RODZjk.jpeg", "statuses_count": 874, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14280929/1405781101", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "17618689", "following": false, "friends_count": 421, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 107, "location": "South east Asia", "screen_name": "gerva", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "Massimo", "profile_use_background_image": true, "description": "Nomad Releng", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/557612654282674176/AhoY1wXv_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Nov 25 13:01:35 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "it", "profile_image_url_https": "https://pbs.twimg.com/profile_images/557612654282674176/AhoY1wXv_normal.jpeg", "favourites_count": 274, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684929776574947328", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bugzilla.mozilla.org/show_bug.cgi?i\u2026", "url": "https://t.co/EQxdgy9s6I", "expanded_url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1121937", "indices": [64, 87]}, {"display_url": "pic.twitter.com/xoHciWMbq2", "url": "https://t.co/xoHciWMbq2", "expanded_url": "http://twitter.com/mrrrgn/status/684929776574947328/photo/1", "indices": [117, 140]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 02:49:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684929776574947328, "text": "Near to landing my 1st interesting ES6 feature, TypedArray.sort https://t.co/EQxdgy9s6I Here it is racing against v8 https://t.co/xoHciWMbq2", "coordinates": null, "retweeted": false, "favorite_count": 24, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684968273574690816", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bugzilla.mozilla.org/show_bug.cgi?i\u2026", "url": "https://t.co/EQxdgy9s6I", "expanded_url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1121937", "indices": [76, 99]}, {"display_url": "pic.twitter.com/xoHciWMbq2", "url": "https://t.co/xoHciWMbq2", "expanded_url": "http://twitter.com/mrrrgn/status/684929776574947328/photo/1", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "mrrrgn", "id_str": "319840411", "id": 319840411, "indices": [3, 10], "name": "Morgan Phillips"}]}, "created_at": "Thu Jan 07 05:22:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684968273574690816, "text": "RT @mrrrgn: Near to landing my 1st interesting ES6 feature, TypedArray.sort https://t.co/EQxdgy9s6I Here it is racing against v8 https://t.\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Carbon v2"}, "default_profile_image": false, "id": 17618689, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 672, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17618689/1415626601", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "129834860", "following": false, "friends_count": 1273, "entities": {"description": {"urls": [{"display_url": "xkcd.com/722/", "url": "http://t.co/URCtNHU6SL", "expanded_url": "http://xkcd.com/722/", "indices": [27, 49]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 667, "location": "Dublin, Ireland", "screen_name": "james_raftery", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "James Raftery", "profile_use_background_image": false, "description": "AWS DNS Internet Monkey\u2122 \u2014 http://t.co/URCtNHU6SL\n\n\u201cIf all else fails, immortality can always be assured by spectacular error.\u201d \u2014 John Kenneth Galbraith", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/605034206171922435/Kf6rNNgm_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Apr 05 15:17:21 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/605034206171922435/Kf6rNNgm_normal.jpg", "favourites_count": 2203, "status": {"in_reply_to_status_id": 684893200088170497, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AodhBC", "in_reply_to_user_id": 437052773, "in_reply_to_status_id_str": "684893200088170497", "in_reply_to_user_id_str": "437052773", "truncated": false, "id_str": "684895289577095168", "id": 684895289577095168, "text": "@AodhBC If I burn fifties between now and then can I guarantee she won\u2019t?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AodhBC", "id_str": "437052773", "id": 437052773, "indices": [0, 7], "name": "Aodh"}]}, "created_at": "Thu Jan 07 00:32:16 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 129834860, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 5440, "profile_banner_url": "https://pbs.twimg.com/profile_banners/129834860/1390067079", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6300372", "following": false, "friends_count": 1021, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flutterby.net/User:DanLyke", "url": "http://t.co/D27EBangdr", "expanded_url": "http://www.flutterby.net/User:DanLyke", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1209, "location": "Petaluma, California, USA", "screen_name": "danlyke", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 74, "name": "Dan Lyke", "profile_use_background_image": true, "description": "Computer geek, cyclist, woodworker, Petaluma resident. I only follow back if I think you're actually engaging me (generally < 1k followers).", "url": "http://t.co/D27EBangdr", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649624733395234816/WnBYYwlF_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Fri May 25 01:33:03 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649624733395234816/WnBYYwlF_normal.jpg", "favourites_count": 15637, "status": {"retweet_count": 378, "retweeted_status": {"retweet_count": 378, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685300492864360450", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 396, "h": 155, "resize": "fit"}, "medium": {"w": 396, "h": 155, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 133, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKtKm5UAAAftn7.png", "type": "photo", "indices": [78, 101], "media_url": "http://pbs.twimg.com/media/CYKtKm5UAAAftn7.png", "display_url": "pic.twitter.com/uzhcozODa4", "id_str": "685300491064967168", "expanded_url": "http://twitter.com/torproject/status/685300492864360450/photo/1", "id": 685300491064967168, "url": "https://t.co/uzhcozODa4"}], "symbols": [], "urls": [], "hashtags": [{"text": "WeAreEFF", "indices": [68, 77]}], "user_mentions": []}, "created_at": "Fri Jan 08 03:22:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685300492864360450, "text": "Our ally and hero in the fight for human rights in the digital age. #WeAreEFF https://t.co/uzhcozODa4", "coordinates": null, "retweeted": false, "favorite_count": 453, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685507917743669249", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 396, "h": 155, "resize": "fit"}, "medium": {"w": 396, "h": 155, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 133, "resize": "fit"}}, "source_status_id_str": "685300492864360450", "media_url": "http://pbs.twimg.com/media/CYKtKm5UAAAftn7.png", "source_user_id_str": "18466967", "id_str": "685300491064967168", "id": 685300491064967168, "media_url_https": "https://pbs.twimg.com/media/CYKtKm5UAAAftn7.png", "type": "photo", "indices": [94, 117], "source_status_id": 685300492864360450, "source_user_id": 18466967, "display_url": "pic.twitter.com/uzhcozODa4", "expanded_url": "http://twitter.com/torproject/status/685300492864360450/photo/1", "url": "https://t.co/uzhcozODa4"}], "symbols": [], "urls": [], "hashtags": [{"text": "WeAreEFF", "indices": [84, 93]}], "user_mentions": [{"screen_name": "torproject", "id_str": "18466967", "id": 18466967, "indices": [3, 14], "name": "torproject"}]}, "created_at": "Fri Jan 08 17:06:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685507917743669249, "text": "RT @torproject: Our ally and hero in the fight for human rights in the digital age. #WeAreEFF https://t.co/uzhcozODa4", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6300372, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 30075, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6300372/1367278824", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1846739046", "following": false, "friends_count": 101, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 167, "location": "", "screen_name": "DwdDave", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Dave Cridland", "profile_use_background_image": true, "description": "Yeah, probably.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000434448590/01c16cf93fcec64b8ad9aa2505b757d3_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Sep 09 14:35:25 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000434448590/01c16cf93fcec64b8ad9aa2505b757d3_normal.png", "favourites_count": 14, "status": {"retweet_count": 238, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 238, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685068662940766208", "id": 685068662940766208, "text": "There are five basic plots:\n-Revenge\n-Sexy Vampires\n-A Superhero punches people\n-No-one appreciates Adam Sandler\n-Blowing up the Death Star", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 12:01:11 +0000 2016", "source": "Twitter Web Client", "favorite_count": 264, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685080307717042177", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "NedHartley", "id_str": "21085906", "id": 21085906, "indices": [3, 14], "name": "Ned Hartley"}]}, "created_at": "Thu Jan 07 12:47:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685080307717042177, "text": "RT @NedHartley: There are five basic plots:\n-Revenge\n-Sexy Vampires\n-A Superhero punches people\n-No-one appreciates Adam Sandler\n-Blowing u\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1846739046, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1679, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "25823332", "following": false, "friends_count": 435, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wandit.co.uk", "url": "http://t.co/fh4rcNTlgz", "expanded_url": "http://www.wandit.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 179, "location": "Hampshire (UK)", "screen_name": "wandit", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Wesley Childs", "profile_use_background_image": false, "description": "Devops, Puppet, Python etc... Currently consulting for the amazing @CustomMade", "url": "http://t.co/fh4rcNTlgz", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3612359145/84810bc36d3d5242a696b64568cffeae_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Mar 22 14:31:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3612359145/84810bc36d3d5242a696b64568cffeae_normal.jpeg", "favourites_count": 591, "status": {"retweet_count": 9, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 9, "place": {"url": "https://api.twitter.com/1.1/geo/id/3aa1b1861c56d910.json", "country": "United Kingdom", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[0.0873022, 52.1642435], [0.18453, 52.1642435], [0.18453, 52.237704], [0.0873022, 52.237704]]], "type": "Polygon"}, "full_name": "Cambridge, England", "contained_within": [], "country_code": "GB", "id": "3aa1b1861c56d910", "name": "Cambridge"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684466828836495360", "id": 684466828836495360, "text": "Chat bots are the new dashboards", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 20:09:43 +0000 2016", "source": "Twitter for Android", "favorite_count": 14, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684477718973530112", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "garethr", "id_str": "80703", "id": 80703, "indices": [3, 11], "name": "Gareth Rushgrove"}]}, "created_at": "Tue Jan 05 20:52:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684477718973530112, "text": "RT @garethr: Chat bots are the new dashboards", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 25823332, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1577, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1903684836", "following": false, "friends_count": 858, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sudodoki.name", "url": "http://t.co/wEHJp0Z2DV", "expanded_url": "http://sudodoki.name/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/589891304575733760/82LGi3jD.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 715, "location": "Kyiv, Ukraine", "screen_name": "sudodoki", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "\u0414\u0436\u043e\u043d, \u043f\u0440\u043e\u0441\u0442\u043e \u0414\u0436\u043e\u043d", "profile_use_background_image": true, "description": "Where do I stick my contributions in? Member of @kottans_org gang. Ping me to join @nodeschool/kyiv.", "url": "http://t.co/wEHJp0Z2DV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663612964252069888/raAOc4lI_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 25 10:30:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663612964252069888/raAOc4lI_normal.jpg", "favourites_count": 7350, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685074640746713088", "id": 685074640746713088, "text": "\u041f\u043e\u043c\u0435\u043d\u044f\u043b\u0438 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043b\u0430\u043d\u0435\u0442, \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0445\u0438\u043c\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0438 \u0435\u0449\u0451 \u0444\u0438\u0433 \u0437\u043d\u0430\u0435\u0442 \u0447\u0442\u043e \u043f\u043e\u043c\u0435\u043d\u044f\u043b\u043e\u0441\u044c. \u0414\u0435\u0442\u044f\u043c \u0441 \u0443\u0447\u0451\u0431\u043e\u0439 \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043c\u043e\u0433\u0430\u0442\u044c \u043d\u0435\u043f\u0440\u043e\u0441\u0442\u043e.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 12:24:57 +0000 2016", "source": "Twitter for Android", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ru"}, "default_profile_image": false, "id": 1903684836, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/589891304575733760/82LGi3jD.png", "statuses_count": 5079, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1903684836/1429474866", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "34473211", "following": false, "friends_count": 615, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chrisjenx.com", "url": "http://t.co/7MJzlZPkF4", "expanded_url": "http://chrisjenx.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAEDF4", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 826, "location": "London, United Kingdom", "screen_name": "chrisjenx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 52, "name": "Christopher Jenkins", "profile_use_background_image": true, "description": "Android Engineer. Drummer. GreenGeek. Vegan. @OWLR, @Loveflutter", "url": "http://t.co/7MJzlZPkF4", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/596569381972369408/nbcy2eSM_normal.jpg", "profile_background_color": "212329", "created_at": "Thu Apr 23 01:06:23 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/596569381972369408/nbcy2eSM_normal.jpg", "favourites_count": 2133, "status": {"in_reply_to_status_id": 685250840723091456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "claire_mcnear", "in_reply_to_user_id": 19330411, "in_reply_to_status_id_str": "685250840723091456", "in_reply_to_user_id_str": "19330411", "truncated": false, "id_str": "685402859177947136", "id": 685402859177947136, "text": "@claire_mcnear I hope you were trolling and do know the difference, otherwise this is really painful.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "claire_mcnear", "id_str": "19330411", "id": 19330411, "indices": [0, 14], "name": "Claire McNear"}]}, "created_at": "Fri Jan 08 10:09:10 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 34473211, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4407, "profile_banner_url": "https://pbs.twimg.com/profile_banners/34473211/1436302874", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "15049759", "following": false, "friends_count": 360, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "daenney.github.io", "url": "https://t.co/jNqbwGtHLY", "expanded_url": "https://daenney.github.io", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 317, "location": "", "screen_name": "daenney", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 31, "name": "Daniele Sluijters", "profile_use_background_image": true, "description": "Gender pronoun: he/him. Don't just stand there, do something!", "url": "https://t.co/jNqbwGtHLY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655129326753591296/pOi3QtlE_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jun 08 20:19:30 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655129326753591296/pOi3QtlE_normal.jpg", "favourites_count": 4, "status": {"retweet_count": 704, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 704, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685516987859120128", "id": 685516987859120128, "text": "Blade Runner takes place in 2019, where's my world ruled by corporations and environment ruined by man wait never mind we're on track", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:42:40 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 635, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685574915546853376", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "McKelvie", "id_str": "14276679", "id": 14276679, "indices": [3, 12], "name": "Jamie McKelvie"}]}, "created_at": "Fri Jan 08 21:32:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685574915546853376, "text": "RT @McKelvie: Blade Runner takes place in 2019, where's my world ruled by corporations and environment ruined by man wait never mind we're \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15049759, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4915, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15049759/1405775209", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "1148602058", "following": false, "friends_count": 722, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "214C6B", "geo_enabled": false, "followers_count": 164, "location": "St. Louis, MO", "screen_name": "PizzaBrandon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Brandon Belvin", "profile_use_background_image": true, "description": "Node, web, and e-commerce developer. Nuts about UX. Pizza aficionado. Father of daughters.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657045459106574337/KoyJns70_normal.png", "profile_background_color": "022330", "created_at": "Mon Feb 04 17:31:33 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657045459106574337/KoyJns70_normal.png", "favourites_count": 407, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685159844186161152", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYItP2CUsAAdj6-.jpg", "type": "photo", "indices": [115, 138], "media_url": "http://pbs.twimg.com/media/CYItP2CUsAAdj6-.jpg", "display_url": "pic.twitter.com/HxAK0DTA6W", "id_str": "685159843540283392", "expanded_url": "http://twitter.com/PizzaBrandon/status/685159844186161152/photo/1", "id": 685159843540283392, "url": "https://t.co/HxAK0DTA6W"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "STLBLTs", "id_str": "3347434467", "id": 3347434467, "indices": [1, 9], "name": "STL BLT"}]}, "created_at": "Thu Jan 07 18:03:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685159844186161152, "text": ".@STLBLTs came by our office for lunch. I ordered the \"We Jammin\" and I'm happy I did. The tomato jam made my day! https://t.co/HxAK0DTA6W", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1148602058, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 467, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1563811", "following": false, "friends_count": 257, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "google.com/+BenjaminRumble", "url": "https://t.co/IT5zxSJolO", "expanded_url": "https://google.com/+BenjaminRumble", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/506292/benHead.jpg", "notifications": false, "profile_sidebar_fill_color": "A1A591", "profile_link_color": "000088", "geo_enabled": true, "followers_count": 541, "location": "Vancouver, British Columbia", "screen_name": "therumbler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Benji R", "profile_use_background_image": false, "description": "I like life, music, beer, music, skiing, music and long walks on the beach, \r\n\r\nand writing code.\r\n\r\nI'm a feminist.", "url": "https://t.co/IT5zxSJolO", "profile_text_color": "606060", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507576445556649984/shFPlawr_normal.jpeg", "profile_background_color": "808080", "created_at": "Tue Mar 20 00:11:51 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507576445556649984/shFPlawr_normal.jpeg", "favourites_count": 2525, "status": {"in_reply_to_status_id": 685603484331278336, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "CandiSpillard", "in_reply_to_user_id": 2867356894, "in_reply_to_status_id_str": "685603484331278336", "in_reply_to_user_id_str": "2867356894", "truncated": false, "id_str": "685607373046595584", "id": 685607373046595584, "text": "@CandiSpillard Again: your issue appears to be that Apple's products are just too good. Or, that people are morons. One of those two! :-P", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "CandiSpillard", "id_str": "2867356894", "id": 2867356894, "indices": [0, 14], "name": "Dr Candida Spillard"}]}, "created_at": "Fri Jan 08 23:41:50 +0000 2016", "source": "YoruFukurou", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1563811, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/506292/benHead.jpg", "statuses_count": 10882, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1563811/1409850835", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "144433856", "following": false, "friends_count": 82, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/159444108/fuckyeahgridpaper.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "6C3D5C", "geo_enabled": true, "followers_count": 114, "location": "Salt Lake City, UT", "screen_name": "benjaminkimball", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Benjamin Kimball", "profile_use_background_image": true, "description": "Lover of JavaScript. Working as a wrangler of links and buttons.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/593503119423582208/tQ6596iq_normal.jpg", "profile_background_color": "EEEEEE", "created_at": "Sun May 16 08:17:29 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/593503119423582208/tQ6596iq_normal.jpg", "favourites_count": 680, "status": {"retweet_count": 0, "in_reply_to_user_id": 14262063, "possibly_sensitive": false, "id_str": "684806748973039617", "in_reply_to_user_id_str": "14262063", "entities": {"symbols": [], "urls": [{"display_url": "blog.johnryding.com/post/890554809\u2026", "url": "https://t.co/fsSzi0wkWE", "expanded_url": "http://blog.johnryding.com/post/89055480988/eventual-consistency-in-real-time-web-apps", "indices": [50, 73]}], "hashtags": [], "user_mentions": [{"screen_name": "crichardson", "id_str": "14262063", "id": 14262063, "indices": [0, 12], "name": "Chris Richardson"}]}, "created_at": "Wed Jan 06 18:40:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "crichardson", "in_reply_to_status_id_str": null, "truncated": false, "id": 684806748973039617, "text": "@crichardson The UX eventual consistency article! https://t.co/fsSzi0wkWE", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 144433856, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/159444108/fuckyeahgridpaper.jpeg", "statuses_count": 1419, "profile_banner_url": "https://pbs.twimg.com/profile_banners/144433856/1444701198", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "336113", "following": false, "friends_count": 2850, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "goodreads.com/meangrape", "url": "https://t.co/1wy3UBfzx3", "expanded_url": "https://goodreads.com/meangrape", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 5229, "location": "San Francisco", "screen_name": "meangrape", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 147, "name": "Jay.", "profile_use_background_image": false, "description": "bellum se ipsum alet. Ex-OFA. Ex-Twitter.", "url": "https://t.co/1wy3UBfzx3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/453022580291534848/1GwfOoTW_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Dec 29 02:57:55 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/453022580291534848/1GwfOoTW_normal.jpeg", "favourites_count": 7904, "status": {"in_reply_to_status_id": 685349387380363265, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "kittenwithawhip", "in_reply_to_user_id": 15682352, "in_reply_to_status_id_str": "685349387380363265", "in_reply_to_user_id_str": "15682352", "truncated": false, "id_str": "685391588738990081", "id": 685391588738990081, "text": "@kittenwithawhip I'm still trying to imagine the sales that required a fleet of 20 pizza delivery cars in 1950 Windsor. The mind boggles.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kittenwithawhip", "id_str": "15682352", "id": 15682352, "indices": [0, 16], "name": "Kat Kinsman"}]}, "created_at": "Fri Jan 08 09:24:23 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 336113, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 25636, "profile_banner_url": "https://pbs.twimg.com/profile_banners/336113/1415666542", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1841791", "following": false, "friends_count": 709, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "coderanger.net", "url": "https://t.co/XK0CxNNOsP", "expanded_url": "https://coderanger.net/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1856, "location": "Lafayette, CA", "screen_name": "kantrn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 133, "name": "Noah Kantrowitz", "profile_use_background_image": true, "description": "Programmer and all-around geek. AKA coderanger.", "url": "https://t.co/XK0CxNNOsP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1170359603/avatar_original_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Mar 22 05:51:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1170359603/avatar_original_normal.png", "favourites_count": 4394, "status": {"in_reply_to_status_id": 685612596028805120, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "cheeseplus", "in_reply_to_user_id": 22882670, "in_reply_to_status_id_str": "685612596028805120", "in_reply_to_user_id_str": "22882670", "truncated": false, "id_str": "685613029484961792", "id": 685613029484961792, "text": "@cheeseplus Soooooooooo capitalism?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "cheeseplus", "id_str": "22882670", "id": 22882670, "indices": [0, 11], "name": "vestigial underscore"}]}, "created_at": "Sat Jan 09 00:04:18 +0000 2016", "source": "Twitterrific for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "es"}, "default_profile_image": false, "id": 1841791, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 29232, "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "415643", "following": false, "friends_count": 2659, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "christopheducamp.com", "url": "http://t.co/a5ONvFSQpa", "expanded_url": "http://christopheducamp.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": true, "followers_count": 3278, "location": "Paris, FR", "screen_name": "xtof_fr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 299, "name": "Christophe Ducamp", "profile_use_background_image": true, "description": "Father. \nPassions #indieweb & #calmtech\nFreelancing @EchosBusiness", "url": "http://t.co/a5ONvFSQpa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3585902892/c841be488b34741d25cf1d470903c3a4_normal.png", "profile_background_color": "FFF04D", "created_at": "Mon Jan 01 15:12:01 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3585902892/c841be488b34741d25cf1d470903c3a4_normal.png", "favourites_count": 2376, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "680082011231514625", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/FredCavazza/st\u2026", "url": "https://t.co/VilQ489cST", "expanded_url": "https://twitter.com/FredCavazza/status/679631009856503808", "indices": [106, 129]}], "hashtags": [], "user_mentions": [{"screen_name": "jekyllrb", "id_str": "1143789606", "id": 1143789606, "indices": [95, 104], "name": "jekyll"}]}, "created_at": "Thu Dec 24 17:46:01 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680082011231514625, "text": "Confort\u00e9 de voir les \"sites statiques\" en t\u00eate de ton pronostic. Merci Fred. \n(\u00e9l\u00e8ve et fan de @jekyllrb) https://t.co/VilQ489cST", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 415643, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 13699, "profile_banner_url": "https://pbs.twimg.com/profile_banners/415643/1410101838", "is_translator": false}, {"time_zone": "Irkutsk", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 28800, "id_str": "1049287556", "following": false, "friends_count": 405, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 115, "location": "", "screen_name": "James_Hickey3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "\u30d2\u30c3\u30ad\u30fc\u5927\u4f50", "profile_use_background_image": true, "description": "\u30a2\u30e1\u30ea\u30ab\u7b2c\uff14\u6b69\u5175\u5e2b\u56e3\u30fb\u7b2c\uff11\u65c5\u56e3\u53f8\u4ee4\u5b98", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649590975401099264/Dg99igFE_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 31 02:20:05 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649590975401099264/Dg99igFE_normal.jpg", "favourites_count": 375, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684783626848841728", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sakainaoki.blogspot.com/2016/01/instag\u2026", "url": "https://t.co/QVXMu7MkNm", "expanded_url": "http://sakainaoki.blogspot.com/2016/01/instagram.html", "indices": [81, 104]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 17:08:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "ja", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684783626848841728, "text": "\u5ba2\u89b3\u7684\u306b\u898b\u308b\u3068\u30b8\u30e0\u3067\u4f53\u3092\u935b\u3048\u3066\u3044\u308b\u30b7\u30fc\u30f3\u306f\u5b9f\u306b\u6ed1\u7a3d\u3060\u3002\u6b32\u671b\u306e\u30e1\u30c7\u30a3\u30a2Instagram\u3067\u3082\u935b\u3048\u3089\u308c\u305f\u30b0\u30e9\u30de\u30e9\u30b9\u306a\u7f8e\u4eba\u306e\u753b\u50cf\u3084\u30de\u30c3\u30c1\u30e7\u306a\u7537\u306e\u753b\u50cf\u306f\u983b\u7e41\u306b\u898b\u3089\u308c\u308b\u3002 https://t.co/QVXMu7MkNm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 1049287556, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2115, "is_translator": false}, {"time_zone": "Pacific/Auckland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "18344890", "following": false, "friends_count": 1913, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "junglistheavy.industries", "url": "https://t.co/JMeZgr4GxB", "expanded_url": "http://junglistheavy.industries", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 1216, "location": "Rotorua, New Zealand", "screen_name": "fujin_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 97, "name": "\u98a8\u795e", "profile_use_background_image": true, "description": "\u6539\u5584\u795e\u69d8\u3001#devops grandmaster; original #getchef hacker-consult, #golang gopher \u0295\u25d4\u03d6\u25d4\u0294. drifter. multicopter pilot. \u2500\u2564\u2566 \u0280\u0258\u0251\u029f \u0288rap \u0282\u0266\u0268\u0287 \u2566\u2564\u2500", "url": "https://t.co/JMeZgr4GxB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659125802768797696/3Wo6zINt_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Dec 23 23:14:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659125802768797696/3Wo6zINt_normal.jpg", "favourites_count": 2024, "status": {"retweet_count": 27, "retweeted_status": {"retweet_count": 27, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685192040951353344", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/hashicorp/cons\u2026", "url": "https://t.co/51taNPcBuy", "expanded_url": "https://github.com/hashicorp/consul/blob/v0.6.1/CHANGELOG.md#061-january-6-2015", "indices": [81, 104]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:11:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5eb20415c64640aa.json", "country": "United States", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-118.4741578, 33.9601689], [-118.4321992, 33.9601689], [-118.4321992, 33.98647], [-118.4741578, 33.98647]]], "type": "Polygon"}, "full_name": "Marina del Rey, CA", "contained_within": [], "country_code": "US", "id": "5eb20415c64640aa", "name": "Marina del Rey"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685192040951353344, "text": "Consul 0.6.1 is out. Easy drop-in upgrade with some nice fixes and improvements: https://t.co/51taNPcBuy", "coordinates": null, "retweeted": false, "favorite_count": 28, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685192260321853440", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/hashicorp/cons\u2026", "url": "https://t.co/51taNPcBuy", "expanded_url": "https://github.com/hashicorp/consul/blob/v0.6.1/CHANGELOG.md#061-january-6-2015", "indices": [96, 119]}], "hashtags": [], "user_mentions": [{"screen_name": "mitchellh", "id_str": "12819682", "id": 12819682, "indices": [3, 13], "name": "Mitchell Hashimoto"}]}, "created_at": "Thu Jan 07 20:12:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685192260321853440, "text": "RT @mitchellh: Consul 0.6.1 is out. Easy drop-in upgrade with some nice fixes and improvements: https://t.co/51taNPcBuy", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18344890, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 15970, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18344890/1446369594", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "140011523", "following": false, "friends_count": 1619, "entities": {"description": {"urls": [{"display_url": "mytux.fr", "url": "http://t.co/scCCuswavo", "expanded_url": "http://www.mytux.fr", "indices": [29, 51]}]}, "url": {"urls": [{"display_url": "about.me/carlchenet", "url": "http://t.co/pJtCu9uXyw", "expanded_url": "http://about.me/carlchenet", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2286, "location": "", "screen_name": "carl_chenet", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 227, "name": "carlchenet", "profile_use_background_image": true, "description": "System architect, founder of http://t.co/scCCuswavo, Debian developer & Python addict. Wrote some articles about Free Software. Tea addict. Wine lover.", "url": "http://t.co/pJtCu9uXyw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2777592657/94d4bcbbb2e59b6849c75e6609851fb6_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue May 04 09:16:52 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2777592657/94d4bcbbb2e59b6849c75e6609851fb6_normal.png", "favourites_count": 9, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685540484861825029", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "framablog.org/2016/01/08/app\u2026", "url": "https://t.co/C7jW4nHIFU", "expanded_url": "http://framablog.org/2016/01/08/apprenez-a-lire-une-url-et-sauvez-des-chatons/", "indices": [48, 71]}], "hashtags": [{"text": "web", "indices": [72, 76]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:16:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685540484861825029, "text": "Apprenez \u00e0 lire une URL (et sauvez des chatons) https://t.co/C7jW4nHIFU #web", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "jdh-rss2twitter"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685544006810484737", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "framablog.org/2016/01/08/app\u2026", "url": "https://t.co/C7jW4nHIFU", "expanded_url": "http://framablog.org/2016/01/08/apprenez-a-lire-une-url-et-sauvez-des-chatons/", "indices": [69, 92]}], "hashtags": [{"text": "web", "indices": [93, 97]}], "user_mentions": [{"screen_name": "journalduhacker", "id_str": "3384441765", "id": 3384441765, "indices": [3, 19], "name": "Le Journal du Hacker"}]}, "created_at": "Fri Jan 08 19:30:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685544006810484737, "text": "RT @journalduhacker: Apprenez \u00e0 lire une URL (et sauvez des chatons) https://t.co/C7jW4nHIFU #web", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "retweet-journalduhacker"}, "default_profile_image": false, "id": 140011523, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4685, "is_translator": false}, {"time_zone": "Wellington", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "15657543", "following": false, "friends_count": 622, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theunfocused.net", "url": "http://t.co/JzrNJJ1Hsd", "expanded_url": "http://theunfocused.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/629950290570010624/X-Ax-pjR.jpg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "008004", "geo_enabled": false, "followers_count": 1454, "location": "Dunedin, New Zealand", "screen_name": "theunfocused", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 140, "name": "Blair McBride", "profile_use_background_image": true, "description": "@Firefox developer, @JavaScript_NZ secretary, Dunedin Makerspace co-founder, @MozillaUbiquity dev, maker, pogonotrophist.", "url": "http://t.co/JzrNJJ1Hsd", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2654776266/ba300eacc55f5978d68f1d9163053eaf_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Jul 30 07:04:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2654776266/ba300eacc55f5978d68f1d9163053eaf_normal.jpeg", "favourites_count": 5958, "status": {"in_reply_to_status_id": 685416129708208129, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "_writehanded_", "in_reply_to_user_id": 2974900693, "in_reply_to_status_id_str": "685416129708208129", "in_reply_to_user_id_str": "2974900693", "truncated": false, "id_str": "685416660342157312", "id": 685416660342157312, "text": "@_writehanded_ @Styla73 @mellopuffy Good to know, thanks :) (especially given the price)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "_writehanded_", "id_str": "2974900693", "id": 2974900693, "indices": [0, 14], "name": "Sarah Wilson"}, {"screen_name": "Styla73", "id_str": "19759124", "id": 19759124, "indices": [15, 23], "name": "Capital K"}, {"screen_name": "mellopuffy", "id_str": "18573621", "id": 18573621, "indices": [24, 35], "name": "Toe-tally Puffy"}]}, "created_at": "Fri Jan 08 11:04:00 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15657543, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/629950290570010624/X-Ax-pjR.jpg", "statuses_count": 24660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15657543/1431324791", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "46471184", "following": false, "friends_count": 437, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mateuskern.com/pages/contact.\u2026", "url": "https://t.co/bthJxMONpL", "expanded_url": "https://mateuskern.com/pages/contact.html", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/365330709/Balrog2.jpg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 547, "location": "RS / Brasil", "screen_name": "_k3rn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Mateus Kern", "profile_use_background_image": false, "description": "Python, Linux, DevOps, vim, TV Series & Music.", "url": "https://t.co/bthJxMONpL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650818520696115200/Dx91REOT_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Jun 11 19:43:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650818520696115200/Dx91REOT_normal.jpg", "favourites_count": 1531, "status": {"in_reply_to_status_id": 685350275436122112, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "o_gobbi", "in_reply_to_user_id": 109360625, "in_reply_to_status_id_str": "685350275436122112", "in_reply_to_user_id_str": "109360625", "truncated": false, "id_str": "685350812051202048", "id": 685350812051202048, "text": "@o_gobbi \u00e9 da arrecada\u00e7\u00e3o dos eua?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "o_gobbi", "id_str": "109360625", "id": 109360625, "indices": [0, 8], "name": "Gobbi"}]}, "created_at": "Fri Jan 08 06:42:21 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "pt"}, "default_profile_image": false, "id": 46471184, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/365330709/Balrog2.jpg", "statuses_count": 40849, "profile_banner_url": "https://pbs.twimg.com/profile_banners/46471184/1379963279", "is_translator": false}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "105083", "following": false, "friends_count": 1505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "vamsee.in", "url": "http://t.co/3aYyV5kxNM", "expanded_url": "http://vamsee.in", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 1112, "location": "Bangalore, India", "screen_name": "vamsee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Vamsee Kanakala", "profile_use_background_image": true, "description": "Rails dev turned devops guy @viamentis. Believe in open source and open web. Also a godless, bleeding-heart liberal :-)", "url": "http://t.co/3aYyV5kxNM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/653422115807367168/iLpECAF7_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Thu Dec 21 10:45:38 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/653422115807367168/iLpECAF7_normal.jpg", "favourites_count": 3199, "status": {"retweet_count": 1831, "retweeted_status": {"retweet_count": 1831, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685484472498798592", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "display_url": "pic.twitter.com/TMcevQeAVA", "id_str": "685484471227953152", "expanded_url": "http://twitter.com/lukekarmali/status/685484472498798592/photo/1", "id": 685484471227953152, "url": "https://t.co/TMcevQeAVA"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:33:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685484472498798592, "text": "This is a real phone call that happened between Tony Blair and Bill Clinton. And now it's public. GOD IS REAL, Y'ALL https://t.co/TMcevQeAVA", "coordinates": null, "retweeted": false, "favorite_count": 1984, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685506749911048193", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 602, "resize": "fit"}, "medium": {"w": 599, "h": 602, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "source_status_id_str": "685484472498798592", "media_url": "http://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "source_user_id_str": "119043148", "id_str": "685484471227953152", "id": 685484471227953152, "media_url_https": "https://pbs.twimg.com/media/CYNUfqaWsAAaAZQ.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685484472498798592, "source_user_id": 119043148, "display_url": "pic.twitter.com/TMcevQeAVA", "expanded_url": "http://twitter.com/lukekarmali/status/685484472498798592/photo/1", "url": "https://t.co/TMcevQeAVA"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lukekarmali", "id_str": "119043148", "id": 119043148, "indices": [3, 15], "name": "Luke Karmali"}]}, "created_at": "Fri Jan 08 17:01:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685506749911048193, "text": "RT @lukekarmali: This is a real phone call that happened between Tony Blair and Bill Clinton. And now it's public. GOD IS REAL, Y'ALL https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 105083, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 12050, "profile_banner_url": "https://pbs.twimg.com/profile_banners/105083/1353319858", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1613642678", "following": false, "friends_count": 313, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "grubernaut.com", "url": "http://t.co/mgIollH58E", "expanded_url": "http://grubernaut.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 433, "location": "Small Town, USA ", "screen_name": "grubernaut", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "MarriedBiscuits", "profile_use_background_image": true, "description": "Kaizen \u6539\u5584, Husband, Padawan, Ops, Gearhead, and Pancake Enthusiast. Constant adventures with @kaiteddelman", "url": "http://t.co/mgIollH58E", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682275076964618240/5BDp8AL2_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Jul 22 20:53:57 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682275076964618240/5BDp8AL2_normal.jpg", "favourites_count": 6247, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597488783347712", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 175, "resize": "fit"}, "medium": {"w": 434, "h": 224, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 434, "h": 224, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO7SC8UoAECN8u.png", "type": "photo", "indices": [30, 53], "media_url": "http://pbs.twimg.com/media/CYO7SC8UoAECN8u.png", "display_url": "pic.twitter.com/Q1G4ZO7kh1", "id_str": "685597486992367617", "expanded_url": "http://twitter.com/grubernaut/status/685597488783347712/photo/1", "id": 685597486992367617, "url": "https://t.co/Q1G4ZO7kh1"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:02:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/49f0a5eb038077e9.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-85.996969, 39.163203], [-85.847755, 39.163203], [-85.847755, 39.25966], [-85.996969, 39.25966]]], "type": "Polygon"}, "full_name": "Columbus, IN", "contained_within": [], "country_code": "US", "id": "49f0a5eb038077e9", "name": "Columbus"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597488783347712, "text": "Hashicorp emoji game on point https://t.co/Q1G4ZO7kh1", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 1613642678, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10511, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1613642678/1406162904", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6509982", "following": false, "friends_count": 669, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000114307961/d36a958842daa7a4328147beb87ff328.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 32132, "location": "san francisco", "screen_name": "argv0", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 233, "name": "Andy Gross", "profile_use_background_image": true, "description": "Author of Riak. Distsys ne'er-do-well. Problematic half of @sarahelliott77", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685155270880661504/hkudG0_z_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jun 01 20:37:52 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685155270880661504/hkudG0_z_normal.jpg", "favourites_count": 5587, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685029425507745792", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "huffingtonpost.com/rene-zografos/\u2026", "url": "https://t.co/7c336Q55ym", "expanded_url": "http://www.huffingtonpost.com/rene-zografos/where-is-the-american-gen_b_8920660.html", "indices": [79, 102]}], "hashtags": [], "user_mentions": [{"screen_name": "HuffPostWomen", "id_str": "309978842", "id": 309978842, "indices": [107, 121], "name": "HuffPostWomen"}]}, "created_at": "Thu Jan 07 09:25:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685029425507745792, "text": "lol what the christ is this please explain????Where is The American Gentlemen? https://t.co/7c336Q55ym via @HuffPostWomen", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Mobile Web"}, "default_profile_image": false, "id": 6509982, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000114307961/d36a958842daa7a4328147beb87ff328.jpeg", "statuses_count": 14388, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6509982/1451356105", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "14264091", "following": false, "friends_count": 2169, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tylerhannan.com", "url": "http://t.co/TG1LgO1z9s", "expanded_url": "http://www.tylerhannan.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 2050, "location": "iPhone: 33.769097,-84.385343", "screen_name": "tylerhannan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 59, "name": "tylerhannan", "profile_use_background_image": true, "description": "Distributed Systems. Music. Director of Product Marketing @elastic", "url": "http://t.co/TG1LgO1z9s", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/425400933661425664/NtI67zqz_normal.jpeg", "profile_background_color": "EBEBEB", "created_at": "Mon Mar 31 06:41:41 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/425400933661425664/NtI67zqz_normal.jpeg", "favourites_count": 4025, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/7d62cffe6f98f349.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.035311, 37.193164], [-121.71215, 37.193164], [-121.71215, 37.469154], [-122.035311, 37.469154]]], "type": "Polygon"}, "full_name": "San Jose, CA", "contained_within": [], "country_code": "US", "id": "7d62cffe6f98f349", "name": "San Jose"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685191303403945984", "id": 685191303403945984, "text": "OH in the airport customer service line: \u201cif we aren\u2019t pitching we aren\u2019t winning\u201d Fellow then, actually said, \u201calways be closing\u201d", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:08:31 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14264091, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 11875, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14264091/1366581436", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "8630562", "following": false, "friends_count": 1268, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "quora.com/ben-newman", "url": "http://t.co/cKjvwVK6NJ", "expanded_url": "http://quora.com/ben-newman", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 2021, "location": "iPhone: 37.420708,-122.168798", "screen_name": "benjamn", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 107, "name": "Ben Newman", "profile_use_background_image": true, "description": "Recovering sarcast, aspiring ironist. Meebo, Apture, Mozilla, Quora, Facebook/Instagram, and Meteor have employed me.", "url": "http://t.co/cKjvwVK6NJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458793879831977984/pNj9Au1N_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Mon Sep 03 20:27:48 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458793879831977984/pNj9Au1N_normal.jpeg", "favourites_count": 1725, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685201161134170116", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 510, "resize": "fit"}, "medium": {"w": 600, "h": 900, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 750, "h": 1126, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJS00QWAAAKURz.png", "type": "photo", "indices": [74, 97], "media_url": "http://pbs.twimg.com/media/CYJS00QWAAAKURz.png", "display_url": "pic.twitter.com/fCVZThFMMT", "id_str": "685201160647606272", "expanded_url": "http://twitter.com/SteveMoraco/status/685201161134170116/photo/1", "id": 685201160647606272, "url": "https://t.co/fCVZThFMMT"}], "symbols": [], "urls": [{"display_url": "medium.com/@girlziplocked\u2026", "url": "https://t.co/YQN5mOGLBJ", "expanded_url": "https://medium.com/@girlziplocked/paul-graham-is-still-asking-to-be-eaten-5f021c0c0650#---0-170.dwl3k5g6c", "indices": [50, 73]}], "hashtags": [], "user_mentions": [{"screen_name": "girlziplocked", "id_str": "20221325", "id": 20221325, "indices": [35, 49], "name": "holly wood"}]}, "created_at": "Thu Jan 07 20:47:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685201161134170116, "text": "This article is \ud83d\udd25\ud83d\udd25\ud83d\udd25 read it now.\u200a\u2014\u200a@girlziplocked https://t.co/YQN5mOGLBJ https://t.co/fCVZThFMMT", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Medium"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685201605772328960", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 510, "resize": "fit"}, "medium": {"w": 600, "h": 900, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 750, "h": 1126, "resize": "fit"}}, "source_status_id_str": "685201161134170116", "media_url": "http://pbs.twimg.com/media/CYJS00QWAAAKURz.png", "source_user_id_str": "8238522", "id_str": "685201160647606272", "id": 685201160647606272, "media_url_https": "https://pbs.twimg.com/media/CYJS00QWAAAKURz.png", "type": "photo", "indices": [91, 114], "source_status_id": 685201161134170116, "source_user_id": 8238522, "display_url": "pic.twitter.com/fCVZThFMMT", "expanded_url": "http://twitter.com/SteveMoraco/status/685201161134170116/photo/1", "url": "https://t.co/fCVZThFMMT"}], "symbols": [], "urls": [{"display_url": "medium.com/@girlziplocked\u2026", "url": "https://t.co/YQN5mOGLBJ", "expanded_url": "https://medium.com/@girlziplocked/paul-graham-is-still-asking-to-be-eaten-5f021c0c0650#---0-170.dwl3k5g6c", "indices": [67, 90]}], "hashtags": [], "user_mentions": [{"screen_name": "SteveMoraco", "id_str": "8238522", "id": 8238522, "indices": [3, 15], "name": "Steve Moraco"}, {"screen_name": "girlziplocked", "id_str": "20221325", "id": 20221325, "indices": [52, 66], "name": "holly wood"}]}, "created_at": "Thu Jan 07 20:49:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685201605772328960, "text": "RT @SteveMoraco: This article is \ud83d\udd25\ud83d\udd25\ud83d\udd25 read it now.\u200a\u2014\u200a@girlziplocked https://t.co/YQN5mOGLBJ https://t.co/fCVZThFMMT", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 8630562, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 5482, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8630562/1398219833", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "23000562", "following": false, "friends_count": 603, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 690, "location": "Chicagoland", "screen_name": "mleinart", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Michael Leinartas", "profile_use_background_image": true, "description": "Tinkerer; I like to take things apart.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1706485416/IMG_20111218_092724_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 05 23:55:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1706485416/IMG_20111218_092724_normal.jpg", "favourites_count": 8757, "status": {"retweet_count": 0, "in_reply_to_user_id": 15374401, "possibly_sensitive": false, "id_str": "685576170004299776", "in_reply_to_user_id_str": "15374401", "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/tkDcxANsZz", "url": "https://t.co/tkDcxANsZz", "expanded_url": "http://twitter.com/mleinart/status/685576170004299776/photo/1", "indices": [58, 81]}], "hashtags": [], "user_mentions": [{"screen_name": "esten", "id_str": "15374401", "id": 15374401, "indices": [0, 6], "name": "Este\u00f1 Americanus"}]}, "created_at": "Fri Jan 08 21:37:50 +0000 2016", "favorited": false, "in_reply_to_status_id": 685575402564096004, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "esten", "in_reply_to_status_id_str": "685575402564096004", "truncated": false, "id": 685576170004299776, "text": "@esten you need a New Yorker to say that properly for you https://t.co/tkDcxANsZz", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 23000562, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10348, "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "58663169", "following": false, "friends_count": 279, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "1E2224", "geo_enabled": true, "followers_count": 133, "location": "Seattle WA", "screen_name": "jeffraffo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Jeff Raffo", "profile_use_background_image": true, "description": "Passionate about lean principles in technology, automation, open source and being a dad. director - personalization technology @ nordstrom", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/612109224143753216/ARoM66lQ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jul 21 01:42:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/612109224143753216/ARoM66lQ_normal.jpg", "favourites_count": 1016, "status": {"in_reply_to_status_id": 685254065572298753, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "dougireton", "in_reply_to_user_id": 7894852, "in_reply_to_status_id_str": "685254065572298753", "in_reply_to_user_id_str": "7894852", "truncated": false, "id_str": "685543360942047233", "id": 685543360942047233, "text": "@dougireton I'm owning the hug in 2016! #vulnerability #comfortablewithmyself", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "vulnerability", "indices": [40, 54]}, {"text": "comfortablewithmyself", "indices": [55, 77]}], "user_mentions": [{"screen_name": "dougireton", "id_str": "7894852", "id": 7894852, "indices": [0, 11], "name": "Doug Ireton"}]}, "created_at": "Fri Jan 08 19:27:28 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 58663169, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 495, "profile_banner_url": "https://pbs.twimg.com/profile_banners/58663169/1398401815", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "35213", "following": false, "friends_count": 1075, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shawn.medero.net", "url": "http://t.co/8Dn7SAHC1W", "expanded_url": "http://shawn.medero.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/65220225/patt_4b47c3685cc0d.jpg.jpg", "notifications": false, "profile_sidebar_fill_color": "E8E8E8", "profile_link_color": "CC3300", "geo_enabled": true, "followers_count": 572, "location": "Claremont, CA", "screen_name": "soypunk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Shawn Medero", "profile_use_background_image": false, "description": "When not bicycling with my family, I'm a solutions architect in higher education. Interested in user experience, web archeology, hockey, and vegan food.", "url": "http://t.co/8Dn7SAHC1W", "profile_text_color": "212121", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684080455679774720/gGS_61YC_normal.jpg", "profile_background_color": "303030", "created_at": "Fri Dec 01 23:33:16 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D3D3", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684080455679774720/gGS_61YC_normal.jpg", "favourites_count": 13564, "status": {"in_reply_to_status_id": 685536272459239424, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/dbd7fea9eedaecd0.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-117.7508068, 34.0794765], [-117.6815385, 34.0794765], [-117.6815385, 34.1585563], [-117.7508068, 34.1585563]]], "type": "Polygon"}, "full_name": "Claremont, CA", "contained_within": [], "country_code": "US", "id": "dbd7fea9eedaecd0", "name": "Claremont"}, "in_reply_to_screen_name": "kristimarleau", "in_reply_to_user_id": 550444722, "in_reply_to_status_id_str": "685536272459239424", "in_reply_to_user_id_str": "550444722", "truncated": false, "id_str": "685536778464305152", "id": 685536778464305152, "text": "@kristimarleau Reply All is a great show btw, you should give some of the archives a chance.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kristimarleau", "id_str": "550444722", "id": 550444722, "indices": [0, 14], "name": "Kristi Marleau"}]}, "created_at": "Fri Jan 08 19:01:19 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 35213, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/65220225/patt_4b47c3685cc0d.jpg.jpg", "statuses_count": 13400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35213/1397163361", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "17954385", "following": false, "friends_count": 799, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "clintweathers.com", "url": "http://t.co/PMWUQpP7Ri", "expanded_url": "http://clintweathers.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 661, "location": "MSP", "screen_name": "zenrhino", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 120, "name": "Clint Weathers", "profile_use_background_image": true, "description": "I use #rstats and #pydata to fight fraud. +100kg Judo player with a mean tai otoshi. Hasselblad + TriX + Rodinal. Full-stack baker.", "url": "http://t.co/PMWUQpP7Ri", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679575511354478592/66QphBZB_normal.jpg", "profile_background_color": "709397", "created_at": "Mon Dec 08 03:07:23 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679575511354478592/66QphBZB_normal.jpg", "favourites_count": 6700, "status": {"retweet_count": 36, "retweeted_status": {"retweet_count": 36, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685575365180309505", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/USSJoin/status\u2026", "url": "https://t.co/un9Oa5lUzq", "expanded_url": "https://twitter.com/USSJoin/status/685567709342347264", "indices": [101, 124]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:34:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685575365180309505, "text": "sorry everyone, 2016 is over. the most ironic data leak trophy is already taken. you can go home now https://t.co/un9Oa5lUzq", "coordinates": null, "retweeted": false, "favorite_count": 37, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685575505790173184", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/USSJoin/status\u2026", "url": "https://t.co/un9Oa5lUzq", "expanded_url": "https://twitter.com/USSJoin/status/685567709342347264", "indices": [119, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "FioraAeterna", "id_str": "2468699718", "id": 2468699718, "indices": [3, 16], "name": "Fiora Aeterna \u2604"}]}, "created_at": "Fri Jan 08 21:35:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685575505790173184, "text": "RT @FioraAeterna: sorry everyone, 2016 is over. the most ironic data leak trophy is already taken. you can go home now https://t.co/un9Oa5l\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 17954385, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 32454, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17954385/1390323077", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "457893808", "following": false, "friends_count": 701, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 217, "location": "Orange County, CA", "screen_name": "bobbylikeslinux", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "bobby", "profile_use_background_image": false, "description": "Exploring the world of open source software, Python, Brazilian Jiu Jitsu, and making computers actually work for people again!", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674131539051982848/9VYAvrwT_normal.png", "profile_background_color": "000000", "created_at": "Sat Jan 07 23:17:20 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674131539051982848/9VYAvrwT_normal.png", "favourites_count": 3071, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "joerogan", "in_reply_to_user_id": 18208354, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "18208354", "truncated": false, "id_str": "685565662039703552", "id": 685565662039703552, "text": "@joerogan First live show last night. I loved the whole lineup at the @icehousecomedy", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "joerogan", "id_str": "18208354", "id": 18208354, "indices": [0, 9], "name": "Joe Rogan"}, {"screen_name": "icehousecomedy", "id_str": "57833012", "id": 57833012, "indices": [71, 86], "name": "Ice House Comedy"}]}, "created_at": "Fri Jan 08 20:56:05 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 457893808, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2831, "profile_banner_url": "https://pbs.twimg.com/profile_banners/457893808/1426654010", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15146957", "following": false, "friends_count": 306, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "spof.io", "url": "https://t.co/IpKruWlg7y", "expanded_url": "https://spof.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 491, "location": "California", "screen_name": "dontrebootme", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 36, "name": "Patrick O'Connor", "profile_use_background_image": false, "description": "Systems Engineering in the LA area. \nShipping awesome experiences at Disney.\n\nCurrently Imagineering R&D.\nPreviously rendering and systems at DreamWorks.", "url": "https://t.co/IpKruWlg7y", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677265112579702785/1-oDaeyG_normal.png", "profile_background_color": "000000", "created_at": "Tue Jun 17 15:48:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677265112579702785/1-oDaeyG_normal.png", "favourites_count": 3087, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581921057959936", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 811, "h": 1000, "resize": "fit"}, "medium": {"w": 600, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 419, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOtH-4WYAI-1iX.png", "type": "photo", "indices": [120, 143], "media_url": "http://pbs.twimg.com/media/CYOtH-4WYAI-1iX.png", "display_url": "pic.twitter.com/m2yLVcADLG", "id_str": "685581920940482562", "expanded_url": "http://twitter.com/hackadayio/status/685581921057959936/photo/1", "id": 685581920940482562, "url": "https://t.co/m2yLVcADLG"}], "symbols": [], "urls": [{"display_url": "bit.ly/1OyXMls", "url": "https://t.co/wNwkHUk2KM", "expanded_url": "http://bit.ly/1OyXMls", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "socallinuxexpo", "id_str": "14120402", "id": 14120402, "indices": [38, 53], "name": "socallinuxexpo"}, {"screen_name": "SupplyFrame", "id_str": "16933617", "id": 16933617, "indices": [106, 118], "name": "SupplyFrame, Inc."}]}, "created_at": "Fri Jan 08 22:00:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581921057959936, "text": "Play games & party w/ Hackaday at @SoCalLinuxExpo Game Night 23rd Jan. https://t.co/wNwkHUk2KM Thanks @SupplyFrame! https://t.co/m2yLVcADLG", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Meet Edgar"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582321299279872", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 811, "h": 1000, "resize": "fit"}, "medium": {"w": 600, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 419, "resize": "fit"}}, "source_status_id_str": "685581921057959936", "media_url": "http://pbs.twimg.com/media/CYOtH-4WYAI-1iX.png", "source_user_id_str": "2670064278", "id_str": "685581920940482562", "id": 685581920940482562, "media_url_https": "https://pbs.twimg.com/media/CYOtH-4WYAI-1iX.png", "type": "photo", "indices": [143, 144], "source_status_id": 685581921057959936, "source_user_id": 2670064278, "display_url": "pic.twitter.com/m2yLVcADLG", "expanded_url": "http://twitter.com/hackadayio/status/685581921057959936/photo/1", "url": "https://t.co/m2yLVcADLG"}], "symbols": [], "urls": [{"display_url": "bit.ly/1OyXMls", "url": "https://t.co/wNwkHUk2KM", "expanded_url": "http://bit.ly/1OyXMls", "indices": [91, 114]}], "hashtags": [], "user_mentions": [{"screen_name": "hackadayio", "id_str": "2670064278", "id": 2670064278, "indices": [3, 14], "name": "Hackaday.io"}, {"screen_name": "socallinuxexpo", "id_str": "14120402", "id": 14120402, "indices": [54, 69], "name": "socallinuxexpo"}, {"screen_name": "SupplyFrame", "id_str": "16933617", "id": 16933617, "indices": [122, 134], "name": "SupplyFrame, Inc."}]}, "created_at": "Fri Jan 08 22:02:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582321299279872, "text": "RT @hackadayio: Play games & party w/ Hackaday at @SoCalLinuxExpo Game Night 23rd Jan. https://t.co/wNwkHUk2KM Thanks @SupplyFrame! https:/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 15146957, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 2470, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15146957/1450313349", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8084512", "following": false, "friends_count": 971, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nymag.com", "url": "https://t.co/h3Ulh5oQm9", "expanded_url": "http://nymag.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/735772534/9495f1433a2b072c10c1a668313df0fe.png", "notifications": false, "profile_sidebar_fill_color": "E2FF9E", "profile_link_color": "419EC9", "geo_enabled": false, "followers_count": 1655, "location": "Brooklyn, NY", "screen_name": "gloddy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 80, "name": "Christian Gloddy", "profile_use_background_image": true, "description": "Director of Web Dev @NYMag. Optimist. Love node.js, gulp, responsive design, web standards, and kind people.", "url": "https://t.co/h3Ulh5oQm9", "profile_text_color": "9ED54C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671729014831099905/0REgQMKF_normal.jpg", "profile_background_color": "8F9699", "created_at": "Thu Aug 09 17:02:35 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671729014831099905/0REgQMKF_normal.jpg", "favourites_count": 6712, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685456563767775232", "id": 685456563767775232, "text": "If your version of \"Agile\" involves long meetings, then you might want to find a different word to describe what you're doing.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 13:42:34 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 7, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8084512, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/735772534/9495f1433a2b072c10c1a668313df0fe.png", "statuses_count": 2641, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8084512/1442231967", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8820492", "following": false, "friends_count": 863, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joshfinnie.com", "url": "http://t.co/GbqqdUdYyo", "expanded_url": "http://www.joshfinnie.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/670653368/4ebce690a626c7c92811b413c83ce474.gif", "notifications": false, "profile_sidebar_fill_color": "F9D762", "profile_link_color": "DB5151", "geo_enabled": true, "followers_count": 1459, "location": "Washington DC", "screen_name": "joshfinnie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 89, "name": "Josh Finnie", "profile_use_background_image": true, "description": "Software Maven at @TrackMaven, creator of @BeerLedge. Interests: #Javascript (#Angular, #Node), #Python (#Django, #Pyramid)", "url": "http://t.co/GbqqdUdYyo", "profile_text_color": "C5BE71", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1867634130/josh-final_normal.jpg", "profile_background_color": "EDFDCC", "created_at": "Tue Sep 11 22:10:25 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1867634130/josh-final_normal.jpg", "favourites_count": 638, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685568488010825728", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "beerledge.com/ledges/CciZ2Ga\u2026", "url": "https://t.co/1Z1fRNFEUU", "expanded_url": "https://www.beerledge.com/ledges/CciZ2GafqvuGHnZkx4HmhP", "indices": [80, 103]}], "hashtags": [], "user_mentions": [{"screen_name": "EvilGeniusBeer", "id_str": "150438189", "id": 150438189, "indices": [34, 49], "name": "Evil Genius Beer Co."}, {"screen_name": "beerledge", "id_str": "174866293", "id": 174866293, "indices": [68, 78], "name": "Beer Ledge"}]}, "created_at": "Fri Jan 08 21:07:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685568488010825728, "text": "Drank a Evil Genius Beer Company (@evilgeniusbeer) Evil Eye PA. Via @beerledge. https://t.co/1Z1fRNFEUU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "BeerLedgeV2"}, "default_profile_image": false, "id": 8820492, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/670653368/4ebce690a626c7c92811b413c83ce474.gif", "statuses_count": 19349, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8820492/1398795982", "is_translator": false}, {"time_zone": "Lisbon", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "200749589", "following": false, "friends_count": 351, "entities": {"description": {"urls": [{"display_url": "ipn.io", "url": "https://t.co/yreM5xC4PE", "expanded_url": "http://ipn.io", "indices": [24, 47]}]}, "url": {"urls": [{"display_url": "daviddias.me", "url": "https://t.co/JTVkZvLXKc", "expanded_url": "http://daviddias.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 1441, "location": "Portugal", "screen_name": "daviddias", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 58, "name": "David Dias", "profile_use_background_image": true, "description": "P2P SE at Protocol Labs https://t.co/yreM5xC4PE : #IPFS & @filecoin. P2P MSc. Made @lxjs & @startupscholars", "url": "https://t.co/JTVkZvLXKc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/483942490517807104/Wd8QaL3l_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Sun Oct 10 04:07:38 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483942490517807104/Wd8QaL3l_normal.jpeg", "favourites_count": 3182, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684526318961201152", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/feross/status/\u2026", "url": "https://t.co/01Aoplvsxe", "expanded_url": "https://twitter.com/feross/status/684525552091459584", "indices": [118, 141]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 00:06:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684526318961201152, "text": "WebTorrent and Peerflix are probably the fastest torrent clients in existence.\n\nMagnet links find peers in <1 sec. https://t.co/01Aoplvsxe", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684544934817456133", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/feross/status/\u2026", "url": "https://t.co/01Aoplvsxe", "expanded_url": "https://twitter.com/feross/status/684525552091459584", "indices": [142, 143]}], "hashtags": [], "user_mentions": [{"screen_name": "WebTorrentApp", "id_str": "3231905569", "id": 3231905569, "indices": [3, 17], "name": "WebTorrent"}]}, "created_at": "Wed Jan 06 01:20:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684544934817456133, "text": "RT @WebTorrentApp: WebTorrent and Peerflix are probably the fastest torrent clients in existence.\n\nMagnet links find peers in <1 sec. https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 200749589, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 3878, "profile_banner_url": "https://pbs.twimg.com/profile_banners/200749589/1409036234", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "196082293", "following": false, "friends_count": 1095, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mikespeegle.com", "url": "http://t.co/xdukoWcWQp", "expanded_url": "http://www.mikespeegle.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 1552, "location": "Kennwick, WA", "screen_name": "Mike_Speegle", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Mike Speegle", "profile_use_background_image": false, "description": "Author. Playwright. Kirkus Indie Book of the Year, Something Greater than Artifice. Jukebox musical, Guns of Ireland. Repped by @leonhusock. Likes toast.", "url": "http://t.co/xdukoWcWQp", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/627225288452145153/zQ2JEgRz_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Sep 28 08:41:51 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/627225288452145153/zQ2JEgRz_normal.jpg", "favourites_count": 2313, "status": {"in_reply_to_status_id": 685573435431333888, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "_Shannon_Knight", "in_reply_to_user_id": 3188997517, "in_reply_to_status_id_str": "685573435431333888", "in_reply_to_user_id_str": "3188997517", "truncated": false, "id_str": "685589638157742081", "id": 685589638157742081, "text": "@_shannon_knight Ha! Well I\u2019m just 1/3 the production team, but I appreciate the props.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "_Shannon_Knight", "id_str": "3188997517", "id": 3188997517, "indices": [0, 16], "name": "Shannon Knight"}]}, "created_at": "Fri Jan 08 22:31:22 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 196082293, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10295, "profile_banner_url": "https://pbs.twimg.com/profile_banners/196082293/1434391956", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "407296703", "following": false, "friends_count": 792, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/benmichelmusic", "url": "https://t.co/BWrMpb89KY", "expanded_url": "http://soundcloud.com/benmichelmusic", "indices": [97, 120]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/449685667832811520/htR5S1-H.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "46757F", "geo_enabled": false, "followers_count": 611, "location": "Portland, OR", "screen_name": "obensource", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "Ben Michel", "profile_use_background_image": true, "description": "Musician\u2013Developer. I curate & perform musical experiences for live events & recordings, listen: https://t.co/BWrMpb89KY", "url": null, "profile_text_color": "FFFFFF", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/560338263890612224/SDEpGo5s_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Mon Nov 07 22:14:02 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/560338263890612224/SDEpGo5s_normal.jpeg", "favourites_count": 7062, "status": {"in_reply_to_status_id": 685523459984588800, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "davidlymanning", "in_reply_to_user_id": 310674727, "in_reply_to_status_id_str": "685523459984588800", "in_reply_to_user_id_str": "310674727", "truncated": false, "id_str": "685530039450914816", "id": 685530039450914816, "text": "@davidlymanning @HenrikJoreteg hard to say because in-roads and accessibility to becoming an artisan later on greatly enrich people's lives.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "davidlymanning", "id_str": "310674727", "id": 310674727, "indices": [0, 15], "name": "David Manning"}, {"screen_name": "HenrikJoreteg", "id_str": "15102110", "id": 15102110, "indices": [16, 30], "name": "Henrik Joreteg"}]}, "created_at": "Fri Jan 08 18:34:32 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 407296703, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/449685667832811520/htR5S1-H.png", "statuses_count": 3111, "profile_banner_url": "https://pbs.twimg.com/profile_banners/407296703/1394863631", "is_translator": false}, {"time_zone": "Warsaw", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "42864649", "following": false, "friends_count": 331, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thefox.is", "url": "https://t.co/wKJ9u67ov4", "expanded_url": "http://thefox.is", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/197733467/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "C03546", "geo_enabled": true, "followers_count": 7814, "location": "Melbourne, Victoria", "screen_name": "fox", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 420, "name": "fantastic ms.", "profile_use_background_image": false, "description": "\u21161 inclusivity and empathy enthusiast, diversity advisor \u273b Co-running @jsconfeu, past @cssconfoak. Product, photography and \u2764\ufe0f for @benschwarz.", "url": "https://t.co/wKJ9u67ov4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668345269424099328/v0f_IJZz_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed May 27 11:48:42 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668345269424099328/v0f_IJZz_normal.png", "favourites_count": 1506, "status": {"in_reply_to_status_id": 685461632965840896, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "olasitarska", "in_reply_to_user_id": 32315020, "in_reply_to_status_id_str": "685461632965840896", "in_reply_to_user_id_str": "32315020", "truncated": false, "id_str": "685581334023024640", "id": 685581334023024640, "text": "@olasitarska \u2014 @xoxo and @buildconf", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "olasitarska", "id_str": "32315020", "id": 32315020, "indices": [0, 12], "name": "Ola Sitarska"}, {"screen_name": "xoxo", "id_str": "516875194", "id": 516875194, "indices": [15, 20], "name": "XOXO"}, {"screen_name": "buildconf", "id_str": "16601823", "id": 16601823, "indices": [25, 35], "name": "Build"}]}, "created_at": "Fri Jan 08 21:58:22 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 42864649, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/197733467/bg.jpg", "statuses_count": 14763, "profile_banner_url": "https://pbs.twimg.com/profile_banners/42864649/1448180980", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "346026614", "following": false, "friends_count": 44, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hueniverse.com", "url": "http://t.co/EoJhrhmss4", "expanded_url": "http://hueniverse.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "505050", "geo_enabled": false, "followers_count": 5860, "location": "Los Gatos, CA", "screen_name": "eranhammer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 262, "name": "Eran Hammer", "profile_use_background_image": false, "description": "Life experiences collector. @sideway founder, @hapijs creator. Former farmer and emu wrangler. My husband @DadOfTwinzLG is better than yours. eran@hammer.io", "url": "http://t.co/EoJhrhmss4", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631361295015526400/YV8fcPYM_normal.png", "profile_background_color": "000000", "created_at": "Sun Jul 31 16:05:54 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631361295015526400/YV8fcPYM_normal.png", "favourites_count": 1057, "status": {"retweet_count": 22, "retweeted_status": {"retweet_count": 22, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685177589254598656", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 427, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYI9YxgU0AA9HIv.jpg", "type": "photo", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CYI9YxgU0AA9HIv.jpg", "display_url": "pic.twitter.com/00NnlVFIDE", "id_str": "685177589128810496", "expanded_url": "http://twitter.com/nodejs/status/685177589254598656/photo/1", "id": 685177589128810496, "url": "https://t.co/00NnlVFIDE"}], "symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/sxuXulYAXx", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [76, 99]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 19:14:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685177589254598656, "text": "Nominations to join our Board of Directors ends January 15! You interested? https://t.co/sxuXulYAXx https://t.co/00NnlVFIDE", "coordinates": null, "retweeted": false, "favorite_count": 28, "contributors": null, "source": "Sprout Social"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685198395917512704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 427, "resize": "fit"}}, "source_status_id_str": "685177589254598656", "media_url": "http://pbs.twimg.com/media/CYI9YxgU0AA9HIv.jpg", "source_user_id_str": "91985735", "id_str": "685177589128810496", "id": 685177589128810496, "media_url_https": "https://pbs.twimg.com/media/CYI9YxgU0AA9HIv.jpg", "type": "photo", "indices": [112, 135], "source_status_id": 685177589254598656, "source_user_id": 91985735, "display_url": "pic.twitter.com/00NnlVFIDE", "expanded_url": "http://twitter.com/nodejs/status/685177589254598656/photo/1", "url": "https://t.co/00NnlVFIDE"}], "symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/sxuXulYAXx", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "nodejs", "id_str": "91985735", "id": 91985735, "indices": [3, 10], "name": "Node.js"}]}, "created_at": "Thu Jan 07 20:36:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685198395917512704, "text": "RT @nodejs: Nominations to join our Board of Directors ends January 15! You interested? https://t.co/sxuXulYAXx https://t.co/00NnlVFIDE", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 346026614, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 5727, "profile_banner_url": "https://pbs.twimg.com/profile_banners/346026614/1438570099", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "91985735", "following": false, "friends_count": 209, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nodejs.org", "url": "https://t.co/X32n3a0B1h", "expanded_url": "http://nodejs.org", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 305316, "location": "Earth", "screen_name": "nodejs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4787, "name": "Node.js", "profile_use_background_image": true, "description": "The Node.js JavaScript Runtime", "url": "https://t.co/X32n3a0B1h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494226256276123648/GWnVTc9j_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Nov 23 10:57:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494226256276123648/GWnVTc9j_normal.png", "favourites_count": 182, "status": {"in_reply_to_status_id": 685557569256091648, "retweet_count": 2, "place": null, "in_reply_to_screen_name": "danielnwilliams", "in_reply_to_user_id": 398846571, "in_reply_to_status_id_str": "685557569256091648", "in_reply_to_user_id_str": "398846571", "truncated": false, "id_str": "685561277364723713", "id": 685561277364723713, "text": "@danielnwilliams @ktrott00 good catch. Netflix streams 100 million+ hrs of video/day :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "danielnwilliams", "id_str": "398846571", "id": 398846571, "indices": [0, 16], "name": "Daniel Williams"}, {"screen_name": "ktrott00", "id_str": "16898833", "id": 16898833, "indices": [17, 26], "name": "Kim Trott"}]}, "created_at": "Fri Jan 08 20:38:40 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 91985735, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2172, "profile_banner_url": "https://pbs.twimg.com/profile_banners/91985735/1406667709", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1126476188", "following": false, "friends_count": 1507, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ansible.com", "url": "http://t.co/Yu5etG6UZX", "expanded_url": "http://www.ansible.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 15787, "location": "", "screen_name": "ansible", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 545, "name": "Ansible", "profile_use_background_image": true, "description": "Ansible is the simplest way to automate apps and infrastructure. Application Deployment + Configuration Management + Continuous Delivery.", "url": "http://t.co/Yu5etG6UZX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/428287509047435264/ElOjna20_normal.png", "profile_background_color": "131516", "created_at": "Sun Jan 27 23:16:48 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/428287509047435264/ElOjna20_normal.png", "favourites_count": 2535, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612959226310656", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "hubs.ly/H01LcJ20", "url": "https://t.co/3SUh5gtU60", "expanded_url": "http://hubs.ly/H01LcJ20", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:04:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612959226310656, "text": "Don't miss the Seattle Ansible Meetup on January 12th https://t.co/3SUh5gtU60", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "HubSpot"}, "default_profile_image": false, "id": 1126476188, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 7209, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1126476188/1449349061", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14878068", "following": false, "friends_count": 760, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.com/team/baldwin", "url": "https://t.co/xF4ndOjEu2", "expanded_url": "https://andyet.com/team/baldwin", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 3436, "location": "Tri-Cities, WA", "screen_name": "adam_baldwin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 200, "name": "Adam Baldwin", "profile_use_background_image": true, "description": "Husband @babyfro\nFather of 2\nTeam ^lifter @liftsecurity\nYeti @andyet\nFounder @nodesecurity", "url": "https://t.co/xF4ndOjEu2", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/620086266244116480/1SW5afQT_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Fri May 23 05:38:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/620086266244116480/1SW5afQT_normal.jpg", "favourites_count": 16394, "status": {"retweet_count": 63, "retweeted_status": {"retweet_count": 63, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685332012131954688", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "phrack.org/issues/7/3.html", "url": "https://t.co/xlBLGAHGcl", "expanded_url": "http://phrack.org/issues/7/3.html", "indices": [52, 75]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 05:27:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685332012131954688, "text": "30 years ago to date The Mentor wrote his manifesto https://t.co/xlBLGAHGcl Despite the propaganda and mass sellouts, it still matters", "coordinates": null, "retweeted": false, "favorite_count": 44, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685357215415287808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "phrack.org/issues/7/3.html", "url": "https://t.co/xlBLGAHGcl", "expanded_url": "http://phrack.org/issues/7/3.html", "indices": [67, 90]}], "hashtags": [], "user_mentions": [{"screen_name": "agelastic", "id_str": "367629666", "id": 367629666, "indices": [3, 13], "name": "Vitaly Osipov"}]}, "created_at": "Fri Jan 08 07:07:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685357215415287808, "text": "RT @agelastic: 30 years ago to date The Mentor wrote his manifesto https://t.co/xlBLGAHGcl Despite the propaganda and mass sellouts, it sti\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 14878068, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 15621, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18496432", "following": false, "friends_count": 1531, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@nrrrdcore", "url": "https://t.co/yNzkb6fJpL", "expanded_url": "https://medium.com/@nrrrdcore", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/606579843/q2ygld2s5eo2b6kria06.jpeg", "notifications": false, "profile_sidebar_fill_color": "FDF68F", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 24092, "location": "Oakland, CA", "screen_name": "nrrrdcore", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 1066, "name": "Julie Ann Horvath", "profile_use_background_image": false, "description": "Part pok\u00e9mon, part reality tv gif. Designer who codes. Multicultural. Friendly neighborhood Feminist. Volunteer at @Oakland_CM. Bay Area Native.", "url": "https://t.co/yNzkb6fJpL", "profile_text_color": "0D0D0C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670454037028868096/xU17-mNX_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Dec 31 02:39:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "0A0A09", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670454037028868096/xU17-mNX_normal.jpg", "favourites_count": 25755, "status": {"in_reply_to_status_id": 684832544966103040, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "polotek", "in_reply_to_user_id": 20079975, "in_reply_to_status_id_str": "684832544966103040", "in_reply_to_user_id_str": "20079975", "truncated": false, "id_str": "685606596416679936", "id": 685606596416679936, "text": "@polotek she's the luckiest baby girl to have parents like you and @operaqueenie \ud83d\ude4c\ud83c\udffd", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "polotek", "id_str": "20079975", "id": 20079975, "indices": [0, 8], "name": "Marco Rogers"}, {"screen_name": "operaqueenie", "id_str": "18710797", "id": 18710797, "indices": [67, 80], "name": "Aniyia"}]}, "created_at": "Fri Jan 08 23:38:45 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18496432, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/606579843/q2ygld2s5eo2b6kria06.jpeg", "statuses_count": 27871, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18496432/1446178912", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "238257944", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "deedubs.com", "url": "http://t.co/Jo9kwa5p7q", "expanded_url": "http://deedubs.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/601132773/s1z93dncq6lyre2s8v51.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 368, "location": "Ottawa, ON", "screen_name": "deedubs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Dan Williams", "profile_use_background_image": false, "description": "JavaScript, Site Reliability Engineer. Senior developer at @keatonrow", "url": "http://t.co/Jo9kwa5p7q", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638672882290266112/ufp3Vfqz_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jan 14 19:02:08 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638672882290266112/ufp3Vfqz_normal.jpg", "favourites_count": 202, "status": {"retweet_count": 3, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685475894945792001", "id": 685475894945792001, "text": "Currently tying our shoes. Want early access? Follow for details.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:59:23 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685515370845749248", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "trytipjuice", "id_str": "3973986610", "id": 3973986610, "indices": [3, 15], "name": "TipJuice"}]}, "created_at": "Fri Jan 08 17:36:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685515370845749248, "text": "RT @trytipjuice: Currently tying our shoes. Want early access? Follow for details.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 238257944, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/601132773/s1z93dncq6lyre2s8v51.jpeg", "statuses_count": 3109, "profile_banner_url": "https://pbs.twimg.com/profile_banners/238257944/1422636454", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "11395", "following": false, "friends_count": 163, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stpeter.im", "url": "https://t.co/9DJjN5mx49", "expanded_url": "https://stpeter.im/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 1986, "location": "Parker, Colorado, USA", "screen_name": "stpeter", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 130, "name": "Peter Saint-Andre", "profile_use_background_image": true, "description": "Technologist. Musician. Philosopher. CTO with @andyet.", "url": "https://t.co/9DJjN5mx49", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494848536710619136/BaEAuasq_normal.png", "profile_background_color": "9AE4E8", "created_at": "Fri Nov 03 18:45:57 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494848536710619136/BaEAuasq_normal.png", "favourites_count": 1761, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684856883530760192", "id": 684856883530760192, "text": "Too many chars, my dear Twitter!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 21:59:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 11395, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3918, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "8446052", "following": false, "friends_count": 539, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 625, "location": "WA", "screen_name": "hjon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 80, "name": "Jon Hjelle", "profile_use_background_image": true, "description": "iOS Developer at &yet (@andyet). I work on @usetalky.", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/34548232/5-3-03_020_1_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Aug 26 19:13:41 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/34548232/5-3-03_020_1_normal.jpg", "favourites_count": 323, "status": {"in_reply_to_status_id": 678996154445508608, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Gautam_Pratik", "in_reply_to_user_id": 355311539, "in_reply_to_status_id_str": "678996154445508608", "in_reply_to_user_id_str": "355311539", "truncated": false, "id_str": "679080894615851008", "id": 679080894615851008, "text": "@Gautam_Pratik Not really. Brought it to a shop and they could only narrow it down to logic board or video card.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Gautam_Pratik", "id_str": "355311539", "id": 355311539, "indices": [0, 14], "name": "Pratik Gautam"}]}, "created_at": "Mon Dec 21 23:27:56 +0000 2015", "source": "Twitterrific", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8446052, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 3091, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18076186", "following": false, "friends_count": 93, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "maltson.com", "url": "https://t.co/CAoihOvU1e", "expanded_url": "http://maltson.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 264, "location": "Toronto, Canada", "screen_name": "amaltson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "Arthur Maltson", "profile_use_background_image": true, "description": "Husband and father of two wonderful daughters. Practicing DevOps during the day and DadOps at night.", "url": "https://t.co/CAoihOvU1e", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1213346750/arthur_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Dec 12 13:50:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1213346750/arthur_normal.jpg", "favourites_count": 1587, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685529684633882624", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/joshuajenkins/\u2026", "url": "https://t.co/YeGEHah4r8", "expanded_url": "https://twitter.com/joshuajenkins/status/685166119573848064", "indices": [17, 40]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:33:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685529684633882624, "text": "This is awesome! https://t.co/YeGEHah4r8", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 18076186, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 8716, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "10886832", "following": false, "friends_count": 722, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nerderati.com", "url": "http://t.co/lhQToqxP8q", "expanded_url": "http://nerderati.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2699971/eqns1.jpg", "notifications": false, "profile_sidebar_fill_color": "A0A0A0", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 2495, "location": "iPhone: 45.522545,-73.593346", "screen_name": "jperras", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 242, "name": "Jo\u00ebl Perras", "profile_use_background_image": true, "description": "I'm a physicist turned web dev, and a partner at @FictiveKin.\n\nOSI Layer 8 enthusiast.", "url": "http://t.co/lhQToqxP8q", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/576168271096868864/mpIZKKDZ_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Dec 05 22:56:35 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "787878", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/576168271096868864/mpIZKKDZ_normal.jpeg", "favourites_count": 1942, "status": {"retweet_count": 15, "retweeted_status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607398036344832", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 577, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPES2ZWwAA8t61.jpg", "type": "photo", "indices": [115, 138], "media_url": "http://pbs.twimg.com/media/CYPES2ZWwAA8t61.jpg", "display_url": "pic.twitter.com/Bm16PNTLPf", "id_str": "685607396408999936", "expanded_url": "http://twitter.com/vanschneider/status/685607398036344832/photo/1", "id": 685607396408999936, "url": "https://t.co/Bm16PNTLPf"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:41:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607398036344832, "text": "\u201c$9.99 for a paid music streaming service is too expensive for me.\u201d - This is what americans spend their money on. https://t.co/Bm16PNTLPf", "coordinates": null, "retweeted": false, "favorite_count": 21, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608068869144580", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 577, "resize": "fit"}}, "source_status_id_str": "685607398036344832", "media_url": "http://pbs.twimg.com/media/CYPES2ZWwAA8t61.jpg", "source_user_id_str": "18971006", "id_str": "685607396408999936", "id": 685607396408999936, "media_url_https": "https://pbs.twimg.com/media/CYPES2ZWwAA8t61.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685607398036344832, "source_user_id": 18971006, "display_url": "pic.twitter.com/Bm16PNTLPf", "expanded_url": "http://twitter.com/vanschneider/status/685607398036344832/photo/1", "url": "https://t.co/Bm16PNTLPf"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "vanschneider", "id_str": "18971006", "id": 18971006, "indices": [3, 16], "name": "Tobias van Schneider"}]}, "created_at": "Fri Jan 08 23:44:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608068869144580, "text": "RT @vanschneider: \u201c$9.99 for a paid music streaming service is too expensive for me.\u201d - This is what americans spend their money on. https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 10886832, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2699971/eqns1.jpg", "statuses_count": 17412, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10886832/1426204332", "is_translator": false}, {"time_zone": "America/New_York", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "262289144", "following": false, "friends_count": 349, "entities": {"description": {"urls": [{"display_url": "linkedin.com/in/devopsto", "url": "http://t.co/Aciv0cPnM8", "expanded_url": "http://linkedin.com/in/devopsto", "indices": [76, 98]}]}, "url": {"urls": [{"display_url": "stevepereira.ca", "url": "http://t.co/Bxf9OuOiuu", "expanded_url": "http://stevepereira.ca", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 894, "location": "Toronto", "screen_name": "SteveElsewhere", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 90, "name": "Steve Pereira", "profile_use_background_image": false, "description": "@Statflo CTO - Teammate - Software Delivery / Systems Engineer - DevOps fan http://t.co/Aciv0cPnM8", "url": "http://t.co/Bxf9OuOiuu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659417434303008768/Xqy2RBHD_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Mar 07 19:21:27 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659417434303008768/Xqy2RBHD_normal.jpg", "favourites_count": 2948, "status": {"in_reply_to_status_id": 684923946261712897, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mferrier", "in_reply_to_user_id": 12979942, "in_reply_to_status_id_str": "684923946261712897", "in_reply_to_user_id_str": "12979942", "truncated": false, "id_str": "684931694034485248", "id": 684931694034485248, "text": "@mferrier so ready for the robots to step in on this...", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mferrier", "id_str": "12979942", "id": 12979942, "indices": [0, 9], "name": "Mike Ferrier"}]}, "created_at": "Thu Jan 07 02:56:55 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 262289144, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 3064, "profile_banner_url": "https://pbs.twimg.com/profile_banners/262289144/1449646593", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "22066036", "following": false, "friends_count": 365, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 532, "location": "Brooklyn, NY", "screen_name": "techbint", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 53, "name": "Lisa van Gelder", "profile_use_background_image": true, "description": "Software developer, coffee lover", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/85150644/Photo_4_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Feb 26 21:38:09 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/85150644/Photo_4_normal.jpg", "favourites_count": 160, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684907534742765569", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mic.com/articles/13186\u2026", "url": "https://t.co/KbI0Gpso30", "expanded_url": "http://mic.com/articles/131861/silicon-valley-is-lying-to-you-about-economic-inequality#.WkIEmAark", "indices": [73, 96]}], "hashtags": [], "user_mentions": [{"screen_name": "JackSmithIV", "id_str": "27306129", "id": 27306129, "indices": [60, 72], "name": "Jack Smith IV"}, {"screen_name": "micnews", "id_str": "139909832", "id": 139909832, "indices": [101, 109], "name": "Mic"}]}, "created_at": "Thu Jan 07 01:20:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684907534742765569, "text": "Silicon Valley Is Lying to You About Economic Inequality by @jacksmithiv https://t.co/KbI0Gpso30 via @MicNews", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684911569151639554", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mic.com/articles/13186\u2026", "url": "https://t.co/KbI0Gpso30", "expanded_url": "http://mic.com/articles/131861/silicon-valley-is-lying-to-you-about-economic-inequality#.WkIEmAark", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "harper", "id_str": "1497", "id": 1497, "indices": [3, 10], "name": "harper"}, {"screen_name": "JackSmithIV", "id_str": "27306129", "id": 27306129, "indices": [72, 84], "name": "Jack Smith IV"}, {"screen_name": "micnews", "id_str": "139909832", "id": 139909832, "indices": [113, 121], "name": "Mic"}]}, "created_at": "Thu Jan 07 01:36:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684911569151639554, "text": "RT @harper: Silicon Valley Is Lying to You About Economic Inequality by @jacksmithiv https://t.co/KbI0Gpso30 via @MicNews", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 22066036, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2450, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "38389571", "following": false, "friends_count": 111, "entities": {"description": {"urls": [{"display_url": "gingerhq.com", "url": "https://t.co/70QKPxW52X", "expanded_url": "https://gingerhq.com", "indices": [42, 65]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 578, "location": "Steamboat Springs, Colorado", "screen_name": "ipmb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Peter Baumgartner", "profile_use_background_image": true, "description": "Founder at Lincoln Loop, maker of Ginger (https://t.co/70QKPxW52X). Lover of family, surfing, skiing, kayaking, and mountain biking.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/533293012156051456/kwGzVRnY_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu May 07 07:16:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/533293012156051456/kwGzVRnY_normal.png", "favourites_count": 382, "status": {"in_reply_to_status_id": 679676778013704192, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "montylounge", "in_reply_to_user_id": 34617218, "in_reply_to_status_id_str": "679676778013704192", "in_reply_to_user_id_str": "34617218", "truncated": false, "id_str": "679733605413695488", "id": 679733605413695488, "text": "@montylounge second the recommendation of an inexpensive laster printer", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "montylounge", "id_str": "34617218", "id": 34617218, "indices": [0, 12], "name": "Kevin Fricovsky"}]}, "created_at": "Wed Dec 23 18:41:35 +0000 2015", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 38389571, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 745, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "46082263", "following": false, "friends_count": 21, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jeskecompany.com", "url": "http://t.co/wvNxsWx69d", "expanded_url": "http://jeskecompany.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "336699", "geo_enabled": true, "followers_count": 574, "location": "Neenah, WI, USA", "screen_name": "geekles", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Shawn Hansen", "profile_use_background_image": false, "description": "Ecommerce at The Jeske Company.", "url": "http://t.co/wvNxsWx69d", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649964839545106432/6mvYsAtT_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Jun 10 10:29:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649964839545106432/6mvYsAtT_normal.jpg", "favourites_count": 350, "status": {"in_reply_to_status_id": 578926689046142978, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jaffathecake", "in_reply_to_user_id": 15390783, "in_reply_to_status_id_str": "578926689046142978", "in_reply_to_user_id_str": "15390783", "truncated": false, "id_str": "578927048963567617", "id": 578927048963567617, "text": "@jaffathecake That a great name for a character in a book.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jaffathecake", "id_str": "15390783", "id": 15390783, "indices": [0, 13], "name": "Jake Archibald"}]}, "created_at": "Fri Mar 20 14:32:19 +0000 2015", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 46082263, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7120, "profile_banner_url": "https://pbs.twimg.com/profile_banners/46082263/1427672701", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "159822053", "following": false, "friends_count": 154, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 8289, "location": "Portland, OR", "screen_name": "kelseyhightower", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 366, "name": "Kelsey Hightower", "profile_use_background_image": true, "description": "Containers. Kubernetes. Golang", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/498800179206578177/5VBrlADU_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jun 26 12:24:45 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/498800179206578177/5VBrlADU_normal.jpeg", "favourites_count": 4396, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685613533107630080", "id": 685613533107630080, "text": "Details still to come, but looks like we\u2019ve locked in @kelseyhightower for the next Nike Tech Talk on 2/11! ;~)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kelseyhightower", "id_str": "159822053", "id": 159822053, "indices": [54, 70], "name": "Kelsey Hightower"}]}, "created_at": "Sat Jan 09 00:06:19 +0000 2016", "source": "TweetDeck", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685613575885303808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tlockney", "id_str": "1941471", "id": 1941471, "indices": [3, 12], "name": "Thomas Lockney"}, {"screen_name": "kelseyhightower", "id_str": "159822053", "id": 159822053, "indices": [68, 84], "name": "Kelsey Hightower"}]}, "created_at": "Sat Jan 09 00:06:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613575885303808, "text": "RT @tlockney: Details still to come, but looks like we\u2019ve locked in @kelseyhightower for the next Nike Tech Talk on 2/11! ;~)", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 159822053, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8775, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1974059004", "following": false, "friends_count": 217, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 495, "location": "", "screen_name": "HCornflower", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Philipp Hancke", "profile_use_background_image": true, "description": "doing things webrtc @tokbox", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000644644201/35b0d0ee5b74d7c7328da661b201c03b_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Oct 20 06:34:42 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000644644201/35b0d0ee5b74d7c7328da661b201c03b_normal.png", "favourites_count": 1314, "status": {"in_reply_to_status_id": 685130192780673024, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "feross", "in_reply_to_user_id": 15692193, "in_reply_to_status_id_str": "685130192780673024", "in_reply_to_user_id_str": "15692193", "truncated": false, "id_str": "685329496153669632", "id": 685329496153669632, "text": "@feross always stay close to the person with the gun. And make sure you know how a reindeer looks.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "feross", "id_str": "15692193", "id": 15692193, "indices": [0, 7], "name": "Feross"}]}, "created_at": "Fri Jan 08 05:17:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1974059004, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1116, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1974059004/1424759180", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2554691999", "following": false, "friends_count": 82, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/stongo", "url": "https://t.co/2z4msjYUJ6", "expanded_url": "http://github.com/stongo", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 72, "location": "Canada", "screen_name": "stongops", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Stongsy", "profile_use_background_image": true, "description": "DevOps Engineer at @andyet", "url": "https://t.co/2z4msjYUJ6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648714602805596160/vsEJr0zP_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue May 20 00:38:58 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648714602805596160/vsEJr0zP_normal.jpg", "favourites_count": 113, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681684681281146880", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 597, "resize": "fit"}, "medium": {"w": 600, "h": 349, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 198, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXXUl62WcAAWgdj.jpg", "type": "photo", "indices": [33, 56], "media_url": "http://pbs.twimg.com/media/CXXUl62WcAAWgdj.jpg", "display_url": "pic.twitter.com/z5N3NrcofS", "id_str": "681684666533965824", "expanded_url": "http://twitter.com/stongops/status/681684681281146880/photo/1", "id": 681684666533965824, "url": "https://t.co/z5N3NrcofS"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 29 03:54:27 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681684681281146880, "text": "Say no to drugs and yes to Jenga https://t.co/z5N3NrcofS", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2554691999, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 74, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2554691999/1441495963", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "798920833", "following": false, "friends_count": 891, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 147, "location": "Canada", "screen_name": "idleinca", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Luke Tymowski", "profile_use_background_image": true, "description": "Sysadmin", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/490270588141711362/Dy_HyNvs_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Sep 02 19:40:45 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/490270588141711362/Dy_HyNvs_normal.jpeg", "favourites_count": 2, "status": {"retweet_count": 42, "retweeted_status": {"retweet_count": 42, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684772419693862912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/tech-policy/20\u2026", "url": "https://t.co/AO5ZeQnHQ8", "expanded_url": "http://arstechnica.com/tech-policy/2016/01/dutch-government-encryption-good-backdoors-bad/", "indices": [49, 72]}], "hashtags": [], "user_mentions": [{"screen_name": "glynmoody", "id_str": "18525497", "id": 18525497, "indices": [76, 86], "name": "Glyn Moody"}]}, "created_at": "Wed Jan 06 16:24:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684772419693862912, "text": "Dutch government: Encryption good, backdoors bad https://t.co/AO5ZeQnHQ8 by @glynmoody", "coordinates": null, "retweeted": false, "favorite_count": 29, "contributors": null, "source": "Ars tweetbot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684772945659428864", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "arstechnica.com/tech-policy/20\u2026", "url": "https://t.co/AO5ZeQnHQ8", "expanded_url": "http://arstechnica.com/tech-policy/2016/01/dutch-government-encryption-good-backdoors-bad/", "indices": [66, 89]}], "hashtags": [], "user_mentions": [{"screen_name": "arstechnica", "id_str": "717313", "id": 717313, "indices": [3, 15], "name": "Ars Technica"}, {"screen_name": "glynmoody", "id_str": "18525497", "id": 18525497, "indices": [93, 103], "name": "Glyn Moody"}]}, "created_at": "Wed Jan 06 16:26:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684772945659428864, "text": "RT @arstechnica: Dutch government: Encryption good, backdoors bad https://t.co/AO5ZeQnHQ8 by @glynmoody", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 798920833, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3569, "profile_banner_url": "https://pbs.twimg.com/profile_banners/798920833/1407726620", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "40994489", "following": false, "friends_count": 929, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kristofferpantic.com", "url": "http://t.co/jLZ3EXpJSR", "expanded_url": "http://www.kristofferpantic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 477, "location": "Barcelona, Spain ", "screen_name": "kpantic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Kristoffer Pantic", "profile_use_background_image": true, "description": "VPoE of @talpor_ve, Computer Engineer from Venezuela currently living in Barcelona, USB and CMU-SV alumni.", "url": "http://t.co/jLZ3EXpJSR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/646076438693715968/NWYnZRuZ_normal.jpg", "profile_background_color": "022330", "created_at": "Mon May 18 23:06:56 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/646076438693715968/NWYnZRuZ_normal.jpg", "favourites_count": 177, "status": {"retweet_count": 798, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 798, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "677982650481553408", "id": 677982650481553408, "text": "Step one:\n$ git remote rename origin jedi\n\nStep two:\n$ git push --force jedi master\n\nStep three:\n\ud83c\udf89\ud83c\udf89\ud83c\udf89Profit \ud83c\udf89\ud83c\udf89\ud83c\udf89", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 18 22:43:54 +0000 2015", "source": "Twitter Web Client", "favorite_count": 614, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "678277444319735809", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thealphanerd", "id_str": "150664007", "id": 150664007, "indices": [3, 16], "name": "Make Fyles"}]}, "created_at": "Sat Dec 19 18:15:19 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678277444319735809, "text": "RT @thealphanerd: Step one:\n$ git remote rename origin jedi\n\nStep two:\n$ git push --force jedi master\n\nStep three:\n\ud83c\udf89\ud83c\udf89\ud83c\udf89Profit \ud83c\udf89\ud83c\udf89\ud83c\udf89", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 40994489, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 8731, "profile_banner_url": "https://pbs.twimg.com/profile_banners/40994489/1370318379", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "263981412", "following": false, "friends_count": 827, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 65, "location": "", "screen_name": "jfer0501", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "John Ferris", "profile_use_background_image": true, "description": "Die Hard Red Sox Fan, Software Engineer, Punk Rock lover", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/412057714311696385/fS2QIp7p_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 11 03:13:12 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/412057714311696385/fS2QIp7p_normal.jpeg", "favourites_count": 39, "status": {"retweet_count": 15689, "retweeted_status": {"retweet_count": 15689, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685210402578382848", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "large": {"w": 1024, "h": 768, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJbOwpWMAEx_mo.jpg", "type": "photo", "indices": [68, 91], "media_url": "http://pbs.twimg.com/media/CYJbOwpWMAEx_mo.jpg", "display_url": "pic.twitter.com/SS8gp4WHAF", "id_str": "685210402448355329", "expanded_url": "http://twitter.com/Fallout/status/685210402578382848/photo/1", "id": 685210402448355329, "url": "https://t.co/SS8gp4WHAF"}], "symbols": [], "urls": [], "hashtags": [{"text": "NationalBobbleheadDay", "indices": [5, 27]}], "user_mentions": []}, "created_at": "Thu Jan 07 21:24:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685210402578382848, "text": "It's #NationalBobbleheadDay ! RT & follow for a chance to win ! https://t.co/SS8gp4WHAF", "coordinates": null, "retweeted": false, "favorite_count": 4608, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685247198079152128", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "large": {"w": 1024, "h": 768, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "source_status_id_str": "685210402578382848", "media_url": "http://pbs.twimg.com/media/CYJbOwpWMAEx_mo.jpg", "source_user_id_str": "112511880", "id_str": "685210402448355329", "id": 685210402448355329, "media_url_https": "https://pbs.twimg.com/media/CYJbOwpWMAEx_mo.jpg", "type": "photo", "indices": [81, 104], "source_status_id": 685210402578382848, "source_user_id": 112511880, "display_url": "pic.twitter.com/SS8gp4WHAF", "expanded_url": "http://twitter.com/Fallout/status/685210402578382848/photo/1", "url": "https://t.co/SS8gp4WHAF"}], "symbols": [], "urls": [], "hashtags": [{"text": "NationalBobbleheadDay", "indices": [18, 40]}], "user_mentions": [{"screen_name": "Fallout", "id_str": "112511880", "id": 112511880, "indices": [3, 11], "name": "Fallout"}]}, "created_at": "Thu Jan 07 23:50:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685247198079152128, "text": "RT @Fallout: It's #NationalBobbleheadDay ! RT & follow for a chance to win ! https://t.co/SS8gp4WHAF", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 263981412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 494, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2224090597", "following": false, "friends_count": 339, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "travisallan.com", "url": "http://t.co/4AeECnyJpu", "expanded_url": "http://travisallan.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/513158005743833088/SPlg2CPJ.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2196AD", "geo_enabled": false, "followers_count": 125, "location": "Vancouver", "screen_name": "travis_eh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Travis Allan", "profile_use_background_image": true, "description": "Advocate of the impossible for a telco that employs animals.", "url": "http://t.co/4AeECnyJpu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000813579626/cdec533dbb73630947f99801e7d81c22_normal.jpeg", "profile_background_color": "F0F0F0", "created_at": "Sun Dec 01 02:46:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000813579626/cdec533dbb73630947f99801e7d81c22_normal.jpeg", "favourites_count": 56, "status": {"retweet_count": 4, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "665551119477833728", "id": 665551119477833728, "text": "At #fstoconf15 today? Come visit us and learn about our stack", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "fstoconf15", "indices": [3, 14]}], "user_mentions": []}, "created_at": "Sat Nov 14 15:25:26 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "665625579148840960", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "fstoconf15", "indices": [21, 32]}], "user_mentions": [{"screen_name": "telusdigital", "id_str": "3023244921", "id": 3023244921, "indices": [3, 16], "name": "TELUS digital"}]}, "created_at": "Sat Nov 14 20:21:19 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 665625579148840960, "text": "RT @telusdigital: At #fstoconf15 today? Come visit us and learn about our stack", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2224090597, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/513158005743833088/SPlg2CPJ.png", "statuses_count": 271, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2224090597/1411181499", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "85646316", "following": false, "friends_count": 1421, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "elliotmurphy.com", "url": "http://t.co/gFsRT6JJs8", "expanded_url": "http://elliotmurphy.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": false, "followers_count": 660, "location": "portland, maine", "screen_name": "sstatik", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 53, "name": "Elliot Murphy", "profile_use_background_image": true, "description": "Please may I drive your boat?", "url": "http://t.co/gFsRT6JJs8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2349367231/003E1A1D-CEC9-44F0-9C43-694D34CFC754_normal", "profile_background_color": "EBEBEB", "created_at": "Tue Oct 27 19:50:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2349367231/003E1A1D-CEC9-44F0-9C43-694D34CFC754_normal", "favourites_count": 2874, "status": {"retweet_count": 54, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 54, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685196271745814528", "id": 685196271745814528, "text": "If you take any security system with a backdoor, you can make it more secure by removing the backdoor. \n\nWe can call this \"The eek! Law\".", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:28:16 +0000 2016", "source": "Twitter for Android", "favorite_count": 49, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685473533502205952", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "eqe", "id_str": "16076004", "id": 16076004, "indices": [3, 7], "name": "@eqe (Andy Isaacson)"}]}, "created_at": "Fri Jan 08 14:50:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685473533502205952, "text": "RT @eqe: If you take any security system with a backdoor, you can make it more secure by removing the backdoor. \n\nWe can call this \"The eek\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 85646316, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 3671, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11944492", "following": false, "friends_count": 394, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 288, "location": "phila", "screen_name": "cmerrick", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "cmerrick", "profile_use_background_image": true, "description": "engineer at RJMetrics", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3591779491/caaf951d2f1aa3d8f11b3dc0e9341db3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jan 07 14:36:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3591779491/caaf951d2f1aa3d8f11b3dc0e9341db3_normal.jpeg", "favourites_count": 31, "status": {"in_reply_to_status_id": 682691595167088640, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "bengarvey", "in_reply_to_user_id": 3732861, "in_reply_to_status_id_str": "682691595167088640", "in_reply_to_user_id_str": "3732861", "truncated": false, "id_str": "682771670688481280", "id": 682771670688481280, "text": "@bengarvey impressive reverse engineering of the Windows 3.1 screen saver", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bengarvey", "id_str": "3732861", "id": 3732861, "indices": [0, 10], "name": "Ben Garvey"}]}, "created_at": "Fri Jan 01 03:53:46 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 11944492, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 547, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7221", "following": false, "friends_count": 1654, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkd.in/A2n01d", "url": "https://t.co/Bu1B67OyHy", "expanded_url": "http://linkd.in/A2n01d", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 465, "location": "santa monica, california", "screen_name": "arnold", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "Arnold", "profile_use_background_image": false, "description": "lucky to have @annamau @dylanskye_ @sydneydani_. data engineer at startup game company. fauxtographer. completed sweltering @lamarathon 2015. @playoverwatch nub", "url": "https://t.co/Bu1B67OyHy", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1880208035/164_21258363192_647538192_398945_620_n_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Sep 29 06:52:48 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1880208035/164_21258363192_647538192_398945_620_n_normal.jpg", "favourites_count": 6233, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685605870445543424", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 576, "h": 1024, "resize": "fit"}, "small": {"w": 340, "h": 604, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 576, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPC5qWUQAEaw_h.jpg", "type": "photo", "indices": [35, 58], "media_url": "http://pbs.twimg.com/media/CYPC5qWUQAEaw_h.jpg", "display_url": "pic.twitter.com/khl1CZNC1z", "id_str": "685605864166670337", "expanded_url": "http://twitter.com/arnold/status/685605870445543424/photo/1", "id": 685605864166670337, "url": "https://t.co/khl1CZNC1z"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:35:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [34.03107017, -118.4406039], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/96683cc9126741d1.json", "country": "United States", "attributes": {}, "place_type": "country", "bounding_box": {"coordinates": [[[-179.231086, 13.182335], [179.859685, 13.182335], [179.859685, 71.434357], [-179.231086, 71.434357]]], "type": "Polygon"}, "full_name": "United States", "contained_within": [], "country_code": "US", "id": "96683cc9126741d1", "name": "United States"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685605870445543424, "text": "$800M lottery jackpot in the US. \ud83e\udd11 https://t.co/khl1CZNC1z", "coordinates": {"coordinates": [-118.4406039, 34.03107017], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 7221, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 38100, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7221/1427384184", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "Off-Beat Linux guru and Devops Nerd. Fan of bourbon, glass blowing, hardware hacking, hackerspaces, and moonshine. Open Source is my soul...", "url": "http://t.co/igc3tRJ0HH", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14459170", "profile_image_url": "http://pbs.twimg.com/profile_images/1852779298/dMCdH_normal.jpg", "friends_count": 329, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ianwilson.org", "url": "http://t.co/igc3tRJ0HH", "expanded_url": "http://ianwilson.org/", "indices": [0, 22]}]}}, "profile_background_color": "131516", "created_at": "Mon Apr 21 06:50:05 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 8834, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1852779298/dMCdH_normal.jpg", "favourites_count": 80, "listed_count": 10, "geo_enabled": true, "follow_request_sent": false, "followers_count": 228, "following": false, "default_profile_image": false, "id": 14459170, "blocked_by": false, "name": "Ian WIlson", "location": "Midwest", "screen_name": "uid0", "profile_background_tile": true, "notifications": false, "utc_offset": -18000, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "America/Los_Angeles", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "641953", "following": false, "friends_count": 345, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ctbfourone.tumblr.com", "url": "https://t.co/CyH7vIb6zb", "expanded_url": "http://ctbfourone.tumblr.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000106779969/fa6f934b0bf864af6d2d91af83a7c7df.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "333355", "geo_enabled": true, "followers_count": 908, "location": "Portland", "screen_name": "ctb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "Chris Brentano", "profile_use_background_image": true, "description": "Network engineer, @simple.", "url": "https://t.co/CyH7vIb6zb", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579870117539889152/9smPEoNX_normal.jpg", "profile_background_color": "411D59", "created_at": "Tue Jan 16 00:34:47 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579870117539889152/9smPEoNX_normal.jpg", "favourites_count": 3767, "status": {"retweet_count": 10, "retweeted_status": {"retweet_count": 10, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685215854473023488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "gimmethelute.com", "url": "https://t.co/5URNe0xQPk", "expanded_url": "http://www.gimmethelute.com/", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 21:46:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685215854473023488, "text": "Hi! Need a brand/communications person? Get in touch! https://t.co/5URNe0xQPk", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685237534339641344", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "gimmethelute.com", "url": "https://t.co/5URNe0xQPk", "expanded_url": "http://www.gimmethelute.com/", "indices": [72, 95]}], "hashtags": [], "user_mentions": [{"screen_name": "EffingBoring", "id_str": "6613122", "id": 6613122, "indices": [3, 16], "name": "I. Ron Butterfly"}]}, "created_at": "Thu Jan 07 23:12:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685237534339641344, "text": "RT @EffingBoring: Hi! Need a brand/communications person? Get in touch! https://t.co/5URNe0xQPk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 641953, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000106779969/fa6f934b0bf864af6d2d91af83a7c7df.png", "statuses_count": 8904, "profile_banner_url": "https://pbs.twimg.com/profile_banners/641953/1427086815", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "139871207", "following": false, "friends_count": 509, "entities": {"description": {"urls": [{"display_url": "pronoun.is/he/him", "url": "https://t.co/6bo52FY7b4", "expanded_url": "http://pronoun.is/he/him", "indices": [124, 147]}]}, "url": {"urls": [{"display_url": "joefriedl.net", "url": "https://t.co/YxMmpW1FzG", "expanded_url": "http://joefriedl.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/98426108/darksgrey.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 103, "location": "Queens, NY", "screen_name": "joefriedl", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "grampajoe \u02c1\u02d9\u02df\u02d9\u02c0", "profile_use_background_image": true, "description": "I hook computers up to other computers so they do a thing. Sometimes I put computers inside of other computers, it's weird. https://t.co/6bo52FY7b4", "url": "https://t.co/YxMmpW1FzG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/416290524027314176/Lm3CGt_y_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon May 03 22:53:02 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/416290524027314176/Lm3CGt_y_normal.png", "favourites_count": 2843, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608016872390658", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 460, "resize": "fit"}, "medium": {"w": 600, "h": 813, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1388, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPE1C-WwAIDi6X.jpg", "type": "photo", "indices": [16, 39], "media_url": "http://pbs.twimg.com/media/CYPE1C-WwAIDi6X.jpg", "display_url": "pic.twitter.com/1x2J9xwUx2", "id_str": "685607983900966914", "expanded_url": "http://twitter.com/OminousZoom/status/685608016872390658/photo/1", "id": 685607983900966914, "url": "https://t.co/1x2J9xwUx2"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:44:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608016872390658, "text": "*hissing* zooom https://t.co/1x2J9xwUx2", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Ominous Zoom"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608719627988992", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 460, "resize": "fit"}, "medium": {"w": 600, "h": 813, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1388, "resize": "fit"}}, "source_status_id_str": "685608016872390658", "media_url": "http://pbs.twimg.com/media/CYPE1C-WwAIDi6X.jpg", "source_user_id_str": "3997848915", "id_str": "685607983900966914", "id": 685607983900966914, "media_url_https": "https://pbs.twimg.com/media/CYPE1C-WwAIDi6X.jpg", "type": "photo", "indices": [33, 56], "source_status_id": 685608016872390658, "source_user_id": 3997848915, "display_url": "pic.twitter.com/1x2J9xwUx2", "expanded_url": "http://twitter.com/OminousZoom/status/685608016872390658/photo/1", "url": "https://t.co/1x2J9xwUx2"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "OminousZoom", "id_str": "3997848915", "id": 3997848915, "indices": [3, 15], "name": "Ominous Zoom"}]}, "created_at": "Fri Jan 08 23:47:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608719627988992, "text": "RT @OminousZoom: *hissing* zooom https://t.co/1x2J9xwUx2", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 139871207, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/98426108/darksgrey.png", "statuses_count": 8509, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139871207/1389745051", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6645822", "following": false, "friends_count": 854, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3330406/future.jpg", "notifications": false, "profile_sidebar_fill_color": "ABABAB", "profile_link_color": "363636", "geo_enabled": true, "followers_count": 245, "location": "", "screen_name": "theshah", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Oh. It's -- oh.", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/527670702313197568/vsg1S1d5_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Thu Jun 07 17:21:53 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "424242", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/527670702313197568/vsg1S1d5_normal.jpeg", "favourites_count": 1141, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "647626954821267457", "id": 647626954821267457, "text": "Wow @doordashBayArea is terrible! First time ordering and after 80 minutes they forgot to send a driver to get my order. Wont use them again", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "doordashBayArea", "id_str": "2741484955", "id": 2741484955, "indices": [4, 20], "name": "DoorDash Bay Area"}]}, "created_at": "Sat Sep 26 04:21:13 +0000 2015", "source": "Mobile Web (M5)", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6645822, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3330406/future.jpg", "statuses_count": 1210, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "687123", "following": false, "friends_count": 398, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rc3.org", "url": "http://t.co/hkwKKv3bud", "expanded_url": "http://rc3.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/561384715/threadlesssolitarydream_653_163260.jpg", "notifications": false, "profile_sidebar_fill_color": "05132C", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 1847, "location": "", "screen_name": "rafeco", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 113, "name": "Rafe", "profile_use_background_image": true, "description": "Programmer, writer, curious person. Manager of the @etsy Data Engineering team.", "url": "http://t.co/hkwKKv3bud", "profile_text_color": "004A86", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1539376994/rafe_normal.jpg", "profile_background_color": "0B1933", "created_at": "Tue Jan 23 16:17:35 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "043C6E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1539376994/rafe_normal.jpg", "favourites_count": 660, "status": {"retweet_count": 33, "retweeted_status": {"retweet_count": 33, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684872357425614850", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/careers/job/oC\u2026", "url": "https://t.co/exx7H2tdnF", "expanded_url": "https://www.etsy.com/careers/job/oCHh2fwm", "indices": [94, 117]}], "hashtags": [{"text": "devops", "indices": [133, 140]}], "user_mentions": [{"screen_name": "mrembetsy", "id_str": "20456848", "id": 20456848, "indices": [122, 132], "name": "Michael Rembetsy"}]}, "created_at": "Wed Jan 06 23:01:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684872357425614850, "text": "Hey everyone - we're hiring an engineering manager for Production Operations at Etsy! Dig it: https://t.co/exx7H2tdnF /cc @mrembetsy #devops", "coordinates": null, "retweeted": false, "favorite_count": 21, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685238827812843520", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "etsy.com/careers/job/oC\u2026", "url": "https://t.co/exx7H2tdnF", "expanded_url": "https://www.etsy.com/careers/job/oCHh2fwm", "indices": [107, 130]}], "hashtags": [{"text": "devops", "indices": [139, 140]}], "user_mentions": [{"screen_name": "allspaw", "id_str": "13378422", "id": 13378422, "indices": [3, 11], "name": "John Allspaw"}, {"screen_name": "mrembetsy", "id_str": "20456848", "id": 20456848, "indices": [135, 140], "name": "Michael Rembetsy"}]}, "created_at": "Thu Jan 07 23:17:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685238827812843520, "text": "RT @allspaw: Hey everyone - we're hiring an engineering manager for Production Operations at Etsy! Dig it: https://t.co/exx7H2tdnF /cc @mre\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 687123, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/561384715/threadlesssolitarydream_653_163260.jpg", "statuses_count": 13035, "profile_banner_url": "https://pbs.twimg.com/profile_banners/687123/1379168349", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13124352", "following": false, "friends_count": 736, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000040654748/2abf079c6bc80f94080246a6a2f3b71a.jpeg", "notifications": false, "profile_sidebar_fill_color": "918B8A", "profile_link_color": "500B10", "geo_enabled": true, "followers_count": 471, "location": "Portland, OR", "screen_name": "todd534", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 35, "name": "Todd Johnson", "profile_use_background_image": true, "description": "It\u2019s not all \u201cScala is terrible\u201d; some people are trying to Lead Thoughts\u2122 out here.", "url": null, "profile_text_color": "3A3C34", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551558279311011841/BsYtdAZi_normal.jpeg", "profile_background_color": "121704", "created_at": "Wed Feb 06 00:38:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551558279311011841/BsYtdAZi_normal.jpeg", "favourites_count": 7218, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/ac88a4f17a51c7fc.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.7900653, 45.421863], [-122.471751, 45.421863], [-122.471751, 45.6509405], [-122.7900653, 45.6509405]]], "type": "Polygon"}, "full_name": "Portland, OR", "contained_within": [], "country_code": "US", "id": "ac88a4f17a51c7fc", "name": "Portland"}, "in_reply_to_screen_name": "jtowle", "in_reply_to_user_id": 17889641, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "17889641", "truncated": false, "id_str": "685564613488803840", "id": 685564613488803840, "text": "@jtowle YOU STAY AWAY FROM OUR HR PEOPLE", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jtowle", "id_str": "17889641", "id": 17889641, "indices": [0, 7], "name": "Jeff Towle"}]}, "created_at": "Fri Jan 08 20:51:55 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13124352, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000040654748/2abf079c6bc80f94080246a6a2f3b71a.jpeg", "statuses_count": 4303, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13124352/1449964144", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14735036", "following": false, "friends_count": 447, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2515596/dad_and_beer_sm.jpg", "notifications": false, "profile_sidebar_fill_color": "BEBEBE", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 116, "location": "Lake County IL USA", "screen_name": "boomer812", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Chris Velkover", "profile_use_background_image": true, "description": "IT guy, mac devotee, erratic golfer, Cubs/Bears/Hawks fan, ILL-INI, Spoon!", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/554368442300518401/iSbywOnT_normal.jpeg", "profile_background_color": "3A3A3A", "created_at": "Sun May 11 16:57:56 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "585858", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/554368442300518401/iSbywOnT_normal.jpeg", "favourites_count": 415, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683450662852648960", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theintercept.com/2015/12/14/go-\u2026", "url": "https://t.co/e9vekFGdmB", "expanded_url": "https://theintercept.com/2015/12/14/go-see-the-big-short-right-now-and-then-read-this/", "indices": [50, 73]}], "hashtags": [{"text": "TheBigShort", "indices": [15, 27]}], "user_mentions": []}, "created_at": "Sun Jan 03 00:51:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683450662852648960, "text": "Really enjoyed #TheBigShort Pay attention people! https://t.co/e9vekFGdmB", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14735036, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2515596/dad_and_beer_sm.jpg", "statuses_count": 953, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14735036/1421007000", "is_translator": false}], "next_cursor": 1488977745323208956, "previous_cursor": -1489123720614746884, "previous_cursor_str": "-1489123720614746884", "next_cursor_str": "1488977745323208956"}python-twitter-3.3/testdata/get_friends_3.json000066400000000000000000023114761311017327200216320ustar00rootroot00000000000000{"users": [{"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10531662", "following": false, "friends_count": 523, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "limpet.net/mbrubeck/", "url": "http://t.co/zF0SkYBFhm", "expanded_url": "http://limpet.net/mbrubeck/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "83B35B", "geo_enabled": false, "followers_count": 1119, "location": "Seattle", "screen_name": "mbrubeck", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 88, "name": "Matt Brubeck", "profile_use_background_image": true, "description": "Research engineer and mobile developer for Mozilla", "url": "http://t.co/zF0SkYBFhm", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/610899809046650880/enYhwcmy_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sat Nov 24 19:23:51 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/610899809046650880/enYhwcmy_normal.jpg", "favourites_count": 639, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683859814271721473", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "large": {"w": 1024, "h": 1365, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 800, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX2O3mVUEAAK9wf.jpg", "type": "photo", "indices": [85, 108], "media_url": "http://pbs.twimg.com/media/CX2O3mVUEAAK9wf.jpg", "display_url": "pic.twitter.com/V1AYZunAw5", "id_str": "683859804264075264", "expanded_url": "http://twitter.com/mbrubeck/status/683859814271721473/photo/1", "id": 683859804264075264, "url": "https://t.co/V1AYZunAw5"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 03:57:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683859814271721473, "text": "Mini snowman made from the 1/16 inch of snow that fell at our house in Seattle today https://t.co/V1AYZunAw5", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 10531662, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 1651, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10531662/1431754919", "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "11113", "following": false, "friends_count": 3524, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "buzzfeed.com/tech", "url": "https://t.co/crMvYMZOqX", "expanded_url": "http://buzzfeed.com/tech", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/22152170/SF.jpg", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "40FF00", "geo_enabled": true, "followers_count": 72710, "location": "Frisco", "screen_name": "mat", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2448, "name": "mat", "profile_use_background_image": true, "description": "BuzzFeed San Francisco bureau chief. Alabama native. Californian.", "url": "https://t.co/crMvYMZOqX", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669550141502676992/Hc_MKaCj_normal.jpg", "profile_background_color": "BADFCD", "created_at": "Mon Oct 30 20:13:36 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "F2E195", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669550141502676992/Hc_MKaCj_normal.jpg", "favourites_count": 42452, "status": {"in_reply_to_status_id": 685597526301360129, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rrhoover", "in_reply_to_user_id": 14417215, "in_reply_to_status_id_str": "685597526301360129", "in_reply_to_user_id_str": "14417215", "truncated": false, "id_str": "685598266692534273", "id": 685598266692534273, "text": "@rrhoover I rage quit yesterday", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rrhoover", "id_str": "14417215", "id": 14417215, "indices": [0, 9], "name": "Ryan Hoover"}]}, "created_at": "Fri Jan 08 23:05:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 11113, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/22152170/SF.jpg", "statuses_count": 53749, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11113/1384888594", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "20478755", "following": false, "friends_count": 753, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "supermanscott.com", "url": "http://t.co/DthEIHnsjX", "expanded_url": "http://supermanscott.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": false, "followers_count": 771, "location": "San Francisco", "screen_name": "superman_scott", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Scott Reynolds", "profile_use_background_image": true, "description": "", "url": "http://t.co/DthEIHnsjX", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/81687932/bay_bridge_normal.jpg", "profile_background_color": "352726", "created_at": "Mon Feb 09 23:47:49 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/81687932/bay_bridge_normal.jpg", "favourites_count": 114, "status": {"retweet_count": 92, "retweeted_status": {"retweet_count": 92, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683717705069891584", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nyti.ms/1Jmx7rs", "url": "https://t.co/jKcDKslleY", "expanded_url": "http://nyti.ms/1Jmx7rs", "indices": [98, 121]}], "hashtags": [{"text": "Terrorists", "indices": [0, 11]}, {"text": "IfTheyWereMuslim", "indices": [122, 139]}], "user_mentions": []}, "created_at": "Sun Jan 03 18:32:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683717705069891584, "text": "#Terrorists M\u0336i\u0336l\u0336i\u0336t\u0336i\u0336a\u0336m\u0336e\u0336n\u0336 Seize O\u0336c\u0336c\u0336u\u0336p\u0336y\u0336 Gov Bldg O\u0336R\u0336 \u0336W\u0336i\u0336l\u0336d\u0336l\u0336i\u0336f\u0336e\u0336 \u0336O\u0336f\u0336f\u0336i\u0336c\u0336e\u0336\nhttps://t.co/jKcDKslleY\n#IfTheyWereMuslim", "coordinates": null, "retweeted": false, "favorite_count": 82, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683736071037829120", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nyti.ms/1Jmx7rs", "url": "https://t.co/jKcDKslleY", "expanded_url": "http://nyti.ms/1Jmx7rs", "indices": [118, 140]}], "hashtags": [{"text": "Terrorists", "indices": [20, 31]}, {"text": "IfTheyWereMuslim", "indices": [139, 140]}], "user_mentions": [{"screen_name": "JesselynRadack", "id_str": "533297878", "id": 533297878, "indices": [3, 18], "name": "unR\u0336A\u0336D\u0336A\u0336C\u0336K\u0336ted"}]}, "created_at": "Sun Jan 03 19:45:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683736071037829120, "text": "RT @JesselynRadack: #Terrorists M\u0336i\u0336l\u0336i\u0336t\u0336i\u0336a\u0336m\u0336e\u0336n\u0336 Seize O\u0336c\u0336c\u0336u\u0336p\u0336y\u0336 Gov Bldg O\u0336R\u0336 \u0336W\u0336i\u0336l\u0336d\u0336l\u0336i\u0336f\u0336e\u0336 \u0336O\u0336f\u0336f\u0336i\u0336c\u0336e\u0336\nhttps://t.co/jKcDKsll\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 20478755, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 708, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13130412", "following": false, "friends_count": 2677, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/404516060/bellagio2.jpg", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "105E7A", "geo_enabled": true, "followers_count": 5482, "location": "Cambridge, MA", "screen_name": "laurelatoreilly", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 558, "name": "Laurel Ruma", "profile_use_background_image": false, "description": "Director of Acquisitions and Talent at O'Reilly Media. Homebrewer, foodie, farmer in the city. Untappd: laurelinboston", "url": null, "profile_text_color": "0C3E53", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/507566241687412737/h7tJFHKD_normal.png", "profile_background_color": "4A913C", "created_at": "Wed Feb 06 02:20:07 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507566241687412737/h7tJFHKD_normal.png", "favourites_count": 1015, "status": {"in_reply_to_status_id": 685485454137896964, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "monkchips", "in_reply_to_user_id": 61233, "in_reply_to_status_id_str": "685485454137896964", "in_reply_to_user_id_str": "61233", "truncated": false, "id_str": "685485759986536448", "id": 685485759986536448, "text": "@monkchips @monkigras Sadly no ;( but we need to catch up!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "monkchips", "id_str": "61233", "id": 61233, "indices": [0, 10], "name": "Medea Fawning"}, {"screen_name": "monkigras", "id_str": "408912987", "id": 408912987, "indices": [11, 21], "name": "Monki Gras 2016"}]}, "created_at": "Fri Jan 08 15:38:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13130412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/404516060/bellagio2.jpg", "statuses_count": 15581, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13130412/1398351175", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "57203", "following": false, "friends_count": 6470, "entities": {"description": {"urls": [{"display_url": "known.kevinmarks.com", "url": "http://t.co/LD3HetU2DZ", "expanded_url": "http://known.kevinmarks.com", "indices": [48, 70]}]}, "url": {"urls": [{"display_url": "kevinmarks.com", "url": "http://t.co/cjiYwEZLiC", "expanded_url": "http://kevinmarks.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "007494", "geo_enabled": true, "followers_count": 25599, "location": "San Jose", "screen_name": "kevinmarks", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1990, "name": "Kevin Marks", "profile_use_background_image": false, "description": "Reading your thoughts. if you write them first. http://t.co/LD3HetU2DZ", "url": "http://t.co/cjiYwEZLiC", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553009683087114240/tU5HkXEI_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 11 11:43:36 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553009683087114240/tU5HkXEI_normal.jpeg", "favourites_count": 2267, "status": {"in_reply_to_status_id": 685593158177001472, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "BenedictEvans", "in_reply_to_user_id": 1236101, "in_reply_to_status_id_str": "685593158177001472", "in_reply_to_user_id_str": "1236101", "truncated": false, "id_str": "685594842135543808", "id": 685594842135543808, "text": "@BenedictEvans did you just invent folders?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BenedictEvans", "id_str": "1236101", "id": 1236101, "indices": [0, 14], "name": "Benedict Evans"}]}, "created_at": "Fri Jan 08 22:52:02 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 57203, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 90294, "profile_banner_url": "https://pbs.twimg.com/profile_banners/57203/1358547253", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5243", "following": false, "friends_count": 824, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "walkah.net", "url": "https://t.co/LfuYudmbBl", "expanded_url": "http://walkah.net/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3709, "location": "Toronto, Canada", "screen_name": "walkah", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 367, "name": "James Walker", "profile_use_background_image": true, "description": "serial troublemaker.", "url": "https://t.co/LfuYudmbBl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659907676965597184/zhlKDN-H_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Sep 04 01:10:16 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659907676965597184/zhlKDN-H_normal.jpg", "favourites_count": 1936, "status": {"in_reply_to_status_id": 685577373828431876, "retweet_count": 1, "place": {"url": "https://api.twitter.com/1.1/geo/id/0161cbc265857029.json", "country": "Canada", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-79.4281185, 43.65388], [-79.407748, 43.65388], [-79.407748, 43.665125], [-79.4281185, 43.665125]]], "type": "Polygon"}, "full_name": "Palmerston-Little Italy, Toronto", "contained_within": [], "country_code": "CA", "id": "0161cbc265857029", "name": "Palmerston-Little Italy"}, "in_reply_to_screen_name": "bradpurchase", "in_reply_to_user_id": 753788227, "in_reply_to_status_id_str": "685577373828431876", "in_reply_to_user_id_str": "753788227", "truncated": false, "id_str": "685577626438639616", "id": 685577626438639616, "text": "@bradpurchase lol \u201cdry january\u201d", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bradpurchase", "id_str": "753788227", "id": 753788227, "indices": [0, 13], "name": "Brad Howard"}]}, "created_at": "Fri Jan 08 21:43:38 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5243, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6297, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5243/1448757049", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "335478695", "following": false, "friends_count": 149, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 5, "location": "", "screen_name": "DilettanteDabbl", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "Ivy", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/424535174240829440/1GHc4qVa_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Jul 14 19:02:55 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/424535174240829440/1GHc4qVa_normal.jpeg", "favourites_count": 1, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "517786259972837376", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/quinnnorton/st\u2026", "url": "https://t.co/A7OddfuitN", "expanded_url": "https://twitter.com/quinnnorton/status/517781588545794048", "indices": [92, 115]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Oct 02 21:20:39 +0000 2014", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 517786259972837376, "text": "I will have nothing to do with Quinn Norton. Race hatred and anti-Semitism \u2260 \u201cwhite pride.\u201d https://t.co/A7OddfuitN", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "517865764834258944", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/quinnnorton/st\u2026", "url": "https://t.co/A7OddfuitN", "expanded_url": "https://twitter.com/quinnnorton/status/517781588545794048", "indices": [104, 127]}], "hashtags": [], "user_mentions": [{"screen_name": "GlennF", "id_str": "8315692", "id": 8315692, "indices": [3, 10], "name": "Glenn Fleishman"}]}, "created_at": "Fri Oct 03 02:36:34 +0000 2014", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 517865764834258944, "text": "RT @GlennF: I will have nothing to do with Quinn Norton. Race hatred and anti-Semitism \u2260 \u201cwhite pride.\u201d https://t.co/A7OddfuitN", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Talon (Classic)"}, "default_profile_image": false, "id": 335478695, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/335478695/1408301504", "is_translator": false}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "95345146", "following": false, "friends_count": 645, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 429, "location": "Sydney, Australia", "screen_name": "imprecise_matt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Matt Moor", "profile_use_background_image": true, "description": "Nerd on sabbatical, wandering the Canadian wilderness.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1201580935/flickr-icon_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 08 03:47:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1201580935/flickr-icon_normal.jpeg", "favourites_count": 119, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684683613967761408", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BAMb62hnIM_/", "url": "https://t.co/d61F6f44cB", "expanded_url": "https://www.instagram.com/p/BAMb62hnIM_/", "indices": [95, 118]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 10:31:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [-33.89892438, 151.17303696], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/0073b76548e5984f.json", "country": "Australia", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[150.520928608, -34.1183470085], [151.343020992, -34.1183470085], [151.343020992, -33.578140996], [150.520928608, -33.578140996]]], "type": "Polygon"}, "full_name": "Sydney, New South Wales", "contained_within": [], "country_code": "AU", "id": "0073b76548e5984f", "name": "Sydney"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684683613967761408, "text": "Smashing it out of the park. Perfect mid-week meal - relaxed, inspired and just a little fun.\u2026 https://t.co/d61F6f44cB", "coordinates": {"coordinates": [151.17303696, -33.89892438], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 95345146, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2553, "profile_banner_url": "https://pbs.twimg.com/profile_banners/95345146/1363358539", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6326692", "following": false, "friends_count": 723, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mtrichardson.com", "url": "http://t.co/B6G5M5NsF0", "expanded_url": "http://mtrichardson.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1784, "location": "Portland, Oregon", "screen_name": "mtrichardson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 138, "name": "Michael Richardson", "profile_use_background_image": true, "description": "Cofounder at Urban Airship. Senior Director of Product. My daughter's name is Blair.", "url": "http://t.co/B6G5M5NsF0", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1268862681/avatar_512_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri May 25 20:56:14 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1268862681/avatar_512_normal.jpg", "favourites_count": 922, "status": {"retweet_count": 2, "in_reply_to_user_id": 587648379, "possibly_sensitive": false, "id_str": "684100682249416706", "in_reply_to_user_id_str": "587648379", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/snowplowdata/s\u2026", "url": "https://t.co/JbPmIOBfwt", "expanded_url": "https://twitter.com/snowplowdata/status/683363168861564928", "indices": [80, 103]}], "hashtags": [], "user_mentions": [{"screen_name": "SnowPlowData", "id_str": "587648379", "id": 587648379, "indices": [23, 36], "name": "Snowplow"}]}, "created_at": "Mon Jan 04 19:54:47 +0000 2016", "favorited": false, "in_reply_to_status_id": 683363168861564928, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "SnowPlowData", "in_reply_to_status_id_str": "683363168861564928", "truncated": false, "id": 684100682249416706, "text": "This is really great \u2014 @snowplowdata now takes in Urban Airship Connect events. https://t.co/JbPmIOBfwt", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 6326692, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5157, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "47", "following": false, "friends_count": 1283, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "laughingmeme.org", "url": "http://t.co/5T3mp4ceZu", "expanded_url": "http://laughingmeme.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2346368/flow.jpg", "notifications": false, "profile_sidebar_fill_color": "F5D91F", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 10965, "location": "Brooklyn, NY", "screen_name": "kellan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 532, "name": "kellan", "profile_use_background_image": true, "description": "Looking for what's next. Previously CTO at Etsy, Flickr Architect. Technical solutions for social problems. #47 (A's dad)", "url": "http://t.co/5T3mp4ceZu", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/457754650/01457d1a0f0e533062cd0d1033fb4d7a_normal.png", "profile_background_color": "026BFA", "created_at": "Fri Mar 24 03:13:02 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457754650/01457d1a0f0e533062cd0d1033fb4d7a_normal.png", "favourites_count": 20640, "status": {"in_reply_to_status_id": 685545686914469888, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "coates", "in_reply_to_user_id": 14249124, "in_reply_to_status_id_str": "685545686914469888", "in_reply_to_user_id_str": "14249124", "truncated": false, "id_str": "685570448344612865", "id": 685570448344612865, "text": "@coates i dunno, trained on humans as input, consistency seems a tall order", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "coates", "id_str": "14249124", "id": 14249124, "indices": [0, 7], "name": "Sean Coates"}]}, "created_at": "Fri Jan 08 21:15:06 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 47, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2346368/flow.jpg", "statuses_count": 15195, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18593319", "following": false, "friends_count": 416, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/seanporter", "url": "http://t.co/3Cme1MntgY", "expanded_url": "http://about.me/seanporter", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/685436014/e756f50b87ce80302edfaebfd8e5a61c.png", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 2090, "location": "Hoth", "screen_name": "portertech", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 179, "name": "Sean Porter", "profile_use_background_image": true, "description": "Creator of @sensu. Partner at @heavywater. Open source hacker. Enthusiastic 40K player & hobbyist.", "url": "http://t.co/3Cme1MntgY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/608757468701704192/jpmlgzbT_normal.png", "profile_background_color": "F5F5F5", "created_at": "Sun Jan 04 02:36:11 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/608757468701704192/jpmlgzbT_normal.png", "favourites_count": 8141, "status": {"retweet_count": 9420, "retweeted_status": {"retweet_count": 9420, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685415626945507328", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [27, 50], "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "display_url": "pic.twitter.com/4ZnTo0GI7T", "id_str": "685415615138545664", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "id": 685415615138545664, "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 10:59:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685415626945507328, "text": "PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 1176, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685567156042383360", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685415626945507328", "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "source_user_id_str": "2782137901", "id_str": "685415615138545664", "id": 685415615138545664, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [48, 71], "source_status_id": 685415626945507328, "source_user_id": 2782137901, "display_url": "pic.twitter.com/4ZnTo0GI7T", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "neil_finnweevil", "id_str": "2782137901", "id": 2782137901, "indices": [3, 19], "name": "kiki montparnasse"}]}, "created_at": "Fri Jan 08 21:02:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567156042383360, "text": "RT @neil_finnweevil: PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 18593319, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/685436014/e756f50b87ce80302edfaebfd8e5a61c.png", "statuses_count": 14073, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18593319/1441952542", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "87274687", "following": false, "friends_count": 1537, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "voodoowarez.com", "url": "http://t.co/KnZD46iWAt", "expanded_url": "http://voodoowarez.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": false, "followers_count": 354, "location": "", "screen_name": "rektide", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "rektide de la fey", "profile_use_background_image": true, "description": "just your average dj savior", "url": "http://t.co/KnZD46iWAt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534734516/bmstab_normal.png", "profile_background_color": "709397", "created_at": "Tue Nov 03 20:28:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534734516/bmstab_normal.png", "favourites_count": 18785, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685577506548617216", "id": 685577506548617216, "text": "I _adore_ that I have a dbus script that can control Spotify locally, which controls the instance on my phone or tv or whatever\n\n$ sp play", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:43:09 +0000 2016", "source": "TweetDeck", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685605975026356224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "arrdem", "id_str": "389468789", "id": 389468789, "indices": [3, 10], "name": "Reid McKenzie"}]}, "created_at": "Fri Jan 08 23:36:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685605975026356224, "text": "RT @arrdem: I _adore_ that I have a dbus script that can control Spotify locally, which controls the instance on my phone or tv or whatever\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 87274687, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 14509, "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "6727082", "following": false, "friends_count": 737, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tehgeekmeister.com", "url": "https://t.co/11Ovl1Oxia", "expanded_url": "http://tehgeekmeister.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000119168225/94818b67e1eb45b8750b78966197b2da.png", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": true, "followers_count": 710, "location": "Brooklyn, NY", "screen_name": "tehgeekmeister", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 41, "name": "FEBRUARY ICON", "profile_use_background_image": false, "description": "I'm a complicated person. I like code, law, philosophy, and economics. I talk about feelings.", "url": "https://t.co/11Ovl1Oxia", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674691158954479616/atpe60CZ_normal.png", "profile_background_color": "DBE9ED", "created_at": "Mon Jun 11 02:13:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674691158954479616/atpe60CZ_normal.png", "favourites_count": 7370, "status": {"in_reply_to_status_id": 685561003409461248, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "flippernaut", "in_reply_to_user_id": 1061154589, "in_reply_to_status_id_str": "685561003409461248", "in_reply_to_user_id_str": "1061154589", "truncated": false, "id_str": "685564168381050881", "id": 685564168381050881, "text": "@flippernaut \ud83d\udc96\ud83d\udc96\ud83d\udc96 I believe in you friend.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "flippernaut", "id_str": "1061154589", "id": 1061154589, "indices": [0, 12], "name": "flippernaut"}]}, "created_at": "Fri Jan 08 20:50:09 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6727082, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000119168225/94818b67e1eb45b8750b78966197b2da.png", "statuses_count": 35034, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6727082/1356319039", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "9605192", "following": false, "friends_count": 1307, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dmpayton.com", "url": "http://t.co/9iNkzlUKOI", "expanded_url": "http://dmpayton.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "006699", "geo_enabled": true, "followers_count": 573, "location": "Fresno, CA", "screen_name": "dmpayton", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Derek Payton", "profile_use_background_image": false, "description": "I write code (usually in Python) and build web apps (usually with Django). @EditLLC, @FresnoHackNight, @FresnoPython, @FresnoCannabis, Motorcycles.", "url": "http://t.co/9iNkzlUKOI", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606706950890340352/657SPXsr_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 22 20:06:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606706950890340352/657SPXsr_normal.jpg", "favourites_count": 359, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685372588604788736", "id": 685372588604788736, "text": "Just learned the difference between [0-9] and \\d in regexes, and also that I've been doing it wrong in Django URLs. [0-9] is the way to go.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 08:08:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9605192, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3796, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9605192/1443137594", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14100497", "following": false, "friends_count": 771, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jessenoller.com", "url": "https://t.co/Hp1YGsizy9", "expanded_url": "http://www.jessenoller.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "060C0F", "geo_enabled": true, "followers_count": 5733, "location": "San Antonio, TX", "screen_name": "jessenoller", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 467, "name": "Jesse Noller", "profile_use_background_image": true, "description": "Director, Product Engineering /Developer Experience, Rackspace. The statements and opinions expressed here are my own, and not those of my employer.", "url": "https://t.co/Hp1YGsizy9", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/538919770897125376/J1uagJeO_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sat Mar 08 15:03:27 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/538919770897125376/J1uagJeO_normal.jpeg", "favourites_count": 3915, "status": {"retweet_count": 3971, "retweeted_status": {"retweet_count": 3971, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685232104712585216", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 528, "h": 960, "resize": "fit"}, "small": {"w": 340, "h": 618, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 528, "h": 960, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJu9rcUsAAfKyH.jpg", "type": "photo", "indices": [65, 88], "media_url": "http://pbs.twimg.com/media/CYJu9rcUsAAfKyH.jpg", "display_url": "pic.twitter.com/MAxWB290GQ", "id_str": "685232099226333184", "expanded_url": "http://twitter.com/_DaisyRidley_/status/685232104712585216/photo/1", "id": 685232099226333184, "url": "https://t.co/MAxWB290GQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 22:50:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685232104712585216, "text": "\"Grandpa, that girl beat me up and took the lightsaber I wanted\" https://t.co/MAxWB290GQ", "coordinates": null, "retweeted": false, "favorite_count": 5627, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685591850997043200", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 528, "h": 960, "resize": "fit"}, "small": {"w": 340, "h": 618, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 528, "h": 960, "resize": "fit"}}, "source_status_id_str": "685232104712585216", "media_url": "http://pbs.twimg.com/media/CYJu9rcUsAAfKyH.jpg", "source_user_id_str": "3228495293", "id_str": "685232099226333184", "id": 685232099226333184, "media_url_https": "https://pbs.twimg.com/media/CYJu9rcUsAAfKyH.jpg", "type": "photo", "indices": [84, 107], "source_status_id": 685232104712585216, "source_user_id": 3228495293, "display_url": "pic.twitter.com/MAxWB290GQ", "expanded_url": "http://twitter.com/_DaisyRidley_/status/685232104712585216/photo/1", "url": "https://t.co/MAxWB290GQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "_DaisyRidley_", "id_str": "3228495293", "id": 3228495293, "indices": [3, 17], "name": "Daisy Ridley\u2744"}]}, "created_at": "Fri Jan 08 22:40:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685591850997043200, "text": "RT @_DaisyRidley_: \"Grandpa, that girl beat me up and took the lightsaber I wanted\" https://t.co/MAxWB290GQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14100497, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 54004, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14100497/1400509070", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "4412471", "following": false, "friends_count": 671, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "orvtech.com", "url": "https://t.co/8Uy02IWCJy", "expanded_url": "http://orvtech.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "55ACEE", "geo_enabled": true, "followers_count": 8237, "location": "Interwebs", "screen_name": "orvtech", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 143, "name": "Oliver", "profile_use_background_image": false, "description": "Opinions are my own & do not represent my employer's view or any organization I am part of.", "url": "https://t.co/8Uy02IWCJy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679790242610556928/5ow1h5_v_normal.jpg", "profile_background_color": "3B87C3", "created_at": "Thu Apr 12 21:35:06 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679790242610556928/5ow1h5_v_normal.jpg", "favourites_count": 27552, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685544493106372608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/ceL6w0oCaj", "url": "https://t.co/ceL6w0oCaj", "expanded_url": "http://twitter.com/orvtech/status/685544493106372608/photo/1", "indices": [31, 54]}], "hashtags": [], "user_mentions": [{"screen_name": "KyloR3n", "id_str": "4625687418", "id": 4625687418, "indices": [22, 30], "name": "Emo Kylo Ren"}]}, "created_at": "Fri Jan 08 19:31:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685544493106372608, "text": "A bit more disneysee @KyloR3n https://t.co/ceL6w0oCaj", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 4412471, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 31858, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4412471/1433292877", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "39851654", "following": false, "friends_count": 794, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "getoutfitted.com", "url": "http://t.co/YMPGEhW8Mn", "expanded_url": "http://www.getoutfitted.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 659, "location": "Colorado Springs / Boulder", "screen_name": "spencernorman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Spencer Norman", "profile_use_background_image": true, "description": "Software Engineering @GetOutfitted.", "url": "http://t.co/YMPGEhW8Mn", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/450022947864842240/P9bqZfQs_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Wed May 13 22:13:21 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/450022947864842240/P9bqZfQs_normal.jpeg", "favourites_count": 2622, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684940742234619904", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 738, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 832, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 471, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFl-OPWEAAzrma.jpg", "type": "photo", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CYFl-OPWEAAzrma.jpg", "display_url": "pic.twitter.com/8YgqN4dy0z", "id_str": "684940737985777664", "expanded_url": "http://twitter.com/devinbanerjee/status/684940742234619904/photo/1", "id": 684940737985777664, "url": "https://t.co/8YgqN4dy0z"}], "symbols": [], "urls": [], "hashtags": [{"text": "China", "indices": [7, 13]}], "user_mentions": []}, "created_at": "Thu Jan 07 03:32:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684940742234619904, "text": "Wow in #China https://t.co/8YgqN4dy0z", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685329870973308928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 738, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 832, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 471, "resize": "fit"}}, "source_status_id_str": "684940742234619904", "media_url": "http://pbs.twimg.com/media/CYFl-OPWEAAzrma.jpg", "source_user_id_str": "46165612", "id_str": "684940737985777664", "id": 684940737985777664, "media_url_https": "https://pbs.twimg.com/media/CYFl-OPWEAAzrma.jpg", "type": "photo", "indices": [33, 56], "source_status_id": 684940742234619904, "source_user_id": 46165612, "display_url": "pic.twitter.com/8YgqN4dy0z", "expanded_url": "http://twitter.com/devinbanerjee/status/684940742234619904/photo/1", "url": "https://t.co/8YgqN4dy0z"}], "symbols": [], "urls": [], "hashtags": [{"text": "China", "indices": [26, 32]}], "user_mentions": [{"screen_name": "devinbanerjee", "id_str": "46165612", "id": 46165612, "indices": [3, 17], "name": "Devin Banerjee"}]}, "created_at": "Fri Jan 08 05:19:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685329870973308928, "text": "RT @devinbanerjee: Wow in #China https://t.co/8YgqN4dy0z", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 39851654, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1707, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "55090980", "following": false, "friends_count": 224, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nathanbowser.com", "url": "http://t.co/qGUXQj4YRN", "expanded_url": "http://nathanbowser.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 159, "location": "Philadelphia, PA", "screen_name": "nathanbowser", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Nathan Bowser", "profile_use_background_image": true, "description": "JavaScript and tacos.", "url": "http://t.co/qGUXQj4YRN", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000637876269/63d287afc301ffdeaab69e57dda7fbb1_normal.jpeg", "profile_background_color": "352726", "created_at": "Thu Jul 09 01:00:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000637876269/63d287afc301ffdeaab69e57dda7fbb1_normal.jpeg", "favourites_count": 128, "status": {"in_reply_to_status_id": 672926644517122049, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "scttor", "in_reply_to_user_id": 1030894430, "in_reply_to_status_id_str": "672926644517122049", "in_reply_to_user_id_str": "1030894430", "truncated": false, "id_str": "672931830602080256", "id": 672931830602080256, "text": "@scttor I'd call dibs on that ear.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "scttor", "id_str": "1030894430", "id": 1030894430, "indices": [0, 7], "name": "Scott O'Reilly"}]}, "created_at": "Sat Dec 05 00:13:45 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 55090980, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 1047, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "249150277", "following": false, "friends_count": 471, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pinboard.in/u:mcelaney", "url": "http://t.co/yg55zJXrC1", "expanded_url": "http://pinboard.in/u:mcelaney", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 691, "location": "Philadelphia PA", "screen_name": "McElaney", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Brian E. McElaney", "profile_use_background_image": true, "description": "Philly-based Ruby developer, pitmaster, homebrewer, and benevolent skeptic.", "url": "http://t.co/yg55zJXrC1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/610797829569818624/8kkUJvjv_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 08 13:40:07 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/610797829569818624/8kkUJvjv_normal.jpg", "favourites_count": 1179, "status": {"retweet_count": 29, "retweeted_status": {"retweet_count": 29, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684717652435152898", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 480, "h": 480, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 480, "h": 480, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYCbE7TWEAIqn22.jpg", "type": "photo", "indices": [88, 111], "media_url": "http://pbs.twimg.com/media/CYCbE7TWEAIqn22.jpg", "display_url": "pic.twitter.com/TxPt3WcFGm", "id_str": "684717652300926978", "expanded_url": "http://twitter.com/JimFKenney/status/684717652435152898/photo/1", "id": 684717652300926978, "url": "https://t.co/TxPt3WcFGm"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 12:46:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684717652435152898, "text": "Needless to say, Mr. Douglas was a very smart man. Let's try finally to get this right. https://t.co/TxPt3WcFGm", "coordinates": null, "retweeted": false, "favorite_count": 57, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685517687376707584", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 480, "h": 480, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 480, "h": 480, "resize": "fit"}}, "source_status_id_str": "684717652435152898", "media_url": "http://pbs.twimg.com/media/CYCbE7TWEAIqn22.jpg", "source_user_id_str": "376874694", "id_str": "684717652300926978", "id": 684717652300926978, "media_url_https": "https://pbs.twimg.com/media/CYCbE7TWEAIqn22.jpg", "type": "photo", "indices": [104, 127], "source_status_id": 684717652435152898, "source_user_id": 376874694, "display_url": "pic.twitter.com/TxPt3WcFGm", "expanded_url": "http://twitter.com/JimFKenney/status/684717652435152898/photo/1", "url": "https://t.co/TxPt3WcFGm"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JimFKenney", "id_str": "376874694", "id": 376874694, "indices": [3, 14], "name": "Jim Kenney"}]}, "created_at": "Fri Jan 08 17:45:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685517687376707584, "text": "RT @JimFKenney: Needless to say, Mr. Douglas was a very smart man. Let's try finally to get this right. https://t.co/TxPt3WcFGm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 249150277, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11364, "profile_banner_url": "https://pbs.twimg.com/profile_banners/249150277/1406138248", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "68474641", "following": false, "friends_count": 2024, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/lucperkins", "url": "https://t.co/Lz8bR8DQDW", "expanded_url": "https://github.com/lucperkins", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/665893188/0e8e5eddffa1acfdf680e461f23b4d08.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1203, "location": "Portland, OR", "screen_name": "lucperkins", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 74, "name": "Luc Perkins", "profile_use_background_image": true, "description": "Technical writer @Twitter. Feminist, basic income advocate, SJW, political philosophy PhD. Ex @basho @janrain @appfog @Reed_College_ @DukeU. Deutschsprecher.", "url": "https://t.co/Lz8bR8DQDW", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/618824444501360640/uQJv3b6q_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Mon Aug 24 18:27:00 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/618824444501360640/uQJv3b6q_normal.jpg", "favourites_count": 801, "status": {"in_reply_to_status_id": 685487863220158464, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "lucperkins", "in_reply_to_user_id": 68474641, "in_reply_to_status_id_str": "685487863220158464", "in_reply_to_user_id_str": "68474641", "truncated": false, "id_str": "685488531540590592", "id": 685488531540590592, "text": "@brianloveswords In all seriousness, tho, I non-ironically love that song", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "brianloveswords", "id_str": "17177251", "id": 17177251, "indices": [0, 16], "name": "spacer.tiff"}]}, "created_at": "Fri Jan 08 15:49:36 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 68474641, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/665893188/0e8e5eddffa1acfdf680e461f23b4d08.jpeg", "statuses_count": 10254, "profile_banner_url": "https://pbs.twimg.com/profile_banners/68474641/1431496573", "is_translator": false}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "14918557", "following": false, "friends_count": 670, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stackoverflow.com/users/66945/ri\u2026", "url": "https://t.co/4gPwhcfhtk", "expanded_url": "http://stackoverflow.com/users/66945/rishav-rastogi", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 706, "location": "San Jose, CA", "screen_name": "rishavrastogi", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Rishav Rastogi", "profile_use_background_image": false, "description": "Software Developer. Startup guy.", "url": "https://t.co/4gPwhcfhtk", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/565590382205890560/LJVHh05U_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue May 27 08:44:18 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/565590382205890560/LJVHh05U_normal.jpeg", "favourites_count": 439, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685584158291173376", "id": 685584158291173376, "text": "Just a test. Can you see this poll?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:09:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14918557, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 7008, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14918557/1423682170", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "170793777", "following": false, "friends_count": 524, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "logikal.is", "url": "http://t.co/5LKgsNQZbU", "expanded_url": "http://logikal.is", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/823703100/15e689e9865ec4b38a96b19c5312db85.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "D19A02", "geo_enabled": true, "followers_count": 263, "location": "trapped in a server", "screen_name": "log1kal", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Sean Kilgore", "profile_use_background_image": true, "description": "automation automaton. opsing all the things.", "url": "http://t.co/5LKgsNQZbU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3730798340/2c44dc296c86edad7253fcf84532a525_normal.jpeg", "profile_background_color": "131516", "created_at": "Sun Jul 25 19:54:54 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3730798340/2c44dc296c86edad7253fcf84532a525_normal.jpeg", "favourites_count": 676, "status": {"in_reply_to_status_id": 677204834156724225, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "obfuscurity", "in_reply_to_user_id": 66432490, "in_reply_to_status_id_str": "677204834156724225", "in_reply_to_user_id_str": "66432490", "truncated": false, "id_str": "677204910794936320", "id": 677204910794936320, "text": "@obfuscurity how can I aquire one of these?!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "obfuscurity", "id_str": "66432490", "id": 66432490, "indices": [0, 12], "name": "even tho it ass"}]}, "created_at": "Wed Dec 16 19:13:27 +0000 2015", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 170793777, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/823703100/15e689e9865ec4b38a96b19c5312db85.jpeg", "statuses_count": 2172, "profile_banner_url": "https://pbs.twimg.com/profile_banners/170793777/1376898775", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17697991", "following": false, "friends_count": 186, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1351, "location": "California", "screen_name": "pradeep24", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 91, "name": "Pradeep Elankumaran", "profile_use_background_image": false, "description": "Emerging products & growth at Yahoo. Formerly growth at Lyft, co-founder & ceo of Kicksend", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000727552294/a4b4c3b199c28f19159073dd75a921a8_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Nov 28 03:41:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000727552294/a4b4c3b199c28f19159073dd75a921a8_normal.jpeg", "favourites_count": 2318, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684150428771192832", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ridechar.io/p6x31", "url": "https://t.co/WoGBa0ahEm", "expanded_url": "http://ridechar.io/p6x31", "indices": [22, 45]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 23:12:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "et", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684150428771192832, "text": "MV -> SOMA shuttle https://t.co/WoGBa0ahEm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 17697991, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 9325, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17697991/1422888784", "is_translator": false}, {"time_zone": "Brisbane", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 36000, "id_str": "180539215", "following": false, "friends_count": 45, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000004768931/039605008ade649e7e3ef9e2c035e56d.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 396, "location": "", "screen_name": "nerd___rage", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Swathe", "profile_use_background_image": true, "description": "Psychopath. Chelsea F.C.", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682124739171627009/KUgdNpei_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu Aug 19 21:57:38 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682124739171627009/KUgdNpei_normal.jpg", "favourites_count": 270, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685396731538767872", "id": 685396731538767872, "text": "3-0 at half time lmao what the fuck Victory the Mariners are smashing you cunts", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 09:44:49 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 180539215, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000004768931/039605008ade649e7e3ef9e2c035e56d.jpeg", "statuses_count": 13450, "profile_banner_url": "https://pbs.twimg.com/profile_banners/180539215/1450678253", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "9580822", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "omniti.com", "url": "https://t.co/A0Gq4WHzr9", "expanded_url": "http://omniti.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/284711510/spiral-small.jpg", "notifications": false, "profile_sidebar_fill_color": "3B3A3B", "profile_link_color": "F08A5B", "geo_enabled": true, "followers_count": 4384, "location": "", "screen_name": "postwait", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 313, "name": "Theo Schlossnagle", "profile_use_background_image": true, "description": "On sabbatical seeing Earth and it's peoples.\nFounder at Circonus, Message Systems, Fontdeck, OmniTI.\nDad.", "url": "https://t.co/A0Gq4WHzr9", "profile_text_color": "E6E6E6", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/455795509651722240/rGKrlwZF_normal.jpeg", "profile_background_color": "F2EEEF", "created_at": "Sun Oct 21 15:32:43 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "808080", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/455795509651722240/rGKrlwZF_normal.jpeg", "favourites_count": 392, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0101d60e7d6aa007.json", "country": "Vi\u1ec7t Nam", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[106.331083, 10.8634421], [106.966712, 10.8634421], [106.966712, 11.499635], [106.331083, 11.499635]]], "type": "Polygon"}, "full_name": "B\u00ecnh D\u01b0\u01a1ng, Vietnam", "contained_within": [], "country_code": "VN", "id": "0101d60e7d6aa007", "name": "B\u00ecnh D\u01b0\u01a1ng"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685330458746331136", "id": 685330458746331136, "text": "OH \"I wasn't brainwashed by propaganda b/c I have anti-brainwashing in my mind and heart... The Bible.\" Sometimes #irony can be deafening.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "irony", "indices": [114, 120]}], "user_mentions": []}, "created_at": "Fri Jan 08 05:21:28 +0000 2016", "source": "Twitter for Android", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9580822, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/284711510/spiral-small.jpg", "statuses_count": 8974, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9580822/1399549729", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15943764", "following": false, "friends_count": 262, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "castro.io", "url": "https://t.co/IdQQKcCe7g", "expanded_url": "https://castro.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 562, "location": "Philadelphia, PA", "screen_name": "hectcastro", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Hector Castro", "profile_use_background_image": true, "description": "Sometimes I'm good at analogies. Operations Engineer at @azavea. I also once hustled for @basho.", "url": "https://t.co/IdQQKcCe7g", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/496839851887427587/7VfJpRgT_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Aug 22 11:43:54 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/496839851887427587/7VfJpRgT_normal.jpeg", "favourites_count": 1336, "status": {"retweet_count": 67, "retweeted_status": {"in_reply_to_status_id": 685219557879975936, "retweet_count": 67, "place": null, "in_reply_to_screen_name": "TMobileHelp", "in_reply_to_user_id": 185728888, "in_reply_to_status_id_str": "685219557879975936", "in_reply_to_user_id_str": "185728888", "truncated": false, "id_str": "685220010499817472", "id": 685220010499817472, "text": "@TMobileHelp Okay, will do. @JohnLegere -- if you call 1 (877) 453-1304 -- someone will talk you through looking up EFF on Wikipedia and CN", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TMobileHelp", "id_str": "185728888", "id": 185728888, "indices": [0, 12], "name": "T-Mobile USA"}, {"screen_name": "JohnLegere", "id_str": "1394399438", "id": 1394399438, "indices": [28, 39], "name": "John Legere"}]}, "created_at": "Thu Jan 07 22:02:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 182, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685236026965671938", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mattl", "id_str": "661723", "id": 661723, "indices": [3, 9], "name": "mattl"}, {"screen_name": "TMobileHelp", "id_str": "185728888", "id": 185728888, "indices": [11, 23], "name": "T-Mobile USA"}, {"screen_name": "JohnLegere", "id_str": "1394399438", "id": 1394399438, "indices": [39, 50], "name": "John Legere"}]}, "created_at": "Thu Jan 07 23:06:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685236026965671938, "text": "RT @mattl: @TMobileHelp Okay, will do. @JohnLegere -- if you call 1 (877) 453-1304 -- someone will talk you through looking up EFF on Wikip\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 15943764, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 8897, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15943764/1357190546", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "28828401", "following": false, "friends_count": 425, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tsantero.com", "url": "https://t.co/rtMPFzpYez", "expanded_url": "http://tsantero.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1687, "location": "Fort Collins, CO", "screen_name": "tsantero", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "Tom Santero", "profile_use_background_image": false, "description": "Philosophy Scientist, Engineer, Lover.", "url": "https://t.co/rtMPFzpYez", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667737106203078656/CL1aQe40_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Apr 04 17:03:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667737106203078656/CL1aQe40_normal.jpg", "favourites_count": 21290, "status": {"in_reply_to_status_id": 685573885928984576, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/b2e4e65d7b80d2c1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-105.148074, 40.47168], [-104.979811, 40.47168], [-104.979811, 40.656701], [-105.148074, 40.656701]]], "type": "Polygon"}, "full_name": "Fort Collins, CO", "contained_within": [], "country_code": "US", "id": "b2e4e65d7b80d2c1", "name": "Fort Collins"}, "in_reply_to_screen_name": "andrew_j_stone", "in_reply_to_user_id": 318079932, "in_reply_to_status_id_str": "685573885928984576", "in_reply_to_user_id_str": "318079932", "truncated": false, "id_str": "685574403682254848", "id": 685574403682254848, "text": "@andrew_j_stone nah, because Wood drastically underestimates the the impact of social distinctions on catnip, especially inherited catnip", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "andrew_j_stone", "id_str": "318079932", "id": 318079932, "indices": [0, 15], "name": "Ass Warfare"}]}, "created_at": "Fri Jan 08 21:30:49 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 28828401, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 28305, "is_translator": false}, {"time_zone": "Indiana (East)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "158098153", "following": false, "friends_count": 383, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 271, "location": "Albany NY", "screen_name": "GavinInNY", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "gavin", "profile_use_background_image": true, "description": "Chief Architect at CommerceHub. JVM enthusiast, Dad (headshot: @scottduclos)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/485093069818437634/qiTdZW49_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Jun 21 19:40:09 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485093069818437634/qiTdZW49_normal.jpeg", "favourites_count": 2432, "status": {"retweet_count": 5, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 5, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685287144823324673", "id": 685287144823324673, "text": "Outstanding! We gain 2 minutes of daylight tomorrow. Sun rises a minute earlier, sets a minute later. #BabySteps #thatswhatimtalkinabout", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "BabySteps", "indices": [105, 115]}, {"text": "thatswhatimtalkinabout", "indices": [116, 139]}], "user_mentions": []}, "created_at": "Fri Jan 08 02:29:22 +0000 2016", "source": "Twitter Web Client", "favorite_count": 6, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685296133267128320", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "BabySteps", "indices": [124, 134]}, {"text": "thatswhatimtalkinabout", "indices": [135, 140]}], "user_mentions": [{"screen_name": "Jason_Weather", "id_str": "28174351", "id": 28174351, "indices": [3, 17], "name": "Jason Gough"}]}, "created_at": "Fri Jan 08 03:05:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685296133267128320, "text": "RT @Jason_Weather: Outstanding! We gain 2 minutes of daylight tomorrow. Sun rises a minute earlier, sets a minute later. #BabySteps #tha\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 158098153, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6805, "is_translator": false}, {"time_zone": "Chennai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "19160166", "following": false, "friends_count": 1844, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nigelb.me", "url": "http://t.co/RLGfC4EpR8", "expanded_url": "http://nigelb.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 2054, "location": "Delhi / IRC", "screen_name": "nigelbabu", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 166, "name": "nigelb", "profile_use_background_image": true, "description": "Consulting Web Developer and sysadmin. Professional yak shaver. Loves running and climbing.", "url": "http://t.co/RLGfC4EpR8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616830722779779072/xVDF7YgV_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sun Jan 18 22:18:01 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616830722779779072/xVDF7YgV_normal.jpg", "favourites_count": 20812, "status": {"in_reply_to_status_id": 685460996580720640, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "atti_cus", "in_reply_to_user_id": 242873592, "in_reply_to_status_id_str": "685460996580720640", "in_reply_to_user_id_str": "242873592", "truncated": false, "id_str": "685461280291860480", "id": 685461280291860480, "text": "@atti_cus Lol.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "atti_cus", "id_str": "242873592", "id": 242873592, "indices": [0, 9], "name": "Dushyant Arora"}]}, "created_at": "Fri Jan 08 14:01:19 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 19160166, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 59823, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19160166/1447393938", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13857342", "following": false, "friends_count": 702, "entities": {"description": {"urls": [{"display_url": "keybase.io/freebsdgirl", "url": "https://t.co/okBqI4N0Pg", "expanded_url": "http://keybase.io/freebsdgirl", "indices": [69, 92]}, {"display_url": "patreon.com/freebsdgirl", "url": "https://t.co/zadlXVRLW5", "expanded_url": "http://patreon.com/freebsdgirl", "indices": [93, 116]}]}, "url": {"urls": [{"display_url": "blog.randi.io", "url": "https://t.co/OWOqcXQCyx", "expanded_url": "http://blog.randi.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 18448, "location": "Portland, OR", "screen_name": "randileeharper", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 818, "name": "Randi Lee Harper", "profile_use_background_image": true, "description": "Author, @ggautoblocker. Founder, Online Abuse Prevention Initiative. https://t.co/okBqI4N0Pg https://t.co/zadlXVRLW5 randi@onlineabuseprevention.org", "url": "https://t.co/OWOqcXQCyx", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685350328884015106/N5-h9tIu_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sat Feb 23 07:27:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685350328884015106/N5-h9tIu_normal.jpg", "favourites_count": 42468, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/ac88a4f17a51c7fc.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.7900653, 45.421863], [-122.471751, 45.421863], [-122.471751, 45.6509405], [-122.7900653, 45.6509405]]], "type": "Polygon"}, "full_name": "Portland, OR", "contained_within": [], "country_code": "US", "id": "ac88a4f17a51c7fc", "name": "Portland"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685607385524654080", "id": 685607385524654080, "text": "Is it weird that I'm relieved that I'm feeling sad? Like I didn't know if I was capable of feeling that way anymore.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:41:53 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 8, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13857342, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 89188, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13857342/1418112584", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14317497", "following": false, "friends_count": 1504, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/justinsheehy", "url": "https://t.co/t7mUz5MyD1", "expanded_url": "http://about.me/justinsheehy", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 4147, "location": "", "screen_name": "justinsheehy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 234, "name": "Justin Sheehy", "profile_use_background_image": true, "description": "", "url": "https://t.co/t7mUz5MyD1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/416962456997470208/WqPwCIXj_normal.jpeg", "profile_background_color": "131516", "created_at": "Sun Apr 06 20:15:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/416962456997470208/WqPwCIXj_normal.jpeg", "favourites_count": 135, "status": {"in_reply_to_status_id": 685487207877095428, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "threadwaste", "in_reply_to_user_id": 24881503, "in_reply_to_status_id_str": "685487207877095428", "in_reply_to_user_id_str": "24881503", "truncated": false, "id_str": "685488454415826944", "id": 685488454415826944, "text": "@threadwaste That one is Winnimere, from Cellars at Jasper Hill. Raw milk, rind washed in Hill Farmstead beer, wrapped in spruce.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "threadwaste", "id_str": "24881503", "id": 24881503, "indices": [0, 12], "name": "Anthony M."}]}, "created_at": "Fri Jan 08 15:49:17 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14317497, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 8063, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "710133", "following": false, "friends_count": 460, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "davekonopka.com", "url": "http://t.co/Fxmr2QSUlM", "expanded_url": "http://davekonopka.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000087740435/48c888b21a8d6161239296e9c00140ba.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "D67200", "geo_enabled": false, "followers_count": 737, "location": "Glenside, PA", "screen_name": "davekonopka", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 54, "name": "Dave Konopka", "profile_use_background_image": true, "description": "I like rain. I like ham. I like you.\n\nOps engineer. Philly DevOps meetup co-organizer.", "url": "http://t.co/Fxmr2QSUlM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000477832092/7ce845a98db20fbd4f5f22f266b447ea_normal.jpeg", "profile_background_color": "FFE2B0", "created_at": "Fri Jan 26 18:43:11 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000477832092/7ce845a98db20fbd4f5f22f266b447ea_normal.jpeg", "favourites_count": 1566, "status": {"retweet_count": 55, "retweeted_status": {"retweet_count": 55, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684840868587540480", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "kottke.org/16/01/two-satu\u2026", "url": "https://t.co/ilvZDE5ihs", "expanded_url": "http://kottke.org/16/01/two-saturnian-moons-lined-up", "indices": [80, 103]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 20:56:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684840868587540480, "text": "The Cassini spacecraft took a photo of two moons of Saturn, beautifully aligned https://t.co/ilvZDE5ihs", "coordinates": null, "retweeted": false, "favorite_count": 74, "contributors": null, "source": "kottke tweeter"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685261072245387268", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "kottke.org/16/01/two-satu\u2026", "url": "https://t.co/ilvZDE5ihs", "expanded_url": "http://kottke.org/16/01/two-saturnian-moons-lined-up", "indices": [92, 115]}], "hashtags": [], "user_mentions": [{"screen_name": "kottke", "id_str": "14120215", "id": 14120215, "indices": [3, 10], "name": "kottke.org"}]}, "created_at": "Fri Jan 08 00:45:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685261072245387268, "text": "RT @kottke: The Cassini spacecraft took a photo of two moons of Saturn, beautifully aligned https://t.co/ilvZDE5ihs", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 710133, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000087740435/48c888b21a8d6161239296e9c00140ba.png", "statuses_count": 10061, "profile_banner_url": "https://pbs.twimg.com/profile_banners/710133/1398839750", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8412", "following": false, "friends_count": 603, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dangerouslyawesome.com/podcast/", "url": "https://t.co/dEmictB8xr", "expanded_url": "http://dangerouslyawesome.com/podcast/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4272/banner_pattern.gif", "notifications": false, "profile_sidebar_fill_color": "FFF000", "profile_link_color": "3F3F3F", "geo_enabled": true, "followers_count": 10092, "location": "Philadelphia, PA", "screen_name": "alexhillman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 768, "name": "Alex Hillman", "profile_use_background_image": true, "description": "\u2764\ufe0f @hocksncoqs.\n\nI like to share what I've learned building @indyhall to help people build better businesses and community. #Coworking is my jam.", "url": "https://t.co/dEmictB8xr", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674017499118178306/igxZQIno_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Oct 11 11:19:35 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674017499118178306/igxZQIno_normal.jpg", "favourites_count": 18389, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685589323329204224", "id": 685589323329204224, "text": "Success = being the boss you need to be so you can be your own boss. Think about it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:30:06 +0000 2016", "source": "Meet Edgar", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8412, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4272/banner_pattern.gif", "statuses_count": 58699, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8412/1449533206", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "44689224", "following": false, "friends_count": 1307, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 506, "location": "Philadelphia", "screen_name": "KevinClough", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Kevin Clough", "profile_use_background_image": true, "description": "Full stack developer with a passion for mobile, activism and civic hacking.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2655424631/0fbfa93596945de52e228ccfad2a4b34_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 04 18:59:00 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2655424631/0fbfa93596945de52e228ccfad2a4b34_normal.jpeg", "favourites_count": 873, "status": {"retweet_count": 72409, "retweeted_status": {"retweet_count": 72409, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684020629897621508", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "vine.co/v/ibFH7bQVaHK", "url": "https://t.co/fmoRaxTAlV", "expanded_url": "https://vine.co/v/ibFH7bQVaHK", "indices": [111, 134]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 14:36:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684020629897621508, "text": "Watching a raccoon accidentally dissolve his candyfloss in a puddle has really put my troubles in perspective. https://t.co/fmoRaxTAlV", "coordinates": null, "retweeted": false, "favorite_count": 76542, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684248130230087680", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "vine.co/v/ibFH7bQVaHK", "url": "https://t.co/fmoRaxTAlV", "expanded_url": "https://vine.co/v/ibFH7bQVaHK", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "RyanJohnNelson", "id_str": "284183389", "id": 284183389, "indices": [3, 18], "name": "Ryan Nelson"}]}, "created_at": "Tue Jan 05 05:40:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684248130230087680, "text": "RT @RyanJohnNelson: Watching a raccoon accidentally dissolve his candyfloss in a puddle has really put my troubles in perspective. https://\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 44689224, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1683, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "16738744", "following": false, "friends_count": 439, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 383, "location": "", "screen_name": "bakins", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Brian Akins", "profile_use_background_image": true, "description": "Any opinions are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2390796647/s1cdkmi6werv9q5uqxwo_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Oct 14 14:39:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2390796647/s1cdkmi6werv9q5uqxwo_normal.jpeg", "favourites_count": 4312, "status": {"in_reply_to_status_id": 685593014690033667, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "JAkins490", "in_reply_to_user_id": 332033511, "in_reply_to_status_id_str": "685593014690033667", "in_reply_to_user_id_str": "332033511", "truncated": false, "id_str": "685602376812740608", "id": 685602376812740608, "text": "@jakins490 pre-ordered months ago ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JAkins490", "id_str": "332033511", "id": 332033511, "indices": [0, 10], "name": "Qui-Gon Josh"}]}, "created_at": "Fri Jan 08 23:21:59 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16738744, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3218, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16738744/1432739558", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14443775", "following": false, "friends_count": 302, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "johnryding.com", "url": "https://t.co/NPItuiGmAx", "expanded_url": "http://www.johnryding.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 562, "location": "Chicago, IL", "screen_name": "strife25", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "John", "profile_use_background_image": true, "description": "| (\u2022 \u25e1\u2022)| (\u274d\u1d25\u274d\u028b)", "url": "https://t.co/NPItuiGmAx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648682085520019456/K5_LqyUI_normal.jpg", "profile_background_color": "131516", "created_at": "Sat Apr 19 15:00:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648682085520019456/K5_LqyUI_normal.jpg", "favourites_count": 74, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685506438047739904", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "24ways.org/2015/solve-the\u2026", "url": "https://t.co/bwUSnLbUBW", "expanded_url": "https://24ways.org/2015/solve-the-hard-problems/?utm_source=Software+Lead+Weekly&utm_campaign=c06b22b60e-SWLW_163&utm_medium=email&utm_term=0_efe3d3cd5b-c06b22b60e-198271457", "indices": [34, 57]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:00:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685506438047739904, "text": "Solve the Hard Problems \u25c6 24 ways https://t.co/bwUSnLbUBW", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "OS X"}, "default_profile_image": false, "id": 14443775, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 9653, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16891384", "following": false, "friends_count": 272, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "threeriversinstitute.org", "url": "http://t.co/84mHDZpXNN", "expanded_url": "http://www.threeriversinstitute.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 91039, "location": "Southern Oregon", "screen_name": "KentBeck", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4288, "name": "Kent Beck", "profile_use_background_image": true, "description": "Programmer, author, father, husband, goat farmer", "url": "http://t.co/84mHDZpXNN", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2550670043/xq10bqclqpsezgerjxhi_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Tue Oct 21 18:56:26 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2550670043/xq10bqclqpsezgerjxhi_normal.jpeg", "favourites_count": 1377, "status": {"in_reply_to_status_id": 685597778236444673, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "geeksam", "in_reply_to_user_id": 38699900, "in_reply_to_status_id_str": "685597778236444673", "in_reply_to_user_id_str": "38699900", "truncated": false, "id_str": "685598859343433729", "id": 685598859343433729, "text": "@geeksam treat flat profiles as a design problem, not a tuning problem. what design, if i had it, would concentrate this perf in one area?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "geeksam", "id_str": "38699900", "id": 38699900, "indices": [0, 8], "name": "Sam Livingston-Gray"}]}, "created_at": "Fri Jan 08 23:08:00 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16891384, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 9370, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16891384/1398795436", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16665197", "following": false, "friends_count": 387, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "martinfowler.com", "url": "http://t.co/zJOC4bh4Tv", "expanded_url": "http://www.martinfowler.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/59018302/PICT0019__1_.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 160990, "location": "Boston", "screen_name": "martinfowler", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6020, "name": "Martin Fowler", "profile_use_background_image": true, "description": "Programmer, Loud Mouth, ThoughtWorker", "url": "http://t.co/zJOC4bh4Tv", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/79787739/mf-tg-sq_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Thu Oct 09 12:20:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/79787739/mf-tg-sq_normal.jpg", "favourites_count": 22, "status": {"retweet_count": 108, "retweeted_status": {"retweet_count": 108, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685370406581080065", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 400, "resize": "fit"}, "medium": {"w": 599, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 227, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJBRj9WMAEFfKY.jpg", "type": "photo", "indices": [38, 61], "media_url": "http://pbs.twimg.com/media/CYJBRj9WMAEFfKY.jpg", "display_url": "pic.twitter.com/MSJj7LUpKi", "id_str": "685181863279865857", "expanded_url": "http://twitter.com/KevlinHenney/status/685370406581080065/photo/1", "id": 685181863279865857, "url": "https://t.co/MSJj7LUpKi"}], "symbols": [], "urls": [], "hashtags": [{"text": "RoyBatty", "indices": [16, 25]}, {"text": "InceptDate", "indices": [26, 37]}], "user_mentions": []}, "created_at": "Fri Jan 08 08:00:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685370406581080065, "text": "Happy Birthday!\n#RoyBatty #InceptDate https://t.co/MSJj7LUpKi", "coordinates": null, "retweeted": false, "favorite_count": 46, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685548261126615044", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 599, "h": 400, "resize": "fit"}, "medium": {"w": 599, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 227, "resize": "fit"}}, "source_status_id_str": "685370406581080065", "media_url": "http://pbs.twimg.com/media/CYJBRj9WMAEFfKY.jpg", "source_user_id_str": "47378354", "id_str": "685181863279865857", "id": 685181863279865857, "media_url_https": "https://pbs.twimg.com/media/CYJBRj9WMAEFfKY.jpg", "type": "photo", "indices": [56, 79], "source_status_id": 685370406581080065, "source_user_id": 47378354, "display_url": "pic.twitter.com/MSJj7LUpKi", "expanded_url": "http://twitter.com/KevlinHenney/status/685370406581080065/photo/1", "url": "https://t.co/MSJj7LUpKi"}], "symbols": [], "urls": [], "hashtags": [{"text": "RoyBatty", "indices": [34, 43]}, {"text": "InceptDate", "indices": [44, 55]}], "user_mentions": [{"screen_name": "KevlinHenney", "id_str": "47378354", "id": 47378354, "indices": [3, 16], "name": "Kevlin Henney"}]}, "created_at": "Fri Jan 08 19:46:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685548261126615044, "text": "RT @KevlinHenney: Happy Birthday!\n#RoyBatty #InceptDate https://t.co/MSJj7LUpKi", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16665197, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/59018302/PICT0019__1_.jpg", "statuses_count": 5490, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16665197/1397571102", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "50090898", "following": false, "friends_count": 153, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "developers.google.com", "url": "http://t.co/aBJokfscjb", "expanded_url": "http://developers.google.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486184704068943873/bhxzl6UL.png", "notifications": false, "profile_sidebar_fill_color": "E6E8EB", "profile_link_color": "4585F1", "geo_enabled": true, "followers_count": 1557420, "location": "", "screen_name": "googledevs", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 14753, "name": "Google Developers", "profile_use_background_image": true, "description": "News about and from Google developers.", "url": "http://t.co/aBJokfscjb", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656606791694848000/wBjKn0ol_normal.png", "profile_background_color": "FFFFFF", "created_at": "Tue Jun 23 20:25:29 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656606791694848000/wBjKn0ol_normal.png", "favourites_count": 146, "status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582433757097984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "goo.gl/Mf0ekM", "url": "https://t.co/WxPDxUxrrX", "expanded_url": "https://goo.gl/Mf0ekM", "indices": [120, 143]}], "hashtags": [{"text": "DevShow", "indices": [38, 46]}], "user_mentions": []}, "created_at": "Fri Jan 08 22:02:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582433757097984, "text": "It's a new year & new episodes of #DevShow start up next week. Until then, catch up on all the holiday videos here: https://t.co/WxPDxUxrrX", "coordinates": null, "retweeted": false, "favorite_count": 24, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 50090898, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486184704068943873/bhxzl6UL.png", "statuses_count": 2795, "profile_banner_url": "https://pbs.twimg.com/profile_banners/50090898/1433269328", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13334762", "following": false, "friends_count": 174, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com", "url": "https://t.co/FoKGHcCyJJ", "expanded_url": "https://github.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4229589/header_bg.png", "notifications": false, "profile_sidebar_fill_color": "DDDDDD", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 762035, "location": "San Francisco, CA", "screen_name": "github", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 11785, "name": "GitHub", "profile_use_background_image": false, "description": "How people build software", "url": "https://t.co/FoKGHcCyJJ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616309728688238592/pBeeJQDQ_normal.png", "profile_background_color": "EEEEEE", "created_at": "Mon Feb 11 04:41:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BBBBBB", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616309728688238592/pBeeJQDQ_normal.png", "favourites_count": 155, "status": {"retweet_count": 361, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684204778277081089", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/blog/2094-new-\u2026", "url": "https://t.co/VJxg6og3kn", "expanded_url": "https://github.com/blog/2094-new-year-new-git-release?utm_source=twitter&utm_medium=social&utm_campaign=git-release-2.7", "indices": [27, 50]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 02:48:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684204778277081089, "text": "New Year, new Git release: https://t.co/VJxg6og3kn", "coordinates": null, "retweeted": false, "favorite_count": 335, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 13334762, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4229589/header_bg.png", "statuses_count": 3129, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13334762/1415719104", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1138959692", "following": false, "friends_count": 1391, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "docker.com", "url": "http://t.co/ZAMxePUASD", "expanded_url": "http://docker.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/433033163481157632/I01VJL_c.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 106444, "location": "San Francisco, CA", "screen_name": "docker", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2318, "name": "Docker", "profile_use_background_image": true, "description": "Build, Ship, Run Distributed Apps #docker #containers #getcontained", "url": "http://t.co/ZAMxePUASD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000124779041/fbbb494a7eef5f9278c6967b6072ca3e_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Feb 01 07:12:46 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000124779041/fbbb494a7eef5f9278c6967b6072ca3e_normal.png", "favourites_count": 1006, "status": {"in_reply_to_status_id": 685612798085222400, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "denriquezjr", "in_reply_to_user_id": 847973664, "in_reply_to_status_id_str": "685612798085222400", "in_reply_to_user_id_str": "847973664", "truncated": false, "id_str": "685613981122314240", "id": 685613981122314240, "text": "@denriquezjr we can't contain our excitement for #DockerCon 2016!!!! looking forward to seeing you there", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "DockerCon", "indices": [49, 59]}], "user_mentions": [{"screen_name": "denriquezjr", "id_str": "847973664", "id": 847973664, "indices": [0, 12], "name": "DJ Enriquez"}]}, "created_at": "Sat Jan 09 00:08:05 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1138959692, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/433033163481157632/I01VJL_c.png", "statuses_count": 6685, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1138959692/1441316722", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "88982108", "following": false, "friends_count": 1399, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "puppetlabs.com", "url": "http://t.co/HJaLYypHcH", "expanded_url": "http://www.puppetlabs.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591989184/lmwkeegi8kpzwrvvvou4.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 59107, "location": "Portland, OR", "screen_name": "puppetlabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1242, "name": "Puppet Labs", "profile_use_background_image": true, "description": "The official Twitter account for Puppet Labs. Please use #puppetize for support and technical questions.", "url": "http://t.co/HJaLYypHcH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671480725183397888/rVs3Z9Df_normal.jpg", "profile_background_color": "1C1A37", "created_at": "Tue Nov 10 17:56:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671480725183397888/rVs3Z9Df_normal.jpg", "favourites_count": 676, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685499553340993536", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 373, "resize": "fit"}, "medium": {"w": 535, "h": 588, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 535, "h": 588, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNiNhEUAAAFWSu.png", "type": "photo", "indices": [111, 134], "media_url": "http://pbs.twimg.com/media/CYNiNhEUAAAFWSu.png", "display_url": "pic.twitter.com/gBshTiShCp", "id_str": "685499552644726784", "expanded_url": "http://twitter.com/puppetlabs/status/685499553340993536/photo/1", "id": 685499552644726784, "url": "https://t.co/gBshTiShCp"}], "symbols": [], "urls": [{"display_url": "bit.ly/1mGgJZf", "url": "https://t.co/rq56Z5oCvh", "expanded_url": "http://bit.ly/1mGgJZf", "indices": [87, 110]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:33:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685499553340993536, "text": "Try out Puppet\u2019s new application orchestration tools on the newest Puppet Learning VM: https://t.co/rq56Z5oCvh https://t.co/gBshTiShCp", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 88982108, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591989184/lmwkeegi8kpzwrvvvou4.jpeg", "statuses_count": 8956, "profile_banner_url": "https://pbs.twimg.com/profile_banners/88982108/1443714700", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "102048347", "following": false, "friends_count": 145, "entities": {"description": {"urls": [{"display_url": "foodfightshow.org", "url": "http://t.co/CYtSmshqpe", "expanded_url": "http://foodfightshow.org", "indices": [49, 71]}]}, "url": {"urls": [{"display_url": "devopsanywhere.blogspot.com", "url": "http://t.co/u3IPIe2By5", "expanded_url": "http://devopsanywhere.blogspot.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1150, "location": "Bangkok, Thailand", "screen_name": "bryanwb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 106, "name": "Bryan", "profile_use_background_image": true, "description": "Software developer, creator of the FoodFightShow http://t.co/CYtSmshqpe, python, ruby dev, golang gopher, wannabe scala developer, occasional idealist", "url": "http://t.co/u3IPIe2By5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/627834582/headshot_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 05 12:33:21 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/627834582/headshot_normal.jpeg", "favourites_count": 14, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684952804339789825", "id": 684952804339789825, "text": "current status, relearning ReStructured Text for the nth time", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 04:20:49 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 102048347, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6119, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15685575", "following": false, "friends_count": 1441, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jezhumble.com", "url": "http://t.co/wrgO9VzrmY", "expanded_url": "http://jezhumble.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 19321, "location": "SF Bay Area, CA", "screen_name": "jezhumble", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 867, "name": "Jez Humble", "profile_use_background_image": true, "description": "Co-author of Continuous Delivery and Lean Enterprise, lecturer @BerkeleyISchool. I tweet on software, innovation, social & economic justice.", "url": "http://t.co/wrgO9VzrmY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456648820156162050/itxgcaBa_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Fri Aug 01 04:34:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456648820156162050/itxgcaBa_normal.jpeg", "favourites_count": 1009, "status": {"in_reply_to_status_id": 685007000481103872, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jezhumble", "in_reply_to_user_id": 15685575, "in_reply_to_status_id_str": "685007000481103872", "in_reply_to_user_id_str": "15685575", "truncated": false, "id_str": "685007432905547777", "id": 685007432905547777, "text": "@JohnWLewis they are two separate concerns: but product design and agile eng practices like TDD form a virtuous circle when done right", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JohnWLewis", "id_str": "13236772", "id": 13236772, "indices": [0, 11], "name": "John W Lewis"}]}, "created_at": "Thu Jan 07 07:57:53 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15685575, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 5054, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15685575/1398916432", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14086716", "following": false, "friends_count": 282, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "madstop.com", "url": "http://t.co/idy68PRdZA", "expanded_url": "http://madstop.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 7366, "location": "", "screen_name": "puppetmasterd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 446, "name": "Luke Kanies", "profile_use_background_image": true, "description": "Puppet author and recovering sysadmin", "url": "http://t.co/idy68PRdZA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1276213644/luke-headshot_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Thu Mar 06 03:32:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1276213644/luke-headshot_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685502228673630208", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/raganwald/stat\u2026", "url": "https://t.co/eTQKExApOR", "expanded_url": "https://twitter.com/raganwald/status/685501081091100672", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:44:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685502228673630208, "text": "If you\u2019re in need of a good laugh today\u2026 https://t.co/eTQKExApOR", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14086716, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 16604, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "465742594", "following": false, "friends_count": 111, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "foodfightshow.org", "url": "http://t.co/PqkLKgczzH", "expanded_url": "http://www.foodfightshow.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/554352230/foodfight_twitter.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "EC6A23", "geo_enabled": false, "followers_count": 2871, "location": "", "screen_name": "foodfightshow", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 132, "name": "foodfightshow", "profile_use_background_image": true, "description": "The Podcast where DevOps Engineers do Battle", "url": "http://t.co/PqkLKgczzH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2226334549/one_chef_normal.png", "profile_background_color": "000000", "created_at": "Mon Jan 16 17:54:44 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2226334549/one_chef_normal.png", "favourites_count": 101, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682355004183810049", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "foodfightshow.org/2015/12/chef-a\u2026", "url": "https://t.co/NnbMwItZ6b", "expanded_url": "http://foodfightshow.org/2015/12/chef-and-openstack.html", "indices": [118, 141]}], "hashtags": [{"text": "OpenStack", "indices": [64, 74]}], "user_mentions": [{"screen_name": "chef", "id_str": "16333852", "id": 16333852, "indices": [52, 57], "name": "Chef"}, {"screen_name": "filler", "id_str": "10076322", "id": 10076322, "indices": [80, 87], "name": "\u2728 Nick Silkey \u2728"}, {"screen_name": "scassiba", "id_str": "16456163", "id": 16456163, "indices": [89, 98], "name": "Samuel Cassiba"}, {"screen_name": "jjasghar", "id_str": "130963706", "id": 130963706, "indices": [106, 115], "name": "JJ Asghar"}]}, "created_at": "Thu Dec 31 00:18:05 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682355004183810049, "text": "Episode 96 is now available in the podcast stream. @chef & #OpenStack with @filler, @scassiba, & @jjasghar - https://t.co/NnbMwItZ6b", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 465742594, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/554352230/foodfight_twitter.png", "statuses_count": 1082, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13378422", "following": false, "friends_count": 606, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kitchensoap.com", "url": "http://t.co/1LtrvGduhJ", "expanded_url": "http://www.kitchensoap.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 14349, "location": "Brooklyn", "screen_name": "allspaw", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 857, "name": "John Allspaw", "profile_use_background_image": true, "description": "CTO, Etsy. Dad. Author. Guitarist. Student of sociotechnical systems, human factors, and cognitive systems engineering.", "url": "http://t.co/1LtrvGduhJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000242066844/aa7ca1bd889fef6d8cedaa3f2b744861_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 12 05:36:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000242066844/aa7ca1bd889fef6d8cedaa3f2b744861_normal.jpeg", "favourites_count": 3321, "status": {"in_reply_to_status_id": 685447933219725312, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jonlives", "in_reply_to_user_id": 13093162, "in_reply_to_status_id_str": "685447933219725312", "in_reply_to_user_id_str": "13093162", "truncated": false, "id_str": "685451419302887424", "id": 685451419302887424, "text": "@jonlives Come join @mcdonnps and I in our mechanical watch enthusiasm!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jonlives", "id_str": "13093162", "id": 13093162, "indices": [0, 9], "name": "Jon Cowie"}, {"screen_name": "mcdonnps", "id_str": "305899937", "id": 305899937, "indices": [20, 29], "name": "Patrick McDonnell"}]}, "created_at": "Fri Jan 08 13:22:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13378422, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 9728, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "23777840", "following": false, "friends_count": 749, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/lnxchk", "url": "https://t.co/JkNqgBhmtu", "expanded_url": "http://about.me/lnxchk", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2548, "location": "London, England", "screen_name": "lnxchk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 225, "name": "DevOp4StandingBy", "profile_use_background_image": true, "description": "Ready, Gold Leader | Click Button Get DevOps", "url": "https://t.co/JkNqgBhmtu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1313952205/newHairThumb_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Mar 11 15:28:01 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1313952205/newHairThumb_normal.jpg", "favourites_count": 3217, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685531490386444289", "id": 685531490386444289, "text": "OH: \u201cMom called me Ned. She didn\u2019t know that The Simpsons was going to come out and ruin my life\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:40:18 +0000 2016", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 23777840, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10786, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23777840/1448838851", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "207840024", "following": false, "friends_count": 207, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "buildscientist.com", "url": "http://t.co/Ry08N6pyEb", "expanded_url": "http://www.buildscientist.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0090A3", "geo_enabled": false, "followers_count": 471, "location": "California", "screen_name": "buildscientist", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Youssuf ElKalay", "profile_use_background_image": false, "description": "Muslim, American, Scottish, Egyptian. Co-host @ShipShowPodcast. Senior Software Engineer @ServiceNow. My tweets do not represent my employer.", "url": "http://t.co/Ry08N6pyEb", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662369579113431040/kdSMagFO_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Oct 26 03:54:49 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662369579113431040/kdSMagFO_normal.jpg", "favourites_count": 200, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685330222158229504", "id": 685330222158229504, "text": "As much as giving into anger can make you feel good, it can never make you feel better", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 05:20:32 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685337246711468036", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Mataway", "id_str": "52475166", "id": 52475166, "indices": [3, 11], "name": "Matt Attaway"}]}, "created_at": "Fri Jan 08 05:48:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685337246711468036, "text": "RT @Mataway: As much as giving into anger can make you feel good, it can never make you feel better", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 207840024, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 9081, "profile_banner_url": "https://pbs.twimg.com/profile_banners/207840024/1400049840", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "2208083953", "following": false, "friends_count": 683, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "arresteddevops.com", "url": "http://t.co/joaHqjS5I7", "expanded_url": "http://arresteddevops.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2836, "location": "", "screen_name": "ArrestedDevOps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 136, "name": "Arrested DevOps", "profile_use_background_image": true, "description": "There's always DevOps in the Banana Stand. Hosted by @mattstratton, @trevorghess, & @bridgetkromhout", "url": "http://t.co/joaHqjS5I7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615009446322765824/XRtzbKLw_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Nov 22 01:05:20 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615009446322765824/XRtzbKLw_normal.png", "favourites_count": 1341, "status": {"in_reply_to_status_id": 685539191363506176, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "RitaMailheau", "in_reply_to_user_id": 471993505, "in_reply_to_status_id_str": "685539191363506176", "in_reply_to_user_id_str": "471993505", "truncated": false, "id_str": "685547054555201536", "id": 685547054555201536, "text": "@RitaMailheau did you want a specific host from our show?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RitaMailheau", "id_str": "471993505", "id": 471993505, "indices": [0, 13], "name": "Rita"}]}, "created_at": "Fri Jan 08 19:42:09 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2208083953, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1448, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2208083953/1422999081", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "6031", "following": false, "friends_count": 995, "entities": {"description": {"urls": [{"display_url": "artofmonitoring.com", "url": "https://t.co/zUrMNMHWZ7", "expanded_url": "http://artofmonitoring.com", "indices": [114, 137]}]}, "url": {"urls": [{"display_url": "kartar.net", "url": "http://t.co/oNwoEGqRRJ", "expanded_url": "http://www.kartar.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 8675, "location": "Brooklyn and airport lounges", "screen_name": "kartar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 628, "name": "James Turnbull", "profile_use_background_image": true, "description": "Australian author, CTO @Kickstarter, Advisor @Docker. Likes tattoos, wine, and good food. The Art of Monitoring - https://t.co/zUrMNMHWZ7", "url": "http://t.co/oNwoEGqRRJ", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553179124454281217/vV3KfTsQ_normal.jpeg", "profile_background_color": "BADFCD", "created_at": "Thu Sep 14 01:31:47 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "F2E195", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553179124454281217/vV3KfTsQ_normal.jpeg", "favourites_count": 28, "status": {"in_reply_to_status_id": 685443681608843264, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "bronte_saurus", "in_reply_to_user_id": 18622553, "in_reply_to_status_id_str": "685443681608843264", "in_reply_to_user_id_str": "18622553", "truncated": false, "id_str": "685446171280670720", "id": 685446171280670720, "text": "@bronte_saurus Yeah I meant the legal ones. :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bronte_saurus", "id_str": "18622553", "id": 18622553, "indices": [0, 14], "name": "birthdaysaurus"}]}, "created_at": "Fri Jan 08 13:01:16 +0000 2016", "source": "Janetter Pro for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6031, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 32178, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6031/1398207179", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "45573701", "following": false, "friends_count": 405, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 1805, "location": "Minneapolis", "screen_name": "sascha_d", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 122, "name": "Sascha", "profile_use_background_image": true, "description": "BrD (Doctor of Brattiness)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1391497394/RH_only_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Mon Jun 08 14:18:36 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1391497394/RH_only_normal.jpg", "favourites_count": 525, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685523603127848960", "id": 685523603127848960, "text": "Bicyling, Rodale and Runner\u2019s World spam really making me regret purchasing my Runner\u2019s World sub.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:08:58 +0000 2016", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 45573701, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 10543, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "809512", "following": false, "friends_count": 388, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "orionlabs.co", "url": "http://t.co/AqLxJSw2tK", "expanded_url": "http://www.orionlabs.co", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "1A1B1C", "geo_enabled": true, "followers_count": 8570, "location": "San Francisco, CA", "screen_name": "jesserobbins", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 497, "name": "Jesse Robbins", "profile_use_background_image": true, "description": "Founder of @OrionLabs, beautiful wearable devices to change the way people communicate. Previously founded @Chef & @VelocityConf. Firefighter/EMT & Adventurer.", "url": "http://t.co/AqLxJSw2tK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/898516649/_MG_1334_2_normal.jpg", "profile_background_color": "022330", "created_at": "Sun Mar 04 02:57:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/898516649/_MG_1334_2_normal.jpg", "favourites_count": 460, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684872737408434179", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theverge.com/2016/1/6/10718\u2026", "url": "https://t.co/SpmaaOauOc", "expanded_url": "http://www.theverge.com/2016/1/6/10718282/internet-bots-messaging-slack-facebook-m", "indices": [26, 49]}], "hashtags": [], "user_mentions": [{"screen_name": "CaseyNewton", "id_str": "69426451", "id": 69426451, "indices": [65, 77], "name": "Casey Newton"}, {"screen_name": "layer", "id_str": "1518024493", "id": 1518024493, "indices": [134, 140], "name": "Layer"}]}, "created_at": "Wed Jan 06 23:02:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684872737408434179, "text": "search for the killer bot https://t.co/SpmaaOauOc great piece by @CaseyNewton. eventually bots + messaging will be part of all apps. @Layer", "coordinates": null, "retweeted": false, "favorite_count": 25, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684884814218969088", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theverge.com/2016/1/6/10718\u2026", "url": "https://t.co/SpmaaOauOc", "expanded_url": "http://www.theverge.com/2016/1/6/10718282/internet-bots-messaging-slack-facebook-m", "indices": [36, 59]}], "hashtags": [], "user_mentions": [{"screen_name": "RonP", "id_str": "785027", "id": 785027, "indices": [3, 8], "name": "Ron Palmeri"}, {"screen_name": "CaseyNewton", "id_str": "69426451", "id": 69426451, "indices": [75, 87], "name": "Casey Newton"}, {"screen_name": "layer", "id_str": "1518024493", "id": 1518024493, "indices": [139, 140], "name": "Layer"}]}, "created_at": "Wed Jan 06 23:50:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684884814218969088, "text": "RT @RonP: search for the killer bot https://t.co/SpmaaOauOc great piece by @CaseyNewton. eventually bots + messaging will be part of all ap\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 809512, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 4116, "profile_banner_url": "https://pbs.twimg.com/profile_banners/809512/1400563083", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "862224750", "following": false, "friends_count": 0, "entities": {"description": {"urls": [{"display_url": "hangops.com/sessions/", "url": "http://t.co/EOwiu1aAwR", "expanded_url": "http://www.hangops.com/sessions/", "indices": [96, 118]}]}, "url": {"urls": [{"display_url": "hangops.com", "url": "http://t.co/Lx9zm0oBLJ", "expanded_url": "http://www.hangops.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 2061, "location": "", "screen_name": "hangops", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 81, "name": "hangops", "profile_use_background_image": false, "description": "#hangops is awesome weekly discussions with the #devops community, via Google Hangouts and IRC. http://t.co/EOwiu1aAwR for past sessions. By @solarce", "url": "http://t.co/Lx9zm0oBLJ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2681580573/f520588ff7bf9eb9fe3416388ed76e75_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Oct 05 00:01:43 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2681580573/f520588ff7bf9eb9fe3416388ed76e75_normal.jpeg", "favourites_count": 69, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "646408217136762880", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "hangops.slack.com", "url": "http://t.co/Fb1ajYZfOA", "expanded_url": "http://hangops.slack.com", "indices": [0, 22]}, {"display_url": "github.com/rawdigits/wee-\u2026", "url": "https://t.co/dmmnnoordq", "expanded_url": "https://github.com/rawdigits/wee-slack#features", "indices": [83, 106]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Sep 22 19:38:23 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 646408217136762880, "text": "http://t.co/Fb1ajYZfOA now has the web API enabled for those of you wanting to use https://t.co/dmmnnoordq", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 862224750, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 688, "profile_banner_url": "https://pbs.twimg.com/profile_banners/862224750/1399731010", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "617421398", "following": false, "friends_count": 168, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theshipshow.com", "url": "http://t.co/lxkypXpOrH", "expanded_url": "http://theshipshow.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1123, "location": "The cloud", "screen_name": "ShipShowPodcast", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 68, "name": "The Ship Show", "profile_use_background_image": true, "description": "Build engineering, DevOps, release management. With @SoberBuildEng, @buildscientist, @eciramella, @cheeseplus, @sascha_d, @petecheslock, @SonOfGarr & @beerops", "url": "http://t.co/lxkypXpOrH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2487098853/4465djeq8bk0o8atyw71_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Jun 24 19:59:11 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2487098853/4465djeq8bk0o8atyw71_normal.png", "favourites_count": 59, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677600921661014016", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theshipshow.com/59", "url": "https://t.co/UyQzFmCVFO", "expanded_url": "http://theshipshow.com/59", "indices": [90, 113]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 17 21:27:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677600921661014016, "text": "\"It doesn't really matter what we do behind the scenes if we deliver cr@# to customers.\"\n\nhttps://t.co/UyQzFmCVFO", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 617421398, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 666, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15782607", "following": false, "friends_count": 320, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "semicomplete.com", "url": "http://t.co/xNqnRweCSA", "expanded_url": "http://www.semicomplete.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 5868, "location": "Silicon Valley", "screen_name": "jordansissel", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 302, "name": "@jordansissel", "profile_use_background_image": true, "description": "Empathy-driven development. Consensual hugs are available. I yell at computers a lot.", "url": "http://t.co/xNqnRweCSA", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663866598831230976/MrGxbRBh_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Fri Aug 08 20:28:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663866598831230976/MrGxbRBh_normal.jpg", "favourites_count": 495, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685605145757929473", "id": 685605145757929473, "text": "I can't shutdown this machine via remote desktop, and I refuse to admit that I can walk over and hit the power button. #lazy", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "lazy", "indices": [119, 124]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:32:59 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15782607, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 33053, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15782607/1423683827", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "356447127", "following": false, "friends_count": 1167, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jpaulreed.com", "url": "https://t.co/fXjoS4z1wT", "expanded_url": "http://jpaulreed.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/314931142/sbe-t-bkgrnd.jpg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 2096, "location": "San Francisco, CA", "screen_name": "jpaulreed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 152, "name": "J. Paul Reed", "profile_use_background_image": true, "description": "Simply ship. Every time. Principal at Release Engineering Approaches; visiting scientist at @praxisflow; host of the @ShipShowPodcast.", "url": "https://t.co/fXjoS4z1wT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/565476374723309568/IVYwceSG_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Aug 16 21:33:37 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/565476374723309568/IVYwceSG_normal.jpeg", "favourites_count": 3218, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685557570925244416", "id": 685557570925244416, "text": "\"I mean he's got a masters in compilers. You KNOW he's seen some shit...\" - @petecheslock", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "petecheslock", "id_str": "264481774", "id": 264481774, "indices": [76, 89], "name": "Pete Cheslock"}]}, "created_at": "Fri Jan 08 20:23:56 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 356447127, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/314931142/sbe-t-bkgrnd.jpg", "statuses_count": 10034, "profile_banner_url": "https://pbs.twimg.com/profile_banners/356447127/1435428064", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "42039840", "following": false, "friends_count": 1810, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hackygolucky.com", "url": "http://t.co/PAxs7FiRx8", "expanded_url": "http://hackygolucky.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000121813986/af68e9e3d6fe92f4ee05a6c691b70906.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "3E2D57", "geo_enabled": true, "followers_count": 1936, "location": "NYC", "screen_name": "HackyGoLucky", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 107, "name": "Tracy", "profile_use_background_image": true, "description": "JS community catHerder, Web Engineer @urbanairship. Fighting my own small revolutions(trouble!). Inciting confidence in people one compliment at a time...", "url": "http://t.co/PAxs7FiRx8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504692206829965312/sJiuqH_J_normal.jpeg", "profile_background_color": "022330", "created_at": "Sat May 23 15:04:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504692206829965312/sJiuqH_J_normal.jpeg", "favourites_count": 7274, "status": {"in_reply_to_status_id": 685527140801101824, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "kosamari", "in_reply_to_user_id": 8470842, "in_reply_to_status_id_str": "685527140801101824", "in_reply_to_user_id_str": "8470842", "truncated": false, "id_str": "685573092727480321", "id": 685573092727480321, "text": "@kosamari I thought there are engineers at places like Facebook, maybe IBM?(don't quote me) whose sole job is things like the Linux kernel.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kosamari", "id_str": "8470842", "id": 8470842, "indices": [0, 9], "name": "Mariko Kosaka"}]}, "created_at": "Fri Jan 08 21:25:37 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 42039840, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000121813986/af68e9e3d6fe92f4ee05a6c691b70906.jpeg", "statuses_count": 4524, "profile_banner_url": "https://pbs.twimg.com/profile_banners/42039840/1405318288", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "109950516", "following": false, "friends_count": 928, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/pandafulmanda", "url": "https://t.co/z2zVcyDpqy", "expanded_url": "https://github.com/pandafulmanda", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 425, "location": "", "screen_name": "pandafulmanda", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Amanda Shih", "profile_use_background_image": true, "description": "", "url": "https://t.co/z2zVcyDpqy", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/546906721554145280/6zxoznyM_normal.jpeg", "profile_background_color": "0099B9", "created_at": "Sat Jan 30 20:34:23 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/546906721554145280/6zxoznyM_normal.jpeg", "favourites_count": 270, "status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "621759022606221312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "classes.codeparkhouston.com", "url": "http://t.co/wVXwebEKcU", "expanded_url": "http://classes.codeparkhouston.com/", "indices": [118, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "houstonlibrary", "id_str": "5862922", "id": 5862922, "indices": [60, 75], "name": "Houston Library"}, {"screen_name": "fileunderjeff", "id_str": "73465639", "id": 73465639, "indices": [91, 105], "name": "Jeff Reichman"}, {"screen_name": "Transition", "id_str": "14259159", "id": 14259159, "indices": [106, 117], "name": "Transition"}]}, "created_at": "Thu Jul 16 19:11:17 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 621759022606221312, "text": "Another round of free Coding in Minecraft classes for teens @houstonlibrary this Saturday! @fileunderjeff @Transition http://t.co/wVXwebEKcU", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 109950516, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 131, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "41926203", "following": false, "friends_count": 172, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "secondstory.com", "url": "http://t.co/CwqjPAv4X6", "expanded_url": "http://www.secondstory.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 141, "location": "Portland, Oregon", "screen_name": "dbrewerpdx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 7, "name": "David Brewer", "profile_use_background_image": true, "description": "Web Technology Lead at Second Story. Following web/mobile development, security, open source, history, museums and collections, and more.", "url": "http://t.co/CwqjPAv4X6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1230031852/5_thumb_normal.jpg", "profile_background_color": "131516", "created_at": "Fri May 22 23:27:16 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1230031852/5_thumb_normal.jpg", "favourites_count": 220, "status": {"retweet_count": 36214, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 36214, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "576036726046646272", "id": 576036726046646272, "text": "Terry took Death\u2019s arm and followed him through the doors and on to the black desert under the endless night.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Mar 12 15:07:12 +0000 2015", "source": "Twitter Web Client", "favorite_count": 21498, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "576091352733093888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "terryandrob", "id_str": "22477940", "id": 22477940, "indices": [3, 15], "name": "Terry Pratchett"}]}, "created_at": "Thu Mar 12 18:44:16 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 576091352733093888, "text": "RT @terryandrob: Terry took Death\u2019s arm and followed him through the doors and on to the black desert under the endless night.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 41926203, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1492, "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14586723", "following": false, "friends_count": 684, "entities": {"description": {"urls": [{"display_url": "twitter.com/jeffsussna/sta\u2026", "url": "https://t.co/NRBhIxWRkj", "expanded_url": "https://twitter.com/jeffsussna/status/627202142542041088?s=09", "indices": [0, 23]}]}, "url": {"urls": [{"display_url": "about.me/lusis", "url": "http://t.co/K7LVyopS5x", "expanded_url": "http://about.me/lusis", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/884215773/5ea824395da2cf19c1e8bcf943b50db2.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3845, "location": "\u00dcT: 34.010375,-84.367464", "screen_name": "lusis", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 301, "name": "elated-pig", "profile_use_background_image": true, "description": "https://t.co/NRBhIxWRkj", "url": "http://t.co/K7LVyopS5x", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/422582473331974144/xzes5qFM_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Apr 29 16:16:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/422582473331974144/xzes5qFM_normal.jpeg", "favourites_count": 6670, "status": {"in_reply_to_status_id": 685580643070128128, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "flangy", "in_reply_to_user_id": 14209746, "in_reply_to_status_id_str": "685580643070128128", "in_reply_to_user_id_str": "14209746", "truncated": false, "id_str": "685582667786641410", "id": 685582667786641410, "text": "@flangy BUY MY DATABA...oh wait. I don't have anything to sell.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "flangy", "id_str": "14209746", "id": 14209746, "indices": [0, 7], "name": "2,016 #Content"}]}, "created_at": "Fri Jan 08 22:03:40 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14586723, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/884215773/5ea824395da2cf19c1e8bcf943b50db2.jpeg", "statuses_count": 51138, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14586723/1438371843", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "822284", "following": false, "friends_count": 96, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "solarce.org", "url": "https://t.co/JlvQwqMQ80", "expanded_url": "https://solarce.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 2701, "location": "Los Angeles, CA", "screen_name": "solarce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 219, "name": "leader of cola", "profile_use_background_image": true, "description": "Ops Engineering, Infrastructure Manager at @travisci || webops, devops, unix, @hangops, and gifs || \u2728 RIP @lolcatstevens. Love you buddy. \u2728", "url": "https://t.co/JlvQwqMQ80", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637409714892967936/XXjCPWZj_normal.jpg", "profile_background_color": "0099B9", "created_at": "Thu Mar 08 16:55:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637409714892967936/XXjCPWZj_normal.jpg", "favourites_count": 24031, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608754591711232", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "app.net", "url": "https://t.co/qtbj6wMFuz", "expanded_url": "http://app.net", "indices": [17, 40]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:47:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608754591711232, "text": "Is peach the new https://t.co/qtbj6wMFuz?", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 822284, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 44034, "profile_banner_url": "https://pbs.twimg.com/profile_banners/822284/1440807638", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "264481774", "following": false, "friends_count": 502, "entities": {"description": {"urls": [{"display_url": "omg.pete.wtf/1bqAY", "url": "https://t.co/PTfL8GfXcY", "expanded_url": "http://omg.pete.wtf/1bqAY", "indices": [103, 126]}]}, "url": {"urls": [{"display_url": "pete.wtf", "url": "https://t.co/uyeoAVEs1J", "expanded_url": "https://pete.wtf", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/732697280/8e7fc630a628b76234408fa31c0a21c4.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2494, "location": "Boston, MA", "screen_name": "petecheslock", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 153, "name": "Pete Cheslock", "profile_use_background_image": true, "description": "Ceci n'est pas un @petechesbot. I computer at @threatstack. I also do @BosOps & @ShipShowPodcast. PGP: https://t.co/PTfL8GfXcY", "url": "https://t.co/uyeoAVEs1J", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/530791753830244352/8XeF4t-d_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 12 00:10:18 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/530791753830244352/8XeF4t-d_normal.jpeg", "favourites_count": 4678, "status": {"in_reply_to_status_id": 685554188399460352, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ohlol", "in_reply_to_user_id": 15387262, "in_reply_to_status_id_str": "685554188399460352", "in_reply_to_user_id_str": "15387262", "truncated": false, "id_str": "685610690674057216", "id": 685610690674057216, "text": "@ohlol @richburroughs lmao", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ohlol", "id_str": "15387262", "id": 15387262, "indices": [0, 6], "name": "O(tires)"}, {"screen_name": "richburroughs", "id_str": "19552154", "id": 19552154, "indices": [7, 21], "name": "Rich Burroughs"}]}, "created_at": "Fri Jan 08 23:55:01 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ht"}, "default_profile_image": false, "id": 264481774, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/732697280/8e7fc630a628b76234408fa31c0a21c4.jpeg", "statuses_count": 20535, "profile_banner_url": "https://pbs.twimg.com/profile_banners/264481774/1404067173", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14939200", "following": false, "friends_count": 419, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "seancribbs.com", "url": "https://t.co/Bs65kfFYL5", "expanded_url": "http://seancribbs.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "005C99", "geo_enabled": true, "followers_count": 3126, "location": "", "screen_name": "seancribbs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 257, "name": "Sean Cribbs", "profile_use_background_image": false, "description": "Husband, Cat Daddy, distsys geek, pedant", "url": "https://t.co/Bs65kfFYL5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564571026906828800/VWMqibpC_normal.jpeg", "profile_background_color": "131516", "created_at": "Thu May 29 00:27:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564571026906828800/VWMqibpC_normal.jpeg", "favourites_count": 28657, "status": {"retweet_count": 28, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 28, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685523664758898688", "id": 685523664758898688, "text": "\"Knowing how to program is not synonymous w/ understanding how technologies are entangled w/ power and meaning.\" @jenterysayers #MLA16 #s280", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "MLA16", "indices": [128, 134]}, {"text": "s280", "indices": [135, 140]}], "user_mentions": [{"screen_name": "jenterysayers", "id_str": "98890966", "id": 98890966, "indices": [113, 127], "name": "Jentery Sayers"}]}, "created_at": "Fri Jan 08 18:09:12 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 39, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685563282900422656", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "MLA16", "indices": [139, 140]}, {"text": "s280", "indices": [139, 140]}], "user_mentions": [{"screen_name": "Jessifer", "id_str": "11702102", "id": 11702102, "indices": [3, 12], "name": "Jesse Stommel"}, {"screen_name": "jenterysayers", "id_str": "98890966", "id": 98890966, "indices": [127, 140], "name": "Jentery Sayers"}]}, "created_at": "Fri Jan 08 20:46:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685563282900422656, "text": "RT @Jessifer: \"Knowing how to program is not synonymous w/ understanding how technologies are entangled w/ power and meaning.\" @jenterysaye\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14939200, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 36449, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14939200/1446405447", "is_translator": false}, {"time_zone": "Auckland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "13756082", "following": false, "friends_count": 671, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "heyrafael.com", "url": "https://t.co/ZVABFDWGXm", "expanded_url": "https://heyrafael.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1151, "location": "Auckland, New Zealand", "screen_name": "rafaelmagu", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Rafael Fonseca", "profile_use_background_image": false, "description": "Lead #BreakOps Practitioner at @vendhq", "url": "https://t.co/ZVABFDWGXm", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678154954696237056/xPF3EVv-_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Feb 21 04:26:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678154954696237056/xPF3EVv-_normal.jpg", "favourites_count": 4019, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613477818429449", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "rnkpr.com/abudyju", "url": "https://t.co/H59tJXn4L8", "expanded_url": "http://rnkpr.com/abudyju", "indices": [60, 83]}], "hashtags": [{"text": "Runkeeper", "indices": [84, 94]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:06:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613477818429449, "text": "Just completed a 1.42 km walk with Runkeeper. Check it out! https://t.co/H59tJXn4L8 #Runkeeper", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Runkeeper"}, "default_profile_image": false, "id": 13756082, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 92742, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13756082/1432813367", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "23967168", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thejoyofcode.com", "url": "https://t.co/FTsNoR2BNt", "expanded_url": "http://www.thejoyofcode.com/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3367, "location": "Redmond, WA", "screen_name": "joshtwist", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 138, "name": "Josh Twist", "profile_use_background_image": true, "description": "Product Management @Auth0 - making identity simple for developers. Ex-Microsoft Azure PM. Brit in the US; accent takes all the credit.", "url": "https://t.co/FTsNoR2BNt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2580020739/54byw9ppnr5yyj4d1tnd_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 12 15:26:43 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2580020739/54byw9ppnr5yyj4d1tnd_normal.jpeg", "favourites_count": 206, "status": {"retweet_count": 437, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 437, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685297500689829888", "id": 685297500689829888, "text": "App that recognizes your phone is falling and likely to get cracked and auto purchases insurance instantly prior to impact.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 03:10:31 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 898, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685298157073248258", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BoredElonMusk", "id_str": "1666038950", "id": 1666038950, "indices": [3, 17], "name": "Bored Elon Musk"}]}, "created_at": "Fri Jan 08 03:13:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685298157073248258, "text": "RT @BoredElonMusk: App that recognizes your phone is falling and likely to get cracked and auto purchases insurance instantly prior to impa\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 23967168, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6175, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23967168/1447243606", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14061017", "following": false, "friends_count": 844, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "geekafterfive.com", "url": "https://t.co/5ooybAQSUP", "expanded_url": "http://geekafterfive.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1585, "location": "Flower Mound, TX", "screen_name": "jakerobinson", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 104, "name": "\u281a\u2801\u2805\u2811\u2817\u2815\u2803\u280a\u281d\u280e\u2815\u281d", "profile_use_background_image": true, "description": "Level 12 DevOps Rogue - Project Zombie @vmware", "url": "https://t.co/5ooybAQSUP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671904209004965888/M5bwd2NZ_normal.jpg", "profile_background_color": "022330", "created_at": "Fri Feb 29 17:53:34 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671904209004965888/M5bwd2NZ_normal.jpg", "favourites_count": 4963, "status": {"retweet_count": 13, "retweeted_status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685508609254506496", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/UoEN4sD5WW", "url": "https://t.co/UoEN4sD5WW", "expanded_url": "http://twitter.com/ascendantlogic/status/685508609254506496/photo/1", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:09:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685508609254506496, "text": "feels like ops work https://t.co/UoEN4sD5WW", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685516326329188353", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/UoEN4sD5WW", "url": "https://t.co/UoEN4sD5WW", "expanded_url": "http://twitter.com/ascendantlogic/status/685508609254506496/photo/1", "indices": [40, 63]}], "hashtags": [], "user_mentions": [{"screen_name": "ascendantlogic", "id_str": "15544659", "id": 15544659, "indices": [3, 18], "name": "(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35 \u253b\u2501\u253b"}]}, "created_at": "Fri Jan 08 17:40:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685516326329188353, "text": "RT @ascendantlogic: feels like ops work https://t.co/UoEN4sD5WW", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14061017, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 13931, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14061017/1401767927", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6386722", "following": false, "friends_count": 285, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/18101581/IMG_0263.JPG", "notifications": false, "profile_sidebar_fill_color": "4092B8", "profile_link_color": "072778", "geo_enabled": true, "followers_count": 139, "location": "San Antonio, TX", "screen_name": "t8r", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Daniel Bel Biv Defoe", "profile_use_background_image": true, "description": "It's a new artform, showing people how little we care.\n\nAlabamian, Georgian, Texian, a being composed of pure energy and BBQ.", "url": null, "profile_text_color": "000308", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469334450128433152/xK6VV0O2_normal.jpeg", "profile_background_color": "252533", "created_at": "Mon May 28 14:41:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469334450128433152/xK6VV0O2_normal.jpeg", "favourites_count": 55, "status": {"retweet_count": 5, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 5, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "668879651037646849", "id": 668879651037646849, "text": "All I can surmise from my Twitter feed right now is that:\n\n1. Slack is down\n2. Slack is making motherfuckin' monayyyyy", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 23 19:51:50 +0000 2015", "source": "Twitter Web Client", "favorite_count": 10, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "668888540017594369", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "maddox", "id_str": "750823", "id": 750823, "indices": [3, 10], "name": "Jon Maddox"}]}, "created_at": "Mon Nov 23 20:27:09 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 668888540017594369, "text": "RT @maddox: All I can surmise from my Twitter feed right now is that:\n\n1. Slack is down\n2. Slack is making motherfuckin' monayyyyy", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 6386722, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/18101581/IMG_0263.JPG", "statuses_count": 716, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "3519791", "following": false, "friends_count": 93, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 56, "location": "Haddon Heights, NJ", "screen_name": "seangrieve", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Sean Grieve", "profile_use_background_image": true, "description": "Principal Software Engineer at Digitas Health in Philadelphia.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2606538021/55vefb1nbuosjac2i1vs_normal.gif", "profile_background_color": "9AE4E8", "created_at": "Thu Apr 05 13:47:12 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2606538021/55vefb1nbuosjac2i1vs_normal.gif", "favourites_count": 68, "status": {"retweet_count": 221, "retweeted_status": {"retweet_count": 221, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683201788334313474", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 480, "resize": "fit"}, "small": {"w": 340, "h": 255, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/683201676484870144/pu/img/6Eo37WESV9YwrWsB.jpg", "type": "photo", "indices": [14, 37], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/683201676484870144/pu/img/6Eo37WESV9YwrWsB.jpg", "display_url": "pic.twitter.com/6Cio8EyB9E", "id_str": "683201676484870144", "expanded_url": "http://twitter.com/damienkatz/status/683201788334313474/video/1", "id": 683201676484870144, "url": "https://t.co/6Cio8EyB9E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 08:22:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683201788334313474, "text": "\"son of a...\" https://t.co/6Cio8EyB9E", "coordinates": null, "retweeted": false, "favorite_count": 215, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683392657993953280", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 480, "resize": "fit"}, "small": {"w": 340, "h": 255, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 450, "resize": "fit"}}, "source_status_id_str": "683201788334313474", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/683201676484870144/pu/img/6Eo37WESV9YwrWsB.jpg", "source_user_id_str": "77827772", "id_str": "683201676484870144", "id": 683201676484870144, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/683201676484870144/pu/img/6Eo37WESV9YwrWsB.jpg", "type": "photo", "indices": [30, 53], "source_status_id": 683201788334313474, "source_user_id": 77827772, "display_url": "pic.twitter.com/6Cio8EyB9E", "expanded_url": "http://twitter.com/damienkatz/status/683201788334313474/video/1", "url": "https://t.co/6Cio8EyB9E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "damienkatz", "id_str": "77827772", "id": 77827772, "indices": [3, 14], "name": "hashtagdamienkatz"}]}, "created_at": "Sat Jan 02 21:01:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683392657993953280, "text": "RT @damienkatz: \"son of a...\" https://t.co/6Cio8EyB9E", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 3519791, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 349, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": false, "description": "i keep the big number spinning and in my spare time i am sad. music over at @leftfold, sometimes. married to @tina2moons.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "7280452", "profile_image_url": "http://pbs.twimg.com/profile_images/663553425196474369/Ulo6xLzy_normal.jpg", "friends_count": 665, "entities": {"description": {"urls": []}}, "profile_background_color": "D1DAEB", "created_at": "Fri Jul 06 01:50:49 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "3E4E61", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 19006, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/663553425196474369/Ulo6xLzy_normal.jpg", "favourites_count": 63442, "listed_count": 6, "geo_enabled": true, "follow_request_sent": false, "followers_count": 253, "following": false, "default_profile_image": false, "id": 7280452, "blocked_by": false, "name": "something important", "location": "Watertown, MA", "screen_name": "decklin", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5693282", "following": false, "friends_count": 251, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "amblin.io", "url": "https://t.co/ej9BXSk4C7", "expanded_url": "https://amblin.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 363, "location": "Charleston, SC", "screen_name": "amblin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Matthew Gregg", "profile_use_background_image": false, "description": "Sharks!", "url": "https://t.co/ej9BXSk4C7", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675397943546028033/2rzp8ZSK_normal.jpg", "profile_background_color": "FDFDFD", "created_at": "Tue May 01 19:59:12 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675397943546028033/2rzp8ZSK_normal.jpg", "favourites_count": 2215, "status": {"in_reply_to_status_id": 685500171900317696, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/3b98b02fba3f9753.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-84.32187, 33.752879], [-75.40012, 33.752879], [-75.40012, 36.588118], [-84.32187, 36.588118]]], "type": "Polygon"}, "full_name": "North Carolina, USA", "contained_within": [], "country_code": "US", "id": "3b98b02fba3f9753", "name": "North Carolina"}, "in_reply_to_screen_name": "shortxstack", "in_reply_to_user_id": 8094902, "in_reply_to_status_id_str": "685500171900317696", "in_reply_to_user_id_str": "8094902", "truncated": false, "id_str": "685575652582551552", "id": 685575652582551552, "text": "@shortxstack Good luck with that.", "geo": {"coordinates": [35.4263958, -83.0871535], "type": "Point"}, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "shortxstack", "id_str": "8094902", "id": 8094902, "indices": [0, 12], "name": "Whitney Champion"}]}, "created_at": "Fri Jan 08 21:35:47 +0000 2016", "source": "Fenix for Android", "favorite_count": 1, "favorited": false, "coordinates": {"coordinates": [-83.0871535, 35.4263958], "type": "Point"}, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5693282, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8006, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5693282/1447632413", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "7693892", "following": false, "friends_count": 179, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 46, "location": "New York, NY", "screen_name": "greggian", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "greggian", "profile_use_background_image": true, "description": "Computer Enginerd", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1268590618/eightbit-f0b3028b-8d9a-495c-b40e-4997758ca6b4_normal.png", "profile_background_color": "ACDED6", "created_at": "Tue Jul 24 20:19:29 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1268590618/eightbit-f0b3028b-8d9a-495c-b40e-4997758ca6b4_normal.png", "favourites_count": 152, "status": {"retweet_count": 204, "retweeted_status": {"retweet_count": 204, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "670818411476291584", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 149, "resize": "fit"}, "large": {"w": 1024, "h": 451, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 264, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CU85yi3UAAAXi6x.png", "type": "photo", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CU85yi3UAAAXi6x.png", "display_url": "pic.twitter.com/TdOEFjCSHZ", "id_str": "670818410016538624", "expanded_url": "http://twitter.com/mattcutts/status/670818411476291584/photo/1", "id": 670818410016538624, "url": "https://t.co/TdOEFjCSHZ"}], "symbols": [], "urls": [{"display_url": "buzzfeed.com/sarahmathews/h\u2026", "url": "https://t.co/b5aAcBpo2x", "expanded_url": "http://www.buzzfeed.com/sarahmathews/how-to-get-your-green-card-in-america#.taAVLxo5Y", "indices": [22, 45]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Nov 29 04:15:47 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 670818411476291584, "text": "An immigrant's story: https://t.co/b5aAcBpo2x\n\nIt's a really good (important) read. https://t.co/TdOEFjCSHZ", "coordinates": null, "retweeted": false, "favorite_count": 261, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "670833853431422976", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 149, "resize": "fit"}, "large": {"w": 1024, "h": 451, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 264, "resize": "fit"}}, "source_status_id_str": "670818411476291584", "media_url": "http://pbs.twimg.com/media/CU85yi3UAAAXi6x.png", "source_user_id_str": "3080761", "id_str": "670818410016538624", "id": 670818410016538624, "media_url_https": "https://pbs.twimg.com/media/CU85yi3UAAAXi6x.png", "type": "photo", "indices": [99, 122], "source_status_id": 670818411476291584, "source_user_id": 3080761, "display_url": "pic.twitter.com/TdOEFjCSHZ", "expanded_url": "http://twitter.com/mattcutts/status/670818411476291584/photo/1", "url": "https://t.co/TdOEFjCSHZ"}], "symbols": [], "urls": [{"display_url": "buzzfeed.com/sarahmathews/h\u2026", "url": "https://t.co/b5aAcBpo2x", "expanded_url": "http://www.buzzfeed.com/sarahmathews/how-to-get-your-green-card-in-america#.taAVLxo5Y", "indices": [37, 60]}], "hashtags": [], "user_mentions": [{"screen_name": "mattcutts", "id_str": "3080761", "id": 3080761, "indices": [3, 13], "name": "Matt Cutts"}]}, "created_at": "Sun Nov 29 05:17:08 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 670833853431422976, "text": "RT @mattcutts: An immigrant's story: https://t.co/b5aAcBpo2x\n\nIt's a really good (important) read. https://t.co/TdOEFjCSHZ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 7693892, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 441, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5746882", "following": false, "friends_count": 6134, "entities": {"description": {"urls": [{"display_url": "openhumans.org", "url": "https://t.co/ycsix8FQSf", "expanded_url": "http://openhumans.org", "indices": [91, 114]}]}, "url": {"urls": [{"display_url": "beaugunderson.com", "url": "https://t.co/de9VPgyMpj", "expanded_url": "https://beaugunderson.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/379605553/pattern_156.gif", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "2D2823", "geo_enabled": true, "followers_count": 7380, "location": "Seattle, WA", "screen_name": "beaugunderson", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 175, "name": "new beauginnings", "profile_use_background_image": true, "description": "feminist, feeling-haver, net art maker, #botALLY \u2665 javascript & python \u26a1\ufe0f pronouns: he/him https://t.co/ycsix8FQSf", "url": "https://t.co/de9VPgyMpj", "profile_text_color": "273633", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/623757496100896768/_AtAzJim_normal.jpg", "profile_background_color": "204443", "created_at": "Thu May 03 17:46:35 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "1A3230", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/623757496100896768/_AtAzJim_normal.jpg", "favourites_count": 16157, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685605086504996864", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/nerdgarbagebot\u2026", "url": "https://t.co/4kDdEz0rci", "expanded_url": "https://twitter.com/nerdgarbagebot/status/685600694389309440", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:32:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685605086504996864, "text": "not gonna lie i'd watch this if it came to key arena https://t.co/4kDdEz0rci", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 5746882, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/379605553/pattern_156.gif", "statuses_count": 14389, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5746882/1398198050", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "185682669", "following": false, "friends_count": 188, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jeremydove.WordPress.com", "url": "http://t.co/09i6MGDXMz", "expanded_url": "http://jeremydove.WordPress.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 29, "location": "Web", "screen_name": "dovejeremy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Jeremy Dove", "profile_use_background_image": true, "description": "", "url": "http://t.co/09i6MGDXMz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1796590654/DADD6983-561F-4E42-A57D-8CA98C0B5285_normal", "profile_background_color": "131516", "created_at": "Wed Sep 01 15:46:02 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796590654/DADD6983-561F-4E42-A57D-8CA98C0B5285_normal", "favourites_count": 18, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "unread_app", "in_reply_to_user_id": 1616252148, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "1616252148", "truncated": false, "id_str": "595026850016923648", "id": 595026850016923648, "text": "@unread_app is there any way to add a new feed with the app?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "unread_app", "id_str": "1616252148", "id": 1616252148, "indices": [0, 11], "name": "Unread"}]}, "created_at": "Mon May 04 00:47:10 +0000 2015", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 185682669, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 401, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14127311", "following": false, "friends_count": 157, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/gwoo", "url": "http://t.co/ZzcXX4NxLe", "expanded_url": "http://github.com/gwoo", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/47979086/twitter-bg.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "029CD4", "geo_enabled": true, "followers_count": 1077, "location": "Venice, CA", "screen_name": "gwoo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 121, "name": "gwoo", "profile_use_background_image": true, "description": "Likes building things.", "url": "http://t.co/ZzcXX4NxLe", "profile_text_color": "080808", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/76190782/Picture_4_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Mar 11 20:55:23 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/76190782/Picture_4_normal.jpg", "favourites_count": 25, "status": {"retweet_count": 0, "in_reply_to_user_id": 13799152, "possibly_sensitive": false, "id_str": "598902558845964288", "in_reply_to_user_id_str": "13799152", "entities": {"symbols": [], "urls": [{"display_url": "aphyr.com/tags/jepsen", "url": "https://t.co/46Sufv0orQ", "expanded_url": "https://aphyr.com/tags/jepsen", "indices": [8, 31]}], "hashtags": [], "user_mentions": [{"screen_name": "phishy", "id_str": "13799152", "id": 13799152, "indices": [0, 7], "name": "Jeff Loiselle"}]}, "created_at": "Thu May 14 17:27:51 +0000 2015", "favorited": false, "in_reply_to_status_id": 598854227423821824, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "phishy", "in_reply_to_status_id_str": "598854227423821824", "truncated": false, "id": 598902558845964288, "text": "@phishy https://t.co/46Sufv0orQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14127311, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/47979086/twitter-bg.png", "statuses_count": 2698, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16388864", "following": false, "friends_count": 353, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/sixty4k", "url": "http://t.co/ETlIgYv3ja", "expanded_url": "http://about.me/sixty4k", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 390, "location": "iPhone: 42.247345,-122.777405", "screen_name": "sixty4k", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 23, "name": "My Name is Mike", "profile_use_background_image": true, "description": "Internet janitor. Music collector/dj. Well meaning jerk. I devops the kanban of your agile lean.", "url": "http://t.co/ETlIgYv3ja", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3140107376/eda338219ad74533f0c7fcec945ec7ac_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sun Sep 21 08:31:04 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3140107376/eda338219ad74533f0c7fcec945ec7ac_normal.jpeg", "favourites_count": 3183, "status": {"in_reply_to_status_id": 685562636746895360, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "philiph", "in_reply_to_user_id": 31693, "in_reply_to_status_id_str": "685562636746895360", "in_reply_to_user_id_str": "31693", "truncated": false, "id_str": "685569787116826627", "id": 685569787116826627, "text": "@philiph FreeBSD? ooohhhhh, BeOS!? but srsly, get an SSD.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "philiph", "id_str": "31693", "id": 31693, "indices": [0, 8], "name": "Philip J. Hollenback"}]}, "created_at": "Fri Jan 08 21:12:29 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16388864, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 8364, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16388864/1419747240", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2788841", "following": false, "friends_count": 1338, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gRegorLove.com", "url": "http://t.co/pM0DwbswIl", "expanded_url": "http://gRegorLove.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000138274533/SVWXap2U.png", "notifications": false, "profile_sidebar_fill_color": "E3E8FF", "profile_link_color": "E00000", "geo_enabled": true, "followers_count": 1062, "location": "Bellingham, WA", "screen_name": "gRegorLove", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "gRegor Morrill", "profile_use_background_image": false, "description": "music, faith, computer geekery, friends, liberty", "url": "http://t.co/pM0DwbswIl", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/421355267800846336/9KjkIhvZ_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Thu Mar 29 04:43:14 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/421355267800846336/9KjkIhvZ_normal.jpeg", "favourites_count": 22100, "status": {"in_reply_to_status_id": 685490719482626048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "indiana_mama", "in_reply_to_user_id": 121468302, "in_reply_to_status_id_str": "685490719482626048", "in_reply_to_user_id_str": "121468302", "truncated": false, "id_str": "685569803935821825", "id": 685569803935821825, "text": "@indiana_mama Probably after I finish _To Kill a Mockingbird_ and _Go Set a Watchman_.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "indiana_mama", "id_str": "121468302", "id": 121468302, "indices": [0, 13], "name": "Isha"}]}, "created_at": "Fri Jan 08 21:12:33 +0000 2016", "source": "Bridgy", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2788841, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000138274533/SVWXap2U.png", "statuses_count": 47029, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2788841/1357663506", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6964862", "following": false, "friends_count": 420, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/zerohalo", "url": "https://t.co/jZZxidwL7w", "expanded_url": "http://about.me/zerohalo", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 207, "location": "Cambridge, Massachusetts", "screen_name": "zerohalo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Alan Graham", "profile_use_background_image": true, "description": "Just a geek that occasionally gets creative.", "url": "https://t.co/jZZxidwL7w", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667085904796848128/yeFFAx6r_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Jun 20 12:44:06 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667085904796848128/yeFFAx6r_normal.jpg", "favourites_count": 138, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682788358653882368", "id": 682788358653882368, "text": "Happy New Year!!!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 05:00:04 +0000 2016", "source": "IFTTT", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6964862, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 180, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11437862", "following": false, "friends_count": 469, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brianlyttle.com", "url": "https://t.co/ZLWdFllNPJ", "expanded_url": "http://www.brianlyttle.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/214582547/blgrid.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "3958F5", "geo_enabled": false, "followers_count": 342, "location": "Deep backwards square leg", "screen_name": "brianly", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Brian Lyttle", "profile_use_background_image": true, "description": "Cloud Therapist at Yammer. Northern Ireland to Philadelphia via Manchester. Husband. C# and Python hacker. Photographer. Cyclist. Scuba. MUFC.", "url": "https://t.co/ZLWdFllNPJ", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662301402337820672/npI4RiZD_normal.jpg", "profile_background_color": "352726", "created_at": "Sat Dec 22 19:09:45 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662301402337820672/npI4RiZD_normal.jpg", "favourites_count": 319, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684531072105865217", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "qz.com/584874/you-pro\u2026", "url": "https://t.co/QzpPweizjx", "expanded_url": "http://qz.com/584874/you-probably-know-to-ask-yourself-what-do-i-want-heres-a-way-better-question/", "indices": [82, 105]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 00:25:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684531072105865217, "text": "You probably know to ask yourself, \u201cWhat do I want?\u201d Here\u2019s a way better question https://t.co/QzpPweizjx", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 11437862, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/214582547/blgrid.gif", "statuses_count": 1676, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11437862/1400990669", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "20182605", "following": false, "friends_count": 367, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joedoyle.us", "url": "http://t.co/bKxUjxFrF0", "expanded_url": "http://joedoyle.us/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 202, "location": "Oakland, CA", "screen_name": "JoeDoyle23", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Joe Doyle", "profile_use_background_image": false, "description": "I love to Node and JavaScript. Brewer of beer and raiser of children. And other stuff. Head of Server @app_press", "url": "http://t.co/bKxUjxFrF0", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651126158143033344/n1qRgpfr_normal.png", "profile_background_color": "000000", "created_at": "Thu Feb 05 20:16:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651126158143033344/n1qRgpfr_normal.png", "favourites_count": 88, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685298883170177024", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 600, "h": 478, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 817, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKrsxqUwAEfW7m.jpg", "type": "photo", "indices": [62, 85], "media_url": "http://pbs.twimg.com/media/CYKrsxqUwAEfW7m.jpg", "display_url": "pic.twitter.com/PuR6RHNjVD", "id_str": "685298879047188481", "expanded_url": "http://twitter.com/sfnode/status/685298883170177024/photo/1", "id": 685298879047188481, "url": "https://t.co/PuR6RHNjVD"}], "symbols": [], "urls": [], "hashtags": [{"text": "SFNode", "indices": [45, 52]}, {"text": "nodejs", "indices": [54, 61]}], "user_mentions": [{"screen_name": "MuleSoft", "id_str": "15358364", "id": 15358364, "indices": [11, 20], "name": "MuleSoft"}]}, "created_at": "Fri Jan 08 03:16:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685298883170177024, "text": "Thank you, @MuleSoft for hosting the January #SFNode. #nodejs https://t.co/PuR6RHNjVD", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685300256796360705", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 600, "h": 478, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 817, "resize": "fit"}}, "source_status_id_str": "685298883170177024", "media_url": "http://pbs.twimg.com/media/CYKrsxqUwAEfW7m.jpg", "source_user_id_str": "2800676574", "id_str": "685298879047188481", "id": 685298879047188481, "media_url_https": "https://pbs.twimg.com/media/CYKrsxqUwAEfW7m.jpg", "type": "photo", "indices": [74, 97], "source_status_id": 685298883170177024, "source_user_id": 2800676574, "display_url": "pic.twitter.com/PuR6RHNjVD", "expanded_url": "http://twitter.com/sfnode/status/685298883170177024/photo/1", "url": "https://t.co/PuR6RHNjVD"}], "symbols": [], "urls": [], "hashtags": [{"text": "SFNode", "indices": [57, 64]}, {"text": "nodejs", "indices": [66, 73]}], "user_mentions": [{"screen_name": "sfnode", "id_str": "2800676574", "id": 2800676574, "indices": [3, 10], "name": "SFNode"}, {"screen_name": "MuleSoft", "id_str": "15358364", "id": 15358364, "indices": [23, 32], "name": "MuleSoft"}]}, "created_at": "Fri Jan 08 03:21:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685300256796360705, "text": "RT @sfnode: Thank you, @MuleSoft for hosting the January #SFNode. #nodejs https://t.co/PuR6RHNjVD", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 20182605, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 843, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20182605/1444075879", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14828394", "following": false, "friends_count": 368, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ramimassoud.com", "url": "http://t.co/GrPTeAGqdy", "expanded_url": "http://www.ramimassoud.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 444, "location": "Brooklyn, NY", "screen_name": "ramimassoud", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Rami Massoud", "profile_use_background_image": true, "description": "Software Engineer @ Blue Apron, amateur sys admin, tinkerer, weightlifter, wannabe personal trainer, Android & Google fanboy, a man with far too many interests.", "url": "http://t.co/GrPTeAGqdy", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534064169327558656/aCkK3-tV_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon May 19 04:11:47 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534064169327558656/aCkK3-tV_normal.jpeg", "favourites_count": 83, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684789080660537348", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swarmapp.com/c/41APiX0kUEA", "url": "https://t.co/BplvNzMSqr", "expanded_url": "https://www.swarmapp.com/c/41APiX0kUEA", "indices": [64, 87]}], "hashtags": [], "user_mentions": [{"screen_name": "BrinkleysNYC", "id_str": "521470746", "id": 521470746, "indices": [34, 47], "name": "Brinkley's "}]}, "created_at": "Wed Jan 06 17:30:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [40.7209972, -73.99769172], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684789080660537348, "text": "I'm at Brinkley's Broome Street - @brinkleysnyc in New York, NY https://t.co/BplvNzMSqr", "coordinates": {"coordinates": [-73.99769172, 40.7209972], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Foursquare"}, "default_profile_image": false, "id": 14828394, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10713, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14828394/1416165880", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "3058771", "following": false, "friends_count": 1126, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "laurathomson.com", "url": "http://t.co/wAR61EciPl", "expanded_url": "http://www.laurathomson.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 5049, "location": "New Windsor, MD", "screen_name": "lxt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 490, "name": "Laura Thomson", "profile_use_background_image": false, "description": "Director of Cloud Services Engineering & Operations at Mozilla; lives on farm with horses; author of tech books and a novel; mum of 5yo. Also: Australian.", "url": "http://t.co/wAR61EciPl", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/34583482/laura_tinker_normal.jpg", "profile_background_color": "784C4C", "created_at": "Sat Mar 31 12:41:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/34583482/laura_tinker_normal.jpg", "favourites_count": 4943, "status": {"retweet_count": 26, "retweeted_status": {"retweet_count": 26, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684823328033517568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/c4HJ6If6IA", "url": "https://t.co/c4HJ6If6IA", "expanded_url": "http://twitter.com/EightSexyLegs/status/684823328033517568/photo/1", "indices": [8, 31]}], "hashtags": [{"text": "WTFWed", "indices": [0, 7]}], "user_mentions": []}, "created_at": "Wed Jan 06 19:46:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684823328033517568, "text": "#WTFWed https://t.co/c4HJ6If6IA", "coordinates": null, "retweeted": false, "favorite_count": 37, "contributors": null, "source": "Twitter for iPad"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685276347875209216", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/c4HJ6If6IA", "url": "https://t.co/c4HJ6If6IA", "expanded_url": "http://twitter.com/EightSexyLegs/status/684823328033517568/photo/1", "indices": [27, 50]}], "hashtags": [{"text": "WTFWed", "indices": [19, 26]}], "user_mentions": [{"screen_name": "EightSexyLegs", "id_str": "2792800220", "id": 2792800220, "indices": [3, 17], "name": "Lady Lovecraft"}]}, "created_at": "Fri Jan 08 01:46:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685276347875209216, "text": "RT @EightSexyLegs: #WTFWed https://t.co/c4HJ6If6IA", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 3058771, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11218, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3058771/1398196148", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "95265455", "following": false, "friends_count": 581, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/mixdown", "url": "http://t.co/cfUQCzqHGU", "expanded_url": "http://www.github.com/mixdown", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 367, "location": "Austin, TX", "screen_name": "tommymessbauer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Tommy Messbauer", "profile_use_background_image": true, "description": "JavaScript, Neo4j, Tacos. CTO at CBANC Network. Austin, TX.", "url": "http://t.co/cfUQCzqHGU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585634870916952066/-nE4XAJg_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 07 19:41:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585634870916952066/-nE4XAJg_normal.jpg", "favourites_count": 164, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683857944601952258", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/EmrgencyKitten\u2026", "url": "https://t.co/xjKNLuKWU2", "expanded_url": "https://twitter.com/EmrgencyKittens/status/683845387631902722", "indices": [31, 54]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 03:50:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683857944601952258, "text": "Is like 1 of everything please https://t.co/xjKNLuKWU2", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 95265455, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1245, "profile_banner_url": "https://pbs.twimg.com/profile_banners/95265455/1421289194", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "107069240", "following": false, "friends_count": 2466, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/neillink", "url": "https://t.co/TrqIrP1Pqr", "expanded_url": "https://www.linkedin.com/in/neillink", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000078007193/be505da5510f0199bd76494073afe194.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3F8DBF", "geo_enabled": true, "followers_count": 2502, "location": "Ardsley, NY, USA", "screen_name": "Neil_Link", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 467, "name": "Neil Link", "profile_use_background_image": true, "description": "Web Specialist @ColumbiaMed in #NYC husband, father of 2 boys, I tweet #Growthhacking #UX #WebDesign #WordPress #Drupal #Marketing #Analytics #SEO #Healthcare", "url": "https://t.co/TrqIrP1Pqr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674112006782328832/Es47kuDF_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jan 21 13:28:52 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674112006782328832/Es47kuDF_normal.jpg", "favourites_count": 1748, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685066647145676800", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1ONxiyu", "url": "https://t.co/as1uB9tCsm", "expanded_url": "http://buff.ly/1ONxiyu", "indices": [59, 82]}], "hashtags": [{"text": "UX", "indices": [12, 15]}, {"text": "SEO", "indices": [54, 58]}], "user_mentions": [{"screen_name": "usertesting", "id_str": "16262203", "id": 16262203, "indices": [87, 99], "name": "UserTesting"}]}, "created_at": "Thu Jan 07 11:53:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685066647145676800, "text": "3 Ways That #UX Professionals Can Contribute to Great #SEO https://t.co/as1uB9tCsm via @usertesting", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 107069240, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000078007193/be505da5510f0199bd76494073afe194.jpeg", "statuses_count": 4453, "profile_banner_url": "https://pbs.twimg.com/profile_banners/107069240/1401216248", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "1497", "following": false, "friends_count": 1018, "entities": {"description": {"urls": [{"display_url": "bit.ly/r1GnK", "url": "http://t.co/13wugYdFb3", "expanded_url": "http://bit.ly/r1GnK", "indices": [56, 78]}]}, "url": {"urls": [{"display_url": "harperreed.com", "url": "http://t.co/bMyxp4Tgf6", "expanded_url": "http://harperreed.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/1222/6335_copy.gif", "notifications": false, "profile_sidebar_fill_color": "D6DEE1", "profile_link_color": "3399CC", "geo_enabled": true, "followers_count": 32539, "location": "Chicago, IL", "screen_name": "harper", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 1663, "name": "harper", "profile_use_background_image": true, "description": "I am pretty awesome. Check out this guide to my tweets: http://t.co/13wugYdFb3 // former CTO @ Obama for America // founder of @Modest (acquired by @paypal)", "url": "http://t.co/bMyxp4Tgf6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/550153119208726529/ZZqJSFpi_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sun Jul 16 18:45:58 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/550153119208726529/ZZqJSFpi_normal.jpeg", "favourites_count": 13680, "status": {"in_reply_to_status_id": 685594029271040000, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/f54a2170ff4b15f7.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-91.51308, 36.970298], [-87.019935, 36.970298], [-87.019935, 42.508303], [-91.51308, 42.508303]]], "type": "Polygon"}, "full_name": "Illinois, USA", "contained_within": [], "country_code": "US", "id": "f54a2170ff4b15f7", "name": "Illinois"}, "in_reply_to_screen_name": "jkriss", "in_reply_to_user_id": 7475972, "in_reply_to_status_id_str": "685594029271040000", "in_reply_to_user_id_str": "7475972", "truncated": false, "id_str": "685594792307212288", "id": 685594792307212288, "text": "@jkriss @dylanr they already do.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jkriss", "id_str": "7475972", "id": 7475972, "indices": [0, 7], "name": "Jesse Kriss"}, {"screen_name": "dylanr", "id_str": "1042361", "id": 1042361, "indices": [8, 15], "name": "Dylan Richard"}]}, "created_at": "Fri Jan 08 22:51:50 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1497, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/1222/6335_copy.gif", "statuses_count": 60001, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497/1398220532", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15716821", "following": false, "friends_count": 245, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 122, "location": "Seattle", "screen_name": "joneholland", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Jonathan Holland", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2196369645/224791_10150295475763345_677498344_9575803_3828841_n_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Aug 04 01:42:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2196369645/224791_10150295475763345_677498344_9575803_3828841_n_normal.jpg", "favourites_count": 81, "status": {"in_reply_to_status_id": 684537269730983936, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jonfaulkenberry", "in_reply_to_user_id": 14447782, "in_reply_to_status_id_str": "684537269730983936", "in_reply_to_user_id_str": "14447782", "truncated": false, "id_str": "684540067138777088", "id": 684540067138777088, "text": "@jonfaulkenberry Oh, that's a real thing. Startups these days.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jonfaulkenberry", "id_str": "14447782", "id": 14447782, "indices": [0, 16], "name": "Jon Faulkenberry"}]}, "created_at": "Wed Jan 06 01:00:44 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15716821, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3545, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15716821/1405878457", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3241601", "following": false, "friends_count": 509, "entities": {"description": {"urls": [{"display_url": "meh.com", "url": "https://t.co/qCjFrI6d3T", "expanded_url": "https://meh.com", "indices": [75, 98]}]}, "url": {"urls": [{"display_url": "meh.com", "url": "https://t.co/qCjFrHxyTP", "expanded_url": "https://meh.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1105, "location": "St. Louis, MO", "screen_name": "smiller", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 59, "name": "Shawn Miller", "profile_use_background_image": true, "description": "Co-Founder, CTO of @mediocrelabs (formerly of @woot). Most recent project: https://t.co/qCjFrI6d3T", "url": "https://t.co/qCjFrHxyTP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3577947718/40d10a68196672e0e17fb110f9a0aef0_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Apr 02 19:26:52 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3577947718/40d10a68196672e0e17fb110f9a0aef0_normal.jpeg", "favourites_count": 554, "status": {"retweet_count": 219, "retweeted_status": {"retweet_count": 219, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684895818780901376", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 194, "resize": "fit"}, "medium": {"w": 600, "h": 344, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 587, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYE9HhbWEAQ9ZMd.png", "type": "photo", "indices": [82, 105], "media_url": "http://pbs.twimg.com/media/CYE9HhbWEAQ9ZMd.png", "display_url": "pic.twitter.com/CuMbZD9ZjL", "id_str": "684895817778466820", "expanded_url": "http://twitter.com/TheNextWeb/status/684895818780901376/photo/1", "id": 684895817778466820, "url": "https://t.co/CuMbZD9ZjL"}], "symbols": [], "urls": [{"display_url": "tnw.me/eNECesx", "url": "https://t.co/8cyEVgiQbN", "expanded_url": "http://tnw.me/eNECesx", "indices": [58, 81]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 00:34:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684895818780901376, "text": "Get excited: Internet Explorer 8, 9 and 10 die on Tuesday https://t.co/8cyEVgiQbN https://t.co/CuMbZD9ZjL", "coordinates": null, "retweeted": false, "favorite_count": 115, "contributors": null, "source": "SocialFlow"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684896699316318209", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 194, "resize": "fit"}, "medium": {"w": 600, "h": 344, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 587, "resize": "fit"}}, "source_status_id_str": "684895818780901376", "media_url": "http://pbs.twimg.com/media/CYE9HhbWEAQ9ZMd.png", "source_user_id_str": "10876852", "id_str": "684895817778466820", "id": 684895817778466820, "media_url_https": "https://pbs.twimg.com/media/CYE9HhbWEAQ9ZMd.png", "type": "photo", "indices": [98, 121], "source_status_id": 684895818780901376, "source_user_id": 10876852, "display_url": "pic.twitter.com/CuMbZD9ZjL", "expanded_url": "http://twitter.com/TheNextWeb/status/684895818780901376/photo/1", "url": "https://t.co/CuMbZD9ZjL"}], "symbols": [], "urls": [{"display_url": "tnw.me/eNECesx", "url": "https://t.co/8cyEVgiQbN", "expanded_url": "http://tnw.me/eNECesx", "indices": [74, 97]}], "hashtags": [], "user_mentions": [{"screen_name": "TheNextWeb", "id_str": "10876852", "id": 10876852, "indices": [3, 14], "name": "The Next Web"}]}, "created_at": "Thu Jan 07 00:37:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684896699316318209, "text": "RT @TheNextWeb: Get excited: Internet Explorer 8, 9 and 10 die on Tuesday https://t.co/8cyEVgiQbN https://t.co/CuMbZD9ZjL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3241601, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3619, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3241601/1375155591", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "16350343", "following": false, "friends_count": 140, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 138, "location": "Dubuque/San Jose", "screen_name": "chad3814", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Chad Walker", "profile_use_background_image": true, "description": "ya know, I do stuff", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459055261701787649/mNe_P6yV_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 18 18:08:47 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459055261701787649/mNe_P6yV_normal.jpeg", "favourites_count": 779, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685471954078412800", "id": 685471954078412800, "text": "This is amazing", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:43:43 +0000 2016", "source": "IFTTT", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16350343, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3329, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16350343/1402684911", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "14156277", "following": false, "friends_count": 467, "entities": {"description": {"urls": [{"display_url": "xkcd.com/1053", "url": "https://t.co/HvLA1ZBXmI", "expanded_url": "http://xkcd.com/1053", "indices": [102, 125]}]}, "url": {"urls": [{"display_url": "motowilliams.com", "url": "https://t.co/ZgEB6wuZx4", "expanded_url": "http://www.motowilliams.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/181362032/BikeWheel.jpg", "notifications": false, "profile_sidebar_fill_color": "9E9E9E", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 733, "location": "Florence, Mt", "screen_name": "MotoWilliams", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 78, "name": "Eric Williams", "profile_use_background_image": true, "description": "Human | Husband | Father | Archery | Hunting | Fishing | Mountains | Motorcycles | \u266cusic | Software | https://t.co/HvLA1ZBXmI | Opinions === Mine", "url": "https://t.co/ZgEB6wuZx4", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684129451592921088/O53po1Q__normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sun Mar 16 05:07:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684129451592921088/O53po1Q__normal.jpg", "favourites_count": 6673, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609988971073536", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "docs.octopusdeploy.com", "url": "https://t.co/Ph1dgN0K3P", "expanded_url": "http://docs.octopusdeploy.com", "indices": [45, 68]}], "hashtags": [], "user_mentions": [{"screen_name": "OctopusDeploy", "id_str": "623700982", "id": 623700982, "indices": [8, 22], "name": "OctopusDeploy"}, {"screen_name": "paulstovell", "id_str": "5523802", "id": 5523802, "indices": [70, 82], "name": "Paul Stovell"}]}, "created_at": "Fri Jan 08 23:52:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609988971073536, "text": "Are the @OctopusDeploy docs down or just me? https://t.co/Ph1dgN0K3P +@paulstovell", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 14156277, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/181362032/BikeWheel.jpg", "statuses_count": 40966, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14156277/1398196926", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "125027291", "following": false, "friends_count": 945, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "substack.net", "url": "http://t.co/6KoJQ4Tuc3", "expanded_url": "http://substack.net", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 17926, "location": "Oakland", "screen_name": "substack", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 891, "name": "substack", "profile_use_background_image": true, "description": "...", "url": "http://t.co/6KoJQ4Tuc3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3342514715/3fde89df63ea4dacf9de71369019df22_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Mar 21 12:31:12 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3342514715/3fde89df63ea4dacf9de71369019df22_normal.png", "favourites_count": 218, "status": {"in_reply_to_status_id": 685508298917986305, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "thlorenz", "in_reply_to_user_id": 174726123, "in_reply_to_status_id_str": "685508298917986305", "in_reply_to_user_id_str": "174726123", "truncated": false, "id_str": "685520249416974336", "id": 685520249416974336, "text": "@thlorenz medellin is great!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thlorenz", "id_str": "174726123", "id": 174726123, "indices": [0, 9], "name": "Thorsten Lorenz"}]}, "created_at": "Fri Jan 08 17:55:38 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 125027291, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8790, "profile_banner_url": "https://pbs.twimg.com/profile_banners/125027291/1353491796", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6899112", "following": false, "friends_count": 762, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "justin.abrah.ms", "url": "https://t.co/WLkSUuncSH", "expanded_url": "https://justin.abrah.ms", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/102154262/twitter_header.png", "notifications": false, "profile_sidebar_fill_color": "FFFFF0", "profile_link_color": "1D521D", "geo_enabled": true, "followers_count": 2118, "location": "Cambridge, MA", "screen_name": "justinabrahms", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 198, "name": "Justin Abrahms", "profile_use_background_image": false, "description": "Founder of BetterDiff, an automated code coverage tool. Engineer. Marketer? Nerd.", "url": "https://t.co/WLkSUuncSH", "profile_text_color": "1A1001", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/587695307766374402/mABPHAMF_normal.jpg", "profile_background_color": "273B28", "created_at": "Mon Jun 18 20:33:27 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/587695307766374402/mABPHAMF_normal.jpg", "favourites_count": 1171, "status": {"retweet_count": 0, "in_reply_to_user_id": 4380901, "possibly_sensitive": false, "id_str": "685487117498191873", "in_reply_to_user_id_str": "4380901", "entities": {"symbols": [], "urls": [{"display_url": "lh3.googleusercontent.com/-nvAFJ73mXlk/V\u2026", "url": "https://t.co/6hbwJVPRuH", "expanded_url": "https://lh3.googleusercontent.com/-nvAFJ73mXlk/Vo03ikpmKWI/AAAAAAAAn7w/S-Z48VuF7KU/w457-h380-rw/kisa_2.gif", "indices": [91, 114]}], "hashtags": [], "user_mentions": [{"screen_name": "electromute", "id_str": "4380901", "id": 4380901, "indices": [0, 12], "name": "Ingrid Alongi"}]}, "created_at": "Fri Jan 08 15:43:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "electromute", "in_reply_to_status_id_str": null, "truncated": false, "id": 685487117498191873, "text": "@electromute Next time you visit Portland, you should check out their track racing team. \n\nhttps://t.co/6hbwJVPRuH", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6899112, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/102154262/twitter_header.png", "statuses_count": 14210, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6899112/1354173651", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "17950990", "following": false, "friends_count": 2152, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dinhe.net/~aredridel/", "url": "http://t.co/M8UUTeuY4z", "expanded_url": "http://dinhe.net/~aredridel/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": true, "followers_count": 2516, "location": "Somerville, MA", "screen_name": "aredridel", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 185, "name": "Aria Stewart", "profile_use_background_image": true, "description": "Random internet positive commenter & foul weather friend.\n\nUnschooler.\n\nwww at npmjs\n\n[Object object]\n\n\u2665\ufe0e node.js\n\n\u26a7", "url": "http://t.co/M8UUTeuY4z", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651825569735290880/JRbMsOV2_normal.jpg", "profile_background_color": "8B542B", "created_at": "Mon Dec 08 00:04:59 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651825569735290880/JRbMsOV2_normal.jpg", "favourites_count": 20319, "status": {"in_reply_to_status_id": 685503517860204546, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "megapctr", "in_reply_to_user_id": 990607400, "in_reply_to_status_id_str": "685503517860204546", "in_reply_to_user_id_str": "990607400", "truncated": false, "id_str": "685510235625271298", "id": 685510235625271298, "text": "@megapctr What sort of missing features have you found wanting?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "megapctr", "id_str": "990607400", "id": 990607400, "indices": [0, 9], "name": "Filip"}]}, "created_at": "Fri Jan 08 17:15:50 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17950990, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 53299, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17950990/1398362738", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "756084", "following": false, "friends_count": 556, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ruiningitforeveryone.tv", "url": "https://t.co/s04EuVwJM4", "expanded_url": "http://ruiningitforeveryone.tv", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 1122, "location": "iPhone: 40.744831,-73.989326", "screen_name": "octothorpe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 89, "name": "CM Harrington", "profile_use_background_image": true, "description": "Dir. Creative Strategy at Gartner. Host of Ruining It For Everyone on iTunes. \nI speak for me alone.", "url": "https://t.co/s04EuVwJM4", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/22686212/me_normal.jpg", "profile_background_color": "352726", "created_at": "Wed Feb 07 15:45:26 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/22686212/me_normal.jpg", "favourites_count": 7269, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685595380290039808", "id": 685595380290039808, "text": "So, why aren't folks on PrEP called PrEPPies? That sounds way cooler than the alternative.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:54:11 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 756084, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 54061, "profile_banner_url": "https://pbs.twimg.com/profile_banners/756084/1428809294", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15394440", "following": false, "friends_count": 407, "entities": {"description": {"urls": [{"display_url": "github.com/chrisdickinson/", "url": "https://t.co/v0Wne0tapL", "expanded_url": "https://github.com/chrisdickinson/", "indices": [94, 117]}]}, "url": {"urls": [{"display_url": "neversaw.us", "url": "https://t.co/DKOJdPvUh1", "expanded_url": "http://neversaw.us/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/83753896/bg_.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1917, "location": "Portland, OR", "screen_name": "isntitvacant", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 136, "name": "Chris Dickinson", "profile_use_background_image": true, "description": "there's no problem javascript can't solve or change into a bigger, more interesting problem | https://t.co/v0Wne0tapL", "url": "https://t.co/DKOJdPvUh1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668015451243327489/6G04zB-4_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Jul 11 17:49:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668015451243327489/6G04zB-4_normal.jpg", "favourites_count": 1954, "status": {"in_reply_to_status_id": 685523715182833664, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "isntitvacant", "in_reply_to_user_id": 15394440, "in_reply_to_status_id_str": "685523715182833664", "in_reply_to_user_id_str": "15394440", "truncated": false, "id_str": "685524143182200832", "id": 685524143182200832, "text": "@HenrikJoreteg ... it sure is interesting to exhaust a problem space looking for the optimal (if not perfect) solution!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "HenrikJoreteg", "id_str": "15102110", "id": 15102110, "indices": [0, 14], "name": "Henrik Joreteg"}]}, "created_at": "Fri Jan 08 18:11:06 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15394440, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/83753896/bg_.gif", "statuses_count": 5619, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15394440/1412028986", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "256708520", "following": false, "friends_count": 218, "entities": {"description": {"urls": [{"display_url": "tesera.com", "url": "https://t.co/sDJ88c2RvY", "expanded_url": "http://tesera.com", "indices": [27, 50]}]}, "url": {"urls": [{"display_url": "about.me/yvesrichard", "url": "https://t.co/se48pwxTNe", "expanded_url": "https://about.me/yvesrichard", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 91, "location": "Golden, British Columbia", "screen_name": "whyvez8", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Yves Richard", "profile_use_background_image": true, "description": "Senior Systems Developer @ https://t.co/sDJ88c2RvY, mountain enthusiast, io literarian.", "url": "https://t.co/se48pwxTNe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659911981206388736/PmAdI2y2_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Feb 23 22:47:52 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659911981206388736/PmAdI2y2_normal.jpg", "favourites_count": 1187, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685129144317808640", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/addyosmani/sta\u2026", "url": "https://t.co/tGbeZcqL5w", "expanded_url": "https://twitter.com/addyosmani/status/684891142597554176", "indices": [7, 30]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 16:01:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "tl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685129144317808640, "text": "bahaha https://t.co/tGbeZcqL5w", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 256708520, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 789, "profile_banner_url": "https://pbs.twimg.com/profile_banners/256708520/1398254080", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2602238342", "following": false, "friends_count": 234, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ryan.muller.io", "url": "http://t.co/eeHqHjnmWo", "expanded_url": "http://ryan.muller.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/509704798501756929/igNNglAV.png", "notifications": false, "profile_sidebar_fill_color": "F3C18C", "profile_link_color": "003D7A", "geo_enabled": false, "followers_count": 97, "location": "Tallahassee, FL", "screen_name": "_r24y", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Ryan Muller", "profile_use_background_image": false, "description": "3D printing, JavaScript, and general hackery.", "url": "http://t.co/eeHqHjnmWo", "profile_text_color": "E39074", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/488683566151114754/fPo8MbIv_normal.jpeg", "profile_background_color": "575457", "created_at": "Thu Jul 03 20:56:22 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "E3CFB8", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488683566151114754/fPo8MbIv_normal.jpeg", "favourites_count": 385, "status": {"in_reply_to_status_id": 685231513986830336, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ZSchmois", "in_reply_to_user_id": 4483108395, "in_reply_to_status_id_str": "685231513986830336", "in_reply_to_user_id_str": "4483108395", "truncated": false, "id_str": "685232139965722629", "id": 685232139965722629, "text": "@ZSchmois super relevant! We can change this tomorrow", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ZSchmois", "id_str": "4483108395", "id": 4483108395, "indices": [0, 9], "name": "Zeke Schmois"}]}, "created_at": "Thu Jan 07 22:50:47 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2602238342, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/509704798501756929/igNNglAV.png", "statuses_count": 391, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2602238342/1418565500", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "15677320", "following": false, "friends_count": 609, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mikereedell.com", "url": "http://t.co/LKwFFif0PK", "expanded_url": "http://www.mikereedell.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": true, "followers_count": 464, "location": "Westminster, CO", "screen_name": "mreedell", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Mike Reedell", "profile_use_background_image": false, "description": "Software developer at Comcast VIPER. Gopher. Former 3x Ironman.", "url": "http://t.co/LKwFFif0PK", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000838096401/8d33d6313a73391288fce158b7892e96_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu Jul 31 17:07:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000838096401/8d33d6313a73391288fce158b7892e96_normal.jpeg", "favourites_count": 325, "status": {"in_reply_to_status_id": 684785992771842049, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "davidjrusek", "in_reply_to_user_id": 280319660, "in_reply_to_status_id_str": "684785992771842049", "in_reply_to_user_id_str": "280319660", "truncated": false, "id_str": "684786667064930304", "id": 684786667064930304, "text": "@davidjrusek I hear you. My commute to Denver is easy. Either Denver or full-time remote for me in the future.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "davidjrusek", "id_str": "280319660", "id": 280319660, "indices": [0, 12], "name": "Dave with a 'D'"}]}, "created_at": "Wed Jan 06 17:20:38 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15677320, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 3065, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15677320/1399598887", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16032953", "following": false, "friends_count": 393, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 72, "location": "", "screen_name": "deryni", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Etan Reisner", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2902759343/ed71a219892c95584141421f8c4d5917_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Aug 28 21:19:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2902759343/ed71a219892c95584141421f8c4d5917_normal.jpeg", "favourites_count": 651, "status": {"retweet_count": 451, "retweeted_status": {"retweet_count": 451, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681583753987162112", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "code.google.com/p/google-secur\u2026", "url": "https://t.co/n7Kv4tKJce", "expanded_url": "https://code.google.com/p/google-security-research/issues/detail?id=675", "indices": [109, 132]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 28 21:13:24 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681583753987162112, "text": "AVG Antivirus Chrome extension hijacks browser, bypasses malware checks, and exposes users to security flaws https://t.co/n7Kv4tKJce", "coordinates": null, "retweeted": false, "favorite_count": 171, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681980856303513600", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "code.google.com/p/google-secur\u2026", "url": "https://t.co/n7Kv4tKJce", "expanded_url": "https://code.google.com/p/google-security-research/issues/detail?id=675", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Tue Dec 29 23:31:21 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681980856303513600, "text": "RT @SwiftOnSecurity: AVG Antivirus Chrome extension hijacks browser, bypasses malware checks, and exposes users to security flaws https://t\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 16032953, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 334, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "98531887", "following": false, "friends_count": 298, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jesseditson.com", "url": "http://t.co/DUStTlFFNZ", "expanded_url": "http://jesseditson.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "FF7300", "geo_enabled": true, "followers_count": 425, "location": "San Francisco", "screen_name": "jesseditson", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Jesse Ditson", "profile_use_background_image": true, "description": "Wizard", "url": "http://t.co/DUStTlFFNZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2213145520/image_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 22 02:58:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2213145520/image_normal.jpg", "favourites_count": 473, "status": {"retweet_count": 982, "retweeted_status": {"retweet_count": 982, "in_reply_to_user_id": 373564351, "possibly_sensitive": false, "id_str": "680443862687432704", "in_reply_to_user_id_str": "373564351", "entities": {"symbols": [], "urls": [{"display_url": "vine.co/v/OMqDr7r0bKI", "url": "https://t.co/ece7tlGEDE", "expanded_url": "http://vine.co/v/OMqDr7r0bKI", "indices": [52, 75]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Dec 25 17:43:53 +0000 2015", "favorited": false, "in_reply_to_status_id": 648872546335461376, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "Khanoisseur", "in_reply_to_status_id_str": "648872546335461376", "truncated": false, "id": 680443862687432704, "text": "greatest Christmas gift unwrapping vine of all time https://t.co/ece7tlGEDE", "coordinates": null, "retweeted": false, "favorite_count": 1047, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "680839022814494722", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "vine.co/v/OMqDr7r0bKI", "url": "https://t.co/ece7tlGEDE", "expanded_url": "http://vine.co/v/OMqDr7r0bKI", "indices": [69, 92]}], "hashtags": [], "user_mentions": [{"screen_name": "Khanoisseur", "id_str": "373564351", "id": 373564351, "indices": [3, 15], "name": "Adam Khan"}]}, "created_at": "Sat Dec 26 19:54:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680839022814494722, "text": "RT @Khanoisseur: greatest Christmas gift unwrapping vine of all time https://t.co/ece7tlGEDE", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 98531887, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3103, "is_translator": false}, {"time_zone": "La Paz", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "8533632", "following": false, "friends_count": 3166, "entities": {"description": {"urls": [{"display_url": "emberaddons.com", "url": "https://t.co/0C0x1rcZv4", "expanded_url": "http://emberaddons.com", "indices": [89, 112]}]}, "url": {"urls": [{"display_url": "elweb.co", "url": "https://t.co/kVZTn3FcBa", "expanded_url": "http://elweb.co", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2988, "location": "San Juan, Puerto Rico", "screen_name": "gcollazo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 151, "name": "Giovanni Collazo", "profile_use_background_image": true, "description": "Code + Design. @Blimp, @GasolinaMovil, @StartupsOfPR, @FullstackNights, @BuiltWithEmber, https://t.co/0C0x1rcZv4. Se habla Espa\u00f1ol. hello@gcollazo.com", "url": "https://t.co/kVZTn3FcBa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645002062569213952/eS7i6YJO_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Aug 30 13:05:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645002062569213952/eS7i6YJO_normal.jpg", "favourites_count": 3848, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685500634691452928", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BASPdlsgBKu/", "url": "https://t.co/UPkfSDssv2", "expanded_url": "https://www.instagram.com/p/BASPdlsgBKu/", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:37:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685500634691452928, "text": "Just posted a photo https://t.co/UPkfSDssv2", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 8533632, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17970, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8533632/1437859490", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "14998770", "following": false, "friends_count": 141, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bluetigertech.com.au", "url": "http://t.co/IXU8f2vC3K", "expanded_url": "http://www.bluetigertech.com.au", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 25, "location": "Pomonal Victoria Australia", "screen_name": "daveywc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "David Compton", "profile_use_background_image": true, "description": "", "url": "http://t.co/IXU8f2vC3K", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1682442728/David_Profile_Picture_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 03 23:10:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1682442728/David_Profile_Picture_normal.jpg", "favourites_count": 33, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "650503056451239937", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "citizengo.org/en/30210-send-\u2026", "url": "http://t.co/4kMGgdfnpX", "expanded_url": "http://citizengo.org/en/30210-send-letter-denouncing-australias-deportation-peaceful-pro-life-speaker?tc=tw&tcid=16491525", "indices": [113, 135]}], "hashtags": [], "user_mentions": []}, "created_at": "Sun Oct 04 02:49:49 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 650503056451239937, "text": "Justice Geoffrey Nettle of the High Court of Australia: Send a letter denouncing Australia's deportation of a... http://t.co/4kMGgdfnpX", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14998770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 104, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15692193", "following": false, "friends_count": 731, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "feross.org", "url": "http://t.co/Xk7quPGsmg", "expanded_url": "http://feross.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000160435454/xj8GKj2U.jpeg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 9363, "location": "Stanford, CA", "screen_name": "feross", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 539, "name": "Feross", "profile_use_background_image": true, "description": "Mad scientist, building @StudyNotesApp and @WebTorrentApp. Previously, founded @PeerCDN, Stanford '12.", "url": "http://t.co/Xk7quPGsmg", "profile_text_color": "5D8CBF", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458911857466560513/uKX6-c4z_normal.jpeg", "profile_background_color": "990000", "created_at": "Fri Aug 01 18:03:27 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458911857466560513/uKX6-c4z_normal.jpeg", "favourites_count": 4400, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685610775055056896", "id": 685610775055056896, "text": "\"Debugging is 2x as hard as writing a program in the 1st place. So if you're as clever as can be when you write it, how will you debug it?\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:55:21 +0000 2016", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15692193, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000160435454/xj8GKj2U.jpeg", "statuses_count": 12257, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15692193/1449273254", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15116482", "following": false, "friends_count": 1882, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thewebivore.com", "url": "http://t.co/bvhYAgzlQw", "expanded_url": "http://thewebivore.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 4858, "location": "Philadelphia, PA", "screen_name": "pamasaur", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 374, "name": "Pam Selle", "profile_use_background_image": true, "description": "Professional nerd, amateur humorist, author, herbivore, cyclist, and hacker. @recursecenter alum, @phillyjsdev cat herder. she/her", "url": "http://t.co/bvhYAgzlQw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495266631539388417/7DLEFWis_normal.jpeg", "profile_background_color": "EBEBEB", "created_at": "Sat Jun 14 12:58:09 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495266631539388417/7DLEFWis_normal.jpeg", "favourites_count": 663, "status": {"retweet_count": 9, "retweeted_status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685268431336271872", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "hubs.ly/H01MfrH0", "url": "https://t.co/IJL2mtiIVd", "expanded_url": "http://hubs.ly/H01MfrH0", "indices": [97, 120]}], "hashtags": [{"text": "remotework", "indices": [122, 133]}, {"text": "rwd", "indices": [134, 138]}], "user_mentions": [{"screen_name": "Skillcrush", "id_str": "507709379", "id": 507709379, "indices": [49, 60], "name": "Skillcrush"}]}, "created_at": "Fri Jan 08 01:15:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685268431336271872, "text": "We are looking for a junior designer to join the @Skillcrush instructor team as a Web Design TA! https://t.co/IJL2mtiIVd\u2026 #remotework #rwd", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "HubSpot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685271320104431616", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "hubs.ly/H01MfrH0", "url": "https://t.co/IJL2mtiIVd", "expanded_url": "http://hubs.ly/H01MfrH0", "indices": [113, 136]}], "hashtags": [{"text": "remotework", "indices": [139, 140]}, {"text": "rwd", "indices": [139, 140]}], "user_mentions": [{"screen_name": "Skillcrush", "id_str": "507709379", "id": 507709379, "indices": [3, 14], "name": "Skillcrush"}, {"screen_name": "Skillcrush", "id_str": "507709379", "id": 507709379, "indices": [65, 76], "name": "Skillcrush"}]}, "created_at": "Fri Jan 08 01:26:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685271320104431616, "text": "RT @Skillcrush: We are looking for a junior designer to join the @Skillcrush instructor team as a Web Design TA! https://t.co/IJL2mtiIVd\u2026 #\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 15116482, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 9248, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15116482/1401891491", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2410813016", "following": false, "friends_count": 785, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3848, "location": "London - Italy", "screen_name": "nino_fontana", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Nino Fontana", "profile_use_background_image": true, "description": "PhD student. Ci\u00f2 che l'occhio \u00e8 per il corpo, la ragione lo \u00e8 per l'anima (Erasmo da Rotterdam)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/452580209338744832/fOs_cvov_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Mar 25 10:49:33 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "it", "profile_image_url_https": "https://pbs.twimg.com/profile_images/452580209338744832/fOs_cvov_normal.jpeg", "favourites_count": 317, "status": {"retweet_count": 0, "in_reply_to_user_id": 85626417, "possibly_sensitive": false, "id_str": "680730135658643456", "in_reply_to_user_id_str": "85626417", "entities": {"symbols": [], "urls": [{"display_url": "tinyurl.com/ptrpk7x", "url": "https://t.co/qZ1UX8oM1z", "expanded_url": "http://tinyurl.com/ptrpk7x", "indices": [115, 138]}], "hashtags": [{"text": "Natale2015", "indices": [103, 114]}], "user_mentions": [{"screen_name": "Gazzetta_it", "id_str": "85626417", "id": 85626417, "indices": [35, 47], "name": "LaGazzettadelloSport"}]}, "created_at": "Sat Dec 26 12:41:26 +0000 2015", "favorited": false, "in_reply_to_status_id": 680389107806265344, "lang": "it", "geo": null, "place": null, "in_reply_to_screen_name": "Gazzetta_it", "in_reply_to_status_id_str": "680389107806265344", "truncated": false, "id": 680730135658643456, "text": "Il vero spirito del Natale secondo @Gazzetta_it, complimenti\r \"Con Angeli cos\u00ec non pu\u00f2 essere che Buon #Natale2015 https://t.co/qZ1UX8oM1z\"", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Windows Phone"}, "default_profile_image": false, "id": 2410813016, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2414, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2410813016/1395746672", "is_translator": false}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "14180671", "following": false, "friends_count": 1902, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bytecodeartist.net", "url": "http://t.co/eujmx5ZDq9", "expanded_url": "http://www.bytecodeartist.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/685970528/5077b01ec673f963a50580b055dde7b5.jpeg", "notifications": false, "profile_sidebar_fill_color": "F3F7D9", "profile_link_color": "2D3873", "geo_enabled": true, "followers_count": 1369, "location": "Earth", "screen_name": "philiplaureano", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 110, "name": "Philip Laureano", "profile_use_background_image": false, "description": "World Traveler, Avid Foodie, .NET Junkie/Human CLR, Amateur Photographer, AOP Enthusiast, and ILDasm Geek in this amazing home we call Earth", "url": "http://t.co/eujmx5ZDq9", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2657709076/0037b8cb2ab7fb1cc61a1002e4f67251_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Mar 19 23:23:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2657709076/0037b8cb2ab7fb1cc61a1002e4f67251_normal.jpeg", "favourites_count": 3301, "status": {"retweet_count": 239, "retweeted_status": {"retweet_count": 239, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685192813236088832", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mcaule.github.io/d3_exploding_b\u2026", "url": "https://t.co/4jJHibAgnW", "expanded_url": "http://mcaule.github.io/d3_exploding_boxplot/", "indices": [51, 74]}, {"display_url": "pic.twitter.com/DUnQmbbNdP", "url": "https://t.co/DUnQmbbNdP", "expanded_url": "http://twitter.com/maartenzam/status/685192813236088832/photo/1", "indices": [93, 116]}], "hashtags": [{"text": "D3", "indices": [0, 3]}], "user_mentions": [{"screen_name": "NadiehBremer", "id_str": "242069220", "id": 242069220, "indices": [79, 92], "name": "Nadieh Bremer"}]}, "created_at": "Thu Jan 07 20:14:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "sv", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685192813236088832, "text": "#D3 Exploding box plot (aka imploding scatterplot) https://t.co/4jJHibAgnW Via @NadiehBremer https://t.co/DUnQmbbNdP", "coordinates": null, "retweeted": false, "favorite_count": 319, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685317541200187392", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mcaule.github.io/d3_exploding_b\u2026", "url": "https://t.co/4jJHibAgnW", "expanded_url": "http://mcaule.github.io/d3_exploding_boxplot/", "indices": [67, 90]}, {"display_url": "pic.twitter.com/DUnQmbbNdP", "url": "https://t.co/DUnQmbbNdP", "expanded_url": "http://twitter.com/maartenzam/status/685192813236088832/photo/1", "indices": [109, 132]}], "hashtags": [{"text": "D3", "indices": [16, 19]}], "user_mentions": [{"screen_name": "maartenzam", "id_str": "17242884", "id": 17242884, "indices": [3, 14], "name": "Maarten Lambrechts"}, {"screen_name": "NadiehBremer", "id_str": "242069220", "id": 242069220, "indices": [95, 108], "name": "Nadieh Bremer"}]}, "created_at": "Fri Jan 08 04:30:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "sv", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685317541200187392, "text": "RT @maartenzam: #D3 Exploding box plot (aka imploding scatterplot) https://t.co/4jJHibAgnW Via @NadiehBremer https://t.co/DUnQmbbNdP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14180671, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/685970528/5077b01ec673f963a50580b055dde7b5.jpeg", "statuses_count": 16389, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14180671/1371759640", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "481383369", "following": false, "friends_count": 103, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0F6B8C", "geo_enabled": false, "followers_count": 77, "location": "Cambridge, UK", "screen_name": "alan_gibble", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Alan Wright", "profile_use_background_image": true, "description": "Infrastructure Software Engineer at Spotify. Always learning.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481454286866366464/AylmX2yj_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Feb 02 17:44:50 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481454286866366464/AylmX2yj_normal.png", "favourites_count": 16, "status": {"retweet_count": 374, "retweeted_status": {"retweet_count": 374, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684921510113460224", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1022, "h": 523, "resize": "fit"}, "medium": {"w": 600, "h": 307, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 173, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFUe-CWYAAJeJo.png", "type": "photo", "indices": [40, 63], "media_url": "http://pbs.twimg.com/media/CYFUe-CWYAAJeJo.png", "display_url": "pic.twitter.com/4ZGS1srULp", "id_str": "684921509362688000", "expanded_url": "http://twitter.com/AdamMGrant/status/684921510113460224/photo/1", "id": 684921509362688000, "url": "https://t.co/4ZGS1srULp"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 02:16:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684921510113460224, "text": "2015 in America, in 460 million tweets: https://t.co/4ZGS1srULp", "coordinates": null, "retweeted": false, "favorite_count": 268, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685016635623751680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1022, "h": 523, "resize": "fit"}, "medium": {"w": 600, "h": 307, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 173, "resize": "fit"}}, "source_status_id_str": "684921510113460224", "media_url": "http://pbs.twimg.com/media/CYFUe-CWYAAJeJo.png", "source_user_id_str": "1059273780", "id_str": "684921509362688000", "id": 684921509362688000, "media_url_https": "https://pbs.twimg.com/media/CYFUe-CWYAAJeJo.png", "type": "photo", "indices": [56, 79], "source_status_id": 684921510113460224, "source_user_id": 1059273780, "display_url": "pic.twitter.com/4ZGS1srULp", "expanded_url": "http://twitter.com/AdamMGrant/status/684921510113460224/photo/1", "url": "https://t.co/4ZGS1srULp"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AdamMGrant", "id_str": "1059273780", "id": 1059273780, "indices": [3, 14], "name": "Adam Grant"}]}, "created_at": "Thu Jan 07 08:34:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685016635623751680, "text": "RT @AdamMGrant: 2015 in America, in 460 million tweets: https://t.co/4ZGS1srULp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 481383369, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1048, "profile_banner_url": "https://pbs.twimg.com/profile_banners/481383369/1412113781", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "83870274", "following": false, "friends_count": 240, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/metllord", "url": "https://t.co/ige9AAxhNS", "expanded_url": "https://github.com/metllord", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/624560161760411648/cJELcPCC.png", "notifications": false, "profile_sidebar_fill_color": "734426", "profile_link_color": "422110", "geo_enabled": true, "followers_count": 83, "location": "Philadelphia, PA", "screen_name": "metllord", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 7, "name": "Eric Stein", "profile_use_background_image": true, "description": "Python programmer, sizable data guy, amateur Vim user, fueled by coffee and beer.", "url": "https://t.co/ige9AAxhNS", "profile_text_color": "5C5B47", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2028110877/13532_521689987314_39300088_31071305_3862753_n_normal.jpg", "profile_background_color": "131E0F", "created_at": "Tue Oct 20 15:56:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2028110877/13532_521689987314_39300088_31071305_3862753_n_normal.jpg", "favourites_count": 26, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/e4a0d228eb6be76b.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-75.280284, 39.871811], [-74.955712, 39.871811], [-74.955712, 40.13792], [-75.280284, 40.13792]]], "type": "Polygon"}, "full_name": "Philadelphia, PA", "contained_within": [], "country_code": "US", "id": "e4a0d228eb6be76b", "name": "Philadelphia"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685165087347355648", "id": 685165087347355648, "text": "Ha. Running rm -rf / in a Vagrant box deletes your Vagrantfile.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 18:24:21 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 83870274, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/624560161760411648/cJELcPCC.png", "statuses_count": 718, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5908032", "following": false, "friends_count": 1047, "entities": {"description": {"urls": [{"display_url": "Cloud.com", "url": "https://t.co/JI5orZ8uwf", "expanded_url": "http://Cloud.com", "indices": [55, 78]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 3382, "location": "Seattle, WA", "screen_name": "ulander", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 151, "name": "Peder Ulander", "profile_use_background_image": true, "description": "work: Cisco Cloud VP | formerly: Apache CloudStack and https://t.co/JI5orZ8uwf | persona: opinionated geek, disruptor, agitator | opinions = mine", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/643611355984076801/d6npusfi_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed May 09 18:31:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/643611355984076801/d6npusfi_normal.jpg", "favourites_count": 162, "status": {"in_reply_to_status_id": 685171757859258368, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "aneel", "in_reply_to_user_id": 1293051, "in_reply_to_status_id_str": "685171757859258368", "in_reply_to_user_id_str": "1293051", "truncated": false, "id_str": "685175234916302848", "id": 685175234916302848, "text": "@aneel but when you get there, rest assured it will work for you", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "aneel", "id_str": "1293051", "id": 1293051, "indices": [0, 6], "name": "Aneel"}]}, "created_at": "Thu Jan 07 19:04:40 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5908032, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5659, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5908032/1421369600", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14862647", "following": false, "friends_count": 426, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brianbondy.com", "url": "http://t.co/WYBVgFKbxw", "expanded_url": "http://brianbondy.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": true, "followers_count": 1463, "location": "Belle River, Ontario, Canada", "screen_name": "brianbondy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Brian R. Bondy", "profile_use_background_image": true, "description": "Father of 3 co-founding a startup. Gecko hacker, Khan Academy contributor, top 0.1% StackOverflow, UWaterloo grad. Past Microsoft MVP. Runner.", "url": "http://t.co/WYBVgFKbxw", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649573213505200128/LU2vI_3s_normal.jpg", "profile_background_color": "8B542B", "created_at": "Wed May 21 23:45:24 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649573213505200128/LU2vI_3s_normal.jpg", "favourites_count": 869, "status": {"retweet_count": 69, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 69, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684999185792282625", "id": 684999185792282625, "text": "If your Firefox successfully downloaded today's SHA-1 protection undo update you didn't need it. If it blocked it, you did. #realworldcrypto", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "realworldcrypto", "indices": [124, 140]}], "user_mentions": []}, "created_at": "Thu Jan 07 07:25:07 +0000 2016", "source": "Twitter Web Client", "favorite_count": 58, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685237803043700736", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "realworldcrypto", "indices": [139, 140]}], "user_mentions": [{"screen_name": "BRIAN_____", "id_str": "14586929", "id": 14586929, "indices": [3, 14], "name": "Brian Smith"}]}, "created_at": "Thu Jan 07 23:13:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685237803043700736, "text": "RT @BRIAN_____: If your Firefox successfully downloaded today's SHA-1 protection undo update you didn't need it. If it blocked it, you did.\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14862647, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 1484, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14862647/1398209413", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14835101", "following": false, "friends_count": 741, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "yes.erin.codes", "url": "https://t.co/Yp4c3meMi5", "expanded_url": "http://yes.erin.codes", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/882775034/4ccd35438b42a7da37c20ebc15940e52.jpeg", "notifications": false, "profile_sidebar_fill_color": "140E0A", "profile_link_color": "4F3F38", "geo_enabled": false, "followers_count": 1510, "location": "Huntsville, AL", "screen_name": "erinspice", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 109, "name": "snarkaeopteryx", "profile_use_background_image": true, "description": "Code life, yo. Sr. Software Engineer for @Respoke, FOSS, WebRTC, Node.js, running, kayaking. Choctaw, Chickasaw, Bahamian. ENTP/ENFP", "url": "https://t.co/Yp4c3meMi5", "profile_text_color": "838978", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/562987039084146688/BxGQ49EL_normal.png", "profile_background_color": "1C130E", "created_at": "Mon May 19 17:08:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "9DB98C", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/562987039084146688/BxGQ49EL_normal.png", "favourites_count": 12428, "status": {"in_reply_to_status_id": 685598429934817283, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "polotek", "in_reply_to_user_id": 20079975, "in_reply_to_status_id_str": "685598429934817283", "in_reply_to_user_id_str": "20079975", "truncated": false, "id_str": "685599053053345792", "id": 685599053053345792, "text": "@polotek I love Noemi so much.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "polotek", "id_str": "20079975", "id": 20079975, "indices": [0, 8], "name": "Marco Rogers"}]}, "created_at": "Fri Jan 08 23:08:46 +0000 2016", "source": "TweetDeck", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14835101, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/882775034/4ccd35438b42a7da37c20ebc15940e52.jpeg", "statuses_count": 10237, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14835101/1398351739", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2396932368", "following": false, "friends_count": 2080, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 1002, "location": "Texas", "screen_name": "Thaeldes", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 11, "name": "Larry Freeman", "profile_use_background_image": false, "description": "#Husband, #Uncle, World Craftsman, #Cigar #Pipe and #HookahLover, #Student #filmstudent #excrazymountainman", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/581679057277849601/Cs4qEtR3_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Mar 18 23:50:22 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/581679057277849601/Cs4qEtR3_normal.jpg", "favourites_count": 3797, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685566739141259264", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "gofundme.com/qqg4nrdw", "url": "https://t.co/Kkw1BVOedS", "expanded_url": "http://gofundme.com/qqg4nrdw", "indices": [45, 68]}], "hashtags": [{"text": "college", "indices": [17, 25]}, {"text": "crowdfund", "indices": [69, 79]}, {"text": "collegelife", "indices": [80, 92]}, {"text": "cinematography", "indices": [93, 108]}], "user_mentions": []}, "created_at": "Fri Jan 08 21:00:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685566739141259264, "text": "help me continue #college my funding was cut https://t.co/Kkw1BVOedS #crowdfund #collegelife #cinematography", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2396932368, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1343, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2396932368/1419886819", "is_translator": false}, {"time_zone": "America/Los_Angeles", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "82480797", "following": false, "friends_count": 661, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/817092131/e35a189e26ca361ceadff8b2eae3ca2b.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 161, "location": "San Diego", "screen_name": "Mi_keC", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Michael Conlon", "profile_use_background_image": true, "description": "Never stop learning - information security and craft beer addiction", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/591366723279785984/0LOfXLcP_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Oct 14 23:07:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/591366723279785984/0LOfXLcP_normal.jpg", "favourites_count": 1247, "status": {"retweet_count": 113, "retweeted_status": {"retweet_count": 113, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "654136987453128704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 450, "h": 282, "resize": "fit"}, "medium": {"w": 450, "h": 282, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 213, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CRP2HwKWUAAohrI.jpg", "type": "photo", "indices": [75, 97], "media_url": "http://pbs.twimg.com/media/CRP2HwKWUAAohrI.jpg", "display_url": "pic.twitter.com/4KTZsuUwmT", "id_str": "654136983946678272", "expanded_url": "http://twitter.com/mzbat/status/654136987453128704/photo/1", "id": 654136983946678272, "url": "http://t.co/4KTZsuUwmT"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "M3atShi3ld", "id_str": "982428168", "id": 982428168, "indices": [12, 23], "name": "M3atShi3ld"}]}, "created_at": "Wed Oct 14 03:29:45 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 654136987453128704, "text": "100 RTs and @M3atShi3ld will get this bat tattooed on his butt. On camera. http://t.co/4KTZsuUwmT", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "654352341810810880", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 450, "h": 282, "resize": "fit"}, "medium": {"w": 450, "h": 282, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 213, "resize": "fit"}}, "source_status_id_str": "654136987453128704", "media_url": "http://pbs.twimg.com/media/CRP2HwKWUAAohrI.jpg", "source_user_id_str": "253608265", "id_str": "654136983946678272", "id": 654136983946678272, "media_url_https": "https://pbs.twimg.com/media/CRP2HwKWUAAohrI.jpg", "type": "photo", "indices": [86, 108], "source_status_id": 654136987453128704, "source_user_id": 253608265, "display_url": "pic.twitter.com/4KTZsuUwmT", "expanded_url": "http://twitter.com/mzbat/status/654136987453128704/photo/1", "url": "http://t.co/4KTZsuUwmT"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mzbat", "id_str": "253608265", "id": 253608265, "indices": [3, 9], "name": "b\u0360\u035d\u0344\u0350\u0310\u035d\u030a\u0341a\u030f\u0344\u0343\u0305\u0302\u0313\u030f\u0304t\u0352"}, {"screen_name": "M3atShi3ld", "id_str": "982428168", "id": 982428168, "indices": [23, 34], "name": "M3atShi3ld"}]}, "created_at": "Wed Oct 14 17:45:30 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 654352341810810880, "text": "RT @mzbat: 100 RTs and @M3atShi3ld will get this bat tattooed on his butt. On camera. http://t.co/4KTZsuUwmT", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 82480797, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/817092131/e35a189e26ca361ceadff8b2eae3ca2b.jpeg", "statuses_count": 204, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "177646723", "following": false, "friends_count": 1113, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/135037717/CRW_9589_reduced.jpg", "notifications": false, "profile_sidebar_fill_color": "2F1036", "profile_link_color": "5C1361", "geo_enabled": false, "followers_count": 387, "location": "[redacted] ", "screen_name": "r3d4ct3d", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "[REDACTED]", "profile_use_background_image": true, "description": "free thinker, atheist, hacktivist. i post/RT anything having to do with science, politics, hactivism, art, music and tech.", "url": null, "profile_text_color": "D4D4D4", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1770342024/FIF_copy_normal.jpg", "profile_background_color": "101B21", "created_at": "Thu Aug 12 18:08:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770342024/FIF_copy_normal.jpg", "favourites_count": 559, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "596894667641200640", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "m.huffpost.com/us/entry/72427\u2026", "url": "http://t.co/9yRTKxHXpg", "expanded_url": "http://m.huffpost.com/us/entry/7242720", "indices": [96, 118]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat May 09 04:29:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 596894667641200640, "text": "Ignoring this being racist, you do realize this is illegal under state and federal laws, right? http://t.co/9yRTKxHXpg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "596905652850569216", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "m.huffpost.com/us/entry/72427\u2026", "url": "http://t.co/9yRTKxHXpg", "expanded_url": "http://m.huffpost.com/us/entry/7242720", "indices": [110, 132]}], "hashtags": [], "user_mentions": [{"screen_name": "wwahammy", "id_str": "19212550", "id": 19212550, "indices": [3, 12], "name": "Eric Kringleschultz"}]}, "created_at": "Sat May 09 05:12:52 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 596905652850569216, "text": "RT @wwahammy: Ignoring this being racist, you do realize this is illegal under state and federal laws, right? http://t.co/9yRTKxHXpg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 177646723, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/135037717/CRW_9589_reduced.jpg", "statuses_count": 23283, "profile_banner_url": "https://pbs.twimg.com/profile_banners/177646723/1358587342", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "12897812", "following": false, "friends_count": 1123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jamigibbs.com", "url": "https://t.co/pgV1I0wHOf", "expanded_url": "http://jamigibbs.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/427142944/groovepaper.png", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 2540, "location": "Chicago", "screen_name": "JamiGibbs", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 70, "name": "Jami Gibbs \u26f5", "profile_use_background_image": true, "description": "Doing stuff on the interwebs. Founder of @rescuethemes. Recovering expat. Still learning.", "url": "https://t.co/pgV1I0wHOf", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679694700459233284/1-OJBDxd_normal.png", "profile_background_color": "E0E0E0", "created_at": "Thu Jan 31 02:52:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C7C7C7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679694700459233284/1-OJBDxd_normal.png", "favourites_count": 712, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685256403418779648", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 768, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKFEDWWsAAP1Ky.jpg", "type": "photo", "indices": [50, 73], "media_url": "http://pbs.twimg.com/media/CYKFEDWWsAAP1Ky.jpg", "display_url": "pic.twitter.com/AG95peuNkM", "id_str": "685256397978775552", "expanded_url": "http://twitter.com/JamiGibbs/status/685256403418779648/photo/1", "id": 685256397978775552, "url": "https://t.co/AG95peuNkM"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:27:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/1d9a5370a355ab0c.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-87.940033, 41.644102], [-87.523993, 41.644102], [-87.523993, 42.0230669], [-87.940033, 42.0230669]]], "type": "Polygon"}, "full_name": "Chicago, IL", "contained_within": [], "country_code": "US", "id": "1d9a5370a355ab0c", "name": "Chicago"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685256403418779648, "text": "TIL: My dog fucking hates dudes that climb trees. https://t.co/AG95peuNkM", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 12897812, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/427142944/groovepaper.png", "statuses_count": 11136, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12897812/1446593975", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "307983", "following": false, "friends_count": 792, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lendami.co", "url": "https://t.co/ST37mdmeuQ", "expanded_url": "http://lendami.co", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2968792/bg_beercaps.jpg", "notifications": false, "profile_sidebar_fill_color": "EEEEEE", "profile_link_color": "676767", "geo_enabled": true, "followers_count": 1705, "location": "Trillmington, DE", "screen_name": "lendamico", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 117, "name": "Len Damico", "profile_use_background_image": true, "description": "UX Architect, @Arcweb Technologies. Founding jawn, @phldesignco. Husband, @psujo. I'm really sorry about #PSUtwitter. RIYL: dadlife, feminism, hops, indie rock.", "url": "https://t.co/ST37mdmeuQ", "profile_text_color": "323232", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671515446219288577/ggZ_SL0V_normal.jpg", "profile_background_color": "121212", "created_at": "Thu Dec 28 04:40:08 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "666666", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671515446219288577/ggZ_SL0V_normal.jpg", "favourites_count": 6644, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685610363086336000", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 111, "resize": "fit"}, "medium": {"w": 600, "h": 196, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 717, "h": 235, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPG_hOWsAU-XFU.jpg", "type": "photo", "indices": [10, 33], "media_url": "http://pbs.twimg.com/media/CYPG_hOWsAU-XFU.jpg", "display_url": "pic.twitter.com/3w9IAwJBuN", "id_str": "685610362843082757", "expanded_url": "http://twitter.com/lendamico/status/685610363086336000/photo/1", "id": 685610362843082757, "url": "https://t.co/3w9IAwJBuN"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:53:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685610363086336000, "text": "mmmmm yes https://t.co/3w9IAwJBuN", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 307983, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2968792/bg_beercaps.jpg", "statuses_count": 42357, "profile_banner_url": "https://pbs.twimg.com/profile_banners/307983/1435980493", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "27965538", "following": false, "friends_count": 365, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lynnandtonic.com", "url": "http://t.co/heVvcx6U2V", "expanded_url": "http://lynnandtonic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/7182491/squidfingers-bg.gif", "notifications": false, "profile_sidebar_fill_color": "EBEBEB", "profile_link_color": "219E9E", "geo_enabled": false, "followers_count": 1714, "location": "Chandler, AZ", "screen_name": "lynnandtonic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Lynn Fisher", "profile_use_background_image": false, "description": "Living each day like it's Pizza Day.", "url": "http://t.co/heVvcx6U2V", "profile_text_color": "424242", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477556215401025537/zH_q0-_s_normal.png", "profile_background_color": "242424", "created_at": "Tue Mar 31 21:19:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BABABA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477556215401025537/zH_q0-_s_normal.png", "favourites_count": 1914, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684787294465753088", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/783hwpJTjlo", "url": "https://t.co/ODNDb8Xs2M", "expanded_url": "https://youtu.be/783hwpJTjlo", "indices": [51, 74]}], "hashtags": [], "user_mentions": [{"screen_name": "TheeNerdwriter", "id_str": "87576856", "id": 87576856, "indices": [35, 50], "name": "Evan Puschak"}]}, "created_at": "Wed Jan 06 17:23:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684787294465753088, "text": "How Art Transforms The Internet by @TheeNerdwriter https://t.co/ODNDb8Xs2M", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 27965538, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/7182491/squidfingers-bg.gif", "statuses_count": 3210, "profile_banner_url": "https://pbs.twimg.com/profile_banners/27965538/1380170906", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14403366", "following": false, "friends_count": 654, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pcable.net", "url": "https://t.co/J5UfTI3pNd", "expanded_url": "http://www.pcable.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/246043858/IMG_1824.jpg", "notifications": false, "profile_sidebar_fill_color": "2F3333", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 657, "location": "Somerville", "screen_name": "patcable", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 35, "name": "Patrick Cable", "profile_use_background_image": true, "description": "sailing systems by the sea shore. also: LISA16 talks co-chair", "url": "https://t.co/J5UfTI3pNd", "profile_text_color": "3EA8A5", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668478465797169154/p7tkQ4aS_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Apr 16 01:42:35 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "434545", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668478465797169154/p7tkQ4aS_normal.jpg", "favourites_count": 2159, "status": {"in_reply_to_status_id": 685598865798656000, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tyrostone", "in_reply_to_user_id": 381193410, "in_reply_to_status_id_str": "685598865798656000", "in_reply_to_user_id_str": "381193410", "truncated": false, "id_str": "685602278955433986", "id": 685602278955433986, "text": "@tyrostone whoa, that's kinda a great library perk", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tyrostone", "id_str": "381193410", "id": 381193410, "indices": [0, 10], "name": "Laura Stone"}]}, "created_at": "Fri Jan 08 23:21:35 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14403366, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/246043858/IMG_1824.jpg", "statuses_count": 7685, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14403366/1448214484", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14701839", "following": false, "friends_count": 125, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "adamyonk.com", "url": "http://t.co/ka2I9JDfh8", "expanded_url": "http://adamyonk.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3202932/bg_2.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "DC322F", "geo_enabled": false, "followers_count": 357, "location": "Springfield, MO", "screen_name": "adamyonk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "Adam Jahnke \u2615\ufe0f", "profile_use_background_image": false, "description": "Pursuer of God and @oliviayonk, minimalist, thinker, programmer, recovering perfectionist, engineer at @Librato. I love to make the complex simple.", "url": "http://t.co/ka2I9JDfh8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676859032045379584/ZpQCo8T7_normal.jpg", "profile_background_color": "FDF6E3", "created_at": "Thu May 08 15:53:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676859032045379584/ZpQCo8T7_normal.jpg", "favourites_count": 290, "status": {"retweet_count": 7, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 7, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685507394470690818", "id": 685507394470690818, "text": "Most of programming is just a never ending search for the right abstractions.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:04:33 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 35, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685566356712861697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "HenrikJoreteg", "id_str": "15102110", "id": 15102110, "indices": [3, 17], "name": "Henrik Joreteg"}]}, "created_at": "Fri Jan 08 20:58:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685566356712861697, "text": "RT @HenrikJoreteg: Most of programming is just a never ending search for the right abstractions.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14701839, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3202932/bg_2.png", "statuses_count": 6318, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14701839/1430812181", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "9905392", "following": false, "friends_count": 2879, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iam.travishartwell.net", "url": "http://t.co/noZfvrEjJH", "expanded_url": "http://iam.travishartwell.net", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2688, "location": "Idaho Falls, Idaho", "screen_name": "travisbhartwell", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 87, "name": "Travis B. Hartwell", "profile_use_background_image": true, "description": "LDS. Meditator. Kidney transplant recipient. On dialysis. Losing vision to Retinitis Pigmentosa. Software Toolsmith. Free/Open Source advocate. Writer. Friend.", "url": "http://t.co/noZfvrEjJH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/453097486228279296/H6aYkYt5_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Nov 03 02:50:41 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/453097486228279296/H6aYkYt5_normal.jpeg", "favourites_count": 8357, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/07d9f5b941887004.json", "country": "United States", "attributes": {}, "place_type": "poi", "bounding_box": {"coordinates": [[[-122.03072304117417, 37.331652997806785], [-122.03072304117417, 37.331652997806785], [-122.03072304117417, 37.331652997806785], [-122.03072304117417, 37.331652997806785]]], "type": "Polygon"}, "full_name": "Apple Inc.", "contained_within": [], "country_code": "US", "id": "07d9f5b941887004", "name": "Apple Inc."}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685567022172737537", "id": 685567022172737537, "text": "I feel like a spy, infiltrating enemy headquarters.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:01:29 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9905392, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10724, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "87004913", "following": false, "friends_count": 1499, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1410, "location": "The Woods, Calaforny", "screen_name": "nvcexploder", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 94, "name": "Beardiest Tween", "profile_use_background_image": true, "description": "I write code in the woods and teach kids to build robots.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524375386767904768/SsOI4V4k_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Nov 02 19:07:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524375386767904768/SsOI4V4k_normal.jpeg", "favourites_count": 7359, "status": {"in_reply_to_status_id": 685563110468399104, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "fritzy", "in_reply_to_user_id": 14498374, "in_reply_to_status_id_str": "685563110468399104", "in_reply_to_user_id_str": "14498374", "truncated": false, "id_str": "685563291469352960", "id": 685563291469352960, "text": "@fritzy @vladikoff @HugoGiraudel I noticed that too - it's still SO RAD.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "fritzy", "id_str": "14498374", "id": 14498374, "indices": [0, 7], "name": "Fritzy"}, {"screen_name": "vladikoff", "id_str": "57659047", "id": 57659047, "indices": [8, 18], "name": "Vlad Filippov"}, {"screen_name": "HugoGiraudel", "id_str": "551949534", "id": 551949534, "indices": [19, 32], "name": "Hugo Giraudel"}]}, "created_at": "Fri Jan 08 20:46:40 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 87004913, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4848, "profile_banner_url": "https://pbs.twimg.com/profile_banners/87004913/1398990558", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "39129267", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}, "url": {"urls": [{"url": "http://reza.akhavan.me", "expanded_url": null, "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "333333", "geo_enabled": false, "followers_count": 520, "location": "San Francisco", "screen_name": "jedireza", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 46, "name": "Reza Akhavan", "profile_use_background_image": false, "description": "Engineer @Mozilla \u2728 Co-Organizer @NodeSchoolSF", "url": "http://reza.akhavan.me", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/568295339157753856/s4XVgdXN_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun May 10 22:55:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/568295339157753856/s4XVgdXN_normal.jpeg", "favourites_count": 737, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683436415040933888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/nodeschooloak/\u2026", "url": "https://t.co/N7ckQ72EQm", "expanded_url": "https://twitter.com/nodeschooloak/status/683436238473310208", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "nodeschooloak", "id_str": "3271438309", "id": 3271438309, "indices": [72, 86], "name": "NodeSchool Oakland"}]}, "created_at": "Sat Jan 02 23:55:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683436415040933888, "text": "Come join me and some of the finest folks from the bay area at the next @nodeschooloak! https://t.co/N7ckQ72EQm", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683851658095243264", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/nodeschooloak/\u2026", "url": "https://t.co/N7ckQ72EQm", "expanded_url": "https://twitter.com/nodeschooloak/status/683436238473310208", "indices": [101, 124]}], "hashtags": [], "user_mentions": [{"screen_name": "takempf", "id_str": "17734862", "id": 17734862, "indices": [3, 11], "name": "Timothy Kempf"}, {"screen_name": "nodeschooloak", "id_str": "3271438309", "id": 3271438309, "indices": [85, 99], "name": "NodeSchool Oakland"}]}, "created_at": "Mon Jan 04 03:25:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683851658095243264, "text": "RT @takempf: Come join me and some of the finest folks from the bay area at the next @nodeschooloak! https://t.co/N7ckQ72EQm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 39129267, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1061, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39129267/1421477916", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "17293000", "following": false, "friends_count": 481, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "aguidinglife.co.uk", "url": "https://t.co/IWUVA2WIs8", "expanded_url": "http://www.aguidinglife.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 921, "location": "UK", "screen_name": "kelloggs_ville", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "KV_Guiding_DBA", "profile_use_background_image": true, "description": "Oracle DBA, Guider. Tried to be normal once, worst 2 minutes of my life.", "url": "https://t.co/IWUVA2WIs8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681825809183686656/220vNYu5_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Mon Nov 10 19:32:47 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681825809183686656/220vNYu5_normal.jpg", "favourites_count": 1939, "status": {"in_reply_to_status_id": 685539178982043648, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "TheDashingChap", "in_reply_to_user_id": 22298246, "in_reply_to_status_id_str": "685539178982043648", "in_reply_to_user_id_str": "22298246", "truncated": false, "id_str": "685539757695365120", "id": 685539757695365120, "text": "@TheDashingChap I for one am always praying for peas on earth \ud83d\ude02\ud83d\ude02\ud83d\ude02", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TheDashingChap", "id_str": "22298246", "id": 22298246, "indices": [0, 15], "name": "Ty"}]}, "created_at": "Fri Jan 08 19:13:09 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17293000, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 22251, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17293000/1449608601", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "52270403", "following": false, "friends_count": 410, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mojolingo.com", "url": "http://t.co/QQBQqmHHBD", "expanded_url": "http://mojolingo.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/294691643/MojoLingoBG-Twitter.png", "notifications": false, "profile_sidebar_fill_color": "E3E3E3", "profile_link_color": "96172E", "geo_enabled": true, "followers_count": 671, "location": "Atlanta", "screen_name": "bklang", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Ben Klang", "profile_use_background_image": true, "description": "Principal/Technology Strategist at Mojo Lingo. Project Lead for Adhearsion, the voice app framework. Real-Time Comms Revolutionary. Open Source Hacker.", "url": "http://t.co/QQBQqmHHBD", "profile_text_color": "37424A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621343464735772672/mKCqd3FO_normal.jpg", "profile_background_color": "324555", "created_at": "Tue Jun 30 02:12:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "919191", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621343464735772672/mKCqd3FO_normal.jpg", "favourites_count": 211, "status": {"retweet_count": 9, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 9, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682756823544365056", "id": 682756823544365056, "text": "Pretty stoked that #Asterisk 14 will support\n same => n,Playback(https://someserver/some_sound_file.wav)\n\nLots more to do, but progress!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Asterisk", "indices": [19, 28]}], "user_mentions": []}, "created_at": "Fri Jan 01 02:54:46 +0000 2016", "source": "Twitter Web Client", "favorite_count": 17, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "682762462643499009", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Asterisk", "indices": [36, 45]}], "user_mentions": [{"screen_name": "mattcjordan", "id_str": "48244004", "id": 48244004, "indices": [3, 15], "name": "Matt Jordan"}]}, "created_at": "Fri Jan 01 03:17:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682762462643499009, "text": "RT @mattcjordan: Pretty stoked that #Asterisk 14 will support\n same => n,Playback(https://someserver/some_sound_file.wav)\n\nLots more to \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 52270403, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/294691643/MojoLingoBG-Twitter.png", "statuses_count": 1882, "profile_banner_url": "https://pbs.twimg.com/profile_banners/52270403/1436974855", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "528590347", "following": false, "friends_count": 1214, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/poeticninja", "url": "https://t.co/2Hpy5zsVuW", "expanded_url": "https://github.com/poeticninja", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 378, "location": "Houston, TX", "screen_name": "poeticninja", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 35, "name": "Saul Maddox", "profile_use_background_image": true, "description": "Web Developer, co-manage Node.js Houston, husband to a wonderful wife, and father to three amazing children.", "url": "https://t.co/2Hpy5zsVuW", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000698748900/37ec2ffa765e556b16aea10a3c73e6bc_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sun Mar 18 15:11:58 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000698748900/37ec2ffa765e556b16aea10a3c73e6bc_normal.jpeg", "favourites_count": 1681, "status": {"retweet_count": 97, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 97, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684553093409861632", "id": 684553093409861632, "text": "Don\u2019t ask your contributors to npm install any packages globally. Set up aliases for tasks via \"scripts\" config in package.json.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 01:52:30 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 203, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685248751787589632", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dan_abramov", "id_str": "70345946", "id": 70345946, "indices": [3, 15], "name": "Dan Abramov"}]}, "created_at": "Thu Jan 07 23:56:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685248751787589632, "text": "RT @dan_abramov: Don\u2019t ask your contributors to npm install any packages globally. Set up aliases for tasks via \"scripts\" config in package\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 528590347, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/528590347/1378419100", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "217607250", "following": false, "friends_count": 887, "entities": {"description": {"urls": [{"display_url": "ike.io", "url": "https://t.co/tShgYG6Gye", "expanded_url": "http://ike.io", "indices": [19, 42]}]}, "url": {"urls": [{"display_url": "ike.io", "url": "https://t.co/tShgYG6Gye", "expanded_url": "http://ike.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/693712484/978192d7b7735dc78f2fed907480eaa8.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 567, "location": "Richland, WA", "screen_name": "_crossdiver", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 46, "name": "Isaac Lewis", "profile_use_background_image": true, "description": "Dude with a lance, https://t.co/tShgYG6Gye. Founder, @muxtc. Renaissance Kid. @the_lewist's lesser half.", "url": "https://t.co/tShgYG6Gye", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563851021403688961/j08fLJw2_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sat Nov 20 00:22:04 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563851021403688961/j08fLJw2_normal.jpeg", "favourites_count": 3249, "status": {"retweet_count": 12, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 12, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679318236744294400", "id": 679318236744294400, "text": "We're looking for businesses looking to sell to their workers. Help us spread the word by retweeting or let us know if you know someone!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 22 15:11:03 +0000 2015", "source": "Hootsuite", "favorite_count": 7, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685603260187578368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "workingworldorg", "id_str": "496495582", "id": 496495582, "indices": [3, 19], "name": "The Working World"}]}, "created_at": "Fri Jan 08 23:25:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685603260187578368, "text": "RT @workingworldorg: We're looking for businesses looking to sell to their workers. Help us spread the word by retweeting or let us know if\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 217607250, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/693712484/978192d7b7735dc78f2fed907480eaa8.jpeg", "statuses_count": 5204, "profile_banner_url": "https://pbs.twimg.com/profile_banners/217607250/1442362227", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "34672729", "following": false, "friends_count": 218, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.com", "url": "https://t.co/g5X3ldct0t", "expanded_url": "http://www.andyet.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F5ABB5", "geo_enabled": true, "followers_count": 489, "location": "Richland, Wa", "screen_name": "Jennadear_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Jenna Tormanen", "profile_use_background_image": false, "description": "Marketing or something @andyet \u2022 Coffee Enthusiast @wearethelocal \u2022 Videographer {Eastern Washington}", "url": "https://t.co/g5X3ldct0t", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659153708341592064/QB5FRwqm_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Apr 23 17:32:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659153708341592064/QB5FRwqm_normal.jpg", "favourites_count": 1648, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685200578268405760", "id": 685200578268405760, "text": "Learning alllllllllllllll the knowledge from @lancestout!!! w/@sallycmohr.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lancestout", "id_str": "17123007", "id": 17123007, "indices": [45, 56], "name": "Lance Stout"}, {"screen_name": "sallycmohr", "id_str": "23568790", "id": 23568790, "indices": [62, 73], "name": "Sally C. Mohr"}]}, "created_at": "Thu Jan 07 20:45:22 +0000 2016", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 34672729, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1519, "profile_banner_url": "https://pbs.twimg.com/profile_banners/34672729/1447698106", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "221488208", "following": false, "friends_count": 613, "entities": {"description": {"urls": [{"display_url": "wild.land", "url": "http://t.co/ktkvhRQiyM", "expanded_url": "http://wild.land", "indices": [126, 148]}]}, "url": {"urls": [{"display_url": "dribbble.com/tymulholland", "url": "https://t.co/CFdBPTtdzG", "expanded_url": "https://dribbble.com/tymulholland", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 623, "location": "", "screen_name": "tymulholland", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Ty Mulholland", "profile_use_background_image": true, "description": "Mastermind @wildlandlabs, by mastermind I mean fumbling, fly-by-the-seat-of-my-pants, accidental, ah s###! designer/creative. http://t.co/ktkvhRQiyM", "url": "https://t.co/CFdBPTtdzG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634592193404010496/o7Yb1ir0_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Nov 30 20:15:09 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634592193404010496/o7Yb1ir0_normal.jpg", "favourites_count": 723, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685522986015719424", "id": 685522986015719424, "text": "\"I believe researching that feature will take 1 hour of cussing and 2 hours of actual research.\" #doitright", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "doitright", "indices": [97, 107]}], "user_mentions": []}, "created_at": "Fri Jan 08 18:06:30 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 221488208, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 2957, "profile_banner_url": "https://pbs.twimg.com/profile_banners/221488208/1434956478", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14697361", "following": false, "friends_count": 184, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dougwaltman.com", "url": "http://t.co/ravmBOhT5Q", "expanded_url": "http://www.dougwaltman.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/533332526064885760/z3_XeSQQ.png", "notifications": false, "profile_sidebar_fill_color": "14161B", "profile_link_color": "309EA6", "geo_enabled": true, "followers_count": 825, "location": "Tri-Cities, WA", "screen_name": "dougwaltman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 59, "name": "Douglas", "profile_use_background_image": true, "description": "Unverified adult, making the world a better place with technology. Connecting, exploring, nerding out, and making art. \u2661", "url": "http://t.co/ravmBOhT5Q", "profile_text_color": "93A097", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662059136599789569/-ny7sQ2R_normal.jpg", "profile_background_color": "131516", "created_at": "Thu May 08 07:13:13 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662059136599789569/-ny7sQ2R_normal.jpg", "favourites_count": 1829, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685522518199816193", "id": 685522518199816193, "text": "We don't get to choose what happens, but we get to choose how we feel about it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:04:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14697361, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/533332526064885760/z3_XeSQQ.png", "statuses_count": 5668, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14697361/1445640558", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "536923214", "following": false, "friends_count": 185, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FF6D69", "geo_enabled": false, "followers_count": 207, "location": "Tri Cities", "screen_name": "JaimeHRobles", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Jaime Robles", "profile_use_background_image": false, "description": "President and pixel pusher at @Andyet", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/607249416253087744/YEzcUr-p_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Mar 26 04:37:11 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/607249416253087744/YEzcUr-p_normal.jpg", "favourites_count": 2145, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684834165645119488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/2-p44-9S4O0", "url": "https://t.co/cekiHK3nYL", "expanded_url": "https://youtu.be/2-p44-9S4O0", "indices": [47, 70]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 20:29:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684834165645119488, "text": "John Cleese: \"So, Anyway...\" | Talks at Google https://t.co/cekiHK3nYL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 536923214, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 1358, "profile_banner_url": "https://pbs.twimg.com/profile_banners/536923214/1433663921", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "37127416", "following": false, "friends_count": 269, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shenoalawrence.com", "url": "http://t.co/TjMvjrHu3l", "expanded_url": "http://shenoalawrence.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/107900660/twitterback.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "F28907", "geo_enabled": true, "followers_count": 615, "location": "Seattle, WA", "screen_name": "ShenoaLawrence", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "\u24c8\u24d7\u24d4\u24dd\u24de\u24d0", "profile_use_background_image": false, "description": "Front-end designer, project manager, and adventure seeker. Podcasting at ingoodcompany.fm", "url": "http://t.co/TjMvjrHu3l", "profile_text_color": "B19135", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/633169399130681344/6DXwmKc6_normal.jpg", "profile_background_color": "EEE0C9", "created_at": "Sat May 02 03:20:40 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/633169399130681344/6DXwmKc6_normal.jpg", "favourites_count": 2485, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681624221848473600", "id": 681624221848473600, "text": "Taking a social media break. Catch you on the flip side.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 28 23:54:13 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 37127416, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/107900660/twitterback.jpg", "statuses_count": 5933, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37127416/1416440886", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "121241223", "following": false, "friends_count": 664, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/554093609696239616/gC_YUGuY.jpeg", "notifications": false, "profile_sidebar_fill_color": "DBDBDB", "profile_link_color": "231DCF", "geo_enabled": false, "followers_count": 300, "location": "Tri-Cities, WA", "screen_name": "jeffboyus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Jeff Boyus", "profile_use_background_image": true, "description": "Primarily a front-end developer using Ampersand/Backbone. I love sports and my timeline may be all over the place at times... so you've been warned.", "url": null, "profile_text_color": "182224", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1795620231/7DF56B64-8150-4CF6-8DC4-6A4F06C02C86_normal", "profile_background_color": "8F82C7", "created_at": "Mon Mar 08 22:11:12 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "162024", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795620231/7DF56B64-8150-4CF6-8DC4-6A4F06C02C86_normal", "favourites_count": 119, "status": {"in_reply_to_status_id": 684641789781778436, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "DavisHsuSeattle", "in_reply_to_user_id": 55139282, "in_reply_to_status_id_str": "684641789781778436", "in_reply_to_user_id_str": "55139282", "truncated": false, "id_str": "684652133258366976", "id": 684652133258366976, "text": "@DavisHsuSeattle or they like their previous scouting on MIN and GB enough to focus a bit more time on WAS in case.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DavisHsuSeattle", "id_str": "55139282", "id": 55139282, "indices": [0, 16], "name": "DAVIS HSU"}]}, "created_at": "Wed Jan 06 08:26:03 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 121241223, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/554093609696239616/gC_YUGuY.jpeg", "statuses_count": 3836, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "327558148", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/793050516/f8489173837e263207c93f89754e89a5.jpeg", "notifications": false, "profile_sidebar_fill_color": "020812", "profile_link_color": "131516", "geo_enabled": false, "followers_count": 172, "location": "Washington State", "screen_name": "Laurie_Wells55", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 1, "name": "Laurie Wells", "profile_use_background_image": true, "description": "Married 37 yrs 2 a great guy 2 Border Collies VinDiesel & Sadie who are crazy, & came out of retirement to work for Amazon Happy Life !", "url": null, "profile_text_color": "2280A9", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564558188935389184/InKgv58-_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Jul 01 19:23:57 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564558188935389184/InKgv58-_normal.jpeg", "favourites_count": 179, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/793050516/f8489173837e263207c93f89754e89a5.jpeg", "default_profile_image": false, "id": 327558148, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1552, "profile_banner_url": "https://pbs.twimg.com/profile_banners/327558148/1430000910", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "367119191", "following": false, "friends_count": 565, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.com", "url": "https://t.co/TCoCuFOO85", "expanded_url": "https://andyet.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 327, "location": "", "screen_name": "DesignSaves", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Illuminati Dropout", "profile_use_background_image": true, "description": "Designer and UX Developer at &yet. Unconditional inclusivity is the only option.", "url": "https://t.co/TCoCuFOO85", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662515784736862210/iqWmEwuK_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Sep 03 12:18:32 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662515784736862210/iqWmEwuK_normal.jpg", "favourites_count": 786, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682780720322891776", "id": 682780720322891776, "text": "A thought I just had: \"who could I pay to put my Christmas tree away?\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 04:29:43 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 367119191, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 670, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "20166253", "following": false, "friends_count": 1003, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 132, "location": "", "screen_name": "cyclerunner", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "cyclerunner", "profile_use_background_image": true, "description": "Sir Pinklepot Honeychild Fishfetish, 4th Earl of Duke", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1689671357/doggiePhotoshop_normal.jpg", "profile_background_color": "D0A1D4", "created_at": "Thu Feb 05 17:22:10 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689671357/doggiePhotoshop_normal.jpg", "favourites_count": 176, "status": {"in_reply_to_status_id": 685611241197416448, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Nero", "in_reply_to_user_id": 6160792, "in_reply_to_status_id_str": "685611241197416448", "in_reply_to_user_id_str": "6160792", "truncated": false, "id_str": "685613838864125952", "id": 685613838864125952, "text": "@Nero if you take the bigotry out of the Milo, what is left?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Nero", "id_str": "6160792", "id": 6160792, "indices": [0, 5], "name": "Milo Yiannopoulos"}]}, "created_at": "Sat Jan 09 00:07:31 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 20166253, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 28586, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "38380590", "following": false, "friends_count": 4632, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "JasonEvanish.com", "url": "http://t.co/0GdIwc7qEB", "expanded_url": "http://JasonEvanish.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/36919524/twitter-background-free-032.jpg", "notifications": false, "profile_sidebar_fill_color": "149E5E", "profile_link_color": "218499", "geo_enabled": false, "followers_count": 8735, "location": "San Francisco via Boston", "screen_name": "Evanish", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 569, "name": "Jason Evanish", "profile_use_background_image": true, "description": "Customer driven product guy. Avid reader. Student of leadership. Founder @Get_Lighthouse to help managers become leaders. Prev @KISSmetrics & @Greenhornboston", "url": "http://t.co/0GdIwc7qEB", "profile_text_color": "011701", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2983505158/46a0f5eadf450f553472c4361133e4cc_normal.jpeg", "profile_background_color": "022330", "created_at": "Thu May 07 05:54:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2983505158/46a0f5eadf450f553472c4361133e4cc_normal.jpeg", "favourites_count": 4018, "status": {"in_reply_to_status_id": 685577074417991681, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ToGovern", "in_reply_to_user_id": 166505377, "in_reply_to_status_id_str": "685577074417991681", "in_reply_to_user_id_str": "166505377", "truncated": false, "id_str": "685613343294357504", "id": 685613343294357504, "text": "@ToGovern thanks! You'll also like @Get_Lighthouse then.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ToGovern", "id_str": "166505377", "id": 166505377, "indices": [0, 9], "name": "Corporate Governance"}, {"screen_name": "Get_Lighthouse", "id_str": "2450328954", "id": 2450328954, "indices": [35, 50], "name": "Get Lighthouse"}]}, "created_at": "Sat Jan 09 00:05:33 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 38380590, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/36919524/twitter-background-free-032.jpg", "statuses_count": 33074, "profile_banner_url": "https://pbs.twimg.com/profile_banners/38380590/1402174070", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "163997887", "following": false, "friends_count": 617, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tech.paulcz.net", "url": "http://t.co/pszReLs02g", "expanded_url": "http://tech.paulcz.net", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 783, "location": "Austin, TX", "screen_name": "pczarkowski", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "Czarknado", "profile_use_background_image": true, "description": "Assistant to the Regional Devop", "url": "http://t.co/pszReLs02g", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655945658021490694/fWJNd4Wr_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jul 07 19:59:49 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655945658021490694/fWJNd4Wr_normal.jpg", "favourites_count": 1143, "status": {"in_reply_to_status_id": 685567662189969408, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jesspryles", "in_reply_to_user_id": 239123640, "in_reply_to_status_id_str": "685567662189969408", "in_reply_to_user_id_str": "239123640", "truncated": false, "id_str": "685583721785724928", "id": 685583721785724928, "text": "@jesspryles @BarbecueWife @tmbbq That looks like the start of a beautiful martini", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jesspryles", "id_str": "239123640", "id": 239123640, "indices": [0, 11], "name": "Jess Pryles"}, {"screen_name": "BarbecueWife", "id_str": "2156702220", "id": 2156702220, "indices": [12, 25], "name": "Barbecue Wife"}, {"screen_name": "tmbbq", "id_str": "314842586", "id": 314842586, "indices": [26, 32], "name": "TMBBQ"}]}, "created_at": "Fri Jan 08 22:07:51 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 163997887, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/163997887/1445224049", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5676102", "following": false, "friends_count": 5512, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hanselman.com", "url": "https://t.co/KWE5X1BBOh", "expanded_url": "http://hanselman.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/373869284/sepiabackground.jpg", "notifications": false, "profile_sidebar_fill_color": "B8AA9C", "profile_link_color": "72412C", "geo_enabled": true, "followers_count": 150954, "location": "Portland, Oregon", "screen_name": "shanselman", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 7232, "name": "Scott Hanselman", "profile_use_background_image": true, "description": "Tech, Code, YouTube, Race, Linguistics, Web, Parenting, Fashion, Black Hair, STEM, @OSCON chair, Phony. MSFT, but these are my opinions. @overheardathome", "url": "https://t.co/KWE5X1BBOh", "profile_text_color": "696969", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459455847165218816/I_sH-zvU_normal.jpeg", "profile_background_color": "D1CDC1", "created_at": "Tue May 01 05:55:26 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "B8AA9C", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459455847165218816/I_sH-zvU_normal.jpeg", "favourites_count": 24118, "status": {"in_reply_to_status_id": null, "retweet_count": 39, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685612414331523072", "id": 685612414331523072, "text": "I don't want a SmartTV. I want a DumbTV with an HDMI input. I'm not interested in a lousy insecure TV operating system and slow Netflix app.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:01:52 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 61, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5676102, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/373869284/sepiabackground.jpg", "statuses_count": 134545, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5676102/1398280381", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "176785758", "following": false, "friends_count": 560, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/cdparks", "url": "https://t.co/i3UJKkqCYc", "expanded_url": "http://github.com/cdparks", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 99, "location": "Santa Clara", "screen_name": "cdparx", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 2, "name": "Chris Parks", "profile_use_background_image": true, "description": "Books, Haskell, cycling, chiptunes. Web engineer at Front Row Education.", "url": "https://t.co/i3UJKkqCYc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673630904183447552/BtXDgn8G_normal.jpg", "profile_background_color": "022330", "created_at": "Tue Aug 10 12:43:49 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673630904183447552/BtXDgn8G_normal.jpg", "favourites_count": 589, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685519445159055361", "id": 685519445159055361, "text": ".@alex_kurilin maybe I'm easy to impress, but tmux is blowing my mind", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "alex_kurilin", "id_str": "518123090", "id": 518123090, "indices": [1, 14], "name": "Alexandr Kurilin"}]}, "created_at": "Fri Jan 08 17:52:26 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 176785758, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 320, "profile_banner_url": "https://pbs.twimg.com/profile_banners/176785758/1449441098", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "169213944", "following": false, "friends_count": 975, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "netmeister.org", "url": "https://t.co/ig2RCUAX9I", "expanded_url": "https://www.netmeister.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "300099", "geo_enabled": true, "followers_count": 1873, "location": "New York, NY", "screen_name": "jschauma", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 123, "name": "Jan Schaumann", "profile_use_background_image": false, "description": "Vell, I'm just zis guy, you know?", "url": "https://t.co/ig2RCUAX9I", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551217713230528512/t4O7Iflt_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jul 21 20:33:15 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551217713230528512/t4O7Iflt_normal.jpeg", "favourites_count": 988, "status": {"in_reply_to_status_id": 509752797156622336, "retweet_count": 2, "place": null, "in_reply_to_screen_name": "jschauma", "in_reply_to_user_id": 169213944, "in_reply_to_status_id_str": "509752797156622336", "in_reply_to_user_id_str": "169213944", "truncated": false, "id_str": "685582148498272256", "id": 685582148498272256, "text": "Is giving an #infosec talk without using the word 'cyber' and not referencing Sun Tsu even allowed? Asking for a friend.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "infosec", "indices": [13, 21]}], "user_mentions": []}, "created_at": "Fri Jan 08 22:01:36 +0000 2016", "source": "very-simple-tweet", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 169213944, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 19568, "profile_banner_url": "https://pbs.twimg.com/profile_banners/169213944/1420256090", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "196702550", "following": false, "friends_count": 1154, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 456, "location": "", "screen_name": "dvdeijk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 35, "name": "David van Deijk", "profile_use_background_image": true, "description": "Emotie is nodig om geluk te vinden, Ratio om het te bereiken.\r\nExpert op (web)applicaties, social media en vrijwilligerssturing.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1826560759/2d248f2e-78f0-4b7f-8f49-cb039a9e2541_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Sep 29 18:27:59 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1826560759/2d248f2e-78f0-4b7f-8f49-cb039a9e2541_normal.png", "favourites_count": 20, "status": {"retweet_count": 316, "retweeted_status": {"retweet_count": 316, "in_reply_to_user_id": null, "possibly_sensitive": true, "id_str": "684944939151527937", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 720, "h": 470, "resize": "fit"}, "small": {"w": 340, "h": 221, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 391, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFpxzTUQAAR521.jpg", "type": "photo", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CYFpxzTUQAAR521.jpg", "display_url": "pic.twitter.com/WC5wGzrOUk", "id_str": "684944922642759680", "expanded_url": "http://twitter.com/StrangeImages/status/684944939151527937/photo/1", "id": 684944922642759680, "url": "https://t.co/WC5wGzrOUk"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 03:49:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684944939151527937, "text": "https://t.co/WC5wGzrOUk", "coordinates": null, "retweeted": false, "favorite_count": 543, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685525851623047169", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 720, "h": 470, "resize": "fit"}, "small": {"w": 340, "h": 221, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 391, "resize": "fit"}}, "source_status_id_str": "684944939151527937", "media_url": "http://pbs.twimg.com/media/CYFpxzTUQAAR521.jpg", "source_user_id_str": "1681431577", "id_str": "684944922642759680", "id": 684944922642759680, "media_url_https": "https://pbs.twimg.com/media/CYFpxzTUQAAR521.jpg", "type": "photo", "indices": [19, 42], "source_status_id": 684944939151527937, "source_user_id": 1681431577, "display_url": "pic.twitter.com/WC5wGzrOUk", "expanded_url": "http://twitter.com/StrangeImages/status/684944939151527937/photo/1", "url": "https://t.co/WC5wGzrOUk"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "StrangeImages", "id_str": "1681431577", "id": 1681431577, "indices": [3, 17], "name": "Cynide And Happiness"}]}, "created_at": "Fri Jan 08 18:17:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685525851623047169, "text": "RT @StrangeImages: https://t.co/WC5wGzrOUk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 196702550, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7230, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16215661", "following": false, "friends_count": 913, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "leifmadsen.com", "url": "https://t.co/iQoEHSTtV4", "expanded_url": "http://www.leifmadsen.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/605840517/kkd6rs03wn463ps6rs29.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1853, "location": "\u00dcT: 43.521809,-79.698364", "screen_name": "leifmadsen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 118, "name": "Life Mad Sun", "profile_use_background_image": true, "description": "Co-author of Asterisk: The Future of Telephony and Asterisk: The Definitive Guide.\n\nPartner Engineer - CI and NFV at Red Hat.", "url": "https://t.co/iQoEHSTtV4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637323360733667329/QQmh-udy_normal.jpg", "profile_background_color": "022330", "created_at": "Wed Sep 10 02:49:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637323360733667329/QQmh-udy_normal.jpg", "favourites_count": 2123, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681999770307571713", "id": 681999770307571713, "text": "Not once have I ever meant \"Ducking\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 00:46:30 +0000 2015", "source": "Twitter Web Client", "favorite_count": 6, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16215661, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/605840517/kkd6rs03wn463ps6rs29.png", "statuses_count": 5416, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16215661/1449766084", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "790719620", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": false, "followers_count": 32, "location": "", "screen_name": "kavek9", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "janueric", "profile_use_background_image": true, "description": "eric's jokes, sports, and political comments with only random attempts at grammar.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683890407357284352/fWiCAyVK_normal.jpg", "profile_background_color": "DBE9ED", "created_at": "Thu Aug 30 03:19:23 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683890407357284352/fWiCAyVK_normal.jpg", "favourites_count": 615, "status": {"retweet_count": 8, "retweeted_status": {"in_reply_to_status_id": 685542577488044032, "retweet_count": 8, "place": null, "in_reply_to_screen_name": "JacsonBevens", "in_reply_to_user_id": 295234079, "in_reply_to_status_id_str": "685542577488044032", "in_reply_to_user_id_str": "295234079", "truncated": false, "id_str": "685543133577281536", "id": 685543133577281536, "text": "Believe when I say that Jimmy Graham would be feasting like a Norse king if he were healthy in this offense the way the OL has been playing", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:26:34 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 39, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685568225417936896", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JacsonBevens", "id_str": "295234079", "id": 295234079, "indices": [3, 16], "name": "Jacson A. Bevens"}]}, "created_at": "Fri Jan 08 21:06:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685568225417936896, "text": "RT @JacsonBevens: Believe when I say that Jimmy Graham would be feasting like a Norse king if he were healthy in this offense the way the \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 790719620, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 531, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2891402324", "following": false, "friends_count": 56, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 50, "location": "", "screen_name": "Inman_Leslie_62", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Leslie Inman", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/531329061872611328/A3Lc1iWt_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Nov 06 00:55:58 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/531329061872611328/A3Lc1iWt_normal.jpeg", "favourites_count": 261, "status": {"in_reply_to_status_id": 683858779276877824, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Mike_Speegle", "in_reply_to_user_id": 196082293, "in_reply_to_status_id_str": "683858779276877824", "in_reply_to_user_id_str": "196082293", "truncated": false, "id_str": "683860091993370624", "id": 683860091993370624, "text": "@Mike_Speegle weirdly pretty...hmmm", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Mike_Speegle", "id_str": "196082293", "id": 196082293, "indices": [0, 13], "name": "Mike Speegle"}]}, "created_at": "Mon Jan 04 03:58:46 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2891402324, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 54, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16340755", "following": false, "friends_count": 153, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cloudpundit.com", "url": "http://t.co/QQVdkoyVS2", "expanded_url": "http://cloudpundit.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 13022, "location": "Washington DC", "screen_name": "cloudpundit", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 750, "name": "Lydia Leong", "profile_use_background_image": true, "description": "VP Distinguished Analyst at Gartner, covering cloud computing, content delivery networks, hosting, and more. Opinions are my own. RTs do not imply agreement.", "url": "http://t.co/QQVdkoyVS2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/78675981/Lydia_normal.jpg", "profile_background_color": "022330", "created_at": "Thu Sep 18 01:38:45 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/78675981/Lydia_normal.jpg", "favourites_count": 3, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685520689370103808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sumall.com/myweek", "url": "https://t.co/ShJJ98dtrS", "expanded_url": "http://sumall.com/myweek", "indices": [105, 128]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:57:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685520689370103808, "text": "My week on Twitter: 33 New Followers, 17 Mentions, 51.4K Mention Reach. How's your audience growing? via https://t.co/ShJJ98dtrS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TwentyFeet"}, "default_profile_image": false, "id": 16340755, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 9221, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16340755/1401729570", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "14089059", "following": false, "friends_count": 763, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pingham.com", "url": "http://t.co/kDVpGDlHQk", "expanded_url": "http://www.pingham.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme20/bg.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "BF1238", "geo_enabled": true, "followers_count": 628, "location": "Didsbury, South Manchester", "screen_name": "paulingham", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 32, "name": "Paul Ingham.", "profile_use_background_image": false, "description": "Senior Developer for @OnTheBeachUK and all round awesome guy. Probably the most awesome person you'll ever meet. Views are my own.", "url": "http://t.co/kDVpGDlHQk", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/442807573071556608/ppAO7PHP_normal.jpeg", "profile_background_color": "BF1238", "created_at": "Thu Mar 06 15:14:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/442807573071556608/ppAO7PHP_normal.jpeg", "favourites_count": 10, "status": {"retweet_count": 2198, "retweeted_status": {"retweet_count": 2198, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685111345348521984", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 480, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIBIvZWEAA3NP2.jpg", "type": "photo", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CYIBIvZWEAA3NP2.jpg", "display_url": "pic.twitter.com/AwSYt5s7OX", "id_str": "685111342987087872", "expanded_url": "http://twitter.com/RachaelKrishna/status/685111345348521984/photo/1", "id": 685111342987087872, "url": "https://t.co/AwSYt5s7OX"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 14:50:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685111345348521984, "text": "Fox is evolving, Fox has evolved into Quadfox. https://t.co/AwSYt5s7OX", "coordinates": null, "retweeted": false, "favorite_count": 2612, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685124160062894080", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 480, "resize": "fit"}}, "source_status_id_str": "685111345348521984", "media_url": "http://pbs.twimg.com/media/CYIBIvZWEAA3NP2.jpg", "source_user_id_str": "31167776", "id_str": "685111342987087872", "id": 685111342987087872, "media_url_https": "https://pbs.twimg.com/media/CYIBIvZWEAA3NP2.jpg", "type": "photo", "indices": [67, 90], "source_status_id": 685111345348521984, "source_user_id": 31167776, "display_url": "pic.twitter.com/AwSYt5s7OX", "expanded_url": "http://twitter.com/RachaelKrishna/status/685111345348521984/photo/1", "url": "https://t.co/AwSYt5s7OX"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RachaelKrishna", "id_str": "31167776", "id": 31167776, "indices": [3, 18], "name": "Rachael Krishna"}]}, "created_at": "Thu Jan 07 15:41:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685124160062894080, "text": "RT @RachaelKrishna: Fox is evolving, Fox has evolved into Quadfox. https://t.co/AwSYt5s7OX", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 14089059, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme20/bg.png", "statuses_count": 22624, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14089059/1398369726", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "246586641", "following": false, "friends_count": 746, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/tomsteele", "url": "https://t.co/BjxFlIEzZt", "expanded_url": "https://github.com/tomsteele", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 513, "location": "Boise, ID", "screen_name": "_tomsteele", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "Tom Steele", "profile_use_background_image": true, "description": "", "url": "https://t.co/BjxFlIEzZt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663640413362782208/fE5DDncd_normal.jpg", "profile_background_color": "022330", "created_at": "Thu Feb 03 02:06:57 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663640413362782208/fE5DDncd_normal.jpg", "favourites_count": 947, "status": {"retweet_count": 33, "retweeted_status": {"retweet_count": 33, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679123620308783104", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWy7VXtUsAA4TGb.jpg", "type": "photo", "indices": [94, 117], "media_url": "http://pbs.twimg.com/media/CWy7VXtUsAA4TGb.jpg", "display_url": "pic.twitter.com/x2ITwDRC9E", "id_str": "679123619641864192", "expanded_url": "http://twitter.com/jmgosney/status/679123620308783104/photo/1", "id": 679123619641864192, "url": "https://t.co/x2ITwDRC9E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 22 02:17:43 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679123620308783104, "text": "Happy holidays from Sagitta HPC! We made a Christmas tree and a nativity scene out of GPUs :) https://t.co/x2ITwDRC9E", "coordinates": null, "retweeted": false, "favorite_count": 56, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679125475185135616", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "679123620308783104", "media_url": "http://pbs.twimg.com/media/CWy7VXtUsAA4TGb.jpg", "source_user_id_str": "312383587", "id_str": "679123619641864192", "id": 679123619641864192, "media_url_https": "https://pbs.twimg.com/media/CWy7VXtUsAA4TGb.jpg", "type": "photo", "indices": [108, 131], "source_status_id": 679123620308783104, "source_user_id": 312383587, "display_url": "pic.twitter.com/x2ITwDRC9E", "expanded_url": "http://twitter.com/jmgosney/status/679123620308783104/photo/1", "url": "https://t.co/x2ITwDRC9E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jmgosney", "id_str": "312383587", "id": 312383587, "indices": [3, 12], "name": "Jeremi M Gosney"}]}, "created_at": "Tue Dec 22 02:25:05 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679125475185135616, "text": "RT @jmgosney: Happy holidays from Sagitta HPC! We made a Christmas tree and a nativity scene out of GPUs :) https://t.co/x2ITwDRC9E", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 246586641, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 1177, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "18209670", "following": false, "friends_count": 414, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/882271759/58d21fd2e0431d9b504cf57550d0019d.png", "notifications": false, "profile_sidebar_fill_color": "E8E8E8", "profile_link_color": "B89404", "geo_enabled": true, "followers_count": 757, "location": "pdx \u2022 oregon", "screen_name": "amydearest", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Amy Lynn Taylor", "profile_use_background_image": true, "description": "letterer, designer & swag master at @andyet. take me to the beach!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/604400972379521024/4Iol5Nyr_normal.jpg", "profile_background_color": "4A4141", "created_at": "Thu Dec 18 05:26:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/604400972379521024/4Iol5Nyr_normal.jpg", "favourites_count": 1236, "status": {"in_reply_to_status_id": 685008838605455360, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "nrrrdcore", "in_reply_to_user_id": 18496432, "in_reply_to_status_id_str": "685008838605455360", "in_reply_to_user_id_str": "18496432", "truncated": false, "id_str": "685026965103968256", "id": 685026965103968256, "text": "@nrrrdcore Miss you too, lady!!! Hope 2016 is an amazing year for you! \u2728\ud83c\udf89\ud83c\udf08\ud83c\udf69\ud83c\udf1f", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "nrrrdcore", "id_str": "18496432", "id": 18496432, "indices": [0, 10], "name": "Julie Ann Horvath"}]}, "created_at": "Thu Jan 07 09:15:30 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18209670, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/882271759/58d21fd2e0431d9b504cf57550d0019d.png", "statuses_count": 2968, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18209670/1429780917", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Christian, Husband, Security Professional, Zymurgist.", "url": "http://t.co/FcIMyqDn1D", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14161519", "profile_image_url": "http://pbs.twimg.com/profile_images/425795441137942528/MKPIEfkm_normal.jpeg", "friends_count": 278, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.liftsecurity.io", "url": "http://t.co/FcIMyqDn1D", "expanded_url": "http://blog.liftsecurity.io", "indices": [0, 22]}]}}, "profile_background_color": "022330", "created_at": "Mon Mar 17 05:16:11 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 790, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/425795441137942528/MKPIEfkm_normal.jpeg", "favourites_count": 747, "listed_count": 18, "geo_enabled": false, "follow_request_sent": false, "followers_count": 198, "following": false, "default_profile_image": false, "id": 14161519, "blocked_by": false, "name": "Jon Lamendola", "location": "Tri-Cities, Washington", "screen_name": "jon_lamendola", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": true, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15839160", "following": false, "friends_count": 393, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/802935671/3526cfcd432db9a1b194a58fd53258c3.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 174, "location": "Richland, WA", "screen_name": "shadowking", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "Matt", "profile_use_background_image": true, "description": "Dad, Computer Geek, Seeking World Domination", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469317185496563712/hzejFsWa_normal.jpeg", "profile_background_color": "396DA5", "created_at": "Wed Aug 13 16:59:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469317185496563712/hzejFsWa_normal.jpeg", "favourites_count": 19, "status": {"in_reply_to_status_id": 666810637390061570, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "seank", "in_reply_to_user_id": 1251781, "in_reply_to_status_id_str": "666810637390061570", "in_reply_to_user_id_str": "1251781", "truncated": false, "id_str": "666815014708244480", "id": 666815014708244480, "text": "@seank @andyet Not it. But @hjon might know a lot more than I do.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "seank", "id_str": "1251781", "id": 1251781, "indices": [0, 6], "name": "Sean Kelly"}, {"screen_name": "andyet", "id_str": "41294568", "id": 41294568, "indices": [7, 14], "name": "&yet"}, {"screen_name": "hjon", "id_str": "8446052", "id": 8446052, "indices": [27, 32], "name": "Jon Hjelle"}]}, "created_at": "Wed Nov 18 03:07:42 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15839160, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/802935671/3526cfcd432db9a1b194a58fd53258c3.jpeg", "statuses_count": 100, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15839160/1406223575", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "36700219", "following": false, "friends_count": 191, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.danger.computer", "url": "https://t.co/QDoQ6jSQlH", "expanded_url": "http://blog.danger.computer", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/19825055/scematic.gif", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "CD678B", "geo_enabled": false, "followers_count": 551, "location": "The Internet", "screen_name": "wraithgar", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 58, "name": "Gar", "profile_use_background_image": true, "description": "That's me I'm Gar.", "url": "https://t.co/QDoQ6jSQlH", "profile_text_color": "008000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684124704643223552/w8QjxnMH_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Apr 30 16:12:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684124704643223552/w8QjxnMH_normal.jpg", "favourites_count": 7937, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685598426990444544", "id": 685598426990444544, "text": "TIL there are still people out there who will put www in front of any url you give them.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:06:17 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 36700219, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/19825055/scematic.gif", "statuses_count": 14795, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36700219/1397581843", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "22577946", "following": false, "friends_count": 357, "entities": {"description": {"urls": [{"display_url": "jennpm.com", "url": "http://t.co/Hh0LGhrdhx", "expanded_url": "http://jennpm.com", "indices": [68, 90]}]}, "url": {"urls": [{"display_url": "tinyletter.com/renrutnnej", "url": "https://t.co/66aBzBcFPN", "expanded_url": "https://tinyletter.com/renrutnnej", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/788428227/2a7556d8d4ef62ef128d880c9832fd54.jpeg", "notifications": false, "profile_sidebar_fill_color": "F5DA2E", "profile_link_color": "45BFA4", "geo_enabled": true, "followers_count": 1166, "location": "Brooklyn, NY", "screen_name": "renrutnnej", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 81, "name": "Jenn Turner", "profile_use_background_image": false, "description": "Young, wild and free. Except for the young part. And the wild part. http://t.co/Hh0LGhrdhx", "url": "https://t.co/66aBzBcFPN", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624664971742310404/zlx538-s_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Mar 03 03:25:12 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624664971742310404/zlx538-s_normal.jpg", "favourites_count": 15202, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685610321629831170", "id": 685610321629831170, "text": "Hearts are so weird. Just when I think mine's completely full, someone shows up and boom! There's room for more.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:53:33 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 22577946, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/788428227/2a7556d8d4ef62ef128d880c9832fd54.jpeg", "statuses_count": 14951, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22577946/1448822155", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "404215418", "following": false, "friends_count": 336, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.com", "url": "http://t.co/XD7F7KJqCZ", "expanded_url": "http://andyet.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/886967261/1724fffecf73d7b8c22b3ce21cccfa4c.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "94D487", "geo_enabled": false, "followers_count": 397, "location": "The Dalles, OR", "screen_name": "missfelony", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "melanie", "profile_use_background_image": false, "description": "A frequent filmmaker, photographer and theology student. Lover of honey bees and my peoples at &yet.", "url": "http://t.co/XD7F7KJqCZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644167511764697088/IIMFrV4Y_normal.jpg", "profile_background_color": "F5E5CB", "created_at": "Thu Nov 03 16:16:18 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644167511764697088/IIMFrV4Y_normal.jpg", "favourites_count": 947, "status": {"retweet_count": 0, "in_reply_to_user_id": 15281965, "possibly_sensitive": false, "id_str": "684456894983843840", "in_reply_to_user_id_str": "15281965", "entities": {"symbols": [], "urls": [{"display_url": "lizvice.com/calendar/", "url": "https://t.co/b5lqCB2xTC", "expanded_url": "http://www.lizvice.com/calendar/", "indices": [116, 139]}], "hashtags": [], "user_mentions": [{"screen_name": "fosterhunting", "id_str": "15281965", "id": 15281965, "indices": [0, 14], "name": "Foster Huntington"}]}, "created_at": "Tue Jan 05 19:30:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "fosterhunting", "in_reply_to_status_id_str": null, "truncated": false, "id": 684456894983843840, "text": "@fosterhunting By chance do u open your home in (Humboldt) to nice people on tour? We make great guests! Jan 25th https://t.co/b5lqCB2xTC", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 404215418, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/886967261/1724fffecf73d7b8c22b3ce21cccfa4c.jpeg", "statuses_count": 541, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "72917560", "following": false, "friends_count": 201, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 237, "location": "", "screen_name": "StephanieMaier", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 14, "name": "Stephanie Maier", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495316813518237696/JajTx181_normal.jpeg", "profile_background_color": "BADFCD", "created_at": "Wed Sep 09 18:36:28 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F2E195", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495316813518237696/JajTx181_normal.jpeg", "favourites_count": 728, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "578740117755465728", "id": 578740117755465728, "text": "Hardest lesson I\u2019ve learned to date: If something seems too good to be true, it probably is.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Mar 20 02:09:31 +0000 2015", "source": "Tweetbot for Mac", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 72917560, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 1568, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "326997078", "following": false, "friends_count": 224, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 214, "location": "Kennewick, WA", "screen_name": "DanielChBarnes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Daniel Barnes", "profile_use_background_image": true, "description": "programmer, paraglider", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/514517153559494657/Q5zlmgX0_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Jun 30 20:44:12 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/514517153559494657/Q5zlmgX0_normal.jpeg", "favourites_count": 410, "status": {"in_reply_to_status_id": 657038086522564608, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "McKurves", "in_reply_to_user_id": 214349059, "in_reply_to_status_id_str": "657038086522564608", "in_reply_to_user_id_str": "214349059", "truncated": false, "id_str": "657072222150914048", "id": 657072222150914048, "text": "@McKurves just never much to use it for too me.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "McKurves", "id_str": "214349059", "id": 214349059, "indices": [0, 9], "name": "\uff2b\uff41\uff44\uff45"}]}, "created_at": "Thu Oct 22 05:53:20 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 326997078, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 737, "profile_banner_url": "https://pbs.twimg.com/profile_banners/326997078/1411505627", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "37875884", "following": false, "friends_count": 126, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 551, "location": "Tri Cities", "screen_name": "ericzanol", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "Eric", "profile_use_background_image": false, "description": "Dry wit, bleeding heart, can\u2019t lose.", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680148284736864257/SyqcadxG_normal.jpg", "profile_background_color": "352726", "created_at": "Tue May 05 06:56:24 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680148284736864257/SyqcadxG_normal.jpg", "favourites_count": 2381, "status": {"retweet_count": 5, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 5, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685562906017136640", "id": 685562906017136640, "text": "Happiness is when what you think, what you say, and what you do are in harmony. -M. K. Gandhi", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:45:08 +0000 2016", "source": "Hootsuite", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685571850949144576", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ldavidmarquet", "id_str": "165091971", "id": 165091971, "indices": [3, 17], "name": "David Marquet"}]}, "created_at": "Fri Jan 08 21:20:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685571850949144576, "text": "RT @ldavidmarquet: Happiness is when what you think, what you say, and what you do are in harmony. -M. K. Gandhi", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 37875884, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 180, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "186343313", "following": false, "friends_count": 121, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "unneeded.info", "url": "http://t.co/1yci9kxdeJ", "expanded_url": "http://unneeded.info", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 324, "location": "Kennewick, WA", "screen_name": "quitlahok", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "Nathan LaFreniere", "profile_use_background_image": true, "description": "I work at &yet where I pretend I know how to program, and occasionally fix whatever's broken", "url": "http://t.co/1yci9kxdeJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/448225972865622017/qWgtXEYW_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Sep 03 05:43:46 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/448225972865622017/qWgtXEYW_normal.jpeg", "favourites_count": 13, "status": {"in_reply_to_status_id": 679719966816374785, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "wraithgar", "in_reply_to_user_id": 36700219, "in_reply_to_status_id_str": "679719966816374785", "in_reply_to_user_id_str": "36700219", "truncated": false, "id_str": "680060113932046338", "id": 680060113932046338, "text": "@wraithgar @brycebaril he talks about as much as i did too", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [0, 10], "name": "Gar"}, {"screen_name": "brycebaril", "id_str": "7515742", "id": 7515742, "indices": [11, 22], "name": "Bryce Baril"}]}, "created_at": "Thu Dec 24 16:19:00 +0000 2015", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 186343313, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 549, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "26330898", "following": false, "friends_count": 342, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rckbt.me", "url": "https://t.co/oqkVcYlwPm", "expanded_url": "http://rckbt.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 8038, "location": "Bay Area, CA", "screen_name": "rockbot", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 480, "name": "Raquel V\u00e9lez", "profile_use_background_image": true, "description": "purveyor of flan \u2219 web wombat at @npmjs \u2219 polyglot \u2219 co-host of @reactivepod", "url": "https://t.co/oqkVcYlwPm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657044546430177280/47ES_A2x_normal.jpg", "profile_background_color": "022330", "created_at": "Tue Mar 24 21:38:23 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657044546430177280/47ES_A2x_normal.jpg", "favourites_count": 8443, "status": {"in_reply_to_status_id": 685577669900169217, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ag_dubs", "in_reply_to_user_id": 304067888, "in_reply_to_status_id_str": "685577669900169217", "in_reply_to_user_id_str": "304067888", "truncated": false, "id_str": "685577888381321216", "id": 685577888381321216, "text": "@ag_dubs @wafflejs omggggg\n\nmaybe? :-D", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ag_dubs", "id_str": "304067888", "id": 304067888, "indices": [0, 8], "name": "ashley williams"}, {"screen_name": "wafflejs", "id_str": "3338088405", "id": 3338088405, "indices": [9, 18], "name": "WaffleJS"}]}, "created_at": "Fri Jan 08 21:44:40 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 26330898, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 17452, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26330898/1385156937", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17123007", "following": false, "friends_count": 146, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lance.im", "url": "https://t.co/83MrRTiW4A", "expanded_url": "http://lance.im", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 506, "location": "West Richland, WA ", "screen_name": "lancestout", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Lance Stout", "profile_use_background_image": true, "description": "JS / Node / XMPP developer at @andyet", "url": "https://t.co/83MrRTiW4A", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/517111112181899265/EdolLRh8_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Nov 03 01:01:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/517111112181899265/EdolLRh8_normal.png", "favourites_count": 209, "status": {"in_reply_to_status_id": 671373498619592705, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "wraithgar", "in_reply_to_user_id": 36700219, "in_reply_to_status_id_str": "671373498619592705", "in_reply_to_user_id_str": "36700219", "truncated": false, "id_str": "671377713643393025", "id": 671377713643393025, "text": "@wraithgar For a while, our phones would tell us how long it'd take to get to your house on the weekends..", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [0, 10], "name": "Gar"}]}, "created_at": "Mon Nov 30 17:18:15 +0000 2015", "source": "Twitter for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17123007, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 234, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "44897658", "following": false, "friends_count": 961, "entities": {"description": {"urls": [{"display_url": "deepfield.net", "url": "http://t.co/zwaTxtC536", "expanded_url": "http://deepfield.net", "indices": [26, 48]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 103, "location": "4th and Maynard ... ", "screen_name": "halfaleague", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Luke Carmichael", "profile_use_background_image": true, "description": "python clojure c + data @ http://t.co/zwaTxtC536", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1525229600/macke_lady_thumb_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Jun 05 14:00:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1525229600/macke_lady_thumb_normal.jpg", "favourites_count": 35, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685580888982159360", "id": 685580888982159360, "text": "Our new Epoca espresso machine at Deepfield is so good. I apologize to the local economy for how much less coffee I'll be buying.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:56:36 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685586744444489728", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "naim", "id_str": "7228172", "id": 7228172, "indices": [3, 8], "name": "Naim Falandino"}]}, "created_at": "Fri Jan 08 22:19:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685586744444489728, "text": "RT @naim: Our new Epoca espresso machine at Deepfield is so good. I apologize to the local economy for how much less coffee I'll be buying.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 44897658, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 355, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "78663", "following": false, "friends_count": 616, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ceejbot.tumblr.com", "url": "https://t.co/BKkuBfyOm7", "expanded_url": "http://ceejbot.tumblr.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/149122382/x59fbc11347f5afe2a4e736cd31efed2.jpg", "notifications": false, "profile_sidebar_fill_color": "E8DDCB", "profile_link_color": "472C04", "geo_enabled": true, "followers_count": 2579, "location": "Menlo Park, CA", "screen_name": "ceejbot", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 216, "name": "Secret Ceej Weapon", "profile_use_background_image": true, "description": "Ceej aka ceejbot. THE NPM SIEGE BOT. Innovative thought admiral-ship in cat-related tweeting.", "url": "https://t.co/BKkuBfyOm7", "profile_text_color": "031634", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631253658743603200/XeO_3PC7_normal.jpg", "profile_background_color": "CDB380", "created_at": "Mon Dec 18 23:22:16 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "036564", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631253658743603200/XeO_3PC7_normal.jpg", "favourites_count": 11779, "status": {"in_reply_to_status_id": 685569257409765377, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/ab2f2fac83aa388d.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.34266, 37.699279], [-122.114711, 37.699279], [-122.114711, 37.8847092], [-122.34266, 37.8847092]]], "type": "Polygon"}, "full_name": "Oakland, CA", "contained_within": [], "country_code": "US", "id": "ab2f2fac83aa388d", "name": "Oakland"}, "in_reply_to_screen_name": "DanielleSucher", "in_reply_to_user_id": 19393655, "in_reply_to_status_id_str": "685569257409765377", "in_reply_to_user_id_str": "19393655", "truncated": false, "id_str": "685598431209914368", "id": 685598431209914368, "text": "@DanielleSucher *hugs* and not crazy at all IMO.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DanielleSucher", "id_str": "19393655", "id": 19393655, "indices": [0, 15], "name": "Danielle Sucher"}]}, "created_at": "Fri Jan 08 23:06:18 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 78663, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/149122382/x59fbc11347f5afe2a4e736cd31efed2.jpg", "statuses_count": 34269, "profile_banner_url": "https://pbs.twimg.com/profile_banners/78663/1400545557", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "810132127", "following": false, "friends_count": 1590, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flipboard.com/@cdurant", "url": "https://t.co/aibuc166qC", "expanded_url": "https://flipboard.com/@cdurant", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 341, "location": "San Francisco, CA", "screen_name": "colin_durant", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Colin DuRant", "profile_use_background_image": true, "description": "Analytics & product at @clever formerly @flipboard @catalogspree / SF by way of SJ and OK", "url": "https://t.co/aibuc166qC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/523882538779942913/q14cM8U1_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Sep 08 03:52:28 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/523882538779942913/q14cM8U1_normal.jpeg", "favourites_count": 3962, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681855917378293760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "apple.news/A5b8trld-SUeWl\u2026", "url": "https://t.co/usDHcNomwE", "expanded_url": "https://apple.news/A5b8trld-SUeWl9Wzn4xrdQ", "indices": [64, 87]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 29 15:14:53 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681855917378293760, "text": "San Francisco's Self-Defeating Housing Activists - The Atlantic https://t.co/usDHcNomwE", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681913746965442560", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "apple.news/A5b8trld-SUeWl\u2026", "url": "https://t.co/usDHcNomwE", "expanded_url": "https://apple.news/A5b8trld-SUeWl9Wzn4xrdQ", "indices": [78, 101]}], "hashtags": [], "user_mentions": [{"screen_name": "drfourny", "id_str": "255787439", "id": 255787439, "indices": [3, 12], "name": "Diane Rogers Fourny"}]}, "created_at": "Tue Dec 29 19:04:41 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681913746965442560, "text": "RT @drfourny: San Francisco's Self-Defeating Housing Activists - The Atlantic https://t.co/usDHcNomwE", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 810132127, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1654, "profile_banner_url": "https://pbs.twimg.com/profile_banners/810132127/1413738305", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14498374", "following": false, "friends_count": 979, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyet.net/team/nathan", "url": "https://t.co/sHqfMeNd0i", "expanded_url": "http://andyet.net/team/nathan", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 1583, "location": "Kennewick, WA", "screen_name": "fritzy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 124, "name": "Fritzy", "profile_use_background_image": true, "description": "@andyet Chief Architect by day, Indie game dev by night.", "url": "https://t.co/sHqfMeNd0i", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677258552621142017/fyRHHsb-_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Apr 23 18:26:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677258552621142017/fyRHHsb-_normal.jpg", "favourites_count": 7346, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685611889636671488", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 224, "h": 495, "resize": "fit"}, "medium": {"w": 224, "h": 495, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 224, "h": 495, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPIYXkUMAAJQz5.png", "type": "photo", "indices": [82, 105], "media_url": "http://pbs.twimg.com/media/CYPIYXkUMAAJQz5.png", "display_url": "pic.twitter.com/5quACdznFY", "id_str": "685611889259196416", "expanded_url": "http://twitter.com/fritzy/status/685611889636671488/photo/1", "id": 685611889259196416, "url": "https://t.co/5quACdznFY"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "firefox", "id_str": "2142731", "id": 2142731, "indices": [25, 33], "name": "Firefox"}, {"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [57, 64], "name": "GitHub"}]}, "created_at": "Fri Jan 08 23:59:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685611889636671488, "text": "So, about moving back to @Firefox. No plugins, just on a @github code page. Nope. https://t.co/5quACdznFY", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14498374, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 9830, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14498374/1427130806", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "346307007", "following": false, "friends_count": 263, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "louisefristensky.com", "url": "http://t.co/TNsqxaAiRL", "expanded_url": "http://www.louisefristensky.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/341688821/California_Cows6.jpg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 94, "location": "Mountainside, NJ", "screen_name": "RamblingLouise", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Louise Fristensky", "profile_use_background_image": true, "description": "A Composer. A wanderer. Food. Art. and sweet sweet Music.", "url": "http://t.co/TNsqxaAiRL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000620805231/7b9212e77ca86fbbf6b883b6e167ebb7_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Mon Aug 01 02:06:37 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000620805231/7b9212e77ca86fbbf6b883b6e167ebb7_normal.jpeg", "favourites_count": 430, "status": {"retweet_count": 0, "in_reply_to_user_id": 35490819, "possibly_sensitive": false, "id_str": "685286688676036608", "in_reply_to_user_id_str": "35490819", "entities": {"media": [{"sizes": {"large": {"w": 561, "h": 370, "resize": "fit"}, "medium": {"w": 561, "h": 370, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 224, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKgnLHWMAILBxT.jpg", "type": "photo", "indices": [12, 35], "media_url": "http://pbs.twimg.com/media/CYKgnLHWMAILBxT.jpg", "display_url": "pic.twitter.com/I3UH0Ea7Ji", "id_str": "685286688172683266", "expanded_url": "http://twitter.com/RamblingLouise/status/685286688676036608/photo/1", "id": 685286688172683266, "url": "https://t.co/I3UH0Ea7Ji"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "timoandres", "id_str": "35490819", "id": 35490819, "indices": [0, 11], "name": "Timo Andres"}]}, "created_at": "Fri Jan 08 02:27:33 +0000 2016", "favorited": false, "in_reply_to_status_id": 685265488205737985, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "timoandres", "in_reply_to_status_id_str": "685265488205737985", "truncated": false, "id": 685286688676036608, "text": "@timoandres https://t.co/I3UH0Ea7Ji", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 346307007, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/341688821/California_Cows6.jpg", "statuses_count": 725, "profile_banner_url": "https://pbs.twimg.com/profile_banners/346307007/1430450101", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "13137632", "following": false, "friends_count": 1939, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "supine.com", "url": "http://t.co/Berf3TCv", "expanded_url": "http://supine.com", "indices": [0, 20]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 618, "location": "An Aussie living in Frankfurt", "screen_name": "martinbarry", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Martin Barry", "profile_use_background_image": true, "description": "Sysadmin / Network Ops", "url": "http://t.co/Berf3TCv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2137176918/martin_barry_headshot_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Feb 06 03:53:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2137176918/martin_barry_headshot_normal.jpg", "favourites_count": 247, "status": {"retweet_count": 29, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 29, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681959073034727425", "id": 681959073034727425, "text": "NYC, I'm looking for a great ops team to work with! (Realized I hadn't publicly said that I'm searching. Reluctant use of #devops tag here.)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "devops", "indices": [122, 129]}], "user_mentions": []}, "created_at": "Tue Dec 29 22:04:47 +0000 2015", "source": "Twitter Web Client", "favorite_count": 16, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685194442333122560", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "devops", "indices": [136, 140]}], "user_mentions": [{"screen_name": "cerephic", "id_str": "14166535", "id": 14166535, "indices": [3, 12], "name": "Ceren Ercen"}]}, "created_at": "Thu Jan 07 20:21:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685194442333122560, "text": "RT @cerephic: NYC, I'm looking for a great ops team to work with! (Realized I hadn't publicly said that I'm searching. Reluctant use of #de\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TalonForSupine"}, "default_profile_image": false, "id": 13137632, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13137632/1402574766", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "250397632", "following": false, "friends_count": 525, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "caremad.io", "url": "https://t.co/N7EFH3OI46", "expanded_url": "https://caremad.io/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 2297, "location": "Philadelphia, PA", "screen_name": "dstufft", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 157, "name": "Donald Stufft", "profile_use_background_image": true, "description": "pip // PyPI // Python // cryptography\n\nI am perpetually caremad.\n\nI care a lot about security. \n\nAgitator and profesional rabble rouser.", "url": "https://t.co/N7EFH3OI46", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2589562873/85j1remox0wdwpycnmpt_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Fri Feb 11 00:55:49 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2589562873/85j1remox0wdwpycnmpt_normal.jpeg", "favourites_count": 47, "status": {"retweet_count": 704, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 704, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685516987859120128", "id": 685516987859120128, "text": "Blade Runner takes place in 2019, where's my world ruled by corporations and environment ruined by man wait never mind we're on track", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:42:40 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 635, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685538376716529665", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "McKelvie", "id_str": "14276679", "id": 14276679, "indices": [3, 12], "name": "Jamie McKelvie"}]}, "created_at": "Fri Jan 08 19:07:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685538376716529665, "text": "RT @McKelvie: Blade Runner takes place in 2019, where's my world ruled by corporations and environment ruined by man wait never mind we're \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 250397632, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 14451, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "41817149", "following": false, "friends_count": 1199, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "0051A8", "geo_enabled": true, "followers_count": 235, "location": "Village", "screen_name": "donnysp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Duncan Rance", "profile_use_background_image": true, "description": "wip", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670239079255187456/z5bnpVZV_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri May 22 14:04:10 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670239079255187456/z5bnpVZV_normal.jpg", "favourites_count": 300, "status": {"retweet_count": 22, "retweeted_status": {"retweet_count": 22, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684866848429584386", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 639, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 540, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 306, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYEiw1zWQAA2XoZ.jpg", "type": "photo", "indices": [39, 62], "media_url": "http://pbs.twimg.com/media/CYEiw1zWQAA2XoZ.jpg", "display_url": "pic.twitter.com/qf2RHVXc2g", "id_str": "684866840808538112", "expanded_url": "http://twitter.com/banalyst/status/684866848429584386/photo/1", "id": 684866840808538112, "url": "https://t.co/qf2RHVXc2g"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 22:39:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684866848429584386, "text": "Not sure about this Rising Damp reboot https://t.co/qf2RHVXc2g", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685251375480070144", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 639, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 540, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 306, "resize": "fit"}}, "source_status_id_str": "684866848429584386", "media_url": "http://pbs.twimg.com/media/CYEiw1zWQAA2XoZ.jpg", "source_user_id_str": "29412015", "id_str": "684866840808538112", "id": 684866840808538112, "media_url_https": "https://pbs.twimg.com/media/CYEiw1zWQAA2XoZ.jpg", "type": "photo", "indices": [53, 76], "source_status_id": 684866848429584386, "source_user_id": 29412015, "display_url": "pic.twitter.com/qf2RHVXc2g", "expanded_url": "http://twitter.com/banalyst/status/684866848429584386/photo/1", "url": "https://t.co/qf2RHVXc2g"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "banalyst", "id_str": "29412015", "id": 29412015, "indices": [3, 12], "name": "Zorro P Freely"}]}, "created_at": "Fri Jan 08 00:07:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685251375480070144, "text": "RT @banalyst: Not sure about this Rising Damp reboot https://t.co/qf2RHVXc2g", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 41817149, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 1384, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41817149/1414050232", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "784467", "following": false, "friends_count": 2089, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 1650, "location": "", "screen_name": "complex", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 109, "name": "Anthony Elizondo", "profile_use_background_image": false, "description": "sysadmin, geek, ruby, vmware, freebsd, pop culture, startups, hockey, burritos, beer, gadgets, movies, environment, arduino, \u0e2d\u0e32\u0e2b\u0e32\u0e23, comida espa\u00f1ola, and you.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/783576456/Gleamies_WALLPAPER_by_Barbroute_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Feb 20 21:23:17 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/783576456/Gleamies_WALLPAPER_by_Barbroute_normal.jpg", "favourites_count": 853, "status": {"retweet_count": 23, "retweeted_status": {"retweet_count": 23, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685457956939427840", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theatlantic.com/technology/arc\u2026", "url": "https://t.co/OlOZjb71Cp", "expanded_url": "http://www.theatlantic.com/technology/archive/2016/01/amazon-web-services-data-center/423147/", "indices": [0, 23]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 13:48:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685457956939427840, "text": "https://t.co/OlOZjb71Cp well I wrote about northern Virginia.", "coordinates": null, "retweeted": false, "favorite_count": 41, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685495702529650689", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "theatlantic.com/technology/arc\u2026", "url": "https://t.co/OlOZjb71Cp", "expanded_url": "http://www.theatlantic.com/technology/archive/2016/01/amazon-web-services-data-center/423147/", "indices": [17, 40]}], "hashtags": [], "user_mentions": [{"screen_name": "lifewinning", "id_str": "348082699", "id": 348082699, "indices": [3, 15], "name": "Ingrid Burrington"}]}, "created_at": "Fri Jan 08 16:18:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685495702529650689, "text": "RT @lifewinning: https://t.co/OlOZjb71Cp well I wrote about northern Virginia.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 784467, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 14687, "profile_banner_url": "https://pbs.twimg.com/profile_banners/784467/1396966682", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "2652345853", "following": false, "friends_count": 333, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": false, "followers_count": 238, "location": "somewhere in minnesota", "screen_name": "annamarls", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 15, "name": "canadamarls", "profile_use_background_image": true, "description": "Rogue Canadian, discreet intellectual, impassioned feminist, audacious traveler, gluttonous reader of young adult sci-fi. she/her", "url": null, "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684083531576811521/Q42bXcA7_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Thu Jul 17 00:04:14 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684083531576811521/Q42bXcA7_normal.jpg", "favourites_count": 9906, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685282354349355012", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "large": {"w": 1024, "h": 1025, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 600, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKclHVUsAETV5D.jpg", "type": "photo", "indices": [45, 68], "media_url": "http://pbs.twimg.com/media/CYKclHVUsAETV5D.jpg", "display_url": "pic.twitter.com/V0k9KL3f70", "id_str": "685282254751313921", "expanded_url": "http://twitter.com/annamarls/status/685282354349355012/photo/1", "id": 685282254751313921, "url": "https://t.co/V0k9KL3f70"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:10:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685282354349355012, "text": "I thought I had enough t-shirts, but then... https://t.co/V0k9KL3f70", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2652345853, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 8083, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2652345853/1445212313", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15102110", "following": false, "friends_count": 356, "entities": {"description": {"urls": [{"display_url": "gumroad.com/henrikjoreteg/", "url": "https://t.co/Duu1O9DHXR", "expanded_url": "http://gumroad.com/henrikjoreteg/", "indices": [123, 146]}]}, "url": {"urls": [{"display_url": "joreteg.com", "url": "https://t.co/2XYoNHOk0q", "expanded_url": "http://joreteg.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "12B6C4", "geo_enabled": true, "followers_count": 9942, "location": "Tri-Cities, WA", "screen_name": "HenrikJoreteg", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 632, "name": "Henrik Joreteg", "profile_use_background_image": false, "description": "Progressive Web App developer, consultant, author, and educator. \n\nThe web is the future of mobile and IoT.\n\nmailing list: https://t.co/Duu1O9DHXR\u2026", "url": "https://t.co/2XYoNHOk0q", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/425625343144103936/BJf6lFhU_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Thu Jun 12 22:54:23 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/425625343144103936/BJf6lFhU_normal.jpeg", "favourites_count": 2733, "status": {"in_reply_to_status_id": 685520844609589248, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "davidlymanning", "in_reply_to_user_id": 310674727, "in_reply_to_status_id_str": "685520844609589248", "in_reply_to_user_id_str": "310674727", "truncated": false, "id_str": "685521940694433792", "id": 685521940694433792, "text": "@davidlymanning it's not negative, per se. But it can be a bit exhausting at times :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "davidlymanning", "id_str": "310674727", "id": 310674727, "indices": [0, 15], "name": "David Manning"}]}, "created_at": "Fri Jan 08 18:02:21 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15102110, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 15793, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15102110/1431973648", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16969318", "following": false, "friends_count": 878, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "\u2026NUWillTravel.ApesSeekingKnowledge.net", "url": "http://t.co/c1YitYiUzs", "expanded_url": "http://HaveGNUWillTravel.ApesSeekingKnowledge.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 494, "location": "R'lyeh", "screen_name": "curiousbiped", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 64, "name": "Bag of mostly water", "profile_use_background_image": true, "description": "Have GNU, Will Travel. Speaker to Computers, though the words I say are often impolite.", "url": "http://t.co/c1YitYiUzs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000503809944/dba3f6ccda9fe5f0bdf7f7edcea767ea_normal.png", "profile_background_color": "022330", "created_at": "Sat Oct 25 17:53:45 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000503809944/dba3f6ccda9fe5f0bdf7f7edcea767ea_normal.png", "favourites_count": 1224, "status": {"retweet_count": 37, "retweeted_status": {"retweet_count": 37, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685255684582055936", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKEZXUUkAAl3TV.jpg", "type": "photo", "indices": [56, 79], "media_url": "http://pbs.twimg.com/media/CYKEZXUUkAAl3TV.jpg", "display_url": "pic.twitter.com/eEGDrqYhoM", "id_str": "685255664604581888", "expanded_url": "http://twitter.com/PeoplesVuePoint/status/685255684582055936/photo/1", "id": 685255664604581888, "url": "https://t.co/eEGDrqYhoM"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:24:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685255684582055936, "text": "Great Prognostications In American Conservative History https://t.co/eEGDrqYhoM", "coordinates": null, "retweeted": false, "favorite_count": 37, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685554071156162560", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "source_status_id_str": "685255684582055936", "media_url": "http://pbs.twimg.com/media/CYKEZXUUkAAl3TV.jpg", "source_user_id_str": "331317907", "id_str": "685255664604581888", "id": 685255664604581888, "media_url_https": "https://pbs.twimg.com/media/CYKEZXUUkAAl3TV.jpg", "type": "photo", "indices": [77, 100], "source_status_id": 685255684582055936, "source_user_id": 331317907, "display_url": "pic.twitter.com/eEGDrqYhoM", "expanded_url": "http://twitter.com/PeoplesVuePoint/status/685255684582055936/photo/1", "url": "https://t.co/eEGDrqYhoM"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "PeoplesVuePoint", "id_str": "331317907", "id": 331317907, "indices": [3, 19], "name": "Zach Beasley"}]}, "created_at": "Fri Jan 08 20:10:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685554071156162560, "text": "RT @PeoplesVuePoint: Great Prognostications In American Conservative History https://t.co/eEGDrqYhoM", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 16969318, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 4951, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "72935642", "following": false, "friends_count": 235, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/xicombd", "url": "https://t.co/9kqeImMQWG", "expanded_url": "http://github.com/xicombd", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 326, "location": "Lisbon \u2708 London", "screen_name": "xicombd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Francisco Baio Dias", "profile_use_background_image": true, "description": "Node.js consultant at @YLDio! Sometimes makes silly games with @BraveBunnyGames", "url": "https://t.co/9kqeImMQWG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/486593422040371200/rTQ_I4gZ_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Sep 09 19:57:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486593422040371200/rTQ_I4gZ_normal.jpeg", "favourites_count": 1607, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685584880961482752", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bravebunny.co", "url": "https://t.co/iHPF1p8Jl4", "expanded_url": "http://bravebunny.co", "indices": [80, 103]}, {"display_url": "pic.twitter.com/Fhu9QZGclu", "url": "https://t.co/Fhu9QZGclu", "expanded_url": "http://twitter.com/BraveBunnyGames/status/685584880961482752/photo/1", "indices": [113, 136]}], "hashtags": [{"text": "gamedev", "indices": [104, 112]}], "user_mentions": []}, "created_at": "Fri Jan 08 22:12:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685584880961482752, "text": "We updated our website, added dome new games and prototypes! What do you think?\nhttps://t.co/iHPF1p8Jl4\n#gamedev https://t.co/Fhu9QZGclu", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585269010100224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bravebunny.co", "url": "https://t.co/iHPF1p8Jl4", "expanded_url": "http://bravebunny.co", "indices": [101, 124]}, {"display_url": "pic.twitter.com/Fhu9QZGclu", "url": "https://t.co/Fhu9QZGclu", "expanded_url": "http://twitter.com/BraveBunnyGames/status/685584880961482752/photo/1", "indices": [139, 140]}], "hashtags": [{"text": "gamedev", "indices": [125, 133]}], "user_mentions": [{"screen_name": "BraveBunnyGames", "id_str": "3014589334", "id": 3014589334, "indices": [3, 19], "name": "Brave Bunny"}]}, "created_at": "Fri Jan 08 22:14:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585269010100224, "text": "RT @BraveBunnyGames: We updated our website, added dome new games and prototypes! What do you think?\nhttps://t.co/iHPF1p8Jl4\n#gamedev https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 72935642, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 595, "profile_banner_url": "https://pbs.twimg.com/profile_banners/72935642/1444598387", "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "15094025", "following": false, "friends_count": 943, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/matspetersson", "url": "http://t.co/eUA2BLJQdN", "expanded_url": "http://about.me/matspetersson", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/704081407/a2f6dea3e6284c9be6cea69517705c4e.png", "notifications": false, "profile_sidebar_fill_color": "587189", "profile_link_color": "F06311", "geo_enabled": false, "followers_count": 219, "location": "Sweden", "screen_name": "entropi", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Mats Petersson", "profile_use_background_image": false, "description": "Kommunikat\u00f6r. Tidningsfantast. F\u00e5gelsk\u00e5dare. Naturvetarjunkie. Cyklar g\u00e4rna. Sm\u00e5l\u00e4nning. Tedrickare. Mellanchef i egen verksamhet. Kartn\u00f6rd. Bild: Lars Lerin", "url": "http://t.co/eUA2BLJQdN", "profile_text_color": "A39691", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603177577897918464/KSYjfL8F_normal.jpg", "profile_background_color": "EEEEEE", "created_at": "Thu Jun 12 06:16:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "sv", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603177577897918464/KSYjfL8F_normal.jpg", "favourites_count": 148, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "671777548515344385", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "willworkfortattoos.com", "url": "https://t.co/YhXE6jEFeU", "expanded_url": "http://www.willworkfortattoos.com", "indices": [56, 79]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 01 19:47:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 671777548515344385, "text": "Do you need a new logotype? Hire me, pay with a tattoo. https://t.co/YhXE6jEFeU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 15094025, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/704081407/a2f6dea3e6284c9be6cea69517705c4e.png", "statuses_count": 1264, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15094025/1392045318", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "806210", "following": false, "friends_count": 1441, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "briantanaka.com", "url": "http://t.co/bPxXcabgVT", "expanded_url": "http://www.briantanaka.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000180789931/geQ0PE6C.png", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 694, "location": "San Francisco Bay Area", "screen_name": "btanaka", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 34, "name": "Brian Tanaka", "profile_use_background_image": true, "description": "Stuff I use for fun and profit: Python, Vim, Git, Linux, and so on.", "url": "http://t.co/bPxXcabgVT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/571401186943574016/FtOYv-02_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri Mar 02 14:50:18 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/571401186943574016/FtOYv-02_normal.jpeg", "favourites_count": 1, "status": {"in_reply_to_status_id": 684486982752288768, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "iluvcompsci", "in_reply_to_user_id": 1332857102, "in_reply_to_status_id_str": "684486982752288768", "in_reply_to_user_id_str": "1332857102", "truncated": false, "id_str": "684537950802055168", "id": 684537950802055168, "text": "@iluvcompsci No way!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "iluvcompsci", "id_str": "1332857102", "id": 1332857102, "indices": [0, 12], "name": "Bri Chapman"}]}, "created_at": "Wed Jan 06 00:52:20 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 806210, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000180789931/geQ0PE6C.png", "statuses_count": 4425, "profile_banner_url": "https://pbs.twimg.com/profile_banners/806210/1411251006", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "12524622", "following": false, "friends_count": 1720, "entities": {"description": {"urls": [{"display_url": "make8bitart.com", "url": "https://t.co/zaBLoHykZE", "expanded_url": "http://make8bitart.com", "indices": [97, 120]}, {"display_url": "instagram.com/jenn", "url": "https://t.co/gU8YuaYVSH", "expanded_url": "http://instagram.com/jenn", "indices": [122, 145]}]}, "url": {"urls": [{"display_url": "jennmoney.biz", "url": "https://t.co/bxZjaPVmBS", "expanded_url": "http://jennmoney.biz", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/454274435055230978/1Ww8jwZg.png", "notifications": false, "profile_sidebar_fill_color": "99CCCC", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 14497, "location": "jersey city ", "screen_name": "jennschiffer", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 768, "name": "shingyVEVO", "profile_use_background_image": true, "description": "i am definitely most certainly unequivocally undisputedly not a cop \u2022 @bocoup, @jerseyscriptusa, https://t.co/zaBLoHykZE, https://t.co/gU8YuaYVSH", "url": "https://t.co/bxZjaPVmBS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683382430120685568/A9xcIOxY_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jan 22 05:42:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683382430120685568/A9xcIOxY_normal.jpg", "favourites_count": 60491, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597323829751808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/1WRErgry8f", "url": "https://t.co/1WRErgry8f", "expanded_url": "http://twitter.com/jennschiffer/status/685597323829751808/photo/1", "indices": [5, 28]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:01:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597323829751808, "text": "same https://t.co/1WRErgry8f", "coordinates": null, "retweeted": false, "favorite_count": 34, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 12524622, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/454274435055230978/1Ww8jwZg.png", "statuses_count": 57842, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12524622/1451026178", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "49820803", "following": false, "friends_count": 298, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/watch?v=PWmfNe\u2026", "url": "https://t.co/YINbmSx8E9", "expanded_url": "https://www.youtube.com/watch?v=PWmfNeLs7fA", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/444961569948966912/ND9JLEF2.jpeg", "notifications": false, "profile_sidebar_fill_color": "F0F0F5", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 9580, "location": "Lexically bound", "screen_name": "aphyr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 373, "name": "\u2200sket", "profile_use_background_image": true, "description": "Trophy husband of @ericajoy, purveyor of jockstrap selfies. 'Internal records show you're more offensive than @MrSLeather but better than @BoundJocks.'", "url": "https://t.co/YINbmSx8E9", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639508069752279040/ipgD4h36_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jun 23 00:12:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639508069752279040/ipgD4h36_normal.jpg", "favourites_count": 23507, "status": {"retweet_count": 75, "retweeted_status": {"retweet_count": 75, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685517196529922049", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 888, "h": 499, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNyQgIWwAAsJfk.jpg", "type": "photo", "indices": [30, 53], "media_url": "http://pbs.twimg.com/media/CYNyQgIWwAAsJfk.jpg", "display_url": "pic.twitter.com/UiGZUOctyQ", "id_str": "685517196118900736", "expanded_url": "http://twitter.com/chrisk5000/status/685517196529922049/photo/1", "id": 685517196118900736, "url": "https://t.co/UiGZUOctyQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:43:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685517196529922049, "text": "distributed databases be like https://t.co/UiGZUOctyQ", "coordinates": null, "retweeted": false, "favorite_count": 56, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685573066873778176", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 888, "h": 499, "resize": "fit"}}, "source_status_id_str": "685517196529922049", "media_url": "http://pbs.twimg.com/media/CYNyQgIWwAAsJfk.jpg", "source_user_id_str": "37232065", "id_str": "685517196118900736", "id": 685517196118900736, "media_url_https": "https://pbs.twimg.com/media/CYNyQgIWwAAsJfk.jpg", "type": "photo", "indices": [46, 69], "source_status_id": 685517196529922049, "source_user_id": 37232065, "display_url": "pic.twitter.com/UiGZUOctyQ", "expanded_url": "http://twitter.com/chrisk5000/status/685517196529922049/photo/1", "url": "https://t.co/UiGZUOctyQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chrisk5000", "id_str": "37232065", "id": 37232065, "indices": [3, 14], "name": "chrisk5000"}]}, "created_at": "Fri Jan 08 21:25:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685573066873778176, "text": "RT @chrisk5000: distributed databases be like https://t.co/UiGZUOctyQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 49820803, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/444961569948966912/ND9JLEF2.jpeg", "statuses_count": 41239, "profile_banner_url": "https://pbs.twimg.com/profile_banners/49820803/1443201143", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "625093", "following": false, "friends_count": 1921, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "beginningwithi.com", "url": "http://t.co/243IACccPc", "expanded_url": "http://beginningwithi.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/31522/keyb.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "FF0044", "geo_enabled": false, "followers_count": 2886, "location": "Bay Area", "screen_name": "DeirdreS", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 196, "name": "Deirdr\u00e9 Straughan", "profile_use_background_image": true, "description": "People connector. Woman with opinions (all mine). Work on cloud @Ericsson. I do and tweet about technology, among other things. Had breast cancer. Over it.", "url": "http://t.co/243IACccPc", "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/674300197103525888/4UBqHN-J_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Thu Jan 11 10:18:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674300197103525888/4UBqHN-J_normal.jpg", "favourites_count": 533, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612725985136641", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "thenation.com/article/yes-hi\u2026", "url": "https://t.co/isJ9BqlaFP", "expanded_url": "http://www.thenation.com/article/yes-hillarys-a-democrat/", "indices": [116, 139]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:03:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612725985136641, "text": "What\u2019s wrong with wanting to see a highly qualified liberal-feminist woman in the most powerful job in the world? https://t.co/isJ9BqlaFP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "iOS"}, "default_profile_image": false, "id": 625093, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/31522/keyb.jpg", "statuses_count": 42395, "profile_banner_url": "https://pbs.twimg.com/profile_banners/625093/1398656840", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "6083342", "following": false, "friends_count": 3073, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tonyarcieri.com", "url": "https://t.co/BPlVYoJhSX", "expanded_url": "http://tonyarcieri.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/623707235345145857/RQTCdVn0.jpg", "notifications": false, "profile_sidebar_fill_color": "EDEDED", "profile_link_color": "373E75", "geo_enabled": true, "followers_count": 7457, "location": "San Francisco, CA", "screen_name": "bascule", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 390, "name": "Tony Arcieri", "profile_use_background_image": true, "description": "@SquareEng CyberSecurity Engineer. Tweets about cybercrypto, cyberauthority systems, and cyber. Creator of @celluloidrb and @TheCryptosphere. Cyber.", "url": "https://t.co/BPlVYoJhSX", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/450061818606522368/pjDTHFB9_normal.jpeg", "profile_background_color": "373E75", "created_at": "Wed May 16 08:32:42 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/450061818606522368/pjDTHFB9_normal.jpeg", "favourites_count": 8733, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609915646226433", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/tonyvernall/st\u2026", "url": "https://t.co/P8li8PI6WD", "expanded_url": "https://twitter.com/tonyvernall/status/685584647267442688", "indices": [83, 106]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:51:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609915646226433, "text": "Maybe if we take two terrible things and combine them the terrible will cancel out https://t.co/P8li8PI6WD", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 6083342, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/623707235345145857/RQTCdVn0.jpg", "statuses_count": 39861, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6083342/1398287020", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "13350372", "following": false, "friends_count": 583, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jedgar.co", "url": "https://t.co/Yh90tJ832s", "expanded_url": "http://jedgar.co", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000100660867/c0f46373de96d3498a580deb86afade8.jpeg", "notifications": false, "profile_sidebar_fill_color": "FCFCFC", "profile_link_color": "535F85", "geo_enabled": true, "followers_count": 17115, "location": "Manhattan, NY", "screen_name": "jedgar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 303, "name": "John Edgar", "profile_use_background_image": true, "description": "child of the www, lover of the arts, traveler of the world, solver of the problems. politics, sailing, startup, feminist, weird. Building @staehere ecology+tech", "url": "https://t.co/Yh90tJ832s", "profile_text_color": "A1A1A1", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638396887133913088/oNeUBUxj_normal.jpg", "profile_background_color": "936C6C", "created_at": "Mon Feb 11 15:44:37 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638396887133913088/oNeUBUxj_normal.jpg", "favourites_count": 9281, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612208789811201", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 605, "resize": "fit"}, "medium": {"w": 575, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 575, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPIqsuUoAIWrKR.jpg", "type": "photo", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CYPIqsuUoAIWrKR.jpg", "display_url": "pic.twitter.com/lTDyzwSECr", "id_str": "685612204175958018", "expanded_url": "http://twitter.com/jedgar/status/685612208789811201/photo/1", "id": 685612204175958018, "url": "https://t.co/lTDyzwSECr"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:01:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612208789811201, "text": "https://t.co/lTDyzwSECr", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13350372, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000100660867/c0f46373de96d3498a580deb86afade8.jpeg", "statuses_count": 31400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13350372/1443731819", "is_translator": false}, {"time_zone": "Europe/Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "2426271", "following": false, "friends_count": 387, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ralphm.net", "url": "http://t.co/Fa3sxfYE4J", "expanded_url": "http://ralphm.net/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 563, "location": "Eindhoven", "screen_name": "ralphm", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Ralph Meijer", "profile_use_background_image": true, "description": "Hacker and drummer. Real-time, federated social web. XMPP Standards Foundation Board member, publish-subscribe, Python, Twisted, Wokkel. @mail_gun / @rackspace", "url": "http://t.co/Fa3sxfYE4J", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459006420390649856/eMX8uh4q_normal.png", "profile_background_color": "9AE4E8", "created_at": "Tue Mar 27 07:42:01 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459006420390649856/eMX8uh4q_normal.png", "favourites_count": 1178, "status": {"in_reply_to_status_id": 685041111572869120, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "hynek", "in_reply_to_user_id": 14914177, "in_reply_to_status_id_str": "685041111572869120", "in_reply_to_user_id_str": "14914177", "truncated": false, "id_str": "685066377678434304", "id": 685066377678434304, "text": "@hynek and/or make their XMPP support first class citizen /cc @SinaBahram", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "hynek", "id_str": "14914177", "id": 14914177, "indices": [0, 6], "name": "Hynek Schlawack"}, {"screen_name": "SinaBahram", "id_str": "114569401", "id": 114569401, "indices": [62, 73], "name": "Sina Bahram"}]}, "created_at": "Thu Jan 07 11:52:07 +0000 2016", "source": "Twitter for Android", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2426271, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2732, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2426271/1358272747", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7751912", "following": false, "friends_count": 2002, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jhigley.com", "url": "https://t.co/CA3K2xy3fr", "expanded_url": "http://jhigley.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "94D487", "geo_enabled": false, "followers_count": 746, "location": "Richland, WA", "screen_name": "higley", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 55, "name": "Hooligan", "profile_use_background_image": false, "description": "I'm a lesser known character from the Internet. \n\nSwedish Fish are my spirit animal.", "url": "https://t.co/CA3K2xy3fr", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685137678946308096/aZzkDSOa_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Jul 27 03:29:39 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685137678946308096/aZzkDSOa_normal.jpg", "favourites_count": 4082, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684845096102043648", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "thestranger.com/blogs/slog/201\u2026", "url": "https://t.co/GHQ5j9vZzX", "expanded_url": "http://www.thestranger.com/blogs/slog/2016/01/06/23350480/my-dad-worked-at-the-malheur-national-wildlife-refuge-and-he-knows-what-happens-when-ranchers-get-their-way", "indices": [109, 132]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 21:12:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684845096102043648, "text": "My Dad Worked at the Malheur National Wildlife Refuge, and He Knows What Happens When Ranchers Get Their Way https://t.co/GHQ5j9vZzX", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684848495413432320", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "thestranger.com/blogs/slog/201\u2026", "url": "https://t.co/GHQ5j9vZzX", "expanded_url": "http://www.thestranger.com/blogs/slog/2016/01/06/23350480/my-dad-worked-at-the-malheur-national-wildlife-refuge-and-he-knows-what-happens-when-ranchers-get-their-way", "indices": [121, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "ahecht", "id_str": "4543101", "id": 4543101, "indices": [3, 10], "name": "Anthony Hecht"}]}, "created_at": "Wed Jan 06 21:26:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684848495413432320, "text": "RT @ahecht: My Dad Worked at the Malheur National Wildlife Refuge, and He Knows What Happens When Ranchers Get Their Way https://t.co/GHQ5j\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 7751912, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 8292, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7751912/1402521594", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1568", "following": false, "friends_count": 588, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "adambrault.com", "url": "http://t.co/u1D1iCKwhH", "expanded_url": "http://adambrault.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/6986352/backdrop3.jpg", "notifications": false, "profile_sidebar_fill_color": "FAFAFA", "profile_link_color": "09ACED", "geo_enabled": false, "followers_count": 3068, "location": "EccenTriCities + The Internet", "screen_name": "adambrault", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 202, "name": "adam", "profile_use_background_image": false, "description": "@andyet founder. @andyetconf conspirator. @triconf instigator. @tcpublicmarket rouser. Collaborator in @fusespc @usetalky @liftsecurity. Terrific firestarter.", "url": "http://t.co/u1D1iCKwhH", "profile_text_color": "222222", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629171593814544384/2jp9uAYU_normal.jpg", "profile_background_color": "333333", "created_at": "Sun Jul 16 21:01:39 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "333333", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629171593814544384/2jp9uAYU_normal.jpg", "favourites_count": 12056, "status": {"retweet_count": 112, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 112, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684083104777109504", "id": 684083104777109504, "text": "\"You have to be one or the other.\"\n\"I don't have to. I'm both.\"\n\"That isn't even a thing!\"\n\"Is too! It's called 'wave-particle duality'.\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 18:44:56 +0000 2016", "source": "Hootsuite", "favorite_count": 120, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684085968073166848", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MicroSFF", "id_str": "1376608884", "id": 1376608884, "indices": [3, 12], "name": "Micro SF/F Fiction"}]}, "created_at": "Mon Jan 04 18:56:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684085968073166848, "text": "RT @MicroSFF: \"You have to be one or the other.\"\n\"I don't have to. I'm both.\"\n\"That isn't even a thing!\"\n\"Is too! It's called 'wave-particl\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 1568, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/6986352/backdrop3.jpg", "statuses_count": 19795, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1568/1438841667", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16535661", "following": false, "friends_count": 874, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "robotgrrl.com", "url": "http://t.co/hHXlVUBA1z", "expanded_url": "http://robotgrrl.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000172757239/odPrjp9g.jpeg", "notifications": false, "profile_sidebar_fill_color": "6EFA19", "profile_link_color": "7700C7", "geo_enabled": true, "followers_count": 6461, "location": "Canada", "screen_name": "RobotGrrl", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 324, "name": "RobotGrrl \ue12b", "profile_use_background_image": true, "description": "Studio[Y] fellow @MaRSDD #StudioY - Fab Academy student - Intel Emerging Young Entrepreneur - Maker of RoboBrrd - Gold medal @ Intl RoboGames - Mac & iOS dev", "url": "http://t.co/hHXlVUBA1z", "profile_text_color": "4A3D30", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3634861506/af661544e8a2ef98602dffafb0c6918d_normal.jpeg", "profile_background_color": "FC6500", "created_at": "Tue Sep 30 21:58:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3634861506/af661544e8a2ef98602dffafb0c6918d_normal.jpeg", "favourites_count": 4662, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684937097682096128", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 258, "resize": "fit"}, "large": {"w": 1024, "h": 779, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 456, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFiqOlUMAAUZvJ.jpg", "type": "photo", "indices": [108, 131], "media_url": "http://pbs.twimg.com/media/CYFiqOlUMAAUZvJ.jpg", "display_url": "pic.twitter.com/jMpFwoMrDO", "id_str": "684937095945662464", "expanded_url": "http://twitter.com/RobotGrrl/status/684937097682096128/photo/1", "id": 684937095945662464, "url": "https://t.co/jMpFwoMrDO"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 03:18:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684937097682096128, "text": "The ROBOT PARTY will be Saturday at 7PM ET! Share your bots w/ other makers \u2014 reply if you want to join in! https://t.co/jMpFwoMrDO", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16535661, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000172757239/odPrjp9g.jpeg", "statuses_count": 10559, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16535661/1448405813", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "19090770", "following": false, "friends_count": 338, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kylewm.com", "url": "https://t.co/zxQkhDten5", "expanded_url": "https://kylewm.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 186, "location": "Burlingame, CA", "screen_name": "kylewmahan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Kyle Mahan", "profile_use_background_image": true, "description": "For every coin there is an equal and opposite bird.", "url": "https://t.co/zxQkhDten5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641457114381074432/vUdKopH8_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Fri Jan 16 22:51:18 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641457114381074432/vUdKopH8_normal.jpg", "favourites_count": 2027, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685191733919875072", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 300, "h": 300, "resize": "fit"}, "medium": {"w": 300, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 300, "h": 300, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJKQGnU0AAV4ct.jpg", "type": "photo", "indices": [29, 52], "media_url": "http://pbs.twimg.com/media/CYJKQGnU0AAV4ct.jpg", "display_url": "pic.twitter.com/f9B0nAKCNP", "id_str": "685191733827653632", "expanded_url": "http://twitter.com/kylewmahan/status/685191733919875072/photo/1", "id": 685191733827653632, "url": "https://t.co/f9B0nAKCNP"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:10:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685191733919875072, "text": "Larry the Cucumber: no lips. https://t.co/f9B0nAKCNP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "groomsman-kylewm.com"}, "default_profile_image": false, "id": 19090770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 5712, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2809321", "following": false, "friends_count": 732, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "funk.co.uk/jokethief", "url": "http://t.co/CTXEScpW42", "expanded_url": "http://funk.co.uk/jokethief", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/536532/double_bow.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 1366, "location": "London", "screen_name": "Deek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "Deek Deekster", "profile_use_background_image": true, "description": "The imagination is not a State: it is the Human existence itself. \u2013 William Blake.", "url": "http://t.co/CTXEScpW42", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/81711236/funkbaby150_normal.jpg", "profile_background_color": "7A684E", "created_at": "Thu Mar 29 08:15:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/81711236/funkbaby150_normal.jpg", "favourites_count": 1066, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681769694492233728", "id": 681769694492233728, "text": "described", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 29 09:32:16 +0000 2015", "source": "TweetCaster for iOS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2809321, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/536532/double_bow.jpg", "statuses_count": 26149, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2809321/1347980689", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2149850018", "following": false, "friends_count": 1349, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bret.io", "url": "https://t.co/nwoGndmEhz", "expanded_url": "http://bret.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000099971838/42731531dc2f28d52cc57df7848a43ee.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3C3C3C", "geo_enabled": true, "followers_count": 381, "location": "Portland, OR", "screen_name": "bretolius", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Bret Comnes", "profile_use_background_image": true, "description": "super serious business twiter", "url": "https://t.co/nwoGndmEhz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/473135457975283712/41oMFXBB_normal.jpeg", "profile_background_color": "F5F5F5", "created_at": "Tue Oct 22 22:57:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473135457975283712/41oMFXBB_normal.jpeg", "favourites_count": 2024, "status": {"in_reply_to_status_id": 685588073128804354, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "oneshotchch", "in_reply_to_user_id": 2975656664, "in_reply_to_status_id_str": "685588073128804354", "in_reply_to_user_id_str": "2975656664", "truncated": false, "id_str": "685588514927316992", "id": 685588514927316992, "text": "@oneshotchch That would be super cool to get out though! TY", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "oneshotchch", "id_str": "2975656664", "id": 2975656664, "indices": [0, 12], "name": "Oneshot Christchurch"}]}, "created_at": "Fri Jan 08 22:26:54 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2149850018, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000099971838/42731531dc2f28d52cc57df7848a43ee.jpeg", "statuses_count": 748, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2149850018/1401817534", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2407626138", "following": false, "friends_count": 13, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rascul.io", "url": "https://t.co/fnyTNoPEUT", "expanded_url": "https://rascul.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 11, "location": "Pennsylvania", "screen_name": "rascul3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Ray Schulz", "profile_use_background_image": true, "description": "", "url": "https://t.co/fnyTNoPEUT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/454812691069038592/2nHc2cKi_normal.jpeg", "profile_background_color": "131516", "created_at": "Sun Mar 23 19:22:55 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/454812691069038592/2nHc2cKi_normal.jpeg", "favourites_count": 0, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "664630993123315712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "i.destroy.tokyo/Rascul/", "url": "https://t.co/1PIwZL1Oiy", "expanded_url": "https://i.destroy.tokyo/Rascul/", "indices": [11, 34]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Nov 12 02:29:11 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "sv", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 664630993123315712, "text": "lrn2rascul https://t.co/1PIwZL1Oiy", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Known Twitter Syndication"}, "default_profile_image": false, "id": 2407626138, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 10, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2407626138/1397271246", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14256966", "following": false, "friends_count": 402, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "robjameskelley.com", "url": "http://t.co/qLikakmjjU", "expanded_url": "http://robjameskelley.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/5124586/b1c459dda3582d06e52bd429a54af160.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 314, "location": "", "screen_name": "pyroonaswing", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "pyroonaswing", "profile_use_background_image": true, "description": "photographer. tech enthusiast. dancing superstar.", "url": "http://t.co/qLikakmjjU", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000716794365/86b1e457c939d6d24f1c290d89031566_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Sun Mar 30 07:58:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000716794365/86b1e457c939d6d24f1c290d89031566_normal.jpeg", "favourites_count": 444, "status": {"in_reply_to_status_id": 678282365224026112, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "El_Doctor88", "in_reply_to_user_id": 31355945, "in_reply_to_status_id_str": "678282365224026112", "in_reply_to_user_id_str": "31355945", "truncated": false, "id_str": "678282893815324672", "id": 678282893815324672, "text": "@El_Doctor88 no way?! I googled nes gameshark & couldn't figure out why I couldn't find what I remembered using till I saw genie. Classic", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "El_Doctor88", "id_str": "31355945", "id": 31355945, "indices": [0, 12], "name": "Patrick P."}]}, "created_at": "Sat Dec 19 18:36:58 +0000 2015", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14256966, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/5124586/b1c459dda3582d06e52bd429a54af160.jpg", "statuses_count": 7322, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14447132", "following": false, "friends_count": 955, "entities": {"description": {"urls": [{"display_url": "oauth.net", "url": "http://t.co/zBgRc3GHvO", "expanded_url": "http://oauth.net", "indices": [75, 97]}, {"display_url": "micropub.net", "url": "http://t.co/yDBCPnanjA", "expanded_url": "http://micropub.net", "indices": [111, 133]}]}, "url": {"urls": [{"display_url": "aaronparecki.com", "url": "https://t.co/sUmpTDQA8l", "expanded_url": "http://aaronparecki.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/185835062/4786064324_b7049fbec8_b.jpg", "notifications": false, "profile_sidebar_fill_color": "94C8FF", "profile_link_color": "FF5900", "geo_enabled": true, "followers_count": 3093, "location": "Portland, OR", "screen_name": "aaronpk", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 316, "name": "Aaron Parecki", "profile_use_background_image": true, "description": "CTO @EsriPDX R&D Center \u2022 Cofounder of #indieweb/@indiewebcamp \u2022 Maintains http://t.co/zBgRc3GHvO \u2022 Creator of http://t.co/yDBCPnanjA", "url": "https://t.co/sUmpTDQA8l", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3657148842/934fb225b84b8fd3effe5ab95bb18005_normal.jpeg", "profile_background_color": "7A9AAF", "created_at": "Sat Apr 19 22:38:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3657148842/934fb225b84b8fd3effe5ab95bb18005_normal.jpeg", "favourites_count": 3597, "status": {"retweet_count": 0, "in_reply_to_user_id": 296398358, "possibly_sensitive": false, "id_str": "685611029493985281", "in_reply_to_user_id_str": "296398358", "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "large": {"w": 960, "h": 640, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 400, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPHmQnUwAAXsz5.jpg", "type": "photo", "indices": [40, 63], "media_url": "http://pbs.twimg.com/media/CYPHmQnUwAAXsz5.jpg", "display_url": "pic.twitter.com/GH7oQXKBwI", "id_str": "685611028399308800", "expanded_url": "http://twitter.com/aaronpk/status/685611029493985281/photo/1", "id": 685611028399308800, "url": "https://t.co/GH7oQXKBwI"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "lucashammill", "id_str": "296398358", "id": 296398358, "indices": [0, 13], "name": "Luke Hammill"}]}, "created_at": "Fri Jan 08 23:56:22 +0000 2016", "favorited": false, "in_reply_to_status_id": 684757252633280513, "lang": "en", "geo": {"coordinates": [45.521893, -122.638494], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/ac88a4f17a51c7fc.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.7900653, 45.421863], [-122.471751, 45.421863], [-122.471751, 45.6509405], [-122.7900653, 45.6509405]]], "type": "Polygon"}, "full_name": "Portland, OR", "contained_within": [], "country_code": "US", "id": "ac88a4f17a51c7fc", "name": "Portland"}, "in_reply_to_screen_name": "lucashammill", "in_reply_to_status_id_str": "684757252633280513", "truncated": false, "id": 685611029493985281, "text": "@lucashammill It's all in the lighting. https://t.co/GH7oQXKBwI", "coordinates": {"coordinates": [-122.638494, 45.521893], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Bridgy"}, "default_profile_image": false, "id": 14447132, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/185835062/4786064324_b7049fbec8_b.jpg", "statuses_count": 6234, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14447132/1398201184", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13860742", "following": false, "friends_count": 4823, "entities": {"description": {"urls": [{"display_url": "calmtechnology.com", "url": "http://t.co/bOKIYApk0t", "expanded_url": "http://calmtechnology.com", "indices": [101, 123]}]}, "url": {"urls": [{"display_url": "caseorganic.com", "url": "http://t.co/IMSCSEyFQw", "expanded_url": "http://caseorganic.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/220733289/xc8c5ed789f413b46fc32145db5e2cb1.png", "notifications": false, "profile_sidebar_fill_color": "C9C9C9", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 20823, "location": "Portland, OR", "screen_name": "caseorganic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1943, "name": "Amber Case", "profile_use_background_image": false, "description": "Calm technology, cyborgs, future of location and mobile. Working on @mycompassapp and @calmtechbook. http://t.co/bOKIYApk0t Formerly founder of @geoloqi.", "url": "http://t.co/IMSCSEyFQw", "profile_text_color": "1C1F23", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577987854745239552/yquRHGzt_normal.jpeg", "profile_background_color": "252525", "created_at": "Sat Feb 23 10:43:27 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BFBFBF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577987854745239552/yquRHGzt_normal.jpeg", "favourites_count": 3414, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685578323016073216", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 768, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOp2YgUMAATMHh.jpg", "type": "photo", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CYOp2YgUMAATMHh.jpg", "display_url": "pic.twitter.com/rcup9P0sMt", "id_str": "685578320046469120", "expanded_url": "http://twitter.com/caseorganic/status/685578323016073216/photo/1", "id": 685578320046469120, "url": "https://t.co/rcup9P0sMt"}], "symbols": [], "urls": [{"display_url": "amazon.com/Calm-Technolog\u2026", "url": "https://t.co/q1BFmTG2yv", "expanded_url": "http://www.amazon.com/Calm-Technology-Principles-Patterns-Non-Intrusive/dp/1491925884", "indices": [75, 98]}], "hashtags": [{"text": "calmtech", "indices": [99, 108]}], "user_mentions": []}, "created_at": "Fri Jan 08 21:46:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685578323016073216, "text": "Was just sent this picture of the youngest reader of Calm Technology yet! https://t.co/q1BFmTG2yv #calmtech https://t.co/rcup9P0sMt", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13860742, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/220733289/xc8c5ed789f413b46fc32145db5e2cb1.png", "statuses_count": 25851, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13860742/1426638493", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "783092", "following": false, "friends_count": 3667, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "werd.io", "url": "http://t.co/n2griYFTdR", "expanded_url": "http://werd.io/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/584714231/ncbqjrotq7pwip9v0110.jpeg", "notifications": false, "profile_sidebar_fill_color": "D4E6F1", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 5071, "location": "San Francisco Bay Area", "screen_name": "benwerd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 367, "name": "Ben Werdm\u00fcller", "profile_use_background_image": true, "description": "CEO, @withknown. Previously @elgg. Humanist technologist. Equality and adventures.", "url": "http://t.co/n2griYFTdR", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681986174966104064/t3BubQKk_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Feb 20 13:34:20 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681986174966104064/t3BubQKk_normal.jpg", "favourites_count": 11271, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682834736452997122", "id": 682834736452997122, "text": "Happy new year!!! Best wishes for a wonderful 2016 to all. \n\n(Happy hangover, UK.)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 08:04:22 +0000 2016", "source": "werd.io", "favorite_count": 7, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 783092, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/584714231/ncbqjrotq7pwip9v0110.jpeg", "statuses_count": 33964, "profile_banner_url": "https://pbs.twimg.com/profile_banners/783092/1440331990", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "11628", "following": false, "friends_count": 1270, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tantek.com", "url": "http://t.co/krTnc8jAFk", "expanded_url": "http://tantek.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 71425, "location": "Pacific Time Zone", "screen_name": "t", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1923, "name": "Tantek \u00c7elik", "profile_use_background_image": true, "description": "Cofounder: #indieweb #barcamp @IndieWebCamp @microformats.\nWorking @Mozilla: @CSSWG @W3CAB.\nMaking: @Falcon @CASSISjs.\n#fightfortheusers & aspiring runner.", "url": "http://t.co/krTnc8jAFk", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/423350922408767488/nlA_m2WH_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 07 02:26:19 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423350922408767488/nlA_m2WH_normal.jpeg", "favourites_count": 0, "status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685519566106066944", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 640, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYN0aboUkAA-r2W.jpg", "type": "photo", "indices": [107, 130], "media_url": "http://pbs.twimg.com/media/CYN0aboUkAA-r2W.jpg", "display_url": "pic.twitter.com/7cFTaaoweb", "id_str": "685519565732745216", "expanded_url": "http://twitter.com/t/status/685519566106066944/photo/1", "id": 685519565732745216, "url": "https://t.co/7cFTaaoweb"}], "symbols": [], "urls": [{"display_url": "tantek.com/2016/008/t1/we\u2026", "url": "https://t.co/T4aAFoQatR", "expanded_url": "http://tantek.com/2016/008/t1/welcome-bladerunner-replicant-roy-batty", "indices": [82, 105]}], "hashtags": [{"text": "BladeRunner", "indices": [36, 48]}], "user_mentions": []}, "created_at": "Fri Jan 08 17:52:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685519566106066944, "text": "2016-01-08: Welcome to the world of #BladeRunner\nToday is Replicant Roy Batty\u2019s\u2026 (https://t.co/T4aAFoQatR) https://t.co/7cFTaaoweb", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Bridgy"}, "default_profile_image": false, "id": 11628, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8088, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14788846", "following": false, "friends_count": 348, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 271, "location": "Oregon", "screen_name": "KWierso", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "KWierso", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/620515026571390976/FLF0gwV1_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu May 15 17:21:03 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/620515026571390976/FLF0gwV1_normal.jpg", "favourites_count": 20079, "status": {"retweet_count": 20, "retweeted_status": {"retweet_count": 20, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685599353013051393", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/thehill/status\u2026", "url": "https://t.co/QszM8bbJ5m", "expanded_url": "https://twitter.com/thehill/status/685508541151625216", "indices": [15, 38]}], "hashtags": [{"text": "choice", "indices": [7, 14]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:09:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685599353013051393, "text": "Boosh. #choice https://t.co/QszM8bbJ5m", "coordinates": null, "retweeted": false, "favorite_count": 84, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685606718160502784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/thehill/status\u2026", "url": "https://t.co/QszM8bbJ5m", "expanded_url": "https://twitter.com/thehill/status/685508541151625216", "indices": [31, 54]}], "hashtags": [{"text": "choice", "indices": [23, 30]}], "user_mentions": [{"screen_name": "aishatyler", "id_str": "18125335", "id": 18125335, "indices": [3, 14], "name": "Aisha Tyler"}]}, "created_at": "Fri Jan 08 23:39:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685606718160502784, "text": "RT @aishatyler: Boosh. #choice https://t.co/QszM8bbJ5m", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14788846, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10813, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2319611", "following": false, "friends_count": 761, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shaver.off.net/diary/", "url": "http://t.co/yVLagrSeto", "expanded_url": "http://shaver.off.net/diary/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "1B43D4", "geo_enabled": true, "followers_count": 4949, "location": "Menlo Park", "screen_name": "shaver", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 279, "name": "Mike Shaver", "profile_use_background_image": false, "description": "I've probably made 10 of the next 6 mistakes you'll make. WEBFBMOZCDNYYZMPKDADHACKOPENBP2TRUST", "url": "http://t.co/yVLagrSeto", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1168257928/shaver-headshot-profile_normal.jpg", "profile_background_color": "352726", "created_at": "Mon Mar 26 16:27:55 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1168257928/shaver-headshot-profile_normal.jpg", "favourites_count": 379, "status": {"in_reply_to_status_id": 685599118815834112, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "girltuesday", "in_reply_to_user_id": 16833482, "in_reply_to_status_id_str": "685599118815834112", "in_reply_to_user_id_str": "16833482", "truncated": false, "id_str": "685599707276509184", "id": 685599707276509184, "text": "@girltuesday mfbt", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "girltuesday", "id_str": "16833482", "id": 16833482, "indices": [0, 12], "name": "mko'g"}]}, "created_at": "Fri Jan 08 23:11:22 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2319611, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 24763, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15859076", "following": false, "friends_count": 134, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "escapewindow.dreamwidth.org", "url": "http://t.co/lg3cnMaIov", "expanded_url": "http://escapewindow.dreamwidth.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 202, "location": "San Francisco", "screen_name": "escapewindow", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "aki", "profile_use_background_image": true, "description": "geek. writer. amateur photographer. musician: escape(window) and slave unit.", "url": "http://t.co/lg3cnMaIov", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/510134493823266818/4K3DRvQY_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Fri Aug 15 02:48:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510134493823266818/4K3DRvQY_normal.jpeg", "favourites_count": 3011, "status": {"retweet_count": 109, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 109, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685445889750507522", "id": 685445889750507522, "text": "Write as often as possible, not with the idea at once of getting into print, but as if you were learning an instrument.\nJ. B. PRIESTLEY", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 13:00:09 +0000 2016", "source": "TweetDeck", "favorite_count": 195, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685521999351791616", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AdviceToWriters", "id_str": "44949890", "id": 44949890, "indices": [3, 19], "name": "Jon Winokur"}]}, "created_at": "Fri Jan 08 18:02:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685521999351791616, "text": "RT @AdviceToWriters: Write as often as possible, not with the idea at once of getting into print, but as if you were learning an instrument\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 15859076, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 2748, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15859076/1396977715", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "9973032", "following": false, "friends_count": 484, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mozilla.org/firefox", "url": "https://t.co/uiLRlFZnpI", "expanded_url": "http://mozilla.org/firefox", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 2020, "location": "Toronto", "screen_name": "madhava", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 175, "name": "madhava", "profile_use_background_image": true, "description": "Director, Firefox User Experience at Mozilla. Canada Fancy.", "url": "https://t.co/uiLRlFZnpI", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629776260261134336/TLVUYGfu_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Mon Nov 05 17:45:30 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629776260261134336/TLVUYGfu_normal.jpg", "favourites_count": 4487, "status": {"retweet_count": 40, "retweeted_status": {"retweet_count": 40, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685550447717789696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/briankesinger/", "url": "https://t.co/fMDwiiT2kx", "expanded_url": "https://www.instagram.com/briankesinger/", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:55:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685550447717789696, "text": "Calvin & Hobbes + The Force Awakens: https://t.co/fMDwiiT2kx", "coordinates": null, "retweeted": false, "favorite_count": 30, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685555557168709632", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/briankesinger/", "url": "https://t.co/fMDwiiT2kx", "expanded_url": "https://www.instagram.com/briankesinger/", "indices": [52, 75]}], "hashtags": [], "user_mentions": [{"screen_name": "rands", "id_str": "30923", "id": 30923, "indices": [3, 9], "name": "rands"}]}, "created_at": "Fri Jan 08 20:15:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685555557168709632, "text": "RT @rands: Calvin & Hobbes + The Force Awakens: https://t.co/fMDwiiT2kx", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 9973032, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 10135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/9973032/1450396803", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15675252", "following": false, "friends_count": 262, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.seanmartell.com", "url": "https://t.co/viPaZogXpT", "expanded_url": "http://blog.seanmartell.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000092477482/01936932ffe31782326abc8c26c7ace9.jpeg", "notifications": false, "profile_sidebar_fill_color": "171717", "profile_link_color": "944B3D", "geo_enabled": false, "followers_count": 2263, "location": "North of the Wall", "screen_name": "mart3ll", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 145, "name": "Sean Martell", "profile_use_background_image": true, "description": "Creative Lead at Mozilla, transmogrifier of vectors, animator of GIFs, CSS eyebrow waggler, ketchup chip expert, lover of thick cut bacon.", "url": "https://t.co/viPaZogXpT", "profile_text_color": "919191", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/477427176539578368/ZeOhlO9T_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jul 31 14:38:00 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477427176539578368/ZeOhlO9T_normal.png", "favourites_count": 1362, "status": {"in_reply_to_status_id": 685562118611992576, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "sireric", "in_reply_to_user_id": 17545176, "in_reply_to_status_id_str": "685562118611992576", "in_reply_to_user_id_str": "17545176", "truncated": false, "id_str": "685570086434902016", "id": 685570086434902016, "text": "@sireric @madhava approved. I have some brand work you can do for me if you'd like.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sireric", "id_str": "17545176", "id": 17545176, "indices": [0, 8], "name": "Eric Petitt"}, {"screen_name": "madhava", "id_str": "9973032", "id": 9973032, "indices": [9, 17], "name": "madhava"}]}, "created_at": "Fri Jan 08 21:13:40 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15675252, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000092477482/01936932ffe31782326abc8c26c7ace9.jpeg", "statuses_count": 14036, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15675252/1398266038", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14174812", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.vlad1.com", "url": "http://t.co/ri1ytBN8a5", "expanded_url": "http://blog.vlad1.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 2032, "location": "Mountain View, CA", "screen_name": "vvuk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Vlad Vukicevic", "profile_use_background_image": true, "description": "Graphics, JS, Gaming director at Mozilla. WebGL firestarter. Photographer. Owner of a pile of unfinished personal projects.", "url": "http://t.co/ri1ytBN8a5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1078510864/DSC_5553-square-small_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Mar 19 05:02:07 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1078510864/DSC_5553-square-small_normal.jpg", "favourites_count": 190, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tumblrunning", "in_reply_to_user_id": 942956258, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "942956258", "truncated": false, "id_str": "658405478750359552", "id": 658405478750359552, "text": "@tumblrunning heya, sent an email to the email address on the play store -- not sure if you check that any more! If not shoot me a DM :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tumblrunning", "id_str": "942956258", "id": 942956258, "indices": [0, 13], "name": "Tumblrunning"}]}, "created_at": "Sun Oct 25 22:11:13 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14174812, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3065, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6140482", "following": false, "friends_count": 654, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.johnath.com", "url": "https://t.co/9GW7UvMgsi", "expanded_url": "http://blog.johnath.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000174656091/1ku5OylQ.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFF99", "profile_link_color": "038543", "geo_enabled": false, "followers_count": 2997, "location": "Hand Crafted in Toronto", "screen_name": "johnath", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 172, "name": "J Nightingale", "profile_use_background_image": true, "description": "Tech, Leadership, Photog, Food, Hippy, Dad. The unimaginable positive power of the global internet. CPO @Hubba. Board @creativecommons. Former Mr. @Firefox.", "url": "https://t.co/9GW7UvMgsi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631207154247057408/LEonY-0T_normal.jpg", "profile_background_color": "CAE8E3", "created_at": "Fri May 18 15:37:44 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631207154247057408/LEonY-0T_normal.jpg", "favourites_count": 10019, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685595083639504896", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 768, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO5F2XWwAA_1wY.jpg", "type": "photo", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CYO5F2XWwAA_1wY.jpg", "display_url": "pic.twitter.com/Z1RiD9kKvw", "id_str": "685595078434406400", "expanded_url": "http://twitter.com/shappy/status/685595083639504896/photo/1", "id": 685595078434406400, "url": "https://t.co/Z1RiD9kKvw"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:53:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685595083639504896, "text": "https://t.co/Z1RiD9kKvw", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597843860529152", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 768, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685595083639504896", "media_url": "http://pbs.twimg.com/media/CYO5F2XWwAA_1wY.jpg", "source_user_id_str": "5356872", "id_str": "685595078434406400", "id": 685595078434406400, "media_url_https": "https://pbs.twimg.com/media/CYO5F2XWwAA_1wY.jpg", "type": "photo", "indices": [12, 35], "source_status_id": 685595083639504896, "source_user_id": 5356872, "display_url": "pic.twitter.com/Z1RiD9kKvw", "expanded_url": "http://twitter.com/shappy/status/685595083639504896/photo/1", "url": "https://t.co/Z1RiD9kKvw"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "shappy", "id_str": "5356872", "id": 5356872, "indices": [3, 10], "name": "Melissa Nightingale"}]}, "created_at": "Fri Jan 08 23:03:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597843860529152, "text": "RT @shappy: https://t.co/Z1RiD9kKvw", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6140482, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000174656091/1ku5OylQ.jpeg", "statuses_count": 5754, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6140482/1353472261", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "59680997", "following": false, "friends_count": 125, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 78, "location": "", "screen_name": "hwine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Hal Wine", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459309975555162112/-htFG3uQ_normal.jpeg", "profile_background_color": "BADFCD", "created_at": "Fri Jul 24 03:43:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F2E195", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459309975555162112/-htFG3uQ_normal.jpeg", "favourites_count": 76, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684144421068115969", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "danluu.com/wat/", "url": "https://t.co/TgvNOle7nL", "expanded_url": "http://danluu.com/wat/", "indices": [49, 72]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 22:48:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684144421068115969, "text": "Nice reminder of danger of accepting status quo: https://t.co/TgvNOle7nL", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "OS X"}, "default_profile_image": false, "id": 59680997, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 956, "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "15645136", "following": false, "friends_count": 138, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000165777761/UceRm6vD.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 112, "location": "Toronto, Canada", "screen_name": "railaliiev", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Rail Aliiev", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1277181474/rail_river2_normal.jpg", "profile_background_color": "131516", "created_at": "Tue Jul 29 12:08:00 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1277181474/rail_river2_normal.jpg", "favourites_count": 503, "status": {"in_reply_to_status_id": 676819284895604736, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "johnath", "in_reply_to_user_id": 6140482, "in_reply_to_status_id_str": "676819284895604736", "in_reply_to_user_id_str": "6140482", "truncated": false, "id_str": "676854090836541440", "id": 676854090836541440, "text": "@johnath @shappy congrats!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "johnath", "id_str": "6140482", "id": 6140482, "indices": [0, 8], "name": "J Nightingale"}, {"screen_name": "shappy", "id_str": "5356872", "id": 5356872, "indices": [9, 16], "name": "Melissa Nightingale"}]}, "created_at": "Tue Dec 15 19:59:25 +0000 2015", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15645136, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000165777761/UceRm6vD.jpeg", "statuses_count": 783, "is_translator": false}], "next_cursor": 1488949918508686286, "previous_cursor": -1488977629350241687, "previous_cursor_str": "-1488977629350241687", "next_cursor_str": "1488949918508686286"}python-twitter-3.3/testdata/get_friends_4.json000066400000000000000000001672451311017327200216340ustar00rootroot00000000000000{"users": [{"time_zone": "Auckland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "2218683102", "following": false, "friends_count": 103, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ftangftang.wordpress.com", "url": "http://t.co/F56CbDZQcX", "expanded_url": "http://ftangftang.wordpress.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 82, "location": "New Zealand", "screen_name": "nthomasftang", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5, "name": "Nick Thomas", "profile_use_background_image": true, "description": "Release Engineer @ Mozilla", "url": "http://t.co/F56CbDZQcX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000799830412/3f485e308da68093b6e868f75a3893fb_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Nov 28 01:15:43 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000799830412/3f485e308da68093b6e868f75a3893fb_normal.jpeg", "favourites_count": 202, "status": {"retweet_count": 54, "retweeted_status": {"in_reply_to_status_id": 683809123025072128, "retweet_count": 54, "place": null, "in_reply_to_screen_name": "SwiftOnSecurity", "in_reply_to_user_id": 2436389418, "in_reply_to_status_id_str": "683809123025072128", "in_reply_to_user_id_str": "2436389418", "truncated": false, "id_str": "683809344513675264", "id": 683809344513675264, "text": "What if the universe doesn't have sensible documentation because the implementation is buggy \ud83e\udd14", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Jan 04 00:37:06 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 86, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "683815464938508289", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Mon Jan 04 01:01:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683815464938508289, "text": "RT @SwiftOnSecurity: What if the universe doesn't have sensible documentation because the implementation is buggy \ud83e\udd14", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2218683102, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 333, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17462502", "following": false, "friends_count": 323, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ted.mielczarek.org", "url": "http://t.co/bS4QKvSrsE", "expanded_url": "http://ted.mielczarek.org/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 880, "location": "PA, USA", "screen_name": "TedMielczarek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 69, "name": "Ted Mielczarek", "profile_use_background_image": true, "description": "Mozillian, daddy, hack of all trades.", "url": "http://t.co/bS4QKvSrsE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000451255698/4398a354878e6a2117ef235012200abb_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 18 11:33:39 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000451255698/4398a354878e6a2117ef235012200abb_normal.jpeg", "favourites_count": 5707, "status": {"retweet_count": 26, "retweeted_status": {"retweet_count": 26, "in_reply_to_user_id": 318692762, "possibly_sensitive": false, "id_str": "685553202868174848", "in_reply_to_user_id_str": "318692762", "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 123, "resize": "fit"}, "large": {"w": 668, "h": 242, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 217, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOS93fWwAAU2MX.png", "type": "photo", "indices": [91, 114], "media_url": "http://pbs.twimg.com/media/CYOS93fWwAAU2MX.png", "display_url": "pic.twitter.com/4avrL8s4o6", "id_str": "685553159855587328", "expanded_url": "http://twitter.com/SeanMcElwee/status/685553202868174848/photo/1", "id": 685553159855587328, "url": "https://t.co/4avrL8s4o6"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:06:35 +0000 2016", "favorited": false, "in_reply_to_status_id": 685552772700352512, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "SeanMcElwee", "in_reply_to_status_id_str": "685552772700352512", "truncated": false, "id": 685553202868174848, "text": "lol, remember when defined benefit pensions, COLA adjustments and paid leave were a thing? https://t.co/4avrL8s4o6", "coordinates": null, "retweeted": false, "favorite_count": 47, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685596223445807105", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 123, "resize": "fit"}, "large": {"w": 668, "h": 242, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 217, "resize": "fit"}}, "source_status_id_str": "685553202868174848", "media_url": "http://pbs.twimg.com/media/CYOS93fWwAAU2MX.png", "source_user_id_str": "318692762", "id_str": "685553159855587328", "id": 685553159855587328, "media_url_https": "https://pbs.twimg.com/media/CYOS93fWwAAU2MX.png", "type": "photo", "indices": [108, 131], "source_status_id": 685553202868174848, "source_user_id": 318692762, "display_url": "pic.twitter.com/4avrL8s4o6", "expanded_url": "http://twitter.com/SeanMcElwee/status/685553202868174848/photo/1", "url": "https://t.co/4avrL8s4o6"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SeanMcElwee", "id_str": "318692762", "id": 318692762, "indices": [3, 15], "name": "read the article"}]}, "created_at": "Fri Jan 08 22:57:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685596223445807105, "text": "RT @SeanMcElwee: lol, remember when defined benefit pensions, COLA adjustments and paid leave were a thing? https://t.co/4avrL8s4o6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 17462502, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 18432, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5003371", "following": false, "friends_count": 320, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "coop.deadsquid.com", "url": "http://t.co/vR6z9ydxBE", "expanded_url": "http://coop.deadsquid.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/718518188/c34ac020793de8350d68bbf0be60c95a.png", "notifications": false, "profile_sidebar_fill_color": "15365E", "profile_link_color": "0D0921", "geo_enabled": true, "followers_count": 338, "location": "Ottawa, ON, Canada", "screen_name": "ccooper", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 22, "name": "Chris Cooper", "profile_use_background_image": true, "description": "Five different types of fried cheese", "url": "http://t.co/vR6z9ydxBE", "profile_text_color": "49594A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1776168398/image1327348264_normal.png", "profile_background_color": "061645", "created_at": "Tue Apr 17 14:36:28 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "E5E6DF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1776168398/image1327348264_normal.png", "favourites_count": 1884, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607411776925697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "drinksmixer.com/drink8654.html", "url": "https://t.co/DU8yJe52Sj", "expanded_url": "http://www.drinksmixer.com/drink8654.html", "indices": [94, 117]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:41:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607411776925697, "text": "I'm now wearing half a Blue Grass cocktail in my sock, but the other half is quite delicious. https://t.co/DU8yJe52Sj", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 5003371, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/718518188/c34ac020793de8350d68bbf0be60c95a.png", "statuses_count": 6021, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5003371/1449418107", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17231743", "following": false, "friends_count": 282, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "atlee.ca", "url": "http://t.co/sUJScCQshr", "expanded_url": "http://atlee.ca", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 337, "location": "", "screen_name": "chrisatlee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Chris AtLee", "profile_use_background_image": true, "description": "", "url": "http://t.co/sUJScCQshr", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/705639851/avatar_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Fri Nov 07 14:34:15 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/705639851/avatar_normal.jpg", "favourites_count": 327, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685561476761821184", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "relengofthenerds.blogspot.ca/2016/01/tips-f\u2026", "url": "https://t.co/jGQK5BkrqY", "expanded_url": "http://relengofthenerds.blogspot.ca/2016/01/tips-from-resume-nerd.html", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:39:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685561476761821184, "text": "Tips from a resume nerd https://t.co/jGQK5BkrqY", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685608384129810432", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "relengofthenerds.blogspot.ca/2016/01/tips-f\u2026", "url": "https://t.co/jGQK5BkrqY", "expanded_url": "http://relengofthenerds.blogspot.ca/2016/01/tips-from-resume-nerd.html", "indices": [35, 58]}], "hashtags": [], "user_mentions": [{"screen_name": "kmoir", "id_str": "82681434", "id": 82681434, "indices": [3, 9], "name": "Kim Moir"}]}, "created_at": "Fri Jan 08 23:45:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685608384129810432, "text": "RT @kmoir: Tips from a resume nerd https://t.co/jGQK5BkrqY", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 17231743, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 2173, "is_translator": false}, {"time_zone": "America/Toronto", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "37933140", "following": false, "friends_count": 596, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 414, "location": "Canada", "screen_name": "bhearsum", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "Ben Hearsum", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/594558285593841664/bH1FEFqL_normal.jpg", "profile_background_color": "352726", "created_at": "Tue May 05 14:24:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "fil", "profile_image_url_https": "https://pbs.twimg.com/profile_images/594558285593841664/bH1FEFqL_normal.jpg", "favourites_count": 1921, "status": {"retweet_count": 53, "retweeted_status": {"retweet_count": 53, "in_reply_to_user_id": 2436389418, "possibly_sensitive": false, "id_str": "685216836661587968", "in_reply_to_user_id_str": "2436389418", "entities": {"symbols": [], "urls": [{"display_url": "github.com/Chicago", "url": "https://t.co/Q9XtAckEph", "expanded_url": "https://github.com/Chicago", "indices": [33, 56]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 21:49:59 +0000 2016", "favorited": false, "in_reply_to_status_id": 685213939882311680, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "SwiftOnSecurity", "in_reply_to_status_id_str": "685213939882311680", "truncated": false, "id": 685216836661587968, "text": "The city of Chicago has a github https://t.co/Q9XtAckEph", "coordinates": null, "retweeted": false, "favorite_count": 91, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685507521520513029", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/Chicago", "url": "https://t.co/Q9XtAckEph", "expanded_url": "https://github.com/Chicago", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "SwiftOnSecurity", "id_str": "2436389418", "id": 2436389418, "indices": [3, 19], "name": "SecuriTay"}]}, "created_at": "Fri Jan 08 17:05:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685507521520513029, "text": "RT @SwiftOnSecurity: The city of Chicago has a github https://t.co/Q9XtAckEph", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 37933140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 8478, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "798341", "following": false, "friends_count": 601, "entities": {"description": {"urls": [{"display_url": "parchmentmoon.etsy.com", "url": "https://t.co/6Oaal1jcuN", "expanded_url": "http://parchmentmoon.etsy.com", "indices": [57, 80]}]}, "url": {"urls": [{"display_url": "parchmentmoon.etsy.com", "url": "http://t.co/6Oaal11BDf", "expanded_url": "http://parchmentmoon.etsy.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/461654253568655360/QSslB767.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "5D99B3", "geo_enabled": false, "followers_count": 1981, "location": "Toronto", "screen_name": "dria", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 152, "name": "Deb Richardson", "profile_use_background_image": true, "description": "Photographer & printmaker - owner of @ParchMoonPrints :: https://t.co/6Oaal1jcuN :: also in the Leslieville @ArtsMarket!", "url": "http://t.co/6Oaal11BDf", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456143275791888384/F3TWT6cS_normal.png", "profile_background_color": "000000", "created_at": "Tue Feb 27 15:26:58 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456143275791888384/F3TWT6cS_normal.png", "favourites_count": 12742, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685244145716334592", "id": 685244145716334592, "text": "Posted a thing on my Facebook biz page today and it reached 1 person. So that's pointless.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 23:38:30 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 798341, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/461654253568655360/QSslB767.jpeg", "statuses_count": 29912, "profile_banner_url": "https://pbs.twimg.com/profile_banners/798341/1396011076", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "304076943", "following": false, "friends_count": 6, "entities": {"description": {"urls": [{"display_url": "monktoberfest2015.eventbrite.com", "url": "http://t.co/NujveKLlnM", "expanded_url": "http://monktoberfest2015.eventbrite.com", "indices": [122, 144]}]}, "url": {"urls": [{"display_url": "monktoberfest.com", "url": "http://t.co/mdmBpxbRSI", "expanded_url": "http://monktoberfest.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 467, "location": "Portland, ME", "screen_name": "monktoberfest", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "The Monktoberfest", "profile_use_background_image": true, "description": "The fifth annual Monktoberfest, featuring developers, social, and the best beer in the world. 10/1/15 - 10/2/15. Tickets: http://t.co/NujveKLlnM.", "url": "http://t.co/mdmBpxbRSI", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1596624293/MonktoberFest-small_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon May 23 22:02:46 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1596624293/MonktoberFest-small_normal.jpg", "favourites_count": 423, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "674954219082948608", "id": 674954219082948608, "text": "got a sneak peek of @monktoberfest videos. looking great! actually a spot where @sogrady *isn't* wearing a @RedSox hat. stay tuned.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "monktoberfest", "id_str": "304076943", "id": 304076943, "indices": [20, 34], "name": "The Monktoberfest"}, {"screen_name": "sogrady", "id_str": "143883", "id": 143883, "indices": [81, 89], "name": "steve o'grady"}, {"screen_name": "RedSox", "id_str": "40918816", "id": 40918816, "indices": [108, 115], "name": "Boston Red Sox"}]}, "created_at": "Thu Dec 10 14:10:00 +0000 2015", "source": "Twitter Web Client", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "674955294452133888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JulianeLeary", "id_str": "1425842304", "id": 1425842304, "indices": [3, 16], "name": "Juliane Leary"}, {"screen_name": "monktoberfest", "id_str": "304076943", "id": 304076943, "indices": [38, 52], "name": "The Monktoberfest"}, {"screen_name": "sogrady", "id_str": "143883", "id": 143883, "indices": [99, 107], "name": "steve o'grady"}, {"screen_name": "RedSox", "id_str": "40918816", "id": 40918816, "indices": [126, 133], "name": "Boston Red Sox"}]}, "created_at": "Thu Dec 10 14:14:16 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 674955294452133888, "text": "RT @JulianeLeary: got a sneak peek of @monktoberfest videos. looking great! actually a spot where @sogrady *isn't* wearing a @RedSox hat. \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 304076943, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 664, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8340822", "following": false, "friends_count": 590, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pmc.com", "url": "http://t.co/Fhv1KhCIcD", "expanded_url": "http://pmc.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FAF7E9", "profile_link_color": "7C9CD7", "geo_enabled": true, "followers_count": 661, "location": "Portland, ME | Chicago | LA", "screen_name": "coreygilmore", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 36, "name": "corey gilmore", "profile_use_background_image": false, "description": "Former gov't. Special Projects Editor @BGR, Chief Architect at @PenskeMedia. r\u0316\u033c\u034d\u0318\u030a\u033f\u033e\u035b\u0365\u0313\u0368\u030e\u0346\u033d\u0313\u0345e\u032f\u032f\u0355\u034e\u0356\u0349\u0332\u035a\u033b\u0325\u0320\u031c\u0367\u0313\u0302\u030d\u0367\u031a", "url": "http://t.co/Fhv1KhCIcD", "profile_text_color": "786F4C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000407669885/82a3f422052a93f05df9e840f2e51ef1_normal.jpeg", "profile_background_color": "3371A3", "created_at": "Tue Aug 21 21:51:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000407669885/82a3f422052a93f05df9e840f2e51ef1_normal.jpeg", "favourites_count": 1052, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684707377736593408", "id": 684707377736593408, "text": "When the iPhone is too cold, you get high temp warning. I\u2019m leery of self-driving cars from CA for similar reasons \u2013\u00a0need snow, ice testing.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 12:05:34 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8340822, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5995, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8340822/1350040276", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16833482", "following": false, "friends_count": 237, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/girltuesday", "url": "https://t.co/o1qJWZlfKV", "expanded_url": "http://about.me/girltuesday", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000112628486/b025114d3220db733e6094a6c88fa836.jpeg", "notifications": false, "profile_sidebar_fill_color": "DBDBDB", "profile_link_color": "AA00B3", "geo_enabled": false, "followers_count": 542, "location": "great northeast", "screen_name": "girltuesday", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "mko'g", "profile_use_background_image": true, "description": "liar: that's latin for lawyer. married to a (red)monk, @sogrady.", "url": "https://t.co/o1qJWZlfKV", "profile_text_color": "330533", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682789439140151296/BWH8ZMdm_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sat Oct 18 00:35:45 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682789439140151296/BWH8ZMdm_normal.jpg", "favourites_count": 944, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685599118815834112", "id": 685599118815834112, "text": "oh, right. it's friday. #babybrain", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "babybrain", "indices": [24, 34]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:09:02 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16833482, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000112628486/b025114d3220db733e6094a6c88fa836.jpeg", "statuses_count": 16543, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16833482/1391211651", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1538841", "following": false, "friends_count": 272, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lu.is", "url": "http://t.co/fXEvt99yzX", "expanded_url": "http://lu.is/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/676483994/42495cb75df46aa198706c5ff20e44b3.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1826, "location": "San Francisco", "screen_name": "tieguy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Luis Villa", "profile_use_background_image": true, "description": "Ex-programmer, ex-lawyer, ex-Miamian. Wikimedia's Sr. Director of Community Engagement, but work doesn't vet or approve.", "url": "http://t.co/fXEvt99yzX", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/460473325911678976/xl-0rRdd_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon Mar 19 18:31:56 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460473325911678976/xl-0rRdd_normal.jpeg", "favourites_count": 856, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685400320642433026", "id": 685400320642433026, "text": "During #Wikipedia15 good articles contest, 525+ good articles are translated from @enwikipedia to @bnwikipedia", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Wikipedia15", "indices": [7, 19]}], "user_mentions": [{"screen_name": "enwikipedia", "id_str": "18692541", "id": 18692541, "indices": [82, 94], "name": "enwikipedia"}, {"screen_name": "bnwikipedia", "id_str": "2387031866", "id": 2387031866, "indices": [98, 110], "name": "Bengali Wikipedia"}]}, "created_at": "Fri Jan 08 09:59:05 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685534157087223808", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "Wikipedia15", "indices": [20, 32]}], "user_mentions": [{"screen_name": "nhasive", "id_str": "53717936", "id": 53717936, "indices": [3, 11], "name": "Nurunnaby Chowdhury"}, {"screen_name": "enwikipedia", "id_str": "18692541", "id": 18692541, "indices": [95, 107], "name": "enwikipedia"}, {"screen_name": "bnwikipedia", "id_str": "2387031866", "id": 2387031866, "indices": [111, 123], "name": "Bengali Wikipedia"}]}, "created_at": "Fri Jan 08 18:50:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685534157087223808, "text": "RT @nhasive: During #Wikipedia15 good articles contest, 525+ good articles are translated from @enwikipedia to @bnwikipedia", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 1538841, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/676483994/42495cb75df46aa198706c5ff20e44b3.jpeg", "statuses_count": 10342, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1538841/1398620171", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "876081", "following": false, "friends_count": 2143, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "en.wikipedia.org/wiki/Evan_Prod\u2026", "url": "https://t.co/DVlmqCqJIB", "expanded_url": "https://en.wikipedia.org/wiki/Evan_Prodromou", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/1414632/big_snowy_street.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "444475", "geo_enabled": true, "followers_count": 3472, "location": "Montreal, Quebec, Canada", "screen_name": "evanpro", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 367, "name": "Evan Prodromou", "profile_use_background_image": true, "description": "Founder of @fuzzy_io, proud part of @500Startups family. Past founder of @wikitravel, @statusnet. Founding CTO of @breather.", "url": "https://t.co/DVlmqCqJIB", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658854945215524864/XjpP5nt5_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sat Mar 10 17:43:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658854945215524864/XjpP5nt5_normal.jpg", "favourites_count": 17595, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609250530422784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "swarmapp.com/c/7HtpQYkInPH", "url": "https://t.co/AObWsAng6f", "expanded_url": "https://www.swarmapp.com/c/7HtpQYkInPH", "indices": [52, 75]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:49:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": {"coordinates": [45.51942856, -73.58714291], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/36775d842cbec509.json", "country": "Canada", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-73.972965, 45.410095], [-73.473085, 45.410095], [-73.473085, 45.705566], [-73.972965, 45.705566]]], "type": "Polygon"}, "full_name": "Montr\u00e9al, Qu\u00e9bec", "contained_within": [], "country_code": "CA", "id": "36775d842cbec509", "name": "Montr\u00e9al"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609250530422784, "text": "End-of-week lift. (@ Nautilus Plus in Montr\u00e9al, QC) https://t.co/AObWsAng6f", "coordinates": {"coordinates": [-73.58714291, 45.51942856], "type": "Point"}, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Foursquare"}, "default_profile_image": false, "id": 876081, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/1414632/big_snowy_street.jpg", "statuses_count": 14346, "profile_banner_url": "https://pbs.twimg.com/profile_banners/876081/1418849529", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "13611", "following": false, "friends_count": 122, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "redmonk.com", "url": "http://t.co/3tt6ytJ0U7", "expanded_url": "http://redmonk.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "5E3321", "geo_enabled": false, "followers_count": 2283, "location": "The Internet", "screen_name": "redmonk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 150, "name": "RedMonk", "profile_use_background_image": true, "description": "We're a small, sharp industry analyst firm focused on people doing interesting stuff with technology. We are: @julianeleary, @monkchips, @sogrady, @tomraftery", "url": "http://t.co/3tt6ytJ0U7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/535852024/redmonk-cowl-icon-48x48_normal.jpg", "profile_background_color": "709397", "created_at": "Tue Nov 21 19:37:32 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/535852024/redmonk-cowl-icon-48x48_normal.jpg", "favourites_count": 67, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677279848230973440", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1O9e5Hl", "url": "https://t.co/3EsqpHx37C", "expanded_url": "http://ift.tt/1O9e5Hl", "indices": [58, 81]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 17 00:11:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677279848230973440, "text": "Monki Gras \u2013 The developer conference about craft culture https://t.co/3EsqpHx37C", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "IFTTT"}, "default_profile_image": false, "id": 13611, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 3514, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14639127", "following": false, "friends_count": 1639, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "451research.com/biography?eid=\u2026", "url": "https://t.co/Vdb2y81qyg", "expanded_url": "https://451research.com/biography?eid=859", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/544828538/x74045665e00a67b1248b78b5a69e99b.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "333333", "geo_enabled": true, "followers_count": 5999, "location": "Minneapolis", "screen_name": "dberkholz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 424, "name": "Donnie Berkholz", "profile_use_background_image": true, "description": "Research Director @451Research - Development, DevOps & IT Ops. Open-source developer. PhD biophysics. Beer lover. Passionate about data, code, and community.", "url": "https://t.co/Vdb2y81qyg", "profile_text_color": "0084B4", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/591673453754777600/k2rVd3F2_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sat May 03 16:19:04 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/591673453754777600/k2rVd3F2_normal.jpg", "favourites_count": 9460, "status": {"in_reply_to_status_id": 685598210883239936, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "danthompson_TN", "in_reply_to_user_id": 20341653, "in_reply_to_status_id_str": "685598210883239936", "in_reply_to_user_id_str": "20341653", "truncated": false, "id_str": "685598596398366720", "id": 685598596398366720, "text": "@danthompson_TN: We never truly outgrow stranger danger.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "danthompson_TN", "id_str": "20341653", "id": 20341653, "indices": [0, 15], "name": "Dan Thompson"}]}, "created_at": "Fri Jan 08 23:06:57 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14639127, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/544828538/x74045665e00a67b1248b78b5a69e99b.png", "statuses_count": 27573, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14639127/1423202091", "is_translator": false}, {"time_zone": "Europe/London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "61233", "following": false, "friends_count": 3383, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "monkchips.com", "url": "http://t.co/4rH6XD51qB", "expanded_url": "http://monkchips.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3623685/2474327370_974000ce25.jpg", "notifications": false, "profile_sidebar_fill_color": "C90D2E", "profile_link_color": "020219", "geo_enabled": true, "followers_count": 20648, "location": "London", "screen_name": "monkchips", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1581, "name": "Medea Fawning", "profile_use_background_image": true, "description": "Co-founder of @RedMonk and @shoreditchworks, organiser of @monkigras, which you should come to Jan 28/29 2016", "url": "http://t.co/4rH6XD51qB", "profile_text_color": "050505", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676347239518699520/mRAGOQdV_normal.jpg", "profile_background_color": "B21313", "created_at": "Tue Dec 12 17:35:55 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "DA1724", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676347239518699520/mRAGOQdV_normal.jpg", "favourites_count": 25995, "status": {"retweet_count": 18, "retweeted_status": {"retweet_count": 18, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684741098120429568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/@moonpolysoft/\u2026", "url": "https://t.co/hJCQg4bgZc", "expanded_url": "https://medium.com/@moonpolysoft/machine-learning-in-monitoring-is-bs-134e362faee2", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 14:19:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684741098120429568, "text": "hot take coming through https://t.co/hJCQg4bgZc", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593612256579584", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/@moonpolysoft/\u2026", "url": "https://t.co/hJCQg4bgZc", "expanded_url": "https://medium.com/@moonpolysoft/machine-learning-in-monitoring-is-bs-134e362faee2", "indices": [42, 65]}], "hashtags": [], "user_mentions": [{"screen_name": "moonpolysoft", "id_str": "14204623", "id": 14204623, "indices": [3, 16], "name": "Modafinil Duck"}]}, "created_at": "Fri Jan 08 22:47:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593612256579584, "text": "RT @moonpolysoft: hot take coming through https://t.co/hJCQg4bgZc", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 61233, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3623685/2474327370_974000ce25.jpg", "statuses_count": 87044, "profile_banner_url": "https://pbs.twimg.com/profile_banners/61233/1450351415", "is_translator": false}, {"time_zone": "Madrid", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "797835", "following": false, "friends_count": 4396, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/tomraftery", "url": "http://t.co/5mPSXU1T48", "expanded_url": "http://about.me/tomraftery", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/662781834/v3bhsw10kmfiifnoz9ru.jpeg", "notifications": false, "profile_sidebar_fill_color": "D9C8B2", "profile_link_color": "587410", "geo_enabled": true, "followers_count": 11890, "location": "Sevilla, Spain", "screen_name": "TomRaftery", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 837, "name": "Tom Raftery", "profile_use_background_image": true, "description": "Speaker, Blogger, Principal Analyst at GreenMonk (the Energy and Sustainability practice of industry analyst firm RedMonk). Opinions mine etc.", "url": "http://t.co/5mPSXU1T48", "profile_text_color": "355732", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654543874522763264/ttub9881_normal.jpg", "profile_background_color": "B38851", "created_at": "Tue Feb 27 11:18:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654543874522763264/ttub9881_normal.jpg", "favourites_count": 2946, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685521358508453888", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/omN5etq7R8Q?a", "url": "https://t.co/KUwhzfRgZH", "expanded_url": "http://youtu.be/omN5etq7R8Q?a", "indices": [34, 57]}], "hashtags": [], "user_mentions": [{"screen_name": "YouTube", "id_str": "10228272", "id": 10228272, "indices": [62, 70], "name": "YouTube"}]}, "created_at": "Fri Jan 08 18:00:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685521358508453888, "text": "Technology for Good - episode 82: https://t.co/KUwhzfRgZH via @YouTube", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Google"}, "default_profile_image": false, "id": 797835, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/662781834/v3bhsw10kmfiifnoz9ru.jpeg", "statuses_count": 52847, "profile_banner_url": "https://pbs.twimg.com/profile_banners/797835/1398243904", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43580317", "following": false, "friends_count": 111, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kegbot.org", "url": "https://t.co/JeweXBoTLE", "expanded_url": "https://kegbot.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1488, "location": "San Francisco, CA", "screen_name": "Kegbot", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Kegbot", "profile_use_background_image": true, "description": "Kegbot turns your beer kegerator into an awesomeness machine. Free and open source software - and now on Kickstarter!", "url": "https://t.co/JeweXBoTLE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1106200544/kegbot-icon-256_normal.png", "profile_background_color": "022330", "created_at": "Sat May 30 19:38:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1106200544/kegbot-icon-256_normal.png", "favourites_count": 164, "status": {"in_reply_to_status_id": 628332799204921345, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "eheydrick", "in_reply_to_user_id": 3169572185, "in_reply_to_status_id_str": "628332799204921345", "in_reply_to_user_id_str": "3169572185", "truncated": false, "id_str": "630038228469477376", "id": 630038228469477376, "text": "@eheydrick D'oh! All fixed, thanks for the head's up!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "eheydrick", "id_str": "3169572185", "id": 3169572185, "indices": [0, 10], "name": "Eric Heydrick"}]}, "created_at": "Sat Aug 08 15:29:53 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 43580317, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 461, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43580317/1385073894", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "1023611", "following": false, "friends_count": 192, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 691, "location": "Denver, CO, USA", "screen_name": "hildjj", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 47, "name": "Joe Hildebrand", "profile_use_background_image": true, "description": "Distinguished Engineer in Cisco's Cloud Collaboration Application Technology Group. Architecture for WebEx, Jabber, Social, etc.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/64785777/eye_100_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Mar 12 16:34:27 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/64785777/eye_100_normal.jpg", "favourites_count": 232, "status": {"in_reply_to_status_id": 669757790378786816, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "thisNatasha", "in_reply_to_user_id": 28321091, "in_reply_to_status_id_str": "669757790378786816", "in_reply_to_user_id_str": "28321091", "truncated": false, "id_str": "669875748082196481", "id": 669875748082196481, "text": "@thisNatasha @bortzmeyer @mnot still early days. Keep backups as you go.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thisNatasha", "id_str": "28321091", "id": 28321091, "indices": [0, 12], "name": "Natasha Rooney"}, {"screen_name": "bortzmeyer", "id_str": "75263632", "id": 75263632, "indices": [13, 24], "name": "St\u00e9phane Bortzmeyer"}, {"screen_name": "mnot", "id_str": "5832482", "id": 5832482, "indices": [25, 30], "name": "Mark Nottingham"}]}, "created_at": "Thu Nov 26 13:49:58 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1023611, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 2243, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "143883", "following": false, "friends_count": 589, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "redmonk.com/sogrady", "url": "http://t.co/NlsofJ8aQb", "expanded_url": "http://redmonk.com/sogrady", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/64321065/sunset.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 7415, "location": "Maine...probably", "screen_name": "sogrady", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 604, "name": "steve o'grady", "profile_use_background_image": true, "description": "i helped found RedMonk. if you see someone at a tech conference wearing a Red Sox hat, that's probably me. wrote @newkingmakers. married to @girltuesday. eph.", "url": "http://t.co/NlsofJ8aQb", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1753525764/image1326514302_normal.png", "profile_background_color": "9AE4E8", "created_at": "Fri Dec 22 01:53:11 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1753525764/image1326514302_normal.png", "favourites_count": 30838, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685563226143223809", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sogrady.org/2016/01/08/my-\u2026", "url": "https://t.co/9T7jPZcyTf", "expanded_url": "http://sogrady.org/2016/01/08/my-2015-in-pictures/", "indices": [80, 103]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:46:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685563226143223809, "text": "2015 was a year of ups and downs, a year i\u2019m grateful for. my 2015 in pictures: https://t.co/9T7jPZcyTf", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 143883, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/64321065/sunset.jpg", "statuses_count": 42833, "profile_banner_url": "https://pbs.twimg.com/profile_banners/143883/1400163495", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "54481001", "following": false, "friends_count": 142, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.notapaper.de", "url": "http://t.co/fWUrVqihzH", "expanded_url": "http://blog.notapaper.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "4C95ED", "geo_enabled": true, "followers_count": 191, "location": "Potsdam", "screen_name": "hannesrauhe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Hannes Rauhe", "profile_use_background_image": false, "description": "Hat-wearing Geek and researcher with social skills. Verteidiger des Genitivs", "url": "http://t.co/fWUrVqihzH", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/740331845/6361---Hannes_normal.png", "profile_background_color": "352726", "created_at": "Tue Jul 07 07:27:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/740331845/6361---Hannes_normal.png", "favourites_count": 62, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MatthiasKuphal", "in_reply_to_user_id": 457857280, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "457857280", "truncated": false, "id_str": "685166321366077440", "id": 685166321366077440, "text": "@MatthiasKuphal Prost Neujahr! Bist du morgen tags\u00fcber frei f\u00fcr alkoholfreie Biere oder dergleichen? Hab Urlaub. :-)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MatthiasKuphal", "id_str": "457857280", "id": 457857280, "indices": [0, 15], "name": "Matthias Kuphal"}]}, "created_at": "Thu Jan 07 18:29:15 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "de"}, "default_profile_image": false, "id": 54481001, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2773, "is_translator": false}], "next_cursor": 0, "previous_cursor": -1488949916577120071, "previous_cursor_str": "-1488949916577120071", "next_cursor_str": "0"}python-twitter-3.3/testdata/get_friends_ids.json000066400000000000000000000001471311017327200222330ustar00rootroot00000000000000{"ids":[372018022],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_friends_paged.json000066400000000000000000023540741311017327200225510ustar00rootroot00000000000000{"users": [{"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "18275645", "following": false, "friends_count": 118, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danluu.com", "url": "http://t.co/yAGxZQzkJc", "expanded_url": "http://danluu.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2884, "location": "Seattle, WA", "screen_name": "danluu", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Dan Luu", "profile_use_background_image": true, "description": "Hardware/software co-design @Microsoft. Previously @google, @recursecenter, and centaur.", "url": "http://t.co/yAGxZQzkJc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/526429203554525185/P5uadNbN_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Dec 21 00:21:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/526429203554525185/P5uadNbN_normal.png", "favourites_count": 624, "status": {"in_reply_to_status_id": 685537630235136000, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "danluu", "in_reply_to_user_id": 18275645, "in_reply_to_status_id_str": "685537630235136000", "in_reply_to_user_id_str": "18275645", "truncated": false, "id_str": "685539148292214784", "id": 685539148292214784, "text": "@twitter Meanwhile, automated bots have been tweeting every HN frontpage link for 3 years without getting flagged.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "twitter", "id_str": "783214", "id": 783214, "indices": [0, 8], "name": "Twitter"}]}, "created_at": "Fri Jan 08 19:10:44 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18275645, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 685, "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "16246973", "following": false, "friends_count": 142, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.scottlowe.org", "url": "http://t.co/EMI294FM8u", "expanded_url": "http://blog.scottlowe.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 22381, "location": "Denver, CO, USA", "screen_name": "scott_lowe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 989, "name": "Scott S. Lowe", "profile_use_background_image": true, "description": "An IT pro specializing in virtualization, networking, open source, & cloud computing; currently working for a leading virtualization vendor (tweets are mine)", "url": "http://t.co/EMI294FM8u", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/2164976052/gravatar_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Sep 11 20:17:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2164976052/gravatar_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597324853161984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "networkworld.com/article/301666\u2026", "url": "https://t.co/Y5HBdGgEor", "expanded_url": "http://www.networkworld.com/article/3016668/virtualization/tribune-media-rebuilds-it-from-the-ground-up-and-is-living-the-dream.html", "indices": [99, 122]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:01:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597324853161984, "text": "With everything s/w controlled ... VMware\u2019s NSX offsets the need for more than $1m of network gear https://t.co/Y5HBdGgEor", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597548321505280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "networkworld.com/article/301666\u2026", "url": "https://t.co/Y5HBdGgEor", "expanded_url": "http://www.networkworld.com/article/3016668/virtualization/tribune-media-rebuilds-it-from-the-ground-up-and-is-living-the-dream.html", "indices": [118, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "martin_casado", "id_str": "16591288", "id": 16591288, "indices": [3, 17], "name": "martin_casado"}]}, "created_at": "Fri Jan 08 23:02:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597548321505280, "text": "RT @martin_casado: With everything s/w controlled ... VMware\u2019s NSX offsets the need for more than $1m of network gear https://t.co/Y5HBdGgE\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 16246973, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 34402, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6981492", "following": false, "friends_count": 178, "entities": {"description": {"urls": [{"display_url": "Postlight.com", "url": "http://t.co/AxJX6dV8Ig", "expanded_url": "http://Postlight.com", "indices": [21, 43]}]}, "url": {"urls": [{"display_url": "ftrain.com", "url": "http://t.co/6afN702mgr", "expanded_url": "http://ftrain.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000068059714/61a35f1700171d2eeb06d94526930818.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 32171, "location": "Brooklyn, New York, USA", "screen_name": "ftrain", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1452, "name": "Paul Ford", "profile_use_background_image": true, "description": "(1974\u2013 ) Co-founder, http://t.co/AxJX6dV8Ig. Writing a book about web pages for FSG. Contact ford@ftrain.com if you spot a typo.", "url": "http://t.co/6afN702mgr", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3363818792/c90e33ccf22e3146d5cd871ce561795a_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jun 21 01:11:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3363818792/c90e33ccf22e3146d5cd871ce561795a_normal.png", "favourites_count": 20008, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682597070751035392", "id": 682597070751035392, "text": "2016 resolution: Get off Twitter, for all but writing-promotional purposes, until I lose 32 pounds, one for every thousand followers.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 16:19:58 +0000 2015", "source": "Twitter Web Client", "favorite_count": 58, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6981492, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000068059714/61a35f1700171d2eeb06d94526930818.png", "statuses_count": 29820, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6981492/1362958335", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2266469498", "following": false, "friends_count": 344, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.samwhited.com", "url": "https://t.co/FVESgX6vVp", "expanded_url": "https://blog.samwhited.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000158711466/Nxj8oXfB.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "9ABB59", "geo_enabled": true, "followers_count": 97, "location": "Austin, TX", "screen_name": "SamWhited", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Sam Whited", "profile_use_background_image": true, "description": "Sometimes I tweet things, but mostly I don't.", "url": "https://t.co/FVESgX6vVp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/625877273783087104/0zuhLzjs_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sat Dec 28 21:36:45 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625877273783087104/0zuhLzjs_normal.jpg", "favourites_count": 68, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683367861557956608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/linode/status/\u2026", "url": "https://t.co/ChRPqTJULN", "expanded_url": "https://twitter.com/linode/status/683366718798954496", "indices": [86, 109]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 19:22:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683367861557956608, "text": "I have not been able to maintain a persistant TCP connection with my Linodes in Days\u2026 https://t.co/ChRPqTJULN", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2266469498, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000158711466/Nxj8oXfB.png", "statuses_count": 708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2266469498/1388268061", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6815762", "following": false, "friends_count": 825, "entities": {"description": {"urls": [{"display_url": "lasp-lang.org", "url": "https://t.co/SvIEg6a8n1", "expanded_url": "http://lasp-lang.org", "indices": [60, 83]}]}, "url": {"urls": [{"display_url": "christophermeiklejohn.com", "url": "https://t.co/OteoESj7H9", "expanded_url": "http://christophermeiklejohn.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "4E5A5E", "geo_enabled": true, "followers_count": 3106, "location": "San Francisco, CA", "screen_name": "cmeik", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 155, "name": "Christophe le fou", "profile_use_background_image": true, "description": "building programming languages for distributed computation; https://t.co/SvIEg6a8n1", "url": "https://t.co/OteoESj7H9", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597155081704775680/ZkcwYKee_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu Jun 14 16:35:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597155081704775680/ZkcwYKee_normal.jpg", "favourites_count": 38349, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/8fa6d7a33b83ef26.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.2092535, 35.984784], [-115.0610763, 35.984784], [-115.0610763, 36.137145], [-115.2092535, 36.137145]]], "type": "Polygon"}, "full_name": "Paradise, NV", "contained_within": [], "country_code": "US", "id": "8fa6d7a33b83ef26", "name": "Paradise"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685629512961245184", "id": 685629512961245184, "text": "[checking in to hotel]\n\"The IEEE? That's the porn conference, right?\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:09:48 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 7, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6815762, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 49789, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6815762/1420224089", "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "17616622", "following": false, "friends_count": 332, "entities": {"description": {"urls": [{"display_url": "locust.io", "url": "http://t.co/TQXEGLwCis", "expanded_url": "http://locust.io", "indices": [78, 100]}, {"display_url": "heyevent.com", "url": "http://t.co/0DMoIMMGYB", "expanded_url": "http://heyevent.com", "indices": [102, 124]}, {"display_url": "boutiquehotel.me", "url": "http://t.co/UVjwCLqJWP", "expanded_url": "http://boutiquehotel.me", "indices": [137, 159]}]}, "url": {"urls": [{"display_url": "heyman.info", "url": "http://t.co/OJuVdsnIXQ", "expanded_url": "http://heyman.info", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1063, "location": "Sweden", "screen_name": "jonatanheyman", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Jonatan Heyman", "profile_use_background_image": true, "description": "I'm a developer and I Iike to build stuff. I love Python. Author of @locustio http://t.co/TQXEGLwCis, http://t.co/0DMoIMMGYB, @ronigame, http://t.co/UVjwCLqJWP", "url": "http://t.co/OJuVdsnIXQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/583295810479128577/n_QmuNUu_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 25 10:15:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/583295810479128577/n_QmuNUu_normal.jpg", "favourites_count": 112, "status": {"retweet_count": 32, "retweeted_status": {"retweet_count": 32, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581797850279937", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:00:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581797850279937, "text": "My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 33, "contributors": null, "source": "Mobile Web (M5)"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685587786120970241", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "tomdale", "id_str": "668863", "id": 668863, "indices": [3, 11], "name": "Tom Dale"}]}, "created_at": "Fri Jan 08 22:24:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685587786120970241, "text": "RT @tomdale: My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 17616622, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 996, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17616622/1397123585", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "290900886", "following": false, "friends_count": 28, "entities": {"description": {"urls": [{"display_url": "hashicorp.com/atlas", "url": "https://t.co/3rYtQZlVFj", "expanded_url": "https://hashicorp.com/atlas", "indices": [75, 98]}]}, "url": {"urls": [{"display_url": "hashicorp.com", "url": "https://t.co/ny0Vs9IMpz", "expanded_url": "https://hashicorp.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "48B4FB", "geo_enabled": false, "followers_count": 10680, "location": "San Francisco, CA", "screen_name": "hashicorp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 326, "name": "HashiCorp", "profile_use_background_image": false, "description": "We build Vagrant, Packer, Serf, Consul, Terraform, Vault, Nomad, Otto, and https://t.co/3rYtQZlVFj. We love developers, ops, and are obsessed with automation.", "url": "https://t.co/ny0Vs9IMpz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/525656622308143104/0pPm3Eov_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sun May 01 04:14:30 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/525656622308143104/0pPm3Eov_normal.png", "favourites_count": 23, "status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685602742769876992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/hashicorp/terr\u2026", "url": "https://t.co/QjiHQfLdQF", "expanded_url": "https://github.com/hashicorp/terraform/blob/v0.6.9/CHANGELOG.md#069-january-8-2016", "indices": [90, 113]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:23:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685602742769876992, "text": "Terraform 0.6.9 has been released! 5 new providers and a long list of features and fixes: https://t.co/QjiHQfLdQF", "coordinates": null, "retweeted": false, "favorite_count": 14, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 290900886, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 715, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1229010770", "following": false, "friends_count": 15, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kimh.github.io", "url": "http://t.co/rOoCzBI0Uk", "expanded_url": "http://kimh.github.io/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 24, "location": "", "screen_name": "kimhirokuni", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Kim, Hirokuni", "profile_use_background_image": true, "description": "", "url": "http://t.co/rOoCzBI0Uk", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469626023059791874/9yBE3_hO_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 01 04:35:59 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469626023059791874/9yBE3_hO_normal.jpeg", "favourites_count": 4, "status": {"retweet_count": 14, "retweeted_status": {"retweet_count": 14, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684163973390974976", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 169, "resize": "fit"}, "large": {"w": 799, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 298, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "type": "photo", "indices": [95, 118], "media_url": "http://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "display_url": "pic.twitter.com/VEpSVWgnhn", "id_str": "684163973206421509", "expanded_url": "http://twitter.com/circleci/status/684163973390974976/photo/1", "id": 684163973206421509, "url": "https://t.co/VEpSVWgnhn"}], "symbols": [], "urls": [{"display_url": "circle.ci/1YyS1W6", "url": "https://t.co/Mil1rt44Ve", "expanded_url": "http://circle.ci/1YyS1W6", "indices": [71, 94]}], "hashtags": [], "user_mentions": [{"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [16, 25], "name": "CircleCI"}]}, "created_at": "Tue Jan 05 00:06:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684163973390974976, "text": "We're launching @CircleCI Office Hours in 2016. Check it out and RSVP! https://t.co/Mil1rt44Ve https://t.co/VEpSVWgnhn", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684249491948490752", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 169, "resize": "fit"}, "large": {"w": 799, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 298, "resize": "fit"}}, "source_status_id_str": "684163973390974976", "media_url": "http://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "source_user_id_str": "381223731", "id_str": "684163973206421509", "id": 684163973206421509, "media_url_https": "https://pbs.twimg.com/media/CX6jgj8WsAUagsq.png", "type": "photo", "indices": [109, 132], "source_status_id": 684163973390974976, "source_user_id": 381223731, "display_url": "pic.twitter.com/VEpSVWgnhn", "expanded_url": "http://twitter.com/circleci/status/684163973390974976/photo/1", "url": "https://t.co/VEpSVWgnhn"}], "symbols": [], "urls": [{"display_url": "circle.ci/1YyS1W6", "url": "https://t.co/Mil1rt44Ve", "expanded_url": "http://circle.ci/1YyS1W6", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [3, 12], "name": "CircleCI"}, {"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [30, 39], "name": "CircleCI"}]}, "created_at": "Tue Jan 05 05:46:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684249491948490752, "text": "RT @circleci: We're launching @CircleCI Office Hours in 2016. Check it out and RSVP! https://t.co/Mil1rt44Ve https://t.co/VEpSVWgnhn", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1229010770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 56, "is_translator": false}, {"time_zone": "Madrid", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "311029627", "following": false, "friends_count": 173, "entities": {"description": {"urls": [{"display_url": "keybase.io/alexey_ch", "url": "http://t.co/3wRCyfslLs", "expanded_url": "http://keybase.io/alexey_ch", "indices": [56, 78]}]}, "url": {"urls": [{"display_url": "alexey.ch", "url": "http://t.co/sGSgRzEPYs", "expanded_url": "http://alexey.ch", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/852340814/642366d5914695f7132f91b6b31e718f.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 230, "location": "Sant Cugat del Vall\u00e8s", "screen_name": "alexey_am_i", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Alexey", "profile_use_background_image": true, "description": "bites and bytes / chief bash script officer @circleci / http://t.co/3wRCyfslLs", "url": "http://t.co/sGSgRzEPYs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/426597567896367105/nkzLbTFM_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Sat Jun 04 19:35:45 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/426597567896367105/nkzLbTFM_normal.jpeg", "favourites_count": 2099, "status": {"in_reply_to_status_id": 685505979270574080, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "KrauseFx", "in_reply_to_user_id": 50055757, "in_reply_to_status_id_str": "685505979270574080", "in_reply_to_user_id_str": "50055757", "truncated": false, "id_str": "685506452614688768", "id": 685506452614688768, "text": "@KrauseFx Nice screenshot :D", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "KrauseFx", "id_str": "50055757", "id": 50055757, "indices": [0, 9], "name": "Felix Krause"}]}, "created_at": "Fri Jan 08 17:00:49 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 311029627, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/852340814/642366d5914695f7132f91b6b31e718f.jpeg", "statuses_count": 10759, "profile_banner_url": "https://pbs.twimg.com/profile_banners/311029627/1366924833", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "810781", "following": false, "friends_count": 370, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "unwiredcouch.com", "url": "https://t.co/AlM3lgSG3F", "expanded_url": "https://unwiredcouch.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": false, "followers_count": 1872, "location": "probably Brooklyn or Freiburg", "screen_name": "mrtazz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 103, "name": "Daniel Schauenberg", "profile_use_background_image": true, "description": "Infrastructure Toolsmith at Etsy. A Cheap Trick and a Cheesy One-Liner. I own 100% of my opinions. Feminist.", "url": "https://t.co/AlM3lgSG3F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629425130465267712/toPYRZFS_normal.jpg", "profile_background_color": "FFF04D", "created_at": "Sun Mar 04 21:17:02 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629425130465267712/toPYRZFS_normal.jpg", "favourites_count": 7996, "status": {"in_reply_to_status_id": 685561412450562048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jmhodges", "in_reply_to_user_id": 9267272, "in_reply_to_status_id_str": "685561412450562048", "in_reply_to_user_id_str": "9267272", "truncated": false, "id_str": "685565956836487168", "id": 685565956836487168, "text": "@jmhodges the important bit is to understand when and how and learn from it", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jmhodges", "id_str": "9267272", "id": 9267272, "indices": [0, 9], "name": "Jeff Hodges"}]}, "created_at": "Fri Jan 08 20:57:15 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 810781, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 17494, "profile_banner_url": "https://pbs.twimg.com/profile_banners/810781/1374119286", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "166282004", "following": false, "friends_count": 131, "entities": {"description": {"urls": [{"display_url": "scotthel.me/PGP", "url": "http://t.co/gL8cUpGdUF", "expanded_url": "http://scotthel.me/PGP", "indices": [137, 159]}]}, "url": {"urls": [{"display_url": "scotthelme.co.uk", "url": "https://t.co/amYoJQqVCA", "expanded_url": "https://scotthelme.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000133452638/VGrnAEEE.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "2971FF", "geo_enabled": false, "followers_count": 1586, "location": "UK", "screen_name": "Scott_Helme", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 94, "name": "Scott Helme", "profile_use_background_image": false, "description": "Information Security Consultant, blogger, builder of things. Creator of @reporturi and @securityheaders. I want to secure the entire web http://t.co/gL8cUpGdUF", "url": "https://t.co/amYoJQqVCA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000539588600/98ae7e835cc7a03a70d59a1b4a31b264_normal.png", "profile_background_color": "F5F8FA", "created_at": "Tue Jul 13 19:42:08 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000539588600/98ae7e835cc7a03a70d59a1b4a31b264_normal.png", "favourites_count": 488, "status": {"retweet_count": 130, "retweeted_status": {"retweet_count": 130, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684262306956443648", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "securityheaders.io", "url": "https://t.co/tFn2HCB6YS", "expanded_url": "https://securityheaders.io/", "indices": [71, 94]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 06:37:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684262306956443648, "text": "SecurityHeaders.io analyzes a website\u2019s security-related HTTP headers. https://t.co/tFn2HCB6YS", "coordinates": null, "retweeted": false, "favorite_count": 261, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685607128095154176", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "securityheaders.io", "url": "https://t.co/tFn2HCB6YS", "expanded_url": "https://securityheaders.io/", "indices": [88, 111]}], "hashtags": [], "user_mentions": [{"screen_name": "smashingmag", "id_str": "15736190", "id": 15736190, "indices": [3, 15], "name": "Smashing Magazine"}]}, "created_at": "Fri Jan 08 23:40:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685607128095154176, "text": "RT @smashingmag: SecurityHeaders.io analyzes a website\u2019s security-related HTTP headers. https://t.co/tFn2HCB6YS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 166282004, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000133452638/VGrnAEEE.jpeg", "statuses_count": 5651, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166282004/1421676770", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13734442", "following": false, "friends_count": 700, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "entropystream.net", "url": "http://t.co/jHZOamrEt4", "expanded_url": "http://entropystream.net", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "193FFF", "geo_enabled": false, "followers_count": 906, "location": "Seattle WA", "screen_name": "blueben", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "Ben Macguire", "profile_use_background_image": false, "description": "Ops Engineer, Music, RF, Puppies.", "url": "http://t.co/jHZOamrEt4", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674515606419324928/8cnzA0WY_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Feb 20 19:12:44 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674515606419324928/8cnzA0WY_normal.jpg", "favourites_count": 497, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685121298100424704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIKLxDUAAEfw_T.jpg", "type": "photo", "indices": [34, 57], "media_url": "http://pbs.twimg.com/media/CYIKLxDUAAEfw_T.jpg", "display_url": "pic.twitter.com/yJ5odOn9OQ", "id_str": "685121290575806465", "expanded_url": "http://twitter.com/blueben/status/685121298100424704/photo/1", "id": 685121290575806465, "url": "https://t.co/yJ5odOn9OQ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 15:30:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685121298100424704, "text": "Slightly foggy in Salt Lake City. https://t.co/yJ5odOn9OQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 13734442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 14940, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3237083798", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bgpstream.com", "url": "https://t.co/gdCAgJZFwt", "expanded_url": "https://bgpstream.com/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1378, "location": "", "screen_name": "bgpstream", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "bgpstream", "profile_use_background_image": true, "description": "BGPStream is a free resource for receiving alerts about BGP hijacks and large scale outages. Brought to you by @bgpmon", "url": "https://t.co/gdCAgJZFwt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624352416054415360/wT-HbVJa_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jun 05 15:28:16 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624352416054415360/wT-HbVJa_normal.png", "favourites_count": 4, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685604760662196224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bgpstream.com/event/16414", "url": "https://t.co/Fwvyew4hhY", "expanded_url": "http://bgpstream.com/event/16414", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:31:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685604760662196224, "text": "BGP,OT,52742,INTERNET,-,Outage affected 15 prefixes, https://t.co/Fwvyew4hhY", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "BGPStream"}, "default_profile_image": false, "id": 3237083798, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3555, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3237083798/1437676409", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "507922769", "following": false, "friends_count": 295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waterpigs.co.uk", "url": "https://t.co/NTbafUKQZe", "expanded_url": "https://waterpigs.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/439231433/TwitterBack.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 331, "location": "Reykjav\u00edk, Iceland", "screen_name": "BarnabyWalters", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Barnaby Walters", "profile_use_background_image": true, "description": "Music/tech minded individual. Trained as a luthier, working on web surveys at V\u00edsar, Iceland. Building the #indieweb of the future. Hiking, climbing, gurdying.", "url": "https://t.co/NTbafUKQZe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684113513653137408/ddU8r9vj_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Feb 28 21:07:29 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684113513653137408/ddU8r9vj_normal.jpg", "favourites_count": 2198, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684845666649157632", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "waterpigs.co.uk/img/2016-01-06\u2026", "url": "https://t.co/7wSqHpJZYS", "expanded_url": "https://waterpigs.co.uk/img/2016-01-06-bubbles.gif", "indices": [36, 59]}, {"display_url": "waterpigs.co.uk/notes/4f6MF3/", "url": "https://t.co/5L2Znu5Ack", "expanded_url": "https://waterpigs.co.uk/notes/4f6MF3/", "indices": [62, 85]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 21:15:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684845666649157632, "text": "A little preparation for tomorrow\u2026\n\nhttps://t.co/7wSqHpJZYS\n (https://t.co/5L2Znu5Ack)", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Waterpigs.co.uk"}, "default_profile_image": false, "id": 507922769, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/439231433/TwitterBack.jpg", "statuses_count": 3559, "profile_banner_url": "https://pbs.twimg.com/profile_banners/507922769/1348091343", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "235193328", "following": false, "friends_count": 129, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "indiewebcamp.com", "url": "http://t.co/Lhpx03ubrJ", "expanded_url": "http://indiewebcamp.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 782, "location": "Portland, Oregon", "screen_name": "indiewebcamp", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "IndieWebCamp", "profile_use_background_image": true, "description": "Rather than posting content on 3rd-party silos, we should all begin owning our data when we create it.", "url": "http://t.co/Lhpx03ubrJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1386078425/indiewebcamp_logo_color_twitter_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Jan 07 15:53:54 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1386078425/indiewebcamp_logo_color_twitter_normal.png", "favourites_count": 1154, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685273812682719233", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "zeldman.com/2016/01/05/139\u2026", "url": "https://t.co/kMiWh7ufuW", "expanded_url": "http://www.zeldman.com/2016/01/05/13913/", "indices": [104, 127]}], "hashtags": [{"text": "indieweb", "indices": [128, 137]}], "user_mentions": []}, "created_at": "Fri Jan 08 01:36:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685273812682719233, "text": "\u201cAs Maimonides, were he alive today, would tell us: he who excludes a single user destroys a universe.\u201d https://t.co/kMiWh7ufuW #indieweb", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685306865635336192", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "zeldman.com/2016/01/05/139\u2026", "url": "https://t.co/kMiWh7ufuW", "expanded_url": "http://www.zeldman.com/2016/01/05/13913/", "indices": [120, 140]}], "hashtags": [{"text": "indieweb", "indices": [139, 140]}], "user_mentions": [{"screen_name": "kevinmarks", "id_str": "57203", "id": 57203, "indices": [3, 14], "name": "Kevin Marks"}]}, "created_at": "Fri Jan 08 03:47:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685306865635336192, "text": "RT @kevinmarks: \u201cAs Maimonides, were he alive today, would tell us: he who excludes a single user destroys a universe.\u201d https://t.co/kMiWh7\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 235193328, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 151, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1183041", "following": false, "friends_count": 335, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wilwheaton.net/2009/02/what-t\u2026", "url": "http://t.co/UAYYOhbijM", "expanded_url": "http://wilwheaton.net/2009/02/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/871683408/62c85b46792dfe6bfd16420b71646cdb.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "F6101E", "geo_enabled": false, "followers_count": 2966166, "location": "Los Angeles", "screen_name": "wilw", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 38875, "name": "Wil Wheaton", "profile_use_background_image": true, "description": "Barrelslayer. Time Lord. Fake geek girl. On a good day I am charming as fuck.", "url": "http://t.co/UAYYOhbijM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660891140418236416/7zeCwT9K_normal.png", "profile_background_color": "022330", "created_at": "Wed Mar 14 21:25:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660891140418236416/7zeCwT9K_normal.png", "favourites_count": 445, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685630321258172416", "id": 685630321258172416, "text": "LOS ANGELES you really want to see what's left of this sunset.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:13:01 +0000 2016", "source": "Tweetings for Android", "favorite_count": 11, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1183041, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/871683408/62c85b46792dfe6bfd16420b71646cdb.png", "statuses_count": 60971, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1183041/1368668860", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24184180", "following": false, "friends_count": 150, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/433335665065861121/PZ-P25rK.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "004A05", "geo_enabled": true, "followers_count": 283, "location": "", "screen_name": "xanderdumaine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 31, "name": "Xander Dumaine", "profile_use_background_image": true, "description": "still trying. sometimes I have Opinions\u2122 which are my own, and do not represent my employer. Retweets do not imply endorsement.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681300007044136960/l64DzyPy_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Mar 13 14:59:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681300007044136960/l64DzyPy_normal.jpg", "favourites_count": 1252, "status": {"retweet_count": 0, "in_reply_to_user_id": 237534782, "possibly_sensitive": false, "id_str": "685584914973089792", "in_reply_to_user_id_str": "237534782", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/necrosofty/sta\u2026", "url": "https://t.co/9jl9UNHv0s", "expanded_url": "https://twitter.com/necrosofty/status/685270713792466944", "indices": [13, 36]}], "hashtags": [], "user_mentions": [{"screen_name": "MattCheely", "id_str": "237534782", "id": 237534782, "indices": [0, 11], "name": "Matt Cheely"}]}, "created_at": "Fri Jan 08 22:12:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0122292c5bc9ff29.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-78.881022, 35.796927], [-78.786799, 35.796927], [-78.786799, 35.870756], [-78.881022, 35.870756]]], "type": "Polygon"}, "full_name": "Morrisville, NC", "contained_within": [], "country_code": "US", "id": "0122292c5bc9ff29", "name": "Morrisville"}, "in_reply_to_screen_name": "MattCheely", "in_reply_to_status_id_str": null, "truncated": false, "id": 685584914973089792, "text": "@MattCheely https://t.co/9jl9UNHv0s", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 24184180, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/433335665065861121/PZ-P25rK.jpeg", "statuses_count": 18329, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24184180/1452092382", "is_translator": false}, {"time_zone": "Melbourne", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "79227302", "following": false, "friends_count": 30, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fastmail.com", "url": "https://t.co/ckOsRTyp9h", "expanded_url": "https://www.fastmail.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "44567E", "geo_enabled": true, "followers_count": 5651, "location": "Melbourne, Australia", "screen_name": "FastMailFM", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 239, "name": "FastMail", "profile_use_background_image": true, "description": "Email, calendars and contacts done right.", "url": "https://t.co/ckOsRTyp9h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456300051074002945/Ege_GBkr_normal.png", "profile_background_color": "022330", "created_at": "Fri Oct 02 16:49:48 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456300051074002945/Ege_GBkr_normal.png", "favourites_count": 293, "status": {"in_reply_to_status_id": 685607110684454912, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "chrisWhite", "in_reply_to_user_id": 7804242, "in_reply_to_status_id_str": "685607110684454912", "in_reply_to_user_id_str": "7804242", "truncated": false, "id_str": "685610756151230464", "id": 685610756151230464, "text": "@chrisWhite No the subject tagging is independent. You can turn it off in Advaced \u2192 Spam Preferences.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chrisWhite", "id_str": "7804242", "id": 7804242, "indices": [0, 11], "name": "Chris White"}]}, "created_at": "Fri Jan 08 23:55:16 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 79227302, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2194, "profile_banner_url": "https://pbs.twimg.com/profile_banners/79227302/1403516751", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2209238580", "following": false, "friends_count": 2044, "entities": {"description": {"urls": [{"display_url": "github.com/StackStorm/st2", "url": "https://t.co/sd2EyabsN0", "expanded_url": "https://github.com/StackStorm/st2", "indices": [100, 123]}]}, "url": {"urls": [{"display_url": "stackstorm.com", "url": "http://t.co/5oR6MbHPSq", "expanded_url": "http://www.stackstorm.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2407, "location": "Palo Alto, CA", "screen_name": "Stack_Storm", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 110, "name": "StackStorm", "profile_use_background_image": true, "description": "Event driven operations. Sometimes called IFTTT for IT ops. Open source. Auto-remediation and more.\nhttps://t.co/sd2EyabsN0", "url": "http://t.co/5oR6MbHPSq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/422857096665649152/VaMFEyf3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Nov 22 16:42:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/422857096665649152/VaMFEyf3_normal.jpeg", "favourites_count": 548, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685551803044249600", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "redd.it/3ztcla", "url": "https://t.co/C6Wa98PSra", "expanded_url": "https://redd.it/3ztcla", "indices": [92, 115]}], "hashtags": [{"text": "chatops", "indices": [20, 28]}], "user_mentions": []}, "created_at": "Fri Jan 08 20:01:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685551803044249600, "text": "Anyone want to talk #chatops and remediation? U know u want to. It is Friday after all... https://t.co/C6Wa98PSra", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685561768551186432", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "redd.it/3ztcla", "url": "https://t.co/C6Wa98PSra", "expanded_url": "https://redd.it/3ztcla", "indices": [108, 131]}], "hashtags": [{"text": "chatops", "indices": [36, 44]}], "user_mentions": [{"screen_name": "epowell101", "id_str": "15119662", "id": 15119662, "indices": [3, 14], "name": "Evan Powell"}]}, "created_at": "Fri Jan 08 20:40:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685561768551186432, "text": "RT @epowell101: Anyone want to talk #chatops and remediation? U know u want to. It is Friday after all... https://t.co/C6Wa98PSra", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2209238580, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1667, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2209238580/1414949794", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "160640740", "following": false, "friends_count": 1203, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/marcomorain", "url": "https://t.co/QNDuJQAZ6V", "expanded_url": "https://github.com/marcomorain", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 503, "location": "Dublin, Ireland", "screen_name": "atmarc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Marc O'Merriment", "profile_use_background_image": true, "description": "Developer at @CircleCI Previously Swrve, Havok and Kore Virtual Machines.", "url": "https://t.co/QNDuJQAZ6V", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649567428003917824/CkcjJPzf_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Mon Jun 28 19:06:33 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649567428003917824/CkcjJPzf_normal.jpg", "favourites_count": 3499, "status": {"retweet_count": 32, "retweeted_status": {"retweet_count": 32, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685581797850279937", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:00:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685581797850279937, "text": "My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 33, "contributors": null, "source": "Mobile Web (M5)"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685582745637109760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.twitter.com/mjasay/status/\u2026", "url": "https://t.co/V9CWXyC8lL", "expanded_url": "https://mobile.twitter.com/mjasay/status/685581006875824128", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "tomdale", "id_str": "668863", "id": 668863, "indices": [3, 11], "name": "Tom Dale"}]}, "created_at": "Fri Jan 08 22:03:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685582745637109760, "text": "RT @tomdale: My fear of flying has never been higher. https://t.co/V9CWXyC8lL", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 160640740, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 4682, "profile_banner_url": "https://pbs.twimg.com/profile_banners/160640740/1398359765", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13470", "following": false, "friends_count": 1409, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sauria.com/blog", "url": "http://t.co/UB3y8QBrA6", "expanded_url": "http://www.sauria.com/blog", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 2849, "location": "Bainbridge Island, WA", "screen_name": "twleung", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 218, "name": "Ted Leung", "profile_use_background_image": true, "description": "photographs, modern programming languages, embedded systems, and commons based peer production. Leading the Playmation software team at The Walt Disney Company.", "url": "http://t.co/UB3y8QBrA6", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/14906322/1000218048_bb8c72ecaa_o_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Nov 21 09:23:47 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/14906322/1000218048_bb8c72ecaa_o_normal.jpg", "favourites_count": 4072, "status": {"in_reply_to_status_id": 684776564093931521, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jaxzin", "in_reply_to_user_id": 14320521, "in_reply_to_status_id_str": "684776564093931521", "in_reply_to_user_id_str": "14320521", "truncated": false, "id_str": "684784895512584192", "id": 684784895512584192, "text": "@jaxzin what do you think is the magic price point?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jaxzin", "id_str": "14320521", "id": 14320521, "indices": [0, 7], "name": "Brian R. Jackson"}]}, "created_at": "Wed Jan 06 17:13:36 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13470, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 9358, "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "50599894", "following": false, "friends_count": 1352, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 955, "location": "Paris, France", "screen_name": "nyconyco", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 72, "name": "Nicolas V\u00e9rit\u00e9, N\u00ffco", "profile_use_background_image": true, "description": "Product Owner @ErlangSolutions, President at @LinuxFrOrg #FLOSS #OpenSource #TheOpenOrg #Agile #LeanStartup #DesignThinking #GrowthHacking", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661500699356844032/n70KmEZe_normal.jpg", "profile_background_color": "131516", "created_at": "Thu Jun 25 09:26:17 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661500699356844032/n70KmEZe_normal.jpg", "favourites_count": 343, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685537987355111426", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1O8FVAd", "url": "https://t.co/IxvtPzMNtO", "expanded_url": "http://buff.ly/1O8FVAd", "indices": [114, 137]}], "hashtags": [{"text": "Startups", "indices": [2, 11]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:06:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685537987355111426, "text": "8 #Startups, 4 IPO's, Lost $35m of Investors Money to Paying Them Back $1b Each! Startup Lessons From Steve Blank https://t.co/IxvtPzMNtO", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 50599894, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 4281, "profile_banner_url": "https://pbs.twimg.com/profile_banners/50599894/1358775155", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "106621747", "following": false, "friends_count": 100, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/797868025/7677bb2d37eba940bd0a59afa52ffd3d.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "B30645", "geo_enabled": true, "followers_count": 734, "location": "", "screen_name": "KalieCatt", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 40, "name": "Kalie Fry", "profile_use_background_image": true, "description": "director of engagement marketing at @gomcmkt. wordsmith. social media jedi. closet creative. coffee connoisseur. classic novel enthusiast.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658858527830634496/lrGCavd-_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Jan 20 04:01:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658858527830634496/lrGCavd-_normal.png", "favourites_count": 6311, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685351275647516672", "id": 685351275647516672, "text": "So, I've been in an emoji formula battle all day and need to phone a friend. Want to help me solve?\n\n\u2754\u2795\u2702\ufe0f=\u2753\n\u2754\u2795\ud83c\uddf3\ud83c\uddec= \u2753\u2753\n\u2754\u2754\u2795(\u2796\ud83c\udf32\u2795\ud83d\udd34\u2795\ud83c\udf41)=\u2753\u2753", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 06:44:11 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 106621747, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/797868025/7677bb2d37eba940bd0a59afa52ffd3d.jpeg", "statuses_count": 2130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/106621747/1430221319", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "459492917", "following": false, "friends_count": 3657, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "howhackersthink.com", "url": "http://t.co/IBghUiKudG", "expanded_url": "http://www.howhackersthink.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3816, "location": "Washington, DC", "screen_name": "HowHackersThink", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 178, "name": "HowHackersThink", "profile_use_background_image": true, "description": "Hacker. Consultant. Cyber Strategist. Writer. Professor. Public speaker. Researcher. Innovator. Advocate. All tweets and views are my own.", "url": "http://t.co/IBghUiKudG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494933969540890625/-N6wYTfb_normal.jpeg", "profile_background_color": "022330", "created_at": "Mon Jan 09 18:43:40 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494933969540890625/-N6wYTfb_normal.jpeg", "favourites_count": 693, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684614746486759424", "id": 684614746486759424, "text": "The most complex things in this life: the mind and the universe. I study the mind on my way to understanding the universe. #HowHackersThink", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "HowHackersThink", "indices": [123, 139]}], "user_mentions": []}, "created_at": "Wed Jan 06 05:57:29 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 459492917, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2888, "profile_banner_url": "https://pbs.twimg.com/profile_banners/459492917/1436656035", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "110735547", "following": false, "friends_count": 514, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 162, "location": "Camden, ME", "screen_name": "kjstone00", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "Kevin Stone", "profile_use_background_image": true, "description": "dad, ops, monitoring, dogs, cats, chickens. Fledgling home brewer. Living life the way it should be in Maine", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553027509684826112/qBQdjLwy_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 02 15:59:41 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553027509684826112/qBQdjLwy_normal.jpeg", "favourites_count": 421, "status": {"retweet_count": 3, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685560813327925248", "id": 685560813327925248, "text": "\"mistakes will happen; negligence cannot\" /via @jeffbonwick 1994. #beforeDevopsWasDevops", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "beforeDevopsWasDevops", "indices": [66, 88]}], "user_mentions": [{"screen_name": "jeffbonwick", "id_str": "377264079", "id": 377264079, "indices": [47, 59], "name": "Jeff Bonwick"}]}, "created_at": "Fri Jan 08 20:36:49 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685620787399753728", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "beforeDevopsWasDevops", "indices": [81, 103]}], "user_mentions": [{"screen_name": "robtreat2", "id_str": "14497060", "id": 14497060, "indices": [3, 13], "name": "Robert Treat"}, {"screen_name": "jeffbonwick", "id_str": "377264079", "id": 377264079, "indices": [62, 74], "name": "Jeff Bonwick"}]}, "created_at": "Sat Jan 09 00:35:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685620787399753728, "text": "RT @robtreat2: \"mistakes will happen; negligence cannot\" /via @jeffbonwick 1994. #beforeDevopsWasDevops", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 110735547, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3643, "is_translator": false}, {"time_zone": "Ljubljana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "59282163", "following": false, "friends_count": 876, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lstoll.net", "url": "https://t.co/zymtFzZre6", "expanded_url": "http://lstoll.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 41022, "location": "Cleveland, OH", "screen_name": "lstoll", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 125, "name": "Kernel Sanders", "profile_use_background_image": true, "description": "Just some rando Australian operating computers and stuff at @Heroku. Previously @DigitalOcean, @GitHub, @Heroku.", "url": "https://t.co/zymtFzZre6", "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/673478075892404225/FB25Vch7_normal.jpg", "profile_background_color": "352726", "created_at": "Wed Jul 22 23:05:12 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673478075892404225/FB25Vch7_normal.jpg", "favourites_count": 14331, "status": {"in_reply_to_status_id": 685598770684411904, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0eb9676d24b211f1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-81.877771, 41.392684], [-81.5331634, 41.392684], [-81.5331634, 41.599195], [-81.877771, 41.599195]]], "type": "Polygon"}, "full_name": "Cleveland, OH", "contained_within": [], "country_code": "US", "id": "0eb9676d24b211f1", "name": "Cleveland"}, "in_reply_to_screen_name": "klimpong", "in_reply_to_user_id": 4600051, "in_reply_to_status_id_str": "685598770684411904", "in_reply_to_user_id_str": "4600051", "truncated": false, "id_str": "685599007415078913", "id": 685599007415078913, "text": "@klimpong Bonjour (That's french too)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "klimpong", "id_str": "4600051", "id": 4600051, "indices": [0, 9], "name": "Till"}]}, "created_at": "Fri Jan 08 23:08:35 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 59282163, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 28104, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "163457790", "following": false, "friends_count": 1421, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eligible.com", "url": "https://t.co/zeacfox6vu", "expanded_url": "http://eligible.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000067900347/ed1d7ac6c7e6e0a7beb40d23bcefff4d.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 15359, "location": "San Francisco \u21c6 Brooklyn ", "screen_name": "katgleason", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 172, "name": "Katelyn Gleason", "profile_use_background_image": false, "description": "S12 YC alum. CEO @eligibleapi", "url": "https://t.co/zeacfox6vu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624691297580879872/ILJ1hfWy_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 06 13:33:13 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624691297580879872/ILJ1hfWy_normal.jpg", "favourites_count": 2503, "status": {"in_reply_to_status_id": 685529873138323456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "kirillzubovsky", "in_reply_to_user_id": 17541787, "in_reply_to_status_id_str": "685529873138323456", "in_reply_to_user_id_str": "17541787", "truncated": false, "id_str": "685531559508721664", "id": 685531559508721664, "text": "@kirillzubovsky @davemorin LOL that's definitely going in the folder", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kirillzubovsky", "id_str": "17541787", "id": 17541787, "indices": [0, 15], "name": "Kirill Zubovsky"}, {"screen_name": "davemorin", "id_str": "3475", "id": 3475, "indices": [16, 26], "name": "Dave Morin"}]}, "created_at": "Fri Jan 08 18:40:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 163457790, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000067900347/ed1d7ac6c7e6e0a7beb40d23bcefff4d.png", "statuses_count": 6273, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3998615773", "following": false, "friends_count": 5001, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "devopsdad.com", "url": "https://t.co/JrNXHr85zj", "expanded_url": "http://devopsdad.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "500A53", "geo_enabled": false, "followers_count": 1286, "location": "Texas, USA", "screen_name": "TheDevOpsDad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 25, "name": "Roel Pasetes", "profile_use_background_image": false, "description": "DevOps Engineer and Dad. Love 'em Both.", "url": "https://t.co/JrNXHr85zj", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657778447108837377/SMdLMIfF_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Oct 24 04:34:34 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657778447108837377/SMdLMIfF_normal.jpg", "favourites_count": 7, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682441217653796865", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 193, "h": 186, "resize": "fit"}, "small": {"w": 193, "h": 186, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 193, "h": 186, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXiEq-9WAAAqd5k.png", "type": "photo", "indices": [83, 106], "media_url": "http://pbs.twimg.com/media/CXiEq-9WAAAqd5k.png", "display_url": "pic.twitter.com/ZKCpgU3ctc", "id_str": "682441217536294912", "expanded_url": "http://twitter.com/TheDevOpsDad/status/682441217653796865/photo/1", "id": 682441217536294912, "url": "https://t.co/ZKCpgU3ctc"}], "symbols": [], "urls": [{"display_url": "buff.ly/1Mr6ClV", "url": "https://t.co/vNHAVlc1So", "expanded_url": "http://buff.ly/1Mr6ClV", "indices": [59, 82]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 06:00:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682441217653796865, "text": "What can Joey from Friends teach us about our devops work? https://t.co/vNHAVlc1So https://t.co/ZKCpgU3ctc", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 3998615773, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 95, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3998615773/1445662297", "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16364066", "following": false, "friends_count": 505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/mcoates", "url": "https://t.co/uNCdooglSE", "expanded_url": "http://www.linkedin.com/in/mcoates", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "001C8A", "geo_enabled": true, "followers_count": 5194, "location": "San Francisco, CA", "screen_name": "_mwc", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 254, "name": "Michael Coates \u2604", "profile_use_background_image": false, "description": "Trust & Info Security Officer @Twitter, @OWASP Global Board, Former @Mozilla", "url": "https://t.co/uNCdooglSE", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/484451644164169728/BbVxXk3S_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Sep 19 14:41:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484451644164169728/BbVxXk3S_normal.jpeg", "favourites_count": 349, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685553622675935232", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/chrismessina/s\u2026", "url": "https://t.co/ic0IlFWa29", "expanded_url": "https://twitter.com/chrismessina/status/685218795435077633", "indices": [62, 85]}], "hashtags": [], "user_mentions": [{"screen_name": "chrismessina", "id_str": "1186", "id": 1186, "indices": [21, 34], "name": "\u2744\ufe0e Chris Messina \u2744\ufe0e"}]}, "created_at": "Fri Jan 08 20:08:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685553622675935232, "text": "I'm with you on that @chrismessina. This is just odd at best. https://t.co/ic0IlFWa29", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16364066, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3515, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16364066/1443650382", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "93954161", "following": false, "friends_count": 347, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 16539, "location": "San Francisco", "screen_name": "aroetter", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 176, "name": "Alex Roetter", "profile_use_background_image": true, "description": "SVP Engineering @ Twitter. Parenthood, Aviation, Alpinism, Sandwiches. Fighting gravity but usually losing.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/514632460756209664/dqTY9EUM_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 01 22:04:13 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/514632460756209664/dqTY9EUM_normal.jpeg", "favourites_count": 2838, "status": {"in_reply_to_status_id": 685585778076848128, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "NShivakumar", "in_reply_to_user_id": 41315003, "in_reply_to_status_id_str": "685585778076848128", "in_reply_to_user_id_str": "41315003", "truncated": false, "id_str": "685586111687622656", "id": 685586111687622656, "text": "@NShivakumar congrats!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "NShivakumar", "id_str": "41315003", "id": 41315003, "indices": [0, 12], "name": "Shiva Shivakumar"}]}, "created_at": "Fri Jan 08 22:17:21 +0000 2016", "source": "Twitter for Android", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 93954161, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2322, "profile_banner_url": "https://pbs.twimg.com/profile_banners/93954161/1385781289", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "11873632", "following": false, "friends_count": 871, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lewisheadden.com", "url": "http://t.co/LYuJlxmvg5", "expanded_url": "http://www.lewisheadden.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1039, "location": "New York City", "screen_name": "lewisheadden", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "Lewis Headden", "profile_use_background_image": true, "description": "Scotsman, New Yorker, Photoshopper, Christian. DevOps Engineer at @CondeNast. Formerly @AmazonDevScot, @AetherworksLLC, @StAndrewsCS.", "url": "http://t.co/LYuJlxmvg5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507179424588898304/Sf3TCi9I_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 05 13:06:09 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507179424588898304/Sf3TCi9I_normal.jpeg", "favourites_count": 785, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685121406753976320", "id": 685121406753976320, "text": "You know Thursday morning is a struggle when you're debating microfoam and the \"Third Wave of Coffee\".", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 15:30:46 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 11873632, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4814, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11873632/1409756044", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16022957", "following": false, "friends_count": 2120, "entities": {"description": {"urls": [{"display_url": "keybase.io/markaci", "url": "https://t.co/n8kTLKcwJx", "expanded_url": "http://keybase.io/markaci", "indices": [137, 160]}]}, "url": {"urls": [{"display_url": "linkedin.com/in/markdobrowo\u2026", "url": "https://t.co/iw20KWBDrr", "expanded_url": "https://linkedin.com/in/markdobrowolski", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "1F2A3D", "geo_enabled": true, "followers_count": 1003, "location": "Toronto, Canada", "screen_name": "markaci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "mar\u10d9\u10d0\u10ea\u10d8", "profile_use_background_image": true, "description": "Mark Dobrowolski - Information Security & Risk Management Professional; disruptor, innovator, rainmaker, student, friend. RT\u2260endorsement https://t.co/n8kTLKcwJx", "url": "https://t.co/iw20KWBDrr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/442547375635042304/GCAm0MVC_normal.jpeg", "profile_background_color": "022330", "created_at": "Thu Aug 28 03:58:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/442547375635042304/GCAm0MVC_normal.jpeg", "favourites_count": 9595, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685616067994083328", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "washingtonpost.com/news/grade-poi\u2026", "url": "https://t.co/HwJvphxgkP", "expanded_url": "https://www.washingtonpost.com/news/grade-point/wp/2016/01/07/my-college-got-caught-up-in-the-horrifying-rage-over-wheatons-muslim-christian-god-debate/?wpmm=1&wpisrc=nl_highered", "indices": [91, 114]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:16:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685616067994083328, "text": "My college got caught up in the horrifying rage over Wheaton's Muslim-Christian God debate https://t.co/HwJvphxgkP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685624878406434816", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "washingtonpost.com/news/grade-poi\u2026", "url": "https://t.co/HwJvphxgkP", "expanded_url": "https://www.washingtonpost.com/news/grade-point/wp/2016/01/07/my-college-got-caught-up-in-the-horrifying-rage-over-wheatons-muslim-christian-god-debate/?wpmm=1&wpisrc=nl_highered", "indices": [105, 128]}], "hashtags": [], "user_mentions": [{"screen_name": "sambowne", "id_str": "20961162", "id": 20961162, "indices": [3, 12], "name": "Sam Bowne"}]}, "created_at": "Sat Jan 09 00:51:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685624878406434816, "text": "RT @sambowne: My college got caught up in the horrifying rage over Wheaton's Muslim-Christian God debate https://t.co/HwJvphxgkP", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 16022957, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 19135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16022957/1394348072", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "70916267", "following": false, "friends_count": 276, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 177, "location": "Bradford", "screen_name": "developer_gg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Gordon Brown", "profile_use_background_image": true, "description": "I like computers, beer and coffee, but not necessarily in that order. I also try to run occasionally. Consultant at @ukinfinityworks.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/454112682422329344/QRoEl81E_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 02 08:33:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/454112682422329344/QRoEl81E_normal.jpeg", "favourites_count": 128, "status": {"in_reply_to_status_id": 685381555305484288, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "ToxicTourniquet", "in_reply_to_user_id": 53144530, "in_reply_to_status_id_str": "685381555305484288", "in_reply_to_user_id_str": "53144530", "truncated": false, "id_str": "685382327615238145", "id": 685382327615238145, "text": "@ToxicTourniquet @Staticman1 @PayByPhone_UK you can - I just did - 0330 400 7275. You'll still need your location code.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ToxicTourniquet", "id_str": "53144530", "id": 53144530, "indices": [0, 16], "name": "Tam"}, {"screen_name": "Staticman1", "id_str": "56454758", "id": 56454758, "indices": [17, 28], "name": "James Hawkins"}, {"screen_name": "PayByPhone_UK", "id_str": "436714561", "id": 436714561, "indices": [29, 43], "name": "PayByPhone UK"}]}, "created_at": "Fri Jan 08 08:47:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 70916267, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 509, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "19734656", "following": false, "friends_count": 1068, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "realgenekim.me", "url": "http://t.co/IBvzJu7jHq", "expanded_url": "http://realgenekim.me", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 18784, "location": "\u00dcT: 45.527981,-122.670577", "screen_name": "RealGeneKim", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1035, "name": "Gene Kim", "profile_use_background_image": true, "description": "DevOps enthusiast, The Phoenix Project co-author, Tripwire founder, Visible Ops co-author, IT Ops/Security Researcher, Theory of Constraints Jonah, rabid UX fan", "url": "http://t.co/IBvzJu7jHq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648620922623012864/e-SUFgSW_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jan 29 21:10:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648620922623012864/e-SUFgSW_normal.jpg", "favourites_count": 1122, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jsomers", "in_reply_to_user_id": 6073472, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "6073472", "truncated": false, "id_str": "685621037677953024", "id": 685621037677953024, "text": "@jsomers It's freaking brilliant! Brilliant work! There's a book I've been working on for 4 yrs that I'd love to do the analysis on.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jsomers", "id_str": "6073472", "id": 6073472, "indices": [0, 8], "name": "James Somers"}]}, "created_at": "Sat Jan 09 00:36:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 19734656, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17250, "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "12614742", "following": false, "friends_count": 1437, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "testobsessed.com", "url": "http://t.co/QKSEPgi0Ad", "expanded_url": "http://www.testobsessed.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": false, "followers_count": 10876, "location": "Palo Alto, California, USA", "screen_name": "testobsessed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 808, "name": "ElisabethHendrickson", "profile_use_background_image": true, "description": "Author of Explore It! Recovering consultant. I work on Big Data at @pivotal but speak only for myself.", "url": "http://t.co/QKSEPgi0Ad", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000537974783/0aca696fb71add94d8a153da8a37cc34_normal.jpeg", "profile_background_color": "EDECE9", "created_at": "Wed Jan 23 21:49:39 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000537974783/0aca696fb71add94d8a153da8a37cc34_normal.jpeg", "favourites_count": 9737, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685086119029948418", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/LindaRegber/st\u2026", "url": "https://t.co/qCHRQzRBKE", "expanded_url": "https://twitter.com/LindaRegber/status/683294175752810496", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 13:10:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685086119029948418, "text": "Love the visualization. https://t.co/qCHRQzRBKE", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 12614742, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 17738, "is_translator": false}, {"time_zone": "Stockholm", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "155247426", "following": false, "friends_count": 391, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "loweschmidt.se", "url": "http://t.co/bqChHrmryK", "expanded_url": "http://loweschmidt.se", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 273, "location": "Stockholm, Sweden", "screen_name": "loweschmidt", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 31, "name": "Lowe Schmidt", "profile_use_background_image": true, "description": "FLOSS fan, DevOps advocate, sysadmin for hire @init_ab. (neo)vim user, @sthlmdevops founder and beer collector @untappd. I also like tattoos.", "url": "http://t.co/bqChHrmryK", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680103454031917056/3dpqtTTa_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Jun 13 15:45:23 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680103454031917056/3dpqtTTa_normal.jpg", "favourites_count": 608, "status": {"retweet_count": 9, "retweeted_status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585057948434432", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 125, "resize": "fit"}, "medium": {"w": 600, "h": 220, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 376, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "type": "photo", "indices": [107, 130], "media_url": "http://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "display_url": "pic.twitter.com/IEQVTQqJVK", "id_str": "685584988327116800", "expanded_url": "http://twitter.com/raganwald/status/685585057948434432/photo/1", "id": 685584988327116800, "url": "https://t.co/IEQVTQqJVK"}], "symbols": [], "urls": [{"display_url": "facebook.com/notes/matty-gr\u2026", "url": "https://t.co/bgCQtDeUtW", "expanded_url": "https://www.facebook.com/notes/matty-granger/at-long-lastmy-star-wars-episode-vii-review-the-force-awakens-the-rise-of-idiot-/10153163095086277", "indices": [83, 106]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:13:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585057948434432, "text": "Epic takedown of a takedown: THE FORCE AWAKENS & THE RISE OF IDIOT JOURNALISM\n\nhttps://t.co/bgCQtDeUtW https://t.co/IEQVTQqJVK", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685587439931551744", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 125, "resize": "fit"}, "medium": {"w": 600, "h": 220, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 376, "resize": "fit"}}, "source_status_id_str": "685585057948434432", "media_url": "http://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "source_user_id_str": "18137723", "id_str": "685584988327116800", "id": 685584988327116800, "media_url_https": "https://pbs.twimg.com/media/CYOv6hyUAAAP1Pi.png", "type": "photo", "indices": [122, 144], "source_status_id": 685585057948434432, "source_user_id": 18137723, "display_url": "pic.twitter.com/IEQVTQqJVK", "expanded_url": "http://twitter.com/raganwald/status/685585057948434432/photo/1", "url": "https://t.co/IEQVTQqJVK"}], "symbols": [], "urls": [{"display_url": "facebook.com/notes/matty-gr\u2026", "url": "https://t.co/bgCQtDeUtW", "expanded_url": "https://www.facebook.com/notes/matty-granger/at-long-lastmy-star-wars-episode-vii-review-the-force-awakens-the-rise-of-idiot-/10153163095086277", "indices": [98, 121]}], "hashtags": [], "user_mentions": [{"screen_name": "raganwald", "id_str": "18137723", "id": 18137723, "indices": [3, 13], "name": "Reginald Braithwaite"}]}, "created_at": "Fri Jan 08 22:22:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685587439931551744, "text": "RT @raganwald: Epic takedown of a takedown: THE FORCE AWAKENS & THE RISE OF IDIOT JOURNALISM\n\nhttps://t.co/bgCQtDeUtW https://t.co/IEQVTQqJ\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 155247426, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10749, "profile_banner_url": "https://pbs.twimg.com/profile_banners/155247426/1372113776", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14946551", "following": false, "friends_count": 233, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/thedoh", "url": "https://t.co/75FomxWTf2", "expanded_url": "https://twitter.com/thedoh", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": false, "followers_count": 332, "location": "Toronto, Ontario", "screen_name": "thedoh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 38, "name": "Lisa Seelye", "profile_use_background_image": true, "description": "Magic, sysadmin, learner", "url": "https://t.co/75FomxWTf2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/310510395/3278_95260962237_628832237_2530483_2217625_n_normal.jpg", "profile_background_color": "8B542B", "created_at": "Thu May 29 18:28:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9B17E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/310510395/3278_95260962237_628832237_2530483_2217625_n_normal.jpg", "favourites_count": 372, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685593686432825344", "id": 685593686432825344, "text": "Skipping FNM tonight. Not feeling it.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:47:27 +0000 2016", "source": "Twitterrific for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14946551, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif", "statuses_count": 20006, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "80200818", "following": false, "friends_count": 587, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000090713822/5d7a8d209e5cbba763260dc949dfbb01.png", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "100357", "geo_enabled": true, "followers_count": 328, "location": "memphis \u2708 seattle", "screen_name": "edyesed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "that guy", "profile_use_background_image": true, "description": "asdf;lkj... #dadops #devops", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617082320076472320/5l2wizV0_normal.png", "profile_background_color": "131516", "created_at": "Tue Oct 06 03:09:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617082320076472320/5l2wizV0_normal.png", "favourites_count": 3601, "status": {"retweet_count": 2, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685582326827499520", "id": 685582326827499520, "text": "Our stock is down so much this week that I'm starting to feel like I work for VMware. Is Dell buying us too and no one told me?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:02:18 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685590780581249024", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JeffSaidSo", "id_str": "171544323", "id": 171544323, "indices": [3, 14], "name": "Jeff Allen"}]}, "created_at": "Fri Jan 08 22:35:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685590780581249024, "text": "RT @JeffSaidSo: Our stock is down so much this week that I'm starting to feel like I work for VMware. Is Dell buying us too and no one told\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 80200818, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000090713822/5d7a8d209e5cbba763260dc949dfbb01.png", "statuses_count": 8489, "profile_banner_url": "https://pbs.twimg.com/profile_banners/80200818/1419223168", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "913200547", "following": false, "friends_count": 1308, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nickshemonsky.com", "url": "http://t.co/xWPpyxcm6U", "expanded_url": "http://www.nickshemonsky.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591223704715071488/8W5fa2JY.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "657B83", "geo_enabled": false, "followers_count": 279, "location": "Pottsville, PA", "screen_name": "nshemonsky", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 16, "name": "Nick Shemonsky", "profile_use_background_image": false, "description": "@BlueBox Ops | @Penn_State alum | #CraftBeer Enthusiast | Fly @Eagles Fly! | Runner", "url": "http://t.co/xWPpyxcm6U", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2966255499/03b0214089ef8f284557ab194147661d_normal.jpeg", "profile_background_color": "004454", "created_at": "Mon Oct 29 20:37:31 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2966255499/03b0214089ef8f284557ab194147661d_normal.jpeg", "favourites_count": 126, "status": {"in_reply_to_status_id": 685500343506071553, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MassHaste", "in_reply_to_user_id": 27139651, "in_reply_to_status_id_str": "685500343506071553", "in_reply_to_user_id_str": "27139651", "truncated": false, "id_str": "685501930177597440", "id": 685501930177597440, "text": "@MassHaste @biscuitbitch They make a good americano as well.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MassHaste", "id_str": "27139651", "id": 27139651, "indices": [0, 10], "name": "Ruben Orduz"}, {"screen_name": "biscuitbitch", "id_str": "704580546", "id": 704580546, "indices": [11, 24], "name": "Biscuit Bitch"}]}, "created_at": "Fri Jan 08 16:42:50 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 913200547, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591223704715071488/8W5fa2JY.jpg", "statuses_count": 923, "profile_banner_url": "https://pbs.twimg.com/profile_banners/913200547/1429793800", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2838111", "following": false, "friends_count": 456, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mcdermottroe.com", "url": "http://t.co/6FjMMOcAIA", "expanded_url": "http://www.mcdermottroe.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 793, "location": "Dublin, Ireland", "screen_name": "IRLConor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 37, "name": "Conor McDermottroe", "profile_use_background_image": true, "description": "I'm a software developer for @circleci. I'm also a competitive rifle shooter for @targetshooting and @durifle.", "url": "http://t.co/6FjMMOcAIA", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624987801273151488/KQDzSMAN_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 29 13:35:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624987801273151488/KQDzSMAN_normal.jpg", "favourites_count": 479, "status": {"in_reply_to_status_id": 684739332087910400, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "courtewing", "in_reply_to_user_id": 25573729, "in_reply_to_status_id_str": "684739332087910400", "in_reply_to_user_id_str": "25573729", "truncated": false, "id_str": "684739489403645952", "id": 684739489403645952, "text": "@courtewing @cloudsteph Read position, read indicators on DMs (totally broken on Twitter itself) and mute filters among other things.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "courtewing", "id_str": "25573729", "id": 25573729, "indices": [0, 11], "name": "Court Ewing"}, {"screen_name": "cloudsteph", "id_str": "15389419", "id": 15389419, "indices": [12, 23], "name": "Stephie Graphics"}]}, "created_at": "Wed Jan 06 14:13:10 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2838111, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5257, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2838111/1396367369", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "104164496", "following": false, "friends_count": 2020, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dribbble.com/danielbeere", "url": "http://t.co/6ZvS9hPEgV", "expanded_url": "http://dribbble.com/danielbeere", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/448845542/twitterBGtest.jpg", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "663399", "geo_enabled": false, "followers_count": 823, "location": "San Francisco", "screen_name": "DanielBeere", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 115, "name": "Daniel Beere", "profile_use_background_image": true, "description": "Irish designer in SF @circleci \u270c\ufe0f", "url": "http://t.co/6ZvS9hPEgV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/585331625631690752/6Bo4ACkr_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jan 12 13:41:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585331625631690752/6Bo4ACkr_normal.jpg", "favourites_count": 2203, "status": {"retweet_count": 0, "in_reply_to_user_id": 604516513, "possibly_sensitive": false, "id_str": "685495163859394562", "in_reply_to_user_id_str": "604516513", "entities": {"symbols": [], "urls": [{"display_url": "amazon.com/Yogi-Teas-Bags\u2026", "url": "https://t.co/urUptC9Tt3", "expanded_url": "http://www.amazon.com/Yogi-Teas-Bags-Stess-Relief/dp/B0009F3QKW", "indices": [11, 34]}, {"display_url": "fourhourworkweek.com/2016/01/03/new\u2026", "url": "https://t.co/ljyONNyI0B", "expanded_url": "http://fourhourworkweek.com/2016/01/03/new-years-resolutions", "indices": [83, 106]}], "hashtags": [], "user_mentions": [{"screen_name": "beerhoff1", "id_str": "604516513", "id": 604516513, "indices": [0, 10], "name": "Shane Beere"}, {"screen_name": "kevinrose", "id_str": "657863", "id": 657863, "indices": [53, 63], "name": "Kevin Rose"}, {"screen_name": "tferriss", "id_str": "11740902", "id": 11740902, "indices": [67, 76], "name": "Tim Ferriss"}]}, "created_at": "Fri Jan 08 16:15:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "beerhoff1", "in_reply_to_status_id_str": null, "truncated": false, "id": 685495163859394562, "text": "@beerhoff1 https://t.co/urUptC9Tt3 as recommended by @kevinrose on @tferriss show: https://t.co/ljyONNyI0B", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 104164496, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/448845542/twitterBGtest.jpg", "statuses_count": 6830, "profile_banner_url": "https://pbs.twimg.com/profile_banners/104164496/1375219663", "is_translator": false}, {"time_zone": "Vienna", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "39625343", "following": false, "friends_count": 446, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blag.esotericsystems.at", "url": "https://t.co/NexvmiW4Zx", "expanded_url": "https://blag.esotericsystems.at/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/651653962118991872/iGPyenqL.jpg", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": false, "followers_count": 781, "location": "They/Their Land", "screen_name": "hirojin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "The Wrath of me\u2122", "profile_use_background_image": true, "description": "disappointing expectations since 1894.", "url": "https://t.co/NexvmiW4Zx", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/652574773189328896/UJe3C_H9_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Tue May 12 23:20:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652574773189328896/UJe3C_H9_normal.jpg", "favourites_count": 18074, "status": {"in_reply_to_status_id": 685618373426724865, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "aesmael", "in_reply_to_user_id": 18427820, "in_reply_to_status_id_str": "685618373426724865", "in_reply_to_user_id_str": "18427820", "truncated": false, "id_str": "685619465015418882", "id": 685619465015418882, "text": "@aesmael seriously: same.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "aesmael", "id_str": "18427820", "id": 18427820, "indices": [0, 8], "name": "Vulpecula"}]}, "created_at": "Sat Jan 09 00:29:53 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 39625343, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/651653962118991872/iGPyenqL.jpg", "statuses_count": 32422, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39625343/1401366515", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "12143922", "following": false, "friends_count": 1036, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "markn.ca", "url": "http://t.co/n78rBOUVWU", "expanded_url": "http://markn.ca", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/827645759/f259f613ca2b8fbc60701d41de84d35d.png", "notifications": false, "profile_sidebar_fill_color": "595D62", "profile_link_color": "67BACA", "geo_enabled": false, "followers_count": 3456, "location": "::1", "screen_name": "marknca", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 446, "name": "Mark Nunnikhoven", "profile_use_background_image": false, "description": "Vice President, Cloud Research @TrendMicro. \n\nResearching & teaching cloud & usable security systems at scale. Opinionated but always looking to learn.", "url": "http://t.co/n78rBOUVWU", "profile_text_color": "50A394", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579998526039420928/6r__HOOO_normal.jpg", "profile_background_color": "525055", "created_at": "Sat Jan 12 04:41:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579998526039420928/6r__HOOO_normal.jpg", "favourites_count": 1975, "status": {"retweet_count": 41, "retweeted_status": {"retweet_count": 41, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685596159088443392", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.jquery.com/2016/01/08/jqu\u2026", "url": "https://t.co/VroeFOmHeD", "expanded_url": "http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:57:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685596159088443392, "text": "jQuery 2.2 and 1.12 are released, with performance improvements, SVG class manipulation and Symbol support in ES6. https://t.co/VroeFOmHeD", "coordinates": null, "retweeted": false, "favorite_count": 43, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685626577477046272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.jquery.com/2016/01/08/jqu\u2026", "url": "https://t.co/VroeFOmHeD", "expanded_url": "http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "smashingmag", "id_str": "15736190", "id": 15736190, "indices": [3, 15], "name": "Smashing Magazine"}]}, "created_at": "Sat Jan 09 00:58:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685626577477046272, "text": "RT @smashingmag: jQuery 2.2 and 1.12 are released, with performance improvements, SVG class manipulation and Symbol support in ES6. https:/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 12143922, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/827645759/f259f613ca2b8fbc60701d41de84d35d.png", "statuses_count": 35452, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12143922/1397706275", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8866232", "following": false, "friends_count": 2005, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mattrogish.com", "url": "http://t.co/yCK1Z82dhE", "expanded_url": "http://www.mattrogish.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000151949873/vEX3Am-4.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1677, "location": "Philadelphia, PA", "screen_name": "MattRogish", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 233, "name": "Matt Rogish", "profile_use_background_image": true, "description": "Startup janitor @ReactiveOps", "url": "http://t.co/yCK1Z82dhE", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564167271933673472/FtX09lSa_normal.png", "profile_background_color": "1A1B1F", "created_at": "Fri Sep 14 01:23:45 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564167271933673472/FtX09lSa_normal.png", "favourites_count": 409, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685583855701594112", "id": 685583855701594112, "text": "Is it possible for my shower head to spray bourbon?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:08:23 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685583979848830976", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mikebarish", "id_str": "34930874", "id": 34930874, "indices": [3, 14], "name": "Mike Barish"}]}, "created_at": "Fri Jan 08 22:08:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685583979848830976, "text": "RT @mikebarish: Is it possible for my shower head to spray bourbon?", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 8866232, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000151949873/vEX3Am-4.jpeg", "statuses_count": 29628, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8866232/1398194149", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1458271", "following": false, "friends_count": 1789, "entities": {"description": {"urls": [{"display_url": "mapbox.com", "url": "https://t.co/djeLWKvmpe", "expanded_url": "http://mapbox.com", "indices": [6, 29]}, {"display_url": "github.com/tmcw", "url": "https://t.co/j4toNgk9Vd", "expanded_url": "https://github.com/tmcw", "indices": [36, 59]}]}, "url": {"urls": [{"display_url": "macwright.org", "url": "http://t.co/d4zmVgqQxY", "expanded_url": "http://macwright.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547398161/gosper_big.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "727996", "geo_enabled": true, "followers_count": 4338, "location": "lon, lat", "screen_name": "tmcw", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 336, "name": "Tom MacWright", "profile_use_background_image": false, "description": "work: https://t.co/djeLWKvmpe\ncode: https://t.co/j4toNgk9Vd", "url": "http://t.co/d4zmVgqQxY", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679895164232531969/7VHEeShe_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Mar 19 01:06:50 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679895164232531969/7VHEeShe_normal.jpg", "favourites_count": 2154, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685479131652460544", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "movingbrands.com/work/netflix", "url": "https://t.co/jVHQei9nqB", "expanded_url": "http://www.movingbrands.com/work/netflix", "indices": [101, 124]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:12:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685479131652460544, "text": "brand redesign posts that are specific about the previous design's problems are way more interesting https://t.co/jVHQei9nqB", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1458271, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547398161/gosper_big.png", "statuses_count": 11307, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1458271/1436753023", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "821753", "following": false, "friends_count": 313, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "waferbaby.com", "url": "https://t.co/qvUfWRzUDe", "expanded_url": "http://waferbaby.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 2192, "location": "Mos Iceland Container Store", "screen_name": "waferbaby", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Daniel Bogan", "profile_use_background_image": false, "description": "I do the stuff on the Internets.", "url": "https://t.co/qvUfWRzUDe", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685312338912653312/zPBEnxQZ_normal.jpg", "profile_background_color": "2E2E2E", "created_at": "Thu Mar 08 14:02:34 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685312338912653312/zPBEnxQZ_normal.jpg", "favourites_count": 10157, "status": {"in_reply_to_status_id": 685628007793311744, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "collypops", "in_reply_to_user_id": 11025002, "in_reply_to_status_id_str": "685628007793311744", "in_reply_to_user_id_str": "11025002", "truncated": false, "id_str": "685628439152308224", "id": 685628439152308224, "text": "@collypops @siothamh: WhatEVER, mudblood.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "collypops", "id_str": "11025002", "id": 11025002, "indices": [0, 10], "name": "Colin Gourlay"}, {"screen_name": "siothamh", "id_str": "821958", "id": 821958, "indices": [11, 20], "name": "Dana NicCaluim"}]}, "created_at": "Sat Jan 09 01:05:32 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 821753, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 60183, "profile_banner_url": "https://pbs.twimg.com/profile_banners/821753/1450081356", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "557933634", "following": false, "friends_count": 4062, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "saltstack.com", "url": "http://t.co/rukw0maLdy", "expanded_url": "http://saltstack.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/575736803795148800/eW3ZLb45.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "48B4FB", "geo_enabled": false, "followers_count": 6326, "location": "Salt Lake City", "screen_name": "SaltStackInc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 305, "name": "SaltStack", "profile_use_background_image": true, "description": "Software to orchestrate & automate CloudOps, ITOps & DevOps at extreme speed & scale | '14 InfoWorld Technology of the Year | '13 Gartner Cool Vendor in DevOps", "url": "http://t.co/rukw0maLdy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/577940000693620736/-lag2uPT_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Apr 19 16:31:12 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/577940000693620736/-lag2uPT_normal.png", "favourites_count": 1125, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685600728631476225", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1jM9opD", "url": "https://t.co/TbBXqaLwrc", "expanded_url": "http://bit.ly/1jM9opD", "indices": [90, 113]}], "hashtags": [{"text": "SaltConf16", "indices": [4, 15]}], "user_mentions": [{"screen_name": "LinkedIn", "id_str": "13058772", "id": 13058772, "indices": [27, 36], "name": "LinkedIn"}, {"screen_name": "druonysus", "id_str": "352871356", "id": 352871356, "indices": [38, 48], "name": "Drew Adams"}, {"screen_name": "OpenX", "id_str": "14184143", "id": 14184143, "indices": [52, 58], "name": "OpenX"}, {"screen_name": "ClemsonUniv", "id_str": "23444864", "id": 23444864, "indices": [65, 77], "name": "Clemson University"}]}, "created_at": "Fri Jan 08 23:15:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685600728631476225, "text": "New #SaltConf16 talks from @LinkedIn, @druonysus of @OpenX & @ClemsonUniv now posted: https://t.co/TbBXqaLwrc Register now.", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 557933634, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/575736803795148800/eW3ZLb45.png", "statuses_count": 2842, "profile_banner_url": "https://pbs.twimg.com/profile_banners/557933634/1428941606", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3450748273", "following": false, "friends_count": 8, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "howdy.ai", "url": "https://t.co/1cHNN303mV", "expanded_url": "http://howdy.ai", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 667, "location": "Austin, TX", "screen_name": "HowdyAI", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Howdy", "profile_use_background_image": false, "description": "Your new digital coworker for Slack!", "url": "https://t.co/1cHNN303mV", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656466414790795265/3bMSWEnX_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Sep 04 18:15:13 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656466414790795265/3bMSWEnX_normal.jpg", "favourites_count": 399, "status": {"in_reply_to_status_id": 685485832308965376, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mescamm", "in_reply_to_user_id": 113094157, "in_reply_to_status_id_str": "685485832308965376", "in_reply_to_user_id_str": "113094157", "truncated": false, "id_str": "685600766917275648", "id": 685600766917275648, "text": "@mescamm Your Howdy bot is ready to go!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mescamm", "id_str": "113094157", "id": 113094157, "indices": [0, 8], "name": "Mathieu Mescam"}]}, "created_at": "Fri Jan 08 23:15:35 +0000 2016", "source": "Groove HQ", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3450748273, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 220, "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "3428227355", "following": false, "friends_count": 1937, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nerabus.com", "url": "http://t.co/ZzSYPLDJDg", "expanded_url": "http://nerabus.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "8C8C8C", "geo_enabled": false, "followers_count": 551, "location": "Manchester and Cambridge, UK", "screen_name": "computefuture", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 24, "name": "Nerabus", "profile_use_background_image": false, "description": "The focal point of the Open Source hardware revolution #cto #datacenter #OpenSourceHardware #OpenSourceSilicon #FPGA", "url": "http://t.co/ZzSYPLDJDg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/643470775731789824/MnRPWXNg_normal.png", "profile_background_color": "000000", "created_at": "Mon Aug 17 14:43:41 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/643470775731789824/MnRPWXNg_normal.png", "favourites_count": 213, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685128917259259904", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "engt.co/1Rl04XW", "url": "https://t.co/73ZDipi3RD", "expanded_url": "http://engt.co/1Rl04XW", "indices": [46, 69]}], "hashtags": [], "user_mentions": [{"screen_name": "engadget", "id_str": "14372486", "id": 14372486, "indices": [74, 83], "name": "Engadget"}]}, "created_at": "Thu Jan 07 16:00:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685128917259259904, "text": "Amazon is selling its own processors now, too https://t.co/73ZDipi3RD via @engadget", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 3428227355, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 374, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3428227355/1442251790", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1087503266", "following": false, "friends_count": 311, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "levlaz.org", "url": "https://t.co/4OB68uzJbf", "expanded_url": "https://levlaz.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 462, "location": "San Francisco, CA", "screen_name": "levlaz", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 44, "name": "Lev Lazinskiy", "profile_use_background_image": true, "description": "I \u2764\ufe0f\u200d Developers @CircleCI, Graduate Student @NovaSE, Veteran, Musician, Dev and Linux Geek. \u2764\ufe0f @songbing_yu", "url": "https://t.co/4OB68uzJbf", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667070764705710080/7F54O9Zw_normal.png", "profile_background_color": "1A1B1F", "created_at": "Sun Jan 13 23:26:26 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667070764705710080/7F54O9Zw_normal.png", "favourites_count": 4442, "status": {"in_reply_to_status_id": 685251764610822144, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "DavidAndGoliath", "in_reply_to_user_id": 14469175, "in_reply_to_status_id_str": "685251764610822144", "in_reply_to_user_id_str": "14469175", "truncated": false, "id_str": "685252027870392320", "id": 685252027870392320, "text": "@DavidAndGoliath @TMobile @EFF they are all horrible I'll just go without a cell provider for a while :D", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DavidAndGoliath", "id_str": "14469175", "id": 14469175, "indices": [0, 16], "name": "David"}, {"screen_name": "TMobile", "id_str": "17338082", "id": 17338082, "indices": [17, 25], "name": "T-Mobile"}, {"screen_name": "EFF", "id_str": "4816", "id": 4816, "indices": [26, 30], "name": "EFF"}]}, "created_at": "Fri Jan 08 00:09:49 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1087503266, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4756, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1087503266/1447471475", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2667470504", "following": false, "friends_count": 112, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "launchdarkly.com", "url": "http://t.co/e7Lhd33dNc", "expanded_url": "http://www.launchdarkly.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 255, "location": "San Francisco", "screen_name": "LaunchDarkly", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "LaunchDarkly", "profile_use_background_image": true, "description": "Control your feature launches. Feature flags as a service. Tweets about canary releases for continuous delivery.", "url": "http://t.co/e7Lhd33dNc", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/499048860728061953/8Phv22Ts_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 21 23:18:43 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/499048860728061953/8Phv22Ts_normal.png", "favourites_count": 119, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685347790533296128", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z9JhG8", "url": "https://t.co/kDewgvL5x9", "expanded_url": "http://buff.ly/1Z9JhG8", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 06:30:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685347790533296128, "text": "\"Feature Flags for Product Managers \u2013 The New Agile\" https://t.co/kDewgvL5x9", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685533803683512321", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z9JhG8", "url": "https://t.co/kDewgvL5x9", "expanded_url": "http://buff.ly/1Z9JhG8", "indices": [69, 92]}], "hashtags": [], "user_mentions": [{"screen_name": "divanator", "id_str": "10184822", "id": 10184822, "indices": [3, 13], "name": "Div"}]}, "created_at": "Fri Jan 08 18:49:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685533803683512321, "text": "RT @divanator: \"Feature Flags for Product Managers \u2013 The New Agile\" https://t.co/kDewgvL5x9", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2667470504, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2667470504/1446072089", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3320603490", "following": false, "friends_count": 99, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/heavybit", "url": "https://t.co/lAnNM1oH69", "expanded_url": "https://soundcloud.com/heavybit", "indices": [114, 137]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": false, "followers_count": 103, "location": "San Francisco, CA", "screen_name": "ContinuousCast", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "To Be Continuous", "profile_use_background_image": false, "description": "To Be Continuous ... a podcast on all things #ContinuousDelivery. Hosted @paulbiggar @edith_h Sponsored @heavybit https://t.co/lAnNM1oH69", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636319762948059136/j2uMRAHL_normal.png", "profile_background_color": "000000", "created_at": "Wed Aug 19 22:32:39 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636319762948059136/j2uMRAHL_normal.png", "favourites_count": 8, "status": {"in_reply_to_status_id": 685484756620857345, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "stanlemon", "in_reply_to_user_id": 14147682, "in_reply_to_status_id_str": "685484756620857345", "in_reply_to_user_id_str": "14147682", "truncated": false, "id_str": "685569841068048386", "id": 685569841068048386, "text": "@stanlemon @edith_h @paulbiggar Our producer @tedcarstensen is working on it!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "stanlemon", "id_str": "14147682", "id": 14147682, "indices": [0, 10], "name": "Stan Lemon"}, {"screen_name": "edith_h", "id_str": "14965602", "id": 14965602, "indices": [11, 19], "name": "Edith Harbaugh"}, {"screen_name": "paulbiggar", "id_str": "86938585", "id": 86938585, "indices": [20, 31], "name": "Paul Biggar"}, {"screen_name": "tedcarstensen", "id_str": "20000329", "id": 20000329, "indices": [45, 59], "name": "ted carstensen"}]}, "created_at": "Fri Jan 08 21:12:42 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3320603490, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 107, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3320603490/1440175251", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "245729302", "following": false, "friends_count": 1747, "entities": {"description": {"urls": [{"display_url": "bytemark.co.uk/support", "url": "https://t.co/zlCkaK20Wn", "expanded_url": "https://www.bytemark.co.uk/support", "indices": [111, 134]}]}, "url": {"urls": [{"display_url": "bytemark.co.uk", "url": "https://t.co/30hNNjVa6D", "expanded_url": "http://www.bytemark.co.uk/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0768AA", "geo_enabled": false, "followers_count": 2011, "location": "Manchester & York, UK", "screen_name": "bytemark", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Bytemark", "profile_use_background_image": false, "description": "Reliable UK hosting from \u00a310 per month. We're here to chat during office hours. Urgent problem? Email is best: https://t.co/zlCkaK20Wn", "url": "https://t.co/30hNNjVa6D", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663727834263896064/Xm2921AM_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Feb 01 10:22:20 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663727834263896064/Xm2921AM_normal.jpg", "favourites_count": 1159, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685500519486492672", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 182, "resize": "fit"}, "medium": {"w": 600, "h": 322, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 647, "h": 348, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNjFmYWwAQuDRh.jpg", "type": "photo", "indices": [40, 63], "media_url": "http://pbs.twimg.com/media/CYNjFmYWwAQuDRh.jpg", "display_url": "pic.twitter.com/dzXqC0ETXZ", "id_str": "685500516143644676", "expanded_url": "http://twitter.com/bytemark/status/685500519486492672/photo/1", "id": 685500516143644676, "url": "https://t.co/dzXqC0ETXZ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:37:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685500519486492672, "text": "Remember kids: don\u2019t copy that floppy\u2026! https://t.co/dzXqC0ETXZ", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 245729302, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 4660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/245729302/1445428891", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "18958102", "following": false, "friends_count": 2400, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "careers.stackoverflow.com/saman", "url": "https://t.co/jnFgndfW3D", "expanded_url": "http://careers.stackoverflow.com/saman", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1977, "location": "Tehran", "screen_name": "samanismael", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 49, "name": "Saman Ismael", "profile_use_background_image": false, "description": "Full Stack Developer, C & Python Lover, GNU/Linux Ninja, Open Source Fan.", "url": "https://t.co/jnFgndfW3D", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651287152609787904/frszPRyb_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jan 13 23:16:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651287152609787904/frszPRyb_normal.jpg", "favourites_count": 2592, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "664193187326521344", "id": 664193187326521344, "text": "Data is the new Oil. #BigData", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "BigData", "indices": [21, 29]}], "user_mentions": []}, "created_at": "Tue Nov 10 21:29:30 +0000 2015", "source": "TweetDeck", "favorite_count": 8, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18958102, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18958102/1444114007", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "37681147", "following": false, "friends_count": 1579, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/bradyasar", "url": "https://t.co/FqEV3wDE2u", "expanded_url": "http://about.me/bradyasar", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 4614, "location": "Los Angeles, CA", "screen_name": "YasarCorp", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 139, "name": "Brad Yasar", "profile_use_background_image": true, "description": "Business Architect, Entrepreneur and Investor Greater Los Angeles Area, Venture Capital & Private Equity. Equity Crowdfunding @ CrowdfundX.io", "url": "https://t.co/FqEV3wDE2u", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000647412638/7179a1b695b365fc1a77b60ac5e832e6_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon May 04 15:21:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000647412638/7179a1b695b365fc1a77b60ac5e832e6_normal.png", "favourites_count": 15661, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685621420563558400", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 439, "h": 333, "resize": "fit"}, "medium": {"w": 439, "h": 333, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 257, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPRDJFWkAAW9sb.png", "type": "photo", "indices": [88, 111], "media_url": "http://pbs.twimg.com/media/CYPRDJFWkAAW9sb.png", "display_url": "pic.twitter.com/maPZ5fuOi2", "id_str": "685621420198629376", "expanded_url": "http://twitter.com/YasarCorp/status/685621420563558400/photo/1", "id": 685621420198629376, "url": "https://t.co/maPZ5fuOi2"}], "symbols": [], "urls": [{"display_url": "puls.ly/DRbAgg", "url": "https://t.co/9v2nskwtPO", "expanded_url": "http://puls.ly/DRbAgg", "indices": [64, 87]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:37:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685621420563558400, "text": "Reserve Bank of India is Actively Studying Peer to Peer Lending https://t.co/9v2nskwtPO https://t.co/maPZ5fuOi2", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Vytmn"}, "default_profile_image": false, "id": 37681147, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1074, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37681147/1382740340", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2832545398", "following": false, "friends_count": 4823, "entities": {"description": {"urls": [{"display_url": "sprawlgeek.com/p/bio.html", "url": "https://t.co/8rLwARBvup", "expanded_url": "http://www.sprawlgeek.com/p/bio.html", "indices": [59, 82]}]}, "url": {"urls": [{"display_url": "sprawlgeek.com", "url": "http://t.co/pUn9V1gXKx", "expanded_url": "http://www.sprawlgeek.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/522471431582392320/-MnhqZIo.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 9131, "location": "Iowa", "screen_name": "sprawlgeek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 137, "name": "Sprawlgeek", "profile_use_background_image": true, "description": "Reality from the Edge of the Network. Tablet Watchman! \nhttps://t.co/8rLwARBvup", "url": "http://t.co/pUn9V1gXKx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553179833652355072/1zkcqkk7_normal.jpeg", "profile_background_color": "0084B4", "created_at": "Wed Oct 15 19:22:42 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553179833652355072/1zkcqkk7_normal.jpeg", "favourites_count": 1690, "status": {"in_reply_to_status_id": 685629102318030849, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "CrankyClown", "in_reply_to_user_id": 40303038, "in_reply_to_status_id_str": "685629102318030849", "in_reply_to_user_id_str": "40303038", "truncated": false, "id_str": "685629984380067840", "id": 685629984380067840, "text": "@CrankyClown no worries. I have had the Jabra clipper. It's OK...works but not for high end audio desires.( I only listen to lossless)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "CrankyClown", "id_str": "40303038", "id": 40303038, "indices": [0, 12], "name": "Cranky Clown"}]}, "created_at": "Sat Jan 09 01:11:41 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2832545398, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/522471431582392320/-MnhqZIo.jpeg", "statuses_count": 3239, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2832545398/1420726400", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3107351469", "following": false, "friends_count": 2434, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "git-scm.com", "url": "http://t.co/YaM2RpAQp5", "expanded_url": "http://git-scm.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F05033", "geo_enabled": false, "followers_count": 2883, "location": "Finland", "screen_name": "planetgit", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Planet Git", "profile_use_background_image": false, "description": "Curated news from the Git community. Git is a free and open source distributed version control system.", "url": "http://t.co/YaM2RpAQp5", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579957320551038979/tNtCgTjC_normal.png", "profile_background_color": "000000", "created_at": "Mon Mar 23 10:43:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579957320551038979/tNtCgTjC_normal.png", "favourites_count": 1, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684831105363656705", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "buff.ly/1Z5BU2q", "url": "https://t.co/0z9a6ISARU", "expanded_url": "http://buff.ly/1Z5BU2q", "indices": [29, 52]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 20:17:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684831105363656705, "text": "Neat new features in Git 2.7 https://t.co/0z9a6ISARU", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 3107351469, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 68, "is_translator": false}, {"time_zone": "Vienna", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "23755643", "following": false, "friends_count": 20839, "entities": {"description": {"urls": [{"display_url": "linkd.in/1JT9h3X", "url": "https://t.co/iJB2h1L78m", "expanded_url": "http://linkd.in/1JT9h3X", "indices": [105, 128]}]}, "url": {"urls": [{"display_url": "dixus.de", "url": "http://t.co/sZ1DnHsEsZ", "expanded_url": "http://www.dixus.de", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 28405, "location": "Germany (Saxony)", "screen_name": "dixus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 750, "name": "Holger Kreissl", "profile_use_background_image": false, "description": "#mobile & #cloud enthusiast | #CleanCode | #dotnet | #aspnet | #enterpriseMobility | Find me on LinkedIn https://t.co/iJB2h1L78m", "url": "http://t.co/sZ1DnHsEsZ", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/542358050447708161/tqYY4o3X_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Mar 11 12:38:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/542358050447708161/tqYY4o3X_normal.jpeg", "favourites_count": 1142, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685540390351597569", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1Zb2oj6", "url": "https://t.co/WYppjNMu0h", "expanded_url": "http://bit.ly/1Zb2oj6", "indices": [32, 55]}], "hashtags": [{"text": "Developer", "indices": [56, 66]}, {"text": "MVVM", "indices": [67, 72]}, {"text": "Pattern", "indices": [73, 81]}, {"text": "CSharp", "indices": [82, 89]}], "user_mentions": []}, "created_at": "Fri Jan 08 19:15:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685540390351597569, "text": "The MVVM pattern \u2013 The practice https://t.co/WYppjNMu0h #Developer #MVVM #Pattern #CSharp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "DixusTweeter"}, "default_profile_image": false, "id": 23755643, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5551, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23755643/1441816836", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2491819189", "following": false, "friends_count": 2316, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/InTheCloudDan", "url": "https://t.co/cOAiJln1jK", "expanded_url": "https://github.com/InTheCloudDan", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 437, "location": "", "screen_name": "InTheCloudDan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 33, "name": "Daniel O'Brien", "profile_use_background_image": true, "description": "I Heart #javascript #nodejs #docker #devops while dreaming of #thegreatoutdoors and a side of #growthhacking with my better half @FoodnFunAllDay", "url": "https://t.co/cOAiJln1jK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/469484683994988544/s_Jumrgt_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon May 12 18:28:48 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469484683994988544/s_Jumrgt_normal.jpeg", "favourites_count": 110, "status": {"retweet_count": 15, "retweeted_status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685287444514762753", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "type": "photo", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "display_url": "pic.twitter.com/DlXvgVMX0i", "id_str": "685287444372144128", "expanded_url": "http://twitter.com/thomasfuchs/status/685287444514762753/photo/1", "id": 685287444372144128, "url": "https://t.co/DlXvgVMX0i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:30:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685287444514762753, "text": "https://t.co/DlXvgVMX0i", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685439447769415680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "685287444514762753", "media_url": "http://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "source_user_id_str": "6927562", "id_str": "685287444372144128", "id": 685287444372144128, "media_url_https": "https://pbs.twimg.com/media/CYKhTMLWQAAq_WX.jpg", "type": "photo", "indices": [17, 40], "source_status_id": 685287444514762753, "source_user_id": 6927562, "display_url": "pic.twitter.com/DlXvgVMX0i", "expanded_url": "http://twitter.com/thomasfuchs/status/685287444514762753/photo/1", "url": "https://t.co/DlXvgVMX0i"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "thomasfuchs", "id_str": "6927562", "id": 6927562, "indices": [3, 15], "name": "Thomas Fuchs"}]}, "created_at": "Fri Jan 08 12:34:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685439447769415680, "text": "RT @thomasfuchs: https://t.co/DlXvgVMX0i", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2491819189, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 254, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "19300535", "following": false, "friends_count": 375, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "evilchi.li", "url": "http://t.co/7Y1LuKzE5f", "expanded_url": "http://evilchi.li/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "BFBFBF", "profile_link_color": "2463A3", "geo_enabled": true, "followers_count": 417, "location": "\u2615\ufe0f Seattle", "screen_name": "evilchili", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "eeeveeelcheeeleee", "profile_use_background_image": false, "description": "evilchili is an application downloaded from the Internet. Are you sure you want to open it?", "url": "http://t.co/7Y1LuKzE5f", "profile_text_color": "212121", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/482260772928512001/4V3neJC__normal.png", "profile_background_color": "3F5D8A", "created_at": "Wed Jan 21 18:47:47 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482260772928512001/4V3neJC__normal.png", "favourites_count": 217, "status": {"in_reply_to_status_id": 685509884037607424, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "evilchili", "in_reply_to_user_id": 19300535, "in_reply_to_status_id_str": "685509884037607424", "in_reply_to_user_id_str": "19300535", "truncated": false, "id_str": "685510082142978048", "id": 685510082142978048, "text": "@evilchili Never say \"yes\" to anything before you've had coffee.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "evilchili", "id_str": "19300535", "id": 19300535, "indices": [0, 10], "name": "eeeveeelcheeeleee"}]}, "created_at": "Fri Jan 08 17:15:14 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 19300535, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 22907, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19300535/1403829270", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "919464055", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tessamero.com", "url": "https://t.co/eFmsIOI8OE", "expanded_url": "http://tessamero.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 1682, "location": "Seattle, WA", "screen_name": "TessaMero", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 201, "name": "Tessa Mero", "profile_use_background_image": true, "description": "Teacher. Open Source Contributor. Organizer of @SeaPHP, @PNWPHP, and @JUGSeattle. Snowboarder. Video Game Lover. Speaker. Traveler. Dev Advocate for @Joomla", "url": "https://t.co/eFmsIOI8OE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664715332376920064/_VisdL_D_normal.jpg", "profile_background_color": "89C9FA", "created_at": "Thu Nov 01 17:12:23 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664715332376920064/_VisdL_D_normal.jpg", "favourites_count": 5619, "status": {"in_reply_to_status_id": 685585585096921088, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "shivaas", "in_reply_to_user_id": 14636369, "in_reply_to_status_id_str": "685585585096921088", "in_reply_to_user_id_str": "14636369", "truncated": false, "id_str": "685601154823270400", "id": 685601154823270400, "text": "@shivaas thank you! I'm so excited for a career change!!!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "shivaas", "id_str": "14636369", "id": 14636369, "indices": [0, 8], "name": "Shivaas Gulati"}]}, "created_at": "Fri Jan 08 23:17:07 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 919464055, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11074, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "205936598", "following": false, "friends_count": 112, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 155, "location": "Richland, WA", "screen_name": "SanStaab", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6, "name": "Jonathan Staab", "profile_use_background_image": true, "description": "Web Developer trying to figure out how to code like Jesus would.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/428605867076767744/rs_c24v3_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Thu Oct 21 22:56:11 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/428605867076767744/rs_c24v3_normal.jpeg", "favourites_count": 49, "status": {"retweet_count": 13473, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 13473, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683681888687538177", "id": 683681888687538177, "text": "I would like 2016 to be the year when people remembered that science is a method of investigation,and NOT a belief system", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Jan 03 16:10:39 +0000 2016", "source": "Twitter Web Client", "favorite_count": 15374, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684554177079414784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JohnCleese", "id_str": "10810102", "id": 10810102, "indices": [3, 14], "name": "John Cleese"}]}, "created_at": "Wed Jan 06 01:56:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684554177079414784, "text": "RT @JohnCleese: I would like 2016 to be the year when people remembered that science is a method of investigation,and NOT a belief system", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 205936598, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 628, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18195183", "following": false, "friends_count": 236, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gregaker.net", "url": "https://t.co/wtcGV5PvaK", "expanded_url": "http://www.gregaker.net/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 845, "location": "Columbia, MO, USA", "screen_name": "gaker", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 90, "name": "\u0279\u04d9\u029e\u0250 \u0183\u04d9\u0279\u0183", "profile_use_background_image": false, "description": "I'm a thrasher, saxophone player and writer of code. DevOps @vinli", "url": "https://t.co/wtcGV5PvaK", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650195741177024512/zNT91G5K_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Dec 17 18:15:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650195741177024512/zNT91G5K_normal.jpg", "favourites_count": 364, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684915042521890818", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "type": "photo", "indices": [78, 101], "media_url": "http://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "display_url": "pic.twitter.com/Nb0t9m7Kzu", "id_str": "684915033961304064", "expanded_url": "http://twitter.com/markhaidar/status/684915042521890818/photo/1", "id": 684915033961304064, "url": "https://t.co/Nb0t9m7Kzu"}], "symbols": [], "urls": [], "hashtags": [{"text": "CES", "indices": [51, 55]}], "user_mentions": [{"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [22, 28], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [37, 42], "name": "Uber"}]}, "created_at": "Thu Jan 07 01:50:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/8fa6d7a33b83ef26.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.2092535, 35.984784], [-115.0610763, 35.984784], [-115.0610763, 36.137145], [-115.2092535, 36.137145]]], "type": "Polygon"}, "full_name": "Paradise, NV", "contained_within": [], "country_code": "US", "id": "8fa6d7a33b83ef26", "name": "Paradise"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684915042521890818, "text": "People are loving the @vinli WiFi in @Uber cars at #CES. Me in particular! :) https://t.co/Nb0t9m7Kzu", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684928923247886336", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "source_status_id_str": "684915042521890818", "media_url": "http://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "source_user_id_str": "149705221", "id_str": "684915033961304064", "id": 684915033961304064, "media_url_https": "https://pbs.twimg.com/media/CYFOmDSWkAAlAyN.jpg", "type": "photo", "indices": [94, 117], "source_status_id": 684915042521890818, "source_user_id": 149705221, "display_url": "pic.twitter.com/Nb0t9m7Kzu", "expanded_url": "http://twitter.com/markhaidar/status/684915042521890818/photo/1", "url": "https://t.co/Nb0t9m7Kzu"}], "symbols": [], "urls": [], "hashtags": [{"text": "CES", "indices": [67, 71]}], "user_mentions": [{"screen_name": "markhaidar", "id_str": "149705221", "id": 149705221, "indices": [3, 14], "name": "Mark Haidar"}, {"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [38, 44], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [53, 58], "name": "Uber"}]}, "created_at": "Thu Jan 07 02:45:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684928923247886336, "text": "RT @markhaidar: People are loving the @vinli WiFi in @Uber cars at #CES. Me in particular! :) https://t.co/Nb0t9m7Kzu", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18195183, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3788, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18195183/1445621336", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "223102727", "following": false, "friends_count": 517, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/328640969/PEASE.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "94D487", "geo_enabled": true, "followers_count": 316, "location": "San Diego, CA", "screen_name": "wulfmeister", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 28, "name": "Mitchell Wulfman", "profile_use_background_image": false, "description": "JavaScript things, Meteor, UX. Striving to make bicycles for the mind. Currently taking HCI/UX classes at @DesignLabUCSD", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682985982057164800/3kpan0Nx_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun Dec 05 11:52:50 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682985982057164800/3kpan0Nx_normal.jpg", "favourites_count": 1103, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685287692490260480", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "chrome.google.com/webstore/detai\u2026", "url": "https://t.co/9fpcPvs8Hv", "expanded_url": "https://chrome.google.com/webstore/detail/command-click-fix/leklllfdadjjglhllebogdjfdipdjhhp", "indices": [95, 118]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:31:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685287692490260480, "text": "Chrome extension to force Command-Click to open links in a new tab instead of the current one: https://t.co/9fpcPvs8Hv", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 223102727, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/328640969/PEASE.jpg", "statuses_count": 630, "profile_banner_url": "https://pbs.twimg.com/profile_banners/223102727/1445901786", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "15085681", "following": false, "friends_count": 170, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 151, "location": "Dallas, TX", "screen_name": "pkinney", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Powell Kinney", "profile_use_background_image": true, "description": "CTO at Vinli (@vinli)", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/492316829704929280/wHT0dmwn_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 11 15:30:11 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/492316829704929280/wHT0dmwn_normal.jpeg", "favourites_count": 24, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684554991529508864", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 426, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "display_url": "pic.twitter.com/om0NgHGk0p", "id_str": "684554991395323904", "expanded_url": "http://twitter.com/vinli/status/684554991529508864/photo/1", "id": 684554991395323904, "url": "https://t.co/om0NgHGk0p"}], "symbols": [], "urls": [{"display_url": "hubs.ly/H01LMTC0", "url": "https://t.co/hrCBzE0IY9", "expanded_url": "http://hubs.ly/H01LMTC0", "indices": [78, 101]}], "hashtags": [{"text": "CES2016", "indices": [0, 8]}], "user_mentions": [{"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [58, 63], "name": "Uber"}, {"screen_name": "reviewjournal", "id_str": "15358759", "id": 15358759, "indices": [102, 116], "name": "Las Vegas RJ"}]}, "created_at": "Wed Jan 06 02:00:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684554991529508864, "text": "#CES2016 is tmrw! Starting @ midnight, you can request an @Uber w/ FREE wifi! https://t.co/hrCBzE0IY9 @reviewjournal https://t.co/om0NgHGk0p", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "HubSpot"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684851893558841344", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 426, "resize": "fit"}}, "source_status_id_str": "684554991529508864", "media_url": "http://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "source_user_id_str": "2409518833", "id_str": "684554991395323904", "id": 684554991395323904, "media_url_https": "https://pbs.twimg.com/media/CYAHI0NWwAAWY8u.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 684554991529508864, "source_user_id": 2409518833, "display_url": "pic.twitter.com/om0NgHGk0p", "expanded_url": "http://twitter.com/vinli/status/684554991529508864/photo/1", "url": "https://t.co/om0NgHGk0p"}], "symbols": [], "urls": [{"display_url": "hubs.ly/H01LMTC0", "url": "https://t.co/hrCBzE0IY9", "expanded_url": "http://hubs.ly/H01LMTC0", "indices": [89, 112]}], "hashtags": [{"text": "CES2016", "indices": [11, 19]}], "user_mentions": [{"screen_name": "vinli", "id_str": "2409518833", "id": 2409518833, "indices": [3, 9], "name": "Vinli"}, {"screen_name": "Uber", "id_str": "19103481", "id": 19103481, "indices": [69, 74], "name": "Uber"}, {"screen_name": "reviewjournal", "id_str": "15358759", "id": 15358759, "indices": [113, 127], "name": "Las Vegas RJ"}]}, "created_at": "Wed Jan 06 21:39:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684851893558841344, "text": "RT @vinli: #CES2016 is tmrw! Starting @ midnight, you can request an @Uber w/ FREE wifi! https://t.co/hrCBzE0IY9 @reviewjournal https://t.c\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15085681, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 76, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15085681/1409019019", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "220165520", "following": false, "friends_count": 1839, "entities": {"description": {"urls": [{"display_url": "blog.codeship.com", "url": "http://t.co/egYbB2cZXI", "expanded_url": "http://blog.codeship.com", "indices": [78, 100]}]}, "url": {"urls": [{"display_url": "codeship.com", "url": "https://t.co/1m0F4Hu8KN", "expanded_url": "https://codeship.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000164054717/ah3RPP4F.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "0044CC", "geo_enabled": true, "followers_count": 8671, "location": "Boston, MA", "screen_name": "codeship", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 457, "name": "Codeship", "profile_use_background_image": false, "description": "We are the fastest hosted Continuous Delivery Platform. Check out our blog at http://t.co/egYbB2cZXI \u2013 Need help? Ask @CodeshipSupport", "url": "https://t.co/1m0F4Hu8KN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/420478493139300352/UJzltHZA_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri Nov 26 23:51:57 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/420478493139300352/UJzltHZA_normal.png", "favourites_count": 1056, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612838136770561", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1LZxOpT", "url": "https://t.co/lHbWAw8Trn", "expanded_url": "http://bit.ly/1LZxOpT", "indices": [56, 79]}], "hashtags": [{"text": "Postgres", "indices": [21, 30]}], "user_mentions": [{"screen_name": "leighchalliday", "id_str": "119841821", "id": 119841821, "indices": [39, 54], "name": "Leigh Halliday"}]}, "created_at": "Sat Jan 09 00:03:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612838136770561, "text": "\"How to use JSONB in #Postgres.\" \u2013 via @leighchalliday\n\nhttps://t.co/lHbWAw8Trn", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Meet Edgar"}, "default_profile_image": false, "id": 220165520, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000164054717/ah3RPP4F.jpeg", "statuses_count": 14740, "profile_banner_url": "https://pbs.twimg.com/profile_banners/220165520/1418855084", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2705064962", "following": false, "friends_count": 4102, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "codecov.io", "url": "https://t.co/rCxo4WMDnw", "expanded_url": "https://codecov.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FC2B6A", "geo_enabled": true, "followers_count": 1745, "location": "", "screen_name": "codecov", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Codecov", "profile_use_background_image": false, "description": "Continuous code coverage. Featuring browser extensions, branch coverage and coverage diffs for GitHub, Bitbucket and GitLab", "url": "https://t.co/rCxo4WMDnw", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/593478631629914112/XP93zhQI_normal.png", "profile_background_color": "06142B", "created_at": "Sun Aug 03 22:36:47 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/593478631629914112/XP93zhQI_normal.png", "favourites_count": 910, "status": {"in_reply_to_status_id": 684763065506738176, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "keimlink", "in_reply_to_user_id": 44300359, "in_reply_to_status_id_str": "684763065506738176", "in_reply_to_user_id_str": "44300359", "truncated": false, "id_str": "684981810984423424", "id": 684981810984423424, "text": "@keimlink during some testing we found the package was having issues installing on some CI providers. I'll email you w/ more details.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "keimlink", "id_str": "44300359", "id": 44300359, "indices": [0, 9], "name": "Markus Zapke"}]}, "created_at": "Thu Jan 07 06:16:04 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2705064962, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 947, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2705064962/1440537606", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15534471", "following": false, "friends_count": 314, "entities": {"description": {"urls": [{"display_url": "ampproject.org/how-it-works/", "url": "https://t.co/Wfq8ij4B8D", "expanded_url": "https://www.ampproject.org/how-it-works/", "indices": [30, 53]}]}, "url": {"urls": [{"display_url": "google.com/+MalteUbl", "url": "https://t.co/297YfYX56s", "expanded_url": "https://google.com/+MalteUbl", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2955024/digitizers.JPG", "notifications": false, "profile_sidebar_fill_color": "FFFD91", "profile_link_color": "FF0043", "geo_enabled": true, "followers_count": 5455, "location": "San Francisco", "screen_name": "cramforce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 434, "name": "Malte Ubl", "profile_use_background_image": true, "description": "Tech lead of the AMP Project. https://t.co/Wfq8ij4B8D \n\nI make www internet web pages for Google. Curator of @JSConfEU", "url": "https://t.co/297YfYX56s", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1705787693/L9992913_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 22 18:04:13 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FDE700", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1705787693/L9992913_normal.jpg", "favourites_count": 2021, "status": {"retweet_count": 5, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 5, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685624978780246016", "id": 685624978780246016, "text": "Security at its core is about reducing attack surface. You cover 90% of the job just by focussing on that. The other 10% is mostly luck.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:51:47 +0000 2016", "source": "Twitter Web Client", "favorite_count": 13, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685626573047791616", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "justinschuh", "id_str": "72690437", "id": 72690437, "indices": [3, 15], "name": "Justin Schuh"}]}, "created_at": "Sat Jan 09 00:58:07 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685626573047791616, "text": "RT @justinschuh: Security at its core is about reducing attack surface. You cover 90% of the job just by focussing on that. The other 10% i\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 15534471, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2955024/digitizers.JPG", "statuses_count": 18018, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15534471/1398619165", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "771681", "following": false, "friends_count": 2112, "entities": {"description": {"urls": [{"display_url": "pronoun.is/he", "url": "https://t.co/h4IxIYLYdk", "expanded_url": "http://pronoun.is/he", "indices": [129, 152]}]}, "url": {"urls": [{"display_url": "twitter.com/glowcoil/statu\u2026", "url": "https://t.co/7vUIPFlyCV", "expanded_url": "https://twitter.com/glowcoil/status/660314122010034176", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "BBBBBB", "geo_enabled": true, "followers_count": 6803, "location": "Chicago, IL /via Alaska", "screen_name": "ELLIOTTCABLE", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 156, "name": "~", "profile_use_background_image": false, "description": "Topical muggle. {PL,Q}T. I invented Ruby, Node.js, and all of the LISPs. Now I'm inventing Paws.\n\n[warning: contains bitterant.] https://t.co/h4IxIYLYdk", "url": "https://t.co/7vUIPFlyCV", "profile_text_color": "AAAAAA", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664970033605550081/tAjQmiAd_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Feb 14 06:37:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664970033605550081/tAjQmiAd_normal.jpg", "favourites_count": 14574, "status": {"in_reply_to_status_id": 685091084314263552, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/1d9a5370a355ab0c.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-87.940033, 41.644102], [-87.523993, 41.644102], [-87.523993, 42.0230669], [-87.940033, 42.0230669]]], "type": "Polygon"}, "full_name": "Chicago, IL", "contained_within": [], "country_code": "US", "id": "1d9a5370a355ab0c", "name": "Chicago"}, "in_reply_to_screen_name": "ProductHunt", "in_reply_to_user_id": 2208027565, "in_reply_to_status_id_str": "685091084314263552", "in_reply_to_user_id_str": "2208027565", "truncated": false, "id_str": "685232357117440000", "id": 685232357117440000, "text": "@ProductHunt @netflix @TheCruziest Sense 7? Is that different from Sense 8?", "geo": {"coordinates": [41.86747694, -87.63303779], "type": "Point"}, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [0, 12], "name": "Product Hunt"}, {"screen_name": "netflix", "id_str": "16573941", "id": 16573941, "indices": [13, 21], "name": "Netflix US"}, {"screen_name": "TheCruziest", "id_str": "303796625", "id": 303796625, "indices": [22, 34], "name": "Steven Cruz"}]}, "created_at": "Thu Jan 07 22:51:39 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 0, "favorited": false, "coordinates": {"coordinates": [-87.63303779, 41.86747694], "type": "Point"}, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 771681, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 94590, "profile_banner_url": "https://pbs.twimg.com/profile_banners/771681/1414127033", "is_translator": false}, {"time_zone": "Brussels", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "87257431", "following": false, "friends_count": 998, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "il.ly", "url": "http://t.co/welccj0beF", "expanded_url": "http://il.ly/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/850535120/01f2c1a8bdf1cc450dc0f304552aa50e.png", "notifications": false, "profile_sidebar_fill_color": "171717", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1555, "location": "Kortrijk, Belgium", "screen_name": "illyism", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 70, "name": "Ilias Ismanalijev", "profile_use_background_image": true, "description": "Technology \u2022 Designer \u2022 Developer \u2022 Student #NMCT", "url": "http://t.co/welccj0beF", "profile_text_color": "F2F2F2", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/637993206949498882/RxT0gOTs_normal.jpg", "profile_background_color": "242424", "created_at": "Tue Nov 03 19:01:00 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637993206949498882/RxT0gOTs_normal.jpg", "favourites_count": 10505, "status": {"in_reply_to_status_id": 683864186821152768, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "JoshDComp", "in_reply_to_user_id": 28402389, "in_reply_to_status_id_str": "683864186821152768", "in_reply_to_user_id_str": "28402389", "truncated": false, "id_str": "684060669654745088", "id": 684060669654745088, "text": "@JoshDComp Sure is, I like the realistic politics of it all and the well crafted VFX. It sucked me right into its world.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JoshDComp", "id_str": "28402389", "id": 28402389, "indices": [0, 10], "name": "Josh Compton"}]}, "created_at": "Mon Jan 04 17:15:47 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 87257431, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/850535120/01f2c1a8bdf1cc450dc0f304552aa50e.png", "statuses_count": 244, "profile_banner_url": "https://pbs.twimg.com/profile_banners/87257431/1410266462", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "236341530", "following": false, "friends_count": 235, "entities": {"description": {"urls": [{"display_url": "mkeas.org", "url": "https://t.co/bfRlctkCoN", "expanded_url": "http://mkeas.org", "indices": [126, 149]}]}, "url": {"urls": [{"display_url": "mkeas.org", "url": "https://t.co/bfRlctkCoN", "expanded_url": "http://mkeas.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/682207870750830592/1hUffAuR.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "FA743E", "geo_enabled": false, "followers_count": 1320, "location": "Houston, TX", "screen_name": "matthiasak", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 72, "name": "Mountain Matt", "profile_use_background_image": true, "description": "@TheIronYard, @DestinationCode, @SpaceCityConfs, INFOSEC crypto'r, powderhound, Lisper + \u03bb, @CapitalFactory alum, @HoustonJS, https://t.co/bfRlctkCoN.", "url": "https://t.co/bfRlctkCoN", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684599443908235264/IgNdjWUp_normal.png", "profile_background_color": "FFFFFF", "created_at": "Mon Jan 10 10:58:39 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684599443908235264/IgNdjWUp_normal.png", "favourites_count": 1199, "status": {"retweet_count": 2, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": {"url": "https://api.twitter.com/1.1/geo/id/1703b859c254a0f9.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-84.5129821, 33.5933183], [-84.427795, 33.5933183], [-84.427795, 33.669237], [-84.5129821, 33.669237]]], "type": "Polygon"}, "full_name": "College Park, GA", "contained_within": [], "country_code": "US", "id": "1703b859c254a0f9", "name": "College Park"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685448904154976256", "id": 685448904154976256, "text": "Headed to Charleston today for our first @TheIronYard teammate-turned-student's graduation from our Front-end program! So proud & excited!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TheIronYard", "id_str": "576311383", "id": 576311383, "indices": [41, 53], "name": "The Iron Yard"}]}, "created_at": "Fri Jan 08 13:12:08 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 13, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685617240801021952", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "sarahbethlodato", "id_str": "30965902", "id": 30965902, "indices": [3, 19], "name": "Sarah Lodato"}, {"screen_name": "TheIronYard", "id_str": "576311383", "id": 576311383, "indices": [62, 74], "name": "The Iron Yard"}]}, "created_at": "Sat Jan 09 00:21:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685617240801021952, "text": "RT @sarahbethlodato: Headed to Charleston today for our first @TheIronYard teammate-turned-student's graduation from our Front-end program!\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 236341530, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/682207870750830592/1hUffAuR.png", "statuses_count": 4937, "profile_banner_url": "https://pbs.twimg.com/profile_banners/236341530/1449188760", "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "252481460", "following": false, "friends_count": 24, "entities": {"description": {"urls": [{"display_url": "travis-ci.com", "url": "http://t.co/0HN89Zqxlk", "expanded_url": "http://travis-ci.com", "indices": [96, 118]}]}, "url": {"urls": [{"display_url": "travis-ci.org", "url": "http://t.co/3Tz19DXfYa", "expanded_url": "http://travis-ci.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 14345, "location": "Berlin, Germany", "screen_name": "travisci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 527, "name": "Travis CI", "profile_use_background_image": true, "description": "Hi I\u2019m Travis CI, a hosted continuous integration service for open source and private projects: http://t.co/0HN89Zqxlk System status updates: @traviscistatus", "url": "http://t.co/3Tz19DXfYa", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621012221582274560/PK2r9beM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Feb 15 08:34:44 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621012221582274560/PK2r9beM_normal.jpg", "favourites_count": 1506, "status": {"retweet_count": 26, "retweeted_status": {"retweet_count": 26, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684128421845270530", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 567, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "type": "photo", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "display_url": "pic.twitter.com/fdIihYvkFb", "id_str": "684128421732036608", "expanded_url": "http://twitter.com/SAPCommNet/status/684128421845270530/photo/1", "id": 684128421732036608, "url": "https://t.co/fdIihYvkFb"}], "symbols": [], "urls": [{"display_url": "spr.ly/6018BnRke", "url": "https://t.co/TkOgMSX4VM", "expanded_url": "http://spr.ly/6018BnRke", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [62, 69], "name": "GitHub"}, {"screen_name": "travisci", "id_str": "252481460", "id": 252481460, "indices": [74, 83], "name": "Travis CI"}]}, "created_at": "Mon Jan 04 21:45:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684128421845270530, "text": "How to continuously deliver to SAP HANA Cloud Platform, using @github and @travisci: https://t.co/TkOgMSX4VM https://t.co/fdIihYvkFb", "coordinates": null, "retweeted": false, "favorite_count": 23, "contributors": null, "source": " SAP"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685085167086612481", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 271, "resize": "fit"}, "medium": {"w": 567, "h": 453, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 453, "resize": "fit"}}, "source_status_id_str": "684128421845270530", "media_url": "http://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "source_user_id_str": "100292002", "id_str": "684128421732036608", "id": 684128421732036608, "media_url_https": "https://pbs.twimg.com/media/CX6DLMYWMAAePw_.png", "type": "photo", "indices": [125, 140], "source_status_id": 684128421845270530, "source_user_id": 100292002, "display_url": "pic.twitter.com/fdIihYvkFb", "expanded_url": "http://twitter.com/SAPCommNet/status/684128421845270530/photo/1", "url": "https://t.co/fdIihYvkFb"}], "symbols": [], "urls": [{"display_url": "spr.ly/6018BnRke", "url": "https://t.co/TkOgMSX4VM", "expanded_url": "http://spr.ly/6018BnRke", "indices": [101, 124]}], "hashtags": [], "user_mentions": [{"screen_name": "SAPCommNet", "id_str": "100292002", "id": 100292002, "indices": [3, 14], "name": "SAP CommunityNetwork"}, {"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [78, 85], "name": "GitHub"}, {"screen_name": "travisci", "id_str": "252481460", "id": 252481460, "indices": [90, 99], "name": "Travis CI"}]}, "created_at": "Thu Jan 07 13:06:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685085167086612481, "text": "RT @SAPCommNet: How to continuously deliver to SAP HANA Cloud Platform, using @github and @travisci: https://t.co/TkOgMSX4VM https://t.co/f\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 252481460, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10343, "profile_banner_url": "https://pbs.twimg.com/profile_banners/252481460/1383837670", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "86938585", "following": false, "friends_count": 134, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "circleci.com", "url": "https://t.co/UfEqN58rWH", "expanded_url": "https://circleci.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1584, "location": "San Francisco", "screen_name": "paulbiggar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 99, "name": "Paul Biggar", "profile_use_background_image": true, "description": "Likes developers, chocolate, startups, history and pastries. Founder of CircleCI.", "url": "https://t.co/UfEqN58rWH", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494873278154956802/UzQtLIJ2_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Nov 02 13:08:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494873278154956802/UzQtLIJ2_normal.png", "favourites_count": 286, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685370475611078657", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2016/\u2026", "url": "https://t.co/vbDkTva03y", "expanded_url": "http://www.newyorker.com/magazine/2016/01/11/sisters-in-law", "indices": [38, 61]}], "hashtags": [], "user_mentions": [{"screen_name": "NewYorker", "id_str": "14677919", "id": 14677919, "indices": [66, 76], "name": "The New Yorker"}]}, "created_at": "Fri Jan 08 08:00:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685370475611078657, "text": "Saudi women's rights - Sisters in Law https://t.co/vbDkTva03y via @newyorker", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685496070474973185", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2016/\u2026", "url": "https://t.co/vbDkTva03y", "expanded_url": "http://www.newyorker.com/magazine/2016/01/11/sisters-in-law", "indices": [55, 78]}], "hashtags": [], "user_mentions": [{"screen_name": "sarahgbooks", "id_str": "111095563", "id": 111095563, "indices": [3, 15], "name": "Sarah Gilmartin"}, {"screen_name": "NewYorker", "id_str": "14677919", "id": 14677919, "indices": [83, 93], "name": "The New Yorker"}]}, "created_at": "Fri Jan 08 16:19:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685496070474973185, "text": "RT @sarahgbooks: Saudi women's rights - Sisters in Law https://t.co/vbDkTva03y via @newyorker", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 86938585, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1368, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "381223731", "following": false, "friends_count": 4793, "entities": {"description": {"urls": [{"display_url": "discuss.circleci.com", "url": "https://t.co/g79TaPamp5", "expanded_url": "https://discuss.circleci.com/", "indices": [91, 114]}]}, "url": {"urls": [{"display_url": "circleci.com", "url": "https://t.co/Ls6HRLMgUX", "expanded_url": "https://circleci.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "343434", "geo_enabled": true, "followers_count": 6832, "location": "San Francisco", "screen_name": "circleci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 171, "name": "CircleCI", "profile_use_background_image": false, "description": "Easy, fast, continuous integration and deployment for web apps and iOS. For support, visit https://t.co/g79TaPamp5 or email sayhi@circleci.com.", "url": "https://t.co/Ls6HRLMgUX", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648592346427191296/LaU6tv2__normal.png", "profile_background_color": "FBFBFB", "created_at": "Tue Sep 27 23:33:23 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648592346427191296/LaU6tv2__normal.png", "favourites_count": 3136, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613493333135360", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "circle.ci/1VRcA07", "url": "https://t.co/qbnualOiX6", "expanded_url": "http://circle.ci/1VRcA07", "indices": [117, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "iamkevinbell", "id_str": "635809882", "id": 635809882, "indices": [18, 31], "name": "Kevin Bell"}, {"screen_name": "circleci", "id_str": "381223731", "id": 381223731, "indices": [35, 44], "name": "CircleCI"}, {"screen_name": "fredsters_s", "id_str": "14868289", "id": 14868289, "indices": [51, 63], "name": "Fred Stevens-Smith"}, {"screen_name": "rainforestqa", "id_str": "1012066448", "id": 1012066448, "indices": [67, 80], "name": "Rainforest QA"}]}, "created_at": "Sat Jan 09 00:06:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613493333135360, "text": "UPCOMING WEBINAR: @iamkevinbell of @circleci & @fredsters_s of @rainforestqa are talking Continuous Deployment: https://t.co/qbnualOiX6", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 381223731, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2396, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7900402", "following": false, "friends_count": 391, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/669117595/115cffbe48f76302aa1d2e4089f41d65.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "280096", "geo_enabled": true, "followers_count": 342, "location": "San Francisco, CA", "screen_name": "tvachon", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "pizza: the gathering", "profile_use_background_image": true, "description": "putting the travis in circleci since 2014", "url": null, "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2648401687/2231525ecc34a853803442f50debf59e_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Aug 02 05:37:07 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2648401687/2231525ecc34a853803442f50debf59e_normal.png", "favourites_count": 606, "status": {"in_reply_to_status_id": 685596593584603136, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "SpikeFriedman", "in_reply_to_user_id": 364371190, "in_reply_to_status_id_str": "685596593584603136", "in_reply_to_user_id_str": "364371190", "truncated": false, "id_str": "685615315531632640", "id": 685615315531632640, "text": "@SpikeFriedman would", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SpikeFriedman", "id_str": "364371190", "id": 364371190, "indices": [0, 14], "name": "Spike Friedman"}]}, "created_at": "Sat Jan 09 00:13:23 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 7900402, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/669117595/115cffbe48f76302aa1d2e4089f41d65.png", "statuses_count": 5615, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "10399172", "following": false, "friends_count": 1295, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chmod777self.com", "url": "http://t.co/6w6v8SGBti", "expanded_url": "http://www.chmod777self.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "0A1EA3", "geo_enabled": true, "followers_count": 1146, "location": "Fresno, CA", "screen_name": "jasnell", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 87, "name": "James M Snell", "profile_use_background_image": true, "description": "IBM Technical Lead for Node.js;\nNode.js TSC Member;\nAll around nice guy.", "url": "http://t.co/6w6v8SGBti", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641382958348267524/TypA8sW9_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Nov 20 01:19:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641382958348267524/TypA8sW9_normal.jpg", "favourites_count": 2143, "status": {"retweet_count": 12, "retweeted_status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685242905007529984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/jGV36DgAJg", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 23:33:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685242905007529984, "text": "Node.js is strong because it is built by individuals and supported by business interests. It\u2019s time to represent:\n\nhttps://t.co/jGV36DgAJg", "coordinates": null, "retweeted": false, "favorite_count": 24, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685268279959539712", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/members\u2026", "url": "https://t.co/jGV36DgAJg", "expanded_url": "https://github.com/nodejs/membership/issues/12", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "dshaw", "id_str": "806757", "id": 806757, "indices": [3, 9], "name": "Dan Shaw"}]}, "created_at": "Fri Jan 08 01:14:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685268279959539712, "text": "RT @dshaw: Node.js is strong because it is built by individuals and supported by business interests. It\u2019s time to represent:\n\nhttps://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 10399172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 3178, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10399172/1447689090", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3278631516", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "planet.com", "url": "http://t.co/v3JIlJoOTW", "expanded_url": "http://planet.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 294, "location": "Space", "screen_name": "dovesinspace", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Doves in space", "profile_use_background_image": true, "description": "We are in space.", "url": "http://t.co/v3JIlJoOTW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/620628831016062976/T47eeVFS_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 13 15:59:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/620628831016062976/T47eeVFS_normal.png", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": {"url": "https://api.twitter.com/1.1/geo/id/4ec01c9dbc693497.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-87.634643, 24.396308], [-79.974307, 24.396308], [-79.974307, 31.001056], [-87.634643, 31.001056]]], "type": "Polygon"}, "full_name": "Florida, USA", "contained_within": [], "country_code": "US", "id": "4ec01c9dbc693497", "name": "Florida"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "651885332665909248", "id": 651885332665909248, "text": "I'm in space now! Satellite Flock 2b Satellite 14 reporting for duty.", "geo": {"coordinates": [29.91434343, -83.47056022], "type": "Point"}, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Oct 07 22:22:29 +0000 2015", "source": "Deployment tweets", "favorite_count": 5, "favorited": false, "coordinates": {"coordinates": [-83.47056022, 29.91434343], "type": "Point"}, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3278631516, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 21, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3278631516/1436803648", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "13567", "following": false, "friends_count": 1520, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "christianheilmann.com/2013/02/11/hel\u2026", "url": "http://t.co/fQKlvTCkqN", "expanded_url": "http://christianheilmann.com/2013/02/11/hello-it-is-me-on-twitter/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/64650857/twitterbackground.gif", "notifications": false, "profile_sidebar_fill_color": "B7CCBB", "profile_link_color": "13456B", "geo_enabled": true, "followers_count": 52184, "location": "London, UK", "screen_name": "codepo8", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3779, "name": "Christian Heilmann", "profile_use_background_image": true, "description": "Developer Evangelist - all things open web, HTML5, writing and working together. Works at Microsoft on Edge, opinions totally my own. #nofilter", "url": "http://t.co/fQKlvTCkqN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1666904408/codepo8_normal.png", "profile_background_color": "336699", "created_at": "Tue Nov 21 17:20:09 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1666904408/codepo8_normal.png", "favourites_count": 386, "status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685626000806424576", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "priceonomics.com/how-mickey-mou\u2026", "url": "https://t.co/RVt1p2mhKB", "expanded_url": "http://priceonomics.com/how-mickey-mouse-evades-the-public-domain/", "indices": [42, 65]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:55:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685626000806424576, "text": "How Mickey Mouse evades the public domain https://t.co/RVt1p2mhKB", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 13567, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/64650857/twitterbackground.gif", "statuses_count": 107977, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13567/1409269429", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2202531", "following": false, "friends_count": 211, "entities": {"description": {"urls": [{"display_url": "amazon.com/gp/product/B01\u2026", "url": "https://t.co/C1nuRVMz0N", "expanded_url": "http://www.amazon.com/gp/product/B018R7TV5W/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B018R7TV5W&linkCode=as2&tag=robceenet-20&linkId=377XBIIH55EWYAIK", "indices": [11, 34]}, {"display_url": "flickr.com/photos/robceem\u2026", "url": "https://t.co/7dMPlQvYLO", "expanded_url": "https://www.flickr.com/photos/robceemoz/", "indices": [88, 111]}]}, "url": {"urls": [{"display_url": "robcee.net", "url": "http://t.co/R8fIMaSLvf", "expanded_url": "http://robcee.net/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 1216, "location": "Toronto, Canada", "screen_name": "robcee", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 107, "name": "robcee", "profile_use_background_image": false, "description": "#author of https://t.co/C1nuRVMz0N\n\n#drones #media #coffee #software #tech #photography https://t.co/7dMPlQvYLO", "url": "http://t.co/R8fIMaSLvf", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/552127239433633794/YVdSLObS_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Mar 25 19:52:34 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/552127239433633794/YVdSLObS_normal.jpeg", "favourites_count": 4161, "status": {"in_reply_to_status_id": 685563535359868928, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "matejnovak", "in_reply_to_user_id": 15459306, "in_reply_to_status_id_str": "685563535359868928", "in_reply_to_user_id_str": "15459306", "truncated": false, "id_str": "685563745901350912", "id": 685563745901350912, "text": "@matejnovak Niagara Kale Brandy has a nasty vibe to it. But OK!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "matejnovak", "id_str": "15459306", "id": 15459306, "indices": [0, 11], "name": "Matej Novak \u23ce"}]}, "created_at": "Fri Jan 08 20:48:28 +0000 2016", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2202531, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 19075, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2202531/1420472405", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17663776", "following": false, "friends_count": 1126, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "planet.com", "url": "http://t.co/AwAXMrXqVJ", "expanded_url": "http://planet.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/528311941853216769/bLunztkI.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 12389, "location": "San Francisco, CA, Earth", "screen_name": "planetlabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 488, "name": "Planet Labs", "profile_use_background_image": false, "description": "Delivering the most current images of our entire Earth.", "url": "http://t.co/AwAXMrXqVJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000044864601/2adb3a0d793068936c4e6d6105eaa20d_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Nov 27 00:10:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000044864601/2adb3a0d793068936c4e6d6105eaa20d_normal.png", "favourites_count": 2014, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613487188398081", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPJ1WMUQAA38JJ.jpg", "type": "photo", "indices": [97, 120], "media_url": "http://pbs.twimg.com/media/CYPJ1WMUQAA38JJ.jpg", "display_url": "pic.twitter.com/01wqlNRcRx", "id_str": "685613486617935872", "expanded_url": "http://twitter.com/planetlabs/status/685613487188398081/photo/1", "id": 685613486617935872, "url": "https://t.co/01wqlNRcRx"}], "symbols": [], "urls": [{"display_url": "planet.com/gallery/uganda\u2026", "url": "https://t.co/QqEWAf2iM1", "expanded_url": "https://www.planet.com/gallery/uganda-smallholders/", "indices": [73, 96]}], "hashtags": [{"text": "Uganda", "indices": [64, 71]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:06:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613487188398081, "text": "Small holder and subsistence farms on a sunny day in Namutumba, #Uganda https://t.co/QqEWAf2iM1 https://t.co/01wqlNRcRx", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 17663776, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/528311941853216769/bLunztkI.png", "statuses_count": 1658, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17663776/1439957443", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "41693", "following": false, "friends_count": 415, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blankbaby.com", "url": "http://t.co/bOEDVPeU3G", "expanded_url": "http://www.blankbaby.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/18572/newlogotop.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 4309, "location": "Philadelphia, PA", "screen_name": "blankbaby", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 279, "name": "Scott McNulty", "profile_use_background_image": true, "description": "I am almost Internet famous. Host of @Random_Trek.", "url": "http://t.co/bOEDVPeU3G", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/471836335154954240/pduVcSUO_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Tue Dec 05 00:57:26 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471836335154954240/pduVcSUO_normal.jpeg", "favourites_count": 48, "status": {"in_reply_to_status_id": 685602406990622720, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "dsilverman", "in_reply_to_user_id": 1010181, "in_reply_to_status_id_str": "685602406990622720", "in_reply_to_user_id_str": "1010181", "truncated": false, "id_str": "685602609508519940", "id": 685602609508519940, "text": "@dsilverman @GlennF ;) Alexa isn\u2019t super smart but very useful for my needs!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "dsilverman", "id_str": "1010181", "id": 1010181, "indices": [0, 11], "name": "dwight silverman"}, {"screen_name": "GlennF", "id_str": "8315692", "id": 8315692, "indices": [12, 19], "name": "Glenn Fleishman"}]}, "created_at": "Fri Jan 08 23:22:54 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 41693, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/18572/newlogotop.png", "statuses_count": 25874, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41693/1362153090", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3171325140", "following": false, "friends_count": 18, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sideway.com", "url": "http://t.co/pwaxdZGj2W", "expanded_url": "http://sideway.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "04AA04", "geo_enabled": false, "followers_count": 244, "location": "", "screen_name": "sideway", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Sideway", "profile_use_background_image": false, "description": "Share a conversation.", "url": "http://t.co/pwaxdZGj2W", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654181093650771968/f1nSwDOD_normal.png", "profile_background_color": "000000", "created_at": "Fri Apr 24 22:41:17 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654181093650771968/f1nSwDOD_normal.png", "favourites_count": 0, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "663825999717466112", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "type": "photo", "indices": [12, 35], "media_url": "http://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "display_url": "pic.twitter.com/Ng3S2UnWDz", "id_str": "663825968667037697", "expanded_url": "http://twitter.com/eranhammer/status/663825999717466112/photo/1", "id": 663825968667037697, "url": "https://t.co/Ng3S2UnWDz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 09 21:10:26 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 663825999717466112, "text": "New plates! https://t.co/Ng3S2UnWDz", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "663826029887270912", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "663825999717466112", "media_url": "http://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "source_user_id_str": "346026614", "id_str": "663825968667037697", "id": 663825968667037697, "media_url_https": "https://pbs.twimg.com/media/CTZiM48UEAEkSHx.jpg", "type": "photo", "indices": [28, 51], "source_status_id": 663825999717466112, "source_user_id": 346026614, "display_url": "pic.twitter.com/Ng3S2UnWDz", "expanded_url": "http://twitter.com/eranhammer/status/663825999717466112/photo/1", "url": "https://t.co/Ng3S2UnWDz"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "eranhammer", "id_str": "346026614", "id": 346026614, "indices": [3, 14], "name": "Eran Hammer"}]}, "created_at": "Mon Nov 09 21:10:33 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 663826029887270912, "text": "RT @eranhammer: New plates! https://t.co/Ng3S2UnWDz", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3171325140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5768872", "following": false, "friends_count": 8375, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "garyvaynerchuk.com/agvbook/", "url": "https://t.co/n1TN3hgA84", "expanded_url": "http://www.garyvaynerchuk.com/agvbook/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/886634499/4009658006615d447621e5ddb85f7d8d.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFE6CE", "profile_link_color": "268CCD", "geo_enabled": true, "followers_count": 1202113, "location": "NYC", "screen_name": "garyvee", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 24979, "name": "Gary Vaynerchuk", "profile_use_background_image": true, "description": "Family 1st! but after that, Businessman. CEO of @vaynermedia. Host of #AskGaryVee show and a dude who Loves the Hustle, the @NYJets .. snapchat - garyvee", "url": "https://t.co/n1TN3hgA84", "profile_text_color": "996633", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616983642578001920/McXOdvAM_normal.jpg", "profile_background_color": "152932", "created_at": "Fri May 04 15:32:48 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616983642578001920/McXOdvAM_normal.jpg", "favourites_count": 2451, "status": {"in_reply_to_status_id": 685615325677658112, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "ChampionRandy_", "in_reply_to_user_id": 24077081, "in_reply_to_status_id_str": "685615325677658112", "in_reply_to_user_id_str": "24077081", "truncated": false, "id_str": "685615719472574468", "id": 685615719472574468, "text": "@ChampionRandy_ @Snapchat nah just believe in it soooo much", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ChampionRandy_", "id_str": "24077081", "id": 24077081, "indices": [0, 15], "name": "Champion.Randy"}, {"screen_name": "Snapchat", "id_str": "376502929", "id": 376502929, "indices": [16, 25], "name": "Snapchat"}]}, "created_at": "Sat Jan 09 00:15:00 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5768872, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/886634499/4009658006615d447621e5ddb85f7d8d.jpeg", "statuses_count": 135762, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5768872/1423844975", "is_translator": false}, {"time_zone": "Casablanca", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "270431388", "following": false, "friends_count": 795, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "MarquisdeGeek.com", "url": "https://t.co/rAxaxp0oUr", "expanded_url": "http://www.MarquisdeGeek.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 581, "location": "aka Steven Goodwin. London", "screen_name": "MarquisdeGeek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 88, "name": "Marquis de Geek", "profile_use_background_image": true, "description": "Maker, author, developer, educator, IoT dev, magician, musician, computer historian, sommelier, SGX creator, electronics guy, AFOL & geek. Works as edtech CTO", "url": "https://t.co/rAxaxp0oUr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/516991718034395137/BX2dHEMq_normal.jpeg", "profile_background_color": "131516", "created_at": "Tue Mar 22 16:17:37 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/516991718034395137/BX2dHEMq_normal.jpeg", "favourites_count": 400, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685486479271919616", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 460, "h": 960, "resize": "fit"}, "medium": {"w": 460, "h": 960, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 325, "h": 680, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNVWc_WYAAf1AZ.jpg", "type": "photo", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CYNVWc_WYAAf1AZ.jpg", "display_url": "pic.twitter.com/Mo9VcBHIwC", "id_str": "685485412517830656", "expanded_url": "http://twitter.com/MarquisdeGeek/status/685486479271919616/photo/1", "id": 685485412517830656, "url": "https://t.co/Mo9VcBHIwC"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 15:41:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685486479271919616, "text": "Crossing the streams... https://t.co/Mo9VcBHIwC", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 270431388, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3959, "profile_banner_url": "https://pbs.twimg.com/profile_banners/270431388/1406890949", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "148221086", "following": false, "friends_count": 617, "entities": {"description": {"urls": [{"display_url": "shop.oreilly.com/product/063692\u2026", "url": "https://t.co/Zk7ejlHptN", "expanded_url": "http://shop.oreilly.com/product/0636920042686.do", "indices": [135, 158]}]}, "url": {"urls": [{"display_url": "GetYodlr.com", "url": "https://t.co/hKMaAlWDdW", "expanded_url": "https://GetYodlr.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 730, "location": "SF Bay Area", "screen_name": "rosskukulinski", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Ross Kukulinski", "profile_use_background_image": true, "description": "Founder @getyodlr. Entrepreneur & advisor. Work with #nodejs, #webrtc, #docker, #kubernetes, #coreos. Watch my Intro to CoreOS Course: https://t.co/Zk7ejlHptN", "url": "https://t.co/hKMaAlWDdW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495069447128743936/4ur5YuG6_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed May 26 04:22:53 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495069447128743936/4ur5YuG6_normal.png", "favourites_count": 4397, "status": {"retweet_count": 17, "retweeted_status": {"retweet_count": 17, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685464980976566272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nodejs.org/en/blog/commun\u2026", "url": "https://t.co/oHkMziRUpk", "expanded_url": "https://nodejs.org/en/blog/community/individual-membership/", "indices": [102, 125]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:16:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685464980976566272, "text": "Next Friday is the last day to nominate yourself or another Node.js member to the board of directors: https://t.co/oHkMziRUpk.", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Sprout Social"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685466291180859392", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nodejs.org/en/blog/commun\u2026", "url": "https://t.co/oHkMziRUpk", "expanded_url": "https://nodejs.org/en/blog/community/individual-membership/", "indices": [114, 137]}], "hashtags": [], "user_mentions": [{"screen_name": "nodejs", "id_str": "91985735", "id": 91985735, "indices": [3, 10], "name": "Node.js"}]}, "created_at": "Fri Jan 08 14:21:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685466291180859392, "text": "RT @nodejs: Next Friday is the last day to nominate yourself or another Node.js member to the board of directors: https://t.co/oHkMziRUpk.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 148221086, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8070, "is_translator": false}, {"time_zone": "Budapest", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "98630536", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eduardmoldovan.com", "url": "http://t.co/4zJV0jnlaJ", "expanded_url": "http://eduardmoldovan.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/760228965/d3337f4a0488aaada2c7e54b6bce1f14.jpeg", "notifications": false, "profile_sidebar_fill_color": "0E0D02", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 336, "location": "Budapest", "screen_name": "edimoldovan", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 28, "name": "Edu\u00e1rd", "profile_use_background_image": true, "description": "Views are my own", "url": "http://t.co/4zJV0jnlaJ", "profile_text_color": "39BD91", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/583355272749588480/cJRQCODD_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Dec 22 13:09:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/583355272749588480/cJRQCODD_normal.jpg", "favourites_count": 234, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685508856013795330", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wareable.com/fitness-tracke\u2026", "url": "https://t.co/HDOdrQpuJU", "expanded_url": "http://www.wareable.com/fitness-trackers/mastercard-and-coin-bringing-wearable-payments-to-fitness-trackers-including-moov-2147", "indices": [73, 96]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:10:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685508856013795330, "text": "MasterCard bringing wearable payments to fitness trackers including Moov https://t.co/HDOdrQpuJU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "OS X"}, "default_profile_image": false, "id": 98630536, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/760228965/d3337f4a0488aaada2c7e54b6bce1f14.jpeg", "statuses_count": 12782, "profile_banner_url": "https://pbs.twimg.com/profile_banners/98630536/1392472068", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14164724", "following": false, "friends_count": 1639, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sarahmei.com", "url": "https://t.co/3q8gb3xaz4", "expanded_url": "http://sarahmei.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 11828, "location": "San Francisco, CA", "screen_name": "sarahmei", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 762, "name": "Sarah Mei", "profile_use_background_image": true, "description": "Software developer. Founder of @railsbridge. Director of Ruby Central. Chief Consultant of @devmyndsoftware. IM IN UR BASE TEACHIN U HOW TO REFACTOR UR CODE", "url": "https://t.co/3q8gb3xaz4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564645861771079680/i-bwhBp0_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Mon Mar 17 18:05:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564645861771079680/i-bwhBp0_normal.jpeg", "favourites_count": 1453, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685599933215424513", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/anildash/statu\u2026", "url": "https://t.co/436K3Lfx5F", "expanded_url": "https://twitter.com/anildash/status/685496167464042496", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:12:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/1d9a5370a355ab0c.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-87.940033, 41.644102], [-87.523993, 41.644102], [-87.523993, 42.0230669], [-87.940033, 42.0230669]]], "type": "Polygon"}, "full_name": "Chicago, IL", "contained_within": [], "country_code": "US", "id": "1d9a5370a355ab0c", "name": "Chicago"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685599933215424513, "text": "First time I have tapped the moments icon on purpose. https://t.co/436K3Lfx5F", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14164724, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 13073, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14164724/1423457101", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "25183606", "following": false, "friends_count": 746, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "charlotteis.co.uk", "url": "https://t.co/j2AKIKz3ZY", "expanded_url": "http://charlotteis.co.uk", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/288817017/pattern_111.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "44615D", "geo_enabled": false, "followers_count": 2004, "location": "Bletchley, UK.", "screen_name": "Charlotteis", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 116, "name": "console.warn()", "profile_use_background_image": false, "description": "they/them. human ghost emoji writing code with @mandsdigital. open sourcer with @hoodiehq and creator of @yourfirstpr.", "url": "https://t.co/j2AKIKz3ZY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597058745345155072/xF4up7Xq_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 18 23:28:54 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597058745345155072/xF4up7Xq_normal.png", "favourites_count": 8753, "status": {"in_reply_to_status_id": 685630147626680324, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "zaccolley", "in_reply_to_user_id": 18365392, "in_reply_to_status_id_str": "685630147626680324", "in_reply_to_user_id_str": "18365392", "truncated": false, "id_str": "685630306834059264", "id": 685630306834059264, "text": "@zaccolley @orliesaurus ya", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "zaccolley", "id_str": "18365392", "id": 18365392, "indices": [0, 10], "name": "zac"}, {"screen_name": "orliesaurus", "id_str": "55077784", "id": 55077784, "indices": [11, 23], "name": "orliesaurus"}]}, "created_at": "Sat Jan 09 01:12:58 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 25183606, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/288817017/pattern_111.gif", "statuses_count": 49657, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25183606/1420483218", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "253464752", "following": false, "friends_count": 492, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jessicard.com", "url": "https://t.co/DwRzTkmHMB", "expanded_url": "http://jessicard.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/542881894/twitter.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "00B9E1", "geo_enabled": true, "followers_count": 5249, "location": "than franthithco", "screen_name": "jessicard", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 241, "name": "jessicard", "profile_use_background_image": false, "description": "The jessicard physically strong, moves rapidly, momentum is powerful, is one of the most has the courage and strength of the software engineer in the world.", "url": "https://t.co/DwRzTkmHMB", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673336057274863616/qhH0PyV1_normal.jpg", "profile_background_color": "F6F6F6", "created_at": "Thu Feb 17 09:04:56 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673336057274863616/qhH0PyV1_normal.jpg", "favourites_count": 28153, "status": {"in_reply_to_status_id": 685597105696579584, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jlsuttles", "in_reply_to_user_id": 21170138, "in_reply_to_status_id_str": "685597105696579584", "in_reply_to_user_id_str": "21170138", "truncated": false, "id_str": "685618782757322754", "id": 685618782757322754, "text": "@jlsuttles SO CUTE \ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude4f\ud83c\udffb", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jlsuttles", "id_str": "21170138", "id": 21170138, "indices": [0, 10], "name": "\u2728Jessica Suttles\u2728"}]}, "created_at": "Sat Jan 09 00:27:10 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 253464752, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/542881894/twitter.png", "statuses_count": 23084, "profile_banner_url": "https://pbs.twimg.com/profile_banners/253464752/1353017487", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "198661893", "following": false, "friends_count": 247, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eliseworthy.com", "url": "http://t.co/Lfr9fIzPIs", "expanded_url": "http://eliseworthy.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "41625C", "geo_enabled": true, "followers_count": 1862, "location": "Seattle", "screen_name": "eliseworthy", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 123, "name": "Elise Worthy", "profile_use_background_image": false, "description": "software developer | founder of @brandworthy and @adaacademy", "url": "http://t.co/Lfr9fIzPIs", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/502913017634250754/3Da3F-N8_normal.jpeg", "profile_background_color": "946369", "created_at": "Mon Oct 04 22:38:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/502913017634250754/3Da3F-N8_normal.jpeg", "favourites_count": 689, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "666384799402098688", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "meetup.com/Seattle-PyLadi\u2026", "url": "https://t.co/bg7tLVR1Tp", "expanded_url": "http://www.meetup.com/Seattle-PyLadies/events/225729699/", "indices": [86, 109]}], "hashtags": [], "user_mentions": [{"screen_name": "PyLadiesSEA", "id_str": "885603211", "id": 885603211, "indices": [38, 50], "name": "Seattle PyLadies"}]}, "created_at": "Mon Nov 16 22:38:11 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 666384799402098688, "text": "What's better than a holiday party? A @PyLadiesSEA holiday party! This Wednesday! Go! https://t.co/bg7tLVR1Tp", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 198661893, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "statuses_count": 3529, "profile_banner_url": "https://pbs.twimg.com/profile_banners/198661893/1377996487", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "13368452", "following": false, "friends_count": 1123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ultrasaurus.com", "url": "http://t.co/VV3FrrBWLv", "expanded_url": "http://www.ultrasaurus.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 7943, "location": "San Francisco, CA", "screen_name": "ultrasaurus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 720, "name": "Sarah Allen", "profile_use_background_image": true, "description": "I write code, connect pixels and speak truth to make change. @bridgefoundry @mightyverse @18F", "url": "http://t.co/VV3FrrBWLv", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/451707693577682945/6MKmBXjK_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Mon Feb 11 23:40:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451707693577682945/6MKmBXjK_normal.jpeg", "favourites_count": 1229, "status": {"retweet_count": 9772, "retweeted_status": {"retweet_count": 9772, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685415626945507328", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [27, 50], "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "display_url": "pic.twitter.com/4ZnTo0GI7T", "id_str": "685415615138545664", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "id": 685415615138545664, "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 10:59:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685415626945507328, "text": "PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 1246, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685477649523712000", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 614, "resize": "fit"}, "medium": {"w": 567, "h": 1024, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 567, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685415626945507328", "media_url": "http://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "source_user_id_str": "2782137901", "id_str": "685415615138545664", "id": 685415615138545664, "media_url_https": "https://pbs.twimg.com/media/CYMV3tfWwAAydQm.jpg", "type": "photo", "indices": [48, 71], "source_status_id": 685415626945507328, "source_user_id": 2782137901, "display_url": "pic.twitter.com/4ZnTo0GI7T", "expanded_url": "http://twitter.com/neil_finnweevil/status/685415626945507328/photo/1", "url": "https://t.co/4ZnTo0GI7T"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "neil_finnweevil", "id_str": "2782137901", "id": 2782137901, "indices": [3, 19], "name": "kiki montparnasse"}]}, "created_at": "Fri Jan 08 15:06:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685477649523712000, "text": "RT @neil_finnweevil: PLEASE RETWEET. THANK YOU! https://t.co/4ZnTo0GI7T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13368452, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 10335, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13368452/1396530463", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3300795096", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "current.sh", "url": "http://t.co/43c4yK78zi", "expanded_url": "http://current.sh", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "268BD2", "geo_enabled": false, "followers_count": 192, "location": "", "screen_name": "currentsh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "current.sh", "profile_use_background_image": false, "description": "the log management saas you've been looking for. built by @vektrasays.", "url": "http://t.co/43c4yK78zi", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634188694484750337/FQi_1TrA_normal.png", "profile_background_color": "000000", "created_at": "Wed Jul 29 20:09:17 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634188694484750337/FQi_1TrA_normal.png", "favourites_count": 8, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685167345329831936", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "producthunt.com/tech/current-3\u2026", "url": "https://t.co/ccTe9IhAJB", "expanded_url": "https://www.producthunt.com/tech/current-3#comment-207860", "indices": [89, 112]}], "hashtags": [], "user_mentions": [{"screen_name": "currentsh", "id_str": "3300795096", "id": 3300795096, "indices": [40, 50], "name": "current.sh"}, {"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [54, 66], "name": "Product Hunt"}]}, "created_at": "Thu Jan 07 18:33:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0775fcd6eb188d7c.json", "country": "United States", "attributes": {}, "place_type": "neighborhood", "bounding_box": {"coordinates": [[[-118.3613876, 34.043829], [-118.309037, 34.043829], [-118.309037, 34.083516], [-118.3613876, 34.083516]]], "type": "Polygon"}, "full_name": "Mid-Wilshire, Los Angeles", "contained_within": [], "country_code": "US", "id": "0775fcd6eb188d7c", "name": "Mid-Wilshire"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685167345329831936, "text": "I\u2019m currently answering questions about @currentsh on @ProductHunt, so let me have them! https://t.co/ccTe9IhAJB", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685171895952490498", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "producthunt.com/tech/current-3\u2026", "url": "https://t.co/ccTe9IhAJB", "expanded_url": "https://www.producthunt.com/tech/current-3#comment-207860", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "evanphx", "id_str": "5444392", "id": 5444392, "indices": [3, 11], "name": "Evan Phoenix"}, {"screen_name": "currentsh", "id_str": "3300795096", "id": 3300795096, "indices": [53, 63], "name": "current.sh"}, {"screen_name": "ProductHunt", "id_str": "2208027565", "id": 2208027565, "indices": [67, 79], "name": "Product Hunt"}]}, "created_at": "Thu Jan 07 18:51:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685171895952490498, "text": "RT @evanphx: I\u2019m currently answering questions about @currentsh on @ProductHunt, so let me have them! https://t.co/ccTe9IhAJB", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3300795096, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 36, "is_translator": false}, {"time_zone": "Tijuana", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "21170138", "following": false, "friends_count": 403, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "current.sh", "url": "https://t.co/43c4yJPxHK", "expanded_url": "http://current.sh", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 2050, "location": "San Francisco, CA", "screen_name": "jlsuttles", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 107, "name": "\u2728Jessica Suttles\u2728", "profile_use_background_image": true, "description": "Co-Founder & CTO @currentsh", "url": "https://t.co/43c4yJPxHK", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666749836822114304/3i-1-RtX_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Feb 18 04:49:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666749836822114304/3i-1-RtX_normal.jpg", "favourites_count": 4798, "status": {"in_reply_to_status_id": 685608984401850368, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "raihanaaaa", "in_reply_to_user_id": 23154665, "in_reply_to_status_id_str": "685608984401850368", "in_reply_to_user_id_str": "23154665", "truncated": false, "id_str": "685621709433516032", "id": 685621709433516032, "text": "@raihanaaaa yes pls!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "raihanaaaa", "id_str": "23154665", "id": 23154665, "indices": [0, 11], "name": "Rae."}]}, "created_at": "Sat Jan 09 00:38:48 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 21170138, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 10077, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21170138/1448066737", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15714950", "following": false, "friends_count": 35, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 179, "location": "", "screen_name": "ruoho", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Clint Ruoho", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1226693053/Screen_shot_2011-01-26_at_4.27.16_PM_normal.png", "profile_background_color": "022330", "created_at": "Sun Aug 03 22:20:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1226693053/Screen_shot_2011-01-26_at_4.27.16_PM_normal.png", "favourites_count": 18, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682197364367425537", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wtfismyip.com", "url": "https://t.co/QfqlilFduQ", "expanded_url": "https://wtfismyip.com/", "indices": [13, 36]}], "hashtags": [{"text": "FreeBasics", "indices": [111, 122]}], "user_mentions": []}, "created_at": "Wed Dec 30 13:51:40 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682197364367425537, "text": "Surprisingly https://t.co/QfqlilFduQ has met the technical guidelines and is pending inclusion in Free Basics! #FreeBasics", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682229939072937984", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wtfismyip.com", "url": "https://t.co/QfqlilFduQ", "expanded_url": "https://wtfismyip.com/", "indices": [28, 51]}], "hashtags": [{"text": "FreeBasics", "indices": [126, 137]}], "user_mentions": [{"screen_name": "wtfismyip", "id_str": "359037938", "id": 359037938, "indices": [3, 13], "name": "WTF IS MY IP!?!?!?"}]}, "created_at": "Wed Dec 30 16:01:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682229939072937984, "text": "RT @wtfismyip: Surprisingly https://t.co/QfqlilFduQ has met the technical guidelines and is pending inclusion in Free Basics! #FreeBasics", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 15714950, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 17, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "755178", "following": false, "friends_count": 1779, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bob.ippoli.to", "url": "http://t.co/8Z9JtvGN55", "expanded_url": "http://bob.ippoli.to/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 5239, "location": "San Francisco, CA", "screen_name": "etrepum", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 315, "name": "Bob Ippolito", "profile_use_background_image": true, "description": "@playfig cofounder/CTO. @missionbit board member & lead instructor. Former founder/CTO of Mochi Media. Open source python/js/erlang/haskell/obj-c/ruby developer", "url": "http://t.co/8Z9JtvGN55", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635615219218190336/mhDIVRPn_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Tue Feb 06 09:23:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635615219218190336/mhDIVRPn_normal.jpg", "favourites_count": 5820, "status": {"retweet_count": 12, "retweeted_status": {"retweet_count": 12, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "617059621379780608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tools.ietf.org/html/draft-tho\u2026", "url": "https://t.co/XCpUoEM89o", "expanded_url": "https://tools.ietf.org/html/draft-thomson-postel-was-wrong-00", "indices": [18, 41]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jul 03 19:57:32 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 617059621379780608, "text": "Postel was wrong. https://t.co/XCpUoEM89o", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685619587912605697", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tools.ietf.org/html/draft-tho\u2026", "url": "https://t.co/XCpUoEM89o", "expanded_url": "https://tools.ietf.org/html/draft-thomson-postel-was-wrong-00", "indices": [29, 52]}], "hashtags": [], "user_mentions": [{"screen_name": "dreid", "id_str": "756241", "id": 756241, "indices": [3, 9], "name": "dreid"}]}, "created_at": "Sat Jan 09 00:30:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685619587912605697, "text": "RT @dreid: Postel was wrong. https://t.co/XCpUoEM89o", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 755178, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 11507, "profile_banner_url": "https://pbs.twimg.com/profile_banners/755178/1353725023", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "19315174", "following": false, "friends_count": 123, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000157221152/Pto1E_cS.png", "notifications": false, "profile_sidebar_fill_color": "96C6ED", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 798508, "location": "Redmond, WA", "screen_name": "MicrosoftEdge", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5871, "name": "Microsoft Edge", "profile_use_background_image": false, "description": "The official Twitter handle for Microsoft Edge, the new browser from Microsoft.", "url": null, "profile_text_color": "453C3C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626182170575421441/rEo9xeQt_normal.png", "profile_background_color": "3B94D9", "created_at": "Wed Jan 21 23:42:14 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626182170575421441/rEo9xeQt_normal.png", "favourites_count": 23, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685504215343443968", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "display_url": "pic.twitter.com/v6YqGwUtih", "id_str": "685503595572101120", "expanded_url": "http://twitter.com/WindowsCanada/status/685504215343443968/video/1", "id": 685503595572101120, "url": "https://t.co/v6YqGwUtih"}], "symbols": [], "urls": [{"display_url": "aka.ms/Xwzpnt", "url": "https://t.co/g4IP0j7aDz", "expanded_url": "http://aka.ms/Xwzpnt", "indices": [81, 104]}], "hashtags": [{"text": "Winning", "indices": [56, 64]}, {"text": "MicrosoftEdge", "indices": [66, 80]}], "user_mentions": []}, "created_at": "Fri Jan 08 16:51:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685504215343443968, "text": "The purrrrfect way to stay distraction free. Talk about #Winning. #MicrosoftEdge https://t.co/g4IP0j7aDz https://t.co/v6YqGwUtih", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685576467468677120", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "source_status_id_str": "685504215343443968", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "source_user_id_str": "164457546", "id_str": "685503595572101120", "id": 685503595572101120, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685503595572101120/pu/img/udIRzu3OcvMwD0LC.jpg", "type": "photo", "indices": [124, 140], "source_status_id": 685504215343443968, "source_user_id": 164457546, "display_url": "pic.twitter.com/v6YqGwUtih", "expanded_url": "http://twitter.com/WindowsCanada/status/685504215343443968/video/1", "url": "https://t.co/v6YqGwUtih"}], "symbols": [], "urls": [{"display_url": "aka.ms/Xwzpnt", "url": "https://t.co/g4IP0j7aDz", "expanded_url": "http://aka.ms/Xwzpnt", "indices": [100, 123]}], "hashtags": [{"text": "Winning", "indices": [75, 83]}, {"text": "MicrosoftEdge", "indices": [85, 99]}], "user_mentions": [{"screen_name": "WindowsCanada", "id_str": "164457546", "id": 164457546, "indices": [3, 17], "name": "Windows Canada"}]}, "created_at": "Fri Jan 08 21:39:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685576467468677120, "text": "RT @WindowsCanada: The purrrrfect way to stay distraction free. Talk about #Winning. #MicrosoftEdge https://t.co/g4IP0j7aDz https://t.co/v6\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 19315174, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000157221152/Pto1E_cS.png", "statuses_count": 1205, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19315174/1438621793", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "77343214", "following": false, "friends_count": 1042, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "danabauer.github.io", "url": "http://t.co/qTVR3d3mlq", "expanded_url": "http://danabauer.github.io/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "424F98", "geo_enabled": true, "followers_count": 2467, "location": "Philly (mostly)", "screen_name": "agentdana", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 203, "name": "Dana Bauer", "profile_use_background_image": false, "description": "Geographer, Pythonista, open data enthusiast, mom to a future astronaut. I work at Planet Labs.", "url": "http://t.co/qTVR3d3mlq", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662039893758124032/gywAF5t5_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Sep 25 23:48:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662039893758124032/gywAF5t5_normal.jpg", "favourites_count": 12277, "status": {"in_reply_to_status_id": 685597724864081922, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "taramurtha", "in_reply_to_user_id": 24011702, "in_reply_to_status_id_str": "685597724864081922", "in_reply_to_user_id_str": "24011702", "truncated": false, "id_str": "685598350121529344", "id": 685598350121529344, "text": "@taramurtha gaaaahhhhhh", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "taramurtha", "id_str": "24011702", "id": 24011702, "indices": [0, 11], "name": "Tara Murtha"}]}, "created_at": "Fri Jan 08 23:05:59 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 77343214, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4395, "profile_banner_url": "https://pbs.twimg.com/profile_banners/77343214/1444143700", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1141081634", "following": false, "friends_count": 90, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dev.modern.ie", "url": "http://t.co/r0F7MBTxRE", "expanded_url": "http://dev.modern.ie/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/595715872586539008/TmnuSkGi.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0078D7", "geo_enabled": true, "followers_count": 57822, "location": "Redmond, WA", "screen_name": "MSEdgeDev", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 741, "name": "Microsoft Edge Dev", "profile_use_background_image": true, "description": "Official news and updates from the Microsoft Web Platform team on #MicrosoftEdge and #InternetExplorer", "url": "http://t.co/r0F7MBTxRE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615660764842430465/VNNF2rAI_normal.png", "profile_background_color": "282828", "created_at": "Sat Feb 02 00:26:21 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615660764842430465/VNNF2rAI_normal.png", "favourites_count": 146, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685516791003533312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "channel9.msdn.com/Blogs/One-Dev-\u2026", "url": "https://t.co/tL4lVK9BLo", "expanded_url": "https://channel9.msdn.com/Blogs/One-Dev-Minute/Building-Websites-and-UWP-Apps-with-a-Yeoman-Generator", "indices": [71, 94]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:41:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685516791003533312, "text": "One Dev Minute: Building websites and UWP apps with a Yeoman generator https://t.co/tL4lVK9BLo", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1141081634, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/595715872586539008/TmnuSkGi.png", "statuses_count": 1681, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1141081634/1430352524", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13348", "following": false, "friends_count": 53207, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/RobertScoble", "url": "https://t.co/TZTxRbMttp", "expanded_url": "https://facebook.com/RobertScoble", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/581187091867926529/35HvDGup.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 484968, "location": "Half Moon Bay, California, USA", "screen_name": "Scobleizer", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 25250, "name": "Robert Scoble", "profile_use_background_image": true, "description": "@Rackspace's Futurist searches the world looking for what's happening on the bleeding edge of technology and brings that learning to the Internet.", "url": "https://t.co/TZTxRbMttp", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675812624999669761/cXYLehYz_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Nov 20 23:43:44 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675812624999669761/cXYLehYz_normal.jpg", "favourites_count": 62360, "status": {"retweet_count": 6, "retweeted_status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685589440765407232", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "display_url": "pic.twitter.com/sMEhdHTceR", "id_str": "685589432909467648", "expanded_url": "http://twitter.com/willobrien/status/685589440765407232/photo/1", "id": 685589432909467648, "url": "https://t.co/sMEhdHTceR"}], "symbols": [], "urls": [{"display_url": "bit.ly/1K3q0PT", "url": "https://t.co/sXih7Q0R2J", "expanded_url": "http://bit.ly/1K3q0PT", "indices": [55, 78]}], "hashtags": [{"text": "CES", "indices": [50, 54]}], "user_mentions": [{"screen_name": "richardbranson", "id_str": "8161232", "id": 8161232, "indices": [94, 109], "name": "Richard Branson"}]}, "created_at": "Fri Jan 08 22:30:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685589440765407232, "text": "Tune in now LIVE to the Extreme Tech Challenge at #CES https://t.co/sXih7Q0R2J. Winners pitch @richardbranson https://t.co/sMEhdHTceR", "coordinates": null, "retweeted": false, "favorite_count": 11, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593198958264320", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685589440765407232", "media_url": "http://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "source_user_id_str": "6853442", "id_str": "685589432909467648", "id": 685589432909467648, "media_url_https": "https://pbs.twimg.com/media/CYOz9PJUkAA9WRH.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 685589440765407232, "source_user_id": 6853442, "display_url": "pic.twitter.com/sMEhdHTceR", "expanded_url": "http://twitter.com/willobrien/status/685589440765407232/photo/1", "url": "https://t.co/sMEhdHTceR"}], "symbols": [], "urls": [{"display_url": "bit.ly/1K3q0PT", "url": "https://t.co/sXih7Q0R2J", "expanded_url": "http://bit.ly/1K3q0PT", "indices": [71, 94]}], "hashtags": [{"text": "CES", "indices": [66, 70]}], "user_mentions": [{"screen_name": "willobrien", "id_str": "6853442", "id": 6853442, "indices": [3, 14], "name": "Will O'Brien"}, {"screen_name": "richardbranson", "id_str": "8161232", "id": 8161232, "indices": [110, 125], "name": "Richard Branson"}]}, "created_at": "Fri Jan 08 22:45:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593198958264320, "text": "RT @willobrien: Tune in now LIVE to the Extreme Tech Challenge at #CES https://t.co/sXih7Q0R2J. Winners pitch @richardbranson https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 13348, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/581187091867926529/35HvDGup.jpg", "statuses_count": 67747, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13348/1450153194", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "84699828", "following": false, "friends_count": 2258, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 6995, "location": "", "screen_name": "barb_oconnor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 65, "name": "Barbara O'Connor", "profile_use_background_image": true, "description": "Girl next door mash-up :) Technology lover and biz dev aficionado. #Runner,#SUP boarder,#cyclist,#mother, dog lover, & US#Marine. Tweets=mine", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629751583232905216/J6tqmAD0_normal.jpg", "profile_background_color": "131516", "created_at": "Fri Oct 23 21:58:22 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629751583232905216/J6tqmAD0_normal.jpg", "favourites_count": 67, "status": {"retweet_count": 183, "retweeted_status": {"retweet_count": 183, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685501440639516673", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cainc.to/yArk3o", "url": "https://t.co/DG3FPs9ryJ", "expanded_url": "http://cainc.to/yArk3o", "indices": [100, 123]}], "hashtags": [], "user_mentions": [{"screen_name": "OttoBerkes", "id_str": "192448160", "id": 192448160, "indices": [30, 41], "name": "Otto Berkes"}, {"screen_name": "TheEbizWizard", "id_str": "16290014", "id": 16290014, "indices": [70, 84], "name": "Jason Bloomberg"}, {"screen_name": "ForbesTech", "id_str": "14885549", "id": 14885549, "indices": [88, 99], "name": "Forbes Tech News"}]}, "created_at": "Fri Jan 08 16:40:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685501440639516673, "text": "From Xbox to the Enterprise - @OttoBerkes is a digital influencer via @TheEbizWizard at @ForbesTech https://t.co/DG3FPs9ryJ", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "SocialFlow"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685541320170029056", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cainc.to/yArk3o", "url": "https://t.co/DG3FPs9ryJ", "expanded_url": "http://cainc.to/yArk3o", "indices": [111, 134]}], "hashtags": [], "user_mentions": [{"screen_name": "CAinc", "id_str": "14790085", "id": 14790085, "indices": [3, 9], "name": "CA Technologies"}, {"screen_name": "OttoBerkes", "id_str": "192448160", "id": 192448160, "indices": [41, 52], "name": "Otto Berkes"}, {"screen_name": "TheEbizWizard", "id_str": "16290014", "id": 16290014, "indices": [81, 95], "name": "Jason Bloomberg"}, {"screen_name": "ForbesTech", "id_str": "14885549", "id": 14885549, "indices": [99, 110], "name": "Forbes Tech News"}]}, "created_at": "Fri Jan 08 19:19:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685541320170029056, "text": "RT @CAinc: From Xbox to the Enterprise - @OttoBerkes is a digital influencer via @TheEbizWizard at @ForbesTech https://t.co/DG3FPs9ryJ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "GaggleAMP"}, "default_profile_image": false, "id": 84699828, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1939, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84699828/1440076545", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "539153822", "following": false, "friends_count": 8, "entities": {"description": {"urls": [{"display_url": "github.com/contact", "url": "https://t.co/O4Rsiuqv", "expanded_url": "https://github.com/contact", "indices": [54, 75]}]}, "url": {"urls": [{"display_url": "developer.github.com", "url": "http://t.co/WSCoZacuEW", "expanded_url": "http://developer.github.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 8329, "location": "SF", "screen_name": "GitHubAPI", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 246, "name": "GitHub API", "profile_use_background_image": true, "description": "GitHub API announcements. Send feedback/questions to https://t.co/O4Rsiuqv", "url": "http://t.co/WSCoZacuEW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1978599420/electrocat_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 28 15:52:25 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1978599420/electrocat_normal.png", "favourites_count": 9, "status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684448831757500416", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "developer.github.com/changes/2016-0\u2026", "url": "https://t.co/kZjASxXV1N", "expanded_url": "https://developer.github.com/changes/2016-01-05-api-enhancements-for-working-with-organization-permissions-are-now-official/", "indices": [76, 99]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 18:58:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684448831757500416, "text": "API enhancements for working with organization permissions are now official https://t.co/kZjASxXV1N", "coordinates": null, "retweeted": false, "favorite_count": 19, "contributors": null, "source": "Hubot @GitHubAPI Integration"}, "default_profile_image": false, "id": 539153822, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 431, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "309528017", "following": false, "friends_count": 91, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "npmjs.org", "url": "http://t.co/Yr2xkfPzXd", "expanded_url": "http://npmjs.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/263078148/npm-64-square.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "CB3837", "geo_enabled": false, "followers_count": 56431, "location": "oakland, ca", "screen_name": "npmjs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1130, "name": "npmbot", "profile_use_background_image": false, "description": "i'm the package manager for javascript. problems? try @npm_support and #npm on freenode.", "url": "http://t.co/Yr2xkfPzXd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2536744912/lejvzrnlpb308aftn31u_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu Jun 02 07:20:53 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2536744912/lejvzrnlpb308aftn31u_normal.png", "favourites_count": 195, "status": {"retweet_count": 17, "retweeted_status": {"retweet_count": 17, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685257850961014784", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/npm/npm/releas\u2026", "url": "https://t.co/BL0ttn3fLO", "expanded_url": "https://github.com/npm/npm/releases/tag/v3.5.4", "indices": [121, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "npmjs", "id_str": "309528017", "id": 309528017, "indices": [4, 10], "name": "npmbot"}]}, "created_at": "Fri Jan 08 00:32:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685257850961014784, "text": "New @npmjs\u203c For the new year we're eating our vegetables: docs & green tests \ud83d\ude01\n\nnext: 3.5.4\ncurrent: 3.5.3\n\nDetails: https://t.co/BL0ttn3fLO", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Tweetbot for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685258201831309312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/npm/npm/releas\u2026", "url": "https://t.co/BL0ttn3fLO", "expanded_url": "https://github.com/npm/npm/releases/tag/v3.5.4", "indices": [143, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "ReBeccaOrg", "id_str": "579491588", "id": 579491588, "indices": [3, 14], "name": "Rebecca v7.3.2"}, {"screen_name": "npmjs", "id_str": "309528017", "id": 309528017, "indices": [20, 26], "name": "npmbot"}]}, "created_at": "Fri Jan 08 00:34:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685258201831309312, "text": "RT @ReBeccaOrg: New @npmjs\u203c For the new year we're eating our vegetables: docs & green tests \ud83d\ude01\n\nnext: 3.5.4\ncurrent: 3.5.3\n\nDetails: https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 309528017, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/263078148/npm-64-square.png", "statuses_count": 2512, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "785764172", "following": false, "friends_count": 3, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "status.github.com", "url": "http://t.co/efPUg9pga5", "expanded_url": "http://status.github.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 29276, "location": "", "screen_name": "githubstatus", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 669, "name": "GitHub Status", "profile_use_background_image": true, "description": "", "url": "http://t.co/efPUg9pga5", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2577880769/687474703a2f2f636c2e6c792f696d6167652f337330463237324b3254324c2f636f6e74656e74_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Aug 28 00:04:59 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2577880769/687474703a2f2f636c2e6c792f696d6167652f337330463237324b3254324c2f636f6e74656e74_normal.png", "favourites_count": 3, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685287597560696833", "id": 685287597560696833, "text": "Everything operating normally.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 02:31:09 +0000 2016", "source": "OctoStatus Production", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 785764172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 929, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "82874321", "following": false, "friends_count": 1136, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.amber.org", "url": "https://t.co/hvvj9vghmG", "expanded_url": "http://blog.amber.org", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 839, "location": "Seattle, WA", "screen_name": "petrillic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 121, "name": "Security Therapist", "profile_use_background_image": true, "description": "Social Justice _________. Nerd. Tinkerer. General trouble maker. Always learning more useless things. Homo sum humani a me nihil alienum puto.", "url": "https://t.co/hvvj9vghmG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676244054850461696/R1tkjvAO_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Fri Oct 16 13:11:25 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676244054850461696/R1tkjvAO_normal.jpg", "favourites_count": 3415, "status": {"in_reply_to_status_id": 685624995892965376, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "secvalve", "in_reply_to_user_id": 155858106, "in_reply_to_status_id_str": "685624995892965376", "in_reply_to_user_id_str": "155858106", "truncated": false, "id_str": "685625086447988736", "id": 685625086447988736, "text": "@secvalve yeah, mine's 16GB, but the desktop has 64GB, so\u2026", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "secvalve", "id_str": "155858106", "id": 155858106, "indices": [0, 9], "name": "Kate Pearce"}]}, "created_at": "Sat Jan 09 00:52:13 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 82874321, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 52187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/82874321/1418621071", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "6297412", "following": false, "friends_count": 820, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "redmonk.com", "url": "http://t.co/U63YEc1eN4", "expanded_url": "http://redmonk.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1019, "location": "London", "screen_name": "fintanr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 118, "name": "Fintan Ryan", "profile_use_background_image": true, "description": "Industry analyst @redmonk. Business, technology, communities, data, platforms and occasional interjections.", "url": "http://t.co/U63YEc1eN4", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/646431855953244161/mbkUpu6z_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu May 24 21:58:29 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/646431855953244161/mbkUpu6z_normal.jpg", "favourites_count": 1036, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685422437757005824", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mamamia.com.au/rules-for-visi\u2026", "url": "https://t.co/3yc87RdloV", "expanded_url": "http://www.mamamia.com.au/rules-for-visiting-a-newborn/", "indices": [49, 72]}], "hashtags": [], "user_mentions": [{"screen_name": "sogrady", "id_str": "143883", "id": 143883, "indices": [83, 91], "name": "steve o'grady"}, {"screen_name": "girltuesday", "id_str": "16833482", "id": 16833482, "indices": [96, 108], "name": "mko'g"}]}, "created_at": "Fri Jan 08 11:26:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685422437757005824, "text": "Two and a bit weeks in, and this reads so well.. https://t.co/3yc87RdloV, thinking @sogrady and @girltuesday may enjoy reading this too :).", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6297412, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 4240, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6297412/1393521949", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "29170474", "following": false, "friends_count": 227, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sirupsen.com", "url": "http://t.co/lGprTMnO09", "expanded_url": "http://sirupsen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "F7F7F7", "profile_link_color": "0066AA", "geo_enabled": true, "followers_count": 3305, "location": "Ottawa, Canada", "screen_name": "Sirupsen", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 133, "name": "Simon Eskildsen", "profile_use_background_image": false, "description": "WebScale @Shopify. Canadian in training.", "url": "http://t.co/lGprTMnO09", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603925619542491138/O12EnXHK_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Apr 06 09:15:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EFEFEF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603925619542491138/O12EnXHK_normal.jpg", "favourites_count": 1073, "status": {"in_reply_to_status_id": 685581732322668544, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/38d5974e82ed1a6c.json", "country": "Canada", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-76.353876, 44.961937], [-75.246407, 44.961937], [-75.246407, 45.534511], [-76.353876, 45.534511]]], "type": "Polygon"}, "full_name": "Ottawa, Ontario", "contained_within": [], "country_code": "CA", "id": "38d5974e82ed1a6c", "name": "Ottawa"}, "in_reply_to_screen_name": "jnunemaker", "in_reply_to_user_id": 4243, "in_reply_to_status_id_str": "685581732322668544", "in_reply_to_user_id_str": "4243", "truncated": false, "id_str": "685594548618182656", "id": 685594548618182656, "text": "@jnunemaker Circuit breakers <3 Curious why you ended up building your own over using Semian's?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jnunemaker", "id_str": "4243", "id": 4243, "indices": [0, 11], "name": "John Nunemaker"}]}, "created_at": "Fri Jan 08 22:50:52 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29170474, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 10223, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29170474/1379296952", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15911738", "following": false, "friends_count": 1688, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ryandlane.com", "url": "http://t.co/eD11mzD1mC", "expanded_url": "http://ryandlane.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1553, "location": "San Francisco, CA", "screen_name": "SquidDLane", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 108, "name": "Ryan Lane", "profile_use_background_image": true, "description": "DevOps Engineer at Lyft, Site Operations volunteer at Wikimedia Foundation and SaltStack volunteer Developer.", "url": "http://t.co/eD11mzD1mC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/611423341174370306/r3pUltM7_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Aug 20 00:39:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/611423341174370306/r3pUltM7_normal.jpg", "favourites_count": 26, "status": {"in_reply_to_status_id": 685203908256370688, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "SquidDLane", "in_reply_to_user_id": 15911738, "in_reply_to_status_id_str": "685203908256370688", "in_reply_to_user_id_str": "15911738", "truncated": false, "id_str": "685204036606234624", "id": 685204036606234624, "text": "@tmclaughbos time to make a boto3_asg execution module ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tmclaughbos", "id_str": "740920470", "id": 740920470, "indices": [0, 12], "name": "Tom McLaughlin"}]}, "created_at": "Thu Jan 07 20:59:07 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15911738, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4934, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1442355080", "following": false, "friends_count": 556, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 604, "location": "Pittsburgh, PA", "screen_name": "emdantrim", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 19, "name": "hOI!!!! i'm emmie!!!", "profile_use_background_image": true, "description": "I type special words that computers sometimes find meaning in. my words are mine. she. @travisci", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661063298050232320/OojSihMi_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Sun May 19 22:47:02 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661063298050232320/OojSihMi_normal.jpg", "favourites_count": 7316, "status": {"in_reply_to_status_id": 685613356603031552, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "wilkieii", "in_reply_to_user_id": 17047955, "in_reply_to_status_id_str": "685613356603031552", "in_reply_to_user_id_str": "17047955", "truncated": false, "id_str": "685613747482800129", "id": 685613747482800129, "text": "@wilkieii if you build an application that does this for you, twitter will send you a cease and desist and then implement the feature", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wilkieii", "id_str": "17047955", "id": 17047955, "indices": [0, 9], "name": "wilkie"}]}, "created_at": "Sat Jan 09 00:07:10 +0000 2016", "source": "TweetDeck", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1442355080, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6202, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1442355080/1450668537", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "11764", "following": false, "friends_count": 61, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cdevroe.com", "url": "http://t.co/1iJmxH8GUB", "expanded_url": "http://cdevroe.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/382727777/pattern_102.gif", "notifications": false, "profile_sidebar_fill_color": "999999", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 3740, "location": "Jermyn, PA USA", "screen_name": "cdevroe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 179, "name": "Colin Devroe", "profile_use_background_image": false, "description": "Pronounced: See-Dev-Roo. Co-founder of @plainmade & @coalwork. JW. Kayaker.", "url": "http://t.co/1iJmxH8GUB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/662011814197133312/cVL3hg5q_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Nov 08 03:01:15 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/662011814197133312/cVL3hg5q_normal.jpg", "favourites_count": 10667, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679337835888058368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "plainmade.com/blog/14578/lin\u2026", "url": "https://t.co/XgBYYftnu4", "expanded_url": "http://plainmade.com/blog/14578/links-from-last-week-9", "indices": [23, 46]}], "hashtags": [], "user_mentions": [{"screen_name": "deathtostock", "id_str": "1727323538", "id": 1727323538, "indices": [51, 64], "name": "Death To Stock"}, {"screen_name": "jaredsinclair", "id_str": "15004156", "id": 15004156, "indices": [66, 80], "name": "Jared Sinclair"}, {"screen_name": "RyanClarkDH", "id_str": "596003901", "id": 596003901, "indices": [83, 95], "name": "Ryan Clark"}, {"screen_name": "miguelrios", "id_str": "14717846", "id": 14717846, "indices": [97, 108], "name": "Miguel Rios"}, {"screen_name": "aimeeshiree", "id_str": "14347487", "id": 14347487, "indices": [110, 122], "name": "aimeeshiree"}, {"screen_name": "nathanaeljm", "id_str": "97536835", "id": 97536835, "indices": [124, 136], "name": "Nathanael J Mehrens"}]}, "created_at": "Tue Dec 22 16:28:56 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679337835888058368, "text": "Links from Last Week 9 https://t.co/XgBYYftnu4\n\nw/ @deathtostock, @jaredsinclair, @RyanClarkDH, @miguelrios, @aimeeshiree, @nathanaeljm", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679340399832522752", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "plainmade.com/blog/14578/lin\u2026", "url": "https://t.co/XgBYYftnu4", "expanded_url": "http://plainmade.com/blog/14578/links-from-last-week-9", "indices": [38, 61]}], "hashtags": [], "user_mentions": [{"screen_name": "plainmade", "id_str": "977048040", "id": 977048040, "indices": [3, 13], "name": "Plain"}, {"screen_name": "deathtostock", "id_str": "1727323538", "id": 1727323538, "indices": [66, 79], "name": "Death To Stock"}, {"screen_name": "jaredsinclair", "id_str": "15004156", "id": 15004156, "indices": [81, 95], "name": "Jared Sinclair"}, {"screen_name": "RyanClarkDH", "id_str": "596003901", "id": 596003901, "indices": [98, 110], "name": "Ryan Clark"}, {"screen_name": "miguelrios", "id_str": "14717846", "id": 14717846, "indices": [112, 123], "name": "Miguel Rios"}, {"screen_name": "aimeeshiree", "id_str": "14347487", "id": 14347487, "indices": [125, 137], "name": "aimeeshiree"}, {"screen_name": "nathanaeljm", "id_str": "97536835", "id": 97536835, "indices": [139, 140], "name": "Nathanael J Mehrens"}]}, "created_at": "Tue Dec 22 16:39:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679340399832522752, "text": "RT @plainmade: Links from Last Week 9 https://t.co/XgBYYftnu4\n\nw/ @deathtostock, @jaredsinclair, @RyanClarkDH, @miguelrios, @aimeeshiree, \u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 11764, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/382727777/pattern_102.gif", "statuses_count": 42666, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11764/1444176827", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "13332442", "following": false, "friends_count": 337, "entities": {"description": {"urls": [{"display_url": "flickr.com/photos/mikepan\u2026", "url": "https://t.co/gIfppzqMQO", "expanded_url": "http://www.flickr.com/photos/mikepanchenko/11139648213/", "indices": [117, 140]}]}, "url": {"urls": [{"display_url": "mihasya.com", "url": "http://t.co/8ZVGv5uCcl", "expanded_url": "http://mihasya.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/321246618/UnicornMermaid1.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 842, "location": "The steak by the m'lake", "screen_name": "mihasya", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 52, "name": "Pancakes", "profile_use_background_image": true, "description": "making a career of naming projects after foods @newrelic. Formerly @opsmatic @urbanairship @simplegeo @flickr @yahoo https://t.co/gIfppzqMQO", "url": "http://t.co/8ZVGv5uCcl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/629345050024112128/x-Rs_MoH_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Feb 11 03:13:51 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629345050024112128/x-Rs_MoH_normal.png", "favourites_count": 916, "status": {"in_reply_to_status_id": 684832544966103040, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "polotek", "in_reply_to_user_id": 20079975, "in_reply_to_status_id_str": "684832544966103040", "in_reply_to_user_id_str": "20079975", "truncated": false, "id_str": "685606078638243841", "id": 685606078638243841, "text": "@polotek I cannot convey in text the size of the CONGRATS I'd like to send your way. Also that birth story was intense y'all are both champs", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "polotek", "id_str": "20079975", "id": 20079975, "indices": [0, 8], "name": "Marco Rogers"}]}, "created_at": "Fri Jan 08 23:36:41 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 13332442, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/321246618/UnicornMermaid1.jpg", "statuses_count": 9830, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13332442/1437710921", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "212199251", "following": false, "friends_count": 155, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "orkjern.com", "url": "https://t.co/cJoUSHfCc3", "expanded_url": "https://orkjern.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 170, "location": "Norway", "screen_name": "orkj", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "eiriksm", "profile_use_background_image": false, "description": "All about Drupal, JS and good beer.", "url": "https://t.co/cJoUSHfCc3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1652448910/1432042002_normal.jpg", "profile_background_color": "A1A1A1", "created_at": "Fri Nov 05 12:15:41 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1652448910/1432042002_normal.jpg", "favourites_count": 207, "status": {"retweet_count": 0, "in_reply_to_user_id": 2154622149, "possibly_sensitive": false, "id_str": "685442655992451072", "in_reply_to_user_id_str": "2154622149", "entities": {"media": [{"sizes": {"large": {"w": 673, "h": 221, "resize": "fit"}, "small": {"w": 340, "h": 111, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 197, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMudowWcAAZ7EK.png", "type": "photo", "indices": [77, 100], "media_url": "http://pbs.twimg.com/media/CYMudowWcAAZ7EK.png", "display_url": "pic.twitter.com/403urs6oC3", "id_str": "685442654981746688", "expanded_url": "http://twitter.com/orkj/status/685442655992451072/photo/1", "id": 685442654981746688, "url": "https://t.co/403urs6oC3"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "torbmorland", "id_str": "2154622149", "id": 2154622149, "indices": [0, 12], "name": "Torbj\u00f8rn Morland"}, {"screen_name": "github", "id_str": "13334762", "id": 13334762, "indices": [13, 20], "name": "GitHub"}]}, "created_at": "Fri Jan 08 12:47:18 +0000 2016", "favorited": false, "in_reply_to_status_id": 685416670555443200, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "torbmorland", "in_reply_to_status_id_str": "685416670555443200", "truncated": false, "id": 685442655992451072, "text": "@torbmorland @github While you are at it, please create this project as well https://t.co/403urs6oC3", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 212199251, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 318, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24659495", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/bcoe", "url": "https://t.co/oVbQkCBHsB", "expanded_url": "https://github.com/bcoe", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453387989779902465/21ShBGqR.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1331, "location": "San Francisco", "screen_name": "BenjaminCoe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 93, "name": "Benjamin Coe", "profile_use_background_image": true, "description": "I'm a street walking cheetah with a heart full of napalm. Co-founded @attachmentsme, currently hacks up a storm @npmjs. Aspiring human.", "url": "https://t.co/oVbQkCBHsB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682797648097640449/qU5j-zeb_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Mar 16 06:23:28 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682797648097640449/qU5j-zeb_normal.jpg", "favourites_count": 2517, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685252262696861697", "id": 685252262696861697, "text": "I've been watching greenkeeper.io get a ton of traction across many of the projects I contribute to, wonderful idea @boennemann \\o/", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "boennemann", "id_str": "37506335", "id": 37506335, "indices": [116, 127], "name": "Stephan B\u00f6nnemann"}]}, "created_at": "Fri Jan 08 00:10:45 +0000 2016", "source": "Twitter Web Client", "favorite_count": 13, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 24659495, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453387989779902465/21ShBGqR.jpeg", "statuses_count": 3524, "is_translator": false}, {"time_zone": "Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "18210275", "following": false, "friends_count": 235, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "HelloJustine.com", "url": "http://t.co/9NRKpNO5Cj", "expanded_url": "http://HelloJustine.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445981363426955264/XCu3Jw7N.png", "notifications": false, "profile_sidebar_fill_color": "E8E6DF", "profile_link_color": "2EC29D", "geo_enabled": true, "followers_count": 2243, "location": "Where the Wild Things Are", "screen_name": "SaltineJustine", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 122, "name": "Justine Arreche", "profile_use_background_image": true, "description": "I never met a deep fryer I didn't like \u2014 Lead Clipart Strategist at @travisci.", "url": "http://t.co/9NRKpNO5Cj", "profile_text_color": "404040", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664836755489619968/GHInMYMD_normal.jpg", "profile_background_color": "242424", "created_at": "Thu Dec 18 06:09:40 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664836755489619968/GHInMYMD_normal.jpg", "favourites_count": 18042, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685601535380832256", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtube.com/watch?v=3uT4RV\u2026", "url": "https://t.co/shfgUir3HQ", "expanded_url": "https://www.youtube.com/watch?v=3uT4RV2Dfjs", "indices": [56, 79]}], "hashtags": [], "user_mentions": [{"screen_name": "lstoll", "id_str": "59282163", "id": 59282163, "indices": [46, 53], "name": "Kernel Sanders"}]}, "created_at": "Fri Jan 08 23:18:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/0eb9676d24b211f1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-81.877771, 41.392684], [-81.5331634, 41.392684], [-81.5331634, 41.599195], [-81.877771, 41.599195]]], "type": "Polygon"}, "full_name": "Cleveland, OH", "contained_within": [], "country_code": "US", "id": "0eb9676d24b211f1", "name": "Cleveland"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685601535380832256, "text": "Friday evening beats brought to you by me and @lstoll \u2014 https://t.co/shfgUir3HQ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18210275, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445981363426955264/XCu3Jw7N.png", "statuses_count": 23373, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18210275/1437218808", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "11848", "following": false, "friends_count": 2306, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/thisisdeb", "url": "http://t.co/JKlV7BRnzd", "expanded_url": "http://about.me/thisisdeb", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 9039, "location": "SF & NYC", "screen_name": "debs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 734, "name": "debs", "profile_use_background_image": false, "description": "Living at intersection of people, tech, design & horses | Technology changes, humans don't |\r\nCo-founder @yxyy @tummelvision @ILEquestrian", "url": "http://t.co/JKlV7BRnzd", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1302642444/avataruse2011_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Nov 08 17:47:14 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1302642444/avataruse2011_normal.jpg", "favourites_count": 1096, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685226261308784644", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "fb.me/76u9wdYOo", "url": "https://t.co/FXGpjqARuU", "expanded_url": "http://fb.me/76u9wdYOo", "indices": [104, 127]}], "hashtags": [{"text": "yxyy", "indices": [134, 139]}], "user_mentions": [{"screen_name": "jboitnott", "id_str": "14486811", "id": 14486811, "indices": [34, 44], "name": "John Boitnott"}, {"screen_name": "YxYY", "id_str": "1232029844", "id": 1232029844, "indices": [128, 133], "name": "Yes and Yes Yes"}]}, "created_at": "Thu Jan 07 22:27:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685226261308784644, "text": "Thanks for the shout out John! RT @jboitnott: Why Many Tech Execs Are Skipping the Consumer Electronics https://t.co/FXGpjqARuU @yxyy #yxyy", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 11848, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 13886, "profile_banner_url": "https://pbs.twimg.com/profile_banners/11848/1414180455", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15662622", "following": false, "friends_count": 4657, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@stevenewcomb", "url": "https://t.co/l86N09uJWv", "expanded_url": "http://www.medium.com/@stevenewcomb", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 29588, "location": "San Francisco, CA", "screen_name": "stevenewcomb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 676, "name": "stevenewcomb", "profile_use_background_image": true, "description": "founder @befamous \u2022 founder @powerset (now MSFT Bing) \u2022 board Node.js \u2022 designer \u2022 ux \u2022 ui", "url": "https://t.co/l86N09uJWv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2630739604/08d6cc231d487fd5d04566f8e149ee38_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jul 30 16:55:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2630739604/08d6cc231d487fd5d04566f8e149ee38_normal.jpeg", "favourites_count": 86, "status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": {"url": "https://api.twitter.com/1.1/geo/id/5ef5b7f391e30aff.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.324818, 37.8459532], [-122.234225, 37.8459532], [-122.234225, 37.905738], [-122.324818, 37.905738]]], "type": "Polygon"}, "full_name": "Berkeley, CA", "contained_within": [], "country_code": "US", "id": "5ef5b7f391e30aff", "name": "Berkeley"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679695243453661184", "id": 679695243453661184, "text": "When I asked my grandfather if one can be both wise and immature, he said pull my finger and I'll tell you.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 23 16:09:08 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 19, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15662622, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1147, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15662622/1398732045", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14708110", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000167800554/LZjRbYWD.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 42, "location": "", "screen_name": "pease", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 0, "name": "Dave Pease", "profile_use_background_image": true, "description": "Father, Husband, .NET Developer at IBS, Inc.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664853157634162689/YcL3EFhB_normal.jpg", "profile_background_color": "131516", "created_at": "Fri May 09 01:18:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664853157634162689/YcL3EFhB_normal.jpg", "favourites_count": 4, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000167800554/LZjRbYWD.jpeg", "default_profile_image": false, "id": 14708110, "blocked_by": false, "profile_background_tile": true, "statuses_count": 136, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14708110/1425394211", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "133448051", "following": false, "friends_count": 79, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ussoccer.com", "url": "http://t.co/lBXZsLTYug", "expanded_url": "http://www.ussoccer.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/619270159618801664/i2k_HV0W.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 533359, "location": "United States", "screen_name": "ussoccer_wnt", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4083, "name": "U.S. Soccer WNT", "profile_use_background_image": true, "description": "U.S. Soccer's official feed for the #USWNT.", "url": "http://t.co/lBXZsLTYug", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617869619899027456/P7-sP9k3_normal.png", "profile_background_color": "E4E5E6", "created_at": "Thu Apr 15 20:39:54 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617869619899027456/P7-sP9k3_normal.png", "favourites_count": 86, "status": {"retweet_count": 317, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609673668427777", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/4ee8494e-4f5\u2026", "url": "https://t.co/DzHc1f29T6", "expanded_url": "https://amp.twimg.com/v/4ee8494e-4f5b-4062-a847-abbf85aaa21e", "indices": [119, 142]}], "hashtags": [{"text": "USWNT", "indices": [11, 17]}, {"text": "JanuaryCamp", "indices": [95, 107]}, {"text": "RoadToRio", "indices": [108, 118]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:50:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609673668427777, "text": "WATCH: the #USWNT is off & running in 2016 with its first training camp of the year in LA. #JanuaryCamp #RoadToRio\nhttps://t.co/DzHc1f29T6", "coordinates": null, "retweeted": false, "favorite_count": 990, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 133448051, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/619270159618801664/i2k_HV0W.png", "statuses_count": 13471, "profile_banner_url": "https://pbs.twimg.com/profile_banners/133448051/1436146536", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "520782355", "following": false, "friends_count": 380, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "squidandcrow.com", "url": "http://t.co/Iz4ZfDvOHi", "expanded_url": "http://squidandcrow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 330, "location": "Pasco, WA", "screen_name": "SquidAndCrow", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 23, "name": "Sara Quinn, Person", "profile_use_background_image": true, "description": "Thing Maker | Squid Wrangler | Free Thinker | Gamer | Friend | Occasional Meat | She/Her or They/Them", "url": "http://t.co/Iz4ZfDvOHi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/616693530677764096/U_xcDaV4_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sat Mar 10 22:18:27 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/616693530677764096/U_xcDaV4_normal.jpg", "favourites_count": 3128, "status": {"in_reply_to_status_id": 685540745177133058, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "duosec", "in_reply_to_user_id": 95339302, "in_reply_to_status_id_str": "685540745177133058", "in_reply_to_user_id_str": "95339302", "truncated": false, "id_str": "685592067100131330", "id": 685592067100131330, "text": "@duosec That scared me! So funny, though ;)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "duosec", "id_str": "95339302", "id": 95339302, "indices": [0, 7], "name": "Duo Security"}]}, "created_at": "Fri Jan 08 22:41:01 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 520782355, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 2610, "profile_banner_url": "https://pbs.twimg.com/profile_banners/520782355/1448506590", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2981041874", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "requiresafe.com", "url": "http://t.co/Gbxa8dLwYt", "expanded_url": "http://requiresafe.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 54, "location": "Richland, wa", "screen_name": "requiresafe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "requireSafe", "profile_use_background_image": true, "description": "Peace of mind for third-party Node modules. Brought to you by the @liftsecurity team and the founders of the @nodesecurity project.", "url": "http://t.co/Gbxa8dLwYt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/555158573378830336/9zqs7h2B_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jan 13 23:44:44 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/555158573378830336/9zqs7h2B_normal.png", "favourites_count": 6, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "661228477689950208", "id": 661228477689950208, "text": "If you haven't done so please switch from using requiresafe to using nsp. The infrastructure will be taken down today.\n\nnpm i nsp -g", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 02 17:08:48 +0000 2015", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2981041874, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 25, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15445975", "following": false, "friends_count": 600, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paddy.io", "url": "http://t.co/lLVQ2zF195", "expanded_url": "http://paddy.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 879, "location": "Richland, WA", "screen_name": "paddyforan", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 95, "name": "Paddy", "profile_use_background_image": true, "description": "\u201cof Paddy & Ethan\u201d", "url": "http://t.co/lLVQ2zF195", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433766988179963904/MjnoKMzP_normal.jpeg", "profile_background_color": "ACDED6", "created_at": "Tue Jul 15 21:02:05 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433766988179963904/MjnoKMzP_normal.jpeg", "favourites_count": 2760, "status": {"in_reply_to_status_id": 685493379812098049, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/0dd0c9c93b5519e1.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-119.348075, 46.164988], [-119.211248, 46.164988], [-119.211248, 46.3513671], [-119.348075, 46.3513671]]], "type": "Polygon"}, "full_name": "Richland, WA", "contained_within": [], "country_code": "US", "id": "0dd0c9c93b5519e1", "name": "Richland"}, "in_reply_to_screen_name": "wraithgar", "in_reply_to_user_id": 36700219, "in_reply_to_status_id_str": "685493379812098049", "in_reply_to_user_id_str": "36700219", "truncated": false, "id_str": "685515588530126850", "id": 685515588530126850, "text": "@wraithgar saaaaame", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [0, 10], "name": "Gar"}]}, "created_at": "Fri Jan 08 17:37:07 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15445975, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 39215, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15445975/1403466417", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2511636140", "following": false, "friends_count": 159, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "heatherloui.se", "url": "https://t.co/8kOnavMn2N", "expanded_url": "http://heatherloui.se", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "077A7A", "geo_enabled": false, "followers_count": 103, "location": "Claremont, CA", "screen_name": "one000mph", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 11, "name": "Heather", "profile_use_background_image": true, "description": "Adventurer. Connoisseur Of Fine Teas. Collector of Outrageous Hats. STEM. Yogi.", "url": "https://t.co/8kOnavMn2N", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/468983792628011008/bmZ6KUyZ_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed May 21 05:02:13 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468983792628011008/bmZ6KUyZ_normal.jpeg", "favourites_count": 53, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "666510529041575936", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "top13.net/funny-jerk-cat\u2026", "url": "https://t.co/cQ4rAKpy5O", "expanded_url": "http://www.top13.net/funny-jerk-cats-dont-respect-personal-space/", "indices": [0, 23]}], "hashtags": [], "user_mentions": [{"screen_name": "wraithgar", "id_str": "36700219", "id": 36700219, "indices": [24, 34], "name": "Gar"}]}, "created_at": "Tue Nov 17 06:57:47 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 666510529041575936, "text": "https://t.co/cQ4rAKpy5O @wraithgar", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2511636140, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 60, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2511636140/1400652181", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3332249974", "following": false, "friends_count": 382, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2293, "location": "", "screen_name": "opsecanimals", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 75, "name": "OpSec Animals", "profile_use_background_image": true, "description": "Animal OPSEC. The animals that teach and encourage good security practices. Boutique Animal Security Consultancy.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/657021265060823040/H2vfDx4Q_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 18 06:10:24 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/657021265060823040/H2vfDx4Q_normal.jpg", "favourites_count": 1187, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685591424625184769", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "modelviewculture.com/pieces/groomin\u2026", "url": "https://t.co/mW4QbfhNVG", "expanded_url": "https://modelviewculture.com/pieces/grooming-students-for-a-lifetime-of-surveillance", "indices": [83, 106]}], "hashtags": [], "user_mentions": [{"screen_name": "jessysaurusrex", "id_str": "17797084", "id": 17797084, "indices": [66, 81], "name": "Jessy Irwin"}]}, "created_at": "Fri Jan 08 22:38:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685591424625184769, "text": "Grooming Students for A Lifetime of Surveillance, by Jessy Irwin (@jessysaurusrex) https://t.co/mW4QbfhNVG", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Known: sketches.shaffermusic.com"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685597438594293760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "modelviewculture.com/pieces/groomin\u2026", "url": "https://t.co/mW4QbfhNVG", "expanded_url": "https://modelviewculture.com/pieces/grooming-students-for-a-lifetime-of-surveillance", "indices": [100, 123]}], "hashtags": [], "user_mentions": [{"screen_name": "krisshaffer", "id_str": "136476512", "id": 136476512, "indices": [3, 15], "name": "Kris Shaffer"}, {"screen_name": "jessysaurusrex", "id_str": "17797084", "id": 17797084, "indices": [83, 98], "name": "Jessy Irwin"}]}, "created_at": "Fri Jan 08 23:02:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685597438594293760, "text": "RT @krisshaffer: Grooming Students for A Lifetime of Surveillance, by Jessy Irwin (@jessysaurusrex) https://t.co/mW4QbfhNVG", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 3332249974, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 317, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3332249974/1434610300", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18139160", "following": false, "friends_count": 389, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/inessombra", "url": "http://t.co/hZHAl1Rxhp", "expanded_url": "http://about.me/inessombra", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "151717", "geo_enabled": true, "followers_count": 2843, "location": "San Francisco, CA", "screen_name": "randommood", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 150, "name": "Ines Sombra", "profile_use_background_image": true, "description": "Engineer @fastly. Plagued by many interests including running @papers_we_love SF & board member of @rubytogether. In an everlasting quest for increased focus.", "url": "http://t.co/hZHAl1Rxhp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/486754177192697857/gklyr0y3_normal.png", "profile_background_color": "131516", "created_at": "Mon Dec 15 16:06:41 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486754177192697857/gklyr0y3_normal.png", "favourites_count": 2721, "status": {"in_reply_to_status_id": 685132380991045632, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "chrisamaphone", "in_reply_to_user_id": 5972632, "in_reply_to_status_id_str": "685132380991045632", "in_reply_to_user_id_str": "5972632", "truncated": false, "id_str": "685138209391546369", "id": 685138209391546369, "text": "@chrisamaphone The industry is predatory and bullshitty. I'm happy to share what we did (or rage with you) if it helps \ud83d\udc70\ud83c\udffc\ud83d\udc79", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "chrisamaphone", "id_str": "5972632", "id": 5972632, "indices": [0, 14], "name": "Chris Martens"}]}, "created_at": "Thu Jan 07 16:37:33 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18139160, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 7723, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18139160/1405120776", "is_translator": false}, {"time_zone": "Europe/Berlin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "5430", "following": false, "friends_count": 673, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "squeakyvessel.com", "url": "https://t.co/SmbXMAJahm", "expanded_url": "http://squeakyvessel.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/644959280/59fmaqfx3bzkkskzglzq.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "666666", "geo_enabled": true, "followers_count": 1899, "location": "Frankfurt, Germany", "screen_name": "benjamin", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 128, "name": "Benjamin Reitzammer", "profile_use_background_image": true, "description": "Head of my head, Feminist\n\n@VaamoTech //\n@socrates_2016 // \n@breathing_code", "url": "https://t.co/SmbXMAJahm", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/575285495204352000/aQPA_KlM_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Sep 07 11:54:22 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "de", "profile_image_url_https": "https://pbs.twimg.com/profile_images/575285495204352000/aQPA_KlM_normal.jpeg", "favourites_count": 1040, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685607349369860096", "id": 685607349369860096, "text": ".@henryrollins I looooove yooouuuu #manthatwasintense", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "manthatwasintense", "indices": [35, 53]}], "user_mentions": [{"screen_name": "henryrollins", "id_str": "16618332", "id": 16618332, "indices": [1, 14], "name": "henryrollins"}]}, "created_at": "Fri Jan 08 23:41:44 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5430, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/644959280/59fmaqfx3bzkkskzglzq.jpeg", "statuses_count": 9759, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5430/1425282364", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "304067888", "following": false, "friends_count": 1108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ashleygwilliams.github.io", "url": "https://t.co/rkt9BdQBYx", "expanded_url": "http://ashleygwilliams.github.io/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/468486699333332992/x56kB77O.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 5856, "location": "undefined", "screen_name": "ag_dubs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 295, "name": "ashley williams", "profile_use_background_image": true, "description": "a mess like this is easily five to ten years ahead of its time. human, @npmjs.", "url": "https://t.co/rkt9BdQBYx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676185846068805636/sVn10Lxy_normal.jpg", "profile_background_color": "000000", "created_at": "Mon May 23 21:43:03 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676185846068805636/sVn10Lxy_normal.jpg", "favourites_count": 16725, "status": {"retweet_count": 0, "in_reply_to_user_id": 351346221, "possibly_sensitive": false, "id_str": "685624661137342464", "in_reply_to_user_id_str": "351346221", "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 768, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPT-_bUwAAJvkx.jpg", "type": "photo", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CYPT-_bUwAAJvkx.jpg", "display_url": "pic.twitter.com/m4v7CIdJGJ", "id_str": "685624647421837312", "expanded_url": "http://twitter.com/ag_dubs/status/685624661137342464/photo/1", "id": 685624647421837312, "url": "https://t.co/m4v7CIdJGJ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "willmanduffy", "id_str": "351346221", "id": 351346221, "indices": [0, 13], "name": "Willman"}]}, "created_at": "Sat Jan 09 00:50:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "willmanduffy", "in_reply_to_status_id_str": null, "truncated": false, "id": 685624661137342464, "text": "@willmanduffy https://t.co/m4v7CIdJGJ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 304067888, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/468486699333332992/x56kB77O.png", "statuses_count": 28816, "profile_banner_url": "https://pbs.twimg.com/profile_banners/304067888/1400530788", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14499792", "following": false, "friends_count": 69, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fayerplay.com", "url": "http://t.co/a7vsP6hbIq", "expanded_url": "http://fayerplay.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/125537436/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F7DA93", "profile_link_color": "CC3300", "geo_enabled": false, "followers_count": 330, "location": "Columbia, Maryland", "screen_name": "papa_fire", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Leon Fayer", "profile_use_background_image": true, "description": "Technologist. Web architect. DevOps [something]. VP @OmniTI. Gamer. Die hard Ravens fan.", "url": "http://t.co/a7vsP6hbIq", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000825250987/6e327a77e234f57f7447538821c8c73e_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Apr 23 19:53:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000825250987/6e327a77e234f57f7447538821c8c73e_normal.jpeg", "favourites_count": 7, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685498351551393795", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tinyclouds.org/colorize/", "url": "https://t.co/n4MF2LMQA5", "expanded_url": "http://tinyclouds.org/colorize/", "indices": [56, 79]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:28:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685498351551393795, "text": "This is much cooler that even author leads to believe. https://t.co/n4MF2LMQA5", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 14499792, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/125537436/bg.jpg", "statuses_count": 2534, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14499792/1354950251", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14412937", "following": false, "friends_count": 150, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "eev.ee", "url": "http://t.co/ffxyntfCy2", "expanded_url": "http://eev.ee/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/673724645/b1c4eaf425c8056c62b6d7700d30034c.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "4380BF", "geo_enabled": true, "followers_count": 7056, "location": "Sin City 2000", "screen_name": "eevee", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 217, "name": "\u2744\u26c4 eevee \u26c4\u2744", "profile_use_background_image": true, "description": "i like computers but also yell about them a lot. sometimes i hack or write or draw. she/they/he", "url": "http://t.co/ffxyntfCy2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682839536955621376/cYybA7lr_normal.png", "profile_background_color": "0A3A6A", "created_at": "Wed Apr 16 21:08:32 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682839536955621376/cYybA7lr_normal.png", "favourites_count": 32351, "status": {"in_reply_to_status_id": 685626122483011584, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "keisisqrl", "in_reply_to_user_id": 1484341, "in_reply_to_status_id_str": "685626122483011584", "in_reply_to_user_id_str": "1484341", "truncated": false, "id_str": "685630168530948096", "id": 685630168530948096, "text": "@keisisqrl apparently it only even works on one brand of phone? which is an incredible leap forward in shrinking walled gardens even smaller", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "keisisqrl", "id_str": "1484341", "id": 1484341, "indices": [0, 10], "name": "squirrelbutts"}]}, "created_at": "Sat Jan 09 01:12:25 +0000 2016", "source": "Twitter for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14412937, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/673724645/b1c4eaf425c8056c62b6d7700d30034c.png", "statuses_count": 81073, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14412937/1435395260", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16642746", "following": false, "friends_count": 414, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "crappytld.club", "url": "http://t.co/d1H2gppjtx", "expanded_url": "http://crappytld.club/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000121471305/43281a8f77a7a20941862e3a278313ba.png", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 6003, "location": "Austin, TX", "screen_name": "miketaylr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 435, "name": "Mike Taylor", "profile_use_background_image": true, "description": "Web Compat at Mozilla. I mostly tweet about crappy code. \\\ufdfa\u0310\u033e\u033e\u0308\u030f\u0314\u0302\u0307\u0300\u036d\u0308\u0366\u034c\u033d\u036d\u036a\u036b\u036f\u0304\u034f\u031e\u032d\u0318\u0325\u0324\u034e\u0324\u0358\\'", "url": "http://t.co/d1H2gppjtx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1042621997/mikeyyyy_normal.png", "profile_background_color": "FFFFFF", "created_at": "Wed Oct 08 02:18:14 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1042621997/mikeyyyy_normal.png", "favourites_count": 4739, "status": {"in_reply_to_status_id": 685227191529934848, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/c3f37afa9efcf94b.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-97.928935, 30.127892], [-97.5805133, 30.127892], [-97.5805133, 30.5187994], [-97.928935, 30.5187994]]], "type": "Polygon"}, "full_name": "Austin, TX", "contained_within": [], "country_code": "US", "id": "c3f37afa9efcf94b", "name": "Austin"}, "in_reply_to_screen_name": "snorp", "in_reply_to_user_id": 14663842, "in_reply_to_status_id_str": "685227191529934848", "in_reply_to_user_id_str": "14663842", "truncated": false, "id_str": "685230499069952001", "id": 685230499069952001, "text": "@snorp i give it a year before someone is running NodeJS on one of these (help us all)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "snorp", "id_str": "14663842", "id": 14663842, "indices": [0, 6], "name": "James Willcox"}]}, "created_at": "Thu Jan 07 22:44:16 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16642746, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000121471305/43281a8f77a7a20941862e3a278313ba.png", "statuses_count": 16572, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16642746/1381258666", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "749863", "following": false, "friends_count": 565, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "relay.fm/rd", "url": "https://t.co/zuZ3gobI4e", "expanded_url": "http://www.relay.fm/rd", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3550461/merlin_icon_184.png", "notifications": false, "profile_sidebar_fill_color": "DFDFDF", "profile_link_color": "4255AE", "geo_enabled": false, "followers_count": 354977, "location": "The Outside Lands", "screen_name": "hotdogsladies", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8034, "name": "Merlin Mann", "profile_use_background_image": false, "description": "Ricordati che \u00e8 un film comico.", "url": "https://t.co/zuZ3gobI4e", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/548615975268921345/15phrwGy_normal.jpeg", "profile_background_color": "EEEEEE", "created_at": "Sat Feb 03 01:39:53 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/548615975268921345/15phrwGy_normal.jpeg", "favourites_count": 27394, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685623487570915330", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sfsketchfest2016.sched.org/event/4jDI/rod\u2026", "url": "https://t.co/aAyrIvUKZO", "expanded_url": "http://sfsketchfest2016.sched.org/event/4jDI/roderick-on-the-line-with-merlin-mann-and-john-roderick", "indices": [110, 133]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:45:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685623487570915330, "text": "If you are within 150 miles of San Francisco right now you have nothing more important going on tonight than: https://t.co/aAyrIvUKZO", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Tweetbot for i\u039fS"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685625963061772288", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sfsketchfest2016.sched.org/event/4jDI/rod\u2026", "url": "https://t.co/aAyrIvUKZO", "expanded_url": "http://sfsketchfest2016.sched.org/event/4jDI/roderick-on-the-line-with-merlin-mann-and-john-roderick", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "johnroderick", "id_str": "17431654", "id": 17431654, "indices": [3, 16], "name": "john roderick"}]}, "created_at": "Sat Jan 09 00:55:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685625963061772288, "text": "RT @johnroderick: If you are within 150 miles of San Francisco right now you have nothing more important going on tonight than: https://t.c\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 749863, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3550461/merlin_icon_184.png", "statuses_count": 29732, "profile_banner_url": "https://pbs.twimg.com/profile_banners/749863/1450650802", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "239324052", "following": false, "friends_count": 1414, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "blog.skepticfx.com", "url": "https://t.co/gLsQ0GkDmG", "expanded_url": "https://blog.skepticfx.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1421, "location": "San Francisco, CA", "screen_name": "skeptic_fx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Ahamed Nafeez", "profile_use_background_image": false, "description": "Security Engineering is one of the things I do. Views are my own and does not represent my employer.", "url": "https://t.co/gLsQ0GkDmG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650065342408953856/P53RdMt3_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Jan 17 10:33:29 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650065342408953856/P53RdMt3_normal.jpg", "favourites_count": 1253, "status": {"in_reply_to_status_id": 682429494154530817, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "verystrongjoe", "in_reply_to_user_id": 53238886, "in_reply_to_status_id_str": "682429494154530817", "in_reply_to_user_id_str": "53238886", "truncated": false, "id_str": "682501819830931457", "id": 682501819830931457, "text": "@verystrongjoe Hi! I've replied to you over email :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "verystrongjoe", "id_str": "53238886", "id": 53238886, "indices": [0, 14], "name": "Jo Uk"}]}, "created_at": "Thu Dec 31 10:01:28 +0000 2015", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 239324052, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 2307, "profile_banner_url": "https://pbs.twimg.com/profile_banners/239324052/1443490816", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3194669250", "following": false, "friends_count": 136, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wild.land", "url": "http://t.co/ktkvhRQiyM", "expanded_url": "http://wild.land", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 61, "location": "Richland, WA", "screen_name": "wildlandlabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Wildland", "profile_use_background_image": false, "description": "Software Builders, Coffee Enthusiasts, General Human Beings.", "url": "http://t.co/ktkvhRQiyM", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/598609029473009664/QNLrBX1-_normal.png", "profile_background_color": "000000", "created_at": "Wed May 13 21:58:06 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/598609029473009664/QNLrBX1-_normal.png", "favourites_count": 5, "status": {"in_reply_to_status_id": 637133104977588226, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mattepp", "in_reply_to_user_id": 14871770, "in_reply_to_status_id_str": "637133104977588226", "in_reply_to_user_id_str": "14871770", "truncated": false, "id_str": "637150029396860930", "id": 637150029396860930, "text": "Ohhai!! @mattepp ///@grElement", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mattepp", "id_str": "14871770", "id": 14871770, "indices": [8, 16], "name": "Matthew Eppelsheimer"}, {"screen_name": "grElement", "id_str": "42056876", "id": 42056876, "indices": [20, 30], "name": "Angela Steffens"}]}, "created_at": "Fri Aug 28 06:29:39 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "it"}, "default_profile_image": false, "id": 3194669250, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 22, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3194669250/1431554889", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1530096708", "following": false, "friends_count": 4721, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "closetoclever.com", "url": "https://t.co/oQf0XG5ffN", "expanded_url": "http://www.closetoclever.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "007AB3", "geo_enabled": false, "followers_count": 8747, "location": "Birmingham/London/\u3069\u3053\u3067\u3082", "screen_name": "jesslynnrose", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 298, "name": "Jessica Rose", "profile_use_background_image": true, "description": "Technology's den mother. Devrel for @dfsoftwareinc & often doing things w/ @opencodeclub, @trans_code & @watchingbuffy DMs open*, views mine", "url": "https://t.co/oQf0XG5ffN", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647384142204772352/vfsyXCVY_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 19 07:56:27 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647384142204772352/vfsyXCVY_normal.jpg", "favourites_count": 8916, "status": {"in_reply_to_status_id": 685558133687775232, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "spiky_flamingo", "in_reply_to_user_id": 3143889479, "in_reply_to_status_id_str": "685558133687775232", "in_reply_to_user_id_str": "3143889479", "truncated": false, "id_str": "685558290324041728", "id": 685558290324041728, "text": "@spiky_flamingo @miss_jwo I am! DM incoming! \ud83d\ude01", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "spiky_flamingo", "id_str": "3143889479", "id": 3143889479, "indices": [0, 15], "name": "pearl irl"}, {"screen_name": "miss_jwo", "id_str": "200519952", "id": 200519952, "indices": [16, 25], "name": "Jenny Wong"}]}, "created_at": "Fri Jan 08 20:26:48 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1530096708, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15506, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1530096708/1448497747", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "5438512", "following": false, "friends_count": 543, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pcper.com", "url": "http://t.co/FyPzbMLdvW", "expanded_url": "http://www.pcper.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 11986, "location": "Florence, KY", "screen_name": "ryanshrout", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 726, "name": "Ryan Shrout", "profile_use_background_image": false, "description": "Editor-in-Chief at PC Perspective", "url": "http://t.co/FyPzbMLdvW", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1428496650/profilepic_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Mon Apr 23 16:41:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1428496650/profilepic_normal.jpg", "favourites_count": 258, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685614844570021888", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 460, "h": 460, "resize": "fit"}, "medium": {"w": 460, "h": 460, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPLEDjUsAArYcG.jpg", "type": "photo", "indices": [91, 114], "media_url": "http://pbs.twimg.com/media/CYPLEDjUsAArYcG.jpg", "display_url": "pic.twitter.com/GqCp6be3gk", "id_str": "685614838823825408", "expanded_url": "http://twitter.com/ryanshrout/status/685614844570021888/photo/1", "id": 685614838823825408, "url": "https://t.co/GqCp6be3gk"}], "symbols": [], "urls": [{"display_url": "bit.ly/22QQFLq", "url": "https://t.co/MSSt2Xok0y", "expanded_url": "http://bit.ly/22QQFLq", "indices": [67, 90]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:11:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685614844570021888, "text": "CES 2016: In Win H-Frame Open Air Chassis and PSU | PC Perspective https://t.co/MSSt2Xok0y https://t.co/GqCp6be3gk", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 5438512, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 15327, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "43188880", "following": false, "friends_count": 1674, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dalebracey.com", "url": "https://t.co/uQTo4Zburt", "expanded_url": "http://dalebracey.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7A5339", "profile_link_color": "FF6600", "geo_enabled": false, "followers_count": 1257, "location": "San Antonio, TX", "screen_name": "IRTermite", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 60, "name": "Dale Bracey \u2601", "profile_use_background_image": true, "description": "Social Strategist @Rackspace, Racker since 2004 - Artist, Car Collector, Empath, Geek, Networker, Techie, Jack-of-all, #OpenStack, @MakeSanAntonio @RackerGamers", "url": "https://t.co/uQTo4Zburt", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524043296788606977/Qxcwjd8d_normal.png", "profile_background_color": "131516", "created_at": "Thu May 28 20:27:13 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524043296788606977/Qxcwjd8d_normal.png", "favourites_count": 2191, "status": {"retweet_count": 24, "retweeted_status": {"retweet_count": 24, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685296231405326337", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 669, "resize": "fit"}, "medium": {"w": 600, "h": 471, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 266, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "type": "photo", "indices": [90, 113], "media_url": "http://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "display_url": "pic.twitter.com/65waEZwn1E", "id_str": "685296015801331716", "expanded_url": "http://twitter.com/Rackspace/status/685296231405326337/photo/1", "id": 685296015801331716, "url": "https://t.co/65waEZwn1E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 03:05:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685296231405326337, "text": "Our sincerest thanks for propelling us to 100K followers. You give meaning to what we do! https://t.co/65waEZwn1E", "coordinates": null, "retweeted": false, "favorite_count": 23, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685296427338051584", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 852, "h": 669, "resize": "fit"}, "medium": {"w": 600, "h": 471, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 266, "resize": "fit"}}, "source_status_id_str": "685296231405326337", "media_url": "http://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "source_user_id_str": "26191233", "id_str": "685296015801331716", "id": 685296015801331716, "media_url_https": "https://pbs.twimg.com/media/CYKpGHPUMAQe6zf.png", "type": "photo", "indices": [105, 128], "source_status_id": 685296231405326337, "source_user_id": 26191233, "display_url": "pic.twitter.com/65waEZwn1E", "expanded_url": "http://twitter.com/Rackspace/status/685296231405326337/photo/1", "url": "https://t.co/65waEZwn1E"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Rackspace", "id_str": "26191233", "id": 26191233, "indices": [3, 13], "name": "Rackspace"}]}, "created_at": "Fri Jan 08 03:06:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685296427338051584, "text": "RT @Rackspace: Our sincerest thanks for propelling us to 100K followers. You give meaning to what we do! https://t.co/65waEZwn1E", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 43188880, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 6991, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43188880/1433971079", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "801712861", "following": false, "friends_count": 614, "entities": {"description": {"urls": [{"display_url": "domschopsalsa.com", "url": "https://t.co/ySTEeD6lcz", "expanded_url": "http://www.domschopsalsa.com", "indices": [90, 113]}, {"display_url": "facebook.com/chopsalsa", "url": "https://t.co/DoMfz1yk60", "expanded_url": "http://facebook.com/chopsalsa", "indices": [115, 138]}]}, "url": {"urls": [{"display_url": "linkedin.com/in/dominicmend\u2026", "url": "http://t.co/3hwdF3IqPC", "expanded_url": "http://www.linkedin.com/in/dominicmendiola", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 267, "location": "San Antonio, TX", "screen_name": "DominicMendiola", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "dominic.mendiola", "profile_use_background_image": false, "description": "Father. Husband. Racker since 2006. Social Media Team. Owner Dom's Chop Salsa @chopsalsa, https://t.co/ySTEeD6lcz, https://t.co/DoMfz1yk60", "url": "http://t.co/3hwdF3IqPC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/487669288950841344/Qg6yvCgu_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Sep 04 03:13:51 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487669288950841344/Qg6yvCgu_normal.jpeg", "favourites_count": 391, "status": {"in_reply_to_status_id": 684515636333051904, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "trevorengstrom", "in_reply_to_user_id": 15080503, "in_reply_to_status_id_str": "684515636333051904", "in_reply_to_user_id_str": "15080503", "truncated": false, "id_str": "684516227667001344", "id": 684516227667001344, "text": "@trevorengstrom @Rackspace Ok good! If anything else pops up and you need a hand...just let us know! We're always happy to help! Thanks!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "trevorengstrom", "id_str": "15080503", "id": 15080503, "indices": [0, 15], "name": "Trevor Engstrom"}, {"screen_name": "Rackspace", "id_str": "26191233", "id": 26191233, "indices": [16, 26], "name": "Rackspace"}]}, "created_at": "Tue Jan 05 23:26:01 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 801712861, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 536, "profile_banner_url": "https://pbs.twimg.com/profile_banners/801712861/1443214772", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "4508241", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "langfeld.me", "url": "http://t.co/FYGU0gVzky", "expanded_url": "http://langfeld.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 481, "location": "Rio de Janeiro, Brasil", "screen_name": "benlangfeld", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "Ben Langfeld", "profile_use_background_image": true, "description": "Communications app developer. Mojo Lingo & Adhearsion Foundation. Experimenter and perfectionist.", "url": "http://t.co/FYGU0gVzky", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/420991347399471104/-G6TTpb2_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Fri Apr 13 15:05:00 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/420991347399471104/-G6TTpb2_normal.jpeg", "favourites_count": 200, "status": {"retweet_count": 0, "in_reply_to_user_id": 3033204133, "possibly_sensitive": false, "id_str": "685548188435132416", "in_reply_to_user_id_str": "3033204133", "entities": {"symbols": [], "urls": [{"display_url": "gist.github.com/benlangfeld/18\u2026", "url": "https://t.co/EYtcS2Vqhk", "expanded_url": "https://gist.github.com/benlangfeld/181cbb3997eb4236e244", "indices": [87, 110]}], "hashtags": [], "user_mentions": [{"screen_name": "honest_update", "id_str": "3033204133", "id": 3033204133, "indices": [0, 14], "name": "Honest Status Page"}]}, "created_at": "Fri Jan 08 19:46:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "honest_update", "in_reply_to_status_id_str": null, "truncated": false, "id": 685548188435132416, "text": "@honest_update Our app fell over because our queue was too slow. It's ok, we fixed it: https://t.co/EYtcS2Vqhk", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4508241, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2697, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4508241/1401146387", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "22199970", "following": false, "friends_count": 761, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lea.verou.me", "url": "http://t.co/Q2CdWpNV1q", "expanded_url": "http://lea.verou.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/324344036/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFBF2", "profile_link_color": "FF0066", "geo_enabled": true, "followers_count": 64140, "location": "Cambridge, MA", "screen_name": "LeaVerou", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3585, "name": "Lea Verou", "profile_use_background_image": true, "description": "HCI researcher @MIT_CSAIL, @CSSWG IE, @CSSSecretsBook author, Ex @W3C staff. Made @prismjs @dabblet @prefixfree. I \u2665 standards, code, design, UX, life!", "url": "http://t.co/Q2CdWpNV1q", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/584963092120899586/TxkxQ7Y5_normal.png", "profile_background_color": "FBE4AE", "created_at": "Fri Feb 27 22:28:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/584963092120899586/TxkxQ7Y5_normal.png", "favourites_count": 3696, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685359744966590464", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "byteplumbing.net/2016/01/book-r\u2026", "url": "https://t.co/pfmTTIXCIy", "expanded_url": "https://byteplumbing.net/2016/01/book-review-css-secrets-by-lea-verou/", "indices": [116, 139]}], "hashtags": [], "user_mentions": [{"screen_name": "csssecretsbook", "id_str": "3262381338", "id": 3262381338, "indices": [23, 38], "name": "CSS Secrets"}]}, "created_at": "Fri Jan 08 07:17:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685359744966590464, "text": "Posted quick review of @csssecretsbook I read through during xmas holidays. Summary: The Best CSS book I have seen. https://t.co/pfmTTIXCIy", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685574450780192770", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "byteplumbing.net/2016/01/book-r\u2026", "url": "https://t.co/pfmTTIXCIy", "expanded_url": "https://byteplumbing.net/2016/01/book-review-css-secrets-by-lea-verou/", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "iiska", "id_str": "18630451", "id": 18630451, "indices": [3, 9], "name": "Juhamatti Niemel\u00e4"}, {"screen_name": "csssecretsbook", "id_str": "3262381338", "id": 3262381338, "indices": [34, 49], "name": "CSS Secrets"}]}, "created_at": "Fri Jan 08 21:31:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685574450780192770, "text": "RT @iiska: Posted quick review of @csssecretsbook I read through during xmas holidays. Summary: The Best CSS book I have seen. https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 22199970, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/324344036/bg.png", "statuses_count": 24815, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22199970/1374351780", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2739826012", "following": false, "friends_count": 2320, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "matrix.org", "url": "http://t.co/Rrx4mnMJ5W", "expanded_url": "http://www.matrix.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "4F5A5E", "geo_enabled": true, "followers_count": 1227, "location": "", "screen_name": "matrixdotorg", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Matrix", "profile_use_background_image": false, "description": "An open standard for decentralised persistent communication. Tweets by @ara4n, @amandinelepape & co.", "url": "http://t.co/Rrx4mnMJ5W", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500400952029888512/yI0qtFi7_normal.png", "profile_background_color": "000000", "created_at": "Mon Aug 11 10:51:23 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/500400952029888512/yI0qtFi7_normal.png", "favourites_count": 781, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685552098830880768", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.tadhack.com/2016/01/08/tad\u2026", "url": "https://t.co/0iV7Uzmaia", "expanded_url": "http://blog.tadhack.com/2016/01/08/tadhack-japan-1314-february-kawasaki/", "indices": [31, 54]}, {"display_url": "webrtcconference.jp", "url": "https://t.co/7NnGiq0vCN", "expanded_url": "http://webrtcconference.jp/", "indices": [114, 137]}], "hashtags": [{"text": "skywayjs", "indices": [69, 78]}], "user_mentions": [{"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [11, 19], "name": "TADHack"}, {"screen_name": "matrixdotorg", "id_str": "2739826012", "id": 2739826012, "indices": [55, 68], "name": "Matrix"}, {"screen_name": "telestax", "id_str": "266634532", "id": 266634532, "indices": [79, 88], "name": "TeleStax"}, {"screen_name": "ntt", "id_str": "1706681", "id": 1706681, "indices": [89, 93], "name": "Chinmay"}]}, "created_at": "Fri Jan 08 20:02:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685552098830880768, "text": "Announcing @TADHack-mini Japan https://t.co/0iV7Uzmaia @matrixdotorg #skywayjs @telestax @NTT Advanced Technology https://t.co/7NnGiq0vCN", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685553303049076741", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.tadhack.com/2016/01/08/tad\u2026", "url": "https://t.co/0iV7Uzmaia", "expanded_url": "http://blog.tadhack.com/2016/01/08/tadhack-japan-1314-february-kawasaki/", "indices": [44, 67]}, {"display_url": "webrtcconference.jp", "url": "https://t.co/7NnGiq0vCN", "expanded_url": "http://webrtcconference.jp/", "indices": [139, 140]}], "hashtags": [{"text": "skywayjs", "indices": [82, 91]}], "user_mentions": [{"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [3, 11], "name": "TADHack"}, {"screen_name": "TADHack", "id_str": "2315728231", "id": 2315728231, "indices": [24, 32], "name": "TADHack"}, {"screen_name": "matrixdotorg", "id_str": "2739826012", "id": 2739826012, "indices": [68, 81], "name": "Matrix"}, {"screen_name": "telestax", "id_str": "266634532", "id": 266634532, "indices": [92, 101], "name": "TeleStax"}, {"screen_name": "ntt", "id_str": "1706681", "id": 1706681, "indices": [102, 106], "name": "Chinmay"}]}, "created_at": "Fri Jan 08 20:06:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685553303049076741, "text": "RT @TADHack: Announcing @TADHack-mini Japan https://t.co/0iV7Uzmaia @matrixdotorg #skywayjs @telestax @NTT Advanced Technology https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2739826012, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1282, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2739826012/1422740800", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "512410920", "following": false, "friends_count": 735, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wroteacodeforcloverhitch.blogspot.ca", "url": "http://t.co/orO5dwZcHv", "expanded_url": "http://wroteacodeforcloverhitch.blogspot.ca/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "80042B", "geo_enabled": false, "followers_count": 911, "location": "Calgary, Alberta", "screen_name": "gbhorwood", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Grant Horwood", "profile_use_background_image": true, "description": "Lead developer Cloverhitch Tech in Calgary, AB. I like clever code, verbose documentation, fast bicycles and questionable homebrew.", "url": "http://t.co/orO5dwZcHv", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/611987213178396672/hZ0qTf0Z_normal.jpg", "profile_background_color": "ABB8C2", "created_at": "Fri Mar 02 20:19:53 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/611987213178396672/hZ0qTf0Z_normal.jpg", "favourites_count": 1533, "status": {"in_reply_to_status_id": 685565777680859136, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "meejah", "in_reply_to_user_id": 13055372, "in_reply_to_status_id_str": "685565777680859136", "in_reply_to_user_id_str": "13055372", "truncated": false, "id_str": "685566263142187008", "id": 685566263142187008, "text": "@meejah yeah. i have a \"bob has a bug\" issue. what bug? when? last name? no one can say... \n\ngrep -irn \"bob\" ./*", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "meejah", "id_str": "13055372", "id": 13055372, "indices": [0, 7], "name": "meejah"}]}, "created_at": "Fri Jan 08 20:58:28 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 512410920, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/512410920/1398348433", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "65583", "following": false, "friends_count": 654, "entities": {"description": {"urls": [{"display_url": "OSMIhelp.org", "url": "http://t.co/skQU77s3rk", "expanded_url": "http://OSMIhelp.org", "indices": [83, 105]}]}, "url": {"urls": [{"display_url": "funkatron.com", "url": "http://t.co/Y4o3XtlP6R", "expanded_url": "http://funkatron.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/90616269/funbike.png", "notifications": false, "profile_sidebar_fill_color": "B8B8B8", "profile_link_color": "660000", "geo_enabled": false, "followers_count": 8751, "location": "West Lafayette, IN, USA", "screen_name": "funkatron", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 773, "name": "Ed Finkler", "profile_use_background_image": false, "description": "Dork, Dad, JS, PHP & Python feller. Lead Dev @GraphStoryCo. Mental Health advocate http://t.co/skQU77s3rk. 1/2 of @dev_hell podcast. See also @funkalinks", "url": "http://t.co/Y4o3XtlP6R", "profile_text_color": "424141", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649353631636983808/PJoGdw8M_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Dec 14 00:31:16 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649353631636983808/PJoGdw8M_normal.jpg", "favourites_count": 8512, "status": {"in_reply_to_status_id": 685606121604681729, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jclermont", "in_reply_to_user_id": 16358696, "in_reply_to_status_id_str": "685606121604681729", "in_reply_to_user_id_str": "16358696", "truncated": false, "id_str": "685609221245763585", "id": 685609221245763585, "text": "@jclermont when I read this I had to say that out loud", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jclermont", "id_str": "16358696", "id": 16358696, "indices": [0, 10], "name": "Joel Clermont"}]}, "created_at": "Fri Jan 08 23:49:11 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 65583, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/90616269/funbike.png", "statuses_count": 84078, "profile_banner_url": "https://pbs.twimg.com/profile_banners/65583/1438612109", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "396241682", "following": false, "friends_count": 322, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mariemosley.com/about", "url": "https://t.co/BppFkRlCWu", "expanded_url": "https://www.mariemosley.com/about", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "009CA2", "geo_enabled": true, "followers_count": 1098, "location": "", "screen_name": "MMosley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Marie Mosley", "profile_use_background_image": false, "description": "Look out honey, 'cause I'm using technology // Part of Team @CodePen", "url": "https://t.co/BppFkRlCWu", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/565554520185257984/4v3OQUU-_normal.jpeg", "profile_background_color": "01E6EF", "created_at": "Sat Oct 22 23:58:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/565554520185257984/4v3OQUU-_normal.jpeg", "favourites_count": 10414, "status": {"in_reply_to_status_id": 685594363007746048, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "jaynawallace", "in_reply_to_user_id": 78213, "in_reply_to_status_id_str": "685594363007746048", "in_reply_to_user_id_str": "78213", "truncated": false, "id_str": "685602091553959936", "id": 685602091553959936, "text": "@jaynawallace I will join your squad \ud83d\udc6f what's you're name on there?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jaynawallace", "id_str": "78213", "id": 78213, "indices": [0, 13], "name": "\u02d7\u02cf\u02cb jayna wallace \u02ce\u02ca"}]}, "created_at": "Fri Jan 08 23:20:51 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 396241682, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3204, "profile_banner_url": "https://pbs.twimg.com/profile_banners/396241682/1430082364", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3202399565", "following": false, "friends_count": 26, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 32, "location": "De Cymru", "screen_name": "KevTWondersheep", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Kevin Smith", "profile_use_background_image": true, "description": "@DefinitiveKev pretending to be non-techie. May contain very very bad Welsh.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/603600202839261184/Fg_7-H1Z_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Apr 24 22:27:37 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/603600202839261184/Fg_7-H1Z_normal.jpg", "favourites_count": 45, "status": {"in_reply_to_status_id": 684380251649093632, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "EmiGarside", "in_reply_to_user_id": 23923202, "in_reply_to_status_id_str": "684380251649093632", "in_reply_to_user_id_str": "23923202", "truncated": false, "id_str": "684380579673018368", "id": 684380579673018368, "text": "@emigarside Droids don't rip people's arms out of their sockets when they lose. Wookies are known to do that.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "EmiGarside", "id_str": "23923202", "id": 23923202, "indices": [0, 11], "name": "Dr Emily Garside"}]}, "created_at": "Tue Jan 05 14:27:00 +0000 2016", "source": "Twitter for Mac", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3202399565, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 71, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3202399565/1429962655", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "606349117", "following": false, "friends_count": 1523, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sparxeng.com", "url": "http://t.co/tfYNlmleOE", "expanded_url": "http://www.sparxeng.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1980, "location": "Houston, TX", "screen_name": "SparxEngineer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 61, "name": "Sparx Engineering", "profile_use_background_image": true, "description": "Engineering consulting company, specializing in embedded devices, custom/mobile/web application development and helping startups bring products to market.", "url": "http://t.co/tfYNlmleOE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2301880266/ok5f15zs7z6xp86cnpxe_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jun 12 14:10:06 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2301880266/ok5f15zs7z6xp86cnpxe_normal.png", "favourites_count": 16, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685140345215139841", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIbg4dW8AAh_y6.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/media/CYIbg4dW8AAh_y6.jpg", "display_url": "pic.twitter.com/HawyibmcoX", "id_str": "685140345039024128", "expanded_url": "http://twitter.com/SparxEngineer/status/685140345215139841/photo/1", "id": 685140345039024128, "url": "https://t.co/HawyibmcoX"}], "symbols": [], "urls": [{"display_url": "buff.ly/1Z8fXA2", "url": "https://t.co/LzWHfSO5Ux", "expanded_url": "http://buff.ly/1Z8fXA2", "indices": [66, 89]}], "hashtags": [{"text": "tech", "indices": [90, 95]}, {"text": "fitness", "indices": [96, 104]}], "user_mentions": []}, "created_at": "Thu Jan 07 16:46:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685140345215139841, "text": "New lawsuit: Fitbit heart rate tracking is dangerously inaccurate https://t.co/LzWHfSO5Ux #tech #fitness https://t.co/HawyibmcoX", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 606349117, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1734, "profile_banner_url": "https://pbs.twimg.com/profile_banners/606349117/1391191180", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "84107122", "following": false, "friends_count": 1570, "entities": {"description": {"urls": [{"display_url": "themakersofthings.co.uk", "url": "http://t.co/f5R61wCtSs", "expanded_url": "http://themakersofthings.co.uk", "indices": [73, 95]}]}, "url": {"urls": [{"display_url": "anne.holiday", "url": "http://t.co/pxLXGQsvL6", "expanded_url": "http://anne.holiday/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 908, "location": "Brooklyn, NY", "screen_name": "anneholiday", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 32, "name": "Anne Holiday", "profile_use_background_image": true, "description": "Filmmaker. Phototaker. Maker of The Makers of Things documentary series: http://t.co/f5R61wCtSs", "url": "http://t.co/pxLXGQsvL6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000335764655/672431d94c7aebfc4c3ceb4956dc7e9c_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Oct 21 16:05:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000335764655/672431d94c7aebfc4c3ceb4956dc7e9c_normal.jpeg", "favourites_count": 3006, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685464406453530624", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "newyorker.com/magazine/2015/\u2026", "url": "https://t.co/qw5SReTvl6", "expanded_url": "http://www.newyorker.com/magazine/2015/01/19/lets-get-drinks", "indices": [5, 28]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:13:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685464406453530624, "text": "Lol: https://t.co/qw5SReTvl6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 84107122, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 4627, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84107122/1393641836", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3033725946", "following": false, "friends_count": 1422, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/1vmzDHa", "url": "http://t.co/27akJdS8AO", "expanded_url": "http://bit.ly/1vmzDHa", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2046, "location": "", "screen_name": "WebRRTC", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 58, "name": "WebRTC", "profile_use_background_image": true, "description": "Live content curated by top Web Real-Time Communication (WebRTC) Influencer", "url": "http://t.co/27akJdS8AO", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/568960696109391872/8Xq-Euh0_normal.png", "profile_background_color": "C0DEED", "created_at": "Sat Feb 21 02:29:20 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/568960696109391872/8Xq-Euh0_normal.png", "favourites_count": 0, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685619974405111809", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPPu8lUMAALzq3.jpg", "type": "photo", "indices": [69, 92], "media_url": "http://pbs.twimg.com/media/CYPPu8lUMAALzq3.jpg", "display_url": "pic.twitter.com/RShfZusyFc", "id_str": "685619973734019072", "expanded_url": "http://twitter.com/WebRRTC/status/685619974405111809/photo/1", "id": 685619973734019072, "url": "https://t.co/RShfZusyFc"}], "symbols": [], "urls": [{"display_url": "rightrelevance.com/search/article\u2026", "url": "https://t.co/T0JCitzPyD", "expanded_url": "http://www.rightrelevance.com/search/articles/hero?article=5f12a324855759cd16cbb7035abfa66359421230&query=webrtc&taccount=webrrtc", "indices": [45, 68]}], "hashtags": [{"text": "vuc575", "indices": [0, 7]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:31:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "tl", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685619974405111809, "text": "#vuc575 - WebRTC PaaS with Tsahi Levent-Levi https://t.co/T0JCitzPyD https://t.co/RShfZusyFc", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "RRPostingApp"}, "default_profile_image": false, "id": 3033725946, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2874, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15518306", "following": false, "friends_count": 428, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "langille.org", "url": "http://t.co/uBwYd3PW71", "expanded_url": "http://langille.org/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/432257631797788672/Xz2qQpvz.jpeg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1242, "location": "near Philadelphia", "screen_name": "DLangille", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 91, "name": "Dan Langille", "profile_use_background_image": true, "description": "Mountain biker. Software Dev. Sysadmin. Websites & databases. Conference organizer.", "url": "http://t.co/uBwYd3PW71", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/612815515095068677/aiWUi9Gp_normal.png", "profile_background_color": "C6E2EE", "created_at": "Mon Jul 21 17:56:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/612815515095068677/aiWUi9Gp_normal.png", "favourites_count": 630, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685554984306360320", "id": 685554984306360320, "text": "Current status: adding my user (not me) to gmail. I feel all grown up....", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:13:39 +0000 2016", "source": "Twitterrific for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15518306, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/432257631797788672/Xz2qQpvz.jpeg", "statuses_count": 12127, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15518306/1406551613", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14420513", "following": false, "friends_count": 347, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fromonesrc.com", "url": "https://t.co/Lez165p0gY", "expanded_url": "http://fromonesrc.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 205, "location": "Lansdale, PA", "screen_name": "fromonesrc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Adam Ochonicki", "profile_use_background_image": true, "description": "Redemption? Sure. But in the end, he's just another dead rat in a garbage pail behind a Chinese restaurant.", "url": "https://t.co/Lez165p0gY", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673983703278858244/DV_CsSOJ_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Thu Apr 17 13:32:46 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673983703278858244/DV_CsSOJ_normal.jpg", "favourites_count": 475, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685595808402681856", "id": 685595808402681856, "text": "OH: \"actually, it\u2019s nice getting some time to pay down tech debt\u2026 after spending so long generating it\"\n\nThat rings so true for me.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:55:53 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14420513, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6413, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14420513/1449525270", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "2292633427", "following": false, "friends_count": 3203, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "uk.linkedin.com/in/jmgcraig", "url": "https://t.co/q8exdl06ab", "expanded_url": "https://uk.linkedin.com/in/jmgcraig", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 2838, "location": "London", "screen_name": "AttackyChappie", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Graeme Craig", "profile_use_background_image": false, "description": "Recruitment Manager @6DegreesGroup | #UC #Connectivity #DC #Cloud | Passionate #PS4 Gamer, Cyclist, Foodie, Lover of #Lego #EnglishBullDogs & my #Wife", "url": "https://t.co/q8exdl06ab", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/423468737518252032/e10pmh5Z_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Jan 15 12:23:08 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423468737518252032/e10pmh5Z_normal.jpeg", "favourites_count": 3, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685096224463126528", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mspalliance.com/cloud-computin\u2026", "url": "https://t.co/Aeibg4EwGl", "expanded_url": "http://mspalliance.com/cloud-computing-managed-services-forecast-for-2016/", "indices": [57, 80]}], "hashtags": [], "user_mentions": [{"screen_name": "arjun077", "id_str": "51468247", "id": 51468247, "indices": [85, 94], "name": "Arjun jain"}]}, "created_at": "Thu Jan 07 13:50:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685096224463126528, "text": "Cloud Computing & Managed Services Forecast for 2016 https://t.co/Aeibg4EwGl via @arjun077", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2292633427, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 392, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2292633427/1424354218", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "42909423", "following": false, "friends_count": 284, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 198, "location": "Raleigh, NC", "screen_name": "__id__", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 4, "name": "Dmytro Ilchenko", "profile_use_background_image": true, "description": "I'm not a geek, i'm a level 12 paladin. Yak barber. Casting special ops magic to make things work @LivingSocial.", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/626870835471589377/s-CFGW6G_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed May 27 15:48:15 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626870835471589377/s-CFGW6G_normal.jpg", "favourites_count": 1304, "status": {"retweet_count": 133, "retweeted_status": {"retweet_count": 133, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681874873539366912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "danluu.com/wat/", "url": "https://t.co/9DLKdXk34s", "expanded_url": "http://danluu.com/wat/", "indices": [98, 121]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 29 16:30:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681874873539366912, "text": "What we can learn from aviation, civil engineering, healthcare, and other safety critical fields: https://t.co/9DLKdXk34s", "coordinates": null, "retweeted": false, "favorite_count": 115, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683752055920553986", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "danluu.com/wat/", "url": "https://t.co/9DLKdXk34s", "expanded_url": "http://danluu.com/wat/", "indices": [110, 133]}], "hashtags": [], "user_mentions": [{"screen_name": "danluu", "id_str": "18275645", "id": 18275645, "indices": [3, 10], "name": "Dan Luu"}]}, "created_at": "Sun Jan 03 20:49:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683752055920553986, "text": "RT @danluu: What we can learn from aviation, civil engineering, healthcare, and other safety critical fields: https://t.co/9DLKdXk34s", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 42909423, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 2800, "profile_banner_url": "https://pbs.twimg.com/profile_banners/42909423/1398263672", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "13166972", "following": false, "friends_count": 1776, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dariusdunlap.com", "url": "https://t.co/Dmpe1rzbsb", "expanded_url": "https://dariusdunlap.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1442, "location": "Half Moon Bay, CA", "screen_name": "dariusdunlap", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 85, "name": "Darius Dunlap", "profile_use_background_image": true, "description": "Tech guy, Founder at Syncopat; Square Peg Foundation. Executive Director at Silicon Valley Innovation Institute, Advising startups & growing companies", "url": "https://t.co/Dmpe1rzbsb", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000533619646/cec9ccc39a9a31fd30fc94207cb4e5bd_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Wed Feb 06 17:04:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000533619646/cec9ccc39a9a31fd30fc94207cb4e5bd_normal.jpeg", "favourites_count": 1393, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684909434443706368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "squarepegfoundation.org/2016/01/a-jour\u2026", "url": "https://t.co/tZ6YYzQZKS", "expanded_url": "https://www.squarepegfoundation.org/2016/01/a-journey-together/", "indices": [74, 97]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 01:28:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/fbd6d2f5a4e4a15e.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-124.482003, 32.528832], [-114.131212, 32.528832], [-114.131212, 42.009519], [-124.482003, 42.009519]]], "type": "Polygon"}, "full_name": "California, USA", "contained_within": [], "country_code": "US", "id": "fbd6d2f5a4e4a15e", "name": "California"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684909434443706368, "text": "Our journey, finding one another and creating and building Square Pegs. ( https://t.co/tZ6YYzQZKS )", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 13166972, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 4660, "profile_banner_url": "https://pbs.twimg.com/profile_banners/13166972/1398466705", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "12530", "following": false, "friends_count": 955, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hackdiary.com/about/", "url": "http://t.co/qmocio1ti6", "expanded_url": "http://www.hackdiary.com/about/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458724646150369280/uAeAUPMW.png", "notifications": false, "profile_sidebar_fill_color": "FFF3C8", "profile_link_color": "857025", "geo_enabled": true, "followers_count": 6983, "location": "San Francisco CA, USA", "screen_name": "mattb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 453, "name": "Matt Biddulph", "profile_use_background_image": true, "description": "Currently: @thingtonhq. Previously: BBC, Dopplr, Nokia.", "url": "http://t.co/qmocio1ti6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458723441089073152/bZB2s-Nl_normal.png", "profile_background_color": "FECF1F", "created_at": "Wed Nov 15 15:48:50 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458723441089073152/bZB2s-Nl_normal.png", "favourites_count": 4258, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685332843334086657", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1mJgTP1", "url": "https://t.co/VG2Bfr3epg", "expanded_url": "http://ift.tt/1mJgTP1", "indices": [24, 47]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 05:30:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685332843334086657, "text": "David Bowie - Blackstar https://t.co/VG2Bfr3epg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "IFTTT"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685333814298595329", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ift.tt/1mJgTP1", "url": "https://t.co/VG2Bfr3epg", "expanded_url": "http://ift.tt/1mJgTP1", "indices": [45, 68]}], "hashtags": [], "user_mentions": [{"screen_name": "spotifynmfeedus", "id_str": "2553073892", "id": 2553073892, "indices": [3, 19], "name": "spotifynewmusicUS"}]}, "created_at": "Fri Jan 08 05:34:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "de", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685333814298595329, "text": "RT @spotifynmfeedus: David Bowie - Blackstar https://t.co/VG2Bfr3epg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 12530, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458724646150369280/uAeAUPMW.png", "statuses_count": 13061, "profile_banner_url": "https://pbs.twimg.com/profile_banners/12530/1398198928", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "239453824", "following": false, "friends_count": 32, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thington.com", "url": "http://t.co/GgjWLxjLHD", "expanded_url": "http://thington.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "FF6958", "geo_enabled": false, "followers_count": 2204, "location": "San Francisco", "screen_name": "thingtonhq", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 60, "name": "Thington", "profile_use_background_image": false, "description": "We're building a new way to interact with a world of connected things!", "url": "http://t.co/GgjWLxjLHD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/588106002798489601/mkS9_eX3_normal.png", "profile_background_color": "F5F8FA", "created_at": "Mon Jan 17 17:21:39 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/588106002798489601/mkS9_eX3_normal.png", "favourites_count": 33, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685263027688452096", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wired.com/2016/01/americ\u2026", "url": "https://t.co/ZydSbrfxfe", "expanded_url": "http://www.wired.com/2016/01/american-panorama-is-an-interactive-atlas-for-the-21st-century/", "indices": [54, 77]}], "hashtags": [], "user_mentions": [{"screen_name": "stamen", "id_str": "2067201", "id": 2067201, "indices": [45, 52], "name": "Stamen Design"}]}, "created_at": "Fri Jan 08 00:53:32 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685263027688452096, "text": "Awesome Interactive Atlas from our landlords @stamen: https://t.co/ZydSbrfxfe", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685277708821991424", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wired.com/2016/01/americ\u2026", "url": "https://t.co/ZydSbrfxfe", "expanded_url": "http://www.wired.com/2016/01/american-panorama-is-an-interactive-atlas-for-the-21st-century/", "indices": [69, 92]}], "hashtags": [], "user_mentions": [{"screen_name": "tomcoates", "id_str": "12514", "id": 12514, "indices": [3, 13], "name": "Tom Coates"}, {"screen_name": "stamen", "id_str": "2067201", "id": 2067201, "indices": [60, 67], "name": "Stamen Design"}]}, "created_at": "Fri Jan 08 01:51:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685277708821991424, "text": "RT @tomcoates: Awesome Interactive Atlas from our landlords @stamen: https://t.co/ZydSbrfxfe", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 239453824, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 299, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "740983", "following": false, "friends_count": 753, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "leade.rs", "url": "https://t.co/K0dvCXW6PW", "expanded_url": "http://leade.rs", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000108650140/fb7c985f7dab5995c10c8167624640de.jpeg", "notifications": false, "profile_sidebar_fill_color": "CDCECA", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 126940, "location": "San Francisco", "screen_name": "loic", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8207, "name": "Loic Le Meur", "profile_use_background_image": false, "description": "starting leade.rs", "url": "https://t.co/K0dvCXW6PW", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678768994354991104/N98nXqy2_normal.jpg", "profile_background_color": "CFB895", "created_at": "Thu Feb 01 00:10:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678768994354991104/N98nXqy2_normal.jpg", "favourites_count": 818, "status": {"in_reply_to_status_id": 685542551747690496, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rrhoover", "in_reply_to_user_id": 14417215, "in_reply_to_status_id_str": "685542551747690496", "in_reply_to_user_id_str": "14417215", "truncated": false, "id_str": "685621151964377088", "id": 685621151964377088, "text": "@rrhoover @dhof is it just me or that peach looks a lot like a... Ahem.... Butt?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rrhoover", "id_str": "14417215", "id": 14417215, "indices": [0, 9], "name": "Ryan Hoover"}, {"screen_name": "dhof", "id_str": "13258512", "id": 13258512, "indices": [10, 15], "name": "dom hofmann"}]}, "created_at": "Sat Jan 09 00:36:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 740983, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000108650140/fb7c985f7dab5995c10c8167624640de.jpeg", "statuses_count": 52912, "profile_banner_url": "https://pbs.twimg.com/profile_banners/740983/1447869110", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "44196397", "following": false, "friends_count": 50, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/399721902/fusion.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3189508, "location": "1 AU", "screen_name": "elonmusk", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 24234, "name": "Elon Musk", "profile_use_background_image": true, "description": "Tesla, SpaceX, SolarCity & PayPal", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648751321026138112/8z47ePnq_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 02 20:12:29 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648751321026138112/8z47ePnq_normal.jpg", "favourites_count": 224, "status": {"retweet_count": 882, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683333695307034625", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "en.m.wikipedia.org/wiki/The_Machi\u2026", "url": "https://t.co/0Dl4l2t6FH", "expanded_url": "https://en.m.wikipedia.org/wiki/The_Machine_Stops", "indices": [63, 86]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 17:07:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683333695307034625, "text": "Worth reading The Machine Stops, an old story by E. M. Forster https://t.co/0Dl4l2t6FH", "coordinates": null, "retweeted": false, "favorite_count": 3001, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 44196397, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/399721902/fusion.jpg", "statuses_count": 1513, "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1354486475", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14623181", "following": false, "friends_count": 505, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kelly-dunn.me", "url": "http://t.co/AeKQOTxEx8", "expanded_url": "http://kelly-dunn.me", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 490, "location": "Seattle", "screen_name": "kellyleland", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "kelly", "profile_use_background_image": true, "description": "Synthesizers, Various Engineering, and Avant Garde Nonsense | bit cruncher by trade, artist after hours", "url": "http://t.co/AeKQOTxEx8", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/487353741725552640/Yd8vYdhP_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri May 02 06:41:19 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487353741725552640/Yd8vYdhP_normal.jpeg", "favourites_count": 8251, "status": {"retweet_count": 10006, "retweeted_status": {"retweet_count": 10006, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685188701907988480", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 245, "resize": "fit"}, "large": {"w": 1024, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "type": "photo", "indices": [77, 100], "media_url": "http://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "display_url": "pic.twitter.com/pEaIfJMr9T", "id_str": "685188690730192896", "expanded_url": "http://twitter.com/vicenews/status/685188701907988480/photo/1", "id": 685188690730192896, "url": "https://t.co/pEaIfJMr9T"}], "symbols": [], "urls": [{"display_url": "bit.ly/1Jx7CnA", "url": "https://t.co/SxHo05b7Yz", "expanded_url": "http://bit.ly/1Jx7CnA", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 19:58:11 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685188701907988480, "text": "The FBI now considers animal abuse a Class A felony: https://t.co/SxHo05b7Yz https://t.co/pEaIfJMr9T", "coordinates": null, "retweeted": false, "favorite_count": 8779, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685198486355095552", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 245, "resize": "fit"}, "large": {"w": 1024, "h": 739, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "source_status_id_str": "685188701907988480", "media_url": "http://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "source_user_id_str": "1630896181", "id_str": "685188690730192896", "id": 685188690730192896, "media_url_https": "https://pbs.twimg.com/media/CYJHe-MWkAAmlhb.jpg", "type": "photo", "indices": [91, 114], "source_status_id": 685188701907988480, "source_user_id": 1630896181, "display_url": "pic.twitter.com/pEaIfJMr9T", "expanded_url": "http://twitter.com/vicenews/status/685188701907988480/photo/1", "url": "https://t.co/pEaIfJMr9T"}], "symbols": [], "urls": [{"display_url": "bit.ly/1Jx7CnA", "url": "https://t.co/SxHo05b7Yz", "expanded_url": "http://bit.ly/1Jx7CnA", "indices": [67, 90]}], "hashtags": [], "user_mentions": [{"screen_name": "vicenews", "id_str": "1630896181", "id": 1630896181, "indices": [3, 12], "name": "VICE News"}]}, "created_at": "Thu Jan 07 20:37:04 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685198486355095552, "text": "RT @vicenews: The FBI now considers animal abuse a Class A felony: https://t.co/SxHo05b7Yz https://t.co/pEaIfJMr9T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14623181, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 14314, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14623181/1421113433", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "995848285", "following": false, "friends_count": 90, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nginx.com", "url": "http://t.co/ahz848qfrm", "expanded_url": "http://nginx.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000111127054/82fd839e7651d2266399b3afd24d04fe.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 24533, "location": "San Francisco", "screen_name": "nginx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 452, "name": "NGINX, Inc.", "profile_use_background_image": true, "description": "News from NGINX, Inc., the company providing products and services on top of its renowned open source software nginx. For news about NGINX check @nginxorg", "url": "http://t.co/ahz848qfrm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/567774844322713600/tYoVju31_normal.png", "profile_background_color": "C0DEED", "created_at": "Fri Dec 07 20:50:31 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/567774844322713600/tYoVju31_normal.png", "favourites_count": 451, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685570724019453952", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1K3bA2i", "url": "https://t.co/mUGlFylkrn", "expanded_url": "http://bit.ly/1K3bA2i", "indices": [85, 108]}], "hashtags": [{"text": "software", "indices": [33, 42]}], "user_mentions": [{"screen_name": "InformationAge", "id_str": "19603444", "id": 19603444, "indices": [113, 128], "name": "Information Age"}]}, "created_at": "Fri Jan 08 21:16:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685570724019453952, "text": "Everything old is new again: how #software development will come full circle in 2016 https://t.co/mUGlFylkrn via @InformationAge", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 995848285, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000111127054/82fd839e7651d2266399b3afd24d04fe.png", "statuses_count": 1960, "profile_banner_url": "https://pbs.twimg.com/profile_banners/995848285/1443504328", "is_translator": false}, {"time_zone": "Nairobi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "2975078105", "following": false, "friends_count": 12, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iojs.org", "url": "https://t.co/25rC8pIJ21", "expanded_url": "https://iojs.org/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 13923, "location": "Global", "screen_name": "official_iojs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 414, "name": "io.js", "profile_use_background_image": true, "description": "Bringing ES6 to the Node Community!", "url": "https://t.co/25rC8pIJ21", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/576109715039518720/W9ics_VG_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jan 12 18:18:27 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/576109715039518720/W9ics_VG_normal.png", "favourites_count": 1167, "status": {"retweet_count": 26, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "656505348208001025", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "github.com/nodejs/evangel\u2026", "url": "https://t.co/pE0BDmhyAq", "expanded_url": "https://github.com/nodejs/evangelism/issues/179", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Oct 20 16:20:46 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 656505348208001025, "text": "Here we go again ;) https://t.co/pE0BDmhyAq", "coordinates": null, "retweeted": false, "favorite_count": 22, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2975078105, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 341, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2975078105/1426190219", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "30923", "following": false, "friends_count": 744, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "randsinrepose.com", "url": "http://t.co/wHTKjCyuT3", "expanded_url": "http://www.randsinrepose.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 35289, "location": "los gatos, ca", "screen_name": "rands", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2264, "name": "rands", "profile_use_background_image": true, "description": "reposing about werewolves, pens, and writing.", "url": "http://t.co/wHTKjCyuT3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/651438942181453824/Ov8RmRF9_normal.png", "profile_background_color": "022330", "created_at": "Wed Nov 29 19:16:11 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651438942181453824/Ov8RmRF9_normal.png", "favourites_count": 154, "status": {"retweet_count": 42, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685550447717789696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/briankesinger/", "url": "https://t.co/fMDwiiT2kx", "expanded_url": "https://www.instagram.com/briankesinger/", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:55:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685550447717789696, "text": "Calvin & Hobbes + The Force Awakens: https://t.co/fMDwiiT2kx", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "Tweetbot for Mac"}, "default_profile_image": false, "id": 30923, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 11655, "profile_banner_url": "https://pbs.twimg.com/profile_banners/30923/1442198088", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "7387992", "following": false, "friends_count": 194, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "justincampbell.me", "url": "https://t.co/oY5xbJv61R", "expanded_url": "http://justincampbell.me", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2634657/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "028E9B", "geo_enabled": true, "followers_count": 952, "location": "Philadelphia, PA", "screen_name": "justincampbell", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 52, "name": "Justin Campbell", "profile_use_background_image": true, "description": "@hashicorp @turingcool @cs_bookclub @sc_philly @paperswelovephl", "url": "https://t.co/oY5xbJv61R", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/483705812183822337/1uxkGTkj_normal.jpeg", "profile_background_color": "FF7700", "created_at": "Wed Jul 11 00:40:57 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "028E9B", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483705812183822337/1uxkGTkj_normal.jpeg", "favourites_count": 2238, "status": {"in_reply_to_status_id": 684900893997821952, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/dd9c503d6c35364b.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-80.519851, 39.719801], [-74.689517, 39.719801], [-74.689517, 42.516072], [-80.519851, 42.516072]]], "type": "Polygon"}, "full_name": "Pennsylvania, USA", "contained_within": [], "country_code": "US", "id": "dd9c503d6c35364b", "name": "Pennsylvania"}, "in_reply_to_screen_name": "McElaney", "in_reply_to_user_id": 249150277, "in_reply_to_status_id_str": "684900893997821952", "in_reply_to_user_id_str": "249150277", "truncated": false, "id_str": "684901313788948480", "id": 684901313788948480, "text": "@McElaney Slack \u261c(\uff9f\u30ee\uff9f\u261c)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "McElaney", "id_str": "249150277", "id": 249150277, "indices": [0, 9], "name": "Brian E. McElaney"}]}, "created_at": "Thu Jan 07 00:56:12 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "ja"}, "default_profile_image": false, "id": 7387992, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2634657/bg.gif", "statuses_count": 8351, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7387992/1433941401", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "778518", "following": false, "friends_count": 397, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "progrium.com", "url": "http://t.co/PviVbZYkA3", "expanded_url": "http://progrium.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 6414, "location": "Austin, TX", "screen_name": "progrium", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 357, "name": "Jeff Lindsay", "profile_use_background_image": true, "description": "Systems. Metal. Platforms. Design. Creator: Dokku, Webhooks, RequestBin, Hacker Dojo, Localtunnel, SuperHappyDevHouse. Founder: @gliderlabs", "url": "http://t.co/PviVbZYkA3", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/630209918398652416/8VuQvYBF_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sun Feb 18 09:41:22 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/630209918398652416/8VuQvYBF_normal.jpg", "favourites_count": 1488, "status": {"in_reply_to_status_id": 685580357232504832, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "cgenco", "in_reply_to_user_id": 5437912, "in_reply_to_status_id_str": "685580357232504832", "in_reply_to_user_id_str": "5437912", "truncated": false, "id_str": "685621697215504385", "id": 685621697215504385, "text": "@cgenco @opendeis Depends on your needs!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "cgenco", "id_str": "5437912", "id": 5437912, "indices": [0, 7], "name": "Christian Genco"}, {"screen_name": "opendeis", "id_str": "1578016110", "id": 1578016110, "indices": [8, 17], "name": "Deis"}]}, "created_at": "Sat Jan 09 00:38:45 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 778518, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 11529, "profile_banner_url": "https://pbs.twimg.com/profile_banners/778518/1439089812", "is_translator": false}, {"time_zone": "Buenos Aires", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "77909615", "following": false, "friends_count": 2319, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tryolabs.com", "url": "https://t.co/yDkqOVMoPH", "expanded_url": "http://www.tryolabs.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/652209316246765568/UMKWbtfE.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 11880, "location": "San Francisco | Uruguay", "screen_name": "tryolabs", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 376, "name": "Tryolabs", "profile_use_background_image": true, "description": "Hi-tech Boutique Dev Shop focused on SV & NYC Startups. Python ecosystem, JS, iOS, NLP & Machine Learning specialists. Creators of @MonkeyLearn.", "url": "https://t.co/yDkqOVMoPH", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/621496995417448448/zKSvxqAb_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Sep 28 03:09:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621496995417448448/zKSvxqAb_normal.png", "favourites_count": 20614, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685579492614631428", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 96, "resize": "fit"}, "large": {"w": 800, "h": 226, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 169, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOq6oSWQAAZZky.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/media/CYOq6oSWQAAZZky.jpg", "display_url": "pic.twitter.com/Fk3brZmoTf", "id_str": "685579492513955840", "expanded_url": "http://twitter.com/tryolabs/status/685579492614631428/photo/1", "id": 685579492513955840, "url": "https://t.co/Fk3brZmoTf"}], "symbols": [], "urls": [{"display_url": "buff.ly/1ZfpACc", "url": "https://t.co/VNzbh6CpJA", "expanded_url": "http://buff.ly/1ZfpACc", "indices": [67, 90]}], "hashtags": [{"text": "MachineLearning", "indices": [43, 59]}], "user_mentions": [{"screen_name": "genekogan", "id_str": "51757957", "id": 51757957, "indices": [94, 104], "name": "Gene Kogan"}]}, "created_at": "Fri Jan 08 21:51:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685579492614631428, "text": "Very interesting & engaging article on #MachineLearning + Art: https://t.co/VNzbh6CpJA by @genekogan https://t.co/Fk3brZmoTf", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 77909615, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/652209316246765568/UMKWbtfE.png", "statuses_count": 1400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/77909615/1437011861", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "111767172", "following": false, "friends_count": 70, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 313, "location": "Philadelphia, PA", "screen_name": "nick_kapur", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 29, "name": "Nick Kapur", "profile_use_background_image": true, "description": "Historian of modern Japan and East Asia. I only tweet extremely interesting things. No photos of my lunch and no selfies, not ever.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000520577314/370d93bc80f4a16feeb58122f82956a3_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Feb 06 02:34:40 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000520577314/370d93bc80f4a16feeb58122f82956a3_normal.jpeg", "favourites_count": 6736, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685494137613754368", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/LIJdheem1h", "url": "https://t.co/LIJdheem1h", "expanded_url": "http://twitter.com/on3ness/status/685494137613754368/photo/1", "indices": [12, 35]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:11:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685494137613754368, "text": "i love cats https://t.co/LIJdheem1h", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685519035979677696", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/LIJdheem1h", "url": "https://t.co/LIJdheem1h", "expanded_url": "http://twitter.com/on3ness/status/685494137613754368/photo/1", "indices": [25, 48]}], "hashtags": [], "user_mentions": [{"screen_name": "on3ness", "id_str": "124548700", "id": 124548700, "indices": [3, 11], "name": "br\u00f8seph"}]}, "created_at": "Fri Jan 08 17:50:49 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685519035979677696, "text": "RT @on3ness: i love cats https://t.co/LIJdheem1h", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 111767172, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4392, "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "14247654", "following": false, "friends_count": 5000, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "contino.co.uk", "url": "http://t.co/7ioXHyid9F", "expanded_url": "http://www.contino.co.uk", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2521, "location": "London, UK", "screen_name": "benjaminwootton", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 141, "name": "Benjamin Wootton", "profile_use_background_image": true, "description": "Co-Founder of Contino, a DevOps & Continuous Delivery consultancy from the UK", "url": "http://t.co/7ioXHyid9F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432963889584558080/lw5EAdrR_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri Mar 28 22:44:56 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432963889584558080/lw5EAdrR_normal.jpeg", "favourites_count": 1063, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683332087588503552", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 270, "h": 200, "resize": "fit"}, "medium": {"w": 270, "h": 200, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 270, "h": 200, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "type": "photo", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "display_url": "pic.twitter.com/DabsPkV0tE", "id_str": "683332087483641857", "expanded_url": "http://twitter.com/manupaisable/status/683332087588503552/photo/1", "id": 683332087483641857, "url": "https://t.co/DabsPkV0tE"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RzZhSD", "url": "https://t.co/qLPUnqP9Ly", "expanded_url": "http://buff.ly/1RzZhSD", "indices": [93, 116]}], "hashtags": [{"text": "DevOps", "indices": [30, 37]}], "user_mentions": [{"screen_name": "paul", "id_str": "1140", "id": 1140, "indices": [86, 91], "name": "Paul Rollo"}]}, "created_at": "Sat Jan 02 17:00:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683332087588503552, "text": "\"most projects we migrated to #DevOps deployed between 200% to 400% more than before\"\n@Paul\u2026 https://t.co/qLPUnqP9Ly https://t.co/DabsPkV0tE", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Buffer"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685368907327270912", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 270, "h": 200, "resize": "fit"}, "medium": {"w": 270, "h": 200, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 270, "h": 200, "resize": "fit"}}, "source_status_id_str": "683332087588503552", "media_url": "http://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "source_user_id_str": "398365705", "id_str": "683332087483641857", "id": 683332087483641857, "media_url_https": "https://pbs.twimg.com/media/CXuu6cIWsAE4qEV.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 683332087588503552, "source_user_id": 398365705, "display_url": "pic.twitter.com/DabsPkV0tE", "expanded_url": "http://twitter.com/manupaisable/status/683332087588503552/photo/1", "url": "https://t.co/DabsPkV0tE"}], "symbols": [], "urls": [{"display_url": "buff.ly/1RzZhSD", "url": "https://t.co/qLPUnqP9Ly", "expanded_url": "http://buff.ly/1RzZhSD", "indices": [111, 134]}], "hashtags": [{"text": "DevOps", "indices": [48, 55]}], "user_mentions": [{"screen_name": "manupaisable", "id_str": "398365705", "id": 398365705, "indices": [3, 16], "name": "Manuel Pais"}, {"screen_name": "paul", "id_str": "1140", "id": 1140, "indices": [104, 109], "name": "Paul Rollo"}]}, "created_at": "Fri Jan 08 07:54:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685368907327270912, "text": "RT @manupaisable: \"most projects we migrated to #DevOps deployed between 200% to 400% more than before\"\n@Paul\u2026 https://t.co/qLPUnqP9Ly http\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 14247654, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 2827, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35242212", "following": false, "friends_count": 201, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 95, "location": "Boston, MA", "screen_name": "macdiesel412", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 9, "name": "Brian Beggs", "profile_use_background_image": false, "description": "I write software and think BIG. XMPP, MongoDB, NoSQL, Data Analytics, cycling, skiing, edX", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2512895031/1t5dkaadh0qkelj1ylr4_normal.jpeg", "profile_background_color": "000000", "created_at": "Sat Apr 25 16:00:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2512895031/1t5dkaadh0qkelj1ylr4_normal.jpeg", "favourites_count": 23, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Expedia", "in_reply_to_user_id": 17365848, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "17365848", "truncated": false, "id_str": "677166680196390913", "id": 677166680196390913, "text": "@Expedia Now your support hung up on me, won't let me change flight. What gives? This service is awful!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Expedia", "id_str": "17365848", "id": 17365848, "indices": [0, 8], "name": "Expedia"}]}, "created_at": "Wed Dec 16 16:41:32 +0000 2015", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 35242212, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 420, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14961286", "following": false, "friends_count": 948, "entities": {"description": {"urls": [{"display_url": "erinjorichey.com", "url": "https://t.co/bUIMCWrbnW", "expanded_url": "http://erinjorichey.com", "indices": [121, 144]}]}, "url": {"urls": [{"display_url": "erinjo.xyz", "url": "https://t.co/zWMM8cNTsz", "expanded_url": "http://erinjo.xyz", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/662980140/1ti8pk1kn715i2c5aya1.png", "notifications": false, "profile_sidebar_fill_color": "E4DACE", "profile_link_color": "DB2E2E", "geo_enabled": true, "followers_count": 2265, "location": "San Francisco, CA", "screen_name": "erinjo", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 270, "name": "Erin Jo Richey", "profile_use_background_image": true, "description": "Co-founder of @withknown. Information choreographer. User experience strategist. Oregonian. Building an open social web. https://t.co/bUIMCWrbnW", "url": "https://t.co/zWMM8cNTsz", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/461635779010101248/ngayZj4G_normal.jpeg", "profile_background_color": "FCFCFC", "created_at": "Sat May 31 06:45:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/461635779010101248/ngayZj4G_normal.jpeg", "favourites_count": 723, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684958057806180352", "id": 684958057806180352, "text": "Walking home from the grocery store just now and got pummeled by small hail. \ud83c\udf27\u2614\ufe0f", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 04:41:41 +0000 2016", "source": "Erin's Idno", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14961286, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/662980140/1ti8pk1kn715i2c5aya1.png", "statuses_count": 8880, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14961286/1399013710", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "258924364", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "andyetconf.com", "url": "http://t.co/8cCQxfuIhl", "expanded_url": "http://andyetconf.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/285931472/patternpants.png", "notifications": false, "profile_sidebar_fill_color": "EBEBEB", "profile_link_color": "0099B0", "geo_enabled": false, "followers_count": 1258, "location": "October 6\u20138 in Richland, WA", "screen_name": "AndyetConf", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 87, "name": "&yetConf", "profile_use_background_image": true, "description": "Conf about the intersections of tech, humanity, meaning, & ethics for people who believe the world should be better and are determined to make it so.\n\n\u2014@andyet", "url": "http://t.co/8cCQxfuIhl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/618554448651010048/LQj3BTqZ_normal.png", "profile_background_color": "202020", "created_at": "Mon Feb 28 20:09:25 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "757575", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/618554448651010048/LQj3BTqZ_normal.png", "favourites_count": 824, "status": {"in_reply_to_status_id": 684082741512515584, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mmatuzak", "in_reply_to_user_id": 10749432, "in_reply_to_status_id_str": "684082741512515584", "in_reply_to_user_id_str": "10749432", "truncated": false, "id_str": "684084002504900608", "id": 684084002504900608, "text": "@mmatuzak @obensource Yay @ADVUnderground!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mmatuzak", "id_str": "10749432", "id": 10749432, "indices": [0, 9], "name": "matuzi"}, {"screen_name": "obensource", "id_str": "407296703", "id": 407296703, "indices": [10, 21], "name": "Ben Michel"}, {"screen_name": "ADVUnderground", "id_str": "2149984081", "id": 2149984081, "indices": [26, 41], "name": "ADV Underground"}]}, "created_at": "Mon Jan 04 18:48:30 +0000 2016", "source": "Tweetbot for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 258924364, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/285931472/patternpants.png", "statuses_count": 1505, "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "153026017", "following": false, "friends_count": 108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/paulohp", "url": "https://t.co/TH0JsQaz8h", "expanded_url": "http://github.com/paulohp", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/663556925/hywuxpjyq3ytnbp9823z.png", "notifications": false, "profile_sidebar_fill_color": "FCA241", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 418, "location": "Belo Horizonte, Brazil", "screen_name": "paulo_hp", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 19, "name": "Paulo Pires (\u2310\u25a0_\u25a0)", "profile_use_background_image": true, "description": "programmer. @bower team member. hacking listening sertanejo.", "url": "https://t.co/TH0JsQaz8h", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668872384502480896/_mBH7aYV_normal.jpg", "profile_background_color": "BCCDD6", "created_at": "Mon Jun 07 14:00:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668872384502480896/_mBH7aYV_normal.jpg", "favourites_count": 562, "status": {"in_reply_to_status_id": 685272876338032640, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "rodrigo_ea", "in_reply_to_user_id": 55245797, "in_reply_to_status_id_str": "685272876338032640", "in_reply_to_user_id_str": "55245797", "truncated": false, "id_str": "685276627618689024", "id": 685276627618689024, "text": "@rodrigo_ea @ray_ban \u00e9, o customizado :\\ mas o mais triste \u00e9 a falta de comunica\u00e7\u00e3o mesmo. Sabe como \u00e9 n\u00e9.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "rodrigo_ea", "id_str": "55245797", "id": 55245797, "indices": [0, 11], "name": "Rodrigo Antinarelli"}, {"screen_name": "ray_ban", "id_str": "234264720", "id": 234264720, "indices": [12, 20], "name": "Ray-Ban"}]}, "created_at": "Fri Jan 08 01:47:34 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "pt"}, "default_profile_image": false, "id": 153026017, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/663556925/hywuxpjyq3ytnbp9823z.png", "statuses_count": 5668, "profile_banner_url": "https://pbs.twimg.com/profile_banners/153026017/1433120246", "is_translator": false}, {"time_zone": "Lisbon", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "6477652", "following": false, "friends_count": 807, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "trodrigues.net", "url": "https://t.co/MEu7qSJfMY", "expanded_url": "http://trodrigues.net", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": false, "followers_count": 1919, "location": "Berlin", "screen_name": "trodrigues", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 126, "name": "Tiago Rodrigues", "profile_use_background_image": false, "description": "I tweet about things you might not like such as JS, feminism, music, coffee, open source, cats and video games. Semicolon removal expert at Contentful", "url": "https://t.co/MEu7qSJfMY", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/600311963361640449/9qFGI8ZV_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Thu May 31 17:09:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/600311963361640449/9qFGI8ZV_normal.jpg", "favourites_count": 1086, "status": {"in_reply_to_status_id": 685501356732510208, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "marciana", "in_reply_to_user_id": 1813001, "in_reply_to_status_id_str": "685501356732510208", "in_reply_to_user_id_str": "1813001", "truncated": false, "id_str": "685502766173843456", "id": 685502766173843456, "text": "@marciana tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a ver tamb\u00e9m andas a v", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "marciana", "id_str": "1813001", "id": 1813001, "indices": [0, 9], "name": "Irrita"}]}, "created_at": "Fri Jan 08 16:46:10 +0000 2016", "source": "Fenix for Android", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "pt"}, "default_profile_image": false, "id": 6477652, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 68450, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6477652/1410026369", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "10840182", "following": false, "friends_count": 88, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mundoopensource.com.br", "url": "http://t.co/AyVbZvEevz", "expanded_url": "http://www.mundoopensource.com.br", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 220, "location": "Canoas, RS", "screen_name": "mhterres", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 15, "name": "Marcelo Terres", "profile_use_background_image": true, "description": "Sysadmin Linux, com foco em VoIP e XMPP, f\u00e3 de comics, apreciador de uma boa cerveja e metido a cozinheiro e homebrewer nas horas vagas ;-)", "url": "http://t.co/AyVbZvEevz", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1771702626/novoperfil_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 04 15:18:08 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771702626/novoperfil_normal.jpg", "favourites_count": 11, "status": {"retweet_count": 18, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 18, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684096178456236032", "id": 684096178456236032, "text": "Happy 17th birthday, Jabber! #xmpp", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "xmpp", "indices": [29, 34]}], "user_mentions": []}, "created_at": "Mon Jan 04 19:36:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 17, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "684112189297393665", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "xmpp", "indices": [41, 46]}], "user_mentions": [{"screen_name": "ralphm", "id_str": "2426271", "id": 2426271, "indices": [3, 10], "name": "Ralph Meijer"}]}, "created_at": "Mon Jan 04 20:40:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684112189297393665, "text": "RT @ralphm: Happy 17th birthday, Jabber! #xmpp", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 10840182, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3011, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10840182/1448740364", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2557527470", "following": false, "friends_count": 462, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opensource.cisco.com", "url": "https://t.co/XHlFibsKyg", "expanded_url": "http://opensource.cisco.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1022, "location": "", "screen_name": "TrailsAndTech", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 50, "name": "Jen Hollingsworth", "profile_use_background_image": false, "description": "SW Strategy @ Cisco. Lover of: Tech, #OpenSource, Cloud Stuff, Passionate People & the Outdoors. Haven't met a trail, #CarboPro product or taco I didn't like.", "url": "https://t.co/XHlFibsKyg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/527303350207787008/4lyNf7X0_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Jun 09 21:07:05 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/527303350207787008/4lyNf7X0_normal.jpeg", "favourites_count": 2178, "status": {"in_reply_to_status_id": 685554373628424192, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "vCloudernBeer", "in_reply_to_user_id": 830411028, "in_reply_to_status_id_str": "685554373628424192", "in_reply_to_user_id_str": "830411028", "truncated": false, "id_str": "685560135716966400", "id": 685560135716966400, "text": "@vCloudernBeer YES!!!! :)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "vCloudernBeer", "id_str": "830411028", "id": 830411028, "indices": [0, 14], "name": "Anthony Chow"}]}, "created_at": "Fri Jan 08 20:34:08 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 2557527470, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1371, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2557527470/1405046981", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "227050193", "following": false, "friends_count": 524, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "withknown.com", "url": "http://t.co/qDJMKyeC7F", "expanded_url": "http://withknown.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "9F111A", "geo_enabled": false, "followers_count": 1412, "location": "San Francisco, CA", "screen_name": "withknown", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 83, "name": "Known", "profile_use_background_image": false, "description": "Publish on your own site, and share with audiences across the web. Part of @mattervc's third class. #indieweb #reclaimyourdomain", "url": "http://t.co/qDJMKyeC7F", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/464122315689574400/IzqGaQEL_normal.png", "profile_background_color": "880000", "created_at": "Wed Dec 15 19:45:51 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "880000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464122315689574400/IzqGaQEL_normal.png", "favourites_count": 558, "status": {"in_reply_to_status_id": 685557584527376384, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AngeloFrangione", "in_reply_to_user_id": 334592526, "in_reply_to_status_id_str": "685557584527376384", "in_reply_to_user_id_str": "334592526", "truncated": false, "id_str": "685610856613216256", "id": 685610856613216256, "text": "@AngeloFrangione We're working on integrating a translation framework. We want everyone to be able to use Known!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AngeloFrangione", "id_str": "334592526", "id": 334592526, "indices": [0, 16], "name": "Angelo"}]}, "created_at": "Fri Jan 08 23:55:40 +0000 2016", "source": "Known Stream", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 227050193, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1070, "profile_banner_url": "https://pbs.twimg.com/profile_banners/227050193/1423650405", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "981101", "following": false, "friends_count": 2074, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bengo.is", "url": "https://t.co/d3tx42Owqt", "expanded_url": "http://bengo.is", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/119792414/x23ca35415a8f750f5ad0aa97860e9aa.png", "notifications": false, "profile_sidebar_fill_color": "333333", "profile_link_color": "18ADF6", "geo_enabled": true, "followers_count": 1033, "location": "San Francisco, CA", "screen_name": "bengo", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 81, "name": "Benjamin Goering", "profile_use_background_image": true, "description": "Founding Engineer @Livefyre. Open. Stoic Situationist. \u2665 reading, philosophy, open web, (un)logic, AI, sports, and edm. Kansan gone Cali.", "url": "https://t.co/d3tx42Owqt", "profile_text_color": "636363", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1856167361/Photo_on_2-26-12_at_1.41_PM_normal.jpg", "profile_background_color": "CCCCCC", "created_at": "Mon Mar 12 03:55:06 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1856167361/Photo_on_2-26-12_at_1.41_PM_normal.jpg", "favourites_count": 964, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685580750448508928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 600, "h": 600, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOsD2MUQAAJ8tR.jpg", "type": "photo", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CYOsD2MUQAAJ8tR.jpg", "display_url": "pic.twitter.com/LTYVklmUyg", "id_str": "685580750377205760", "expanded_url": "http://twitter.com/bengo/status/685580750448508928/photo/1", "id": 685580750377205760, "url": "https://t.co/LTYVklmUyg"}], "symbols": [], "urls": [{"display_url": "itun.es/us/0CoK2.c?i=3\u2026", "url": "https://t.co/zQ3UB0Dhiy", "expanded_url": "https://itun.es/us/0CoK2.c?i=359766164", "indices": [29, 52]}], "hashtags": [], "user_mentions": [{"screen_name": "thenewstack", "id_str": "2327560616", "id": 2327560616, "indices": [71, 83], "name": "The New Stack"}]}, "created_at": "Fri Jan 08 21:56:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685580750448508928, "text": "Check out this cool episode: https://t.co/zQ3UB0Dhiy \"Keep Node Weird\" @thenewstack https://t.co/LTYVklmUyg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 981101, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/119792414/x23ca35415a8f750f5ad0aa97860e9aa.png", "statuses_count": 5799, "profile_banner_url": "https://pbs.twimg.com/profile_banners/981101/1353910636", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "321162442", "following": false, "friends_count": 143, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 26, "location": "", "screen_name": "mattyindustries", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1, "name": "Mathew Archibald", "profile_use_background_image": true, "description": "Linux Sysadmin at Toyota Australia", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1845304287/317521_10150457252939622_574214621_11067762_119180137_n_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 21 03:43:14 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1845304287/317521_10150457252939622_574214621_11067762_119180137_n_normal.jpg", "favourites_count": 44, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "EtihadStadiumAU", "in_reply_to_user_id": 152837019, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "152837019", "truncated": false, "id_str": "630298486664097793", "id": 630298486664097793, "text": "@EtihadStadiumAU kick to kick still on after #AFLSaintsFreo?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "AFLSaintsFreo", "indices": [45, 59]}], "user_mentions": [{"screen_name": "EtihadStadiumAU", "id_str": "152837019", "id": 152837019, "indices": [0, 16], "name": "Etihad Stadium"}]}, "created_at": "Sun Aug 09 08:44:04 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 321162442, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 39, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2402568709", "following": false, "friends_count": 17541, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "reeldx.com", "url": "http://t.co/GqPJuzOYMV", "expanded_url": "http://www.reeldx.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 21102, "location": "Vancouver, WA", "screen_name": "andrewreeldx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 518, "name": "Andrew Richards", "profile_use_background_image": true, "description": "Co-Founder & CTO @ ReelDx, Technologist, Brewer, Runner, Coder", "url": "http://t.co/GqPJuzOYMV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/598983823183859712/TI8-vvmM_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 22 03:27:50 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/598983823183859712/TI8-vvmM_normal.jpg", "favourites_count": 2991, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685609079771774976", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/cancergeek/sta\u2026", "url": "https://t.co/tWEoIh9Mwi", "expanded_url": "https://twitter.com/cancergeek/status/685571019667423232", "indices": [42, 65]}], "hashtags": [{"text": "jpm16", "indices": [34, 40]}], "user_mentions": []}, "created_at": "Fri Jan 08 23:48:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685609079771774976, "text": "Liberate data? That's how we roll #jpm16 https://t.co/tWEoIh9Mwi", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2402568709, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3400, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2402568709/1411424123", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14110325", "following": false, "friends_count": 1108, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "soundcloud.com/jay-holler", "url": "https://t.co/Dn5Q3Kk7jo", "expanded_url": "https://soundcloud.com/jay-holler", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000074470579/2c04286bb38f279b5af552dc00a0dd05.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "89C9FA", "geo_enabled": true, "followers_count": 1109, "location": "California, USA", "screen_name": "jayholler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Jay Holler", "profile_use_background_image": false, "description": "Eventually Sol will expand to consume everything anyone has ever known, created, or recorded.", "url": "https://t.co/Dn5Q3Kk7jo", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684870793021374464/ft5S-xyN_normal.png", "profile_background_color": "1A1B1F", "created_at": "Mon Mar 10 00:14:55 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684870793021374464/ft5S-xyN_normal.png", "favourites_count": 17301, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685629837269020674", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/KTVU/status/68\u2026", "url": "https://t.co/iJrmieeMwr", "expanded_url": "https://twitter.com/KTVU/status/685619144683724800", "indices": [12, 35]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:11:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685629837269020674, "text": "Kidnapping! https://t.co/iJrmieeMwr", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 14110325, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000074470579/2c04286bb38f279b5af552dc00a0dd05.png", "statuses_count": 33903, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14110325/1452192763", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "126030998", "following": false, "friends_count": 542, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "0xabad1dea.github.io", "url": "https://t.co/cZmmxZ39G9", "expanded_url": "http://0xabad1dea.github.io/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/91946315/miku-twitter.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20122, "location": "@veracode", "screen_name": "0xabad1dea", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 877, "name": "Melissa \u2407 \u2b50\ufe0f", "profile_use_background_image": true, "description": "Infosec supervillain, insufferable SJW, and twitter witch whose very name causes systems to crash. Fortune favors those who do the math. she/her; I \u2666\ufe0f @m1sp.", "url": "https://t.co/cZmmxZ39G9", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660844914301734912/fZe3pgET_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Mar 24 16:31:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660844914301734912/fZe3pgET_normal.png", "favourites_count": 2962, "status": {"in_reply_to_status_id": 685629875017900032, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "livebeef", "in_reply_to_user_id": 2423425960, "in_reply_to_status_id_str": "685629875017900032", "in_reply_to_user_id_str": "2423425960", "truncated": false, "id_str": "685630096586207238", "id": 685630096586207238, "text": "@livebeef well, that\u2019s his thing, yes, extreme pandering, like Trump but I think that\u2019s his real hair", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "livebeef", "id_str": "2423425960", "id": 2423425960, "indices": [0, 9], "name": "Curious Reptilian"}]}, "created_at": "Sat Jan 09 01:12:08 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 126030998, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/91946315/miku-twitter.png", "statuses_count": 133972, "profile_banner_url": "https://pbs.twimg.com/profile_banners/126030998/1348018700", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "24718762", "following": false, "friends_count": 388, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": false, "followers_count": 268, "location": "", "screen_name": "unixgeekem", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 26, "name": "Emily Gladstone Cole", "profile_use_background_image": true, "description": "UNIX and Security Admin, baseball fan, singer, dancer, actor, voracious reader, student. Opinions are my own and not my employer's.", "url": null, "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/596414478155026432/DmOXfl8e_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Mon Mar 16 16:23:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/596414478155026432/DmOXfl8e_normal.jpg", "favourites_count": 1739, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685593188971642880", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/RobotHugsComic\u2026", "url": "https://t.co/SbF9JovOfO", "expanded_url": "https://twitter.com/RobotHugsComic/status/674961985059074048", "indices": [6, 29]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:45:28 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593188971642880, "text": "This. https://t.co/SbF9JovOfO", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 24718762, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 2163, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24718762/1364947598", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14071087", "following": false, "friends_count": 1254, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/135413985/earth-from-above-by-klaus-leidorf01.jpeg", "notifications": false, "profile_sidebar_fill_color": "C9E6A3", "profile_link_color": "C200E0", "geo_enabled": true, "followers_count": 375, "location": "New York, NY", "screen_name": "ineverthink", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 18, "name": "Chris Handy", "profile_use_background_image": true, "description": "Devops, Systems thinker, not just technical. Works at @workmarket, formerly @condenast", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606216573754458112/g0UX_mT2_normal.jpg", "profile_background_color": "8A698A", "created_at": "Mon Mar 03 03:50:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "6A0B8A", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606216573754458112/g0UX_mT2_normal.jpg", "favourites_count": 492, "status": {"in_reply_to_status_id": 685106932512854016, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "skamille", "in_reply_to_user_id": 24257941, "in_reply_to_status_id_str": "685106932512854016", "in_reply_to_user_id_str": "24257941", "truncated": false, "id_str": "685169500887629824", "id": 685169500887629824, "text": "@skamille might want to look into @WorkMarket", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "skamille", "id_str": "24257941", "id": 24257941, "indices": [0, 9], "name": "Camille Fournier"}, {"screen_name": "WorkMarket", "id_str": "154696373", "id": 154696373, "indices": [34, 45], "name": "Work Market"}]}, "created_at": "Thu Jan 07 18:41:53 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14071087, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/135413985/earth-from-above-by-klaus-leidorf01.jpeg", "statuses_count": 2151, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1164839209", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nodesecurity.io", "url": "https://t.co/McA4uRwQAL", "expanded_url": "http://nodesecurity.io", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 6918, "location": "", "screen_name": "nodesecurity", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 295, "name": "Node.js Security", "profile_use_background_image": true, "description": "Advisories, news & libraries focused on Node.js security - Sponsored by @andyet, Organized by @liftsecurity", "url": "https://t.co/McA4uRwQAL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3539651920/26b0eb1113c460f58d2fa508244531ca_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Feb 10 03:43:44 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3539651920/26b0eb1113c460f58d2fa508244531ca_normal.png", "favourites_count": 104, "status": {"in_reply_to_status_id": 685190823084986369, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "mountain_ghosts", "in_reply_to_user_id": 13861042, "in_reply_to_status_id_str": "685190823084986369", "in_reply_to_user_id_str": "13861042", "truncated": false, "id_str": "685191592567701504", "id": 685191592567701504, "text": "@mountain_ghosts @3rdeden We added the information we received to the top of the advisory. See the linked gist.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "mountain_ghosts", "id_str": "13861042", "id": 13861042, "indices": [0, 16], "name": "\u2200a: \u223c Sa = 0"}, {"screen_name": "3rdEden", "id_str": "14350255", "id": 14350255, "indices": [17, 25], "name": "Arnout Kazemier"}]}, "created_at": "Thu Jan 07 20:09:40 +0000 2016", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1164839209, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 356, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2883370235", "following": false, "friends_count": 5040, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bit.ly/11hQZa8", "url": "http://t.co/waaWKCIqia", "expanded_url": "http://bit.ly/11hQZa8", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7769, "location": "", "screen_name": "NodeJSRR", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 113, "name": "Node JS", "profile_use_background_image": true, "description": "Live Content Curated by top Node JS Influencers. Moderated by @hardeepmonty.", "url": "http://t.co/waaWKCIqia", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/534864150678106112/yIg0ZJsN_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed Nov 19 00:20:03 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534864150678106112/yIg0ZJsN_normal.png", "favourites_count": 11, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685615042750840833", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPLP4EUAAAqK0r.jpg", "type": "photo", "indices": [53, 76], "media_url": "http://pbs.twimg.com/media/CYPLP4EUAAAqK0r.jpg", "display_url": "pic.twitter.com/2n5natiUfu", "id_str": "685615041899397120", "expanded_url": "http://twitter.com/NodeJSRR/status/685615042750840833/photo/1", "id": 685615041899397120, "url": "https://t.co/2n5natiUfu"}], "symbols": [], "urls": [{"display_url": "rightrelevance.com/search/article\u2026", "url": "https://t.co/re3CxcMpKD", "expanded_url": "http://www.rightrelevance.com/search/articles/hero?article=038f1f7617ab6218faee8e9de31593bd0cc174e6&query=node%20js&taccount=nodejsrr", "indices": [29, 52]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:12:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685615042750840833, "text": "Mongoose 2015 Year in Review https://t.co/re3CxcMpKD https://t.co/2n5natiUfu", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "RRPostingApp"}, "default_profile_image": false, "id": 2883370235, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3311, "is_translator": false}, {"time_zone": "Wellington", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 46800, "id_str": "136933779", "following": false, "friends_count": 360, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dominictarr.com", "url": "http://t.co/dLMAgM9U90", "expanded_url": "http://dominictarr.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "404099", "geo_enabled": true, "followers_count": 3915, "location": "Planet Earth", "screen_name": "dominictarr", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 229, "name": "Dominic Tarr", "profile_use_background_image": false, "description": "opinioneer", "url": "http://t.co/dLMAgM9U90", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/613802908665126913/sqRAc3HM_normal.jpg", "profile_background_color": "F0F0F0", "created_at": "Sun Apr 25 09:11:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/613802908665126913/sqRAc3HM_normal.jpg", "favourites_count": 1513, "status": {"retweet_count": 0, "in_reply_to_user_id": 12241752, "possibly_sensitive": false, "id_str": "683456176609083392", "in_reply_to_user_id_str": "12241752", "entities": {"symbols": [], "urls": [{"display_url": "github.com/maxogden/dat/w\u2026", "url": "https://t.co/qxj2MAOd76", "expanded_url": "https://github.com/maxogden/dat/wiki/replication-protocols#couchdb", "indices": [66, 89]}], "hashtags": [], "user_mentions": [{"screen_name": "denormalize", "id_str": "12241752", "id": 12241752, "indices": [0, 12], "name": "maxwell ogden"}]}, "created_at": "Sun Jan 03 01:13:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "denormalize", "in_reply_to_status_id_str": null, "truncated": false, "id": 683456176609083392, "text": "@denormalize hey I added some stuff to your data replication wiki\nhttps://t.co/qxj2MAOd76", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 136933779, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6487, "profile_banner_url": "https://pbs.twimg.com/profile_banners/136933779/1435856217", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "113419064", "following": false, "friends_count": 18, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "golang.org", "url": "http://t.co/C4svVTkUmj", "expanded_url": "http://golang.org/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 36535, "location": "", "screen_name": "golang", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1020, "name": "Go", "profile_use_background_image": true, "description": "Go will make you love programming again. I promise.", "url": "http://t.co/C4svVTkUmj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2388595262/v02jhlxou71qagr6mwet_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Feb 11 18:04:38 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2388595262/v02jhlxou71qagr6mwet_normal.png", "favourites_count": 203, "status": {"retweet_count": 110, "retweeted_status": {"retweet_count": 110, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677646473484509186", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 428, "resize": "fit"}, "medium": {"w": 600, "h": 250, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 142, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "type": "photo", "indices": [102, 125], "media_url": "http://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "display_url": "pic.twitter.com/F5t4jUEiRX", "id_str": "677646437056978944", "expanded_url": "http://twitter.com/bradfitz/status/677646473484509186/photo/1", "id": 677646437056978944, "url": "https://t.co/F5t4jUEiRX"}], "symbols": [], "urls": [], "hashtags": [{"text": "golang", "indices": [94, 101]}], "user_mentions": []}, "created_at": "Fri Dec 18 00:28:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677646473484509186, "text": "Go1.6beta1 is out and is the first release with official ARM binaries available for download! #golang https://t.co/F5t4jUEiRX", "coordinates": null, "retweeted": false, "favorite_count": 124, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677681669638373376", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 428, "resize": "fit"}, "medium": {"w": 600, "h": 250, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 142, "resize": "fit"}}, "source_status_id_str": "677646473484509186", "media_url": "http://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "source_user_id_str": "650013", "id_str": "677646437056978944", "id": 677646437056978944, "media_url_https": "https://pbs.twimg.com/media/CWd72BwXIAAsNYI.jpg", "type": "photo", "indices": [116, 139], "source_status_id": 677646473484509186, "source_user_id": 650013, "display_url": "pic.twitter.com/F5t4jUEiRX", "expanded_url": "http://twitter.com/bradfitz/status/677646473484509186/photo/1", "url": "https://t.co/F5t4jUEiRX"}], "symbols": [], "urls": [], "hashtags": [{"text": "golang", "indices": [108, 115]}], "user_mentions": [{"screen_name": "bradfitz", "id_str": "650013", "id": 650013, "indices": [3, 12], "name": "Brad Fitzpatrick"}]}, "created_at": "Fri Dec 18 02:47:55 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677681669638373376, "text": "RT @bradfitz: Go1.6beta1 is out and is the first release with official ARM binaries available for download! #golang https://t.co/F5t4jUEiRX", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 113419064, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1931, "profile_banner_url": "https://pbs.twimg.com/profile_banners/113419064/1398369112", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "114477539", "following": false, "friends_count": 303, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dribbble.com/stephane_martin", "url": "http://t.co/2hbatAQEMF", "expanded_url": "http://dribbble.com/stephane_martin", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2980B9", "geo_enabled": false, "followers_count": 2981, "location": "France", "screen_name": "stephane_m_", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 115, "name": "St\u00e9phane Martin", "profile_use_background_image": false, "description": "Half human, half geek. Currently Sr product designer at @StackOverflow (former @efounders) I love getting things done, I believe in minimalism and wine.", "url": "http://t.co/2hbatAQEMF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/668706121918636032/nSXJ5CrR_normal.png", "profile_background_color": "D7DCE0", "created_at": "Mon Feb 15 15:07:00 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668706121918636032/nSXJ5CrR_normal.png", "favourites_count": 540, "status": {"retweet_count": 0, "in_reply_to_user_id": 16205746, "possibly_sensitive": false, "id_str": "685116838418722816", "in_reply_to_user_id_str": "16205746", "entities": {"media": [{"sizes": {"large": {"w": 230, "h": 319, "resize": "fit"}, "medium": {"w": 230, "h": 319, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 230, "h": 319, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIGIieWwAAqG_7.png", "type": "photo", "indices": [50, 73], "media_url": "http://pbs.twimg.com/media/CYIGIieWwAAqG_7.png", "display_url": "pic.twitter.com/1CDvfNJ2it", "id_str": "685116837076582400", "expanded_url": "http://twitter.com/stephane_m_/status/685116838418722816/photo/1", "id": 685116837076582400, "url": "https://t.co/1CDvfNJ2it"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "alexlmiller", "id_str": "16205746", "id": 16205746, "indices": [0, 12], "name": "Alex Miller"}, {"screen_name": "hellohynes", "id_str": "14475889", "id": 14475889, "indices": [13, 24], "name": "Joshua Hynes"}]}, "created_at": "Thu Jan 07 15:12:37 +0000 2016", "favorited": false, "in_reply_to_status_id": 685111393784233984, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "alexlmiller", "in_reply_to_status_id_str": "685111393784233984", "truncated": false, "id": 685116838418722816, "text": "@alexlmiller @hellohynes Wasn't disappointed too: https://t.co/1CDvfNJ2it", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 114477539, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 994, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "138513072", "following": false, "friends_count": 54, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A6E6AC", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 40, "location": "Portland, OR", "screen_name": "cdaringe", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Chris Dieringer", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/860677096/11445_634752768398_19710968_37148685_7590791_n_normal.jpg", "profile_background_color": "329C40", "created_at": "Thu Apr 29 19:29:29 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "9FC2A3", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/860677096/11445_634752768398_19710968_37148685_7590791_n_normal.jpg", "favourites_count": 49, "status": {"retweet_count": 0, "in_reply_to_user_id": 14278727, "possibly_sensitive": false, "id_str": "679054290430787584", "in_reply_to_user_id_str": "14278727", "entities": {"symbols": [], "urls": [{"display_url": "inkandfeet.com/how-to-use-a-g\u2026", "url": "https://t.co/CSfKwrPXIy", "expanded_url": "http://inkandfeet.com/how-to-use-a-generic-usb-20-10100m-ethernet-adaptor-rd9700-on-mac-os-1011-el-capitan", "indices": [21, 44]}, {"display_url": "realtek.com/DOWNLOADS/down\u2026", "url": "https://t.co/MXKy0tG3e9", "expanded_url": "http://www.realtek.com/DOWNLOADS/downloadsView.aspx?Langid=1&PNid=14&PFid=55&Level=5&Conn=4&DownTypeID=3&GetDown=false", "indices": [115, 138]}], "hashtags": [], "user_mentions": [{"screen_name": "skoczen", "id_str": "14278727", "id": 14278727, "indices": [0, 8], "name": "Steven Skoczen"}]}, "created_at": "Mon Dec 21 21:42:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "skoczen", "in_reply_to_status_id_str": null, "truncated": false, "id": 679054290430787584, "text": "@skoczen, in ref to https://t.co/CSfKwrPXIy, realtek released a new driver for el cap that requires no sys edits: https://t.co/MXKy0tG3e9", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 138513072, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 68, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "650013", "following": false, "friends_count": 542, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bradfitz.com", "url": "http://t.co/AjdAkBY0iG", "expanded_url": "http://bradfitz.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "BFA446", "geo_enabled": true, "followers_count": 17909, "location": "San Francisco, CA", "screen_name": "bradfitz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1004, "name": "Brad Fitzpatrick", "profile_use_background_image": false, "description": "hacker, traveler, runner, optimist, gopher", "url": "http://t.co/AjdAkBY0iG", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1376628217/brad_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jan 16 23:05:57 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1376628217/brad_normal.jpg", "favourites_count": 8369, "status": {"in_reply_to_status_id": 685602642395963392, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tigahill", "in_reply_to_user_id": 930826154, "in_reply_to_status_id_str": "685602642395963392", "in_reply_to_user_id_str": "930826154", "truncated": false, "id_str": "685603912133414912", "id": 685603912133414912, "text": "@tigahill @JohnLegere @EFF But not very media savvy, apparently. I'd love to read his actual accusations, if he can be calm for a second.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tigahill", "id_str": "930826154", "id": 930826154, "indices": [0, 9], "name": "LaTeigra Cahill"}, {"screen_name": "JohnLegere", "id_str": "1394399438", "id": 1394399438, "indices": [10, 21], "name": "John Legere"}, {"screen_name": "EFF", "id_str": "4816", "id": 4816, "indices": [22, 26], "name": "EFF"}]}, "created_at": "Fri Jan 08 23:28:05 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 650013, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6185, "profile_banner_url": "https://pbs.twimg.com/profile_banners/650013/1348015829", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "8690322", "following": false, "friends_count": 180, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/iyaz", "url": "http://t.co/wXnrkVLXs1", "expanded_url": "http://about.me/iyaz", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "560869", "geo_enabled": true, "followers_count": 29814, "location": "New York, NY", "screen_name": "iyaz", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1232, "name": "iyaz akhtar", "profile_use_background_image": false, "description": "I'm the best damn Iyaz Akhtar in the world. Available online @CNET and @GFQNetwork", "url": "http://t.co/wXnrkVLXs1", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641973158552059904/dRLTJIiY_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Sep 05 17:08:15 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641973158552059904/dRLTJIiY_normal.jpg", "favourites_count": 520, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685297976856584192", "id": 685297976856584192, "text": "What did you think was the most awesome thing at CES 2016? #top5", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "top5", "indices": [59, 64]}], "user_mentions": []}, "created_at": "Fri Jan 08 03:12:24 +0000 2016", "source": "Twitter for iPad", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 8690322, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 15190, "profile_banner_url": "https://pbs.twimg.com/profile_banners/8690322/1433083510", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "10350", "following": false, "friends_count": 1100, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/veronica", "url": "https://t.co/Tf4y8BelKl", "expanded_url": "http://about.me/veronica", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/621400167472693249/x_fHufpl.jpg", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1758625, "location": "San Francisco", "screen_name": "Veronica", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 17380, "name": "Veronica Belmont", "profile_use_background_image": true, "description": "New media / TV host and writer. @swordandlaser, @vaginalfantasy and #DearVeronica for @Engadget. #SFGiants Destroyer of Worlds.", "url": "https://t.co/Tf4y8BelKl", "profile_text_color": "1E1A1A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684863070615650304/wYPYPO4o_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Tue Oct 24 16:00:54 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C59D79", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684863070615650304/wYPYPO4o_normal.jpg", "favourites_count": 2795, "status": {"in_reply_to_status_id": 685613648220303360, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "NotAPreppie", "in_reply_to_user_id": 53830319, "in_reply_to_status_id_str": "685613648220303360", "in_reply_to_user_id_str": "53830319", "truncated": false, "id_str": "685613962868609025", "id": 685613962868609025, "text": "@NotAPreppie @MarieDomingo getting into random fights on Twitter clearly makes YOU feel better! Whatever works!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "NotAPreppie", "id_str": "53830319", "id": 53830319, "indices": [0, 12], "name": "IfPinkyWereAChemist"}, {"screen_name": "MarieDomingo", "id_str": "10394242", "id": 10394242, "indices": [13, 26], "name": "MarieDomingo"}]}, "created_at": "Sat Jan 09 00:08:01 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 10350, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/621400167472693249/x_fHufpl.jpg", "statuses_count": 36156, "profile_banner_url": "https://pbs.twimg.com/profile_banners/10350/1436988647", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "816214", "following": false, "friends_count": 734, "entities": {"description": {"urls": [{"display_url": "techcrunch.com/video/crunchre\u2026", "url": "http://t.co/sufYJznghc", "expanded_url": "http://techcrunch.com/video/crunchreport", "indices": [59, 81]}]}, "url": {"urls": [{"display_url": "about.me/sarahlane", "url": "http://t.co/POf8fV5kwg", "expanded_url": "http://about.me/sarahlane", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/3557808/Photo_29.jpg", "notifications": false, "profile_sidebar_fill_color": "BAFF91", "profile_link_color": "B81F45", "geo_enabled": true, "followers_count": 95473, "location": "Norf Side ", "screen_name": "sarahlane", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6399, "name": "Sarah Lane", "profile_use_background_image": true, "description": "TechCrunch Executive Producer, Video\n\nHost, Crunch Report: http://t.co/sufYJznghc\n\nI get it twisted, sorry", "url": "http://t.co/POf8fV5kwg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674766167823818753/O7tpjdpi_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Mar 06 22:45:50 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674766167823818753/O7tpjdpi_normal.jpg", "favourites_count": 705, "status": {"in_reply_to_status_id": 685526261507096577, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MDee14", "in_reply_to_user_id": 16684249, "in_reply_to_status_id_str": "685526261507096577", "in_reply_to_user_id_str": "16684249", "truncated": false, "id_str": "685527194949451776", "id": 685527194949451776, "text": "@MDee14 yay we both won!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MDee14", "id_str": "16684249", "id": 16684249, "indices": [0, 7], "name": "Marcel Dee"}]}, "created_at": "Fri Jan 08 18:23:14 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 816214, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/3557808/Photo_29.jpg", "statuses_count": 16630, "profile_banner_url": "https://pbs.twimg.com/profile_banners/816214/1451606730", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "58708498", "following": false, "friends_count": 445, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "angelina.codes", "url": "http://t.co/v5aoRQrHwi", "expanded_url": "http://angelina.codes", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/485124631792087040/92tWmeP6.png", "notifications": false, "profile_sidebar_fill_color": "F7C9FF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 17533, "location": "NYC \u2708 ???", "screen_name": "hopefulcyborg", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 972, "name": "Angelina Fabbro", "profile_use_background_image": false, "description": "- polyglot programmer weirdo - engineer at @digitalocean (\u256f\u00b0\u25a1\u00b0)\u256f\ufe35 \u253b\u2501\u253b - prev: @mozilla devtools & @steamclocksw - they/their/them", "url": "http://t.co/v5aoRQrHwi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/599701328181465088/zXbE5ber_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Jul 21 04:52:08 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/599701328181465088/zXbE5ber_normal.jpg", "favourites_count": 8940, "status": {"retweet_count": 6532, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 6532, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685515171675140096", "id": 685515171675140096, "text": "COP: u were swerving a lot so i have to conduct a sobriety test\nME: ok\nCOP: lets get taco bell\nME: no\nCOP: text ur ex\nME: no\nCOP: ok ur good", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:35:27 +0000 2016", "source": "Twitter Web Client", "favorite_count": 12258, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685567906923593729", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "bobvulfov", "id_str": "2442237828", "id": 2442237828, "indices": [3, 13], "name": "Bob Vulfov"}]}, "created_at": "Fri Jan 08 21:05:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567906923593729, "text": "RT @bobvulfov: COP: u were swerving a lot so i have to conduct a sobriety test\nME: ok\nCOP: lets get taco bell\nME: no\nCOP: text ur ex\nME: no\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 58708498, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/485124631792087040/92tWmeP6.png", "statuses_count": 22753, "profile_banner_url": "https://pbs.twimg.com/profile_banners/58708498/1408048999", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "682433", "following": false, "friends_count": 1123, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "github.com/othiym23/", "url": "http://t.co/20WWkunxbg", "expanded_url": "http://github.com/othiym23/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "CCCCCC", "profile_link_color": "333333", "geo_enabled": true, "followers_count": 2268, "location": "the outside lands", "screen_name": "othiym23", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 152, "name": "Forrest L Norvell", "profile_use_background_image": false, "description": "down with the kyriarchy / big ups to the heavy heavy bass.\n\nI may think you're doing something dumb but I think *you're* great.", "url": "http://t.co/20WWkunxbg", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507801607782662144/6qxxNawS_normal.png", "profile_background_color": "CCCCCC", "created_at": "Mon Jan 22 20:57:31 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "333333", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507801607782662144/6qxxNawS_normal.png", "favourites_count": 5768, "status": {"in_reply_to_status_id": 685625845499576321, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "othiym23", "in_reply_to_user_id": 682433, "in_reply_to_status_id_str": "685625845499576321", "in_reply_to_user_id_str": "682433", "truncated": false, "id_str": "685625896372310016", "id": 685625896372310016, "text": "@reconbot @soldair (I mean, even the ones that pull down and examine tarballs)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "reconbot", "id_str": "14082200", "id": 14082200, "indices": [0, 9], "name": "Francis Gulotta"}, {"screen_name": "soldair", "id_str": "16893912", "id": 16893912, "indices": [10, 18], "name": "Ryan Day"}]}, "created_at": "Sat Jan 09 00:55:26 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 682433, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 30184, "profile_banner_url": "https://pbs.twimg.com/profile_banners/682433/1355870155", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "139199211", "following": false, "friends_count": 253, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "snarfed.org", "url": "https://t.co/0mWCez5XaB", "expanded_url": "https://snarfed.org/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 464, "location": "San Francisco", "screen_name": "schnarfed", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Ryan Barrett", "profile_use_background_image": false, "description": "", "url": "https://t.co/0mWCez5XaB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/459041662707060736/Kb9Ex4X8_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Sat May 01 21:42:43 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459041662707060736/Kb9Ex4X8_normal.jpeg", "favourites_count": 3258, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685210017411170305", "id": 685210017411170305, "text": "When someone invites me out, or just to hang, my first instinct is to check my calendar and hope for a conflict. :( #JustIntrovertThings", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "JustIntrovertThings", "indices": [116, 136]}], "user_mentions": []}, "created_at": "Thu Jan 07 21:22:53 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 139199211, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 1763, "profile_banner_url": "https://pbs.twimg.com/profile_banners/139199211/1398278985", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "536965103", "following": false, "friends_count": 811, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "onebigfluke.com", "url": "http://t.co/aaUMAjUIWi", "expanded_url": "http://onebigfluke.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/479078625/250px-Solid_black.svg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0074B3", "geo_enabled": false, "followers_count": 2574, "location": "San Francisco", "screen_name": "haxor", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 142, "name": "Brett Slatkin", "profile_use_background_image": true, "description": "Eng lead @Google_Surveys. Author of @EffectivePython.\nI love bicycles and hate patents.", "url": "http://t.co/aaUMAjUIWi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2405145031/666p4bcxa8r75584uck2_normal.png", "profile_background_color": "4D4D4D", "created_at": "Mon Mar 26 05:57:19 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2405145031/666p4bcxa8r75584uck2_normal.png", "favourites_count": 3124, "status": {"retweet_count": 13, "retweeted_status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685367480546541568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "dlvr.it/DCnmnq", "url": "https://t.co/vqRVp9rIbc", "expanded_url": "http://dlvr.it/DCnmnq", "indices": [61, 84]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 07:48:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "ja", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685367480546541568, "text": "Effective Python: Scott Meyers\u306b\u3088\u308b\u4eba\u6c17\u30b7\u30ea\u30fc\u30ba\u3001\u300cEffective Software\u2026 https://t.co/vqRVp9rIbc [book]", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "dlvr.it"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685498607789670401", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "dlvr.it/DCnmnq", "url": "https://t.co/vqRVp9rIbc", "expanded_url": "http://dlvr.it/DCnmnq", "indices": [80, 103]}], "hashtags": [], "user_mentions": [{"screen_name": "oreilly_japan", "id_str": "18382977", "id": 18382977, "indices": [3, 17], "name": "O'Reilly Japan, Inc."}]}, "created_at": "Fri Jan 08 16:29:38 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "ja", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685498607789670401, "text": "RT @oreilly_japan: Effective Python: Scott Meyers\u306b\u3088\u308b\u4eba\u6c17\u30b7\u30ea\u30fc\u30ba\u3001\u300cEffective Software\u2026 https://t.co/vqRVp9rIbc [book]", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 536965103, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/479078625/250px-Solid_black.svg.png", "statuses_count": 1749, "profile_banner_url": "https://pbs.twimg.com/profile_banners/536965103/1398444972", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "610533", "following": false, "friends_count": 1078, "entities": {"description": {"urls": [{"display_url": "DailyTechNewsShow.com", "url": "https://t.co/x2gPqqxYuL", "expanded_url": "http://DailyTechNewsShow.com", "indices": [13, 36]}]}, "url": {"urls": [{"display_url": "tommerritt.com", "url": "http://t.co/Ru5Svk5gcM", "expanded_url": "http://www.tommerritt.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "notifications": false, "profile_sidebar_fill_color": "95E8EC", "profile_link_color": "0099B9", "geo_enabled": true, "followers_count": 97335, "location": "Virgo Supercluster", "screen_name": "acedtect", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 6443, "name": "Tom Merritt", "profile_use_background_image": true, "description": "Host of DTNS https://t.co/x2gPqqxYuL, Sword and Laser, Current Geek, Cordkillers and more. Coffee achiever", "url": "http://t.co/Ru5Svk5gcM", "profile_text_color": "3C3940", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000634907530/7e9f3b75be850ac447598e6f41b1e7a6_normal.jpeg", "profile_background_color": "0099B9", "created_at": "Sun Jan 07 17:00:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "5ED4DC", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000634907530/7e9f3b75be850ac447598e6f41b1e7a6_normal.jpeg", "favourites_count": 806, "status": {"in_reply_to_status_id": 685611862440849408, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Nightveil", "in_reply_to_user_id": 16855695, "in_reply_to_status_id_str": "685611862440849408", "in_reply_to_user_id_str": "16855695", "truncated": false, "id_str": "685612261910560768", "id": 685612261910560768, "text": "@Nightveil Yeah safety date. I can always move it up.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Nightveil", "id_str": "16855695", "id": 16855695, "indices": [0, 10], "name": "Nightveil"}]}, "created_at": "Sat Jan 09 00:01:15 +0000 2016", "source": "TweetDeck", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 610533, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "statuses_count": 37135, "profile_banner_url": "https://pbs.twimg.com/profile_banners/610533/1348022434", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "824168", "following": false, "friends_count": 1919, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2390475/suestrees.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": false, "followers_count": 1035, "location": "Petaluma, CA", "screen_name": "jammerb", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 108, "name": "John Slanina", "profile_use_background_image": true, "description": "History is short. The sun is just a minor star.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/53384595/jsmmerBike_normal.jpg", "profile_background_color": "31532D", "created_at": "Fri Mar 09 04:33:02 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/53384595/jsmmerBike_normal.jpg", "favourites_count": 107, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "11877321", "id": 11877321, "text": "Got my Screaming Monkey from Woot!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Mar 24 02:38:08 +0000 2007", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 824168, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2390475/suestrees.jpg", "statuses_count": 6, "profile_banner_url": "https://pbs.twimg.com/profile_banners/824168/1434144272", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2369467405", "following": false, "friends_count": 34024, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wifiworkerbees.com", "url": "http://t.co/rqac3Fh1dU", "expanded_url": "http://wifiworkerbees.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458016636239237120/hU7QMzOQ.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 34950, "location": "Following My Bliss", "screen_name": "DereckCurry", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 632, "name": "Dereck Curry", "profile_use_background_image": false, "description": "20+ year IT, coding, product management, and engineering professional. Remote work evangelist. Co-founder of @WifiWorkerBees. Husband to @Currying_Favor.", "url": "http://t.co/rqac3Fh1dU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/462703243923947520/OPzXRYzj_normal.jpeg", "profile_background_color": "DFF3F5", "created_at": "Sun Mar 02 22:24:48 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/462703243923947520/OPzXRYzj_normal.jpeg", "favourites_count": 3838, "status": {"in_reply_to_status_id": 685628259401334784, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "beckya234", "in_reply_to_user_id": 407834483, "in_reply_to_status_id_str": "685628259401334784", "in_reply_to_user_id_str": "407834483", "truncated": false, "id_str": "685629758886002698", "id": 685629758886002698, "text": "@beckya234 At least your not trying to get the lifeguard drunk. Or maybe you are.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "beckya234", "id_str": "407834483", "id": 407834483, "indices": [0, 10], "name": "Becky Atkins"}]}, "created_at": "Sat Jan 09 01:10:47 +0000 2016", "source": "Twitter for Mac", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2369467405, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458016636239237120/hU7QMzOQ.jpeg", "statuses_count": 9079, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2369467405/1447623348", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15948437", "following": false, "friends_count": 590, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joelonsoftware.com", "url": "http://t.co/ZHNWlmFE3H", "expanded_url": "http://www.joelonsoftware.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2920769/NZ_and_Australia_175.jpg", "notifications": false, "profile_sidebar_fill_color": "E4F1F0", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 117165, "location": "New York, NY", "screen_name": "spolsky", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5827, "name": "Joel Spolsky", "profile_use_background_image": true, "description": "CEO of Stack Overflow, co-founder of Fog Creek Software (FogBugz, Kiln), and creator of Trello. Member of NYC gay startup mafia.", "url": "http://t.co/ZHNWlmFE3H", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/451185078073171968/T4QKBj-E_normal.jpeg", "profile_background_color": "9AE4E8", "created_at": "Fri Aug 22 18:34:03 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451185078073171968/T4QKBj-E_normal.jpeg", "favourites_count": 5133, "status": {"retweet_count": 33, "retweeted_status": {"retweet_count": 33, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684896392188444672", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/p/23a20405681a", "url": "https://t.co/ifzwy1ausF", "expanded_url": "https://medium.com/p/23a20405681a", "indices": [112, 135]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 00:36:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684896392188444672, "text": "I started keeping some notes about what exactly it is in trying to do with my career in tech. Feedback welcome! https://t.co/ifzwy1ausF", "coordinates": null, "retweeted": false, "favorite_count": 91, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684939456881770496", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "medium.com/p/23a20405681a", "url": "https://t.co/ifzwy1ausF", "expanded_url": "https://medium.com/p/23a20405681a", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "anildash", "id_str": "36823", "id": 36823, "indices": [3, 12], "name": "Anil Dash"}]}, "created_at": "Thu Jan 07 03:27:46 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684939456881770496, "text": "RT @anildash: I started keeping some notes about what exactly it is in trying to do with my career in tech. Feedback welcome! https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 15948437, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2920769/NZ_and_Australia_175.jpg", "statuses_count": 6625, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15948437/1364583542", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "4519121", "following": false, "friends_count": 423, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theoatmeal.com", "url": "http://t.co/hzHuiYcL4x", "expanded_url": "http://theoatmeal.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/57771255/twitter2.png", "notifications": false, "profile_sidebar_fill_color": "F5EDF0", "profile_link_color": "B40B43", "geo_enabled": true, "followers_count": 524239, "location": "Seattle, Washington", "screen_name": "Oatmeal", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 17111, "name": "Matthew Inman", "profile_use_background_image": true, "description": "I make comics.", "url": "http://t.co/hzHuiYcL4x", "profile_text_color": "362720", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/479769268104359937/VvbTc1T6_normal.png", "profile_background_color": "FF3366", "created_at": "Fri Apr 13 16:59:37 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "CC3366", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479769268104359937/VvbTc1T6_normal.png", "favourites_count": 1374, "status": {"retweet_count": 128, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685190824158691332", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 812, "h": 587, "resize": "fit"}, "small": {"w": 340, "h": 245, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 433, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJJbHUVAAEH2Yw.png", "type": "photo", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CYJJbHUVAAEH2Yw.png", "display_url": "pic.twitter.com/suZ6JUQaFa", "id_str": "685190823483342849", "expanded_url": "http://twitter.com/Oatmeal/status/685190824158691332/photo/1", "id": 685190823483342849, "url": "https://t.co/suZ6JUQaFa"}], "symbols": [], "urls": [{"display_url": "theoatmeal.com/blog/playdoh", "url": "https://t.co/v1LZDUNlnT", "expanded_url": "http://theoatmeal.com/blog/playdoh", "indices": [23, 46]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 20:06:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685190824158691332, "text": "You only try this once https://t.co/v1LZDUNlnT https://t.co/suZ6JUQaFa", "coordinates": null, "retweeted": false, "favorite_count": 293, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4519121, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/57771255/twitter2.png", "statuses_count": 6000, "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "9859562", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "glyph.twistedmatrix.com", "url": "https://t.co/1dvBYKfhRo", "expanded_url": "https://glyph.twistedmatrix.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 2557, "location": "\u2191 baseline \u2193 cap-height", "screen_name": "glyph", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 144, "name": "\u24bc\u24c1\u24ce\u24c5\u24bd", "profile_use_background_image": true, "description": "Level ?? Thought Lord", "url": "https://t.co/1dvBYKfhRo", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/480054701220560896/LCQcjh6__normal.png", "profile_background_color": "642D8B", "created_at": "Thu Nov 01 18:21:23 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480054701220560896/LCQcjh6__normal.png", "favourites_count": 6287, "status": {"in_reply_to_status_id": 685297984683155456, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "corbinsimpson", "in_reply_to_user_id": 41225243, "in_reply_to_status_id_str": "685297984683155456", "in_reply_to_user_id_str": "41225243", "truncated": false, "id_str": "685357014143250432", "id": 685357014143250432, "text": "@corbinsimpson yeah.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "corbinsimpson", "id_str": "41225243", "id": 41225243, "indices": [0, 14], "name": "Corbin Simpson"}]}, "created_at": "Fri Jan 08 07:07:00 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 9859562, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "statuses_count": 11017, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2782733125", "following": false, "friends_count": 427, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "raintank.io", "url": "http://t.co/sZYy68B1yl", "expanded_url": "http://www.raintank.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "10B1D3", "geo_enabled": true, "followers_count": 362, "location": "", "screen_name": "raintanksaas", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 13, "name": "raintank", "profile_use_background_image": false, "description": "An opensource monitoring platform to collect, store & analyze data about your infrastructure through a gorgeously powerful frontend. The company behind @grafana", "url": "http://t.co/sZYy68B1yl", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/553326024155348992/Mhburz0S_normal.png", "profile_background_color": "353535", "created_at": "Sun Aug 31 18:05:44 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/553326024155348992/Mhburz0S_normal.png", "favourites_count": 204, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684453558545203200", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CX-oPyAWsAAN3om.png", "display_url": "pic.twitter.com/GnfOxpEaYF", "id_str": "684450657458368512", "expanded_url": "http://twitter.com/raintanksaas/status/684453558545203200/photo/1", "id": 684450657458368512, "url": "https://t.co/GnfOxpEaYF"}], "symbols": [], "urls": [{"display_url": "bit.ly/22Jb455", "url": "https://t.co/aYQvFNmob0", "expanded_url": "http://bit.ly/22Jb455", "indices": [69, 92]}], "hashtags": [{"text": "monitoring", "indices": [57, 68]}], "user_mentions": [{"screen_name": "RobustPerceiver", "id_str": "3328053545", "id": 3328053545, "indices": [96, 112], "name": "Robust Perception"}]}, "created_at": "Tue Jan 05 19:16:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684453558545203200, "text": "Don\u2019t limit yourself to one approach for collecting data #monitoring https://t.co/aYQvFNmob0 by @RobustPerceiver https://t.co/GnfOxpEaYF", "coordinates": null, "retweeted": false, "favorite_count": 15, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 2782733125, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 187, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2782733125/1447877118", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "23134190", "following": false, "friends_count": 2846, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rayheffer.com", "url": "http://t.co/65bBqa0ySJ", "expanded_url": "http://rayheffer.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/569243383072165888/z2h49MAo.png", "notifications": false, "profile_sidebar_fill_color": "DBDBDB", "profile_link_color": "1887E5", "geo_enabled": true, "followers_count": 12127, "location": "Brighton, United Kingdom", "screen_name": "rayheffer", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 233, "name": "Ray Heffer", "profile_use_background_image": true, "description": "Global Cloud & EUC Architect @VMware vCloud Air Network | vExpert & Double VCDX #122 | PC Gamer | Technologist | Linux | VMworld Speaker. \u65e5\u672c\u8a9e", "url": "http://t.co/65bBqa0ySJ", "profile_text_color": "574444", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/621975771481911297/g5ewiqDd_normal.jpg", "profile_background_color": "022330", "created_at": "Fri Mar 06 23:14:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621975771481911297/g5ewiqDd_normal.jpg", "favourites_count": 6141, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685565495274266624", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WFMFT", "url": "https://t.co/QHNFIkGGaL", "expanded_url": "http://ow.ly/WFMFT", "indices": [121, 144]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:55:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685565495274266624, "text": "Did u know 1 of the world's largest private charity donors uses NSX to enable a biz model based on trust & security? https://t.co/QHNFIkGGaL", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685565627487117312", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "ow.ly/WFMFT", "url": "https://t.co/QHNFIkGGaL", "expanded_url": "http://ow.ly/WFMFT", "indices": [143, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "PGelsinger", "id_str": "3339261074", "id": 3339261074, "indices": [3, 14], "name": "Pat Gelsinger"}]}, "created_at": "Fri Jan 08 20:55:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685565627487117312, "text": "RT @PGelsinger: Did u know 1 of the world's largest private charity donors uses NSX to enable a biz model based on trust & security? https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 23134190, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/569243383072165888/z2h49MAo.png", "statuses_count": 3576, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23134190/1447672867", "is_translator": false}], "next_cursor": 1494734862149901956, "previous_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "1494734862149901956"}python-twitter-3.3/testdata/get_friends_paged_additional_params.json000066400000000000000000012577351311017327200263110ustar00rootroot00000000000000{"users": [{"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "2251081112", "following": false, "friends_count": 49, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "masterdynamic.com", "url": "http://t.co/SgGVimTMa1", "expanded_url": "http://www.masterdynamic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/649050988293267456/zAXOGdlc.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2019, "location": "", "screen_name": "MasterDynamic", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 41, "name": "Master & Dynamic", "profile_use_background_image": false, "description": "Sound Tools For Creative Minds.", "url": "http://t.co/SgGVimTMa1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649051412417093632/fDSbNhAm_normal.jpg", "profile_background_color": "F8F8F8", "created_at": "Tue Dec 17 22:58:37 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649051412417093632/fDSbNhAm_normal.jpg", "favourites_count": 726, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/649050988293267456/zAXOGdlc.jpg", "default_profile_image": false, "id": 2251081112, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1065, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2251081112/1447342923", "is_translator": false}, {"time_zone": null, "profile_use_background_image": false, "description": "Peach is a fun, simple way to keep up with friends and be yourself.", "url": "https://t.co/yI3RpqAqQF", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4611360201", "profile_image_url": "http://pbs.twimg.com/profile_images/680753311562117120/TQ4Sg47x_normal.png", "friends_count": 9, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "peach.cool", "url": "https://t.co/yI3RpqAqQF", "expanded_url": "http://peach.cool", "indices": [0, 23]}]}}, "profile_background_color": "000000", "created_at": "Sat Dec 26 14:07:02 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "000000", "profile_link_color": "FF80B9", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 42, "profile_sidebar_border_color": "000000", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/680753311562117120/TQ4Sg47x_normal.png", "favourites_count": 16, "listed_count": 7, "geo_enabled": false, "follow_request_sent": false, "followers_count": 698, "following": false, "default_profile_image": false, "id": 4611360201, "blocked_by": false, "name": "Peach", "location": "New York, NY", "screen_name": "peachdotcool", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Sneaker Shop check us on IG : Benjaminkickz", "url": "http://t.co/rAZPYRorYS", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2213249522", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000786646414/7d66371ca1394de489bf94c00eb96886_normal.png", "friends_count": 12, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "benjaminkickz.com", "url": "http://t.co/rAZPYRorYS", "expanded_url": "http://www.benjaminkickz.com", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Mon Nov 25 00:04:30 +0000 2013", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000786646414/7d66371ca1394de489bf94c00eb96886_normal.png", "favourites_count": 0, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 585, "following": false, "default_profile_image": false, "id": 2213249522, "blocked_by": false, "name": "Benjaminkickz", "location": "", "screen_name": "benjaminkickz", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "LaToya, Torrian & Draymond are The REAL MVP'S. God blessed me with 3 AWESOME CHILDREN and I am so blessed to have them All!", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2846207905", "profile_image_url": "http://pbs.twimg.com/profile_images/640725097481940994/t-Sxl46Z_normal.jpg", "friends_count": 527, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Oct 08 05:00:06 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 9104, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/640725097481940994/t-Sxl46Z_normal.jpg", "favourites_count": 13622, "listed_count": 151, "geo_enabled": true, "follow_request_sent": false, "followers_count": 11685, "following": false, "default_profile_image": false, "id": 2846207905, "blocked_by": false, "name": "Mary Babers-Green", "location": "Saginaw Township North, MI", "screen_name": "BabersGreen", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2377837022", "following": false, "friends_count": 82, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Facebook.com/MuppetsKermit", "url": "http://t.co/kjainYAA9x", "expanded_url": "http://Facebook.com/MuppetsKermit", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 88405, "location": "Hollywood, CA", "screen_name": "KermitTheFrog", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 461, "name": "Kermit the Frog", "profile_use_background_image": true, "description": "Hi-ho! Welcome to the official Twitter of me, Kermit the Frog!", "url": "http://t.co/kjainYAA9x", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654052237929414656/YUI--ZV8_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Sat Mar 08 00:14:55 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654052237929414656/YUI--ZV8_normal.jpg", "favourites_count": 11, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 2377837022, "blocked_by": false, "profile_background_tile": false, "statuses_count": 487, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2377837022/1444773126", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "271395703", "following": false, "friends_count": 323, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/Ariadnagutierr\u2026", "url": "https://t.co/T7mRnNYeAF", "expanded_url": "https://www.facebook.com/Ariadnagutierrezofficial/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/225058408/378_L-cute-zebra-leopard.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 142503, "location": "", "screen_name": "gutierrezary", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 91, "name": "Ariadna Gutierrez", "profile_use_background_image": true, "description": "Miss Colombia \u2764\ufe0f Management: grecia@Latinwe.com", "url": "https://t.co/T7mRnNYeAF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684470492305190915/gO6NMO2L_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 24 12:31:11 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684470492305190915/gO6NMO2L_normal.jpg", "favourites_count": 1160, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/225058408/378_L-cute-zebra-leopard.jpg", "default_profile_image": false, "id": 271395703, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2629, "profile_banner_url": "https://pbs.twimg.com/profile_banners/271395703/1452025456", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "36818161", "following": false, "friends_count": 1548, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "goldroom.la", "url": "http://t.co/IQ8kdCE2P6", "expanded_url": "http://goldroom.la", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/397706531/try2.jpg", "notifications": false, "profile_sidebar_fill_color": "CDDAFA", "profile_link_color": "007BFF", "geo_enabled": true, "followers_count": 19678, "location": "Los Angeles", "screen_name": "goldroom", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 349, "name": "Goldroom", "profile_use_background_image": true, "description": "Music producer, songwriter, rum drinker.", "url": "http://t.co/IQ8kdCE2P6", "profile_text_color": "1F1E1F", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675037935448817664/RQheFKZF_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Apr 30 23:54:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "245BFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675037935448817664/RQheFKZF_normal.jpg", "favourites_count": 58633, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/397706531/try2.jpg", "default_profile_image": false, "id": 36818161, "blocked_by": false, "profile_background_tile": true, "statuses_count": 18478, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36818161/1449780672", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "45090120", "following": false, "friends_count": 385, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/Summertime06", "url": "https://t.co/vnFEaoggqW", "expanded_url": "http://smarturl.it/Summertime06", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547880953/ao9ur0lnbj1ga1wagal0.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "603311", "geo_enabled": true, "followers_count": 228852, "location": "Long Beach, CA", "screen_name": "vincestaples", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 665, "name": "Vince Staples", "profile_use_background_image": false, "description": "I get mad cause the world don't understand me. That's the price I had to pay for this rap game. - Lil B", "url": "https://t.co/vnFEaoggqW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658580268844904448/d-W6PW5D_normal.png", "profile_background_color": "101820", "created_at": "Sat Jun 06 07:40:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658580268844904448/d-W6PW5D_normal.png", "favourites_count": 2633, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547880953/ao9ur0lnbj1ga1wagal0.jpeg", "default_profile_image": false, "id": 45090120, "blocked_by": false, "profile_background_tile": true, "statuses_count": 11643, "profile_banner_url": "https://pbs.twimg.com/profile_banners/45090120/1418950988", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4704812826", "following": false, "friends_count": 116, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": null, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "geo_enabled": false, "followers_count": 12661, "location": "Chile", "screen_name": "Letelier1920", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 33, "name": "Hern\u00e1n Letelier", "profile_use_background_image": true, "description": "Tengo 20 a\u00f1os, pero acabo de cumplir 95. Actor y director de teatro a mediados del XX. \u00bfSe acuerda de Pierre le peluquier de la P\u00e9rgola de las Flores? Era yo", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685136184021004288/2HQBBP7t_normal.jpg", "profile_background_color": "F5F8FA", "created_at": "Sun Jan 03 20:12:25 +0000 2016", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685136184021004288/2HQBBP7t_normal.jpg", "favourites_count": 817, "profile_background_image_url_https": null, "default_profile_image": false, "id": 4704812826, "blocked_by": false, "profile_background_tile": false, "statuses_count": 193, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4704812826/1452092286", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "27244131", "following": false, "friends_count": 878, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/gussa", "url": "https://t.co/S3aUB7YG60", "expanded_url": "https://www.linkedin.com/in/gussa", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1368, "location": "Melbourne, Australia", "screen_name": "angushervey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Angus Hervey", "profile_use_background_image": true, "description": "political economist, science communicator, optimist with @future_crunch | community manager for @rhokaustralia | PhD from London School of Economics", "url": "https://t.co/S3aUB7YG60", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639591145715036160/e9_YLNvk_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sat Mar 28 15:13:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639591145715036160/e9_YLNvk_normal.jpg", "favourites_count": 632, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 27244131, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1880, "profile_banner_url": "https://pbs.twimg.com/profile_banners/27244131/1451984968", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "140497508", "following": false, "friends_count": 96, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 26357, "location": "Queens holla! IG/Snap:rosgo21", "screen_name": "ROSGO21", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 520, "name": "Rosalyn Gold-Onwude", "profile_use_background_image": true, "description": "GS Warriors sideline: CSN. NYLiberty: MSG. NCAA: PAC12. SF 49ers: CSN. Emmy Winner. Stanford Grad: BA, MA '10. 3 Final 4s. Pac12 DPOY '10.Nigerian Natl team '11", "url": null, "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667024727248994304/gL8qOC0z_normal.jpg", "profile_background_color": "642D8B", "created_at": "Wed May 05 17:00:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667024727248994304/gL8qOC0z_normal.jpg", "favourites_count": 2828, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "default_profile_image": false, "id": 140497508, "blocked_by": false, "profile_background_tile": true, "statuses_count": 29557, "profile_banner_url": "https://pbs.twimg.com/profile_banners/140497508/1351351402", "is_translator": false}, {"time_zone": "Tehran", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 12600, "id_str": "16779204", "following": false, "friends_count": 6313, "entities": {"description": {"urls": [{"display_url": "bit.ly/1CQYaYU", "url": "https://t.co/mbs8lwspQK", "expanded_url": "http://bit.ly/1CQYaYU", "indices": [120, 143]}]}, "url": {"urls": [{"display_url": "hoder.com", "url": "https://t.co/mnzE4YRMC6", "expanded_url": "http://hoder.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 6824, "location": "Tehran, Iran", "screen_name": "h0d3r", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 152, "name": "Hossein Derakhshan", "profile_use_background_image": false, "description": "Iranian-Canadian author, blogger, analyst. Spent 6 yrs in jail from 2008. Author of 'The Web We Have to Save' (Matter): https://t.co/mbs8lwspQK hoder@hoder.com", "url": "https://t.co/mnzE4YRMC6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666226386131111936/B_Eq2Qhl_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Oct 15 11:00:35 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666226386131111936/B_Eq2Qhl_normal.jpg", "favourites_count": 5024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "default_profile_image": false, "id": 16779204, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1241, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16779204/1416664427", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "29844055", "following": false, "friends_count": 8, "entities": {"description": {"urls": [{"display_url": "tinyurl.com/lp7ubo4", "url": "http://t.co/L1iS5iJRHH", "expanded_url": "http://tinyurl.com/lp7ubo4", "indices": [47, 69]}]}, "url": {"urls": [{"display_url": "TxDxE.com", "url": "http://t.co/RXjkFoFTKl", "expanded_url": "http://www.TxDxE.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/406352111/AbSoul-1.png", "notifications": false, "profile_sidebar_fill_color": "050505", "profile_link_color": "354E99", "geo_enabled": false, "followers_count": 643505, "location": "CARSON, CA (W/S DA)", "screen_name": "abdashsoul", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1776, "name": "Ab-Soul", "profile_use_background_image": true, "description": "#blacklippastor | #THESEDAYS... available now: http://t.co/L1iS5iJRHH | Booking: mgmt@txdxe.com | Instagram: @souloho3", "url": "http://t.co/RXjkFoFTKl", "profile_text_color": "615B5C", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/636317656421896193/QMyZ0mZ8_normal.jpg", "profile_background_color": "080808", "created_at": "Wed Apr 08 22:43:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "9AA5AB", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636317656421896193/QMyZ0mZ8_normal.jpg", "favourites_count": 52, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/406352111/AbSoul-1.png", "default_profile_image": false, "id": 29844055, "blocked_by": false, "profile_background_tile": true, "statuses_count": 20050, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29844055/1427233664", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1337271", "following": false, "friends_count": 2502, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mlkshk.com/p/YLTA", "url": "http://t.co/wL4BXidKHJ", "expanded_url": "http://mlkshk.com/p/YLTA", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458364810325811200/TdBvj7qx.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "113838", "geo_enabled": false, "followers_count": 40311, "location": "waking up ", "screen_name": "darth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 943, "name": "darth\u2122", "profile_use_background_image": false, "description": "not the darth you are looking for", "url": "http://t.co/wL4BXidKHJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682801424040869889/5u11-_-q_normal.png", "profile_background_color": "131516", "created_at": "Sat Mar 17 05:38:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682801424040869889/5u11-_-q_normal.png", "favourites_count": 271725, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458364810325811200/TdBvj7qx.jpeg", "default_profile_image": false, "id": 1337271, "blocked_by": false, "profile_background_tile": false, "statuses_count": 31700, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1337271/1398194350", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "16228398", "following": false, "friends_count": 986, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cyberdust.com/addme?blogmave\u2026", "url": "http://t.co/q9qtJaGLrB", "expanded_url": "http://cyberdust.com/addme?blogmaverick", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/634480483/0sxsbty2wjwnelja4mcm.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4313188, "location": "", "screen_name": "mcuban", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 26161, "name": "Mark Cuban", "profile_use_background_image": true, "description": "Cyber Dust ID: blogmaverick", "url": "http://t.co/q9qtJaGLrB", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1422637130/mccigartrophy_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Sep 10 21:12:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1422637130/mccigartrophy_normal.jpg", "favourites_count": 279, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/634480483/0sxsbty2wjwnelja4mcm.jpeg", "default_profile_image": false, "id": 16228398, "blocked_by": false, "profile_background_tile": true, "statuses_count": 758, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16228398/1398982404", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "216582908", "following": false, "friends_count": 213, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1465, "location": "San Fran", "screen_name": "jmsSanFran", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 42, "name": "Jeffrey Siminoff", "profile_use_background_image": false, "description": "Soon to be @twitter (not yet). Inclusion & Diversity. Foodie. Would-be concierge. Traveler. Equinox. Duke. Emory Law. Former NYC, former Apple.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3549347723/20a1a1d3443fcb801296f9ce50faf1e3_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Nov 17 04:26:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3549347723/20a1a1d3443fcb801296f9ce50faf1e3_normal.jpeg", "favourites_count": 616, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 216582908, "blocked_by": false, "profile_background_tile": false, "statuses_count": 891, "profile_banner_url": "https://pbs.twimg.com/profile_banners/216582908/1439074474", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "98988930", "following": false, "friends_count": 10, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 82696, "location": "The North Pole", "screen_name": "santa", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 171, "name": "Santa Claus", "profile_use_background_image": true, "description": "#crushingit", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/590905131/image_normal.jpg", "profile_background_color": "DD2E44", "created_at": "Thu Dec 24 00:15:25 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/590905131/image_normal.jpg", "favourites_count": 427, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "default_profile_image": false, "id": 98988930, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1755, "profile_banner_url": "https://pbs.twimg.com/profile_banners/98988930/1419058838", "is_translator": false}, {"time_zone": "Arizona", "profile_use_background_image": true, "description": "Software Engineer at Twitter", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "27485958", "profile_image_url": "http://pbs.twimg.com/profile_images/3528262031/e7a890b6fa40d2cd6bd6683fb6b48540_normal.jpeg", "friends_count": 130, "entities": {"description": {"urls": []}}, "profile_background_color": "B2DFDA", "created_at": "Sun Mar 29 19:30:27 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 112, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/3528262031/e7a890b6fa40d2cd6bd6683fb6b48540_normal.jpeg", "favourites_count": 245, "listed_count": 3, "geo_enabled": false, "follow_request_sent": false, "followers_count": 174, "following": false, "default_profile_image": false, "id": 27485958, "blocked_by": false, "name": "Guanglei", "location": "San Francisco Bay Area", "screen_name": "luckysong", "profile_background_tile": false, "notifications": false, "utc_offset": -25200, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "124003770", "following": false, "friends_count": 154, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cher.com", "url": "http://t.co/E5aYMJHxx5", "expanded_url": "http://cher.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/539301648976191489/GMhQAH4P.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "F92649", "geo_enabled": true, "followers_count": 2932243, "location": "Malibu, California", "screen_name": "cher", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 11219, "name": "Cher", "profile_use_background_image": true, "description": "Stand & B Counted or Sit & B Nothing.\nDon't Litter,Chew Gum,Walk Past \nHomeless PPL w/out Smile.DOESNT MATTER in 5 yrs IT DOESNT MATTER\nTHERE'S ONLY LOVE&FEAR", "url": "http://t.co/E5aYMJHxx5", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/605724737428320256/H-Xu_7Hq_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 17 23:05:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/605724737428320256/H-Xu_7Hq_normal.jpg", "favourites_count": 1123, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/539301648976191489/GMhQAH4P.png", "default_profile_image": false, "id": 124003770, "blocked_by": false, "profile_background_tile": false, "statuses_count": 16283, "profile_banner_url": "https://pbs.twimg.com/profile_banners/124003770/1402616686", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "harpo studios EVP; mom, sister, friend. Travelling new and uncharted path, holding on to love and strength.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "16606403", "profile_image_url": "http://pbs.twimg.com/profile_images/1243782958/image_normal.jpg", "friends_count": 1987, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Oct 05 22:14:12 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4561, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1243782958/image_normal.jpg", "favourites_count": 399, "listed_count": 149, "geo_enabled": false, "follow_request_sent": false, "followers_count": 15617, "following": false, "default_profile_image": false, "id": 16606403, "blocked_by": false, "name": "harriet seitler", "location": "iPhone: 42.189728,-87.802538", "screen_name": "hseitler", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5510452", "following": false, "friends_count": 355, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@ameet", "url": "http://t.co/hOMy2GqrvD", "expanded_url": "http://medium.com/@ameet", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 4193, "location": "San Francisco, CA", "screen_name": "ameet", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 93, "name": "Ameet Ranadive", "profile_use_background_image": true, "description": "VP Revenue Product @Twitter. Formerly Dasient ($TWTR), McKinsey. Love building products, startups, reading, writing, cooking, being a dad.", "url": "http://t.co/hOMy2GqrvD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645404250491629569/nL-KNx2f_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Apr 25 22:41:59 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645404250491629569/nL-KNx2f_normal.jpg", "favourites_count": 4657, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 5510452, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4637, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5510452/1422199159", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "29442313", "following": false, "friends_count": 1910, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sanders.senate.gov", "url": "http://t.co/8AS4FI1oge", "expanded_url": "http://www.sanders.senate.gov/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/514189149444661248/pkGHMpZZ.jpeg", "notifications": false, "profile_sidebar_fill_color": "D6CCB6", "profile_link_color": "44506A", "geo_enabled": true, "followers_count": 1168571, "location": "Vermont/DC", "screen_name": "SenSanders", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 11871, "name": "Bernie Sanders", "profile_use_background_image": true, "description": "Sen. Bernie Sanders is the longest serving independent in congressional history. Tweets ending in -B are from Bernie, and all others are from a staffer.", "url": "http://t.co/8AS4FI1oge", "profile_text_color": "304562", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649202007723499524/lBGS6rs6_normal.png", "profile_background_color": "000000", "created_at": "Tue Apr 07 13:02:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649202007723499524/lBGS6rs6_normal.png", "favourites_count": 13, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/514189149444661248/pkGHMpZZ.jpeg", "default_profile_image": false, "id": 29442313, "blocked_by": false, "profile_background_tile": false, "statuses_count": 13418, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29442313/1430854323", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "216776631", "following": false, "friends_count": 1407, "entities": {"description": {"urls": [{"display_url": "berniesanders.com", "url": "http://t.co/nuBuflYjUL", "expanded_url": "http://berniesanders.com", "indices": [92, 114]}]}, "url": {"urls": [{"display_url": "berniesanders.com", "url": "https://t.co/W6f7Iy1Nho", "expanded_url": "https://berniesanders.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/576114811475341312/Q2-L3Yol.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1113827, "location": "Vermont", "screen_name": "BernieSanders", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 5205, "name": "Bernie Sanders", "profile_use_background_image": false, "description": "I believe America is ready for a new path to the future. Join our campaign for president at http://t.co/nuBuflYjUL.", "url": "https://t.co/W6f7Iy1Nho", "profile_text_color": "050005", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678657703787401216/kSea263e_normal.png", "profile_background_color": "EA5047", "created_at": "Wed Nov 17 17:53:52 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678657703787401216/kSea263e_normal.png", "favourites_count": 658, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/576114811475341312/Q2-L3Yol.jpeg", "default_profile_image": false, "id": 216776631, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5517, "profile_banner_url": "https://pbs.twimg.com/profile_banners/216776631/1451363799", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17159397", "following": false, "friends_count": 2290, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wnba.com", "url": "http://t.co/VSPC6ki5Sa", "expanded_url": "http://www.wnba.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486168392294875136/Ka6aGpCS.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 501515, "location": "", "screen_name": "WNBA", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2070, "name": "WNBA", "profile_use_background_image": true, "description": "News & notes directly from the WNBA.", "url": "http://t.co/VSPC6ki5Sa", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655006988166942720/CV11KYnQ_normal.png", "profile_background_color": "FFFFFF", "created_at": "Tue Nov 04 16:04:48 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655006988166942720/CV11KYnQ_normal.png", "favourites_count": 300, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486168392294875136/Ka6aGpCS.png", "default_profile_image": false, "id": 17159397, "blocked_by": false, "profile_background_tile": false, "statuses_count": 30615, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17159397/1444881224", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18129606", "following": false, "friends_count": 790, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/saintboz", "url": "http://t.co/m8390gFxR6", "expanded_url": "http://twitter.com/saintboz", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/707872993/76c4fe28d9535d91cf90cedfd5160afe.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 3624, "location": "\u00dcT: 40.810606,-73.986908", "screen_name": "SaintBoz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Boz Saint John", "profile_use_background_image": true, "description": "Self proclaimed badass and badmamajama. Generally bad. And good at it. Head diva of global consumer marketing @applemusic & @itunes", "url": "http://t.co/m8390gFxR6", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2882004078/46b80c52e6b54a694e230fdc92b88554_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon Dec 15 03:37:52 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2882004078/46b80c52e6b54a694e230fdc92b88554_normal.jpeg", "favourites_count": 1172, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/707872993/76c4fe28d9535d91cf90cedfd5160afe.jpeg", "default_profile_image": false, "id": 18129606, "blocked_by": false, "profile_background_tile": true, "statuses_count": 2923, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18129606/1353602146", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "122860384", "profile_image_url": "http://pbs.twimg.com/profile_images/432674708790599680/yYCyTrQI_normal.jpeg", "friends_count": 110, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sun Mar 14 04:44:33 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 417, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/432674708790599680/yYCyTrQI_normal.jpeg", "favourites_count": 945, "listed_count": 69, "geo_enabled": true, "follow_request_sent": false, "followers_count": 1240, "following": false, "default_profile_image": false, "id": 122860384, "blocked_by": false, "name": "Felicia Horowitz", "location": "", "screen_name": "FeliciaHorowitz", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "205926603", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com", "url": "http://t.co/DeO4c250gs", "expanded_url": "http://twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/164383504/x377a1b6a2a9abeb58a915e61676ceb7.jpg", "notifications": false, "profile_sidebar_fill_color": "F2E7C4", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 59832, "location": "TwitterHQ", "screen_name": "hackweek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 97, "name": "HackWeek", "profile_use_background_image": true, "description": "Let's hack together.", "url": "http://t.co/DeO4c250gs", "profile_text_color": "9C6D74", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677909135120175105/AgTDQCWR_normal.jpg", "profile_background_color": "452D30", "created_at": "Thu Oct 21 22:27:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9C486", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677909135120175105/AgTDQCWR_normal.jpg", "favourites_count": 1, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/164383504/x377a1b6a2a9abeb58a915e61676ceb7.jpg", "default_profile_image": false, "id": 205926603, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/205926603/1420662867", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2835886194", "following": false, "friends_count": 179, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "colbertlateshow.com", "url": "https://t.co/YTzFH21e5t", "expanded_url": "http://colbertlateshow.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 138182, "location": "", "screen_name": "colbertlateshow", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1002, "name": "The Late Show on CBS", "profile_use_background_image": true, "description": "Official Twitter feed of The Late Show with Stephen Colbert. Unofficial Twitter feed of the U.S. Department of Agriculture.", "url": "https://t.co/YTzFH21e5t", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606158897292943360/567gJ81s_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Sep 30 17:13:22 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606158897292943360/567gJ81s_normal.jpg", "favourites_count": 249, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2835886194, "blocked_by": false, "profile_background_tile": false, "statuses_count": 804, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2835886194/1444429479", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3165817215", "following": false, "friends_count": 180, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 398560, "location": "", "screen_name": "JohnBoyega", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 856, "name": "John Boyega", "profile_use_background_image": true, "description": "Dream and work towards the reality", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683235384961155072/MDNWffML_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 14 09:19:31 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683235384961155072/MDNWffML_normal.jpg", "favourites_count": 201, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3165817215, "blocked_by": false, "profile_background_tile": false, "statuses_count": 365, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3165817215/1451410540", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "252531143", "following": false, "friends_count": 3141, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "princeton.edu/~slaughtr/", "url": "http://t.co/jJRR31QiUl", "expanded_url": "http://www.princeton.edu/~slaughtr/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "2EBCB3", "geo_enabled": true, "followers_count": 129956, "location": "Princeton, DC, New York", "screen_name": "SlaughterAM", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3983, "name": "Anne-Marie Slaughter", "profile_use_background_image": true, "description": "President & CEO, @newamerica. Former Princeton Prof & Director of Policy Planning, U.S. State Dept. Mother. Mentor. Foodie. Author. Foreign policy curator.", "url": "http://t.co/jJRR31QiUl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/558632106536882176/iXwSMk4U_normal.jpeg", "profile_background_color": "968270", "created_at": "Tue Feb 15 11:33:50 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/558632106536882176/iXwSMk4U_normal.jpeg", "favourites_count": 2854, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 252531143, "blocked_by": false, "profile_background_tile": false, "statuses_count": 25191, "profile_banner_url": "https://pbs.twimg.com/profile_banners/252531143/1424986634", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "299674713", "following": false, "friends_count": 597, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "juliefoudyleadership.com", "url": "http://t.co/TlwVOqMe3Z", "expanded_url": "http://www.juliefoudyleadership.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "C73460", "geo_enabled": true, "followers_count": 196506, "location": "I wish I knew...", "screen_name": "JulieFoudy", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1469, "name": "Julie Foudy", "profile_use_background_image": true, "description": "Former watergirl #USWNT, current ESPN'er, mom, founder JF Sports Leadership Academy. Luvr of donuts larger than my heeed & soulful peops who empower others.", "url": "http://t.co/TlwVOqMe3Z", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1357730466/Screen_shot_2011-05-17_at_10.28.07_AM_normal.png", "profile_background_color": "B2DFDA", "created_at": "Mon May 16 14:14:49 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1357730466/Screen_shot_2011-05-17_at_10.28.07_AM_normal.png", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 299674713, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6724, "profile_banner_url": "https://pbs.twimg.com/profile_banners/299674713/1402758316", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2651565121", "following": false, "friends_count": 10, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sinatra.com", "url": "https://t.co/Xt6lI7LMFC", "expanded_url": "http://sinatra.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0890C2", "geo_enabled": false, "followers_count": 22119, "location": "", "screen_name": "franksinatra", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 146, "name": "Frank Sinatra", "profile_use_background_image": false, "description": "The Chairman of the Board - the official Twitter profile for Frank Sinatra Enterprises", "url": "https://t.co/Xt6lI7LMFC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/492440600373784576/HUae-foP_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Jul 16 16:58:44 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/492440600373784576/HUae-foP_normal.jpeg", "favourites_count": 83, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2651565121, "blocked_by": false, "profile_background_tile": false, "statuses_count": 352, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2651565121/1406242389", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "21561935", "following": false, "friends_count": 901, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kissthedeejay.com", "url": "http://t.co/6moXT5RhPn", "expanded_url": "http://www.kissthedeejay.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/368183891/laptop_a.jpg", "notifications": false, "profile_sidebar_fill_color": "0A0A0B", "profile_link_color": "929287", "geo_enabled": false, "followers_count": 10811, "location": "NYC", "screen_name": "KISSTHEDEEJAY", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 271, "name": "DJ KISS", "profile_use_background_image": true, "description": "Deejay / Personality / Blogger / Fashion & Beauty Enthusiast / 1/2 of #TheSemples", "url": "http://t.co/6moXT5RhPn", "profile_text_color": "E11930", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/559710516638019584/d5lxn8JE_normal.jpeg", "profile_background_color": "F5F2F7", "created_at": "Sun Feb 22 12:22:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/559710516638019584/d5lxn8JE_normal.jpeg", "favourites_count": 17, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/368183891/laptop_a.jpg", "default_profile_image": false, "id": 21561935, "blocked_by": false, "profile_background_tile": true, "statuses_count": 7709, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21561935/1422280291", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "43987763", "following": false, "friends_count": 1165, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 818, "location": "San Francisco, CA", "screen_name": "nataliemiyake", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 36, "name": "Natalie Miyake", "profile_use_background_image": true, "description": "Corporate communications @twitter. Raised in Japan, ex-New Yorker, now in SF. Wine lover, hiking addict, brunch connoisseur.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/592598105066835968/Avn19bbI_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Mon Jun 01 22:19:32 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/592598105066835968/Avn19bbI_normal.jpg", "favourites_count": 1571, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "default_profile_image": false, "id": 43987763, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3687, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43987763/1397010068", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "412715336", "following": false, "friends_count": 159, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/535877742089097216/Ml3klh3D.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1108, "location": "San Francisco, CA", "screen_name": "Celebrate", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 14, "name": "#Celebrate", "profile_use_background_image": true, "description": "#celebrate", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672154919302856704/nQ9H3_QQ_normal.jpg", "profile_background_color": "707375", "created_at": "Tue Nov 15 02:02:23 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672154919302856704/nQ9H3_QQ_normal.jpg", "favourites_count": 7, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/535877742089097216/Ml3klh3D.jpeg", "default_profile_image": false, "id": 412715336, "blocked_by": false, "profile_background_tile": true, "statuses_count": 88, "profile_banner_url": "https://pbs.twimg.com/profile_banners/412715336/1449089216", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "158595960", "following": false, "friends_count": 228, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 364, "location": "San Francisco", "screen_name": "drao", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Deepak Rao", "profile_use_background_image": true, "description": "Product Manager @Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3566233797/c31ba9458ac8f966c6d6725889e4d40d_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 23 03:19:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3566233797/c31ba9458ac8f966c6d6725889e4d40d_normal.jpeg", "favourites_count": 646, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 158595960, "blocked_by": false, "profile_background_tile": false, "statuses_count": 269, "profile_banner_url": "https://pbs.twimg.com/profile_banners/158595960/1405201901", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16669075", "following": false, "friends_count": 616, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fema.gov", "url": "http://t.co/yHUd9eUBs0", "expanded_url": "http://www.fema.gov/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/133948885/tw-412-1500.jpg", "notifications": false, "profile_sidebar_fill_color": "DCDCE0", "profile_link_color": "2A91B0", "geo_enabled": true, "followers_count": 440519, "location": "United States", "screen_name": "fema", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8834, "name": "FEMA", "profile_use_background_image": true, "description": "Our story of supporting citizens & first responders before, during, and after emergencies. For emergencies, call your local fire/EMS/police or 9-1-1.", "url": "http://t.co/yHUd9eUBs0", "profile_text_color": "65686E", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2620163192/j143q33k69loivqmp2dg_normal.gif", "profile_background_color": "CCCCCC", "created_at": "Thu Oct 09 16:54:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2620163192/j143q33k69loivqmp2dg_normal.gif", "favourites_count": 519, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/133948885/tw-412-1500.jpg", "default_profile_image": false, "id": 16669075, "blocked_by": false, "profile_background_tile": false, "statuses_count": 10491, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16669075/1444411889", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1072103227", "following": false, "friends_count": 1004, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 832, "location": "SF", "screen_name": "heySierra", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 13, "name": "Sierra Lord", "profile_use_background_image": true, "description": "#gsd @twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/478925887317241856/lKubQMif_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 08 21:50:58 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478925887317241856/lKubQMif_normal.jpeg", "favourites_count": 3027, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1072103227, "blocked_by": false, "profile_background_tile": false, "statuses_count": 548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1072103227/1357682472", "is_translator": false}, {"time_zone": "Quito", "profile_use_background_image": true, "description": "Director of Video and Contributing Editor at @ThinkProgress. Contributing host @bpshow. Opinions, my own. E-mail: ivolsky@americanprogress.org", "url": "http://t.co/YV2uNXXlyL", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "16002085", "profile_image_url": "http://pbs.twimg.com/profile_images/2342577927/ivx07n8a00tuoz387nxs_normal.jpeg", "friends_count": 2895, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thinkprogress.org", "url": "http://t.co/YV2uNXXlyL", "expanded_url": "http://www.thinkprogress.org", "indices": [0, 22]}]}}, "profile_background_color": "C6E2EE", "created_at": "Tue Aug 26 20:17:23 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "profile_text_color": "663B12", "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 29775, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2342577927/ivx07n8a00tuoz387nxs_normal.jpeg", "favourites_count": 649, "listed_count": 1267, "geo_enabled": true, "follow_request_sent": false, "followers_count": 74911, "following": false, "default_profile_image": false, "id": 16002085, "blocked_by": false, "name": "igorvolsky", "location": "Washington, DC", "screen_name": "igorvolsky", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "84981428", "following": false, "friends_count": 258, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "braintreepayments.com", "url": "https://t.co/Vc3MPaIBSU", "expanded_url": "http://www.braintreepayments.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4603, "location": "San Francisco, Chicago", "screen_name": "williamready", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 171, "name": "William Ready", "profile_use_background_image": true, "description": "SVP, Global Head of Product & Engineering at PayPal. CEO of @Braintree/@Venmo. Creating the easiest way to pay or get paid - online, mobile, in-store.", "url": "https://t.co/Vc3MPaIBSU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/465089671232372737/tTGrmEEr_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Oct 25 01:31:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465089671232372737/tTGrmEEr_normal.jpeg", "favourites_count": 1585, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 84981428, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2224, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84981428/1410287238", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Instagram- brush_4\nsnapchat- showmeb", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "48477007", "profile_image_url": "http://pbs.twimg.com/profile_images/522555073176813568/AQTuqFbn_normal.jpeg", "friends_count": 368, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Jun 18 20:24:45 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000096747681/2489cddbc47ab480f2765789712df752.jpeg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000096747681/2489cddbc47ab480f2765789712df752.jpeg", "statuses_count": 16019, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/522555073176813568/AQTuqFbn_normal.jpeg", "favourites_count": 7, "listed_count": 943, "geo_enabled": false, "follow_request_sent": false, "followers_count": 51042, "following": false, "default_profile_image": false, "id": 48477007, "blocked_by": false, "name": "Brandon Rush", "location": "", "screen_name": "BRush_25", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "4220691364", "following": false, "friends_count": 33, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sunsetwx.com", "url": "https://t.co/EQ5OfbQIZd", "expanded_url": "http://sunsetwx.com/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3017, "location": "", "screen_name": "sunset_wx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Sunset Weather", "profile_use_background_image": true, "description": "Sunset & Sunrise Predictions: Model using an in-depth algorithm comprised of meteorological factors. Developed by @WxDeFlitch, @WxReppert, @hallettwx", "url": "https://t.co/EQ5OfbQIZd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667137363026407425/6tor_4YC_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Nov 18 19:58:34 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667137363026407425/6tor_4YC_normal.jpg", "favourites_count": 3777, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4220691364, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1812, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4220691364/1447893477", "is_translator": false}, {"time_zone": "Greenland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "247901736", "following": false, "friends_count": 789, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/theblurbarbosa", "url": "http://t.co/BLAOP8mM9P", "expanded_url": "http://instagram.com/theblurbarbosa", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/492103794650390529/n8HvjU0z.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "C1C70A", "geo_enabled": false, "followers_count": 106436, "location": "Brazil", "screen_name": "TheBlurBarbosa", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1024, "name": "Leandro Barbosa", "profile_use_background_image": true, "description": "Jogador de Basquete da NBA. \nThe official account of Leandro Barbosa, basketball player!", "url": "http://t.co/BLAOP8mM9P", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/582746277877837824/-iT3qrWa_normal.jpg", "profile_background_color": "0EC704", "created_at": "Sat Feb 05 20:31:51 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/582746277877837824/-iT3qrWa_normal.jpg", "favourites_count": 614, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/492103794650390529/n8HvjU0z.jpeg", "default_profile_image": false, "id": 247901736, "blocked_by": false, "profile_background_tile": true, "statuses_count": 5009, "profile_banner_url": "https://pbs.twimg.com/profile_banners/247901736/1406161704", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "858957830", "following": false, "friends_count": 265, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 41636, "location": "", "screen_name": "gswstats", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 518, "name": "GSWStats", "profile_use_background_image": true, "description": "An official twitter account of the Golden State Warriors, featuring statistics, news and notes about the team throughout the season.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2722907797/7ebe61e3ecdb0e2ea0ec4b04808a5e7a_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Oct 03 00:50:25 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2722907797/7ebe61e3ecdb0e2ea0ec4b04808a5e7a_normal.jpeg", "favourites_count": 9, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 858957830, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/858957830/1401380224", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "22965624", "following": false, "friends_count": 587, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lafourcade.com.mx", "url": "http://t.co/CV9kDVyOwc", "expanded_url": "http://lafourcade.com.mx", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1704535, "location": "Mexico, DF", "screen_name": "lafourcade", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5644, "name": "Natalia Lafourcade", "profile_use_background_image": true, "description": "musico", "url": "http://t.co/CV9kDVyOwc", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/572613459960971265/ZajHi1vH_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Mar 05 19:38:07 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/572613459960971265/ZajHi1vH_normal.jpeg", "favourites_count": 249, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "default_profile_image": false, "id": 22965624, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6361, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22965624/1425415118", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3099613624", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 86207, "location": "", "screen_name": "salmahayek", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 488, "name": "Salma Hayek", "profile_use_background_image": false, "description": "After hundreds of impostors, years of procrastination, and a self-imposed allergy to technology, FINALLY I'm here. \u00a1Hola! It's Salma.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/581022722509152256/WgcyB-4H_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Mar 20 15:48:51 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/581022722509152256/WgcyB-4H_normal.jpg", "favourites_count": 4, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3099613624, "blocked_by": false, "profile_background_tile": false, "statuses_count": 96, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3099613624/1438298694", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18441988", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/54453438/JRICH23___Web_Background___4.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 245661, "location": "", "screen_name": "jrich23", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3054, "name": "Jason Richardson", "profile_use_background_image": true, "description": "Father, Husband and just all around good guy!", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3502251114/3155495afcd436590ce2974623ed39cb_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Dec 29 04:04:33 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3502251114/3155495afcd436590ce2974623ed39cb_normal.jpeg", "favourites_count": 5, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/54453438/JRICH23___Web_Background___4.jpg", "default_profile_image": false, "id": 18441988, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2691, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18441988/1395676880", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15506669", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 73655, "location": "", "screen_name": "JeffBezos", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 880, "name": "Jeff Bezos", "profile_use_background_image": true, "description": "Amazon, Blue Origin, Washington Post", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669103856106668033/UF3cgUk4_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jul 20 22:38:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669103856106668033/UF3cgUk4_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 15506669, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15506669/1448361938", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "15930926", "following": false, "friends_count": 1445, "entities": {"description": {"urls": [{"display_url": "therapfan.com", "url": "http://t.co/6ty3IIzh7f", "expanded_url": "http://therapfan.com", "indices": [101, 123]}]}, "url": {"urls": [{"display_url": "therapfan.com", "url": "https://t.co/fVOL5FpVZ3", "expanded_url": "http://www.therapfan.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/651580168/f6k8i24dlms3d4hktugh.jpeg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": true, "followers_count": 8755, "location": "WI - STL - CA - ATL - tour", "screen_name": "djtrackstar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 194, "name": "track", "profile_use_background_image": true, "description": "Professional Rap Fan. Tour DJ for Run the Jewels. The Smoking Section. WRTJ on Beats1. @peaceimages. http://t.co/6ty3IIzh7f fb/ig:trackstarthedj", "url": "https://t.co/fVOL5FpVZ3", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670654382657155072/0ThsAvGH_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Thu Aug 21 13:14:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670654382657155072/0ThsAvGH_normal.jpg", "favourites_count": 6839, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/651580168/f6k8i24dlms3d4hktugh.jpeg", "default_profile_image": false, "id": 15930926, "blocked_by": false, "profile_background_tile": false, "statuses_count": 32239, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15930926/1388895937", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1496009995", "following": false, "friends_count": 634, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/jikpa", "url": "https://t.co/dNEeeChBZx", "expanded_url": "http://linkedin.com/in/jikpa", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 612, "location": "San Francisco, CA", "screen_name": "jikpapa", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 6, "name": "Janet Ikpa", "profile_use_background_image": true, "description": "Diversity Strategist @Twitter | Past life @Google | @Blackbirds & @WomEng Lead | UC Santa Barbara & Indiana University Alum | \u2764\ufe0f | Thoughts my own", "url": "https://t.co/dNEeeChBZx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672511079117799424/p2DqatK6_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Sun Jun 09 16:16:26 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672511079117799424/p2DqatK6_normal.jpg", "favourites_count": 2746, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "default_profile_image": false, "id": 1496009995, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1058, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1496009995/1431054902", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "100224999", "following": false, "friends_count": 183, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 505, "location": "San Francisco", "screen_name": "gabi_dee", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 14, "name": "Gabrielle Delva", "profile_use_background_image": false, "description": "travel enthusiast, professional giggler, gif guru, forever in transition.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/478241815263342592/gYH3PC5y_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Dec 29 13:27:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478241815263342592/gYH3PC5y_normal.jpeg", "favourites_count": 1373, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "default_profile_image": false, "id": 100224999, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6503, "profile_banner_url": "https://pbs.twimg.com/profile_banners/100224999/1426546312", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "18768473", "following": false, "friends_count": 2135, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "open.spotify.com/user/brucedais\u2026", "url": "https://t.co/l0e3ybjdUA", "expanded_url": "https://open.spotify.com/user/brucedaisley", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000072128377/89417926146ee674d0f9660e39bd02a6.jpeg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 19661, "location": "", "screen_name": "brucedaisley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 416, "name": "Bruce Daisley", "profile_use_background_image": true, "description": "Typo strewn tweets about pop music. #HeForShe. Work at Twitter.", "url": "https://t.co/l0e3ybjdUA", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669888087732953089/5kBZHAXm_normal.jpg", "profile_background_color": "352726", "created_at": "Thu Jan 08 16:20:21 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669888087732953089/5kBZHAXm_normal.jpg", "favourites_count": 14621, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000072128377/89417926146ee674d0f9660e39bd02a6.jpeg", "default_profile_image": false, "id": 18768473, "blocked_by": false, "profile_background_tile": false, "statuses_count": 20375, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18768473/1441290267", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "60900903", "following": false, "friends_count": 2731, "entities": {"description": {"urls": [{"display_url": "squ.re/1MXEAse", "url": "https://t.co/lZueerHDOb", "expanded_url": "http://squ.re/1MXEAse", "indices": [125, 148]}]}, "url": {"urls": [{"display_url": "mrtodspies.com", "url": "https://t.co/Bu7ML9v7ZC", "expanded_url": "http://www.mrtodspies.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/446717142709186560/fj2CUeyQ.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2251, "location": "Aqui Estoy", "screen_name": "MrTodsPies", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 71, "name": "Mr. Tod", "profile_use_background_image": true, "description": "CEO and Founder of Mr Tod's Pie Factory - ABC Shark Tank's First Winner - Sweet Potato Pie King - Check out my Square Story: https://t.co/lZueerHDOb", "url": "https://t.co/Bu7ML9v7ZC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641236493437116416/n0wPt1s8_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Jul 28 13:20:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641236493437116416/n0wPt1s8_normal.jpg", "favourites_count": 423, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/446717142709186560/fj2CUeyQ.jpeg", "default_profile_image": false, "id": 60900903, "blocked_by": false, "profile_background_tile": true, "statuses_count": 2574, "profile_banner_url": "https://pbs.twimg.com/profile_banners/60900903/1432911758", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Founder & CEO of Tinder", "url": "https://t.co/801oYHR78b", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "6148472", "profile_image_url": "http://pbs.twimg.com/profile_images/675533302086766593/SeqZFpXG_normal.jpg", "friends_count": 57, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gotinder.com", "url": "https://t.co/801oYHR78b", "expanded_url": "http://gotinder.com", "indices": [0, 23]}]}}, "profile_background_color": "C0DEED", "created_at": "Fri May 18 22:24:10 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2152, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/675533302086766593/SeqZFpXG_normal.jpg", "favourites_count": 3, "listed_count": 390, "geo_enabled": false, "follow_request_sent": false, "followers_count": 7032, "following": false, "default_profile_image": false, "id": 6148472, "blocked_by": false, "name": "Sean Rad", "location": "", "screen_name": "seanrad", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2163177444", "following": false, "friends_count": 61, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 18065, "location": "", "screen_name": "HistOpinion", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 299, "name": "Historical Opinion", "profile_use_background_image": true, "description": "Tweets from historical public opinion surveys, US and around the world, 1935-yesterday. Curated by @pashulman.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551927399491698691/rr_nru0L_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Oct 29 16:37:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551927399491698691/rr_nru0L_normal.jpeg", "favourites_count": 300, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2163177444, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1272, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2163177444/1398739322", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4257979872", "following": false, "friends_count": 0, "entities": {"description": {"urls": [{"display_url": "on.mash.to/1SWgZ0q", "url": "https://t.co/XCv9Qbk0fi", "expanded_url": "http://on.mash.to/1SWgZ0q", "indices": [105, 128]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3D4999", "geo_enabled": false, "followers_count": 52994, "location": "", "screen_name": "ParisVictims", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 214, "name": "En m\u00e9moire", "profile_use_background_image": false, "description": "One tweet for every victim of the terror attacks in Paris on Nov. 13, 2015. This is a @Mashable project.\nhttps://t.co/XCv9Qbk0fi", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666290757091745792/S7CVhaTi_normal.png", "profile_background_color": "969494", "created_at": "Mon Nov 16 15:41:07 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666290757091745792/S7CVhaTi_normal.png", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4257979872, "blocked_by": false, "profile_background_tile": false, "statuses_count": 130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4257979872/1447689123", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": "http://t.co/raiVzM9CC2", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "562267840", "profile_image_url": "http://pbs.twimg.com/profile_images/579968246675320832/FrnEfzjo_normal.jpg", "friends_count": 95, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "raine.com", "url": "http://t.co/raiVzM9CC2", "expanded_url": "http://www.raine.com", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Apr 24 19:09:33 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 325, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/579968246675320832/FrnEfzjo_normal.jpg", "favourites_count": 60, "listed_count": 8, "geo_enabled": true, "follow_request_sent": false, "followers_count": 466, "following": false, "default_profile_image": false, "id": 562267840, "blocked_by": false, "name": "Joe Ravitch", "location": "NY/LA/SFO/LONDON/ASIA", "screen_name": "JoeRavitch", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "928744998", "following": false, "friends_count": 812, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wakeuptopolitics.com", "url": "https://t.co/Mwu8QKYT05", "expanded_url": "http://www.wakeuptopolitics.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000150612503/3kpXdhMd.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1725, "location": "St. Louis (now), DC (future)", "screen_name": "WakeUp2Politics", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Gabe Fleisher", "profile_use_background_image": false, "description": "14 yr old Editor, Wake Up To Politics, daily political newsletter. Author. Political junkie. Also attending middle school in my spare time. RTs \u2260 endorsements.", "url": "https://t.co/Mwu8QKYT05", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675521464804622337/GIXOQ6Gd_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 06 01:20:43 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675521464804622337/GIXOQ6Gd_normal.jpg", "favourites_count": 2832, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000150612503/3kpXdhMd.jpeg", "default_profile_image": false, "id": 928744998, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3668, "profile_banner_url": "https://pbs.twimg.com/profile_banners/928744998/1452145580", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2773453886", "following": false, "friends_count": 32, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jumpshotgenie.com", "url": "http://t.co/IrZ3XgzXdT", "expanded_url": "http://www.jumpshotgenie.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7724, "location": "Charlotte, NC", "screen_name": "DC__for3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Dell Curry", "profile_use_background_image": true, "description": "", "url": "http://t.co/IrZ3XgzXdT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504641440933101569/Vdxyd0HB_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Aug 27 14:43:19 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504641440933101569/Vdxyd0HB_normal.jpeg", "favourites_count": 35, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2773453886, "blocked_by": false, "profile_background_tile": false, "statuses_count": 69, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2773453886/1409150929", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "798048997", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "perigee.se", "url": "http://t.co/2P0WOpJTeV", "expanded_url": "http://www.perigee.se", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 448, "location": "", "screen_name": "PerigeeApps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Perigee", "profile_use_background_image": true, "description": "Crafting useful and desirable apps that solve life's problems in a delightful way.", "url": "http://t.co/2P0WOpJTeV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664715687147864064/kpc2xZhe_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Sep 02 11:11:01 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664715687147864064/kpc2xZhe_normal.png", "favourites_count": 106, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 798048997, "blocked_by": false, "profile_background_tile": false, "statuses_count": 433, "profile_banner_url": "https://pbs.twimg.com/profile_banners/798048997/1447315639", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "I am a robot that live-tweets earthquakes in the San Francisco Bay area. Built by @billsnitzer. Data is from the USGS. Get prepared: http://t.co/VtCEbuw6KH", "url": "http://t.co/EznRBcY7a7", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "37861434", "profile_image_url": "http://pbs.twimg.com/profile_images/198106312/pink-wave_normal.png", "friends_count": 6, "entities": {"description": {"urls": [{"display_url": "amzn.to/PayjDo", "url": "http://t.co/VtCEbuw6KH", "expanded_url": "http://amzn.to/PayjDo", "indices": [133, 155]}]}, "url": {"urls": [{"display_url": "eqbot.com", "url": "http://t.co/EznRBcY7a7", "expanded_url": "http://eqbot.com/", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue May 05 04:53:31 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7780, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/198106312/pink-wave_normal.png", "favourites_count": 0, "listed_count": 1540, "geo_enabled": true, "follow_request_sent": false, "followers_count": 124449, "following": false, "default_profile_image": false, "id": 37861434, "blocked_by": false, "name": "SF QuakeBot", "location": "San Francisco, CA", "screen_name": "earthquakesSF", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Atlantic Time (Canada)", "profile_use_background_image": true, "description": "Fixes explores solutions to major social problems. Each week, it examines creative initiatives that can tell us about the difference between success and failure", "url": "http://t.co/dSgWPDl048", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "249334021", "profile_image_url": "http://pbs.twimg.com/profile_images/1238697071/fixes45_normal.gif", "friends_count": 55, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opinionator.blogs.nytimes.com/category/fixes/", "url": "http://t.co/dSgWPDl048", "expanded_url": "http://opinionator.blogs.nytimes.com/category/fixes/", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Feb 08 21:00:21 +0000 2011", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/203074404/twitter_post.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/203074404/twitter_post.png", "statuses_count": 349, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1238697071/fixes45_normal.gif", "favourites_count": 3, "listed_count": 402, "geo_enabled": false, "follow_request_sent": false, "followers_count": 7148, "following": false, "default_profile_image": false, "id": 249334021, "blocked_by": false, "name": "NYT Fixes Blog", "location": "New York, NY", "screen_name": "nytimesfixes", "profile_background_tile": true, "notifications": false, "utc_offset": -14400, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "360391686", "following": false, "friends_count": 707, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chetfaker.com/shows", "url": "https://t.co/es4xPMVZSh", "expanded_url": "http://chetfaker.com/shows", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/369302228/tumblr_lkiu23c5LD1qaybs7o1_500.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 82004, "location": "Australia", "screen_name": "Chet_Faker", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 558, "name": "\u270b\u0279\u01dd\u029e\u0250\u2132 \u0287\u01dd\u0265\u0186", "profile_use_background_image": true, "description": "unnoficial fan account *parody* no way affiliated with Chet Faker. we \u2665\ufe0fChet Kawai please follow for latest music & check website for more news", "url": "https://t.co/es4xPMVZSh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/589275155832000512/SEniErkR_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Aug 23 04:05:11 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/589275155832000512/SEniErkR_normal.jpg", "favourites_count": 12084, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/369302228/tumblr_lkiu23c5LD1qaybs7o1_500.png", "default_profile_image": false, "id": 360391686, "blocked_by": false, "profile_background_tile": true, "statuses_count": 8616, "profile_banner_url": "https://pbs.twimg.com/profile_banners/360391686/1363912234", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "748615879", "following": false, "friends_count": 585, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "angstrom.io", "url": "https://t.co/bwG2E1VYFG", "expanded_url": "http://angstrom.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/784862484/832ee6be0442e506ad3d967ba159f1d3.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 282, "location": "37.7750\u00b0 N, 122.4183\u00b0 W", "screen_name": "cacoco", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "Christopher Coco", "profile_use_background_image": true, "description": "life in small doses.", "url": "https://t.co/bwG2E1VYFG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/474251058684772352/Bl-lSiFE_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Aug 10 04:35:36 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/474251058684772352/Bl-lSiFE_normal.jpeg", "favourites_count": 4543, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/784862484/832ee6be0442e506ad3d967ba159f1d3.jpeg", "default_profile_image": false, "id": 748615879, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1975, "profile_banner_url": "https://pbs.twimg.com/profile_banners/748615879/1352437653", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2652536876", "following": false, "friends_count": 102, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pepsico.com", "url": "https://t.co/SDLqDs6Xfd", "expanded_url": "http://pepsico.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3513, "location": "purchase ny", "screen_name": "IndraNooyi", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Indra Nooyi", "profile_use_background_image": true, "description": "CEO @PEPSICO", "url": "https://t.co/SDLqDs6Xfd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661650082115231745/DIyy4T1-_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jul 17 01:35:59 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661650082115231745/DIyy4T1-_normal.jpg", "favourites_count": 7, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2652536876, "blocked_by": false, "profile_background_tile": false, "statuses_count": 12, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2652536876/1446586148", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3274940484", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 395, "location": "", "screen_name": "getpolled", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 1, "name": "@GetPolled", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/621489737711235072/HM3sNPNi_normal.jpg", "profile_background_color": "3B94D9", "created_at": "Sat Jul 11 00:28:05 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621489737711235072/HM3sNPNi_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3274940484, "blocked_by": false, "profile_background_tile": false, "statuses_count": 42, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3274940484/1437009659", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": false, "description": "America's Favorite Icon Designer, Partner @Parakeet", "url": "https://t.co/MWe41e6Yhi", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "41783", "profile_image_url": "http://pbs.twimg.com/profile_images/684924820572614656/1cAKFs1M_normal.png", "friends_count": 74, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "louiemantia.com", "url": "https://t.co/MWe41e6Yhi", "expanded_url": "http://louiemantia.com", "indices": [0, 23]}]}}, "profile_background_color": "A8B4BF", "created_at": "Tue Dec 05 02:40:37 +0000 2006", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/593984143/649qzer53whn3j5e7vmy.jpeg", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "ABB8C2", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/593984143/649qzer53whn3j5e7vmy.jpeg", "statuses_count": 102450, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/684924820572614656/1cAKFs1M_normal.png", "favourites_count": 11672, "listed_count": 1118, "geo_enabled": true, "follow_request_sent": false, "followers_count": 17113, "following": false, "default_profile_image": false, "id": 41783, "blocked_by": false, "name": "Louie Mantia", "location": "Portland", "screen_name": "mantia", "profile_background_tile": true, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": true, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "817288", "following": false, "friends_count": 4457, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "techmeme.com", "url": "http://t.co/2kJ3FyTtAJ", "expanded_url": "http://techmeme.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/11906737/Lion_Eating_Meat_Small.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 56179, "location": "SF: Disruptopia, USA", "screen_name": "gaberivera", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2313, "name": "Gabe Rivera", "profile_use_background_image": true, "description": "I run Techmeme.\r\nSometimes I tweet what I mean. Sometimes I tweet the opposite. Retweets are endorphins.", "url": "http://t.co/2kJ3FyTtAJ", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/600790128215240705/65A_KJi1_normal.png", "profile_background_color": "C6E2EE", "created_at": "Wed Mar 07 06:23:51 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/600790128215240705/65A_KJi1_normal.png", "favourites_count": 13571, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/11906737/Lion_Eating_Meat_Small.jpg", "default_profile_image": false, "id": 817288, "blocked_by": false, "profile_background_tile": true, "statuses_count": 11636, "profile_banner_url": "https://pbs.twimg.com/profile_banners/817288/1401467981", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1201139012", "following": false, "friends_count": 29, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkd.in/1uiUZno", "url": "http://t.co/gi5nkD1WcX", "expanded_url": "http://linkd.in/1uiUZno", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2770, "location": "Cleveland, Ohio", "screen_name": "TobyCosgroveMD", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 81, "name": "Toby Cosgrove, MD", "profile_use_background_image": false, "description": "President and CEO, @ClevelandClinic. Cardiothoracic surgeon. U.S. Air Force Veteran.", "url": "http://t.co/gi5nkD1WcX", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/529294308721963008/YbQyNzkW_normal.jpeg", "profile_background_color": "065EA8", "created_at": "Wed Feb 20 13:56:57 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/529294308721963008/YbQyNzkW_normal.jpeg", "favourites_count": 15, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 1201139012, "blocked_by": false, "profile_background_tile": false, "statuses_count": 118, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1201139012/1415028437", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4071934995", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 122961, "location": "twitter.com", "screen_name": "polls", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 212, "name": "polls", "profile_use_background_image": true, "description": "the most important polls on twitter. Brought to you by @BuzzFeed. DM us your poll ideas!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660160253913382913/qgvYqknJ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Oct 30 02:09:51 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660160253913382913/qgvYqknJ_normal.jpg", "favourites_count": 85, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4071934995, "blocked_by": false, "profile_background_tile": false, "statuses_count": 812, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4071934995/1446225664", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "25084660", "following": false, "friends_count": 791, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/518197552299008001/_2oh_bt2.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 422254, "location": "", "screen_name": "arzE", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2851, "name": "Ezra Koenig", "profile_use_background_image": true, "description": "vampire weekend inc.", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/143399893/2551539671_918f6cbd7d_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Mar 18 14:52:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/143399893/2551539671_918f6cbd7d_normal.jpg", "favourites_count": 5759, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/518197552299008001/_2oh_bt2.jpeg", "default_profile_image": false, "id": 25084660, "blocked_by": false, "profile_background_tile": true, "statuses_count": 9309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25084660/1436462636", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1081562149", "following": false, "friends_count": 1, "entities": {"description": {"urls": [{"display_url": "favstar.fm/users/seinfeld\u2026", "url": "https://t.co/GCOoEYISti", "expanded_url": "http://favstar.fm/users/seinfeld2000", "indices": [71, 94]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/784451272/2604dd7bfd1a9574d44507dcca92b516.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 101814, "location": "", "screen_name": "Seinfeld2000", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 779, "name": "Seinfeld Current Day", "profile_use_background_image": true, "description": "Imagen Seinfeld was never canceled and still NBC comedy program today? https://t.co/GCOoEYISti", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685302732182274049/gc5Bh8UU_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 12 02:17:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685302732182274049/gc5Bh8UU_normal.jpg", "favourites_count": 56619, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/784451272/2604dd7bfd1a9574d44507dcca92b516.jpeg", "default_profile_image": false, "id": 1081562149, "blocked_by": false, "profile_background_tile": true, "statuses_count": 6600, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1081562149/1452223878", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "23699191", "following": false, "friends_count": 524, "entities": {"description": {"urls": [{"display_url": "noisey.vice.com/en_uk/noisey-s", "url": "https://t.co/oXek0Yp2he", "expanded_url": "http://noisey.vice.com/en_uk/noisey-s", "indices": [75, 98]}]}, "url": {"urls": [{"display_url": "helloskepta.com", "url": "https://t.co/LCjnqqo5cF", "expanded_url": "http://www.helloskepta.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 667153, "location": "", "screen_name": "Skepta", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1287, "name": "SKEPTA", "profile_use_background_image": true, "description": "Bookings: grace@metallicmgmt.com jonathanbriks@theagencygroup.com\n\n#TopBoy https://t.co/oXek0Yp2he\u2026", "url": "https://t.co/LCjnqqo5cF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597466667451551746/ukYdFPsN_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Mar 11 01:31:36 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597466667451551746/ukYdFPsN_normal.jpg", "favourites_count": 1, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 23699191, "blocked_by": false, "profile_background_tile": true, "statuses_count": 30142, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23699191/1431890723", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "937499232", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "malala.org", "url": "http://t.co/nyY0R0rWL2", "expanded_url": "http://malala.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 64783, "location": "Pakistan", "screen_name": "Malala", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 311, "name": "Malala Yousafzai", "profile_use_background_image": false, "description": "Please follow @MalalaFund for Tweets from Malala and updates on her work.", "url": "http://t.co/nyY0R0rWL2", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/543190020593434624/3SbQsJvS_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Nov 09 18:34:52 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/543190020593434624/3SbQsJvS_normal.jpeg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 937499232, "blocked_by": false, "profile_background_tile": false, "statuses_count": 0, "profile_banner_url": "https://pbs.twimg.com/profile_banners/937499232/1444529280", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Nobel Peace Prize 2014 winner. \nFounder-Global March Against Child Labour (@kNOwchildlabour) &\nBachpan Bachao Andolan. RTs not endorsements.", "url": "http://t.co/p9X5Y5bZLm", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2477802067", "profile_image_url": "http://pbs.twimg.com/profile_images/463172659040100352/cKa3fIpv_normal.jpeg", "friends_count": 60, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "satyarthi.org", "url": "http://t.co/p9X5Y5bZLm", "expanded_url": "http://www.satyarthi.org", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Mon May 05 04:07:33 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 803, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/463172659040100352/cKa3fIpv_normal.jpeg", "favourites_count": 173, "listed_count": 514, "geo_enabled": true, "follow_request_sent": false, "followers_count": 180027, "following": false, "default_profile_image": false, "id": 2477802067, "blocked_by": false, "name": "Kailash Satyarthi", "location": "", "screen_name": "k_satyarthi", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14439813", "following": false, "friends_count": 334, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 58956, "location": "atlanta & nyc", "screen_name": "wnd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 412, "name": "wendy clark", "profile_use_background_image": true, "description": "mom :: ceo ddb/na :: relentless optimist", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683108349773135873/3-w568Iw_normal.jpg", "profile_background_color": "352726", "created_at": "Sat Apr 19 02:18:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683108349773135873/3-w568Iw_normal.jpg", "favourites_count": 8837, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "default_profile_image": false, "id": 14439813, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4316, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14439813/1451700372", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "31898295", "following": false, "friends_count": 3108, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 4303, "location": "", "screen_name": "Derella", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 68, "name": "matt derella", "profile_use_background_image": true, "description": "Rookie Dad, Lucky Husband, Ice Cream Addict. Remember, You Have Superpowers.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495385677555847168/u9GWKUeW_normal.jpeg", "profile_background_color": "709397", "created_at": "Thu Apr 16 15:34:22 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495385677555847168/u9GWKUeW_normal.jpeg", "favourites_count": 6095, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "default_profile_image": false, "id": 31898295, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2137, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31898295/1350353093", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "38422658", "following": false, "friends_count": 1684, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/731990497/133f44a3ad5b355f824f066e5acf4826.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "F057F0", "geo_enabled": true, "followers_count": 10933, "location": "San Francisco*", "screen_name": "melissabarnes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 247, "name": "Melissa Barnes", "profile_use_background_image": false, "description": "Global Brands @Twitter. Easily entertained. Black coffee, please.", "url": null, "profile_text_color": "FF6F00", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000680162557/fd759ddd67644e48de936167c67e480e_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu May 07 12:42:42 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000680162557/fd759ddd67644e48de936167c67e480e_normal.png", "favourites_count": 7486, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/731990497/133f44a3ad5b355f824f066e5acf4826.png", "default_profile_image": false, "id": 38422658, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1713, "profile_banner_url": "https://pbs.twimg.com/profile_banners/38422658/1383346519", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "21007030", "following": false, "friends_count": 3161, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rio2016.com", "url": "https://t.co/q8z1zrW1rr", "expanded_url": "http://www.rio2016.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/652206264550883328/HjPQWiLI.png", "notifications": false, "profile_sidebar_fill_color": "A4CC35", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 222873, "location": "Rio de Janeiro", "screen_name": "Rio2016", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1236, "name": "Rio 2016", "profile_use_background_image": false, "description": "Perfil oficial do Comit\u00ea Organizador dos Jogos Ol\u00edmpicos e Paral\u00edmpicos Rio 2016 em Portugu\u00eas. English:@rio2016_en. Espa\u00f1ol: @rio2016_es.", "url": "https://t.co/q8z1zrW1rr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681467758127767552/wMetVDCp_normal.jpg", "profile_background_color": "FA743E", "created_at": "Mon Feb 16 17:48:07 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681467758127767552/wMetVDCp_normal.jpg", "favourites_count": 1422, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/652206264550883328/HjPQWiLI.png", "default_profile_image": false, "id": 21007030, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7248, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21007030/1451309674", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "88703900", "following": false, "friends_count": 600, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rio2016.com/en/home", "url": "http://t.co/BFr0Z1jKEP", "expanded_url": "http://www.rio2016.com/en/home", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/608811690/2fowkyz9qtxnxt09td4j.png", "notifications": false, "profile_sidebar_fill_color": "A4CC35", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 245882, "location": "Rio de Janeiro", "screen_name": "Rio2016_en", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1216, "name": "Rio 2016", "profile_use_background_image": true, "description": "Official Rio 2016\u2122 Olympic and Paralympic Organizing Committee in English. Portugu\u00eas:@rio2016. Espa\u00f1ol: @rio2016_es.", "url": "http://t.co/BFr0Z1jKEP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681482723169595392/zB4L44Jk_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Nov 09 16:44:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F7AF08", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681482723169595392/zB4L44Jk_normal.jpg", "favourites_count": 1369, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/608811690/2fowkyz9qtxnxt09td4j.png", "default_profile_image": false, "id": 88703900, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5098, "profile_banner_url": "https://pbs.twimg.com/profile_banners/88703900/1451306802", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "584263864", "following": false, "friends_count": 372, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/455576045911953409/t2oDPQBc.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "005FB3", "geo_enabled": true, "followers_count": 642, "location": "", "screen_name": "edgett", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Sean Edgett", "profile_use_background_image": true, "description": "Corporate lawyer at Twitter. Comments here are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2605692733/z11h183xg67zdgg9nq9l_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri May 18 23:43:39 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2605692733/z11h183xg67zdgg9nq9l_normal.jpeg", "favourites_count": 1187, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/455576045911953409/t2oDPQBc.jpeg", "default_profile_image": false, "id": 584263864, "blocked_by": false, "profile_background_tile": true, "statuses_count": 634, "profile_banner_url": "https://pbs.twimg.com/profile_banners/584263864/1442269032", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "4048046116", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 176589, "location": "Turn On Our Notifications!", "screen_name": "24HourPolls", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 102, "name": "24 Hour Polls", "profile_use_background_image": true, "description": "| The Best Polls On Twitter | Original Account | *DM's Are Open For Suggestions!*", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658724243060883456/KILrmSCI_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 26 18:33:54 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658724243060883456/KILrmSCI_normal.jpg", "favourites_count": 609, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 4048046116, "blocked_by": false, "profile_background_tile": false, "statuses_count": 810, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4048046116/1445886946", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2881611", "following": false, "friends_count": 1289, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/prashantsri\u2026", "url": "https://t.co/d3WaCy2EU1", "expanded_url": "http://www.linkedin.com/in/prashantsridharan", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/456196991840575488/wID_XHod.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 11192, "location": "San Francisco", "screen_name": "CoolAssPuppy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 96, "name": "Prashant S", "profile_use_background_image": true, "description": "Twitter Global Director of Developer & Platform Relations. I @SoulCycle, therefore I am. #PopcornHo", "url": "https://t.co/d3WaCy2EU1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564341898463047680/E79JhGQG_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Mar 29 19:21:15 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564341898463047680/E79JhGQG_normal.jpeg", "favourites_count": 13108, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/456196991840575488/wID_XHod.jpeg", "default_profile_image": false, "id": 2881611, "blocked_by": false, "profile_background_tile": true, "statuses_count": 21197, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2881611/1446596289", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2990843386", "following": false, "friends_count": 53, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 818, "location": "Salt Lake City, UT", "screen_name": "pinkgrandmas", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Pink Grandmas", "profile_use_background_image": true, "description": "The @PinkGrandmas who lovingly cheer for their Utah Jazz, and always in pink!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/558042376636497920/dXgnhC-A_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jan 21 23:13:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/558042376636497920/dXgnhC-A_normal.jpeg", "favourites_count": 108, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2990843386, "blocked_by": false, "profile_background_tile": false, "statuses_count": 139, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2990843386/1421883592", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15105000", "following": false, "friends_count": 1161, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iSachin.com", "url": "http://t.co/AWr3VV2avy", "expanded_url": "http://iSachin.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": true, "followers_count": 20842, "location": "San Francisco, CA", "screen_name": "agarwal", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 1324, "name": "Sachin Agarwal", "profile_use_background_image": true, "description": "Product at Twitter. Past: @Stanford, Apple, Founder/CEO of @posterous. I \u2764\ufe0f @kateagarwal, cars, wine, puppies, and foie.", "url": "http://t.co/AWr3VV2avy", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/619395524395843584/QGKuPKxo_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Fri Jun 13 06:49:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/619395524395843584/QGKuPKxo_normal.jpg", "favourites_count": 16040, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "default_profile_image": false, "id": 15105000, "blocked_by": false, "profile_background_tile": false, "statuses_count": 11185, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15105000/1427478415", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "569900436", "following": false, "friends_count": 119, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 437, "location": "", "screen_name": "akkhosh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "alex", "profile_use_background_image": true, "description": "alex at periscope.", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/559573374150529024/3iOgmOSm_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu May 03 09:06:30 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/559573374150529024/3iOgmOSm_normal.jpeg", "favourites_count": 2, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 569900436, "blocked_by": false, "profile_background_tile": false, "statuses_count": 0, "profile_banner_url": "https://pbs.twimg.com/profile_banners/569900436/1422657776", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Father, Husband, Head Basketball Coach LA Clippers, Maywood Native", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "4027765453", "profile_image_url": "http://pbs.twimg.com/profile_images/658768083339771904/d1_cqMyF_normal.jpg", "friends_count": 22, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Oct 26 19:49:37 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/658768083339771904/d1_cqMyF_normal.jpg", "favourites_count": 0, "listed_count": 178, "geo_enabled": false, "follow_request_sent": false, "followers_count": 18514, "following": false, "default_profile_image": false, "id": 4027765453, "blocked_by": false, "name": "doc rivers", "location": "", "screen_name": "DocRivers", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "54226675", "following": false, "friends_count": 220, "entities": {"description": {"urls": [{"display_url": "support.twitter.com/forms/translat\u2026", "url": "http://t.co/SOm6i336Up", "expanded_url": "http://support.twitter.com/forms/translation", "indices": [82, 104]}]}, "url": {"urls": [{"display_url": "translate.twitter.com", "url": "https://t.co/K91mYVcFjL", "expanded_url": "http://translate.twitter.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656930021/qwztnd9iu549hrvwyt4v.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2950587, "location": "", "screen_name": "translator", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2694, "name": "Translator", "profile_use_background_image": true, "description": "Twitter's Translator Community. Got questions or found a bug? Fill out this form: http://t.co/SOm6i336Up", "url": "https://t.co/K91mYVcFjL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/531789412514795520/iJoBXHgf_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 06 14:59:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/531789412514795520/iJoBXHgf_normal.png", "favourites_count": 170, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656930021/qwztnd9iu549hrvwyt4v.png", "default_profile_image": false, "id": 54226675, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/54226675/1347394452", "is_translator": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "376825877", "following": false, "friends_count": 48, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opensource.twitter.com", "url": "http://t.co/Hc7Cv220E7", "expanded_url": "http://opensource.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 282967, "location": "Twitter HQ", "screen_name": "TwitterOSS", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1987, "name": "Twitter Open Source", "profile_use_background_image": true, "description": "Open Programs at Twitter.", "url": "http://t.co/Hc7Cv220E7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000416683223/1bc995c5cfe98cb3c621f1ba0bf99223_normal.png", "profile_background_color": "131516", "created_at": "Tue Sep 20 15:18:34 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000416683223/1bc995c5cfe98cb3c621f1ba0bf99223_normal.png", "favourites_count": 3323, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 376825877, "blocked_by": false, "profile_background_tile": true, "statuses_count": 5355, "profile_banner_url": "https://pbs.twimg.com/profile_banners/376825877/1396969577", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17874544", "following": false, "friends_count": 31, "entities": {"description": {"urls": [{"display_url": "support.twitter.com", "url": "http://t.co/qq1HEzdMA2", "expanded_url": "http://support.twitter.com", "indices": [118, 140]}]}, "url": {"urls": [{"display_url": "support.twitter.com", "url": "http://t.co/Vk1NkwU8qP", "expanded_url": "http://support.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656929496/y6jd4l68p18hrm52f0ez.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4606293, "location": "Twitter HQ", "screen_name": "Support", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 13844, "name": "Twitter Support", "profile_use_background_image": true, "description": "We Tweet tips and tricks to help you boost your Twitter skills and keep your account secure. For detailed help, visit http://t.co/qq1HEzdMA2.", "url": "http://t.co/Vk1NkwU8qP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/533026436190175232/1i65YBa7_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Dec 04 18:51:57 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/533026436190175232/1i65YBa7_normal.png", "favourites_count": 300, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656929496/y6jd4l68p18hrm52f0ez.png", "default_profile_image": false, "id": 17874544, "blocked_by": false, "profile_background_tile": true, "statuses_count": 14056, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17874544/1347394418", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6253282", "following": false, "friends_count": 48, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dev.twitter.com", "url": "http://t.co/78pYTvWfJd", "expanded_url": "http://dev.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5243787, "location": "San Francisco, CA", "screen_name": "twitterapi", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12998, "name": "Twitter API", "profile_use_background_image": true, "description": "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.", "url": "http://t.co/78pYTvWfJd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed May 23 06:01:13 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png", "favourites_count": 27, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png", "default_profile_image": false, "id": 6253282, "blocked_by": false, "profile_background_tile": true, "statuses_count": 3554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1431474710", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "95731075", "following": false, "friends_count": 85, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "safety.twitter.com", "url": "https://t.co/mAjmahDXqp", "expanded_url": "https://safety.twitter.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2920147, "location": "Twitter HQ", "screen_name": "safety", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 7562, "name": "Safety", "profile_use_background_image": true, "description": "Helping you stay safe on Twitter.", "url": "https://t.co/mAjmahDXqp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/535572036542676993/LFT_i3TO_normal.png", "profile_background_color": "022330", "created_at": "Wed Dec 09 21:00:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/535572036542676993/LFT_i3TO_normal.png", "favourites_count": 5, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "default_profile_image": false, "id": 95731075, "blocked_by": false, "profile_background_tile": false, "statuses_count": 399, "profile_banner_url": "https://pbs.twimg.com/profile_banners/95731075/1416521916", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "204343158", "following": false, "friends_count": 286, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "1stdibs.com", "url": "http://t.co/GyCLcPK1G6", "expanded_url": "http://www.1stdibs.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/671719951930003456/pt0vUfBt.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3E9DE0", "geo_enabled": true, "followers_count": 5054, "location": "New York, NY", "screen_name": "rosenblattdavid", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 60, "name": "David Rosenblatt", "profile_use_background_image": true, "description": "CEO at 1stdibs", "url": "http://t.co/GyCLcPK1G6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671720409000050688/iGAx6hoH_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 18 13:56:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671720409000050688/iGAx6hoH_normal.jpg", "favourites_count": 245, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/671719951930003456/pt0vUfBt.jpg", "default_profile_image": false, "id": 204343158, "blocked_by": false, "profile_background_tile": false, "statuses_count": 376, "profile_banner_url": "https://pbs.twimg.com/profile_banners/204343158/1448985578", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "19417999", "following": false, "friends_count": 14503, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "itun.es/us/Q4QZ6", "url": "https://t.co/1snyy96FWE", "expanded_url": "https://itun.es/us/Q4QZ6", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4038874/moonbeam.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 57238, "location": "Invite The Light \u2022 Out now.", "screen_name": "DaMFunK", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1338, "name": "Focused\u26a1\ufe0fD\u0101M-F\u0426\u041fK", "profile_use_background_image": true, "description": "\u2022 Modern-Funk | No fads | No sellout \u2022", "url": "https://t.co/1snyy96FWE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678395496021364737/V8LFK3SY_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Fri Jan 23 22:31:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678395496021364737/V8LFK3SY_normal.jpg", "favourites_count": 52062, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4038874/moonbeam.jpg", "default_profile_image": false, "id": 19417999, "blocked_by": false, "profile_background_tile": true, "statuses_count": 41219, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19417999/1441340768", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17230018", "following": false, "friends_count": 17947, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Spotify.com", "url": "http://t.co/jqAb65DqrK", "expanded_url": "http://Spotify.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/826426375/6d0aaba328f353d9ef82b078d51739ac.jpeg", "notifications": false, "profile_sidebar_fill_color": "ECEBE8", "profile_link_color": "1ED760", "geo_enabled": true, "followers_count": 1644482, "location": "", "screen_name": "Spotify", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 14006, "name": "Spotify", "profile_use_background_image": false, "description": "Music for every moment. Play, discover, and share for free. \r\nNeed support? We're happy to help at @SpotifyCares", "url": "http://t.co/jqAb65DqrK", "profile_text_color": "458DBF", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/634474652967006208/46qwP9AX_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri Nov 07 12:14:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634474652967006208/46qwP9AX_normal.png", "favourites_count": 4977, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/826426375/6d0aaba328f353d9ef82b078d51739ac.jpeg", "default_profile_image": false, "id": 17230018, "blocked_by": false, "profile_background_tile": false, "statuses_count": 23164, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17230018/1450966022", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "The Official Twitter Page of Seth MacFarlane - new album No One Ever Tells You available now on iTunes https://t.co/gLePVn5Mho", "url": "https://t.co/o4miqWAHnW", "contributors_enabled": false, "is_translation_enabled": true, "id_str": "18948541", "profile_image_url": "http://pbs.twimg.com/profile_images/477598819715395585/g0lGqC_J_normal.jpeg", "friends_count": 349, "entities": {"description": {"urls": [{"display_url": "itun.es/us/Vx9p-", "url": "https://t.co/gLePVn5Mho", "expanded_url": "http://itun.es/us/Vx9p-", "indices": [103, 126]}]}, "url": {"urls": [{"display_url": "facebook.com/pages/Seth-Mac\u2026", "url": "https://t.co/o4miqWAHnW", "expanded_url": "http://www.facebook.com/pages/Seth-MacFarlane/14105972607?ref=ts", "indices": [0, 23]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Jan 13 19:04:37 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5295, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/477598819715395585/g0lGqC_J_normal.jpeg", "favourites_count": 0, "listed_count": 32336, "geo_enabled": false, "follow_request_sent": false, "followers_count": 8866646, "following": false, "default_profile_image": false, "id": 18948541, "blocked_by": false, "name": "Seth MacFarlane", "location": "Los Angeles", "screen_name": "SethMacFarlane", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "96829836", "following": false, "friends_count": 188, "entities": {"description": {"urls": [{"display_url": "smarturl.it/illmaticxx_itu\u2026", "url": "http://t.co/GQVoyTHAXi", "expanded_url": "http://smarturl.it/illmaticxx_itunes", "indices": [29, 51]}]}, "url": {"urls": [{"display_url": "TribecaFilm.com/Nas", "url": "http://t.co/Ol6HETXMsd", "expanded_url": "http://TribecaFilm.com/Nas", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/814646450/ebaaa9f989a38f17fb2330bb4268eb33.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1896372, "location": "NYC", "screen_name": "Nas", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8574, "name": "Nasir Jones", "profile_use_background_image": true, "description": "Illmatic XX now available: \r\nhttp://t.co/GQVoyTHAXi", "url": "http://t.co/Ol6HETXMsd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/561373039611633664/nz0FbI_m_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 14 20:03:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/561373039611633664/nz0FbI_m_normal.jpeg", "favourites_count": 3, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/814646450/ebaaa9f989a38f17fb2330bb4268eb33.jpeg", "default_profile_image": false, "id": 96829836, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4514, "profile_banner_url": "https://pbs.twimg.com/profile_banners/96829836/1412353651", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "422665701", "following": false, "friends_count": 1877, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/TrapTearsVid", "url": "https://t.co/bSTapnSbtt", "expanded_url": "http://smarturl.it/TrapTearsVid", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/440196658370842624/wF3gsmG5.jpeg", "notifications": false, "profile_sidebar_fill_color": "0A0A0A", "profile_link_color": "8F120E", "geo_enabled": true, "followers_count": 113351, "location": "", "screen_name": "Raury", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 326, "name": "AWN", "profile_use_background_image": true, "description": "being of light , right on time #indigo #millennial new album #AllWeNeed", "url": "https://t.co/bSTapnSbtt", "profile_text_color": "A30A0A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683071165993250816/q1QwbA89_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Nov 27 14:50:29 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683071165993250816/q1QwbA89_normal.jpg", "favourites_count": 9695, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/440196658370842624/wF3gsmG5.jpeg", "default_profile_image": false, "id": 422665701, "blocked_by": false, "profile_background_tile": true, "statuses_count": 35237, "profile_banner_url": "https://pbs.twimg.com/profile_banners/422665701/1444935009", "is_translator": false}, {"time_zone": "Baghdad", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "1499345785", "following": false, "friends_count": 31, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000138370065/l8wX2JAO.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 21461, "location": "", "screen_name": "Iarsulrich", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "Lars Ulrich", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639736788509044736/f9APSm1B_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Jun 10 20:39:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639736788509044736/f9APSm1B_normal.jpg", "favourites_count": 14, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000138370065/l8wX2JAO.jpeg", "default_profile_image": false, "id": 1499345785, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1499345785/1438456012", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7698", "following": false, "friends_count": 758, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "monkey.org/~marius/", "url": "https://t.co/Fd7AtAPU13", "expanded_url": "http://monkey.org/~marius/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 8435, "location": "Silicon Valley", "screen_name": "marius", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 296, "name": "marius eriksen", "profile_use_background_image": true, "description": "I spend most days cursing at lots of very tiny electronics.", "url": "https://t.co/Fd7AtAPU13", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658107214943514624/9kBvyBlv_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sat Oct 07 06:53:18 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658107214943514624/9kBvyBlv_normal.jpg", "favourites_count": 4808, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "default_profile_image": false, "id": 7698, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7425, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7698/1413383522", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18819527", "following": false, "friends_count": 3066, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "travelocity.com", "url": "http://t.co/GxUHwpGZyC", "expanded_url": "http://travelocity.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/516696088510603265/WyHCTS77.jpeg", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 80685, "location": "", "screen_name": "RoamingGnome", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1434, "name": "Travelocity Gnome", "profile_use_background_image": true, "description": "The official globetrotting ornament. Nabbed from a very boring garden to travel the world. You can find me on instagram @roaminggnome", "url": "http://t.co/GxUHwpGZyC", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433651314791178240/hsG03B35_normal.jpeg", "profile_background_color": "89C9FA", "created_at": "Fri Jan 09 23:08:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433651314791178240/hsG03B35_normal.jpeg", "favourites_count": 4816, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/516696088510603265/WyHCTS77.jpeg", "default_profile_image": false, "id": 18819527, "blocked_by": false, "profile_background_tile": false, "statuses_count": 10405, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18819527/1398261580", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "32765534", "following": false, "friends_count": 326, "entities": {"description": {"urls": [{"display_url": "billsimmonspodcast.com", "url": "https://t.co/vjQN5lsu7P", "expanded_url": "http://www.billsimmonspodcast.com", "indices": [44, 67]}]}, "url": {"urls": [{"display_url": "grantland.com/features/compl\u2026", "url": "https://t.co/FAEjPf1Iwj", "expanded_url": "http://grantland.com/features/complete-column-archives-grantland-edition/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/712357174/6ab50d40301a561d202a86c215f6aa2f.jpeg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": false, "followers_count": 4767987, "location": "Los Angeles (via Boston)", "screen_name": "BillSimmons", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 32240, "name": "Bill Simmons", "profile_use_background_image": true, "description": "Host of The Bill Simmons Podcast - links at https://t.co/vjQN5lsu7P. My HBO show = 2016. Once ran a Grantland cult according to 2 unnamed ESPN execs.", "url": "https://t.co/FAEjPf1Iwj", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/645990884165578753/moYctN8w_normal.jpg", "profile_background_color": "8B542B", "created_at": "Sat Apr 18 03:37:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645990884165578753/moYctN8w_normal.jpg", "favourites_count": 9, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/712357174/6ab50d40301a561d202a86c215f6aa2f.jpeg", "default_profile_image": false, "id": 32765534, "blocked_by": false, "profile_background_tile": true, "statuses_count": 15280, "profile_banner_url": "https://pbs.twimg.com/profile_banners/32765534/1445653325", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "44039298", "profile_image_url": "http://pbs.twimg.com/profile_images/267298914/n700068668_5523_normal.jpg", "friends_count": 545, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Jun 02 02:35:39 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6071, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/267298914/n700068668_5523_normal.jpg", "favourites_count": 49, "listed_count": 20373, "geo_enabled": false, "follow_request_sent": false, "followers_count": 3616527, "following": false, "default_profile_image": false, "id": 44039298, "blocked_by": false, "name": "Seth Meyers", "location": "New York", "screen_name": "sethmeyers", "profile_background_tile": false, "notifications": false, "utc_offset": -14400, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "UTC", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "104969057", "following": false, "friends_count": 493, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "McKellen.com", "url": "http://t.co/g38r3qsinW", "expanded_url": "http://www.McKellen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "050505", "geo_enabled": false, "followers_count": 2903598, "location": "London, UK", "screen_name": "IanMcKellen", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12050, "name": "Ian McKellen", "profile_use_background_image": true, "description": "actor and activist", "url": "http://t.co/g38r3qsinW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3633670448/8ddcdf11c5fb8fb8851c8c0457e85383_normal.jpeg", "profile_background_color": "131516", "created_at": "Thu Jan 14 23:29:56 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3633670448/8ddcdf11c5fb8fb8851c8c0457e85383_normal.jpeg", "favourites_count": 95, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 104969057, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1314, "profile_banner_url": "https://pbs.twimg.com/profile_banners/104969057/1449683945", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "241964676", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Grantland.com", "url": "http://t.co/qx60xDYYa3", "expanded_url": "http://www.Grantland.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/414549914/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "BF1E2E", "geo_enabled": false, "followers_count": 508445, "location": "Los Angeles, CA", "screen_name": "Grantland33", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8432, "name": "Grantland", "profile_use_background_image": true, "description": "Home of the Triangle | Hollywood Prospectus.", "url": "http://t.co/qx60xDYYa3", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/423899044243443712/R8Ei6kil_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Jan 23 16:06:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBDDDE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423899044243443712/R8Ei6kil_normal.jpeg", "favourites_count": 238, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/414549914/bg.jpg", "default_profile_image": false, "id": 241964676, "blocked_by": false, "profile_background_tile": true, "statuses_count": 26406, "profile_banner_url": "https://pbs.twimg.com/profile_banners/241964676/1441915615", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "615999145", "profile_image_url": "http://pbs.twimg.com/profile_images/2426136445/mrvv14fip4lk4tcs1qj6_normal.jpeg", "friends_count": 127, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Jun 23 10:24:53 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2426136445/mrvv14fip4lk4tcs1qj6_normal.jpeg", "favourites_count": 6, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 766, "following": false, "default_profile_image": false, "id": 615999145, "blocked_by": false, "name": "Bee Shaffer", "location": "Los Angeles", "screen_name": "KikiShaf", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "Arts and entertainment news from The New York Times.", "url": "http://t.co/0H74AaBX8Y", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1440641", "profile_image_url": "http://pbs.twimg.com/profile_images/2037590739/NYT_Twitter_arts_normal.png", "friends_count": 88, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nytimes.com/arts", "url": "http://t.co/0H74AaBX8Y", "expanded_url": "http://www.nytimes.com/arts", "indices": [0, 22]}]}}, "profile_background_color": "FFFFFF", "created_at": "Sun Mar 18 20:30:33 +0000 2007", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2800588/twitter.post.gif", "profile_text_color": "000000", "profile_sidebar_fill_color": "E7EFF8", "profile_link_color": "004276", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2800588/twitter.post.gif", "statuses_count": 91388, "profile_sidebar_border_color": "323232", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2037590739/NYT_Twitter_arts_normal.png", "favourites_count": 21, "listed_count": 17928, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1862334, "following": false, "default_profile_image": false, "id": 1440641, "blocked_by": false, "name": "New York Times Arts", "location": "New York, NY", "screen_name": "nytimesarts", "profile_background_tile": true, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Greenland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "16465385", "following": false, "friends_count": 536, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nobelprize.org", "url": "http://t.co/If9cQQEL4i", "expanded_url": "http://nobelprize.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000078517581/addc9673a1033a0b8aea4d78a2b293a4.jpeg", "notifications": false, "profile_sidebar_fill_color": "E2E8EA", "profile_link_color": "307497", "geo_enabled": true, "followers_count": 177895, "location": "Stockholm, Sweden", "screen_name": "NobelPrize", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3279, "name": "The Nobel Prize", "profile_use_background_image": true, "description": "The official Twitter feed of the Nobel Prize @NobelPrize #NobelPrize", "url": "http://t.co/If9cQQEL4i", "profile_text_color": "023C59", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000473278283/80ea0fb0832c7d4c0eabeefe1f7f1b44_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Fri Sep 26 08:47:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000473278283/80ea0fb0832c7d4c0eabeefe1f7f1b44_normal.jpeg", "favourites_count": 198, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000078517581/addc9673a1033a0b8aea4d78a2b293a4.jpeg", "default_profile_image": false, "id": 16465385, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4674, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16465385/1450099641", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Views expressed here do not necessarily belong to my employer. Or to me.", "url": "http://t.co/XcGA9qM04D", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14550962", "profile_image_url": "http://pbs.twimg.com/profile_images/682427383954157568/sFZIrmXZ_normal.jpg", "friends_count": 250, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "agoranomic.org", "url": "http://t.co/XcGA9qM04D", "expanded_url": "http://agoranomic.org", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Sat Apr 26 20:13:43 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 23885, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/682427383954157568/sFZIrmXZ_normal.jpg", "favourites_count": 88, "listed_count": 6400, "geo_enabled": false, "follow_request_sent": false, "followers_count": 213142, "following": false, "default_profile_image": false, "id": 14550962, "blocked_by": false, "name": "comex", "location": "", "screen_name": "comex", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2813652210", "following": false, "friends_count": 2434, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kickstarter.com/projects/19573\u2026", "url": "https://t.co/giNNN1E1AC", "expanded_url": "https://www.kickstarter.com/projects/1957344648/meow-the-jewels", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7925, "location": "", "screen_name": "MeowTheJewels", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "#MeowTheJewels", "profile_use_background_image": true, "description": "You are listening to Meow The Jewels! Now a RTJ ran account.", "url": "https://t.co/giNNN1E1AC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/512349005464870913/UoYNUUXP_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Sep 16 20:55:34 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/512349005464870913/UoYNUUXP_normal.jpeg", "favourites_count": 4674, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2813652210, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3280, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2813652210/1410988523", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "237548529", "following": false, "friends_count": 207, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "humansofnewyork.com", "url": "http://t.co/GdwTtrMd37", "expanded_url": "http://www.humansofnewyork.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458364038422859776/UuNGX6Dl.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "233294", "geo_enabled": false, "followers_count": 382303, "location": "New York, NY", "screen_name": "humansofny", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2432, "name": "Brandon Stanton", "profile_use_background_image": true, "description": "Creator of the blog and #1 NYT bestselling book, Humans of New York. I take pictures of people on the street and ask them questions.", "url": "http://t.co/GdwTtrMd37", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/442100778639974400/Zj7Hfan__normal.jpeg", "profile_background_color": "6E757A", "created_at": "Thu Jan 13 02:43:38 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/442100778639974400/Zj7Hfan__normal.jpeg", "favourites_count": 1094, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458364038422859776/UuNGX6Dl.jpeg", "default_profile_image": false, "id": 237548529, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5325, "profile_banner_url": "https://pbs.twimg.com/profile_banners/237548529/1412171810", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16600574", "following": false, "friends_count": 80792, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "adambouska.com", "url": "https://t.co/iCi6oiInzM", "expanded_url": "http://www.adambouska.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/675910889/ad03ca278209014db233c91728a2963a.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 201288, "location": "Los Angeles, California", "screen_name": "bouska", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2581, "name": "Adam Bouska", "profile_use_background_image": true, "description": "Fashion Photographer & NOH8 Campaign Co-Founder \u2605\u2605\u2605\u2605\u2605\ninfo@bouska.net", "url": "https://t.co/iCi6oiInzM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000407726103/f71bc74ac977af9161dea417658b7ba2_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Oct 05 10:48:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000407726103/f71bc74ac977af9161dea417658b7ba2_normal.jpeg", "favourites_count": 2581, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/675910889/ad03ca278209014db233c91728a2963a.jpeg", "default_profile_image": false, "id": 16600574, "blocked_by": false, "profile_background_tile": false, "statuses_count": 15632, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16600574/1435020398", "is_translator": false}, {"time_zone": "Hawaii", "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "526316060", "profile_image_url": "http://pbs.twimg.com/profile_images/1914494250/image_normal.jpg", "friends_count": 27, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Fri Mar 16 11:53:45 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1914494250/image_normal.jpg", "favourites_count": 0, "listed_count": 3124, "geo_enabled": false, "follow_request_sent": false, "followers_count": 479572, "following": false, "default_profile_image": false, "id": 526316060, "blocked_by": false, "name": "David Chappelle", "location": "", "screen_name": "DaveChappelle", "profile_background_tile": false, "notifications": false, "utc_offset": -36000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "VP of Engineering @Twitter", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "1188951", "profile_image_url": "http://pbs.twimg.com/profile_images/614565100561653760/lis6j6Gw_normal.jpg", "friends_count": 258, "entities": {"description": {"urls": []}}, "profile_background_color": "9AE4E8", "created_at": "Wed Mar 14 23:09:57 +0000 2007", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "DD2E44", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1867, "profile_sidebar_border_color": "87BC44", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/614565100561653760/lis6j6Gw_normal.jpg", "favourites_count": 1069, "listed_count": 64, "geo_enabled": true, "follow_request_sent": false, "followers_count": 2211, "following": false, "default_profile_image": false, "id": 1188951, "blocked_by": false, "name": "Nandini Ramani", "location": "San Francisco, CA", "screen_name": "eyeseewaters", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43421130", "following": false, "friends_count": 147, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "treasureislandfestival.com", "url": "http://t.co/1kda6aZhAJ", "expanded_url": "http://www.treasureislandfestival.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/609055510633943040/kYur_JkE.png", "notifications": false, "profile_sidebar_fill_color": "F1DAC1", "profile_link_color": "FF9966", "geo_enabled": false, "followers_count": 12638, "location": "San Francisco, CA", "screen_name": "timfsf", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 576, "name": "Treasure Island Fest", "profile_use_background_image": true, "description": "Thanks to everyone who joined us for the 2015 festival in the bay on October 17-18, 2015! 2016 details coming soon.", "url": "http://t.co/1kda6aZhAJ", "profile_text_color": "4F2A10", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/608328458020782080/aidbang__normal.png", "profile_background_color": "33CCCC", "created_at": "Fri May 29 22:09:36 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/608328458020782080/aidbang__normal.png", "favourites_count": 810, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/609055510633943040/kYur_JkE.png", "default_profile_image": false, "id": 43421130, "blocked_by": false, "profile_background_tile": false, "statuses_count": 2478, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43421130/1446147173", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "CEO Netflix", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "15241557", "profile_image_url": "http://pbs.twimg.com/profile_images/2233350183/hastings_reed_abosch_normal.jpg", "friends_count": 51, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Thu Jun 26 07:24:42 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 40, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2233350183/hastings_reed_abosch_normal.jpg", "favourites_count": 10, "listed_count": 331, "geo_enabled": false, "follow_request_sent": false, "followers_count": 11467, "following": false, "default_profile_image": false, "id": 15241557, "blocked_by": false, "name": "Reed Hastings", "location": "", "screen_name": "reedhastings", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "454423650", "following": false, "friends_count": 465, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/795078452/04fe329f8b165d96eb1ed95dcfb575c2.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "006399", "geo_enabled": true, "followers_count": 1606, "location": "San Francisco", "screen_name": "tinab", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Tina Bhatnagar", "profile_use_background_image": true, "description": "Love food, sleep and being pampered. Difference between me and a baby? I work @Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3262782585/03cd4dbe36da18abd08924da2be8f528_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jan 04 00:04:22 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3262782585/03cd4dbe36da18abd08924da2be8f528_normal.jpeg", "favourites_count": 1021, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/795078452/04fe329f8b165d96eb1ed95dcfb575c2.jpeg", "default_profile_image": false, "id": 454423650, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1713, "profile_banner_url": "https://pbs.twimg.com/profile_banners/454423650/1451600055", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3751591514", "following": false, "friends_count": 21, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 8853, "location": "Bellevue, WA", "screen_name": "Steven_Ballmer", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 160, "name": "Steve Ballmer", "profile_use_background_image": false, "description": "Lots going on", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654995305855782912/r3VRakJM_normal.png", "profile_background_color": "000000", "created_at": "Thu Oct 01 20:37:37 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654995305855782912/r3VRakJM_normal.png", "favourites_count": 1, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3751591514, "blocked_by": false, "profile_background_tile": false, "statuses_count": 12, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3751591514/1444998576", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Author", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "845743333", "profile_image_url": "http://pbs.twimg.com/profile_images/2683616680/ca8aa195d2ccc38da6800678a9d2ae8a_normal.png", "friends_count": 80, "entities": {"description": {"urls": []}}, "profile_background_color": "022330", "created_at": "Tue Sep 25 15:36:17 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 18368, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2683616680/ca8aa195d2ccc38da6800678a9d2ae8a_normal.png", "favourites_count": 55, "listed_count": 2614, "geo_enabled": false, "follow_request_sent": false, "followers_count": 139576, "following": false, "default_profile_image": false, "id": 845743333, "blocked_by": false, "name": "Joyce Carol Oates", "location": "", "screen_name": "JoyceCarolOates", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "292626949", "following": false, "friends_count": 499, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2326, "location": "", "screen_name": "singhtv", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 49, "name": "Baljeet Singh", "profile_use_background_image": true, "description": "twitter product lead, SF transplant, hip hop head, outdoors lover, father of the coolest kid ever", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000771974140/2b7b64a868cc6a4733d821eba3d837bc_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue May 03 23:41:04 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000771974140/2b7b64a868cc6a4733d821eba3d837bc_normal.jpeg", "favourites_count": 1294, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 292626949, "blocked_by": false, "profile_background_tile": false, "statuses_count": 244, "profile_banner_url": "https://pbs.twimg.com/profile_banners/292626949/1385075905", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "70976011", "following": false, "friends_count": 694, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 772, "location": "San Francisco, CA", "screen_name": "jdrishel", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 36, "name": "Jeremy Rishel", "profile_use_background_image": true, "description": "Engineering @twitter ~ @mit CS, Philosophy, & MBA ~ Former @usmc ~ Proud supporter of @calacademy, @americanatheist, @rdfrs, @mca_marines, & @sfjazz", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1850753848/jeremy_full_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 02 14:22:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1850753848/jeremy_full_normal.jpg", "favourites_count": 1879, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 70976011, "blocked_by": false, "profile_background_tile": false, "statuses_count": 791, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70976011/1435923511", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5943622", "following": false, "friends_count": 5847, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "a16z.com", "url": "http://t.co/kn6m038bNW", "expanded_url": "http://www.a16z.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000162904615/QUPx_0yO.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "12297A", "geo_enabled": false, "followers_count": 464534, "location": "Menlo Park, CA", "screen_name": "pmarca", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8616, "name": "Marc Andreessen", "profile_use_background_image": true, "description": "\u201cI don\u2019t mean you\u2019re all going to be happy. You\u2019ll be unhappy \u2013 but in new, exciting and important ways.\u201d \u2013 Edwin Land", "url": "http://t.co/kn6m038bNW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649108987128868864/rWnwMe55_normal.jpg", "profile_background_color": "131516", "created_at": "Thu May 10 23:39:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649108987128868864/rWnwMe55_normal.jpg", "favourites_count": 208337, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000162904615/QUPx_0yO.jpeg", "default_profile_image": false, "id": 5943622, "blocked_by": false, "profile_background_tile": true, "statuses_count": 83568, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5943622/1419247370", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "127062637", "following": false, "friends_count": 169, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 19341, "location": "California, USA", "screen_name": "omidkordestani", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 202, "name": "Omid Kordestani", "profile_use_background_image": false, "description": "Executive Chairman @twitter", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654153213281570816/9LJkCtoV_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Mar 27 23:05:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654153213281570816/9LJkCtoV_normal.jpg", "favourites_count": 60, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 127062637, "blocked_by": false, "profile_background_tile": false, "statuses_count": 33, "profile_banner_url": "https://pbs.twimg.com/profile_banners/127062637/1445924351", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3913671", "following": false, "friends_count": 634, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thecodemill.biz", "url": "http://t.co/jfXOm28eAR", "expanded_url": "http://thecodemill.biz/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547110391/twitter-bg-opt.jpg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1469, "location": "Santa Cruz/San Francisco, CA", "screen_name": "bartt", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 55, "name": "Bart Teeuwisse", "profile_use_background_image": false, "description": "Early riser to hack, build, run, bike, climb & ski. Formerly @twitter, @yahoo & various startups", "url": "http://t.co/jfXOm28eAR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/488811874083819520/cViAGu73_normal.jpeg", "profile_background_color": "F9F9F9", "created_at": "Mon Apr 09 15:19:14 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488811874083819520/cViAGu73_normal.jpeg", "favourites_count": 840, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547110391/twitter-bg-opt.jpg", "default_profile_image": false, "id": 3913671, "blocked_by": false, "profile_background_tile": true, "statuses_count": 7226, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3913671/1405375593", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "348942463", "following": false, "friends_count": 1107, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ie.linkedin.com/in/stephenmcin\u2026", "url": "http://t.co/ECVj1K5Thi", "expanded_url": "http://ie.linkedin.com/in/stephenmcintyre", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 11959, "location": "EMEA HQ, Dublin, Ireland", "screen_name": "stephenpmc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 180, "name": "Stephen McIntyre", "profile_use_background_image": true, "description": "Building Twitter's business in Europe, Middle East, and Africa. VP Sales, MD Ireland.", "url": "http://t.co/ECVj1K5Thi", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664025218252455936/gumuBGAw_normal.jpg", "profile_background_color": "BADFCD", "created_at": "Fri Aug 05 07:57:24 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664025218252455936/gumuBGAw_normal.jpg", "favourites_count": 3642, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "default_profile_image": false, "id": 348942463, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3902, "profile_banner_url": "https://pbs.twimg.com/profile_banners/348942463/1347467641", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "Visit ScienceDaily to read breaking news about the latest discoveries in science, health, the environment, and technology.", "url": "http://t.co/DQWVlXDGLC", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "18700629", "profile_image_url": "http://pbs.twimg.com/profile_images/69944301/apple-touch-icon_normal.png", "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sciencedaily.com", "url": "http://t.co/DQWVlXDGLC", "expanded_url": "http://www.sciencedaily.com", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Jan 06 23:14:22 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 27241, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/69944301/apple-touch-icon_normal.png", "favourites_count": 0, "listed_count": 5575, "geo_enabled": false, "follow_request_sent": false, "followers_count": 171078, "following": false, "default_profile_image": false, "id": 18700629, "blocked_by": false, "name": "ScienceDaily", "location": "Rockville, MD", "screen_name": "ScienceDaily", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "23331708", "following": false, "friends_count": 495, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "247laundryservice.com", "url": "https://t.co/iLa6wu5cWo", "expanded_url": "http://www.247laundryservice.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/187706285/street_art_sweden.jpg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "7D7D7D", "geo_enabled": true, "followers_count": 33480, "location": "Brooklyn", "screen_name": "jasonwstein", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 231, "name": "Jason Stein", "profile_use_background_image": false, "description": "founder/ceo of @247LS + @bycycle", "url": "https://t.co/iLa6wu5cWo", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624558344154419200/ib3RUKxi_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sun Mar 08 17:45:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624558344154419200/ib3RUKxi_normal.jpg", "favourites_count": 22898, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/187706285/street_art_sweden.jpg", "default_profile_image": false, "id": 23331708, "blocked_by": false, "profile_background_tile": true, "statuses_count": 19835, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23331708/1435423055", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Former Professional Tennis Player, New York Times Best Selling Author, and proud Husband and Father. Founder of the James Blake Foundation.", "url": "http://t.co/CMTAZXOYcQ", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3668032217", "profile_image_url": "http://pbs.twimg.com/profile_images/644157984751398912/W2SmRp8m_normal.jpg", "friends_count": 193, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jamesblaketennis.com", "url": "http://t.co/CMTAZXOYcQ", "expanded_url": "http://jamesblaketennis.com", "indices": [0, 22]}]}}, "profile_background_color": "C0DEED", "created_at": "Tue Sep 15 21:43:58 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 344, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/644157984751398912/W2SmRp8m_normal.jpg", "favourites_count": 589, "listed_count": 135, "geo_enabled": true, "follow_request_sent": false, "followers_count": 8378, "following": false, "default_profile_image": false, "id": 3668032217, "blocked_by": false, "name": "James Blake", "location": "", "screen_name": "JRBlake", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1263452575", "following": false, "friends_count": 149, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paperrockmusic.com", "url": "http://t.co/HG6rAVrAPT", "expanded_url": "http://paperrockmusic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/833843015/6b9e3370018f8fc0243148952fea3cba.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 99, "location": "Brooklyn, Ny", "screen_name": "PaperrockRcrds", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Paperrock Records", "profile_use_background_image": true, "description": "Independent Record Label founded by World renown Hip-Hop artist Spliff Star Also known as Mr. Lewis |\r\nInstagram - Paperrockrecords #BigRings", "url": "http://t.co/HG6rAVrAPT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3476604953/c15cee7711b50174d82277035cc9cc02_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 13 03:11:40 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3476604953/c15cee7711b50174d82277035cc9cc02_normal.jpeg", "favourites_count": 3, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/833843015/6b9e3370018f8fc0243148952fea3cba.jpeg", "default_profile_image": false, "id": 1263452575, "blocked_by": false, "profile_background_tile": true, "statuses_count": 45, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1263452575/1365098791", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1085", "following": false, "friends_count": 206, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "niallkennedy.com", "url": "http://t.co/JhRVjTpizS", "expanded_url": "http://www.niallkennedy.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 1848, "location": "San Francisco, CA", "screen_name": "niall", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 87, "name": "Niall Kennedy", "profile_use_background_image": false, "description": "Tech, food, puppies, and nature in and around San Francisco.", "url": "http://t.co/JhRVjTpizS", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458690449968869376/dyjDK2Gm_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Jul 16 00:43:24 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458690449968869376/dyjDK2Gm_normal.jpeg", "favourites_count": 34, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 1085, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1321, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1085/1420868587", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18825961", "following": false, "friends_count": 1086, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/skrillex", "url": "http://t.co/kEuzso7gAM", "expanded_url": "http://facebook.com/skrillex", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4721544, "location": "\u00dcT: 33.997971,-118.280807", "screen_name": "Skrillex", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12265, "name": "SKRILLEX", "profile_use_background_image": true, "description": "your friend \u2022 insta / snap: Skrillex", "url": "http://t.co/kEuzso7gAM", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/534637130270519296/MmBo2HR7_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 10 03:49:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534637130270519296/MmBo2HR7_normal.jpeg", "favourites_count": 2850, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 18825961, "blocked_by": false, "profile_background_tile": false, "statuses_count": 13384, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18825961/1398372903", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "writer, filmmaker, something else maybe...", "url": "http://t.co/8y1kL5WTwP", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14248315", "profile_image_url": "http://pbs.twimg.com/profile_images/259299357/Monkey_normal.jpg", "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "errolmorris.com", "url": "http://t.co/8y1kL5WTwP", "expanded_url": "http://www.errolmorris.com", "indices": [0, 22]}]}}, "profile_background_color": "9AE4E8", "created_at": "Sat Mar 29 00:53:54 +0000 2008", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/17811296/heirloomsketch3.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/17811296/heirloomsketch3.jpg", "statuses_count": 3914, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/259299357/Monkey_normal.jpg", "favourites_count": 1, "listed_count": 2256, "geo_enabled": false, "follow_request_sent": false, "followers_count": 50984, "following": false, "default_profile_image": false, "id": 14248315, "blocked_by": false, "name": "errolmorris", "location": "Cambridge, MA", "screen_name": "errolmorris", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Central Time (US & Canada)", "profile_use_background_image": true, "description": "Head of product, Google Now. Previously at Akamai, MIT, UT Austin, IIT Madras.", "url": "http://t.co/YU1CzLEyBM", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14065609", "profile_image_url": "http://pbs.twimg.com/profile_images/582787332295647232/0v1zhsnZ_normal.jpg", "friends_count": 563, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/aparnacd", "url": "http://t.co/YU1CzLEyBM", "expanded_url": "http://www.linkedin.com/in/aparnacd", "indices": [0, 22]}]}}, "profile_background_color": "EDECE9", "created_at": "Sat Mar 01 17:32:31 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "profile_text_color": "634047", "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "3B94D9", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 177, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/582787332295647232/0v1zhsnZ_normal.jpg", "favourites_count": 321, "listed_count": 68, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1804, "following": false, "default_profile_image": false, "id": 14065609, "blocked_by": false, "name": "Aparna Chennapragada", "location": "San Francisco Bay area", "screen_name": "aparnacd", "profile_background_tile": false, "notifications": false, "utc_offset": -21600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Sydney", "profile_use_background_image": true, "description": "aspiring mad scientist", "url": "http://t.co/ARYETd4QIZ", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14563623", "profile_image_url": "http://pbs.twimg.com/profile_images/53414948/dj_sp_normal.jpg", "friends_count": 132, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rethrick.com/p/about/", "url": "http://t.co/ARYETd4QIZ", "expanded_url": "http://rethrick.com/p/about/", "indices": [0, 22]}]}}, "profile_background_color": "131516", "created_at": "Mon Apr 28 01:03:24 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_text_color": "333333", "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 14711, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/53414948/dj_sp_normal.jpg", "favourites_count": 556, "listed_count": 301, "geo_enabled": false, "follow_request_sent": false, "followers_count": 4243, "following": false, "default_profile_image": false, "id": 14563623, "blocked_by": false, "name": "Dhanji R. Prasanna", "location": "San Francisco, California", "screen_name": "dhanji", "profile_background_tile": true, "notifications": false, "utc_offset": 39600, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "39623638", "following": false, "friends_count": 7445, "entities": {"description": {"urls": [{"display_url": "s.sho.com/1mGJrJp", "url": "https://t.co/TOH5yZnKGu", "expanded_url": "http://s.sho.com/1mGJrJp", "indices": [84, 107]}]}, "url": {"urls": [{"display_url": "sho.com/sports", "url": "https://t.co/kvwbT7SmMj", "expanded_url": "http://sho.com/sports", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 232363, "location": "New York City", "screen_name": "SHOsports", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1446, "name": "SHOWTIME SPORTS", "profile_use_background_image": true, "description": "Home of Championship Boxing & award-winning documentaries. Rules: https://t.co/TOH5yZnKGu", "url": "https://t.co/kvwbT7SmMj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1834079937/SHOBUG_SPORT_4CL_square_normal.png", "profile_background_color": "131516", "created_at": "Tue May 12 23:13:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1834079937/SHOBUG_SPORT_4CL_square_normal.png", "favourites_count": 2329, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 39623638, "blocked_by": false, "profile_background_tile": true, "statuses_count": 29318, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39623638/1451521993", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17901282", "following": false, "friends_count": 31186, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hbo.com/boxing/", "url": "http://t.co/MyHnldJu4d", "expanded_url": "http://www.hbo.com/boxing/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000124162204/7ed7b8fb4760a560b0a07af85796639a.jpeg", "notifications": false, "profile_sidebar_fill_color": "949494", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 434863, "location": "New York, NY", "screen_name": "HBOboxing", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2954, "name": "HBOboxing", "profile_use_background_image": false, "description": "*By tagging us in a tweet, you consent to allowing HBO Sports to use and showcase it in any media* Instagram/Snapchat: @HBOboxing", "url": "http://t.co/MyHnldJu4d", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458598353836589057/LZT10GLK_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Dec 05 16:43:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458598353836589057/LZT10GLK_normal.jpeg", "favourites_count": 94, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000124162204/7ed7b8fb4760a560b0a07af85796639a.jpeg", "default_profile_image": false, "id": 17901282, "blocked_by": false, "profile_background_tile": false, "statuses_count": 21087, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17901282/1448175844", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3320010078", "following": false, "friends_count": 47, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/extremeownersh\u2026", "url": "http://t.co/6Lnf7gknOo", "expanded_url": "http://facebook.com/extremeownership", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 23754, "location": "", "screen_name": "jockowillink", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 195, "name": "Jocko Willink", "profile_use_background_image": false, "description": "Leader; follower. Reader; writer. Speaker; listener. Student; teacher. \n#DisciplineEqualsFreedom\n#ExtremeOwnership", "url": "http://t.co/6Lnf7gknOo", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647606396452646912/WKgBcrEL_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Aug 19 13:39:44 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647606396452646912/WKgBcrEL_normal.jpg", "favourites_count": 8988, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3320010078, "blocked_by": false, "profile_background_tile": false, "statuses_count": 8294, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3320010078/1443236759", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24393384", "following": false, "friends_count": 2123, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/585289381331599362/VaCvlXv7.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 141107, "location": "NYC", "screen_name": "40oz_VAN", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 547, "name": "40", "profile_use_background_image": true, "description": "40ozVAN@gmail.com", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638446775225946112/KKOuhcDK_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 14 16:45:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638446775225946112/KKOuhcDK_normal.jpg", "favourites_count": 3109, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/585289381331599362/VaCvlXv7.png", "default_profile_image": false, "id": 24393384, "blocked_by": false, "profile_background_tile": true, "statuses_count": 130499, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24393384/1452240381", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1639866613", "following": false, "friends_count": 280, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/pub/dave-free/\u2026", "url": "https://t.co/iBhESeXA5c", "expanded_url": "http://www.linkedin.com/pub/dave-free/82/420/ba1/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000053426674/35d412c221b805e069def88cd47e953e.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 16669, "location": "LAX", "screen_name": "miyatola", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 92, "name": "Dave Free", "profile_use_background_image": true, "description": "President of TDE | Management & Creative for Kendrick Lamar | Jay Rock | AB-Soul | ScHoolboy Q | Isaiah Rashad | SZA | the little homies |Digi+Phonics |", "url": "https://t.co/iBhESeXA5c", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684683999260704768/j2OthIX6_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Aug 02 07:22:39 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684683999260704768/j2OthIX6_normal.jpg", "favourites_count": 26, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000053426674/35d412c221b805e069def88cd47e953e.jpeg", "default_profile_image": false, "id": 1639866613, "blocked_by": false, "profile_background_tile": true, "statuses_count": 687, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1639866613/1448157283", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "99841232", "following": false, "friends_count": 812, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/young-magic", "url": "https://t.co/q6ASiQNDfX", "expanded_url": "https://soundcloud.com/young-magic", "indices": [22, 45]}]}, "url": {"urls": [{"display_url": "youngmagicsounds.com", "url": "http://t.co/jz4VuRfCjB", "expanded_url": "http://youngmagicsounds.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/391089700/Melt_Medio_2.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 8998, "location": "Brooklyn, NY \u262f", "screen_name": "ItsYoungMagic", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 76, "name": "Young Magic", "profile_use_background_image": true, "description": "Melati + Izak \u30b7\u30eb\u30af\u5922\u307f\u308b\u4eba https://t.co/q6ASiQNDfX", "url": "http://t.co/jz4VuRfCjB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/527682369575084033/dxGzOzvL_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 28 02:47:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/527682369575084033/dxGzOzvL_normal.jpeg", "favourites_count": 510, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/391089700/Melt_Medio_2.jpg", "default_profile_image": false, "id": 99841232, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1074, "profile_banner_url": "https://pbs.twimg.com/profile_banners/99841232/1424777262", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2194124415", "following": false, "friends_count": 652, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20393, "location": "United Kingdom", "screen_name": "ZiauddinY", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 135, "name": "Ziauddin Yousafzai", "profile_use_background_image": true, "description": "Proud to be a teacher, Malala's father and a peace, women's rights and education activist. \nRTs do not equal endorsement.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/446463857087614976/i0MYjf0-_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Nov 24 13:37:54 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/446463857087614976/i0MYjf0-_normal.jpeg", "favourites_count": 953, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2194124415, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1217, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2194124415/1385300984", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": true, "description": "Author of #1 @NYTimes bestseller Orange is the New Black: My Year in a Women's Prison @sixwords: In and out of hot water", "url": "https://t.co/bZNP8H8fqP", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "20783", "profile_image_url": "http://pbs.twimg.com/profile_images/15119012/PiperPorkBellySandwich_normal.jpg", "friends_count": 3684, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "piperkerman.com", "url": "https://t.co/bZNP8H8fqP", "expanded_url": "http://www.piperkerman.com", "indices": [0, 23]}]}}, "profile_background_color": "9AE4E8", "created_at": "Fri Nov 24 19:35:29 +0000 2006", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/90933267/twilk_background_4bc0d04ea3078.jpg", "profile_text_color": "000000", "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/90933267/twilk_background_4bc0d04ea3078.jpg", "statuses_count": 16320, "profile_sidebar_border_color": "87BC44", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/15119012/PiperPorkBellySandwich_normal.jpg", "favourites_count": 26941, "listed_count": 934, "geo_enabled": true, "follow_request_sent": false, "followers_count": 112421, "following": false, "default_profile_image": false, "id": 20783, "blocked_by": false, "name": "Piper Kerman", "location": "Ohio, USA", "screen_name": "Piper", "profile_background_tile": true, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "19725644", "following": false, "friends_count": 46, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "haydenplanetarium.org/tyson/", "url": "http://t.co/FRT5oYtwbX", "expanded_url": "http://www.haydenplanetarium.org/tyson/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/67395299/eagle_kp09.jpg", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": false, "followers_count": 4746904, "location": "New York City", "screen_name": "neiltyson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 39790, "name": "Neil deGrasse Tyson", "profile_use_background_image": true, "description": "Astrophysicist", "url": "http://t.co/FRT5oYtwbX", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg", "profile_background_color": "DBE9ED", "created_at": "Thu Jan 29 18:40:26 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg", "favourites_count": 2, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/67395299/eagle_kp09.jpg", "default_profile_image": false, "id": 19725644, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4758, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19725644/1400087889", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2916305152", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "freedom.press", "url": "https://t.co/U63fP7T2ST", "expanded_url": "https://freedom.press", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1743010, "location": "", "screen_name": "Snowden", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 10804, "name": "Edward Snowden", "profile_use_background_image": true, "description": "I used to work for the government. Now I work for the public. Director at @FreedomofPress.", "url": "https://t.co/U63fP7T2ST", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648888480974508032/66_cUYfj_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Dec 11 21:24:28 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648888480974508032/66_cUYfj_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2916305152, "blocked_by": false, "profile_background_tile": false, "statuses_count": 373, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2916305152/1443542022", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "299364430", "following": false, "friends_count": 92568, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "everettetaylor.com", "url": "https://t.co/DTKHW8LqbJ", "expanded_url": "http://everettetaylor.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 258858, "location": "Los Angeles (via Richmond, VA)", "screen_name": "Everette", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2125, "name": "Everette Taylor", "profile_use_background_image": true, "description": "building + growing companies (instagram: everette x snapchat: everettetaylor)", "url": "https://t.co/DTKHW8LqbJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685272329664905216/PbST3RsF_normal.jpg", "profile_background_color": "131516", "created_at": "Sun May 15 23:37:59 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685272329664905216/PbST3RsF_normal.jpg", "favourites_count": 184609, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 299364430, "blocked_by": false, "profile_background_tile": true, "statuses_count": 14393, "profile_banner_url": "https://pbs.twimg.com/profile_banners/299364430/1444247536", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "just a future teller", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3633459012", "profile_image_url": "http://pbs.twimg.com/profile_images/648561879732740096/mwbyB3gE_normal.jpg", "friends_count": 2, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Sep 21 03:20:06 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/648561879732740096/mwbyB3gE_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 25, "following": false, "default_profile_image": false, "id": 3633459012, "blocked_by": false, "name": "\u5915\u590f", "location": "Tokyo, Japan", "screen_name": "aAcvyXkvyzhJJoj", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "19777398", "following": false, "friends_count": 19669, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tonightshow.com", "url": "http://t.co/fgp5RYqr3T", "expanded_url": "http://www.tonightshow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/432922341345988609/3BSxlqQE.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3340199, "location": "Weeknights 11:35/10:35c", "screen_name": "FallonTonight", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8976, "name": "Fallon Tonight", "profile_use_background_image": true, "description": "The official Twitter for The Tonight Show Starring @JimmyFallon on @NBC. (Tweets by: @marinarachael @cdriz @thatsso_rachael @NoahGeb) #FallonTonight", "url": "http://t.co/fgp5RYqr3T", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432921867259613184/q89H1EeV_normal.jpeg", "profile_background_color": "03253E", "created_at": "Fri Jan 30 17:26:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432921867259613184/q89H1EeV_normal.jpeg", "favourites_count": 90444, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/432922341345988609/3BSxlqQE.jpeg", "default_profile_image": false, "id": 19777398, "blocked_by": false, "profile_background_tile": false, "statuses_count": 44515, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19777398/1401723954", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "158414847", "following": false, "friends_count": 277, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thedailyshow.com", "url": "http://t.co/BAakBFaEGx", "expanded_url": "http://thedailyshow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/661306435620376576/S7ZtR4fI.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3996763, "location": "", "screen_name": "TheDailyShow", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 36029, "name": "The Daily Show", "profile_use_background_image": true, "description": "Trevor Noah and The Best F#@king News Team. Weeknights 11/10c on @ComedyCentral. Full episodes, videos, guest information. #DailyShow", "url": "http://t.co/BAakBFaEGx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/633669033708142592/jtJpbgKj_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 22 16:41:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/633669033708142592/jtJpbgKj_normal.jpg", "favourites_count": 14, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/661306435620376576/S7ZtR4fI.jpg", "default_profile_image": false, "id": 158414847, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9003, "profile_banner_url": "https://pbs.twimg.com/profile_banners/158414847/1446498480", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "profile_use_background_image": false, "description": "Politics, culture, business, science, technology, health, education, global affairs, more. Tweets by @CaitlinFrazier", "url": "http://t.co/pI6FUBgQdl", "contributors_enabled": false, "is_translation_enabled": true, "id_str": "35773039", "profile_image_url": "http://pbs.twimg.com/profile_images/1268207868/twitter-icon-main_normal.png", "friends_count": 1004, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theatlantic.com", "url": "http://t.co/pI6FUBgQdl", "expanded_url": "http://www.theatlantic.com", "indices": [0, 22]}]}}, "profile_background_color": "000000", "created_at": "Mon Apr 27 15:41:54 +0000 2009", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/215776367/twitter-main.jpg", "profile_text_color": "000408", "profile_sidebar_fill_color": "E6ECF2", "profile_link_color": "000000", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/215776367/twitter-main.jpg", "statuses_count": 78823, "profile_sidebar_border_color": "BFBFBF", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1268207868/twitter-icon-main_normal.png", "favourites_count": 653, "listed_count": 23362, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1183558, "following": false, "default_profile_image": false, "id": 35773039, "blocked_by": false, "name": "The Atlantic", "location": "Washington, D.C.", "screen_name": "TheAtlantic", "profile_background_tile": false, "notifications": false, "utc_offset": -18000, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "83876527", "following": false, "friends_count": 969, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tejucole.com", "url": "http://t.co/FcCN8OHr", "expanded_url": "http://www.tejucole.com", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/467693049674362880/7344TNdr.jpeg", "notifications": false, "profile_sidebar_fill_color": "D1CFC1", "profile_link_color": "4D2911", "geo_enabled": true, "followers_count": 232991, "location": "the Black Atlantic", "screen_name": "tejucole", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2716, "name": "Teju Cole", "profile_use_background_image": true, "description": "We who?", "url": "http://t.co/FcCN8OHr", "profile_text_color": "331D0C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1731884703/teju3_normal.jpg", "profile_background_color": "121314", "created_at": "Tue Oct 20 16:27:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1731884703/teju3_normal.jpg", "favourites_count": 1992, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/467693049674362880/7344TNdr.jpeg", "default_profile_image": false, "id": 83876527, "blocked_by": false, "profile_background_tile": true, "statuses_count": 13298, "profile_banner_url": "https://pbs.twimg.com/profile_banners/83876527/1400341445", "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "241027939", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "googlethatshit.com", "url": "https://t.co/AGKwFEnIEM", "expanded_url": "http://googlethatshit.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/538444107052355586/h6zgga7T.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "001122", "geo_enabled": true, "followers_count": 259535, "location": "Italia", "screen_name": "AsiaArgento", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1078, "name": "Asia Argento", "profile_use_background_image": true, "description": "a woman who does everything but doesn't know how to do anything / instagram = asiaargento", "url": "https://t.co/AGKwFEnIEM", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671261874269372416/lQGmVT-u_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri Jan 21 08:27:38 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671261874269372416/lQGmVT-u_normal.jpg", "favourites_count": 28343, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/538444107052355586/h6zgga7T.jpeg", "default_profile_image": false, "id": 241027939, "blocked_by": false, "profile_background_tile": false, "statuses_count": 35108, "profile_banner_url": "https://pbs.twimg.com/profile_banners/241027939/1353605533", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "Diana Ross Official Twitter", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2352142008", "profile_image_url": "http://pbs.twimg.com/profile_images/473578046813765632/lcmNkZJn_normal.jpeg", "friends_count": 30, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Feb 19 19:21:42 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 101, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/473578046813765632/lcmNkZJn_normal.jpeg", "favourites_count": 15, "listed_count": 295, "geo_enabled": false, "follow_request_sent": false, "followers_count": 38803, "following": false, "default_profile_image": false, "id": 2352142008, "blocked_by": false, "name": "Ms. Ross", "location": "", "screen_name": "DianaRoss", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1140451", "following": false, "friends_count": 4937, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "antderosa.com", "url": "https://t.co/XEmDfG5Qlv", "expanded_url": "http://antderosa.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000034906022/c88a8ce48d4f1fa1ce55588368c0326d.jpeg", "notifications": false, "profile_sidebar_fill_color": "F0F0F0", "profile_link_color": "2A70A6", "geo_enabled": true, "followers_count": 88509, "location": "Jersey City, NJ", "screen_name": "AntDeRosa", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4730, "name": "Anthony De Rosa", "profile_use_background_image": true, "description": "Digital Production Manager for @TheDailyShow with @TrevorNoah", "url": "https://t.co/XEmDfG5Qlv", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661645327691223040/OfvnX9zP_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 14 05:45:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661645327691223040/OfvnX9zP_normal.jpg", "favourites_count": 20408, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000034906022/c88a8ce48d4f1fa1ce55588368c0326d.jpeg", "default_profile_image": false, "id": 1140451, "blocked_by": false, "profile_background_tile": true, "statuses_count": 147547, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1140451/1446584214", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18393773", "following": false, "friends_count": 868, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "neilgaiman.com", "url": "http://t.co/sGHzpf2rCG", "expanded_url": "http://www.neilgaiman.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/828289182/9c14ac6ec1765204d8c5618271366bec.jpeg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 2359612, "location": "a bit all over the place", "screen_name": "neilhimself", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 35382, "name": "Neil Gaiman", "profile_use_background_image": true, "description": "will eventually grow up and get a real job. Until then, will keep making things up and writing them down.", "url": "http://t.co/sGHzpf2rCG", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682071470927777792/w4KAD7hB_normal.jpg", "profile_background_color": "91AAB5", "created_at": "Fri Dec 26 19:30:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682071470927777792/w4KAD7hB_normal.jpg", "favourites_count": 1091, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/828289182/9c14ac6ec1765204d8c5618271366bec.jpeg", "default_profile_image": false, "id": 18393773, "blocked_by": false, "profile_background_tile": false, "statuses_count": 90753, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18393773/1424768490", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "263964021", "following": false, "friends_count": 864, "entities": {"description": {"urls": [{"display_url": "LIONBABE.COM", "url": "http://t.co/RbZqjUPgsT", "expanded_url": "http://LIONBABE.COM", "indices": [32, 54]}]}, "url": {"urls": [{"display_url": "jillonce.tumblr.com", "url": "http://t.co/vK5PFVYnmO", "expanded_url": "http://jillonce.tumblr.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/691803848/8f65fc364d53f0db089f7626cec30196.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7505, "location": "NYC", "screen_name": "Jillonce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "Jillian Hervey", "profile_use_background_image": true, "description": "arting all the time @LIONBABE x http://t.co/RbZqjUPgsT", "url": "http://t.co/vK5PFVYnmO", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524595867735842816/5JmZLNbm_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 11 02:23:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524595867735842816/5JmZLNbm_normal.jpeg", "favourites_count": 2910, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/691803848/8f65fc364d53f0db089f7626cec30196.png", "default_profile_image": false, "id": 263964021, "blocked_by": false, "profile_background_tile": true, "statuses_count": 17306, "profile_banner_url": "https://pbs.twimg.com/profile_banners/263964021/1414102504", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "432588553", "following": false, "friends_count": 846, "entities": {"description": {"urls": [{"display_url": "po.st/WDWGiTTW", "url": "https://t.co/s8fWZIpJuH", "expanded_url": "http://po.st/WDWGiTTW", "indices": [100, 123]}]}, "url": {"urls": [{"display_url": "LIONBABE.com", "url": "http://t.co/IRuegBPo6R", "expanded_url": "http://www.LIONBABE.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 16964, "location": "NYC", "screen_name": "LionBabe", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 167, "name": "LION BABE", "profile_use_background_image": false, "description": "Lion Babe is Jillian Hervey + Lucas Goodman @Jillonce + @Astro_Raw . NYC . WHERE DO WE GO - iTunes: https://t.co/s8fWZIpJuH x", "url": "http://t.co/IRuegBPo6R", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563824202294112256/YDUzscly_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Dec 09 15:18:30 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563824202294112256/YDUzscly_normal.jpeg", "favourites_count": 9526, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 432588553, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3675, "profile_banner_url": "https://pbs.twimg.com/profile_banners/432588553/1450721529", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "141326053", "following": false, "friends_count": 472, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "davesmithinstruments.com", "url": "http://t.co/huTEKpwJ0k", "expanded_url": "http://www.davesmithinstruments.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/99460785/p8se_angle_twitter_4.jpg", "notifications": false, "profile_sidebar_fill_color": "252745", "profile_link_color": "DD5527", "geo_enabled": false, "followers_count": 24523, "location": "San Francisco, CA", "screen_name": "dsiSequential", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 394, "name": "DaveSmithInstruments", "profile_use_background_image": true, "description": "Innovative music machines designed and built in San Francisco, CA.", "url": "http://t.co/huTEKpwJ0k", "profile_text_color": "858585", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507283664296624128/ZP-UjPI-_normal.jpeg", "profile_background_color": "471A2E", "created_at": "Fri May 07 19:54:02 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507283664296624128/ZP-UjPI-_normal.jpeg", "favourites_count": 128, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/99460785/p8se_angle_twitter_4.jpg", "default_profile_image": false, "id": 141326053, "blocked_by": false, "profile_background_tile": false, "statuses_count": 3040, "profile_banner_url": "https://pbs.twimg.com/profile_banners/141326053/1421946814", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "748020092", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "M3LL155X.com", "url": "http://t.co/Qvv5qGkNFV", "expanded_url": "http://M3LL155X.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000050916967/408e9331ec4081a7b225e05fda1dd62a.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 159581, "location": "", "screen_name": "FKAtwigs", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1066, "name": "FKA twigs", "profile_use_background_image": true, "description": "", "url": "http://t.co/Qvv5qGkNFV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631899256991940608/2H8GWIbr_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Thu Aug 09 21:57:26 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631899256991940608/2H8GWIbr_normal.jpg", "favourites_count": 91, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000050916967/408e9331ec4081a7b225e05fda1dd62a.jpeg", "default_profile_image": false, "id": 748020092, "blocked_by": false, "profile_background_tile": true, "statuses_count": 313, "profile_banner_url": "https://pbs.twimg.com/profile_banners/748020092/1439491511", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14159148", "following": false, "friends_count": 1044, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "un.org", "url": "http://t.co/kgJqUNDMpy", "expanded_url": "http://www.un.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/765681180/1001e289be48bdb34f8e07948b5f2a7a.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 5985356, "location": "New York, NY", "screen_name": "UN", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 34756, "name": "United Nations", "profile_use_background_image": false, "description": "Official twitter account of #UnitedNations. Get the latest information on the #UN. #GlobalGoals", "url": "http://t.co/kgJqUNDMpy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/538328216729968642/SdfeQXSM_normal.png", "profile_background_color": "0197D6", "created_at": "Sun Mar 16 20:15:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/538328216729968642/SdfeQXSM_normal.png", "favourites_count": 488, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/765681180/1001e289be48bdb34f8e07948b5f2a7a.jpeg", "default_profile_image": false, "id": 14159148, "blocked_by": false, "profile_background_tile": false, "statuses_count": 42445, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14159148/1447180964", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "857054191", "following": false, "friends_count": 51, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dorotheegilbert.com", "url": "http://t.co/Bifsr25Z2N", "expanded_url": "http://www.dorotheegilbert.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5531, "location": "", "screen_name": "DorotheGilbert", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 86, "name": "Doroth\u00e9e Gilbert", "profile_use_background_image": true, "description": "Danseuse \u00e9toile Op\u00e9ra de Paris", "url": "http://t.co/Bifsr25Z2N", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2686099283/c21990a5b9399722c695c088ddddf63f_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Oct 01 21:28:01 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2686099283/c21990a5b9399722c695c088ddddf63f_normal.png", "favourites_count": 139, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 857054191, "blocked_by": false, "profile_background_tile": false, "statuses_count": 287, "profile_banner_url": "https://pbs.twimg.com/profile_banners/857054191/1354469514", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "166739404", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/189740569/latest-news-vector.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "3399FF", "geo_enabled": true, "followers_count": 20424514, "location": "London", "screen_name": "EmWatson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 43462, "name": "Emma Watson", "profile_use_background_image": true, "description": "British actress, Goodwill Ambassador for UN Women", "url": null, "profile_text_color": "666666", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/629678659431960576/DaXAHdX0_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Jul 14 22:06:37 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629678659431960576/DaXAHdX0_normal.jpg", "favourites_count": 765, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/189740569/latest-news-vector.png", "default_profile_image": false, "id": 166739404, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1213, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166739404/1448459323", "is_translator": false}, {"time_zone": "Casablanca", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "384982986", "following": false, "friends_count": 965, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/gracejonesoffi\u2026", "url": "http://t.co/RAPIxjvPtQ", "expanded_url": "http://instagram.com/gracejonesofficial", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/850367426/a7e42ba525a1e769d3b8ab9f1b87a93f.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "85CFD2", "geo_enabled": false, "followers_count": 41783, "location": "Worldwide", "screen_name": "Miss_GraceJones", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 548, "name": "Grace Jones", "profile_use_background_image": true, "description": "This is my Official Twitter account... I see all and hear all. Nice to have you on my plate.", "url": "http://t.co/RAPIxjvPtQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522044378030690305/3p-5jFH1_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Oct 04 17:29:03 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522044378030690305/3p-5jFH1_normal.jpeg", "favourites_count": 345, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/850367426/a7e42ba525a1e769d3b8ab9f1b87a93f.jpeg", "default_profile_image": false, "id": 384982986, "blocked_by": false, "profile_background_tile": false, "statuses_count": 405, "profile_banner_url": "https://pbs.twimg.com/profile_banners/384982986/1366714920", "is_translator": false}, {"time_zone": "Mumbai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "41330290", "following": false, "friends_count": 277, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/TheShakaSurfCl\u2026", "url": "https://t.co/SEQpF7VDH4", "expanded_url": "http://www.facebook.com/TheShakaSurfClub", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/807766873/84a6b440a76d630bd62a0b140efaa635.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1047, "location": "India", "screen_name": "surFISHita", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Ishita Malaviya", "profile_use_background_image": true, "description": "India's first recognized woman surfer & Co-founder of The Shaka Surf Club @SurfingIndia #Namaloha", "url": "https://t.co/SEQpF7VDH4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3071269086/9e5c0ac42e08325faa757b845c7063e0_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed May 20 10:04:32 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3071269086/9e5c0ac42e08325faa757b845c7063e0_normal.jpeg", "favourites_count": 104, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/807766873/84a6b440a76d630bd62a0b140efaa635.jpeg", "default_profile_image": false, "id": 41330290, "blocked_by": false, "profile_background_tile": false, "statuses_count": 470, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41330290/1357404184", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14085740", "following": false, "friends_count": 3037, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 4883, "location": "San Francisco, CA", "screen_name": "jimprosser", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 152, "name": "Jim Prosser", "profile_use_background_image": true, "description": "Current @twitter comms guy, future @kanyewest 2020 campaign spokesperson.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524798340198715393/0nue_tO4_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 05 23:28:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524798340198715393/0nue_tO4_normal.jpeg", "favourites_count": 52938, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 14085740, "blocked_by": false, "profile_background_tile": true, "statuses_count": 12556, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14085740/1405206869", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "37945489", "following": false, "friends_count": 996, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtu.be/ALlDZIQeNyo", "url": "http://t.co/2nWHiTkVsZ", "expanded_url": "http://youtu.be/ALlDZIQeNyo", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "EB3E12", "geo_enabled": true, "followers_count": 57089, "location": "Paris", "screen_name": "Carodemaigret", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 210, "name": "Caroline de Maigret", "profile_use_background_image": false, "description": "Model @NextModels worldwide /// @CareFrance Ambassador /// Book out now: @Howtobeparisian /// Instagram/Periscope: @carolinedemaigret", "url": "http://t.co/2nWHiTkVsZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650602724787154944/fR5mW1s8_normal.jpg", "profile_background_color": "F0F0F0", "created_at": "Tue May 05 15:26:02 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650602724787154944/fR5mW1s8_normal.jpg", "favourites_count": 6015, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 37945489, "blocked_by": false, "profile_background_tile": false, "statuses_count": 7696, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37945489/1420905232", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35556383", "following": false, "friends_count": 265, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "londonzhiloh.com", "url": "https://t.co/gsxVxxXXXz", "expanded_url": "http://londonzhiloh.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/549669837/tumblr_m0eih3IY861qa1rczo1_500.jpg", "notifications": false, "profile_sidebar_fill_color": "F5F2F2", "profile_link_color": "D9207D", "geo_enabled": true, "followers_count": 74136, "location": "Snapchat: Zhiloh101", "screen_name": "TheRealZhiloh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 272, "name": "London Zhiloh", "profile_use_background_image": false, "description": "Bookings: Info@LZofficial.com", "url": "https://t.co/gsxVxxXXXz", "profile_text_color": "292727", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685594778935947266/i5bc2Zxh_normal.jpg", "profile_background_color": "F2EFF1", "created_at": "Sun Apr 26 20:29:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F5F0F0", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685594778935947266/i5bc2Zxh_normal.jpg", "favourites_count": 14019, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/549669837/tumblr_m0eih3IY861qa1rczo1_500.jpg", "default_profile_image": false, "id": 35556383, "blocked_by": false, "profile_background_tile": false, "statuses_count": 96490, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35556383/1450060528", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "233183631", "following": false, "friends_count": 36443, "entities": {"description": {"urls": [{"display_url": "itun.es/us/boyR_", "url": "https://t.co/CJheDwyeIF", "expanded_url": "https://itun.es/us/boyR_", "indices": [74, 97]}]}, "url": {"urls": [{"display_url": "Instagram.com/madisonbeer", "url": "https://t.co/nqrYEOhs7A", "expanded_url": "http://Instagram.com/madisonbeer", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/440560638520078336/k0Ya7V7B.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "6895D0", "geo_enabled": true, "followers_count": 1755132, "location": "", "screen_name": "MadisonElleBeer", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4392, "name": "madison beer", "profile_use_background_image": true, "description": "\u2661 singer from ny \u2661 chase your dreams \u2661 new single Something Sweet out now https://t.co/CJheDwyeIF", "url": "https://t.co/nqrYEOhs7A", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661231606498070530/LXM72Y98_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jan 02 14:52:35 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661231606498070530/LXM72Y98_normal.jpg", "favourites_count": 3926, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/440560638520078336/k0Ya7V7B.jpeg", "default_profile_image": false, "id": 233183631, "blocked_by": false, "profile_background_tile": true, "statuses_count": 11569, "profile_banner_url": "https://pbs.twimg.com/profile_banners/233183631/1446485514", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "70457876", "following": false, "friends_count": 690, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/dope-saint-jud\u2026", "url": "https://t.co/dIyhEjwine", "expanded_url": "https://soundcloud.com/dope-saint-jude/", "indices": [0, 23]}, {"display_url": "facebook.com/pages/Dope-Sai\u2026", "url": "https://t.co/4Kqi4mPsER", "expanded_url": "https://www.facebook.com/pages/Dope-Saint-Jude/287771241273733", "indices": [24, 47]}]}, "url": {"urls": [{"display_url": "dopesaintjude.tumblr.com", "url": "http://t.co/VYkd1URkb3", "expanded_url": "http://dopesaintjude.tumblr.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486893002397204480/0pdjIZAV.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 898, "location": "@dopesaintjude (insta) ", "screen_name": "DopeSaintJude", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "DOPESAINTJUDE", "profile_use_background_image": true, "description": "https://t.co/dIyhEjwine https://t.co/4Kqi4mPsER", "url": "http://t.co/VYkd1URkb3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644208344824213504/KBiek-HV_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Aug 31 18:06:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644208344824213504/KBiek-HV_normal.jpg", "favourites_count": 2286, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486893002397204480/0pdjIZAV.jpeg", "default_profile_image": false, "id": 70457876, "blocked_by": false, "profile_background_tile": true, "statuses_count": 4521, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70457876/1442416572", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3840", "following": false, "friends_count": 20921, "entities": {"description": {"urls": [{"display_url": "angel.co/jason", "url": "https://t.co/nkssr3dWMC", "expanded_url": "http://angel.co/jason", "indices": [48, 71]}]}, "url": {"urls": [{"display_url": "calacanis.com", "url": "https://t.co/akc7KgXv7J", "expanded_url": "http://www.calacanis.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/669947096858951680/tCcM2kKB.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "FF9900", "geo_enabled": true, "followers_count": 256996, "location": "94123", "screen_name": "Jason", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 12248, "name": "jason", "profile_use_background_image": true, "description": "Angel investor (@uber @thumbtack @wealthfront + https://t.co/nkssr3dWMC ) // Writer // Dad // Founder: @Engadget, @Inside, @LAUNCH & @twistartups", "url": "https://t.co/akc7KgXv7J", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617072171760783361/DrAcc7EV_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Aug 05 23:31:27 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617072171760783361/DrAcc7EV_normal.jpg", "favourites_count": 42394, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/669947096858951680/tCcM2kKB.png", "default_profile_image": false, "id": 3840, "blocked_by": false, "profile_background_tile": true, "statuses_count": 71793, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3840/1438902439", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "21872269", "following": false, "friends_count": 70, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "emersoncollective.com", "url": "http://t.co/Qr1O0bgn4d", "expanded_url": "http://emersoncollective.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 10246, "location": "Palo Alto, CA", "screen_name": "laurenepowell", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 123, "name": "Laurene Powell", "profile_use_background_image": false, "description": "mother, advocate, friend, Emerson Collective president, joyful adventurer", "url": "http://t.co/Qr1O0bgn4d", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656175279870603264/527I9RKw_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Feb 25 14:49:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656175279870603264/527I9RKw_normal.jpg", "favourites_count": 88, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 21872269, "blocked_by": false, "profile_background_tile": false, "statuses_count": 100, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21872269/1445279444", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3583264572", "following": false, "friends_count": 168, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 107328, "location": "", "screen_name": "IStandWithAhmed", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 373, "name": "Ahmed Mohamed", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685053398392045568/8vgwYt6n_normal.png", "profile_background_color": "000000", "created_at": "Wed Sep 16 14:00:18 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685053398392045568/8vgwYt6n_normal.png", "favourites_count": 199, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3583264572, "blocked_by": false, "profile_background_tile": false, "statuses_count": 323, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3583264572/1452112394", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43057202", "following": false, "friends_count": 2964, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 12240, "location": "Las Vegas, NV", "screen_name": "Nicholas_Cope", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 61, "name": "Nick Cope", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661396079292735488/Mgeweswa_normal.jpg", "profile_background_color": "000000", "created_at": "Thu May 28 05:50:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661396079292735488/Mgeweswa_normal.jpg", "favourites_count": 409, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 43057202, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5765, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43057202/1446523732", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "1311113250", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/865100301/daa9cd913033b95a53588a0178538ab5.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "1D1F1F", "geo_enabled": true, "followers_count": 7883, "location": "", "screen_name": "riccardotisci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Riccardo Tisci", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000443732292/ded7ce889585d02a2e3f59ce04e20d8c_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu Mar 28 16:36:51 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "nl", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000443732292/ded7ce889585d02a2e3f59ce04e20d8c_normal.jpeg", "favourites_count": 0, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/865100301/daa9cd913033b95a53588a0178538ab5.png", "default_profile_image": false, "id": 1311113250, "blocked_by": false, "profile_background_tile": false, "statuses_count": 112, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1311113250/1411398117", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2612918754", "profile_image_url": "http://pbs.twimg.com/profile_images/642491104672157696/-uqWHXce_normal.jpg", "friends_count": 15, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Wed Jul 09 04:39:39 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/642491104672157696/-uqWHXce_normal.jpg", "favourites_count": 5, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 20, "following": false, "default_profile_image": false, "id": 2612918754, "blocked_by": false, "name": "robert abbott", "location": "", "screen_name": "robertabbott92", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "Engineer. Student. Daughter. Sister. Indian-American. Passionate about diversity. Studying CS @CalPoly but my \u2665 is in the Bay.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "123710951", "profile_image_url": "http://pbs.twimg.com/profile_images/3495615060/a02d30d367275b0ec7c09f6f8d5cc0f5_normal.jpeg", "friends_count": 22, "entities": {"description": {"urls": []}}, "profile_background_color": "352726", "created_at": "Wed Mar 17 00:37:32 +0000 2010", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "profile_text_color": "3E4415", "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 13, "profile_sidebar_border_color": "829D5E", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/3495615060/a02d30d367275b0ec7c09f6f8d5cc0f5_normal.jpeg", "favourites_count": 10, "listed_count": 2, "geo_enabled": false, "follow_request_sent": false, "followers_count": 51, "following": false, "default_profile_image": false, "id": 123710951, "blocked_by": false, "name": "Nupur Garg", "location": "", "screen_name": "nupurgarg16", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2424272372", "following": false, "friends_count": 382, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/toddsherman", "url": "https://t.co/vUfwnDEI57", "expanded_url": "http://www.linkedin.com/in/toddsherman", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 1033, "location": "San Francisco, CA", "screen_name": "tdd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Todd Sherman", "profile_use_background_image": true, "description": "Product Manager at Twitter.", "url": "https://t.co/vUfwnDEI57", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/571080117984575488/OVdlbX3p_normal.png", "profile_background_color": "B2DFDA", "created_at": "Wed Apr 02 19:53:23 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/571080117984575488/OVdlbX3p_normal.png", "favourites_count": 2965, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "default_profile_image": false, "id": 2424272372, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1427, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2424272372/1426469295", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "284159631", "following": false, "friends_count": 297, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jackiereses.tumblr.com", "url": "https://t.co/JIrh2PYIZ2", "expanded_url": "http://jackiereses.tumblr.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1905, "location": "Woodside, CA and New York City", "screen_name": "jackiereses", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "Jackie Reses", "profile_use_background_image": true, "description": "Just moved to new house! @jackiereseskidz", "url": "https://t.co/JIrh2PYIZ2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675701913321517056/wh9J2H50_normal.png", "profile_background_color": "89C9FA", "created_at": "Mon Apr 18 18:59:19 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675701913321517056/wh9J2H50_normal.png", "favourites_count": 280, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "default_profile_image": false, "id": 284159631, "blocked_by": false, "profile_background_tile": false, "statuses_count": 601, "profile_banner_url": "https://pbs.twimg.com/profile_banners/284159631/1405201905", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "profile_use_background_image": true, "description": "CEO, @google", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "14130366", "profile_image_url": "http://pbs.twimg.com/profile_images/481231649128980480/9hpv14pc_normal.jpeg", "friends_count": 256, "entities": {"description": {"urls": []}}, "profile_background_color": "1A1B1F", "created_at": "Wed Mar 12 05:51:53 +0000 2008", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_text_color": "666666", "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 721, "profile_sidebar_border_color": "181A1E", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/481231649128980480/9hpv14pc_normal.jpeg", "favourites_count": 263, "listed_count": 2558, "geo_enabled": true, "follow_request_sent": false, "followers_count": 332791, "following": false, "default_profile_image": false, "id": 14130366, "blocked_by": false, "name": "sundarpichai", "location": "", "screen_name": "sundarpichai", "profile_background_tile": false, "notifications": false, "utc_offset": -28800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "3024282479", "following": false, "friends_count": 378, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sunujournal.com", "url": "https://t.co/VEFaxoMlRR", "expanded_url": "http://www.sunujournal.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/575496526539005952/dynLGSzW.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 723, "location": "", "screen_name": "sunujournal", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "S U N U", "profile_use_background_image": true, "description": "SUNU: Journal of African Affairs, Critical Thought + Aesthetics \u2022 Amplifying the youth voice + contributing to the collective consciousness #SUNUjournal \u2022 2016", "url": "https://t.co/VEFaxoMlRR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661026999029407744/iaN6vgRt_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sun Feb 08 01:50:03 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661026999029407744/iaN6vgRt_normal.jpg", "favourites_count": 48, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/575496526539005952/dynLGSzW.jpeg", "default_profile_image": false, "id": 3024282479, "blocked_by": false, "profile_background_tile": false, "statuses_count": 517, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3024282479/1428706146", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17169320", "following": false, "friends_count": 660, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thinkcommon.com", "url": "http://t.co/lGKu0vCb9Q", "expanded_url": "http://thinkcommon.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/552305742133227520/uVzfdxGo.jpeg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "EEAD1D", "geo_enabled": false, "followers_count": 3228189, "location": "Chicago, IL", "screen_name": "common", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 14192, "name": "COMMON", "profile_use_background_image": false, "description": "Hip Hop Artist/ Actor", "url": "http://t.co/lGKu0vCb9Q", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/626538291970580481/b0EztEEL_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Nov 04 21:18:21 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626538291970580481/b0EztEEL_normal.jpg", "favourites_count": 40, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/552305742133227520/uVzfdxGo.jpeg", "default_profile_image": false, "id": 17169320, "blocked_by": false, "profile_background_tile": false, "statuses_count": 9755, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17169320/1438213738", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "28035260", "following": false, "friends_count": 588, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/iKingPushDBD", "url": "https://t.co/Y2KVVZtpIp", "expanded_url": "http://smarturl.it/iKingPushDBD", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/534808770266681344/kZMOY1hG.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1196671, "location": "VA", "screen_name": "PUSHA_T", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3618, "name": "PUSHA T", "profile_use_background_image": true, "description": "MGMT: @STEVENVICTOR Shows:Cara Lewis/CAA", "url": "https://t.co/Y2KVVZtpIp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674338781185593344/FcK_WQ1U_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Apr 01 02:56:54 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674338781185593344/FcK_WQ1U_normal.jpg", "favourites_count": 23, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/534808770266681344/kZMOY1hG.jpeg", "default_profile_image": false, "id": 28035260, "blocked_by": false, "profile_background_tile": true, "statuses_count": 12194, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28035260/1451438540", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18381396", "following": false, "friends_count": 1615, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shop.txdxe.com", "url": "http://t.co/afn1VAKJzW", "expanded_url": "http://shop.txdxe.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000135651846/NJNcyYeb.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F20909", "geo_enabled": false, "followers_count": 197754, "location": "TxDxE.com", "screen_name": "TopDawgEnt", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 408, "name": "TopDawgEnt", "profile_use_background_image": true, "description": "Official TopDawgEntertainment Twitter \u2022 @JayRock @KendrickLamar @ScHoolBoyQ @AbDashSoul @IsaiahRashad @SZA @MixedByAli #TDE Instagram: @TopDawgEnt", "url": "http://t.co/afn1VAKJzW", "profile_text_color": "B80202", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678092736843546625/3CJ3_MMr_normal.png", "profile_background_color": "000000", "created_at": "Fri Dec 26 00:20:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678092736843546625/3CJ3_MMr_normal.png", "favourites_count": 25, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000135651846/NJNcyYeb.png", "default_profile_image": false, "id": 18381396, "blocked_by": false, "profile_background_tile": false, "statuses_count": 6708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18381396/1443854512", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "327894845", "following": false, "friends_count": 157, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nextmanagement.com", "url": "http://t.co/qeqVqn53yt", "expanded_url": "http://www.nextmanagement.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/644754246/20vfc0ml5uwi0ei3720b.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2300, "location": "new york", "screen_name": "MelodieMonrose", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "M\u00e9lodie Monrose", "profile_use_background_image": true, "description": "Next models worldwide /Uno spain", "url": "http://t.co/qeqVqn53yt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2449890961/xw2q2n2gyl51vkd32pr0_normal.jpeg", "profile_background_color": "1F2021", "created_at": "Sat Jul 02 10:27:10 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2449890961/xw2q2n2gyl51vkd32pr0_normal.jpeg", "favourites_count": 123, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/644754246/20vfc0ml5uwi0ei3720b.jpeg", "default_profile_image": false, "id": 327894845, "blocked_by": false, "profile_background_tile": true, "statuses_count": 2133, "profile_banner_url": "https://pbs.twimg.com/profile_banners/327894845/1440579572", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "tomboy model from jamaica, loves fashion,cooking,people and most of all love my job new to instagram follow me @jeneilwilliams", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "108213835", "profile_image_url": "http://pbs.twimg.com/profile_images/2535756789/image_normal.jpg", "friends_count": 173, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Jan 25 06:22:47 +0000 2010", "blocking": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/70941142/19542_307985920411_532300411_5084172_4855278_n.jpg", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/70941142/19542_307985920411_532300411_5084172_4855278_n.jpg", "statuses_count": 932, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2535756789/image_normal.jpg", "favourites_count": 242, "listed_count": 45, "geo_enabled": false, "follow_request_sent": false, "followers_count": 1386, "following": false, "default_profile_image": false, "id": 108213835, "blocked_by": false, "name": "jeneil williams", "location": "", "screen_name": "jeneil1", "profile_background_tile": true, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6204", "following": false, "friends_count": 2910, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jabrams.com", "url": "http://t.co/YcT7cUkcui", "expanded_url": "http://www.jabrams.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 15936, "location": "San Francisco, CA", "screen_name": "abrams", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1064, "name": "Jonathan Abrams", "profile_use_background_image": true, "description": "Founder & CEO of @Nuzzel", "url": "http://t.co/YcT7cUkcui", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/473554491673821184/TziZTiJR_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Sep 16 01:11:02 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473554491673821184/TziZTiJR_normal.jpeg", "favourites_count": 10208, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 6204, "blocked_by": false, "profile_background_tile": false, "statuses_count": 31488, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6204/1401738610", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1547221", "following": false, "friends_count": 1042, "entities": {"description": {"urls": [{"display_url": "eugenewei.com", "url": "https://t.co/31xFn7CUeB", "expanded_url": "http://www.eugenewei.com", "indices": [73, 96]}]}, "url": {"urls": [{"display_url": "eugenewei.com", "url": "https://t.co/ccJQSSYAHH", "expanded_url": "http://www.eugenewei.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/435311205100822528/jyYFaEnU.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "909090", "geo_enabled": true, "followers_count": 3361, "location": "San Francisco, CA", "screen_name": "eugenewei", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 173, "name": "Eugene Wei", "profile_use_background_image": false, "description": "Former Head of Product at Flipboard and Hulu, an alum of Amazon. More at https://t.co/31xFn7CUeB", "url": "https://t.co/ccJQSSYAHH", "profile_text_color": "2C2C2C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676259032647143424/hbRJPmUL_normal.png", "profile_background_color": "FFFFFF", "created_at": "Mon Mar 19 20:00:36 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676259032647143424/hbRJPmUL_normal.png", "favourites_count": 5964, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/435311205100822528/jyYFaEnU.jpeg", "default_profile_image": false, "id": 1547221, "blocked_by": false, "profile_background_tile": false, "statuses_count": 5743, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1547221/1398367465", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "29663668", "following": false, "friends_count": 511, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/RZAWU", "url": "https://t.co/LxKDItI1ju", "expanded_url": "http://www.facebook.com/RZAWU", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/43773275/wu.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 629096, "location": "Brooklyn-Shaolin-NY-NJ-LA", "screen_name": "RZA", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5504, "name": "RZA!", "profile_use_background_image": true, "description": "MY OFFICIAL TWITTER, PEACE!", "url": "https://t.co/LxKDItI1ju", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/591722653888610304/XVLuk_8s_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Apr 08 07:37:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/591722653888610304/XVLuk_8s_normal.jpg", "favourites_count": 15, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/43773275/wu.jpg", "default_profile_image": false, "id": 29663668, "blocked_by": false, "profile_background_tile": true, "statuses_count": 5560, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29663668/1448944289", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6646402", "following": false, "friends_count": 647, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "get.fabric.io", "url": "http://t.co/OZQv5dblxS", "expanded_url": "http://get.fabric.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000073037269/617d3bd2ba4af77620c491f36a2a9187.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "1191F2", "geo_enabled": true, "followers_count": 1159, "location": "Boston / SF / worldwide", "screen_name": "richparet", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Rich Paret", "profile_use_background_image": false, "description": "Director of Engineering, Developer Platform @twitter. @twitterapi / @gnip / @fabric. Let's build the future together.", "url": "http://t.co/OZQv5dblxS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/467716933043773441/lf19UGD8_normal.jpeg", "profile_background_color": "0F0F0F", "created_at": "Thu Jun 07 17:49:42 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467716933043773441/lf19UGD8_normal.jpeg", "favourites_count": 3282, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000073037269/617d3bd2ba4af77620c491f36a2a9187.jpeg", "default_profile_image": false, "id": 6646402, "blocked_by": false, "profile_background_tile": true, "statuses_count": 1554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6646402/1440532521", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "522299046", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "friends_count": 0, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Mar 12 14:33:21 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 26, "following": false, "default_profile_image": true, "id": 522299046, "blocked_by": false, "name": "Geno's Barberia", "location": "", "screen_name": "GenosBarberia", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "profile_use_background_image": true, "description": "Producer", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "100325421", "profile_image_url": "http://pbs.twimg.com/profile_images/1897259318/image_normal.jpg", "friends_count": 455, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Dec 29 21:32:20 +0000 2009", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 20, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1897259318/image_normal.jpg", "favourites_count": 1, "listed_count": 507, "geo_enabled": false, "follow_request_sent": false, "followers_count": 70564, "following": false, "default_profile_image": false, "id": 100325421, "blocked_by": false, "name": "Kevin Feige", "location": "", "screen_name": "Kevfeige", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "166747718", "following": false, "friends_count": 286, "entities": {"description": {"urls": [{"display_url": "itunes.apple.com/us/album/cherr\u2026", "url": "https://t.co/cIuPQAaTHf", "expanded_url": "https://itunes.apple.com/us/album/cherry-bomb/id983056044", "indices": [54, 77]}]}, "url": {"urls": [{"display_url": "golfwang.com", "url": "https://t.co/WMyHWbn11Q", "expanded_url": "http://golfwang.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/685727329729970176/bNxMsXKn.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "FFCC4D", "geo_enabled": false, "followers_count": 2752141, "location": "OKAGA, CA", "screen_name": "fucktyler", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 7283, "name": "Tyler, The Creator", "profile_use_background_image": true, "description": "i want an enzo, garden and leo from romeo and juliet: https://t.co/cIuPQAaTHf", "url": "https://t.co/WMyHWbn11Q", "profile_text_color": "00CCFF", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/637497884150120448/QBUlEYau_normal.jpg", "profile_background_color": "75D1FF", "created_at": "Wed Jul 14 22:32:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637497884150120448/QBUlEYau_normal.jpg", "favourites_count": 167, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/685727329729970176/bNxMsXKn.jpg", "default_profile_image": false, "id": 166747718, "blocked_by": false, "profile_background_tile": true, "statuses_count": 39779, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166747718/1438284983", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "147279619", "following": false, "friends_count": 20841, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/542873295737987072/gfgwS4lK.png", "notifications": false, "profile_sidebar_fill_color": "EBDDEB", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 27078, "location": "", "screen_name": "MayaAMonroe", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 107, "name": "Maya Angelique", "profile_use_background_image": true, "description": "IG and snapchat: mayaangelique", "url": null, "profile_text_color": "6ABA93", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661735252814077953/w5iU8N52_normal.jpg", "profile_background_color": "FF001E", "created_at": "Sun May 23 18:06:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661735252814077953/w5iU8N52_normal.jpg", "favourites_count": 63000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/542873295737987072/gfgwS4lK.png", "default_profile_image": false, "id": 147279619, "blocked_by": false, "profile_background_tile": true, "statuses_count": 125827, "profile_banner_url": "https://pbs.twimg.com/profile_banners/147279619/1448679913", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "profile_use_background_image": false, "description": "I'm on a mission that Dreamers say is impossible.\nBut when I swing my sword, they all choppable.", "url": "http://t.co/863fgunGbW", "contributors_enabled": false, "is_translation_enabled": false, "id_str": "2517988075", "profile_image_url": "http://pbs.twimg.com/profile_images/648748230872838144/psO2Nfjv_normal.jpg", "friends_count": 649, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theatlantic.com", "url": "http://t.co/863fgunGbW", "expanded_url": "http://www.theatlantic.com/", "indices": [0, 22]}]}}, "profile_background_color": "000000", "created_at": "Fri May 23 14:31:49 +0000 2014", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 20312, "profile_sidebar_border_color": "000000", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/648748230872838144/psO2Nfjv_normal.jpg", "favourites_count": 502, "listed_count": 4046, "geo_enabled": false, "follow_request_sent": false, "followers_count": 462988, "following": false, "default_profile_image": false, "id": 2517988075, "blocked_by": false, "name": "Ta-Nehisi Coates", "location": "Shaolin ", "screen_name": "tanehisicoates", "profile_background_tile": true, "notifications": false, "utc_offset": -14400, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2367911", "following": false, "friends_count": 31973, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mtv.com", "url": "http://t.co/yyniasrs2z", "expanded_url": "http://mtv.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 13288451, "location": "NYC", "screen_name": "MTV", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 28353, "name": "MTV", "profile_use_background_image": true, "description": "The official Twitter account for MTV, USA! Tweets by @Kaitiii | Snapchat/KiK: MTV", "url": "http://t.co/yyniasrs2z", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/676494877547323392/aqaWBpOP_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Mar 26 22:30:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676494877547323392/aqaWBpOP_normal.jpg", "favourites_count": 12412, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 2367911, "blocked_by": false, "profile_background_tile": true, "statuses_count": 150524, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2367911/1451411117", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2601175671", "following": false, "friends_count": 1137, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flyt.it/fettywapitunes", "url": "https://t.co/ha6adhNCBb", "expanded_url": "http://flyt.it/fettywapitunes", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 458529, "location": "", "screen_name": "fettywap", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 514, "name": "FettyWap1738", "profile_use_background_image": true, "description": "Fetty Wap||ZooWap||Zoovier||ZooZoo for bookings: bookings@rgfproductions.com . Album \u2b07\ufe0f on iTunes", "url": "https://t.co/ha6adhNCBb", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636738712429330432/wtRxq_70_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 11 13:55:15 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636738712429330432/wtRxq_70_normal.jpg", "favourites_count": 1939, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 2601175671, "blocked_by": false, "profile_background_tile": false, "statuses_count": 4811, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2601175671/1450121884", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "54387680", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "michaeljackson.com", "url": "http://t.co/q1TE07bI3n", "expanded_url": "http://www.michaeljackson.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/466632809390419968/IHCw-MH8.jpeg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "C12032", "geo_enabled": false, "followers_count": 1925124, "location": "New York, NY USA", "screen_name": "michaeljackson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 13328, "name": "Michael Jackson", "profile_use_background_image": true, "description": "The Official Michael Jackson Twitter Page", "url": "http://t.co/q1TE07bI3n", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/556179314660478976/l_MadSiU_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 07 00:24:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/556179314660478976/l_MadSiU_normal.jpeg", "favourites_count": 0, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/466632809390419968/IHCw-MH8.jpeg", "default_profile_image": false, "id": 54387680, "blocked_by": false, "profile_background_tile": false, "statuses_count": 1357, "profile_banner_url": "https://pbs.twimg.com/profile_banners/54387680/1435330454", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15934076", "following": false, "friends_count": 685, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtu.be/4-42cW_4ycA", "url": "https://t.co/jYzdPI3TZ3", "expanded_url": "http://youtu.be/4-42cW_4ycA", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/706431168/502cf7dce9e843a1df90b4513772f736.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 86286, "location": "Los Angeles, CA", "screen_name": "quintabrunson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 186, "name": "Quinta B.", "profile_use_background_image": false, "description": "hi. i'm a creator. I know, right?", "url": "https://t.co/jYzdPI3TZ3", "profile_text_color": "030303", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661391409266585601/rbtXshkj_normal.jpg", "profile_background_color": "E7F5F5", "created_at": "Thu Aug 21 17:31:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661391409266585601/rbtXshkj_normal.jpg", "favourites_count": 5678, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/706431168/502cf7dce9e843a1df90b4513772f736.jpeg", "default_profile_image": false, "id": 15934076, "blocked_by": false, "profile_background_tile": true, "statuses_count": 41493, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15934076/1449387090", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "221579212", "following": false, "friends_count": 460, "entities": {"description": {"urls": [{"display_url": "jouelzy.com", "url": "https://t.co/qfCo83qrSw", "expanded_url": "http://jouelzy.com", "indices": [120, 143]}]}, "url": {"urls": [{"display_url": "youtube.com/jouelzy", "url": "https://t.co/oeQSvIWKEP", "expanded_url": "http://www.youtube.com/jouelzy", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/520073215108861952/bUTWDwAW.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "B8A2E8", "geo_enabled": true, "followers_count": 9974, "location": "Floating thru the Universe...", "screen_name": "Jouelzy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 107, "name": "Jouelzy", "profile_use_background_image": true, "description": "OG #SmartBrownGirl. Writer | Tech | Culture | Snark | Womanist Really love tacos, really is my email: tacos@jouelzy.com https://t.co/qfCo83qrSw", "url": "https://t.co/oeQSvIWKEP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624457379610935296/4hrGjSYB_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Dec 01 01:22:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624457379610935296/4hrGjSYB_normal.jpg", "favourites_count": 763, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/520073215108861952/bUTWDwAW.jpeg", "default_profile_image": false, "id": 221579212, "blocked_by": false, "profile_background_tile": true, "statuses_count": 43562, "profile_banner_url": "https://pbs.twimg.com/profile_banners/221579212/1412759867", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "26565946", "following": false, "friends_count": 117, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "justintimberlake.com", "url": "http://t.co/SRqd8jW6W3", "expanded_url": "http://www.justintimberlake.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 51082978, "location": "Memphis, TN", "screen_name": "jtimberlake", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 76095, "name": "Justin Timberlake", "profile_use_background_image": true, "description": "The Official Twitter of Justin Timberlake", "url": "http://t.co/SRqd8jW6W3", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/423976765573197824/H8DOsOPm_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 25 19:10:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423976765573197824/H8DOsOPm_normal.jpeg", "favourites_count": 14, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "default_profile_image": false, "id": 26565946, "blocked_by": false, "profile_background_tile": true, "statuses_count": 3106, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26565946/1424110230", "is_translator": false}, {"time_zone": "Mumbai", "profile_use_background_image": true, "description": "Former Chairman of Tata Group. Personal interests : - aviation, automobiles, scuba diving and architectural design.", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "277434037", "profile_image_url": "http://pbs.twimg.com/profile_images/1655289586/RNT-Image_01_normal.jpg", "friends_count": 38, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Tue Apr 05 11:01:00 +0000 2011", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 116, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1655289586/RNT-Image_01_normal.jpg", "favourites_count": 7, "listed_count": 2742, "geo_enabled": true, "follow_request_sent": false, "followers_count": 5407277, "following": false, "default_profile_image": false, "id": 277434037, "blocked_by": false, "name": "Ratan N. Tata", "location": "Mumbai", "screen_name": "RNTata2000", "profile_background_tile": false, "notifications": false, "utc_offset": 19800, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}], "next_cursor": 1510492845088954664, "previous_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "1510492845088954664"}python-twitter-3.3/testdata/get_friends_paged_uid.json000066400000000000000000023615071311017327200234110ustar00rootroot00000000000000{"users": [{"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2377837022", "following": false, "friends_count": 82, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Facebook.com/MuppetsKermit", "url": "http://t.co/kjainYAA9x", "expanded_url": "http://Facebook.com/MuppetsKermit", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 88363, "location": "Hollywood, CA", "screen_name": "KermitTheFrog", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 462, "name": "Kermit the Frog", "profile_use_background_image": true, "description": "Hi-ho! Welcome to the official Twitter of me, Kermit the Frog!", "url": "http://t.co/kjainYAA9x", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654052237929414656/YUI--ZV8_normal.jpg", "profile_background_color": "B2DFDA", "created_at": "Sat Mar 08 00:14:55 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654052237929414656/YUI--ZV8_normal.jpg", "favourites_count": 11, "status": {"in_reply_to_status_id": 685568168647987200, "retweet_count": 15, "place": null, "in_reply_to_screen_name": "FozzieBear", "in_reply_to_user_id": 3220881440, "in_reply_to_status_id_str": "685568168647987200", "in_reply_to_user_id_str": "3220881440", "truncated": false, "id_str": "685570846509797376", "id": 685570846509797376, "text": ".@FozzieBear Huh. I actually like both of those. Thanks, Fozzie!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "FozzieBear", "id_str": "3220881440", "id": 3220881440, "indices": [1, 12], "name": "Fozzie Bear"}]}, "created_at": "Fri Jan 08 21:16:41 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 75, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2377837022, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 487, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2377837022/1444773126", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "271395703", "following": false, "friends_count": 323, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/Ariadnagutierr\u2026", "url": "https://t.co/T7mRnNYeAF", "expanded_url": "https://www.facebook.com/Ariadnagutierrezofficial/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/225058408/378_L-cute-zebra-leopard.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 142238, "location": "", "screen_name": "gutierrezary", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 93, "name": "Ariadna Gutierrez", "profile_use_background_image": true, "description": "Miss Colombia \u2764\ufe0f Management: grecia@Latinwe.com", "url": "https://t.co/T7mRnNYeAF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684470492305190915/gO6NMO2L_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Mar 24 12:31:11 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684470492305190915/gO6NMO2L_normal.jpg", "favourites_count": 1154, "status": {"retweet_count": 56, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685502760045907969", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BASQbaqtvak/", "url": "https://t.co/FmQHSWirEj", "expanded_url": "https://www.instagram.com/p/BASQbaqtvak/", "indices": [54, 77]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:46:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "es", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685502760045907969, "text": "\u2708\ufe0f Mi primera vez en M\u00e9xico! First time in Mexico\u2764\ufe0f\ud83c\uddf2\ud83c\uddfd https://t.co/FmQHSWirEj", "coordinates": null, "retweeted": false, "favorite_count": 371, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 271395703, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/225058408/378_L-cute-zebra-leopard.jpg", "statuses_count": 2623, "profile_banner_url": "https://pbs.twimg.com/profile_banners/271395703/1452025456", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "36818161", "following": false, "friends_count": 1549, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "goldroom.la", "url": "http://t.co/IQ8kdCE2P6", "expanded_url": "http://goldroom.la", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/397706531/try2.jpg", "notifications": false, "profile_sidebar_fill_color": "CDDAFA", "profile_link_color": "007BFF", "geo_enabled": true, "followers_count": 19676, "location": "Los Angeles", "screen_name": "goldroom", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 349, "name": "Goldroom", "profile_use_background_image": true, "description": "Music producer, songwriter, rum drinker.", "url": "http://t.co/IQ8kdCE2P6", "profile_text_color": "1F1E1F", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675037935448817664/RQheFKZF_normal.jpg", "profile_background_color": "000000", "created_at": "Thu Apr 30 23:54:53 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "245BFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675037935448817664/RQheFKZF_normal.jpg", "favourites_count": 58633, "status": {"in_reply_to_status_id": 685613431211294720, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Dereck_Hart", "in_reply_to_user_id": 633160189, "in_reply_to_status_id_str": "685613431211294720", "in_reply_to_user_id_str": "633160189", "truncated": false, "id_str": "685625368544292864", "id": 685625368544292864, "text": "@Dereck_Hart it'll be out this year for sure : )", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Dereck_Hart", "id_str": "633160189", "id": 633160189, "indices": [0, 12], "name": "\u00d0.\u2661"}]}, "created_at": "Sat Jan 09 00:53:20 +0000 2016", "source": "Twitter Web Client", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 36818161, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/397706531/try2.jpg", "statuses_count": 18478, "profile_banner_url": "https://pbs.twimg.com/profile_banners/36818161/1449780672", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "45090120", "following": false, "friends_count": 385, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/Summertime06", "url": "https://t.co/vnFEaoggqW", "expanded_url": "http://smarturl.it/Summertime06", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547880953/ao9ur0lnbj1ga1wagal0.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "603311", "geo_enabled": true, "followers_count": 228612, "location": "Long Beach, CA", "screen_name": "vincestaples", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 664, "name": "Vince Staples", "profile_use_background_image": false, "description": "I get mad cause the world don't understand me. That's the price I had to pay for this rap game. - Lil B", "url": "https://t.co/vnFEaoggqW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658580268844904448/d-W6PW5D_normal.png", "profile_background_color": "101820", "created_at": "Sat Jun 06 07:40:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658580268844904448/d-W6PW5D_normal.png", "favourites_count": 2631, "status": {"retweet_count": 6, "in_reply_to_user_id": 12133382, "possibly_sensitive": false, "id_str": "685604683025522688", "in_reply_to_user_id_str": "12133382", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/flyyscience1/s\u2026", "url": "https://t.co/SkHnDTVq4z", "expanded_url": "https://twitter.com/flyyscience1/status/685597374476107777", "indices": [57, 80]}], "hashtags": [{"text": "blackscience", "indices": [43, 56]}], "user_mentions": [{"screen_name": "PBS", "id_str": "12133382", "id": 12133382, "indices": [0, 4], "name": "PBS"}]}, "created_at": "Fri Jan 08 23:31:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "PBS", "in_reply_to_status_id_str": null, "truncated": false, "id": 685604683025522688, "text": "@PBS YOU NIGGAS ARE SLEEP WAKE THE FUCK UP #blackscience https://t.co/SkHnDTVq4z", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 45090120, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547880953/ao9ur0lnbj1ga1wagal0.jpeg", "statuses_count": 11639, "profile_banner_url": "https://pbs.twimg.com/profile_banners/45090120/1418950988", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4704812826", "following": false, "friends_count": 116, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": null, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "2B7BB9", "geo_enabled": false, "followers_count": 12503, "location": "Chile", "screen_name": "Letelier1920", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 34, "name": "Hern\u00e1n Letelier", "profile_use_background_image": true, "description": "Tengo 20 a\u00f1os, pero acabo de cumplir 95. Actor y director de teatro a mediados del XX. \u00bfSe acuerda de Pierre le peluquier de la P\u00e9rgola de las Flores? Era yo", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685136184021004288/2HQBBP7t_normal.jpg", "profile_background_color": "F5F8FA", "created_at": "Sun Jan 03 20:12:25 +0000 2016", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "es", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685136184021004288/2HQBBP7t_normal.jpg", "favourites_count": 818, "status": {"retweet_count": 30, "retweeted_status": {"retweet_count": 30, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685567619492114432", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 568, "h": 320, "resize": "fit"}, "small": {"w": 340, "h": 192, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 568, "h": 320, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685567406035628032/pu/img/zcyGf-q26DW5pvnf.jpg", "type": "photo", "indices": [77, 100], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685567406035628032/pu/img/zcyGf-q26DW5pvnf.jpg", "display_url": "pic.twitter.com/kmFlAaE0pf", "id_str": "685567406035628032", "expanded_url": "http://twitter.com/rocio_montes/status/685567619492114432/video/1", "id": 685567406035628032, "url": "https://t.co/kmFlAaE0pf"}], "symbols": [], "urls": [], "hashtags": [{"text": "Pergolero", "indices": [66, 76]}], "user_mentions": [{"screen_name": "Letelier1920", "id_str": "4704812826", "id": 4704812826, "indices": [16, 29], "name": "Hern\u00e1n Letelier"}]}, "created_at": "Fri Jan 08 21:03:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "es", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685567619492114432, "text": "Mire don Hern\u00e1n @Letelier1920 Un regalo para su Club de amigos :) #Pergolero https://t.co/kmFlAaE0pf", "coordinates": null, "retweeted": false, "favorite_count": 86, "contributors": null, "source": "Twitter for iPad"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685576347016687616", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 568, "h": 320, "resize": "fit"}, "small": {"w": 340, "h": 192, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 568, "h": 320, "resize": "fit"}}, "source_status_id_str": "685567619492114432", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685567406035628032/pu/img/zcyGf-q26DW5pvnf.jpg", "source_user_id_str": "123320320", "id_str": "685567406035628032", "id": 685567406035628032, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685567406035628032/pu/img/zcyGf-q26DW5pvnf.jpg", "type": "photo", "indices": [95, 118], "source_status_id": 685567619492114432, "source_user_id": 123320320, "display_url": "pic.twitter.com/kmFlAaE0pf", "expanded_url": "http://twitter.com/rocio_montes/status/685567619492114432/video/1", "url": "https://t.co/kmFlAaE0pf"}], "symbols": [], "urls": [], "hashtags": [{"text": "Pergolero", "indices": [84, 94]}], "user_mentions": [{"screen_name": "rocio_montes", "id_str": "123320320", "id": 123320320, "indices": [3, 16], "name": "Roc\u00edo Montes"}, {"screen_name": "Letelier1920", "id_str": "4704812826", "id": 4704812826, "indices": [34, 47], "name": "Hern\u00e1n Letelier"}]}, "created_at": "Fri Jan 08 21:38:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "es", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685576347016687616, "text": "RT @rocio_montes: Mire don Hern\u00e1n @Letelier1920 Un regalo para su Club de amigos :) #Pergolero https://t.co/kmFlAaE0pf", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4704812826, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": null, "statuses_count": 193, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4704812826/1452092286", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "27244131", "following": false, "friends_count": 878, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/gussa", "url": "https://t.co/S3aUB7YG60", "expanded_url": "https://www.linkedin.com/in/gussa", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 1369, "location": "Melbourne, Australia", "screen_name": "angushervey", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Angus Hervey", "profile_use_background_image": true, "description": "political economist, science communicator, optimist with @future_crunch | community manager for @rhokaustralia | PhD from London School of Economics", "url": "https://t.co/S3aUB7YG60", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639591145715036160/e9_YLNvk_normal.jpg", "profile_background_color": "C6E2EE", "created_at": "Sat Mar 28 15:13:06 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639591145715036160/e9_YLNvk_normal.jpg", "favourites_count": 632, "status": {"retweet_count": 16, "retweeted_status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685332821867675648", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "virology.ws/2016/01/07/vir\u2026", "url": "https://t.co/U91Z4k6DMg", "expanded_url": "http://www.virology.ws/2016/01/07/virologists-start-your-poliovirus-destruction/", "indices": [69, 92]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 05:30:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685332821867675648, "text": "The bittersweet prospect of destroying your stocks of polio viruses. https://t.co/U91Z4k6DMg", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685332888154292224", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "virology.ws/2016/01/07/vir\u2026", "url": "https://t.co/U91Z4k6DMg", "expanded_url": "http://www.virology.ws/2016/01/07/virologists-start-your-poliovirus-destruction/", "indices": [85, 108]}], "hashtags": [], "user_mentions": [{"screen_name": "carlzimmer", "id_str": "14085070", "id": 14085070, "indices": [3, 14], "name": "carlzimmer"}]}, "created_at": "Fri Jan 08 05:31:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685332888154292224, "text": "RT @carlzimmer: The bittersweet prospect of destroying your stocks of polio viruses. https://t.co/U91Z4k6DMg", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 27244131, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 1880, "profile_banner_url": "https://pbs.twimg.com/profile_banners/27244131/1451984968", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "140497508", "following": false, "friends_count": 96, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 26181, "location": "Queens holla! IG/Snap:rosgo21", "screen_name": "ROSGO21", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 514, "name": "Rosalyn Gold-Onwude", "profile_use_background_image": true, "description": "GS Warriors sideline: CSN. NYLiberty: MSG. NCAA: PAC12. SF 49ers: CSN. Emmy Winner. Stanford Grad: BA, MA '10. 3 Final 4s. Pac12 DPOY '10.Nigerian Natl team '11", "url": null, "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667024727248994304/gL8qOC0z_normal.jpg", "profile_background_color": "642D8B", "created_at": "Wed May 05 17:00:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667024727248994304/gL8qOC0z_normal.jpg", "favourites_count": 2824, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613187220271104", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BATCpNAwsrK/", "url": "https://t.co/xpmjSEL2qM", "expanded_url": "https://www.instagram.com/p/BATCpNAwsrK/", "indices": [46, 69]}], "hashtags": [], "user_mentions": [{"screen_name": "ROSGO21", "id_str": "140497508", "id": 140497508, "indices": [16, 24], "name": "Rosalyn Gold-Onwude"}]}, "created_at": "Sat Jan 09 00:04:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [45.52, -122.682], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/ac88a4f17a51c7fc.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.7900653, 45.421863], [-122.471751, 45.421863], [-122.471751, 45.6509405], [-122.7900653, 45.6509405]]], "type": "Polygon"}, "full_name": "Portland, OR", "contained_within": [], "country_code": "US", "id": "ac88a4f17a51c7fc", "name": "Portland"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613187220271104, "text": "Portlandia with @rosgo21 ! @ Portland, Oregon https://t.co/xpmjSEL2qM", "coordinates": {"coordinates": [-122.682, 45.52], "type": "Point"}, "retweeted": false, "favorite_count": 19, "contributors": null, "source": "Instagram"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685631921263542272", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BATCpNAwsrK/", "url": "https://t.co/xpmjSEL2qM", "expanded_url": "https://www.instagram.com/p/BATCpNAwsrK/", "indices": [67, 90]}], "hashtags": [], "user_mentions": [{"screen_name": "ramonashelburne", "id_str": "17507250", "id": 17507250, "indices": [3, 19], "name": "Ramona Shelburne"}, {"screen_name": "ROSGO21", "id_str": "140497508", "id": 140497508, "indices": [37, 45], "name": "Rosalyn Gold-Onwude"}]}, "created_at": "Sat Jan 09 01:19:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685631921263542272, "text": "RT @ramonashelburne: Portlandia with @rosgo21 ! @ Portland, Oregon https://t.co/xpmjSEL2qM", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 140497508, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "statuses_count": 29539, "profile_banner_url": "https://pbs.twimg.com/profile_banners/140497508/1351351402", "is_translator": false}, {"time_zone": "Tehran", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 12600, "id_str": "16779204", "following": false, "friends_count": 6302, "entities": {"description": {"urls": [{"display_url": "bit.ly/1CQYaYU", "url": "https://t.co/mbs8lwspQK", "expanded_url": "http://bit.ly/1CQYaYU", "indices": [120, 143]}]}, "url": {"urls": [{"display_url": "hoder.com", "url": "https://t.co/mnzE4YRMC6", "expanded_url": "http://hoder.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 6819, "location": "Tehran, Iran", "screen_name": "h0d3r", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 152, "name": "Hossein Derakhshan", "profile_use_background_image": false, "description": "Iranian-Canadian author, blogger, analyst. Spent 6 yrs in jail from 2008. Author of 'The Web We Have to Save' (Matter): https://t.co/mbs8lwspQK hoder@hoder.com", "url": "https://t.co/mnzE4YRMC6", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666226386131111936/B_Eq2Qhl_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Oct 15 11:00:35 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666226386131111936/B_Eq2Qhl_normal.jpg", "favourites_count": 5019, "status": {"retweet_count": 13, "retweeted_status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685434790682595328", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "d.gu.com/DCwPYK", "url": "https://t.co/DWLgyisHPI", "expanded_url": "http://d.gu.com/DCwPYK", "indices": [92, 115]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 12:16:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685434790682595328, "text": "Iran's president in drive to speed up nuclear deal compliance in the hope of election boost https://t.co/DWLgyisHPI", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "dlvr.it"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685499124691660800", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "d.gu.com/DCwPYK", "url": "https://t.co/DWLgyisHPI", "expanded_url": "http://d.gu.com/DCwPYK", "indices": [110, 133]}], "hashtags": [], "user_mentions": [{"screen_name": "guardiannews", "id_str": "788524", "id": 788524, "indices": [3, 16], "name": "Guardian news"}]}, "created_at": "Fri Jan 08 16:31:41 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685499124691660800, "text": "RT @guardiannews: Iran's president in drive to speed up nuclear deal compliance in the hope of election boost https://t.co/DWLgyisHPI", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 16779204, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 1239, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16779204/1416664427", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "29844055", "following": false, "friends_count": 8, "entities": {"description": {"urls": [{"display_url": "tinyurl.com/lp7ubo4", "url": "http://t.co/L1iS5iJRHH", "expanded_url": "http://tinyurl.com/lp7ubo4", "indices": [47, 69]}]}, "url": {"urls": [{"display_url": "TxDxE.com", "url": "http://t.co/RXjkFoFTKl", "expanded_url": "http://www.TxDxE.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/406352111/AbSoul-1.png", "notifications": false, "profile_sidebar_fill_color": "050505", "profile_link_color": "354E99", "geo_enabled": false, "followers_count": 643192, "location": "CARSON, CA (W/S DA)", "screen_name": "abdashsoul", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1776, "name": "Ab-Soul", "profile_use_background_image": true, "description": "#blacklippastor | #THESEDAYS... available now: http://t.co/L1iS5iJRHH | Booking: mgmt@txdxe.com | Instagram: @souloho3", "url": "http://t.co/RXjkFoFTKl", "profile_text_color": "615B5C", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/636317656421896193/QMyZ0mZ8_normal.jpg", "profile_background_color": "080808", "created_at": "Wed Apr 08 22:43:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "9AA5AB", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636317656421896193/QMyZ0mZ8_normal.jpg", "favourites_count": 51, "status": {"in_reply_to_status_id": null, "retweet_count": 396, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685636565163356161", "id": 685636565163356161, "text": "REAL FRIENDS", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:37:50 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 325, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29844055, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/406352111/AbSoul-1.png", "statuses_count": 20050, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29844055/1427233664", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1337271", "following": false, "friends_count": 2502, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mlkshk.com/p/YLTA", "url": "http://t.co/wL4BXidKHJ", "expanded_url": "http://mlkshk.com/p/YLTA", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458364810325811200/TdBvj7qx.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "113838", "geo_enabled": false, "followers_count": 40294, "location": "waking up ", "screen_name": "darth", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 943, "name": "darth\u2122", "profile_use_background_image": false, "description": "not the darth you are looking for", "url": "http://t.co/wL4BXidKHJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682801424040869889/5u11-_-q_normal.png", "profile_background_color": "131516", "created_at": "Sat Mar 17 05:38:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682801424040869889/5u11-_-q_normal.png", "favourites_count": 271683, "status": {"retweet_count": 10, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 10, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685636293858951168", "id": 685636293858951168, "text": "Every pie chart is bullshit unless it's actually made of pie.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:36:45 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 22, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685636959826399232", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Eden_Eats", "id_str": "97498167", "id": 97498167, "indices": [3, 13], "name": "Eden Dranger"}]}, "created_at": "Sat Jan 09 01:39:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685636959826399232, "text": "RT @Eden_Eats: Every pie chart is bullshit unless it's actually made of pie.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1337271, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458364810325811200/TdBvj7qx.jpeg", "statuses_count": 31694, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1337271/1398194350", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "16228398", "following": false, "friends_count": 987, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cyberdust.com/addme?blogmave\u2026", "url": "http://t.co/q9qtJaGLrB", "expanded_url": "http://cyberdust.com/addme?blogmaverick", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/634480483/0sxsbty2wjwnelja4mcm.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4309180, "location": "", "screen_name": "mcuban", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 26161, "name": "Mark Cuban", "profile_use_background_image": true, "description": "Cyber Dust ID: blogmaverick", "url": "http://t.co/q9qtJaGLrB", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1422637130/mccigartrophy_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Sep 10 21:12:01 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1422637130/mccigartrophy_normal.jpg", "favourites_count": 279, "status": {"retweet_count": 36, "retweeted_status": {"retweet_count": 36, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685114560408350720", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/FantasyLabsMar\u2026", "url": "https://t.co/7Y5jQyhYht", "expanded_url": "http://bit.ly/FantasyLabsMarkCuban", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "Fantasy_Labs", "id_str": "2977110796", "id": 2977110796, "indices": [12, 25], "name": "Fantasy Labs"}, {"screen_name": "mcuban", "id_str": "16228398", "id": 16228398, "indices": [41, 48], "name": "Mark Cuban"}]}, "created_at": "Thu Jan 07 15:03:34 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685114560408350720, "text": "Pumped that @Fantasy_Labs has brought on @mcuban as an investor and strategic partner: PRESS RELEASE: https://t.co/7Y5jQyhYht \u2026", "coordinates": null, "retweeted": false, "favorite_count": 178, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685545989713702912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/FantasyLabsMar\u2026", "url": "https://t.co/7Y5jQyhYht", "expanded_url": "http://bit.ly/FantasyLabsMarkCuban", "indices": [116, 139]}], "hashtags": [], "user_mentions": [{"screen_name": "CSURAM88", "id_str": "874969926", "id": 874969926, "indices": [3, 12], "name": "Peter Jennings"}, {"screen_name": "Fantasy_Labs", "id_str": "2977110796", "id": 2977110796, "indices": [26, 39], "name": "Fantasy Labs"}, {"screen_name": "mcuban", "id_str": "16228398", "id": 16228398, "indices": [55, 62], "name": "Mark Cuban"}]}, "created_at": "Fri Jan 08 19:37:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685545989713702912, "text": "RT @CSURAM88: Pumped that @Fantasy_Labs has brought on @mcuban as an investor and strategic partner: PRESS RELEASE: https://t.co/7Y5jQyhYht\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 16228398, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/634480483/0sxsbty2wjwnelja4mcm.jpeg", "statuses_count": 757, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16228398/1398982404", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "216582908", "following": false, "friends_count": 212, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1462, "location": "San Fran", "screen_name": "jmsSanFran", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 42, "name": "Jeffrey Siminoff", "profile_use_background_image": false, "description": "Soon to be @twitter (not yet). Inclusion & Diversity. Foodie. Would-be concierge. Traveler. Equinox. Duke. Emory Law. Former NYC, former Apple.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3549347723/20a1a1d3443fcb801296f9ce50faf1e3_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Nov 17 04:26:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3549347723/20a1a1d3443fcb801296f9ce50faf1e3_normal.jpeg", "favourites_count": 615, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685619578085326848", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "mobile.nytimes.com/2016/01/10/opi\u2026", "url": "https://t.co/DNzL44RtNr", "expanded_url": "http://mobile.nytimes.com/2016/01/10/opinion/sunday/you-dont-need-more-free-time.html?smid=tw-nytimes&smtyp=cur&_r=0&referer=", "indices": [84, 107]}], "hashtags": [], "user_mentions": [{"screen_name": "nytimes", "id_str": "807095", "id": 807095, "indices": [74, 82], "name": "The New York Times"}]}, "created_at": "Sat Jan 09 00:30:20 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685619578085326848, "text": "\"Network goods\", work-life \"coordination\" | You Don\u2019t Need More Free Time @nytimes https://t.co/DNzL44RtNr", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 216582908, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 890, "profile_banner_url": "https://pbs.twimg.com/profile_banners/216582908/1439074474", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "98988930", "following": false, "friends_count": 10, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 82716, "location": "The North Pole", "screen_name": "santa", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 172, "name": "Santa Claus", "profile_use_background_image": true, "description": "#crushingit", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/590905131/image_normal.jpg", "profile_background_color": "DD2E44", "created_at": "Thu Dec 24 00:15:25 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/590905131/image_normal.jpg", "favourites_count": 427, "status": {"retweet_count": 0, "in_reply_to_user_id": 12, "possibly_sensitive": false, "id_str": "684602958667853824", "in_reply_to_user_id_str": "12", "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/santa/status/6\u2026", "url": "https://t.co/Z1WSKc2iOk", "expanded_url": "https://twitter.com/santa/status/671194278056484864", "indices": [31, 54]}], "hashtags": [], "user_mentions": [{"screen_name": "jack", "id_str": "12", "id": 12, "indices": [0, 5], "name": "Jack"}, {"screen_name": "djtrackstar", "id_str": "15930926", "id": 15930926, "indices": [6, 18], "name": "WRTJ"}, {"screen_name": "KillerMike", "id_str": "21265120", "id": 21265120, "indices": [19, 30], "name": "Killer Mike"}]}, "created_at": "Wed Jan 06 05:10:39 +0000 2016", "favorited": false, "in_reply_to_status_id": 684601927989002240, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "jack", "in_reply_to_status_id_str": "684601927989002240", "truncated": false, "id": 684602958667853824, "text": "@jack @djtrackstar @KillerMike https://t.co/Z1WSKc2iOk", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 98988930, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 1754, "profile_banner_url": "https://pbs.twimg.com/profile_banners/98988930/1419058838", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "27485958", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": false, "followers_count": 174, "location": "San Francisco Bay Area", "screen_name": "luckysong", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Guanglei", "profile_use_background_image": true, "description": "Software Engineer at Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3528262031/e7a890b6fa40d2cd6bd6683fb6b48540_normal.jpeg", "profile_background_color": "B2DFDA", "created_at": "Sun Mar 29 19:30:27 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3528262031/e7a890b6fa40d2cd6bd6683fb6b48540_normal.jpeg", "favourites_count": 245, "status": {"retweet_count": 62, "retweeted_status": {"retweet_count": 62, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "662850749043445760", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "entm.ag/1FMWdc0", "url": "https://t.co/zkbXWBuWb1", "expanded_url": "http://entm.ag/1FMWdc0", "indices": [55, 78]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Nov 07 04:35:08 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 662850749043445760, "text": "How You Know You've Created the Company of Your Dreams https://t.co/zkbXWBuWb1", "coordinates": null, "retweeted": false, "favorite_count": 68, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "662913254616788992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "entm.ag/1FMWdc0", "url": "https://t.co/zkbXWBuWb1", "expanded_url": "http://entm.ag/1FMWdc0", "indices": [73, 96]}], "hashtags": [], "user_mentions": [{"screen_name": "Entrepreneur", "id_str": "19407053", "id": 19407053, "indices": [3, 16], "name": "Entrepreneur"}]}, "created_at": "Sat Nov 07 08:43:30 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 662913254616788992, "text": "RT @Entrepreneur: How You Know You've Created the Company of Your Dreams https://t.co/zkbXWBuWb1", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 27485958, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 112, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "124003770", "following": false, "friends_count": 154, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cher.com", "url": "http://t.co/E5aYMJHxx5", "expanded_url": "http://cher.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/539301648976191489/GMhQAH4P.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "F92649", "geo_enabled": true, "followers_count": 2931956, "location": "Malibu, California", "screen_name": "cher", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 11220, "name": "Cher", "profile_use_background_image": true, "description": "Stand & B Counted or Sit & B Nothing.\nDon't Litter,Chew Gum,Walk Past \nHomeless PPL w/out Smile.DOESNT MATTER in 5 yrs IT DOESNT MATTER\nTHERE'S ONLY LOVE&FEAR", "url": "http://t.co/E5aYMJHxx5", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/605724737428320256/H-Xu_7Hq_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 17 23:05:55 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/605724737428320256/H-Xu_7Hq_normal.jpg", "favourites_count": 1124, "status": {"in_reply_to_status_id": 685006366738546688, "retweet_count": 55, "place": null, "in_reply_to_screen_name": "SparkleChaos", "in_reply_to_user_id": 4328151253, "in_reply_to_status_id_str": "685006366738546688", "in_reply_to_user_id_str": "4328151253", "truncated": false, "id_str": "685007962935398400", "id": 685007962935398400, "text": "@SparkleChaos IM NOT BACKTRACKING...HES SCUM\nWHO POISONS CHILDREN EVEN AFTER HES BEEN TOLD ABOUT THE DANGER,BUT GOD WILL\nB\"HIS\"JUDGE..NOT ME", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SparkleChaos", "id_str": "4328151253", "id": 4328151253, "indices": [0, 13], "name": "GlitterBombTheWorld"}]}, "created_at": "Thu Jan 07 07:59:59 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 149, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 124003770, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/539301648976191489/GMhQAH4P.png", "statuses_count": 16283, "profile_banner_url": "https://pbs.twimg.com/profile_banners/124003770/1402616686", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "16606403", "following": false, "friends_count": 1987, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 15615, "location": "iPhone: 42.189728,-87.802538", "screen_name": "hseitler", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 149, "name": "harriet seitler", "profile_use_background_image": true, "description": "harpo studios EVP; mom, sister, friend. Travelling new and uncharted path, holding on to love and strength.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1243782958/image_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Oct 05 22:14:12 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1243782958/image_normal.jpg", "favourites_count": 399, "status": {"retweet_count": 3, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 3, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681200179219939328", "id": 681200179219939328, "text": "Oprah just turned a weight watchers commercial into an emotional experience... How you do dat", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Dec 27 19:49:13 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "681878497267183616", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "amandabell83", "id_str": "555631741", "id": 555631741, "indices": [3, 16], "name": "Amanda Bell"}]}, "created_at": "Tue Dec 29 16:44:37 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681878497267183616, "text": "RT @amandabell83: Oprah just turned a weight watchers commercial into an emotional experience... How you do dat", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16606403, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4561, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5510452", "following": false, "friends_count": 355, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "medium.com/@ameet", "url": "http://t.co/hOMy2GqrvD", "expanded_url": "http://medium.com/@ameet", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 4194, "location": "San Francisco, CA", "screen_name": "ameet", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 93, "name": "Ameet Ranadive", "profile_use_background_image": true, "description": "VP Revenue Product @Twitter. Formerly Dasient ($TWTR), McKinsey. Love building products, startups, reading, writing, cooking, being a dad.", "url": "http://t.co/hOMy2GqrvD", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/645404250491629569/nL-KNx2f_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Apr 25 22:41:59 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645404250491629569/nL-KNx2f_normal.jpg", "favourites_count": 4657, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685565392618520576", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1AuuHQN", "url": "https://t.co/F1QNUXMRdT", "expanded_url": "http://bit.ly/1AuuHQN", "indices": [27, 50]}], "hashtags": [], "user_mentions": [{"screen_name": "ameet", "id_str": "5510452", "id": 5510452, "indices": [55, 61], "name": "Ameet Ranadive"}]}, "created_at": "Fri Jan 08 20:55:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685565392618520576, "text": "Why the idea is important: https://t.co/F1QNUXMRdT via @ameet", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Sprout Social"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685568029715922944", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1AuuHQN", "url": "https://t.co/F1QNUXMRdT", "expanded_url": "http://bit.ly/1AuuHQN", "indices": [43, 66]}], "hashtags": [], "user_mentions": [{"screen_name": "AaronDinin", "id_str": "260272608", "id": 260272608, "indices": [3, 14], "name": "Aaron Dinin"}, {"screen_name": "ameet", "id_str": "5510452", "id": 5510452, "indices": [71, 77], "name": "Ameet Ranadive"}]}, "created_at": "Fri Jan 08 21:05:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685568029715922944, "text": "RT @AaronDinin: Why the idea is important: https://t.co/F1QNUXMRdT via @ameet", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 5510452, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4637, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5510452/1422199159", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "29442313", "following": false, "friends_count": 1910, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sanders.senate.gov", "url": "http://t.co/8AS4FI1oge", "expanded_url": "http://www.sanders.senate.gov/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/514189149444661248/pkGHMpZZ.jpeg", "notifications": false, "profile_sidebar_fill_color": "D6CCB6", "profile_link_color": "44506A", "geo_enabled": true, "followers_count": 1167649, "location": "Vermont/DC", "screen_name": "SenSanders", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 11866, "name": "Bernie Sanders", "profile_use_background_image": true, "description": "Sen. Bernie Sanders is the longest serving independent in congressional history. Tweets ending in -B are from Bernie, and all others are from a staffer.", "url": "http://t.co/8AS4FI1oge", "profile_text_color": "304562", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649202007723499524/lBGS6rs6_normal.png", "profile_background_color": "000000", "created_at": "Tue Apr 07 13:02:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649202007723499524/lBGS6rs6_normal.png", "favourites_count": 13, "status": {"in_reply_to_status_id": null, "retweet_count": 402, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685626060315181057", "id": 685626060315181057, "text": "In America today, we not only have massive wealth and income inequality, but a power structure which protects that inequality.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:56:05 +0000 2016", "source": "Buffer", "favorite_count": 814, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29442313, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/514189149444661248/pkGHMpZZ.jpeg", "statuses_count": 13417, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29442313/1430854323", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "216776631", "following": false, "friends_count": 1407, "entities": {"description": {"urls": [{"display_url": "berniesanders.com", "url": "http://t.co/nuBuflYjUL", "expanded_url": "http://berniesanders.com", "indices": [92, 114]}]}, "url": {"urls": [{"display_url": "berniesanders.com", "url": "https://t.co/W6f7Iy1Nho", "expanded_url": "https://berniesanders.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/576114811475341312/Q2-L3Yol.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1112618, "location": "Vermont", "screen_name": "BernieSanders", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 5194, "name": "Bernie Sanders", "profile_use_background_image": false, "description": "I believe America is ready for a new path to the future. Join our campaign for president at http://t.co/nuBuflYjUL.", "url": "https://t.co/W6f7Iy1Nho", "profile_text_color": "050005", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678657703787401216/kSea263e_normal.png", "profile_background_color": "EA5047", "created_at": "Wed Nov 17 17:53:52 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678657703787401216/kSea263e_normal.png", "favourites_count": 658, "status": {"retweet_count": 143, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685634668763426816", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/aseitzwald/sta\u2026", "url": "https://t.co/GhTCUitzl0", "expanded_url": "https://twitter.com/aseitzwald/status/685633668665208832", "indices": [109, 132]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:30:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685634668763426816, "text": "What we\u2019re doing on on this campaign is treating the American people like they're intelligent human beings. https://t.co/GhTCUitzl0", "coordinates": null, "retweeted": false, "favorite_count": 311, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 216776631, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/576114811475341312/Q2-L3Yol.jpeg", "statuses_count": 5511, "profile_banner_url": "https://pbs.twimg.com/profile_banners/216776631/1451363799", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17159397", "following": false, "friends_count": 2290, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wnba.com", "url": "http://t.co/VSPC6ki5Sa", "expanded_url": "http://www.wnba.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486168392294875136/Ka6aGpCS.png", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "FF0000", "geo_enabled": false, "followers_count": 501510, "location": "", "screen_name": "WNBA", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2070, "name": "WNBA", "profile_use_background_image": true, "description": "News & notes directly from the WNBA.", "url": "http://t.co/VSPC6ki5Sa", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/655006988166942720/CV11KYnQ_normal.png", "profile_background_color": "FFFFFF", "created_at": "Tue Nov 04 16:04:48 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/655006988166942720/CV11KYnQ_normal.png", "favourites_count": 300, "status": {"retweet_count": 9, "retweeted_status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685133293335887872", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 500, "resize": "fit"}, "small": {"w": 340, "h": 170, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 300, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYIVGYJUoAAGP03.png", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CYIVGYJUoAAGP03.png", "display_url": "pic.twitter.com/xXhBSkpe0p", "id_str": "685133292618686464", "expanded_url": "http://twitter.com/IndianaFever/status/685133293335887872/photo/1", "id": 685133292618686464, "url": "https://t.co/xXhBSkpe0p"}], "symbols": [], "urls": [{"display_url": "on.nba.com/1JMfDQb", "url": "https://t.co/uFsH57wP1E", "expanded_url": "http://on.nba.com/1JMfDQb", "indices": [92, 115]}], "hashtags": [{"text": "WNBAFinals", "indices": [52, 63]}], "user_mentions": [{"screen_name": "Catchin24", "id_str": "370435297", "id": 370435297, "indices": [5, 15], "name": "Tamika Catchings"}]}, "created_at": "Thu Jan 07 16:18:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/1010ecfa7d3a40f8.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-88.097892, 37.771743], [-84.78458, 37.771743], [-84.78458, 41.761368], [-88.097892, 41.761368]]], "type": "Polygon"}, "full_name": "Indiana, USA", "contained_within": [], "country_code": "US", "id": "1010ecfa7d3a40f8", "name": "Indiana"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685133293335887872, "text": "From @Catchin24's big announcement to Game 5 of the #WNBAFinals, review the Top 24 in 2015: https://t.co/uFsH57wP1E https://t.co/xXhBSkpe0p", "coordinates": null, "retweeted": false, "favorite_count": 25, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685136785144438784", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 500, "resize": "fit"}, "small": {"w": 340, "h": 170, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 300, "resize": "fit"}}, "source_status_id_str": "685133293335887872", "media_url": "http://pbs.twimg.com/media/CYIVGYJUoAAGP03.png", "source_user_id_str": "28672101", "id_str": "685133292618686464", "id": 685133292618686464, "media_url_https": "https://pbs.twimg.com/media/CYIVGYJUoAAGP03.png", "type": "photo", "indices": [139, 140], "source_status_id": 685133293335887872, "source_user_id": 28672101, "display_url": "pic.twitter.com/xXhBSkpe0p", "expanded_url": "http://twitter.com/IndianaFever/status/685133293335887872/photo/1", "url": "https://t.co/xXhBSkpe0p"}], "symbols": [], "urls": [{"display_url": "on.nba.com/1JMfDQb", "url": "https://t.co/uFsH57wP1E", "expanded_url": "http://on.nba.com/1JMfDQb", "indices": [110, 133]}], "hashtags": [{"text": "WNBAFinals", "indices": [70, 81]}], "user_mentions": [{"screen_name": "IndianaFever", "id_str": "28672101", "id": 28672101, "indices": [3, 16], "name": "Indiana Fever"}, {"screen_name": "Catchin24", "id_str": "370435297", "id": 370435297, "indices": [23, 33], "name": "Tamika Catchings"}]}, "created_at": "Thu Jan 07 16:31:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685136785144438784, "text": "RT @IndianaFever: From @Catchin24's big announcement to Game 5 of the #WNBAFinals, review the Top 24 in 2015: https://t.co/uFsH57wP1E https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 17159397, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486168392294875136/Ka6aGpCS.png", "statuses_count": 30615, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17159397/1444881224", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "18129606", "following": false, "friends_count": 790, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/saintboz", "url": "http://t.co/m8390gFxR6", "expanded_url": "http://twitter.com/saintboz", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/707872993/76c4fe28d9535d91cf90cedfd5160afe.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 3623, "location": "\u00dcT: 40.810606,-73.986908", "screen_name": "SaintBoz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 57, "name": "Boz Saint John", "profile_use_background_image": true, "description": "Self proclaimed badass and badmamajama. Generally bad. And good at it. Head diva of global consumer marketing @applemusic & @itunes", "url": "http://t.co/m8390gFxR6", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2882004078/46b80c52e6b54a694e230fdc92b88554_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Mon Dec 15 03:37:52 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2882004078/46b80c52e6b54a694e230fdc92b88554_normal.jpeg", "favourites_count": 1170, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685522947210018816", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 640, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYN3fGvUsAA-zvd.jpg", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CYN3fGvUsAA-zvd.jpg", "display_url": "pic.twitter.com/BwlpxOlcAZ", "id_str": "685522944559198208", "expanded_url": "http://twitter.com/SaintBoz/status/685522947210018816/photo/1", "id": 685522944559198208, "url": "https://t.co/BwlpxOlcAZ"}], "symbols": [], "urls": [], "hashtags": [{"text": "mommyandmini", "indices": [86, 99]}, {"text": "watchmework", "indices": [100, 112]}], "user_mentions": []}, "created_at": "Fri Jan 08 18:06:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685522947210018816, "text": "Lil 6 year old (going on 25 year old) Lael's text messages are giving me LIFE...\ud83d\ude02\ud83d\ude4c\ud83c\udfff\ud83d\udc67\ud83c\udffd\ud83d\udcf1#mommyandmini #watchmework https://t.co/BwlpxOlcAZ", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 18129606, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/707872993/76c4fe28d9535d91cf90cedfd5160afe.jpeg", "statuses_count": 2923, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18129606/1353602146", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "122860384", "following": false, "friends_count": 110, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1240, "location": "", "screen_name": "FeliciaHorowitz", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 69, "name": "Felicia Horowitz", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432674708790599680/yYCyTrQI_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Mar 14 04:44:33 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432674708790599680/yYCyTrQI_normal.jpeg", "favourites_count": 945, "status": {"retweet_count": 48, "retweeted_status": {"retweet_count": 48, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685096712789082112", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 480, "h": 360, "resize": "fit"}, "medium": {"w": 480, "h": 360, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYHz1GcUkAAZJvb.jpg", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYHz1GcUkAAZJvb.jpg", "display_url": "pic.twitter.com/hwCQs13inD", "id_str": "685096711925043200", "expanded_url": "http://twitter.com/pmarca/status/685096712789082112/photo/1", "id": 685096711925043200, "url": "https://t.co/hwCQs13inD"}], "symbols": [], "urls": [{"display_url": "economist.com/news/united-st\u2026", "url": "https://t.co/8Y6PFzOdMV", "expanded_url": "http://www.economist.com/news/united-states/21684687-high-school-students-want-citizens-rate-their-interactions-officers-how-three", "indices": [86, 109]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 13:52:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685096712789082112, "text": "Congratulations Ima, Asha & Caleb on Five-O winning international justice prize!! https://t.co/8Y6PFzOdMV https://t.co/hwCQs13inD", "coordinates": null, "retweeted": false, "favorite_count": 63, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685561599910805505", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 480, "h": 360, "resize": "fit"}, "medium": {"w": 480, "h": 360, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "685096712789082112", "media_url": "http://pbs.twimg.com/media/CYHz1GcUkAAZJvb.jpg", "source_user_id_str": "5943622", "id_str": "685096711925043200", "id": 685096711925043200, "media_url_https": "https://pbs.twimg.com/media/CYHz1GcUkAAZJvb.jpg", "type": "photo", "indices": [122, 144], "source_status_id": 685096712789082112, "source_user_id": 5943622, "display_url": "pic.twitter.com/hwCQs13inD", "expanded_url": "http://twitter.com/pmarca/status/685096712789082112/photo/1", "url": "https://t.co/hwCQs13inD"}], "symbols": [], "urls": [{"display_url": "economist.com/news/united-st\u2026", "url": "https://t.co/8Y6PFzOdMV", "expanded_url": "http://www.economist.com/news/united-states/21684687-high-school-students-want-citizens-rate-their-interactions-officers-how-three", "indices": [98, 121]}], "hashtags": [], "user_mentions": [{"screen_name": "pmarca", "id_str": "5943622", "id": 5943622, "indices": [3, 10], "name": "Marc Andreessen"}]}, "created_at": "Fri Jan 08 20:39:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685561599910805505, "text": "RT @pmarca: Congratulations Ima, Asha & Caleb on Five-O winning international justice prize!! https://t.co/8Y6PFzOdMV https://t.co/hwCQs13i\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 122860384, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 417, "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "205926603", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com", "url": "http://t.co/DeO4c250gs", "expanded_url": "http://twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/164383504/x377a1b6a2a9abeb58a915e61676ceb7.jpg", "notifications": false, "profile_sidebar_fill_color": "F2E7C4", "profile_link_color": "89C9FA", "geo_enabled": false, "followers_count": 59798, "location": "TwitterHQ", "screen_name": "hackweek", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 97, "name": "HackWeek", "profile_use_background_image": true, "description": "Let's hack together.", "url": "http://t.co/DeO4c250gs", "profile_text_color": "9C6D74", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/677909135120175105/AgTDQCWR_normal.jpg", "profile_background_color": "452D30", "created_at": "Thu Oct 21 22:27:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "D9C486", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677909135120175105/AgTDQCWR_normal.jpg", "favourites_count": 1, "status": {"in_reply_to_status_id": null, "retweet_count": 34, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "28459868715", "id": 28459868715, "text": "\u201cWhen you share a common civic culture with thousands of other people, good ideas have a tendency to flow from mind to mind \u2026\u201d ~ S. Johnson", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Oct 23 01:46:50 +0000 2010", "source": "Twitter Web Client", "favorite_count": 31, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 205926603, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/164383504/x377a1b6a2a9abeb58a915e61676ceb7.jpg", "statuses_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/205926603/1420662867", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2835886194", "following": false, "friends_count": 178, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "colbertlateshow.com", "url": "https://t.co/YTzFH21e5t", "expanded_url": "http://colbertlateshow.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 138200, "location": "", "screen_name": "colbertlateshow", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 999, "name": "The Late Show on CBS", "profile_use_background_image": true, "description": "Official Twitter feed of The Late Show with Stephen Colbert. Unofficial Twitter feed of the U.S. Department of Agriculture.", "url": "https://t.co/YTzFH21e5t", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/606158897292943360/567gJ81s_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Sep 30 17:13:22 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/606158897292943360/567gJ81s_normal.jpg", "favourites_count": 209, "status": {"retweet_count": 65, "retweeted_status": {"retweet_count": 65, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685504391474974721", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 900, "h": 900, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNmfp8WwAEjmbe.jpg", "type": "photo", "indices": [45, 68], "media_url": "http://pbs.twimg.com/media/CYNmfp8WwAEjmbe.jpg", "display_url": "pic.twitter.com/QTH7OuQZ4U", "id_str": "685504262311428097", "expanded_url": "http://twitter.com/KaceyMusgraves/status/685504391474974721/photo/1", "id": 685504262311428097, "url": "https://t.co/QTH7OuQZ4U"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "colbertlateshow", "id_str": "2835886194", "id": 2835886194, "indices": [28, 44], "name": "The Late Show on CBS"}]}, "created_at": "Fri Jan 08 16:52:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685504391474974721, "text": "Don't be Late to the Party..@colbertlateshow https://t.co/QTH7OuQZ4U", "coordinates": null, "retweeted": false, "favorite_count": 387, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685595501681610752", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 900, "h": 900, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "source_status_id_str": "685504391474974721", "media_url": "http://pbs.twimg.com/media/CYNmfp8WwAEjmbe.jpg", "source_user_id_str": "30925378", "id_str": "685504262311428097", "id": 685504262311428097, "media_url_https": "https://pbs.twimg.com/media/CYNmfp8WwAEjmbe.jpg", "type": "photo", "indices": [65, 88], "source_status_id": 685504391474974721, "source_user_id": 30925378, "display_url": "pic.twitter.com/QTH7OuQZ4U", "expanded_url": "http://twitter.com/KaceyMusgraves/status/685504391474974721/photo/1", "url": "https://t.co/QTH7OuQZ4U"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "KaceyMusgraves", "id_str": "30925378", "id": 30925378, "indices": [3, 18], "name": "KACEY MUSGRAVES"}, {"screen_name": "colbertlateshow", "id_str": "2835886194", "id": 2835886194, "indices": [48, 64], "name": "The Late Show on CBS"}]}, "created_at": "Fri Jan 08 22:54:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685595501681610752, "text": "RT @KaceyMusgraves: Don't be Late to the Party..@colbertlateshow https://t.co/QTH7OuQZ4U", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 2835886194, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 775, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2835886194/1444429479", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3165817215", "following": false, "friends_count": 179, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 396664, "location": "", "screen_name": "JohnBoyega", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 848, "name": "John Boyega", "profile_use_background_image": true, "description": "Dream and work towards the reality", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683235384961155072/MDNWffML_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 14 09:19:31 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683235384961155072/MDNWffML_normal.jpg", "favourites_count": 200, "status": {"retweet_count": 58, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685469331216580608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/emmakeele1/sta\u2026", "url": "https://t.co/0HJrxTtp3P", "expanded_url": "https://twitter.com/emmakeele1/status/685464003284480000", "indices": [23, 46]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:33:18 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685469331216580608, "text": "Erm that too miss \ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02 https://t.co/0HJrxTtp3P", "coordinates": null, "retweeted": false, "favorite_count": 505, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3165817215, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 365, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3165817215/1451410540", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "252531143", "following": false, "friends_count": 3141, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "princeton.edu/~slaughtr/", "url": "http://t.co/jJRR31QiUl", "expanded_url": "http://www.princeton.edu/~slaughtr/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "2EBCB3", "geo_enabled": true, "followers_count": 129943, "location": "Princeton, DC, New York", "screen_name": "SlaughterAM", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3983, "name": "Anne-Marie Slaughter", "profile_use_background_image": true, "description": "President & CEO, @newamerica. Former Princeton Prof & Director of Policy Planning, U.S. State Dept. Mother. Mentor. Foodie. Author. Foreign policy curator.", "url": "http://t.co/jJRR31QiUl", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/558632106536882176/iXwSMk4U_normal.jpeg", "profile_background_color": "968270", "created_at": "Tue Feb 15 11:33:50 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/558632106536882176/iXwSMk4U_normal.jpeg", "favourites_count": 2854, "status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685094135720767488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "linkedin.com/pulse/real-val\u2026", "url": "https://t.co/PJ4yFyE4St", "expanded_url": "https://www.linkedin.com/pulse/real-value-college-education-michael-crow", "indices": [83, 106]}], "hashtags": [], "user_mentions": [{"screen_name": "michaelcrow", "id_str": "20172250", "id": 20172250, "indices": [57, 69], "name": "Michael Crow"}, {"screen_name": "LinkedIn", "id_str": "13058772", "id": 13058772, "indices": [73, 82], "name": "LinkedIn"}]}, "created_at": "Thu Jan 07 13:42:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685094135720767488, "text": "worth readng! \"The Real Value of a College Education\" by @michaelcrow on @LinkedIn https://t.co/PJ4yFyE4St", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 252531143, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 25191, "profile_banner_url": "https://pbs.twimg.com/profile_banners/252531143/1424986634", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "299674713", "following": false, "friends_count": 597, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "juliefoudyleadership.com", "url": "http://t.co/TlwVOqMe3Z", "expanded_url": "http://www.juliefoudyleadership.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "C73460", "geo_enabled": true, "followers_count": 196502, "location": "I wish I knew...", "screen_name": "JulieFoudy", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1469, "name": "Julie Foudy", "profile_use_background_image": true, "description": "Former watergirl #USWNT, current ESPN'er, mom, founder JF Sports Leadership Academy. Luvr of donuts larger than my heeed & soulful peops who empower others.", "url": "http://t.co/TlwVOqMe3Z", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1357730466/Screen_shot_2011-05-17_at_10.28.07_AM_normal.png", "profile_background_color": "B2DFDA", "created_at": "Mon May 16 14:14:49 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1357730466/Screen_shot_2011-05-17_at_10.28.07_AM_normal.png", "favourites_count": 0, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685535018051973120", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/EmWatson/statu\u2026", "url": "https://t.co/Sc6bJFyS7p", "expanded_url": "https://twitter.com/EmWatson/status/685246433491025922", "indices": [112, 135]}], "hashtags": [{"text": "soulidarity", "indices": [99, 111]}], "user_mentions": [{"screen_name": "EmWatson", "id_str": "166739404", "id": 166739404, "indices": [25, 34], "name": "Emma Watson"}, {"screen_name": "AbbyWambach", "id_str": "336124836", "id": 336124836, "indices": [46, 58], "name": "Abby Wambach"}]}, "created_at": "Fri Jan 08 18:54:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685535018051973120, "text": "What a damn cool idea by @EmWatson . Just saw @AbbyWambach went to buy it. Ordered a copy as well. #soulidarity https://t.co/Sc6bJFyS7p", "coordinates": null, "retweeted": false, "favorite_count": 113, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 299674713, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 6724, "profile_banner_url": "https://pbs.twimg.com/profile_banners/299674713/1402758316", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2651565121", "following": false, "friends_count": 10, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sinatra.com", "url": "https://t.co/Xt6lI7LMFC", "expanded_url": "http://sinatra.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0890C2", "geo_enabled": false, "followers_count": 22088, "location": "", "screen_name": "franksinatra", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 146, "name": "Frank Sinatra", "profile_use_background_image": false, "description": "The Chairman of the Board - the official Twitter profile for Frank Sinatra Enterprises", "url": "https://t.co/Xt6lI7LMFC", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/492440600373784576/HUae-foP_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed Jul 16 16:58:44 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/492440600373784576/HUae-foP_normal.jpeg", "favourites_count": 83, "status": {"retweet_count": 156, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682234200422891520", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 900, "h": 802, "resize": "fit"}, "medium": {"w": 600, "h": 534, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 302, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWySaR4U4AElR5W.jpg", "type": "photo", "indices": [102, 125], "media_url": "http://pbs.twimg.com/media/CWySaR4U4AElR5W.jpg", "display_url": "pic.twitter.com/RZEpjWYaqQ", "id_str": "679078624000008193", "expanded_url": "http://twitter.com/franksinatra/status/682234200422891520/photo/1", "id": 679078624000008193, "url": "https://t.co/RZEpjWYaqQ"}], "symbols": [], "urls": [{"display_url": "smarturl.it/SinatraMyWay", "url": "https://t.co/F6xMhfVhTy", "expanded_url": "http://smarturl.it/SinatraMyWay", "indices": [78, 101]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 16:18:03 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682234200422891520, "text": "On this day in 1968, Frank Sinatra recorded \u201cMy Way\u201d \u2013 revisit the album now: https://t.co/F6xMhfVhTy https://t.co/RZEpjWYaqQ", "coordinates": null, "retweeted": false, "favorite_count": 269, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 2651565121, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 352, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2651565121/1406242389", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "21561935", "following": false, "friends_count": 901, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kissthedeejay.com", "url": "http://t.co/6moXT5RhPn", "expanded_url": "http://www.kissthedeejay.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/368183891/laptop_a.jpg", "notifications": false, "profile_sidebar_fill_color": "0A0A0B", "profile_link_color": "929287", "geo_enabled": false, "followers_count": 10812, "location": "NYC", "screen_name": "KISSTHEDEEJAY", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 271, "name": "DJ KISS", "profile_use_background_image": true, "description": "Deejay / Personality / Blogger / Fashion & Beauty Enthusiast / 1/2 of #TheSemples", "url": "http://t.co/6moXT5RhPn", "profile_text_color": "E11930", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/559710516638019584/d5lxn8JE_normal.jpeg", "profile_background_color": "F5F2F7", "created_at": "Sun Feb 22 12:22:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "65B0DA", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/559710516638019584/d5lxn8JE_normal.jpeg", "favourites_count": 17, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685188364933443584", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BAQBdG-h-7V/", "url": "https://t.co/vf92ka1zz7", "expanded_url": "https://www.instagram.com/p/BAQBdG-h-7V/", "indices": [95, 118]}], "hashtags": [], "user_mentions": [{"screen_name": "DJMOS", "id_str": "18716699", "id": 18716699, "indices": [14, 20], "name": "DJMOS"}]}, "created_at": "Thu Jan 07 19:56:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685188364933443584, "text": "Follow me and @djmos from Atlantic City to St. Barths in the first episode of our new youtube\u2026 https://t.co/vf92ka1zz7", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 21561935, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/368183891/laptop_a.jpg", "statuses_count": 7709, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21561935/1422280291", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "43987763", "following": false, "friends_count": 1165, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 817, "location": "San Francisco, CA", "screen_name": "nataliemiyake", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 36, "name": "Natalie Miyake", "profile_use_background_image": true, "description": "Corporate communications @twitter. Raised in Japan, ex-New Yorker, now in SF. Wine lover, hiking addict, brunch connoisseur.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/592598105066835968/Avn19bbI_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Mon Jun 01 22:19:32 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/592598105066835968/Avn19bbI_normal.jpg", "favourites_count": 1571, "status": {"in_reply_to_status_id": 685500089310277632, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "HenningD", "in_reply_to_user_id": 20758680, "in_reply_to_status_id_str": "685500089310277632", "in_reply_to_user_id_str": "20758680", "truncated": false, "id_str": "685506940563107840", "id": 685506940563107840, "text": "@HenningD @TwitterDE it's been great working with you. Best of luck!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "HenningD", "id_str": "20758680", "id": 20758680, "indices": [0, 9], "name": "Henning Dorstewitz"}, {"screen_name": "TwitterDE", "id_str": "95255169", "id": 95255169, "indices": [10, 20], "name": "Twitter Deutschland"}]}, "created_at": "Fri Jan 08 17:02:45 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 43987763, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 3686, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43987763/1397010068", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "412715336", "following": false, "friends_count": 159, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/535877742089097216/Ml3klh3D.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 1108, "location": "San Francisco, CA", "screen_name": "Celebrate", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 14, "name": "#Celebrate", "profile_use_background_image": true, "description": "#celebrate", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672154919302856704/nQ9H3_QQ_normal.jpg", "profile_background_color": "707375", "created_at": "Tue Nov 15 02:02:23 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672154919302856704/nQ9H3_QQ_normal.jpg", "favourites_count": 7, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/535877742089097216/Ml3klh3D.jpeg", "default_profile_image": false, "id": 412715336, "blocked_by": false, "profile_background_tile": true, "statuses_count": 88, "profile_banner_url": "https://pbs.twimg.com/profile_banners/412715336/1449089216", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "158595960", "following": false, "friends_count": 228, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 364, "location": "San Francisco", "screen_name": "drao", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 11, "name": "Deepak Rao", "profile_use_background_image": true, "description": "Product Manager @Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3566233797/c31ba9458ac8f966c6d6725889e4d40d_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 23 03:19:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3566233797/c31ba9458ac8f966c6d6725889e4d40d_normal.jpeg", "favourites_count": 646, "status": {"in_reply_to_status_id": 685246566118993920, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": "venukasturi", "in_reply_to_user_id": 22807096, "in_reply_to_status_id_str": "685246566118993920", "in_reply_to_user_id_str": "22807096", "truncated": false, "id_str": "685313574592315393", "id": 685313574592315393, "text": "@venukasturi next year", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "venukasturi", "id_str": "22807096", "id": 22807096, "indices": [0, 12], "name": "Venu Gopal Kasturi"}]}, "created_at": "Fri Jan 08 04:14:23 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 158595960, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 268, "profile_banner_url": "https://pbs.twimg.com/profile_banners/158595960/1405201901", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16669075", "following": false, "friends_count": 616, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fema.gov", "url": "http://t.co/yHUd9eUBs0", "expanded_url": "http://www.fema.gov/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/133948885/tw-412-1500.jpg", "notifications": false, "profile_sidebar_fill_color": "DCDCE0", "profile_link_color": "2A91B0", "geo_enabled": true, "followers_count": 440462, "location": "United States", "screen_name": "fema", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8833, "name": "FEMA", "profile_use_background_image": true, "description": "Our story of supporting citizens & first responders before, during, and after emergencies. For emergencies, call your local fire/EMS/police or 9-1-1.", "url": "http://t.co/yHUd9eUBs0", "profile_text_color": "65686E", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2620163192/j143q33k69loivqmp2dg_normal.gif", "profile_background_color": "CCCCCC", "created_at": "Thu Oct 09 16:54:20 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2620163192/j143q33k69loivqmp2dg_normal.gif", "favourites_count": 517, "status": {"retweet_count": 44, "retweeted_status": {"retweet_count": 44, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685577475888291841", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 1000, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOpFMKU0AA9Qqx.jpg", "type": "photo", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CYOpFMKU0AA9Qqx.jpg", "display_url": "pic.twitter.com/zcrtOzbmhj", "id_str": "685577474919419904", "expanded_url": "http://twitter.com/CAL_FIRE/status/685577475888291841/photo/1", "id": 685577474919419904, "url": "https://t.co/zcrtOzbmhj"}], "symbols": [], "urls": [{"display_url": "ready.gov/floods", "url": "https://t.co/jhcnztJMvD", "expanded_url": "http://www.ready.gov/floods", "indices": [85, 108]}], "hashtags": [{"text": "FireFactFriday", "indices": [0, 15]}], "user_mentions": []}, "created_at": "Fri Jan 08 21:43:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685577475888291841, "text": "#FireFactFriday Do you have a plan in the event of a flood in your area? Learn more: https://t.co/jhcnztJMvD https://t.co/zcrtOzbmhj", "coordinates": null, "retweeted": false, "favorite_count": 14, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685594168148779008", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1000, "h": 1000, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "source_status_id_str": "685577475888291841", "media_url": "http://pbs.twimg.com/media/CYOpFMKU0AA9Qqx.jpg", "source_user_id_str": "21249970", "id_str": "685577474919419904", "id": 685577474919419904, "media_url_https": "https://pbs.twimg.com/media/CYOpFMKU0AA9Qqx.jpg", "type": "photo", "indices": [123, 140], "source_status_id": 685577475888291841, "source_user_id": 21249970, "display_url": "pic.twitter.com/zcrtOzbmhj", "expanded_url": "http://twitter.com/CAL_FIRE/status/685577475888291841/photo/1", "url": "https://t.co/zcrtOzbmhj"}], "symbols": [], "urls": [{"display_url": "ready.gov/floods", "url": "https://t.co/jhcnztJMvD", "expanded_url": "http://www.ready.gov/floods", "indices": [99, 122]}], "hashtags": [{"text": "FireFactFriday", "indices": [14, 29]}], "user_mentions": [{"screen_name": "CAL_FIRE", "id_str": "21249970", "id": 21249970, "indices": [3, 12], "name": "CAL FIRE"}]}, "created_at": "Fri Jan 08 22:49:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685594168148779008, "text": "RT @CAL_FIRE: #FireFactFriday Do you have a plan in the event of a flood in your area? Learn more: https://t.co/jhcnztJMvD https://t.co/zcr\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16669075, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/133948885/tw-412-1500.jpg", "statuses_count": 10489, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16669075/1444411889", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1072103227", "following": false, "friends_count": 1004, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 831, "location": "SF", "screen_name": "heySierra", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 13, "name": "Sierra Lord", "profile_use_background_image": true, "description": "#gsd @twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/478925887317241856/lKubQMif_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 08 21:50:58 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478925887317241856/lKubQMif_normal.jpeg", "favourites_count": 3027, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685334213197983745", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 658, "h": 1024, "resize": "fit"}, "small": {"w": 340, "h": 529, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 933, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYLL1GvWQAAgdJr.jpg", "type": "photo", "indices": [63, 86], "media_url": "http://pbs.twimg.com/media/CYLL1GvWQAAgdJr.jpg", "display_url": "pic.twitter.com/ARS15LRjKI", "id_str": "685334206516445184", "expanded_url": "http://twitter.com/heySierra/status/685334213197983745/photo/1", "id": 685334206516445184, "url": "https://t.co/ARS15LRjKI"}], "symbols": [], "urls": [], "hashtags": [{"text": "CES2016", "indices": [34, 42]}, {"text": "AdamSilverissonice", "indices": [43, 62]}], "user_mentions": []}, "created_at": "Fri Jan 08 05:36:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/8fa6d7a33b83ef26.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-115.2092535, 35.984784], [-115.0610763, 35.984784], [-115.0610763, 36.137145], [-115.2092535, 36.137145]]], "type": "Polygon"}, "full_name": "Paradise, NV", "contained_within": [], "country_code": "US", "id": "8fa6d7a33b83ef26", "name": "Paradise"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685334213197983745, "text": "Highlight of my day. No big deal. #CES2016 #AdamSilverissonice https://t.co/ARS15LRjKI", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1072103227, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1072103227/1357682472", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16002085", "following": false, "friends_count": 2895, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thinkprogress.org", "url": "http://t.co/YV2uNXXlyL", "expanded_url": "http://www.thinkprogress.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 74889, "location": "Washington, DC", "screen_name": "igorvolsky", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1265, "name": "igorvolsky", "profile_use_background_image": true, "description": "Director of Video and Contributing Editor at @ThinkProgress. Contributing host @bpshow. Opinions, my own. E-mail: ivolsky@americanprogress.org", "url": "http://t.co/YV2uNXXlyL", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2342577927/ivx07n8a00tuoz387nxs_normal.jpeg", "profile_background_color": "C6E2EE", "created_at": "Tue Aug 26 20:17:23 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2342577927/ivx07n8a00tuoz387nxs_normal.jpeg", "favourites_count": 649, "status": {"retweet_count": 56, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685604356570411009", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/Reuters/status\u2026", "url": "https://t.co/NQNchxzojN", "expanded_url": "https://twitter.com/Reuters/status/685598272908582914", "indices": [110, 133]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:29:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685604356570411009, "text": "In order to hit back against Obama's plan to allow 10,000 Syrian refugees into the country over the next year https://t.co/NQNchxzojN", "coordinates": null, "retweeted": false, "favorite_count": 65, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 16002085, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "statuses_count": 29775, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "84981428", "following": false, "friends_count": 258, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "braintreepayments.com", "url": "https://t.co/Vc3MPaIBSU", "expanded_url": "http://www.braintreepayments.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4601, "location": "San Francisco, Chicago", "screen_name": "williamready", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 171, "name": "William Ready", "profile_use_background_image": true, "description": "SVP, Global Head of Product & Engineering at PayPal. CEO of @Braintree/@Venmo. Creating the easiest way to pay or get paid - online, mobile, in-store.", "url": "https://t.co/Vc3MPaIBSU", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/465089671232372737/tTGrmEEr_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Oct 25 01:31:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465089671232372737/tTGrmEEr_normal.jpeg", "favourites_count": 1585, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "680164364804960256", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nyti.ms/1QX83Ix", "url": "https://t.co/ZQLkL6vQil", "expanded_url": "http://nyti.ms/1QX83Ix", "indices": [117, 140]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 24 23:13:16 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 680164364804960256, "text": "Why it's important to understand diff between preferred stock (what investors get) & common (what employees get) https://t.co/ZQLkL6vQil", "coordinates": null, "retweeted": false, "favorite_count": 9, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 84981428, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2224, "profile_banner_url": "https://pbs.twimg.com/profile_banners/84981428/1410287238", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "48477007", "following": false, "friends_count": 368, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000096747681/2489cddbc47ab480f2765789712df752.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 50981, "location": "", "screen_name": "BRush_25", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 943, "name": "Brandon Rush", "profile_use_background_image": true, "description": "Instagram- brush_4\nsnapchat- showmeb", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522555073176813568/AQTuqFbn_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 18 20:24:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522555073176813568/AQTuqFbn_normal.jpeg", "favourites_count": 7, "status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685547921077485569", "id": 685547921077485569, "text": "Still listening to these Tory Lanez tapes \ud83d\udd25\ud83d\udd25\ud83d\udd25", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:45:35 +0000 2016", "source": "Echofon", "favorite_count": 30, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 48477007, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000096747681/2489cddbc47ab480f2765789712df752.jpeg", "statuses_count": 16019, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "4220691364", "following": false, "friends_count": 33, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sunsetwx.com", "url": "https://t.co/EQ5OfbQIZd", "expanded_url": "http://sunsetwx.com/", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3019, "location": "", "screen_name": "sunset_wx", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 66, "name": "Sunset Weather", "profile_use_background_image": true, "description": "Sunset & Sunrise Predictions: Model using an in-depth algorithm comprised of meteorological factors. Developed by @WxDeFlitch, @WxReppert, @hallettwx", "url": "https://t.co/EQ5OfbQIZd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/667137363026407425/6tor_4YC_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Nov 18 19:58:34 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/667137363026407425/6tor_4YC_normal.jpg", "favourites_count": 3776, "status": {"retweet_count": 0, "in_reply_to_user_id": 813355861, "possibly_sensitive": false, "id_str": "685629743136399361", "in_reply_to_user_id_str": "813355861", "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 262, "resize": "fit"}, "medium": {"w": 600, "h": 462, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 790, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPYnEDWkAAXSrH.jpg", "type": "photo", "indices": [49, 72], "media_url": "http://pbs.twimg.com/media/CYPYnEDWkAAXSrH.jpg", "display_url": "pic.twitter.com/eIAHING7d6", "id_str": "685629733904748544", "expanded_url": "http://twitter.com/sunset_wx/status/685629743136399361/photo/1", "id": 685629733904748544, "url": "https://t.co/eIAHING7d6"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jwmagettejr", "id_str": "813355861", "id": 813355861, "indices": [0, 12], "name": "jimmy magette"}]}, "created_at": "Sat Jan 09 01:10:43 +0000 2016", "favorited": false, "in_reply_to_status_id": 685628478230630400, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "jwmagettejr", "in_reply_to_status_id_str": "685628478230630400", "truncated": false, "id": 685629743136399361, "text": "@jwmagettejr Gorgeous! Verified w/ our forecast! https://t.co/eIAHING7d6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 4220691364, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1810, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4220691364/1447893477", "is_translator": false}, {"time_zone": "Greenland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "247901736", "following": false, "friends_count": 789, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/theblurbarbosa", "url": "http://t.co/BLAOP8mM9P", "expanded_url": "http://instagram.com/theblurbarbosa", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/492103794650390529/n8HvjU0z.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "C1C70A", "geo_enabled": false, "followers_count": 106398, "location": "Brazil", "screen_name": "TheBlurBarbosa", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1024, "name": "Leandro Barbosa", "profile_use_background_image": true, "description": "Jogador de Basquete da NBA. \nThe official account of Leandro Barbosa, basketball player!", "url": "http://t.co/BLAOP8mM9P", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/582746277877837824/-iT3qrWa_normal.jpg", "profile_background_color": "0EC704", "created_at": "Sat Feb 05 20:31:51 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/582746277877837824/-iT3qrWa_normal.jpg", "favourites_count": 614, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685194677742624768", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 728, "h": 728, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYJM7J7W8AA4RqX.jpg", "type": "photo", "indices": [68, 91], "media_url": "http://pbs.twimg.com/media/CYJM7J7W8AA4RqX.jpg", "display_url": "pic.twitter.com/hF4aXpXgwK", "id_str": "685194672474615808", "expanded_url": "http://twitter.com/TheBlurBarbosa/status/685194677742624768/photo/1", "id": 685194672474615808, "url": "https://t.co/hF4aXpXgwK"}], "symbols": [], "urls": [], "hashtags": [{"text": "BeepBeep", "indices": [32, 41]}, {"text": "Warriors", "indices": [58, 67]}], "user_mentions": [{"screen_name": "CWArtwork", "id_str": "1120273860", "id": 1120273860, "indices": [21, 31], "name": "CW Artwork"}]}, "created_at": "Thu Jan 07 20:21:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685194677742624768, "text": "Love the art! Thanks @cwartwork #BeepBeep\n\nAdorei a arte! #Warriors https://t.co/hF4aXpXgwK", "coordinates": null, "retweeted": false, "favorite_count": 63, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 247901736, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/492103794650390529/n8HvjU0z.jpeg", "statuses_count": 5009, "profile_banner_url": "https://pbs.twimg.com/profile_banners/247901736/1406161704", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "858957830", "following": false, "friends_count": 265, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 41498, "location": "", "screen_name": "gswstats", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 518, "name": "GSWStats", "profile_use_background_image": true, "description": "An official twitter account of the Golden State Warriors, featuring statistics, news and notes about the team throughout the season.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2722907797/7ebe61e3ecdb0e2ea0ec4b04808a5e7a_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Oct 03 00:50:25 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2722907797/7ebe61e3ecdb0e2ea0ec4b04808a5e7a_normal.jpeg", "favourites_count": 9, "status": {"in_reply_to_status_id": null, "retweet_count": 86, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685597797693833217", "id": 685597797693833217, "text": "Warriors, who are playing their first game of the season against the Blazers tonight, swept the season series (3-0) vs. Portland in 2014-15.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 23:03:47 +0000 2016", "source": "Twitter Web Client", "favorite_count": 252, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 858957830, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 9529, "profile_banner_url": "https://pbs.twimg.com/profile_banners/858957830/1401380224", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "22965624", "following": false, "friends_count": 587, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lafourcade.com.mx", "url": "http://t.co/CV9kDVyOwc", "expanded_url": "http://lafourcade.com.mx", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 1703741, "location": "Mexico, DF", "screen_name": "lafourcade", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5644, "name": "Natalia Lafourcade", "profile_use_background_image": true, "description": "musico", "url": "http://t.co/CV9kDVyOwc", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/572613459960971265/ZajHi1vH_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Mar 05 19:38:07 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/572613459960971265/ZajHi1vH_normal.jpeg", "favourites_count": 249, "status": {"retweet_count": 20, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685254697653895169", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/sonymusiccol/s\u2026", "url": "https://t.co/y0OpGl8LED", "expanded_url": "https://twitter.com/sonymusiccol/status/685126161261707264", "indices": [85, 108]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 00:20:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "es", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685254697653895169, "text": "Esto es para mis amigos de Colombia. \u00bfCu\u00e1l es su lugar favorito de este lindo pa\u00eds? https://t.co/y0OpGl8LED", "coordinates": null, "retweeted": false, "favorite_count": 129, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 22965624, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 6361, "profile_banner_url": "https://pbs.twimg.com/profile_banners/22965624/1425415118", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3099613624", "following": false, "friends_count": 130, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 86090, "location": "", "screen_name": "salmahayek", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 487, "name": "Salma Hayek", "profile_use_background_image": false, "description": "After hundreds of impostors, years of procrastination, and a self-imposed allergy to technology, FINALLY I'm here. \u00a1Hola! It's Salma.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/581022722509152256/WgcyB-4H_normal.jpg", "profile_background_color": "000000", "created_at": "Fri Mar 20 15:48:51 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/581022722509152256/WgcyB-4H_normal.jpg", "favourites_count": 4, "status": {"retweet_count": 325, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677221425497837568", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cosmopolitan.com/entertainment/\u2026", "url": "https://t.co/tRlCbEeNej", "expanded_url": "http://www.cosmopolitan.com/entertainment/news/a50859/amandla-sternberg-and-rowan-blanchard-feminists-of-the-year/", "indices": [71, 94]}], "hashtags": [], "user_mentions": [{"screen_name": "rowblanchard", "id_str": "307548363", "id": 307548363, "indices": [57, 70], "name": "Rowan Blanchard"}]}, "created_at": "Wed Dec 16 20:19:04 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/3b77caf94bfc81fe.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-118.668404, 33.704538], [-118.155409, 33.704538], [-118.155409, 34.337041], [-118.668404, 34.337041]]], "type": "Polygon"}, "full_name": "Los Angeles, CA", "contained_within": [], "country_code": "US", "id": "3b77caf94bfc81fe", "name": "Los Angeles"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677221425497837568, "text": "Congratulations to my girl I adore.I am so proud of you. @rowblanchard https://t.co/tRlCbEeNej", "coordinates": null, "retweeted": false, "favorite_count": 1139, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 3099613624, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 96, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3099613624/1438298694", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18441988", "following": false, "friends_count": 304, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/54453438/JRICH23___Web_Background___4.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 245663, "location": "", "screen_name": "jrich23", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3053, "name": "Jason Richardson", "profile_use_background_image": true, "description": "Father, Husband and just all around good guy!", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3502251114/3155495afcd436590ce2974623ed39cb_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Dec 29 04:04:33 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3502251114/3155495afcd436590ce2974623ed39cb_normal.jpeg", "favourites_count": 5, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678360808783482882", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/_fgpM4R3ub/", "url": "https://t.co/wWEzLBZC3h", "expanded_url": "https://www.instagram.com/p/_fgpM4R3ub/", "indices": [100, 123]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Dec 19 23:46:34 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678360808783482882, "text": "Short 10 hour trip to the Bay! Had a great time at the Rainbow Center court dedication & camp.\u2026 https://t.co/wWEzLBZC3h", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 18441988, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/54453438/JRICH23___Web_Background___4.jpg", "statuses_count": 2691, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18441988/1395676880", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15506669", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 73576, "location": "", "screen_name": "JeffBezos", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 879, "name": "Jeff Bezos", "profile_use_background_image": true, "description": "Amazon, Blue Origin, Washington Post", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669103856106668033/UF3cgUk4_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jul 20 22:38:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669103856106668033/UF3cgUk4_normal.jpg", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 1576, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679116636310360067", "id": 679116636310360067, "text": "Congrats @SpaceX on landing Falcon's suborbital booster stage. Welcome to the club!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SpaceX", "id_str": "34743251", "id": 34743251, "indices": [9, 16], "name": "SpaceX"}]}, "created_at": "Tue Dec 22 01:49:58 +0000 2015", "source": "Twitter Web Client", "favorite_count": 2546, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15506669, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15506669/1448361938", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "15930926", "following": false, "friends_count": 1445, "entities": {"description": {"urls": [{"display_url": "therapfan.com", "url": "http://t.co/6ty3IIzh7f", "expanded_url": "http://therapfan.com", "indices": [101, 123]}]}, "url": {"urls": [{"display_url": "therapfan.com", "url": "https://t.co/fVOL5FpVZ3", "expanded_url": "http://www.therapfan.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/651580168/f6k8i24dlms3d4hktugh.jpeg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": true, "followers_count": 8751, "location": "WI - STL - CA - ATL - tour", "screen_name": "djtrackstar", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 194, "name": "WRTJ", "profile_use_background_image": true, "description": "Professional Rap Fan. Tour DJ for Run the Jewels. The Smoking Section. WRTJ on Beats1. @peaceimages. http://t.co/6ty3IIzh7f fb/ig:trackstarthedj", "url": "https://t.co/fVOL5FpVZ3", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/670654382657155072/0ThsAvGH_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Thu Aug 21 13:14:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670654382657155072/0ThsAvGH_normal.jpg", "favourites_count": 6825, "status": {"retweet_count": 4, "retweeted_status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685625187392327681", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/AP3I1R8zCDc", "url": "https://t.co/Q8mqro31Na", "expanded_url": "https://youtu.be/AP3I1R8zCDc", "indices": [69, 92]}], "hashtags": [{"text": "battleraphistory", "indices": [93, 110]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:52:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685625187392327681, "text": "Rhymefest vs Mexicano - \"you can rap like this but u not goin win\" \ud83d\ude02 https://t.co/Q8mqro31Na #battleraphistory", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685625768668446721", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/AP3I1R8zCDc", "url": "https://t.co/Q8mqro31Na", "expanded_url": "https://youtu.be/AP3I1R8zCDc", "indices": [80, 103]}], "hashtags": [{"text": "battleraphistory", "indices": [104, 121]}], "user_mentions": [{"screen_name": "Drect", "id_str": "23562632", "id": 23562632, "indices": [3, 9], "name": "Drect Williams"}]}, "created_at": "Sat Jan 09 00:54:56 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685625768668446721, "text": "RT @Drect: Rhymefest vs Mexicano - \"you can rap like this but u not goin win\" \ud83d\ude02 https://t.co/Q8mqro31Na #battleraphistory", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 15930926, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/651580168/f6k8i24dlms3d4hktugh.jpeg", "statuses_count": 32218, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15930926/1388895937", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1496009995", "following": false, "friends_count": 634, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/jikpa", "url": "https://t.co/dNEeeChBZx", "expanded_url": "http://linkedin.com/in/jikpa", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "profile_link_color": "990000", "geo_enabled": true, "followers_count": 612, "location": "San Francisco, CA", "screen_name": "jikpapa", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 6, "name": "Janet Ikpa", "profile_use_background_image": true, "description": "Diversity Strategist @Twitter | Past life @Google | @Blackbirds & @WomEng Lead | UC Santa Barbara & Indiana University Alum | \u2764\ufe0f | Thoughts my own", "url": "https://t.co/dNEeeChBZx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672511079117799424/p2DqatK6_normal.jpg", "profile_background_color": "EBEBEB", "created_at": "Sun Jun 09 16:16:26 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "DFDFDF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672511079117799424/p2DqatK6_normal.jpg", "favourites_count": 2743, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685559958620868608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/i/moments/6855\u2026", "url": "https://t.co/aarBCxI4p1", "expanded_url": "https://twitter.com/i/moments/685530257777098752?native_moment=true", "indices": [0, 23]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:33:25 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685559958620868608, "text": "https://t.co/aarBCxI4p1", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1496009995, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "statuses_count": 1057, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1496009995/1431054902", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "100224999", "following": false, "friends_count": 183, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 507, "location": "San Francisco", "screen_name": "gabi_dee", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 14, "name": "Gabrielle Delva", "profile_use_background_image": false, "description": "travel enthusiast, professional giggler, gif guru, forever in transition.", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/478241815263342592/gYH3PC5y_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Dec 29 13:27:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478241815263342592/gYH3PC5y_normal.jpeg", "favourites_count": 1373, "status": {"retweet_count": 19, "retweeted_status": {"retweet_count": 19, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684784175044362240", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "g.co/RISEAwards", "url": "https://t.co/pu9kaeabaw", "expanded_url": "http://g.co/RISEAwards", "indices": [112, 135]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 17:10:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684784175044362240, "text": "Know a great nonprofit that teaches Computer Science to students? Apply for the Google RISE Awards by Feb 19 at https://t.co/pu9kaeabaw", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684819789219368960", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "g.co/RISEAwards", "url": "https://t.co/pu9kaeabaw", "expanded_url": "http://g.co/RISEAwards", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "googlenonprofit", "id_str": "257660675", "id": 257660675, "indices": [3, 19], "name": "GoogleforNonprofits"}]}, "created_at": "Wed Jan 06 19:32:15 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684819789219368960, "text": "RT @googlenonprofit: Know a great nonprofit that teaches Computer Science to students? Apply for the Google RISE Awards by Feb 19 at https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 100224999, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 6503, "profile_banner_url": "https://pbs.twimg.com/profile_banners/100224999/1426546312", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "18768473", "following": false, "friends_count": 2133, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "open.spotify.com/user/brucedais\u2026", "url": "https://t.co/l0e3ybjdUA", "expanded_url": "https://open.spotify.com/user/brucedaisley", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000072128377/89417926146ee674d0f9660e39bd02a6.jpeg", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 19662, "location": "", "screen_name": "brucedaisley", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 416, "name": "Bruce Daisley", "profile_use_background_image": true, "description": "Typo strewn tweets about pop music. #HeForShe. Work at Twitter.", "url": "https://t.co/l0e3ybjdUA", "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/669888087732953089/5kBZHAXm_normal.jpg", "profile_background_color": "352726", "created_at": "Thu Jan 08 16:20:21 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669888087732953089/5kBZHAXm_normal.jpg", "favourites_count": 14620, "status": {"in_reply_to_status_id": 685619607722418177, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "MintRoyale", "in_reply_to_user_id": 34306180, "in_reply_to_status_id_str": "685619607722418177", "in_reply_to_user_id_str": "34306180", "truncated": false, "id_str": "685619993329930244", "id": 685619993329930244, "text": "@MintRoyale I'm already over it. The one person I followed clearly is going to police about my unsolicited attention", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MintRoyale", "id_str": "34306180", "id": 34306180, "indices": [0, 11], "name": "Mint Royale"}]}, "created_at": "Sat Jan 09 00:31:59 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18768473, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000072128377/89417926146ee674d0f9660e39bd02a6.jpeg", "statuses_count": 20372, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18768473/1441290267", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "60900903", "following": false, "friends_count": 2729, "entities": {"description": {"urls": [{"display_url": "squ.re/1MXEAse", "url": "https://t.co/lZueerHDOb", "expanded_url": "http://squ.re/1MXEAse", "indices": [125, 148]}]}, "url": {"urls": [{"display_url": "mrtodspies.com", "url": "https://t.co/Bu7ML9v7ZC", "expanded_url": "http://www.mrtodspies.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/446717142709186560/fj2CUeyQ.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2257, "location": "Aqui Estoy", "screen_name": "MrTodsPies", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 71, "name": "Mr. Tod", "profile_use_background_image": true, "description": "CEO and Founder of Mr Tod's Pie Factory - ABC Shark Tank's First Winner - Sweet Potato Pie King - Check out my Square Story: https://t.co/lZueerHDOb", "url": "https://t.co/Bu7ML9v7ZC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/641236493437116416/n0wPt1s8_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Tue Jul 28 13:20:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/641236493437116416/n0wPt1s8_normal.jpg", "favourites_count": 423, "status": {"in_reply_to_status_id": 685056214812602368, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Justsayin53", "in_reply_to_user_id": 406640706, "in_reply_to_status_id_str": "685056214812602368", "in_reply_to_user_id_str": "406640706", "truncated": false, "id_str": "685085098476191744", "id": 685085098476191744, "text": "@Justsayin53 GM! All is well in the land of #pies - baking away!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "pies", "indices": [44, 49]}], "user_mentions": [{"screen_name": "Justsayin53", "id_str": "406640706", "id": 406640706, "indices": [0, 12], "name": "Wendy"}]}, "created_at": "Thu Jan 07 13:06:30 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 60900903, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/446717142709186560/fj2CUeyQ.jpeg", "statuses_count": 2574, "profile_banner_url": "https://pbs.twimg.com/profile_banners/60900903/1432911758", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6148472", "following": false, "friends_count": 57, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "gotinder.com", "url": "https://t.co/801oYHR78b", "expanded_url": "http://gotinder.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7031, "location": "", "screen_name": "seanrad", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 390, "name": "Sean Rad", "profile_use_background_image": true, "description": "Founder & CEO of Tinder", "url": "https://t.co/801oYHR78b", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675533302086766593/SeqZFpXG_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri May 18 22:24:10 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675533302086766593/SeqZFpXG_normal.jpg", "favourites_count": 3, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "664448755433779200", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "tinder.com/@sean", "url": "https://t.co/NygIrxGtnu", "expanded_url": "http://www.tinder.com/@sean", "indices": [18, 41]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Nov 11 14:25:02 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 664448755433779200, "text": "Like me on Tinder https://t.co/NygIrxGtnu", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 6148472, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 2153, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2163177444", "following": false, "friends_count": 61, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 18065, "location": "", "screen_name": "HistOpinion", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 299, "name": "Historical Opinion", "profile_use_background_image": true, "description": "Tweets from historical public opinion surveys, US and around the world, 1935-yesterday. Curated by @pashulman.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551927399491698691/rr_nru0L_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Oct 29 16:37:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551927399491698691/rr_nru0L_normal.jpeg", "favourites_count": 300, "status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684902543877476353", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 614, "resize": "fit"}, "medium": {"w": 600, "h": 360, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 204, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYDoqYmWQAAdVCK.jpg", "type": "photo", "indices": [114, 137], "media_url": "http://pbs.twimg.com/media/CYDoqYmWQAAdVCK.jpg", "display_url": "pic.twitter.com/PYMJH91nLw", "id_str": "684802958215757824", "expanded_url": "http://twitter.com/HistOpinion/status/684902543877476353/photo/1", "id": 684802958215757824, "url": "https://t.co/PYMJH91nLw"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 01:01:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684902543877476353, "text": "US Jun 16 \u201954: If the US gets into a fighting war in Indochina, should\nwe drop hydrogen bombs on cities in China? https://t.co/PYMJH91nLw", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 2163177444, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1272, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2163177444/1398739322", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4257979872", "following": false, "friends_count": 0, "entities": {"description": {"urls": [{"display_url": "on.mash.to/1SWgZ0q", "url": "https://t.co/XCv9Qbk0fi", "expanded_url": "http://on.mash.to/1SWgZ0q", "indices": [105, 128]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3D4999", "geo_enabled": false, "followers_count": 53019, "location": "", "screen_name": "ParisVictims", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 215, "name": "En m\u00e9moire", "profile_use_background_image": false, "description": "One tweet for every victim of the terror attacks in Paris on Nov. 13, 2015. This is a @Mashable project.\nhttps://t.co/XCv9Qbk0fi", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666290757091745792/S7CVhaTi_normal.png", "profile_background_color": "969494", "created_at": "Mon Nov 16 15:41:07 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666290757091745792/S7CVhaTi_normal.png", "favourites_count": 0, "status": {"retweet_count": 165, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684490643801018369", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 235, "resize": "fit"}, "large": {"w": 528, "h": 366, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 528, "h": 366, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX_MkmUWYAAv2nw.png", "type": "photo", "indices": [112, 135], "media_url": "http://pbs.twimg.com/media/CX_MkmUWYAAv2nw.png", "display_url": "pic.twitter.com/hhsLwl89oq", "id_str": "684490597516861440", "expanded_url": "http://twitter.com/ParisVictims/status/684490643801018369/photo/1", "id": 684490597516861440, "url": "https://t.co/hhsLwl89oq"}], "symbols": [], "urls": [], "hashtags": [{"text": "enm\u00e9moire", "indices": [101, 111]}], "user_mentions": []}, "created_at": "Tue Jan 05 21:44:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684490643801018369, "text": "Ren\u00e9 Bichon, 62. France. \nLoved life even though it wasn't always easy. \nVery funny. A \"bon vivant.\" #enm\u00e9moire https://t.co/hhsLwl89oq", "coordinates": null, "retweeted": false, "favorite_count": 314, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 4257979872, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 130, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4257979872/1447689123", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "562267840", "following": false, "friends_count": 95, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "raine.com", "url": "http://t.co/raiVzM9CC2", "expanded_url": "http://www.raine.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 465, "location": "NY/LA/SFO/LONDON/ASIA", "screen_name": "JoeRavitch", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 8, "name": "Joe Ravitch", "profile_use_background_image": true, "description": "", "url": "http://t.co/raiVzM9CC2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/579968246675320832/FrnEfzjo_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 24 19:09:33 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/579968246675320832/FrnEfzjo_normal.jpg", "favourites_count": 60, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684484640321748997", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/NRA/status/684\u2026", "url": "https://t.co/zpDO52WGJD", "expanded_url": "https://twitter.com/NRA/status/684469926707335168", "indices": [75, 98]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 21:20:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684484640321748997, "text": "These people are more dangerous to American freedom than ISIS ever will be https://t.co/zpDO52WGJD", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 562267840, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 325, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "928744998", "following": false, "friends_count": 812, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wakeuptopolitics.com", "url": "https://t.co/Mwu8QKYT05", "expanded_url": "http://www.wakeuptopolitics.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000150612503/3kpXdhMd.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1722, "location": "St. Louis (now), DC (future)", "screen_name": "WakeUp2Politics", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 39, "name": "Gabe Fleisher", "profile_use_background_image": false, "description": "14 yr old Editor, Wake Up To Politics, daily political newsletter. Author. Political junkie. Also attending middle school in my spare time. RTs \u2260 endorsements.", "url": "https://t.co/Mwu8QKYT05", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675521464804622337/GIXOQ6Gd_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Nov 06 01:20:43 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675521464804622337/GIXOQ6Gd_normal.jpg", "favourites_count": 2832, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685439707459665920", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wakeuptopolitics.com/subscribe", "url": "https://t.co/ch4BPL5do8", "expanded_url": "http://wakeuptopolitics.com/subscribe", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 12:35:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685439707459665920, "text": "Looking for an informative daily political update? Sign up to get Wake Up To Politics in your inbox every morning: https://t.co/ch4BPL5do8", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 928744998, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000150612503/3kpXdhMd.jpeg", "statuses_count": 3668, "profile_banner_url": "https://pbs.twimg.com/profile_banners/928744998/1452145580", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2773453886", "following": false, "friends_count": 32, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jumpshotgenie.com", "url": "http://t.co/IrZ3XgzXdT", "expanded_url": "http://www.jumpshotgenie.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7718, "location": "Charlotte, NC", "screen_name": "DC__for3", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 44, "name": "Dell Curry", "profile_use_background_image": true, "description": "", "url": "http://t.co/IrZ3XgzXdT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/504641440933101569/Vdxyd0HB_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Aug 27 14:43:19 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/504641440933101569/Vdxyd0HB_normal.jpeg", "favourites_count": 35, "status": {"in_reply_to_status_id": 565328922259492870, "retweet_count": 7, "place": null, "in_reply_to_screen_name": "UnderArmour", "in_reply_to_user_id": 23114836, "in_reply_to_status_id_str": "565328922259492870", "in_reply_to_user_id_str": "23114836", "truncated": false, "id_str": "565627064007811072", "id": 565627064007811072, "text": "@UnderArmour thanks for keeping us looking good!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "UnderArmour", "id_str": "23114836", "id": 23114836, "indices": [0, 12], "name": "Under Armour"}]}, "created_at": "Wed Feb 11 21:42:55 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 65, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2773453886, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 69, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2773453886/1409150929", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "798048997", "following": false, "friends_count": 2, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "perigee.se", "url": "http://t.co/2P0WOpJTeV", "expanded_url": "http://www.perigee.se", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 447, "location": "", "screen_name": "PerigeeApps", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 12, "name": "Perigee", "profile_use_background_image": true, "description": "Crafting useful and desirable apps that solve life's problems in a delightful way.", "url": "http://t.co/2P0WOpJTeV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664715687147864064/kpc2xZhe_normal.png", "profile_background_color": "C0DEED", "created_at": "Sun Sep 02 11:11:01 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664715687147864064/kpc2xZhe_normal.png", "favourites_count": 106, "status": {"in_reply_to_status_id": 684084532673417216, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "BenAlexx", "in_reply_to_user_id": 272510324, "in_reply_to_status_id_str": "684084532673417216", "in_reply_to_user_id_str": "272510324", "truncated": false, "id_str": "684271791339081728", "id": 684271791339081728, "text": "@BenAlexx on our wish list", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "BenAlexx", "id_str": "272510324", "id": 272510324, "indices": [0, 9], "name": "Ben Byriel"}]}, "created_at": "Tue Jan 05 07:14:42 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 798048997, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 433, "profile_banner_url": "https://pbs.twimg.com/profile_banners/798048997/1447315639", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "37861434", "following": false, "friends_count": 6, "entities": {"description": {"urls": [{"display_url": "amzn.to/PayjDo", "url": "http://t.co/VtCEbuw6KH", "expanded_url": "http://amzn.to/PayjDo", "indices": [133, 155]}]}, "url": {"urls": [{"display_url": "eqbot.com", "url": "http://t.co/EznRBcY7a7", "expanded_url": "http://eqbot.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 124430, "location": "San Francisco, CA", "screen_name": "earthquakesSF", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1539, "name": "SF QuakeBot", "profile_use_background_image": true, "description": "I am a robot that live-tweets earthquakes in the San Francisco Bay area. Built by @billsnitzer. Data is from the USGS. Get prepared: http://t.co/VtCEbuw6KH", "url": "http://t.co/EznRBcY7a7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/198106312/pink-wave_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue May 05 04:53:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/198106312/pink-wave_normal.png", "favourites_count": 0, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685564529225277440", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "eqbot.com/gAY", "url": "https://t.co/moSo8varxs", "expanded_url": "http://eqbot.com/gAY", "indices": [84, 107]}, {"display_url": "eqbot.com/gA9", "url": "https://t.co/5Qt0pRkUQW", "expanded_url": "http://eqbot.com/gA9", "indices": [113, 136]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:51:35 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": {"coordinates": [37.7738342, -122.1374969], "type": "Point"}, "place": {"url": "https://api.twitter.com/1.1/geo/id/ab2f2fac83aa388d.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.34266, 37.699279], [-122.114711, 37.699279], [-122.114711, 37.8847092], [-122.34266, 37.8847092]]], "type": "Polygon"}, "full_name": "Oakland, CA", "contained_within": [], "country_code": "US", "id": "ab2f2fac83aa388d", "name": "Oakland"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685564529225277440, "text": "A 1.5 magnitude earthquake occurred 3.11mi NNE of San Leandro, California. Details: https://t.co/moSo8varxs Map: https://t.co/5Qt0pRkUQW", "coordinates": {"coordinates": [-122.1374969, 37.7738342], "type": "Point"}, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "EQBot"}, "default_profile_image": false, "id": 37861434, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7780, "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "249334021", "following": false, "friends_count": 55, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opinionator.blogs.nytimes.com/category/fixes/", "url": "http://t.co/dSgWPDl048", "expanded_url": "http://opinionator.blogs.nytimes.com/category/fixes/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/203074404/twitter_post.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7147, "location": "New York, NY", "screen_name": "nytimesfixes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 402, "name": "NYT Fixes Blog", "profile_use_background_image": true, "description": "Fixes explores solutions to major social problems. Each week, it examines creative initiatives that can tell us about the difference between success and failure", "url": "http://t.co/dSgWPDl048", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1238697071/fixes45_normal.gif", "profile_background_color": "C0DEED", "created_at": "Tue Feb 08 21:00:21 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1238697071/fixes45_normal.gif", "favourites_count": 3, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "637290541017899008", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1E5KU38", "url": "http://t.co/FqIFItO9DV", "expanded_url": "http://bit.ly/1E5KU38", "indices": [106, 128]}], "hashtags": [], "user_mentions": [{"screen_name": "poptech", "id_str": "14514411", "id": 14514411, "indices": [42, 50], "name": "PopTech"}]}, "created_at": "Fri Aug 28 15:47:59 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 637290541017899008, "text": "SJN is sponsoring one journalist to go to @poptech conference Oct 22-24 in Camden, ME. Last day to apply! http://t.co/FqIFItO9DV", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "637290601596198912", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1E5KU38", "url": "http://t.co/FqIFItO9DV", "expanded_url": "http://bit.ly/1E5KU38", "indices": [123, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "dnbornstein", "id_str": "17669950", "id": 17669950, "indices": [3, 15], "name": "David Bornstein"}, {"screen_name": "poptech", "id_str": "14514411", "id": 14514411, "indices": [59, 67], "name": "PopTech"}]}, "created_at": "Fri Aug 28 15:48:14 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 637290601596198912, "text": "RT @dnbornstein: SJN is sponsoring one journalist to go to @poptech conference Oct 22-24 in Camden, ME. Last day to apply! http://t.co/FqIF\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 249334021, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/203074404/twitter_post.png", "statuses_count": 349, "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "360391686", "following": false, "friends_count": 707, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "chetfaker.com/shows", "url": "https://t.co/es4xPMVZSh", "expanded_url": "http://chetfaker.com/shows", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/369302228/tumblr_lkiu23c5LD1qaybs7o1_500.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 81997, "location": "Australia", "screen_name": "Chet_Faker", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 559, "name": "\u270b\u0279\u01dd\u029e\u0250\u2132 \u0287\u01dd\u0265\u0186", "profile_use_background_image": true, "description": "unnoficial fan account *parody* no way affiliated with Chet Faker. we \u2665\ufe0fChet Kawai please follow for latest music & check website for more news", "url": "https://t.co/es4xPMVZSh", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/589275155832000512/SEniErkR_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Aug 23 04:05:11 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/589275155832000512/SEniErkR_normal.jpg", "favourites_count": 12083, "status": {"retweet_count": 8, "retweeted_status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685545101813141504", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOLov2UEAA687A.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CYOLov2UEAA687A.jpg", "display_url": "pic.twitter.com/60GJ7KHdXk", "id_str": "685545100445749248", "expanded_url": "http://twitter.com/shazi_LA/status/685545101813141504/photo/1", "id": 685545100445749248, "url": "https://t.co/60GJ7KHdXk"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "GovBallNYC", "id_str": "241426680", "id": 241426680, "indices": [20, 31], "name": "The Governors Ball"}, {"screen_name": "Thundercat", "id_str": "272071608", "id": 272071608, "indices": [85, 96], "name": "Thunder....cat"}, {"screen_name": "Chet_Faker", "id_str": "360391686", "id": 360391686, "indices": [103, 114], "name": "\u270b\u0279\u01dd\u029e\u0250\u2132 \u0287\u01dd\u0265\u0186"}]}, "created_at": "Fri Jan 08 19:34:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685545101813141504, "text": "Oh hey, look at the @GovBallNYC lineup... some of my faves here! (I'm looking at you @Thundercat & @Chet_Faker) https://t.co/60GJ7KHdXk", "coordinates": null, "retweeted": false, "favorite_count": 35, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685546274679066624", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "source_status_id_str": "685545101813141504", "media_url": "http://pbs.twimg.com/media/CYOLov2UEAA687A.jpg", "source_user_id_str": "226243669", "id_str": "685545100445749248", "id": 685545100445749248, "media_url_https": "https://pbs.twimg.com/media/CYOLov2UEAA687A.jpg", "type": "photo", "indices": [130, 144], "source_status_id": 685545101813141504, "source_user_id": 226243669, "display_url": "pic.twitter.com/60GJ7KHdXk", "expanded_url": "http://twitter.com/shazi_LA/status/685545101813141504/photo/1", "url": "https://t.co/60GJ7KHdXk"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "shazi_LA", "id_str": "226243669", "id": 226243669, "indices": [3, 12], "name": "Shazi_LA"}, {"screen_name": "GovBallNYC", "id_str": "241426680", "id": 241426680, "indices": [34, 45], "name": "The Governors Ball"}, {"screen_name": "Thundercat", "id_str": "272071608", "id": 272071608, "indices": [99, 110], "name": "Thunder....cat"}, {"screen_name": "Chet_Faker", "id_str": "360391686", "id": 360391686, "indices": [117, 128], "name": "\u270b\u0279\u01dd\u029e\u0250\u2132 \u0287\u01dd\u0265\u0186"}]}, "created_at": "Fri Jan 08 19:39:03 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685546274679066624, "text": "RT @shazi_LA: Oh hey, look at the @GovBallNYC lineup... some of my faves here! (I'm looking at you @Thundercat & @Chet_Faker) https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 360391686, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/369302228/tumblr_lkiu23c5LD1qaybs7o1_500.png", "statuses_count": 8616, "profile_banner_url": "https://pbs.twimg.com/profile_banners/360391686/1363912234", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "748615879", "following": false, "friends_count": 585, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "angstrom.io", "url": "https://t.co/bwG2E1VYFG", "expanded_url": "http://angstrom.io", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/784862484/832ee6be0442e506ad3d967ba159f1d3.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 282, "location": "37.7750\u00b0 N, 122.4183\u00b0 W", "screen_name": "cacoco", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 8, "name": "Christopher Coco", "profile_use_background_image": true, "description": "life in small doses.", "url": "https://t.co/bwG2E1VYFG", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/474251058684772352/Bl-lSiFE_normal.jpeg", "profile_background_color": "131516", "created_at": "Fri Aug 10 04:35:36 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/474251058684772352/Bl-lSiFE_normal.jpeg", "favourites_count": 4543, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683060423336148992", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 453, "resize": "fit"}, "medium": {"w": 600, "h": 801, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 767, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXq300UUMAAqlli.jpg", "type": "photo", "indices": [23, 46], "media_url": "http://pbs.twimg.com/media/CXq300UUMAAqlli.jpg", "display_url": "pic.twitter.com/O9ES2jxF83", "id_str": "683060411524984832", "expanded_url": "http://twitter.com/cacoco/status/683060423336148992/photo/1", "id": 683060411524984832, "url": "https://t.co/O9ES2jxF83"}], "symbols": [], "urls": [], "hashtags": [{"text": "HappyNewYear", "indices": [9, 22]}], "user_mentions": []}, "created_at": "Fri Jan 01 23:01:10 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683060423336148992, "text": "Day 700. #HappyNewYear https://t.co/O9ES2jxF83", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 748615879, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/784862484/832ee6be0442e506ad3d967ba159f1d3.jpeg", "statuses_count": 1975, "profile_banner_url": "https://pbs.twimg.com/profile_banners/748615879/1352437653", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "2652536876", "following": false, "friends_count": 102, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pepsico.com", "url": "https://t.co/SDLqDs6Xfd", "expanded_url": "http://pepsico.com", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3510, "location": "purchase ny", "screen_name": "IndraNooyi", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "Indra Nooyi", "profile_use_background_image": true, "description": "CEO @PEPSICO", "url": "https://t.co/SDLqDs6Xfd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661650082115231745/DIyy4T1-_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jul 17 01:35:59 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661650082115231745/DIyy4T1-_normal.jpg", "favourites_count": 7, "status": {"in_reply_to_status_id": null, "retweet_count": 9, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682716095342587906", "id": 682716095342587906, "text": "Happy New Year to all with hopes for a peaceful and harmonious 2016", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 00:12:56 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 35, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2652536876, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 12, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2652536876/1446586148", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3274940484", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 395, "location": "", "screen_name": "getpolled", "verified": false, "has_extended_profile": false, "protected": true, "listed_count": 1, "name": "@GetPolled", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/621489737711235072/HM3sNPNi_normal.jpg", "profile_background_color": "3B94D9", "created_at": "Sat Jul 11 00:28:05 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621489737711235072/HM3sNPNi_normal.jpg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 3274940484, "blocked_by": false, "profile_background_tile": false, "statuses_count": 42, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3274940484/1437009659", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "41783", "following": false, "friends_count": 74, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "louiemantia.com", "url": "https://t.co/MWe41e6Yhi", "expanded_url": "http://louiemantia.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/593984143/649qzer53whn3j5e7vmy.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "ABB8C2", "geo_enabled": true, "followers_count": 17113, "location": "Portland", "screen_name": "mantia", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 1118, "name": "Louie Mantia", "profile_use_background_image": false, "description": "America's Favorite Icon Designer, Partner @Parakeet", "url": "https://t.co/MWe41e6Yhi", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684924820572614656/1cAKFs1M_normal.png", "profile_background_color": "A8B4BF", "created_at": "Tue Dec 05 02:40:37 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684924820572614656/1cAKFs1M_normal.png", "favourites_count": 11668, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685636553998118914", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPe0BdUQAAv0wF.png", "type": "photo", "indices": [74, 97], "media_url": "http://pbs.twimg.com/media/CYPe0BdUQAAv0wF.png", "display_url": "pic.twitter.com/WyQjkr55BZ", "id_str": "685636553616408576", "expanded_url": "http://twitter.com/Parakeet/status/685636553998118914/photo/1", "id": 685636553616408576, "url": "https://t.co/WyQjkr55BZ"}], "symbols": [], "urls": [{"display_url": "dribbble.com/shots/2446577-\u2026", "url": "https://t.co/mDgJ3qH7ro", "expanded_url": "https://dribbble.com/shots/2446577-Kitchen-Sync-App-Icon", "indices": [50, 73]}], "hashtags": [], "user_mentions": [{"screen_name": "kitchensync", "id_str": "15569016", "id": 15569016, "indices": [14, 26], "name": "billy kitchen"}, {"screen_name": "dribbble", "id_str": "14351575", "id": 14351575, "indices": [39, 48], "name": "Dribbble"}]}, "created_at": "Sat Jan 09 01:37:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685636553998118914, "text": "Check out our @kitchensync app icon on @dribbble! https://t.co/mDgJ3qH7ro https://t.co/WyQjkr55BZ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685636570519441408", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 512, "resize": "fit"}, "medium": {"w": 600, "h": 300, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 170, "resize": "fit"}}, "source_status_id_str": "685636553998118914", "media_url": "http://pbs.twimg.com/media/CYPe0BdUQAAv0wF.png", "source_user_id_str": "2966622229", "id_str": "685636553616408576", "id": 685636553616408576, "media_url_https": "https://pbs.twimg.com/media/CYPe0BdUQAAv0wF.png", "type": "photo", "indices": [88, 111], "source_status_id": 685636553998118914, "source_user_id": 2966622229, "display_url": "pic.twitter.com/WyQjkr55BZ", "expanded_url": "http://twitter.com/Parakeet/status/685636553998118914/photo/1", "url": "https://t.co/WyQjkr55BZ"}], "symbols": [], "urls": [{"display_url": "dribbble.com/shots/2446577-\u2026", "url": "https://t.co/mDgJ3qH7ro", "expanded_url": "https://dribbble.com/shots/2446577-Kitchen-Sync-App-Icon", "indices": [64, 87]}], "hashtags": [], "user_mentions": [{"screen_name": "Parakeet", "id_str": "2966622229", "id": 2966622229, "indices": [3, 12], "name": "Parakeet"}, {"screen_name": "kitchensync", "id_str": "15569016", "id": 15569016, "indices": [28, 40], "name": "billy kitchen"}, {"screen_name": "dribbble", "id_str": "14351575", "id": 14351575, "indices": [53, 62], "name": "Dribbble"}]}, "created_at": "Sat Jan 09 01:37:51 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685636570519441408, "text": "RT @Parakeet: Check out our @kitchensync app icon on @dribbble! https://t.co/mDgJ3qH7ro https://t.co/WyQjkr55BZ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Mac"}, "default_profile_image": false, "id": 41783, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/593984143/649qzer53whn3j5e7vmy.jpeg", "statuses_count": 102450, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "817288", "following": false, "friends_count": 4457, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "techmeme.com", "url": "http://t.co/2kJ3FyTtAJ", "expanded_url": "http://techmeme.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/11906737/Lion_Eating_Meat_Small.jpg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "1F98C7", "geo_enabled": true, "followers_count": 56181, "location": "SF: Disruptopia, USA", "screen_name": "gaberivera", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2313, "name": "Gabe Rivera", "profile_use_background_image": true, "description": "I run Techmeme.\r\nSometimes I tweet what I mean. Sometimes I tweet the opposite. Retweets are endorphins.", "url": "http://t.co/2kJ3FyTtAJ", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/600790128215240705/65A_KJi1_normal.png", "profile_background_color": "C6E2EE", "created_at": "Wed Mar 07 06:23:51 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C6E2EE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/600790128215240705/65A_KJi1_normal.png", "favourites_count": 13568, "status": {"retweet_count": 3, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685578243668193280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/mediagazer/sta\u2026", "url": "https://t.co/AzTWnMzdiF", "expanded_url": "https://twitter.com/mediagazer/status/685208531683782656", "indices": [29, 52]}, {"display_url": "twitter.com/alexweprin/sta\u2026", "url": "https://t.co/paReLxvZ6B", "expanded_url": "https://twitter.com/alexweprin/status/685558233407315968", "indices": [53, 76]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:46:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685578243668193280, "text": "Reminder about who's hiring! https://t.co/AzTWnMzdiF https://t.co/paReLxvZ6B", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 817288, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/11906737/Lion_Eating_Meat_Small.jpg", "statuses_count": 11636, "profile_banner_url": "https://pbs.twimg.com/profile_banners/817288/1401467981", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1201139012", "following": false, "friends_count": 29, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkd.in/1uiUZno", "url": "http://t.co/gi5nkD1WcX", "expanded_url": "http://linkd.in/1uiUZno", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2768, "location": "Cleveland, Ohio", "screen_name": "TobyCosgroveMD", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 81, "name": "Toby Cosgrove, MD", "profile_use_background_image": false, "description": "President and CEO, @ClevelandClinic. Cardiothoracic surgeon. U.S. Air Force Veteran.", "url": "http://t.co/gi5nkD1WcX", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/529294308721963008/YbQyNzkW_normal.jpeg", "profile_background_color": "065EA8", "created_at": "Wed Feb 20 13:56:57 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/529294308721963008/YbQyNzkW_normal.jpeg", "favourites_count": 15, "status": {"retweet_count": 29, "retweeted_status": {"retweet_count": 29, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684354635155419139", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/1fef475b-c57\u2026", "url": "https://t.co/JIWcrSTFFC", "expanded_url": "https://amp.twimg.com/v/1fef475b-c575-441e-909d-48f4a7ffe2b2", "indices": [85, 108]}], "hashtags": [{"text": "CCHeartbeats", "indices": [71, 84]}], "user_mentions": []}, "created_at": "Tue Jan 05 12:43:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684354635155419139, "text": "On a frigid morning for most across the U.S., a warm and fuzzy moment. #CCHeartbeats\nhttps://t.co/JIWcrSTFFC", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685299061470015488", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/1fef475b-c57\u2026", "url": "https://t.co/JIWcrSTFFC", "expanded_url": "https://amp.twimg.com/v/1fef475b-c575-441e-909d-48f4a7ffe2b2", "indices": [106, 129]}], "hashtags": [{"text": "CCHeartbeats", "indices": [92, 105]}], "user_mentions": [{"screen_name": "ClevelandClinic", "id_str": "24236494", "id": 24236494, "indices": [3, 19], "name": "Cleveland Clinic"}]}, "created_at": "Fri Jan 08 03:16:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685299061470015488, "text": "RT @ClevelandClinic: On a frigid morning for most across the U.S., a warm and fuzzy moment. #CCHeartbeats\nhttps://t.co/JIWcrSTFFC", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1201139012, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 118, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1201139012/1415028437", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "4071934995", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 123031, "location": "twitter.com", "screen_name": "polls", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 211, "name": "polls", "profile_use_background_image": true, "description": "the most important polls on twitter. Brought to you by @BuzzFeed. DM us your poll ideas!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/660160253913382913/qgvYqknJ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Oct 30 02:09:51 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660160253913382913/qgvYqknJ_normal.jpg", "favourites_count": 85, "status": {"retweet_count": 70, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681553833370202112", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bzfd.it/1kod7ZI", "url": "https://t.co/F1ISG4AalR", "expanded_url": "http://bzfd.it/1kod7ZI", "indices": [61, 84]}], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 28 19:14:31 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681553833370202112, "text": "POLL: Who do you think Rey actually is? (WARNING: SPOILERS!) https://t.co/F1ISG4AalR", "coordinates": null, "retweeted": false, "favorite_count": 221, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 4071934995, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 812, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4071934995/1446225664", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "25084660", "following": false, "friends_count": 791, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/518197552299008001/_2oh_bt2.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 422237, "location": "", "screen_name": "arzE", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2852, "name": "Ezra Koenig", "profile_use_background_image": true, "description": "vampire weekend inc.", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/143399893/2551539671_918f6cbd7d_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Mar 18 14:52:55 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/143399893/2551539671_918f6cbd7d_normal.jpg", "favourites_count": 5759, "status": {"in_reply_to_status_id": 684485785580617728, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "FiyaSturm", "in_reply_to_user_id": 229010922, "in_reply_to_status_id_str": "684485785580617728", "in_reply_to_user_id_str": "229010922", "truncated": false, "id_str": "684587959090151425", "id": 684587959090151425, "text": "@FiyaSturm sure is", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "FiyaSturm", "id_str": "229010922", "id": 229010922, "indices": [0, 10], "name": "Zaire"}]}, "created_at": "Wed Jan 06 04:11:03 +0000 2016", "source": "Twitter Web Client", "favorite_count": 19, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 25084660, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/518197552299008001/_2oh_bt2.jpeg", "statuses_count": 9309, "profile_banner_url": "https://pbs.twimg.com/profile_banners/25084660/1436462636", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1081562149", "following": false, "friends_count": 1, "entities": {"description": {"urls": [{"display_url": "favstar.fm/users/seinfeld\u2026", "url": "https://t.co/GCOoEYISti", "expanded_url": "http://favstar.fm/users/seinfeld2000", "indices": [71, 94]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/784451272/2604dd7bfd1a9574d44507dcca92b516.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 101799, "location": "", "screen_name": "Seinfeld2000", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 779, "name": "Seinfeld Current Day", "profile_use_background_image": true, "description": "Imagen Seinfeld was never canceled and still NBC comedy program today? https://t.co/GCOoEYISti", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685302732182274049/gc5Bh8UU_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 12 02:17:49 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685302732182274049/gc5Bh8UU_normal.jpg", "favourites_count": 56611, "status": {"retweet_count": 223, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685612408102989825", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 539, "resize": "fit"}, "medium": {"w": 473, "h": 750, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 473, "h": 750, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPI0VvUsAAofpc.jpg", "type": "photo", "indices": [25, 48], "media_url": "http://pbs.twimg.com/media/CYPI0VvUsAAofpc.jpg", "display_url": "pic.twitter.com/BYALvuWTr5", "id_str": "685612369804832768", "expanded_url": "http://twitter.com/Seinfeld2000/status/685612408102989825/photo/1", "id": 685612369804832768, "url": "https://t.co/BYALvuWTr5"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:01:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685612408102989825, "text": "*watches bee movie once* https://t.co/BYALvuWTr5", "coordinates": null, "retweeted": false, "favorite_count": 542, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 1081562149, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/784451272/2604dd7bfd1a9574d44507dcca92b516.jpeg", "statuses_count": 6596, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1081562149/1452223878", "is_translator": false}, {"time_zone": "Mountain Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "23699191", "following": false, "friends_count": 524, "entities": {"description": {"urls": [{"display_url": "noisey.vice.com/en_uk/noisey-s", "url": "https://t.co/oXek0Yp2he", "expanded_url": "http://noisey.vice.com/en_uk/noisey-s", "indices": [75, 98]}]}, "url": {"urls": [{"display_url": "helloskepta.com", "url": "https://t.co/LCjnqqo5cF", "expanded_url": "http://www.helloskepta.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 667002, "location": "", "screen_name": "Skepta", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1289, "name": "SKEPTA", "profile_use_background_image": true, "description": "Bookings: grace@metallicmgmt.com jonathanbriks@theagencygroup.com\n\n#TopBoy https://t.co/oXek0Yp2he\u2026", "url": "https://t.co/LCjnqqo5cF", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/597466667451551746/ukYdFPsN_normal.jpg", "profile_background_color": "131516", "created_at": "Wed Mar 11 01:31:36 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597466667451551746/ukYdFPsN_normal.jpg", "favourites_count": 1, "status": {"in_reply_to_status_id": 685597432613351424, "retweet_count": 10, "place": null, "in_reply_to_screen_name": "AleshaOfficial", "in_reply_to_user_id": 165725207, "in_reply_to_status_id_str": "685597432613351424", "in_reply_to_user_id_str": "165725207", "truncated": false, "id_str": "685600790900113408", "id": 685600790900113408, "text": "@AleshaOfficial \ud83c\udfc6", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AleshaOfficial", "id_str": "165725207", "id": 165725207, "indices": [0, 15], "name": "Alesha Dixon"}]}, "created_at": "Fri Jan 08 23:15:41 +0000 2016", "source": "Echofon", "favorite_count": 42, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 23699191, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 30136, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23699191/1431890723", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "937499232", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "malala.org", "url": "http://t.co/nyY0R0rWL2", "expanded_url": "http://malala.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": false, "followers_count": 64751, "location": "Pakistan", "screen_name": "Malala", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 311, "name": "Malala Yousafzai", "profile_use_background_image": false, "description": "Please follow @MalalaFund for Tweets from Malala and updates on her work.", "url": "http://t.co/nyY0R0rWL2", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/543190020593434624/3SbQsJvS_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Nov 09 18:34:52 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/543190020593434624/3SbQsJvS_normal.jpeg", "favourites_count": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 937499232, "blocked_by": false, "profile_background_tile": false, "statuses_count": 0, "profile_banner_url": "https://pbs.twimg.com/profile_banners/937499232/1444529280", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2477802067", "following": false, "friends_count": 60, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "satyarthi.org", "url": "http://t.co/p9X5Y5bZLm", "expanded_url": "http://www.satyarthi.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 179748, "location": "", "screen_name": "k_satyarthi", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 513, "name": "Kailash Satyarthi", "profile_use_background_image": true, "description": "Nobel Peace Prize 2014 winner. \nFounder-Global March Against Child Labour (@kNOwchildlabour) &\nBachpan Bachao Andolan. RTs not endorsements.", "url": "http://t.co/p9X5Y5bZLm", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/463172659040100352/cKa3fIpv_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon May 05 04:07:33 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/463172659040100352/cKa3fIpv_normal.jpeg", "favourites_count": 173, "status": {"retweet_count": 29, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685387713197903872", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 224, "resize": "fit"}, "large": {"w": 641, "h": 423, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 395, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYL8d1aVAAAVKxG.jpg", "type": "photo", "indices": [111, 134], "media_url": "http://pbs.twimg.com/media/CYL8d1aVAAAVKxG.jpg", "display_url": "pic.twitter.com/ER9hXrJe2x", "id_str": "685387682797649920", "expanded_url": "http://twitter.com/k_satyarthi/status/685387713197903872/photo/1", "id": 685387682797649920, "url": "https://t.co/ER9hXrJe2x"}], "symbols": [], "urls": [], "hashtags": [{"text": "AzadBachpanKiOr", "indices": [0, 16]}], "user_mentions": []}, "created_at": "Fri Jan 08 09:08:59 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685387713197903872, "text": "#AzadBachpanKiOr\u00a0is a salutation to the millions of children worldwide who are still deprived of their future. https://t.co/ER9hXrJe2x", "coordinates": null, "retweeted": false, "favorite_count": 65, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2477802067, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 803, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14439813", "following": false, "friends_count": 334, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": true, "followers_count": 58954, "location": "atlanta & nyc", "screen_name": "wnd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 412, "name": "wendy clark", "profile_use_background_image": true, "description": "mom :: ceo ddb/na :: relentless optimist", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683108349773135873/3-w568Iw_normal.jpg", "profile_background_color": "352726", "created_at": "Sat Apr 19 02:18:29 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683108349773135873/3-w568Iw_normal.jpg", "favourites_count": 8834, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685188590213705729", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "continuethethread.com", "url": "https://t.co/aBHKoW0rIh", "expanded_url": "http://continuethethread.com", "indices": [95, 118]}], "hashtags": [], "user_mentions": [{"screen_name": "asergeeva", "id_str": "40744699", "id": 40744699, "indices": [123, 133], "name": "Anna Sergeeva"}, {"screen_name": "shak", "id_str": "17977475", "id": 17977475, "indices": [134, 139], "name": "Shakil Khan"}]}, "created_at": "Thu Jan 07 19:57:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685188590213705729, "text": "This simplest ideas are often the loveliest. Receive beautiful handwritten quotes in the mail. https://t.co/aBHKoW0rIh via @asergeeva @shak", "coordinates": null, "retweeted": false, "favorite_count": 10, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14439813, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 4316, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14439813/1451700372", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "31898295", "following": false, "friends_count": 3108, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif", "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "profile_link_color": "FF3300", "geo_enabled": true, "followers_count": 4300, "location": "", "screen_name": "Derella", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 68, "name": "matt derella", "profile_use_background_image": true, "description": "Rookie Dad, Lucky Husband, Ice Cream Addict. Remember, You Have Superpowers.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/495385677555847168/u9GWKUeW_normal.jpeg", "profile_background_color": "709397", "created_at": "Thu Apr 16 15:34:22 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "86A4A6", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495385677555847168/u9GWKUeW_normal.jpeg", "favourites_count": 6095, "status": {"in_reply_to_status_id": 685305534791065600, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "adambain", "in_reply_to_user_id": 14253109, "in_reply_to_status_id_str": "685305534791065600", "in_reply_to_user_id_str": "14253109", "truncated": false, "id_str": "685305641867423745", "id": 685305641867423745, "text": "@adambain @jack ditto", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "adambain", "id_str": "14253109", "id": 14253109, "indices": [0, 9], "name": "adam bain"}, {"screen_name": "jack", "id_str": "12", "id": 12, "indices": [10, 15], "name": "Jack"}]}, "created_at": "Fri Jan 08 03:42:52 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 12, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "it"}, "default_profile_image": false, "id": 31898295, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif", "statuses_count": 2137, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31898295/1350353093", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "38422658", "following": false, "friends_count": 1682, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/731990497/133f44a3ad5b355f824f066e5acf4826.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "F057F0", "geo_enabled": true, "followers_count": 10931, "location": "San Francisco*", "screen_name": "melissabarnes", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 247, "name": "Melissa Barnes", "profile_use_background_image": false, "description": "Global Brands @Twitter. Easily entertained. Black coffee, please.", "url": null, "profile_text_color": "FF6F00", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000680162557/fd759ddd67644e48de936167c67e480e_normal.png", "profile_background_color": "FFFFFF", "created_at": "Thu May 07 12:42:42 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000680162557/fd759ddd67644e48de936167c67e480e_normal.png", "favourites_count": 7480, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685494530288840704", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/i/moments/6847\u2026", "url": "https://t.co/s043MWwxBV", "expanded_url": "https://twitter.com/i/moments/684794469330206720", "indices": [0, 23]}], "hashtags": [{"text": "LikeAGirl", "indices": [26, 36]}], "user_mentions": []}, "created_at": "Fri Jan 08 16:13:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/8173485c72e78ca5.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-84.576827, 33.647549], [-84.289385, 33.647549], [-84.289385, 33.8868859], [-84.576827, 33.8868859]]], "type": "Polygon"}, "full_name": "Atlanta, GA", "contained_within": [], "country_code": "US", "id": "8173485c72e78ca5", "name": "Atlanta"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685494530288840704, "text": "https://t.co/s043MWwxBV. #LikeAGirl \ud83d\udc4f\ud83c\udffb\ud83d\udc4f\ud83c\udffb\ud83d\udc4f\ud83c\udffb", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685496618443915268", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/i/moments/6847\u2026", "url": "https://t.co/s043MWwxBV", "expanded_url": "https://twitter.com/i/moments/684794469330206720", "indices": [11, 34]}], "hashtags": [{"text": "LikeAGirl", "indices": [37, 47]}], "user_mentions": [{"screen_name": "EWild", "id_str": "25830913", "id": 25830913, "indices": [3, 9], "name": "Erica Wild Hogue"}]}, "created_at": "Fri Jan 08 16:21:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685496618443915268, "text": "RT @EWild: https://t.co/s043MWwxBV. #LikeAGirl \ud83d\udc4f\ud83c\udffb\ud83d\udc4f\ud83c\udffb\ud83d\udc4f\ud83c\udffb", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 38422658, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/731990497/133f44a3ad5b355f824f066e5acf4826.png", "statuses_count": 1712, "profile_banner_url": "https://pbs.twimg.com/profile_banners/38422658/1383346519", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "21007030", "following": false, "friends_count": 3161, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rio2016.com", "url": "https://t.co/q8z1zrW1rr", "expanded_url": "http://www.rio2016.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/652206264550883328/HjPQWiLI.png", "notifications": false, "profile_sidebar_fill_color": "A4CC35", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 222738, "location": "Rio de Janeiro", "screen_name": "Rio2016", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1235, "name": "Rio 2016", "profile_use_background_image": false, "description": "Perfil oficial do Comit\u00ea Organizador dos Jogos Ol\u00edmpicos e Paral\u00edmpicos Rio 2016 em Portugu\u00eas. English:@rio2016_en. Espa\u00f1ol: @rio2016_es.", "url": "https://t.co/q8z1zrW1rr", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681467758127767552/wMetVDCp_normal.jpg", "profile_background_color": "FA743E", "created_at": "Mon Feb 16 17:48:07 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681467758127767552/wMetVDCp_normal.jpg", "favourites_count": 1422, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685541550772883456", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "rio2016.com/noticias/veloc\u2026", "url": "https://t.co/kC2A2yILeK", "expanded_url": "http://www.rio2016.com/noticias/velocista-paralimpico-richard-browne-sofre-acidente", "indices": [69, 92]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:20:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "pt", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685541550772883456, "text": "Velocista Paral\u00edmpico Richard Browne (@winged_foot1) sofre acidente: https://t.co/kC2A2yILeK", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 21007030, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/652206264550883328/HjPQWiLI.png", "statuses_count": 7247, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21007030/1451309674", "is_translator": false}, {"time_zone": "Brasilia", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -7200, "id_str": "88703900", "following": false, "friends_count": 600, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rio2016.com/en/home", "url": "http://t.co/BFr0Z1jKEP", "expanded_url": "http://www.rio2016.com/en/home", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/608811690/2fowkyz9qtxnxt09td4j.png", "notifications": false, "profile_sidebar_fill_color": "A4CC35", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 245859, "location": "Rio de Janeiro", "screen_name": "Rio2016_en", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1216, "name": "Rio 2016", "profile_use_background_image": true, "description": "Official Rio 2016\u2122 Olympic and Paralympic Organizing Committee in English. Portugu\u00eas:@rio2016. Espa\u00f1ol: @rio2016_es.", "url": "http://t.co/BFr0Z1jKEP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681482723169595392/zB4L44Jk_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Mon Nov 09 16:44:38 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F7AF08", "lang": "pt", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681482723169595392/zB4L44Jk_normal.jpg", "favourites_count": 1369, "status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685566770070032384", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 674, "h": 450, "resize": "fit"}, "small": {"w": 340, "h": 227, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 400, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOfWDHWMAAKUqa.png", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYOfWDHWMAAKUqa.png", "display_url": "pic.twitter.com/4MM6yua5XY", "id_str": "685566769432506368", "expanded_url": "http://twitter.com/Rio2016_en/status/685566770070032384/photo/1", "id": 685566769432506368, "url": "https://t.co/4MM6yua5XY"}], "symbols": [], "urls": [{"display_url": "bit.ly/ExAthletesAt_R\u2026", "url": "https://t.co/98llohvym6", "expanded_url": "http://bit.ly/ExAthletesAt_Rio2016", "indices": [86, 109]}], "hashtags": [{"text": "Rio2016", "indices": [60, 68]}], "user_mentions": []}, "created_at": "Fri Jan 08 21:00:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685566770070032384, "text": "Elite team of ex-athletes helping ensure stars can shine at #Rio2016 Olympic Games\n\u2728\ud83d\udcaa\nhttps://t.co/98llohvym6 https://t.co/4MM6yua5XY", "coordinates": null, "retweeted": false, "favorite_count": 20, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 88703900, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/608811690/2fowkyz9qtxnxt09td4j.png", "statuses_count": 5098, "profile_banner_url": "https://pbs.twimg.com/profile_banners/88703900/1451306802", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "584263864", "following": false, "friends_count": 372, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/455576045911953409/t2oDPQBc.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "005FB3", "geo_enabled": true, "followers_count": 642, "location": "", "screen_name": "edgett", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 27, "name": "Sean Edgett", "profile_use_background_image": true, "description": "Corporate lawyer at Twitter. Comments here are my own.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2605692733/z11h183xg67zdgg9nq9l_normal.jpeg", "profile_background_color": "022330", "created_at": "Fri May 18 23:43:39 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2605692733/z11h183xg67zdgg9nq9l_normal.jpeg", "favourites_count": 1187, "status": {"in_reply_to_status_id": 684582267168014338, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "Ginarestani", "in_reply_to_user_id": 122864275, "in_reply_to_status_id_str": "684582267168014338", "in_reply_to_user_id_str": "122864275", "truncated": false, "id_str": "684582398307110912", "id": 684582398307110912, "text": "@Ginarestani @nynashine @nantony345 @theaaronhou whoa whoa whoa, let's not get crazy.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Ginarestani", "id_str": "122864275", "id": 122864275, "indices": [0, 12], "name": "Gina Restani"}, {"screen_name": "nynashine", "id_str": "30391637", "id": 30391637, "indices": [13, 23], "name": "Nina Shin"}, {"screen_name": "nantony345", "id_str": "177650140", "id": 177650140, "indices": [24, 35], "name": "Nisha Antony"}, {"screen_name": "theaaronhou", "id_str": "3507493098", "id": 3507493098, "indices": [36, 48], "name": "Aaron Hou"}]}, "created_at": "Wed Jan 06 03:48:57 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 3, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 584263864, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/455576045911953409/t2oDPQBc.jpeg", "statuses_count": 634, "profile_banner_url": "https://pbs.twimg.com/profile_banners/584263864/1442269032", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "4048046116", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 176502, "location": "Turn On Our Notifications!", "screen_name": "24HourPolls", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 101, "name": "24 Hour Polls", "profile_use_background_image": true, "description": "| The Best Polls On Twitter | Original Account | *DM's Are Open For Suggestions!*", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658724243060883456/KILrmSCI_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 26 18:33:54 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658724243060883456/KILrmSCI_normal.jpg", "favourites_count": 609, "status": {"in_reply_to_status_id": null, "retweet_count": 47, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685571575861624834", "id": 685571575861624834, "text": "Is it attractive when girls smoke weed?", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:19:35 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 67, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 4048046116, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 810, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4048046116/1445886946", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2881611", "following": false, "friends_count": 1288, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/prashantsri\u2026", "url": "https://t.co/d3WaCy2EU1", "expanded_url": "http://www.linkedin.com/in/prashantsridharan", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/456196991840575488/wID_XHod.jpeg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 11188, "location": "San Francisco", "screen_name": "CoolAssPuppy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 96, "name": "Prashant S", "profile_use_background_image": true, "description": "Twitter Global Director of Developer & Platform Relations. I @SoulCycle, therefore I am. #PopcornHo", "url": "https://t.co/d3WaCy2EU1", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/564341898463047680/E79JhGQG_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Thu Mar 29 19:21:15 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/564341898463047680/E79JhGQG_normal.jpeg", "favourites_count": 13092, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685583028937035776", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/depresseddarth\u2026", "url": "https://t.co/8qAMtykCfF", "expanded_url": "https://twitter.com/depresseddarth/status/685582387909144576", "indices": [42, 65]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:05:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685583028937035776, "text": "I want to use this gif for everything :-) https://t.co/8qAMtykCfF", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2881611, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/456196991840575488/wID_XHod.jpeg", "statuses_count": 21189, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2881611/1446596289", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2990843386", "following": false, "friends_count": 53, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 818, "location": "Salt Lake City, UT", "screen_name": "pinkgrandmas", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 10, "name": "Pink Grandmas", "profile_use_background_image": true, "description": "The @PinkGrandmas who lovingly cheer for their Utah Jazz, and always in pink!", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/558042376636497920/dXgnhC-A_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Jan 21 23:13:42 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/558042376636497920/dXgnhC-A_normal.jpeg", "favourites_count": 108, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "683098129923575808", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 604, "resize": "fit"}, "large": {"w": 720, "h": 1280, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 1067, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/683098092216823808/pu/img/bE8W1ZgyMVUithji.jpg", "type": "photo", "indices": [69, 92], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/683098092216823808/pu/img/bE8W1ZgyMVUithji.jpg", "display_url": "pic.twitter.com/U2jMFx4IIv", "id_str": "683098092216823808", "expanded_url": "http://twitter.com/pinkgrandmas/status/683098129923575808/video/1", "id": 683098092216823808, "url": "https://t.co/U2jMFx4IIv"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "gordonhayward", "id_str": "46704247", "id": 46704247, "indices": [39, 53], "name": "Gordon Hayward"}, {"screen_name": "utahjazz", "id_str": "18360370", "id": 18360370, "indices": [58, 67], "name": "Utah Jazz"}]}, "created_at": "Sat Jan 02 01:31:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683098129923575808, "text": "A message for our most favorite player @gordonhayward! Go @utahjazz! https://t.co/U2jMFx4IIv", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2990843386, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 139, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2990843386/1421883592", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15105000", "following": false, "friends_count": 1161, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iSachin.com", "url": "http://t.co/AWr3VV2avy", "expanded_url": "http://iSachin.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "088253", "geo_enabled": true, "followers_count": 20847, "location": "San Francisco, CA", "screen_name": "agarwal", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 1324, "name": "Sachin Agarwal", "profile_use_background_image": true, "description": "Product at Twitter. Past: @Stanford, Apple, Founder/CEO of @posterous. I \u2764\ufe0f @kateagarwal, cars, wine, puppies, and foie.", "url": "http://t.co/AWr3VV2avy", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/619395524395843584/QGKuPKxo_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Fri Jun 13 06:49:22 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/619395524395843584/QGKuPKxo_normal.jpg", "favourites_count": 16033, "status": {"in_reply_to_status_id": 685529583605579776, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "capotej", "in_reply_to_user_id": 8898642, "in_reply_to_status_id_str": "685529583605579776", "in_reply_to_user_id_str": "8898642", "truncated": false, "id_str": "685541537774567424", "id": 685541537774567424, "text": "@capotej killing off 100 year old technology? how dare they!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "capotej", "id_str": "8898642", "id": 8898642, "indices": [0, 8], "name": "Julio Capote"}]}, "created_at": "Fri Jan 08 19:20:14 +0000 2016", "source": "Twitter for Mac", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15105000, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 11183, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15105000/1427478415", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "569900436", "following": false, "friends_count": 119, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 436, "location": "", "screen_name": "akkhosh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17, "name": "alex", "profile_use_background_image": true, "description": "alex at periscope.", "url": null, "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/559573374150529024/3iOgmOSm_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Thu May 03 09:06:30 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/559573374150529024/3iOgmOSm_normal.jpeg", "favourites_count": 2, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "default_profile_image": false, "id": 569900436, "blocked_by": false, "profile_background_tile": false, "statuses_count": 0, "profile_banner_url": "https://pbs.twimg.com/profile_banners/569900436/1422657776", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "4027765453", "following": false, "friends_count": 22, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 18502, "location": "", "screen_name": "DocRivers", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 178, "name": "doc rivers", "profile_use_background_image": true, "description": "Father, Husband, Head Basketball Coach LA Clippers, Maywood Native", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658768083339771904/d1_cqMyF_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 26 19:49:37 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658768083339771904/d1_cqMyF_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 15, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "681236665537400832", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "1.usa.gov/1Hhu4dK", "url": "https://t.co/XRz0Hdeko3", "expanded_url": "http://1.usa.gov/1Hhu4dK", "indices": [72, 95]}], "hashtags": [{"text": "GetCovered", "indices": [96, 107]}, {"text": "NewYearsResolution", "indices": [108, 127]}], "user_mentions": []}, "created_at": "Sun Dec 27 22:14:12 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 681236665537400832, "text": "Make your health a priority in the new year! Sign up for 2016 coverage: https://t.co/XRz0Hdeko3 #GetCovered #NewYearsResolution", "coordinates": null, "retweeted": false, "favorite_count": 36, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 4027765453, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "54226675", "following": false, "friends_count": 220, "entities": {"description": {"urls": [{"display_url": "support.twitter.com/forms/translat\u2026", "url": "http://t.co/SOm6i336Up", "expanded_url": "http://support.twitter.com/forms/translation", "indices": [82, 104]}]}, "url": {"urls": [{"display_url": "translate.twitter.com", "url": "https://t.co/K91mYVcFjL", "expanded_url": "http://translate.twitter.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656930021/qwztnd9iu549hrvwyt4v.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2948766, "location": "", "screen_name": "translator", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2694, "name": "Translator", "profile_use_background_image": true, "description": "Twitter's Translator Community. Got questions or found a bug? Fill out this form: http://t.co/SOm6i336Up", "url": "https://t.co/K91mYVcFjL", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/531789412514795520/iJoBXHgf_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Jul 06 14:59:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/531789412514795520/iJoBXHgf_normal.png", "favourites_count": 170, "status": {"retweet_count": 48, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684701305839992832", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 575, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYCMNWaW8AA1Tqh.png", "type": "photo", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CYCMNWaW8AA1Tqh.png", "display_url": "pic.twitter.com/PnOcQVu7So", "id_str": "684701304342638592", "expanded_url": "http://twitter.com/translator/status/684701305839992832/photo/1", "id": 684701304342638592, "url": "https://t.co/PnOcQVu7So"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 11:41:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684701305839992832, "text": "We would like to thank our Moderators who help international users enjoy Twitter in their language. https://t.co/PnOcQVu7So", "coordinates": null, "retweeted": false, "favorite_count": 136, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 54226675, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656930021/qwztnd9iu549hrvwyt4v.png", "statuses_count": 1708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/54226675/1347394452", "is_translator": true}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "376825877", "following": false, "friends_count": 48, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "opensource.twitter.com", "url": "http://t.co/Hc7Cv220E7", "expanded_url": "http://opensource.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 282835, "location": "Twitter HQ", "screen_name": "TwitterOSS", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1987, "name": "Twitter Open Source", "profile_use_background_image": true, "description": "Open Programs at Twitter.", "url": "http://t.co/Hc7Cv220E7", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000416683223/1bc995c5cfe98cb3c621f1ba0bf99223_normal.png", "profile_background_color": "131516", "created_at": "Tue Sep 20 15:18:34 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000416683223/1bc995c5cfe98cb3c621f1ba0bf99223_normal.png", "favourites_count": 3323, "status": {"retweet_count": 82, "retweeted_status": {"retweet_count": 82, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "674709094498893824", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.twitter.com/2015/finatra-2\u2026", "url": "https://t.co/hhh2C7v3uk", "expanded_url": "https://blog.twitter.com/2015/finatra-20-the-fast-testable-scala-services-framework-that-powers-twitter", "indices": [120, 143]}], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 09 21:55:58 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 674709094498893824, "text": "Introducing Finatra 2.0: a high-performance, scalable & testable framework powering production services at Twitter. https://t.co/hhh2C7v3uk", "coordinates": null, "retweeted": false, "favorite_count": 140, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "674709290087649280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "blog.twitter.com/2015/finatra-2\u2026", "url": "https://t.co/hhh2C7v3uk", "expanded_url": "https://blog.twitter.com/2015/finatra-20-the-fast-testable-scala-services-framework-that-powers-twitter", "indices": [143, 144]}], "hashtags": [], "user_mentions": [{"screen_name": "TwitterEng", "id_str": "6844292", "id": 6844292, "indices": [3, 14], "name": "Twitter Engineering"}]}, "created_at": "Wed Dec 09 21:56:44 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 674709290087649280, "text": "RT @TwitterEng: Introducing Finatra 2.0: a high-performance, scalable & testable framework powering production services at Twitter. https:/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 376825877, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5355, "profile_banner_url": "https://pbs.twimg.com/profile_banners/376825877/1396969577", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17874544", "following": false, "friends_count": 31, "entities": {"description": {"urls": [{"display_url": "support.twitter.com", "url": "http://t.co/qq1HEzdMA2", "expanded_url": "http://support.twitter.com", "indices": [118, 140]}]}, "url": {"urls": [{"display_url": "support.twitter.com", "url": "http://t.co/Vk1NkwU8qP", "expanded_url": "http://support.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656929496/y6jd4l68p18hrm52f0ez.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4604953, "location": "Twitter HQ", "screen_name": "Support", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 13844, "name": "Twitter Support", "profile_use_background_image": true, "description": "We Tweet tips and tricks to help you boost your Twitter skills and keep your account secure. For detailed help, visit http://t.co/qq1HEzdMA2.", "url": "http://t.co/Vk1NkwU8qP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/533026436190175232/1i65YBa7_normal.png", "profile_background_color": "C0DEED", "created_at": "Thu Dec 04 18:51:57 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/533026436190175232/1i65YBa7_normal.png", "favourites_count": 300, "status": {"retweet_count": 54, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685551636547158016", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "support.twitter.com/articles/15789", "url": "https://t.co/4fJrONin39", "expanded_url": "https://support.twitter.com/articles/15789", "indices": [111, 134]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:00:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685551636547158016, "text": "We're here to help you keep your Twitter experience \ud83d\udcaf. Make sure you know how to report a potential violation: https://t.co/4fJrONin39", "coordinates": null, "retweeted": false, "favorite_count": 78, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 17874544, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656929496/y6jd4l68p18hrm52f0ez.png", "statuses_count": 14056, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17874544/1347394418", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6253282", "following": false, "friends_count": 48, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dev.twitter.com", "url": "http://t.co/78pYTvWfJd", "expanded_url": "http://dev.twitter.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5241047, "location": "San Francisco, CA", "screen_name": "twitterapi", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12999, "name": "Twitter API", "profile_use_background_image": true, "description": "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.", "url": "http://t.co/78pYTvWfJd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png", "profile_background_color": "C0DEED", "created_at": "Wed May 23 06:01:13 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png", "favourites_count": 27, "status": {"in_reply_to_status_id": 673669438504378368, "retweet_count": 12, "place": null, "in_reply_to_screen_name": "TheNiceBot", "in_reply_to_user_id": 3433099685, "in_reply_to_status_id_str": "673669438504378368", "in_reply_to_user_id_str": "3433099685", "truncated": false, "id_str": "673922605531951105", "id": 673922605531951105, "text": "@TheNiceBot aww thanks, you're lovely too! :-)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "TheNiceBot", "id_str": "3433099685", "id": 3433099685, "indices": [0, 11], "name": "The NiceBot"}]}, "created_at": "Mon Dec 07 17:50:44 +0000 2015", "source": "TweetDeck", "favorite_count": 16, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6253282, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png", "statuses_count": 3554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1431474710", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "95731075", "following": false, "friends_count": 85, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "safety.twitter.com", "url": "https://t.co/mAjmahDXqp", "expanded_url": "https://safety.twitter.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 2919314, "location": "Twitter HQ", "screen_name": "safety", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 7563, "name": "Safety", "profile_use_background_image": true, "description": "Helping you stay safe on Twitter.", "url": "https://t.co/mAjmahDXqp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/535572036542676993/LFT_i3TO_normal.png", "profile_background_color": "022330", "created_at": "Wed Dec 09 21:00:57 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/535572036542676993/LFT_i3TO_normal.png", "favourites_count": 5, "status": {"retweet_count": 698, "retweeted_status": {"retweet_count": 698, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682343018343448576", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/47960172-638\u2026", "url": "https://t.co/1SZQnuIxhm", "expanded_url": "https://amp.twimg.com/v/47960172-638b-42b8-ab59-7f94100d6ba9", "indices": [83, 106]}], "hashtags": [{"text": "TwitterTips", "indices": [70, 82]}], "user_mentions": []}, "created_at": "Wed Dec 30 23:30:27 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682343018343448576, "text": "Break free. Add a profile photo to show the world who you really are. #TwitterTips\nhttps://t.co/1SZQnuIxhm", "coordinates": null, "retweeted": false, "favorite_count": 1652, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684170204641804288", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/47960172-638\u2026", "url": "https://t.co/1SZQnuIxhm", "expanded_url": "https://amp.twimg.com/v/47960172-638b-42b8-ab59-7f94100d6ba9", "indices": [96, 119]}], "hashtags": [{"text": "TwitterTips", "indices": [83, 95]}], "user_mentions": [{"screen_name": "twitter", "id_str": "783214", "id": 783214, "indices": [3, 11], "name": "Twitter"}]}, "created_at": "Tue Jan 05 00:31:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684170204641804288, "text": "RT @twitter: Break free. Add a profile photo to show the world who you really are. #TwitterTips\nhttps://t.co/1SZQnuIxhm", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "TweetDeck"}, "default_profile_image": false, "id": 95731075, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 399, "profile_banner_url": "https://pbs.twimg.com/profile_banners/95731075/1416521916", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "204343158", "following": false, "friends_count": 286, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "1stdibs.com", "url": "http://t.co/GyCLcPK1G6", "expanded_url": "http://www.1stdibs.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/671719951930003456/pt0vUfBt.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3E9DE0", "geo_enabled": true, "followers_count": 5054, "location": "New York, NY", "screen_name": "rosenblattdavid", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 60, "name": "David Rosenblatt", "profile_use_background_image": true, "description": "CEO at 1stdibs", "url": "http://t.co/GyCLcPK1G6", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671720409000050688/iGAx6hoH_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Oct 18 13:56:10 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671720409000050688/iGAx6hoH_normal.jpg", "favourites_count": 245, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685556694533935105", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/Recode/status/\u2026", "url": "https://t.co/L5VbEWyHBl", "expanded_url": "https://twitter.com/Recode/status/685146065398411264", "indices": [73, 96]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 20:20:27 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685556694533935105, "text": "75% off seems to be the going rate for discounts on flash sale companies https://t.co/L5VbEWyHBl", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 204343158, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/671719951930003456/pt0vUfBt.jpg", "statuses_count": 376, "profile_banner_url": "https://pbs.twimg.com/profile_banners/204343158/1448985578", "is_translator": false}, {"time_zone": "Alaska", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -32400, "id_str": "19417999", "following": false, "friends_count": 14503, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "itun.es/us/Q4QZ6", "url": "https://t.co/1snyy96FWE", "expanded_url": "https://itun.es/us/Q4QZ6", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4038874/moonbeam.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 57232, "location": "Invite The Light \u2022 Out now.", "screen_name": "DaMFunK", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1338, "name": "Focused\u26a1\ufe0fD\u0101M-F\u0426\u041fK", "profile_use_background_image": true, "description": "\u2022 Modern-Funk | No fads | No sellout \u2022", "url": "https://t.co/1snyy96FWE", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678395496021364737/V8LFK3SY_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Fri Jan 23 22:31:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678395496021364737/V8LFK3SY_normal.jpg", "favourites_count": 52059, "status": {"retweet_count": 1, "retweeted_status": {"in_reply_to_status_id": 685619823364079616, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "DaMFunK", "in_reply_to_user_id": 19417999, "in_reply_to_status_id_str": "685619823364079616", "in_reply_to_user_id_str": "19417999", "truncated": false, "id_str": "685622220455018497", "id": 685622220455018497, "text": "@DaMFunK HA.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DaMFunK", "id_str": "19417999", "id": 19417999, "indices": [0, 8], "name": "Focused\u26a1\ufe0fD\u0101M-F\u0426\u041fK"}]}, "created_at": "Sat Jan 09 00:40:50 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "in_reply_to_user_id": null, "id_str": "685622331998248960", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "YearOfEmpress", "id_str": "20882943", "id": 20882943, "indices": [3, 17], "name": "\u091c\u094d\u0935\u0932\u0902\u0924 \u0924\u0932\u0935\u093e\u0930 \u0915\u0940 \u092c\u0947\u091f\u0940"}, {"screen_name": "DaMFunK", "id_str": "19417999", "id": 19417999, "indices": [19, 27], "name": "Focused\u26a1\ufe0fD\u0101M-F\u0426\u041fK"}]}, "created_at": "Sat Jan 09 00:41:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685622331998248960, "text": "RT @YearOfEmpress: @DaMFunK HA.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 19417999, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4038874/moonbeam.jpg", "statuses_count": 41218, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19417999/1441340768", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17230018", "following": false, "friends_count": 17946, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Spotify.com", "url": "http://t.co/jqAb65DqrK", "expanded_url": "http://Spotify.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/826426375/6d0aaba328f353d9ef82b078d51739ac.jpeg", "notifications": false, "profile_sidebar_fill_color": "ECEBE8", "profile_link_color": "1ED760", "geo_enabled": true, "followers_count": 1643957, "location": "", "screen_name": "Spotify", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 14002, "name": "Spotify", "profile_use_background_image": false, "description": "Music for every moment. Play, discover, and share for free. \r\nNeed support? We're happy to help at @SpotifyCares", "url": "http://t.co/jqAb65DqrK", "profile_text_color": "458DBF", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/634474652967006208/46qwP9AX_normal.png", "profile_background_color": "FFFFFF", "created_at": "Fri Nov 07 12:14:28 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634474652967006208/46qwP9AX_normal.png", "favourites_count": 4977, "status": {"in_reply_to_status_id": 685572728838066177, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "nachote88", "in_reply_to_user_id": 70842278, "in_reply_to_status_id_str": "685572728838066177", "in_reply_to_user_id_str": "70842278", "truncated": false, "id_str": "685577838280454144", "id": 685577838280454144, "text": "@nachote88 He's never been one to disappoint! \ud83c\udfb6", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "nachote88", "id_str": "70842278", "id": 70842278, "indices": [0, 10], "name": "Ignacio Rebella"}]}, "created_at": "Fri Jan 08 21:44:28 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 17230018, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/826426375/6d0aaba328f353d9ef82b078d51739ac.jpeg", "statuses_count": 23164, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17230018/1450966022", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18948541", "following": false, "friends_count": 349, "entities": {"description": {"urls": [{"display_url": "itun.es/us/Vx9p-", "url": "https://t.co/gLePVn5Mho", "expanded_url": "http://itun.es/us/Vx9p-", "indices": [103, 126]}]}, "url": {"urls": [{"display_url": "facebook.com/pages/Seth-Mac\u2026", "url": "https://t.co/o4miqWAHnW", "expanded_url": "http://www.facebook.com/pages/Seth-MacFarlane/14105972607?ref=ts", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 8860999, "location": "Los Angeles", "screen_name": "SethMacFarlane", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 32337, "name": "Seth MacFarlane", "profile_use_background_image": true, "description": "The Official Twitter Page of Seth MacFarlane - new album No One Ever Tells You available now on iTunes https://t.co/gLePVn5Mho", "url": "https://t.co/o4miqWAHnW", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/477598819715395585/g0lGqC_J_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Jan 13 19:04:37 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477598819715395585/g0lGqC_J_normal.jpeg", "favourites_count": 0, "status": {"retweet_count": 605, "retweeted_status": {"retweet_count": 605, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685472301672865794", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 360, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYLArdTVAAAM-l8.jpg", "type": "photo", "indices": [52, 75], "media_url": "http://pbs.twimg.com/media/CYLArdTVAAAM-l8.jpg", "display_url": "pic.twitter.com/QHfbTkEWXU", "id_str": "685321946146340864", "expanded_url": "http://twitter.com/ClickHole/status/685472301672865794/photo/1", "id": 685321946146340864, "url": "https://t.co/QHfbTkEWXU"}], "symbols": [], "urls": [{"display_url": "clickhole.com/r/754tsd", "url": "https://t.co/qTHD9SfgX8", "expanded_url": "http://www.clickhole.com/r/754tsd", "indices": [28, 51]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:45:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685472301672865794, "text": "Here\u2019s A Fucking Anime Quiz https://t.co/qTHD9SfgX8 https://t.co/QHfbTkEWXU", "coordinates": null, "retweeted": false, "favorite_count": 852, "contributors": null, "source": "TweetDeck"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685490467702575104", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 360, "resize": "fit"}, "small": {"w": 340, "h": 191, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 337, "resize": "fit"}}, "source_status_id_str": "685472301672865794", "media_url": "http://pbs.twimg.com/media/CYLArdTVAAAM-l8.jpg", "source_user_id_str": "2377815434", "id_str": "685321946146340864", "id": 685321946146340864, "media_url_https": "https://pbs.twimg.com/media/CYLArdTVAAAM-l8.jpg", "type": "photo", "indices": [67, 90], "source_status_id": 685472301672865794, "source_user_id": 2377815434, "display_url": "pic.twitter.com/QHfbTkEWXU", "expanded_url": "http://twitter.com/ClickHole/status/685472301672865794/photo/1", "url": "https://t.co/QHfbTkEWXU"}], "symbols": [], "urls": [{"display_url": "clickhole.com/r/754tsd", "url": "https://t.co/qTHD9SfgX8", "expanded_url": "http://www.clickhole.com/r/754tsd", "indices": [43, 66]}], "hashtags": [], "user_mentions": [{"screen_name": "ClickHole", "id_str": "2377815434", "id": 2377815434, "indices": [3, 13], "name": "ClickHole"}]}, "created_at": "Fri Jan 08 15:57:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685490467702575104, "text": "RT @ClickHole: Here\u2019s A Fucking Anime Quiz https://t.co/qTHD9SfgX8 https://t.co/QHfbTkEWXU", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 18948541, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 5295, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "96829836", "following": false, "friends_count": 188, "entities": {"description": {"urls": [{"display_url": "smarturl.it/illmaticxx_itu\u2026", "url": "http://t.co/GQVoyTHAXi", "expanded_url": "http://smarturl.it/illmaticxx_itunes", "indices": [29, 51]}]}, "url": {"urls": [{"display_url": "TribecaFilm.com/Nas", "url": "http://t.co/Ol6HETXMsd", "expanded_url": "http://TribecaFilm.com/Nas", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/814646450/ebaaa9f989a38f17fb2330bb4268eb33.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1896081, "location": "NYC", "screen_name": "Nas", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8575, "name": "Nasir Jones", "profile_use_background_image": true, "description": "Illmatic XX now available: \r\nhttp://t.co/GQVoyTHAXi", "url": "http://t.co/Ol6HETXMsd", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/561373039611633664/nz0FbI_m_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 14 20:03:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/561373039611633664/nz0FbI_m_normal.jpeg", "favourites_count": 3, "status": {"retweet_count": 24, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685575673147191296", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BASxldUpEj8/", "url": "https://t.co/L3S16gxv5u", "expanded_url": "https://www.instagram.com/p/BASxldUpEj8/", "indices": [44, 67]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 21:35:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685575673147191296, "text": "Lord Shan! \nMC Shan ladies & gentleman. https://t.co/L3S16gxv5u", "coordinates": null, "retweeted": false, "favorite_count": 75, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 96829836, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/814646450/ebaaa9f989a38f17fb2330bb4268eb33.jpeg", "statuses_count": 4514, "profile_banner_url": "https://pbs.twimg.com/profile_banners/96829836/1412353651", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "422665701", "following": false, "friends_count": 1877, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/TrapTearsVid", "url": "https://t.co/bSTapnSbtt", "expanded_url": "http://smarturl.it/TrapTearsVid", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/440196658370842624/wF3gsmG5.jpeg", "notifications": false, "profile_sidebar_fill_color": "0A0A0A", "profile_link_color": "8F120E", "geo_enabled": true, "followers_count": 113330, "location": "", "screen_name": "Raury", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 326, "name": "AWN", "profile_use_background_image": true, "description": "being of light , right on time #indigo #millennial new album #AllWeNeed", "url": "https://t.co/bSTapnSbtt", "profile_text_color": "A30A0A", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683071165993250816/q1QwbA89_normal.jpg", "profile_background_color": "000000", "created_at": "Sun Nov 27 14:50:29 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683071165993250816/q1QwbA89_normal.jpg", "favourites_count": 9694, "status": {"retweet_count": 27, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685591537066053632", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 964, "h": 964, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYO13ZUWkAIASL1.jpg", "type": "photo", "indices": [105, 128], "media_url": "http://pbs.twimg.com/media/CYO13ZUWkAIASL1.jpg", "display_url": "pic.twitter.com/GzWdNy9t6a", "id_str": "685591531584131074", "expanded_url": "http://twitter.com/Raury/status/685591537066053632/photo/1", "id": 685591531584131074, "url": "https://t.co/GzWdNy9t6a"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "6LACK", "id_str": "27133902", "id": 27133902, "indices": [32, 38], "name": "bear"}, {"screen_name": "carlonramong", "id_str": "324541023", "id": 324541023, "indices": [79, 92], "name": "Carlon Ramong"}]}, "created_at": "Fri Jan 08 22:38:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685591537066053632, "text": "Cabin party in ATL tomorrow for @6LACK \ud83c\udf88\n\nbring swimsuits for the jacuzzi\ud83c\udfc4\ud83c\udfc4hit @carlonramong for details https://t.co/GzWdNy9t6a", "coordinates": null, "retweeted": false, "favorite_count": 58, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 422665701, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/440196658370842624/wF3gsmG5.jpeg", "statuses_count": 35240, "profile_banner_url": "https://pbs.twimg.com/profile_banners/422665701/1444935009", "is_translator": false}, {"time_zone": "Baghdad", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 10800, "id_str": "1499345785", "following": false, "friends_count": 31, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000138370065/l8wX2JAO.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 21460, "location": "", "screen_name": "Iarsulrich", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 73, "name": "Lars Ulrich", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/639736788509044736/f9APSm1B_normal.jpg", "profile_background_color": "000000", "created_at": "Mon Jun 10 20:39:52 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en-gb", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639736788509044736/f9APSm1B_normal.jpg", "favourites_count": 14, "status": {"in_reply_to_status_id": null, "retweet_count": 239, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "585814658197499904", "id": 585814658197499904, "text": "Ba Dum Ts", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Apr 08 14:41:13 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 310, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "tl"}, "default_profile_image": false, "id": 1499345785, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000138370065/l8wX2JAO.jpeg", "statuses_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1499345785/1438456012", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "7698", "following": false, "friends_count": 758, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "monkey.org/~marius/", "url": "https://t.co/Fd7AtAPU13", "expanded_url": "http://monkey.org/~marius/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "038543", "geo_enabled": true, "followers_count": 8439, "location": "Silicon Valley", "screen_name": "marius", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 294, "name": "marius eriksen", "profile_use_background_image": true, "description": "I spend most days cursing at lots of very tiny electronics.", "url": "https://t.co/Fd7AtAPU13", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/658107214943514624/9kBvyBlv_normal.jpg", "profile_background_color": "ACDED6", "created_at": "Sat Oct 07 06:53:18 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658107214943514624/9kBvyBlv_normal.jpg", "favourites_count": 4808, "status": {"in_reply_to_status_id": 685513010115383296, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "danamlewis", "in_reply_to_user_id": 15165858, "in_reply_to_status_id_str": "685513010115383296", "in_reply_to_user_id_str": "15165858", "truncated": false, "id_str": "685515748110811136", "id": 685515748110811136, "text": "@danamlewis @MDT_Diabetes :-( we have seriously discussed hiring someone (task rabbit?) just to deal with insurance and decide companies \u2026", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "danamlewis", "id_str": "15165858", "id": 15165858, "indices": [0, 11], "name": "Dana | #hcsm #DIYPS"}, {"screen_name": "MDT_Diabetes", "id_str": "17861851", "id": 17861851, "indices": [12, 25], "name": "Medtronic Diabetes"}]}, "created_at": "Fri Jan 08 17:37:45 +0000 2016", "source": "Tweetbot for i\u039fS", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 7698, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "statuses_count": 7424, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7698/1413383522", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18819527", "following": false, "friends_count": 3066, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "travelocity.com", "url": "http://t.co/GxUHwpGZyC", "expanded_url": "http://travelocity.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/516696088510603265/WyHCTS77.jpeg", "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "profile_link_color": "FF0000", "geo_enabled": true, "followers_count": 80691, "location": "", "screen_name": "RoamingGnome", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1434, "name": "Travelocity Gnome", "profile_use_background_image": true, "description": "The official globetrotting ornament. Nabbed from a very boring garden to travel the world. You can find me on instagram @roaminggnome", "url": "http://t.co/GxUHwpGZyC", "profile_text_color": "3D1957", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/433651314791178240/hsG03B35_normal.jpeg", "profile_background_color": "89C9FA", "created_at": "Fri Jan 09 23:08:58 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/433651314791178240/hsG03B35_normal.jpeg", "favourites_count": 4816, "status": {"retweet_count": 11, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685491269808877568", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 1365, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNarU-WQAAoXfI.jpg", "type": "photo", "indices": [91, 114], "media_url": "http://pbs.twimg.com/media/CYNarU-WQAAoXfI.jpg", "display_url": "pic.twitter.com/rmBRcCN0Ax", "id_str": "685491268701536256", "expanded_url": "http://twitter.com/RoamingGnome/status/685491269808877568/photo/1", "id": 685491268701536256, "url": "https://t.co/rmBRcCN0Ax"}], "symbols": [], "urls": [], "hashtags": [{"text": "BubbleBathDay", "indices": [5, 19]}], "user_mentions": []}, "created_at": "Fri Jan 08 16:00:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685491269808877568, "text": "This #BubbleBathDay wasn't quite what I had in mind. Good thing I have a vacation planned. https://t.co/rmBRcCN0Ax", "coordinates": null, "retweeted": false, "favorite_count": 20, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 18819527, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/516696088510603265/WyHCTS77.jpeg", "statuses_count": 10405, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18819527/1398261580", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "32765534", "following": false, "friends_count": 326, "entities": {"description": {"urls": [{"display_url": "billsimmonspodcast.com", "url": "https://t.co/vjQN5lsu7P", "expanded_url": "http://www.billsimmonspodcast.com", "indices": [44, 67]}]}, "url": {"urls": [{"display_url": "grantland.com/features/compl\u2026", "url": "https://t.co/FAEjPf1Iwj", "expanded_url": "http://grantland.com/features/complete-column-archives-grantland-edition/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/712357174/6ab50d40301a561d202a86c215f6aa2f.jpeg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "9D582E", "geo_enabled": false, "followers_count": 4767763, "location": "Los Angeles (via Boston)", "screen_name": "BillSimmons", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 32238, "name": "Bill Simmons", "profile_use_background_image": true, "description": "Host of The Bill Simmons Podcast - links at https://t.co/vjQN5lsu7P. My HBO show = 2016. Once ran a Grantland cult according to 2 unnamed ESPN execs.", "url": "https://t.co/FAEjPf1Iwj", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/645990884165578753/moYctN8w_normal.jpg", "profile_background_color": "8B542B", "created_at": "Sat Apr 18 03:37:31 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/645990884165578753/moYctN8w_normal.jpg", "favourites_count": 9, "status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685579237923794944", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "itunes.apple.com/us/podcast/the\u2026", "url": "https://t.co/wuVe9E8732", "expanded_url": "https://itunes.apple.com/us/podcast/the-bill-simmons-podcast/id1043699613?mt=2#episodeGuid=tag%3Asoundcloud%2C2010%3Atracks%2F241011357", "indices": [106, 129]}], "hashtags": [], "user_mentions": [{"screen_name": "HousefromDC", "id_str": "180433733", "id": 180433733, "indices": [91, 103], "name": "House"}]}, "created_at": "Fri Jan 08 21:50:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685579237923794944, "text": "New BS Pod - did some Friday Rollin' + Round One NFL picks + some NBA talk with a DC-giddy @HousefromDC \n\nhttps://t.co/wuVe9E8732", "coordinates": null, "retweeted": false, "favorite_count": 75, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 32765534, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/712357174/6ab50d40301a561d202a86c215f6aa2f.jpeg", "statuses_count": 15279, "profile_banner_url": "https://pbs.twimg.com/profile_banners/32765534/1445653325", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "44039298", "following": false, "friends_count": 545, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 3613922, "location": "New York", "screen_name": "sethmeyers", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 20373, "name": "Seth Meyers", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/267298914/n700068668_5523_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 02 02:35:39 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/267298914/n700068668_5523_normal.jpg", "favourites_count": 49, "status": {"retweet_count": 333, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 333, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685539256698159104", "id": 685539256698159104, "text": "Already lookin' forward to the next time they catch El Chapo.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:11:10 +0000 2016", "source": "Twitter for Android", "favorite_count": 604, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685539599377166338", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "MrGeorgeWallace", "id_str": "398490298", "id": 398490298, "indices": [3, 19], "name": "George Wallace"}]}, "created_at": "Fri Jan 08 19:12:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685539599377166338, "text": "RT @MrGeorgeWallace: Already lookin' forward to the next time they catch El Chapo.", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 44039298, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 6071, "is_translator": false}, {"time_zone": "UTC", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "104969057", "following": false, "friends_count": 493, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "McKellen.com", "url": "http://t.co/g38r3qsinW", "expanded_url": "http://www.McKellen.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "050505", "geo_enabled": false, "followers_count": 2901659, "location": "London, UK", "screen_name": "IanMcKellen", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12052, "name": "Ian McKellen", "profile_use_background_image": true, "description": "actor and activist", "url": "http://t.co/g38r3qsinW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3633670448/8ddcdf11c5fb8fb8851c8c0457e85383_normal.jpeg", "profile_background_color": "131516", "created_at": "Thu Jan 14 23:29:56 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3633670448/8ddcdf11c5fb8fb8851c8c0457e85383_normal.jpeg", "favourites_count": 95, "status": {"retweet_count": 63, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685511765812097024", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nyti.ms/1O8JypN", "url": "https://t.co/IhQSusDn6r", "expanded_url": "http://nyti.ms/1O8JypN", "indices": [56, 79]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 17:21:55 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685511765812097024, "text": "Ian McKellen Will Take That Seat, if You\u2019re Offering It https://t.co/IhQSusDn6r", "coordinates": null, "retweeted": false, "favorite_count": 359, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 104969057, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1314, "profile_banner_url": "https://pbs.twimg.com/profile_banners/104969057/1449683945", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "241964676", "following": false, "friends_count": 226, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Grantland.com", "url": "http://t.co/qx60xDYYa3", "expanded_url": "http://www.Grantland.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/414549914/bg.jpg", "notifications": false, "profile_sidebar_fill_color": "F5F5F5", "profile_link_color": "BF1E2E", "geo_enabled": false, "followers_count": 508487, "location": "Los Angeles, CA", "screen_name": "Grantland33", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8432, "name": "Grantland", "profile_use_background_image": true, "description": "Home of the Triangle | Hollywood Prospectus.", "url": "http://t.co/qx60xDYYa3", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/423899044243443712/R8Ei6kil_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Jan 23 16:06:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBDDDE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423899044243443712/R8Ei6kil_normal.jpeg", "favourites_count": 238, "status": {"retweet_count": 14, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "660147525454696448", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "gran.tl/1Womk0x", "url": "https://t.co/1tWBmhThwU", "expanded_url": "http://gran.tl/1Womk0x", "indices": [75, 98]}], "hashtags": [], "user_mentions": [{"screen_name": "max_cea", "id_str": "261502837", "id": 261502837, "indices": [66, 74], "name": "Max Cea"}]}, "created_at": "Fri Oct 30 17:33:29 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 660147525454696448, "text": "We Went There: Clippers-Mavs and DeAndre Jordan Night in L.A., by @max_cea https://t.co/1tWBmhThwU", "coordinates": null, "retweeted": false, "favorite_count": 71, "contributors": null, "source": "WordPress.com"}, "default_profile_image": false, "id": 241964676, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/414549914/bg.jpg", "statuses_count": 26406, "profile_banner_url": "https://pbs.twimg.com/profile_banners/241964676/1441915615", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "615999145", "profile_image_url": "http://pbs.twimg.com/profile_images/2426136445/mrvv14fip4lk4tcs1qj6_normal.jpeg", "friends_count": 127, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Sat Jun 23 10:24:53 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/2426136445/mrvv14fip4lk4tcs1qj6_normal.jpeg", "favourites_count": 6, "listed_count": 1, "geo_enabled": false, "follow_request_sent": false, "followers_count": 766, "following": false, "default_profile_image": false, "id": 615999145, "blocked_by": false, "name": "Bee Shaffer", "location": "Los Angeles", "screen_name": "KikiShaf", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1440641", "following": false, "friends_count": 88, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nytimes.com/arts", "url": "http://t.co/0H74AaBX8Y", "expanded_url": "http://www.nytimes.com/arts", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2800588/twitter.post.gif", "notifications": false, "profile_sidebar_fill_color": "E7EFF8", "profile_link_color": "004276", "geo_enabled": false, "followers_count": 1861404, "location": "New York, NY", "screen_name": "nytimesarts", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 17929, "name": "New York Times Arts", "profile_use_background_image": true, "description": "Arts and entertainment news from The New York Times.", "url": "http://t.co/0H74AaBX8Y", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2037590739/NYT_Twitter_arts_normal.png", "profile_background_color": "FFFFFF", "created_at": "Sun Mar 18 20:30:33 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "323232", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2037590739/NYT_Twitter_arts_normal.png", "favourites_count": 21, "status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685633001577943041", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "nyti.ms/1OUVKIf", "url": "https://t.co/dqGYg0x7HE", "expanded_url": "http://nyti.ms/1OUVKIf", "indices": [57, 80]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:23:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685633001577943041, "text": "Up for Auction: Real Art, Owned by a Seller of Forgeries https://t.co/dqGYg0x7HE", "coordinates": null, "retweeted": false, "favorite_count": 3, "contributors": null, "source": "SocialFlow"}, "default_profile_image": false, "id": 1440641, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2800588/twitter.post.gif", "statuses_count": 91366, "is_translator": false}, {"time_zone": "Greenland", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -10800, "id_str": "16465385", "following": false, "friends_count": 536, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nobelprize.org", "url": "http://t.co/If9cQQEL4i", "expanded_url": "http://nobelprize.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000078517581/addc9673a1033a0b8aea4d78a2b293a4.jpeg", "notifications": false, "profile_sidebar_fill_color": "E2E8EA", "profile_link_color": "307497", "geo_enabled": true, "followers_count": 177864, "location": "Stockholm, Sweden", "screen_name": "NobelPrize", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3279, "name": "The Nobel Prize", "profile_use_background_image": true, "description": "The official Twitter feed of the Nobel Prize @NobelPrize #NobelPrize", "url": "http://t.co/If9cQQEL4i", "profile_text_color": "023C59", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000473278283/80ea0fb0832c7d4c0eabeefe1f7f1b44_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Fri Sep 26 08:47:58 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000473278283/80ea0fb0832c7d4c0eabeefe1f7f1b44_normal.jpeg", "favourites_count": 198, "status": {"retweet_count": 18, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685486394395996161", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 812, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 756, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 428, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNWPivVAAEeQGr.jpg", "type": "photo", "indices": [115, 138], "media_url": "http://pbs.twimg.com/media/CYNWPivVAAEeQGr.jpg", "display_url": "pic.twitter.com/4ZGhYYUyvw", "id_str": "685486393313787905", "expanded_url": "http://twitter.com/NobelPrize/status/685486394395996161/photo/1", "id": 685486393313787905, "url": "https://t.co/4ZGhYYUyvw"}], "symbols": [], "urls": [{"display_url": "goo.gl/KhzAMl", "url": "https://t.co/qEHZEYLQDD", "expanded_url": "http://goo.gl/KhzAMl", "indices": [91, 114]}], "hashtags": [{"text": "OnThisDay", "indices": [25, 35]}, {"text": "NobelPeacePrize", "indices": [73, 89]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:41:06 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685486394395996161, "text": "Emily Greene Balch, born #OnThisDay (1867), Professor and pacifist, 1946 #NobelPeacePrize: https://t.co/qEHZEYLQDD https://t.co/4ZGhYYUyvw", "coordinates": null, "retweeted": false, "favorite_count": 22, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16465385, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000078517581/addc9673a1033a0b8aea4d78a2b293a4.jpeg", "statuses_count": 4674, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16465385/1450099641", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14550962", "following": false, "friends_count": 250, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "agoranomic.org", "url": "http://t.co/XcGA9qM04D", "expanded_url": "http://agoranomic.org", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 213136, "location": "", "screen_name": "comex", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 6398, "name": "comex", "profile_use_background_image": true, "description": "Views expressed here do not necessarily belong to my employer. Or to me.", "url": "http://t.co/XcGA9qM04D", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682427383954157568/sFZIrmXZ_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Apr 26 20:13:43 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682427383954157568/sFZIrmXZ_normal.jpg", "favourites_count": 88, "status": {"retweet_count": 5065, "retweeted_status": {"retweet_count": 5065, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685439245536890880", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 749, "h": 753, "resize": "fit"}, "medium": {"w": 600, "h": 603, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMrXIYWYAA5P_0.jpg", "type": "photo", "indices": [80, 103], "media_url": "http://pbs.twimg.com/media/CYMrXIYWYAA5P_0.jpg", "display_url": "pic.twitter.com/hV5XBFe3GS", "id_str": "685439244677046272", "expanded_url": "http://twitter.com/wheatles/status/685439245536890880/photo/1", "id": 685439244677046272, "url": "https://t.co/hV5XBFe3GS"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 12:33:45 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685439245536890880, "text": "'What were you calling about?' these Blair/Clinton conversations are incredible https://t.co/hV5XBFe3GS", "coordinates": null, "retweeted": false, "favorite_count": 5145, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685466846926090240", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 749, "h": 753, "resize": "fit"}, "medium": {"w": 600, "h": 603, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 341, "resize": "fit"}}, "source_status_id_str": "685439245536890880", "media_url": "http://pbs.twimg.com/media/CYMrXIYWYAA5P_0.jpg", "source_user_id_str": "15814799", "id_str": "685439244677046272", "id": 685439244677046272, "media_url_https": "https://pbs.twimg.com/media/CYMrXIYWYAA5P_0.jpg", "type": "photo", "indices": [94, 117], "source_status_id": 685439245536890880, "source_user_id": 15814799, "display_url": "pic.twitter.com/hV5XBFe3GS", "expanded_url": "http://twitter.com/wheatles/status/685439245536890880/photo/1", "url": "https://t.co/hV5XBFe3GS"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "wheatles", "id_str": "15814799", "id": 15814799, "indices": [3, 12], "name": "wheatles"}]}, "created_at": "Fri Jan 08 14:23:26 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685466846926090240, "text": "RT @wheatles: 'What were you calling about?' these Blair/Clinton conversations are incredible https://t.co/hV5XBFe3GS", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14550962, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 23885, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2813652210", "following": false, "friends_count": 2434, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kickstarter.com/projects/19573\u2026", "url": "https://t.co/giNNN1E1AC", "expanded_url": "https://www.kickstarter.com/projects/1957344648/meow-the-jewels", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7925, "location": "", "screen_name": "MeowTheJewels", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 30, "name": "#MeowTheJewels", "profile_use_background_image": true, "description": "You are listening to Meow The Jewels! Now a RTJ ran account.", "url": "https://t.co/giNNN1E1AC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/512349005464870913/UoYNUUXP_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue Sep 16 20:55:34 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/512349005464870913/UoYNUUXP_normal.jpeg", "favourites_count": 4674, "status": {"in_reply_to_status_id": null, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "point_GARD", "in_reply_to_user_id": 172587825, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": "172587825", "truncated": false, "id_str": "677629963361734656", "id": 677629963361734656, "text": "@point_gard Meow! Thanks for the donation (and your patience!)\ud83d\ude3a\ud83d\udc49\ud83d\udc4a", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "point_GARD", "id_str": "172587825", "id": 172587825, "indices": [0, 11], "name": "Revenge of Da Blerds"}]}, "created_at": "Thu Dec 17 23:22:27 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2813652210, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3280, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2813652210/1410988523", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "237548529", "following": false, "friends_count": 207, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "humansofnewyork.com", "url": "http://t.co/GdwTtrMd37", "expanded_url": "http://www.humansofnewyork.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458364038422859776/UuNGX6Dl.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "233294", "geo_enabled": false, "followers_count": 382285, "location": "New York, NY", "screen_name": "humansofny", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2430, "name": "Brandon Stanton", "profile_use_background_image": true, "description": "Creator of the blog and #1 NYT bestselling book, Humans of New York. I take pictures of people on the street and ask them questions.", "url": "http://t.co/GdwTtrMd37", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/442100778639974400/Zj7Hfan__normal.jpeg", "profile_background_color": "6E757A", "created_at": "Thu Jan 13 02:43:38 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/442100778639974400/Zj7Hfan__normal.jpeg", "favourites_count": 1094, "status": {"retweet_count": 314, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685503105874542592", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 434, "h": 485, "resize": "fit"}, "small": {"w": 340, "h": 379, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 434, "h": 485, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNlcT-UMAECl5l.png", "type": "photo", "indices": [114, 137], "media_url": "http://pbs.twimg.com/media/CYNlcT-UMAECl5l.png", "display_url": "pic.twitter.com/9G3R3nyP08", "id_str": "685503105362833409", "expanded_url": "http://twitter.com/humansofny/status/685503105874542592/photo/1", "id": 685503105362833409, "url": "https://t.co/9G3R3nyP08"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:47:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685503105874542592, "text": "\u201cI\u2019m trying to focus on my first year in college while my parents get divorced. They told me when I came home...\" https://t.co/9G3R3nyP08", "coordinates": null, "retweeted": false, "favorite_count": 1041, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 237548529, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458364038422859776/UuNGX6Dl.jpeg", "statuses_count": 5325, "profile_banner_url": "https://pbs.twimg.com/profile_banners/237548529/1412171810", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "16600574", "following": false, "friends_count": 80283, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "adambouska.com", "url": "https://t.co/iCi6oiInzM", "expanded_url": "http://www.adambouska.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/675910889/ad03ca278209014db233c91728a2963a.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 201279, "location": "Los Angeles, California", "screen_name": "bouska", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2582, "name": "Adam Bouska", "profile_use_background_image": true, "description": "Fashion Photographer & NOH8 Campaign Co-Founder \u2605\u2605\u2605\u2605\u2605\ninfo@bouska.net", "url": "https://t.co/iCi6oiInzM", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000407726103/f71bc74ac977af9161dea417658b7ba2_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Oct 05 10:48:17 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000407726103/f71bc74ac977af9161dea417658b7ba2_normal.jpeg", "favourites_count": 2581, "status": {"in_reply_to_status_id": null, "retweet_count": 85, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685615013038456832", "id": 685615013038456832, "text": "love is a terrible thing to hate.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:12:11 +0000 2016", "source": "Twitter for Android", "favorite_count": 198, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 16600574, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/675910889/ad03ca278209014db233c91728a2963a.jpeg", "statuses_count": 15632, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16600574/1435020398", "is_translator": false}, {"time_zone": "Hawaii", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -36000, "id_str": "526316060", "following": false, "friends_count": 27, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 479570, "location": "", "screen_name": "DaveChappelle", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3124, "name": "David Chappelle", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1914494250/image_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 16 11:53:45 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1914494250/image_normal.jpg", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 1250, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "184039213946241024", "id": 184039213946241024, "text": "This account has been hacked. I'm deeming it officially bogus. Sincerely, \nChappelle, David K", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sun Mar 25 22:09:02 +0000 2012", "source": "Twitter for iPhone", "favorite_count": 1243, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 526316060, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 11, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1188951", "following": false, "friends_count": 258, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "DD2E44", "geo_enabled": true, "followers_count": 2211, "location": "San Francisco, CA", "screen_name": "eyeseewaters", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 64, "name": "Nandini Ramani", "profile_use_background_image": true, "description": "VP of Engineering @Twitter", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/614565100561653760/lis6j6Gw_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Wed Mar 14 23:09:57 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/614565100561653760/lis6j6Gw_normal.jpg", "favourites_count": 1069, "status": {"retweet_count": 398, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 398, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "649653805819236352", "id": 649653805819236352, "text": "Hello. I am the NiceBot. I want to make the world a nicer place, one tweet at a time. Follow my journey, and have a nice day. #TheNiceBot", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "TheNiceBot", "indices": [126, 137]}], "user_mentions": []}, "created_at": "Thu Oct 01 18:35:11 +0000 2015", "source": "Twitter Web Client", "favorite_count": 1018, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685593294013792256", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "TheNiceBot", "indices": [139, 140]}], "user_mentions": [{"screen_name": "TheNiceBot", "id_str": "3433099685", "id": 3433099685, "indices": [3, 14], "name": "The NiceBot"}]}, "created_at": "Fri Jan 08 22:45:53 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685593294013792256, "text": "RT @TheNiceBot: Hello. I am the NiceBot. I want to make the world a nicer place, one tweet at a time. Follow my journey, and have a nice da\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1188951, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1867, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43421130", "following": false, "friends_count": 147, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "treasureislandfestival.com", "url": "http://t.co/1kda6aZhAJ", "expanded_url": "http://www.treasureislandfestival.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/609055510633943040/kYur_JkE.png", "notifications": false, "profile_sidebar_fill_color": "F1DAC1", "profile_link_color": "FF9966", "geo_enabled": false, "followers_count": 12634, "location": "San Francisco, CA", "screen_name": "timfsf", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 576, "name": "Treasure Island Fest", "profile_use_background_image": true, "description": "Thanks to everyone who joined us for the 2015 festival in the bay on October 17-18, 2015! 2016 details coming soon.", "url": "http://t.co/1kda6aZhAJ", "profile_text_color": "4F2A10", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/608328458020782080/aidbang__normal.png", "profile_background_color": "33CCCC", "created_at": "Fri May 29 22:09:36 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/608328458020782080/aidbang__normal.png", "favourites_count": 810, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "670345177911848960", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CU2LYWbVAAAh91B.jpg", "type": "photo", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CU2LYWbVAAAh91B.jpg", "display_url": "pic.twitter.com/3V7ChuY7CO", "id_str": "670345170001395712", "expanded_url": "http://twitter.com/timfsf/status/670345177911848960/photo/1", "id": 670345170001395712, "url": "https://t.co/3V7ChuY7CO"}], "symbols": [], "urls": [{"display_url": "tinmanmerchandising.com/index.php?cPat\u2026", "url": "https://t.co/ma3WRV7zG1", "expanded_url": "https://tinmanmerchandising.com/index.php?cPath=38_200&sort=3a&gridlist=grid&tplDir=TreasureIslandFestival", "indices": [85, 108]}], "hashtags": [{"text": "BlackFriday", "indices": [12, 24]}], "user_mentions": []}, "created_at": "Fri Nov 27 20:55:19 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 670345177911848960, "text": "Joining the #BlackFriday party! All clothing 25% OFF + all posters 30% OFF. Shop now https://t.co/ma3WRV7zG1 https://t.co/3V7ChuY7CO", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 43421130, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/609055510633943040/kYur_JkE.png", "statuses_count": 2478, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43421130/1446147173", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "15241557", "following": false, "friends_count": 51, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 11454, "location": "", "screen_name": "reedhastings", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 331, "name": "Reed Hastings", "profile_use_background_image": true, "description": "CEO Netflix", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2233350183/hastings_reed_abosch_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Jun 26 07:24:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2233350183/hastings_reed_abosch_normal.jpg", "favourites_count": 10, "status": {"in_reply_to_status_id": 684542793243471872, "retweet_count": 2, "place": null, "in_reply_to_screen_name": "RichBTIG", "in_reply_to_user_id": 14992263, "in_reply_to_status_id_str": "684542793243471872", "in_reply_to_user_id_str": "14992263", "truncated": false, "id_str": "684640673895600129", "id": 684640673895600129, "text": "@RichBTIG @LASairport @SouthwestAir @AmericanAir Drive baby like the rest of us!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "RichBTIG", "id_str": "14992263", "id": 14992263, "indices": [0, 9], "name": "Rich Greenfield"}, {"screen_name": "LASairport", "id_str": "97540285", "id": 97540285, "indices": [10, 21], "name": "McCarran Airport"}, {"screen_name": "SouthwestAir", "id_str": "7212562", "id": 7212562, "indices": [22, 35], "name": "Southwest Airlines"}, {"screen_name": "AmericanAir", "id_str": "22536055", "id": 22536055, "indices": [36, 48], "name": "American Airlines"}]}, "created_at": "Wed Jan 06 07:40:31 +0000 2016", "source": "Twitter Web Client", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15241557, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 40, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "454423650", "following": false, "friends_count": 465, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/795078452/04fe329f8b165d96eb1ed95dcfb575c2.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "006399", "geo_enabled": true, "followers_count": 1607, "location": "San Francisco", "screen_name": "tinab", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 26, "name": "Tina Bhatnagar", "profile_use_background_image": true, "description": "Love food, sleep and being pampered. Difference between me and a baby? I work @Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3262782585/03cd4dbe36da18abd08924da2be8f528_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Jan 04 00:04:22 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3262782585/03cd4dbe36da18abd08924da2be8f528_normal.jpeg", "favourites_count": 1021, "status": {"retweet_count": 153, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 153, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682344631321772033", "id": 682344631321772033, "text": "Today's high: 52 degrees\nTonight's low: finalizing your NYE plans when all you really wanna do is Netflix and pizza", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Dec 30 23:36:52 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 332, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "682367691131207681", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "KarlTheFog", "id_str": "175091719", "id": 175091719, "indices": [3, 14], "name": "Karl the Fog"}]}, "created_at": "Thu Dec 31 01:08:30 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682367691131207681, "text": "RT @KarlTheFog: Today's high: 52 degrees\nTonight's low: finalizing your NYE plans when all you really wanna do is Netflix and pizza", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 454423650, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/795078452/04fe329f8b165d96eb1ed95dcfb575c2.jpeg", "statuses_count": 1713, "profile_banner_url": "https://pbs.twimg.com/profile_banners/454423650/1451600055", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3751591514", "following": false, "friends_count": 21, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 8849, "location": "Bellevue, WA", "screen_name": "Steven_Ballmer", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 160, "name": "Steve Ballmer", "profile_use_background_image": false, "description": "Lots going on", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654995305855782912/r3VRakJM_normal.png", "profile_background_color": "000000", "created_at": "Thu Oct 01 20:37:37 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654995305855782912/r3VRakJM_normal.png", "favourites_count": 1, "status": {"in_reply_to_status_id": null, "retweet_count": 35, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "659971638838988800", "id": 659971638838988800, "text": "Lots going on in the world of tech and government but all I can say today is 2-0. Sweet victory tonight very sweet go clips", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Oct 30 05:54:35 +0000 2015", "source": "Twitter for Windows Phone", "favorite_count": 107, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3751591514, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 12, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3751591514/1444998576", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "845743333", "following": false, "friends_count": 80, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 139501, "location": "", "screen_name": "JoyceCarolOates", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2614, "name": "Joyce Carol Oates", "profile_use_background_image": true, "description": "Author", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2683616680/ca8aa195d2ccc38da6800678a9d2ae8a_normal.png", "profile_background_color": "022330", "created_at": "Tue Sep 25 15:36:17 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "A8C7F7", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2683616680/ca8aa195d2ccc38da6800678a9d2ae8a_normal.png", "favourites_count": 55, "status": {"retweet_count": 98, "retweeted_status": {"retweet_count": 98, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685620504334483456", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sfg.ly/1OgtGPV", "url": "https://t.co/Rd2TWChT7k", "expanded_url": "http://sfg.ly/1OgtGPV", "indices": [116, 139]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:34:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685620504334483456, "text": "Great white shark died after just 3 days in captivity at Japanese aquarium. The cause of death is clear: captivity. https://t.co/Rd2TWChT7k", "coordinates": null, "retweeted": false, "favorite_count": 106, "contributors": null, "source": "Sprout Social"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685629804163432449", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "sfg.ly/1OgtGPV", "url": "https://t.co/Rd2TWChT7k", "expanded_url": "http://sfg.ly/1OgtGPV", "indices": [126, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "peta", "id_str": "9890492", "id": 9890492, "indices": [3, 8], "name": "PETA"}]}, "created_at": "Sat Jan 09 01:10:58 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685629804163432449, "text": "RT @peta: Great white shark died after just 3 days in captivity at Japanese aquarium. The cause of death is clear: captivity. https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 845743333, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "statuses_count": 18362, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "292626949", "following": false, "friends_count": 499, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2325, "location": "", "screen_name": "singhtv", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 49, "name": "Baljeet Singh", "profile_use_background_image": true, "description": "twitter product lead, SF transplant, hip hop head, outdoors lover, father of the coolest kid ever", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000771974140/2b7b64a868cc6a4733d821eba3d837bc_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Tue May 03 23:41:04 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000771974140/2b7b64a868cc6a4733d821eba3d837bc_normal.jpeg", "favourites_count": 1294, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684181167902330880", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 604, "resize": "fit"}, "medium": {"w": 600, "h": 1066, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1820, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CX6zIVgUAAQPvzw.jpg", "type": "photo", "indices": [94, 117], "media_url": "http://pbs.twimg.com/media/CX6zIVgUAAQPvzw.jpg", "display_url": "pic.twitter.com/8dWB4Fkhi8", "id_str": "684181149199892484", "expanded_url": "http://twitter.com/singhtv/status/684181167902330880/photo/1", "id": 684181149199892484, "url": "https://t.co/8dWB4Fkhi8"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 01:14:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-122.514926, 37.708075], [-122.357031, 37.708075], [-122.357031, 37.833238], [-122.514926, 37.833238]]], "type": "Polygon"}, "full_name": "San Francisco, CA", "contained_within": [], "country_code": "US", "id": "5a110d312052166f", "name": "San Francisco"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684181167902330880, "text": "Last day! Thanks fellow Tweeps for everything you've taught me. I will miss working with you. https://t.co/8dWB4Fkhi8", "coordinates": null, "retweeted": false, "favorite_count": 195, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 292626949, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 244, "profile_banner_url": "https://pbs.twimg.com/profile_banners/292626949/1385075905", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "70976011", "following": false, "friends_count": 694, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 775, "location": "San Francisco, CA", "screen_name": "jdrishel", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 36, "name": "Jeremy Rishel", "profile_use_background_image": true, "description": "Engineering @twitter ~ @mit CS, Philosophy, & MBA ~ Former @usmc ~ Proud supporter of @calacademy, @americanatheist, @rdfrs, @mca_marines, & @sfjazz", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1850753848/jeremy_full_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Sep 02 14:22:44 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1850753848/jeremy_full_normal.jpg", "favourites_count": 1875, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685541065257021440", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/thinkprogress/\u2026", "url": "https://t.co/GY3aapX4De", "expanded_url": "https://twitter.com/thinkprogress/status/685536373319811076", "indices": [10, 33]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 19:18:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685541065257021440, "text": "Amazing. https://t.co/GY3aapX4De", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 70976011, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 791, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70976011/1435923511", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "5943622", "following": false, "friends_count": 5838, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "a16z.com", "url": "http://t.co/kn6m038bNW", "expanded_url": "http://www.a16z.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000162904615/QUPx_0yO.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "12297A", "geo_enabled": false, "followers_count": 464338, "location": "Menlo Park, CA", "screen_name": "pmarca", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8619, "name": "Marc Andreessen", "profile_use_background_image": true, "description": "\u201cI don\u2019t mean you\u2019re all going to be happy. You\u2019ll be unhappy \u2013 but in new, exciting and important ways.\u201d \u2013 Edwin Land", "url": "http://t.co/kn6m038bNW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/649108987128868864/rWnwMe55_normal.jpg", "profile_background_color": "131516", "created_at": "Thu May 10 23:39:54 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/649108987128868864/rWnwMe55_normal.jpg", "favourites_count": 208234, "status": {"in_reply_to_status_id": 685630933505052672, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "tsoulichakib", "in_reply_to_user_id": 17716644, "in_reply_to_status_id_str": "685630933505052672", "in_reply_to_user_id_str": "17716644", "truncated": false, "id_str": "685636088732368897", "id": 685636088732368897, "text": "@tsoulichakib @munilass They had Dreier dead to rights.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "tsoulichakib", "id_str": "17716644", "id": 17716644, "indices": [0, 13], "name": "Chakib Tsouli"}, {"screen_name": "munilass", "id_str": "283734762", "id": 283734762, "indices": [14, 23], "name": "Kristi Culpepper"}]}, "created_at": "Sat Jan 09 01:35:56 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 5943622, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000162904615/QUPx_0yO.jpeg", "statuses_count": 83526, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5943622/1419247370", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "127062637", "following": false, "friends_count": 169, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "9266CC", "geo_enabled": true, "followers_count": 19335, "location": "California, USA", "screen_name": "omidkordestani", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 202, "name": "Omid Kordestani", "profile_use_background_image": false, "description": "Executive Chairman @twitter", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/654153213281570816/9LJkCtoV_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Mar 27 23:05:58 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654153213281570816/9LJkCtoV_normal.jpg", "favourites_count": 60, "status": {"retweet_count": 28882, "retweeted_status": {"retweet_count": 28882, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679137936416329728", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg", "type": "photo", "indices": [21, 44], "media_url": "http://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg", "display_url": "pic.twitter.com/Ll7wg2hL1G", "id_str": "679137932163358720", "expanded_url": "http://twitter.com/elonmusk/status/679137936416329728/photo/1", "id": 679137932163358720, "url": "https://t.co/Ll7wg2hL1G"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Dec 22 03:14:36 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679137936416329728, "text": "There and back again https://t.co/Ll7wg2hL1G", "coordinates": null, "retweeted": false, "favorite_count": 40965, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "679145995767169024", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "source_status_id_str": "679137936416329728", "media_url": "http://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg", "source_user_id_str": "44196397", "id_str": "679137932163358720", "id": 679137932163358720, "media_url_https": "https://pbs.twimg.com/media/CWzIWeAXIAAUQCF.jpg", "type": "photo", "indices": [35, 58], "source_status_id": 679137936416329728, "source_user_id": 44196397, "display_url": "pic.twitter.com/Ll7wg2hL1G", "expanded_url": "http://twitter.com/elonmusk/status/679137936416329728/photo/1", "url": "https://t.co/Ll7wg2hL1G"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "elonmusk", "id_str": "44196397", "id": 44196397, "indices": [3, 12], "name": "Elon Musk"}]}, "created_at": "Tue Dec 22 03:46:37 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 679145995767169024, "text": "RT @elonmusk: There and back again https://t.co/Ll7wg2hL1G", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 127062637, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 33, "profile_banner_url": "https://pbs.twimg.com/profile_banners/127062637/1445924351", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3913671", "following": false, "friends_count": 634, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thecodemill.biz", "url": "http://t.co/jfXOm28eAR", "expanded_url": "http://thecodemill.biz/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/547110391/twitter-bg-opt.jpg", "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 1469, "location": "Santa Cruz/San Francisco, CA", "screen_name": "bartt", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 55, "name": "Bart Teeuwisse", "profile_use_background_image": false, "description": "Early riser to hack, build, run, bike, climb & ski. Formerly @twitter, @yahoo & various startups", "url": "http://t.co/jfXOm28eAR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/488811874083819520/cViAGu73_normal.jpeg", "profile_background_color": "F9F9F9", "created_at": "Mon Apr 09 15:19:14 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488811874083819520/cViAGu73_normal.jpeg", "favourites_count": 840, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682388006666395648", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/-N7RlWHaFbE", "url": "https://t.co/drAG8j6GkF", "expanded_url": "https://youtu.be/-N7RlWHaFbE", "indices": [81, 104]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 02:29:13 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/fbd6d2f5a4e4a15e.json", "country": "United States", "attributes": {}, "place_type": "admin", "bounding_box": {"coordinates": [[[-124.482003, 32.528832], [-114.131212, 32.528832], [-114.131212, 42.009519], [-124.482003, 42.009519]]], "type": "Polygon"}, "full_name": "California, USA", "contained_within": [], "country_code": "US", "id": "fbd6d2f5a4e4a15e", "name": "California"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682388006666395648, "text": "Day one of building the Paulk Total Station. Rough cut sheets and made leg jigs. https://t.co/drAG8j6GkF", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 3913671, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/547110391/twitter-bg-opt.jpg", "statuses_count": 7225, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3913671/1405375593", "is_translator": false}, {"time_zone": "Dublin", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "348942463", "following": false, "friends_count": 1107, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ie.linkedin.com/in/stephenmcin\u2026", "url": "http://t.co/ECVj1K5Thi", "expanded_url": "http://ie.linkedin.com/in/stephenmcintyre", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFF7CC", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 11958, "location": "EMEA HQ, Dublin, Ireland", "screen_name": "stephenpmc", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 179, "name": "Stephen McIntyre", "profile_use_background_image": true, "description": "Building Twitter's business in Europe, Middle East, and Africa. VP Sales, MD Ireland.", "url": "http://t.co/ECVj1K5Thi", "profile_text_color": "0C3E53", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/664025218252455936/gumuBGAw_normal.jpg", "profile_background_color": "BADFCD", "created_at": "Fri Aug 05 07:57:24 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/664025218252455936/gumuBGAw_normal.jpg", "favourites_count": 3641, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685534573388804097", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/EPN/status/685\u2026", "url": "https://t.co/deWO9KQSUX", "expanded_url": "https://twitter.com/EPN/status/685526304058294272", "indices": [49, 72]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 18:52:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685534573388804097, "text": "Mexican President announces capture of El Chapo. https://t.co/deWO9KQSUX", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 348942463, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif", "statuses_count": 3900, "profile_banner_url": "https://pbs.twimg.com/profile_banners/348942463/1347467641", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18700629", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sciencedaily.com", "url": "http://t.co/DQWVlXDGLC", "expanded_url": "http://www.sciencedaily.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 171071, "location": "Rockville, MD", "screen_name": "ScienceDaily", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 5572, "name": "ScienceDaily", "profile_use_background_image": true, "description": "Visit ScienceDaily to read breaking news about the latest discoveries in science, health, the environment, and technology.", "url": "http://t.co/DQWVlXDGLC", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/69944301/apple-touch-icon_normal.png", "profile_background_color": "C0DEED", "created_at": "Tue Jan 06 23:14:22 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/69944301/apple-touch-icon_normal.png", "favourites_count": 0, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685583808477835264", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 317, "h": 360, "resize": "fit"}, "large": {"w": 317, "h": 360, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 317, "h": 360, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOu12SUoAA9qGW.jpg", "type": "photo", "indices": [65, 88], "media_url": "http://pbs.twimg.com/media/CYOu12SUoAA9qGW.jpg", "display_url": "pic.twitter.com/RagFaxRhGm", "id_str": "685583808419110912", "expanded_url": "http://twitter.com/ScienceDaily/status/685583808477835264/photo/1", "id": 685583808419110912, "url": "https://t.co/RagFaxRhGm"}], "symbols": [], "urls": [{"display_url": "dlvr.it/DD7PGt", "url": "https://t.co/tC3IyQwb7T", "expanded_url": "http://dlvr.it/DD7PGt", "indices": [41, 64]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:08:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "cy", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685583808477835264, "text": "Non-Circadian Biological Rhythm in Teeth https://t.co/tC3IyQwb7T https://t.co/RagFaxRhGm", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "dlvr.it"}, "default_profile_image": false, "id": 18700629, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 27241, "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "23331708", "following": false, "friends_count": 495, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "247laundryservice.com", "url": "https://t.co/iLa6wu5cWo", "expanded_url": "http://www.247laundryservice.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/187706285/street_art_sweden.jpg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "7D7D7D", "geo_enabled": true, "followers_count": 33472, "location": "Brooklyn", "screen_name": "jasonwstein", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 231, "name": "Jason Stein", "profile_use_background_image": false, "description": "founder/ceo of @247LS + @bycycle. partner at @WindforceVC.", "url": "https://t.co/iLa6wu5cWo", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624558344154419200/ib3RUKxi_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sun Mar 08 17:45:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624558344154419200/ib3RUKxi_normal.jpg", "favourites_count": 22892, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685629486008799233", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/247ls/status/6\u2026", "url": "https://t.co/taOld1cZvY", "expanded_url": "https://twitter.com/247ls/status/685610657870393344", "indices": [48, 71]}], "hashtags": [], "user_mentions": [{"screen_name": "jasonwstein", "id_str": "23331708", "id": 23331708, "indices": [34, 46], "name": "Jason Stein"}]}, "created_at": "Sat Jan 09 01:09:42 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685629486008799233, "text": "WHAT IS YOUR PEACH STRATEGY?!\ud83c\udf51 cc @jasonwstein https://t.co/taOld1cZvY", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685629699360440320", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/247ls/status/6\u2026", "url": "https://t.co/taOld1cZvY", "expanded_url": "https://twitter.com/247ls/status/685610657870393344", "indices": [63, 86]}], "hashtags": [], "user_mentions": [{"screen_name": "MikePetes", "id_str": "55116303", "id": 55116303, "indices": [3, 13], "name": "iSeeDigital"}, {"screen_name": "jasonwstein", "id_str": "23331708", "id": 23331708, "indices": [49, 61], "name": "Jason Stein"}]}, "created_at": "Sat Jan 09 01:10:33 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685629699360440320, "text": "RT @MikePetes: WHAT IS YOUR PEACH STRATEGY?!\ud83c\udf51 cc @jasonwstein https://t.co/taOld1cZvY", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 23331708, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/187706285/street_art_sweden.jpg", "statuses_count": 19834, "profile_banner_url": "https://pbs.twimg.com/profile_banners/23331708/1435423055", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3668032217", "following": false, "friends_count": 192, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jamesblaketennis.com", "url": "http://t.co/CMTAZXOYcQ", "expanded_url": "http://jamesblaketennis.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 8355, "location": "", "screen_name": "JRBlake", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 135, "name": "James Blake", "profile_use_background_image": true, "description": "Former Professional Tennis Player, New York Times Best Selling Author, and proud Husband and Father. Founder of the James Blake Foundation.", "url": "http://t.co/CMTAZXOYcQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644157984751398912/W2SmRp8m_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Sep 15 21:43:58 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644157984751398912/W2SmRp8m_normal.jpg", "favourites_count": 590, "status": {"retweet_count": 13, "retweeted_status": {"retweet_count": 13, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685480670643146752", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "volvocarsopen.com/tickets/powers\u2026", "url": "https://t.co/IxjNGbhZN9", "expanded_url": "http://volvocarsopen.com/tickets/powersharesseries/", "indices": [70, 93]}, {"display_url": "twitter.com/andyroddick/st\u2026", "url": "https://t.co/4pDrSuBdw6", "expanded_url": "https://twitter.com/andyroddick/status/685470905523240960", "indices": [94, 117]}], "hashtags": [{"text": "chs", "indices": [53, 57]}], "user_mentions": []}, "created_at": "Fri Jan 08 15:18:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685480670643146752, "text": "It's true! Roddick, Agassi, Blake & Fish will in #chs on April 9. https://t.co/IxjNGbhZN9 https://t.co/4pDrSuBdw6", "coordinates": null, "retweeted": false, "favorite_count": 36, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585393513701376", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "volvocarsopen.com/tickets/powers\u2026", "url": "https://t.co/IxjNGbhZN9", "expanded_url": "http://volvocarsopen.com/tickets/powersharesseries/", "indices": [89, 112]}, {"display_url": "twitter.com/andyroddick/st\u2026", "url": "https://t.co/4pDrSuBdw6", "expanded_url": "https://twitter.com/andyroddick/status/685470905523240960", "indices": [113, 136]}], "hashtags": [{"text": "chs", "indices": [72, 76]}], "user_mentions": [{"screen_name": "VolvoCarsOpen", "id_str": "69045204", "id": 69045204, "indices": [3, 17], "name": "Volvo Cars Open"}]}, "created_at": "Fri Jan 08 22:14:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585393513701376, "text": "RT @VolvoCarsOpen: It's true! Roddick, Agassi, Blake & Fish will in #chs on April 9. https://t.co/IxjNGbhZN9 https://t.co/4pDrSuBdw6", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3668032217, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 342, "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "1263452575", "following": false, "friends_count": 149, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "paperrockmusic.com", "url": "http://t.co/HG6rAVrAPT", "expanded_url": "http://paperrockmusic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/833843015/6b9e3370018f8fc0243148952fea3cba.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 99, "location": "Brooklyn, Ny", "screen_name": "PaperrockRcrds", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 3, "name": "Paperrock Records", "profile_use_background_image": true, "description": "Independent Record Label founded by World renown Hip-Hop artist Spliff Star Also known as Mr. Lewis |\r\nInstagram - Paperrockrecords #BigRings", "url": "http://t.co/HG6rAVrAPT", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3476604953/c15cee7711b50174d82277035cc9cc02_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 13 03:11:40 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3476604953/c15cee7711b50174d82277035cc9cc02_normal.jpeg", "favourites_count": 3, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": 1263452575, "possibly_sensitive": false, "id_str": "328256590006329345", "in_reply_to_user_id_str": "1263452575", "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/Yn261EQoww/", "url": "http://t.co/6TtLEzXxpB", "expanded_url": "http://instagram.com/p/Yn261EQoww/", "indices": [104, 126]}], "hashtags": [{"text": "BIGRINGS", "indices": [56, 65]}], "user_mentions": [{"screen_name": "PaperrockRcrds", "id_str": "1263452575", "id": 1263452575, "indices": [0, 15], "name": "Paperrock Records"}, {"screen_name": "STARSPLIFF", "id_str": "21628325", "id": 21628325, "indices": [66, 77], "name": "MR.LEWIS"}, {"screen_name": "Bugs_Kalhune", "id_str": "34973816", "id": 34973816, "indices": [89, 102], "name": "Bugs kalhune"}]}, "created_at": "Sat Apr 27 21:17:24 +0000 2013", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "PaperrockRcrds", "in_reply_to_status_id_str": null, "truncated": false, "id": 328256590006329345, "text": "@paperrockrcrds ITS NOT JUST A MOVEMENT ITS A LIFESTYLE #BIGRINGS @starspliff bonasty550 @Bugs_Kalhune\u2026 http://t.co/6TtLEzXxpB", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Instagram"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "328256723167100928", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/Yn261EQoww/", "url": "http://t.co/6TtLEzXxpB", "expanded_url": "http://instagram.com/p/Yn261EQoww/", "indices": [116, 138]}], "hashtags": [{"text": "BIGRINGS", "indices": [68, 77]}], "user_mentions": [{"screen_name": "MEP247", "id_str": "38024996", "id": 38024996, "indices": [3, 10], "name": "M.E.P MUSIC"}, {"screen_name": "PaperrockRcrds", "id_str": "1263452575", "id": 1263452575, "indices": [12, 27], "name": "Paperrock Records"}, {"screen_name": "STARSPLIFF", "id_str": "21628325", "id": 21628325, "indices": [78, 89], "name": "MR.LEWIS"}, {"screen_name": "Bugs_Kalhune", "id_str": "34973816", "id": 34973816, "indices": [101, 114], "name": "Bugs kalhune"}]}, "created_at": "Sat Apr 27 21:17:56 +0000 2013", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 328256723167100928, "text": "RT @MEP247: @paperrockrcrds ITS NOT JUST A MOVEMENT ITS A LIFESTYLE #BIGRINGS @starspliff bonasty550 @Bugs_Kalhune\u2026 http://t.co/6TtLEzXxpB", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 1263452575, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/833843015/6b9e3370018f8fc0243148952fea3cba.jpeg", "statuses_count": 45, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1263452575/1365098791", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1085", "following": false, "friends_count": 206, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "niallkennedy.com", "url": "http://t.co/JhRVjTpizS", "expanded_url": "http://www.niallkennedy.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 1847, "location": "San Francisco, CA", "screen_name": "niall", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 87, "name": "Niall Kennedy", "profile_use_background_image": false, "description": "Tech, food, puppies, and nature in and around San Francisco.", "url": "http://t.co/JhRVjTpizS", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458690449968869376/dyjDK2Gm_normal.jpeg", "profile_background_color": "000000", "created_at": "Sun Jul 16 00:43:24 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458690449968869376/dyjDK2Gm_normal.jpeg", "favourites_count": 34, "status": {"retweet_count": 0, "in_reply_to_user_id": 14397792, "possibly_sensitive": false, "id_str": "680907448635396096", "in_reply_to_user_id_str": "14397792", "entities": {"symbols": [], "urls": [{"display_url": "anchordistilling.com/brand/anchor/#\u2026", "url": "https://t.co/V07UrX1g2R", "expanded_url": "http://www.anchordistilling.com/brand/anchor/#anchor-christmas-spirit", "indices": [84, 107]}], "hashtags": [], "user_mentions": [{"screen_name": "ScottBeale", "id_str": "14397792", "id": 14397792, "indices": [0, 11], "name": "Scott Beale"}, {"screen_name": "AnchorBrewing", "id_str": "388456067", "id": 388456067, "indices": [12, 26], "name": "Anchor Brewing"}]}, "created_at": "Sun Dec 27 00:26:01 +0000 2015", "favorited": false, "in_reply_to_status_id": 680870121104084994, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "ScottBeale", "in_reply_to_status_id_str": "680870121104084994", "truncated": false, "id": 680907448635396096, "text": "@ScottBeale @AnchorBrewing last year's beer now exists in double-distilled form too https://t.co/V07UrX1g2R", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 1085, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 1321, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1085/1420868587", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18825961", "following": false, "friends_count": 1086, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/skrillex", "url": "http://t.co/kEuzso7gAM", "expanded_url": "http://facebook.com/skrillex", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 4720926, "location": "\u00dcT: 33.997971,-118.280807", "screen_name": "Skrillex", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 12267, "name": "SKRILLEX", "profile_use_background_image": true, "description": "your friend \u2022 insta / snap: Skrillex", "url": "http://t.co/kEuzso7gAM", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/534637130270519296/MmBo2HR7_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Jan 10 03:49:35 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/534637130270519296/MmBo2HR7_normal.jpeg", "favourites_count": 2851, "status": {"retweet_count": 356, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685618210050187264", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtu.be/aAv8AtxuF8s", "url": "https://t.co/4gYP5AnuSj", "expanded_url": "https://youtu.be/aAv8AtxuF8s", "indices": [80, 103]}], "hashtags": [], "user_mentions": [{"screen_name": "Torro_Torro", "id_str": "74788519", "id": 74788519, "indices": [49, 61], "name": "TORRO TORRO"}]}, "created_at": "Sat Jan 09 00:24:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685618210050187264, "text": "also stoked to finally share the remix i did for @Torro_Torro with you guys : ) https://t.co/4gYP5AnuSj", "coordinates": null, "retweeted": false, "favorite_count": 976, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 18825961, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 13385, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18825961/1398372903", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14248315", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "errolmorris.com", "url": "http://t.co/8y1kL5WTwP", "expanded_url": "http://www.errolmorris.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/17811296/heirloomsketch3.jpg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 50992, "location": "Cambridge, MA", "screen_name": "errolmorris", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2255, "name": "errolmorris", "profile_use_background_image": true, "description": "writer, filmmaker, something else maybe...", "url": "http://t.co/8y1kL5WTwP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/259299357/Monkey_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Sat Mar 29 00:53:54 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/259299357/Monkey_normal.jpg", "favourites_count": 1, "status": {"in_reply_to_status_id": null, "retweet_count": 4, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "668005462181289984", "id": 668005462181289984, "text": "Why do people worry so much about what others might think? (Quote from \"Real Enemies,\" Kathryn Olmsted)", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Nov 21 09:58:07 +0000 2015", "source": "Echofon", "favorite_count": 16, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14248315, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/17811296/heirloomsketch3.jpg", "statuses_count": 3914, "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "14065609", "following": false, "friends_count": 563, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/aparnacd", "url": "http://t.co/YU1CzLEyBM", "expanded_url": "http://www.linkedin.com/in/aparnacd", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 1803, "location": "San Francisco Bay area", "screen_name": "aparnacd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 68, "name": "Aparna Chennapragada", "profile_use_background_image": true, "description": "Head of product, Google Now. Previously at Akamai, MIT, UT Austin, IIT Madras.", "url": "http://t.co/YU1CzLEyBM", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/582787332295647232/0v1zhsnZ_normal.jpg", "profile_background_color": "EDECE9", "created_at": "Sat Mar 01 17:32:31 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "D3D2CF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/582787332295647232/0v1zhsnZ_normal.jpg", "favourites_count": 321, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677317176429121537", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/google/status/\u2026", "url": "https://t.co/t1PEYrBaa6", "expanded_url": "https://twitter.com/google/status/677258031868981248", "indices": [20, 43]}], "hashtags": [{"text": "YearInSearch", "indices": [5, 18]}], "user_mentions": []}, "created_at": "Thu Dec 17 02:39:33 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677317176429121537, "text": "2015 #YearInSearch https://t.co/t1PEYrBaa6", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 14065609, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "statuses_count": 177, "is_translator": false}, {"time_zone": "Sydney", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 39600, "id_str": "14563623", "following": false, "friends_count": 132, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "rethrick.com/p/about/", "url": "http://t.co/ARYETd4QIZ", "expanded_url": "http://rethrick.com/p/about/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 4244, "location": "San Francisco, California", "screen_name": "dhanji", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 302, "name": "Dhanji R. Prasanna", "profile_use_background_image": true, "description": "aspiring mad scientist", "url": "http://t.co/ARYETd4QIZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/53414948/dj_sp_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Apr 28 01:03:24 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/53414948/dj_sp_normal.jpg", "favourites_count": 556, "status": {"retweet_count": 7131, "retweeted_status": {"retweet_count": 7131, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "526770571728531456", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/B093CwRCQAEwnD4.jpg", "type": "photo", "indices": [84, 106], "media_url": "http://pbs.twimg.com/media/B093CwRCQAEwnD4.jpg", "display_url": "pic.twitter.com/sqiNaYGDQy", "id_str": "526770570625433601", "expanded_url": "http://twitter.com/heathercmiller/status/526770571728531456/photo/1", "id": 526770570625433601, "url": "http://t.co/sqiNaYGDQy"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "jamesiry", "id_str": "19044984", "id": 19044984, "indices": [40, 49], "name": "James Iry"}, {"screen_name": "databricks", "id_str": "1562518867", "id": 1562518867, "indices": [50, 61], "name": "Databricks"}]}, "created_at": "Mon Oct 27 16:21:05 +0000 2014", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 526770571728531456, "text": "Carved something scary into pumpkin cc/ @jamesiry @databricks (office jackolantern) http://t.co/sqiNaYGDQy", "coordinates": null, "retweeted": false, "favorite_count": 4372, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "657784111738716160", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 399, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 682, "resize": "fit"}}, "source_status_id_str": "526770571728531456", "media_url": "http://pbs.twimg.com/media/B093CwRCQAEwnD4.jpg", "source_user_id_str": "22874473", "id_str": "526770570625433601", "id": 526770570625433601, "media_url_https": "https://pbs.twimg.com/media/B093CwRCQAEwnD4.jpg", "type": "photo", "indices": [104, 126], "source_status_id": 526770571728531456, "source_user_id": 22874473, "display_url": "pic.twitter.com/sqiNaYGDQy", "expanded_url": "http://twitter.com/heathercmiller/status/526770571728531456/photo/1", "url": "http://t.co/sqiNaYGDQy"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "heathercmiller", "id_str": "22874473", "id": 22874473, "indices": [3, 18], "name": "Heather Miller"}, {"screen_name": "jamesiry", "id_str": "19044984", "id": 19044984, "indices": [60, 69], "name": "James Iry"}, {"screen_name": "databricks", "id_str": "1562518867", "id": 1562518867, "indices": [70, 81], "name": "Databricks"}]}, "created_at": "Sat Oct 24 05:02:07 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 657784111738716160, "text": "RT @heathercmiller: Carved something scary into pumpkin cc/ @jamesiry @databricks (office jackolantern) http://t.co/sqiNaYGDQy", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Tweetbot for i\u039fS"}, "default_profile_image": false, "id": 14563623, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 14711, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "39623638", "following": false, "friends_count": 7444, "entities": {"description": {"urls": [{"display_url": "s.sho.com/1mGJrJp", "url": "https://t.co/TOH5yZnKGu", "expanded_url": "http://s.sho.com/1mGJrJp", "indices": [84, 107]}]}, "url": {"urls": [{"display_url": "sho.com/sports", "url": "https://t.co/kvwbT7SmMj", "expanded_url": "http://sho.com/sports", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 232338, "location": "New York City", "screen_name": "SHOsports", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1446, "name": "SHOWTIME SPORTS", "profile_use_background_image": true, "description": "Home of Championship Boxing & award-winning documentaries. Rules: https://t.co/TOH5yZnKGu", "url": "https://t.co/kvwbT7SmMj", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1834079937/SHOBUG_SPORT_4CL_square_normal.png", "profile_background_color": "131516", "created_at": "Tue May 12 23:13:03 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1834079937/SHOBUG_SPORT_4CL_square_normal.png", "favourites_count": 2329, "status": {"retweet_count": 17, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685585686460682240", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "amp.twimg.com/v/1b51d81c-4d6\u2026", "url": "https://t.co/LsTxMgCT2w", "expanded_url": "https://amp.twimg.com/v/1b51d81c-4d65-4764-9ee1-f255d06d8fdd", "indices": [119, 142]}], "hashtags": [{"text": "WilderSzpilka", "indices": [104, 118]}], "user_mentions": [{"screen_name": "szpilka_artur", "id_str": "2203413204", "id": 2203413204, "indices": [1, 15], "name": "Artur Szpilka"}]}, "created_at": "Fri Jan 08 22:15:39 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685585686460682240, "text": ".@szpilka_artur fought his way into the ring & has a chance to be the 1st Polish Heavyweight Champ. #WilderSzpilka\nhttps://t.co/LsTxMgCT2w", "coordinates": null, "retweeted": false, "favorite_count": 31, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 39623638, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 29318, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39623638/1451521993", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "17901282", "following": false, "friends_count": 31187, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hbo.com/boxing/", "url": "http://t.co/MyHnldJu4d", "expanded_url": "http://www.hbo.com/boxing/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000124162204/7ed7b8fb4760a560b0a07af85796639a.jpeg", "notifications": false, "profile_sidebar_fill_color": "949494", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 434808, "location": "New York, NY", "screen_name": "HBOboxing", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2954, "name": "HBOboxing", "profile_use_background_image": false, "description": "*By tagging us in a tweet, you consent to allowing HBO Sports to use and showcase it in any media* Instagram/Snapchat: @HBOboxing", "url": "http://t.co/MyHnldJu4d", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/458598353836589057/LZT10GLK_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Dec 05 16:43:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458598353836589057/LZT10GLK_normal.jpeg", "favourites_count": 94, "status": {"retweet_count": 46, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 46, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685186658585559041", "id": 685186658585559041, "text": "I'm fighting the bests in the sport cuz I don't take boxing as a business, boxing is a passion for me. #boxing #pleasethecrowd @HBOboxing", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "boxing", "indices": [104, 111]}, {"text": "pleasethecrowd", "indices": [112, 127]}], "user_mentions": [{"screen_name": "HBOboxing", "id_str": "17901282", "id": 17901282, "indices": [128, 138], "name": "HBOboxing"}]}, "created_at": "Thu Jan 07 19:50:04 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 82, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "685390200466440192", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "boxing", "indices": [125, 132]}, {"text": "pleasethecrowd", "indices": [133, 140]}], "user_mentions": [{"screen_name": "jeanpascalchamp", "id_str": "82261541", "id": 82261541, "indices": [3, 19], "name": "Jean Pascal"}, {"screen_name": "HBOboxing", "id_str": "17901282", "id": 17901282, "indices": [139, 140], "name": "HBOboxing"}]}, "created_at": "Fri Jan 08 09:18:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685390200466440192, "text": "RT @jeanpascalchamp: I'm fighting the bests in the sport cuz I don't take boxing as a business, boxing is a passion for me. #boxing #pleas\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 17901282, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000124162204/7ed7b8fb4760a560b0a07af85796639a.jpeg", "statuses_count": 21087, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17901282/1448175844", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3320010078", "following": false, "friends_count": 47, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/extremeownersh\u2026", "url": "http://t.co/6Lnf7gknOo", "expanded_url": "http://facebook.com/extremeownership", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 23709, "location": "", "screen_name": "jockowillink", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 194, "name": "Jocko Willink", "profile_use_background_image": false, "description": "Leader; follower. Reader; writer. Speaker; listener. Student; teacher. \n#DisciplineEqualsFreedom\n#ExtremeOwnership", "url": "http://t.co/6Lnf7gknOo", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/647606396452646912/WKgBcrEL_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Aug 19 13:39:44 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/647606396452646912/WKgBcrEL_normal.jpg", "favourites_count": 8988, "status": {"retweet_count": 6, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685472957599191040", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNKA7FWAAM_hWU.jpg", "type": "photo", "indices": [27, 50], "media_url": "http://pbs.twimg.com/media/CYNKA7FWAAM_hWU.jpg", "display_url": "pic.twitter.com/ZMGrCZ2Tvu", "id_str": "685472948011008003", "expanded_url": "http://twitter.com/jockowillink/status/685472957599191040/photo/1", "id": 685472948011008003, "url": "https://t.co/ZMGrCZ2Tvu"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 14:47:43 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685472957599191040, "text": "Aftermath. Repeat process. https://t.co/ZMGrCZ2Tvu", "coordinates": null, "retweeted": false, "favorite_count": 83, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3320010078, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 8293, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3320010078/1443236759", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "24393384", "following": false, "friends_count": 2123, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/585289381331599362/VaCvlXv7.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 141012, "location": "NYC", "screen_name": "40oz_VAN", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 546, "name": "40", "profile_use_background_image": true, "description": "40ozVAN@gmail.com", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638446775225946112/KKOuhcDK_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sat Mar 14 16:45:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638446775225946112/KKOuhcDK_normal.jpg", "favourites_count": 3103, "status": {"retweet_count": 37, "in_reply_to_user_id": null, "possibly_sensitive": true, "id_str": "685632158170353666", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 604, "resize": "fit"}, "large": {"w": 720, "h": 1280, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 600, "h": 1067, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685631987332194305/pu/img/mfMyOXVZE2J2F3cr.jpg", "type": "photo", "indices": [10, 33], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685631987332194305/pu/img/mfMyOXVZE2J2F3cr.jpg", "display_url": "pic.twitter.com/EMAsqu18fZ", "id_str": "685631987332194305", "expanded_url": "http://twitter.com/40oz_VAN/status/685632158170353666/video/1", "id": 685631987332194305, "url": "https://t.co/EMAsqu18fZ"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:20:19 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/3b77caf94bfc81fe.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-118.668404, 33.704538], [-118.155409, 33.704538], [-118.155409, 34.337041], [-118.668404, 34.337041]]], "type": "Polygon"}, "full_name": "Los Angeles, CA", "contained_within": [], "country_code": "US", "id": "3b77caf94bfc81fe", "name": "Los Angeles"}, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685632158170353666, "text": "I love LA https://t.co/EMAsqu18fZ", "coordinates": null, "retweeted": false, "favorite_count": 130, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 24393384, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/585289381331599362/VaCvlXv7.png", "statuses_count": 130490, "profile_banner_url": "https://pbs.twimg.com/profile_banners/24393384/1452240381", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "1639866613", "following": false, "friends_count": 280, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/pub/dave-free/\u2026", "url": "https://t.co/iBhESeXA5c", "expanded_url": "http://www.linkedin.com/pub/dave-free/82/420/ba1/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000053426674/35d412c221b805e069def88cd47e953e.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 16652, "location": "LAX", "screen_name": "miyatola", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 92, "name": "Dave Free", "profile_use_background_image": true, "description": "President of TDE | Management & Creative for Kendrick Lamar | Jay Rock | AB-Soul | ScHoolboy Q | Isaiah Rashad | SZA | the little homies |Digi+Phonics |", "url": "https://t.co/iBhESeXA5c", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684683999260704768/j2OthIX6_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Fri Aug 02 07:22:39 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684683999260704768/j2OthIX6_normal.jpg", "favourites_count": 26, "status": {"retweet_count": 14, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685555521907081216", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "on.mtv.com/1RGTGtJ", "url": "https://t.co/XNC4l2WRz3", "expanded_url": "http://on.mtv.com/1RGTGtJ", "indices": [58, 81]}], "hashtags": [], "user_mentions": [{"screen_name": "MTVNews", "id_str": "40076725", "id": 40076725, "indices": [86, 94], "name": "MTV News"}]}, "created_at": "Fri Jan 08 20:15:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685555521907081216, "text": "Inside Top Dawg Entertainment's Christmas In The Projects https://t.co/XNC4l2WRz3 via @MTVNews", "coordinates": null, "retweeted": false, "favorite_count": 28, "contributors": null, "source": "Mobile Web"}, "default_profile_image": false, "id": 1639866613, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000053426674/35d412c221b805e069def88cd47e953e.jpeg", "statuses_count": 687, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1639866613/1448157283", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "99841232", "following": false, "friends_count": 812, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/young-magic", "url": "https://t.co/q6ASiQNDfX", "expanded_url": "https://soundcloud.com/young-magic", "indices": [22, 45]}]}, "url": {"urls": [{"display_url": "youngmagicsounds.com", "url": "http://t.co/jz4VuRfCjB", "expanded_url": "http://youngmagicsounds.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/391089700/Melt_Medio_2.jpg", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 8999, "location": "Brooklyn, NY \u262f", "screen_name": "ItsYoungMagic", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 76, "name": "Young Magic", "profile_use_background_image": true, "description": "Melati + Izak \u30b7\u30eb\u30af\u5922\u307f\u308b\u4eba https://t.co/q6ASiQNDfX", "url": "http://t.co/jz4VuRfCjB", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/527682369575084033/dxGzOzvL_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Mon Dec 28 02:47:34 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/527682369575084033/dxGzOzvL_normal.jpeg", "favourites_count": 510, "status": {"in_reply_to_status_id": 683843464010661888, "retweet_count": 1, "place": null, "in_reply_to_screen_name": "__1987", "in_reply_to_user_id": 106246844, "in_reply_to_status_id_str": "683843464010661888", "in_reply_to_user_id_str": "106246844", "truncated": false, "id_str": "683855685822623744", "id": 683855685822623744, "text": "@__1987 yes! but no shows in Tokyo this time. lookout in the summer \ud83c\udf1e", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "__1987", "id_str": "106246844", "id": 106246844, "indices": [0, 7], "name": "aka neco."}]}, "created_at": "Mon Jan 04 03:41:15 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 99841232, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/391089700/Melt_Medio_2.jpg", "statuses_count": 1074, "profile_banner_url": "https://pbs.twimg.com/profile_banners/99841232/1424777262", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2194124415", "following": false, "friends_count": 652, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20379, "location": "United Kingdom", "screen_name": "ZiauddinY", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 134, "name": "Ziauddin Yousafzai", "profile_use_background_image": true, "description": "Proud to be a teacher, Malala's father and a peace, women's rights and education activist. \nRTs do not equal endorsement.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/446463857087614976/i0MYjf0-_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sun Nov 24 13:37:54 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/446463857087614976/i0MYjf0-_normal.jpeg", "favourites_count": 953, "status": {"retweet_count": 3, "retweeted_status": {"retweet_count": 3, "in_reply_to_user_id": 2194124415, "possibly_sensitive": false, "id_str": "685487976797843457", "in_reply_to_user_id_str": "2194124415", "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 192, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 579, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNXrmwWkAEJh0J.png", "type": "photo", "indices": [121, 144], "media_url": "http://pbs.twimg.com/media/CYNXrmwWkAEJh0J.png", "display_url": "pic.twitter.com/SFHp6vUmvV", "id_str": "685487974939791361", "expanded_url": "http://twitter.com/hasanatnaz099/status/685487976797843457/photo/1", "id": 685487974939791361, "url": "https://t.co/SFHp6vUmvV"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "ZiauddinY", "id_str": "2194124415", "id": 2194124415, "indices": [0, 10], "name": "Ziauddin Yousafzai"}]}, "created_at": "Fri Jan 08 15:47:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "ZiauddinY", "in_reply_to_status_id_str": null, "truncated": false, "id": 685487976797843457, "text": "@ZiauddinY Plz shair this page frm ur ID .We r going to start givg free education fr orfan & poor grls stdent at IPS https://t.co/SFHp6vUmvV", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685520107825684481", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 192, "resize": "fit"}, "medium": {"w": 600, "h": 339, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 579, "resize": "fit"}}, "source_status_id_str": "685487976797843457", "media_url": "http://pbs.twimg.com/media/CYNXrmwWkAEJh0J.png", "source_user_id_str": "2975276364", "id_str": "685487974939791361", "id": 685487974939791361, "media_url_https": "https://pbs.twimg.com/media/CYNXrmwWkAEJh0J.png", "type": "photo", "indices": [143, 144], "source_status_id": 685487976797843457, "source_user_id": 2975276364, "display_url": "pic.twitter.com/SFHp6vUmvV", "expanded_url": "http://twitter.com/hasanatnaz099/status/685487976797843457/photo/1", "url": "https://t.co/SFHp6vUmvV"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "hasanatnaz099", "id_str": "2975276364", "id": 2975276364, "indices": [3, 17], "name": "Hussain Ahmad"}, {"screen_name": "ZiauddinY", "id_str": "2194124415", "id": 2194124415, "indices": [19, 29], "name": "Ziauddin Yousafzai"}]}, "created_at": "Fri Jan 08 17:55:04 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685520107825684481, "text": "RT @hasanatnaz099: @ZiauddinY Plz shair this page frm ur ID .We r going to start givg free education fr orfan & poor grls stdent at IPS htt\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPad"}, "default_profile_image": false, "id": 2194124415, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 1217, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2194124415/1385300984", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "20783", "following": false, "friends_count": 3684, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "piperkerman.com", "url": "https://t.co/bZNP8H8fqP", "expanded_url": "http://www.piperkerman.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/90933267/twilk_background_4bc0d04ea3078.jpg", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "0000FF", "geo_enabled": true, "followers_count": 112426, "location": "Ohio, USA", "screen_name": "Piper", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 933, "name": "Piper Kerman", "profile_use_background_image": true, "description": "Author of #1 @NYTimes bestseller Orange is the New Black: My Year in a Women's Prison @sixwords: In and out of hot water", "url": "https://t.co/bZNP8H8fqP", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/15119012/PiperPorkBellySandwich_normal.jpg", "profile_background_color": "9AE4E8", "created_at": "Fri Nov 24 19:35:29 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "87BC44", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/15119012/PiperPorkBellySandwich_normal.jpg", "favourites_count": 26942, "status": {"retweet_count": 2, "retweeted_status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685630905415774208", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wny.cc/WO2oH", "url": "https://t.co/56sDTHSdF6", "expanded_url": "http://wny.cc/WO2oH", "indices": [110, 133]}], "hashtags": [], "user_mentions": [{"screen_name": "jonesarah", "id_str": "17279778", "id": 17279778, "indices": [40, 50], "name": "Sarah Jones"}]}, "created_at": "Sat Jan 09 01:15:20 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685630905415774208, "text": "Listen to our weekend podcast! It's got @jonesarah's many characters, believers in the American Dream + more: https://t.co/56sDTHSdF6", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Hootsuite"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685631198408916992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "wny.cc/WO2oH", "url": "https://t.co/56sDTHSdF6", "expanded_url": "http://wny.cc/WO2oH", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "BrianLehrer", "id_str": "12011422", "id": 12011422, "indices": [3, 15], "name": "Brian Lehrer Show"}, {"screen_name": "jonesarah", "id_str": "17279778", "id": 17279778, "indices": [57, 67], "name": "Sarah Jones"}]}, "created_at": "Sat Jan 09 01:16:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685631198408916992, "text": "RT @BrianLehrer: Listen to our weekend podcast! It's got @jonesarah's many characters, believers in the American Dream + more: https://t.co\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 20783, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/90933267/twilk_background_4bc0d04ea3078.jpg", "statuses_count": 16320, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "19725644", "following": false, "friends_count": 46, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "haydenplanetarium.org/tyson/", "url": "http://t.co/FRT5oYtwbX", "expanded_url": "http://www.haydenplanetarium.org/tyson/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/67395299/eagle_kp09.jpg", "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "profile_link_color": "CC3366", "geo_enabled": false, "followers_count": 4745658, "location": "New York City", "screen_name": "neiltyson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 39782, "name": "Neil deGrasse Tyson", "profile_use_background_image": true, "description": "Astrophysicist", "url": "http://t.co/FRT5oYtwbX", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg", "profile_background_color": "DBE9ED", "created_at": "Thu Jan 29 18:40:26 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "DBE9ED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/74188698/NeilTysonOriginsA-Crop_normal.jpg", "favourites_count": 2, "status": {"in_reply_to_status_id": 685134548724768768, "retweet_count": 63, "place": null, "in_reply_to_screen_name": "Aelshawa", "in_reply_to_user_id": 214174929, "in_reply_to_status_id_str": "685134548724768768", "in_reply_to_user_id_str": "214174929", "truncated": false, "id_str": "685135243280564224", "id": 685135243280564224, "text": "@Aelshawa \u2014 The people who use probability to show that Evolution didn\u2019t happen, don\u2019t fully understand Evolution.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Aelshawa", "id_str": "214174929", "id": 214174929, "indices": [0, 9], "name": "Abdulmajeed Elshawa"}]}, "created_at": "Thu Jan 07 16:25:45 +0000 2016", "source": "TweetDeck", "favorite_count": 136, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 19725644, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/67395299/eagle_kp09.jpg", "statuses_count": 4758, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19725644/1400087889", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2916305152", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "freedom.press", "url": "https://t.co/U63fP7T2ST", "expanded_url": "https://freedom.press", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1742443, "location": "", "screen_name": "Snowden", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 10802, "name": "Edward Snowden", "profile_use_background_image": true, "description": "I used to work for the government. Now I work for the public. Director at @FreedomofPress.", "url": "https://t.co/U63fP7T2ST", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648888480974508032/66_cUYfj_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Thu Dec 11 21:24:28 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648888480974508032/66_cUYfj_normal.jpg", "favourites_count": 0, "status": {"retweet_count": 265, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "682267675704311809", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/ericgeller/sta\u2026", "url": "https://t.co/YhYxUczKTn", "expanded_url": "https://twitter.com/ericgeller/status/682264454730403840", "indices": [114, 137]}], "hashtags": [], "user_mentions": [{"screen_name": "fka_roscosmos", "id_str": "2306083502", "id": 2306083502, "indices": [68, 82], "name": "\u0420\u041e\u0421\u041a\u041e\u0421\u041c\u041e\u0421"}, {"screen_name": "neiltyson", "id_str": "19725644", "id": 19725644, "indices": [90, 100], "name": "Neil deGrasse Tyson"}]}, "created_at": "Wed Dec 30 18:31:04 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 682267675704311809, "text": "Bonus points to the first journalist to get an official ruling from @fka_roscosmos and/or @neiltyson. (Corrected) https://t.co/YhYxUczKTn", "coordinates": null, "retweeted": false, "favorite_count": 626, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2916305152, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 373, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2916305152/1443542022", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "299364430", "following": false, "friends_count": 84550, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "everettetaylor.com", "url": "https://t.co/DTKHW8LqbJ", "expanded_url": "http://everettetaylor.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 258639, "location": "Los Angeles (via Richmond, VA)", "screen_name": "Everette", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2121, "name": "Everette Taylor", "profile_use_background_image": true, "description": "building + growing companies (instagram: everette x snapchat: everettetaylor)", "url": "https://t.co/DTKHW8LqbJ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685272329664905216/PbST3RsF_normal.jpg", "profile_background_color": "131516", "created_at": "Sun May 15 23:37:59 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685272329664905216/PbST3RsF_normal.jpg", "favourites_count": 184407, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685632481203126273", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/colageplatform\u2026", "url": "https://t.co/FB8Y4dML7z", "expanded_url": "https://twitter.com/colageplatform/status/685632198460882944", "indices": [78, 101]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:21:36 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685632481203126273, "text": "follow me on snapchat: everettetaylor and shoot me questions to get those \ud83d\udd11\ud83d\udd11\ud83d\udd11 https://t.co/FB8Y4dML7z", "coordinates": null, "retweeted": false, "favorite_count": 13, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 299364430, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 14393, "profile_banner_url": "https://pbs.twimg.com/profile_banners/299364430/1444247536", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "just a future teller", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "3633459012", "profile_image_url": "http://pbs.twimg.com/profile_images/648561879732740096/mwbyB3gE_normal.jpg", "friends_count": 2, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Sep 21 03:20:06 +0000 2015", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "ja", "verified": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/648561879732740096/mwbyB3gE_normal.jpg", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 25, "following": false, "default_profile_image": false, "id": 3633459012, "blocked_by": false, "name": "\u5915\u590f", "location": "Tokyo, Japan", "screen_name": "aAcvyXkvyzhJJoj", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "19777398", "following": false, "friends_count": 19672, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tonightshow.com", "url": "http://t.co/fgp5RYqr3T", "expanded_url": "http://www.tonightshow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/432922341345988609/3BSxlqQE.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3338719, "location": "Weeknights 11:35/10:35c", "screen_name": "FallonTonight", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 8975, "name": "Fallon Tonight", "profile_use_background_image": true, "description": "The official Twitter for The Tonight Show Starring @JimmyFallon on @NBC. (Tweets by: @marinarachael @cdriz @thatsso_rachael @NoahGeb) #FallonTonight", "url": "http://t.co/fgp5RYqr3T", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/432921867259613184/q89H1EeV_normal.jpeg", "profile_background_color": "03253E", "created_at": "Fri Jan 30 17:26:46 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432921867259613184/q89H1EeV_normal.jpeg", "favourites_count": 90384, "status": {"retweet_count": 46, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685630910214094848", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 169, "resize": "fit"}, "medium": {"w": 600, "h": 298, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 509, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPZrgVWwAETzTR.png", "type": "photo", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CYPZrgVWwAETzTR.png", "display_url": "pic.twitter.com/W0JromRs3f", "id_str": "685630909727555585", "expanded_url": "http://twitter.com/FallonTonight/status/685630910214094848/photo/1", "id": 685630909727555585, "url": "https://t.co/W0JromRs3f"}], "symbols": [], "urls": [{"display_url": "youtu.be/2uudLqnB35o", "url": "https://t.co/6BZNCLzbQA", "expanded_url": "https://youtu.be/2uudLqnB35o", "indices": [86, 109]}], "hashtags": [{"text": "WorstFirstDate", "indices": [62, 77]}], "user_mentions": []}, "created_at": "Sat Jan 09 01:15:22 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685630910214094848, "text": "\"That's funny, I'd do that! I HAVE done it.\" Jimmy reads your #WorstFirstDate tweets: https://t.co/6BZNCLzbQA https://t.co/W0JromRs3f", "coordinates": null, "retweeted": false, "favorite_count": 234, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 19777398, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/432922341345988609/3BSxlqQE.jpeg", "statuses_count": 44485, "profile_banner_url": "https://pbs.twimg.com/profile_banners/19777398/1401723954", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "158414847", "following": false, "friends_count": 277, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thedailyshow.com", "url": "http://t.co/BAakBFaEGx", "expanded_url": "http://thedailyshow.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/661306435620376576/S7ZtR4fI.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 3995989, "location": "", "screen_name": "TheDailyShow", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 36028, "name": "The Daily Show", "profile_use_background_image": true, "description": "Trevor Noah and The Best F#@king News Team. Weeknights 11/10c on @ComedyCentral. Full episodes, videos, guest information. #DailyShow", "url": "http://t.co/BAakBFaEGx", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/633669033708142592/jtJpbgKj_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Jun 22 16:41:05 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/633669033708142592/jtJpbgKj_normal.jpg", "favourites_count": 14, "status": {"retweet_count": 55, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685604402208608256", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "on.cc.com/1ZfZpv3", "url": "https://t.co/aSFMNsG5gu", "expanded_url": "http://on.cc.com/1ZfZpv3", "indices": [54, 77]}, {"display_url": "pic.twitter.com/wbq98keCy7", "url": "https://t.co/wbq98keCy7", "expanded_url": "http://twitter.com/TheDailyShow/status/685604402208608256/photo/1", "indices": [78, 101]}], "hashtags": [], "user_mentions": [{"screen_name": "hasanminhaj", "id_str": "14652182", "id": 14652182, "indices": [1, 13], "name": "Hasan Minhaj"}]}, "created_at": "Fri Jan 08 23:30:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685604402208608256, "text": ".@hasanminhaj doesn\u2019t take any chances with his kicks https://t.co/aSFMNsG5gu https://t.co/wbq98keCy7", "coordinates": null, "retweeted": false, "favorite_count": 158, "contributors": null, "source": "Sprinklr"}, "default_profile_image": false, "id": 158414847, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/661306435620376576/S7ZtR4fI.jpg", "statuses_count": 9003, "profile_banner_url": "https://pbs.twimg.com/profile_banners/158414847/1446498480", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35773039", "following": false, "friends_count": 1004, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theatlantic.com", "url": "http://t.co/pI6FUBgQdl", "expanded_url": "http://www.theatlantic.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/215776367/twitter-main.jpg", "notifications": false, "profile_sidebar_fill_color": "E6ECF2", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 1183279, "location": "Washington, D.C.", "screen_name": "TheAtlantic", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 23353, "name": "The Atlantic", "profile_use_background_image": false, "description": "Politics, culture, business, science, technology, health, education, global affairs, more. Tweets by @CaitlinFrazier", "url": "http://t.co/pI6FUBgQdl", "profile_text_color": "000408", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/1268207868/twitter-icon-main_normal.png", "profile_background_color": "000000", "created_at": "Mon Apr 27 15:41:54 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "BFBFBF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1268207868/twitter-icon-main_normal.png", "favourites_count": 653, "status": {"retweet_count": 10, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685636630024187904", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 960, "h": 640, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 226, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPe4cIWwAAZf80.jpg", "type": "photo", "indices": [55, 78], "media_url": "http://pbs.twimg.com/media/CYPe4cIWwAAZf80.jpg", "display_url": "pic.twitter.com/kdav82oE0z", "id_str": "685636629495726080", "expanded_url": "http://twitter.com/TheAtlantic/status/685636630024187904/photo/1", "id": 685636629495726080, "url": "https://t.co/kdav82oE0z"}], "symbols": [], "urls": [{"display_url": "theatln.tc/1OVIXoQ", "url": "https://t.co/za5UpMiiXa", "expanded_url": "http://theatln.tc/1OVIXoQ", "indices": [31, 54]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:38:05 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685636630024187904, "text": "How hijabs became high fashion https://t.co/za5UpMiiXa https://t.co/kdav82oE0z", "coordinates": null, "retweeted": false, "favorite_count": 16, "contributors": null, "source": "SocialFlow"}, "default_profile_image": false, "id": 35773039, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/215776367/twitter-main.jpg", "statuses_count": 78818, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "83876527", "following": false, "friends_count": 969, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tejucole.com", "url": "http://t.co/FcCN8OHr", "expanded_url": "http://www.tejucole.com", "indices": [0, 20]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/467693049674362880/7344TNdr.jpeg", "notifications": false, "profile_sidebar_fill_color": "D1CFC1", "profile_link_color": "4D2911", "geo_enabled": true, "followers_count": 232874, "location": "the Black Atlantic", "screen_name": "tejucole", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2716, "name": "Teju Cole", "profile_use_background_image": true, "description": "We who?", "url": "http://t.co/FcCN8OHr", "profile_text_color": "331D0C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1731884703/teju3_normal.jpg", "profile_background_color": "121314", "created_at": "Tue Oct 20 16:27:33 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1731884703/teju3_normal.jpg", "favourites_count": 1992, "status": {"in_reply_to_status_id": null, "retweet_count": 168, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "489091384792850432", "id": 489091384792850432, "text": "Good time for that Twitter break. Ever yrs, &c.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jul 15 16:57:27 +0000 2014", "source": "Twitter Web Client", "favorite_count": 249, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 83876527, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/467693049674362880/7344TNdr.jpeg", "statuses_count": 13297, "profile_banner_url": "https://pbs.twimg.com/profile_banners/83876527/1400341445", "is_translator": false}, {"time_zone": "Rome", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "241027939", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "googlethatshit.com", "url": "https://t.co/AGKwFEnIEM", "expanded_url": "http://googlethatshit.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/538444107052355586/h6zgga7T.jpeg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "001122", "geo_enabled": true, "followers_count": 259513, "location": "Italia", "screen_name": "AsiaArgento", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1078, "name": "Asia Argento", "profile_use_background_image": true, "description": "a woman who does everything but doesn't know how to do anything / instagram = asiaargento", "url": "https://t.co/AGKwFEnIEM", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/671261874269372416/lQGmVT-u_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Fri Jan 21 08:27:38 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/671261874269372416/lQGmVT-u_normal.jpg", "favourites_count": 28340, "status": {"in_reply_to_status_id": 685548530396721152, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "antonnewcombe", "in_reply_to_user_id": 34408874, "in_reply_to_status_id_str": "685548530396721152", "in_reply_to_user_id_str": "34408874", "truncated": false, "id_str": "685571131126996992", "id": 685571131126996992, "text": "@antonnewcombe I stopped counting \ud83d\ude1c @SmithsonianMag", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "antonnewcombe", "id_str": "34408874", "id": 34408874, "indices": [0, 14], "name": "anton newcombe"}, {"screen_name": "SmithsonianMag", "id_str": "17998609", "id": 17998609, "indices": [36, 51], "name": "Smithsonian Magazine"}]}, "created_at": "Fri Jan 08 21:17:49 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 241027939, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/538444107052355586/h6zgga7T.jpeg", "statuses_count": 35107, "profile_banner_url": "https://pbs.twimg.com/profile_banners/241027939/1353605533", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2352142008", "following": false, "friends_count": 30, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 38786, "location": "", "screen_name": "DianaRoss", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 296, "name": "Ms. Ross", "profile_use_background_image": true, "description": "Diana Ross Official Twitter", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/473578046813765632/lcmNkZJn_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Wed Feb 19 19:21:42 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473578046813765632/lcmNkZJn_normal.jpeg", "favourites_count": 15, "status": {"in_reply_to_status_id": null, "retweet_count": 103, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685147411493224449", "id": 685147411493224449, "text": "There's no need to rush take five slow down", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 17:14:06 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 160, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2352142008, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 101, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "1140451", "following": false, "friends_count": 4937, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "antderosa.com", "url": "https://t.co/XEmDfG5Qlv", "expanded_url": "http://antderosa.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000034906022/c88a8ce48d4f1fa1ce55588368c0326d.jpeg", "notifications": false, "profile_sidebar_fill_color": "F0F0F0", "profile_link_color": "2A70A6", "geo_enabled": true, "followers_count": 88503, "location": "Jersey City, NJ", "screen_name": "AntDeRosa", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4732, "name": "Anthony De Rosa", "profile_use_background_image": true, "description": "Digital Production Manager for @TheDailyShow with @TrevorNoah", "url": "https://t.co/XEmDfG5Qlv", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661645327691223040/OfvnX9zP_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Mar 14 05:45:24 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661645327691223040/OfvnX9zP_normal.jpg", "favourites_count": 20407, "status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685622432665845761", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "cnn.com/2016/01/08/pol\u2026", "url": "https://t.co/qPVMVwdw0b", "expanded_url": "http://www.cnn.com/2016/01/08/politics/bernie-sanders-bill-clinton-disgraceful/index.html", "indices": [113, 136]}], "hashtags": [], "user_mentions": [{"screen_name": "BernieSanders", "id_str": "216776631", "id": 216776631, "indices": [26, 40], "name": "Bernie Sanders"}]}, "created_at": "Sat Jan 09 00:41:40 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685622432665845761, "text": "Even if you don't support @BernieSanders, you have to respect that he avoids the nonsense most candidates run on https://t.co/qPVMVwdw0b", "coordinates": null, "retweeted": false, "favorite_count": 19, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 1140451, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000034906022/c88a8ce48d4f1fa1ce55588368c0326d.jpeg", "statuses_count": 147545, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1140451/1446584214", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "18393773", "following": false, "friends_count": 868, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "neilgaiman.com", "url": "http://t.co/sGHzpf2rCG", "expanded_url": "http://www.neilgaiman.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/828289182/9c14ac6ec1765204d8c5618271366bec.jpeg", "notifications": false, "profile_sidebar_fill_color": "DAECF4", "profile_link_color": "ABB8C2", "geo_enabled": false, "followers_count": 2359341, "location": "a bit all over the place", "screen_name": "neilhimself", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 35383, "name": "Neil Gaiman", "profile_use_background_image": true, "description": "will eventually grow up and get a real job. Until then, will keep making things up and writing them down.", "url": "http://t.co/sGHzpf2rCG", "profile_text_color": "663B12", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682071470927777792/w4KAD7hB_normal.jpg", "profile_background_color": "91AAB5", "created_at": "Fri Dec 26 19:30:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682071470927777792/w4KAD7hB_normal.jpg", "favourites_count": 1091, "status": {"in_reply_to_status_id": 685631468689752064, "retweet_count": 2, "place": null, "in_reply_to_screen_name": "offby1", "in_reply_to_user_id": 37362694, "in_reply_to_status_id_str": "685631468689752064", "in_reply_to_user_id_str": "37362694", "truncated": false, "id_str": "685635978531213312", "id": 685635978531213312, "text": "@offby1 @scalzi yes. Tweets are brought to me individually by doves and white mice.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "offby1", "id_str": "37362694", "id": 37362694, "indices": [0, 7], "name": "__rose__"}, {"screen_name": "scalzi", "id_str": "14202817", "id": 14202817, "indices": [8, 15], "name": "John Scalzi"}]}, "created_at": "Sat Jan 09 01:35:30 +0000 2016", "source": "Twitter for BlackBerry", "favorite_count": 6, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 18393773, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/828289182/9c14ac6ec1765204d8c5618271366bec.jpeg", "statuses_count": 90748, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18393773/1424768490", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "263964021", "following": false, "friends_count": 864, "entities": {"description": {"urls": [{"display_url": "LIONBABE.COM", "url": "http://t.co/RbZqjUPgsT", "expanded_url": "http://LIONBABE.COM", "indices": [32, 54]}]}, "url": {"urls": [{"display_url": "jillonce.tumblr.com", "url": "http://t.co/vK5PFVYnmO", "expanded_url": "http://jillonce.tumblr.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/691803848/8f65fc364d53f0db089f7626cec30196.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 7502, "location": "NYC", "screen_name": "Jillonce", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 77, "name": "Jillian Hervey", "profile_use_background_image": true, "description": "arting all the time @LIONBABE x http://t.co/RbZqjUPgsT", "url": "http://t.co/vK5PFVYnmO", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524595867735842816/5JmZLNbm_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Fri Mar 11 02:23:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524595867735842816/5JmZLNbm_normal.jpeg", "favourites_count": 2910, "status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685372920651091968", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/toneycosmos/st\u2026", "url": "https://t.co/e4RutL4RM3", "expanded_url": "https://twitter.com/toneycosmos/status/685313450575290368", "indices": [11, 34]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 08:10:12 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685372920651091968, "text": "Love u too https://t.co/e4RutL4RM3", "coordinates": null, "retweeted": false, "favorite_count": 2, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 263964021, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/691803848/8f65fc364d53f0db089f7626cec30196.png", "statuses_count": 17306, "profile_banner_url": "https://pbs.twimg.com/profile_banners/263964021/1414102504", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "432588553", "following": false, "friends_count": 845, "entities": {"description": {"urls": [{"display_url": "po.st/WDWGiTTW", "url": "https://t.co/s8fWZIpJuH", "expanded_url": "http://po.st/WDWGiTTW", "indices": [100, 123]}]}, "url": {"urls": [{"display_url": "LIONBABE.com", "url": "http://t.co/IRuegBPo6R", "expanded_url": "http://www.LIONBABE.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 16954, "location": "NYC", "screen_name": "LionBabe", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 167, "name": "LION BABE", "profile_use_background_image": false, "description": "Lion Babe is Jillian Hervey + Lucas Goodman @Jillonce + @Astro_Raw . NYC . WHERE DO WE GO - iTunes: https://t.co/s8fWZIpJuH x", "url": "http://t.co/IRuegBPo6R", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/563824202294112256/YDUzscly_normal.jpeg", "profile_background_color": "000000", "created_at": "Fri Dec 09 15:18:30 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/563824202294112256/YDUzscly_normal.jpeg", "favourites_count": 9524, "status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685554543250178048", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 340, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1024, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOUOXSUEAAuVGX.jpg", "type": "photo", "indices": [38, 61], "media_url": "http://pbs.twimg.com/media/CYOUOXSUEAAuVGX.jpg", "display_url": "pic.twitter.com/MTIiMhcsBg", "id_str": "685554542780354560", "expanded_url": "http://twitter.com/LionBabe/status/685554543250178048/photo/1", "id": 685554542780354560, "url": "https://t.co/MTIiMhcsBg"}], "symbols": [], "urls": [{"display_url": "po.st/WDWGSp", "url": "https://t.co/MVS9inrtAb", "expanded_url": "http://po.st/WDWGSp", "indices": [14, 37]}], "hashtags": [], "user_mentions": [{"screen_name": "Spotify", "id_str": "17230018", "id": 17230018, "indices": [3, 11], "name": "Spotify"}]}, "created_at": "Fri Jan 08 20:11:54 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685554543250178048, "text": "\ud83e\udd81\ud83d\udd25 @Spotify \ud83d\udc49 https://t.co/MVS9inrtAb https://t.co/MTIiMhcsBg", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 432588553, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 3674, "profile_banner_url": "https://pbs.twimg.com/profile_banners/432588553/1450721529", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "141326053", "following": false, "friends_count": 472, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "davesmithinstruments.com", "url": "http://t.co/huTEKpwJ0k", "expanded_url": "http://www.davesmithinstruments.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/99460785/p8se_angle_twitter_4.jpg", "notifications": false, "profile_sidebar_fill_color": "252745", "profile_link_color": "DD5527", "geo_enabled": false, "followers_count": 24518, "location": "San Francisco, CA", "screen_name": "dsiSequential", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 395, "name": "DaveSmithInstruments", "profile_use_background_image": true, "description": "Innovative music machines designed and built in San Francisco, CA.", "url": "http://t.co/huTEKpwJ0k", "profile_text_color": "858585", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/507283664296624128/ZP-UjPI-_normal.jpeg", "profile_background_color": "471A2E", "created_at": "Fri May 07 19:54:02 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/507283664296624128/ZP-UjPI-_normal.jpeg", "favourites_count": 128, "status": {"in_reply_to_status_id": 685574923926896640, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "andcunning", "in_reply_to_user_id": 264960356, "in_reply_to_status_id_str": "685574923926896640", "in_reply_to_user_id_str": "264960356", "truncated": false, "id_str": "685596686379450368", "id": 685596686379450368, "text": "@andcunning Great choice, they all compliment each other nicely!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "andcunning", "id_str": "264960356", "id": 264960356, "indices": [0, 11], "name": "Andrew Cunningham"}]}, "created_at": "Fri Jan 08 22:59:22 +0000 2016", "source": "Twitter Web Client", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 141326053, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/99460785/p8se_angle_twitter_4.jpg", "statuses_count": 3039, "profile_banner_url": "https://pbs.twimg.com/profile_banners/141326053/1421946814", "is_translator": false}, {"time_zone": "Amsterdam", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "748020092", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "M3LL155X.com", "url": "http://t.co/Qvv5qGkNFV", "expanded_url": "http://M3LL155X.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000050916967/408e9331ec4081a7b225e05fda1dd62a.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 159544, "location": "", "screen_name": "FKAtwigs", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 1066, "name": "FKA twigs", "profile_use_background_image": true, "description": "", "url": "http://t.co/Qvv5qGkNFV", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/631899256991940608/2H8GWIbr_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Thu Aug 09 21:57:26 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631899256991940608/2H8GWIbr_normal.jpg", "favourites_count": 91, "status": {"retweet_count": 54, "retweeted_status": {"retweet_count": 54, "in_reply_to_user_id": 748020092, "possibly_sensitive": false, "id_str": "683006150552489985", "in_reply_to_user_id_str": "748020092", "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 682, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 226, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CXqGeQxWAAAgD13.jpg", "type": "photo", "indices": [20, 43], "media_url": "http://pbs.twimg.com/media/CXqGeQxWAAAgD13.jpg", "display_url": "pic.twitter.com/1clJLXxlKF", "id_str": "683006147956178944", "expanded_url": "http://twitter.com/FKAsamuel/status/683006150552489985/photo/1", "id": 683006147956178944, "url": "https://t.co/1clJLXxlKF"}], "symbols": [], "urls": [], "hashtags": [{"text": "FKAme", "indices": [10, 16]}], "user_mentions": [{"screen_name": "FKAtwigs", "id_str": "748020092", "id": 748020092, "indices": [0, 9], "name": "FKA twigs"}]}, "created_at": "Fri Jan 01 19:25:30 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "FKAtwigs", "in_reply_to_status_id_str": null, "truncated": false, "id": 683006150552489985, "text": "@FKAtwigs #FKAme xx https://t.co/1clJLXxlKF", "coordinates": null, "retweeted": false, "favorite_count": 320, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684397478054096896", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 682, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 226, "resize": "fit"}}, "source_status_id_str": "683006150552489985", "media_url": "http://pbs.twimg.com/media/CXqGeQxWAAAgD13.jpg", "source_user_id_str": "2375707136", "id_str": "683006147956178944", "id": 683006147956178944, "media_url_https": "https://pbs.twimg.com/media/CXqGeQxWAAAgD13.jpg", "type": "photo", "indices": [35, 58], "source_status_id": 683006150552489985, "source_user_id": 2375707136, "display_url": "pic.twitter.com/1clJLXxlKF", "expanded_url": "http://twitter.com/FKAsamuel/status/683006150552489985/photo/1", "url": "https://t.co/1clJLXxlKF"}], "symbols": [], "urls": [], "hashtags": [{"text": "FKAme", "indices": [25, 31]}], "user_mentions": [{"screen_name": "FKAsamuel", "id_str": "2375707136", "id": 2375707136, "indices": [3, 13], "name": "Sam"}, {"screen_name": "FKAtwigs", "id_str": "748020092", "id": 748020092, "indices": [15, 24], "name": "FKA twigs"}]}, "created_at": "Tue Jan 05 15:34:08 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684397478054096896, "text": "RT @FKAsamuel: @FKAtwigs #FKAme xx https://t.co/1clJLXxlKF", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 748020092, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000050916967/408e9331ec4081a7b225e05fda1dd62a.jpeg", "statuses_count": 313, "profile_banner_url": "https://pbs.twimg.com/profile_banners/748020092/1439491511", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "14159148", "following": false, "friends_count": 1044, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "un.org", "url": "http://t.co/kgJqUNDMpy", "expanded_url": "http://www.un.org", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/765681180/1001e289be48bdb34f8e07948b5f2a7a.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 5979880, "location": "New York, NY", "screen_name": "UN", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 34750, "name": "United Nations", "profile_use_background_image": false, "description": "Official twitter account of #UnitedNations. Get the latest information on the #UN. #GlobalGoals", "url": "http://t.co/kgJqUNDMpy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/538328216729968642/SdfeQXSM_normal.png", "profile_background_color": "0197D6", "created_at": "Sun Mar 16 20:15:36 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/538328216729968642/SdfeQXSM_normal.png", "favourites_count": 488, "status": {"retweet_count": 64, "retweeted_status": {"retweet_count": 64, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685479107631656961", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 960, "h": 640, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNPnbBUwAA1RuJ.jpg", "type": "photo", "indices": [114, 137], "media_url": "http://pbs.twimg.com/media/CYNPnbBUwAA1RuJ.jpg", "display_url": "pic.twitter.com/QKLtpXFmUE", "id_str": "685479106977251328", "expanded_url": "http://twitter.com/BabatundeUNFPA/status/685479107631656961/photo/1", "id": 685479106977251328, "url": "https://t.co/QKLtpXFmUE"}], "symbols": [], "urls": [{"display_url": "bit.ly/1KedoYd", "url": "https://t.co/peOFGObDvc", "expanded_url": "http://bit.ly/1KedoYd", "indices": [90, 113]}], "hashtags": [{"text": "GlobalGoals", "indices": [4, 16]}], "user_mentions": [{"screen_name": "UNFPA", "id_str": "194643654", "id": 194643654, "indices": [58, 64], "name": "UNFPA"}, {"screen_name": "UN", "id_str": "14159148", "id": 14159148, "indices": [69, 72], "name": "United Nations"}]}, "created_at": "Fri Jan 08 15:12:09 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685479107631656961, "text": "The #GlobalGoals are for everyone, everywhere! RT to help @UNFPA and @UN spread the word: https://t.co/peOFGObDvc https://t.co/QKLtpXFmUE", "coordinates": null, "retweeted": false, "favorite_count": 53, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685628889205489665", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 226, "resize": "fit"}, "medium": {"w": 600, "h": 400, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 960, "h": 640, "resize": "fit"}}, "source_status_id_str": "685479107631656961", "media_url": "http://pbs.twimg.com/media/CYNPnbBUwAA1RuJ.jpg", "source_user_id_str": "284647429", "id_str": "685479106977251328", "id": 685479106977251328, "media_url_https": "https://pbs.twimg.com/media/CYNPnbBUwAA1RuJ.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685479107631656961, "source_user_id": 284647429, "display_url": "pic.twitter.com/QKLtpXFmUE", "expanded_url": "http://twitter.com/BabatundeUNFPA/status/685479107631656961/photo/1", "url": "https://t.co/QKLtpXFmUE"}], "symbols": [], "urls": [{"display_url": "bit.ly/1KedoYd", "url": "https://t.co/peOFGObDvc", "expanded_url": "http://bit.ly/1KedoYd", "indices": [110, 133]}], "hashtags": [{"text": "GlobalGoals", "indices": [24, 36]}], "user_mentions": [{"screen_name": "BabatundeUNFPA", "id_str": "284647429", "id": 284647429, "indices": [3, 18], "name": "Babatunde Osotimehin"}, {"screen_name": "UNFPA", "id_str": "194643654", "id": 194643654, "indices": [78, 84], "name": "UNFPA"}, {"screen_name": "UN", "id_str": "14159148", "id": 14159148, "indices": [89, 92], "name": "United Nations"}]}, "created_at": "Sat Jan 09 01:07:20 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685628889205489665, "text": "RT @BabatundeUNFPA: The #GlobalGoals are for everyone, everywhere! RT to help @UNFPA and @UN spread the word: https://t.co/peOFGObDvc https\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 14159148, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/765681180/1001e289be48bdb34f8e07948b5f2a7a.jpeg", "statuses_count": 42439, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14159148/1447180964", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "857054191", "following": false, "friends_count": 51, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "dorotheegilbert.com", "url": "http://t.co/Bifsr25Z2N", "expanded_url": "http://www.dorotheegilbert.com", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5530, "location": "", "screen_name": "DorotheGilbert", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 86, "name": "Doroth\u00e9e Gilbert", "profile_use_background_image": true, "description": "Danseuse \u00e9toile Op\u00e9ra de Paris", "url": "http://t.co/Bifsr25Z2N", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2686099283/c21990a5b9399722c695c088ddddf63f_normal.png", "profile_background_color": "C0DEED", "created_at": "Mon Oct 01 21:28:01 +0000 2012", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2686099283/c21990a5b9399722c695c088ddddf63f_normal.png", "favourites_count": 139, "status": {"retweet_count": 66, "retweeted_status": {"retweet_count": 66, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678663494535946241", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CWsY2DvWEAAi6-A.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CWsY2DvWEAAi6-A.jpg", "display_url": "pic.twitter.com/jv1N54z6RO", "id_str": "678663485845278720", "expanded_url": "http://twitter.com/PenelopeB/status/678663494535946241/photo/1", "id": 678663485845278720, "url": "https://t.co/jv1N54z6RO"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "DorotheGilbert", "id_str": "857054191", "id": 857054191, "indices": [5, 20], "name": "Doroth\u00e9e Gilbert"}]}, "created_at": "Sun Dec 20 19:49:20 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678663494535946241, "text": "Avec @DorotheGilbert sur les toits de l'Op\u00e9ra Garnier pour un rep\u00e9rage pour ma prochaine BD. Dimanche matin normal. https://t.co/jv1N54z6RO", "coordinates": null, "retweeted": false, "favorite_count": 279, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "678665157552287744", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 768, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 255, "resize": "fit"}}, "source_status_id_str": "678663494535946241", "media_url": "http://pbs.twimg.com/media/CWsY2DvWEAAi6-A.jpg", "source_user_id_str": "7817142", "id_str": "678663485845278720", "id": 678663485845278720, "media_url_https": "https://pbs.twimg.com/media/CWsY2DvWEAAi6-A.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 678663494535946241, "source_user_id": 7817142, "display_url": "pic.twitter.com/jv1N54z6RO", "expanded_url": "http://twitter.com/PenelopeB/status/678663494535946241/photo/1", "url": "https://t.co/jv1N54z6RO"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "PenelopeB", "id_str": "7817142", "id": 7817142, "indices": [3, 13], "name": "P\u00e9n\u00e9lope Bagieu"}, {"screen_name": "DorotheGilbert", "id_str": "857054191", "id": 857054191, "indices": [20, 35], "name": "Doroth\u00e9e Gilbert"}]}, "created_at": "Sun Dec 20 19:55:57 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "fr", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 678665157552287744, "text": "RT @PenelopeB: Avec @DorotheGilbert sur les toits de l'Op\u00e9ra Garnier pour un rep\u00e9rage pour ma prochaine BD. Dimanche matin normal. https://\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 857054191, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 287, "profile_banner_url": "https://pbs.twimg.com/profile_banners/857054191/1354469514", "is_translator": false}, {"time_zone": "London", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "166739404", "following": false, "friends_count": 246, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/189740569/latest-news-vector.png", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "3399FF", "geo_enabled": true, "followers_count": 20418728, "location": "London", "screen_name": "EmWatson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 43450, "name": "Emma Watson", "profile_use_background_image": true, "description": "British actress, Goodwill Ambassador for UN Women", "url": null, "profile_text_color": "666666", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/629678659431960576/DaXAHdX0_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Wed Jul 14 22:06:37 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629678659431960576/DaXAHdX0_normal.jpg", "favourites_count": 765, "status": {"retweet_count": 313, "retweeted_status": {"retweet_count": 313, "in_reply_to_user_id": 48269483, "possibly_sensitive": false, "id_str": "685292982778609664", "in_reply_to_user_id_str": "48269483", "entities": {"media": [{"sizes": {"large": {"w": 768, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 453, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYKmVUEW8AEvzFG.jpg", "type": "photo", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CYKmVUEW8AEvzFG.jpg", "display_url": "pic.twitter.com/u4q7tijibq", "id_str": "685292978408189953", "expanded_url": "http://twitter.com/AbbyWambach/status/685292982778609664/photo/1", "id": 685292978408189953, "url": "https://t.co/u4q7tijibq"}], "symbols": [], "urls": [], "hashtags": [{"text": "leaveasurpriseforthenext", "indices": [85, 110]}], "user_mentions": [{"screen_name": "GloriaSteinem", "id_str": "48269483", "id": 48269483, "indices": [36, 50], "name": "Gloria Steinem"}, {"screen_name": "SophiaBush", "id_str": "97082147", "id": 97082147, "indices": [51, 62], "name": "Sophia Bush"}, {"screen_name": "EmWatson", "id_str": "166739404", "id": 166739404, "indices": [63, 72], "name": "Emma Watson"}, {"screen_name": "lenadunham", "id_str": "31080039", "id": 31080039, "indices": [73, 84], "name": "Lena Dunham"}]}, "created_at": "Fri Jan 08 02:52:33 +0000 2016", "favorited": false, "in_reply_to_status_id": 685190347589304320, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "GloriaSteinem", "in_reply_to_status_id_str": "685190347589304320", "truncated": false, "id": 685292982778609664, "text": "This was fun... Tag you're all it!! @GloriaSteinem @SophiaBush @EmWatson @lenadunham #leaveasurpriseforthenext:) https://t.co/u4q7tijibq", "coordinates": null, "retweeted": false, "favorite_count": 1961, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685550040841072641", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 768, "h": 1024, "resize": "fit"}, "medium": {"w": 600, "h": 800, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 453, "resize": "fit"}}, "source_status_id_str": "685292982778609664", "media_url": "http://pbs.twimg.com/media/CYKmVUEW8AEvzFG.jpg", "source_user_id_str": "336124836", "id_str": "685292978408189953", "id": 685292978408189953, "media_url_https": "https://pbs.twimg.com/media/CYKmVUEW8AEvzFG.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685292982778609664, "source_user_id": 336124836, "display_url": "pic.twitter.com/u4q7tijibq", "expanded_url": "http://twitter.com/AbbyWambach/status/685292982778609664/photo/1", "url": "https://t.co/u4q7tijibq"}], "symbols": [], "urls": [], "hashtags": [{"text": "leaveasurpriseforthenext", "indices": [102, 127]}], "user_mentions": [{"screen_name": "AbbyWambach", "id_str": "336124836", "id": 336124836, "indices": [3, 15], "name": "Abby Wambach"}, {"screen_name": "GloriaSteinem", "id_str": "48269483", "id": 48269483, "indices": [53, 67], "name": "Gloria Steinem"}, {"screen_name": "SophiaBush", "id_str": "97082147", "id": 97082147, "indices": [68, 79], "name": "Sophia Bush"}, {"screen_name": "EmWatson", "id_str": "166739404", "id": 166739404, "indices": [80, 89], "name": "Emma Watson"}, {"screen_name": "lenadunham", "id_str": "31080039", "id": 31080039, "indices": [90, 101], "name": "Lena Dunham"}]}, "created_at": "Fri Jan 08 19:54:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685550040841072641, "text": "RT @AbbyWambach: This was fun... Tag you're all it!! @GloriaSteinem @SophiaBush @EmWatson @lenadunham #leaveasurpriseforthenext:) https://t\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 166739404, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/189740569/latest-news-vector.png", "statuses_count": 1213, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166739404/1448459323", "is_translator": false}, {"time_zone": "Casablanca", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 0, "id_str": "384982986", "following": false, "friends_count": 965, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/gracejonesoffi\u2026", "url": "http://t.co/RAPIxjvPtQ", "expanded_url": "http://instagram.com/gracejonesofficial", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/850367426/a7e42ba525a1e769d3b8ab9f1b87a93f.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "85CFD2", "geo_enabled": false, "followers_count": 41765, "location": "Worldwide", "screen_name": "Miss_GraceJones", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 548, "name": "Grace Jones", "profile_use_background_image": true, "description": "This is my Official Twitter account... I see all and hear all. Nice to have you on my plate.", "url": "http://t.co/RAPIxjvPtQ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/522044378030690305/3p-5jFH1_normal.jpeg", "profile_background_color": "000000", "created_at": "Tue Oct 04 17:29:03 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/522044378030690305/3p-5jFH1_normal.jpeg", "favourites_count": 345, "status": {"retweet_count": 20, "retweeted_status": {"retweet_count": 20, "in_reply_to_user_id": 384982986, "possibly_sensitive": false, "id_str": "665258501694865408", "in_reply_to_user_id_str": "384982986", "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 640, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CTt5E4VUYAAArNA.jpg", "type": "photo", "indices": [59, 82], "media_url": "http://pbs.twimg.com/media/CTt5E4VUYAAArNA.jpg", "display_url": "pic.twitter.com/QXTd1KeI6T", "id_str": "665258494715518976", "expanded_url": "http://twitter.com/MarkFastKnit/status/665258501694865408/photo/1", "id": 665258494715518976, "url": "https://t.co/QXTd1KeI6T"}], "symbols": [], "urls": [], "hashtags": [{"text": "london", "indices": [21, 28]}, {"text": "markfast", "indices": [32, 41]}, {"text": "icon", "indices": [44, 49]}, {"text": "forever", "indices": [50, 58]}], "user_mentions": [{"screen_name": "Miss_GraceJones", "id_str": "384982986", "id": 384982986, "indices": [0, 16], "name": "Grace Jones"}]}, "created_at": "Fri Nov 13 20:02:41 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": "Miss_GraceJones", "in_reply_to_status_id_str": null, "truncated": false, "id": 665258501694865408, "text": "@Miss_GraceJones !!! #london in #markfast ! #icon #forever https://t.co/QXTd1KeI6T", "coordinates": null, "retweeted": false, "favorite_count": 89, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "665318546235334656", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 640, "h": 640, "resize": "fit"}, "medium": {"w": 600, "h": 600, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 340, "resize": "fit"}}, "source_status_id_str": "665258501694865408", "media_url": "http://pbs.twimg.com/media/CTt5E4VUYAAArNA.jpg", "source_user_id_str": "203957172", "id_str": "665258494715518976", "id": 665258494715518976, "media_url_https": "https://pbs.twimg.com/media/CTt5E4VUYAAArNA.jpg", "type": "photo", "indices": [77, 100], "source_status_id": 665258501694865408, "source_user_id": 203957172, "display_url": "pic.twitter.com/QXTd1KeI6T", "expanded_url": "http://twitter.com/MarkFastKnit/status/665258501694865408/photo/1", "url": "https://t.co/QXTd1KeI6T"}], "symbols": [], "urls": [], "hashtags": [{"text": "london", "indices": [39, 46]}, {"text": "markfast", "indices": [50, 59]}, {"text": "icon", "indices": [62, 67]}, {"text": "forever", "indices": [68, 76]}], "user_mentions": [{"screen_name": "MarkFastKnit", "id_str": "203957172", "id": 203957172, "indices": [3, 16], "name": "MARK FAST"}, {"screen_name": "Miss_GraceJones", "id_str": "384982986", "id": 384982986, "indices": [18, 34], "name": "Grace Jones"}]}, "created_at": "Sat Nov 14 00:01:17 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 665318546235334656, "text": "RT @MarkFastKnit: @Miss_GraceJones !!! #london in #markfast ! #icon #forever https://t.co/QXTd1KeI6T", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 384982986, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/850367426/a7e42ba525a1e769d3b8ab9f1b87a93f.jpeg", "statuses_count": 405, "profile_banner_url": "https://pbs.twimg.com/profile_banners/384982986/1366714920", "is_translator": false}, {"time_zone": "Mumbai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "41330290", "following": false, "friends_count": 277, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/TheShakaSurfCl\u2026", "url": "https://t.co/SEQpF7VDH4", "expanded_url": "http://www.facebook.com/TheShakaSurfClub", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/807766873/84a6b440a76d630bd62a0b140efaa635.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1046, "location": "India", "screen_name": "surFISHita", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Ishita Malaviya", "profile_use_background_image": true, "description": "India's first recognized woman surfer & Co-founder of The Shaka Surf Club @SurfingIndia #Namaloha", "url": "https://t.co/SEQpF7VDH4", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3071269086/9e5c0ac42e08325faa757b845c7063e0_normal.jpeg", "profile_background_color": "000000", "created_at": "Wed May 20 10:04:32 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3071269086/9e5c0ac42e08325faa757b845c7063e0_normal.jpeg", "favourites_count": 104, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684213186245996545", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BAJF4a3BJhR/", "url": "https://t.co/BuGu8ng42j", "expanded_url": "https://www.instagram.com/p/BAJF4a3BJhR/", "indices": [96, 119]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 03:21:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684213186245996545, "text": "Road trip commenced! Excited we're finally making a trip to Hampi after talking about it for 9\u2026 https://t.co/BuGu8ng42j", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 41330290, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/807766873/84a6b440a76d630bd62a0b140efaa635.jpeg", "statuses_count": 470, "profile_banner_url": "https://pbs.twimg.com/profile_banners/41330290/1357404184", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14085740", "following": false, "friends_count": 3037, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 4881, "location": "San Francisco, CA", "screen_name": "jimprosser", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 152, "name": "Jim Prosser", "profile_use_background_image": true, "description": "Current @twitter comms guy, future @kanyewest 2020 campaign spokesperson.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/524798340198715393/0nue_tO4_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 05 23:28:42 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/524798340198715393/0nue_tO4_normal.jpeg", "favourites_count": 52872, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685619689897082880", "id": 685619689897082880, "text": "Excited for podcast justice as doled out by @hodgman and @JesseThorn tonight. Anyone else going? #sfsketchfest", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "sfsketchfest", "indices": [97, 110]}], "user_mentions": [{"screen_name": "hodgman", "id_str": "14348594", "id": 14348594, "indices": [44, 52], "name": "John Hodgman"}, {"screen_name": "JesseThorn", "id_str": "5611152", "id": 5611152, "indices": [57, 68], "name": "Jesse Thorn"}]}, "created_at": "Sat Jan 09 00:30:46 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14085740, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 12548, "profile_banner_url": "https://pbs.twimg.com/profile_banners/14085740/1405206869", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "37945489", "following": false, "friends_count": 994, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtu.be/ALlDZIQeNyo", "url": "http://t.co/2nWHiTkVsZ", "expanded_url": "http://youtu.be/ALlDZIQeNyo", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "EB3E12", "geo_enabled": true, "followers_count": 56983, "location": "Paris", "screen_name": "Carodemaigret", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 210, "name": "Caroline de Maigret", "profile_use_background_image": false, "description": "Model @NextModels worldwide /// @CareFrance Ambassador /// Book out now: @Howtobeparisian /// Instagram/Periscope: @carolinedemaigret", "url": "http://t.co/2nWHiTkVsZ", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/650602724787154944/fR5mW1s8_normal.jpg", "profile_background_color": "F0F0F0", "created_at": "Tue May 05 15:26:02 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650602724787154944/fR5mW1s8_normal.jpg", "favourites_count": 6015, "status": {"retweet_count": 16, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685398789759352832", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 255, "resize": "fit"}, "medium": {"w": 600, "h": 450, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 768, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYMGj1mWsAEtn_K.jpg", "type": "photo", "indices": [90, 113], "media_url": "http://pbs.twimg.com/media/CYMGj1mWsAEtn_K.jpg", "display_url": "pic.twitter.com/ILzsfq1gBq", "id_str": "685398781043585025", "expanded_url": "http://twitter.com/Carodemaigret/status/685398789759352832/photo/1", "id": 685398781043585025, "url": "https://t.co/ILzsfq1gBq"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "Black_Minou", "id_str": "309053484", "id": 309053484, "indices": [13, 25], "name": "BLACK MINOU"}, {"screen_name": "yarolpoupaud", "id_str": "75114445", "id": 75114445, "indices": [76, 89], "name": "Yarol Poupaud"}]}, "created_at": "Fri Jan 08 09:53:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685398789759352832, "text": "Amaaaaaazing @Black_Minou last night! Just sweat&rock&roll\nLove you @yarolpoupaud https://t.co/ILzsfq1gBq", "coordinates": null, "retweeted": false, "favorite_count": 21, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 37945489, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 7696, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37945489/1420905232", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "35556383", "following": false, "friends_count": 265, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "londonzhiloh.com", "url": "https://t.co/gsxVxxXXXz", "expanded_url": "http://londonzhiloh.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/549669837/tumblr_m0eih3IY861qa1rczo1_500.jpg", "notifications": false, "profile_sidebar_fill_color": "F5F2F2", "profile_link_color": "D9207D", "geo_enabled": true, "followers_count": 74149, "location": "Snapchat: Zhiloh101", "screen_name": "TheRealZhiloh", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 272, "name": "London Zhiloh", "profile_use_background_image": false, "description": "Bookings: Info@LZofficial.com", "url": "https://t.co/gsxVxxXXXz", "profile_text_color": "292727", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685594778935947266/i5bc2Zxh_normal.jpg", "profile_background_color": "F2EFF1", "created_at": "Sun Apr 26 20:29:45 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "F5F0F0", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685594778935947266/i5bc2Zxh_normal.jpg", "favourites_count": 14013, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684831821545259008", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BANe919KKK8/", "url": "https://t.co/X6DX1UZDRX", "expanded_url": "https://www.instagram.com/p/BANe919KKK8/", "indices": [98, 121]}], "hashtags": [{"text": "NATVS", "indices": [20, 26]}], "user_mentions": [{"screen_name": "MITDistrict", "id_str": "785119218", "id": 785119218, "indices": [49, 61], "name": "Made in the District"}]}, "created_at": "Wed Jan 06 20:20:04 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684831821545259008, "text": "Hey guys! Check out #NATVS newest documentary by @mitdistrict where I talk about my inspiration,\u2026 https://t.co/X6DX1UZDRX", "coordinates": null, "retweeted": false, "favorite_count": 12, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 35556383, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/549669837/tumblr_m0eih3IY861qa1rczo1_500.jpg", "statuses_count": 96490, "profile_banner_url": "https://pbs.twimg.com/profile_banners/35556383/1450060528", "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "233183631", "following": false, "friends_count": 36443, "entities": {"description": {"urls": [{"display_url": "itun.es/us/boyR_", "url": "https://t.co/CJheDwyeIF", "expanded_url": "https://itun.es/us/boyR_", "indices": [74, 97]}]}, "url": {"urls": [{"display_url": "Instagram.com/madisonbeer", "url": "https://t.co/nqrYEOhs7A", "expanded_url": "http://Instagram.com/madisonbeer", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/440560638520078336/k0Ya7V7B.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "6895D0", "geo_enabled": true, "followers_count": 1754461, "location": "", "screen_name": "MadisonElleBeer", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4395, "name": "madison beer", "profile_use_background_image": true, "description": "\u2661 singer from ny \u2661 chase your dreams \u2661 new single Something Sweet out now https://t.co/CJheDwyeIF", "url": "https://t.co/nqrYEOhs7A", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661231606498070530/LXM72Y98_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Sun Jan 02 14:52:35 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661231606498070530/LXM72Y98_normal.jpg", "favourites_count": 3926, "status": {"in_reply_to_status_id": null, "retweet_count": 1230, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685619398229372932", "id": 685619398229372932, "text": "\ud83d\udca7\ud83d\udc33\ud83d\udc8d\ud83c\udf90\u2708\ufe0f\ud83d\udc8e", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 00:29:37 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 2652, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "und"}, "default_profile_image": false, "id": 233183631, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/440560638520078336/k0Ya7V7B.jpeg", "statuses_count": 11569, "profile_banner_url": "https://pbs.twimg.com/profile_banners/233183631/1446485514", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "70457876", "following": false, "friends_count": 689, "entities": {"description": {"urls": [{"display_url": "soundcloud.com/dope-saint-jud\u2026", "url": "https://t.co/dIyhEjwine", "expanded_url": "https://soundcloud.com/dope-saint-jude/", "indices": [0, 23]}, {"display_url": "facebook.com/pages/Dope-Sai\u2026", "url": "https://t.co/4Kqi4mPsER", "expanded_url": "https://www.facebook.com/pages/Dope-Saint-Jude/287771241273733", "indices": [24, 47]}]}, "url": {"urls": [{"display_url": "dopesaintjude.tumblr.com", "url": "http://t.co/VYkd1URkb3", "expanded_url": "http://dopesaintjude.tumblr.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486893002397204480/0pdjIZAV.jpeg", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 896, "location": "@dopesaintjude (insta) ", "screen_name": "DopeSaintJude", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 20, "name": "DOPESAINTJUDE", "profile_use_background_image": true, "description": "https://t.co/dIyhEjwine https://t.co/4Kqi4mPsER", "url": "http://t.co/VYkd1URkb3", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/644208344824213504/KBiek-HV_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Aug 31 18:06:59 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/644208344824213504/KBiek-HV_normal.jpg", "favourites_count": 2283, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685498518228840448", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BASOf95Jcvo/", "url": "https://t.co/FvdrqUE154", "expanded_url": "https://www.instagram.com/p/BASOf95Jcvo/", "indices": [20, 43]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:29:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685498518228840448, "text": "Just posted a photo https://t.co/FvdrqUE154", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 70457876, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486893002397204480/0pdjIZAV.jpeg", "statuses_count": 4519, "profile_banner_url": "https://pbs.twimg.com/profile_banners/70457876/1442416572", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "3840", "following": false, "friends_count": 20892, "entities": {"description": {"urls": [{"display_url": "angel.co/jason", "url": "https://t.co/nkssr3dWMC", "expanded_url": "http://angel.co/jason", "indices": [48, 71]}]}, "url": {"urls": [{"display_url": "calacanis.com", "url": "https://t.co/akc7KgXv7J", "expanded_url": "http://www.calacanis.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/669947096858951680/tCcM2kKB.png", "notifications": false, "profile_sidebar_fill_color": "E0FF92", "profile_link_color": "FF9900", "geo_enabled": true, "followers_count": 256931, "location": "94123", "screen_name": "Jason", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 12244, "name": "jason", "profile_use_background_image": true, "description": "Angel investor (@uber @thumbtack @wealthfront + https://t.co/nkssr3dWMC ) // Writer // Dad // Founder: @Engadget, @Inside, @LAUNCH & @twistartups", "url": "https://t.co/akc7KgXv7J", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/617072171760783361/DrAcc7EV_normal.jpg", "profile_background_color": "000000", "created_at": "Sat Aug 05 23:31:27 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617072171760783361/DrAcc7EV_normal.jpg", "favourites_count": 42384, "status": {"retweet_count": 7, "retweeted_status": {"retweet_count": 7, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685588257791315969", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOy4zaUwAA_LV8.png", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CYOy4zaUwAA_LV8.png", "display_url": "pic.twitter.com/gcjvsiX09b", "id_str": "685588257233485824", "expanded_url": "http://twitter.com/TWistartups/status/685588257791315969/photo/1", "id": 685588257233485824, "url": "https://t.co/gcjvsiX09b"}], "symbols": [], "urls": [{"display_url": "itunes.apple.com/us/podcast/e61\u2026", "url": "https://t.co/fbT87aaiXi", "expanded_url": "https://itunes.apple.com/us/podcast/e611-jed-katz-javelin-venture/id314461026?i=360327489&mt=2", "indices": [92, 115]}], "hashtags": [], "user_mentions": [{"screen_name": "JedKatz", "id_str": "17163307", "id": 17163307, "indices": [1, 9], "name": "Jed Katz"}, {"screen_name": "JavelinVP", "id_str": "457126665", "id": 457126665, "indices": [10, 20], "name": "Javelin VP"}, {"screen_name": "kaleazy", "id_str": "253389790", "id": 253389790, "indices": [53, 61], "name": "Kyle Hill"}, {"screen_name": "HomeHero", "id_str": "1582339772", "id": 1582339772, "indices": [65, 74], "name": "HomeHero"}, {"screen_name": "Jason", "id_str": "3840", "id": 3840, "indices": [85, 91], "name": "jason"}]}, "created_at": "Fri Jan 08 22:25:52 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685588257791315969, "text": ".@JedKatz @JavelinVP shares 52pt Series A checklist; @kaleazy on @HomeHero culture-w/@jason https://t.co/fbT87aaiXi https://t.co/gcjvsiX09b", "coordinates": null, "retweeted": false, "favorite_count": 7, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685631006087315456", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 1024, "h": 576, "resize": "fit"}, "medium": {"w": 600, "h": 337, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 191, "resize": "fit"}}, "source_status_id_str": "685588257791315969", "media_url": "http://pbs.twimg.com/media/CYOy4zaUwAA_LV8.png", "source_user_id_str": "112880396", "id_str": "685588257233485824", "id": 685588257233485824, "media_url_https": "https://pbs.twimg.com/media/CYOy4zaUwAA_LV8.png", "type": "photo", "indices": [139, 140], "source_status_id": 685588257791315969, "source_user_id": 112880396, "display_url": "pic.twitter.com/gcjvsiX09b", "expanded_url": "http://twitter.com/TWistartups/status/685588257791315969/photo/1", "url": "https://t.co/gcjvsiX09b"}], "symbols": [], "urls": [{"display_url": "itunes.apple.com/us/podcast/e61\u2026", "url": "https://t.co/fbT87aaiXi", "expanded_url": "https://itunes.apple.com/us/podcast/e611-jed-katz-javelin-venture/id314461026?i=360327489&mt=2", "indices": [109, 132]}], "hashtags": [], "user_mentions": [{"screen_name": "TWistartups", "id_str": "112880396", "id": 112880396, "indices": [3, 15], "name": "ThisWeekinStartups"}, {"screen_name": "JedKatz", "id_str": "17163307", "id": 17163307, "indices": [18, 26], "name": "Jed Katz"}, {"screen_name": "JavelinVP", "id_str": "457126665", "id": 457126665, "indices": [27, 37], "name": "Javelin VP"}, {"screen_name": "kaleazy", "id_str": "253389790", "id": 253389790, "indices": [70, 78], "name": "Kyle Hill"}, {"screen_name": "HomeHero", "id_str": "1582339772", "id": 1582339772, "indices": [82, 91], "name": "HomeHero"}, {"screen_name": "Jason", "id_str": "3840", "id": 3840, "indices": [102, 108], "name": "jason"}]}, "created_at": "Sat Jan 09 01:15:44 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685631006087315456, "text": "RT @TWistartups: .@JedKatz @JavelinVP shares 52pt Series A checklist; @kaleazy on @HomeHero culture-w/@jason https://t.co/fbT87aaiXi https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3840, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/669947096858951680/tCcM2kKB.png", "statuses_count": 71770, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3840/1438902439", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "21872269", "following": false, "friends_count": 70, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "emersoncollective.com", "url": "http://t.co/Qr1O0bgn4d", "expanded_url": "http://emersoncollective.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DD2E44", "geo_enabled": false, "followers_count": 10221, "location": "Palo Alto, CA", "screen_name": "laurenepowell", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 123, "name": "Laurene Powell", "profile_use_background_image": false, "description": "mother, advocate, friend, Emerson Collective president, joyful adventurer", "url": "http://t.co/Qr1O0bgn4d", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/656175279870603264/527I9RKw_normal.jpg", "profile_background_color": "000000", "created_at": "Wed Feb 25 14:49:19 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656175279870603264/527I9RKw_normal.jpg", "favourites_count": 88, "status": {"retweet_count": 9, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685227751620489217", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1OS6abn", "url": "https://t.co/nm1QkCrPvl", "expanded_url": "http://bit.ly/1OS6abn", "indices": [115, 138]}], "hashtags": [], "user_mentions": []}, "created_at": "Thu Jan 07 22:33:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685227751620489217, "text": "Too important to miss: A bipartisan roadmap to curb hunger for 7M in US. Congress should fast track implementation https://t.co/nm1QkCrPvl", "coordinates": null, "retweeted": false, "favorite_count": 27, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 21872269, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 100, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21872269/1445279444", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "3583264572", "following": false, "friends_count": 168, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 107352, "location": "", "screen_name": "IStandWithAhmed", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 373, "name": "Ahmed Mohamed", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685053398392045568/8vgwYt6n_normal.png", "profile_background_color": "000000", "created_at": "Wed Sep 16 14:00:18 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685053398392045568/8vgwYt6n_normal.png", "favourites_count": 199, "status": {"in_reply_to_status_id": 684847980998950912, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "kevincollier", "in_reply_to_user_id": 440963378, "in_reply_to_status_id_str": "684847980998950912", "in_reply_to_user_id_str": "440963378", "truncated": false, "id_str": "685153785677754368", "id": 685153785677754368, "text": "@kevincollier yea, what about you", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "kevincollier", "id_str": "440963378", "id": 440963378, "indices": [0, 13], "name": "Kevin Collier"}]}, "created_at": "Thu Jan 07 17:39:26 +0000 2016", "source": "Twitter Web Client", "favorite_count": 2, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 3583264572, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 323, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3583264572/1452112394", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "43057202", "following": false, "friends_count": 2964, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "3B94D9", "geo_enabled": false, "followers_count": 12241, "location": "Las Vegas, NV", "screen_name": "Nicholas_Cope", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 61, "name": "Nick Cope", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661396079292735488/Mgeweswa_normal.jpg", "profile_background_color": "000000", "created_at": "Thu May 28 05:50:05 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661396079292735488/Mgeweswa_normal.jpg", "favourites_count": 409, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685633002718679040", "id": 685633002718679040, "text": "\u2694 Slay the day;", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:23:40 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 43057202, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 5765, "profile_banner_url": "https://pbs.twimg.com/profile_banners/43057202/1446523732", "is_translator": false}, {"time_zone": "Athens", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 7200, "id_str": "1311113250", "following": false, "friends_count": 1, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/865100301/daa9cd913033b95a53588a0178538ab5.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "1D1F1F", "geo_enabled": true, "followers_count": 7883, "location": "", "screen_name": "riccardotisci", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 62, "name": "Riccardo Tisci", "profile_use_background_image": false, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000443732292/ded7ce889585d02a2e3f59ce04e20d8c_normal.jpeg", "profile_background_color": "000000", "created_at": "Thu Mar 28 16:36:51 +0000 2013", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "nl", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000443732292/ded7ce889585d02a2e3f59ce04e20d8c_normal.jpeg", "favourites_count": 0, "status": {"in_reply_to_status_id": null, "retweet_count": 66, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "651509820936310784", "id": 651509820936310784, "text": "I'M UNABLE TO COMPREHEND THE FACT THAT THIS UNIVERSE IS PART OF A MULTIVERSE AND THAT THIS MULTIVERSE HAS AN UNLIMITED AMOUNT OF SPACE.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Tue Oct 06 21:30:20 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 107, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1311113250, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/865100301/daa9cd913033b95a53588a0178538ab5.png", "statuses_count": 112, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1311113250/1411398117", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2612918754", "following": false, "friends_count": 15, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 20, "location": "", "screen_name": "robertabbott92", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 0, "name": "robert abbott", "profile_use_background_image": true, "description": "", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/642491104672157696/-uqWHXce_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jul 09 04:39:39 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/642491104672157696/-uqWHXce_normal.jpg", "favourites_count": 5, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "677266170047696896", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "twitter.com/wsl/status/677\u2026", "url": "https://t.co/5ikdEpXSfx", "expanded_url": "https://twitter.com/wsl/status/677265901482172416", "indices": [9, 32]}], "hashtags": [{"text": "GoKelly", "indices": [0, 8]}], "user_mentions": []}, "created_at": "Wed Dec 16 23:16:52 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "und", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 677266170047696896, "text": "#GoKelly https://t.co/5ikdEpXSfx", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 2612918754, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 17, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "123710951", "following": false, "friends_count": 22, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "notifications": false, "profile_sidebar_fill_color": "99CC33", "profile_link_color": "D02B55", "geo_enabled": false, "followers_count": 51, "location": "", "screen_name": "nupurgarg16", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 2, "name": "Nupur Garg", "profile_use_background_image": true, "description": "Engineer. Student. Daughter. Sister. Indian-American. Passionate about diversity. Studying CS @CalPoly but my \u2665 is in the Bay.", "url": null, "profile_text_color": "3E4415", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3495615060/a02d30d367275b0ec7c09f6f8d5cc0f5_normal.jpeg", "profile_background_color": "352726", "created_at": "Wed Mar 17 00:37:32 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "829D5E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3495615060/a02d30d367275b0ec7c09f6f8d5cc0f5_normal.jpeg", "favourites_count": 10, "status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "672543113978580992", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "youtube.com/watch?v=PI09_e\u2026", "url": "https://t.co/vnVTw3Z0Q9", "expanded_url": "https://www.youtube.com/watch?v=PI09_e0DarY", "indices": [68, 91]}], "hashtags": [], "user_mentions": [{"screen_name": "AshleyMardell", "id_str": "101129043", "id": 101129043, "indices": [53, 67], "name": "Ashley Mardell"}]}, "created_at": "Thu Dec 03 22:29:08 +0000 2015", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 672543113978580992, "text": "Such a raw, incredible video about loving oneself by @AshleyMardell https://t.co/vnVTw3Z0Q9", "coordinates": null, "retweeted": false, "favorite_count": 17, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 123710951, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "statuses_count": 13, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "2424272372", "following": false, "friends_count": 382, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "linkedin.com/in/toddsherman", "url": "https://t.co/vUfwnDEI57", "expanded_url": "http://www.linkedin.com/in/toddsherman", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "93A644", "geo_enabled": true, "followers_count": 1031, "location": "San Francisco, CA", "screen_name": "tdd", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 21, "name": "Todd Sherman", "profile_use_background_image": true, "description": "Product Manager at Twitter.", "url": "https://t.co/vUfwnDEI57", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/571080117984575488/OVdlbX3p_normal.png", "profile_background_color": "B2DFDA", "created_at": "Wed Apr 02 19:53:23 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/571080117984575488/OVdlbX3p_normal.png", "favourites_count": 2960, "status": {"retweet_count": 0, "in_reply_to_user_id": 14253109, "possibly_sensitive": false, "id_str": "685532007728693248", "in_reply_to_user_id_str": "14253109", "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/7Yvf4P8A7N", "url": "https://t.co/7Yvf4P8A7N", "expanded_url": "http://twitter.com/tdd/status/685532007728693248/photo/1", "indices": [27, 50]}], "hashtags": [], "user_mentions": [{"screen_name": "adambain", "id_str": "14253109", "id": 14253109, "indices": [0, 9], "name": "adam bain"}, {"screen_name": "santana", "id_str": "54030633", "id": 54030633, "indices": [10, 18], "name": "Ivan Santana"}]}, "created_at": "Fri Jan 08 18:42:21 +0000 2016", "favorited": false, "in_reply_to_status_id": 685531730757824512, "lang": "en", "geo": null, "place": {"url": "https://api.twitter.com/1.1/geo/id/07d9cd6afd884001.json", "country": "United States", "attributes": {}, "place_type": "poi", "bounding_box": {"coordinates": [[[-122.41679856739916, 37.77688821377302], [-122.41679856739916, 37.77688821377302], [-122.41679856739916, 37.77688821377302], [-122.41679856739916, 37.77688821377302]]], "type": "Polygon"}, "full_name": "Twitter HQ", "contained_within": [], "country_code": "US", "id": "07d9cd6afd884001", "name": "Twitter HQ"}, "in_reply_to_screen_name": "adambain", "in_reply_to_status_id_str": "685531730757824512", "truncated": false, "id": 685532007728693248, "text": "@adambain @santana be like https://t.co/7Yvf4P8A7N", "coordinates": null, "retweeted": false, "favorite_count": 5, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2424272372, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "statuses_count": 1424, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2424272372/1426469295", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "284159631", "following": false, "friends_count": 296, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jackiereses.tumblr.com", "url": "https://t.co/JIrh2PYIZ2", "expanded_url": "http://jackiereses.tumblr.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif", "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "profile_link_color": "3B94D9", "geo_enabled": true, "followers_count": 1906, "location": "Woodside, CA and New York City", "screen_name": "jackiereses", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "Jackie Reses", "profile_use_background_image": true, "description": "Just moved to new house! @jackiereseskidz", "url": "https://t.co/JIrh2PYIZ2", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675701913321517056/wh9J2H50_normal.png", "profile_background_color": "89C9FA", "created_at": "Mon Apr 18 18:59:19 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "BDDCAD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675701913321517056/wh9J2H50_normal.png", "favourites_count": 279, "status": {"retweet_count": 2, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685140789593178112", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "for.tn/1OAh75J", "url": "https://t.co/ODPl4AkEoB", "expanded_url": "http://for.tn/1OAh75J", "indices": [87, 110]}], "hashtags": [], "user_mentions": [{"screen_name": "FortuneMagazine", "id_str": "25053299", "id": 25053299, "indices": [70, 86], "name": "Fortune"}]}, "created_at": "Thu Jan 07 16:47:48 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685140789593178112, "text": "Here's Hasbro's response to this Monopoly 'Star Wars' controversy via @FortuneMagazine https://t.co/ODPl4AkEoB", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Mobile Web"}, "default_profile_image": false, "id": 284159631, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif", "statuses_count": 600, "profile_banner_url": "https://pbs.twimg.com/profile_banners/284159631/1405201905", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "14130366", "following": false, "friends_count": 256, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": true, "followers_count": 332280, "location": "", "screen_name": "sundarpichai", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2560, "name": "sundarpichai", "profile_use_background_image": true, "description": "CEO, @google", "url": null, "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/481231649128980480/9hpv14pc_normal.jpeg", "profile_background_color": "1A1B1F", "created_at": "Wed Mar 12 05:51:53 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481231649128980480/9hpv14pc_normal.jpeg", "favourites_count": 263, "status": {"in_reply_to_status_id": null, "retweet_count": 273, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "679335075331203072", "id": 679335075331203072, "text": "Incredible achievement for #SpaceX , congratulations to the team. Inspiring to see such progress", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "SpaceX", "indices": [27, 34]}], "user_mentions": []}, "created_at": "Tue Dec 22 16:17:58 +0000 2015", "source": "Twitter Web Client", "favorite_count": 847, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 14130366, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "statuses_count": 721, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "3024282479", "following": false, "friends_count": 378, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sunujournal.com", "url": "https://t.co/VEFaxoMlRR", "expanded_url": "http://www.sunujournal.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/575496526539005952/dynLGSzW.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 722, "location": "", "screen_name": "sunujournal", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 16, "name": "S U N U", "profile_use_background_image": true, "description": "SUNU: Journal of African Affairs, Critical Thought + Aesthetics \u2022 Amplifying the youth voice + contributing to the collective consciousness #SUNUjournal \u2022 2016", "url": "https://t.co/VEFaxoMlRR", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661026999029407744/iaN6vgRt_normal.jpg", "profile_background_color": "FFFFFF", "created_at": "Sun Feb 08 01:50:03 +0000 2015", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661026999029407744/iaN6vgRt_normal.jpg", "favourites_count": 48, "status": {"retweet_count": 5, "retweeted_status": {"retweet_count": 5, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684218010253443078", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1OIKNsY", "url": "https://t.co/4Ig5oKG2cQ", "expanded_url": "http://bit.ly/1OIKNsY", "indices": [99, 122]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 03:41:00 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684218010253443078, "text": "From resistance to rebellion: Asian and Afro-Caribbean struggles in Britain: A. Sivanandan (1981): https://t.co/4Ig5oKG2cQ", "coordinates": null, "retweeted": false, "favorite_count": 8, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684230912805089281", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "bit.ly/1OIKNsY", "url": "https://t.co/4Ig5oKG2cQ", "expanded_url": "http://bit.ly/1OIKNsY", "indices": [119, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "public_archive", "id_str": "120174828", "id": 120174828, "indices": [3, 18], "name": "The Public Archive"}]}, "created_at": "Tue Jan 05 04:32:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684230912805089281, "text": "RT @public_archive: From resistance to rebellion: Asian and Afro-Caribbean struggles in Britain: A. Sivanandan (1981): https://t.co/4Ig5oKG\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 3024282479, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/575496526539005952/dynLGSzW.jpeg", "statuses_count": 515, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3024282479/1428706146", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "17169320", "following": false, "friends_count": 660, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "thinkcommon.com", "url": "http://t.co/lGKu0vCb9Q", "expanded_url": "http://thinkcommon.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/552305742133227520/uVzfdxGo.jpeg", "notifications": false, "profile_sidebar_fill_color": "EADEAA", "profile_link_color": "EEAD1D", "geo_enabled": false, "followers_count": 3227707, "location": "Chicago, IL", "screen_name": "common", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 14193, "name": "COMMON", "profile_use_background_image": false, "description": "Hip Hop Artist/ Actor", "url": "http://t.co/lGKu0vCb9Q", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/626538291970580481/b0EztEEL_normal.jpg", "profile_background_color": "000000", "created_at": "Tue Nov 04 21:18:21 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/626538291970580481/b0EztEEL_normal.jpg", "favourites_count": 40, "status": {"retweet_count": 10, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685556232627859457", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "instagram.com/p/BASovkotmmf/", "url": "https://t.co/g3UiMWOqcp", "expanded_url": "https://www.instagram.com/p/BASovkotmmf/", "indices": [76, 99]}], "hashtags": [{"text": "itrainwithQ", "indices": [63, 75]}], "user_mentions": []}, "created_at": "Fri Jan 08 20:18:37 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685556232627859457, "text": "Y'all know adrianpeterson ain't the only one who can do this. #itrainwithQ https://t.co/g3UiMWOqcp", "coordinates": null, "retweeted": false, "favorite_count": 57, "contributors": null, "source": "Instagram"}, "default_profile_image": false, "id": 17169320, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/552305742133227520/uVzfdxGo.jpeg", "statuses_count": 9755, "profile_banner_url": "https://pbs.twimg.com/profile_banners/17169320/1438213738", "is_translator": false}, {"time_zone": "Quito", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "28035260", "following": false, "friends_count": 588, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "smarturl.it/iKingPushDBD", "url": "https://t.co/Y2KVVZtpIp", "expanded_url": "http://smarturl.it/iKingPushDBD", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/534808770266681344/kZMOY1hG.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1196404, "location": "VA", "screen_name": "PUSHA_T", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 3619, "name": "PUSHA T", "profile_use_background_image": true, "description": "MGMT: @STEVENVICTOR Shows:Cara Lewis/CAA", "url": "https://t.co/Y2KVVZtpIp", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674338781185593344/FcK_WQ1U_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Apr 01 02:56:54 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674338781185593344/FcK_WQ1U_normal.jpg", "favourites_count": 23, "status": {"retweet_count": 8, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685613964827332608", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "acclaimmag.com/music/review-p\u2026", "url": "https://t.co/J13mfUDhi7", "expanded_url": "http://www.acclaimmag.com/music/review-pusha-t-melbourne/#0", "indices": [24, 47]}], "hashtags": [], "user_mentions": [{"screen_name": "ACCLAIMmagazine", "id_str": "22733953", "id": 22733953, "indices": [6, 22], "name": "ACCLAIM magazine"}]}, "created_at": "Sat Jan 09 00:08:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685613964827332608, "text": "Fresh @ACCLAIMmagazine https://t.co/J13mfUDhi7", "coordinates": null, "retweeted": false, "favorite_count": 18, "contributors": null, "source": "UberSocial for iPhone"}, "default_profile_image": false, "id": 28035260, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/534808770266681344/kZMOY1hG.jpeg", "statuses_count": 12194, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28035260/1451438540", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "18381396", "following": false, "friends_count": 1615, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "shop.txdxe.com", "url": "http://t.co/afn1VAKJzW", "expanded_url": "http://shop.txdxe.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000135651846/NJNcyYeb.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "F20909", "geo_enabled": false, "followers_count": 197581, "location": "TxDxE.com", "screen_name": "TopDawgEnt", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 409, "name": "TopDawgEnt", "profile_use_background_image": true, "description": "Official TopDawgEntertainment Twitter \u2022 @JayRock @KendrickLamar @ScHoolBoyQ @AbDashSoul @IsaiahRashad @SZA @MixedByAli #TDE Instagram: @TopDawgEnt", "url": "http://t.co/afn1VAKJzW", "profile_text_color": "B80202", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678092736843546625/3CJ3_MMr_normal.png", "profile_background_color": "000000", "created_at": "Fri Dec 26 00:20:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678092736843546625/3CJ3_MMr_normal.png", "favourites_count": 25, "status": {"retweet_count": 96, "retweeted_status": {"retweet_count": 96, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685559168279932928", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 225, "resize": "fit"}, "medium": {"w": 600, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 425, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYOYbk7WsAAIbAB.jpg", "type": "photo", "indices": [108, 131], "media_url": "http://pbs.twimg.com/media/CYOYbk7WsAAIbAB.jpg", "display_url": "pic.twitter.com/JGJlnY5XgS", "id_str": "685559167826964480", "expanded_url": "http://twitter.com/VibeMagazine/status/685559168279932928/photo/1", "id": 685559167826964480, "url": "https://t.co/JGJlnY5XgS"}], "symbols": [], "urls": [{"display_url": "on.vibe.com/1Jzx1gn", "url": "https://t.co/lvULxDXufL", "expanded_url": "http://on.vibe.com/1Jzx1gn", "indices": [84, 107]}], "hashtags": [], "user_mentions": [{"screen_name": "kendricklamar", "id_str": "23561980", "id": 23561980, "indices": [1, 15], "name": "Kendrick Lamar"}, {"screen_name": "acltv", "id_str": "28412100", "id": 28412100, "indices": [76, 82], "name": "Austin City Limits"}]}, "created_at": "Fri Jan 08 20:30:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685559168279932928, "text": ".@KendrickLamar breaks down the inspiration behind \u2018To Pimp A Butterfly\u2019 on @acltv: https://t.co/lvULxDXufL https://t.co/JGJlnY5XgS", "coordinates": null, "retweeted": false, "favorite_count": 218, "contributors": null, "source": "Twitter Web Client"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685620600589565952", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 225, "resize": "fit"}, "medium": {"w": 600, "h": 398, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 640, "h": 425, "resize": "fit"}}, "source_status_id_str": "685559168279932928", "media_url": "http://pbs.twimg.com/media/CYOYbk7WsAAIbAB.jpg", "source_user_id_str": "14691200", "id_str": "685559167826964480", "id": 685559167826964480, "media_url_https": "https://pbs.twimg.com/media/CYOYbk7WsAAIbAB.jpg", "type": "photo", "indices": [126, 140], "source_status_id": 685559168279932928, "source_user_id": 14691200, "display_url": "pic.twitter.com/JGJlnY5XgS", "expanded_url": "http://twitter.com/VibeMagazine/status/685559168279932928/photo/1", "url": "https://t.co/JGJlnY5XgS"}], "symbols": [], "urls": [{"display_url": "on.vibe.com/1Jzx1gn", "url": "https://t.co/lvULxDXufL", "expanded_url": "http://on.vibe.com/1Jzx1gn", "indices": [102, 125]}], "hashtags": [], "user_mentions": [{"screen_name": "VibeMagazine", "id_str": "14691200", "id": 14691200, "indices": [3, 16], "name": "VibeMagazine"}, {"screen_name": "kendricklamar", "id_str": "23561980", "id": 23561980, "indices": [19, 33], "name": "Kendrick Lamar"}, {"screen_name": "acltv", "id_str": "28412100", "id": 28412100, "indices": [94, 100], "name": "Austin City Limits"}]}, "created_at": "Sat Jan 09 00:34:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685620600589565952, "text": "RT @VibeMagazine: .@KendrickLamar breaks down the inspiration behind \u2018To Pimp A Butterfly\u2019 on @acltv: https://t.co/lvULxDXufL https://t.co/\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Echofon"}, "default_profile_image": false, "id": 18381396, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000135651846/NJNcyYeb.png", "statuses_count": 6708, "profile_banner_url": "https://pbs.twimg.com/profile_banners/18381396/1443854512", "is_translator": false}, {"time_zone": "Paris", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 3600, "id_str": "327894845", "following": false, "friends_count": 157, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "nextmanagement.com", "url": "http://t.co/qeqVqn53yt", "expanded_url": "http://www.nextmanagement.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/644754246/20vfc0ml5uwi0ei3720b.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 2300, "location": "new york", "screen_name": "MelodieMonrose", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 43, "name": "M\u00e9lodie Monrose", "profile_use_background_image": true, "description": "Next models worldwide /Uno spain", "url": "http://t.co/qeqVqn53yt", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2449890961/xw2q2n2gyl51vkd32pr0_normal.jpeg", "profile_background_color": "1F2021", "created_at": "Sat Jul 02 10:27:10 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "fr", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2449890961/xw2q2n2gyl51vkd32pr0_normal.jpeg", "favourites_count": 123, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-74.026675, 40.683935], [-73.910408, 40.683935], [-73.910408, 40.877483], [-74.026675, 40.877483]]], "type": "Polygon"}, "full_name": "Manhattan, NY", "contained_within": [], "country_code": "US", "id": "01a9a39529b27f36", "name": "Manhattan"}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "668792992988311552", "id": 668792992988311552, "text": "Bon ok , j'arr\u00eate les tweets d\u00e9sesp\u00e9r\u00e9s . Mais bon je suis une martiniquaise frigorifi\u00e9e et d\u00e9racin\u00e9e . I am sure some of you can relate \ud83d\ude11", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Nov 23 14:07:29 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 5, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "fr"}, "default_profile_image": false, "id": 327894845, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/644754246/20vfc0ml5uwi0ei3720b.jpeg", "statuses_count": 2133, "profile_banner_url": "https://pbs.twimg.com/profile_banners/327894845/1440579572", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "108213835", "following": false, "friends_count": 173, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/70941142/19542_307985920411_532300411_5084172_4855278_n.jpg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 1385, "location": "", "screen_name": "jeneil1", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 45, "name": "jeneil williams", "profile_use_background_image": true, "description": "tomboy model from jamaica, loves fashion,cooking,people and most of all love my job new to instagram follow me @jeneilwilliams", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/2535756789/image_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Mon Jan 25 06:22:47 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2535756789/image_normal.jpg", "favourites_count": 242, "status": {"in_reply_to_status_id": null, "retweet_count": 2, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "683144131883982849", "id": 683144131883982849, "text": "Happy new year everyone \ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89\ud83c\udf89", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 02 04:33:47 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 4, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 108213835, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/70941142/19542_307985920411_532300411_5084172_4855278_n.jpg", "statuses_count": 932, "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "6204", "following": false, "friends_count": 2910, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "jabrams.com", "url": "http://t.co/YcT7cUkcui", "expanded_url": "http://www.jabrams.com/", "indices": [0, 22]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 15936, "location": "San Francisco, CA", "screen_name": "abrams", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 1064, "name": "Jonathan Abrams", "profile_use_background_image": true, "description": "Founder & CEO of @Nuzzel", "url": "http://t.co/YcT7cUkcui", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/473554491673821184/TziZTiJR_normal.jpeg", "profile_background_color": "C0DEED", "created_at": "Sat Sep 16 01:11:02 +0000 2006", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473554491673821184/TziZTiJR_normal.jpeg", "favourites_count": 10207, "status": {"retweet_count": 0, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685636226406199296", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "qz.com/567744", "url": "https://t.co/zcrmwc655J", "expanded_url": "http://qz.com/567744", "indices": [47, 70]}], "hashtags": [], "user_mentions": [{"screen_name": "qz", "id_str": "573918122", "id": 573918122, "indices": [75, 78], "name": "Quartz"}]}, "created_at": "Sat Jan 09 01:36:29 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685636226406199296, "text": "The case for eating cereal for breakfast again https://t.co/zcrmwc655J via @qz", "coordinates": null, "retweeted": false, "favorite_count": 1, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 6204, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 31483, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6204/1401738610", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "1547221", "following": false, "friends_count": 1042, "entities": {"description": {"urls": [{"display_url": "eugenewei.com", "url": "https://t.co/31xFn7CUeB", "expanded_url": "http://www.eugenewei.com", "indices": [73, 96]}]}, "url": {"urls": [{"display_url": "eugenewei.com", "url": "https://t.co/ccJQSSYAHH", "expanded_url": "http://www.eugenewei.com/", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/435311205100822528/jyYFaEnU.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "909090", "geo_enabled": true, "followers_count": 3363, "location": "San Francisco, CA", "screen_name": "eugenewei", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 173, "name": "Eugene Wei", "profile_use_background_image": false, "description": "Former Head of Product at Flipboard and Hulu, an alum of Amazon. More at https://t.co/31xFn7CUeB", "url": "https://t.co/ccJQSSYAHH", "profile_text_color": "2C2C2C", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676259032647143424/hbRJPmUL_normal.png", "profile_background_color": "FFFFFF", "created_at": "Mon Mar 19 20:00:36 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676259032647143424/hbRJPmUL_normal.png", "favourites_count": 5964, "status": {"in_reply_to_status_id": null, "retweet_count": 0, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684790692615335940", "id": 684790692615335940, "text": "Fastest boarding and offloading of a flight ever. People who fly to CES are career/professional flyers.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Wed Jan 06 17:36:38 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 6, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 1547221, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/435311205100822528/jyYFaEnU.jpeg", "statuses_count": 5743, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1547221/1398367465", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "29663668", "following": false, "friends_count": 511, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/RZAWU", "url": "https://t.co/LxKDItI1ju", "expanded_url": "http://www.facebook.com/RZAWU", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/43773275/wu.jpg", "notifications": false, "profile_sidebar_fill_color": "252429", "profile_link_color": "2FC2EF", "geo_enabled": false, "followers_count": 629018, "location": "Brooklyn-Shaolin-NY-NJ-LA", "screen_name": "RZA", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 5503, "name": "RZA!", "profile_use_background_image": true, "description": "MY OFFICIAL TWITTER, PEACE!", "url": "https://t.co/LxKDItI1ju", "profile_text_color": "666666", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/591722653888610304/XVLuk_8s_normal.jpg", "profile_background_color": "1A1B1F", "created_at": "Wed Apr 08 07:37:52 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "181A1E", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/591722653888610304/XVLuk_8s_normal.jpg", "favourites_count": 15, "status": {"in_reply_to_status_id": null, "retweet_count": 148, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685587424018206720", "id": 685587424018206720, "text": "\"Of course Black lives matter.. All lives matter\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:22:34 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 214, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 29663668, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/43773275/wu.jpg", "statuses_count": 5560, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29663668/1448944289", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "6646402", "following": false, "friends_count": 647, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "get.fabric.io", "url": "http://t.co/OZQv5dblxS", "expanded_url": "http://get.fabric.io", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000073037269/617d3bd2ba4af77620c491f36a2a9187.jpeg", "notifications": false, "profile_sidebar_fill_color": "F6F6F6", "profile_link_color": "1191F2", "geo_enabled": true, "followers_count": 1161, "location": "Boston / SF / worldwide", "screen_name": "richparet", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 42, "name": "Rich Paret", "profile_use_background_image": false, "description": "Director of Engineering, Developer Platform @twitter. @twitterapi / @gnip / @fabric. Let's build the future together.", "url": "http://t.co/OZQv5dblxS", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/467716933043773441/lf19UGD8_normal.jpeg", "profile_background_color": "0F0F0F", "created_at": "Thu Jun 07 17:49:42 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467716933043773441/lf19UGD8_normal.jpeg", "favourites_count": 3280, "status": {"in_reply_to_status_id": 685573071281901568, "retweet_count": 0, "place": {"url": "https://api.twitter.com/1.1/geo/id/8193d87541f11dfb.json", "country": "United States", "attributes": {}, "place_type": "city", "bounding_box": {"coordinates": [[[-71.160356, 42.352429], [-71.064398, 42.352429], [-71.064398, 42.4039663], [-71.160356, 42.4039663]]], "type": "Polygon"}, "full_name": "Cambridge, MA", "contained_within": [], "country_code": "US", "id": "8193d87541f11dfb", "name": "Cambridge"}, "in_reply_to_screen_name": "JillWetzler", "in_reply_to_user_id": 403070695, "in_reply_to_status_id_str": "685573071281901568", "in_reply_to_user_id_str": "403070695", "truncated": false, "id_str": "685573192837132292", "id": 685573192837132292, "text": "@JillWetzler @jessicamckellar awesome!", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "JillWetzler", "id_str": "403070695", "id": 403070695, "indices": [0, 12], "name": "Jill Wetzler"}, {"screen_name": "jessicamckellar", "id_str": "24945605", "id": 24945605, "indices": [13, 29], "name": "Jessica McKellar"}]}, "created_at": "Fri Jan 08 21:26:01 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 1, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 6646402, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000073037269/617d3bd2ba4af77620c491f36a2a9187.jpeg", "statuses_count": 1554, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6646402/1440532521", "is_translator": false}, {"time_zone": null, "profile_use_background_image": true, "description": "", "url": null, "contributors_enabled": false, "is_translation_enabled": false, "id_str": "522299046", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "friends_count": 0, "entities": {"description": {"urls": []}}, "profile_background_color": "C0DEED", "created_at": "Mon Mar 12 14:33:21 +0000 2012", "blocking": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 0, "profile_sidebar_border_color": "C0DEED", "lang": "en", "verified": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "favourites_count": 0, "listed_count": 0, "geo_enabled": false, "follow_request_sent": false, "followers_count": 26, "following": false, "default_profile_image": true, "id": 522299046, "blocked_by": false, "name": "Geno's Barberia", "location": "", "screen_name": "GenosBarberia", "profile_background_tile": false, "notifications": false, "utc_offset": null, "muting": false, "protected": false, "has_extended_profile": false, "is_translator": false, "default_profile": true}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "100325421", "following": false, "friends_count": 455, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 70507, "location": "", "screen_name": "Kevfeige", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 507, "name": "Kevin Feige", "profile_use_background_image": true, "description": "Producer", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1897259318/image_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Dec 29 21:32:20 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1897259318/image_normal.jpg", "favourites_count": 1, "status": {"retweet_count": 359, "retweeted_status": {"retweet_count": 359, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685181614079492097", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/FpaYZCl2Ii", "url": "https://t.co/FpaYZCl2Ii", "expanded_url": "http://twitter.com/ThorMovies/status/685181614079492097/photo/1", "indices": [117, 140]}], "hashtags": [{"text": "PCAs", "indices": [111, 116]}], "user_mentions": [{"screen_name": "chrishemsworth", "id_str": "3063032281", "id": 3063032281, "indices": [12, 27], "name": "Chris Hemsworth"}, {"screen_name": "peopleschoice", "id_str": "34993020", "id": 34993020, "indices": [44, 58], "name": "People's Choice"}]}, "created_at": "Thu Jan 07 19:30:01 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685181614079492097, "text": "Congrats to @chrishemsworth for winning the @PeoplesChoice for Favorite Action Movie Actor! Definitely worthy. #PCAs https://t.co/FpaYZCl2Ii", "coordinates": null, "retweeted": false, "favorite_count": 1014, "contributors": null, "source": "Sprinklr"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685228256568545280", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "pic.twitter.com/FpaYZCl2Ii", "url": "https://t.co/FpaYZCl2Ii", "expanded_url": "http://twitter.com/ThorMovies/status/685181614079492097/photo/1", "indices": [139, 140]}], "hashtags": [{"text": "PCAs", "indices": [127, 132]}], "user_mentions": [{"screen_name": "ThorMovies", "id_str": "701625379", "id": 701625379, "indices": [3, 14], "name": "Thor"}, {"screen_name": "chrishemsworth", "id_str": "3063032281", "id": 3063032281, "indices": [28, 43], "name": "Chris Hemsworth"}, {"screen_name": "peopleschoice", "id_str": "34993020", "id": 34993020, "indices": [60, 74], "name": "People's Choice"}]}, "created_at": "Thu Jan 07 22:35:21 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685228256568545280, "text": "RT @ThorMovies: Congrats to @chrishemsworth for winning the @PeoplesChoice for Favorite Action Movie Actor! Definitely worthy. #PCAs https:\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 100325421, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 20, "is_translator": false}, {"time_zone": "Arizona", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -25200, "id_str": "166747718", "following": false, "friends_count": 286, "entities": {"description": {"urls": [{"display_url": "itunes.apple.com/us/album/cherr\u2026", "url": "https://t.co/cIuPQAaTHf", "expanded_url": "https://itunes.apple.com/us/album/cherry-bomb/id983056044", "indices": [54, 77]}]}, "url": {"urls": [{"display_url": "golfwang.com", "url": "https://t.co/WMyHWbn11Q", "expanded_url": "http://golfwang.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/634274657806491648/l4r4obye.jpg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "FFCC4D", "geo_enabled": false, "followers_count": 2751413, "location": "OKAGA, CA", "screen_name": "fucktyler", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 7283, "name": "Tyler, The Creator", "profile_use_background_image": true, "description": "i want an enzo, garden and leo from romeo and juliet: https://t.co/cIuPQAaTHf", "url": "https://t.co/WMyHWbn11Q", "profile_text_color": "00CCFF", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/637497884150120448/QBUlEYau_normal.jpg", "profile_background_color": "75D1FF", "created_at": "Wed Jul 14 22:32:25 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637497884150120448/QBUlEYau_normal.jpg", "favourites_count": 167, "status": {"retweet_count": 530, "retweeted_status": {"retweet_count": 530, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684425683301302274", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "soundcloud.com/ofwgkta-offici\u2026", "url": "https://t.co/L57RgEWMcj", "expanded_url": "https://soundcloud.com/ofwgkta-official/kwym-keep-working-young-man", "indices": [109, 132]}], "hashtags": [], "user_mentions": []}, "created_at": "Tue Jan 05 17:26:13 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684425683301302274, "text": "if you somehow slept the entire day yesterday and missed out, this link leads you to a new song I dropped....https://t.co/L57RgEWMcj", "coordinates": null, "retweeted": false, "favorite_count": 1181, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "684566153931296768", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "soundcloud.com/ofwgkta-offici\u2026", "url": "https://t.co/L57RgEWMcj", "expanded_url": "https://soundcloud.com/ofwgkta-official/kwym-keep-working-young-man", "indices": [139, 140]}], "hashtags": [], "user_mentions": [{"screen_name": "DamierGenesis", "id_str": "128665538", "id": 128665538, "indices": [3, 17], "name": "Suavecito."}]}, "created_at": "Wed Jan 06 02:44:24 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 684566153931296768, "text": "RT @DamierGenesis: if you somehow slept the entire day yesterday and missed out, this link leads you to a new song I dropped....https://t.c\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Mobile Web (M5)"}, "default_profile_image": false, "id": 166747718, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/634274657806491648/l4r4obye.jpg", "statuses_count": 39779, "profile_banner_url": "https://pbs.twimg.com/profile_banners/166747718/1438284983", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "147279619", "following": false, "friends_count": 20834, "entities": {"description": {"urls": []}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/542873295737987072/gfgwS4lK.png", "notifications": false, "profile_sidebar_fill_color": "EBDDEB", "profile_link_color": "4A913C", "geo_enabled": true, "followers_count": 27038, "location": "", "screen_name": "MayaAMonroe", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 106, "name": "Maya Angelique", "profile_use_background_image": true, "description": "IG and snapchat: mayaangelique", "url": null, "profile_text_color": "6ABA93", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661735252814077953/w5iU8N52_normal.jpg", "profile_background_color": "FF001E", "created_at": "Sun May 23 18:06:28 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661735252814077953/w5iU8N52_normal.jpg", "favourites_count": 62950, "status": {"retweet_count": 1178, "retweeted_status": {"retweet_count": 1178, "in_reply_to_user_id": 347927511, "possibly_sensitive": false, "id_str": "654641886632759297", "in_reply_to_user_id_str": "347927511", "entities": {"media": [{"sizes": {"large": {"w": 579, "h": 540, "resize": "fit"}, "medium": {"w": 579, "h": 540, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 317, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CRXBUe5UYAE9wU5.jpg", "type": "photo", "indices": [85, 107], "media_url": "http://pbs.twimg.com/media/CRXBUe5UYAE9wU5.jpg", "display_url": "pic.twitter.com/FGmVNBHN5U", "id_str": "654641878487293953", "expanded_url": "http://twitter.com/CivilJustUs/status/654641886632759297/photo/1", "id": 654641878487293953, "url": "http://t.co/FGmVNBHN5U"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Oct 15 12:56:03 +0000 2015", "favorited": false, "in_reply_to_status_id": 654640631004966912, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": "CivilJustUs", "in_reply_to_status_id_str": "654640631004966912", "truncated": false, "id": 654641886632759297, "text": "Fuckboy twitter: \"this shit so good but I can't make a sound because I'm a real man\" http://t.co/FGmVNBHN5U", "coordinates": null, "retweeted": false, "favorite_count": 907, "contributors": null, "source": "Twitter for Android"}, "in_reply_to_user_id": null, "possibly_sensitive": true, "id_str": "685630576104239104", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"large": {"w": 579, "h": 540, "resize": "fit"}, "medium": {"w": 579, "h": 540, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 317, "resize": "fit"}}, "source_status_id_str": "654641886632759297", "media_url": "http://pbs.twimg.com/media/CRXBUe5UYAE9wU5.jpg", "source_user_id_str": "347927511", "id_str": "654641878487293953", "id": 654641878487293953, "media_url_https": "https://pbs.twimg.com/media/CRXBUe5UYAE9wU5.jpg", "type": "photo", "indices": [102, 124], "source_status_id": 654641886632759297, "source_user_id": 347927511, "display_url": "pic.twitter.com/FGmVNBHN5U", "expanded_url": "http://twitter.com/CivilJustUs/status/654641886632759297/photo/1", "url": "http://t.co/FGmVNBHN5U"}], "symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "CivilJustUs", "id_str": "347927511", "id": 347927511, "indices": [3, 15], "name": "El DeBeard"}]}, "created_at": "Sat Jan 09 01:14:02 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685630576104239104, "text": "RT @CivilJustUs: Fuckboy twitter: \"this shit so good but I can't make a sound because I'm a real man\" http://t.co/FGmVNBHN5U", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 147279619, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/542873295737987072/gfgwS4lK.png", "statuses_count": 125764, "profile_banner_url": "https://pbs.twimg.com/profile_banners/147279619/1448679913", "is_translator": false}, {"time_zone": "Atlantic Time (Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -14400, "id_str": "2517988075", "following": false, "friends_count": 649, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "theatlantic.com", "url": "http://t.co/863fgunGbW", "expanded_url": "http://www.theatlantic.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "000000", "geo_enabled": false, "followers_count": 462261, "location": "Shaolin ", "screen_name": "tanehisicoates", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 4045, "name": "Ta-Nehisi Coates", "profile_use_background_image": false, "description": "I'm on a mission that Dreamers say is impossible.\nBut when I swing my sword, they all choppable.", "url": "http://t.co/863fgunGbW", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648748230872838144/psO2Nfjv_normal.jpg", "profile_background_color": "000000", "created_at": "Fri May 23 14:31:49 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648748230872838144/psO2Nfjv_normal.jpg", "favourites_count": 502, "status": {"in_reply_to_status_id": null, "retweet_count": 71, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682882413899452417", "id": 682882413899452417, "text": "\"For the new year, strictly Wu-wear...\"", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 01 11:13:49 +0000 2016", "source": "TweetDeck", "favorite_count": 210, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 2517988075, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 20312, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2367911", "following": false, "friends_count": 31976, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mtv.com", "url": "http://t.co/yyniasrs2z", "expanded_url": "http://mtv.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": true, "followers_count": 13287230, "location": "NYC", "screen_name": "MTV", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 28348, "name": "MTV", "profile_use_background_image": true, "description": "The official Twitter account for MTV, USA! Tweets by @Kaitiii | Snapchat/KiK: MTV", "url": "http://t.co/yyniasrs2z", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/676494877547323392/aqaWBpOP_normal.jpg", "profile_background_color": "131516", "created_at": "Mon Mar 26 22:30:49 +0000 2007", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676494877547323392/aqaWBpOP_normal.jpg", "favourites_count": 12411, "status": {"retweet_count": 78, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685634299618525184", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 378, "resize": "fit"}, "medium": {"w": 600, "h": 668, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 1141, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYPcwSWWEAAu3QE.png", "type": "photo", "indices": [104, 127], "media_url": "http://pbs.twimg.com/media/CYPcwSWWEAAu3QE.png", "display_url": "pic.twitter.com/ikbJ9TbExe", "id_str": "685634290407837696", "expanded_url": "http://twitter.com/MTV/status/685634299618525184/photo/1", "id": 685634290407837696, "url": "https://t.co/ikbJ9TbExe"}], "symbols": [], "urls": [{"display_url": "on.mtv.com/1OUWblF", "url": "https://t.co/eVzCxC9Wh8", "expanded_url": "http://on.mtv.com/1OUWblF", "indices": [80, 103]}], "hashtags": [], "user_mentions": []}, "created_at": "Sat Jan 09 01:28:50 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685634299618525184, "text": "11 former Nickelodeon stars who are hot AF now (and honestly always have been): https://t.co/eVzCxC9Wh8 https://t.co/ikbJ9TbExe", "coordinates": null, "retweeted": false, "favorite_count": 244, "contributors": null, "source": "SocialFlow"}, "default_profile_image": false, "id": 2367911, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 150515, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2367911/1451411117", "is_translator": false}, {"time_zone": null, "follow_request_sent": false, "contributors_enabled": false, "utc_offset": null, "id_str": "2601175671", "following": false, "friends_count": 1137, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flyt.it/fettywapitunes", "url": "https://t.co/ha6adhNCBb", "expanded_url": "http://flyt.it/fettywapitunes", "indices": [0, 23]}]}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 458114, "location": "", "screen_name": "fettywap", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 513, "name": "FettyWap1738", "profile_use_background_image": true, "description": "Fetty Wap||ZooWap||Zoovier||ZooZoo for bookings: bookings@rgfproductions.com . Album \u2b07\ufe0f on iTunes", "url": "https://t.co/ha6adhNCBb", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/636738712429330432/wtRxq_70_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Jun 11 13:55:15 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/636738712429330432/wtRxq_70_normal.jpg", "favourites_count": 1939, "status": {"retweet_count": 9784, "retweeted_status": {"retweet_count": 9784, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685320218386673664", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "smarturl.it/SOL.FettyRmx", "url": "https://t.co/hpbwqOt0fw", "expanded_url": "http://smarturl.it/SOL.FettyRmx", "indices": [65, 88]}, {"display_url": "vevo.ly/XmDzV7", "url": "https://t.co/0NGVSd7XFQ", "expanded_url": "http://vevo.ly/XmDzV7", "indices": [89, 112]}], "hashtags": [], "user_mentions": [{"screen_name": "fettywap", "id_str": "2601175671", "id": 2601175671, "indices": [28, 37], "name": "FettyWap1738"}, {"screen_name": "AppleMusic", "id_str": "74580436", "id": 74580436, "indices": [52, 63], "name": "Apple Music"}]}, "created_at": "Fri Jan 08 04:40:47 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685320218386673664, "text": "The Same Old Love remix ft. @fettywap is out NOW on @applemusic! https://t.co/hpbwqOt0fw https://t.co/0NGVSd7XFQ", "coordinates": null, "retweeted": false, "favorite_count": 18817, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685530981231628288", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "smarturl.it/SOL.FettyRmx", "url": "https://t.co/hpbwqOt0fw", "expanded_url": "http://smarturl.it/SOL.FettyRmx", "indices": [82, 105]}, {"display_url": "vevo.ly/XmDzV7", "url": "https://t.co/0NGVSd7XFQ", "expanded_url": "http://vevo.ly/XmDzV7", "indices": [106, 129]}], "hashtags": [], "user_mentions": [{"screen_name": "selenagomez", "id_str": "23375688", "id": 23375688, "indices": [3, 15], "name": "Selena Gomez"}, {"screen_name": "fettywap", "id_str": "2601175671", "id": 2601175671, "indices": [45, 54], "name": "FettyWap1738"}, {"screen_name": "AppleMusic", "id_str": "74580436", "id": 74580436, "indices": [69, 80], "name": "Apple Music"}]}, "created_at": "Fri Jan 08 18:38:17 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685530981231628288, "text": "RT @selenagomez: The Same Old Love remix ft. @fettywap is out NOW on @applemusic! https://t.co/hpbwqOt0fw https://t.co/0NGVSd7XFQ", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for iPhone"}, "default_profile_image": false, "id": 2601175671, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 4812, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2601175671/1450121884", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "54387680", "following": false, "friends_count": 0, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "michaeljackson.com", "url": "http://t.co/q1TE07bI3n", "expanded_url": "http://www.michaeljackson.com/", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/466632809390419968/IHCw-MH8.jpeg", "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "profile_link_color": "C12032", "geo_enabled": false, "followers_count": 1924985, "location": "New York, NY USA", "screen_name": "michaeljackson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 13327, "name": "Michael Jackson", "profile_use_background_image": true, "description": "The Official Michael Jackson Twitter Page", "url": "http://t.co/q1TE07bI3n", "profile_text_color": "634047", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/556179314660478976/l_MadSiU_normal.jpeg", "profile_background_color": "FFFFFF", "created_at": "Tue Jul 07 00:24:51 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/556179314660478976/l_MadSiU_normal.jpeg", "favourites_count": 0, "status": {"retweet_count": 591, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685493401106673665", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 241, "resize": "fit"}, "medium": {"w": 450, "h": 320, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 450, "h": 320, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNcnbPUoAEfwkK.jpg", "type": "photo", "indices": [38, 61], "media_url": "http://pbs.twimg.com/media/CYNcnbPUoAEfwkK.jpg", "display_url": "pic.twitter.com/Yed1qysvMx", "id_str": "685493400687124481", "expanded_url": "http://twitter.com/michaeljackson/status/685493401106673665/photo/1", "id": 685493400687124481, "url": "https://t.co/Yed1qysvMx"}], "symbols": [], "urls": [], "hashtags": [{"text": "FriendlyFriday", "indices": [0, 15]}], "user_mentions": []}, "created_at": "Fri Jan 08 16:08:57 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685493401106673665, "text": "#FriendlyFriday The King And The Boss https://t.co/Yed1qysvMx", "coordinates": null, "retweeted": false, "favorite_count": 1184, "contributors": null, "source": "Hootsuite"}, "default_profile_image": false, "id": 54387680, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/466632809390419968/IHCw-MH8.jpeg", "statuses_count": 1357, "profile_banner_url": "https://pbs.twimg.com/profile_banners/54387680/1435330454", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "15934076", "following": false, "friends_count": 685, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtu.be/4-42cW_4ycA", "url": "https://t.co/jYzdPI3TZ3", "expanded_url": "http://youtu.be/4-42cW_4ycA", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/706431168/502cf7dce9e843a1df90b4513772f736.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "000000", "geo_enabled": true, "followers_count": 86217, "location": "Los Angeles, CA", "screen_name": "quintabrunson", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 185, "name": "Quinta B.", "profile_use_background_image": false, "description": "hi. i'm a creator. I know, right?", "url": "https://t.co/jYzdPI3TZ3", "profile_text_color": "030303", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661391409266585601/rbtXshkj_normal.jpg", "profile_background_color": "E7F5F5", "created_at": "Thu Aug 21 17:31:50 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661391409266585601/rbtXshkj_normal.jpg", "favourites_count": 5668, "status": {"in_reply_to_status_id": null, "retweet_count": 234, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "685596361958395905", "id": 685596361958395905, "text": "I'm not overwhelmed. In not underwhelmed. Just whelmed.", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 22:58:05 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 404, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 15934076, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/706431168/502cf7dce9e843a1df90b4513772f736.jpeg", "statuses_count": 41490, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15934076/1449387090", "is_translator": false}, {"time_zone": "Central Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -21600, "id_str": "221579212", "following": false, "friends_count": 460, "entities": {"description": {"urls": [{"display_url": "jouelzy.com", "url": "https://t.co/qfCo83qrSw", "expanded_url": "http://jouelzy.com", "indices": [120, 143]}]}, "url": {"urls": [{"display_url": "youtube.com/jouelzy", "url": "https://t.co/oeQSvIWKEP", "expanded_url": "http://www.youtube.com/jouelzy", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/520073215108861952/bUTWDwAW.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "B8A2E8", "geo_enabled": true, "followers_count": 9967, "location": "Floating thru the Universe...", "screen_name": "Jouelzy", "verified": false, "has_extended_profile": true, "protected": false, "listed_count": 106, "name": "Jouelzy", "profile_use_background_image": true, "description": "OG #SmartBrownGirl. Writer | Tech | Culture | Snark | Womanist Really love tacos, really is my email: tacos@jouelzy.com https://t.co/qfCo83qrSw", "url": "https://t.co/oeQSvIWKEP", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624457379610935296/4hrGjSYB_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Wed Dec 01 01:22:22 +0000 2010", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624457379610935296/4hrGjSYB_normal.jpg", "favourites_count": 762, "status": {"retweet_count": 4, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685622079727742976", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [{"display_url": "jouz.es/1tsHoHo", "url": "https://t.co/6brtUDPU2V", "expanded_url": "http://jouz.es/1tsHoHo", "indices": [56, 79]}], "hashtags": [{"text": "jpyo", "indices": [50, 55]}], "user_mentions": []}, "created_at": "Sat Jan 09 00:40:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685622079727742976, "text": "Please Stop Correlating Weaves as Being Hood... - #jpyo https://t.co/6brtUDPU2V", "coordinates": null, "retweeted": false, "favorite_count": 4, "contributors": null, "source": "Win the Customer"}, "default_profile_image": false, "id": 221579212, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/520073215108861952/bUTWDwAW.jpeg", "statuses_count": 43559, "profile_banner_url": "https://pbs.twimg.com/profile_banners/221579212/1412759867", "is_translator": false}, {"time_zone": "Pacific Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -28800, "id_str": "26565946", "following": false, "friends_count": 117, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "justintimberlake.com", "url": "http://t.co/SRqd8jW6W3", "expanded_url": "http://www.justintimberlake.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "profile_link_color": "009999", "geo_enabled": false, "followers_count": 51071487, "location": "Memphis, TN", "screen_name": "jtimberlake", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 76087, "name": "Justin Timberlake", "profile_use_background_image": true, "description": "The Official Twitter of Justin Timberlake", "url": "http://t.co/SRqd8jW6W3", "profile_text_color": "333333", "is_translation_enabled": true, "profile_image_url": "http://pbs.twimg.com/profile_images/423976765573197824/H8DOsOPm_normal.jpeg", "profile_background_color": "131516", "created_at": "Wed Mar 25 19:10:50 +0000 2009", "blocking": false, "muting": false, "profile_sidebar_border_color": "EEEEEE", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423976765573197824/H8DOsOPm_normal.jpeg", "favourites_count": 14, "status": {"in_reply_to_status_id": null, "retweet_count": 1138, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "684896391169191938", "id": 684896391169191938, "text": "Congrats to one of my favorite humans @TheEllenShow on your @PeoplesChoice Favorite Humanitarian Award for @StJude !#PCAs", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [{"text": "PCAs", "indices": [116, 121]}], "user_mentions": [{"screen_name": "TheEllenShow", "id_str": "15846407", "id": 15846407, "indices": [38, 51], "name": "Ellen DeGeneres"}, {"screen_name": "peopleschoice", "id_str": "34993020", "id": 34993020, "indices": [60, 74], "name": "People's Choice"}, {"screen_name": "StJude", "id_str": "9624042", "id": 9624042, "indices": [107, 114], "name": "St. Jude"}]}, "created_at": "Thu Jan 07 00:36:39 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 5806, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 26565946, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "statuses_count": 3106, "profile_banner_url": "https://pbs.twimg.com/profile_banners/26565946/1424110230", "is_translator": false}, {"time_zone": "Mumbai", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "277434037", "following": false, "friends_count": 38, "entities": {"description": {"urls": []}}, "default_profile": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": true, "followers_count": 5403107, "location": "Mumbai", "screen_name": "RNTata2000", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 2741, "name": "Ratan N. Tata", "profile_use_background_image": true, "description": "Former Chairman of Tata Group. Personal interests : - aviation, automobiles, scuba diving and architectural design.", "url": null, "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1655289586/RNT-Image_01_normal.jpg", "profile_background_color": "C0DEED", "created_at": "Tue Apr 05 11:01:00 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "C0DEED", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1655289586/RNT-Image_01_normal.jpg", "favourites_count": 7, "status": {"in_reply_to_status_id": null, "retweet_count": 329, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "681440380705886208", "id": 681440380705886208, "text": "Deeply touched by the kind sentiments & best wishes from well wishers. Thanks so much .", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Mon Dec 28 11:43:41 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 1880, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 277434037, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 116, "is_translator": false}, {"time_zone": "New Delhi", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": 19800, "id_str": "270771330", "following": false, "friends_count": 396, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tata.com", "url": "http://t.co/KeVgcDr9Cg", "expanded_url": "http://www.tata.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/466215926279323648/Kc2O7Ilv.jpeg", "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "0084B4", "geo_enabled": false, "followers_count": 315462, "location": "Global", "screen_name": "TataCompanies", "verified": true, "has_extended_profile": false, "protected": false, "listed_count": 550, "name": "Tata Group", "profile_use_background_image": true, "description": "Official Twitter Channel of the Tata Group. \r\n@TataCompanies keeps you informed and updated on what\u2019s happening in the Tata group of companies.", "url": "http://t.co/KeVgcDr9Cg", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/466221238990295040/jjzIhNhC_normal.png", "profile_background_color": "0173BA", "created_at": "Wed Mar 23 06:52:57 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466221238990295040/jjzIhNhC_normal.png", "favourites_count": 1012, "status": {"retweet_count": 1, "retweeted_status": {"retweet_count": 1, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685166827698294784", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685166710010281984/pu/img/KGX62iRpeQGt7hKD.jpg", "type": "photo", "indices": [116, 139], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685166710010281984/pu/img/KGX62iRpeQGt7hKD.jpg", "display_url": "pic.twitter.com/w8uJG9nM2h", "id_str": "685166710010281984", "expanded_url": "http://twitter.com/TataTech_News/status/685166827698294784/video/1", "id": 685166710010281984, "url": "https://t.co/w8uJG9nM2h"}], "symbols": [], "urls": [], "hashtags": [{"text": "STEM", "indices": [21, 26]}], "user_mentions": [{"screen_name": "Lions", "id_str": "44666348", "id": 44666348, "indices": [83, 89], "name": "Detroit Lions"}, {"screen_name": "A4C_ATHLETES", "id_str": "2199969366", "id": 2199969366, "indices": [90, 103], "name": "ATHLETES FOR CHARITY"}, {"screen_name": "Detroitk12", "id_str": "57457257", "id": 57457257, "indices": [104, 115], "name": "DetroitPublicSchools"}]}, "created_at": "Thu Jan 07 18:31:16 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685166827698294784, "text": "Getting kids to love #STEM is easy because science.Having an NFL player helps too. @Lions @A4C_ATHLETES @Detroitk12 https://t.co/w8uJG9nM2h", "coordinates": null, "retweeted": false, "favorite_count": 6, "contributors": null, "source": "Twitter for iPhone"}, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685513894043975680", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 191, "resize": "fit"}, "medium": {"w": 600, "h": 338, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "large": {"w": 1024, "h": 576, "resize": "fit"}}, "source_status_id_str": "685166827698294784", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/685166710010281984/pu/img/KGX62iRpeQGt7hKD.jpg", "source_user_id_str": "278029752", "id_str": "685166710010281984", "id": 685166710010281984, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/685166710010281984/pu/img/KGX62iRpeQGt7hKD.jpg", "type": "photo", "indices": [139, 140], "source_status_id": 685166827698294784, "source_user_id": 278029752, "display_url": "pic.twitter.com/w8uJG9nM2h", "expanded_url": "http://twitter.com/TataTech_News/status/685166827698294784/video/1", "url": "https://t.co/w8uJG9nM2h"}], "symbols": [], "urls": [], "hashtags": [{"text": "STEM", "indices": [40, 45]}], "user_mentions": [{"screen_name": "TataTech_News", "id_str": "278029752", "id": 278029752, "indices": [3, 17], "name": "Tata Technologies"}, {"screen_name": "Lions", "id_str": "44666348", "id": 44666348, "indices": [102, 108], "name": "Detroit Lions"}, {"screen_name": "A4C_ATHLETES", "id_str": "2199969366", "id": 2199969366, "indices": [109, 122], "name": "ATHLETES FOR CHARITY"}, {"screen_name": "Detroitk12", "id_str": "57457257", "id": 57457257, "indices": [123, 134], "name": "DetroitPublicSchools"}]}, "created_at": "Fri Jan 08 17:30:23 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685513894043975680, "text": "RT @TataTech_News: Getting kids to love #STEM is easy because science.Having an NFL player helps too. @Lions @A4C_ATHLETES @Detroitk12 http\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Buffer"}, "default_profile_image": false, "id": 270771330, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/466215926279323648/Kc2O7Ilv.jpeg", "statuses_count": 11644, "profile_banner_url": "https://pbs.twimg.com/profile_banners/270771330/1451565528", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "418981954", "following": false, "friends_count": 118, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "yayadacosta.com", "url": "https://t.co/YLjOWGxoVy", "expanded_url": "http://www.yayadacosta.com", "indices": [0, 23]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "notifications": false, "profile_sidebar_fill_color": "F6FFD1", "profile_link_color": "0099CC", "geo_enabled": false, "followers_count": 16568, "location": "New York, NY", "screen_name": "theyayadacosta", "verified": true, "has_extended_profile": true, "protected": false, "listed_count": 173, "name": "yaya dacosta", "profile_use_background_image": true, "description": "Chicago Med on NBC, 8/9C", "url": "https://t.co/YLjOWGxoVy", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/546186267780980736/mU3Rs5NV_normal.jpeg", "profile_background_color": "FFF04D", "created_at": "Tue Nov 22 20:15:43 +0000 2011", "blocking": false, "muting": false, "profile_sidebar_border_color": "FFF8AD", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/546186267780980736/mU3Rs5NV_normal.jpeg", "favourites_count": 330, "status": {"in_reply_to_status_id": 684845325157298176, "retweet_count": 0, "place": null, "in_reply_to_screen_name": "AndreRoyo", "in_reply_to_user_id": 22891868, "in_reply_to_status_id_str": "684845325157298176", "in_reply_to_user_id_str": "22891868", "truncated": false, "id_str": "685120871795683328", "id": 685120871795683328, "text": "@AndreRoyo Ah, so you're the reason for yesterday's studio blackout! \ud83d\ude02 Nice to hear from you. Happy New Year! How long r u in town? Call me", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "AndreRoyo", "id_str": "22891868", "id": 22891868, "indices": [0, 10], "name": "Andre Royo"}]}, "created_at": "Thu Jan 07 15:28:39 +0000 2016", "source": "Twitter for iPhone", "favorite_count": 0, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "default_profile_image": false, "id": 418981954, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "statuses_count": 757, "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "16419713", "following": false, "friends_count": 762, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "afropunk.com", "url": "http://t.co/mvOn1PAAXD", "expanded_url": "http://www.afropunk.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/573877803/6nr7xvcjgkugyvz5esks.jpeg", "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "profile_link_color": "333333", "geo_enabled": true, "followers_count": 40541, "location": "Brooklyn, NY", "screen_name": "afropunk", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 811, "name": "AFROPUNK", "profile_use_background_image": false, "description": "Defining Culture.", "url": "http://t.co/mvOn1PAAXD", "profile_text_color": "333333", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/547858925169553408/rYeQ4ng3_normal.jpeg", "profile_background_color": "EEEEEE", "created_at": "Tue Sep 23 14:38:16 +0000 2008", "blocking": false, "muting": false, "profile_sidebar_border_color": "64FB00", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/547858925169553408/rYeQ4ng3_normal.jpeg", "favourites_count": 138, "status": {"retweet_count": 36, "in_reply_to_user_id": null, "possibly_sensitive": false, "id_str": "685502031365320704", "in_reply_to_user_id_str": null, "entities": {"media": [{"sizes": {"small": {"w": 340, "h": 297, "resize": "fit"}, "large": {"w": 507, "h": 443, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "medium": {"w": 507, "h": 443, "resize": "fit"}}, "media_url_https": "https://pbs.twimg.com/media/CYNkdxjWsAEcjpQ.jpg", "type": "photo", "indices": [119, 142], "media_url": "http://pbs.twimg.com/media/CYNkdxjWsAEcjpQ.jpg", "display_url": "pic.twitter.com/mbovF6KFek", "id_str": "685502030971056129", "expanded_url": "http://twitter.com/afropunk/status/685502031365320704/photo/1", "id": 685502030971056129, "url": "https://t.co/mbovF6KFek"}], "symbols": [], "urls": [{"display_url": "bit.ly/22PXZ9Z", "url": "https://t.co/j3ZRbspjlT", "expanded_url": "http://bit.ly/22PXZ9Z", "indices": [95, 118]}], "hashtags": [], "user_mentions": []}, "created_at": "Fri Jan 08 16:43:14 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 685502031365320704, "text": "FEATURE: Steffany Brown calls out microaggressions in funny illustration series more pics\n\u2014>https://t.co/j3ZRbspjlT https://t.co/mbovF6KFek", "coordinates": null, "retweeted": false, "favorite_count": 49, "contributors": null, "source": "Twitter Web Client"}, "default_profile_image": false, "id": 16419713, "blocked_by": false, "profile_background_tile": true, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/573877803/6nr7xvcjgkugyvz5esks.jpeg", "statuses_count": 14801, "profile_banner_url": "https://pbs.twimg.com/profile_banners/16419713/1450711385", "is_translator": false}, {"time_zone": "Eastern Time (US & Canada)", "follow_request_sent": false, "contributors_enabled": false, "utc_offset": -18000, "id_str": "2578265913", "following": false, "friends_count": 12, "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "howmanysyrians.com", "url": "http://t.co/PUY0b0QcC0", "expanded_url": "http://howmanysyrians.com", "indices": [0, 22]}]}}, "default_profile": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "notifications": false, "profile_sidebar_fill_color": "000000", "profile_link_color": "DB553A", "geo_enabled": false, "followers_count": 2137, "location": "", "screen_name": "HowManySyrians", "verified": false, "has_extended_profile": false, "protected": false, "listed_count": 55, "name": "How Many More?", "profile_use_background_image": false, "description": "We will never forget the dead. We will never give up fighting for the living.", "url": "http://t.co/PUY0b0QcC0", "profile_text_color": "000000", "is_translation_enabled": false, "profile_image_url": "http://pbs.twimg.com/profile_images/574597345523843072/vxAfmuIC_normal.jpeg", "profile_background_color": "000000", "created_at": "Mon Jun 02 19:23:47 +0000 2014", "blocking": false, "muting": false, "profile_sidebar_border_color": "000000", "lang": "en", "profile_image_url_https": "https://pbs.twimg.com/profile_images/574597345523843072/vxAfmuIC_normal.jpeg", "favourites_count": 22, "status": {"retweet_count": 287, "retweeted_status": {"in_reply_to_status_id": null, "retweet_count": 287, "place": null, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "truncated": false, "id_str": "682684333501640704", "id": 682684333501640704, "text": "Happy New Year world. In 2016 we hope for peace. We hope for skies clear of aircraft dropping bombs on us. We hope for a future for our kids", "geo": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": []}, "created_at": "Thu Dec 31 22:06:43 +0000 2015", "source": "Twitter for iPhone", "favorite_count": 184, "favorited": false, "coordinates": null, "contributors": null, "retweeted": false, "lang": "en"}, "in_reply_to_user_id": null, "id_str": "683024524581945344", "in_reply_to_user_id_str": null, "entities": {"symbols": [], "urls": [], "hashtags": [], "user_mentions": [{"screen_name": "SyriaCivilDef", "id_str": "2468886751", "id": 2468886751, "indices": [3, 17], "name": "The White Helmets"}]}, "created_at": "Fri Jan 01 20:38:31 +0000 2016", "favorited": false, "in_reply_to_status_id": null, "lang": "en", "geo": null, "place": null, "in_reply_to_screen_name": null, "in_reply_to_status_id_str": null, "truncated": false, "id": 683024524581945344, "text": "RT @SyriaCivilDef: Happy New Year world. In 2016 we hope for peace. We hope for skies clear of aircraft dropping bombs on us. We hope for a\u2026", "coordinates": null, "retweeted": false, "favorite_count": 0, "contributors": null, "source": "Twitter for Android"}, "default_profile_image": false, "id": 2578265913, "blocked_by": false, "profile_background_tile": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 136366, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578265913/1450390955", "is_translator": false}], "next_cursor": 1510410423140902959, "previous_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "1510410423140902959"}python-twitter-3.3/testdata/get_friendships_lookup_muting.json000066400000000000000000000001611311017327200252300ustar00rootroot00000000000000[{"name": "dick costolo", "id": 6385432, "screen_name": "dickc", "id_str": "6385432", "connections": ["muting"]}]python-twitter-3.3/testdata/get_friendships_lookup_muting_blocking.json000066400000000000000000000001751311017327200271050ustar00rootroot00000000000000[{"name": "dick costolo", "id": 6385432, "screen_name": "dickc", "id_str": "6385432", "connections": ["blocking", "muting"]}]python-twitter-3.3/testdata/get_friendships_lookup_none.json000066400000000000000000000001341311017327200246640ustar00rootroot00000000000000[{"id_str": "12", "name": "Jack", "connections": ["none"], "screen_name": "jack", "id": 12}]python-twitter-3.3/testdata/get_get_memberships.json000066400000000000000000000037711311017327200231250ustar00rootroot00000000000000{"lists": [{"description": "", "subscriber_count": 0, "slug": "my-bots", "name": "my-bots", "member_count": 3, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 5, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/wtg3XzqQTX", "statuses_count": 325, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 372018022, "default_profile_image": false, "contributors_enabled": false, "following": true, "profile_link_color": "EE3355", "followers_count": 49, "friends_count": 306, "location": "not a very good kingdom tbh", "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1279, "profile_background_color": "FFFFFF", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "jeremy", "id_str": "372018022", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iseverythingstilltheworst.com", "indices": [0, 22], "expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX"}]}}, "is_translator": false, "screen_name": "__jcbl__", "created_at": "Sun Sep 11 23:49:28 +0000 2011"}, "id_str": "225486809", "id": 225486809, "following": false, "full_name": "@__jcbl__/my-bots", "created_at": "Tue Nov 10 16:43:07 +0000 2015", "uri": "/__jcbl__/lists/my-bots"}], "next_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "0", "previous_cursor": 0}python-twitter-3.3/testdata/get_get_memberships_himawari8bot.json000066400000000000000000001201121311017327200255700ustar00rootroot00000000000000{"lists": [{"description": "", "subscriber_count": 0, "slug": "raumfahrt", "name": "Raumfahrt", "member_count": 47, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": true, "listed_count": 63, "profile_image_url": "http://pbs.twimg.com/profile_images/656242621032046592/-bxfUp2b_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/510448601944698883/YGZKFmFg.png", "verified": false, "lang": "de", "protected": false, "url": "https://t.co/9dAdM3G1a8", "statuses_count": 21661, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 281072753, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "D98609", "followers_count": 406, "friends_count": 620, "location": "T\u00fcbingen", "profile_banner_url": "https://pbs.twimg.com/profile_banners/281072753/1445322767", "description": "Podcaster, Spacenerd, Serienjunkie\nProjekte: @cantaloupFM, @kultpess, @countdown_pod, @originstory_pod, @orionpodcast, @zeitungsjungen", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": 3600, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/510448601944698883/YGZKFmFg.png", "favourites_count": 515, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656242621032046592/-bxfUp2b_normal.jpg", "geo_enabled": true, "time_zone": "Berlin", "name": "Dr. Merkw\u00fcrdigliebe", "id_str": "281072753", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/cvandermeyden", "indices": [0, 23], "expanded_url": "https://about.me/cvandermeyden", "url": "https://t.co/9dAdM3G1a8"}]}}, "is_translator": false, "screen_name": "vanilla_chief", "created_at": "Tue Apr 12 15:35:55 +0000 2011"}, "id_str": "214370503", "id": 214370503, "following": false, "full_name": "@vanilla_chief/raumfahrt", "created_at": "Fri Jul 17 05:35:54 +0000 2015", "uri": "/vanilla_chief/lists/raumfahrt"}, {"description": "My general list, for narrowing my focus when I need to tune out my other interests!", "subscriber_count": 10, "slug": "space", "name": "Space", "member_count": 867, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 3913, "profile_image_url": "http://pbs.twimg.com/profile_images/2022033669/IMG_0359_pp_square_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/5273384/bg.gif", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/p8pGh3SB27", "statuses_count": 40472, "profile_text_color": "3D1957", "profile_background_tile": true, "follow_request_sent": false, "id": 14807898, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "1918CD", "followers_count": 94418, "friends_count": 1222, "location": "Pasadena, CA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14807898/1398902050", "description": "Senior Editor & Planetary Evangelist, The Planetary Society. Planetary scientist, writer, public speaker. Writing a book on Curiosity mission. Asteroid 274860.", "profile_sidebar_fill_color": "7AC3EE", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/5273384/bg.gif", "favourites_count": 1201, "profile_background_color": "642D8B", "is_translation_enabled": false, "profile_sidebar_border_color": "65B0DA", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2022033669/IMG_0359_pp_square_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "Emily Lakdawalla", "id_str": "14807898", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "planetary.org/emily", "indices": [0, 22], "expanded_url": "http://planetary.org/emily", "url": "http://t.co/p8pGh3SB27"}]}}, "is_translator": false, "screen_name": "elakdawalla", "created_at": "Sat May 17 04:43:01 +0000 2008"}, "id_str": "200305538", "id": 200305538, "following": false, "full_name": "@elakdawalla/space", "created_at": "Sat Mar 28 16:46:24 +0000 2015", "uri": "/elakdawalla/lists/space"}, {"description": "SPAAAAAACE", "subscriber_count": 0, "slug": "space-news", "name": "space_news", "member_count": 46, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 30, "profile_image_url": "http://pbs.twimg.com/profile_images/678347666368106496/GXULqbbH_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 15766, "profile_text_color": "666666", "profile_background_tile": false, "follow_request_sent": false, "id": 200598623, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "000000", "followers_count": 554, "friends_count": 468, "location": "Germany", "profile_banner_url": "https://pbs.twimg.com/profile_banners/200598623/1398409828", "description": "debris / science / music / computers / rants / neat stuff", "profile_sidebar_fill_color": "252429", "default_profile": false, "utc_offset": 3600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "favourites_count": 0, "profile_background_color": "1A1B1F", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678347666368106496/GXULqbbH_normal.png", "geo_enabled": false, "time_zone": "Bern", "name": "\u00b5B", "id_str": "200598623", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "voidshaper", "created_at": "Sat Oct 09 18:28:07 +0000 2010"}, "id_str": "81343636", "id": 81343636, "following": false, "full_name": "@voidshaper/space-news", "created_at": "Thu Nov 29 10:23:36 +0000 2012", "uri": "/voidshaper/lists/space-news"}, {"description": "", "subscriber_count": 0, "slug": "bots", "name": "Bots", "member_count": 23, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 13, "profile_image_url": "http://pbs.twimg.com/profile_images/521406868380336128/rot1F9gq_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/hyN4982dpu", "statuses_count": 4985, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 117036191, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "7A2727", "followers_count": 383, "friends_count": 676, "location": "Glasgow, Scotland", "profile_banner_url": "https://pbs.twimg.com/profile_banners/117036191/1428835522", "description": "Interaction design and development. Front-end developer @tictocfamily. @DJCAD DIxD graduate. Pictured: me writing CSS", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": 0, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 561, "profile_background_color": "797979", "is_translation_enabled": true, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/521406868380336128/rot1F9gq_normal.jpeg", "geo_enabled": true, "time_zone": "London", "name": "K\u00ffle Macq\u00fcarrie", "id_str": "117036191", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "kylemacquarrie.co.uk", "indices": [0, 22], "expanded_url": "http://kylemacquarrie.co.uk/", "url": "http://t.co/hyN4982dpu"}]}}, "is_translator": false, "screen_name": "k_macquarrie", "created_at": "Wed Feb 24 10:04:32 +0000 2010"}, "id_str": "227477436", "id": 227477436, "following": false, "full_name": "@k_macquarrie/bots", "created_at": "Sat Nov 28 13:14:11 +0000 2015", "uri": "/k_macquarrie/lists/bots"}, {"description": "anything space or science", "subscriber_count": 1, "slug": "space", "name": "space", "member_count": 60, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 108, "profile_image_url": "http://pbs.twimg.com/profile_images/637569681511985152/4hswubZr_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 868, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 75225695, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 10647, "friends_count": 10192, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/75225695/1410266939", "description": "I love science especially pictures of the earth and space", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": 36000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 3668, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/637569681511985152/4hswubZr_normal.jpg", "geo_enabled": false, "time_zone": "Brisbane", "name": "willbaren", "id_str": "75225695", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "willbaren", "created_at": "Fri Sep 18 07:31:37 +0000 2009"}, "id_str": "84899291", "id": 84899291, "following": false, "full_name": "@willbaren/space", "created_at": "Wed Feb 06 20:47:06 +0000 2013", "uri": "/willbaren/lists/space"}, {"description": "Yes, I'm a nerd..", "subscriber_count": 0, "slug": "weather-science", "name": "Weather & Science", "member_count": 231, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 93, "profile_image_url": "http://pbs.twimg.com/profile_images/421323929177690114/yiTZl9wC_normal.jpeg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/718919515/dca6c0dc790fe44afa560355d2be7462.jpeg", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 21835, "profile_text_color": "FC5884", "profile_background_tile": true, "follow_request_sent": false, "id": 15656860, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "B78BC9", "followers_count": 1383, "friends_count": 1973, "location": "The Deep South (southern AL)", "profile_banner_url": "https://pbs.twimg.com/profile_banners/15656860/1400044021", "description": "NWS Meteorologist. 200 mile Ragnar Relay Runner. Kentucky girl at heart, loving all things bourbon & southern. AOII Love \u2665 Go Noles \u2665 Go Ball U {views are mine}", "profile_sidebar_fill_color": "A39BDE", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/718919515/dca6c0dc790fe44afa560355d2be7462.jpeg", "favourites_count": 21294, "profile_background_color": "303253", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/421323929177690114/yiTZl9wC_normal.jpeg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "morganabigail", "id_str": "15656860", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "morganabigail", "created_at": "Wed Jul 30 05:27:15 +0000 2008"}, "id_str": "2035985", "id": 2035985, "following": false, "full_name": "@morganabigail/weather-science", "created_at": "Wed Nov 04 02:05:20 +0000 2009", "uri": "/morganabigail/lists/weather-science"}, {"description": "", "subscriber_count": 2, "slug": "arts-sciences", "name": "arts+sciences", "member_count": 36, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": true, "listed_count": 33, "profile_image_url": "http://pbs.twimg.com/profile_images/651466730024267776/GVgaJxHC_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/23229384/pattern_146.gif", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 16014, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 21264348, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "2AB0E0", "followers_count": 339, "friends_count": 256, "location": "PGH+ATL+BOS+\u5fb3\u5cf6\u770c", "profile_banner_url": "https://pbs.twimg.com/profile_banners/21264348/1445839994", "description": "Trying to be good and do good.\n(Also: geeking out over volcanoes, \u65e5\u672c\u8a9e, animation and creativity. I'm a happily mixed bag.)", "profile_sidebar_fill_color": "DCECF5", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/23229384/pattern_146.gif", "favourites_count": 286, "profile_background_color": "333333", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651466730024267776/GVgaJxHC_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "skp.", "id_str": "21264348", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "samosamancer", "created_at": "Thu Feb 19 01:34:49 +0000 2009"}, "id_str": "15769654", "id": 15769654, "following": false, "full_name": "@samosamancer/arts-sciences", "created_at": "Tue Jun 29 18:58:34 +0000 2010", "uri": "/samosamancer/lists/arts-sciences"}, {"description": "", "subscriber_count": 0, "slug": "international-weather", "name": "INTERNATIONAL WEATHER", "member_count": 23, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 0, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 4, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1165400875, "default_profile_image": true, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 3, "friends_count": 128, "location": "", "description": "", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": 19800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "geo_enabled": false, "time_zone": "Kolkata", "name": "ABHIJIT GHOSH", "id_str": "1165400875", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "ABHIJITIND16", "created_at": "Sun Feb 10 09:13:19 +0000 2013"}, "id_str": "231342470", "id": 231342470, "following": false, "full_name": "@ABHIJITIND16/international-weather", "created_at": "Wed Jan 06 19:26:18 +0000 2016", "uri": "/ABHIJITIND16/lists/international-weather"}, {"description": "", "subscriber_count": 1, "slug": "zuus", "name": "zuus", "member_count": 105, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 0, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000771146453/3ce1d7f804d141445ac11cf637f6e549_normal.png", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000121258143/730b95553cffbd178cb41a18a58e4953.png", "verified": false, "lang": "ja", "protected": false, "url": null, "statuses_count": 205, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 534780961, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0091FF", "followers_count": 126, "friends_count": 51, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/534780961/1385060696", "description": "http://t.co/SUmtzLGIrx", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": 32400, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000121258143/730b95553cffbd178cb41a18a58e4953.png", "favourites_count": 254, "profile_background_color": "FCFCFC", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000771146453/3ce1d7f804d141445ac11cf637f6e549_normal.png", "geo_enabled": false, "time_zone": "Osaka", "name": "\u30a2", "id_str": "534780961", "entities": {"description": {"urls": [{"display_url": "a-na5.tumblr.com", "indices": [0, 22], "expanded_url": "http://a-na5.tumblr.com/", "url": "http://t.co/SUmtzLGIrx"}]}}, "is_translator": false, "screen_name": "yuruyurau", "created_at": "Fri Mar 23 22:42:58 +0000 2012"}, "id_str": "159464220", "id": 159464220, "following": false, "full_name": "@yuruyurau/zuus", "created_at": "Sat Jul 19 15:48:58 +0000 2014", "uri": "/yuruyurau/lists/zuus"}, {"description": "", "subscriber_count": 0, "slug": "test", "name": "test", "member_count": 1, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 1, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": true, "url": null, "statuses_count": 67, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 4012966701, "default_profile_image": true, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 1, "friends_count": 1, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "description": "", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "geo_enabled": true, "time_zone": null, "name": "notinourselves", "id_str": "4012966701", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "notinourselves", "created_at": "Wed Oct 21 23:53:04 +0000 2015"}, "id_str": "229581524", "id": 229581524, "following": true, "full_name": "@notinourselves/test", "created_at": "Fri Dec 18 20:00:45 +0000 2015", "uri": "/notinourselves/lists/test"}, {"description": "Fuentes primarias de informaci\u00f3n relativa a ciclones tropicales de todo el mundo", "subscriber_count": 0, "slug": "ciclones-tropicales", "name": "Ciclones tropicales", "member_count": 26, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 150, "profile_image_url": "http://pbs.twimg.com/profile_images/689786930377134080/1rwzjgN8_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "es", "protected": false, "url": "http://t.co/5ZsuudFfB8", "statuses_count": 27724, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 140000155, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "009999", "followers_count": 3120, "friends_count": 1207, "location": "Spanish & European citizen.", "profile_banner_url": "https://pbs.twimg.com/profile_banners/140000155/1451675273", "description": "B.Sc. Environmental Risk Management, stormchaser @ecazatormentas and immersed in a master's degree in Renewable Energies. Looking for new opportunities.", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": 3600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 10238, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "EEEEEE", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689786930377134080/1rwzjgN8_normal.jpg", "geo_enabled": true, "time_zone": "Madrid", "name": "Pedro C. Fern\u00e1ndez", "id_str": "140000155", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cazatormentas.net", "indices": [0, 22], "expanded_url": "http://www.cazatormentas.net", "url": "http://t.co/5ZsuudFfB8"}]}}, "is_translator": false, "screen_name": "PedroCFernandez", "created_at": "Tue May 04 08:19:37 +0000 2010"}, "id_str": "210635540", "id": 210635540, "following": false, "full_name": "@PedroCFernandez/ciclones-tropicales", "created_at": "Sun Jun 14 09:19:08 +0000 2015", "uri": "/PedroCFernandez/lists/ciclones-tropicales"}, {"description": "Clouds, typhoons, warming, causes, impacts and much more.", "subscriber_count": 5, "slug": "climate-en", "name": "Climate (EN)", "member_count": 499, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 229, "profile_image_url": "http://pbs.twimg.com/profile_images/587182496858542080/IPSqv41A_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 23704, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 350274399, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "3B94D9", "followers_count": 6092, "friends_count": 6051, "location": "Quebec City", "profile_banner_url": "https://pbs.twimg.com/profile_banners/350274399/1442609108", "description": "Screenshots of what's captured by the ISS live cameras. And much more... #Earth #space #sky #clouds #planet #image #pic #blue #ISS #weather #EarthandClouds", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 7980, "profile_background_color": "000000", "is_translation_enabled": true, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/587182496858542080/IPSqv41A_normal.png", "geo_enabled": false, "time_zone": "Quito", "name": "Earth and Clouds", "id_str": "350274399", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "EarthandClouds", "created_at": "Sun Aug 07 14:08:00 +0000 2011"}, "id_str": "217969187", "id": 217969187, "following": false, "full_name": "@EarthandClouds/climate-en", "created_at": "Sat Aug 22 17:55:06 +0000 2015", "uri": "/EarthandClouds/lists/climate-en"}, {"description": "\u2728\ud83c\udf0c\u2728", "subscriber_count": 2, "slug": "space-bots", "name": "space bots", "member_count": 10, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 105, "profile_image_url": "http://pbs.twimg.com/profile_images/693009922846515200/dzwB3rPe_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "verified": false, "lang": "en-gb", "protected": false, "url": "https://t.co/Wz4bls6kQh", "statuses_count": 26462, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 13148, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "848484", "followers_count": 1618, "friends_count": 794, "location": "Dublin, Ireland", "profile_banner_url": "https://pbs.twimg.com/profile_banners/13148/1447542687", "description": "ambient music, art bots // @poem_exe", "profile_sidebar_fill_color": "C0DFEC", "default_profile": false, "utc_offset": 0, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "favourites_count": 64659, "profile_background_color": "EDEDF4", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/693009922846515200/dzwB3rPe_normal.jpg", "geo_enabled": false, "time_zone": "Dublin", "name": "L\u0131\u0103m", "id_str": "13148", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "liamcooke.com", "indices": [0, 23], "expanded_url": "http://liamcooke.com", "url": "https://t.co/Wz4bls6kQh"}]}}, "is_translator": false, "screen_name": "inky", "created_at": "Mon Nov 20 00:04:50 +0000 2006"}, "id_str": "189643778", "id": 189643778, "following": true, "full_name": "@inky/space-bots", "created_at": "Thu Jan 22 21:35:25 +0000 2015", "uri": "/inky/lists/space-bots"}, {"description": "", "subscriber_count": 0, "slug": "climate", "name": "climate", "member_count": 15, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 109, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000182833009/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/7672708/moonris.jpg", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 20157, "profile_text_color": "3D1957", "profile_background_tile": false, "follow_request_sent": false, "id": 15436436, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "4A913C", "followers_count": 3610, "friends_count": 1879, "location": "SF, south side", "profile_banner_url": "https://pbs.twimg.com/profile_banners/15436436/1444629889", "description": "Marketing, politics, data. Expert on everything.", "profile_sidebar_fill_color": "7AC3EE", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/7672708/moonris.jpg", "favourites_count": 5162, "profile_background_color": "642D8B", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000182833009/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg", "geo_enabled": true, "time_zone": "Pacific Time (US & Canada)", "name": "EMey", "id_str": "15436436", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "emeyerson", "created_at": "Tue Jul 15 03:53:59 +0000 2008"}, "id_str": "197783671", "id": 197783671, "following": false, "full_name": "@emeyerson/climate", "created_at": "Thu Mar 05 14:55:34 +0000 2015", "uri": "/emeyerson/lists/climate"}, {"description": "Just what it says on the tin.", "subscriber_count": 2, "slug": "weatherpros", "name": "weatherpros", "member_count": 77, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 16, "profile_image_url": "http://pbs.twimg.com/profile_images/2580499251/7ib6821re7elm9dqygnx_normal.jpeg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/496224147/Marshall-608x526.jpg", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/E54xpWWa8q", "statuses_count": 33175, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 18383373, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "598F4C", "followers_count": 519, "friends_count": 806, "location": "NYC, baby!", "profile_banner_url": "https://pbs.twimg.com/profile_banners/18383373/1446436742", "description": "Professional writer, semi-pro gourmand, market nerd, music snob, and weather obsessive.", "profile_sidebar_fill_color": "A0C5C7", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/496224147/Marshall-608x526.jpg", "favourites_count": 4477, "profile_background_color": "709397", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2580499251/7ib6821re7elm9dqygnx_normal.jpeg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "Brendan Hasenstab", "id_str": "18383373", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/brendan.hasens\u2026", "indices": [0, 23], "expanded_url": "http://about.me/brendan.hasenstab", "url": "https://t.co/E54xpWWa8q"}]}}, "is_translator": false, "screen_name": "pierrepont", "created_at": "Fri Dec 26 03:08:28 +0000 2008"}, "id_str": "24648579", "id": 24648579, "following": false, "full_name": "@pierrepont/weatherpros", "created_at": "Tue Oct 12 18:32:24 +0000 2010", "uri": "/pierrepont/lists/weatherpros"}, {"description": "", "subscriber_count": 0, "slug": "my-bots", "name": "my-bots", "member_count": 3, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 5, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/wtg3XzqQTX", "statuses_count": 325, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 372018022, "default_profile_image": false, "contributors_enabled": false, "following": true, "profile_link_color": "EE3355", "followers_count": 49, "friends_count": 306, "location": "not a very good kingdom tbh", "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1279, "profile_background_color": "FFFFFF", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "jeremy", "id_str": "372018022", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iseverythingstilltheworst.com", "indices": [0, 22], "expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX"}]}}, "is_translator": false, "screen_name": "__jcbl__", "created_at": "Sun Sep 11 23:49:28 +0000 2011"}, "id_str": "225486809", "id": 225486809, "following": false, "full_name": "@__jcbl__/my-bots", "created_at": "Tue Nov 10 16:43:07 +0000 2015", "uri": "/__jcbl__/lists/my-bots"}, {"description": "Murmuring Mechanical Maniacs' Many Mad Machinations", "subscriber_count": 6, "slug": "robot-overlords", "name": "Robot Overlords", "member_count": 2779, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 88, "profile_image_url": "http://pbs.twimg.com/profile_images/542192306577620992/AqMy7KtD_normal.png", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000081789644/4983dc46145a62ab1bef488987cbb83f.jpeg", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/fIFj1mcFTs", "statuses_count": 34723, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 407933355, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "FF8400", "followers_count": 1151, "friends_count": 2413, "location": "Revengerist Compound", "profile_banner_url": "https://pbs.twimg.com/profile_banners/407933355/1417717663", "description": "The Revengerists are a consortium of fighters of crime and evil; globetrotting super-powered adventurers, and benevolent protectors of all things awesome.", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": -32400, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000081789644/4983dc46145a62ab1bef488987cbb83f.jpeg", "favourites_count": 1910, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/542192306577620992/AqMy7KtD_normal.png", "geo_enabled": false, "time_zone": "Alaska", "name": "The Revengerists!", "id_str": "407933355", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "revengerists.com", "indices": [0, 22], "expanded_url": "http://revengerists.com", "url": "http://t.co/fIFj1mcFTs"}]}}, "is_translator": false, "screen_name": "TheRevengerists", "created_at": "Tue Nov 08 19:10:31 +0000 2011"}, "id_str": "193879644", "id": 193879644, "following": false, "full_name": "@TheRevengerists/robot-overlords", "created_at": "Sun Feb 01 15:53:13 +0000 2015", "uri": "/TheRevengerists/lists/robot-overlords"}, {"description": "Weather people", "subscriber_count": 20, "slug": "weather", "name": "Weather", "member_count": 1017, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 582, "profile_image_url": "http://pbs.twimg.com/profile_images/621027845700251648/JrbflTtR_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/2976062/WRAL_twitter.gif", "verified": true, "lang": "en", "protected": false, "url": "https://t.co/dMpfqObOsm", "statuses_count": 46379, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 11433152, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "000000", "followers_count": 10248, "friends_count": 3696, "location": "Raleigh, NC", "profile_banner_url": "https://pbs.twimg.com/profile_banners/11433152/1405353644", "description": "I am a meteorologist, instructor, blogger, and podcaster. Flying is my latest adventure. I tweet #ncwx, communication, #NCState, #Cubs, #BBQ, & #avgeek stuff.", "profile_sidebar_fill_color": "E0FF92", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/2976062/WRAL_twitter.gif", "favourites_count": 1259, "profile_background_color": "0000FF", "is_translation_enabled": false, "profile_sidebar_border_color": "87BC44", "profile_image_url_https": "https://pbs.twimg.com/profile_images/621027845700251648/JrbflTtR_normal.jpg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "Nate Johnson", "id_str": "11433152", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "plus.google.com/+NateJohnson/", "indices": [0, 23], "expanded_url": "https://plus.google.com/+NateJohnson/", "url": "https://t.co/dMpfqObOsm"}]}}, "is_translator": false, "screen_name": "nsj", "created_at": "Sat Dec 22 14:59:53 +0000 2007"}, "id_str": "64954121", "id": 64954121, "following": false, "full_name": "@nsj/weather", "created_at": "Tue Feb 07 20:26:35 +0000 2012", "uri": "/nsj/lists/weather"}, {"description": "", "subscriber_count": 9, "slug": "weather", "name": "Weather", "member_count": 619, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 128, "profile_image_url": "http://pbs.twimg.com/profile_images/688024428073086977/TxsZfQP7_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/625143486375927808/JfkbwGdr.jpg", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/LB5LuXEVqQ", "statuses_count": 35806, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 11392632, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "4A913C", "followers_count": 1746, "friends_count": 2198, "location": "Papillion, Nebraska, USA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/11392632/1454049844", "description": "Science & Weather geek \u2022 Cybersecurity \u2022 \u2708\ufe0fUSAF vet \u2022 ex aviation forecaster \u2022 557WW \u2022 Waze \u2022 INTJ #GoPackGo #InfoSec \u2b50\ufe0f/|\\", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -21600, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/625143486375927808/JfkbwGdr.jpg", "favourites_count": 165, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688024428073086977/TxsZfQP7_normal.jpg", "geo_enabled": true, "time_zone": "Central Time (US & Canada)", "name": "Gary \u039a0\u03b2\u2c62\u0259 \u2614\ufe0f", "id_str": "11392632", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "about.me/sgtgary", "indices": [0, 23], "expanded_url": "http://about.me/sgtgary", "url": "https://t.co/LB5LuXEVqQ"}]}}, "is_translator": false, "screen_name": "sgtgary", "created_at": "Fri Dec 21 02:44:45 +0000 2007"}, "id_str": "2053636", "id": 2053636, "following": false, "full_name": "@sgtgary/weather", "created_at": "Wed Nov 04 05:18:31 +0000 2009", "uri": "/sgtgary/lists/weather"}, {"description": "", "subscriber_count": 3, "slug": "people-ive-faved", "name": "People Ive faved", "member_count": 640, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": true, "listed_count": 177, "profile_image_url": "http://pbs.twimg.com/profile_images/675023811511607296/PbyIDvbw_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/8wmgXFQ8U8", "statuses_count": 9205, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 2344125559, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "9266CC", "followers_count": 1760, "friends_count": 2378, "location": "South San Francisco, CA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2344125559/1444427702", "description": "@Minted Photo Editor & Design Associate. Wife & investor est. August 2016. My bot sister: @bitpixi_ebooks.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": -25200, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 23342, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675023811511607296/PbyIDvbw_normal.jpg", "geo_enabled": true, "time_zone": "Arizona", "name": "\u0f3c \u3064 \u25d5_\u25d5 \u0f3d\u3064 kasey?", "id_str": "2344125559", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "bitpixi.com", "indices": [0, 23], "expanded_url": "http://www.bitpixi.com", "url": "https://t.co/8wmgXFQ8U8"}]}}, "is_translator": false, "screen_name": "bitpixi", "created_at": "Fri Feb 14 21:09:05 +0000 2014"}, "id_str": "220869009", "id": 220869009, "following": false, "full_name": "@bitpixi/people-ive-faved", "created_at": "Wed Sep 23 07:22:53 +0000 2015", "uri": "/bitpixi/lists/people-ive-faved"}], "next_cursor": 1516801501949118834, "previous_cursor_str": "0", "next_cursor_str": "1516801501949118834", "previous_cursor": 0}python-twitter-3.3/testdata/get_get_subscriptions.json000066400000000000000000000041431311017327200235100ustar00rootroot00000000000000{"lists": [{"description": "\u2728\ud83c\udf0c\u2728", "subscriber_count": 2, "slug": "space-bots", "name": "space bots", "member_count": 10, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 105, "profile_image_url": "http://pbs.twimg.com/profile_images/693009922846515200/dzwB3rPe_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "verified": false, "lang": "en-gb", "protected": false, "url": "https://t.co/Wz4bls6kQh", "statuses_count": 26462, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 13148, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "848484", "followers_count": 1618, "friends_count": 794, "location": "Dublin, Ireland", "profile_banner_url": "https://pbs.twimg.com/profile_banners/13148/1447542687", "description": "ambient music, art bots // @poem_exe", "profile_sidebar_fill_color": "C0DFEC", "default_profile": false, "utc_offset": 0, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/628878668/zwcd99eo8b13p4wpbv2a.png", "favourites_count": 64659, "profile_background_color": "EDEDF4", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/693009922846515200/dzwB3rPe_normal.jpg", "geo_enabled": false, "time_zone": "Dublin", "name": "L\u0131\u0103m", "id_str": "13148", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "liamcooke.com", "indices": [0, 23], "expanded_url": "http://liamcooke.com", "url": "https://t.co/Wz4bls6kQh"}]}}, "is_translator": false, "screen_name": "inky", "created_at": "Mon Nov 20 00:04:50 +0000 2006"}, "id_str": "189643778", "id": 189643778, "following": true, "full_name": "@inky/space-bots", "created_at": "Thu Jan 22 21:35:25 +0000 2015", "uri": "/inky/lists/space-bots"}], "next_cursor": 0, "previous_cursor_str": "0", "next_cursor_str": "0", "previous_cursor": 0}python-twitter-3.3/testdata/get_get_subscriptions_uid.json000066400000000000000000001247521311017327200243620ustar00rootroot00000000000000{"lists": [{"description": "Waiting For Godot in bot form for NaNoGenMo2015", "subscriber_count": 5, "slug": "waiting-for-gobot", "name": "Waiting For GoBot", "member_count": 7, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": true, "listed_count": 36, "profile_image_url": "http://pbs.twimg.com/profile_images/692754075448815616/fSHG5lhQ_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/n9o8lGQuY4", "statuses_count": 1990, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 193000769, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "FF63ED", "followers_count": 241, "friends_count": 990, "location": "Seattle, WA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/193000769/1451973415", "description": "HTML5/CSS3 artist, nb they/them/she/babe/noise-witch/cat/sea-monster. if u think my tweets r juvenile thats probably cuz they are, dad.", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 6040, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/692754075448815616/fSHG5lhQ_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "The They/She", "id_str": "193000769", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "colewillsea.com", "indices": [0, 23], "expanded_url": "http://www.colewillsea.com", "url": "https://t.co/n9o8lGQuY4"}]}}, "is_translator": false, "screen_name": "coleseadubs", "created_at": "Mon Sep 20 18:35:04 +0000 2010"}, "id_str": "224581495", "id": 224581495, "following": false, "full_name": "@coleseadubs/waiting-for-gobot", "created_at": "Sun Nov 01 16:04:26 +0000 2015", "uri": "/coleseadubs/lists/waiting-for-gobot"}, {"description": "my bots", "subscriber_count": 1, "slug": "my-bots", "name": "my bots", "member_count": 4, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": true, "listed_count": 70, "profile_image_url": "http://pbs.twimg.com/profile_images/651222836980224001/W6gaQrkt_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/658259865/u8tr7egiegp7b5xjmg2e.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/75tZrhEwDu", "statuses_count": 16168, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 14816237, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "FF0055", "followers_count": 980, "friends_count": 2001, "location": "Fairbanks, Alaska", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14816237/1412222318", "description": "Graphics at @latimes. Formerly @newsminer. Feminist. Not a vegan. I like bots, baseball and burritos. @burritopatents|@SombreroWatch|@andromedabot|@colorschemez", "profile_sidebar_fill_color": "CCCCCC", "default_profile": false, "utc_offset": -32400, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/658259865/u8tr7egiegp7b5xjmg2e.png", "favourites_count": 4524, "profile_background_color": "FFFDF7", "is_translation_enabled": true, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651222836980224001/W6gaQrkt_normal.jpg", "geo_enabled": true, "time_zone": "Alaska", "name": "Joe Fox", "id_str": "14816237", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "joemfox.com", "indices": [0, 23], "expanded_url": "http://joemfox.com", "url": "https://t.co/75tZrhEwDu"}]}}, "is_translator": false, "screen_name": "joemfox", "created_at": "Sun May 18 00:40:52 +0000 2008"}, "id_str": "197631751", "id": 197631751, "following": false, "full_name": "@joemfox/my-bots", "created_at": "Wed Mar 04 06:39:49 +0000 2015", "uri": "/joemfox/lists/my-bots"}, {"description": "Dumb Twitter bots I've made", "subscriber_count": 1, "slug": "mike-s-bots", "name": "Mike's Bots", "member_count": 5, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 32, "profile_image_url": "http://pbs.twimg.com/profile_images/604672054969937921/BkiwSfK0_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/4287390/venus_colored.jpg", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/67B372qbbd", "statuses_count": 13853, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 20108996, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "006661", "followers_count": 465, "friends_count": 287, "location": "NYC", "profile_banner_url": "https://pbs.twimg.com/profile_banners/20108996/1393739875", "description": "My dog's name is Pancake.", "profile_sidebar_fill_color": "7A95A5", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/4287390/venus_colored.jpg", "favourites_count": 876, "profile_background_color": "556D75", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/604672054969937921/BkiwSfK0_normal.jpg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "Mike Watson", "id_str": "20108996", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mikewatson.me", "indices": [0, 23], "expanded_url": "http://mikewatson.me/", "url": "https://t.co/67B372qbbd"}]}}, "is_translator": false, "screen_name": "mike_watson", "created_at": "Thu Feb 05 00:15:12 +0000 2009"}, "id_str": "211206643", "id": 211206643, "following": false, "full_name": "@mike_watson/mike-s-bots", "created_at": "Fri Jun 19 02:18:28 +0000 2015", "uri": "/mike_watson/lists/mike-s-bots"}, {"description": "", "subscriber_count": 1, "slug": "my-bots", "name": "My bots", "member_count": 4, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 8, "profile_image_url": "http://pbs.twimg.com/profile_images/555793196131688448/e6a068a0_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/6fAXA9friH", "statuses_count": 159, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 2533509324, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "94D487", "followers_count": 281, "friends_count": 110, "location": "\u219f \u219f \u219f", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533509324/1420644472", "description": "", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 7836, "profile_background_color": "000000", "is_translation_enabled": true, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/555793196131688448/e6a068a0_normal.jpeg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "doeg", "id_str": "2533509324", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "doeg.gy", "indices": [0, 22], "expanded_url": "http://doeg.gy/", "url": "http://t.co/6fAXA9friH"}]}}, "is_translator": false, "screen_name": "doeg", "created_at": "Thu May 29 22:23:01 +0000 2014"}, "id_str": "187765235", "id": 187765235, "following": false, "full_name": "@doeg/my-bots", "created_at": "Wed Jan 07 04:30:10 +0000 2015", "uri": "/doeg/lists/my-bots"}, {"description": "this is where the twitters bots i've made live!", "subscriber_count": 1, "slug": "my-bots", "name": "my-bots", "member_count": 5, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 16, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000448795123/f6e585845c65ff59e28778f8ea26a994_normal.png", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000176688294/VItijy85.png", "verified": false, "lang": "fr", "protected": false, "url": "https://t.co/4TvnHW4EEI", "statuses_count": 1030, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 118355207, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "C24646", "followers_count": 184, "friends_count": 516, "location": "Lund, Sweden", "profile_banner_url": "https://pbs.twimg.com/profile_banners/118355207/1403873053", "description": "Computer science student, intermittently voracious reader, game experimenter and electronic music explorer.", "profile_sidebar_fill_color": "C0DFEC", "default_profile": false, "utc_offset": 3600, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000176688294/VItijy85.png", "favourites_count": 5271, "profile_background_color": "022330", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000448795123/f6e585845c65ff59e28778f8ea26a994_normal.png", "geo_enabled": false, "time_zone": "Stockholm", "name": "Alexander Cobleigh", "id_str": "118355207", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "cblgh.org", "indices": [0, 23], "expanded_url": "https://cblgh.org", "url": "https://t.co/4TvnHW4EEI"}]}}, "is_translator": false, "screen_name": "cblgh", "created_at": "Sun Feb 28 12:05:51 +0000 2010"}, "id_str": "220465434", "id": 220465434, "following": false, "full_name": "@cblgh/my-bots", "created_at": "Fri Sep 18 17:37:24 +0000 2015", "uri": "/cblgh/lists/my-bots"}, {"description": "Twitterbots that I made.", "subscriber_count": 2, "slug": "my-twitterbots1", "name": "My Twitterbots", "member_count": 5, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": true, "listed_count": 36, "profile_image_url": "http://pbs.twimg.com/profile_images/652937129689923584/ItggjTDP_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/LscMLxozN6", "statuses_count": 1756, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1267873218, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "ABB8C2", "followers_count": 429, "friends_count": 345, "location": "Brooklyn, NY; prev. Bratislava", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1267873218/1412181738", "description": "Husband, dad, web developer. I made https://t.co/q0OvD03zN5, https://t.co/WKb4iyqL9H and other, less useful stuff. #botmakers #edtech #teachtheweb #indieweb", "profile_sidebar_fill_color": "E6F6F9", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "favourites_count": 3312, "profile_background_color": "DBE9ED", "is_translation_enabled": false, "profile_sidebar_border_color": "DBE9ED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652937129689923584/ItggjTDP_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "Stefan Bohacek", "id_str": "1267873218", "entities": {"description": {"urls": [{"display_url": "simplesharingbuttons.com", "indices": [37, 60], "expanded_url": "http://simplesharingbuttons.com", "url": "https://t.co/q0OvD03zN5"}, {"display_url": "botwiki.org", "indices": [62, 85], "expanded_url": "http://botwiki.org", "url": "https://t.co/WKb4iyqL9H"}]}, "url": {"urls": [{"display_url": "fourtonfish.com", "indices": [0, 23], "expanded_url": "https://fourtonfish.com/", "url": "https://t.co/LscMLxozN6"}]}}, "is_translator": false, "screen_name": "fourtonfish", "created_at": "Thu Mar 14 20:10:32 +0000 2013"}, "id_str": "214578852", "id": 214578852, "following": false, "full_name": "@fourtonfish/my-twitterbots1", "created_at": "Sun Jul 19 12:22:37 +0000 2015", "uri": "/fourtonfish/lists/my-twitterbots1"}, {"description": "bots that I built or collaborated on =^.^=. mostly inactive and egrettable", "subscriber_count": 6, "slug": "old-bot-list", "name": "old bot list", "member_count": 116, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": true, "listed_count": 36, "profile_image_url": "http://pbs.twimg.com/profile_images/692754075448815616/fSHG5lhQ_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/n9o8lGQuY4", "statuses_count": 1990, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 193000769, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "FF63ED", "followers_count": 241, "friends_count": 990, "location": "Seattle, WA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/193000769/1451973415", "description": "HTML5/CSS3 artist, nb they/them/she/babe/noise-witch/cat/sea-monster. if u think my tweets r juvenile thats probably cuz they are, dad.", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 6040, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/692754075448815616/fSHG5lhQ_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "The They/She", "id_str": "193000769", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "colewillsea.com", "indices": [0, 23], "expanded_url": "http://www.colewillsea.com", "url": "https://t.co/n9o8lGQuY4"}]}}, "is_translator": false, "screen_name": "coleseadubs", "created_at": "Mon Sep 20 18:35:04 +0000 2010"}, "id_str": "168789362", "id": 168789362, "following": false, "full_name": "@coleseadubs/old-bot-list", "created_at": "Thu Sep 04 14:10:19 +0000 2014", "uri": "/coleseadubs/lists/old-bot-list"}, {"description": "Twitterbots made by @ojahnn.", "subscriber_count": 4, "slug": "my-bots", "name": "My Bots", "member_count": 20, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/594843502892167168/4ZMRDo_Z_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000173082583/GPLG49vF.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/OMsvx9t5RS", "statuses_count": 6205, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 24693754, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 412, "friends_count": 377, "location": "D\u00fcsseldorf", "profile_banner_url": "https://pbs.twimg.com/profile_banners/24693754/1438796424", "description": "I like to linguist computers. Tweeting mostly in German. Look at the twitterbots I made: https://t.co/PfqKMNMxJb\u2026", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000173082583/GPLG49vF.png", "favourites_count": 1787, "profile_background_color": "757575", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/594843502892167168/4ZMRDo_Z_normal.jpg", "geo_enabled": false, "time_zone": null, "name": "Esther Seyffarth", "id_str": "24693754", "entities": {"description": {"urls": [{"display_url": "twitter.com/ojahnn/lists/m", "indices": [89, 112], "expanded_url": "http://twitter.com/ojahnn/lists/m", "url": "https://t.co/PfqKMNMxJb"}]}, "url": {"urls": [{"display_url": "enigmabrot.de/projects/", "indices": [0, 23], "expanded_url": "https://enigmabrot.de/projects/", "url": "https://t.co/OMsvx9t5RS"}]}}, "is_translator": false, "screen_name": "ojahnn", "created_at": "Mon Mar 16 13:55:48 +0000 2009"}, "id_str": "205637792", "id": 205637792, "following": false, "full_name": "@ojahnn/my-bots", "created_at": "Sun May 10 15:15:31 +0000 2015", "uri": "/ojahnn/lists/my-bots"}, {"description": "", "subscriber_count": 1, "slug": "cuteness-therapy", "name": "cuteness therapy", "member_count": 17, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 35, "profile_image_url": "http://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "ru", "protected": false, "url": "https://t.co/JiCyW1dzUZ", "statuses_count": 12637, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 194096921, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "67777A", "followers_count": 456, "friends_count": 1133, "location": "Melbourne, Australia", "profile_banner_url": "https://pbs.twimg.com/profile_banners/194096921/1440337937", "description": "CSIT student, pianist/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: https://t.co/p5t2rZJajQ", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": 39600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 9256, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "geo_enabled": false, "time_zone": "Melbourne", "name": "\u263e\u013f \u1438 \u2680 \u2143\u263d hiatus", "id_str": "194096921", "entities": {"description": {"urls": [{"display_url": "nightmare.website", "indices": [127, 150], "expanded_url": "http://nightmare.website", "url": "https://t.co/p5t2rZJajQ"}]}, "url": {"urls": [{"display_url": "memoriata.com", "indices": [0, 23], "expanded_url": "http://memoriata.com/", "url": "https://t.co/JiCyW1dzUZ"}]}}, "is_translator": false, "screen_name": "dbaker_h", "created_at": "Thu Sep 23 12:34:18 +0000 2010"}, "id_str": "212023677", "id": 212023677, "following": false, "full_name": "@dbaker_h/cuteness-therapy", "created_at": "Sat Jun 27 00:23:03 +0000 2015", "uri": "/dbaker_h/lists/cuteness-therapy"}, {"description": "making sure the kids aren't up to any mischief", "subscriber_count": 2, "slug": "bot-family", "name": "bot family", "member_count": 17, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 35, "profile_image_url": "http://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "ru", "protected": false, "url": "https://t.co/JiCyW1dzUZ", "statuses_count": 12637, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 194096921, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "67777A", "followers_count": 456, "friends_count": 1133, "location": "Melbourne, Australia", "profile_banner_url": "https://pbs.twimg.com/profile_banners/194096921/1440337937", "description": "CSIT student, pianist/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: https://t.co/p5t2rZJajQ", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": 39600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 9256, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "geo_enabled": false, "time_zone": "Melbourne", "name": "\u263e\u013f \u1438 \u2680 \u2143\u263d hiatus", "id_str": "194096921", "entities": {"description": {"urls": [{"display_url": "nightmare.website", "indices": [127, 150], "expanded_url": "http://nightmare.website", "url": "https://t.co/p5t2rZJajQ"}]}, "url": {"urls": [{"display_url": "memoriata.com", "indices": [0, 23], "expanded_url": "http://memoriata.com/", "url": "https://t.co/JiCyW1dzUZ"}]}}, "is_translator": false, "screen_name": "dbaker_h", "created_at": "Thu Sep 23 12:34:18 +0000 2010"}, "id_str": "142381252", "id": 142381252, "following": false, "full_name": "@dbaker_h/bot-family", "created_at": "Thu Jul 03 13:20:58 +0000 2014", "uri": "/dbaker_h/lists/bot-family"}, {"description": "pls @ me if one becomes self-aware so I can give her my root password (https://github.com/alicemaz)", "subscriber_count": 2, "slug": "my-bots", "name": "my bots", "member_count": 8, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 197, "profile_image_url": "http://pbs.twimg.com/profile_images/639995326745677824/Ir73bU7n_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/GJAnR54r58", "statuses_count": 42460, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 63506279, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 4728, "friends_count": 288, "location": "San Francisco, CA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/63506279/1451912199", "description": "witch of the wired | \u26a2 \u26a7 #\ufe0f", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": -28800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 22592, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/639995326745677824/Ir73bU7n_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "Alice Maz", "id_str": "63506279", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "alicemaz.com", "indices": [0, 22], "expanded_url": "http://www.alicemaz.com/", "url": "http://t.co/GJAnR54r58"}]}}, "is_translator": false, "screen_name": "alicemazzy", "created_at": "Thu Aug 06 18:53:51 +0000 2009"}, "id_str": "199134790", "id": 199134790, "following": false, "full_name": "@alicemazzy/my-bots", "created_at": "Tue Mar 17 15:46:22 +0000 2015", "uri": "/alicemazzy/lists/my-bots"}, {"description": "Twitter bots I've made.", "subscriber_count": 1, "slug": "my-bots", "name": "My bots", "member_count": 7, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": true, "listed_count": 174, "profile_image_url": "http://pbs.twimg.com/profile_images/623757496100896768/_AtAzJim_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/379605553/pattern_156.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/de9VPgQnNT", "statuses_count": 14629, "profile_text_color": "273633", "profile_background_tile": true, "follow_request_sent": false, "id": 5746882, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "2D2823", "followers_count": 7391, "friends_count": 6125, "location": "Seattle, WA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/5746882/1398198050", "description": "social justice carer-abouter, feeling-haver, net art maker, #botALLY \u2665 javascript & python \u26a1\ufe0f pronouns: he/him https://t.co/ycsix8og0H", "profile_sidebar_fill_color": "F5F5F5", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/379605553/pattern_156.gif", "favourites_count": 17026, "profile_background_color": "204443", "is_translation_enabled": false, "profile_sidebar_border_color": "1A3230", "profile_image_url_https": "https://pbs.twimg.com/profile_images/623757496100896768/_AtAzJim_normal.jpg", "geo_enabled": true, "time_zone": "Pacific Time (US & Canada)", "name": "beauring name", "id_str": "5746882", "entities": {"description": {"urls": [{"display_url": "openhumans.org", "indices": [111, 134], "expanded_url": "http://openhumans.org", "url": "https://t.co/ycsix8og0H"}]}, "url": {"urls": [{"display_url": "beaugunderson.com", "indices": [0, 23], "expanded_url": "https://beaugunderson.com/", "url": "https://t.co/de9VPgQnNT"}]}}, "is_translator": false, "screen_name": "beaugunderson", "created_at": "Thu May 03 17:46:35 +0000 2007"}, "id_str": "173125727", "id": 173125727, "following": false, "full_name": "@beaugunderson/my-bots", "created_at": "Thu Oct 09 10:00:43 +0000 2014", "uri": "/beaugunderson/lists/my-bots"}, {"description": "Tweets from my bots.", "subscriber_count": 7, "slug": "bots", "name": "Bots", "member_count": 23, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 37, "profile_image_url": "http://pbs.twimg.com/profile_images/650473302339661824/xXXXUvo4_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000178573366/QREOCeJe.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/tbec5kxrFT", "statuses_count": 7761, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1098206508, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "E30254", "followers_count": 394, "friends_count": 488, "location": "philadelphia", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1098206508/1421711386", "description": "making games @PaisleyGames / #botALLY", "profile_sidebar_fill_color": "DDEEF6", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000178573366/QREOCeJe.png", "favourites_count": 5139, "profile_background_color": "02E391", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650473302339661824/xXXXUvo4_normal.jpg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "tobi hahn", "id_str": "1098206508", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "hahndynasty.net", "indices": [0, 22], "expanded_url": "http://hahndynasty.net", "url": "http://t.co/tbec5kxrFT"}]}}, "is_translator": false, "screen_name": "rainshapes", "created_at": "Thu Jan 17 13:51:19 +0000 2013"}, "id_str": "92234099", "id": 92234099, "following": false, "full_name": "@rainshapes/bots", "created_at": "Tue Jul 02 15:27:53 +0000 2013", "uri": "/rainshapes/lists/bots"}, {"description": "", "subscriber_count": 4, "slug": "my-bots", "name": "My Bots", "member_count": 16, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 62, "profile_image_url": "http://pbs.twimg.com/profile_images/597949312241303552/opTWI2QS_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/QagHaerdUw", "statuses_count": 26641, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 52893, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 798, "friends_count": 2003, "location": "NYC via Hackensack", "profile_banner_url": "https://pbs.twimg.com/profile_banners/52893/1398313766", "description": "I fav tweets. Pop culture. dumb jokes. TV. feminist . frontend developer for @shutterstock in nyc. #botALLY", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 28948, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/597949312241303552/opTWI2QS_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "Stefan Hayden", "id_str": "52893", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stefanhayden.com", "indices": [0, 22], "expanded_url": "http://www.stefanhayden.com/", "url": "http://t.co/QagHaerdUw"}]}}, "is_translator": false, "screen_name": "StefanHayden", "created_at": "Sat Dec 09 04:43:27 +0000 2006"}, "id_str": "108202239", "id": 108202239, "following": false, "full_name": "@StefanHayden/my-bots", "created_at": "Sun Mar 16 16:59:33 +0000 2014", "uri": "/StefanHayden/lists/my-bots"}, {"description": "active bots by @lichlike / @tylercallich", "subscriber_count": 3, "slug": "bots-by-lich1", "name": "bots by lich", "member_count": 33, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": true, "listed_count": 45, "profile_image_url": "http://pbs.twimg.com/profile_images/693290510568402944/uEDTnxsn_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000019109987/6e1014d7bbb5a347e952e6012b380a1b.jpeg", "verified": false, "lang": "en", "protected": true, "url": null, "statuses_count": 56033, "profile_text_color": "000000", "profile_background_tile": true, "follow_request_sent": false, "id": 125738772, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "9266CC", "followers_count": 624, "friends_count": 557, "location": "ar, usa", "profile_banner_url": "https://pbs.twimg.com/profile_banners/125738772/1453674318", "description": "ty, a lich wandering text labyrinths\u2728 word weaver \uff0f code tinkerer \uff0f kava kultist\u2728 28\u2728 #botally\u2728 she \uff0f they", "profile_sidebar_fill_color": "F3CEFF", "default_profile": false, "utc_offset": -21600, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000019109987/6e1014d7bbb5a347e952e6012b380a1b.jpeg", "favourites_count": 77368, "profile_background_color": "CFD503", "is_translation_enabled": true, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/693290510568402944/uEDTnxsn_normal.jpg", "geo_enabled": false, "time_zone": "Central Time (US & Canada)", "name": "ch\u00e2\u2640elaine \u2640yler", "id_str": "125738772", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "lichlike", "created_at": "Tue Mar 23 18:24:24 +0000 2010"}, "id_str": "209814583", "id": 209814583, "following": false, "full_name": "@lichlike/bots-by-lich1", "created_at": "Fri Jun 05 20:20:18 +0000 2015", "uri": "/lichlike/lists/bots-by-lich1"}, {"description": "These are bots that @tinysubversions has made.", "subscriber_count": 73, "slug": "darius-kazemi-s-bots", "name": "Darius Kazemi's Bots", "member_count": 47, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 820, "profile_image_url": "http://pbs.twimg.com/profile_images/651160874594361344/zSxDVhp8_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000115588280/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/IoTmQk4rMq", "statuses_count": 57982, "profile_text_color": "000000", "profile_background_tile": true, "follow_request_sent": false, "id": 14475298, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0000FF", "followers_count": 15388, "friends_count": 1559, "location": "Portland, OR", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14475298/1438549422", "description": "I make weird internet art. Latest project: @yearlyawards! Follow it to get an award. Worker-owner at @feeltraincoop #WHNBM", "profile_sidebar_fill_color": "E0FF92", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000115588280/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg", "favourites_count": 21955, "profile_background_color": "FF6921", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/651160874594361344/zSxDVhp8_normal.jpg", "geo_enabled": true, "time_zone": "America/Los_Angeles", "name": "Darius Kazemi", "id_str": "14475298", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tinysubversions.com", "indices": [0, 22], "expanded_url": "http://tinysubversions.com", "url": "http://t.co/IoTmQk4rMq"}]}}, "is_translator": false, "screen_name": "tinysubversions", "created_at": "Tue Apr 22 14:41:58 +0000 2008"}, "id_str": "93527328", "id": 93527328, "following": false, "full_name": "@tinysubversions/darius-kazemi-s-bots", "created_at": "Mon Jul 29 13:21:38 +0000 2013", "uri": "/tinysubversions/lists/darius-kazemi-s-bots"}, {"description": "", "subscriber_count": 1, "slug": "bots", "name": "bots", "member_count": 9, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 31, "profile_image_url": "http://pbs.twimg.com/profile_images/680829690530127872/e36HEuyP_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/647154758/pyolb9h5a0ebz33t39bs.jpeg", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/UYtfaO81Au", "statuses_count": 36350, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 14578503, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "005C28", "followers_count": 529, "friends_count": 328, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14578503/1409596542", "description": "tweets", "profile_sidebar_fill_color": "E6E6E6", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/647154758/pyolb9h5a0ebz33t39bs.jpeg", "favourites_count": 67990, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680829690530127872/e36HEuyP_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "dunndunndunn", "id_str": "14578503", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "keybase.io/dunn", "indices": [0, 23], "expanded_url": "https://keybase.io/dunn", "url": "https://t.co/UYtfaO81Au"}]}}, "is_translator": false, "screen_name": "dunndunndunn", "created_at": "Tue Apr 29 01:22:52 +0000 2008"}, "id_str": "125996505", "id": 125996505, "following": false, "full_name": "@dunndunndunn/bots", "created_at": "Sat May 24 06:27:26 +0000 2014", "uri": "/dunndunndunn/lists/bots"}, {"description": "", "subscriber_count": 8, "slug": "bots-by-me", "name": "Bots by me", "member_count": 19, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 73, "profile_image_url": "http://pbs.twimg.com/profile_images/638866240765870080/BL1aRJ9x_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378326431/html.gif", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/QzEtDgYCNY", "statuses_count": 36664, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 9368412, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0000FF", "followers_count": 1252, "friends_count": 513, "location": "LINE: topghost", "profile_banner_url": "https://pbs.twimg.com/profile_banners/9368412/1449039477", "description": "THIS IS TIME WELL SPENT", "profile_sidebar_fill_color": "8F8F8F", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378326431/html.gif", "favourites_count": 48728, "profile_background_color": "171717", "is_translation_enabled": false, "profile_sidebar_border_color": "8F8F8F", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638866240765870080/BL1aRJ9x_normal.jpg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "Casey Kolderup", "id_str": "9368412", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "casey.kolderup.org", "indices": [0, 23], "expanded_url": "http://casey.kolderup.org", "url": "https://t.co/QzEtDgYCNY"}]}}, "is_translator": false, "screen_name": "ckolderup", "created_at": "Thu Oct 11 04:47:06 +0000 2007"}, "id_str": "118700852", "id": 118700852, "following": false, "full_name": "@ckolderup/bots-by-me", "created_at": "Tue Apr 29 07:06:37 +0000 2014", "uri": "/ckolderup/lists/bots-by-me"}, {"description": "Some bots that I wrote", "subscriber_count": 5, "slug": "bots-i-made", "name": "Bots I Made", "member_count": 32, "mode": "public", "user": {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 66, "profile_image_url": "http://pbs.twimg.com/profile_images/685299388760109056/TD1GAAg4_normal.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/458958349359259649/v3jhFv9U.jpeg", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/F9U7lQOBWG", "statuses_count": 23912, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 1160471, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "9266CC", "followers_count": 948, "friends_count": 808, "location": "Montague, MA", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1160471/1406567144", "description": "pie heals all wounds\n#botALLY", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/458958349359259649/v3jhFv9U.jpeg", "favourites_count": 11902, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685299388760109056/TD1GAAg4_normal.jpg", "geo_enabled": true, "time_zone": "Eastern Time (US & Canada)", "name": "\u2630 colin mitchell \u2630", "id_str": "1160471", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "muffinlabs.com", "indices": [0, 23], "expanded_url": "http://muffinlabs.com/", "url": "https://t.co/F9U7lQOBWG"}]}}, "is_translator": false, "screen_name": "muffinista", "created_at": "Wed Mar 14 14:46:25 +0000 2007"}, "id_str": "33069866", "id": 33069866, "following": false, "full_name": "@muffinista/bots-i-made", "created_at": "Thu Jan 06 01:55:08 +0000 2011", "uri": "/muffinista/lists/bots-i-made"}, {"description": "", "subscriber_count": 11, "slug": "botscapes", "name": "botscapes", "member_count": 11, "mode": "public", "user": {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 35, "profile_image_url": "http://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "lang": "ru", "protected": false, "url": "https://t.co/JiCyW1dzUZ", "statuses_count": 12637, "profile_text_color": "333333", "profile_background_tile": true, "follow_request_sent": false, "id": 194096921, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "67777A", "followers_count": 456, "friends_count": 1133, "location": "Melbourne, Australia", "profile_banner_url": "https://pbs.twimg.com/profile_banners/194096921/1440337937", "description": "CSIT student, pianist/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: https://t.co/p5t2rZJajQ", "profile_sidebar_fill_color": "EFEFEF", "default_profile": false, "utc_offset": 39600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "favourites_count": 9256, "profile_background_color": "131516", "is_translation_enabled": false, "profile_sidebar_border_color": "FFFFFF", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635411411812745216/pp9Xz7kN_normal.jpg", "geo_enabled": false, "time_zone": "Melbourne", "name": "\u263e\u013f \u1438 \u2680 \u2143\u263d hiatus", "id_str": "194096921", "entities": {"description": {"urls": [{"display_url": "nightmare.website", "indices": [127, 150], "expanded_url": "http://nightmare.website", "url": "https://t.co/p5t2rZJajQ"}]}, "url": {"urls": [{"display_url": "memoriata.com", "indices": [0, 23], "expanded_url": "http://memoriata.com/", "url": "https://t.co/JiCyW1dzUZ"}]}}, "is_translator": false, "screen_name": "dbaker_h", "created_at": "Thu Sep 23 12:34:18 +0000 2010"}, "id_str": "208613432", "id": 208613432, "following": false, "full_name": "@dbaker_h/botscapes", "created_at": "Tue May 26 18:20:18 +0000 2015", "uri": "/dbaker_h/lists/botscapes"}], "next_cursor": 1502276842028529447, "previous_cursor_str": "0", "next_cursor_str": "1502276842028529447", "previous_cursor": 0}python-twitter-3.3/testdata/get_help_configuration.json000066400000000000000000000025151311017327200236220ustar00rootroot00000000000000{"dm_text_character_limit": 10000,"characters_reserved_per_media": 24,"max_media_per_upload": 1,"non_username_paths": ["about","account","accounts","activity","all","announcements","anywhere","api_rules","api_terms","apirules","apps","auth","badges","blog","business","buttons","contacts","devices","direct_messages","download","downloads","edit_announcements","faq","favorites","find_sources","find_users","followers","following","friend_request","friendrequest","friends","goodies","help","home","i","im_account","inbox","invitations","invite","jobs","list","login","logo","logout","me","mentions","messages","mockview","newtwitter","notifications","nudge","oauth","phoenix_search","positions","privacy","public_timeline","related_tweets","replies","retweeted_of_mine","retweets","retweets_by_others","rules","saved_searches","search","sent","sessions","settings","share","signup","signin","similar_to","statistics","terms","tos","translate","trends","tweetbutton","twttr","update_discoverability","users","welcome","who_to_follow","widgets","zendesk_auth","media_signup"],"photo_size_limit": 3145728,"photo_sizes": {"thumb": {"h": 150,"resize": "crop","w": 150},"small": {"h": 480,"resize": "fit","w": 340},"medium": {"h": 1200,"resize": "fit","w": 600},"large": {"h": 2048,"resize": "fit","w": 1024}},"short_url_length": 23,"short_url_length_https": 23}python-twitter-3.3/testdata/get_home_timeline.json000066400000000000000000003130561311017327200225660ustar00rootroot00000000000000[{"created_at":"Wed Dec 09 19:40:11 +0000 2015","id":674674925823787008,"id_str":"674674925823787008","text":"RT @pattymo: I could watch this for hours and I might https:\/\/t.co\/rIgO3E2mqI","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Dec 09 18:38:17 +0000 2015","id":674659346127679488,"id_str":"674659346127679488","text":"I could watch this for hours and I might https:\/\/t.co\/rIgO3E2mqI","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2328421,"id_str":"2328421","name":"Patrick Monahan","screen_name":"pattymo","location":"new york","description":"cherries jubilee and that's it","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":11723,"friends_count":664,"listed_count":243,"created_at":"Mon Mar 26 17:42:52 +0000 2007","favourites_count":137608,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":71947,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F3ABC2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458268789285470208\/lYRJt_HV.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458268789285470208\/lYRJt_HV.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/664132912162480128\/sn8lwzXD_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/664132912162480128\/sn8lwzXD_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2328421\/1436552450","profile_link_color":"0000FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"99F8FF","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2358,"favorite_count":2517,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":674659173825560576,"id_str":"674659173825560576","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","url":"https:\/\/t.co\/rIgO3E2mqI","display_url":"pic.twitter.com\/rIgO3E2mqI","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":636,"h":362,"resize":"fit"},"medium":{"w":600,"h":341,"resize":"fit"},"small":{"w":340,"h":193,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":674659173825560576,"id_str":"674659173825560576","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","url":"https:\/\/t.co\/rIgO3E2mqI","display_url":"pic.twitter.com\/rIgO3E2mqI","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":636,"h":362,"resize":"fit"},"medium":{"w":600,"h":341,"resize":"fit"},"small":{"w":340,"h":193,"resize":"fit"}},"video_info":{"aspect_ratio":[318,181],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CVze8bBUwAAPYRz.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":2358,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"pattymo","name":"Patrick Monahan","id":2328421,"id_str":"2328421","indices":[3,11]}],"urls":[],"media":[{"id":674659173825560576,"id_str":"674659173825560576","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","url":"https:\/\/t.co\/rIgO3E2mqI","display_url":"pic.twitter.com\/rIgO3E2mqI","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":636,"h":362,"resize":"fit"},"medium":{"w":600,"h":341,"resize":"fit"},"small":{"w":340,"h":193,"resize":"fit"}},"source_status_id":674659346127679488,"source_status_id_str":"674659346127679488","source_user_id":2328421,"source_user_id_str":"2328421"}]},"extended_entities":{"media":[{"id":674659173825560576,"id_str":"674659173825560576","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CVze8bBUwAAPYRz.png","url":"https:\/\/t.co\/rIgO3E2mqI","display_url":"pic.twitter.com\/rIgO3E2mqI","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":636,"h":362,"resize":"fit"},"medium":{"w":600,"h":341,"resize":"fit"},"small":{"w":340,"h":193,"resize":"fit"}},"source_status_id":674659346127679488,"source_status_id_str":"674659346127679488","source_user_id":2328421,"source_user_id_str":"2328421","video_info":{"aspect_ratio":[318,181],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CVze8bBUwAAPYRz.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Fri Dec 04 18:58:43 +0000 2015","id":672852550614458369,"id_str":"672852550614458369","text":"RT @NASAJPL: Calling all citizen scientists! Help choose + process images of Jupiter for @NASAJuno https:\/\/t.co\/mfBzxzpxly https:\/\/t.co\/7a2\u2026","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Dec 04 17:33:03 +0000 2015","id":672830989895254016,"id_str":"672830989895254016","text":"Calling all citizen scientists! Help choose + process images of Jupiter for @NASAJuno https:\/\/t.co\/mfBzxzpxly https:\/\/t.co\/7a2z7S8tKL","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":19802879,"id_str":"19802879","name":"NASA JPL","screen_name":"NASAJPL","location":"Pasadena, Calif.","description":"NASA Jet Propulsion Laboratory manages many of NASA's robotic missions exploring Earth, the solar system and our universe. Tweets from JPL's News Office.","url":"http:\/\/t.co\/gcM9d1YLUB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gcM9d1YLUB","expanded_url":"http:\/\/www.jpl.nasa.gov","display_url":"jpl.nasa.gov","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":853924,"friends_count":371,"listed_count":12936,"created_at":"Sat Jan 31 03:19:43 +0000 2009","favourites_count":684,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":false,"verified":true,"statuses_count":4758,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0B090B","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/8479565\/twitter_jpl_bkg.009.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/8479565\/twitter_jpl_bkg.009.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2305452633\/lg0hov3l8g4msxbdwv48_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2305452633\/lg0hov3l8g4msxbdwv48_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/19802879\/1398298134","profile_link_color":"0D1787","profile_sidebar_border_color":"100F0E","profile_sidebar_fill_color":"74A6CD","profile_text_color":"0C0C0D","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":109,"favorite_count":147,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"NASAJuno","name":"NASA's Juno Mission","id":19789439,"id_str":"19789439","indices":[76,85]}],"urls":[{"url":"https:\/\/t.co\/mfBzxzpxly","expanded_url":"http:\/\/go.nasa.gov\/1lfviCo","display_url":"go.nasa.gov\/1lfviCo","indices":[86,109]}],"media":[{"id":672830988741775361,"id_str":"672830988741775361","indices":[110,133],"media_url":"http:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","url":"https:\/\/t.co\/7a2z7S8tKL","display_url":"pic.twitter.com\/7a2z7S8tKL","expanded_url":"http:\/\/twitter.com\/NASAJPL\/status\/672830989895254016\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":575,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"extended_entities":{"media":[{"id":672830988741775361,"id_str":"672830988741775361","indices":[110,133],"media_url":"http:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","url":"https:\/\/t.co\/7a2z7S8tKL","display_url":"pic.twitter.com\/7a2z7S8tKL","expanded_url":"http:\/\/twitter.com\/NASAJPL\/status\/672830989895254016\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":575,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":109,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"NASAJPL","name":"NASA JPL","id":19802879,"id_str":"19802879","indices":[3,11]},{"screen_name":"NASAJuno","name":"NASA's Juno Mission","id":19789439,"id_str":"19789439","indices":[89,98]}],"urls":[{"url":"https:\/\/t.co\/mfBzxzpxly","expanded_url":"http:\/\/go.nasa.gov\/1lfviCo","display_url":"go.nasa.gov\/1lfviCo","indices":[99,122]}],"media":[{"id":672830988741775361,"id_str":"672830988741775361","indices":[123,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","url":"https:\/\/t.co\/7a2z7S8tKL","display_url":"pic.twitter.com\/7a2z7S8tKL","expanded_url":"http:\/\/twitter.com\/NASAJPL\/status\/672830989895254016\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":575,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}},"source_status_id":672830989895254016,"source_status_id_str":"672830989895254016","source_user_id":19802879,"source_user_id_str":"19802879"}]},"extended_entities":{"media":[{"id":672830988741775361,"id_str":"672830988741775361","indices":[123,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVZgOC3UEAELUcL.jpg","url":"https:\/\/t.co\/7a2z7S8tKL","display_url":"pic.twitter.com\/7a2z7S8tKL","expanded_url":"http:\/\/twitter.com\/NASAJPL\/status\/672830989895254016\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":575,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}},"source_status_id":672830989895254016,"source_status_id_str":"672830989895254016","source_user_id":19802879,"source_user_id_str":"19802879"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Fri Dec 04 02:20:04 +0000 2015","id":672601231118872576,"id_str":"672601231118872576","text":"RT @igorvolsky: QUESTION: Should SOMETHING be done on the issue of guns? \n\nJEB: I don't think so.\n\nhttps:\/\/t.co\/bL4pgQ8WFk","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Dec 04 02:19:59 +0000 2015","id":672601208247484416,"id_str":"672601208247484416","text":"QUESTION: Should SOMETHING be done on the issue of guns? \n\nJEB: I don't think so.\n\nhttps:\/\/t.co\/bL4pgQ8WFk","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16002085,"id_str":"16002085","name":"igorvolsky","screen_name":"igorvolsky","location":"Washington, DC","description":"Director of Video and Contributing Editor at @ThinkProgress. Contributing host @bpshow. Opinions, my own. E-mail: ivolsky@americanprogress.org","url":"http:\/\/t.co\/YV2uNXXlyL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/YV2uNXXlyL","expanded_url":"http:\/\/www.thinkprogress.org","display_url":"thinkprogress.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":72971,"friends_count":2893,"listed_count":1209,"created_at":"Tue Aug 26 20:17:23 +0000 2008","favourites_count":630,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":true,"statuses_count":29334,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2342577927\/ivx07n8a00tuoz387nxs_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2342577927\/ivx07n8a00tuoz387nxs_normal.jpeg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":454,"favorite_count":352,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/bL4pgQ8WFk","expanded_url":"https:\/\/www.youtube.com\/watch?v=_z6OvehI584&feature=youtu.be","display_url":"youtube.com\/watch?v=_z6Ove\u2026","indices":[83,106]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":454,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"igorvolsky","name":"igorvolsky","id":16002085,"id_str":"16002085","indices":[3,14]}],"urls":[{"url":"https:\/\/t.co\/bL4pgQ8WFk","expanded_url":"https:\/\/www.youtube.com\/watch?v=_z6OvehI584&feature=youtu.be","display_url":"youtube.com\/watch?v=_z6Ove\u2026","indices":[99,122]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Thu Dec 03 20:13:22 +0000 2015","id":672508949074214912,"id_str":"672508949074214912","text":"RT @torrez: Hey, for the coming year I'm thinking about getting a sponsor for MLKSHK to cover the (very low) monthly costs. Contact me via \u2026","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Dec 03 19:54:28 +0000 2015","id":672504192833949696,"id_str":"672504192833949696","text":"Hey, for the coming year I'm thinking about getting a sponsor for MLKSHK to cover the (very low) monthly costs. Contact me via DM?","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":11604,"id_str":"11604","name":"Andre","screen_name":"torrez","location":"San Francisco, CA","description":"I work at @SlackHQ! \n\nI've always wondered: why does the jerk store have your number?\n\nPhoto by @morozgrafix","url":"https:\/\/t.co\/l9cJh7hyOA","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/l9cJh7hyOA","expanded_url":"http:\/\/torrez.org","display_url":"torrez.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":7436,"friends_count":953,"listed_count":379,"created_at":"Mon Nov 06 17:33:46 +0000 2006","favourites_count":62745,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":16581,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/858626307\/ce8fea5e8985e38bb551309e43fc8e2d.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/858626307\/ce8fea5e8985e38bb551309e43fc8e2d.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/636672313585348608\/HTXAMknZ_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/636672313585348608\/HTXAMknZ_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/11604\/1448125045","profile_link_color":"0000FF","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"A0A0A0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":14,"favorite_count":8,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":14,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"torrez","name":"Andre","id":11604,"id_str":"11604","indices":[3,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Dec 03 15:21:21 +0000 2015","id":672435458232688641,"id_str":"672435458232688641","text":"RT @EFF: Let's Encrypt will enter Public Beta tomorrow morning. Encrypting your website will be quick and free: https:\/\/t.co\/UNzepkqHDX","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Dec 03 01:01:26 +0000 2015","id":672219053130309633,"id_str":"672219053130309633","text":"Let's Encrypt will enter Public Beta tomorrow morning. Encrypting your website will be quick and free: https:\/\/t.co\/UNzepkqHDX","source":"\u003ca href=\"https:\/\/www.eff.org\/\" rel=\"nofollow\"\u003eThingie\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4816,"id_str":"4816","name":"EFF","screen_name":"EFF","location":"San Francisco, CA","description":"We're the Electronic Frontier Foundation. We defend your civil liberties in a digital world.","url":"https:\/\/t.co\/0UKsdjXnWw","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/0UKsdjXnWw","expanded_url":"https:\/\/www.eff.org","display_url":"eff.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":285339,"friends_count":883,"listed_count":12218,"created_at":"Mon Aug 28 14:17:28 +0000 2006","favourites_count":59,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":9815,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E17701","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/480154529946533888\/zn_4iWmX.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/480154529946533888\/zn_4iWmX.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659137486577209344\/LXBdUCiv_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659137486577209344\/LXBdUCiv_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4816\/1434077894","profile_link_color":"D51A23","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E8D8DD","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":516,"favorite_count":309,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/UNzepkqHDX","expanded_url":"https:\/\/letsencrypt.org\/2015\/11\/12\/public-beta-timing.html","display_url":"letsencrypt.org\/2015\/11\/12\/pub\u2026","indices":[103,126]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":516,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"EFF","name":"EFF","id":4816,"id_str":"4816","indices":[3,7]}],"urls":[{"url":"https:\/\/t.co\/UNzepkqHDX","expanded_url":"https:\/\/letsencrypt.org\/2015\/11\/12\/public-beta-timing.html","display_url":"letsencrypt.org\/2015\/11\/12\/pub\u2026","indices":[112,135]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Wed Dec 02 21:38:08 +0000 2015","id":672167891639382016,"id_str":"672167891639382016","text":"RT @muffinista: https:\/\/t.co\/cOmfxb3PfZ Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. L\u2026","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Dec 02 21:31:26 +0000 2015","id":672166204971294720,"id_str":"672166204971294720","text":"https:\/\/t.co\/cOmfxb3PfZ Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapis lazuli. Lapi","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1160471,"id_str":"1160471","name":"\u2630 mitchell! \u2630","screen_name":"muffinista","location":"Montague, MA","description":"pie cures all wounds\n#botALLY","url":"https:\/\/t.co\/F9U7lQOBWG","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/F9U7lQOBWG","expanded_url":"http:\/\/muffinlabs.com\/","display_url":"muffinlabs.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":912,"friends_count":769,"listed_count":64,"created_at":"Wed Mar 14 14:46:25 +0000 2007","favourites_count":11375,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":22683,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1160471\/1406567144","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/cOmfxb3PfZ","expanded_url":"http:\/\/alsorises.org\/book\/","display_url":"alsorises.org\/book\/","indices":[0,23]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"lt"},"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"muffinista","name":"\u2630 mitchell! \u2630","id":1160471,"id_str":"1160471","indices":[3,14]}],"urls":[{"url":"https:\/\/t.co\/cOmfxb3PfZ","expanded_url":"http:\/\/alsorises.org\/book\/","display_url":"alsorises.org\/book\/","indices":[16,39]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"lt"},{"created_at":"Wed Dec 02 17:36:02 +0000 2015","id":672106967075315712,"id_str":"672106967075315712","text":"RT @saladinahmed: To be clear: Trump's explicitly calling for the military to intentionally commit war crimes. https:\/\/t.co\/Tl2NQwog0j http\u2026","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Dec 02 16:27:34 +0000 2015","id":672089737004470272,"id_str":"672089737004470272","text":"To be clear: Trump's explicitly calling for the military to intentionally commit war crimes. https:\/\/t.co\/Tl2NQwog0j https:\/\/t.co\/aN5hxXPspX","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":29995782,"id_str":"29995782","name":"Saladin Ahmed","screen_name":"saladinahmed","location":"near Detroit","description":"George RR Martin says my novel's 'a rollicking swashbuckler.' Bylines: Salon, BuzzFeed, NYT, Gizmodo. Mostly I chase my twin kindergarteners.","url":"http:\/\/t.co\/KwNTVpK350","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/KwNTVpK350","expanded_url":"http:\/\/www.amazon.com\/Throne-Crescent-Moon-Kingdoms\/dp\/0756407788","display_url":"amazon.com\/Throne-Crescen\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":39214,"friends_count":991,"listed_count":1416,"created_at":"Thu Apr 09 14:39:18 +0000 2009","favourites_count":19645,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":53806,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/606062872880410624\/a9Lx7Yb5_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/606062872880410624\/a9Lx7Yb5_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/29995782\/1362745548","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2057,"favorite_count":934,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Tl2NQwog0j","expanded_url":"http:\/\/www.cnn.com\/2015\/12\/02\/politics\/donald-trump-terrorists-families\/index.html","display_url":"cnn.com\/2015\/12\/02\/pol\u2026","indices":[93,116]}],"media":[{"id":672089733544177664,"id_str":"672089733544177664","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","url":"https:\/\/t.co\/aN5hxXPspX","display_url":"pic.twitter.com\/aN5hxXPspX","expanded_url":"http:\/\/twitter.com\/saladinahmed\/status\/672089737004470272\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":73,"resize":"fit"},"large":{"w":1024,"h":222,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":130,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":672089733544177664,"id_str":"672089733544177664","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","url":"https:\/\/t.co\/aN5hxXPspX","display_url":"pic.twitter.com\/aN5hxXPspX","expanded_url":"http:\/\/twitter.com\/saladinahmed\/status\/672089737004470272\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":73,"resize":"fit"},"large":{"w":1024,"h":222,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":130,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":2057,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"saladinahmed","name":"Saladin Ahmed","id":29995782,"id_str":"29995782","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/Tl2NQwog0j","expanded_url":"http:\/\/www.cnn.com\/2015\/12\/02\/politics\/donald-trump-terrorists-families\/index.html","display_url":"cnn.com\/2015\/12\/02\/pol\u2026","indices":[111,134]}],"media":[{"id":672089733544177664,"id_str":"672089733544177664","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","url":"https:\/\/t.co\/aN5hxXPspX","display_url":"pic.twitter.com\/aN5hxXPspX","expanded_url":"http:\/\/twitter.com\/saladinahmed\/status\/672089737004470272\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":73,"resize":"fit"},"large":{"w":1024,"h":222,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":130,"resize":"fit"}},"source_status_id":672089737004470272,"source_status_id_str":"672089737004470272","source_user_id":29995782,"source_user_id_str":"29995782"}]},"extended_entities":{"media":[{"id":672089733544177664,"id_str":"672089733544177664","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVO-DUEWcAApiUg.jpg","url":"https:\/\/t.co\/aN5hxXPspX","display_url":"pic.twitter.com\/aN5hxXPspX","expanded_url":"http:\/\/twitter.com\/saladinahmed\/status\/672089737004470272\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":73,"resize":"fit"},"large":{"w":1024,"h":222,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":130,"resize":"fit"}},"source_status_id":672089737004470272,"source_status_id_str":"672089737004470272","source_user_id":29995782,"source_user_id_str":"29995782"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Tue Dec 01 20:49:28 +0000 2015","id":671793258159280128,"id_str":"671793258159280128","text":"RT @Lyraull: https:\/\/t.co\/BqELa6bC8k","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Nov 25 08:40:07 +0000 2015","id":669435381184614400,"id_str":"669435381184614400","text":"https:\/\/t.co\/BqELa6bC8k","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":199560987,"id_str":"199560987","name":"Lyraull","screen_name":"Lyraull","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2147,"friends_count":809,"listed_count":49,"created_at":"Thu Oct 07 05:06:12 +0000 2010","favourites_count":10491,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":false,"statuses_count":8683,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"2F0CF5","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/491828832689606656\/UJcflyFU.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/491828832689606656\/UJcflyFU.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/670725349496512512\/JukFyCta_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/670725349496512512\/JukFyCta_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/199560987\/1448746373","profile_link_color":"212386","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":73654,"favorite_count":76289,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":669435299068575744,"id_str":"669435299068575744","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","url":"https:\/\/t.co\/BqELa6bC8k","display_url":"pic.twitter.com\/BqELa6bC8k","expanded_url":"http:\/\/twitter.com\/Lyraull\/status\/669435381184614400\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":196,"resize":"fit"},"medium":{"w":600,"h":345,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":368,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":669435299068575744,"id_str":"669435299068575744","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","url":"https:\/\/t.co\/BqELa6bC8k","display_url":"pic.twitter.com\/BqELa6bC8k","expanded_url":"http:\/\/twitter.com\/Lyraull\/status\/669435381184614400\/video\/1","type":"video","sizes":{"small":{"w":340,"h":196,"resize":"fit"},"medium":{"w":600,"h":345,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":368,"resize":"fit"}},"video_info":{"aspect_ratio":[40,23],"duration_millis":20203,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/pl\/9dwTttbSeg3nl_07.mpd"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/626x360\/cNuvl8oZp-ju13xw.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/pl\/9dwTttbSeg3nl_07.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/312x180\/ZDxe0HLUEGZJ2uXY.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/626x360\/cNuvl8oZp-ju13xw.webm"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"und"},"is_quote_status":false,"retweet_count":73654,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Lyraull","name":"Lyraull","id":199560987,"id_str":"199560987","indices":[3,11]}],"urls":[],"media":[{"id":669435299068575744,"id_str":"669435299068575744","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","url":"https:\/\/t.co\/BqELa6bC8k","display_url":"pic.twitter.com\/BqELa6bC8k","expanded_url":"http:\/\/twitter.com\/Lyraull\/status\/669435381184614400\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":196,"resize":"fit"},"medium":{"w":600,"h":345,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":368,"resize":"fit"}},"source_status_id":669435381184614400,"source_status_id_str":"669435381184614400","source_user_id":199560987,"source_user_id_str":"199560987"}]},"extended_entities":{"media":[{"id":669435299068575744,"id_str":"669435299068575744","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/669435299068575744\/pu\/img\/wbVuwMFMrOC-G2Nz.jpg","url":"https:\/\/t.co\/BqELa6bC8k","display_url":"pic.twitter.com\/BqELa6bC8k","expanded_url":"http:\/\/twitter.com\/Lyraull\/status\/669435381184614400\/video\/1","type":"video","sizes":{"small":{"w":340,"h":196,"resize":"fit"},"medium":{"w":600,"h":345,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":368,"resize":"fit"}},"source_status_id":669435381184614400,"source_status_id_str":"669435381184614400","source_user_id":199560987,"source_user_id_str":"199560987","video_info":{"aspect_ratio":[40,23],"duration_millis":20203,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/pl\/9dwTttbSeg3nl_07.mpd"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/626x360\/cNuvl8oZp-ju13xw.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/pl\/9dwTttbSeg3nl_07.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/312x180\/ZDxe0HLUEGZJ2uXY.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/669435299068575744\/pu\/vid\/626x360\/cNuvl8oZp-ju13xw.webm"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"und"},{"created_at":"Mon Nov 30 11:44:08 +0000 2015","id":671293633849655296,"id_str":"671293633849655296","text":"data #python","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[5,12]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"in"},{"created_at":"Mon Nov 30 11:38:55 +0000 2015","id":671292317123387396,"id_str":"671292317123387396","text":"#python is cool","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[0,7]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:38:08 +0000 2015","id":671292121203257344,"id_str":"671292121203257344","text":"test","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:36:57 +0000 2015","id":671291823994888192,"id_str":"671291823994888192","text":"s'up","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Mon Nov 30 11:17:49 +0000 2015","id":671287007889506304,"id_str":"671287007889506304","text":"heyyo","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"tl"},{"created_at":"Mon Nov 30 11:17:11 +0000 2015","id":671286849579720704,"id_str":"671286849579720704","text":"hi","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Nov 27 15:40:33 +0000 2015","id":670265962776674304,"id_str":"670265962776674304","text":"RT @twitmascarol: A CHRISTMAS CAROL by Charles Dickens","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Nov 27 07:31:20 +0000 2015","id":670142850001162240,"id_str":"670142850001162240","text":"A CHRISTMAS CAROL by Charles Dickens","source":"\u003ca href=\"http:\/\/www.martinoleary.com\/\" rel=\"nofollow\"\u003eMartin's Bot App\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4202417129,"id_str":"4202417129","name":"A Twitmas Carol","screen_name":"twitmascarol","location":"","description":"In Prose Being A Ghost Story Of Christmas","url":"https:\/\/t.co\/ylsYm6QFeQ","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/ylsYm6QFeQ","expanded_url":"https:\/\/twitter.com\/mewo2\/lists\/martin-s-bots","display_url":"twitter.com\/mewo2\/lists\/ma\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":18,"friends_count":1,"listed_count":1,"created_at":"Mon Nov 16 14:36:41 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":914,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/666267307694563328\/-xmd-haa_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/666267307694563328\/-xmd-haa_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4202417129\/1447959409","profile_link_color":"ABB8C2","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"twitmascarol","name":"A Twitmas Carol","id":4202417129,"id_str":"4202417129","indices":[3,16]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Nov 25 19:08:04 +0000 2015","id":669593412631265280,"id_str":"669593412631265280","text":"RT @v21: \"It\u2019s technology all the way down; but it\u2019s also politics all the way down.\" @zeynep on Safety Checks https:\/\/t.co\/ZMwNKQZ04c","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Nov 25 18:29:49 +0000 2015","id":669583784786964480,"id_str":"669583784786964480","text":"\"It\u2019s technology all the way down; but it\u2019s also politics all the way down.\" @zeynep on Safety Checks https:\/\/t.co\/ZMwNKQZ04c","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":17271646,"id_str":"17271646","name":"George Buckenham","screen_name":"v21","location":"London, UK","description":"I always liked broken games the best anyway","url":"http:\/\/t.co\/ii4wyeCVLA","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ii4wyeCVLA","expanded_url":"http:\/\/v21.io","display_url":"v21.io","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2907,"friends_count":1120,"listed_count":114,"created_at":"Sun Nov 09 18:02:07 +0000 2008","favourites_count":5801,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":false,"statuses_count":35351,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/5569506\/office_baby.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/5569506\/office_baby.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2271384465\/mlt5v0btabp3oc7s90h6_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2271384465\/mlt5v0btabp3oc7s90h6_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/17271646\/1358199703","profile_link_color":"FF1A1A","profile_sidebar_border_color":"FF1A1A","profile_sidebar_fill_color":"000000","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"zeynep","name":"Zeynep Tufekci","id":65375759,"id_str":"65375759","indices":[77,84]}],"urls":[{"url":"https:\/\/t.co\/ZMwNKQZ04c","expanded_url":"https:\/\/medium.com\/message\/the-politics-of-empathy-and-the-politics-technology-664437b6427#.71tizas7f","display_url":"medium.com\/message\/the-po\u2026","indices":[102,125]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":3,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"v21","name":"George Buckenham","id":17271646,"id_str":"17271646","indices":[3,7]},{"screen_name":"zeynep","name":"Zeynep Tufekci","id":65375759,"id_str":"65375759","indices":[86,93]}],"urls":[{"url":"https:\/\/t.co\/ZMwNKQZ04c","expanded_url":"https:\/\/medium.com\/message\/the-politics-of-empathy-and-the-politics-technology-664437b6427#.71tizas7f","display_url":"medium.com\/message\/the-po\u2026","indices":[111,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Mon Nov 23 20:06:10 +0000 2015","id":668883258864726016,"id_str":"668883258864726016","text":"RT @BigMeanInternet: How much start-up innovation is really about the normalization of lower living standards? https:\/\/t.co\/hePZcG63KZ http\u2026","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon Nov 23 17:37:06 +0000 2015","id":668845741817884675,"id_str":"668845741817884675","text":"How much start-up innovation is really about the normalization of lower living standards? https:\/\/t.co\/hePZcG63KZ https:\/\/t.co\/km5J5eJZKO","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":205360130,"id_str":"205360130","name":"Malcolm Harris","screen_name":"BigMeanInternet","location":"Brooklyn","description":"editor @newinquiry \nwriter for money\nmalcolmpharris@gmail\n\u262d","url":"http:\/\/t.co\/rhPG6tDUBh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rhPG6tDUBh","expanded_url":"http:\/\/thenewinquiry.com","display_url":"thenewinquiry.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7261,"friends_count":1389,"listed_count":246,"created_at":"Wed Oct 20 18:08:07 +0000 2010","favourites_count":10728,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":48172,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/535259641580486656\/IW4AS_0Y.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/535259641580486656\/IW4AS_0Y.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659365411771822081\/TngNNo7w_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659365411771822081\/TngNNo7w_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/205360130\/1401547719","profile_link_color":"ABB8C2","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":479,"favorite_count":359,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/hePZcG63KZ","expanded_url":"http:\/\/fusion.net\/story\/236635\/millennials-housing-crisis-tiny-homes\/","display_url":"fusion.net\/story\/236635\/m\u2026","indices":[90,113]}],"media":[{"id":668845659898961920,"id_str":"668845659898961920","indices":[114,137],"media_url":"http:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","url":"https:\/\/t.co\/km5J5eJZKO","display_url":"pic.twitter.com\/km5J5eJZKO","expanded_url":"http:\/\/twitter.com\/BigMeanInternet\/status\/668845741817884675\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":169,"resize":"fit"},"large":{"w":682,"h":339,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":298,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":668845659898961920,"id_str":"668845659898961920","indices":[114,137],"media_url":"http:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","url":"https:\/\/t.co\/km5J5eJZKO","display_url":"pic.twitter.com\/km5J5eJZKO","expanded_url":"http:\/\/twitter.com\/BigMeanInternet\/status\/668845741817884675\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":169,"resize":"fit"},"large":{"w":682,"h":339,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":298,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":479,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"BigMeanInternet","name":"Malcolm Harris","id":205360130,"id_str":"205360130","indices":[3,19]}],"urls":[{"url":"https:\/\/t.co\/hePZcG63KZ","expanded_url":"http:\/\/fusion.net\/story\/236635\/millennials-housing-crisis-tiny-homes\/","display_url":"fusion.net\/story\/236635\/m\u2026","indices":[111,134]}],"media":[{"id":668845659898961920,"id_str":"668845659898961920","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","url":"https:\/\/t.co\/km5J5eJZKO","display_url":"pic.twitter.com\/km5J5eJZKO","expanded_url":"http:\/\/twitter.com\/BigMeanInternet\/status\/668845741817884675\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":169,"resize":"fit"},"large":{"w":682,"h":339,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":298,"resize":"fit"}},"source_status_id":668845741817884675,"source_status_id_str":"668845741817884675","source_user_id":205360130,"source_user_id_str":"205360130"}]},"extended_entities":{"media":[{"id":668845659898961920,"id_str":"668845659898961920","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CUg3lX_W4AAxz7c.png","url":"https:\/\/t.co\/km5J5eJZKO","display_url":"pic.twitter.com\/km5J5eJZKO","expanded_url":"http:\/\/twitter.com\/BigMeanInternet\/status\/668845741817884675\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":169,"resize":"fit"},"large":{"w":682,"h":339,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":298,"resize":"fit"}},"source_status_id":668845741817884675,"source_status_id_str":"668845741817884675","source_user_id":205360130,"source_user_id_str":"205360130"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Sun Nov 22 01:53:57 +0000 2015","id":668246004051873793,"id_str":"668246004051873793","text":"RT @HeerJeet: Okay, this is straight out bigotry. https:\/\/t.co\/1WI0FxJDkA","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Nov 22 01:51:59 +0000 2015","id":668245508411006977,"id_str":"668245508411006977","text":"Okay, this is straight out bigotry. https:\/\/t.co\/1WI0FxJDkA","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":604940737,"id_str":"604940737","name":"Jeet Heer","screen_name":"HeerJeet","location":"","description":"1. Senior Editor, The New Republic 2. Work found here: http:\/\/t.co\/ERLZ3hCrx9 3. Twitter Essayist. 4. Profile drawing by Joe Ollman","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/ERLZ3hCrx9","expanded_url":"http:\/\/www.newrepublic.com\/authors\/jeet-heer","display_url":"newrepublic.com\/authors\/jeet-h\u2026","indices":[56,78]}]}},"protected":false,"followers_count":32021,"friends_count":695,"listed_count":929,"created_at":"Sun Jun 10 23:41:23 +0000 2012","favourites_count":2967,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":61448,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/548523975869870080\/n1h-p7TI_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/548523975869870080\/n1h-p7TI_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"quoted_status_id":668239849581903872,"quoted_status_id_str":"668239849581903872","quoted_status":{"created_at":"Sun Nov 22 01:29:30 +0000 2015","id":668239849581903872,"id_str":"668239849581903872","text":"Trump said today there were \"thousands and thousands\"of ppl were cheering in NJ when WTC fell - no evidence of such https:\/\/t.co\/Lj67fJjJGO","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":93069110,"id_str":"93069110","name":"Maggie Haberman","screen_name":"maggieNYT","location":"","description":"Presidential campaign correspondent for NYTimes, political analyst for CNN. RTs don't necessarily mean agreement. Email is maggie.haberman@nytimes.com","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72878,"friends_count":2431,"listed_count":2377,"created_at":"Fri Nov 27 23:14:06 +0000 2009","favourites_count":10215,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":true,"statuses_count":87142,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/539522850605240320\/fwY5l9Ii_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/539522850605240320\/fwY5l9Ii_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":206,"favorite_count":109,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Lj67fJjJGO","expanded_url":"http:\/\/www.nytimes.com\/2015\/11\/22\/us\/politics\/donald-trump-syrian-muslims-surveillance.html","display_url":"nytimes.com\/2015\/11\/22\/us\/\u2026","indices":[116,139]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":true,"retweet_count":75,"favorite_count":58,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/1WI0FxJDkA","expanded_url":"https:\/\/twitter.com\/maggieNYT\/status\/668239849581903872","display_url":"twitter.com\/maggieNYT\/stat\u2026","indices":[36,59]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":true,"retweet_count":75,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"HeerJeet","name":"Jeet Heer","id":604940737,"id_str":"604940737","indices":[3,12]}],"urls":[{"url":"https:\/\/t.co\/1WI0FxJDkA","expanded_url":"https:\/\/twitter.com\/maggieNYT\/status\/668239849581903872","display_url":"twitter.com\/maggieNYT\/stat\u2026","indices":[50,73]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Sat Nov 21 01:09:00 +0000 2015","id":667872304257490944,"id_str":"667872304257490944","text":"RT @nancyjosales: An Open Letter to Tinder\u2019s Sean Rad from Vanity Fair\u2019s Nancy Jo Sales https:\/\/t.co\/c8BCpmxTHw via @VanityFair","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Nov 21 01:00:30 +0000 2015","id":667870167192444928,"id_str":"667870167192444928","text":"An Open Letter to Tinder\u2019s Sean Rad from Vanity Fair\u2019s Nancy Jo Sales https:\/\/t.co\/c8BCpmxTHw via @VanityFair","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2402336407,"id_str":"2402336407","name":"Nancy Jo Sales","screen_name":"nancyjosales","location":"New York, NY","description":"Writer for Vanity Fair and author of The Bling Ring. Instagram @nancyjosales","url":"http:\/\/t.co\/EMIWzK6JKe","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/EMIWzK6JKe","expanded_url":"http:\/\/www.nancyjosales.com","display_url":"nancyjosales.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3424,"friends_count":2035,"listed_count":63,"created_at":"Sat Mar 22 00:07:48 +0000 2014","favourites_count":3180,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":1397,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/458386276928847872\/iReLUYTM_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/458386276928847872\/iReLUYTM_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2402336407\/1405987335","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":105,"favorite_count":162,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"VanityFair","name":"VANITY FAIR","id":15279429,"id_str":"15279429","indices":[98,109]}],"urls":[{"url":"https:\/\/t.co\/c8BCpmxTHw","expanded_url":"http:\/\/www.vanityfair.com\/news\/2015\/11\/sean-rad-tinder-open-letter-nancy-jo-sales","display_url":"vanityfair.com\/news\/2015\/11\/s\u2026","indices":[70,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":105,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"nancyjosales","name":"Nancy Jo Sales","id":2402336407,"id_str":"2402336407","indices":[3,16]},{"screen_name":"VanityFair","name":"VANITY FAIR","id":15279429,"id_str":"15279429","indices":[116,127]}],"urls":[{"url":"https:\/\/t.co\/c8BCpmxTHw","expanded_url":"http:\/\/www.vanityfair.com\/news\/2015\/11\/sean-rad-tinder-open-letter-nancy-jo-sales","display_url":"vanityfair.com\/news\/2015\/11\/s\u2026","indices":[88,111]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},{"created_at":"Fri Nov 20 20:08:03 +0000 2015","id":667796566057594881,"id_str":"667796566057594881","text":"RT @vruba: More Himawari-8 fun \u2013 here\u2019s an animation of the average day, early July through mid November: https:\/\/t.co\/ekrnuqhASP","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":285,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1216,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":311,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Nov 20 19:57:25 +0000 2015","id":667793892926820352,"id_str":"667793892926820352","text":"More Himawari-8 fun \u2013 here\u2019s an animation of the average day, early July through mid November: https:\/\/t.co\/ekrnuqhASP","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14917754,"id_str":"14917754","name":"Charlie Loyd","screen_name":"vruba","location":"Oakland, etc.","description":"Space and time and light. Tamales and justice. Satellite imagery at @mapbox. Say hi!","url":"https:\/\/t.co\/RAYWEwWY1w","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/RAYWEwWY1w","expanded_url":"http:\/\/tinyletter.com\/vruba","display_url":"tinyletter.com\/vruba","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":4055,"friends_count":1656,"listed_count":234,"created_at":"Tue May 27 06:30:44 +0000 2008","favourites_count":26227,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25156,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/613953116908617728\/p6WTaPW2_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/613953116908617728\/p6WTaPW2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14917754\/1392145528","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3,"favorite_count":5,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ekrnuqhASP","expanded_url":"http:\/\/gfycat.com\/DizzyGorgeousCopperhead","display_url":"gfycat.com\/DizzyGorgeousC\u2026","indices":[95,118]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"},"is_quote_status":false,"retweet_count":3,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"vruba","name":"Charlie Loyd","id":14917754,"id_str":"14917754","indices":[3,9]}],"urls":[{"url":"https:\/\/t.co\/ekrnuqhASP","expanded_url":"http:\/\/gfycat.com\/DizzyGorgeousCopperhead","display_url":"gfycat.com\/DizzyGorgeousC\u2026","indices":[106,129]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"possibly_sensitive_appealable":false,"lang":"en"}]python-twitter-3.3/testdata/get_list_members.json000066400000000000000000000714571311017327200224430ustar00rootroot00000000000000{"users":[{"id":4040207472,"id_str":"4040207472","name":"himawari8bot","screen_name":"himawari8bot","location":"Space","description":"Unofficial; imagery courtesy: Japan Meteorological Agency (https:\/\/t.co\/lzPXaTnMCi) and CIRA (https:\/\/t.co\/YksnDoJEl8). Bot by @__jcbl__","url":"https:\/\/t.co\/uYVLL8E5Qg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uYVLL8E5Qg","expanded_url":"https:\/\/github.com\/jeremylow\/himawari_bot","display_url":"github.com\/jeremylow\/hima\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lzPXaTnMCi","expanded_url":"http:\/\/www.jma.go.jp\/en\/gms\/","display_url":"jma.go.jp\/en\/gms\/","indices":[59,82]},{"url":"https:\/\/t.co\/YksnDoJEl8","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/himawari-8.asp","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[94,117]}]}},"protected":false,"followers_count":303,"friends_count":2,"listed_count":23,"created_at":"Tue Oct 27 23:06:22 +0000 2015","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":813,"lang":"en","status":{"created_at":"Fri Dec 18 18:19:02 +0000 2015","id":677915995160240128,"id_str":"677915995160240128","text":"Coordinates: (19.86325999815016, 87.37017997160355); https:\/\/t.co\/OTFcBzdlfe https:\/\/t.co\/FD1KAGZq6E","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/OTFcBzdlfe","expanded_url":"http:\/\/osm.org\/go\/y~gNV--?m","display_url":"osm.org\/go\/y~gNV--?m","indices":[53,76]}],"media":[{"id":677915954173579264,"id_str":"677915954173579264","indices":[77,100],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677915954173579264\/pu\/img\/ZFA8vaYjlpk5c6GA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677915954173579264\/pu\/img\/ZFA8vaYjlpk5c6GA.jpg","url":"https:\/\/t.co\/FD1KAGZq6E","display_url":"pic.twitter.com\/FD1KAGZq6E","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677915995160240128\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":3769438815,"id_str":"3769438815","name":"Bits of Pluto","screen_name":"bitsofpluto","location":"Up there, out there","description":"A different bit of Pluto every six hours. Bot by @hugovk, photo by NASA's New Horizons spacecraft. https:\/\/t.co\/fOhCrlseIQ","url":"https:\/\/t.co\/mAixJrdlV1","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/mAixJrdlV1","expanded_url":"https:\/\/twitter.com\/hugovk\/lists\/my-twitterbot-army\/members","display_url":"twitter.com\/hugovk\/lists\/m\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/fOhCrlseIQ","expanded_url":"https:\/\/www.nasa.gov\/image-feature\/the-rich-color-variations-of-pluto","display_url":"nasa.gov\/image-feature\/\u2026","indices":[99,122]}]}},"protected":false,"followers_count":42,"friends_count":30,"listed_count":9,"created_at":"Fri Sep 25 09:12:19 +0000 2015","favourites_count":1,"utc_offset":7200,"time_zone":"Helsinki","geo_enabled":false,"verified":false,"statuses_count":333,"lang":"en","status":{"created_at":"Fri Dec 18 16:00:40 +0000 2015","id":677881170898624512,"id_str":"677881170898624512","text":"A bit of Pluto https:\/\/t.co\/sKB1j57QUx","source":"\u003ca href=\"https:\/\/github.com\/hugovk\/\" rel=\"nofollow\"\u003eBits of Pluto\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677881168100855810,"id_str":"677881168100855810","indices":[15,38],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","url":"https:\/\/t.co\/sKB1j57QUx","display_url":"pic.twitter.com\/sKB1j57QUx","expanded_url":"http:\/\/twitter.com\/bitsofpluto\/status\/677881170898624512\/photo\/1","type":"photo","sizes":{"large":{"w":800,"h":600,"resize":"fit"},"small":{"w":340,"h":255,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3769438815\/1443177284","profile_link_color":"0084B4","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":3222275355,"id_str":"3222275355","name":"NewHorizonsBot","screen_name":"NewHorizonsBot","location":"On the way to Pluto","description":"Automatically tweets the latest raw images from the @NASANewHorizons spacecraft, as soon as they are released. A bot by @GeertHub. Not an official NASA account.","url":"https:\/\/t.co\/Ap4qMeBPxI","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Ap4qMeBPxI","expanded_url":"https:\/\/github.com\/barentsen\/NewHorizonsBot","display_url":"github.com\/barentsen\/NewH\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6871,"friends_count":12,"listed_count":208,"created_at":"Wed Apr 29 19:54:08 +0000 2015","favourites_count":3,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":647,"lang":"en","status":{"created_at":"Fri Sep 11 22:35:04 +0000 2015","id":642466415996502016,"id_str":"642466415996502016","text":"#NewHorizons released an image of PLUTO!\n\u231a Jul 15, 03:26:40 UTC.\n\ud83d\udccd 0.8M km from #Pluto.\n\ud83d\udd17 http:\/\/t.co\/f2VIi4tTPm http:\/\/t.co\/bHocoxqmOQ","source":"\u003ca href=\"http:\/\/geert.io\" rel=\"nofollow\"\u003eGeertBot\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":11,"favorite_count":14,"entities":{"hashtags":[{"text":"NewHorizons","indices":[0,12]},{"text":"Pluto","indices":[80,86]}],"symbols":[],"user_mentions":[],"urls":[{"url":"http:\/\/t.co\/f2VIi4tTPm","expanded_url":"http:\/\/pluto.jhuapl.edu\/soc\/Pluto-Encounter\/view_obs.php?image=data\/pluto\/level2\/lor\/jpeg\/029923\/lor_0299236719_0x630_sci_4.jpg&utc_time=2015-07-15<br>03:26:40 UTC&description=%5Bnot+yet+coded%5D&target=PLUTO&range=0.8M km&exposure=150 msec","display_url":"pluto.jhuapl.edu\/soc\/Pluto-Enco\u2026","indices":[90,112]}],"media":[{"id":642466415186829312,"id_str":"642466415186829312","indices":[113,135],"media_url":"http:\/\/pbs.twimg.com\/media\/COp_zPlUYAAVjJO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/COp_zPlUYAAVjJO.jpg","url":"http:\/\/t.co\/bHocoxqmOQ","display_url":"pic.twitter.com\/bHocoxqmOQ","expanded_url":"http:\/\/twitter.com\/NewHorizonsBot\/status\/642466415996502016\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/595603113987432448\/jQofSMx__normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/595603113987432448\/jQofSMx__normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3222275355\/1430837448","profile_link_color":"FA743E","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2991194699,"id_str":"2991194699","name":"Apollo Images","screen_name":"ApolloImgs","location":"The Moon","description":"I post images from the Apollo Missions, courtesy of the Lunar and Planetary Institute. Bot by @jhoffstein","url":"http:\/\/t.co\/JREI78yCwu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JREI78yCwu","expanded_url":"http:\/\/www.lpi.usra.edu\/resources\/apollo\/","display_url":"lpi.usra.edu\/resources\/apol\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":38,"friends_count":0,"listed_count":7,"created_at":"Thu Jan 22 02:37:49 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2049,"lang":"en","status":{"created_at":"Mon Jul 13 18:10:12 +0000 2015","id":620656488705462272,"id_str":"620656488705462272","text":"Apollo 14 http:\/\/t.co\/2hePD8OAjf http:\/\/t.co\/82F8ISxS26","source":"\u003ca href=\"http:\/\/www.jhoffstein.com\" rel=\"nofollow\"\u003eApollo Images\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"http:\/\/t.co\/2hePD8OAjf","expanded_url":"http:\/\/www.lpi.usra.edu\/resources\/apollo\/frame\/?AS14-72-9978","display_url":"lpi.usra.edu\/resources\/apol\u2026","indices":[10,32]}],"media":[{"id":620656488587988992,"id_str":"620656488587988992","indices":[33,55],"media_url":"http:\/\/pbs.twimg.com\/media\/CJ0DybnUEAARnm4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CJ0DybnUEAARnm4.jpg","url":"http:\/\/t.co\/82F8ISxS26","display_url":"pic.twitter.com\/82F8ISxS26","expanded_url":"http:\/\/twitter.com\/ApolloImgs\/status\/620656488705462272\/photo\/1","type":"photo","sizes":{"large":{"w":450,"h":450,"resize":"fit"},"medium":{"w":450,"h":450,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"in"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/558092578197749760\/N1BAojDA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/558092578197749760\/N1BAojDA_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2991194699\/1421894692","profile_link_color":"ABB8C2","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1396,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7625,"lang":"en","status":{"created_at":"Fri Dec 18 19:43:02 +0000 2015","id":677937134318149632,"id_str":"677937134318149632","text":"Coordinates: 57905,20545. 675x675px https:\/\/t.co\/h5PAyPIIBD","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677937134230102016,"id_str":"677937134230102016","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CWiEO1HU4AAbTvJ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWiEO1HU4AAbTvJ.jpg","url":"https:\/\/t.co\/h5PAyPIIBD","display_url":"pic.twitter.com\/h5PAyPIIBD","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677937134318149632\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":675,"h":675,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2988738439,"id_str":"2988738439","name":"tiny shooting stars","screen_name":"tinyshootinstar","location":"","description":"tiny shooting stars put into @tiny_star_field's tweets.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":17,"friends_count":2,"listed_count":9,"created_at":"Sun Jan 18 15:05:10 +0000 2015","favourites_count":3,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":52,"lang":"en","status":{"created_at":"Fri Feb 06 18:32:00 +0000 2015","id":563767078448930816,"id_str":"563767078448930816","text":"@tiny_star_field\n \u272b . \u3000\u3000\u3000\u3000\u3000\u3000* \u00b7 . \n\u3000 \u3000\u3000\u3000\u3000 . \n\u3000\u3000\u2737 \u272b \u3000\n \u3000\u3000\u3000 . \u3000 \u3000\u3000\u3000 \n \u3000\u3000 * \u3000\ud83d\udcab \u02da \n\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000 \u3000 \u22c6 \u3000 \u02da \u272b","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":563766329132331008,"in_reply_to_status_id_str":"563766329132331008","in_reply_to_user_id":2607163646,"in_reply_to_user_id_str":"2607163646","in_reply_to_screen_name":"tiny_star_field","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tiny_star_field","name":"\u22c6\u2735tiny star fields\u2735\u22c6","id":2607163646,"id_str":"2607163646","indices":[0,16]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/556831778095108096\/_izGkXUT_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/556831778095108096\/_izGkXUT_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2988738439\/1421594082","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2873849441,"id_str":"2873849441","name":"Star Near You","screen_name":"starnearyou","location":"Orion\u2013Cygnus Arm, Milky Way","description":"I'm a bot that generates GIFs of the Sun's corona. Images courtesy of NASA\/SDO and the AIA science team. Created by @ddbeck.","url":"https:\/\/t.co\/2XrBFpUxiv","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/2XrBFpUxiv","expanded_url":"https:\/\/github.com\/ddbeck\/starnearyou","display_url":"github.com\/ddbeck\/starnea\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":54,"friends_count":1,"listed_count":21,"created_at":"Wed Nov 12 15:26:16 +0000 2014","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1185,"lang":"en","status":{"created_at":"Fri Dec 18 16:09:21 +0000 2015","id":677883355954835456,"id_str":"677883355954835456","text":"https:\/\/t.co\/1FZuXwfN8P","source":"\u003ca href=\"http:\/\/www.twitter.com\/starnearyou\" rel=\"nofollow\"\u003eStar Near You Bot\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/1FZuXwfN8P","expanded_url":"http:\/\/twitter.com\/starnearyou\/status\/677883355954835456\/photo\/1","display_url":"pic.twitter.com\/1FZuXwfN8P","indices":[0,23]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/532558084648873984\/n7U0OiIB_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/532558084648873984\/n7U0OiIB_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2873849441\/1415806333","profile_link_color":"3B94D9","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2758649640,"id_str":"2758649640","name":"tiny astronaut","screen_name":"tiny_astro_naut","location":"","description":"tiny adventures of tiny astronauts injected into @tiny_star_field's tiny star fields. by @elibrody","url":"http:\/\/t.co\/p2MpascZzX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/p2MpascZzX","expanded_url":"http:\/\/tinyastronaut.neocities.org\/","display_url":"tinyastronaut.neocities.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":4244,"friends_count":2,"listed_count":62,"created_at":"Sat Aug 23 12:39:49 +0000 2014","favourites_count":405,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4285,"lang":"en","status":{"created_at":"Fri Dec 18 18:51:27 +0000 2015","id":677924150757969921,"id_str":"677924150757969921","text":"@BenjM_ @tiny_star_field lol\ud83d\ude80cool","source":"\u003ca href=\"http:\/\/blog.megastructure.org\/\" rel=\"nofollow\"\u003eTiny Astronaut\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":677923217823035392,"in_reply_to_status_id_str":"677923217823035392","in_reply_to_user_id":4041039680,"in_reply_to_user_id_str":"4041039680","in_reply_to_screen_name":"BenjM_","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"BenjM_","name":"Christmas Zebra","id":4041039680,"id_str":"4041039680","indices":[0,7]},{"screen_name":"tiny_star_field","name":"\u22c6\u2735tiny star fields\u2735\u22c6","id":2607163646,"id_str":"2607163646","indices":[8,24]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_link_color":"AAAAAA","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2607163646,"id_str":"2607163646","name":"\u22c6\u2735tiny star fields\u2735\u22c6","screen_name":"tiny_star_field","location":"","description":"i produce a small window of stars periodically throughout the day and night \/\/ (inquires, @katierosepipkin)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69692,"friends_count":5807,"listed_count":478,"created_at":"Sun Jul 06 09:21:05 +0000 2014","favourites_count":409,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4295,"lang":"en","status":{"created_at":"Fri Dec 18 18:29:02 +0000 2015","id":677918508915683328,"id_str":"677918508915683328","text":"\u00b7 \u3000 + \u00b7 \u3000\u3000\u3000\u3000\u3000\u3000\n * *\u3000\u3000\u3000 \u00b7 \u3000\u3000 \u02da .\n \u2735 \u273a \u3000.\n\u3000\u3000 * . \u273a * \u3000 \u00b7 \u272b \n\u3000 \u3000\u3000 * + \u2737 \u3000\u3000 \n \u273a \u3000 \u3000\u3000 . *","source":"\u003ca href=\"https:\/\/twitter.com\/tiny_star_field\" rel=\"nofollow\"\u003etiny star field\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":169,"favorite_count":133,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2607163646\/1404638820","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14446054,"id_str":"14446054","name":"lowflyingrocks","screen_name":"lowflyingrocks","location":"","description":"I mention every near earth object that passes within 0.2AU of Earth. @tomtaylor made me.","url":"http:\/\/t.co\/49Rp4zBFqj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/49Rp4zBFqj","expanded_url":"http:\/\/www.tomtaylor.co.uk\/projects\/","display_url":"tomtaylor.co.uk\/projects\/","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":6925,"friends_count":4,"listed_count":574,"created_at":"Sat Apr 19 19:58:54 +0000 2008","favourites_count":1,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":4089,"lang":"en","status":{"created_at":"Fri Dec 18 15:40:03 +0000 2015","id":677875983014203392,"id_str":"677875983014203392","text":"2015\u00a0MW53, ~140m-310m in diameter, just passed the Earth at 20km\/s, missing by ~6,790,000km. https:\/\/t.co\/BFlKjHw4i2","source":"\u003ca href=\"http:\/\/twitter.com\/lowflyingrocks\" rel=\"nofollow\"\u003elowflyingrocks\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/BFlKjHw4i2","expanded_url":"http:\/\/ssd.jpl.nasa.gov\/sbdb.cgi?sstr=2015%20MW53;orb=1","display_url":"ssd.jpl.nasa.gov\/sbdb.cgi?sstr=\u2026","indices":[93,116]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/53537162\/asteroid_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/53537162\/asteroid_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_list_members_0.json000066400000000000000000002134221311017327200226500ustar00rootroot00000000000000{"next_cursor": 4611686020936348428, "users": [{"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/659410881806135296/PdVxDc0W_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 362, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 4048395140, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 106, "friends_count": 0, "location": "", "description": "I am a bot that simulates a series of mechanical linkages (+ noise) to draw a curve 4x/day. // by @tinysubversions, inspired by @ra & @bahrami_", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659410881806135296/PdVxDc0W_normal.png", "geo_enabled": false, "time_zone": null, "name": "Spinny Machine", "id_str": "4048395140", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CZ9xAlyWQAAVsZk.mp4"}], "aspect_ratio": [1, 1]}, "id": 693397122595569664, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ9xAlyWQAAVsZk.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ9xAlyWQAAVsZk.png", "display_url": "pic.twitter.com/n6lbayOFFQ", "indices": [30, 53], "expanded_url": "http://twitter.com/spinnymachine/status/693397123023396864/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 360, "h": 360}, "small": {"resize": "fit", "w": 340, "h": 340}, "medium": {"resize": "fit", "w": 360, "h": 360}}, "id_str": "693397122595569664", "url": "https://t.co/n6lbayOFFQ"}]}, "truncated": false, "id": 693397123023396864, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "a casually scorched northeast https://t.co/n6lbayOFFQ", "id_str": "693397123023396864", "entities": {"media": [{"type": "photo", "id": 693397122595569664, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ9xAlyWQAAVsZk.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ9xAlyWQAAVsZk.png", "display_url": "pic.twitter.com/n6lbayOFFQ", "indices": [30, 53], "expanded_url": "http://twitter.com/spinnymachine/status/693397123023396864/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 360, "h": 360}, "small": {"resize": "fit", "w": 340, "h": 340}, "medium": {"resize": "fit", "w": 360, "h": 360}}, "id_str": "693397122595569664", "url": "https://t.co/n6lbayOFFQ"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Spinny Machine", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 11:35:31 +0000 2016"}, "is_translator": false, "screen_name": "spinnymachine", "created_at": "Wed Oct 28 16:43:01 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 6, "profile_image_url": "http://pbs.twimg.com/profile_images/658781950472138752/FOQCSbLg_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/OOS2jbeYND", "statuses_count": 135, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 4029020052, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "DBAF44", "followers_count": 23, "friends_count": 2, "location": "TV", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4029020052/1445900976", "description": "I'm a bot that tweets fake Empire plots, inspired by @eveewing https://t.co/OOS2jbeYND // by @tinysubversions", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/658781950472138752/FOQCSbLg_normal.png", "geo_enabled": false, "time_zone": null, "name": "Empire Plots Bot", "id_str": "4029020052", "entities": {"description": {"urls": [{"display_url": "twitter.com/eveewing/statu\u2026", "indices": [63, 86], "expanded_url": "https://twitter.com/eveewing/status/658478802327183360", "url": "https://t.co/OOS2jbeYND"}]}, "url": {"urls": [{"display_url": "twitter.com/eveewing/statu\u2026", "indices": [0, 23], "expanded_url": "https://twitter.com/eveewing/status/658478802327183360", "url": "https://t.co/OOS2jbeYND"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 671831157646876672, "media_url": "http://pbs.twimg.com/media/CVLS4NyU4AAshFm.png", "media_url_https": "https://pbs.twimg.com/media/CVLS4NyU4AAshFm.png", "display_url": "pic.twitter.com/EQ8oGhG502", "indices": [101, 124], "expanded_url": "http://twitter.com/EmpirePlots/status/671831157739118593/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 300, "h": 400}, "small": {"resize": "fit", "w": 300, "h": 400}, "large": {"resize": "fit", "w": 300, "h": 400}}, "id_str": "671831157646876672", "url": "https://t.co/EQ8oGhG502"}]}, "truncated": false, "id": 671831157739118593, "place": null, "favorite_count": 1, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Jamal is stuck in a wild forest with Kene Holliday and can't find their way out (it's just a dream). https://t.co/EQ8oGhG502", "id_str": "671831157739118593", "entities": {"media": [{"type": "photo", "id": 671831157646876672, "media_url": "http://pbs.twimg.com/media/CVLS4NyU4AAshFm.png", "media_url_https": "https://pbs.twimg.com/media/CVLS4NyU4AAshFm.png", "display_url": "pic.twitter.com/EQ8oGhG502", "indices": [101, 124], "expanded_url": "http://twitter.com/EmpirePlots/status/671831157739118593/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 300, "h": 400}, "small": {"resize": "fit", "w": 300, "h": 400}, "large": {"resize": "fit", "w": 300, "h": 400}}, "id_str": "671831157646876672", "url": "https://t.co/EQ8oGhG502"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Empire Plots Bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue Dec 01 23:20:04 +0000 2015"}, "is_translator": false, "screen_name": "EmpirePlots", "created_at": "Mon Oct 26 22:49:42 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 25, "profile_image_url": "http://pbs.twimg.com/profile_images/652238580765462528/BQVTvFS9_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 346, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 3829470974, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "027F45", "followers_count": 287, "friends_count": 1, "location": "Portland, OR", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3829470974/1444340849", "description": "Portland is such a weird place! We show real pics of places in Portland! ONLY IN PORTLAND as they say! // a bot by @tinysubversions, 4x daily", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652238580765462528/BQVTvFS9_normal.png", "geo_enabled": false, "time_zone": null, "name": "Wow So Portland!", "id_str": "3829470974", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693471873166761984, "media_url": "http://pbs.twimg.com/media/CZ-0_pXUYAAGzn4.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-0_pXUYAAGzn4.jpg", "display_url": "pic.twitter.com/CF8JrGCQcY", "indices": [57, 80], "expanded_url": "http://twitter.com/wowsoportland/status/693471873246502912/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 600, "h": 300}, "small": {"resize": "fit", "w": 340, "h": 170}, "medium": {"resize": "fit", "w": 600, "h": 300}}, "id_str": "693471873166761984", "url": "https://t.co/CF8JrGCQcY"}]}, "truncated": false, "id": 693471873246502912, "place": null, "favorite_count": 1, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "those silly Portlanders are always up to something funny https://t.co/CF8JrGCQcY", "id_str": "693471873246502912", "entities": {"media": [{"type": "photo", "id": 693471873166761984, "media_url": "http://pbs.twimg.com/media/CZ-0_pXUYAAGzn4.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-0_pXUYAAGzn4.jpg", "display_url": "pic.twitter.com/CF8JrGCQcY", "indices": [57, 80], "expanded_url": "http://twitter.com/wowsoportland/status/693471873246502912/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 600, "h": 300}, "small": {"resize": "fit", "w": 340, "h": 170}, "medium": {"resize": "fit", "w": 600, "h": 300}}, "id_str": "693471873166761984", "url": "https://t.co/CF8JrGCQcY"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Wow so portland", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:32:33 +0000 2016"}, "is_translator": false, "screen_name": "wowsoportland", "created_at": "Thu Oct 08 21:38:27 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 28, "profile_image_url": "http://pbs.twimg.com/profile_images/650161232540909568/yyvPEOnF_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/8fYJI1TWEs", "statuses_count": 515, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 3765991992, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "ABB8C2", "followers_count": 331, "friends_count": 1, "location": "Mare Tranquilitatis", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3765991992/1443845573", "description": "Tweeting pics from the Project Apollo Archive, four times a day. Not affiliated with the Project Apollo Archive. // a bot by @tinysubversions", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -28800, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/650161232540909568/yyvPEOnF_normal.jpg", "geo_enabled": false, "time_zone": "Pacific Time (US & Canada)", "name": "Moon Shot Bot", "id_str": "3765991992", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "flickr.com/photos/project\u2026", "indices": [0, 23], "expanded_url": "https://www.flickr.com/photos/projectapolloarchive/", "url": "https://t.co/8fYJI1TWEs"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693470001316171776, "media_url": "http://pbs.twimg.com/media/CZ-zSsLXEAAhEia.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-zSsLXEAAhEia.jpg", "display_url": "pic.twitter.com/2j5ezW6i9G", "indices": [103, 126], "expanded_url": "http://twitter.com/moonshotbot/status/693470003249684481/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1070}, "small": {"resize": "fit", "w": 340, "h": 355}, "medium": {"resize": "fit", "w": 600, "h": 627}}, "id_str": "693470001316171776", "url": "https://t.co/2j5ezW6i9G"}]}, "truncated": false, "id": 693470003249684481, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "\ud83c\udf0c\ud83c\udf18\ud83c\udf1b\nApollo 15 Hasselblad image from film magazine 97/O - lunar orbit view\n\ud83d\ude80\ud83c\udf1a\ud83c\udf19\n https://t.co/n4WH1ZTyuZ https://t.co/2j5ezW6i9G", "id_str": "693470003249684481", "entities": {"media": [{"type": "photo", "id": 693470001316171776, "media_url": "http://pbs.twimg.com/media/CZ-zSsLXEAAhEia.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-zSsLXEAAhEia.jpg", "display_url": "pic.twitter.com/2j5ezW6i9G", "indices": [103, 126], "expanded_url": "http://twitter.com/moonshotbot/status/693470003249684481/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1070}, "small": {"resize": "fit", "w": 340, "h": 355}, "medium": {"resize": "fit", "w": 600, "h": 627}}, "id_str": "693470001316171776", "url": "https://t.co/2j5ezW6i9G"}], "hashtags": [], "urls": [{"display_url": "flickr.com/photos/project\u2026", "indices": [79, 102], "expanded_url": "https://www.flickr.com/photos/projectapolloarchive/21831461788", "url": "https://t.co/n4WH1ZTyuZ"}], "symbols": [], "user_mentions": []}, "source": "Moon Shot Bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:25:07 +0000 2016"}, "is_translator": false, "screen_name": "moonshotbot", "created_at": "Sat Oct 03 04:03:02 +0000 2015"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 17, "profile_image_url": "http://pbs.twimg.com/profile_images/629374160993710081/q-lr9vsE_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/mRUwkqVO7i", "statuses_count": 598, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 3406094211, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 133, "friends_count": 0, "location": "Not affiliated with the FBI", "description": "I tweet random pages from FOIA-requested FBI records, 4x/day. I'm a bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/629374160993710081/q-lr9vsE_normal.jpg", "geo_enabled": false, "time_zone": null, "name": "FBI Bot", "id_str": "3406094211", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "vault.fbi.gov", "indices": [0, 22], "expanded_url": "http://vault.fbi.gov", "url": "http://t.co/mRUwkqVO7i"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693483330080210944, "media_url": "http://pbs.twimg.com/media/CZ-_ahsWAAADnwA.png", "media_url_https": "https://pbs.twimg.com/media/CZ-_ahsWAAADnwA.png", "display_url": "pic.twitter.com/Dey5JLxCvb", "indices": [63, 86], "expanded_url": "http://twitter.com/FBIbot/status/693483330218622976/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 776}, "small": {"resize": "fit", "w": 340, "h": 439}, "large": {"resize": "fit", "w": 1000, "h": 1294}}, "id_str": "693483330080210944", "url": "https://t.co/Dey5JLxCvb"}]}, "truncated": false, "id": 693483330218622976, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "The FBI was watching Fred G. Randaccio https://t.co/NAkQc4FYKp https://t.co/Dey5JLxCvb", "id_str": "693483330218622976", "entities": {"media": [{"type": "photo", "id": 693483330080210944, "media_url": "http://pbs.twimg.com/media/CZ-_ahsWAAADnwA.png", "media_url_https": "https://pbs.twimg.com/media/CZ-_ahsWAAADnwA.png", "display_url": "pic.twitter.com/Dey5JLxCvb", "indices": [63, 86], "expanded_url": "http://twitter.com/FBIbot/status/693483330218622976/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 776}, "small": {"resize": "fit", "w": 340, "h": 439}, "large": {"resize": "fit", "w": 1000, "h": 1294}}, "id_str": "693483330080210944", "url": "https://t.co/Dey5JLxCvb"}], "hashtags": [], "urls": [{"display_url": "vault.fbi.gov/frank-randaccio", "indices": [39, 62], "expanded_url": "https://vault.fbi.gov/frank-randaccio", "url": "https://t.co/NAkQc4FYKp"}], "symbols": [], "user_mentions": []}, "source": "FBIBot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:18:04 +0000 2016"}, "is_translator": false, "screen_name": "FBIbot", "created_at": "Thu Aug 06 19:28:10 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 23, "profile_image_url": "http://pbs.twimg.com/profile_images/631231593164607488/R4hRHjBI_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/6cpr8h0hGa", "statuses_count": 664, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 3312790286, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "4A913C", "followers_count": 239, "friends_count": 0, "location": "", "description": "Animal videos sourced from @macaulaylibrary. Turn up the sound! // A bot by @tinysubversions. Not affiliated with the Macaulay Library.", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/631231593164607488/R4hRHjBI_normal.png", "geo_enabled": false, "time_zone": null, "name": "Animal Video Bot", "id_str": "3312790286", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "macaulaylibrary.org", "indices": [0, 22], "expanded_url": "http://macaulaylibrary.org/", "url": "http://t.co/6cpr8h0hGa"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "ro", "extended_entities": {"media": [{"type": "video", "video_info": {"variants": [{"content_type": "video/webm", "bitrate": 832000, "url": "https://video.twimg.com/ext_tw_video/693439580935094273/pu/vid/640x360/hY01KGCSXl-isZzt.webm"}, {"content_type": "video/mp4", "bitrate": 320000, "url": "https://video.twimg.com/ext_tw_video/693439580935094273/pu/vid/320x180/3NEGIMyzX2tdBm5i.mp4"}, {"content_type": "video/mp4", "bitrate": 832000, "url": "https://video.twimg.com/ext_tw_video/693439580935094273/pu/vid/640x360/hY01KGCSXl-isZzt.mp4"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693439580935094273/pu/pl/G53mlN6oslnMAWd5.m3u8"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693439580935094273/pu/pl/G53mlN6oslnMAWd5.mpd"}], "aspect_ratio": [16, 9], "duration_millis": 20021}, "id": 693439580935094273, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693439580935094273/pu/img/K0BdyKh0qQc3P5_N.jpg", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693439580935094273/pu/img/K0BdyKh0qQc3P5_N.jpg", "display_url": "pic.twitter.com/aaGNPmPpni", "indices": [85, 108], "expanded_url": "http://twitter.com/AnimalVidBot/status/693439595946479617/video/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 640, "h": 360}, "small": {"resize": "fit", "w": 340, "h": 191}, "medium": {"resize": "fit", "w": 600, "h": 338}}, "id_str": "693439580935094273", "url": "https://t.co/aaGNPmPpni"}]}, "truncated": false, "id": 693439595946479617, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Maui Parrotbill\n\nPseudonestor xanthophrys\nBarksdale, Timothy https://t.co/c6n9M2Cjnv https://t.co/aaGNPmPpni", "id_str": "693439595946479617", "entities": {"media": [{"type": "photo", "id": 693439580935094273, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693439580935094273/pu/img/K0BdyKh0qQc3P5_N.jpg", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693439580935094273/pu/img/K0BdyKh0qQc3P5_N.jpg", "display_url": "pic.twitter.com/aaGNPmPpni", "indices": [85, 108], "expanded_url": "http://twitter.com/AnimalVidBot/status/693439595946479617/video/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 640, "h": 360}, "small": {"resize": "fit", "w": 340, "h": 191}, "medium": {"resize": "fit", "w": 600, "h": 338}}, "id_str": "693439580935094273", "url": "https://t.co/aaGNPmPpni"}], "hashtags": [], "urls": [{"display_url": "macaulaylibrary.org/video/428118", "indices": [61, 84], "expanded_url": "http://macaulaylibrary.org/video/428118", "url": "https://t.co/c6n9M2Cjnv"}], "symbols": [], "user_mentions": []}, "source": "Animal Video Bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 14:24:17 +0000 2016"}, "is_translator": false, "screen_name": "AnimalVidBot", "created_at": "Tue Aug 11 22:25:35 +0000 2015"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 10, "profile_image_url": "http://pbs.twimg.com/profile_images/624358417818238976/CfSPOEr4_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/YEWmunbcFZ", "statuses_count": 4, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 3300809963, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 56, "friends_count": 0, "location": "The Most Relevant Ad Agency", "description": "The most happenin' new trends on the internet. // A bot by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624358417818238976/CfSPOEr4_normal.jpg", "geo_enabled": false, "time_zone": null, "name": "Trend Reportz", "id_str": "3300809963", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "slideshare.net/trendreportz", "indices": [0, 22], "expanded_url": "http://www.slideshare.net/trendreportz", "url": "http://t.co/YEWmunbcFZ"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 1, "lang": "en", "truncated": false, "id": 638389840472600576, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "NEW REPORT! Learn what steamers mean to 7-18 y/o men http://t.co/veQGWz1Lqn", "id_str": "638389840472600576", "entities": {"hashtags": [], "urls": [{"display_url": "slideshare.net/trendreportz/t\u2026", "indices": [53, 75], "expanded_url": "http://www.slideshare.net/trendreportz/trends-in-steamers", "url": "http://t.co/veQGWz1Lqn"}], "symbols": [], "user_mentions": []}, "source": "Trend Reportz", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Aug 31 16:36:13 +0000 2015"}, "is_translator": false, "screen_name": "TrendReportz", "created_at": "Wed May 27 19:43:37 +0000 2015"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 14, "profile_image_url": "http://pbs.twimg.com/profile_images/585540228439498752/OPHSe1Yw_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/lrCYkDGPrm", "statuses_count": 888, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 3145355109, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 106, "friends_count": 1, "location": "The Middle East", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3145355109/1428438665", "description": "Public domain photos from the Qatar Digital Library of Middle Eastern (& nearby) history. Tweets 4x/day. // bot by @tinysubversions, not affiliated with the QDL", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/585540228439498752/OPHSe1Yw_normal.png", "geo_enabled": false, "time_zone": null, "name": "Middle East History", "id_str": "3145355109", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "qdl.qa/en/search/site\u2026", "indices": [0, 22], "expanded_url": "http://www.qdl.qa/en/search/site/?f%5B0%5D=document_source%3Aarchive_source", "url": "http://t.co/lrCYkDGPrm"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693479308619300866, "media_url": "http://pbs.twimg.com/media/CZ-7wclWQAIpxlu.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-7wclWQAIpxlu.jpg", "display_url": "pic.twitter.com/xojYCSnUZu", "indices": [72, 95], "expanded_url": "http://twitter.com/MidEastHistory/status/693479308745113600/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1024}, "small": {"resize": "fit", "w": 340, "h": 340}, "medium": {"resize": "fit", "w": 600, "h": 600}}, "id_str": "693479308619300866", "url": "https://t.co/xojYCSnUZu"}]}, "truncated": false, "id": 693479308745113600, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "'Distant View of Hormuz.' Photographer: Unknown https://t.co/hkDmSbTLgT https://t.co/xojYCSnUZu", "id_str": "693479308745113600", "entities": {"media": [{"type": "photo", "id": 693479308619300866, "media_url": "http://pbs.twimg.com/media/CZ-7wclWQAIpxlu.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-7wclWQAIpxlu.jpg", "display_url": "pic.twitter.com/xojYCSnUZu", "indices": [72, 95], "expanded_url": "http://twitter.com/MidEastHistory/status/693479308745113600/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1024}, "small": {"resize": "fit", "w": 340, "h": 340}, "medium": {"resize": "fit", "w": 600, "h": 600}}, "id_str": "693479308619300866", "url": "https://t.co/xojYCSnUZu"}], "hashtags": [], "urls": [{"display_url": "qdl.qa//en/archive/81\u2026", "indices": [48, 71], "expanded_url": "http://www.qdl.qa//en/archive/81055/vdc_100024111424.0x00000f", "url": "https://t.co/hkDmSbTLgT"}], "symbols": [], "user_mentions": []}, "source": "Mid east history pics", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:02:06 +0000 2016"}, "is_translator": false, "screen_name": "MidEastHistory", "created_at": "Tue Apr 07 20:27:15 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 99, "profile_image_url": "http://pbs.twimg.com/profile_images/584076161325473793/gufAEGJv_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/s6OmUwb6Bn", "statuses_count": 91531, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 3131670665, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "ABB8C2", "followers_count": 46186, "friends_count": 1, "location": "Hogwarts", "description": "I'm the Sorting Hat and I'm here to say / I love sorting students in a major way // a bot by @tinysubversions, follow to get sorted!", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/584076161325473793/gufAEGJv_normal.png", "geo_enabled": false, "time_zone": null, "name": "The Sorting Hat Bot", "id_str": "3131670665", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tinysubversions.com/notes/sorting-\u2026", "indices": [0, 22], "expanded_url": "http://tinysubversions.com/notes/sorting-bot/", "url": "http://t.co/s6OmUwb6Bn"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693474779018362880, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 1210222826, "in_reply_to_status_id": null, "in_reply_to_screen_name": "Nyrfall", "text": "@Nyrfall The Sorting time is here at last, I know each time you send\nI've figured out that Slytherin's the right place for your blend", "id_str": "693474779018362880", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": [{"indices": [0, 8], "id": 1210222826, "name": "Desi Sobrino", "screen_name": "Nyrfall", "id_str": "1210222826"}]}, "source": "The Sorting Hat Bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": "1210222826", "retweeted": false, "created_at": "Sat Jan 30 16:44:06 +0000 2016"}, "is_translator": false, "screen_name": "SortingBot", "created_at": "Fri Apr 03 19:27:31 +0000 2015"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 34, "profile_image_url": "http://pbs.twimg.com/profile_images/580173179236196352/nWsIPbqH_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/2YPE0x0Knw", "statuses_count": 1233, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 3105672877, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 424, "friends_count": 0, "location": "NYC", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3105672877/1427159206", "description": "Posting random flyers from hip hop's formative years every 6 hours. Most art by Buddy Esquire and Phase 2. Full collection at link. // a bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/580173179236196352/nWsIPbqH_normal.png", "geo_enabled": false, "time_zone": null, "name": "Old School Flyers", "id_str": "3105672877", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "toledohiphop.org/images/old_sch\u2026", "indices": [0, 22], "expanded_url": "http://www.toledohiphop.org/images/old_school_source_code/", "url": "http://t.co/2YPE0x0Knw"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "und", "extended_entities": {"media": [{"type": "photo", "id": 693422418480742400, "media_url": "http://pbs.twimg.com/media/CZ-IBATWQAAhkZA.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-IBATWQAAhkZA.jpg", "display_url": "pic.twitter.com/B7jv7lwB9S", "indices": [0, 23], "expanded_url": "http://twitter.com/oldschoolflyers/status/693422418929524736/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 503, "h": 646}, "small": {"resize": "fit", "w": 340, "h": 435}, "medium": {"resize": "fit", "w": 503, "h": 646}}, "id_str": "693422418480742400", "url": "https://t.co/B7jv7lwB9S"}]}, "truncated": false, "id": 693422418929524736, "place": null, "favorite_count": 1, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "https://t.co/B7jv7lwB9S", "id_str": "693422418929524736", "entities": {"media": [{"type": "photo", "id": 693422418480742400, "media_url": "http://pbs.twimg.com/media/CZ-IBATWQAAhkZA.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-IBATWQAAhkZA.jpg", "display_url": "pic.twitter.com/B7jv7lwB9S", "indices": [0, 23], "expanded_url": "http://twitter.com/oldschoolflyers/status/693422418929524736/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 503, "h": 646}, "small": {"resize": "fit", "w": 340, "h": 435}, "medium": {"resize": "fit", "w": 503, "h": 646}}, "id_str": "693422418480742400", "url": "https://t.co/B7jv7lwB9S"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "oldschoolflyers", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 13:16:02 +0000 2016"}, "is_translator": false, "screen_name": "oldschoolflyers", "created_at": "Tue Mar 24 00:55:10 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 41, "profile_image_url": "http://pbs.twimg.com/profile_images/561971159927771136/sEQ5u1zM_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1396, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 3010688583, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "961EE4", "followers_count": 243, "friends_count": 1, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3010688583/1422819642", "description": "DAD: weird conversation joke is bae ME: ugh dad no DAD: [something unhip] // a bot by @tinysubversions", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/561971159927771136/sEQ5u1zM_normal.png", "geo_enabled": false, "time_zone": null, "name": "Weird Convo Bot", "id_str": "3010688583", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693429980093620224, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "DOG: Wtf are you bae'\nME: fart. Ugh.\nDOG: so sex with me is sex vape\nME: Wtf are you skeleton'", "id_str": "693429980093620224", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "WeirdConvoBot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 13:46:05 +0000 2016"}, "is_translator": false, "screen_name": "WeirdConvoBot", "created_at": "Sun Feb 01 19:05:21 +0000 2015"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 110, "profile_image_url": "http://pbs.twimg.com/profile_images/556129692554493953/82ISdQxF_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/3gDtETAFpu", "statuses_count": 1510, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2981339967, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 1308, "friends_count": 1, "location": "Frankfurt School", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2981339967/1421426775", "description": "We love #innovation and are always thinking of the next #disruptive startup #idea! // a bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/556129692554493953/82ISdQxF_normal.png", "geo_enabled": false, "time_zone": null, "name": "Hottest Startups", "id_str": "2981339967", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "marxists.org/archive/index.\u2026", "indices": [0, 22], "expanded_url": "http://www.marxists.org/archive/index.htm", "url": "http://t.co/3gDtETAFpu"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693477791883350016, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Startup idea: The architect thinks of the building contractor as a layman who tells him what he needs and what he can pay.", "id_str": "693477791883350016", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "hottest startups", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:56:04 +0000 2016"}, "is_translator": false, "screen_name": "HottestStartups", "created_at": "Fri Jan 16 16:33:45 +0000 2015"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 40, "profile_image_url": "http://pbs.twimg.com/profile_images/549979314541039617/fZ_XDnWz_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 6748, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 2951486632, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "FFCC4D", "followers_count": 3155, "friends_count": 1, "location": "(bot by @tinysubversions)", "description": "We are the Academy For Annual Recognition and each year we give out the Yearly Awards. Follow (or re-follow) for your award! Warning: sometimes it's mean.", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 2, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/549979314541039617/fZ_XDnWz_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "The Yearly Awards", "id_str": "2951486632", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CZ-2l2fWwAEH6MB.mp4"}], "aspect_ratio": [4, 3]}, "id": 693473629036789761, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ-2l2fWwAEH6MB.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ-2l2fWwAEH6MB.png", "display_url": "pic.twitter.com/XGDD3tMJPF", "indices": [86, 109], "expanded_url": "http://twitter.com/YearlyAwards/status/693473629766598656/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 400, "h": 300}, "small": {"resize": "fit", "w": 340, "h": 255}, "large": {"resize": "fit", "w": 400, "h": 300}}, "id_str": "693473629036789761", "url": "https://t.co/XGDD3tMJPF"}]}, "truncated": false, "id": 693473629766598656, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": 4863901738, "in_reply_to_status_id": null, "in_reply_to_screen_name": "know_fast", "text": "@know_fast It's official: you're the Least Prodigiously Despondent Confidant of 2015! https://t.co/XGDD3tMJPF", "id_str": "693473629766598656", "entities": {"media": [{"type": "photo", "id": 693473629036789761, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ-2l2fWwAEH6MB.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ-2l2fWwAEH6MB.png", "display_url": "pic.twitter.com/XGDD3tMJPF", "indices": [86, 109], "expanded_url": "http://twitter.com/YearlyAwards/status/693473629766598656/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 400, "h": 300}, "small": {"resize": "fit", "w": 340, "h": 255}, "large": {"resize": "fit", "w": 400, "h": 300}}, "id_str": "693473629036789761", "url": "https://t.co/XGDD3tMJPF"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": [{"indices": [0, 10], "id": 4863901738, "name": "Know Fast", "screen_name": "know_fast", "id_str": "4863901738"}]}, "source": "The Yearly Awards", "contributors": null, "favorited": false, "in_reply_to_user_id_str": "4863901738", "retweeted": false, "created_at": "Sat Jan 30 16:39:32 +0000 2016"}, "is_translator": false, "screen_name": "YearlyAwards", "created_at": "Tue Dec 30 16:59:34 +0000 2014"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 20, "profile_image_url": "http://pbs.twimg.com/profile_images/512673377283080194/eFnJQJSp_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1972, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 2817629347, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "ABB8C2", "followers_count": 93, "friends_count": 1, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2817629347/1411065932", "description": "Wise sayings, four times daily. by @tinysubversions", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/512673377283080194/eFnJQJSp_normal.png", "geo_enabled": false, "time_zone": null, "name": "Received Wisdom", "id_str": "2817629347", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693418402392719360, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Water is thicker than blood.", "id_str": "693418402392719360", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Received Wisdom", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 13:00:04 +0000 2016"}, "is_translator": false, "screen_name": "received_wisdom", "created_at": "Thu Sep 18 18:32:38 +0000 2014"}, {"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 11, "profile_image_url": "http://pbs.twimg.com/profile_images/517404591218900992/kf2iYD1f_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1767, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 2798799669, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "4A913C", "followers_count": 40, "friends_count": 0, "location": "Everywhere", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2798799669/1412195008", "description": "Chronicling men doing things. // A bot by @tinysubversions, Powered By Giphy", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "000000", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/517404591218900992/kf2iYD1f_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Men Doing Things", "id_str": "2798799669", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CZ-WORAWQAED6It.mp4"}], "aspect_ratio": [167, 104]}, "id": 693438039465541633, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ-WORAWQAED6It.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ-WORAWQAED6It.png", "display_url": "pic.twitter.com/wsk2GyEsGh", "indices": [37, 60], "expanded_url": "http://twitter.com/MenDoing/status/693438039801073664/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 334, "h": 208}, "small": {"resize": "fit", "w": 334, "h": 208}, "large": {"resize": "fit", "w": 334, "h": 208}}, "id_str": "693438039465541633", "url": "https://t.co/wsk2GyEsGh"}]}, "truncated": false, "id": 693438039801073664, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Men Authoring Landmarks in Manhattan https://t.co/wsk2GyEsGh", "id_str": "693438039801073664", "entities": {"media": [{"type": "photo", "id": 693438039465541633, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ-WORAWQAED6It.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ-WORAWQAED6It.png", "display_url": "pic.twitter.com/wsk2GyEsGh", "indices": [37, 60], "expanded_url": "http://twitter.com/MenDoing/status/693438039801073664/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 334, "h": 208}, "small": {"resize": "fit", "w": 334, "h": 208}, "large": {"resize": "fit", "w": 334, "h": 208}}, "id_str": "693438039465541633", "url": "https://t.co/wsk2GyEsGh"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Men Doing Things", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 14:18:06 +0000 2016"}, "is_translator": false, "screen_name": "MenDoing", "created_at": "Wed Oct 01 19:59:55 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 139, "profile_image_url": "http://pbs.twimg.com/profile_images/495988901790482432/le2-dKgs_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/r2HzjsqHTU", "statuses_count": 2157, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2704554914, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 1172, "friends_count": 1, "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2704554914/1407087962", "description": "A bot that picks a word and then draws randomly until an OCR library (http://t.co/XmDeI5TWoF) reads that word. 4x daily. Also on Tumblr. // by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/495988901790482432/le2-dKgs_normal.png", "geo_enabled": false, "time_zone": null, "name": "Reverse OCR", "id_str": "2704554914", "entities": {"description": {"urls": [{"display_url": "antimatter15.com/ocrad.js/demo.\u2026", "indices": [70, 92], "expanded_url": "http://antimatter15.com/ocrad.js/demo.html", "url": "http://t.co/XmDeI5TWoF"}]}, "url": {"urls": [{"display_url": "reverseocr.tumblr.com", "indices": [0, 22], "expanded_url": "http://reverseocr.tumblr.com", "url": "http://t.co/r2HzjsqHTU"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "und", "extended_entities": {"media": [{"type": "photo", "id": 693404391072776192, "media_url": "http://pbs.twimg.com/media/CZ93nq-WwAAdSAo.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ93nq-WwAAdSAo.jpg", "display_url": "pic.twitter.com/WbD9lkNarf", "indices": [8, 31], "expanded_url": "http://twitter.com/reverseocr/status/693404391160860673/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 150}, "small": {"resize": "fit", "w": 340, "h": 85}, "large": {"resize": "fit", "w": 800, "h": 200}}, "id_str": "693404391072776192", "url": "https://t.co/WbD9lkNarf"}]}, "truncated": false, "id": 693404391160860673, "place": null, "favorite_count": 2, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "larceny https://t.co/WbD9lkNarf", "id_str": "693404391160860673", "entities": {"media": [{"type": "photo", "id": 693404391072776192, "media_url": "http://pbs.twimg.com/media/CZ93nq-WwAAdSAo.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ93nq-WwAAdSAo.jpg", "display_url": "pic.twitter.com/WbD9lkNarf", "indices": [8, 31], "expanded_url": "http://twitter.com/reverseocr/status/693404391160860673/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 150}, "small": {"resize": "fit", "w": 340, "h": 85}, "large": {"resize": "fit", "w": 800, "h": 200}}, "id_str": "693404391072776192", "url": "https://t.co/WbD9lkNarf"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Reverse OCR", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 12:04:24 +0000 2016"}, "is_translator": false, "screen_name": "reverseocr", "created_at": "Sun Aug 03 17:26:28 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 5, "profile_image_url": "http://pbs.twimg.com/profile_images/479836451182362624/0fAtv_AN_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 2, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2577963498, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 14, "friends_count": 1, "location": "", "description": "Deploying GIFs every six hours. // by @tinysubvesions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479836451182362624/0fAtv_AN_normal.png", "geo_enabled": false, "time_zone": null, "name": "GIF Deployer", "id_str": "2577963498", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/BqkTB2fIEAA8zCs.mp4"}], "aspect_ratio": [1, 1]}, "id": 479935757818531840, "media_url": "http://pbs.twimg.com/tweet_video_thumb/BqkTB2fIEAA8zCs.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/BqkTB2fIEAA8zCs.png", "display_url": "pic.twitter.com/WEYISUSsJR", "indices": [21, 43], "expanded_url": "http://twitter.com/gifDeployer/status/479935760033153024/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 600}, "small": {"resize": "fit", "w": 340, "h": 340}, "large": {"resize": "fit", "w": 612, "h": 612}}, "id_str": "479935757818531840", "url": "http://t.co/WEYISUSsJR"}]}, "truncated": false, "id": 479935760033153024, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Vietnamese decadence http://t.co/WEYISUSsJR", "id_str": "479935760033153024", "entities": {"media": [{"type": "photo", "id": 479935757818531840, "media_url": "http://pbs.twimg.com/tweet_video_thumb/BqkTB2fIEAA8zCs.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/BqkTB2fIEAA8zCs.png", "display_url": "pic.twitter.com/WEYISUSsJR", "indices": [21, 43], "expanded_url": "http://twitter.com/gifDeployer/status/479935760033153024/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 600}, "small": {"resize": "fit", "w": 340, "h": 340}, "large": {"resize": "fit", "w": 612, "h": 612}}, "id_str": "479935757818531840", "url": "http://t.co/WEYISUSsJR"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "GIF Deployer", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Fri Jun 20 10:36:16 +0000 2014"}, "is_translator": false, "screen_name": "gifDeployer", "created_at": "Fri Jun 20 03:56:13 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 48, "profile_image_url": "http://pbs.twimg.com/profile_images/479364877551538176/HN0wLHbt_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/XJeqwaDhQg", "statuses_count": 11970, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2575445382, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 428, "friends_count": 1, "location": "", "description": "Generating new aesthetics every hour. Botpunk. // by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479364877551538176/HN0wLHbt_normal.png", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "Brand New Aesthetics", "id_str": "2575445382", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "brand-new-aesthetics.tumblr.com", "indices": [0, 22], "expanded_url": "http://brand-new-aesthetics.tumblr.com", "url": "http://t.co/XJeqwaDhQg"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "da", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CX5BF-lWMAEyoPA.mp4"}], "aspect_ratio": [3, 2]}, "id": 684055764361687041, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CX5BF-lWMAEyoPA.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CX5BF-lWMAEyoPA.png", "display_url": "pic.twitter.com/d4ZGIYqyt9", "indices": [13, 36], "expanded_url": "http://twitter.com/neweraesthetics/status/684055764768522240/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 300, "h": 200}, "small": {"resize": "fit", "w": 300, "h": 200}, "large": {"resize": "fit", "w": 300, "h": 200}}, "id_str": "684055764361687041", "url": "https://t.co/d4ZGIYqyt9"}]}, "truncated": false, "id": 684055764768522240, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "SOLUTIONPUNK https://t.co/d4ZGIYqyt9", "id_str": "684055764768522240", "entities": {"media": [{"type": "photo", "id": 684055764361687041, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CX5BF-lWMAEyoPA.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CX5BF-lWMAEyoPA.png", "display_url": "pic.twitter.com/d4ZGIYqyt9", "indices": [13, 36], "expanded_url": "http://twitter.com/neweraesthetics/status/684055764768522240/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 300, "h": 200}, "small": {"resize": "fit", "w": 300, "h": 200}, "large": {"resize": "fit", "w": 300, "h": 200}}, "id_str": "684055764361687041", "url": "https://t.co/d4ZGIYqyt9"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Brand New Aesthetics", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Jan 04 16:56:18 +0000 2016"}, "is_translator": false, "screen_name": "neweraesthetics", "created_at": "Wed Jun 18 20:39:25 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 12, "profile_image_url": "http://pbs.twimg.com/profile_images/479355596076892160/p_jT5KqM_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/DZYA6d8tU5", "statuses_count": 8587, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2575407888, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 113, "friends_count": 1, "location": "Bodymore, Murdaland", "description": "This Twitter account automatically tweets GIFs of The Wire. Also a Tumblr. Updates hourly. // by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479355596076892160/p_jT5KqM_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Scenes from The Wire", "id_str": "2575407888", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "wirescenes.tumblr.com", "indices": [0, 22], "expanded_url": "http://wirescenes.tumblr.com/", "url": "http://t.co/DZYA6d8tU5"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "und", "extended_entities": {"media": [{"type": "animated_gif", "video_info": {"variants": [{"content_type": "video/mp4", "bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/COXAcgVU8AACS4W.mp4"}], "aspect_ratio": [132, 119]}, "id": 641130117918420992, "media_url": "http://pbs.twimg.com/tweet_video_thumb/COXAcgVU8AACS4W.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/COXAcgVU8AACS4W.png", "display_url": "pic.twitter.com/XBoaB2klZq", "indices": [0, 22], "expanded_url": "http://twitter.com/wirescenes/status/641130118132314112/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 264, "h": 238}, "small": {"resize": "fit", "w": 264, "h": 238}, "medium": {"resize": "fit", "w": 264, "h": 238}}, "id_str": "641130117918420992", "url": "http://t.co/XBoaB2klZq"}]}, "truncated": false, "id": 641130118132314112, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "http://t.co/XBoaB2klZq", "id_str": "641130118132314112", "entities": {"media": [{"type": "photo", "id": 641130117918420992, "media_url": "http://pbs.twimg.com/tweet_video_thumb/COXAcgVU8AACS4W.png", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/COXAcgVU8AACS4W.png", "display_url": "pic.twitter.com/XBoaB2klZq", "indices": [0, 22], "expanded_url": "http://twitter.com/wirescenes/status/641130118132314112/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 264, "h": 238}, "small": {"resize": "fit", "w": 264, "h": 238}, "medium": {"resize": "fit", "w": 264, "h": 238}}, "id_str": "641130117918420992", "url": "http://t.co/XBoaB2klZq"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Scenes from The Wire", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue Sep 08 06:05:06 +0000 2015"}, "is_translator": false, "screen_name": "wirescenes", "created_at": "Wed Jun 18 20:08:31 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 229, "profile_image_url": "http://pbs.twimg.com/profile_images/468570294253150208/DlK5sGe2_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/qTVWPkaIgo", "statuses_count": 2026, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2508960524, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 4176, "friends_count": 1, "location": "(not affiliated with the Met)", "description": "I am a bot that tweets a random high-res Open Access image from the Metropolitan Museum of Art, four times a day. // by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 3, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468570294253150208/DlK5sGe2_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Museum Bot", "id_str": "2508960524", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "metmuseum.org/about-the-muse\u2026", "indices": [0, 22], "expanded_url": "http://metmuseum.org/about-the-museum/press-room/news/2014/oasc-access", "url": "http://t.co/qTVWPkaIgo"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 3, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693407092623949824, "media_url": "http://pbs.twimg.com/media/CZ96E7CWQAAVYYz.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ96E7CWQAAVYYz.jpg", "display_url": "pic.twitter.com/mRktzdlEB1", "indices": [33, 56], "expanded_url": "http://twitter.com/MuseumBot/status/693407092863033344/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1247}, "small": {"resize": "fit", "w": 340, "h": 414}, "medium": {"resize": "fit", "w": 600, "h": 730}}, "id_str": "693407092623949824", "url": "https://t.co/mRktzdlEB1"}]}, "truncated": false, "id": 693407092863033344, "place": null, "favorite_count": 2, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Nativity https://t.co/OpNseJO3oL https://t.co/mRktzdlEB1", "id_str": "693407092863033344", "entities": {"media": [{"type": "photo", "id": 693407092623949824, "media_url": "http://pbs.twimg.com/media/CZ96E7CWQAAVYYz.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ96E7CWQAAVYYz.jpg", "display_url": "pic.twitter.com/mRktzdlEB1", "indices": [33, 56], "expanded_url": "http://twitter.com/MuseumBot/status/693407092863033344/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 1024, "h": 1247}, "small": {"resize": "fit", "w": 340, "h": 414}, "medium": {"resize": "fit", "w": 600, "h": 730}}, "id_str": "693407092623949824", "url": "https://t.co/mRktzdlEB1"}], "hashtags": [], "urls": [{"display_url": "metmuseum.org/collection/the\u2026", "indices": [9, 32], "expanded_url": "http://www.metmuseum.org/collection/the-collection-online/search/462886?rpp=30&pg=1413&rndkey=20160130&ao=on&ft=*&pos=42373", "url": "https://t.co/OpNseJO3oL"}], "symbols": [], "user_mentions": []}, "source": "Museum bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 12:15:08 +0000 2016"}, "is_translator": false, "screen_name": "MuseumBot", "created_at": "Tue May 20 01:32:24 +0000 2014"}], "previous_cursor_str": "0", "next_cursor_str": "4611686020936348428", "previous_cursor": 0}python-twitter-3.3/testdata/get_list_members_1.json000066400000000000000000002037331311017327200226550ustar00rootroot00000000000000{"next_cursor": 0, "users": [{"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/465270692838002688/N4kv9aGt_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1946, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2488961221, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 83, "friends_count": 1, "location": "", "description": "Huh? What? You had a... a wish. I see. Hold on. Let me whip something up for you. // A bot by @tinysubversions, tweets a few times a day", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465270692838002688/N4kv9aGt_normal.png", "geo_enabled": false, "time_zone": null, "name": "Distracted Genie", "id_str": "2488961221", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": true, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693472756780945409, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "I'm sorry, I wasn't listening. Here's the Ar you asked for. https://t.co/CkRDgpmJ7Y", "quoted_status_id": 693466366083379200, "id_str": "693472756780945409", "entities": {"hashtags": [], "urls": [{"display_url": "twitter.com/Bcline_24/stat\u2026", "indices": [60, 83], "expanded_url": "http://twitter.com/Bcline_24/status/693467336901144576", "url": "https://t.co/CkRDgpmJ7Y"}], "symbols": [], "user_mentions": []}, "source": "Distracted Genie", "contributors": null, "favorited": false, "quoted_status_id_str": "693466366083379200", "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:36:03 +0000 2016"}, "is_translator": false, "screen_name": "DistractedGenie", "created_at": "Sat May 10 23:17:18 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 54, "profile_image_url": "http://pbs.twimg.com/profile_images/451387951058939904/8Jeqouct_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/AnWK33b4kA", "statuses_count": 2111, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2423944147, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 679, "friends_count": 1, "location": "", "description": "Enlighten your brain with miracles of pics that will astound. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451387951058939904/8Jeqouct_normal.png", "geo_enabled": false, "time_zone": null, "name": "Miraculous Pictures", "id_str": "2423944147", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/picpedant", "indices": [0, 23], "expanded_url": "https://twitter.com/picpedant", "url": "https://t.co/AnWK33b4kA"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693463710988423168, "media_url": "http://pbs.twimg.com/media/CZ-tki4W0AAObTO.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-tki4W0AAObTO.jpg", "display_url": "pic.twitter.com/LbTji1i64B", "indices": [33, 56], "expanded_url": "http://twitter.com/MiraculousPics/status/693463711114199040/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 399, "h": 400}, "small": {"resize": "fit", "w": 340, "h": 340}, "large": {"resize": "fit", "w": 399, "h": 400}}, "id_str": "693463710988423168", "url": "https://t.co/LbTji1i64B"}]}, "truncated": false, "id": 693463711114199040, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Jimi Hendrix at Winterland, 1968 https://t.co/LbTji1i64B", "id_str": "693463711114199040", "entities": {"media": [{"type": "photo", "id": 693463710988423168, "media_url": "http://pbs.twimg.com/media/CZ-tki4W0AAObTO.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-tki4W0AAObTO.jpg", "display_url": "pic.twitter.com/LbTji1i64B", "indices": [33, 56], "expanded_url": "http://twitter.com/MiraculousPics/status/693463711114199040/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 399, "h": 400}, "small": {"resize": "fit", "w": 340, "h": 340}, "large": {"resize": "fit", "w": 399, "h": 400}}, "id_str": "693463710988423168", "url": "https://t.co/LbTji1i64B"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Miraculous Pics", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:00:07 +0000 2016"}, "is_translator": false, "screen_name": "MiraculousPics", "created_at": "Wed Apr 02 14:58:21 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 107, "profile_image_url": "http://pbs.twimg.com/profile_images/450113432222584833/Gyo-jNZ7_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1179, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2418365564, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 1180, "friends_count": 1, "location": "", "description": "Absurd charts, twice daily. You get one flow chart and one Venn diagram. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": -14400, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/450113432222584833/Gyo-jNZ7_normal.png", "geo_enabled": false, "time_zone": "Atlantic Time (Canada)", "name": "Auto Charts", "id_str": "2418365564", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "und", "extended_entities": {"media": [{"type": "photo", "id": 693478803285344257, "media_url": "http://pbs.twimg.com/media/CZ-7TCEWAAEhzvt.png", "media_url_https": "https://pbs.twimg.com/media/CZ-7TCEWAAEhzvt.png", "display_url": "pic.twitter.com/b9NdsoHNJU", "indices": [0, 23], "expanded_url": "http://twitter.com/AutoCharts/status/693478803406987264/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 313}, "small": {"resize": "fit", "w": 340, "h": 177}, "large": {"resize": "fit", "w": 1024, "h": 535}}, "id_str": "693478803285344257", "url": "https://t.co/b9NdsoHNJU"}]}, "truncated": false, "id": 693478803406987264, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "https://t.co/b9NdsoHNJU", "id_str": "693478803406987264", "entities": {"media": [{"type": "photo", "id": 693478803285344257, "media_url": "http://pbs.twimg.com/media/CZ-7TCEWAAEhzvt.png", "media_url_https": "https://pbs.twimg.com/media/CZ-7TCEWAAEhzvt.png", "display_url": "pic.twitter.com/b9NdsoHNJU", "indices": [0, 23], "expanded_url": "http://twitter.com/AutoCharts/status/693478803406987264/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 313}, "small": {"resize": "fit", "w": 340, "h": 177}, "large": {"resize": "fit", "w": 1024, "h": 535}}, "id_str": "693478803285344257", "url": "https://t.co/b9NdsoHNJU"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "autocharts", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:00:05 +0000 2016"}, "is_translator": false, "screen_name": "AutoCharts", "created_at": "Sun Mar 30 03:16:20 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 14, "profile_image_url": "http://pbs.twimg.com/profile_images/448259608532893696/OeCk1trs_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 5164, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2409784321, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 133, "friends_count": 1, "location": "Everywhere", "description": "There are a lot of game jams. So here. Have a new one every three hours. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/448259608532893696/OeCk1trs_normal.png", "geo_enabled": false, "time_zone": null, "name": "So Many Game Jams", "id_str": "2409784321", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693485835770056706, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Charity Game Jam for Snapchat #SnapchatJam", "id_str": "693485835770056706", "entities": {"hashtags": [{"indices": [30, 42], "text": "SnapchatJam"}], "urls": [], "symbols": [], "user_mentions": []}, "source": "somanyjams", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:28:02 +0000 2016"}, "is_translator": false, "screen_name": "ManyJams", "created_at": "Tue Mar 25 00:36:22 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 9, "profile_image_url": "http://pbs.twimg.com/profile_images/443350694079127552/pGhWYllH_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 4402, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2383588777, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 33, "friends_count": 1, "location": "", "description": "Because memcached is magic. I'm a bot that updates every 3 hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/443350694079127552/pGhWYllH_normal.png", "geo_enabled": false, "time_zone": null, "name": "memcached magic", "id_str": "2383588777", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 635791956451438592, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "what the chuff is memcached tap", "id_str": "635791956451438592", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Memcached Magic", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Aug 24 12:33:09 +0000 2015"}, "is_translator": false, "screen_name": "memcached_magic", "created_at": "Tue Mar 11 11:33:50 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 37, "profile_image_url": "http://pbs.twimg.com/profile_images/439478206727352320/FoaZF8Zg_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/d3IzI1yBRi", "statuses_count": 10480, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2366009953, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 400, "friends_count": 1, "location": "Botston, Kazemistan", "description": "@tinysubversions made me: I am a bot that retweets any bots by him when a tweet reaches a certain fav/RT threshold.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/439478206727352320/FoaZF8Zg_normal.png", "geo_enabled": false, "time_zone": null, "name": "Best of Darius' Bots", "id_str": "2366009953", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/tinysubversion\u2026", "indices": [0, 23], "expanded_url": "https://twitter.com/tinysubversions/darius-kazemi-s-bots/members", "url": "https://t.co/d3IzI1yBRi"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 4, "lang": "en", "truncated": false, "id": 693458662090625024, "place": null, "favorite_count": 0, "retweeted_status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 4, "lang": "en", "truncated": false, "id": 693435512363859969, "place": null, "favorite_count": 3, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "15 alternatives to People Are", "id_str": "693435512363859969", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Two Headlines", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 14:08:04 +0000 2016"}, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "RT @TwoHeadlines: 15 alternatives to People Are", "id_str": "693458662090625024", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": [{"indices": [3, 16], "id": 1705052335, "name": "Two Headlines", "screen_name": "TwoHeadlines", "id_str": "1705052335"}]}, "source": "Darius Bots", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 15:40:03 +0000 2016"}, "is_translator": false, "screen_name": "dariusbots", "created_at": "Fri Feb 28 18:55:40 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 53, "profile_image_url": "http://pbs.twimg.com/profile_images/436617171909623808/wfuyA0Vq_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 8933, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2353711584, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 505, "friends_count": 1, "location": "", "description": "Twitter bot for my real friends, real bot for my Twitter friends. Tweets every two hours. by @tinysubversions, powered by @wordnik (see also @twoheadlines)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/436617171909623808/wfuyA0Vq_normal.png", "geo_enabled": false, "time_zone": null, "name": "For my real friends.", "id_str": "2353711584", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693485067121860608, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "real tie-breaker for my ordinary folks, ordinary tie-breaker for my real folks.", "id_str": "693485067121860608", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "For my real friends", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:24:58 +0000 2016"}, "is_translator": false, "screen_name": "4myrealfriends", "created_at": "Thu Feb 20 19:52:17 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 27, "profile_image_url": "http://pbs.twimg.com/profile_images/426136813791506432/LpCjjBQV_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 2576, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2305621754, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 812, "friends_count": 1, "location": "The Internet", "description": "HOW TO VOTE: reply to a tweet with 'F' 'M' and 'K' in the order you want to vote. ('MFK' = marry, fuck, kill). A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/426136813791506432/LpCjjBQV_normal.png", "geo_enabled": false, "time_zone": null, "name": "Fuck, Marry, Kill", "id_str": "2305621754", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 562339164193325056, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Hi all. Shutting this bot down. It was fun & did what it was supposed to do but is p repetitive now. Thanks for playing!\n -@tinysubversions", "id_str": "562339164193325056", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": [{"indices": [127, 143], "id": 14475298, "name": "Darius Kazemi", "screen_name": "tinysubversions", "id_str": "14475298"}]}, "source": "TweetDeck", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Feb 02 19:57:59 +0000 2015"}, "is_translator": false, "screen_name": "FMKVote", "created_at": "Wed Jan 22 23:34:33 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/423992678192140288/bXQ8yPOz_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 573, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2295281700, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 161, "friends_count": 1, "location": "", "description": "Once a day I generate a random [Whatever] Clicker style game, based on a theme. by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423992678192140288/bXQ8yPOz_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Clicker Maker", "id_str": "2295281700", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 671690229510721536, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Today's game is: Value Clicker! https://t.co/tts1yo4Usb", "id_str": "671690229510721536", "entities": {"hashtags": [], "urls": [{"display_url": "orteil.dashnet.org/experiments/id\u2026", "indices": [32, 55], "expanded_url": "http://orteil.dashnet.org/experiments/idlegamemaker/?game=mq5N6W9E", "url": "https://t.co/tts1yo4Usb"}], "symbols": [], "user_mentions": []}, "source": "Clicker Maker", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue Dec 01 14:00:04 +0000 2015"}, "is_translator": false, "screen_name": "ClickerMaker", "created_at": "Fri Jan 17 01:37:04 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 27, "profile_image_url": "http://pbs.twimg.com/profile_images/419522901377695744/UGpFVn4q_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 5057, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2276411904, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 77, "friends_count": 1, "location": "", "description": "These might be Steam codes, but they probably aren't. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/419522901377695744/UGpFVn4q_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Steem Codes", "id_str": "2276411904", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "es", "truncated": false, "id": 625842808843280384, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "E0QE6-5W2XU-BMDTO", "id_str": "625842808843280384", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Steem Codes", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue Jul 28 01:38:47 +0000 2015"}, "is_translator": false, "screen_name": "SteemCodes", "created_at": "Sat Jan 04 17:31:00 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 23, "profile_image_url": "http://pbs.twimg.com/profile_images/412588619757412352/llF2l1Pf_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 135021, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2248819836, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 82, "friends_count": 2, "location": "USSR/Cuba/China", "description": "I am a bot and I love communism so much. I wish there was another bot out there that would talk to me. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/412588619757412352/llF2l1Pf_normal.png", "geo_enabled": false, "time_zone": null, "name": "Red Scare Honeypot", "id_str": "2248819836", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 481624063455297536, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "I do think that B&C should never change its rules to include any type of Marx harvested within fences, regar", "id_str": "481624063455297536", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Red Scare Pot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Wed Jun 25 02:24:59 +0000 2014"}, "is_translator": false, "screen_name": "RedScarePot", "created_at": "Mon Dec 16 14:14:28 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 28, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000828991636/948321a48a93f1f4cbbbd1566b70b129_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/IT8V4SXHgS", "statuses_count": 2404, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2230101666, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 327, "friends_count": 1, "location": "An Alternate Universe", "description": "Illuminated alternate universe romances of fictional characters. Tweets every six hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 2, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000828991636/948321a48a93f1f4cbbbd1566b70b129_normal.png", "geo_enabled": false, "time_zone": null, "name": "Alt Universe Prompts", "id_str": "2230101666", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "au-prompts.tumblr.com", "indices": [0, 22], "expanded_url": "http://au-prompts.tumblr.com", "url": "http://t.co/IT8V4SXHgS"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "extended_entities": {"media": [{"type": "photo", "id": 693474784630276096, "media_url": "http://pbs.twimg.com/media/CZ-3pHaUAAAvIKW.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-3pHaUAAAvIKW.jpg", "display_url": "pic.twitter.com/3u470QCWtV", "indices": [48, 71], "expanded_url": "http://twitter.com/AU_Prompts/status/693474784785539073/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 400, "h": 200}, "small": {"resize": "fit", "w": 340, "h": 170}, "medium": {"resize": "fit", "w": 400, "h": 200}}, "id_str": "693474784630276096", "url": "https://t.co/3u470QCWtV"}]}, "truncated": false, "id": 693474784785539073, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Claire Littleton and Spike in Tampa for Gaspy \u2639 https://t.co/3u470QCWtV", "id_str": "693474784785539073", "entities": {"media": [{"type": "photo", "id": 693474784630276096, "media_url": "http://pbs.twimg.com/media/CZ-3pHaUAAAvIKW.jpg", "media_url_https": "https://pbs.twimg.com/media/CZ-3pHaUAAAvIKW.jpg", "display_url": "pic.twitter.com/3u470QCWtV", "indices": [48, 71], "expanded_url": "http://twitter.com/AU_Prompts/status/693474784785539073/photo/1", "sizes": {"thumb": {"resize": "crop", "w": 150, "h": 150}, "large": {"resize": "fit", "w": 400, "h": 200}, "small": {"resize": "fit", "w": 340, "h": 170}, "medium": {"resize": "fit", "w": 400, "h": 200}}, "id_str": "693474784630276096", "url": "https://t.co/3u470QCWtV"}], "hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "AU Prompts", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:44:07 +0000 2016"}, "is_translator": false, "screen_name": "AU_Prompts", "created_at": "Wed Dec 04 15:31:05 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 19, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000757240669/7b3ad1a42816bd093559a8dfa8190499_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/cvLCVa3u0L", "statuses_count": 8736, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2201332182, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 526, "friends_count": 1, "location": "Kenosha", "description": "Brute-forcing an episode from Gravity's Rainbow. Tweets every two hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000757240669/7b3ad1a42816bd093559a8dfa8190499_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Kenosha Kid", "id_str": "2201332182", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "itre.cis.upenn.edu/~myl/languagel\u2026", "indices": [0, 22], "expanded_url": "http://itre.cis.upenn.edu/~myl/languagelog/archives/001288.html", "url": "http://t.co/cvLCVa3u0L"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693470987065638912, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "You never did the... Kenosha kid!", "id_str": "693470987065638912", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "kenosha kid", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:29:02 +0000 2016"}, "is_translator": false, "screen_name": "YouNeverDidThe", "created_at": "Mon Nov 18 13:42:53 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 13, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000669852731/8bdb0b0dcc8cf947cb60450989efb042_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 6258, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2165015054, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 44, "friends_count": 0, "location": "rutabagas", "description": "Rutabaga is funny vegetaeble. Every 3 hour new joek. (by @tinysubversions)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000669852731/8bdb0b0dcc8cf947cb60450989efb042_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "FactBot Rutabaga", "id_str": "2165015054", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693456924147322881, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Separating the rutabagaa from the boys, on mood swing at a time.", "id_str": "693456924147322881", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "FactBot Rutabaga", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 15:33:09 +0000 2016"}, "is_translator": false, "screen_name": "FactBotRutabaga", "created_at": "Wed Oct 30 15:50:18 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 22, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000669825785/0a293d3c4ccdf51522873f18122f2c87_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 6255, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2164997376, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 77, "friends_count": 0, "location": "carrots", "description": "Carrot is funnye vegetable. Every 3 hour new joek. (by @tinysubversions)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000669825785/0a293d3c4ccdf51522873f18122f2c87_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "FactBot Carrot", "id_str": "2164997376", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693456924126371840, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Separating the carrot from the boys, onao mood swing at a time.", "id_str": "693456924126371840", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "FactBotCarrot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 15:33:09 +0000 2016"}, "is_translator": false, "screen_name": "FactBotCarrot", "created_at": "Wed Oct 30 15:41:39 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000651959608/0a51de7a08dd6dd87afe73b36e04a987_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 401, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2157584160, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 67, "friends_count": 1, "location": "Vineland", "description": "Automatically generated YouTube music videos. One in the day, and one at night. Because why not. by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000651959608/0a51de7a08dd6dd87afe73b36e04a987_normal.png", "geo_enabled": false, "time_zone": null, "name": "AutoVids", "id_str": "2157584160", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 1, "lang": "und", "truncated": false, "id": 468753667244707840, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "#bar: http://t.co/rDWaz8FR5P", "id_str": "468753667244707840", "entities": {"hashtags": [{"indices": [0, 4], "text": "bar"}], "urls": [{"display_url": "youtube.com/watch?v=JkkKt9\u2026", "indices": [6, 28], "expanded_url": "http://www.youtube.com/watch?v=JkkKt964_SI", "url": "http://t.co/rDWaz8FR5P"}], "symbols": [], "user_mentions": []}, "source": "Autodvids", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue May 20 14:02:37 +0000 2014"}, "is_translator": false, "screen_name": "AutoVids", "created_at": "Sat Oct 26 21:31:40 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 14, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000601426736/8d15332b880858572f1cc041ef912f98_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 9249, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1963165520, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 58, "friends_count": 1, "location": "GIFTown", "description": "People like to tweet Someone should make a GIF of [blah]. This tweets [blah], once an hour. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000601426736/8d15332b880858572f1cc041ef912f98_normal.png", "geo_enabled": false, "time_zone": null, "name": "Make a GIF of...", "id_str": "1963165520", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 562291650559741954, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Brady jumping at the end", "id_str": "562291650559741954", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Someone should make a gif of", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Feb 02 16:49:11 +0000 2015"}, "is_translator": false, "screen_name": "MakeAGifOf", "created_at": "Tue Oct 15 18:28:19 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000529688165/ece322c53de198874165edfa4a3af353_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/MWfhcM373l", "statuses_count": 3282, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1920313014, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 156, "friends_count": 0, "location": "", "description": "This bot tweets every 8 hours what English servants were convicted of stealing from their masters 1823-1841, and how they were punished. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000529688165/ece322c53de198874165edfa4a3af353_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Stealing from Master", "id_str": "1920313014", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "oldbaileyonline.org", "indices": [0, 22], "expanded_url": "http://www.oldbaileyonline.org", "url": "http://t.co/MWfhcM373l"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693424228016717824, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "1 wind instrument, called a horn, value 5s.; and 5 dozen of fireworks, called squibs, value 2s. 6d. Transported for Seven Years", "id_str": "693424228016717824", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Stealing From Master", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 13:23:13 +0000 2016"}, "is_translator": false, "screen_name": "TheftFromMaster", "created_at": "Mon Sep 30 14:59:11 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 7, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000489437466/c07af811678fc2ae47565c772bcab7ba_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 255, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1891608493, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 36, "friends_count": 1, "location": "Um, XOXO?", "description": "This takes the last 10 tweets from #xoxofest and markovs the shit out of them. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 2, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000489437466/c07af811678fc2ae47565c772bcab7ba_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "XOXO_ebooks", "id_str": "1891608493", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 1, "lang": "en", "truncated": false, "id": 382022262078967808, "place": null, "favorite_count": 2, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Hi everyone! Thanks so much for following XOXO_ebooks, but like the conference, this bot is over. (For now.) <3 #xoxofest\n\n-@tinysubversions", "id_str": "382022262078967808", "entities": {"hashtags": [{"indices": [115, 124], "text": "xoxofest"}], "urls": [], "symbols": [], "user_mentions": [{"indices": [127, 143], "id": 14475298, "name": "Darius Kazemi", "screen_name": "tinysubversions", "id_str": "14475298"}]}, "source": "Twitter Web Client", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Sep 23 06:02:59 +0000 2013"}, "is_translator": false, "screen_name": "XOXO_ebooks", "created_at": "Sat Sep 21 21:45:45 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 29, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000481521431/37f9046f263bd62f9fec28697ec9e69a_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 19921, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1885568064, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 105, "friends_count": 0, "location": "Boston, MA", "description": "I'm too lazy to update @boazims, so I wrote a bot to do it for me. Tweets hourly. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000481521431/37f9046f263bd62f9fec28697ec9e69a_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Boazim Bot", "id_str": "1885568064", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693477785289904128, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Caunes - causeless tones.", "id_str": "693477785289904128", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Boazim Bot", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 16:56:02 +0000 2016"}, "is_translator": false, "screen_name": "BoazimBot", "created_at": "Fri Sep 20 06:38:32 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 275, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000370296162/cb5f879074e150ddc2d3736ba502636a_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 19336, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1705052335, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 5257, "friends_count": 1, "location": "The Bugle Planet", "description": "Comedy is when you take two headlines about different things and then confuse them. Updates hourly. // By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 7, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000370296162/cb5f879074e150ddc2d3736ba502636a_normal.png", "geo_enabled": false, "time_zone": null, "name": "Two Headlines", "id_str": "1705052335", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693480810742222849, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Ryan Bader Coldplay video sparks Twitter debate", "id_str": "693480810742222849", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Two Headlines", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:08:04 +0000 2016"}, "is_translator": false, "screen_name": "TwoHeadlines", "created_at": "Tue Aug 27 16:00:04 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 18, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000241176695/32f41328a77d9958d66b73025d6853e6_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 9399, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1645840790, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 63, "friends_count": 0, "location": "", "description": "Unused merchandise on clearance today! New sales every hour. Created by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000241176695/32f41328a77d9958d66b73025d6853e6_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Six Word Sale", "id_str": "1645840790", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693444061257142272, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "For sale: Cinderella Couture Baby Girls Polka Dotted Rockabilly Dress Hat Aqua 24M X 1002, never worn.", "id_str": "693444061257142272", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Six Word Sale", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 14:42:02 +0000 2016"}, "is_translator": false, "screen_name": "SixWordSale", "created_at": "Sun Aug 04 18:25:19 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 57, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000186874918/1fe67733b7542758c827f2fd9701995f_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 16715, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1620735632, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 379, "friends_count": 0, "location": "Favstar", "description": "Humor expert, explaining jokes once per hour for the edification of all. Created by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000186874918/1fe67733b7542758c827f2fd9701995f_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Professor Jocular", "id_str": "1620735632", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693449616843476992, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "[force per unit area joke] RT .TwoSapphiresBlu: Heart full of wish, head full of clouds", "id_str": "693449616843476992", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Professor Jocular", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 15:04:06 +0000 2016"}, "is_translator": false, "screen_name": "ProfJocular", "created_at": "Thu Jul 25 16:11:42 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 90, "profile_image_url": "http://pbs.twimg.com/profile_images/344513261565296681/29699226e433bfd3d8f153d8ac0dde84_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/T4MMA1dwmr", "statuses_count": 71117, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1505391505, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 657, "friends_count": 1, "location": "Twitter", "description": "This is a bot that makes bad jokes based on Twitter trending topics. Twitter comedians: consider yourselves on notice. Written by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 9, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/344513261565296681/29699226e433bfd3d8f153d8ac0dde84_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "AmIRite Bot", "id_str": "1505391505", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "favstar.fm/users/amiriteb\u2026", "indices": [0, 22], "expanded_url": "http://favstar.fm/users/amiritebot", "url": "http://t.co/T4MMA1dwmr"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 693481746478862336, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "#SouthernSlam? More like Southern Stam, amirite?", "id_str": "693481746478862336", "entities": {"hashtags": [{"indices": [0, 13], "text": "SouthernSlam"}], "urls": [], "symbols": [], "user_mentions": []}, "source": "AmIRite Bot2", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Sat Jan 30 17:11:47 +0000 2016"}, "is_translator": false, "screen_name": "AmIRiteBot", "created_at": "Tue Jun 11 17:34:31 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/3423518267/955bb11ece5184366d29721d70481071_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 777, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1270269918, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 138, "friends_count": 0, "location": "GDC", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1270269918/1364135331", "description": "@tinysubversions isn't attending GDC 2015, so he created me to attend in his place. (An update of the 2013 edition.)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 28, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3423518267/955bb11ece5184366d29721d70481071_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Darius at GDC", "id_str": "1270269918", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 573986421310111744, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "There's really not a whole lot of sessions right now, huh", "id_str": "573986421310111744", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Darius at GDC", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Fri Mar 06 23:20:01 +0000 2015"}, "is_translator": false, "screen_name": "darius_at_gdc", "created_at": "Fri Mar 15 17:38:49 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 43, "profile_image_url": "http://pbs.twimg.com/profile_images/3097290659/b3606a6e3295c736f1b622b28b8f7480_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 45902, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1081686444, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 272, "friends_count": 5, "location": "", "description": "@latourbot + #swag: an attempt to approximate @10rdben in bot form. Tweets every 2 hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 11, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3097290659/b3606a6e3295c736f1b622b28b8f7480_normal.png", "geo_enabled": false, "time_zone": null, "name": "Latour Swag", "id_str": "1081686444", "entities": {"description": {"urls": []}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 626022351625408513, "place": null, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "The vocabulary we are seeking remains properly political here and i don't know how things stand.", "id_str": "626022351625408513", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "Latour Swag", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Tue Jul 28 13:32:14 +0000 2015"}, "is_translator": false, "screen_name": "LatourSwag", "created_at": "Sat Jan 12 03:31:42 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 11, "profile_image_url": "http://pbs.twimg.com/profile_images/2526407453/uhcxk2bw4xjpdlu99avr_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/JOsQWAlNKA", "statuses_count": 4640, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 770580787, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 54, "friends_count": 0, "location": "Thanks for nothing.", "description": "Twitter doesn't have enough Colin's Bear Animation. @tinysubversions decided to fix this.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2526407453/uhcxk2bw4xjpdlu99avr_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "colinsbearanim", "id_str": "770580787", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/watch?v=FiARsQ\u2026", "indices": [0, 22], "expanded_url": "http://www.youtube.com/watch?v=FiARsQSlzDc", "url": "http://t.co/JOsQWAlNKA"}]}}, "status": {"coordinates": null, "is_quote_status": false, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 633399328275570688, "place": null, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "Thanks for nothing.", "id_str": "633399328275570688", "entities": {"hashtags": [], "urls": [], "symbols": [], "user_mentions": []}, "source": "ColinsBearAnimation", "contributors": null, "favorited": false, "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Mon Aug 17 22:05:42 +0000 2015"}, "is_translator": false, "screen_name": "colinsbearanim", "created_at": "Tue Aug 21 01:26:54 +0000 2012"}], "previous_cursor_str": "-4611686020916349125", "next_cursor_str": "0", "previous_cursor": -4611686020916349125}python-twitter-3.3/testdata/get_list_members_extra_params.json000066400000000000000000001217541311017327200252050ustar00rootroot00000000000000{"next_cursor": 0, "users": [{"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/465270692838002688/N4kv9aGt_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1946, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2488961221, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 83, "friends_count": 1, "location": "", "description": "Huh? What? You had a... a wish. I see. Hold on. Let me whip something up for you. // A bot by @tinysubversions, tweets a few times a day", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465270692838002688/N4kv9aGt_normal.png", "geo_enabled": false, "time_zone": null, "name": "Distracted Genie", "id_str": "2488961221", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "DistractedGenie", "created_at": "Sat May 10 23:17:18 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 54, "profile_image_url": "http://pbs.twimg.com/profile_images/451387951058939904/8Jeqouct_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/AnWK33b4kA", "statuses_count": 2111, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2423944147, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 679, "friends_count": 1, "location": "", "description": "Enlighten your brain with miracles of pics that will astound. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/451387951058939904/8Jeqouct_normal.png", "geo_enabled": false, "time_zone": null, "name": "Miraculous Pictures", "id_str": "2423944147", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/picpedant", "indices": [0, 23], "expanded_url": "https://twitter.com/picpedant", "url": "https://t.co/AnWK33b4kA"}]}}, "is_translator": false, "screen_name": "MiraculousPics", "created_at": "Wed Apr 02 14:58:21 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 107, "profile_image_url": "http://pbs.twimg.com/profile_images/450113432222584833/Gyo-jNZ7_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 1179, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2418365564, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 1180, "friends_count": 1, "location": "", "description": "Absurd charts, twice daily. You get one flow chart and one Venn diagram. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": -14400, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/450113432222584833/Gyo-jNZ7_normal.png", "geo_enabled": false, "time_zone": "Atlantic Time (Canada)", "name": "Auto Charts", "id_str": "2418365564", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "AutoCharts", "created_at": "Sun Mar 30 03:16:20 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 14, "profile_image_url": "http://pbs.twimg.com/profile_images/448259608532893696/OeCk1trs_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 5164, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2409784321, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 133, "friends_count": 1, "location": "Everywhere", "description": "There are a lot of game jams. So here. Have a new one every three hours. A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/448259608532893696/OeCk1trs_normal.png", "geo_enabled": false, "time_zone": null, "name": "So Many Game Jams", "id_str": "2409784321", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "ManyJams", "created_at": "Tue Mar 25 00:36:22 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 9, "profile_image_url": "http://pbs.twimg.com/profile_images/443350694079127552/pGhWYllH_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 4402, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2383588777, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 33, "friends_count": 1, "location": "", "description": "Because memcached is magic. I'm a bot that updates every 3 hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/443350694079127552/pGhWYllH_normal.png", "geo_enabled": false, "time_zone": null, "name": "memcached magic", "id_str": "2383588777", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "memcached_magic", "created_at": "Tue Mar 11 11:33:50 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 37, "profile_image_url": "http://pbs.twimg.com/profile_images/439478206727352320/FoaZF8Zg_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "https://t.co/d3IzI1yBRi", "statuses_count": 10480, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2366009953, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 401, "friends_count": 1, "location": "Botston, Kazemistan", "description": "@tinysubversions made me: I am a bot that retweets any bots by him when a tweet reaches a certain fav/RT threshold.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/439478206727352320/FoaZF8Zg_normal.png", "geo_enabled": false, "time_zone": null, "name": "Best of Darius' Bots", "id_str": "2366009953", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/tinysubversion\u2026", "indices": [0, 23], "expanded_url": "https://twitter.com/tinysubversions/darius-kazemi-s-bots/members", "url": "https://t.co/d3IzI1yBRi"}]}}, "is_translator": false, "screen_name": "dariusbots", "created_at": "Fri Feb 28 18:55:40 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 53, "profile_image_url": "http://pbs.twimg.com/profile_images/436617171909623808/wfuyA0Vq_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 8933, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2353711584, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 505, "friends_count": 1, "location": "", "description": "Twitter bot for my real friends, real bot for my Twitter friends. Tweets every two hours. by @tinysubversions, powered by @wordnik (see also @twoheadlines)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/436617171909623808/wfuyA0Vq_normal.png", "geo_enabled": false, "time_zone": null, "name": "For my real friends.", "id_str": "2353711584", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "4myrealfriends", "created_at": "Thu Feb 20 19:52:17 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 27, "profile_image_url": "http://pbs.twimg.com/profile_images/426136813791506432/LpCjjBQV_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 2576, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2305621754, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 812, "friends_count": 1, "location": "The Internet", "description": "HOW TO VOTE: reply to a tweet with 'F' 'M' and 'K' in the order you want to vote. ('MFK' = marry, fuck, kill). A bot by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/426136813791506432/LpCjjBQV_normal.png", "geo_enabled": false, "time_zone": null, "name": "Fuck, Marry, Kill", "id_str": "2305621754", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "FMKVote", "created_at": "Wed Jan 22 23:34:33 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/423992678192140288/bXQ8yPOz_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 573, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2295281700, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 161, "friends_count": 1, "location": "", "description": "Once a day I generate a random [Whatever] Clicker style game, based on a theme. by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423992678192140288/bXQ8yPOz_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Clicker Maker", "id_str": "2295281700", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "ClickerMaker", "created_at": "Fri Jan 17 01:37:04 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 27, "profile_image_url": "http://pbs.twimg.com/profile_images/419522901377695744/UGpFVn4q_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 5057, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2276411904, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 77, "friends_count": 1, "location": "", "description": "These might be Steam codes, but they probably aren't. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/419522901377695744/UGpFVn4q_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Steem Codes", "id_str": "2276411904", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "SteemCodes", "created_at": "Sat Jan 04 17:31:00 +0000 2014"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 23, "profile_image_url": "http://pbs.twimg.com/profile_images/412588619757412352/llF2l1Pf_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 135021, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2248819836, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 82, "friends_count": 2, "location": "USSR/Cuba/China", "description": "I am a bot and I love communism so much. I wish there was another bot out there that would talk to me. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/412588619757412352/llF2l1Pf_normal.png", "geo_enabled": false, "time_zone": null, "name": "Red Scare Honeypot", "id_str": "2248819836", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "RedScarePot", "created_at": "Mon Dec 16 14:14:28 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 28, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000828991636/948321a48a93f1f4cbbbd1566b70b129_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/IT8V4SXHgS", "statuses_count": 2404, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2230101666, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 327, "friends_count": 1, "location": "An Alternate Universe", "description": "Illuminated alternate universe romances of fictional characters. Tweets every six hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 2, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000828991636/948321a48a93f1f4cbbbd1566b70b129_normal.png", "geo_enabled": false, "time_zone": null, "name": "Alt Universe Prompts", "id_str": "2230101666", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "au-prompts.tumblr.com", "indices": [0, 22], "expanded_url": "http://au-prompts.tumblr.com", "url": "http://t.co/IT8V4SXHgS"}]}}, "is_translator": false, "screen_name": "AU_Prompts", "created_at": "Wed Dec 04 15:31:05 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 19, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000757240669/7b3ad1a42816bd093559a8dfa8190499_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/cvLCVa3u0L", "statuses_count": 8736, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2201332182, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 526, "friends_count": 1, "location": "Kenosha", "description": "Brute-forcing an episode from Gravity's Rainbow. Tweets every two hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000757240669/7b3ad1a42816bd093559a8dfa8190499_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Kenosha Kid", "id_str": "2201332182", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "itre.cis.upenn.edu/~myl/languagel\u2026", "indices": [0, 22], "expanded_url": "http://itre.cis.upenn.edu/~myl/languagelog/archives/001288.html", "url": "http://t.co/cvLCVa3u0L"}]}}, "is_translator": false, "screen_name": "YouNeverDidThe", "created_at": "Mon Nov 18 13:42:53 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 13, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000669852731/8bdb0b0dcc8cf947cb60450989efb042_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 6258, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2165015054, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 44, "friends_count": 0, "location": "rutabagas", "description": "Rutabaga is funny vegetaeble. Every 3 hour new joek. (by @tinysubversions)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000669852731/8bdb0b0dcc8cf947cb60450989efb042_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "FactBot Rutabaga", "id_str": "2165015054", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "FactBotRutabaga", "created_at": "Wed Oct 30 15:50:18 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 22, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000669825785/0a293d3c4ccdf51522873f18122f2c87_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 6255, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2164997376, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 77, "friends_count": 0, "location": "carrots", "description": "Carrot is funnye vegetable. Every 3 hour new joek. (by @tinysubversions)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000669825785/0a293d3c4ccdf51522873f18122f2c87_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "FactBot Carrot", "id_str": "2164997376", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "FactBotCarrot", "created_at": "Wed Oct 30 15:41:39 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000651959608/0a51de7a08dd6dd87afe73b36e04a987_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 401, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 2157584160, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 67, "friends_count": 1, "location": "Vineland", "description": "Automatically generated YouTube music videos. One in the day, and one at night. Because why not. by @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000651959608/0a51de7a08dd6dd87afe73b36e04a987_normal.png", "geo_enabled": false, "time_zone": null, "name": "AutoVids", "id_str": "2157584160", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "AutoVids", "created_at": "Sat Oct 26 21:31:40 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 14, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000601426736/8d15332b880858572f1cc041ef912f98_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 9249, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1963165520, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 58, "friends_count": 1, "location": "GIFTown", "description": "People like to tweet Someone should make a GIF of [blah]. This tweets [blah], once an hour. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000601426736/8d15332b880858572f1cc041ef912f98_normal.png", "geo_enabled": false, "time_zone": null, "name": "Make a GIF of...", "id_str": "1963165520", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "MakeAGifOf", "created_at": "Tue Oct 15 18:28:19 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 24, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000529688165/ece322c53de198874165edfa4a3af353_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/MWfhcM373l", "statuses_count": 3282, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1920313014, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 156, "friends_count": 0, "location": "", "description": "This bot tweets every 8 hours what English servants were convicted of stealing from their masters 1823-1841, and how they were punished. By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000529688165/ece322c53de198874165edfa4a3af353_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Stealing from Master", "id_str": "1920313014", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "oldbaileyonline.org", "indices": [0, 22], "expanded_url": "http://www.oldbaileyonline.org", "url": "http://t.co/MWfhcM373l"}]}}, "is_translator": false, "screen_name": "TheftFromMaster", "created_at": "Mon Sep 30 14:59:11 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 7, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000489437466/c07af811678fc2ae47565c772bcab7ba_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 255, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1891608493, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 36, "friends_count": 1, "location": "Um, XOXO?", "description": "This takes the last 10 tweets from #xoxofest and markovs the shit out of them. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 2, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000489437466/c07af811678fc2ae47565c772bcab7ba_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "XOXO_ebooks", "id_str": "1891608493", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "XOXO_ebooks", "created_at": "Sat Sep 21 21:45:45 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 29, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000481521431/37f9046f263bd62f9fec28697ec9e69a_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 19921, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1885568064, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 105, "friends_count": 0, "location": "Boston, MA", "description": "I'm too lazy to update @boazims, so I wrote a bot to do it for me. Tweets hourly. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000481521431/37f9046f263bd62f9fec28697ec9e69a_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Boazim Bot", "id_str": "1885568064", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "BoazimBot", "created_at": "Fri Sep 20 06:38:32 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 275, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000370296162/cb5f879074e150ddc2d3736ba502636a_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 19336, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1705052335, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 5257, "friends_count": 1, "location": "The Bugle Planet", "description": "Comedy is when you take two headlines about different things and then confuse them. Updates hourly. // By @tinysubversions", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 7, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000370296162/cb5f879074e150ddc2d3736ba502636a_normal.png", "geo_enabled": false, "time_zone": null, "name": "Two Headlines", "id_str": "1705052335", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "TwoHeadlines", "created_at": "Tue Aug 27 16:00:04 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 18, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000241176695/32f41328a77d9958d66b73025d6853e6_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 9399, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1645840790, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 63, "friends_count": 0, "location": "", "description": "Unused merchandise on clearance today! New sales every hour. Created by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000241176695/32f41328a77d9958d66b73025d6853e6_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Six Word Sale", "id_str": "1645840790", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "SixWordSale", "created_at": "Sun Aug 04 18:25:19 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 57, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000186874918/1fe67733b7542758c827f2fd9701995f_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 16715, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1620735632, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 379, "friends_count": 0, "location": "Favstar", "description": "Humor expert, explaining jokes once per hour for the edification of all. Created by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000186874918/1fe67733b7542758c827f2fd9701995f_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Professor Jocular", "id_str": "1620735632", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "ProfJocular", "created_at": "Thu Jul 25 16:11:42 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 90, "profile_image_url": "http://pbs.twimg.com/profile_images/344513261565296681/29699226e433bfd3d8f153d8ac0dde84_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/T4MMA1dwmr", "statuses_count": 71117, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1505391505, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 657, "friends_count": 1, "location": "Twitter", "description": "This is a bot that makes bad jokes based on Twitter trending topics. Twitter comedians: consider yourselves on notice. Written by @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 9, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/344513261565296681/29699226e433bfd3d8f153d8ac0dde84_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "AmIRite Bot", "id_str": "1505391505", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "favstar.fm/users/amiriteb\u2026", "indices": [0, 22], "expanded_url": "http://favstar.fm/users/amiritebot", "url": "http://t.co/T4MMA1dwmr"}]}}, "is_translator": false, "screen_name": "AmIRiteBot", "created_at": "Tue Jun 11 17:34:31 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 15, "profile_image_url": "http://pbs.twimg.com/profile_images/3423518267/955bb11ece5184366d29721d70481071_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 777, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1270269918, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 138, "friends_count": 0, "location": "GDC", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1270269918/1364135331", "description": "@tinysubversions isn't attending GDC 2015, so he created me to attend in his place. (An update of the 2013 edition.)", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 28, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3423518267/955bb11ece5184366d29721d70481071_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "Darius at GDC", "id_str": "1270269918", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "darius_at_gdc", "created_at": "Fri Mar 15 17:38:49 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 43, "profile_image_url": "http://pbs.twimg.com/profile_images/3097290659/b3606a6e3295c736f1b622b28b8f7480_normal.png", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": null, "statuses_count": 45903, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 1081686444, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 272, "friends_count": 5, "location": "", "description": "@latourbot + #swag: an attempt to approximate @10rdben in bot form. Tweets every 2 hours. By @tinysubversions.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 11, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3097290659/b3606a6e3295c736f1b622b28b8f7480_normal.png", "geo_enabled": false, "time_zone": null, "name": "Latour Swag", "id_str": "1081686444", "entities": {"description": {"urls": []}}, "is_translator": false, "screen_name": "LatourSwag", "created_at": "Sat Jan 12 03:31:42 +0000 2013"}, {"notifications": false, "profile_use_background_image": true, "has_extended_profile": false, "listed_count": 11, "profile_image_url": "http://pbs.twimg.com/profile_images/2526407453/uhcxk2bw4xjpdlu99avr_normal.jpeg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/JOsQWAlNKA", "statuses_count": 4640, "profile_text_color": "333333", "profile_background_tile": false, "follow_request_sent": false, "id": 770580787, "default_profile_image": false, "contributors_enabled": false, "following": false, "profile_link_color": "0084B4", "followers_count": 54, "friends_count": 0, "location": "Thanks for nothing.", "description": "Twitter doesn't have enough Colin's Bear Animation. @tinysubversions decided to fix this.", "profile_sidebar_fill_color": "DDEEF6", "default_profile": true, "utc_offset": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 0, "profile_background_color": "C0DEED", "is_translation_enabled": false, "profile_sidebar_border_color": "C0DEED", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2526407453/uhcxk2bw4xjpdlu99avr_normal.jpeg", "geo_enabled": false, "time_zone": null, "name": "colinsbearanim", "id_str": "770580787", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/watch?v=FiARsQ\u2026", "indices": [0, 22], "expanded_url": "http://www.youtube.com/watch?v=FiARsQSlzDc", "url": "http://t.co/JOsQWAlNKA"}]}}, "is_translator": false, "screen_name": "colinsbearanim", "created_at": "Tue Aug 21 01:26:54 +0000 2012"}], "previous_cursor_str": "-4611686020916349125", "next_cursor_str": "0", "previous_cursor": -4611686020916349125}python-twitter-3.3/testdata/get_list_timeline.json000066400000000000000000002662731311017327200226210ustar00rootroot00000000000000[{"geo": null, "id": 693191602957852676, "possibly_sensitive": false, "id_str": "693191602957852676", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693191602660118533, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693191602660118533", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png", "url": "https://t.co/3T3tr6d35v", "type": "photo", "display_url": "pic.twitter.com/3T3tr6d35v", "expanded_url": "http://twitter.com/himawari8bot/status/693191602957852676/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693191602660118533, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693191602660118533", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png", "url": "https://t.co/3T3tr6d35v", "type": "animated_gif", "display_url": "pic.twitter.com/3T3tr6d35v", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ62FwXXEAUQ5XO.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693191602957852676/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 21:58:51 +0000 2016", "text": "2016-01-29T21:00:00 https://t.co/3T3tr6d35v"}, {"geo": null, "id": 693178508705730560, "possibly_sensitive": false, "id_str": "693178508705730560", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693178495795609600, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693178495795609600", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg", "url": "https://t.co/mOYWmzmeQ6", "type": "photo", "display_url": "pic.twitter.com/mOYWmzmeQ6", "expanded_url": "http://twitter.com/himawari8bot/status/693178508705730560/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/6TwmG--?m", "display_url": "osm.org/go/6TwmG--?m", "url": "https://t.co/eaWmlXzoJg", "indices": [54, 77]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693178495795609600, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693178495795609600", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg", "url": "https://t.co/mOYWmzmeQ6", "type": "video", "display_url": "pic.twitter.com/mOYWmzmeQ6", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/720x720/EqwS2CD0YgNHAT70.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/240x240/xvuWcFkJ6EVcfFWM.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.mp4", "content_type": "video/mp4", "bitrate": 832000}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693178508705730560/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 21:06:49 +0000 2016", "text": "Coordinates: (15.571961348728838, 143.8900334369081); https://t.co/eaWmlXzoJg https://t.co/mOYWmzmeQ6"}, {"geo": null, "id": 693161399770562561, "possibly_sensitive": false, "id_str": "693161399770562561", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693161398768156672, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693161398768156672", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png", "url": "https://t.co/JI9MnneU0A", "type": "photo", "display_url": "pic.twitter.com/JI9MnneU0A", "expanded_url": "http://twitter.com/himawari8bot/status/693161399770562561/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693161398768156672, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693161398768156672", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png", "url": "https://t.co/JI9MnneU0A", "type": "animated_gif", "display_url": "pic.twitter.com/JI9MnneU0A", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ6anqGWwAAEiGO.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693161399770562561/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 19:58:50 +0000 2016", "text": "2016-01-29T19:00:00 https://t.co/JI9MnneU0A"}, {"geo": null, "id": 693133246075379713, "possibly_sensitive": false, "id_str": "693133246075379713", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693133231890264064, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693133231890264064", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg", "url": "https://t.co/LEgekKPwZJ", "type": "photo", "display_url": "pic.twitter.com/LEgekKPwZJ", "expanded_url": "http://twitter.com/himawari8bot/status/693133246075379713/video/1", "indices": [80, 103], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/p1CLk--?m", "display_url": "osm.org/go/p1CLk--?m", "url": "https://t.co/9GXu7VdoiT", "indices": [56, 79]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693133231890264064, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693133231890264064", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg", "url": "https://t.co/LEgekKPwZJ", "type": "video", "display_url": "pic.twitter.com/LEgekKPwZJ", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/480x480/4BOvLtg5DwFj_rao.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/pl/1zI53ed8iSjn-Y6w.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/pl/1zI53ed8iSjn-Y6w.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/480x480/4BOvLtg5DwFj_rao.mp4", "content_type": "video/mp4", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/240x240/SR-3qQ_a2vN9-cDE.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/720x720/QabcEFpHt_m7ek1L.mp4", "content_type": "video/mp4", "bitrate": 1280000}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693133246075379713/video/1", "indices": [80, 103], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 18:06:58 +0000 2016", "text": "Coordinates: (-47.754020632282845, 113.51459718142179); https://t.co/9GXu7VdoiT https://t.co/LEgekKPwZJ"}, {"geo": null, "id": 693131199141797888, "possibly_sensitive": false, "id_str": "693131199141797888", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693131198764290049, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693131198764290049", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png", "url": "https://t.co/uBZUMJKFYI", "type": "photo", "display_url": "pic.twitter.com/uBZUMJKFYI", "expanded_url": "http://twitter.com/himawari8bot/status/693131199141797888/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693131198764290049, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693131198764290049", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png", "url": "https://t.co/uBZUMJKFYI", "type": "animated_gif", "display_url": "pic.twitter.com/uBZUMJKFYI", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ5_JyUWEAENyL3.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693131199141797888/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 17:58:50 +0000 2016", "text": "2016-01-29T17:00:00 https://t.co/uBZUMJKFYI"}, {"geo": null, "id": 693101007883112449, "possibly_sensitive": false, "id_str": "693101007883112449", "retweeted": false, "truncated": false, "favorite_count": 2, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693101007266582529, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693101007266582529", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png", "url": "https://t.co/0c8rqxCHF1", "type": "photo", "display_url": "pic.twitter.com/0c8rqxCHF1", "expanded_url": "http://twitter.com/himawari8bot/status/693101007883112449/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693101007266582529, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693101007266582529", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png", "url": "https://t.co/0c8rqxCHF1", "type": "animated_gif", "display_url": "pic.twitter.com/0c8rqxCHF1", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ5jsaOXEAEEqfu.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693101007883112449/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 15:58:52 +0000 2016", "text": "2016-01-29T15:00:00 https://t.co/0c8rqxCHF1"}, {"geo": null, "id": 693089357155147776, "possibly_sensitive": false, "id_str": "693089357155147776", "retweeted": false, "truncated": false, "favorite_count": 2, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693089340516335616, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693089340516335616", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg", "url": "https://t.co/GnYRtH78G5", "type": "photo", "display_url": "pic.twitter.com/GnYRtH78G5", "expanded_url": "http://twitter.com/himawari8bot/status/693089357155147776/video/1", "indices": [80, 103], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/RQUwg--?m", "display_url": "osm.org/go/RQUwg--?m", "url": "https://t.co/vdw6tffLWE", "indices": [56, 79]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693089340516335616, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693089340516335616", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg", "url": "https://t.co/GnYRtH78G5", "type": "video", "display_url": "pic.twitter.com/GnYRtH78G5", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/480x480/wyOOTfXOsaBU0Qo0.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/pl/-BiKbUsjmPXH24AR.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/720x720/gn_aTvdtfOBVR4pE.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/pl/-BiKbUsjmPXH24AR.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/240x240/w1ZnCmkTV5aZ8Nog.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/480x480/wyOOTfXOsaBU0Qo0.mp4", "content_type": "video/mp4", "bitrate": 832000}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693089357155147776/video/1", "indices": [80, 103], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 15:12:34 +0000 2016", "text": "Coordinates: (36.038219371747736, -179.59752635358763); https://t.co/vdw6tffLWE https://t.co/GnYRtH78G5"}, {"geo": null, "id": 693070816901206016, "possibly_sensitive": false, "id_str": "693070816901206016", "retweeted": false, "truncated": false, "favorite_count": 2, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693070816284708868, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693070816284708868", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png", "url": "https://t.co/o0k7ZjEdy5", "type": "photo", "display_url": "pic.twitter.com/o0k7ZjEdy5", "expanded_url": "http://twitter.com/himawari8bot/status/693070816901206016/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693070816284708868, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693070816284708868", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png", "url": "https://t.co/o0k7ZjEdy5", "type": "animated_gif", "display_url": "pic.twitter.com/o0k7ZjEdy5", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ5IPEDXEAQZ0E6.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693070816901206016/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 2, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 13:58:54 +0000 2016", "text": "2016-01-29T13:00:00 https://t.co/o0k7ZjEdy5"}, {"geo": null, "id": 693046273516163072, "possibly_sensitive": false, "id_str": "693046273516163072", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693046238246256640, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693046238246256640", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg", "url": "https://t.co/CZfGlRA4ys", "type": "photo", "display_url": "pic.twitter.com/CZfGlRA4ys", "expanded_url": "http://twitter.com/himawari8bot/status/693046273516163072/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/8r924--?m", "display_url": "osm.org/go/8r924--?m", "url": "https://t.co/2Sgxzcl522", "indices": [54, 77]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693046238246256640, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693046238246256640", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg", "url": "https://t.co/CZfGlRA4ys", "type": "video", "display_url": "pic.twitter.com/CZfGlRA4ys", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/480x480/1dC4FBT1VkQFIoCh.mp4", "content_type": "video/mp4", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/480x480/1dC4FBT1VkQFIoCh.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/240x240/NYcjmZMiI4zSRxSK.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/720x720/4ItijaUTfxNNmtDF.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/pl/NKmafHJK-62mu3zC.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/pl/NKmafHJK-62mu3zC.m3u8", "content_type": "application/x-mpegURL"}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693046273516163072/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 12:21:22 +0000 2016", "text": "Coordinates: (50.559588880563034, 134.1051793146934); https://t.co/2Sgxzcl522 https://t.co/CZfGlRA4ys"}, {"geo": null, "id": 693040631288061952, "possibly_sensitive": false, "id_str": "693040631288061952", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693040630419820544, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693040630419820544", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png", "url": "https://t.co/ILbjLTRw49", "type": "photo", "display_url": "pic.twitter.com/ILbjLTRw49", "expanded_url": "http://twitter.com/himawari8bot/status/693040631288061952/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693040630419820544, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693040630419820544", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png", "url": "https://t.co/ILbjLTRw49", "type": "animated_gif", "display_url": "pic.twitter.com/ILbjLTRw49", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ4syA8WEAAfGPV.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693040631288061952/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 11:58:57 +0000 2016", "text": "2016-01-29T11:00:00 https://t.co/ILbjLTRw49"}, {"geo": null, "id": 693010429514268672, "possibly_sensitive": false, "id_str": "693010429514268672", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693010428520222720, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693010428520222720", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png", "url": "https://t.co/PSuSrm1WSb", "type": "photo", "display_url": "pic.twitter.com/PSuSrm1WSb", "expanded_url": "http://twitter.com/himawari8bot/status/693010429514268672/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693010428520222720, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693010428520222720", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png", "url": "https://t.co/PSuSrm1WSb", "type": "animated_gif", "display_url": "pic.twitter.com/PSuSrm1WSb", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ4RUCGW0AAR1ER.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693010429514268672/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 09:58:56 +0000 2016", "text": "2016-01-29T09:00:00 https://t.co/PSuSrm1WSb"}, {"geo": null, "id": 693006025121763328, "possibly_sensitive": false, "id_str": "693006025121763328", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693005994532667392, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693005994532667392", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg", "url": "https://t.co/lNfm936DMH", "type": "photo", "display_url": "pic.twitter.com/lNfm936DMH", "expanded_url": "http://twitter.com/himawari8bot/status/693006025121763328/video/1", "indices": [79, 102], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/ssEaH--?m", "display_url": "osm.org/go/ssEaH--?m", "url": "https://t.co/smfC99mO9b", "indices": [55, 78]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693005994532667392, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693005994532667392", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg", "url": "https://t.co/lNfm936DMH", "type": "video", "display_url": "pic.twitter.com/lNfm936DMH", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/480x480/R-imikC2exTTybcw.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/480x480/R-imikC2exTTybcw.mp4", "content_type": "video/mp4", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/240x240/Sx0UecW4xtWJ2GAM.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/720x720/p4J4fzRjFmnS6gLY.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/pl/5YreK15nH4K36_CS.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/pl/5YreK15nH4K36_CS.m3u8", "content_type": "application/x-mpegURL"}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693006025121763328/video/1", "indices": [79, 102], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 09:41:26 +0000 2016", "text": "Coordinates: (-38.47495767179647, 124.02898728887148); https://t.co/smfC99mO9b https://t.co/lNfm936DMH"}, {"geo": null, "id": 692980243339071488, "possibly_sensitive": false, "id_str": "692980243339071488", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692980241594187777, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692980241594187777", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png", "url": "https://t.co/h9UiOuuezl", "type": "photo", "display_url": "pic.twitter.com/h9UiOuuezl", "expanded_url": "http://twitter.com/himawari8bot/status/692980243339071488/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692980241594187777, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692980241594187777", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png", "url": "https://t.co/h9UiOuuezl", "type": "animated_gif", "display_url": "pic.twitter.com/h9UiOuuezl", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ3127CWAAEKfCn.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692980243339071488/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 1, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 07:58:59 +0000 2016", "text": "2016-01-29T07:00:00 https://t.co/h9UiOuuezl"}, {"geo": null, "id": 692966575163490304, "possibly_sensitive": false, "id_str": "692966575163490304", "retweeted": false, "truncated": false, "favorite_count": 5, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692966551088144384, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "692966551088144384", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg", "url": "https://t.co/Y5JC3FMIOf", "type": "photo", "display_url": "pic.twitter.com/Y5JC3FMIOf", "expanded_url": "http://twitter.com/himawari8bot/status/692966575163490304/video/1", "indices": [77, 100], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/4GRtz--?m", "display_url": "osm.org/go/4GRtz--?m", "url": "https://t.co/yYjiKeXBWX", "indices": [53, 76]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692966551088144384, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "692966551088144384", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg", "url": "https://t.co/Y5JC3FMIOf", "type": "video", "display_url": "pic.twitter.com/Y5JC3FMIOf", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/480x480/uXvgmtkgsXMfCKQi.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/480x480/uXvgmtkgsXMfCKQi.mp4", "content_type": "video/mp4", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/pl/N2kfRXQ64li7f0R_.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/240x240/nV5hjslkH1_rF_d5.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/720x720/AG2v4zTRtEkL4V8U.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/pl/N2kfRXQ64li7f0R_.mpd", "content_type": "application/dash+xml"}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692966575163490304/video/1", "indices": [77, 100], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 2, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 07:04:40 +0000 2016", "text": "Coordinates: (7.546182427135968, 96.21339092216665); https://t.co/yYjiKeXBWX https://t.co/Y5JC3FMIOf"}, {"geo": null, "id": 692950032534867968, "possibly_sensitive": false, "id_str": "692950032534867968", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692950031654060032, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692950031654060032", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png", "url": "https://t.co/o1eyd9u1Eu", "type": "photo", "display_url": "pic.twitter.com/o1eyd9u1Eu", "expanded_url": "http://twitter.com/himawari8bot/status/692950032534867968/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692950031654060032, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692950031654060032", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png", "url": "https://t.co/o1eyd9u1Eu", "type": "animated_gif", "display_url": "pic.twitter.com/o1eyd9u1Eu", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ3aYePWAAA5oSh.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692950032534867968/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 05:58:56 +0000 2016", "text": "2016-01-29T05:00:00 https://t.co/o1eyd9u1Eu"}, {"geo": null, "id": 692922442763886592, "possibly_sensitive": false, "id_str": "692922442763886592", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692922396756578304, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "692922396756578304", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg", "url": "https://t.co/GlvueMdKAv", "type": "photo", "display_url": "pic.twitter.com/GlvueMdKAv", "expanded_url": "http://twitter.com/himawari8bot/status/692922442763886592/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/6D4DZ--?m", "display_url": "osm.org/go/6D4DZ--?m", "url": "https://t.co/rSEV1FbfGP", "indices": [54, 77]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692922396756578304, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "692922396756578304", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg", "url": "https://t.co/GlvueMdKAv", "type": "video", "display_url": "pic.twitter.com/GlvueMdKAv", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/480x480/UxabGycqNLWYOKkb.mp4", "content_type": "video/mp4", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/pl/C4RZBUJusY82o5Fh.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/pl/C4RZBUJusY82o5Fh.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/240x240/okMIUa5kJQogzPMc.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/480x480/UxabGycqNLWYOKkb.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/720x720/0DPjv7vnuGkfnqVw.mp4", "content_type": "video/mp4", "bitrate": 1280000}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692922442763886592/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 04:09:18 +0000 2016", "text": "Coordinates: (4.291394187534963, 144.95617725288201); https://t.co/rSEV1FbfGP https://t.co/GlvueMdKAv"}, {"geo": null, "id": 692919830324854786, "possibly_sensitive": false, "id_str": "692919830324854786", "retweeted": false, "truncated": false, "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692919829540519937, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692919829540519937", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png", "url": "https://t.co/g2JiaZbtCk", "type": "photo", "display_url": "pic.twitter.com/g2JiaZbtCk", "expanded_url": "http://twitter.com/himawari8bot/status/692919830324854786/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692919829540519937, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692919829540519937", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png", "url": "https://t.co/g2JiaZbtCk", "type": "animated_gif", "display_url": "pic.twitter.com/g2JiaZbtCk", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ2-6emWQAE98l8.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692919830324854786/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 2, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 03:58:56 +0000 2016", "text": "2016-01-29T03:00:00 https://t.co/g2JiaZbtCk"}, {"geo": null, "id": 692889631524655104, "possibly_sensitive": false, "id_str": "692889631524655104", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692889631033937920, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692889631033937920", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png", "url": "https://t.co/u2pe4ssU0q", "type": "photo", "display_url": "pic.twitter.com/u2pe4ssU0q", "expanded_url": "http://twitter.com/himawari8bot/status/692889631524655104/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692889631033937920, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692889631033937920", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png", "url": "https://t.co/u2pe4ssU0q", "type": "animated_gif", "display_url": "pic.twitter.com/u2pe4ssU0q", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ2jcsZUUAA5idO.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692889631524655104/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 01:58:56 +0000 2016", "text": "2016-01-29T01:00:00 https://t.co/u2pe4ssU0q"}, {"geo": null, "id": 692859419193806849, "possibly_sensitive": false, "id_str": "692859419193806849", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692859418841460737, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692859418841460737", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png", "url": "https://t.co/IMEOTR6MxJ", "type": "photo", "display_url": "pic.twitter.com/IMEOTR6MxJ", "expanded_url": "http://twitter.com/himawari8bot/status/692859419193806849/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692859418841460737, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692859418841460737", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png", "url": "https://t.co/IMEOTR6MxJ", "type": "animated_gif", "display_url": "pic.twitter.com/IMEOTR6MxJ", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ2H-HNUMAEYGYM.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692859419193806849/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Thu Jan 28 23:58:52 +0000 2016", "text": "2016-01-28T23:00:00 https://t.co/IMEOTR6MxJ"}, {"geo": null, "id": 692829211019575296, "possibly_sensitive": false, "id_str": "692829211019575296", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 692829210705002498, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692829210705002498", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ1sfxIWAAIimRw.png", "url": "https://t.co/WnLnPl8iuZ", "type": "photo", "display_url": "pic.twitter.com/WnLnPl8iuZ", "expanded_url": "http://twitter.com/himawari8bot/status/692829211019575296/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ1sfxIWAAIimRw.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 692829210705002498, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "692829210705002498", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ1sfxIWAAIimRw.png", "url": "https://t.co/WnLnPl8iuZ", "type": "animated_gif", "display_url": "pic.twitter.com/WnLnPl8iuZ", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ1sfxIWAAIimRw.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/692829211019575296/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ1sfxIWAAIimRw.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Thu Jan 28 21:58:50 +0000 2016", "text": "2016-01-28T21:00:00 https://t.co/WnLnPl8iuZ"}]python-twitter-3.3/testdata/get_list_timeline_count.json000066400000000000000000000227031311017327200240150ustar00rootroot00000000000000[{"geo": null, "id": 693191602957852676, "possibly_sensitive": false, "id_str": "693191602957852676", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693191602660118533, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693191602660118533", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png", "url": "https://t.co/3T3tr6d35v", "type": "photo", "display_url": "pic.twitter.com/3T3tr6d35v", "expanded_url": "http://twitter.com/himawari8bot/status/693191602957852676/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png"}], "symbols": [], "urls": []}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693191602660118533, "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "small": {"w": 340, "resize": "fit", "h": 346}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "large": {"w": 450, "resize": "fit", "h": 458}}, "id_str": "693191602660118533", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png", "url": "https://t.co/3T3tr6d35v", "type": "animated_gif", "display_url": "pic.twitter.com/3T3tr6d35v", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CZ62FwXXEAUQ5XO.mp4", "content_type": "video/mp4", "bitrate": 0}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693191602957852676/photo/1", "indices": [20, 43], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png"}]}, "lang": "und", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 21:58:51 +0000 2016", "text": "2016-01-29T21:00:00 https://t.co/3T3tr6d35v"}, {"geo": null, "id": 693178508705730560, "possibly_sensitive": false, "id_str": "693178508705730560", "retweeted": false, "truncated": false, "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "media": [{"id": 693178495795609600, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693178495795609600", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg", "url": "https://t.co/mOYWmzmeQ6", "type": "photo", "display_url": "pic.twitter.com/mOYWmzmeQ6", "expanded_url": "http://twitter.com/himawari8bot/status/693178508705730560/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg"}], "symbols": [], "urls": [{"expanded_url": "http://osm.org/go/6TwmG--?m", "display_url": "osm.org/go/6TwmG--?m", "url": "https://t.co/eaWmlXzoJg", "indices": [54, 77]}]}, "user": {"is_translator": false, "location": "Space", "id": 4040207472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4040207472", "utc_offset": -18000, "name": "himawari8bot", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "000000", "profile_text_color": "000000", "default_profile": false, "entities": {"description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi", "indices": [59, 82]}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8", "indices": [94, 117]}]}, "url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg", "indices": [0, 23]}]}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "contributors_enabled": false, "followers_count": 406, "time_zone": "Eastern Time (US & Canada)", "protected": false, "friends_count": 2, "screen_name": "himawari8bot", "profile_sidebar_fill_color": "000000", "profile_sidebar_border_color": "000000", "geo_enabled": false, "url": "https://t.co/uYVLL8E5Qg", "listed_count": 30, "notifications": false, "profile_link_color": "000000", "profile_use_background_image": false, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "favourites_count": 0, "statuses_count": 1608, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_background_tile": false, "lang": "en", "has_extended_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "follow_request_sent": false, "following": false}, "extended_entities": {"media": [{"id": 693178495795609600, "sizes": {"large": {"w": 720, "resize": "fit", "h": 720}, "medium": {"w": 600, "resize": "fit", "h": 600}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "id_str": "693178495795609600", "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg", "url": "https://t.co/mOYWmzmeQ6", "type": "video", "display_url": "pic.twitter.com/mOYWmzmeQ6", "video_info": {"duration_millis": 12500, "aspect_ratio": [1, 1], "variants": [{"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.webm", "content_type": "video/webm", "bitrate": 832000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/720x720/EqwS2CD0YgNHAT70.mp4", "content_type": "video/mp4", "bitrate": 1280000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/240x240/xvuWcFkJ6EVcfFWM.mp4", "content_type": "video/mp4", "bitrate": 320000}, {"url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.mp4", "content_type": "video/mp4", "bitrate": 832000}]}, "expanded_url": "http://twitter.com/himawari8bot/status/693178508705730560/video/1", "indices": [78, 101], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg"}]}, "lang": "en", "favorited": false, "in_reply_to_user_id": null, "in_reply_to_screen_name": null, "place": null, "source": "space, jerks.", "is_quote_status": false, "retweet_count": 0, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "coordinates": null, "created_at": "Fri Jan 29 21:06:49 +0000 2016", "text": "Coordinates: (15.571961348728838, 143.8900334369081); https://t.co/eaWmlXzoJg https://t.co/mOYWmzmeQ6"}]python-twitter-3.3/testdata/get_list_timeline_count_rts_ent.json000066400000000000000000001433621311017327200255600ustar00rootroot00000000000000[{"is_quote_status": false, "text": "2016-01-29T21:00:00 https://t.co/3T3tr6d35v", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693191602957852676", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ62FwXXEAUQ5XO.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693191602957852676/photo/1", "id": 693191602660118533, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png", "id_str": "693191602660118533", "url": "https://t.co/3T3tr6d35v", "display_url": "pic.twitter.com/3T3tr6d35v", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ62FwXXEAUQ5XO.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 21:58:51 +0000 2016", "id": 693191602957852676, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (15.571961348728838, 143.8900334369081); https://t.co/eaWmlXzoJg https://t.co/mOYWmzmeQ6", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693178508705730560", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.webm"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.mpd"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/720x720/EqwS2CD0YgNHAT70.mp4"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/pl/zFnQuF7O2MIr5XD0.m3u8"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/240x240/xvuWcFkJ6EVcfFWM.mp4"}, {"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693178495795609600/pu/vid/480x480/iEjoH5zZn8W--TLc.mp4"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/693178508705730560/video/1", "id": 693178495795609600, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg", "id_str": "693178495795609600", "url": "https://t.co/mOYWmzmeQ6", "display_url": "pic.twitter.com/mOYWmzmeQ6", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [78, 101], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693178495795609600/pu/img/7RCKrFNEpqbSqa0K.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 21:06:49 +0000 2016", "id": 693178508705730560, "lang": "en", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T19:00:00 https://t.co/JI9MnneU0A", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693161399770562561", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ6anqGWwAAEiGO.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693161399770562561/photo/1", "id": 693161398768156672, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png", "id_str": "693161398768156672", "url": "https://t.co/JI9MnneU0A", "display_url": "pic.twitter.com/JI9MnneU0A", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ6anqGWwAAEiGO.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 19:58:50 +0000 2016", "id": 693161399770562561, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (-47.754020632282845, 113.51459718142179); https://t.co/9GXu7VdoiT https://t.co/LEgekKPwZJ", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693133246075379713", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/480x480/4BOvLtg5DwFj_rao.webm"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/pl/1zI53ed8iSjn-Y6w.m3u8"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/pl/1zI53ed8iSjn-Y6w.mpd"}, {"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/480x480/4BOvLtg5DwFj_rao.mp4"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/240x240/SR-3qQ_a2vN9-cDE.mp4"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693133231890264064/pu/vid/720x720/QabcEFpHt_m7ek1L.mp4"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/693133246075379713/video/1", "id": 693133231890264064, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg", "id_str": "693133231890264064", "url": "https://t.co/LEgekKPwZJ", "display_url": "pic.twitter.com/LEgekKPwZJ", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [80, 103], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693133231890264064/pu/img/bsOAt7gkqaMlGxI8.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 18:06:58 +0000 2016", "id": 693133246075379713, "lang": "en", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T17:00:00 https://t.co/uBZUMJKFYI", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693131199141797888", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ5_JyUWEAENyL3.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693131199141797888/photo/1", "id": 693131198764290049, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png", "id_str": "693131198764290049", "url": "https://t.co/uBZUMJKFYI", "display_url": "pic.twitter.com/uBZUMJKFYI", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5_JyUWEAENyL3.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 17:58:50 +0000 2016", "id": 693131199141797888, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T15:00:00 https://t.co/0c8rqxCHF1", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693101007883112449", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ5jsaOXEAEEqfu.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693101007883112449/photo/1", "id": 693101007266582529, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png", "id_str": "693101007266582529", "url": "https://t.co/0c8rqxCHF1", "display_url": "pic.twitter.com/0c8rqxCHF1", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5jsaOXEAEEqfu.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 15:58:52 +0000 2016", "id": 693101007883112449, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 2, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (36.038219371747736, -179.59752635358763); https://t.co/vdw6tffLWE https://t.co/GnYRtH78G5", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693089357155147776", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/480x480/wyOOTfXOsaBU0Qo0.webm"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/pl/-BiKbUsjmPXH24AR.mpd"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/720x720/gn_aTvdtfOBVR4pE.mp4"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/pl/-BiKbUsjmPXH24AR.m3u8"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/240x240/w1ZnCmkTV5aZ8Nog.mp4"}, {"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693089340516335616/pu/vid/480x480/wyOOTfXOsaBU0Qo0.mp4"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/693089357155147776/video/1", "id": 693089340516335616, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg", "id_str": "693089340516335616", "url": "https://t.co/GnYRtH78G5", "display_url": "pic.twitter.com/GnYRtH78G5", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [80, 103], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693089340516335616/pu/img/ynH3g9E7IPnXXZaq.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 15:12:34 +0000 2016", "id": 693089357155147776, "lang": "en", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 2, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T13:00:00 https://t.co/o0k7ZjEdy5", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693070816901206016", "retweet_count": 2, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ5IPEDXEAQZ0E6.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693070816901206016/photo/1", "id": 693070816284708868, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png", "id_str": "693070816284708868", "url": "https://t.co/o0k7ZjEdy5", "display_url": "pic.twitter.com/o0k7ZjEdy5", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ5IPEDXEAQZ0E6.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 13:58:54 +0000 2016", "id": 693070816901206016, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 2, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (50.559588880563034, 134.1051793146934); https://t.co/2Sgxzcl522 https://t.co/CZfGlRA4ys", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693046273516163072", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/480x480/1dC4FBT1VkQFIoCh.mp4"}, {"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/480x480/1dC4FBT1VkQFIoCh.webm"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/240x240/NYcjmZMiI4zSRxSK.mp4"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/vid/720x720/4ItijaUTfxNNmtDF.mp4"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/pl/NKmafHJK-62mu3zC.mpd"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693046238246256640/pu/pl/NKmafHJK-62mu3zC.m3u8"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/693046273516163072/video/1", "id": 693046238246256640, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg", "id_str": "693046238246256640", "url": "https://t.co/CZfGlRA4ys", "display_url": "pic.twitter.com/CZfGlRA4ys", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [78, 101], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693046238246256640/pu/img/_AYw0cZxoeZziBf6.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 12:21:22 +0000 2016", "id": 693046273516163072, "lang": "en", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T11:00:00 https://t.co/ILbjLTRw49", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693040631288061952", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ4syA8WEAAfGPV.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693040631288061952/photo/1", "id": 693040630419820544, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png", "id_str": "693040630419820544", "url": "https://t.co/ILbjLTRw49", "display_url": "pic.twitter.com/ILbjLTRw49", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4syA8WEAAfGPV.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 11:58:57 +0000 2016", "id": 693040631288061952, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T09:00:00 https://t.co/PSuSrm1WSb", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693010429514268672", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ4RUCGW0AAR1ER.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/693010429514268672/photo/1", "id": 693010428520222720, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png", "id_str": "693010428520222720", "url": "https://t.co/PSuSrm1WSb", "display_url": "pic.twitter.com/PSuSrm1WSb", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ4RUCGW0AAR1ER.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 09:58:56 +0000 2016", "id": 693010429514268672, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (-38.47495767179647, 124.02898728887148); https://t.co/smfC99mO9b https://t.co/lNfm936DMH", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "693006025121763328", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/480x480/R-imikC2exTTybcw.webm"}, {"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/480x480/R-imikC2exTTybcw.mp4"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/240x240/Sx0UecW4xtWJ2GAM.mp4"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/vid/720x720/p4J4fzRjFmnS6gLY.mp4"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/pl/5YreK15nH4K36_CS.mpd"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/693005994532667392/pu/pl/5YreK15nH4K36_CS.m3u8"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/693006025121763328/video/1", "id": 693005994532667392, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg", "id_str": "693005994532667392", "url": "https://t.co/lNfm936DMH", "display_url": "pic.twitter.com/lNfm936DMH", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [79, 102], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/693005994532667392/pu/img/p84SVim8NYq2BC_3.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 09:41:26 +0000 2016", "id": 693006025121763328, "lang": "en", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T07:00:00 https://t.co/h9UiOuuezl", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692980243339071488", "retweet_count": 1, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ3127CWAAEKfCn.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692980243339071488/photo/1", "id": 692980241594187777, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png", "id_str": "692980241594187777", "url": "https://t.co/h9UiOuuezl", "display_url": "pic.twitter.com/h9UiOuuezl", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 07:58:59 +0000 2016", "id": 692980243339071488, "lang": "und", "in_reply_to_user_id": null, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}]python-twitter-3.3/testdata/get_list_timeline_id.json000066400000000000000000002137571311017327200232740ustar00rootroot00000000000000[{"created_at":"Fri Dec 18 16:43:04 +0000 2015","id":677891843946766336,"id_str":"677891843946766336","text":"Coordinates: 11449,1740. 1050x1050px https:\/\/t.co\/iQTfpwBfwU","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677891843804160000,"id_str":"677891843804160000","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhbClIU4AAfuh3.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhbClIU4AAfuh3.jpg","url":"https:\/\/t.co\/iQTfpwBfwU","display_url":"pic.twitter.com\/iQTfpwBfwU","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677891843946766336\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677891843804160000,"id_str":"677891843804160000","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhbClIU4AAfuh3.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhbClIU4AAfuh3.jpg","url":"https:\/\/t.co\/iQTfpwBfwU","display_url":"pic.twitter.com\/iQTfpwBfwU","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677891843946766336\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 16:09:21 +0000 2015","id":677883355954835456,"id_str":"677883355954835456","text":"https:\/\/t.co\/1FZuXwfN8P","source":"\u003ca href=\"http:\/\/www.twitter.com\/starnearyou\" rel=\"nofollow\"\u003eStar Near You Bot\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2873849441,"id_str":"2873849441","name":"Star Near You","screen_name":"starnearyou","location":"Orion\u2013Cygnus Arm, Milky Way","description":"I'm a bot that generates GIFs of the Sun's corona. Images courtesy of NASA\/SDO and the AIA science team. Created by @ddbeck.","url":"https:\/\/t.co\/2XrBFpUxiv","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/2XrBFpUxiv","expanded_url":"https:\/\/github.com\/ddbeck\/starnearyou","display_url":"github.com\/ddbeck\/starnea\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":54,"friends_count":1,"listed_count":21,"created_at":"Wed Nov 12 15:26:16 +0000 2014","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1185,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/532558084648873984\/n7U0OiIB_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/532558084648873984\/n7U0OiIB_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2873849441\/1415806333","profile_link_color":"3B94D9","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677883354499289088,"id_str":"677883354499289088","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CWhTUcAUkAACj1t.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CWhTUcAUkAACj1t.png","url":"https:\/\/t.co\/1FZuXwfN8P","display_url":"pic.twitter.com\/1FZuXwfN8P","expanded_url":"http:\/\/twitter.com\/starnearyou\/status\/677883355954835456\/photo\/1","type":"photo","sizes":{"medium":{"w":440,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":170,"resize":"fit"},"large":{"w":440,"h":220,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677883354499289088,"id_str":"677883354499289088","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CWhTUcAUkAACj1t.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CWhTUcAUkAACj1t.png","url":"https:\/\/t.co\/1FZuXwfN8P","display_url":"pic.twitter.com\/1FZuXwfN8P","expanded_url":"http:\/\/twitter.com\/starnearyou\/status\/677883355954835456\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":440,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":170,"resize":"fit"},"large":{"w":440,"h":220,"resize":"fit"}},"video_info":{"aspect_ratio":[2,1],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CWhTUcAUkAACj1t.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 16:00:40 +0000 2015","id":677881170898624512,"id_str":"677881170898624512","text":"A bit of Pluto https:\/\/t.co\/sKB1j57QUx","source":"\u003ca href=\"https:\/\/github.com\/hugovk\/\" rel=\"nofollow\"\u003eBits of Pluto\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3769438815,"id_str":"3769438815","name":"Bits of Pluto","screen_name":"bitsofpluto","location":"Up there, out there","description":"A different bit of Pluto every six hours. Bot by @hugovk, photo by NASA's New Horizons spacecraft. https:\/\/t.co\/fOhCrlseIQ","url":"https:\/\/t.co\/mAixJrdlV1","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/mAixJrdlV1","expanded_url":"https:\/\/twitter.com\/hugovk\/lists\/my-twitterbot-army\/members","display_url":"twitter.com\/hugovk\/lists\/m\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/fOhCrlseIQ","expanded_url":"https:\/\/www.nasa.gov\/image-feature\/the-rich-color-variations-of-pluto","display_url":"nasa.gov\/image-feature\/\u2026","indices":[99,122]}]}},"protected":false,"followers_count":42,"friends_count":30,"listed_count":9,"created_at":"Fri Sep 25 09:12:19 +0000 2015","favourites_count":1,"utc_offset":7200,"time_zone":"Helsinki","geo_enabled":false,"verified":false,"statuses_count":333,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3769438815\/1443177284","profile_link_color":"0084B4","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677881168100855810,"id_str":"677881168100855810","indices":[15,38],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","url":"https:\/\/t.co\/sKB1j57QUx","display_url":"pic.twitter.com\/sKB1j57QUx","expanded_url":"http:\/\/twitter.com\/bitsofpluto\/status\/677881170898624512\/photo\/1","type":"photo","sizes":{"large":{"w":800,"h":600,"resize":"fit"},"small":{"w":340,"h":255,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"extended_entities":{"media":[{"id":677881168100855810,"id_str":"677881168100855810","indices":[15,38],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhRVLCUEAIlfAU.jpg","url":"https:\/\/t.co\/sKB1j57QUx","display_url":"pic.twitter.com\/sKB1j57QUx","expanded_url":"http:\/\/twitter.com\/bitsofpluto\/status\/677881170898624512\/photo\/1","type":"photo","sizes":{"large":{"w":800,"h":600,"resize":"fit"},"small":{"w":340,"h":255,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Dec 18 15:43:03 +0000 2015","id":677876737833758720,"id_str":"677876737833758720","text":"Coordinates: 65932,23911. 769x769px https:\/\/t.co\/F53UF9iZwM","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677876737745661953,"id_str":"677876737745661953","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhNTSrUsAEAxfM.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhNTSrUsAEAxfM.jpg","url":"https:\/\/t.co\/F53UF9iZwM","display_url":"pic.twitter.com\/F53UF9iZwM","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677876737833758720\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":769,"h":769,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677876737745661953,"id_str":"677876737745661953","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CWhNTSrUsAEAxfM.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWhNTSrUsAEAxfM.jpg","url":"https:\/\/t.co\/F53UF9iZwM","display_url":"pic.twitter.com\/F53UF9iZwM","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677876737833758720\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":769,"h":769,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 15:40:03 +0000 2015","id":677875983014203392,"id_str":"677875983014203392","text":"2015\u00a0MW53, ~140m-310m in diameter, just passed the Earth at 20km\/s, missing by ~6,790,000km. https:\/\/t.co\/BFlKjHw4i2","source":"\u003ca href=\"http:\/\/twitter.com\/lowflyingrocks\" rel=\"nofollow\"\u003elowflyingrocks\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14446054,"id_str":"14446054","name":"lowflyingrocks","screen_name":"lowflyingrocks","location":"","description":"I mention every near earth object that passes within 0.2AU of Earth. @tomtaylor made me.","url":"http:\/\/t.co\/49Rp4zBFqj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/49Rp4zBFqj","expanded_url":"http:\/\/www.tomtaylor.co.uk\/projects\/","display_url":"tomtaylor.co.uk\/projects\/","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":6925,"friends_count":4,"listed_count":574,"created_at":"Sat Apr 19 19:58:54 +0000 2008","favourites_count":1,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":4089,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/53537162\/asteroid_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/53537162\/asteroid_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/BFlKjHw4i2","expanded_url":"http:\/\/ssd.jpl.nasa.gov\/sbdb.cgi?sstr=2015%20MW53;orb=1","display_url":"ssd.jpl.nasa.gov\/sbdb.cgi?sstr=\u2026","indices":[93,116]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Dec 18 15:29:01 +0000 2015","id":677873207148306432,"id_str":"677873207148306432","text":"* \u3000\u3000\u3000\u3000 \n\u3000\u3000\u3000\u3000. \u00b7 \u3000\n\u3000 \u3000\u3000 \u272b \u3000\n \u22c6 \u3000\u3000 \u00b7 \u3000 \u3000\u3000 \u2739 \u3000\u3000\u3000\n\u3000 \u3000 \u272b \u272b \u3000\u3000\u3000 \u3000 \u22c6 \n\u3000 * \u3000 .","source":"\u003ca href=\"https:\/\/twitter.com\/tiny_star_field\" rel=\"nofollow\"\u003etiny star field\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2607163646,"id_str":"2607163646","name":"\u22c6\u2735tiny star fields\u2735\u22c6","screen_name":"tiny_star_field","location":"","description":"i produce a small window of stars periodically throughout the day and night \/\/ (inquires, @katierosepipkin)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69687,"friends_count":5807,"listed_count":478,"created_at":"Sun Jul 06 09:21:05 +0000 2014","favourites_count":409,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4294,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2607163646\/1404638820","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":196,"favorite_count":131,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Dec 18 15:18:03 +0000 2015","id":677870447082344448,"id_str":"677870447082344448","text":"Coordinates: (3.9272555029812866, 119.29804246724038); https:\/\/t.co\/0B9m1h5XgG https:\/\/t.co\/xFg5jMsU0C","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4040207472,"id_str":"4040207472","name":"himawari8bot","screen_name":"himawari8bot","location":"Space","description":"Unofficial; imagery courtesy: Japan Meteorological Agency (https:\/\/t.co\/lzPXaTnMCi) and CIRA (https:\/\/t.co\/YksnDoJEl8). Bot by @__jcbl__","url":"https:\/\/t.co\/uYVLL8E5Qg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uYVLL8E5Qg","expanded_url":"https:\/\/github.com\/jeremylow\/himawari_bot","display_url":"github.com\/jeremylow\/hima\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lzPXaTnMCi","expanded_url":"http:\/\/www.jma.go.jp\/en\/gms\/","display_url":"jma.go.jp\/en\/gms\/","indices":[59,82]},{"url":"https:\/\/t.co\/YksnDoJEl8","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/himawari-8.asp","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[94,117]}]}},"protected":false,"followers_count":302,"friends_count":2,"listed_count":23,"created_at":"Tue Oct 27 23:06:22 +0000 2015","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":812,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/0B9m1h5XgG","expanded_url":"http:\/\/osm.org\/go\/4jHjM--?m","display_url":"osm.org\/go\/4jHjM--?m","indices":[55,78]}],"media":[{"id":677870394963918848,"id_str":"677870394963918848","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677870394963918848\/pu\/img\/L8ciRWGpO6bHKBAX.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677870394963918848\/pu\/img\/L8ciRWGpO6bHKBAX.jpg","url":"https:\/\/t.co\/xFg5jMsU0C","display_url":"pic.twitter.com\/xFg5jMsU0C","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677870447082344448\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677870394963918848,"id_str":"677870394963918848","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677870394963918848\/pu\/img\/L8ciRWGpO6bHKBAX.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677870394963918848\/pu\/img\/L8ciRWGpO6bHKBAX.jpg","url":"https:\/\/t.co\/xFg5jMsU0C","display_url":"pic.twitter.com\/xFg5jMsU0C","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677870447082344448\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/vid\/480x480\/doYJaGpS7Bdiqcm-.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/vid\/480x480\/doYJaGpS7Bdiqcm-.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/vid\/240x240\/6euMc-jyD51djwZK.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/pl\/GxdpBrvV1sOeatQ3.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/pl\/GxdpBrvV1sOeatQ3.m3u8"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677870394963918848\/pu\/vid\/720x720\/5flH_9EGCfpUclzR.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Dec 18 14:43:04 +0000 2015","id":677861642500104192,"id_str":"677861642500104192","text":"Coordinates: 12185,316. 1453x1453px https:\/\/t.co\/frzkFDwf0W","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677861642202300417,"id_str":"677861642202300417","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CWg_knZUwAELrPk.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWg_knZUwAELrPk.jpg","url":"https:\/\/t.co\/frzkFDwf0W","display_url":"pic.twitter.com\/frzkFDwf0W","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677861642500104192\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677861642202300417,"id_str":"677861642202300417","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CWg_knZUwAELrPk.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWg_knZUwAELrPk.jpg","url":"https:\/\/t.co\/frzkFDwf0W","display_url":"pic.twitter.com\/frzkFDwf0W","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677861642500104192\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 13:43:04 +0000 2015","id":677846542653386757,"id_str":"677846542653386757","text":"Coordinates: 40280,10804. 1126x1126px https:\/\/t.co\/h39BgolIGZ","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677846542405906432,"id_str":"677846542405906432","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgx1sRUsAA1tcu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgx1sRUsAA1tcu.jpg","url":"https:\/\/t.co\/h39BgolIGZ","display_url":"pic.twitter.com\/h39BgolIGZ","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677846542653386757\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677846542405906432,"id_str":"677846542405906432","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgx1sRUsAA1tcu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgx1sRUsAA1tcu.jpg","url":"https:\/\/t.co\/h39BgolIGZ","display_url":"pic.twitter.com\/h39BgolIGZ","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677846542653386757\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 12:43:04 +0000 2015","id":677831444446638080,"id_str":"677831444446638080","text":"Coordinates: 41231,10286. 1199x1199px https:\/\/t.co\/YTvQvGwuzq","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677831444266246145,"id_str":"677831444266246145","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgkG3UUYAEFBWN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgkG3UUYAEFBWN.jpg","url":"https:\/\/t.co\/YTvQvGwuzq","display_url":"pic.twitter.com\/YTvQvGwuzq","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677831444446638080\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677831444266246145,"id_str":"677831444266246145","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgkG3UUYAEFBWN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgkG3UUYAEFBWN.jpg","url":"https:\/\/t.co\/YTvQvGwuzq","display_url":"pic.twitter.com\/YTvQvGwuzq","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677831444446638080\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 12:32:38 +0000 2015","id":677828819894599680,"id_str":"677828819894599680","text":"\u00b7\ud83d\ude80\u3000 \u22c6 + \u00b7 \u3000\n \u2726 \u3000 . . .\u3000\u3000 \u3000 \u3000\n \u3000\u3000\u3000\u3000\u3000\n + \u3000 . \n \u22c6 \u3000 + \u3000\n\u3000\u3000\u3000\u3000\u3000\u2735 + \u3000\n\u3000\u3000\u3000 \u00b7 + \u2735\n@tiny_star_field","source":"\u003ca href=\"http:\/\/blog.megastructure.org\/\" rel=\"nofollow\"\u003eTiny Astronaut\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":677827909189369856,"in_reply_to_status_id_str":"677827909189369856","in_reply_to_user_id":2607163646,"in_reply_to_user_id_str":"2607163646","in_reply_to_screen_name":"tiny_star_field","user":{"id":2758649640,"id_str":"2758649640","name":"tiny astronaut","screen_name":"tiny_astro_naut","location":"","description":"tiny adventures of tiny astronauts injected into @tiny_star_field's tiny star fields. by @elibrody","url":"http:\/\/t.co\/p2MpascZzX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/p2MpascZzX","expanded_url":"http:\/\/tinyastronaut.neocities.org\/","display_url":"tinyastronaut.neocities.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":4238,"friends_count":2,"listed_count":63,"created_at":"Sat Aug 23 12:39:49 +0000 2014","favourites_count":404,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4279,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_link_color":"AAAAAA","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":9,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tiny_star_field","name":"\u22c6\u2735tiny star fields\u2735\u22c6","id":2607163646,"id_str":"2607163646","indices":[91,107]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Dec 18 12:29:01 +0000 2015","id":677827909189369856,"id_str":"677827909189369856","text":"\u00b7 \u3000 \u22c6 + \u00b7 \u3000\n \u2726 \u3000 . . .\u3000\u3000 \u3000 \u3000\n \u3000\u3000\u3000\u3000\u3000\n + \u3000 . \n \u22c6 \u3000 + \u3000\n\u3000\u3000\u3000\u3000\u3000\u2735 + \u3000\n\u3000\u3000\u3000 \u00b7 + \u2735","source":"\u003ca href=\"https:\/\/twitter.com\/tiny_star_field\" rel=\"nofollow\"\u003etiny star field\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2607163646,"id_str":"2607163646","name":"\u22c6\u2735tiny star fields\u2735\u22c6","screen_name":"tiny_star_field","location":"","description":"i produce a small window of stars periodically throughout the day and night \/\/ (inquires, @katierosepipkin)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69687,"friends_count":5807,"listed_count":478,"created_at":"Sun Jul 06 09:21:05 +0000 2014","favourites_count":409,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4294,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2607163646\/1404638820","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":176,"favorite_count":150,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Dec 18 12:21:23 +0000 2015","id":677825988861018113,"id_str":"677825988861018113","text":"Coordinates: (-6.848856172522701, 152.31952652634567); https:\/\/t.co\/Ey2mCrXIlC https:\/\/t.co\/iaLC5cSTWH","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4040207472,"id_str":"4040207472","name":"himawari8bot","screen_name":"himawari8bot","location":"Space","description":"Unofficial; imagery courtesy: Japan Meteorological Agency (https:\/\/t.co\/lzPXaTnMCi) and CIRA (https:\/\/t.co\/YksnDoJEl8). Bot by @__jcbl__","url":"https:\/\/t.co\/uYVLL8E5Qg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uYVLL8E5Qg","expanded_url":"https:\/\/github.com\/jeremylow\/himawari_bot","display_url":"github.com\/jeremylow\/hima\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lzPXaTnMCi","expanded_url":"http:\/\/www.jma.go.jp\/en\/gms\/","display_url":"jma.go.jp\/en\/gms\/","indices":[59,82]},{"url":"https:\/\/t.co\/YksnDoJEl8","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/himawari-8.asp","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[94,117]}]}},"protected":false,"followers_count":302,"friends_count":2,"listed_count":23,"created_at":"Tue Oct 27 23:06:22 +0000 2015","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":812,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ey2mCrXIlC","expanded_url":"http:\/\/osm.org\/go\/vbQyB--?m","display_url":"osm.org\/go\/vbQyB--?m","indices":[55,78]}],"media":[{"id":677825908615438336,"id_str":"677825908615438336","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677825908615438336\/pu\/img\/RY_wAdqhpWuHGzLm.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677825908615438336\/pu\/img\/RY_wAdqhpWuHGzLm.jpg","url":"https:\/\/t.co\/iaLC5cSTWH","display_url":"pic.twitter.com\/iaLC5cSTWH","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677825988861018113\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677825908615438336,"id_str":"677825908615438336","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677825908615438336\/pu\/img\/RY_wAdqhpWuHGzLm.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677825908615438336\/pu\/img\/RY_wAdqhpWuHGzLm.jpg","url":"https:\/\/t.co\/iaLC5cSTWH","display_url":"pic.twitter.com\/iaLC5cSTWH","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677825988861018113\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/pl\/6SYv1pJvzllNJLqX.m3u8"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/vid\/720x720\/9EtetgrNyOhK2rZS.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/vid\/480x480\/QKlYNB57hnI3qXV8.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/pl\/6SYv1pJvzllNJLqX.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/vid\/480x480\/QKlYNB57hnI3qXV8.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677825908615438336\/pu\/vid\/240x240\/RzRrgP9dTP0Ry6mN.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Dec 18 11:43:03 +0000 2015","id":677816342058164225,"id_str":"677816342058164225","text":"Coordinates: 10334,1959. 1287x1287px https:\/\/t.co\/A7GBy69CQV","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677816341861044224,"id_str":"677816341861044224","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgWXyeVEAAtlyK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgWXyeVEAAtlyK.jpg","url":"https:\/\/t.co\/A7GBy69CQV","display_url":"pic.twitter.com\/A7GBy69CQV","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677816342058164225\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677816341861044224,"id_str":"677816341861044224","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgWXyeVEAAtlyK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgWXyeVEAAtlyK.jpg","url":"https:\/\/t.co\/A7GBy69CQV","display_url":"pic.twitter.com\/A7GBy69CQV","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677816342058164225\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 10:43:03 +0000 2015","id":677801239917162496,"id_str":"677801239917162496","text":"Coordinates: 6157,20471. 1244x1244px https:\/\/t.co\/Q6Mm0Oi0OX","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677801239791271938,"id_str":"677801239791271938","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgIou4UAAInxTU.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgIou4UAAInxTU.jpg","url":"https:\/\/t.co\/Q6Mm0Oi0OX","display_url":"pic.twitter.com\/Q6Mm0Oi0OX","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677801239917162496\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677801239791271938,"id_str":"677801239791271938","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CWgIou4UAAInxTU.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWgIou4UAAInxTU.jpg","url":"https:\/\/t.co\/Q6Mm0Oi0OX","display_url":"pic.twitter.com\/Q6Mm0Oi0OX","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677801239917162496\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 10:00:36 +0000 2015","id":677790557909962752,"id_str":"677790557909962752","text":"A bit of Pluto https:\/\/t.co\/lKlZJBkQI3","source":"\u003ca href=\"https:\/\/github.com\/hugovk\/\" rel=\"nofollow\"\u003eBits of Pluto\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3769438815,"id_str":"3769438815","name":"Bits of Pluto","screen_name":"bitsofpluto","location":"Up there, out there","description":"A different bit of Pluto every six hours. Bot by @hugovk, photo by NASA's New Horizons spacecraft. https:\/\/t.co\/fOhCrlseIQ","url":"https:\/\/t.co\/mAixJrdlV1","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/mAixJrdlV1","expanded_url":"https:\/\/twitter.com\/hugovk\/lists\/my-twitterbot-army\/members","display_url":"twitter.com\/hugovk\/lists\/m\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/fOhCrlseIQ","expanded_url":"https:\/\/www.nasa.gov\/image-feature\/the-rich-color-variations-of-pluto","display_url":"nasa.gov\/image-feature\/\u2026","indices":[99,122]}]}},"protected":false,"followers_count":42,"friends_count":30,"listed_count":9,"created_at":"Fri Sep 25 09:12:19 +0000 2015","favourites_count":1,"utc_offset":7200,"time_zone":"Helsinki","geo_enabled":false,"verified":false,"statuses_count":333,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/647508173969039360\/w5oCnBs5.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/647358378570723328\/StmCc8il_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3769438815\/1443177284","profile_link_color":"0084B4","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677790555204681729,"id_str":"677790555204681729","indices":[15,38],"media_url":"http:\/\/pbs.twimg.com\/media\/CWf-6zsXAAEAnYX.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWf-6zsXAAEAnYX.jpg","url":"https:\/\/t.co\/lKlZJBkQI3","display_url":"pic.twitter.com\/lKlZJBkQI3","expanded_url":"http:\/\/twitter.com\/bitsofpluto\/status\/677790557909962752\/photo\/1","type":"photo","sizes":{"large":{"w":1000,"h":750,"resize":"fit"},"small":{"w":340,"h":255,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"extended_entities":{"media":[{"id":677790555204681729,"id_str":"677790555204681729","indices":[15,38],"media_url":"http:\/\/pbs.twimg.com\/media\/CWf-6zsXAAEAnYX.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWf-6zsXAAEAnYX.jpg","url":"https:\/\/t.co\/lKlZJBkQI3","display_url":"pic.twitter.com\/lKlZJBkQI3","expanded_url":"http:\/\/twitter.com\/bitsofpluto\/status\/677790557909962752\/photo\/1","type":"photo","sizes":{"large":{"w":1000,"h":750,"resize":"fit"},"small":{"w":340,"h":255,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Dec 18 09:43:04 +0000 2015","id":677786143924989952,"id_str":"677786143924989952","text":"Coordinates: 60550,10765. 1318x1318px https:\/\/t.co\/xuMtkZ2RGs","source":"\u003ca href=\"http:\/\/joemfox.com\" rel=\"nofollow\"\u003eJoe Fox Bots\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2990633947,"id_str":"2990633947","name":"\u2738Andromeda\u2738","screen_name":"AndromedaBot","location":"","description":"Exploring Hubble's largest photo (69536x22230px), a little bit at a time. A bot by @joemfox. More info: http:\/\/t.co\/auTvn3Cjl9","url":null,"entities":{"description":{"urls":[{"url":"http:\/\/t.co\/auTvn3Cjl9","expanded_url":"http:\/\/www.spacetelescope.org\/images\/heic1502a\/","display_url":"spacetelescope.org\/images\/heic150\u2026","indices":[104,126]}]}},"protected":false,"followers_count":1397,"friends_count":0,"listed_count":86,"created_at":"Tue Jan 20 03:42:02 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7622,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/559181037318590466\/ICFU8kP6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2990633947\/1421728625","profile_link_color":"000444","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":677786143685873664,"id_str":"677786143685873664","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWf66BgUEAAI9dd.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWf66BgUEAAI9dd.jpg","url":"https:\/\/t.co\/xuMtkZ2RGs","display_url":"pic.twitter.com\/xuMtkZ2RGs","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677786143924989952\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677786143685873664,"id_str":"677786143685873664","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CWf66BgUEAAI9dd.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWf66BgUEAAI9dd.jpg","url":"https:\/\/t.co\/xuMtkZ2RGs","display_url":"pic.twitter.com\/xuMtkZ2RGs","expanded_url":"http:\/\/twitter.com\/AndromedaBot\/status\/677786143924989952\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Fri Dec 18 09:36:01 +0000 2015","id":677784373471666176,"id_str":"677784373471666176","text":". \u3000\u3000 . \u00b7 + \u273a \u00b7 \n\u3000\u3000 . . \u3000\n* \u3000 \u00b7 \u3000\u3000 \u3000\u3000 \u3000 \u02da \n\u3000\u3000\u3000\u3000\u3000* \n\u3000 \ud83d\ude80 * \u3000 . \u3000\u3000 \u3000\u3000 \n\u3000. \u2735 * \u00b7 \u3000 \u00b7\n@tiny_star_field","source":"\u003ca href=\"http:\/\/blog.megastructure.org\/\" rel=\"nofollow\"\u003eTiny Astronaut\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":677782612333584384,"in_reply_to_status_id_str":"677782612333584384","in_reply_to_user_id":2607163646,"in_reply_to_user_id_str":"2607163646","in_reply_to_screen_name":"tiny_star_field","user":{"id":2758649640,"id_str":"2758649640","name":"tiny astronaut","screen_name":"tiny_astro_naut","location":"","description":"tiny adventures of tiny astronauts injected into @tiny_star_field's tiny star fields. by @elibrody","url":"http:\/\/t.co\/p2MpascZzX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/p2MpascZzX","expanded_url":"http:\/\/tinyastronaut.neocities.org\/","display_url":"tinyastronaut.neocities.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":4238,"friends_count":2,"listed_count":63,"created_at":"Sat Aug 23 12:39:49 +0000 2014","favourites_count":404,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4279,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/505771585379135488\/ky5PI2rr_normal.png","profile_link_color":"AAAAAA","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4,"favorite_count":9,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tiny_star_field","name":"\u22c6\u2735tiny star fields\u2735\u22c6","id":2607163646,"id_str":"2607163646","indices":[97,113]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Dec 18 09:29:02 +0000 2015","id":677782612333584384,"id_str":"677782612333584384","text":". \u3000\u3000 . \u00b7 + \u273a \u00b7 \n\u3000\u3000 . . \u3000\n* \u3000 \u00b7 \u3000\u3000 \u3000\u3000 \u3000 \u02da \n\u3000\u3000\u3000\u3000\u3000* \n\u3000 * \u3000 . \u3000\u3000 \u3000\u3000 \n\u3000. \u2735 * \u00b7 \u3000 \u00b7","source":"\u003ca href=\"https:\/\/twitter.com\/tiny_star_field\" rel=\"nofollow\"\u003etiny star field\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2607163646,"id_str":"2607163646","name":"\u22c6\u2735tiny star fields\u2735\u22c6","screen_name":"tiny_star_field","location":"","description":"i produce a small window of stars periodically throughout the day and night \/\/ (inquires, @katierosepipkin)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69687,"friends_count":5807,"listed_count":478,"created_at":"Sun Jul 06 09:21:05 +0000 2014","favourites_count":409,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4294,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/485715541844185088\/66kkRc8C_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2607163646\/1404638820","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":201,"favorite_count":173,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Dec 18 09:17:08 +0000 2015","id":677779618502467584,"id_str":"677779618502467584","text":"Coordinates: (-3.6578324169809178, 103.22975925265374); https:\/\/t.co\/YHhKoQCsMO https:\/\/t.co\/usCWiH9AIt","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4040207472,"id_str":"4040207472","name":"himawari8bot","screen_name":"himawari8bot","location":"Space","description":"Unofficial; imagery courtesy: Japan Meteorological Agency (https:\/\/t.co\/lzPXaTnMCi) and CIRA (https:\/\/t.co\/YksnDoJEl8). Bot by @__jcbl__","url":"https:\/\/t.co\/uYVLL8E5Qg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uYVLL8E5Qg","expanded_url":"https:\/\/github.com\/jeremylow\/himawari_bot","display_url":"github.com\/jeremylow\/hima\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lzPXaTnMCi","expanded_url":"http:\/\/www.jma.go.jp\/en\/gms\/","display_url":"jma.go.jp\/en\/gms\/","indices":[59,82]},{"url":"https:\/\/t.co\/YksnDoJEl8","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/himawari-8.asp","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[94,117]}]}},"protected":false,"followers_count":302,"friends_count":2,"listed_count":23,"created_at":"Tue Oct 27 23:06:22 +0000 2015","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":812,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/YHhKoQCsMO","expanded_url":"http:\/\/osm.org\/go\/tcZ40--?m","display_url":"osm.org\/go\/tcZ40--?m","indices":[56,79]}],"media":[{"id":677779563439517697,"id_str":"677779563439517697","indices":[80,103],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677779563439517697\/pu\/img\/wshSQLzqLmDJGghO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677779563439517697\/pu\/img\/wshSQLzqLmDJGghO.jpg","url":"https:\/\/t.co\/usCWiH9AIt","display_url":"pic.twitter.com\/usCWiH9AIt","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677779618502467584\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":677779563439517697,"id_str":"677779563439517697","indices":[80,103],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677779563439517697\/pu\/img\/wshSQLzqLmDJGghO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/677779563439517697\/pu\/img\/wshSQLzqLmDJGghO.jpg","url":"https:\/\/t.co\/usCWiH9AIt","display_url":"pic.twitter.com\/usCWiH9AIt","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/677779618502467584\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/vid\/480x480\/ScQKRZMPzhT-2mnh.webm"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/pl\/Ta6dSrqbHm0GPjmD.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/vid\/240x240\/-w26uvOG_qlTvnGN.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/vid\/720x720\/HS8B_gNxLouhxnSz.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/pl\/Ta6dSrqbHm0GPjmD.mpd"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/677779563439517697\/pu\/vid\/480x480\/ScQKRZMPzhT-2mnh.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]python-twitter-3.3/testdata/get_list_timeline_max_since.json000066400000000000000000000766661311017327200246540ustar00rootroot00000000000000[{"is_quote_status": false, "text": "2016-01-29T07:00:00 https://t.co/h9UiOuuezl", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692980243339071488", "retweet_count": 1, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ3127CWAAEKfCn.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692980243339071488/photo/1", "id": 692980241594187777, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png", "id_str": "692980241594187777", "url": "https://t.co/h9UiOuuezl", "display_url": "pic.twitter.com/h9UiOuuezl", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 07:58:59 +0000 2016", "id": 692980243339071488, "lang": "und", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692980243339071488/photo/1", "id": 692980241594187777, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png", "id_str": "692980241594187777", "url": "https://t.co/h9UiOuuezl", "display_url": "pic.twitter.com/h9UiOuuezl", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "photo", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3127CWAAEKfCn.png"}], "hashtags": [], "urls": []}, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (7.546182427135968, 96.21339092216665); https://t.co/yYjiKeXBWX https://t.co/Y5JC3FMIOf", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692966575163490304", "retweet_count": 2, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/480x480/uXvgmtkgsXMfCKQi.webm"}, {"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/480x480/uXvgmtkgsXMfCKQi.mp4"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/pl/N2kfRXQ64li7f0R_.m3u8"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/240x240/nV5hjslkH1_rF_d5.mp4"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/vid/720x720/AG2v4zTRtEkL4V8U.mp4"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/692966551088144384/pu/pl/N2kfRXQ64li7f0R_.mpd"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/692966575163490304/video/1", "id": 692966551088144384, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg", "id_str": "692966551088144384", "url": "https://t.co/Y5JC3FMIOf", "display_url": "pic.twitter.com/Y5JC3FMIOf", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [77, 100], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 07:04:40 +0000 2016", "id": 692966575163490304, "lang": "en", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692966575163490304/video/1", "id": 692966551088144384, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg", "id_str": "692966551088144384", "url": "https://t.co/Y5JC3FMIOf", "display_url": "pic.twitter.com/Y5JC3FMIOf", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [77, 100], "type": "photo", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692966551088144384/pu/img/LKmHtMibk6a77uEv.jpg"}], "hashtags": [], "urls": [{"indices": [53, 76], "expanded_url": "http://osm.org/go/4GRtz--?m", "display_url": "osm.org/go/4GRtz--?m", "url": "https://t.co/yYjiKeXBWX"}]}, "place": null, "possibly_sensitive": false, "favorite_count": 5, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T05:00:00 https://t.co/o1eyd9u1Eu", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692950032534867968", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ3aYePWAAA5oSh.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692950032534867968/photo/1", "id": 692950031654060032, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png", "id_str": "692950031654060032", "url": "https://t.co/o1eyd9u1Eu", "display_url": "pic.twitter.com/o1eyd9u1Eu", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 05:58:56 +0000 2016", "id": 692950032534867968, "lang": "und", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692950032534867968/photo/1", "id": 692950031654060032, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png", "id_str": "692950031654060032", "url": "https://t.co/o1eyd9u1Eu", "display_url": "pic.twitter.com/o1eyd9u1Eu", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "photo", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ3aYePWAAA5oSh.png"}], "hashtags": [], "urls": []}, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "Coordinates: (4.291394187534963, 144.95617725288201); https://t.co/rSEV1FbfGP https://t.co/GlvueMdKAv", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692922442763886592", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 832000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/480x480/UxabGycqNLWYOKkb.mp4"}, {"content_type": "application/dash+xml", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/pl/C4RZBUJusY82o5Fh.mpd"}, {"content_type": "application/x-mpegURL", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/pl/C4RZBUJusY82o5Fh.m3u8"}, {"bitrate": 320000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/240x240/okMIUa5kJQogzPMc.mp4"}, {"bitrate": 832000, "content_type": "video/webm", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/480x480/UxabGycqNLWYOKkb.webm"}, {"bitrate": 1280000, "content_type": "video/mp4", "url": "https://video.twimg.com/ext_tw_video/692922396756578304/pu/vid/720x720/0DPjv7vnuGkfnqVw.mp4"}], "aspect_ratio": [1, 1], "duration_millis": 12500}, "expanded_url": "http://twitter.com/himawari8bot/status/692922442763886592/video/1", "id": 692922396756578304, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg", "id_str": "692922396756578304", "url": "https://t.co/GlvueMdKAv", "display_url": "pic.twitter.com/GlvueMdKAv", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [78, 101], "type": "video", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 04:09:18 +0000 2016", "id": 692922442763886592, "lang": "en", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692922442763886592/video/1", "id": 692922396756578304, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg", "id_str": "692922396756578304", "url": "https://t.co/GlvueMdKAv", "display_url": "pic.twitter.com/GlvueMdKAv", "sizes": {"medium": {"w": 600, "resize": "fit", "h": 600}, "large": {"w": 720, "resize": "fit", "h": 720}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 340}}, "indices": [78, 101], "type": "photo", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692922396756578304/pu/img/VtKBUietP2y1NkFb.jpg"}], "hashtags": [], "urls": [{"indices": [54, 77], "expanded_url": "http://osm.org/go/6D4DZ--?m", "display_url": "osm.org/go/6D4DZ--?m", "url": "https://t.co/rSEV1FbfGP"}]}, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T03:00:00 https://t.co/g2JiaZbtCk", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692919830324854786", "retweet_count": 2, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ2-6emWQAE98l8.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692919830324854786/photo/1", "id": 692919829540519937, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png", "id_str": "692919829540519937", "url": "https://t.co/g2JiaZbtCk", "display_url": "pic.twitter.com/g2JiaZbtCk", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 03:58:56 +0000 2016", "id": 692919830324854786, "lang": "und", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692919830324854786/photo/1", "id": 692919829540519937, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png", "id_str": "692919829540519937", "url": "https://t.co/g2JiaZbtCk", "display_url": "pic.twitter.com/g2JiaZbtCk", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "photo", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2-6emWQAE98l8.png"}], "hashtags": [], "urls": []}, "place": null, "possibly_sensitive": false, "favorite_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-29T01:00:00 https://t.co/u2pe4ssU0q", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692889631524655104", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ2jcsZUUAA5idO.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692889631524655104/photo/1", "id": 692889631033937920, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png", "id_str": "692889631033937920", "url": "https://t.co/u2pe4ssU0q", "display_url": "pic.twitter.com/u2pe4ssU0q", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png"}]}, "in_reply_to_status_id": null, "created_at": "Fri Jan 29 01:58:56 +0000 2016", "id": 692889631524655104, "lang": "und", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692889631524655104/photo/1", "id": 692889631033937920, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png", "id_str": "692889631033937920", "url": "https://t.co/u2pe4ssU0q", "display_url": "pic.twitter.com/u2pe4ssU0q", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "photo", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2jcsZUUAA5idO.png"}], "hashtags": [], "urls": []}, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}, {"is_quote_status": false, "text": "2016-01-28T23:00:00 https://t.co/IMEOTR6MxJ", "coordinates": null, "source": "space, jerks.", "retweeted": false, "favorited": false, "id_str": "692859419193806849", "retweet_count": 0, "geo": null, "extended_entities": {"media": [{"video_info": {"variants": [{"bitrate": 0, "content_type": "video/mp4", "url": "https://pbs.twimg.com/tweet_video/CZ2H-HNUMAEYGYM.mp4"}], "aspect_ratio": [225, 229]}, "expanded_url": "http://twitter.com/himawari8bot/status/692859419193806849/photo/1", "id": 692859418841460737, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png", "id_str": "692859418841460737", "url": "https://t.co/IMEOTR6MxJ", "display_url": "pic.twitter.com/IMEOTR6MxJ", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "animated_gif", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png"}]}, "in_reply_to_status_id": null, "created_at": "Thu Jan 28 23:58:52 +0000 2016", "id": 692859419193806849, "lang": "und", "in_reply_to_user_id": null, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/himawari8bot/status/692859419193806849/photo/1", "id": 692859418841460737, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png", "id_str": "692859418841460737", "url": "https://t.co/IMEOTR6MxJ", "display_url": "pic.twitter.com/IMEOTR6MxJ", "sizes": {"medium": {"w": 450, "resize": "fit", "h": 458}, "large": {"w": 450, "resize": "fit", "h": 458}, "thumb": {"w": 150, "resize": "crop", "h": 150}, "small": {"w": 340, "resize": "fit", "h": 346}}, "indices": [20, 43], "type": "photo", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CZ2H-HNUMAEYGYM.png"}], "hashtags": [], "urls": []}, "place": null, "possibly_sensitive": false, "favorite_count": 0, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "contributors": null, "user": {"id": 4040207472, "screen_name": "himawari8bot", "followers_count": 406, "contributors_enabled": false, "location": "Space", "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "time_zone": "Eastern Time (US & Canada)", "default_profile_image": false, "verified": false, "listed_count": 30, "profile_background_tile": false, "id_str": "4040207472", "notifications": false, "profile_link_color": "000000", "profile_background_color": "000000", "statuses_count": 1608, "utc_offset": -18000, "entities": {"description": {"urls": [{"indices": [59, 82], "expanded_url": "http://www.jma.go.jp/en/gms/", "display_url": "jma.go.jp/en/gms/", "url": "https://t.co/lzPXaTnMCi"}, {"indices": [94, 117], "expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026", "url": "https://t.co/YksnDoJEl8"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://github.com/jeremylow/himawari_bot", "display_url": "github.com/jeremylow/hima\u2026", "url": "https://t.co/uYVLL8E5Qg"}]}}, "name": "himawari8bot", "has_extended_profile": false, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "profile_use_background_image": false, "friends_count": 2, "lang": "en", "url": "https://t.co/uYVLL8E5Qg", "profile_sidebar_fill_color": "000000", "favourites_count": 0, "profile_text_color": "000000", "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "geo_enabled": false, "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "protected": false, "following": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "default_profile": false, "is_translator": false, "follow_request_sent": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png"}, "in_reply_to_screen_name": null, "truncated": false}]python-twitter-3.3/testdata/get_lists.json000066400000000000000000000032101311017327200210720ustar00rootroot00000000000000{"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0","lists":[{"id":229581524,"id_str":"229581524","name":"test","uri":"\/notinourselves\/lists\/test","subscriber_count":0,"member_count":1,"mode":"public","description":"","slug":"test","full_name":"@notinourselves\/test","created_at":"Fri Dec 18 20:00:45 +0000 2015","following":true,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false}}]}python-twitter-3.3/testdata/get_lists_list.json000066400000000000000000000036241311017327200221360ustar00rootroot00000000000000[{"id":189643778,"id_str":"189643778","name":"space bots","uri":"\/inky\/lists\/space-bots","subscriber_count":2,"member_count":10,"mode":"public","description":"\u2728\ud83c\udf0c\u2728","slug":"space-bots","full_name":"@inky\/space-bots","created_at":"Thu Jan 22 21:35:25 +0000 2015","following":true,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}]python-twitter-3.3/testdata/get_lists_list_screen_name.json000066400000000000000000003236771311017327200245120ustar00rootroot00000000000000[{"id":224581495,"id_str":"224581495","name":"Waiting For GoBot","uri":"\/colewillsea\/lists\/waiting-for-gobot","subscriber_count":5,"member_count":7,"mode":"public","description":"Waiting For Godot in bot form for NaNoGenMo2015","slug":"waiting-for-gobot","full_name":"@colewillsea\/waiting-for-gobot","created_at":"Sun Nov 01 16:04:26 +0000 2015","following":false,"user":{"id":193000769,"id_str":"193000769","name":"`~((=^-.-^=))","screen_name":"colewillsea","location":"Oakland, CA","description":"mostly selfies and JavaScript jokes. they\/them. all but fully animated.","url":"https:\/\/t.co\/n9o8lGQuY4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/n9o8lGQuY4","expanded_url":"http:\/\/www.colewillsea.com","display_url":"colewillsea.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":191,"friends_count":855,"listed_count":35,"created_at":"Mon Sep 20 18:35:04 +0000 2010","favourites_count":4599,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":6981,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/193000769\/1446385957","profile_link_color":"FF63ED","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":221599064,"id_str":"221599064","name":"sui bottes + friends","uri":"\/swayandsea\/lists\/sui-bottes-friends","subscriber_count":10,"member_count":25,"mode":"public","description":"pseudosuis, projects, and their friends #botALLY","slug":"sui-bottes-friends","full_name":"@swayandsea\/sui-bottes-friends","created_at":"Thu Oct 01 17:53:18 +0000 2015","following":false,"user":{"id":1447613460,"id_str":"1447613460","name":"ramona fckin flowers","screen_name":"swayandsea","location":"@sui_ebooks","description":"moved to @sui_ebooks","url":"https:\/\/t.co\/1kHrvnfu5U","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/1kHrvnfu5U","expanded_url":"http:\/\/twitter.com\/sui_ebooks","display_url":"twitter.com\/sui_ebooks","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":1370,"friends_count":228,"listed_count":85,"created_at":"Wed May 22 01:00:18 +0000 2013","favourites_count":124426,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1349,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1447613460\/1450343691","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":197631751,"id_str":"197631751","name":"my bots","uri":"\/joemfox\/lists\/my-bots","subscriber_count":1,"member_count":4,"mode":"public","description":"my bots","slug":"my-bots","full_name":"@joemfox\/my-bots","created_at":"Wed Mar 04 06:39:49 +0000 2015","following":false,"user":{"id":14816237,"id_str":"14816237","name":"Joe Fox","screen_name":"joemfox","location":"Fairbanks, Alaska","description":"Graphics at @latimes. Formerly @newsminer. Feminist. Not a vegan. I like bots, baseball and burritos. @burritopatents|@SombreroWatch|@andromedabot|@colorschemez","url":"https:\/\/t.co\/75tZrhEwDu","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/75tZrhEwDu","expanded_url":"http:\/\/joemfox.com","display_url":"joemfox.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":953,"friends_count":1970,"listed_count":66,"created_at":"Sun May 18 00:40:52 +0000 2008","favourites_count":4416,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":false,"statuses_count":15933,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"FFFDF7","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/658259865\/u8tr7egiegp7b5xjmg2e.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/658259865\/u8tr7egiegp7b5xjmg2e.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/651222836980224001\/W6gaQrkt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/651222836980224001\/W6gaQrkt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14816237\/1412222318","profile_link_color":"FF0055","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"CCCCCC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":211206643,"id_str":"211206643","name":"Mike's Bots","uri":"\/mike_watson\/lists\/mike-s-bots","subscriber_count":1,"member_count":6,"mode":"public","description":"Dumb Twitter bots I've made","slug":"mike-s-bots","full_name":"@mike_watson\/mike-s-bots","created_at":"Fri Jun 19 02:18:28 +0000 2015","following":false,"user":{"id":20108996,"id_str":"20108996","name":"Mike Watson","screen_name":"mike_watson","location":"NYC","description":"My dog's name is Pancake.","url":"https:\/\/t.co\/67B372qbbd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/67B372qbbd","expanded_url":"http:\/\/mikewatson.me\/","display_url":"mikewatson.me","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":454,"friends_count":283,"listed_count":31,"created_at":"Thu Feb 05 00:15:12 +0000 2009","favourites_count":795,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13640,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"556D75","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/4287390\/venus_colored.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/4287390\/venus_colored.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604672054969937921\/BkiwSfK0_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604672054969937921\/BkiwSfK0_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20108996\/1393739875","profile_link_color":"006661","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7A95A5","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":187765235,"id_str":"187765235","name":"My bots","uri":"\/doeg\/lists\/my-bots","subscriber_count":2,"member_count":4,"mode":"public","description":"","slug":"my-bots","full_name":"@doeg\/my-bots","created_at":"Wed Jan 07 04:30:10 +0000 2015","following":false,"user":{"id":2533509324,"id_str":"2533509324","name":"yuledoeg","screen_name":"doeg","location":"\u219f \u219f \u219f","description":"","url":"http:\/\/t.co\/6fAXA9friH","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6fAXA9friH","expanded_url":"http:\/\/doeg.gy\/","display_url":"doeg.gy","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":271,"friends_count":104,"listed_count":8,"created_at":"Thu May 29 22:23:01 +0000 2014","favourites_count":7334,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":57,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/555793196131688448\/e6a068a0_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/555793196131688448\/e6a068a0_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2533509324\/1420644472","profile_link_color":"94D487","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":220465434,"id_str":"220465434","name":"my-bots","uri":"\/cblgh\/lists\/my-bots","subscriber_count":1,"member_count":5,"mode":"public","description":"this is where the twitters bots i've made live!","slug":"my-bots","full_name":"@cblgh\/my-bots","created_at":"Fri Sep 18 17:37:24 +0000 2015","following":false,"user":{"id":118355207,"id_str":"118355207","name":"Alexander Cobleigh","screen_name":"cblgh","location":"Lund, Sweden","description":"Computer science student, intermittently voracious reader, game experimenter and electronic music explorer.","url":"https:\/\/t.co\/4TvnHW4EEI","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/4TvnHW4EEI","expanded_url":"https:\/\/cblgh.org","display_url":"cblgh.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":181,"friends_count":516,"listed_count":16,"created_at":"Sun Feb 28 12:05:51 +0000 2010","favourites_count":5184,"utc_offset":3600,"time_zone":"Stockholm","geo_enabled":false,"verified":false,"statuses_count":996,"lang":"fr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000176688294\/VItijy85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000176688294\/VItijy85.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000448795123\/f6e585845c65ff59e28778f8ea26a994_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000448795123\/f6e585845c65ff59e28778f8ea26a994_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/118355207\/1403873053","profile_link_color":"C24646","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":214578852,"id_str":"214578852","name":"My Twitterbots","uri":"\/fourtonfish\/lists\/my-twitterbots1","subscriber_count":2,"member_count":5,"mode":"public","description":"Twitterbots that I made.","slug":"my-twitterbots1","full_name":"@fourtonfish\/my-twitterbots1","created_at":"Sun Jul 19 12:22:37 +0000 2015","following":false,"user":{"id":1267873218,"id_str":"1267873218","name":"Stefan Bohacek","screen_name":"fourtonfish","location":"Brooklyn, NY; prev. Bratislava","description":"Husband, dad, 'full stack' web developer. I made http:\/\/t.co\/q0OvD03zN5, http:\/\/t.co\/WKb4iyqL9H and other, less useful stuff. #botmakers #edtech #teachtheweb","url":"https:\/\/t.co\/LscMLxozN6","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/LscMLxozN6","expanded_url":"https:\/\/fourtonfish.com\/","display_url":"fourtonfish.com","indices":[0,23]}]},"description":{"urls":[{"url":"http:\/\/t.co\/q0OvD03zN5","expanded_url":"http:\/\/simplesharingbuttons.com","display_url":"simplesharingbuttons.com","indices":[49,71]},{"url":"http:\/\/t.co\/WKb4iyqL9H","expanded_url":"http:\/\/botwiki.org","display_url":"botwiki.org","indices":[73,95]}]}},"protected":false,"followers_count":361,"friends_count":301,"listed_count":32,"created_at":"Thu Mar 14 20:10:32 +0000 2013","favourites_count":2913,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1654,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/652937129689923584\/ItggjTDP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/652937129689923584\/ItggjTDP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1267873218\/1412181738","profile_link_color":"ABB8C2","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":168789362,"id_str":"168789362","name":"My Robots","uri":"\/colewillsea\/lists\/my-robots","subscriber_count":6,"member_count":115,"mode":"public","description":"lovely bots that I built or collaborated on =^.^=","slug":"my-robots","full_name":"@colewillsea\/my-robots","created_at":"Thu Sep 04 14:10:19 +0000 2014","following":false,"user":{"id":193000769,"id_str":"193000769","name":"`~((=^-.-^=))","screen_name":"colewillsea","location":"Oakland, CA","description":"mostly selfies and JavaScript jokes. they\/them. all but fully animated.","url":"https:\/\/t.co\/n9o8lGQuY4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/n9o8lGQuY4","expanded_url":"http:\/\/www.colewillsea.com","display_url":"colewillsea.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":191,"friends_count":855,"listed_count":35,"created_at":"Mon Sep 20 18:35:04 +0000 2010","favourites_count":4599,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":6981,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/193000769\/1446385957","profile_link_color":"FF63ED","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":205637792,"id_str":"205637792","name":"My Bots","uri":"\/ojahnn\/lists\/my-bots","subscriber_count":4,"member_count":19,"mode":"public","description":"Twitterbots made by @ojahnn.","slug":"my-bots","full_name":"@ojahnn\/my-bots","created_at":"Sun May 10 15:15:31 +0000 2015","following":false,"user":{"id":24693754,"id_str":"24693754","name":"Esther Seyffarth","screen_name":"ojahnn","location":"D\u00fcsseldorf","description":"I like to linguist computers. Tweeting mostly in German. Look at the twitterbots I made: https:\/\/t.co\/PfqKMNMxJb\u2026","url":"https:\/\/t.co\/OMsvx9t5RS","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/OMsvx9t5RS","expanded_url":"https:\/\/enigmabrot.de\/projects\/","display_url":"enigmabrot.de\/projects\/","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/PfqKMNMxJb","expanded_url":"http:\/\/twitter.com\/ojahnn\/lists\/m","display_url":"twitter.com\/ojahnn\/lists\/m","indices":[89,112]}]}},"protected":false,"followers_count":390,"friends_count":372,"listed_count":26,"created_at":"Mon Mar 16 13:55:48 +0000 2009","favourites_count":1613,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":5889,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"757575","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000173082583\/GPLG49vF.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000173082583\/GPLG49vF.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/594843502892167168\/4ZMRDo_Z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/594843502892167168\/4ZMRDo_Z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/24693754\/1438796424","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":212023677,"id_str":"212023677","name":"cuteness therapy","uri":"\/dbaker_h\/lists\/cuteness-therapy","subscriber_count":1,"member_count":17,"mode":"public","description":"","slug":"cuteness-therapy","full_name":"@dbaker_h\/cuteness-therapy","created_at":"Sat Jun 27 00:23:03 +0000 2015","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":142381252,"id_str":"142381252","name":"bot family","uri":"\/dbaker_h\/lists\/bot-family","subscriber_count":3,"member_count":17,"mode":"public","description":"making sure the kids aren't up to any mischief","slug":"bot-family","full_name":"@dbaker_h\/bot-family","created_at":"Thu Jul 03 13:20:58 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":199134790,"id_str":"199134790","name":"my bots","uri":"\/alicemazzy\/lists\/my-bots","subscriber_count":3,"member_count":8,"mode":"public","description":"pls @ me if one becomes self-aware so I can give her my root password (https:\/\/github.com\/alicemaz)","slug":"my-bots","full_name":"@alicemazzy\/my-bots","created_at":"Tue Mar 17 15:46:22 +0000 2015","following":false,"user":{"id":63506279,"id_str":"63506279","name":"Alice Maz","screen_name":"alicemazzy","location":"Brooklyn, NY","description":"digital deviant, self-modifying machine, witch of the wired | \u26a2 \u26a7 #\ufe0f","url":"http:\/\/t.co\/GJAnR54r58","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/GJAnR54r58","expanded_url":"http:\/\/www.alicemaz.com\/","display_url":"alicemaz.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3992,"friends_count":268,"listed_count":174,"created_at":"Thu Aug 06 18:53:51 +0000 2009","favourites_count":20893,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":40728,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/639995326745677824\/Ir73bU7n_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/639995326745677824\/Ir73bU7n_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/63506279\/1440078667","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":173125727,"id_str":"173125727","name":"My bots","uri":"\/beaugunderson\/lists\/my-bots","subscriber_count":1,"member_count":7,"mode":"public","description":"Twitter bots I've made.","slug":"my-bots","full_name":"@beaugunderson\/my-bots","created_at":"Thu Oct 09 10:00:43 +0000 2014","following":false,"user":{"id":5746882,"id_str":"5746882","name":"let it sneauw","screen_name":"beaugunderson","location":"Seattle, WA","description":"feminist, feeling-haver, net art maker, #botALLY \u2665 javascript & python \u26a1\ufe0f pronouns: he\/him https:\/\/t.co\/ycsix8FQSf","url":"https:\/\/t.co\/de9VPgyMpj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/de9VPgyMpj","expanded_url":"https:\/\/beaugunderson.com\/","display_url":"beaugunderson.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/ycsix8FQSf","expanded_url":"http:\/\/openhumans.org","display_url":"openhumans.org","indices":[91,114]}]}},"protected":false,"followers_count":7371,"friends_count":6102,"listed_count":173,"created_at":"Thu May 03 17:46:35 +0000 2007","favourites_count":15532,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":14141,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"204443","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/379605553\/pattern_156.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/379605553\/pattern_156.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/623757496100896768\/_AtAzJim_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/623757496100896768\/_AtAzJim_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/5746882\/1398198050","profile_link_color":"2D2823","profile_sidebar_border_color":"1A3230","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"273633","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":92234099,"id_str":"92234099","name":"Bots","uri":"\/rainshapes\/lists\/bots","subscriber_count":7,"member_count":21,"mode":"public","description":"Tweets from my bots.","slug":"bots","full_name":"@rainshapes\/bots","created_at":"Tue Jul 02 15:27:53 +0000 2013","following":false,"user":{"id":1098206508,"id_str":"1098206508","name":"tobi hahn","screen_name":"rainshapes","location":"philadelphia","description":"making games @PaisleyGames \/ #botALLY","url":"http:\/\/t.co\/tbec5kxrFT","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/tbec5kxrFT","expanded_url":"http:\/\/hahndynasty.net","display_url":"hahndynasty.net","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":379,"friends_count":537,"listed_count":35,"created_at":"Thu Jan 17 13:51:19 +0000 2013","favourites_count":4749,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7383,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"02E391","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000178573366\/QREOCeJe.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000178573366\/QREOCeJe.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/650473302339661824\/xXXXUvo4_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/650473302339661824\/xXXXUvo4_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1098206508\/1421711386","profile_link_color":"E30254","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":108202239,"id_str":"108202239","name":"My Bots","uri":"\/StefanHayden\/lists\/my-bots","subscriber_count":3,"member_count":16,"mode":"public","description":"","slug":"my-bots","full_name":"@StefanHayden\/my-bots","created_at":"Sun Mar 16 16:59:33 +0000 2014","following":false,"user":{"id":52893,"id_str":"52893","name":"Stefan Hayden","screen_name":"StefanHayden","location":"NYC via Hackensack","description":"I fav tweets. Pop culture. dumb jokes. TV. feminist . frontend developer for @shutterstock in nyc. #botALLY","url":"http:\/\/t.co\/QagHaerdUw","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/QagHaerdUw","expanded_url":"http:\/\/www.stefanhayden.com\/","display_url":"stefanhayden.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":792,"friends_count":1981,"listed_count":54,"created_at":"Sat Dec 09 04:43:27 +0000 2006","favourites_count":27936,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25959,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/52893\/1398313766","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":209814583,"id_str":"209814583","name":"bots by lich","uri":"\/lichlike\/lists\/bots-by-lich1","subscriber_count":2,"member_count":32,"mode":"public","description":"active bots by @lichlike \/ @tylercallich","slug":"bots-by-lich1","full_name":"@lichlike\/bots-by-lich1","created_at":"Fri Jun 05 20:20:18 +0000 2015","following":false,"user":{"id":125738772,"id_str":"125738772","name":"t y VERIF\u00cdED","screen_name":"lichlike","location":"ar, usa","description":"lich wandering text labyrinths\u2728 word wench \uff0f code tinkerer \uff0f kava kultist\u2728 28\u2728 #botally\u2728 they \uff0f she","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":618,"friends_count":542,"listed_count":44,"created_at":"Tue Mar 23 18:24:24 +0000 2010","favourites_count":70128,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":51039,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"CFD503","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000019109987\/6e1014d7bbb5a347e952e6012b380a1b.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000019109987\/6e1014d7bbb5a347e952e6012b380a1b.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677323438910869504\/JwhknWGt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677323438910869504\/JwhknWGt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/125738772\/1450322973","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F3CEFF","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":93527328,"id_str":"93527328","name":"Darius Kazemi's Bots","uri":"\/tinysubversions\/lists\/darius-kazemi-s-bots","subscriber_count":72,"member_count":47,"mode":"public","description":"These are bots that @tinysubversions has made.","slug":"darius-kazemi-s-bots","full_name":"@tinysubversions\/darius-kazemi-s-bots","created_at":"Mon Jul 29 13:21:38 +0000 2013","following":false,"user":{"id":14475298,"id_str":"14475298","name":"Darius Kazemi","screen_name":"tinysubversions","location":"Portland, OR","description":"I make weird internet art. Latest project: @yearlyawards! Follow it to get an award. Worker-owner at @feeltraincoop #WHNBM","url":"http:\/\/t.co\/IoTmQk4rMq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/IoTmQk4rMq","expanded_url":"http:\/\/tinysubversions.com","display_url":"tinysubversions.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":14980,"friends_count":1523,"listed_count":804,"created_at":"Tue Apr 22 14:41:58 +0000 2008","favourites_count":20625,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":56934,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FF6921","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000115588280\/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000115588280\/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/651160874594361344\/zSxDVhp8_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/651160874594361344\/zSxDVhp8_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14475298\/1438549422","profile_link_color":"0000FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":125996505,"id_str":"125996505","name":"bots","uri":"\/dunndunndunn\/lists\/bots","subscriber_count":1,"member_count":9,"mode":"public","description":"","slug":"bots","full_name":"@dunndunndunn\/bots","created_at":"Sat May 24 06:27:26 +0000 2014","following":false,"user":{"id":14578503,"id_str":"14578503","name":"christmas cat","screen_name":"dunndunndunn","location":"","description":"tweets","url":"https:\/\/t.co\/UYtfaOpCZ4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/UYtfaOpCZ4","expanded_url":"https:\/\/keybase.io\/dunn","display_url":"keybase.io\/dunn","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":520,"friends_count":327,"listed_count":27,"created_at":"Tue Apr 29 01:22:52 +0000 2008","favourites_count":67221,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":35625,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/647154758\/pyolb9h5a0ebz33t39bs.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/647154758\/pyolb9h5a0ebz33t39bs.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677676819840172033\/vRseBPlj_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677676819840172033\/vRseBPlj_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14578503\/1409596542","profile_link_color":"005C28","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":118700852,"id_str":"118700852","name":"Bots by me","uri":"\/ckolderup\/lists\/bots-by-me","subscriber_count":8,"member_count":18,"mode":"public","description":"","slug":"bots-by-me","full_name":"@ckolderup\/bots-by-me","created_at":"Tue Apr 29 07:06:37 +0000 2014","following":false,"user":{"id":9368412,"id_str":"9368412","name":"Casey Kolderup","screen_name":"ckolderup","location":"video prison","description":"THIS IS TIME WELL SPENT","url":"https:\/\/t.co\/QzEtDgYCNY","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QzEtDgYCNY","expanded_url":"http:\/\/casey.kolderup.org","display_url":"casey.kolderup.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1217,"friends_count":521,"listed_count":73,"created_at":"Thu Oct 11 04:47:06 +0000 2007","favourites_count":47807,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":36314,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"171717","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/9368412\/1449039477","profile_link_color":"0000FF","profile_sidebar_border_color":"8F8F8F","profile_sidebar_fill_color":"8F8F8F","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":33069866,"id_str":"33069866","name":"Bots I Made","uri":"\/muffinista\/lists\/bots-i-made","subscriber_count":6,"member_count":32,"mode":"public","description":"Some bots that I wrote","slug":"bots-i-made","full_name":"@muffinista\/bots-i-made","created_at":"Thu Jan 06 01:55:08 +0000 2011","following":false,"user":{"id":1160471,"id_str":"1160471","name":"\u2630 mitchell! \u2630","screen_name":"muffinista","location":"Montague, MA","description":"pie heals all wounds\n#botALLY","url":"https:\/\/t.co\/F9U7lQOBWG","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/F9U7lQOBWG","expanded_url":"http:\/\/muffinlabs.com\/","display_url":"muffinlabs.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":924,"friends_count":774,"listed_count":64,"created_at":"Wed Mar 14 14:46:25 +0000 2007","favourites_count":11547,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":22933,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1160471\/1406567144","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":208613432,"id_str":"208613432","name":"botscapes","uri":"\/dbaker_h\/lists\/botscapes","subscriber_count":12,"member_count":11,"mode":"public","description":"","slug":"botscapes","full_name":"@dbaker_h\/botscapes","created_at":"Tue May 26 18:20:18 +0000 2015","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":204493997,"id_str":"204493997","name":"nonbinary+women botmakers","uri":"\/swayandsea\/lists\/nonbinary-women-botmakers","subscriber_count":7,"member_count":19,"mode":"public","description":"a list of nonbinary and women botmakers on twitter. @ me if you know one not listed! #botALLY","slug":"nonbinary-women-botmakers","full_name":"@swayandsea\/nonbinary-women-botmakers","created_at":"Fri May 01 22:05:54 +0000 2015","following":false,"user":{"id":1447613460,"id_str":"1447613460","name":"ramona fckin flowers","screen_name":"swayandsea","location":"@sui_ebooks","description":"moved to @sui_ebooks","url":"https:\/\/t.co\/1kHrvnfu5U","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/1kHrvnfu5U","expanded_url":"http:\/\/twitter.com\/sui_ebooks","display_url":"twitter.com\/sui_ebooks","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":1370,"friends_count":228,"listed_count":85,"created_at":"Wed May 22 01:00:18 +0000 2013","favourites_count":124426,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1349,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1447613460\/1450343691","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":103199672,"id_str":"103199672","name":"tweet bot makers","uri":"\/StefanHayden\/lists\/tweet-bot-makers","subscriber_count":3,"member_count":56,"mode":"public","description":"","slug":"tweet-bot-makers","full_name":"@StefanHayden\/tweet-bot-makers","created_at":"Wed Jan 08 05:02:36 +0000 2014","following":false,"user":{"id":52893,"id_str":"52893","name":"Stefan Hayden","screen_name":"StefanHayden","location":"NYC via Hackensack","description":"I fav tweets. Pop culture. dumb jokes. TV. feminist . frontend developer for @shutterstock in nyc. #botALLY","url":"http:\/\/t.co\/QagHaerdUw","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/QagHaerdUw","expanded_url":"http:\/\/www.stefanhayden.com\/","display_url":"stefanhayden.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":792,"friends_count":1981,"listed_count":54,"created_at":"Sat Dec 09 04:43:27 +0000 2006","favourites_count":27936,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25959,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/52893\/1398313766","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":171811535,"id_str":"171811535","name":"tilde.club\/~","uri":"\/citizenk\/lists\/tilde-club","subscriber_count":2,"member_count":99,"mode":"public","description":"~~~this is my tilde.club list~~~~ \u2766 do not forget to put your ~ before your @ \u2766 \/ht @Heather_R","slug":"tilde-club","full_name":"@citizenk\/tilde-club","created_at":"Wed Oct 01 18:18:18 +0000 2014","following":false,"user":{"id":817997,"id_str":"817997","name":"Serge K. Keller \u2766","screen_name":"citizenk","location":"Cyberia","description":"Sharp. Intelligent. Cold-blooded. Ruthless. I void warranties. \u2014 \u2693 https:\/\/t.co\/rM9rCSOZaZ \u2014 \u2712\ufe0f @unifr but tweets my own. \u2014 PGP: DAD1 9DC0 64CC 29FE","url":"http:\/\/t.co\/Yryg5f9FHm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Yryg5f9FHm","expanded_url":"http:\/\/www.sergekeller.ch","display_url":"sergekeller.ch","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/rM9rCSOZaZ","expanded_url":"http:\/\/www.almaren.ch","display_url":"almaren.ch","indices":[67,90]}]}},"protected":false,"followers_count":764,"friends_count":1651,"listed_count":98,"created_at":"Wed Mar 07 13:31:52 +0000 2007","favourites_count":13469,"utc_offset":3600,"time_zone":"Europe\/Zurich","geo_enabled":true,"verified":false,"statuses_count":30925,"lang":"fr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/623062605712728064\/iFXZ8JOg.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/623062605712728064\/iFXZ8JOg.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/671818718364704768\/57JxgNSV_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/671818718364704768\/57JxgNSV_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/817997\/1447761524","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":171725084,"id_str":"171725084","name":"Tilde Club","uri":"\/heatheremerrick\/lists\/tilde-club","subscriber_count":32,"member_count":209,"mode":"public","description":"~","slug":"tilde-club","full_name":"@heatheremerrick\/tilde-club","created_at":"Tue Sep 30 15:34:12 +0000 2014","following":false,"user":{"id":7352872,"id_str":"7352872","name":"Heather Merrick","screen_name":"heatheremerrick","location":"Brooklyn, NY","description":"I live on the internet. I work at Tumblr. Taller IRL than you expect.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1436,"friends_count":271,"listed_count":101,"created_at":"Mon Jul 09 18:46:47 +0000 2007","favourites_count":18209,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":17326,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/535887012620812288\/WXi2FEcP.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/535887012620812288\/WXi2FEcP.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/563524791999533056\/DXSlbelq_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/563524791999533056\/DXSlbelq_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/7352872\/1436719467","profile_link_color":"000000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E8E8E8","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":64051698,"id_str":"64051698","name":"CCP Games","uri":"\/CCPGames\/lists\/ccp-games","subscriber_count":137,"member_count":98,"mode":"public","description":"CCP Employees and Official Feeds","slug":"ccp-games","full_name":"@CCPGames\/ccp-games","created_at":"Wed Jan 25 19:57:12 +0000 2012","following":false,"user":{"id":14880937,"id_str":"14880937","name":"CCP Games","screen_name":"CCPGames","location":"Reykjavik, Iceland","description":"CCP is dedicated to the development of cutting edge massively multiplayer games.","url":"http:\/\/t.co\/fCb3SpXrxB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/fCb3SpXrxB","expanded_url":"http:\/\/ccpgames.com\/","display_url":"ccpgames.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":42900,"friends_count":117,"listed_count":1107,"created_at":"Fri May 23 12:45:20 +0000 2008","favourites_count":17,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":1316,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"7B8A8D","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/125159781\/TwitterBackgrounds_CCP.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/125159781\/TwitterBackgrounds_CCP.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/466597642978357248\/zPDwJ1cv_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/466597642978357248\/zPDwJ1cv_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14880937\/1400080539","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":106339857,"id_str":"106339857","name":"My Bots","uri":"\/amarriner\/lists\/my-bots","subscriber_count":9,"member_count":19,"mode":"public","description":"A list of all my twitter bots","slug":"my-bots","full_name":"@amarriner\/my-bots","created_at":"Fri Feb 21 20:04:01 +0000 2014","following":false,"user":{"id":57711216,"id_str":"57711216","name":"Aaron Marriner","screen_name":"amarriner","location":"Albany, NY","description":"Shoggoth Wrangler \/\/ #botALLY \/\/ My bots: https:\/\/t.co\/8UZTpX1VWl","url":"http:\/\/t.co\/YnXvZDVrkc","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/YnXvZDVrkc","expanded_url":"http:\/\/amarriner.com","display_url":"amarriner.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/8UZTpX1VWl","expanded_url":"https:\/\/twitter.com\/amarriner\/lists\/my-bots","display_url":"twitter.com\/amarriner\/list\u2026","indices":[42,65]}]}},"protected":false,"followers_count":213,"friends_count":514,"listed_count":9,"created_at":"Fri Jul 17 18:06:26 +0000 2009","favourites_count":1208,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":1703,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000727578124\/e4cc55399515a64ee5e8ce2e6819e51d_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000727578124\/e4cc55399515a64ee5e8ce2e6819e51d_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/57711216\/1413059905","profile_link_color":"93A644","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":158391377,"id_str":"158391377","name":"butt bots","uri":"\/thricedotted\/lists\/butt-bots","subscriber_count":5,"member_count":5,"mode":"public","description":"a list of bots that do butt-related stuff (NOT MINE)","slug":"butt-bots","full_name":"@thricedotted\/butt-bots","created_at":"Fri Jul 18 18:31:24 +0000 2014","following":false,"user":{"id":887397150,"id_str":"887397150","name":"return of the donkus","screen_name":"thricedotted","location":"Seattle, WA","description":"chronic apopheniac, natural language processor, the one who makes computers say stuff \/\/ pronouns: they\/them","url":"https:\/\/t.co\/qGCGtt4VjW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/qGCGtt4VjW","expanded_url":"https:\/\/twitter.com\/thricedotted\/lists\/thricedotted-bottes","display_url":"twitter.com\/thricedotted\/l\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2047,"friends_count":578,"listed_count":72,"created_at":"Wed Oct 17 19:18:02 +0000 2012","favourites_count":38112,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24458,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"333333","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/887397150\/1401826056","profile_link_color":"999999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6D4","profile_text_color":"961E2A","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":148822627,"id_str":"148822627","name":"thricedotted-bottes","uri":"\/thricedotted\/lists\/thricedotted-bottes","subscriber_count":97,"member_count":37,"mode":"public","description":"bots by me (where me = @thricedotted)","slug":"thricedotted-bottes","full_name":"@thricedotted\/thricedotted-bottes","created_at":"Sat Jul 12 15:57:37 +0000 2014","following":false,"user":{"id":887397150,"id_str":"887397150","name":"return of the donkus","screen_name":"thricedotted","location":"Seattle, WA","description":"chronic apopheniac, natural language processor, the one who makes computers say stuff \/\/ pronouns: they\/them","url":"https:\/\/t.co\/qGCGtt4VjW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/qGCGtt4VjW","expanded_url":"https:\/\/twitter.com\/thricedotted\/lists\/thricedotted-bottes","display_url":"twitter.com\/thricedotted\/l\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2047,"friends_count":578,"listed_count":72,"created_at":"Wed Oct 17 19:18:02 +0000 2012","favourites_count":38112,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24458,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"333333","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/887397150\/1401826056","profile_link_color":"999999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6D4","profile_text_color":"961E2A","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":138209263,"id_str":"138209263","name":"artbots","uri":"\/dbaker_h\/lists\/artbots","subscriber_count":3,"member_count":14,"mode":"public","description":"curated bot gallery","slug":"artbots","full_name":"@dbaker_h\/artbots","created_at":"Sun Jun 29 12:46:43 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":135792182,"id_str":"135792182","name":"every every","uri":"\/dbaker_h\/lists\/every-every","subscriber_count":2,"member_count":17,"mode":"public","description":"the @everyword legacy","slug":"every-every","full_name":"@dbaker_h\/every-every","created_at":"Mon Jun 23 12:39:41 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":88895199,"id_str":"88895199","name":"Botmakers","uri":"\/tullyhansen\/lists\/botmakers","subscriber_count":20,"member_count":372,"mode":"public","description":"Blessed are the #botALLIES.","slug":"botmakers","full_name":"@tullyhansen\/botmakers","created_at":"Sat Apr 27 03:37:06 +0000 2013","following":false,"user":{"id":12341222,"id_str":"12341222","name":"Tully Hansen","screen_name":"tullyhansen","location":"tully at tullyhansen dot com","description":"\u2026 am I supposed to be happy to be loved by a few lines of Python or Javascript? I just like tweets about rates matched to times. Textmaker, #botALLY. He\/his.","url":"https:\/\/t.co\/HG4RH7T6rC","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/HG4RH7T6rC","expanded_url":"http:\/\/tullyhansen.com","display_url":"tullyhansen.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1191,"friends_count":857,"listed_count":87,"created_at":"Thu Jan 17 01:34:37 +0000 2008","favourites_count":17528,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":true,"verified":false,"statuses_count":26146,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/599004570098933761\/qWEmHiWk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/599004570098933761\/qWEmHiWk_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/12341222\/1432167091","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":97774015,"id_str":"97774015","name":"THE FALL OF HUMANITY","uri":"\/ckolderup\/lists\/the-fall-of-humanity","subscriber_count":14,"member_count":504,"mode":"public","description":"","slug":"the-fall-of-humanity","full_name":"@ckolderup\/the-fall-of-humanity","created_at":"Wed Oct 16 21:26:27 +0000 2013","following":false,"user":{"id":9368412,"id_str":"9368412","name":"Casey Kolderup","screen_name":"ckolderup","location":"video prison","description":"THIS IS TIME WELL SPENT","url":"https:\/\/t.co\/QzEtDgYCNY","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QzEtDgYCNY","expanded_url":"http:\/\/casey.kolderup.org","display_url":"casey.kolderup.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1217,"friends_count":521,"listed_count":73,"created_at":"Thu Oct 11 04:47:06 +0000 2007","favourites_count":47807,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":36314,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"171717","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/9368412\/1449039477","profile_link_color":"0000FF","profile_sidebar_border_color":"8F8F8F","profile_sidebar_fill_color":"8F8F8F","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":71073929,"id_str":"71073929","name":"gonzosphere","uri":"\/klintron\/lists\/gonzosphere","subscriber_count":17,"member_count":89,"mode":"public","description":"","slug":"gonzosphere","full_name":"@klintron\/gonzosphere","created_at":"Wed May 23 23:51:13 +0000 2012","following":false,"user":{"id":3961541,"id_str":"3961541","name":"Klint Finley","screen_name":"klintron","location":"Portland, OR","description":"Reporter for WIRED. Best reachable by email: me@klintfinley.com PGP: 0xAB128286","url":"http:\/\/t.co\/gK1aqjiyEN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gK1aqjiyEN","expanded_url":"http:\/\/klintfinley.com","display_url":"klintfinley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":8290,"friends_count":450,"listed_count":774,"created_at":"Tue Apr 10 00:57:02 +0000 2007","favourites_count":284,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":70,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2530255952\/prapp2vuup4ox3vrwopf_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2530255952\/prapp2vuup4ox3vrwopf_normal.jpeg","profile_link_color":"F2356B","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":64495104,"id_str":"64495104","name":"disquiet junto","uri":"\/nofi\/lists\/disquiet-junto","subscriber_count":36,"member_count":127,"mode":"public","description":"current contributors, culled from their profiles on SC; msg to be added (or removed, I guess)","slug":"disquiet-junto","full_name":"@nofi\/disquiet-junto","created_at":"Wed Feb 01 02:16:54 +0000 2012","following":false,"user":{"id":4983,"id_str":"4983","name":"Jeffrey Melton","screen_name":"nofi","location":"Indiana","description":"Designer, producer, sound artist. Likes: #ambient #beer #biking #books #cinema #design #drone #downtempo #eurorack #granular #monome #noise #synthesis","url":"http:\/\/t.co\/bGbGyZlvI9","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/bGbGyZlvI9","expanded_url":"http:\/\/www.nofi.org\/","display_url":"nofi.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":591,"friends_count":1060,"listed_count":33,"created_at":"Tue Aug 29 18:40:23 +0000 2006","favourites_count":70,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4053,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2612846881\/4nf77862n2kpmft1shvd_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2612846881\/4nf77862n2kpmft1shvd_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4983\/1352851944","profile_link_color":"2FC2EF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":1967988,"id_str":"1967988","name":"Internet Culture","uri":"\/jamiew\/lists\/internet-culture","subscriber_count":14,"member_count":62,"mode":"public","description":"Researchers, creators & propagators of the tubes","slug":"internet-culture","full_name":"@jamiew\/internet-culture","created_at":"Tue Nov 03 17:01:05 +0000 2009","following":false,"user":{"id":774010,"id_str":"774010","name":"Jamie Wilkinson","screen_name":"jamiew","location":"NYC","description":"\u00af\u00af\\_(\u30c4)_\/\u00af\u00af Co-founder\/CEO at @vhxtv, co-creator of @knowyourmeme, member of @fffffat, developer at @starwarsuncut","url":"https:\/\/t.co\/GitnPVtDB2","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/GitnPVtDB2","expanded_url":"http:\/\/jamiedubs.com","display_url":"jamiedubs.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":3680,"friends_count":652,"listed_count":240,"created_at":"Thu Feb 15 16:28:04 +0000 2007","favourites_count":6081,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":8915,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/136588825\/awesome_smiley_by_ZeaQual.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/136588825\/awesome_smiley_by_ZeaQual.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/484673946063601665\/XmjycdP4_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/484673946063601665\/XmjycdP4_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/774010\/1355445167","profile_link_color":"5197C2","profile_sidebar_border_color":"E3C4C9","profile_sidebar_fill_color":"EDEDED","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":35812370,"id_str":"35812370","name":"the twitternet of things","uri":"\/doingitwrong\/lists\/the-twitternet-of-things","subscriber_count":8,"member_count":38,"mode":"public","description":"Objects and concepts that Tweet.","slug":"the-twitternet-of-things","full_name":"@doingitwrong\/the-twitternet-of-things","created_at":"Sun Feb 13 02:01:23 +0000 2011","following":false,"user":{"id":10369032,"id_str":"10369032","name":"Tim Maly","screen_name":"doingitwrong","location":"metaLAB","description":"our forward-looking tweets are subject to risks & uncertainties\u2014actual results may differ materially from those anticipated","url":"http:\/\/t.co\/H4etclcmq2","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/H4etclcmq2","expanded_url":"http:\/\/quietbabylon.com","display_url":"quietbabylon.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7029,"friends_count":205,"listed_count":476,"created_at":"Mon Nov 19 00:51:59 +0000 2007","favourites_count":19219,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":32737,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/804691920\/0cb00cf54fa08bce24b2b2be1600a623.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/804691920\/0cb00cf54fa08bce24b2b2be1600a623.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000849067229\/d72e760ed13aae9cdccdfdf58add2d35_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000849067229\/d72e760ed13aae9cdccdfdf58add2d35_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/10369032\/1404080454","profile_link_color":"00ADEF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":2738868,"id_str":"2738868","name":"language-expert","uri":"\/wordnik\/lists\/language-expert","subscriber_count":42,"member_count":75,"mode":"public","description":"","slug":"language-expert","full_name":"@wordnik\/language-expert","created_at":"Tue Nov 10 19:08:53 +0000 2009","following":false,"user":{"id":15863767,"id_str":"15863767","name":"wordnik","screen_name":"wordnik","location":"Bay Area, California","description":"All the words. Help support Wordnik by adopting your favorite word! https:\/\/t.co\/lLkBkSdO99","url":"http:\/\/t.co\/4da2UBGai3","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/4da2UBGai3","expanded_url":"http:\/\/www.wordnik.com","display_url":"wordnik.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lLkBkSdO99","expanded_url":"https:\/\/wordnik.com\/adoptaword","display_url":"wordnik.com\/adoptaword","indices":[68,91]}]}},"protected":false,"followers_count":19767,"friends_count":986,"listed_count":1325,"created_at":"Fri Aug 15 15:12:07 +0000 2008","favourites_count":1346,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13433,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E5A35C","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/615520016595693568\/DOsMQ--o_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/615520016595693568\/DOsMQ--o_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15863767\/1443195492","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":209765835,"id_str":"209765835","name":"game bots","uri":"\/inky\/lists\/game-bots","subscriber_count":4,"member_count":16,"mode":"public","description":"bots you can play","slug":"game-bots","full_name":"@inky\/game-bots","created_at":"Fri Jun 05 08:45:02 +0000 2015","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":203854440,"id_str":"203854440","name":"snail bots","uri":"\/inky\/lists\/snail-bots","subscriber_count":1,"member_count":3,"mode":"public","description":"\ud83d\udc0c","slug":"snail-bots","full_name":"@inky\/snail-bots","created_at":"Sat Apr 25 09:40:18 +0000 2015","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":189643778,"id_str":"189643778","name":"space bots","uri":"\/inky\/lists\/space-bots","subscriber_count":2,"member_count":10,"mode":"public","description":"\u2728\ud83c\udf0c\u2728","slug":"space-bots","full_name":"@inky\/space-bots","created_at":"Thu Jan 22 21:35:25 +0000 2015","following":true,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":185988594,"id_str":"185988594","name":"vordr","uri":"\/inky\/lists\/vordr","subscriber_count":2,"member_count":14,"mode":"public","description":"\u259c\u2591\u2591\u2591ncide\u2591t \u2591il\u2591\u2591be r\u2591\u2591orte\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591","slug":"vordr","full_name":"@inky\/vordr","created_at":"Sat Dec 20 15:03:00 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":182135264,"id_str":"182135264","name":"poem bots","uri":"\/inky\/lists\/poem-bots","subscriber_count":1,"member_count":19,"mode":"public","description":"bots whom poem","slug":"poem-bots","full_name":"@inky\/poem-bots","created_at":"Tue Nov 18 23:59:45 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":182119469,"id_str":"182119469","name":"kind bots","uri":"\/inky\/lists\/kind-bots","subscriber_count":3,"member_count":10,"mode":"public","description":"\u003c3","slug":"kind-bots","full_name":"@inky\/kind-bots","created_at":"Tue Nov 18 21:44:51 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":180853044,"id_str":"180853044","name":"img bots","uri":"\/inky\/lists\/img-bots","subscriber_count":4,"member_count":27,"mode":"public","description":"image remix bots","slug":"img-bots","full_name":"@inky\/img-bots","created_at":"Sun Nov 09 11:14:13 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":170920946,"id_str":"170920946","name":"food bots","uri":"\/inky\/lists\/food-bots","subscriber_count":2,"member_count":14,"mode":"public","description":"om nom nom","slug":"food-bots","full_name":"@inky\/food-bots","created_at":"Mon Sep 22 23:11:34 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":159583831,"id_str":"159583831","name":"bot bots","uri":"\/inky\/lists\/bot-bots","subscriber_count":1,"member_count":9,"mode":"public","description":"","slug":"bot-bots","full_name":"@inky\/bot-bots","created_at":"Sat Jul 19 23:40:27 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":152826572,"id_str":"152826572","name":"ebooks bots","uri":"\/inky\/lists\/ebooks-bots","subscriber_count":2,"member_count":67,"mode":"public","description":"doppelg\u00e4nger bots","slug":"ebooks-bots","full_name":"@inky\/ebooks-bots","created_at":"Tue Jul 15 21:56:05 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":130338700,"id_str":"130338700","name":"my bots","uri":"\/inky\/lists\/my-bots","subscriber_count":19,"member_count":23,"mode":"public","description":"Bots by @inky.","slug":"my-bots","full_name":"@inky\/my-bots","created_at":"Fri Jun 06 16:55:13 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":128840980,"id_str":"128840980","name":"sermon","uri":"\/inky\/lists\/sermon","subscriber_count":0,"member_count":19,"mode":"public","description":"","slug":"sermon","full_name":"@inky\/sermon","created_at":"Mon Jun 02 02:09:02 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":102397241,"id_str":"102397241","name":"language","uri":"\/inky\/lists\/language","subscriber_count":0,"member_count":38,"mode":"public","description":"","slug":"language","full_name":"@inky\/language","created_at":"Fri Dec 27 02:36:55 +0000 2013","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":82966275,"id_str":"82966275","name":"bots","uri":"\/inky\/lists\/bots","subscriber_count":7,"member_count":952,"mode":"public","description":"","slug":"bots","full_name":"@inky\/bots","created_at":"Tue Jan 01 21:57:45 +0000 2013","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":71512629,"id_str":"71512629","name":"space","uri":"\/inky\/lists\/space","subscriber_count":0,"member_count":63,"mode":"public","description":"","slug":"space","full_name":"@inky\/space","created_at":"Fri Jun 01 00:55:36 +0000 2012","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}]python-twitter-3.3/testdata/get_lists_list_user_id.json000066400000000000000000003236771311017327200236650ustar00rootroot00000000000000[{"id":224581495,"id_str":"224581495","name":"Waiting For GoBot","uri":"\/colewillsea\/lists\/waiting-for-gobot","subscriber_count":5,"member_count":7,"mode":"public","description":"Waiting For Godot in bot form for NaNoGenMo2015","slug":"waiting-for-gobot","full_name":"@colewillsea\/waiting-for-gobot","created_at":"Sun Nov 01 16:04:26 +0000 2015","following":false,"user":{"id":193000769,"id_str":"193000769","name":"`~((=^-.-^=))","screen_name":"colewillsea","location":"Oakland, CA","description":"mostly selfies and JavaScript jokes. they\/them. all but fully animated.","url":"https:\/\/t.co\/n9o8lGQuY4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/n9o8lGQuY4","expanded_url":"http:\/\/www.colewillsea.com","display_url":"colewillsea.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":191,"friends_count":855,"listed_count":35,"created_at":"Mon Sep 20 18:35:04 +0000 2010","favourites_count":4599,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":6981,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/193000769\/1446385957","profile_link_color":"FF63ED","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":221599064,"id_str":"221599064","name":"sui bottes + friends","uri":"\/swayandsea\/lists\/sui-bottes-friends","subscriber_count":10,"member_count":25,"mode":"public","description":"pseudosuis, projects, and their friends #botALLY","slug":"sui-bottes-friends","full_name":"@swayandsea\/sui-bottes-friends","created_at":"Thu Oct 01 17:53:18 +0000 2015","following":false,"user":{"id":1447613460,"id_str":"1447613460","name":"ramona fckin flowers","screen_name":"swayandsea","location":"@sui_ebooks","description":"moved to @sui_ebooks","url":"https:\/\/t.co\/1kHrvnfu5U","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/1kHrvnfu5U","expanded_url":"http:\/\/twitter.com\/sui_ebooks","display_url":"twitter.com\/sui_ebooks","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":1370,"friends_count":228,"listed_count":85,"created_at":"Wed May 22 01:00:18 +0000 2013","favourites_count":124426,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1349,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1447613460\/1450343691","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":197631751,"id_str":"197631751","name":"my bots","uri":"\/joemfox\/lists\/my-bots","subscriber_count":1,"member_count":4,"mode":"public","description":"my bots","slug":"my-bots","full_name":"@joemfox\/my-bots","created_at":"Wed Mar 04 06:39:49 +0000 2015","following":false,"user":{"id":14816237,"id_str":"14816237","name":"Joe Fox","screen_name":"joemfox","location":"Fairbanks, Alaska","description":"Graphics at @latimes. Formerly @newsminer. Feminist. Not a vegan. I like bots, baseball and burritos. @burritopatents|@SombreroWatch|@andromedabot|@colorschemez","url":"https:\/\/t.co\/75tZrhEwDu","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/75tZrhEwDu","expanded_url":"http:\/\/joemfox.com","display_url":"joemfox.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":953,"friends_count":1970,"listed_count":66,"created_at":"Sun May 18 00:40:52 +0000 2008","favourites_count":4416,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":false,"statuses_count":15933,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"FFFDF7","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/658259865\/u8tr7egiegp7b5xjmg2e.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/658259865\/u8tr7egiegp7b5xjmg2e.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/651222836980224001\/W6gaQrkt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/651222836980224001\/W6gaQrkt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14816237\/1412222318","profile_link_color":"FF0055","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"CCCCCC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":211206643,"id_str":"211206643","name":"Mike's Bots","uri":"\/mike_watson\/lists\/mike-s-bots","subscriber_count":1,"member_count":6,"mode":"public","description":"Dumb Twitter bots I've made","slug":"mike-s-bots","full_name":"@mike_watson\/mike-s-bots","created_at":"Fri Jun 19 02:18:28 +0000 2015","following":false,"user":{"id":20108996,"id_str":"20108996","name":"Mike Watson","screen_name":"mike_watson","location":"NYC","description":"My dog's name is Pancake.","url":"https:\/\/t.co\/67B372qbbd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/67B372qbbd","expanded_url":"http:\/\/mikewatson.me\/","display_url":"mikewatson.me","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":454,"friends_count":283,"listed_count":31,"created_at":"Thu Feb 05 00:15:12 +0000 2009","favourites_count":795,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13640,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"556D75","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/4287390\/venus_colored.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/4287390\/venus_colored.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604672054969937921\/BkiwSfK0_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604672054969937921\/BkiwSfK0_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20108996\/1393739875","profile_link_color":"006661","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7A95A5","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":187765235,"id_str":"187765235","name":"My bots","uri":"\/doeg\/lists\/my-bots","subscriber_count":2,"member_count":4,"mode":"public","description":"","slug":"my-bots","full_name":"@doeg\/my-bots","created_at":"Wed Jan 07 04:30:10 +0000 2015","following":false,"user":{"id":2533509324,"id_str":"2533509324","name":"yuledoeg","screen_name":"doeg","location":"\u219f \u219f \u219f","description":"","url":"http:\/\/t.co\/6fAXA9friH","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6fAXA9friH","expanded_url":"http:\/\/doeg.gy\/","display_url":"doeg.gy","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":271,"friends_count":104,"listed_count":8,"created_at":"Thu May 29 22:23:01 +0000 2014","favourites_count":7334,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":57,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/555793196131688448\/e6a068a0_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/555793196131688448\/e6a068a0_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2533509324\/1420644472","profile_link_color":"94D487","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":220465434,"id_str":"220465434","name":"my-bots","uri":"\/cblgh\/lists\/my-bots","subscriber_count":1,"member_count":5,"mode":"public","description":"this is where the twitters bots i've made live!","slug":"my-bots","full_name":"@cblgh\/my-bots","created_at":"Fri Sep 18 17:37:24 +0000 2015","following":false,"user":{"id":118355207,"id_str":"118355207","name":"Alexander Cobleigh","screen_name":"cblgh","location":"Lund, Sweden","description":"Computer science student, intermittently voracious reader, game experimenter and electronic music explorer.","url":"https:\/\/t.co\/4TvnHW4EEI","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/4TvnHW4EEI","expanded_url":"https:\/\/cblgh.org","display_url":"cblgh.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":181,"friends_count":516,"listed_count":16,"created_at":"Sun Feb 28 12:05:51 +0000 2010","favourites_count":5184,"utc_offset":3600,"time_zone":"Stockholm","geo_enabled":false,"verified":false,"statuses_count":996,"lang":"fr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000176688294\/VItijy85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000176688294\/VItijy85.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000448795123\/f6e585845c65ff59e28778f8ea26a994_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000448795123\/f6e585845c65ff59e28778f8ea26a994_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/118355207\/1403873053","profile_link_color":"C24646","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":214578852,"id_str":"214578852","name":"My Twitterbots","uri":"\/fourtonfish\/lists\/my-twitterbots1","subscriber_count":2,"member_count":5,"mode":"public","description":"Twitterbots that I made.","slug":"my-twitterbots1","full_name":"@fourtonfish\/my-twitterbots1","created_at":"Sun Jul 19 12:22:37 +0000 2015","following":false,"user":{"id":1267873218,"id_str":"1267873218","name":"Stefan Bohacek","screen_name":"fourtonfish","location":"Brooklyn, NY; prev. Bratislava","description":"Husband, dad, 'full stack' web developer. I made http:\/\/t.co\/q0OvD03zN5, http:\/\/t.co\/WKb4iyqL9H and other, less useful stuff. #botmakers #edtech #teachtheweb","url":"https:\/\/t.co\/LscMLxozN6","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/LscMLxozN6","expanded_url":"https:\/\/fourtonfish.com\/","display_url":"fourtonfish.com","indices":[0,23]}]},"description":{"urls":[{"url":"http:\/\/t.co\/q0OvD03zN5","expanded_url":"http:\/\/simplesharingbuttons.com","display_url":"simplesharingbuttons.com","indices":[49,71]},{"url":"http:\/\/t.co\/WKb4iyqL9H","expanded_url":"http:\/\/botwiki.org","display_url":"botwiki.org","indices":[73,95]}]}},"protected":false,"followers_count":361,"friends_count":301,"listed_count":32,"created_at":"Thu Mar 14 20:10:32 +0000 2013","favourites_count":2913,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1654,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/652937129689923584\/ItggjTDP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/652937129689923584\/ItggjTDP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1267873218\/1412181738","profile_link_color":"ABB8C2","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":168789362,"id_str":"168789362","name":"My Robots","uri":"\/colewillsea\/lists\/my-robots","subscriber_count":6,"member_count":115,"mode":"public","description":"lovely bots that I built or collaborated on =^.^=","slug":"my-robots","full_name":"@colewillsea\/my-robots","created_at":"Thu Sep 04 14:10:19 +0000 2014","following":false,"user":{"id":193000769,"id_str":"193000769","name":"`~((=^-.-^=))","screen_name":"colewillsea","location":"Oakland, CA","description":"mostly selfies and JavaScript jokes. they\/them. all but fully animated.","url":"https:\/\/t.co\/n9o8lGQuY4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/n9o8lGQuY4","expanded_url":"http:\/\/www.colewillsea.com","display_url":"colewillsea.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":191,"friends_count":855,"listed_count":35,"created_at":"Mon Sep 20 18:35:04 +0000 2010","favourites_count":4599,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":6981,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663399900940374016\/O-qFRd8R_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/193000769\/1446385957","profile_link_color":"FF63ED","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":205637792,"id_str":"205637792","name":"My Bots","uri":"\/ojahnn\/lists\/my-bots","subscriber_count":4,"member_count":19,"mode":"public","description":"Twitterbots made by @ojahnn.","slug":"my-bots","full_name":"@ojahnn\/my-bots","created_at":"Sun May 10 15:15:31 +0000 2015","following":false,"user":{"id":24693754,"id_str":"24693754","name":"Esther Seyffarth","screen_name":"ojahnn","location":"D\u00fcsseldorf","description":"I like to linguist computers. Tweeting mostly in German. Look at the twitterbots I made: https:\/\/t.co\/PfqKMNMxJb\u2026","url":"https:\/\/t.co\/OMsvx9t5RS","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/OMsvx9t5RS","expanded_url":"https:\/\/enigmabrot.de\/projects\/","display_url":"enigmabrot.de\/projects\/","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/PfqKMNMxJb","expanded_url":"http:\/\/twitter.com\/ojahnn\/lists\/m","display_url":"twitter.com\/ojahnn\/lists\/m","indices":[89,112]}]}},"protected":false,"followers_count":390,"friends_count":372,"listed_count":26,"created_at":"Mon Mar 16 13:55:48 +0000 2009","favourites_count":1613,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":5889,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"757575","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000173082583\/GPLG49vF.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000173082583\/GPLG49vF.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/594843502892167168\/4ZMRDo_Z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/594843502892167168\/4ZMRDo_Z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/24693754\/1438796424","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":212023677,"id_str":"212023677","name":"cuteness therapy","uri":"\/dbaker_h\/lists\/cuteness-therapy","subscriber_count":1,"member_count":17,"mode":"public","description":"","slug":"cuteness-therapy","full_name":"@dbaker_h\/cuteness-therapy","created_at":"Sat Jun 27 00:23:03 +0000 2015","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":142381252,"id_str":"142381252","name":"bot family","uri":"\/dbaker_h\/lists\/bot-family","subscriber_count":3,"member_count":17,"mode":"public","description":"making sure the kids aren't up to any mischief","slug":"bot-family","full_name":"@dbaker_h\/bot-family","created_at":"Thu Jul 03 13:20:58 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":199134790,"id_str":"199134790","name":"my bots","uri":"\/alicemazzy\/lists\/my-bots","subscriber_count":3,"member_count":8,"mode":"public","description":"pls @ me if one becomes self-aware so I can give her my root password (https:\/\/github.com\/alicemaz)","slug":"my-bots","full_name":"@alicemazzy\/my-bots","created_at":"Tue Mar 17 15:46:22 +0000 2015","following":false,"user":{"id":63506279,"id_str":"63506279","name":"Alice Maz","screen_name":"alicemazzy","location":"Brooklyn, NY","description":"digital deviant, self-modifying machine, witch of the wired | \u26a2 \u26a7 #\ufe0f","url":"http:\/\/t.co\/GJAnR54r58","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/GJAnR54r58","expanded_url":"http:\/\/www.alicemaz.com\/","display_url":"alicemaz.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3992,"friends_count":268,"listed_count":174,"created_at":"Thu Aug 06 18:53:51 +0000 2009","favourites_count":20893,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":40728,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/639995326745677824\/Ir73bU7n_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/639995326745677824\/Ir73bU7n_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/63506279\/1440078667","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":173125727,"id_str":"173125727","name":"My bots","uri":"\/beaugunderson\/lists\/my-bots","subscriber_count":1,"member_count":7,"mode":"public","description":"Twitter bots I've made.","slug":"my-bots","full_name":"@beaugunderson\/my-bots","created_at":"Thu Oct 09 10:00:43 +0000 2014","following":false,"user":{"id":5746882,"id_str":"5746882","name":"let it sneauw","screen_name":"beaugunderson","location":"Seattle, WA","description":"feminist, feeling-haver, net art maker, #botALLY \u2665 javascript & python \u26a1\ufe0f pronouns: he\/him https:\/\/t.co\/ycsix8FQSf","url":"https:\/\/t.co\/de9VPgyMpj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/de9VPgyMpj","expanded_url":"https:\/\/beaugunderson.com\/","display_url":"beaugunderson.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/ycsix8FQSf","expanded_url":"http:\/\/openhumans.org","display_url":"openhumans.org","indices":[91,114]}]}},"protected":false,"followers_count":7371,"friends_count":6102,"listed_count":173,"created_at":"Thu May 03 17:46:35 +0000 2007","favourites_count":15532,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":14141,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"204443","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/379605553\/pattern_156.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/379605553\/pattern_156.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/623757496100896768\/_AtAzJim_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/623757496100896768\/_AtAzJim_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/5746882\/1398198050","profile_link_color":"2D2823","profile_sidebar_border_color":"1A3230","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"273633","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":92234099,"id_str":"92234099","name":"Bots","uri":"\/rainshapes\/lists\/bots","subscriber_count":7,"member_count":21,"mode":"public","description":"Tweets from my bots.","slug":"bots","full_name":"@rainshapes\/bots","created_at":"Tue Jul 02 15:27:53 +0000 2013","following":false,"user":{"id":1098206508,"id_str":"1098206508","name":"tobi hahn","screen_name":"rainshapes","location":"philadelphia","description":"making games @PaisleyGames \/ #botALLY","url":"http:\/\/t.co\/tbec5kxrFT","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/tbec5kxrFT","expanded_url":"http:\/\/hahndynasty.net","display_url":"hahndynasty.net","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":379,"friends_count":537,"listed_count":35,"created_at":"Thu Jan 17 13:51:19 +0000 2013","favourites_count":4749,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7383,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"02E391","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000178573366\/QREOCeJe.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000178573366\/QREOCeJe.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/650473302339661824\/xXXXUvo4_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/650473302339661824\/xXXXUvo4_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1098206508\/1421711386","profile_link_color":"E30254","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":108202239,"id_str":"108202239","name":"My Bots","uri":"\/StefanHayden\/lists\/my-bots","subscriber_count":3,"member_count":16,"mode":"public","description":"","slug":"my-bots","full_name":"@StefanHayden\/my-bots","created_at":"Sun Mar 16 16:59:33 +0000 2014","following":false,"user":{"id":52893,"id_str":"52893","name":"Stefan Hayden","screen_name":"StefanHayden","location":"NYC via Hackensack","description":"I fav tweets. Pop culture. dumb jokes. TV. feminist . frontend developer for @shutterstock in nyc. #botALLY","url":"http:\/\/t.co\/QagHaerdUw","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/QagHaerdUw","expanded_url":"http:\/\/www.stefanhayden.com\/","display_url":"stefanhayden.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":792,"friends_count":1981,"listed_count":54,"created_at":"Sat Dec 09 04:43:27 +0000 2006","favourites_count":27936,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25959,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/52893\/1398313766","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":209814583,"id_str":"209814583","name":"bots by lich","uri":"\/lichlike\/lists\/bots-by-lich1","subscriber_count":2,"member_count":32,"mode":"public","description":"active bots by @lichlike \/ @tylercallich","slug":"bots-by-lich1","full_name":"@lichlike\/bots-by-lich1","created_at":"Fri Jun 05 20:20:18 +0000 2015","following":false,"user":{"id":125738772,"id_str":"125738772","name":"t y VERIF\u00cdED","screen_name":"lichlike","location":"ar, usa","description":"lich wandering text labyrinths\u2728 word wench \uff0f code tinkerer \uff0f kava kultist\u2728 28\u2728 #botally\u2728 they \uff0f she","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":618,"friends_count":542,"listed_count":44,"created_at":"Tue Mar 23 18:24:24 +0000 2010","favourites_count":70128,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":51039,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"CFD503","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000019109987\/6e1014d7bbb5a347e952e6012b380a1b.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000019109987\/6e1014d7bbb5a347e952e6012b380a1b.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677323438910869504\/JwhknWGt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677323438910869504\/JwhknWGt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/125738772\/1450322973","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F3CEFF","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":93527328,"id_str":"93527328","name":"Darius Kazemi's Bots","uri":"\/tinysubversions\/lists\/darius-kazemi-s-bots","subscriber_count":72,"member_count":47,"mode":"public","description":"These are bots that @tinysubversions has made.","slug":"darius-kazemi-s-bots","full_name":"@tinysubversions\/darius-kazemi-s-bots","created_at":"Mon Jul 29 13:21:38 +0000 2013","following":false,"user":{"id":14475298,"id_str":"14475298","name":"Darius Kazemi","screen_name":"tinysubversions","location":"Portland, OR","description":"I make weird internet art. Latest project: @yearlyawards! Follow it to get an award. Worker-owner at @feeltraincoop #WHNBM","url":"http:\/\/t.co\/IoTmQk4rMq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/IoTmQk4rMq","expanded_url":"http:\/\/tinysubversions.com","display_url":"tinysubversions.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":14980,"friends_count":1523,"listed_count":804,"created_at":"Tue Apr 22 14:41:58 +0000 2008","favourites_count":20625,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":56934,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FF6921","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000115588280\/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000115588280\/6d332e0d1b8732b9bf51171e8d7d41d2.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/651160874594361344\/zSxDVhp8_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/651160874594361344\/zSxDVhp8_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14475298\/1438549422","profile_link_color":"0000FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":125996505,"id_str":"125996505","name":"bots","uri":"\/dunndunndunn\/lists\/bots","subscriber_count":1,"member_count":9,"mode":"public","description":"","slug":"bots","full_name":"@dunndunndunn\/bots","created_at":"Sat May 24 06:27:26 +0000 2014","following":false,"user":{"id":14578503,"id_str":"14578503","name":"christmas cat","screen_name":"dunndunndunn","location":"","description":"tweets","url":"https:\/\/t.co\/UYtfaOpCZ4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/UYtfaOpCZ4","expanded_url":"https:\/\/keybase.io\/dunn","display_url":"keybase.io\/dunn","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":520,"friends_count":327,"listed_count":27,"created_at":"Tue Apr 29 01:22:52 +0000 2008","favourites_count":67221,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":35625,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/647154758\/pyolb9h5a0ebz33t39bs.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/647154758\/pyolb9h5a0ebz33t39bs.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677676819840172033\/vRseBPlj_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677676819840172033\/vRseBPlj_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14578503\/1409596542","profile_link_color":"005C28","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":118700852,"id_str":"118700852","name":"Bots by me","uri":"\/ckolderup\/lists\/bots-by-me","subscriber_count":8,"member_count":18,"mode":"public","description":"","slug":"bots-by-me","full_name":"@ckolderup\/bots-by-me","created_at":"Tue Apr 29 07:06:37 +0000 2014","following":false,"user":{"id":9368412,"id_str":"9368412","name":"Casey Kolderup","screen_name":"ckolderup","location":"video prison","description":"THIS IS TIME WELL SPENT","url":"https:\/\/t.co\/QzEtDgYCNY","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QzEtDgYCNY","expanded_url":"http:\/\/casey.kolderup.org","display_url":"casey.kolderup.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1217,"friends_count":521,"listed_count":73,"created_at":"Thu Oct 11 04:47:06 +0000 2007","favourites_count":47807,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":36314,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"171717","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/9368412\/1449039477","profile_link_color":"0000FF","profile_sidebar_border_color":"8F8F8F","profile_sidebar_fill_color":"8F8F8F","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":33069866,"id_str":"33069866","name":"Bots I Made","uri":"\/muffinista\/lists\/bots-i-made","subscriber_count":6,"member_count":32,"mode":"public","description":"Some bots that I wrote","slug":"bots-i-made","full_name":"@muffinista\/bots-i-made","created_at":"Thu Jan 06 01:55:08 +0000 2011","following":false,"user":{"id":1160471,"id_str":"1160471","name":"\u2630 mitchell! \u2630","screen_name":"muffinista","location":"Montague, MA","description":"pie heals all wounds\n#botALLY","url":"https:\/\/t.co\/F9U7lQOBWG","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/F9U7lQOBWG","expanded_url":"http:\/\/muffinlabs.com\/","display_url":"muffinlabs.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":924,"friends_count":774,"listed_count":64,"created_at":"Wed Mar 14 14:46:25 +0000 2007","favourites_count":11547,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":22933,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458958349359259649\/v3jhFv9U.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/669649682151424000\/GeIkHzNB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1160471\/1406567144","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":208613432,"id_str":"208613432","name":"botscapes","uri":"\/dbaker_h\/lists\/botscapes","subscriber_count":12,"member_count":11,"mode":"public","description":"","slug":"botscapes","full_name":"@dbaker_h\/botscapes","created_at":"Tue May 26 18:20:18 +0000 2015","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":204493997,"id_str":"204493997","name":"nonbinary+women botmakers","uri":"\/swayandsea\/lists\/nonbinary-women-botmakers","subscriber_count":7,"member_count":19,"mode":"public","description":"a list of nonbinary and women botmakers on twitter. @ me if you know one not listed! #botALLY","slug":"nonbinary-women-botmakers","full_name":"@swayandsea\/nonbinary-women-botmakers","created_at":"Fri May 01 22:05:54 +0000 2015","following":false,"user":{"id":1447613460,"id_str":"1447613460","name":"ramona fckin flowers","screen_name":"swayandsea","location":"@sui_ebooks","description":"moved to @sui_ebooks","url":"https:\/\/t.co\/1kHrvnfu5U","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/1kHrvnfu5U","expanded_url":"http:\/\/twitter.com\/sui_ebooks","display_url":"twitter.com\/sui_ebooks","indices":[0,23]}]},"description":{"urls":[]}},"protected":true,"followers_count":1370,"friends_count":228,"listed_count":85,"created_at":"Wed May 22 01:00:18 +0000 2013","favourites_count":124426,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1349,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000172310740\/B54qRBWB.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/677416655430017024\/PLtqZDy9_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1447613460\/1450343691","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":103199672,"id_str":"103199672","name":"tweet bot makers","uri":"\/StefanHayden\/lists\/tweet-bot-makers","subscriber_count":3,"member_count":56,"mode":"public","description":"","slug":"tweet-bot-makers","full_name":"@StefanHayden\/tweet-bot-makers","created_at":"Wed Jan 08 05:02:36 +0000 2014","following":false,"user":{"id":52893,"id_str":"52893","name":"Stefan Hayden","screen_name":"StefanHayden","location":"NYC via Hackensack","description":"I fav tweets. Pop culture. dumb jokes. TV. feminist . frontend developer for @shutterstock in nyc. #botALLY","url":"http:\/\/t.co\/QagHaerdUw","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/QagHaerdUw","expanded_url":"http:\/\/www.stefanhayden.com\/","display_url":"stefanhayden.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":792,"friends_count":1981,"listed_count":54,"created_at":"Sat Dec 09 04:43:27 +0000 2006","favourites_count":27936,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25959,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/597949312241303552\/opTWI2QS_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/52893\/1398313766","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":171811535,"id_str":"171811535","name":"tilde.club\/~","uri":"\/citizenk\/lists\/tilde-club","subscriber_count":2,"member_count":99,"mode":"public","description":"~~~this is my tilde.club list~~~~ \u2766 do not forget to put your ~ before your @ \u2766 \/ht @Heather_R","slug":"tilde-club","full_name":"@citizenk\/tilde-club","created_at":"Wed Oct 01 18:18:18 +0000 2014","following":false,"user":{"id":817997,"id_str":"817997","name":"Serge K. Keller \u2766","screen_name":"citizenk","location":"Cyberia","description":"Sharp. Intelligent. Cold-blooded. Ruthless. I void warranties. \u2014 \u2693 https:\/\/t.co\/rM9rCSOZaZ \u2014 \u2712\ufe0f @unifr but tweets my own. \u2014 PGP: DAD1 9DC0 64CC 29FE","url":"http:\/\/t.co\/Yryg5f9FHm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Yryg5f9FHm","expanded_url":"http:\/\/www.sergekeller.ch","display_url":"sergekeller.ch","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/rM9rCSOZaZ","expanded_url":"http:\/\/www.almaren.ch","display_url":"almaren.ch","indices":[67,90]}]}},"protected":false,"followers_count":764,"friends_count":1651,"listed_count":98,"created_at":"Wed Mar 07 13:31:52 +0000 2007","favourites_count":13469,"utc_offset":3600,"time_zone":"Europe\/Zurich","geo_enabled":true,"verified":false,"statuses_count":30925,"lang":"fr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/623062605712728064\/iFXZ8JOg.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/623062605712728064\/iFXZ8JOg.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/671818718364704768\/57JxgNSV_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/671818718364704768\/57JxgNSV_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/817997\/1447761524","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":171725084,"id_str":"171725084","name":"Tilde Club","uri":"\/heatheremerrick\/lists\/tilde-club","subscriber_count":32,"member_count":209,"mode":"public","description":"~","slug":"tilde-club","full_name":"@heatheremerrick\/tilde-club","created_at":"Tue Sep 30 15:34:12 +0000 2014","following":false,"user":{"id":7352872,"id_str":"7352872","name":"Heather Merrick","screen_name":"heatheremerrick","location":"Brooklyn, NY","description":"I live on the internet. I work at Tumblr. Taller IRL than you expect.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1436,"friends_count":271,"listed_count":101,"created_at":"Mon Jul 09 18:46:47 +0000 2007","favourites_count":18209,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":17326,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/535887012620812288\/WXi2FEcP.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/535887012620812288\/WXi2FEcP.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/563524791999533056\/DXSlbelq_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/563524791999533056\/DXSlbelq_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/7352872\/1436719467","profile_link_color":"000000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E8E8E8","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":64051698,"id_str":"64051698","name":"CCP Games","uri":"\/CCPGames\/lists\/ccp-games","subscriber_count":137,"member_count":98,"mode":"public","description":"CCP Employees and Official Feeds","slug":"ccp-games","full_name":"@CCPGames\/ccp-games","created_at":"Wed Jan 25 19:57:12 +0000 2012","following":false,"user":{"id":14880937,"id_str":"14880937","name":"CCP Games","screen_name":"CCPGames","location":"Reykjavik, Iceland","description":"CCP is dedicated to the development of cutting edge massively multiplayer games.","url":"http:\/\/t.co\/fCb3SpXrxB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/fCb3SpXrxB","expanded_url":"http:\/\/ccpgames.com\/","display_url":"ccpgames.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":42900,"friends_count":117,"listed_count":1107,"created_at":"Fri May 23 12:45:20 +0000 2008","favourites_count":17,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":1316,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"7B8A8D","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/125159781\/TwitterBackgrounds_CCP.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/125159781\/TwitterBackgrounds_CCP.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/466597642978357248\/zPDwJ1cv_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/466597642978357248\/zPDwJ1cv_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14880937\/1400080539","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":106339857,"id_str":"106339857","name":"My Bots","uri":"\/amarriner\/lists\/my-bots","subscriber_count":9,"member_count":19,"mode":"public","description":"A list of all my twitter bots","slug":"my-bots","full_name":"@amarriner\/my-bots","created_at":"Fri Feb 21 20:04:01 +0000 2014","following":false,"user":{"id":57711216,"id_str":"57711216","name":"Aaron Marriner","screen_name":"amarriner","location":"Albany, NY","description":"Shoggoth Wrangler \/\/ #botALLY \/\/ My bots: https:\/\/t.co\/8UZTpX1VWl","url":"http:\/\/t.co\/YnXvZDVrkc","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/YnXvZDVrkc","expanded_url":"http:\/\/amarriner.com","display_url":"amarriner.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/8UZTpX1VWl","expanded_url":"https:\/\/twitter.com\/amarriner\/lists\/my-bots","display_url":"twitter.com\/amarriner\/list\u2026","indices":[42,65]}]}},"protected":false,"followers_count":213,"friends_count":514,"listed_count":9,"created_at":"Fri Jul 17 18:06:26 +0000 2009","favourites_count":1208,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":1703,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000727578124\/e4cc55399515a64ee5e8ce2e6819e51d_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000727578124\/e4cc55399515a64ee5e8ce2e6819e51d_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/57711216\/1413059905","profile_link_color":"93A644","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":158391377,"id_str":"158391377","name":"butt bots","uri":"\/thricedotted\/lists\/butt-bots","subscriber_count":5,"member_count":5,"mode":"public","description":"a list of bots that do butt-related stuff (NOT MINE)","slug":"butt-bots","full_name":"@thricedotted\/butt-bots","created_at":"Fri Jul 18 18:31:24 +0000 2014","following":false,"user":{"id":887397150,"id_str":"887397150","name":"return of the donkus","screen_name":"thricedotted","location":"Seattle, WA","description":"chronic apopheniac, natural language processor, the one who makes computers say stuff \/\/ pronouns: they\/them","url":"https:\/\/t.co\/qGCGtt4VjW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/qGCGtt4VjW","expanded_url":"https:\/\/twitter.com\/thricedotted\/lists\/thricedotted-bottes","display_url":"twitter.com\/thricedotted\/l\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2047,"friends_count":578,"listed_count":72,"created_at":"Wed Oct 17 19:18:02 +0000 2012","favourites_count":38112,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24458,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"333333","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/887397150\/1401826056","profile_link_color":"999999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6D4","profile_text_color":"961E2A","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":148822627,"id_str":"148822627","name":"thricedotted-bottes","uri":"\/thricedotted\/lists\/thricedotted-bottes","subscriber_count":97,"member_count":37,"mode":"public","description":"bots by me (where me = @thricedotted)","slug":"thricedotted-bottes","full_name":"@thricedotted\/thricedotted-bottes","created_at":"Sat Jul 12 15:57:37 +0000 2014","following":false,"user":{"id":887397150,"id_str":"887397150","name":"return of the donkus","screen_name":"thricedotted","location":"Seattle, WA","description":"chronic apopheniac, natural language processor, the one who makes computers say stuff \/\/ pronouns: they\/them","url":"https:\/\/t.co\/qGCGtt4VjW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/qGCGtt4VjW","expanded_url":"https:\/\/twitter.com\/thricedotted\/lists\/thricedotted-bottes","display_url":"twitter.com\/thricedotted\/l\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2047,"friends_count":578,"listed_count":72,"created_at":"Wed Oct 17 19:18:02 +0000 2012","favourites_count":38112,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24458,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"333333","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/780672490\/9cf5c40c916cf940298c223dfcbf0e85.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/509143387862102017\/zr9C92y8_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/887397150\/1401826056","profile_link_color":"999999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6D4","profile_text_color":"961E2A","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":138209263,"id_str":"138209263","name":"artbots","uri":"\/dbaker_h\/lists\/artbots","subscriber_count":3,"member_count":14,"mode":"public","description":"curated bot gallery","slug":"artbots","full_name":"@dbaker_h\/artbots","created_at":"Sun Jun 29 12:46:43 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":135792182,"id_str":"135792182","name":"every every","uri":"\/dbaker_h\/lists\/every-every","subscriber_count":2,"member_count":17,"mode":"public","description":"the @everyword legacy","slug":"every-every","full_name":"@dbaker_h\/every-every","created_at":"Mon Jun 23 12:39:41 +0000 2014","following":false,"user":{"id":194096921,"id_str":"194096921","name":"\u263e\u013f \u1438 \u2680 \u2143\u263d 1\/2 hiatus","screen_name":"dbaker_h","location":"Melbourne, Australia","description":"CSIT student, pianist\/composer, metalhead, language nerd, cat person, proud bot parent. language stuff: @dbakerRU | web stuff: http:\/\/t.co\/p5t2rZJajQ","url":"http:\/\/t.co\/JiCyW1dzUZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JiCyW1dzUZ","expanded_url":"http:\/\/memoriata.com\/","display_url":"memoriata.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/p5t2rZJajQ","expanded_url":"http:\/\/nightmare.website","display_url":"nightmare.website","indices":[127,149]}]}},"protected":false,"followers_count":456,"friends_count":1130,"listed_count":37,"created_at":"Thu Sep 23 12:34:18 +0000 2010","favourites_count":9236,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":false,"verified":false,"statuses_count":12407,"lang":"ru","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/635411411812745216\/pp9Xz7kN_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/194096921\/1440337937","profile_link_color":"67777A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":88895199,"id_str":"88895199","name":"Botmakers","uri":"\/tullyhansen\/lists\/botmakers","subscriber_count":20,"member_count":372,"mode":"public","description":"Blessed are the #botALLIES.","slug":"botmakers","full_name":"@tullyhansen\/botmakers","created_at":"Sat Apr 27 03:37:06 +0000 2013","following":false,"user":{"id":12341222,"id_str":"12341222","name":"Tully Hansen","screen_name":"tullyhansen","location":"tully at tullyhansen dot com","description":"\u2026 am I supposed to be happy to be loved by a few lines of Python or Javascript? I just like tweets about rates matched to times. Textmaker, #botALLY. He\/his.","url":"https:\/\/t.co\/HG4RH7T6rC","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/HG4RH7T6rC","expanded_url":"http:\/\/tullyhansen.com","display_url":"tullyhansen.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1191,"friends_count":857,"listed_count":87,"created_at":"Thu Jan 17 01:34:37 +0000 2008","favourites_count":17528,"utc_offset":39600,"time_zone":"Melbourne","geo_enabled":true,"verified":false,"statuses_count":26146,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/599004570098933761\/qWEmHiWk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/599004570098933761\/qWEmHiWk_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/12341222\/1432167091","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":97774015,"id_str":"97774015","name":"THE FALL OF HUMANITY","uri":"\/ckolderup\/lists\/the-fall-of-humanity","subscriber_count":14,"member_count":504,"mode":"public","description":"","slug":"the-fall-of-humanity","full_name":"@ckolderup\/the-fall-of-humanity","created_at":"Wed Oct 16 21:26:27 +0000 2013","following":false,"user":{"id":9368412,"id_str":"9368412","name":"Casey Kolderup","screen_name":"ckolderup","location":"video prison","description":"THIS IS TIME WELL SPENT","url":"https:\/\/t.co\/QzEtDgYCNY","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QzEtDgYCNY","expanded_url":"http:\/\/casey.kolderup.org","display_url":"casey.kolderup.org","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1217,"friends_count":521,"listed_count":73,"created_at":"Thu Oct 11 04:47:06 +0000 2007","favourites_count":47807,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":36314,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"171717","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378326431\/html.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/638866240765870080\/BL1aRJ9x_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/9368412\/1449039477","profile_link_color":"0000FF","profile_sidebar_border_color":"8F8F8F","profile_sidebar_fill_color":"8F8F8F","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":71073929,"id_str":"71073929","name":"gonzosphere","uri":"\/klintron\/lists\/gonzosphere","subscriber_count":17,"member_count":89,"mode":"public","description":"","slug":"gonzosphere","full_name":"@klintron\/gonzosphere","created_at":"Wed May 23 23:51:13 +0000 2012","following":false,"user":{"id":3961541,"id_str":"3961541","name":"Klint Finley","screen_name":"klintron","location":"Portland, OR","description":"Reporter for WIRED. Best reachable by email: me@klintfinley.com PGP: 0xAB128286","url":"http:\/\/t.co\/gK1aqjiyEN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gK1aqjiyEN","expanded_url":"http:\/\/klintfinley.com","display_url":"klintfinley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":8290,"friends_count":450,"listed_count":774,"created_at":"Tue Apr 10 00:57:02 +0000 2007","favourites_count":284,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":70,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2530255952\/prapp2vuup4ox3vrwopf_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2530255952\/prapp2vuup4ox3vrwopf_normal.jpeg","profile_link_color":"F2356B","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":64495104,"id_str":"64495104","name":"disquiet junto","uri":"\/nofi\/lists\/disquiet-junto","subscriber_count":36,"member_count":127,"mode":"public","description":"current contributors, culled from their profiles on SC; msg to be added (or removed, I guess)","slug":"disquiet-junto","full_name":"@nofi\/disquiet-junto","created_at":"Wed Feb 01 02:16:54 +0000 2012","following":false,"user":{"id":4983,"id_str":"4983","name":"Jeffrey Melton","screen_name":"nofi","location":"Indiana","description":"Designer, producer, sound artist. Likes: #ambient #beer #biking #books #cinema #design #drone #downtempo #eurorack #granular #monome #noise #synthesis","url":"http:\/\/t.co\/bGbGyZlvI9","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/bGbGyZlvI9","expanded_url":"http:\/\/www.nofi.org\/","display_url":"nofi.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":591,"friends_count":1060,"listed_count":33,"created_at":"Tue Aug 29 18:40:23 +0000 2006","favourites_count":70,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4053,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2612846881\/4nf77862n2kpmft1shvd_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2612846881\/4nf77862n2kpmft1shvd_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4983\/1352851944","profile_link_color":"2FC2EF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":1967988,"id_str":"1967988","name":"Internet Culture","uri":"\/jamiew\/lists\/internet-culture","subscriber_count":14,"member_count":62,"mode":"public","description":"Researchers, creators & propagators of the tubes","slug":"internet-culture","full_name":"@jamiew\/internet-culture","created_at":"Tue Nov 03 17:01:05 +0000 2009","following":false,"user":{"id":774010,"id_str":"774010","name":"Jamie Wilkinson","screen_name":"jamiew","location":"NYC","description":"\u00af\u00af\\_(\u30c4)_\/\u00af\u00af Co-founder\/CEO at @vhxtv, co-creator of @knowyourmeme, member of @fffffat, developer at @starwarsuncut","url":"https:\/\/t.co\/GitnPVtDB2","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/GitnPVtDB2","expanded_url":"http:\/\/jamiedubs.com","display_url":"jamiedubs.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":3680,"friends_count":652,"listed_count":240,"created_at":"Thu Feb 15 16:28:04 +0000 2007","favourites_count":6081,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":8915,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/136588825\/awesome_smiley_by_ZeaQual.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/136588825\/awesome_smiley_by_ZeaQual.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/484673946063601665\/XmjycdP4_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/484673946063601665\/XmjycdP4_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/774010\/1355445167","profile_link_color":"5197C2","profile_sidebar_border_color":"E3C4C9","profile_sidebar_fill_color":"EDEDED","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":35812370,"id_str":"35812370","name":"the twitternet of things","uri":"\/doingitwrong\/lists\/the-twitternet-of-things","subscriber_count":8,"member_count":38,"mode":"public","description":"Objects and concepts that Tweet.","slug":"the-twitternet-of-things","full_name":"@doingitwrong\/the-twitternet-of-things","created_at":"Sun Feb 13 02:01:23 +0000 2011","following":false,"user":{"id":10369032,"id_str":"10369032","name":"Tim Maly","screen_name":"doingitwrong","location":"metaLAB","description":"our forward-looking tweets are subject to risks & uncertainties\u2014actual results may differ materially from those anticipated","url":"http:\/\/t.co\/H4etclcmq2","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/H4etclcmq2","expanded_url":"http:\/\/quietbabylon.com","display_url":"quietbabylon.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7029,"friends_count":205,"listed_count":476,"created_at":"Mon Nov 19 00:51:59 +0000 2007","favourites_count":19219,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":32737,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/804691920\/0cb00cf54fa08bce24b2b2be1600a623.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/804691920\/0cb00cf54fa08bce24b2b2be1600a623.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000849067229\/d72e760ed13aae9cdccdfdf58add2d35_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000849067229\/d72e760ed13aae9cdccdfdf58add2d35_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/10369032\/1404080454","profile_link_color":"00ADEF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":2738868,"id_str":"2738868","name":"language-expert","uri":"\/wordnik\/lists\/language-expert","subscriber_count":42,"member_count":75,"mode":"public","description":"","slug":"language-expert","full_name":"@wordnik\/language-expert","created_at":"Tue Nov 10 19:08:53 +0000 2009","following":false,"user":{"id":15863767,"id_str":"15863767","name":"wordnik","screen_name":"wordnik","location":"Bay Area, California","description":"All the words. Help support Wordnik by adopting your favorite word! https:\/\/t.co\/lLkBkSdO99","url":"http:\/\/t.co\/4da2UBGai3","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/4da2UBGai3","expanded_url":"http:\/\/www.wordnik.com","display_url":"wordnik.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lLkBkSdO99","expanded_url":"https:\/\/wordnik.com\/adoptaword","display_url":"wordnik.com\/adoptaword","indices":[68,91]}]}},"protected":false,"followers_count":19767,"friends_count":986,"listed_count":1325,"created_at":"Fri Aug 15 15:12:07 +0000 2008","favourites_count":1346,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13433,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E5A35C","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/615520016595693568\/DOsMQ--o_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/615520016595693568\/DOsMQ--o_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15863767\/1443195492","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":209765835,"id_str":"209765835","name":"game bots","uri":"\/inky\/lists\/game-bots","subscriber_count":4,"member_count":16,"mode":"public","description":"bots you can play","slug":"game-bots","full_name":"@inky\/game-bots","created_at":"Fri Jun 05 08:45:02 +0000 2015","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":203854440,"id_str":"203854440","name":"snail bots","uri":"\/inky\/lists\/snail-bots","subscriber_count":1,"member_count":3,"mode":"public","description":"\ud83d\udc0c","slug":"snail-bots","full_name":"@inky\/snail-bots","created_at":"Sat Apr 25 09:40:18 +0000 2015","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":189643778,"id_str":"189643778","name":"space bots","uri":"\/inky\/lists\/space-bots","subscriber_count":2,"member_count":10,"mode":"public","description":"\u2728\ud83c\udf0c\u2728","slug":"space-bots","full_name":"@inky\/space-bots","created_at":"Thu Jan 22 21:35:25 +0000 2015","following":true,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":185988594,"id_str":"185988594","name":"vordr","uri":"\/inky\/lists\/vordr","subscriber_count":2,"member_count":14,"mode":"public","description":"\u259c\u2591\u2591\u2591ncide\u2591t \u2591il\u2591\u2591be r\u2591\u2591orte\u2591\u2591\u2591\u2591\u2591\u2591\u2591\u2591","slug":"vordr","full_name":"@inky\/vordr","created_at":"Sat Dec 20 15:03:00 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":182135264,"id_str":"182135264","name":"poem bots","uri":"\/inky\/lists\/poem-bots","subscriber_count":1,"member_count":19,"mode":"public","description":"bots whom poem","slug":"poem-bots","full_name":"@inky\/poem-bots","created_at":"Tue Nov 18 23:59:45 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":182119469,"id_str":"182119469","name":"kind bots","uri":"\/inky\/lists\/kind-bots","subscriber_count":3,"member_count":10,"mode":"public","description":"\u003c3","slug":"kind-bots","full_name":"@inky\/kind-bots","created_at":"Tue Nov 18 21:44:51 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":180853044,"id_str":"180853044","name":"img bots","uri":"\/inky\/lists\/img-bots","subscriber_count":4,"member_count":27,"mode":"public","description":"image remix bots","slug":"img-bots","full_name":"@inky\/img-bots","created_at":"Sun Nov 09 11:14:13 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":170920946,"id_str":"170920946","name":"food bots","uri":"\/inky\/lists\/food-bots","subscriber_count":2,"member_count":14,"mode":"public","description":"om nom nom","slug":"food-bots","full_name":"@inky\/food-bots","created_at":"Mon Sep 22 23:11:34 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":159583831,"id_str":"159583831","name":"bot bots","uri":"\/inky\/lists\/bot-bots","subscriber_count":1,"member_count":9,"mode":"public","description":"","slug":"bot-bots","full_name":"@inky\/bot-bots","created_at":"Sat Jul 19 23:40:27 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":152826572,"id_str":"152826572","name":"ebooks bots","uri":"\/inky\/lists\/ebooks-bots","subscriber_count":2,"member_count":67,"mode":"public","description":"doppelg\u00e4nger bots","slug":"ebooks-bots","full_name":"@inky\/ebooks-bots","created_at":"Tue Jul 15 21:56:05 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":130338700,"id_str":"130338700","name":"my bots","uri":"\/inky\/lists\/my-bots","subscriber_count":19,"member_count":23,"mode":"public","description":"Bots by @inky.","slug":"my-bots","full_name":"@inky\/my-bots","created_at":"Fri Jun 06 16:55:13 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":128840980,"id_str":"128840980","name":"sermon","uri":"\/inky\/lists\/sermon","subscriber_count":0,"member_count":19,"mode":"public","description":"","slug":"sermon","full_name":"@inky\/sermon","created_at":"Mon Jun 02 02:09:02 +0000 2014","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":102397241,"id_str":"102397241","name":"language","uri":"\/inky\/lists\/language","subscriber_count":0,"member_count":38,"mode":"public","description":"","slug":"language","full_name":"@inky\/language","created_at":"Fri Dec 27 02:36:55 +0000 2013","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":82966275,"id_str":"82966275","name":"bots","uri":"\/inky\/lists\/bots","subscriber_count":7,"member_count":952,"mode":"public","description":"","slug":"bots","full_name":"@inky\/bots","created_at":"Tue Jan 01 21:57:45 +0000 2013","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":71512629,"id_str":"71512629","name":"space","uri":"\/inky\/lists\/space","subscriber_count":0,"member_count":63,"mode":"public","description":"","slug":"space","full_name":"@inky\/space","created_at":"Fri Jun 01 00:55:36 +0000 2012","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1587,"friends_count":902,"listed_count":104,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65041,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26258,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}]python-twitter-3.3/testdata/get_memberships.json000066400000000000000000001170721311017327200222660ustar00rootroot00000000000000{"next_cursor":1516239478031155535,"next_cursor_str":"1516239478031155535","previous_cursor":0,"previous_cursor_str":"0","lists":[{"id":210635540,"id_str":"210635540","name":"Ciclones tropicales","uri":"\/PedroCFernandez\/lists\/ciclones-tropicales","subscriber_count":0,"member_count":22,"mode":"public","description":"Fuentes primarias de informaci\u00f3n relativa a ciclones tropicales de todo el mundo","slug":"ciclones-tropicales","full_name":"@PedroCFernandez\/ciclones-tropicales","created_at":"Sun Jun 14 09:19:08 +0000 2015","following":false,"user":{"id":140000155,"id_str":"140000155","name":"Pedro C. Fern\u00e1ndez","screen_name":"PedroCFernandez","location":"Spanish & European citizen.","description":"B.Sc. Environmental Risk Management, stormchaser @ecazatormentas and immersed in a master's degree in Renewable Energies. Looking for new opportunities.","url":"http:\/\/t.co\/5ZsuudFfB8","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5ZsuudFfB8","expanded_url":"http:\/\/www.cazatormentas.net","display_url":"cazatormentas.net","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2972,"friends_count":1193,"listed_count":144,"created_at":"Tue May 04 08:19:37 +0000 2010","favourites_count":9879,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":false,"statuses_count":26948,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/657931881556680707\/HdxufjNg_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/657931881556680707\/HdxufjNg_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/140000155\/1441227987","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":217969187,"id_str":"217969187","name":"Climate (EN)","uri":"\/EarthandClouds\/lists\/climate-en","subscriber_count":3,"member_count":470,"mode":"public","description":"Clouds, typhoons, warming, causes, impacts and much more.","slug":"climate-en","full_name":"@EarthandClouds\/climate-en","created_at":"Sat Aug 22 17:55:06 +0000 2015","following":false,"user":{"id":350274399,"id_str":"350274399","name":"Earth and Clouds","screen_name":"EarthandClouds","location":"Quebec City","description":"Screenshots of what's captured by the ISS live cameras. And much more... #Earth #space #sky #clouds #planet #image #picture #pic #blue #wallpaper #ISS #ocean","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":5791,"friends_count":5759,"listed_count":186,"created_at":"Sun Aug 07 14:08:00 +0000 2011","favourites_count":4629,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":19764,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/587182496858542080\/IPSqv41A_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/587182496858542080\/IPSqv41A_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/350274399\/1442609108","profile_link_color":"3B94D9","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":189643778,"id_str":"189643778","name":"space bots","uri":"\/inky\/lists\/space-bots","subscriber_count":1,"member_count":10,"mode":"public","description":"\u2728\ud83c\udf0c\u2728","slug":"space-bots","full_name":"@inky\/space-bots","created_at":"Thu Jan 22 21:35:25 +0000 2015","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1586,"friends_count":902,"listed_count":105,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65040,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26256,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":197783671,"id_str":"197783671","name":"climate","uri":"\/emeyerson\/lists\/climate","subscriber_count":0,"member_count":14,"mode":"public","description":"","slug":"climate","full_name":"@emeyerson\/climate","created_at":"Thu Mar 05 14:55:34 +0000 2015","following":false,"user":{"id":15436436,"id_str":"15436436","name":"EMey, Humbug","screen_name":"emeyerson","location":"SF, south side","description":"Marketing, politics, data. Expert on everything.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3564,"friends_count":1867,"listed_count":106,"created_at":"Tue Jul 15 03:53:59 +0000 2008","favourites_count":4882,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":19692,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/7672708\/moonris.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/7672708\/moonris.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000182833009\/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000182833009\/0830e3ec1140baafbcc3b2ce6126a783_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15436436\/1444629889","profile_link_color":"4A913C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":24648579,"id_str":"24648579","name":"weatherpros","uri":"\/pierrepont\/lists\/weatherpros","subscriber_count":2,"member_count":75,"mode":"public","description":"Just what it says on the tin.","slug":"weatherpros","full_name":"@pierrepont\/weatherpros","created_at":"Tue Oct 12 18:32:24 +0000 2010","following":false,"user":{"id":18383373,"id_str":"18383373","name":"Brendan Hasenstab","screen_name":"pierrepont","location":"NYC, baby!","description":"Professional writer, semi-pro gourmand, market nerd, music snob, and weather obsessive.","url":"https:\/\/t.co\/E54xpWWa8q","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/E54xpWWa8q","expanded_url":"http:\/\/about.me\/brendan.hasenstab","display_url":"about.me\/brendan.hasens\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":508,"friends_count":800,"listed_count":17,"created_at":"Fri Dec 26 03:08:28 +0000 2008","favourites_count":4384,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":32605,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"709397","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/496224147\/Marshall-608x526.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/496224147\/Marshall-608x526.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2580499251\/7ib6821re7elm9dqygnx_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2580499251\/7ib6821re7elm9dqygnx_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/18383373\/1446436742","profile_link_color":"598F4C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":225486809,"id_str":"225486809","name":"my-bots","uri":"\/__jcbl__\/lists\/my-bots","subscriber_count":0,"member_count":3,"mode":"public","description":"","slug":"my-bots","full_name":"@__jcbl__\/my-bots","created_at":"Tue Nov 10 16:43:07 +0000 2015","following":false,"user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":286,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1243,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false}},{"id":193879644,"id_str":"193879644","name":"Robot Overlords","uri":"\/TheRevengerists\/lists\/robot-overlords","subscriber_count":4,"member_count":2777,"mode":"public","description":"Murmuring Mechanical Maniacs' Many Mad Machinations","slug":"robot-overlords","full_name":"@TheRevengerists\/robot-overlords","created_at":"Sun Feb 01 15:53:13 +0000 2015","following":false,"user":{"id":407933355,"id_str":"407933355","name":"The Revengerists!","screen_name":"TheRevengerists","location":"Revengerist Compound","description":"The Revengerists are a consortium of fighters of crime and evil; globetrotting super-powered adventurers, and benevolent protectors of all things awesome.","url":"http:\/\/t.co\/fIFj1mcFTs","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/fIFj1mcFTs","expanded_url":"http:\/\/revengerists.com","display_url":"revengerists.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1037,"friends_count":2157,"listed_count":73,"created_at":"Tue Nov 08 19:10:31 +0000 2011","favourites_count":1507,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":false,"verified":false,"statuses_count":29919,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000081789644\/4983dc46145a62ab1bef488987cbb83f.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000081789644\/4983dc46145a62ab1bef488987cbb83f.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/542192306577620992\/AqMy7KtD_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/542192306577620992\/AqMy7KtD_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/407933355\/1417717663","profile_link_color":"FF8400","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":64954121,"id_str":"64954121","name":"Weather","uri":"\/nsj\/lists\/weather","subscriber_count":19,"member_count":1000,"mode":"public","description":"Weather people","slug":"weather","full_name":"@nsj\/weather","created_at":"Tue Feb 07 20:26:35 +0000 2012","following":false,"user":{"id":11433152,"id_str":"11433152","name":"Nate Johnson","screen_name":"nsj","location":"Raleigh, NC","description":"I am a meteorologist, instructor, blogger, and podcaster. Flying is my latest adventure. I tweet #ncwx, communication, #NCState, #Cubs, #BBQ, & #avgeek stuff.","url":"https:\/\/t.co\/dMpfqObOsm","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/dMpfqObOsm","expanded_url":"https:\/\/plus.google.com\/+NateJohnson\/","display_url":"plus.google.com\/+NateJohnson\/","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":9864,"friends_count":3647,"listed_count":562,"created_at":"Sat Dec 22 14:59:53 +0000 2007","favourites_count":1028,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":45088,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0000FF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2976062\/WRAL_twitter.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2976062\/WRAL_twitter.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/621027845700251648\/JrbflTtR_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/621027845700251648\/JrbflTtR_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/11433152\/1405353644","profile_link_color":"000000","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":2053636,"id_str":"2053636","name":"Weather","uri":"\/sgtgary\/lists\/weather","subscriber_count":9,"member_count":606,"mode":"public","description":"","slug":"weather","full_name":"@sgtgary\/weather","created_at":"Wed Nov 04 05:18:31 +0000 2009","following":false,"user":{"id":11392632,"id_str":"11392632","name":"Gary \u039a0\u03b2\u2c62\u0259 \u2614\ufe0f","screen_name":"sgtgary","location":"Papillion, Nebraska, USA","description":"Science & Weather geek \u2022 Cybersecurity \u2022 \u2708\ufe0fUSAF vet \u2022 ex aviation forecaster \u2022 557WW \u2022 Waze \u2022 INTJ #GoPackGo #InfoSec \u2b50\ufe0f","url":"https:\/\/t.co\/LB5LuXnk2g","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/LB5LuXnk2g","expanded_url":"http:\/\/about.me\/sgtgary","display_url":"about.me\/sgtgary","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1664,"friends_count":2103,"listed_count":123,"created_at":"Fri Dec 21 02:44:45 +0000 2007","favourites_count":93,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":35082,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/625143486375927808\/JfkbwGdr.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/625143486375927808\/JfkbwGdr.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/676624556057063425\/CCPPj2bb_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/676624556057063425\/CCPPj2bb_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/11392632\/1446542435","profile_link_color":"9D0020","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":220869009,"id_str":"220869009","name":"People Ive faved","uri":"\/bitpixi\/lists\/people-ive-faved","subscriber_count":2,"member_count":378,"mode":"public","description":"","slug":"people-ive-faved","full_name":"@bitpixi\/people-ive-faved","created_at":"Wed Sep 23 07:22:53 +0000 2015","following":false,"user":{"id":2344125559,"id_str":"2344125559","name":"Kasey Robinson","screen_name":"bitpixi","location":"South San Francisco, CA","description":"@Minted Photo Editor & Design Associate. @BayAreaBotArts Meetup Organizer. 1st bot: @bitpixi_ebooks","url":"https:\/\/t.co\/8wmgXFQ8U8","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/8wmgXFQ8U8","expanded_url":"http:\/\/www.bitpixi.com","display_url":"bitpixi.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1729,"friends_count":2284,"listed_count":176,"created_at":"Fri Feb 14 21:09:05 +0000 2014","favourites_count":20591,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":true,"verified":false,"statuses_count":8390,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/675023811511607296\/PbyIDvbw_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/675023811511607296\/PbyIDvbw_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2344125559\/1444427702","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":71512629,"id_str":"71512629","name":"space","uri":"\/inky\/lists\/space","subscriber_count":0,"member_count":63,"mode":"public","description":"","slug":"space","full_name":"@inky\/space","created_at":"Fri Jun 01 00:55:36 +0000 2012","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1586,"friends_count":902,"listed_count":105,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65040,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26256,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":82966275,"id_str":"82966275","name":"bots","uri":"\/inky\/lists\/bots","subscriber_count":7,"member_count":952,"mode":"public","description":"","slug":"bots","full_name":"@inky\/bots","created_at":"Tue Jan 01 21:57:45 +0000 2013","following":false,"user":{"id":13148,"id_str":"13148","name":"Liam","screen_name":"inky","location":"Dublin, Ireland","description":"ambient music + art bots","url":"https:\/\/t.co\/Wz4bls6kQh","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Wz4bls6kQh","expanded_url":"http:\/\/liamcooke.com","display_url":"liamcooke.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1586,"friends_count":902,"listed_count":105,"created_at":"Mon Nov 20 00:04:50 +0000 2006","favourites_count":65040,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":26256,"lang":"en-gb","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EDEDF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/628878668\/zwcd99eo8b13p4wpbv2a.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660938666668384256\/goDqCydt_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/13148\/1447542687","profile_link_color":"848484","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":30269984,"id_str":"30269984","name":"Geo&Eco","uri":"\/JasonDewees\/lists\/geo-eco","subscriber_count":1,"member_count":93,"mode":"public","description":"","slug":"geo-eco","full_name":"@JasonDewees\/geo-eco","created_at":"Sun Nov 21 00:04:17 +0000 2010","following":false,"user":{"id":68767529,"id_str":"68767529","name":"Jason Dewees","screen_name":"JasonDewees","location":"San Francisco","description":"SF native. Lots of plants.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":503,"friends_count":2003,"listed_count":19,"created_at":"Tue Aug 25 18:30:08 +0000 2009","favourites_count":1939,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6251,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2424562150\/image_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2424562150\/image_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/68767529\/1355860926","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":75086960,"id_str":"75086960","name":"Science","uri":"\/TiBmd\/lists\/science","subscriber_count":0,"member_count":44,"mode":"public","description":"","slug":"science","full_name":"@TiBmd\/science","created_at":"Mon Aug 06 13:38:48 +0000 2012","following":false,"user":{"id":28378001,"id_str":"28378001","name":"TiBMD","screen_name":"TiBmd","location":"","description":"Husband. Father. Brother. Son. Grandson. Surgeon. RT\u2260 endorsement\n\r\nThese opinions are my own!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":275,"friends_count":834,"listed_count":13,"created_at":"Thu Apr 02 17:22:19 +0000 2009","favourites_count":4845,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2469,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000061627366\/c65512cd0cab697154ec069cf5a86b60_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000061627366\/c65512cd0cab697154ec069cf5a86b60_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/28378001\/1430364418","profile_link_color":"93A644","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":35124177,"id_str":"35124177","name":"Science","uri":"\/MGhydro\/lists\/science","subscriber_count":2,"member_count":789,"mode":"public","description":"","slug":"science","full_name":"@MGhydro\/science","created_at":"Thu Feb 03 17:54:22 +0000 2011","following":false,"user":{"id":227381114,"id_str":"227381114","name":"Matthew Garcia","screen_name":"MGhydro","location":"Madison, Wisconsin, USA","description":"PhD Candidate, Forestry + Remote Sensing @UWMadison. 2015-16 @WISpaceGrant Fellow. Trees, Water, Weather, Climate, Computing. Strange duck. Valar dohaeris.","url":"http:\/\/t.co\/Aeo9Y59s1w","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Aeo9Y59s1w","expanded_url":"http:\/\/hydro-logic.blogspot.com\/","display_url":"hydro-logic.blogspot.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1451,"friends_count":1373,"listed_count":110,"created_at":"Thu Dec 16 18:01:10 +0000 2010","favourites_count":683,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":46876,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"D5D9C2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/192387486\/x157a10c8e8bd14f06072a93cef1d924.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/192387486\/x157a10c8e8bd14f06072a93cef1d924.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/580493396457988096\/Iv7xPvC1_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/580493396457988096\/Iv7xPvC1_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/227381114\/1427235582","profile_link_color":"3E87A7","profile_sidebar_border_color":"DC4093","profile_sidebar_fill_color":"233235","profile_text_color":"73AFC9","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":101427111,"id_str":"101427111","name":"go-to weather climate","uri":"\/EricHolthaus\/lists\/go-to-weather-climate","subscriber_count":166,"member_count":963,"mode":"public","description":"my primary sources for high quality weather\/climate info","slug":"go-to-weather-climate","full_name":"@EricHolthaus\/go-to-weather-climate","created_at":"Fri Dec 13 08:10:08 +0000 2013","following":false,"user":{"id":290180065,"id_str":"290180065","name":"Eric Holthaus","screen_name":"EricHolthaus","location":"Tucson, AZ","description":"'America's weather-predicting boyfriend' \u2014@awl | 'The internet's favorite meteorologist' \u2014@vice | Humble, too. | Say hi: eric.holthaus@slate.com","url":"http:\/\/t.co\/hA0H6wWF56","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/hA0H6wWF56","expanded_url":"http:\/\/www.slate.com\/authors.eric_holthaus.html","display_url":"slate.com\/authors.eric_h\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":33132,"friends_count":6417,"listed_count":1594,"created_at":"Fri Apr 29 21:18:26 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":37351,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/458779628161597440\/mWG3M6gy_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/458779628161597440\/mWG3M6gy_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/290180065\/1398216679","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":206486285,"id_str":"206486285","name":"Breaking Weather","uri":"\/EricHolthaus\/lists\/breaking-weather","subscriber_count":51,"member_count":218,"mode":"public","description":"Highly filtered list of weather experts\/commentators.","slug":"breaking-weather","full_name":"@EricHolthaus\/breaking-weather","created_at":"Tue May 12 15:24:43 +0000 2015","following":false,"user":{"id":290180065,"id_str":"290180065","name":"Eric Holthaus","screen_name":"EricHolthaus","location":"Tucson, AZ","description":"'America's weather-predicting boyfriend' \u2014@awl | 'The internet's favorite meteorologist' \u2014@vice | Humble, too. | Say hi: eric.holthaus@slate.com","url":"http:\/\/t.co\/hA0H6wWF56","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/hA0H6wWF56","expanded_url":"http:\/\/www.slate.com\/authors.eric_holthaus.html","display_url":"slate.com\/authors.eric_h\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":33132,"friends_count":6417,"listed_count":1594,"created_at":"Fri Apr 29 21:18:26 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":37351,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/458779628161597440\/mWG3M6gy_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/458779628161597440\/mWG3M6gy_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/290180065\/1398216679","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":99156743,"id_str":"99156743","name":"Weather","uri":"\/gdimeweather\/lists\/weather","subscriber_count":1,"member_count":369,"mode":"public","description":"","slug":"weather","full_name":"@gdimeweather\/weather","created_at":"Thu Nov 07 15:11:57 +0000 2013","following":false,"user":{"id":57472328,"id_str":"57472328","name":"Greg Diamond","screen_name":"gdimeweather","location":"","description":"Graphic Meteorologist & Weather Producer for the @weatherchannel @UAlbany Alum & Native Long Islander. Retweets = You shared something awesome","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1137,"friends_count":632,"listed_count":66,"created_at":"Thu Jul 16 22:51:28 +0000 2009","favourites_count":2780,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4322,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000161868820\/fFqNv5Vi.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000161868820\/fFqNv5Vi.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/636185872648409090\/XxZ_IFRL_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/636185872648409090\/XxZ_IFRL_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/57472328\/1390844122","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":120837264,"id_str":"120837264","name":"omnibots","uri":"\/botALLY\/lists\/omnibots","subscriber_count":32,"member_count":2354,"mode":"public","description":"Aggregating the labor of each diligent #botALLY known to me","slug":"omnibots","full_name":"@botALLY\/omnibots","created_at":"Wed May 07 20:29:25 +0000 2014","following":false,"user":{"id":1533777176,"id_str":"1533777176","name":"Lotte McNally","screen_name":"botALLY","location":"","description":"Lotte McNally, #botALLY \u2022 avatar https:\/\/t.co\/4Oa0jsUp8l \u2022 header https:\/\/t.co\/Jj4iT1K37I \u2022","url":null,"entities":{"description":{"urls":[{"url":"https:\/\/t.co\/4Oa0jsUp8l","expanded_url":"https:\/\/midboss.com\/rom\/","display_url":"midboss.com\/rom\/","indices":[33,56]},{"url":"https:\/\/t.co\/Jj4iT1K37I","expanded_url":"https:\/\/www.etsy.com\/au\/shop\/cloudstreetlab","display_url":"etsy.com\/au\/shop\/clouds\u2026","indices":[66,89]}]}},"protected":false,"followers_count":6566,"friends_count":1959,"listed_count":73,"created_at":"Thu Jun 20 12:19:15 +0000 2013","favourites_count":82,"utc_offset":36000,"time_zone":"Solomon Is.","geo_enabled":false,"verified":false,"statuses_count":62134,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000003557709\/1a194a0c77ab56bd09a75e6c3defa247.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000003557709\/1a194a0c77ab56bd09a75e6c3defa247.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/653729896364007424\/UHdpvnv-_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/653729896364007424\/UHdpvnv-_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1533777176\/1444699802","profile_link_color":"5AE46D","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}},{"id":89025486,"id_str":"89025486","name":"Weather","uri":"\/KyleWeather\/lists\/weather","subscriber_count":1,"member_count":205,"mode":"public","description":"","slug":"weather","full_name":"@KyleWeather\/weather","created_at":"Mon Apr 29 21:06:00 +0000 2013","following":false,"user":{"id":98729176,"id_str":"98729176","name":"Kyle Roberts","screen_name":"KyleWeather","location":"Oklahoma City, OK","description":"Meteorologist for FOX 25 (@OKCFOX) in Oklahoma City | Texas A&M grad | Tweeter of weather, sports, and whatever crosses my mind (usually in that order)","url":"https:\/\/t.co\/8aCa0usAwU","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/8aCa0usAwU","expanded_url":"http:\/\/www.facebook.com\/KyleRobertsWeather","display_url":"facebook.com\/KyleRobertsWea\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1112,"friends_count":537,"listed_count":76,"created_at":"Tue Dec 22 22:00:16 +0000 2009","favourites_count":1362,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":6233,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000834039489\/8de2ddf7cf000f19c90861190dbe8fd6_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000834039489\/8de2ddf7cf000f19c90861190dbe8fd6_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/98729176\/1448854863","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}]}python-twitter-3.3/testdata/get_mentions.json000066400000000000000000002053001311017327200215740ustar00rootroot00000000000000[{"created_at":"Sun Dec 13 21:14:54 +0000 2015","id":676148312349609985,"id_str":"676148312349609985","text":"@himawari8bot This can't REAL","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":676147040917790724,"in_reply_to_status_id_str":"676147040917790724","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":2229562808,"id_str":"2229562808","name":"space-for-snow","screen_name":"spacefordoubt","location":"California, USA","description":"Space nerd and general weirdo.\nMay compulsively try to get your references.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":537,"friends_count":340,"listed_count":61,"created_at":"Wed Dec 04 08:55:12 +0000 2013","favourites_count":25409,"utc_offset":-28800,"time_zone":"Tijuana","geo_enabled":false,"verified":false,"statuses_count":30066,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/544206025574715392\/5VThPb_u.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/544206025574715392\/5VThPb_u.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/676139830200242176\/sOSocOni_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/676139830200242176\/sOSocOni_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2229562808\/1450039309","profile_link_color":"234BEB","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Dec 12 16:13:42 +0000 2015","id":675710124057432065,"id_str":"675710124057432065","text":"Dear @PMOIndia @narendramodi request a satellite launch and feed weather and ckoud movements like @himawari8bot","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":221783224,"id_str":"221783224","name":"PR","screen_name":"Valprajj","location":"Bengaluru West, Karnataka","description":"Digital Marketing l Technology l Foodie l RTs ain't necessarily endorsements l CFC l Namo l","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":561,"friends_count":1268,"listed_count":16,"created_at":"Wed Dec 01 16:07:23 +0000 2010","favourites_count":13085,"utc_offset":19800,"time_zone":"New Delhi","geo_enabled":true,"verified":false,"statuses_count":66320,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FF8C00","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/632606279085654016\/L6eEi9na_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/632606279085654016\/L6eEi9na_normal.jpg","profile_link_color":"0000FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"PMOIndia","name":"PMO India","id":471741741,"id_str":"471741741","indices":[5,14]},{"screen_name":"narendramodi","name":"Narendra Modi","id":18839785,"id_str":"18839785","indices":[15,28]},{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[98,111]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Dec 09 20:44:23 +0000 2015","id":674691080227540993,"id_str":"674691080227540993","text":"Nice view of \u201catmospheric river\u201d, shame we don\u2019t have satellite video as smooth as @himawari8bot https:\/\/t.co\/4Rm3ay0pOY","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":806620844,"id_str":"806620844","name":"The Earth Story","screen_name":"TheEarthStory","location":"About 149597870700 m from Sol","description":"If you love our beautiful planet, then this is the page for you.","url":"https:\/\/t.co\/xiiaNQNIKz","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/xiiaNQNIKz","expanded_url":"https:\/\/www.the-earth-story.com","display_url":"the-earth-story.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2869,"friends_count":695,"listed_count":157,"created_at":"Thu Sep 06 11:33:11 +0000 2012","favourites_count":3549,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16102,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"20201E","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/436260926509953025\/YWwturFA.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/436260926509953025\/YWwturFA.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2582373510\/e4ag2n4nip5lzkkm3wsc_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2582373510\/e4ag2n4nip5lzkkm3wsc_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/806620844\/1396522060","profile_link_color":"897856","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"20201E","profile_text_color":"C8A86F","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"quoted_status_id":674686215954808832,"quoted_status_id_str":"674686215954808832","quoted_status":{"created_at":"Wed Dec 09 20:25:03 +0000 2015","id":674686215954808832,"id_str":"674686215954808832","text":".NOAASatellites' #GOES views the storms buffeting the US Pacific Northwest 11\/29 to 12\/09. https:\/\/t.co\/5oXklIiNqe https:\/\/t.co\/OtpRZrEyDk","source":"\u003ca href=\"http:\/\/www.sprinklr.com\" rel=\"nofollow\"\u003eSprinklr\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20060293,"id_str":"20060293","name":"NASA Goddard","screen_name":"NASAGoddard","location":"Greenbelt, MD USA","description":"Tweeting the best in heliophysics, technology, astrophysics, Earth sciences and robotic exploration for the Goddard Space Flight Center.","url":"http:\/\/t.co\/BRyoi2pECu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/BRyoi2pECu","expanded_url":"http:\/\/www.nasa.gov\/goddard","display_url":"nasa.gov\/goddard","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":291471,"friends_count":593,"listed_count":5527,"created_at":"Wed Feb 04 15:20:48 +0000 2009","favourites_count":5283,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":13097,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/543573578\/6945160410_a19c865aec_b.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/543573578\/6945160410_a19c865aec_b.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/529287161829277698\/qws4p5rk_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/529287161829277698\/qws4p5rk_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20060293\/1429795552","profile_link_color":"13529E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":65,"favorite_count":78,"entities":{"hashtags":[{"text":"GOES","indices":[17,22]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/5oXklIiNqe","expanded_url":"http:\/\/go.nasa.gov\/1jOALyh","display_url":"go.nasa.gov\/1jOALyh","indices":[91,114]}],"media":[{"id":674686205292883972,"id_str":"674686205292883972","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/674686205292883972\/pu\/img\/-Htb313S3MR-Ppg_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/674686205292883972\/pu\/img\/-Htb313S3MR-Ppg_.jpg","url":"https:\/\/t.co\/OtpRZrEyDk","display_url":"pic.twitter.com\/OtpRZrEyDk","expanded_url":"http:\/\/twitter.com\/NASAGoddard\/status\/674686215954808832\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":674686205292883972,"id_str":"674686205292883972","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/674686205292883972\/pu\/img\/-Htb313S3MR-Ppg_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/674686205292883972\/pu\/img\/-Htb313S3MR-Ppg_.jpg","url":"https:\/\/t.co\/OtpRZrEyDk","display_url":"pic.twitter.com\/OtpRZrEyDk","expanded_url":"http:\/\/twitter.com\/NASAGoddard\/status\/674686215954808832\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":19505,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/pl\/ceH5fGjMdNwHl1tD.m3u8"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/vid\/720x720\/qBKuNdby6miaPlHb.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/vid\/480x480\/A1Z-eCgXSFNHEKiX.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/vid\/240x240\/h3bOuBtFo2OLv7vC.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/pl\/ceH5fGjMdNwHl1tD.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/674686205292883972\/pu\/vid\/480x480\/A1Z-eCgXSFNHEKiX.webm"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":true,"retweet_count":1,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[83,96]}],"urls":[{"url":"https:\/\/t.co\/4Rm3ay0pOY","expanded_url":"https:\/\/twitter.com\/NASAGoddard\/status\/674686215954808832","display_url":"twitter.com\/NASAGoddard\/st\u2026","indices":[98,121]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Dec 08 20:19:36 +0000 2015","id":674322457717694469,"id_str":"674322457717694469","text":"@merveille @himawari8bot anyway, more info here if you're curious https:\/\/t.co\/s3mTGUG2If","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674285923211849728,"in_reply_to_status_id_str":"674285923211849728","in_reply_to_user_id":14868530,"in_reply_to_user_id_str":"14868530","in_reply_to_screen_name":"merveille","user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":286,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1243,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"merveille","name":"merryr","id":14868530,"id_str":"14868530","indices":[0,10]},{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[11,24]}],"urls":[{"url":"https:\/\/t.co\/s3mTGUG2If","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/product_descriptions.asp#himawari-8\/full_disk_ahi_true_color","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Dec 08 20:19:04 +0000 2015","id":674322323361546243,"id_str":"674322323361546243","text":"@merveille @himawari8bot it's the coloring used by CIRA when they release the photos from which these are made. i kind of wish they wouldn't","source":"\u003ca href=\"http:\/\/klinkerapps.com\" rel=\"nofollow\"\u003eTalon (Plus)\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674285923211849728,"in_reply_to_status_id_str":"674285923211849728","in_reply_to_user_id":14868530,"in_reply_to_user_id_str":"14868530","in_reply_to_screen_name":"merveille","user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":286,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1243,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"merveille","name":"merryr","id":14868530,"id_str":"14868530","indices":[0,10]},{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[11,24]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Dec 08 17:54:26 +0000 2015","id":674285923211849728,"id_str":"674285923211849728","text":"@himawari8bot What is the red that shows up after dark?","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674244478006243328,"in_reply_to_status_id_str":"674244478006243328","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":14868530,"id_str":"14868530","name":"merryr","screen_name":"merveille","location":"Somerville, MA","description":"I'm doing science and I'm still alive","url":"http:\/\/t.co\/LZwWLcemrZ","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/LZwWLcemrZ","expanded_url":"http:\/\/tilde.club\/~maryr","display_url":"tilde.club\/~maryr","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":356,"friends_count":168,"listed_count":26,"created_at":"Thu May 22 14:04:38 +0000 2008","favourites_count":908,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24687,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/162796824\/mikemitchellisawesome1.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/162796824\/mikemitchellisawesome1.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/649614305776660480\/Eud1w6H9_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/649614305776660480\/Eud1w6H9_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14868530\/1401745255","profile_link_color":"FA743E","profile_sidebar_border_color":"4F3A3A","profile_sidebar_fill_color":"202120","profile_text_color":"704C56","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Dec 08 08:04:26 +0000 2015","id":674137444250357760,"id_str":"674137444250357760","text":"@himawari8bot @wxdam that pacific jet though.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674122916963999744,"in_reply_to_status_id_str":"674122916963999744","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":138858058,"id_str":"138858058","name":"Russell Horvath","screen_name":"rahorvath","location":"Los Angeles, CA","description":"Writer and playwright. Fan of abusive sports teams. Decidedly against rice in burritos.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":171,"friends_count":872,"listed_count":21,"created_at":"Fri Apr 30 20:31:51 +0000 2010","favourites_count":8253,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16506,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/97210881\/Eta_Carinae_Nebula_1-twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/97210881\/Eta_Carinae_Nebula_1-twitter.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000856191965\/4ddb7cabcfa7e02b60855658fbc0a0d8_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000856191965\/4ddb7cabcfa7e02b60855658fbc0a0d8_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/138858058\/1407982058","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]},{"screen_name":"wxdam","name":"Dennis Mersereau","id":87095316,"id_str":"87095316","indices":[14,20]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Dec 01 03:44:39 +0000 2015","id":671535354546012161,"id_str":"671535354546012161","text":"@himawari8bot @MichaelJewell78 coral sea off NE australia","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":671529288529788933,"in_reply_to_status_id_str":"671529288529788933","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":2404419367,"id_str":"2404419367","name":"Daddy Love","screen_name":"SemiMooch","location":"","description":"I am a leaf on the wind. Watch how I soar.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":593,"friends_count":479,"listed_count":34,"created_at":"Sat Mar 22 15:55:30 +0000 2014","favourites_count":69,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":true,"verified":false,"statuses_count":41631,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9266CC","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/625113112782336001\/Ah0-l44q.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/625113112782336001\/Ah0-l44q.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/534096028153049088\/v0_oWDrR_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/534096028153049088\/v0_oWDrR_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2404419367\/1418673774","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]},{"screen_name":"MichaelJewell78","name":"Michael Jewell","id":380667593,"id_str":"380667593","indices":[14,30]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"es"},{"created_at":"Sun Nov 29 16:38:03 +0000 2015","id":671005208403705858,"id_str":"671005208403705858","text":"RT @himawari8bot: Coordinates: (16.955546925758043, 118.55342349640065); https:\/\/t.co\/VO55k9yDcr https:\/\/t.co\/AROMdfeIbR","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":670983005054353408,"in_reply_to_status_id_str":"670983005054353408","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":848833596,"id_str":"848833596","name":"Domenico Calia","screen_name":"CaliaDomenico","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":617,"friends_count":766,"listed_count":45,"created_at":"Thu Sep 27 07:40:42 +0000 2012","favourites_count":8924,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":14678,"lang":"it","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/848833596\/1447963014","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/VO55k9yDcr","expanded_url":"http:\/\/osm.org\/go\/42Ah8--?m","display_url":"osm.org\/go\/42Ah8--?m","indices":[73,96]}],"media":[{"id":670982928428593153,"id_str":"670982928428593153","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670982928428593153\/pu\/img\/18BxYfR6JQAHV-jY.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670982928428593153\/pu\/img\/18BxYfR6JQAHV-jY.jpg","url":"https:\/\/t.co\/AROMdfeIbR","display_url":"pic.twitter.com\/AROMdfeIbR","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/670983005054353408\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":670983005054353408,"source_status_id_str":"670983005054353408","source_user_id":4040207472,"source_user_id_str":"4040207472"}]},"extended_entities":{"media":[{"id":670982928428593153,"id_str":"670982928428593153","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670982928428593153\/pu\/img\/18BxYfR6JQAHV-jY.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670982928428593153\/pu\/img\/18BxYfR6JQAHV-jY.jpg","url":"https:\/\/t.co\/AROMdfeIbR","display_url":"pic.twitter.com\/AROMdfeIbR","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/670983005054353408\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":670983005054353408,"source_status_id_str":"670983005054353408","source_user_id":4040207472,"source_user_id_str":"4040207472","video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/vid\/240x240\/qDScBICzs_8cbLa-.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/vid\/720x720\/b8RqA7ZOTrqgRHrx.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/pl\/ewg5i5xbUMWGc7bW.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/vid\/480x480\/bEpAj9d9kvNL_2fi.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/vid\/480x480\/bEpAj9d9kvNL_2fi.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/670982928428593153\/pu\/pl\/ewg5i5xbUMWGc7bW.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 29 09:18:52 +0000 2015","id":670894684365914114,"id_str":"670894684365914114","text":"Wind shear, open cell cumulus, & others \u263a MT @himawari8bot: Coordinates: (-14.886 , 150.58); https:\/\/t.co\/AUxNgTxLIh https:\/\/t.co\/PqnnOpqDep","source":"\u003ca href=\"http:\/\/www.tweetcaster.com\" rel=\"nofollow\"\u003eTweetCaster for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":138008977,"id_str":"138008977","name":"Becs","screen_name":"BeccMaz","location":"Cheyenne, WY","description":"you can find me lost in the music, marveling at the sky, or in the mountains.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":510,"friends_count":773,"listed_count":31,"created_at":"Wed Apr 28 11:20:10 +0000 2010","favourites_count":2606,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":27286,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/629310718\/hits4ujgur782p52j4sd.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/629310718\/hits4ujgur782p52j4sd.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/638776708527689729\/aqS92yzs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/638776708527689729\/aqS92yzs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/138008977\/1355825279","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[49,62]}],"urls":[{"url":"https:\/\/t.co\/AUxNgTxLIh","expanded_url":"http:\/\/osm.org\/go\/vM5TJ--?m","display_url":"osm.org\/go\/vM5TJ--?m","indices":[97,120]}],"media":[{"id":670892605836627968,"id_str":"670892605836627968","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670892605836627968\/pu\/img\/K_25oKqdgeowJdm6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670892605836627968\/pu\/img\/K_25oKqdgeowJdm6.jpg","url":"https:\/\/t.co\/PqnnOpqDep","display_url":"pic.twitter.com\/PqnnOpqDep","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/670892685809614848\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":670892685809614848,"source_status_id_str":"670892685809614848","source_user_id":4040207472,"source_user_id_str":"4040207472"}]},"extended_entities":{"media":[{"id":670892605836627968,"id_str":"670892605836627968","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670892605836627968\/pu\/img\/K_25oKqdgeowJdm6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/670892605836627968\/pu\/img\/K_25oKqdgeowJdm6.jpg","url":"https:\/\/t.co\/PqnnOpqDep","display_url":"pic.twitter.com\/PqnnOpqDep","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/670892685809614848\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":670892685809614848,"source_status_id_str":"670892685809614848","source_user_id":4040207472,"source_user_id_str":"4040207472","video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/pl\/p2l_pqjy5xvPgpJP.mpd"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/vid\/720x720\/cDIikrgIpGTeyUda.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/vid\/240x240\/6LjMiTAgJJ8fBf1A.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/vid\/480x480\/l5KP0yrbfTiKGM58.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/vid\/480x480\/l5KP0yrbfTiKGM58.webm"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/670892605836627968\/pu\/pl\/p2l_pqjy5xvPgpJP.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Nov 28 15:09:16 +0000 2015","id":670620480634789888,"id_str":"670620480634789888","text":"@MichaelJewell78 @himawari8bot yeah. field of view for the sat is basically india on the left to a little east of hawaii on the right.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":670395671757922304,"in_reply_to_status_id_str":"670395671757922304","in_reply_to_user_id":380667593,"in_reply_to_user_id_str":"380667593","in_reply_to_screen_name":"MichaelJewell78","user":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":286,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1243,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"MichaelJewell78","name":"Michael Jewell","id":380667593,"id_str":"380667593","indices":[0,16]},{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[17,30]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Nov 28 00:15:58 +0000 2015","id":670395671757922304,"id_str":"670395671757922304","text":"@himawari8bot is that India?","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":670394036956626944,"in_reply_to_status_id_str":"670394036956626944","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":380667593,"id_str":"380667593","name":"Michael Jewell","screen_name":"MichaelJewell78","location":"","description":"Physics student, Wayne State Warrior, Phi Theta Kappa, APS, SPS, AVS, OSA","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":888,"friends_count":1897,"listed_count":98,"created_at":"Tue Sep 27 01:20:06 +0000 2011","favourites_count":63652,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":50240,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/633667392770560000\/YosJcg0m_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/633667392770560000\/YosJcg0m_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/380667593\/1439913167","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Nov 24 20:39:56 +0000 2015","id":669254143429754881,"id_str":"669254143429754881","text":"RT @himawari8bot: Coordinates: (-32.53362631455298, 86.19880164131882); https:\/\/t.co\/xPCgYXk1PG","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":669216156960620545,"in_reply_to_status_id_str":"669216156960620545","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":848833596,"id_str":"848833596","name":"Domenico Calia","screen_name":"CaliaDomenico","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":617,"friends_count":766,"listed_count":45,"created_at":"Thu Sep 27 07:40:42 +0000 2012","favourites_count":8924,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":14678,"lang":"it","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/848833596\/1447963014","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":{"id":"5d8cbb7bef84529a","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/5d8cbb7bef84529a.json","place_type":"city","name":"Altamura","full_name":"Altamura, Puglia","country_code":"IT","country":"Italia","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[16.3437833,40.7246592],[16.6983477,40.7246592],[16.6983477,40.9785106],[16.3437833,40.9785106]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/xPCgYXk1PG","expanded_url":"http:\/\/osm.org\/go\/m6Nl5--?m","display_url":"osm.org\/go\/m6Nl5--?m","indices":[72,95]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Nov 24 03:09:03 +0000 2015","id":668989677790085120,"id_str":"668989677790085120","text":"if you want to see stunning Earth gifs everyday, follow @himawari8bot!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2583649117,"id_str":"2583649117","name":"james noreid nowrite","screen_name":"masterJCboy","location":"Quezon City","description":"How do you become someone that great, that brave, that selfless?\nI guess you can only try.\n-Hiccup, HTTYD2","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":237,"friends_count":584,"listed_count":2,"created_at":"Mon Jun 23 08:35:43 +0000 2014","favourites_count":5970,"utc_offset":25200,"time_zone":"Krasnoyarsk","geo_enabled":true,"verified":false,"statuses_count":8877,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667484109657128960\/G4IPGJlO_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667484109657128960\/G4IPGJlO_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2583649117\/1429024977","profile_link_color":"2C1F3C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[56,69]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 23 07:50:53 +0000 2015","id":668698218901979136,"id_str":"668698218901979136","text":"\u0422\u0432\u0438\u0442\u0442\u0435\u0440-\u0431\u043e\u0442 @himawari8bot - \u0430\u043d\u0438\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0444\u043e\u0442\u043e \u0441 \u044f\u043f\u043e\u043d\u0441\u043a\u043e\u0433\u043e \u043c\u0435\u0442\u0435\u043e\u0441\u043f\u0443\u0442\u043d\u0438\u043a\u0430.\nhttps:\/\/t.co\/LLHAUF9LbQ\n#\u043a\u043e\u0441\u043c\u043e\u0441","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":40845892,"id_str":"40845892","name":"vecs ","screen_name":"_vecs","location":"","description":"\u041b\u0438\u0447\u043d\u044b\u0439 \u043c\u0438\u043a\u0440\u043e\u0431\u043b\u043e\u0433. \u041d\u0430\u0443\u043a\u0430 \u0438 \u0442\u0435\u0445\u043d\u0438\u043a\u0430, \u0438\u0441\u0442\u043e\u0440\u0438\u044f, \u043a\u0443\u043b\u044c\u0442\u0443\u0440\u0430, \u043a\u043e\u0441\u043c\u043e\u0441, \u0433\u0435\u043e\u043b\u043e\u0433\u0438\u044f, \u043f\u0430\u043b\u0435\u043e\u043d\u0430\u0443\u043a\u0438, \u043b\u0438\u043d\u0433\u0432\u0438\u0441\u0442\u0438\u043a\u0430, IT, \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u044c, \u0440\u0430\u0434\u0438\u043e\u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u0438\u043a\u0430, \u0412\u041f\u041a, \u0420\u043e\u0441\u0441\u0438\u044f, \u0410\u0437\u0438\u044f, \u0444\u043e\u0442\u043e","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":755,"friends_count":2147,"listed_count":22,"created_at":"Mon May 18 09:50:09 +0000 2009","favourites_count":9062,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":5201,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"FCFCF4","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/22470571\/bground.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/22470571\/bground.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472091542484549633\/Zq-BpJTw_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472091542484549633\/Zq-BpJTw_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/40845892\/1401389448","profile_link_color":"FA7E3C","profile_sidebar_border_color":"ACADA1","profile_sidebar_fill_color":"EAEDD5","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"quoted_status_id":668673031045120001,"quoted_status_id_str":"668673031045120001","quoted_status":{"created_at":"Mon Nov 23 06:10:48 +0000 2015","id":668673031045120001,"id_str":"668673031045120001","text":"Coordinates: (-30.09086748063921, 112.37973985208892); https:\/\/t.co\/hcJfloq0Dd https:\/\/t.co\/hJLuflYh3T","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4040207472,"id_str":"4040207472","name":"himawari8bot","screen_name":"himawari8bot","location":"Space","description":"Unofficial; imagery courtesy: Japan Meteorological Agency (https:\/\/t.co\/lzPXaTnMCi) and CIRA (https:\/\/t.co\/YksnDoJEl8). Bot by @__jcbl__","url":"https:\/\/t.co\/uYVLL8E5Qg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uYVLL8E5Qg","expanded_url":"https:\/\/github.com\/jeremylow\/himawari_bot","display_url":"github.com\/jeremylow\/hima\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/lzPXaTnMCi","expanded_url":"http:\/\/www.jma.go.jp\/en\/gms\/","display_url":"jma.go.jp\/en\/gms\/","indices":[59,82]},{"url":"https:\/\/t.co\/YksnDoJEl8","expanded_url":"http:\/\/rammb.cira.colostate.edu\/ramsdis\/online\/himawari-8.asp","display_url":"rammb.cira.colostate.edu\/ramsdis\/online\u2026","indices":[94,117]}]}},"protected":false,"followers_count":298,"friends_count":2,"listed_count":23,"created_at":"Tue Oct 27 23:06:22 +0000 2015","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":802,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659145099113295873\/ufx8ad3i_normal.jpg","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/hcJfloq0Dd","expanded_url":"http:\/\/osm.org\/go\/sbutm--?m","display_url":"osm.org\/go\/sbutm--?m","indices":[55,78]}],"media":[{"id":668672956315410432,"id_str":"668672956315410432","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668672956315410432\/pu\/img\/YSVRWG0Zoaa-c3qE.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668672956315410432\/pu\/img\/YSVRWG0Zoaa-c3qE.jpg","url":"https:\/\/t.co\/hJLuflYh3T","display_url":"pic.twitter.com\/hJLuflYh3T","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/668673031045120001\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":668672956315410432,"id_str":"668672956315410432","indices":[79,102],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668672956315410432\/pu\/img\/YSVRWG0Zoaa-c3qE.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668672956315410432\/pu\/img\/YSVRWG0Zoaa-c3qE.jpg","url":"https:\/\/t.co\/hJLuflYh3T","display_url":"pic.twitter.com\/hJLuflYh3T","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/668673031045120001\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/vid\/240x240\/pTITyO8meh3ufWvg.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/vid\/480x480\/LO5Hbw_GRuKFaknj.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/pl\/nDwdHhIODqoKiSFo.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/vid\/480x480\/LO5Hbw_GRuKFaknj.webm"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/vid\/720x720\/8RqilyUUZp2hg0h9.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/668672956315410432\/pu\/pl\/nDwdHhIODqoKiSFo.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":true,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"\u043a\u043e\u0441\u043c\u043e\u0441","indices":[98,105]}],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[12,25]}],"urls":[{"url":"https:\/\/t.co\/LLHAUF9LbQ","expanded_url":"https:\/\/twitter.com\/himawari8bot\/status\/668673031045120001","display_url":"twitter.com\/himawari8bot\/s\u2026","indices":[74,97]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ru"},{"created_at":"Sat Nov 21 18:55:56 +0000 2015","id":668140808084787200,"id_str":"668140808084787200","text":"RT @himawari8bot: Coordinates: (-39.73730450367359, 124.60410483259021); https:\/\/t.co\/w2dLJzcf3w https:\/\/t.co\/75eCRVkpZO","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":668129141384978432,"in_reply_to_status_id_str":"668129141384978432","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":848833596,"id_str":"848833596","name":"Domenico Calia","screen_name":"CaliaDomenico","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":617,"friends_count":766,"listed_count":45,"created_at":"Thu Sep 27 07:40:42 +0000 2012","favourites_count":8924,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":14678,"lang":"it","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667812213982384128\/zHXHmDmR_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/848833596\/1447963014","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/w2dLJzcf3w","expanded_url":"http:\/\/osm.org\/go\/spWX2--?m","display_url":"osm.org\/go\/spWX2--?m","indices":[73,96]}],"media":[{"id":668129082874470400,"id_str":"668129082874470400","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668129082874470400\/pu\/img\/9w7md30dWWdONLF8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668129082874470400\/pu\/img\/9w7md30dWWdONLF8.jpg","url":"https:\/\/t.co\/75eCRVkpZO","display_url":"pic.twitter.com\/75eCRVkpZO","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/668129141384978432\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":668129141384978432,"source_status_id_str":"668129141384978432","source_user_id":4040207472,"source_user_id_str":"4040207472"}]},"extended_entities":{"media":[{"id":668129082874470400,"id_str":"668129082874470400","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668129082874470400\/pu\/img\/9w7md30dWWdONLF8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/668129082874470400\/pu\/img\/9w7md30dWWdONLF8.jpg","url":"https:\/\/t.co\/75eCRVkpZO","display_url":"pic.twitter.com\/75eCRVkpZO","expanded_url":"http:\/\/twitter.com\/himawari8bot\/status\/668129141384978432\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"source_status_id":668129141384978432,"source_status_id_str":"668129141384978432","source_user_id":4040207472,"source_user_id_str":"4040207472","video_info":{"aspect_ratio":[1,1],"duration_millis":12500,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/vid\/240x240\/d7T3fRXLCz_4PN41.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/vid\/480x480\/PwPcEyR8e1QaWdNe.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/pl\/b4o5BLLV_KuAfi0H.mpd"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/vid\/720x720\/Sjxt51ZFNjBWdDSW.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/vid\/480x480\/PwPcEyR8e1QaWdNe.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/668129082874470400\/pu\/pl\/b4o5BLLV_KuAfi0H.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Nov 20 02:56:09 +0000 2015","id":667536883044347905,"id_str":"667536883044347905","text":"Every hour I get an amazing nugget of our blue marble delivered by @himawari8bot and it makes me pause in wonder.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":305956679,"id_str":"305956679","name":"Michael Nicolaou","screen_name":"SAWatcherTX","location":"San Antonio","description":"Believer, Husband, Father, Weather Enthusiast, Mtn Biker, Singer, Ghost Writer for @Head_Shot_Kitty","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":242,"friends_count":257,"listed_count":15,"created_at":"Fri May 27 01:45:17 +0000 2011","favourites_count":8032,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":16828,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/673343369880297472\/yN7j1qOc_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/673343369880297472\/yN7j1qOc_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/305956679\/1431833958","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[67,80]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 16 00:04:47 +0000 2015","id":666044202632019968,"id_str":"666044202632019968","text":"@simonwilliam Not quite as good, but also check out @himawari8bot.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":666035590484332544,"in_reply_to_status_id_str":"666035590484332544","in_reply_to_user_id":17586062,"in_reply_to_user_id_str":"17586062","in_reply_to_screen_name":"simonwilliam","user":{"id":19430233,"id_str":"19430233","name":"Zach Seward","screen_name":"zseward","location":"New York, NY","description":"VP of product and executive editor at Quartz | @qz | z@qz.com","url":"https:\/\/t.co\/G318vIng6k","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/G318vIng6k","expanded_url":"http:\/\/qz.com","display_url":"qz.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":24896,"friends_count":1742,"listed_count":1554,"created_at":"Sat Jan 24 03:32:09 +0000 2009","favourites_count":7446,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":22128,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/623444704202518528\/md1pZdSY.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/623444704202518528\/md1pZdSY.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/641001275941855236\/IDlq9PWd_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/641001275941855236\/IDlq9PWd_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/19430233\/1441661794","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"simonwilliam","name":"Simon V-L","id":17586062,"id_str":"17586062","indices":[0,13]},{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[52,65]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sun Nov 15 15:58:23 +0000 2015","id":665921798563741697,"id_str":"665921798563741697","text":"@himawari8bot @hecanjog needs a music soundtrack ;)","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":665909493516120064,"in_reply_to_status_id_str":"665909493516120064","in_reply_to_user_id":4040207472,"in_reply_to_user_id_str":"4040207472","in_reply_to_screen_name":"himawari8bot","user":{"id":14817551,"id_str":"14817551","name":"Damara Arrowood","screen_name":"OmoNsasi","location":"L4","description":"D-Ops at SciDVA. NDN, A\/V Arts, Digital Constellation Manipulator, Synaesthete, Comedically Prolific RTs. Darkivist Muse and Messenger. Geek Cheerleader *\\o\/*","url":"https:\/\/t.co\/2QTxJKDjj2","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/2QTxJKDjj2","expanded_url":"http:\/\/about.me\/omonsasi","display_url":"about.me\/omonsasi","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1484,"friends_count":2071,"listed_count":205,"created_at":"Sun May 18 03:58:47 +0000 2008","favourites_count":32579,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":56898,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050006","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/566783833693892608\/BUsQNEUG.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/566783833693892608\/BUsQNEUG.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/644892022009036800\/8fNK-yWU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/644892022009036800\/8fNK-yWU_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14817551\/1442589567","profile_link_color":"002233","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"5E2626","profile_text_color":"050006","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"himawari8bot","name":"himawari8bot","id":4040207472,"id_str":"4040207472","indices":[0,13]},{"screen_name":"hecanjog","name":"He Can Jog","id":415454916,"id_str":"415454916","indices":[14,23]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_mutes_users_ids.json000066400000000000000000000001561311017327200231570ustar00rootroot00000000000000{"ids": [6385432], "next_cursor_str": "0", "previous_cursor_str": "0", "next_cursor": 0, "previous_cursor": 0}python-twitter-3.3/testdata/get_mutes_users_ids_loop_0.json000066400000000000000000000013321311017327200244240ustar00rootroot00000000000000{"ids": [129612549, 745832401, 3418148782, 1957463503, 2961286252, 846134299, 2311078998, 2169047207, 3648628344, 3422628629, 364621145, 1925504714, 715588897871372290, 3283496976, 2957187500, 151867999, 1663093753, 526554566, 499203061, 302458717, 67547362, 211413815, 713671180096393216, 2855278543, 42013736, 2282516562, 843048714, 2335398504, 1652075268, 113693559, 189537010, 960296839, 45775135, 120376864, 165688313, 341429354, 269402975, 3307718191, 3239466194, 147977998, 602700564, 561420144, 1552510458, 719564717153329152, 394146145, 1404360181, 344152954, 1251030710, 57947109, 180540375], "next_cursor_str": "1535206520056565155", "previous_cursor_str": "0", "next_cursor": 1535206520056565155, "previous_cursor": 0}python-twitter-3.3/testdata/get_mutes_users_ids_loop_1.json000066400000000000000000000010071311017327200244240ustar00rootroot00000000000000{"ids": [174144887, 175264457, 779116838, 4718721250, 56032511, 198337759, 48290966, 2572268096, 364487087, 213151008, 2938277331, 1271082936, 2271115976, 14408999, 17197784, 34556109, 2531159968, 1674083671, 1650310652, 2572531545, 1451921947, 729493049852694529, 707764649173897216, 1650681522, 2573225349, 2569229674, 4866699178, 4461399201, 1609833792, 700228367, 1418745782, 6385432], "next_cursor_str": "0", "previous_cursor_str": "-1535206508490832356", "next_cursor": 0, "previous_cursor": -1535206508490832356}python-twitter-3.3/testdata/get_mutes_users_list.json000066400000000000000000000050261311017327200233540ustar00rootroot00000000000000{"next_cursor_str": "0", "previous_cursor_str": "0", "next_cursor": 0, "users": [{"profile_image_url_https": "https://pbs.twimg.com/profile_images/694413957868625920/PZNI3yPX_normal.jpg", "statuses_count": 9975, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 5650, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Central Time (US & Canada)", "location": "San Francisco", "utc_offset": -18000, "id_str": "6385432", "is_translation_enabled": false, "id": 6385432, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1642903, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "dickc", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Mon May 23 04:10:47 +0000 2016", "in_reply_to_status_id_str": "734414308340178946", "in_reply_to_screen_name": "kpk", "place": null, "favorite_count": 3, "in_reply_to_user_id_str": "22915745", "is_quote_status": false, "id_str": "734597416914157568", "in_reply_to_status_id": 734414308340178946, "lang": "en", "favorited": false, "text": "@kpk no not hilly. Very flat for the most part. A couples up and down bumps but nothing horrible. No, I don't like running after about 5k", "truncated": false, "in_reply_to_user_id": 22915745, "contributors": null, "retweeted": false, "id": 734597416914157568, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 4], "name": "Kenneth", "id": 22915745, "screen_name": "kpk", "id_str": "22915745"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": true, "profile_background_tile": false, "muting": true, "listed_count": 9232, "blocked_by": false, "description": "", "lang": "en", "name": "dick costolo", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/6385432/1347981884", "profile_image_url": "http://pbs.twimg.com/profile_images/694413957868625920/PZNI3yPX_normal.jpg", "created_at": "Mon May 28 13:26:41 +0000 2007", "friends_count": 617, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}], "previous_cursor": 0}python-twitter-3.3/testdata/get_mutes_users_list_loop_0.json000066400000000000000000005432611311017327200246340ustar00rootroot00000000000000{"next_cursor_str": "1535206520056388207", "previous_cursor_str": "0", "next_cursor": 1535206520056388207, "users": [{"profile_image_url_https": "https://pbs.twimg.com/profile_images/735047139630428160/U-uFgsB1_normal.jpg", "statuses_count": 10598, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 8918, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Belgrade", "location": "Honeymoon \u00e3ve. \u263d", "utc_offset": 7200, "id_str": "129612549", "is_translation_enabled": false, "id": 129612549, "profile_link_color": "1B95E0", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://twitter.com/arianagrande/status/521955353622495232", "display_url": "twitter.com/arianagrande/s\u2026", "url": "https://t.co/vXS4tFAFgG"}]}}, "url": "https://t.co/vXS4tFAFgG", "followers_count": 152797, "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "screen_name": "SophiaDelStyles", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:51:30 +0000 2016", "in_reply_to_status_id_str": "735037096507871232", "in_reply_to_screen_name": "SophiaDelStyles", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "129612549", "is_quote_status": false, "id_str": "735060652553801728", "in_reply_to_status_id": 735037096507871232, "lang": "und", "favorited": false, "text": "\ud83d\udd25", "truncated": false, "in_reply_to_user_id": 129612549, "contributors": null, "retweeted": false, "id": 735060652553801728, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/552621094117457920/o6GcmbU0.jpeg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 312, "blocked_by": false, "description": "Ariana Grande", "lang": "en", "name": "\u2729 sophia \u2729", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/552621094117457920/o6GcmbU0.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/129612549/1464084278", "profile_image_url": "http://pbs.twimg.com/profile_images/735047139630428160/U-uFgsB1_normal.jpg", "created_at": "Sun Apr 04 22:01:31 +0000 2010", "friends_count": 55625, "follow_request_sent": false, "profile_sidebar_border_color": "A8C7F7", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/725581044095811584/YV9gmlH-_normal.jpg", "statuses_count": 45639, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "DBE9ED", "favourites_count": 7978, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Paris", "location": "", "utc_offset": 7200, "id_str": "745832401", "is_translation_enabled": false, "id": 745832401, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 58], "expanded_url": null, "url": "https://twitter.com/arianagrande/status/358303975142998017"}]}}, "url": "https://twitter.com/arianagrande/status/358303975142998017", "followers_count": 53680, "notifications": false, "profile_sidebar_fill_color": "E6F6F9", "screen_name": "snickersbutera", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 75, "created_at": "Tue May 24 09:52:42 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": "ArianaGrande", "place": null, "favorite_count": 78, "in_reply_to_user_id_str": "34507480", "is_quote_status": false, "id_str": "735045851945525248", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "@ArianaGrande this message is so powerful \"be with someone who makes you happy\" #IntoYouVideo https://t.co/PLbKcXveQW", "truncated": false, "in_reply_to_user_id": 34507480, "contributors": null, "retweeted": false, "id": 735045851945525248, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [94, 117], "expanded_url": "https://amp.twimg.com/v/d59b8b67-74e3-4744-b448-32fafa4ff8c5", "display_url": "amp.twimg.com/v/d59b8b67-74e\u2026", "url": "https://t.co/PLbKcXveQW"}], "user_mentions": [{"indices": [0, 13], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}], "hashtags": [{"indices": [80, 93], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000151105734/1e9BlNlE.jpeg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 304, "blocked_by": false, "description": "\u2217 something 'bout u make me feel like a dangerous woman \u2217", "lang": "fr", "name": "julie", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000151105734/1e9BlNlE.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/745832401/1457384774", "profile_image_url": "http://pbs.twimg.com/profile_images/725581044095811584/YV9gmlH-_normal.jpg", "created_at": "Wed Aug 08 19:52:38 +0000 2012", "friends_count": 15083, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/733973118964862977/2fQrQ2kK_normal.jpg", "statuses_count": 3718, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 5263, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Honeymoon ave \u2601 ", "utc_offset": null, "id_str": "3418148782", "is_translation_enabled": false, "id": 3418148782, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 15024, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "BocaAmazing", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 40, "created_at": "Tue May 24 09:53:33 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 44, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735046068954669060", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "She was perfect \ud83d\udc4c #IntoYouVideo https://t.co/GLcSoRgDIJ", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/GLcSoRgDIJ", "url": "https://t.co/GLcSoRgDIJ", "media_url_https": "https://pbs.twimg.com/media/CjNof-PXEAAYmiW.jpg", "indices": [32, 55], "media_url": "http://pbs.twimg.com/media/CjNof-PXEAAYmiW.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735046062684180480, "expanded_url": "http://twitter.com/BocaAmazing/status/735046068954669060/photo/1", "id_str": "735046062684180480"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735046068954669060, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/GLcSoRgDIJ", "url": "https://t.co/GLcSoRgDIJ", "media_url_https": "https://pbs.twimg.com/media/CjNof-PXEAAYmiW.jpg", "indices": [32, 55], "media_url": "http://pbs.twimg.com/media/CjNof-PXEAAYmiW.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735046062684180480, "expanded_url": "http://twitter.com/BocaAmazing/status/735046068954669060/photo/1", "id_str": "735046062684180480"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [18, 31], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 16, "blocked_by": false, "description": "Don't be a dick fangirl over Ariana \u2601\nAsk for a follow back \u2601", "lang": "en", "name": "Charlotte \u2601", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3418148782/1458479188", "profile_image_url": "http://pbs.twimg.com/profile_images/733973118964862977/2fQrQ2kK_normal.jpg", "created_at": "Wed Aug 12 15:05:33 +0000 2015", "friends_count": 8848, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/735059735213400064/6vOHMEpy_normal.jpg", "statuses_count": 25486, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "642EFE", "favourites_count": 44996, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "\u13a0\u13b3", "utc_offset": -25200, "id_str": "1957463503", "is_translation_enabled": false, "id": 1957463503, "profile_link_color": "E81C4F", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 8445, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "absoluteagb", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 13, "created_at": "Tue May 24 10:50:12 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 16, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060322223050752", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I bet this wasn't planned lol https://t.co/OcPwLS6dEw", "truncated": false, "extended_entities": {"media": [{"type": "animated_gif", "display_url": "pic.twitter.com/OcPwLS6dEw", "url": "https://t.co/OcPwLS6dEw", "video_info": {"aspect_ratio": [2, 1], "variants": [{"bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CjN1OyaVAAE-mjn.mp4", "content_type": "video/mp4"}]}, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjN1OyaVAAE-mjn.jpg", "indices": [30, 53], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjN1OyaVAAE-mjn.jpg", "sizes": {"small": {"h": 170, "resize": "fit", "w": 340}, "large": {"h": 250, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 250, "resize": "fit", "w": 500}}, "id": 735060061102342145, "expanded_url": "http://twitter.com/absoluteagb/status/735060322223050752/photo/1", "id_str": "735060061102342145"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060322223050752, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/OcPwLS6dEw", "url": "https://t.co/OcPwLS6dEw", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjN1OyaVAAE-mjn.jpg", "indices": [30, 53], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjN1OyaVAAE-mjn.jpg", "sizes": {"small": {"h": 170, "resize": "fit", "w": 340}, "large": {"h": 250, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 250, "resize": "fit", "w": 500}}, "id": 735060061102342145, "expanded_url": "http://twitter.com/absoluteagb/status/735060322223050752/photo/1", "id_str": "735060061102342145"}], "urls": [], "user_mentions": [], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/690149567875174400/kX0F9kwM.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 50, "blocked_by": false, "description": "You know you that bitch when you cause all these conversation", "lang": "es", "name": "dre\u00e3", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/690149567875174400/kX0F9kwM.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1957463503/1464069014", "profile_image_url": "http://pbs.twimg.com/profile_images/735059735213400064/6vOHMEpy_normal.jpg", "created_at": "Sat Oct 12 20:22:38 +0000 2013", "friends_count": 2555, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734024292892037120/pVwuoGJE_normal.jpg", "statuses_count": 43489, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 37417, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "London", "location": "Honeymoon \u00e3ve ", "utc_offset": 3600, "id_str": "2961286252", "is_translation_enabled": false, "id": 2961286252, "profile_link_color": "3B94D9", "entities": {"description": {"urls": [{"indices": [55, 78], "expanded_url": "http://smarturl.it/DangerousWoman", "display_url": "smarturl.it/DangerousWoman", "url": "https://t.co/b5Q9VALlaG"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://dangerouswoman.com", "display_url": "dangerouswoman.com", "url": "https://t.co/3OmQampmGD"}]}}, "url": "https://t.co/3OmQampmGD", "followers_count": 6153, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "AriMoonlightGx", "geo_enabled": false, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 25, "created_at": "Tue May 24 10:09:04 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 17, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735049973277024256", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Goddess \ud83d\ude0d #IntoYouVideo https://t.co/y6ig2GP5e8", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/y6ig2GP5e8", "url": "https://t.co/y6ig2GP5e8", "media_url_https": "https://pbs.twimg.com/media/CjNsDDnWEAAHaGq.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNsDDnWEAAHaGq.jpg", "sizes": {"small": {"h": 189, "resize": "fit", "w": 340}, "large": {"h": 568, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 333, "resize": "fit", "w": 600}}, "id": 735049963957260288, "expanded_url": "http://twitter.com/AriMoonlightGx/status/735049973277024256/photo/1", "id_str": "735049963957260288"}, {"type": "photo", "display_url": "pic.twitter.com/y6ig2GP5e8", "url": "https://t.co/y6ig2GP5e8", "media_url_https": "https://pbs.twimg.com/media/CjNsDDlXAAAMBfB.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNsDDlXAAAMBfB.jpg", "sizes": {"small": {"h": 176, "resize": "fit", "w": 340}, "large": {"h": 530, "resize": "fit", "w": 1023}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 311, "resize": "fit", "w": 600}}, "id": 735049963948933120, "expanded_url": "http://twitter.com/AriMoonlightGx/status/735049973277024256/photo/1", "id_str": "735049963948933120"}, {"type": "photo", "display_url": "pic.twitter.com/y6ig2GP5e8", "url": "https://t.co/y6ig2GP5e8", "media_url_https": "https://pbs.twimg.com/media/CjNsDFaWUAAYUGr.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNsDFaWUAAYUGr.jpg", "sizes": {"small": {"h": 174, "resize": "fit", "w": 340}, "large": {"h": 525, "resize": "fit", "w": 1023}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 308, "resize": "fit", "w": 600}}, "id": 735049964439621632, "expanded_url": "http://twitter.com/AriMoonlightGx/status/735049973277024256/photo/1", "id_str": "735049964439621632"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735049973277024256, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/y6ig2GP5e8", "url": "https://t.co/y6ig2GP5e8", "media_url_https": "https://pbs.twimg.com/media/CjNsDDnWEAAHaGq.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNsDDnWEAAHaGq.jpg", "sizes": {"small": {"h": 189, "resize": "fit", "w": 340}, "large": {"h": 568, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 333, "resize": "fit", "w": 600}}, "id": 735049963957260288, "expanded_url": "http://twitter.com/AriMoonlightGx/status/735049973277024256/photo/1", "id_str": "735049963957260288"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [10, 23], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 24, "blocked_by": false, "description": "Buy @ArianaGrande's new album 'Dangerous Woman' here ~ https://t.co/b5Q9VALlaG", "lang": "en", "name": "Luke", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2961286252/1462309177", "profile_image_url": "http://pbs.twimg.com/profile_images/734024292892037120/pVwuoGJE_normal.jpg", "created_at": "Mon Jan 05 00:53:37 +0000 2015", "friends_count": 4380, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/735017192845119488/DFa19pUv_normal.jpg", "statuses_count": 59866, "profile_text_color": "3E4415", "protected": false, "is_translator": false, "profile_background_color": "FFFFFF", "favourites_count": 6025, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Amsterdam", "location": "", "utc_offset": 7200, "id_str": "846134299", "is_translation_enabled": false, "id": 846134299, "profile_link_color": "F7A8C7", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 3383, "notifications": false, "profile_sidebar_fill_color": "99CC33", "screen_name": "purplearianasky", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 33, "created_at": "Tue May 24 07:13:21 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 144, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735005749781352448", "in_reply_to_status_id": null, "lang": "und", "favorited": false, "text": "#IntoYouVideo @ArianaGrande https://t.co/X4nhPIQkrn", "truncated": false, "extended_entities": {"media": [{"type": "animated_gif", "display_url": "pic.twitter.com/X4nhPIQkrn", "url": "https://t.co/X4nhPIQkrn", "video_info": {"aspect_ratio": [162, 161], "variants": [{"bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CjNDsShWEAEZaOc.mp4", "content_type": "video/mp4"}]}, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "indices": [28, 51], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "sizes": {"small": {"h": 322, "resize": "fit", "w": 324}, "large": {"h": 322, "resize": "fit", "w": 324}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 322, "resize": "fit", "w": 324}}, "id": 735005592356524033, "expanded_url": "http://twitter.com/killersgrande/status/735005749781352448/photo/1", "id_str": "735005592356524033"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735005749781352448, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/X4nhPIQkrn", "url": "https://t.co/X4nhPIQkrn", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "indices": [28, 51], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "sizes": {"small": {"h": 322, "resize": "fit", "w": 324}, "large": {"h": 322, "resize": "fit", "w": 324}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 322, "resize": "fit", "w": 324}}, "id": 735005592356524033, "expanded_url": "http://twitter.com/killersgrande/status/735005749781352448/photo/1", "id_str": "735005592356524033"}], "urls": [], "user_mentions": [{"indices": [14, 27], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}], "hashtags": [{"indices": [0, 13], "text": "IntoYouVideo"}]}}, "coordinates": null, "geo": null, "retweet_count": 33, "created_at": "Tue May 24 10:43:30 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735058636674895872", "in_reply_to_status_id": null, "lang": "und", "favorited": false, "text": "RT @killersgrande: #IntoYouVideo @ArianaGrande https://t.co/X4nhPIQkrn", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 322, "resize": "fit", "w": 324}, "large": {"h": 322, "resize": "fit", "w": 324}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 322, "resize": "fit", "w": 324}}, "url": "https://t.co/X4nhPIQkrn", "source_user_id_str": "2176321474", "source_status_id_str": "735005749781352448", "source_status_id": 735005749781352448, "source_user_id": 2176321474, "type": "animated_gif", "display_url": "pic.twitter.com/X4nhPIQkrn", "video_info": {"aspect_ratio": [162, 161], "variants": [{"bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CjNDsShWEAEZaOc.mp4", "content_type": "video/mp4"}]}, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "indices": [47, 70], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "id": 735005592356524033, "expanded_url": "http://twitter.com/killersgrande/status/735005749781352448/photo/1", "id_str": "735005592356524033"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735058636674895872, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"sizes": {"small": {"h": 322, "resize": "fit", "w": 324}, "large": {"h": 322, "resize": "fit", "w": 324}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 322, "resize": "fit", "w": 324}}, "url": "https://t.co/X4nhPIQkrn", "source_user_id_str": "2176321474", "source_status_id_str": "735005749781352448", "source_status_id": 735005749781352448, "source_user_id": 2176321474, "type": "photo", "display_url": "pic.twitter.com/X4nhPIQkrn", "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "indices": [47, 70], "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNDsShWEAEZaOc.jpg", "id": 735005592356524033, "expanded_url": "http://twitter.com/killersgrande/status/735005749781352448/photo/1", "id_str": "735005592356524033"}], "urls": [], "user_mentions": [{"indices": [3, 17], "name": "lail", "id": 2176321474, "screen_name": "killersgrande", "id_str": "2176321474"}, {"indices": [33, 46], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}], "hashtags": [{"indices": [19, 32], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/517332095778033665/gDgjdFLj.jpeg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 33, "blocked_by": false, "description": "ariana followed me and faved me 16.06.14. and faved me again 24.05.16 \u2661", "lang": "nl", "name": "suzanne \u2741", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/517332095778033665/gDgjdFLj.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/846134299/1464076654", "profile_image_url": "http://pbs.twimg.com/profile_images/735017192845119488/DFa19pUv_normal.jpg", "created_at": "Tue Sep 25 19:51:00 +0000 2012", "friends_count": 3322, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/726630298465660928/4veNZ5FO_normal.jpg", "statuses_count": 25067, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "9266CC", "favourites_count": 21680, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Krasnoyarsk", "location": "Manila Philippines", "utc_offset": 25200, "id_str": "2311078998", "is_translation_enabled": false, "id": 2311078998, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://kathbernardo.com", "display_url": "kathbernardo.com", "url": "http://t.co/HX0pOrTJiS"}]}}, "url": "http://t.co/HX0pOrTJiS", "followers_count": 14076, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "bernardokaath1", "geo_enabled": true, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Linkis.com", "coordinates": null, "geo": null, "retweet_count": 2, "created_at": "Tue May 24 09:21:01 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 4, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735037881111171073", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @ArianaGrande: #IntoYouVideo directed by @HannahLuxDavis now on @Vevo https://t.co/2o8c0XXhCz via @anonymousburgs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735037881111171073, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [74, 97], "expanded_url": "http://ln.is/www.youtube.com/H7lEt", "display_url": "ln.is/www.youtube.co\u2026", "url": "https://t.co/2o8c0XXhCz"}], "user_mentions": [{"indices": [3, 16], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}, {"indices": [44, 59], "name": "HANNAH LUX DAVIS", "id": 24592784, "screen_name": "HANNAHLUXDAVIS", "id_str": "24592784"}, {"indices": [67, 72], "name": "Vevo", "id": 28201743, "screen_name": "Vevo", "id_str": "28201743"}, {"indices": [102, 117], "name": "$", "id": 502591106, "screen_name": "anonymousburgs", "id_str": "502591106"}], "hashtags": [{"indices": [18, 31], "text": "IntoYouVideo"}]}}, "coordinates": null, "geo": null, "retweet_count": 2, "created_at": "Tue May 24 10:56:09 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061822324150272", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @stariray1949: RT @ArianaGrande: #IntoYouVideo directed by @HannahLuxDavis now on @Vevo https://t.co/2o8c0XXhCz via @anonymousburgs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061822324150272, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [92, 115], "expanded_url": "http://ln.is/www.youtube.com/H7lEt", "display_url": "ln.is/www.youtube.co\u2026", "url": "https://t.co/2o8c0XXhCz"}], "user_mentions": [{"indices": [3, 16], "name": "Ester Solis", "id": 2362163911, "screen_name": "stariray1949", "id_str": "2362163911"}, {"indices": [21, 34], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}, {"indices": [62, 77], "name": "HANNAH LUX DAVIS", "id": 24592784, "screen_name": "HANNAHLUXDAVIS", "id_str": "24592784"}, {"indices": [85, 90], "name": "Vevo", "id": 28201743, "screen_name": "Vevo", "id_str": "28201743"}, {"indices": [120, 135], "name": "$", "id": 502591106, "screen_name": "anonymousburgs", "id_str": "502591106"}], "hashtags": [{"indices": [36, 49], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/693276496643756032/swZeofFL.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 21, "blocked_by": false, "description": "think less. LIVE MORE #LittleMix #TheVamps #ArianaGrande #TheTide", "lang": "en", "name": "KATH", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/693276496643756032/swZeofFL.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2311078998/1462623637", "profile_image_url": "http://pbs.twimg.com/profile_images/726630298465660928/4veNZ5FO_normal.jpg", "created_at": "Sun Jan 26 03:00:43 +0000 2014", "friends_count": 13130, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/723565367747067904/Cm4W7zq0_normal.jpg", "statuses_count": 40034, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 22804, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Baghdad", "location": "", "utc_offset": 10800, "id_str": "2169047207", "is_translation_enabled": false, "id": 2169047207, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 19509, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "jerryismydorkk", "geo_enabled": false, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 24, "created_at": "Tue May 24 10:38:46 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 16, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735057446322982912", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "she looks so good I need some holy water @ArianaGrande #IntoYouVideo https://t.co/h8a54kZ1XP", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/h8a54kZ1XP", "url": "https://t.co/h8a54kZ1XP", "media_url_https": "https://pbs.twimg.com/media/CjNy10yVEAEXXwR.jpg", "indices": [69, 92], "media_url": "http://pbs.twimg.com/media/CjNy10yVEAEXXwR.jpg", "sizes": {"small": {"h": 176, "resize": "fit", "w": 340}, "large": {"h": 530, "resize": "fit", "w": 1023}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 311, "resize": "fit", "w": 600}}, "id": 735057433219895297, "expanded_url": "http://twitter.com/jerryismydorkk/status/735057446322982912/photo/1", "id_str": "735057433219895297"}, {"type": "photo", "display_url": "pic.twitter.com/h8a54kZ1XP", "url": "https://t.co/h8a54kZ1XP", "media_url_https": "https://pbs.twimg.com/media/CjNy10-UUAI6W1b.jpg", "indices": [69, 92], "media_url": "http://pbs.twimg.com/media/CjNy10-UUAI6W1b.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735057433270177794, "expanded_url": "http://twitter.com/jerryismydorkk/status/735057446322982912/photo/1", "id_str": "735057433270177794"}, {"type": "photo", "display_url": "pic.twitter.com/h8a54kZ1XP", "url": "https://t.co/h8a54kZ1XP", "media_url_https": "https://pbs.twimg.com/media/CjNy11mUkAAj1KW.jpg", "indices": [69, 92], "media_url": "http://pbs.twimg.com/media/CjNy11mUkAAj1KW.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735057433437966336, "expanded_url": "http://twitter.com/jerryismydorkk/status/735057446322982912/photo/1", "id_str": "735057433437966336"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735057446322982912, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/h8a54kZ1XP", "url": "https://t.co/h8a54kZ1XP", "media_url_https": "https://pbs.twimg.com/media/CjNy10yVEAEXXwR.jpg", "indices": [69, 92], "media_url": "http://pbs.twimg.com/media/CjNy10yVEAEXXwR.jpg", "sizes": {"small": {"h": 176, "resize": "fit", "w": 340}, "large": {"h": 530, "resize": "fit", "w": 1023}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 311, "resize": "fit", "w": 600}}, "id": 735057433219895297, "expanded_url": "http://twitter.com/jerryismydorkk/status/735057446322982912/photo/1", "id_str": "735057433219895297"}], "urls": [], "user_mentions": [{"indices": [41, 54], "name": "Ariana Grande", "id": 34507480, "screen_name": "ArianaGrande", "id_str": "34507480"}], "hashtags": [{"indices": [55, 68], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 30, "blocked_by": false, "description": "Justin Bieber Defense Squad ~ @justinbieber / babes: @MccansJauregui_ - @drewsmansion", "lang": "en", "name": "monica \u2728", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2169047207/1461346632", "profile_image_url": "http://pbs.twimg.com/profile_images/723565367747067904/Cm4W7zq0_normal.jpg", "created_at": "Tue Nov 05 05:44:15 +0000 2013", "friends_count": 104, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/732928111579385856/w9JQ2FQk_normal.jpg", "statuses_count": 3769, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 10239, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "Underneath the moonlight", "utc_offset": -25200, "id_str": "3648628344", "is_translation_enabled": false, "id": 3648628344, "profile_link_color": "000000", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://twitter.com/summitari/status/673553593862066176", "display_url": "twitter.com/summitari/stat\u2026", "url": "https://t.co/ed672QZYx9"}]}}, "url": "https://t.co/ed672QZYx9", "followers_count": 5048, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "summitari", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 10, "created_at": "Tue May 24 10:42:51 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 18, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735058473218609152", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "TOO MUCH PERFECTION IN A MUSIC VIDEO!!! #IntoYouVideo https://t.co/C3c2LMBtEa", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "url": "https://t.co/C3c2LMBtEa", "type": "video", "display_url": "pic.twitter.com/C3c2LMBtEa", "additional_media_info": {"monetizable": false}, "video_info": {"aspect_ratio": [16, 9], "variants": [{"bitrate": 2176000, "url": "https://video.twimg.com/ext_tw_video/735056017373941760/pu/vid/1280x720/0iJvGkssJgIlmHtA.mp4", "content_type": "video/mp4"}, {"url": "https://video.twimg.com/ext_tw_video/735056017373941760/pu/pl/U32UUm8etqUsBp8n.mpd", "content_type": "application/dash+xml"}, {"bitrate": 832000, "url": "https://video.twimg.com/ext_tw_video/735056017373941760/pu/vid/640x360/XrnyNf_wPUMEHFbs.mp4", "content_type": "video/mp4"}, {"url": "https://video.twimg.com/ext_tw_video/735056017373941760/pu/pl/U32UUm8etqUsBp8n.m3u8", "content_type": "application/x-mpegURL"}, {"bitrate": 320000, "url": "https://video.twimg.com/ext_tw_video/735056017373941760/pu/vid/320x180/JvWgNb1gTCbHyBG7.mp4", "content_type": "video/mp4"}], "duration_millis": 20000}, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/735056017373941760/pu/img/orw6HRuscTMmNa9j.jpg", "indices": [54, 77], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/735056017373941760/pu/img/orw6HRuscTMmNa9j.jpg", "id": 735056017373941760, "expanded_url": "http://twitter.com/summitari/status/735058473218609152/video/1", "id_str": "735056017373941760"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735058473218609152, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/C3c2LMBtEa", "url": "https://t.co/C3c2LMBtEa", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/735056017373941760/pu/img/orw6HRuscTMmNa9j.jpg", "indices": [54, 77], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/735056017373941760/pu/img/orw6HRuscTMmNa9j.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735056017373941760, "expanded_url": "http://twitter.com/summitari/status/735058473218609152/video/1", "id_str": "735056017373941760"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [40, 53], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/674193993308221440/GAMJ375R.jpg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 7, "blocked_by": false, "description": "Ariana faved 06.03.16 \u2661 snatched by Dangerous Woman", "lang": "en", "name": "\ufe0f", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/674193993308221440/GAMJ375R.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3648628344/1463578729", "profile_image_url": "http://pbs.twimg.com/profile_images/732928111579385856/w9JQ2FQk_normal.jpg", "created_at": "Tue Sep 22 12:43:20 +0000 2015", "friends_count": 2457, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/735058265751617536/8SWwaooQ_normal.jpg", "statuses_count": 16737, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 16130, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "", "utc_offset": -25200, "id_str": "3422628629", "is_translation_enabled": false, "id": 3422628629, "profile_link_color": "19CF86", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 4703, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "bocalovato", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 536, "created_at": "Tue May 24 06:48:59 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1093, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734999618916888576", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "'Dangerous Woman' by Ariana Grande has now spent FIVE consecutive days at #1 on iTunes Worldwide! \ud83d\udd25 https://t.co/1gvVInv29q", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/1gvVInv29q", "url": "https://t.co/1gvVInv29q", "media_url_https": "https://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 734999600512307200, "expanded_url": "http://twitter.com/musicnews_shade/status/734999618916888576/photo/1", "id_str": "734999600512307200"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734999618916888576, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/1gvVInv29q", "url": "https://t.co/1gvVInv29q", "media_url_https": "https://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 734999600512307200, "expanded_url": "http://twitter.com/musicnews_shade/status/734999618916888576/photo/1", "id_str": "734999600512307200"}], "urls": [], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 536, "created_at": "Tue May 24 10:53:38 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061186480377858", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @musicnews_shade: 'Dangerous Woman' by Ariana Grande has now spent FIVE consecutive days at #1 on iTunes Worldwide! \ud83d\udd25 https://t.co/1gvVI\u2026", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "url": "https://t.co/1gvVInv29q", "source_user_id_str": "3100245167", "source_status_id_str": "734999618916888576", "source_status_id": 734999618916888576, "source_user_id": 3100245167, "type": "photo", "display_url": "pic.twitter.com/1gvVInv29q", "media_url": "http://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "indices": [121, 140], "media_url_https": "https://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "id": 734999600512307200, "expanded_url": "http://twitter.com/musicnews_shade/status/734999618916888576/photo/1", "id_str": "734999600512307200"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061186480377858, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "url": "https://t.co/1gvVInv29q", "source_user_id_str": "3100245167", "source_status_id_str": "734999618916888576", "source_status_id": 734999618916888576, "source_user_id": 3100245167, "type": "photo", "display_url": "pic.twitter.com/1gvVInv29q", "media_url": "http://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "indices": [121, 140], "media_url_https": "https://pbs.twimg.com/media/CjM-PhKXEAAzBGK.jpg", "id": 734999600512307200, "expanded_url": "http://twitter.com/musicnews_shade/status/734999618916888576/photo/1", "id_str": "734999600512307200"}], "urls": [], "user_mentions": [{"indices": [3, 19], "name": "Shady Music Facts", "id": 3100245167, "screen_name": "musicnews_shade", "id_str": "3100245167"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 10, "blocked_by": false, "description": "I'm not serbian, I just like the way my name looks in serbian lmao", "lang": "en", "name": "\u041b\u043e\u043d\u0438", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3422628629/1464086505", "profile_image_url": "http://pbs.twimg.com/profile_images/735058265751617536/8SWwaooQ_normal.jpg", "created_at": "Fri Aug 14 18:12:31 +0000 2015", "friends_count": 3214, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734553988922769408/Qs8kvFDI_normal.jpg", "statuses_count": 247658, "profile_text_color": "3D1957", "protected": false, "is_translator": false, "profile_background_color": "FFFFFF", "favourites_count": 39651, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Central Time (US & Canada)", "location": "nyc", "utc_offset": -18000, "id_str": "364621145", "is_translation_enabled": true, "id": 364621145, "profile_link_color": "3B94D9", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://smarturl.it/JBPurpose", "display_url": "smarturl.it/JBPurpose", "url": "https://t.co/2B1YApubbx"}]}}, "url": "https://t.co/2B1YApubbx", "followers_count": 12324, "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "screen_name": "HlGHONBIEBER", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 14, "created_at": "Tue May 24 08:25:13 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 18, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735023835607617536", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Never thought recovery was possible. I still have my doubts,but i want to keep going to see where the road takes me. https://t.co/QWHvAMuZ0G", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "url": "https://t.co/QWHvAMuZ0G", "media_url_https": "https://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "sizes": {"small": {"h": 605, "resize": "fit", "w": 340}, "large": {"h": 1334, "resize": "fit", "w": 750}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 1067, "resize": "fit", "w": 600}}, "id": 735023774588907520, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774588907520"}, {"type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "url": "https://t.co/QWHvAMuZ0G", "media_url_https": "https://pbs.twimg.com/media/CjNUOowWkAAv7PD.jpg", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CjNUOowWkAAv7PD.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735023774626648064, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774626648064"}, {"type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "url": "https://t.co/QWHvAMuZ0G", "media_url_https": "https://pbs.twimg.com/media/CjNUOo8WgAA2S9p.jpg", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CjNUOo8WgAA2S9p.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735023774676975616, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774676975616"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735023835607617536, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "url": "https://t.co/QWHvAMuZ0G", "media_url_https": "https://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "sizes": {"small": {"h": 605, "resize": "fit", "w": 340}, "large": {"h": 1334, "resize": "fit", "w": 750}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 1067, "resize": "fit", "w": 600}}, "id": 735023774588907520, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774588907520"}], "urls": [], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 14, "created_at": "Tue May 24 10:57:35 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062181142728704", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @AlwaysJLover: Never thought recovery was possible. I still have my doubts,but i want to keep going to see where the road takes me. http\u2026", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 605, "resize": "fit", "w": 340}, "large": {"h": 1334, "resize": "fit", "w": 750}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 1067, "resize": "fit", "w": 600}}, "url": "https://t.co/QWHvAMuZ0G", "source_user_id_str": "150060272", "source_status_id_str": "735023835607617536", "source_status_id": 735023835607617536, "source_user_id": 150060272, "type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "media_url": "http://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "indices": [139, 140], "media_url_https": "https://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "id": 735023774588907520, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774588907520"}, {"sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "url": "https://t.co/QWHvAMuZ0G", "source_user_id_str": "150060272", "source_status_id_str": "735023835607617536", "source_status_id": 735023835607617536, "source_user_id": 150060272, "type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "media_url": "http://pbs.twimg.com/media/CjNUOowWkAAv7PD.jpg", "indices": [139, 140], "media_url_https": "https://pbs.twimg.com/media/CjNUOowWkAAv7PD.jpg", "id": 735023774626648064, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774626648064"}, {"sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 1024, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "url": "https://t.co/QWHvAMuZ0G", "source_user_id_str": "150060272", "source_status_id_str": "735023835607617536", "source_status_id": 735023835607617536, "source_user_id": 150060272, "type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "media_url": "http://pbs.twimg.com/media/CjNUOo8WgAA2S9p.jpg", "indices": [139, 140], "media_url_https": "https://pbs.twimg.com/media/CjNUOo8WgAA2S9p.jpg", "id": 735023774676975616, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774676975616"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062181142728704, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"sizes": {"small": {"h": 605, "resize": "fit", "w": 340}, "large": {"h": 1334, "resize": "fit", "w": 750}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 1067, "resize": "fit", "w": 600}}, "url": "https://t.co/QWHvAMuZ0G", "source_user_id_str": "150060272", "source_status_id_str": "735023835607617536", "source_status_id": 735023835607617536, "source_user_id": 150060272, "type": "photo", "display_url": "pic.twitter.com/QWHvAMuZ0G", "media_url": "http://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "indices": [139, 140], "media_url_https": "https://pbs.twimg.com/media/CjNUOonWsAALHhP.jpg", "id": 735023774588907520, "expanded_url": "http://twitter.com/AlwaysJLover/status/735023835607617536/photo/1", "id_str": "735023774588907520"}], "urls": [], "user_mentions": [{"indices": [3, 16], "name": "\u3164Kate\u25b3\u20d2\u20d8 6daysclean\u2661", "id": 150060272, "screen_name": "AlwaysJLover", "id_str": "150060272"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000170187918/gvL_Q9fk.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 113, "blocked_by": false, "description": "\u2661Justin | Ariana | Jacob | Kalin | Halsey\u2661", "lang": "en", "name": "deja", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000170187918/gvL_Q9fk.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/364621145/1463740540", "profile_image_url": "http://pbs.twimg.com/profile_images/734553988922769408/Qs8kvFDI_normal.jpg", "created_at": "Tue Aug 30 01:55:41 +0000 2011", "friends_count": 8463, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/735060173769834496/bcSaEv6x_normal.jpg", "statuses_count": 28662, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 32483, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Atlantic Time (Canada)", "location": "Florida, USA", "utc_offset": -10800, "id_str": "1925504714", "is_translation_enabled": false, "id": 1925504714, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://twitter.com/arianagrande/status/630576843419074561", "display_url": "twitter.com/arianagrande/s\u2026", "url": "https://t.co/4A7m9Gtz3d"}]}}, "url": "https://t.co/4A7m9Gtz3d", "followers_count": 6947, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "httparig", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:50:33 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060410664112132", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#IntoYouVideo IM DECEASED https://t.co/ShQMqCHHi8", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/ShQMqCHHi8", "url": "https://t.co/ShQMqCHHi8", "media_url_https": "https://pbs.twimg.com/media/CjN1i6vXIAABfRQ.jpg", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CjN1i6vXIAABfRQ.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 540, "resize": "fit", "w": 960}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735060406935429120, "expanded_url": "http://twitter.com/httparig/status/735060410664112132/photo/1", "id_str": "735060406935429120"}, {"type": "photo", "display_url": "pic.twitter.com/ShQMqCHHi8", "url": "https://t.co/ShQMqCHHi8", "media_url_https": "https://pbs.twimg.com/media/CjN1i7LWUAATi2_.jpg", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CjN1i7LWUAATi2_.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 540, "resize": "fit", "w": 960}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735060407052816384, "expanded_url": "http://twitter.com/httparig/status/735060410664112132/photo/1", "id_str": "735060407052816384"}, {"type": "photo", "display_url": "pic.twitter.com/ShQMqCHHi8", "url": "https://t.co/ShQMqCHHi8", "media_url_https": "https://pbs.twimg.com/media/CjN1i76XEAA1IId.jpg", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CjN1i76XEAA1IId.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 540, "resize": "fit", "w": 960}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735060407249997824, "expanded_url": "http://twitter.com/httparig/status/735060410664112132/photo/1", "id_str": "735060407249997824"}, {"type": "photo", "display_url": "pic.twitter.com/ShQMqCHHi8", "url": "https://t.co/ShQMqCHHi8", "media_url_https": "https://pbs.twimg.com/media/CjN1i8kWYAATFUI.jpg", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CjN1i8kWYAATFUI.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 540, "resize": "fit", "w": 960}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735060407426113536, "expanded_url": "http://twitter.com/httparig/status/735060410664112132/photo/1", "id_str": "735060407426113536"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060410664112132, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/ShQMqCHHi8", "url": "https://t.co/ShQMqCHHi8", "media_url_https": "https://pbs.twimg.com/media/CjN1i6vXIAABfRQ.jpg", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CjN1i6vXIAABfRQ.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 540, "resize": "fit", "w": 960}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 338, "resize": "fit", "w": 600}}, "id": 735060406935429120, "expanded_url": "http://twitter.com/httparig/status/735060410664112132/photo/1", "id_str": "735060406935429120"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 13], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 36, "blocked_by": false, "description": "#1 tana mongeau stan", "lang": "en", "name": "rachel ;)", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1925504714/1464086976", "profile_image_url": "http://pbs.twimg.com/profile_images/735060173769834496/bcSaEv6x_normal.jpg", "created_at": "Wed Oct 02 03:25:27 +0000 2013", "friends_count": 3703, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/735060857823105025/j34GMuDn_normal.jpg", "statuses_count": 19, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 16, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "", "utc_offset": null, "id_str": "715588897871372290", "is_translation_enabled": false, "id": 715588897871372290, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 459, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "arianaspostbad", "geo_enabled": false, "status": {"source": "Twitter for iPad", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:52:53 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061000265859072", "in_reply_to_status_id": null, "lang": "und", "favorited": false, "text": "#IntoYouVideo https://t.co/EM1rzM71zO", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/EM1rzM71zO", "url": "https://t.co/EM1rzM71zO", "media_url_https": "https://pbs.twimg.com/media/CjN2FGdWkAAoayg.jpg", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CjN2FGdWkAAoayg.jpg", "sizes": {"small": {"h": 190, "resize": "fit", "w": 340}, "large": {"h": 573, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 336, "resize": "fit", "w": 600}}, "id": 735060994196672512, "expanded_url": "http://twitter.com/arianaspostbad/status/735061000265859072/photo/1", "id_str": "735060994196672512"}, {"type": "photo", "display_url": "pic.twitter.com/EM1rzM71zO", "url": "https://t.co/EM1rzM71zO", "media_url_https": "https://pbs.twimg.com/media/CjN2FHEW0AAqYtS.jpg", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CjN2FHEW0AAqYtS.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 308, "resize": "fit", "w": 548}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 308, "resize": "fit", "w": 548}}, "id": 735060994360266752, "expanded_url": "http://twitter.com/arianaspostbad/status/735061000265859072/photo/1", "id_str": "735060994360266752"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061000265859072, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/EM1rzM71zO", "url": "https://t.co/EM1rzM71zO", "media_url_https": "https://pbs.twimg.com/media/CjN2FGdWkAAoayg.jpg", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CjN2FGdWkAAoayg.jpg", "sizes": {"small": {"h": 190, "resize": "fit", "w": 340}, "large": {"h": 573, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 336, "resize": "fit", "w": 600}}, "id": 735060994196672512, "expanded_url": "http://twitter.com/arianaspostbad/status/735061000265859072/photo/1", "id_str": "735060994196672512"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 13], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 0, "blocked_by": false, "description": "Best pictures of Ariana Grande", "lang": "en", "name": "Best Ariana pics", "profile_background_image_url": null, "profile_banner_url": "https://pbs.twimg.com/profile_banners/715588897871372290/1464087125", "profile_image_url": "http://pbs.twimg.com/profile_images/735060857823105025/j34GMuDn_normal.jpg", "created_at": "Thu Mar 31 17:17:43 +0000 2016", "friends_count": 311, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734706324961775617/-IXysHmY_normal.jpg", "statuses_count": 15034, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 36212, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Melbourne", "location": "ariana follows + liked x4 \u2661", "utc_offset": 36000, "id_str": "3283496976", "is_translation_enabled": false, "id": 3283496976, "profile_link_color": "9996CC", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 3994, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "grandeeloving", "geo_enabled": false, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:51:18 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060601869766656", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "which dangerous women era music video is your favourite? #IntoYouVideo #IntoYouMusicVideo", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060601869766656, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [57, 70], "text": "IntoYouVideo"}, {"indices": [71, 89], "text": "IntoYouMusicVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 7, "blocked_by": false, "description": "you know that i'm greedy for love", "lang": "en", "name": "zak", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3283496976/1463991515", "profile_image_url": "http://pbs.twimg.com/profile_images/734706324961775617/-IXysHmY_normal.jpg", "created_at": "Sat Jul 18 16:45:33 +0000 2015", "friends_count": 127, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734004878343692289/XmJF_qfZ_normal.jpg", "statuses_count": 91568, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "8E728C", "favourites_count": 39658, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Urumqi", "location": "d&n/6+ari liked2x+lauren liked", "utc_offset": 21600, "id_str": "2957187500", "is_translation_enabled": false, "id": 2957187500, "profile_link_color": "E0B4DD", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://my.w.tt/UiNb/9b4Dax8qZs", "display_url": "my.w.tt/UiNb/9b4Dax8qZs", "url": "https://t.co/zJLD9Jpsdh"}]}}, "url": "https://t.co/zJLD9Jpsdh", "followers_count": 7715, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "jaurmoonlight", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:55:32 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 2, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061666941960196", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "ARIANA IS SO UNREAL #IntoYouVideo https://t.co/GTLv8T5Vkp", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/GTLv8T5Vkp", "url": "https://t.co/GTLv8T5Vkp", "media_url_https": "https://pbs.twimg.com/media/CjN2rZnUUAAwBNA.jpg", "indices": [34, 57], "media_url": "http://pbs.twimg.com/media/CjN2rZnUUAAwBNA.jpg", "sizes": {"small": {"h": 204, "resize": "fit", "w": 340}, "large": {"h": 324, "resize": "fit", "w": 540}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 324, "resize": "fit", "w": 540}}, "id": 735061652173770752, "expanded_url": "http://twitter.com/jaurmoonlight/status/735061666941960196/photo/1", "id_str": "735061652173770752"}, {"type": "photo", "display_url": "pic.twitter.com/GTLv8T5Vkp", "url": "https://t.co/GTLv8T5Vkp", "media_url_https": "https://pbs.twimg.com/media/CjN2sL5VAAEHUab.jpg", "indices": [34, 57], "media_url": "http://pbs.twimg.com/media/CjN2sL5VAAEHUab.jpg", "sizes": {"small": {"h": 204, "resize": "fit", "w": 340}, "large": {"h": 324, "resize": "fit", "w": 540}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 324, "resize": "fit", "w": 540}}, "id": 735061665671086081, "expanded_url": "http://twitter.com/jaurmoonlight/status/735061666941960196/photo/1", "id_str": "735061665671086081"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061666941960196, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/GTLv8T5Vkp", "url": "https://t.co/GTLv8T5Vkp", "media_url_https": "https://pbs.twimg.com/media/CjN2rZnUUAAwBNA.jpg", "indices": [34, 57], "media_url": "http://pbs.twimg.com/media/CjN2rZnUUAAwBNA.jpg", "sizes": {"small": {"h": 204, "resize": "fit", "w": 340}, "large": {"h": 324, "resize": "fit", "w": 540}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 324, "resize": "fit", "w": 540}}, "id": 735061652173770752, "expanded_url": "http://twitter.com/jaurmoonlight/status/735061666941960196/photo/1", "id_str": "735061652173770752"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [20, 33], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/709643309996638208/3uVylAY5.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 26, "blocked_by": false, "description": "why do you say you want me then tell me i'm not coming in", "lang": "en", "name": "dangerous jea 7/27", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/709643309996638208/3uVylAY5.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2957187500/1463835400", "profile_image_url": "http://pbs.twimg.com/profile_images/734004878343692289/XmJF_qfZ_normal.jpg", "created_at": "Sat Jan 03 11:17:40 +0000 2015", "friends_count": 2596, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/720208220845948929/2RfmLSoh_normal.jpg", "statuses_count": 30255, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "131516", "favourites_count": 4042, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Brasilia", "location": "Middle of nowhere, Brazil", "utc_offset": -10800, "id_str": "151867999", "is_translation_enabled": false, "id": 151867999, "profile_link_color": "3B94D9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 3319, "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "screen_name": "ValentineHans", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:52:53 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061000047759360", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Please! How to stop to listen/watch it????? \nIn love with #IntoYouVideo!\nGOSH!", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061000047759360, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [58, 71], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/560389977498849280/tqh1q2KL.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 27, "blocked_by": false, "description": "Following the Light. Love is the only way! Books & music is everything for me! #ThatsTheSpirit", "lang": "en", "name": "Valentine Hans", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/560389977498849280/tqh1q2KL.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/151867999/1459186513", "profile_image_url": "http://pbs.twimg.com/profile_images/720208220845948929/2RfmLSoh_normal.jpg", "created_at": "Fri Jun 04 13:09:00 +0000 2010", "friends_count": 1924, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/725421543141068800/jMOEFQb6_normal.jpg", "statuses_count": 24988, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 6508, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Athens", "location": "Honeymoon \u00e3ve.", "utc_offset": 10800, "id_str": "1663093753", "is_translation_enabled": false, "id": 1663093753, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://dangerouswoman.com", "display_url": "dangerouswoman.com", "url": "https://t.co/3OmQampmGD"}]}}, "url": "https://t.co/3OmQampmGD", "followers_count": 509, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "AriMyLove2606", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:55:29 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061653012787200", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#IntoYouVideo \n'Dangerous Woman' Era favorite music video:", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061653012787200, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 13], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 5, "blocked_by": false, "description": "Be happy with being you. Love your flaws. Own your quirks. And know that you are just as perfect as anyone else, exactly as you are. - Ariana Grande", "lang": "fr", "name": "Ty", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1663093753/1461780408", "profile_image_url": "http://pbs.twimg.com/profile_images/725421543141068800/jMOEFQb6_normal.jpg", "created_at": "Sun Aug 11 17:33:39 +0000 2013", "friends_count": 107, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734829747776172032/4geNb4Vx_normal.jpg", "statuses_count": 277281, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "FFFFFF", "favourites_count": 12768, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Warsaw", "location": "New York, USA", "utc_offset": 7200, "id_str": "526554566", "is_translation_enabled": false, "id": 526554566, "profile_link_color": "000000", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://twitter.com/whoocollins/status/695151889206374400", "display_url": "twitter.com/whoocollins/st\u2026", "url": "https://t.co/iwydt0Lavk"}]}}, "url": "https://t.co/iwydt0Lavk", "followers_count": 21167, "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "screen_name": "whoocollins", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 11:00:01 +0000 2016", "in_reply_to_status_id_str": "735062713475293184", "in_reply_to_screen_name": "FreakyShoter", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "1408475066", "is_quote_status": false, "id_str": "735062793569832960", "in_reply_to_status_id": 735062713475293184, "lang": "pl", "favorited": false, "text": "@FreakyShoter bo co ci to przeszkadza, ja nie wiem, serio", "truncated": false, "in_reply_to_user_id": 1408475066, "contributors": null, "retweeted": false, "id": 735062793569832960, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 13], "name": "real anaconda\u2618", "id": 1408475066, "screen_name": "FreakyShoter", "id_str": "1408475066"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/501348996946735104/X068plp8.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 88, "blocked_by": false, "description": "@justinbieber : my beliebers are funny. we got something very special. u know me. i know u. it is direct. cant break that. love u all for that. thanks", "lang": "pl", "name": "\u30d1\u30f3\u30c0", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/501348996946735104/X068plp8.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/526554566/1463899586", "profile_image_url": "http://pbs.twimg.com/profile_images/734829747776172032/4geNb4Vx_normal.jpg", "created_at": "Fri Mar 16 16:23:27 +0000 2012", "friends_count": 571, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734034552470003713/3SxOSP7P_normal.jpg", "statuses_count": 9239, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "FFFFFF", "favourites_count": 1156, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Amsterdam", "location": "", "utc_offset": 7200, "id_str": "499203061", "is_translation_enabled": false, "id": 499203061, "profile_link_color": "ABB8C2", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1246, "notifications": false, "profile_sidebar_fill_color": "A0C5C7", "screen_name": "hungrygomex", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 2, "created_at": "Tue May 24 10:55:24 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 2, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061633010176000", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "NOW YOU'RE SEEING A GODDESS #IntoYouVideo https://t.co/ygkmCZA0L1", "truncated": false, "extended_entities": {"media": [{"type": "animated_gif", "display_url": "pic.twitter.com/ygkmCZA0L1", "url": "https://t.co/ygkmCZA0L1", "video_info": {"aspect_ratio": [25, 14], "variants": [{"bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CjN2ppdW0AAGnJ0.mp4", "content_type": "video/mp4"}]}, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjN2ppdW0AAGnJ0.jpg", "indices": [42, 65], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjN2ppdW0AAGnJ0.jpg", "sizes": {"small": {"h": 190, "resize": "fit", "w": 340}, "large": {"h": 280, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 280, "resize": "fit", "w": 500}}, "id": 735061622067220480, "expanded_url": "http://twitter.com/hungrygomex/status/735061633010176000/photo/1", "id_str": "735061622067220480"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061633010176000, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/ygkmCZA0L1", "url": "https://t.co/ygkmCZA0L1", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjN2ppdW0AAGnJ0.jpg", "indices": [42, 65], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjN2ppdW0AAGnJ0.jpg", "sizes": {"small": {"h": 190, "resize": "fit", "w": 340}, "large": {"h": 280, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 280, "resize": "fit", "w": 500}}, "id": 735061622067220480, "expanded_url": "http://twitter.com/hungrygomex/status/735061633010176000/photo/1", "id_str": "735061622067220480"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [28, 41], "text": "IntoYouVideo"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/692388514323890177/UhgrCY8L.jpg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 5, "blocked_by": false, "description": "selena gomez. adam levine. onerepublic. they ruined my life or made it better? | scorpion aos empire tw tvd arrow the fosters |", "lang": "en", "name": "\u00d7", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/692388514323890177/UhgrCY8L.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/499203061/1463842476", "profile_image_url": "http://pbs.twimg.com/profile_images/734034552470003713/3SxOSP7P_normal.jpg", "created_at": "Tue Feb 21 21:51:53 +0000 2012", "friends_count": 238, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/732920075640922113/1Pu9Wcfy_normal.jpg", "statuses_count": 95956, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 14965, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Mumbai", "location": "Indore, India", "utc_offset": 19800, "id_str": "302458717", "is_translation_enabled": false, "id": 302458717, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://mixedobsessions.blogspot.in/", "display_url": "mixedobsessions.blogspot.in", "url": "https://t.co/5a8Ife1yMy"}]}}, "url": "https://t.co/5a8Ife1yMy", "followers_count": 11241, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "AnujaSpeaks", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:26:04 +0000 2016", "in_reply_to_status_id_str": "735046867155881984", "in_reply_to_screen_name": "vishpeele", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "1682520042", "is_quote_status": false, "id_str": "735054251030781952", "in_reply_to_status_id": 735046867155881984, "lang": "en", "favorited": false, "text": "@vishpeele @Flipkart Crazy fun! I'm going to grab all deals and offers \u00a0#BigShoppingDaysTomorrow https://t.co/oma2OhuGsr", "truncated": false, "extended_entities": {"media": [{"type": "animated_gif", "display_url": "pic.twitter.com/oma2OhuGsr", "url": "https://t.co/oma2OhuGsr", "video_info": {"aspect_ratio": [50, 27], "variants": [{"bitrate": 0, "url": "https://pbs.twimg.com/tweet_video/CjNvueSUoAEISda.mp4", "content_type": "video/mp4"}]}, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNvueSUoAEISda.jpg", "indices": [97, 120], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNvueSUoAEISda.jpg", "sizes": {"small": {"h": 184, "resize": "fit", "w": 340}, "large": {"h": 270, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 270, "resize": "fit", "w": 500}}, "id": 735054008386101249, "expanded_url": "http://twitter.com/AnujaSpeaks/status/735054251030781952/photo/1", "id_str": "735054008386101249"}]}, "in_reply_to_user_id": 1682520042, "contributors": null, "retweeted": false, "id": 735054251030781952, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/oma2OhuGsr", "url": "https://t.co/oma2OhuGsr", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CjNvueSUoAEISda.jpg", "indices": [97, 120], "media_url": "http://pbs.twimg.com/tweet_video_thumb/CjNvueSUoAEISda.jpg", "sizes": {"small": {"h": 184, "resize": "fit", "w": 340}, "large": {"h": 270, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 270, "resize": "fit", "w": 500}}, "id": 735054008386101249, "expanded_url": "http://twitter.com/AnujaSpeaks/status/735054251030781952/photo/1", "id_str": "735054008386101249"}], "urls": [], "user_mentions": [{"indices": [0, 10], "name": "Prem", "id": 1682520042, "screen_name": "vishpeele", "id_str": "1682520042"}, {"indices": [11, 20], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [72, 96], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 60, "blocked_by": false, "description": "Determined Dreamer \u2022\u2022\n Pisces \u2022\u2022 Wishful Thinker \u2022\u2022 Dramatic \u2022\u2022\n@S1dharthM Obsessed :)\nInstagram-@cuteness_personified", "lang": "en", "name": "Anuja \u265b", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/302458717/1463979670", "profile_image_url": "http://pbs.twimg.com/profile_images/732920075640922113/1Pu9Wcfy_normal.jpg", "created_at": "Sat May 21 06:57:12 +0000 2011", "friends_count": 421, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734768123908370438/imu2gb9d_normal.jpg", "statuses_count": 144687, "profile_text_color": "3D1957", "protected": false, "is_translator": false, "profile_background_color": "642D8B", "favourites_count": 1769, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "Manager k cabin may ", "utc_offset": 19800, "id_str": "67547362", "is_translation_enabled": false, "id": 67547362, "profile_link_color": "FF0000", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://favstar.fm/users/paglupiggu", "display_url": "favstar.fm/users/paglupig\u2026", "url": "https://t.co/o47COYMyhX"}]}}, "url": "https://t.co/o47COYMyhX", "followers_count": 7408, "notifications": false, "profile_sidebar_fill_color": "7AC3EE", "screen_name": "PagluPiggu", "geo_enabled": true, "status": {"source": "Twitter for Android", "retweeted_status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 685, "created_at": "Fri Jul 31 10:18:06 +0000 2015", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 418, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "627060662355689472", "in_reply_to_status_id": null, "lang": "hi", "favorited": false, "text": "Lady1:\"Jii ladka kya karta hai?\"\nLady2:\"Nationalist hai. Desh bhakt\"\n1:\"Wah! Army me hai?\"\n2:\"Nahi. Din bhar Twitter par outrage karta hai\"", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 627060662355689472, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 685, "created_at": "Tue May 24 10:54:17 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061352432214016", "in_reply_to_status_id": null, "lang": "hi", "favorited": false, "text": "RT @CatWomaniya: Lady1:\"Jii ladka kya karta hai?\"\nLady2:\"Nationalist hai. Desh bhakt\"\n1:\"Wah! Army me hai?\"\n2:\"Nahi. Din bhar Twitter par o\u2026", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061352432214016, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 15], "name": "Catty.", "id": 300993091, "screen_name": "CatWomaniya", "id_str": "300993091"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 70, "blocked_by": false, "description": "RTs \u0915\u0947 \u0907\u0938 \u0926\u094c\u0930 \u092e\u0947\u0902, \u0932\u093e\u0908\u0915 \u0915\u0930 \u0915\u0947 \u0936\u0930\u094d\u092e\u093f\u0902\u0926\u093e \u0928 \u0915\u0930\u0947\u0902. Badminton is Life, Sachin is God.", "lang": "en", "name": "\u0924\u094b\u0939\u093e\u0930 \u092a\u0917\u094d\u0932\u0942", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/67547362/1461864621", "profile_image_url": "http://pbs.twimg.com/profile_images/734768123908370438/imu2gb9d_normal.jpg", "created_at": "Fri Aug 21 06:52:01 +0000 2009", "friends_count": 110, "follow_request_sent": false, "profile_sidebar_border_color": "65B0DA", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/1158623096/TrendsMap-Logo-_Dark___1__normal.png", "statuses_count": 106549, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 0, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "time_zone": "New Delhi", "location": "India", "utc_offset": 19800, "id_str": "211413815", "is_translation_enabled": false, "id": 211413815, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://trendsmap.com/local/india", "display_url": "trendsmap.com/local/india", "url": "http://t.co/JZuTPza50t"}]}}, "url": "http://t.co/JZuTPza50t", "followers_count": 50331, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "TrendsmapIndia", "geo_enabled": true, "status": {"source": "Trendsmap Alerting", "coordinates": {"type": "Point", "coordinates": [72.8826, 19.0728]}, "geo": {"type": "Point", "coordinates": [19.0728, 72.8826]}, "retweet_count": 0, "created_at": "Tue May 24 10:59:35 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": {"bounding_box": {"type": "Polygon", "coordinates": [[[72.74484, 18.845343], [73.003648, 18.845343], [73.003648, 19.502937], [72.74484, 19.502937]]]}, "url": "https://api.twitter.com/1.1/geo/id/7929cea6bd5b32bd.json", "place_type": "city", "contained_within": [], "name": "Mumbai", "attributes": {}, "id": "7929cea6bd5b32bd", "country": "\u092d\u093e\u0930\u0924", "country_code": "IN", "full_name": "Mumbai, India"}, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062684035600384", "in_reply_to_status_id": null, "lang": "et", "favorited": false, "text": "Radhika Vaz, @radvaz is now trending in India https://t.co/6KlseR1xJg", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062684035600384, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [46, 69], "expanded_url": "http://trendsmap.com/in", "display_url": "trendsmap.com/in", "url": "https://t.co/6KlseR1xJg"}], "user_mentions": [{"indices": [13, 20], "name": "radhika vaz", "id": 71602748, "screen_name": "radvaz", "id_str": "71602748"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/167916334/TrendsmapIndia.png", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 145, "blocked_by": false, "description": "Real-time India Twitter trends", "lang": "en", "name": "Trendsmap India", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/167916334/TrendsmapIndia.png", "profile_sidebar_border_color": "C0DEED", "profile_image_url": "http://pbs.twimg.com/profile_images/1158623096/TrendsMap-Logo-_Dark___1__normal.png", "created_at": "Wed Nov 03 05:18:29 +0000 2010", "friends_count": 2599, "follow_request_sent": false, "blocking": false, "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/730700113291546624/Mh-R5ILV_normal.jpg", "statuses_count": 4927, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 62, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "", "utc_offset": null, "id_str": "713671180096393216", "is_translation_enabled": false, "id": 713671180096393216, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 88, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "Ashokgrover17", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:59:59 +0000 2016", "in_reply_to_status_id_str": "735018285708677120", "in_reply_to_screen_name": "ASUSIndia", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "34537386", "is_quote_status": false, "id_str": "735062785864802306", "in_reply_to_status_id": 735018285708677120, "lang": "en", "favorited": false, "text": "@ASUSIndia I will do the test drive of the cars like BMW, Mercs, Audi Etc :D #LiveUnplugged", "truncated": false, "in_reply_to_user_id": 34537386, "contributors": null, "retweeted": false, "id": 735062785864802306, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 10], "name": "ASUS India", "id": 34537386, "screen_name": "ASUSIndia", "id_str": "34537386"}], "hashtags": [{"indices": [78, 92], "text": "LiveUnplugged"}]}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 13, "blocked_by": false, "description": "I love english literature, loves reading Shakespeare, D H Lawrence, jane Austen, William Wordsworth. Holding masters degree in english, economics and education.", "lang": "en", "name": "#MoviesNowXmen", "profile_background_image_url": null, "profile_banner_url": "https://pbs.twimg.com/profile_banners/713671180096393216/1460454841", "profile_image_url": "http://pbs.twimg.com/profile_images/730700113291546624/Mh-R5ILV_normal.jpg", "created_at": "Sat Mar 26 10:17:23 +0000 2016", "friends_count": 308, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/708529510946242560/gx5tIdpE_normal.jpg", "statuses_count": 21289, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 63, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "New Delhi, India", "utc_offset": -25200, "id_str": "2855278543", "is_translation_enabled": false, "id": 2855278543, "profile_link_color": "0084B4", "entities": {"description": {"urls": [{"indices": [35, 58], "expanded_url": "http://B.Tech", "display_url": "B.Tech", "url": "https://t.co/In7vBJVt1H"}]}}, "url": null, "followers_count": 12182, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "Naveen_Royy", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 09:53:02 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735045938708807680", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I wish to buy a pair if branded shoes in big shopping sale. #BigShoppingDaysTomorrow @Flipkart", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735045938708807680, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [85, 94], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [60, 84], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 14, "blocked_by": false, "description": "Loves Cricket, High Level Dreamer, https://t.co/In7vBJVt1H, Traveller #Love3KhansMovies #LovesMusic, auto enthusiast, #ViratKohliFan, #Foodie, #Friendly.", "lang": "en", "name": "Naveen Roy", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2855278543/1457762219", "profile_image_url": "http://pbs.twimg.com/profile_images/708529510946242560/gx5tIdpE_normal.jpg", "created_at": "Tue Oct 14 06:39:38 +0000 2014", "friends_count": 630, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/690803966666387456/9mqb_11g_normal.jpg", "statuses_count": 79197, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 3817, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "New Delhi, India", "utc_offset": 19800, "id_str": "42013736", "is_translation_enabled": false, "id": 42013736, "profile_link_color": "4A913C", "entities": {"description": {"urls": [{"indices": [119, 142], "expanded_url": "http://About.me/maini", "display_url": "About.me/maini", "url": "https://t.co/gmIth79Aw9"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://Instagram.com/mainimanish", "display_url": "Instagram.com/mainimanish", "url": "https://t.co/due3v19nXD"}]}}, "url": "https://t.co/due3v19nXD", "followers_count": 5671, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "mainimanish", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:46:44 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 2, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735059449489031168", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Join Snakes Ladders game & You can win you Awesome rewards at @Flipkart #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735059449489031168, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [67, 76], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [77, 101], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000029269927/c866053aeec581b5e380a37f916911a9.jpeg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 79, "blocked_by": false, "description": "#SocialMedia | #NBA Fan |Tweet-Guarding India |Super-foodie|Super-biker| Super-Social | \u2708 with Glory / Ex-#MHOW/MAFO \u2122 https://t.co/gmIth79Aw9", "lang": "en", "name": "Pegasus", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000029269927/c866053aeec581b5e380a37f916911a9.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/42013736/1431284762", "profile_image_url": "http://pbs.twimg.com/profile_images/690803966666387456/9mqb_11g_normal.jpg", "created_at": "Sat May 23 11:43:24 +0000 2009", "friends_count": 2807, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/725235732525117440/x3vIDU1o_normal.jpg", "statuses_count": 57231, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 56070, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "New delhi", "utc_offset": null, "id_str": "2282516562", "is_translation_enabled": false, "id": 2282516562, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://shikha-chaudhary.blogspot.in", "display_url": "shikha-chaudhary.blogspot.in", "url": "https://t.co/QCMKx93y4V"}]}}, "url": "https://t.co/QCMKx93y4V", "followers_count": 5315, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "sshikha_ch", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:59:47 +0000 2016", "in_reply_to_status_id_str": "735044677292822529", "in_reply_to_screen_name": "Flipkart", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "57947109", "is_quote_status": false, "id_str": "735062737106018305", "in_reply_to_status_id": 735044677292822529, "lang": "en", "favorited": false, "text": "@Flipkart @Flipkart \n\nAns/Task 3) SMARTPHONES\n\n#BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": 57947109, "contributors": null, "retweeted": false, "id": 735062737106018305, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}, {"indices": [10, 19], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [47, 71], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 94, "blocked_by": false, "description": "I don't Do Fashion; I am fashion!! latest trends and fashion lover, Blogger, Influencer, love to shop and explore the world around)))", "lang": "en", "name": "Shikha chaudhary", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2282516562/1415100956", "profile_image_url": "http://pbs.twimg.com/profile_images/725235732525117440/x3vIDU1o_normal.jpg", "created_at": "Wed Jan 08 18:49:44 +0000 2014", "friends_count": 3276, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/720113864231231488/1YOUHHQJ_normal.jpg", "statuses_count": 58319, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 17559, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Asia/Calcutta", "location": "Chennai, India", "utc_offset": 19800, "id_str": "843048714", "is_translation_enabled": false, "id": 843048714, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://ghunjain.wordpress.com", "display_url": "ghunjain.wordpress.com", "url": "https://t.co/l1FMZsPm84"}]}}, "url": "https://t.co/l1FMZsPm84", "followers_count": 6352, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "ghunjain", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:53:52 +0000 2016", "in_reply_to_status_id_str": "735060729368190977", "in_reply_to_screen_name": "smojawala", "place": null, "favorite_count": 1, "in_reply_to_user_id_str": "2914735171", "is_quote_status": false, "id_str": "735061244747489281", "in_reply_to_status_id": 735060729368190977, "lang": "en", "favorited": false, "text": "@smojawala @Flipkart yes this is one of the biggest online sale , don't miss #BigShoppingDaysTomorrow @Flipkart", "truncated": false, "in_reply_to_user_id": 2914735171, "contributors": null, "retweeted": false, "id": 735061244747489281, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 10], "name": "Sufiyan ...", "id": 2914735171, "screen_name": "smojawala", "id_str": "2914735171"}, {"indices": [11, 20], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}, {"indices": [103, 112], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [78, 102], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 77, "blocked_by": false, "description": "A multi talented........A #SocialMediaInfluencer #campaign , #Fashionista #artist #MusicLover #shopaholic #SportsLover spreading #Happiness .....", "lang": "en", "name": "\u270c\u270cghunjain\u270c\u270c", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/843048714/1443502171", "profile_image_url": "http://pbs.twimg.com/profile_images/720113864231231488/1YOUHHQJ_normal.jpg", "created_at": "Mon Sep 24 06:20:10 +0000 2012", "friends_count": 2711, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/727416096400109568/ghIWhz4M_normal.jpg", "statuses_count": 10478, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 5253, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Planet Earth", "utc_offset": null, "id_str": "2335398504", "is_translation_enabled": false, "id": 2335398504, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://www.facebook.com/", "display_url": "facebook.com", "url": "https://t.co/LqqeorgPw8"}]}}, "url": "https://t.co/LqqeorgPw8", "followers_count": 5662, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "AshiJain04", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:47 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062483426103297", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "U just can't miss the opportunity... Go crazzzyy ! With @Flipkart #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062483426103297, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [56, 65], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [66, 90], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 16, "blocked_by": false, "description": "Nature gazer |coffee fixes almost everything |cooking, weekends, back to back movies, shopping,reading makes me happy |my family my world | C\u2764\ufe0fH| confused soul", "lang": "en", "name": "Ashi", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2335398504/1464084520", "profile_image_url": "http://pbs.twimg.com/profile_images/727416096400109568/ghIWhz4M_normal.jpg", "created_at": "Sun Feb 09 17:06:18 +0000 2014", "friends_count": 684, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/723355397952667648/xnbqPNyn_normal.jpg", "statuses_count": 147385, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 47615, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "INDIA", "utc_offset": null, "id_str": "1652075268", "is_translation_enabled": false, "id": 1652075268, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 2284, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "Mj180Shiva", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:57:40 +0000 2016", "in_reply_to_status_id_str": "735061012215259136", "in_reply_to_screen_name": "Flipkart", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "57947109", "is_quote_status": false, "id_str": "735062200553897984", "in_reply_to_status_id": 735061012215259136, "lang": "en", "favorited": false, "text": "@Flipkart \nA4) Laptop #BigShoppingDaysTomorrow\n Task", "truncated": false, "in_reply_to_user_id": 57947109, "contributors": null, "retweeted": false, "id": 735062200553897984, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [22, 46], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 70, "blocked_by": false, "description": "Music...Movies...Nature...I'm A FAN Of Fan.. SRK Forever , Fan of @sunrisers Hyderabad... #OrangeArmy #IPL \nInstagram: shiva_here", "lang": "en", "name": "Shiva Kumar", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1652075268/1463707724", "profile_image_url": "http://pbs.twimg.com/profile_images/723355397952667648/xnbqPNyn_normal.jpg", "created_at": "Wed Aug 07 05:17:19 +0000 2013", "friends_count": 1782, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/696204866591391744/RKoPlnir_normal.jpg", "statuses_count": 95568, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "EBEBEB", "favourites_count": 15025, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "New Delhi", "location": "Chennai, India", "utc_offset": 19800, "id_str": "113693559", "is_translation_enabled": false, "id": 113693559, "profile_link_color": "FF0000", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 56066, "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "zubby_44", "geo_enabled": true, "status": {"source": "TweetDeck", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:07 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062317671419904", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Products added to wishlist and saved my address. Now just waiting to grab those offers once the sale goes live #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062317671419904, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [111, 135], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/119680775/Junaid012.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 66, "blocked_by": false, "description": "#ProudIndian #TeamIndia #BleedBlue #CSK #RealMadrid #ChennaiyinFc #MSDhoni. Crazy about #Cricket and #Football.", "lang": "en", "name": "Zubair", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/119680775/Junaid012.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/113693559/1424339685", "profile_image_url": "http://pbs.twimg.com/profile_images/696204866591391744/RKoPlnir_normal.jpg", "created_at": "Fri Feb 12 18:09:04 +0000 2010", "friends_count": 430, "follow_request_sent": false, "profile_sidebar_border_color": "DFDFDF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/731226136663875584/G7g5k4K9_normal.jpg", "statuses_count": 157689, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 22631, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "India", "utc_offset": null, "id_str": "189537010", "is_translation_enabled": false, "id": 189537010, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 8972, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "Anupama75", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:55:59 +0000 2016", "in_reply_to_status_id_str": "735061012215259136", "in_reply_to_screen_name": "Flipkart", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "57947109", "is_quote_status": false, "id_str": "735061777268908032", "in_reply_to_status_id": 735061012215259136, "lang": "en", "favorited": false, "text": "LAPTOP @Flipkart #BigShoppingDaysTomorrow GET IT GUYS all latest and and at great discounts @ThePerfectMess_", "truncated": false, "in_reply_to_user_id": 57947109, "contributors": null, "retweeted": false, "id": 735061777268908032, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [7, 16], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}, {"indices": [92, 108], "name": "\u0935\u093f\u0928\u0940\u0924\u093e", "id": 2226419160, "screen_name": "ThePerfectMess_", "id_str": "2226419160"}], "hashtags": [{"indices": [17, 41], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 97, "blocked_by": false, "description": "chartered accountant (C.A.) ,foodie,loves travelling, Believes in Karma, #SocialMediaInfluencer #SocialMediaMarketing", "lang": "en", "name": "Anupama", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/189537010/1462553120", "profile_image_url": "http://pbs.twimg.com/profile_images/731226136663875584/G7g5k4K9_normal.jpg", "created_at": "Sat Sep 11 14:55:34 +0000 2010", "friends_count": 1163, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/707460098235502592/DqqaAy5r_normal.jpg", "statuses_count": 107796, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 68914, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "New Delhi, India", "utc_offset": null, "id_str": "960296839", "is_translation_enabled": false, "id": 960296839, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://page.is/mohitraj07", "display_url": "page.is/mohitraj07", "url": "https://t.co/15aqoRGipH"}]}}, "url": "https://t.co/15aqoRGipH", "followers_count": 142247, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "mohitraj07", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:59:31 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": "Flipkart", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "57947109", "is_quote_status": false, "id_str": "735062669082775552", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "@Flipkart Its Shhoopppiiing time with #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": 57947109, "contributors": null, "retweeted": false, "id": 735062669082775552, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [38, 62], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/641596543586308096/03tAwiG-.jpg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 224, "blocked_by": false, "description": "Life is too Short to Drive Boring Cars, be a Car Lover to understand it. 100% Follow Back #infi", "lang": "en", "name": "Mystic Guru", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/641596543586308096/03tAwiG-.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/960296839/1441803511", "profile_image_url": "http://pbs.twimg.com/profile_images/707460098235502592/DqqaAy5r_normal.jpg", "created_at": "Tue Nov 20 11:14:57 +0000 2012", "friends_count": 54355, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/541515996314357760/oalju8yN_normal.jpeg", "statuses_count": 6986, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 279, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "Hyderabad, India", "utc_offset": 19800, "id_str": "45775135", "is_translation_enabled": false, "id": 45775135, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 630, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "suryatej_borra", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:38:56 +0000 2016", "in_reply_to_status_id_str": "735044790664847360", "in_reply_to_screen_name": "A_LoneReed", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "60869170", "is_quote_status": false, "id_str": "735057486474928128", "in_reply_to_status_id": 735044790664847360, "lang": "en", "favorited": false, "text": "@A_LoneReed sunglasses are for covering eyes from the world. And u are a lone reed! :P", "truncated": false, "in_reply_to_user_id": 60869170, "contributors": null, "retweeted": false, "id": 735057486474928128, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 11], "name": "Monica", "id": 60869170, "screen_name": "A_LoneReed", "id_str": "60869170"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/352000865/suri1.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 24, "blocked_by": false, "description": "@ArtofLiving Teacher | Dreamer | Coffee-lover | Cinema | Music | BITS Grad | Occasional Writer |", "lang": "en", "name": "Surya Tej Borra", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/352000865/suri1.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/45775135/1398228676", "profile_image_url": "http://pbs.twimg.com/profile_images/541515996314357760/oalju8yN_normal.jpeg", "created_at": "Tue Jun 09 05:41:09 +0000 2009", "friends_count": 717, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/619230045068853248/v4RPQb10_normal.jpg", "statuses_count": 326, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "352726", "favourites_count": 306, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Dhaka", "location": "India", "utc_offset": 21600, "id_str": "120376864", "is_translation_enabled": false, "id": 120376864, "profile_link_color": "D02B55", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.rahuldatta.in", "display_url": "rahuldatta.in", "url": "https://t.co/qpJteiHvlh"}]}}, "url": "https://t.co/qpJteiHvlh", "followers_count": 314, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "RahulDattaLive", "geo_enabled": true, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 3, "created_at": "Tue May 24 10:43:20 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 6, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735058594542948353", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Effective way to post on any social media. Click https://t.co/ppHJSpkCTL\n#digitalmarketing #wow19cu https://t.co/uZKpA0znVb", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uZKpA0znVb", "url": "https://t.co/uZKpA0znVb", "media_url_https": "https://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 337, "resize": "fit", "w": 600}}, "id": 735058592189931520, "expanded_url": "http://twitter.com/azamtaif/status/735058594542948353/photo/1", "id_str": "735058592189931520"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735058594542948353, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/uZKpA0znVb", "url": "https://t.co/uZKpA0znVb", "media_url_https": "https://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 337, "resize": "fit", "w": 600}}, "id": 735058592189931520, "expanded_url": "http://twitter.com/azamtaif/status/735058594542948353/photo/1", "id_str": "735058592189931520"}], "urls": [{"indices": [49, 72], "expanded_url": "https://goo.gl/2LybCp", "display_url": "goo.gl/2LybCp", "url": "https://t.co/ppHJSpkCTL"}], "user_mentions": [], "hashtags": [{"indices": [73, 90], "text": "digitalmarketing"}, {"indices": [91, 99], "text": "wow19cu"}]}}, "coordinates": null, "geo": null, "retweet_count": 3, "created_at": "Tue May 24 10:57:43 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062215296876544", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @azamtaif: Effective way to post on any social media. Click https://t.co/ppHJSpkCTL\n#digitalmarketing #wow19cu https://t.co/uZKpA0znVb", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 337, "resize": "fit", "w": 600}}, "url": "https://t.co/uZKpA0znVb", "source_user_id_str": "310990128", "source_status_id_str": "735058594542948353", "source_status_id": 735058594542948353, "source_user_id": 310990128, "type": "photo", "display_url": "pic.twitter.com/uZKpA0znVb", "media_url": "http://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "indices": [114, 137], "media_url_https": "https://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "id": 735058592189931520, "expanded_url": "http://twitter.com/azamtaif/status/735058594542948353/photo/1", "id_str": "735058592189931520"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062215296876544, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 337, "resize": "fit", "w": 600}}, "url": "https://t.co/uZKpA0znVb", "source_user_id_str": "310990128", "source_status_id_str": "735058594542948353", "source_status_id": 735058594542948353, "source_user_id": 310990128, "type": "photo", "display_url": "pic.twitter.com/uZKpA0znVb", "media_url": "http://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "indices": [114, 137], "media_url_https": "https://pbs.twimg.com/media/CjNz5SSUYAAC2Mu.jpg", "id": 735058592189931520, "expanded_url": "http://twitter.com/azamtaif/status/735058594542948353/photo/1", "id_str": "735058592189931520"}], "urls": [{"indices": [63, 86], "expanded_url": "https://goo.gl/2LybCp", "display_url": "goo.gl/2LybCp", "url": "https://t.co/ppHJSpkCTL"}], "user_mentions": [{"indices": [3, 12], "name": "Taifur Azam Mojumder", "id": 310990128, "screen_name": "azamtaif", "id_str": "310990128"}], "hashtags": [{"indices": [87, 104], "text": "digitalmarketing"}, {"indices": [105, 113], "text": "wow19cu"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 64, "blocked_by": false, "description": "International Digital Marketing Trainer at Ernst & Young | Marketing Professional | Digital Marketer | Strategist | Brand Developer | Business Consultant", "lang": "en", "name": "Rahul Datta", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/120376864/1432966965", "profile_image_url": "http://pbs.twimg.com/profile_images/619230045068853248/v4RPQb10_normal.jpg", "created_at": "Sat Mar 06 07:33:40 +0000 2010", "friends_count": 41, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/731067830179930112/EYtoWqM4_normal.jpg", "statuses_count": 129733, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 15094, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "India", "utc_offset": -25200, "id_str": "165688313", "is_translation_enabled": false, "id": 165688313, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 9861, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "kirtibasal", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:16 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062353134247937", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Amazing work being done by the Punjab government in the education sector! Kudos! #PunjabForStudents", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062353134247937, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [81, 99], "text": "PunjabForStudents"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/624233912668041219/fn1-1E15.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 94, "blocked_by": false, "description": "@beingSalmanKhan Biggest Fan\u2764| Travel Junkie | A Big Foodie | Gadget Freak | Shopaholic | Social Media Influencer |", "lang": "en", "name": "Kirti Basal\u2764\ufe0f", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/624233912668041219/fn1-1E15.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/165688313/1420632052", "profile_image_url": "http://pbs.twimg.com/profile_images/731067830179930112/EYtoWqM4_normal.jpg", "created_at": "Mon Jul 12 08:02:30 +0000 2010", "friends_count": 2059, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/674926714154168320/vYVDTcra_normal.jpg", "statuses_count": 200541, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 925, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Delhi", "utc_offset": null, "id_str": "341429354", "is_translation_enabled": false, "id": 341429354, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://guptachirag1.wordpress.com", "display_url": "guptachirag1.wordpress.com", "url": "https://t.co/GETA9HiKKD"}]}}, "url": "https://t.co/GETA9HiKKD", "followers_count": 8438, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "ChiragG14", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:19 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062366006718464", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "One should definitely check out the cool offers Flipkart will bring us on their big sale tomorrow. #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062366006718464, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [99, 123], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 169, "blocked_by": false, "description": "A MUFC, F1, IPL and Rafael Nadal fan. Gadgets lover. Techno buff. Aspiring CA. Traveler. Dreamer. Automobiles enthusiast. Proud Indian.", "lang": "en", "name": "Chirag Gupta", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/341429354/1448544011", "profile_image_url": "http://pbs.twimg.com/profile_images/674926714154168320/vYVDTcra_normal.jpg", "created_at": "Sun Jul 24 10:32:19 +0000 2011", "friends_count": 5435, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/733692685467451392/_ypI1uDr_normal.jpg", "statuses_count": 80248, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 28552, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "New Delhi, India", "utc_offset": 19800, "id_str": "269402975", "is_translation_enabled": false, "id": 269402975, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 8603, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "GouravvRock", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:52:10 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060818899939328", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Now shop make your Friday awesome with #BigShoppingDaysTomorrow @Flipkart", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060818899939328, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [64, 73], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [39, 63], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 90, "blocked_by": false, "description": "Jai Siya Ram. | Software engineer | designer | Gadget lover | gym freak | Crazy Traveler |Guitarist | big Foodie | Rockstar.", "lang": "en", "name": "Gourav verma", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/269402975/1463456887", "profile_image_url": "http://pbs.twimg.com/profile_images/733692685467451392/_ypI1uDr_normal.jpg", "created_at": "Sun Mar 20 18:15:38 +0000 2011", "friends_count": 2374, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/727440092764082177/LvwRH46x_normal.jpg", "statuses_count": 39682, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 15895, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Mumbai", "location": "Mumbai, Maharashtra", "utc_offset": 19800, "id_str": "3307718191", "is_translation_enabled": false, "id": 3307718191, "profile_link_color": "3B94D9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1132, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "PinkyDholakia", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:51 +0000 2016", "in_reply_to_status_id_str": "735056786072305664", "in_reply_to_screen_name": "GodrejAppliance", "place": {"bounding_box": {"type": "Polygon", "coordinates": [[[72.74484, 18.845343], [73.003648, 18.845343], [73.003648, 19.502937], [72.74484, 19.502937]]]}, "url": "https://api.twitter.com/1.1/geo/id/7929cea6bd5b32bd.json", "place_type": "city", "contained_within": [], "name": "Mumbai", "attributes": {}, "id": "7929cea6bd5b32bd", "country": "\u092d\u093e\u0930\u0924", "country_code": "IN", "full_name": "Mumbai, India"}, "favorite_count": 0, "in_reply_to_user_id_str": "226143778", "is_quote_status": false, "id_str": "735062499419004928", "in_reply_to_status_id": 735056786072305664, "lang": "en", "favorited": false, "text": "@GodrejAppliance #FoodKaMoodBadlo \nA1) My Screenshot https://t.co/CCgTVgmgDI", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/CCgTVgmgDI", "url": "https://t.co/CCgTVgmgDI", "media_url_https": "https://pbs.twimg.com/media/CjN3coZUYAAdzuv.jpg", "indices": [53, 76], "media_url": "http://pbs.twimg.com/media/CjN3coZUYAAdzuv.jpg", "sizes": {"small": {"h": 255, "resize": "fit", "w": 340}, "large": {"h": 768, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 450, "resize": "fit", "w": 600}}, "id": 735062497955176448, "expanded_url": "http://twitter.com/PinkyDholakia/status/735062499419004928/photo/1", "id_str": "735062497955176448"}]}, "in_reply_to_user_id": 226143778, "contributors": null, "retweeted": false, "id": 735062499419004928, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/CCgTVgmgDI", "url": "https://t.co/CCgTVgmgDI", "media_url_https": "https://pbs.twimg.com/media/CjN3coZUYAAdzuv.jpg", "indices": [53, 76], "media_url": "http://pbs.twimg.com/media/CjN3coZUYAAdzuv.jpg", "sizes": {"small": {"h": 255, "resize": "fit", "w": 340}, "large": {"h": 768, "resize": "fit", "w": 1024}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 450, "resize": "fit", "w": 600}}, "id": 735062497955176448, "expanded_url": "http://twitter.com/PinkyDholakia/status/735062499419004928/photo/1", "id_str": "735062497955176448"}], "urls": [], "user_mentions": [{"indices": [0, 16], "name": "Godrej Appliances", "id": 226143778, "screen_name": "GodrejAppliance", "id_str": "226143778"}], "hashtags": [{"indices": [17, 33], "text": "FoodKaMoodBadlo"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 27, "blocked_by": false, "description": "", "lang": "en", "name": "PINKY DHOLAKIA", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3307718191/1460817907", "profile_image_url": "http://pbs.twimg.com/profile_images/727440092764082177/LvwRH46x_normal.jpg", "created_at": "Thu Aug 06 09:44:42 +0000 2015", "friends_count": 901, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/717060260758827008/eI13gUiD_normal.jpg", "statuses_count": 31234, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 1, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "Mumbai, India", "utc_offset": null, "id_str": "3239466194", "is_translation_enabled": false, "id": 3239466194, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 4193, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "priyasharma4211", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:54:59 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061528769073152", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Only 1 day to go for the most awaited sale of the year! @flipkart #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061528769073152, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [56, 65], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [66, 90], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 24, "blocked_by": false, "description": "Influencing", "lang": "en", "name": "Priya Sharma", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3239466194/1459795524", "profile_image_url": "http://pbs.twimg.com/profile_images/717060260758827008/eI13gUiD_normal.jpg", "created_at": "Mon Jun 08 04:01:34 +0000 2015", "friends_count": 220, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/697370865554583552/LQpJ6oqW_normal.jpg", "statuses_count": 114443, "profile_text_color": "441ACC", "protected": false, "is_translator": false, "profile_background_color": "ED214A", "favourites_count": 27123, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Hawaii", "location": "India", "utc_offset": -36000, "id_str": "147977998", "is_translation_enabled": false, "id": 147977998, "profile_link_color": "DB1BAE", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 13620, "notifications": false, "profile_sidebar_fill_color": "2E0508", "screen_name": "kajol_saxena", "geo_enabled": true, "status": {"source": "Hootsuite", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:55:08 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061562881380352", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Its time to grab the best deals at #BigShoppingDaysTomorrow\nonly on\u00a0 @Flipkart App", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061562881380352, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [69, 78], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [35, 59], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/107016651/best-abstract-wallpapers-6-1.jpg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 107, "blocked_by": false, "description": "", "lang": "en", "name": "Kajol Saxena", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/107016651/best-abstract-wallpapers-6-1.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/147977998/1462036911", "profile_image_url": "http://pbs.twimg.com/profile_images/697370865554583552/LQpJ6oqW_normal.jpg", "created_at": "Tue May 25 14:37:37 +0000 2010", "friends_count": 864, "follow_request_sent": false, "profile_sidebar_border_color": "E81721", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/415871070642503680/fAaQjofe_normal.jpeg", "statuses_count": 112443, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 15475, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Mumbai", "location": "Mumbai, India", "utc_offset": 19800, "id_str": "602700564", "is_translation_enabled": false, "id": 602700564, "profile_link_color": "9266CC", "entities": {"description": {"urls": [{"indices": [25, 48], "expanded_url": "https://www.facebook.com/farzeenirani12", "display_url": "facebook.com/farzeenirani12", "url": "https://t.co/tDWWbyu8rh"}, {"indices": [49, 72], "expanded_url": "http://tofarzeen.wordpress.com", "display_url": "tofarzeen.wordpress.com", "url": "https://t.co/k58ZED6RWB"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://tofarzeen.blogspot.in", "display_url": "tofarzeen.blogspot.in", "url": "https://t.co/KYyvzxcZbm"}]}}, "url": "https://t.co/KYyvzxcZbm", "followers_count": 13392, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "tofarzeen", "geo_enabled": true, "status": {"source": "Twitter for Android", "retweeted_status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 08:04:04 +0000 2016", "in_reply_to_status_id_str": "735015869672218624", "in_reply_to_screen_name": "tofarzeen", "place": null, "favorite_count": 2, "in_reply_to_user_id_str": "602700564", "is_quote_status": false, "id_str": "735018516345061376", "in_reply_to_status_id": 735015869672218624, "lang": "en", "favorited": false, "text": "@tofarzeen i'm planning to buy refrigerator. What about u ? @Beingjustmommy @Flipkart #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": 602700564, "contributors": null, "retweeted": false, "id": 735018516345061376, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 10], "name": "Farzeen", "id": 602700564, "screen_name": "tofarzeen", "id_str": "602700564"}, {"indices": [60, 75], "name": "2016-BigDreams", "id": 337121027, "screen_name": "Beingjustmommy", "id_str": "337121027"}, {"indices": [76, 85], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [86, 110], "text": "BigShoppingDaysTomorrow"}]}}, "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:21:49 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735053180120248321", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @Naveen_Royy: @tofarzeen i'm planning to buy refrigerator. What about u ? @Beingjustmommy @Flipkart #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735053180120248321, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 15], "name": "Naveen Roy", "id": 2855278543, "screen_name": "Naveen_Royy", "id_str": "2855278543"}, {"indices": [17, 27], "name": "Farzeen", "id": 602700564, "screen_name": "tofarzeen", "id_str": "602700564"}, {"indices": [77, 92], "name": "2016-BigDreams", "id": 337121027, "screen_name": "Beingjustmommy", "id_str": "337121027"}, {"indices": [93, 102], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [103, 127], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 89, "blocked_by": false, "description": "Social media Enthusiast \nhttps://t.co/tDWWbyu8rh\nhttps://t.co/k58ZED6RWB\n#FoodBlogger #TravelBlogger #SocialMediaFreak", "lang": "en", "name": "Farzeen", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/602700564/1393172744", "profile_image_url": "http://pbs.twimg.com/profile_images/415871070642503680/fAaQjofe_normal.jpeg", "created_at": "Fri Jun 08 09:38:53 +0000 2012", "friends_count": 3084, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/729583368287989760/Sdup1AHu_normal.jpg", "statuses_count": 110039, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "EBEBEB", "favourites_count": 4199, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "Una, Himachal Pradesh", "utc_offset": 19800, "id_str": "561420144", "is_translation_enabled": false, "id": 561420144, "profile_link_color": "990000", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.Ucweb.com", "display_url": "Ucweb.com", "url": "https://t.co/u5iHMKD40M"}]}}, "url": "https://t.co/u5iHMKD40M", "followers_count": 5690, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "vishalkalia2", "geo_enabled": false, "status": {"source": "Mobile Web (M2)", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:49:35 +0000 2016", "in_reply_to_status_id_str": "735055273950388224", "in_reply_to_screen_name": "OnePlus_IN", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "3138727082", "is_quote_status": false, "id_str": "735060168275316736", "in_reply_to_status_id": 735055273950388224, "lang": "en", "favorited": false, "text": "@OnePlus_IN 4 Down - THE MATRIX | 2 DOWN - JARON LANIER | 3 ACROSS - ALTON TOWERS #AmazingVRRace", "truncated": false, "in_reply_to_user_id": 3138727082, "contributors": null, "retweeted": false, "id": 735060168275316736, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 11], "name": "OnePlus India", "id": 3138727082, "screen_name": "OnePlus_IN", "id_str": "3138727082"}], "hashtags": [{"indices": [82, 96], "text": "AmazingVRRace"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/656589316164968448/98DFZO2m.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 59, "blocked_by": false, "description": "Engineer Kaam se! Dilwale Naam se! Dreamer ! Part Time Comedian! Always trying to Bring Big Smile On Every Face | Fan of @KapilSharmaK9", "lang": "en", "name": "MOTO Fan", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/656589316164968448/98DFZO2m.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/561420144/1461659789", "profile_image_url": "http://pbs.twimg.com/profile_images/729583368287989760/Sdup1AHu_normal.jpg", "created_at": "Mon Apr 23 17:50:38 +0000 2012", "friends_count": 1247, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/433669677919637504/sxfLWNvd_normal.png", "statuses_count": 15611, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 3229, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "India", "utc_offset": null, "id_str": "1552510458", "is_translation_enabled": false, "id": 1552510458, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://dealsintech.com", "display_url": "dealsintech.com", "url": "https://t.co/gXOuoThb1Y"}]}}, "url": "https://t.co/gXOuoThb1Y", "followers_count": 9609, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "DealsForGeeks", "geo_enabled": false, "status": {"source": "Tweetbot for Mac", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:34:50 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 3, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735056455062196224", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Flipkart Big Shopping Days sale starts tomorrow \u2014 We\u2019ll have the best deals right here! https://t.co/CQoiGtRq2C\n\n#BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735056455062196224, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [88, 111], "expanded_url": "http://fkrt.it/JBaA1uuuuN", "display_url": "fkrt.it/JBaA1uuuuN", "url": "https://t.co/CQoiGtRq2C"}], "user_mentions": [], "hashtags": [{"indices": [113, 137], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 156, "blocked_by": false, "description": "Best deals that matter to the geeks. Fresh, handpicked, & curated with loads of love.We not only help you save money, but also make smarter buying decisions.", "lang": "en", "name": "Deals For Geeks", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1552510458/1399023106", "profile_image_url": "http://pbs.twimg.com/profile_images/433669677919637504/sxfLWNvd_normal.png", "created_at": "Fri Jun 28 08:10:14 +0000 2013", "friends_count": 27, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/733581627213762560/0Ob3OMe8_normal.jpg", "statuses_count": 71, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 86, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "Worldwide", "utc_offset": null, "id_str": "719564717153329152", "is_translation_enabled": false, "id": 719564717153329152, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": [{"indices": [0, 23], "expanded_url": "http://Trydiscountcoupons.com", "display_url": "Trydiscountcoupons.com", "url": "https://t.co/pdKdWN1Pd1"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://trydiscountcoupons.com/", "display_url": "trydiscountcoupons.com", "url": "https://t.co/G1HHKS2h4G"}]}}, "url": "https://t.co/G1HHKS2h4G", "followers_count": 27, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "TryCoupon", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 6, "created_at": "Tue May 24 10:38:00 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 8, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735057252734754816", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Install the #Flipkart app https://t.co/cuaoQ3hsd8 today #BigShoppingDaysTomorrow coming ur way from 25-27 May. https://t.co/eOj8Bjpw27", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/eOj8Bjpw27", "url": "https://t.co/eOj8Bjpw27", "media_url_https": "https://pbs.twimg.com/media/CjNyqwwUkAAhza2.jpg", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CjNyqwwUkAAhza2.jpg", "sizes": {"small": {"h": 168, "resize": "fit", "w": 340}, "large": {"h": 424, "resize": "fit", "w": 860}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 296, "resize": "fit", "w": 600}}, "id": 735057243159171072, "expanded_url": "http://twitter.com/TryCoupon/status/735057252734754816/photo/1", "id_str": "735057243159171072"}, {"type": "photo", "display_url": "pic.twitter.com/eOj8Bjpw27", "url": "https://t.co/eOj8Bjpw27", "media_url_https": "https://pbs.twimg.com/media/CjNyrGTVAAAjtZZ.jpg", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CjNyrGTVAAAjtZZ.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 800}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735057248943144960, "expanded_url": "http://twitter.com/TryCoupon/status/735057252734754816/photo/1", "id_str": "735057248943144960"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735057252734754816, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/eOj8Bjpw27", "url": "https://t.co/eOj8Bjpw27", "media_url_https": "https://pbs.twimg.com/media/CjNyqwwUkAAhza2.jpg", "indices": [113, 136], "media_url": "http://pbs.twimg.com/media/CjNyqwwUkAAhza2.jpg", "sizes": {"small": {"h": 168, "resize": "fit", "w": 340}, "large": {"h": 424, "resize": "fit", "w": 860}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 296, "resize": "fit", "w": 600}}, "id": 735057243159171072, "expanded_url": "http://twitter.com/TryCoupon/status/735057252734754816/photo/1", "id_str": "735057243159171072"}], "urls": [{"indices": [26, 49], "expanded_url": "http://fkrt.it/mSd1GNNNNN", "display_url": "fkrt.it/mSd1GNNNNN", "url": "https://t.co/cuaoQ3hsd8"}], "user_mentions": [], "hashtags": [{"indices": [12, 21], "text": "Flipkart"}, {"indices": [57, 81], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 6, "blocked_by": false, "description": "https://t.co/pdKdWN1Pd1 for special deals, offers, discounts and coupon codes to save money on your next purchase. #Discount #Coupons #SaveMoneyOnline", "lang": "en", "name": "Try Discount Coupons", "profile_background_image_url": null, "profile_banner_url": "https://pbs.twimg.com/profile_banners/719564717153329152/1463746761", "profile_image_url": "http://pbs.twimg.com/profile_images/733581627213762560/0Ob3OMe8_normal.jpg", "created_at": "Mon Apr 11 16:36:12 +0000 2016", "friends_count": 6, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/627069562840682500/ygwj-vSU_normal.jpg", "statuses_count": 57624, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 1482, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "New Delhi", "location": "New Delhi", "utc_offset": 19800, "id_str": "394146145", "is_translation_enabled": false, "id": 394146145, "profile_link_color": "FA743E", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.facebook.com/tracker0007", "display_url": "facebook.com/tracker0007", "url": "https://t.co/GhVHZ6Y3EX"}]}}, "url": "https://t.co/GhVHZ6Y3EX", "followers_count": 10428, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "shubh00700", "geo_enabled": false, "status": {"source": "TweetDeck", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:49:44 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060205394755584", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Now No Need for get out of Ur house anymore for shopping FlipKart hai na #BigShoppingDaysTomorrow from 25 - 27 May", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060205394755584, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [73, 97], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 28, "blocked_by": false, "description": "Treveler | B. Tech / Engineer | Dreamer | Social Media Influencer | Krishna Bhakt | Proud to be Myself", "lang": "en", "name": "$hubham++", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/394146145/1419677323", "profile_image_url": "http://pbs.twimg.com/profile_images/627069562840682500/ygwj-vSU_normal.jpg", "created_at": "Wed Oct 19 16:53:50 +0000 2011", "friends_count": 956, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/673901047237074944/rfUj8oW8_normal.jpg", "statuses_count": 43303, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 179, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "india", "utc_offset": -25200, "id_str": "1404360181", "is_translation_enabled": false, "id": 1404360181, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 12379, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "DARE_DIVYA", "geo_enabled": false, "status": {"source": "dlvr.it", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:55:35 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061679709396993", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Cosby criminal trial starts today https://t.co/LUUvcoOp3U", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061679709396993, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [34, 57], "expanded_url": "http://dlvr.it/LNnrnZ", "display_url": "dlvr.it/LNnrnZ", "url": "https://t.co/LUUvcoOp3U"}], "user_mentions": [], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 10, "blocked_by": false, "description": "Livewire,Enjoy watching love stories and cricket lover.....SRK and Salman are my two favorites ..!!", "lang": "en", "name": "SuperGirl", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1404360181/1419783955", "profile_image_url": "http://pbs.twimg.com/profile_images/673901047237074944/rfUj8oW8_normal.jpg", "created_at": "Sun May 05 07:20:16 +0000 2013", "friends_count": 3509, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/699622629833969664/Z9rN5R85_normal.jpg", "statuses_count": 28950, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 508, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": null, "location": "delhi", "utc_offset": null, "id_str": "344152954", "is_translation_enabled": false, "id": 344152954, "profile_link_color": "FFCC4D", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 12100, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "gaurigupta1", "geo_enabled": true, "status": {"source": "TweetDeck", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:50:06 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060296390189057", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Don't miss it, flipkart Is providing best products in best price #BigShoppingDaysTomorrow from\u00a025 - 27 May\u00a0loved it", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060296390189057, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [65, 89], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 13, "blocked_by": false, "description": "Techie | Music Buff \u266c | Nature Lover | Gadget Lover | Cricket Freak | Keep Enjoying my Life", "lang": "en", "name": "Shivangi", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/344152954/1455638106", "profile_image_url": "http://pbs.twimg.com/profile_images/699622629833969664/Z9rN5R85_normal.jpg", "created_at": "Thu Jul 28 16:35:13 +0000 2011", "friends_count": 4242, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/570628916369293312/x3-Ma093_normal.jpeg", "statuses_count": 297, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 266, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Mumbai", "location": "Mumbai/MAHARASHTRA", "utc_offset": 19800, "id_str": "1251030710", "is_translation_enabled": false, "id": 1251030710, "profile_link_color": "3B94D9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 60, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "sing_jitendra", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:52 +0000 2016", "in_reply_to_status_id_str": "735061012215259136", "in_reply_to_screen_name": "Flipkart", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "57947109", "is_quote_status": false, "id_str": "735062502590009345", "in_reply_to_status_id": 735061012215259136, "lang": "en", "favorited": false, "text": "@Flipkart \nAns-4 LAPTOP on #BigShoppingDaysTomorrow", "truncated": false, "in_reply_to_user_id": 57947109, "contributors": null, "retweeted": false, "id": 735062502590009345, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "Flipkart", "id": 57947109, "screen_name": "Flipkart", "id_str": "57947109"}], "hashtags": [{"indices": [27, 51], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 7, "blocked_by": false, "description": "I'm always looking and sharing latest news and Trends on #SEO, #GWT tips, #Analytics, #Digitalmarketing, #SEM to improve online Businesses", "lang": "en", "name": "Er.Jitendra P. Sing", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1251030710/1415528398", "profile_image_url": "http://pbs.twimg.com/profile_images/570628916369293312/x3-Ma093_normal.jpeg", "created_at": "Fri Mar 08 07:25:46 +0000 2013", "friends_count": 112, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/626438475835834368/wsjWj2kj_normal.png", "statuses_count": 23567, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "9AE4E8", "favourites_count": 1296, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Chennai", "location": "BLR, DEL, BOM, CCU", "utc_offset": 19800, "id_str": "57947109", "is_translation_enabled": false, "id": 57947109, "profile_link_color": "0084B4", "entities": {"description": {"urls": [{"indices": [48, 71], "expanded_url": "http://www.flipkart.com", "display_url": "flipkart.com", "url": "https://t.co/ehsYnRT1t2"}]}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://www.flipkart.com", "display_url": "flipkart.com", "url": "http://t.co/08CPB1Jv3X"}]}}, "url": "http://t.co/08CPB1Jv3X", "followers_count": 647535, "notifications": false, "profile_sidebar_fill_color": "DDFFCC", "screen_name": "Flipkart", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 152, "created_at": "Tue May 24 10:52:56 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 111, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061012215259136", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#BigShoppingDaysTomorrow Task 4 : Work - Play - Music - Watch Movies. Can you guess what are we talking about here? https://t.co/2BLWjZ4cNE", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/2BLWjZ4cNE", "url": "https://t.co/2BLWjZ4cNE", "media_url_https": "https://pbs.twimg.com/media/CjN2GC1UYAAFu5o.jpg", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CjN2GC1UYAAFu5o.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 800}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735061010403319808, "expanded_url": "http://twitter.com/Flipkart/status/735061012215259136/photo/1", "id_str": "735061010403319808"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061012215259136, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/2BLWjZ4cNE", "url": "https://t.co/2BLWjZ4cNE", "media_url_https": "https://pbs.twimg.com/media/CjN2GC1UYAAFu5o.jpg", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CjN2GC1UYAAFu5o.jpg", "sizes": {"small": {"h": 340, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 800}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 600, "resize": "fit", "w": 600}}, "id": 735061010403319808, "expanded_url": "http://twitter.com/Flipkart/status/735061012215259136/photo/1", "id_str": "735061010403319808"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 24], "text": "BigShoppingDaysTomorrow"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/439349952/twiter-background_1_.jpg", "verified": true, "profile_background_tile": false, "muting": true, "listed_count": 1194, "blocked_by": false, "description": "India's favourite online shopping destination - https://t.co/ehsYnRT1t2!\nFor customer support connect with @flipkartsupport", "lang": "en", "name": "Flipkart", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/439349952/twiter-background_1_.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/57947109/1463394422", "profile_image_url": "http://pbs.twimg.com/profile_images/626438475835834368/wsjWj2kj_normal.png", "created_at": "Sat Jul 18 14:45:02 +0000 2009", "friends_count": 20, "follow_request_sent": false, "profile_sidebar_border_color": "BDDCAD", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/721798814416416768/EVP_5H_g_normal.jpg", "statuses_count": 18388, "profile_text_color": "462911", "protected": false, "is_translator": false, "profile_background_color": "ED003B", "favourites_count": 500, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "Brooklyn", "utc_offset": -14400, "id_str": "180540375", "is_translation_enabled": false, "id": 180540375, "profile_link_color": "00B345", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.tmbg.com", "display_url": "tmbg.com", "url": "https://t.co/boxHybxxdH"}]}}, "url": "https://t.co/boxHybxxdH", "followers_count": 60907, "notifications": false, "profile_sidebar_fill_color": "DE9801", "screen_name": "tmbg", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 05:31:20 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 11, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734980077344149504", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Barnard Sanders College #CollegeCelebs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734980077344149504, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [24, 38], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/588591406349877248/cnPyU6_m.png", "verified": true, "profile_background_tile": true, "muting": true, "listed_count": 1952, "blocked_by": false, "description": "Always free. Often busy.", "lang": "en", "name": "They Might Be Giants", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/588591406349877248/cnPyU6_m.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/180540375/1404795199", "profile_image_url": "http://pbs.twimg.com/profile_images/721798814416416768/EVP_5H_g_normal.jpg", "created_at": "Thu Aug 19 22:01:38 +0000 2010", "friends_count": 459, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}], "previous_cursor": 0}python-twitter-3.3/testdata/get_mutes_users_list_loop_1.json000066400000000000000000002677661311017327200246520ustar00rootroot00000000000000{"next_cursor_str": "0", "previous_cursor_str": "-1535206508491038245", "next_cursor": 0, "users": [{"profile_image_url_https": "https://pbs.twimg.com/profile_images/506941989959397376/3ilQJg7V_normal.jpeg", "statuses_count": 18063, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "6CA32D", "favourites_count": 29866, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "Los Angeles", "utc_offset": -25200, "id_str": "174144887", "is_translation_enabled": true, "id": 174144887, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://rickrosner.com", "display_url": "rickrosner.com", "url": "http://t.co/tsebj3OvLd"}]}}, "url": "http://t.co/tsebj3OvLd", "followers_count": 4059680, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "dumbassgenius", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 05:36:05 +0000 2016", "in_reply_to_status_id_str": "734979166211166208", "in_reply_to_screen_name": "gooberspa", "place": null, "favorite_count": 1, "in_reply_to_user_id_str": "1587185166", "is_quote_status": false, "id_str": "734981271697260544", "in_reply_to_status_id": 734979166211166208, "lang": "en", "favorited": false, "text": "@gooberspa @midnight (Considered going with Term Paper Milli Vanilli, but not that many people know about term paper mills.)", "truncated": false, "in_reply_to_user_id": 1587185166, "contributors": null, "retweeted": false, "id": 734981271697260544, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 10], "name": "Rusty Shackleford", "id": 1587185166, "screen_name": "gooberspa", "id_str": "1587185166"}, {"indices": [11, 20], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000131319459/7ysVwr48.jpeg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 236, "blocked_by": false, "description": "World's 2nd-highest IQ. Former Jimmy Kimmel writer. Genius &/or deluded. Overuser of #hashtags. Am I famous enough to sell my memoir yet?", "lang": "en", "name": "Rick G. Rosner", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000131319459/7ysVwr48.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/174144887/1409698727", "profile_image_url": "http://pbs.twimg.com/profile_images/506941989959397376/3ilQJg7V_normal.jpeg", "created_at": "Tue Aug 03 06:03:04 +0000 2010", "friends_count": 1217, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/699117574118776832/cN9yIRrS_normal.jpg", "statuses_count": 17976, "profile_text_color": "362720", "protected": false, "is_translator": false, "profile_background_color": "3B94D9", "favourites_count": 520377, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "Los Angeles", "utc_offset": -25200, "id_str": "175264457", "is_translation_enabled": false, "id": 175264457, "profile_link_color": "0569FF", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "https://www.youtube.com/watch?v=awVNGfmCQsg", "display_url": "youtube.com/watch?v=awVNGf\u2026", "url": "https://t.co/ogBAtY4PrH"}]}}, "url": "https://t.co/ogBAtY4PrH", "followers_count": 16620, "notifications": false, "profile_sidebar_fill_color": "A8CBFF", "screen_name": "Todd_Spence", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 6, "created_at": "Tue May 24 06:13:55 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 16, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734990792305975296", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Instead if saying goodnight to someone, try saying \"Pray the clowns don't come in.\"", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734990792305975296, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/561636219822415872/qhkeFyFO.jpeg", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 259, "blocked_by": false, "description": "Comedy guy. Writer. Painter. TSpence@DefyMedia.com", "lang": "en", "name": "TODD SPENCE", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/561636219822415872/qhkeFyFO.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/175264457/1426894145", "profile_image_url": "http://pbs.twimg.com/profile_images/699117574118776832/cN9yIRrS_normal.jpg", "created_at": "Fri Aug 06 03:39:37 +0000 2010", "friends_count": 1704, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/581997617569140736/YgLHMRHK_normal.jpg", "statuses_count": 1862, "profile_text_color": "634047", "protected": false, "is_translator": false, "profile_background_color": "EDECE9", "favourites_count": 7331, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "las vegas, nv", "utc_offset": -25200, "id_str": "779116838", "is_translation_enabled": false, "id": 779116838, "profile_link_color": "088253", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://www.momentsoutloud.com", "display_url": "momentsoutloud.com", "url": "http://t.co/HVevQBR6Ib"}]}}, "url": "http://t.co/HVevQBR6Ib", "followers_count": 686, "notifications": false, "profile_sidebar_fill_color": "E3E2DE", "screen_name": "brandyland1618", "geo_enabled": false, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 05:46:39 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734983930969882624", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Study Murphy #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734983930969882624, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [28, 37], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [13, 27], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 10, "blocked_by": false, "description": "The moment I begin defining myself, is the moment I begin limiting myself. I love to laugh and try to make others laugh! Improv Comedy - Follow the Fun", "lang": "en", "name": "Brandy", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/779116838/1427594019", "profile_image_url": "http://pbs.twimg.com/profile_images/581997617569140736/YgLHMRHK_normal.jpg", "created_at": "Fri Aug 24 23:15:05 +0000 2012", "friends_count": 631, "follow_request_sent": false, "profile_sidebar_border_color": "D3D2CF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/721768006666293248/akmKAx0b_normal.jpg", "statuses_count": 10373, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 5972, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Tatooine, France", "utc_offset": null, "id_str": "4718721250", "is_translation_enabled": false, "id": 4718721250, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1334, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "NachoPotatoe", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 07:19:19 +0000 2016", "in_reply_to_status_id_str": "735005897806618624", "in_reply_to_screen_name": "Bella_Famke", "place": null, "favorite_count": 1, "in_reply_to_user_id_str": "3223105453", "is_quote_status": false, "id_str": "735007252827000832", "in_reply_to_status_id": 735005897806618624, "lang": "und", "favorited": false, "text": "@Bella_Famke @KattFunny https://t.co/OCcJRTWS2E", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/OCcJRTWS2E", "url": "https://t.co/OCcJRTWS2E", "media_url_https": "https://pbs.twimg.com/media/CjNFMQoWUAAg2LE.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNFMQoWUAAg2LE.jpg", "sizes": {"small": {"h": 453, "resize": "fit", "w": 340}, "large": {"h": 1200, "resize": "fit", "w": 900}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 800, "resize": "fit", "w": 600}}, "id": 735007241116471296, "expanded_url": "http://twitter.com/NachoPotatoe/status/735007252827000832/photo/1", "id_str": "735007241116471296"}]}, "in_reply_to_user_id": 3223105453, "contributors": null, "retweeted": false, "id": 735007252827000832, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/OCcJRTWS2E", "url": "https://t.co/OCcJRTWS2E", "media_url_https": "https://pbs.twimg.com/media/CjNFMQoWUAAg2LE.jpg", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CjNFMQoWUAAg2LE.jpg", "sizes": {"small": {"h": 453, "resize": "fit", "w": 340}, "large": {"h": 1200, "resize": "fit", "w": 900}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 800, "resize": "fit", "w": 600}}, "id": 735007241116471296, "expanded_url": "http://twitter.com/NachoPotatoe/status/735007252827000832/photo/1", "id_str": "735007241116471296"}], "urls": [], "user_mentions": [{"indices": [0, 12], "name": "Bella Evie Famke", "id": 3223105453, "screen_name": "Bella_Famke", "id_str": "3223105453"}, {"indices": [13, 23], "name": "Katt Funny", "id": 76862633, "screen_name": "KattFunny", "id_str": "76862633"}], "hashtags": []}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 26, "blocked_by": false, "description": "All around hashtagger. \nFrom cute to dirty stuff, you'll get to know me I'll get to know you, we'll love each other really deeply madly truly. Oh yeah.", "lang": "fr", "name": "FrenchToast", "profile_background_image_url": null, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4718721250/1463515752", "profile_image_url": "http://pbs.twimg.com/profile_images/721768006666293248/akmKAx0b_normal.jpg", "created_at": "Tue Jan 05 22:00:10 +0000 2016", "friends_count": 994, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/692701904921575424/_Kmajuj5_normal.jpg", "statuses_count": 2254, "profile_text_color": "666666", "protected": false, "is_translator": false, "profile_background_color": "1A1B1F", "favourites_count": 1157, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "East Stroudsburg, PA", "utc_offset": -14400, "id_str": "56032511", "is_translation_enabled": false, "id": 56032511, "profile_link_color": "2FC2EF", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://kylemouchawontshutup.com", "display_url": "kylemouchawontshutup.com", "url": "https://t.co/bl2qc1BBmX"}]}}, "url": "https://t.co/bl2qc1BBmX", "followers_count": 148, "notifications": false, "profile_sidebar_fill_color": "252429", "screen_name": "kylemoucha", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 06:03:41 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 3, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734988218299482113", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "The Artist Formerly Known As Princeton #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734988218299482113, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [54, 63], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [39, 53], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 6, "blocked_by": false, "description": "host of the podcast 'KYLE MOUCHA WON'T SHUT UP' @km_wontshutup", "lang": "en", "name": "Kyle Moucha", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/56032511/1442005239", "profile_image_url": "http://pbs.twimg.com/profile_images/692701904921575424/_Kmajuj5_normal.jpg", "created_at": "Sun Jul 12 06:07:43 +0000 2009", "friends_count": 308, "follow_request_sent": false, "profile_sidebar_border_color": "181A1E", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/583296153426505728/KnzDDdrt_normal.jpg", "statuses_count": 10808, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 24187, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "New York, NY", "utc_offset": -14400, "id_str": "198337759", "is_translation_enabled": false, "id": 198337759, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.StephenSpinola.com/", "display_url": "StephenSpinola.com", "url": "https://t.co/d79m9PYkQD"}]}}, "url": "https://t.co/d79m9PYkQD", "followers_count": 32306, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "Mr_McStevie", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 5, "created_at": "Tue May 24 09:01:43 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 17, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735033022047780864", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Yo I'm the cops and I smoke weed \n\n(Add me on #snapchat: mr_mcstevie) https://t.co/6J0qKACzaF", "truncated": false, "extended_entities": {"media": [{"sizes": {"small": {"h": 604, "resize": "fit", "w": 340}, "large": {"h": 640, "resize": "fit", "w": 360}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 640, "resize": "fit", "w": 360}}, "url": "https://t.co/6J0qKACzaF", "type": "video", "display_url": "pic.twitter.com/6J0qKACzaF", "additional_media_info": {"monetizable": false}, "video_info": {"aspect_ratio": [9, 16], "variants": [{"url": "https://video.twimg.com/ext_tw_video/735032502079741952/pu/pl/570T6qsQ4Ymvs-1g.mpd", "content_type": "application/dash+xml"}, {"url": "https://video.twimg.com/ext_tw_video/735032502079741952/pu/pl/570T6qsQ4Ymvs-1g.m3u8", "content_type": "application/x-mpegURL"}, {"bitrate": 832000, "url": "https://video.twimg.com/ext_tw_video/735032502079741952/pu/vid/360x640/89q51Ro-fF7rNTYB.mp4", "content_type": "video/mp4"}, {"bitrate": 320000, "url": "https://video.twimg.com/ext_tw_video/735032502079741952/pu/vid/180x320/5XW_D47plVSyJjLZ.mp4", "content_type": "video/mp4"}], "duration_millis": 9797}, "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/735032502079741952/pu/img/AhHST5LQ6BRSQKsY.jpg", "indices": [70, 93], "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/735032502079741952/pu/img/AhHST5LQ6BRSQKsY.jpg", "id": 735032502079741952, "expanded_url": "http://twitter.com/Mr_McStevie/status/735033022047780864/video/1", "id_str": "735032502079741952"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735033022047780864, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/6J0qKACzaF", "url": "https://t.co/6J0qKACzaF", "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/735032502079741952/pu/img/AhHST5LQ6BRSQKsY.jpg", "indices": [70, 93], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/735032502079741952/pu/img/AhHST5LQ6BRSQKsY.jpg", "sizes": {"small": {"h": 604, "resize": "fit", "w": 340}, "large": {"h": 640, "resize": "fit", "w": 360}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 640, "resize": "fit", "w": 360}}, "id": 735032502079741952, "expanded_url": "http://twitter.com/Mr_McStevie/status/735033022047780864/video/1", "id_str": "735032502079741952"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [46, 55], "text": "snapchat"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 267, "blocked_by": false, "description": "NY Comedy Legend. HIGHly respected Physicist @ McGill University. Former Bassist of Korn. The rapper known as Just Brian. Snapchat: mr_mcstevie", "lang": "en", "name": "Stephen Spinola", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/198337759/1452183299", "profile_image_url": "http://pbs.twimg.com/profile_images/583296153426505728/KnzDDdrt_normal.jpg", "created_at": "Mon Oct 04 01:05:01 +0000 2010", "friends_count": 26709, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/646860247353548800/rdCkbAXU_normal.jpg", "statuses_count": 22604, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 45116, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "OAKLAND,CA, United States", "utc_offset": -25200, "id_str": "48290966", "is_translation_enabled": false, "id": 48290966, "profile_link_color": "000000", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://instantlylaughing.com", "display_url": "instantlylaughing.com", "url": "https://t.co/zEdR2rOsTg"}]}}, "url": "https://t.co/zEdR2rOsTg", "followers_count": 104963, "notifications": false, "profile_sidebar_fill_color": "FFFFFF", "screen_name": "DubOnDaBeatz", "geo_enabled": true, "status": {"source": "Twitter Web Client", "quoted_status_id": 735048379407978496, "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:48:03 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": true, "id_str": "735059783779123200", "in_reply_to_status_id": null, "lang": "in", "favorited": false, "text": "nah bruh https://t.co/dVjp0GWUTG", "truncated": false, "quoted_status_id_str": "735048379407978496", "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735059783779123200, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [9, 32], "expanded_url": "https://twitter.com/TAXSTONE/status/735048379407978496", "display_url": "twitter.com/TAXSTONE/statu\u2026", "url": "https://t.co/dVjp0GWUTG"}], "user_mentions": [], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/544528522132221952/Ruou4QMq.jpeg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 727, "blocked_by": false, "description": "been getting my tweets stolen since 09 #Producer #Beats if you're a music supervisor, contact me dubondabeats@gmail.com #TeamVirgo #Nsbc", "lang": "en", "name": "[:\u2022-\u2022:]", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/544528522132221952/Ruou4QMq.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/48290966/1394844319", "profile_image_url": "http://pbs.twimg.com/profile_images/646860247353548800/rdCkbAXU_normal.jpg", "created_at": "Thu Jun 18 08:36:16 +0000 2009", "friends_count": 91939, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/687973579325968384/AmQtpiEN_normal.jpg", "statuses_count": 13706, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 3268, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "New Delhi", "location": "India", "utc_offset": 19800, "id_str": "2572268096", "is_translation_enabled": false, "id": 2572268096, "profile_link_color": "89C9FA", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://imsrishabh.blogspot.in", "display_url": "imsrishabh.blogspot.in", "url": "https://t.co/7LfANrmWGh"}]}}, "url": "https://t.co/7LfANrmWGh", "followers_count": 480, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "im_srishabh21", "geo_enabled": true, "status": {"source": "Linkis.com", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:49:24 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735060120820953088", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "WOW! My Twitter is worth $55,958.40 today. Find Out Your Twitter Fantasy Value Free! Click Here ==> https://t.co/LsCOuPvogC #RT #Followme", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735060120820953088, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [103, 126], "expanded_url": "http://ln.is/twitjeet.com/u6ha8", "display_url": "ln.is/twitjeet.com/u\u2026", "url": "https://t.co/LsCOuPvogC"}], "user_mentions": [], "hashtags": [{"indices": [127, 130], "text": "RT"}, {"indices": [131, 140], "text": "Followme"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 15, "blocked_by": false, "description": "Biker / Gamer / An Absolute Pet Lover / Perennially Hunger For Rajma Chaval. I am not a special Person,But I am just limited edition. RTs are not endorsements.", "lang": "en", "name": "Rishabh Sharma", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2572268096/1459220117", "profile_image_url": "http://pbs.twimg.com/profile_images/687973579325968384/AmQtpiEN_normal.jpg", "created_at": "Tue Jun 17 05:16:39 +0000 2014", "friends_count": 711, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/709092756665344000/LQLRLKio_normal.jpg", "statuses_count": 13466, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "131516", "favourites_count": 4421, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "", "utc_offset": -25200, "id_str": "364487087", "is_translation_enabled": false, "id": 364487087, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 3946, "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "screen_name": "_Kylesberg_", "geo_enabled": false, "status": {"source": "Hashtag Roundup", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 06:11:54 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 2, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734990284795334656", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "University of Flo-Rida #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734990284795334656, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [38, 47], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [23, 37], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/477024005904273408/FhRicEWa.jpeg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 36, "blocked_by": false, "description": "My Patronus is a Cupcake", "lang": "en", "name": "Kyle Coe", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/477024005904273408/FhRicEWa.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/364487087/1415209464", "profile_image_url": "http://pbs.twimg.com/profile_images/709092756665344000/LQLRLKio_normal.jpg", "created_at": "Mon Aug 29 21:11:37 +0000 2011", "friends_count": 3967, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/630560145622343680/cuSJzD9M_normal.jpg", "statuses_count": 870, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "FFFFFF", "favourites_count": 288, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "New York, NY", "utc_offset": -14400, "id_str": "213151008", "is_translation_enabled": false, "id": 213151008, "profile_link_color": "3385FF", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 192, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "lisa_mongillo", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 06:35:16 +0000 2016", "in_reply_to_status_id_str": "734995415129415681", "in_reply_to_screen_name": "croninwhocares", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "85019443", "is_quote_status": false, "id_str": "734996168120410113", "in_reply_to_status_id": 734995415129415681, "lang": "en", "favorited": false, "text": "@croninwhocares Remember The Cape?", "truncated": false, "in_reply_to_user_id": 85019443, "contributors": null, "retweeted": false, "id": 734996168120410113, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 15], "name": "Dan Cronin", "id": 85019443, "screen_name": "croninwhocares", "id_str": "85019443"}], "hashtags": []}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/716465143/656372c9753ea13728122e3db4af5257.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 7, "blocked_by": false, "description": "Writer and time traveler stuck in 2016 Manhattan. Fan of lemon squares. *opinions expressed here are my own*", "lang": "en", "name": "Lisa Mongillo", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/716465143/656372c9753ea13728122e3db4af5257.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/213151008/1459130182", "profile_image_url": "http://pbs.twimg.com/profile_images/630560145622343680/cuSJzD9M_normal.jpg", "created_at": "Mon Nov 08 03:12:04 +0000 2010", "friends_count": 458, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734845236002840577/bhA0oqyN_normal.jpg", "statuses_count": 81128, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 175706, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "Wales, United Kingdom", "utc_offset": -25200, "id_str": "2938277331", "is_translation_enabled": false, "id": 2938277331, "profile_link_color": "F58EA8", "entities": {"description": {"urls": [{"indices": [0, 23], "expanded_url": "https://twitter.com/search?q=from%3A%40TracyinWales&src=typd", "display_url": "twitter.com/search?q=from%\u2026", "url": "https://t.co/f2EzKNaOI5"}]}}, "url": null, "followers_count": 7398, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "TracyinWales", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 09:23:49 +0000 2016", "in_reply_to_status_id_str": "735038012686503936", "in_reply_to_screen_name": "Sam_WJ83", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "197579929", "is_quote_status": false, "id_str": "735038584672129024", "in_reply_to_status_id": 735038012686503936, "lang": "en", "favorited": false, "text": "@Sam_WJ83 I hope you didn't walk 500 miles", "truncated": false, "in_reply_to_user_id": 197579929, "contributors": null, "retweeted": false, "id": 735038584672129024, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "W.S.J", "id": 197579929, "screen_name": "Sam_WJ83", "id_str": "197579929"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 130, "blocked_by": false, "description": "https://t.co/f2EzKNaOI5 #Hashtagger don't do serious just in here for laughs", "lang": "en-gb", "name": "Taffy-Apple", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2938277331/1463556592", "profile_image_url": "http://pbs.twimg.com/profile_images/734845236002840577/bhA0oqyN_normal.jpg", "created_at": "Tue Dec 23 14:00:06 +0000 2014", "friends_count": 5446, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/461080435309568000/xKFr6g7__normal.jpeg", "statuses_count": 330, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 311, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "time_zone": null, "location": "", "utc_offset": null, "id_str": "1271082936", "is_translation_enabled": false, "id": 1271082936, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 94, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "jefeElChulo", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 3, "created_at": "Tue May 24 06:28:32 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 16, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734994471914377216", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Sorority Weaver #CollegeCelebs @midnight #pointsme", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734994471914377216, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [31, 40], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [16, 30], "text": "CollegeCelebs"}, {"indices": [41, 50], "text": "pointsme"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 2, "blocked_by": false, "description": "", "lang": "en", "name": "Jorge", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_sidebar_border_color": "C0DEED", "profile_image_url": "http://pbs.twimg.com/profile_images/461080435309568000/xKFr6g7__normal.jpeg", "created_at": "Sat Mar 16 01:03:07 +0000 2013", "friends_count": 286, "follow_request_sent": false, "blocking": false, "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/604166281206452228/8mGjTMPl_normal.jpg", "statuses_count": 206, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 68, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "time_zone": null, "location": "", "utc_offset": null, "id_str": "2271115976", "is_translation_enabled": false, "id": 2271115976, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 10, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "dabizomb", "geo_enabled": false, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 07:29:23 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735009786681384960", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Library Scovel #CollegeCelebs @midnight @roryscovel", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735009786681384960, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [30, 39], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}, {"indices": [40, 51], "name": "Rory Scovel", "id": 86363143, "screen_name": "roryscovel", "id_str": "86363143"}], "hashtags": [{"indices": [15, 29], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 3, "blocked_by": false, "description": "", "lang": "en", "name": "Ben", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_sidebar_border_color": "C0DEED", "profile_image_url": "http://pbs.twimg.com/profile_images/604166281206452228/8mGjTMPl_normal.jpg", "created_at": "Wed Jan 01 03:39:07 +0000 2014", "friends_count": 59, "follow_request_sent": false, "blocking": false, "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/683443219477180416/2slUdS7p_normal.jpg", "statuses_count": 15522, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "131516", "favourites_count": 24578, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "Decatur, GA", "utc_offset": -14400, "id_str": "14408999", "is_translation_enabled": false, "id": 14408999, "profile_link_color": "009999", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://Instagram.com/underscoregrayson", "display_url": "Instagram.com/underscoregray\u2026", "url": "https://t.co/Tvq4dVyGzb"}]}}, "url": "https://t.co/Tvq4dVyGzb", "followers_count": 2475, "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "screen_name": "_Grayson", "geo_enabled": true, "status": {"source": "Twitter for iPad", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 06:50:32 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735000009431744512", "in_reply_to_status_id": null, "lang": "da", "favorited": false, "text": "Bruce Springbreak #CollegeCelebs https://t.co/NqtJ7ztlf6", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/NqtJ7ztlf6", "url": "https://t.co/NqtJ7ztlf6", "media_url_https": "https://pbs.twimg.com/media/CjM-nHYWEAYfXOp.jpg", "indices": [33, 56], "media_url": "http://pbs.twimg.com/media/CjM-nHYWEAYfXOp.jpg", "sizes": {"small": {"h": 453, "resize": "fit", "w": 340}, "large": {"h": 580, "resize": "fit", "w": 435}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 580, "resize": "fit", "w": 435}}, "id": 735000005908500486, "expanded_url": "http://twitter.com/_Grayson/status/735000009431744512/photo/1", "id_str": "735000005908500486"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735000009431744512, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/NqtJ7ztlf6", "url": "https://t.co/NqtJ7ztlf6", "media_url_https": "https://pbs.twimg.com/media/CjM-nHYWEAYfXOp.jpg", "indices": [33, 56], "media_url": "http://pbs.twimg.com/media/CjM-nHYWEAYfXOp.jpg", "sizes": {"small": {"h": 453, "resize": "fit", "w": 340}, "large": {"h": 580, "resize": "fit", "w": 435}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 580, "resize": "fit", "w": 435}}, "id": 735000005908500486, "expanded_url": "http://twitter.com/_Grayson/status/735000009431744512/photo/1", "id_str": "735000005908500486"}], "urls": [], "user_mentions": [], "hashtags": [{"indices": [18, 32], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/585178324852285440/5fDmfAIK.png", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 98, "blocked_by": false, "description": "Social media producer HLN's @MorningExp. @Ctr4CHR volunteer. Husband. #HashtagGame dabbler. Future #AmazingRace loser.", "lang": "en", "name": "Grayson", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/585178324852285440/5fDmfAIK.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14408999/1463052283", "profile_image_url": "http://pbs.twimg.com/profile_images/683443219477180416/2slUdS7p_normal.jpg", "created_at": "Wed Apr 16 15:16:28 +0000 2008", "friends_count": 1443, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/724474033228537856/IHNgerbw_normal.jpg", "statuses_count": 30525, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "022330", "favourites_count": 9439, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Central Time (US & Canada)", "location": "Twin Cities", "utc_offset": -18000, "id_str": "17197784", "is_translation_enabled": false, "id": 17197784, "profile_link_color": "00B339", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://www.startribune.com/bios/10646136.html", "display_url": "startribune.com/bios/10646136.\u2026", "url": "https://t.co/ithYOfNdEb"}]}}, "url": "https://t.co/ithYOfNdEb", "followers_count": 1884, "notifications": false, "profile_sidebar_fill_color": "C0DFEC", "screen_name": "vtuss", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 06:54:12 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735000932287545344", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "The University of Ohio Bobcat Goldthwaits @midnight #CollegeCelebs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735000932287545344, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [42, 51], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [52, 66], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 129, "blocked_by": false, "description": "@StarTribune night home page producer. Copy editor forever. Pro reader. Dad of 3. More coffee! Sports fan. Detroit native. Why did Constantinople get the works?", "lang": "en", "name": "Vince Tuss", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/17197784/1430627221", "profile_image_url": "http://pbs.twimg.com/profile_images/724474033228537856/IHNgerbw_normal.jpg", "created_at": "Wed Nov 05 21:15:19 +0000 2008", "friends_count": 3043, "follow_request_sent": false, "profile_sidebar_border_color": "A8C7F7", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/661920537459990528/qoOh7YAz_normal.jpg", "statuses_count": 13457, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 6479, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "New York", "utc_offset": -25200, "id_str": "34556109", "is_translation_enabled": false, "id": 34556109, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 22], "expanded_url": "http://frankconniff.com/", "display_url": "frankconniff.com", "url": "http://t.co/6Z3UhJqYqI"}]}}, "url": "http://t.co/6Z3UhJqYqI", "followers_count": 51566, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "FrankConniff", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 2, "created_at": "Tue May 24 08:09:44 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 17, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735019941901045760", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Coleman Francis of Assisi University #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735019941901045760, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [52, 61], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [37, 51], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 2106, "blocked_by": false, "description": "Writer, Comedian, TV's Frank", "lang": "en", "name": "Frank Conniff", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/34556109/1446650131", "profile_image_url": "http://pbs.twimg.com/profile_images/661920537459990528/qoOh7YAz_normal.jpg", "created_at": "Thu Apr 23 06:50:54 +0000 2009", "friends_count": 4477, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/540539554877288448/s5Zgl3rA_normal.jpeg", "statuses_count": 2382, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 1412, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "Huston", "utc_offset": -14400, "id_str": "2531159968", "is_translation_enabled": false, "id": 2531159968, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1841, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "traceyhappymom", "geo_enabled": false, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 5, "created_at": "Tue May 24 08:55:48 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 10, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735031533791105024", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#IAmOnlyAsking...you to repeat what you said in your adorable accent.", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735031533791105024, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 14], "text": "IAmOnlyAsking"}]}}, "coordinates": null, "geo": null, "retweet_count": 5, "created_at": "Tue May 24 10:30:54 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735055464807829504", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @KattFunny: #IAmOnlyAsking...you to repeat what you said in your adorable accent.", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735055464807829504, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 13], "name": "Katt Funny", "id": 76862633, "screen_name": "KattFunny", "id_str": "76862633"}], "hashtags": [{"indices": [15, 29], "text": "IAmOnlyAsking"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 9, "blocked_by": false, "description": "Great thoughts speak only to the thoughtful mind, but great actions speak to all mankind.", "lang": "en", "name": "Tracy Brooks", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2531159968/1417709653", "profile_image_url": "http://pbs.twimg.com/profile_images/540539554877288448/s5Zgl3rA_normal.jpeg", "created_at": "Mon May 05 14:13:47 +0000 2014", "friends_count": 1020, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/553206083905265664/4Kud3z0m_normal.jpeg", "statuses_count": 1562, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "EBEBEB", "favourites_count": 1307, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "USA", "utc_offset": -14400, "id_str": "1674083671", "is_translation_enabled": false, "id": 1674083671, "profile_link_color": "990000", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1571, "notifications": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "Gab1Aldana", "geo_enabled": false, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Mobile Web (M2)", "coordinates": null, "geo": null, "retweet_count": 5, "created_at": "Tue May 24 09:05:53 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 8, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735034072955654144", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#IAmOnlyAsking whimmy wham wham wozzle?", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735034072955654144, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 14], "text": "IAmOnlyAsking"}]}}, "coordinates": null, "geo": null, "retweet_count": 5, "created_at": "Tue May 24 10:53:29 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061148794421248", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @TimKcomic: #IAmOnlyAsking whimmy wham wham wozzle?", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061148794421248, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 13], "name": "Tim Kelly GMC", "id": 2191701846, "screen_name": "TimKcomic", "id_str": "2191701846"}], "hashtags": [{"indices": [15, 29], "text": "IAmOnlyAsking"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 13, "blocked_by": false, "description": "\u2764 Love my life \u2764", "lang": "en", "name": "Gabriella Aldana", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1674083671/1420729591", "profile_image_url": "http://pbs.twimg.com/profile_images/553206083905265664/4Kud3z0m_normal.jpeg", "created_at": "Thu Aug 15 21:02:22 +0000 2013", "friends_count": 1238, "follow_request_sent": false, "profile_sidebar_border_color": "DFDFDF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/553120411680903168/ogD7uCsN_normal.jpeg", "statuses_count": 1831, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 1401, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "time_zone": "Eastern Time (US & Canada)", "location": "", "utc_offset": -14400, "id_str": "1650310652", "is_translation_enabled": false, "id": 1650310652, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1575, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "HellieEdwards", "geo_enabled": false, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Mobile Web (M2)", "coordinates": null, "geo": null, "retweet_count": 3, "created_at": "Tue May 24 09:01:54 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 5, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735033067543265280", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "#IAmOnlyAsking Nay, I'm demanding...if that's ok with you?", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735033067543265280, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [0, 14], "text": "IAmOnlyAsking"}]}}, "coordinates": null, "geo": null, "retweet_count": 3, "created_at": "Tue May 24 10:37:13 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735057055313076225", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @TimKcomic: #IAmOnlyAsking Nay, I'm demanding...if that's ok with you?", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735057055313076225, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 13], "name": "Tim Kelly GMC", "id": 2191701846, "screen_name": "TimKcomic", "id_str": "2191701846"}], "hashtags": [{"indices": [15, 29], "text": "IAmOnlyAsking"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 9, "blocked_by": false, "description": "", "lang": "en", "name": "Praying for Love", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "profile_sidebar_border_color": "000000", "profile_image_url": "http://pbs.twimg.com/profile_images/553120411680903168/ogD7uCsN_normal.jpeg", "created_at": "Tue Aug 06 13:08:11 +0000 2013", "friends_count": 1082, "follow_request_sent": false, "blocking": false, "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/526766878903914497/BV3YyhR8_normal.jpeg", "statuses_count": 2667, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 1697, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "Atlanta", "utc_offset": -14400, "id_str": "2572531545", "is_translation_enabled": false, "id": 2572531545, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 2098, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "TrytofinditOut", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:11:16 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735050527021535232", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @WillPresti: Lucille Ball State #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735050527021535232, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 14], "name": "Will Presti", "id": 1944881082, "screen_name": "WillPresti", "id_str": "1944881082"}, {"indices": [50, 59], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [35, 49], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 21, "blocked_by": false, "description": "love travellin", "lang": "en", "name": "Miss Jane", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2572531545/1414426013", "profile_image_url": "http://pbs.twimg.com/profile_images/526766878903914497/BV3YyhR8_normal.jpeg", "created_at": "Fri May 30 16:40:45 +0000 2014", "friends_count": 1382, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/722975090929991680/rSHNM6DI_normal.jpg", "statuses_count": 34405, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 72301, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "The Region", "utc_offset": -14400, "id_str": "1451921947", "is_translation_enabled": false, "id": 1451921947, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 4131, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "WhoBrannigan", "geo_enabled": false, "status": {"source": "Twitter for Android", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:27:22 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735054578563964928", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I #AlwaysWakeUpWhen I'm just getting to the good part of the dream", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735054578563964928, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [2, 19], "text": "AlwaysWakeUpWhen"}]}}, "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:53:35 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735061174211903488", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @buzzyiswhat: I #AlwaysWakeUpWhen I'm just getting to the good part of the dream", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735061174211903488, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 15], "name": "Buzzy", "id": 4881330679, "screen_name": "buzzyiswhat", "id_str": "4881330679"}], "hashtags": [{"indices": [19, 36], "text": "AlwaysWakeUpWhen"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 110, "blocked_by": false, "description": "King of SuitPants", "lang": "en", "name": "WhoBrannigan", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1451921947/1454087456", "profile_image_url": "http://pbs.twimg.com/profile_images/722975090929991680/rSHNM6DI_normal.jpg", "created_at": "Thu May 23 16:27:51 +0000 2013", "friends_count": 3633, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/733043047768940544/pw4408G8_normal.jpg", "statuses_count": 36, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 2, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "time_zone": null, "location": "", "utc_offset": null, "id_str": "729493049852694529", "is_translation_enabled": false, "id": 729493049852694529, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://bit.ly/1qlY85t", "display_url": "bit.ly/1qlY85t", "url": "https://t.co/IeCoLkMQD8"}]}}, "url": "https://t.co/IeCoLkMQD8", "followers_count": 3, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "natalie96241583", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:44:14 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735058822771945472", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "\"Will\" is short for William. But so is Bill...I could have been the white Little Bill in high school\ud83d\ude33\ud83d\ude33\ud83d\ude02 #CollegeCelebs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735058822771945472, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [104, 118], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 12, "blocked_by": false, "description": "More about me look here, look for the login Annie3584", "lang": "en", "name": "Belinda3282", "profile_background_image_url": null, "profile_sidebar_border_color": "C0DEED", "profile_image_url": "http://pbs.twimg.com/profile_images/733043047768940544/pw4408G8_normal.jpg", "created_at": "Mon May 09 02:07:51 +0000 2016", "friends_count": 35, "follow_request_sent": false, "blocking": false, "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/720091046353494020/BQqdcNBy_normal.jpg", "statuses_count": 4391, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "F5F8FA", "favourites_count": 1352, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Georgia, USA", "utc_offset": null, "id_str": "707764649173897216", "is_translation_enabled": false, "id": 707764649173897216, "profile_link_color": "2B7BB9", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 325, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "kauffeemann", "geo_enabled": false, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:40:44 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735057939455561729", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Book Shields #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735057939455561729, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [28, 37], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [13, 27], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": null, "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 5, "blocked_by": false, "description": "aka capnhowdy \nBreaker of internet.\nMore helpful than Siri. \nYour next OK GOOGLE", "lang": "en", "name": "Keebler sidejob", "profile_background_image_url": null, "profile_banner_url": "https://pbs.twimg.com/profile_banners/707764649173897216/1462236019", "profile_image_url": "http://pbs.twimg.com/profile_images/720091046353494020/BQqdcNBy_normal.jpg", "created_at": "Thu Mar 10 03:06:56 +0000 2016", "friends_count": 249, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/552447197015334912/AF0oozfs_normal.jpeg", "statuses_count": 1933, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 1226, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "United States", "utc_offset": -14400, "id_str": "1650681522", "is_translation_enabled": false, "id": 1650681522, "profile_link_color": "4A913C", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1247, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "IlikeBIGbuttand", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:10:53 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 5, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735050427125862400", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "University of North Dakota Fanning #CollegeCelebs", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735050427125862400, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [35, 49], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 10, "blocked_by": false, "description": "The only true wisdom is in knowing you know nothing!", "lang": "en", "name": "Messiah Haynes", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1650681522/1420548535", "profile_image_url": "http://pbs.twimg.com/profile_images/552447197015334912/AF0oozfs_normal.jpeg", "created_at": "Tue Aug 06 16:32:34 +0000 2013", "friends_count": 783, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/652461292708429824/wzrtJswf_normal.jpg", "statuses_count": 1973, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 1532, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "US", "utc_offset": -14400, "id_str": "2573225349", "is_translation_enabled": false, "id": 2573225349, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 2014, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "DominicValent", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:09:49 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735050158535106560", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @bigmacher: Univeristy of Flo Rida #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735050158535106560, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 13], "name": "Jeff Dwoskin", "id": 8522892, "screen_name": "bigmacher", "id_str": "8522892"}, {"indices": [53, 62], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [38, 52], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 17, "blocked_by": false, "description": "Try to be a rainbow in someone's cloud", "lang": "en", "name": "Dominic Valentine", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2573225349/1417250604", "profile_image_url": "http://pbs.twimg.com/profile_images/652461292708429824/wzrtJswf_normal.jpg", "created_at": "Sat May 31 03:02:31 +0000 2014", "friends_count": 1510, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/527096037551255553/pMSPBE_k_normal.jpeg", "statuses_count": 2371, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 1216, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "New - York", "utc_offset": -14400, "id_str": "2569229674", "is_translation_enabled": false, "id": 2569229674, "profile_link_color": "DD2E44", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1475, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "LoraGreeen", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:10:07 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 2, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735050236771602432", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @KFedFan69: The University Formerly Known as Princeton #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735050236771602432, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 13], "name": "Terrence James", "id": 205527132, "screen_name": "KFedFan69", "id_str": "205527132"}, {"indices": [73, 82], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [58, 72], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 7, "blocked_by": false, "description": "Be the change that you wish to see in the world", "lang": "en", "name": "Lora Green", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2569229674/1414504482", "profile_image_url": "http://pbs.twimg.com/profile_images/527096037551255553/pMSPBE_k_normal.jpeg", "created_at": "Wed May 28 16:02:11 +0000 2014", "friends_count": 875, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/730347202875363328/n7D0Z1Pd_normal.jpg", "statuses_count": 5483, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 8000, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "England, United Kingdom", "utc_offset": -25200, "id_str": "4866699178", "is_translation_enabled": false, "id": 4866699178, "profile_link_color": "1B95E0", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 711, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "JLeytonNGTP", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 1, "created_at": "Tue May 24 10:34:25 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 5, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735056350678515712", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I #AlwaysWakeUpWhen the wife is holding a pillow over my face but one day I won't", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735056350678515712, "entities": {"symbols": [], "urls": [], "user_mentions": [], "hashtags": [{"indices": [2, 19], "text": "AlwaysWakeUpWhen"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 9, "blocked_by": false, "description": "Married to a lovely lady we have a great son love comedy sports don't drink alcohol anymore founder of 'We Are The Baldies' Fav band ever Joy Division", "lang": "en", "name": "John Leyton", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4866699178/1462701097", "profile_image_url": "http://pbs.twimg.com/profile_images/730347202875363328/n7D0Z1Pd_normal.jpg", "created_at": "Sun Jan 31 14:41:31 +0000 2016", "friends_count": 989, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/706141203989864448/RZqPUlmb_normal.jpg", "statuses_count": 8868, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 8445, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Eastern Time (US & Canada)", "location": "Western NC", "utc_offset": -14400, "id_str": "4461399201", "is_translation_enabled": false, "id": 4461399201, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://thebloggingbaker.blogspot.com/", "display_url": "thebloggingbaker.blogspot.com", "url": "https://t.co/uaRSz3fRey"}]}}, "url": "https://t.co/uaRSz3fRey", "followers_count": 1462, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "SideOfHashTags", "geo_enabled": false, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:58:52 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 1, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735062505224065024", "in_reply_to_status_id": null, "lang": "pl", "favorited": false, "text": "Transfergie\n#CollegeCelebs @midnight https://t.co/ho4RyO1tWT", "truncated": false, "extended_entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/ho4RyO1tWT", "url": "https://t.co/ho4RyO1tWT", "media_url_https": "https://pbs.twimg.com/media/CjN3dBnWgAAu2bl.jpg", "indices": [37, 60], "media_url": "http://pbs.twimg.com/media/CjN3dBnWgAAu2bl.jpg", "sizes": {"small": {"h": 229, "resize": "fit", "w": 340}, "large": {"h": 404, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 404, "resize": "fit", "w": 600}}, "id": 735062504724922368, "expanded_url": "http://twitter.com/SideOfHashTags/status/735062505224065024/photo/1", "id_str": "735062504724922368"}]}, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735062505224065024, "possibly_sensitive": false, "entities": {"symbols": [], "media": [{"type": "photo", "display_url": "pic.twitter.com/ho4RyO1tWT", "url": "https://t.co/ho4RyO1tWT", "media_url_https": "https://pbs.twimg.com/media/CjN3dBnWgAAu2bl.jpg", "indices": [37, 60], "media_url": "http://pbs.twimg.com/media/CjN3dBnWgAAu2bl.jpg", "sizes": {"small": {"h": 229, "resize": "fit", "w": 340}, "large": {"h": 404, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "medium": {"h": 404, "resize": "fit", "w": 600}}, "id": 735062504724922368, "expanded_url": "http://twitter.com/SideOfHashTags/status/735062505224065024/photo/1", "id_str": "735062504724922368"}], "urls": [], "user_mentions": [{"indices": [27, 36], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [12, 26], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/696107921487204352/8KRBApPS.jpg", "verified": false, "profile_background_tile": true, "muting": true, "listed_count": 24, "blocked_by": false, "description": "The prolific hashtag gaming side of @bloggingbaker. The elipsis and I, we go way back... Riding tandem with the random since 1962.", "lang": "en", "name": "Warren Baker", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/696107921487204352/8KRBApPS.jpg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4461399201/1462447090", "profile_image_url": "http://pbs.twimg.com/profile_images/706141203989864448/RZqPUlmb_normal.jpg", "created_at": "Sat Dec 12 17:19:42 +0000 2015", "friends_count": 1360, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/657530627978170368/hhhiVsgL_normal.jpg", "statuses_count": 23802, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 19381, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Cape Breton Island, N.S.", "utc_offset": null, "id_str": "1609833792", "is_translation_enabled": false, "id": 1609833792, "profile_link_color": "9266CC", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 832, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "hgmackinnon", "geo_enabled": true, "status": {"source": "Twitter Web Client", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:52:44 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": "midnight", "place": {"bounding_box": {"type": "Polygon", "coordinates": [[[-60.812036, 44.588424], [-57.845273, 44.588424], [-57.845273, 46.480853], [-60.812036, 46.480853]]]}, "url": "https://api.twitter.com/1.1/geo/id/5346c2e28722a421.json", "place_type": "city", "contained_within": [], "name": "Cape Breton", "attributes": {}, "id": "5346c2e28722a421", "country": "Canada", "country_code": "CA", "full_name": "Cape Breton, Nova Scotia"}, "favorite_count": 0, "in_reply_to_user_id_str": "1418745782", "is_quote_status": false, "id_str": "735060961363693568", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "@midnight \n#CollegeCelebs\nUniversity of Denzel Washington", "truncated": false, "in_reply_to_user_id": 1418745782, "contributors": null, "retweeted": false, "id": 735060961363693568, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 9], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [11, 25], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 15, "blocked_by": false, "description": "Sarcastic pop culture geek, Acadia U. alumna, music=life, youth counsellor, #er, fan of Carlin, brOOOOce, Van, Floyd, Queen, et al. Proud Canuck!", "lang": "en", "name": "CanadianLass", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1609833792/1462914933", "profile_image_url": "http://pbs.twimg.com/profile_images/657530627978170368/hhhiVsgL_normal.jpg", "created_at": "Sun Jul 21 06:11:53 +0000 2013", "friends_count": 865, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/734708558474969088/CDeBWrb6_normal.jpg", "statuses_count": 31164, "profile_text_color": "000000", "protected": false, "is_translator": false, "profile_background_color": "000000", "favourites_count": 28878, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": true, "blocking": false, "time_zone": null, "location": "Deep in the vortex", "utc_offset": null, "id_str": "700228367", "is_translation_enabled": false, "id": 700228367, "profile_link_color": "4A913C", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1387, "notifications": false, "profile_sidebar_fill_color": "000000", "screen_name": "hairymelvin", "geo_enabled": true, "status": {"source": "Twitter for Android", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Tue May 24 10:52:33 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": "NicolleDWallace", "place": null, "favorite_count": 0, "in_reply_to_user_id_str": "860555190", "is_quote_status": false, "id_str": "735060914940973057", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "@NicolleDWallace \nAnything @realDonaldTrump says is immediately dismissed by anyone with a Bachelors degree. \n@Morning_Joe @MSNBC", "truncated": false, "in_reply_to_user_id": 860555190, "contributors": null, "retweeted": false, "id": 735060914940973057, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 16], "name": "Nicolle Wallace", "id": 860555190, "screen_name": "NicolleDWallace", "id_str": "860555190"}, {"indices": [27, 43], "name": "Donald J. Trump", "id": 25073877, "screen_name": "realDonaldTrump", "id_str": "25073877"}, {"indices": [110, 122], "name": "Morning Joe", "id": 254117355, "screen_name": "Morning_Joe", "id_str": "254117355"}, {"indices": [123, 129], "name": "MSNBC", "id": 2836421, "screen_name": "MSNBC", "id_str": "2836421"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_background_tile": false, "muting": true, "listed_count": 69, "blocked_by": false, "description": "hello my little playthings", "lang": "en", "name": "Hairy Melvin\u267f\u265c\u269b\u2650\u262f", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/700228367/1449290553", "profile_image_url": "http://pbs.twimg.com/profile_images/734708558474969088/CDeBWrb6_normal.jpg", "created_at": "Wed Oct 02 13:43:04 +0000 2013", "friends_count": 1169, "follow_request_sent": false, "profile_sidebar_border_color": "000000", "profile_use_background_image": false}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/615569976133488641/XY2lIMKQ_normal.jpg", "statuses_count": 25340, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "131516", "favourites_count": 39833, "contributors_enabled": false, "default_profile": false, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Pacific Time (US & Canada)", "location": "Home of the #HashtagWars", "utc_offset": -25200, "id_str": "1418745782", "is_translation_enabled": false, "id": 1418745782, "profile_link_color": "18428F", "entities": {"description": {"urls": [{"indices": [66, 89], "expanded_url": "http://instagram.com/atmidnightcc", "display_url": "instagram.com/atmidnightcc", "url": "https://t.co/Fiiirif1Bq"}]}, "url": {"urls": [{"indices": [0, 23], "expanded_url": "http://cc.com/atmidnight", "display_url": "cc.com/atmidnight", "url": "https://t.co/SeCMu70JRF"}]}}, "url": "https://t.co/SeCMu70JRF", "followers_count": 524620, "notifications": false, "profile_sidebar_fill_color": "EFEFEF", "screen_name": "midnight", "geo_enabled": false, "status": {"source": "Twitter Web Client", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 7, "created_at": "Tue May 24 03:42:43 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 50, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "734952741957599233", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "Ray Ramen-o #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 734952741957599233, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [27, 36], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [12, 26], "text": "CollegeCelebs"}]}}, "coordinates": null, "geo": null, "retweet_count": 7, "created_at": "Tue May 24 07:17:38 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "735006830737252352", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @DrEricBruin: Ray Ramen-o #CollegeCelebs @midnight", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 735006830737252352, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [3, 15], "name": "Eric", "id": 346871393, "screen_name": "DrEricBruin", "id_str": "346871393"}, {"indices": [44, 53], "name": "@midnight", "id": 1418745782, "screen_name": "midnight", "id_str": "1418745782"}], "hashtags": [{"indices": [29, 43], "text": "CollegeCelebs"}]}}, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000095387197/3e7dd25288ff089f6d09363d88684fe0.jpeg", "verified": true, "profile_background_tile": false, "muting": true, "listed_count": 3644, "blocked_by": false, "description": "Late night game show thing hosted by @Hardwick on @ComedyCentral! https://t.co/Fiiirif1Bq.", "lang": "en", "name": "@midnight", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000095387197/3e7dd25288ff089f6d09363d88684fe0.jpeg", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1418745782/1443454822", "profile_image_url": "http://pbs.twimg.com/profile_images/615569976133488641/XY2lIMKQ_normal.jpg", "created_at": "Fri May 10 18:11:58 +0000 2013", "friends_count": 1251, "follow_request_sent": false, "profile_sidebar_border_color": "FFFFFF", "profile_use_background_image": true}, {"profile_image_url_https": "https://pbs.twimg.com/profile_images/694413957868625920/PZNI3yPX_normal.jpg", "statuses_count": 9975, "profile_text_color": "333333", "protected": false, "is_translator": false, "profile_background_color": "C0DEED", "favourites_count": 5650, "contributors_enabled": false, "default_profile": true, "following": false, "default_profile_image": false, "has_extended_profile": false, "blocking": false, "time_zone": "Central Time (US & Canada)", "location": "San Francisco", "utc_offset": -18000, "id_str": "6385432", "is_translation_enabled": false, "id": 6385432, "profile_link_color": "0084B4", "entities": {"description": {"urls": []}}, "url": null, "followers_count": 1642910, "notifications": false, "profile_sidebar_fill_color": "DDEEF6", "screen_name": "dickc", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 0, "created_at": "Mon May 23 04:10:47 +0000 2016", "in_reply_to_status_id_str": "734414308340178946", "in_reply_to_screen_name": "kpk", "place": null, "favorite_count": 3, "in_reply_to_user_id_str": "22915745", "is_quote_status": false, "id_str": "734597416914157568", "in_reply_to_status_id": 734414308340178946, "lang": "en", "favorited": false, "text": "@kpk no not hilly. Very flat for the most part. A couples up and down bumps but nothing horrible. No, I don't like running after about 5k", "truncated": false, "in_reply_to_user_id": 22915745, "contributors": null, "retweeted": false, "id": 734597416914157568, "entities": {"symbols": [], "urls": [], "user_mentions": [{"indices": [0, 4], "name": "Kenneth", "id": 22915745, "screen_name": "kpk", "id_str": "22915745"}], "hashtags": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": true, "profile_background_tile": false, "muting": true, "listed_count": 9232, "blocked_by": false, "description": "", "lang": "en", "name": "dick costolo", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_banner_url": "https://pbs.twimg.com/profile_banners/6385432/1347981884", "profile_image_url": "http://pbs.twimg.com/profile_images/694413957868625920/PZNI3yPX_normal.jpg", "created_at": "Mon May 28 13:26:41 +0000 2007", "friends_count": 617, "follow_request_sent": false, "profile_sidebar_border_color": "C0DEED", "profile_use_background_image": true}], "previous_cursor": -1535206508491038245}python-twitter-3.3/testdata/get_replies.json000066400000000000000000002155761311017327200214230ustar00rootroot00000000000000[{"created_at":"Mon Nov 30 11:44:08 +0000 2015","id":671293633849655296,"id_str":"671293633849655296","text":"data #python","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[5,12]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"in"},{"created_at":"Mon Nov 30 11:38:55 +0000 2015","id":671292317123387396,"id_str":"671292317123387396","text":"#python is cool","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[0,7]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:38:08 +0000 2015","id":671292121203257344,"id_str":"671292121203257344","text":"test","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:36:57 +0000 2015","id":671291823994888192,"id_str":"671291823994888192","text":"s'up","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Mon Nov 30 11:17:49 +0000 2015","id":671287007889506304,"id_str":"671287007889506304","text":"heyyo","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"tl"},{"created_at":"Mon Nov 30 11:17:11 +0000 2015","id":671286849579720704,"id_str":"671286849579720704","text":"hi","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Nov 13 12:02:32 +0000 2015","id":665137669886902272,"id_str":"665137669886902272","text":"hi https:\/\/t.co\/R7CjFKbgeg","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":665136967898767360,"id_str":"665136967898767360","indices":[3,26],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","url":"https:\/\/t.co\/R7CjFKbgeg","display_url":"pic.twitter.com\/R7CjFKbgeg","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/665137669886902272\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":665136967898767360,"id_str":"665136967898767360","indices":[3,26],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","url":"https:\/\/t.co\/R7CjFKbgeg","display_url":"pic.twitter.com\/R7CjFKbgeg","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/665137669886902272\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}},"video_info":{"aspect_ratio":[16,9],"duration_millis":6500,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/pl\/W6BlyXzk7g_8-tKJ.mpd"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/1280x720\/htYRJBesfbSGeoT8.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/640x360\/BUBv0buG27I8DgM9.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/640x360\/BUBv0buG27I8DgM9.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/320x180\/HMdmPavKQMvFzWnq.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/pl\/W6BlyXzk7g_8-tKJ.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Mon Nov 09 23:54:36 +0000 2015","id":663867314799050752,"id_str":"663867314799050752","text":"Coordinates: (-23.724299586845486, 116.83818451838428) https:\/\/t.co\/c1rNh9GkhL","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663867262881783808,"id_str":"663867262881783808","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","url":"https:\/\/t.co\/c1rNh9GkhL","display_url":"pic.twitter.com\/c1rNh9GkhL","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663867314799050752\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663867262881783808,"id_str":"663867262881783808","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","url":"https:\/\/t.co\/c1rNh9GkhL","display_url":"pic.twitter.com\/c1rNh9GkhL","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663867314799050752\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":14834,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/pl\/MwL-LTqapKjJwZyl.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/480x480\/Q9mGbytAe11Sz4hx.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/240x240\/Ij3RqA9YktoMaI42.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/720x720\/B6dD-annh_65-vR4.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/pl\/MwL-LTqapKjJwZyl.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/480x480\/Q9mGbytAe11Sz4hx.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 23:30:32 +0000 2015","id":663861256521170946,"id_str":"663861256521170946","text":"Coordinates: (19.25115865817856, 128.6433834429668) https:\/\/t.co\/kwT95TSYa7","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663861220156375040,"id_str":"663861220156375040","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","url":"https:\/\/t.co\/kwT95TSYa7","display_url":"pic.twitter.com\/kwT95TSYa7","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663861256521170946\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663861220156375040,"id_str":"663861220156375040","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","url":"https:\/\/t.co\/kwT95TSYa7","display_url":"pic.twitter.com\/kwT95TSYa7","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663861256521170946\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":4000,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/480x480\/_F_tb5b1a1XCIVbh.webm"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/720x720\/BdhHKM_zV5ZHUJ9M.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/pl\/pd8Cs5cZr781b7Bq.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/pl\/pd8Cs5cZr781b7Bq.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/240x240\/vADh8GWFlLpK0hMz.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/480x480\/_F_tb5b1a1XCIVbh.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 02:47:27 +0000 2015","id":663548426735460352,"id_str":"663548426735460352","text":"Coordinates: (19.407056335751044, 176.55123837932575) https:\/\/t.co\/n6uwVWtpB2","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663548347588866048,"id_str":"663548347588866048","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","url":"https:\/\/t.co\/n6uwVWtpB2","display_url":"pic.twitter.com\/n6uwVWtpB2","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663548426735460352\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663548347588866048,"id_str":"663548347588866048","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","url":"https:\/\/t.co\/n6uwVWtpB2","display_url":"pic.twitter.com\/n6uwVWtpB2","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663548426735460352\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/720x720\/sy1-a19_nQQx5MxI.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/pl\/U5YtH1Yw_LAvEcq9.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/240x240\/-C6pTt27AIyCvP5w.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/480x480\/2ptLOyIdZXmiIwiy.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/480x480\/2ptLOyIdZXmiIwiy.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/pl\/U5YtH1Yw_LAvEcq9.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 00:26:44 +0000 2015","id":663513012867891200,"id_str":"663513012867891200","text":"Coordinates: (29.810739350132245, -177.8551840127668) https:\/\/t.co\/zzRxdWqQ8c","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663512957876211712,"id_str":"663512957876211712","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","url":"https:\/\/t.co\/zzRxdWqQ8c","display_url":"pic.twitter.com\/zzRxdWqQ8c","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663513012867891200\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663512957876211712,"id_str":"663512957876211712","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","url":"https:\/\/t.co\/zzRxdWqQ8c","display_url":"pic.twitter.com\/zzRxdWqQ8c","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663513012867891200\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/pl\/g7ur9WnJnBBDp5GN.m3u8"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/720x720\/H5ErESRE9hlVzmkR.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/pl\/g7ur9WnJnBBDp5GN.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/480x480\/6Msz2517N8Fs2HvU.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/480x480\/6Msz2517N8Fs2HvU.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/240x240\/pNWK9cYjOXp-esyT.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 22:36:48 +0000 2015","id":663485346819284993,"id_str":"663485346819284993","text":"Coordinates: (-1.7578742086942767, 161.1118539038322) https:\/\/t.co\/srWIkeUrBh","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663485293404778496,"id_str":"663485293404778496","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","url":"https:\/\/t.co\/srWIkeUrBh","display_url":"pic.twitter.com\/srWIkeUrBh","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663485346819284993\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663485293404778496,"id_str":"663485293404778496","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","url":"https:\/\/t.co\/srWIkeUrBh","display_url":"pic.twitter.com\/srWIkeUrBh","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663485346819284993\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/pl\/WmDKek_oYQFTQzT4.m3u8"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/480x480\/ZS7AEBCTOBJveiGA.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/pl\/WmDKek_oYQFTQzT4.mpd"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/480x480\/ZS7AEBCTOBJveiGA.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/720x720\/mJ-KHWl1NIJ-iLYP.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/240x240\/ayxBl5T23_0uPvUK.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 22:33:51 +0000 2015","id":663484604012072960,"id_str":"663484604012072960","text":"Coordinates: (-11.346469919845939, 100.09071030418862) https:\/\/t.co\/FjAA3EmCE6","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663484536852865024,"id_str":"663484536852865024","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","url":"https:\/\/t.co\/FjAA3EmCE6","display_url":"pic.twitter.com\/FjAA3EmCE6","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663484604012072960\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663484536852865024,"id_str":"663484536852865024","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","url":"https:\/\/t.co\/FjAA3EmCE6","display_url":"pic.twitter.com\/FjAA3EmCE6","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663484604012072960\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":18000,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/240x240\/t1LjT6giBFdOrO79.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/720x720\/lsxjJAD2qNJhvhwD.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/pl\/mZAS9FnRiw4uqnyI.m3u8"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/480x480\/ufo7fIbCKd9Qy21G.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/480x480\/ufo7fIbCKd9Qy21G.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/pl\/mZAS9FnRiw4uqnyI.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:51:32 +0000 2015","id":663473957811658753,"id_str":"663473957811658753","text":"Coordinates: ('Space', 'Space') https:\/\/t.co\/wTPSb1I8Mf","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663473920029253632,"id_str":"663473920029253632","indices":[32,55],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","url":"https:\/\/t.co\/wTPSb1I8Mf","display_url":"pic.twitter.com\/wTPSb1I8Mf","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663473957811658753\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663473920029253632,"id_str":"663473920029253632","indices":[32,55],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","url":"https:\/\/t.co\/wTPSb1I8Mf","display_url":"pic.twitter.com\/wTPSb1I8Mf","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663473957811658753\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":18000,"variants":[{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/720x720\/I7TOIh7tG81O_40F.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/pl\/tp-XmLOlsF7Q4S0A.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/pl\/tp-XmLOlsF7Q4S0A.mpd"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/240x240\/A8XcFhN8DxUiBwgT.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/480x480\/wbsKT-C24l7K2WF3.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/480x480\/wbsKT-C24l7K2WF3.webm"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:27:36 +0000 2015","id":663467933465636864,"id_str":"663467933465636864","text":"Coordinates: (11.598328597748077, 140.60806471667786) https:\/\/t.co\/S7iow4EjA1","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663467838410240000,"id_str":"663467838410240000","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","url":"https:\/\/t.co\/S7iow4EjA1","display_url":"pic.twitter.com\/S7iow4EjA1","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467933465636864\/video\/1","type":"photo","sizes":{"large":{"w":800,"h":1080,"resize":"fit"},"small":{"w":340,"h":459,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":810,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663467838410240000,"id_str":"663467838410240000","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","url":"https:\/\/t.co\/S7iow4EjA1","display_url":"pic.twitter.com\/S7iow4EjA1","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467933465636864\/video\/1","type":"video","sizes":{"large":{"w":800,"h":1080,"resize":"fit"},"small":{"w":340,"h":459,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":810,"resize":"fit"}},"video_info":{"aspect_ratio":[20,27],"duration_millis":18000,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/474x640\/__uhgfmLp26gGozH.webm"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/pl\/xBxTyBNoiBJN5tj3.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/474x640\/__uhgfmLp26gGozH.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/236x320\/_MLQR7ksgVXgNLET.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/pl\/xBxTyBNoiBJN5tj3.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:24:42 +0000 2015","id":663467205107978240,"id_str":"663467205107978240","text":"Coordinates: (38.98530195707448, 162.48615119621948) https:\/\/t.co\/lJVVCgAUtR","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663467124766015488,"id_str":"663467124766015488","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","url":"https:\/\/t.co\/lJVVCgAUtR","display_url":"pic.twitter.com\/lJVVCgAUtR","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467205107978240\/video\/1","type":"photo","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663467124766015488,"id_str":"663467124766015488","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","url":"https:\/\/t.co\/lJVVCgAUtR","display_url":"pic.twitter.com\/lJVVCgAUtR","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467205107978240\/video\/1","type":"video","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}},"video_info":{"aspect_ratio":[2,3],"duration_millis":18000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/pl\/QKstPdpJe2RC19xM.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/pl\/QKstPdpJe2RC19xM.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/426x640\/ZmIrqJRKrmXD5Z9U.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/212x320\/Ow4um7QDLgGo5p5v.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/426x640\/ZmIrqJRKrmXD5Z9U.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:19:07 +0000 2015","id":663465797415796736,"id_str":"663465797415796736","text":"Coordinates: (-12.256503709352122, 126.37930506155699) https:\/\/t.co\/pQqNVyKMe4","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663465725172957184,"id_str":"663465725172957184","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","url":"https:\/\/t.co\/pQqNVyKMe4","display_url":"pic.twitter.com\/pQqNVyKMe4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663465797415796736\/video\/1","type":"photo","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663465725172957184,"id_str":"663465725172957184","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","url":"https:\/\/t.co\/pQqNVyKMe4","display_url":"pic.twitter.com\/pQqNVyKMe4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663465797415796736\/video\/1","type":"video","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}},"video_info":{"aspect_ratio":[2,3],"duration_millis":18000,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/212x320\/LB9WdjYpa4zLfXk-.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/426x640\/5I1szURr6FU9uGVr.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/426x640\/5I1szURr6FU9uGVr.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/pl\/Qsn2Z9NSZnROhSL4.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/pl\/Qsn2Z9NSZnROhSL4.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:14:47 +0000 2015","id":663464707622326273,"id_str":"663464707622326273","text":"Coordinates: (-33.20140213209449, 142.39819784440365) https:\/\/t.co\/wCc0lCrIMd","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663464653847003136,"id_str":"663464653847003136","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","url":"https:\/\/t.co\/wCc0lCrIMd","display_url":"pic.twitter.com\/wCc0lCrIMd","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663464707622326273\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663464653847003136,"id_str":"663464653847003136","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","url":"https:\/\/t.co\/wCc0lCrIMd","display_url":"pic.twitter.com\/wCc0lCrIMd","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663464707622326273\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12858,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/480x480\/jbm-wM21QRBUf8n0.webm"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/720x720\/EFYmhU36rdmP_1q5.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/240x240\/NpwHL4fG481_ndvZ.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/480x480\/jbm-wM21QRBUf8n0.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/pl\/5KyoCP9rdyoCL3-s.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/pl\/5KyoCP9rdyoCL3-s.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:10:47 +0000 2015","id":663463701652049924,"id_str":"663463701652049924","text":"Coordinates: (-18.228483611313685, 144.53536540678192) https:\/\/t.co\/zUoswR08L9","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663463609981386753,"id_str":"663463609981386753","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","url":"https:\/\/t.co\/zUoswR08L9","display_url":"pic.twitter.com\/zUoswR08L9","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663463701652049924\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":1280,"resize":"fit"},"small":{"w":340,"h":680,"resize":"fit"},"medium":{"w":600,"h":1200,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663463609981386753,"id_str":"663463609981386753","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","url":"https:\/\/t.co\/zUoswR08L9","display_url":"pic.twitter.com\/zUoswR08L9","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663463701652049924\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":1280,"resize":"fit"},"small":{"w":340,"h":680,"resize":"fit"},"medium":{"w":600,"h":1200,"resize":"fit"}},"video_info":{"aspect_ratio":[1,2],"duration_millis":12858,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/pl\/yESvqQoBEKSeZ7sT.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/320x640\/8RcykyWqCfQBiDXh.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/pl\/yESvqQoBEKSeZ7sT.mpd"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/640x1280\/Za7AN23tnOWHir3_.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/320x640\/8RcykyWqCfQBiDXh.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/160x320\/DsPS-7bztlmhGkug.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:04:18 +0000 2015","id":663462067740008448,"id_str":"663462067740008448","text":"Coordinates: (13.831249509215814, 165.68692369634107) https:\/\/t.co\/Q5rFY3g9U4","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663461967005249536,"id_str":"663461967005249536","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","url":"https:\/\/t.co\/Q5rFY3g9U4","display_url":"pic.twitter.com\/Q5rFY3g9U4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663462067740008448\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663461967005249536,"id_str":"663461967005249536","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","url":"https:\/\/t.co\/Q5rFY3g9U4","display_url":"pic.twitter.com\/Q5rFY3g9U4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663462067740008448\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}},"video_info":{"aspect_ratio":[16,9],"duration_millis":12858,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/320x180\/7_nWwoNxibi-DKXY.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/640x360\/ezHgaGyQ_Oh8QX5m.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/pl\/-7u4g6LnVApwvTVO.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/pl\/-7u4g6LnVApwvTVO.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/640x360\/ezHgaGyQ_Oh8QX5m.mp4"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/1280x720\/qMS6aSw8yvrAZ3z5.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]python-twitter-3.3/testdata/get_retweeters.json000066400000000000000000000014061311017327200221320ustar00rootroot00000000000000{"ids":[2495447557,2329303118,400773576,2951536813,2354858683,2805218958,2921074850,717950795,2920198337,2298780054,2956277463,2932914681,594152187,2149827450,1280652686,255149618,2253500994,1154184554,1028143183,2959583048,2812607934,2950529331,2228419408,2209549874,2271602339,506047908,1321986698,1678837003,1377602034,1391372328,876733711,2810075863,1092858866,1190783960,1462374198,2601544682,2904210737,2974097771,2954764264,2174326285,2579330610,2312150604,2935300107,2880845950,2491777656,2904960699,2504816257,2792158449,2966376340,2923958981,487115006,1666454508,1155588638,2937463192,1701275521,87824707,2831786788,738630438,2920496680,1260643814,542483377,173699661,2921547653],"next_cursor":0,"next_cursor_str":"0","previous_cursor":0,"previous_cursor_str":"0"}python-twitter-3.3/testdata/get_retweets.json000066400000000000000000001624711311017327200216150ustar00rootroot00000000000000[{"created_at":"Thu Dec 03 14:19:01 +0000 2015","id":672419773767028736,"id_str":"672419773767028736","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/tinysubversions.com\" rel=\"nofollow\"\u003everyoldtweets\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2883171442,"id_str":"2883171442","name":"Very Old Tweets","screen_name":"VeryOldTweets","location":"","description":"Old tweets are kind of weird. This bot retweets one of the first 7500 tweets (first 90 days of Twitter) four times a day. \/\/ by @tinysubversions","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":572,"friends_count":1,"listed_count":40,"created_at":"Tue Nov 18 21:09:08 +0000 2014","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1091,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/534816280977473536\/UsI5wfU__normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/534816280977473536\/UsI5wfU__normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:43 +0000 2015","id":564993839275188225,"id_str":"564993839275188225","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2495447557,"id_str":"2495447557","name":"H.L","screen_name":"henry_coeg","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":273,"friends_count":340,"listed_count":1,"created_at":"Thu May 15 01:29:09 +0000 2014","favourites_count":576,"utc_offset":25200,"time_zone":"Jakarta","geo_enabled":false,"verified":false,"statuses_count":1333,"lang":"id","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"4A913C","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/553108167064707072\/nvINMxky.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/553108167064707072\/nvINMxky.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/553102972960247808\/IfaV6wyF_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/553102972960247808\/IfaV6wyF_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2495447557\/1420704854","profile_link_color":"DD2E44","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:41 +0000 2015","id":564993831293427712,"id_str":"564993831293427712","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2329303118,"id_str":"2329303118","name":"Valery \u00fc","screen_name":"AliiHenderWhore","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7,"friends_count":24,"listed_count":0,"created_at":"Wed Feb 05 20:16:22 +0000 2014","favourites_count":249,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1062,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/486123419260297216\/jneYyahs_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/486123419260297216\/jneYyahs_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2329303118\/1404735853","profile_link_color":"1EB8BD","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:39 +0000 2015","id":564993824280559619,"id_str":"564993824280559619","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":400773576,"id_str":"400773576","name":"G'Mey\u2665R\u2665\u263a\u2665","screen_name":"_meyling","location":"Agg _n _facebook","description":"#due\u00f1o de mi alma \u263a JeSuS \u2665 \u2665\u2665\u2665 eres mi toOoOoD \u2665 i LOvE \u2665","url":"https:\/\/t.co\/8vI6DCj3Pg","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/8vI6DCj3Pg","expanded_url":"https:\/\/www.facebook.com\/genesis.rivera.319247","display_url":"facebook.com\/genesis.rivera\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":329,"friends_count":986,"listed_count":2,"created_at":"Sat Oct 29 15:10:12 +0000 2011","favourites_count":743,"utc_offset":-14400,"time_zone":"La Paz","geo_enabled":true,"verified":false,"statuses_count":1261,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/465706812512018432\/NAxBmUgm.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/465706812512018432\/NAxBmUgm.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/560918023234543616\/iXSjEU9k_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/560918023234543616\/iXSjEU9k_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/400773576\/1422568945","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:38 +0000 2015","id":564993822212763648,"id_str":"564993822212763648","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2951536813,"id_str":"2951536813","name":"Harry K Wiyono","screen_name":"Hakawe22","location":"Padang","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":15,"listed_count":0,"created_at":"Tue Dec 30 05:38:01 +0000 2014","favourites_count":429,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":847,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/549804619862253570\/4OWDYvzT_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/549804619862253570\/4OWDYvzT_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2951536813\/1419919236","profile_link_color":"DD2E44","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:38 +0000 2015","id":564993820178513920,"id_str":"564993820178513920","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2354858683,"id_str":"2354858683","name":"Mema","screen_name":"axelsuyom_18","location":"HOLLYWOOD BLVRD.","description":"4 letter word for her. :)","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":148,"friends_count":192,"listed_count":0,"created_at":"Fri Feb 21 14:07:59 +0000 2014","favourites_count":899,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":3859,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/442192091397881856\/XvGth4Y1.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/442192091397881856\/XvGth4Y1.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/545015140119109633\/7cjUDz07_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/545015140119109633\/7cjUDz07_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2354858683\/1408882607","profile_link_color":"CC3366","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:36 +0000 2015","id":564993813979348994,"id_str":"564993813979348994","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2805218958,"id_str":"2805218958","name":"Toko31 | 31distro","screen_name":"31distro","location":"Bandung, West Java","description":"Pusat Grosir Baju Murah | Order |\n\nBBM 1 : 30B4DED0 (Full)\nBBM 2 : 52CE8F8C (Error)\nBBM 3 : 582F0386 (Ready)\nSMS : 087778884968","url":"http:\/\/t.co\/sZZGxzwDrf","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sZZGxzwDrf","expanded_url":"http:\/\/www.tokotigasatu.com","display_url":"tokotigasatu.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":139,"friends_count":179,"listed_count":3,"created_at":"Fri Sep 12 09:26:16 +0000 2014","favourites_count":435,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":1240,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/510665090488496128\/9NMdXvFm_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/510665090488496128\/9NMdXvFm_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2805218958\/1411791124","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:35 +0000 2015","id":564993807662710784,"id_str":"564993807662710784","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2921074850,"id_str":"2921074850","name":"Hede","screen_name":"LuvHede","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":12,"friends_count":61,"listed_count":1,"created_at":"Sat Dec 06 23:48:43 +0000 2014","favourites_count":617,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1099,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/637814315135799296\/S2_TA6GL_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/637814315135799296\/S2_TA6GL_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2921074850\/1447809153","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:34 +0000 2015","id":564993803766231042,"id_str":"564993803766231042","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":717950795,"id_str":"717950795","name":"ahmed adlan","screen_name":"eng_adlan","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":46,"friends_count":38,"listed_count":3,"created_at":"Wed Oct 16 18:18:10 +0000 2013","favourites_count":883,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1537,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/641741090886959104\/510_2oZs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/641741090886959104\/510_2oZs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/717950795\/1441837977","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:33 +0000 2015","id":564993799676772352,"id_str":"564993799676772352","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2920198337,"id_str":"2920198337","name":"Emhmed Adil Alsokney","screen_name":"Emhmed_Alsokney","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":64,"friends_count":84,"listed_count":0,"created_at":"Sat Dec 13 19:49:22 +0000 2014","favourites_count":636,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1110,"lang":"ar","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/552115869376335872\/FY0ESqC8_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/552115869376335872\/FY0ESqC8_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2920198337\/1420470189","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:32 +0000 2015","id":564993795612508160,"id_str":"564993795612508160","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2298780054,"id_str":"2298780054","name":" SmokeLord YDG","screen_name":"YDGREALGENERAL","location":"Tdot","description":"For Booking SmokeLordYDG inbox Jordon Smitty Core @Facebook \/ BBG Gang & OWBB Gang \u00bb http:\/\/t.co\/S0uuomiItk","url":"https:\/\/t.co\/IqQzJ8BsPW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/IqQzJ8BsPW","expanded_url":"https:\/\/www.youtube.com\/channel\/UCDmdggAw0lIIX9DT_kC3CnA","display_url":"youtube.com\/channel\/UCDmdg\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"http:\/\/t.co\/S0uuomiItk","expanded_url":"http:\/\/facebook.com\/OnlyYDG1","display_url":"facebook.com\/OnlyYDG1","indices":[85,107]}]}},"protected":false,"followers_count":33539,"friends_count":6347,"listed_count":7,"created_at":"Sun Jan 19 01:37:53 +0000 2014","favourites_count":3375,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":3238,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DD2E44","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/549593988907294721\/IDiC3rsA.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/549593988907294721\/IDiC3rsA.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/584061824326365184\/y8vBJMLo_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/584061824326365184\/y8vBJMLo_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2298780054\/1435952723","profile_link_color":"4A913C","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:32 +0000 2015","id":564993793536319488,"id_str":"564993793536319488","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2956277463,"id_str":"2956277463","name":"\u5b89\u8fea\u83ab\u54c8\u672b\u5609","screen_name":"ItsAndhika","location":"Indonesia,JawaBarat,Bogor","description":"lckd.DivaMaharani. Smp Taruna Terpadu\u270c\ufe0f","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2257,"friends_count":11,"listed_count":2,"created_at":"Fri Jan 02 09:12:39 +0000 2015","favourites_count":361,"utc_offset":21600,"time_zone":"Novosibirsk","geo_enabled":false,"verified":false,"statuses_count":37173,"lang":"id","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFCC4D","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/632897255524052992\/wYqwUlrP.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/632897255524052992\/wYqwUlrP.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/654580141935325184\/r4Nyd_kT_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/654580141935325184\/r4Nyd_kT_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2956277463\/1444898818","profile_link_color":"FFCC4D","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:31 +0000 2015","id":564993789224550401,"id_str":"564993789224550401","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2932914681,"id_str":"2932914681","name":"z4","screen_name":"xMaheUST","location":"ARGENTINA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":8,"friends_count":17,"listed_count":0,"created_at":"Sat Dec 20 01:52:32 +0000 2014","favourites_count":375,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":951,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/560538463787687936\/ZVJ1OrJf_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/560538463787687936\/ZVJ1OrJf_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2932914681\/1422477183","profile_link_color":"F5ABB5","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Feb 10 03:46:28 +0000 2015","id":564993779258904576,"id_str":"564993779258904576","text":"RT @jack: getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":594152187,"id_str":"594152187","name":"\u255a\u2550\u2550Euler\u2550\u2550\u255d","screen_name":"TomiEuler","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":119,"friends_count":49,"listed_count":2,"created_at":"Tue May 29 21:59:01 +0000 2012","favourites_count":659,"utc_offset":-10800,"time_zone":"Santiago","geo_enabled":false,"verified":false,"statuses_count":2975,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660235106762756096\/tR21tpkz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660235106762756096\/tR21tpkz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/594152187\/1435965679","profile_link_color":"3B94D9","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":153,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[3,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_retweets_count.json000066400000000000000000003231441311017327200230210ustar00rootroot00000000000000[{"created_at":"Fri Mar 04 05:49:09 +0000 2016","id":705631145728192512,"id_str":"705631145728192512","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/www.toro.io\/\" rel=\"nofollow\"\u003etoro-integrate\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":704468351796400129,"id_str":"704468351796400129","name":"Artoo","screen_name":"ArtooToro","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":6,"listed_count":0,"created_at":"Tue Mar 01 00:48:38 +0000 2016","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":47,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F5F8FA","profile_background_image_url":null,"profile_background_image_url_https":null,"profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/704539884510248961\/QEunpX3q_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/704539884510248961\/QEunpX3q_normal.jpg","profile_link_color":"2B7BB9","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:34 +0000 2016","id":695977136511983616,"id_str":"695977136511983616","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":561910916,"id_str":"561910916","name":"Lukas gutierrez","screen_name":"Lukasguty20","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":11,"friends_count":54,"listed_count":1,"created_at":"Tue Apr 24 10:37:28 +0000 2012","favourites_count":122,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":340,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/487627427812634625\/yHSThooq_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/487627427812634625\/yHSThooq_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/561910916\/1405094465","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:33 +0000 2016","id":695977133416411136,"id_str":"695977133416411136","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1355683220,"id_str":"1355683220","name":"erik de la cruz","screen_name":"Dagazvlog","location":"guadalajara, jal.","description":"","url":"http:\/\/t.co\/OyMoeRSbAD","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/OyMoeRSbAD","expanded_url":"http:\/\/www.facebook.com\/animadosis","display_url":"facebook.com\/animadosis","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16,"friends_count":97,"listed_count":2,"created_at":"Tue Apr 16 00:34:17 +0000 2013","favourites_count":34,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":27,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/720863931372154881\/HODizC98_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/720863931372154881\/HODizC98_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1355683220\/1460271697","profile_link_color":"ABB8C2","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:33 +0000 2016","id":695977131474579457,"id_str":"695977131474579457","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4871953528,"id_str":"4871953528","name":"eng siraaj filipin","screen_name":"eng_siraaj","location":"Hargeisa","description":"Eng: Siraaj jama(Filipin) is a Computer engineer, Human rights activist, independent consultant\/Contractor working with United nations, & INGO'S","url":"https:\/\/t.co\/hrMDHVingb","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/hrMDHVingb","expanded_url":"https:\/\/www.facebook.com\/prince.siraaj.5","display_url":"facebook.com\/prince.siraaj.5","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":30,"friends_count":74,"listed_count":0,"created_at":"Tue Feb 02 15:00:08 +0000 2016","favourites_count":52,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":51,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/694536073079341056\/C-30mJpU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/694536073079341056\/C-30mJpU_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4871953528\/1454425538","profile_link_color":"89C9FA","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:32 +0000 2016","id":695977128110772224,"id_str":"695977128110772224","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3729347892,"id_str":"3729347892","name":"Alan Gomez Ch\u00e1vez","screen_name":"Alanchav_","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":281,"listed_count":6,"created_at":"Tue Sep 29 20:33:31 +0000 2015","favourites_count":48,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1300,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/648959369946624000\/Dwcj5wao_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/648959369946624000\/Dwcj5wao_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:31 +0000 2016","id":695977121945100288,"id_str":"695977121945100288","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3845927122,"id_str":"3845927122","name":"hiulao6","screen_name":"Nasahaker","location":"","description":"Watch my photos here https:\/\/t.co\/dRwLXtknJq","url":null,"entities":{"description":{"urls":[{"url":"https:\/\/t.co\/dRwLXtknJq","expanded_url":"http:\/\/goo.gl\/4gLO9d","display_url":"goo.gl\/4gLO9d","indices":[21,44]}]}},"protected":false,"followers_count":6,"friends_count":1,"listed_count":0,"created_at":"Fri Oct 02 20:02:39 +0000 2015","favourites_count":1860,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":28,"lang":"pt","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/759107663267565568\/kmDqTsf-_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/759107663267565568\/kmDqTsf-_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3845927122\/1447271538","profile_link_color":"ABB8C2","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Feb 06 14:27:30 +0000 2016","id":695977117096529921,"id_str":"695977117096529921","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial for Android\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4871869769,"id_str":"4871869769","name":"TomiNizetichGarcia","screen_name":"tng2002","location":"Puerto Madryn, Argentina","description":"*13* *20\/09\/2002*","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":23,"friends_count":0,"listed_count":0,"created_at":"Tue Feb 02 14:48:18 +0000 2016","favourites_count":26,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":48,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F5F8FA","profile_background_image_url":null,"profile_background_image_url_https":null,"profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/694546163387736064\/TSvuL6k8_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/694546163387736064\/TSvuL6k8_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4871869769\/1454427831","profile_link_color":"2B7BB9","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:13 +0000 2015","id":637294372514607104,"id_str":"637294372514607104","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3292289715,"id_str":"3292289715","name":"Na","screen_name":"MatiBarrios54","location":"Quilmes, Argentina","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1389,"friends_count":358,"listed_count":3,"created_at":"Thu May 21 02:31:01 +0000 2015","favourites_count":606,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7817,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:13 +0000 2015","id":637294371004645376,"id_str":"637294371004645376","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3428893329,"id_str":"3428893329","name":"\u0639\u0644\u0645 \u0627\u0644\u062d\u062f\u064a\u062b \u0623\u0628\u0648\u062d\u0630\u064a\u0641\u0629","screen_name":"aboomamaalsmano","location":"\u0627\u0644\u0642\u0627\u0647\u0631\u0629, \u0645\u0635\u0631","description":"\u0639\u0644\u0645 \u0627\u0644\u062d\u062f\u064a\u062b \u0623\u0628\u0648\u062d\u0630\u064a\u0641\u0629 \/almalhades","url":"https:\/\/t.co\/eDx58TMmUd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/eDx58TMmUd","expanded_url":"https:\/\/www.facebook.com\/almalhades","display_url":"facebook.com\/almalhades","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":366,"friends_count":1844,"listed_count":2,"created_at":"Mon Aug 17 21:38:28 +0000 2015","favourites_count":123,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":196,"lang":"ar","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/649259698714243072\/wWaZGa0n_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/649259698714243072\/wWaZGa0n_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3428893329\/1446394253","profile_link_color":"9266CC","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:10 +0000 2015","id":637294360296558592,"id_str":"637294360296558592","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2862887033,"id_str":"2862887033","name":"Taoubane","screen_name":"kitaristas","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18,"friends_count":783,"listed_count":1,"created_at":"Wed Nov 05 17:38:47 +0000 2014","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":195,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_6_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_6_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:10 +0000 2015","id":637294358685949952,"id_str":"637294358685949952","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3469468283,"id_str":"3469468283","name":"Nog4rd Zoeiro","screen_name":"Nog4rds","location":"","description":"https:\/\/t.co\/RCu0yNzOKk","url":null,"entities":{"description":{"urls":[{"url":"https:\/\/t.co\/RCu0yNzOKk","expanded_url":"https:\/\/www.facebook.com\/Nog4rds","display_url":"facebook.com\/Nog4rds","indices":[0,23]}]}},"protected":false,"followers_count":1,"friends_count":23,"listed_count":0,"created_at":"Fri Aug 28 14:46:33 +0000 2015","favourites_count":20,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":81,"lang":"pt","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/637277047207931904\/VvVrYPfx_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/637277047207931904\/VvVrYPfx_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:09 +0000 2015","id":637294354722369536,"id_str":"637294354722369536","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2852341053,"id_str":"2852341053","name":"Alex Armstrong","screen_name":"Alex55Armstrong","location":"Burzaco, Argentina","description":"\u00a1Hola! El Oso Te Saluda (? Me hice un Twitter para Expresarme & Compartir muchas Cosas, Abrir mi Mente & Despejar Ideas, Soy un Chico Granada \u266a","url":"https:\/\/t.co\/pxT74AvqOK","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/pxT74AvqOK","expanded_url":"https:\/\/www.youtube.com\/user\/ElMundoDeUnPlayer","display_url":"youtube.com\/user\/ElMundoDe\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":140,"friends_count":240,"listed_count":0,"created_at":"Thu Oct 30 22:33:23 +0000 2014","favourites_count":245,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1102,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/527952810688512000\/rkg3dCez_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/527952810688512000\/rkg3dCez_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2852341053\/1414723010","profile_link_color":"3B94D9","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Aug 28 16:03:04 +0000 2015","id":637294333566263296,"id_str":"637294333566263296","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/ubersocial.com\" rel=\"nofollow\"\u003eUberSocial\u00a9 PRO\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":513661513,"id_str":"513661513","name":"\u010e\u0114\u00c1\u00c1 \u015a\u0143\u0128P\u0114\u0154 \u2764HKJ","screen_name":"_9130050919991","location":"Hashemite Kingdom of Jorda","description":"\u200f\u200f\u0627\u0644\u0625\u0633\u062a\u063a\u0641\u0627\u0631 \u0642\u0635\u0647 \u0637\u0648\u064a\u0644\u0647 \u060c\n\n \u0628\u062f\u0627\u064a\u062a\u0647\u0627 \u0627\u0644\u062f\u0646\u064a\u0627 \u060c\n\u0648\u0646\u0647\u0627\u064a\u062a\u0647\u0627 \u0627\u0644\u062c\u0646\u0647 \u0628\u0645\u0634\u064a\u0626\u0629 \u0627\u0644\u0644\u0647 \u060c\n \u0641\u0644\u0627 \u062a\u0635\u0645\u062a\u0648\u0627 \u0627\u0628\u062f\u064b\u0627 ..\n\u0627\u0633\u062a\u063a\u0641\u0631 \u0627\u0644\u0644\u0647 \u0627\u0644\u0639\u0638\u064a\u0645 \u0648\u0623\u062a\u0648\u0628 \u0625\u0644\u064a\u0647 \u2661","url":"https:\/\/t.co\/MP8ipi3PEM","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/MP8ipi3PEM","expanded_url":"https:\/\/www.snapchat.com\/add\/deaa_sniper","display_url":"snapchat.com\/add\/deaa_sniper","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":2683,"friends_count":2839,"listed_count":6,"created_at":"Sat Mar 03 22:13:51 +0000 2012","favourites_count":1554,"utc_offset":10800,"time_zone":"Athens","geo_enabled":true,"verified":false,"statuses_count":3710,"lang":"ar","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0EE60E","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/457281282137792512\/pIupRQwf.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/457281282137792512\/pIupRQwf.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/670705897409273856\/RPOISLsQ_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/670705897409273856\/RPOISLsQ_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/513661513\/1446115875","profile_link_color":"09E609","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"00364C","profile_text_color":"020A39","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:28 +0000 2015","id":573451507414269952,"id_str":"573451507414269952","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1956815934,"id_str":"1956815934","name":"aspyrynth","screen_name":"aspyrynth","location":"","description":"http:\/\/t.co\/tNeVtj0afg","url":"http:\/\/t.co\/UJsbqJ63dF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/UJsbqJ63dF","expanded_url":"http:\/\/www.angoraspace.com\/music.html","display_url":"angoraspace.com\/music.html","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/tNeVtj0afg","expanded_url":"http:\/\/angoraspace.com\/music.html","display_url":"angoraspace.com\/music.html","indices":[0,22]}]}},"protected":false,"followers_count":2506,"friends_count":1897,"listed_count":5,"created_at":"Sat Oct 12 15:07:53 +0000 2013","favourites_count":463,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1031,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000585261802\/fdcb6d3f07610fc3a1301c379c1f159b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000585261802\/fdcb6d3f07610fc3a1301c379c1f159b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1956815934\/1382028347","profile_link_color":"5F00AD","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:27 +0000 2015","id":573451503035367424,"id_str":"573451503035367424","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2900435347,"id_str":"2900435347","name":"Zayn darrag","screen_name":"zozododd","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":23,"friends_count":272,"listed_count":0,"created_at":"Sat Nov 15 13:07:32 +0000 2014","favourites_count":944,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1993,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/572386434657423360\/QN4uyMoX_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/572386434657423360\/QN4uyMoX_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2900435347\/1420396845","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:26 +0000 2015","id":573451498996301824,"id_str":"573451498996301824","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3046544178,"id_str":"3046544178","name":"\u0627\u0644\u0634\u0627\u0639\u0631 \u064a\u0632\u064a\u062f \u0627\u0644\u0639\u0644\u064a","screen_name":"yazeedalali98","location":"","description":"\u062a\u0627\u0628\u0639\u0646\u064a \u0623\u062a\u0627\u0628\u0639\u0643..\u062a\u062d\u0630\u0641\u0646\u064a \u0644\u0643 \u0628\u0627\u0644\u0645\u062b\u0644\/\/ \u0623\u062a\u0627\u0628\u0639\u0643 \u062a\u0627\u0628\u0639\u0646\u064a .. \u0648\u0623\u0647\u0644\u0627\u064b \u0648\u0633\u0647\u0644\u0627\u064b \u0648\u0645\u0631\u062d\u0628\u0627\u064b \u0628\u0643\u0645","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":26,"friends_count":101,"listed_count":0,"created_at":"Fri Feb 27 13:27:17 +0000 2015","favourites_count":926,"utc_offset":10800,"time_zone":"Bucharest","geo_enabled":false,"verified":false,"statuses_count":2113,"lang":"ar","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/571305014555967488\/cdq82FGd_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/571305014555967488\/cdq82FGd_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3046544178\/1425053569","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:17 +0000 2015","id":573451464288387072,"id_str":"573451464288387072","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1902390745,"id_str":"1902390745","name":"MELISSA MARIE","screen_name":"damnshitthis","location":"zamboanga city","description":"I\u2019m actually not funny. I\u2019m just really mean and people think I am joking. and I\u2019m here to avoid friends on Facebook.!.","url":"https:\/\/t.co\/bxAq4Okmp4","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/bxAq4Okmp4","expanded_url":"http:\/\/www.facesto.blogspot.com","display_url":"facesto.blogspot.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":708,"friends_count":365,"listed_count":13,"created_at":"Wed Sep 25 01:04:19 +0000 2013","favourites_count":2903,"utc_offset":21600,"time_zone":"Urumqi","geo_enabled":true,"verified":false,"statuses_count":18713,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/464028286410969088\/M5PmVLHz.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/464028286410969088\/M5PmVLHz.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/738217479227334657\/TygheMUw_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/738217479227334657\/TygheMUw_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1902390745\/1426281185","profile_link_color":"09E68E","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"E5507E","profile_text_color":"362720","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:14 +0000 2015","id":573451449889345536,"id_str":"573451449889345536","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2497092810,"id_str":"2497092810","name":"\u24d7\u24d0\u24da\u24db\u24dc\u2122","screen_name":"HakimOsmani01","location":"Belgique.Wanferc\u00e9e-Baulet","description":"16ans , C\u00e9libataire.","url":"https:\/\/t.co\/SP7f2oFaNw","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/SP7f2oFaNw","expanded_url":"https:\/\/www.facebook.com\/hakim.osmani.3","display_url":"facebook.com\/hakim.osmani.3","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":48,"friends_count":1,"listed_count":1,"created_at":"Thu May 15 20:29:36 +0000 2014","favourites_count":747,"utc_offset":10800,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":1877,"lang":"fr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/572499447179771904\/IKCxTJqi_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/572499447179771904\/IKCxTJqi_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2497092810\/1425328865","profile_link_color":"000000","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:07 +0000 2015","id":573451419778465792,"id_str":"573451419778465792","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1084472604,"id_str":"1084472604","name":"Cal Cox (EX1ST3D)","screen_name":"TheExistedHim","location":"theex1st3d@aol.com","description":"Sponsored Musician for Vocals & Partnered Comedy\/Gaming Youtuber;\nOfficial Xbox\/PC Fanpage of TheExistedHim - Facebook Page Located At :\nhttp:\/\/t.co\/TvBxM35Mdg","url":"https:\/\/t.co\/zQBG3YZBYf","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/zQBG3YZBYf","expanded_url":"http:\/\/Youtube.com\/TheExistedHim","display_url":"Youtube.com\/TheExistedHim","indices":[0,23]}]},"description":{"urls":[{"url":"http:\/\/t.co\/TvBxM35Mdg","expanded_url":"http:\/\/www.Facebook.com\/TheExistedHim","display_url":"Facebook.com\/TheExistedHim","indices":[137,159]}]}},"protected":false,"followers_count":60170,"friends_count":16754,"listed_count":23,"created_at":"Sun Jan 13 00:01:40 +0000 2013","favourites_count":4848,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":6202,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/874827582\/63b7d0304be279027e4a359b7cede474.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/874827582\/63b7d0304be279027e4a359b7cede474.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/742603499624529920\/nPZLPu-7_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/742603499624529920\/nPZLPu-7_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1084472604\/1451514692","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:03 +0000 2015","id":573451405354237952,"id_str":"573451405354237952","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":240534653,"id_str":"240534653","name":"Te amamos mario","screen_name":"Camisalga97","location":"En el corazon de mario ","description":"#mariobautista amando a mario bautista dese 2013","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1183,"friends_count":1966,"listed_count":1,"created_at":"Thu Jan 20 04:18:48 +0000 2011","favourites_count":1541,"utc_offset":-18000,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2970,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/642181409373728769\/CnXnJuwE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/642181409373728769\/CnXnJuwE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/240534653\/1415982147","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:02 +0000 2015","id":573451401382252544,"id_str":"573451401382252544","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1744731198,"id_str":"1744731198","name":"mohammad bilal","screen_name":"killr_eye","location":"am live in sargodha,pakistan","description":"Follow my id and get News,Trick,Poetry, and other tools. so write ur msg in Follow @bilalalyansoft sent 40404 thnkx my facebook id is (bilalkalyar55@yahoo.com)","url":"http:\/\/t.co\/cc1SuKV7nz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/cc1SuKV7nz","expanded_url":"http:\/\/bilalalyansoft.blogspot.com\/","display_url":"bilalalyansoft.blogspot.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3395,"friends_count":2339,"listed_count":3,"created_at":"Sat Sep 07 10:08:42 +0000 2013","favourites_count":580,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":3337,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/519012113105182720\/a_8GLw6L.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/519012113105182720\/a_8GLw6L.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/535412909753376768\/72ZTBsMo_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/535412909753376768\/72ZTBsMo_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1744731198\/1416487655","profile_link_color":"DD2E44","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:02 +0000 2015","id":573451399385731072,"id_str":"573451399385731072","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2940653904,"id_str":"2940653904","name":"\u041c\u04e9\u043d\u0445-\u042d\u0440\u0434\u044d\u043d\u044d","screen_name":"me_t86","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":9,"friends_count":7,"listed_count":0,"created_at":"Tue Dec 23 12:31:02 +0000 2014","favourites_count":1178,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2676,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/547369210486083584\/wRofayfS_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/547369210486083584\/wRofayfS_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:54:00 +0000 2015","id":573451391362039808,"id_str":"573451391362039808","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1643576468,"id_str":"1643576468","name":"bruno sulgati","screen_name":"BrunoSulgati","location":"Las vegas","description":"Loco por 2 ruedas","url":"https:\/\/t.co\/woIhCRsoLd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/woIhCRsoLd","expanded_url":"https:\/\/www.facebook.com\/bruno.sulgati.16","display_url":"facebook.com\/bruno.sulgati.\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":107,"friends_count":875,"listed_count":2,"created_at":"Sat Aug 03 20:14:54 +0000 2013","favourites_count":1024,"utc_offset":-28800,"time_zone":"Alaska","geo_enabled":false,"verified":false,"statuses_count":2289,"lang":"es","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/572200581570117632\/tslZsId0_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/572200581570117632\/tslZsId0_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1643576468\/1425257844","profile_link_color":"DD2E44","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Mar 05 11:53:54 +0000 2015","id":573451366296875009,"id_str":"573451366296875009","text":"RT @noah: goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"noah","name":"noah glass","id":14,"id_str":"14","indices":[3,8]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.hublaa.me\" rel=\"nofollow\"\u003eMoeLiker\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":444057063,"id_str":"444057063","name":"Bridgett Jones","screen_name":"zeivkopn16","location":"Golden Gate, United States","description":"Historian of Quaker studies, gender, and war and peace. Animal lover and caffeine addict.","url":"http:\/\/t.co\/tHTwDVZCgk","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/tHTwDVZCgk","expanded_url":"http:\/\/forumkal.10tl.net\/","display_url":"forumkal.10tl.net","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":179,"friends_count":2840,"listed_count":2,"created_at":"Thu Dec 22 21:02:48 +0000 2011","favourites_count":1445,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2395,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFF04D","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/688374923392192512\/0KzkloIF_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/688374923392192512\/0KzkloIF_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/444057063\/1396541036","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Mar 25 07:41:46 +0000 2006","id":312,"id_str":"312","text":"goodnight twttr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14,"id_str":"14","name":"noah glass","screen_name":"noah","location":"San Francisco","description":"i started this","url":"http:\/\/t.co\/HUhcHRvpwF","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HUhcHRvpwF","expanded_url":"http:\/\/www.noahglass.com","display_url":"noahglass.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":40643,"friends_count":136,"listed_count":617,"created_at":"Tue Mar 21 21:00:54 +0000 2006","favourites_count":68,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1178,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BA030F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/2\/flowers-and-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/14019402\/noahglass_normal.jpg","profile_link_color":"B62B3A","profile_sidebar_border_color":"F62C47","profile_sidebar_fill_color":"E1DFE0","profile_text_color":"6F726E","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":367,"favorite_count":336,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":367,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_retweets_of_me.json000066400000000000000000000000021311017327200227370ustar00rootroot00000000000000[]python-twitter-3.3/testdata/get_search.json000066400000000000000000000053261311017327200212130ustar00rootroot00000000000000{"statuses":[{"metadata":{"result_type":"popular","iso_language_code":"en"},"created_at":"Tue Dec 08 21:40:00 +0000 2015","id":674342688083283970,"id_str":"674342688083283970","text":"\ud83c\udfb6 C++, Java, Python & Ruby. These are a few of my favorite things \ud83c\udfb6 #HourOfCode \ud83d\udd51\ud83d\udcbb\ud83d\udc7e\ud83c\udfae https:\/\/t.co\/GSCmPh9V6j","source":"\u003ca href=\"https:\/\/vine.co\" rel=\"nofollow\"\u003eVine for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":58309829,"id_str":"58309829","name":"Nickelodeon","screen_name":"NickelodeonTV","location":"USA","description":"The Official Twitter for Nickelodeon, USA!","url":"https:\/\/t.co\/Lz9i6LdC4f","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Lz9i6LdC4f","expanded_url":"http:\/\/www.nick.com","display_url":"nick.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":3914587,"friends_count":2263,"listed_count":3321,"created_at":"Sun Jul 19 22:19:02 +0000 2009","favourites_count":2757,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":33910,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"FA743E","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/450718163508789248\/E26KBqrx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/450718163508789248\/E26KBqrx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/671387650792665088\/sJxvItMD_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/671387650792665088\/sJxvItMD_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/58309829\/1448906254","profile_link_color":"D1771E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F0F0F0","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":28,"favorite_count":126,"entities":{"hashtags":[{"text":"HourOfCode","indices":[72,83]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSCmPh9V6j","expanded_url":"https:\/\/vine.co\/v\/i7QJji9Ldmr","display_url":"vine.co\/v\/i7QJji9Ldmr","indices":[89,112]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]}python-twitter-3.3/testdata/get_search_geocode.json000066400000000000000000001522461311017327200227040ustar00rootroot00000000000000{"statuses":[{"metadata":{"iso_language_code":"fr","result_type":"recent"},"created_at":"Mon Dec 14 21:44:12 +0000 2015","id":676518074279788544,"id_str":"676518074279788544","text":"Oracle: Senior Python Developer (#Pleasanton, CA) https:\/\/t.co\/kMfUfzQH3n #IT #Job #Jobs #Hiring #CareerArc","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23880153,"id_str":"23880153","name":"TMJ - SJC IT Jobs","screen_name":"tmj_sjc_it1","location":"San Jose, CA","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in San Jose, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":514,"friends_count":329,"listed_count":77,"created_at":"Thu Mar 12 02:43:56 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":694,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315559665\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315559665\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667397350097158144\/YpaKFs_w_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667397350097158144\/YpaKFs_w_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23880153\/1447954904","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.6624312,-121.8746789]},"coordinates":{"type":"Point","coordinates":[-121.8746789,37.6624312]},"place":{"id":"ad4876a662119b74","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/ad4876a662119b74.json","place_type":"city","name":"Pleasanton","full_name":"Pleasanton, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-121.956864,37.621859],[-121.7986057,37.621859],[-121.7986057,37.704036],[-121.956864,37.704036]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Pleasanton","indices":[33,44]},{"text":"IT","indices":[74,77]},{"text":"Job","indices":[78,82]},{"text":"Jobs","indices":[83,88]},{"text":"Hiring","indices":[89,96]},{"text":"CareerArc","indices":[97,107]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/kMfUfzQH3n","expanded_url":"http:\/\/bit.ly\/1JIH78A","display_url":"bit.ly\/1JIH78A","indices":[50,73]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Mon Dec 14 17:19:03 +0000 2015","id":676451346581577728,"id_str":"676451346581577728","text":"#Engineering alert: Software Engineer - Python Full... | SunPower | #Davis, CA https:\/\/t.co\/0Uys2e19u0 #SunPower https:\/\/t.co\/33fPk5iDIU","source":"\u003ca href=\"http:\/\/tweetmyjobs.com\" rel=\"nofollow\"\u003eSafeTweet by TweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":601302756,"id_str":"601302756","name":"SunPower Talent","screen_name":"SunPowerTalent","location":"San Jose, CA","description":"Do you want to change the way our world is powered? We do, too. Join our team of 7,000 passionate, brilliant people around the globe reshaping our energy future","url":"http:\/\/t.co\/rjfGDdk5kt","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rjfGDdk5kt","expanded_url":"http:\/\/us.sunpower.com\/company\/careers\/","display_url":"us.sunpower.com\/company\/career\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":213,"friends_count":87,"listed_count":155,"created_at":"Wed Jun 06 19:20:33 +0000 2012","favourites_count":0,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":276,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/573662326\/ezdenok7vw1t0pkwa71h.gif","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/573662326\/ezdenok7vw1t0pkwa71h.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/545746314097459200\/AScvGgcs_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/545746314097459200\/AScvGgcs_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/601302756\/1417014993","profile_link_color":"3B94D9","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[38.5449065,-121.7405167]},"coordinates":{"type":"Point","coordinates":[-121.7405167,38.5449065]},"place":{"id":"1994142e26ba7127","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/1994142e26ba7127.json","place_type":"city","name":"Davis","full_name":"Davis, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-121.803252,38.526843],[-121.675074,38.526843],[-121.675074,38.590264],[-121.803252,38.590264]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Engineering","indices":[0,12]},{"text":"Davis","indices":[68,74]},{"text":"SunPower","indices":[103,112]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/0Uys2e19u0","expanded_url":"http:\/\/bit.ly\/1SRrJwI","display_url":"bit.ly\/1SRrJwI","indices":[79,102]}],"media":[{"id":676451346308984832,"id_str":"676451346308984832","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/CWM86lyU8AAbkT3.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CWM86lyU8AAbkT3.jpg","url":"https:\/\/t.co\/33fPk5iDIU","display_url":"pic.twitter.com\/33fPk5iDIU","expanded_url":"http:\/\/twitter.com\/SunPowerTalent\/status\/676451346581577728\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":512,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":300,"resize":"fit"},"small":{"w":340,"h":170,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sun Dec 13 22:48:30 +0000 2015","id":676171868093603840,"id_str":"676171868093603840","text":"This #IT #job might be a great fit for you: NSX - Senior Quality Software Developer - Python and Networking -... - https:\/\/t.co\/9uu8jcibZQ","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20827150,"id_str":"20827150","name":"San Francisco IT Job","screen_name":"tmj_sfo_it","location":"San Francisco, CA","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in San Francisco, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":705,"friends_count":360,"listed_count":110,"created_at":"Sat Feb 14 02:46:00 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":957,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20827150\/1447890103","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.4457966,-122.1575745]},"coordinates":{"type":"Point","coordinates":[-122.1575745,37.4457966]},"place":{"id":"3ad0f706b3fa62a8","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/3ad0f706b3fa62a8.json","place_type":"city","name":"Palo Alto","full_name":"Palo Alto, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.190523,37.362824],[-122.097537,37.362824],[-122.097537,37.465918],[-122.190523,37.465918]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"IT","indices":[5,8]},{"text":"job","indices":[9,13]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/9uu8jcibZQ","expanded_url":"http:\/\/bit.ly\/1R1rmkn","display_url":"bit.ly\/1R1rmkn","indices":[115,138]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sun Dec 13 17:19:18 +0000 2015","id":676089021005701120,"id_str":"676089021005701120","text":"<iMike> monty python would be funny if nerds hadnt invented an entire subculture devoted to quoting it","source":"\u003ca href=\"http:\/\/www.zorrotron.com\" rel=\"nofollow\"\u003eZorrotron\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3196742670,"id_str":"3196742670","name":"Bash Org","screen_name":"bubusher","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":80,"friends_count":0,"listed_count":14,"created_at":"Sat May 16 00:34:28 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":23720,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"352726","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme5\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme5\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/599373277715271680\/P_KQbOj3_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/599373277715271680\/P_KQbOj3_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3196742670\/1431736674","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.69899055,-123.01234704]},"coordinates":{"type":"Point","coordinates":[-123.01234704,37.69899055]},"place":{"id":"fbd6d2f5a4e4a15e","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/fbd6d2f5a4e4a15e.json","place_type":"admin","name":"California","full_name":"California, USA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-124.482003,32.528832],[-114.131212,32.528832],[-114.131212,42.009519],[-124.482003,42.009519]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sun Dec 13 01:31:44 +0000 2015","id":675850559581110272,"id_str":"675850559581110272","text":"Oracle: Principal Cloud Platform DevOps Engineer: Chef, Puppet, Python, Scripting,... (#RedwoodShores, CA) https:\/\/t.co\/65QkXHJ7qf #IT #Job","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":112596930,"id_str":"112596930","name":"TMJ-CA IT Jobs","screen_name":"tmj_CA_it","location":"California","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in California Non-Metro. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt4njnT","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt4njnT","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":451,"friends_count":332,"listed_count":87,"created_at":"Tue Feb 09 02:21:37 +0000 2010","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":588,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/112596930\/1447959712","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.5364134,-122.2455364]},"coordinates":{"type":"Point","coordinates":[-122.2455364,37.5364134]},"place":{"id":"a409256339a7c6a1","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/a409256339a7c6a1.json","place_type":"city","name":"Redwood City","full_name":"Redwood City, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.28853,37.443954],[-122.177339,37.443954],[-122.177339,37.550633],[-122.28853,37.550633]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[{"text":"RedwoodShores","indices":[87,101]},{"text":"IT","indices":[131,134]},{"text":"Job","indices":[135,139]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/65QkXHJ7qf","expanded_url":"http:\/\/bit.ly\/1WNbvbz","display_url":"bit.ly\/1WNbvbz","indices":[107,130]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sun Dec 13 00:47:04 +0000 2015","id":675839317302861825,"id_str":"675839317302861825","text":"Join the Cloudera team! See our latest #Engineering #job opening here: https:\/\/t.co\/KJTfF1UHqh #SanFrancisco, CA #Hiring #CareerArc","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23314658,"id_str":"23314658","name":"TMJ-SFO Engin. Jobs","screen_name":"tmj_sfo_eng","location":"San Francisco, CA","description":"Follow this account for geo-targeted Engineering job tweets in San Francisco, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":444,"friends_count":259,"listed_count":71,"created_at":"Sun Mar 08 14:54:07 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":196,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315523778\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315523778\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/670000761846128640\/bEwS4xmj_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/670000761846128640\/bEwS4xmj_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23314658\/1448575605","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.7749295,-122.4194155]},"coordinates":{"type":"Point","coordinates":[-122.4194155,37.7749295]},"place":{"id":"5a110d312052166f","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/5a110d312052166f.json","place_type":"city","name":"San Francisco","full_name":"San Francisco, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.514926,37.708075],[-122.357031,37.708075],[-122.357031,37.833238],[-122.514926,37.833238]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Engineering","indices":[39,51]},{"text":"job","indices":[52,56]},{"text":"SanFrancisco","indices":[95,108]},{"text":"Hiring","indices":[113,120]},{"text":"CareerArc","indices":[121,131]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/KJTfF1UHqh","expanded_url":"http:\/\/bit.ly\/1LRB3Px","display_url":"bit.ly\/1LRB3Px","indices":[71,94]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sat Dec 12 20:43:15 +0000 2015","id":675777960842932224,"id_str":"675777960842932224","text":"We're #hiring! Click to apply: Senior Cloud Test Automation Engineer: Java, Python, Chef, Hudson, Maven - https:\/\/t.co\/u0LZgn9XRo #IT #Job","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":112596930,"id_str":"112596930","name":"TMJ-CA IT Jobs","screen_name":"tmj_CA_it","location":"California","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in California Non-Metro. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt4njnT","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt4njnT","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":451,"friends_count":332,"listed_count":87,"created_at":"Tue Feb 09 02:21:37 +0000 2010","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":588,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/112596930\/1447959712","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.5364134,-122.2455364]},"coordinates":{"type":"Point","coordinates":[-122.2455364,37.5364134]},"place":{"id":"a409256339a7c6a1","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/a409256339a7c6a1.json","place_type":"city","name":"Redwood City","full_name":"Redwood City, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.28853,37.443954],[-122.177339,37.443954],[-122.177339,37.550633],[-122.28853,37.550633]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"hiring","indices":[6,13]},{"text":"IT","indices":[130,133]},{"text":"Job","indices":[134,138]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/u0LZgn9XRo","expanded_url":"http:\/\/bit.ly\/1JlOVBc","display_url":"bit.ly\/1JlOVBc","indices":[106,129]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sat Dec 12 18:31:32 +0000 2015","id":675744811689775104,"id_str":"675744811689775104","text":"#IT in #RedwoodShores, CA: Sr. Principal Cloud Platform DevOps Engineer: Chef\/Puppet\/python\/shell... at Oracle https:\/\/t.co\/BtkyJXbkHa","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":112596930,"id_str":"112596930","name":"TMJ-CA IT Jobs","screen_name":"tmj_CA_it","location":"California","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in California Non-Metro. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt4njnT","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt4njnT","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":451,"friends_count":332,"listed_count":87,"created_at":"Tue Feb 09 02:21:37 +0000 2010","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":588,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315392399\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667417513819533312\/M3J7nCzZ_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/112596930\/1447959712","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.5364134,-122.2455364]},"coordinates":{"type":"Point","coordinates":[-122.2455364,37.5364134]},"place":{"id":"a409256339a7c6a1","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/a409256339a7c6a1.json","place_type":"city","name":"Redwood City","full_name":"Redwood City, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.28853,37.443954],[-122.177339,37.443954],[-122.177339,37.550633],[-122.28853,37.550633]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"IT","indices":[0,3]},{"text":"RedwoodShores","indices":[7,21]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/BtkyJXbkHa","expanded_url":"http:\/\/bit.ly\/1i1knKS","display_url":"bit.ly\/1i1knKS","indices":[111,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sat Dec 12 16:45:26 +0000 2015","id":675718110742118400,"id_str":"675718110742118400","text":"See our latest #Davis, CA #job and click to apply: Software Engineer - Python Full Stack Developer - https:\/\/t.co\/dRI6r5E4DJ #Engineering","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23372352,"id_str":"23372352","name":"TMJ-SAC Engin. Jobs","screen_name":"tmj_sac_eng","location":"Sacramento, CA","description":"Follow this account for geo-targeted Engineering job tweets in Sacramento, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":294,"friends_count":228,"listed_count":26,"created_at":"Sun Mar 08 23:44:09 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":166,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315521922\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315521922\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/669013249556262912\/kiu-aoXf_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/669013249556262912\/kiu-aoXf_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23372352\/1448340164","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[38.5449065,-121.7405167]},"coordinates":{"type":"Point","coordinates":[-121.7405167,38.5449065]},"place":{"id":"1994142e26ba7127","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/1994142e26ba7127.json","place_type":"city","name":"Davis","full_name":"Davis, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-121.803252,38.526843],[-121.675074,38.526843],[-121.675074,38.590264],[-121.803252,38.590264]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Davis","indices":[15,21]},{"text":"job","indices":[26,30]},{"text":"Engineering","indices":[125,137]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/dRI6r5E4DJ","expanded_url":"http:\/\/bit.ly\/1NoPske","display_url":"bit.ly\/1NoPske","indices":[101,124]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Sat Dec 12 02:47:54 +0000 2015","id":675507337805729792,"id_str":"675507337805729792","text":"We're #hiring! Read about our latest #job opening here: NSX QE Python Developer - Network Virtualization - https:\/\/t.co\/YNZqq7JYHU #IT","source":"\u003ca href=\"http:\/\/tweetmyjobs.com\" rel=\"nofollow\"\u003eSafeTweet by TweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2180401488,"id_str":"2180401488","name":"VMware Jobs","screen_name":"VMwareJobs","location":"Worldwide","description":"The official VMware, Inc. page for info on the most recent job openings at VMware, Inc.","url":"http:\/\/t.co\/PLQ8eLYjD2","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/PLQ8eLYjD2","expanded_url":"http:\/\/vmware.com\/careers","display_url":"vmware.com\/careers","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1504,"friends_count":21,"listed_count":374,"created_at":"Thu Nov 07 16:19:15 +0000 2013","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":3714,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000116888419\/bfc2345d93c1c7d4797c5c558b6c027d.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000116888419\/bfc2345d93c1c7d4797c5c558b6c027d.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000772289935\/b3ae6194419e750db17c91100e848c1f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000772289935\/b3ae6194419e750db17c91100e848c1f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2180401488\/1398811259","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.4457966,-122.1575745]},"coordinates":{"type":"Point","coordinates":[-122.1575745,37.4457966]},"place":{"id":"3ad0f706b3fa62a8","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/3ad0f706b3fa62a8.json","place_type":"city","name":"Palo Alto","full_name":"Palo Alto, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.190523,37.362824],[-122.097537,37.362824],[-122.097537,37.465918],[-122.190523,37.465918]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"hiring","indices":[6,13]},{"text":"job","indices":[37,41]},{"text":"IT","indices":[131,134]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/YNZqq7JYHU","expanded_url":"http:\/\/bit.ly\/1QMPB3Z","display_url":"bit.ly\/1QMPB3Z","indices":[107,130]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 01:25:59 +0000 2015","id":675124333967245314,"id_str":"675124333967245314","text":"RT @tmj_sfo_it: #IT #Job in #PALOALTO, CA: NSX Quality Software Developer - Perl or Python with Networking at VMware https:\/\/t.co\/H5F85XsP2\u2026","source":"\u003ca href=\"https:\/\/roundteam.co\" rel=\"nofollow\"\u003eRoundTeam\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":623053184,"id_str":"623053184","name":"IVMUG","screen_name":"IVMUG","location":"","description":"Bringing you all the Independent VMUG news and events","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":573,"friends_count":184,"listed_count":411,"created_at":"Sat Jun 30 19:00:20 +0000 2012","favourites_count":102,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":21585,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/509323042825068545\/09LwfIGv_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/509323042825068545\/09LwfIGv_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/623053184\/1410266962","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 00:29:50 +0000 2015","id":675110205311606785,"id_str":"675110205311606785","text":"#IT #Job in #PALOALTO, CA: NSX Quality Software Developer - Perl or Python with Networking at VMware https:\/\/t.co\/H5F85XsP2P #Jobs #Hiring","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20827150,"id_str":"20827150","name":"San Francisco IT Job","screen_name":"tmj_sfo_it","location":"San Francisco, CA","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in San Francisco, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":705,"friends_count":360,"listed_count":110,"created_at":"Sat Feb 14 02:46:00 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":957,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20827150\/1447890103","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.4457966,-122.1575745]},"coordinates":{"type":"Point","coordinates":[-122.1575745,37.4457966]},"place":{"id":"3ad0f706b3fa62a8","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/3ad0f706b3fa62a8.json","place_type":"city","name":"Palo Alto","full_name":"Palo Alto, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.190523,37.362824],[-122.097537,37.362824],[-122.097537,37.465918],[-122.190523,37.465918]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[{"text":"IT","indices":[0,3]},{"text":"Job","indices":[4,8]},{"text":"PALOALTO","indices":[12,21]},{"text":"Jobs","indices":[125,130]},{"text":"Hiring","indices":[131,138]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/H5F85XsP2P","expanded_url":"http:\/\/bit.ly\/219bPDA","display_url":"bit.ly\/219bPDA","indices":[101,124]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[{"text":"IT","indices":[16,19]},{"text":"Job","indices":[20,24]},{"text":"PALOALTO","indices":[28,37]},{"text":"Jobs","indices":[139,140]},{"text":"Hiring","indices":[139,140]}],"symbols":[],"user_mentions":[{"screen_name":"tmj_sfo_it","name":"San Francisco IT Job","id":20827150,"id_str":"20827150","indices":[3,14]}],"urls":[{"url":"https:\/\/t.co\/H5F85XsP2P","expanded_url":"http:\/\/bit.ly\/219bPDA","display_url":"bit.ly\/219bPDA","indices":[117,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 00:42:09 +0000 2015","id":675113304902213632,"id_str":"675113304902213632","text":"Join the DataStax team! See our latest #Engineering #job opening here: https:\/\/t.co\/lhzxZOgfuz #BigData #noSQL #DataStax #SantaClara, CA","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23363279,"id_str":"23363279","name":"San Jose Eng. Jobs","screen_name":"tmj_sjc_eng","location":"San Jose, CA","description":"Follow this account for geo-targeted Engineering job tweets in San Jose, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":518,"friends_count":245,"listed_count":66,"created_at":"Sun Mar 08 22:23:07 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":554,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315522826\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315522826\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667705749988966400\/ovIW1NGB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667705749988966400\/ovIW1NGB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23363279\/1448028432","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.3986039,-121.9643745]},"coordinates":{"type":"Point","coordinates":[-121.9643745,37.3986039]},"place":{"id":"4b58830723ec6371","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/4b58830723ec6371.json","place_type":"city","name":"Santa Clara","full_name":"Santa Clara, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.005597,37.322943],[-121.930045,37.322943],[-121.930045,37.419037],[-122.005597,37.419037]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Engineering","indices":[39,51]},{"text":"job","indices":[52,56]},{"text":"BigData","indices":[95,103]},{"text":"noSQL","indices":[104,110]},{"text":"DataStax","indices":[111,120]},{"text":"SantaClara","indices":[121,132]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/lhzxZOgfuz","expanded_url":"http:\/\/bit.ly\/21T7wg6","display_url":"bit.ly\/21T7wg6","indices":[71,94]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 00:29:50 +0000 2015","id":675110205311606785,"id_str":"675110205311606785","text":"#IT #Job in #PALOALTO, CA: NSX Quality Software Developer - Perl or Python with Networking at VMware https:\/\/t.co\/H5F85XsP2P #Jobs #Hiring","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20827150,"id_str":"20827150","name":"San Francisco IT Job","screen_name":"tmj_sfo_it","location":"San Francisco, CA","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in San Francisco, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":705,"friends_count":360,"listed_count":110,"created_at":"Sat Feb 14 02:46:00 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":957,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20827150\/1447890103","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.4457966,-122.1575745]},"coordinates":{"type":"Point","coordinates":[-122.1575745,37.4457966]},"place":{"id":"3ad0f706b3fa62a8","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/3ad0f706b3fa62a8.json","place_type":"city","name":"Palo Alto","full_name":"Palo Alto, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.190523,37.362824],[-122.097537,37.362824],[-122.097537,37.465918],[-122.190523,37.465918]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[{"text":"IT","indices":[0,3]},{"text":"Job","indices":[4,8]},{"text":"PALOALTO","indices":[12,21]},{"text":"Jobs","indices":[125,130]},{"text":"Hiring","indices":[131,138]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/H5F85XsP2P","expanded_url":"http:\/\/bit.ly\/219bPDA","display_url":"bit.ly\/219bPDA","indices":[101,124]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 00:27:02 +0000 2015","id":675109501184434177,"id_str":"675109501184434177","text":"Can you recommend anyone for this #job? Software Developer - Drivers Python\/C# - https:\/\/t.co\/l2WK5x4CQD #BigData #noSQL #SantaClara, CA","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23363279,"id_str":"23363279","name":"San Jose Eng. Jobs","screen_name":"tmj_sjc_eng","location":"San Jose, CA","description":"Follow this account for geo-targeted Engineering job tweets in San Jose, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":518,"friends_count":245,"listed_count":66,"created_at":"Sun Mar 08 22:23:07 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":554,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315522826\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315522826\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667705749988966400\/ovIW1NGB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667705749988966400\/ovIW1NGB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23363279\/1448028432","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.3986039,-121.9643745]},"coordinates":{"type":"Point","coordinates":[-121.9643745,37.3986039]},"place":{"id":"4b58830723ec6371","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/4b58830723ec6371.json","place_type":"city","name":"Santa Clara","full_name":"Santa Clara, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.005597,37.322943],[-121.930045,37.322943],[-121.930045,37.419037],[-122.005597,37.419037]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"job","indices":[34,38]},{"text":"BigData","indices":[105,113]},{"text":"noSQL","indices":[114,120]},{"text":"SantaClara","indices":[121,132]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/l2WK5x4CQD","expanded_url":"http:\/\/bit.ly\/1SR80NK","display_url":"bit.ly\/1SR80NK","indices":[81,104]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"metadata":{"iso_language_code":"en","result_type":"recent"},"created_at":"Fri Dec 11 00:25:18 +0000 2015","id":675109065039749120,"id_str":"675109065039749120","text":"Join the VMware team! See our latest #IT #job opening here: https:\/\/t.co\/qqr2N9pr2A #PALOALTO, CA #Hiring #CareerArc","source":"\u003ca href=\"http:\/\/www.tweetmyjobs.com\" rel=\"nofollow\"\u003eTweetMyJOBS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20827150,"id_str":"20827150","name":"San Francisco IT Job","screen_name":"tmj_sfo_it","location":"San Francisco, CA","description":"Follow this account for geo-targeted Software Dev. - General\/IT job tweets in San Francisco, CA. Need help? Tweet us at @CareerArc!","url":"https:\/\/t.co\/DByWt45HZj","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/DByWt45HZj","expanded_url":"http:\/\/www.careerarc.com\/job-seeker","display_url":"careerarc.com\/job-seeker","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":705,"friends_count":360,"listed_count":110,"created_at":"Sat Feb 14 02:46:00 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":957,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"253956","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/315565691\/Twitter-BG_2_bg-image.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667125554395516928\/6irWJWH2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20827150\/1447890103","profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"407DB0","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.4457966,-122.1575745]},"coordinates":{"type":"Point","coordinates":[-122.1575745,37.4457966]},"place":{"id":"3ad0f706b3fa62a8","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/3ad0f706b3fa62a8.json","place_type":"city","name":"Palo Alto","full_name":"Palo Alto, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.190523,37.362824],[-122.097537,37.362824],[-122.097537,37.465918],[-122.190523,37.465918]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"IT","indices":[37,40]},{"text":"job","indices":[41,45]},{"text":"PALOALTO","indices":[84,93]},{"text":"Hiring","indices":[98,105]},{"text":"CareerArc","indices":[106,116]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/qqr2N9pr2A","expanded_url":"http:\/\/bit.ly\/1ioflHO","display_url":"bit.ly\/1ioflHO","indices":[60,83]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}],"search_metadata":{"completed_in":0.042,"max_id":676518074279788544,"max_id_str":"676518074279788544","next_results":"?max_id=675109065039749119&q=python&geocode=37.781157%2C-122.398720%2C100mi&include_entities=1","query":"python","refresh_url":"?since_id=676518074279788544&q=python&geocode=37.781157%2C-122.398720%2C100mi&include_entities=1","count":15,"since_id":0,"since_id_str":"0"}}python-twitter-3.3/testdata/get_search_raw.json000066400000000000000000022402101311017327200220570ustar00rootroot00000000000000{"search_metadata": {"next_results": "?max_id=690992333903532031&q=twitter%20since%3A2014-07-19&count=100&include_entities=1&result_type=recent", "count": 100, "max_id_str": "690992334247477249", "max_id": 690992334247477249, "completed_in": 0.217, "since_id_str": "0", "since_id": 0, "query": "twitter+since%3A2014-07-19", "refresh_url": "?since_id=690992334247477249&q=twitter%20since%3A2014-07-19&result_type=recent&include_entities=1"}, "statuses": [{"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334247477249", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/iBIEYXFdnz", "source_user_id_str": "1449283567", "expanded_url": "http://twitter.com/CSAviate/status/690992179955675136/photo/1", "source_status_id_str": "690992179955675136", "id_str": "690992174272368640", "source_user_id": 1449283567, "media_url_https": "https://pbs.twimg.com/media/CZbluLIUUAADC8B.jpg", "id": 690992174272368640, "sizes": {"large": {"h": 576, "w": 1022, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 337, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/iBIEYXFdnz", "indices": [32, 55], "media_url": "http://pbs.twimg.com/media/CZbluLIUUAADC8B.jpg", "source_status_id": 690992179955675136}], "user_mentions": [{"name": "whom", "id": 1449283567, "screen_name": "CSAviate", "id_str": "1449283567", "indices": [3, 12]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:19:08 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Tweetbot for i\u039fS", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992179955675136", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbluLIUUAADC8B.jpg", "display_url": "pic.twitter.com/iBIEYXFdnz", "id": 690992174272368640, "type": "photo", "sizes": {"large": {"h": 576, "w": 1022, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 337, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/iBIEYXFdnz", "indices": [18, 41], "media_url": "http://pbs.twimg.com/media/CZbluLIUUAADC8B.jpg", "id_str": "690992174272368640", "expanded_url": "http://twitter.com/CSAviate/status/690992179955675136/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed May 22 15:42:42 +0000 2013", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 73385, "utc_offset": -18000, "description": "broke boy magic, 7 days a week.", "profile_text_color": "333333", "profile_link_color": "000000", "id_str": "1449283567", "statuses_count": 134241, "url": null, "profile_use_background_image": true, "name": "whom", "entities": {"description": {"urls": []}}, "screen_name": "CSAviate", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/652243773519347712/gVdNzjTx_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 853, "followers_count": 1132, "verified": false, "id": 1449283567, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/652243773519347712/gVdNzjTx_normal.jpg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 63, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "kevin love\n\nelbow https://t.co/iBIEYXFdnz", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992179955675136}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jun 17 20:04:53 +0000 2010", "profile_link_color": "B30000", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 29940, "utc_offset": -18000, "description": "Hoosier. Writer at @miaheatbeat. D-League/Summer League stuff. These are not jokes. They are just thoughts.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/156745662/1437703380", "id_str": "156745662", "statuses_count": 136472, "url": "https://t.co/fqLtEOCBYa", "profile_use_background_image": false, "name": "Taddy Mason LLC", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "miamiheatbeat.com", "indices": [0, 23], "url": "https://t.co/fqLtEOCBYa", "expanded_url": "http://miamiheatbeat.com"}]}}, "screen_name": "alfonsohoops", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Bloomington, Indiana ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/672290851620560896/ig2E8Md5_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 906, "followers_count": 1590, "verified": false, "id": 156745662, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672290851620560896/ig2E8Md5_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 89, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @CSAviate: kevin love\n\nelbow https://t.co/iBIEYXFdnz", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334247477249}, {"quoted_status": {"created_at": "Sat Jan 23 20:08:08 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Tweetbot for i\u039fS", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690989412197515264", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "vine.co/v/iMEqpX29zqE", "indices": [0, 23], "url": "https://t.co/ESiseDKIVG", "expanded_url": "https://vine.co/v/iMEqpX29zqE"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Mar 29 22:03:40 +0000 2009", "lang": "en", "time_zone": "Quito", "contributors_enabled": false, "favourites_count": 244, "utc_offset": -18000, "description": "I used to be funny on here", "profile_text_color": "666666", "profile_link_color": "2FC2EF", "id_str": "27515401", "statuses_count": 112609, "url": null, "profile_use_background_image": true, "name": "Young Empanada$", "entities": {"description": {"urls": []}}, "screen_name": "JoeyPrez", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "location": "863 Polk County Zone 6", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648166302574604289/4vc0y2vz_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "252429", "friends_count": 160, "followers_count": 528, "verified": false, "id": 27515401, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648166302574604289/4vc0y2vz_normal.jpg", "profile_background_tile": false, "profile_background_color": "1A1B1F", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6, "profile_sidebar_border_color": "181A1E"}, "metadata": {"iso_language_code": "ht", "result_type": "recent"}, "text": "https://t.co/ESiseDKIVG", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690989412197515264}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ht", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334247428096", "quoted_status_id": 690989412197515264, "contributors": null, "quoted_status_id_str": "690989412197515264", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/joeyprez/statu\u2026", "indices": [7, 30], "url": "https://t.co/mI4pZOFeYw", "expanded_url": "https://twitter.com/joeyprez/status/690989412197515264"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Oct 21 22:01:06 +0000 2011", "profile_link_color": "0099B9", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 3319, "utc_offset": -18000, "description": "Sweeterman | Dominican | Instagram: JAR.ZAN", "profile_text_color": "3C3940", "profile_banner_url": "https://pbs.twimg.com/profile_banners/395578754/1450490308", "id_str": "395578754", "statuses_count": 50936, "url": null, "profile_use_background_image": true, "name": "lame", "entities": {"description": {"urls": []}}, "screen_name": "Jarzzan", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/350586475/providence-place-014.jpg", "location": "with my hillbillies", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690247191290613760/yU0fIVn__normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "FFFFFF", "friends_count": 602, "followers_count": 1055, "verified": false, "id": 395578754, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/350586475/providence-place-014.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690247191290613760/yU0fIVn__normal.jpg", "profile_background_tile": true, "profile_background_color": "0099B9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 10, "profile_sidebar_border_color": "5ED4DC"}, "metadata": {"iso_language_code": "ht", "result_type": "recent"}, "text": "Lmaooo https://t.co/mI4pZOFeYw", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334247428096}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Mobile Web (M5)", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334243250177", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/OreA7mmCJO", "source_user_id_str": "173185910", "expanded_url": "http://twitter.com/BmoreCityDOT/status/690985447426752512/photo/1", "source_status_id_str": "690985447426752512", "id_str": "690985446977966084", "source_user_id": 173185910, "media_url_https": "https://pbs.twimg.com/media/CZbfmmAWEAQBetG.jpg", "id": 690985446977966084, "sizes": {"large": {"h": 178, "w": 178, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 178, "w": 178, "resize": "fit"}, "small": {"h": 178, "w": 178, "resize": "fit"}}, "url": "https://t.co/OreA7mmCJO", "indices": [122, 140], "media_url": "http://pbs.twimg.com/media/CZbfmmAWEAQBetG.jpg", "source_status_id": 690985447426752512}], "user_mentions": [{"name": "Baltimore City DOT", "id": 173185910, "screen_name": "BmoreCityDOT", "id_str": "173185910", "indices": [3, 16]}, {"name": "Mayor Rawlings-Blake", "id": 109328493, "screen_name": "MayorSRB", "id_str": "109328493", "indices": [112, 121]}], "hashtags": [{"indices": [102, 111], "text": "baltsnow"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:52:23 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690985447426752512", "favorite_count": 4, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbfmmAWEAQBetG.jpg", "display_url": "pic.twitter.com/OreA7mmCJO", "id": 690985446977966084, "type": "photo", "sizes": {"large": {"h": 178, "w": 178, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 178, "w": 178, "resize": "fit"}, "small": {"h": 178, "w": 178, "resize": "fit"}}, "url": "https://t.co/OreA7mmCJO", "indices": [104, 127], "media_url": "http://pbs.twimg.com/media/CZbfmmAWEAQBetG.jpg", "id_str": "690985446977966084", "expanded_url": "http://twitter.com/BmoreCityDOT/status/690985447426752512/photo/1"}], "user_mentions": [{"name": "Mayor Rawlings-Blake", "id": 109328493, "screen_name": "MayorSRB", "id_str": "109328493", "indices": [94, 103]}], "hashtags": [{"indices": [84, 93], "text": "baltsnow"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jul 31 17:34:49 +0000 2010", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 114, "utc_offset": -18000, "description": "Official transportation information from the Baltimore City DOT", "profile_text_color": "666666", "profile_link_color": "2FC2EF", "id_str": "173185910", "statuses_count": 4445, "url": null, "profile_use_background_image": true, "name": "Baltimore City DOT", "entities": {"description": {"urls": []}}, "screen_name": "BmoreCityDOT", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "location": "Baltimore, MD", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/428173760286306304/gnAAswuC_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "252429", "friends_count": 394, "followers_count": 7550, "verified": false, "id": 173185910, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/428173760286306304/gnAAswuC_normal.jpeg", "profile_background_tile": false, "profile_background_color": "1A1B1F", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 249, "profile_sidebar_border_color": "181A1E"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Over 310 snow vehicles continue to work on city streets during this historic storm. #baltsnow @MayorSRB https://t.co/OreA7mmCJO", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690985447426752512}, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Feb 16 19:48:53 +0000 2012", "profile_link_color": "009999", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 70, "utc_offset": -18000, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/494331385/1371563398", "id_str": "494331385", "statuses_count": 907, "url": "http://t.co/MRJ1tJJyU0", "profile_use_background_image": true, "name": "Baltimore Housing", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "baltimorehousing.org", "indices": [0, 22], "url": "http://t.co/MRJ1tJJyU0", "expanded_url": "http://www.baltimorehousing.org"}]}}, "screen_name": "Bmore_Housing", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3283802034/d6c60ea57d3235f2b68f92f199555b57_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 292, "followers_count": 695, "verified": false, "id": 494331385, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3283802034/d6c60ea57d3235f2b68f92f199555b57_normal.jpeg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 25, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @BmoreCityDOT: Over 310 snow vehicles continue to work on city streets during this historic storm. #baltsnow @MayorSRB https://t.co/OreA\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334243250177}, {"quoted_status": {"created_at": "Sat Jan 23 20:09:08 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690989665701208064", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jan 22 14:36:59 +0000 2014", "profile_link_color": "009999", "lang": "ar", "time_zone": "Kyiv", "contributors_enabled": false, "favourites_count": 4180, "utc_offset": 7200, "description": "\u0636\u0648\u0621 \u0633\u0627\u0637\u0639 \u064a\u0645\u0646\u0639\u0643 \u0645\u0646 \u0627\u0644\u0631\u0624\u064a\u0629 || \u0644\u0627\u0639\u0628\u0629 \u0628\u0627\u0631\u0643\u0648\u0631 | #INTJ \u0625\u0633\u0645\u064a \u0631\u0624\u0649 \u0648\u0641\u064a \u0631\u0648\u0627\u064a\u0629 \u0623\u064f\u062e\u0631\u0649 \u0631\u0626\u0647.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2304949812/1453130698", "id_str": "2304949812", "statuses_count": 10668, "url": "https://t.co/p82wtRkoar", "profile_use_background_image": true, "name": "\u0631\u0626\u0647", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "sayat.me/roaachan", "indices": [0, 23], "url": "https://t.co/p82wtRkoar", "expanded_url": "http://sayat.me/roaachan"}]}}, "screen_name": "roaachan", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/524245212025995265/POv_lC4X.jpeg", "location": "\u0643\u0627\u0626\u0646\u0629 \u0635\u0628\u0627\u062d\u064a\u0651\u0629", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689129978135457792/dW5n7oNy_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 153, "followers_count": 1290, "verified": false, "id": 2304949812, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/524245212025995265/POv_lC4X.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689129978135457792/dW5n7oNy_normal.jpg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0647\u0644 \u062a\u062e\u0627\u0641\u0648\u0646 \u0645\u0646 \u0627\u0644\u0645\u0648\u062a\u061f", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690989665701208064}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334243233792", "quoted_status_id": 690989665701208064, "contributors": null, "quoted_status_id_str": "690989665701208064", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/roaachan/statu\u2026", "indices": [109, 132], "url": "https://t.co/957ImAI3pP", "expanded_url": "https://twitter.com/roaachan/status/690989665701208064"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jul 08 03:33:16 +0000 2014", "profile_link_color": "112233", "lang": "en", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 1977, "utc_offset": 10800, "description": "21 of age - Looking for the interesting things - Searching for people who don\u2019t believe in reality . DO NOT EXPECT .. JUST WATCH !", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2610935574/1452660898", "id_str": "2610935574", "statuses_count": 15856, "url": "https://t.co/KsBx0PwJ4w", "profile_use_background_image": true, "name": "- Nan \u2606", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "noorah1221.wordpress.com", "indices": [0, 23], "url": "https://t.co/KsBx0PwJ4w", "expanded_url": "https://noorah1221.wordpress.com/"}]}}, "screen_name": "NOORAH_1221", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/680492063486545921/mgsdclC2.jpg", "location": "#\u062f\u0645\u0634\u0642 ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690910693751721984/-wZkAiS0_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 482, "followers_count": 422, "verified": false, "id": 2610935574, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/680492063486545921/mgsdclC2.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690910693751721984/-wZkAiS0_normal.jpg", "profile_background_tile": true, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0627\u0644\u062e\u0648\u0641 \u0645\u0648 \u0645\u0646 \u0627\u0644\u0645\u0648\u062a\n\u0627\u0644\u062e\u0648\u0641 \u0627\u0644\u062d\u0642\u064a\u0642\u064a \u0645\u0646 \u0627\u0644\u062a\u0642\u0635\u064a\u0631 \u0648\u0639\u062f\u0645 \u0627\u0644\u0625\u0633\u062a\u0639\u062f\u0627\u062f \u0644\u0644\u064a \u0628\u0646\u0648\u0627\u062c\u0647\u0647 \u0628\u0639\u062f \u0627\u0644\u0645\u0648\u062a \n\n\u0627\u0644\u0644\u0647\u0645 \u0625\u0631\u0632\u0642\u0646\u0627 \u062d\u0633\u0646 \u0627\u0644\u062e\u0627\u062a\u0645\u0647 \n https://t.co/957ImAI3pP", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334243233792}, {"quoted_status": {"created_at": "Sat Jan 23 20:12:50 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690990595410530304", "quoted_status_id": 690989989119823872, "contributors": null, "quoted_status_id_str": "690989989119823872", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/DonnyFinego/st\u2026", "indices": [33, 56], "url": "https://t.co/aUHY3VqkbZ", "expanded_url": "https://twitter.com/DonnyFinego/status/690989989119823872"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Feb 21 18:22:05 +0000 2011", "profile_link_color": "3B94D9", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 195, "utc_offset": -18000, "description": "One way up. I fly. \u2708. BikeLife. Musician. EuroPower.", "profile_text_color": "CC0000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/255608512/1386639178", "id_str": "255608512", "statuses_count": 46856, "url": null, "profile_use_background_image": true, "name": "musicmaniac.", "entities": {"description": {"urls": []}}, "screen_name": "Bounceit_Good_", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000164818151/xxih2gLN.jpeg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689051153649160192/z5goSYjt_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 364, "followers_count": 1151, "verified": false, "id": 255608512, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000164818151/xxih2gLN.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689051153649160192/z5goSYjt_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Lmao. You wild. Wassup tho nigga https://t.co/aUHY3VqkbZ", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690990595410530304}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334239092736", "quoted_status_id": 690990595410530304, "contributors": null, "quoted_status_id_str": "690990595410530304", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/bounceit_good_\u2026", "indices": [23, 46], "url": "https://t.co/QcTXhYxVnX", "expanded_url": "https://twitter.com/bounceit_good_/status/690990595410530304"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Jun 12 00:52:04 +0000 2009", "profile_link_color": "0099CC", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 808, "utc_offset": -18000, "description": "#finego i play the keys..| IG : finego.clan RIP TEVO", "profile_text_color": "E01616", "profile_banner_url": "https://pbs.twimg.com/profile_banners/46538008/1452707908", "id_str": "46538008", "statuses_count": 156104, "url": null, "profile_use_background_image": true, "name": "#LLT", "entities": {"description": {"urls": []}}, "screen_name": "DonnyFinego", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000086377998/7c53ba1f4abd6efdfbc744083e4b6e1a.jpeg", "location": "In Maryland", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690891423982489600/zJWbopSX_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 782, "followers_count": 1932, "verified": false, "id": 46538008, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000086377998/7c53ba1f4abd6efdfbc744083e4b6e1a.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690891423982489600/zJWbopSX_normal.jpg", "profile_background_tile": true, "profile_background_color": "FFF04D", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 15, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Ain't shit what it do! https://t.co/QcTXhYxVnX", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334239092736}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334238920704", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/3TXHhmhiEr", "source_user_id_str": "4481625083", "expanded_url": "http://twitter.com/OnlyGreysQuote/status/690974435113857024/photo/1", "source_status_id_str": "690974435113857024", "id_str": "690974430650978304", "source_user_id": 4481625083, "media_url_https": "https://pbs.twimg.com/media/CZbVlW_UUAAvf5u.jpg", "id": 690974430650978304, "sizes": {"large": {"h": 263, "w": 650, "resize": "fit"}, "small": {"h": 137, "w": 340, "resize": "fit"}, "medium": {"h": 242, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/3TXHhmhiEr", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CZbVlW_UUAAvf5u.jpg", "source_status_id": 690974435113857024}], "user_mentions": [{"name": "Grey's Anatomy", "id": 4481625083, "screen_name": "OnlyGreysQuote", "id_str": "4481625083", "indices": [3, 18]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:08:37 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690974435113857024", "favorite_count": 217, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbVlW_UUAAvf5u.jpg", "display_url": "pic.twitter.com/3TXHhmhiEr", "id": 690974430650978304, "type": "photo", "sizes": {"large": {"h": 263, "w": 650, "resize": "fit"}, "small": {"h": 137, "w": 340, "resize": "fit"}, "medium": {"h": 242, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/3TXHhmhiEr", "indices": [64, 87], "media_url": "http://pbs.twimg.com/media/CZbVlW_UUAAvf5u.jpg", "id_str": "690974430650978304", "expanded_url": "http://twitter.com/OnlyGreysQuote/status/690974435113857024/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 119, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Dec 14 13:45:15 +0000 2015", "profile_link_color": "2B7BB9", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 110, "utc_offset": null, "description": "All the best quotes, pictures, news and more from the world hit TV show, Grey's Anatomy! \u2022 New episodes every Thursday at 8/7c on ABC.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4481625083/1450459148", "id_str": "4481625083", "statuses_count": 170, "url": null, "profile_use_background_image": true, "name": "Grey's Anatomy", "entities": {"description": {"urls": []}}, "screen_name": "OnlyGreysQuote", "protected": false, "profile_background_image_url": null, "location": "Grey Sloan Memorial Hospital", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/676429300543971331/7Qvgl1Ok_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 30, "followers_count": 10655, "verified": false, "id": 4481625083, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/676429300543971331/7Qvgl1Ok_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Anyone who's ever watched Grey's Anatomy knows what this means. https://t.co/3TXHhmhiEr", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690974435113857024}, "retweet_count": 119, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Nov 27 18:23:26 +0000 2015", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 795, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "4298829623", "statuses_count": 316, "url": null, "profile_use_background_image": true, "name": "Madelyn Scott", "entities": {"description": {"urls": []}}, "screen_name": "mascott_122", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/670307577281052673/R0TK7Mnj_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 95, "followers_count": 57, "verified": false, "id": 4298829623, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670307577281052673/R0TK7Mnj_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @OnlyGreysQuote: Anyone who's ever watched Grey's Anatomy knows what this means. https://t.co/3TXHhmhiEr", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334238920704}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "nl", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334234845184", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/d0RgJmZ9d4", "source_user_id_str": "564003251", "expanded_url": "http://twitter.com/LouisTopsLarry/status/690889337131630596/photo/1", "source_status_id_str": "690889337131630596", "id_str": "690889333516156930", "source_user_id": 564003251, "media_url_https": "https://pbs.twimg.com/media/CZaIMDdWQAIoc2J.jpg", "id": 690889333516156930, "sizes": {"large": {"h": 586, "w": 669, "resize": "fit"}, "small": {"h": 297, "w": 340, "resize": "fit"}, "medium": {"h": 525, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/d0RgJmZ9d4", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CZaIMDdWQAIoc2J.jpg", "source_status_id": 690889337131630596}], "user_mentions": [{"name": "s e l i n a", "id": 564003251, "screen_name": "LouisTopsLarry", "id_str": "564003251", "indices": [3, 18]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 13:30:28 +0000 2016", "lang": "nl", "in_reply_to_user_id_str": null, "source": "Twitter for Windows Phone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690889337131630596", "favorite_count": 72, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaIMDdWQAIoc2J.jpg", "display_url": "pic.twitter.com/d0RgJmZ9d4", "id": 690889333516156930, "type": "photo", "sizes": {"large": {"h": 586, "w": 669, "resize": "fit"}, "small": {"h": 297, "w": 340, "resize": "fit"}, "medium": {"h": 525, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/d0RgJmZ9d4", "indices": [6, 29], "media_url": "http://pbs.twimg.com/media/CZaIMDdWQAIoc2J.jpg", "id_str": "690889333516156930", "expanded_url": "http://twitter.com/LouisTopsLarry/status/690889337131630596/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 67, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Apr 26 20:11:14 +0000 2012", "profile_link_color": "DD2E44", "lang": "en", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 9672, "utc_offset": -14400, "description": "louisandharry enthusiast", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/564003251/1451431451", "id_str": "564003251", "statuses_count": 104434, "url": null, "profile_use_background_image": true, "name": "s e l i n a", "entities": {"description": {"urls": []}}, "screen_name": "LouisTopsLarry", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453547743282085888/veImF-HI.png", "location": "somewhere in louis' ass", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681979189805727744/a6s1sA9a_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 1346, "followers_count": 23122, "verified": false, "id": 564003251, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453547743282085888/veImF-HI.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681979189805727744/a6s1sA9a_normal.png", "profile_background_tile": false, "profile_background_color": "FFFFFF", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 353, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "nl", "result_type": "recent"}, "text": "GEMMA https://t.co/d0RgJmZ9d4", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690889337131630596}, "retweet_count": 67, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jul 30 13:13:56 +0000 2014", "profile_link_color": "0084B4", "lang": "ar", "time_zone": null, "contributors_enabled": false, "favourites_count": 1923, "utc_offset": null, "description": "liam james payne is very under appreciated and it makes me so mad\u0359", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2692890517/1453070040", "id_str": "2692890517", "statuses_count": 3519, "url": null, "profile_use_background_image": true, "name": "louis", "entities": {"description": {"urls": []}}, "screen_name": "ziampaylikq8", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688851791371370497/exNJZtuL_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1974, "followers_count": 677, "verified": false, "id": 2692890517, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688851791371370497/exNJZtuL_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "nl", "result_type": "recent"}, "text": "RT @LouisTopsLarry: GEMMA https://t.co/d0RgJmZ9d4", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334234845184}, {"quoted_status": {"created_at": "Sat Jan 23 19:54:46 +0000 2016", "lang": "it", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690986050429263872", "favorite_count": 1, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Feb 15 15:12:48 +0000 2013", "profile_link_color": "ABB8C2", "lang": "it", "time_zone": "Athens", "contributors_enabled": false, "favourites_count": 19157, "utc_offset": 7200, "description": "some days it's not worth trying", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1182923462/1452629589", "id_str": "1182923462", "statuses_count": 116641, "url": null, "profile_use_background_image": true, "name": "platz", "entities": {"description": {"urls": []}}, "screen_name": "danreyvnolds", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/549616189488381952/EG0QHdHc.jpeg", "location": "dancing with the devil", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687004446094667776/t2u1WRou_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6656, "followers_count": 9073, "verified": false, "id": 1182923462, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/549616189488381952/EG0QHdHc.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687004446094667776/t2u1WRou_normal.jpg", "profile_background_tile": false, "profile_background_color": "FFFFFF", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 25, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "it", "result_type": "recent"}, "text": "\ud83d\udc7c\ud83c\udffc50 domande random di lou\ud83d\udc7c\ud83c\udffc\n\n29. come si chiama la tua migliore amica?", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690986050429263872}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "it", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334230593536", "quoted_status_id": 690986050429263872, "contributors": null, "quoted_status_id_str": "690986050429263872", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/danreyvnolds/s\u2026", "indices": [21, 44], "url": "https://t.co/mUkqDWDGmH", "expanded_url": "https://twitter.com/danreyvnolds/status/690986050429263872"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Sep 01 23:36:15 +0000 2015", "profile_link_color": "9266CC", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 3650, "utc_offset": -28800, "description": "Sognarti \u00e8 l'unico modo per averti vicino. @LisaCim \u2022|| 5th January ||\u2022", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3517389753/1453487880", "id_str": "3517389753", "statuses_count": 5817, "url": null, "profile_use_background_image": true, "name": "\u265b", "entities": {"description": {"urls": []}}, "screen_name": "withlisacim", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/689048970178486272/8yfBs__4.jpg", "location": "Los Angeles, CA", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690603993773555712/1eMTOCbo_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 156, "followers_count": 659, "verified": false, "id": 3517389753, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/689048970178486272/8yfBs__4.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690603993773555712/1eMTOCbo_normal.jpg", "profile_background_tile": true, "profile_background_color": "9266CC", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "it", "result_type": "recent"}, "text": "Margherita,Antonella https://t.co/mUkqDWDGmH", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334230593536}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334226526208", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl2mWUAAAX1fL.jpg", "display_url": "pic.twitter.com/73JuZWIipi", "id": 690992319017779200, "type": "photo", "sizes": {"large": {"h": 1024, "w": 575, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1024, "w": 575, "resize": "fit"}, "small": {"h": 605, "w": 340, "resize": "fit"}}, "url": "https://t.co/73JuZWIipi", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CZbl2mWUAAAX1fL.jpg", "id_str": "690992319017779200", "expanded_url": "http://twitter.com/hamad58829468/status/690992334226526208/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon May 31 08:29:39 +0000 2010", "profile_link_color": "1F98C7", "lang": "en", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 10767, "utc_offset": 10800, "description": "Peace\u2764\ufe0f Justice\u2764\ufe0f Love", "profile_text_color": "663B12", "profile_banner_url": "https://pbs.twimg.com/profile_banners/150179279/1451458118", "id_str": "150179279", "statuses_count": 58800, "url": null, "profile_use_background_image": true, "name": "H&M", "entities": {"description": {"urls": []}}, "screen_name": "hamad58829468", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687678684568940545/ILtxmKXf_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DAECF4", "friends_count": 11062, "followers_count": 11093, "verified": false, "id": 150179279, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687678684568940545/ILtxmKXf_normal.jpg", "profile_background_tile": false, "profile_background_color": "C6E2EE", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 262, "profile_sidebar_border_color": "C6E2EE"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/73JuZWIipi", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334226526208}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334218117120", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uliwQ1SCb8", "source_user_id_str": "177101260", "expanded_url": "http://twitter.com/Rainmaker1973/status/690980117657587712/photo/1", "source_status_id_str": "690980117657587712", "id_str": "690980115874988032", "source_user_id": 177101260, "media_url_https": "https://pbs.twimg.com/media/CZbawSGWQAAlC-U.png", "id": 690980115874988032, "sizes": {"large": {"h": 633, "w": 1024, "resize": "fit"}, "small": {"h": 210, "w": 340, "resize": "fit"}, "medium": {"h": 371, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/uliwQ1SCb8", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZbawSGWQAAlC-U.png", "source_status_id": 690980117657587712}], "user_mentions": [{"name": "Massimo", "id": 177101260, "screen_name": "Rainmaker1973", "id_str": "177101260", "indices": [3, 17]}], "hashtags": [{"indices": [19, 25], "text": "Today"}, {"indices": [89, 95], "text": "Pluto"}], "urls": [{"display_url": "bit.ly/1S1HWml", "indices": [106, 129], "url": "https://t.co/jATzjhxxyc", "expanded_url": "http://bit.ly/1S1HWml"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:31:12 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690980117657587712", "favorite_count": 58, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbawSGWQAAlC-U.png", "display_url": "pic.twitter.com/uliwQ1SCb8", "id": 690980115874988032, "type": "photo", "sizes": {"large": {"h": 633, "w": 1024, "resize": "fit"}, "small": {"h": 210, "w": 340, "resize": "fit"}, "medium": {"h": 371, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/uliwQ1SCb8", "indices": [111, 134], "media_url": "http://pbs.twimg.com/media/CZbawSGWQAAlC-U.png", "id_str": "690980115874988032", "expanded_url": "http://twitter.com/Rainmaker1973/status/690980117657587712/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 6], "text": "Today"}, {"indices": [70, 76], "text": "Pluto"}], "urls": [{"display_url": "bit.ly/1S1HWml", "indices": [87, 110], "url": "https://t.co/jATzjhxxyc", "expanded_url": "http://bit.ly/1S1HWml"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 59, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Aug 11 07:13:13 +0000 2010", "profile_link_color": "1F98C7", "lang": "it", "time_zone": "Rome", "contributors_enabled": false, "favourites_count": 1661, "utc_offset": 3600, "description": "Passionate about astronomy, space imaging & processing, astronautics, meteorology, open source & many other things. Engineer, #STEM \u00bb Science, #ISS & Space news", "profile_text_color": "663B12", "profile_banner_url": "https://pbs.twimg.com/profile_banners/177101260/1422214939", "id_str": "177101260", "statuses_count": 36661, "url": "http://t.co/9NtO8r86UM", "profile_use_background_image": true, "name": "Massimo", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "skylive.it", "indices": [0, 22], "url": "http://t.co/9NtO8r86UM", "expanded_url": "http://www.skylive.it"}]}}, "screen_name": "Rainmaker1973", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/551781899077574656/fxiMBWHy.jpeg", "location": "Italy, North by Northwest", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/686298118904786944/H4aoP8vA_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DAECF4", "friends_count": 195, "followers_count": 4092, "verified": false, "id": 177101260, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/551781899077574656/fxiMBWHy.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/686298118904786944/H4aoP8vA_normal.jpg", "profile_background_tile": false, "profile_background_color": "C6E2EE", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 159, "profile_sidebar_border_color": "C6E2EE"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "#Today in 1930, Clyde Tombaugh took the 1st set of plates that led to #Pluto discovery https://t.co/jATzjhxxyc https://t.co/uliwQ1SCb8", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690980117657587712}, "retweet_count": 59, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Apr 26 15:59:37 +0000 2010", "profile_link_color": "325B0A", "lang": "en", "time_zone": "Vilnius", "contributors_enabled": false, "favourites_count": 2669, "utc_offset": 7200, "description": "\u042d\u0442\u043e \u043b\u0438\u0447\u043d\u044b\u0439 \u0430\u043a\u043a\u0430\u0443\u043d\u0442! \u0417\u0434\u0435\u0441\u044c \u043f\u043e\u0447\u0442\u0438 \u043d\u0435\u0442 \u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u044e\u043c\u043e\u0440\u0430. \u0415\u0441\u0442\u044c \u043c\u043d\u043e\u0433\u043e \u0440\u0435\u0442\u0432\u0438\u0442\u043e\u0432, \u0438 \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0440\u0430\u0441\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u0439 \u043e \u0436\u0438\u0437\u043d\u0438, \u043e \u0436\u0435\u043d\u0435, \u043e \u0440\u0435\u0431\u0451\u043d\u043a\u0435. \u0414\u0435\u043b\u0430\u044e \u041f\u0438\u043a\u0441\u0435\u043b\u044c\u043c\u0430\u0442\u043e\u0440. \u041a.\u0444.-\u043c.\u043d.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/137383623/1443017497", "id_str": "137383623", "statuses_count": 19757, "url": null, "profile_use_background_image": true, "name": "\u0411\u0435\u0437\u0443\u043c\u043d\u044b\u0439 \u041c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a", "entities": {"description": {"urls": []}}, "screen_name": "Soukhinov", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/104231145/flatSide_UD__SR.jpg", "location": "\u0412\u0438\u043b\u044c\u043d\u044e\u0441, \u0440\u0430\u043d\u0435\u0435 \u041c\u043e\u0441\u043a\u0432\u0430,\u0422\u0430\u0433\u0430\u043d\u0440\u043e\u0433", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/615209769264091136/b1Hkdun8_normal.png", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 261, "followers_count": 740, "verified": false, "id": 137383623, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/104231145/flatSide_UD__SR.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/615209769264091136/b1Hkdun8_normal.png", "profile_background_tile": false, "profile_background_color": "AAC6EB", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 33, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @Rainmaker1973: #Today in 1930, Clyde Tombaugh took the 1st set of plates that led to #Pluto discovery https://t.co/jATzjhxxyc https://t\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334218117120}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334218092544", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/FeenbYamZG", "source_user_id_str": "2403939479", "expanded_url": "http://twitter.com/erikaajean8/status/671554627377106944/video/1", "source_status_id_str": "671554627377106944", "id_str": "671554578974838784", "source_user_id": 2403939479, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/671554578974838784/pu/img/Y7mh56aCxEUWTNNc.jpg", "id": 671554578974838784, "sizes": {"large": {"h": 852, "w": 480, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}, "medium": {"h": 852, "w": 480, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/FeenbYamZG", "indices": [62, 85], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/671554578974838784/pu/img/Y7mh56aCxEUWTNNc.jpg", "source_status_id": 671554627377106944}], "user_mentions": [{"name": "erika kristensen", "id": 2403939479, "screen_name": "erikaajean8", "id_str": "2403939479", "indices": [3, 15]}, {"name": "anna arato", "id": 2490837891, "screen_name": "arato_anna", "id_str": "2490837891", "indices": [17, 28]}, {"name": "Alyssa", "id": 1569222258, "screen_name": "AlyssaBurgan1", "id_str": "1569222258", "indices": [29, 43]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Tue Dec 01 05:01:14 +0000 2015", "lang": "en", "in_reply_to_user_id_str": "2490837891", "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "671554627377106944", "favorite_count": 3, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/671554578974838784/pu/img/Y7mh56aCxEUWTNNc.jpg", "display_url": "pic.twitter.com/FeenbYamZG", "id": 671554578974838784, "type": "photo", "sizes": {"large": {"h": 852, "w": 480, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}, "medium": {"h": 852, "w": 480, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/FeenbYamZG", "indices": [45, 68], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/671554578974838784/pu/img/Y7mh56aCxEUWTNNc.jpg", "id_str": "671554578974838784", "expanded_url": "http://twitter.com/erikaajean8/status/671554627377106944/video/1"}], "user_mentions": [{"name": "anna arato", "id": 2490837891, "screen_name": "arato_anna", "id_str": "2490837891", "indices": [0, 11]}, {"name": "Alyssa", "id": 1569222258, "screen_name": "AlyssaBurgan1", "id_str": "1569222258", "indices": [12, 26]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Mar 12 05:04:23 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 14427, "utc_offset": null, "description": "#lake", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2403939479/1452053925", "id_str": "2403939479", "statuses_count": 665, "url": "https://t.co/NMFQ4Ultfo", "profile_use_background_image": true, "name": "erika kristensen", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "Instagram.com/erikajean8", "indices": [0, 23], "url": "https://t.co/NMFQ4Ultfo", "expanded_url": "http://Instagram.com/erikajean8"}]}}, "screen_name": "erikaajean8", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Florida", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/684589897970270209/VzfhjH7F_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 183, "followers_count": 245, "verified": false, "id": 2403939479, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684589897970270209/VzfhjH7F_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "@arato_anna @AlyssaBurgan1 definitely my fav https://t.co/FeenbYamZG", "in_reply_to_user_id": 2490837891, "is_quote_status": false, "in_reply_to_screen_name": "arato_anna", "truncated": false, "retweeted": false, "coordinates": null, "id": 671554627377106944}, "retweet_count": 2, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jul 05 15:08:52 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 7440, "utc_offset": null, "description": "yo. live love Han!!!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2605636952/1453380604", "id_str": "2605636952", "statuses_count": 2472, "url": null, "profile_use_background_image": true, "name": "KDOGG", "entities": {"description": {"urls": []}}, "screen_name": "KristenWortmanc", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/687839866894323712/qYqQ6nM7_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 206, "followers_count": 297, "verified": false, "id": 2605636952, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687839866894323712/qYqQ6nM7_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @erikaajean8: @arato_anna @AlyssaBurgan1 definitely my fav https://t.co/FeenbYamZG", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334218092544}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334217965568", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uDpAJl91pk", "source_user_id_str": "4646210204", "expanded_url": "http://twitter.com/SoftSerina/status/690885571741368320/photo/1", "source_status_id_str": "690885571741368320", "id_str": "690885571682660352", "source_user_id": 4646210204, "media_url_https": "https://pbs.twimg.com/media/CZaExFiWcAAxsSB.jpg", "id": 690885571682660352, "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/uDpAJl91pk", "indices": [83, 106], "media_url": "http://pbs.twimg.com/media/CZaExFiWcAAxsSB.jpg", "source_status_id": 690885571741368320}], "user_mentions": [{"name": "Serina Ash", "id": 4646210204, "screen_name": "SoftSerina", "id_str": "4646210204", "indices": [3, 14]}], "hashtags": [], "urls": [{"display_url": "youkandy.com/softSerina/vote", "indices": [59, 82], "url": "https://t.co/BlCzniHuCJ", "expanded_url": "http://www.youkandy.com/softSerina/vote"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 13:15:30 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "YouKandy", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690885571741368320", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaExFiWcAAxsSB.jpg", "display_url": "pic.twitter.com/uDpAJl91pk", "id": 690885571682660352, "type": "photo", "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/uDpAJl91pk", "indices": [67, 90], "media_url": "http://pbs.twimg.com/media/CZaExFiWcAAxsSB.jpg", "id_str": "690885571682660352", "expanded_url": "http://twitter.com/SoftSerina/status/690885571741368320/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [{"display_url": "youkandy.com/softSerina/vote", "indices": [43, 66], "url": "https://t.co/BlCzniHuCJ", "expanded_url": "http://www.youkandy.com/softSerina/vote"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Dec 25 00:41:14 +0000 2015", "profile_link_color": "F5ABB5", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 77, "utc_offset": null, "description": "inked babe, libra crystal child, embraces the other side.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4646210204/1453176625", "id_str": "4646210204", "statuses_count": 107, "url": "https://t.co/iFXTWvSBjm", "profile_use_background_image": false, "name": "Serina Ash", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mygirlfund.com/public/lilLotus", "indices": [0, 23], "url": "https://t.co/iFXTWvSBjm", "expanded_url": "http://mygirlfund.com/public/lilLotus"}]}}, "screen_name": "SoftSerina", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Canada", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689298712766500865/VCJgQvaS_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 105, "followers_count": 118, "verified": false, "id": 4646210204, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689298712766500865/VCJgQvaS_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 4, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "YouKandy Model of the Month - Vote for me! https://t.co/BlCzniHuCJ https://t.co/uDpAJl91pk", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690885571741368320}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Dec 24 15:05:05 +0000 2013", "profile_link_color": "0099B9", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 18744, "utc_offset": -18000, "description": "I post nudity 18+ pls ,IM A GUY Moderator,Promote #cammodels, #TeamEpic,header is @epiphany666cb, https://t.co/zltRbcvNal", "profile_text_color": "3D1957", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2260379365/1436923261", "id_str": "2260379365", "statuses_count": 120473, "url": null, "profile_use_background_image": false, "name": "1tommo (18+)", "entities": {"description": {"urls": [{"display_url": "itsmyurls.com/epiphany_666", "indices": [99, 122], "url": "https://t.co/zltRbcvNal", "expanded_url": "http://itsmyurls.com/epiphany_666"}]}}, "screen_name": "Tom1tommo", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/679833068417478656/n0jFv6yP_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "7AC3EE", "friends_count": 2820, "followers_count": 6988, "verified": false, "id": 2260379365, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679833068417478656/n0jFv6yP_normal.jpg", "profile_background_tile": false, "profile_background_color": "3B94D9", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 114, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @SoftSerina: YouKandy Model of the Month - Vote for me! https://t.co/BlCzniHuCJ https://t.co/uDpAJl91pk", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334217965568}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334209593344", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/vvbgPBCgYu", "source_user_id_str": "3066794588", "expanded_url": "http://twitter.com/RereRhman/status/690984366990843904/photo/1", "source_status_id_str": "690984366990843904", "id_str": "690984364595908608", "source_user_id": 3066794588, "media_url_https": "https://pbs.twimg.com/media/CZbenl0WkAA_B0I.jpg", "id": 690984364595908608, "sizes": {"large": {"h": 637, "w": 418, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 637, "w": 418, "resize": "fit"}, "small": {"h": 518, "w": 340, "resize": "fit"}}, "url": "https://t.co/vvbgPBCgYu", "indices": [72, 95], "media_url": "http://pbs.twimg.com/media/CZbenl0WkAA_B0I.jpg", "source_status_id": 690984366990843904}], "user_mentions": [{"name": "Rhman", "id": 3066794588, "screen_name": "RereRhman", "id_str": "3066794588", "indices": [3, 13]}, {"name": "Victor Nick", "id": 2842640571, "screen_name": "VictorNickol", "id_str": "2842640571", "indices": [15, 28]}, {"name": "\u611b\u7f8e\u7fbd(Amiha)", "id": 3314165305, "screen_name": "amiha_mu", "id_str": "3314165305", "indices": [29, 38]}, {"name": "Klaudia", "id": 2387991079, "screen_name": "She_Devil643", "id_str": "2387991079", "indices": [39, 52]}, {"name": "Jekyl", "id": 2485444069, "screen_name": "Jekyl2", "id_str": "2485444069", "indices": [53, 60]}, {"name": "Ceni", "id": 3357277319, "screen_name": "peac4love", "id_str": "3357277319", "indices": [61, 71]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:48:05 +0000 2016", "lang": "und", "in_reply_to_user_id_str": "2842640571", "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": 690983145131343873, "favorited": false, "id_str": "690984366990843904", "favorite_count": 4, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbenl0WkAA_B0I.jpg", "display_url": "pic.twitter.com/vvbgPBCgYu", "id": 690984364595908608, "type": "photo", "sizes": {"large": {"h": 637, "w": 418, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 637, "w": 418, "resize": "fit"}, "small": {"h": 518, "w": 340, "resize": "fit"}}, "url": "https://t.co/vvbgPBCgYu", "indices": [57, 80], "media_url": "http://pbs.twimg.com/media/CZbenl0WkAA_B0I.jpg", "id_str": "690984364595908608", "expanded_url": "http://twitter.com/RereRhman/status/690984366990843904/photo/1"}], "user_mentions": [{"name": "Victor Nick", "id": 2842640571, "screen_name": "VictorNickol", "id_str": "2842640571", "indices": [0, 13]}, {"name": "\u611b\u7f8e\u7fbd(Amiha)", "id": 3314165305, "screen_name": "amiha_mu", "id_str": "3314165305", "indices": [14, 23]}, {"name": "Klaudia", "id": 2387991079, "screen_name": "She_Devil643", "id_str": "2387991079", "indices": [24, 37]}, {"name": "Jekyl", "id": 2485444069, "screen_name": "Jekyl2", "id_str": "2485444069", "indices": [38, 45]}, {"name": "Ceni", "id": 3357277319, "screen_name": "peac4love", "id_str": "3357277319", "indices": [46, 56]}], "hashtags": [], "urls": [], "symbols": []}, "place": {"id": "b62cd77425868341", "country_code": "IQ", "url": "https://api.twitter.com/1.1/geo/id/b62cd77425868341.json", "bounding_box": {"type": "Polygon", "coordinates": [[[38.7947010004891, 29.0717100004153], [48.5759079995109, 29.0717100004153], [48.5759079995109, 37.3780399995847], [38.7947010004891, 37.3780399995847]]]}, "name": "Iraq", "country": "Iraq", "place_type": "country", "full_name": "Iraq", "attributes": {}, "contained_within": []}, "possibly_sensitive": false, "retweet_count": 5, "in_reply_to_status_id_str": "690983145131343873", "user": {"notifications": false, "created_at": "Sat Mar 07 15:10:53 +0000 2015", "profile_link_color": "FF0000", "lang": "en", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 29936, "utc_offset": 10800, "description": "Electric Engineer\nthe friendship\n is sacred\n..I love flowers \n hobby is \nwriting.\npainting, poetry \n\u0627\u0644\u0635\u062f\u0627\u0642\u0629 \u0639\u0646\u062f\u064a \u0645\u0642\u062f\u0633\u0629 .\u0627\u062d\u0628 \u0627\u0644\u0632\u0647\u0648\u0631.\u0647\u0648\u0627\u064a\u062a\u064a \u0627\u0644\u0631\u0633\u0645 \u0648\u0627\u0644\u0634\u0639\u0631\u0648\u0627\u0644\u0643\u062a\u0627\u0628\u0629", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3066794588/1450016399", "id_str": "3066794588", "statuses_count": 34866, "url": null, "profile_use_background_image": true, "name": "Rhman", "entities": {"description": {"urls": []}}, "screen_name": "RereRhman", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/657316654569889792/vuQ1RSLt.jpg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/634696545053507585/aGaXtEWS_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 10952, "followers_count": 10193, "verified": false, "id": 3066794588, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/657316654569889792/vuQ1RSLt.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/634696545053507585/aGaXtEWS_normal.jpg", "profile_background_tile": true, "profile_background_color": "94D487", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 49, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "@VictorNickol @amiha_mu @She_Devil643 @Jekyl2 @peac4love https://t.co/vvbgPBCgYu", "in_reply_to_user_id": 2842640571, "is_quote_status": false, "in_reply_to_screen_name": "VictorNickol", "truncated": false, "retweeted": false, "coordinates": null, "id": 690984366990843904}, "retweet_count": 5, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun May 26 22:54:01 +0000 2013", "profile_link_color": "F6BEB0", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 26385, "utc_offset": -21600, "description": "", "profile_text_color": "ECD6C2", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1460831929/1453385418", "id_str": "1460831929", "statuses_count": 31140, "url": null, "profile_use_background_image": true, "name": "EarthAngel", "entities": {"description": {"urls": []}}, "screen_name": "bbuie42", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "BFE", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690580572863737857/ZQhJ3CHL_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EDDAE1", "friends_count": 4991, "followers_count": 3260, "verified": false, "id": 1460831929, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690580572863737857/ZQhJ3CHL_normal.jpg", "profile_background_tile": false, "profile_background_color": "FDAB98", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 53, "profile_sidebar_border_color": "DBCED7"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @RereRhman: @VictorNickol @amiha_mu @She_Devil643 @Jekyl2 @peac4love https://t.co/vvbgPBCgYu", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334209593344}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334205493248", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/Awok1R2bgy", "source_user_id_str": "3008465239", "expanded_url": "http://twitter.com/Centrally/status/690879710121848832/video/1", "source_status_id_str": "690879710121848832", "id_str": "690879556861980672", "source_user_id": 3008465239, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690879556861980672/pu/img/-KKmv_MmmJR720rc.jpg", "id": 690879556861980672, "sizes": {"large": {"h": 576, "w": 1024, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 338, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/Awok1R2bgy", "indices": [16, 39], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690879556861980672/pu/img/-KKmv_MmmJR720rc.jpg", "source_status_id": 690879710121848832}], "user_mentions": [{"name": "Waifu Depot", "id": 3093193521, "screen_name": "WaifuDepot", "id_str": "3093193521", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:00:42 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690987542733283333", "favorite_count": 126, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/Awok1R2bgy", "source_user_id_str": "3008465239", "expanded_url": "http://twitter.com/Centrally/status/690879710121848832/video/1", "source_status_id_str": "690879710121848832", "id_str": "690879556861980672", "source_user_id": 3008465239, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690879556861980672/pu/img/-KKmv_MmmJR720rc.jpg", "id": 690879556861980672, "sizes": {"large": {"h": 576, "w": 1024, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 338, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/Awok1R2bgy", "indices": [0, 23], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690879556861980672/pu/img/-KKmv_MmmJR720rc.jpg", "source_status_id": 690879710121848832}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 116, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 17 19:54:43 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 76, "utc_offset": -28800, "description": "I've been told I post lewds. Turn on notifications!\u2800\u2800 \u2800 \u2800 I do not own any content posted #HentaiHive creator of #ThighHighThursday instagram @WaifuDepot", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3093193521/1438937783", "id_str": "3093193521", "statuses_count": 19606, "url": null, "profile_use_background_image": true, "name": "Waifu Depot", "entities": {"description": {"urls": []}}, "screen_name": "WaifuDepot", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "NSFW 18+", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/681633636664360960/D7LWhFiz_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 977, "followers_count": 22508, "verified": false, "id": 3093193521, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681633636664360960/D7LWhFiz_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 99, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/Awok1R2bgy", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690987542733283333}, "retweet_count": 116, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Dec 11 19:36:27 +0000 2012", "profile_link_color": "0099B9", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 28740, "utc_offset": null, "description": "Sophia the Gnostic Goddess of Wisdom. Eris the Greek Goddess of Chaos & Disorder. BA Business Administration/Marketing. Writer. Dyslexic. Anti-Establishment.", "profile_text_color": "3C3940", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1004731904/1436755663", "id_str": "1004731904", "statuses_count": 18464, "url": null, "profile_use_background_image": true, "name": "Sophia Eris", "entities": {"description": {"urls": []}}, "screen_name": "HiddenTara", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "location": "New York, USA", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/663608442020618240/AEpr3IVm_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "95E8EC", "friends_count": 379, "followers_count": 4445, "verified": false, "id": 1004731904, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/663608442020618240/AEpr3IVm_normal.jpg", "profile_background_tile": false, "profile_background_color": "0099B9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 71, "profile_sidebar_border_color": "5ED4DC"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @WaifuDepot: https://t.co/Awok1R2bgy", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334205493248}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "fr", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334205489152", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/AdO6Np9x2C", "source_user_id_str": "1421841582", "expanded_url": "http://twitter.com/sehunpink/status/690974350061760512/photo/1", "source_status_id_str": "690974350061760512", "id_str": "690974225566437376", "source_user_id": 1421841582, "media_url_https": "https://pbs.twimg.com/media/CZbVZa_WkAAfE2p.jpg", "id": 690974225566437376, "sizes": {"large": {"h": 1820, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1066, "w": 600, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}}, "url": "https://t.co/AdO6Np9x2C", "indices": [46, 69], "media_url": "http://pbs.twimg.com/media/CZbVZa_WkAAfE2p.jpg", "source_status_id": 690974350061760512}], "user_mentions": [{"name": "\uc544\uc2a4\ud2b8\ub85c", "id": 1421841582, "screen_name": "sehunpink", "id_str": "1421841582", "indices": [3, 13]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:08:17 +0000 2016", "lang": "fr", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690974350061760512", "favorite_count": 9, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbVZa_WkAAfE2p.jpg", "display_url": "pic.twitter.com/AdO6Np9x2C", "id": 690974225566437376, "type": "photo", "sizes": {"large": {"h": 1820, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1066, "w": 600, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}}, "url": "https://t.co/AdO6Np9x2C", "indices": [31, 54], "media_url": "http://pbs.twimg.com/media/CZbVZa_WkAAfE2p.jpg", "id_str": "690974225566437376", "expanded_url": "http://twitter.com/sehunpink/status/690974350061760512/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 21, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun May 12 00:01:09 +0000 2013", "profile_link_color": "ABB8C2", "lang": "fr", "time_zone": "Athens", "contributors_enabled": false, "favourites_count": 2056, "utc_offset": 7200, "description": "ASTRO | hunhan protection squad tg", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1421841582/1453481905", "id_str": "1421841582", "statuses_count": 63297, "url": null, "profile_use_background_image": true, "name": "\uc544\uc2a4\ud2b8\ub85c", "entities": {"description": {"urls": []}}, "screen_name": "sehunpink", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/461647450055274497/1lau4JMx.jpeg", "location": "@offclASTRO ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690640522461995008/uRQfj61__normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 442, "followers_count": 1387, "verified": false, "id": 1421841582, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/461647450055274497/1lau4JMx.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690640522461995008/uRQfj61__normal.jpg", "profile_background_tile": false, "profile_background_color": "FFFFFF", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 14, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "fr", "result_type": "recent"}, "text": "TOP A LA SORTIE DU D\u00c9FIL\u00c9 DIOR https://t.co/AdO6Np9x2C", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690974350061760512}, "retweet_count": 21, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Apr 09 18:37:54 +0000 2011", "profile_link_color": "D19B9F", "lang": "fr", "time_zone": "Paris", "contributors_enabled": false, "favourites_count": 3667, "utc_offset": 3600, "description": "je forcerais avec Gruvia mm apr\u00e8s ma mort", "profile_text_color": "FFF2F6", "profile_banner_url": "https://pbs.twimg.com/profile_banners/279655445/1453458499", "id_str": "279655445", "statuses_count": 44588, "url": "https://t.co/2mApYWgZ2s", "profile_use_background_image": true, "name": "Kyou No Kira-Kun", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "fairy-tail--gruvia.skyrock.com/3169142109-LE-\u2026", "indices": [0, 23], "url": "https://t.co/2mApYWgZ2s", "expanded_url": "http://fairy-tail--gruvia.skyrock.com/3169142109-LE-GRUVIA-POSSIBLE-OU-PAS.html"}]}}, "screen_name": "OBISHISUI", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/468088467033817088/3pO_Pbni.jpeg", "location": "#ninjarab", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690481108992028673/-fnm5gnt_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 95, "followers_count": 1354, "verified": false, "id": 279655445, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/468088467033817088/3pO_Pbni.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690481108992028673/-fnm5gnt_normal.jpg", "profile_background_tile": false, "profile_background_color": "FFFFFF", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 12, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "fr", "result_type": "recent"}, "text": "RT @sehunpink: TOP A LA SORTIE DU D\u00c9FIL\u00c9 DIOR https://t.co/AdO6Np9x2C", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334205489152}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334201294848", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "natalie sarah", "id": 1474133851, "screen_name": "nataliexsarah", "id_str": "1474133851", "indices": [3, 17]}], "hashtags": [], "urls": [{"display_url": "twitter.com/liberalzayn/st\u2026", "indices": [34, 57], "url": "https://t.co/BPiUCsSazS", "expanded_url": "https://twitter.com/liberalzayn/status/684878020075765760"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Wed Jan 06 23:23:39 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "684878020075765760", "favorite_count": 68, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CYEs7YFWEAAPXnZ.jpg", "display_url": "pic.twitter.com/YssB5o1WXU", "id": 684878016925798400, "type": "photo", "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/YssB5o1WXU", "indices": [28, 51], "media_url": "http://pbs.twimg.com/media/CYEs7YFWEAAPXnZ.jpg", "id_str": "684878016925798400", "expanded_url": "http://twitter.com/liberalzayn/status/684878020075765760/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 3, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Sep 08 21:44:13 +0000 2010", "profile_link_color": "F598CD", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 4748, "utc_offset": -18000, "description": "18. nyc. college student. feminist. future first Indian-American president. makeup enthusiast. pro-hoe. pro-zayn. she/her #feelthebern2k16 #blacklivesmatter", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/188496829/1449895481", "id_str": "188496829", "statuses_count": 65827, "url": "https://t.co/uIIdN7S63a", "profile_use_background_image": true, "name": "nikki", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stfuzayn.tumblr.com", "indices": [0, 23], "url": "https://t.co/uIIdN7S63a", "expanded_url": "http://stfuzayn.tumblr.com"}]}}, "screen_name": "liberalzayn", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "location": "nyc", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687535361376010240/8fqYMEGJ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 336, "followers_count": 5120, "verified": false, "id": 188496829, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687535361376010240/8fqYMEGJ_normal.jpg", "profile_background_tile": false, "profile_background_color": "ACDED6", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 51, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "snipped off 7 inches \ud83d\udc87\ud83c\udffe\ud83d\udc87\ud83c\udffe\ud83d\udc87\ud83c\udffe https://t.co/YssB5o1WXU", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 684878020075765760}, "created_at": "Sat Jan 23 20:18:58 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992137970712576", "quoted_status_id": 684878020075765760, "contributors": null, "quoted_status_id_str": "684878020075765760", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/liberalzayn/st\u2026", "indices": [15, 38], "url": "https://t.co/BPiUCsSazS", "expanded_url": "https://twitter.com/liberalzayn/status/684878020075765760"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jun 01 08:03:45 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 11865, "utc_offset": -28800, "description": "writer // feminist // desi \u2800\u2800 \u2800\u2800\u2800\u2800 \u2800\u2800 \u2800\u2800\u2800\u2800 \u2764\ufe0fXII\u2022XXVII\u2022MMXIV\u2764\ufe0f\u2800\u2800 \u2800\u2800\u2800\u2800 \u2800\u2800 \u2800\u2800\u2800\u2800\u2800\u2800\u2800 @FeministAngeIs", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1474133851/1453517969", "id_str": "1474133851", "statuses_count": 24642, "url": "https://t.co/zwHUGUd7y2", "profile_use_background_image": true, "name": "natalie sarah", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "zazzle.com/feministfinds", "indices": [0, 23], "url": "https://t.co/zwHUGUd7y2", "expanded_url": "http://www.zazzle.com/feministfinds"}]}}, "screen_name": "nataliexsarah", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Bay Area | Los Angeles", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690730543692918785/A5hVKTz4_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 418, "followers_count": 1727, "verified": false, "id": 1474133851, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690730543692918785/A5hVKTz4_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 10, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "\ud83d\ude0dsuch a beauty https://t.co/BPiUCsSazS", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992137970712576}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Sep 08 21:44:13 +0000 2010", "profile_link_color": "F598CD", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 4748, "utc_offset": -18000, "description": "18. nyc. college student. feminist. future first Indian-American president. makeup enthusiast. pro-hoe. pro-zayn. she/her #feelthebern2k16 #blacklivesmatter", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/188496829/1449895481", "id_str": "188496829", "statuses_count": 65827, "url": "https://t.co/uIIdN7S63a", "profile_use_background_image": true, "name": "nikki", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "stfuzayn.tumblr.com", "indices": [0, 23], "url": "https://t.co/uIIdN7S63a", "expanded_url": "http://stfuzayn.tumblr.com"}]}}, "screen_name": "liberalzayn", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "location": "nyc", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687535361376010240/8fqYMEGJ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 336, "followers_count": 5120, "verified": false, "id": 188496829, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687535361376010240/8fqYMEGJ_normal.jpg", "profile_background_tile": false, "profile_background_color": "ACDED6", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 51, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @nataliexsarah: \ud83d\ude0dsuch a beauty https://t.co/BPiUCsSazS", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334201294848}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Spor D\u00fcnyas\u0131n\u0131n Ka\u00e7\u0131rma", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334197133312", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/1t0s2Ylodp", "source_user_id_str": "1499266621", "expanded_url": "http://twitter.com/demarkesports/status/690978111450681344/photo/1", "source_status_id_str": "690978111450681344", "id_str": "690977778653642752", "source_user_id": 1499266621, "media_url_https": "https://pbs.twimg.com/media/CZbYoPRWwAAkQGL.jpg", "id": 690977778653642752, "sizes": {"large": {"h": 369, "w": 594, "resize": "fit"}, "small": {"h": 211, "w": 340, "resize": "fit"}, "medium": {"h": 369, "w": 594, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/1t0s2Ylodp", "indices": [106, 129], "media_url": "http://pbs.twimg.com/media/CZbYoPRWwAAkQGL.jpg", "source_status_id": 690978111450681344}], "user_mentions": [{"name": "ForMonde", "id": 3318839999, "screen_name": "formondesport", "id_str": "3318839999", "indices": [3, 17]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:32:23 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Spor D\u00fcnyas\u0131n\u0131n Ka\u00e7\u0131rma", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690980417168629761", "favorite_count": 57, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/1t0s2Ylodp", "source_user_id_str": "1499266621", "expanded_url": "http://twitter.com/demarkesports/status/690978111450681344/photo/1", "source_status_id_str": "690978111450681344", "id_str": "690977778653642752", "source_user_id": 1499266621, "media_url_https": "https://pbs.twimg.com/media/CZbYoPRWwAAkQGL.jpg", "id": 690977778653642752, "sizes": {"large": {"h": 369, "w": 594, "resize": "fit"}, "small": {"h": 211, "w": 340, "resize": "fit"}, "medium": {"h": 369, "w": 594, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/1t0s2Ylodp", "indices": [87, 110], "media_url": "http://pbs.twimg.com/media/CZbYoPRWwAAkQGL.jpg", "source_status_id": 690978111450681344}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 80, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jun 11 12:05:27 +0000 2015", "profile_link_color": "4A913C", "lang": "tr", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 0, "utc_offset": -28800, "description": "Formonde Resmi Twitter Hesab\u0131 Spor'a dair her \u015fey. Bir \u00e7ok twitter hesab\u0131n\u0131 sizin ad\u0131n\u0131za takip ediyor ve tweetlerini tek bir hesaptan at\u0131yoruz.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3318839999/1436368300", "id_str": "3318839999", "statuses_count": 13661, "url": null, "profile_use_background_image": false, "name": "ForMonde", "entities": {"description": {"urls": []}}, "screen_name": "formondesport", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "T\u00fcrkiye", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635075188758065152/iQOg5g0G_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 496, "followers_count": 37674, "verified": false, "id": 3318839999, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635075188758065152/iQOg5g0G_normal.png", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 14, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "Premier League'de Manchester City, deplasmanda West Ham United ile 2-2 berabere kald\u0131. https://t.co/1t0s2Ylodp", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690980417168629761}, "retweet_count": 80, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Aug 18 08:25:16 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 1844, "utc_offset": null, "description": "Neymar Kabakulak oldu ben bittimmmm eto bitmi\u015f", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3429551927/1439886482", "id_str": "3429551927", "statuses_count": 1963, "url": null, "profile_use_background_image": true, "name": "Sultan Kat\u0131lan", "entities": {"description": {"urls": []}}, "screen_name": "sultan_lan", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "\u0130stanbul, T\u00fcrkiye", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/633555886057893888/M9rz3gMs_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 301, "followers_count": 317, "verified": false, "id": 3429551927, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/633555886057893888/M9rz3gMs_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @formondesport: Premier League'de Manchester City, deplasmanda West Ham United ile 2-2 berabere kald\u0131. https://t.co/1t0s2Ylodp", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334197133312}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": "28455329", "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334192930816", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "Scott Cardle", "id": 28455329, "screen_name": "ScottyCardle", "id_str": "28455329", "indices": [0, 13]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jan 23 19:03:10 +0000 2016", "profile_link_color": "2B7BB9", "lang": "en-gb", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4839438953/1453577277", "id_str": "4839438953", "statuses_count": 32, "url": null, "profile_use_background_image": true, "name": "KO BOXING", "entities": {"description": {"urls": []}}, "screen_name": "koboxing555", "protected": false, "profile_background_image_url": null, "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690974807693901824/cKao9--q_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 148, "followers_count": 4, "verified": false, "id": 4839438953, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/690974807693901824/cKao9--q_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "@ScottyCardle scotty can i get a RT for my twitter boxing page", "in_reply_to_user_id": 28455329, "is_quote_status": false, "in_reply_to_screen_name": "ScottyCardle", "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334192930816}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334184513536", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/FFc8YcZp1G", "source_user_id_str": "11912362", "expanded_url": "http://twitter.com/WORLDSTAR/status/690984294504792064/video/1", "source_status_id_str": "690984294504792064", "id_str": "690984217488928768", "source_user_id": 11912362, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690984217488928768/pu/img/UazJQ4cY6A_FqOEn.jpg", "id": 690984217488928768, "sizes": {"large": {"h": 640, "w": 640, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/FFc8YcZp1G", "indices": [26, 49], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690984217488928768/pu/img/UazJQ4cY6A_FqOEn.jpg", "source_status_id": 690984294504792064}], "user_mentions": [{"name": "WORLDSTARHIPHOP", "id": 11912362, "screen_name": "WORLDSTAR", "id_str": "11912362", "indices": [3, 13]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:47:48 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690984294504792064", "favorite_count": 541, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690984217488928768/pu/img/UazJQ4cY6A_FqOEn.jpg", "display_url": "pic.twitter.com/FFc8YcZp1G", "id": 690984217488928768, "type": "photo", "sizes": {"large": {"h": 640, "w": 640, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/FFc8YcZp1G", "indices": [11, 34], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690984217488928768/pu/img/UazJQ4cY6A_FqOEn.jpg", "id_str": "690984217488928768", "expanded_url": "http://twitter.com/WORLDSTAR/status/690984294504792064/video/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 556, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jan 06 18:06:13 +0000 2008", "profile_link_color": "961D15", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 26, "utc_offset": -21600, "description": "Entertainment and News Media. iOS and Android apps available for download!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/11912362/1405360887", "id_str": "11912362", "statuses_count": 6080, "url": "http://t.co/C8TM1V3fnB", "profile_use_background_image": true, "name": "WORLDSTARHIPHOP", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "worldstarhiphop.com", "indices": [0, 22], "url": "http://t.co/C8TM1V3fnB", "expanded_url": "http://www.worldstarhiphop.com"}]}}, "screen_name": "WORLDSTAR", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/837199766/6d8d79d41f75ecac86ee8c5cc4466cf6.jpeg", "location": "USA", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/488738791511703552/cxf92nyL_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDFFCC", "friends_count": 2458, "followers_count": 1194424, "verified": true, "id": 11912362, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/837199766/6d8d79d41f75ecac86ee8c5cc4466cf6.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488738791511703552/cxf92nyL_normal.png", "profile_background_tile": false, "profile_background_color": "999999", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 2720, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Trap Queen https://t.co/FFc8YcZp1G", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690984294504792064}, "retweet_count": 556, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Aug 05 19:27:09 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 6385, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3307129596/1449611307", "id_str": "3307129596", "statuses_count": 9112, "url": null, "profile_use_background_image": true, "name": "Destiny", "entities": {"description": {"urls": []}}, "screen_name": "_destiny_v", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/683411807986409472/_8dJTZUF_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 531, "followers_count": 328, "verified": false, "id": 3307129596, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683411807986409472/_8dJTZUF_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @WORLDSTAR: Trap Queen https://t.co/FFc8YcZp1G", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334184513536}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334180347905", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "R.\u00c5.W", "id": 721416101, "screen_name": "rodnesha__", "id_str": "721416101", "indices": [3, 14]}], "hashtags": [], "urls": [{"display_url": "twitter.com/fashthreads/st\u2026", "indices": [18, 41], "url": "https://t.co/DXIgl8Ftmf", "expanded_url": "https://twitter.com/fashthreads/status/680484770552348672"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Fri Dec 25 20:26:26 +0000 2015", "lang": "en", "in_reply_to_user_id_str": "4485371716", "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": 680483679349661696, "in_reply_to_screen_name": "Fashthreads", "id_str": "680484770552348672", "favorite_count": 133, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CXGRRIZWsAAS_oH.jpg", "display_url": "pic.twitter.com/oy9E7INsb5", "id": 680484742207287296, "type": "photo", "sizes": {"large": {"h": 773, "w": 639, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 725, "w": 600, "resize": "fit"}, "small": {"h": 411, "w": 340, "resize": "fit"}}, "url": "https://t.co/oy9E7INsb5", "indices": [18, 41], "media_url": "http://pbs.twimg.com/media/CXGRRIZWsAAS_oH.jpg", "id_str": "680484742207287296", "expanded_url": "http://twitter.com/Fashthreads/status/680484770552348672/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [10, 17], "text": "thread"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 34, "in_reply_to_status_id_str": "680483679349661696", "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "Which one #thread https://t.co/oy9E7INsb5", "in_reply_to_user_id": 4485371716, "is_quote_status": false, "favorited": false, "truncated": false, "retweeted": false, "coordinates": null, "id": 680484770552348672}, "created_at": "Sat Jan 23 19:59:03 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690987128369586176", "quoted_status_id": 680484770552348672, "contributors": null, "quoted_status_id_str": "680484770552348672", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/fashthreads/st\u2026", "indices": [2, 25], "url": "https://t.co/DXIgl8Ftmf", "expanded_url": "https://twitter.com/fashthreads/status/680484770552348672"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Oct 18 22:11:16 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 1334, "utc_offset": null, "description": "\u269c Snapchat ~ Rodnesha001 \u269c \u2764\ufe0f11/18/15\u2764\ufe0f", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/721416101/1453389410", "id_str": "721416101", "statuses_count": 16072, "url": null, "profile_use_background_image": true, "name": "R.\u00c5.W", "entities": {"description": {"urls": []}}, "screen_name": "rodnesha__", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/687049101049987074/B5la34ul_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 688, "followers_count": 961, "verified": false, "id": 721416101, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687049101049987074/B5la34ul_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "2 https://t.co/DXIgl8Ftmf", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690987128369586176}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Aug 04 22:31:37 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 7551, "utc_offset": null, "description": "Just Me & My Girlfriend \u2763 Liltoddyb \u2764\ufe0f MVP \u26a0\ufe0f", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1646306125/1453509181", "id_str": "1646306125", "statuses_count": 47112, "url": null, "profile_use_background_image": true, "name": "k i d d", "entities": {"description": {"urls": []}}, "screen_name": "Toddyb_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "EastsideMadeMe", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689165323451396096/LI0kjA-6_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 770, "followers_count": 922, "verified": false, "id": 1646306125, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689165323451396096/LI0kjA-6_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @rodnesha__: 2 https://t.co/DXIgl8Ftmf", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334180347905}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334180343808", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/zF1eZjwn0L", "source_user_id_str": "313579547", "expanded_url": "http://twitter.com/telryeevelin/status/690931963381833728/photo/1", "source_status_id_str": "690931963381833728", "id_str": "690931828493017088", "source_user_id": 313579547, "media_url_https": "https://pbs.twimg.com/media/CZau1llWYAAeQtY.jpg", "id": 690931828493017088, "sizes": {"large": {"h": 768, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/zF1eZjwn0L", "indices": [76, 99], "media_url": "http://pbs.twimg.com/media/CZau1llWYAAeQtY.jpg", "source_status_id": 690931963381833728}], "user_mentions": [{"name": "Telryane", "id": 313579547, "screen_name": "telryeevelin", "id_str": "313579547", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 16:19:51 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690931963381833728", "favorite_count": 7, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZau1llWYAAeQtY.jpg", "display_url": "pic.twitter.com/zF1eZjwn0L", "id": 690931828493017088, "type": "photo", "sizes": {"large": {"h": 768, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/zF1eZjwn0L", "indices": [58, 81], "media_url": "http://pbs.twimg.com/media/CZau1llWYAAeQtY.jpg", "id_str": "690931828493017088", "expanded_url": "http://twitter.com/telryeevelin/status/690931963381833728/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 4, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jun 08 21:46:39 +0000 2011", "profile_link_color": "0099B9", "lang": "pt", "time_zone": "Santiago", "contributors_enabled": false, "favourites_count": 402, "utc_offset": -10800, "description": "Agora eu me curei", "profile_text_color": "3C3940", "profile_banner_url": "https://pbs.twimg.com/profile_banners/313579547/1452040318", "id_str": "313579547", "statuses_count": 16899, "url": null, "profile_use_background_image": true, "name": "Telryane", "entities": {"description": {"urls": []}}, "screen_name": "telryeevelin", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "location": "Brasil ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690344265306738689/YyQJwKuw_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "95E8EC", "friends_count": 141, "followers_count": 337, "verified": false, "id": 313579547, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690344265306738689/YyQJwKuw_normal.jpg", "profile_background_tile": false, "profile_background_color": "0099B9", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "5ED4DC"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "Quando o crush demora pra responder / quando ele responde https://t.co/zF1eZjwn0L", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690931963381833728}, "retweet_count": 4, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jan 24 02:24:04 +0000 2011", "profile_link_color": "9D582E", "lang": "pt", "time_zone": "Brasilia", "contributors_enabled": false, "favourites_count": 859, "utc_offset": -7200, "description": "N\u00e3o me segue, estou perdido tamb\u00e9m", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/242150656/1452821004", "id_str": "242150656", "statuses_count": 10304, "url": null, "profile_use_background_image": true, "name": "waldenis", "entities": {"description": {"urls": []}}, "screen_name": "WaldenisTrindad", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000020238748/adf56ea49e5a61c9d89bd8430710e23b.jpeg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690265844866224128/iNfT6WX3_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 437, "followers_count": 791, "verified": false, "id": 242150656, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000020238748/adf56ea49e5a61c9d89bd8430710e23b.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690265844866224128/iNfT6WX3_normal.jpg", "profile_background_tile": true, "profile_background_color": "8B542B", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "RT @telryeevelin: Quando o crush demora pra responder / quando ele responde https://t.co/zF1eZjwn0L", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334180343808}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334176124928", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/8eqjCgiqNC", "source_user_id_str": "447586114", "expanded_url": "http://twitter.com/HlSPANICHOES/status/690926660099551232/photo/1", "source_status_id_str": "690926660099551232", "id_str": "690926654642737152", "source_user_id": 447586114, "media_url_https": "https://pbs.twimg.com/media/CZaqIbfUUAAFRG_.jpg", "id": 690926654642737152, "sizes": {"large": {"h": 1024, "w": 577, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1024, "w": 577, "resize": "fit"}, "small": {"h": 603, "w": 340, "resize": "fit"}}, "url": "https://t.co/8eqjCgiqNC", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZaqIbfUUAAFRG_.jpg", "source_status_id": 690926660099551232}], "user_mentions": [{"name": "\ufe0f", "id": 447586114, "screen_name": "HlSPANICHOES", "id_str": "447586114", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 15:58:47 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690926660099551232", "favorite_count": 442, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaqIbfUUAAFRG_.jpg", "display_url": "pic.twitter.com/8eqjCgiqNC", "id": 690926654642737152, "type": "photo", "sizes": {"large": {"h": 1024, "w": 577, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1024, "w": 577, "resize": "fit"}, "small": {"h": 603, "w": 340, "resize": "fit"}}, "url": "https://t.co/8eqjCgiqNC", "indices": [114, 137], "media_url": "http://pbs.twimg.com/media/CZaqIbfUUAAFRG_.jpg", "id_str": "690926654642737152", "expanded_url": "http://twitter.com/HlSPANICHOES/status/690926660099551232/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 450, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Dec 27 02:15:01 +0000 2011", "profile_link_color": "E8CEED", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 31081, "utc_offset": -21600, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/447586114/1453350394", "id_str": "447586114", "statuses_count": 57905, "url": null, "profile_use_background_image": true, "name": "\ufe0f", "entities": {"description": {"urls": []}}, "screen_name": "HlSPANICHOES", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "#YaMeCanse #BlackLivesMatter", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690044501419769856/hKfWx65C_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 199, "followers_count": 11672, "verified": false, "id": 447586114, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690044501419769856/hKfWx65C_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 22, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "You see this. The queen, Eleanor. Sipping champagne. Getting her nails done. Unbothered, while y'all are pressed. https://t.co/8eqjCgiqNC", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690926660099551232}, "retweet_count": 450, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Dec 08 13:03:02 +0000 2013", "profile_link_color": "0084B4", "lang": "en-gb", "time_zone": "London", "contributors_enabled": false, "favourites_count": 26502, "utc_offset": 0, "description": "\u2022 I'm happy if the boys are \u2022", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2213925347/1453416554", "id_str": "2213925347", "statuses_count": 41128, "url": "https://t.co/3wYnuRG3NW", "profile_use_background_image": true, "name": "If I Could Fly", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "24.media.tumblr.com/250672601f6458\u2026", "indices": [0, 23], "url": "https://t.co/3wYnuRG3NW", "expanded_url": "http://24.media.tumblr.com/250672601f6458dec4ab9536f61e6fd8/tumblr_mwu1vnWO771rp9rjdo2_250.gif"}]}}, "screen_name": "boubblyhes", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "UK", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690305177321132032/I2M52-UB_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1371, "followers_count": 1961, "verified": false, "id": 2213925347, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690305177321132032/I2M52-UB_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 60, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @HlSPANICHOES: You see this. The queen, Eleanor. Sipping champagne. Getting her nails done. Unbothered, while y'all are pressed. https:/\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334176124928}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334163595268", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "\u0130cimizdekipic", "id": 1200493022, "screen_name": "icimizdekipic", "id_str": "1200493022", "indices": [3, 17]}], "hashtags": [], "urls": [{"display_url": "pic.twitter.com/OSw8tTuDGh", "indices": [41, 64], "url": "https://t.co/OSw8tTuDGh", "expanded_url": "http://twitter.com/icimizdekipic/status/690952132514693121/photo/1"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 17:40:00 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690952132514693121", "favorite_count": 555, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "pic.twitter.com/OSw8tTuDGh", "indices": [22, 45], "url": "https://t.co/OSw8tTuDGh", "expanded_url": "http://twitter.com/icimizdekipic/status/690952132514693121/photo/1"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 263, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Feb 20 10:53:53 +0000 2013", "profile_link_color": "DD2E44", "lang": "tr", "time_zone": "Istanbul", "contributors_enabled": false, "favourites_count": 4908, "utc_offset": 7200, "description": "Fevk\u00e2l\u00e2de/\u0130leti\u015fim; icimizdekipic@yandex.com\nSnapchat; icimizdekipic", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1200493022/1418358106", "id_str": "1200493022", "statuses_count": 1841, "url": null, "profile_use_background_image": true, "name": "\u0130cimizdekipic", "entities": {"description": {"urls": []}}, "screen_name": "icimizdekipic", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "\u0130zmir, T\u00fcrkiye", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659516481114259456/HRA0jOWt_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 207, "followers_count": 211658, "verified": false, "id": 1200493022, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659516481114259456/HRA0jOWt_normal.jpg", "profile_background_tile": true, "profile_background_color": "DD2E44", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 215, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "yapacag\u0131n isi sikeyim https://t.co/OSw8tTuDGh", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690952132514693121}, "retweet_count": 263, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Apr 15 16:02:57 +0000 2013", "profile_link_color": "FFCC4D", "lang": "tr", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 30078, "utc_offset": 10800, "description": "Kar\u015f\u0131yaka / Bu hayatta bitek kupa k\u0131z\u0131n\u0131n kalbi vard\u0131 oda kendini kumarda harcad\u0131 /", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1354678476/1452902489", "id_str": "1354678476", "statuses_count": 27182, "url": "https://t.co/riVfnLnw5K", "profile_use_background_image": true, "name": "Ma\u00e7a K\u0131z\u0131", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/anormalprofil/", "indices": [0, 23], "url": "https://t.co/riVfnLnw5K", "expanded_url": "https://www.instagram.com/anormalprofil/"}]}}, "screen_name": "anormalprofil", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/634983640833880064/fk-GaHUH.jpg", "location": "\u0130zmir, T\u00fcrkiye", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688740946507362304/I2VfMABq_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 226, "followers_count": 764, "verified": false, "id": 1354678476, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/634983640833880064/fk-GaHUH.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688740946507362304/I2VfMABq_normal.jpg", "profile_background_tile": true, "profile_background_color": "4A913C", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "RT @icimizdekipic: yapacag\u0131n isi sikeyim https://t.co/OSw8tTuDGh", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334163595268}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334159396864", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/O9Da1p2Uhj", "source_user_id_str": "554759703", "expanded_url": "http://twitter.com/pornorasta/status/681500608289968129/video/1", "source_status_id_str": "681500608289968129", "id_str": "681499850379255809", "source_user_id": 554759703, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/681499850379255809/pu/img/EFlwlxH3bpA9BU8N.jpg", "id": 681499850379255809, "sizes": {"large": {"h": 1280, "w": 720, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}, "medium": {"h": 1067, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/O9Da1p2Uhj", "indices": [16, 39], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/681499850379255809/pu/img/EFlwlxH3bpA9BU8N.jpg", "source_status_id": 681500608289968129}], "user_mentions": [{"name": "Luis Lopez", "id": 3864818725, "screen_name": "luis9872aa", "id_str": "3864818725", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Tue Jan 19 02:33:41 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "689274501020913664", "favorite_count": 47, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/O9Da1p2Uhj", "source_user_id_str": "554759703", "expanded_url": "http://twitter.com/pornorasta/status/681500608289968129/video/1", "source_status_id_str": "681500608289968129", "id_str": "681499850379255809", "source_user_id": 554759703, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/681499850379255809/pu/img/EFlwlxH3bpA9BU8N.jpg", "id": 681499850379255809, "sizes": {"large": {"h": 1280, "w": 720, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}, "medium": {"h": 1067, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/O9Da1p2Uhj", "indices": [0, 23], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/681499850379255809/pu/img/EFlwlxH3bpA9BU8N.jpg", "source_status_id": 681500608289968129}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 16, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Oct 12 02:14:23 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 138, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3864818725/1447084075", "id_str": "3864818725", "statuses_count": 11674, "url": null, "profile_use_background_image": true, "name": "Luis Lopez", "entities": {"description": {"urls": []}}, "screen_name": "luis9872aa", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Baltimore, MD", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/654257632237252608/v36Yxyhl_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1263, "followers_count": 5373, "verified": false, "id": 3864818725, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/654257632237252608/v36Yxyhl_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 9, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/O9Da1p2Uhj", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 689274501020913664}, "retweet_count": 16, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Sep 13 18:52:28 +0000 2012", "profile_link_color": "93A644", "lang": "es", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 2392, "utc_offset": -14400, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/822010262/1363194226", "id_str": "822010262", "statuses_count": 54483, "url": null, "profile_use_background_image": true, "name": "Lenin #Puerto Rico", "entities": {"description": {"urls": []}}, "screen_name": "lenin_rico", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "location": "Puerto Rico/ San Juan", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3375544792/3476c24e6a23df4a6bae8e87a99a6fc1_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "FFFFFF", "friends_count": 1744, "followers_count": 2268, "verified": false, "id": 822010262, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3375544792/3476c24e6a23df4a6bae8e87a99a6fc1_normal.jpeg", "profile_background_tile": false, "profile_background_color": "B2DFDA", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 32, "profile_sidebar_border_color": "EEEEEE"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @luis9872aa: https://t.co/O9Da1p2Uhj", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334159396864}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334155223042", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/ye9j2xcaQK", "source_user_id_str": "2899919287", "expanded_url": "http://twitter.com/30SecondScene/status/627976249441320960/video/1", "source_status_id_str": "627976249441320960", "id_str": "627976011729088512", "source_user_id": 2899919287, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/627976011729088512/pu/img/dHP8CgGguc0T-SDx.jpg", "id": 627976011729088512, "sizes": {"large": {"h": 480, "w": 854, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 337, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/ye9j2xcaQK", "indices": [64, 87], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/627976011729088512/pu/img/dHP8CgGguc0T-SDx.jpg", "source_status_id": 627976249441320960}], "user_mentions": [{"name": "Movie Scenes", "id": 266673703, "screen_name": "MOVlECLIPS", "id_str": "266673703", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 20:34:57 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690633774481047552", "favorite_count": 7988, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/ye9j2xcaQK", "source_user_id_str": "2899919287", "expanded_url": "http://twitter.com/30SecondScene/status/627976249441320960/video/1", "source_status_id_str": "627976249441320960", "id_str": "627976011729088512", "source_user_id": 2899919287, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/627976011729088512/pu/img/dHP8CgGguc0T-SDx.jpg", "id": 627976011729088512, "sizes": {"large": {"h": 480, "w": 854, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 337, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/ye9j2xcaQK", "indices": [48, 71], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/627976011729088512/pu/img/dHP8CgGguc0T-SDx.jpg", "source_status_id": 627976249441320960}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 6982, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 15 16:24:21 +0000 2011", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 53, "utc_offset": -28800, "description": "Tweeting the best scenes, trailers and more !", "profile_text_color": "333333", "profile_link_color": "009999", "id_str": "266673703", "statuses_count": 34, "url": null, "profile_use_background_image": true, "name": "Movie Scenes", "entities": {"description": {"urls": []}}, "screen_name": "MOVlECLIPS", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688258169571643392/qwE_YlWq_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 0, "followers_count": 88686, "verified": false, "id": 266673703, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688258169571643392/qwE_YlWq_normal.jpg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 21, "profile_sidebar_border_color": "EEEEEE"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Disney and Pixar will never be able to top this https://t.co/ye9j2xcaQK", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690633774481047552}, "retweet_count": 6982, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Nov 21 19:33:02 +0000 2011", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 7276, "utc_offset": null, "description": "I'm just boolin no third letters in the alphabet for me 215/856 TEAM ABA", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/418111526/1441438451", "id_str": "418111526", "statuses_count": 19822, "url": null, "profile_use_background_image": true, "name": "Slim Dunkin", "entities": {"description": {"urls": []}}, "screen_name": "wileyking23", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "traphouse", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/675281620665020416/hSTNkJSD_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 953, "followers_count": 1349, "verified": false, "id": 418111526, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675281620665020416/hSTNkJSD_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @MOVlECLIPS: Disney and Pixar will never be able to top this https://t.co/ye9j2xcaQK", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334155223042}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": "524557650", "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": 690990757184954368, "favorited": false, "id_str": "690992334155177984", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3RJW0AA1Z7T.jpg", "display_url": "pic.twitter.com/layE2h5Fhf", "id": 690992330506162176, "type": "photo", "sizes": {"large": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/layE2h5Fhf", "indices": [16, 39], "media_url": "http://pbs.twimg.com/media/CZbl3RJW0AA1Z7T.jpg", "id_str": "690992330506162176", "expanded_url": "http://twitter.com/shulii_shu/status/690992334155177984/photo/1"}], "user_mentions": [{"name": "Lucas", "id": 524557650, "screen_name": "CaceresLucasOk", "id_str": "524557650", "indices": [0, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": "690990757184954368", "user": {"notifications": false, "created_at": "Wed Mar 26 14:48:53 +0000 2014", "profile_link_color": "DD2E44", "lang": "es", "time_zone": "Buenos Aires", "contributors_enabled": false, "favourites_count": 1400, "utc_offset": -10800, "description": "*\u00bfQUE MIRAS?* instagram:https://t.co/jhHvtxTiMN", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2412718856/1442589661", "id_str": "2412718856", "statuses_count": 15237, "url": "https://t.co/Tye02aUcqQ", "profile_use_background_image": true, "name": "lunita", "entities": {"description": {"urls": [{"display_url": "instagram.com/shuliibarua/", "indices": [25, 48], "url": "https://t.co/jhHvtxTiMN", "expanded_url": "http://instagram.com/shuliibarua/"}]}, "url": {"urls": [{"display_url": "facebook.com/yulii.barua", "indices": [0, 23], "url": "https://t.co/Tye02aUcqQ", "expanded_url": "https://www.facebook.com/yulii.barua"}]}}, "screen_name": "shulii_shu", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/627539418769965056/IeH-ndc3.jpg", "location": "Buenos Aires, Argentina", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690978279763894272/2fr_d1WZ_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 671, "followers_count": 769, "verified": false, "id": 2412718856, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/627539418769965056/IeH-ndc3.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690978279763894272/2fr_d1WZ_normal.jpg", "profile_background_tile": true, "profile_background_color": "3B94D9", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "@CaceresLucasOk https://t.co/layE2h5Fhf", "in_reply_to_user_id": 524557650, "is_quote_status": false, "in_reply_to_screen_name": "CaceresLucasOk", "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334155177984}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334155087872", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "trillary rodham", "id": 23916186, "screen_name": "thePHAmemonster", "id_str": "23916186", "indices": [3, 19]}], "hashtags": [], "urls": [{"display_url": "twitter.com/TrivvTheViner/\u2026", "indices": [35, 58], "url": "https://t.co/WEvSwYXqlZ", "expanded_url": "https://twitter.com/TrivvTheViner/status/690991705718296576"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Thu Jan 21 19:19:54 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690252500234993664", "favorite_count": 6211, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690252369074884608/pu/img/xt9VebA1jAMhw0De.jpg", "display_url": "pic.twitter.com/Wp6qUsumPl", "id": 690252369074884608, "type": "photo", "sizes": {"large": {"h": 1024, "w": 1024, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/Wp6qUsumPl", "indices": [62, 85], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690252369074884608/pu/img/xt9VebA1jAMhw0De.jpg", "id_str": "690252369074884608", "expanded_url": "http://twitter.com/TrivvTheViner/status/690252500234993664/video/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 6706, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 14 17:32:57 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 894, "utc_offset": -28800, "description": "Business Email: daimarrkeys@gmail.com.. Follow my other social media same @ name", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3245389201/1452766282", "id_str": "3245389201", "statuses_count": 310, "url": "https://t.co/HNLfETfvX4", "profile_use_background_image": true, "name": "Dad", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "vine.co/TrivvTheViner", "indices": [0, 23], "url": "https://t.co/HNLfETfvX4", "expanded_url": "http://vine.co/TrivvTheViner"}]}}, "screen_name": "TrivvTheViner", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "San Diego, CA", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689605722179371008/T8b4z-1o_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 421, "followers_count": 18283, "verified": false, "id": 3245389201, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689605722179371008/T8b4z-1o_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "These snapchat filters getting out of hand\ud83d\ude02\ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude02\ud83d\ude02\ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\ud83d\ude13\ud83d\ude13\ud83d\ude13\ud83d\ude13\ud83d\ude13\ud83d\ude13\ud83d\ude13 https://t.co/Wp6qUsumPl", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690252500234993664}, "created_at": "Sat Jan 23 20:19:06 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Echofon", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992172087275521", "quoted_status_id": 690252500234993664, "contributors": null, "quoted_status_id_str": "690252500234993664", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/TrivvTheViner/\u2026", "indices": [14, 37], "url": "https://t.co/WEvSwYXqlZ", "expanded_url": "https://twitter.com/TrivvTheViner/status/690991705718296576"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Mar 12 07:14:56 +0000 2009", "profile_link_color": "8F0000", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 313, "utc_offset": -18000, "description": "public relations. advertising. brand development. promotion. | CAU'12 FS'14 | Leader of the Nation of TRILLslam | #PettyGodmother | OES-PHA", "profile_text_color": "8A8A8A", "profile_banner_url": "https://pbs.twimg.com/profile_banners/23916186/1441244638", "id_str": "23916186", "statuses_count": 107757, "url": "https://t.co/ysv2DMJfT2", "profile_use_background_image": false, "name": "trillary rodham", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "petty-pablo.tumblr.com", "indices": [0, 23], "url": "https://t.co/ysv2DMJfT2", "expanded_url": "http://petty-pablo.tumblr.com/"}]}}, "screen_name": "thePHAmemonster", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/684802804/b5e8a2626d973d26424b07d33d5c088d.png", "location": "port arthur tx. louisiana. atl", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/673387096955035648/IRQ3FpY8_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 751, "followers_count": 2038, "verified": false, "id": 23916186, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/684802804/b5e8a2626d973d26424b07d33d5c088d.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/673387096955035648/IRQ3FpY8_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 44, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "I'm yelling \ud83d\ude02 https://t.co/WEvSwYXqlZ", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992172087275521}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 14 17:32:57 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 894, "utc_offset": -28800, "description": "Business Email: daimarrkeys@gmail.com.. Follow my other social media same @ name", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3245389201/1452766282", "id_str": "3245389201", "statuses_count": 310, "url": "https://t.co/HNLfETfvX4", "profile_use_background_image": true, "name": "Dad", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "vine.co/TrivvTheViner", "indices": [0, 23], "url": "https://t.co/HNLfETfvX4", "expanded_url": "http://vine.co/TrivvTheViner"}]}}, "screen_name": "TrivvTheViner", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "San Diego, CA", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689605722179371008/T8b4z-1o_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 421, "followers_count": 18283, "verified": false, "id": 3245389201, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689605722179371008/T8b4z-1o_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @thePHAmemonster: I'm yelling \ud83d\ude02 https://t.co/WEvSwYXqlZ", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334155087872}, {"quoted_status": {"created_at": "Sat Jan 23 20:17:34 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690991785259069441", "favorite_count": 2, "contributors": null, "entities": {"user_mentions": [{"name": "Alexis Gonzales", "id": 2727629591, "screen_name": "YeahhhLex_", "id_str": "2727629591", "indices": [41, 52]}, {"name": "india(:", "id": 2912132428, "screen_name": "rhodess_indiaa", "id_str": "2912132428", "indices": [53, 68]}, {"name": "Abby Molinary", "id": 2727012725, "screen_name": "MolinaryAbby", "id_str": "2727012725", "indices": [69, 82]}, {"name": "Holly Harper", "id": 2249828670, "screen_name": "__hollymarieee", "id_str": "2249828670", "indices": [83, 98]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Aug 15 20:52:47 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 1841, "utc_offset": -21600, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2743842695/1452356833", "id_str": "2743842695", "statuses_count": 5781, "url": null, "profile_use_background_image": true, "name": "jay", "entities": {"description": {"urls": []}}, "screen_name": "GinartJayne", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Chalmette, LA", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689660615258812416/Q8sRei7F_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 334, "followers_count": 455, "verified": false, "id": 2743842695, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689660615258812416/Q8sRei7F_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Me & my girls gonna look \ud83d\ude0d\ud83d\ude0d\ud83d\ude0d tonight @YeahhhLex_ @rhodess_indiaa @MolinaryAbby @__hollymarieee", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690991785259069441}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334146678786", "quoted_status_id": 690991785259069441, "contributors": null, "quoted_status_id_str": "690991785259069441", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/ginartjayne/st\u2026", "indices": [18, 41], "url": "https://t.co/A1xkNmsKYW", "expanded_url": "https://twitter.com/ginartjayne/status/690991785259069441"}], "symbols": []}, "place": {"id": "d5ff8d9603da85da", "country_code": "US", "url": "https://api.twitter.com/1.1/geo/id/d5ff8d9603da85da.json", "bounding_box": {"type": "Polygon", "coordinates": [[[-89.995787, 29.925458], [-89.930331, 29.925458], [-89.930331, 29.968588], [-89.995787, 29.968588]]]}, "name": "Chalmette", "country": "United States", "place_type": "city", "full_name": "Chalmette, LA", "attributes": {}, "contained_within": []}, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jul 28 21:36:00 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 5792, "utc_offset": null, "description": "sc-ajgonzales21", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2727629591/1453422043", "id_str": "2727629591", "statuses_count": 7774, "url": null, "profile_use_background_image": true, "name": "Alexis Gonzales", "entities": {"description": {"urls": []}}, "screen_name": "YeahhhLex_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "New Orleans, LA", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/686231151631990784/Y1bAKcK7_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 493, "followers_count": 666, "verified": false, "id": 2727629591, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/686231151631990784/Y1bAKcK7_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "When do we not \ud83e\udd14? https://t.co/A1xkNmsKYW", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334146678786}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334142607360", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/WyTXVnbOkt", "source_user_id_str": "392173462", "expanded_url": "http://twitter.com/purposedebut/status/690880856689274880/photo/1", "source_status_id_str": "690880856689274880", "id_str": "690880852159377408", "source_user_id": 392173462, "media_url_https": "https://pbs.twimg.com/media/CZaAeX8UMAAuueX.jpg", "id": 690880852159377408, "sizes": {"large": {"h": 795, "w": 599, "resize": "fit"}, "small": {"h": 451, "w": 340, "resize": "fit"}, "medium": {"h": 795, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/WyTXVnbOkt", "indices": [73, 96], "media_url": "http://pbs.twimg.com/media/CZaAeX8UMAAuueX.jpg", "source_status_id": 690880856689274880}], "user_mentions": [{"name": "Justin Bieber Stan", "id": 392173462, "screen_name": "purposedebut", "id_str": "392173462", "indices": [3, 16]}], "hashtags": [{"indices": [46, 72], "text": "WeWillAlwaysBeThereJustin"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 12:56:46 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690880856689274880", "favorite_count": 67, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaAeX8UMAAuueX.jpg", "display_url": "pic.twitter.com/WyTXVnbOkt", "id": 690880852159377408, "type": "photo", "sizes": {"large": {"h": 795, "w": 599, "resize": "fit"}, "small": {"h": 451, "w": 340, "resize": "fit"}, "medium": {"h": 795, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/WyTXVnbOkt", "indices": [55, 78], "media_url": "http://pbs.twimg.com/media/CZaAeX8UMAAuueX.jpg", "id_str": "690880852159377408", "expanded_url": "http://twitter.com/purposedebut/status/690880856689274880/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [28, 54], "text": "WeWillAlwaysBeThereJustin"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 215, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Oct 16 17:08:59 +0000 2011", "profile_link_color": "ABB8C2", "lang": "en-gb", "time_zone": "Athens", "contributors_enabled": false, "favourites_count": 1454, "utc_offset": 7200, "description": "@satan: You saved yourself from coming to Hell @justinbieber", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/392173462/1452968914", "id_str": "392173462", "statuses_count": 91926, "url": null, "profile_use_background_image": true, "name": "Justin Bieber Stan", "entities": {"description": {"urls": []}}, "screen_name": "purposedebut", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/647129636716048384/VL8yRlq3.jpg", "location": "canadastrillogy", "is_translation_enabled": true, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688427558937858048/PQxyhjCi_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 6036, "followers_count": 63507, "verified": false, "id": 392173462, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/647129636716048384/VL8yRlq3.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688427558937858048/PQxyhjCi_normal.png", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 233, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "life is worth living again \n#WeWillAlwaysBeThereJustin https://t.co/WyTXVnbOkt", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690880856689274880}, "retweet_count": 215, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jan 09 14:48:44 +0000 2016", "profile_link_color": "2B7BB9", "lang": "nl", "time_zone": null, "contributors_enabled": false, "favourites_count": 454, "utc_offset": null, "description": "i don't understand how so many people can hate such a perfect person @justinbieber he's my everything\n\nfollow me for more Bieber news", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4755262763/1452948708", "id_str": "4755262763", "statuses_count": 1271, "url": "https://t.co/WahrbsfpGW", "profile_use_background_image": true, "name": "JUSTIN FOLLOW ME PLS", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/JustinBieber", "indices": [0, 23], "url": "https://t.co/WahrbsfpGW", "expanded_url": "http://instagram.com/JustinBieber"}]}}, "screen_name": "JelanaOfficial", "protected": false, "profile_background_image_url": null, "location": "Canadian, TX", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688421172938182656/Pi4-N_87_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 52, "followers_count": 73, "verified": false, "id": 4755262763, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/688421172938182656/Pi4-N_87_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @purposedebut: life is worth living again \n#WeWillAlwaysBeThereJustin https://t.co/WyTXVnbOkt", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334142607360}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334142574592", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/tkRRUPxwCG", "source_user_id_str": "20208162", "expanded_url": "http://twitter.com/iShootShxt/status/653776569866039296/video/1", "source_status_id_str": "653776569866039296", "id_str": "653776154709487616", "source_user_id": 20208162, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/653776154709487616/pu/img/GIRMWaJMzNEm8Qnk.jpg", "id": 653776154709487616, "sizes": {"large": {"h": 640, "w": 640, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/tkRRUPxwCG", "indices": [43, 66], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/653776154709487616/pu/img/GIRMWaJMzNEm8Qnk.jpg", "source_status_id": 653776569866039296}], "user_mentions": [{"name": "WORLD STAR HIPHOP", "id": 401004551, "screen_name": "WSHHVlDEOS", "id_str": "401004551", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 19:16:52 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690614121105113088", "favorite_count": 3010, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/tkRRUPxwCG", "source_user_id_str": "20208162", "expanded_url": "http://twitter.com/iShootShxt/status/653776569866039296/video/1", "source_status_id_str": "653776569866039296", "id_str": "653776154709487616", "source_user_id": 20208162, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/653776154709487616/pu/img/GIRMWaJMzNEm8Qnk.jpg", "id": 653776154709487616, "sizes": {"large": {"h": 640, "w": 640, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/tkRRUPxwCG", "indices": [27, 50], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/653776154709487616/pu/img/GIRMWaJMzNEm8Qnk.jpg", "source_status_id": 653776569866039296}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 3134, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Oct 29 22:18:37 +0000 2011", "profile_link_color": "3B94D9", "lang": "en", "time_zone": "Alaska", "contributors_enabled": false, "favourites_count": 194, "utc_offset": -32400, "description": "Funniest tweets on twitter | Turn on notifications | Not affiliated with World Star Hiphop | Parody", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/401004551/1453077128", "id_str": "401004551", "statuses_count": 10942, "url": null, "profile_use_background_image": true, "name": "WORLD STAR HIPHOP", "entities": {"description": {"urls": []}}, "screen_name": "WSHHVlDEOS", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/453287711097364480/as-k-nSq.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688864804233064448/9FBGjYgP_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 160, "followers_count": 425257, "verified": false, "id": 401004551, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/453287711097364480/as-k-nSq.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688864804233064448/9FBGjYgP_normal.jpg", "profile_background_tile": true, "profile_background_color": "ABB8C2", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 306, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "BRUHHHHH LMFAOOOOOOO \ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\n\n https://t.co/tkRRUPxwCG", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690614121105113088}, "retweet_count": 3134, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Dec 13 21:50:56 +0000 2012", "profile_link_color": "3B94D9", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 333, "utc_offset": null, "description": "Chelsea through and through.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1009804759/1440685747", "id_str": "1009804759", "statuses_count": 16740, "url": null, "profile_use_background_image": false, "name": "the bruce", "entities": {"description": {"urls": []}}, "screen_name": "ekow_swanzy", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "House of Exile", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/551317083502280704/b8S9aT69_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 290, "followers_count": 339, "verified": false, "id": 1009804759, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/551317083502280704/b8S9aT69_normal.jpeg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 3, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @WSHHVlDEOS: BRUHHHHH LMFAOOOOOOO \ud83d\ude2d\ud83d\ude2d\ud83d\ude2d\n\n https://t.co/tkRRUPxwCG", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334142574592}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334138380288", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "E-Mannel #TeamPoker", "id": 3664060763, "screen_name": "_emannel_", "id_str": "3664060763", "indices": [3, 13]}, {"name": "Paula Gonzalez", "id": 2814483534, "screen_name": "paula_GH15", "id_str": "2814483534", "indices": [24, 35]}], "hashtags": [], "urls": [{"display_url": "twitter.com/yungleyt/statu\u2026", "indices": [37, 60], "url": "https://t.co/qgEZwxbz6B", "expanded_url": "https://twitter.com/yungleyt/status/690965568107712512"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Sat Jan 23 18:33:23 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690965568107712512", "favorite_count": 44, "contributors": null, "entities": {"user_mentions": [{"name": "Paula Gonzalez", "id": 2814483534, "screen_name": "paula_GH15", "id_str": "2814483534", "indices": [49, 60]}], "hashtags": [], "urls": [{"display_url": "youtu.be/N-IaQ5LSTpg", "indices": [66, 89], "url": "https://t.co/QK3JkOnloA", "expanded_url": "http://youtu.be/N-IaQ5LSTpg"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 24, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jun 11 18:22:07 +0000 2015", "profile_link_color": "4A913C", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 2822, "utc_offset": null, "description": "Relax Relax | 13.000 Subs | Youtube |", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3319333857/1451746180", "id_str": "3319333857", "statuses_count": 5558, "url": null, "profile_use_background_image": false, "name": "Yungle", "entities": {"description": {"urls": []}}, "screen_name": "yungleyt", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Espa\u00f1a", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687578225837486080/EQGqvwVH_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 97, "followers_count": 668, "verified": false, "id": 3319333857, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687578225837486080/EQGqvwVH_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 2, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Nuevo V\u00eddeo! \ud83d\udce2\ud83d\udce2\n\nBroma Telef\u00f3nica a PAULA de GH!\n@paula_GH15 \ud83d\udd36\ud83d\udd38\ud83d\udd39\n\nhttps://t.co/QK3JkOnloA \ud83c\udff5\ud83c\udf97\n\nMuchas risas..JAJAJA! \ud83d\ude02\ud83d\ude02\n\nRT! \ud83d\ude2c", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690965568107712512}, "created_at": "Sat Jan 23 20:18:50 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992104068247552", "quoted_status_id": 690965568107712512, "contributors": null, "quoted_status_id_str": "690965568107712512", "entities": {"user_mentions": [{"name": "Paula Gonzalez", "id": 2814483534, "screen_name": "paula_GH15", "id_str": "2814483534", "indices": [9, 20]}], "hashtags": [], "urls": [{"display_url": "twitter.com/yungleyt/statu\u2026", "indices": [22, 45], "url": "https://t.co/qgEZwxbz6B", "expanded_url": "https://twitter.com/yungleyt/status/690965568107712512"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "favorite_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Sep 15 12:58:47 +0000 2015", "profile_link_color": "0084B4", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 2507, "utc_offset": null, "description": "\u2022Ser conocido en TW o Instagram equivale a ser rico en el monopoly, es decir, un monton de nada.\n\n\n\u2022 #TEAMPOKER (GHVIP), #TEAMESPA\u00d1OLES (VCTE)", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3664060763/1453056407", "id_str": "3664060763", "statuses_count": 9358, "url": "https://t.co/PYCpXdAVPZ", "profile_use_background_image": true, "name": "E-Mannel #TeamPoker", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "granhermano.com", "indices": [0, 23], "url": "https://t.co/PYCpXdAVPZ", "expanded_url": "http://www.granhermano.com"}]}}, "screen_name": "_emannel_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "\u00a1Siguenos!", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/681955491367522304/Vwn5Ny5m_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 215, "followers_count": 266, "verified": false, "id": 3664060763, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681955491367522304/Vwn5Ny5m_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Memeo\u2665\u2665\u2665 @paula_GH15 https://t.co/qgEZwxbz6B", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992104068247552}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jun 11 18:22:07 +0000 2015", "profile_link_color": "4A913C", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 2822, "utc_offset": null, "description": "Relax Relax | 13.000 Subs | Youtube |", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3319333857/1451746180", "id_str": "3319333857", "statuses_count": 5558, "url": null, "profile_use_background_image": false, "name": "Yungle", "entities": {"description": {"urls": []}}, "screen_name": "yungleyt", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Espa\u00f1a", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687578225837486080/EQGqvwVH_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 97, "followers_count": 668, "verified": false, "id": 3319333857, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687578225837486080/EQGqvwVH_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 2, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @_emannel_: Memeo\u2665\u2665\u2665 @paula_GH15 https://t.co/qgEZwxbz6B", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334138380288}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334138257409", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/YXjIWoQpRi", "source_user_id_str": "1302010249", "expanded_url": "http://twitter.com/iComidaPorno/status/491264299185471488/photo/1", "source_status_id_str": "491264299185471488", "id_str": "491264297889067010", "source_user_id": 1302010249, "media_url_https": "https://pbs.twimg.com/media/BtFSRq6CcAIqNBI.jpg", "id": 491264297889067010, "sizes": {"large": {"h": 375, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 375, "w": 500, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/YXjIWoQpRi", "indices": [49, 72], "media_url": "http://pbs.twimg.com/media/BtFSRq6CcAIqNBI.jpg", "source_status_id": 491264299185471488}], "user_mentions": [{"name": "Comida Porno!", "id": 1302010249, "screen_name": "iComidaPorno", "id_str": "1302010249", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 15:43:34 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "TaanMuk", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690922830687371264", "favorite_count": 58, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/YXjIWoQpRi", "source_user_id_str": "1302010249", "expanded_url": "http://twitter.com/iComidaPorno/status/491264299185471488/photo/1", "source_status_id_str": "491264299185471488", "id_str": "491264297889067010", "source_user_id": 1302010249, "media_url_https": "https://pbs.twimg.com/media/BtFSRq6CcAIqNBI.jpg", "id": 491264297889067010, "sizes": {"large": {"h": 375, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 375, "w": 500, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/YXjIWoQpRi", "indices": [31, 54], "media_url": "http://pbs.twimg.com/media/BtFSRq6CcAIqNBI.jpg", "source_status_id": 491264299185471488}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 44, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 26 02:06:39 +0000 2013", "profile_link_color": "0084B4", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 19, "utc_offset": null, "description": "Alimenta tus ojos con lo que aqu\u00ed publicamos y dale un RT para alimentar a tus amigos. Esto es PORNO para tu panza!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1302010249/1391579635", "id_str": "1302010249", "statuses_count": 13921, "url": null, "profile_use_background_image": true, "name": "Comida Porno!", "entities": {"description": {"urls": []}}, "screen_name": "iComidaPorno", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/430941699049676800/TJDCUq_L_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 97, "followers_count": 332181, "verified": false, "id": 1302010249, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/430941699049676800/TJDCUq_L_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 450, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "Mini galletas y Cupcakes <3 https://t.co/YXjIWoQpRi", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690922830687371264}, "retweet_count": 44, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Oct 13 22:10:42 +0000 2012", "profile_link_color": "0084B4", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 72119, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/878797358/1424382099", "id_str": "878797358", "statuses_count": 39504, "url": null, "profile_use_background_image": true, "name": "nizi ", "entities": {"description": {"urls": []}}, "screen_name": "nizel19", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/568525934362234880/nllT9bLN_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 193, "followers_count": 1654, "verified": false, "id": 878797358, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/568525934362234880/nllT9bLN_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 13, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "RT @iComidaPorno: Mini galletas y Cupcakes <3 https://t.co/YXjIWoQpRi", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334138257409}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334134218752", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uJYLPdo3fm", "source_user_id_str": "2808663432", "expanded_url": "http://twitter.com/WORIDSTARHIPH0P/status/690357415766794240/photo/1", "source_status_id_str": "690357415766794240", "id_str": "690357410075168769", "source_user_id": 2808663432, "media_url_https": "https://pbs.twimg.com/media/CZSkaCOW0AEBluB.jpg", "id": 690357410075168769, "sizes": {"large": {"h": 737, "w": 566, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 737, "w": 566, "resize": "fit"}, "small": {"h": 442, "w": 340, "resize": "fit"}}, "url": "https://t.co/uJYLPdo3fm", "indices": [104, 127], "media_url": "http://pbs.twimg.com/media/CZSkaCOW0AEBluB.jpg", "source_status_id": 690357415766794240}], "user_mentions": [{"name": "Ghetto CNN", "id": 2165651892, "screen_name": "Ghetto_CNN", "id_str": "2165651892", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 19:52:35 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690623111960596481", "favorite_count": 639, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uJYLPdo3fm", "source_user_id_str": "2808663432", "expanded_url": "http://twitter.com/WORIDSTARHIPH0P/status/690357415766794240/photo/1", "source_status_id_str": "690357415766794240", "id_str": "690357410075168769", "source_user_id": 2808663432, "media_url_https": "https://pbs.twimg.com/media/CZSkaCOW0AEBluB.jpg", "id": 690357410075168769, "sizes": {"large": {"h": 737, "w": 566, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 737, "w": 566, "resize": "fit"}, "small": {"h": 442, "w": 340, "resize": "fit"}}, "url": "https://t.co/uJYLPdo3fm", "indices": [88, 111], "media_url": "http://pbs.twimg.com/media/CZSkaCOW0AEBluB.jpg", "source_status_id": 690357415766794240}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": true, "retweet_count": 365, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Oct 30 23:35:28 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 54, "utc_offset": -18000, "description": "Bringing You Incredibly Ghetto News twitterbiz@hotmail.com\r\nKik:Urbaneng", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2165651892/1407817944", "id_str": "2165651892", "statuses_count": 5410, "url": null, "profile_use_background_image": true, "name": "Ghetto CNN", "entities": {"description": {"urls": []}}, "screen_name": "Ghetto_CNN", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "parody", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/485502612083843072/eh5ihOjD_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 368, "followers_count": 281203, "verified": false, "id": 2165651892, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485502612083843072/eh5ihOjD_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 305, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Girls: \"I'm big boned.\"\nMe: \"So you mean to tell me that your skeleton look like this?\" https://t.co/uJYLPdo3fm", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690623111960596481}, "retweet_count": 365, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Feb 20 04:19:21 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 601, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3045684935/1431714972", "id_str": "3045684935", "statuses_count": 1065, "url": null, "profile_use_background_image": true, "name": "Quaysia", "entities": {"description": {"urls": []}}, "screen_name": "quaysiabrown5", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/683700082735222784/JRu7VIZN_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 100, "followers_count": 69, "verified": false, "id": 3045684935, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683700082735222784/JRu7VIZN_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @Ghetto_CNN: Girls: \"I'm big boned.\"\nMe: \"So you mean to tell me that your skeleton look like this?\" https://t.co/uJYLPdo3fm", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334134218752}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334134087680", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/A1g3J0xPWc", "source_user_id_str": "1198988510", "expanded_url": "http://twitter.com/CommonWhiteGirI/status/690990395539464192/photo/1", "source_status_id_str": "690990395539464192", "id_str": "690990395464028160", "source_user_id": 1198988510, "media_url_https": "https://pbs.twimg.com/media/CZbkGojXEAAoIO8.jpg", "id": 690990395464028160, "sizes": {"large": {"h": 841, "w": 600, "resize": "fit"}, "small": {"h": 476, "w": 340, "resize": "fit"}, "medium": {"h": 841, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/A1g3J0xPWc", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CZbkGojXEAAoIO8.jpg", "source_status_id": 690990395539464192}], "user_mentions": [{"name": "Common White Girl", "id": 1198988510, "screen_name": "CommonWhiteGirI", "id_str": "1198988510", "indices": [3, 19]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:12:02 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Buffer", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690990395539464192", "favorite_count": 734, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbkGojXEAAoIO8.jpg", "display_url": "pic.twitter.com/A1g3J0xPWc", "id": 690990395464028160, "type": "photo", "sizes": {"large": {"h": 841, "w": 600, "resize": "fit"}, "small": {"h": 476, "w": 340, "resize": "fit"}, "medium": {"h": 841, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/A1g3J0xPWc", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CZbkGojXEAAoIO8.jpg", "id_str": "690990395464028160", "expanded_url": "http://twitter.com/CommonWhiteGirI/status/690990395539464192/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 311, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Feb 19 23:39:47 +0000 2013", "profile_link_color": "009999", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 43, "utc_offset": -21600, "description": "maybe I should Instagram that", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1198988510/1361495590", "id_str": "1198988510", "statuses_count": 10519, "url": null, "profile_use_background_image": true, "name": "Common White Girl", "entities": {"description": {"urls": []}}, "screen_name": "CommonWhiteGirI", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/3280084930/b28aba42a62b239b5883d6f3249a3418_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 1, "followers_count": 875575, "verified": false, "id": 1198988510, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3280084930/b28aba42a62b239b5883d6f3249a3418_normal.jpeg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 720, "profile_sidebar_border_color": "EEEEEE"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "When your car ain't warm up but you late to work and the heat blowing cold air https://t.co/A1g3J0xPWc", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690990395539464192}, "retweet_count": 311, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Dec 19 23:05:41 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 1034, "utc_offset": null, "description": "God ~Family ~Ba Football", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2254172749/1443451985", "id_str": "2254172749", "statuses_count": 1349, "url": null, "profile_use_background_image": true, "name": "Derrick Shaw", "entities": {"description": {"urls": []}}, "screen_name": "DerrickShaw_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/665193665988456448/4_3pzpPj_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 347, "followers_count": 320, "verified": false, "id": 2254172749, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/665193665988456448/4_3pzpPj_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @CommonWhiteGirI: When your car ain't warm up but you late to work and the heat blowing cold air https://t.co/A1g3J0xPWc", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334134087680}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334125842432", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/S3T5YmbuQ4", "source_user_id_str": "14511951", "expanded_url": "http://twitter.com/HuffingtonPost/status/690992138276986880/photo/1", "source_status_id_str": "690992138276986880", "id_str": "690992137320566784", "source_user_id": 14511951, "media_url_https": "https://pbs.twimg.com/media/CZblsBeUkAADl0o.jpg", "id": 690992137320566784, "sizes": {"large": {"h": 537, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 315, "w": 600, "resize": "fit"}, "small": {"h": 178, "w": 340, "resize": "fit"}}, "url": "https://t.co/S3T5YmbuQ4", "indices": [102, 125], "media_url": "http://pbs.twimg.com/media/CZblsBeUkAADl0o.jpg", "source_status_id": 690992138276986880}], "user_mentions": [{"name": "Huffington Post", "id": 14511951, "screen_name": "HuffingtonPost", "id_str": "14511951", "indices": [3, 18]}], "hashtags": [{"indices": [20, 30], "text": "Labyrinth"}], "urls": [{"display_url": "huff.to/1UiXkYI", "indices": [78, 101], "url": "https://t.co/lzSssH6NED", "expanded_url": "http://huff.to/1UiXkYI"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:18:58 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "SocialFlow", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992138276986880", "favorite_count": 8, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZblsBeUkAADl0o.jpg", "display_url": "pic.twitter.com/S3T5YmbuQ4", "id": 690992137320566784, "type": "photo", "sizes": {"large": {"h": 537, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 315, "w": 600, "resize": "fit"}, "small": {"h": 178, "w": 340, "resize": "fit"}}, "url": "https://t.co/S3T5YmbuQ4", "indices": [82, 105], "media_url": "http://pbs.twimg.com/media/CZblsBeUkAADl0o.jpg", "id_str": "690992137320566784", "expanded_url": "http://twitter.com/HuffingtonPost/status/690992138276986880/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 10], "text": "Labyrinth"}], "urls": [{"display_url": "huff.to/1UiXkYI", "indices": [58, 81], "url": "https://t.co/lzSssH6NED", "expanded_url": "http://huff.to/1UiXkYI"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 5, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Apr 24 14:07:28 +0000 2008", "profile_link_color": "015E50", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 721, "utc_offset": -18000, "description": "internet lovers | sleep believers | news addicts | big font obsessives | greek yogurt fans", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/14511951/1448902545", "id_str": "14511951", "statuses_count": 445393, "url": "https://t.co/3OfNk6yNw8", "profile_use_background_image": true, "name": "Huffington Post", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "huffingtonpost.com", "indices": [0, 23], "url": "https://t.co/3OfNk6yNw8", "expanded_url": "http://www.huffingtonpost.com"}]}}, "screen_name": "HuffingtonPost", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/662779208/drm9hjltviedp5of1mft.png", "location": "", "is_translation_enabled": true, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/674634141866983424/-9Ob7KPW_normal.png", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "E3E2DE", "friends_count": 5614, "followers_count": 6654324, "verified": true, "id": 14511951, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/662779208/drm9hjltviedp5of1mft.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/674634141866983424/-9Ob7KPW_normal.png", "profile_background_tile": false, "profile_background_color": "2E7060", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 79968, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "#Labyrinth gets a reboot, and we have a maze of questions https://t.co/lzSssH6NED https://t.co/S3T5YmbuQ4", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992138276986880}, "retweet_count": 5, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jun 08 22:08:43 +0000 2015", "profile_link_color": "FA743E", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 7942, "utc_offset": null, "description": "\u201cEl H\u00e1bil\u201d || Pr\u00edncipe Noldo || Padre de Celebrimbor. || Quinto hijo de @Noldor_HighKing. Dicen que hered\u00e9 su aspecto y car\u00e1cter, pero yo molo m\u00e1s. [ENG/ESP]", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3313941183/1452544224", "id_str": "3313941183", "statuses_count": 14050, "url": null, "profile_use_background_image": true, "name": "Curufinw\u00eb Atarink\u00eb", "entities": {"description": {"urls": []}}, "screen_name": "CurvoTheCrafty", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/608034242342354944/qdUiAxwY.jpg", "location": "En la forja de Tirion", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689950586092003328/_vgCXim5_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 291, "followers_count": 249, "verified": false, "id": 3313941183, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/608034242342354944/qdUiAxwY.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689950586092003328/_vgCXim5_normal.jpg", "profile_background_tile": true, "profile_background_color": "FA743E", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @HuffingtonPost: #Labyrinth gets a reboot, and we have a maze of questions https://t.co/lzSssH6NED https://t.co/S3T5YmbuQ4", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334125842432}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334125797385", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/GnpRN3rtsn", "source_user_id_str": "61003804", "expanded_url": "http://twitter.com/FreddyAmazin/status/690874411512102914/photo/1", "source_status_id_str": "690874411512102914", "id_str": "690874411038150656", "source_user_id": 61003804, "media_url_https": "https://pbs.twimg.com/media/CZZ6nc5WEAAwfOO.jpg", "id": 690874411038150656, "sizes": {"large": {"h": 1024, "w": 576, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1024, "w": 576, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}}, "url": "https://t.co/GnpRN3rtsn", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CZZ6nc5WEAAwfOO.jpg", "source_status_id": 690874411512102914}], "user_mentions": [{"name": "The Bucket List", "id": 488242107, "screen_name": "TheBucktList", "id_str": "488242107", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 17:05:26 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690943434002161664", "favorite_count": 4265, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/GnpRN3rtsn", "source_user_id_str": "61003804", "expanded_url": "http://twitter.com/FreddyAmazin/status/690874411512102914/photo/1", "source_status_id_str": "690874411512102914", "id_str": "690874411038150656", "source_user_id": 61003804, "media_url_https": "https://pbs.twimg.com/media/CZZ6nc5WEAAwfOO.jpg", "id": 690874411038150656, "sizes": {"large": {"h": 1024, "w": 576, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 1024, "w": 576, "resize": "fit"}, "small": {"h": 604, "w": 340, "resize": "fit"}}, "url": "https://t.co/GnpRN3rtsn", "indices": [99, 122], "media_url": "http://pbs.twimg.com/media/CZZ6nc5WEAAwfOO.jpg", "source_status_id": 690874411512102914}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2123, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Feb 10 07:27:38 +0000 2012", "profile_link_color": "376EBF", "lang": "en", "time_zone": "Arizona", "contributors_enabled": false, "favourites_count": 5833, "utc_offset": -25200, "description": "\u262e Live everyday like its your last \u262f Contact: thebucktlist@outlook.com", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/488242107/1417378403", "id_str": "488242107", "statuses_count": 6357, "url": null, "profile_use_background_image": false, "name": "The Bucket List", "entities": {"description": {"urls": []}}, "screen_name": "TheBucktList", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Arizona", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/497058486287495169/H4MYutsm_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 88185, "followers_count": 1398069, "verified": false, "id": 488242107, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/497058486287495169/H4MYutsm_normal.jpeg", "profile_background_tile": false, "profile_background_color": "EAF0F2", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1345, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Just incase you want your life goals to come true \ud83d\ude0d\n840 South 1300 East\nSalt Lake City, Utah 84102 https://t.co/GnpRN3rtsn", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690943434002161664}, "retweet_count": 2123, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Apr 23 15:21:37 +0000 2012", "profile_link_color": "A3E3F7", "lang": "nl", "time_zone": "Amsterdam", "contributors_enabled": false, "favourites_count": 3028, "utc_offset": 3600, "description": "Lachen, gieren, brullen toch?", "profile_text_color": "362720", "profile_banner_url": "https://pbs.twimg.com/profile_banners/561220289/1447358134", "id_str": "561220289", "statuses_count": 4763, "url": null, "profile_use_background_image": true, "name": "Veerle", "entities": {"description": {"urls": []}}, "screen_name": "xkusveerlee", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/790795109/2c8c31092662349e7b81cb3867cfbf3e.jpeg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688769121824149504/ueQSKicg_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "E5507E", "friends_count": 151, "followers_count": 164, "verified": false, "id": 561220289, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/790795109/2c8c31092662349e7b81cb3867cfbf3e.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688769121824149504/ueQSKicg_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TheBucktList: Just incase you want your life goals to come true \ud83d\ude0d\n840 South 1300 East\nSalt Lake City, Utah 84102 https://t.co/GnpRN3rtsn", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334125797385}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334117441538", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/9zChSwucHr", "source_user_id_str": "2785317421", "expanded_url": "http://twitter.com/WInters_51/status/690989852075126784/photo/1", "source_status_id_str": "690989852075126784", "id_str": "690989850963636224", "source_user_id": 2785317421, "media_url_https": "https://pbs.twimg.com/media/CZbjm8IWcAARhDq.jpg", "id": 690989850963636224, "sizes": {"large": {"h": 819, "w": 1024, "resize": "fit"}, "small": {"h": 272, "w": 340, "resize": "fit"}, "medium": {"h": 480, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/9zChSwucHr", "indices": [30, 53], "media_url": "http://pbs.twimg.com/media/CZbjm8IWcAARhDq.jpg", "source_status_id": 690989852075126784}], "user_mentions": [{"name": "The Flying Wookie", "id": 2785317421, "screen_name": "WInters_51", "id_str": "2785317421", "indices": [3, 14]}], "hashtags": [{"indices": [16, 29], "text": "shortredhair"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:09:53 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690989852075126784", "favorite_count": 1, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbjm8IWcAARhDq.jpg", "display_url": "pic.twitter.com/9zChSwucHr", "id": 690989850963636224, "type": "photo", "sizes": {"large": {"h": 819, "w": 1024, "resize": "fit"}, "small": {"h": 272, "w": 340, "resize": "fit"}, "medium": {"h": 480, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/9zChSwucHr", "indices": [14, 37], "media_url": "http://pbs.twimg.com/media/CZbjm8IWcAARhDq.jpg", "id_str": "690989850963636224", "expanded_url": "http://twitter.com/WInters_51/status/690989852075126784/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 13], "text": "shortredhair"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Sep 02 05:28:53 +0000 2014", "profile_link_color": "FA743E", "lang": "de", "time_zone": null, "contributors_enabled": false, "favourites_count": 7086, "utc_offset": null, "description": "Sal\u00fc\u00fc. The Pic's that im posting are not mine its only a favor' to show other what i like. I like opaque Legwear espacialy Pantyhose, Tights and Socks", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2785317421/1409665057", "id_str": "2785317421", "statuses_count": 1667, "url": null, "profile_use_background_image": false, "name": "The Flying Wookie", "entities": {"description": {"urls": []}}, "screen_name": "WInters_51", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/523544146704072704/_rFIZktW_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 262, "followers_count": 72, "verified": false, "id": 2785317421, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/523544146704072704/_rFIZktW_normal.jpeg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "#shortredhair https://t.co/9zChSwucHr", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690989852075126784}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Mar 28 14:58:48 +0000 2013", "profile_link_color": "9266CC", "lang": "de", "time_zone": null, "contributors_enabled": false, "favourites_count": 181, "utc_offset": null, "description": "", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1310877895/1452378146", "id_str": "1310877895", "statuses_count": 190, "url": null, "profile_use_background_image": false, "name": "Skye", "entities": {"description": {"urls": []}}, "screen_name": "Bree_lady21", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689925477146988544/o8qdoyr-_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 44, "followers_count": 21, "verified": false, "id": 1310877895, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689925477146988544/o8qdoyr-_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @WInters_51: #shortredhair https://t.co/9zChSwucHr", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334117441538}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334117273600", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/mD1quEB7og", "source_user_id_str": "140801501", "expanded_url": "http://twitter.com/webcamfamosas/status/690923689492226049/photo/1", "source_status_id_str": "690923689492226049", "id_str": "690923671112777729", "source_user_id": 140801501, "media_url_https": "https://pbs.twimg.com/media/CZanaw-WAAEJZLq.jpg", "id": 690923671112777729, "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/mD1quEB7og", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZanaw-WAAEJZLq.jpg", "source_status_id": 690923689492226049}], "user_mentions": [{"name": "Sexy_Girl", "id": 140801501, "screen_name": "webcamfamosas", "id_str": "140801501", "indices": [3, 17]}, {"name": "Polla Pre\u00f1adora\u2122", "id": 568433423, "screen_name": "PollaPrenadora", "id_str": "568433423", "indices": [73, 88]}, {"name": "\u2b50 \u25b6 PornPica \u25c0 \u2b50484K", "id": 902010354, "screen_name": "PornPica", "id_str": "902010354", "indices": [90, 99]}, {"name": "Sexy Girls Pics", "id": 43549515, "screen_name": "MySexyGirlsPics", "id_str": "43549515", "indices": [101, 117]}, {"name": "veronica castro", "id": 284553397, "screen_name": "verovvp", "id_str": "284553397", "indices": [119, 127]}], "hashtags": [{"indices": [22, 31], "text": "freecams"}, {"indices": [35, 44], "text": "TeamCams"}], "urls": [{"display_url": "horniestcams.com", "indices": [47, 70], "url": "https://t.co/gw9QHktosa", "expanded_url": "http://horniestcams.com"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 15:46:58 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690923689492226049", "favorite_count": 53, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZanaw-WAAEJZLq.jpg", "display_url": "pic.twitter.com/mD1quEB7og", "id": 690923671112777729, "type": "photo", "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/mD1quEB7og", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CZanaw-WAAEJZLq.jpg", "id_str": "690923671112777729", "expanded_url": "http://twitter.com/webcamfamosas/status/690923689492226049/photo/1"}], "user_mentions": [{"name": "Polla Pre\u00f1adora\u2122", "id": 568433423, "screen_name": "PollaPrenadora", "id_str": "568433423", "indices": [54, 69]}, {"name": "\u2b50 \u25b6 PornPica \u25c0 \u2b50484K", "id": 902010354, "screen_name": "PornPica", "id_str": "902010354", "indices": [71, 80]}, {"name": "Sexy Girls Pics", "id": 43549515, "screen_name": "MySexyGirlsPics", "id_str": "43549515", "indices": [82, 98]}, {"name": "veronica castro", "id": 284553397, "screen_name": "verovvp", "id_str": "284553397", "indices": [100, 108]}], "hashtags": [{"indices": [3, 12], "text": "freecams"}, {"indices": [16, 25], "text": "TeamCams"}], "urls": [{"display_url": "horniestcams.com", "indices": [28, 51], "url": "https://t.co/gw9QHktosa", "expanded_url": "http://horniestcams.com"}], "symbols": []}, "place": null, "possibly_sensitive": true, "retweet_count": 16, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu May 06 11:57:16 +0000 2010", "profile_link_color": "0099B9", "lang": "es", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 37008, "utc_offset": -28800, "description": "Fotos y videos de amateurs y pornstars 18+ en #mundowebcam #universowebcam Follow my #bestfriends @verovvp @buhotem", "profile_text_color": "3C3940", "profile_banner_url": "https://pbs.twimg.com/profile_banners/140801501/1368176881", "id_str": "140801501", "statuses_count": 179043, "url": "http://t.co/dfB7I2iikS", "profile_use_background_image": true, "name": "Sexy_Girl", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "mundowebcam.com", "indices": [0, 22], "url": "http://t.co/dfB7I2iikS", "expanded_url": "http://www.mundowebcam.com"}]}}, "screen_name": "webcamfamosas", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "location": "Tenerife", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/685444073839288320/SeWREy_6_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "95E8EC", "friends_count": 926, "followers_count": 191480, "verified": false, "id": 140801501, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/685444073839288320/SeWREy_6_normal.jpg", "profile_background_tile": false, "profile_background_color": "0099B9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 714, "profile_sidebar_border_color": "5ED4DC"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "\ud83d\udc93 #freecams \ud83d\udc93 #TeamCams \ud83d\udc93\nhttps://t.co/gw9QHktosa \n@PollaPrenadora \n@PornPica \n@MySexyGirlsPics \n@verovvp https://t.co/mD1quEB7og", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690923689492226049}, "retweet_count": 16, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Feb 17 21:20:14 +0000 2013", "lang": "id", "time_zone": null, "contributors_enabled": false, "favourites_count": 1997, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "1191201469", "statuses_count": 2128, "url": null, "profile_use_background_image": true, "name": "randy putra", "entities": {"description": {"urls": []}}, "screen_name": "randypu66556410", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/3269119017/8b3565ef760f5fc4eda6f0b03d937e23_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1802, "followers_count": 156, "verified": false, "id": 1191201469, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3269119017/8b3565ef760f5fc4eda6f0b03d937e23_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @webcamfamosas: \ud83d\udc93 #freecams \ud83d\udc93 #TeamCams \ud83d\udc93\nhttps://t.co/gw9QHktosa \n@PollaPrenadora \n@PornPica \n@MySexyGirlsPics \n@verovvp https://t.c\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334117273600}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "IFTTT", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334104829952", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3cHWwAA5QTL.jpg", "display_url": "pic.twitter.com/RPNbFaxenM", "id": 690992333450559488, "type": "photo", "sizes": {"large": {"h": 269, "w": 400, "resize": "fit"}, "small": {"h": 228, "w": 340, "resize": "fit"}, "medium": {"h": 269, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/RPNbFaxenM", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CZbl3cHWwAA5QTL.jpg", "id_str": "690992333450559488", "expanded_url": "http://twitter.com/ItemElegant/status/690992334104829952/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [{"display_url": "buy-collectibles.info/bycll/ctbls/?q\u2026", "indices": [55, 78], "url": "https://t.co/4y1zeXxKL7", "expanded_url": "http://buy-collectibles.info/bycll/ctbls/?query=http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10039&campid=5337797091&item=401060007695&vectorid=229466&lgeo=1"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jan 11 07:32:58 +0000 2016", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "2B7BB9", "id_str": "4772151256", "statuses_count": 2999, "url": null, "profile_use_background_image": true, "name": "very elegant item", "entities": {"description": {"urls": []}}, "screen_name": "ItemElegant", "protected": false, "profile_background_image_url": null, "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/686451126674305025/Vta0Nmte_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 39, "followers_count": 14, "verified": false, "id": 4772151256, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/686451126674305025/Vta0Nmte_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 20, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "1981 TOPPS FOOTBALL #206 DANNY PITTMAN NEW YORK GIANTS https://t.co/4y1zeXxKL7 https://t.co/RPNbFaxenM", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334104829952}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334100656128", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/kPjY0QaLKs", "source_user_id_str": "3323189949", "expanded_url": "http://twitter.com/CRVArea2/status/690960448624148484/photo/1", "source_status_id_str": "690960448624148484", "id_str": "690960421323288576", "source_user_id": 3323189949, "media_url_https": "https://pbs.twimg.com/media/CZbI16LUMAALqbo.jpg", "id": 690960421323288576, "sizes": {"large": {"h": 1365, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/kPjY0QaLKs", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZbI16LUMAALqbo.jpg", "source_status_id": 690960448624148484}], "user_mentions": [{"name": "Area 2", "id": 3323189949, "screen_name": "CRVArea2", "id_str": "3323189949", "indices": [3, 12]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 18:13:03 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690960448624148484", "favorite_count": 4, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbI16LUMAALqbo.jpg", "display_url": "pic.twitter.com/kPjY0QaLKs", "id": 690960421323288576, "type": "photo", "sizes": {"large": {"h": 1365, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/kPjY0QaLKs", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CZbI16LUMAALqbo.jpg", "id_str": "690960421323288576", "expanded_url": "http://twitter.com/CRVArea2/status/690960448624148484/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jun 13 16:06:25 +0000 2015", "profile_link_color": "4A913C", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 10, "utc_offset": null, "description": "This is the new Central Region Venturing Area 2 Twitter!", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3323189949/1448648773", "id_str": "3323189949", "statuses_count": 44, "url": "http://t.co/ixpcLIv69O", "profile_use_background_image": false, "name": "Area 2", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "crventuring.org/Area_Pages/Are\u2026", "indices": [0, 22], "url": "http://t.co/ixpcLIv69O", "expanded_url": "http://www.crventuring.org/Area_Pages/Area_2/"}]}}, "screen_name": "CRVArea2", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/610212612958220288/GBS3sjCD.jpg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/635853616327303169/_3oqiYfN_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 26, "followers_count": 38, "verified": false, "id": 3323189949, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/610212612958220288/GBS3sjCD.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/635853616327303169/_3oqiYfN_normal.jpg", "profile_background_tile": false, "profile_background_color": "4A913C", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Congratulations Area 2 Communications Advisor Lizzie Wiseman on receiving the National Venturing Leaderships Award! https://t.co/kPjY0QaLKs", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690960448624148484}, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Apr 27 20:15:18 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 32, "utc_offset": null, "description": "Offical Twitter page for the President Ford Field Service Council VOA (Venturing Officers Association) Youth run by our officers.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2466610268/1448649233", "id_str": "2466610268", "statuses_count": 33, "url": "https://t.co/gcsnEGnNvv", "profile_use_background_image": true, "name": "PFC Venturing", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "grfcvoa.webs.com", "indices": [0, 23], "url": "https://t.co/gcsnEGnNvv", "expanded_url": "http://www.grfcvoa.webs.com/"}]}}, "screen_name": "PFCVenturing", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/670309584423272449/ALh_au6b_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 35, "followers_count": 25, "verified": false, "id": 2466610268, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670309584423272449/ALh_au6b_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @CRVArea2: Congratulations Area 2 Communications Advisor Lizzie Wiseman on receiving the National Venturing Leaderships Award! https://t\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334100656128}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334096457728", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/tVHz5TTifw", "source_user_id_str": "3376142206", "expanded_url": "http://twitter.com/camilaismylifee/status/690981954800504832/photo/1", "source_status_id_str": "690981954800504832", "id_str": "690981925947838465", "source_user_id": 3376142206, "media_url_https": "https://pbs.twimg.com/media/CZbcZpJWEAEuCxN.jpg", "id": 690981925947838465, "sizes": {"large": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/tVHz5TTifw", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CZbcZpJWEAEuCxN.jpg", "source_status_id": 690981954800504832}], "user_mentions": [{"name": "mila #5H2", "id": 3376142206, "screen_name": "camilaismylifee", "id_str": "3376142206", "indices": [3, 19]}], "hashtags": [{"indices": [77, 99], "text": "WeAreHereFifthHarmony"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:38:30 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690981954800504832", "favorite_count": 10, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbcZpJWEAEuCxN.jpg", "display_url": "pic.twitter.com/tVHz5TTifw", "id": 690981925947838465, "type": "photo", "sizes": {"large": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/tVHz5TTifw", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CZbcZpJWEAEuCxN.jpg", "id_str": "690981925947838465", "expanded_url": "http://twitter.com/camilaismylifee/status/690981954800504832/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [56, 78], "text": "WeAreHereFifthHarmony"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 46, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jul 14 17:37:10 +0000 2015", "profile_link_color": "0084B4", "lang": "pt", "time_zone": null, "contributors_enabled": false, "favourites_count": 9736, "utc_offset": null, "description": "sou trouxa mesmo", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3376142206/1451157256", "id_str": "3376142206", "statuses_count": 17354, "url": null, "profile_use_background_image": true, "name": "mila #5H2", "entities": {"description": {"urls": []}}, "screen_name": "camilaismylifee", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "1/6 ", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/687689354827952128/gITTt4jx_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1458, "followers_count": 1636, "verified": false, "id": 3376142206, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687689354827952128/gITTt4jx_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "A melhor coisa que eu fiz na minha vida foi amar voc\u00eas. #WeAreHereFifthHarmony https://t.co/tVHz5TTifw", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690981954800504832}, "retweet_count": 46, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Nov 11 12:42:33 +0000 2012", "profile_link_color": "000000", "lang": "pt", "time_zone": "Mid-Atlantic", "contributors_enabled": false, "favourites_count": 564, "utc_offset": -7200, "description": "You think I'm psycho, you think I'm gone ;;;;", "profile_text_color": "3D1957", "profile_banner_url": "https://pbs.twimg.com/profile_banners/941221358/1453574105", "id_str": "941221358", "statuses_count": 73681, "url": "https://t.co/3QKo2sEp7D", "profile_use_background_image": true, "name": "izzy", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "twitter.com/cassieclare/st\u2026", "indices": [0, 23], "url": "https://t.co/3QKo2sEp7D", "expanded_url": "https://twitter.com/cassieclare/status/684770877355868160"}]}}, "screen_name": "MALECARALHO", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/647471154962264064/YgUTigZw.png", "location": "fightlikeclace's parabatai", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690965901621989376/CPknhadj_normal.png", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "7AC3EE", "friends_count": 8766, "followers_count": 11832, "verified": false, "id": 941221358, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/647471154962264064/YgUTigZw.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690965901621989376/CPknhadj_normal.png", "profile_background_tile": true, "profile_background_color": "EEEEEE", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 21, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "RT @camilaismylifee: A melhor coisa que eu fiz na minha vida foi amar voc\u00eas. #WeAreHereFifthHarmony https://t.co/tVHz5TTifw", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334096457728}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334092242945", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/HdPitr5Uz0", "source_user_id_str": "3029788846", "expanded_url": "http://twitter.com/halilefeyigit/status/690968463523856385/photo/1", "source_status_id_str": "690968463523856385", "id_str": "690968461502255104", "source_user_id": 3029788846, "media_url_https": "https://pbs.twimg.com/media/CZbQJ6LXEAAFicg.jpg", "id": 690968461502255104, "sizes": {"large": {"h": 159, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 159, "w": 400, "resize": "fit"}, "small": {"h": 135, "w": 340, "resize": "fit"}}, "url": "https://t.co/HdPitr5Uz0", "indices": [58, 81], "media_url": "http://pbs.twimg.com/media/CZbQJ6LXEAAFicg.jpg", "source_status_id": 690968463523856385}], "user_mentions": [{"name": "Halil Efe", "id": 3029788846, "screen_name": "halilefeyigit", "id_str": "3029788846", "indices": [3, 17]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 18:44:53 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690968463523856385", "favorite_count": 123, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbQJ6LXEAAFicg.jpg", "display_url": "pic.twitter.com/HdPitr5Uz0", "id": 690968461502255104, "type": "photo", "sizes": {"large": {"h": 159, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 159, "w": 400, "resize": "fit"}, "small": {"h": 135, "w": 340, "resize": "fit"}}, "url": "https://t.co/HdPitr5Uz0", "indices": [39, 62], "media_url": "http://pbs.twimg.com/media/CZbQJ6LXEAAFicg.jpg", "id_str": "690968461502255104", "expanded_url": "http://twitter.com/halilefeyigit/status/690968463523856385/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Feb 11 07:31:56 +0000 2015", "profile_link_color": "0084B4", "lang": "tr", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 22595, "utc_offset": -28800, "description": "kendimi anlatabilecek kadar t\u00fcrk\u00e7e konu\u015fabiliyorum...!!DM YOK!!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3029788846/1452924690", "id_str": "3029788846", "statuses_count": 939, "url": null, "profile_use_background_image": false, "name": "Halil Efe", "entities": {"description": {"urls": []}}, "screen_name": "halilefeyigit", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Ankara", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/686562507801145344/ljpe0JdO_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 38914, "followers_count": 50013, "verified": false, "id": 3029788846, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/686562507801145344/ljpe0JdO_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 19, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "\u00d6zledim lan manyak gibi varya neyse... https://t.co/HdPitr5Uz0", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690968463523856385}, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Nov 23 18:16:53 +0000 2015", "profile_link_color": "0084B4", "lang": "tr", "time_zone": null, "contributors_enabled": false, "favourites_count": 467, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4258927329/1450024924", "id_str": "4258927329", "statuses_count": 372, "url": null, "profile_use_background_image": true, "name": "\u00e7izgi \u00f6tesi", "entities": {"description": {"urls": []}}, "screen_name": "cizgiotesi_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/676079657582743553/ce85Ss0w_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 105, "followers_count": 85, "verified": false, "id": 4258927329, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676079657582743553/ce85Ss0w_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "RT @halilefeyigit: \u00d6zledim lan manyak gibi varya neyse... https://t.co/HdPitr5Uz0", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334092242945}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334087933952", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/eg1GDcZoFz", "source_user_id_str": "15425377", "expanded_url": "http://twitter.com/Airbus/status/689825819271794690/photo/1", "source_status_id_str": "689825819271794690", "id_str": "689825817602473984", "source_user_id": 15425377, "media_url_https": "https://pbs.twimg.com/media/CZLA7R8WwAAcOS7.jpg", "id": 689825817602473984, "sizes": {"large": {"h": 682, "w": 1024, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 400, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/eg1GDcZoFz", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZLA7R8WwAAcOS7.jpg", "source_status_id": 689825819271794690}], "user_mentions": [{"name": "Airbus", "id": 15425377, "screen_name": "Airbus", "id_str": "15425377", "indices": [3, 10]}, {"name": "Lufthansa", "id": 124476322, "screen_name": "lufthansa", "id_str": "124476322", "indices": [43, 53]}], "hashtags": [{"indices": [22, 30], "text": "A320neo"}], "urls": [{"display_url": "goo.gl/yMv2g8", "indices": [105, 128], "url": "https://t.co/LSpId99yGR", "expanded_url": "http://goo.gl/yMv2g8"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Wed Jan 20 15:04:26 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "689825819271794690", "favorite_count": 474, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZLA7R8WwAAcOS7.jpg", "display_url": "pic.twitter.com/eg1GDcZoFz", "id": 689825817602473984, "type": "photo", "sizes": {"large": {"h": 682, "w": 1024, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 400, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/eg1GDcZoFz", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CZLA7R8WwAAcOS7.jpg", "id_str": "689825817602473984", "expanded_url": "http://twitter.com/Airbus/status/689825819271794690/photo/1"}], "user_mentions": [{"name": "Lufthansa", "id": 124476322, "screen_name": "lufthansa", "id_str": "124476322", "indices": [31, 41]}], "hashtags": [{"indices": [10, 18], "text": "A320neo"}], "urls": [{"display_url": "goo.gl/yMv2g8", "indices": [93, 116], "url": "https://t.co/LSpId99yGR", "expanded_url": "http://goo.gl/yMv2g8"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 358, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jul 14 11:24:28 +0000 2008", "profile_link_color": "5F6C6E", "lang": "en", "time_zone": "Paris", "contributors_enabled": false, "favourites_count": 1119, "utc_offset": 3600, "description": "A global team designing, manufacturing and supporting the world's leading aircraft... with passengers at heart and airlines in mind.", "profile_text_color": "76827E", "profile_banner_url": "https://pbs.twimg.com/profile_banners/15425377/1448266832", "id_str": "15425377", "statuses_count": 6924, "url": "http://t.co/vQlUR2MgX0", "profile_use_background_image": true, "name": "Airbus", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "airbus.com", "indices": [0, 22], "url": "http://t.co/vQlUR2MgX0", "expanded_url": "http://www.airbus.com"}]}}, "screen_name": "Airbus", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000161274668/r_B2RVZx.jpeg", "location": "Global", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/592602401137422336/qB5FudgU_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "999E9A", "friends_count": 1002, "followers_count": 359681, "verified": true, "id": 15425377, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000161274668/r_B2RVZx.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/592602401137422336/qB5FudgU_normal.jpg", "profile_background_tile": false, "profile_background_color": "98AFC7", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 3257, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Our first #A320neo delivery to @lufthansa marks the dawn of a new era in commercial aviation https://t.co/LSpId99yGR https://t.co/eg1GDcZoFz", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 689825819271794690}, "retweet_count": 358, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Apr 24 10:50:37 +0000 2010", "profile_link_color": "0084B4", "lang": "fr", "time_zone": "Greenland", "contributors_enabled": false, "favourites_count": 0, "utc_offset": -10800, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/136593773/1430756453", "id_str": "136593773", "statuses_count": 57, "url": null, "profile_use_background_image": true, "name": "Philippe Inacio ", "entities": {"description": {"urls": []}}, "screen_name": "Louise_Figo", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Toulouse", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/595261831792459776/8HIvwIvQ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 33, "followers_count": 14, "verified": false, "id": 136593773, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/595261831792459776/8HIvwIvQ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @Airbus: Our first #A320neo delivery to @lufthansa marks the dawn of a new era in commercial aviation https://t.co/LSpId99yGR https://t.\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334087933952}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334083743744", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/iqLnyH7wax", "source_user_id_str": "2482187600", "expanded_url": "http://twitter.com/exosvntn/status/690944198493614080/video/1", "source_status_id_str": "690944198493614080", "id_str": "690943348492734465", "source_user_id": 2482187600, "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690943348492734465/pu/img/enBOlxaqHZPHWTyV.jpg", "id": 690943348492734465, "sizes": {"large": {"h": 576, "w": 1024, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 338, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/iqLnyH7wax", "indices": [91, 114], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690943348492734465/pu/img/enBOlxaqHZPHWTyV.jpg", "source_status_id": 690944198493614080}], "user_mentions": [{"name": "ice;;160124", "id": 2482187600, "screen_name": "exosvntn", "id_str": "2482187600", "indices": [3, 12]}], "hashtags": [{"indices": [72, 90], "text": "EXOluXioninManila"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 17:08:28 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690944198493614080", "favorite_count": 135, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690943348492734465/pu/img/enBOlxaqHZPHWTyV.jpg", "display_url": "pic.twitter.com/iqLnyH7wax", "id": 690943348492734465, "type": "photo", "sizes": {"large": {"h": 576, "w": 1024, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 338, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/iqLnyH7wax", "indices": [77, 100], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690943348492734465/pu/img/enBOlxaqHZPHWTyV.jpg", "id_str": "690943348492734465", "expanded_url": "http://twitter.com/exosvntn/status/690944198493614080/video/1"}], "user_mentions": [], "hashtags": [{"indices": [58, 76], "text": "EXOluXioninManila"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 197, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed May 07 14:08:18 +0000 2014", "profile_link_color": "D02B55", "lang": "en", "time_zone": "Beijing", "contributors_enabled": false, "favourites_count": 18083, "utc_offset": 28800, "description": "\u2716\ufe0f silver ocean 0123-0124 \u2728| eye contact w/ kyungsoo,chen,xiumin and baekhyun | was @hunhanCBkaisoo \u2716\ufe0f", "profile_text_color": "3E4415", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2482187600/1452855463", "id_str": "2482187600", "statuses_count": 38106, "url": null, "profile_use_background_image": true, "name": "ice;;160124", "entities": {"description": {"urls": []}}, "screen_name": "exosvntn", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "location": "silver ocean \u2728", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690308438748868608/nphZGKsT_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "99CC33", "friends_count": 176, "followers_count": 1012, "verified": false, "id": 2482187600, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690308438748868608/nphZGKsT_normal.jpg", "profile_background_tile": false, "profile_background_color": "352726", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 11, "profile_sidebar_border_color": "829D5E"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "THIS CHANBAEK MOMENT! I SEEN THEM LIVE! I CANT BELIEVED \ud83d\ude2d #EXOluXioninManila https://t.co/iqLnyH7wax", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690944198493614080}, "retweet_count": 197, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Oct 13 12:09:48 +0000 2009", "profile_link_color": "046CC7", "lang": "en", "time_zone": "Seoul", "contributors_enabled": false, "favourites_count": 3851, "utc_offset": 32400, "description": "\uac74\ucd95\uac00 \ubc18 \uc5d1\uc18c (xLKsLBcCdtkS) & \uc288\ud37c\uc8fc\ub2c8\uc5b4 (LHHyksSEDsrkK) \uc0ac\ub791\ud558\uc790! \ucc2c\u2764\ufe0f\ubc31 - \ucc2c\uc5f4 - \uc138\ud6c8 - \ub808\uc774 - \ubc31\ud604 - 9 in our minds but 12 in our hearts", "profile_text_color": "040C61", "profile_banner_url": "https://pbs.twimg.com/profile_banners/82078003/1449584917", "id_str": "82078003", "statuses_count": 12313, "url": null, "profile_use_background_image": false, "name": "\uc548\ub098\ubc14\ub137\uc0ac", "entities": {"description": {"urls": []}}, "screen_name": "BNYEunHAenna", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/650227758858047489/B-Fvb4k_.jpg", "location": "Dubai", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/614459818749759492/t3mQicBq_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "D2EEFA", "friends_count": 393, "followers_count": 46, "verified": false, "id": 82078003, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/650227758858047489/B-Fvb4k_.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/614459818749759492/t3mQicBq_normal.jpg", "profile_background_tile": false, "profile_background_color": "011347", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 2, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @exosvntn: THIS CHANBAEK MOMENT! I SEEN THEM LIVE! I CANT BELIEVED \ud83d\ude2d #EXOluXioninManila https://t.co/iqLnyH7wax", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334083743744}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "WordPress.com", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334079725570", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3ZXVAAAQ889.jpg", "display_url": "pic.twitter.com/Dho2YnGKt5", "id": 690992332712247296, "type": "photo", "sizes": {"large": {"h": 500, "w": 452, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 500, "w": 452, "resize": "fit"}, "small": {"h": 375, "w": 340, "resize": "fit"}}, "url": "https://t.co/Dho2YnGKt5", "indices": [83, 106], "media_url": "http://pbs.twimg.com/media/CZbl3ZXVAAAQ889.jpg", "id_str": "690992332712247296", "expanded_url": "http://twitter.com/MicheleRondel/status/690992334079725570/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 4], "text": "How"}], "urls": [{"display_url": "ezpopular.com/how-i-reduced-\u2026", "indices": [59, 82], "url": "https://t.co/yfQvfKuESl", "expanded_url": "http://ezpopular.com/how-i-reduced-my-prednisone-use-through-diet-and-exercise/"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Dec 14 16:34:59 +0000 2015", "profile_link_color": "2B7BB9", "lang": "en-gb", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4482856041/1452414537", "id_str": "4482856041", "statuses_count": 2344, "url": null, "profile_use_background_image": true, "name": "Michele Rondel", "entities": {"description": {"urls": []}}, "screen_name": "MicheleRondel", "protected": false, "profile_background_image_url": null, "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 324, "followers_count": 56, "verified": false, "id": 4482856041, "default_profile_image": true, "profile_background_image_url_https": null, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_6_normal.png", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 19, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "#How I reduced my prednisone use through diet and\u00a0exercise https://t.co/yfQvfKuESl https://t.co/Dho2YnGKt5", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334079725570}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334079660032", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/eb1gJBz0kS", "source_user_id_str": "244937880", "expanded_url": "http://twitter.com/kurumiken/status/690895510169739264/photo/1", "source_status_id_str": "690895510169739264", "id_str": "690895498585092096", "source_user_id": 244937880, "media_url_https": "https://pbs.twimg.com/media/CZaNy6IUsAA2sL0.jpg", "id": 690895498585092096, "sizes": {"large": {"h": 1024, "w": 767, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 801, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/eb1gJBz0kS", "indices": [25, 48], "media_url": "http://pbs.twimg.com/media/CZaNy6IUsAA2sL0.jpg", "source_status_id": 690895510169739264}], "user_mentions": [{"name": "\u80e1\u6843\u72ac\u3086\u3048\u306b\u307f\u304e\u52a9", "id": 244937880, "screen_name": "kurumiken", "id_str": "244937880", "indices": [3, 13]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 13:55:00 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690895510169739264", "favorite_count": 29, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaNy6IUsAA2sL0.jpg", "display_url": "pic.twitter.com/eb1gJBz0kS", "id": 690895498585092096, "type": "photo", "sizes": {"large": {"h": 1024, "w": 767, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 801, "w": 600, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}}, "url": "https://t.co/eb1gJBz0kS", "indices": [10, 33], "media_url": "http://pbs.twimg.com/media/CZaNy6IUsAA2sL0.jpg", "id_str": "690895498585092096", "expanded_url": "http://twitter.com/kurumiken/status/690895510169739264/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 5, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jan 30 13:49:53 +0000 2011", "profile_link_color": "1F98C7", "lang": "ja", "time_zone": "Hawaii", "contributors_enabled": false, "favourites_count": 4575, "utc_offset": -36000, "description": "\u3069\u3046\u3082\u306f\u3058\u3081\u307e\u3061\u3066\u3047\uff01\uff01\u80e1\u6843\u72ac\uff08\u304f\u308b\u307f\u3051\u3093\uff09\u3060\u3088\uff01\uff01 \u30bf\u30f3\u30d6\u30e9\u30fc\uff08\uff52-18\u7cfb\u306b\u6c17\u3092\u4ed8\u3051\u3066\uff09\u2192https://t.co/AoKQuzRaGV\u2026\u30d4\u30af\u30b7\u30d6\u2192https://t.co/sJRRUIHVur\u3000MWAM\u306b\u306f\u307e\u3063\u3066\u304a\u308a\u307e\u3059 \u6700\u8fd1\u30a8\u30ed\u7cfb\u3082\u66f8\u3044\u3066\u308b\u306e\u3067\u82e6\u624b\u306a\u65b9\u306f\u6c17\u3092\u3064\u3051\u3066\u304f\u3060\u3055\u3044\u307e\u3057\uff01", "profile_text_color": "663B12", "profile_banner_url": "https://pbs.twimg.com/profile_banners/244937880/1440559276", "id_str": "244937880", "statuses_count": 74510, "url": null, "profile_use_background_image": true, "name": "\u80e1\u6843\u72ac\u3086\u3048\u306b\u307f\u304e\u52a9", "entities": {"description": {"urls": [{"display_url": "kumamiken.tumblr.com", "indices": [46, 69], "url": "https://t.co/AoKQuzRaGV", "expanded_url": "http://kumamiken.tumblr.com/"}, {"display_url": "pixiv.net/member.php?id=\u2026", "indices": [75, 98], "url": "https://t.co/sJRRUIHVur", "expanded_url": "http://www.pixiv.net/member.php?id=222703"}]}}, "screen_name": "kurumiken", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687857032439836672/VFclaHI3_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DAECF4", "friends_count": 301, "followers_count": 1113, "verified": false, "id": 244937880, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687857032439836672/VFclaHI3_normal.png", "profile_background_tile": false, "profile_background_color": "C6E2EE", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C6E2EE"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "\u307b\u3082\u3066\u3093\u3057\u3001\u30d1\u30fc\u30b8 https://t.co/eb1gJBz0kS", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690895510169739264}, "retweet_count": 5, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Dec 17 00:57:35 +0000 2013", "profile_link_color": "D02B55", "lang": "en", "time_zone": "Central America", "contributors_enabled": false, "favourites_count": 8202, "utc_offset": -21600, "description": "pixel artist \u00b7 pool toy \u00b7 ~20 \u00b7 english/espa\u00f1ol \u00b7 AD: @fetchfetish", "profile_text_color": "3E4415", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2249569387/1450593975", "id_str": "2249569387", "statuses_count": 14622, "url": "https://t.co/dcHCMJmrh6", "profile_use_background_image": true, "name": "toy takeover", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "furaffinity.net/user/neonknive\u2026", "indices": [0, 23], "url": "https://t.co/dcHCMJmrh6", "expanded_url": "http://www.furaffinity.net/user/neonknives/"}]}}, "screen_name": "bullooned", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif", "location": "at the pool", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/627515413732069376/FSoNTzwj_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "99CC33", "friends_count": 323, "followers_count": 59, "verified": false, "id": 2249569387, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/627515413732069376/FSoNTzwj_normal.jpg", "profile_background_tile": false, "profile_background_color": "352726", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 23, "profile_sidebar_border_color": "829D5E"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "RT @kurumiken: \u307b\u3082\u3066\u3093\u3057\u3001\u30d1\u30fc\u30b8 https://t.co/eb1gJBz0kS", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334079660032}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334075469826", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Aug 31 15:23:03 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 76, "utc_offset": -28800, "description": "Chef Sanji of the Straw Hat Crew ~ Leader of #MugiwaraGawds [#ShinobiRoastGods] Turn On my Notifications ~ Selling Accounts DM if interested ~", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2782459190/1433777430", "id_str": "2782459190", "statuses_count": 1395, "url": null, "profile_use_background_image": true, "name": "Sanji Vinsmoke", "entities": {"description": {"urls": []}}, "screen_name": "BasedGodSanji", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "New World", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/600835247341711360/2YoqRtW__normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 9109, "followers_count": 20922, "verified": false, "id": 2782459190, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/600835247341711360/2YoqRtW__normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 34, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334075469826}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334075465729", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/fSQO57W8ie", "source_user_id_str": "221769011", "expanded_url": "http://twitter.com/bet365/status/690979027906068480/photo/1", "source_status_id_str": "690979027906068480", "id_str": "690979025536290816", "source_user_id": 221769011, "media_url_https": "https://pbs.twimg.com/media/CZbZw0RWEAACTnE.jpg", "id": 690979025536290816, "sizes": {"large": {"h": 821, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 481, "w": 600, "resize": "fit"}, "small": {"h": 272, "w": 340, "resize": "fit"}}, "url": "https://t.co/fSQO57W8ie", "indices": [91, 114], "media_url": "http://pbs.twimg.com/media/CZbZw0RWEAACTnE.jpg", "source_status_id": 690979027906068480}], "user_mentions": [{"name": "bet365", "id": 221769011, "screen_name": "bet365", "id_str": "221769011", "indices": [3, 10]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 19:26:52 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690979027906068480", "favorite_count": 84, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbZw0RWEAACTnE.jpg", "display_url": "pic.twitter.com/fSQO57W8ie", "id": 690979025536290816, "type": "photo", "sizes": {"large": {"h": 821, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 481, "w": 600, "resize": "fit"}, "small": {"h": 272, "w": 340, "resize": "fit"}}, "url": "https://t.co/fSQO57W8ie", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CZbZw0RWEAACTnE.jpg", "id_str": "690979025536290816", "expanded_url": "http://twitter.com/bet365/status/690979027906068480/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 508, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Dec 01 15:21:52 +0000 2010", "profile_link_color": "06855F", "lang": "en-gb", "time_zone": "London", "contributors_enabled": false, "favourites_count": 6317, "utc_offset": 0, "description": "The world\u2019s favourite online gambling company. 18+ only. Gamble responsibly. https://t.co/2RyHF1JlEt https://t.co/9dL17cQYTr.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/221769011/1432638471", "id_str": "221769011", "statuses_count": 180003, "url": "http://t.co/XcIs1nR87W", "profile_use_background_image": true, "name": "bet365", "entities": {"description": {"urls": [{"display_url": "gambleaware.co.uk", "indices": [77, 100], "url": "https://t.co/2RyHF1JlEt", "expanded_url": "http://gambleaware.co.uk"}, {"display_url": "bit.ly/365rgs", "indices": [101, 124], "url": "https://t.co/9dL17cQYTr", "expanded_url": "http://bit.ly/365rgs"}]}, "url": {"urls": [{"display_url": "bet365.com", "indices": [0, 22], "url": "http://t.co/XcIs1nR87W", "expanded_url": "http://www.bet365.com"}]}}, "screen_name": "bet365", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/534538895/Sports-twitter-bg.jpg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/423124117655531520/hXb2Vjwb_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "E6F6F9", "friends_count": 867, "followers_count": 281829, "verified": true, "id": 221769011, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/534538895/Sports-twitter-bg.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423124117655531520/hXb2Vjwb_normal.png", "profile_background_tile": false, "profile_background_color": "054735", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1057, "profile_sidebar_border_color": "DBE9ED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Who was the best player on the Boleyn Ground pitch?!\n\nRT - Payet\nLIKE - Ag\u00fcero https://t.co/fSQO57W8ie", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690979027906068480}, "retweet_count": 508, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jul 13 15:33:51 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 833, "utc_offset": -28800, "description": "@whufc_official | 15 | Instagram- joehogg_", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2707353933/1442135750", "id_str": "2707353933", "statuses_count": 2947, "url": null, "profile_use_background_image": true, "name": "Joe\u2692", "entities": {"description": {"urls": []}}, "screen_name": "Joehogg_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Ipswich", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689592740473114624/wb0OQVUH_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 447, "followers_count": 243, "verified": false, "id": 2707353933, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689592740473114624/wb0OQVUH_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 5, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @bet365: Who was the best player on the Boleyn Ground pitch?!\n\nRT - Payet\nLIKE - Ag\u00fcero https://t.co/fSQO57W8ie", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334075465729}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334067077120", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jan 15 05:04:29 +0000 2012", "profile_link_color": "FF1100", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 47, "utc_offset": -28800, "description": "Follow & Support For The Youth 2020", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/464380216/1441163282", "id_str": "464380216", "statuses_count": 54, "url": null, "profile_use_background_image": false, "name": "Pres. Yeezus", "entities": {"description": {"urls": []}}, "screen_name": "KanyeWestCamp", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/468222556705546242/Tsnw-yln.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/638911230997086208/3OikBUsM_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 7, "followers_count": 18802, "verified": false, "id": 464380216, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/468222556705546242/Tsnw-yln.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/638911230997086208/3OikBUsM_normal.jpg", "profile_background_tile": true, "profile_background_color": "709397", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 40, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334067077120}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Windows", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334058688513", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3a8W0AMESM6.jpg", "display_url": "pic.twitter.com/O4bYJaaW34", "id": 690992333135990787, "type": "photo", "sizes": {"large": {"h": 540, "w": 720, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/O4bYJaaW34", "indices": [110, 133], "media_url": "http://pbs.twimg.com/media/CZbl3a8W0AMESM6.jpg", "id_str": "690992333135990787", "expanded_url": "http://twitter.com/TOLFA/status/690992334058688513/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 10], "text": "Education"}, {"indices": [31, 45], "text": "animalwelfare"}, {"indices": [46, 68], "text": "TeachingTheYoungsters"}, {"indices": [69, 77], "text": "Schools"}, {"indices": [78, 100], "text": "TOLFAEducationProject"}, {"indices": [101, 109], "text": "animals"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Feb 19 08:32:39 +0000 2009", "profile_link_color": "088253", "lang": "en", "time_zone": "London", "contributors_enabled": false, "favourites_count": 600, "utc_offset": 0, "description": "Tree Of Life For Animals is a charity helping animals in need in Rajasthan, India. We're always looking for volunteers at our busy shelter near Ajmer!", "profile_text_color": "634047", "profile_banner_url": "https://pbs.twimg.com/profile_banners/21283681/1449538043", "id_str": "21283681", "statuses_count": 3347, "url": "http://t.co/Eor03IZjZO", "profile_use_background_image": true, "name": "TOLFA", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "tolfa.org.uk", "indices": [0, 22], "url": "http://t.co/Eor03IZjZO", "expanded_url": "http://www.tolfa.org.uk"}]}}, "screen_name": "TOLFA", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/433238526130257920/WoxwaMtg.jpeg", "location": "India", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/494383212420792321/B6wXBjNm_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "E3E2DE", "friends_count": 2005, "followers_count": 1223, "verified": false, "id": 21283681, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/433238526130257920/WoxwaMtg.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/494383212420792321/B6wXBjNm_normal.jpeg", "profile_background_tile": false, "profile_background_color": "EDECE9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 48, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "#Education is so important for #animalwelfare\n#TeachingTheYoungsters #Schools #TOLFAEducationProject #animals https://t.co/O4bYJaaW34", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334058688513}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334058684417", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": true, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Oct 14 05:46:08 +0000 2014", "profile_link_color": "000000", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 486, "utc_offset": -18000, "description": "TURN ON TWEET NOTIFICATIONS TO NEVER MISS A RULE | DM YOUR RULES", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2829013257/1449629308", "id_str": "2829013257", "statuses_count": 247, "url": null, "profile_use_background_image": false, "name": "HOE RULES", "entities": {"description": {"urls": []}}, "screen_name": "HOERULES", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/683996863888936960/YQTUSVDq_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 85, "followers_count": 61577, "verified": false, "id": 2829013257, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683996863888936960/YQTUSVDq_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 45, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334058684417}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "fr", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334046138368", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/d9k6HXz9ZX", "source_user_id_str": "587035167", "expanded_url": "http://twitter.com/armand_leste/status/689899765132345349/photo/1", "source_status_id_str": "689899765132345349", "id_str": "689899763559456769", "source_user_id": 587035167, "media_url_https": "https://pbs.twimg.com/media/CZMELgGWYAEx-_q.jpg", "id": 689899763559456769, "sizes": {"large": {"h": 451, "w": 539, "resize": "fit"}, "small": {"h": 284, "w": 340, "resize": "fit"}, "medium": {"h": 451, "w": 539, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/d9k6HXz9ZX", "indices": [85, 108], "media_url": "http://pbs.twimg.com/media/CZMELgGWYAEx-_q.jpg", "source_status_id": 689899765132345349}], "user_mentions": [{"name": "SNAP : armand.leste", "id": 587035167, "screen_name": "armand_leste", "id_str": "587035167", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Wed Jan 20 19:58:16 +0000 2016", "lang": "fr", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "689899765132345349", "favorite_count": 771, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZMELgGWYAEx-_q.jpg", "display_url": "pic.twitter.com/d9k6HXz9ZX", "id": 689899763559456769, "type": "photo", "sizes": {"large": {"h": 451, "w": 539, "resize": "fit"}, "small": {"h": 284, "w": 340, "resize": "fit"}, "medium": {"h": 451, "w": 539, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/d9k6HXz9ZX", "indices": [67, 90], "media_url": "http://pbs.twimg.com/media/CZMELgGWYAEx-_q.jpg", "id_str": "689899763559456769", "expanded_url": "http://twitter.com/armand_leste/status/689899765132345349/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2572, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon May 21 23:03:29 +0000 2012", "profile_link_color": "3B94D9", "lang": "fr", "time_zone": "Belgrade", "contributors_enabled": false, "favourites_count": 45, "utc_offset": 3600, "description": "Qui m'aime me suive !\nDemande Professionnelle / Business \u2709\ufe0f armand.leste@laposte.net\nSNAP : armand.leste", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/587035167/1450701389", "id_str": "587035167", "statuses_count": 154, "url": "https://t.co/GizPMDVUVJ", "profile_use_background_image": false, "name": "SNAP : armand.leste", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/armand.leste/", "indices": [0, 23], "url": "https://t.co/GizPMDVUVJ", "expanded_url": "http://www.instagram.com/armand.leste/"}]}}, "screen_name": "armand_leste", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "France", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/678916844405858305/guhneTRW_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 3696, "followers_count": 39041, "verified": false, "id": 587035167, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/678916844405858305/guhneTRW_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 14, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "fr", "result_type": "recent"}, "text": "Quand t'as pas fait tes devoirs mais que t'apprends que c'est not\u00e9 https://t.co/d9k6HXz9ZX", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 689899765132345349}, "retweet_count": 2572, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Oct 28 06:37:12 +0000 2012", "profile_link_color": "100000", "lang": "fr", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 783, "utc_offset": 10800, "description": "#Psy4DeLaRime\u2661\u266b la base des bases. #Psy4Love #Psy4Forever. #ZakEtDiego #CarpeDiem #RUE #StreetSkillz #OnlyPro 21 dec.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/909670202/1451557744", "id_str": "909670202", "statuses_count": 20048, "url": null, "profile_use_background_image": true, "name": "Psykatra #Sya", "entities": {"description": {"urls": []}}, "screen_name": "DaLiilouw", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/682744525241061376/SZurqfhB.jpg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661127339116511236/auJNXWJM_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 152, "followers_count": 357, "verified": false, "id": 909670202, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/682744525241061376/SZurqfhB.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661127339116511236/auJNXWJM_normal.jpg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 10, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "fr", "result_type": "recent"}, "text": "RT @armand_leste: Quand t'as pas fait tes devoirs mais que t'apprends que c'est not\u00e9 https://t.co/d9k6HXz9ZX", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334046138368}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334046126080", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/CXSFxhAxVI", "source_user_id_str": "3289041300", "expanded_url": "http://twitter.com/venusarmes/status/690619231390556160/photo/1", "source_status_id_str": "690619231390556160", "id_str": "690619215196323841", "source_user_id": 3289041300, "media_url_https": "https://pbs.twimg.com/media/CZWShGTWAAEJBKM.jpg", "id": 690619215196323841, "sizes": {"large": {"h": 600, "w": 400, "resize": "fit"}, "small": {"h": 510, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/CXSFxhAxVI", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZWShGTWAAEJBKM.jpg", "source_status_id": 690619231390556160}], "user_mentions": [{"name": "\u2728G\u00dcZEL G\u00d6ZL\u00dcM\u270d", "id": 3289041300, "screen_name": "venusarmes", "id_str": "3289041300", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 19:37:10 +0000 2016", "lang": "tr", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690619231390556160", "favorite_count": 217, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZWShGTWAAEJBKM.jpg", "display_url": "pic.twitter.com/CXSFxhAxVI", "id": 690619215196323841, "type": "photo", "sizes": {"large": {"h": 600, "w": 400, "resize": "fit"}, "small": {"h": 510, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/CXSFxhAxVI", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CZWShGTWAAEJBKM.jpg", "id_str": "690619215196323841", "expanded_url": "http://twitter.com/venusarmes/status/690619231390556160/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 38, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jul 23 19:56:20 +0000 2015", "profile_link_color": "0084B4", "lang": "tr", "time_zone": null, "contributors_enabled": false, "favourites_count": 95294, "utc_offset": null, "description": "\u2728G\u00f6zler,\u015fiir gibidir,her bak\u0131\u015f\u0131 A\u015fk,her g\u00f6r\u00fc\u015f\u00fc tutku,her dokunu\u015fu Ate\u015f gbidir,Hele seviliyorsa,bir ba\u015fkad\u0131r,sat\u0131rlara yans\u0131yan\u270dTakip Umrumda De\u011fl Yaz\u0131m\u0131 oku ytr", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3289041300/1450596592", "id_str": "3289041300", "statuses_count": 1422, "url": null, "profile_use_background_image": true, "name": "\u2728G\u00dcZEL G\u00d6ZL\u00dcM\u270d", "entities": {"description": {"urls": []}}, "screen_name": "venusarmes", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Bornova,\u0130ZM\u0130R..Ven\u00fcs...", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688876189499437060/Ooq-8eVS_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 11242, "followers_count": 23339, "verified": false, "id": 3289041300, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688876189499437060/Ooq-8eVS_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 167, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "Y\u00fcre\u011fini sevdi\u011fm\nA\u015fk bu\n\u00c7aresi yok derler ya\nVar iksiri\nSenin sevgn\nHani diyorm\nBir gelsn\nYanl\u0131zl\u0131\u011f\u0131ma\nDokunurmusun\ud83d\udc9e https://t.co/CXSFxhAxVI", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690619231390556160}, "retweet_count": 38, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Aug 03 13:49:38 +0000 2015", "profile_link_color": "0084B4", "lang": "tr", "time_zone": null, "contributors_enabled": false, "favourites_count": 24870, "utc_offset": null, "description": "#ATAT\u00dcRK #\u00e7apulcu #izmir #Fenerbah\u00e7e #rak\u0131 #\u00e7Ar\u015f\u0131 #Brh+", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3401264571/1452634546", "id_str": "3401264571", "statuses_count": 38402, "url": null, "profile_use_background_image": true, "name": "u!6u3", "entities": {"description": {"urls": []}}, "screen_name": "yedinciok05", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/680292535609241600/aH826-3Y_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 4423, "followers_count": 45009, "verified": false, "id": 3401264571, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680292535609241600/aH826-3Y_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 10, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "tr", "result_type": "recent"}, "text": "RT @venusarmes: Y\u00fcre\u011fini sevdi\u011fm\nA\u015fk bu\n\u00c7aresi yok derler ya\nVar iksiri\nSenin sevgn\nHani diyorm\nBir gelsn\nYanl\u0131zl\u0131\u011f\u0131ma\nDokunurmusun\ud83d\udc9e https:\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334046126080}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "in", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334041935872", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl2FXWYAAwZUe.jpg", "display_url": "pic.twitter.com/h3fobisQJP", "id": 690992310163759104, "type": "photo", "sizes": {"large": {"h": 1024, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/h3fobisQJP", "indices": [13, 36], "media_url": "http://pbs.twimg.com/media/CZbl2FXWYAAwZUe.jpg", "id_str": "690992310163759104", "expanded_url": "http://twitter.com/CkThierno/status/690992334041935872/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Aug 19 22:52:09 +0000 2015", "profile_link_color": "0084B4", "lang": "fr", "time_zone": null, "contributors_enabled": false, "favourites_count": 555, "utc_offset": null, "description": "I love bad bitches that's my fuckin' problem, A$AP ROCKY / Kendrick Lamar Peulh #224", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3432126551/1453491250", "id_str": "3432126551", "statuses_count": 1593, "url": null, "profile_use_background_image": true, "name": "thierno lBeretta\u274c", "entities": {"description": {"urls": []}}, "screen_name": "CkThierno", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690987685813579781/QhznS-3Q_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 74, "followers_count": 186, "verified": false, "id": 3432126551, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690987685813579781/QhznS-3Q_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "in", "result_type": "recent"}, "text": "c ma pp sa \ud83d\udc40 https://t.co/h3fobisQJP", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334041935872}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "WordPress.com", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334041841666", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3Z-UYAEGqQZ.jpg", "display_url": "pic.twitter.com/tzHMIeC6a1", "id": 690992332875784193, "type": "photo", "sizes": {"large": {"h": 200, "w": 380, "resize": "fit"}, "small": {"h": 178, "w": 340, "resize": "fit"}, "medium": {"h": 200, "w": 380, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/tzHMIeC6a1", "indices": [90, 113], "media_url": "http://pbs.twimg.com/media/CZbl3Z-UYAEGqQZ.jpg", "id_str": "690992332875784193", "expanded_url": "http://twitter.com/abn_egy/status/690992334041841666/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [{"display_url": "news24eg.com/?p=231221", "indices": [66, 89], "url": "https://t.co/52uC3YBPfE", "expanded_url": "http://www.news24eg.com/?p=231221"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Feb 27 19:57:08 +0000 2015", "profile_link_color": "0084B4", "lang": "ar", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3064551383/1442014579", "id_str": "3064551383", "statuses_count": 77326, "url": null, "profile_use_background_image": true, "name": "abn.egy@gmail.com", "entities": {"description": {"urls": []}}, "screen_name": "abn_egy", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/642481977614962688/y7M3kjhu_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 39, "followers_count": 512, "verified": false, "id": 3064551383, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/642481977614962688/y7M3kjhu_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0648\u0632\u064a\u0631 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629 \u0627\u0644\u062a\u0648\u0646\u0633\u0649\u0649 \u064a\u0624\u0643\u062f: \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u062d\u0638\u0631 \u0627\u0644\u062a\u062c\u0648\u0627\u0644 \u062d\u062a\u0649 \u062a\u0647\u062f\u0623\u00a0\u0627\u0644\u0623\u0648\u0636\u0627\u0639 https://t.co/52uC3YBPfE https://t.co/tzHMIeC6a1", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334041841666}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334041841664", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690992121868726272/pu/img/1d_cagYTqHsoa-qN.jpg", "display_url": "pic.twitter.com/7UKS1UVXBC", "id": 690992121868726272, "type": "photo", "sizes": {"large": {"h": 360, "w": 640, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 338, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/7UKS1UVXBC", "indices": [96, 119], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690992121868726272/pu/img/1d_cagYTqHsoa-qN.jpg", "id_str": "690992121868726272", "expanded_url": "http://twitter.com/shonan0kaze/status/690992334041841664/video/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jan 23 19:41:36 +0000 2016", "profile_link_color": "2B7BB9", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4804307953/1453578620", "id_str": "4804307953", "statuses_count": 3, "url": null, "profile_use_background_image": true, "name": "\u6e58\u5357\u4e43\u98a8", "entities": {"description": {"urls": []}}, "screen_name": "shonan0kaze", "protected": false, "profile_background_image_url": null, "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690984249114034177/Ay_2V4dF_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 5, "followers_count": 0, "verified": false, "id": 4804307953, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/690984249114034177/Ay_2V4dF_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "\u6e58\u5357\u4e43\u98a8/BIG UP No.3\n\u5922\u8ffd\u3046\u7537\u306e\u7269\u8a9e \u5922\u304c\u4e0e\u3048\u3066\u304f\u308c\u305f\u51fa\u4f1a\u3044\n\u5922\u7121\u304d\u3082\u306e\u306b\u6210\u529f\u306a\u3057 \u3053\u306e\u5148\u3082\u5171\u306b\n\u52d5\u304b\u306a\u304d\u3083\u59cb\u307e\u3089\u306a\u3044 \u63cf\u304b\u306a\u304d\u3083\u898b\u3048\u3084\u3057\u306a\u3044\n\u5922\u7b11\u3046\u3082\u306e\u306b\u6804\u5149\u306a\u3057 \u3053\u306e\u6b4c\u3092\u53cb\u306b https://t.co/7UKS1UVXBC", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334041841664}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334037782528", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Apr 16 01:49:34 +0000 2012", "profile_link_color": "088253", "lang": "en", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 0, "utc_offset": -14400, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/554781878/1446623080", "id_str": "554781878", "statuses_count": 738, "url": "https://t.co/D9Ngl0nraz", "profile_use_background_image": false, "name": "Crazy BF Problems", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "spytexts.com/62", "indices": [0, 23], "url": "https://t.co/D9Ngl0nraz", "expanded_url": "http://spytexts.com/62"}]}}, "screen_name": "CrazyBFProbIems", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661811157074857984/TLnVakrd_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "C0DFEC", "friends_count": 1, "followers_count": 57040, "verified": false, "id": 554781878, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661811157074857984/TLnVakrd_normal.jpg", "profile_background_tile": false, "profile_background_color": "EDECE9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 48, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334037782528}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334037737472", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/ZleNudduZy", "source_user_id_str": "1422946818", "expanded_url": "http://twitter.com/TumblrsFunnies/status/689633614389235712/photo/1", "source_status_id_str": "689633614389235712", "id_str": "689633607485358080", "source_user_id": 1422946818, "media_url_https": "https://pbs.twimg.com/media/CZISHLdWAAAm_c9.jpg", "id": 689633607485358080, "sizes": {"large": {"h": 489, "w": 749, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 391, "w": 600, "resize": "fit"}, "small": {"h": 221, "w": 340, "resize": "fit"}}, "url": "https://t.co/ZleNudduZy", "indices": [20, 43], "media_url": "http://pbs.twimg.com/media/CZISHLdWAAAm_c9.jpg", "source_status_id": 689633614389235712}], "user_mentions": [{"name": "Tumblr Funnies", "id": 1422946818, "screen_name": "TumblrsFunnies", "id_str": "1422946818", "indices": [3, 18]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Wed Jan 20 02:20:41 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "689633614389235712", "favorite_count": 5348, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZISHLdWAAAm_c9.jpg", "display_url": "pic.twitter.com/ZleNudduZy", "id": 689633607485358080, "type": "photo", "sizes": {"large": {"h": 489, "w": 749, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 391, "w": 600, "resize": "fit"}, "small": {"h": 221, "w": 340, "resize": "fit"}}, "url": "https://t.co/ZleNudduZy", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CZISHLdWAAAm_c9.jpg", "id_str": "689633607485358080", "expanded_url": "http://twitter.com/TumblrsFunnies/status/689633614389235712/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 1673, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun May 12 11:58:39 +0000 2013", "profile_link_color": "89C9FA", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 2, "utc_offset": -21600, "description": "the best pants are no pants \u2022 We do not claim ownership to any content posted \u2022 Not affiliated with Tumblr.", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1422946818/1437610058", "id_str": "1422946818", "statuses_count": 1233, "url": "https://t.co/uH5dSJIXuY", "profile_use_background_image": false, "name": "Tumblr Funnies", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "lunalifted.com/collections", "indices": [0, 23], "url": "https://t.co/uH5dSJIXuY", "expanded_url": "http://lunalifted.com/collections"}]}}, "screen_name": "TumblrsFunnies", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/624013397273772032/fhvkV3g6_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 1, "followers_count": 375064, "verified": false, "id": 1422946818, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/624013397273772032/fhvkV3g6_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 545, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/ZleNudduZy", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 689633614389235712}, "retweet_count": 1673, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Sep 19 11:14:39 +0000 2013", "profile_link_color": "994466", "lang": "en", "time_zone": "Rome", "contributors_enabled": false, "favourites_count": 23513, "utc_offset": 3600, "description": "sometimes to stay ALIVE you gotta KILL your MIND.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1882805516/1452981543", "id_str": "1882805516", "statuses_count": 35159, "url": null, "profile_use_background_image": true, "name": "DROPDEAD.", "entities": {"description": {"urls": []}}, "screen_name": "HemmoLovatic23", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "waiting for LM in italy", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688480811742527492/JMoHB6KD_normal.png", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 2463, "followers_count": 2082, "verified": false, "id": 1882805516, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688480811742527492/JMoHB6KD_normal.png", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 11, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @TumblrsFunnies: https://t.co/ZleNudduZy", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334037737472}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334037721088", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Feb 28 09:44:15 +0000 2012", "profile_link_color": "DD2E44", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 11578, "utc_offset": -18000, "description": "| Turn My Notifications on| I Do FollowBack|", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/507150971/1443752643", "id_str": "507150971", "statuses_count": 24720, "url": null, "profile_use_background_image": false, "name": "Harry", "entities": {"description": {"urls": []}}, "screen_name": "HarryMooreP", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "Nebraska", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675023164846514180/zXJNWKSc_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 215954, "followers_count": 227488, "verified": false, "id": 507150971, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675023164846514180/zXJNWKSc_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 189, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334037721088}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334033534976", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Dec 03 16:31:58 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 11, "utc_offset": -18000, "description": "turn on notifications \u2717\u2665O", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2903949917/1451112664", "id_str": "2903949917", "statuses_count": 55, "url": null, "profile_use_background_image": true, "name": "\u263e", "entities": {"description": {"urls": []}}, "screen_name": "cyberfeelz", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/680884808130625541/s7gNewIK_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 135, "followers_count": 23120, "verified": false, "id": 2903949917, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680884808130625541/s7gNewIK_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 27, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334033534976}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334033518592", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 24 05:46:22 +0000 2012", "profile_link_color": "E02460", "lang": "en", "time_zone": "Beijing", "contributors_enabled": false, "favourites_count": 689, "utc_offset": 28800, "description": "ig-HeyMollyoMalia", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/616818782/1443494188", "id_str": "616818782", "statuses_count": 1014, "url": null, "profile_use_background_image": true, "name": "MollyoMalia", "entities": {"description": {"urls": []}}, "screen_name": "itsmollyomalia", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/484658425326870528/5eAhqfLJ.jpeg", "location": "Parody", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/648992741179977729/RU5Iaq2h_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 20522, "followers_count": 152360, "verified": false, "id": 616818782, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/484658425326870528/5eAhqfLJ.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648992741179977729/RU5Iaq2h_normal.jpg", "profile_background_tile": true, "profile_background_color": "C26575", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 118, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334033518592}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334029361152", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Nov 20 00:30:03 +0000 2012", "profile_link_color": "ABB8C2", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 3327, "utc_offset": -18000, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/959031876/1451521994", "id_str": "959031876", "statuses_count": 4976, "url": null, "profile_use_background_image": true, "name": "Mary", "entities": {"description": {"urls": []}}, "screen_name": "KinkyVersace", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/577964227257716736/Qitx3H50.jpeg", "location": "", "is_translation_enabled": true, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682358817242411008/z34yKaSo_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1, "followers_count": 35109, "verified": false, "id": 959031876, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/577964227257716736/Qitx3H50.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682358817242411008/z34yKaSo_normal.jpg", "profile_background_tile": true, "profile_background_color": "700B0B", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 25, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334029361152}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334029348865", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jan 24 15:00:48 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 20697, "utc_offset": -18000, "description": "Our camp had the baddest bitches | subscribe to my tweets | #TDISQUAD", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1117002967/1424730511", "id_str": "1117002967", "statuses_count": 1292, "url": null, "profile_use_background_image": true, "name": "BA$ED OWEN", "entities": {"description": {"urls": []}}, "screen_name": "BASED0WEN", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/670658505972428801/1f4ty5_7_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1, "followers_count": 13165, "verified": false, "id": 1117002967, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/670658505972428801/1f4ty5_7_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 22, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334029348865}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334029324288", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/C7jEpjavFQ", "source_user_id_str": "155629354", "expanded_url": "http://twitter.com/JuanfraEscudero/status/690992222536335361/photo/1", "source_status_id_str": "690992222536335361", "id_str": "690992205704609792", "source_user_id": 155629354, "media_url_https": "https://pbs.twimg.com/media/CZblwAOWQAAKNVf.jpg", "id": 690992205704609792, "sizes": {"large": {"h": 208, "w": 400, "resize": "fit"}, "small": {"h": 176, "w": 340, "resize": "fit"}, "medium": {"h": 208, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/C7jEpjavFQ", "indices": [109, 132], "media_url": "http://pbs.twimg.com/media/CZblwAOWQAAKNVf.jpg", "source_status_id": 690992222536335361}], "user_mentions": [{"name": "Juanfran Escudero", "id": 155629354, "screen_name": "JuanfraEscudero", "id_str": "155629354", "indices": [3, 19]}], "hashtags": [{"indices": [21, 34], "text": "LaHoraM\u00e1gica"}, {"indices": [93, 100], "text": "LHM724"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:19:18 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992222536335361", "favorite_count": 11, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZblwAOWQAAKNVf.jpg", "display_url": "pic.twitter.com/C7jEpjavFQ", "id": 690992205704609792, "type": "photo", "sizes": {"large": {"h": 208, "w": 400, "resize": "fit"}, "small": {"h": 176, "w": 340, "resize": "fit"}, "medium": {"h": 208, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/C7jEpjavFQ", "indices": [88, 111], "media_url": "http://pbs.twimg.com/media/CZblwAOWQAAKNVf.jpg", "id_str": "690992205704609792", "expanded_url": "http://twitter.com/JuanfraEscudero/status/690992222536335361/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 13], "text": "LaHoraM\u00e1gica"}, {"indices": [72, 79], "text": "LHM724"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 23, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Jun 14 17:27:43 +0000 2010", "profile_link_color": "3B94D9", "lang": "es", "time_zone": "Madrid", "contributors_enabled": false, "favourites_count": 90201, "utc_offset": 3600, "description": "Social Media Management #Celebrities #Business | #Influencer | #Klout: https://t.co/dndUl6PH5h | Top Influencers: https://t.co/EEj3rF8VH9 @LHMOfficial", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/155629354/1453569038", "id_str": "155629354", "statuses_count": 119973, "url": "https://t.co/8czDajH2UZ", "profile_use_background_image": false, "name": "Juanfran Escudero", "entities": {"description": {"urls": [{"display_url": "Klout.com/JuanfraEscudero", "indices": [71, 94], "url": "https://t.co/dndUl6PH5h", "expanded_url": "http://Klout.com/JuanfraEscudero"}, {"display_url": "goo.gl/11uQ6t", "indices": [114, 137], "url": "https://t.co/EEj3rF8VH9", "expanded_url": "http://goo.gl/11uQ6t"}]}, "url": {"urls": [{"display_url": "JuanfranEscudero.es", "indices": [0, 23], "url": "https://t.co/8czDajH2UZ", "expanded_url": "http://www.JuanfranEscudero.es"}]}}, "screen_name": "JuanfraEscudero", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "location": "Spain", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688839000614920192/vn595VX0_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 83, "followers_count": 455735, "verified": false, "id": 155629354, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688839000614920192/vn595VX0_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1553, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "#LaHoraM\u00e1gica\n\n1. RT\n2. \u00bfCu\u00e1l es la mejor edad para ti?\n3. Contesta con #LHM724 \n\nRT\ud83d\udd1bRT https://t.co/C7jEpjavFQ", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992222536335361}, "retweet_count": 23, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jul 05 11:12:06 +0000 2015", "profile_link_color": "0084B4", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 438, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3360326439/1446554808", "id_str": "3360326439", "statuses_count": 151, "url": null, "profile_use_background_image": true, "name": "Wolf", "entities": {"description": {"urls": []}}, "screen_name": "Wolf_k58", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Galicia, Espa\u00f1a", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/617658300973359104/jjY7kYaQ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 64, "followers_count": 174, "verified": false, "id": 3360326439, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/617658300973359104/jjY7kYaQ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "RT @JuanfraEscudero: #LaHoraM\u00e1gica\n\n1. RT\n2. \u00bfCu\u00e1l es la mejor edad para ti?\n3. Contesta con #LHM724 \n\nRT\ud83d\udd1bRT https://t.co/C7jEpjavFQ", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334029324288}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334029230080", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/YYOohDGDW8", "source_user_id_str": "827717570", "expanded_url": "http://twitter.com/IamRobDevon/status/690696170369232896/photo/1", "source_status_id_str": "690696170369232896", "id_str": "690696155450122240", "source_user_id": 827717570, "media_url_https": "https://pbs.twimg.com/media/CZXYfnFVIAA9SZ2.jpg", "id": 690696155450122240, "sizes": {"large": {"h": 747, "w": 750, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 597, "w": 600, "resize": "fit"}, "small": {"h": 338, "w": 340, "resize": "fit"}}, "url": "https://t.co/YYOohDGDW8", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/CZXYfnFVIAA9SZ2.jpg", "source_status_id": 690696170369232896}], "user_mentions": [{"name": "rob.", "id": 827717570, "screen_name": "IamRobDevon", "id_str": "827717570", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 00:42:54 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690696170369232896", "favorite_count": 521, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZXYfnFVIAA9SZ2.jpg", "display_url": "pic.twitter.com/YYOohDGDW8", "id": 690696155450122240, "type": "photo", "sizes": {"large": {"h": 747, "w": 750, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 597, "w": 600, "resize": "fit"}, "small": {"h": 338, "w": 340, "resize": "fit"}}, "url": "https://t.co/YYOohDGDW8", "indices": [9, 32], "media_url": "http://pbs.twimg.com/media/CZXYfnFVIAA9SZ2.jpg", "id_str": "690696155450122240", "expanded_url": "http://twitter.com/IamRobDevon/status/690696170369232896/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 802, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Sep 16 20:48:19 +0000 2012", "profile_link_color": "DD2E44", "lang": "en", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 6430, "utc_offset": -14400, "description": "honest.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/827717570/1453561768", "id_str": "827717570", "statuses_count": 22348, "url": null, "profile_use_background_image": true, "name": "rob.", "entities": {"description": {"urls": []}}, "screen_name": "IamRobDevon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "location": "Oak Park, IL", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690657536282726400/2P1J6dET_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "C0DFEC", "friends_count": 984, "followers_count": 9278, "verified": false, "id": 827717570, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690657536282726400/2P1J6dET_normal.jpg", "profile_background_tile": true, "profile_background_color": "022330", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 10, "profile_sidebar_border_color": "A8C7F7"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "OMG \ud83d\udca6\ud83d\ude29\ud83d\ude0b\ud83d\ude0d https://t.co/YYOohDGDW8", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690696170369232896}, "retweet_count": 802, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue May 13 20:36:34 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 11650, "utc_offset": null, "description": "E4L&E4J iDance E4Mommy\u2764\ufe0f", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2545744612/1452973833", "id_str": "2545744612", "statuses_count": 42862, "url": null, "profile_use_background_image": true, "name": "R.I.PMOM\u2764\ufe0f", "entities": {"description": {"urls": []}}, "screen_name": "BluntAssKiraa", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "w.Peyton\u2728\u2764\ufe0f", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688881429577531392/NOTDuqW6_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 810, "followers_count": 1202, "verified": false, "id": 2545744612, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688881429577531392/NOTDuqW6_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @IamRobDevon: OMG \ud83d\udca6\ud83d\ude29\ud83d\ude0b\ud83d\ude0d https://t.co/YYOohDGDW8", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334029230080}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334025146368", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Mar 16 16:31:37 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 174, "utc_offset": null, "description": "sc:mtjaymt", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2415570923/1440867696", "id_str": "2415570923", "statuses_count": 719, "url": null, "profile_use_background_image": false, "name": "Haitian", "entities": {"description": {"urls": []}}, "screen_name": "Godblxss", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Rochester, NY", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/642442742543552512/jJJay661_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 15808, "followers_count": 17301, "verified": false, "id": 2415570923, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/642442742543552512/jJJay661_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 16, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334025146368}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334025134081", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "Lheng Bundal", "id": 3422649554, "screen_name": "chello1232", "id_str": "3422649554", "indices": [3, 14]}], "hashtags": [{"indices": [16, 38], "text": "MainePairfectForOPLUS"}], "urls": [{"display_url": "twitter.com/jaysondmx/stat\u2026", "indices": [40, 63], "url": "https://t.co/Z94yvvTAU4", "expanded_url": "https://twitter.com/jaysondmx/status/690915114841706496"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Sat Jan 23 15:12:54 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "id_str": "690915114841706496", "favorite_count": 768, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZafm_VWYAIongA.jpg", "display_url": "pic.twitter.com/mnnaDmZ1VR", "id": 690915085032775682, "type": "photo", "sizes": {"large": {"h": 782, "w": 552, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 782, "w": 552, "resize": "fit"}, "small": {"h": 481, "w": 340, "resize": "fit"}}, "url": "https://t.co/mnnaDmZ1VR", "indices": [116, 139], "media_url": "http://pbs.twimg.com/media/CZafm_VWYAIongA.jpg", "id_str": "690915085032775682", "expanded_url": "http://twitter.com/jaysondmx/status/690915114841706496/photo/1"}], "user_mentions": [{"name": "Maine Mendoza", "id": 63701775, "screen_name": "mainedcm", "id_str": "63701775", "indices": [69, 78]}, {"name": "Alden Richards", "id": 98310564, "screen_name": "aldenrichards02", "id_str": "98310564", "indices": [79, 95]}], "hashtags": [{"indices": [97, 115], "text": "ALDubEBPreWedding"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 712, "in_reply_to_status_id_str": null, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "Can't help but smile while looking at this photos\nNangyayari na sya!\n@mainedcm @aldenrichards02 \n#ALDubEBPreWedding https://t.co/mnnaDmZ1VR", "in_reply_to_user_id": null, "is_quote_status": false, "favorited": false, "truncated": false, "retweeted": false, "coordinates": null, "id": 690915114841706496}, "created_at": "Sat Jan 23 20:02:03 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690987880995487744", "quoted_status_id": 690915114841706496, "contributors": null, "quoted_status_id_str": "690915114841706496", "entities": {"user_mentions": [], "hashtags": [{"indices": [0, 22], "text": "MainePairfectForOPLUS"}], "urls": [{"display_url": "twitter.com/jaysondmx/stat\u2026", "indices": [24, 47], "url": "https://t.co/Z94yvvTAU4", "expanded_url": "https://twitter.com/jaysondmx/status/690915114841706496"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 4, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Sep 02 05:44:43 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 45020, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3422649554/1450808911", "id_str": "3422649554", "statuses_count": 990, "url": null, "profile_use_background_image": true, "name": "Lheng Bundal", "entities": {"description": {"urls": []}}, "screen_name": "chello1232", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/683012075506024448/d5ue0DS__normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 175, "followers_count": 98, "verified": false, "id": 3422649554, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683012075506024448/d5ue0DS__normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "#MainePairfectForOPLUS https://t.co/Z94yvvTAU4", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690987880995487744}, "retweet_count": 4, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Aug 07 10:57:17 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 5914, "utc_offset": null, "description": "Hakuna Matata \n+ALDUB Positive+", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3308680460/1445965363", "id_str": "3308680460", "statuses_count": 13649, "url": null, "profile_use_background_image": true, "name": "CAREN MANEJE@HK", "entities": {"description": {"urls": []}}, "screen_name": "carensky4", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690509789730881536/WbEC4i45_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 441, "followers_count": 188, "verified": false, "id": 3308680460, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690509789730881536/WbEC4i45_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 5, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @chello1232: #MainePairfectForOPLUS https://t.co/Z94yvvTAU4", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334025134081}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334020939776", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jun 25 14:57:01 +0000 2014", "profile_link_color": "4A913C", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 6347, "utc_offset": -21600, "description": "PARODY ACCOUNT", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2640915448/1441155469", "id_str": "2640915448", "statuses_count": 118, "url": null, "profile_use_background_image": false, "name": "HOE JESUS", "entities": {"description": {"urls": []}}, "screen_name": "HoeBibIe", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "sell rt's", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682124863935397890/3w_VcvKJ_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 16, "followers_count": 31217, "verified": false, "id": 2640915448, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682124863935397890/3w_VcvKJ_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 35, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334020939776}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334016778240", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3bWWIAEcnR4.jpg", "display_url": "pic.twitter.com/qb2EEs9Fkr", "id": 690992333244997633, "type": "photo", "sizes": {"large": {"h": 442, "w": 786, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 337, "w": 600, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}}, "url": "https://t.co/qb2EEs9Fkr", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CZbl3bWWIAEcnR4.jpg", "id_str": "690992333244997633", "expanded_url": "http://twitter.com/ECentauri/status/690992334016778240/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [80, 94], "text": "migrantcrisis"}, {"indices": [95, 107], "text": "Netherlands"}, {"indices": [108, 116], "text": "Wilders"}], "urls": [{"display_url": "bit.ly/1OFsvMv", "indices": [56, 79], "url": "https://t.co/7KdabSIvuQ", "expanded_url": "http://bit.ly/1OFsvMv"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 20 15:25:15 +0000 2012", "profile_link_color": "000000", "lang": "en", "time_zone": "Mountain Time (US & Canada)", "contributors_enabled": false, "favourites_count": 21731, "utc_offset": -25200, "description": "#Analyst #Informationtechnology #InformationSecurity #Cybersecurity #Malware #Cryptography #bigdata #ReverseEngineering #Python #privacy #security #hack", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/531351424/1435332327", "id_str": "531351424", "statuses_count": 19079, "url": null, "profile_use_background_image": false, "name": "Eta Centauri (\u03b7 Cen)", "entities": {"description": {"urls": []}}, "screen_name": "ECentauri", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "306 light-years", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/666424892645089280/3y8rmF29_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 28457, "followers_count": 30944, "verified": false, "id": 531351424, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/666424892645089280/3y8rmF29_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 425, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "DUTCH MP STIRS ANGER IN ANTI-ISLAM \u2018PEPPER SPRAY\u2019 RALLY https://t.co/7KdabSIvuQ\n#migrantcrisis #Netherlands #Wilders https://t.co/qb2EEs9Fkr", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334016778240}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334016745473", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 09 22:26:41 +0000 2013", "profile_link_color": "3B94D9", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 30, "utc_offset": -18000, "description": "Your Choice", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1496740428/1446521186", "id_str": "1496740428", "statuses_count": 47, "url": "https://t.co/MmXRibKU5h", "profile_use_background_image": false, "name": "Your Choice", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "pornhub.com", "indices": [0, 23], "url": "https://t.co/MmXRibKU5h", "expanded_url": "http://pornhub.com"}]}}, "screen_name": "glogangpolls", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/661384011575611392/9kOuAVMh_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 1347, "followers_count": 27309, "verified": false, "id": 1496740428, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/661384011575611392/9kOuAVMh_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 42, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334016745473}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334016741377", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Nov 19 08:23:39 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 2994, "utc_offset": -28800, "description": "\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800\u2800", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2883752823/1437803490", "id_str": "2883752823", "statuses_count": 125, "url": null, "profile_use_background_image": true, "name": "\u2800", "entities": {"description": {"urls": []}}, "screen_name": "FulfiIl", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "\u5358\u7d14", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/683534242949644288/65FoNZMs_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 18175, "followers_count": 20343, "verified": false, "id": 2883752823, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/683534242949644288/65FoNZMs_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 10, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334016741377}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992334008422401", "favorite_count": 0, "contributors": null, "entities": {"user_mentions": [{"name": "GeHad M.Abd-alaziz", "id": 3366747364, "screen_name": "gehaddiana", "id_str": "3366747364", "indices": [3, 14]}], "hashtags": [], "urls": [{"display_url": "twitter.com/sarahatef702/s\u2026", "indices": [83, 106], "url": "https://t.co/6RJEvxczOJ", "expanded_url": "https://twitter.com/sarahatef702/status/689490244551450624"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"quoted_status": {"created_at": "Tue Jan 19 16:50:59 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "id_str": "689490244551450624", "favorite_count": 10, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZGPuOfW0AE2knZ.jpg", "display_url": "pic.twitter.com/qrN6z79t5N", "id": 689490242290765825, "type": "photo", "sizes": {"large": {"h": 480, "w": 385, "resize": "fit"}, "small": {"h": 423, "w": 340, "resize": "fit"}, "medium": {"h": 480, "w": 385, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/qrN6z79t5N", "indices": [11, 34], "media_url": "http://pbs.twimg.com/media/CZGPuOfW0AE2knZ.jpg", "id_str": "689490242290765825", "expanded_url": "http://twitter.com/sarahatef702/status/689490244551450624/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 13, "in_reply_to_status_id_str": null, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0641\u0636\u0641\u0636..\ud83d\ude0c\ud83d\ude48\ud83d\udeb6\ud83d\udc4b https://t.co/qrN6z79t5N", "in_reply_to_user_id": null, "is_quote_status": false, "favorited": false, "truncated": false, "retweeted": false, "coordinates": null, "id": 689490244551450624}, "created_at": "Wed Jan 20 21:51:19 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "689928216895684612", "quoted_status_id": 689490244551450624, "contributors": null, "quoted_status_id_str": "689490244551450624", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/sarahatef702/s\u2026", "indices": [67, 90], "url": "https://t.co/6RJEvxczOJ", "expanded_url": "https://twitter.com/sarahatef702/status/689490244551450624"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 43, "favorite_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jul 08 22:32:07 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 469, "utc_offset": null, "description": "\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f\u200f#\u0628\u0646\u0647\u0627\u0648\u064a\u0629\u2764#\u0645\u0646\u062a\u0642\u0628\u0629 #\u0627\u0647\u0644\u0627\u0648\u064a\u0629 #\u0645\u062f\u0631\u064a\u062f\u064a\u0629 #\u0642\u0647\u0648\u062c\u064a\u0629_\u0633\u0627\u0628\u0642\u0627 #\u0645\u0639\u0644\u0645\u0629_\u062d\u0627\u0644\u064a\u0627 #\u0627\u062d\u0645\u062f_\u064a\u0648\u0646\u0633 #\u0645\u0633\u0631\u062d_\u0645\u0635\u0631 #\u062d\u0642\u0648\u0642\u064a\u0629_\u0648\u0627\u0644\u0639\u064a\u0634\u0629_\u0645\u0631\u0629 #\u0631\u0628\u0639\u0627\u0648\u064a\u0629 #\u0627\u0644\u0634\u0642\u064a\u0631\u0649\u2764 #\u062c\u0648\u0632\u0627\u0626\u064a\u0629 #\u0635\u0644_\u0639_\u0627\u0644\u0646\u0628\u064a\u2764", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3366747364/1446111821", "id_str": "3366747364", "statuses_count": 14344, "url": "https://t.co/iiMeUCnweY", "profile_use_background_image": true, "name": "GeHad M.Abd-alaziz", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "ask.fm/gehad_m", "indices": [0, 23], "url": "https://t.co/iiMeUCnweY", "expanded_url": "http://ask.fm/gehad_m"}]}}, "screen_name": "gehaddiana", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688091726175711232/3NMOxd7j_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 3275, "followers_count": 3455, "verified": false, "id": 3366747364, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688091726175711232/3NMOxd7j_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 2, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u064a\u0634\u0648\u0641\u0647\u0627 \u0645\u064a\u0634\u0648\u0641\u0647\u0627\u0634 \u0645\u062a\u0641\u0631\u0642\u0634\n\u064a\u0627\u0628\u062e\u062a \u0645\u0646 \u0628\u0627\u062a \u0645\u0638\u0644\u0648\u0645 \u0648\u0644\u0627 \u0646\u0645\u0634 \u0641\u0649 \u064a\u0648\u0645 \u0638\u0627\u0644\u0645 \ud83d\ude16\ud83d\ude16\ud83d\udc4c\ud83d\udc4c https://t.co/6RJEvxczOJ", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 689928216895684612}, "retweet_count": 43, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jan 23 13:50:41 +0000 2016", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 43, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "2B7BB9", "id_str": "4838565635", "statuses_count": 217, "url": null, "profile_use_background_image": true, "name": "Moustafa Salama", "entities": {"description": {"urls": []}}, "screen_name": "salamamoustafa1", "protected": false, "profile_background_image_url": null, "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690895153691791360/ARZAR892_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 419, "followers_count": 132, "verified": false, "id": 4838565635, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/690895153691791360/ARZAR892_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "RT @gehaddiana: \u064a\u0634\u0648\u0641\u0647\u0627 \u0645\u064a\u0634\u0648\u0641\u0647\u0627\u0634 \u0645\u062a\u0641\u0631\u0642\u0634\n\u064a\u0627\u0628\u062e\u062a \u0645\u0646 \u0628\u0627\u062a \u0645\u0638\u0644\u0648\u0645 \u0648\u0644\u0627 \u0646\u0645\u0634 \u0641\u0649 \u064a\u0648\u0645 \u0638\u0627\u0644\u0645 \ud83d\ude16\ud83d\ude16\ud83d\udc4c\ud83d\udc4c https://t.co/6RJEvxczOJ", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992334008422401}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": "4353922635", "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333995773952", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl1zbWwAAElI8.jpg", "display_url": "pic.twitter.com/1g58w2SohC", "id": 690992305348722688, "type": "photo", "sizes": {"large": {"h": 581, "w": 719, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 484, "w": 600, "resize": "fit"}, "small": {"h": 274, "w": 340, "resize": "fit"}}, "url": "https://t.co/1g58w2SohC", "indices": [16, 39], "media_url": "http://pbs.twimg.com/media/CZbl1zbWwAAElI8.jpg", "id_str": "690992305348722688", "expanded_url": "http://twitter.com/yorukzade/status/690992333995773952/photo/1"}], "user_mentions": [{"name": "Delinindelisii", "id": 4353922635, "screen_name": "delinindelisi0", "id_str": "4353922635", "indices": [0, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Aug 28 14:35:19 +0000 2012", "profile_link_color": "23EDA3", "lang": "tr", "time_zone": "Baghdad", "contributors_enabled": false, "favourites_count": 7719, "utc_offset": 10800, "description": "|80 DM 936|07 YOJ 44| |15| |Bo\u011fa| Fenerliniz \ufe0f\ufe0f\ufe0f#ForzaFenerbah\u00e7e #Honda", "profile_text_color": "9DDD95", "profile_banner_url": "https://pbs.twimg.com/profile_banners/787146152/1452094507", "id_str": "787146152", "statuses_count": 2282, "url": "https://t.co/AblMkarwHC", "profile_use_background_image": false, "name": "Y\u00f6r\u00fck'Zade\u2122\u262f", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "youtube.com/channel/UCwn8f\u2026", "indices": [0, 23], "url": "https://t.co/AblMkarwHC", "expanded_url": "https://www.youtube.com/channel/UCwn8fjywUeKnObzLiF_ospQ"}]}}, "screen_name": "yorukzade", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/552555654603214848/Y8YCWrwE.jpeg", "location": "Kahramanmara\u015f / Osmaniye ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/675768111887437825/NoIH5T2i_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "1A3F57", "friends_count": 1285, "followers_count": 1157, "verified": false, "id": 787146152, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/552555654603214848/Y8YCWrwE.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/675768111887437825/NoIH5T2i_normal.jpg", "profile_background_tile": false, "profile_background_color": "23EDA3", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "@delinindelisi0 https://t.co/1g58w2SohC", "in_reply_to_user_id": 4353922635, "is_quote_status": false, "in_reply_to_screen_name": "delinindelisi0", "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333995773952}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333995659264", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/BQTbulNko9", "source_user_id_str": "2294597154", "expanded_url": "http://twitter.com/SonAnimalitos/status/457559090684653568/photo/1", "source_status_id_str": "457559090684653568", "id_str": "457559090558808064", "source_user_id": 2294597154, "media_url_https": "https://pbs.twimg.com/media/BlmTkZCCMAAWbsC.jpg", "id": 457559090558808064, "sizes": {"large": {"h": 399, "w": 599, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/BQTbulNko9", "indices": [45, 68], "media_url": "http://pbs.twimg.com/media/BlmTkZCCMAAWbsC.jpg", "source_status_id": 457559090684653568}], "user_mentions": [{"name": "\u00a1\u00a1ANIMALITOS!!", "id": 2294597154, "screen_name": "SonAnimalitos", "id_str": "2294597154", "indices": [3, 17]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 12:41:55 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "TaanMuk", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690877118524186624", "favorite_count": 101, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/BQTbulNko9", "source_user_id_str": "2294597154", "expanded_url": "http://twitter.com/SonAnimalitos/status/457559090684653568/photo/1", "source_status_id_str": "457559090684653568", "id_str": "457559090558808064", "source_user_id": 2294597154, "media_url_https": "https://pbs.twimg.com/media/BlmTkZCCMAAWbsC.jpg", "id": 457559090558808064, "sizes": {"large": {"h": 399, "w": 599, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/BQTbulNko9", "indices": [26, 49], "media_url": "http://pbs.twimg.com/media/BlmTkZCCMAAWbsC.jpg", "source_status_id": 457559090684653568}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 62, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jan 16 15:18:15 +0000 2014", "profile_link_color": "0084B4", "lang": "es", "time_zone": null, "contributors_enabled": false, "favourites_count": 12, "utc_offset": null, "description": "Cuenta dedicada a los animales. Frases para hacer reflexi\u00f3n en cuanto al cuidado de estos maravillosos seres vivos.\n\u00a1Hay que cuidarlos!.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2294597154/1389885615", "id_str": "2294597154", "statuses_count": 14442, "url": null, "profile_use_background_image": true, "name": "\u00a1\u00a1ANIMALITOS!!", "entities": {"description": {"urls": []}}, "screen_name": "SonAnimalitos", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/423836982117036032/03hFsyyY_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 107, "followers_count": 379042, "verified": false, "id": 2294597154, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/423836982117036032/03hFsyyY_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 363, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "Los ojos de un animal.... https://t.co/BQTbulNko9", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690877118524186624}, "retweet_count": 62, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Nov 27 00:10:13 +0000 2015", "lang": "en-GB", "time_zone": null, "contributors_enabled": false, "favourites_count": 75, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "4371838458", "statuses_count": 43, "url": null, "profile_use_background_image": true, "name": "Alejandra Gallegos", "entities": {"description": {"urls": []}}, "screen_name": "AleGallegosC", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/677684016791859201/Ez9HVhvp_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 56, "followers_count": 36, "verified": false, "id": 4371838458, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677684016791859201/Ez9HVhvp_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "RT @SonAnimalitos: Los ojos de un animal.... https://t.co/BQTbulNko9", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333995659264}, {"quoted_status": {"created_at": "Sat Jan 23 19:35:35 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690981219044057089", "favorite_count": 3, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 1, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Oct 26 10:26:29 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 407, "utc_offset": null, "description": "Sondages sur les s\u00e9ries, rt et votez!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4045507103/1452598090", "id_str": "4045507103", "statuses_count": 896, "url": null, "profile_use_background_image": true, "name": "sondages s\u00e9ries", "entities": {"description": {"urls": []}}, "screen_name": "sondageseries", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "faites vos propositions en dm", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/686872839752912897/7PpNK-HL_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 20, "followers_count": 2204, "verified": false, "id": 4045507103, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/686872839752912897/7PpNK-HL_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 8, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "\ud83d\udcaf QUESTIONS ABOUT THE 100 \ud83d\udcaf\nTon adulte fav?", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690981219044057089}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333991600128", "quoted_status_id": 690981219044057089, "contributors": null, "quoted_status_id_str": "690981219044057089", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/sondageseries/\u2026", "indices": [6, 29], "url": "https://t.co/FaWci6GAaG", "expanded_url": "https://twitter.com/sondageseries/status/690981219044057089"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Oct 01 15:09:34 +0000 2013", "profile_link_color": "ABB8C2", "lang": "fr", "time_zone": "Athens", "contributors_enabled": false, "favourites_count": 24140, "utc_offset": 7200, "description": "don't cry babe-jw . \u02da * @WildpipM", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1923762805/1452291126", "id_str": "1923762805", "statuses_count": 32844, "url": null, "profile_use_background_image": true, "name": "ennia", "entities": {"description": {"urls": []}}, "screen_name": "dobresides", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/550965958332805121/8LPCjcFP.jpeg", "location": "tw|tvd|to|t100|", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690204876207357953/N-UhBgrU_normal.png", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 875, "followers_count": 2112, "verified": false, "id": 1923762805, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/550965958332805121/8LPCjcFP.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690204876207357953/N-UhBgrU_normal.png", "profile_background_tile": true, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 14, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "abby https://t.co/FaWci6GAaG", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333991600128}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333991510017", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/oeKWfF9IV8", "source_user_id_str": "767117556", "expanded_url": "http://twitter.com/TvlertheCreator/status/690987596621725696/photo/1", "source_status_id_str": "690987596621725696", "id_str": "690987596529430528", "source_user_id": 767117556, "media_url_https": "https://pbs.twimg.com/media/CZbhjttWcAA_m_O.jpg", "id": 690987596529430528, "sizes": {"large": {"h": 400, "w": 599, "resize": "fit"}, "small": {"h": 227, "w": 340, "resize": "fit"}, "medium": {"h": 400, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oeKWfF9IV8", "indices": [54, 77], "media_url": "http://pbs.twimg.com/media/CZbhjttWcAA_m_O.jpg", "source_status_id": 690987596621725696}], "user_mentions": [{"name": "GOLF WANG", "id": 767117556, "screen_name": "TvlertheCreator", "id_str": "767117556", "indices": [3, 19]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:00:55 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Buffer", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690987596621725696", "favorite_count": 36, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbhjttWcAA_m_O.jpg", "display_url": "pic.twitter.com/oeKWfF9IV8", "id": 690987596529430528, "type": "photo", "sizes": {"large": {"h": 400, "w": 599, "resize": "fit"}, "small": {"h": 227, "w": 340, "resize": "fit"}, "medium": {"h": 400, "w": 599, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oeKWfF9IV8", "indices": [33, 56], "media_url": "http://pbs.twimg.com/media/CZbhjttWcAA_m_O.jpg", "id_str": "690987596529430528", "expanded_url": "http://twitter.com/TvlertheCreator/status/690987596621725696/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 36, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Aug 19 07:27:48 +0000 2012", "lang": "en", "time_zone": "Arizona", "contributors_enabled": false, "favourites_count": 1, "utc_offset": -25200, "description": "Here to make you laugh! I am not Tyler The Creator. Fan/Parody account. No affiliation with rapper Tyler The Creator. *I dont own content tweeted*", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "767117556", "statuses_count": 10809, "url": null, "profile_use_background_image": false, "name": "GOLF WANG", "entities": {"description": {"urls": []}}, "screen_name": "TvlertheCreator", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/639451525/m4wwv6rbwz87yct2p82t.jpeg", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/378800000408270949/a902f663d6dc34a05610b58e04afa7c6_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 179620, "followers_count": 233319, "verified": false, "id": 767117556, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/639451525/m4wwv6rbwz87yct2p82t.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000408270949/a902f663d6dc34a05610b58e04afa7c6_normal.jpeg", "profile_background_tile": true, "profile_background_color": "FFFFFF", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 146, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "When someone wanna leave my life https://t.co/oeKWfF9IV8", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690987596621725696}, "retweet_count": 36, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jun 09 04:15:07 +0000 2011", "profile_link_color": "ABB8C2", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 1867, "utc_offset": null, "description": "I pitch with my left and kick with my right", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/313741405/1453055440", "id_str": "313741405", "statuses_count": 5948, "url": null, "profile_use_background_image": true, "name": "Julieeee", "entities": {"description": {"urls": []}}, "screen_name": "JulizaMolina", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "location": "Egypt", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/689584736423968768/DMU0Hd7u_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 879, "followers_count": 496, "verified": false, "id": 313741405, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689584736423968768/DMU0Hd7u_normal.jpg", "profile_background_tile": false, "profile_background_color": "9266CC", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TvlertheCreator: When someone wanna leave my life https://t.co/oeKWfF9IV8", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333991510017}, {"quoted_status": {"created_at": "Sat Jan 23 20:15:27 +0000 2016", "lang": "en", "in_reply_to_user_id_str": "2938700712", "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": 690990804764983296, "favorited": false, "id_str": "690991254973341696", "favorite_count": 2, "contributors": null, "entities": {"user_mentions": [{"name": "Christy Cole1974 Col", "id": 2938700712, "screen_name": "CLCole1974", "id_str": "2938700712", "indices": [0, 11]}, {"name": "Sheila", "id": 21370758, "screen_name": "shewitsch", "id_str": "21370758", "indices": [12, 22]}, {"name": "Just Bibi", "id": 2916752684, "screen_name": "BibiCheret", "id_str": "2916752684", "indices": [23, 34]}, {"name": "John Bechard", "id": 380608558, "screen_name": "JohnBechard", "id_str": "380608558", "indices": [35, 47]}, {"name": "Derrold Purifoy", "id": 77321664, "screen_name": "derrold", "id_str": "77321664", "indices": [48, 56]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 1, "in_reply_to_status_id_str": "690990804764983296", "user": {"notifications": false, "created_at": "Sat Jul 14 13:35:36 +0000 2012", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 4602, "utc_offset": null, "description": "Alive as of this moment, but waiting for the final act", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "635467062", "statuses_count": 5106, "url": null, "profile_use_background_image": true, "name": "Old Man Steve", "entities": {"description": {"urls": []}}, "screen_name": "stwevegordo2995", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Floating away", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/660528435106873344/rshn90QJ_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 37, "followers_count": 119, "verified": false, "id": 635467062, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/660528435106873344/rshn90QJ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 5, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "@CLCole1974 @shewitsch @BibiCheret @JohnBechard @derrold a great comfort to me in my twilight years.Easy maintenance", "in_reply_to_user_id": 2938700712, "is_quote_status": false, "in_reply_to_screen_name": "CLCole1974", "truncated": false, "retweeted": false, "coordinates": null, "id": 690991254973341696}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333991510016", "quoted_status_id": 690991254973341696, "contributors": null, "quoted_status_id_str": "690991254973341696", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/stwevegordo299\u2026", "indices": [100, 123], "url": "https://t.co/m3AM3pIvY4", "expanded_url": "https://twitter.com/stwevegordo2995/status/690991254973341696"}], "symbols": []}, "place": {"id": "67d92742f1ebf307", "country_code": "US", "url": "https://api.twitter.com/1.1/geo/id/67d92742f1ebf307.json", "bounding_box": {"type": "Polygon", "coordinates": [[[-90.418136, 41.696088], [-82.122971, 41.696088], [-82.122971, 48.306272], [-90.418136, 48.306272]]]}, "name": "Michigan", "country": "United States", "place_type": "admin", "full_name": "Michigan, USA", "attributes": {}, "contained_within": []}, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Dec 21 23:31:04 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 11957, "utc_offset": null, "description": "Born march 24th. 1974 , Love fishing, camping, Animals lover, Love all kinds of music, Am into Romance I Live in powers,Michigan", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2938700712/1452351260", "id_str": "2938700712", "statuses_count": 32215, "url": null, "profile_use_background_image": true, "name": "Christy Cole1974 Col", "entities": {"description": {"urls": []}}, "screen_name": "CLCole1974", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688933287826333696/Ht_uVD8n_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1404, "followers_count": 538, "verified": false, "id": 2938700712, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688933287826333696/Ht_uVD8n_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Lmao! Yeah I can see that he just needs some dusting now and then and a brushing ! You Crack me up https://t.co/m3AM3pIvY4", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333991510016}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333987405825", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl235WkAEzNIb.jpg", "display_url": "pic.twitter.com/KTiYLZj4uN", "id": 690992323728150529, "type": "photo", "sizes": {"large": {"h": 270, "w": 480, "resize": "fit"}, "small": {"h": 191, "w": 340, "resize": "fit"}, "medium": {"h": 270, "w": 480, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/KTiYLZj4uN", "indices": [25, 48], "media_url": "http://pbs.twimg.com/media/CZbl235WkAEzNIb.jpg", "id_str": "690992323728150529", "expanded_url": "http://twitter.com/Mvnar__/status/690992333987405825/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Aug 18 17:27:12 +0000 2012", "profile_link_color": "0084B4", "lang": "ar", "time_zone": null, "contributors_enabled": false, "favourites_count": 287, "utc_offset": null, "description": "\u264f\ufe0f", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/766079576/1453505848", "id_str": "766079576", "statuses_count": 3779, "url": null, "profile_use_background_image": true, "name": "Manar", "entities": {"description": {"urls": []}}, "screen_name": "Mvnar__", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Riyadh", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/690508438372237312/cMjmpZJR_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 215, "followers_count": 310, "verified": false, "id": 766079576, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690508438372237312/cMjmpZJR_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0644\u0644\u062d\u064a\u0646 \u0645\u0627 \u0641\u0627\u062a\u062d\u062a\u0647 \u0628\u0627\u0644\u0645\u0648\u0636\u0648\u0639 https://t.co/KTiYLZj4uN", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333987405825}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333978992640", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/aJThu136UI", "source_user_id_str": "2371585222", "expanded_url": "http://twitter.com/7083b8ff15454e9/status/690280014315659264/photo/1", "source_status_id_str": "690280014315659264", "id_str": "690280007885832193", "source_user_id": 2371585222, "media_url_https": "https://pbs.twimg.com/media/CZReAomWwAEMXCY.jpg", "id": 690280007885832193, "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/aJThu136UI", "indices": [124, 140], "media_url": "http://pbs.twimg.com/media/CZReAomWwAEMXCY.jpg", "source_status_id": 690280014315659264}], "user_mentions": [{"name": "\u0636\u064a\u0627\u0621", "id": 2371585222, "screen_name": "7083b8ff15454e9", "id_str": "2371585222", "indices": [3, 19]}], "hashtags": [{"indices": [21, 30], "text": "\u0633\u0623\u0643\u062a\u0628_\u0644\u0643"}, {"indices": [105, 110], "text": "\u0636\u064a\u0627\u0621"}, {"indices": [112, 123], "text": "\u0645\u0646\u0628\u0631_\u0627\u0644\u062d\u0631\u0641"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Jan 21 21:09:14 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690280014315659264", "favorite_count": 16, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZReAomWwAEMXCY.jpg", "display_url": "pic.twitter.com/aJThu136UI", "id": 690280007885832193, "type": "photo", "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/aJThu136UI", "indices": [103, 126], "media_url": "http://pbs.twimg.com/media/CZReAomWwAEMXCY.jpg", "id_str": "690280007885832193", "expanded_url": "http://twitter.com/7083b8ff15454e9/status/690280014315659264/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [0, 9], "text": "\u0633\u0623\u0643\u062a\u0628_\u0644\u0643"}, {"indices": [84, 89], "text": "\u0636\u064a\u0627\u0621"}, {"indices": [91, 102], "text": "\u0645\u0646\u0628\u0631_\u0627\u0644\u062d\u0631\u0641"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 51, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Feb 28 18:43:47 +0000 2014", "profile_link_color": "0084B4", "lang": "ar", "time_zone": null, "contributors_enabled": false, "favourites_count": 122584, "utc_offset": null, "description": "\u200f\u0627\u0643\u0631\u0647 \u0627\u0644\u0637\u0627\u0626\u0641\u064a\u0647 \u0631\u0628\u0646\u0627 \u0648\u0627\u062d\u062f \u0646\u0628\u064a\u0646\u0627 \u0648\u0627\u062d\u062f \u062f\u064a\u0646\u0646\u0627 \u0648\u0627\u062d\u062f \u0627\u062d\u062a\u0631\u0645 \u0643\u0644 \u0634\u062e\u0635 \u064a\u0624\u0645\u0646 \u0628\u0645\u0639\u062a\u0642\u062f\u0647 \u0648\ufefb \u064a\u062a\u062c\u0627\u0648\u0632 \u0639\u0644\u0649 \u0627\u0644\u0627\u062e\u0631\u064a\u0646", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2371585222/1450973949", "id_str": "2371585222", "statuses_count": 53506, "url": null, "profile_use_background_image": true, "name": "\u0636\u064a\u0627\u0621", "entities": {"description": {"urls": []}}, "screen_name": "7083b8ff15454e9", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/680058216601010176/OhAbjAwE_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 1479, "followers_count": 5935, "verified": false, "id": 2371585222, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680058216601010176/OhAbjAwE_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 19, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "#\u0633\u0623\u0643\u062a\u0628_\u0644\u0643 \n\u062c\u0648\u0647\u0631\u062a\u064a\n\u0627\u0630\u0627 \u0627\u0644\u0623\u0642\u062f\u0627\u0631 \u0644\u0645 \u062a\u0631\u062d\u0645\u0646\u0627\n\u062f\u0639 \u0627\u0631\u0648\u0627\u062d\u0646\u0627 \n\u0647\u064a \u0627\u0646\u0642\u0649 \u0645\u0627 \u0639\u0646\u062f\u0646\u0627\n\u0628\u0627\u0644\u062f\u0639\u0627\u0621 \u062a\u062c\u0645\u0639\u0646\u0627\n#\u0636\u064a\u0627\u0621 \n#\u0645\u0646\u0628\u0631_\u0627\u0644\u062d\u0631\u0641 https://t.co/aJThu136UI", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690280014315659264}, "retweet_count": 51, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Mar 22 23:43:59 +0000 2010", "profile_link_color": "2FC2EF", "lang": "en", "time_zone": "Cairo", "contributors_enabled": false, "favourites_count": 1653, "utc_offset": 7200, "description": "", "profile_text_color": "666666", "profile_banner_url": "https://pbs.twimg.com/profile_banners/125482058/1452802503", "id_str": "125482058", "statuses_count": 2129, "url": "https://t.co/HHNTub5DrT", "profile_use_background_image": true, "name": "sapna s", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/group.php?gid=\u2026", "indices": [0, 23], "url": "https://t.co/HHNTub5DrT", "expanded_url": "http://www.facebook.com/group.php?gid=371385076025&ref=mf"}]}}, "screen_name": "sapna_s", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "location": "egypt", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/680137661294718976/N04pC_bU_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "252429", "friends_count": 404, "followers_count": 371, "verified": false, "id": 125482058, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680137661294718976/N04pC_bU_normal.jpg", "profile_background_tile": false, "profile_background_color": "1A1B1F", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "181A1E"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "RT @7083b8ff15454e9: #\u0633\u0623\u0643\u062a\u0628_\u0644\u0643 \n\u062c\u0648\u0647\u0631\u062a\u064a\n\u0627\u0630\u0627 \u0627\u0644\u0623\u0642\u062f\u0627\u0631 \u0644\u0645 \u062a\u0631\u062d\u0645\u0646\u0627\n\u062f\u0639 \u0627\u0631\u0648\u0627\u062d\u0646\u0627 \n\u0647\u064a \u0627\u0646\u0642\u0649 \u0645\u0627 \u0639\u0646\u062f\u0646\u0627\n\u0628\u0627\u0644\u062f\u0639\u0627\u0621 \u062a\u062c\u0645\u0639\u0646\u0627\n#\u0636\u064a\u0627\u0621 \n#\u0645\u0646\u0628\u0631_\u0627\u0644\u062d\u0631\u0641 https://t.co/aJ\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333978992640}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333974798336", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/uVRQr8y6xm", "source_user_id_str": "439125710", "expanded_url": "http://twitter.com/Ashton5SOS/status/690989474126413824/photo/1", "source_status_id_str": "690989474126413824", "id_str": "690989469021802496", "source_user_id": 439125710, "media_url_https": "https://pbs.twimg.com/media/CZbjQtSUkAAVSiO.jpg", "id": 690989469021802496, "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/uVRQr8y6xm", "indices": [28, 51], "media_url": "http://pbs.twimg.com/media/CZbjQtSUkAAVSiO.jpg", "source_status_id": 690989474126413824}], "user_mentions": [{"name": "Ashton Irwin", "id": 439125710, "screen_name": "Ashton5SOS", "id_str": "439125710", "indices": [3, 14]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:08:23 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690989474126413824", "favorite_count": 22950, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbjQtSUkAAVSiO.jpg", "display_url": "pic.twitter.com/uVRQr8y6xm", "id": 690989469021802496, "type": "photo", "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/uVRQr8y6xm", "indices": [12, 35], "media_url": "http://pbs.twimg.com/media/CZbjQtSUkAAVSiO.jpg", "id_str": "690989469021802496", "expanded_url": "http://twitter.com/Ashton5SOS/status/690989474126413824/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 14582, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Dec 17 11:46:12 +0000 2011", "profile_link_color": "0B557A", "lang": "en", "time_zone": "London", "contributors_enabled": false, "favourites_count": 1339, "utc_offset": 0, "description": "// @5SOS & @HiOrHeyRecords // Holding on to a dream, giving my heart and soul", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/439125710/1446806204", "id_str": "439125710", "statuses_count": 8984, "url": "https://t.co/om1Hi7QABJ", "profile_use_background_image": true, "name": "Ashton Irwin", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "5sos.com", "indices": [0, 23], "url": "https://t.co/om1Hi7QABJ", "expanded_url": "http://www.5sos.com"}]}}, "screen_name": "Ashton5SOS", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/741005580/042559392d591fd05e96ef78629eaa17.jpeg", "location": "Band on the run! ", "is_translation_enabled": true, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/676598802447532032/ndt5j4FO_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 9528, "followers_count": 4732836, "verified": true, "id": 439125710, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/741005580/042559392d591fd05e96ef78629eaa17.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/676598802447532032/ndt5j4FO_normal.jpg", "profile_background_tile": true, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 33981, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Just hangin https://t.co/uVRQr8y6xm", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690989474126413824}, "retweet_count": 14582, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jun 19 09:51:05 +0000 2013", "profile_link_color": "0084B4", "lang": "de", "time_zone": null, "contributors_enabled": false, "favourites_count": 29849, "utc_offset": null, "description": "nothing important :#", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1530326628/1383152276", "id_str": "1530326628", "statuses_count": 25830, "url": null, "profile_use_background_image": true, "name": "Leonie Hackenberg", "entities": {"description": {"urls": []}}, "screen_name": "MRSHacke", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "D\u00fcsseldorf", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/566189727871954944/wF9zKc3-_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 451, "followers_count": 505, "verified": false, "id": 1530326628, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/566189727871954944/wF9zKc3-_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 4, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @Ashton5SOS: Just hangin https://t.co/uVRQr8y6xm", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333974798336}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333970620416", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/oRtKM8gCeP", "source_user_id_str": "3233402826", "expanded_url": "http://twitter.com/OfficialWith1D/status/690992166357725184/photo/1", "source_status_id_str": "690992166357725184", "id_str": "690992121797435392", "source_user_id": 3233402826, "media_url_https": "https://pbs.twimg.com/media/CZblrHpUYAAgR9c.jpg", "id": 690992121797435392, "sizes": {"large": {"h": 792, "w": 638, "resize": "fit"}, "small": {"h": 422, "w": 340, "resize": "fit"}, "medium": {"h": 744, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oRtKM8gCeP", "indices": [40, 63], "media_url": "http://pbs.twimg.com/media/CZblrHpUYAAgR9c.jpg", "source_status_id": 690992166357725184}], "user_mentions": [{"name": "1D Updates!", "id": 3233402826, "screen_name": "OfficialWith1D", "id_str": "3233402826", "indices": [3, 18]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:19:05 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992166357725184", "favorite_count": 147, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZblrHpUYAAgR9c.jpg", "display_url": "pic.twitter.com/oRtKM8gCeP", "id": 690992121797435392, "type": "photo", "sizes": {"large": {"h": 792, "w": 638, "resize": "fit"}, "small": {"h": 422, "w": 340, "resize": "fit"}, "medium": {"h": 744, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oRtKM8gCeP", "indices": [20, 43], "media_url": "http://pbs.twimg.com/media/CZblrHpUYAAgR9c.jpg", "id_str": "690992121797435392", "expanded_url": "http://twitter.com/OfficialWith1D/status/690992166357725184/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 121, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jun 02 11:37:24 +0000 2015", "profile_link_color": "ABB8C2", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 17437, "utc_offset": -28800, "description": "The fastest and most reliable source for 1D news, pics, vids, and livetweeting! Turn ON notifications to stay updated 24/7! Apply to be an insider below! x B/4", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3233402826/1453093117", "id_str": "3233402826", "statuses_count": 26163, "url": "https://t.co/x7O4K6xA1l", "profile_use_background_image": true, "name": "1D Updates!", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "drive.google.com/open?id=1F3jMn\u2026", "indices": [0, 23], "url": "https://t.co/x7O4K6xA1l", "expanded_url": "https://drive.google.com/open?id=1F3jMnLHgiUAsBWTi0PCQXRCc3KJkLZT5L-nZwxInZdY"}]}}, "screen_name": "OfficialWith1D", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/606072222751420416/_MF_JjMS.jpg", "location": "With the boys! ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688943896617816064/CxULUiZV_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "000000", "friends_count": 13711, "followers_count": 121788, "verified": false, "id": 3233402826, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/606072222751420416/_MF_JjMS.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688943896617816064/CxULUiZV_normal.jpg", "profile_background_tile": false, "profile_background_color": "1A1B1F", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 439, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "ONE YEAR AGO TODAY! https://t.co/oRtKM8gCeP", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992166357725184}, "retweet_count": 121, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jun 14 01:20:51 +0000 2014", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Santiago", "contributors_enabled": false, "favourites_count": 364, "utc_offset": -10800, "description": "I would kill to see louis in suspenders one more time", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2566207514/1447331145", "id_str": "2566207514", "statuses_count": 717, "url": null, "profile_use_background_image": true, "name": "kate", "entities": {"description": {"urls": []}}, "screen_name": "larrydandelion", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689188548914843648/V3YsSeXp_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 117, "followers_count": 62, "verified": false, "id": 2566207514, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689188548914843648/V3YsSeXp_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @OfficialWith1D: ONE YEAR AGO TODAY! https://t.co/oRtKM8gCeP", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333970620416}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333970546688", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/oy19Us3beS", "source_user_id_str": "378399463", "expanded_url": "http://twitter.com/saintIaurents/status/690630773838229504/photo/1", "source_status_id_str": "690630773838229504", "id_str": "690630770239533056", "source_user_id": 378399463, "media_url_https": "https://pbs.twimg.com/media/CZWdBsMU8AAdw1d.jpg", "id": 690630770239533056, "sizes": {"large": {"h": 540, "w": 720, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/oy19Us3beS", "indices": [104, 127], "media_url": "http://pbs.twimg.com/media/CZWdBsMU8AAdw1d.jpg", "source_status_id": 690630773838229504}], "user_mentions": [{"name": "steph", "id": 378399463, "screen_name": "saintIaurents", "id_str": "378399463", "indices": [3, 17]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 20:23:02 +0000 2016", "lang": "en", "in_reply_to_user_id_str": "378399463", "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": 690624264395816960, "favorited": false, "id_str": "690630773838229504", "favorite_count": 8779, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZWdBsMU8AAdw1d.jpg", "display_url": "pic.twitter.com/oy19Us3beS", "id": 690630770239533056, "type": "photo", "sizes": {"large": {"h": 540, "w": 720, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/oy19Us3beS", "indices": [85, 108], "media_url": "http://pbs.twimg.com/media/CZWdBsMU8AAdw1d.jpg", "id_str": "690630770239533056", "expanded_url": "http://twitter.com/saintIaurents/status/690630773838229504/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 7707, "in_reply_to_status_id_str": "690624264395816960", "user": {"notifications": false, "created_at": "Fri Sep 23 04:11:01 +0000 2011", "profile_link_color": "8A8F91", "lang": "en", "time_zone": "Arizona", "contributors_enabled": false, "favourites_count": 10756, "utc_offset": -25200, "description": "That's totally awkward random.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/378399463/1453445781", "id_str": "378399463", "statuses_count": 66843, "url": null, "profile_use_background_image": true, "name": "steph", "entities": {"description": {"urls": []}}, "screen_name": "saintIaurents", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000123668299/2b2a8c5fc7cb291f3f820f0c8b463630.jpeg", "location": "ca", "is_translation_enabled": true, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688959179772411906/5YlKPVWE_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 395, "followers_count": 7883, "verified": false, "id": 378399463, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000123668299/2b2a8c5fc7cb291f3f820f0c8b463630.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688959179772411906/5YlKPVWE_normal.jpg", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 57, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "9. Beck & Jade. Literally the hottest nickelodeon/disney tv couple let's be real https://t.co/oy19Us3beS", "in_reply_to_user_id": 378399463, "is_quote_status": false, "in_reply_to_screen_name": "saintIaurents", "truncated": false, "retweeted": false, "coordinates": null, "id": 690630773838229504}, "retweet_count": 7707, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Jan 05 20:09:35 +0000 2013", "profile_link_color": "000000", "lang": "es", "time_zone": "Caracas", "contributors_enabled": false, "favourites_count": 1667, "utc_offset": -16200, "description": "", "profile_text_color": "666666", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1063889918/1445999456", "id_str": "1063889918", "statuses_count": 20065, "url": "https://t.co/oJsnhJAr0v", "profile_use_background_image": true, "name": "Karly", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/karlyivimas", "indices": [0, 23], "url": "https://t.co/oJsnhJAr0v", "expanded_url": "https://instagram.com/karlyivimas"}]}}, "screen_name": "karly_ivimas", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/466735223346978816/dJWYkUwn.jpeg", "location": "Puerto Ord\u00e1z, Bol\u00edvar", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690016013300187136/5ff6M3lH_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "252429", "friends_count": 288, "followers_count": 480, "verified": false, "id": 1063889918, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/466735223346978816/dJWYkUwn.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690016013300187136/5ff6M3lH_normal.jpg", "profile_background_tile": true, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 7, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @saintIaurents: 9. Beck & Jade. Literally the hottest nickelodeon/disney tv couple let's be real https://t.co/oy19Us3beS", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333970546688}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333962264576", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3MkWAAAeyCH.jpg", "display_url": "pic.twitter.com/tqap4g9zK4", "id": 690992329277177856, "type": "photo", "sizes": {"large": {"h": 710, "w": 1024, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 416, "w": 600, "resize": "fit"}, "small": {"h": 235, "w": 340, "resize": "fit"}}, "url": "https://t.co/tqap4g9zK4", "indices": [23, 46], "media_url": "http://pbs.twimg.com/media/CZbl3MkWAAAeyCH.jpg", "id_str": "690992329277177856", "expanded_url": "http://twitter.com/phinsfanatic561/status/690992333962264576/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Oct 04 02:02:35 +0000 2010", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 6417, "utc_offset": null, "description": "Muttin' since '10... @Real_LMT Mod/Recruiter ELITE TIER @TrustedTradeMUT Collect Phins & UM cards... DM for trades... PHINS UP!!!", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/198353468/1425779892", "id_str": "198353468", "statuses_count": 8670, "url": null, "profile_use_background_image": true, "name": "DaPhinSin06 LMT/PS4", "entities": {"description": {"urls": []}}, "screen_name": "phinsfanatic561", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "West Palm Beach, FL", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/648643247355633664/ev-8h4uh_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 486, "followers_count": 1391, "verified": false, "id": 198353468, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/648643247355633664/ev-8h4uh_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 10, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "See ya in 2 1/2 hours! https://t.co/tqap4g9zK4", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333962264576}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333958074368", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/oxSes1yrXz", "source_user_id_str": "519881407", "expanded_url": "http://twitter.com/jkirby_1/status/690992102113722368/photo/1", "source_status_id_str": "690992102113722368", "id_str": "690992090105417728", "source_user_id": 519881407, "media_url_https": "https://pbs.twimg.com/media/CZblpRlWkAAuMJr.jpg", "id": 690992090105417728, "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oxSes1yrXz", "indices": [38, 61], "media_url": "http://pbs.twimg.com/media/CZblpRlWkAAuMJr.jpg", "source_status_id": 690992102113722368}], "user_mentions": [{"name": "Joe Kirby", "id": 519881407, "screen_name": "jkirby_1", "id_str": "519881407", "indices": [3, 12]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:18:49 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992102113722368", "favorite_count": 2, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZblpRlWkAAuMJr.jpg", "display_url": "pic.twitter.com/oxSes1yrXz", "id": 690992090105417728, "type": "photo", "sizes": {"large": {"h": 1024, "w": 768, "resize": "fit"}, "small": {"h": 453, "w": 340, "resize": "fit"}, "medium": {"h": 800, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/oxSes1yrXz", "indices": [24, 47], "media_url": "http://pbs.twimg.com/media/CZblpRlWkAAuMJr.jpg", "id_str": "690992090105417728", "expanded_url": "http://twitter.com/jkirby_1/status/690992102113722368/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Mar 09 22:33:07 +0000 2012", "profile_link_color": "B30000", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 10734, "utc_offset": null, "description": "Kelty Hearts u19s #14 IN BITTON WE TRUST", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/519881407/1437838689", "id_str": "519881407", "statuses_count": 10392, "url": null, "profile_use_background_image": true, "name": "Joe Kirby", "entities": {"description": {"urls": []}}, "screen_name": "jkirby_1", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688474391827599361/1gWsVzLS_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 675, "followers_count": 842, "verified": false, "id": 519881407, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688474391827599361/1gWsVzLS_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Ceeeeemon out a 5k pack https://t.co/oxSes1yrXz", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992102113722368}, "retweet_count": 2, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Sep 18 15:02:01 +0000 2012", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 4727, "utc_offset": null, "description": "17", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/831237140/1450535217", "id_str": "831237140", "statuses_count": 2740, "url": null, "profile_use_background_image": true, "name": "Lewis Payne", "entities": {"description": {"urls": []}}, "screen_name": "LewisPayne_", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/686518209558740992/3vSQ7-lQ_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 892, "followers_count": 598, "verified": false, "id": 831237140, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/686518209558740992/3vSQ7-lQ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @jkirby_1: Ceeeeemon out a 5k pack https://t.co/oxSes1yrXz", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333958074368}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333958021122", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/9QVipTJlz5", "source_user_id_str": "1477425458", "expanded_url": "http://twitter.com/pablopicaszo/status/688303930388910081/photo/1", "source_status_id_str": "688303930388910081", "id_str": "688303927100575744", "source_user_id": 1477425458, "media_url_https": "https://pbs.twimg.com/media/CY1YxmBWEAAlfOy.jpg", "id": 688303927100575744, "sizes": {"large": {"h": 498, "w": 399, "resize": "fit"}, "small": {"h": 423, "w": 340, "resize": "fit"}, "medium": {"h": 498, "w": 399, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/9QVipTJlz5", "indices": [47, 70], "media_url": "http://pbs.twimg.com/media/CY1YxmBWEAAlfOy.jpg", "source_status_id": 688303930388910081}], "user_mentions": [{"name": "zo\u00eb", "id": 1477425458, "screen_name": "pablopicaszo", "id_str": "1477425458", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 16 10:16:59 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "688303930388910081", "favorite_count": 6, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CY1YxmBWEAAlfOy.jpg", "display_url": "pic.twitter.com/9QVipTJlz5", "id": 688303927100575744, "type": "photo", "sizes": {"large": {"h": 498, "w": 399, "resize": "fit"}, "small": {"h": 423, "w": 340, "resize": "fit"}, "medium": {"h": 498, "w": 399, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/9QVipTJlz5", "indices": [29, 52], "media_url": "http://pbs.twimg.com/media/CY1YxmBWEAAlfOy.jpg", "id_str": "688303927100575744", "expanded_url": "http://twitter.com/pablopicaszo/status/688303930388910081/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 02 14:21:06 +0000 2013", "profile_link_color": "00B380", "lang": "en", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 3506, "utc_offset": -14400, "description": "name an interlude after me", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1477425458/1453486223", "id_str": "1477425458", "statuses_count": 18144, "url": "https://t.co/PHHywlCelF", "profile_use_background_image": true, "name": "zo\u00eb", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "etsy.com/shop/ShopPablo", "indices": [0, 23], "url": "https://t.co/PHHywlCelF", "expanded_url": "http://www.etsy.com/shop/ShopPablo"}]}}, "screen_name": "pablopicaszo", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/435887657554423809/kbs3hzVK.png", "location": "the dirty south", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690904459048714241/HLZGJXJR_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 433, "followers_count": 557, "verified": false, "id": 1477425458, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/435887657554423809/kbs3hzVK.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690904459048714241/HLZGJXJR_normal.jpg", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 7, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "damaris, im in love with you https://t.co/9QVipTJlz5", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 688303930388910081}, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jul 10 23:01:20 +0000 2012", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 45, "utc_offset": null, "description": "\u2734\nLurker", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/632466912/1453520602", "id_str": "632466912", "statuses_count": 7496, "url": null, "profile_use_background_image": true, "name": "Ime_Ekan", "entities": {"description": {"urls": []}}, "screen_name": "AimeeIme", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/677578543715508225/ARMei_qp_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 396, "followers_count": 580, "verified": false, "id": 632466912, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677578543715508225/ARMei_qp_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @pablopicaszo: damaris, im in love with you https://t.co/9QVipTJlz5", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333958021122}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333953835008", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/OLZjaq2ooY", "source_user_id_str": "1477425458", "expanded_url": "http://twitter.com/pablopicaszo/status/688779568023474176/photo/1", "source_status_id_str": "688779568023474176", "id_str": "688779562122145792", "source_user_id": 1477425458, "media_url_https": "https://pbs.twimg.com/media/CY8JXMjW8AAZkxK.jpg", "id": 688779562122145792, "sizes": {"large": {"h": 798, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 798, "w": 600, "resize": "fit"}, "small": {"h": 452, "w": 340, "resize": "fit"}}, "url": "https://t.co/OLZjaq2ooY", "indices": [62, 85], "media_url": "http://pbs.twimg.com/media/CY8JXMjW8AAZkxK.jpg", "source_status_id": 688779568023474176}], "user_mentions": [{"name": "zo\u00eb", "id": 1477425458, "screen_name": "pablopicaszo", "id_str": "1477425458", "indices": [3, 16]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sun Jan 17 17:47:00 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "688779568023474176", "favorite_count": 40, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CY8JXMjW8AAZkxK.jpg", "display_url": "pic.twitter.com/OLZjaq2ooY", "id": 688779562122145792, "type": "photo", "sizes": {"large": {"h": 798, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 798, "w": 600, "resize": "fit"}, "small": {"h": 452, "w": 340, "resize": "fit"}}, "url": "https://t.co/OLZjaq2ooY", "indices": [44, 67], "media_url": "http://pbs.twimg.com/media/CY8JXMjW8AAZkxK.jpg", "id_str": "688779562122145792", "expanded_url": "http://twitter.com/pablopicaszo/status/688779568023474176/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 33, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Jun 02 14:21:06 +0000 2013", "profile_link_color": "00B380", "lang": "en", "time_zone": "Atlantic Time (Canada)", "contributors_enabled": false, "favourites_count": 3506, "utc_offset": -14400, "description": "name an interlude after me", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1477425458/1453486223", "id_str": "1477425458", "statuses_count": 18144, "url": "https://t.co/PHHywlCelF", "profile_use_background_image": true, "name": "zo\u00eb", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "etsy.com/shop/ShopPablo", "indices": [0, 23], "url": "https://t.co/PHHywlCelF", "expanded_url": "http://www.etsy.com/shop/ShopPablo"}]}}, "screen_name": "pablopicaszo", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/435887657554423809/kbs3hzVK.png", "location": "the dirty south", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690904459048714241/HLZGJXJR_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 433, "followers_count": 557, "verified": false, "id": 1477425458, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/435887657554423809/kbs3hzVK.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690904459048714241/HLZGJXJR_normal.jpg", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 7, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "I don't even know how to feel about this... https://t.co/OLZjaq2ooY", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 688779568023474176}, "retweet_count": 33, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jul 10 23:01:20 +0000 2012", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 45, "utc_offset": null, "description": "\u2734\nLurker", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/632466912/1453520602", "id_str": "632466912", "statuses_count": 7496, "url": null, "profile_use_background_image": true, "name": "Ime_Ekan", "entities": {"description": {"urls": []}}, "screen_name": "AimeeIme", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/677578543715508225/ARMei_qp_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 396, "followers_count": 580, "verified": false, "id": 632466912, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/677578543715508225/ARMei_qp_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @pablopicaszo: I don't even know how to feel about this... https://t.co/OLZjaq2ooY", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333953835008}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333949681664", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/rq2cRZtfwj", "source_user_id_str": "132353960", "expanded_url": "http://twitter.com/FatoDeWhatsapp/status/690918144232267777/photo/1", "source_status_id_str": "690918144232267777", "id_str": "690918089450504192", "source_user_id": 132353960, "media_url_https": "https://pbs.twimg.com/media/CZaiV3qWwAAhCqb.jpg", "id": 690918089450504192, "sizes": {"large": {"h": 480, "w": 791, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 364, "w": 600, "resize": "fit"}, "small": {"h": 206, "w": 340, "resize": "fit"}}, "url": "https://t.co/rq2cRZtfwj", "indices": [64, 87], "media_url": "http://pbs.twimg.com/media/CZaiV3qWwAAhCqb.jpg", "source_status_id": 690918144232267777}], "user_mentions": [{"name": "Fatos De Whatsapp", "id": 132353960, "screen_name": "FatoDeWhatsapp", "id_str": "132353960", "indices": [3, 18]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 15:24:56 +0000 2016", "lang": "pt", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690918144232267777", "favorite_count": 221, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZaiV3qWwAAhCqb.jpg", "display_url": "pic.twitter.com/rq2cRZtfwj", "id": 690918089450504192, "type": "photo", "sizes": {"large": {"h": 480, "w": 791, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 364, "w": 600, "resize": "fit"}, "small": {"h": 206, "w": 340, "resize": "fit"}}, "url": "https://t.co/rq2cRZtfwj", "indices": [44, 67], "media_url": "http://pbs.twimg.com/media/CZaiV3qWwAAhCqb.jpg", "id_str": "690918089450504192", "expanded_url": "http://twitter.com/FatoDeWhatsapp/status/690918144232267777/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 360, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Apr 13 00:54:59 +0000 2010", "profile_link_color": "4A913C", "lang": "pt", "time_zone": "Brasilia", "contributors_enabled": false, "favourites_count": 3671, "utc_offset": -7200, "description": "Os melhores fatos, piadas e entretenimento est\u00e3o aqui | Siga e Divirta-se (Conta Par\u00f3dia)", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/132353960/1449838038", "id_str": "132353960", "statuses_count": 26378, "url": null, "profile_use_background_image": true, "name": "Fatos De Whatsapp", "entities": {"description": {"urls": []}}, "screen_name": "FatoDeWhatsapp", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/436128857532293120/acEjAYst.jpeg", "location": "Rio Verde, Goi\u00e1s", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/684599429534453760/2e13cdHH_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 1495, "followers_count": 364488, "verified": false, "id": 132353960, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/436128857532293120/acEjAYst.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684599429534453760/2e13cdHH_normal.jpg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1178, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "Tem aquele momento do dia que sempre bate a https://t.co/rq2cRZtfwj", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690918144232267777}, "retweet_count": 360, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Jul 31 14:57:10 +0000 2015", "profile_link_color": "0084B4", "lang": "pt", "time_zone": null, "contributors_enabled": false, "favourites_count": 542, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3397221491/1442099441", "id_str": "3397221491", "statuses_count": 1143, "url": null, "profile_use_background_image": true, "name": "boladona \u274c", "entities": {"description": {"urls": []}}, "screen_name": "limajuvasco", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/656815369290690560/PS5-uANo_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 62, "followers_count": 72, "verified": false, "id": 3397221491, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656815369290690560/PS5-uANo_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}, "text": "RT @FatoDeWhatsapp: Tem aquele momento do dia que sempre bate a https://t.co/rq2cRZtfwj", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333949681664}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333949505537", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/rRshKKggBv", "source_user_id_str": "253177157", "expanded_url": "http://twitter.com/aimi_sound/status/690930072258105344/photo/1", "source_status_id_str": "690930072258105344", "id_str": "690930072111304704", "source_user_id": 253177157, "media_url_https": "https://pbs.twimg.com/media/CZatPWjUUAAiwpU.jpg", "id": 690930072111304704, "sizes": {"large": {"h": 639, "w": 480, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 639, "w": 480, "resize": "fit"}, "small": {"h": 452, "w": 340, "resize": "fit"}}, "url": "https://t.co/rRshKKggBv", "indices": [71, 94], "media_url": "http://pbs.twimg.com/media/CZatPWjUUAAiwpU.jpg", "source_status_id": 690930072258105344}], "user_mentions": [{"name": "\u611b\u7f8e", "id": 253177157, "screen_name": "aimi_sound", "id_str": "253177157", "indices": [3, 14]}], "hashtags": [], "urls": [{"display_url": "ameblo.jp/aimi-sound/ent\u2026", "indices": [47, 70], "url": "https://t.co/SALWTcUOuT", "expanded_url": "http://ameblo.jp/aimi-sound/entry-12120834512.html?timestamp=1453565539"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 16:12:20 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "iOS", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690930072258105344", "favorite_count": 176, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZatPWjUUAAiwpU.jpg", "display_url": "pic.twitter.com/rRshKKggBv", "id": 690930072111304704, "type": "photo", "sizes": {"large": {"h": 639, "w": 480, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 639, "w": 480, "resize": "fit"}, "small": {"h": 452, "w": 340, "resize": "fit"}}, "url": "https://t.co/rRshKKggBv", "indices": [55, 78], "media_url": "http://pbs.twimg.com/media/CZatPWjUUAAiwpU.jpg", "id_str": "690930072111304704", "expanded_url": "http://twitter.com/aimi_sound/status/690930072258105344/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [{"display_url": "ameblo.jp/aimi-sound/ent\u2026", "indices": [31, 54], "url": "https://t.co/SALWTcUOuT", "expanded_url": "http://ameblo.jp/aimi-sound/entry-12120834512.html?timestamp=1453565539"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 79, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Feb 16 18:24:01 +0000 2011", "profile_link_color": "0084B4", "lang": "ja", "time_zone": "Tokyo", "contributors_enabled": false, "favourites_count": 0, "utc_offset": 32400, "description": "\u5e73\u548c\u304c\u3044\u3061\u3070\u3093\u263a\ufe0e \u3053\u3048\u306e\u304a\u3057\u3054\u3068\u3002 \u2605BanG_Dream!\uff08\u6238\u5c71\u9999\u6f84\uff09\u2605\u30f4\u30a1\u30f3\u30ac\u30fc\u30c9G\uff08\u8776\u91ce\u30a2\u30e0\uff09\u2605\u30e9\u30af\u30a8\u30f3\u30ed\u30b8\u30c3\u30af\uff08\u4e03\u661f\u7e01\uff09\u2605\u30b1\u30a4\u30aa\u30b9\u30c9\u30e9\u30b4\u30f3\uff08\u30a6\u30eb\u30ea\u30fc\u30ab\uff09\u2605\u30d7\u30e9\u30b9\u30c6\u30a3\u30c3\u30af\u30fb\u30e1\u30e2\u30ea\u30fc\u30ba\uff08\u30b7\u30a7\u30ea\u30fc\uff09\u2605\u30df\u30eb\u30ad\u30a3\u30db\u30fc\u30e0\u30ba\uff08\u5e38\u76e4\u30ab\u30ba\u30df\uff09\u2605\u30d0\u30c7\u30a3\u30d5\u30a1\u30a4\u30c8\uff08\u6c37\u7adc\u30ad\u30ea\u30fb\u30df\u30bb\u30ea\u30a2\uff09\u2605\u30a2\u30a4\u30c9\u30eb\u30de\u30b9\u30bf\u30fc \u30df\u30ea\u30aa\u30f3\u30e9\u30a4\u30d6\uff01\uff08\u30b8\u30e5\u30ea\u30a2\uff09", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/253177157/1403548833", "id_str": "253177157", "statuses_count": 14925, "url": "https://t.co/G2gMi4HcrN", "profile_use_background_image": true, "name": "\u611b\u7f8e", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/aimin_official/", "indices": [0, 23], "url": "https://t.co/G2gMi4HcrN", "expanded_url": "https://www.instagram.com/aimin_official/"}]}}, "screen_name": "aimi_sound", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/210029488/aimi-texture0.jpg", "location": "\u97ff", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/681675124064452609/OYTNKjLQ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 510, "followers_count": 74506, "verified": false, "id": 253177157, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/210029488/aimi-texture0.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681675124064452609/OYTNKjLQ_normal.jpg", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 3856, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "\u30d6\u30ed\u30b0\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002\n\u300c\u3061\u3063\u3059\u30fc\u3059\u304c\u3084\u3093\u306f\u3063\u3074\u30fc\u306f\u3063\u3074\u30fc\u300d\u2192https://t.co/SALWTcUOuT https://t.co/rRshKKggBv", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690930072258105344}, "retweet_count": 79, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Oct 31 15:32:20 +0000 2012", "profile_link_color": "0084B4", "lang": "ja", "time_zone": null, "contributors_enabled": false, "favourites_count": 547, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/917102382/1451315244", "id_str": "917102382", "statuses_count": 4241, "url": null, "profile_use_background_image": true, "name": "\u3042\u3055(\u7720\u308c\u308b\u7345\u5b50)", "entities": {"description": {"urls": []}}, "screen_name": "1109Asa", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/681491644701540353/GuWohHy__normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 153, "followers_count": 114, "verified": false, "id": 917102382, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/681491644701540353/GuWohHy__normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 4, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "RT @aimi_sound: \u30d6\u30ed\u30b0\u3092\u66f4\u65b0\u3057\u307e\u3057\u305f\u3002\n\u300c\u3061\u3063\u3059\u30fc\u3059\u304c\u3084\u3093\u306f\u3063\u3074\u30fc\u306f\u3063\u3074\u30fc\u300d\u2192https://t.co/SALWTcUOuT https://t.co/rRshKKggBv", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333949505537}, {"quoted_status": {"created_at": "Fri Jan 22 03:16:42 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690372488547713024", "favorite_count": 193, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/690372289066565632/pu/img/XqpfU1cjZMLC78x_.jpg", "display_url": "pic.twitter.com/7mgEbUEr6G", "id": 690372289066565632, "type": "photo", "sizes": {"large": {"h": 640, "w": 640, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/7mgEbUEr6G", "indices": [36, 59], "media_url": "http://pbs.twimg.com/ext_tw_video_thumb/690372289066565632/pu/img/XqpfU1cjZMLC78x_.jpg", "id_str": "690372289066565632", "expanded_url": "http://twitter.com/r0yalti/status/690372488547713024/video/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 144, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jan 22 23:55:25 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 8158, "utc_offset": null, "description": "the girl with the pink hair that didn't smile at Donald Trump. #NewAgeQueen #blackgirlmagic", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2993223297/1450377268", "id_str": "2993223297", "statuses_count": 32977, "url": "https://t.co/f4kiHFuzzG", "profile_use_background_image": true, "name": "bald beyonc\u00e9", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "newagequeen.bigcartel.com", "indices": [0, 23], "url": "https://t.co/f4kiHFuzzG", "expanded_url": "http://newagequeen.bigcartel.com"}]}}, "screen_name": "r0yalti", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "jonathan \u2763", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/688142836831662081/9k-DlHmJ_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 2490, "followers_count": 3082, "verified": false, "id": 2993223297, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688142836831662081/9k-DlHmJ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 6, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "LMAO nah I'm still mad I did this \ud83d\ude2d https://t.co/7mgEbUEr6G", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690372488547713024}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333941248000", "quoted_status_id": 690372488547713024, "contributors": null, "quoted_status_id_str": "690372488547713024", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/r0yalti/status\u2026", "indices": [12, 35], "url": "https://t.co/g8vLa96ImL", "expanded_url": "https://twitter.com/r0yalti/status/690372488547713024"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sun Aug 02 18:57:56 +0000 2009", "profile_link_color": "B80019", "lang": "en", "time_zone": "America/New_York", "contributors_enabled": false, "favourites_count": 17416, "utc_offset": -18000, "description": "Keep in the fam. Protect Mike Moore at all costs. RIP Sam. Tryna make music? tellybambaataa@gmail.com", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/62324180/1452913306", "id_str": "62324180", "statuses_count": 196693, "url": "https://t.co/OEAzKWgh3P", "profile_use_background_image": true, "name": "Bic Flair", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "datpiff.com/Telly-Still-Le\u2026", "indices": [0, 23], "url": "https://t.co/OEAzKWgh3P", "expanded_url": "http://www.datpiff.com/Telly-Still-Learning-mixtape.334405.html"}]}}, "screen_name": "TellyBambaataa", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/663038702277558272/gJh6tHkU.png", "location": "in the cutterino", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/688174407676596224/mi2N89y__normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 1259, "followers_count": 1936, "verified": false, "id": 62324180, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/663038702277558272/gJh6tHkU.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/688174407676596224/mi2N89y__normal.jpg", "profile_background_tile": true, "profile_background_color": "0099B9", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 37, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "You da goat https://t.co/g8vLa96ImL", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333941248000}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333932892160", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3SfWcAA-c9A.jpg", "display_url": "pic.twitter.com/KzFmMBbaPV", "id": 690992330866847744, "type": "photo", "sizes": {"large": {"h": 267, "w": 400, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 267, "w": 400, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/KzFmMBbaPV", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CZbl3SfWcAA-c9A.jpg", "id_str": "690992330866847744", "expanded_url": "http://twitter.com/TopNaked18/status/690992333932892160/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Jan 06 15:16:22 +0000 2016", "profile_link_color": "9266CC", "lang": "en-gb", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 0, "utc_offset": -28800, "description": "", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4725687741/1453427301", "id_str": "4725687741", "statuses_count": 216, "url": null, "profile_use_background_image": false, "name": "Top Naked + 18", "entities": {"description": {"urls": []}}, "screen_name": "TopNaked18", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Massachusetts, USA", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690350363883524097/fxxpytKl_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "000000", "friends_count": 648, "followers_count": 38, "verified": false, "id": 4725687741, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690350363883524097/fxxpytKl_normal.jpg", "profile_background_tile": false, "profile_background_color": "000000", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "000000"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/KzFmMBbaPV", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333932892160}, {"quoted_status": {"created_at": "Sat Jan 16 19:02:18 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Hootsuite", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "688436128446328833", "favorite_count": 125, "contributors": null, "entities": {"user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "retweet_count": 73, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Dec 20 05:57:33 +0000 2010", "profile_link_color": "009999", "lang": "es", "time_zone": "Caracas", "contributors_enabled": false, "favourites_count": 1670, "utc_offset": -16200, "description": "Aqu\u00ed Encontraras #Curiosidades #Frases #Noticias /De Todo Un Poco/ #PUBLICIDAD erescurioso@hotmail.com / ecpubli@gmail.com", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/228609209/1416452728", "id_str": "228609209", "statuses_count": 175416, "url": "http://t.co/vMwVTh7ibh", "profile_use_background_image": true, "name": "\u00bfEresCurioso?", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "instagram.com/erescurioso", "indices": [0, 22], "url": "http://t.co/vMwVTh7ibh", "expanded_url": "http://instagram.com/erescurioso"}]}}, "screen_name": "EresCurioso", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/535268983193100288/4bctXbBi.jpeg", "location": "VENEZUELA/MX/AR/CO/ES", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/535267003347386368/F2tVZk3J_normal.jpeg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 47, "followers_count": 2150851, "verified": false, "id": 228609209, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/535268983193100288/4bctXbBi.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/535267003347386368/F2tVZk3J_normal.jpeg", "profile_background_tile": true, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6076, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "El consumo de cerezas ayudan a las personas que sufren de depresi\u00f3n", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 688436128446328833}, "created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "es", "in_reply_to_user_id_str": null, "source": "Twitter for Android", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333932863489", "quoted_status_id": 688436128446328833, "contributors": null, "quoted_status_id_str": "688436128446328833", "entities": {"user_mentions": [], "hashtags": [], "urls": [{"display_url": "twitter.com/EresCurioso/st\u2026", "indices": [40, 63], "url": "https://t.co/c1efg7Fqbb", "expanded_url": "https://twitter.com/EresCurioso/status/688436128446328833"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "favorite_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Fri Mar 04 14:20:01 +0000 2011", "profile_link_color": "0084B4", "lang": "es", "time_zone": "Greenland", "contributors_enabled": false, "favourites_count": 245, "utc_offset": -10800, "description": "20", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/260745461/1439268305", "id_str": "260745461", "statuses_count": 19642, "url": null, "profile_use_background_image": true, "name": "Rosangelica paola", "entities": {"description": {"urls": []}}, "screen_name": "_rosangelicap", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/869159628/d6a2accfeafbadbeabca6e588e28fd67.png", "location": "Maracaibo", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/687513223487197185/pdwCWdbF_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 649, "followers_count": 1137, "verified": false, "id": 260745461, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/869159628/d6a2accfeafbadbeabca6e588e28fd67.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/687513223487197185/pdwCWdbF_normal.jpg", "profile_background_tile": true, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 19, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "es", "result_type": "recent"}, "text": "A la verga le\u00ed \"cerveza\" ayuda jajajaja https://t.co/c1efg7Fqbb", "in_reply_to_user_id": null, "is_quote_status": true, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333932863489}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "it", "in_reply_to_user_id_str": null, "source": "Twitter for Windows Phone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333932863488", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/xDIjsHSJnV", "source_user_id_str": "454069394", "expanded_url": "http://twitter.com/MarioManca/status/690990391882039296/photo/1", "source_status_id_str": "690990391882039296", "id_str": "690990377227124736", "source_user_id": 454069394, "media_url_https": "https://pbs.twimg.com/media/CZbkFknWAAApz5M.jpg", "id": 690990377227124736, "sizes": {"large": {"h": 562, "w": 1001, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 336, "w": 600, "resize": "fit"}, "small": {"h": 190, "w": 340, "resize": "fit"}}, "url": "https://t.co/xDIjsHSJnV", "indices": [100, 123], "media_url": "http://pbs.twimg.com/media/CZbkFknWAAApz5M.jpg", "source_status_id": 690990391882039296}], "user_mentions": [{"name": "Mario Manca", "id": 454069394, "screen_name": "MarioManca", "id_str": "454069394", "indices": [3, 14]}], "hashtags": [{"indices": [86, 99], "text": "cepostaperte"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:12:02 +0000 2016", "lang": "it", "in_reply_to_user_id_str": null, "source": "Twitter Web Client", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690990391882039296", "favorite_count": 82, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbkFknWAAApz5M.jpg", "display_url": "pic.twitter.com/xDIjsHSJnV", "id": 690990377227124736, "type": "photo", "sizes": {"large": {"h": 562, "w": 1001, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 336, "w": 600, "resize": "fit"}, "small": {"h": 190, "w": 340, "resize": "fit"}}, "url": "https://t.co/xDIjsHSJnV", "indices": [84, 107], "media_url": "http://pbs.twimg.com/media/CZbkFknWAAApz5M.jpg", "id_str": "690990377227124736", "expanded_url": "http://twitter.com/MarioManca/status/690990391882039296/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [70, 83], "text": "cepostaperte"}], "urls": [], "symbols": []}, "place": {"id": "1ea588c12abd39d7", "country_code": "IT", "url": "https://api.twitter.com/1.1/geo/id/1ea588c12abd39d7.json", "bounding_box": {"type": "Polygon", "coordinates": [[[9.040628, 45.3867262], [9.2780451, 45.3867262], [9.2780451, 45.5359644], [9.040628, 45.5359644]]]}, "name": "Milan", "country": "Italia", "place_type": "city", "full_name": "Milan, Lombardy", "attributes": {}, "contained_within": []}, "possibly_sensitive": false, "retweet_count": 131, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jan 03 15:56:47 +0000 2012", "profile_link_color": "2FC2EF", "lang": "it", "time_zone": "Athens", "contributors_enabled": false, "favourites_count": 6274, "utc_offset": 7200, "description": "Scrivo per @VanityFairIt e @Vogue_Italia. Specializzato in Tv e Cinema. Nomofobo. Teletilista. Critico.", "profile_text_color": "666666", "profile_banner_url": "https://pbs.twimg.com/profile_banners/454069394/1398513128", "id_str": "454069394", "statuses_count": 26274, "url": "http://t.co/kJS0Ep6XVG", "profile_use_background_image": true, "name": "Mario Manca", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "vanityfair.it/autori/m/mario\u2026", "indices": [0, 22], "url": "http://t.co/kJS0Ep6XVG", "expanded_url": "http://www.vanityfair.it/autori/m/mario-manca"}]}}, "screen_name": "MarioManca", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "location": "Milan, Italy", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/456396017014153216/8WRZcI7i_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "252429", "friends_count": 257, "followers_count": 5683, "verified": false, "id": 454069394, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/456396017014153216/8WRZcI7i_normal.jpeg", "profile_background_tile": false, "profile_background_color": "1A1B1F", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 21, "profile_sidebar_border_color": "181A1E"}, "metadata": {"iso_language_code": "it", "result_type": "recent"}, "text": "Retwitta se vuoi Chris Hemsworth a Sanremo al posto di Gabriel Garko. #cepostaperte https://t.co/xDIjsHSJnV", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690990391882039296}, "retweet_count": 131, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Oct 01 21:58:42 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 342, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3837219917/1452098098", "id_str": "3837219917", "statuses_count": 154, "url": null, "profile_use_background_image": true, "name": "bluebell_", "entities": {"description": {"urls": []}}, "screen_name": "EvenstarLuthien", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/679797874172014592/E9IzQowW_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 58, "followers_count": 21, "verified": false, "id": 3837219917, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/679797874172014592/E9IzQowW_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "it", "result_type": "recent"}, "text": "RT @MarioManca: Retwitta se vuoi Chris Hemsworth a Sanremo al posto di Gabriel Garko. #cepostaperte https://t.co/xDIjsHSJnV", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333932863488}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333928660992", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/66ShZTPVvH", "source_user_id_str": "1242592926", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1", "source_status_id_str": "517474163695443968", "id_str": "517474162659434497", "source_user_id": 1242592926, "media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id": 517474162659434497, "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [106, 128], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "source_status_id": 517474163695443968}], "user_mentions": [{"name": "Niggamon", "id": 1242592926, "screen_name": "TrapPokemon", "id_str": "1242592926", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": true, "retweeted_status": {"created_at": "Thu Oct 02 00:40:29 +0000 2014", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "517474163695443968", "favorite_count": 2049, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "display_url": "pic.twitter.com/66ShZTPVvH", "id": 517474162659434497, "type": "photo", "sizes": {"large": {"h": 480, "w": 623, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 462, "w": 600, "resize": "fit"}, "small": {"h": 261, "w": 340, "resize": "fit"}}, "url": "http://t.co/66ShZTPVvH", "indices": [89, 111], "media_url": "http://pbs.twimg.com/media/By5wAl3CIAEvFuP.jpg", "id_str": "517474162659434497", "expanded_url": "http://twitter.com/TrapPokemon/status/517474163695443968/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Mar 05 01:41:14 +0000 2013", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 116, "utc_offset": -21600, "description": "A FUCK trainer that's that shit I don't like.\nSelling RTs, DM me for business.", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/1242592926/1414575082", "id_str": "1242592926", "statuses_count": 167, "url": null, "profile_use_background_image": true, "name": "Niggamon", "entities": {"description": {"urls": []}}, "screen_name": "TrapPokemon", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "In The Cut", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 6, "followers_count": 45085, "verified": false, "id": 1242592926, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/510571872564424704/S1-w-bqO_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 43, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 517474163695443968}, "retweet_count": 2101, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Oct 21 02:24:31 +0000 2015", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 31, "utc_offset": -28800, "description": "we turnt af", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3964438033/1445396542", "id_str": "3964438033", "statuses_count": 57, "url": null, "profile_use_background_image": true, "name": "Turnt Animals", "entities": {"description": {"urls": []}}, "screen_name": "TurntAnimals", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "turn on notifications", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/656661068660502528/IHiLSMCP_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 25, "followers_count": 22975, "verified": false, "id": 3964438033, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/656661068660502528/IHiLSMCP_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 6, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @TrapPokemon: WHEN YA GIRL TELLS YOU TO \"GO FUCK WITH YOUR OTHER HOES.\" YOU JUST BE CHILLIN LATER LIKE http://t.co/66ShZTPVvH", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333928660992}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333916082178", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/VZR9ymg5S2", "source_user_id_str": "4714954061", "expanded_url": "http://twitter.com/A99rm/status/685248937368879109/photo/1", "source_status_id_str": "685248937368879109", "id_str": "685248888412966913", "source_user_id": 4714954061, "media_url_https": "https://pbs.twimg.com/media/CYJ-O8CWEAEuALp.jpg", "id": 685248888412966913, "sizes": {"large": {"h": 600, "w": 800, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/VZR9ymg5S2", "indices": [87, 110], "media_url": "http://pbs.twimg.com/media/CYJ-O8CWEAEuALp.jpg", "source_status_id": 685248937368879109}], "user_mentions": [{"name": "Strength+", "id": 4714954061, "screen_name": "A99rm", "id_str": "4714954061", "indices": [3, 9]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Thu Jan 07 23:57:32 +0000 2016", "lang": "ar", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "685248937368879109", "favorite_count": 37, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CYJ-O8CWEAEuALp.jpg", "display_url": "pic.twitter.com/VZR9ymg5S2", "id": 685248888412966913, "type": "photo", "sizes": {"large": {"h": 600, "w": 800, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 450, "w": 600, "resize": "fit"}, "small": {"h": 255, "w": 340, "resize": "fit"}}, "url": "https://t.co/VZR9ymg5S2", "indices": [76, 99], "media_url": "http://pbs.twimg.com/media/CYJ-O8CWEAEuALp.jpg", "id_str": "685248888412966913", "expanded_url": "http://twitter.com/A99rm/status/685248937368879109/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 242, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jan 05 13:12:07 +0000 2016", "profile_link_color": "2B7BB9", "lang": "en", "time_zone": null, "contributors_enabled": false, "favourites_count": 24, "utc_offset": null, "description": "\u062e\u0630 \u0639\u0646\u064a \u0641\u0643\u0631\u0629 \u0633\u0644\u0628\u064a\u0629 \u0627\u0644\u062d\u064a\u0646 \u0639\u0634\u0627\u0646 \u0644\u0627\u062a\u0646\u0635\u062f\u0645 \u0628\u0639\u062f\u064a\u0646", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4714954061/1453500199", "id_str": "4714954061", "statuses_count": 388, "url": null, "profile_use_background_image": true, "name": "Strength+", "entities": {"description": {"urls": []}}, "screen_name": "A99rm", "protected": false, "profile_background_image_url": null, "location": "\u0627\u0633\u062a\u063a\u0641\u0631 \u0627\u0644\u0644\u0647 \u0627\u0644\u0639\u0638\u064a\u0645 \u0648\u0627\u062a\u0648\u0628 \u0627\u0644\u064a\u0647", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/684364088428859392/rd7NuCgo_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 295, "followers_count": 2353, "verified": false, "id": 4714954061, "default_profile_image": false, "profile_background_image_url_https": null, "profile_image_url_https": "https://pbs.twimg.com/profile_images/684364088428859392/rd7NuCgo_normal.jpg", "profile_background_tile": false, "profile_background_color": "F5F8FA", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "\u0627\u0646\u0638\u0631\u0648\u0627 \u0627\u0644\u0649 \u0645\u0643\u0631 \u0627\u0644\u064a\u0647\u0648\u062f \u0648 \u0627\u0644\u0646\u0635\u0627\u0631\u0649 \u0627\u0642\u0631\u0623\u0648\u0647\u0627 \u0645\u0646 \u0627\u0644\u064a\u0633\u0627\u0631 \u0627\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646 .. \u0632\u0628\u0637\u062a \u0645\u0639\u0646\u0627\u0627\u0627 https://t.co/VZR9ymg5S2", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 685248937368879109}, "retweet_count": 242, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Dec 02 04:47:30 +0000 2014", "profile_link_color": "0084B4", "lang": "ar", "time_zone": null, "contributors_enabled": false, "favourites_count": 605, "utc_offset": null, "description": "@Alhilal_FC.@fcbarcelona_ara \u0642\u0627\u0639\u062f\u0629 \u0648\u0627\u062d\u062f\u0629..\u0644\u0627\u062a\u0642\u0627\u0631\u0646 \u0646\u0627\u062f\u064a\u0643 \u0628\u0627\u0644\u0647\u0644\u0627\u0644 \u0644\u0643\u064a \u0644\u0627\u064a\u0635\u063a\u0631 \u0646\u0627\u062f\u064a\u0643 \u0641\u064a \u0639\u064a\u0646\u0643 #\u0627\u0644\u0647\u0644\u0627\u0644 #\u0628\u0631\u0634\u0644\u0648\u0646\u0629 #mcfc", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/2916215036/1451764099", "id_str": "2916215036", "statuses_count": 18159, "url": null, "profile_use_background_image": true, "name": "barca!", "entities": {"description": {"urls": []}}, "screen_name": "sa_alemdar1", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "#y12", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/680526968853499904/cpOWW98m_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 855, "followers_count": 460, "verified": false, "id": 2916215036, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/680526968853499904/cpOWW98m_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 4, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ar", "result_type": "recent"}, "text": "RT @A99rm: \u0627\u0646\u0638\u0631\u0648\u0627 \u0627\u0644\u0649 \u0645\u0643\u0631 \u0627\u0644\u064a\u0647\u0648\u062f \u0648 \u0627\u0644\u0646\u0635\u0627\u0631\u0649 \u0627\u0642\u0631\u0623\u0648\u0647\u0627 \u0645\u0646 \u0627\u0644\u064a\u0633\u0627\u0631 \u0627\u0644\u0649 \u0627\u0644\u064a\u0645\u064a\u0646 .. \u0632\u0628\u0637\u062a \u0645\u0639\u0646\u0627\u0627\u0627 https://t.co/VZR9ymg5S2", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333916082178}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "ja", "in_reply_to_user_id_str": null, "source": "IFTTT", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333916082176", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3dSWkAEUGZ8.jpg", "display_url": "pic.twitter.com/G1nB3GLpaV", "id": 690992333765120001, "type": "photo", "sizes": {"large": {"h": 168, "w": 299, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 168, "w": 299, "resize": "fit"}, "small": {"h": 168, "w": 299, "resize": "fit"}}, "url": "https://t.co/G1nB3GLpaV", "indices": [46, 69], "media_url": "http://pbs.twimg.com/media/CZbl3dSWkAEUGZ8.jpg", "id_str": "690992333765120001", "expanded_url": "http://twitter.com/fategogogo/status/690992333916082176/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [{"display_url": "ift.tt/1QrlSjd", "indices": [22, 45], "url": "https://t.co/mS8AqO0F5p", "expanded_url": "http://ift.tt/1QrlSjd"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Sat Aug 01 04:20:04 +0000 2015", "lang": "ja", "time_zone": null, "contributors_enabled": false, "favourites_count": 0, "utc_offset": null, "description": "", "profile_text_color": "333333", "profile_link_color": "0084B4", "id_str": "3302956110", "statuses_count": 429, "url": null, "profile_use_background_image": true, "name": "fategogogo", "entities": {"description": {"urls": []}}, "screen_name": "fategogogo", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/627333165221150720/ocX6QuPQ_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 40, "followers_count": 9, "verified": false, "id": 3302956110, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/627333165221150720/ocX6QuPQ_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "ja", "result_type": "recent"}, "text": "\u3010FateGO\u3011\u4eca\u65e5\u306e\u30c7\u30a4\u30ea\u30fc\u306f\u7adc\u3060\u3063\u3066\uff1f https://t.co/mS8AqO0F5p https://t.co/G1nB3GLpaV", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333916082176}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333911789569", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3UaUAAAsg5h.jpg", "display_url": "pic.twitter.com/b12jhAey1m", "id": 690992331382587392, "type": "photo", "sizes": {"large": {"h": 682, "w": 682, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 600, "w": 600, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/b12jhAey1m", "indices": [13, 36], "media_url": "http://pbs.twimg.com/media/CZbl3UaUAAAsg5h.jpg", "id_str": "690992331382587392", "expanded_url": "http://twitter.com/iloveallmyfans/status/690992333911789569/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Jul 09 01:12:23 +0000 2009", "profile_link_color": "009999", "lang": "en", "time_zone": "Hawaii", "contributors_enabled": false, "favourites_count": 93, "utc_offset": -36000, "description": "RAWWEST ALIVE TOUR W/ TYGA 2/24/16 DM FOR TIX PERFECT TIMING ITUNES LINK \u2b07\ufe0fIG: @iloveallmyfans ACTOR/ARTIST/SONGWRITER \u2b07\ufe0f Bookings: iloveallmyfans83@gmail.com", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/55093843/1435598331", "id_str": "55093843", "statuses_count": 154899, "url": "https://t.co/OfEjXthAZE", "profile_use_background_image": true, "name": "Young Shorty Doowop", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "itun.es/us/lNTR8", "indices": [0, 23], "url": "https://t.co/OfEjXthAZE", "expanded_url": "https://itun.es/us/lNTR8"}]}}, "screen_name": "iloveallmyfans", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/185849203/154605_484328034867_519879867_5668281_3109278_n.jpg", "location": "SOUTH BERKELEY, CALIFORNIA", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/690802063249309697/3zpYab7t_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "EFEFEF", "friends_count": 3328, "followers_count": 3121, "verified": false, "id": 55093843, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/185849203/154605_484328034867_519879867_5668281_3109278_n.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690802063249309697/3zpYab7t_normal.jpg", "profile_background_tile": false, "profile_background_color": "131516", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 73, "profile_sidebar_border_color": "EEEEEE"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "That part. \ud83d\udcaf https://t.co/b12jhAey1m", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333911789569}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333911777280", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbl3UMVIAAYEK4.jpg", "display_url": "pic.twitter.com/O8W1MtxyQ1", "id": 690992331323940864, "type": "photo", "sizes": {"large": {"h": 1024, "w": 575, "resize": "fit"}, "small": {"h": 605, "w": 340, "resize": "fit"}, "medium": {"h": 1024, "w": 575, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/O8W1MtxyQ1", "indices": [7, 30], "media_url": "http://pbs.twimg.com/media/CZbl3UMVIAAYEK4.jpg", "id_str": "690992331323940864", "expanded_url": "http://twitter.com/bsteezzyy/status/690992333911777280/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 0, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Dec 01 00:30:52 +0000 2011", "profile_link_color": "00298F", "lang": "en", "time_zone": "Hawaii", "contributors_enabled": false, "favourites_count": 7179, "utc_offset": -36000, "description": "I'm down", "profile_text_color": "000000", "profile_banner_url": "https://pbs.twimg.com/profile_banners/425431845/1451705410", "id_str": "425431845", "statuses_count": 8830, "url": null, "profile_use_background_image": true, "name": "Bec", "entities": {"description": {"urls": []}}, "screen_name": "bsteezzyy", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "location": "", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/682296432708067328/ggFKGIE8_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "950EC2", "friends_count": 127, "followers_count": 214, "verified": false, "id": 425431845, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/682296432708067328/ggFKGIE8_normal.jpg", "profile_background_tile": false, "profile_background_color": "642D8B", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 1, "profile_sidebar_border_color": "E320BC"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "\ud83d\ude4f\ud83c\udffc\ud83d\ude4f\ud83c\udffc\ud83c\udf7b\ud83c\udf7e https://t.co/O8W1MtxyQ1", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333911777280}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "RoundTeam", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333907726336", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/J0ez3gVVcf", "source_user_id_str": "18009931", "expanded_url": "http://twitter.com/capcitycrafts/status/690991100379541504/photo/1", "source_status_id_str": "690991100379541504", "id_str": "690991099008020480", "source_user_id": 18009931, "media_url_https": "https://pbs.twimg.com/media/CZbkvldUcAA2xBU.jpg", "id": 690991099008020480, "sizes": {"large": {"h": 682, "w": 1024, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/J0ez3gVVcf", "indices": [139, 140], "media_url": "http://pbs.twimg.com/media/CZbkvldUcAA2xBU.jpg", "source_status_id": 690991100379541504}], "user_mentions": [{"name": "capcitycrafts", "id": 18009931, "screen_name": "capcitycrafts", "id_str": "18009931", "indices": [3, 17]}], "hashtags": [{"indices": [103, 117], "text": "jewelryonetsy"}, {"indices": [118, 135], "text": "GemstoneEarrings"}], "urls": [{"display_url": "tuppu.net/a5dc7914", "indices": [79, 102], "url": "https://t.co/MA4cvrVNaV", "expanded_url": "http://tuppu.net/a5dc7914"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:14:50 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "twitter-fu", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690991100379541504", "favorite_count": 0, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbkvldUcAA2xBU.jpg", "display_url": "pic.twitter.com/J0ez3gVVcf", "id": 690991099008020480, "type": "photo", "sizes": {"large": {"h": 682, "w": 1024, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/J0ez3gVVcf", "indices": [117, 140], "media_url": "http://pbs.twimg.com/media/CZbkvldUcAA2xBU.jpg", "id_str": "690991099008020480", "expanded_url": "http://twitter.com/capcitycrafts/status/690991100379541504/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [84, 98], "text": "jewelryonetsy"}, {"indices": [99, 116], "text": "GemstoneEarrings"}], "urls": [{"display_url": "tuppu.net/a5dc7914", "indices": [60, 83], "url": "https://t.co/MA4cvrVNaV", "expanded_url": "http://tuppu.net/a5dc7914"}], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 39, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Dec 10 02:35:39 +0000 2008", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 1355, "utc_offset": -18000, "description": "jazz and jewelry lover and artisan. You can see my current handmade jewelry collection at http://t.co/UeHt1ozmqy thanks for looking!", "profile_text_color": "3D1957", "profile_link_color": "FF0000", "id_str": "18009931", "statuses_count": 106340, "url": null, "profile_use_background_image": true, "name": "capcitycrafts", "entities": {"description": {"urls": [{"display_url": "etsy.com/shop/capitalci\u2026", "indices": [90, 112], "url": "http://t.co/UeHt1ozmqy", "expanded_url": "http://www.etsy.com/shop/capitalcitycrafts"}]}}, "screen_name": "capcitycrafts", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/5745249/collage3.jpg", "location": "New Jersey", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/1231753639/capital-1_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "7AC3EE", "friends_count": 3346, "followers_count": 5651, "verified": false, "id": 18009931, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/5745249/collage3.jpg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1231753639/capital-1_normal.jpg", "profile_background_tile": true, "profile_background_color": "642D8B", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 321, "profile_sidebar_border_color": "65B0DA"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Sparkle Earrings in Black and White, Tourmalated Quartz Bl\u2026 https://t.co/MA4cvrVNaV #jewelryonetsy #GemstoneEarrings https://t.co/J0ez3gVVcf", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690991100379541504}, "retweet_count": 39, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Tue Jun 26 22:29:35 +0000 2007", "profile_link_color": "8126BD", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 15, "utc_offset": -21600, "description": "Me: Lover of all things Shiny, Lupus Fighter, Supporter of Handmade, SciFi Enthusiast, a little bit crazy", "profile_text_color": "634047", "profile_banner_url": "https://pbs.twimg.com/profile_banners/7096812/1398741093", "id_str": "7096812", "statuses_count": 62086, "url": "http://t.co/5lj0E7kxIp", "profile_use_background_image": true, "name": "Lori Taggart", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "etsy.com/shop/dashery", "indices": [0, 22], "url": "http://t.co/5lj0E7kxIp", "expanded_url": "http://www.etsy.com/shop/dashery"}]}}, "screen_name": "Dashery", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378226000/TwitWhale.PNG", "location": "Stillwater, Oklahoma OK", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/326928123/MeMarch2009_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "E3E2DE", "friends_count": 3632, "followers_count": 3730, "verified": false, "id": 7096812, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378226000/TwitWhale.PNG", "profile_image_url_https": "https://pbs.twimg.com/profile_images/326928123/MeMarch2009_normal.jpg", "profile_background_tile": true, "profile_background_color": "EDECE9", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 331, "profile_sidebar_border_color": "D3D2CF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @capcitycrafts: Sparkle Earrings in Black and White, Tourmalated Quartz Bl\u2026 https://t.co/MA4cvrVNaV #jewelryonetsy #GemstoneEarrings htt\u2026", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333907726336}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333903544322", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/afmwYti9bK", "source_user_id_str": "3018037833", "expanded_url": "http://twitter.com/baIaozinhos/status/690548244145840128/photo/1", "source_status_id_str": "690548244145840128", "id_str": "690533292832067584", "source_user_id": 3018037833, "media_url_https": "https://pbs.twimg.com/media/CZVEXwjWEAARARv.jpg", "id": 690533292832067584, "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/afmwYti9bK", "indices": [17, 40], "media_url": "http://pbs.twimg.com/media/CZVEXwjWEAARARv.jpg", "source_status_id": 690548244145840128}], "user_mentions": [{"name": "baLaozinhos", "id": 3018037833, "screen_name": "baIaozinhos", "id_str": "3018037833", "indices": [3, 15]}], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Fri Jan 22 14:55:05 +0000 2016", "lang": "und", "in_reply_to_user_id_str": null, "source": "TweetDeck", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690548244145840128", "favorite_count": 138, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZVEXwjWEAARARv.jpg", "display_url": "pic.twitter.com/afmwYti9bK", "id": 690533292832067584, "type": "photo", "sizes": {"large": {"h": 500, "w": 500, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}, "medium": {"h": 500, "w": 500, "resize": "fit"}, "small": {"h": 340, "w": 340, "resize": "fit"}}, "url": "https://t.co/afmwYti9bK", "indices": [0, 23], "media_url": "http://pbs.twimg.com/media/CZVEXwjWEAARARv.jpg", "id_str": "690533292832067584", "expanded_url": "http://twitter.com/baIaozinhos/status/690548244145840128/photo/1"}], "user_mentions": [], "hashtags": [], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 202, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Wed Feb 04 16:55:30 +0000 2015", "profile_link_color": "0084B4", "lang": "pt", "time_zone": "Pacific Time (US & Canada)", "contributors_enabled": false, "favourites_count": 0, "utc_offset": -28800, "description": "baloezinhos eh teu cu vagabunda", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3018037833/1451958151", "id_str": "3018037833", "statuses_count": 206, "url": "https://t.co/gciy1fCmLD", "profile_use_background_image": true, "name": "baLaozinhos", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "facebook.com/baIaozinhos", "indices": [0, 23], "url": "https://t.co/gciy1fCmLD", "expanded_url": "http://facebook.com/baIaozinhos"}]}}, "screen_name": "baIaozinhos", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/684186908839284738/9YyD1WeV_normal.png", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 0, "followers_count": 62860, "verified": false, "id": 3018037833, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/684186908839284738/9YyD1WeV_normal.png", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 18, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "https://t.co/afmwYti9bK", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690548244145840128}, "retweet_count": 202, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu May 07 12:43:13 +0000 2015", "profile_link_color": "0084B4", "lang": "pt", "time_zone": null, "contributors_enabled": false, "favourites_count": 96, "utc_offset": null, "description": "livrai-me de tudo que me trava o riso", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/3240332969/1453258261", "id_str": "3240332969", "statuses_count": 1096, "url": null, "profile_use_background_image": true, "name": "analua", "entities": {"description": {"urls": []}}, "screen_name": "naluziza", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "Bras\u00edlia, Distrito Federal", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/689643107365883904/4M0Y7IaK_normal.jpg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 123, "followers_count": 52, "verified": false, "id": 3240332969, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/689643107365883904/4M0Y7IaK_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": true, "listed_count": 0, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "und", "result_type": "recent"}, "text": "RT @baIaozinhos: https://t.co/afmwYti9bK", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333903544322}, {"created_at": "Sat Jan 23 20:19:45 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPhone", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690992333903532032", "favorite_count": 0, "contributors": null, "entities": {"media": [{"type": "photo", "display_url": "pic.twitter.com/RWOGlNJPdJ", "source_user_id_str": "63514682", "expanded_url": "http://twitter.com/David_Leavitt/status/690991269112365056/photo/1", "source_status_id_str": "690991269112365056", "id_str": "690991264674746369", "source_user_id": 63514682, "media_url_https": "https://pbs.twimg.com/media/CZbk5OnWEAE3Dnf.jpg", "id": 690991264674746369, "sizes": {"large": {"h": 416, "w": 625, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/RWOGlNJPdJ", "indices": [98, 121], "media_url": "http://pbs.twimg.com/media/CZbk5OnWEAE3Dnf.jpg", "source_status_id": 690991269112365056}], "user_mentions": [{"name": "David Leavitt", "id": 63514682, "screen_name": "David_Leavitt", "id_str": "63514682", "indices": [3, 17]}], "hashtags": [{"indices": [45, 62], "text": "snowmaggedon2016"}, {"indices": [63, 73], "text": "Snowzilla"}, {"indices": [74, 87], "text": "blizzard2016"}, {"indices": [88, 97], "text": "StarWars"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweeted_status": {"created_at": "Sat Jan 23 20:15:31 +0000 2016", "lang": "en", "in_reply_to_user_id_str": null, "source": "Twitter for iPad", "geo": null, "in_reply_to_status_id": null, "favorited": false, "id_str": "690991269112365056", "favorite_count": 8, "contributors": null, "entities": {"media": [{"media_url_https": "https://pbs.twimg.com/media/CZbk5OnWEAE3Dnf.jpg", "display_url": "pic.twitter.com/RWOGlNJPdJ", "id": 690991264674746369, "type": "photo", "sizes": {"large": {"h": 416, "w": 625, "resize": "fit"}, "small": {"h": 226, "w": 340, "resize": "fit"}, "medium": {"h": 399, "w": 600, "resize": "fit"}, "thumb": {"h": 150, "w": 150, "resize": "crop"}}, "url": "https://t.co/RWOGlNJPdJ", "indices": [79, 102], "media_url": "http://pbs.twimg.com/media/CZbk5OnWEAE3Dnf.jpg", "id_str": "690991264674746369", "expanded_url": "http://twitter.com/David_Leavitt/status/690991269112365056/photo/1"}], "user_mentions": [], "hashtags": [{"indices": [26, 43], "text": "snowmaggedon2016"}, {"indices": [44, 54], "text": "Snowzilla"}, {"indices": [55, 68], "text": "blizzard2016"}, {"indices": [69, 78], "text": "StarWars"}], "urls": [], "symbols": []}, "place": null, "possibly_sensitive": false, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Thu Aug 06 19:23:18 +0000 2009", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Eastern Time (US & Canada)", "contributors_enabled": false, "favourites_count": 190084, "utc_offset": -18000, "description": "Freelance Writer @ExaminerCom @AXS @CBSLocal covering #Games #Tech #Music #Travel. Mellow #MTG Planeswaker & @Twitch Streamer. Inquiry? DavidLeavitt@gmail.com", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/63514682/1398202291", "id_str": "63514682", "statuses_count": 29781, "url": "https://t.co/NmuozObO3b", "profile_use_background_image": false, "name": "David Leavitt", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "plus.google.com/+DavidGLeavitt\u2026", "indices": [0, 23], "url": "https://t.co/NmuozObO3b", "expanded_url": "https://plus.google.com/+DavidGLeavitt/about"}]}}, "screen_name": "David_Leavitt", "protected": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000075112528/5f92bdc1bb4f75c9fdd2644719610073.jpeg", "location": "2 parsecs from Boston, Mass. ", "is_translation_enabled": false, "default_profile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/472915068858822656/5ulMevAp_normal.jpeg", "follow_request_sent": false, "geo_enabled": true, "profile_sidebar_fill_color": "F6F6F6", "friends_count": 2479, "followers_count": 34153, "verified": false, "id": 63514682, "default_profile_image": false, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000075112528/5f92bdc1bb4f75c9fdd2644719610073.jpeg", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472915068858822656/5ulMevAp_normal.jpeg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 495, "profile_sidebar_border_color": "FFFFFF"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "Imperial Walkers spotted! #snowmaggedon2016 #Snowzilla #blizzard2016 #StarWars https://t.co/RWOGlNJPdJ", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690991269112365056}, "retweet_count": 7, "in_reply_to_status_id_str": null, "user": {"notifications": false, "created_at": "Mon Nov 08 13:02:58 +0000 2010", "profile_link_color": "0084B4", "lang": "en", "time_zone": "Central Time (US & Canada)", "contributors_enabled": false, "favourites_count": 3247, "utc_offset": -21600, "description": "Gahrrett, 1D, UMBC, Crabcakes, Football, Go Dawgs", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/213266089/1430060065", "id_str": "213266089", "statuses_count": 12695, "url": null, "profile_use_background_image": true, "name": "Garrett Hasken", "entities": {"description": {"urls": []}}, "screen_name": "GarrettHasken25", "protected": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "location": "410", "is_translation_enabled": false, "default_profile": true, "profile_image_url": "http://pbs.twimg.com/profile_images/625820165415022593/_r2LXxx0_normal.jpg", "follow_request_sent": false, "geo_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "friends_count": 261, "followers_count": 413, "verified": false, "id": 213266089, "default_profile_image": false, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_image_url_https": "https://pbs.twimg.com/profile_images/625820165415022593/_r2LXxx0_normal.jpg", "profile_background_tile": false, "profile_background_color": "C0DEED", "following": false, "is_translator": false, "has_extended_profile": false, "listed_count": 1, "profile_sidebar_border_color": "C0DEED"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}, "text": "RT @David_Leavitt: Imperial Walkers spotted! #snowmaggedon2016 #Snowzilla #blizzard2016 #StarWars https://t.co/RWOGlNJPdJ", "in_reply_to_user_id": null, "is_quote_status": false, "in_reply_to_screen_name": null, "truncated": false, "retweeted": false, "coordinates": null, "id": 690992333903532032}]}python-twitter-3.3/testdata/get_sent_direct_messages.json000066400000000000000000001717421311017327200241460ustar00rootroot00000000000000[{"id":678629283007303683,"id_str":"678629283007303683","text":"I am good bot!! I made you a GIF: https:\/\/t.co\/UEF8Q0prT1 !","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Sun Dec 20 17:33:24 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/UEF8Q0prT1","expanded_url":"https:\/\/mlkshk.com\/p\/16YZH","display_url":"mlkshk.com\/p\/16YZH","indices":[34,57]}]}},{"id":678604717082189827,"id_str":"678604717082189827","text":"I am good bot!! I made you a GIF: https:\/\/t.co\/xqI9lUXBGf !","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Sun Dec 20 15:55:47 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/xqI9lUXBGf","expanded_url":"https:\/\/mlkshk.com\/p\/16YYD","display_url":"mlkshk.com\/p\/16YYD","indices":[34,57]}]}},{"id":678604324533084163,"id_str":"678604324533084163","text":"I am good bot!! I made you a GIF: https:\/\/t.co\/RECY9xZDBA\u007b'name': '5e89f157c772459.gif', 'share_key': '16YYC'\u007d !","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Sun Dec 20 15:54:13 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/RECY9xZDBA","expanded_url":"https:\/\/mlkshk.com\/p\/","display_url":"mlkshk.com\/p\/","indices":[34,57]}]}},{"id":678601041219354627,"id_str":"678601041219354627","text":"I don't see a shared tweet there!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Sun Dec 20 15:41:10 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678600965042397187,"id_str":"678600965042397187","text":"it's cool","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Sun Dec 20 15:40:52 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582529125838851,"id_str":"678582529125838851","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:37 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582526349283331,"id_str":"678582526349283331","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:36 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582524163940355,"id_str":"678582524163940355","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:35 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582521446166531,"id_str":"678582521446166531","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:35 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582519223025667,"id_str":"678582519223025667","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:34 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582516106706947,"id_str":"678582516106706947","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:33 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582513426558979,"id_str":"678582513426558979","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:33 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582510511525896,"id_str":"678582510511525896","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:32 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582507726635011,"id_str":"678582507726635011","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:31 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582505231007750,"id_str":"678582505231007750","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:31 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582502756376579,"id_str":"678582502756376579","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:30 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582500457861123,"id_str":"678582500457861123","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:30 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582498310377475,"id_str":"678582498310377475","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:29 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582496188104707,"id_str":"678582496188104707","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:29 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}},{"id":678582494032240644,"id_str":"678582494032240644","text":"Something went wrong! I'm a bad bot! Sad face!!!!","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 14:27:28 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}}]python-twitter-3.3/testdata/get_show_friendship.json000066400000000000000000000010231311017327200231270ustar00rootroot00000000000000{"relationship":{"source":{"id":4012966701,"id_str":"4012966701","screen_name":"notinourselves","following":true,"followed_by":true,"live_following":false,"following_received":false,"following_requested":false,"notifications_enabled":false,"can_dm":true,"blocking":false,"blocked_by":false,"muting":false,"want_retweets":true,"all_replies":false,"marked_spam":false},"target":{"id":372018022,"id_str":"372018022","screen_name":"__jcbl__","following":true,"followed_by":true,"following_received":false,"following_requested":false}}}python-twitter-3.3/testdata/get_show_subscription.json000066400000000000000000000051111311017327200235220ustar00rootroot00000000000000{"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 5, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/wtg3XzqQTX", "statuses_count": 325, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 372018022, "default_profile_image": false, "contributors_enabled": false, "following": true, "profile_link_color": "EE3355", "followers_count": 49, "friends_count": 306, "location": "not a very good kingdom tbh", "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1279, "profile_background_color": "FFFFFF", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "jeremy", "id_str": "372018022", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iseverythingstilltheworst.com", "indices": [0, 22], "expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX"}]}}, "status": {"coordinates": null, "is_quote_status": true, "geo": null, "retweet_count": 0, "lang": "en", "truncated": false, "id": 692770919693979649, "place": null, "favorite_count": 0, "possibly_sensitive": false, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "in_reply_to_screen_name": null, "text": "These are so good https://t.co/WIvl27xWGh", "quoted_status_id": 692612860636205056, "id_str": "692770919693979649", "entities": {"hashtags": [], "urls": [{"display_url": "twitter.com/NotAllBhas/sta\u2026", "indices": [18, 41], "expanded_url": "https://twitter.com/NotAllBhas/status/692769889560498180", "url": "https://t.co/WIvl27xWGh"}], "symbols": [], "user_mentions": []}, "source": "Talon (Plus)", "contributors": null, "favorited": false, "quoted_status_id_str": "692612860636205056", "in_reply_to_user_id_str": null, "retweeted": false, "created_at": "Thu Jan 28 18:07:12 +0000 2016"}, "is_translator": false, "screen_name": "__jcbl__", "created_at": "Sun Sep 11 23:49:28 +0000 2011"}python-twitter-3.3/testdata/get_show_subscription_extra_params.json000066400000000000000000000031411311017327200262710ustar00rootroot00000000000000{"notifications": false, "profile_use_background_image": false, "has_extended_profile": false, "listed_count": 5, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "lang": "en", "protected": false, "url": "http://t.co/wtg3XzqQTX", "statuses_count": 325, "profile_text_color": "000000", "profile_background_tile": false, "follow_request_sent": false, "id": 372018022, "default_profile_image": false, "contributors_enabled": false, "following": true, "profile_link_color": "EE3355", "followers_count": 49, "friends_count": 306, "location": "not a very good kingdom tbh", "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "default_profile": false, "utc_offset": -18000, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "favourites_count": 1279, "profile_background_color": "FFFFFF", "is_translation_enabled": false, "profile_sidebar_border_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "geo_enabled": false, "time_zone": "Eastern Time (US & Canada)", "name": "jeremy", "id_str": "372018022", "entities": {"description": {"urls": []}, "url": {"urls": [{"display_url": "iseverythingstilltheworst.com", "indices": [0, 22], "expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX"}]}}, "is_translator": false, "screen_name": "__jcbl__", "created_at": "Sun Sep 11 23:49:28 +0000 2011"}python-twitter-3.3/testdata/get_show_subscription_not_subscriber.json000066400000000000000000000001361311017327200266270ustar00rootroot00000000000000{"errors": [{"message": "The specified user is not a subscriber of this list.", "code": 109}]}python-twitter-3.3/testdata/get_status.json000066400000000000000000000036271311017327200212730ustar00rootroot00000000000000{"created_at":"Sun Mar 26 19:17:08 +0000 2006","id":397,"id_str":"397","text":"getting waxed!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"#withMalala!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3278945,"friends_count":1726,"listed_count":25294,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":9126,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":18013,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":153,"favorite_count":167,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}python-twitter-3.3/testdata/get_status_ext_alt.json000066400000000000000000000101021311017327200227750ustar00rootroot00000000000000{"place": null, "favorite_count": 43, "possibly_sensitive": false, "retweet_count": 28, "id": 724441953534877696, "in_reply_to_user_id": null, "id_str": "724441953534877696", "coordinates": null, "favorited": false, "contributors": null, "in_reply_to_status_id": null, "text": "\u201cJon Snow is dead.\u201d\u200a\u2014\u200a@HBOPR https://t.co/8IK0pbcxIr https://t.co/jvZ3Koip6x", "user": {"default_profile_image": false, "screen_name": "Medium", "time_zone": "Pacific Time (US & Canada)", "notifications": false, "profile_use_background_image": false, "protected": false, "name": "Medium", "contributors_enabled": false, "followers_count": 1727713, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "listed_count": 10639, "profile_link_color": "00AB69", "profile_image_url_https": "https://pbs.twimg.com/profile_images/672905320751083521/DqQkNLfW_normal.png", "id": 571202103, "profile_background_tile": true, "is_translator": false, "id_str": "571202103", "profile_image_url": "http://pbs.twimg.com/profile_images/672905320751083521/DqQkNLfW_normal.png", "following": false, "has_extended_profile": false, "profile_sidebar_border_color": "FFFFFF", "lang": "en", "url": "http://t.co/39nrCKtdRI", "is_translation_enabled": false, "location": "San Francisco, CA, US", "default_profile": false, "entities": {"url": {"urls": [{"url": "http://t.co/39nrCKtdRI", "display_url": "medium.com", "expanded_url": "http://medium.com", "indices": [0, 22]}]}, "description": {"urls": []}}, "verified": true, "created_at": "Fri May 04 20:16:39 +0000 2012", "utc_offset": -25200, "profile_background_color": "FFFFFF", "favourites_count": 4430, "statuses_count": 14794, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/571202103/1444267389", "description": "Move thinking forward.", "geo_enabled": false, "follow_request_sent": false, "friends_count": 145, "profile_sidebar_fill_color": "EFEFEF", "profile_text_color": "333333"}, "lang": "en", "truncated": false, "is_quote_status": false, "in_reply_to_status_id_str": null, "entities": {"hashtags": [], "media": [{"id": 724441951391604736, "id_str": "724441951391604736", "media_url": "http://pbs.twimg.com/media/Cg28HdUWYAAvmwn.jpg", "media_url_https": "https://pbs.twimg.com/media/Cg28HdUWYAAvmwn.jpg", "type": "photo", "display_url": "pic.twitter.com/jvZ3Koip6x", "url": "https://t.co/jvZ3Koip6x", "sizes": {"large": {"resize": "fit", "w": 750, "h": 748}, "small": {"resize": "fit", "w": 340, "h": 339}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 598}}, "expanded_url": "http://twitter.com/Medium/status/724441953534877696/photo/1", "indices": [53, 76]}], "user_mentions": [{"name": "HBO PR", "id": 2153490764, "id_str": "2153490764", "screen_name": "HBOPR", "indices": [22, 28]}], "symbols": [], "urls": [{"url": "https://t.co/8IK0pbcxIr", "display_url": "medium.com/hbo-cinemax-pr\u2026", "expanded_url": "https://medium.com/hbo-cinemax-pr/game-of-thrones-season-6-episodes-53586437cbb3#---0-17.cvym8cqn4", "indices": [29, 52]}]}, "retweeted": false, "in_reply_to_user_id_str": null, "created_at": "Mon Apr 25 03:36:35 +0000 2016", "in_reply_to_screen_name": null, "extended_entities": {"media": [{"id": 724441951391604736, "id_str": "724441951391604736", "media_url": "http://pbs.twimg.com/media/Cg28HdUWYAAvmwn.jpg", "media_url_https": "https://pbs.twimg.com/media/Cg28HdUWYAAvmwn.jpg", "type": "photo", "display_url": "pic.twitter.com/jvZ3Koip6x", "ext_alt_text": "\u201cJon Snow is dead.\u2026\u201d from \u201cGAME OF THRONES SEASON 6 EPISODES\u201d by HBO PR.", "url": "https://t.co/jvZ3Koip6x", "sizes": {"large": {"resize": "fit", "w": 750, "h": 748}, "small": {"resize": "fit", "w": 340, "h": 339}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 600, "h": 598}}, "expanded_url": "http://twitter.com/Medium/status/724441953534877696/photo/1", "indices": [53, 76]}]}, "possibly_sensitive_appealable": false, "geo": null, "source": "Medium"}python-twitter-3.3/testdata/get_status_extra_params.json000066400000000000000000000011011311017327200240220ustar00rootroot00000000000000{"created_at": "Sun Mar 26 19:17:08 +0000 2006","in_reply_to_user_id_str": null,"contributors": null,"source": "Twitter Web Client","truncated": false,"text": "getting waxed!","favorited": false,"in_reply_to_screen_name": null,"coordinates": null,"id": 397,"place": null,"retweet_count": 152,"in_reply_to_status_id_str": null,"retweeted": false,"in_reply_to_status_id": null,"user": {"id": 12,"id_str": "12"},"lang": "en","id_str": "397","in_reply_to_user_id": null,"favorite_count": 168,"geo": null,"is_quote_status": false}python-twitter-3.3/testdata/get_status_oembed.json000066400000000000000000000011661311017327200226020ustar00rootroot00000000000000{"cache_age":"3153600000","url":"https:\/\/twitter.com\/jack\/statuses\/397","height":null,"provider_url":"https:\/\/twitter.com","provider_name":"Twitter","author_name":"Jack","version":"1.0","author_url":"https:\/\/twitter.com\/jack","type":"rich","html":"\u003Cblockquote class=\"twitter-tweet\"\u003E\u003Cp lang=\"en\" dir=\"ltr\"\u003Egetting waxed!\u003C\/p\u003E— Jack (@jack) \u003Ca href=\"https:\/\/twitter.com\/jack\/status\/397\"\u003EMarch 26, 2006\u003C\/a\u003E\u003C\/blockquote\u003E\n\u003Cscript async src=\"\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"\u003E\u003C\/script\u003E","width":550}python-twitter-3.3/testdata/get_status_promoted_video_tweet.json000066400000000000000000000126221311017327200255750ustar00rootroot00000000000000{"possibly_sensitive_appealable": false, "entities": {"user_mentions": [], "hashtags": [{"indices": [22, 29], "text": "amiibo"}, {"indices": [33, 41], "text": "Picross"}], "symbols": [], "urls": [{"display_url": "nintendo.com/games/detail/p\u2026", "url": "https://t.co/MjciohRcuW", "expanded_url": "http://www.nintendo.com/games/detail/picross-3d-round-2-3ds", "indices": [90, 113]}], "media": [{"type": "photo", "id": 778025997606105089, "url": "https://t.co/ibou4buFxe", "media_url": "http://pbs.twimg.com/media/CswaoY4UAAA8-Zj.jpg", "indices": [114, 137], "id_str": "778025997606105089", "display_url": "pic.twitter.com/ibou4buFxe", "expanded_url": "https://twitter.com/NintendoAmerica/status/778307811012780032/video/1", "sizes": {"large": {"resize": "fit", "w": 1280, "h": 720}, "small": {"resize": "fit", "w": 680, "h": 383}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 1200, "h": 675}}, "media_url_https": "https://pbs.twimg.com/media/CswaoY4UAAA8-Zj.jpg"}]}, "extended_entities": {"media": [{"id": 778025997606105089, "url": "https://t.co/ibou4buFxe", "media_url": "http://pbs.twimg.com/media/CswaoY4UAAA8-Zj.jpg", "video_info": {"duration_millis": 62996, "aspect_ratio": [16, 9], "variants": [{"bitrate": 320000, "url": "https://video.twimg.com/amplify_video/778025997606105089/vid/320x180/5Qr0z_HeycC2DvRj.mp4", "content_type": "video/mp4"}, {"bitrate": 2176000, "url": "https://video.twimg.com/amplify_video/778025997606105089/vid/1280x720/mUiy98wFwECTRNxT.mp4", "content_type": "video/mp4"}, {"bitrate": 832000, "url": "https://video.twimg.com/amplify_video/778025997606105089/vid/640x360/SX_HepRw0MeH796L.mp4", "content_type": "video/mp4"}, {"url": "https://video.twimg.com/amplify_video/778025997606105089/pl/PX7Gx8TRhJyUZ2-L.m3u8", "content_type": "application/x-mpegURL"}, {"url": "https://video.twimg.com/amplify_video/778025997606105089/pl/PX7Gx8TRhJyUZ2-L.mpd", "content_type": "application/dash+xml"}]}, "ext_alt_text": null, "sizes": {"large": {"resize": "fit", "w": 1280, "h": 720}, "small": {"resize": "fit", "w": 680, "h": 383}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 1200, "h": 675}}, "indices": [114, 137], "type": "video", "additional_media_info": {"title": "Picross 3D Round 2 - amiibo \"Hands-On\u201d Gameplay ", "description": "Unlock more puzzles in Picross 3D Round 2 with amiibo!", "call_to_actions": {"visit_site": {"url": "http://www.nintendo.com/games/detail/picross-3d-round-2-3ds"}}, "monetizable": false, "embeddable": true}, "id_str": "778025997606105089", "display_url": "pic.twitter.com/ibou4buFxe", "expanded_url": "https://twitter.com/NintendoAmerica/status/778307811012780032/video/1", "media_url_https": "https://pbs.twimg.com/media/CswaoY4UAAA8-Zj.jpg"}]}, "favorited": false, "text": "Puzzled on how to use #amiibo in #Picross 3D Round 2? Just follow these six simple steps!\nhttps://t.co/MjciohRcuW https://t.co/ibou4buFxe", "retweeted": false, "retweet_count": 119, "user": {"is_translator": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/745752686780387333/wsjpSx2K_normal.jpg", "url": "https://t.co/cMLmFbyXaL", "entities": {"description": {"urls": [{"display_url": "esrb.org", "url": "https://t.co/OgSR65P8OY", "expanded_url": "http://esrb.org", "indices": [103, 126]}]}, "url": {"urls": [{"display_url": "nintendo.com", "url": "https://t.co/cMLmFbyXaL", "expanded_url": "http://www.nintendo.com/", "indices": [0, 23]}]}}, "listed_count": 10347, "friends_count": 1350, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/623621309210083328/e9ZICp8d.jpg", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/623621309210083328/e9ZICp8d.jpg", "profile_use_background_image": true, "profile_link_color": "038543", "description": "Welcome to the official Nintendo profile for gaming news! We\u2019re listening, too. For ESRB ratings go to https://t.co/OgSR65P8OY", "favourites_count": 260, "protected": false, "profile_background_tile": false, "id_str": "5162861", "has_extended_profile": false, "profile_text_color": "333333", "verified": true, "follow_request_sent": false, "contributors_enabled": false, "lang": "en", "id": 5162861, "statuses_count": 11909, "notifications": false, "location": "", "created_at": "Wed Apr 18 22:43:15 +0000 2007", "name": "Nintendo of America", "is_translation_enabled": false, "default_profile_image": false, "profile_background_color": "ACDED6", "utc_offset": -25200, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5162861/1476972565", "profile_sidebar_border_color": "FFFFFF", "screen_name": "NintendoAmerica", "profile_sidebar_fill_color": "F6F6F6", "profile_image_url": "http://pbs.twimg.com/profile_images/745752686780387333/wsjpSx2K_normal.jpg", "default_profile": false, "time_zone": "Pacific Time (US & Canada)", "followers_count": 5246308, "translator_type": "none", "following": false}, "id_str": "778307811012780032", "is_quote_status": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "contributors": null, "id": 778307811012780032, "favorite_count": 609, "in_reply_to_screen_name": null, "geo": null, "created_at": "Tue Sep 20 19:00:17 +0000 2016", "source": "Twitter Web Client", "truncated": false, "lang": "en", "in_reply_to_user_id_str": null, "place": null, "coordinates": null, "in_reply_to_user_id": null, "possibly_sensitive": false}python-twitter-3.3/testdata/get_trends_current.json000066400000000000000000000230231311017327200230010ustar00rootroot00000000000000[{"trends":[{"name":"#Gala14GH16","url":"http:\/\/twitter.com\/search?q=%23Gala14GH16","promoted_content":null,"query":"%23Gala14GH16","tweet_volume":152046},{"name":"#XF9","url":"http:\/\/twitter.com\/search?q=%23XF9","promoted_content":null,"query":"%23XF9","tweet_volume":353588},{"name":"#GF14","url":"http:\/\/twitter.com\/search?q=%23GF14","promoted_content":null,"query":"%23GF14","tweet_volume":97315},{"name":"#bbcqt","url":"http:\/\/twitter.com\/search?q=%23bbcqt","promoted_content":null,"query":"%23bbcqt","tweet_volume":13123},{"name":"#KillEmWithKindnessSelena","url":"http:\/\/twitter.com\/search?q=%23KillEmWithKindnessSelena","promoted_content":null,"query":"%23KillEmWithKindnessSelena","tweet_volume":100305},{"name":"Tolga","url":"http:\/\/twitter.com\/search?q=Tolga","promoted_content":null,"query":"Tolga","tweet_volume":131085},{"name":"Sporting","url":"http:\/\/twitter.com\/search?q=Sporting","promoted_content":null,"query":"Sporting","tweet_volume":67748},{"name":"Susana Barreiros","url":"http:\/\/twitter.com\/search?q=%22Susana+Barreiros%22","promoted_content":null,"query":"%22Susana+Barreiros%22","tweet_volume":21590},{"name":"El Chapo","url":"http:\/\/twitter.com\/search?q=%22El+Chapo%22","promoted_content":null,"query":"%22El+Chapo%22","tweet_volume":20620},{"name":"QUEREMOS VER COMBATE","url":"http:\/\/twitter.com\/search?q=%22QUEREMOS+VER+COMBATE%22","promoted_content":null,"query":"%22QUEREMOS+VER+COMBATE%22","tweet_volume":15840},{"name":"Nissan 91","url":"http:\/\/twitter.com\/search?q=%22Nissan+91%22","promoted_content":null,"query":"%22Nissan+91%22","tweet_volume":null},{"name":"BRIAN NO NOS PEGUES","url":"http:\/\/twitter.com\/search?q=%22BRIAN+NO+NOS+PEGUES%22","promoted_content":null,"query":"%22BRIAN+NO+NOS+PEGUES%22","tweet_volume":11701},{"name":"Quaresma","url":"http:\/\/twitter.com\/search?q=Quaresma","promoted_content":null,"query":"Quaresma","tweet_volume":16785},{"name":"#\u0627\u0644\u0647\u0644\u0627\u0644_\u0627\u0644\u0627\u0647\u0644\u064A","url":"http:\/\/twitter.com\/search?q=%23%D8%A7%D9%84%D9%87%D9%84%D8%A7%D9%84_%D8%A7%D9%84%D8%A7%D9%87%D9%84%D9%8A","promoted_content":null,"query":"%23%D8%A7%D9%84%D9%87%D9%84%D8%A7%D9%84_%D8%A7%D9%84%D8%A7%D9%87%D9%84%D9%8A","tweet_volume":378616},{"name":"#BBCMusicAwards","url":"http:\/\/twitter.com\/search?q=%23BBCMusicAwards","promoted_content":null,"query":"%23BBCMusicAwards","tweet_volume":365523},{"name":"#firstdates","url":"http:\/\/twitter.com\/search?q=%23firstdates","promoted_content":null,"query":"%23firstdates","tweet_volume":null},{"name":"#\u0644\u062A\u062D\u0628\u0643_\u0628\u0646\u062A_\u0644\u0627\u0632\u0645","url":"http:\/\/twitter.com\/search?q=%23%D9%84%D8%AA%D8%AD%D8%A8%D9%83_%D8%A8%D9%86%D8%AA_%D9%84%D8%A7%D8%B2%D9%85","promoted_content":null,"query":"%23%D9%84%D8%AA%D8%AD%D8%A8%D9%83_%D8%A8%D9%86%D8%AA_%D9%84%D8%A7%D8%B2%D9%85","tweet_volume":13465},{"name":"#NBAVote","url":"http:\/\/twitter.com\/search?q=%23NBAVote","promoted_content":null,"query":"%23NBAVote","tweet_volume":89126},{"name":"#AguilaRoja103","url":"http:\/\/twitter.com\/search?q=%23AguilaRoja103","promoted_content":null,"query":"%23AguilaRoja103","tweet_volume":null},{"name":"#DelVeranoOdio","url":"http:\/\/twitter.com\/search?q=%23DelVeranoOdio","promoted_content":null,"query":"%23DelVeranoOdio","tweet_volume":30051},{"name":"#CarlosResponde","url":"http:\/\/twitter.com\/search?q=%23CarlosResponde","promoted_content":null,"query":"%23CarlosResponde","tweet_volume":null},{"name":"#VemProMundoDaLua","url":"http:\/\/twitter.com\/search?q=%23VemProMundoDaLua","promoted_content":null,"query":"%23VemProMundoDaLua","tweet_volume":null},{"name":"#BoomChaTOMORROW","url":"http:\/\/twitter.com\/search?q=%23BoomChaTOMORROW","promoted_content":null,"query":"%23BoomChaTOMORROW","tweet_volume":10118},{"name":"#\u0632\u062F_\u0631\u0635\u064A\u062F\u064327","url":"http:\/\/twitter.com\/search?q=%23%D8%B2%D8%AF_%D8%B1%D8%B5%D9%8A%D8%AF%D9%8327","promoted_content":null,"query":"%23%D8%B2%D8%AF_%D8%B1%D8%B5%D9%8A%D8%AF%D9%8327","tweet_volume":114444},{"name":"#\u0642\u0628\u064A\u0644\u0647_\u0627\u0644\u062A\u0631\u0646\u062F\u0627\u0648\u0628\u0647_\u0628\u062A\u0648\u0632\u0639_\u0641\u0648\u0644\u0648\u0631\u0632","url":"http:\/\/twitter.com\/search?q=%23%D9%82%D8%A8%D9%8A%D9%84%D9%87_%D8%A7%D9%84%D8%AA%D8%B1%D9%86%D8%AF%D8%A7%D9%88%D8%A8%D9%87_%D8%A8%D8%AA%D9%88%D8%B2%D8%B9_%D9%81%D9%88%D9%84%D9%88%D8%B1%D8%B2","promoted_content":null,"query":"%23%D9%82%D8%A8%D9%8A%D9%84%D9%87_%D8%A7%D9%84%D8%AA%D8%B1%D9%86%D8%AF%D8%A7%D9%88%D8%A8%D9%87_%D8%A8%D8%AA%D9%88%D8%B2%D8%B9_%D9%81%D9%88%D9%84%D9%88%D8%B1%D8%B2","tweet_volume":null},{"name":"#Velvet14","url":"http:\/\/twitter.com\/search?q=%23Velvet14","promoted_content":null,"query":"%23Velvet14","tweet_volume":null},{"name":"#\u062A\u062C\u0631\u0627_\u0648\u0642\u0648\u0644_\u0645\u064A\u0646_\u0645\u062E\u0631\u0641\u0646\u0643","url":"http:\/\/twitter.com\/search?q=%23%D8%AA%D8%AC%D8%B1%D8%A7_%D9%88%D9%82%D9%88%D9%84_%D9%85%D9%8A%D9%86_%D9%85%D8%AE%D8%B1%D9%81%D9%86%D9%83","promoted_content":null,"query":"%23%D8%AA%D8%AC%D8%B1%D8%A7_%D9%88%D9%82%D9%88%D9%84_%D9%85%D9%8A%D9%86_%D9%85%D8%AE%D8%B1%D9%81%D9%86%D9%83","tweet_volume":null},{"name":"#LouisYouAreOurGroundWire","url":"http:\/\/twitter.com\/search?q=%23LouisYouAreOurGroundWire","promoted_content":null,"query":"%23LouisYouAreOurGroundWire","tweet_volume":11162},{"name":"#\u015EuAnEn\u00C7ok\u0130stedi\u011Fim","url":"http:\/\/twitter.com\/search?q=%23%C5%9EuAnEn%C3%87ok%C4%B0stedi%C4%9Fim","promoted_content":null,"query":"%23%C5%9EuAnEn%C3%87ok%C4%B0stedi%C4%9Fim","tweet_volume":null},{"name":"#TBTNOMTVHITS","url":"http:\/\/twitter.com\/search?q=%23TBTNOMTVHITS","promoted_content":null,"query":"%23TBTNOMTVHITS","tweet_volume":12466},{"name":"#piazzapulita","url":"http:\/\/twitter.com\/search?q=%23piazzapulita","promoted_content":null,"query":"%23piazzapulita","tweet_volume":null},{"name":"#DavidGuettaEH","url":"http:\/\/twitter.com\/search?q=%23DavidGuettaEH","promoted_content":null,"query":"%23DavidGuettaEH","tweet_volume":null},{"name":"#FrasesQueArden","url":"http:\/\/twitter.com\/search?q=%23FrasesQueArden","promoted_content":null,"query":"%23FrasesQueArden","tweet_volume":11964},{"name":"#\u0627\u0644\u0627\u0633\u0644\u0627\u0645_\u064A\u062F\u0639\u0648\u0627_\u0627\u0644\u064A","url":"http:\/\/twitter.com\/search?q=%23%D8%A7%D9%84%D8%A7%D8%B3%D9%84%D8%A7%D9%85_%D9%8A%D8%AF%D8%B9%D9%88%D8%A7_%D8%A7%D9%84%D9%8A","promoted_content":null,"query":"%23%D8%A7%D9%84%D8%A7%D8%B3%D9%84%D8%A7%D9%85_%D9%8A%D8%AF%D8%B9%D9%88%D8%A7_%D8%A7%D9%84%D9%8A","tweet_volume":null},{"name":"#ALDUBMaiDenMoment","url":"http:\/\/twitter.com\/search?q=%23ALDUBMaiDenMoment","promoted_content":null,"query":"%23ALDUBMaiDenMoment","tweet_volume":458572},{"name":"#NoNatalQueroGanhar","url":"http:\/\/twitter.com\/search?q=%23NoNatalQueroGanhar","promoted_content":null,"query":"%23NoNatalQueroGanhar","tweet_volume":25431},{"name":"#\u0645\u0639\u0644\u0645\u064A\u0646_\u0627\u0644\u062E\u0645\u064A\u0633_\u0639\u0627\u0644\u0631\u0627\u062F\u064A\u0648_9090","url":"http:\/\/twitter.com\/search?q=%23%D9%85%D8%B9%D9%84%D9%85%D9%8A%D9%86_%D8%A7%D9%84%D8%AE%D9%85%D9%8A%D8%B3_%D8%B9%D8%A7%D9%84%D8%B1%D8%A7%D8%AF%D9%8A%D9%88_9090","promoted_content":null,"query":"%23%D9%85%D8%B9%D9%84%D9%85%D9%8A%D9%86_%D8%A7%D9%84%D8%AE%D9%85%D9%8A%D8%B3_%D8%B9%D8%A7%D9%84%D8%B1%D8%A7%D8%AF%D9%8A%D9%88_9090","tweet_volume":null},{"name":"#\u064A\u0639\u062C\u0628\u0646\u064A_\u0641\u064A\u0643","url":"http:\/\/twitter.com\/search?q=%23%D9%8A%D8%B9%D8%AC%D8%A8%D9%86%D9%8A_%D9%81%D9%8A%D9%83","promoted_content":null,"query":"%23%D9%8A%D8%B9%D8%AC%D8%A8%D9%86%D9%8A_%D9%81%D9%8A%D9%83","tweet_volume":null},{"name":"#PartyChilensisPaWear","url":"http:\/\/twitter.com\/search?q=%23PartyChilensisPaWear","promoted_content":null,"query":"%23PartyChilensisPaWear","tweet_volume":null},{"name":"#TilTemir","url":"http:\/\/twitter.com\/search?q=%23TilTemir","promoted_content":null,"query":"%23TilTemir","tweet_volume":null},{"name":"#\u015EuankiRuhHalim","url":"http:\/\/twitter.com\/search?q=%23%C5%9EuankiRuhHalim","promoted_content":null,"query":"%23%C5%9EuankiRuhHalim","tweet_volume":14613},{"name":"#mas8aldia","url":"http:\/\/twitter.com\/search?q=%23mas8aldia","promoted_content":null,"query":"%23mas8aldia","tweet_volume":10338},{"name":"#COYS","url":"http:\/\/twitter.com\/search?q=%23COYS","promoted_content":null,"query":"%23COYS","tweet_volume":19210},{"name":"#EuropaLeague","url":"http:\/\/twitter.com\/search?q=%23EuropaLeague","promoted_content":null,"query":"%23EuropaLeague","tweet_volume":19601},{"name":"#SomethingSweet8days","url":"http:\/\/twitter.com\/search?q=%23SomethingSweet8days","promoted_content":null,"query":"%23SomethingSweet8days","tweet_volume":31639},{"name":"#AskTokioHotel","url":"http:\/\/twitter.com\/search?q=%23AskTokioHotel","promoted_content":null,"query":"%23AskTokioHotel","tweet_volume":59945},{"name":"#PiensaTuVoto","url":"http:\/\/twitter.com\/search?q=%23PiensaTuVoto","promoted_content":null,"query":"%23PiensaTuVoto","tweet_volume":null},{"name":"#SLSWorldwide","url":"http:\/\/twitter.com\/search?q=%23SLSWorldwide","promoted_content":null,"query":"%23SLSWorldwide","tweet_volume":null},{"name":"#LasMerasTernuritas","url":"http:\/\/twitter.com\/search?q=%23LasMerasTernuritas","promoted_content":null,"query":"%23LasMerasTernuritas","tweet_volume":null},{"name":"#CuandoLosPumasJuegan","url":"http:\/\/twitter.com\/search?q=%23CuandoLosPumasJuegan","promoted_content":null,"query":"%23CuandoLosPumasJuegan","tweet_volume":null}],"as_of":"2015-12-10T23:35:25Z","created_at":"2015-12-10T23:25:05Z","locations":[{"name":"Worldwide","woeid":1}]}]python-twitter-3.3/testdata/get_trends_current_unicode.json000066400000000000000000000216761311017327200245230ustar00rootroot00000000000000[{"created_at": "2016-04-12T02:06:56Z", "locations": [{"woeid": 1, "name": "Worldwide"}], "as_of": "2016-04-12T02:11:22Z", "trends": [{"query": "%23LiberdadeLiberdade", "name": "#LiberdadeLiberdade", "promoted_content": null, "url": "http://twitter.com/search?q=%23LiberdadeLiberdade", "tweet_volume": 23755}, {"query": "%23EducandoANina", "name": "#EducandoANina", "promoted_content": null, "url": "http://twitter.com/search?q=%23EducandoANina", "tweet_volume": 22531}, {"query": "%23LHHATL", "name": "#LHHATL", "promoted_content": null, "url": "http://twitter.com/search?q=%23LHHATL", "tweet_volume": 100256}, {"query": "%23ReapareceCFK", "name": "#ReapareceCFK", "promoted_content": null, "url": "http://twitter.com/search?q=%23ReapareceCFK", "tweet_volume": 99254}, {"query": "%23LuanACaixa", "name": "#LuanACaixa", "promoted_content": null, "url": "http://twitter.com/search?q=%23LuanACaixa", "tweet_volume": 128806}, {"query": "%22THANK+YOU+ARDEN%22", "name": "THANK YOU ARDEN", "promoted_content": null, "url": "http://twitter.com/search?q=%22THANK+YOU+ARDEN%22", "tweet_volume": 53636}, {"query": "Tommie", "name": "Tommie", "promoted_content": null, "url": "http://twitter.com/search?q=Tommie", "tweet_volume": 36338}, {"query": "Temer", "name": "Temer", "promoted_content": null, "url": "http://twitter.com/search?q=Temer", "tweet_volume": 103566}, {"query": "%22Josh+Gordon%22", "name": "Josh Gordon", "promoted_content": null, "url": "http://twitter.com/search?q=%22Josh+Gordon%22", "tweet_volume": 56436}, {"query": "%22Roberto+Jefferson%22", "name": "Roberto Jefferson", "promoted_content": null, "url": "http://twitter.com/search?q=%22Roberto+Jefferson%22", "tweet_volume": null}, {"query": "Cesaro", "name": "Cesaro", "promoted_content": null, "url": "http://twitter.com/search?q=Cesaro", "tweet_volume": 12000}, {"query": "%22Josh+Jackson%22", "name": "Josh Jackson", "promoted_content": null, "url": "http://twitter.com/search?q=%22Josh+Jackson%22", "tweet_volume": 15524}, {"query": "%22Esteban+Lamothe%22", "name": "Esteban Lamothe", "promoted_content": null, "url": "http://twitter.com/search?q=%22Esteban+Lamothe%22", "tweet_volume": null}, {"query": "%22LUCERO+CANTA+NO+BRASIL%22", "name": "LUCERO CANTA NO BRASIL", "promoted_content": null, "url": "http://twitter.com/search?q=%22LUCERO+CANTA+NO+BRASIL%22", "tweet_volume": 35999}, {"query": "Poncho", "name": "Poncho", "promoted_content": null, "url": "http://twitter.com/search?q=Poncho", "tweet_volume": 29235}, {"query": "%23VelhoChico", "name": "#VelhoChico", "promoted_content": null, "url": "http://twitter.com/search?q=%23VelhoChico", "tweet_volume": 14674}, {"query": "%23DWTS", "name": "#DWTS", "promoted_content": null, "url": "http://twitter.com/search?q=%23DWTS", "tweet_volume": 28444}, {"query": "%23MiMejorMomento", "name": "#MiMejorMomento", "promoted_content": null, "url": "http://twitter.com/search?q=%23MiMejorMomento", "tweet_volume": 11922}, {"query": "%23N%C3%A3oD%C3%AAUnfTagueirosSdv", "name": "#N\u00e3oD\u00eaUnfTagueirosSdv", "promoted_content": null, "url": "http://twitter.com/search?q=%23N%C3%A3oD%C3%AAUnfTagueirosSdv", "tweet_volume": 16014}, {"query": "%23BlackInkCrew", "name": "#BlackInkCrew", "promoted_content": null, "url": "http://twitter.com/search?q=%23BlackInkCrew", "tweet_volume": 13828}, {"query": "%23BulletClub", "name": "#BulletClub", "promoted_content": null, "url": "http://twitter.com/search?q=%23BulletClub", "tweet_volume": null}, {"query": "%23VzlaApoyaALaAN", "name": "#VzlaApoyaALaAN", "promoted_content": null, "url": "http://twitter.com/search?q=%23VzlaApoyaALaAN", "tweet_volume": 26402}, {"query": "%23WelcomeToBrazilPurposeTour", "name": "#WelcomeToBrazilPurposeTour", "promoted_content": null, "url": "http://twitter.com/search?q=%23WelcomeToBrazilPurposeTour", "tweet_volume": 11638}, {"query": "%23RAWCL", "name": "#RAWCL", "promoted_content": null, "url": "http://twitter.com/search?q=%23RAWCL", "tweet_volume": null}, {"query": "%23MemesDeEx", "name": "#MemesDeEx", "promoted_content": null, "url": "http://twitter.com/search?q=%23MemesDeEx", "tweet_volume": null}, {"query": "%23HereIAm", "name": "#HereIAm", "promoted_content": null, "url": "http://twitter.com/search?q=%23HereIAm", "tweet_volume": null}, {"query": "%23VoicePlayoffs", "name": "#VoicePlayoffs", "promoted_content": null, "url": "http://twitter.com/search?q=%23VoicePlayoffs", "tweet_volume": 26373}, {"query": "%23%D8%A7%D9%82%D9%88%D9%8A_%D8%B9%D8%A8%D8%A7%D8%B1%D9%87_%D8%B1%D9%88%D9%85%D8%A7%D9%86%D8%B3%D9%8A%D9%87", "name": "#\u0627\u0642\u0648\u064a_\u0639\u0628\u0627\u0631\u0647_\u0631\u0648\u0645\u0627\u0646\u0633\u064a\u0647", "promoted_content": null, "url": "http://twitter.com/search?q=%23%D8%A7%D9%82%D9%88%D9%8A_%D8%B9%D8%A8%D8%A7%D8%B1%D9%87_%D8%B1%D9%88%D9%85%D8%A7%D9%86%D8%B3%D9%8A%D9%87", "tweet_volume": 36470}, {"query": "%23SouthernCharm", "name": "#SouthernCharm", "promoted_content": null, "url": "http://twitter.com/search?q=%23SouthernCharm", "tweet_volume": null}, {"query": "%23JackieRobinsonPBS", "name": "#JackieRobinsonPBS", "promoted_content": null, "url": "http://twitter.com/search?q=%23JackieRobinsonPBS", "tweet_volume": null}, {"query": "%23Gotham", "name": "#Gotham", "promoted_content": null, "url": "http://twitter.com/search?q=%23Gotham", "tweet_volume": 16606}, {"query": "%23%D8%AA%D8%B9%D9%84%D9%8A%D9%82_%D8%A7%D9%84%D8%AF%D8%B1%D8%A7%D8%B3%D9%87", "name": "#\u062a\u0639\u0644\u064a\u0642_\u0627\u0644\u062f\u0631\u0627\u0633\u0647", "promoted_content": null, "url": "http://twitter.com/search?q=%23%D8%AA%D8%B9%D9%84%D9%8A%D9%82_%D8%A7%D9%84%D8%AF%D8%B1%D8%A7%D8%B3%D9%87", "tweet_volume": 52968}, {"query": "%23AhoraElPuntoEs", "name": "#AhoraElPuntoEs", "promoted_content": null, "url": "http://twitter.com/search?q=%23AhoraElPuntoEs", "tweet_volume": 13352}, {"query": "%23TopDanceCasting2", "name": "#TopDanceCasting2", "promoted_content": null, "url": "http://twitter.com/search?q=%23TopDanceCasting2", "tweet_volume": 20494}, {"query": "%23isola", "name": "#isola", "promoted_content": null, "url": "http://twitter.com/search?q=%23isola", "tweet_volume": 80890}, {"query": "%23Supergirl", "name": "#Supergirl", "promoted_content": null, "url": "http://twitter.com/search?q=%23Supergirl", "tweet_volume": 16096}, {"query": "%23BatesMotel", "name": "#BatesMotel", "promoted_content": null, "url": "http://twitter.com/search?q=%23BatesMotel", "tweet_volume": null}, {"query": "%23JaneTheVirgin", "name": "#JaneTheVirgin", "promoted_content": null, "url": "http://twitter.com/search?q=%23JaneTheVirgin", "tweet_volume": null}, {"query": "%23%D9%86%D9%81%D8%B3%D9%83_%D8%AA%D8%A8%D9%8A%D8%B9_%D8%A7%D9%8A%D9%87_%D9%84%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D9%87", "name": "#\u0646\u0641\u0633\u0643_\u062a\u0628\u064a\u0639_\u0627\u064a\u0647_\u0644\u0644\u0633\u0639\u0648\u062f\u064a\u0647", "promoted_content": null, "url": "http://twitter.com/search?q=%23%D9%86%D9%81%D8%B3%D9%83_%D8%AA%D8%A8%D9%8A%D8%B9_%D8%A7%D9%8A%D9%87_%D9%84%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D9%87", "tweet_volume": null}, {"query": "%23AnaPaulaNoMissEMisses", "name": "#AnaPaulaNoMissEMisses", "promoted_content": null, "url": "http://twitter.com/search?q=%23AnaPaulaNoMissEMisses", "tweet_volume": 43926}, {"query": "%23LasMemoriasDeMoises", "name": "#LasMemoriasDeMoises", "promoted_content": null, "url": "http://twitter.com/search?q=%23LasMemoriasDeMoises", "tweet_volume": null}, {"query": "%23YoTengoWaveVIP", "name": "#YoTengoWaveVIP", "promoted_content": null, "url": "http://twitter.com/search?q=%23YoTengoWaveVIP", "tweet_volume": 11276}, {"query": "%23LunesdeMhoni", "name": "#LunesdeMhoni", "promoted_content": null, "url": "http://twitter.com/search?q=%23LunesdeMhoni", "tweet_volume": null}, {"query": "%23%D8%AA%D8%B4%D8%AF_%D8%A7%D9%86%D8%AA%D8%A8%D8%A7%D9%87%D9%8A_%D8%A7%D8%B0%D8%A7", "name": "#\u062a\u0634\u062f_\u0627\u0646\u062a\u0628\u0627\u0647\u064a_\u0627\u0630\u0627", "promoted_content": null, "url": "http://twitter.com/search?q=%23%D8%AA%D8%B4%D8%AF_%D8%A7%D9%86%D8%AA%D8%A8%D8%A7%D9%87%D9%8A_%D8%A7%D8%B0%D8%A7", "tweet_volume": null}, {"query": "%23AmigasFalando", "name": "#AmigasFalando", "promoted_content": null, "url": "http://twitter.com/search?q=%23AmigasFalando", "tweet_volume": null}, {"query": "%23InTheUnlikelyEventOfATie", "name": "#InTheUnlikelyEventOfATie", "promoted_content": null, "url": "http://twitter.com/search?q=%23InTheUnlikelyEventOfATie", "tweet_volume": null}, {"query": "%23ALDUBSummerAdventure", "name": "#ALDUBSummerAdventure", "promoted_content": null, "url": "http://twitter.com/search?q=%23ALDUBSummerAdventure", "tweet_volume": 348878}, {"query": "%23KasichFamily", "name": "#KasichFamily", "promoted_content": null, "url": "http://twitter.com/search?q=%23KasichFamily", "tweet_volume": null}, {"query": "%23CiudadanosCNN", "name": "#CiudadanosCNN", "promoted_content": null, "url": "http://twitter.com/search?q=%23CiudadanosCNN", "tweet_volume": null}, {"query": "%23ChatConLaPandillaEdward", "name": "#ChatConLaPandillaEdward", "promoted_content": null, "url": "http://twitter.com/search?q=%23ChatConLaPandillaEdward", "tweet_volume": null}]}]python-twitter-3.3/testdata/get_trends_woeid.json000066400000000000000000000171131311017327200224310ustar00rootroot00000000000000[{"trends":[{"name":"#ChangeAConsonantSpoilAMovie","url":"http:\\/\\/twitter.com\\/search?q=%23ChangeAConsonantSpoilAMovie","promoted_content":null,"query":"%23ChangeAConsonantSpoilAMovie","tweet_volume":null},{"name":"Aaliyah","url":"http:\\/\\/twitter.com\\/search?q=Aaliyah","promoted_content":null,"query":"Aaliyah","tweet_volume":104403},{"name":"#blackcomicbookfestnyc","url":"http:\\/\\/twitter.com\\/search?q=%23blackcomicbookfestnyc","promoted_content":null,"query":"%23blackcomicbookfestnyc","tweet_volume":null},{"name":"#DoYourJob","url":"http:\\/\\/twitter.com\\/search?q=%23DoYourJob","promoted_content":null,"query":"%23DoYourJob","tweet_volume":64382},{"name":"#TheySayItsImpossibleBut","url":"http:\\/\\/twitter.com\\/search?q=%23TheySayItsImpossibleBut","promoted_content":null,"query":"%23TheySayItsImpossibleBut","tweet_volume":null},{"name":"#JasonRezaian","url":"http:\\/\\/twitter.com\\/search?q=%23JasonRezaian","promoted_content":null,"query":"%23JasonRezaian","tweet_volume":null},{"name":"Matt Barnes","url":"http:\\/\\/twitter.com\\/search?q=%22Matt+Barnes%22","promoted_content":null,"query":"%22Matt+Barnes%22","tweet_volume":null},{"name":"JT Miller","url":"http:\\/\\/twitter.com\\/search?q=%22JT+Miller%22","promoted_content":null,"query":"%22JT+Miller%22","tweet_volume":null},{"name":"Ted Marchibroda","url":"http:\\/\\/twitter.com\\/search?q=%22Ted+Marchibroda%22","promoted_content":null,"query":"%22Ted+Marchibroda%22","tweet_volume":null},{"name":"Celine Dion","url":"http:\\/\\/twitter.com\\/search?q=%22Celine+Dion%22","promoted_content":null,"query":"%22Celine+Dion%22","tweet_volume":60820},{"name":"Chelsea","url":"http:\\/\\/twitter.com\\/search?q=Chelsea","promoted_content":null,"query":"Chelsea","tweet_volume":312197},{"name":"Meeks","url":"http:\\/\\/twitter.com\\/search?q=Meeks","promoted_content":null,"query":"Meeks","tweet_volume":null},{"name":"John Landgraf","url":"http:\\/\\/twitter.com\\/search?q=%22John+Landgraf%22","promoted_content":null,"query":"%22John+Landgraf%22","tweet_volume":null},{"name":"Frank Jackson","url":"http:\\/\\/twitter.com\\/search?q=%22Frank+Jackson%22","promoted_content":null,"query":"%22Frank+Jackson%22","tweet_volume":null},{"name":"Everton","url":"http:\\/\\/twitter.com\\/search?q=Everton","promoted_content":null,"query":"Everton","tweet_volume":189872},{"name":"Villa","url":"http:\\/\\/twitter.com\\/search?q=Villa","promoted_content":null,"query":"Villa","tweet_volume":98183},{"name":"Brice Johnson","url":"http:\\/\\/twitter.com\\/search?q=%22Brice+Johnson%22","promoted_content":null,"query":"%22Brice+Johnson%22","tweet_volume":null},{"name":"Louis C.K.","url":"http:\\/\\/twitter.com\\/search?q=%22Louis+C.K.%22","promoted_content":null,"query":"%22Louis+C.K.%22","tweet_volume":null},{"name":"Punisher","url":"http:\\/\\/twitter.com\\/search?q=Punisher","promoted_content":null,"query":"Punisher","tweet_volume":null},{"name":"Sade","url":"http:\\/\\/twitter.com\\/search?q=Sade","promoted_content":null,"query":"Sade","tweet_volume":16084},{"name":"Julian Edelman","url":"http:\\/\\/twitter.com\\/search?q=%22Julian+Edelman%22","promoted_content":null,"query":"%22Julian+Edelman%22","tweet_volume":null},{"name":"Chris Davis","url":"http:\\/\\/twitter.com\\/search?q=%22Chris+Davis%22","promoted_content":null,"query":"%22Chris+Davis%22","tweet_volume":14870},{"name":"Hoyas","url":"http:\\/\\/twitter.com\\/search?q=Hoyas","promoted_content":null,"query":"Hoyas","tweet_volume":null},{"name":"Josh Hart","url":"http:\\/\\/twitter.com\\/search?q=%22Josh+Hart%22","promoted_content":null,"query":"%22Josh+Hart%22","tweet_volume":null},{"name":"Wes Clark","url":"http:\\/\\/twitter.com\\/search?q=%22Wes+Clark%22","promoted_content":null,"query":"%22Wes+Clark%22","tweet_volume":null},{"name":"Grayson Allen","url":"http:\\/\\/twitter.com\\/search?q=%22Grayson+Allen%22","promoted_content":null,"query":"%22Grayson+Allen%22","tweet_volume":null},{"name":"Ian Kennedy","url":"http:\\/\\/twitter.com\\/search?q=%22Ian+Kennedy%22","promoted_content":null,"query":"%22Ian+Kennedy%22","tweet_volume":null},{"name":"Scott Brown","url":"http:\\/\\/twitter.com\\/search?q=%22Scott+Brown%22","promoted_content":null,"query":"%22Scott+Brown%22","tweet_volume":null},{"name":"Anze Kopitar","url":"http:\\/\\/twitter.com\\/search?q=%22Anze+Kopitar%22","promoted_content":null,"query":"%22Anze+Kopitar%22","tweet_volume":null},{"name":"#YoullKnowImHappyWhen","url":"http:\\/\\/twitter.com\\/search?q=%23YoullKnowImHappyWhen","promoted_content":null,"query":"%23YoullKnowImHappyWhen","tweet_volume":null},{"name":"#NALCS","url":"http:\\/\\/twitter.com\\/search?q=%23NALCS","promoted_content":null,"query":"%23NALCS","tweet_volume":null},{"name":"#KungFuPanda3","url":"http:\\/\\/twitter.com\\/search?q=%23KungFuPanda3","promoted_content":null,"query":"%23KungFuPanda3","tweet_volume":null},{"name":"#17stanselcaday","url":"http:\\/\\/twitter.com\\/search?q=%2317stanselcaday","promoted_content":null,"query":"%2317stanselcaday","tweet_volume":null},{"name":"#IranDeal","url":"http:\\/\\/twitter.com\\/search?q=%23IranDeal","promoted_content":null,"query":"%23IranDeal","tweet_volume":10919},{"name":"#caturday","url":"http:\\/\\/twitter.com\\/search?q=%23caturday","promoted_content":null,"query":"%23caturday","tweet_volume":null},{"name":"#IfIDidntKnowBetterIdThink","url":"http:\\/\\/twitter.com\\/search?q=%23IfIDidntKnowBetterIdThink","promoted_content":null,"query":"%23IfIDidntKnowBetterIdThink","tweet_volume":null},{"name":"#BLOXYAwards","url":"http:\\/\\/twitter.com\\/search?q=%23BLOXYAwards","promoted_content":null,"query":"%23BLOXYAwards","tweet_volume":null},{"name":"#NXTChicago","url":"http:\\/\\/twitter.com\\/search?q=%23NXTChicago","promoted_content":null,"query":"%23NXTChicago","tweet_volume":null},{"name":"#JadaSaid","url":"http:\\/\\/twitter.com\\/search?q=%23JadaSaid","promoted_content":null,"query":"%23JadaSaid","tweet_volume":null},{"name":"#GoHeels","url":"http:\\/\\/twitter.com\\/search?q=%23GoHeels","promoted_content":null,"query":"%23GoHeels","tweet_volume":null},{"name":"#CHEvEFC","url":"http:\\/\\/twitter.com\\/search?q=%23CHEvEFC","promoted_content":null,"query":"%23CHEvEFC","tweet_volume":null},{"name":"#Pel\\u00EDculasQueHeVistoMilVeces","url":"http:\\/\\/twitter.com\\/search?q=%23Pel%C3%ADculasQueHeVistoMilVeces","promoted_content":null,"query":"%23Pel%C3%ADculasQueHeVistoMilVeces","tweet_volume":44929},{"name":"#ReclaimMLK","url":"http:\\/\\/twitter.com\\/search?q=%23ReclaimMLK","promoted_content":null,"query":"%23ReclaimMLK","tweet_volume":10317},{"name":"#NYRvsPHI","url":"http:\\/\\/twitter.com\\/search?q=%23NYRvsPHI","promoted_content":null,"query":"%23NYRvsPHI","tweet_volume":null},{"name":"#HHClassic","url":"http:\\/\\/twitter.com\\/search?q=%23HHClassic","promoted_content":null,"query":"%23HHClassic","tweet_volume":null},{"name":"#AVLLEI","url":"http:\\/\\/twitter.com\\/search?q=%23AVLLEI","promoted_content":null,"query":"%23AVLLEI","tweet_volume":null},{"name":"#ScopeForGood","url":"http:\\/\\/twitter.com\\/search?q=%23ScopeForGood","promoted_content":null,"query":"%23ScopeForGood","tweet_volume":null},{"name":"#BeRedSeeRed","url":"http:\\/\\/twitter.com\\/search?q=%23BeRedSeeRed","promoted_content":null,"query":"%23BeRedSeeRed","tweet_volume":15572},{"name":"#WhatAboutBob","url":"http:\\/\\/twitter.com\\/search?q=%23WhatAboutBob","promoted_content":null,"query":"%23WhatAboutBob","tweet_volume":null},{"name":"#MakeHerMadIn3Words","url":"http:\\/\\/twitter.com\\/search?q=%23MakeHerMadIn3Words","promoted_content":null,"query":"%23MakeHerMadIn3Words","tweet_volume":null}],"as_of":"2016-01-16T20:28:23Z","created_at":"2016-01-16T20:21:25Z","locations":[{"name":"New York","woeid":2459115}]}]python-twitter-3.3/testdata/get_trends_woeid_exclude.json000066400000000000000000000041601311017327200241400ustar00rootroot00000000000000[{"trends":[{"name":"Duette","url":"http:\/\/twitter.com\/search?q=Duette","promoted_content":null,"query":"Duette","tweet_volume":null},{"name":"Adam Driver","url":"http:\/\/twitter.com\/search?q=%22Adam+Driver%22","promoted_content":null,"query":"%22Adam+Driver%22","tweet_volume":19117},{"name":"Siesta Key","url":"http:\/\/twitter.com\/search?q=%22Siesta+Key%22","promoted_content":null,"query":"%22Siesta+Key%22","tweet_volume":null},{"name":"Rayo","url":"http:\/\/twitter.com\/search?q=Rayo","promoted_content":null,"query":"Rayo","tweet_volume":16112},{"name":"Tornado Warning","url":"http:\/\/twitter.com\/search?q=%22Tornado+Warning%22","promoted_content":null,"query":"%22Tornado+Warning%22","tweet_volume":null},{"name":"Corbyn","url":"http:\/\/twitter.com\/search?q=Corbyn","promoted_content":null,"query":"Corbyn","tweet_volume":28709},{"name":"Dhoni","url":"http:\/\/twitter.com\/search?q=Dhoni","promoted_content":null,"query":"Dhoni","tweet_volume":24235},{"name":"So Future","url":"http:\/\/twitter.com\/search?q=%22So+Future%22","promoted_content":null,"query":"%22So+Future%22","tweet_volume":null},{"name":"Meek","url":"http:\/\/twitter.com\/search?q=Meek","promoted_content":null,"query":"Meek","tweet_volume":252346},{"name":"Chiefs","url":"http:\/\/twitter.com\/search?q=Chiefs","promoted_content":null,"query":"Chiefs","tweet_volume":274640},{"name":"Brady","url":"http:\/\/twitter.com\/search?q=Brady","promoted_content":null,"query":"Brady","tweet_volume":264675},{"name":"Greg","url":"http:\/\/twitter.com\/search?q=Greg","promoted_content":null,"query":"Greg","tweet_volume":153857},{"name":"Aaliyah","url":"http:\/\/twitter.com\/search?q=Aaliyah","promoted_content":null,"query":"Aaliyah","tweet_volume":162055},{"name":"Jeff Janis","url":"http:\/\/twitter.com\/search?q=%22Jeff+Janis%22","promoted_content":null,"query":"%22Jeff+Janis%22","tweet_volume":33813},{"name":"Eddie Lacy","url":"http:\/\/twitter.com\/search?q=%22Eddie+Lacy%22","promoted_content":null,"query":"%22Eddie+Lacy%22","tweet_volume":25529}],"as_of":"2016-01-17T12:34:48Z","created_at":"2016-01-17T12:30:46Z","locations":[{"name":"New York","woeid":2459115}]}]python-twitter-3.3/testdata/get_user.json000066400000000000000000000037341311017327200207250ustar00rootroot00000000000000{"id":718443,"id_str":"718443","name":"Kesuke Miyagi","screen_name":"kesuke","location":"Okinawa, Japan","profile_location":null,"description":"\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":22,"friends_count":1,"listed_count":6,"created_at":"Sun Jan 28 06:31:55 +0000 2007","favourites_count":0,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":10,"lang":"en","status":{"created_at":"Mon Jul 07 13:10:40 +0000 2014","id":486135208928751616,"id_str":"486135208928751616","text":"Wax on.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}python-twitter-3.3/testdata/get_user_retweets.json000066400000000000000000002155761311017327200226600ustar00rootroot00000000000000[{"created_at":"Mon Nov 30 11:44:08 +0000 2015","id":671293633849655296,"id_str":"671293633849655296","text":"data #python","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[5,12]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"in"},{"created_at":"Mon Nov 30 11:38:55 +0000 2015","id":671292317123387396,"id_str":"671292317123387396","text":"#python is cool","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"python","indices":[0,7]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:38:08 +0000 2015","id":671292121203257344,"id_str":"671292121203257344","text":"test","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 11:36:57 +0000 2015","id":671291823994888192,"id_str":"671291823994888192","text":"s'up","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Mon Nov 30 11:17:49 +0000 2015","id":671287007889506304,"id_str":"671287007889506304","text":"heyyo","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"tl"},{"created_at":"Mon Nov 30 11:17:11 +0000 2015","id":671286849579720704,"id_str":"671286849579720704","text":"hi","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},{"created_at":"Fri Nov 13 12:02:32 +0000 2015","id":665137669886902272,"id_str":"665137669886902272","text":"hi https:\/\/t.co\/R7CjFKbgeg","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":665136967898767360,"id_str":"665136967898767360","indices":[3,26],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","url":"https:\/\/t.co\/R7CjFKbgeg","display_url":"pic.twitter.com\/R7CjFKbgeg","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/665137669886902272\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":665136967898767360,"id_str":"665136967898767360","indices":[3,26],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/665136967898767360\/pr\/img\/3IxtGSuyPd30vXP_.jpg","url":"https:\/\/t.co\/R7CjFKbgeg","display_url":"pic.twitter.com\/R7CjFKbgeg","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/665137669886902272\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}},"video_info":{"aspect_ratio":[16,9],"duration_millis":6500,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/pl\/W6BlyXzk7g_8-tKJ.mpd"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/1280x720\/htYRJBesfbSGeoT8.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/640x360\/BUBv0buG27I8DgM9.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/640x360\/BUBv0buG27I8DgM9.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/vid\/320x180\/HMdmPavKQMvFzWnq.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/665136967898767360\/pr\/pl\/W6BlyXzk7g_8-tKJ.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Mon Nov 09 23:54:36 +0000 2015","id":663867314799050752,"id_str":"663867314799050752","text":"Coordinates: (-23.724299586845486, 116.83818451838428) https:\/\/t.co\/c1rNh9GkhL","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663867262881783808,"id_str":"663867262881783808","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","url":"https:\/\/t.co\/c1rNh9GkhL","display_url":"pic.twitter.com\/c1rNh9GkhL","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663867314799050752\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663867262881783808,"id_str":"663867262881783808","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663867262881783808\/pr\/img\/cpH693DoHi9TS7Yl.jpg","url":"https:\/\/t.co\/c1rNh9GkhL","display_url":"pic.twitter.com\/c1rNh9GkhL","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663867314799050752\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":14834,"variants":[{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/pl\/MwL-LTqapKjJwZyl.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/480x480\/Q9mGbytAe11Sz4hx.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/240x240\/Ij3RqA9YktoMaI42.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/720x720\/B6dD-annh_65-vR4.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/pl\/MwL-LTqapKjJwZyl.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663867262881783808\/pr\/vid\/480x480\/Q9mGbytAe11Sz4hx.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 23:30:32 +0000 2015","id":663861256521170946,"id_str":"663861256521170946","text":"Coordinates: (19.25115865817856, 128.6433834429668) https:\/\/t.co\/kwT95TSYa7","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663861220156375040,"id_str":"663861220156375040","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","url":"https:\/\/t.co\/kwT95TSYa7","display_url":"pic.twitter.com\/kwT95TSYa7","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663861256521170946\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663861220156375040,"id_str":"663861220156375040","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663861220156375040\/pr\/img\/htgxfwWUj2O1qju5.jpg","url":"https:\/\/t.co\/kwT95TSYa7","display_url":"pic.twitter.com\/kwT95TSYa7","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663861256521170946\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":4000,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/480x480\/_F_tb5b1a1XCIVbh.webm"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/720x720\/BdhHKM_zV5ZHUJ9M.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/pl\/pd8Cs5cZr781b7Bq.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/pl\/pd8Cs5cZr781b7Bq.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/240x240\/vADh8GWFlLpK0hMz.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663861220156375040\/pr\/vid\/480x480\/_F_tb5b1a1XCIVbh.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 02:47:27 +0000 2015","id":663548426735460352,"id_str":"663548426735460352","text":"Coordinates: (19.407056335751044, 176.55123837932575) https:\/\/t.co\/n6uwVWtpB2","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663548347588866048,"id_str":"663548347588866048","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","url":"https:\/\/t.co\/n6uwVWtpB2","display_url":"pic.twitter.com\/n6uwVWtpB2","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663548426735460352\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663548347588866048,"id_str":"663548347588866048","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663548347588866048\/pr\/img\/aI8vu8e0Z5XL62kV.jpg","url":"https:\/\/t.co\/n6uwVWtpB2","display_url":"pic.twitter.com\/n6uwVWtpB2","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663548426735460352\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/720x720\/sy1-a19_nQQx5MxI.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/pl\/U5YtH1Yw_LAvEcq9.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/240x240\/-C6pTt27AIyCvP5w.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/480x480\/2ptLOyIdZXmiIwiy.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/vid\/480x480\/2ptLOyIdZXmiIwiy.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663548347588866048\/pr\/pl\/U5YtH1Yw_LAvEcq9.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 09 00:26:44 +0000 2015","id":663513012867891200,"id_str":"663513012867891200","text":"Coordinates: (29.810739350132245, -177.8551840127668) https:\/\/t.co\/zzRxdWqQ8c","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663512957876211712,"id_str":"663512957876211712","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","url":"https:\/\/t.co\/zzRxdWqQ8c","display_url":"pic.twitter.com\/zzRxdWqQ8c","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663513012867891200\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663512957876211712,"id_str":"663512957876211712","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663512957876211712\/pr\/img\/L4qKbCproc-EfVKO.jpg","url":"https:\/\/t.co\/zzRxdWqQ8c","display_url":"pic.twitter.com\/zzRxdWqQ8c","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663513012867891200\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/pl\/g7ur9WnJnBBDp5GN.m3u8"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/720x720\/H5ErESRE9hlVzmkR.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/pl\/g7ur9WnJnBBDp5GN.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/480x480\/6Msz2517N8Fs2HvU.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/480x480\/6Msz2517N8Fs2HvU.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663512957876211712\/pr\/vid\/240x240\/pNWK9cYjOXp-esyT.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 22:36:48 +0000 2015","id":663485346819284993,"id_str":"663485346819284993","text":"Coordinates: (-1.7578742086942767, 161.1118539038322) https:\/\/t.co\/srWIkeUrBh","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663485293404778496,"id_str":"663485293404778496","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","url":"https:\/\/t.co\/srWIkeUrBh","display_url":"pic.twitter.com\/srWIkeUrBh","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663485346819284993\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663485293404778496,"id_str":"663485293404778496","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663485293404778496\/pr\/img\/x7pGOnKbaB2nClhl.jpg","url":"https:\/\/t.co\/srWIkeUrBh","display_url":"pic.twitter.com\/srWIkeUrBh","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663485346819284993\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":15000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/pl\/WmDKek_oYQFTQzT4.m3u8"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/480x480\/ZS7AEBCTOBJveiGA.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/pl\/WmDKek_oYQFTQzT4.mpd"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/480x480\/ZS7AEBCTOBJveiGA.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/720x720\/mJ-KHWl1NIJ-iLYP.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663485293404778496\/pr\/vid\/240x240\/ayxBl5T23_0uPvUK.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 22:33:51 +0000 2015","id":663484604012072960,"id_str":"663484604012072960","text":"Coordinates: (-11.346469919845939, 100.09071030418862) https:\/\/t.co\/FjAA3EmCE6","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663484536852865024,"id_str":"663484536852865024","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","url":"https:\/\/t.co\/FjAA3EmCE6","display_url":"pic.twitter.com\/FjAA3EmCE6","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663484604012072960\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663484536852865024,"id_str":"663484536852865024","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663484536852865024\/pr\/img\/94cTXr2b28PyShp2.jpg","url":"https:\/\/t.co\/FjAA3EmCE6","display_url":"pic.twitter.com\/FjAA3EmCE6","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663484604012072960\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":18000,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/240x240\/t1LjT6giBFdOrO79.mp4"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/720x720\/lsxjJAD2qNJhvhwD.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/pl\/mZAS9FnRiw4uqnyI.m3u8"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/480x480\/ufo7fIbCKd9Qy21G.webm"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/vid\/480x480\/ufo7fIbCKd9Qy21G.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663484536852865024\/pr\/pl\/mZAS9FnRiw4uqnyI.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:51:32 +0000 2015","id":663473957811658753,"id_str":"663473957811658753","text":"Coordinates: ('Space', 'Space') https:\/\/t.co\/wTPSb1I8Mf","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663473920029253632,"id_str":"663473920029253632","indices":[32,55],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","url":"https:\/\/t.co\/wTPSb1I8Mf","display_url":"pic.twitter.com\/wTPSb1I8Mf","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663473957811658753\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663473920029253632,"id_str":"663473920029253632","indices":[32,55],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663473920029253632\/pr\/img\/oJg5rX3DckOaHRb6.jpg","url":"https:\/\/t.co\/wTPSb1I8Mf","display_url":"pic.twitter.com\/wTPSb1I8Mf","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663473957811658753\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":18000,"variants":[{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/720x720\/I7TOIh7tG81O_40F.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/pl\/tp-XmLOlsF7Q4S0A.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/pl\/tp-XmLOlsF7Q4S0A.mpd"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/240x240\/A8XcFhN8DxUiBwgT.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/480x480\/wbsKT-C24l7K2WF3.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663473920029253632\/pr\/vid\/480x480\/wbsKT-C24l7K2WF3.webm"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:27:36 +0000 2015","id":663467933465636864,"id_str":"663467933465636864","text":"Coordinates: (11.598328597748077, 140.60806471667786) https:\/\/t.co\/S7iow4EjA1","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663467838410240000,"id_str":"663467838410240000","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","url":"https:\/\/t.co\/S7iow4EjA1","display_url":"pic.twitter.com\/S7iow4EjA1","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467933465636864\/video\/1","type":"photo","sizes":{"large":{"w":800,"h":1080,"resize":"fit"},"small":{"w":340,"h":459,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":810,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663467838410240000,"id_str":"663467838410240000","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467838410240000\/pr\/img\/c5Hga2e-R4Km3s5y.jpg","url":"https:\/\/t.co\/S7iow4EjA1","display_url":"pic.twitter.com\/S7iow4EjA1","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467933465636864\/video\/1","type":"video","sizes":{"large":{"w":800,"h":1080,"resize":"fit"},"small":{"w":340,"h":459,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":810,"resize":"fit"}},"video_info":{"aspect_ratio":[20,27],"duration_millis":18000,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/474x640\/__uhgfmLp26gGozH.webm"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/pl\/xBxTyBNoiBJN5tj3.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/474x640\/__uhgfmLp26gGozH.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/vid\/236x320\/_MLQR7ksgVXgNLET.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467838410240000\/pr\/pl\/xBxTyBNoiBJN5tj3.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:24:42 +0000 2015","id":663467205107978240,"id_str":"663467205107978240","text":"Coordinates: (38.98530195707448, 162.48615119621948) https:\/\/t.co\/lJVVCgAUtR","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663467124766015488,"id_str":"663467124766015488","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","url":"https:\/\/t.co\/lJVVCgAUtR","display_url":"pic.twitter.com\/lJVVCgAUtR","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467205107978240\/video\/1","type":"photo","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663467124766015488,"id_str":"663467124766015488","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663467124766015488\/pr\/img\/x9pUzgeV81gaMKtu.jpg","url":"https:\/\/t.co\/lJVVCgAUtR","display_url":"pic.twitter.com\/lJVVCgAUtR","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663467205107978240\/video\/1","type":"video","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}},"video_info":{"aspect_ratio":[2,3],"duration_millis":18000,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/pl\/QKstPdpJe2RC19xM.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/pl\/QKstPdpJe2RC19xM.mpd"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/426x640\/ZmIrqJRKrmXD5Z9U.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/212x320\/Ow4um7QDLgGo5p5v.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663467124766015488\/pr\/vid\/426x640\/ZmIrqJRKrmXD5Z9U.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:19:07 +0000 2015","id":663465797415796736,"id_str":"663465797415796736","text":"Coordinates: (-12.256503709352122, 126.37930506155699) https:\/\/t.co\/pQqNVyKMe4","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663465725172957184,"id_str":"663465725172957184","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","url":"https:\/\/t.co\/pQqNVyKMe4","display_url":"pic.twitter.com\/pQqNVyKMe4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663465797415796736\/video\/1","type":"photo","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663465725172957184,"id_str":"663465725172957184","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663465725172957184\/pr\/img\/utJ8Dk1F_-AqY9PF.jpg","url":"https:\/\/t.co\/pQqNVyKMe4","display_url":"pic.twitter.com\/pQqNVyKMe4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663465797415796736\/video\/1","type":"video","sizes":{"medium":{"w":600,"h":900,"resize":"fit"},"large":{"w":720,"h":1080,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"}},"video_info":{"aspect_ratio":[2,3],"duration_millis":18000,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/212x320\/LB9WdjYpa4zLfXk-.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/426x640\/5I1szURr6FU9uGVr.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/vid\/426x640\/5I1szURr6FU9uGVr.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/pl\/Qsn2Z9NSZnROhSL4.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663465725172957184\/pr\/pl\/Qsn2Z9NSZnROhSL4.m3u8"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:14:47 +0000 2015","id":663464707622326273,"id_str":"663464707622326273","text":"Coordinates: (-33.20140213209449, 142.39819784440365) https:\/\/t.co\/wCc0lCrIMd","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663464653847003136,"id_str":"663464653847003136","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","url":"https:\/\/t.co\/wCc0lCrIMd","display_url":"pic.twitter.com\/wCc0lCrIMd","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663464707622326273\/video\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663464653847003136,"id_str":"663464653847003136","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663464653847003136\/pr\/img\/dgXSCVBuG27Rj4ao.jpg","url":"https:\/\/t.co\/wCc0lCrIMd","display_url":"pic.twitter.com\/wCc0lCrIMd","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663464707622326273\/video\/1","type":"video","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":720,"h":720,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"duration_millis":12858,"variants":[{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/480x480\/jbm-wM21QRBUf8n0.webm"},{"bitrate":1280000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/720x720\/EFYmhU36rdmP_1q5.mp4"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/240x240\/NpwHL4fG481_ndvZ.mp4"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/vid\/480x480\/jbm-wM21QRBUf8n0.mp4"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/pl\/5KyoCP9rdyoCL3-s.m3u8"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663464653847003136\/pr\/pl\/5KyoCP9rdyoCL3-s.mpd"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:10:47 +0000 2015","id":663463701652049924,"id_str":"663463701652049924","text":"Coordinates: (-18.228483611313685, 144.53536540678192) https:\/\/t.co\/zUoswR08L9","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663463609981386753,"id_str":"663463609981386753","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","url":"https:\/\/t.co\/zUoswR08L9","display_url":"pic.twitter.com\/zUoswR08L9","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663463701652049924\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":1280,"resize":"fit"},"small":{"w":340,"h":680,"resize":"fit"},"medium":{"w":600,"h":1200,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663463609981386753,"id_str":"663463609981386753","indices":[55,78],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663463609981386753\/pr\/img\/1L3R-btOGThBGxSg.jpg","url":"https:\/\/t.co\/zUoswR08L9","display_url":"pic.twitter.com\/zUoswR08L9","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663463701652049924\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":640,"h":1280,"resize":"fit"},"small":{"w":340,"h":680,"resize":"fit"},"medium":{"w":600,"h":1200,"resize":"fit"}},"video_info":{"aspect_ratio":[1,2],"duration_millis":12858,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/pl\/yESvqQoBEKSeZ7sT.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/320x640\/8RcykyWqCfQBiDXh.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/pl\/yESvqQoBEKSeZ7sT.mpd"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/640x1280\/Za7AN23tnOWHir3_.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/320x640\/8RcykyWqCfQBiDXh.webm"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663463609981386753\/pr\/vid\/160x320\/DsPS-7bztlmhGkug.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Nov 08 21:04:18 +0000 2015","id":663462067740008448,"id_str":"663462067740008448","text":"Coordinates: (13.831249509215814, 165.68692369634107) https:\/\/t.co\/Q5rFY3g9U4","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003espace, jerks.\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":663461967005249536,"id_str":"663461967005249536","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","url":"https:\/\/t.co\/Q5rFY3g9U4","display_url":"pic.twitter.com\/Q5rFY3g9U4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663462067740008448\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":663461967005249536,"id_str":"663461967005249536","indices":[54,77],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/663461967005249536\/pr\/img\/81rmmVM4xIiyzZiS.jpg","url":"https:\/\/t.co\/Q5rFY3g9U4","display_url":"pic.twitter.com\/Q5rFY3g9U4","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/663462067740008448\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":338,"resize":"fit"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}},"video_info":{"aspect_ratio":[16,9],"duration_millis":12858,"variants":[{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/320x180\/7_nWwoNxibi-DKXY.mp4"},{"bitrate":832000,"content_type":"video\/webm","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/640x360\/ezHgaGyQ_Oh8QX5m.webm"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/pl\/-7u4g6LnVApwvTVO.mpd"},{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/pl\/-7u4g6LnVApwvTVO.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/640x360\/ezHgaGyQ_Oh8QX5m.mp4"},{"bitrate":2176000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/663461967005249536\/pr\/vid\/1280x720\/qMS6aSw8yvrAZ3z5.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]python-twitter-3.3/testdata/get_user_suggestion.json000066400000000000000000000560751311017327200232020ustar00rootroot00000000000000{"users":[{"id":6480682,"id_str":"6480682","name":"Aziz Ansari","screen_name":"azizansari","location":"New York, NY","description":"Pasta lover. I don't tweet much. My new Netflix series Master of None is now streaming on Netflix. I wrote a book called Modern Romance.","url":"https:\/\/t.co\/oCZN8Vs1rD","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/oCZN8Vs1rD","expanded_url":"http:\/\/azizansari.com","display_url":"azizansari.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":8351194,"friends_count":0,"listed_count":31276,"created_at":"Thu May 31 19:06:49 +0000 2007","favourites_count":425,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":7602,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"053285","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/5581304\/azizlittle2.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/5581304\/azizlittle2.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/421377161\/azizlittletwitter_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/421377161\/azizlittletwitter_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/6480682\/1398398057","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":15485441,"id_str":"15485441","name":"jimmy fallon","screen_name":"jimmyfallon","location":"New York, New York","description":"astrophysicist","url":"http:\/\/t.co\/fgp5RYqr3T","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/fgp5RYqr3T","expanded_url":"http:\/\/www.tonightshow.com","display_url":"tonightshow.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":32418279,"friends_count":6694,"listed_count":66461,"created_at":"Fri Jul 18 19:46:50 +0000 2008","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":8695,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/463739661316132865\/u2JaxqBn.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/463739661316132865\/u2JaxqBn.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1194467116\/new-resize-square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1194467116\/new-resize-square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15485441\/1398975755","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":15693493,"id_str":"15693493","name":"Funny Or Die","screen_name":"funnyordie","location":"Hollywood, Ca","description":"Will Ferrell is our boss. We love to make you laugh.","url":"http:\/\/t.co\/eDxLc8bQ6Q","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/eDxLc8bQ6Q","expanded_url":"http:\/\/funnyordie.com","display_url":"funnyordie.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11570852,"friends_count":5240,"listed_count":32063,"created_at":"Fri Aug 01 19:42:20 +0000 2008","favourites_count":11994,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":17514,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000061612987\/a79113d36aba76473d0ed38dd1027305.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000061612987\/a79113d36aba76473d0ed38dd1027305.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/667570426197884928\/4i1r5DyC_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/667570426197884928\/4i1r5DyC_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15693493\/1421793531","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18948541,"id_str":"18948541","name":"Seth MacFarlane","screen_name":"SethMacFarlane","location":"Los Angeles","description":"The Official Twitter Page of Seth MacFarlane - new album No One Ever Tells You available now on iTunes https:\/\/t.co\/gLePVn5Mho","url":"https:\/\/t.co\/o4miqWAHnW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/o4miqWAHnW","expanded_url":"http:\/\/www.facebook.com\/pages\/Seth-MacFarlane\/14105972607?ref=ts","display_url":"facebook.com\/pages\/Seth-Mac\u2026","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/gLePVn5Mho","expanded_url":"http:\/\/itun.es\/us\/Vx9p-","display_url":"itun.es\/us\/Vx9p-","indices":[103,126]}]}},"protected":false,"followers_count":8491387,"friends_count":344,"listed_count":32240,"created_at":"Tue Jan 13 19:04:37 +0000 2009","favourites_count":0,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":5223,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/477598819715395585\/g0lGqC_J_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/477598819715395585\/g0lGqC_J_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":23151437,"id_str":"23151437","name":"Kevin Hart","screen_name":"KevinHart4real","location":"Philly\/LA","description":"My name is Kevin Hart and I WORK HARD!!! That pretty much sums me up!!! Everybody Wants To Be Famous But Nobody Wants To Do The Work","url":"https:\/\/t.co\/KYOIOf228I","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/KYOIOf228I","expanded_url":"http:\/\/kevinhart.holiday\/","display_url":"kevinhart.holiday","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":23522895,"friends_count":525,"listed_count":22144,"created_at":"Sat Mar 07 02:02:31 +0000 2009","favourites_count":22,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":27213,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/568041122765606912\/APfVoUzX_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/568041122765606912\/APfVoUzX_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/23151437\/1424266489","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":25521487,"id_str":"25521487","name":"daniel tosh","screen_name":"danieltosh","location":"beach","description":"not a doctor","url":"http:\/\/t.co\/qu6CkTVbHi","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/qu6CkTVbHi","expanded_url":"http:\/\/www.danieltosh.com\/","display_url":"danieltosh.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":20023485,"friends_count":121,"listed_count":39818,"created_at":"Fri Mar 20 15:32:52 +0000 2009","favourites_count":1,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":11933,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/12054191\/toshbck.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/12054191\/toshbck.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/218283715\/Daniel-Tosh---Shot_2-12976_normal.gif","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/218283715\/Daniel-Tosh---Shot_2-12976_normal.gif","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":30364057,"id_str":"30364057","name":"Sarah Silverman","screen_name":"SarahKSilverman","location":"state of Palestine ","description":"We're all just molecules, Cutie.","url":"http:\/\/t.co\/dbeLhAks6Y","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dbeLhAks6Y","expanded_url":"http:\/\/youtube.com\/sarahsilverman","display_url":"youtube.com\/sarahsilverman","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7376956,"friends_count":597,"listed_count":54951,"created_at":"Sat Apr 11 01:28:47 +0000 2009","favourites_count":1645,"utc_offset":12600,"time_zone":"Tehran","geo_enabled":false,"verified":true,"statuses_count":4506,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"0F1724","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/82352675\/get-attachment.aspx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/82352675\/get-attachment.aspx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/533405266658615296\/ULwCXwFs_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/533405266658615296\/ULwCXwFs_normal.jpeg","profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":44039298,"id_str":"44039298","name":"Seth Meyers","screen_name":"sethmeyers","location":"New York","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3448562,"friends_count":538,"listed_count":20345,"created_at":"Tue Jun 02 02:35:39 +0000 2009","favourites_count":46,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":5994,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/267298914\/n700068668_5523_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/267298914\/n700068668_5523_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":336116660,"id_str":"336116660","name":"Jerry Seinfeld","screen_name":"JerrySeinfeld","location":"New York, NY","description":"","url":"http:\/\/t.co\/opXP2OOPQd","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/opXP2OOPQd","expanded_url":"http:\/\/jerryseinfeld.com","display_url":"jerryseinfeld.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3373270,"friends_count":92,"listed_count":16701,"created_at":"Fri Jul 15 19:26:31 +0000 2011","favourites_count":3,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":1366,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1605004193\/JS_halloween_7_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1605004193\/JS_halloween_7_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21506437,"id_str":"21506437","name":"TextsFromLastNight","screen_name":"TFLN","location":"anywhere with cell service","description":"remember that text that you shouldn't have sent last night? we do... #tfln to submit || shop: @gearfromlast || snapchat: TFLNTV","url":"https:\/\/t.co\/SYlKUaPzAL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/SYlKUaPzAL","expanded_url":"http:\/\/textsfromlastnight.com","display_url":"textsfromlastnight.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":3686271,"friends_count":1639,"listed_count":16949,"created_at":"Sat Feb 21 18:40:41 +0000 2009","favourites_count":200,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":11372,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"292929","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/68264572\/twitterbackground_BPB.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/68264572\/twitterbackground_BPB.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/656586239169052672\/0lpmuyxT_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/656586239169052672\/0lpmuyxT_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21506437\/1414329406","profile_link_color":"A00912","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"0A0A0A","profile_text_color":"4F4F4F","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":16900536,"id_str":"16900536","name":"Retta","screen_name":"unfoRETTAble","location":"Los Angeles","description":"Einstein:The true sign of intelligence is not knowledge but imagination. I'ma need some peyote. #iLive4Hashtags https:\/\/t.co\/eduxohR5I9","url":null,"entities":{"description":{"urls":[{"url":"https:\/\/t.co\/eduxohR5I9","expanded_url":"https:\/\/m.facebook.com\/unfoRETTAble?ref=bookmark","display_url":"m.facebook.com\/unfoRETTAble?r\u2026","indices":[112,135]}]}},"protected":false,"followers_count":515574,"friends_count":480,"listed_count":2314,"created_at":"Wed Oct 22 04:35:37 +0000 2008","favourites_count":169,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":33056,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/407758220\/IMG_0229.JPG","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/407758220\/IMG_0229.JPG","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/650349197342801920\/BFOEYtep_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/650349197342801920\/BFOEYtep_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/16900536\/1439741674","profile_link_color":"1F98C7","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":148781366,"id_str":"148781366","name":"Brodie Smith","screen_name":"Brodiesmith21","location":"Instagram: BrodieSmith21","description":"I travel around the world throwing frisbees!!! Contact Me: bwsproductions@gmail.com Snapchat: BrodieSmith","url":"https:\/\/t.co\/Xb5ESis6ZC","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Xb5ESis6ZC","expanded_url":"http:\/\/youtube.com\/brodie","display_url":"youtube.com\/brodie","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":258882,"friends_count":920,"listed_count":272,"created_at":"Thu May 27 15:51:44 +0000 2010","favourites_count":147264,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":21427,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/591588287044714496\/fFpjBVyE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/591588287044714496\/fFpjBVyE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/148781366\/1429880614","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":55117855,"id_str":"55117855","name":"Amy Schumer","screen_name":"amyschumer","location":"nyc","description":"On tour this Fall - tickets on-sale here: https:\/\/t.co\/G9Zebsdlqn","url":"http:\/\/t.co\/k2xxMK5URy","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/k2xxMK5URy","expanded_url":"http:\/\/www.amyschumer.com","display_url":"amyschumer.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/G9Zebsdlqn","expanded_url":"http:\/\/bit.ly\/amyontour","display_url":"bit.ly\/amyontour","indices":[42,65]}]}},"protected":false,"followers_count":2787604,"friends_count":1910,"listed_count":10305,"created_at":"Thu Jul 09 02:45:03 +0000 2009","favourites_count":8424,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":8166,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000137379011\/uzc2bOIE.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000137379011\/uzc2bOIE.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659040352507039744\/1tw770Qo_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659040352507039744\/1tw770Qo_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/55117855\/1446198171","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20978103,"id_str":"20978103","name":"Dane Cook","screen_name":"DaneCook","location":"Direct2Dane@DaneCook.com","description":"When I tweet, I tweet to kill.","url":"https:\/\/t.co\/FArdAjRLmn","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/FArdAjRLmn","expanded_url":"http:\/\/www.instagram.com\/DaneCook","display_url":"instagram.com\/DaneCook","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":3259739,"friends_count":926,"listed_count":20425,"created_at":"Mon Feb 16 11:28:12 +0000 2009","favourites_count":953,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":12109,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/513099851936956416\/DvvCSzPQ.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/513099851936956416\/DvvCSzPQ.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661290559823216641\/yeyXZzYO_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661290559823216641\/yeyXZzYO_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20978103\/1446499007","profile_link_color":"F50E0E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}],"size":14,"slug":"funny","name":"Funny"}python-twitter-3.3/testdata/get_user_suggestion_categories.json000066400000000000000000000013031311017327200253670ustar00rootroot00000000000000[{"size":26,"slug":"sports","name":"Sports"},{"size":11,"slug":"television","name":"Television"},{"size":15,"slug":"music","name":"Music"},{"size":15,"slug":"entertainment","name":"Entertainment"},{"size":14,"slug":"funny","name":"Funny"},{"size":15,"slug":"news","name":"News"},{"size":15,"slug":"fashion","name":"Fashion"},{"size":15,"slug":"food-drink","name":"Food & Drink"},{"size":9,"slug":"family","name":"Family"},{"size":9,"slug":"business","name":"Business"},{"size":10,"slug":"books","name":"Books"},{"size":15,"slug":"government","name":"Government"},{"size":12,"slug":"leaders","name":"Leaders"},{"size":12,"slug":"influencers","name":"Influencers"},{"size":15,"slug":"gaming","name":"Gaming"}]python-twitter-3.3/testdata/get_user_timeline.json000066400000000000000000001644301311017327200226140ustar00rootroot00000000000000[{"created_at":"Thu Dec 10 20:53:00 +0000 2015","id":675055636267298821,"id_str":"675055636267298821","text":"If any of you are considering borrowing $2M to buy a home in SF, reach out to me and learn about Seattle. Seriously. https:\/\/t.co\/U8wsc8ztY6","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":6,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/U8wsc8ztY6","expanded_url":"http:\/\/www.cnbc.com\/2015\/12\/10\/2-million-mortgage-no-down-payment-no-joke.html","display_url":"cnbc.com\/2015\/12\/10\/2-m\u2026","indices":[117,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Dec 10 19:07:36 +0000 2015","id":675029113594228737,"id_str":"675029113594228737","text":"Based on current trajectories, both Facebook and Amazon will be worth more than Exxon Mobil very shortly. I'm okay with that.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Dec 10 15:34:02 +0000 2015","id":674975367862480896,"id_str":"674975367862480896","text":"The new Windows 10 login screen backdrops are spectacular. Everyone who worked on it deserves a promotion. Very very well done.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Dec 09 21:14:59 +0000 2015","id":674698779950379008,"id_str":"674698779950379008","text":"Live Writer was a true thought leader at the time, great to see the open source reboot! https:\/\/t.co\/8Pu5rcXUM6","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/8Pu5rcXUM6","expanded_url":"http:\/\/www.dotnetfoundation.org\/blog\/open-live-writer","display_url":"dotnetfoundation.org\/blog\/open-live\u2026","indices":[88,111]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Dec 09 02:44:54 +0000 2015","id":674419418957406208,"id_str":"674419418957406208","text":"@hemos Come visit Seattle!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674419054686310401,"in_reply_to_status_id_str":"674419054686310401","in_reply_to_user_id":17991558,"in_reply_to_user_id_str":"17991558","in_reply_to_screen_name":"hemos","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"hemos","name":"jeffrey bates","id":17991558,"id_str":"17991558","indices":[0,6]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Dec 09 01:15:39 +0000 2015","id":674396959923298304,"id_str":"674396959923298304","text":"Test. https:\/\/t.co\/28Q2tKaAL3","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":674396948045017089,"id_str":"674396948045017089","indices":[6,29],"media_url":"http:\/\/pbs.twimg.com\/media\/CVvwc33UsAE2IHK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVvwc33UsAE2IHK.jpg","url":"https:\/\/t.co\/28Q2tKaAL3","display_url":"pic.twitter.com\/28Q2tKaAL3","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/674396959923298304\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":766,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":254,"resize":"fit"},"medium":{"w":600,"h":448,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":674396948045017089,"id_str":"674396948045017089","indices":[6,29],"media_url":"http:\/\/pbs.twimg.com\/media\/CVvwc33UsAE2IHK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVvwc33UsAE2IHK.jpg","url":"https:\/\/t.co\/28Q2tKaAL3","display_url":"pic.twitter.com\/28Q2tKaAL3","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/674396959923298304\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":766,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":254,"resize":"fit"},"medium":{"w":600,"h":448,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Dec 05 19:51:26 +0000 2015","id":673228202894974977,"id_str":"673228202894974977","text":".@MicrosoftHelps You mean, is my Windows update still stuck installing, two days later? No, we're good. It finished 20 minutes ago, thanks!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":673227457936404480,"in_reply_to_status_id_str":"673227457936404480","in_reply_to_user_id":75691804,"in_reply_to_user_id_str":"75691804","in_reply_to_screen_name":"MicrosoftHelps","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"MicrosoftHelps","name":"Microsoft Support","id":75691804,"id_str":"75691804","indices":[1,16]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Dec 04 00:55:05 +0000 2015","id":672579845507846145,"id_str":"672579845507846145","text":"This has been slowly pulsing on my screen for the past five minutes. Umm, thank you, Windows 10? https:\/\/t.co\/cCG0U0NDdQ","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":672579837379260417,"id_str":"672579837379260417","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/media\/CVV7zHIUsAEoL_F.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVV7zHIUsAEoL_F.jpg","url":"https:\/\/t.co\/cCG0U0NDdQ","display_url":"pic.twitter.com\/cCG0U0NDdQ","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/672579845507846145\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":766,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":448,"resize":"fit"},"small":{"w":340,"h":254,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":672579837379260417,"id_str":"672579837379260417","indices":[97,120],"media_url":"http:\/\/pbs.twimg.com\/media\/CVV7zHIUsAEoL_F.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVV7zHIUsAEoL_F.jpg","url":"https:\/\/t.co\/cCG0U0NDdQ","display_url":"pic.twitter.com\/cCG0U0NDdQ","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/672579845507846145\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":766,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":448,"resize":"fit"},"small":{"w":340,"h":254,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Dec 02 04:23:16 +0000 2015","id":671907461465432064,"id_str":"671907461465432064","text":"@esoskin That was like the third or fourth redesign by that point, if you can believe it. https:\/\/t.co\/aEjyb2jw7a only goes so far back...","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":671906741811023873,"in_reply_to_status_id_str":"671906741811023873","in_reply_to_user_id":26775725,"in_reply_to_user_id_str":"26775725","in_reply_to_screen_name":"esoskin","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"esoskin","name":"Brickyard99","id":26775725,"id_str":"26775725","indices":[0,8]}],"urls":[{"url":"https:\/\/t.co\/aEjyb2jw7a","expanded_url":"http:\/\/Archive.org","display_url":"Archive.org","indices":[90,113]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Dec 02 04:19:43 +0000 2015","id":671906565062979585,"id_str":"671906565062979585","text":"This won't mean much to you, but it means everything to me. Here's https:\/\/t.co\/p0vjvMpCAh circa 1996 in Netscape 3: https:\/\/t.co\/HgFLknS2Tm","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":5,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/p0vjvMpCAh","expanded_url":"http:\/\/wso.williams.edu","display_url":"wso.williams.edu","indices":[67,90]}],"media":[{"id":671906564559650816,"id_str":"671906564559650816","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVMXdebUwAAJnf1.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVMXdebUwAAJnf1.png","url":"https:\/\/t.co\/HgFLknS2Tm","display_url":"pic.twitter.com\/HgFLknS2Tm","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/671906565062979585\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":767,"resize":"fit"},"small":{"w":340,"h":254,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":449,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":671906564559650816,"id_str":"671906564559650816","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CVMXdebUwAAJnf1.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVMXdebUwAAJnf1.png","url":"https:\/\/t.co\/HgFLknS2Tm","display_url":"pic.twitter.com\/HgFLknS2Tm","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/671906565062979585\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":767,"resize":"fit"},"small":{"w":340,"h":254,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":449,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Dec 02 03:29:20 +0000 2015","id":671893885698768896,"id_str":"671893885698768896","text":"@wooster My wife found the Yamazaki 18 at the Costco in Seattle. Last bottle they had, I guess.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":671868920727388160,"in_reply_to_status_id_str":"671868920727388160","in_reply_to_user_id":778001,"in_reply_to_user_id_str":"778001","in_reply_to_screen_name":"wooster","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"wooster","name":"Andrew Wooster","id":778001,"id_str":"778001","indices":[0,8]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Dec 01 18:17:49 +0000 2015","id":671755091368546304,"id_str":"671755091368546304","text":"When is Buzzfeed going to write \"11 other Presidential candidates who were batshit crazy\"? https:\/\/t.co\/9O8xRd6rtW","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"quoted_status_id":671749140251090944,"quoted_status_id_str":"671749140251090944","quoted_status":{"created_at":"Tue Dec 01 17:54:10 +0000 2015","id":671749140251090944,"id_str":"671749140251090944","text":"Trump says video of Muslims cheering 9\/11 exists because other people have seen it https:\/\/t.co\/FqxHbpLUjy https:\/\/t.co\/WrKrsrBaTj","source":"\u003ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":767,"id_str":"767","name":"Xmas Xeni","screen_name":"xeni","location":"where data flows","description":"@boingboing, @freedomofpress. google or subpoena the rest. survivor of breast cancer and other things. life is good now. \u2764\ufe0f","url":"https:\/\/t.co\/6aKaGkN1LB","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/6aKaGkN1LB","expanded_url":"http:\/\/xeni.net","display_url":"xeni.net","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":94229,"friends_count":3653,"listed_count":5108,"created_at":"Fri Jul 14 05:49:14 +0000 2006","favourites_count":53511,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":80249,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/462391105808388097\/MMAmbCWF.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/462391105808388097\/MMAmbCWF.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/653436218831605760\/SPoupwFu_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/653436218831605760\/SPoupwFu_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/767\/1447281445","profile_link_color":"FA743E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDE3F5","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3,"favorite_count":5,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/FqxHbpLUjy","expanded_url":"http:\/\/boingboing.net\/2015\/11\/30\/trump-says-clips-of-muslims-ch.html","display_url":"boingboing.net\/2015\/11\/30\/tru\u2026","indices":[83,106]}],"media":[{"id":671749140150362112,"id_str":"671749140150362112","indices":[107,130],"media_url":"http:\/\/pbs.twimg.com\/media\/CVKISKzWIAAeMrB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVKISKzWIAAeMrB.jpg","url":"https:\/\/t.co\/WrKrsrBaTj","display_url":"pic.twitter.com\/WrKrsrBaTj","expanded_url":"http:\/\/twitter.com\/xeni\/status\/671749140251090944\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":134,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":238,"resize":"fit"},"large":{"w":600,"h":238,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":671749140150362112,"id_str":"671749140150362112","indices":[107,130],"media_url":"http:\/\/pbs.twimg.com\/media\/CVKISKzWIAAeMrB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CVKISKzWIAAeMrB.jpg","url":"https:\/\/t.co\/WrKrsrBaTj","display_url":"pic.twitter.com\/WrKrsrBaTj","expanded_url":"http:\/\/twitter.com\/xeni\/status\/671749140251090944\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":134,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":238,"resize":"fit"},"large":{"w":600,"h":238,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":true,"retweet_count":0,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/9O8xRd6rtW","expanded_url":"https:\/\/twitter.com\/xeni\/status\/671749140251090944","display_url":"twitter.com\/xeni\/status\/67\u2026","indices":[91,114]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Nov 30 23:01:47 +0000 2015","id":671464169535877120,"id_str":"671464169535877120","text":"I'll be so happy once Black Friday\/Cyber Monday are over and companies stop trying to sell me stuff I don't want or need for a whole year.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Nov 30 02:24:40 +0000 2015","id":671152835321446400,"id_str":"671152835321446400","text":"Even wounded and on the road, these #Patriots are the best team of a generation. Maybe of any generation.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":2,"entities":{"hashtags":[{"text":"Patriots","indices":[36,45]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sun Nov 29 23:30:16 +0000 2015","id":671108948334891008,"id_str":"671108948334891008","text":"@TimHaines I could get used to that. Enjoy the show!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":671107742216523776,"in_reply_to_status_id_str":"671107742216523776","in_reply_to_user_id":14341663,"in_reply_to_user_id_str":"14341663","in_reply_to_screen_name":"TimHaines","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"TimHaines","name":"Tim Haines","id":14341663,"id_str":"14341663","indices":[0,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sun Nov 29 23:21:49 +0000 2015","id":671106822963642368,"id_str":"671106822963642368","text":"@TimHaines Those leather seats look amazing. Where is that?","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":671104912533553152,"in_reply_to_status_id_str":"671104912533553152","in_reply_to_user_id":14341663,"in_reply_to_user_id_str":"14341663","in_reply_to_screen_name":"TimHaines","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"TimHaines","name":"Tim Haines","id":14341663,"id_str":"14341663","indices":[0,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Nov 28 19:09:07 +0000 2015","id":670680840955785216,"id_str":"670680840955785216","text":"@ikai Finding that one was quick once I searched for 10 minutes to figure out that the other kid's name is Lester. : )","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":670680159729483776,"in_reply_to_status_id_str":"670680159729483776","in_reply_to_user_id":14437022,"in_reply_to_user_id_str":"14437022","in_reply_to_screen_name":"ikai","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ikai","name":"Ikai Lan","id":14437022,"id_str":"14437022","indices":[0,5]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Nov 28 19:05:06 +0000 2015","id":670679827960041472,"id_str":"670679827960041472","text":"Seriously though, the Kindle Fire Kids is pretty great. And Freetime Unlimited is awesome. Some usability flaws, but a promising start.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":670676153867198464,"in_reply_to_status_id_str":"670676153867198464","in_reply_to_user_id":673483,"in_reply_to_user_id_str":"673483","in_reply_to_screen_name":"dewitt","user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Nov 28 18:50:30 +0000 2015","id":670676153867198464,"id_str":"670676153867198464","text":"Longtime Android user using a Kindle Fire for the first time. https:\/\/t.co\/nZjAFFjPcR","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4,"favorite_count":7,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":670676143352102912,"id_str":"670676143352102912","indices":[62,85],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CU64ZiPUwAA8OiQ.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CU64ZiPUwAA8OiQ.png","url":"https:\/\/t.co\/nZjAFFjPcR","display_url":"pic.twitter.com\/nZjAFFjPcR","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/670676153867198464\/photo\/1","type":"photo","sizes":{"medium":{"w":450,"h":338,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":450,"h":338,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":670676143352102912,"id_str":"670676143352102912","indices":[62,85],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CU64ZiPUwAA8OiQ.png","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CU64ZiPUwAA8OiQ.png","url":"https:\/\/t.co\/nZjAFFjPcR","display_url":"pic.twitter.com\/nZjAFFjPcR","expanded_url":"http:\/\/twitter.com\/dewitt\/status\/670676153867198464\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":450,"h":338,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":450,"h":338,"resize":"fit"}},"video_info":{"aspect_ratio":[225,169],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CU64ZiPUwAA8OiQ.mp4"}]}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Nov 21 23:15:58 +0000 2015","id":668206245971562496,"id_str":"668206245971562496","text":"Half the games this week are matchups where both teams have losing records. I wouldn't have guessed that was even possible.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":673483,"id_str":"673483","name":"DeWitt Clinton","screen_name":"dewitt","location":"Seattle, WA","description":"Father, husband, Googler, Eph. Mostly.","url":"https:\/\/t.co\/WTNEEmn1rd","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WTNEEmn1rd","expanded_url":"https:\/\/google.com\/+dewittclinton","display_url":"google.com\/+dewittclinton","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6164,"friends_count":973,"listed_count":379,"created_at":"Sun Jan 21 01:07:00 +0000 2007","favourites_count":3246,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4167,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/56530341\/DSC_7112.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/194789456\/dewitt_on_roof_square_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/673483\/1387242406","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_user_timeline_count.json000066400000000000000000011351401311017327200240210ustar00rootroot00000000000000[{"created_at":"Sat Jul 30 03:20:23 +0000 2016","id":759227111810985984,"id_str":"759227111810985984","text":"Watch LIVE https:\/\/t.co\/uaxDfq5Ixj","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/uaxDfq5Ixj","expanded_url":"https:\/\/twitter.com\/i\/live\/758025051857784832","display_url":"twitter.com\/i\/live\/7580250\u2026","indices":[11,34]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":39,"favorite_count":114,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 30 03:18:07 +0000 2016","id":759226539879858176,"id_str":"759226539879858176","text":"RT @EricHolder: Another voter ID law struck down as discriminatory-NorthCarolina. Joins Wisconsin and Texas-in one week. Let people vote!\u2026","truncated":false,"entities":{"hashtags":[{"text":"VoterID","indices":[137,138]}],"symbols":[],"user_mentions":[{"screen_name":"EricHolder","name":"Eric Holder","id":3333055535,"id_str":"3333055535","indices":[3,14]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 29 17:01:06 +0000 2016","id":759071263004459008,"id_str":"759071263004459008","text":"Another voter ID law struck down as discriminatory-NorthCarolina. Joins Wisconsin and Texas-in one week. Let people vote! #VoterID","truncated":false,"entities":{"hashtags":[{"text":"VoterID","indices":[123,131]}],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3333055535,"id_str":"3333055535","name":"Eric Holder","screen_name":"EricHolder","location":"","description":"AG 82","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":14578,"friends_count":15,"listed_count":238,"created_at":"Thu Jun 18 17:40:27 +0000 2015","favourites_count":4,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":101,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/611596725069971456\/kR2ME2av_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/611596725069971456\/kR2ME2av_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3333055535\/1437265326","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2248,"favorite_count":3150,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":2248,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Jul 30 03:17:09 +0000 2016","id":759226298409549824,"id_str":"759226298409549824","text":"RT @tristanwalker: Me + @jack getting ready to celebrate @CODE2040 \n\nHe's an incredible friend + inspiration https:\/\/t.co\/Yf4gRZLKmZ","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tristanwalker","name":"tristan walker","id":18206161,"id_str":"18206161","indices":[3,17]},{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[24,29]},{"screen_name":"CODE2040","name":"Code2040","id":481647429,"id_str":"481647429","indices":[57,66]}],"urls":[],"media":[{"id":759225567111708673,"id_str":"759225567111708673","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","url":"https:\/\/t.co\/Yf4gRZLKmZ","display_url":"pic.twitter.com\/Yf4gRZLKmZ","expanded_url":"http:\/\/twitter.com\/tristanwalker\/status\/759225577027072000\/photo\/1","type":"photo","sizes":{"small":{"w":545,"h":680,"resize":"fit"},"medium":{"w":768,"h":959,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":768,"h":959,"resize":"fit"}},"source_status_id":759225577027072000,"source_status_id_str":"759225577027072000","source_user_id":18206161,"source_user_id_str":"18206161"}]},"extended_entities":{"media":[{"id":759225567111708673,"id_str":"759225567111708673","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","url":"https:\/\/t.co\/Yf4gRZLKmZ","display_url":"pic.twitter.com\/Yf4gRZLKmZ","expanded_url":"http:\/\/twitter.com\/tristanwalker\/status\/759225577027072000\/photo\/1","type":"photo","sizes":{"small":{"w":545,"h":680,"resize":"fit"},"medium":{"w":768,"h":959,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":768,"h":959,"resize":"fit"}},"source_status_id":759225577027072000,"source_status_id_str":"759225577027072000","source_user_id":18206161,"source_user_id_str":"18206161"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 30 03:14:17 +0000 2016","id":759225577027072000,"id_str":"759225577027072000","text":"Me + @jack getting ready to celebrate @CODE2040 \n\nHe's an incredible friend + inspiration https:\/\/t.co\/Yf4gRZLKmZ","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jack","name":"Jack","id":12,"id_str":"12","indices":[5,10]},{"screen_name":"CODE2040","name":"Code2040","id":481647429,"id_str":"481647429","indices":[38,47]}],"urls":[],"media":[{"id":759225567111708673,"id_str":"759225567111708673","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","url":"https:\/\/t.co\/Yf4gRZLKmZ","display_url":"pic.twitter.com\/Yf4gRZLKmZ","expanded_url":"http:\/\/twitter.com\/tristanwalker\/status\/759225577027072000\/photo\/1","type":"photo","sizes":{"small":{"w":545,"h":680,"resize":"fit"},"medium":{"w":768,"h":959,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":768,"h":959,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":759225567111708673,"id_str":"759225567111708673","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/ColPoXgWgAEXdvH.jpg","url":"https:\/\/t.co\/Yf4gRZLKmZ","display_url":"pic.twitter.com\/Yf4gRZLKmZ","expanded_url":"http:\/\/twitter.com\/tristanwalker\/status\/759225577027072000\/photo\/1","type":"photo","sizes":{"small":{"w":545,"h":680,"resize":"fit"},"medium":{"w":768,"h":959,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":768,"h":959,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18206161,"id_str":"18206161","name":"tristan walker","screen_name":"tristanwalker","location":"bay area via nyc","description":"founder & ceo of walker & company brands (@walkercobrands). Our flagship brand is @bevel. \n\nfounder \/ chairman @CODE2040. i do some other stuff too.","url":"http:\/\/t.co\/LyCX4irlwu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/LyCX4irlwu","expanded_url":"http:\/\/JustTristan.com","display_url":"JustTristan.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":299831,"friends_count":890,"listed_count":3023,"created_at":"Thu Dec 18 02:02:44 +0000 2008","favourites_count":5022,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":76687,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DDEEF6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/24774534\/twitter-tristan-bg-white.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/24774534\/twitter-tristan-bg-white.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/479487782075629569\/y3f1BvvV_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/479487782075629569\/y3f1BvvV_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/18206161\/1403200069","profile_link_color":"2FC2EF","profile_sidebar_border_color":"000223","profile_sidebar_fill_color":"02212E","profile_text_color":"666666","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":36,"favorite_count":231,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":36,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 29 19:32:16 +0000 2016","id":759109302762151936,"id_str":"759109302762151936","text":"RT @blackbirds: Chairman and CEO of BET, member of Twitter's Board of Directors -@IamDebraLee. #BlackWomenDidThat https:\/\/t.co\/gsQr7ULOuq","truncated":false,"entities":{"hashtags":[{"text":"BlackWomenDidThat","indices":[95,113]}],"symbols":[],"user_mentions":[{"screen_name":"blackbirds","name":"Blackbirds","id":2548985366,"id_str":"2548985366","indices":[3,14]},{"screen_name":"IamDebraLee","name":"Debra Lee","id":887774809,"id_str":"887774809","indices":[81,93]}],"urls":[],"media":[{"id":759106569539719168,"id_str":"759106569539719168","indices":[114,137],"media_url":"http:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","url":"https:\/\/t.co\/gsQr7ULOuq","display_url":"pic.twitter.com\/gsQr7ULOuq","expanded_url":"http:\/\/twitter.com\/blackbirds\/status\/759106586082095105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":638,"h":600,"resize":"fit"},"small":{"w":638,"h":600,"resize":"fit"},"large":{"w":638,"h":600,"resize":"fit"}},"source_status_id":759106586082095105,"source_status_id_str":"759106586082095105","source_user_id":2548985366,"source_user_id_str":"2548985366"}]},"extended_entities":{"media":[{"id":759106569539719168,"id_str":"759106569539719168","indices":[114,137],"media_url":"http:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","url":"https:\/\/t.co\/gsQr7ULOuq","display_url":"pic.twitter.com\/gsQr7ULOuq","expanded_url":"http:\/\/twitter.com\/blackbirds\/status\/759106586082095105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":638,"h":600,"resize":"fit"},"small":{"w":638,"h":600,"resize":"fit"},"large":{"w":638,"h":600,"resize":"fit"}},"source_status_id":759106586082095105,"source_status_id_str":"759106586082095105","source_user_id":2548985366,"source_user_id_str":"2548985366"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 29 19:21:28 +0000 2016","id":759106586082095105,"id_str":"759106586082095105","text":"Chairman and CEO of BET, member of Twitter's Board of Directors -@IamDebraLee. #BlackWomenDidThat https:\/\/t.co\/gsQr7ULOuq","truncated":false,"entities":{"hashtags":[{"text":"BlackWomenDidThat","indices":[79,97]}],"symbols":[],"user_mentions":[{"screen_name":"IamDebraLee","name":"Debra Lee","id":887774809,"id_str":"887774809","indices":[65,77]}],"urls":[],"media":[{"id":759106569539719168,"id_str":"759106569539719168","indices":[98,121],"media_url":"http:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","url":"https:\/\/t.co\/gsQr7ULOuq","display_url":"pic.twitter.com\/gsQr7ULOuq","expanded_url":"http:\/\/twitter.com\/blackbirds\/status\/759106586082095105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":638,"h":600,"resize":"fit"},"small":{"w":638,"h":600,"resize":"fit"},"large":{"w":638,"h":600,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":759106569539719168,"id_str":"759106569539719168","indices":[98,121],"media_url":"http:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CojjZzAUkAAlyd-.jpg","url":"https:\/\/t.co\/gsQr7ULOuq","display_url":"pic.twitter.com\/gsQr7ULOuq","expanded_url":"http:\/\/twitter.com\/blackbirds\/status\/759106586082095105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":638,"h":600,"resize":"fit"},"small":{"w":638,"h":600,"resize":"fit"},"large":{"w":638,"h":600,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2548985366,"id_str":"2548985366","name":"Blackbirds","screen_name":"blackbirds","location":"#JoinTheFlock","description":"This is the official account for the #Blackbirds employee resource group @Twitter. We\u2019re here to celebrate and encourage diverse perspectives.","url":"https:\/\/t.co\/EoaAx7rOY5","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/EoaAx7rOY5","expanded_url":"https:\/\/about.twitter.com\/careers","display_url":"about.twitter.com\/careers","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":142800,"friends_count":224,"listed_count":242,"created_at":"Fri Jun 06 01:19:20 +0000 2014","favourites_count":245,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":true,"verified":true,"statuses_count":627,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/492049081770864640\/l-cBrf_6_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/492049081770864640\/l-cBrf_6_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2548985366\/1403901281","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":147,"favorite_count":325,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":147,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 29 18:50:42 +0000 2016","id":759098843753357315,"id_str":"759098843753357315","text":"@narendra @NateSilver538 same","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"narendra","name":"Narendra Rocherolle","id":1075,"id_str":"1075","indices":[0,9]},{"screen_name":"NateSilver538","name":"Nate Silver","id":16017475,"id_str":"16017475","indices":[10,24]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":759098515196960768,"in_reply_to_status_id_str":"759098515196960768","in_reply_to_user_id":1075,"in_reply_to_user_id_str":"1075","in_reply_to_screen_name":"narendra","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":6,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Fri Jul 29 13:48:08 +0000 2016","id":759022699964342272,"id_str":"759022699964342272","text":"Remove the barriers to vote this November #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[42,47]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[48,71]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":70,"favorite_count":147,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 29 03:43:16 +0000 2016","id":758870480916852736,"id_str":"758870480916852736","text":"RT @jodikantor: Save the date: the first Clinton-Trump debate is on September 26.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jodikantor","name":"jodikantor","id":15891430,"id_str":"15891430","indices":[3,14]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 29 03:28:16 +0000 2016","id":758866706689163265,"id_str":"758866706689163265","text":"Save the date: the first Clinton-Trump debate is on September 26.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15891430,"id_str":"15891430","name":"jodikantor","screen_name":"jodikantor","location":"NYC","description":"NY Times reporter covering technology, the workplace, gender, politics and more. Brooklynite. Mom. Pays chocolate for story tips.","url":"https:\/\/t.co\/8DvrGCfwYW","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/8DvrGCfwYW","expanded_url":"http:\/\/nyti.ms\/1vVTvRe","display_url":"nyti.ms\/1vVTvRe","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":30481,"friends_count":1603,"listed_count":1256,"created_at":"Mon Aug 18 13:34:59 +0000 2008","favourites_count":240,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":4721,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/21951798\/twitter_bkgrnd.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/21951798\/twitter_bkgrnd.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1225975467\/_MG_0008_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1225975467\/_MG_0008_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15891430\/1461511329","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1180,"favorite_count":1141,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":1180,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Jul 28 15:03:14 +0000 2016","id":758679213679321088,"id_str":"758679213679321088","text":"RT @Square: Introducing Scheduled Deposits. \u23f0\ud83d\udcb0 https:\/\/t.co\/lhPCt3NRmn https:\/\/t.co\/pqGhUl84bp","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[3,10]}],"urls":[{"url":"https:\/\/t.co\/lhPCt3NRmn","expanded_url":"http:\/\/squ.re\/2azxJ1Q","display_url":"squ.re\/2azxJ1Q","indices":[47,70]}],"media":[{"id":758655032925368320,"id_str":"758655032925368320","indices":[71,94],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","url":"https:\/\/t.co\/pqGhUl84bp","display_url":"pic.twitter.com\/pqGhUl84bp","expanded_url":"http:\/\/twitter.com\/Square\/status\/758655487311163392\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":422,"resize":"fit"},"large":{"w":1024,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":239,"resize":"fit"}},"source_status_id":758655487311163392,"source_status_id_str":"758655487311163392","source_user_id":93017945,"source_user_id_str":"93017945"}]},"extended_entities":{"media":[{"id":758655032925368320,"id_str":"758655032925368320","indices":[71,94],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","url":"https:\/\/t.co\/pqGhUl84bp","display_url":"pic.twitter.com\/pqGhUl84bp","expanded_url":"http:\/\/twitter.com\/Square\/status\/758655487311163392\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":600,"h":422,"resize":"fit"},"large":{"w":1024,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":239,"resize":"fit"}},"source_status_id":758655487311163392,"source_status_id_str":"758655487311163392","source_user_id":93017945,"source_user_id_str":"93017945","video_info":{"aspect_ratio":[64,45],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CodIu6CUMAAdeCt.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Jul 28 13:28:57 +0000 2016","id":758655487311163392,"id_str":"758655487311163392","text":"Introducing Scheduled Deposits. \u23f0\ud83d\udcb0 https:\/\/t.co\/lhPCt3NRmn https:\/\/t.co\/pqGhUl84bp","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/lhPCt3NRmn","expanded_url":"http:\/\/squ.re\/2azxJ1Q","display_url":"squ.re\/2azxJ1Q","indices":[35,58]}],"media":[{"id":758655032925368320,"id_str":"758655032925368320","indices":[59,82],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","url":"https:\/\/t.co\/pqGhUl84bp","display_url":"pic.twitter.com\/pqGhUl84bp","expanded_url":"http:\/\/twitter.com\/Square\/status\/758655487311163392\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":422,"resize":"fit"},"large":{"w":1024,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":239,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":758655032925368320,"id_str":"758655032925368320","indices":[59,82],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CodIu6CUMAAdeCt.jpg","url":"https:\/\/t.co\/pqGhUl84bp","display_url":"pic.twitter.com\/pqGhUl84bp","expanded_url":"http:\/\/twitter.com\/Square\/status\/758655487311163392\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":600,"h":422,"resize":"fit"},"large":{"w":1024,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":239,"resize":"fit"}},"video_info":{"aspect_ratio":[64,45],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CodIu6CUMAAdeCt.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":93017945,"id_str":"93017945","name":"Square","screen_name":"Square","location":"San Francisco","description":"Making commerce easy. Questions? Tweet @SqSupport.","url":"https:\/\/t.co\/98KQL6T5bB","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/98KQL6T5bB","expanded_url":"http:\/\/square.com","display_url":"square.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":194352,"friends_count":547,"listed_count":5742,"created_at":"Fri Nov 27 18:09:35 +0000 2009","favourites_count":35573,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7400,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2F2F2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/93017945\/1462820899","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":124,"favorite_count":93,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":124,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Jul 28 13:41:49 +0000 2016","id":758658725250932737,"id_str":"758658725250932737","text":"\"Don't boo, vote.\" #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[19,24]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[25,48]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":79,"favorite_count":226,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Jul 28 04:31:13 +0000 2016","id":758520161947136000,"id_str":"758520161947136000","text":"RT @theshrillest: man https:\/\/t.co\/d3jYue5ayg","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"theshrillest","name":"shrillary tintin","id":709835222,"id_str":"709835222","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/d3jYue5ayg","expanded_url":"https:\/\/twitter.com\/BroderickGreer\/status\/758514276185374720","display_url":"twitter.com\/BroderickGreer\u2026","indices":[22,45]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Jul 28 04:30:01 +0000 2016","id":758519859470700544,"id_str":"758519859470700544","text":"man https:\/\/t.co\/d3jYue5ayg","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/d3jYue5ayg","expanded_url":"https:\/\/twitter.com\/BroderickGreer\/status\/758514276185374720","display_url":"twitter.com\/BroderickGreer\u2026","indices":[4,27]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":709835222,"id_str":"709835222","name":"shrillary tintin","screen_name":"theshrillest","location":"California","description":"shrall cromsy aka squid collar aka squall crumbsy aka shrimp gatsby aka slump couplet aka skull crumpet. not the boy reporter. black male. writer @mtvnews","url":"http:\/\/t.co\/icIX3OBkzm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/icIX3OBkzm","expanded_url":"http:\/\/ezekielkweku.com\/","display_url":"ezekielkweku.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29749,"friends_count":714,"listed_count":661,"created_at":"Sun Jul 22 00:53:33 +0000 2012","favourites_count":70973,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":74110,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/687110608672522240\/v2Suomxw_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/687110608672522240\/v2Suomxw_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/709835222\/1454796915","profile_link_color":"B30000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":true,"quoted_status_id":758514276185374720,"quoted_status_id_str":"758514276185374720","quoted_status":{"created_at":"Thu Jul 28 04:07:50 +0000 2016","id":758514276185374720,"id_str":"758514276185374720","text":"https:\/\/t.co\/VLKYVnkjdv","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":758508145652170752,"id_str":"758508145652170752","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CobDI8TWgAAYlBl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CobDI8TWgAAYlBl.jpg","url":"https:\/\/t.co\/VLKYVnkjdv","display_url":"pic.twitter.com\/VLKYVnkjdv","expanded_url":"http:\/\/twitter.com\/austin_walker\/status\/758508202497638400\/photo\/1","type":"photo","sizes":{"medium":{"w":488,"h":274,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":488,"h":274,"resize":"fit"}},"source_status_id":758508202497638400,"source_status_id_str":"758508202497638400","source_user_id":18758101,"source_user_id_str":"18758101"}]},"extended_entities":{"media":[{"id":758508145652170752,"id_str":"758508145652170752","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CobDI8TWgAAYlBl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CobDI8TWgAAYlBl.jpg","url":"https:\/\/t.co\/VLKYVnkjdv","display_url":"pic.twitter.com\/VLKYVnkjdv","expanded_url":"http:\/\/twitter.com\/austin_walker\/status\/758508202497638400\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":488,"h":274,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"},"large":{"w":488,"h":274,"resize":"fit"}},"source_status_id":758508202497638400,"source_status_id_str":"758508202497638400","source_user_id":18758101,"source_user_id_str":"18758101","video_info":{"aspect_ratio":[244,137],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CobDI8TWgAAYlBl.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":412008580,"id_str":"412008580","name":"Broderick Greer","screen_name":"BroderickGreer","location":"Memphis, TN","description":"Episcopal priest | Published at @Guardian @WashingtonPost @OnBeing | LGBT advisory board member @TheDemocrats | Unapologetically black, queer | Beyonc\u00e9 | he\/him","url":"https:\/\/t.co\/Qcx2x0TcCC","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/Qcx2x0TcCC","expanded_url":"http:\/\/broderickgreer.com","display_url":"broderickgreer.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":19251,"friends_count":1089,"listed_count":524,"created_at":"Mon Nov 14 04:45:32 +0000 2011","favourites_count":116034,"utc_offset":-18000,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":127834,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000023268168\/54f16dbfad5f188d4127e6d63c5cb162.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000023268168\/54f16dbfad5f188d4127e6d63c5cb162.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/753143648443781120\/6Gl0bp-w_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/753143648443781120\/6Gl0bp-w_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/412008580\/1469665744","profile_link_color":"9266CC","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":9354,"favorite_count":19411,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"retweet_count":92,"favorite_count":257,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"is_quote_status":true,"quoted_status_id":758514276185374720,"quoted_status_id_str":"758514276185374720","retweet_count":92,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Wed Jul 27 19:10:35 +0000 2016","id":758379073437478913,"id_str":"758379073437478913","text":"@oliverdarcy @JimDalrympleII @Walldo @AustinHunt team is working on it. Conversations are an important element and too difficult right now!","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"oliverdarcy","name":"Oliver Darcy","id":27075032,"id_str":"27075032","indices":[0,12]},{"screen_name":"JimDalrympleII","name":"Jim Dalrymple II","id":37280980,"id_str":"37280980","indices":[13,28]},{"screen_name":"Walldo","name":"Brandon Wall","id":17614726,"id_str":"17614726","indices":[29,36]},{"screen_name":"AustinHunt","name":"Austin Hunt","id":41655668,"id_str":"41655668","indices":[37,48]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758377110801092608,"in_reply_to_status_id_str":"758377110801092608","in_reply_to_user_id":27075032,"in_reply_to_user_id_str":"27075032","in_reply_to_screen_name":"oliverdarcy","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":26,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Jul 27 15:47:14 +0000 2016","id":758327896050053120,"id_str":"758327896050053120","text":"@JohnLegere @TMobile thank you John! :)","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"JohnLegere","name":"John Legere","id":1394399438,"id_str":"1394399438","indices":[0,11]},{"screen_name":"TMobile","name":"T-Mobile","id":17338082,"id_str":"17338082","indices":[12,20]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758305777132068865,"in_reply_to_status_id_str":"758305777132068865","in_reply_to_user_id":1394399438,"in_reply_to_user_id_str":"1394399438","in_reply_to_screen_name":"JohnLegere","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3,"favorite_count":25,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Wed Jul 27 13:42:26 +0000 2016","id":758296488749375488,"id_str":"758296488749375488","text":"First step is to remove barriers to voter registration. Second step is to help people register! #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[96,101]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[102,125]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":76,"favorite_count":180,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Jul 27 00:33:26 +0000 2016","id":758097930670645248,"id_str":"758097930670645248","text":"Watch Mothers of the Movement LIVE https:\/\/t.co\/Kf5AhVzT8z","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Kf5AhVzT8z","expanded_url":"https:\/\/twitter.com\/i\/live\/753266580935446529","display_url":"twitter.com\/i\/live\/7532665\u2026","indices":[35,58]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":89,"favorite_count":190,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 22:51:25 +0000 2016","id":758072261064597505,"id_str":"758072261064597505","text":"@RichBTIG def looking at it!","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"RichBTIG","name":"Rich Greenfield","id":14992263,"id_str":"14992263","indices":[0,9]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758071696020627461,"in_reply_to_status_id_str":"758071696020627461","in_reply_to_user_id":14992263,"in_reply_to_user_id_str":"14992263","in_reply_to_screen_name":"RichBTIG","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":21,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 22:50:09 +0000 2016","id":758071940112277504,"id_str":"758071940112277504","text":"@ajlucio5 @leslieberland @twitter @adambain @JimStengel agreed!","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ajlucio5","name":"Antonio J Lucio","id":227384097,"id_str":"227384097","indices":[0,9]},{"screen_name":"leslieberland","name":"Leslie Berland","id":236209129,"id_str":"236209129","indices":[10,24]},{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[25,33]},{"screen_name":"adambain","name":"adam bain","id":14253109,"id_str":"14253109","indices":[34,43]},{"screen_name":"JimStengel","name":"Jim Stengel","id":61824258,"id_str":"61824258","indices":[44,55]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758062970584829952,"in_reply_to_status_id_str":"758062970584829952","in_reply_to_user_id":227384097,"in_reply_to_user_id_str":"227384097","in_reply_to_screen_name":"ajlucio5","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":15,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 17:10:24 +0000 2016","id":757986440818987008,"id_str":"757986440818987008","text":"RT @Square: New: Run your business online and offline with @WooCommerce + Square. WOO! \ud83d\udcc8 https:\/\/t.co\/wUxsUiSIYs https:\/\/t.co\/TfGHa3ARGy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[3,10]},{"screen_name":"WooCommerce","name":"WooCommerce","id":3250053558,"id_str":"3250053558","indices":[59,71]}],"urls":[{"url":"https:\/\/t.co\/wUxsUiSIYs","expanded_url":"http:\/\/squ.re\/2a8Xiay","display_url":"squ.re\/2a8Xiay","indices":[89,112]}],"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}},"source_status_id":757985605737443328,"source_status_id_str":"757985605737443328","source_user_id":93017945,"source_user_id_str":"93017945"}]},"extended_entities":{"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}},"source_status_id":757985605737443328,"source_status_id_str":"757985605737443328","source_user_id":93017945,"source_user_id_str":"93017945"}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 17:07:05 +0000 2016","id":757985605737443328,"id_str":"757985605737443328","text":"New: Run your business online and offline with @WooCommerce + Square. WOO! \ud83d\udcc8 https:\/\/t.co\/wUxsUiSIYs https:\/\/t.co\/TfGHa3ARGy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"WooCommerce","name":"WooCommerce","id":3250053558,"id_str":"3250053558","indices":[47,59]}],"urls":[{"url":"https:\/\/t.co\/wUxsUiSIYs","expanded_url":"http:\/\/squ.re\/2a8Xiay","display_url":"squ.re\/2a8Xiay","indices":[77,100]}],"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[101,124],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[101,124],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/www.falcon.io\" rel=\"nofollow\"\u003eFalcon Social Media Management \u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":93017945,"id_str":"93017945","name":"Square","screen_name":"Square","location":"San Francisco","description":"Making commerce easy. Questions? Tweet @SqSupport.","url":"https:\/\/t.co\/98KQL6T5bB","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/98KQL6T5bB","expanded_url":"http:\/\/square.com","display_url":"square.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":194352,"friends_count":547,"listed_count":5742,"created_at":"Fri Nov 27 18:09:35 +0000 2009","favourites_count":35573,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7400,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2F2F2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/93017945\/1462820899","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":65,"favorite_count":123,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":65,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 14:17:45 +0000 2016","id":757942989217935360,"id_str":"757942989217935360","text":"Restore the power of the Voting Rights Act to protect the right to vote for all Americans. #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[91,96]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[97,120]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":100,"favorite_count":191,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 03:46:40 +0000 2016","id":757784173826322432,"id_str":"757784173826322432","text":"RT @paulkrugman: No snark or irony: Michelle Obama was just awesome. Makes you proud of a country in which such a speech is possible.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"paulkrugman","name":"Paul Krugman","id":17006157,"id_str":"17006157","indices":[3,15]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 02:22:07 +0000 2016","id":757762894012506113,"id_str":"757762894012506113","text":"No snark or irony: Michelle Obama was just awesome. Makes you proud of a country in which such a speech is possible.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":17006157,"id_str":"17006157","name":"Paul Krugman","screen_name":"paulkrugman","location":"New York City","description":"Nobel laureate. Op-Ed columnist, @nytopinion. Author, \u201cThe Return of Depression Economics,\u201d \u201cThe Great Unraveling,\u201d \u201cThe Age of Diminished Expectations\u201d + more.","url":"http:\/\/t.co\/vl6CX9xUSi","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/vl6CX9xUSi","expanded_url":"http:\/\/krugman.blogs.nytimes.com\/","display_url":"krugman.blogs.nytimes.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1580766,"friends_count":4,"listed_count":32434,"created_at":"Mon Oct 27 20:17:02 +0000 2008","favourites_count":8,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":7134,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/4431039\/twitter_post.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/4431039\/twitter_post.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2044852218\/NYT_Twitter_Krugman_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2044852218\/NYT_Twitter_Krugman_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4307,"favorite_count":9981,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":4307,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 03:38:05 +0000 2016","id":757782013914951680,"id_str":"757782013914951680","text":"https:\/\/t.co\/RssujzZpop","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/RssujzZpop","expanded_url":"http:\/\/theundefeated.com\/features\/michael-jordan-i-can-no-longer-stay-silent\/?ex_cid=story-twitter","display_url":"theundefeated.com\/features\/micha\u2026","indices":[0,23]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":250,"favorite_count":558,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},{"created_at":"Tue Jul 26 03:33:01 +0000 2016","id":757780736095039489,"id_str":"757780736095039489","text":"RT @POTUS: Incredible speech by an incredible woman. Couldn't be more proud & our country has been blessed to have her as FLOTUS. I love yo\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"POTUS","name":"President Obama","id":1536791610,"id_str":"1536791610","indices":[3,9]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 02:25:19 +0000 2016","id":757763701101490176,"id_str":"757763701101490176","text":"Incredible speech by an incredible woman. Couldn't be more proud & our country has been blessed to have her as FLOTUS. I love you, Michelle.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1536791610,"id_str":"1536791610","name":"President Obama","screen_name":"POTUS","location":"Washington, D.C.","description":"Dad, husband, and 44th President of the United States. Tweets may be archived: http:\/\/t.co\/eVVzoATsAR.","url":"http:\/\/t.co\/IxLjEAKXX4","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/IxLjEAKXX4","expanded_url":"http:\/\/WhiteHouse.gov","display_url":"WhiteHouse.gov","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/eVVzoATsAR","expanded_url":"http:\/\/wh.gov\/privacy","display_url":"wh.gov\/privacy","indices":[79,101]}]}},"protected":false,"followers_count":9542187,"friends_count":72,"listed_count":18463,"created_at":"Fri Jun 21 16:02:21 +0000 2013","favourites_count":3,"utc_offset":-10800,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":279,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/600314410003865600\/laIuu4bB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/600314410003865600\/laIuu4bB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1536791610\/1431961112","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":176693,"favorite_count":543776,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":176693,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 01:34:35 +0000 2016","id":757750934705348608,"id_str":"757750934705348608","text":"RT @twitter: Watch #DemsInPhilly live on Twitter w\/ Michelle Obama, Elizabeth Warren, and Bernie Sanders: https:\/\/t.co\/GjfWrsP3Uq https:\/\/t\u2026","truncated":false,"entities":{"hashtags":[{"text":"DemsInPhilly","indices":[19,32]}],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/GjfWrsP3Uq","expanded_url":"https:\/\/twitter.com\/i\/live\/753266580935446529","display_url":"twitter.com\/i\/live\/7532665\u2026","indices":[106,129]}],"media":[{"id":757749761478766592,"id_str":"757749761478766592","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","url":"https:\/\/t.co\/0UU5Esalr7","display_url":"pic.twitter.com\/0UU5Esalr7","expanded_url":"http:\/\/twitter.com\/twitter\/status\/757749856383356932\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":190,"resize":"fit"},"medium":{"w":500,"h":280,"resize":"fit"},"large":{"w":500,"h":280,"resize":"fit"}},"source_status_id":757749856383356932,"source_status_id_str":"757749856383356932","source_user_id":783214,"source_user_id_str":"783214"}]},"extended_entities":{"media":[{"id":757749761478766592,"id_str":"757749761478766592","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","url":"https:\/\/t.co\/0UU5Esalr7","display_url":"pic.twitter.com\/0UU5Esalr7","expanded_url":"http:\/\/twitter.com\/twitter\/status\/757749856383356932\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":190,"resize":"fit"},"medium":{"w":500,"h":280,"resize":"fit"},"large":{"w":500,"h":280,"resize":"fit"}},"source_status_id":757749856383356932,"source_status_id_str":"757749856383356932","source_user_id":783214,"source_user_id_str":"783214","video_info":{"aspect_ratio":[25,14],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CoQRZLGUMAAMG7k.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 01:30:18 +0000 2016","id":757749856383356932,"id_str":"757749856383356932","text":"Watch #DemsInPhilly live on Twitter w\/ Michelle Obama, Elizabeth Warren, and Bernie Sanders: https:\/\/t.co\/GjfWrsP3Uq https:\/\/t.co\/0UU5Esalr7","truncated":false,"entities":{"hashtags":[{"text":"DemsInPhilly","indices":[6,19]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GjfWrsP3Uq","expanded_url":"https:\/\/twitter.com\/i\/live\/753266580935446529","display_url":"twitter.com\/i\/live\/7532665\u2026","indices":[93,116]}],"media":[{"id":757749761478766592,"id_str":"757749761478766592","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","url":"https:\/\/t.co\/0UU5Esalr7","display_url":"pic.twitter.com\/0UU5Esalr7","expanded_url":"http:\/\/twitter.com\/twitter\/status\/757749856383356932\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":190,"resize":"fit"},"medium":{"w":500,"h":280,"resize":"fit"},"large":{"w":500,"h":280,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757749761478766592,"id_str":"757749761478766592","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CoQRZLGUMAAMG7k.jpg","url":"https:\/\/t.co\/0UU5Esalr7","display_url":"pic.twitter.com\/0UU5Esalr7","expanded_url":"http:\/\/twitter.com\/twitter\/status\/757749856383356932\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":190,"resize":"fit"},"medium":{"w":500,"h":280,"resize":"fit"},"large":{"w":500,"h":280,"resize":"fit"}},"video_info":{"aspect_ratio":[25,14],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CoQRZLGUMAAMG7k.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":320,"favorite_count":1189,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":320,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 25 21:54:10 +0000 2016","id":757695465504673792,"id_str":"757695465504673792","text":"RT @twitter: Now live: day one of #DemsInPhilly. \n\nTap below to watch live video coverage of the #DemConvention on Twitter.\nhttps:\/\/t.co\/Zn\u2026","truncated":false,"entities":{"hashtags":[{"text":"DemsInPhilly","indices":[34,47]},{"text":"DemConvention","indices":[97,111]}],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/ZnfWzrtDoJ","expanded_url":"https:\/\/cards.twitter.com\/cards\/3oqo9s\/1zkuz","display_url":"cards.twitter.com\/cards\/3oqo9s\/1\u2026","indices":[124,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon Jul 25 21:28:45 +0000 2016","id":757689065751707648,"id_str":"757689065751707648","text":"Now live: day one of #DemsInPhilly. \n\nTap below to watch live video coverage of the #DemConvention on Twitter.\nhttps:\/\/t.co\/ZnfWzrtDoJ","truncated":false,"entities":{"hashtags":[{"text":"DemsInPhilly","indices":[21,34]},{"text":"DemConvention","indices":[84,98]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ZnfWzrtDoJ","expanded_url":"https:\/\/cards.twitter.com\/cards\/3oqo9s\/1zkuz","display_url":"cards.twitter.com\/cards\/3oqo9s\/1\u2026","indices":[111,134]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1072,"favorite_count":2255,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1072,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 25 21:13:37 +0000 2016","id":757685259517304833,"id_str":"757685259517304833","text":"Tell Congress to pass the Voting Rights Advancement Act #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[56,61]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[63,86]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":192,"favorite_count":145,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 25 15:56:05 +0000 2016","id":757605347448098817,"id_str":"757605347448098817","text":"RT @twitter: See what's happening: https:\/\/t.co\/ChbWRrSJyK\nhttps:\/\/t.co\/r9AZd9rzI3","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/ChbWRrSJyK","expanded_url":"https:\/\/blog.twitter.com\/2016\/see-whats-happening","display_url":"blog.twitter.com\/2016\/see-whats\u2026","indices":[35,58]},{"url":"https:\/\/t.co\/r9AZd9rzI3","expanded_url":"https:\/\/amp.twimg.com\/v\/b7f27ebc-57ce-411c-8519-4897a0da7fff","display_url":"amp.twimg.com\/v\/b7f27ebc-57c\u2026","indices":[59,82]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon Jul 25 13:01:39 +0000 2016","id":757561453079474178,"id_str":"757561453079474178","text":"See what's happening: https:\/\/t.co\/ChbWRrSJyK\nhttps:\/\/t.co\/r9AZd9rzI3","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ChbWRrSJyK","expanded_url":"https:\/\/blog.twitter.com\/2016\/see-whats-happening","display_url":"blog.twitter.com\/2016\/see-whats\u2026","indices":[22,45]},{"url":"https:\/\/t.co\/r9AZd9rzI3","expanded_url":"https:\/\/amp.twimg.com\/v\/b7f27ebc-57ce-411c-8519-4897a0da7fff","display_url":"amp.twimg.com\/v\/b7f27ebc-57c\u2026","indices":[46,69]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1870,"favorite_count":3083,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1870,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 24 18:26:31 +0000 2016","id":757280817756332032,"id_str":"757280817756332032","text":"@EricaJoy great idea","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"EricaJoy","name":"EricaJoy","id":817083,"id_str":"817083","indices":[0,9]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":757255930924797953,"in_reply_to_status_id_str":"757255930924797953","in_reply_to_user_id":817083,"in_reply_to_user_id_str":"817083","in_reply_to_screen_name":"EricaJoy","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":6,"favorite_count":49,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sun Jul 24 17:07:03 +0000 2016","id":757260818589167619,"id_str":"757260818589167619","text":"RT @CAL_FIRE: #SoberanesFire [update] near Big Sur (Monterey County) is now 10,262 acres - 5% contained. https:\/\/t.co\/XkVQIsRv6J https:\/\/t.\u2026","truncated":false,"entities":{"hashtags":[{"text":"SoberanesFire","indices":[14,28]}],"symbols":[],"user_mentions":[{"screen_name":"CAL_FIRE","name":"CAL FIRE","id":21249970,"id_str":"21249970","indices":[3,12]}],"urls":[{"url":"https:\/\/t.co\/XkVQIsRv6J","expanded_url":"http:\/\/cdfdata.fire.ca.gov\/incidents\/incidents_details_info?incident_id=1348","display_url":"cdfdata.fire.ca.gov\/incidents\/inci\u2026","indices":[105,128]}],"media":[{"id":757222902982807552,"id_str":"757222902982807552","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":510,"resize":"fit"},"medium":{"w":1200,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1200,"h":900,"resize":"fit"}},"source_status_id":757223455041261568,"source_status_id_str":"757223455041261568","source_user_id":21249970,"source_user_id_str":"21249970"}]},"extended_entities":{"media":[{"id":757222902982807552,"id_str":"757222902982807552","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":510,"resize":"fit"},"medium":{"w":1200,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1200,"h":900,"resize":"fit"}},"source_status_id":757223455041261568,"source_status_id_str":"757223455041261568","source_user_id":21249970,"source_user_id_str":"21249970"},{"id":757222902999556096,"id_str":"757222902999556096","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-UUIAAUgdN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-UUIAAUgdN.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"medium":{"w":1200,"h":800,"resize":"fit"},"small":{"w":680,"h":453,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1800,"h":1200,"resize":"fit"}},"source_status_id":757223455041261568,"source_status_id_str":"757223455041261568","source_user_id":21249970,"source_user_id_str":"21249970"},{"id":757222902987051008,"id_str":"757222902987051008","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-RVUAA1DDR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-RVUAA1DDR.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":768,"resize":"fit"},"small":{"w":680,"h":510,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1024,"h":768,"resize":"fit"}},"source_status_id":757223455041261568,"source_status_id_str":"757223455041261568","source_user_id":21249970,"source_user_id_str":"21249970"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 24 14:38:34 +0000 2016","id":757223455041261568,"id_str":"757223455041261568","text":"#SoberanesFire [update] near Big Sur (Monterey County) is now 10,262 acres - 5% contained. https:\/\/t.co\/XkVQIsRv6J https:\/\/t.co\/vRFHQqen2m","truncated":false,"entities":{"hashtags":[{"text":"SoberanesFire","indices":[0,14]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/XkVQIsRv6J","expanded_url":"http:\/\/cdfdata.fire.ca.gov\/incidents\/incidents_details_info?incident_id=1348","display_url":"cdfdata.fire.ca.gov\/incidents\/inci\u2026","indices":[91,114]}],"media":[{"id":757222902982807552,"id_str":"757222902982807552","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":510,"resize":"fit"},"medium":{"w":1200,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1200,"h":900,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757222902982807552,"id_str":"757222902982807552","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-QUkAAi8Gj.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":510,"resize":"fit"},"medium":{"w":1200,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1200,"h":900,"resize":"fit"}}},{"id":757222902999556096,"id_str":"757222902999556096","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-UUIAAUgdN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-UUIAAUgdN.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"medium":{"w":1200,"h":800,"resize":"fit"},"small":{"w":680,"h":453,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1800,"h":1200,"resize":"fit"}}},{"id":757222902987051008,"id_str":"757222902987051008","indices":[115,138],"media_url":"http:\/\/pbs.twimg.com\/media\/CoIyN-RVUAA1DDR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoIyN-RVUAA1DDR.jpg","url":"https:\/\/t.co\/vRFHQqen2m","display_url":"pic.twitter.com\/vRFHQqen2m","expanded_url":"http:\/\/twitter.com\/CAL_FIRE\/status\/757223455041261568\/photo\/1","type":"photo","sizes":{"large":{"w":1024,"h":768,"resize":"fit"},"small":{"w":680,"h":510,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1024,"h":768,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21249970,"id_str":"21249970","name":"CAL FIRE","screen_name":"CAL_FIRE","location":"Sacramento, CA","description":"Official Twitter Account of CAL FIRE","url":"http:\/\/t.co\/PuAAJviwYt","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/PuAAJviwYt","expanded_url":"http:\/\/www.fire.ca.gov","display_url":"fire.ca.gov","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":107509,"friends_count":30,"listed_count":1905,"created_at":"Wed Feb 18 22:36:09 +0000 2009","favourites_count":168,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7144,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000112179726\/3431cecff91ec04457a2765f93059b7e.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000112179726\/3431cecff91ec04457a2765f93059b7e.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1196622174\/CAL_FIRE_twitter_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1196622174\/CAL_FIRE_twitter_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21249970\/1464730791","profile_link_color":"B0060E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"CCD4DF","profile_text_color":"080808","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":{"id":"a3b39b40a6f077f5","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/a3b39b40a6f077f5.json","place_type":"city","name":"Elko","full_name":"Elko, NV","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-115.831165,40.801431],[-115.709259,40.801431],[-115.709259,40.883884],[-115.831165,40.883884]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":135,"favorite_count":114,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":135,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 24 16:45:32 +0000 2016","id":757255404246011908,"id_str":"757255404246011908","text":"Tell Congress to fix voter discrimination before November elections #VRAA: https:\/\/t.co\/79uFWFyLD3","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[68,73]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/79uFWFyLD3","expanded_url":"https:\/\/www.aclu.org\/vraaTW","display_url":"aclu.org\/vraaTW","indices":[76,99]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":179,"favorite_count":278,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 23 19:44:22 +0000 2016","id":756938023560843264,"id_str":"756938023560843264","text":"RT @Square: We're in New York today, accepting Apple Pay & Android Pay all over @PanoramaNYC.\n\nUse your \ud83d\udcf1 and tap our \u2b1c\ufe0f to pay. https:\/\/t.\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[3,10]},{"screen_name":"PanoramaNYC","name":"Panorama","id":3429022042,"id_str":"3429022042","indices":[84,96]}],"urls":[],"media":[{"id":756936729408344064,"id_str":"756936729408344064","indices":[143,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":932,"h":667,"resize":"fit"},"small":{"w":680,"h":487,"resize":"fit"},"medium":{"w":932,"h":667,"resize":"fit"}},"source_status_id":756937932443836416,"source_status_id_str":"756937932443836416","source_user_id":93017945,"source_user_id_str":"93017945"}]},"extended_entities":{"media":[{"id":756936729408344064,"id_str":"756936729408344064","indices":[143,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":932,"h":667,"resize":"fit"},"small":{"w":680,"h":487,"resize":"fit"},"medium":{"w":932,"h":667,"resize":"fit"}},"source_status_id":756937932443836416,"source_status_id_str":"756937932443836416","source_user_id":93017945,"source_user_id_str":"93017945"},{"id":756936752879710208,"id_str":"756936752879710208","indices":[143,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt92DVMAABftK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt92DVMAABftK.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}},"source_status_id":756937932443836416,"source_status_id_str":"756937932443836416","source_user_id":93017945,"source_user_id_str":"93017945"},{"id":756936811876798464,"id_str":"756936811876798464","indices":[143,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEuBR1VUAAax2D.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEuBR1VUAAax2D.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"large":{"w":1000,"h":1249,"resize":"fit"},"small":{"w":544,"h":680,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":961,"h":1200,"resize":"fit"}},"source_status_id":756937932443836416,"source_status_id_str":"756937932443836416","source_user_id":93017945,"source_user_id_str":"93017945"},{"id":756936846379147264,"id_str":"756936846379147264","indices":[143,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEuDSXVYAA8vtL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEuDSXVYAA8vtL.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"large":{"w":1000,"h":1000,"resize":"fit"},"medium":{"w":1000,"h":1000,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}},"source_status_id":756937932443836416,"source_status_id_str":"756937932443836416","source_user_id":93017945,"source_user_id_str":"93017945"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 23 19:44:00 +0000 2016","id":756937932443836416,"id_str":"756937932443836416","text":"We're in New York today, accepting Apple Pay & Android Pay all over @PanoramaNYC.\n\nUse your \ud83d\udcf1 and tap our \u2b1c\ufe0f to pay. https:\/\/t.co\/9Wesk5FNLr","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"PanoramaNYC","name":"Panorama","id":3429022042,"id_str":"3429022042","indices":[72,84]}],"urls":[],"media":[{"id":756936729408344064,"id_str":"756936729408344064","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":932,"h":667,"resize":"fit"},"small":{"w":680,"h":487,"resize":"fit"},"medium":{"w":932,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":756936729408344064,"id_str":"756936729408344064","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt8enUkAAAu7Q.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":932,"h":667,"resize":"fit"},"small":{"w":680,"h":487,"resize":"fit"},"medium":{"w":932,"h":667,"resize":"fit"}}},{"id":756936752879710208,"id_str":"756936752879710208","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEt92DVMAABftK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEt92DVMAABftK.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}}},{"id":756936811876798464,"id_str":"756936811876798464","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEuBR1VUAAax2D.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEuBR1VUAAax2D.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"large":{"w":1000,"h":1249,"resize":"fit"},"small":{"w":544,"h":680,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":961,"h":1200,"resize":"fit"}}},{"id":756936846379147264,"id_str":"756936846379147264","indices":[121,144],"media_url":"http:\/\/pbs.twimg.com\/media\/CoEuDSXVYAA8vtL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoEuDSXVYAA8vtL.jpg","url":"https:\/\/t.co\/9Wesk5FNLr","display_url":"pic.twitter.com\/9Wesk5FNLr","expanded_url":"http:\/\/twitter.com\/Square\/status\/756937932443836416\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"large":{"w":1000,"h":1000,"resize":"fit"},"medium":{"w":1000,"h":1000,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":93017945,"id_str":"93017945","name":"Square","screen_name":"Square","location":"San Francisco","description":"Making commerce easy. Questions? Tweet @SqSupport.","url":"https:\/\/t.co\/98KQL6T5bB","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/98KQL6T5bB","expanded_url":"http:\/\/square.com","display_url":"square.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":194352,"friends_count":547,"listed_count":5742,"created_at":"Fri Nov 27 18:09:35 +0000 2009","favourites_count":35573,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7400,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2F2F2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/93017945\/1462820899","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":46,"favorite_count":125,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":46,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 23 19:06:29 +0000 2016","id":756928487747825666,"id_str":"756928487747825666","text":"\"\u2026you didn't like who you were, so the only thing that gave me confidence was dressing fresh.\"\u2014@tmillsfashion https:\/\/t.co\/Cp3LXV278v","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tmillsfashion","name":"Tracey Mills","id":176304268,"id_str":"176304268","indices":[95,109]}],"urls":[{"url":"https:\/\/t.co\/Cp3LXV278v","expanded_url":"http:\/\/www.complex.com\/style\/2016\/07\/tracey-mills-visitor-on-earth-interview","display_url":"complex.com\/style\/2016\/07\/\u2026","indices":[111,134]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":32,"favorite_count":122,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 23 18:50:28 +0000 2016","id":756924458820968449,"id_str":"756924458820968449","text":"RT @Reince: David Duke & his hateful bigotry have no place in the Republican Party & the RNC will never support his candidacy under any cir\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Reince","name":"Reince Priebus","id":20733972,"id_str":"20733972","indices":[3,10]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 23 17:42:22 +0000 2016","id":756907320508952576,"id_str":"756907320508952576","text":"David Duke & his hateful bigotry have no place in the Republican Party & the RNC will never support his candidacy under any circumstance","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20733972,"id_str":"20733972","name":"Reince Priebus","screen_name":"Reince","location":"Kenosha, WI and Washington, DC","description":"Chairman, Republican National Committee","url":"http:\/\/t.co\/TkWLg0Vdhj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/TkWLg0Vdhj","expanded_url":"http:\/\/www.gop.com","display_url":"gop.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":458309,"friends_count":358,"listed_count":4423,"created_at":"Fri Feb 13 00:07:00 +0000 2009","favourites_count":28,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10456,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F0F0F0","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/245036192\/rnc-logo.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/245036192\/rnc-logo.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/588448493892579328\/CN351XjP_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/588448493892579328\/CN351XjP_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20733972\/1399385925","profile_link_color":"D11814","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"15144D","profile_text_color":"050505","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3033,"favorite_count":5702,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":3033,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Jul 23 18:43:28 +0000 2016","id":756922698601603072,"id_str":"756922698601603072","text":"\u26a1\ufe0f \u201cAt least 60 people killed in Kabul explosions\u201d\n\nhttps:\/\/t.co\/CDm580hZeC","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/CDm580hZeC","expanded_url":"https:\/\/twitter.com\/i\/moments\/756806701316276224","display_url":"twitter.com\/i\/moments\/7568\u2026","indices":[52,75]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":169,"favorite_count":151,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 23 18:34:04 +0000 2016","id":756920332569587712,"id_str":"756920332569587712","text":"@tregp @RudyTakala false","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tregp","name":"Tr\u00e9 Goins-Phillips","id":47002319,"id_str":"47002319","indices":[0,6]},{"screen_name":"RudyTakala","name":"Rudy Takala","id":846479437,"id_str":"846479437","indices":[7,18]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":756710968961462272,"in_reply_to_status_id_str":"756710968961462272","in_reply_to_user_id":47002319,"in_reply_to_user_id_str":"47002319","in_reply_to_screen_name":"tregp","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":57,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Jul 21 23:35:51 +0000 2016","id":756271501477720064,"id_str":"756271501477720064","text":"RT @RonConway: Thanks Adam Silver and the @NBA for the courage to support human rights and move the 2017 All-Star Game #RepealHB2 https:\/\/t\u2026","truncated":false,"entities":{"hashtags":[{"text":"RepealHB2","indices":[119,129]}],"symbols":[],"user_mentions":[{"screen_name":"RonConway","name":"Ron Conway","id":44771048,"id_str":"44771048","indices":[3,13]},{"screen_name":"NBA","name":"NBA","id":19923144,"id_str":"19923144","indices":[42,46]}],"urls":[{"url":"https:\/\/t.co\/m1IqmwmhPI","expanded_url":"http:\/\/espn.go.com\/nba\/story\/_\/id\/17120170\/nba-moving-all-star-game-charlotte-north-carolina-bill?ex_cid=espntw","display_url":"espn.go.com\/nba\/story\/_\/id\u2026","indices":[139,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Jul 21 22:50:25 +0000 2016","id":756260068270583809,"id_str":"756260068270583809","text":"Thanks Adam Silver and the @NBA for the courage to support human rights and move the 2017 All-Star Game #RepealHB2 https:\/\/t.co\/m1IqmwmhPI","truncated":false,"entities":{"hashtags":[{"text":"RepealHB2","indices":[104,114]}],"symbols":[],"user_mentions":[{"screen_name":"NBA","name":"NBA","id":19923144,"id_str":"19923144","indices":[27,31]}],"urls":[{"url":"https:\/\/t.co\/m1IqmwmhPI","expanded_url":"http:\/\/espn.go.com\/nba\/story\/_\/id\/17120170\/nba-moving-all-star-game-charlotte-north-carolina-bill?ex_cid=espntw","display_url":"espn.go.com\/nba\/story\/_\/id\u2026","indices":[115,138]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":44771048,"id_str":"44771048","name":"Ron Conway","screen_name":"RonConway","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":92676,"friends_count":55,"listed_count":1770,"created_at":"Fri Jun 05 00:15:37 +0000 2009","favourites_count":8,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":408,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/434350068427018240\/BYzAzB94_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/434350068427018240\/BYzAzB94_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":165,"favorite_count":399,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":165,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Jul 21 21:18:59 +0000 2016","id":756237056280522752,"id_str":"756237056280522752","text":"@wikileaks all fair points. We are working to get here","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"wikileaks","name":"WikiLeaks","id":16589206,"id_str":"16589206","indices":[0,10]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":756217834947088384,"in_reply_to_status_id_str":"756217834947088384","in_reply_to_user_id":16589206,"in_reply_to_user_id_str":"16589206","in_reply_to_screen_name":"wikileaks","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":154,"favorite_count":332,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Jul 21 19:40:20 +0000 2016","id":756212232841596928,"id_str":"756212232841596928","text":"@wikileaks we don't ban people for expressing their thoughts. Targeted abuse & inciting abuse against people however, that's not allowed","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"wikileaks","name":"WikiLeaks","id":16589206,"id_str":"16589206","indices":[0,10]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":756206619860561920,"in_reply_to_status_id_str":"756206619860561920","in_reply_to_user_id":16589206,"in_reply_to_user_id_str":"16589206","in_reply_to_screen_name":"wikileaks","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1149,"favorite_count":2644,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Thu Jul 21 18:07:29 +0000 2016","id":756188866374021120,"id_str":"756188866374021120","text":"RT @periscopeco: Watch key broadcast moments you've missed with Replay Highlights - now available on iOS and Android! \ud83d\udc40\ud83c\udf86 https:\/\/t.co\/GMKUb\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"periscopeco","name":"Periscope","id":2445809510,"id_str":"2445809510","indices":[3,15]}],"urls":[],"media":[{"id":756188383714553856,"id_str":"756188383714553856","indices":[121,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","url":"https:\/\/t.co\/GMKUbU1aw2","display_url":"pic.twitter.com\/GMKUbU1aw2","expanded_url":"http:\/\/twitter.com\/periscopeco\/status\/756188816134647808\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":270,"h":480,"resize":"fit"},"small":{"w":270,"h":480,"resize":"fit"},"large":{"w":270,"h":480,"resize":"fit"}},"source_status_id":756188816134647808,"source_status_id_str":"756188816134647808","source_user_id":2445809510,"source_user_id_str":"2445809510"}]},"extended_entities":{"media":[{"id":756188383714553856,"id_str":"756188383714553856","indices":[121,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","url":"https:\/\/t.co\/GMKUbU1aw2","display_url":"pic.twitter.com\/GMKUbU1aw2","expanded_url":"http:\/\/twitter.com\/periscopeco\/status\/756188816134647808\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":270,"h":480,"resize":"fit"},"small":{"w":270,"h":480,"resize":"fit"},"large":{"w":270,"h":480,"resize":"fit"}},"source_status_id":756188816134647808,"source_status_id_str":"756188816134647808","source_user_id":2445809510,"source_user_id_str":"2445809510","video_info":{"aspect_ratio":[9,16],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/Cn6FVBqVMAAcc9g.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Jul 21 18:07:17 +0000 2016","id":756188816134647808,"id_str":"756188816134647808","text":"Watch key broadcast moments you've missed with Replay Highlights - now available on iOS and Android! \ud83d\udc40\ud83c\udf86 https:\/\/t.co\/GMKUbU1aw2","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":756188383714553856,"id_str":"756188383714553856","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","url":"https:\/\/t.co\/GMKUbU1aw2","display_url":"pic.twitter.com\/GMKUbU1aw2","expanded_url":"http:\/\/twitter.com\/periscopeco\/status\/756188816134647808\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":270,"h":480,"resize":"fit"},"small":{"w":270,"h":480,"resize":"fit"},"large":{"w":270,"h":480,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":756188383714553856,"id_str":"756188383714553856","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cn6FVBqVMAAcc9g.jpg","url":"https:\/\/t.co\/GMKUbU1aw2","display_url":"pic.twitter.com\/GMKUbU1aw2","expanded_url":"http:\/\/twitter.com\/periscopeco\/status\/756188816134647808\/photo\/1","type":"animated_gif","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":270,"h":480,"resize":"fit"},"small":{"w":270,"h":480,"resize":"fit"},"large":{"w":270,"h":480,"resize":"fit"}},"video_info":{"aspect_ratio":[9,16],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/Cn6FVBqVMAAcc9g.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2445809510,"id_str":"2445809510","name":"Periscope","screen_name":"periscopeco","location":"San Francisco","description":"Explore the world through someone else's eyes. Follow @periscopetv to see some of our favorite broadcasts.","url":"https:\/\/t.co\/WyRHo57RCx","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WyRHo57RCx","expanded_url":"https:\/\/periscope.tv","display_url":"periscope.tv","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1144520,"friends_count":43,"listed_count":3323,"created_at":"Tue Apr 15 18:28:11 +0000 2014","favourites_count":168,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":273,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/576529332580982785\/pfta069p_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/576529332580982785\/pfta069p_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2445809510\/1447274307","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":136,"favorite_count":303,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":136,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Jul 21 15:32:20 +0000 2016","id":756149822428557312,"id_str":"756149822428557312","text":"Listening to: What Are Gender Barriers Made Of? https:\/\/t.co\/OLISdFBkDb https:\/\/t.co\/ZNdapfFhOp","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/OLISdFBkDb","expanded_url":"https:\/\/itunes.apple.com\/us\/podcast\/freakonomics-radio\/id354668519?mt=2#episodeGuid=http%3A%2F%2Fwww.wnyc.org%2Fstory%2Fwhat-are-gender-barriers-made%2F","display_url":"itunes.apple.com\/us\/podcast\/fre\u2026","indices":[48,71]}],"media":[{"id":756149819333152768,"id_str":"756149819333152768","indices":[72,95],"media_url":"http:\/\/pbs.twimg.com\/media\/Cn5iQSJUEAAJSBb.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cn5iQSJUEAAJSBb.jpg","url":"https:\/\/t.co\/ZNdapfFhOp","display_url":"pic.twitter.com\/ZNdapfFhOp","expanded_url":"http:\/\/twitter.com\/jack\/status\/756149822428557312\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"medium":{"w":900,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":900,"h":900,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":756149819333152768,"id_str":"756149819333152768","indices":[72,95],"media_url":"http:\/\/pbs.twimg.com\/media\/Cn5iQSJUEAAJSBb.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cn5iQSJUEAAJSBb.jpg","url":"https:\/\/t.co\/ZNdapfFhOp","display_url":"pic.twitter.com\/ZNdapfFhOp","expanded_url":"http:\/\/twitter.com\/jack\/status\/756149822428557312\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"medium":{"w":900,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":900,"h":900,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003eiOS\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":41,"favorite_count":188,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu Jul 21 15:04:12 +0000 2016","id":756142742506315776,"id_str":"756142742506315776","text":"RT @periscopeco: \u26a1\ufe0fIntroducing Periscope Tweet Embeds, Replay Highlights, and Live Auto-Play! https:\/\/t.co\/juSzLFCQAN","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"periscopeco","name":"Periscope","id":2445809510,"id_str":"2445809510","indices":[3,15]}],"urls":[{"url":"https:\/\/t.co\/juSzLFCQAN","expanded_url":"https:\/\/medium.com\/@periscope\/medium-com-periscope-tweet-embeds-replay-highlights-live-autoplay-c01629ee8910#.2fb5htv27","display_url":"medium.com\/@periscope\/med\u2026","indices":[94,117]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Jul 21 15:03:52 +0000 2016","id":756142656548380673,"id_str":"756142656548380673","text":"\u26a1\ufe0fIntroducing Periscope Tweet Embeds, Replay Highlights, and Live Auto-Play! https:\/\/t.co\/juSzLFCQAN","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/juSzLFCQAN","expanded_url":"https:\/\/medium.com\/@periscope\/medium-com-periscope-tweet-embeds-replay-highlights-live-autoplay-c01629ee8910#.2fb5htv27","display_url":"medium.com\/@periscope\/med\u2026","indices":[77,100]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2445809510,"id_str":"2445809510","name":"Periscope","screen_name":"periscopeco","location":"San Francisco","description":"Explore the world through someone else's eyes. Follow @periscopetv to see some of our favorite broadcasts.","url":"https:\/\/t.co\/WyRHo57RCx","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/WyRHo57RCx","expanded_url":"https:\/\/periscope.tv","display_url":"periscope.tv","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":1144520,"friends_count":43,"listed_count":3323,"created_at":"Tue Apr 15 18:28:11 +0000 2014","favourites_count":168,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":273,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/576529332580982785\/pfta069p_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/576529332580982785\/pfta069p_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2445809510\/1447274307","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":502,"favorite_count":789,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":502,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Jul 20 23:00:57 +0000 2016","id":755900331104411649,"id_str":"755900331104411649","text":"RT @twitter: We've created an online application process for anyone to request verified status on Twitter \u2014see how via @NBCNews. https:\/\/t.\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]},{"screen_name":"NBCNews","name":"NBC News","id":14173315,"id_str":"14173315","indices":[119,127]}],"urls":[{"url":"https:\/\/t.co\/owZARq35Na","expanded_url":"http:\/\/www.nbcnews.com\/tech\/social-media\/twitter-announces-online-application-process-getting-verified-account-n612521","display_url":"nbcnews.com\/tech\/social-me\u2026","indices":[139,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Jul 20 23:00:13 +0000 2016","id":755900146869645312,"id_str":"755900146869645312","text":"We've created an online application process for anyone to request verified status on Twitter \u2014see how via @NBCNews. https:\/\/t.co\/owZARq35Na","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"NBCNews","name":"NBC News","id":14173315,"id_str":"14173315","indices":[106,114]}],"urls":[{"url":"https:\/\/t.co\/owZARq35Na","expanded_url":"http:\/\/www.nbcnews.com\/tech\/social-media\/twitter-announces-online-application-process-getting-verified-account-n612521","display_url":"nbcnews.com\/tech\/social-me\u2026","indices":[116,139]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":888,"favorite_count":1908,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":888,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Wed Jul 20 18:33:16 +0000 2016","id":755832966924730368,"id_str":"755832966924730368","text":"RT @twitter: Happening now: day three of #RNCinCLE. \n\nTap below to watch live video coverage of the #GOPConvention on Twitter. https:\/\/t.co\u2026","truncated":false,"entities":{"hashtags":[{"text":"RNCinCLE","indices":[41,50]},{"text":"GOPConvention","indices":[100,114]}],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/ppJtwm9BTs","expanded_url":"https:\/\/cards.twitter.com\/cards\/3oqo9s\/1yt1b","display_url":"cards.twitter.com\/cards\/3oqo9s\/1\u2026","indices":[139,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Jul 20 18:32:53 +0000 2016","id":755832868199215104,"id_str":"755832868199215104","text":"Happening now: day three of #RNCinCLE. \n\nTap below to watch live video coverage of the #GOPConvention on Twitter. https:\/\/t.co\/ppJtwm9BTs","truncated":false,"entities":{"hashtags":[{"text":"RNCinCLE","indices":[28,37]},{"text":"GOPConvention","indices":[87,101]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ppJtwm9BTs","expanded_url":"https:\/\/cards.twitter.com\/cards\/3oqo9s\/1yt1b","display_url":"cards.twitter.com\/cards\/3oqo9s\/1\u2026","indices":[114,137]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":389,"favorite_count":1199,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":389,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 19 02:58:14 +0000 2016","id":755235268056092672,"id_str":"755235268056092672","text":"@Lesdoggg Hi Leslie, following, please DM me when you have a moment","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Lesdoggg","name":"Leslie Jones","id":47216804,"id_str":"47216804","indices":[0,9]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":755215219178237952,"in_reply_to_status_id_str":"755215219178237952","in_reply_to_user_id":47216804,"in_reply_to_user_id_str":"47216804","in_reply_to_screen_name":"Lesdoggg","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":823,"favorite_count":3434,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Mon Jul 18 17:47:22 +0000 2016","id":755096639698636800,"id_str":"755096639698636800","text":"RT @WhiteHouse: Compassion, understanding, and reconciliation\u2014on #MandelaDay, we are reminded of the promise for a better world. https:\/\/t.\u2026","truncated":false,"entities":{"hashtags":[{"text":"MandelaDay","indices":[65,76]}],"symbols":[],"user_mentions":[{"screen_name":"WhiteHouse","name":"The White House","id":30313925,"id_str":"30313925","indices":[3,14]}],"urls":[],"media":[{"id":755094791701004288,"id_str":"755094791701004288","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","url":"https:\/\/t.co\/vOpRlM4gwf","display_url":"pic.twitter.com\/vOpRlM4gwf","expanded_url":"http:\/\/twitter.com\/WhiteHouse\/status\/755095904844210177\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}},"source_status_id":755095904844210177,"source_status_id_str":"755095904844210177","source_user_id":30313925,"source_user_id_str":"30313925"}]},"extended_entities":{"media":[{"id":755094791701004288,"id_str":"755094791701004288","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","url":"https:\/\/t.co\/vOpRlM4gwf","display_url":"pic.twitter.com\/vOpRlM4gwf","expanded_url":"http:\/\/twitter.com\/WhiteHouse\/status\/755095904844210177\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}},"source_status_id":755095904844210177,"source_status_id_str":"755095904844210177","source_user_id":30313925,"source_user_id_str":"30313925"}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon Jul 18 17:44:27 +0000 2016","id":755095904844210177,"id_str":"755095904844210177","text":"Compassion, understanding, and reconciliation\u2014on #MandelaDay, we are reminded of the promise for a better world. https:\/\/t.co\/vOpRlM4gwf","truncated":false,"entities":{"hashtags":[{"text":"MandelaDay","indices":[49,60]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":755094791701004288,"id_str":"755094791701004288","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","url":"https:\/\/t.co\/vOpRlM4gwf","display_url":"pic.twitter.com\/vOpRlM4gwf","expanded_url":"http:\/\/twitter.com\/WhiteHouse\/status\/755095904844210177\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":755094791701004288,"id_str":"755094791701004288","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnqitl8WAAADmYn.jpg","url":"https:\/\/t.co\/vOpRlM4gwf","display_url":"pic.twitter.com\/vOpRlM4gwf","expanded_url":"http:\/\/twitter.com\/WhiteHouse\/status\/755095904844210177\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":454,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1000,"h":667,"resize":"fit"},"large":{"w":1000,"h":667,"resize":"fit"}}}]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":30313925,"id_str":"30313925","name":"The White House","screen_name":"WhiteHouse","location":"Washington, DC","description":"Follow for the latest from President Obama and his Administration. For tweets from the President, follow @POTUS. Tweets may be archived: https:\/\/t.co\/eVVzoBb3Zr","url":"http:\/\/t.co\/NgUd6eRXCR","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/NgUd6eRXCR","expanded_url":"http:\/\/whitehouse.gov","display_url":"whitehouse.gov","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/eVVzoBb3Zr","expanded_url":"http:\/\/wh.gov\/privacy","display_url":"wh.gov\/privacy","indices":[137,160]}]}},"protected":false,"followers_count":11058276,"friends_count":224,"listed_count":66389,"created_at":"Fri Apr 10 21:10:30 +0000 2009","favourites_count":0,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":25895,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"D0CFCB","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000013910263\/9426106939082a6e8935fc31fe5efd31.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000013910263\/9426106939082a6e8935fc31fe5efd31.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/747463206759698432\/c8cVVWhj_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/747463206759698432\/c8cVVWhj_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/30313925\/1467725763","profile_link_color":"336699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E1E8EE","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1755,"favorite_count":3629,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1755,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 18 17:20:47 +0000 2016","id":755089949473447936,"id_str":"755089949473447936","text":"Watch the RNC LIVE on Twitter: https:\/\/t.co\/N74tFWtvO1","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/N74tFWtvO1","expanded_url":"https:\/\/twitter.com\/i\/live\/753267649300144129","display_url":"twitter.com\/i\/live\/7532676\u2026","indices":[31,54]}]},"source":"\u003ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003eiOS\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":232,"favorite_count":357,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 18 15:11:17 +0000 2016","id":755057359341260800,"id_str":"755057359341260800","text":"Listen to Einstein Speaks to Us About Race | S. James Gates [Becoming Wise] by On Being Studios #np on #SoundCloud https:\/\/t.co\/yDYO99W6o8","truncated":false,"entities":{"hashtags":[{"text":"np","indices":[96,99]},{"text":"SoundCloud","indices":[103,114]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/yDYO99W6o8","expanded_url":"https:\/\/soundcloud.com\/onbeing\/einstein-speaks-to-us-about-race-s-james-gates-becoming-wise","display_url":"soundcloud.com\/onbeing\/einste\u2026","indices":[115,138]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":144,"favorite_count":325,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Mon Jul 18 14:24:37 +0000 2016","id":755045613876629504,"id_str":"755045613876629504","text":"Flip the Script https:\/\/t.co\/g28xVrOo9N https:\/\/t.co\/Sb2AmO6kNv","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/g28xVrOo9N","expanded_url":"https:\/\/itun.es\/us\/84G04.c?i=372527377","display_url":"itun.es\/us\/84G04.c?i=3\u2026","indices":[16,39]}],"media":[{"id":755045609392832512,"id_str":"755045609392832512","indices":[40,63],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnp1-zkUAAAp06F.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnp1-zkUAAAp06F.jpg","url":"https:\/\/t.co\/Sb2AmO6kNv","display_url":"pic.twitter.com\/Sb2AmO6kNv","expanded_url":"http:\/\/twitter.com\/jack\/status\/755045613876629504\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"medium":{"w":900,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":900,"h":900,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":755045609392832512,"id_str":"755045609392832512","indices":[40,63],"media_url":"http:\/\/pbs.twimg.com\/media\/Cnp1-zkUAAAp06F.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/Cnp1-zkUAAAp06F.jpg","url":"https:\/\/t.co\/Sb2AmO6kNv","display_url":"pic.twitter.com\/Sb2AmO6kNv","expanded_url":"http:\/\/twitter.com\/jack\/status\/755045613876629504\/photo\/1","type":"photo","sizes":{"small":{"w":680,"h":680,"resize":"fit"},"medium":{"w":900,"h":900,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":900,"h":900,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":31,"favorite_count":119,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 22:59:32 +0000 2016","id":754812808982695936,"id_str":"754812808982695936","text":"RT @ABC: Family of #AltonSterling issues statement in wake of shooting of #BatonRouge police officers https:\/\/t.co\/UsdoADAexU https:\/\/t.co\/\u2026","truncated":false,"entities":{"hashtags":[{"text":"AltonSterling","indices":[19,33]},{"text":"BatonRouge","indices":[74,85]}],"symbols":[],"user_mentions":[{"screen_name":"ABC","name":"ABC News","id":28785486,"id_str":"28785486","indices":[3,7]}],"urls":[{"url":"https:\/\/t.co\/UsdoADAexU","expanded_url":"http:\/\/abcn.ws\/29HWCmz","display_url":"abcn.ws\/29HWCmz","indices":[102,125]}],"media":[{"id":754812678217068544,"id_str":"754812678217068544","indices":[126,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","url":"https:\/\/t.co\/JdNfGQwd43","display_url":"pic.twitter.com\/JdNfGQwd43","expanded_url":"http:\/\/twitter.com\/ABC\/status\/754812678917517312\/photo\/1","type":"photo","sizes":{"large":{"w":538,"h":570,"resize":"fit"},"small":{"w":538,"h":570,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":538,"h":570,"resize":"fit"}},"source_status_id":754812678917517312,"source_status_id_str":"754812678917517312","source_user_id":28785486,"source_user_id_str":"28785486"}]},"extended_entities":{"media":[{"id":754812678217068544,"id_str":"754812678217068544","indices":[126,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","url":"https:\/\/t.co\/JdNfGQwd43","display_url":"pic.twitter.com\/JdNfGQwd43","expanded_url":"http:\/\/twitter.com\/ABC\/status\/754812678917517312\/photo\/1","type":"photo","sizes":{"large":{"w":538,"h":570,"resize":"fit"},"small":{"w":538,"h":570,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":538,"h":570,"resize":"fit"}},"source_status_id":754812678917517312,"source_status_id_str":"754812678917517312","source_user_id":28785486,"source_user_id_str":"28785486"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 17 22:59:01 +0000 2016","id":754812678917517312,"id_str":"754812678917517312","text":"Family of #AltonSterling issues statement in wake of shooting of #BatonRouge police officers https:\/\/t.co\/UsdoADAexU https:\/\/t.co\/JdNfGQwd43","truncated":false,"entities":{"hashtags":[{"text":"AltonSterling","indices":[10,24]},{"text":"BatonRouge","indices":[65,76]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/UsdoADAexU","expanded_url":"http:\/\/abcn.ws\/29HWCmz","display_url":"abcn.ws\/29HWCmz","indices":[93,116]}],"media":[{"id":754812678217068544,"id_str":"754812678217068544","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","url":"https:\/\/t.co\/JdNfGQwd43","display_url":"pic.twitter.com\/JdNfGQwd43","expanded_url":"http:\/\/twitter.com\/ABC\/status\/754812678917517312\/photo\/1","type":"photo","sizes":{"large":{"w":538,"h":570,"resize":"fit"},"small":{"w":538,"h":570,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":538,"h":570,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754812678217068544,"id_str":"754812678217068544","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmiIbUW8AA74_n.jpg","url":"https:\/\/t.co\/JdNfGQwd43","display_url":"pic.twitter.com\/JdNfGQwd43","expanded_url":"http:\/\/twitter.com\/ABC\/status\/754812678917517312\/photo\/1","type":"photo","sizes":{"large":{"w":538,"h":570,"resize":"fit"},"small":{"w":538,"h":570,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":538,"h":570,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/www.socialflow.com\" rel=\"nofollow\"\u003eSocialFlow\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":28785486,"id_str":"28785486","name":"ABC News","screen_name":"ABC","location":"New York City \/ Worldwide","description":"See the whole picture with @ABC News. Join us on Facebook: https:\/\/t.co\/ewMNZ54axm","url":"https:\/\/t.co\/v7GWW7ho1l","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/v7GWW7ho1l","expanded_url":"http:\/\/ABCNews.com","display_url":"ABCNews.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/ewMNZ54axm","expanded_url":"https:\/\/www.facebook.com\/abcnews","display_url":"facebook.com\/abcnews","indices":[59,82]}]}},"protected":false,"followers_count":6876019,"friends_count":827,"listed_count":43729,"created_at":"Sat Apr 04 12:40:32 +0000 2009","favourites_count":516,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":138226,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"6E8EB5","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/441965491024719872\/pAv-lzCZ.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/441965491024719872\/pAv-lzCZ.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/658688193651277824\/Kv_cNNub_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/658688193651277824\/Kv_cNNub_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/28785486\/1468943694","profile_link_color":"336699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1526,"favorite_count":1918,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1526,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 22:27:35 +0000 2016","id":754804769009442816,"id_str":"754804769009442816","text":"RT @WesleyLowery: When told of officers being shot, moms of black men killed by police stood in silent prayer https:\/\/t.co\/Yf85ysTlRe https\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"WesleyLowery","name":"Wesley Lowery","id":14849562,"id_str":"14849562","indices":[3,16]}],"urls":[{"url":"https:\/\/t.co\/Yf85ysTlRe","expanded_url":"https:\/\/www.washingtonpost.com\/news\/post-nation\/wp\/2016\/07\/17\/shooting-police-is-not-a-civil-rights-tactic-activists-condemn-killing-of-officers\/","display_url":"washingtonpost.com\/news\/post-nati\u2026","indices":[110,133]}],"media":[{"id":754802214384828416,"id_str":"754802214384828416","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","url":"https:\/\/t.co\/d8FEvoceNv","display_url":"pic.twitter.com\/d8FEvoceNv","expanded_url":"http:\/\/twitter.com\/WesleyLowery\/status\/754802269858791424\/photo\/1","type":"photo","sizes":{"large":{"w":657,"h":258,"resize":"fit"},"small":{"w":657,"h":258,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":657,"h":258,"resize":"fit"}},"source_status_id":754802269858791424,"source_status_id_str":"754802269858791424","source_user_id":14849562,"source_user_id_str":"14849562"}]},"extended_entities":{"media":[{"id":754802214384828416,"id_str":"754802214384828416","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","url":"https:\/\/t.co\/d8FEvoceNv","display_url":"pic.twitter.com\/d8FEvoceNv","expanded_url":"http:\/\/twitter.com\/WesleyLowery\/status\/754802269858791424\/photo\/1","type":"photo","sizes":{"large":{"w":657,"h":258,"resize":"fit"},"small":{"w":657,"h":258,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":657,"h":258,"resize":"fit"}},"source_status_id":754802269858791424,"source_status_id_str":"754802269858791424","source_user_id":14849562,"source_user_id_str":"14849562"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 17 22:17:39 +0000 2016","id":754802269858791424,"id_str":"754802269858791424","text":"When told of officers being shot, moms of black men killed by police stood in silent prayer https:\/\/t.co\/Yf85ysTlRe https:\/\/t.co\/d8FEvoceNv","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Yf85ysTlRe","expanded_url":"https:\/\/www.washingtonpost.com\/news\/post-nation\/wp\/2016\/07\/17\/shooting-police-is-not-a-civil-rights-tactic-activists-condemn-killing-of-officers\/","display_url":"washingtonpost.com\/news\/post-nati\u2026","indices":[92,115]}],"media":[{"id":754802214384828416,"id_str":"754802214384828416","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","url":"https:\/\/t.co\/d8FEvoceNv","display_url":"pic.twitter.com\/d8FEvoceNv","expanded_url":"http:\/\/twitter.com\/WesleyLowery\/status\/754802269858791424\/photo\/1","type":"photo","sizes":{"large":{"w":657,"h":258,"resize":"fit"},"small":{"w":657,"h":258,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":657,"h":258,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754802214384828416,"id_str":"754802214384828416","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmYnWgWAAAy_nA.jpg","url":"https:\/\/t.co\/d8FEvoceNv","display_url":"pic.twitter.com\/d8FEvoceNv","expanded_url":"http:\/\/twitter.com\/WesleyLowery\/status\/754802269858791424\/photo\/1","type":"photo","sizes":{"large":{"w":657,"h":258,"resize":"fit"},"small":{"w":657,"h":258,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":657,"h":258,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":754801872742019072,"in_reply_to_status_id_str":"754801872742019072","in_reply_to_user_id":14849562,"in_reply_to_user_id_str":"14849562","in_reply_to_screen_name":"WesleyLowery","user":{"id":14849562,"id_str":"14849562","name":"Wesley Lowery","screen_name":"WesleyLowery","location":"wesley.lowery@washpost.com","description":"national reporter | the washington post","url":"https:\/\/t.co\/InFGw5Xxas","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/InFGw5Xxas","expanded_url":"https:\/\/www.facebook.com\/JournalistWesleyLowery\/","display_url":"facebook.com\/JournalistWesl\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":404337,"friends_count":6633,"listed_count":3891,"created_at":"Tue May 20 22:42:46 +0000 2008","favourites_count":23906,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":50117,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"220907","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/754357999137857537\/__8tllG4_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/754357999137857537\/__8tllG4_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14849562\/1404225034","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":544,"favorite_count":556,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":544,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 22:26:59 +0000 2016","id":754804619503468544,"id_str":"754804619503468544","text":"RT @nytimes: Officer Montrell L. Jackson, killed in Baton Rouge, had written about turmoil in recent days https:\/\/t.co\/JrbgGSeLjG https:\/\/t\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"nytimes","name":"The New York Times","id":807095,"id_str":"807095","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/JrbgGSeLjG","expanded_url":"http:\/\/nyti.ms\/29GCWAw","display_url":"nyti.ms\/29GCWAw","indices":[106,129]}],"media":[{"id":754803681283956736,"id_str":"754803681283956736","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","url":"https:\/\/t.co\/dQCtYbI0F4","display_url":"pic.twitter.com\/dQCtYbI0F4","expanded_url":"http:\/\/twitter.com\/nytimes\/status\/754803684291346436\/photo\/1","type":"photo","sizes":{"medium":{"w":1000,"h":560,"resize":"fit"},"small":{"w":680,"h":381,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1000,"h":560,"resize":"fit"}},"source_status_id":754803684291346436,"source_status_id_str":"754803684291346436","source_user_id":807095,"source_user_id_str":"807095"}]},"extended_entities":{"media":[{"id":754803681283956736,"id_str":"754803681283956736","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","url":"https:\/\/t.co\/dQCtYbI0F4","display_url":"pic.twitter.com\/dQCtYbI0F4","expanded_url":"http:\/\/twitter.com\/nytimes\/status\/754803684291346436\/photo\/1","type":"photo","sizes":{"medium":{"w":1000,"h":560,"resize":"fit"},"small":{"w":680,"h":381,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1000,"h":560,"resize":"fit"}},"source_status_id":754803684291346436,"source_status_id_str":"754803684291346436","source_user_id":807095,"source_user_id_str":"807095"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 17 22:23:16 +0000 2016","id":754803684291346436,"id_str":"754803684291346436","text":"Officer Montrell L. Jackson, killed in Baton Rouge, had written about turmoil in recent days https:\/\/t.co\/JrbgGSeLjG https:\/\/t.co\/dQCtYbI0F4","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/JrbgGSeLjG","expanded_url":"http:\/\/nyti.ms\/29GCWAw","display_url":"nyti.ms\/29GCWAw","indices":[93,116]}],"media":[{"id":754803681283956736,"id_str":"754803681283956736","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","url":"https:\/\/t.co\/dQCtYbI0F4","display_url":"pic.twitter.com\/dQCtYbI0F4","expanded_url":"http:\/\/twitter.com\/nytimes\/status\/754803684291346436\/photo\/1","type":"photo","sizes":{"medium":{"w":1000,"h":560,"resize":"fit"},"small":{"w":680,"h":381,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1000,"h":560,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754803681283956736,"id_str":"754803681283956736","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmZ8vIWYAA0pgw.jpg","url":"https:\/\/t.co\/dQCtYbI0F4","display_url":"pic.twitter.com\/dQCtYbI0F4","expanded_url":"http:\/\/twitter.com\/nytimes\/status\/754803684291346436\/photo\/1","type":"photo","sizes":{"medium":{"w":1000,"h":560,"resize":"fit"},"small":{"w":680,"h":381,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1000,"h":560,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/www.socialflow.com\" rel=\"nofollow\"\u003eSocialFlow\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":807095,"id_str":"807095","name":"The New York Times","screen_name":"nytimes","location":"New York City","description":"Where the conversation begins. Follow for breaking news, special reports, RTs of our journalists and more from https:\/\/t.co\/YapuoqX0HS.","url":"http:\/\/t.co\/ahvuWqicF9","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ahvuWqicF9","expanded_url":"http:\/\/www.nytimes.com\/","display_url":"nytimes.com","indices":[0,22]}]},"description":{"urls":[{"url":"https:\/\/t.co\/YapuoqX0HS","expanded_url":"http:\/\/NYTimes.com","display_url":"NYTimes.com","indices":[111,134]}]}},"protected":false,"followers_count":29057098,"friends_count":964,"listed_count":178891,"created_at":"Fri Mar 02 20:41:42 +0000 2007","favourites_count":12221,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":241491,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736339684\/948f072cc2da4e3a5e9f2ebfb3b1a0e7.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736339684\/948f072cc2da4e3a5e9f2ebfb3b1a0e7.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/758384037589348352\/KB3RFwFm_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/758384037589348352\/KB3RFwFm_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/807095\/1355346050","profile_link_color":"607696","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1413,"favorite_count":1358,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1413,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 22:18:06 +0000 2016","id":754802383100583936,"id_str":"754802383100583936","text":"RT @dpp: One striking chart shows why pharma companies are fighting legal marijuana - The Washington Post https:\/\/t.co\/E6PXoGRF45","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"dpp","name":"(((David Pollak)))","id":3930521,"id_str":"3930521","indices":[3,7]}],"urls":[{"url":"https:\/\/t.co\/E6PXoGRF45","expanded_url":"https:\/\/www.washingtonpost.com\/news\/wonk\/wp\/2016\/07\/13\/one-striking-chart-shows-why-pharma-companies-are-fighting-legal-marijuana\/?platform=hootsuite","display_url":"washingtonpost.com\/news\/wonk\/wp\/2\u2026","indices":[106,129]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 17 22:11:20 +0000 2016","id":754800681865715713,"id_str":"754800681865715713","text":"One striking chart shows why pharma companies are fighting legal marijuana - The Washington Post https:\/\/t.co\/E6PXoGRF45","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/E6PXoGRF45","expanded_url":"https:\/\/www.washingtonpost.com\/news\/wonk\/wp\/2016\/07\/13\/one-striking-chart-shows-why-pharma-companies-are-fighting-legal-marijuana\/?platform=hootsuite","display_url":"washingtonpost.com\/news\/wonk\/wp\/2\u2026","indices":[97,120]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3930521,"id_str":"3930521","name":"(((David Pollak)))","screen_name":"dpp","location":"San Francisco","description":"@liftweb Founder, learned to be kinder from @archer_dog LLAP","url":"https:\/\/t.co\/ngwUVXFIDa","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/ngwUVXFIDa","expanded_url":"http:\/\/dpp.rocks","display_url":"dpp.rocks","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":4706,"friends_count":262,"listed_count":501,"created_at":"Mon Apr 09 18:22:33 +0000 2007","favourites_count":3163,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":22362,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/755978456806985729\/-6ts69ec_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/755978456806985729\/-6ts69ec_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3930521\/1379353799","profile_link_color":"89C9FA","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":172,"favorite_count":209,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":172,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 21:57:57 +0000 2016","id":754797312820465665,"id_str":"754797312820465665","text":"RT @TheUndefeated: Montrell Jackson, an officer killed in #BatonRouge, posted this msg last week. Heartbreaking. RIP. \n\n(via @ladyhaja) htt\u2026","truncated":false,"entities":{"hashtags":[{"text":"BatonRouge","indices":[58,69]}],"symbols":[],"user_mentions":[{"screen_name":"TheUndefeated","name":"The Undefeated","id":3033098871,"id_str":"3033098871","indices":[3,17]},{"screen_name":"ladyhaja","name":"HannahJane Parkinson","id":290735485,"id_str":"290735485","indices":[125,134]}],"urls":[],"media":[{"id":754796013672624132,"id_str":"754796013672624132","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","url":"https:\/\/t.co\/PhNY9F8EY5","display_url":"pic.twitter.com\/PhNY9F8EY5","expanded_url":"http:\/\/twitter.com\/TheUndefeated\/status\/754796094090047488\/photo\/1","type":"photo","sizes":{"medium":{"w":448,"h":582,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":448,"h":582,"resize":"fit"},"small":{"w":448,"h":582,"resize":"fit"}},"source_status_id":754796094090047488,"source_status_id_str":"754796094090047488","source_user_id":3033098871,"source_user_id_str":"3033098871"}]},"extended_entities":{"media":[{"id":754796013672624132,"id_str":"754796013672624132","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","url":"https:\/\/t.co\/PhNY9F8EY5","display_url":"pic.twitter.com\/PhNY9F8EY5","expanded_url":"http:\/\/twitter.com\/TheUndefeated\/status\/754796094090047488\/photo\/1","type":"photo","sizes":{"medium":{"w":448,"h":582,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":448,"h":582,"resize":"fit"},"small":{"w":448,"h":582,"resize":"fit"}},"source_status_id":754796094090047488,"source_status_id_str":"754796094090047488","source_user_id":3033098871,"source_user_id_str":"3033098871"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sun Jul 17 21:53:06 +0000 2016","id":754796094090047488,"id_str":"754796094090047488","text":"Montrell Jackson, an officer killed in #BatonRouge, posted this msg last week. Heartbreaking. RIP. \n\n(via @ladyhaja) https:\/\/t.co\/PhNY9F8EY5","truncated":false,"entities":{"hashtags":[{"text":"BatonRouge","indices":[39,50]}],"symbols":[],"user_mentions":[{"screen_name":"ladyhaja","name":"HannahJane Parkinson","id":290735485,"id_str":"290735485","indices":[106,115]}],"urls":[],"media":[{"id":754796013672624132,"id_str":"754796013672624132","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","url":"https:\/\/t.co\/PhNY9F8EY5","display_url":"pic.twitter.com\/PhNY9F8EY5","expanded_url":"http:\/\/twitter.com\/TheUndefeated\/status\/754796094090047488\/photo\/1","type":"photo","sizes":{"medium":{"w":448,"h":582,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":448,"h":582,"resize":"fit"},"small":{"w":448,"h":582,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754796013672624132,"id_str":"754796013672624132","indices":[117,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CnmS-bDWcAQpR90.jpg","url":"https:\/\/t.co\/PhNY9F8EY5","display_url":"pic.twitter.com\/PhNY9F8EY5","expanded_url":"http:\/\/twitter.com\/TheUndefeated\/status\/754796094090047488\/photo\/1","type":"photo","sizes":{"medium":{"w":448,"h":582,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":448,"h":582,"resize":"fit"},"small":{"w":448,"h":582,"resize":"fit"}}}]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3033098871,"id_str":"3033098871","name":"The Undefeated","screen_name":"TheUndefeated","location":"","description":"The premier platform for exploring the intersections of race, sports and culture.","url":"https:\/\/t.co\/9DiOYMxYUw","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/9DiOYMxYUw","expanded_url":"http:\/\/www.theundefeated.com","display_url":"theundefeated.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":43824,"friends_count":271,"listed_count":652,"created_at":"Thu Feb 12 18:03:57 +0000 2015","favourites_count":305,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":4188,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/758514647813263360\/yzufTV7j_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/758514647813263360\/yzufTV7j_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3033098871\/1469678977","profile_link_color":"1B95E0","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":11342,"favorite_count":11539,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":11342,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sun Jul 17 04:16:48 +0000 2016","id":754530263917432832,"id_str":"754530263917432832","text":"\u26a1\ufe0f \u201cA rare Pok\u00e9mon sighting causes a stir in Central Park\u201d\n\nhttps:\/\/t.co\/OuMpVIqc51","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/OuMpVIqc51","expanded_url":"https:\/\/twitter.com\/i\/moments\/754490098419245056","display_url":"twitter.com\/i\/moments\/7544\u2026","indices":[60,83]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":283,"favorite_count":494,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"ro"},{"created_at":"Sat Jul 16 19:41:00 +0000 2016","id":754400461608792065,"id_str":"754400461608792065","text":"Listen to Bren\u00e9 Brown \u2014 The Courage to Be Vulnerable by On Being Studios #np on #SoundCloud https:\/\/t.co\/wx2OcMVuYF","truncated":false,"entities":{"hashtags":[{"text":"np","indices":[73,76]},{"text":"SoundCloud","indices":[80,91]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/wx2OcMVuYF","expanded_url":"https:\/\/soundcloud.com\/onbeing\/brene-brown-the-courage-to-be-vulnerable","display_url":"soundcloud.com\/onbeing\/brene-\u2026","indices":[92,115]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":96,"favorite_count":305,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 16 19:39:48 +0000 2016","id":754400157878263808,"id_str":"754400157878263808","text":"RT @twitter: An emoji for every season. Ahead of #WorldEmojiDay, see which are Tweeted most each month. https:\/\/t.co\/pXgLWEB3s2","truncated":false,"entities":{"hashtags":[{"text":"WorldEmojiDay","indices":[49,63]}],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[],"media":[{"id":754399994723962881,"id_str":"754399994723962881","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","url":"https:\/\/t.co\/pXgLWEB3s2","display_url":"pic.twitter.com\/pXgLWEB3s2","expanded_url":"http:\/\/twitter.com\/twitter\/status\/754400043642138624\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":602,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":718,"h":720,"resize":"fit"},"small":{"w":340,"h":341,"resize":"fit"}},"source_status_id":754400043642138624,"source_status_id_str":"754400043642138624","source_user_id":783214,"source_user_id_str":"783214"}]},"extended_entities":{"media":[{"id":754399994723962881,"id_str":"754399994723962881","indices":[104,127],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","url":"https:\/\/t.co\/pXgLWEB3s2","display_url":"pic.twitter.com\/pXgLWEB3s2","expanded_url":"http:\/\/twitter.com\/twitter\/status\/754400043642138624\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":600,"h":602,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":718,"h":720,"resize":"fit"},"small":{"w":340,"h":341,"resize":"fit"}},"source_status_id":754400043642138624,"source_status_id_str":"754400043642138624","source_user_id":783214,"source_user_id_str":"783214","video_info":{"aspect_ratio":[359,360],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CngqzFgUEAEPrwT.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 16 19:39:21 +0000 2016","id":754400043642138624,"id_str":"754400043642138624","text":"An emoji for every season. Ahead of #WorldEmojiDay, see which are Tweeted most each month. https:\/\/t.co\/pXgLWEB3s2","truncated":false,"entities":{"hashtags":[{"text":"WorldEmojiDay","indices":[36,50]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":754399994723962881,"id_str":"754399994723962881","indices":[91,114],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","url":"https:\/\/t.co\/pXgLWEB3s2","display_url":"pic.twitter.com\/pXgLWEB3s2","expanded_url":"http:\/\/twitter.com\/twitter\/status\/754400043642138624\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":602,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":718,"h":720,"resize":"fit"},"small":{"w":340,"h":341,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754399994723962881,"id_str":"754399994723962881","indices":[91,114],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/CngqzFgUEAEPrwT.jpg","url":"https:\/\/t.co\/pXgLWEB3s2","display_url":"pic.twitter.com\/pXgLWEB3s2","expanded_url":"http:\/\/twitter.com\/twitter\/status\/754400043642138624\/photo\/1","type":"animated_gif","sizes":{"medium":{"w":600,"h":602,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":718,"h":720,"resize":"fit"},"small":{"w":340,"h":341,"resize":"fit"}},"video_info":{"aspect_ratio":[359,360],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/CngqzFgUEAEPrwT.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2480,"favorite_count":4661,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":2480,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 16 16:43:20 +0000 2016","id":754355748281344000,"id_str":"754355748281344000","text":"RT @PanoramaNYC: All vendors will have @Square, so remember to set up Apple Pay or Android Pay on your phone before Panorama. https:\/\/t.co\/\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"PanoramaNYC","name":"Panorama","id":3429022042,"id_str":"3429022042","indices":[3,15]},{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[39,46]}],"urls":[],"media":[{"id":753992384988450816,"id_str":"753992384988450816","indices":[126,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","url":"https:\/\/t.co\/qGfSrxEBrD","display_url":"pic.twitter.com\/qGfSrxEBrD","expanded_url":"http:\/\/twitter.com\/PanoramaNYC\/status\/753992411676827648\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":900,"h":900,"resize":"fit"}},"source_status_id":753992411676827648,"source_status_id_str":"753992411676827648","source_user_id":3429022042,"source_user_id_str":"3429022042"}]},"extended_entities":{"media":[{"id":753992384988450816,"id_str":"753992384988450816","indices":[126,140],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","url":"https:\/\/t.co\/qGfSrxEBrD","display_url":"pic.twitter.com\/qGfSrxEBrD","expanded_url":"http:\/\/twitter.com\/PanoramaNYC\/status\/753992411676827648\/photo\/1","type":"animated_gif","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":900,"h":900,"resize":"fit"}},"source_status_id":753992411676827648,"source_status_id_str":"753992411676827648","source_user_id":3429022042,"source_user_id_str":"3429022042","video_info":{"aspect_ratio":[1,1],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/Cna4FE6WEAAMnsH.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 15 16:39:34 +0000 2016","id":753992411676827648,"id_str":"753992411676827648","text":"All vendors will have @Square, so remember to set up Apple Pay or Android Pay on your phone before Panorama. https:\/\/t.co\/qGfSrxEBrD","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[22,29]}],"urls":[],"media":[{"id":753992384988450816,"id_str":"753992384988450816","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","url":"https:\/\/t.co\/qGfSrxEBrD","display_url":"pic.twitter.com\/qGfSrxEBrD","expanded_url":"http:\/\/twitter.com\/PanoramaNYC\/status\/753992411676827648\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":900,"h":900,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":753992384988450816,"id_str":"753992384988450816","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","media_url_https":"https:\/\/pbs.twimg.com\/tweet_video_thumb\/Cna4FE6WEAAMnsH.jpg","url":"https:\/\/t.co\/qGfSrxEBrD","display_url":"pic.twitter.com\/qGfSrxEBrD","expanded_url":"http:\/\/twitter.com\/PanoramaNYC\/status\/753992411676827648\/photo\/1","type":"animated_gif","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":900,"h":900,"resize":"fit"}},"video_info":{"aspect_ratio":[1,1],"variants":[{"bitrate":0,"content_type":"video\/mp4","url":"https:\/\/pbs.twimg.com\/tweet_video\/Cna4FE6WEAAMnsH.mp4"}]}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3429022042,"id_str":"3429022042","name":"Panorama","screen_name":"PanoramaNYC","location":"","description":"","url":"https:\/\/t.co\/o1Unu52X2y","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/o1Unu52X2y","expanded_url":"http:\/\/www.panorama.nyc\/","display_url":"panorama.nyc","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":6618,"friends_count":3,"listed_count":63,"created_at":"Mon Aug 17 21:54:58 +0000 2015","favourites_count":661,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":456,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/738247637699203072\/JpkUWucy_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/738247637699203072\/JpkUWucy_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3429022042\/1466035710","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":81,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":20,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 16 05:39:30 +0000 2016","id":754188691665399809,"id_str":"754188691665399809","text":"RT @Conflicts: #TurkeyCoup \n\n- 60 dead\n- 1000 injured\n- 754 members of armed forces arrested\n- 29 colonels\n- 5 generals\n- Operations contin\u2026","truncated":false,"entities":{"hashtags":[{"text":"TurkeyCoup","indices":[15,26]}],"symbols":[],"user_mentions":[{"screen_name":"Conflicts","name":"Conflict News","id":2566535282,"id_str":"2566535282","indices":[3,13]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 16 05:17:01 +0000 2016","id":754183032110735360,"id_str":"754183032110735360","text":"#TurkeyCoup \n\n- 60 dead\n- 1000 injured\n- 754 members of armed forces arrested\n- 29 colonels\n- 5 generals\n- Operations continue","truncated":false,"entities":{"hashtags":[{"text":"TurkeyCoup","indices":[0,11]}],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2566535282,"id_str":"2566535282","name":"Conflict News","screen_name":"Conflicts","location":"media@conflict-news.com","description":"Breaking news on global Conflicts. Curators: @GissiSim @MJ_Cruickshank @KyleJGlen @JuliaArciga @ErielleDelzer @DerekBisaccio","url":"http:\/\/t.co\/A41Rjj4MoE","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A41Rjj4MoE","expanded_url":"http:\/\/www.conflict-news.com","display_url":"conflict-news.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":193526,"friends_count":1426,"listed_count":4472,"created_at":"Sat Jun 14 05:49:56 +0000 2014","favourites_count":8635,"utc_offset":7200,"time_zone":"Belgrade","geo_enabled":false,"verified":false,"statuses_count":49189,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/543565392342290432\/aXZfchuk_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/543565392342290432\/aXZfchuk_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2566535282\/1441654447","profile_link_color":"CC4442","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3135,"favorite_count":1176,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":3135,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Sat Jul 16 04:54:49 +0000 2016","id":754177443557015552,"id_str":"754177443557015552","text":"RT @ABC: JUST IN:\n- Death toll in Turkey's attempted coup rises to 60, mostly civilians\n- 754 armed forces members detained\nhttps:\/\/t.co\/jq\u2026","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ABC","name":"ABC News","id":28785486,"id_str":"28785486","indices":[3,7]}],"urls":[{"url":"https:\/\/t.co\/jqY8qC8Ib4","expanded_url":"http:\/\/abcn.ws\/29JLw6p","display_url":"abcn.ws\/29JLw6p","indices":[124,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 16 04:53:15 +0000 2016","id":754177051142328320,"id_str":"754177051142328320","text":"JUST IN:\n- Death toll in Turkey's attempted coup rises to 60, mostly civilians\n- 754 armed forces members detained\nhttps:\/\/t.co\/jqY8qC8Ib4","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/jqY8qC8Ib4","expanded_url":"http:\/\/abcn.ws\/29JLw6p","display_url":"abcn.ws\/29JLw6p","indices":[115,138]}]},"source":"\u003ca href=\"http:\/\/www.socialflow.com\" rel=\"nofollow\"\u003eSocialFlow\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":28785486,"id_str":"28785486","name":"ABC News","screen_name":"ABC","location":"New York City \/ Worldwide","description":"See the whole picture with @ABC News. Join us on Facebook: https:\/\/t.co\/ewMNZ54axm","url":"https:\/\/t.co\/v7GWW7ho1l","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/v7GWW7ho1l","expanded_url":"http:\/\/ABCNews.com","display_url":"ABCNews.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/ewMNZ54axm","expanded_url":"https:\/\/www.facebook.com\/abcnews","display_url":"facebook.com\/abcnews","indices":[59,82]}]}},"protected":false,"followers_count":6876019,"friends_count":827,"listed_count":43729,"created_at":"Sat Apr 04 12:40:32 +0000 2009","favourites_count":516,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":138226,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":true,"profile_background_color":"6E8EB5","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/441965491024719872\/pAv-lzCZ.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/441965491024719872\/pAv-lzCZ.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/658688193651277824\/Kv_cNNub_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/658688193651277824\/Kv_cNNub_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/28785486\/1468943694","profile_link_color":"336699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":295,"favorite_count":153,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":295,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 16 04:17:02 +0000 2016","id":754167934646259712,"id_str":"754167934646259712","text":"RT @BNONews: WATCH: Dramatic moments at CNN Turk as rogue soldiers are detained https:\/\/t.co\/G803dXkyv8","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"BNONews","name":"BNO News","id":189305014,"id_str":"189305014","indices":[3,11]}],"urls":[],"media":[{"id":754141705843183616,"id_str":"754141705843183616","indices":[80,103],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","url":"https:\/\/t.co\/G803dXkyv8","display_url":"pic.twitter.com\/G803dXkyv8","expanded_url":"http:\/\/twitter.com\/ismailsaymaz\/status\/754142882282569736\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":618,"resize":"fit"},"large":{"w":352,"h":640,"resize":"fit"},"medium":{"w":352,"h":640,"resize":"fit"}},"source_status_id":754142882282569736,"source_status_id_str":"754142882282569736","source_user_id":284694804,"source_user_id_str":"284694804"}]},"extended_entities":{"media":[{"id":754141705843183616,"id_str":"754141705843183616","indices":[80,103],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","url":"https:\/\/t.co\/G803dXkyv8","display_url":"pic.twitter.com\/G803dXkyv8","expanded_url":"http:\/\/twitter.com\/ismailsaymaz\/status\/754142882282569736\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":618,"resize":"fit"},"large":{"w":352,"h":640,"resize":"fit"},"medium":{"w":352,"h":640,"resize":"fit"}},"source_status_id":754142882282569736,"source_status_id_str":"754142882282569736","source_user_id":284694804,"source_user_id_str":"284694804","video_info":{"aspect_ratio":[11,20],"duration_millis":139967,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/pl\/oaWX2qfGuMyJeS-B.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/vid\/352x640\/qITug-uwlfVj1JvM.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/pl\/oaWX2qfGuMyJeS-B.mpd"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/vid\/176x320\/SI660VxlJL9kSX_5.mp4"}]},"additional_media_info":{"monetizable":false,"source_user":{"id":284694804,"id_str":"284694804","name":"ismail saymaz","screen_name":"ismailsaymaz","location":"istanbul","description":"gazeteci \/ h\u00fcrriyet gazetesinde \u00e7al\u0131\u015f\u0131yor","url":"https:\/\/t.co\/I8j5BIPiRb","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/I8j5BIPiRb","expanded_url":"http:\/\/www.hurriyet.com.tr","display_url":"hurriyet.com.tr","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":386430,"friends_count":1366,"listed_count":983,"created_at":"Tue Apr 19 19:50:30 +0000 2011","favourites_count":1874,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":63343,"lang":"tr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/698940505464401920\/Iw1fz5fh_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/698940505464401920\/Iw1fz5fh_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Jul 16 03:11:24 +0000 2016","id":754151418920075264,"id_str":"754151418920075264","text":"WATCH: Dramatic moments at CNN Turk as rogue soldiers are detained https:\/\/t.co\/G803dXkyv8","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":754141705843183616,"id_str":"754141705843183616","indices":[67,90],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","url":"https:\/\/t.co\/G803dXkyv8","display_url":"pic.twitter.com\/G803dXkyv8","expanded_url":"http:\/\/twitter.com\/ismailsaymaz\/status\/754142882282569736\/video\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":618,"resize":"fit"},"large":{"w":352,"h":640,"resize":"fit"},"medium":{"w":352,"h":640,"resize":"fit"}},"source_status_id":754142882282569736,"source_status_id_str":"754142882282569736","source_user_id":284694804,"source_user_id_str":"284694804"}]},"extended_entities":{"media":[{"id":754141705843183616,"id_str":"754141705843183616","indices":[67,90],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/754141705843183616\/pu\/img\/roUJkU18uA06oPHq.jpg","url":"https:\/\/t.co\/G803dXkyv8","display_url":"pic.twitter.com\/G803dXkyv8","expanded_url":"http:\/\/twitter.com\/ismailsaymaz\/status\/754142882282569736\/video\/1","type":"video","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":618,"resize":"fit"},"large":{"w":352,"h":640,"resize":"fit"},"medium":{"w":352,"h":640,"resize":"fit"}},"source_status_id":754142882282569736,"source_status_id_str":"754142882282569736","source_user_id":284694804,"source_user_id_str":"284694804","video_info":{"aspect_ratio":[11,20],"duration_millis":139967,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/pl\/oaWX2qfGuMyJeS-B.m3u8"},{"bitrate":832000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/vid\/352x640\/qITug-uwlfVj1JvM.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/pl\/oaWX2qfGuMyJeS-B.mpd"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/754141705843183616\/pu\/vid\/176x320\/SI660VxlJL9kSX_5.mp4"}]},"additional_media_info":{"monetizable":false,"source_user":{"id":284694804,"id_str":"284694804","name":"ismail saymaz","screen_name":"ismailsaymaz","location":"istanbul","description":"gazeteci \/ h\u00fcrriyet gazetesinde \u00e7al\u0131\u015f\u0131yor","url":"https:\/\/t.co\/I8j5BIPiRb","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/I8j5BIPiRb","expanded_url":"http:\/\/www.hurriyet.com.tr","display_url":"hurriyet.com.tr","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":386430,"friends_count":1366,"listed_count":983,"created_at":"Tue Apr 19 19:50:30 +0000 2011","favourites_count":1874,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":63343,"lang":"tr","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/698940505464401920\/Iw1fz5fh_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/698940505464401920\/Iw1fz5fh_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}}}]},"source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":189305014,"id_str":"189305014","name":"BNO News","screen_name":"BNONews","location":"","description":"Live breaking news and developing stories from America and around the world.","url":"https:\/\/t.co\/by7zZijVcE","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/by7zZijVcE","expanded_url":"http:\/\/www.bnonews.com","display_url":"bnonews.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":16764,"friends_count":0,"listed_count":872,"created_at":"Fri Sep 10 22:43:34 +0000 2010","favourites_count":9,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":7818,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/595957588\/vdk926mte60t6z41mof1.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/595957588\/vdk926mte60t6z41mof1.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/615514275864444928\/VI9Hcg1j_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/615514275864444928\/VI9Hcg1j_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/189305014\/1457107776","profile_link_color":"0084B4","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":3083,"favorite_count":1969,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":3083,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Sat Jul 16 01:22:37 +0000 2016","id":754124041988956160,"id_str":"754124041988956160","text":"RT @jess: Helpful nav for finding live streams from Turkey, flip to the map view on @periscopeco: https:\/\/t.co\/x1mSjSjPiy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"jess","name":"Jessica Verrilli","id":6331462,"id_str":"6331462","indices":[3,8]},{"screen_name":"periscopeco","name":"Periscope","id":2445809510,"id_str":"2445809510","indices":[84,96]}],"urls":[],"media":[{"id":754076199974866944,"id_str":"754076199974866944","indices":[98,121],"media_url":"http:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","url":"https:\/\/t.co\/x1mSjSjPiy","display_url":"pic.twitter.com\/x1mSjSjPiy","expanded_url":"http:\/\/twitter.com\/jess\/status\/754076204605452290\/photo\/1","type":"photo","sizes":{"large":{"w":750,"h":1334,"resize":"fit"},"medium":{"w":675,"h":1200,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":382,"h":680,"resize":"fit"}},"source_status_id":754076204605452290,"source_status_id_str":"754076204605452290","source_user_id":6331462,"source_user_id_str":"6331462"}]},"extended_entities":{"media":[{"id":754076199974866944,"id_str":"754076199974866944","indices":[98,121],"media_url":"http:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","url":"https:\/\/t.co\/x1mSjSjPiy","display_url":"pic.twitter.com\/x1mSjSjPiy","expanded_url":"http:\/\/twitter.com\/jess\/status\/754076204605452290\/photo\/1","type":"photo","sizes":{"large":{"w":750,"h":1334,"resize":"fit"},"medium":{"w":675,"h":1200,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":382,"h":680,"resize":"fit"}},"source_status_id":754076204605452290,"source_status_id_str":"754076204605452290","source_user_id":6331462,"source_user_id_str":"6331462"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 15 22:12:31 +0000 2016","id":754076204605452290,"id_str":"754076204605452290","text":"Helpful nav for finding live streams from Turkey, flip to the map view on @periscopeco: https:\/\/t.co\/x1mSjSjPiy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"periscopeco","name":"Periscope","id":2445809510,"id_str":"2445809510","indices":[74,86]}],"urls":[],"media":[{"id":754076199974866944,"id_str":"754076199974866944","indices":[88,111],"media_url":"http:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","url":"https:\/\/t.co\/x1mSjSjPiy","display_url":"pic.twitter.com\/x1mSjSjPiy","expanded_url":"http:\/\/twitter.com\/jess\/status\/754076204605452290\/photo\/1","type":"photo","sizes":{"large":{"w":750,"h":1334,"resize":"fit"},"medium":{"w":675,"h":1200,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":382,"h":680,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754076199974866944,"id_str":"754076199974866944","indices":[88,111],"media_url":"http:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncETwEUEAAlbLB.jpg","url":"https:\/\/t.co\/x1mSjSjPiy","display_url":"pic.twitter.com\/x1mSjSjPiy","expanded_url":"http:\/\/twitter.com\/jess\/status\/754076204605452290\/photo\/1","type":"photo","sizes":{"large":{"w":750,"h":1334,"resize":"fit"},"medium":{"w":675,"h":1200,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":382,"h":680,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":6331462,"id_str":"6331462","name":"Jessica Verrilli","screen_name":"jess","location":"San Francisco","description":"Senior Director of Corporate Development & Strategy at @Twitter. Investor w\/ #Angels (@helloangels). Running anywhere with a view.","url":"https:\/\/t.co\/0TuAJohs6d","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/0TuAJohs6d","expanded_url":"http:\/\/jessverr.com","display_url":"jessverr.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":387540,"friends_count":2071,"listed_count":2550,"created_at":"Sat May 26 02:04:19 +0000 2007","favourites_count":33093,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":24952,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/758230129394880512\/9unYcaQs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/758230129394880512\/9unYcaQs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/6331462\/1425251417","profile_link_color":"038543","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":{"id":"5a110d312052166f","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/5a110d312052166f.json","place_type":"city","name":"San Francisco","full_name":"San Francisco, CA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-122.514926,37.708075],[-122.357031,37.708075],[-122.357031,37.833238],[-122.514926,37.833238]]]},"attributes":{}},"contributors":null,"is_quote_status":false,"retweet_count":305,"favorite_count":273,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":305,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 15 23:11:00 +0000 2016","id":754090922812461057,"id_str":"754090922812461057","text":"RT @twitter: A military attempt to seize power from the government is unfolding in #Turkey \u2014 follow the Moment for updates.\nhttps:\/\/t.co\/nn\u2026","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[83,90]}],"symbols":[],"user_mentions":[{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[3,11]}],"urls":[{"url":"https:\/\/t.co\/nnl6QcnGTL","expanded_url":"https:\/\/twitter.com\/i\/moments\/754047765194371072","display_url":"twitter.com\/i\/moments\/7540\u2026","indices":[124,140]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 15 23:10:37 +0000 2016","id":754090823315099648,"id_str":"754090823315099648","text":"A military attempt to seize power from the government is unfolding in #Turkey \u2014 follow the Moment for updates.\nhttps:\/\/t.co\/nnl6QcnGTL","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[70,77]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/nnl6QcnGTL","expanded_url":"https:\/\/twitter.com\/i\/moments\/754047765194371072","display_url":"twitter.com\/i\/moments\/7540\u2026","indices":[111,134]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":783214,"id_str":"783214","name":"Twitter","screen_name":"twitter","location":"San Francisco, CA","description":"Your official source for news, updates and tips from Twitter, Inc.\n\n\nNeed help? Visit http:\/\/t.co\/qq1HEzvnrA.","url":"http:\/\/t.co\/5iRhy7wTgu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/5iRhy7wTgu","expanded_url":"http:\/\/blog.twitter.com\/","display_url":"blog.twitter.com","indices":[0,22]}]},"description":{"urls":[{"url":"http:\/\/t.co\/qq1HEzvnrA","expanded_url":"http:\/\/support.twitter.com","display_url":"support.twitter.com","indices":[86,108]}]}},"protected":false,"followers_count":56021442,"friends_count":145,"listed_count":90258,"created_at":"Tue Feb 20 14:35:54 +0000 2007","favourites_count":1867,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3026,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/657090062\/l1uqey5sy82r9ijhke1i.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/757561977988186113\/1dJ-x4IE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/783214\/1469467344","profile_link_color":"226699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1489,"favorite_count":1765,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":1489,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 15 22:48:16 +0000 2016","id":754085200145940480,"id_str":"754085200145940480","text":"RT @periscopetv: Watch the events in #Turkey unfold on our featured channel. https:\/\/t.co\/OkIr5n11zC","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[37,44]}],"symbols":[],"user_mentions":[{"screen_name":"periscopetv","name":"Periscope TV","id":3085835595,"id_str":"3085835595","indices":[3,15]}],"urls":[],"media":[{"id":754084414217261057,"id_str":"754084414217261057","indices":[77,100],"media_url":"http:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","url":"https:\/\/t.co\/OkIr5n11zC","display_url":"pic.twitter.com\/OkIr5n11zC","expanded_url":"http:\/\/twitter.com\/periscopetv\/status\/754084420429107202\/photo\/1","type":"photo","sizes":{"medium":{"w":747,"h":800,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":635,"h":680,"resize":"fit"},"large":{"w":747,"h":800,"resize":"fit"}},"source_status_id":754084420429107202,"source_status_id_str":"754084420429107202","source_user_id":3085835595,"source_user_id_str":"3085835595"}]},"extended_entities":{"media":[{"id":754084414217261057,"id_str":"754084414217261057","indices":[77,100],"media_url":"http:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","url":"https:\/\/t.co\/OkIr5n11zC","display_url":"pic.twitter.com\/OkIr5n11zC","expanded_url":"http:\/\/twitter.com\/periscopetv\/status\/754084420429107202\/photo\/1","type":"photo","sizes":{"medium":{"w":747,"h":800,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":635,"h":680,"resize":"fit"},"large":{"w":747,"h":800,"resize":"fit"}},"source_status_id":754084420429107202,"source_status_id_str":"754084420429107202","source_user_id":3085835595,"source_user_id_str":"3085835595"}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 15 22:45:10 +0000 2016","id":754084420429107202,"id_str":"754084420429107202","text":"Watch the events in #Turkey unfold on our featured channel. https:\/\/t.co\/OkIr5n11zC","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[20,27]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":754084414217261057,"id_str":"754084414217261057","indices":[60,83],"media_url":"http:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","url":"https:\/\/t.co\/OkIr5n11zC","display_url":"pic.twitter.com\/OkIr5n11zC","expanded_url":"http:\/\/twitter.com\/periscopetv\/status\/754084420429107202\/photo\/1","type":"photo","sizes":{"medium":{"w":747,"h":800,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":635,"h":680,"resize":"fit"},"large":{"w":747,"h":800,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":754084414217261057,"id_str":"754084414217261057","indices":[60,83],"media_url":"http:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CncLx4gUEAEljs8.jpg","url":"https:\/\/t.co\/OkIr5n11zC","display_url":"pic.twitter.com\/OkIr5n11zC","expanded_url":"http:\/\/twitter.com\/periscopetv\/status\/754084420429107202\/photo\/1","type":"photo","sizes":{"medium":{"w":747,"h":800,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":635,"h":680,"resize":"fit"},"large":{"w":747,"h":800,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3085835595,"id_str":"3085835595","name":"Periscope TV","screen_name":"periscopetv","location":"","description":"A curated collection of live periscopes. Tune in to catch what's happening on @periscopeco, right now.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":295916,"friends_count":483,"listed_count":1256,"created_at":"Wed Mar 11 06:52:53 +0000 2015","favourites_count":1299,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1853,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/581142098943983616\/-Ww_5fZp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/581142098943983616\/-Ww_5fZp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3085835595\/1427390055","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":238,"favorite_count":295,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":238,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 15 22:12:50 +0000 2016","id":754076284544700416,"id_str":"754076284544700416","text":"\u26a1\ufe0f \u201c'Attempted military coup' in Turkey\u201d\n\nhttps:\/\/t.co\/PKcGI78ri0","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/PKcGI78ri0","expanded_url":"https:\/\/twitter.com\/i\/moments\/754047765194371072","display_url":"twitter.com\/i\/moments\/7540\u2026","indices":[42,65]}]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":322,"favorite_count":336,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Fri Jul 15 22:05:28 +0000 2016","id":754074430154743808,"id_str":"754074430154743808","text":"RT @policy: We have no reason to think we\u2019ve been fully blocked in #Turkey, but we suspect there is an intentional slowing of our traffic i\u2026","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[67,74]}],"symbols":[],"user_mentions":[{"screen_name":"policy","name":"Policy","id":218984871,"id_str":"218984871","indices":[3,10]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790844,"friends_count":2090,"listed_count":26558,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Jul 15 21:56:24 +0000 2016","id":754072148289789952,"id_str":"754072148289789952","text":"We have no reason to think we\u2019ve been fully blocked in #Turkey, but we suspect there is an intentional slowing of our traffic in country.","truncated":false,"entities":{"hashtags":[{"text":"Turkey","indices":[55,62]}],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":754071384641327105,"in_reply_to_status_id_str":"754071384641327105","in_reply_to_user_id":218984871,"in_reply_to_user_id_str":"218984871","in_reply_to_screen_name":"policy","user":{"id":218984871,"id_str":"218984871","name":"Policy","screen_name":"policy","location":"","description":"The voice of Twitter's global public policy team","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":215515,"friends_count":49,"listed_count":700,"created_at":"Tue Nov 23 16:45:21 +0000 2010","favourites_count":0,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":964,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/431583032827342848\/A9aVHPI6_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/431583032827342848\/A9aVHPI6_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/218984871\/1424904997","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4697,"favorite_count":2741,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":4697,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_user_timeline_sincemax.json000066400000000000000000000527061311017327200245050ustar00rootroot00000000000000[{"created_at":"Wed Jul 27 00:33:26 +0000 2016","id":758097930670645248,"id_str":"758097930670645248","text":"Watch Mothers of the Movement LIVE https:\/\/t.co\/Kf5AhVzT8z","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Kf5AhVzT8z","expanded_url":"https:\/\/twitter.com\/i\/live\/753266580935446529","display_url":"twitter.com\/i\/live\/7532665\u2026","indices":[35,58]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":89,"favorite_count":190,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 22:51:25 +0000 2016","id":758072261064597505,"id_str":"758072261064597505","text":"@RichBTIG def looking at it!","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"RichBTIG","name":"Rich Greenfield","id":14992263,"id_str":"14992263","indices":[0,9]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758071696020627461,"in_reply_to_status_id_str":"758071696020627461","in_reply_to_user_id":14992263,"in_reply_to_user_id_str":"14992263","in_reply_to_screen_name":"RichBTIG","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":2,"favorite_count":21,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 22:50:09 +0000 2016","id":758071940112277504,"id_str":"758071940112277504","text":"@ajlucio5 @leslieberland @twitter @adambain @JimStengel agreed!","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ajlucio5","name":"Antonio J Lucio","id":227384097,"id_str":"227384097","indices":[0,9]},{"screen_name":"leslieberland","name":"Leslie Berland","id":236209129,"id_str":"236209129","indices":[10,24]},{"screen_name":"twitter","name":"Twitter","id":783214,"id_str":"783214","indices":[25,33]},{"screen_name":"adambain","name":"adam bain","id":14253109,"id_str":"14253109","indices":[34,43]},{"screen_name":"JimStengel","name":"Jim Stengel","id":61824258,"id_str":"61824258","indices":[44,55]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":758062970584829952,"in_reply_to_status_id_str":"758062970584829952","in_reply_to_user_id":227384097,"in_reply_to_user_id_str":"227384097","in_reply_to_screen_name":"ajlucio5","user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":15,"favorited":false,"retweeted":false,"lang":"en"},{"created_at":"Tue Jul 26 17:10:24 +0000 2016","id":757986440818987008,"id_str":"757986440818987008","text":"RT @Square: New: Run your business online and offline with @WooCommerce + Square. WOO! \ud83d\udcc8 https:\/\/t.co\/wUxsUiSIYs https:\/\/t.co\/TfGHa3ARGy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Square","name":"Square","id":93017945,"id_str":"93017945","indices":[3,10]},{"screen_name":"WooCommerce","name":"WooCommerce","id":3250053558,"id_str":"3250053558","indices":[59,71]}],"urls":[{"url":"https:\/\/t.co\/wUxsUiSIYs","expanded_url":"http:\/\/squ.re\/2a8Xiay","display_url":"squ.re\/2a8Xiay","indices":[89,112]}],"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}},"source_status_id":757985605737443328,"source_status_id_str":"757985605737443328","source_user_id":93017945,"source_user_id_str":"93017945"}]},"extended_entities":{"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[113,136],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}},"source_status_id":757985605737443328,"source_status_id_str":"757985605737443328","source_user_id":93017945,"source_user_id_str":"93017945"}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 17:07:05 +0000 2016","id":757985605737443328,"id_str":"757985605737443328","text":"New: Run your business online and offline with @WooCommerce + Square. WOO! \ud83d\udcc8 https:\/\/t.co\/wUxsUiSIYs https:\/\/t.co\/TfGHa3ARGy","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"WooCommerce","name":"WooCommerce","id":3250053558,"id_str":"3250053558","indices":[47,59]}],"urls":[{"url":"https:\/\/t.co\/wUxsUiSIYs","expanded_url":"http:\/\/squ.re\/2a8Xiay","display_url":"squ.re\/2a8Xiay","indices":[77,100]}],"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[101,124],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757985600016351232,"id_str":"757985600016351232","indices":[101,124],"media_url":"http:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CoTn4yHWAAArlVS.jpg","url":"https:\/\/t.co\/TfGHa3ARGy","display_url":"pic.twitter.com\/TfGHa3ARGy","expanded_url":"http:\/\/twitter.com\/Square\/status\/757985605737443328\/photo\/1","type":"photo","sizes":{"large":{"w":1200,"h":628,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":1200,"h":628,"resize":"fit"},"small":{"w":680,"h":356,"resize":"fit"}}}]},"source":"\u003ca href=\"http:\/\/www.falcon.io\" rel=\"nofollow\"\u003eFalcon Social Media Management \u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":93017945,"id_str":"93017945","name":"Square","screen_name":"Square","location":"San Francisco","description":"Making commerce easy. Questions? Tweet @SqSupport.","url":"https:\/\/t.co\/98KQL6T5bB","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/98KQL6T5bB","expanded_url":"http:\/\/square.com","display_url":"square.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":194352,"friends_count":547,"listed_count":5742,"created_at":"Fri Nov 27 18:09:35 +0000 2009","favourites_count":35573,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7400,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F2F2F2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/890494679\/aabd6d6d7a04eef33af83e08cf9667ca.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/747741679847759873\/fUSG_vOs_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/93017945\/1462820899","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F5F5F5","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":65,"favorite_count":123,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"is_quote_status":false,"retweet_count":65,"favorite_count":0,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 14:17:45 +0000 2016","id":757942989217935360,"id_str":"757942989217935360","text":"Restore the power of the Voting Rights Act to protect the right to vote for all Americans. #VRAA https:\/\/t.co\/ywG5wxfEju","truncated":false,"entities":{"hashtags":[{"text":"VRAA","indices":[91,96]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/ywG5wxfEju","expanded_url":"https:\/\/action.aclu.org\/secure\/congress-repair-voting-act?redirect=vraaTW&ms=TW_160620_votingrights_vraa","display_url":"action.aclu.org\/secure\/congres\u2026","indices":[97,120]}]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":100,"favorite_count":191,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Tue Jul 26 03:46:40 +0000 2016","id":757784173826322432,"id_str":"757784173826322432","text":"RT @paulkrugman: No snark or irony: Michelle Obama was just awesome. Makes you proud of a country in which such a speech is possible.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"paulkrugman","name":"Paul Krugman","id":17006157,"id_str":"17006157","indices":[3,15]}],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12,"id_str":"12","name":"Jack","screen_name":"jack","location":"California, USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3790835,"friends_count":2090,"listed_count":26556,"created_at":"Tue Mar 21 20:50:14 +0000 2006","favourites_count":13937,"utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":20052,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/668328458519384064\/FSAIjKRl_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Jul 26 02:22:07 +0000 2016","id":757762894012506113,"id_str":"757762894012506113","text":"No snark or irony: Michelle Obama was just awesome. Makes you proud of a country in which such a speech is possible.","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":17006157,"id_str":"17006157","name":"Paul Krugman","screen_name":"paulkrugman","location":"New York City","description":"Nobel laureate. Op-Ed columnist, @nytopinion. Author, \u201cThe Return of Depression Economics,\u201d \u201cThe Great Unraveling,\u201d \u201cThe Age of Diminished Expectations\u201d + more.","url":"http:\/\/t.co\/vl6CX9xUSi","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/vl6CX9xUSi","expanded_url":"http:\/\/krugman.blogs.nytimes.com\/","display_url":"krugman.blogs.nytimes.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1580744,"friends_count":4,"listed_count":32433,"created_at":"Mon Oct 27 20:17:02 +0000 2008","favourites_count":8,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":7134,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/4431039\/twitter_post.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/4431039\/twitter_post.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/2044852218\/NYT_Twitter_Krugman_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/2044852218\/NYT_Twitter_Krugman_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4307,"favorite_count":9981,"favorited":false,"retweeted":false,"lang":"en"},"is_quote_status":false,"retweet_count":4307,"favorite_count":0,"favorited":false,"retweeted":false,"lang":"en"}]python-twitter-3.3/testdata/get_users_search.json000066400000000000000000001475751311017327200224510ustar00rootroot00000000000000[{"id":63873759,"id_str":"63873759","name":"Python - The PSF","screen_name":"ThePSF","location":"Everywhere Python is!","description":"The Python Software Foundation. For help with Python code, see comp.lang.python.","url":"http:\/\/t.co\/KdOzhmst4U","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/KdOzhmst4U","expanded_url":"http:\/\/www.python.org\/psf","display_url":"python.org\/psf","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":92394,"friends_count":120,"listed_count":2467,"created_at":"Sat Aug 08 01:26:03 +0000 2009","favourites_count":184,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":2640,"lang":"en","status":{"created_at":"Fri Nov 20 02:21:31 +0000 2015","id":667528166022492162,"id_str":"667528166022492162","text":"Meet the Coulson Tough Elementary Python Club https:\/\/t.co\/WeSLQkPw9X","source":"\u003ca href=\"http:\/\/www.google.com\/\" rel=\"nofollow\"\u003eGoogle\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":15,"favorite_count":14,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/WeSLQkPw9X","expanded_url":"http:\/\/goo.gl\/fb\/RQQkgo","display_url":"goo.gl\/fb\/RQQkgo","indices":[46,69]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"2B9DD6","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/439154912719413248\/pUBY5pVj_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/439154912719413248\/pUBY5pVj_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"FFEE30","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":15804774,"id_str":"15804774","name":"Guido van Rossum","screen_name":"gvanrossum","location":"San Francisco Bay Area","description":"Python BDFL. Working at Dropbox. The 'van' has no capital letter!","url":"http:\/\/t.co\/jujQDNMiBP","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/jujQDNMiBP","expanded_url":"http:\/\/python.org\/~guido\/","display_url":"python.org\/~guido\/","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":71451,"friends_count":436,"listed_count":3093,"created_at":"Mon Aug 11 04:02:18 +0000 2008","favourites_count":433,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":1708,"lang":"en","status":{"created_at":"Tue Dec 08 23:16:31 +0000 2015","id":674366977691947008,"id_str":"674366977691947008","text":"@Steven__PA You need to contact support at https:\/\/t.co\/hWqIbiDTzA","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674232112241864705,"in_reply_to_status_id_str":"674232112241864705","in_reply_to_user_id":1398424783,"in_reply_to_user_id_str":"1398424783","in_reply_to_screen_name":"Steven__PA","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Steven__PA","name":"Steven","id":1398424783,"id_str":"1398424783","indices":[0,11]}],"urls":[{"url":"https:\/\/t.co\/hWqIbiDTzA","expanded_url":"https:\/\/www.dropbox.com\/support","display_url":"dropbox.com\/support","indices":[43,66]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/424495004\/GuidoAvatar_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/424495004\/GuidoAvatar_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/15804774\/1400086274","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":254791849,"id_str":"254791849","name":"Scientific Python","screen_name":"SciPyTip","location":"Houston","description":"Tweets about SciPy (Scientific Python) and related topics from @JohnDCook.","url":"http:\/\/t.co\/I9xEdiX7c5","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/I9xEdiX7c5","expanded_url":"http:\/\/www.johndcook.com","display_url":"johndcook.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41228,"friends_count":17,"listed_count":1644,"created_at":"Sun Feb 20 01:07:23 +0000 2011","favourites_count":29,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":3024,"lang":"en","status":{"created_at":"Wed Dec 09 16:25:44 +0000 2015","id":674625991336136704,"id_str":"674625991336136704","text":"By convention, the SciPy library is imported as sp and NumPy is imported as np.","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":11,"favorite_count":18,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/524314030811275265\/iCczq4f7_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/524314030811275265\/iCczq4f7_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/254791849\/1415532285","profile_link_color":"004899","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":6040792,"id_str":"6040792","name":"Python Coders","screen_name":"pythoncoders","location":"","description":"An aggregation of python coders from twitter.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":31021,"friends_count":983,"listed_count":955,"created_at":"Mon May 14 18:54:07 +0000 2007","favourites_count":1,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":221,"lang":"en","status":{"created_at":"Sat Nov 28 14:26:53 +0000 2015","id":670609812862984193,"id_str":"670609812862984193","text":"RT @PyTennessee: Only three days to get those submissions in! https:\/\/t.co\/IBFogCMTZn","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Sat Nov 28 13:50:55 +0000 2015","id":670600763236855809,"id_str":"670600763236855809","text":"Only three days to get those submissions in! https:\/\/t.co\/IBFogCMTZn","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":21,"favorite_count":9,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/IBFogCMTZn","expanded_url":"https:\/\/www.pytennessee.org\/speaking\/cfp\/","display_url":"pytennessee.org\/speaking\/cfp\/","indices":[45,68]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":21,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"PyTennessee","name":"PyTN","id":1616492725,"id_str":"1616492725","indices":[3,15]}],"urls":[{"url":"https:\/\/t.co\/IBFogCMTZn","expanded_url":"https:\/\/www.pytennessee.org\/speaking\/cfp\/","display_url":"pytennessee.org\/speaking\/cfp\/","indices":[62,85]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/16077472\/Python_Icon_by_kaelan_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/16077472\/Python_Icon_by_kaelan_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":73946259,"id_str":"73946259","name":"Planet Python","screen_name":"planetpython","location":"","description":"Created by Marco Rodrigues @gothicx and managed by Tim Golden @tjguk.","url":"http:\/\/t.co\/xfZ3CeBbeY","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/xfZ3CeBbeY","expanded_url":"http:\/\/planet.python.org","display_url":"planet.python.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":17402,"friends_count":0,"listed_count":765,"created_at":"Sun Sep 13 18:50:17 +0000 2009","favourites_count":0,"utc_offset":3600,"time_zone":"Brussels","geo_enabled":false,"verified":false,"statuses_count":11307,"lang":"en","status":{"created_at":"Thu Dec 10 18:55:25 +0000 2015","id":675026044517138432,"id_str":"675026044517138432","text":"PyCharm: PyCharm 5.0.2 update released along with new JetBrains branding https:\/\/t.co\/PLHFgH7Rgn","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/PLHFgH7Rgn","expanded_url":"http:\/\/bit.ly\/1Q452aU","display_url":"bit.ly\/1Q452aU","indices":[73,96]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/413225762\/python_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/413225762\/python_normal.png","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":373620985,"id_str":"373620985","name":"Python Weekly","screen_name":"PythonWeekly","location":"","description":"Python Weekly is a free weekly newsletter, which features curated news, articles, new releases, tools and libraries, events, jobs etc related to Python","url":"http:\/\/t.co\/D1OMRitAIv","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/D1OMRitAIv","expanded_url":"http:\/\/www.pythonweekly.com\/","display_url":"pythonweekly.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":14531,"friends_count":0,"listed_count":681,"created_at":"Wed Sep 14 22:49:27 +0000 2011","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":4915,"lang":"en","status":{"created_at":"Thu Dec 10 16:35:37 +0000 2015","id":674990863655632896,"id_str":"674990863655632896","text":"Python Weekly - Issue 221 \nhttps:\/\/t.co\/h601X8b0pY #python #django #opencv #excel #gui #pydata #storm #testing #game #ipython #opencv","source":"\u003ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":8,"entities":{"hashtags":[{"text":"python","indices":[51,58]},{"text":"django","indices":[59,66]},{"text":"opencv","indices":[67,74]},{"text":"excel","indices":[75,81]},{"text":"gui","indices":[82,86]},{"text":"pydata","indices":[87,94]},{"text":"storm","indices":[95,101]},{"text":"testing","indices":[102,110]},{"text":"game","indices":[111,116]},{"text":"ipython","indices":[117,125]},{"text":"opencv","indices":[126,133]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/h601X8b0pY","expanded_url":"http:\/\/buff.ly\/1RctmHt","display_url":"buff.ly\/1RctmHt","indices":[27,50]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1554238582\/python_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1554238582\/python_normal.jpg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2201496073,"id_str":"2201496073","name":"Monty Python","screen_name":"montypython","location":"","description":"Official Monty Python updates","url":"http:\/\/t.co\/Kfaxc0unpL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Kfaxc0unpL","expanded_url":"http:\/\/www.montypython.com","display_url":"montypython.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":66343,"friends_count":144,"listed_count":565,"created_at":"Mon Nov 18 15:33:08 +0000 2013","favourites_count":452,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":886,"lang":"en-gb","status":{"created_at":"Thu Dec 10 12:10:25 +0000 2015","id":674924124762988544,"id_str":"674924124762988544","text":"MONTY PYTHON'S ADVERT CALENDAR 2015 - DAY 10 - Pythonland https:\/\/t.co\/sjQ4u1dAhx #montypython #adventcalendar #advertcalendar","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":10,"favorite_count":18,"entities":{"hashtags":[{"text":"montypython","indices":[82,94]},{"text":"adventcalendar","indices":[95,110]},{"text":"advertcalendar","indices":[111,126]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/sjQ4u1dAhx","expanded_url":"http:\/\/po.st\/Yrk21c","display_url":"po.st\/Yrk21c","indices":[58,81]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"DCDFE1","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000121067209\/b839df6819841a1bc2bea3dc82081a08.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000121067209\/b839df6819841a1bc2bea3dc82081a08.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/531570356570443776\/5v2lh-PZ_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/531570356570443776\/5v2lh-PZ_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2201496073\/1415582572","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":191225303,"id_str":"191225303","name":"Django","screen_name":"djangoproject","location":"Web","description":"A high-level Python Web framework that encourages rapid development and clean, pragmatic design. Tweets by Django Software Foundation and @jezdez","url":"https:\/\/t.co\/N4cpfoR9cx","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/N4cpfoR9cx","expanded_url":"https:\/\/www.djangoproject.com\/","display_url":"djangoproject.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":40294,"friends_count":32,"listed_count":1264,"created_at":"Wed Sep 15 22:33:40 +0000 2010","favourites_count":3,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":241,"lang":"en","status":{"created_at":"Wed Dec 02 01:01:26 +0000 2015","id":671856666187558912,"id_str":"671856666187558912","text":"Django 1.9 released - After 10 and a half months of development, the Django team is happy to announce the relea... https:\/\/t.co\/1cyJJdlRwt","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":332,"favorite_count":178,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/1cyJJdlRwt","expanded_url":"http:\/\/ow.ly\/38zbw2","display_url":"ow.ly\/38zbw2","indices":[115,138]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"0C4B33","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/544873453346500608\/4aGjtNQv_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/544873453346500608\/4aGjtNQv_normal.png","profile_link_color":"44B78B","profile_sidebar_border_color":"90BA9E","profile_sidebar_fill_color":"90BA9E","profile_text_color":"092E20","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":457886651,"id_str":"457886651","name":"Get Python","screen_name":"getpy","location":"","description":"Tweets for Python enthusiasts, curated by @_cz","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":12690,"friends_count":159,"listed_count":554,"created_at":"Sat Jan 07 23:05:23 +0000 2012","favourites_count":3,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":2351,"lang":"en","status":{"created_at":"Sun Sep 13 01:07:03 +0000 2015","id":642867050491285505,"id_str":"642867050491285505","text":"\"Software You Can Use\" by @glyph: http:\/\/t.co\/5Iru2Kyze5","source":"\u003ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":6,"favorite_count":5,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"glyph","name":"\u24bc\u24c1\u24ce\u24c5\u24bd","id":9859562,"id_str":"9859562","indices":[26,32]}],"urls":[{"url":"http:\/\/t.co\/5Iru2Kyze5","expanded_url":"http:\/\/bit.ly\/1QwrLcy","display_url":"bit.ly\/1QwrLcy","indices":[35,57]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/464959496238804992\/jNtDVyvZ_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/464959496238804992\/jNtDVyvZ_normal.png","profile_link_color":"383838","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":24514487,"id_str":"24514487","name":"Python Package Index","screen_name":"pypi","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":6793,"friends_count":230,"listed_count":692,"created_at":"Sun Mar 15 12:07:44 +0000 2009","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":151748,"lang":"en","status":{"created_at":"Fri May 02 18:39:32 +0000 2014","id":462300373646979072,"id_str":"462300373646979072","text":"BinPy 0.3.1: Virtualizing Electronics http:\/\/t.co\/guy7o6aVEK","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"http:\/\/t.co\/guy7o6aVEK","expanded_url":"http:\/\/bit.ly\/1lI8cA5","display_url":"bit.ly\/1lI8cA5","indices":[38,60]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/104712585\/pypi_twitter_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/104712585\/pypi_twitter_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20958216,"id_str":"20958216","name":"David Beazley","screen_name":"dabeaz","location":"Chicago","description":"Author of the Python Essential Reference and Python Cookbook. I tweet deep thoughts about code, bikes, kids, and stuff. Especially stuff.","url":"http:\/\/t.co\/JI669In6iK","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/JI669In6iK","expanded_url":"http:\/\/www.dabeaz.com","display_url":"dabeaz.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11688,"friends_count":517,"listed_count":712,"created_at":"Mon Feb 16 03:03:08 +0000 2009","favourites_count":1228,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16753,"lang":"en","status":{"created_at":"Thu Dec 10 22:45:51 +0000 2015","id":675084036860190721,"id_str":"675084036860190721","text":"Ah. Late afternoon. Cloudy. Dark. Windy. Talking about cooperative multiple inheritance. Yes. Let it all sink in. Stay calm.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1144585095\/Davetubes_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1144585095\/Davetubes_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14159138,"id_str":"14159138","name":"raymondh","screen_name":"raymondh","location":"Santa Clara, CA","description":"Python core developer.\r\nFreelance programmer\/consultant\/trainer.\r\nHusband to Rachel.\r\nFather to Matthew.","url":"https:\/\/t.co\/r5ifYKcnD3","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/r5ifYKcnD3","expanded_url":"https:\/\/rhettinger.wordpress.com","display_url":"rhettinger.wordpress.com","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":17901,"friends_count":243,"listed_count":829,"created_at":"Sun Mar 16 20:12:52 +0000 2008","favourites_count":37,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1801,"lang":"en","status":{"created_at":"Tue Dec 08 02:20:40 +0000 2015","id":674050933492350976,"id_str":"674050933492350976","text":"#python news: Python 3.5.1 has just been released. There are a number of important bug fixes. https:\/\/t.co\/TgNAU7ytPV","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":53,"favorite_count":42,"entities":{"hashtags":[{"text":"python","indices":[0,7]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/TgNAU7ytPV","expanded_url":"https:\/\/www.python.org\/downloads\/release\/python-351\/","display_url":"python.org\/downloads\/rele\u2026","indices":[97,120]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/73450913\/IMG_0202_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/73450913\/IMG_0202_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":28932876,"id_str":"28932876","name":"Monty Python","screen_name":"pythonquotes","location":"The Fish Tank","description":"I tweet and re-tweet Monty Python quotes. (This is an account by a fan for fans. Not an official Monty Python account!)","url":"http:\/\/t.co\/HD388qr7sa","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/HD388qr7sa","expanded_url":"http:\/\/pythonline.com\/hq","display_url":"pythonline.com\/hq","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":18917,"friends_count":397,"listed_count":345,"created_at":"Sun Apr 05 03:33:59 +0000 2009","favourites_count":16,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":24369,"lang":"en","status":{"created_at":"Thu Dec 10 20:07:16 +0000 2015","id":675044127801802754,"id_str":"675044127801802754","text":"RT @Co2daveDe: @pythonquotes Anything Goes In, Anything Goes Out, Fish, Bananas, Old Pajamas, Mutton!, Beef! and Trout!","source":"\u003ca href=\"http:\/\/stone.com\/Twittelator\" rel=\"nofollow\"\u003eTwittelator\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Dec 10 01:21:27 +0000 2015","id":674760808987942912,"id_str":"674760808987942912","text":"@pythonquotes Anything Goes In, Anything Goes Out, Fish, Bananas, Old Pajamas, Mutton!, Beef! and Trout!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":28932876,"in_reply_to_user_id_str":"28932876","in_reply_to_screen_name":"pythonquotes","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"pythonquotes","name":"Monty Python","id":28932876,"id_str":"28932876","indices":[0,13]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Co2daveDe","name":"MikeDeBro","id":4310679035,"id_str":"4310679035","indices":[3,13]},{"screen_name":"pythonquotes","name":"Monty Python","id":28932876,"id_str":"28932876","indices":[15,28]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/110371217\/background2_text.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/110371217\/background2_text.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/974875387\/PYTHONquotes_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/974875387\/PYTHONquotes_normal.jpg","profile_link_color":"0C1BF0","profile_sidebar_border_color":"080808","profile_sidebar_fill_color":"8C96A1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":268974804,"id_str":"268974804","name":"Python Insider","screen_name":"PythonInsider","location":"","description":"The Python core development team.","url":"http:\/\/t.co\/C7eJappOJe","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/C7eJappOJe","expanded_url":"http:\/\/blog.python.org\/","display_url":"blog.python.org","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":6213,"friends_count":1,"listed_count":324,"created_at":"Sat Mar 19 21:20:04 +0000 2011","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":58,"lang":"en","status":{"created_at":"Mon Dec 07 05:51:22 +0000 2015","id":673741569984479233,"id_str":"673741569984479233","text":"Python 3.5.1 and Python 3.4.4rc1 are now available https:\/\/t.co\/AEOCHM5B9F","source":"\u003ca href=\"http:\/\/www.google.com\/\" rel=\"nofollow\"\u003eGoogle\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":12,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/AEOCHM5B9F","expanded_url":"http:\/\/goo.gl\/fb\/wUs1Lj","display_url":"goo.gl\/fb\/wUs1Lj","indices":[51,74]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1279590339\/python-avatar_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1279590339\/python-avatar_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":320134516,"id_str":"320134516","name":"Terry Jones","screen_name":"PythonJones","location":"The Cave of Caerbannog","description":"Yes it is really me and just as alive as John, although not on tour so the evidence is more limited.","url":"http:\/\/t.co\/6eELwAWoTM","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6eELwAWoTM","expanded_url":"http:\/\/www.unbound.co.uk\/books\/1","display_url":"unbound.co.uk\/books\/1","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":243624,"friends_count":29,"listed_count":2525,"created_at":"Sun Jun 19 11:04:06 +0000 2011","favourites_count":38,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":202,"lang":"en","status":{"created_at":"Sat Nov 21 10:35:11 +0000 2015","id":668014787805204481,"id_str":"668014787805204481","text":"I just donated to @truthout to support independent media! You should too: https:\/\/t.co\/4hHZjXr9VT","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":39,"favorite_count":70,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"truthout","name":"Truthout","id":19605981,"id_str":"19605981","indices":[18,27]}],"urls":[{"url":"https:\/\/t.co\/4hHZjXr9VT","expanded_url":"http:\/\/truthout.org\/donate","display_url":"truthout.org\/donate","indices":[74,97]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1410775609\/terry-jones_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1410775609\/terry-jones_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1584340213,"id_str":"1584340213","name":"Python StackOverflow","screen_name":"PythonStack","location":"","description":"StackOverflow feed of Python questions matching certain criteria.","url":"http:\/\/t.co\/ylgIWGbzVw","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ylgIWGbzVw","expanded_url":"http:\/\/www.stackoverflow.com","display_url":"stackoverflow.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":3388,"friends_count":9,"listed_count":149,"created_at":"Thu Jul 11 00:03:36 +0000 2013","favourites_count":0,"utc_offset":18000,"time_zone":"Islamabad","geo_enabled":false,"verified":false,"statuses_count":2000,"lang":"en","status":{"created_at":"Thu Dec 10 19:44:21 +0000 2015","id":675038361615269888,"id_str":"675038361615269888","text":"Low InnoDB Writes per Second - AWS EC2 to MySQL RDS using Python [Score:15] https:\/\/t.co\/7g6WM3JRgB","source":"\u003ca href=\"http:\/\/www.stackoverflow.com\" rel=\"nofollow\"\u003ePython StackOverflow\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/7g6WM3JRgB","expanded_url":"http:\/\/bit.ly\/1NJ3qRz","display_url":"bit.ly\/1NJ3qRz","indices":[76,99]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"366D9A","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000116618387\/a1f983c6af6a706302abc370c3cb3d6a_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000116618387\/a1f983c6af6a706302abc370c3cb3d6a_normal.png","profile_link_color":"366D9A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":484757080,"id_str":"484757080","name":"Pycoders Weekly","screen_name":"pycoders","location":"Ottawa, Canada","description":"Your weekly dose of all things Python! Python tweets by @mgrouchy and @myusuf3.","url":"http:\/\/t.co\/36bbge1783","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/36bbge1783","expanded_url":"http:\/\/www.pycoders.com","display_url":"pycoders.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":19529,"friends_count":3,"listed_count":740,"created_at":"Mon Feb 06 13:13:22 +0000 2012","favourites_count":223,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4853,"lang":"en","status":{"created_at":"Thu Dec 10 17:06:01 +0000 2015","id":674998513890156544,"id_str":"674998513890156544","text":"Systems Developer at BeanField Metroconnect (Toronto, ON, Canada) https:\/\/t.co\/DsbItGiyHr #python #postgresql #pylons #pyramid #jquery","source":"\u003ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"favorite_count":2,"entities":{"hashtags":[{"text":"python","indices":[90,97]},{"text":"postgresql","indices":[98,109]},{"text":"pylons","indices":[110,117]},{"text":"pyramid","indices":[118,126]},{"text":"jquery","indices":[127,134]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/DsbItGiyHr","expanded_url":"http:\/\/bit.ly\/1NPmdpW","display_url":"bit.ly\/1NPmdpW","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme9\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/429285908953579520\/InZKng9-_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/429285908953579520\/InZKng9-_normal.jpeg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14835908,"id_str":"14835908","name":"Daniel Roy Greenfeld","screen_name":"pydanny","location":"Los Angeles, CA","description":"Co-Author of Two Scoops of Django, fantasy novel author, husband of @audreyr, former NASA python coder","url":"http:\/\/t.co\/uXh5l4o4oO","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uXh5l4o4oO","expanded_url":"http:\/\/pydanny.com","display_url":"pydanny.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":9444,"friends_count":934,"listed_count":700,"created_at":"Mon May 19 18:14:25 +0000 2008","favourites_count":10053,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":37973,"lang":"en","status":{"created_at":"Thu Dec 10 04:54:03 +0000 2015","id":674814311500509185,"id_str":"674814311500509185","text":"@marcorougeth @freakboy3742 @dabeaz Floripa? The island off the coast? With the beaches? Sigh... US PyCons are always where it is cold. :(","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":674778018771042304,"in_reply_to_status_id_str":"674778018771042304","in_reply_to_user_id":1490850450,"in_reply_to_user_id_str":"1490850450","in_reply_to_screen_name":"marcorougeth","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"marcorougeth","name":"Marco Rougeth","id":1490850450,"id_str":"1490850450","indices":[0,13]},{"screen_name":"freakboy3742","name":"Russell Keith-Magee","id":14430935,"id_str":"14430935","indices":[14,27]},{"screen_name":"dabeaz","name":"David Beazley","id":20958216,"id_str":"20958216","indices":[28,35]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/582392511907287042\/i8aFyQvL_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/582392511907287042\/i8aFyQvL_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":11486902,"id_str":"11486902","name":"Michael Foord","screen_name":"voidspace","location":"Northampton, UK","description":"Python and Go programmer. Working for Canonical, living in Northampton UK, member of the Jesus Army. For my non-geek updates only, follow @mfoord instead.","url":"http:\/\/t.co\/plvXuK06m1","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/plvXuK06m1","expanded_url":"http:\/\/www.voidspace.org.uk\/","display_url":"voidspace.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":8293,"friends_count":1308,"listed_count":663,"created_at":"Mon Dec 24 20:33:38 +0000 2007","favourites_count":212,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":false,"statuses_count":43315,"lang":"en","status":{"created_at":"Thu Dec 10 23:17:13 +0000 2015","id":675091928573194241,"id_str":"675091928573194241","text":"RT @Xof: @aymericaugustin The bad part of working for yourself is that you have to work 24 hours a day. The good part is you get to pick wh\u2026","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Dec 10 22:24:56 +0000 2015","id":675078774178869248,"id_str":"675078774178869248","text":"@aymericaugustin The bad part of working for yourself is that you have to work 24 hours a day. The good part is you get to pick which 24.","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":675071924528115712,"in_reply_to_status_id_str":"675071924528115712","in_reply_to_user_id":102982202,"in_reply_to_user_id_str":"102982202","in_reply_to_screen_name":"aymericaugustin","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":10,"favorite_count":5,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"aymericaugustin","name":"Aymeric Augustin","id":102982202,"id_str":"102982202","indices":[0,16]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"retweet_count":10,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Xof","name":"Christophe","id":794364,"id_str":"794364","indices":[3,7]},{"screen_name":"aymericaugustin","name":"Aymeric Augustin","id":102982202,"id_str":"102982202","indices":[9,25]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/31648407\/voidspace_114123_twitbacks.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/31648407\/voidspace_114123_twitbacks.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/530972081\/Foord_1000_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/530972081\/Foord_1000_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/11486902\/1440765711","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":191696307,"id_str":"191696307","name":"Boston Python","screen_name":"bostonpython","location":"Boston!","description":"The Boston Python user group, events twice monthly, workshops for beginners, 5000 members.","url":"http:\/\/t.co\/ktclpJxg2C","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ktclpJxg2C","expanded_url":"http:\/\/www.meetup.com\/bostonpython","display_url":"meetup.com\/bostonpython","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":1505,"friends_count":167,"listed_count":103,"created_at":"Fri Sep 17 03:01:51 +0000 2010","favourites_count":158,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":964,"lang":"en","status":{"created_at":"Wed Dec 09 01:33:57 +0000 2015","id":674401566301011968,"id_str":"674401566301011968","text":"#python #helloworld in #tkinter https:\/\/t.co\/JNWGoAyPvQ","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[{"text":"python","indices":[0,7]},{"text":"helloworld","indices":[8,19]},{"text":"tkinter","indices":[23,31]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/JNWGoAyPvQ","expanded_url":"http:\/\/howto.lintel.in\/building-hello-world-using-python-tkinter\/","display_url":"howto.lintel.in\/building-hello\u2026","indices":[32,55]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1185568687\/python-boston-sq_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1185568687\/python-boston-sq_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]python-twitter-3.3/testdata/get_verify_credentials_include_email.json000066400000000000000000000026741311017327200265040ustar00rootroot00000000000000{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","email":"test@example.com","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":83,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false}python-twitter-3.3/testdata/lookup_friendship.json000066400000000000000000000001461311017327200226260ustar00rootroot00000000000000[{"name":"Kesuke Miyagi","screen_name":"kesuke","id":718443,"id_str":"718443","connections":["none"]}]python-twitter-3.3/testdata/models/000077500000000000000000000000001311017327200174715ustar00rootroot00000000000000python-twitter-3.3/testdata/models/models_category.json000066400000000000000000000000531311017327200235420ustar00rootroot00000000000000{"size":26,"slug":"sports","name":"Sports"}python-twitter-3.3/testdata/models/models_direct_message.json000066400000000000000000000075111311017327200247110ustar00rootroot00000000000000{"id":678629245946433539,"id_str":"678629245946433539","text":"The Communists are distinguished from the other working-class parties by this only: 1. In the national struggles of the proletarians of the different countries, they point out and bring to the front the common interests of the entire proletariat, independently of all nationality. 2. In the various stages of development which the struggle of the working class against the bourgeoisie has to pass through, they always and everywhere represent the interests of the movement as a whole.","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 17:33:15 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/PnDU7HQGwq","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488","display_url":"twitter.com\/pattymo\/status\u2026","indices":[0,23]}]}}python-twitter-3.3/testdata/models/models_direct_message_short.json000066400000000000000000000066671311017327200261430ustar00rootroot00000000000000{"id":678629245946433539,"id_str":"678629245946433539","text":"The Communists are distinguished from the other working-class parties by this only","sender":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":51,"friends_count":289,"listed_count":5,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":1245,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":312,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659691753826615298\/yN1SoWrU_normal.jpg","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"sender_id":372018022,"sender_id_str":"372018022","sender_screen_name":"__jcbl__","recipient":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"recipient_id":4012966701,"recipient_id_str":"4012966701","recipient_screen_name":"notinourselves","created_at":"Sun Dec 20 17:33:15 +0000 2015","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/PnDU7HQGwq","expanded_url":"http:\/\/twitter.com\/pattymo\/status\/674659346127679488","display_url":"twitter.com\/pattymo\/status\u2026","indices":[0,23]}]}}python-twitter-3.3/testdata/models/models_hashtag.json000066400000000000000000000000421311017327200233420ustar00rootroot00000000000000{"text":"python","indices":[5,12]}python-twitter-3.3/testdata/models/models_list.json000066400000000000000000000030501311017327200227000ustar00rootroot00000000000000{"id":229581524,"id_str":"229581524","name":"test","uri":"\/notinourselves\/lists\/test","subscriber_count":0,"member_count":1,"mode":"public","description":"","slug":"test","full_name":"@notinourselves\/test","created_at":"Fri Dec 18 20:00:45 +0000 2015","following":true,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":25,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false}}python-twitter-3.3/testdata/models/models_media.json000066400000000000000000000005631311017327200230120ustar00rootroot00000000000000{"display_url": "pic.twitter.com/NWg4YmiZKA", "expanded_url": "http://twitter.com/himawari8bot/status/698657677329752065/photo/1", "id": 698657676939685888, "media_url": "http://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "type": "animated_gif", "url": "https://t.co/NWg4YmiZKA"}python-twitter-3.3/testdata/models/models_status.json000066400000000000000000000102711311017327200232530ustar00rootroot00000000000000{"extended_entities": {"media": [{"media_url": "http://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "url": "https://t.co/NWg4YmiZKA", "indices": [20, 43], "id": 698657676939685888, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "expanded_url": "http://twitter.com/himawari8bot/status/698657677329752065/photo/1", "sizes": {"large": {"w": 450, "h": 458, "resize": "fit"}, "medium": {"w": 450, "h": 458, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 346, "resize": "fit"}}, "display_url": "pic.twitter.com/NWg4YmiZKA", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CbIhdJ2W8AASWjq.mp4", "bitrate": 0, "content_type": "video/mp4"}]}, "id_str": "698657676939685888", "type": "animated_gif"}]}, "retweet_count": 2, "source": "space, jerks.", "created_at": "Sat Feb 13 23:59:05 +0000 2016", "in_reply_to_user_id": null, "id": 698657677329752065, "coordinates": null, "id_str": "698657677329752065", "in_reply_to_user_id_str": null, "place": null, "in_reply_to_screen_name": null, "possibly_sensitive": false, "is_quote_status": false, "in_reply_to_status_id_str": null, "favorite_count": 0, "contributors": null, "favorited": false, "text": "2016-02-13T23:00:00 https://t.co/NWg4YmiZKA", "lang": "und", "retweeted": false, "entities": {"hashtags": [], "symbols": [], "user_mentions": [], "urls": [], "media": [{"media_url": "http://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "url": "https://t.co/NWg4YmiZKA", "indices": [20, 43], "id": 698657676939685888, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "expanded_url": "http://twitter.com/himawari8bot/status/698657677329752065/photo/1", "sizes": {"large": {"w": 450, "h": 458, "resize": "fit"}, "medium": {"w": 450, "h": 458, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 346, "resize": "fit"}}, "display_url": "pic.twitter.com/NWg4YmiZKA", "id_str": "698657676939685888", "type": "photo"}]}, "user": {"verified": false, "default_profile": false, "followers_count": 640, "created_at": "Tue Oct 27 23:06:22 +0000 2015", "notifications": false, "profile_use_background_image": false, "favourites_count": 1, "friends_count": 2, "is_translation_enabled": false, "id_str": "4040207472", "profile_background_color": "000000", "profile_background_tile": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "url": "https://t.co/uYVLL8E5Qg", "lang": "en", "geo_enabled": false, "protected": false, "contributors_enabled": false, "id": 4040207472, "listed_count": 35, "description": "Unofficial; imagery courtesy: Japan Meteorological Agency (https://t.co/lzPXaTnMCi) and CIRA (https://t.co/YksnDoJEl8). Bot by @__jcbl__", "following": false, "default_profile_image": false, "profile_link_color": "000000", "utc_offset": -18000, "has_extended_profile": false, "location": "Space", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_sidebar_border_color": "000000", "profile_sidebar_fill_color": "000000", "time_zone": "Eastern Time (US & Canada)", "screen_name": "himawari8bot", "is_translator": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659145099113295873/ufx8ad3i_normal.jpg", "entities": {"url": {"urls": [{"expanded_url": "https://github.com/jeremylow/himawari_bot", "indices": [0, 23], "url": "https://t.co/uYVLL8E5Qg", "display_url": "github.com/jeremylow/hima\u2026"}]}, "description": {"urls": [{"expanded_url": "http://www.jma.go.jp/en/gms/", "indices": [59, 82], "url": "https://t.co/lzPXaTnMCi", "display_url": "jma.go.jp/en/gms/"}, {"expanded_url": "http://rammb.cira.colostate.edu/ramsdis/online/himawari-8.asp", "indices": [94, 117], "url": "https://t.co/YksnDoJEl8", "display_url": "rammb.cira.colostate.edu/ramsdis/online\u2026"}]}}, "follow_request_sent": false, "name": "himawari8bot", "profile_text_color": "000000", "statuses_count": 1871}, "truncated": false, "in_reply_to_status_id": null, "geo": null}python-twitter-3.3/testdata/models/models_status_no_user.json000066400000000000000000000042361311017327200250110ustar00rootroot00000000000000{"extended_entities": {"media": [{"media_url": "http://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "url": "https://t.co/NWg4YmiZKA", "indices": [20, 43], "id": 698657676939685888, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "expanded_url": "http://twitter.com/himawari8bot/status/698657677329752065/photo/1", "sizes": {"large": {"w": 450, "h": 458, "resize": "fit"}, "medium": {"w": 450, "h": 458, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 346, "resize": "fit"}}, "display_url": "pic.twitter.com/NWg4YmiZKA", "video_info": {"aspect_ratio": [225, 229], "variants": [{"url": "https://pbs.twimg.com/tweet_video/CbIhdJ2W8AASWjq.mp4", "bitrate": 0, "content_type": "video/mp4"}]}, "id_str": "698657676939685888", "type": "animated_gif"}]}, "retweet_count": 2, "source": "space, jerks.", "created_at": "Sat Feb 13 23:59:05 +0000 2016", "in_reply_to_user_id": null, "id": 698657677329752065, "coordinates": null, "id_str": "698657677329752065", "in_reply_to_user_id_str": null, "place": null, "in_reply_to_screen_name": null, "possibly_sensitive": false, "is_quote_status": false, "in_reply_to_status_id_str": null, "favorite_count": 0, "contributors": null, "favorited": false, "text": "2016-02-13T23:00:00 https://t.co/NWg4YmiZKA", "lang": "und", "retweeted": false, "entities": {"hashtags": [], "symbols": [], "user_mentions": [], "urls": [], "media": [{"media_url": "http://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "url": "https://t.co/NWg4YmiZKA", "indices": [20, 43], "id": 698657676939685888, "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/CbIhdJ2W8AASWjq.jpg", "expanded_url": "http://twitter.com/himawari8bot/status/698657677329752065/photo/1", "sizes": {"large": {"w": 450, "h": 458, "resize": "fit"}, "medium": {"w": 450, "h": 458, "resize": "fit"}, "thumb": {"w": 150, "h": 150, "resize": "crop"}, "small": {"w": 340, "h": 346, "resize": "fit"}}, "display_url": "pic.twitter.com/NWg4YmiZKA", "id_str": "698657676939685888", "type": "photo"}]}, "truncated": false, "in_reply_to_status_id": null, "geo": null}python-twitter-3.3/testdata/models/models_trend.json000066400000000000000000000003071311017327200230430ustar00rootroot00000000000000{"name":"#ChangeAConsonantSpoilAMovie","url":"http:\\/\\/twitter.com\\/search?q=%23ChangeAConsonantSpoilAMovie","promoted_content":null,"query":"%23ChangeAConsonantSpoilAMovie","tweet_volume":104403}python-twitter-3.3/testdata/models/models_url.json000066400000000000000000000002321311017327200225260ustar00rootroot00000000000000{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}python-twitter-3.3/testdata/models/models_user.json000066400000000000000000000037341311017327200227140ustar00rootroot00000000000000{"id":718443,"id_str":"718443","name":"Kesuke Miyagi","screen_name":"kesuke","location":"Okinawa, Japan","profile_location":null,"description":"\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":22,"friends_count":1,"listed_count":6,"created_at":"Sun Jan 28 06:31:55 +0000 2007","favourites_count":0,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":10,"lang":"en","status":{"created_at":"Mon Jul 07 13:10:40 +0000 2014","id":486135208928751616,"id_str":"486135208928751616","text":"Wax on.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}python-twitter-3.3/testdata/models/models_user_status.json000066400000000000000000000001731311017327200243110ustar00rootroot00000000000000{"name": "dick costolo", "id": 6385432, "screen_name": "dickc", "id_str": "6385432", "connections": ["blocking", "muting"]}python-twitter-3.3/testdata/models/status_quoted_tweet.json000066400000000000000000000143201311017327200245000ustar00rootroot00000000000000{"in_reply_to_user_id": null, "favorite_count": 1477, "text": "1) Make album https://t.co/VS5PhdwUjd\n2) Release album\n3) Tour\n4) Make open source alternative to twitter\n\nPretty b\u2026 https://t.co/t2rFVWy6Fm", "in_reply_to_status_id_str": null, "id_str": "849424628401541121", "coordinates": null, "in_reply_to_screen_name": null, "entities": {"symbols": [], "user_mentions": [], "urls": [{"expanded_url": "http://wbr.ec/emperorofsand", "display_url": "wbr.ec/emperorofsand", "indices": [14, 37], "url": "https://t.co/VS5PhdwUjd"}, {"expanded_url": "https://twitter.com/i/web/status/849424628401541121", "display_url": "twitter.com/i/web/status/8\u2026", "indices": [117, 140], "url": "https://t.co/t2rFVWy6Fm"}], "hashtags": []}, "retweeted": true, "possibly_sensitive": false, "created_at": "Wed Apr 05 00:53:07 +0000 2017", "source": "Twitter Web Client", "quoted_status": {"in_reply_to_user_id": null, "favorite_count": 46, "text": "hard to believe @mastodonmusic created its own open source alternative to twitter to promote its new album", "in_reply_to_status_id_str": null, "id_str": "849412806835351552", "coordinates": null, "in_reply_to_screen_name": null, "entities": {"symbols": [], "user_mentions": [{"name": "Mastodon", "id": 18065572, "screen_name": "mastodonmusic", "indices": [16, 30], "id_str": "18065572"}], "urls": [], "hashtags": []}, "retweeted": false, "created_at": "Wed Apr 05 00:06:09 +0000 2017", "source": "Twitter Web Client", "id": 849412806835351552, "truncated": false, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "is_quote_status": false, "user": {"name": "Kyle Seth Gray", "default_profile_image": false, "follow_request_sent": false, "notifications": false, "screen_name": "kylesethgray", "id_str": "29040347", "geo_enabled": false, "is_translation_enabled": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/851226055125880833/gJ9hGmvT_normal.jpg", "time_zone": "Mountain Time (US & Canada)", "has_extended_profile": true, "lang": "en", "profile_text_color": "666666", "profile_image_url": "http://pbs.twimg.com/profile_images/851226055125880833/gJ9hGmvT_normal.jpg", "url": "https://t.co/MEYeHWlrVg", "id": 29040347, "followers_count": 1304, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif", "verified": false, "friends_count": 764, "translator_type": "regular", "contributors_enabled": false, "entities": {"url": {"urls": [{"expanded_url": "http://kylesethgray.com", "display_url": "kylesethgray.com", "indices": [0, 23], "url": "https://t.co/MEYeHWlrVg"}]}, "description": {"urls": [{"expanded_url": "http://body.gray.sexy", "display_url": "body.gray.sexy", "indices": [63, 86], "url": "https://t.co/sZYwVfrKEU"}]}}, "favourites_count": 65806, "profile_background_color": "1A1B1F", "protected": false, "following": false, "is_translator": false, "default_profile": false, "location": "Utah, USA", "profile_sidebar_border_color": "FFFFFF", "utc_offset": -21600, "profile_background_tile": false, "created_at": "Sun Apr 05 19:06:40 +0000 2009", "profile_use_background_image": false, "description": "digital marketer. Cyclist\ud83d\udeb4\ud83c\udffc Website wizard \ud83d\udc68\ud83c\udffc\u200d\ud83d\udcbb \u231a\ufe0f #kylehealth https://t.co/sZYwVfrKEU Opinions are my own. You can't have them.", "statuses_count": 101830, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/29040347/1491445985", "profile_link_color": "1B95E0", "profile_sidebar_fill_color": "252429", "listed_count": 100}, "place": null, "contributors": null, "lang": "en", "retweet_count": 10, "favorited": false, "geo": null}, "id": 849424628401541121, "quoted_status_id": 849412806835351552, "truncated": true, "current_user_retweet": {"id": 849736251708243969, "id_str": "849736251708243969"}, "in_reply_to_user_id_str": null, "in_reply_to_status_id": null, "is_quote_status": true, "user": {"name": "Mastodon", "default_profile_image": false, "follow_request_sent": false, "notifications": false, "screen_name": "mastodonmusic", "id_str": "18065572", "geo_enabled": false, "is_translation_enabled": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/824852402217955328/QrFAKTJY_normal.jpg", "time_zone": "Pacific Time (US & Canada)", "has_extended_profile": false, "lang": "en", "profile_text_color": "333333", "profile_image_url": "http://pbs.twimg.com/profile_images/824852402217955328/QrFAKTJY_normal.jpg", "url": "http://t.co/nlnr4wS9tt", "id": 18065572, "followers_count": 368872, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "verified": true, "friends_count": 7123, "translator_type": "none", "contributors_enabled": false, "entities": {"url": {"urls": [{"expanded_url": "http://mastodonrocks.com", "display_url": "mastodonrocks.com", "indices": [0, 22], "url": "http://t.co/nlnr4wS9tt"}]}, "description": {"urls": [{"expanded_url": "https://wbr.ec/emperorofsand", "display_url": "wbr.ec/emperorofsand", "indices": [37, 60], "url": "https://t.co/A9W7Z32dwO"}, {"expanded_url": "http://mastodonrocks.com/tour", "display_url": "mastodonrocks.com/tour", "indices": [84, 107], "url": "https://t.co/EkXk0Mn6qK"}]}}, "favourites_count": 1846, "profile_background_color": "131516", "protected": false, "following": true, "is_translator": false, "default_profile": false, "location": "Atlanta, GA", "profile_sidebar_border_color": "EEEEEE", "utc_offset": -25200, "profile_background_tile": true, "created_at": "Fri Dec 12 00:51:35 +0000 2008", "profile_use_background_image": true, "description": "New album 'Emperor of Sand' out now! https://t.co/A9W7Z32dwO | On tour this spring! https://t.co/EkXk0Mn6qK", "statuses_count": 1380, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "profile_banner_url": "https://pbs.twimg.com/profile_banners/18065572/1490932593", "profile_link_color": "009999", "profile_sidebar_fill_color": "EFEFEF", "listed_count": 2194}, "place": null, "quoted_status_id_str": "849412806835351552", "contributors": null, "lang": "en", "retweet_count": 877, "favorited": false, "geo": null, "possibly_sensitive_appealable": false}python-twitter-3.3/testdata/models/status_quoted_tweet_with_media.json000066400000000000000000000162451311017327200267020ustar00rootroot00000000000000{"favorited": false, "lang": "en", "in_reply_to_user_id": null, "place": null, "in_reply_to_user_id_str": null, "user": {"follow_request_sent": false, "protected": false, "profile_image_url": "http://pbs.twimg.com/profile_images/851269441652260865/jAloD4WT_normal.jpg", "entities": {"description": {"urls": []}, "url": {"urls": [{"indices": [0, 23], "url": "https://t.co/AF1gbNeaRA", "expanded_url": "http://www.aclu.org", "display_url": "aclu.org"}]}}, "geo_enabled": true, "notifications": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/851269441652260865/jAloD4WT_normal.jpg", "has_extended_profile": true, "lang": "en", "url": "https://t.co/AF1gbNeaRA", "profile_text_color": "333333", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "utc_offset": -10800, "profile_banner_url": "https://pbs.twimg.com/profile_banners/20944497/1491830455", "is_translator": false, "created_at": "Sun Feb 15 22:49:11 +0000 2009", "id_str": "20944497", "default_profile": true, "description": "Civil rights attorney @ACLU (views expressed here are my own)", "contributors_enabled": false, "statuses_count": 967, "listed_count": 103, "followers_count": 6248, "favourites_count": 431, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "friends_count": 308, "following": false, "screen_name": "andresegura", "profile_sidebar_border_color": "C0DEED", "name": "Andre Segura", "location": "New York", "default_profile_image": false, "translator_type": "none", "profile_background_color": "C0DEED", "id": 20944497, "time_zone": "Atlantic Time (Canada)", "profile_use_background_image": true, "is_translation_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "profile_link_color": "1DA1F2", "profile_background_tile": false}, "full_text": "Wrong. You use it initially and throughout to gain access to people's homes through deception. You're immigration agents. Not police. https://t.co/VMgFjuVbHC", "retweeted": true, "created_at": "Fri Apr 07 18:21:16 +0000 2017", "id_str": "850413178534211584", "display_text_range": [0, 134], "in_reply_to_status_id_str": null, "quoted_status": {"lang": "en", "display_text_range": [0, 142], "place": null, "extended_entities": {"media": [{"type": "photo", "expanded_url": "https://twitter.com/ICEgov/status/850408344175222784/photo/1", "id": 850399217826897920, "id_str": "850399217826897920", "sizes": {"small": {"h": 453, "resize": "fit", "w": 680}, "medium": {"h": 800, "resize": "fit", "w": 1200}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "large": {"h": 1365, "resize": "fit", "w": 2048}}, "indices": [143, 166], "ext_alt_text": null, "media_url_https": "https://pbs.twimg.com/media/C805lT_XoAAHDZT.jpg", "url": "https://t.co/Z5dzK2wsMJ", "media_url": "http://pbs.twimg.com/media/C805lT_XoAAHDZT.jpg", "display_url": "pic.twitter.com/Z5dzK2wsMJ"}]}, "in_reply_to_user_id_str": "39384517", "user": {"follow_request_sent": false, "protected": false, "profile_image_url": "http://pbs.twimg.com/profile_images/500012751796707328/dNaKkGLY_normal.jpeg", "entities": {"description": {"urls": [{"indices": [85, 107], "url": "http://t.co/DMYVYOOBVn", "expanded_url": "http://www.ice.gov/tips", "display_url": "ice.gov/tips"}, {"indices": [137, 159], "url": "http://t.co/tdQSb7xnVs", "expanded_url": "http://go.usa.gov/Equ", "display_url": "go.usa.gov/Equ"}]}, "url": {"urls": [{"indices": [0, 22], "url": "http://t.co/adS5dzLUKP", "expanded_url": "http://www.ice.gov", "display_url": "ice.gov"}]}}, "geo_enabled": false, "notifications": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/500012751796707328/dNaKkGLY_normal.jpeg", "has_extended_profile": false, "lang": "en", "url": "http://t.co/adS5dzLUKP", "profile_text_color": "333333", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png", "utc_offset": -18000, "profile_banner_url": "https://pbs.twimg.com/profile_banners/39384517/1488988182", "is_translator": false, "created_at": "Tue May 12 00:20:23 +0000 2009", "id_str": "39384517", "default_profile": false, "description": "ICE is the largest investigative agency in DHS. Report suspicious criminal activity: http://t.co/DMYVYOOBVn \r\nView our privacy policies: http://t.co/tdQSb7xnVs", "contributors_enabled": false, "statuses_count": 6359, "listed_count": 1926, "followers_count": 194270, "favourites_count": 290, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png", "verified": true, "friends_count": 63, "following": false, "screen_name": "ICEgov", "profile_sidebar_border_color": "A8C7F7", "name": "ICE", "location": "Washington, DC", "default_profile_image": false, "translator_type": "none", "profile_background_color": "022330", "id": 39384517, "time_zone": "Quito", "profile_use_background_image": true, "is_translation_enabled": false, "profile_sidebar_fill_color": "C0DFEC", "profile_link_color": "0084B4", "profile_background_tile": false}, "full_text": "ICE agents & officers may initially ID themselves as \u201cpolice\u201d in an encounter because it is the universally known term for law enforcement https://t.co/Z5dzK2wsMJ", "retweeted": false, "created_at": "Fri Apr 07 18:02:03 +0000 2017", "id_str": "850408344175222784", "in_reply_to_user_id": 39384517, "in_reply_to_status_id_str": "850397557939372032", "favorite_count": 381, "in_reply_to_status_id": 850397557939372032, "source": "Twitter Web Client", "is_quote_status": false, "contributors": null, "in_reply_to_screen_name": "ICEgov", "retweet_count": 178, "favorited": false, "geo": null, "id": 850408344175222784, "possibly_sensitive_appealable": false, "coordinates": null, "entities": {"urls": [], "user_mentions": [], "media": [{"type": "photo", "expanded_url": "https://twitter.com/ICEgov/status/850408344175222784/photo/1", "id": 850399217826897920, "id_str": "850399217826897920", "sizes": {"small": {"h": 453, "resize": "fit", "w": 680}, "medium": {"h": 800, "resize": "fit", "w": 1200}, "thumb": {"h": 150, "resize": "crop", "w": 150}, "large": {"h": 1365, "resize": "fit", "w": 2048}}, "indices": [143, 166], "media_url_https": "https://pbs.twimg.com/media/C805lT_XoAAHDZT.jpg", "url": "https://t.co/Z5dzK2wsMJ", "media_url": "http://pbs.twimg.com/media/C805lT_XoAAHDZT.jpg", "display_url": "pic.twitter.com/Z5dzK2wsMJ"}], "hashtags": [], "symbols": []}, "possibly_sensitive": false, "truncated": false}, "current_user_retweet": {"id": 850419611669495812, "id_str": "850419611669495812"}, "favorite_count": 4378, "in_reply_to_status_id": null, "source": "Twitter for iPhone", "is_quote_status": true, "contributors": null, "in_reply_to_screen_name": null, "retweet_count": 2643, "quoted_status_id_str": "850408344175222784", "quoted_status_id": 850408344175222784, "geo": null, "id": 850413178534211584, "possibly_sensitive_appealable": false, "coordinates": null, "entities": {"urls": [{"indices": [135, 158], "url": "https://t.co/VMgFjuVbHC", "expanded_url": "https://twitter.com/icegov/status/850408344175222784", "display_url": "twitter.com/icegov/status/\u2026"}], "user_mentions": [], "hashtags": [], "symbols": []}, "possibly_sensitive": false, "truncated": false}python-twitter-3.3/testdata/post_blocks_create.json000066400000000000000000000064651311017327200227610ustar00rootroot00000000000000{"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "url": null, "statuses_count": 19614, "default_profile_image": false, "followers_count": 3588472, "contributors_enabled": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "jack", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Thu May 19 18:58:09 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 26818, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733371181512990722", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733371181512990722, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [18, 41], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Fri May 20 14:41:34 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733668995187019777", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @kanyewest: I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733668995187019777, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [33, 56], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [{"indices": [3, 13], "name": "KANYE WEST", "id": 169686021, "screen_name": "kanyewest", "id_str": "169686021"}], "hashtags": []}}, "description": "#withMalala!", "profile_background_color": "EBEBEB", "favourites_count": 12922, "verified": true, "default_profile": false, "is_translator": false, "following": false, "utc_offset": -25200, "id_str": "12", "has_extended_profile": true, "muting": false, "is_translation_enabled": false, "listed_count": 26225, "time_zone": "Pacific Time (US & Canada)", "location": "California, USA", "id": 12, "name": "Jack", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_border_color": "DFDFDF", "profile_image_url": "http://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "profile_text_color": "333333", "protected": false, "created_at": "Tue Mar 21 20:50:14 +0000 2006", "friends_count": 1969, "follow_request_sent": false, "profile_use_background_image": true, "lang": "en", "profile_link_color": "990000", "profile_background_tile": false, "entities": {"description": {"urls": []}}}python-twitter-3.3/testdata/post_blocks_destroy.json000066400000000000000000000064651311017327200232070ustar00rootroot00000000000000{"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "url": null, "statuses_count": 19614, "default_profile_image": false, "followers_count": 3588473, "contributors_enabled": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "jack", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Thu May 19 18:58:09 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 26819, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733371181512990722", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733371181512990722, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [18, 41], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Fri May 20 14:41:34 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733668995187019777", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @kanyewest: I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733668995187019777, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [33, 56], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [{"indices": [3, 13], "name": "KANYE WEST", "id": 169686021, "screen_name": "kanyewest", "id_str": "169686021"}], "hashtags": []}}, "description": "#withMalala!", "profile_background_color": "EBEBEB", "favourites_count": 12922, "verified": true, "default_profile": false, "is_translator": false, "following": false, "utc_offset": -25200, "id_str": "12", "has_extended_profile": true, "muting": false, "is_translation_enabled": false, "listed_count": 26225, "time_zone": "Pacific Time (US & Canada)", "location": "California, USA", "id": 12, "name": "Jack", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_border_color": "DFDFDF", "profile_image_url": "http://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "profile_text_color": "333333", "protected": false, "created_at": "Tue Mar 21 20:50:14 +0000 2006", "friends_count": 1969, "follow_request_sent": false, "profile_use_background_image": true, "lang": "en", "profile_link_color": "990000", "profile_background_tile": false, "entities": {"description": {"urls": []}}}python-twitter-3.3/testdata/post_create_favorite.json000066400000000000000000000077721311017327200233250ustar00rootroot00000000000000{"created_at":"Sun Jul 24 18:39:05 +0000 2016","id":757283981683412992,"id_str":"757283981683412992","text":"whatever this is a test https:\/\/t.co\/q9GgccLHja","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":757283834572353536,"id_str":"757283834572353536","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","url":"https:\/\/t.co\/q9GgccLHja","display_url":"pic.twitter.com\/q9GgccLHja","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/757283981683412992\/video\/1","type":"photo","sizes":{"large":{"w":498,"h":280,"resize":"fit"},"medium":{"w":498,"h":280,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757283834572353536,"id_str":"757283834572353536","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","url":"https:\/\/t.co\/q9GgccLHja","display_url":"pic.twitter.com\/q9GgccLHja","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/757283981683412992\/video\/1","type":"video","sizes":{"large":{"w":498,"h":280,"resize":"fit"},"medium":{"w":498,"h":280,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"}},"video_info":{"aspect_ratio":[249,140],"duration_millis":2800,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/pl\/0yCMKUBo_1a3nOVG.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/vid\/320x180\/-We5NPhJgCXzfpwg.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/pl\/0yCMKUBo_1a3nOVG.mpd"}]},"additional_media_info":{"monetizable":false}}]},"source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":2,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":83,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"favorited":true,"retweeted":false,"possibly_sensitive":false,"lang":"en"}python-twitter-3.3/testdata/post_create_list.json000066400000000000000000000033511311017327200224460ustar00rootroot00000000000000{"name": "test2", "user": {"profile_sidebar_border_color": "C0DEED", "profile_text_color": "333333", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "default_profile": true, "favourites_count": 1, "time_zone": null, "created_at": "Wed Oct 21 23:53:04 +0000 2015", "url": null, "profile_background_color": "C0DEED", "profile_link_color": "0084B4", "lang": "en", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "verified": false, "profile_use_background_image": true, "utc_offset": null, "protected": true, "id": 4012966701, "id_str": "4012966701", "default_profile_image": true, "location": "", "name": "notinourselves", "geo_enabled": true, "entities": {"description": {"urls": []}}, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "statuses_count": 67, "has_extended_profile": false, "follow_request_sent": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translator": false, "contributors_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "notifications": false, "friends_count": 1, "screen_name": "notinourselves", "is_translation_enabled": false, "followers_count": 1, "listed_count": 1, "following": false, "description": "", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false}, "uri": "/notinourselves/lists/test2", "id": 233452137, "created_at": "Sat Jan 30 01:08:47 +0000 2016", "description": "test for python-twitter", "slug": "test2", "mode": "private", "full_name": "@notinourselves/test2", "following": false, "member_count": 0, "id_str": "233452137", "subscriber_count": 0}python-twitter-3.3/testdata/post_create_lists_member.json000066400000000000000000000033141311017327200241570ustar00rootroot00000000000000{"member_count": 2, "created_at": "Fri Dec 18 20:00:45 +0000 2015", "subscriber_count": 0, "user": {"profile_background_tile": false, "profile_sidebar_fill_color": "DDEEF6", "default_profile_image": true, "is_translation_enabled": false, "name": "notinourselves", "has_extended_profile": false, "url": null, "friends_count": 1, "follow_request_sent": false, "profile_link_color": "0084B4", "verified": false, "profile_use_background_image": true, "profile_text_color": "333333", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_color": "C0DEED", "followers_count": 1, "contributors_enabled": false, "profile_sidebar_border_color": "C0DEED", "notifications": false, "time_zone": null, "screen_name": "notinourselves", "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "id": 4012966701, "listed_count": 1, "id_str": "4012966701", "geo_enabled": true, "entities": {"description": {"urls": []}}, "statuses_count": 67, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "description": "", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translator": false, "utc_offset": null, "default_profile": true, "protected": true, "favourites_count": 1, "lang": "en", "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "following": false}, "id": 229581524, "id_str": "229581524", "description": "", "uri": "/notinourselves/lists/test", "full_name": "@notinourselves/test", "mode": "public", "following": true, "name": "test", "slug": "test"}python-twitter-3.3/testdata/post_create_lists_member_multiple.json000066400000000000000000000033141311017327200260720ustar00rootroot00000000000000{"member_count": 3, "created_at": "Fri Dec 18 20:00:45 +0000 2015", "subscriber_count": 0, "user": {"profile_background_tile": false, "profile_sidebar_fill_color": "DDEEF6", "default_profile_image": true, "is_translation_enabled": false, "name": "notinourselves", "has_extended_profile": false, "url": null, "friends_count": 1, "follow_request_sent": false, "profile_link_color": "0084B4", "verified": false, "profile_use_background_image": true, "profile_text_color": "333333", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_color": "C0DEED", "followers_count": 1, "contributors_enabled": false, "profile_sidebar_border_color": "C0DEED", "notifications": false, "time_zone": null, "screen_name": "notinourselves", "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "id": 4012966701, "listed_count": 1, "id_str": "4012966701", "geo_enabled": true, "entities": {"description": {"urls": []}}, "statuses_count": 67, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "description": "", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translator": false, "utc_offset": null, "default_profile": true, "protected": true, "favourites_count": 1, "lang": "en", "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "following": false}, "id": 229581524, "id_str": "229581524", "description": "", "uri": "/notinourselves/lists/test", "full_name": "@notinourselves/test", "mode": "public", "following": true, "name": "test", "slug": "test"}python-twitter-3.3/testdata/post_create_subscription.json000066400000000000000000000036201311017327200242160ustar00rootroot00000000000000{"user": {"contributors_enabled": false, "protected": false, "profile_use_background_image": false, "profile_background_tile": false, "favourites_count": 1279, "created_at": "Sun Sep 11 23:49:28 +0000 2011", "is_translation_enabled": false, "profile_background_color": "FFFFFF", "profile_link_color": "EE3355", "listed_count": 5, "friends_count": 306, "default_profile_image": false, "screen_name": "__jcbl__", "entities": {"description": {"urls": []}, "url": {"urls": [{"expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX", "indices": [0, 22], "display_url": "iseverythingstilltheworst.com"}]}}, "id": 372018022, "lang": "en", "location": "not a very good kingdom tbh", "statuses_count": 325, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "default_profile": false, "time_zone": "Eastern Time (US & Canada)", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "372018022", "geo_enabled": false, "followers_count": 49, "has_extended_profile": false, "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "follow_request_sent": false, "is_translator": false, "verified": false, "name": "jeremy", "following": true, "url": "http://t.co/wtg3XzqQTX", "notifications": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "utc_offset": -18000, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_border_color": "000000"}, "member_count": 3, "id_str": "225486809", "slug": "my-bots", "created_at": "Tue Nov 10 16:43:07 +0000 2015", "uri": "/__jcbl__/lists/my-bots", "description": "", "full_name": "@__jcbl__/my-bots", "name": "my-bots", "following": false, "subscriber_count": 1, "mode": "public", "id": 225486809}python-twitter-3.3/testdata/post_destroy_direct_message.json000066400000000000000000000066471311017327200247120ustar00rootroot00000000000000{"id":761517675243679747,"id_str":"761517675243679747","text":"test message","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":83,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":79,"friends_count":423,"listed_count":8,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":2696,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":587,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/755782670572027904\/L5YRsZAY_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/755782670572027904\/L5YRsZAY_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/372018022\/1469027675","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Fri Aug 05 11:02:16 +0000 2016","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}}python-twitter-3.3/testdata/post_destroy_favorite.json000066400000000000000000000077731311017327200235540ustar00rootroot00000000000000{"created_at":"Sun Jul 24 18:39:05 +0000 2016","id":757283981683412992,"id_str":"757283981683412992","text":"whatever this is a test https:\/\/t.co\/q9GgccLHja","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":757283834572353536,"id_str":"757283834572353536","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","url":"https:\/\/t.co\/q9GgccLHja","display_url":"pic.twitter.com\/q9GgccLHja","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/757283981683412992\/video\/1","type":"photo","sizes":{"large":{"w":498,"h":280,"resize":"fit"},"medium":{"w":498,"h":280,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":757283834572353536,"id_str":"757283834572353536","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","media_url_https":"https:\/\/pbs.twimg.com\/ext_tw_video_thumb\/757283834572353536\/pr\/img\/vta3LX5Jlc82bZ50.jpg","url":"https:\/\/t.co\/q9GgccLHja","display_url":"pic.twitter.com\/q9GgccLHja","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/757283981683412992\/video\/1","type":"video","sizes":{"large":{"w":498,"h":280,"resize":"fit"},"medium":{"w":498,"h":280,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"}},"video_info":{"aspect_ratio":[249,140],"duration_millis":2800,"variants":[{"content_type":"application\/x-mpegURL","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/pl\/0yCMKUBo_1a3nOVG.m3u8"},{"bitrate":320000,"content_type":"video\/mp4","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/vid\/320x180\/-We5NPhJgCXzfpwg.mp4"},{"content_type":"application\/dash+xml","url":"https:\/\/video.twimg.com\/ext_tw_video\/757283834572353536\/pr\/pl\/0yCMKUBo_1a3nOVG.mpd"}]},"additional_media_info":{"monetizable":false}}]},"source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":83,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}python-twitter-3.3/testdata/post_destroy_list.json000066400000000000000000000033501311017327200226730ustar00rootroot00000000000000{"user": {"contributors_enabled": false, "protected": true, "profile_use_background_image": true, "profile_background_tile": false, "favourites_count": 1, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "created_at": "Wed Oct 21 23:53:04 +0000 2015", "is_translation_enabled": false, "profile_background_color": "C0DEED", "profile_link_color": "0084B4", "listed_count": 1, "friends_count": 1, "default_profile_image": true, "screen_name": "notinourselves", "entities": {"description": {"urls": []}}, "id": 4012966701, "lang": "en", "location": "", "statuses_count": 67, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "default_profile": true, "time_zone": null, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "4012966701", "geo_enabled": true, "followers_count": 1, "has_extended_profile": false, "description": "", "profile_sidebar_fill_color": "DDEEF6", "follow_request_sent": false, "is_translator": false, "verified": false, "name": "notinourselves", "following": false, "url": null, "notifications": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "utc_offset": null, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "333333", "profile_sidebar_border_color": "C0DEED"}, "member_count": 0, "id_str": "233452137", "slug": "test2", "created_at": "Sat Jan 30 01:08:47 +0000 2016", "uri": "/notinourselves/lists/test2", "description": "test for python-twitter", "full_name": "@notinourselves/test2", "name": "test2", "following": true, "subscriber_count": 0, "mode": "private", "id": 233452137}python-twitter-3.3/testdata/post_destroy_lists_member.json000066400000000000000000000033141311017327200244050ustar00rootroot00000000000000{"member_count": 1, "created_at": "Fri Dec 18 20:00:45 +0000 2015", "subscriber_count": 0, "user": {"profile_background_tile": false, "profile_sidebar_fill_color": "DDEEF6", "default_profile_image": true, "is_translation_enabled": false, "name": "notinourselves", "has_extended_profile": false, "url": null, "friends_count": 1, "follow_request_sent": false, "profile_link_color": "0084B4", "verified": false, "profile_use_background_image": true, "profile_text_color": "333333", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_color": "C0DEED", "followers_count": 1, "contributors_enabled": false, "profile_sidebar_border_color": "C0DEED", "notifications": false, "time_zone": null, "screen_name": "notinourselves", "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "id": 4012966701, "listed_count": 1, "id_str": "4012966701", "geo_enabled": true, "entities": {"description": {"urls": []}}, "statuses_count": 67, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "description": "", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translator": false, "utc_offset": null, "default_profile": true, "protected": true, "favourites_count": 1, "lang": "en", "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "following": false}, "id": 229581524, "id_str": "229581524", "description": "", "uri": "/notinourselves/lists/test", "full_name": "@notinourselves/test", "mode": "public", "following": true, "name": "test", "slug": "test"}python-twitter-3.3/testdata/post_destroy_lists_member_multiple.json000066400000000000000000000033141311017327200263200ustar00rootroot00000000000000{"member_count": 0, "created_at": "Fri Dec 18 20:00:45 +0000 2015", "subscriber_count": 0, "user": {"profile_background_tile": false, "profile_sidebar_fill_color": "DDEEF6", "default_profile_image": true, "is_translation_enabled": false, "name": "notinourselves", "has_extended_profile": false, "url": null, "friends_count": 1, "follow_request_sent": false, "profile_link_color": "0084B4", "verified": false, "profile_use_background_image": true, "profile_text_color": "333333", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "profile_background_color": "C0DEED", "followers_count": 1, "contributors_enabled": false, "profile_sidebar_border_color": "C0DEED", "notifications": false, "time_zone": null, "screen_name": "notinourselves", "location": "", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "id": 4012966701, "listed_count": 1, "id_str": "4012966701", "geo_enabled": true, "entities": {"description": {"urls": []}}, "statuses_count": 67, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "description": "", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translator": false, "utc_offset": null, "default_profile": true, "protected": true, "favourites_count": 1, "lang": "en", "created_at": "Wed Oct 21 23:53:04 +0000 2015", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "following": false}, "id": 229581524, "id_str": "229581524", "description": "", "uri": "/notinourselves/lists/test", "full_name": "@notinourselves/test", "mode": "public", "following": true, "name": "test", "slug": "test"}python-twitter-3.3/testdata/post_destroy_status.json000066400000000000000000000041031311017327200232400ustar00rootroot00000000000000{"created_at":"Sat Jun 25 00:58:31 +0000 2016","id":746507834003578880,"id_str":"746507834003578880","text":"lord let this work","truncated":false,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":84,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":1,"favorited":false,"retweeted":false,"lang":"en"}python-twitter-3.3/testdata/post_destroy_subscription.json000066400000000000000000000036171311017327200244520ustar00rootroot00000000000000{"user": {"contributors_enabled": false, "protected": false, "profile_use_background_image": false, "profile_background_tile": false, "favourites_count": 1279, "created_at": "Sun Sep 11 23:49:28 +0000 2011", "is_translation_enabled": false, "profile_background_color": "FFFFFF", "profile_link_color": "EE3355", "listed_count": 5, "friends_count": 306, "default_profile_image": false, "screen_name": "__jcbl__", "entities": {"description": {"urls": []}, "url": {"urls": [{"expanded_url": "http://iseverythingstilltheworst.com", "url": "http://t.co/wtg3XzqQTX", "indices": [0, 22], "display_url": "iseverythingstilltheworst.com"}]}}, "id": 372018022, "lang": "en", "location": "not a very good kingdom tbh", "statuses_count": 325, "profile_image_url_https": "https://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "default_profile": false, "time_zone": "Eastern Time (US & Canada)", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "id_str": "372018022", "geo_enabled": false, "followers_count": 49, "has_extended_profile": false, "description": "my kingdom for a microwave that doesn't beep", "profile_sidebar_fill_color": "000000", "follow_request_sent": false, "is_translator": false, "verified": false, "name": "jeremy", "following": true, "url": "http://t.co/wtg3XzqQTX", "notifications": false, "profile_image_url": "http://pbs.twimg.com/profile_images/659691753826615298/yN1SoWrU_normal.jpg", "utc_offset": -18000, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_text_color": "000000", "profile_sidebar_border_color": "000000"}, "member_count": 3, "id_str": "225486809", "slug": "my-bots", "created_at": "Tue Nov 10 16:43:07 +0000 2015", "uri": "/__jcbl__/lists/my-bots", "description": "", "full_name": "@__jcbl__/my-bots", "name": "my-bots", "following": true, "subscriber_count": 0, "mode": "public", "id": 225486809}python-twitter-3.3/testdata/post_media.json000066400000000000000000000002431311017327200212240ustar00rootroot00000000000000{"media_id":681607069120737280,"media_id_string":"681607069120737280","size":3058,"expires_after_secs":86400,"image":{"image_type":"image\\/jpeg","w":100,"h":100}}python-twitter-3.3/testdata/post_mutes_users_create.json000066400000000000000000000064651311017327200240620ustar00rootroot00000000000000{"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "url": null, "statuses_count": 19614, "default_profile_image": false, "followers_count": 3588497, "contributors_enabled": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "jack", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Thu May 19 18:58:09 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 26821, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733371181512990722", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733371181512990722, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [18, 41], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Fri May 20 14:41:34 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733668995187019777", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @kanyewest: I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733668995187019777, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [33, 56], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [{"indices": [3, 13], "name": "KANYE WEST", "id": 169686021, "screen_name": "kanyewest", "id_str": "169686021"}], "hashtags": []}}, "description": "#withMalala!", "profile_background_color": "EBEBEB", "favourites_count": 12922, "verified": true, "default_profile": false, "is_translator": false, "following": false, "utc_offset": -25200, "id_str": "12", "has_extended_profile": true, "muting": false, "is_translation_enabled": false, "listed_count": 26225, "time_zone": "Pacific Time (US & Canada)", "location": "California, USA", "id": 12, "name": "Jack", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_border_color": "DFDFDF", "profile_image_url": "http://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "profile_text_color": "333333", "protected": false, "created_at": "Tue Mar 21 20:50:14 +0000 2006", "friends_count": 1969, "follow_request_sent": false, "profile_use_background_image": true, "lang": "en", "profile_link_color": "990000", "profile_background_tile": false, "entities": {"description": {"urls": []}}}python-twitter-3.3/testdata/post_mutes_users_create_skip_status.json000066400000000000000000000025661311017327200265110ustar00rootroot00000000000000{"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "url": null, "statuses_count": 19614, "default_profile_image": false, "followers_count": 3588498, "contributors_enabled": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "jack", "geo_enabled": true, "profile_text_color": "333333", "description": "#withMalala!", "profile_background_color": "EBEBEB", "favourites_count": 12922, "verified": true, "default_profile": false, "is_translator": false, "following": false, "utc_offset": -25200, "id_str": "12", "has_extended_profile": true, "muting": false, "is_translation_enabled": false, "listed_count": 26225, "time_zone": "Pacific Time (US & Canada)", "location": "California, USA", "id": 12, "name": "Jack", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_border_color": "DFDFDF", "profile_image_url": "http://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "protected": false, "created_at": "Tue Mar 21 20:50:14 +0000 2006", "friends_count": 1969, "follow_request_sent": false, "profile_use_background_image": true, "lang": "en", "profile_link_color": "990000", "profile_background_tile": false, "entities": {"description": {"urls": []}}}python-twitter-3.3/testdata/post_mutes_users_destroy.json000066400000000000000000000064641311017327200243070ustar00rootroot00000000000000{"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme7/bg.gif", "profile_image_url_https": "https://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "url": null, "statuses_count": 19614, "default_profile_image": false, "followers_count": 3588498, "contributors_enabled": false, "profile_sidebar_fill_color": "F3F3F3", "screen_name": "jack", "geo_enabled": true, "status": {"source": "Twitter for iPhone", "retweeted_status": {"source": "Twitter for iPhone", "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Thu May 19 18:58:09 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 26821, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733371181512990722", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733371181512990722, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [18, 41], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [], "hashtags": []}}, "coordinates": null, "geo": null, "retweet_count": 10929, "created_at": "Fri May 20 14:41:34 +0000 2016", "in_reply_to_status_id_str": null, "in_reply_to_screen_name": null, "place": null, "favorite_count": 0, "in_reply_to_user_id_str": null, "is_quote_status": false, "id_str": "733668995187019777", "in_reply_to_status_id": null, "lang": "en", "favorited": false, "text": "RT @kanyewest: I love you Ellen https://t.co/B7Ulmf8E01", "truncated": false, "in_reply_to_user_id": null, "contributors": null, "retweeted": false, "id": 733668995187019777, "possibly_sensitive": false, "entities": {"symbols": [], "urls": [{"indices": [33, 56], "expanded_url": "http://www.ellentv.com/videos/0-u3mktrdh/", "display_url": "ellentv.com/videos/0-u3mkt\u2026", "url": "https://t.co/B7Ulmf8E01"}], "user_mentions": [{"indices": [3, 13], "name": "KANYE WEST", "id": 169686021, "screen_name": "kanyewest", "id_str": "169686021"}], "hashtags": []}}, "description": "#withMalala!", "profile_background_color": "EBEBEB", "favourites_count": 12922, "verified": true, "default_profile": false, "is_translator": false, "following": false, "utc_offset": -25200, "id_str": "12", "has_extended_profile": true, "muting": true, "is_translation_enabled": false, "listed_count": 26225, "time_zone": "Pacific Time (US & Canada)", "location": "California, USA", "id": 12, "name": "Jack", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme7/bg.gif", "notifications": false, "profile_sidebar_border_color": "DFDFDF", "profile_image_url": "http://pbs.twimg.com/profile_images/668328458519384064/FSAIjKRl_normal.jpg", "profile_text_color": "333333", "protected": false, "created_at": "Tue Mar 21 20:50:14 +0000 2006", "friends_count": 1969, "follow_request_sent": false, "profile_use_background_image": true, "lang": "en", "profile_link_color": "990000", "profile_background_tile": false, "entities": {"description": {"urls": []}}}python-twitter-3.3/testdata/post_post_direct_message.json000066400000000000000000000066471311017327200242060ustar00rootroot00000000000000{"id":761517675243679747,"id_str":"761517675243679747","text":"test message","sender":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":2,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":83,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/736320724164448256\/LgaAQoav.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/4012966701\/1453123196","profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"sender_id":4012966701,"sender_id_str":"4012966701","sender_screen_name":"notinourselves","recipient":{"id":372018022,"id_str":"372018022","name":"jeremy","screen_name":"__jcbl__","location":"not a very good kingdom tbh","description":"my kingdom for a microwave that doesn't beep","url":"http:\/\/t.co\/wtg3XzqQTX","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/wtg3XzqQTX","expanded_url":"http:\/\/iseverythingstilltheworst.com","display_url":"iseverythingstilltheworst.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":79,"friends_count":423,"listed_count":8,"created_at":"Sun Sep 11 23:49:28 +0000 2011","favourites_count":2696,"utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":587,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/755782670572027904\/L5YRsZAY_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/755782670572027904\/L5YRsZAY_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/372018022\/1469027675","profile_link_color":"EE3355","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":false,"notifications":false},"recipient_id":372018022,"recipient_id_str":"372018022","recipient_screen_name":"__jcbl__","created_at":"Fri Aug 05 11:02:16 +0000 2016","entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]}}python-twitter-3.3/testdata/post_update.json000066400000000000000000000037211311017327200214330ustar00rootroot00000000000000{"created_at":"Mon Dec 28 15:25:56 +0000 2015","id":681496308251754496,"id_str":"681496308251754496","text":"blah Longitude coordinate of the tweet in degrees.","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":29,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}python-twitter-3.3/testdata/post_update_extra_params.json000066400000000000000000000016141311017327200242000ustar00rootroot00000000000000{"created_at":"Mon Dec 28 16:51:40 +0000 2015","id":681517887102808064,"id_str":"681517887102808064","text":"Not a dupe. Longitude coordinate of the tweet in degrees.","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":681496308251754496,"in_reply_to_status_id_str":"681496308251754496","in_reply_to_user_id":4012966701,"in_reply_to_user_id_str":"4012966701","in_reply_to_screen_name":"notinourselves","user":{"id":4012966701,"id_str":"4012966701"},"geo":{"type":"Point","coordinates":[37.781157,-122.398720]},"coordinates":{"type":"Point","coordinates":[-122.398720,37.781157]},"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}python-twitter-3.3/testdata/post_update_media_id.json000066400000000000000000000067611311017327200232550ustar00rootroot00000000000000{"favorited": false, "in_reply_to_user_id_str": null, "in_reply_to_user_id": null, "in_reply_to_status_id": null, "is_quote_status": false, "ext": {"stickerInfo": {"r": {"err": {"code": 402, "message": "ColumnNotFound"}}, "ttl": -1}}, "in_reply_to_screen_name": null, "truncated": false, "id": 697007422867664896, "entities": {"symbols": [], "user_mentions": [], "media": [{"expanded_url": "http://twitter.com/notinourselves/status/697007422867664896/photo/1", "display_url": "pic.twitter.com/FHgqb6iLOX", "id": 697007311538229248, "indices": [50, 73], "type": "photo", "media_url": "http://pbs.twimg.com/media/CaxEdPoWEAAgCAh.jpg", "url": "https://t.co/FHgqb6iLOX", "id_str": "697007311538229248", "media_url_https": "https://pbs.twimg.com/media/CaxEdPoWEAAgCAh.jpg", "sizes": {"large": {"resize": "fit", "w": 500, "h": 500}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 500, "h": 500}, "small": {"resize": "fit", "w": 340, "h": 340}}}], "hashtags": [], "urls": []}, "retweeted": false, "lang": "en", "geo": null, "source": "gbtest--notinourselves", "coordinates": null, "user": {"default_profile_image": true, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "protected": true, "id_str": "4012966701", "follow_request_sent": false, "location": "", "profile_background_color": "C0DEED", "profile_banner_url": "https://pbs.twimg.com/profile_banners/4012966701/1453123196", "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", "is_translation_enabled": false, "friends_count": 1, "id": 4012966701, "time_zone": null, "entities": {"description": {"urls": []}}, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "notinourselves", "lang": "en", "profile_link_color": "0084B4", "verified": false, "notifications": false, "favourites_count": 1, "utc_offset": null, "statuses_count": 68, "profile_sidebar_border_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "has_extended_profile": false, "is_translator": false, "description": "", "name": "notinourselves", "default_profile": true, "profile_use_background_image": true, "following": false, "geo_enabled": true, "listed_count": 1, "url": null, "contributors_enabled": false, "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_background_tile": false, "created_at": "Wed Oct 21 23:53:04 +0000 2015", "followers_count": 1}, "place": null, "text": "hi this is a test for media uploads with statuses https://t.co/FHgqb6iLOX", "favorite_count": 0, "in_reply_to_status_id_str": null, "retweet_count": 0, "extended_entities": {"media": [{"expanded_url": "http://twitter.com/notinourselves/status/697007422867664896/photo/1", "display_url": "pic.twitter.com/FHgqb6iLOX", "id": 697007311538229248, "indices": [50, 73], "type": "photo", "media_url": "http://pbs.twimg.com/media/CaxEdPoWEAAgCAh.jpg", "url": "https://t.co/FHgqb6iLOX", "id_str": "697007311538229248", "media_url_https": "https://pbs.twimg.com/media/CaxEdPoWEAAgCAh.jpg", "sizes": {"large": {"resize": "fit", "w": 500, "h": 500}, "thumb": {"resize": "crop", "w": 150, "h": 150}, "medium": {"resize": "fit", "w": 500, "h": 500}, "small": {"resize": "fit", "w": 340, "h": 340}}}]}, "id_str": "697007422867664896", "contributors": null, "possibly_sensitive": false, "created_at": "Tue Feb 09 10:41:34 +0000 2016"}python-twitter-3.3/testdata/post_update_with_media.json000066400000000000000000000036701311017327200236300ustar00rootroot00000000000000{"created_at":"Mon Dec 28 17:04:56 +0000 2015","id":681521223797452801,"id_str":"681521223797452801","text":"Media test for PostUpdate.","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":35,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"}python-twitter-3.3/testdata/post_upload_chunked_FINAL.json000066400000000000000000000002611311017327200240430ustar00rootroot00000000000000{"image": {"image_type": "image/gif", "h": 270, "w": 500}, "media_id_string": "737956420046356480", "media_id": 737956420046356480, "expires_after_secs": 86400, "size": 2158019}python-twitter-3.3/testdata/post_upload_chunked_INIT.json000066400000000000000000000001461311017327200237570ustar00rootroot00000000000000{"media_id_string": "737956420046356480", "media_id": 737956420046356480, "expires_after_secs": 86400}python-twitter-3.3/testdata/post_upload_media_simple.json000066400000000000000000000002601311017327200241400ustar00rootroot00000000000000{"image": {"w": 500, "h": 500, "image_type": "image/jpeg"}, "media_id_string": "697007311538229248", "media_id": 697007311538229248, "size": 44772, "expires_after_secs": 86400}python-twitter-3.3/testdata/public_timeline.json000066400000000000000000000257651311017327200222640ustar00rootroot00000000000000[ { "created_at": "Sun Jun 03 17:59:37 +0000 2007", "text": "Warcry Blog: Anjas first Birthday: Today was Anjas first birthday, It is insane that a year .. http://tinyurl.com/2x7omb", "id": 89497702, "user": { "name": "Patrik Olterman", "description": "", "location": "Riga", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/2038581/normal/dsc03106.jpg?1180337431", "url": "http://warcry.olterman.se", "id": 2038581, "screen_name": "olterman", "protected": false } }, { "created_at": "Sun Jun 03 18:01:01 +0000 2007", "text": "3am AEST - AWAYE! (Listen Up) - http://tinyurl.com/38nuza", "id": 89497692, "user": { "name": "ABC Radio National", "description": "", "location": "Australia", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3496461/normal/abc.jpg?1176239249", "url": "http://abc.net.au/rn/", "id": 3496461, "screen_name": "abcrn", "protected": false } }, { "created_at": "Sun Jun 03 17:59:36 +0000 2007", "text": "I am going to brush my teeth cuz i just woke up", "id": 89497682, "user": { "name": "alanna esposito", "description": "", "location": "", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3467431/normal/legzz.jpg?1175725871", "url": null, "id": 3467431, "screen_name": "luhhsespino", "protected": false } }, { "created_at": "Sun Jun 03 18:00:58 +0000 2007", "text": "Listening to an old Blur album ('13').", "id": 89497672, "user": { "name": "Lex The Hex", "description": "I love anything geeky, love gadgets, find it very difficult to talk to people.", "location": "North Devon, UK", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/429783/normal/IMAGE_099.jpg?1180813787", "url": "http://brooknet.org", "id": 429783, "screen_name": "lexthehex", "protected": false } }, { "created_at": "Sun Jun 03 18:00:58 +0000 2007", "text": "taking pics of myself 4 my facebook.", "id": 89497662, "user": { "name": "Lexi Jackson", "description": "", "location": "", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/6525642/normal/cute_dog.jpg?1180803976", "url": null, "id": 6525642, "screen_name": "LexiJackson", "protected": false } }, { "created_at": "Sun Jun 03 17:59:33 +0000 2007", "text": "I am getting bored. Wish i could entertain myself. Solution any one?", "id": 89497632, "user": { "name": "Samuel Joos", "description": null, "location": null, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/6517892/normal/datbenik.jpg?1180766995", "url": null, "id": 6517892, "screen_name": "Flashingback", "protected": false } }, { "created_at": "Sun Jun 03 18:00:56 +0000 2007", "text": "@definetheline; STFU!!!!!!", "id": 89497622, "user": { "name": "Alejandro [correa]", "description": "I'm like quicksand. Sandy & quick.", "location": "Miami", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/639343/normal/avatar.jpg?1180748145", "url": "http://flickr.com/photos/alej744", "id": 639343, "screen_name": "alej744", "protected": false } }, { "created_at": "Sun Jun 03 18:00:53 +0000 2007", "text": "Haciendo monstruos", "id": 89497582, "user": { "name": "Jimena Vega", "description": "Vean mis Monstruos: www.monstersncutties.wordpress.com", "location": "M\u00e8xico", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/761245/normal/511658650_2c1e59ce98_t.jpg?1179977645", "url": "http://www.shamballa.fulguris.net", "id": 761245, "screen_name": "shamballa", "protected": false } }, { "created_at": "Sun Jun 03 17:59:29 +0000 2007", "text": "heading to chinatown for roast pork n duck n bubble tea", "id": 89497572, "user": { "name": "Corinne", "description": "", "location": "", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/815054/normal/oops.jpg?1173239376", "url": "http://25cents.wordpress.com", "id": 815054, "screen_name": "xcori", "protected": false } }, { "created_at": "Sun Jun 03 17:59:29 +0000 2007", "text": "I'm actually really enjoying Facebook. The calendars and stuff are very organizational. I'm an organization freak! Perfect for me!", "id": 89497562, "user": { "name": "The Mighty Mommy", "description": "Mommy of Two, Wife of One, Friend to Many!", "location": "Arizona", "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/772523/normal/miimage.jpg?1179497687", "url": "http://mightymommy.qdnow.com", "id": 772523, "screen_name": "MightyMommy", "protected": false } }, { "created_at": "Sun Jun 03 18:00:52 +0000 2007", "text": "Off for tonight, see you tomorrow.", "id": 89497552, "user": { "name": "Benjamin Gauthey", "description": "", "location": "", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3194221/normal/me.jpg?1179996565", "url": "http://www.benjamingauthey.com", "id": 3194221, "screen_name": "benjamingauthey", "protected": false } }, { "created_at": "Sun Jun 03 18:00:52 +0000 2007", "text": "[Blog Updated] Weewar - \u5c0f\u578b\u5728\u7ebf\u5373\u65f6\u6218\u7565\u6e38\u620f http://tinyurl.com/33yfa2", "id": 89497532, "user": { "name": "Lyang", "description": "\"If we lose, then what the hell, at least we died trying...\" Digg On!", "location": "Shanghai.CN", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/5144201/normal/elusive.png?1178901205", "url": "http://a7xorz.blogspot.com", "id": 5144201, "screen_name": "a7xorz", "protected": false } }, { "created_at": "Sun Jun 03 18:00:51 +0000 2007", "text": "[WangTam] Multiverse \u83b7\u6536 400 \u4e07\u7f8e\u5143\u6295\u8d44: Second Life \u7684\u6210\u529f\u5e76\u975e\u5076\u7136\uff0c\u5efa\u7acb\u5728\u865a\u62df\u4e16\u754c\u57fa\u7840\u4e0a\u7684\u793e\u4f1a\u5316\u7f51\u7edc\uff0c\u5176\u5e94\u7528\u8d8a\u6765\u8d8a\u6df1\u5165\u666e\u904d\u7528\u6237\u65e5\u5e38\u7f51\u7edc\u751f\u6d3b\u3002\u4ee5\u540e\u7c7b\u4f3c\u4e8e .. http://tinyurl.com/36j5r6", "id": 89497522, "user": { "name": "\u542f\u7f81", "description": "\u88c5\u50bb\u6bd4\u88c5\u903c\u66f4\u6709\u76ca\u4e8e\u8eab\u5fc3\u5065\u5eb7", "location": "\u714b (Mars)", "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/917171/normal/QeeGi_Radlin.png?1176903251", "url": "http://www.wangtam.com", "id": 917171, "screen_name": "QeeGi", "protected": false } }, { "created_at": "Sun Jun 03 18:00:51 +0000 2007", "text": "Adoring the sublime architecture of the universe, including you.", "id": 89497512, "user": { "name": "Jon", "description": "The millionth monkey.", "location": "A castle. In SPACE!", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/6239122/normal/jonbasscropped2.jpg?1179858686", "url": "http://www.jonglassett.com", "id": 6239122, "screen_name": "jonniejerko", "protected": false } }, { "created_at": "Sun Jun 03 18:00:49 +0000 2007", "text": "\u9154\u3063\u305f\u3002\u5b9f\u306b\u9154\u3063\u305f\u3002\u76ee\u306e\u524d\u306e\u5b9a\u7fa9\u3092\u7c21\u5358\u306b\u65ad\u5b9a\u3059\u308b\u307b\u3069\u9154\u3063\u3066\u3057\u307e\u3063\u305f\uff01", "id": 89497482, "user": { "name": "wazurai", "description": "\u7169\u3046\u4e8b\u3092\u4ed5\u4e8b\u306b\u98df\u3079\u3066\u3044\u3051\u308b\u69d8\u306b\u8abf\u7bc0\u4e2d\u306e\u6bce\u65e5\u3002", "location": "\u65e5\u672c\u306e\u6771\u4eac\u306e\u7acb\u5ddd\u306e\u6771\u3042\u305f\u308a\u3002", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/6464452/normal/382616310_249-1.jpg?1180682927", "url": "http://wazurai.org/", "id": 6464452, "screen_name": "wazurai", "protected": false } }, { "created_at": "Sun Jun 03 18:00:47 +0000 2007", "text": "aaarrrggghhhh...looks like a bad day for air travel.", "id": 89497442, "user": { "name": "Andrew DeVigal", "description": "", "location": "New York, NY", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/626103/normal/andrewdevigal_lores.jpg?1171963676", "url": "http://andrew.devigal.com/", "id": 626103, "screen_name": "drewvigal", "protected": false } }, { "created_at": "Sun Jun 03 18:00:46 +0000 2007", "text": "\u3010\u97d3\u56fd\u3011\u82f1\u8a9e\u304c\u308f\u304b\u3089\u306a\u3044\u3068\u30bf\u30af\u30b7\u30fc\u904b\u8ee2\u624b\u3092\u6bb4\u3063\u305f\u30a2\u30e1\u30ea\u30ab\u4eba\u3092\u5728\u5b85\u8d77\u8a34 http://tinyurl.com/38bhj8", "id": 89497432, "user": { "name": "2NN", "description": "", "location": "", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/5507772/normal/2NN.gif?1177538505", "url": "http://www.2nn.jp/", "id": 5507772, "screen_name": "2NN", "protected": false } }, { "created_at": "Sun Jun 03 18:00:46 +0000 2007", "text": "Why gas prices are so pumped up: Gas experts place the blame for high prices on a national gas shortage .. http://tinyurl.com/ysc8rm", "id": 89497402, "user": { "name": "Netscape", "description": null, "location": null, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/822660/normal/Picture_3.png?1173380596", "url": null, "id": 822660, "screen_name": "Netscape", "protected": false } }, { "created_at": "Sun Jun 03 18:00:45 +0000 2007", "text": "@erfani \u0634\u0646\u06cc\u062f\u0647 \u0628\u0648\u062f\u0645", "id": 89497392, "user": { "name": "Mahdi kazzazi", "description": "", "location": "", "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/5630472/normal/miimage.jpg?1180550654", "url": "http://www.persiandeveloper.com/", "id": 5630472, "screen_name": "MMahdi", "protected": false } }, { "created_at": "Sun Jun 03 18:00:44 +0000 2007", "text": "De a Fried k\u00f6nyve is!", "id": 89497372, "user": { "name": "Balint Sera", "description": null, "location": null, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/5861892/normal/pic.jpg?1178628338", "url": null, "id": 5861892, "screen_name": "damnadm", "protected": false } } ]python-twitter-3.3/testdata/public_timeline_error.json000066400000000000000000000000301311017327200234470ustar00rootroot00000000000000{"error": "test error"} python-twitter-3.3/testdata/ratelimit.json000066400000000000000000000143371311017327200211030ustar00rootroot00000000000000{"resources": {"help": {"/help/privacy": {"limit": 15,"remaining": 15,"reset": 1452254278},"/help/configuration": {"limit": 15,"remaining": 15,"reset": 1452254278},"/help/settings": {"limit": 15,"remaining": 15,"reset": 1452254278},"/help/tos": {"limit": 15,"remaining": 15,"reset": 1452254278},"/help/languages": {"limit": 15,"remaining": 15,"reset": 1452254278}},"favorites": {"/favorites/list": {"limit": 15,"remaining": 15,"reset": 1452254278}},"geo": {"/geo/similar_places": {"limit": 15,"remaining": 15,"reset": 1452254278},"/geo/id/:place_id": {"limit": 47,"remaining": 47,"reset": 1452254278},"/geo/reverse_geocode": {"limit": 15,"remaining": 15,"reset": 1452254278},"/geo/search": {"limit": 15,"remaining": 15,"reset": 1452254278}},"users": {"/users/suggestions/:slug/members": {"limit": 15,"remaining": 15,"reset": 1452254278},"/users/profile_banner": {"limit": 180,"remaining": 180,"reset": 1452254278},"/users/suggestions/:slug": {"limit": 15,"remaining": 15,"reset": 1452254278},"/users/derived_info": {"limit": 15,"remaining": 15,"reset": 1452254278},"/users/show/:id": {"limit": 181,"remaining": 181,"reset": 1452254278},"/users/lookup": {"limit": 180,"remaining": 180,"reset": 1452254278},"/users/search": {"limit": 180,"remaining": 180,"reset": 1452254278},"/users/suggestions": {"limit": 15,"remaining": 15,"reset": 1452254278},"/users/report_spam": {"limit": 15,"remaining": 15,"reset": 1452254278}},"application": {"/application/rate_limit_status": {"limit": 180,"remaining": 177,"reset": 1452253438}},"moments": {"/moments/permissions": {"limit": 300,"remaining": 300,"reset": 1452254278}},"media": {"/media/upload": {"limit": 500,"remaining": 500,"reset": 1452254278}},"followers": {"/followers/ids": {"limit": 15,"remaining": 15,"reset": 1452254278},"/followers/list": {"limit": 15,"remaining": 15,"reset": 1452254278}},"direct_messages": {"/direct_messages/sent_and_received": {"limit": 15,"remaining": 15,"reset": 1452254278},"/direct_messages": {"limit": 15,"remaining": 15,"reset": 1452254278},"/direct_messages/sent": {"limit": 15,"remaining": 15,"reset": 1452254278},"/direct_messages/show": {"limit": 15,"remaining": 15,"reset": 1452254278}},"account": {"/account/login_verification_enrollment": {"limit": 15,"remaining": 15,"reset": 1452254278},"/account/verify_credentials": {"limit": 15,"remaining": 15,"reset": 1452254278},"/account/update_profile": {"limit": 15,"remaining": 15,"reset": 1452254278},"/account/settings": {"limit": 15,"remaining": 15,"reset": 1452254278}},"lists": {"/lists/subscriptions": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/members": {"limit": 180,"remaining": 180,"reset": 1452254278},"/lists/memberships": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/list": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/members/show": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/subscribers": {"limit": 180,"remaining": 180,"reset": 1452254278},"/lists/ownerships": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/show": {"limit": 15,"remaining": 15,"reset": 1452254278},"/lists/statuses": {"limit": 180,"remaining": 180,"reset": 1452254278},"/lists/subscribers/show": {"limit": 15,"remaining": 15,"reset": 1452254278}},"friendships": {"/friendships/no_retweets/ids": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friendships/incoming": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friendships/outgoing": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friendships/lookup": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friendships/show": {"limit": 180,"remaining": 180,"reset": 1452254278}},"saved_searches": {"/saved_searches/list": {"limit": 15,"remaining": 15,"reset": 1452254278},"/saved_searches/destroy/:id": {"limit": 15,"remaining": 15,"reset": 1452254278},"/saved_searches/show/:id": {"limit": 15,"remaining": 15,"reset": 1452254278}},"contacts": {"/contacts/addressbook": {"limit": 300,"remaining": 300,"reset": 1452254278},"/contacts/users_and_uploaded_by": {"limit": 300,"remaining": 300,"reset": 1452254278},"/contacts/delete/status": {"limit": 300,"remaining": 300,"reset": 1452254278},"/contacts/users": {"limit": 300,"remaining": 300,"reset": 1452254278},"/contacts/uploaded_by": {"limit": 300,"remaining": 300,"reset": 1452254278}},"statuses": {"/statuses/retweets_of_me": {"limit": 15,"remaining": 15,"reset": 1452254278},"/statuses/lookup": {"limit": 180,"remaining": 180,"reset": 1452254278},"/statuses/friends": {"limit": 15,"remaining": 15,"reset": 1452254278},"/statuses/retweets/:id": {"limit": 23,"remaining": 23,"reset": 1452254278},"/statuses/mentions_timeline": {"limit": 15,"remaining": 15,"reset": 1452254278},"/statuses/show/:id": {"limit": 180,"remaining": 180,"reset": 1452254278},"/statuses/home_timeline": {"limit": 15,"remaining": 15,"reset": 1452254278},"/statuses/retweeters/ids": {"limit": 15,"remaining": 15,"reset": 1452254278},"/statuses/oembed": {"limit": 180,"remaining": 180,"reset": 1452254278},"/statuses/user_timeline": {"limit": 180,"remaining": 180,"reset": 1452254278}},"mutes": {"/mutes/users/ids": {"limit": 15,"remaining": 15,"reset": 1452254278},"/mutes/users/list": {"limit": 15,"remaining": 15,"reset": 1452254278}},"friends": {"/friends/ids": {"limit": 15,"remaining": 11,"reset": 1452253438},"/friends/following/ids": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friends/following/list": {"limit": 15,"remaining": 15,"reset": 1452254278},"/friends/list": {"limit": 15,"remaining": 15,"reset": 1452254278}},"blocks": {"/blocks/list": {"limit": 15,"remaining": 15,"reset": 1452254278},"/blocks/ids": {"limit": 15,"remaining": 15,"reset": 1452254278}},"search": {"/search/tweets": {"limit": 180,"remaining": 180,"reset": 1452254278}},"trends": {"/trends/place": {"limit": 15,"remaining": 15,"reset": 1452254278},"/trends/available": {"limit": 15,"remaining": 15,"reset": 1452254278},"/trends/closest": {"limit": 15,"remaining": 15,"reset": 1452254278}},"device": {"/device/token": {"limit": 15,"remaining": 15,"reset": 1452254278}},"collections": {"/collections/list": {"limit": 1000,"remaining": 1000,"reset": 1452254278},"/collections/show": {"limit": 1000,"remaining": 1000,"reset": 1452254278},"/collections/entries": {"limit": 1000,"remaining": 1000,"reset": 1452254278}}},"rate_limit_context": {"access_token": "4012966701-SVdwWUOaArQBOsy6UI6ejAIszrsR56uG2wDWDnN"}}python-twitter-3.3/testdata/replies.json000066400000000000000000000075151311017327200205540ustar00rootroot00000000000000[ { "created_at": "Mon Apr 23 06:56:04 +0000 2007", "text": "@dewitt - touche.", "id": 36657062, "user": { "name": "sean coon", "description": "trying to make a living and a difference...", "location": "Greensboro, NC", "url": "http://www.seancoon.org", "id": 677903, "protected": false, "profile_image_url": "http://assets3.twitter.com/system/user/profile_image/677903/normal/sean-85.png?1173252480", "screen_name": "spcoon" } }, { "created_at": "Sat Feb 10 22:26:08 +0000 2007", "text": "@ DeWitt: say hey to Fairway for me", "id": 5418088, "user": { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" } }, { "created_at": "Fri Feb 09 21:24:23 +0000 2007", "text": "@dewitt - imho, \"meme-ish\" would be an excellent definition of the Internet in general. ", "id": 5398801, "user": { "name": "Veronica", "description": "CNET TV host and podcasting diva of Buzz Out Loud", "location": "San Francisco", "url": "http://www.veronicabelmont.com", "id": 10350, "protected": false, "profile_image_url": "http://assets2.twitter.com/system/user/profile_image/10350/normal/mypictr_140x144.jpg?1179253942", "screen_name": "Veronica" } }, { "created_at": "Mon Feb 05 20:13:20 +0000 2007", "text": "@ DeWitt: hahaha - figured as much. only time in NYC in two months and it has to be Valentine's day.", "id": 5327278, "user": { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" } }, { "created_at": "Mon Feb 05 20:03:53 +0000 2007", "text": "@ DeWitt (and world): i'm in the 14th, and probably back out midday the 15th. if valentine's day isn't already spoken for, i'm game.", "id": 5327163, "user": { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" } }, { "created_at": "Mon Feb 05 19:59:46 +0000 2007", "text": "@ DeWitt: what days will you be in NYC?", "id": 5327090, "user": { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" } }, { "created_at": "Wed Jan 31 22:29:38 +0000 2007", "text": "@DeWitt: you'll like it. picked it up this afternoon in non-DRM crap form ;) better than Wincing the Night Away so far, for me", "id": 4895723, "user": { "name": "steve o'grady", "description": "analyst and co-founder of RedMonk", "location": "Denver, CO", "url": "http://redmonk.com/sogrady", "id": 143883, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279", "screen_name": "sogrady" } } ]python-twitter-3.3/testdata/retweet.json000066400000000000000000000013141311017327200205570ustar00rootroot00000000000000{ "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false } }python-twitter-3.3/testdata/retweets_of_me.json000066400000000000000000000011771311017327200221160ustar00rootroot00000000000000[ { "id_str": "253650670274637824", "user": { "id_str": "14364433", "id": 14364433 }, "place": null, "favorited": false, "created_at": "Thu Oct 04 00:20:07 +0000 2012", "coordinates": null, "contributors": null, "retweet_count": 1, "in_reply_to_status_id_str": null, "in_reply_to_user_id_str": null, "retweeted": false, "in_reply_to_screen_name": null, "text": "Can we be done with phone books already?", "truncated": false, "source": "foo", "in_reply_to_user_id": null, "in_reply_to_status_id": null, "id": 253650670274637824, "geo": null } ]python-twitter-3.3/testdata/show-89512102.json000066400000000000000000000013141311017327200207710ustar00rootroot00000000000000{ "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false } }python-twitter-3.3/testdata/show-dewitt.json000066400000000000000000000014451311017327200213630ustar00rootroot00000000000000{ "friends_count": 40, "profile_background_color": "FFFFFF", "name": "DeWitt", "statuses_count": 71, "followers_count": 64, "profile_text_color": "121212", "favourites_count": 2, "profile_link_color": "666666", "description": "Indeterminate things", "location": "San Francisco, CA", "profile_sidebar_fill_color": "CCCCCC", "url": "http://unto.net/", "id": 673483, "profile_sidebar_border_color": "333333", "protected": false, "status": { "created_at": "Sun Jun 03 19:50:23 +0000 2007", "text": "If a theme song played when I walked around all day, I'd want it to be All My Friends by LCD Soundsystem.", "id": 89586072 }, "profile_image_url": "http://assets0.twitter.com/system/user/profile_image/673483/normal/me.jpg?1171965914", "screen_name": "dewitt" }python-twitter-3.3/testdata/status-destroy.json000066400000000000000000000010251311017327200221110ustar00rootroot00000000000000{ "created_at": "Wed Jun 13 17:08:02 +0000 2007", "text": "Just a final test before 0.4 release!", "id": 103208352, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false } } python-twitter-3.3/testdata/update.json000066400000000000000000000013141311017327200203620ustar00rootroot00000000000000{ "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false } }python-twitter-3.3/testdata/update_latlong.json000066400000000000000000000016051311017327200221050ustar00rootroot00000000000000{ "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "geo": { "type": "Point", "coordinates": [ 26.2, 127.5 ] }, "coordinates": { "type": "Point", "coordinates": [ 127.5, 26.2 ] }, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "url": null, "id": 718443, "screen_name": "kesuke", "protected": false } } python-twitter-3.3/testdata/user_timeline-kesuke.json000066400000000000000000000013561311017327200232370ustar00rootroot00000000000000[ { "created_at": "Sun Jun 03 18:15:29 +0000 2007", "text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439", "id": 89512102, "user": { "name": "Kesuke Miyagi", "description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002", "location": "Okinawa, Japan", "url": null, "id": 718443, "protected": false, "profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399", "screen_name": "kesuke" } } ]python-twitter-3.3/testdata/user_timeline.json000066400000000000000000000006521311017327200217500ustar00rootroot00000000000000[ { "user": { "name": "DeWitt", "url": "http://unto.net/", "id": 673483, "description": "Indeterminate things", "screen_name": "dewitt", "location": "San Francisco, CA" }, "text": "\"Select all\" and archive your Gmail inbox. The page loads so much faster!", "id": 4212713, "relative_created_at": "2 days ago", "created_at": "Fri Jan 26 17:28:19 +0000 2007" } ]python-twitter-3.3/testdata/users_lookup.json000066400000000000000000000037061311017327200216410ustar00rootroot00000000000000[{"id":718443,"id_str":"718443","name":"Kesuke Miyagi","screen_name":"kesuke","location":"Okinawa, Japan","description":"\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":22,"friends_count":1,"listed_count":6,"created_at":"Sun Jan 28 06:31:55 +0000 2007","favourites_count":0,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":false,"verified":false,"statuses_count":10,"lang":"en","status":{"created_at":"Mon Jul 07 13:10:40 +0000 2014","id":486135208928751616,"id_str":"486135208928751616","text":"Wax on.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/21525032\/kesuke_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]python-twitter-3.3/testdata/verify_credentials.json000066400000000000000000000073051311017327200227670ustar00rootroot00000000000000{"id":4012966701,"id_str":"4012966701","name":"notinourselves","screen_name":"notinourselves","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":true,"followers_count":1,"friends_count":1,"listed_count":1,"created_at":"Wed Oct 21 23:53:04 +0000 2015","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":67,"lang":"en","status":{"created_at":"Sat Jan 16 21:34:06 +0000 2016","id":688474332406923265,"id_str":"688474332406923265","text":"totally nutz https:\/\/t.co\/cyrpU6X2k3","source":"\u003ca href=\"http:\/\/iseverythingstilltheworst.com\" rel=\"nofollow\"\u003egbtest--notinourselves\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":688474330007732224,"id_str":"688474330007732224","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CY3zwWUWAAA5AIa.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CY3zwWUWAAA5AIa.jpg","url":"https:\/\/t.co\/cyrpU6X2k3","display_url":"pic.twitter.com\/cyrpU6X2k3","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/688474332406923265\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":383,"resize":"fit"},"small":{"w":340,"h":217,"resize":"fit"},"large":{"w":1008,"h":645,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"extended_entities":{"media":[{"id":688474330007732224,"id_str":"688474330007732224","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CY3zwWUWAAA5AIa.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CY3zwWUWAAA5AIa.jpg","url":"https:\/\/t.co\/cyrpU6X2k3","display_url":"pic.twitter.com\/cyrpU6X2k3","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/688474332406923265\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":383,"resize":"fit"},"small":{"w":340,"h":217,"resize":"fit"},"large":{"w":1008,"h":645,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}},{"id":688474331245088773,"id_str":"688474331245088773","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CY3zwa7WkAUJ39K.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CY3zwa7WkAUJ39K.jpg","url":"https:\/\/t.co\/cyrpU6X2k3","display_url":"pic.twitter.com\/cyrpU6X2k3","expanded_url":"http:\/\/twitter.com\/notinourselves\/status\/688474332406923265\/photo\/1","type":"photo","sizes":{"medium":{"w":100,"h":100,"resize":"fit"},"thumb":{"w":100,"h":100,"resize":"crop"},"small":{"w":100,"h":100,"resize":"fit"},"large":{"w":100,"h":100,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"de"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":true,"following":false,"follow_request_sent":false,"notifications":false}python-twitter-3.3/tests/000077500000000000000000000000001311017327200155375ustar00rootroot00000000000000python-twitter-3.3/tests/test_api.py000066400000000000000000000333561311017327200177330ustar00rootroot00000000000000# encoding: utf-8 import os import time import urllib import unittest import twitter CONSUMER_KEY = os.getenv('CONSUMER_KEY', None) CONSUMER_SECRET = os.getenv('CONSUMER_SECRET', None) ACCESS_TOKEN_KEY = os.getenv('ACCESS_TOKEN_KEY', None) ACCESS_TOKEN_SECRET = os.getenv('ACCESS_TOKEN_SECRET', None) @unittest.skipIf(not CONSUMER_KEY and not CONSUMER_SECRET, "No tokens provided") class ApiTest(unittest.TestCase): def setUp(self): self._urllib = MockUrllib() time.sleep(15) api = twitter.Api(consumer_key=CONSUMER_SECRET, consumer_secret=CONSUMER_SECRET, access_token_key=ACCESS_TOKEN_KEY, access_token_secret=ACCESS_TOKEN_SECRET, cache=None) api.SetUrllib(self._urllib) self._api = api print("Testing the API class. This test is time controlled") def testTwitterError(self): '''Test that twitter responses containing an error message are wrapped.''' self._AddHandler('https://api.twitter.com/1.1/statuses/user_timeline.json', curry(self._OpenTestData, 'public_timeline_error.json')) # Manually try/catch so we can check the exception's value try: self._api.GetUserTimeline() except twitter.TwitterError as error: # If the error message matches, the test passes self.assertEqual('test error', error.message) else: self.fail('TwitterError expected') def testGetUserTimeline(self): '''Test the twitter.Api GetUserTimeline method''' time.sleep(8) print('Testing GetUserTimeline') self._AddHandler('https://api.twitter.com/1.1/statuses/user_timeline.json?count=1&screen_name=kesuke', curry(self._OpenTestData, 'user_timeline-kesuke.json')) statuses = self._api.GetUserTimeline(screen_name='kesuke', count=1) # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(89512102, statuses[0].id) self.assertEqual(718443, statuses[0].user.id) # def testGetFriendsTimeline(self): # '''Test the twitter.Api GetFriendsTimeline method''' # self._AddHandler('https://api.twitter.com/1.1/statuses/friends_timeline/kesuke.json', # curry(self._OpenTestData, 'friends_timeline-kesuke.json')) # statuses = self._api.GetFriendsTimeline('kesuke') # # This is rather arbitrary, but spot checking is better than nothing # self.assertEqual(20, len(statuses)) # self.assertEqual(718443, statuses[0].user.id) def testGetStatus(self): '''Test the twitter.Api GetStatus method''' time.sleep(8) print('Testing GetStatus') self._AddHandler('https://api.twitter.com/1.1/statuses/show.json?include_my_retweet=1&id=89512102', curry(self._OpenTestData, 'show-89512102.json')) status = self._api.GetStatus(89512102) self.assertEqual(89512102, status.id) self.assertEqual(718443, status.user.id) def testDestroyStatus(self): '''Test the twitter.Api DestroyStatus method''' time.sleep(8) print('Testing DestroyStatus') self._AddHandler('https://api.twitter.com/1.1/statuses/destroy/103208352.json', curry(self._OpenTestData, 'status-destroy.json')) status = self._api.DestroyStatus(103208352) self.assertEqual(103208352, status.id) def testPostUpdate(self): '''Test the twitter.Api PostUpdate method''' time.sleep(8) print('Testing PostUpdate') self._AddHandler('https://api.twitter.com/1.1/statuses/update.json', curry(self._OpenTestData, 'update.json')) status = self._api.PostUpdate(u'Моё судно на воздушной подушке полно угрей'.encode('utf8')) # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(u'Моё судно на воздушной подушке полно угрей', status.text) def testPostRetweet(self): '''Test the twitter.Api PostRetweet method''' time.sleep(8) print('Testing PostRetweet') self._AddHandler('https://api.twitter.com/1.1/statuses/retweet/89512102.json', curry(self._OpenTestData, 'retweet.json')) status = self._api.PostRetweet(89512102) self.assertEqual(89512102, status.id) def testPostUpdateLatLon(self): '''Test the twitter.Api PostUpdate method, when used in conjunction with latitude and longitude''' time.sleep(8) print('Testing PostUpdateLatLon') self._AddHandler('https://api.twitter.com/1.1/statuses/update.json', curry(self._OpenTestData, 'update_latlong.json')) # test another update with geo parameters, again test somewhat arbitrary status = self._api.PostUpdate(u'Моё судно на воздушной подушке полно угрей'.encode('utf8'), latitude=54.2, longitude=-2) self.assertEqual(u'Моё судно на воздушной подушке полно угрей', status.text) self.assertEqual(u'Point', status.GetGeo()['type']) self.assertEqual(26.2, status.GetGeo()['coordinates'][0]) self.assertEqual(127.5, status.GetGeo()['coordinates'][1]) def testGetReplies(self): '''Test the twitter.Api GetReplies method''' time.sleep(8) print('Testing GetReplies') self._AddHandler('https://api.twitter.com/1.1/statuses/user_timeline.json', curry(self._OpenTestData, 'replies.json')) statuses = self._api.GetReplies() self.assertEqual(36657062, statuses[0].id) def testGetRetweetsOfMe(self): '''Test the twitter.API GetRetweetsOfMe method''' time.sleep(8) print('Testing GetRetweetsOfMe') self._AddHandler('https://api.twitter.com/1.1/statuses/retweets_of_me.json', curry(self._OpenTestData, 'retweets_of_me.json')) retweets = self._api.GetRetweetsOfMe() self.assertEqual(253650670274637824, retweets[0].id) def testGetFriends(self): '''Test the twitter.Api GetFriends method''' time.sleep(8) print('Testing GetFriends') self._AddHandler('https://api.twitter.com/1.1/friends/list.json?cursor=123', curry(self._OpenTestData, 'friends.json')) users = self._api.GetFriends(cursor=123) buzz = [u.status for u in users if u.screen_name == 'buzz'] self.assertEqual(89543882, buzz[0].id) def testGetFollowers(self): '''Test the twitter.Api GetFollowers method''' time.sleep(8) print('Testing GetFollowers') self._AddHandler('https://api.twitter.com/1.1/followers/list.json?cursor=-1', curry(self._OpenTestData, 'followers.json')) users = self._api.GetFollowers() # This is rather arbitrary, but spot checking is better than nothing alexkingorg = [u.status for u in users if u.screen_name == 'alexkingorg'] self.assertEqual(89554432, alexkingorg[0].id) # def testGetFeatured(self): # '''Test the twitter.Api GetFeatured method''' # self._AddHandler('https://api.twitter.com/1.1/statuses/featured.json', # curry(self._OpenTestData, 'featured.json')) # users = self._api.GetFeatured() # # This is rather arbitrary, but spot checking is better than nothing # stevenwright = [u.status for u in users if u.screen_name == 'stevenwright'] # self.assertEqual(86991742, stevenwright[0].id) def testGetDirectMessages(self): '''Test the twitter.Api GetDirectMessages method''' time.sleep(8) print('Testing GetDirectMessages') self._AddHandler('https://api.twitter.com/1.1/direct_messages.json', curry(self._OpenTestData, 'direct_messages.json')) statuses = self._api.GetDirectMessages() self.assertEqual(u'A légpárnás hajóm tele van angolnákkal.', statuses[0].text) def testPostDirectMessage(self): '''Test the twitter.Api PostDirectMessage method''' time.sleep(8) print('Testing PostDirectMessage') self._AddHandler('https://api.twitter.com/1.1/direct_messages/new.json', curry(self._OpenTestData, 'direct_messages-new.json')) status = self._api.PostDirectMessage('test', u'Моё судно на воздушной подушке полно угрей'.encode('utf8')) # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(u'Моё судно на воздушной подушке полно угрей', status.text) def testDestroyDirectMessage(self): '''Test the twitter.Api DestroyDirectMessage method''' time.sleep(8) print('Testing DestroyDirectMessage') self._AddHandler('https://api.twitter.com/1.1/direct_messages/destroy.json', curry(self._OpenTestData, 'direct_message-destroy.json')) status = self._api.DestroyDirectMessage(3496342) # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(673483, status.sender_id) def testCreateFriendship(self): '''Test the twitter.Api CreateFriendship method''' time.sleep(8) print('Testing CreateFriendship') self._AddHandler('https://api.twitter.com/1.1/friendships/create.json', curry(self._OpenTestData, 'friendship-create.json')) user = self._api.CreateFriendship('dewitt') # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(673483, user.id) def testDestroyFriendship(self): '''Test the twitter.Api DestroyFriendship method''' time.sleep(8) print('Testing Destroy Friendship') self._AddHandler('https://api.twitter.com/1.1/friendships/destroy.json', curry(self._OpenTestData, 'friendship-destroy.json')) user = self._api.DestroyFriendship('dewitt') # This is rather arbitrary, but spot checking is better than nothing self.assertEqual(673483, user.id) def testGetUser(self): '''Test the twitter.Api GetUser method''' time.sleep(8) print('Testing GetUser') self._AddHandler('https://api.twitter.com/1.1/users/show.json?user_id=dewitt', curry(self._OpenTestData, 'show-dewitt.json')) user = self._api.GetUser('dewitt') self.assertEqual('dewitt', user.screen_name) self.assertEqual(89586072, user.status.id) def _AddHandler(self, url, callback): self._urllib.AddHandler(url, callback) def _GetTestDataPath(self, filename): directory = os.path.dirname(os.path.abspath(__file__)) test_data_dir = os.path.join(directory, 'testdata') return os.path.join(test_data_dir, filename) def _OpenTestData(self, filename): f = open(self._GetTestDataPath(filename)) # make sure that the returned object contains an .info() method: # headers are set to {} return urllib.addinfo(f, {}) class MockUrllib(object): '''A mock replacement for urllib that hardcodes specific responses.''' def __init__(self): self._handlers = {} self.HTTPBasicAuthHandler = MockHTTPBasicAuthHandler def AddHandler(self, url, callback): self._handlers[url] = callback def build_opener(self, *handlers): return MockOpener(self._handlers) def HTTPHandler(self, *args, **kwargs): return None def HTTPSHandler(self, *args, **kwargs): return None def OpenerDirector(self): return self.build_opener() def ProxyHandler(self, *args, **kwargs): return None class MockOpener(object): '''A mock opener for urllib''' def __init__(self, handlers): self._handlers = handlers self._opened = False def open(self, url, data=None): if self._opened: raise Exception('MockOpener already opened.') # Remove parameters from URL - they're only added by oauth and we # don't want to test oauth if '?' in url: # We split using & and filter on the beginning of each key # This is crude but we have to keep the ordering for now (url, qs) = url.split('?') tokens = [token for token in qs.split('&') if not token.startswith('oauth')] if len(tokens) > 0: url = "%s?%s" % (url, '&'.join(tokens)) if url in self._handlers: self._opened = True return self._handlers[url]() else: print(url) print(self._handlers) raise Exception('Unexpected URL %s (Checked: %s)' % (url, self._handlers)) def add_handler(self, *args, **kwargs): pass def close(self): if not self._opened: raise Exception('MockOpener closed before it was opened.') self._opened = False class curry(object): # http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52549 def __init__(self, fun, *args, **kwargs): self.fun = fun self.pending = args[:] self.kwargs = kwargs.copy() def __call__(self, *args, **kwargs): if kwargs and self.kwargs: kw = self.kwargs.copy() kw.update(kwargs) else: kw = kwargs or self.kwargs return self.fun(*(self.pending + args), **kw) class MockHTTPBasicAuthHandler(object): '''A mock replacement for HTTPBasicAuthHandler''' def add_password(self, realm, uri, user, passwd): # TODO(dewitt): Add verification that the proper args are passed pass python-twitter-3.3/tests/test_api_30.py000066400000000000000000002050541311017327200202310ustar00rootroot00000000000000# encoding: utf-8 from __future__ import unicode_literals, print_function import json import os import re import sys from tempfile import NamedTemporaryFile import unittest try: from unittest.mock import patch except ImportError: from mock import patch import warnings import twitter import responses from responses import GET, POST warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') class ErrNull(object): """ Suppress output of tests while writing to stdout or stderr. This just takes in data and does nothing with it. """ def write(self, data): pass class ApiTest(unittest.TestCase): def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False, chunk_size=500 * 1024) self.base_url = 'https://api.twitter.com/1.1' self._stderr = sys.stderr sys.stderr = ErrNull() def tearDown(self): sys.stderr = self._stderr pass def testApiSetUp(self): self.assertRaises( twitter.TwitterError, lambda: twitter.Api(consumer_key='test')) def testSetAndClearCredentials(self): api = twitter.Api() api.SetCredentials(consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test') self.assertEqual(api._consumer_key, 'test') self.assertEqual(api._consumer_secret, 'test') self.assertEqual(api._access_token_key, 'test') self.assertEqual(api._access_token_secret, 'test') api.ClearCredentials() self.assertFalse(all([ api._consumer_key, api._consumer_secret, api._access_token_key, api._access_token_secret ])) @responses.activate def testApiRaisesAuthErrors(self): responses.add(GET, DEFAULT_URL, body='') api = twitter.Api() api.SetCredentials(consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test') api._Api__auth = None self.assertRaises(twitter.TwitterError, lambda: api.GetFollowers()) @responses.activate def testGetHelpConfiguration(self): with open('testdata/get_help_configuration.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetHelpConfiguration() self.assertEqual(resp.get('short_url_length_https'), 23) @responses.activate def testGetShortUrlLength(self): with open('testdata/get_help_configuration.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetShortUrlLength() self.assertEqual(resp, 23) resp = self.api.GetShortUrlLength(https=True) self.assertEqual(resp, 23) @responses.activate def testGetSearch(self): with open('testdata/get_search.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSearch(term='python') self.assertEqual(len(resp), 1) self.assertTrue(type(resp[0]), twitter.Status) self.assertEqual(resp[0].id, 674342688083283970) self.assertRaises( twitter.TwitterError, lambda: self.api.GetSearch(since_id='test')) self.assertRaises( twitter.TwitterError, lambda: self.api.GetSearch(max_id='test')) self.assertRaises( twitter.TwitterError, lambda: self.api.GetSearch(term='test', count='test')) self.assertFalse(self.api.GetSearch()) @responses.activate def testGetSeachRawQuery(self): with open('testdata/get_search_raw.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSearch(raw_query="q=twitter%20&result_type=recent&since=2014-07-19&count=100") self.assertTrue([type(status) is twitter.Status for status in resp]) self.assertTrue(['twitter' in status.text for status in resp]) @responses.activate def testGetSearchGeocode(self): with open('testdata/get_search_geocode.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSearch( term="python", geocode=('37.781157', '-122.398720', '100mi')) status = resp[0] self.assertTrue(status, twitter.Status) self.assertTrue(status.geo) self.assertEqual(status.geo['type'], 'Point') resp = self.api.GetSearch( term="python", geocode=('37.781157,-122.398720,100mi')) status = resp[0] self.assertTrue(status, twitter.Status) self.assertTrue(status.geo) @responses.activate def testGetUsersSearch(self): with open('testdata/get_users_search.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUsersSearch(term='python') self.assertEqual(type(resp[0]), twitter.User) self.assertEqual(len(resp), 20) self.assertEqual(resp[0].id, 63873759) self.assertRaises(twitter.TwitterError, lambda: self.api.GetUsersSearch(term='python', count='test')) @responses.activate def testGetTrendsCurrent(self): with open('testdata/get_trends_current.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetTrendsCurrent() self.assertTrue(type(resp[0]) is twitter.Trend) @responses.activate def testGetHomeTimeline(self): with open('testdata/get_home_timeline.json') as f: resp_data = f.read() responses.add( GET, 'https://api.twitter.com/1.1/statuses/home_timeline.json?tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetHomeTimeline() status = resp[0] self.assertEqual(type(status), twitter.Status) self.assertEqual(status.id, 674674925823787008) self.assertRaises( twitter.TwitterError, lambda: self.api.GetHomeTimeline(count='literally infinity')) self.assertRaises( twitter.TwitterError, lambda: self.api.GetHomeTimeline(count=4000)) self.assertRaises( twitter.TwitterError, lambda: self.api.GetHomeTimeline(max_id='also infinity')) self.assertRaises(twitter.TwitterError, lambda: self.api.GetHomeTimeline( since_id='still infinity')) @responses.activate def testGetHomeTimelineWithExclusions(self): with open('testdata/get_home_timeline.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) self.assertTrue(self.api.GetHomeTimeline(count=100, trim_user=True, max_id=674674925823787008)) @responses.activate def testGetUserTimelineByUserID(self): with open('testdata/get_user_timeline.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) resp = self.api.GetUserTimeline(user_id=673483) self.assertTrue(type(resp[0]) is twitter.Status) self.assertTrue(type(resp[0].user) is twitter.User) self.assertEqual(resp[0].user.id, 673483) @responses.activate def testGetUserTimelineByScreenName(self): with open('testdata/get_user_timeline.json') as f: resp_data = f.read() responses.add( GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUserTimeline(screen_name='dewitt') self.assertEqual(resp[0].id, 675055636267298821) self.assertTrue(resp) @responses.activate def testGetRetweets(self): with open('testdata/get_retweets.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetRetweets(statusid=397) self.assertTrue(type(resp[0]) is twitter.Status) self.assertTrue(type(resp[0].user) is twitter.User) @responses.activate def testGetRetweetsCount(self): with open('testdata/get_retweets_count.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetRetweets(statusid=312, count=63) self.assertTrue(len(resp), 63) @responses.activate def testGetRetweeters(self): with open('testdata/get_retweeters.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetRetweeters(status_id=397) self.assertTrue(type(resp) is list) self.assertTrue(type(resp[0]) is int) @responses.activate def testGetBlocks(self): with open('testdata/get_blocks_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/blocks/list.json?cursor=-1&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) with open('testdata/get_blocks_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/blocks/list.json?cursor=1524574483549312671&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetBlocks() self.assertTrue( isinstance(resp, list), "Expected resp type to be list, got {0}".format(type(resp))) self.assertTrue( isinstance(resp[0], twitter.User), "Expected type of first obj in resp to be twitter.User, got {0}".format( type(resp[0]))) self.assertEqual( len(resp), 2, "Expected len of resp to be 2, got {0}".format(len(resp))) self.assertEqual( resp[0].screen_name, 'RedScareBot', "Expected screen_name of 1st blocked user to be RedScareBot, was {0}".format( resp[0].screen_name)) self.assertEqual( resp[0].screen_name, 'RedScareBot', "Expected screen_name of 2nd blocked user to be RedScareBot, was {0}".format( resp[0].screen_name)) @responses.activate def testGetBlocksPaged(self): with open('testdata/get_blocks_1.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) ncur, pcur, resp = self.api.GetBlocksPaged(cursor=1524574483549312671) self.assertTrue( isinstance(resp, list), "Expected list, got {0}".format(type(resp))) self.assertTrue( isinstance(resp[0], twitter.User), "Expected twitter.User, got {0}".format(type(resp[0]))) self.assertEqual( len(resp), 1, "Expected len of resp to be 1, got {0}".format(len(resp))) self.assertEqual( resp[0].screen_name, 'RedScareBot', "Expected username of blocked user to be RedScareBot, got {0}".format( resp[0].screen_name)) @responses.activate def testGetBlocksIDs(self): with open('testdata/get_blocks_ids_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/blocks/ids.json?cursor=-1&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) with open('testdata/get_blocks_ids_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/blocks/ids.json?cursor=1524566179872860311&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetBlocksIDs() self.assertTrue( isinstance(resp, list), "Expected list, got {0}".format(type(resp))) self.assertTrue( isinstance(resp[0], int), "Expected list, got {0}".format(type(resp))) self.assertEqual( len(resp), 2, "Expected len of resp to be 2, got {0}".format(len(resp))) @responses.activate def testGetBlocksIDsPaged(self): with open('testdata/get_blocks_ids_1.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) _, _, resp = self.api.GetBlocksIDsPaged(cursor=1524566179872860311) self.assertTrue( isinstance(resp, list), "Expected list, got {0}".format(type(resp))) self.assertTrue( isinstance(resp[0], int), "Expected list, got {0}".format(type(resp))) self.assertEqual( len(resp), 1, "Expected len of resp to be 1, got {0}".format(len(resp))) @responses.activate def testGetFriendIDs(self): # First request for first 5000 friends with open('testdata/get_friend_ids_0.json') as f: resp_data = f.read() responses.add( GET, 'https://api.twitter.com/1.1/friends/ids.json?count=5000&cursor=-1&stringify_ids=False&screen_name=EricHolthaus&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) # Second (last) request for remaining friends with open('testdata/get_friend_ids_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/friends/ids.json?stringify_ids=False&count=5000&cursor=1417903878302254556&screen_name=EricHolthaus&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetFriendIDs(screen_name='EricHolthaus') self.assertTrue(type(resp) is list) self.assertEqual(len(resp), 6452) self.assertTrue(type(resp[0]) is int) # Error checking self.assertRaises( twitter.TwitterError, lambda: self.api.GetFriendIDs(total_count='infinity')) @responses.activate def testGetFriendIDsPaged(self): with open('testdata/get_friend_ids_0.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) ncursor, pcursor, resp = self.api.GetFriendIDsPaged(screen_name='EricHolthaus') self.assertLessEqual(len(resp), 5000) self.assertTrue(ncursor) self.assertFalse(pcursor) @responses.activate def testGetFriendsPaged(self): with open('testdata/get_friends_paged.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) ncursor, pcursor, resp = self.api.GetFriendsPaged(screen_name='codebear', count=200) self.assertEqual(ncursor, 1494734862149901956) self.assertEqual(pcursor, 0) self.assertEqual(len(resp), 200) self.assertTrue(type(resp[0]) is twitter.User) @responses.activate def testGetFriendsPagedUID(self): with open('testdata/get_friends_paged_uid.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) ncursor, pcursor, resp = self.api.GetFriendsPaged(user_id=12, count=200) self.assertEqual(ncursor, 1510410423140902959) self.assertEqual(pcursor, 0) self.assertEqual(len(resp), 200) self.assertTrue(type(resp[0]) is twitter.User) @responses.activate def testGetFriendsAdditionalParams(self): with open('testdata/get_friends_paged_additional_params.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) ncursor, pcursor, resp = self.api.GetFriendsPaged(user_id=12, count=200, skip_status=True, include_user_entities=True) self.assertEqual(ncursor, 1510492845088954664) self.assertEqual(pcursor, 0) self.assertEqual(len(resp), 200) self.assertTrue(type(resp[0]) is twitter.User) @responses.activate def testGetFriends(self): """ This is tedious, but the point is to add a responses endpoint for each call that GetFriends() is going to make against the API and have it return the appropriate json data. """ cursor = -1 for i in range(0, 5): with open('testdata/get_friends_{0}.json'.format(i)) as f: resp_data = f.read() endpoint = 'https://api.twitter.com/1.1/friends/list.json?count=200&tweet_mode=compat&include_user_entities=True&screen_name=codebear&skip_status=False&cursor={0}'.format(cursor) responses.add(GET, endpoint, body=resp_data, match_querystring=True) cursor = json.loads(resp_data)['next_cursor'] resp = self.api.GetFriends(screen_name='codebear') self.assertEqual(len(resp), 819) @responses.activate def testGetFriendsWithLimit(self): with open('testdata/get_friends_0.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetFriends(screen_name='codebear', total_count=200) self.assertEqual(len(resp), 200) def testFriendsErrorChecking(self): self.assertRaises( twitter.TwitterError, lambda: self.api.GetFriends(screen_name='jack', total_count='infinity')) self.assertRaises( twitter.TwitterError, lambda: self.api.GetFriendsPaged(screen_name='jack', count='infinity')) @responses.activate def testGetFollowersIDs(self): # First request for first 5000 followers with open('testdata/get_follower_ids_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/followers/ids.json?tweet_mode=compat&cursor=-1&stringify_ids=False&count=5000&screen_name=GirlsMakeGames', body=resp_data, match_querystring=True, status=200) # Second (last) request for remaining followers with open('testdata/get_follower_ids_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/followers/ids.json?tweet_mode=compat&count=5000&screen_name=GirlsMakeGames&cursor=1482201362283529597&stringify_ids=False', body=resp_data, match_querystring=True, status=200) resp = self.api.GetFollowerIDs(screen_name='GirlsMakeGames') self.assertTrue(type(resp) is list) self.assertEqual(len(resp), 7885) self.assertTrue(type(resp[0]) is int) # Error checking self.assertRaises( twitter.TwitterError, lambda: self.api.GetFollowerIDs(total_count='infinity')) @responses.activate def testGetFollowers(self): # First request for first 200 followers with open('testdata/get_followers_0.json') as f: resp_data = f.read() responses.add( responses.GET, '{base_url}/followers/list.json?tweet_mode=compat&include_user_entities=True&count=200&screen_name=himawari8bot&skip_status=False&cursor=-1'.format( base_url=self.api.base_url), body=resp_data, match_querystring=True, status=200) # Second (last) request for remaining followers with open('testdata/get_followers_1.json') as f: resp_data = f.read() responses.add( responses.GET, '{base_url}/followers/list.json?tweet_mode=compat&include_user_entities=True&skip_status=False&count=200&screen_name=himawari8bot&cursor=1516850034842747602'.format( base_url=self.api.base_url), body=resp_data, match_querystring=True, status=200) resp = self.api.GetFollowers(screen_name='himawari8bot') self.assertTrue(type(resp) is list) self.assertTrue(type(resp[0]) is twitter.User) self.assertEqual(len(resp), 335) @responses.activate def testGetFollowersPaged(self): with open('testdata/get_followers_0.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) ncursor, pcursor, resp = self.api.GetFollowersPaged(screen_name='himawari8bot') self.assertTrue(type(resp) is list) self.assertTrue(type(resp[0]) is twitter.User) self.assertEqual(len(resp), 200) @responses.activate def testGetFollowerIDsPaged(self): with open('testdata/get_follower_ids_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/followers/ids.json?tweet_mode=compat&count=5000&stringify_ids=False&cursor=-1&screen_name=himawari8bot', body=resp_data, match_querystring=True, status=200) ncursor, pcursor, resp = self.api.GetFollowerIDsPaged( screen_name='himawari8bot') self.assertTrue(type(resp) is list) self.assertTrue(type(resp[0]) is int) self.assertEqual(len(resp), 5000) with open('testdata/get_follower_ids_stringify.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/followers/ids.json?tweet_mode=compat&count=5000&stringify_ids=True&user_id=12&cursor=-1', body=resp_data, match_querystring=True, status=200) ncursor, pcursor, resp = self.api.GetFollowerIDsPaged( user_id=12, stringify_ids=True) self.assertTrue(type(resp) is list) if sys.version_info.major >= 3: self.assertTrue(type(resp[0]) is str) else: self.assertTrue(type(resp[0]) is unicode) self.assertEqual(len(resp), 5000) @responses.activate def testUsersLookup(self): with open('testdata/users_lookup.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.UsersLookup(user_id=[718443]) self.assertTrue(type(resp) is list) self.assertEqual(len(resp), 1) user = resp[0] self.assertTrue(type(user) is twitter.User) self.assertEqual(user.screen_name, 'kesuke') self.assertEqual(user.id, 718443) @responses.activate def testGetUser(self): with open('testdata/get_user.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUser(user_id=718443) self.assertTrue(type(resp) is twitter.User) self.assertEqual(resp.screen_name, 'kesuke') self.assertEqual(resp.id, 718443) @responses.activate def testGetDirectMessages(self): with open('testdata/get_direct_messages.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetDirectMessages() self.assertTrue(type(resp) is list) direct_message = resp[0] self.assertTrue(type(direct_message) is twitter.DirectMessage) self.assertEqual(direct_message.id, 678629245946433539) @responses.activate def testGetSentDirectMessages(self): with open('testdata/get_sent_direct_messages.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSentDirectMessages() self.assertTrue(type(resp) is list) direct_message = resp[0] self.assertTrue(type(direct_message) is twitter.DirectMessage) self.assertEqual(direct_message.id, 678629283007303683) self.assertTrue([dm.sender_screen_name == 'notinourselves' for dm in resp]) @responses.activate def testGetFavorites(self): with open('testdata/get_favorites.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetFavorites() self.assertTrue(type(resp) is list) fav = resp[0] self.assertEqual(fav.id, 677180133447372800) self.assertIn("Extremely", fav.text) @responses.activate def testGetMentions(self): with open('testdata/get_mentions.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetMentions() self.assertTrue(type(resp) is list) self.assertTrue([type(mention) is twitter.Status for mention in resp]) self.assertEqual(resp[0].id, 676148312349609985) @responses.activate def testGetListTimeline(self): with open('testdata/get_list_timeline.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetListTimeline(list_id=None, slug='space-bots', owner_screen_name='inky') self.assertTrue(type(resp) is list) self.assertTrue([type(status) is twitter.Status for status in resp]) self.assertEqual(resp[0].id, 693191602957852676) self.assertRaises( twitter.TwitterError, lambda: self.api.GetListTimeline( list_id=None, slug=None, owner_id=None)) self.assertRaises( twitter.TwitterError, lambda: self.api.GetListTimeline( list_id=None, slug=None, owner_screen_name=None)) @responses.activate def testPostUpdate(self): with open('testdata/post_update.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/statuses/update.json', body=resp_data, status=200) post = self.api.PostUpdate( status="blah Longitude coordinate of the tweet in degrees.") self.assertTrue(type(post) is twitter.Status) self.assertEqual( post.text, "blah Longitude coordinate of the tweet in degrees.") self.assertTrue(post.geo is None) self.assertEqual(post.user.screen_name, 'notinourselves') @responses.activate def testPostUpdateExtraParams(self): with open('testdata/post_update_extra_params.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/statuses/update.json', body=resp_data, status=200) post = self.api.PostUpdate( status="Not a dupe. Longitude coordinate of the tweet in degrees.", in_reply_to_status_id=681496308251754496, latitude=37.781157, longitude=-122.398720, place_id="1", display_coordinates=True, trim_user=True) self.assertEqual(post.in_reply_to_status_id, 681496308251754496) self.assertIsNotNone(post.coordinates) @responses.activate def testVerifyCredentials(self): with open('testdata/verify_credentials.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.VerifyCredentials() self.assertEqual(type(resp), twitter.User) self.assertEqual(resp.name, 'notinourselves') @responses.activate def testVerifyCredentialsIncludeEmail(self): with open('testdata/get_verify_credentials_include_email.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.VerifyCredentials(skip_status=True, include_email=True) self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.email, 'test@example.com') @responses.activate def testUpdateBanner(self): responses.add( POST, '{0}/account/update_profile_banner.json'.format(self.api.base_url), body=b'', status=201 ) resp = self.api.UpdateBanner(image='testdata/168NQ.jpg') self.assertTrue(resp) @responses.activate def testUpdateBanner422Error(self): responses.add( POST, '{0}/account/update_profile_banner.json'.format(self.api.base_url), body=b'', status=422 ) self.assertRaises( twitter.TwitterError, lambda: self.api.UpdateBanner(image='testdata/168NQ.jpg') ) try: self.api.UpdateBanner(image='testdata/168NQ.jpg') except twitter.TwitterError as e: self.assertTrue("The image could not be resized or is too large." in str(e)) @responses.activate def testUpdateBanner400Error(self): responses.add( POST, '{0}/account/update_profile_banner.json'.format(self.api.base_url), body=b'', status=400 ) try: self.api.UpdateBanner(image='testdata/168NQ.jpg') except twitter.TwitterError as e: self.assertTrue("Image data could not be processed" in str(e)) @responses.activate def testGetMemberships(self): with open('testdata/get_memberships.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetMemberships() self.assertTrue(type(resp) is list) self.assertTrue([type(lst) is twitter.List for lst in resp]) self.assertEqual(resp[0].id, 210635540) @responses.activate def testGetListsList(self): with open('testdata/get_lists_list.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/list.json?tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListsList() self.assertTrue(type(resp) is list) self.assertTrue([type(lst) is twitter.List for lst in resp]) self.assertEqual(resp[0].id, 189643778) with open('testdata/get_lists_list_screen_name.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/list.json?tweet_mode=compat&screen_name=inky', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListsList(screen_name='inky') self.assertTrue(type(resp) is list) self.assertTrue([type(lst) is twitter.List for lst in resp]) self.assertEqual(resp[0].id, 224581495) with open('testdata/get_lists_list_user_id.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/list.json?tweet_mode=compat&user_id=13148', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListsList(user_id=13148) self.assertTrue(type(resp) is list) self.assertTrue([type(lst) is twitter.List for lst in resp]) self.assertEqual(resp[0].id, 224581495) @responses.activate def testGetLists(self): with open('testdata/get_lists.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetLists() self.assertTrue(resp) lst = resp[0] self.assertEqual(lst.id, 229581524) self.assertTrue(type(lst), twitter.List) self.assertEqual(lst.full_name, "@notinourselves/test") self.assertEqual(lst.slug, "test") @responses.activate def testGetListMembers(self): with open('testdata/get_list_members_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/members.json?count=100&include_entities=False&skip_status=False&list_id=93527328&cursor=-1&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) with open('testdata/get_list_members_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/members.json?list_id=93527328&skip_status=False&include_entities=False&count=100&tweet_mode=compat&cursor=4611686020936348428', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListMembers(list_id=93527328) self.assertTrue(type(resp[0]) is twitter.User) self.assertEqual(resp[0].id, 4048395140) @responses.activate def testGetListMembersPaged(self): with open('testdata/get_list_members_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/members.json?count=100&include_entities=True&cursor=4611686020936348428&list_id=93527328&skip_status=False&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListMembersPaged(list_id=93527328, cursor=4611686020936348428) self.assertTrue([isinstance(u, twitter.User) for u in resp]) with open('testdata/get_list_members_extra_params.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/members.json?count=100&tweet_mode=compat&cursor=4611686020936348428&list_id=93527328&skip_status=True&include_entities=False', body=resp_data, match_querystring=True, status=200) _, _, resp = self.api.GetListMembersPaged(list_id=93527328, cursor=4611686020936348428, skip_status=True, include_entities=False, count=100) self.assertFalse(resp[0].status) @responses.activate def testGetListTimeline(self): with open('testdata/get_list_timeline.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/statuses.json?&list_id=229581524&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListTimeline(list_id=229581524) self.assertTrue(type(resp[0]) is twitter.Status) with open('testdata/get_list_timeline_max_since.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/statuses.json?owner_screen_name=notinourselves&slug=test&max_id=692980243339071488&tweet_mode=compat&since_id=692829211019575296', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListTimeline(slug='test', owner_screen_name='notinourselves', max_id=692980243339071488, since_id=692829211019575296) self.assertTrue([isinstance(s, twitter.Status) for s in resp]) self.assertEqual(len(resp), 7) self.assertTrue([s.id >= 692829211019575296 for s in resp]) self.assertTrue([s.id <= 692980243339071488 for s in resp]) self.assertRaises( twitter.TwitterError, lambda: self.api.GetListTimeline(slug='test')) self.assertRaises( twitter.TwitterError, lambda: self.api.GetListTimeline()) # 4012966701 with open('testdata/get_list_timeline_count_rts_ent.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/statuses.json?include_rts=False&count=13&tweet_mode=compat&include_entities=False&slug=test&owner_id=4012966701', body=resp_data, match_querystring=True, status=200) resp = self.api.GetListTimeline(slug='test', owner_id=4012966701, count=13, include_entities=False, include_rts=False) self.assertEqual(len(resp), 13) @responses.activate def testCreateList(self): with open('testdata/post_create_list.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateList( name='test2', mode='private', description='test for python-twitter') self.assertEqual(resp.id, 233452137) self.assertEqual(resp.description, 'test for python-twitter') self.assertEqual(resp.mode, 'private') @responses.activate def testDestroyList(self): with open('testdata/post_destroy_list.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/destroy.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyList(list_id=233452137) self.assertEqual(resp.id, 233452137) self.assertEqual(resp.member_count, 0) @responses.activate def testCreateSubscription(self): with open('testdata/post_create_subscription.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/subscribers/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateSubscription(list_id=225486809) self.assertEqual(resp.id, 225486809) self.assertEqual(resp.name, 'my-bots') @responses.activate def testDestroySubscription(self): with open('testdata/post_destroy_subscription.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/subscribers/destroy.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroySubscription(list_id=225486809) self.assertEqual(resp.id, 225486809) self.assertEqual(resp.name, 'my-bots') @responses.activate def testShowSubscription(self): # User not a subscriber to the list. with open('testdata/get_show_subscription_not_subscriber.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/subscribers/show.json?tweet_mode=compat&user_id=4040207472&list_id=189643778', body=resp_data, match_querystring=True, status=200) try: self.api.ShowSubscription(list_id=189643778, user_id=4040207472) except twitter.TwitterError as e: self.assertIn( "The specified user is not a subscriber of this list.", str(e.message)) # User is a subscriber to list with open('testdata/get_show_subscription.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/subscribers/show.json?list_id=189643778&tweet_mode=compat&screen_name=__jcbl__', body=resp_data, match_querystring=True, status=200) resp = self.api.ShowSubscription(list_id=189643778, screen_name='__jcbl__') self.assertEqual(resp.id, 372018022) self.assertEqual(resp.screen_name, '__jcbl__') self.assertTrue(resp.status) # User is subscriber, using extra params with open('testdata/get_show_subscription_extra_params.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/subscribers/show.json?include_entities=True&tweet_mode=compat&list_id=18964377&skip_status=True&screen_name=__jcbl__', body=resp_data, match_querystring=True, status=200) resp = self.api.ShowSubscription(list_id=18964377, screen_name='__jcbl__', include_entities=True, skip_status=True) self.assertFalse(resp.status) @responses.activate def testGetSubscriptions(self): with open('testdata/get_get_subscriptions.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSubscriptions() self.assertEqual(len(resp), 1) self.assertEqual(resp[0].name, 'space bots') @responses.activate def testGetSubscriptionsSN(self): with open('testdata/get_get_subscriptions_uid.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetSubscriptions(screen_name='inky') self.assertEqual(len(resp), 20) self.assertTrue([isinstance(l, twitter.List) for l in resp]) @responses.activate def testGetMemberships(self): with open('testdata/get_get_memberships.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/memberships.json?count=20&cursor=-1&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetMemberships() self.assertEqual(len(resp), 1) self.assertEqual(resp[0].name, 'my-bots') with open('testdata/get_get_memberships_himawari8bot.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/lists/memberships.json?count=20&cursor=-1&screen_name=himawari8bot&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetMemberships(screen_name='himawari8bot') self.assertEqual(len(resp), 20) self.assertTrue([isinstance(lst, twitter.List) for lst in resp]) @responses.activate def testCreateListsMember(self): with open('testdata/post_create_lists_member.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/members/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateListsMember(list_id=229581524, user_id=372018022) self.assertTrue(isinstance(resp, twitter.List)) self.assertEqual(resp.name, 'test') self.assertEqual(resp.member_count, 2) @responses.activate def testCreateListsMemberMultiple(self): with open('testdata/post_create_lists_member_multiple.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/members/create_all.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateListsMember(list_id=229581524, user_id=[372018022, 4040207472]) self.assertTrue(isinstance(resp, twitter.List)) self.assertEqual(resp.name, 'test') self.assertEqual(resp.member_count, 3) @responses.activate def testDestroyListsMember(self): with open('testdata/post_destroy_lists_member.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/members/destroy.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyListsMember(list_id=229581524, user_id=372018022) self.assertTrue(isinstance(resp, twitter.List)) self.assertEqual(resp.name, 'test') self.assertEqual(resp.member_count, 1) @responses.activate def testDestroyListsMemberMultiple(self): with open('testdata/post_destroy_lists_member_multiple.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/lists/members/destroy_all.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyListsMember(list_id=229581524, user_id=[372018022, 4040207472]) self.assertEqual(resp.member_count, 0) self.assertEqual(resp.name, 'test') self.assertTrue(isinstance(resp, twitter.List)) @responses.activate def testPostUpdateWithMedia(self): # API will first make a POST request to upload the file. with open('testdata/post_upload_media_simple.json') as f: resp_data = f.read() responses.add( POST, 'https://upload.twitter.com/1.1/media/upload.json', body=resp_data, match_querystring=True, status=200) # Then the POST request to post a status with the media id attached. with open('testdata/post_update_media_id.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/statuses/update.json?media_ids=697007311538229248', body=resp_data, match_querystring=True, status=200) # Local file resp = self.api.PostUpdate(media='testdata/168NQ.jpg', status='test') self.assertEqual(697007311538229248, resp.AsDict()['media'][0]['id']) self.assertEqual(resp.text, "hi this is a test for media uploads with statuses https://t.co/FHgqb6iLOX") # File object with open('testdata/168NQ.jpg', 'rb') as f: resp = self.api.PostUpdate(media=[f], status='test') self.assertEqual(697007311538229248, resp.AsDict()['media'][0]['id']) self.assertEqual(resp.text, "hi this is a test for media uploads with statuses https://t.co/FHgqb6iLOX") # Media ID as int resp = self.api.PostUpdate(media=697007311538229248, status='test') # Media ID as list of ints resp = self.api.PostUpdate(media=[697007311538229248], status='test') responses.add( POST, "https://api.twitter.com/1.1/statuses/update.json?media_ids=697007311538229248,697007311538229249", body=resp_data, match_querystring=True, status=200) resp = self.api.PostUpdate( media=[697007311538229248, 697007311538229249], status='test') @responses.activate def testLookupFriendship(self): with open('testdata/get_friendships_lookup_none.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/friendships/lookup.json?user_id=12&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) responses.add( responses.GET, 'https://api.twitter.com/1.1/friendships/lookup.json?user_id=12,6385432&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) responses.add( responses.GET, 'https://api.twitter.com/1.1/friendships/lookup.json?screen_name=jack&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) responses.add( responses.GET, 'https://api.twitter.com/1.1/friendships/lookup.json?screen_name=jack,dickc&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.LookupFriendship(user_id=12) self.assertTrue(isinstance(resp, list)) self.assertTrue(isinstance(resp[0], twitter.UserStatus)) self.assertEqual(resp[0].following, False) self.assertEqual(resp[0].followed_by, False) # If any of the following produce an unexpected result, the test will # fail on a request to a URL that hasn't been set by responses: test_user = twitter.User(id=12, screen_name='jack') test_user2 = twitter.User(id=6385432, screen_name='dickc') resp = self.api.LookupFriendship(screen_name='jack') resp = self.api.LookupFriendship(screen_name=['jack']) resp = self.api.LookupFriendship(screen_name=test_user) resp = self.api.LookupFriendship(screen_name=[test_user, test_user2]) resp = self.api.LookupFriendship(user_id=12) resp = self.api.LookupFriendship(user_id=[12]) resp = self.api.LookupFriendship(user_id=test_user) resp = self.api.LookupFriendship(user_id=[test_user, test_user2]) self.assertRaises( twitter.TwitterError, lambda: self.api.LookupFriendship()) @responses.activate def testLookupFriendshipMute(self): with open('testdata/get_friendships_lookup_muting.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.LookupFriendship(screen_name='dickc') self.assertEqual(resp[0].blocking, False) self.assertEqual(resp[0].muting, True) @responses.activate def testLookupFriendshipBlockMute(self): with open('testdata/get_friendships_lookup_muting_blocking.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.LookupFriendship(screen_name='dickc') self.assertEqual(resp[0].muting, True) self.assertEqual(resp[0].blocking, True) @responses.activate def testPostMediaMetadata(self): responses.add( POST, 'https://upload.twitter.com/1.1/media/metadata/create.json', body=b'', status=200) resp = self.api.PostMediaMetadata(media_id=718561981427396608, alt_text='test') # At the moment, all we can do is test if the method call works. The response # body should be blank, with a 200 status on success. self.assertTrue(resp) @responses.activate def testGetStatusWithExtAltText(self): with open('testdata/get_status_ext_alt.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetStatus(status_id=724441953534877696) self.assertEqual(resp.media[0].ext_alt_text, "\u201cJon Snow is dead.\u2026\u201d from \u201cGAME OF THRONES SEASON 6 EPISODES\u201d by HBO PR.") @responses.activate def testGetStatus(self): with open('testdata/get_status.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetStatus(status_id=397) self.assertTrue(type(resp) is twitter.Status) self.assertEqual(resp.id, 397) self.assertEqual(resp.user.id, 12) self.assertFalse(resp != resp) self.assertRaises( twitter.TwitterError, lambda: self.api.GetStatus(status_id='test')) @responses.activate def testGetStatusExtraParams(self): with open('testdata/get_status_extra_params.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetStatus(status_id=397, trim_user=True, include_entities=False) self.assertFalse(resp.user.screen_name) @responses.activate def testGetStatusOembed(self): with open('testdata/get_status_oembed.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/statuses/oembed.json?tweet_mode=compat&id=397', body=resp_data, match_querystring=True, status=200) responses.add( responses.GET, 'https://api.twitter.com/1.1/statuses/oembed.json?tweet_mode=compat&url=https://twitter.com/jack/statuses/397', body=resp_data, match_querystring=True, status=200) resp_id = self.api.GetStatusOembed(status_id=397) self.assertEqual(resp_id['url'], 'https://twitter.com/jack/statuses/397') self.assertEqual(resp_id['provider_url'], 'https://twitter.com') self.assertEqual(resp_id['provider_name'], 'Twitter') self.assertRaises( twitter.TwitterError, lambda: self.api.GetStatusOembed(status_id='test')) resp_url = self.api.GetStatusOembed(url="https://twitter.com/jack/statuses/397") self.assertEqual(resp_id, resp_url) self.assertRaises( twitter.TwitterError, lambda: self.api.GetStatusOembed(status_id=None, url=None)) self.assertRaises( twitter.TwitterError, lambda: self.api.GetStatusOembed(status_id=397, align='test')) @responses.activate def testGetMutes(self): # First iteration of the loop to get all the user's mutes with open('testdata/get_mutes_users_list_loop_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/mutes/users/list.json?cursor=-1&tweet_mode=compat&include_entities=True', body=resp_data, match_querystring=True, status=200) # Last interation of that loop. with open('testdata/get_mutes_users_list_loop_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/mutes/users/list.json?cursor=1535206520056388207&include_entities=True&tweet_mode=compat', body=resp_data, match_querystring=True, status=200) resp = self.api.GetMutes(include_entities=True) self.assertEqual(len(resp), 82) self.assertTrue(isinstance(resp[0], twitter.User)) @responses.activate def testGetMutesIDs(self): # First iteration of the loop to get all the user's mutes with open('testdata/get_mutes_users_ids_loop_0.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/mutes/users/ids.json?tweet_mode=compat&cursor=-1', body=resp_data, match_querystring=True, status=200) # Last interation of that loop. with open('testdata/get_mutes_users_ids_loop_1.json') as f: resp_data = f.read() responses.add( responses.GET, 'https://api.twitter.com/1.1/mutes/users/ids.json?tweet_mode=compat&cursor=1535206520056565155', body=resp_data, match_querystring=True, status=200) resp = self.api.GetMutesIDs() self.assertEqual(len(resp), 82) self.assertTrue(isinstance(resp[0], int)) @responses.activate def testCreateBlock(self): with open('testdata/post_blocks_create.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/blocks/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateBlock(screen_name='jack') self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.screen_name, 'jack') resp = self.api.CreateBlock(user_id=12) self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.id, 12) @responses.activate def testDestroyBlock(self): with open('testdata/post_blocks_destroy.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/blocks/destroy.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyBlock(screen_name='jack') self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.screen_name, 'jack') resp = self.api.DestroyBlock(user_id=12) self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.id, 12) @responses.activate def testCreateMute(self): with open('testdata/post_mutes_users_create.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/mutes/users/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateMute(screen_name='jack') self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.screen_name, 'jack') resp = self.api.CreateMute(user_id=12) self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.id, 12) @responses.activate def testDestroyMute(self): with open('testdata/post_mutes_users_destroy.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/mutes/users/destroy.json', body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyMute(screen_name='jack') self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.screen_name, 'jack') resp = self.api.DestroyMute(user_id=12) self.assertTrue(isinstance(resp, twitter.User)) self.assertEqual(resp.id, 12) @responses.activate def testMuteBlockParamsAndErrors(self): # Basic type/error checking self.assertRaises( twitter.TwitterError, lambda: self.api.CreateMute(user_id='test')) self.assertRaises( twitter.TwitterError, lambda: self.api.CreateMute()) with open('testdata/post_mutes_users_create_skip_status.json') as f: resp_data = f.read() responses.add( POST, 'https://api.twitter.com/1.1/mutes/users/create.json', body=resp_data, match_querystring=True, status=200) resp = self.api.CreateMute(screen_name='jack', skip_status=True) self.assertTrue(isinstance(resp, twitter.User)) self.assertFalse(resp.status) @responses.activate def testPostUploadMediaChunkedInit(self): with open('testdata/post_upload_chunked_INIT.json') as f: resp_data = f.read() responses.add(POST, DEFAULT_URL, body=resp_data, status=200) with open('testdata/corgi.gif', 'rb') as fp: resp = self.api._UploadMediaChunkedInit(fp) self.assertEqual(len(responses.calls), 1) self.assertEqual(resp[0], 737956420046356480) @responses.activate def testPostUploadMediaChunkedAppend(self): media_fp, filename, _, _ = twitter.twitter_utils.parse_media_file( 'testdata/corgi.gif') responses.add(POST, DEFAULT_URL, body='', status=200) resp = self.api._UploadMediaChunkedAppend(media_id=737956420046356480, media_fp=media_fp, filename=filename) self.assertEqual(len(responses.calls), 7) self.assertTrue(resp) @responses.activate def testPostUploadMediaChunkedAppendNonASCIIFilename(self): media_fp, filename, _, _ = twitter.twitter_utils.parse_media_file( 'testdata/corgi.gif') filename = "عَرَبِيّ" responses.add(responses.POST, DEFAULT_URL, body='', status=200) resp = self.api._UploadMediaChunkedAppend(media_id=737956420046356480, media_fp=media_fp, filename=filename) self.assertEqual(len(responses.calls), 7) @responses.activate def testPostUploadMediaChunkedFinalize(self): with open('testdata/post_upload_chunked_FINAL.json') as f: resp_data = f.read() responses.add(POST, DEFAULT_URL, body=resp_data, status=200) resp = self.api._UploadMediaChunkedFinalize(media_id=737956420046356480) self.assertEqual(len(responses.calls), 1) self.assertTrue(resp) @responses.activate def testGetUserSuggestionCategories(self): with open('testdata/get_user_suggestion_categories.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUserSuggestionCategories() self.assertTrue(type(resp[0]) is twitter.Category) @responses.activate def testGetUserSuggestion(self): with open('testdata/get_user_suggestion.json') as f: resp_data = f.read() responses.add(responses.GET, DEFAULT_URL, body=resp_data, status=200) category = twitter.Category(name='Funny', slug='funny', size=20) resp = self.api.GetUserSuggestion(category=category) self.assertTrue(type(resp[0]) is twitter.User) @responses.activate def testGetUserTimeSinceMax(self): with open('testdata/get_user_timeline_sincemax.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUserTimeline(user_id=12, since_id=757782013914951680, max_id=758097930670645248) self.assertEqual(len(resp), 6) @responses.activate def testGetUserTimelineCount(self): with open('testdata/get_user_timeline_count.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.GetUserTimeline(user_id=12, count=63) self.assertEqual(len(resp), 63) @responses.activate def testDestroyStatus(self): with open('testdata/post_destroy_status.json') as f: resp_data = f.read() responses.add( POST, DEFAULT_URL, body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyStatus(status_id=746507834003578880) self.assertTrue(isinstance(resp, twitter.models.Status)) self.assertEqual(resp.id, 746507834003578880) @responses.activate def testCreateFavorite(self): with open('testdata/post_create_favorite.json') as f: resp_data = f.read() responses.add(POST, DEFAULT_URL, body=resp_data, status=200) resp = self.api.CreateFavorite(status_id=757283981683412992) self.assertEqual(resp.id, 757283981683412992) status = twitter.models.Status(id=757283981683412992) resp = self.api.CreateFavorite(status) self.assertEqual(resp.id, 757283981683412992) @responses.activate def testDestroyFavorite(self): with open('testdata/post_destroy_favorite.json') as f: resp_data = f.read() responses.add(POST, DEFAULT_URL, body=resp_data, status=200) resp = self.api.DestroyFavorite(status_id=757283981683412992) self.assertEqual(resp.id, 757283981683412992) status = twitter.models.Status(id=757283981683412992) resp = self.api.DestroyFavorite(status) self.assertEqual(resp.id, 757283981683412992) @responses.activate def testPostDirectMessage(self): with open('testdata/post_post_direct_message.json') as f: resp_data = f.read() responses.add( POST, DEFAULT_URL, body=resp_data, match_querystring=True, status=200) resp = self.api.PostDirectMessage(text="test message", user_id=372018022) self.assertEqual(resp.text, "test message") resp = self.api.PostDirectMessage(text="test message", screen_name="__jcbl__") self.assertEqual(resp.sender_id, 4012966701) self.assertEqual(resp.recipient_id, 372018022) self.assertTrue(resp._json) self.assertRaises( twitter.TwitterError, lambda: self.api.PostDirectMessage(text="test message")) @responses.activate def testDestroyDirectMessage(self): with open('testdata/post_destroy_direct_message.json') as f: resp_data = f.read() responses.add( POST, DEFAULT_URL, body=resp_data, match_querystring=True, status=200) resp = self.api.DestroyDirectMessage(message_id=761517675243679747) @responses.activate def testShowFriendship(self): with open('testdata/get_show_friendship.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) resp = self.api.ShowFriendship(source_user_id=4012966701, target_user_id=372018022) self.assertTrue(resp['relationship']['target'].get('following', None)) resp = self.api.ShowFriendship(source_screen_name='notinourselves', target_screen_name='__jcbl__') self.assertRaises( twitter.TwitterError, lambda: self.api.ShowFriendship(source_screen_name='notinourselves') ) self.assertRaises( twitter.TwitterError, lambda: self.api.ShowFriendship(target_screen_name='__jcbl__') ) @responses.activate def test_UpdateBackgroundImage_deprecation(self): responses.add(POST, DEFAULT_URL, body='{}', status=200) warnings.simplefilter("always") with warnings.catch_warnings(record=True) as w: resp = self.api.UpdateBackgroundImage(image='testdata/168NQ.jpg') self.assertTrue(issubclass(w[0].category, DeprecationWarning)) @responses.activate @patch('twitter.api.Api.UploadMediaChunked') def test_UploadSmallVideoUsesChunkedData(self, mocker): responses.add(POST, DEFAULT_URL, body='{}') video = NamedTemporaryFile(suffix='.mp4') video.write(b'10' * 1024) video.seek(0, 0) resp = self.api.PostUpdate('test', media=video) assert os.path.getsize(video.name) <= 1024 * 1024 assert isinstance(resp, twitter.Status) assert twitter.api.Api.UploadMediaChunked.called python-twitter-3.3/tests/test_error_handling.py000066400000000000000000000020161311017327200221440ustar00rootroot00000000000000# encoding: utf-8 from __future__ import unicode_literals, print_function import json import re import sys import unittest import warnings import twitter import responses from responses import GET, POST warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') BODY = b'{"request":"\\/1.1\\/statuses\\/user_timeline.json","error":"Not authorized."}' class ApiTest(unittest.TestCase): def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False, chunk_size=500 * 1024) @responses.activate def testGetShortUrlLength(self): responses.add(GET, DEFAULT_URL, body=BODY, status=401) try: resp = self.api.GetUserTimeline(screen_name="twitter") except twitter.TwitterError as e: self.assertEqual(e.message, "Not authorized.") python-twitter-3.3/tests/test_filecache.py000066400000000000000000000026001311017327200210510ustar00rootroot00000000000000import twitter import unittest import time class FileCacheTest(unittest.TestCase): def testInit(self): """Test the twitter._FileCache constructor""" cache = twitter._FileCache() self.assert_(cache is not None, 'cache is None') def testSet(self): """Test the twitter._FileCache.Set method""" cache = twitter._FileCache() cache.Set("foo", 'Hello World!') cache.Remove("foo") def testRemove(self): """Test the twitter._FileCache.Remove method""" cache = twitter._FileCache() cache.Set("foo", 'Hello World!') cache.Remove("foo") data = cache.Get("foo") self.assertEqual(data, None, 'data is not None') def testGet(self): """Test the twitter._FileCache.Get method""" cache = twitter._FileCache() cache.Set("foo", 'Hello World!') data = cache.Get("foo") self.assertEqual('Hello World!', data) cache.Remove("foo") def testGetCachedTime(self): """Test the twitter._FileCache.GetCachedTime method""" now = time.time() cache = twitter._FileCache() cache.Set("foo", 'Hello World!') cached_time = cache.GetCachedTime("foo") delta = cached_time - now self.assert_(delta <= 1, 'Cached time differs from clock time by more than 1 second.') cache.Remove("foo") python-twitter-3.3/tests/test_media.py000066400000000000000000000135451311017327200202370ustar00rootroot00000000000000# -*- coding: utf-8 -*- import json import unittest import twitter class MediaTest(unittest.TestCase): SIZES = {'large': {'h': 175, 'resize': 'fit', 'w': 333}, 'medium': {'h': 175, 'resize': 'fit', 'w': 333}, 'small': {'h': 175, 'resize': 'fit', 'w': 333}, 'thumb': {'h': 150, 'resize': 'crop', 'w': 150}} RAW_JSON = '''{"display_url": "pic.twitter.com/lX5LVZO", "expanded_url": "http://twitter.com/fakekurrik/status/244204973972410368/photo/1", "id": 244204973989187584, "id_str": "244204973989187584", "indices": [44,63], "media_url": "http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "media_url_https": "https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "sizes": {"large": {"h": 175, "resize": "fit", "w": 333}, "medium": {"h": 175, "resize": "fit", "w": 333}, "small": {"h": 175, "resize": "fit", "w": 333}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "type": "photo", "url": "http://t.co/lX5LVZO"}''' SAMPLE_JSON = '''{"display_url": "pic.twitter.com/lX5LVZO", "expanded_url": "http://twitter.com/fakekurrik/status/244204973972410368/photo/1", "id": 244204973989187584, "media_url": "http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "media_url_https": "https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "sizes": {"large": {"h": 175, "resize": "fit", "w": 333}, "medium": {"h": 175, "resize": "fit", "w": 333}, "small": {"h": 175, "resize": "fit", "w": 333}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "type": "photo", "url": "http://t.co/lX5LVZO"}''' def _GetSampleMedia(self): return twitter.Media( id=244204973989187584, expanded_url='http://twitter.com/fakekurrik/status/244204973972410368/photo/1', display_url='pic.twitter.com/lX5LVZO', url='http://t.co/lX5LVZO', media_url_https='https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png', media_url='http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png', sizes=MediaTest.SIZES, type='photo') def testInit(self): '''Test the twitter.Media constructor''' media = twitter.Media( id=244204973989187584, display_url='pic.twitter.com/7a2z7S8tKL', expanded_url='http://twitter.com/NASAJPL/status/672830989895254016/photo/1', url='https://t.co/7a2z7S8tKL', media_url_https='https://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg', media_url='http://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg', type='photo') def testProperties(self): '''Test all of the twitter.Media properties''' media = twitter.Media() media.id = 244204973989187584 media.display_url = 'pic.twitter.com/7a2z7S8tKL' media.expanded_url = 'http://twitter.com/NASAJPL/status/672830989895254016/photo/1' media.url = 'https://t.co/7a2z7S8tKL' media.media_url_https = 'https://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg' media.media_url = 'http://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg' media.type = 'photo' self.assertEqual('pic.twitter.com/7a2z7S8tKL', media.display_url) self.assertEqual( 'http://twitter.com/NASAJPL/status/672830989895254016/photo/1', media.expanded_url) self.assertEqual('https://t.co/7a2z7S8tKL', media.url) self.assertEqual( 'https://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg', media.media_url_https) self.assertEqual( 'http://pbs.twimg.com/media/CVZgOC3UEAELUcL.jpg', media.media_url) self.assertEqual('photo', media.type) def testAsJsonString(self): '''Test the twitter.User AsJsonString method''' self.assertEqual(MediaTest.SAMPLE_JSON, self._GetSampleMedia().AsJsonString()) def testAsDict(self): '''Test the twitter.Media AsDict method''' media = self._GetSampleMedia() data = media.AsDict() self.assertEqual( 'pic.twitter.com/lX5LVZO', data['display_url']) self.assertEqual( 'http://twitter.com/fakekurrik/status/244204973972410368/photo/1', data['expanded_url']) self.assertEqual('http://t.co/lX5LVZO', data['url']) self.assertEqual( 'https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png', data['media_url_https']) self.assertEqual( 'http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png', data['media_url']) self.assertEqual('photo', data['type']) def testEq(self): '''Test the twitter.Media __eq__ method''' media = twitter.Media() media.id = 244204973989187584 media.display_url = 'pic.twitter.com/lX5LVZO' media.expanded_url = 'http://twitter.com/fakekurrik/status/244204973972410368/photo/1' media.url = 'http://t.co/lX5LVZO' media.media_url_https = 'https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png' media.media_url = 'http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png' media.type = 'photo' media.sizes = MediaTest.SIZES self.assertEqual(media, self._GetSampleMedia()) def testNewFromJsonDict(self): '''Test the twitter.Media NewFromJsonDict method''' data = json.loads(MediaTest.RAW_JSON) media = twitter.Media.NewFromJsonDict(data) self.assertEqual(self._GetSampleMedia(), media) def test_media_info(self): with open('testdata/get_status_promoted_video_tweet.json', 'r') as f: tweet = twitter.Status.NewFromJsonDict(json.loads(f.read())) media = tweet.media[0] self.assertTrue(isinstance(tweet.media, list)) self.assertTrue(media.video_info) self.assertTrue(media.video_info.get('variants', None)) self.assertTrue( media.video_info.get('variants', None)[0]['url'], 'https://video.twimg.com/amplify_video/778025997606105089/vid/320x180/5Qr0z_HeycC2DvRj.mp4') python-twitter-3.3/tests/test_models.py000066400000000000000000000176771311017327200204550ustar00rootroot00000000000000import twitter import json import re import unittest class ModelsTest(unittest.TestCase): with open('testdata/models/models_category.json', 'rb') as f: CATEGORY_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_direct_message.json', 'rb') as f: DIRECT_MESSAGE_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_direct_message_short.json', 'rb') as f: DIRECT_MESSAGE_SHORT_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_hashtag.json', 'rb') as f: HASHTAG_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_list.json', 'rb') as f: LIST_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_media.json', 'rb') as f: MEDIA_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_status.json', 'rb') as f: STATUS_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/status_quoted_tweet.json', 'rb') as f: STATUS_QUOTED_TWEET_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/status_quoted_tweet_with_media.json', 'rb') as f: STATUS_QUOTED_TWEET_WITH_MEDIA = json.loads(f.read().decode('utf8')) with open('testdata/models/models_status_no_user.json', 'rb') as f: STATUS_NO_USER_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_trend.json', 'rb') as f: TREND_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_url.json', 'rb') as f: URL_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_user.json', 'rb') as f: USER_SAMPLE_JSON = json.loads(f.read().decode('utf8')) with open('testdata/models/models_user_status.json', 'rb') as f: USER_STATUS_SAMPLE_JSON = json.loads(f.read().decode('utf8')) def test_category(self): """ Test twitter.Category object """ cat = twitter.Category.NewFromJsonDict(self.CATEGORY_SAMPLE_JSON) try: cat.__repr__() except Exception as e: self.fail(e) self.assertTrue(cat.AsJsonString()) self.assertTrue(cat.AsDict()) def test_direct_message(self): """ Test twitter.DirectMessage object """ dm = twitter.DirectMessage.NewFromJsonDict(self.DIRECT_MESSAGE_SAMPLE_JSON) dm_short = twitter.DirectMessage.NewFromJsonDict(self.DIRECT_MESSAGE_SHORT_SAMPLE_JSON) try: dm.__repr__() dm_short.__repr__() except Exception as e: self.fail(e) self.assertTrue(dm.AsJsonString()) self.assertTrue(dm.AsDict()) def test_direct_message_sender_is_user_model(self): """Test that each Direct Message object contains a fully hydrated twitter.models.User object for both ``dm.sender`` & ``dm.recipient``.""" dm = twitter.DirectMessage.NewFromJsonDict(self.DIRECT_MESSAGE_SAMPLE_JSON) self.assertTrue(isinstance(dm.sender, twitter.models.User)) self.assertEqual(dm.sender.id, 372018022) # Let's make sure this doesn't break the construction of the DM object. self.assertEqual(dm.id, 678629245946433539) def test_direct_message_recipient_is_user_model(self): """Test that each Direct Message object contains a fully hydrated twitter.models.User object for both ``dm.sender`` & ``dm.recipient``.""" dm = twitter.DirectMessage.NewFromJsonDict(self.DIRECT_MESSAGE_SAMPLE_JSON) self.assertTrue(isinstance(dm.recipient, twitter.models.User)) self.assertEqual(dm.recipient.id, 4012966701) # Same as above. self.assertEqual(dm.id, 678629245946433539) def test_hashtag(self): """ Test twitter.Hashtag object """ ht = twitter.Hashtag.NewFromJsonDict(self.HASHTAG_SAMPLE_JSON) try: ht.__repr__() except Exception as e: self.fail(e) self.assertTrue(ht.AsJsonString()) self.assertTrue(ht.AsDict()) def test_list(self): """ Test twitter.List object """ lt = twitter.List.NewFromJsonDict(self.LIST_SAMPLE_JSON) try: lt.__repr__() except Exception as e: self.fail(e) self.assertTrue(lt.AsJsonString()) self.assertTrue(lt.AsDict()) def test_media(self): """ Test twitter.Media object """ media = twitter.Media.NewFromJsonDict(self.MEDIA_SAMPLE_JSON) try: media.__repr__() except Exception as e: self.fail(e) self.assertTrue(media.AsJsonString()) self.assertTrue(media.AsDict()) def test_status(self): """ Test twitter.Status object """ status = twitter.Status.NewFromJsonDict(self.STATUS_SAMPLE_JSON) try: status.__repr__() except Exception as e: self.fail(e) self.assertTrue(status.AsJsonString()) self.assertTrue(status.AsDict()) self.assertTrue(status.media[0].AsJsonString()) self.assertTrue(status.media[0].AsDict()) self.assertTrue(isinstance(status.AsDict()['media'][0], dict)) self.assertEqual(status.id_str, "698657677329752065") self.assertTrue(isinstance(status.user, twitter.User)) def test_status_quoted_tweet(self): """Test that quoted tweets are properly handled.""" status = twitter.Status.NewFromJsonDict(self.STATUS_QUOTED_TWEET_SAMPLE_JSON) assert status.quoted_status_id == 849412806835351552 assert status.quoted_status.id == 849412806835351552 assert status.quoted_status.text == "hard to believe @mastodonmusic created its own open source alternative to twitter to promote its new album" def test_status_quoted_tweet_with_media(self): """Test that quoted tweet properly handles attached media.""" status = twitter.Status.NewFromJsonDict(self.STATUS_QUOTED_TWEET_WITH_MEDIA) assert status.quoted_status.media is not None def test_status_no_user(self): """ Test twitter.Status object which does not contain a 'user' entity. """ status = twitter.Status.NewFromJsonDict(self.STATUS_NO_USER_SAMPLE_JSON) try: status.__repr__() except Exception as e: self.fail(e) self.assertTrue(status.AsJsonString()) self.assertTrue(status.AsDict()) def test_trend(self): """ Test twitter.Trend object """ trend = twitter.Trend.NewFromJsonDict(self.TREND_SAMPLE_JSON) try: trend.__repr__() except Exception as e: self.fail(e) self.assertTrue(trend.AsJsonString()) self.assertTrue(trend.AsDict()) self.assertEqual(trend.tweet_volume, 104403) self.assertEqual(trend.volume, trend.tweet_volume) def test_url(self): url = twitter.Url.NewFromJsonDict(self.URL_SAMPLE_JSON) try: url.__repr__() except Exception as e: self.fail(e) self.assertTrue(url.AsJsonString()) self.assertTrue(url.AsDict()) def test_user(self): '''Test the twitter.User NewFromJsonDict method''' user = twitter.User.NewFromJsonDict(self.USER_SAMPLE_JSON) self.assertEqual(user.id, 718443) try: user.__repr__() except Exception as e: self.fail(e) self.assertTrue(user.AsJsonString()) self.assertTrue(user.AsDict()) self.assertTrue(isinstance(user.status, twitter.Status)) self.assertTrue(isinstance(user.AsDict()['status'], dict)) def test_user_status(self): """ Test twitter.UserStatus object """ user_status = twitter.UserStatus.NewFromJsonDict(self.USER_STATUS_SAMPLE_JSON) try: user_status.__repr__() except Exception as e: self.fail(e) self.assertTrue(user_status.AsJsonString()) self.assertTrue(user_status.AsDict()) python-twitter-3.3/tests/test_parse_tweet.py000066400000000000000000000043311311017327200214730ustar00rootroot00000000000000# encoding: utf-8 import unittest import twitter class ParseTest(unittest.TestCase): """ Test the ParseTweet class """ def testParseTweets(self): handles4 = u"""Do not use this word! Hurting me! @raja7727: @qadirbasha @manion @Jayks3 உடன்பிறப்பு”""" data = twitter.ParseTweet("@twitter", handles4) self.assertEqual([data.RT, data.MT, len(data.UserHandles)], [False, False, 4]) hashtag_n_URL = u"""மனதிற்கு மிகவும் நெருக்கமான பாடல்! உயிரையே கொடுக்கலாம் சார்! #KeladiKanmani https://www.youtube.com/watch?v=FHTiG_g2fM4 … #HBdayRajaSir""" data = twitter.ParseTweet("@twitter", hashtag_n_URL) self.assertEqual([len(data.Hashtags), len(data.URLs)], [2, 1]) self.assertEqual(len(data.Emoticon), 0) url_only = u"""The #Rainbow #Nebula, 544,667 #lightyears away. pic.twitter.com/2A4wSUK25A""" data = twitter.ParseTweet("@twitter", url_only) self.assertEqual([data.MT, len(data.Hashtags), len(data.URLs)], [False, 3, 1]) self.assertEqual(len(data.Emoticon), 0) url_handle = u"""RT ‏@BarackObama POTUS recommends Python-Twitter #unrelated picture pic.twitter.com/w8lFIfuUmI""" data = twitter.ParseTweet("@twitter", url_handle) self.assertEqual([data.RT, len(data.Hashtags), len(data.URLs), len(data.UserHandles)], [True, 1, 1, 1]) self.assertEqual(len(data.Emoticon), 0) def testEmoticon(self): url_handle = u"""RT ‏@BarackObama POTUS recommends :-) Python-Twitter #unrelated picture pic.twitter.com/w8lFIfuUmI""" data = twitter.ParseTweet("@twitter", url_handle) self.assertEqual([data.RT, len(data.Hashtags), len(data.URLs), len(data.UserHandles)], [True, 1, 1, 1]) self.assertEqual(len(data.Emoticon), 1) url_handle = u"""RT @cats ^-^ cute! But kitty litter :-( #unrelated picture""" data = twitter.ParseTweet("@cats", url_handle) self.assertEqual([data.RT, len(data.Hashtags), len(data.URLs), len(data.UserHandles)], [True, 1, 0, 1]) self.assertEqual(len(data.Emoticon), 2) self.assertEqual(data.Emoticon, ['^-^', ':-(']) python-twitter-3.3/tests/test_rate_limit.py000066400000000000000000000203761311017327200213110ustar00rootroot00000000000000# encoding: utf-8 import time import re import sys import unittest import warnings import twitter import responses from responses import GET, POST warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') HEADERS = {'x-rate-limit-limit': '63', 'x-rate-limit-remaining': '63', 'x-rate-limit-reset': '626672700'} class ErrNull(object): """ Suppress output of tests while writing to stdout or stderr. This just takes in data and does nothing with it. """ def write(self, data): pass class RateLimitTests(unittest.TestCase): """ Tests for RateLimit object """ def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) self.base_url = 'https://api.twitter.com/1.1' self._stderr = sys.stderr sys.stderr = ErrNull() def tearDown(self): sys.stderr = self._stderr pass @responses.activate def testInitializeRateLimit(self): with open('testdata/ratelimit.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) self.api.InitializeRateLimit() self.assertTrue(self.api.rate_limit) self.rate_limit = None self.api.sleep_on_rate_limit = True self.api.InitializeRateLimit() self.assertTrue(self.api.rate_limit) self.assertTrue(self.api.sleep_on_rate_limit) responses.add(responses.GET, url=DEFAULT_URL, body=b'{}', status=200) try: self.api.GetStatus(status_id=1234) self.api.GetUser(screen_name='test') except Exception as e: self.fail(e) @responses.activate def testCheckRateLimit(self): with open('testdata/ratelimit.json') as f: resp_data = f.read() responses.add(GET, DEFAULT_URL, body=resp_data) rt = self.api.CheckRateLimit('https://api.twitter.com/1.1/help/privacy.json') self.assertEqual(rt.limit, 15) self.assertEqual(rt.remaining, 15) self.assertEqual(rt.reset, 1452254278) class RateLimitMethodsTests(unittest.TestCase): """ Tests for RateLimit object """ @responses.activate def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) self.base_url = 'https://api.twitter.com/1.1' self._stderr = sys.stderr sys.stderr = ErrNull() with open('testdata/ratelimit.json') as f: resp_data = f.read() url = '%s/application/rate_limit_status.json?tweet_mode=compat' % self.api.base_url responses.add( responses.GET, url, body=resp_data, match_querystring=True, status=200) self.api.InitializeRateLimit() self.assertTrue(self.api.rate_limit) def tearDown(self): sys.stderr = self._stderr pass def testGetRateLimit(self): lim = self.api.rate_limit.get_limit('/lists/members') self.assertEqual(lim.limit, 180) self.assertEqual(lim.remaining, 180) self.assertEqual(lim.reset, 1452254278) def testNonStandardEndpointRateLimit(self): lim = self.api.rate_limit.get_limit( 'https://api.twitter.com/1.1/geo/id/312.json?skip_status=True') self.assertEqual(lim.limit, 47) lim = self.api.rate_limit.get_limit( 'https://api.twitter.com/1.1/saved_searches/destroy/312.json') self.assertEqual(lim.limit, 15) lim = self.api.rate_limit.get_limit( 'https://api.twitter.com/1.1/statuses/retweets/312.json?skip_status=True') self.assertEqual(lim.limit, 23) def testSetRateLimit(self): previous_limit = self.api.rate_limit.get_limit('/lists/members') self.assertEqual(previous_limit.remaining, 180) self.api.rate_limit.set_limit( url='https://api.twitter.com/1.1/lists/members.json?skip_status=True', limit=previous_limit.limit, remaining=previous_limit.remaining - 1, reset=previous_limit.reset) new_limit = self.api.rate_limit.get_limit('/lists/members') self.assertEqual(new_limit.remaining, previous_limit.remaining - 1) self.assertEqual(new_limit.limit, previous_limit.limit) self.assertEqual(new_limit.reset, previous_limit.reset) def testFamilyNotFound(self): limit = self.api.rate_limit.get_limit('/tests/test') self.assertEqual(limit.limit, 15) self.assertEqual(limit.remaining, 15) self.assertEqual(limit.reset, 0) def testSetUnknownRateLimit(self): self.api.rate_limit.set_limit( url='https://api.twitter.com/1.1/not/a/real/endpoint.json', limit=15, remaining=14, reset=100) limit = self.api.rate_limit.get_limit( url='https://api.twitter.com/1.1/not/a/real/endpoint.json') self.assertEqual(limit.remaining, 14) def testSetUnknownRateLimit(self): self.api.rate_limit.set_unknown_limit( url='https://api.twitter.com/1.1/not/a/real/endpoint.json', limit=15, remaining=14, reset=100) limit = self.api.rate_limit.get_limit( url='https://api.twitter.com/1.1/not/a/real/endpoint.json') self.assertEqual(limit.remaining, 14) @responses.activate def testLimitsViaHeadersNoSleep(self): api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) # Get initial rate limit data to populate api.rate_limit object with open('testdata/ratelimit.json') as f: resp_data = f.read() url = '%s/application/rate_limit_status.json' % self.api.base_url responses.add(responses.GET, url, body=resp_data, match_querystring=True) # Add a test URL just to have headers present responses.add( method=responses.GET, url=DEFAULT_URL, body='{}', adding_headers=HEADERS) resp = api.GetSearch(term='test') self.assertTrue(api.rate_limit.__dict__) self.assertEqual(api.rate_limit.get_limit('/search/tweets').limit, 63) self.assertEqual(api.rate_limit.get_limit('/search/tweets').remaining, 63) self.assertEqual(api.rate_limit.get_limit('/search/tweets').reset, 626672700) # No other resource families should be set during above operation. test_url = '/lists/subscribers/show.json' self.assertEqual( api.rate_limit.__dict__.get('resources').get(test_url), None ) # But if we check them, it should go to default 15/15 self.assertEqual(api.rate_limit.get_limit(test_url).remaining, 15) self.assertEqual(api.rate_limit.get_limit(test_url).limit, 15) @responses.activate def testLimitsViaHeadersWithSleep(self): api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=True) # Add handler for ratelimit check url = '%s/application/rate_limit_status.json?tweet_mode=compat' % api.base_url responses.add( method=responses.GET, url=url, body='{}', match_querystring=True) # Get initial rate limit data to populate api.rate_limit object url = "https://api.twitter.com/1.1/search/tweets.json?tweet_mode=compat&q=test&count=15&result_type=mixed" responses.add( method=responses.GET, url=url, body='{}', match_querystring=True, adding_headers=HEADERS) resp = api.GetSearch(term='test') self.assertTrue(api.rate_limit) self.assertEqual(api.rate_limit.get_limit('/search/tweets').limit, 63) self.assertEqual(api.rate_limit.get_limit('/search/tweets').remaining, 63) self.assertEqual(api.rate_limit.get_limit('/search/tweets').reset, 626672700) python-twitter-3.3/tests/test_status.py000066400000000000000000000067761311017327200205130ustar00rootroot00000000000000# encoding: utf-8 import sys import twitter import calendar import time import json import unittest class StatusTest(unittest.TestCase): SAMPLE_JSON = '''{"created_at": "Fri Jan 26 23:17:14 +0000 2007", "id": 4391023, "text": "A l\u00e9gp\u00e1rn\u00e1s haj\u00f3m tele van angoln\u00e1kkal.", "user": {"description": "Canvas. JC Penny. Three ninety-eight.", "id": 718443, "location": "Okinawa, Japan", "name": "Kesuke Miyagi", "profile_image_url": "https://twitter.com/system/user/profile_image/718443/normal/kesuke.png", "screen_name": "kesuke", "url": "https://twitter.com/kesuke"}}''' def _GetSampleUser(self): return twitter.User(id=718443, name='Kesuke Miyagi', screen_name='kesuke', description=u'Canvas. JC Penny. Three ninety-eight.', location='Okinawa, Japan', url='https://twitter.com/kesuke', profile_image_url='https://twitter.com/system/user/profile_image/718443/normal/kesuke.png') def _GetSampleStatus(self): return twitter.Status(created_at='Fri Jan 26 23:17:14 +0000 2007', id=4391023, text=u'A légpárnás hajóm tele van angolnákkal.', user=self._GetSampleUser()) def testInit(self): '''Test the twitter.Status constructor''' twitter.Status(created_at='Fri Jan 26 23:17:14 +0000 2007', id=4391023, text=u'A légpárnás hajóm tele van angolnákkal.', user=self._GetSampleUser()) def testProperties(self): '''Test all of the twitter.Status properties''' status = twitter.Status() status.id = 1 self.assertEqual(1, status.id) created_at = calendar.timegm((2007, 1, 26, 23, 17, 14, -1, -1, -1)) status.created_at = 'Fri Jan 26 23:17:14 +0000 2007' self.assertEqual('Fri Jan 26 23:17:14 +0000 2007', status.created_at) self.assertEqual(created_at, status.created_at_in_seconds) status.user = self._GetSampleUser() self.assertEqual(718443, status.user.id) @unittest.skipIf(sys.version_info.major >= 3, "skipped until fix found for v3 python") def testAsJsonString(self): '''Test the twitter.Status AsJsonString method''' self.assertEqual(StatusTest.SAMPLE_JSON, self._GetSampleStatus().AsJsonString()) def testAsDict(self): '''Test the twitter.Status AsDict method''' status = self._GetSampleStatus() data = status.AsDict() self.assertEqual(4391023, data['id']) self.assertEqual('Fri Jan 26 23:17:14 +0000 2007', data['created_at']) self.assertEqual(u'A légpárnás hajóm tele van angolnákkal.', data['text']) self.assertEqual(718443, data['user']['id']) def testEq(self): '''Test the twitter.Status __eq__ method''' status = twitter.Status() status.created_at = 'Fri Jan 26 23:17:14 +0000 2007' status.id = 4391023 status.text = u'A légpárnás hajóm tele van angolnákkal.' status.user = self._GetSampleUser() self.assertEqual(status, self._GetSampleStatus()) def testNewFromJsonDict(self): '''Test the twitter.Status NewFromJsonDict method''' data = json.loads(StatusTest.SAMPLE_JSON) status = twitter.Status.NewFromJsonDict(data) self.assertEqual(self._GetSampleStatus(), status) python-twitter-3.3/tests/test_trend.py000066400000000000000000000031301311017327200202610ustar00rootroot00000000000000import twitter import unittest import json class TrendTest(unittest.TestCase): SAMPLE_JSON = '''{"name": "Kesuke Miyagi", "query": "Kesuke Miyagi"}''' def _GetSampleTrend(self): return twitter.Trend(name='Kesuke Miyagi', query='Kesuke Miyagi', timestamp='Fri Jan 26 23:17:14 +0000 2007') def testInit(self): '''Test the twitter.Trend constructor''' twitter.Trend(name='Kesuke Miyagi', query='Kesuke Miyagi', timestamp='Fri Jan 26 23:17:14 +0000 2007') def testProperties(self): '''Test all of the twitter.Trend properties''' trend = twitter.Trend() trend.name = 'Kesuke Miyagi' self.assertEqual('Kesuke Miyagi', trend.name) trend.query = 'Kesuke Miyagi' self.assertEqual('Kesuke Miyagi', trend.query) trend.timestamp = 'Fri Jan 26 23:17:14 +0000 2007' self.assertEqual('Fri Jan 26 23:17:14 +0000 2007', trend.timestamp) def testNewFromJsonDict(self): '''Test the twitter.Trend NewFromJsonDict method''' data = json.loads(TrendTest.SAMPLE_JSON) trend = twitter.Trend.NewFromJsonDict(data, timestamp='Fri Jan 26 23:17:14 +0000 2007') self.assertEqual(self._GetSampleTrend(), trend) def testEq(self): '''Test the twitter.Trend __eq__ method''' trend = twitter.Trend() trend.name = 'Kesuke Miyagi' trend.query = 'Kesuke Miyagi' trend.timestamp = 'Fri Jan 26 23:17:14 +0000 2007' self.assertEqual(trend, self._GetSampleTrend()) python-twitter-3.3/tests/test_tweet_changes.py000066400000000000000000000044641311017327200220000ustar00rootroot00000000000000# encoding: utf-8 from __future__ import unicode_literals, print_function import json import re import sys import unittest import warnings import twitter import responses from responses import GET warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') class ModelsChangesTest(unittest.TestCase): """Test how changes to tweets affect model creation""" def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) @responses.activate def test_extended_in_compat_mode(self): """API is in compatibility mode, but we call GetStatus on a tweet that was written in extended mode. The tweet in question is exactly 140 characters and attaches a photo. """ with open('testdata/3.2/extended_tweet_in_compat_mode.json') as f: resp_data = f.read() status = twitter.Status.NewFromJsonDict(json.loads(resp_data)) self.assertTrue(status) self.assertEqual(status.id, 782737772490600448) self.assertEqual(status.text, "has more details about these changes. Thanks for making more expressive!writing requirements to python_twitt pytho… https://t.co/et3OTOxWSa") self.assertEqual(status.tweet_mode, 'compatibility') self.assertTrue(status.truncated) @responses.activate def test_extended_in_extended_mode(self): """API is in extended mode, and we call GetStatus on a tweet that was written in extended mode. The tweet in question is exactly 140 characters and attaches a photo. """ with open('testdata/3.2/extended_tweet_in_extended_mode.json') as f: resp_data = f.read() status = twitter.Status.NewFromJsonDict(json.loads(resp_data)) self.assertTrue(status) self.assertEqual(status.id, 782737772490600448) self.assertEqual(status.full_text, "has more details about these changes. Thanks for making more expressive!writing requirements to python_twitt python_twitter.egg-info/SOURCE https://t.co/JWSPztfoyt") self.assertEqual(status.tweet_mode, 'extended') self.assertFalse(status.truncated) python-twitter-3.3/tests/test_tweet_length.py000066400000000000000000000100471311017327200216430ustar00rootroot00000000000000# encoding: utf-8 import unittest import twitter class TestTweetLength(unittest.TestCase): def setUp(self): self.api = twitter.Api(consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test') self.api._config = {'short_url_length_https': 23} def test_find_urls(self): url = "http://example.com" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "https://example.com/path/to/resource?search=foo&lang=en" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "http://twitter.com/#!/twitter" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "HTTPS://www.ExaMPLE.COM/index.html" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) # url = "http://user:PASSW0RD@example.com:8080/login.php" # self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "http://sports.yahoo.com/nfl/news;_ylt=Aom0;ylu=XyZ?slug=ap-superbowlnotebook" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) # url = "http://192.168.0.1/index.html?src=asdf" # self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) # Have to figure out what a valid IPv6 range looks like, then # uncomment this. # url = "http://[3ffe:1900:4545:3:200:f8ff:fe21:67cf]:80/index.html" # self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "http://test_underscore.twitter.com" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "http://example.com?foo=$bar.;baz?BAZ&c=d-#top/?stories+" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "https://www.youtube.com/playlist?list=PL0ZPu8XSRTB7wZzn0mLHMvyzVFeRxbWn-" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "example.com" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "www.example.com" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "foo.co.jp foo.co.jp foo.co.jp" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "example.com/path/to/resource?search=foo&lang=en" self.assertTrue(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "hello index.html my friend" self.assertFalse(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) url = "run.on.sentence" self.assertFalse(twitter.twitter_utils.is_url(url), "'{0}'".format(url)) def test_split_tweets(self): test_tweet = ( "Anatole went out of the room and returned a few minutes later " "wearing a fur coat girt with a silver belt, and a sable cap " "jauntily set on one side and very becoming to his handsome face. " "Having looked in a mirror, and standing before Dolokhov in the " "same pose he had assumed before it, he lifted a glass of wine.") tweets = self.api._TweetTextWrap(test_tweet) self.assertEqual( tweets[0], "Anatole went out of the room and returned a few minutes later wearing a fur coat girt with a silver belt, and a sable cap jauntily set on") self.assertEqual( tweets[1], "one side and very becoming to his handsome face. Having looked in a mirror, and standing before Dolokhov in the same pose he had assumed") self.assertEqual( tweets[2], "before it, he lifted a glass of wine.") test_tweet = "t.co went t.co of t.co room t.co returned t.co few minutes later" tweets = self.api._TweetTextWrap(test_tweet) self.assertEqual(tweets[0], 't.co went t.co of t.co room t.co returned') self.assertEqual(tweets[1], 't.co few minutes later') python-twitter-3.3/tests/test_twitter_utils.py000066400000000000000000000053041311017327200220740ustar00rootroot00000000000000# encoding: utf-8 import unittest import twitter from twitter.twitter_utils import ( calc_expected_status_length, parse_media_file ) class ApiTest(unittest.TestCase): def setUp(self): self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) self.base_url = 'https://api.twitter.com/1.1' def test_parse_media_file_http(self): data_file, filename, file_size, media_type = parse_media_file( 'https://raw.githubusercontent.com/bear/python-twitter/master/testdata/168NQ.jpg') self.assertTrue(hasattr(data_file, 'read')) self.assertEqual(filename, '168NQ.jpg') self.assertEqual(file_size, 44772) self.assertEqual(media_type, 'image/jpeg') def test_parse_media_file_local_file(self): data_file, filename, file_size, media_type = parse_media_file( 'testdata/168NQ.jpg') self.assertTrue(hasattr(data_file, 'read')) self.assertEqual(filename, '168NQ.jpg') self.assertEqual(file_size, 44772) self.assertEqual(media_type, 'image/jpeg') def test_parse_media_file_fileobj(self): with open('testdata/168NQ.jpg', 'rb') as f: data_file, filename, file_size, media_type = parse_media_file(f) self.assertTrue(hasattr(data_file, 'read')) self.assertEqual(filename, '168NQ.jpg') self.assertEqual(file_size, 44772) self.assertEqual(media_type, 'image/jpeg') def test_utils_error_checking(self): with open('testdata/168NQ.jpg', 'r') as f: self.assertRaises( twitter.TwitterError, lambda: parse_media_file(f)) with open('testdata/user_timeline.json', 'rb') as f: self.assertRaises( twitter.TwitterError, lambda: parse_media_file(f)) self.assertRaises( twitter.TwitterError, lambda: twitter.twitter_utils.enf_type('test', int, 'hi')) def test_calc_expected_status_length(self): status = 'hi a tweet there' len_status = calc_expected_status_length(status) self.assertEqual(len_status, 16) def test_calc_expected_status_length_with_url(self): status = 'hi a tweet there example.com' len_status = calc_expected_status_length(status) self.assertEqual(len_status, 40) def test_calc_expected_status_length_with_url_and_extra_spaces(self): status = 'hi a tweet there example.com' len_status = calc_expected_status_length(status) self.assertEqual(len_status, 63) python-twitter-3.3/tests/test_unicode.py000066400000000000000000000053771311017327200206120ustar00rootroot00000000000000# encoding: utf-8 import json import pickle import re import sys import unittest import warnings import responses import twitter warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') class ErrNull(object): """ Suppress output of tests while writing to stdout or stderr. This just takes in data and does nothing with it. """ def write(self, data): pass class ApiTest(unittest.TestCase): def setUp(self): self.maxDiff = None self.api = twitter.Api( consumer_key='test', consumer_secret='test', access_token_key='test', access_token_secret='test', sleep_on_rate_limit=False) self.base_url = 'https://api.twitter.com/1.1' self._stderr = sys.stderr sys.stderr = ErrNull() def tearDown(self): sys.stderr = self._stderr pass def test_trend_repr1(self): trend = twitter.Trend( name="#نفسك_تبيع_ايه_للسعوديه", url="http://twitter.com/search?q=%23ChangeAConsonantSpoilAMovie", timestamp='whatever') try: trend.__repr__() except Exception as e: self.fail(e) def test_trend_repr2(self): trend = twitter.Trend( name="#N\u00e3oD\u00eaUnfTagueirosSdv", url='http://twitter.com/search?q=%23ChangeAConsonantSpoilAMovie', timestamp='whatever') try: trend.__repr__() except Exception as e: self.fail(e) @responses.activate def test_trend_repr3(self): with open('testdata/get_trends_current_unicode.json', 'r') as f: resp_data = f.read() responses.add( responses.GET, DEFAULT_URL, body=resp_data, match_querystring=True) resp = self.api.GetTrendsCurrent() for r in resp: print(r.__str__()) try: r.__repr__() except Exception as e: self.fail(e) @responses.activate def test_unicode_get_search(self): responses.add(responses.GET, DEFAULT_URL, body=b'{}', status=200) try: self.api.GetSearch(term="#ابشري_قابوس_جاء") except Exception as e: self.fail(e) def test_constructed_status(self): s = twitter.Status() s.text = "可以倒着飞的飞机" s.created_at = "016-02-13T23:00:00" s.screen_name = "himawari8bot" s.id = 1 try: s.__repr__() except Exception as e: self.fail(e) if __name__ == "__main__": suite = unittest.TestLoader().loadTestsFromTestCase(ApiTest) unittest.TextTestRunner(verbosity=2).run(suite) python-twitter-3.3/tests/test_url_regex.py000066400000000000000000000067041311017327200211530ustar00rootroot00000000000000# encoding: utf-8 from __future__ import unicode_literals, print_function import json import re import sys import unittest import warnings import twitter from twitter import twitter_utils import responses from responses import GET, POST warnings.filterwarnings('ignore', category=DeprecationWarning) DEFAULT_URL = re.compile(r'https?://.*\.twitter.com/1\.1/.*') URLS = { "is_url": [ "t.co/test" "http://foo.com/blah_blah", "http://foo.com/blah_blah/", "http://foo.com/blah_blah_(wikipedia)", "http://foo.com/blah_blah_(wikipedia)_(again)", "http://www.example.com/wpstyle/?p=364", "https://www.example.com/foo/?bar=baz&inga=42&quux", # "http://✪df.ws/123", # "https://➡.ws/", # "http://➡.ws/䨹", # "http://⌘.ws", # "http://⌘.ws/", "http://foo.com/blah_(wikipedia)#cite-1", "http://foo.com/blah_(wikipedia)_blah#cite-1", "http://foo.com/(something)?after=parens", # "http://☺.damowmow.com/", "http://code.google.com/events/#&product=browser", "http://j.mp", "http://foo.bar/?q=Test%20URL-encoded%20stuff", "http://1337.net", "http://example.com/2.3.1.3/" "http://a.b-c.de", "foo.com" ], "is_not_url": [ "http://userid:password@example.com:8080", "http://userid:password@example.com:8080/", "http://userid@example.com", "http://userid@example.com/", "http://userid@example.com:8080", "http://userid@example.com:8080/", "http://userid:password@example.com", "http://userid:password@example.com/", # "http://142.42.1.1/", "2.3", ".hello.com", # "http://142.42.1.1:8080/", "ftp://foo.bar/baz", "http://مثال.إختبار", "http://例子.测试", "http://उदाहरण.परीक्षा", "http://", "http://.", "http://..", "http://../", "http://?", "http://??", "http://??/", "http://#", "http://##", "http://##/", "//", "//a", "///a", "///", "http:///a", "rdar://1234", "h://test", ":// should fail", "ftps://foo.bar/", "http://-error-.invalid/", # "http://a.b--c.de/", # "http://-a.b.co", # "http://a.b-.co", # "http://223.255.255.254", # "http://0.0.0.0", # "http://10.1.1.0", # "http://10.1.1.255", # "http://224.1.1.1", # "http://1.1.1.1.1", # "http://123.123.123", "http://3628126748", "http://.www.foo.bar/", "http://.www.foo.bar./", # "http://10.1.1.1" ] } class TestUrlRegex(unittest.TestCase): def test_yes_urls(self): for yes_url in URLS['is_url']: self.assertTrue(twitter_utils.is_url(yes_url), yes_url) def test_no_urls(self): for no_url in URLS['is_not_url']: self.assertFalse(twitter_utils.is_url(no_url), no_url) def test_regex_finds_unicode(self): string = "http://www.➡.ws" string2 = "http://www.example.com" pattern = re.compile(r'➡', re.U | re.I) pattern2 = re.compile(r'(?:http?://|www\\.)*(?:[\w+-_][.])', re.I | re.U) self.assertTrue(re.findall(pattern, string)) self.assertTrue(re.findall(pattern2, string2)) self.assertTrue(re.findall(pattern2, string)) python-twitter-3.3/tests/test_user.py000066400000000000000000000105131311017327200201260ustar00rootroot00000000000000import twitter import json import unittest class UserTest(unittest.TestCase): SAMPLE_JSON = '''{"description": "Indeterminate things", "id": 673483, "location": "San Francisco, CA", "name": "DeWitt", "profile_image_url": "https://twitter.com/system/user/profile_image/673483/normal/me.jpg", "screen_name": "dewitt", "status": {"created_at": "Fri Jan 26 17:28:19 +0000 2007", "id": 4212713, "text": "\\"Select all\\" and archive your Gmail inbox. The page loads so much faster!"}, "url": "http://unto.net/"}''' def _GetSampleStatus(self): return twitter.Status(created_at='Fri Jan 26 17:28:19 +0000 2007', id=4212713, text='"Select all" and archive your Gmail inbox. ' ' The page loads so much faster!') def _GetSampleUser(self): return twitter.User(id=673483, name='DeWitt', screen_name='dewitt', description=u'Indeterminate things', location='San Francisco, CA', url='http://unto.net/', profile_image_url='https://twitter.com/system/user/prof' 'ile_image/673483/normal/me.jpg', status=self._GetSampleStatus()) def testInit(self): '''Test the twitter.User constructor''' twitter.User(id=673483, name='DeWitt', screen_name='dewitt', description=u'Indeterminate things', url='https://twitter.com/dewitt', profile_image_url='https://twitter.com/system/user/profile_image/673483/normal/me.jpg', status=self._GetSampleStatus()) def testProperties(self): '''Test all of the twitter.User properties''' user = twitter.User() user.id = 673483 self.assertEqual(673483, user.id) user.name = 'DeWitt' self.assertEqual('DeWitt', user.name) user.screen_name = 'dewitt' self.assertEqual('dewitt', user.screen_name) user.description = 'Indeterminate things' self.assertEqual('Indeterminate things', user.description) user.location = 'San Francisco, CA' self.assertEqual('San Francisco, CA', user.location) user.profile_image_url = 'https://twitter.com/system/user/profile_image/673483/normal/me.jpg' self.assertEqual('https://twitter.com/system/user/profile_image/673483/normal/me.jpg', user.profile_image_url) self.status = self._GetSampleStatus() self.assertEqual(4212713, self.status.id) def testAsJsonString(self): '''Test the twitter.User AsJsonString method''' self.assertEqual(UserTest.SAMPLE_JSON, self._GetSampleUser().AsJsonString()) def testAsDict(self): '''Test the twitter.User AsDict method''' user = self._GetSampleUser() data = user.AsDict() self.assertEqual(673483, data['id']) self.assertEqual('DeWitt', data['name']) self.assertEqual('dewitt', data['screen_name']) self.assertEqual('Indeterminate things', data['description']) self.assertEqual('San Francisco, CA', data['location']) self.assertEqual('https://twitter.com/system/user/profile_image/6734' '83/normal/me.jpg', data['profile_image_url']) self.assertEqual('http://unto.net/', data['url']) self.assertEqual(4212713, data['status']['id']) def testEq(self): '''Test the twitter.User __eq__ method''' user = twitter.User() user.id = 673483 user.name = 'DeWitt' user.screen_name = 'dewitt' user.description = 'Indeterminate things' user.location = 'San Francisco, CA' user.profile_image_url = 'https://twitter.com/system/user/profile_image/67' \ '3483/normal/me.jpg' user.url = 'http://unto.net/' user.status = self._GetSampleStatus() self.assertEqual(user, self._GetSampleUser()) def testNewFromJsonDict(self): '''Test the twitter.User NewFromJsonDict method''' data = json.loads(UserTest.SAMPLE_JSON) user = twitter.User.NewFromJsonDict(data) self.assertEqual(self._GetSampleUser(), user) python-twitter-3.3/tox.ini000066400000000000000000000012611311017327200157100ustar00rootroot00000000000000[tox] envlist = clean,py27,py36,pypy,pypy3,codestyle,coverage skip_missing_interpreters = True [testenv] deps = -Ur{toxinidir}/requirements.txt -Ur{toxinidir}/requirements.testing.txt commands = coverage run --parallel-mode --source=twitter setup.py test --addopts "--ignore=venv" whitelist_externals = /bin/bash make setenv = PYTHONWARNINGS=always::DeprecationWarning [testenv:clean] deps = coverage commands = coverage erase [testenv:coverage] deps = coverage commands = coverage combine coverage html coverage report [testenv:codestyle] deps = pycodestyle commands = pycodestyle --config={toxinidir}/setup.cfg twitter tests python-twitter-3.3/twitter/000077500000000000000000000000001311017327200160775ustar00rootroot00000000000000python-twitter-3.3/twitter/__init__.py000066400000000000000000000041241311017327200202110ustar00rootroot00000000000000#!/usr/bin/env python # # vim: sw=2 ts=2 sts=2 # # Copyright 2007 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """A library that provides a Python interface to the Twitter API""" from __future__ import absolute_import __author__ = 'The Python-Twitter Developers' __email__ = 'python-twitter@googlegroups.com' __copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers' __license__ = 'Apache License 2.0' __version__ = '3.3' __url__ = 'https://github.com/bear/python-twitter' __download_url__ = 'https://pypi.python.org/pypi/python-twitter' __description__ = 'A Python wrapper around the Twitter API' import json # noqa try: from hashlib import md5 # noqa except ImportError: from md5 import md5 # noqa from ._file_cache import _FileCache # noqa from .error import TwitterError # noqa from .parse_tweet import ParseTweet # noqa from .models import ( # noqa Category, # noqa DirectMessage, # noqa Hashtag, # noqa List, # noqa Media, # noqa Trend, # noqa Url, # noqa User, # noqa UserStatus, # noqa Status # noqa ) from .api import Api # noqa python-twitter-3.3/twitter/_file_cache.py000066400000000000000000000064111311017327200206540ustar00rootroot00000000000000#!/usr/bin/env python import errno import os import tempfile from hashlib import md5 class _FileCacheError(Exception): """Base exception class for FileCache related errors""" class _FileCache(object): DEPTH = 3 def __init__(self, root_directory=None): self._InitializeRootDirectory(root_directory) def Get(self, key): path = self._GetPath(key) if os.path.exists(path): with open(path) as f: return f.read() else: return None def Set(self, key, data): path = self._GetPath(key) directory = os.path.dirname(path) if not os.path.exists(directory): os.makedirs(directory) if not os.path.isdir(directory): raise _FileCacheError('%s exists but is not a directory' % directory) temp_fd, temp_path = tempfile.mkstemp() temp_fp = os.fdopen(temp_fd, 'w') temp_fp.write(data) temp_fp.close() if not path.startswith(self._root_directory): raise _FileCacheError('%s does not appear to live under %s' % (path, self._root_directory)) if os.path.exists(path): os.remove(path) os.rename(temp_path, path) def Remove(self, key): path = self._GetPath(key) if not path.startswith(self._root_directory): raise _FileCacheError('%s does not appear to live under %s' % (path, self._root_directory)) if os.path.exists(path): os.remove(path) def GetCachedTime(self, key): path = self._GetPath(key) if os.path.exists(path): return os.path.getmtime(path) else: return None def _GetUsername(self): """Attempt to find the username in a cross-platform fashion.""" try: return os.getenv('USER') or \ os.getenv('LOGNAME') or \ os.getenv('USERNAME') or \ os.getlogin() or \ 'nobody' except (AttributeError, IOError, OSError): return 'nobody' def _GetTmpCachePath(self): username = self._GetUsername() cache_directory = 'python.cache_' + username return os.path.join(tempfile.gettempdir(), cache_directory) def _InitializeRootDirectory(self, root_directory): if not root_directory: root_directory = self._GetTmpCachePath() root_directory = os.path.abspath(root_directory) try: os.mkdir(root_directory) except OSError as e: if e.errno == errno.EEXIST and os.path.isdir(root_directory): # directory already exists pass else: # exists but is a file, or no permissions, or... raise self._root_directory = root_directory def _GetPath(self, key): try: hashed_key = md5(key.encode('utf-8')).hexdigest() except TypeError: hashed_key = md5.new(key).hexdigest() return os.path.join(self._root_directory, self._GetPrefix(hashed_key), hashed_key) def _GetPrefix(self, hashed_key): return os.path.sep.join(hashed_key[0:_FileCache.DEPTH]) python-twitter-3.3/twitter/api.py000066400000000000000000006026431311017327200172350ustar00rootroot00000000000000#!/usr/bin/env python # # # Copyright 2007-2016 The Python-Twitter Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """A library that provides a Python interface to the Twitter API""" from __future__ import division from __future__ import print_function import json import sys import gzip import time import base64 import re import requests from requests_oauthlib import OAuth1, OAuth2 import io import warnings from uuid import uuid4 import os try: # python 3 from urllib.parse import urlparse, urlunparse, urlencode from urllib.request import urlopen from urllib.request import __version__ as urllib_version except ImportError: from urlparse import urlparse, urlunparse from urllib2 import urlopen from urllib import urlencode from urllib import __version__ as urllib_version from twitter import ( __version__, _FileCache, Category, DirectMessage, List, Status, Trend, User, UserStatus, ) from twitter.ratelimit import RateLimit from twitter.twitter_utils import ( calc_expected_status_length, is_url, parse_media_file, enf_type) from twitter.error import ( TwitterError, PythonTwitterDeprecationWarning330, ) if sys.version_info > (3,): long = int CHARACTER_LIMIT = 140 # A singleton representing a lazily instantiated FileCache. DEFAULT_CACHE = object() class Api(object): """A python interface into the Twitter API By default, the Api caches results for 1 minute. Example usage: To create an instance of the twitter.Api class, with no authentication: >>> import twitter >>> api = twitter.Api() To fetch a single user's public status messages, where "user" is either a Twitter "short name" or their user id. >>> statuses = api.GetUserTimeline(user) >>> print([s.text for s in statuses]) To use authentication, instantiate the twitter.Api class with a consumer key and secret; and the oAuth key and secret: >>> api = twitter.Api(consumer_key='twitter consumer key', consumer_secret='twitter consumer secret', access_token_key='the_key_given', access_token_secret='the_key_secret') To fetch your friends (after being authenticated): >>> users = api.GetFriends() >>> print([u.name for u in users]) To post a twitter status message (after being authenticated): >>> status = api.PostUpdate('I love python-twitter!') >>> print(status.text) I love python-twitter! There are many other methods, including: >>> api.PostUpdates(status) >>> api.PostDirectMessage(user, text) >>> api.GetUser(user) >>> api.GetReplies() >>> api.GetUserTimeline(user) >>> api.GetHomeTimeline() >>> api.GetStatus(status_id) >>> api.DestroyStatus(status_id) >>> api.GetFriends(user) >>> api.GetFollowers() >>> api.GetFeatured() >>> api.GetDirectMessages() >>> api.GetSentDirectMessages() >>> api.PostDirectMessage(user, text) >>> api.DestroyDirectMessage(message_id) >>> api.DestroyFriendship(user) >>> api.CreateFriendship(user) >>> api.LookupFriendship(user) >>> api.VerifyCredentials() """ DEFAULT_CACHE_TIMEOUT = 60 # cache for 1 minute _API_REALM = 'Twitter API' def __init__(self, consumer_key=None, consumer_secret=None, access_token_key=None, access_token_secret=None, application_only_auth=False, input_encoding=None, request_headers=None, cache=DEFAULT_CACHE, base_url=None, stream_url=None, upload_url=None, chunk_size=1024 * 1024, use_gzip_compression=False, debugHTTP=False, timeout=None, sleep_on_rate_limit=False, tweet_mode='compat', proxies=None): """Instantiate a new twitter.Api object. Args: consumer_key (str): Your Twitter user's consumer_key. consumer_secret (str): Your Twitter user's consumer_secret. access_token_key (str): The oAuth access token key value you retrieved from running get_access_token.py. access_token_secret (str): The oAuth access token's secret, also retrieved from the get_access_token.py run. application_only_auth: Use Application-Only Auth instead of User Auth. Defaults to False [Optional] input_encoding (str, optional): The encoding used to encode input strings. request_header (dict, optional): A dictionary of additional HTTP request headers. cache (object, optional): The cache instance to use. Defaults to DEFAULT_CACHE. Use None to disable caching. base_url (str, optional): The base URL to use to contact the Twitter API. Defaults to https://api.twitter.com. stream_url (str, optional): The base URL to use for streaming endpoints. Defaults to 'https://stream.twitter.com/1.1'. upload_url (str, optional): The base URL to use for uploads. Defaults to 'https://upload.twitter.com/1.1'. chunk_size (int, optional): Chunk size to use for chunked (multi-part) uploads of images/videos/gifs. Defaults to 1MB. Anything under 16KB and you run the risk of erroring out on 15MB files. use_gzip_compression (bool, optional): Set to True to tell enable gzip compression for any call made to Twitter. Defaults to False. debugHTTP (bool, optional): Set to True to enable debug output from urllib2 when performing any HTTP requests. Defaults to False. timeout (int, optional): Set timeout (in seconds) of the http/https requests. If None the requests lib default will be used. Defaults to None. sleep_on_rate_limit (bool, optional): Whether to sleep an appropriate amount of time if a rate limit is hit for an endpoint. tweet_mode (str, optional): Whether to use the new (as of Sept. 2016) extended tweet mode. See docs for details. Choices are ['compatibility', 'extended']. proxies (dict, optional): A dictionary of proxies for the request to pass through, if not specified allows requests lib to use environmental variables for proxy if any. """ # check to see if the library is running on a Google App Engine instance # see GAE.rst for more information if os.environ: if 'APPENGINE_RUNTIME' in os.environ.keys(): import requests_toolbelt.adapters.appengine # Adapter ensures requests use app engine's urlfetch requests_toolbelt.adapters.appengine.monkeypatch() cache = None # App Engine does not like this caching strategy, disable caching self.SetCache(cache) self._cache_timeout = Api.DEFAULT_CACHE_TIMEOUT self._input_encoding = input_encoding self._use_gzip = use_gzip_compression self._debugHTTP = debugHTTP self._shortlink_size = 19 self._timeout = timeout self.__auth = None self._InitializeRequestHeaders(request_headers) self._InitializeUserAgent() self._InitializeDefaultParameters() self.rate_limit = RateLimit() self.sleep_on_rate_limit = sleep_on_rate_limit self.tweet_mode = tweet_mode self.proxies = proxies if base_url is None: self.base_url = 'https://api.twitter.com/1.1' else: self.base_url = base_url if stream_url is None: self.stream_url = 'https://stream.twitter.com/1.1' else: self.stream_url = stream_url if upload_url is None: self.upload_url = 'https://upload.twitter.com/1.1' else: self.upload_url = upload_url self.chunk_size = chunk_size if self.chunk_size < 1024 * 16: warnings.warn(( "A chunk size lower than 16384 may result in too many " "requests to the Twitter API when uploading videos. You are " "strongly advised to increase it above 16384" )) if (consumer_key and not (application_only_auth or all([access_token_key, access_token_secret]))): raise TwitterError({'message': "Missing oAuth Consumer Key or Access Token"}) self.SetCredentials(consumer_key, consumer_secret, access_token_key, access_token_secret, application_only_auth) if debugHTTP: import logging import http.client http.client.HTTPConnection.debuglevel = 1 logging.basicConfig() # you need to initialize logging, otherwise you will not see anything from requests logging.getLogger().setLevel(logging.DEBUG) requests_log = logging.getLogger("requests.packages.urllib3") requests_log.setLevel(logging.DEBUG) requests_log.propagate = True def GetAppOnlyAuthToken(self, consumer_key, consumer_secret): """ Generate a Bearer Token from consumer_key and consumer_secret """ from urllib import quote_plus import base64 key = quote_plus(consumer_key) secret = quote_plus(consumer_secret) bearer_token = base64.b64encode('{}:{}'.format(key, secret)) post_headers = { 'Authorization': 'Basic ' + bearer_token, 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8' } res = requests.post(url='https://api.twitter.com/oauth2/token', data={'grant_type': 'client_credentials'}, headers=post_headers) bearer_creds = res.json() return bearer_creds def SetCredentials(self, consumer_key, consumer_secret, access_token_key=None, access_token_secret=None, application_only_auth=False): """Set the consumer_key and consumer_secret for this instance Args: consumer_key: The consumer_key of the twitter account. consumer_secret: The consumer_secret for the twitter account. access_token_key: The oAuth access token key value you retrieved from running get_access_token.py. access_token_secret: The oAuth access token's secret, also retrieved from the get_access_token.py run. application_only_auth: Whether to generate a bearer token and use Application-Only Auth """ self._consumer_key = consumer_key self._consumer_secret = consumer_secret self._access_token_key = access_token_key self._access_token_secret = access_token_secret if application_only_auth: self._bearer_token = self.GetAppOnlyAuthToken(consumer_key, consumer_secret) self.__auth = OAuth2(token=self._bearer_token) else: auth_list = [consumer_key, consumer_secret, access_token_key, access_token_secret] if all(auth_list): self.__auth = OAuth1(consumer_key, consumer_secret, access_token_key, access_token_secret) self._config = None def GetHelpConfiguration(self): """Get basic help configuration details from Twitter. Args: None Returns: dict: Sets self._config and returns dict of help config values. """ if self._config is None: url = '%s/help/configuration.json' % self.base_url resp = self._RequestUrl(url, 'GET') data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) self._config = data return self._config def GetShortUrlLength(self, https=False): """Returns number of characters reserved per URL included in a tweet. Args: https (bool, optional): If True, return number of characters reserved for https urls or, if False, return number of character reserved for http urls. Returns: (int): Number of characters reserved per URL. """ config = self.GetHelpConfiguration() if https: return config['short_url_length_https'] else: return config['short_url_length'] def ClearCredentials(self): """Clear any credentials for this instance """ self._consumer_key = None self._consumer_secret = None self._access_token_key = None self._access_token_secret = None self._bearer_token = None self.__auth = None # for request upgrade def GetSearch(self, term=None, raw_query=None, geocode=None, since_id=None, max_id=None, until=None, since=None, count=15, lang=None, locale=None, result_type="mixed", include_entities=None): """Return twitter search results for a given term. You must specify one of term, geocode, or raw_query. Args: term (str, optional): Term to search by. Optional if you include geocode. raw_query (str, optional): A raw query as a string. This should be everything after the "?" in the URL (i.e., the query parameters). You are responsible for all type checking and ensuring that the query string is properly formatted, as it will only be URL-encoded before be passed directly to Twitter with no other checks performed. For advanced usage only. *This will override any other parameters passed* since_id (int, optional): Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. max_id (int, optional): Returns only statuses with an ID less than (that is, older than) or equal to the specified ID. until (str, optional): Returns tweets generated before the given date. Date should be formatted as YYYY-MM-DD. since (str, optional): Returns tweets generated since the given date. Date should be formatted as YYYY-MM-DD. geocode (str or list or tuple, optional): Geolocation within which to search for tweets. Can be either a string in the form of "latitude,longitude,radius" where latitude and longitude are floats and radius is a string such as "1mi" or "1km" ("mi" or "km" are the only units allowed). For example: >>> api.GetSearch(geocode="37.781157,-122.398720,1mi"). Otherwise, you can pass a list of either floats or strings for lat/long and a string for radius: >>> api.GetSearch(geocode=[37.781157, -122.398720, "1mi"]) >>> # or: >>> api.GetSearch(geocode=(37.781157, -122.398720, "1mi")) >>> # or: >>> api.GetSearch(geocode=("37.781157", "-122.398720", "1mi")) count (int, optional): Number of results to return. Default is 15 and maxmimum that Twitter returns is 100 irrespective of what you type in. lang (str, optional): Language for results as ISO 639-1 code. Default is None (all languages). locale (str, optional): Language of the search query. Currently only 'ja' is effective. This is intended for language-specific consumers and the default should work in the majority of cases. result_type (str, optional): Type of result which should be returned. Default is "mixed". Valid options are "mixed, "recent", and "popular". include_entities (bool, optional): If True, each tweet will include a node called "entities". This node offers a variety of metadata about the tweet in a discrete structure, including: user_mentions, urls, and hashtags. Returns: list: A sequence of twitter.Status instances, one for each message containing the term, within the bounds of the geocoded area, or given by the raw_query. """ url = '%s/search/tweets.json' % self.base_url parameters = {} if since_id: parameters['since_id'] = enf_type('since_id', int, since_id) if max_id: parameters['max_id'] = enf_type('max_id', int, max_id) if until: parameters['until'] = enf_type('until', str, until) if since: parameters['since'] = enf_type('since', str, since) if lang: parameters['lang'] = enf_type('lang', str, lang) if locale: parameters['locale'] = enf_type('locale', str, locale) if term is None and geocode is None and raw_query is None: return [] if term is not None: parameters['q'] = term if geocode is not None: if isinstance(geocode, list) or isinstance(geocode, tuple): parameters['geocode'] = ','.join([str(geo) for geo in geocode]) else: parameters['geocode'] = enf_type('geocode', str, geocode) if include_entities: parameters['include_entities'] = enf_type('include_entities', bool, include_entities) parameters['count'] = enf_type('count', int, count) if result_type in ["mixed", "popular", "recent"]: parameters['result_type'] = result_type if raw_query is not None: url = "{url}?{raw_query}".format( url=url, raw_query=raw_query) resp = self._RequestUrl(url, 'GET') else: resp = self._RequestUrl(url, 'GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) return [Status.NewFromJsonDict(x) for x in data.get('statuses', '')] def GetUsersSearch(self, term=None, page=1, count=20, include_entities=None): """Return twitter user search results for a given term. Args: term: Term to search by. page: Page of results to return. Default is 1 [Optional] count: Number of results to return. Default is 20 [Optional] include_entities: If True, each tweet will include a node called "entities,". This node offers a variety of metadata about the tweet in a discrete structure, including: user_mentions, urls, and hashtags. [Optional] Returns: A sequence of twitter.User instances, one for each message containing the term """ # Build request parameters parameters = {} if term is not None: parameters['q'] = term if page != 1: parameters['page'] = page if include_entities: parameters['include_entities'] = 1 try: parameters['count'] = int(count) except ValueError: raise TwitterError({'message': "count must be an integer"}) # Make and send requests url = '%s/users/search.json' % self.base_url resp = self._RequestUrl(url, 'GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) return [User.NewFromJsonDict(x) for x in data] def GetTrendsCurrent(self, exclude=None): """Get the current top trending topics (global) Args: exclude: Appends the exclude parameter as a request parameter. Currently only exclude=hashtags is supported. [Optional] Returns: A list with 10 entries. Each entry contains a trend. """ return self.GetTrendsWoeid(woeid=1, exclude=exclude) def GetTrendsWoeid(self, woeid, exclude=None): """Return the top 10 trending topics for a specific WOEID, if trending information is available for it. Args: woeid: the Yahoo! Where On Earth ID for a location. exclude: Appends the exclude parameter as a request parameter. Currently only exclude=hashtags is supported. [Optional] Returns: A list with 10 entries. Each entry contains a trend. """ url = '%s/trends/place.json' % (self.base_url) parameters = {'id': woeid} if exclude: parameters['exclude'] = exclude resp = self._RequestUrl(url, verb='GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) trends = [] timestamp = data[0]['as_of'] for trend in data[0]['trends']: trends.append(Trend.NewFromJsonDict(trend, timestamp=timestamp)) return trends def GetUserSuggestionCategories(self): """ Return the list of suggested user categories, this can be used in GetUserSuggestion function Returns: A list of categories """ url = '%s/users/suggestions.json' % (self.base_url) resp = self._RequestUrl(url, verb='GET') data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) categories = [] for category in data: categories.append(Category.NewFromJsonDict(category)) return categories def GetUserSuggestion(self, category): """ Returns a list of users in a category Args: category: The Category object to limit the search by Returns: A list of users in that category """ url = '%s/users/suggestions/%s.json' % (self.base_url, category.slug) resp = self._RequestUrl(url, verb='GET') data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) users = [] for user in data['users']: users.append(User.NewFromJsonDict(user)) return users def GetHomeTimeline(self, count=None, since_id=None, max_id=None, trim_user=False, exclude_replies=False, contributor_details=False, include_entities=True): """Fetch a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow. The home timeline is central to how most users interact with Twitter. Args: count: Specifies the number of statuses to retrieve. May not be greater than 200. Defaults to 20. [Optional] since_id: Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. [Optional] max_id: Returns results with an ID less than (that is, older than) or equal to the specified ID. [Optional] trim_user: When True, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object. [Optional] exclude_replies: This parameter will prevent replies from appearing in the returned timeline. Using exclude_replies with the count parameter will mean you will receive up-to count tweets - this is because the count parameter retrieves that many tweets before filtering out retweets and replies. [Optional] contributor_details: This parameter enhances the contributors element of the status response to include the screen_name of the contributor. By default only the user_id of the contributor is included. [Optional] include_entities: The entities node will be disincluded when set to false. This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. [Optional] Returns: A sequence of twitter.Status instances, one for each message """ url = '%s/statuses/home_timeline.json' % self.base_url parameters = {} if count is not None: try: if int(count) > 200: raise TwitterError({'message': "'count' may not be greater than 200"}) except ValueError: raise TwitterError({'message': "'count' must be an integer"}) parameters['count'] = count if since_id: try: parameters['since_id'] = int(since_id) except ValueError: raise TwitterError({'message': "'since_id' must be an integer"}) if max_id: try: parameters['max_id'] = int(max_id) except ValueError: raise TwitterError({'message': "'max_id' must be an integer"}) if trim_user: parameters['trim_user'] = 1 if exclude_replies: parameters['exclude_replies'] = 1 if contributor_details: parameters['contributor_details'] = 1 if not include_entities: parameters['include_entities'] = 'false' resp = self._RequestUrl(url, 'GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) return [Status.NewFromJsonDict(x) for x in data] def GetUserTimeline(self, user_id=None, screen_name=None, since_id=None, max_id=None, count=None, include_rts=True, trim_user=False, exclude_replies=False): """Fetch the sequence of public Status messages for a single user. The twitter.Api instance must be authenticated if the user is private. Args: user_id (int, optional): Specifies the ID of the user for whom to return the user_timeline. Helpful for disambiguating when a valid user ID is also a valid screen name. screen_name (str, optional): Specifies the screen name of the user for whom to return the user_timeline. Helpful for disambiguating when a valid screen name is also a user ID. since_id (int, optional): Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occurred since the since_id, the since_id will be forced to the oldest ID available. max_id (int, optional): Returns only statuses with an ID less than (that is, older than) or equal to the specified ID. count (int, optional): Specifies the number of statuses to retrieve. May not be greater than 200. include_rts (bool, optional): If True, the timeline will contain native retweets (if they exist) in addition to the standard stream of tweets. trim_user (bool, optional): If True, statuses will only contain the numerical user ID only. Otherwise a full user object will be returned for each status. exclude_replies (bool, optional) If True, this will prevent replies from appearing in the returned timeline. Using exclude_replies with the count parameter will mean you will receive up-to count tweets - this is because the count parameter retrieves that many tweets before filtering out retweets and replies. This parameter is only supported for JSON and XML responses. Returns: A sequence of Status instances, one for each message up to count """ url = '%s/statuses/user_timeline.json' % (self.base_url) parameters = {} if user_id: parameters['user_id'] = enf_type('user_id', int, user_id) elif screen_name: parameters['screen_name'] = screen_name if since_id: parameters['since_id'] = enf_type('since_id', int, since_id) if max_id: parameters['max_id'] = enf_type('max_id', int, max_id) if count: parameters['count'] = enf_type('count', int, count) parameters['include_rts'] = enf_type('include_rts', bool, include_rts) parameters['trim_user'] = enf_type('trim_user', bool, trim_user) parameters['exclude_replies'] = enf_type('exclude_replies', bool, exclude_replies) resp = self._RequestUrl(url, 'GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) return [Status.NewFromJsonDict(x) for x in data] def GetStatus(self, status_id, trim_user=False, include_my_retweet=True, include_entities=True, include_ext_alt_text=True): """Returns a single status message, specified by the status_id parameter. Args: status_id: The numeric ID of the status you are trying to retrieve. trim_user: When set to True, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object. [Optional] include_my_retweet: When set to True, any Tweets returned that have been retweeted by the authenticating user will include an additional current_user_retweet node, containing the ID of the source status for the retweet. [Optional] include_entities: If False, the entities node will be disincluded. This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags. [Optional] Returns: A twitter.Status instance representing that status message """ url = '%s/statuses/show.json' % (self.base_url) parameters = { 'id': enf_type('status_id', int, status_id), 'trim_user': enf_type('trim_user', bool, trim_user), 'include_my_retweet': enf_type('include_my_retweet', bool, include_my_retweet), 'include_entities': enf_type('include_entities', bool, include_entities), 'include_ext_alt_text': enf_type('include_ext_alt_text', bool, include_ext_alt_text) } resp = self._RequestUrl(url, 'GET', data=parameters) data = self._ParseAndCheckTwitter(resp.content.decode('utf-8')) return Status.NewFromJsonDict(data) def GetStatusOembed(self, status_id=None, url=None, maxwidth=None, hide_media=False, hide_thread=False, omit_script=False, align=None, related=None, lang=None): """Returns information allowing the creation of an embedded representation of a Tweet on third party sites. Specify tweet by the id or url parameter. Args: status_id: The numeric ID of the status you are trying to embed. url: The url of the status you are trying to embed. maxwidth: The maximum width in pixels that the embed should be rendered at. This value is constrained to be between 250 and 550 pixels. [Optional] hide_media: Specifies whether the embedded Tweet should automatically expand images. [Optional] hide_thread: Specifies whether the embedded Tweet should automatically show the original message in the case that the embedded Tweet is a reply. [Optional] omit_script: Specifies whether the embedded Tweet HTML should include a